


@charset "UTF-8";
html {
  font-size: 100%;
}
@media (max-width: 1119px) {
  html {
    font-size: 1.4298480786vw;
  }
}
@media screen and (max-width: 767px) {
  html {
    font-size: 100%;
  }
}
@media (max-width: 375px) {
  html {
    font-size: 4.2666666667vw;
  }
}

body {
  font-family: "Noto Sans", sans-serif;
  color: #000;
}

a,
button {
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
a:hover,
button:hover {
  opacity: 0.7;
  cursor: pointer;
}
@media screen and (max-width: 767px) {
  a:hover,
  button:hover {
    opacity: 1;
  }
}

/*****************************
* A Modern CSS Reset (https://github.com/hankchizljaw/modern-css-reset)
* 上記に、ul要素,ol要素,a要素への記述追加
*****************************/
/* Box sizing rules */
*,
*::before,
*::after {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

/* Remove default margin */
body,
h1,
h2,
h3,
h4,
p,
figure,
blockquote,
dl,
dd,
ul,
li {
  margin: 0;
}

/* Remove list styles on ul, ol elements with a list role, which suggests default styling will be removed */
ul,
ol {
  list-style: none;
  padding: 0;
}

/* Set core root defaults */
html:focus-within {
  scroll-behavior: smooth;
}

/* Set core body defaults */
body {
  min-height: 100vh;
  text-rendering: optimizeSpeed;
  line-height: 1.5;
}

/* A elements that don't have a class get default styles */
a:not([class]) {
  text-decoration-skip-ink: auto;
}

a {
  text-decoration: none;
  color: inherit;
}

/* Make images easier to work with */
img,
picture {
  max-width: 100%;
  display: block;
}

/* Inherit fonts for inputs and buttons */
input,
button,
textarea,
select {
  font: inherit;
}

button {
  border: none;
  padding: 0;
  background-color: transparent;
  background-color: initial;
}

/* Remove all animations, transitions and smooth scroll for people that prefer not to see them */
@media (prefers-reduced-motion: reduce) {
  html:focus-within {
    scroll-behavior: auto;
  }
  *,
  *::before,
  *::after {
    -webkit-animation-duration: 0.01ms !important;
            animation-duration: 0.01ms !important;
    -webkit-animation-iteration-count: 1 !important;
            animation-iteration-count: 1 !important;
    -webkit-transition-duration: 0.01ms !important;
            transition-duration: 0.01ms !important;
    scroll-behavior: auto !important;
  }
}
.l-flavor {
  padding: 4.625rem 0 4.6875rem;
}
@media screen and (max-width: 767px) {
  .l-flavor {
    padding: 4.25rem 0 4.625rem;
  }
}

.l-guide {
  padding: 5.375rem 0 3.9375rem;
}
@media screen and (max-width: 767px) {
  .l-guide {
    padding: 3.75rem 0 4.9375rem;
  }
}

.l-header {
  height: 4.375rem;
}
@media screen and (max-width: 767px) {
  .l-header {
    height: 3.125rem;
  }
}

.l-inner {
  width: 100%;
  margin-right: auto;
  margin-left: auto;
  max-width: 1119px;
  padding-right: 1.5625rem;
  padding-left: 1.5625rem;
}
@media screen and (max-width: 767px) {
  .l-inner {
    max-width: 31.25rem;
    padding-right: 1.5rem;
    padding-left: 1.5rem;
  }
}

.l-lead {
  padding-top: 4.25rem;
}
@media screen and (max-width: 767px) {
  .l-lead {
    padding-top: 2.25rem;
  }
}

.c-btn {
  font-size: 0.6875rem;
  font-weight: bold;
  letter-spacing: 0.056em;
  line-height: 1.5454545455;
  padding-bottom: 0.5625rem;
  border-bottom: 1px solid #707070;
}

.c-card-guide__title {
  min-height: 2.75rem;
  font-size: 1rem;
  font-weight: bold;
  letter-spacing: 0.056em;
  line-height: 1.375;
}

.c-card-guide__img {
  margin-top: 0.875rem;
}
@media screen and (max-width: 767px) {
  .c-card-guide__img {
    margin-top: 0.25rem;
  }
}

.c-card-guide__img img {
  aspect-ratio: 244/110;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.c-card-guide__areabox {
  margin-top: 1.5rem;
}

.c-card-guide__area:nth-child(n+2) {
  margin-top: 1rem;
}
@media screen and (max-width: 767px) {
  .c-card-guide__area:nth-child(n+2) {
    margin-top: 1.25rem;
  }
}

.c-card-guide__area-name {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 0.375rem;
  font-size: 0.9375rem;
  font-weight: bold;
  letter-spacing: 0.056em;
  line-height: 1.6666666667;
  margin-bottom: 0.5rem;
}

.c-card-guide__area-name span {
  width: 0.5rem;
  height: 0.5rem;
}

.c-card-guide__area-name span.blue {
  background-color: #467FAF;
}

.c-card-guide__area-name span.yellow {
  background-color: #D3D342;
}

.c-card-guide__area-name span.green {
  background-color: #84CC73;
}

.c-card-guide__area-text {
  font-size: 0.875rem;
  letter-spacing: 0.056em;
  line-height: 1.5714285714;
}

.c-card-guide__btn {
  margin-top: 1.25rem;
}

.c-section-title {
  font-size: 1.5rem;
  font-weight: bold;
  letter-spacing: 0.056em;
  line-height: 1.4166666667;
  padding-bottom: 1.25rem;
  border-bottom: 1px solid #707070;
}
@media screen and (max-width: 767px) {
  .c-section-title {
    font-size: 1.125rem;
    padding-bottom: 0.5rem;
    line-height: 1.5555555556;
  }
}

.p-flavor__wrap {
  margin-top: 1.875rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 2.6875rem;
}
@media screen and (max-width: 767px) {
  .p-flavor__wrap {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 1.75rem;
  }
}

.p-flavor__img {
  width: 47.5210477081%;
}
@media screen and (max-width: 767px) {
  .p-flavor__img {
    width: 100%;
  }
}

.p-flavor__img img {
  aspect-ratio: 508/430;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
@media screen and (max-width: 767px) {
  .p-flavor__img img {
    aspect-ratio: 329/278;
  }
}

.p-flavor__body {
  width: 48.4565014032%;
  padding-top: 5.8125rem;
}
@media screen and (max-width: 767px) {
  .p-flavor__body {
    width: 100%;
    padding-top: 0;
  }
}

.p-flavor__text {
  letter-spacing: 0.056em;
  line-height: 1.5625;
}
@media screen and (max-width: 767px) {
  .p-flavor__text {
    font-size: 0.875rem;
    line-height: 1.7857142857;
  }
}

.p-flavor__btn {
  margin-top: 1.25rem;
}

.p-footer__top {
  height: 9.1875rem;
}
@media screen and (max-width: 767px) {
  .p-footer__top {
    height: auto;
  }
}

.p-footer__top-inner {
  height: 100%;
  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;
}
@media screen and (max-width: 767px) {
  .p-footer__top-inner {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}

.p-footer__logo {
  width: 18.75rem;
  margin-left: -1.875rem;
}

.p-footer__logo img {
  aspect-ratio: 300/111;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.p-footer__logos {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media screen and (max-width: 767px) {
  .p-footer__logos {
    width: 100vw;
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    margin-left: calc(50% - 50vw);
    margin-right: calc(50% - 50vw);
  }
}

.p-footer__shop-logo {
  height: 3.75rem;
}

.p-footer__shop-logo a {
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media screen and (max-width: 767px) {
  .p-footer__shop-logo a {
    border-top: 1px solid #D9D9D9;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}

.p-footer__shop-logo:not(:first-child) a {
  padding-left: 1.875rem;
}
@media screen and (max-width: 767px) {
  .p-footer__shop-logo:not(:first-child) a {
    padding-left: 0;
  }
}

.p-footer__shop-logo:not(:last-child) a {
  padding-right: 1.875rem;
  border-right: 1px solid #D9D9D9;
}
@media screen and (max-width: 767px) {
  .p-footer__shop-logo:not(:last-child) a {
    padding-right: 0;
    border-right: none;
  }
}

.p-footer__shop-logo:nth-child(2n-1) {
  border-right: 1px solid #D9D9D9;
}

.p-footer__bottom {
  height: 4.8125rem;
  background-color: #434343;
  color: #fff;
}
@media screen and (max-width: 767px) {
  .p-footer__bottom {
    height: 5.75rem;
  }
}

.p-footer__bottom-inner {
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
@media screen and (max-width: 767px) {
  .p-footer__bottom-inner {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end;
    gap: 1.25rem;
  }
}

.p-footer__copyright {
  font-size: 0.5rem;
  font-weight: bold;
}

.p-footer__links {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 1.375rem;
  font-size: 0.875rem;
  letter-spacing: 0.056em;
}
@media screen and (max-width: 767px) {
  .p-footer__links {
    padding-top: 1.875rem;
  }
}

.p-fv {
  position: relative;
  height: 100vh;
  background: #f0e6d1;
  overflow: hidden;
  display: flex;
  align-items: flex-end;
}
.p-fv::before{
  content:"";
  display:block;
  width: 105vw;
  height: 100vh;
  position:absolute;
  top:50%;
  left:50%;
  transform:translate(-50%,-50%);
  background: url(/shibuyafoodislands/images/about/kv_foodtext.webp) no-repeat center/contain;
}
.p-fv__img {
    height: 100%;
    position: relative;
    z-index: 10;
}
.p-fv__img picture,.p-fv__img img{
        height: 100%;
    width: 100%;
    object-fit: contain;
}
.p-fv__logo {
  width: 16.875rem;
  position: absolute;
  top: 5.5625rem;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}
@media screen and (max-width: 767px) {
  .p-fv__logo {
    width: 12.0625rem;
    top: 4.75rem;
  }
  .p-fv__img {
    width:105vw;
    transform:translateX(-5vw);
    max-height: 98vh;
  }
  .p-fv::before{
    display:none
  }
}

.p-fv__logo img {
  aspect-ratio: 270/319;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.p-fv__links {
  position: absolute;
  bottom: 2.0rem;
  right: 1.0625rem;
  text-align: right;
  font-size: 0.75rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 0.625rem;
}
@media screen and (max-width: 767px) {
  .p-fv__links {
    width: 20.4375rem;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    gap: 1.125rem;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    font-size: 0.5rem;
    font-weight: 500;
    top: 1.125rem;
    left: 50%;
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
    text-align: left;
  }
}

.p-fv__link a {
  padding-bottom: 0.125rem;
  position: relative;
}
@media screen and (max-width: 767px) {
  .p-fv__link a {
    display: block;
  }
}

.p-fv__link a:hover {
  opacity: 1;
}

@media screen and (max-width: 767px) {
  .p-fv__link a.nowrap {
    white-space: nowrap;
  }
}

.p-fv__link a::after {
  content: "";
  width: 0%;
  height: 1px;
  background-color: #000;
  position: absolute;
  bottom: 0;
  left: 0;
  -webkit-transition: width 0.3s ease;
  transition: width 0.3s ease;
}

.p-fv__link a:hover::after {
  width: 100%;
}

.p-guide {
  background-color: #F3F0EB;
}

.p-guide__cards {
  margin-top: 3.125rem;
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 1.875rem;
}
@media screen and (max-width: 767px) {
  .p-guide__cards {
    margin-top: 2.25rem;
    grid-template-columns: repeat(1, 1fr);
    gap: 3.125rem;
  }
}

.p-header {
  background-color: #fff;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  -webkit-transform: translateY(-100%);
          transform: translateY(-100%);
  -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;
  z-index: 1000;
  opacity: 0;
}

.p-header.is-visible {
  -webkit-transform: translateY(0);
          transform: translateY(0);
  opacity: 1;
}

.p-header__inner {
  height: 100%;
  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;
}
@media screen and (max-width: 767px) {
  .p-header__inner {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}

.p-header__logo {
  width: 7.875rem;
}

.p-header__logo img {
  aspect-ratio: 126/37;
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}

.p-header__menu {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 2.375rem;
  font-size: 0.625rem;
}
@media screen and (max-width: 767px) {
  .p-header__menu {
    display: none;
  }
}

.p-header__menu a {
  padding-bottom: 0.125rem;
  position: relative;
}

.p-header__menu a:hover {
  opacity: 1;
}

.p-header__menu a::after {
  content: "";
  width: 0%;
  height: 1px;
  background-color: #000;
  position: absolute;
  bottom: 0;
  left: 0;
  -webkit-transition: width 0.3s ease;
  transition: width 0.3s ease;
}

.p-header__menu a:hover::after {
  width: 100%;
}

.p-lead__text {
  line-height: 1.5625;
  letter-spacing: 0.056em;
}
@media screen and (max-width: 767px) {
  .p-lead__text {
    font-size: 0.875rem;
    line-height: 1.7857142857;
  }
}

@media screen and (max-width: 767px) {
  .u-desktop {
    display: none;
  }
}

.u-mobile {
  display: none;
}
@media screen and (max-width: 767px) {
  .u-mobile {
    display: block;
  }
}
/*# sourceMappingURL=styles.css.map */

/* add style 25.07.30 */
.c-card-guide__area-name { display: block; margin-bottom: 5px; line-height: 1.4;}
.c-card-guide__title small,
.c-card-guide__area-name small {font-weight: normal; font-size: 12.5px;}
.c-card-guide__area-name small span { background: none !important;}
.c-card-guide__area-name small span.green { color: #84CC73;}
.c-card-guide__area-name small span.blue { color: #467FAF;}
.c-card-guide__area-name small span.yellow { color: #D3D342;}

@media screen and (max-width: 767px) {
.c-card-guide__title { margin-bottom: 0.875rem;;}
}

/* add style 25.08.05 */

.p-lead {background-color: #F3F0EB;}
.l-lead { padding-bottom: 4.25rem; }

h2.c-section-title {font-family: "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", sans-serif;}

@media screen and (max-width: 767px) {
.line-1 .c-card-guide__title { min-height: auto !important;}
.p-footer__top-inner { display: block;}
.p-footer__top-inner .p-footer__logo  { margin: 0 auto;}
}



