@charset "UTF-8";
/* SCSSの読み込み */
@import url(all.css);
/*===============================================
  切り替え用
===============================================*/
html {
  font-size: clamp(9px, 0.6896551724vw, 10px);
}

.pc-none {
  display: none !important;
}

a[href^="tel:"] {
  pointer-events: none;
}

/*===============================================
  ページネーション
===============================================*/
/*===============================================
  詳細ページ前後
===============================================*/
/*===============================================
  wrapper
===============================================*/
#wrapper {
  min-width: 1200px;
}

/*===============================================
  header
===============================================*/
#header::before {
  width: 90rem;
  aspect-ratio: 3/1;
}
#header .header__inner {
  display: flex;
  justify-content: flex-start;
  align-items: flex-start;
  -moz-column-gap: 3.5rem;
       column-gap: 3.5rem;
  padding: 3rem 9rem 0 6rem;
}
#header .header__logo img {
  height: 8rem;
  aspect-ratio: 73/80;
  -o-object-fit: contain;
     object-fit: contain;
}
#header .gtranslate_wrapper {
  margin-top: 2rem;
  margin-left: auto;
}

/*===============================================
  footer
===============================================*/
#footer {
  padding-block: 8rem;
}
#footer .footer__inner {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  gap: 2rem 4rem;
  width: 108rem;
}
#footer .footer__logo {
  text-align: center;
  margin-bottom: 2rem;
}
#footer .footer__logo img {
  width: 9.9rem;
  aspect-ratio: 99/110;
  -o-object-fit: contain;
     object-fit: contain;
}
#footer .footer__info {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  row-gap: 3rem;
}
#footer .footer__add {
  font-size: var(--font-size-sm);
  line-height: var(--line-height-sm);
}
#footer .footer__right {
  display: flex;
  justify-content: flex-start;
  align-items: flex-end;
  flex-direction: column;
  row-gap: 6rem;
  padding-top: 0.7rem;
  padding-bottom: calc(var(--font-size-xs) + 6rem);
}

/*フッターナビ
-----------------------------*/
.footer-nav {
  display: flex;
  justify-content: flex-start;
  align-items: flex-end;
  flex-direction: column;
  font-size: var(--font-size-sm);
  letter-spacing: var(--letter-spacing-base);
  row-gap: calc(1em + 1px);
}
.footer-nav__list, .footer-nav__sub-list {
  display: flex;
  justify-content: center;
  align-items: center;
  margin-block: calc((1em - 1lh) / 2);
  line-height: 2;
}
.footer-nav__item, .footer-nav__sub-item {
  display: flex;
  justify-content: center;
  align-items: center;
}
.footer-nav__item::after, .footer-nav__sub-item::after {
  content: "";
  display: block;
  width: 1px;
  height: calc(1em - 1px);
  background: var(--color-gray);
  margin-inline: 0.625em;
}
.footer-nav__item:last-of-type::after, .footer-nav__sub-item:last-of-type::after {
  display: none;
}

/*コピーライト
-----------------------------*/
.copy {
  width: 108rem;
  margin-inline: auto;
}
.copy p {
  position: absolute;
  right: 0;
  bottom: 0;
}

/*===============================================
  fixed固定
===============================================*/
/*ページトップ
-----------------------------*/
#pagetop {
  bottom: 1rem;
  right: 1rem;
}

/*サイドボタン
-----------------------------*/
#side {
  bottom: 1rem;
  right: 1rem;
}

/*===============================================
  visual
===============================================*/
/*共通
-----------------------------*/
.visual::after {
  height: calc(clamp(64px, 5vw, 96px) + 1px);
  min-width: 192rem;
}

/*メインビジュアル
-----------------------------*/
.visual__main {
  height: calc(15rem + clamp(590px, 45.8333333333vw, 880px));
}
.visual__inner::before {
  height: calc(100% - 15rem - clamp(92px, 7.1875vw, 138px));
  background-size: clamp(269px, 20.9895833333vw, 403px) !important;
  top: calc(15rem + clamp(26px, 1.9791666667vw, 38px));
}
.visual__inner::after {
  width: 88.23%;
  max-width: calc(100% - 22.6rem);
  height: clamp(170px, 13.0208333333vw, 250px);
  bottom: clamp(17px, 1.3020833333vw, 25px);
}
.visual__box {
  width: clamp(276px, 21.5625vw, 414px);
  padding-top: calc(15rem + clamp(38px, 2.96875vw, 57px));
  gap: clamp(18px, 1.40625vw, 27px);
}
.visual__logo::before {
  height: clamp(140px, 10.9375vw, 210px);
  aspect-ratio: 436/210;
}
.visual__logo img {
  width: clamp(120px, 9.375vw, 180px);
}
.visual__catch--main {
  padding-top: clamp(24px, 1.875vw, 36px);
  margin-bottom: clamp(8px, 0.625vw, 12px);
}
.visual__catch--main img {
  width: clamp(126px, 9.84375vw, 189px);
  filter: drop-shadow(0 0 0.4rem rgba(179, 136, 67, 0.52)) drop-shadow(0 0 0.8rem rgba(179, 136, 67, 0.52)) drop-shadow(0 0 1.2rem rgba(179, 136, 67, 0.52));
}
.visual__time {
  font-size: clamp(14px, 0.9375vw, 18px) !important;
}
.visual__ig {
  width: clamp(30px, 2.0833333333vw, 40px);
}
.visual__images {
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
  width: 65.625%;
  max-width: 126rem;
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  bottom: clamp(128px, 10vw, 192px);
  z-index: -1;
}
.visual__image img {
  height: clamp(345px, 26.9270833333vw, 517px);
  aspect-ratio: 404/517;
  -o-object-fit: contain;
     object-fit: contain;
}
.visual__image figcaption {
  width: clamp(115px, 8.9583333333vw, 172px);
  bottom: clamp(14px, 1.09375vw, 21px);
  font-size: clamp(12px, 0.9375vw, 18px);
  row-gap: clamp(4px, 0.3125vw, 6px);
  padding-inline: 0.75em;
}
.visual__image figcaption .ja {
  font-size: calc(1em + 3px);
}
.visual__image figcaption .en {
  font-size: calc(1em - 2px);
  line-height: calc(1em + 2px);
}
.visual__image--left figcaption {
  right: clamp(-132px, -6.875vw, -88px);
  padding-right: calc(0.75em + clamp(8px, 0.625vw, 12px));
}
.visual__image--right figcaption {
  left: clamp(-132px, -6.875vw, -88px);
  padding-left: calc(0.75em + clamp(8px, 0.625vw, 12px));
}

/*サブビジュアル
-----------------------------*/
.visual__sub {
  height: calc(15rem + clamp(290px, 22.5520833333vw, 433px));
  padding-top: calc(5rem + clamp(18px, 1.40625vw, 27px));
}
.visual__catch--sub {
  width: 56.25%;
  font-size: clamp(34px, 2.6041666667vw, 50px);
}
.visual__catch--sub > span {
  line-height: calc(1em + 1rem);
}
.visual__catch--sub > span::after {
  width: clamp(54px, 4.21875vw, 81px);
  right: clamp(-93px, -4.84375vw, -62px);
  bottom: calc(clamp(-52px, -2.7083333333vw, -35px) + 0.5rem);
}

/*===============================================
  グローバルナビ
===============================================*/
.gnav {
  font-family: var(--font-family-main);
  font-weight: 500;
  font-size: var(--font-size-base);
  line-height: 2;
  letter-spacing: 0;
}
.gnav__list {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 8rem;
  -moz-column-gap: 2em;
       column-gap: 2em;
}
.gnav__item {
  letter-spacing: var(--letter-spacing-base);
  margin-inline-end: calc(var(--letter-spacing-base) * -1);
}
.gnav__link {
  display: block;
}
.gnav__link:hover, .gnav__link.current {
  color: var(--color-mint);
}

/*===============================================
  main#container
===============================================*/
#container::before {
  min-width: 192rem;
  height: 128rem;
  top: 3rem;
}

/*===============================================
  パンくずリスト
===============================================*/
.breadcrumb {
  padding-block: 0.6rem;
}
.breadcrumb__list {
  width: 108rem;
}
.breadcrumb + .section {
  padding-top: 8.6rem;
}

/*===============================================
  main共通
===============================================*/
.section {
  padding-block: 13rem;
}
.section--bg {
  padding-block: 10rem;
}
.section:has(+ .section:not(.section--bg)):not(.section--bg) {
  padding-bottom: 0;
}

.inbox {
  width: 108rem;
}

/*電話番号
-----------------------------*/
/* 営業時間 / 定休日
-----------------------------*/
.com-info {
  font-size: var(--font-size-base);
  gap: 1.5rem 1rem;
}
.com-info dt {
  width: 5em;
  font-size: calc(1em - 2px);
  line-height: 1.125;
  padding-block: 0.3rem;
}
.com-info dd {
  line-height: 1.11112;
}
.com-info dd .min {
  display: block;
  font-size: var(--font-size-xs);
  line-height: 1.42858;
}

/*ボタン
-----------------------------*/
.com-btn {
  width: 25rem;
  height: 7rem;
}
.com-btn::after {
  width: 2.7rem;
  right: 2rem;
  bottom: 2.75rem;
}
.com-btn--ig {
  width: 35rem;
  height: 8rem;
  -moz-column-gap: 15px;
       column-gap: 15px;
}
.com-btn--ig::before {
  width: 30px;
}
.com-btn--ig::after {
  width: 1.4rem;
  right: 0.8rem;
  bottom: 0.7rem;
}

/* SNS
-----------------------------*/
/*テーブル
-----------------------------*/
.com-table {
  line-height: 1.66667;
}
.com-table table {
  border-collapse: separate;
  border-spacing: 0 1rem;
  margin-block: -1rem;
}
.com-table tr th {
  width: 20rem;
  text-align: center;
  vertical-align: middle;
  padding: calc((5rem - 1lh) / 2) 2rem;
}
.com-table tr td {
  vertical-align: middle;
  padding: calc((5rem - 1lh) / 2) 2rem;
}

/*テキストボックス
-----------------------------*/
.com-text p {
  margin-inline-end: calc(var(--letter-spacing-base) * -1);
}

/*お知らせ
-----------------------------*/
.com-post__list {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 6rem;
}
.com-post__link {
  height: 100%;
  justify-content: flex-end;
}
.com-post__link, .com-post__inner {
  row-gap: 1rem;
}
.com-post__tag {
  font-size: 1.2rem;
  line-height: 1.66667;
  padding-inline: 0.5em;
}
.com-post__image img {
  width: 100%;
  aspect-ratio: 1.6;
  -o-object-fit: cover;
     object-fit: cover;
}
.com-post__image {
  margin-bottom: 1rem;
}
.com-post__date {
  font-size: var(--font-size-xs);
}
.com-post__heading {
  padding-right: 4.5rem;
}

/*===============================================
  タイトル
===============================================*/
/*大タイトル
-----------------------------*/
.com-title01 {
  row-gap: 4rem;
  margin-bottom: 8rem;
}
.com-title01 .en {
  font-size: 3rem;
  line-height: 1;
}
.com-title01:has(.mid) {
  font-size: 4rem;
}
.com-title01:has(.mid) .en {
  font-size: 2.5rem;
}

/*中タイトル
-----------------------------*/
/*小タイトル
-----------------------------*/
/*===============================================
  共通セクション
===============================================*/
/*バナーセクション
-----------------------------*/
.com-bnr__item {
  padding: 6rem 14rem;
}
.com-bnr__item::after {
  width: calc(100% + 20rem);
  height: 21.8rem;
  bottom: -5rem;
}
.com-bnr__title {
  margin-bottom: 4rem;
}
.com-bnr__btn {
  width: 100%;
  height: 8rem;
  font-size: var(--font-size-h5);
}

/*===============================================
  トップページ
===============================================*/
#container.top::before {
  top: 18.3rem;
}

/*迷う時間さえ、美味しい。
-----------------------------*/
.top-about {
  padding-top: 8.6rem;
}
.top-about::after {
  width: 128rem;
  height: 21.8rem;
  bottom: -13rem;
}
.top-about__inner {
  min-height: 97rem;
  padding-top: 15rem;
  padding-right: 39rem;
}
.top-about__title {
  row-gap: 2rem;
  align-items: flex-start;
  text-align: left;
}
.top-about__title .min {
  font-size: 3rem;
  line-height: 1.66667;
  padding-inline-start: 0.5em;
}
.top-about__text {
  position: relative;
  z-index: 2;
  -webkit-text-stroke: 2px var(--color-white);
  paint-order: stroke;
}
.top-about__btn {
  margin-top: 6rem;
}
.top-about__images {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  flex-direction: column;
  width: 60rem;
  height: 97rem;
  position: absolute;
  top: 0;
  right: -10rem;
}
.top-about__image--top {
  width: 46rem;
  aspect-ratio: 46/56;
  margin-left: auto;
}
.top-about__image--bottom {
  width: 30rem;
  aspect-ratio: 30/35;
}
.top-about__image img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

/*Menu
-----------------------------*/
.top-menu__inner {
  width: calc(100% - 10rem);
  max-width: 172rem;
}
.top-menu__items {
  display: flex;
  justify-content: center;
  align-items: flex-start;
  -moz-column-gap: 12rem;
       column-gap: 12rem;
  padding-top: 10rem;
}
.top-menu__item {
  display: flex;
  justify-content: flex-start;
  align-items: flex-start;
  flex-direction: column;
  row-gap: 2.5rem;
  width: 100%;
  max-width: 80rem;
}
.top-menu__item:first-of-type:nth-last-of-type(2) {
  margin-top: 15.5rem;
  align-items: flex-end;
  flex-direction: column-reverse;
}
.top-menu__item:first-of-type:nth-last-of-type(2) .top-menu__image {
  box-shadow: 4rem -6rem var(--color-cream);
}
.top-menu__item:hover .top-menu__image img {
  transform: scale(1.05);
}
.top-menu__item:hover .top-menu__txt::after {
  background-color: var(--color-text);
  transform: translateX(1rem);
}
.top-menu__image img {
  width: 100%;
  aspect-ratio: 1.6;
  -o-object-fit: cover;
     object-fit: cover;
}
.top-menu__image {
  overflow: hidden;
  box-shadow: -4rem 6rem var(--color-cream);
}
.top-menu__image img {
  transition: all 0.3s ease-out;
}
.top-menu__txt {
  display: flex;
  justify-content: center;
  align-items: center;
  -moz-column-gap: 2.5rem;
       column-gap: 2.5rem;
  font-size: 4rem;
  position: relative;
  z-index: 1;
}
.top-menu__txt::after {
  content: "";
  display: block;
  width: 7rem;
  aspect-ratio: 1;
  background: url(../img/common/arrow.svg) no-repeat center/2.7rem;
  background-color: var(--color-mint);
  border-radius: 50%;
  transition: all 0.3s ease-out;
}

/*News
-----------------------------*/
.top-news__box {
  display: grid;
  grid-template-columns: 1fr auto;
  align-items: center;
  gap: 8rem 4rem;
}
.top-news__title {
  align-items: flex-start;
  margin-bottom: 0;
}
.top-news__list,
.top-news .com-empty {
  grid-column: span 2;
}

/*===============================================
  About Pulizia
===============================================*/
#container.about::before {
  top: inherit;
  bottom: 0;
}

/*Story
-----------------------------*/
.about-story__inner {
  display: grid;
  grid-template: 5rem 1fr/1fr 36rem;
  align-items: flex-start;
  gap: 8rem 3.6rem;
  padding-block: 10rem;
}
.about-story__inner::before {
  width: calc(100vw - 6rem);
  max-width: 150rem;
  min-width: 130rem;
}
.about-story__title {
  margin-bottom: 0;
}
.about-story__image {
  width: calc(36rem + clamp(70px, 5.2083333333vw, 100px));
  height: 58.7rem;
  margin-right: clamp(-100px, -5.2083333333vw, -70px);
  grid-row: span 2;
}
.about-story__image img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

/*Puliziaの特徴・こだわり
-----------------------------*/
.about-feature__text {
  text-align: center;
}
.about-feature__list {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 4rem;
  padding-top: 6rem;
}
.about-feature__item {
  padding: 4rem 2rem;
}
.about-feature__icon {
  text-align: center;
  margin-bottom: 3rem;
}
.about-feature__icon img {
  width: 13rem;
}
.about-feature__heading {
  align-items: center;
  text-align: center;
  padding: calc((5rem - var(--font-size-h4)) / 2) 1.6rem;
  background: var(--color-lemon);
  margin-bottom: 3rem;
}
.about-feature__body {
  text-align: center;
}

/*大切にしていること
-----------------------------*/
.about-value__box {
  min-height: 55rem;
  padding: 4rem 9rem 24rem 45rem;
  position: relative;
}
.about-value__heading {
  padding: calc((5rem - var(--font-size-h4)) / 2) 1.6rem;
  margin-bottom: 4rem;
}
.about-value__body p:has(strong) {
  margin-top: calc(4rem - (0.5lh - 0.5em) - 1rem);
}
.about-value__body p strong {
  line-height: 2;
  -moz-column-gap: 1.2rem;
       column-gap: 1.2rem;
}
.about-value__body p strong::before, .about-value__body p strong::after {
  width: 0.8rem;
}
.about-value__image {
  position: absolute;
}
.about-value__image--main {
  width: 40rem;
  aspect-ratio: 40/45;
  top: 0;
  left: 0;
}
.about-value__image--sub {
  width: 30rem;
  aspect-ratio: 3/2;
  right: -10rem;
  bottom: 0;
}
.about-value__image img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

/*===============================================
  Gelato
===============================================*/
#container.gelato::before {
  top: -29.6rem;
}

/*Puliziaのおすすめ
-----------------------------*/
.gelato-recommend__list {
  padding-top: 6rem;
}
.gelato-recommend__item {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  flex-direction: row-reverse;
  -moz-column-gap: 4rem;
       column-gap: 4rem;
  padding: 4rem;
  margin-bottom: 6rem;
}
.gelato-recommend__thumb {
  width: 38rem;
}
.gelato-recommend__thumb img {
  width: 100%;
  aspect-ratio: 1.0857142857;
  -o-object-fit: cover;
     object-fit: cover;
}
.gelato-recommend__thumb {
  flex-shrink: 0;
}
.gelato-recommend__inner {
  display: flex;
  justify-content: flex-start;
  align-items: flex-start;
  flex-direction: column;
  row-gap: 3rem;
  width: 100%;
}
.gelato-recommend__inner > * {
  width: 100%;
}
.gelato-recommend__heading {
  padding: calc((5rem - var(--font-size-h4)) / 2) 3rem;
}
.gelato-recommend__prices {
  padding: 2.65rem 2rem;
}
.gelato-recommend__price {
  padding: 0 1.5rem 1.5rem;
  margin-bottom: 1.5rem;
}

/*Gelato
-----------------------------*/
.gelato-list__title {
  padding: calc((8rem - 1em) / 2) 4rem;
  margin-bottom: 4rem;
}
.gelato-list__title::before {
  width: calc(100% - 8.8rem);
  height: 14.3rem;
  top: -7rem;
}
.gelato-list__item {
  padding-bottom: 2rem;
  margin-bottom: 2rem;
}

/*===============================================
  Juice & Others
===============================================*/
#container.drinks::before {
  top: 10.846%;
}

/*コールドプレスジュース
-----------------------------*/
.drinks-juice__list {
  padding-block: 6rem;
  margin-top: 6rem;
}
.drinks-juice__list::before {
  width: 128rem;
}
.drinks-juice__item {
  -moz-column-gap: 5rem;
       column-gap: 5rem;
  padding: 4rem;
  margin-bottom: 4rem;
}
.drinks-juice__inner {
  display: flex;
  justify-content: flex-start;
  align-items: flex-start;
  flex-direction: column;
  row-gap: 3rem;
  width: 100%;
}
.drinks-juice__inner > * {
  width: 100%;
}
.drinks-juice__heading {
  padding: calc((5rem - var(--font-size-h4)) / 2) 3rem;
}
.drinks-juice__thumb {
  width: 15rem;
}

/*その他メニュー
-----------------------------*/
.drinks-other__list {
  padding-block: 6rem;
  margin-top: 6rem;
}
.drinks-other__list::before {
  width: 128rem;
}
.drinks-other__item {
  gap: 3rem 5rem;
  padding: 4rem;
  margin-bottom: 4rem;
}
.drinks-other__inner {
  display: flex;
  justify-content: flex-start;
  align-items: flex-start;
  flex-direction: column;
  row-gap: 3rem;
  width: 100%;
}
.drinks-other__inner > * {
  width: 100%;
}
.drinks-other__heading {
  padding: calc((5rem - var(--font-size-h4)) / 2) 3rem;
}
.drinks-other__prices {
  padding: 2.65rem 2rem;
}
.drinks-other__price {
  padding: 0 1.5rem 1.5rem;
  margin-bottom: 1.5rem;
}
.drinks-other__thumb {
  width: 15rem;
  grid-row: span 2;
}

/*===============================================
  Shop info
===============================================*/
/*Shop Overview
-----------------------------*/
.info-shop__table tr td .icon {
  width: 3rem;
}
.info-shop__map {
  height: 50rem;
  margin-top: 6rem;
}

/*===============================================
  お知らせ
===============================================*/
/* お知らせ 一覧
-----------------------------*/
/* お知らせ 詳細
-----------------------------*/
.news-detail {
  padding-top: 10rem !important;
}
.news-detail__heading {
  padding-bottom: 2rem;
  margin-bottom: 2rem;
}

/*タグリスト
-----------------------------*/
/*===============================================
  お問い合わせ
===============================================*/
.contact-form__table tr th {
  width: 36rem;
  text-align: left;
  line-height: calc(4rem / var(--font-size-base));
}
.contact-form__table tr th .optional-mark,
.contact-form__table tr th .required-mark {
  font-size: 1.2rem;
  margin-top: calc(2rem - 0.5lh);
}
.contact-form__table tr td {
  vertical-align: middle;
  line-height: calc(4rem / var(--font-size-base));
}
.contact-form .contact-submits-wrap > * {
  height: 7rem;
  margin: 2rem 1.5rem 0;
}

/*===============================================
  お問い合わせ完了
===============================================*/
/*===============================================
  プライバシーポリシー
===============================================*/
/*===============================================
  サイトマップ
===============================================*/
.sitemap-list__items {
  display: grid;
  grid-template: repeat(4, 1fr)/repeat(2, 1fr);
  grid-auto-flow: column;
  gap: 2rem 8rem;
}
.sitemap-list__items:has(.sitemap-list__item:nth-of-type(9)) {
  grid-template-rows: repeat(5, 1fr);
}
.sitemap-list__link {
  padding: 1em 1.5em;
}

/*===============================================
  404エラー
===============================================*/