@charset "UTF-8";
/* =========================================================
styles-config
========================================================= */
@import url("https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@400;500;700&family=Zen+Kaku+Gothic+Antique:wght@400;500;700;900&display=swap");
/* =========================================================
function
========================================================= */
/* =========================================================
media query
========================================================= */
/* =========================================================
body
========================================================= */
* {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

html {
  font-size: 62.5%;
  letter-spacing: 0.03em;
  line-height: 1.3rem;
}

body {
  color: #000;
  font-family: "Zen Kaku Gothic Antique", sans-serif;
  font-weight: 400;
  font-style: normal;
  font-size: 1rem;
  background: #fff;
  -webkit-overflow-scrolling: touch;
  position: relative;
}
body:after {
  content: "";
  display: block;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100vh;
  z-index: -1;
}

img {
  width: 100%;
}

button,
input,
optgroup,
select,
textarea {
  -webkit-appearance: none;
  -moz-appearance: none;
       appearance: none;
  vertical-align: middle;
  color: inherit;
  font: inherit;
  border: 0;
  background: transparent;
  padding: 0;
  margin: 0;
  outline: 0;
  border-radius: 0;
  text-align: inherit;
}

button {
  cursor: pointer;
}

a {
  color: inherit;
  text-decoration: none;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}
a:hover {
  opacity: 0.6;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}

@media print {
  html, body {
    _zoom: 70% !important;
  }
}
main {
  display: block; /*IE*/
}

/* =========================================================
default
========================================================= */
/* =========================================================
default
========================================================= */
/* =========================================================
PARCO Header
========================================================= */
.phd {
  padding: 0 10px;
  background: #fff;
  border-bottom: 1px solid #ccc;
  overflow: hidden;
  position: relative;
  z-index: 2;
}

.phd__in {
  height: 55px;
  margin: 0 auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  position: relative;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

.phd__logo a {
  display: inline-block;
  line-height: 0;
  font-size: 0;
}

.phd__logo__txt {
  width: 13px;
  height: 26px;
  margin-right: 2px;
}

.phd__logo__img {
  width: 92px;
  height: 27px;
  vertical-align: bottom;
  margin-bottom: -1px;
}

.phd__logo__img.parcoya-ueno {
  width: 155px;
  height: 25px;
}

.phd__sns {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.phd__sns li {
  margin-right: 8px;
}

.phd__sns li:last-child {
  margin-right: 0;
}

.phd__sns li a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 35px;
  height: 35px;
  background: #222;
  border-radius: 50%;
}

@media screen and (min-width: 769px) {
  .phd__sns li a {
    width: 28px;
    height: 28px;
  }
  .phd__sns li a:hover {
    opacity: 0.7;
  }
}
.phd__sns li a svg {
  fill: #FFF;
  width: 100%;
}

@media screen and (min-width: 769px) {
  .phd {
    padding: 0 20px;
  }
  .phd__in {
    height: 64px;
  }
  .phd__logo__txt {
    display: inline-block;
    font-size: 1.5rem;
    width: 14px;
    height: 32px;
    margin-right: 4px;
    vertical-align: middle;
  }
  .phd__logo__img {
    width: 120px;
    height: 36px;
    vertical-align: middle;
  }
  .phd__logo__img.parcoya-ueno {
    width: 205px;
    height: 34px;
  }
}
.phd__sns li .phd__sns__item__link-facebook {
  background: transparent;
}

.phd__sns li .phd__sns__item__link-facebook svg {
  height: 35px;
}

@media screen and (min-width: 769px) {
  .phd__sns li .phd__sns__item__link-facebook svg {
    height: 28px;
  }
}
.phd__sns li .phd__sns__item__link-twitter {
  background: #3AB1DB;
}

.phd__sns li .phd__sns__item__link-twitter svg {
  height: 16px;
}

@media screen and (min-width: 769px) {
  .phd__sns li .phd__sns__item__link-twitter svg {
    height: 11px;
  }
}
.phd__sns li .phd__sns__item__link-lineat {
  background: transparent;
}

.phd__sns li .phd__sns__item__link-lineat svg {
  height: 35px;
}

@media screen and (min-width: 769px) {
  .phd__sns li .phd__sns__item__link-lineat svg {
    height: 28px;
  }
}
.phd__sns li .phd__sns__item__link-instagram {
  background: #d93174;
}

.phd__sns li .phd__sns__item__link-instagram svg {
  height: 19px;
}

@media screen and (min-width: 769px) {
  .phd__sns li .phd__sns__item__link-instagram svg {
    height: 15px;
  }
}
.phd__sns li .phd__sns__item__link-tiktok {
  background: #000000;
}

.phd__sns li .phd__sns__item__link-tiktok svg {
  height: 19px;
}
@media screen and (min-width: 769px) {
  .phd__sns li .phd__sns__item__link-tiktok svg {
    height: 17px;
  }
}

/* =========================================================
PARCO Footer
========================================================= */
.pft {
  background-color: #ffffff;
  padding: 30px 0 40px;
  position: relative;
}
@media screen and (min-width: 769px) {
  .pft {
    padding: 50px 0 40px;
  }
}
.pft__in {
  position: relative;
  margin: 0 auto;
}
@media screen and (min-width: 769px) {
  .pft__in {
    max-width: 930px;
  }
}
.pft__logo {
  text-align: center;
  max-width: 105px;
  margin: 0 auto;
}
@media screen and (min-width: 769px) {
  .pft__logo {
    max-width: 137px;
  }
}
.pft__logo svg {
  fill: #000;
}
.pft__logo a {
  text-decoration: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.pft__logo__txt {
  width: 14px;
  height: 32px;
  margin-right: 4px;
}
.pft__logo__img {
  width: 120px;
  height: 36px;
  vertical-align: bottom;
  margin-bottom: -1px;
}
.pft__logo__img.parcoya-ueno {
  width: 205px;
  height: 34px;
}
.pft__logo.nagoya .pft__logo__txt {
  margin-right: 5px;
}
.pft__pageTop {
  position: absolute;
  top: -66px;
  left: 50%;
  margin-left: -22px;
  display: none;
}
@media screen and (min-width: 769px) {
  .pft__pageTop {
    display: none;
    position: fixed;
    top: auto;
    left: auto;
    right: 30px;
    bottom: 30px;
    margin: 0;
  }
}
.pft__pageTop a {
  display: inline-block;
  position: relative;
  width: 45px;
  height: 45px;
  background: #222;
  border-radius: 50%;
  text-indent: 100%;
  overflow: hidden;
  white-space: nowrap;
}
@media screen and (min-width: 769px) {
  .pft__pageTop a {
    width: 54px;
    height: 54px;
    background: #FFF;
    border-radius: 50%;
    text-indent: 100%;
  }
}
.pft__pageTop a:after {
  content: "";
  display: block;
  position: absolute;
  top: 50%;
  left: 50%;
  margin: -5px 0 0 -6px;
  width: 7px;
  height: 7px;
  border-top: #fff 2px solid;
  border-right: #fff 2px solid;
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
}
@media screen and (min-width: 769px) {
  .pft__pageTop a:after {
    top: 50%;
    left: 50%;
    margin: -5px 0 0 -7px;
    width: 11px;
    height: 11px;
    border-top: #222 3px solid;
    border-right: #222 3px solid;
  }
}
.pft__pageTop a:hover {
  opacity: 0.7;
}
.pft__copyright {
  text-align: center;
}
@media screen and (min-width: 769px) {
  .pft__copyright {
    margin-top: 20px;
  }
}
.pft__copyright:before {
  content: "Copyright © PARCO.CO.LTD.,ALL RIGHTS RESERVED.";
  font-family: "Prompt", sans-serif;
  text-align: center;
  font-size: 11px;
  font-weight: 500;
  line-height: 1.8;
  color: #000000;
}
@media screen and (min-width: 769px) {
  .pft__copyright:before {
    font-size: 12px;
  }
}
.pft__copyright svg {
  display: none;
  height: 11px;
  fill: #000;
  overflow: hidden;
}

@-webkit-keyframes poyoyon {
  0% {
    -webkit-transform: translateY(140px);
            transform: translateY(140px);
    opacity: 0;
  }
  50% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
  65% {
    -webkit-transform: translateY(30px);
            transform: translateY(30px);
  }
  100% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
  20%, 100% {
    opacity: 1;
  }
}

@keyframes poyoyon {
  0% {
    -webkit-transform: translateY(140px);
            transform: translateY(140px);
    opacity: 0;
  }
  50% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
  65% {
    -webkit-transform: translateY(30px);
            transform: translateY(30px);
  }
  100% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
  20%, 100% {
    opacity: 1;
  }
}
@-webkit-keyframes slideIn-right {
  0% {
    -webkit-transform: translateX(100%);
            transform: translateX(100%);
  }
  60% {
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
  100% {
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
  30%, 100% {
    opacity: 1;
  }
}
@keyframes slideIn-right {
  0% {
    -webkit-transform: translateX(100%);
            transform: translateX(100%);
  }
  60% {
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
  100% {
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
  30%, 100% {
    opacity: 1;
  }
}
@-webkit-keyframes slideIn-right-pc {
  0% {
    -webkit-transform: translateX(150%);
            transform: translateX(150%);
  }
  60% {
    -webkit-transform: translateX(0%);
            transform: translateX(0%);
  }
  100% {
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
  30%, 100% {
    opacity: 1;
  }
}
@keyframes slideIn-right-pc {
  0% {
    -webkit-transform: translateX(150%);
            transform: translateX(150%);
  }
  60% {
    -webkit-transform: translateX(0%);
            transform: translateX(0%);
  }
  100% {
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
  30%, 100% {
    opacity: 1;
  }
}
@-webkit-keyframes splash-fadeUp {
  0% {
    -webkit-transform: translateY(30px);
            transform: translateY(30px);
  }
  70% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
  85% {
    -webkit-transform: translateY(5px);
            transform: translateY(5px);
  }
  100% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
  30%, 100% {
    opacity: 1;
  }
}
@keyframes splash-fadeUp {
  0% {
    -webkit-transform: translateY(30px);
            transform: translateY(30px);
  }
  70% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
  85% {
    -webkit-transform: translateY(5px);
            transform: translateY(5px);
  }
  100% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
  30%, 100% {
    opacity: 1;
  }
}
@-webkit-keyframes splash-slideUp {
  95% {
    height: 80vh;
  }
  100% {
    height: 78vh;
  }
}
@keyframes splash-slideUp {
  95% {
    height: 80vh;
  }
  100% {
    height: 78vh;
  }
}
@-webkit-keyframes splash-slideUp-pc {
  95% {
    height: 72vh;
  }
  100% {
    height: 70vh;
  }
}
@keyframes splash-slideUp-pc {
  95% {
    height: 72vh;
  }
  100% {
    height: 70vh;
  }
}
@-webkit-keyframes fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@keyframes fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@-webkit-keyframes fadeOut {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
@keyframes fadeOut {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
@-webkit-keyframes blurToClear {
  0% {
    -webkit-filter: blur(50px);
            filter: blur(50px); /* アニメーション開始時のぼかしの度合い */
    opacity: 0.5; /* 画像の透明度も同時に変更する場合 */
  }
  100% {
    -webkit-filter: blur(0);
            filter: blur(0); /* アニメーション終了時はぼかしなし */
    opacity: 1; /* 画像の透明度も同時に変更する場合 */
  }
}
@keyframes blurToClear {
  0% {
    -webkit-filter: blur(50px);
            filter: blur(50px); /* アニメーション開始時のぼかしの度合い */
    opacity: 0.5; /* 画像の透明度も同時に変更する場合 */
  }
  100% {
    -webkit-filter: blur(0);
            filter: blur(0); /* アニメーション終了時はぼかしなし */
    opacity: 1; /* 画像の透明度も同時に変更する場合 */
  }
}
/* =========================================================
layout
========================================================= */
html {
  scroll-behavior: smooth;
}

.sp-only {
  display: none !important;
}
@media screen and (max-width: 768px) {
  .sp-only {
    display: block !important;
  }
}

.pc-only {
  display: none !important;
}
@media screen and (min-width: 769px) {
  .pc-only {
    display: block !important;
  }
}

/* =========================================================
ヘッダー
========================================================= */
.header {
  position: relative;
  width: 100%;
  overflow: hidden;
}
.header__title {
  text-align: center;
}
.header__title img {
  vertical-align: bottom;
}
.header__in {
  height: 100%;
}
@media screen and (min-width: 769px) {
  .header__in {
    margin: 0 auto;
  }
}

.header_wrapper {
  width: 100%;
  position: fixed;
  top: 10px;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  z-index: 100;
  padding: 12px 16px;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: opacity 0.3s ease, visibility 0.3s ease;
  transition: opacity 0.3s ease, visibility 0.3s ease;
}
.header_wrapper.is-visible {
  opacity: 1;
  visibility: visible;
}

.header_nav {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 10px;
  margin: 0;
  padding: 0;
  list-style: none;
}
.header_nav__item {
  position: relative;
  width: 200px;
  text-align: center;
}
.header_nav__item--limited .header_nav__link {
  background-color: #EF835C;
}
.header_nav__item--event .header_nav__link {
  background-color: #D4B684;
}
.header_nav__item--novelty .header_nav__link {
  background-color: #F3A6B0;
}
.header_nav__item--foodhall .header_nav__link {
  background-color: #E5C74B;
}
.header_nav__item--designer .header_nav__link {
  background-color: #8FB5A8;
}
.header_nav__link {
  display: block;
  padding: 15px 14px;
  border-radius: 100px;
  font-family: "Prompt", sans-serif;
  font-size: 16px;
  letter-spacing: 0.1em;
  color: #fff;
  text-decoration: none;
  white-space: nowrap;
  -webkit-transition: opacity 0.3s ease;
  transition: opacity 0.3s ease;
}
.header_nav__link:hover {
  opacity: 0.7;
}

.humberger-menu {
  position: fixed;
  top: 12px;
  right: 12px;
  width: 56px;
  height: 56px;
  background-color: #EF835C;
  z-index: 102;
  border-radius: 50%;
  border: none;
  cursor: pointer;
  padding: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: opacity 0.3s ease, visibility 0.3s ease;
  transition: opacity 0.3s ease, visibility 0.3s ease;
}
.humberger-menu.is-visible {
  opacity: 1;
  visibility: visible;
}
.humberger-menu:hover {
  opacity: 0.9;
}
.humberger-menu__text {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  font-family: "Prompt", sans-serif;
  font-size: 12px;
  letter-spacing: 0.05em;
  color: #fff;
  white-space: nowrap;
}
.humberger-menu__content {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  height: 100dvh;
  background-color: #ECE094;
  z-index: 101;
  padding: 24px 20px 40px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: opacity 0.3s ease, visibility 0.3s ease;
  transition: opacity 0.3s ease, visibility 0.3s ease;
  overflow-y: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
body.menu-open .humberger-menu__content {
  opacity: 1;
  visibility: visible;
}
.humberger-menu__nav {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 22px;
  width: 100%;
  max-width: 150px;
}
.humberger-menu__link {
  display: block;
  width: 100%;
  padding: 12px 0;
  border-radius: 100px;
  font-family: "Prompt", sans-serif;
  font-size: 14px;
  letter-spacing: 0.05em;
  color: #fff;
  text-align: center;
  text-decoration: none;
  -webkit-transition: opacity 0.3s ease;
  transition: opacity 0.3s ease;
}
.humberger-menu__link:hover {
  opacity: 0.9;
}
.humberger-menu__link--limited {
  background-color: #EF835C;
}
.humberger-menu__link--event {
  background-color: #D4B684;
}
.humberger-menu__link--novelty {
  background-color: #F3A6B0;
}
.humberger-menu__link--foodhall {
  background-color: #E5C74B;
}
.humberger-menu__link--designer {
  background-color: #8FB5A8;
}

.mv {
  position: relative;
  width: 100%;
}
.mv__in {
  position: relative;
  width: 100%;
  height: 100%;
}
.mv-image {
  width: 100%;
  margin: auto;
}
.mv-text {
  width: 100%;
  width: 87%;
  max-width: 750px;
  position: absolute;
  top: auto;
  bottom: 162px;
  left: 0;
  right: 0;
  margin: auto;
  /* 初回アクセス時のみMVテキストにブラー効果 */
}
.mv-text.animate-blur {
  opacity: 0.5;
  -webkit-filter: blur(50px);
          filter: blur(50px);
  -webkit-animation: blurToClear 1s ease-in-out 3s forwards;
          animation: blurToClear 1s ease-in-out 3s forwards;
}
@media screen and (min-width: 769px) {
  .mv-text {
    max-width: 870px;
    width: 100%;
    bottom: 250px;
    left: 0;
    right: 0;
    margin: auto;
  }
  .mv-text.sp {
    display: none;
  }
  .mv-text.pc {
    display: block;
  }
}
@media screen and (min-width: 769px) and (max-width: 1365px) {
  .mv-text {
    width: 90%;
  }
}

.decoration {
  position: absolute !important;
  width: 10%;
}
@media screen and (max-width: 768px) {
  .decoration {
    width: 27%;
  }
}
.decoration_01 .decoration_human {
  width: 30%;
}
.decoration_01 .decoration_ball {
  bottom: -21%;
  right: -20%;
}
.decoration_01.decoration_mv {
  top: 50%;
  bottom: unset;
  right: 37.3%;
  left: unset;
}
@media screen and (max-width: 768px) {
  .decoration_01.decoration_mv {
    top: 32%;
    bottom: unset;
    right: 12%;
    left: unset;
  }
}
.decoration_01_01 {
  top: 5.5%;
  bottom: unset;
  right: 12%;
  left: unset;
}
@media screen and (max-width: 768px) {
  .decoration_01_01 {
    top: 14%;
    bottom: unset;
    right: -5%;
    left: unset;
  }
}
.decoration_01_02 {
  top: 5%;
  bottom: unset;
  right: unset;
  left: 12.5%;
}
@media screen and (max-width: 768px) {
  .decoration_01_02 .decoration_ball.reverse {
    -webkit-animation: ball_animation_01 3s ease-in-out infinite alternate;
            animation: ball_animation_01 3s ease-in-out infinite alternate;
  }
}
@media screen and (max-width: 768px) {
  .decoration_01_02 {
    top: -1%;
    bottom: unset;
    right: unset;
    left: 12.5%;
  }
}
.decoration_02 .decoration_human {
  width: 23%;
}
.decoration_02 .decoration_ball {
  bottom: 59%;
  right: -20%;
}
.decoration_02.decoration_mv {
  top: unset;
  bottom: 7%;
  right: 0.3%;
  left: unset;
}
.decoration_02_01 {
  top: 51.5%;
  bottom: unset;
  right: unset;
  left: 4%;
}
@media screen and (max-width: 768px) {
  .decoration_02_01 {
    top: 51.5%;
    bottom: unset;
    right: unset;
    left: 4%;
  }
}
.decoration_02_02 {
  top: 5%;
  bottom: unset;
  right: 13%;
  left: unset;
}
@media screen and (max-width: 768px) {
  .decoration_02_02 {
    top: 2%;
    bottom: unset;
    right: -3%;
    left: unset;
  }
}
.decoration_03 .decoration_human {
  width: 27%;
}
.decoration_03 .decoration_ball {
  bottom: 35%;
  right: 50%;
}
.decoration_03.decoration_mv {
  top: 30%;
  bottom: unset;
  right: 9%;
  left: unset;
}
@media screen and (max-width: 768px) {
  .decoration_03.decoration_mv {
    top: unset;
    bottom: 27%;
    right: -17%;
    left: unset;
  }
}
.decoration_03_01 {
  top: unset;
  bottom: 23%;
  right: 1%;
  left: unset;
}
@media screen and (max-width: 768px) {
  .decoration_03_01 {
    top: unset;
    bottom: 23%;
    right: 1%;
    left: unset;
  }
}
.decoration_03_02 {
  top: 4%;
  bottom: unset;
  right: 5%;
  left: unset;
}
@media screen and (max-width: 768px) {
  .decoration_03_02 {
    top: 4%;
    bottom: unset;
    right: -20%;
    left: unset;
  }
}
.decoration_04 .decoration_human {
  width: 25%;
}
.decoration_04 .decoration_ball {
  bottom: -2%;
  left: -100%;
}
.decoration_04.decoration_mv {
  top: 56%;
  bottom: unset;
  right: unset;
  left: 9.5%;
}
@media screen and (max-width: 768px) {
  .decoration_04.decoration_mv {
    top: unset;
    bottom: -3%;
    right: unset;
    left: 22.5%;
  }
}
.decoration_04_01 {
  top: 9%;
  bottom: unset;
  right: unset;
  left: 20%;
}
@media screen and (max-width: 768px) {
  .decoration_04_01 {
    top: -1%;
    bottom: unset;
    right: unset;
    left: 34%;
  }
}
.decoration_05 .decoration_human {
  width: 28%;
}
.decoration_05 .decoration_ball {
  bottom: 38%;
  left: -20%;
}
.decoration_05.decoration_mv {
  top: 12%;
  bottom: unset;
  right: unset;
  left: 32%;
}
@media screen and (max-width: 768px) {
  .decoration_05.decoration_mv {
    top: 10%;
    bottom: unset;
    right: unset;
    left: 9%;
  }
}

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

.decoration_ball {
  width: 90%;
  mix-blend-mode: multiply;
  background-color: rgba(255, 255, 255, 0);
  position: absolute;
  z-index: 1;
  aspect-ratio: 1/1;
  -webkit-animation: ball_animation 3s ease-in-out infinite alternate;
          animation: ball_animation 3s ease-in-out infinite alternate;
}
.decoration_ball.reverse {
  animation: ball_animation 3s ease-in-out infinite alternate-reverse;
}

@-webkit-keyframes ball_animation {
  0% {
    -webkit-transform: translateX(-35%) rotate(-20deg);
            transform: translateX(-35%) rotate(-20deg);
  }
  100% {
    -webkit-transform: translateX(5%) rotate(20deg);
            transform: translateX(5%) rotate(20deg);
  }
}

@keyframes ball_animation {
  0% {
    -webkit-transform: translateX(-35%) rotate(-20deg);
            transform: translateX(-35%) rotate(-20deg);
  }
  100% {
    -webkit-transform: translateX(5%) rotate(20deg);
            transform: translateX(5%) rotate(20deg);
  }
}
@-webkit-keyframes ball_animation_01 {
  0% {
    -webkit-transform: translateX(-75%) rotate(-20deg);
            transform: translateX(-75%) rotate(-20deg);
  }
  100% {
    -webkit-transform: translateX(-35%) rotate(20deg);
            transform: translateX(-35%) rotate(20deg);
  }
}
@keyframes ball_animation_01 {
  0% {
    -webkit-transform: translateX(-75%) rotate(-20deg);
            transform: translateX(-75%) rotate(-20deg);
  }
  100% {
    -webkit-transform: translateX(-35%) rotate(20deg);
            transform: translateX(-35%) rotate(20deg);
  }
}
.local_nav {
  padding: 30px 0 0;
  margin-bottom: 30px;
}
@media screen and (min-width: 769px) {
  .local_nav {
    padding: 80px 0 0;
    margin-bottom: 75px;
  }
}
.local_nav__in {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 15px;
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 20px;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
@media screen and (min-width: 769px) {
  .local_nav__in {
    gap: 20px;
    -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
  }
}
.local_nav__item {
  width: 90px;
  height: 90px;
  border-radius: 50%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  text-decoration: none;
  color: #ffffff;
  font-family: "Prompt", sans-serif;
  font-size: 14px;
  font-weight: 400;
  letter-spacing: 0.05em;
  line-height: 1.2;
  text-align: center;
  -webkit-transition: opacity 0.3s ease, -webkit-transform 0.3s ease;
  transition: opacity 0.3s ease, -webkit-transform 0.3s ease;
  transition: transform 0.3s ease, opacity 0.3s ease;
  transition: transform 0.3s ease, opacity 0.3s ease, -webkit-transform 0.3s ease;
  position: relative;
}
@media screen and (min-width: 769px) {
  .local_nav__item {
    width: 120px;
    height: 120px;
    font-size: 16px;
  }
}
.local_nav__item:hover {
  -webkit-transform: translateY(-5px);
          transform: translateY(-5px);
  opacity: 0.9;
}
.local_nav__item--limited {
  background-color: #EF835C;
}
.local_nav__item--event {
  background-color: #D4B684;
}
.local_nav__item--novelty {
  background-color: #F3A6B0;
}
.local_nav__item--foodhall {
  background-color: #E5C74B;
}
.local_nav__item--designer {
  background-color: #8FB5A8;
}
.local_nav__item-text {
  display: block;
  font-size: 12px;
  letter-spacing: 0.1em;
}
@media screen and (min-width: 769px) {
  .local_nav__item-text {
    font-size: 16px;
  }
}
.local_nav__item-arrow {
  position: absolute;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  bottom: 15px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.local_nav__item-arrow svg {
  width: 14px;
  height: 8px;
  display: block;
}
@media screen and (min-width: 769px) {
  .local_nav__item-arrow svg {
    width: 18px;
    height: 10px;
  }
}

/* =========================================================
メインコンテンツ
========================================================= */
.main-contents {
  overflow: clip;
}
.main-contents__inner {
  margin: 0 auto;
}
@media screen and (min-width: 769px) {
  .main-contents__inner {
    max-width: unset;
  }
}
@media screen and (min-width: 1090px) {
  .main-contents__inner {
    padding: 0;
  }
}

.lead {
  font-family: "Noto Sans JP", sans-serif;
  position: relative;
  z-index: 0;
  text-align: center;
  background-color: #F8F3D5;
  padding-bottom: 50px;
}
@media screen and (min-width: 769px) {
  .lead {
    padding-bottom: 100px;
  }
}
.lead p {
  text-align: left;
  letter-spacing: 0.1em;
  margin: 0 auto 80px;
  padding-inline: 55px;
  font-size: 13px;
  line-height: 2;
  color: #E5774F;
}
@media screen and (min-width: 769px) {
  .lead p {
    font-size: 16px;
    text-align: center;
  }
}

.lead-inner {
  max-width: 546px;
  position: relative;
  margin: 0 auto;
}
@media screen and (min-width: 769px) {
  .lead-inner {
    max-width: 813px;
  }
}

.text-link {
  font-size: 12px;
  color: #808080;
  text-decoration: underline;
}
@media screen and (min-width: 769px) {
  .text-link {
    font-size: 14px;
  }
}

/* =========================================================
セクション
========================================================= */
.section {
  position: relative;
  margin-top: -100px;
  padding-top: 50px;
  padding-bottom: 150px;
}
@media screen and (min-width: 769px) {
  .section {
    padding-top: 100px;
    padding-bottom: 200px;
  }
}
.section > * {
  position: relative;
}
.section::before {
  content: "";
  display: block;
  width: 200vw;
  height: 100%;
  position: absolute;
  top: 0;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  border-radius: 50% 50% 0 0/200px 200px 0 0;
}
@media screen and (min-width: 769px) {
  .section::before {
    width: 120vw;
    border-radius: 50% 50% 0 0/200px 200px 0 0;
  }
}
.section h2 {
  text-align: center;
  font-family: "Prompt", sans-serif;
  font-size: 24px;
  letter-spacing: 0.15em;
  font-weight: 400;
}
@media screen and (min-width: 769px) {
  .section h2 {
    font-size: 50px;
  }
}
.section h3 {
  text-align: center;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 13px;
  font-weight: 400;
  letter-spacing: 0.1em;
  margin-top: 10px;
  margin-bottom: 40px;
}
@media screen and (min-width: 769px) {
  .section h3 {
    font-size: 19px;
    margin-top: 20px;
    margin-bottom: 60px;
  }
}
.section#limited-item {
  color: #EF835C;
}
.section#limited-item::before {
  background-color: #EFDCCA;
}
.section#event {
  color: #AF7B24;
}
.section#event::before {
  background-color: #F0E3CA;
}
.section#novelty {
  color: #E26F7E;
}
.section#novelty::before {
  background-color: #F2E2E4;
}
.section#novelty h2 {
  margin-bottom: 44px;
}
@media screen and (min-width: 769px) {
  .section#novelty h2 {
    margin-bottom: 70px;
  }
}
.section#bnr::before {
  background-color: #D2E0EA;
}
.section#foodhall-live {
  color: #E5774F;
}
.section#foodhall-live::before {
  background-color: #ECE094;
}
.section#designer {
  color: #568373;
  padding-bottom: 40px;
}
.section#designer::before {
  background-color: #B7D6CB;
}

/* =========================================================
ページタイトル
========================================================= */
.page-title {
  color: #BBE0E0;
  font-size: 48px;
  font-family: "rocky-condensed", serif;
  font-weight: 500;
  font-style: normal;
  text-align: center;
  width: 100%;
  margin: 0 auto 27px;
  line-height: line-height(48, 58);
}
@media screen and (min-width: 769px) {
  .page-title {
    font-size: 80px;
    margin-bottom: 50px;
    line-height: line-height(80, 96);
  }
}

/* =========================================================
ギフトアイテムページ
========================================================= */
.category-heading {
  font-family: "rocky-condensed", serif;
  font-weight: 500;
  font-style: normal;
  font-size: clamp(42px, calc(24.8680203046px + 4.5685279188vw), 60px);
  font-weight: 400;
  text-align: center;
  letter-spacing: 0.005em;
  line-height: 1;
  margin-bottom: 20px;
}
@media screen and (min-width: 769px) {
  .category-heading {
    line-height: 0.6666666667;
    margin-bottom: 37.5px;
  }
}

#gift-list-wrap {
  width: calc(100% - 50px);
  margin: 0 auto;
}
@media screen and (min-width: 769px) {
  #gift-list-wrap {
    width: calc(100% - 80px);
    max-width: 1200px;
  }
}

.gifts {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  -webkit-column-gap: 4%;
     -moz-column-gap: 4%;
          column-gap: 4%;
}
@media screen and (min-width: 769px) {
  .gifts {
    grid-template-columns: repeat(6, 1fr);
  }
}

.gift {
  position: relative;
  margin-top: 30px;
}
.gift:nth-of-type(2n) {
  -webkit-transform: translate(0, 80px);
          transform: translate(0, 80px);
}
.gift:nth-of-type(5n+1), .gift:nth-of-type(5n+2), .gift:nth-of-type(5n+3), .gift:nth-of-type(5n+4), .gift:nth-of-type(5n+5) {
  grid-column: span 1;
}
@media screen and (min-width: 769px) {
  .gift {
    margin-top: 60px;
  }
  .gift:nth-of-type(2n) {
    -webkit-transform: translate(0, 0);
            transform: translate(0, 0);
  }
  .gift:nth-of-type(5n+1), .gift:nth-of-type(5n+2), .gift:nth-of-type(5n+3) {
    grid-column: span 2;
  }
  .gift:nth-of-type(5n+4), .gift:nth-of-type(5n+5) {
    grid-column: span 3;
    width: 66.6666666667%;
  }
  .gift:nth-of-type(5n+4) {
    justify-self: flex-end;
  }
  .gift:nth-of-type(6), .gift:nth-of-type(7) {
    grid-column: span 3;
    width: 66.6666666667%;
  }
  .gift:nth-of-type(6) {
    justify-self: flex-end;
  }
}

.gift-image {
  cursor: pointer;
  -webkit-transition: opacity 0.3s ease;
  transition: opacity 0.3s ease;
  position: relative;
  margin-bottom: 0;
}
.gift-image:hover img {
  scale: 1.05;
}
.gift-image img {
  width: 100%;
  height: auto;
  display: block;
  -webkit-transition: all 0.8s ease;
  transition: all 0.8s ease;
}

.gift-detail {
  border-top: none;
  position: absolute;
  bottom: -1%;
  right: -1%;
  z-index: 10;
}
@media screen and (min-width: 769px) {
  .gift-detail {
    bottom: -1%;
  }
}

.gift-detail-header {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.shop-logo {
  width: 50px;
  height: 50px;
  background-color: #fff;
  border-radius: 50%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding: 8px;
  -webkit-box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1);
          box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1);
}
.shop-logo img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}
@media screen and (min-width: 769px) {
  .shop-logo {
    width: 100px;
    height: 100px;
    padding: 15px;
  }
}

.shop-info {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
.shop-info-header {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  margin-bottom: 11px;
}
@media screen and (min-width: 769px) {
  .shop-info-header {
    margin-bottom: 13px;
  }
}

.shop-info-header__floor {
  height: 18px;
  margin-right: 8px;
}

.shop-info-header__cart {
  width: 18px;
  height: 18px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.shop-info-shop {
  font-size: clamp(14px, calc(12.0964467005px + 0.5076142132vw), 16px);
  font-weight: 400;
  line-height: 1.4285714286;
  margin-bottom: 11px;
}
@media screen and (min-width: 769px) {
  .shop-info-shop {
    line-height: 1.5;
  }
}

.item-name {
  font-size: clamp(12px, calc(10.0964467005px + 0.5076142132vw), 14px);
  font-weight: 400;
  line-height: 1.5;
  margin-bottom: 6px;
}
@media screen and (min-width: 769px) {
  .item-name {
    line-height: 1.4285714286;
    margin-bottom: 11px;
  }
}

.item-price {
  font-size: clamp(12px, calc(10.0964467005px + 0.5076142132vw), 14px);
  font-weight: 400;
  line-height: 1.6666666667;
  margin-bottom: 11px;
}
@media screen and (min-width: 769px) {
  .item-price {
    line-height: 1.4285714286;
    margin-bottom: 11.5px;
  }
}

.js-btn {
  border: 0.5px solid #373332;
  background-color: #BBE0E0;
  border-radius: 100px;
  font-family: "rocky-condensed", serif;
  font-weight: 500;
  font-style: normal;
  letter-spacing: 0.005em;
  line-height: 2.1666666667;
}

.front-cont {
  position: relative;
  width: 100%;
}

.hover-wrap {
  -webkit-transition: 0.5s;
  transition: 0.5s;
}
.hover-wrap:hover {
  opacity: 0.7;
}

.floor {
  background-color: #373332;
  font-family: "rocky-condensed", serif;
  font-weight: 500;
  font-style: normal;
  color: #ffffff;
  font-size: 10px;
  font-weight: 400;
  line-height: 1.7;
  letter-spacing: 0.2em;
  text-align: center;
  padding: 3px 4px 3px 6px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  height: 100%;
}
@media screen and (min-width: 769px) {
  .floor {
    font-size: 14px;
  }
}

.gift.gift--wide {
  width: 100%;
  padding: 20px 15px;
  max-width: 1024px;
  margin: 0 auto;
}
.gift.gift--wide .front-cont {
  position: relative;
}
.gift.gift--wide .gift-image {
  margin-bottom: 0;
}
.gift.gift--wide .gift-detail {
  border-top: none;
  padding-top: 0;
  position: absolute;
  bottom: 20px;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}
.gift.gift--wide .gift-detail-header {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.gift.gift--wide .shop-logo {
  width: 100px;
  height: 100px;
  background-color: #fff;
  border-radius: 50%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding: 15px;
  -webkit-box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1);
          box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1);
  margin-bottom: 0;
}
.gift.gift--wide .shop-logo img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}
@media screen and (min-width: 769px) {
  .gift.gift--wide {
    padding: 30px 20px;
  }
  .gift.gift--wide .front-cont {
    display: block;
  }
  .gift.gift--wide .gift-image {
    width: 100%;
  }
  .gift.gift--wide .gift-detail {
    bottom: 30px;
  }
  .gift.gift--wide .shop-logo {
    width: 120px;
    height: 120px;
    padding: 20px;
  }
}

/* =========================================================
ショップリストのアイテム
========================================================= */
.tab-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  list-style: none;
  padding: 0;
  margin: 0 auto 48px;
  gap: 15px;
}

.tab-button {
  color: #BBE0E0;
  font-size: 14px;
  font-weight: 500;
  letter-spacing: 0.05em;
  line-height: line-height(14, 20);
  width: calc(50% - 7.5px);
  max-width: 160px;
  padding: 12px 12px 0;
  cursor: pointer;
  text-align: center;
  border-bottom: 1.5px solid #BBE0E0;
  position: relative;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}
.tab-button::after {
  display: block;
  content: "";
  width: 10px;
  height: 8px;
}
.tab-button:hover {
  -webkit-transition: 0.5s;
  transition: 0.5s;
  color: #409594;
  border-bottom: 1.5px solid #409594;
}

.tab-button.active {
  font-weight: bold;
}
.tab-button.active::after {
  display: block;
  content: "";
  width: 10px;
  height: 8px;
  background-image: url(../images/common/arrow-bottom.png);
  position: absolute;
  left: 0;
  right: 0;
  margin: auto;
  bottom: -16px;
}

.tab-item {
  display: none;
}
.tab-item.active {
  display: block;
}

@media screen and (min-width: 769px) {
  .tab-button {
    font-size: 16px;
    padding: 6px 12px 5px;
  }
  .tab-list {
    gap: 60px;
  }
}
.modal-item {
  width: 100%;
  list-style: none;
  position: relative;
  padding: 7px;
}
@media screen and (min-width: 769px) {
  .modal-item {
    border: 4px solid #000000;
    padding: 34px;
  }
}

.modal-item-info {
  margin-bottom: 20px;
}

.modal-item-name {
  font-size: 13px;
  font-weight: 500;
  line-height: 2;
  margin-bottom: 5px;
}
@media screen and (min-width: 769px) {
  .modal-item-name {
    font-size: 18px;
    line-height: 1.625;
    margin-bottom: 22px;
  }
}

.modal-item-price {
  font-size: 14px;
  font-weight: 500;
  margin-bottom: 24px;
}
@media screen and (min-width: 769px) {
  .modal-item-price {
    line-height: 1.6;
    margin-bottom: 32px;
    font-size: 16px;
  }
}
.modal-item-price .modal-item-price-tax {
  font-size: 12px;
}

.modal-item-selling {
  font-size: 12px;
  font-weight: 500;
  margin-bottom: 17px;
}
@media screen and (min-width: 769px) {
  .modal-item-selling {
    font-size: 14px;
  }
}

.modal-item-text {
  font-size: 12px;
  line-height: 1.5384615385;
  margin-bottom: 20px;
}
@media screen and (min-width: 769px) {
  .modal-item-text {
    line-height: 1.8461538462;
    margin-bottom: 20px;
    font-size: 14px;
  }
}

.modal-note-text {
  font-size: 10px;
  line-height: 1.5;
  margin-bottom: 10px;
}
@media screen and (min-width: 769px) {
  .modal-note-text {
    font-size: 12px;
  }
}

.modal-shop-floor {
  font-size: 12px;
  font-weight: 500;
  line-height: 1.6666666667;
  color: #ffffff;
  background-color: #EF835C;
  border-radius: 999px;
  padding: 1px 10px 2px;
  margin-bottom: 15px;
}
@media screen and (min-width: 769px) {
  .modal-shop-floor {
    font-size: 15px;
    padding: 1px 17px 4px;
    margin-bottom: 15px;
  }
  .modal-shop-floor.pc-only {
    display: inline-block !important;
  }
}
@media screen and (max-width: 768px) {
  .modal-shop-floor.sp-only {
    display: inline-block !important;
  }
}

.modal-shop-info {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-column-gap: 20px;
     -moz-column-gap: 20px;
          column-gap: 20px;
}
@media screen and (min-width: 769px) {
  .modal-shop-info {
    padding-bottom: 20px;
    margin-bottom: 2px;
  }
}

.modal-logo {
  width: 100px;
  margin-right: 10px;
}
@media screen and (min-width: 769px) {
  .modal-logo {
    margin-right: 18px;
  }
}

.modal-shop {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: start;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}

.modal-shop-name {
  font-size: 14px;
  font-weight: 500;
  line-height: 1.4285714286;
}
@media screen and (min-width: 769px) {
  .modal-shop-name {
    font-size: 16px;
  }
}

.modal-wrap {
  color: #AF7B24;
  width: calc(100vw - 120px);
  max-width: 1100px;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  z-index: 10;
}
@media screen and (max-width: 768px) {
  .modal-wrap {
    width: calc(100vw - 60px);
    top: inherit;
    left: inherit;
    margin: 0 auto;
    position: relative;
    -webkit-transform: inherit;
            transform: inherit;
    overflow-y: initial;
    padding-top: 0;
  }
}
@media screen and (min-width: 769px) and (max-height: 770px) {
  .modal-wrap {
    top: 10%;
    -webkit-transform: translate(-50%, 0);
            transform: translate(-50%, 0);
  }
}

.modal-cont {
  background: #fff;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding: 22px 20px 25px;
  position: relative;
  border-radius: 10px;
}
@media screen and (min-width: 769px) {
  .modal-cont {
    padding: 55px 20px 25px;
    width: auto !important;
    display: -webkit-box;
    display: -ms-flexbox !important;
    display: flex !important;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    padding: 60px 40px 65px 60px;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    min-height: 480px;
    border-radius: 20px;
  }
}

.img-wrap {
  position: relative;
}
@media screen and (min-width: 769px) {
  .img-wrap {
    width: 37%;
    margin-right: 46px;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
  }
}
.img-wrap .img-wrap__slider {
  width: 100%;
  position: relative;
}
.img-wrap .img-wrap__slider .slick-arrow {
  position: absolute;
  border: 0.5px solid #373332;
  border-radius: 100%;
  width: 26px;
  height: 26px;
  background-color: #BBE0E0;
  display: block;
  background-image: url(../images/common/arrow-right.svg);
  background-size: 12px 10px;
  background-repeat: no-repeat;
  background-position: center;
  position: absolute;
  bottom: -14px;
  z-index: 10;
}
.img-wrap .img-wrap__slider .slick-arrow.prev {
  left: 20%;
  -webkit-transform: rotate(90deg);
          transform: rotate(90deg);
}
.img-wrap .img-wrap__slider .slick-arrow.next {
  right: 20%;
  -webkit-transform: rotate(-90deg);
          transform: rotate(-90deg);
}
.img-wrap .img-wrap__slider .slick-dots {
  position: relative !important;
  bottom: -15px !important;
}
.img-wrap .img-wrap__slider .slick-dots li button:before {
  top: -5px !important;
  font-size: 30px !important;
}
.img-wrap .img-wrap__slider .slick-dots li.slick-active button:before {
  top: -6px !important;
}

.modal-detail {
  font-family: "Noto Sans JP", sans-serif;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
@media screen and (min-width: 769px) {
  .modal-detail {
    width: 48%;
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
  }
}
@media screen and (max-width: 768px) {
  .modal-detail {
    margin: 15px auto 0;
    padding: 0 !important;
    width: 100%;
  }
}

.modal-block {
  width: 100vw;
  height: 100vh;
  position: fixed;
  top: 0;
  left: 0;
  overflow: auto;
  z-index: 500;
  display: none;
}
@media screen and (max-width: 768px) {
  .modal-block {
    padding: 17px 0 220px;
    overflow: scroll;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
  }
}

.modal-bg {
  width: 100vw;
  height: 150vh;
  background: none;
  position: absolute;
  top: 0;
  left: 0;
  background: #ECE094;
  opacity: 0.9;
}
.modal-close {
  width: 50px;
  height: 50px;
  font-size: 24px;
  margin-left: auto;
  margin-bottom: 10px;
  padding: 14px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-transition: 0.4s;
  transition: 0.4s;
  z-index: 1;
  border-radius: 100%;
  background-color: #EF835C;
}
@media screen and (min-width: 769px) {
  .modal-close {
    margin: 0 auto;
    position: absolute;
    top: -50px;
    right: -50px;
  }
}
.modal-close:before {
  display: block;
  content: "";
  width: 20px;
  height: 20px;
  background-image: url(../images/common/icon-close.svg);
  background-size: contain;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto;
}
.modal-close:hover {
  opacity: 0.6;
}

.open-btn {
  overflow: hidden;
  border-radius: 50%;
}

.js-modalopen {
  cursor: pointer;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}
.js-modalopen:hover {
  -webkit-transition: 0.5s;
  transition: 0.5s;
  background-color: #F491AE;
}

/* =========================================================
ショップリスト
========================================================= */
.shop-list-note {
  color: #4b4b4b;
  font-size: 12px;
  line-height: 1.5;
  letter-spacing: 0.06em;
  margin-top: -3px;
}

/* =========================================================
recommend
========================================================= */
.section-heading {
  font-family: "rocky-condensed", serif;
  font-weight: 500;
  font-style: normal;
  font-size: clamp(42px, calc(24.8680203046px + 4.5685279188vw), 60px);
  font-weight: 400;
  text-align: center;
  letter-spacing: 0.005em;
  line-height: 1;
  margin-bottom: 20px;
}
@media screen and (min-width: 769px) {
  .section-heading {
    line-height: 0.6666666667;
    margin-bottom: 50.5px;
  }
}

.parco-news-wrap {
  padding-top: 25px;
  margin-bottom: 75px;
}
@media screen and (min-width: 769px) {
  .parco-news-wrap {
    padding-top: 16px;
    margin-bottom: 115px;
  }
}

.shop-news-wrap .item-list {
  margin-bottom: 50px;
}
@media screen and (min-width: 769px) {
  .shop-news-wrap {
    margin-bottom: 95px;
  }
}

.item-list {
  padding: 0 25px;
}
@media screen and (min-width: 769px) {
  .item-list {
    padding: 0;
  }
}

/* =========================================================
タグ集約
========================================================= */
.taglist {
  overflow: hidden;
}
.taglist__item {
  border-bottom: 1px solid #ccc;
  margin-bottom: 20px;
  list-style: none;
  display: none;
}
.taglist__item:last-of-type {
  margin-bottom: 0;
}
.taglist__item:last-child {
  margin-bottom: 0;
}
.taglist__item:nth-child(-n+6) {
  /* 初期表示6件 */
  display: block;
}
.taglist__item__in {
  height: 100%;
}
.taglist__item a {
  display: block;
  position: relative;
  height: 100%;
  padding: 15px;
  color: #555;
  background: #fff;
  font-size: 1.4rem;
  line-height: 1.5;
  text-decoration: none;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.taglist__item a:before {
  content: "";
  display: block;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 0 0 10px 10px;
  border-color: transparent transparent #555 transparent;
  position: absolute;
  right: 4px;
  bottom: 4px;
}
.taglist__txt {
  margin-top: 15px;
}
.taglist__photo {
  position: relative;
  padding: 0 40px;
}
.taglist__kaeru {
  position: absolute;
  top: 0;
  left: 40px;
  font-size: 10px;
  font-size: 1rem;
  color: #fff;
  line-height: 1.1;
  display: inline-block;
  background: #ea5550;
  padding: 7px 5px;
}
.taglist__name {
  font-size: 12px;
  font-size: 1.2rem;
  margin-bottom: 5px;
}
.taglist__title {
  font-weight: bold;
  margin-bottom: 6px;
}

@media screen and (max-width: 768px) {
  .taglist__item {
    border: 1px solid #000000;
    border-top: 1px solid #000;
  }
}
@media screen and (min-width: 769px) {
  .taglist {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .taglist__item {
    width: calc(33.33% - 10px);
    margin: 15px 15px 0 0;
    border: 1px solid #ccc;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
  }
  .taglist__item:first-child {
    border-top: 1px solid #ccc;
  }
  .taglist__item:nth-child(-n+3) {
    margin-top: 0;
  }
  .taglist__item:nth-child(3n) {
    margin-right: 0;
  }
  .taglist__photo {
    padding: 0;
  }
}
.btn-taglist-more {
  display: none;
  width: 100%;
  max-width: 325px;
  margin: 8px auto 50px;
  padding: 15px 0 13px;
  border-radius: 100px;
  background: #BBE0E0;
  border: 1px solid #000000;
  color: #000000;
  font-size: 18px;
  cursor: pointer;
  text-align: center;
  font-family: "rocky-condensed", serif;
  font-weight: 500;
  font-style: normal;
  line-height: 1;
  letter-spacing: 0.13em;
  -webkit-transition: 0.5s;
  transition: 0.5s;
  position: relative;
}
.btn-taglist-more:after {
  content: "";
  display: block;
  width: 20px;
  height: 20px;
  border: 0.5px solid #373332;
  border-radius: 100%;
  background-image: url(../images/common/arrow-right.svg);
  background-size: 12px 8px;
  background-repeat: no-repeat;
  background-position: center;
  -webkit-transform: rotate(-90deg);
          transform: rotate(-90deg);
  position: absolute;
  right: 19px;
  top: 0;
  bottom: 0;
  margin: auto;
}
@media screen and (min-width: 769px) {
  .btn-taglist-more {
    margin: 43px auto 50px;
    max-width: 346px;
    height: 60px;
    font-size: 22px;
    letter-spacing: 0.05em;
  }
  .btn-taglist-more:hover {
    opacity: 0.7;
    -webkit-transition: 0.5s;
    transition: 0.5s;
  }
}

.banner-area__in {
  max-width: 596px;
  margin: 0 auto;
}

/* =========================================================
フッター
========================================================= */
.page-ft {
  padding-top: 55px;
  text-align: center;
  background-color: #222222;
}
.page-ft__inner {
  padding: 0 51px 63.6px;
}
.page-ft .logo {
  max-width: 177px;
  margin: 0 auto 18px;
}
.page-ft .copyright {
  color: #ffffff;
}
@media screen and (min-width: 769px) {
  .page-ft {
    padding-top: 85px;
  }
  .page-ft .logo {
    margin: 0 auto 25px;
  }
  .page-ft__inner {
    padding: 0 51px 86.6px;
  }
}

.footer {
  padding: 80px 0 40px;
  position: relative;
}
@media screen and (min-width: 769px) {
  .footer {
    padding: 81px 0 160px;
  }
}
.footer__in {
  position: relative;
  margin: 0 auto;
}
@media screen and (min-width: 769px) {
  .footer__in {
    max-width: 835px;
  }
}
.footer__logo {
  text-align: center;
  max-width: 137px;
  margin: 0 auto 20px;
}
@media screen and (min-width: 769px) {
  .footer__logo {
    display: none;
  }
}
.footer__logo a {
  text-decoration: none;
}
.footer__copyright {
  font-size: 10px;
  text-align: center;
  line-height: 1.8;
  font-family: copperplate, serif;
  font-weight: 500;
  font-style: normal;
  font-weight: 300;
  color: #000000;
}
@media screen and (min-width: 769px) {
  .footer__copyright {
    font-size: 12px;
  }
}

.pagetop {
  display: none;
  max-width: 38px;
  width: 100%;
  position: fixed;
  right: 10px;
  bottom: 114px;
  z-index: 50;
}
@media screen and (min-width: 769px) {
  .pagetop {
    right: 38px;
    bottom: 48px;
  }
}
.pagetop.active {
  display: block;
  -webkit-animation: fadeIn 0.5s ease-in 0s forwards;
          animation: fadeIn 0.5s ease-in 0s forwards;
}

.bnr__text {
  text-align: center;
  font-size: clamp(14px, 2vw, 16px);
  font-family: "vdl-v7mincho", sans-serif;
  margin-top: 30px;
}

/* =========================================================
EVENTセクション
========================================================= */
.event-block {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 28px;
}
@media screen and (min-width: 769px) {
  .event-block {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    gap: 40px;
    max-width: 1100px;
    margin: 0 auto;
  }
}

.event-images {
  width: 100%;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  padding-inline: 25px;
}
@media screen and (min-width: 769px) {
  .event-images {
    width: 42%;
    padding-inline: 0;
  }
}
.event-images img {
  width: 100%;
  height: auto;
  display: block;
}

.event-detail {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  padding-inline: 25px;
}
@media screen and (min-width: 769px) {
  .event-detail {
    padding-inline: 0;
  }
}
.event-detail__title {
  font-family: "Noto Sans JP", sans-serif;
  font-size: 14px;
  font-weight: 600;
  margin-bottom: 15px;
  line-height: 1.5;
}
@media screen and (min-width: 769px) {
  .event-detail__title {
    font-size: 30px;
    margin-bottom: 30px;
  }
}
.event-detail__text {
  font-family: "Noto Sans JP", sans-serif;
  font-size: 13px;
  line-height: 1.9;
  margin-bottom: 16px;
  letter-spacing: 0.1em;
}
@media screen and (min-width: 769px) {
  .event-detail__text {
    font-size: 16px;
    margin-bottom: 24px;
  }
}
.event-detail__note {
  font-family: "Noto Sans JP", sans-serif;
  font-size: 10px;
  line-height: 1.8;
  margin-top: 8px;
  letter-spacing: 0.1em;
}
@media screen and (min-width: 769px) {
  .event-detail__note {
    font-size: 12px;
  }
}

.event-info {
  margin-bottom: 10px;
}
.event-info__item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: start;
  gap: 16px;
  padding: 4px 0;
}
@media screen and (min-width: 769px) {
  .event-info__item {
    padding: 9px 0;
  }
}
.event-info__label {
  background-color: #fff;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 11px;
  padding: 6px 8px;
  border-radius: 100px;
  white-space: nowrap;
  text-align: center;
  min-width: 70px;
  display: block;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  letter-spacing: 0.1em;
}
@media screen and (min-width: 769px) {
  .event-info__label {
    font-size: 14px;
    padding: 8px 16px;
    min-width: 90px;
  }
}
.event-info__content {
  font-family: "Noto Sans JP", sans-serif;
  font-size: 12px;
  line-height: 1.8;
  letter-spacing: 0.1em;
}
@media screen and (min-width: 769px) {
  .event-info__content {
    font-size: 16px;
  }
}

.event-btn {
  width: 190px;
  margin: 0 auto;
  margin-top: 22px;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}
@media screen and (min-width: 769px) {
  .event-btn {
    width: 260px;
    margin-top: 60px;
  }
}
.event-btn__link {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 100%;
  padding: 15px 10px;
  border: 1.5px solid #AF7B24;
  border-radius: 100px;
  text-decoration: none;
  -webkit-transition: background-color 0.3s ease, color 0.3s ease;
  transition: background-color 0.3s ease, color 0.3s ease;
  background-color: #AF7B24;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}
@media screen and (min-width: 769px) {
  .event-btn__link {
    padding: 20px 13px;
  }
}
.event-btn__text {
  text-align: center;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 14px;
  font-weight: 400;
  color: #fff;
  letter-spacing: 0.05em;
  -webkit-transition: color 0.3s ease;
  transition: color 0.3s ease;
}
@media screen and (min-width: 769px) {
  .event-btn__text {
    font-size: 16px;
  }
}
.event-btn__arrow {
  position: absolute;
  right: 13px;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  width: 22px;
  height: 22px;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}
@media screen and (min-width: 769px) {
  .event-btn__arrow {
    width: 27px;
    height: 27px;
  }
}

/* =========================================================
NOVELTYセクション
========================================================= */
.section-text {
  font-family: "Noto Sans JP", sans-serif;
  font-size: 13px;
  line-height: 1.9;
  margin-bottom: 32px;
  padding-inline: 25px;
  letter-spacing: 0.07em;
}
@media screen and (min-width: 769px) {
  .section-text {
    font-size: 16px;
    line-height: 2;
    margin: 0 auto;
    margin-bottom: 54px;
    max-width: 600px;
    padding-inline: 0;
  }
}

.slide_badge {
  position: absolute;
  top: 22px;
  right: 6px;
  width: 80px;
  height: 80px;
  z-index: 1;
  -webkit-transform: translate(50%, -50%);
          transform: translate(50%, -50%);
}
@media screen and (min-width: 769px) {
  .slide_badge {
    width: 120px;
    height: 120px;
    top: 44px;
    right: 0;
  }
}

@media screen and (min-width: 769px) {
  .novelty-slider {
    margin: 0 auto;
    width: calc(100% - 80px);
    max-width: 1100px;
  }
}
.novelty-slider .splide__track {
  overflow: visible;
  margin: 0 auto;
  width: 70%;
}
@media screen and (min-width: 769px) {
  .novelty-slider .splide__track {
    overflow: unset;
    width: 100%;
  }
}
.novelty-slider .splide__track .splide__list {
  -webkit-box-pack: unset;
      -ms-flex-pack: unset;
          justify-content: unset;
}
@media screen and (min-width: 769px) {
  .novelty-slider .splide__track .splide__list {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-column-gap: 28px;
       -moz-column-gap: 28px;
            column-gap: 28px;
  }
}
.novelty-slider .splide__track .splide__list .splide__slide {
  position: relative;
}
@media screen and (min-width: 769px) {
  .novelty-slider .splide__track .splide__list .splide__slide {
    width: calc((100% - 56px) / 3);
  }
}
.novelty-slider .splide__track .splide__list .splide__slide img {
  width: 100%;
  height: auto;
  display: block;
}
.novelty-slider .splide__arrows {
  position: relative;
  margin: 0 auto;
  margin-top: 24px;
  width: 120px;
}
@media screen and (min-width: 769px) {
  .novelty-slider .splide__arrows {
    display: none;
  }
}
.novelty-slider .splide__arrows .splide__arrow {
  width: 28px;
  height: 28px;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}
.novelty-slider .splide__arrows .splide__arrow--prev {
  left: 0;
}
.novelty-slider .splide__arrows .splide__arrow--next {
  right: 0;
}
.novelty-slider .splide__arrows .splide__pagination {
  bottom: unset;
}
.novelty-slider .splide__arrows .splide__pagination .splide__pagination__page {
  opacity: 1;
  background: #E26F7E;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}
.novelty-slider .splide__arrows .splide__pagination .splide__pagination__page.is-active {
  opacity: 1;
  background: #fff;
  -webkit-transform: scale(1);
          transform: scale(1);
}

.splide__sr {
  display: none !important;
}

.novelty-block {
  margin-top: 40px;
  padding-inline: 25px;
}
@media screen and (min-width: 769px) {
  .novelty-block {
    max-width: 700px;
    padding-inline: 0;
    margin: 40px auto 0;
  }
}

.novelty-info__item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  gap: 6px;
  padding: 5px 0;
}
@media screen and (min-width: 769px) {
  .novelty-info__item {
    gap: 16px;
    padding: 8px 0;
  }
}
.novelty-info__label {
  background-color: #fff;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 11px;
  padding: 6px 14px;
  border-radius: 100px;
  white-space: nowrap;
  min-width: 76px;
  text-align: center;
  display: block;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  margin-top: 2px;
  letter-spacing: 0.1em;
}
@media screen and (min-width: 769px) {
  .novelty-info__label {
    min-width: 84px;
    font-size: 14px;
    padding: 8px 16px;
  }
}
.novelty-info__content {
  font-family: "Noto Sans JP", sans-serif;
  font-size: 12px;
  line-height: 2;
  letter-spacing: 0.1em;
}
@media screen and (min-width: 769px) {
  .novelty-info__content {
    font-size: 16px;
  }
}
.novelty-info__inline-note {
  display: none;
  font-size: 10px;
  margin-left: 10px;
  font-weight: 400;
}
@media screen and (min-width: 769px) {
  .novelty-info__inline-note {
    display: inline;
    font-size: 12px;
  }
}

.novelty-note {
  font-family: "Noto Sans JP", sans-serif;
  font-size: 10px;
  line-height: 1.9;
  font-weight: 400;
}
@media screen and (min-width: 769px) {
  .novelty-note {
    font-size: 12px;
  }
}

/* =========================================================
BNRセクション
========================================================= */
.bnr-image {
  margin: 0 auto;
  width: 100%;
  padding-inline: 25px;
  -webkit-filter: drop-shadow(0 20px 15px rgba(0, 0, 0, 0.0941176471));
          filter: drop-shadow(0 20px 15px rgba(0, 0, 0, 0.0941176471));
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}
.bnr-image:hover {
  opacity: 0.7;
}
@media screen and (min-width: 769px) {
  .bnr-image {
    -webkit-filter: drop-shadow(0 20px 30px rgba(0, 0, 0, 0.2039215686));
            filter: drop-shadow(0 20px 30px rgba(0, 0, 0, 0.2039215686));
    max-width: 560px;
    padding-inline: 0;
  }
}
.bnr-image a:hover {
  opacity: 1;
}
.bnr-image a {
  opacity: 1;
}
.bnr-image img {
  width: 100%;
  height: auto;
  display: block;
}

/* =========================================================
FOODHALL LIVEセクション
========================================================= */
#foodhall-live .event-info__label {
  min-width: 108px;
}
@media screen and (min-width: 769px) {
  #foodhall-live .event-info__label {
    min-width: 130px;
  }
}

.foodhall-live-block {
  margin: 0 auto;
  margin-top: 40px;
  padding-inline: 25px;
  max-width: 1180px;
}
@media screen and (min-width: 769px) {
  .foodhall-live-block {
    padding-inline: 40px;
    margin-top: 88px;
  }
}

/* プロフィールカード共通（繰り返し要素） */
.profile-card-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  row-gap: 20px;
}
@media screen and (min-width: 769px) {
  .profile-card-list {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-column-gap: 4%;
       -moz-column-gap: 4%;
            column-gap: 4%;
  }
}

.profile-card {
  background-color: #F5EFCB;
  border-radius: 16px;
  padding: 26px;
  padding-top: 0;
}
@media screen and (min-width: 769px) {
  .profile-card {
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
    min-width: 280px;
    max-width: calc(50% - 10px);
    padding: 42px;
    padding-top: 0;
  }
}
.profile-card__header {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: end;
  gap: 16px;
  -webkit-transform: translateY(-10px);
          transform: translateY(-10px);
}
@media screen and (min-width: 769px) {
  .profile-card__header {
    -webkit-transform: translateY(-25px);
            transform: translateY(-25px);
  }
}
.profile-card__img-wrap {
  -ms-flex-negative: 0;
      flex-shrink: 0;
  width: 100px;
  height: 100px;
  border-radius: 50%;
  overflow: hidden;
}
@media screen and (min-width: 769px) {
  .profile-card__img-wrap {
    width: 160px;
    height: 160px;
  }
}
.profile-card__img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  display: block;
}
.profile-card__meta {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  min-width: 0;
  margin-bottom: 4px;
}
@media screen and (min-width: 769px) {
  .profile-card__meta {
    margin-bottom: 26px;
  }
}
.profile-card__name {
  font-family: "Noto Sans JP", sans-serif;
  font-size: 14px;
  margin-bottom: 18px;
  line-height: 1.4;
  letter-spacing: 0.06em;
}
@media screen and (min-width: 769px) {
  .profile-card__name {
    font-size: 16px;
    margin-bottom: 22px;
  }
}
.profile-card__icons {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 16px;
}
@media screen and (min-width: 769px) {
  .profile-card__icons {
    gap: 22px;
  }
}
.profile-card__icon {
  display: block;
  line-height: 0;
}
.profile-card__icon img {
  width: 20px;
  height: 20px;
  display: block;
  -o-object-fit: contain;
     object-fit: contain;
}
.profile-card__text {
  font-family: "Noto Sans JP", sans-serif;
  font-size: 12px;
  line-height: 1.8;
  letter-spacing: 0.1em;
}
@media screen and (min-width: 769px) {
  .profile-card__text {
    font-size: 13px;
    line-height: 1.7;
  }
}

#designer .section-title {
  text-align: center;
  font-family: "Prompt", sans-serif;
  font-size: 18px;
  margin-bottom: 20px;
}
@media screen and (min-width: 769px) {
  #designer .section-title {
    font-size: 30px;
    margin-bottom: 30px;
  }
}
#designer .section-text {
  text-align: center;
  font-size: 12px;
  margin-bottom: 30px;
}
@media screen and (min-width: 769px) {
  #designer .section-text {
    font-size: 13px;
  }
}

.designer-block {
  margin-top: 40px;
  padding-inline: 25px;
}
@media screen and (min-width: 769px) {
  .designer-block {
    max-width: 800px;
    margin: 40px auto 0;
    padding-inline: 40px;
  }
}

.designer-profile {
  background-color: #B7D6CB;
  border-radius: 12px;
}
@media screen and (min-width: 769px) {
  .designer-profile {
    padding: 32px 40px;
  }
}
.designer-profile__heading {
  text-align: center;
  font-family: "Prompt", sans-serif;
  font-size: 14px;
  font-weight: 600;
  letter-spacing: 0.15em;
  margin-bottom: 26px;
}
@media screen and (min-width: 769px) {
  .designer-profile__heading {
    text-align: start;
    font-size: 20px;
    margin-bottom: 26px;
  }
}
.designer-profile__inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media screen and (min-width: 769px) {
  .designer-profile__inner {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    gap: 32px;
  }
}
.designer-profile__row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 16px 20px;
}
@media screen and (min-width: 769px) {
  .designer-profile__row {
    -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
    min-width: 0;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
  }
}
.designer-profile__right {
  display: contents;
}
@media screen and (min-width: 769px) {
  .designer-profile__right {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
    min-width: 0;
  }
}
.designer-profile__img-wrap {
  -ms-flex-negative: 0;
      flex-shrink: 0;
  width: 80px;
  height: 80px;
  border-radius: 50%;
  overflow: hidden;
  background-color: #fff;
  border: 1px solid rgba(86, 131, 115, 0.4);
}
@media screen and (min-width: 769px) {
  .designer-profile__img-wrap {
    width: 160px;
    height: 160px;
    margin-bottom: 10px;
  }
}
.designer-profile__body {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
@media screen and (min-width: 769px) {
  .designer-profile__body {
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
    min-width: 0;
    margin-bottom: 16px;
  }
}
.designer-profile__img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  display: block;
}
.designer-profile__name-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 4px;
}
@media screen and (min-width: 769px) {
  .designer-profile__name-wrap {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    gap: 24px;
  }
}
.designer-profile__name {
  font-family: "Noto Sans JP", sans-serif;
  font-size: 14px;
  font-weight: 600;
}
@media screen and (min-width: 769px) {
  .designer-profile__name {
    font-size: 16px;
  }
}
.designer-profile__link {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 6px;
  text-decoration: none;
}
.designer-profile__link .designer-profile__link-icon img {
  width: 25px;
  height: 25px;
  display: block;
  -o-object-fit: contain;
     object-fit: contain;
}
.designer-profile__link-text {
  font-family: "Prompt", sans-serif;
  font-size: 11px;
  font-weight: 500;
  letter-spacing: 0.08em;
}
@media screen and (min-width: 769px) {
  .designer-profile__link-text {
    font-size: 14px;
  }
}
.designer-profile__text {
  width: 100%;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 12px;
  line-height: 1.9;
}
@media screen and (min-width: 769px) {
  .designer-profile__text {
    width: auto;
    margin-top: 0;
    font-size: 13px;
  }
}

/* =========================================================
slick
========================================================= */
/* Slider */
.slick-slider {
  position: relative;
  display: block;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-touch-callout: none;
  -khtml-user-select: none;
  -ms-touch-action: pan-y;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent;
}

.slick-list {
  position: relative;
  display: block;
  overflow: hidden;
  margin: 0;
  padding: 0;
}

.slick-list:focus {
  outline: none;
}

.slick-list.dragging {
  cursor: pointer;
  cursor: hand;
}

.slick-slider .slick-track,
.slick-slider .slick-list {
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}

.slick-track {
  position: relative;
  top: 0;
  left: 0;
  display: block;
  margin-left: auto;
  margin-right: auto;
}

.slick-track:before,
.slick-track:after {
  display: table;
  content: "";
}

.slick-track:after {
  clear: both;
}

.slick-loading .slick-track {
  visibility: hidden;
}

.slick-slide {
  display: none;
  float: left;
  height: 100%;
  min-height: 1px;
}

[dir=rtl] .slick-slide {
  float: right;
}

.slick-slide img {
  display: block;
}

.slick-slide.slick-loading img {
  display: none;
}

.slick-slide.dragging img {
  pointer-events: none;
}

.slick-initialized .slick-slide {
  display: block;
}

.slick-loading .slick-slide {
  visibility: hidden;
}

.slick-vertical .slick-slide {
  display: block;
  height: auto;
  border: 1px solid transparent;
}

.slick-arrow.slick-hidden {
  display: none;
}

/* Slider */
.slick-loading .slick-list {
  background: #fff url("./ajax-loader.gif") center center no-repeat;
}

/* Icons */
@font-face {
  font-family: "slick";
  src: url("./fonts/slick.eot");
  src: url("./fonts/slick.eot?#iefix") format("embedded-opentype"), url("./fonts/slick.woff") format("woff"), url("./fonts/slick.ttf") format("truetype"), url("./fonts/slick.svg#slick") format("svg");
  font-weight: normal;
  font-style: normal;
}
/* Arrows */
/* Dots */
.slick-dotted.slick-slider {
  margin-bottom: 30px;
}

.slick-dots {
  position: absolute;
  bottom: -25px;
  list-style: none;
  display: block;
  text-align: center;
  padding: 0;
  margin: 0;
  width: 100%;
}
.slick-dots li {
  position: relative;
  display: inline-block;
  height: 20px;
  width: 20px;
  margin: 0 3px;
  padding: 0;
  cursor: pointer;
}
.slick-dots li button {
  border: 0;
  background: transparent;
  display: block;
  height: 20px;
  width: 20px;
  outline: none;
  line-height: 0px;
  font-size: 0px;
  color: transparent;
  padding: 5px;
  cursor: pointer;
}
.slick-dots li button:hover, .slick-dots li button:focus {
  outline: none;
}
.slick-dots li button:hover:before, .slick-dots li button:focus:before {
  opacity: 1;
}
.slick-dots li button:before {
  position: absolute;
  top: 0;
  left: 0;
  content: "•";
  width: 20px;
  height: 20px;
  font-family: "slick";
  font-size: 30px;
  line-height: 20px;
  text-align: center;
  color: #FFF100;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.slick-dots li.slick-active button:before {
  color: #56C800;
  opacity: 1;
}/*# sourceMappingURL=style.css.map */