@charset "UTF-8";
.drawer-bg {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  pointer-events: none;
  background: rgba(0, 0, 0, 0.3);
  opacity: 0;
  -webkit-transition: opacity 0.3s;
  transition: opacity 0.3s;
  z-index: 30;
}
.drawer-bg.is-open {
  opacity: 1;
}

.fv {
  position: relative;
}
@media screen and (min-width: 992px) {
  .fv {
    padding-bottom: 60px;
  }
}

.fv__bg__deco {
  display: none;
}
@media screen and (min-width: 992px) {
  .fv__bg__deco {
    display: block;
    position: absolute;
    top: 0;
    right: 0;
    width: 76.875%;
    height: 100%;
    background: #EAE0D5;
  }
}

.fv__inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.main-menu {
  -ms-flex-negative: 0;
      flex-shrink: 0;
  width: 15.625%;
  display: none;
}
@media screen and (min-width: 1100px) {
  .main-menu {
    display: block;
  }
}

.main-menu__inner {
  padding: 18px 17px;
}

.main-menu__list {
  margin-top: 6rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 32px;
}
.main-menu__list a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  color: #382620;
  -webkit-transition: opacity 0.3s;
  transition: opacity 0.3s;
}
.main-menu__list a:hover {
  opacity: 0.7;
}

.main-menu__en {
  font-family: "Patua One", serif;
  font-weight: 400;
  font-size: 1.6rem;
  line-height: 1.5;
  letter-spacing: 0.12em;
}

.main-menu__ja {
  font-size: 1rem;
  line-height: 1.5;
}

.main-menu-sns__list {
  margin-top: 6rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 2.4rem;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.fv__slider {
  position: relative;
  width: 100%;
}
@media screen and (min-width: 1100px) {
  .fv__slider {
    width: 84.375%;
  }
}
.fv__slider .swiper-fade .swiper-slide {
  -webkit-transition-property: opacity, -webkit-transform !important;
  transition-property: opacity, -webkit-transform !important;
  transition-property: opacity, transform !important;
  transition-property: opacity, transform, -webkit-transform !important;
}
.fv__slider .swiper-fade .swiper-slide-active {
  pointer-events: auto;
}
.fv__slider .swiper-slide[class*=-active] .fv-slider__image img {
  -webkit-transform: scale(1.1);
          transform: scale(1.1);
}
.fv__slider .swiper-pagination {
  left: 20px;
  text-align: left;
}
.fv__slider .swiper-pagination-bullet {
  margin: 0 16px 0 0 !important;
  background-color: #fff;
  opacity: 1;
}
.fv__slider .swiper-pagination-bullet-active {
  background-color: #D59B71;
}

.fv-slider__image {
  overflow: hidden;
}
.fv-slider__image img {
  height: 667px;
  -webkit-transition: 7s 1s ease-out;
  transition: 7s 1s ease-out;
}
@media screen and (min-width: 992px) {
  .fv-slider__image img {
    height: 735px;
    max-height: 735px;
  }
}

.fv__slider__text {
  position: absolute;
  top: 124px;
  left: 20px;
  z-index: 10;
}
@media screen and (min-width: 992px) {
  .fv__slider__text {
    top: 603px;
    left: 50px;
  }
}
.fv__slider__text p {
  font-weight: 700;
  font-size: 1.6rem;
  line-height: 2;
  letter-spacing: 0.14em;
  color: #FFFFFF;
}
@media screen and (min-width: 992px) {
  .fv__slider__text p {
    font-size: 2rem;
  }
}

.fv__slider__news {
  position: absolute;
  bottom: 32px;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  z-index: 10;
  width: 335px;
  height: 124px;
  background-color: rgba(255, 255, 255, 0.85);
}
.fv__slider__news:hover .fv-slider-news__image img {
  -webkit-transform: scale(1.1);
          transform: scale(1.1);
}
@media screen and (min-width: 992px) {
  .fv__slider__news {
    bottom: 20px;
    left: initial;
    right: 20px;
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
}

.fv-slider-news__deco {
  position: absolute;
  top: -43px;
  right: 0;
  width: 126px;
  height: 82px;
  background: url(../img/top/news-top-sp__deco.png) no-repeat center center/contain;
}

.fv-slider-news__badge {
  z-index: 1;
}

.fv-slider-news__inner {
  padding: 12px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 16px;
}

.fv-slider-news__image {
  -ms-flex-negative: 0;
      flex-shrink: 0;
  width: 100px;
  height: 100px;
  overflow: hidden;
}
.fv-slider-news__image img {
  width: 100%;
  height: 100%;
  -webkit-transition: -webkit-transform 0.3s;
  transition: -webkit-transform 0.3s;
  transition: transform 0.3s;
  transition: transform 0.3s, -webkit-transform 0.3s;
}

.fv-slider-news__contents {
  color: #382620;
}

.fv-slider-news__date {
  font-size: 1.2rem;
  line-height: 1.5;
}

.fv-slider-news__title {
  margin-top: 10px;
  font-weight: 700;
  font-size: 1.2rem;
  line-height: 1.5;
}

.concept {
  position: relative;
  padding-block: 6rem;
  z-index: 1;
}
@media screen and (min-width: 992px) {
  .concept {
    padding-block: 8rem;
  }
}

.concept__bg-deco {
  position: absolute;
}
.concept__bg-deco--coffee {
  right: -17px;
  top: -20px;
  width: 145px;
  height: 130px;
  background: url(../img/concept/bg-coffee.png) no-repeat top left/contain;
  z-index: 10;
}
.concept__bg-deco--color {
  bottom: 0;
  left: 0;
  width: 94.6666666667%;
  height: 100px;
  background-color: #EAE0D5;
  z-index: -1;
}
@media screen and (min-width: 992px) {
  .concept__bg-deco--coffee {
    right: -40px;
    top: -40px;
    width: 296px;
    height: 265px;
  }
  .concept__bg-deco--color {
    bottom: 0;
    left: 0;
    width: 92.96875%;
    height: 300px;
  }
}

.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: 6rem;
}
@media screen and (min-width: 992px) {
  .concept__wrapper {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
        -ms-flex-direction: row-reverse;
            flex-direction: row-reverse;
    gap: 8rem;
    max-width: 1280px;
    margin: 0 auto;
  }
}

.concept__inner {
  padding-inline: 2rem;
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 4rem;
}
@media screen and (min-width: 992px) {
  .concept__inner {
    padding-left: 0;
    padding-right: 9rem;
    gap: 4.8rem;
  }
}
.concept__inner .heading .heading__title,
.concept__inner .heading .heading__sub {
  text-align: left;
}

.concept__title {
  font-weight: 700;
  font-size: 2rem;
  line-height: 2;
}
@media screen and (min-width: 992px) {
  .concept__title {
    font-size: 2.8rem;
  }
}

.concept__texts p:not(:first-of-type) {
  margin-top: 1.4rem;
}

.concept__link {
  position: relative;
  width: 290px;
  margin: 0 auto;
  text-align: center;
}
@media screen and (min-width: 992px) {
  .concept__link {
    margin: 0 auto 0 0;
  }
}

.concept__image {
  width: 84%;
}
.concept__image img {
  width: 100%;
  height: 100%;
}
@media screen and (min-width: 768px) {
  .concept__image {
    -ms-flex-negative: 0;
        flex-shrink: 0;
    width: 54.0540540541%;
    height: 764px;
  }
}

.lunch {
  margin-top: 12rem;
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #EAE0D5;
}
@media screen and (min-width: 992px) {
  .lunch {
    margin-top: 16rem;
    padding-top: 8rem;
    padding-bottom: 8rem;
  }
}

.lunch__header {
  position: relative;
  text-align: center;
  z-index: 1;
}

.lunch__header-deco {
  position: absolute;
  background-repeat: no-repeat;
  background-position: top left;
  background-size: contain;
}
.lunch__header-deco--leaves {
  top: -230px;
  right: -33px;
  width: 119px;
  height: 135px;
  background-image: url(../img/common/bg_coffee-leaves.png);
}
.lunch__header-deco--comment {
  top: -106px;
  right: -20px;
  width: 206px;
  height: 107px;
  background-image: url(../img/lunch/lunch-deco.png);
}
@media screen and (min-width: 992px) {
  .lunch__header-deco--leaves {
    top: -210px;
    right: -34px;
    width: 201px;
    height: 228px;
  }
  .lunch__header-deco--comment {
    top: 99px;
    right: 15.5px;
    width: 308px;
    height: 160px;
  }
}

.lunch__inner {
  margin-top: 6rem;
  position: relative;
  background-color: #FFFFFF;
  padding: 40px 20px 20px;
  margin: 6rem auto 0;
}
@media screen and (min-width: 768px) {
  .lunch__inner {
    padding: 60px 40px 40px;
  }
}
@media screen and (min-width: 992px) {
  .lunch__inner {
    max-width: 1200px;
  }
}

.lunch__comment {
  position: absolute;
  top: -25px;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  width: 230px;
  padding: 4px 10px 5px;
  background-color: #222222;
}
.lunch__comment span {
  text-align: center;
  color: #FFFFFF;
  font-weight: 700;
  font-size: 1.4rem;
  line-height: 1;
}
.lunch__comment::before, .lunch__comment::after {
  content: "";
  position: absolute;
  top: 7px;
  width: 31px;
  height: 37px;
}
.lunch__comment::before {
  left: -19px;
  background: url(../img/lunch/img_ribbon-text__deco-left.svg) no-repeat center center/cover;
}
.lunch__comment::after {
  right: -19px;
  background: url(../img/lunch/img_ribbon-text__deco-right.svg) no-repeat center center/cover;
}
@media screen and (min-width: 992px) {
  .lunch__comment {
    top: -20px;
    width: 290px;
  }
  .lunch__comment span {
    font-size: 1.8rem;
  }
}

.lunch__list {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  grid-column-gap: 20px;
  grid-row-gap: 19px;
}
@media screen and (min-width: 768px) {
  .lunch__list {
    grid-column-gap: 40px;
    grid-row-gap: 60px;
  }
}
@media screen and (min-width: 992px) {
  .lunch__list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
}

@media screen and (min-width: 992px) {
  .lunch-list__item {
    width: 25%;
    max-width: 260px;
  }
  .lunch-list__item:nth-of-type(2n) {
    margin-top: 40px;
  }
}

.lunch-list__image {
  width: 100%;
  height: auto;
}
@media screen and (min-width: 992px) {
  .lunch-list__image {
    max-width: 260px;
  }
}

.lunch-list__title {
  margin-top: 16px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 6px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
@media screen and (min-width: 992px) {
  .lunch-list__title {
    gap: 12px;
  }
}

.lunch-list__alphabet {
  -ms-flex-negative: 0;
      flex-shrink: 0;
  width: 24px;
  height: 24px;
  background-color: #222222;
  color: #FFFFFF;
  font-family: "Patua One", serif;
  font-weight: 400;
  font-size: 1.9rem;
  line-height: 24px;
  text-align: center;
}
@media screen and (min-width: 992px) {
  .lunch-list__alphabet {
    width: 49px;
    height: 49px;
    font-size: 3.2rem;
    line-height: 49px;
  }
}

.lunch-list__text {
  font-weight: 700;
  font-size: 14px;
  line-height: 1.5;
}
@media screen and (min-width: 992px) {
  .lunch-list__text {
    font-size: 1.8rem;
  }
}

.lunch-set__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: 20px;
  margin-top: 20px;
  padding-block: 20px;
  background-color: #F7F6F4;
}
@media screen and (min-width: 992px) {
  .lunch-set__wrapper {
    margin-top: 60px;
    padding-inline: 7rem;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    gap: 6rem;
  }
}

.lunch-set__images {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media screen and (min-width: 992px) {
  .lunch-set__images {
    width: 71.4285714286%;
  }
}

.lunch-set__image {
  width: calc((100% - 26px) / 3);
  height: auto;
}
@media screen and (min-width: 992px) {
  .lunch-set__image {
    width: calc((100% - 52px) / 3);
  }
}
.lunch-set__image img {
  width: 100%;
  height: 100%;
}

.lunch-set__plus {
  width: 13px;
  height: 13px;
  background: url(../img/common/icons/icon-plus.svg) no-repeat center center/cover;
}
@media screen and (min-width: 992px) {
  .lunch-set__plus {
    width: 26px;
    height: 26px;
  }
}

.lunch-set__body {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  text-align: center;
}
@media screen and (min-width: 992px) {
  .lunch-set__body {
    width: 22.4489795918%;
    min-width: 220px;
  }
}

.lunch-set__text {
  font-weight: 700;
  font-size: 1.6rem;
  line-height: 1.5;
}
@media screen and (min-width: 992px) {
  .lunch-set__text {
    font-size: 2rem;
  }
}

.lunch-set__price {
  position: relative;
  padding-bottom: 14px;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  font-family: "Damion", cursive;
  font-weight: 400;
  font-size: 4rem;
  line-height: 1;
}
.lunch-set__price::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 4px;
  background: url(../img/lunch/border-dot.svg) repeat-x left bottom/100% auto;
}
@media screen and (min-width: 992px) {
  .lunch-set__price {
    font-size: 6rem;
  }
}

.lunch-set__time {
  margin-top: 1.2rem;
  font-weight: 700;
  font-size: 1.2rem;
  line-height: 1.5;
}

.grand-menu {
  padding-top: 6rem;
  padding-bottom: 6rem;
  position: relative;
  z-index: 1;
}
@media screen and (min-width: 992px) {
  .grand-menu {
    padding-top: 8rem;
    padding-bottom: 8rem;
  }
}

.grand-menu-deco {
  position: absolute;
}
.grand-menu-deco--color {
  bottom: 0;
  right: 0;
  width: 73.0666666667%;
  height: 417.3333333333vw;
  background-color: #EAE0D5;
  z-index: -1;
}
@media screen and (min-width: 992px) {
  .grand-menu-deco--color {
    width: 80%;
    height: 81.3936249073%;
  }
}
.grand-menu-deco--coffee02 {
  bottom: -100px;
  right: -30px;
  width: 168px;
  height: 143px;
  background: url(../img/common/bg_coffee-beans02.png) no-repeat top right/contain;
}
@media screen and (min-width: 992px) {
  .grand-menu-deco--coffee02 {
    bottom: -121px;
    right: -39px;
    width: 390px;
    height: 330px;
  }
}

.grand-menu__header {
  position: relative;
}

.grand-menu__header-deco--leaves {
  position: absolute;
  top: -150px;
  left: -42px;
  width: 190px;
  height: 190px;
  background: url(../img/common/bg_coffee-leaves-small.png) no-repeat right center/contain;
}
@media screen and (min-width: 992px) {
  .grand-menu__header-deco--leaves {
    top: -226px;
    left: -118px;
    width: 415px;
    height: 415px;
  }
}

.grand-menu__body {
  margin-top: 4rem;
  padding-inline: 2rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 4rem;
}
@media screen and (min-width: 768px) {
  .grand-menu__body {
    padding-inline: 6rem;
  }
}
@media screen and (min-width: 992px) {
  .grand-menu__body {
    margin: 6rem auto 0;
    gap: 10rem;
    padding-inline: 9rem;
    max-width: 1460px;
  }
}

.grand-menu-section__heading {
  padding-block: 4px;
  border-top: 2px solid #222222;
  border-bottom: 2px solid #222222;
}

.grand-menu__title {
  padding: 2px 10px;
  font-weight: 700;
  font-size: 2rem;
  line-height: 1.5;
  border-top: 1px solid #222222;
  border-bottom: 1px solid #222222;
}
@media screen and (min-width: 992px) {
  .grand-menu__title {
    padding: 4px 20px;
    font-size: 2.4rem;
  }
}

.grand-menu__list {
  margin-top: 2rem;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  grid-column-gap: 20px;
  grid-row-gap: 20px;
}
@media screen and (min-width: 992px) {
  .grand-menu__list {
    margin-top: 2.4rem;
    grid-template-columns: repeat(3, 1fr);
    grid-column-gap: 34px;
  }
}

.grand-menu__item {
  width: 100%;
}

.grand-menu-item__image {
  aspect-ratio: 1/1;
  border: 5px solid #FFFFFF;
  overflow: hidden;
}
.grand-menu-item__image img {
  width: 100%;
  height: 100%;
}
@media screen and (min-width: 992px) {
  .grand-menu-item__image {
    border: 8px solid #FFFFFF;
  }
}

.grand-menu-item__title {
  font-weight: 700;
  font-size: 1.4rem;
  line-height: 1.5;
}
@media screen and (min-width: 992px) {
  .grand-menu-item__title {
    font-size: 2rem;
  }
}

.grand-menu-item__price {
  font-family: "Damion", cursive;
  font-weight: 400;
  font-size: 2.4rem;
  line-height: 1.5;
}
.grand-menu-item__price span {
  margin-left: 7px;
}
@media screen and (min-width: 992px) {
  .grand-menu-item__price {
    font-size: 3.2rem;
  }
}

.grand-menu-drink__wrapper {
  margin-top: 2rem;
}
@media screen and (min-width: 992px) {
  .grand-menu-drink__wrapper {
    margin-top: 3.2rem;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 4rem;
  }
}
@media screen and (min-width: 1100px) {
  .grand-menu-drink__wrapper {
    gap: 86px;
  }
}

.grand-menu-drink__image {
  display: none;
}
@media screen and (min-width: 992px) {
  .grand-menu-drink__image {
    display: block;
    aspect-ratio: 1/1;
    width: 29.7272727273%;
    border: 8px solid #FFFFFF;
  }
  .grand-menu-drink__image img {
    width: 100%;
    height: 100%;
  }
}

.grand-menu-drink__list {
  padding-inline: 2rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 4rem;
}
@media screen and (min-width: 992px) {
  .grand-menu-drink__list {
    padding-inline: 0;
    width: 62.4545454545%;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    gap: 3rem;
  }
}
@media screen and (min-width: 1100px) {
  .grand-menu-drink__list {
    gap: 4.8rem;
  }
}

.grand-menu-drink__item {
  width: 100%;
}

.grand-menu-drink-item__title {
  padding-bottom: 6px;
  font-weight: 700;
  font-size: 1.6rem;
  line-height: 1.5;
  border-bottom: 1px solid #222222;
}

.grand-menu-drink-item__sub-list {
  margin-top: 19px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 12.5px;
}

.grand-menu-drink-item__sub-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.grand-menu-drink-item__sub-item__name {
  font-weight: 700;
  font-size: 1.4rem;
  line-height: 1.5;
}

.grand-menu-drink-item__sub-item__price {
  font-family: "Damion", cursive;
  font-weight: 400;
  font-size: 2rem;
  line-height: 1.5;
  text-align: right;
}

.grand-menu__link {
  width: 290px;
  margin: 0 auto;
  text-align: center;
}

.gallery {
  position: relative;
  margin-top: 12rem;
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #EAE0D5;
  z-index: 1;
}
@media screen and (min-width: 992px) {
  .gallery {
    margin-top: 16rem;
    padding-block: 8rem;
  }
}

.gallery-bg-deco {
  position: absolute;
  top: -60px;
  left: -20px;
  width: 200px;
  height: 104px;
  background: url(../img/gallery/bg-deco-comment.png) no-repeat top right/contain;
}
@media screen and (min-width: 992px) {
  .gallery-bg-deco {
    top: -60px;
    left: 23.203125vw;
    width: 266px;
    height: 138px;
  }
}

.gallery__inner {
  padding-inline: 2rem;
  margin: 0 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: 4rem;
}
@media screen and (min-width: 768px) {
  .gallery__inner {
    padding-inline: 6rem;
    gap: 6rem;
  }
}
@media screen and (min-width: 992px) {
  .gallery__inner {
    padding-inline: 9rem;
    max-width: 1460px;
    gap: 6rem;
  }
}

.gallery__list {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  grid-column-gap: 19px;
  grid-row-gap: 19px;
}
@media screen and (min-width: 992px) {
  .gallery__list {
    grid-template-columns: repeat(4, 1fr);
    grid-column-gap: 24px;
  }
}

.gallery__image {
  aspect-ratio: 1/1;
}
.gallery__image img {
  height: 100%;
  width: 100%;
}

.gallery__link {
  margin: 0 auto;
  width: 290px;
  text-align: center;
}

.news {
  padding-top: 6rem;
  padding-bottom: 6rem;
  position: relative;
  z-index: 1;
}
@media screen and (min-width: 992px) {
  .news {
    padding-top: 8rem;
    padding-bottom: 8rem;
  }
}

.news-deco--salad {
  position: absolute;
  top: -40px;
  left: -70px;
  width: 204px;
  height: 185px;
  background: url(../img/news/news-deco-salad.png) no-repeat top right/contain;
}
@media screen and (min-width: 992px) {
  .news-deco--salad {
    top: -140px;
    left: -87px;
    width: 354px;
    height: 320px;
  }
}

.news__inner {
  margin: 0 auto;
  padding-inline: 2rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 4rem;
}
@media screen and (min-width: 768px) {
  .news__inner {
    padding-inline: 6rem;
  }
}
@media screen and (min-width: 992px) {
  .news__inner {
    padding-inline: 9rem;
    max-width: 1460px;
    gap: 6rem;
  }
}

.news__list {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  grid-template-rows: auto;
  grid-column-gap: 19px;
  grid-row-gap: 20px;
}
@media screen and (min-width: 992px) {
  .news__list {
    display: grid;
    grid-template-columns: 46.3636363636% repeat(2, 24.0909090909%);
    grid-template-rows: auto;
    grid-column-gap: 30px;
    grid-row-gap: 30px;
  }
}

.news__link {
  width: 290px;
  margin: 0 auto;
  text-align: center;
}

.page-concept__inner {
  padding-top: 6rem;
  padding-bottom: 4rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 10rem;
}
@media screen and (min-width: 992px) {
  .page-concept__inner {
    padding-top: 8rem;
    padding-bottom: 8rem;
  }
}

.page-concept__section {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 3.2rem;
  z-index: 1;
}
@media screen and (min-width: 992px) {
  .page-concept__section {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    gap: 6.3636363636%;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
}
.page-concept__section:nth-of-type(2) {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
}

.page-concept-section_bg {
  position: absolute;
  background-color: #EAE0D5;
  z-index: -1;
}
.page-concept-section_bg--1 {
  right: -20px;
  bottom: -50px;
  width: 89.3333333333%;
  height: 100px;
}
.page-concept-section_bg--2 {
  left: -20px;
  bottom: -50px;
  width: 75.7333333333%;
  height: 227px;
}
.page-concept-section_bg--3 {
  right: -20px;
  bottom: -20px;
  width: 49.0666666667%;
  height: 195px;
}
@media screen and (min-width: 992px) {
  .page-concept-section_bg--1 {
    right: -90px;
    width: 89.4545454545%;
    height: 200px;
  }
  .page-concept-section_bg--2 {
    left: -90px;
    bottom: -50px;
    width: 52.7272727273%;
    height: 437px;
  }
  .page-concept-section_bg--3 {
    right: -90px;
    bottom: -80px;
    width: 36.3636363636%;
    height: 520px;
  }
}

.page-concept__body {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 3.2rem;
}
@media screen and (min-width: 992px) {
  .page-concept__body {
    width: 35.3636363636%;
    gap: 3.4rem;
  }
}

.page-concept__title {
  font-weight: 700;
  font-size: 2rem;
  line-height: 2;
}
@media screen and (min-width: 992px) {
  .page-concept__title {
    font-size: 2.8rem;
  }
}

.page-concept__image {
  width: 100%;
  height: auto;
}
@media screen and (min-width: 992px) {
  .page-concept__image {
    width: 58.1818181818%;
  }
}

.page-menu {
  padding-top: 6rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 6rem;
  padding-top: 8rem;
  padding-bottom: 8rem;
  gap: 8rem;
}

.page-menu__btn-list {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  grid-template-rows: auto;
  grid-column-gap: 15px;
  grid-row-gap: 14px;
  max-width: 842px;
  margin: 0 auto;
}
@media screen and (min-width: 992px) {
  .page-menu__btn-list {
    grid-template-columns: repeat(4, 1fr);
    grid-column-gap: 14px;
  }
}

.page-menu__btn-item {
  width: 160px;
  height: 64px;
}
@media screen and (min-width: 992px) {
  .page-menu__btn-item {
    width: 200px;
    height: 69px;
  }
}

.page-menu__list {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  grid-template-rows: auto;
  grid-column-gap: 20px;
  grid-row-gap: 20px;
}
@media screen and (min-width: 992px) {
  .page-menu__list {
    margin-top: 2.4rem;
    grid-template-columns: repeat(4, 1fr);
    grid-column-gap: 40px;
    grid-row-gap: 40px;
  }
}
.page-menu__list .grand-menu-item__price {
  text-align: center;
}

@media screen and (min-width: 992px) {
  .page-menu-drink__wrapper {
    margin-top: 3.2rem;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 4rem;
  }
}
@media screen and (min-width: 1100px) {
  .page-menu-drink__wrapper {
    gap: 86px;
  }
}

.contents__wrapper {
  padding-top: 6rem;
  padding-bottom: 4rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 6rem;
}
@media screen and (min-width: 992px) {
  .contents__wrapper {
    padding-top: 8rem;
    padding-bottom: 8rem;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
  }
}

@media screen and (min-width: 992px) {
  .page-main {
    width: 65.4545454545%;
  }
}

.page-menu__title {
  font-weight: 700;
  font-size: 2em;
  line-height: 1.5;
  margin-bottom: 2.4rem;
}
@media screen and (min-width: 992px) {
  .page-menu__title {
    font-size: 2.4rem;
    margin-bottom: 4rem;
  }
}

.page-news__list {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  grid-template-rows: auto;
  grid-column-gap: 19px;
  grid-row-gap: 24px;
}
@media screen and (min-width: 992px) {
  .page-news__list {
    grid-column-gap: 40px;
    grid-row-gap: 40px;
  }
}

.post__wrapper {
  padding-top: 6rem;
  padding-bottom: 4rem;
  max-width: 688px;
  margin: 0 auto;
}
@media screen and (min-width: 992px) {
  .post__wrapper {
    padding-top: 8rem;
  }
}

.post-title__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: 2rem;
}

.post__thumbnail {
  width: 100%;
  aspect-ratio: 335/176;
}
.post__thumbnail img {
  width: 100%;
  height: 100%;
}
@media screen and (min-width: 992px) {
  .post__thumbnail {
    aspect-ratio: 688/361;
  }
}

.post__contents .wp-block-heading {
  font-weight: 700;
  line-height: 1.5;
}
.post__contents h2 {
  font-size: 1.8rem;
  padding-left: 16px;
  border-left: 6px solid #222222;
}
.post__contents h3 {
  font-size: 1.6rem;
  padding-bottom: 12px;
  border-bottom: 1px solid #222222;
}
.post__contents h4 {
  font-size: 1.4rem;
}
@media screen and (min-width: 992px) {
  .post__contents h2 {
    font-size: 2.4rem;
  }
  .post__contents h3 {
    font-size: 2rem;
  }
  .post__contents h4 {
    font-size: 1.6rem;
  }
}

.post-title__bottom {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 2rem;
  font-weight: 700;
  font-size: 1.4rem;
  line-height: 1.5;
}

.post__date {
  position: relative;
  padding-right: 20px;
}
.post__date::after {
  content: "";
  position: absolute;
  top: 50%;
  right: 0;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  width: 1px;
  height: 18px;
  background-color: #222222;
}

.post__contents {
  margin-top: 4rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 4rem;
}

.post__section {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 1.4rem;
}
@media screen and (min-width: 992px) {
  .post__section {
    gap: 1.6rem;
  }
}

.post__text--right {
  margin-top: 1.4rem;
  text-align: right;
}
.post__text--right a {
  text-decoration: underline;
  color: #222222;
  -webkit-transition: opacity 0.3s;
  transition: opacity 0.3s;
}
.post__text--right a:hover {
  opacity: 0.7;
}
.post__text span {
  font-weight: 700;
}
@media screen and (min-width: 992px) {
  .post__text {
    font-size: 1.6rem;
  }
  .post__text--right {
    margin-top: 1.6rem;
  }
}

.wp-block-quote {
  padding: 2rem;
  background-color: #F8F8F8;
}
.wp-block-quote a {
  color: #222222;
  text-decoration: underline;
  -webkit-transition: opacity 0.3s;
  transition: opacity 0.3s;
}
.wp-block-quote a:hover {
  opacity: 0.7;
}
@media screen and (min-width: 992px) {
  .wp-block-quote {
    padding: 4rem;
  }
}

.wp-block-image {
  width: 100%;
  aspect-ratio: 335/122;
  overflow: hidden;
}
.wp-block-image img {
  width: 100%;
  height: 100%;
}
@media screen and (min-width: 992px) {
  .wp-block-image {
    aspect-ratio: 688/250;
  }
}

ul.wp-block-list {
  list-style: disc inside;
}

ol.wp-block-list {
  list-style: decimal inside;
}

@media screen and (min-width: 992px) {
  .post__item {
    font-size: 1.6rem;
  }
}

.post__pagination {
  margin-top: 4rem;
  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;
}

.post__pagination__item {
  position: relative;
  display: inline-block;
  font-weight: 700;
  font-size: 1.4rem;
  line-height: 1.5;
  text-align: center;
  color: #382620;
  -webkit-transition: opacity 0.3s;
  transition: opacity 0.3s;
}
.post__pagination__item:hover {
  opacity: 0.7;
}
.post__pagination__item--posts {
  padding-top: 12px;
  padding-bottom: 12px;
  border: 1px solid #382620;
  width: 128px;
}
.post__pagination__item--prev {
  padding-left: 16px;
}
.post__pagination__item--next {
  padding-right: 16px;
}
.post__pagination__item--prev::before, .post__pagination__item--next::after {
  position: absolute;
  content: "";
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  width: 6px;
  height: 12px;
  -webkit-mask-repeat: no-repeat;
          mask-repeat: no-repeat;
  -webkit-mask-position: center center;
          mask-position: center center;
  -webkit-mask-size: cover;
          mask-size: cover;
  background-color: #382620;
}
.post__pagination__item--prev::before {
  left: 0;
  -webkit-mask-image: url(../img/common/icons/arrow-prev.svg);
          mask-image: url(../img/common/icons/arrow-prev.svg);
}
.post__pagination__item--next::after {
  right: 0;
  -webkit-mask-image: url(../img/common/icons/arrow-next.svg);
          mask-image: url(../img/common/icons/arrow-next.svg);
}
@media screen and (min-width: 992px) {
  .post__pagination__item {
    font-size: 1.6rem;
  }
}

.related {
  margin-top: 10rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 4rem;
}
@media screen and (min-width: 992px) {
  .related {
    margin-top: 12rem;
    gap: 6rem;
  }
}

.related__title {
  font-weight: 700;
  font-size: 2rem;
  line-height: 1.5;
  text-align: center;
}
@media screen and (min-width: 992px) {
  .related__title {
    font-size: 2.8rem;
  }
}

.page-shop__wrapper {
  max-width: calc(688px + 4rem);
  margin: 0 auto;
  padding: 6rem 2rem 4rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 6rem;
}
@media screen and (min-width: 992px) {
  .page-shop__wrapper {
    padding-top: 8rem;
    gap: 12rem;
  }
}

.page-shop__title {
  padding-left: 16px;
  font-weight: 700;
  font-size: 1.8rem;
  line-height: 1.5;
  color: #382620;
  border-left: 6px solid #382620;
}
@media screen and (min-width: 992px) {
  .page-shop__title {
    font-size: 2.4rem;
  }
}

.page-shop__image {
  margin-top: 2rem;
  aspect-ratio: 335/184;
  overflow: hidden;
}
.page-shop__image img {
  width: 100%;
  height: 100%;
}
@media screen and (min-width: 992px) {
  .page-shop__image {
    margin-top: 2.4rem;
    aspect-ratio: 688/377;
  }
}

.page-shop__list {
  margin-top: 4rem;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: auto;
  grid-row-gap: 18;
}
@media screen and (min-width: 992px) {
  .page-shop__list {
    grid-template-columns: repeat(2, 1fr);
    grid-template-rows: auto;
    grid-column-gap: 40px;
    grid-row-gap: 18px;
  }
}

.page-shop-list__row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 2.4rem;
  padding-bottom: 6px;
  border-bottom: 1px solid #222222;
}
.page-shop-list__row dt,
.page-shop-list__row dd {
  font-weight: 700;
  font-size: 1.4rem;
  line-height: 1.5;
}
.page-shop-list__row dt {
  width: 56px;
}
.page-shop-list__row dd.wrap {
  white-space: pre-wrap;
}

.page-gift__wrapper {
  padding-top: 6rem;
  padding-bottom: 4rem;
}
@media screen and (min-width: 992px) {
  .page-gift__wrapper {
    padding-top: 8rem;
  }
}

.page-gift__list {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  grid-template-rows: auto;
  grid-column-gap: 19px;
  grid-row-gap: 20px;
}
@media screen and (min-width: 992px) {
  .page-gift__list {
    grid-template-columns: repeat(4, 1fr);
    grid-column-gap: 40px;
    grid-row-gap: 40px;
  }
}

.page-gift__item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 0.8rem;
}
.page-gift__item:first-of-type {
  grid-area: 1/1/2/3;
}
.page-gift__item:first-of-type .page-gift-item__title {
  font-weight: 700;
  font-size: 2rem;
  line-height: 1.5;
}
@media screen and (min-width: 992px) {
  .page-gift__item:first-of-type {
    grid-area: 1/1/3/3;
  }
  .page-gift__item:first-of-type .page-gift-item__title {
    font-size: 2.4rem;
  }
  .page-gift__item:first-of-type .page-gift-item__price {
    font-size: 3.2rem;
  }
}

.page-gift-item__image {
  width: 100%;
  aspect-ratio: 1/1;
  overflow: hidden;
}
.page-gift-item__image img {
  width: 100%;
  height: 100%;
}

.page-gift-item__title {
  font-weight: 700;
  line-height: 1.5;
  font-size: 1.4rem;
}

.page-gift-item__price {
  font-family: "Damion", cursive;
  font-weight: 400;
  font-size: 2.8rem;
  line-height: 1.5;
  text-align: center;
}
.page-gift-item__price span {
  margin-left: 8px;
}

.page-gift-item__link {
  margin: 0 auto;
  text-align: center;
  width: 132px;
}
@media screen and (min-width: 992px) {
  .page-gift-item__link {
    width: 174px;
  }
}

.page-gift-item__btn {
  display: inline-block;
  padding: 4px 10px;
  width: 100%;
  height: 100%;
  background-color: #382620;
  border: 1px solid #382620;
  font-weight: 700;
  font-size: 1.2rem;
  line-height: 1.5;
  color: #FFFFFF;
  -webkit-transition: background-color 0.3s;
  transition: background-color 0.3s;
}
.page-gift-item__btn:hover {
  background-color: #FFFFFF;
  color: #382620;
}
@media screen and (min-width: 992px) {
  .page-gift-item__btn {
    padding: 6px 22px;
    font-size: 1.4rem;
  }
}

.page-gift__card {
  margin-top: 6rem;
  position: relative;
  width: 100%;
  padding: 40px;
  background-color: #FFFFFF;
}
.page-gift__card::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: 4px solid #382620;
}
.page-gift__card::after {
  content: "";
  position: absolute;
  top: 10px;
  left: 10px;
  width: calc(100% - 20px);
  height: calc(100% - 20px);
  border: 1px solid #382620;
}
@media screen and (min-width: 992px) {
  .page-gift__card {
    padding: 79px 60px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 6rem;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
}

.page-gift-card__texts {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}

.page-gift-card__title {
  position: relative;
  font-weight: 700;
  font-size: 1.6rem;
  line-height: 1.5;
  color: #382620;
  padding-bottom: 23px;
}
.page-gift-card__title::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 3px;
  background: url(../img/gift/gift-dot.svg) no-repeat center center/cover;
}

.page-gift-card__text {
  margin-top: 2rem;
}

.page-gift-card__image {
  margin-top: 3.4rem;
  width: 100%;
  aspect-ratio: 255/166;
  overflow-block: hidden;
}
.page-gift-card__image img {
  width: 100%;
  height: 100%;
}
@media screen and (min-width: 992px) {
  .page-gift-card__image {
    margin-top: 0;
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
  }
}

.page-contact__wrapper {
  padding: 6rem 2rem 4rem;
  max-width: 688px;
  margin: 0 auto;
}
@media screen and (min-width: 992px) {
  .page-contact__wrapper {
    padding-top: 8rem;
  }
}

.page-contact__title {
  font-weight: 700;
  font-size: 2rem;
  line-height: 1.5;
  text-align: center;
  color: #382620;
}
@media screen and (min-width: 992px) {
  .page-contact__title {
    font-size: 2.8rem;
  }
}

.page-contact__text {
  margin-top: 2.1rem;
  color: #382620;
}
@media screen and (min-width: 992px) {
  .page-contact__text {
    margin-top: 2.4rem;
    font-size: 1.6rem;
  }
}

.page-contact__form {
  margin-top: 6rem;
}
@media screen and (min-width: 992px) {
  .page-contact__form {
    margin-top: 8rem;
  }
}

.page-contact-form__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 4rem;
}

.page-contact-form__item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 2rem;
}
@media screen and (min-width: 992px) {
  .page-contact-form__item {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
  }
  .page-contact-form__item--radio, .page-contact-form__item--textarea {
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: start;
  }
}

.page-contact-form__head {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 8px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media screen and (min-width: 992px) {
  .page-contact-form__head {
    -ms-flex-negative: 0;
        flex-shrink: 0;
    width: 170px;
  }
}

.page-contact-form__label {
  font-weight: 700;
  font-size: 1.6rem;
  line-height: 1.5;
}

.page-contact-form__required {
  padding: 1px 6px;
  font-weight: 700;
  font-size: 1.1rem;
  line-height: 1.5;
  color: #FFFFFF;
  background-color: #F07317;
  border-radius: 2px;
}

.page-contact-form__radio {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 1.6rem;
}

.page-contact-form__radio__label {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 1rem;
  width: 100%;
  font-weight: 500;
  font-size: 1.6rem;
  line-height: 1.5;
  color: #382620;
}

.page-contact-form__radio__input {
  display: inline-block;
  width: 100%;
  position: relative;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  width: 24px;
  height: 24px;
  border-radius: 50%;
  border: 1px solid #382620;
  background-color: #FFFFFF;
}
.page-contact-form__radio__input::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  width: 12px;
  height: 12px;
  background-color: #F07317;
  border-radius: 50%;
  opacity: 0;
  -webkit-transition: opacity 0.3s;
  transition: opacity 0.3s;
}
.page-contact-form__radio__input:checked::after {
  opacity: 1;
}

.page-contact-form__input {
  display: inline-block;
  width: 100%;
  background-color: #FFFFFF;
  border: 1px solid #382620;
  border-radius: 6px;
  padding: 1.2rem 1.6rem;
  font-size: 1.6rem;
  line-height: 1.5;
}
.page-contact-form__input--textarea {
  min-height: 20rem;
}

.page-contact-form__text {
  margin-top: 4rem;
  line-height: 1.5;
  color: #382620;
}

.page-contact-form__link {
  width: 290px;
  margin: 4rem auto 0;
}
.page-contact-form__link .btn {
  letter-spacing: 1em;
}

.not-found {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 4rem;
}

.not-found__link {
  width: 290px;
}

* {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

body {
  margin: 0;
}

p {
  -webkit-margin-before: 0;
          margin-block-start: 0;
  -webkit-margin-after: 0;
          margin-block-end: 0;
}

a {
  text-decoration: none;
}

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

h2, h3, h4 {
  margin-block: 0;
}

ul, ol {
  list-style: none;
  margin-block: 0;
  -webkit-padding-start: 0;
          padding-inline-start: 0;
}

dl {
  margin-block: 0;
}

dd {
  -webkit-margin-start: 0;
          margin-inline-start: 0;
}

.inner {
  padding-inline: 2rem;
  margin: 0 auto;
}
@media screen and (min-width: 768px) {
  .inner {
    padding-inline: 6rem;
  }
}
@media screen and (min-width: 992px) {
  .inner {
    padding-inline: 9rem;
    max-width: 1280px;
  }
}

.wrapper {
  background-color: #F3EFEB;
  overflow: hidden;
}

.only-sp {
  display: block;
}
@media screen and (min-width: 992px) {
  .only-sp {
    display: none;
  }
}

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

html {
  font-size: 62.5%;
}

body {
  font-family: "Noto Serif JP", serif;
  font-weight: 500;
  font-size: 1.4rem;
  line-height: 2;
  color: #222222;
}

.heading__title {
  font-family: "Amatic SC", sans-serif;
  font-weight: 700;
  font-size: 4rem;
  line-height: 1.5;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  text-align: center;
}
@media screen and (min-width: 992px) {
  .heading__title {
    font-size: 5.2rem;
    letter-spacing: 0.2em;
  }
}

.heading__sub {
  font-weight: 700;
  font-size: 1.2rem;
  line-height: 1.5;
  text-align: center;
}
@media screen and (min-width: 992px) {
  .heading__sub {
    font-size: 1.4rem;
  }
}

.btn {
  position: relative;
  display: inline-block;
  margin-right: 6px;
  margin-bottom: 6px;
  padding-block: 24px;
  width: 100%;
  background-color: #222222;
  font-weight: 700;
  font-size: 1.6rem;
  line-height: 1.5;
  color: #FFFFFF;
  -webkit-transition: -webkit-transform 0.3s;
  transition: -webkit-transform 0.3s;
  transition: transform 0.3s;
  transition: transform 0.3s, -webkit-transform 0.3s;
  text-align: center;
}
.btn:hover {
  -webkit-transform: translate(6px, 6px);
          transform: translate(6px, 6px);
}
.btn:hover::after {
  -webkit-transform: translate(-6px, -6px);
          transform: translate(-6px, -6px);
}
.btn::before {
  content: "";
  position: absolute;
  right: 22px;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  width: 16px;
  height: 24px;
  background: url(../img/common/icons/arrow-right.svg) no-repeat center center/cover;
}
.btn::after {
  content: "";
  position: absolute;
  top: 6px;
  left: 6px;
  width: 100%;
  height: 100%;
  border-right: 1px solid #222222;
  border-bottom: 1px solid #222222;
  -webkit-transition: -webkit-transform 0.3s;
  transition: -webkit-transform 0.3s;
  transition: transform 0.3s;
  transition: transform 0.3s, -webkit-transform 0.3s;
}

.menu-btn {
  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;
  padding: 22px 20px;
  background-color: #888888;
  color: #FFFFFF;
  font-weight: 700;
  font-size: 1.4rem;
  line-height: 1.5;
  -webkit-transition: background-color 0.3s;
  transition: background-color 0.3s;
}
.menu-btn::before {
  content: "";
  position: absolute;
  background: transparent;
  border-color: #FFFFFF;
  border-style: solid;
  width: calc(100% - 8px);
  height: calc(100% - 8px);
  border-width: 1px;
}
.menu-btn:hover, .menu-btn.current {
  background-color: #382620;
}

.badge {
  position: absolute;
  top: 8px;
  left: -8px;
  padding-inline: 10px;
  height: 22px;
  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;
  background-color: #382620;
  z-index: 1;
}
.badge span {
  font-weight: 700;
  font-size: 1.2rem;
  line-height: 1;
  color: #FFFFFF;
}
.badge::before, .badge::after {
  content: "";
  position: absolute;
}
.badge::before {
  bottom: -4px;
  left: 0;
  width: 8px;
  height: 4px;
  background-color: #aaaaaa;
  clip-path: polygon(0% 0%, 100% 0%, 100% 100%);
}
.badge::after {
  top: 0;
  right: -5px;
  width: 5px;
  height: 22px;
  border-color: #382620 transparent #382620 #382620;
  border-style: solid;
  border-width: 11px 5px 11px 0;
}

.drawer-sns__item {
  display: inline-block;
  width: 24px;
  height: 24px;
  -webkit-mask-repeat: no-repeat;
          mask-repeat: no-repeat;
  -webkit-mask-position: center center;
          mask-position: center center;
  -webkit-mask-size: cover;
          mask-size: cover;
  background-color: #FFFFFF;
  -webkit-transition: opacity 0.3s;
  transition: opacity 0.3s;
}
.drawer-sns__item:hover {
  opacity: 0.7;
}
.drawer-sns__item--twitter {
  -webkit-mask-image: url(../img/common/icons/icon_twitter-white.svg);
          mask-image: url(../img/common/icons/icon_twitter-white.svg);
}
.drawer-sns__item--instagram {
  -webkit-mask-image: url(../img/common/icons/icon_instagram-white.svg);
          mask-image: url(../img/common/icons/icon_instagram-white.svg);
}
.drawer-sns__item--youtube {
  -webkit-mask-image: url(../img/common/icons/icon_youtube-white.svg);
          mask-image: url(../img/common/icons/icon_youtube-white.svg);
}

.main-menu-sns__item {
  display: inline-block;
  width: 24px;
  height: 24px;
  -webkit-mask-repeat: no-repeat;
          mask-repeat: no-repeat;
  -webkit-mask-position: center center;
          mask-position: center center;
  -webkit-mask-size: cover;
          mask-size: cover;
  background-color: #382620;
  -webkit-transition: opacity 0.3s;
  transition: opacity 0.3s;
}
.main-menu-sns__item:hover {
  opacity: 0.7;
}
.main-menu-sns__item--twitter {
  -webkit-mask-image: url(../img/common/icons/icon_twitter-white.svg);
          mask-image: url(../img/common/icons/icon_twitter-white.svg);
}
.main-menu-sns__item--instagram {
  -webkit-mask-image: url(../img/common/icons/icon_instagram-white.svg);
          mask-image: url(../img/common/icons/icon_instagram-white.svg);
}
.main-menu-sns__item--youtube {
  -webkit-mask-image: url(../img/common/icons/icon_youtube-white.svg);
          mask-image: url(../img/common/icons/icon_youtube-white.svg);
}

.footer-sns__item {
  display: inline-block;
  width: 24px;
  height: 24px;
  -webkit-mask-repeat: no-repeat;
          mask-repeat: no-repeat;
  -webkit-mask-position: center center;
          mask-position: center center;
  -webkit-mask-size: cover;
          mask-size: cover;
  background-color: #FFFFFF;
  -webkit-transition: opacity 0.3s;
  transition: opacity 0.3s;
}
.footer-sns__item:hover {
  opacity: 0.7;
}
.footer-sns__item--twitter {
  -webkit-mask-image: url(../img/common/icons/icon_twitter-white.svg);
          mask-image: url(../img/common/icons/icon_twitter-white.svg);
}
.footer-sns__item--instagram {
  -webkit-mask-image: url(../img/common/icons/icon_instagram-white.svg);
          mask-image: url(../img/common/icons/icon_instagram-white.svg);
}
.footer-sns__item--youtube {
  -webkit-mask-image: url(../img/common/icons/icon_youtube-white.svg);
          mask-image: url(../img/common/icons/icon_youtube-white.svg);
}

.page-mv {
  position: relative;
  width: 100%;
  height: 12rem;
  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;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
}
.page-mv::before, .page-mv::after {
  content: "";
  position: absolute;
  background: transparent;
  border-color: #FFFFFF;
  border-style: solid;
}
.page-mv::before {
  width: calc(100% - 12px);
  height: calc(100% - 12px);
  border-width: 2px;
}
.page-mv::after {
  width: calc(100% - 22px);
  height: calc(100% - 22px);
  border-width: 1px;
}
.page-mv--concept {
  background-image: url(../img/common/sp/img_firstview_concept_sp.jpg);
}
.page-mv--menu {
  background-image: url(../img/common/sp/img_firstview_menu_sp.jpg);
}
.page-mv--news {
  background-image: url(../img/common/sp/img_firstview_news_sp.jpg);
}
.page-mv--shop {
  background-image: url(../img/common/sp/img_firstview_shop_sp.jpg);
}
.page-mv--contact {
  background-image: url(../img/common/sp/img_firstview_contact_sp.jpg);
}
@media screen and (min-width: 992px) {
  .page-mv {
    height: 32rem;
  }
  .page-mv::before {
    width: calc(100% - 20px);
    height: calc(100% - 20px);
  }
  .page-mv::after {
    width: calc(100% - 32px);
    height: calc(100% - 32px);
  }
  .page-mv--concept {
    background-image: url(../img/common/img_firstview_concept.jpg);
  }
  .page-mv--menu {
    background-image: url(../img/common/img_firstview_menu.jpg);
  }
  .page-mv--news {
    background-image: url(../img/common/img_firstview_news.jpg);
  }
  .page-mv--shop {
    background-image: url(../img/common/img_firstview_shop.jpg);
  }
  .page-mv--contact {
    background-image: url(../img/common/img_firstview_contact.jpg);
  }
}

.page-mv__heading {
  position: absolute;
  text-align: center;
  color: #FFFFFF;
}

.page-mv__title {
  font-family: "Amatic SC", sans-serif;
  font-weight: 700;
  font-size: 3.2rem;
  line-height: 1.3;
  letter-spacing: 0.2em;
  text-transform: uppercase;
}
@media screen and (min-width: 992px) {
  .page-mv__title {
    font-size: 7.2rem;
  }
}

.page-mv__sub {
  font-weight: 700;
  font-size: 1.2rem;
  line-height: 1.5;
  letter-spacing: 0.08em;
}
@media screen and (min-width: 992px) {
  .page-mv__sub {
    font-size: 1.6rem;
  }
}

.breadcrumb {
  padding-top: 6px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 5px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.breadcrumb a,
.breadcrumb span {
  font-weight: 700;
  font-size: 1.2rem;
  line-height: 1.5;
  color: #222222;
}
.breadcrumb a {
  -webkit-transition: opacity 0.3s;
  transition: opacity 0.3s;
}
.breadcrumb a:hover {
  opacity: 0.7;
}

.news__item {
  position: relative;
}
.news__item:hover .news-item__image img {
  -webkit-transform: scale(1.1);
          transform: scale(1.1);
}

.news .news__item:first-of-type {
  grid-area: 1/1/2/3;
}
.news .news__item:first-of-type .badge {
  position: absolute;
  top: 8px;
  left: -8px;
  padding-inline: 10px;
  height: 28px;
  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;
  background-color: #382620;
  z-index: 1;
}
.news .news__item:first-of-type .badge span {
  font-weight: 700;
  font-size: 1.6rem;
  line-height: 1;
  color: #FFFFFF;
}
.news .news__item:first-of-type .badge::before, .news .news__item:first-of-type .badge::after {
  content: "";
  position: absolute;
}
.news .news__item:first-of-type .badge::before {
  bottom: -4px;
  left: 0;
  width: 8px;
  height: 4px;
  background-color: #aaaaaa;
  clip-path: polygon(0% 0%, 100% 0%, 100% 100%);
}
.news .news__item:first-of-type .badge::after {
  top: 0;
  right: -5px;
  width: 5px;
  height: 28px;
  border-color: #382620 transparent #382620 #382620;
  border-style: solid;
  border-width: 11px 5px 11px 0;
}
.news .news__item:first-of-type .news-item__image {
  aspect-ratio: 335/210;
}
.news .news__item:first-of-type .news-item__body {
  margin-top: 1.6rem;
  gap: 2rem;
}
.news .news__item:first-of-type .news-item__title {
  font-size: 1.4rem;
}
.news .news__item:first-of-type .news-item__text {
  font-size: 1.2rem;
  line-height: 1.5;
}
@media screen and (min-width: 992px) {
  .news .news__item:first-of-type {
    grid-area: 1/1/3/2;
  }
  .news .news__item:first-of-type .news-item__image {
    aspect-ratio: 510/319;
  }
  .news .news__item:first-of-type .news-item__body {
    margin-top: 1.6rem;
  }
  .news .news__item:first-of-type .news-item__title {
    font-size: 2rem;
  }
  .news .news__item:first-of-type .news-item__text {
    font-size: 1.4rem;
  }
}

.news-item__image {
  width: 100%;
  aspect-ratio: 158/99;
  overflow: hidden;
}
.news-item__image img {
  width: 100%;
  height: 100%;
  -webkit-transition: -webkit-transform 0.3s;
  transition: -webkit-transform 0.3s;
  transition: transform 0.3s;
  transition: transform 0.3s, -webkit-transform 0.3s;
}
@media screen and (min-width: 992px) {
  .news-item__image {
    aspect-ratio: 265/166;
  }
}

.news-item__body {
  margin-top: 0.8rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 1.2rem;
  color: #222222;
}
@media screen and (min-width: 992px) {
  .news-item__body {
    margin-top: 1.2rem;
  }
}

.news-item__title {
  font-weight: 700;
  font-size: 1.2rem;
  line-height: 1.5;
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
  line-clamp: 3;
}
@media screen and (min-width: 992px) {
  .news-item__title {
    font-size: 1.6rem;
  }
}

.news-item__date {
  line-height: 1.5;
}

.pagination {
  margin-top: 4rem;
  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: 1.2rem;
}
@media screen and (min-width: 992px) {
  .pagination {
    margin-top: 6rem;
  }
}

.pagination__item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 4rem;
  height: 4rem;
  background-color: #FFFFFF;
  border-radius: 50%;
  border: 1px solid #382620;
  color: #382620;
  -webkit-transition: background-color 0.3s;
  transition: background-color 0.3s;
}
.pagination__item--prev::before, .pagination__item--next::before {
  content: "";
  display: block;
  width: 6px;
  height: 12px;
  -webkit-mask-repeat: no-repeat;
          mask-repeat: no-repeat;
  -webkit-mask-position: center center;
          mask-position: center center;
  -webkit-mask-size: cover;
          mask-size: cover;
  background-color: #382620;
}
.pagination__item--prev:hover::before, .pagination__item--next:hover::before {
  background-color: #FFFFFF;
}
.pagination__item--prev::before {
  -webkit-mask-image: url(../img/common/icons/arrow-prev.svg);
          mask-image: url(../img/common/icons/arrow-prev.svg);
}
.pagination__item--next::before {
  -webkit-mask-image: url(../img/common/icons/arrow-next.svg);
          mask-image: url(../img/common/icons/arrow-next.svg);
}
.pagination__item:hover, .pagination__item.current {
  background-color: #382620;
  color: #FFFFFF;
}

.header {
  position: fixed;
  top: 0;
  right: 0;
  width: 100%;
  height: 85px;
  max-width: 375px;
  background-color: transparent;
  z-index: 50;
}
.header .header__bg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -webkit-transform: translateX(100%);
          transform: translateX(100%);
  -webkit-transition: -webkit-transform 0.3s;
  transition: -webkit-transform 0.3s;
  transition: transform 0.3s;
  transition: transform 0.3s, -webkit-transform 0.3s;
  background-color: #382620;
}
.header.is-open .header__bg {
  -webkit-transform: translateX(0);
          transform: translateX(0);
}

.header__inner {
  padding-inline: 1rem;
  height: inherit;
  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;
}

.header__logo {
  width: 12rem;
  opacity: 1;
  -webkit-transition: opacity 0.3s;
  transition: opacity 0.3s;
}
.header__logo:hover {
  opacity: 0.7;
}
@media screen and (min-width: 576px) {
  .header__logo {
    display: none;
  }
}

.header__menu-button {
  margin-left: auto;
  position: relative;
  width: 6rem;
  height: 6rem;
  border-radius: 50%;
  background-color: #382620;
  opacity: 1;
}
@media screen and (min-width: 1100px) {
  .header__menu-button {
    opacity: 0;
    -webkit-transition: opacity 0.3s;
    transition: opacity 0.3s;
  }
  .header__menu-button.is-view {
    opacity: 1;
  }
}
.header__menu-button.is-open {
  background-color: #FFFFFF;
}
.header__menu-button.is-open .menu-button-bar {
  background-color: #382620;
}
.header__menu-button.is-open .menu-button-bar:first-of-type {
  -webkit-transform: translateY(6px) rotate(45deg);
          transform: translateY(6px) rotate(45deg);
}
.header__menu-button.is-open .menu-button-bar:nth-of-type(2) {
  -webkit-transform: translateX(-100%);
          transform: translateX(-100%);
  opacity: 0;
}
.header__menu-button.is-open .menu-button-bar:last-of-type {
  -webkit-transform: translateY(-6px) rotate(135deg);
          transform: translateY(-6px) rotate(135deg);
}

.menu-button-bars {
  position: absolute;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 4.5px;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  width: 27px;
  height: 15.75px;
}

.menu-button-bar {
  position: relative;
  width: 100%;
  height: 2.25px;
  border-radius: 1px;
  background: #FFFFFF;
  -webkit-transition: opacity 0.3s, -webkit-transform 0.3s;
  transition: opacity 0.3s, -webkit-transform 0.3s;
  transition: opacity 0.3s, transform 0.3s;
  transition: opacity 0.3s, transform 0.3s, -webkit-transform 0.3s;
}

.drawer {
  position: fixed;
  margin-top: 85px;
  top: 0;
  right: 0;
  width: 100%;
  height: 100%;
  max-width: 375px;
  background-color: #382620;
  -webkit-transform: translateX(100%);
          transform: translateX(100%);
  -webkit-transition: -webkit-transform 0.3s;
  transition: -webkit-transform 0.3s;
  transition: transform 0.3s;
  transition: transform 0.3s, -webkit-transform 0.3s;
  z-index: 50;
}
.drawer.is-open {
  -webkit-transform: translateX(0);
          transform: translateX(0);
}

.drawer__inner {
  padding: 50px 40px 130px;
}

.drawer-nav__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 25px;
}
.drawer-nav__list a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 12px;
  color: #FFFFFF;
  -webkit-transition: opacity 0.3s;
  transition: opacity 0.3s;
}
.drawer-nav__list a:hover {
  opacity: 0.7;
}

.drawer-nav__en {
  position: relative;
  padding-right: 22px;
  font-family: "Patua One", serif;
  font-weight: 400;
  font-size: 2.4rem;
  line-height: 1.5;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}
.drawer-nav__en::after {
  content: "／";
  position: absolute;
  top: 50%;
  right: 0;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  font-weight: 500;
  font-size: 1rem;
  line-height: 1.5;
}

.drawer-nav__ja {
  font-size: 1rem;
  line-height: 1.5;
}

.drawer-sns__list {
  margin-top: 50px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 24px;
}

.footer {
  position: relative;
  margin-top: 12rem;
  padding-top: 8rem;
  background-color: #EAE0D5;
  z-index: 1;
}
@media screen and (min-width: 992px) {
  .footer {
    margin-top: 8rem;
  }
}

.footer__deco {
  position: absolute;
  background-repeat: no-repeat;
  background-size: contain;
}
.footer__deco--bread {
  top: -93px;
  right: -40px;
  width: 194px;
  height: 179px;
  background-image: url(../img/common/bg_bread.png);
  background-position: top left;
}
@media screen and (min-width: 992px) {
  .footer__deco--bread {
    top: -170px;
    right: -91px;
    width: 389px;
    height: 359px;
  }
}
.footer__deco--comment {
  top: -44.12px;
  left: -31.56px;
  width: 200px;
  height: 172px;
  background-image: url(../img/top/img_balloon-access.png);
  background-position: top right;
}
@media screen and (min-width: 1100px) {
  .footer__deco--comment {
    top: -50.12px;
    left: initial;
    right: calc(50% + 71px);
    width: 233px;
    height: 200px;
  }
}
.footer__deco--coffee {
  bottom: 89px;
  left: -36px;
  width: 128px;
  height: 108px;
  background-image: url(../img/common/bg_coffee-beans.png);
  background-position: top right;
}

.footer__inner {
  padding-inline: 2rem;
  padding-bottom: 8rem;
  margin: 0 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: 4rem;
}
@media screen and (min-width: 992px) {
  .footer__inner {
    padding-inline: 6rem;
    max-width: calc(688px + 12rem);
  }
}

.footer__map {
  width: 100%;
  border: 5px solid #FFFFFF;
}
@media screen and (min-width: 992px) {
  .footer__map {
    border: 10px solid #FFFFFF;
  }
}

.footer__map__media {
  aspect-ratio: 335/184;
  position: relative;
}
.footer__map__media iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
@media screen and (min-width: 992px) {
  .footer__map__media {
    aspect-ratio: 688/377;
  }
}

.footer-info__list {
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: auto;
  grid-row-gap: 24px;
}
@media screen and (min-width: 992px) {
  .footer-info__list {
    grid-template-columns: repeat(2, 1fr);
    grid-column-gap: 40px;
  }
}

.footer-info__row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: start;
  gap: 2.4rem;
  padding-bottom: 6px;
  border-bottom: 1px solid #222222;
}
.footer-info__row dt {
  -ms-flex-negative: 1;
      flex-shrink: 1;
  width: 16.7164179104%;
}

.footer__bottom {
  background-color: #382620;
  padding-top: 4rem;
  padding-bottom: 1.4rem;
  text-align: center;
  color: #FFFFFF;
}

.footer-sns__list {
  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: 2.4rem;
}

.copyright {
  margin-top: 4rem;
  font-weight: 500;
  font-size: 1.2rem;
  line-height: 1.5;
  text-align: center;
}

.to-top {
  position: fixed;
  right: 10px;
  bottom: 10px;
  width: 44px;
  height: 44px;
  z-index: 1;
  opacity: 0;
  -webkit-transition: opacity 0.3s;
  transition: opacity 0.3s;
}
@media screen and (min-width: 992px) {
  .to-top {
    right: 20px;
    bottom: 20px;
  }
}
.to-top.is-view {
  opacity: 1;
}

.to-top__btn {
  position: relative;
  display: block;
  width: 100%;
  height: 100%;
  border-radius: 50%;
  background-color: #FFFFFF;
}
.to-top__btn::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  width: 22px;
  height: 12px;
  background: url(../img/common/icons/arrow-up.svg) no-repeat center center/cover;
}

/* sidebar
-------------------------------------------------- */
.sidebar {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 6rem;
  width: 100%;
}
@media screen and (min-width: 992px) {
  .sidebar {
    width: 29.0909090909%;
  }
}

.sidebar-section {
  padding: 2rem;
  background-color: #F8F8F8;
}

.sidebar__title {
  position: relative;
  font-weight: 700;
  font-size: 2rem;
  line-height: 1.5;
  padding-bottom: 21px;
}
.sidebar__title::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 32px;
  height: 1px;
  background-color: #222222;
}

.new-posts__list {
  margin-top: 2rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 2rem;
}

.new-posts__item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 1.4rem;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.new-posts__item:hover .new-posts-item__image img {
  -webkit-transform: scale(1.1);
          transform: scale(1.1);
}

.new-posts-item__image {
  -ms-flex-negative: 0;
      flex-shrink: 0;
  width: 33.8983050847%;
  aspect-ratio: 1/1;
  overflow: hidden;
}
.new-posts-item__image img {
  width: 100%;
  height: 100%;
  -webkit-transition: -webkit-transform 0.3s;
  transition: -webkit-transform 0.3s;
  transition: transform 0.3s;
  transition: transform 0.3s, -webkit-transform 0.3s;
}

.new-posts-item__body {
  color: #222222;
}

.new-posts-item__title {
  font-weight: 700;
  font-size: 1.4rem;
  line-height: 1.5;
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
  line-clamp: 3;
}

.new-posts-item__date {
  margin-top: 1rem;
  font-size: 1.5rem;
  line-height: 1.5;
}

.sidebar-category__list {
  margin-top: 2rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 1rem;
}
.sidebar-category__list .cat-item {
  position: relative;
  padding-left: 12px;
  font-weight: 700;
  font-size: 1.6rem;
  line-height: 1.5;
  color: #222222;
  -webkit-transition: opacity 0.3s;
  transition: opacity 0.3s;
}
.sidebar-category__list .cat-item:hover {
  opacity: 0.7;
}
.sidebar-category__list .cat-item::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 0;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  width: 6px;
  height: 12px;
  -webkit-mask: url(../img/common/icons/arrow-next.svg) no-repeat center center/cover;
          mask: url(../img/common/icons/arrow-next.svg) no-repeat center center/cover;
  background-color: #222222;
}
.sidebar-category__list .cat-item a {
  color: #222222;
}