@charset "UTF-8";
html {
  scroll-behavior: smooth;
}

body {
  font-size: 14px;
  line-height: 2;
  color: #222222;
  font-family: "Noto Serif JP", serif;
  background: #F3EFEB;
}

a {
  -webkit-transition: opacity 0.3s;
  transition: opacity 0.3s;
}
a:hover {
  opacity: 0.7;
}

.inner {
  padding-inline: 20px;
}
@media (min-width: 768px) {
  .inner {
    max-width: 1240px;
    padding-inline: 30px;
    margin-inline: auto;
  }
}

@media not screen and (min-width: 768px) {
  .hidden-sp {
    display: none;
  }
}

@media (min-width: 768px) {
  .hidden-pc {
    display: none;
  }
}

.inline-block {
  font-weight: inherit;
}
@media (min-width: 768px) {
  .inline-block {
    display: inline-block;
  }
}

.wrapper {
  overflow: hidden;
}

.heading {
  font-family: "Amatic SC", "Patua One", "Damion", serif;
  text-align: center;
}

.heading__en {
  font-size: 40px;
  font-family: "Amatic SC", "Patua One", "Damion", serif;
  font-weight: 700;
  line-height: 1.25;
  letter-spacing: 0.1em;
  padding-top: 2px;
}
@media (min-width: 768px) {
  .heading__en {
    font-size: 52px;
    letter-spacing: 0.2em;
    line-height: 1.2692307692;
  }
}

.first-view__heading {
  color: #ffffff;
}
.first-view__heading .heading__en {
  font-size: 32px;
  letter-spacing: 0.2em;
  padding-left: 5px;
}
@media (min-width: 768px) {
  .first-view__heading .heading__en {
    font-size: 72px;
  }
}
.first-view__heading .heading__ja {
  margin-top: 3px;
  letter-spacing: 0.08em;
}
@media (min-width: 768px) {
  .first-view__heading .heading__ja {
    margin-top: 6px;
  }
}

.heading__ja {
  font-family: "Noto Serif JP", serif;
  margin-top: 7px;
  font-size: 12px;
  line-height: 1.1666666667;
  font-weight: 700;
}
@media (min-width: 768px) {
  .heading__ja {
    margin-top: 8px;
    font-size: 14px;
    line-height: 1.2142857143;
  }
}

.grand-menu__title {
  position: relative;
  font-size: 20px;
  font-weight: 700;
  padding-top: 8px;
  padding-bottom: 7px;
  border-top: 2px solid #222222;
  border-bottom: 2px solid #222222;
  padding-left: 10px;
  line-height: 1.2;
}
@media (min-width: 768px) {
  .grand-menu__title {
    font-size: 24px;
    padding-top: 11px;
    padding-bottom: 9px;
    padding-left: 21px;
  }
}
.grand-menu__title::before, .grand-menu__title::after {
  content: "";
  position: absolute;
  width: 100%;
  left: 0;
  border: 1px solid #222222;
}
.grand-menu__title::before {
  top: 2px;
}
.grand-menu__title::after {
  bottom: 3px;
}

.button__container {
  height: 78px;
}

.button-wrapper {
  display: inline-block;
  position: relative;
  width: 100%;
  max-width: 290px;
  height: 72px;
  border-right: 1px solid #222222;
  border-bottom: 1px solid #222222;
  margin-left: 6px;
  margin-top: 6px;
}
@media (min-width: 1100px) {
  .button-wrapper {
    max-width: 280px;
  }
}

.button {
  position: absolute;
  left: -6px;
  top: -6px;
  display: inline-block;
  width: 100%;
  max-width: 290px;
  line-height: 72px;
  background: #222222;
  font-size: 16px;
  font-weight: 700;
  color: #ffffff;
  text-align: center;
  -webkit-transition: -webkit-transform 0.3s;
  transition: -webkit-transform 0.3s;
  transition: transform 0.3s;
  transition: transform 0.3s, -webkit-transform 0.3s;
}
@media (min-width: 1100px) {
  .button {
    max-width: 280px;
  }
}
.button:hover {
  -webkit-transform: translate(6px, 6px);
          transform: translate(6px, 6px);
  opacity: 1;
  cursor: pointer;
}
.button:hover::before {
  top: 0;
  left: 0;
}
.button::after {
  content: "";
  position: absolute;
  width: 16px;
  height: 24px;
  background: url(../img/arrow.svg) no-repeat center center/contain;
  right: 12px;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}

.btn-gift {
  display: inline-block;
  background: #222222;
  font-size: 12px;
  line-height: 1.1666666667;
  font-weight: 700;
  padding-top: 7px;
  padding-bottom: 7px;
  padding-right: 16px;
  padding-left: 15px;
  border: 1px solid #222222;
  color: #ffffff;
  min-width: 140px;
  text-align: center;
  -webkit-transition: background-color 0.3s, color 0.3s, border 0.3s;
  transition: background-color 0.3s, color 0.3s, border 0.3s;
}
@media (min-width: 768px) {
  .btn-gift {
    font-size: 14px;
    min-width: 174px;
    padding-top: 8px;
    padding-bottom: 9px;
    padding-right: 23px;
    padding-left: 23px;
    line-height: 1.2142857143;
  }
}
.btn-gift:hover {
  background-color: #ffffff;
  color: #222222;
  border: 1px solid currentColor;
  opacity: 1;
}

.btn-tab {
  display: grid;
  place-content: center;
  background: #888888;
  font-size: 14px;
  line-height: 1.2142857143;
  font-weight: 700;
  color: #ffffff;
  height: 64px;
  text-align: center;
  outline: 1px solid #ffffff;
  outline-offset: -4px;
  -webkit-transition: background-color 0.3s;
  transition: background-color 0.3s;
}
@media (min-width: 768px) {
  .btn-tab {
    font-size: 16px;
    line-height: 1.25;
    height: 69px;
    padding-top: 3px;
  }
}
.btn-tab:hover, .btn-tab:active {
  background-color: #382620;
  opacity: 1;
}
.btn-tab.is-active {
  background-color: #382620;
  opacity: 1;
}

.header {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 20;
}

.header__inner {
  padding: 10px 10px 0px 15px;
  -webkit-transition: background-color 0.3s;
  transition: background-color 0.3s;
}
@media (min-width: 1100px) {
  .header__inner {
    padding: 0;
  }
}

.header__logo {
  display: block;
  width: 120.043px;
}
@media (min-width: 1100px) {
  .header__logo {
    display: none;
  }
}
.header__logo.is-hidden {
  display: none;
}

.drawer-icon {
  position: fixed;
  right: 10px;
  top: 10px;
  width: 60px;
  max-width: 100%;
  aspect-ratio: 1/1;
  /* 幅と高さを1:1に保つ */
  background: #382620;
  border-radius: 50%;
  z-index: 41;
  -webkit-transition: background 0.3s linear, opacity 0.4s, visibility 0.4s;
  transition: background 0.3s linear, opacity 0.4s, visibility 0.4s;
}
.drawer-icon.is-show {
  opacity: 1;
  visibility: visible;
}
@media (min-width: 1100px) {
  .drawer-icon {
    opacity: 0;
    visibility: hidden;
    right: 20px;
    top: 20px;
  }
}
.drawer-icon.is-checked {
  background: #ffffff;
}
.drawer-icon.is-checked .drawer-icon__bar {
  background: transparent;
}
.drawer-icon.is-checked .drawer-icon__bar::before {
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
  top: 0;
  left: 0;
  background: #222222;
}
.drawer-icon.is-checked .drawer-icon__bar::after {
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
  top: 0;
  left: 0;
  background: #222222;
}

.drawer-icon__bar {
  position: absolute;
  content: "";
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  background: #ffffff;
  width: 45%;
  height: 2.25px;
  border-radius: 6px;
  z-index: 50;
  -webkit-transition: transparent 0.3s linear;
  transition: transparent 0.3s linear;
}
.drawer-icon__bar::before {
  content: "";
  position: absolute;
  top: -7px;
  width: 100%;
  height: 2.25px;
  border-radius: 6px;
  background: #ffffff;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  -webkit-transition: all 0.3s linear;
  transition: all 0.3s linear;
}
.drawer-icon__bar::after {
  content: "";
  position: absolute;
  top: 7px;
  width: 100%;
  height: 2.25px;
  border-radius: 6px;
  background: #ffffff;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  -webkit-transition: all 0.3s linear;
  transition: all 0.3s linear;
}

.drawer-content {
  background: #382620;
  color: #ffffff;
  max-width: 375px;
  width: 100%;
  height: 100%;
  position: fixed;
  top: 0;
  right: 0;
  z-index: 40;
  -webkit-transform: translateX(100%);
          transform: translateX(100%);
  -webkit-transition: -webkit-transform 0.3s linear;
  transition: -webkit-transform 0.3s linear;
  transition: transform 0.3s linear;
  transition: transform 0.3s linear, -webkit-transform 0.3s linear;
}
.drawer-content.is-checked {
  -webkit-transform: translateX(0);
          transform: translateX(0);
}

.header__logo--drawer {
  width: 121px;
  display: block;
  position: absolute;
  top: 9px;
  left: 13px;
}

.drawer-content__menu {
  padding-top: 130px;
  padding-left: 40px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
.drawer-content__menu .mv__link {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
}
.drawer-content__menu .mv__link:nth-child(n+2) {
  margin-top: 31px;
}
.drawer-content__menu .mv__link--main {
  display: inline-block;
  font-size: 24px;
  letter-spacing: 0.12em;
}
.drawer-content__menu .mv__link--sub {
  position: relative;
  display: inline-block;
  margin-left: 2px;
  padding-left: 23px;
  padding-top: 6px;
  font-size: 10px;
  font-family: "Noto Serif JP";
  font-weight: 500;
  line-height: 1.2;
  letter-spacing: 0;
}
.drawer-content__menu .mv__link--sub::before {
  content: "／";
  position: absolute;
  left: 0;
  bottom: 0;
}

.drawer-background {
  -webkit-transition: opacity 0.5s;
  transition: opacity 0.5s;
  opacity: 0;
  background-color: rgba(0, 0, 0, 0.3);
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 39;
  pointer-events: none;
}
.drawer-background.is-checked {
  opacity: 1;
}

.sns__content {
  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;
  gap: 41.17px;
}
.sns__content.is-drawer {
  margin-top: 51px;
  gap: 32.17px;
}
.sns__content.is-drawer img {
  width: 40px;
  height: 40px;
}
.sns__content.is-sidebar {
  margin-top: 56px;
  gap: 25px;
}
.sns__content.is-sidebar a {
  display: inline-block;
  height: 24px;
  width: 24px;
}
.sns__content.is-sidebar a img {
  width: 24px;
  height: 24px;
}

.mv {
  height: 100vh;
}
@media (min-width: 768px) {
  .mv {
    height: 735px;
  }
}

.mv__inner {
  position: relative;
  width: 100%;
  height: inherit;
  display: block;
}
@media (min-width: 768px) {
  .mv__inner::after {
    content: "";
    position: absolute;
    background: #EAE0D5;
    width: 984px;
    height: 398px;
    left: 23.125%;
    bottom: -60px;
  }
}
@media (min-width: 1100px) {
  .mv__inner {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: stretch;
        -ms-flex-align: stretch;
            align-items: stretch;
  }
}

@media not screen and (min-width: 768px) {
  .mv__side {
    display: none;
  }
}
@media (min-width: 768px) {
  .mv__side {
    display: none;
  }
}
@media (min-width: 1100px) {
  .mv__side {
    display: block;
    -ms-flex-preferred-size: 15.625%;
        flex-basis: 15.625%;
    padding: 27px 16px 7px 18px;
  }
}

.mv__side--logo {
  display: block;
  text-align: center;
}
.mv__side--logo img {
  width: 166px;
}

.mv__nav {
  margin-top: 54px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 33px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.mv__link {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 6px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.mv__link--main {
  display: block;
  font-family: "Patua One";
  font-size: 16px;
  letter-spacing: 0.12em;
  line-height: 1.25;
}

.mv__link--sub {
  display: block;
  font-size: 10px;
  font-weight: 500;
  line-height: 1.2;
}

@-webkit-keyframes zoomUp {
  0% {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
  100% {
    -webkit-transform: scale(1.1);
            transform: scale(1.1);
  }
}

@keyframes zoomUp {
  0% {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
  100% {
    -webkit-transform: scale(1.1);
            transform: scale(1.1);
  }
}
.swiper-slide-active .swiper-img,
.swiper-slide-duplicate-active .swiper-img,
.swiper-slide-prev .swiper-img {
  -webkit-animation: zoomUp 11s ease-in-out 0s normal both;
          animation: zoomUp 11s ease-in-out 0s normal both;
  -webkit-transform-style: preserve-3d;
          transform-style: preserve-3d;
}

@media (min-width: 1100px) {
  .swiper {
    -ms-flex-preferred-size: 84.375%;
        flex-basis: 84.375%;
  }
}

.swiper-wrapper {
  height: 100vh !important;
}
@media (min-width: 768px) {
  .swiper-wrapper {
    max-height: 735px;
  }
}

.swiper-slide {
  overflow: hidden;
  position: relative;
}
.swiper-slide picture {
  display: block;
  height: 100%;
}
@media (min-width: 768px) {
  .swiper-slide picture {
    max-height: 735px;
  }
}
.swiper-slide img {
  height: 100%;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  display: block;
  -o-object-position: center center;
     object-position: center center;
}

.swiper-img {
  -o-object-fit: cover;
     object-fit: cover;
}

.swiper-pagination {
  position: absolute;
  padding-left: 12px;
  bottom: 5px !important;
  text-align: left !important;
}
@media (min-width: 1100px) {
  .swiper-pagination {
    bottom: 7px !important;
  }
}

.swiper-pagination-bullet {
  margin-inline: 8px !important;
  background: #ffffff !important;
  opacity: 1 !important;
  outline: none;
  caret-color: transparent;
}

.swiper-pagination-bullet-active {
  background: #D59B71 !important;
}

.mv__title-wrap {
  position: absolute;
  z-index: 10;
  bottom: 72%;
  left: 20px;
}
@media (min-width: 768px) {
  .mv__title-wrap {
    bottom: 67%;
  }
}
@media (min-width: 1100px) {
  .mv__title-wrap {
    left: 5.185185%;
    bottom: 54px;
  }
}

.mv__title {
  color: #ffffff;
  font-size: 16px;
  font-weight: 700;
  letter-spacing: 0.14em;
}
@media (min-width: 768px) {
  .mv__title {
    font-size: 20px;
    font-weight: 700;
    letter-spacing: 0.14em;
    line-height: 2.2;
  }
}

.picup {
  position: absolute;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  bottom: 32px;
  z-index: 10;
  width: clamp(280px, 90%, 335px);
}
@media (min-width: 768px) {
  .picup {
    width: 388px;
    right: 20px;
    left: auto;
    -webkit-transform: translateX(0);
            transform: translateX(0);
    bottom: 23px;
  }
}

.picup__wrapper {
  position: relative;
}

.picup__label {
  position: absolute;
  display: inline-block;
  left: -10px;
  top: 8px;
  z-index: 12;
  color: #ffffff;
  font-size: 12px;
  font-weight: 700;
  line-height: 1.1666666;
  padding: 5px 12px 1px 10px;
  background: url(../img/picup-pass.png) no-repeat left center;
  background-size: 100% 22px;
  height: auto;
  white-space: nowrap;
}
@media (min-width: 768px) {
  .picup__label {
    min-width: 85px;
    height: 24px;
    padding: 5px 15px 4px 15px;
    left: -8px;
    background-size: 100% 27px;
  }
}

.picup__balloon {
  position: absolute;
  display: inline-block;
  top: -41px;
  right: 2px;
  z-index: 12;
}
@media (min-width: 768px) {
  .picup__balloon {
    top: -76px;
    right: 0.29px;
  }
}
.picup__balloon img {
  width: 126px;
}
@media (min-width: 768px) {
  .picup__balloon img {
    width: 168px;
  }
}

.pickup__article {
  position: relative;
  padding: 12px;
  background: #ffffff;
  opacity: 0.85;
}
@media (min-width: 768px) {
  .pickup__article {
    padding: 16px;
  }
}

.picup__content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 16px;
  font-size: 12px;
}
@media (min-width: 768px) {
  .picup__content {
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: start;
  }
}

.picup__img {
  -ms-flex-negative: 0;
      flex-shrink: 0;
}
.picup__img img {
  width: 100px;
  height: 100px;
  -o-object-fit: cover;
     object-fit: cover;
}
@media (min-width: 768px) {
  .picup__img img {
    width: 120px;
    height: 120px;
  }
}

.picup__items {
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
}
@media (min-width: 768px) {
  .picup__items {
    margin-top: -3px;
  }
}

.pickup-date {
  display: inline-block;
  font-weight: 500;
  line-height: 1.1666666667;
  font-size: 12px;
  font-family: "Noto Serif JP";
}

.pickup-text {
  margin-top: 7px;
  font-weight: 700;
  line-height: 1.5;
  display: -webkit-box;
  /* 必須 */
  -webkit-box-orient: vertical;
  /* 必須 */
  -webkit-line-clamp: 3;
  /* 行数を制限 */
  overflow: hidden;
  /* はみ出た部分を非表示 */
}
@media (min-width: 768px) {
  .pickup-text {
    font-size: 14px;
    line-height: 1.71429;
  }
}

.bg_coffee-beans {
  position: absolute;
  bottom: -110px;
  right: -17px;
  z-index: 2;
  overflow: hidden;
}
.bg_coffee-beans img {
  width: 145px;
  overflow: hidden;
}

.concept {
  margin-top: 117px;
  padding-bottom: 73px;
  width: 100%;
  position: relative;
}
@media (min-width: 768px) {
  .concept {
    margin-top: 220px;
    padding-bottom: 100px;
  }
}
.concept::before {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  background: #EAE0D5;
  width: 94.666%;
  height: 100px;
  z-index: -1;
}
@media (min-width: 768px) {
  .concept::before {
    width: calc(50vw + 42.96875%);
    height: 300px;
  }
}
.concept::after {
  position: absolute;
  content: "";
  top: -138px;
  right: -17px;
  width: 145px;
  height: 130px;
  background: url(../img/bg_coffee-beans.png) no-repeat top left/contain;
  z-index: 3;
}
@media (min-width: 768px) {
  .concept::after {
    width: 296px;
    height: 265px;
    top: -204px;
    right: -40px;
  }
}

@media (min-width: 1280px) {
  .concept__block {
    margin-inline: auto;
    max-width: 1280px;
  }
}

.concept__wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 80px;
  position: relative;
}
@media (min-width: 768px) {
  .concept__wrapper {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
        -ms-flex-direction: row-reverse;
            flex-direction: row-reverse;
    gap: 6%;
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end;
  }
}
@media (min-width: 1100px) {
  .concept__wrapper {
    gap: 6.25%;
  }
}
@media (min-width: 1280px) {
  .concept__wrapper {
    max-width: 1280px;
    margin: 0 auto 0 0;
  }
}

.concept__inner {
  padding-inline: 20px;
}
@media (min-width: 768px) {
  .concept__inner {
    padding-left: 0;
    padding-right: 40px;
    max-width: 510px;
  }
}
.concept__heading {
  text-align: left;
}
@media (min-width: 768px) {
  .concept__heading {
    padding-top: 18px;
  }
}

.concept__subtitle {
  margin-top: 35px;
  font-size: 20px;
  font-weight: 700;
}
@media (min-width: 768px) {
  .concept__subtitle {
    margin-top: 40px;
    font-size: 24px;
    line-height: 2.1428571429;
  }
}
@media (min-width: 1100px) {
  .concept__subtitle {
    margin-top: 49px;
    font-size: 28px;
  }
}

.concept__text {
  margin-top: 30px;
  font-weight: 500;
}
@media (min-width: 768px) {
  .concept__text {
    margin-top: 37px;
    font-size: 14px;
  }
}
@media (min-width: 1100px) {
  .concept__text {
    margin-top: 48px;
  }
}

.concept__button {
  margin-top: 56px;
  text-align: center;
}
@media (min-width: 768px) {
  .concept__button {
    margin-top: 54px;
    text-align: left;
  }
}

.concept__img {
  width: 84%;
}
@media (min-width: 768px) {
  .concept__img {
    padding-right: 0;
  }
}
@media (min-width: 1100px) {
  .concept__img {
    width: 600px;
  }
}

.lunchset {
  margin-top: 120px;
  background: #EAE0D5;
  position: relative;
}
@media (min-width: 768px) {
  .lunchset {
    margin-top: 240px;
  }
}
.lunchset::before {
  content: "";
  position: absolute;
  top: -181px;
  right: -33px;
  background: url(../img/deco-2.png) no-repeat left center/contain;
  width: 119px;
  height: 135px;
}
@media (min-width: 768px) {
  .lunchset::before {
    width: 201px;
    height: 228px;
    top: -230px;
  }
}
@media (min-width: 1100px) {
  .lunchset::before {
    display: none;
  }
}

.lunchset__inner {
  padding-top: 53px;
  padding-bottom: 63px;
}
@media (min-width: 768px) {
  .lunchset__inner {
    padding-top: 78px;
    padding-bottom: 80px;
    padding-inline: 30px;
  }
}

.lunchset__heading {
  text-align: center;
  position: relative;
}
.lunchset__heading .heading__en {
  padding-left: 5px;
}

.lunch-menu__wrapper {
  position: relative;
  margin-top: 62px;
  background: #ffffff;
  padding-top: 40px;
  padding-bottom: 20px;
  padding-inline: 20px;
}
@media (min-width: 768px) {
  .lunch-menu__wrapper {
    max-width: 970px;
    margin-inline: auto;
    padding: 60px;
  }
}
@media (min-width: 1280px) {
  .lunch-menu__wrapper {
    max-width: 1180px;
    margin-inline: auto;
    padding: 60px 40px 41px 40px;
  }
}
.lunch-menu__wrapper .lunch-menu__title {
  position: absolute;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  top: -20px;
  width: 290px;
  height: 38px;
}
@media (min-width: 768px) {
  .lunch-menu__wrapper .lunch-menu__title {
    width: 352px;
    height: 44px;
  }
}
@media not screen and (min-width: 768px) {
  .lunch-menu__wrapper::after {
    display: none;
  }
}
@media (min-width: 1100px) {
  .lunch-menu__wrapper::after {
    position: absolute;
    content: "";
    background: url(../img/deco-2.png) no-repeat center center/cover;
    width: 201px;
    height: 228px;
    top: -364px;
    right: -84px;
  }
}

.lunch-menu__container {
  position: relative;
  display: grid;
  -webkit-column-gap: 5.97014%;
     -moz-column-gap: 5.97014%;
          column-gap: 5.97014%;
  row-gap: 22px;
  grid-template-columns: repeat(2, minmax(130px, 1fr));
}
@media (min-width: 1280px) {
  .lunch-menu__container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 20px;
  }
}

.lunch-menu__balloon {
  position: absolute;
  top: -235px;
  width: 206px;
  height: 93.591px;
  right: -19px;
}
@media (min-width: 768px) {
  .lunch-menu__balloon {
    width: 260px;
    height: 140px;
    top: -286px;
    right: auto;
    left: 56%;
  }
}
@media (min-width: 1280px) {
  .lunch-menu__balloon {
    width: 310px;
    height: 160px;
    left: auto;
    top: -71px;
    right: -23px;
  }
}

.lunch-menu__card {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
@media (min-width: 1280px) {
  .lunch-menu__card:nth-child(even) {
    padding-top: 41px;
  }
}
@media (min-width: 1280px) {
  .lunch-menu__card:nth-child(even) .lunch-menu__texts {
    margin-top: 14px;
  }
}

@media (min-width: 1280px) {
  .lunch-menu__img img {
    width: 260px;
    height: 260px;
  }
}

.lunch-menu__texts {
  margin-top: 9px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 6px;
}
@media (min-width: 437px) {
  .lunch-menu__texts {
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
}
@media (min-width: 768px) {
  .lunch-menu__texts {
    gap: 12px;
    margin-top: 16px;
  }
}

.lunch-menu__logo {
  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;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  background: #222222;
  width: 24px;
  height: 24px;
  color: #ffffff;
  font-size: 19px;
  font-family: "Patua One";
  font-weight: 400;
  padding-bottom: 2px;
}
@media (min-width: 768px) {
  .lunch-menu__logo {
    font-size: 32px;
    width: 49px;
    height: 49px;
  }
}

.lunch-menu__name {
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  font-size: 14px;
  font-weight: 700;
  line-height: 1.327;
}
@media (max-width: 328px) {
  .lunch-menu__name {
    font-size: 12px;
  }
}
@media (min-width: 768px) {
  .lunch-menu__name {
    font-size: 18px;
    line-height: 1.4;
  }
}

.setmenu__wrapper {
  background: #F7F6F4;
  border-radius: 8px;
  padding-top: 20px;
  padding-bottom: 20px;
  margin-top: 20px;
}
@media (min-width: 1280px) {
  .setmenu__wrapper {
    margin-top: 61px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 40px;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    padding-top: 18px;
  }
}

.setmenu__img {
  text-align: center;
}
@media (min-width: 1280px) {
  .setmenu__img img {
    max-width: 700px;
  }
}

.setmenu__texts {
  text-align: center;
  margin-top: 22px;
}
@media (min-width: 768px) {
  .setmenu__texts {
    margin-top: 40px;
  }
}
@media (min-width: 1280px) {
  .setmenu__texts {
    text-align: right;
    margin-top: 0;
  }
}

.setmenu__title {
  font-size: 16px;
  font-weight: 700;
  line-height: 1.37;
}
@media (min-width: 1280px) {
  .setmenu__title {
    padding-top: 2px;
    font-size: 20px;
    line-height: 1.5;
  }
}

.setmenu__price {
  position: relative;
  font-family: Damion;
  font-size: 40px;
  font-weight: 400;
  line-height: 1.375;
  margin-top: -2px;
}
@media (min-width: 1280px) {
  .setmenu__price {
    font-size: 60px;
    line-height: 1.36;
    margin-top: -1px;
    width: 213px;
  }
}
.setmenu__price::after {
  content: "";
  position: absolute;
  background: url(../img/repeat-grid.svg) no-repeat center center/cover;
  width: 148px;
  height: 4px;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  bottom: -8px;
}
@media (min-width: 1280px) {
  .setmenu__price::after {
    background: url(../img/repeat-grid.svg) repeat-x center center;
    background-size: 220px auto;
    width: 220px;
    bottom: -9px;
    left: 0;
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
}

.setmenu__hour {
  font-size: 12px;
  font-weight: 700;
  line-height: 1.1666666667;
  margin-top: 20px;
}
@media (min-width: 1280px) {
  .setmenu__hour {
    font-size: 14px;
    margin-top: 20px;
  }
}

.grand-menu {
  padding-top: 117px;
  padding-bottom: 66px;
  position: relative;
}
@media (min-width: 768px) {
  .grand-menu {
    padding-top: 159px;
    padding-bottom: 80px;
  }
}
.grand-menu:after {
  content: "";
  position: absolute;
  background: #EAE0D5;
  width: 73.06666%;
  height: 88.216458533%;
  right: 0;
  bottom: 0px;
  z-index: -1;
}
@media (min-width: 768px) {
  .grand-menu:after {
    width: 80%;
    height: 87.54863%;
  }
}
@media (min-width: 1100px) {
  .grand-menu:after {
    width: calc(50vw + 384px);
  }
}

.grand-menu__inner {
  position: relative;
}
@media (min-width: 768px) {
  .grand-menu__inner {
    max-width: 1160px;
    padding-inline: 30px;
  }
}
.grand-menu__inner::before {
  content: "";
  position: absolute;
  top: -171px;
  left: -43px;
  background: url(../img/bg_coffee-leaves2.png) no-repeat center left/cover;
  width: 188.365px;
  height: 141px;
  -webkit-transform: rotate(-2deg);
          transform: rotate(-2deg);
}
@media (min-width: 768px) {
  .grand-menu__inner::before {
    width: 392px;
    height: 304px;
    top: -246px;
    left: -156px;
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
  }
}
.grand-menu__inner::after {
  content: "";
  position: absolute;
  bottom: -159.87px;
  right: -39.81px;
  width: 168.808px;
  height: 142.875px;
  background: url(../img/bg_coffee-beans2.png) no-repeat center left/cover;
}
@media (min-width: 1100px) {
  .grand-menu__inner::after {
    width: 390px;
    height: 330px;
    right: -194px;
    bottom: -192px;
  }
}

.grand-menu__heading {
  text-align: center;
}
.grand-menu__heading .heading__en {
  padding-left: 2px;
}
@media (min-width: 1100px) {
  .grand-menu__heading {
    padding-left: 9px;
  }
}
.grand-menu__heading > .heading__ja {
  margin-top: 8px;
  margin-left: -1px;
}
@media (min-width: 768px) {
  .grand-menu__heading > .heading__ja {
    margin-top: 12px;
    margin-left: -9px;
  }
}

.grand-menu__contents {
  margin-top: 41px;
}
@media (min-width: 768px) {
  .grand-menu__contents {
    margin-top: 40px;
  }
}

.grand-menu__content:nth-child(2) {
  margin-top: 41px;
}
.grand-menu__content:nth-child(3) {
  margin-top: 39px;
}
.grand-menu__content:nth-child(4) {
  margin-top: 40px;
}
@media (min-width: 1100px) {
  .grand-menu__content:nth-child(2) {
    margin-top: 99px;
  }
  .grand-menu__content:nth-child(3) {
    margin-top: 99px;
  }
  .grand-menu__content:nth-child(4) {
    margin-top: 99px;
  }
}

@media (min-width: 1100px) {
  .grand-menu__wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 55px;
    margin-top: 25px;
  }
}

.grand-menu__name {
  margin-top: 7px;
  font-size: 14px;
  font-weight: 700;
  line-height: 1.35;
}
@media (min-width: 768px) {
  .grand-menu__name {
    font-size: 20px;
    margin-top: 15px;
  }
}

.grand-menu__drink .grand-menu__img {
  display: none;
}
@media (min-width: 1100px) {
  .grand-menu__drink .grand-menu__img {
    display: block;
    width: 343px;
  }
}

.grand-menu__cards {
  margin-top: 20px;
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(158px, 1fr));
  -webkit-column-gap: 5.671641791%;
     -moz-column-gap: 5.671641791%;
          column-gap: 5.671641791%;
  row-gap: 19px;
}
@media (min-width: 768px) {
  .grand-menu__cards {
    margin-top: 23px;
    grid-template-columns: repeat(3, 1fr);
  }
}
@media (min-width: 1280px) {
  .grand-menu__cards {
    -webkit-column-gap: 34px;
       -moz-column-gap: 34px;
            column-gap: 34px;
    row-gap: 36px;
  }
}

@media (min-width: 1280px) {
  .grand-menu__img {
    width: 344px;
  }
}
.grand-menu__img img {
  border: 5px solid #ffffff;
}
@media (min-width: 768px) {
  .grand-menu__img img {
    border: 8px solid #ffffff;
  }
}

.grand-menu__price {
  font-family: Damion;
  font-size: 24px;
  line-height: 1.375;
  margin-top: 3px;
}
@media (min-width: 768px) {
  .grand-menu__price {
    font-size: 16px;
    margin-top: -2px;
  }
}
@media (min-width: 1100px) {
  .grand-menu__price {
    font-size: 32px;
    margin-top: 2px;
  }
}

.drink-categories {
  margin-top: 22px;
  max-width: 88.0597014925%;
  margin-inline: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 41px;
}
@media (min-width: 768px) {
  .drink-categories {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    gap: 48px;
    max-width: 80%;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}
@media (min-width: 1100px) {
  .drink-categories {
    margin-top: 2px;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    gap: 48px;
    max-width: 100%;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
}

@media (min-width: 1280px) {
  .drink__category {
    width: 197px;
  }
}

.drink__category-head {
  position: relative;
  padding-bottom: 12px;
  font-size: 16px;
  font-weight: 700;
  line-height: 1.1875;
}
@media (min-width: 768px) {
  .drink__category-head {
    font-size: 16px;
    font-weight: 700;
    line-height: 1.1875;
    padding-bottom: 15px;
  }
}
.drink__category-head::after {
  content: "";
  position: absolute;
  width: 100%;
  background: #222222;
  height: 1px;
  left: 0;
  bottom: 0;
}

.drink__items {
  margin-top: 14px;
}
@media (min-width: 768px) {
  .drink__items {
    margin-top: 13px;
    width: 194px;
  }
}

.drink__item {
  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;
}
.drink__item:nth-child(n+2) {
  margin-top: 7px;
}

.drink__item-name {
  font-weight: 700;
}

.drink__item-price {
  font-size: 20px;
  font-family: Damion;
  line-height: 1.35;
  padding-right: 3px;
}
@media (min-width: 1100px) {
  .drink__item-price {
    padding-right: 0;
  }
}

.grand-menu__button {
  margin-top: 38px;
  text-align: center;
}
@media (min-width: 1100px) {
  .grand-menu__button {
    margin-top: 55px;
  }
}

.gallery {
  margin-top: 120px;
  background: #EAE0D5;
  padding-top: 59px;
  padding-bottom: 100px;
}
@media (min-width: 768px) {
  .gallery {
    margin-top: 160px;
    padding-top: 80px;
    padding-bottom: 80px;
  }
}

.gallery__inner {
  position: relative;
  padding-inline: 20px;
}
@media (min-width: 768px) {
  .gallery__inner {
    padding-inline: 5.333333%;
  }
}
@media (min-width: 1280px) {
  .gallery__inner {
    max-width: 1160px;
    padding-inline: 30px;
  }
}
.gallery__inner::after {
  content: "";
  position: absolute;
  background: url(../img/bg_plate.png) no-repeat center left/cover;
  width: 204.493px;
  height: 185.071px;
  bottom: -276px;
  left: -53px;
}
@media (min-width: 768px) {
  .gallery__inner::after {
    left: -87px;
    width: 354px;
    height: 320px;
  }
}
@media (min-width: 1280px) {
  .gallery__inner::after {
    bottom: -256px;
    left: -147px;
  }
}

.gallery__balloon {
  position: absolute;
  width: 200px;
  height: 104.168px;
  top: -116px;
  left: -22px;
}
@media (min-width: 768px) {
  .gallery__balloon {
    width: 267px;
    height: 123px;
    left: calc(50% - 343px);
    top: -102px;
  }
}

.gallery__heading {
  text-align: center;
}
.gallery__heading .heading__en {
  padding-left: 8px;
}

#sb_instagram {
  padding-bottom: 0 !important;
}

#sbi_images {
  margin-top: 40px;
  -webkit-column-gap: 5.67164% !important;
     -moz-column-gap: 5.67164% !important;
          column-gap: 5.67164% !important;
  row-gap: 19px !important;
  padding: 0 !important;
}
@media (min-width: 768px) {
  #sbi_images {
    -webkit-column-gap: 2% !important;
       -moz-column-gap: 2% !important;
            column-gap: 2% !important;
  }
}
@media (min-width: 1280px) {
  #sbi_images {
    -webkit-column-gap: 24px !important;
       -moz-column-gap: 24px !important;
            column-gap: 24px !important;
  }
}

.gallery__button {
  margin-top: 39px;
  text-align: center;
}
@media (min-width: 768px) {
  .gallery__button {
    margin-top: 60px;
  }
}

.news {
  padding-top: 114px;
  background: #F3EFEB;
}
@media (min-width: 768px) {
  .news {
    padding-top: 119px;
  }
}

@media (min-width: 768px) {
  .news__inner {
    max-width: 1160px;
    padding-inline: 30px;
    margin-inline: auto;
  }
}

.news__heading .heading__en {
  margin-left: 5px;
}
@media (min-width: 1280px) {
  .news__heading .heading__en {
    margin-left: 8px;
  }
}
.news__heading .heading__ja {
  margin-left: 4px;
}
@media (min-width: 1280px) {
  .news__heading .heading__ja {
    margin-left: -1px;
  }
}

.news__wrapper {
  margin-top: 39px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 17px;
}
@media (min-width: 768px) {
  .news__wrapper {
    margin-top: 42px;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    gap: 3.36363%;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
}

@media (min-width: 768px) {
  .news__left {
    -ms-flex-preferred-size: 46.363636%;
        flex-basis: 46.363636%;
    -ms-flex-negative: 0;
        flex-shrink: 0;
  }
}
.news__left .news-card__img {
  overflow: hidden;
}
.news__left .news-card__img img {
  width: 100%;
}
.news__left .news-card__img .picup__label {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  left: -7px;
  top: 20px;
  padding-left: 16px;
  line-height: 1.4;
  height: auto;
  padding-top: 5px;
  padding-bottom: 5px;
  padding-right: 15px;
  min-width: 78px;
  background-size: 100%;
}
@media (min-width: 768px) {
  .news__left .news-card__img .picup__label {
    left: -8px;
    height: 30px;
    font-size: 16px;
    padding-top: 6px;
    padding-bottom: 4px;
    padding-left: 12px;
  }
}
.news__left .news-card__texts {
  margin-top: 11px;
}
@media (min-width: 768px) {
  .news__left .news-card__texts {
    margin-top: 16px;
  }
}
.news__left .news-card__texts > p {
  margin-top: 10px;
  font-size: 12px;
  line-height: 1.5;
  display: -webkit-box;
  overflow: hidden;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 4;
}
@media (min-width: 768px) {
  .news__left .news-card__texts > p {
    font-size: 14px;
    line-height: 1.7142857143;
    -webkit-line-clamp: 3;
  }
}
.news__left .news-card__title {
  font-weight: 700;
  line-height: 1.7142857143;
  display: -webkit-box;
  overflow: hidden;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
}
@media (min-width: 768px) {
  .news__left .news-card__title {
    font-size: 20px;
    line-height: 1.6;
  }
}
.news__left .news-card__date {
  margin-top: 6px;
  font-size: 12px;
  font-weight: 500;
  display: block;
}
@media (min-width: 768px) {
  .news__left .news-card__date {
    margin-top: 10px;
    font-size: 14px;
  }
}

.news-card:hover {
  opacity: 1;
}
@media (min-width: 768px) {
  .news-card:hover .news-card__img img {
    -webkit-transform: scale(1.1);
            transform: scale(1.1);
  }
}

@media (min-width: 768px) {
  .news-card img {
    -webkit-transition: -webkit-transform 0.3s;
    transition: -webkit-transform 0.3s;
    transition: transform 0.3s;
    transition: transform 0.3s, -webkit-transform 0.3s;
  }
}

.news-card:hover {
  opacity: 1;
}

.news-card {
  position: relative;
}

@media (min-width: 768px) {
  .news__right {
    width: 50.2727272%;
  }
}
@media (min-width: 768px) {
  .news__right .news-card {
    max-width: 255px;
  }
}
.news__right .news-card__img {
  overflow: hidden;
}
.news__right .picup__label {
  left: -9px;
  top: 10px;
  padding-top: 4px;
  padding-right: 11px;
  padding-left: 11px;
}
@media (min-width: 768px) {
  .news__right .picup__label {
    left: -8px;
    top: 12px;
    padding-left: 15px;
    padding-top: 5px;
  }
}
.news__right .news-card__texts {
  margin-top: 6.25px;
}
@media (min-width: 768px) {
  .news__right .news-card__texts {
    margin-top: 0;
  }
}
.news__right .news-card__title {
  font-size: 12px;
  font-weight: 700;
  line-height: 1.5;
  display: -webkit-box;
  overflow: hidden;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 4;
}
@media (min-width: 768px) {
  .news__right .news-card__title {
    margin-top: 10px;
    font-size: 14px;
    line-height: 1.7142857143;
    -webkit-line-clamp: 3;
  }
}
.news__right .news-card__date {
  font-size: 12px;
  font-weight: 500;
  display: block;
  margin-top: 7px;
}
@media (min-width: 768px) {
  .news__right .news-card__date {
    margin-top: 6px;
  }
}

.news__cards {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  -webkit-column-gap: 5.671%;
     -moz-column-gap: 5.671%;
          column-gap: 5.671%;
  row-gap: 13px;
}
@media (min-width: 768px) {
  .news__cards {
    -webkit-column-gap: 7.7757%;
       -moz-column-gap: 7.7757%;
            column-gap: 7.7757%;
    row-gap: 28px;
  }
}

.news__button {
  margin-top: 34px;
  text-align: center;
}
@media (min-width: 768px) {
  .news__button {
    margin-top: 57px;
    margin-left: -8px;
  }
}

.access {
  margin-top: 160px;
  padding-top: 81px;
  padding-bottom: 81px;
  background: #EAE0D5;
}
@media (min-width: 768px) {
  .access {
    padding-top: 79px;
    padding-bottom: 80px;
  }
}

.access__container {
  position: relative;
}
@media (min-width: 768px) {
  .access__container {
    max-width: 1280px;
    margin-inline: auto;
  }
}
.access__container::before {
  content: "";
  position: absolute;
  background: url(../img/bg_bread.png) no-repeat center center/cover;
  width: 190.5px;
  height: 180px;
  right: -37px;
  top: -180px;
}
@media (min-width: 768px) {
  .access__container::before {
    width: 389px;
    height: 359px;
    top: -262px;
  }
}
@media (min-width: 1280px) {
  .access__container::before {
    right: -93px;
  }
}

@media (min-width: 768px) {
  .access__inner {
    max-width: 748px;
    margin-inline: auto;
  }
}

.access__heading {
  position: relative;
}
.access__heading .heading__ja {
  margin-top: 5px;
}
@media (min-width: 768px) {
  .access__heading .heading__ja {
    margin-top: 8px;
  }
}
@media (min-width: 768px) {
  .access__heading .heading__en {
    padding-left: 9px;
  }
}

.access__balloon {
  position: absolute;
  background-size: 100% auto;
  width: 200px;
  height: 172px;
  top: -123px;
}
@media (max-width: 327px) {
  .access__balloon {
    left: calc(50% - 203px);
  }
}
@media (min-width: 328px) {
  .access__balloon {
    left: calc(50% - 218px);
  }
}
@media (min-width: 768px) {
  .access__balloon {
    left: calc(50% - 304px);
  }
}
@media (min-width: 1280px) {
  .access__balloon {
    width: 232.912px;
    height: 200.002px;
    top: -129px;
  }
}

.access__map {
  margin-top: 43px;
  text-align: center;
  border: 5px solid #ffffff;
}
@media (min-width: 768px) {
  .access__map {
    margin-top: 41px;
    max-width: 688px;
    margin-inline: auto;
    border-width: 10px;
  }
}
.access__map iframe {
  max-width: 100%;
  height: auto;
  aspect-ratio: 325/178;
  vertical-align: top;
}
@media (min-width: 768px) {
  .access__map iframe {
    aspect-ratio: 668/367;
  }
}

.access__contents {
  margin-top: 39px;
  font-family: "Noto Serif JP";
}
@media (min-width: 768px) {
  .access__contents {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 40px;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
}

.access__lists:nth-child(2) {
  margin-top: 1px;
}
@media (min-width: 768px) {
  .access__lists:nth-child(2) {
    margin-top: 0;
  }
}
.access__lists:nth-child(2) .access__list:first-child {
  padding-top: 18px;
}
@media (min-width: 768px) {
  .access__lists:nth-child(2) .access__list:first-child {
    padding-top: 0;
  }
}
@media (min-width: 768px) {
  .access__lists:nth-child(2) .access__list:nth-child(2) dd {
    margin-top: 1px;
  }
}
@media (min-width: 768px) {
  .access__lists {
    -ms-flex-preferred-size: 50%;
        flex-basis: 50%;
  }
}

.access__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  border-bottom: 1px solid #222222;
  padding-bottom: 12px;
}
.access__list:nth-child(n+2) {
  padding-top: 18px;
}
@media (min-width: 768px) {
  .access__list:nth-child(n+2) {
    padding-top: 22px;
  }
}
.access__list dt {
  margin-top: -1px;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  width: 80px;
  font-weight: 700;
  line-height: 1.7142857143;
}
.access__list dd {
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  font-weight: 700;
  line-height: 1.7142857143;
}

.footer {
  padding-top: 41px;
  padding-bottom: 14px;
  background: #382620;
}
@media (min-width: 768px) {
  .footer {
    padding-top: 37px;
    padding-bottom: 16px;
  }
}

.footer__container {
  position: relative;
  max-width: 1280px;
  margin-inline: auto;
}
.footer__container::before {
  content: "";
  position: absolute;
  background: url(../img/bg_coffee-beans.png) no-repeat center center/contain;
  -webkit-transform: rotateY(180deg);
          transform: rotateY(180deg);
  width: 128px;
  height: 114px;
  left: -35px;
  top: -97px;
}
@media (min-width: 768px) {
  .footer__container::before {
    width: 166.4px;
    height: 148.2px;
    -webkit-transform: none;
            transform: none;
  }
}
@media (min-width: 1100px) {
  .footer__container::before {
    width: 341px;
    height: 288px;
    left: -74px;
    top: -188px;
  }
}

.footer__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;
  gap: 25px;
  margin-top: -1px;
}
@media (min-width: 768px) {
  .footer__sns {
    gap: 24px;
  }
}
.footer__sns a {
  display: inline-block;
  height: 32px;
}
@media (min-width: 768px) {
  .footer__sns a {
    height: 24px;
  }
}
.footer__sns a img {
  width: 32px;
  height: 32px;
}
@media (min-width: 768px) {
  .footer__sns a img {
    width: 24px;
    height: 24px;
  }
}

.footer__copy {
  margin-top: 37px;
  display: block;
  margin-inline: auto;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  font-size: 12px;
  color: #ffffff;
  font-weight: 500;
}
@media (min-width: 768px) {
  .footer__copy {
    margin-top: 36px;
  }
}

.pagetop {
  position: fixed;
  right: 8px;
  bottom: 6px;
  width: 44px;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: opacity 0.3s, visibility 0.3s;
  transition: opacity 0.3s, visibility 0.3s;
}
.pagetop.is-show {
  opacity: 1;
  visibility: visible;
}
@media (min-width: 768px) {
  .pagetop {
    right: 20px;
    bottom: 20px;
  }
}

.first-view {
  position: relative;
  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;
}
.first-view::after, .first-view::before {
  content: "";
  position: absolute;
  z-index: 3;
}
.first-view::before {
  border: 2px solid #ffffff;
  width: calc(100% - 12px);
  height: calc(100% - 12px);
}
@media (min-width: 768px) {
  .first-view::before {
    width: calc(100% - 20px);
    height: calc(100% - 20px);
  }
}
.first-view::after {
  border: 1px solid #ffffff;
  width: calc(100% - 22px);
  height: calc(100% - 22px);
}
@media (min-width: 768px) {
  .first-view::after {
    width: calc(100% - 32px);
    height: calc(100% - 32px);
  }
}
.first-view.is-single::after {
  opacity: 0;
}
@media (min-width: 768px) {
  .first-view.is-single::after {
    opacity: 1;
  }
}

.first-view__heading {
  position: absolute;
  z-index: 3;
}
@media (min-width: 1100px) {
  .first-view__heading .heading__en {
    font-size: 72px;
    padding-left: 16px;
    padding-top: 0;
  }
  .first-view__heading .heading__ja {
    font-size: 16px;
    letter-spacing: 0.08em;
  }
}

@media (min-width: 768px) {
  .first-view__img {
    max-height: 320px;
    overflow: hidden;
  }
}

.first-view__filter {
  position: absolute;
  top: 0;
  left: 0;
  content: "";
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.4);
  z-index: 2;
}

@media (min-width: 768px) {
  .bread-clumbs__container {
    padding-top: 12px;
  }
}

.bread-clumbs__inner {
  padding-left: 10px;
}
@media (min-width: 768px) {
  .bread-clumbs__inner {
    max-width: 1160px;
    padding-inline: 30px;
    margin-inline: auto;
  }
}

.bread-clumbs__text {
  font-size: 12px;
  font-weight: 700;
}
@media (min-width: 768px) {
  .bread-clumbs__text {
    font-size: 14px;
  }
}

.breadcrumb,
.breadcrumb *,
.breadcrumb > * {
  font-weight: 700;
}

.breadcrumb {
  color: #382620;
}
.breadcrumb > span {
  padding-right: 4px;
  font-weight: 700;
}
@media (min-width: 1100px) {
  .breadcrumb > span {
    padding-right: 13px;
  }
}
.breadcrumb span:nth-child(n+2) {
  padding-left: 2px;
}
@media (min-width: 1100px) {
  .breadcrumb span:nth-child(n+2) {
    padding-left: 12px;
  }
}

.concept-detail__wrapper {
  margin-top: 44px;
}
@media (min-width: 768px) {
  .concept-detail__wrapper {
    margin-top: 76px;
  }
}

.concept-detail__content {
  padding-bottom: 48px;
  position: relative;
}
@media (min-width: 768px) {
  .concept-detail__content {
    padding-bottom: 100px;
  }
}
.concept-detail__content:nth-child(n+2) {
  margin-top: 75px;
}
.concept-detail__content:nth-child(2) {
  padding-bottom: 20px;
}
@media (min-width: 768px) {
  .concept-detail__content:nth-child(2) {
    margin-top: 100px;
    padding-bottom: 60px;
  }
  .concept-detail__content:nth-child(2) .concept-detail__inner {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
        -ms-flex-direction: row-reverse;
            flex-direction: row-reverse;
  }
}
.concept-detail__content:nth-child(2)::after {
  width: 75.7333%;
  height: 227px;
  right: auto;
  left: 0;
}
@media (min-width: 768px) {
  .concept-detail__content:nth-child(2)::after {
    width: calc(50vw - 60px);
    height: 437px;
  }
}
.concept-detail__content:nth-child(2) > .wp-block-group__inner-container {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
}
.concept-detail__content:nth-child(3) {
  padding-bottom: 34px;
  margin-top: 73px;
}
@media (min-width: 768px) {
  .concept-detail__content:nth-child(3) {
    padding-bottom: 80px;
    margin-top: 141px;
  }
}
.concept-detail__content:nth-child(3)::after {
  width: 49.066666%;
  height: 239px;
  right: 20px;
  left: auto;
}
@media (min-width: 768px) {
  .concept-detail__content:nth-child(3)::after {
    right: 0;
    height: 520px;
    width: calc(50vw - 240px);
  }
}
.concept-detail__content:nth-child(3) .concept-detail__image img {
  width: 87.76119% !important;
}
@media (min-width: 768px) {
  .concept-detail__content:nth-child(3) .concept-detail__image img {
    max-width: 640px;
  }
}
@media (min-width: 1100px) {
  .concept-detail__content:nth-child(3) .concept-detail__image img {
    width: 100% !important;
  }
}
.concept-detail__content::after {
  content: "";
  position: absolute;
  background: #EAE0D5;
  width: 89.3333%;
  height: 100px;
  right: 0;
  bottom: 0;
  z-index: -1;
}
@media (min-width: 768px) {
  .concept-detail__content::after {
    height: 200px;
  }
}
@media (min-width: 1100px) {
  .concept-detail__content::after {
    width: calc(50vw + 344px);
  }
}
.concept-detail__content > .wp-block-group__inner-container {
  padding-inline: 20px;
}
@media (min-width: 768px) {
  .concept-detail__content > .wp-block-group__inner-container {
    max-width: 1160px;
    padding-inline: 30px;
    margin-inline: auto;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 6.5%;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
}

@media (min-width: 768px) {
  .concept-detail__texts {
    max-width: 389px;
  }
}

.concept-detail__title {
  font-size: 20px;
  font-weight: 700;
  padding-bottom: 33px;
}
@media (min-width: 768px) {
  .concept-detail__title {
    padding-bottom: 0;
    margin-top: -3px;
    font-size: 28px;
    line-height: 2.1428571429;
  }
}

.concept-detail__text {
  font-weight: 500;
}
.concept-detail__text:nth-child(n+2) {
  margin-top: 0;
}
@media (min-width: 768px) {
  .concept-detail__text {
    margin-top: 26px;
  }
}

.concept-detail__image {
  margin-top: 36px;
}
.concept-detail__image img {
  -o-object-fit: contain !important;
     object-fit: contain !important;
}
@media (min-width: 768px) {
  .concept-detail__image {
    margin-top: 0;
  }
}

.menu-detail__wrapper {
  padding-top: 57px;
}
@media (min-width: 768px) {
  .menu-detail__wrapper {
    padding-top: 75px;
    margin-bottom: -2px;
  }
}

@media (min-width: 768px) {
  .menu-detail__inner {
    max-width: 1160px;
    padding-inline: 30px;
    margin-inline: auto;
  }
}

@media (min-width: 768px) {
  .menu-detail__tab-container {
    max-width: 902px;
    padding-inline: 30px;
    margin-inline: auto;
  }
}

.menu-detail__tabs {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  -webkit-column-gap: 13px;
     -moz-column-gap: 13px;
          column-gap: 13px;
  row-gap: 12px;
}
@media (min-width: 768px) {
  .menu-detail__tabs {
    grid-template-columns: repeat(4, 1fr);
    -webkit-column-gap: 14px;
       -moz-column-gap: 14px;
            column-gap: 14px;
  }
}

.menu-detail__category {
  margin-top: 60px;
}
@media (min-width: 768px) {
  .menu-detail__category {
    margin-top: 80px;
  }
}

.menu-detail__items {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  -webkit-column-gap: 5.6716%;
     -moz-column-gap: 5.6716%;
          column-gap: 5.6716%;
  row-gap: 24px;
}
@media (min-width: 768px) {
  .menu-detail__items {
    grid-template-columns: repeat(4, 1fr);
    -webkit-column-gap: 3.636363%;
       -moz-column-gap: 3.636363%;
            column-gap: 3.636363%;
    row-gap: 38px;
  }
}

.menu-detail__card-body {
  margin-top: 11px;
  font-size: 14px;
  font-weight: 700;
}
@media (min-width: 768px) {
  .menu-detail__card-body p {
    line-height: 1.5;
  }
}
@media (min-width: 768px) {
  .menu-detail__card-body {
    margin-top: 15px;
  }
}

.menu-detail__card-title {
  font-weight: 700;
  line-height: 1.3;
}

.menu-detail__card-price {
  text-align: center;
  font-family: Damion;
  font-size: 24px;
  line-height: 1.375;
}

.news-detail__wrapper {
  margin-top: 37px;
}
@media (min-width: 768px) {
  .news-detail__wrapper {
    margin-top: 75px;
  }
}
.news-detail__wrapper.news-category {
  margin-top: 39px;
}
@media (min-width: 1100px) {
  .news-detail__wrapper.news-category {
    margin-top: 76px;
    padding-bottom: 41px;
  }
}

@media (min-width: 768px) {
  .news-detail__inner {
    max-width: 1160px;
    padding-inline: 30px;
    margin-inline: auto;
  }
}

.news-detail__title {
  font-size: 20px;
  font-weight: 700;
}
@media (min-width: 768px) {
  .news-detail__title {
    font-size: 24px;
    line-height: 1.4;
  }
}

.news-detail__container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 60px;
}
@media (min-width: 768px) {
  .news-detail__container {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    gap: 6.54545%;
  }
}

@media (min-width: 768px) {
  .news-detail__items {
    max-width: 728px;
    -webkit-box-flex: 1;
        -ms-flex-positive: 1;
            flex-grow: 1;
  }
}

.news-detail__item {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  -webkit-column-gap: 5.671641%;
     -moz-column-gap: 5.671641%;
          column-gap: 5.671641%;
  row-gap: 19px;
  margin-top: 33px;
}
.news-category .news-detail__item {
  margin-top: 35px;
}
@media (min-width: 1100px) {
  .news-category .news-detail__item {
    margin-top: 25px;
  }
}
@media (min-width: 768px) {
  .news-detail__item {
    padding-left: 8px;
    margin-top: 25px;
    -webkit-column-gap: 5.494505%;
       -moz-column-gap: 5.494505%;
            column-gap: 5.494505%;
  }
  .is-home .news-detail__item {
    margin-top: 0;
  }
}
@media (min-width: 1100px) {
  .news-detail__item {
    row-gap: 35px;
  }
}

.news-detail__link a:hover {
  opacity: 1;
}
@media (min-width: 768px) {
  .news-detail__link a:hover .news-detail__card-img img {
    -webkit-transform: scale(1.05);
            transform: scale(1.05);
  }
}

.news-detail__card {
  position: relative;
}

.news-detail__card-img {
  overflow: hidden;
}
.news-detail__card-img .picup__label {
  left: -8px;
  top: 10px;
  padding-top: 4px;
}
@media (min-width: 768px) {
  .news-detail__card-img .picup__label {
    top: 15px;
    font-size: 14px;
    height: 27px;
    white-space: nowrap;
    padding-top: 6px;
    padding-left: 14px;
  }
}
@media (min-width: 768px) {
  .news-detail__card-img img {
    -webkit-transition: -webkit-transform 0.3s;
    transition: -webkit-transform 0.3s;
    transition: transform 0.3s;
    transition: transform 0.3s, -webkit-transform 0.3s;
  }
}

.news-detail__card-body {
  margin-top: 8px;
}
@media (min-width: 768px) {
  .news-detail__card-body {
    margin-top: 12px;
  }
}

.news-detail__card-title {
  font-size: 12px;
  font-weight: 700;
  line-height: 1.5;
  display: -webkit-box;
  overflow: hidden;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 4;
}
@media (min-width: 768px) {
  .news-detail__card-title {
    font-size: 16px;
    -webkit-line-clamp: 2;
  }
}

.news-detail__card-date {
  display: inline-block;
  margin-top: 3px;
  font-size: 12px;
  font-weight: 500;
  letter-spacing: 0.04em;
}
@media (min-width: 768px) {
  .news-detail__card-date {
    margin-top: 8px;
    font-size: 14px;
  }
}

.news-detail__pagination-link {
  margin-top: 36px;
}

.nav-links {
  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;
  gap: 12px;
}

.page-numbers {
  width: 40px;
  height: 40px;
  border: 1px solid #382620;
  border-radius: 50%;
  font-size: 16px;
  font-weight: 500;
  display: grid;
  place-items: center;
  background-color: #ffffff;
  -webkit-transition: background 0.4s;
  transition: background 0.4s;
}
.page-numbers.current, .page-numbers:hover {
  background: #382620;
  color: #ffffff;
  opacity: 1;
}

.prev.page-numbers,
.next.page-numbers {
  position: relative;
  -webkit-transition: background 0.4s;
  transition: background 0.4s;
}
.prev.page-numbers::before,
.next.page-numbers::before {
  content: "";
  position: absolute;
  background: url(../img/arrow.png) no-repeat center center/contain;
  width: 6px;
  height: 12px;
  z-index: 2;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}
.prev.page-numbers:hover::before,
.next.page-numbers:hover::before {
  background: url(../img/arrow-next-white.svg) no-repeat center center/contain;
  width: 6px;
  height: 12px;
  -webkit-transform: translate(-50%, -50%) rotate(0deg);
          transform: translate(-50%, -50%) rotate(0deg);
}

.prev.page-numbers::before {
  -webkit-transform: translate(-50%, -50%) rotate(180deg);
          transform: translate(-50%, -50%) rotate(180deg);
}

.prev.page-numbers:hover::before {
  -webkit-transform: translate(-50%, -50%) rotate(180deg);
          transform: translate(-50%, -50%) rotate(180deg);
}

.news-detail__side {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 41px;
}
@media (min-width: 768px) {
  .news-detail__side {
    gap: 60px;
    width: 300px;
    -ms-flex-negative: 0;
        flex-shrink: 0;
  }
}

.new-arrival,
.recent-posts-extended {
  padding-top: 24px;
  padding-inline: 5.970149%;
  padding-bottom: 20px;
  background: #F8F8F8;
}
@media (min-width: 768px) {
  .new-arrival,
  .recent-posts-extended {
    padding-inline: 20px;
  }
}

.news-detail__side-title {
  position: relative;
  font-size: 20px;
  font-weight: 700;
  line-height: 1.2;
  padding-bottom: 22px;
}
.news-detail__side-title::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 32px;
  height: 1px;
  background: #222222;
}

.new-arrival__items {
  margin-top: 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 16px;
}

.new-arrival__link {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 4.7457%;
}
@media not screen and (min-width: 768px) {
  .new-arrival__link {
    -webkit-box-align: stretch;
        -ms-flex-align: stretch;
            align-items: stretch;
  }
  .new-arrival__link:hover {
    opacity: 1;
  }
}
@media (max-width: 335px) {
  .new-arrival__link {
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
}
@media (min-width: 768px) {
  .new-arrival__link {
    gap: 14px;
  }
}

.new-arrival__link-image {
  -ms-flex-negative: 0;
      flex-shrink: 0;
  width: 33.8983%;
  aspect-ratio: 1;
  overflow: hidden;
}
@media (min-width: 768px) {
  .new-arrival__link-image {
    width: 100px;
    height: 100px;
  }
}
.new-arrival__link-image img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.new-arrival__link-texts {
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  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: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.new-arrival__link__title {
  font-weight: 700;
  line-height: 1.7142857143;
  display: -webkit-box;
  /* 必須 */
  -webkit-box-orient: vertical;
  /* 必須 */
  -webkit-line-clamp: 3;
  /* 行数を制限 */
  overflow: hidden;
  /* はみ出た部分を非表示 */
}

.new-arrival__link-date {
  font-size: 12px;
  font-weight: 500;
  line-height: 1.1666666667;
}
@media (min-width: 768px) {
  .new-arrival__link-date {
    line-height: 1.3;
  }
}

.news-detail__category {
  background: #F8F8F8;
  padding-top: 24px;
  padding-inline: 20px;
  padding-bottom: 13px;
}

.news-detail__category-names {
  margin-top: 15px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 7px;
}

.news-detail__category-name a {
  display: inline-block;
  position: relative;
  padding-left: 12px;
  font-size: 16px;
  font-weight: 700;
}
.news-detail__category-name a::before {
  content: "";
  position: absolute;
  background: url(../img/Icon\ metro-chevron-thin-right.svg) no-repeat center center/contain;
  left: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  width: 6px;
  height: 12px;
}

.news-more__wrapper {
  padding-top: 43px;
  margin-bottom: -8px;
}
@media (min-width: 768px) {
  .news-more__wrapper {
    padding-top: 75px;
    margin-bottom: -5px;
  }
}

@media (min-width: 768px) {
  .news-more__inner {
    max-width: 748px;
    padding-inline: 30px;
    margin-inline: auto;
  }
}

.news-more__img.is-second {
  margin-top: 34px;
}
@media (min-width: 768px) {
  .news-more__img img {
    width: 100%;
  }
}

.news-more__title {
  margin-top: 24px;
  font-size: 20px;
  font-weight: 700;
  line-height: 1.4;
}
@media (min-width: 768px) {
  .news-more__title {
    margin-top: 28px;
    font-size: 28px;
  }
}

.news-more__info {
  margin-top: 23px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 19px;
}
@media (min-width: 768px) {
  .news-more__info {
    margin-top: 35px;
  }
}

.news-more__time {
  font-weight: 700;
}

.news-more__category {
  position: relative;
  padding-left: 21px;
  font-weight: 700;
  padding-bottom: 0px;
}
@media (min-width: 768px) {
  .news-more__category {
    padding-bottom: 1px;
  }
}
.news-more__category::before {
  content: "";
  position: absolute;
  background: #382620;
  width: 1px;
  height: 18px;
  left: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}

.news-more__body {
  margin-top: 31px;
}
.news-more__body p {
  font-weight: 500;
  line-height: 2;
}
.news-more__body .wp-block-image {
  margin-top: 36px;
  margin-bottom: 36px;
}
.news-more__body h2 {
  position: relative;
  padding-left: 16px;
  margin-top: 75px;
  font-size: 18px;
  font-weight: 700;
  line-height: 1.55555;
  margin-top: 75px;
  margin-bottom: 17px;
}
@media (min-width: 768px) {
  .news-more__body h2 {
    margin-top: 96px;
    padding-left: 22px;
    font-size: 24px;
  }
}
.news-more__body h2::before {
  content: "";
  position: absolute;
  content: "";
  background: #382620;
  width: 4px;
  height: 54px;
  left: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
@media (min-width: 768px) {
  .news-more__body h2::before {
    width: 6px;
    height: 35px;
  }
}
.news-more__body h2 + .news-more__text {
  margin-top: 18px;
}
@media (min-width: 768px) {
  .news-more__body h2 + .news-more__text {
    margin-top: 19px;
  }
}
.news-more__body h3 {
  padding-bottom: 13px;
  margin-top: 54px;
  margin-bottom: 20px;
  font-size: 16px;
  font-weight: 700;
  line-height: 1.5;
  border-bottom: 1px solid #382620;
}
@media (min-width: 768px) {
  .news-more__body h3 {
    margin-top: 56px;
    font-size: 20px;
    padding-bottom: 9px;
  }
}
.news-more__body h3 + .news-more__text {
  margin-top: 20px;
}
@media (min-width: 768px) {
  .news-more__body h3 + .news-more__text {
    margin-top: 19px;
  }
}
.news-more__body h4 {
  margin-top: 54px;
  margin-bottom: 14px;
  font-weight: 700;
  line-height: 1.7142857143;
}
@media (min-width: 768px) {
  .news-more__body h4 {
    margin-top: 55px;
    font-size: 16px;
    margin-bottom: 13px;
  }
}
.news-more__body h4 + .news-more__text {
  margin-top: 14px;
}
@media (min-width: 768px) {
  .news-more__body h4 + .news-more__text {
    margin-top: 15px;
  }
}
.news-more__body .wp-block-list {
  margin-top: 23px;
  padding-left: 23px;
}
@media (min-width: 768px) {
  .news-more__body .wp-block-list {
    margin-top: 21px;
  }
}
.news-more__body .wp-block-list li {
  list-style-type: disc;
  list-style-position: inside;
}
@media (min-width: 768px) {
  .news-more__body .wp-block-list li {
    font-size: 16px;
  }
}
.news-more__body .wp-block-list li::before {
  content: "";
  margin-right: -9px;
}
.news-more__body blockquote {
  margin-top: 28px;
  margin-bottom: 0;
  background: #ffffff;
  padding: 20px 24px 23px 24px;
  margin-inline: auto;
}
@media (min-width: 768px) {
  .news-more__body blockquote {
    margin-top: 25px;
    padding-top: 37px;
    padding-bottom: 34px;
    padding-inline: 40px;
    font-size: 16px;
  }
}
.news-more__body p {
  font-weight: 500;
}
@media (min-width: 768px) {
  .news-more__body p {
    font-size: 16px;
  }
}
.news-more__body .has-text-align-right {
  margin-top: 11px;
  padding-right: 20px;
}
@media (min-width: 768px) {
  .news-more__body .has-text-align-right {
    font-size: 14px;
    margin-top: 13px;
    padding-right: 0;
  }
}

.news-more__pagination {
  margin-top: 30px;
  position: relative;
  font-weight: 700;
  line-height: 1.7142857143;
  margin-inline: auto;
  height: 40px;
}
@media (min-width: 768px) {
  .news-more__pagination {
    font-size: 16px;
    max-width: 688px;
    margin-top: 33px;
  }
}

.news-more__prev,
.news-more__next {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
@media (min-width: 768px) {
  .news-more__prev,
  .news-more__next {
    width: 95.99px;
    top: 52%;
  }
}
.news-more__prev a,
.news-more__next a {
  display: inline-block;
  white-space: nowrap;
  font-weight: 700;
}
.news-more__prev a::before,
.news-more__next a::before {
  content: "";
  position: absolute;
  background: url(../img/Icon\ metro-chevron-thin-right.svg) no-repeat center center/contain;
  top: 50%;
  -webkit-transform: translateY(-50%) rotate(180deg);
          transform: translateY(-50%) rotate(180deg);
  width: 6.277px;
  height: 11.735px;
}
@media (min-width: 768px) {
  .news-more__prev a::before,
  .news-more__next a::before {
    width: 6px;
    height: 12px;
  }
}

.news-more__prev {
  left: 0px;
}

.news-more__prev a {
  padding-inline: 15px;
}
.news-more__prev a::before {
  left: -1px;
}
@media (min-width: 768px) {
  .news-more__prev a::before {
    left: 0;
  }
}
@media (min-width: 768px) {
  .news-more__prev a {
    left: 1px;
    padding-left: 16px;
  }
}

.news-more__next {
  right: 3px;
}
@media (min-width: 768px) {
  .news-more__next {
    right: 0;
  }
}

.news-more__next a {
  padding-inline: 17px;
}
.news-more__next a::before {
  right: 0;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
@media (min-width: 768px) {
  .news-more__next a {
    padding-right: 16px;
  }
}

.news-more__news {
  position: absolute;
  left: 49%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  padding-block: 7px;
  border: 1px solid #382620;
  font-weight: 700;
}
@media not screen and (min-width: 768px) {
  .news-more__news {
    padding-inline: 27px;
  }
}
@media (max-width: 335px) {
  .news-more__news {
    padding-inline: 15px;
  }
}
@media (min-width: 768px) {
  .news-more__news {
    padding-block: 9px;
    padding-inline: 35px;
    left: 50%;
  }
}

.news-more__related {
  margin-top: 103px;
}
@media (min-width: 768px) {
  .news-more__related {
    margin-top: 127px;
  }
}
@media (min-width: 768px) {
  .news-more__related .picup__label {
    top: 12px;
    font-size: 12px;
    height: 25px;
    white-space: nowrap;
    padding-top: 6px;
    padding-left: 14px;
  }
}
.news-more__related .news-detail__item {
  margin-top: 41px;
  row-gap: 13px;
}
@media (min-width: 768px) {
  .news-more__related .news-detail__item {
    margin-top: 58px;
    grid-template-columns: repeat(3, 1fr);
    -webkit-column-gap: 5.8139534%;
       -moz-column-gap: 5.8139534%;
            column-gap: 5.8139534%;
    row-gap: 33px;
  }
}
.news-more__related .news-detail__card-date {
  margin-top: 7px;
}
@media (min-width: 768px) {
  .news-more__related .news-detail__card-date {
    margin-top: 12px;
    font-size: 12px;
  }
}
@media (min-width: 768px) {
  .news-more__related .news-detail__card-title {
    font-size: 14px;
  }
}

.news-more__related-title {
  font-size: 20px;
  font-weight: 700;
  line-height: 1.2;
  text-align: center;
}
@media (min-width: 768px) {
  .news-more__related-title {
    font-size: 28px;
    line-height: 1.4285714286;
  }
}

@media (min-width: 768px) {
  .shop-more__inner {
    max-width: 749px;
    padding-inline: 30px;
    margin-inline: auto;
  }
}

.shop-more__contents {
  margin-top: 40px;
}
@media (min-width: 768px) {
  .shop-more__contents {
    margin-top: 69px;
  }
}

.shop-more__content {
  font-family: "Noto Serif JP";
}
.shop-more__content:nth-child(n+2) {
  margin-top: 55px;
}
@media (min-width: 768px) {
  .shop-more__content:nth-child(2) {
    margin-top: 114px;
  }
}
@media (min-width: 768px) {
  .shop-more__content:nth-child(3) {
    margin-top: 114px;
  }
}

.shop-more__name {
  position: relative;
  padding-left: 14px;
  font-size: 20px;
  font-weight: 700;
}
@media (min-width: 768px) {
  .shop-more__name {
    font-size: 24px;
    padding-left: 22px;
  }
}
.shop-more__name::before {
  content: "";
  position: absolute;
  width: 6px;
  height: 29px;
  background: #382620;
  left: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
@media (min-width: 768px) {
  .shop-more__name::before {
    height: 35px;
  }
}

.shop-more__map {
  margin-top: 14px;
  max-width: 689px;
  margin-inline: auto;
}
@media (min-width: 768px) {
  .shop-more__map {
    margin-top: 17px;
  }
}
.shop-more__map iframe {
  width: 689px;
  max-width: 100%;
  height: auto;
  aspect-ratio: 325/178;
  border-width: 0;
}
@media (min-width: 768px) {
  .shop-more__map iframe {
    aspect-ratio: 669/367;
  }
}

.shop-more__access-contents {
  margin-top: 19px;
}
@media (min-width: 768px) {
  .shop-more__access-contents {
    margin-top: 22px;
  }
}

.gift__wrapper {
  padding-top: 45px;
}
@media (min-width: 768px) {
  .gift__wrapper {
    padding-top: 76px;
    padding-bottom: 2px;
  }
}

@media (min-width: 768px) {
  .gift__inner {
    max-width: 1160px;
    padding-left: 30px;
    padding-right: 32px;
    margin-inline: auto;
  }
}

.gift__grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  -webkit-column-gap: 5.671641791%;
     -moz-column-gap: 5.671641791%;
          column-gap: 5.671641791%;
  row-gap: 40px;
}
@media screen and (min-width: 843px) {
  .gift__grid {
    grid-template-columns: repeat(4, 1fr);
    -webkit-column-gap: 3.6363636364%;
       -moz-column-gap: 3.6363636364%;
            column-gap: 3.6363636364%;
  }
}
@media (max-width: 338px) {
  .gift__grid {
    display: block;
  }
}

.gift__item:first-of-type {
  grid-column: 1/3;
  grid-row: 1/3;
}
@media (min-width: 768px) {
  .gift__item:first-of-type {
    max-width: 528px;
    margin-inline: auto;
  }
}
.gift__item:first-of-type .gift-item__texts {
  margin-top: 14px;
}
@media (min-width: 768px) {
  .gift__item:first-of-type .gift-item__texts {
    margin-top: 15px;
  }
}
.gift__item:first-of-type .gift-item__name {
  font-size: 20px;
  line-height: 1.2;
  font-weight: 700;
}
@media (min-width: 768px) {
  .gift__item:first-of-type .gift-item__name {
    font-size: 24px;
    line-height: 1.2083333333;
  }
}
.gift__item:first-of-type .gift-item__price {
  margin-top: 3px;
  font-size: 28px;
  line-height: 1.3571428571;
}
@media (min-width: 768px) {
  .gift__item:first-of-type .gift-item__price {
    font-size: 32px;
    line-height: 1.375;
  }
}
.gift__item:first-of-type .btn-gift {
  margin-top: 12px;
}
@media (min-width: 768px) {
  .gift__item:first-of-type .btn-gift {
    margin-top: 12px;
  }
}

@media (max-width: 338px) {
  .gift__item:nth-child(n+2) {
    margin-top: 38px;
  }
}

.gift-item__texts {
  margin-top: 8px;
  text-align: center;
}
@media (min-width: 768px) {
  .gift-item__texts {
    margin-top: 13px;
  }
}

.gift-item__name {
  font-family: "Noto Serif JP";
  font-size: 14px;
  font-weight: 700;
  text-align: left;
  line-height: 1.4;
}

.gift-item__price {
  font-family: Damion;
  font-size: 24px;
  line-height: 0.9;
  margin-left: -3px;
  margin-top: 6px;
}

.btn-gift {
  margin-top: 17px;
}
@media (min-width: 768px) {
  .btn-gift {
    margin-top: 18px;
  }
}

.gift-wrapping {
  margin-top: 61px;
  position: relative;
  border: 4px solid #382620;
  background: #ffffff;
  padding-top: 33px;
  padding-inline: 36px;
  padding-bottom: 34px;
  font-family: "Noto Serif JP";
}
.gift-wrapping::after {
  content: "";
  position: absolute;
  width: calc(100% - 12px);
  height: calc(100% - 12px);
  border: 1px solid #382620;
  top: 6px;
  left: 6px;
}
@media (min-width: 768px) {
  .gift-wrapping {
    margin-top: 100px;
    padding-block: 50px;
    padding-inline: 20px;
  }
}
@media (min-width: 1100px) {
  .gift-wrapping {
    padding-top: 75px;
    padding-bottom: 76px;
  }
}

.gift-wrapping__container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 34px;
}
@media (min-width: 768px) {
  .gift-wrapping__container {
    max-width: 980px;
    margin-inline: auto;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    gap: 6.1224489%;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}

@media (min-width: 768px) {
  .gift-wrapping__body {
    -ms-flex-preferred-size: 50%;
        flex-basis: 50%;
  }
}

.gift-wrapping__lead {
  text-align: center;
  padding-bottom: 29px;
  font-size: 16px;
  font-weight: 700;
  line-height: 1.75;
  background: radial-gradient(circle, #000 1.5px, transparent 1.5px);
  background-size: 11px 11px;
  background-position: 1px bottom;
  background-repeat: repeat-x;
}
@media (min-width: 768px) {
  .gift-wrapping__lead {
    padding-bottom: 27px;
    font-size: 24px;
    line-height: 1.6666666667;
    text-align: left;
    background-position: -1px bottom;
  }
}

.gift-wrapping___text {
  margin-top: 18px;
  font-size: 12px;
  font-weight: 500;
}
@media (min-width: 768px) {
  .gift-wrapping___text {
    margin-top: 32px;
    font-size: 16px;
  }
}

.gift-wrapping__img {
  max-width: 460px;
  margin-inline: auto;
}
@media (min-width: 768px) {
  .gift-wrapping__img {
    -ms-flex-preferred-size: 50%;
        flex-basis: 50%;
  }
}

.contact__wrapper {
  padding-top: 45px;
  font-family: "Noto Serif JP";
}
@media (min-width: 768px) {
  .contact__wrapper {
    padding-top: 76px;
  }
}

@media (min-width: 768px) {
  .contact__inner {
    max-width: 748px;
    padding-inline: 30px;
    margin-inline: auto;
  }
}

.contact__title--lead {
  text-align: center;
  font-size: 20px;
  font-weight: 700;
}
@media (min-width: 768px) {
  .contact__title--lead {
    font-size: 28px;
    line-height: 1.4285714286;
  }
}

.contact__title--text {
  margin-top: 20px;
  line-height: 1.7142857143;
  font-weight: 500;
}
@media (min-width: 768px) {
  .contact__title--text {
    margin-top: 29px;
    font-size: 16px;
    line-height: 1.1875;
  }
}

.contact__form {
  margin-top: 62px;
}
@media (min-width: 768px) {
  .contact__form {
    margin-top: 85px;
  }
}

.contact__fields {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 40px;
}
@media (min-width: 768px) {
  .contact__fields {
    gap: 39px;
  }
}

.contact__field:nth-of-type(1) .form-field__item {
  margin-top: 21px;
}
@media (min-width: 768px) {
  .contact__field:nth-of-type(1) .form-field__item {
    margin-top: -4px;
  }
}
.contact__field:nth-of-type(n + 3) .form-field__item {
  margin-top: 11px;
}
@media (min-width: 768px) {
  .contact__field:nth-of-type(n + 3) .form-field__item {
    margin-top: 0;
  }
}
.contact__field:nth-of-type(5) {
  padding-top: 2px;
}
@media (min-width: 768px) {
  .contact__field:nth-of-type(5) .form-field__head {
    padding-top: 14px;
  }
}

@media (min-width: 768px) {
  .contact__field:nth-of-type(n+2):nth-of-type(-n+4) .form-field {
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
}

input.form-input:-webkit-autofill,
input.form-input:-webkit-autofill:focus,
input.form-input:-webkit-autofill:hover,
input.form-input:-webkit-autofill:active {
  background-color: #fff !important;
}

@media (min-width: 768px) {
  .form-field {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    gap: 28px;
  }
}

.form-field__head {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 8px;
}
@media (min-width: 768px) {
  .form-field__head {
    width: 170px;
    -ms-flex-negative: 0;
        flex-shrink: 0;
  }
}

.form-field__label {
  font-size: 16px;
  font-weight: 700;
  line-height: 1.1875;
}

.form-field__tag {
  padding-top: 4px;
  padding-right: 6px;
  padding-bottom: 3px;
  padding-left: 6px;
  display: inline-block;
  background: #EE8013;
  border-radius: 2px;
  color: #fff;
  font-size: 11px;
  line-height: 1.1818181818;
  font-weight: 700;
}

.form-field__item {
  margin-top: 8px;
}
@media (min-width: 768px) {
  .form-field__item {
    -webkit-box-flex: 1;
        -ms-flex-positive: 1;
            flex-grow: 1;
    margin-top: 0;
  }
}
.form-field__item ::-webkit-input-placeholder {
  color: #ccc;
}
.form-field__item ::-moz-placeholder {
  color: #ccc;
}
.form-field__item :-ms-input-placeholder {
  color: #ccc;
}
.form-field__item ::-ms-input-placeholder {
  color: #ccc;
}
.form-field__item ::placeholder {
  color: #ccc;
}

.form-text {
  font-size: 16px;
  font-weight: 500;
  width: 100%;
  border: 1px solid #382620;
  padding: 11px 15px 12px;
  border-radius: 6px;
  -webkit-transition: border-color 0.3s;
  transition: border-color 0.3s;
  line-height: 1.1875;
  height: 48px;
}
.form-text:hover, .form-text:focus {
  border-width: 2px;
  padding: 10px 14px 11px;
  outline: none;
}

.form-field__radios .wpcf7-form-control {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 12px;
}
.form-field__radios input[type=radio] {
  width: 1px;
  height: 1px;
  position: absolute;
  clip: rect(0, 0, 0, 0);
  overflow: hidden;
}
.form-field__radios input[type=radio]:checked + .wpcf7-list-item-label::after {
  opacity: 1;
}
.form-field__radios .wpcf7-list-item {
  margin: 0;
}
.form-field__radios .wpcf7-list-item label {
  line-height: 1.1875;
}
.form-field__radios .wpcf7-list-item label:hover {
  cursor: pointer;
}
.form-field__radios .wpcf7-list-item-label {
  font-size: 16px;
  font-weight: 500;
  position: relative;
  padding-left: 34px;
}
.form-field__radios .wpcf7-list-item-label::before, .form-field__radios .wpcf7-list-item-label::after {
  position: absolute;
  content: "";
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  border-radius: 50%;
  background: #ffffff;
}
.form-field__radios .wpcf7-list-item-label::before {
  width: 24px;
  height: 24px;
  border: 1px solid #382620;
  left: 0;
}
.form-field__radios .wpcf7-list-item-label::after {
  background: #F5810E;
  width: 12px;
  height: 12px;
  left: 6px;
  opacity: 0;
}

.form-textarea {
  border: 1px solid #382620;
  border-radius: 6px;
  width: 100%;
  height: 200px;
  padding-block: 11px;
  padding-inline: 15px;
  line-height: 1.1875;
  -webkit-transition: border-color 0.3s;
  transition: border-color 0.3s;
  resize: none;
}
@media (min-width: 768px) {
  .form-textarea {
    height: 240px;
    font-size: 16px;
  }
}
.form-textarea:hover, .form-textarea:focus {
  border-width: 2px;
  padding-block: 9px;
  padding-inline: 13px;
  outline: none;
}

.contact__attention {
  margin-top: 17px;
}
@media (min-width: 768px) {
  .contact__attention {
    margin-top: 39px;
  }
}

.contact__attention-text {
  font-weight: 500;
  line-height: 1.7142857143;
}
@media (min-width: 768px) {
  .contact__attention-text {
    line-height: 1.5;
  }
}

.contact__button {
  margin-top: 37px;
  text-align: center;
}
@media (min-width: 768px) {
  .contact__button {
    margin-top: 38px;
  }
}
.contact__button .button {
  padding-block: 0;
  padding-inline: 0;
  border: none;
  letter-spacing: 1em;
  text-indent: 16px;
}
.contact__button .button::after {
  display: none;
}

.contact-success__wrapper {
  padding-top: 54px;
  font-family: "Noto Serif JP";
}
@media (min-width: 768px) {
  .contact-success__wrapper {
    padding-top: 75px;
    padding-bottom: 2px;
  }
}

@media (min-width: 768px) {
  .contact-success__inner {
    max-width: 748px;
    padding-inline: 30px;
    margin-inline: auto;
  }
}

.contact-success__lead {
  text-align: center;
  font-size: 20px;
  font-weight: 700;
  line-height: 1.2;
}
@media (min-width: 768px) {
  .contact-success__lead {
    font-size: 28px;
    line-height: 1.4285714286;
  }
}

.contact-success__text {
  margin-top: 27px;
  line-height: 1.7142857143;
  font-weight: 500;
}
@media (min-width: 768px) {
  .contact-success__text {
    margin-top: 29px;
    font-size: 16px;
    line-height: 1.4;
  }
}

.wpcf7 form.sent .wpcf7-response-output {
  border-color: #F07317;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin-inline: auto;
  padding-inline: 5px;
  font-size: 12px;
}
@media (min-width: 768px) {
  .wpcf7 form.sent .wpcf7-response-output {
    font-size: 14px;
  }
}

.wpcf7 form .wpcf7-response-output {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin-inline: auto;
}

.errorMessage {
  display: block;
  color: #F07317;
  font-size: 12px;
  text-align: center;
}

.form-field.is-error .form-input {
  border-color: #F07317;
  border-width: 2px;
  outline: none;
}/*# sourceMappingURL=style.css.map */