@charset "UTF-8";
*,
*::before,
*::after {
  box-sizing: border-box;
}

html,
body,
h1,
h2,
h3,
h4,
h5,
h6,
ul,
ol,
dl,
li,
dt,
dd,
p,
div,
span,
img,
a,
table,
tr,
th,
td {
  margin: 0;
  padding: 0;
  border: 0;
  font-weight: normal;
  font-size: 100%;
  vertical-align: baseline;
}

header,
footer,
nav,
section,
article,
main,
aside,
figure,
figcaption {
  display: block;
}

ol,
ul {
  list-style: none;
}

img {
  max-width: 100%;
  height: auto;
  vertical-align: middle;
}

a {
  -webkit-transition: opacity 0.3s;
  color: inherit;
  text-decoration: none;
  transition: opacity 0.3s;
}

button {
  margin: 0;
  padding: 0;
  border: none;
  box-shadow: none;
  background: transparent;
  cursor: pointer;
  font: inherit;
}

input,
select,
textarea {
  font: inherit;
  color: inherit;
  vertical-align: top;
}

/* フォームリセット */
input,
button,
select,
textarea {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background: transparent;
  border: none;
  border-radius: 0;
  font: inherit;
  outline: none;
}

textarea {
  resize: vertical;
}

input[type=checkbox],
input[type=radio] {
  display: none;
}

input[type=submit],
input[type=button],
label,
button,
select {
  cursor: pointer;
}

select::-ms-expand {
  display: none;
}

address {
  font-style: inherit;
}

input[type=submit] {
  appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;
}

html {
  -webkit-appearance: none;
  -moz-appearance: none;
       appearance: none;
  -webkit-text-size-adjust: 100%;
  scroll-behavior: smooth;
  scroll-padding-top: 8rem;
  word-break: break-all;
  font-size: 10px;
}
@media (max-width: 1160px) and (min-width: 767px) {
  html {
    font-size: 0.9482758621vw;
  }
}
@media (max-width: 767px) {
  html {
    scroll-padding-top: 6rem;
    font-size: min(2.6666666667vw, 13.3333333333px);
  }
}

body {
  font-family: "Noto Serif JP", serif;
  font-size: 1.4rem;
  line-height: 1.5;
  color: #222222;
  background: #f3efeb;
}
@media (max-width: 767px) {
  body {
    font-size: 1.4rem;
  }
}

.wrapper {
  overflow: hidden;
}

/* PC、SPの非表示 */
@media (max-width: 767px) {
  .pc {
    display: none !important;
  }
}
@media (min-width: 768px) {
  .sp {
    display: none !important;
  }
}
img {
  width: 100%;
}

.inner {
  max-width: 1100px;
  width: 100%;
  margin: 0 auto;
}
@media (max-width: 767px) {
  .inner {
    max-width: 500px;
  }
}

a[href^="tel:"] {
  pointer-events: none;
}
@media (max-width: 767px) {
  a[href^="tel:"] {
    pointer-events: auto;
  }
}

a {
  transition: opacity 0.3s;
  text-decoration: none;
}
a:hover {
  opacity: 0.7;
}

@media (max-width: 767px) {
  .drawer-bg {
    background-color: rgba(0, 0, 0, 0.3);
    height: 100%;
    left: 0;
    opacity: 0;
    pointer-events: none;
    position: fixed;
    top: 0;
    transition: opacity 0.5s;
    width: 100%;
    z-index: 30;
  }
  .drawer-bg.is-checked {
    opacity: 1;
    pointer-events: auto;
  }
}

@media (max-width: 767px) {
  .header {
    left: 0;
    position: fixed;
    top: 0;
    transition: opacity 0.3s;
    width: 100%;
    z-index: 40;
  }
}

.header__container {
  max-width: 37.5rem;
  width: 100%;
  height: 100%;
  background: #382620;
  padding: 0.1rem 1.5rem 18rem;
  position: fixed;
  top: 0;
  right: -37.5rem;
  transition: right 0.5s, opacity 0.5s;
  z-index: 999;
}
@media (max-width: 767px) {
  .header__container {
    padding: 0.1rem 1.3rem 5rem;
  }
}
.header__container.is-checked {
  right: 0;
  opacity: 1;
  pointer-events: auto;
}

.header__logo {
  width: 12.8rem;
  height: 6.4rem;
  margin-top: 1rem;
  margin-left: -0.4rem;
}
@media (max-width: 767px) {
  .header__logo {
    margin-left: 0;
  }
}
@media (max-width: 767px) {
  .header__logo img {
    margin-left: 1rem;
  }
}

.header__logo-link {
  background: url(../images/icon_header-logo-white.svg) left top no-repeat;
  background-size: 100% auto;
  display: block;
  height: 0;
  margin: 0 auto;
  overflow: hidden;
  padding-top: 52.5%;
  width: 12rem;
}

.header__menu-wrapper {
  margin-top: 2.1rem;
}

.header-nav__item {
  margin-left: 2.4rem;
  padding: 1.8rem 0;
  transition: transform 0.3s;
}
.header-nav__item:hover {
  opacity: 0.7;
}
@media (max-width: 767px) {
  .header-nav__item {
    margin-left: 2.7rem;
  }
}

.header-nav__link {
  padding: 1.7rem 0;
  display: flex;
  flex-direction: column;
  gap: 3.2rem;
}

.header-nav__link > li {
  display: flex;
}

.header-nav__link-en {
  color: #ffffff;
  font-family: "Patua One", serif;
  font-size: 2.4rem;
  font-weight: 400;
  line-height: 1;
  letter-spacing: 0.288rem;
  text-transform: uppercase;
}

.header-nav__link-ja {
  color: #ffffff;
  font-size: 1rem;
  font-weight: 500;
  line-height: 1;
  display: inline-block;
  margin-left: 3rem;
  position: relative;
}
.header-nav__link-ja::before {
  content: "／";
  position: absolute;
  color: #ffffff;
  font-size: 1rem;
  font-weight: 500;
  line-height: 1;
  top: 0;
  left: -2.2rem;
}

.menu-item a {
  padding: 1.85rem 0;
  display: inline-block;
}

.header-sns__icons {
  margin-top: 1.8rem;
}

.header-sns-icons__list {
  display: flex;
  gap: 3.2rem;
  align-items: center;
  justify-content: center;
}

.header-sns-icons__link.sns-icons__link--x {
  background-image: url(../images/icon_twitter-white.svg);
  background-size: 100% auto;
  width: 4rem;
  height: 4rem;
}

.header-sns-icons__link.sns-icons__link--instagram {
  background-image: url(../images/icon_instagram-white.svg);
  background-size: 100% auto;
  width: 4rem;
  height: 4rem;
}

.header-sns-icons__link.sns-icons__link--youtube {
  background-image: url(../images/icon_youtube-white.svg);
  background-size: 100% auto;
  width: 4rem;
  height: 4rem;
}

.header-sns-icons__link {
  display: block;
  height: 0;
  overflow: hidden;
}

.sns-icons__link--x {
  background: url(../images/icon_mv-twitter-dark.svg) left top no-repeat;
  background-size: 100% auto;
  width: 4rem;
  height: 4rem;
}

.sns-icons__link--instagram {
  background: url(../images/icon_mv-instagram.svg) left top no-repeat;
  background-size: 100% auto;
  width: 4rem;
  height: 4rem;
}

.sns-icons__link--youtube {
  background: url(../images/icon_mv-youtube.svg) left top no-repeat;
  background-size: 100% auto;
  width: 4rem;
  height: 4rem;
}

.header-menu__button {
  position: fixed;
  right: 0.1rem;
  top: 0.1rem;
  z-index: 1000;
}

.header-menu {
  background-color: #382620;
  border-radius: 50%;
  width: 6rem;
  height: 6rem;
  display: inline-block;
  overflow: hidden;
}

.drawer-icon {
  width: 6rem;
  height: 6rem;
  position: relative;
  z-index: 51;
  right: 1rem;
  top: 1rem;
  background-color: #382620;
  display: block;
  transition: opacity 0.3s;
  border-radius: 50%;
}
@media (max-width: 767px) {
  .drawer-icon {
    right: 0.9rem;
    top: 1.1rem;
  }
}
.drawer-icon.is-checked {
  background-color: #ffffff;
}
.drawer-icon.is-checked .drawer-icon__bar {
  background-color: #382620;
}
.drawer-icon.is-checked .drawer-icon__bar:nth-of-type(1) {
  top: 3rem;
  right: 1.6rem;
  transform: rotate(45deg);
}
.drawer-icon.is-checked .drawer-icon__bar:nth-of-type(2) {
  display: none;
}
.drawer-icon.is-checked .drawer-icon__bar:nth-of-type(3) {
  top: 3rem;
  right: 1.6rem;
  transform: rotate(-45deg);
}

.drawer-icon {
  transition: opacity 0.3s, visibility 0.3s;
  opacity: 0;
  visibility: hidden;
}
@media (max-width: 767px) {
  .drawer-icon {
    opacity: 1;
    visibility: visible;
  }
}
.drawer-icon.is-active {
  opacity: 1;
  visibility: visible;
}

.drawer-icon__bar {
  position: absolute;
  transform: translate(-50%, -50%);
  transition: transform 0.3s, background 0.3s, top 0.3s;
  width: 2.7rem;
  height: 0.225rem;
  background-color: #ffffff;
  border-radius: 0.1rem;
}
.drawer-icon__bar:nth-of-type(1) {
  top: 2rem;
}
.drawer-icon__bar:nth-of-type(2) {
  top: 3rem;
}
@media (max-width: 767px) {
  .drawer-icon__bar:nth-of-type(2) {
    top: 2.8rem;
  }
}
.drawer-icon__bar:nth-of-type(3) {
  top: 3.9rem;
}
@media (max-width: 767px) {
  .drawer-icon__bar:nth-of-type(3) {
    top: 3.5rem;
  }
}

.header-fixed-wrap {
  padding: 0;
}
@media (max-width: 767px) {
  .header-fixed-wrap {
    padding: 1rem 1rem 0 1.5rem;
  }
}

.header-fixed-wrap__logo {
  display: none;
}
@media (max-width: 767px) {
  .header-fixed-wrap__logo {
    width: 12rem;
  }
}

@media (max-width: 767px) {
  .header-fixed-wrap.show-logo .header-fixed-wrap__logo {
    display: block;
  }
}

@media (max-width: 767px) {
  .header-fixed-wrap__logo-link {
    background: url(../images/logo_light-sp.svg) left top no-repeat;
    background-size: 100% auto;
    display: block;
    height: 0;
    margin: 0 auto;
    overflow: hidden;
    padding-top: 52.5%;
    width: 12rem;
  }
}

/* オーバーレイのスタイル */
.overlay {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.5);
  display: none;
  z-index: 998;
}

/* メニューが開かれたときにオーバーレイを表示 */
.header__container.is-open ~ .overlay {
  display: block;
}

.body-scroll-fixed {
  overflow: hidden;
}

.access {
  padding: 9rem 0 8rem;
  background: #eae0d5;
  margin-top: 17rem;
}
@media (max-width: 767px) {
  .access {
    padding: 8.4rem 0 8rem;
  }
}

.access__inner {
  max-width: 128rem;
  margin: 0 auto;
  position: relative;
}
.access__inner::before {
  position: absolute;
  content: "";
  background: url(../images/dec_access-bread.png) no-repeat right top;
  background-size: 100% auto;
  width: 38.9rem;
  height: 35.9rem;
  top: -27rem;
  right: -9.4rem;
}
@media (max-width: 767px) {
  .access__inner::before {
    width: 19rem;
    height: 18rem;
    top: -18.5rem;
    right: -4rem;
  }
}
.access__inner::after {
  position: absolute;
  content: "";
  background: url(../images/dec_access-coffee-beans.png) no-repeat left bottom;
  background-size: 100% auto;
  width: 34.1rem;
  height: 28.8rem;
  bottom: -21.7rem;
  left: -8.4rem;
}
@media (max-width: 767px) {
  .access__inner::after {
    width: 12.8rem;
    height: 11.4rem;
    bottom: -12.4rem;
    left: -3.5rem;
    background: url(../images/dec_access-coffee-beans-sp.png) no-repeat left bottom;
    background-size: 100% auto;
  }
}

.access__container {
  margin: 0 auto 0;
  max-width: 76.8rem;
  padding: 0 4rem;
  position: relative;
}
@media (max-width: 767px) {
  .access__container {
    max-width: 37.5rem;
    padding: 0 2rem;
  }
}
.access__container::before {
  position: absolute;
  content: "";
  background: url(../images/dec_access.png) no-repeat left top;
  background-size: 100% auto;
  width: 23.3rem;
  height: 20rem;
  top: -14.2rem;
  left: 8rem;
}
@media (max-width: 767px) {
  .access__container::before {
    width: 20rem;
    top: -13rem;
    left: -3rem;
  }
}

.access-en {
  padding-left: 1rem;
  margin-top: -0.5rem;
}
@media (max-width: 767px) {
  .access-en {
    margin-top: 0;
  }
}

.access-map__container {
  margin-top: 4rem;
}
@media (max-width: 767px) {
  .access-map__container {
    margin-top: 4.2rem;
  }
}

.access-map__body {
  border-width: 1rem;
  margin: 0 auto 0;
  max-width: 76.8rem;
  border: 1rem solid #ffffff;
  padding-top: 53.25%;
  position: relative;
  width: 100%;
}
@media (max-width: 767px) {
  .access-map__body {
    border-width: 0.5rem;
    max-width: 33.5rem;
    border: 0.5rem solid #ffffff;
    padding-top: 53.76%;
  }
}

.access-map__body iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.access__info {
  display: flex;
  margin-top: 4rem;
  justify-content: space-between;
}
@media (max-width: 767px) {
  .access__info {
    flex-direction: column;
  }
}

.access-info__list {
  flex-basis: 32.5rem;
}
@media (max-width: 767px) {
  .access-info__list {
    flex-basis: 17.5rem;
  }
}

.access-info__item {
  display: flex;
  padding-bottom: 1.2rem;
  border-bottom: 0.1rem solid #222222;
  align-items: baseline;
}
@media (max-width: 767px) {
  .access-info__item {
    gap: 0;
    padding-bottom: 1.2rem;
  }
}

.access-info__item:nth-child(2),
.access-info__item:nth-child(3),
.access-info__item:nth-child(5),
.access-info__item:nth-child(6) {
  padding-top: 2.2rem;
}
@media (max-width: 767px) {
  .access-info__item:nth-child(2),
  .access-info__item:nth-child(3),
  .access-info__item:nth-child(5),
  .access-info__item:nth-child(6) {
    padding-top: 1.8rem;
  }
}

.access-info__item2 {
  display: flex;
  padding-bottom: 1.2rem;
  border-bottom: 0.1rem solid #222222;
  align-items: baseline;
}
@media (max-width: 767px) {
  .access-info__item2 {
    padding-top: 1.2rem;
    padding-bottom: 1.2rem;
  }
}

.access-info__term {
  font-size: 1.4rem;
  font-weight: 700;
  line-height: 1;
  flex-shrink: 0;
  margin-right: 1rem;
  width: 7rem;
}

.access-info__description {
  font-size: 1.4rem;
  font-weight: 700;
  line-height: 1.7;
  font-style: normal !important;
}

.access-info__description a {
  font-style: normal !important;
  font-weight: 700;
}

.footer {
  background-color: #382620;
  padding: 4rem 0 1.6rem 0;
}
@media (max-width: 767px) {
  .footer {
    padding: 4rem 0 1.4rem 0;
  }
}

.footer__inner {
  padding: 0 5rem;
  margin: 0 auto;
  max-width: 128rem;
}
@media (max-width: 767px) {
  .footer__inner {
    padding: 0 2rem;
    max-width: 37.5rem;
  }
}

.footer-sns-icons__list {
  display: flex;
  gap: 2.4rem;
  align-items: center;
  justify-content: center;
}
@media (max-width: 767px) {
  .footer-sns-icons__list {
    padding-left: 0.3rem;
  }
}

.footer-sns-icons__link {
  display: block;
}

.footer-sns-icons__link--x {
  background: url(../images/icon_twitter-white.svg) left top no-repeat;
  background-size: 100% auto;
  width: 2.4rem;
  height: 2.4rem;
}
@media (max-width: 767px) {
  .footer-sns-icons__link--x {
    width: 3.4rem;
    height: 3.4rem;
  }
}

.footer-sns-icons__link--instagram {
  background: url(../images/icon_instagram-white.svg) left top no-repeat;
  background-size: 100% auto;
  width: 2.4rem;
  height: 2.4rem;
}
@media (max-width: 767px) {
  .footer-sns-icons__link--instagram {
    width: 3.4rem;
    height: 3.4rem;
  }
}

.footer-sns-icons__link--youtube {
  background: url(../images/icon_youtube-white.svg) left no-repeat;
  background-size: 100% auto;
  width: 2.4rem;
  height: 2.4rem;
}
@media (max-width: 767px) {
  .footer-sns-icons__link--youtube {
    width: 3.4rem;
    height: 3.4rem;
  }
}

.footer__page-top {
  position: fixed;
  width: 4.4rem;
  height: 4.4rem;
  bottom: 2rem;
  right: 2rem;
  transition: opacity 0.3s;
  z-index: 20;
}
@media (max-width: 767px) {
  .footer__page-top {
    bottom: 0.6rem;
    right: 0.8rem;
  }
}

.page-top {
  display: block;
  opacity: 0;
  pointer-events: none;
  transition: opacity 0.3s;
}
.page-top.is-checked {
  opacity: 1;
  pointer-events: auto;
}

.footer__bottom {
  margin-top: 3.7rem;
}

.footer__copyright {
  color: #ffffff;
  text-align: center;
  font-size: 1.2rem;
  font-weight: 500;
  line-height: 2;
  letter-spacing: 0.1rem;
}

.top__heading {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}

.top__heading-en {
  color: #222222;
  font-family: "Amatic SC", sans-serif;
  font-size: 5.2rem;
  font-weight: 700;
  line-height: 1;
  letter-spacing: 1rem;
  text-transform: uppercase;
}
@media (max-width: 767px) {
  .top__heading-en {
    font-size: 4rem;
    letter-spacing: 0.4rem;
  }
}

.top__heading-ja {
  margin-top: 2rem;
  color: #222222;
  font-size: 1.4rem;
  font-weight: 700;
  line-height: 1;
}
@media (max-width: 767px) {
  .top__heading-ja {
    font-size: 1.2rem;
    margin-top: 1.2rem;
  }
}

.fv {
  height: auto;
  position: relative;
}

.fv__inner {
  height: 32rem;
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
  z-index: 3;
}
@media (max-width: 767px) {
  .fv__inner {
    height: 12rem;
  }
}
.fv__inner::before, .fv__inner::after {
  content: "";
  position: absolute;
  right: 50%;
  top: 50%;
  transform: translate(50%, -50%);
  z-index: 2;
}
.fv__inner::before {
  width: calc(100% - 1.8rem);
  height: calc(100% - 1.8rem);
  border: 0.2rem solid #ffffff;
}
.fv__inner::after {
  width: calc(100% - 3rem);
  height: calc(100% - 3rem);
  border: 0.1rem solid #ffffff;
}
@media (max-width: 767px) {
  .fv__inner::before {
    width: calc(100% - 1.1rem);
    height: calc(100% - 1.1rem);
  }
  .fv__inner::after {
    width: calc(100% - 2.2rem);
    height: calc(100% - 2.2rem);
  }
}

.fv__heading {
  position: relative;
  text-align: center;
  z-index: 2;
  font-weight: 700;
  color: #ffffff;
}

.fv__heading-en {
  font-family: "Amatic SC", sans-serif;
  font-size: 7.2rem;
  font-weight: 700;
  letter-spacing: 0.2em;
  padding-left: 1.5rem;
  display: block;
}
@media (max-width: 767px) {
  .fv__heading-en {
    font-size: 3.2rem;
    letter-spacing: 0.64rem;
    padding-left: 1rem;
  }
}

.fv__heading-ja {
  font-family: "Noto Serif JP", serif;
  font-size: 1.6rem;
  letter-spacing: 0.128rem;
  display: block;
}
@media (max-width: 767px) {
  .fv__heading-ja {
    font-size: 1.2rem;
    letter-spacing: 0.096rem;
    margin-top: -0.4rem;
  }
}

.fv__img {
  position: absolute;
  top: 0;
  left: 0;
  height: 32rem;
  overflow: hidden;
  width: 100%;
  z-index: 1;
}
@media (max-width: 767px) {
  .fv__img {
    height: 12rem;
  }
}
.fv__img img {
  display: block;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: 50% 50%;
     object-position: 50% 50%;
}
.fv__img::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.5);
  z-index: 2;
}

.button {
  max-width: 100%;
  width: 28rem;
  text-align: center;
}
@media (max-width: 767px) {
  .button {
    max-width: 28.9rem;
    width: 86.56716%;
  }
}

.default-button {
  padding: 2.5rem 1rem;
  display: block;
  background: #222222;
  position: relative;
  transition: transform 0.3s;
  cursor: pointer;
}
@media (max-width: 767px) {
  .default-button {
    height: 7.2rem;
  }
}
.default-button::before {
  content: "";
  position: absolute;
  height: 2.4rem;
  width: 1.6rem;
  background-color: #222222;
  transition: 0.2s ease 0s;
  background-image: url(../images/icon_button-arrow.svg);
  background-size: 100% auto;
  background-position: left top;
  background-repeat: no-repeat;
  pointer-events: none;
  top: 50%;
  right: 1.2rem;
  transform: translateY(-50%);
}
@media (max-width: 767px) {
  .default-button::before {
    right: 1.3rem;
  }
}
.default-button::after {
  border-bottom: 0.1rem solid #222222;
  border-right: 0.1rem solid #222222;
  content: "";
  height: 100%;
  pointer-events: none;
  position: absolute;
  right: -0.6rem;
  top: 0.6rem;
  transition: transform 0.3s;
  width: 100%;
}
@media (max-width: 767px) {
  .default-button::after {
    right: -0.6rem;
    top: 0.6rem;
  }
}
.default-button:hover::after {
  transform: translate(-0.6rem, -0.6rem);
}

.button:hover {
  transform: translate(0.6rem, 0.6rem);
  opacity: 1;
  transition: transform 0.3s;
}

.default-button:hover {
  opacity: 1;
  transform: translate(0.6rem, 0.6rem);
}

input[type=submit] {
  font-size: 1.6rem;
  color: #ffffff;
  font-weight: 700;
  line-height: 1;
}

.default-button__text {
  font-size: 1.6rem;
  color: #ffffff;
  font-weight: 700;
  line-height: 1;
}

.tab-list__item {
  height: 6.9rem;
  width: 20rem;
}
@media (max-width: 767px) {
  .tab-list__item {
    height: 6.4rem;
    width: calc(50% - 6px);
  }
}

.tab-list__link {
  background: #888888;
  display: flex;
  height: 100%;
  justify-content: center;
  position: relative;
  transition: background 0.3s, opacity 0.3s;
  width: 100%;
  z-index: 1;
  align-items: center;
}
.tab-list__link::after {
  border: 0.1rem solid #ffffff;
  content: "";
  height: calc(100% - 0.8rem);
  pointer-events: none;
  position: absolute;
  right: 50%;
  top: 50%;
  transform: translate(50%, -50%);
  width: calc(100% - 0.8rem);
  z-index: 2;
}
.tab-list__link:hover {
  background-color: #382620;
  opacity: 1;
}

.tab-list__link.current {
  background-color: #382620;
  pointer-events: none;
}

.tab-list__link-text {
  color: #ffffff;
  text-align: center;
  font-size: 1.6rem;
  font-weight: 700;
  line-height: 1;
}
@media (max-width: 767px) {
  .tab-list__link-text {
    line-height: 1.25;
    font-size: 1.4rem;
    text-align: center;
    display: block;
  }
}

.item-card__button {
  max-width: 17.4rem;
  height: 3.6rem;
  text-align: center;
  margin: 1.4rem auto 0;
}
@media (max-width: 767px) {
  .item-card__button {
    max-width: 14rem;
    height: 2.9rem;
    margin: 1.4rem auto 0;
  }
}

.item-card__button-link {
  background: #222222;
  display: block;
  font-weight: 700;
  line-height: 1;
  width: 100%;
  font-size: 1.4rem;
  padding: 1rem 1rem;
}
@media (max-width: 767px) {
  .item-card__button-link {
    padding: 0.8rem 1rem;
    font-size: 1.2rem;
  }
}

.button-secondary {
  color: #ffffff;
  text-align: center;
  background: #382620;
  border: 0.1rem solid #382620;
  transition: background 0.3s, color 0.3s;
}

.button-secondary:hover {
  background-color: #ffffff;
  border: 0.1rem solid #382620;
  color: #382620;
  opacity: 1;
}

.fade-up {
  opacity: 0;
  transform: translateY(30px);
  transition: opacity 0.6s ease, transform 0.6s ease-out;
}
.fade-up.active {
  opacity: 1;
  transform: translateY(0);
}

.mv {
  display: flex;
  height: auto;
  width: 100%;
}
@media screen and (max-width: 1100px) {
  .mv {
    margin-left: auto;
    width: 100%;
  }
}
@media (max-width: 767px) {
  .mv {
    height: 66.7rem;
  }
}

.mv__menu {
  height: auto;
  padding: 2.7rem 1.6rem 0 1.8rem;
  max-width: 20rem;
  width: 100%;
  transition: right 0.5s, opacity 0.5s;
  z-index: 999;
}
@media only screen and (max-width: 1100px) {
  .mv__menu {
    display: none;
  }
}

.mv__logo img {
  width: 16.6rem;
  height: 9.3rem;
}

.mv__menu-wrapper {
  margin-top: 2.1rem;
}

.mv-nav__link {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 1.7rem 0;
  text-align: center;
}

.mv-nav__link > li > a {
  display: grid;
}

.mv-nav__link-en {
  color: #222222;
  font-family: "Patua One", serif;
  font-size: 1.6rem;
  font-weight: 400;
  line-height: 1;
  letter-spacing: 0.192rem;
  text-transform: uppercase;
}

.mv-nav__link > li > a > span {
  color: #222222;
  font-size: 1rem;
  font-weight: 500;
  line-height: 1;
  margin: 1rem 0 0 0;
}
.mv-nav__link > li > a > span::before {
  display: none;
}

.mv-sns__icons {
  margin-top: 2.7rem;
}

.mv-sns-icons__list {
  display: flex;
  gap: 2.6rem;
  align-items: center;
  justify-content: center;
}

.mv-sns-icons__link {
  display: block;
}

.mv-sns-icons__link.sns-icons__link--x {
  background: url(../images/icon_mv-twitter-dark.svg) left top no-repeat;
  background-size: 100% auto;
  width: 2.4rem;
  height: 2.4rem;
}

.mv-sns-icons__link.sns-icons__link--instagram {
  background: url(../images/icon_mv-instagram.svg) left top no-repeat;
  background-size: 100% auto;
  width: 1.8rem;
  height: 1.7996rem;
}

.mv-sns-icons__link.sns-icons__link--youtube {
  background: url(../images/icon_mv-youtube.svg) left no-repeat;
  background-size: 100% auto;
  width: 2.1rem;
  height: 2.1rem;
}

.mv-wrapper {
  position: relative;
  z-index: 1;
  height: auto;
  padding-bottom: 6rem;
  margin-left: auto;
  width: calc(100% - 20rem);
}
@media screen and (max-width: 1100px) {
  .mv-wrapper {
    width: 100%;
  }
}
@media (max-width: 767px) {
  .mv-wrapper {
    padding-bottom: 0;
    margin-left: 0;
    width: 100%;
    background: url(./images/icon_header-logo-white.svg) top left no-repeat;
  }
}
.mv-wrapper::after {
  width: 91.11111%;
  height: 39.8rem;
  bottom: 0;
  content: "";
  background-color: #eae0d5;
  right: 0;
  display: inline-block;
  position: absolute;
}
@media (max-width: 767px) {
  .mv-wrapper::after {
    display: none;
  }
}

@keyframes zoomUp {
  0% {
    transform: scale(1);
  }
  100% {
    transform: scale(1.15);
  }
}
.swiper-slide-active .swiper-img,
.swiper-slide-duplicate-active .swiper-img,
.swiper-slide-prev .swiper-img {
  animation: zoomUp 12s linear 0s;
  animation-fill-mode: both;
}

.swiper-img {
  height: 73.5rem;
  margin-inline: auto;
  overflow: hidden;
  width: 100%;
}

.swiper-img img {
  display: block;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: 50% 50%;
     object-position: 50% 50%;
  width: 100%;
  max-width: 100%;
  height: 73.5rem;
}

.swiper-container {
  height: 100%;
}

.swiper-pagination {
  /*widthを初期化*/
  width: initial !important;
  left: 1.1rem !important;
}
@media (max-width: 767px) {
  .swiper-pagination {
    left: 2rem;
  }
}

.swiper-pagination-bullet {
  width: 0.8rem;
  height: 0.8rem;
  margin: 0 0.8rem !important;
  background-color: #ffffff !important;
  opacity: 1;
}

.swiper-pagination-bullet-active {
  background-color: #d59b71 !important;
  opacity: 1;
}

.mv__title {
  position: absolute;
  bottom: 11.5rem;
  left: 6rem;
  z-index: 10;
}
@media (max-width: 767px) {
  .mv__title {
    top: 12.4rem;
    left: 2rem;
  }
}

.mv__text {
  color: #ffffff;
  font-size: 2rem;
  font-weight: 700;
  line-height: 2.2;
  letter-spacing: 0.228rem;
}
@media (max-width: 767px) {
  .mv__text {
    font-size: 1.6rem;
    line-height: 2;
    letter-spacing: 0.224rem;
  }
}

.pickup-news {
  position: absolute;
  bottom: 8.3rem;
  right: 2rem;
  z-index: 10;
  width: 38.8rem;
  max-width: 100%;
}
@media (max-width: 767px) {
  .pickup-news {
    bottom: 3.2rem;
    right: 50%;
    transform: translateX(50%);
    width: 33.5rem;
  }
}

.pickup-news__box {
  padding: 1.6rem;
  margin: 0 auto;
  background: #ffffff;
  opacity: 0.85;
  position: relative;
}
@media (max-width: 767px) {
  .pickup-news__box {
    padding: 1.2rem;
  }
}
.pickup-news__box::before {
  content: "";
  position: absolute;
  top: -7.7rem;
  right: 0;
  width: 16.8rem;
  height: 10.9rem;
  background-image: url(../images/img_mv-pickup-pc.png);
  background-repeat: no-repeat;
  background-size: 100% auto;
  pointer-events: none;
}
@media (max-width: 767px) {
  .pickup-news__box::before {
    background-image: url(../images/img_mv-pickup-sp.png);
    width: 12.5rem;
    height: 7.1rem;
    top: -4rem;
  }
}

.tag {
  position: absolute;
  top: 0.9rem;
  left: -0.8rem;
  align-items: center;
  display: flex;
}
@media (max-width: 767px) {
  .tag {
    top: 0.9rem;
  }
}

.tag__text {
  background-color: #382620;
  color: #ffffff;
  display: inline-block;
  font-size: 1.2rem;
  font-weight: bold;
  line-height: 1;
  padding: 0.5rem 0.8rem 0.6rem 1.4rem;
  position: relative;
  z-index: 10;
}
@media (max-width: 767px) {
  .tag__text {
    padding: 0.5rem 0.8rem 0.4rem 1rem;
  }
}
.tag__text::before {
  border-color: transparent #aaaaaa transparent transparent;
  border-style: solid;
  border-width: 0 8px 4px 0;
  content: "";
  height: 0;
  left: 0;
  position: absolute;
  top: 100%;
  width: 0;
}
.tag__text::after {
  content: "";
  position: absolute;
  right: -1rem;
  top: 0;
  width: 1.2rem;
  height: 2.3rem;
  background-color: #382620;
  -webkit-clip-path: polygon(0% 0%, 100% 0, 50% 50%, 100% 100%, 0% 100%);
          clip-path: polygon(0% 0%, 100% 0, 50% 50%, 100% 100%, 0% 100%);
}
@media (max-width: 767px) {
  .tag__text::after {
    right: -0.4rem;
    height: 2.1rem;
  }
}

.column-card {
  position: relative;
}

.column-card__link {
  display: flex;
  width: 100%;
}

.column-card__thumbnail {
  flex-shrink: 0;
  position: relative;
  width: 12rem;
  height: 12rem;
}
@media (max-width: 767px) {
  .column-card__thumbnail {
    width: 10rem;
    height: 10rem;
  }
}
.column-card__thumbnail img {
  display: block;
  left: 0;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: 50% 50%;
     object-position: 50% 50%;
  position: absolute;
  top: 0;
  height: 12rem;
}
@media (max-width: 767px) {
  .column-card__thumbnail img {
    height: 10rem;
  }
}

.column-card__item-content {
  justify-content: flex-start;
  margin-left: 1.6rem;
  width: 100%;
  display: flex;
  flex-direction: column;
}

@media (max-width: 767px) {
  .column-card__item-meta {
    margin-top: 0.9rem;
  }
}

.column-card__item-date {
  color: #222222;
  font-size: 1.2rem;
  font-weight: 500;
  line-height: 1;
}

.column-card__item-title {
  color: #222222;
  font-size: 1.4rem;
  font-weight: 700;
  line-height: 1.7;
  margin-top: 0.8rem;
}
@media (max-width: 767px) {
  .column-card__item-title {
    font-size: 1.2rem;
    margin-top: 0.7rem;
    line-height: 1.5;
  }
}

.concept {
  padding-top: 16rem;
  padding-bottom: 34rem;
  position: relative;
  z-index: 1;
}
@media (max-width: 767px) {
  .concept {
    padding-top: 12rem;
    padding-bottom: 7.3rem;
  }
}
.concept::before {
  position: absolute;
  content: "";
  background: url(../images/dec_mv-coffee-beans-pc.png) left top no-repeat;
  width: 29.6rem;
  height: 26.5rem;
  top: -4.4rem;
  left: calc(50% + 38.6rem);
  overflow: hidden;
  background-size: 100% auto;
}
@media (max-width: 767px) {
  .concept::before {
    background: url(../images/dec_mv-coffee-beans-sp.png) left top no-repeat;
    width: 14.5rem;
    height: 13rem;
    top: -2rem;
    left: calc(50% + 6rem);
    z-index: 1;
    background-size: 100% auto;
  }
}
.concept::after {
  width: calc(50vw + 43%);
  height: 30rem;
  bottom: 24rem;
  content: "";
  background-color: #eae0d5;
  left: 0;
  position: absolute;
  z-index: -1;
}
@media (max-width: 767px) {
  .concept::after {
    height: 10rem;
    bottom: 0;
    width: calc(50vw + 45%);
  }
}

.concept__inner {
  padding-right: 9rem;
  margin: 0 auto;
  max-width: 1280px;
}
@media (max-width: 767px) {
  .concept__inner {
    padding-right: 0;
  }
}

.concept__container {
  display: flex;
  gap: 8rem;
  display: flex;
  margin: 0 auto 0 0;
  max-width: 1190px;
  padding: 0;
}
@media (max-width: 767px) {
  .concept__container {
    flex-direction: column-reverse;
    gap: 8.8rem;
  }
}

.concept__img {
  max-width: 60rem;
}
@media (max-width: 767px) {
  .concept__img {
    max-width: 31.5rem;
  }
}
.concept__img img {
  width: 60rem;
  height: 76.4rem;
}
@media (max-width: 767px) {
  .concept__img img {
    width: 31.5rem;
    height: 40rem;
  }
}

.concept__content {
  display: flex;
  flex-direction: column;
  margin-top: 2.3rem;
}
@media (max-width: 767px) {
  .concept__content {
    padding-right: 2rem;
    padding-left: 2rem;
    margin-top: 0.5rem;
  }
}

.concept-title {
  align-items: flex-start;
}

.concept__description {
  color: #222222;
  font-size: 2.8rem;
  font-weight: 700;
  line-height: 2.2;
  margin-top: 4.9rem;
  letter-spacing: 0.1rem;
}
@media (min-width: 767px) {
  .concept__description {
    font-size: 2.6rem;
  }
}
@media (max-width: 767px) {
  .concept__description {
    margin-top: 3.4rem;
    font-size: 2rem;
    line-height: 2;
    letter-spacing: normal;
  }
}

.concept__text {
  color: #222222;
  font-size: 1.4rem;
  font-weight: 500;
  line-height: 2;
  max-width: 47rem;
  margin-top: 5rem;
}
@media (max-width: 767px) {
  .concept__text {
    margin-top: 3.1rem;
    font-size: 1.4rem;
  }
}

.concept__text2 {
  color: #222222;
  font-size: 1.4rem;
  font-weight: 500;
  line-height: 2;
  max-width: 47rem;
  margin-top: 2.8rem;
}

.concept-button {
  margin-top: 5.5rem;
}
@media (max-width: 767px) {
  .concept-button {
    margin: 5.7rem auto 0;
  }
}

.lunch-set {
  padding: 9rem 0 8rem;
  background-color: #eae0d5;
  z-index: 1;
  position: relative;
}
@media (max-width: 767px) {
  .lunch-set {
    background-color: #f3efeb;
    padding: 12rem 0 11.5rem;
  }
}

.lunch-set__inner {
  padding: 0 5rem;
  margin: 0 auto;
  max-width: 128rem;
  position: relative;
}
@media (max-width: 767px) {
  .lunch-set__inner {
    padding: 5rem 0 6.3rem 0;
    background-color: #eae0d5;
  }
}
.lunch-set__inner::before {
  position: absolute;
  content: "";
  background: url("../images/dec_leaves.png") no-repeat top right;
  background-size: 100% auto;
  top: -22.5rem;
  right: -3.5rem;
  width: 20.1rem;
  height: 22rem;
}
@media (max-width: 767px) {
  .lunch-set__inner::before {
    top: -18rem;
    width: 12.1rem;
  }
}

.top__heading-en.lunch-set-en {
  padding-left: 0.7rem;
  text-transform: uppercase;
}
@media (max-width: 767px) {
  .top__heading-en.lunch-set-en {
    margin-top: 1rem;
    padding-left: 0.5rem;
  }
}

.lunch-set-ja {
  margin-top: 1.6rem;
}
@media (max-width: 767px) {
  .lunch-set-ja {
    margin-top: 1.3rem;
  }
}

.lunch-set__selection {
  position: relative;
  text-align: center;
}

.lunch-set__instruction {
  color: #ffffff;
  font-size: 1.8rem;
  font-weight: 700;
  line-height: 1;
  background-color: #222222;
  padding: 1.2rem 1.9rem 1rem 1.9rem;
  text-align: center;
  display: inline-block;
  margin-top: 4rem;
  position: relative;
  z-index: 10;
}
@media (max-width: 767px) {
  .lunch-set__instruction {
    font-size: 1.4rem;
    padding: 0.9rem 2.5rem 0.9rem 2.5rem;
    margin-top: 4.3rem;
  }
}
.lunch-set__instruction::before {
  position: absolute;
  content: "";
  -webkit-clip-path: polygon(0 0, 100% 0%, 100% 100%, 0 100%, 25% 50%);
          clip-path: polygon(0 0, 100% 0%, 100% 100%, 0 100%, 25% 50%);
  background-color: #222222;
  top: 1rem;
  left: -2rem;
  width: 3.5rem;
  height: 3.7rem;
  z-index: 9;
}
@media (max-width: 767px) {
  .lunch-set__instruction::before {
    top: 0.5rem;
    left: -1.5rem;
    width: 3rem;
    height: 3.3rem;
  }
}
.lunch-set__instruction::after {
  position: absolute;
  content: "";
  -webkit-clip-path: polygon(0% 0%, 100% 0, 75% 50%, 100% 100%, 0% 100%);
          clip-path: polygon(0% 0%, 100% 0, 75% 50%, 100% 100%, 0% 100%);
  background-color: #222222;
  top: 1rem;
  right: -2.2rem;
  width: 3.5rem;
  height: 3.7rem;
  z-index: 9;
}
@media (max-width: 767px) {
  .lunch-set__instruction::after {
    top: 0.5rem;
    right: -1.5rem;
    width: 3rem;
    height: 3.3rem;
  }
}

.lunch-set__box {
  background-color: #ffffff;
  position: relative;
  margin-top: -2rem;
  padding: 4rem;
}
@media (max-width: 767px) {
  .lunch-set__box {
    padding: 3.9rem 2rem 2rem 2rem;
    margin-top: -1rem;
  }
}
.lunch-set__box::before {
  position: absolute;
  background: url(../images/dec_lunch-pc.png) no-repeat top right;
  content: "";
  width: 30rem;
  height: 14rem;
  top: -6.5rem;
  right: -1.5rem;
  background-size: 100% auto;
}
@media (max-width: 767px) {
  .lunch-set__box::before {
    background: url(../images/dec_lunch-sp.png) no-repeat top right;
    width: 20.5rem;
    height: 9.3rem;
    background-size: 100% auto;
    top: -23.7rem;
    right: -1.7rem;
    overflow: hidden;
  }
}

.lunch-set__menu {
  display: flex;
  justify-content: center;
  gap: 2rem;
  background-color: #ffffff;
  max-width: 118rem;
  margin-top: 2rem;
}
@media (max-width: 767px) {
  .lunch-set__menu {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 2.2rem 2rem;
    margin-top: 0;
  }
}

.lunch-set__wrap:nth-child(2),
.lunch-set__wrap:nth-child(4) {
  margin-top: 4rem;
}
@media (max-width: 767px) {
  .lunch-set__wrap:nth-child(2),
  .lunch-set__wrap:nth-child(4) {
    margin-top: 0;
  }
}

.lunch-set__image {
  width: 26rem;
  height: auto;
}

.lunch-set__item {
  margin-top: 1.7rem;
  display: flex;
  gap: 1.2rem;
}
@media (max-width: 767px) {
  .lunch-set__item {
    margin-top: 0.6rem;
  }
}

.lunch-set__label {
  color: #ffffff;
  font-family: "Patua One", serif;
  font-size: 3.2rem;
  font-weight: 400;
  line-height: 1;
  letter-spacing: 0.384rem;
  background-color: #222222;
  padding: 0.4rem 1.3rem 0.6rem 1.4rem;
  width: 4.9rem;
  height: 4.9rem;
  align-items: center;
  display: flex;
  justify-content: center;
}
@media (max-width: 767px) {
  .lunch-set__label {
    font-size: 1.9rem;
    letter-spacing: 0.228rem;
    padding: 0 0.5rem 0.1rem 0.5rem;
    width: 2.4rem;
    height: 2.4rem;
  }
}

.lunch-set__description {
  color: #222222;
  font-size: 1.8rem;
  font-weight: 700;
  line-height: 1.4;
  text-align: left;
}
@media (max-width: 767px) {
  .lunch-set__description {
    font-size: 1.4rem;
    margin-left: -0.6rem;
  }
}

.lunch-set__combo {
  padding-top: 6rem;
  display: flex;
  gap: 4rem;
  justify-content: center;
  border-radius: 8px;
  margin-top: 6rem;
  background: #f7f6f4;
  padding: 2rem 0 2rem 0;
}
@media (max-width: 1160px) {
  .lunch-set__combo {
    flex-direction: column;
  }
}
@media (max-width: 767px) {
  .lunch-set__combo {
    flex-direction: column;
    align-items: center;
    margin-top: 2rem;
    gap: 2rem;
  }
}

.lunch-set__combo-img img {
  width: 70rem;
  height: auto;
}

.lunch-set__price {
  display: flex;
  flex-direction: column;
  align-items: center;
}

.lunch-set__price-text {
  color: #222222;
  text-align: right;
  font-size: 2rem;
  font-weight: 700;
  line-height: 1.5;
}
@media (max-width: 1160px) {
  .lunch-set__price-text {
    text-align: center;
  }
}
@media (max-width: 767px) {
  .lunch-set__price-text {
    font-size: 1.6rem;
  }
}

.lunch-set__price-value {
  color: #222222;
  font-family: "Damion", cursive;
  font-size: 6rem;
  font-weight: 400;
  line-height: 1;
  background: url(../images/dec_lunch-dot.svg) left bottom repeat-x;
  display: inline-block;
  background-size: 100% auto;
  padding: 0 0.6rem 2rem 0;
  margin-top: 1rem;
}
@media (max-width: 767px) {
  .lunch-set__price-value {
    font-size: 4rem;
    margin-top: 0.5rem;
    padding: 0 0.6rem 1.5rem 0;
  }
}

.lunch-set__price-time {
  color: #222222;
  text-align: right;
  font-size: 1.4rem;
  font-weight: 700;
  line-height: 1;
  margin-top: 1.5rem;
}
@media (max-width: 767px) {
  .lunch-set__price-time {
    font-size: 1.2rem;
  }
}

.grand-menu {
  padding: 16.5rem 0 24.6rem;
  position: relative;
  z-index: 2;
}
@media (max-width: 767px) {
  .grand-menu {
    padding: 0 0 19rem 0;
  }
}
.grand-menu::before {
  position: absolute;
  background: #eae0d5;
  content: "";
  width: 80%;
  height: 79.5%;
  top: 54.3rem;
  right: 0;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
}
@media (max-width: 767px) {
  .grand-menu::before {
    width: 73%;
    height: 88.2%;
    top: 25.3rem;
  }
}
@media screen and (min-width: 1280px) {
  .grand-menu::before {
    width: calc(50vw + 384px);
  }
}
.grand-menu::after {
  position: absolute;
  content: "";
  background: url(../images/dec_grand-menu-coffee-beans.png) no-repeat right bottom;
  background-size: 100% auto;
  width: 39rem;
  height: 33rem;
  bottom: 4.8rem;
  right: -13.4rem;
}
@media (max-width: 767px) {
  .grand-menu::after {
    width: 17rem;
    bottom: 2rem;
    right: -4rem;
  }
}

.grand-menu__inner {
  position: relative;
  margin: 0 auto;
  max-width: 128rem;
}
.grand-menu__inner::before {
  position: absolute;
  content: "";
  background: url(../images/dec_grand-menu-coffee-leaves.png) no-repeat top left;
  background-size: 100% auto;
  left: -10.5rem;
  top: -30.5rem;
  width: 40.5rem;
  height: 39.7rem;
  z-index: 2;
}
@media (max-width: 767px) {
  .grand-menu__inner::before {
    left: -4rem;
    top: -19rem;
    width: 18.5rem;
    height: 16.7rem;
  }
}

.grand-menu__body {
  margin: 4.9rem auto 0;
  padding: 0 9rem;
  max-width: 128rem;
}
@media (max-width: 767px) {
  .grand-menu__body {
    margin: 3.9rem auto 0;
    padding: 0 2rem;
  }
}

.grand-menu__title:nth-child(2), .grand-menu__title:nth-child(3), .grand-menu__title:nth-child(4) {
  margin-top: 8.5rem;
}
@media (max-width: 767px) {
  .grand-menu__title:nth-child(2), .grand-menu__title:nth-child(3), .grand-menu__title:nth-child(4) {
    margin-top: 2.1rem;
  }
}

.grand-menu__title:nth-child(3), .grand-menu__title:nth-child(4) {
  margin-top: 8.5rem;
}
@media (max-width: 767px) {
  .grand-menu__title:nth-child(3), .grand-menu__title:nth-child(4) {
    margin-top: 2.3rem;
  }
}

.grand-menu__text {
  color: #222222;
  font-size: 2.5rem;
  font-weight: 700;
  line-height: 1;
  width: 100%;
  border-top: 0.2rem solid #222222;
  border-bottom: 0.2rem solid #222222;
  padding: 1rem 2.1rem 1.5rem 2.1rem;
  position: relative;
}
@media (max-width: 767px) {
  .grand-menu__text {
    font-size: 2rem;
    padding: 1.1rem 1.1rem 1rem 1.1rem;
  }
}
.grand-menu__text::before {
  position: absolute;
  content: "";
  top: 0.2rem;
  left: 0;
  height: 0.1rem;
  width: 100%;
  background-color: #222222;
}
.grand-menu__text::after {
  position: absolute;
  content: "";
  bottom: 0.2rem;
  left: 0;
  height: 0.1rem;
  width: 100%;
  background-color: #222222;
}

.grand-menu__box {
  margin-top: 2.4rem;
}
@media (max-width: 767px) {
  .grand-menu__box {
    margin-top: 2rem;
  }
}

.grand-menu__items {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  grid-template-rows: 1fr;
  grid-column-gap: 3.4rem;
  grid-row-gap: 0;
}
@media (max-width: 767px) {
  .grand-menu__items {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 0.3rem 1.9rem;
  }
}

.grand-menu__items--bread {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  grid-template-rows: repeat(2, 1fr);
  grid-column-gap: 3.4rem;
  grid-row-gap: 2.6rem;
}
@media (max-width: 767px) {
  .grand-menu__items--bread {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 0.3rem 1.9rem;
  }
}

.grand-menu__item {
  margin-bottom: 2rem; /* 下に余白を追加 */
}

.grand-menu__item-img {
  background: #ffffff;
  padding: 0.8rem;
}
@media (max-width: 767px) {
  .grand-menu__item-img {
    padding: 0.5rem;
  }
}
.grand-menu__item-img img {
  height: auto;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  aspect-ratio: 1/1; /* 正方形を維持 */
}
@media (max-width: 767px) {
  .grand-menu__item-img img {
    aspect-ratio: 1/1; /* 正方形を維持 */
  }
}

.grand-menu-item__body {
  margin-top: 1.2rem;
}
@media (max-width: 767px) {
  .grand-menu-item__body {
    margin-top: 0.7rem;
  }
}

.grand-menu__item-description {
  color: #222222;
  font-size: 2rem;
  font-weight: 700;
  line-height: 1.5;
}
@media (max-width: 767px) {
  .grand-menu__item-description {
    font-size: 1.4rem;
  }
}

.grand-menu__item-price {
  color: #222222;
  font-family: "Damion", cursive;
  font-size: 3.2rem;
  font-weight: 400;
  line-height: 1;
  margin-top: 0.5rem;
}
@media (max-width: 767px) {
  .grand-menu__item-price {
    font-size: 2.4rem;
  }
}

.grand-menu__drink-body {
  margin-top: 2.7rem;
}
@media (max-width: 767px) {
  .grand-menu__drink-body {
    margin-top: 2.5rem;
  }
}

.grand-menu__drink-menus {
  display: flex;
  justify-content: center;
}

.grand-menu__item-img--coffee {
  background-color: #ffffff;
  display: block;
  flex-basis: 31.18182%;
  margin-right: 6.2rem;
  padding: 0.8rem;
  width: 100%;
}
@media (max-width: 1279px) {
  .grand-menu__item-img--coffee {
    display: none;
  }
}

.grand-menu-drink-menu__list {
  display: flex;
  gap: 5.1rem;
}
@media (max-width: 767px) {
  .grand-menu-drink-menu__list {
    flex-direction: column;
    gap: 4.7rem;
    margin-left: 0;
  }
}

.grand-menu-drink-menu__item {
  flex-grow: 1;
  width: 19.5rem;
}
@media (max-width: 767px) {
  .grand-menu-drink-menu__item {
    width: 29.5rem;
  }
}

.grand-menu-drink-menu__title {
  color: #222222;
  font-size: 1.6rem;
  font-weight: 700;
  line-height: 1;
  padding-bottom: 1.5rem;
  border-bottom: 0.1rem solid #222222;
}
@media (max-width: 767px) {
  .grand-menu-drink-menu__title {
    padding-bottom: 1.4rem;
  }
}

.grand-menu-drink-menu__subitem {
  display: flex;
  justify-content: space-between;
  margin-top: 2rem;
}
@media (max-width: 767px) {
  .grand-menu-drink-menu__subitem {
    margin-top: 1.5rem;
    align-items: center;
  }
}

.grand-menu-drink-menu__subitem + .grand-menu-drink-menu__subitem {
  margin-top: 1.5rem;
}

.grand-menu-drink-menu__name {
  color: #222222;
  font-size: 1.4rem;
  font-weight: 700;
  line-height: 1;
}

.grand-menu-drink-menu__price {
  color: #222222;
  font-family: "Damion", cursive;
  font-size: 2rem;
  font-weight: 400;
  line-height: 1;
}

.grand-menu-button {
  margin: 5rem auto 0;
}
@media (max-width: 767px) {
  .grand-menu-button {
    margin: 4.3rem auto 0;
  }
}

.gallery {
  padding: 8.8rem 0;
  background: #eae0d5;
}
@media (max-width: 767px) {
  .gallery {
    padding: 7rem 0 10.5rem;
  }
}

.gallery__inner {
  padding: 0 9rem;
  position: relative;
  margin: 0 auto;
  max-width: 128rem;
}
@media (max-width: 767px) {
  .gallery__inner {
    padding: 0 2rem;
    max-width: 50rem;
  }
}
.gallery__inner::before {
  position: absolute;
  background: url(../images/dec_gallery.png) no-repeat top left;
  content: "";
  width: 26.5rem;
  height: 13rem;
  top: -11rem;
  left: 29.8rem;
  background-size: 100% auto;
}
@media (max-width: 767px) {
  .gallery__inner::before {
    width: 20rem;
    top: -12.5rem;
    left: -2rem;
  }
}

.gallery-en {
  padding-left: 1rem;
}

.gallery__box {
  margin: 4rem auto 0;
  max-width: 128rem;
}

.gallery__wrap {
  display: flex;
  gap: 2.4rem;
}
@media (max-width: 767px) {
  .gallery__wrap {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 1.9rem;
  }
}

.gallery__image {
  max-width: 25.7rem;
  width: 25%;
}
@media (max-width: 767px) {
  .gallery__image {
    width: calc(50% + 8rem);
  }
}

.gallery-menu-button {
  margin: 6.1rem auto 0;
}
@media (max-width: 767px) {
  .gallery-menu-button {
    margin: 4rem auto 0;
  }
}

.news {
  padding-top: 12.5rem;
}
@media (max-width: 767px) {
  .news {
    padding-top: 12rem;
  }
}

.news__inner {
  padding: 0 9rem;
  max-width: 128rem;
  position: relative;
  margin: 0 auto;
}
@media (max-width: 767px) {
  .news__inner {
    padding: 0 2rem;
  }
}
.news__inner::after {
  position: absolute;
  background: url(../images/img_gallery-bg_plate.png) no-repeat top left;
  content: "";
  width: 35.4rem;
  height: 32rem;
  top: -27.3rem;
  left: -8.5rem;
  background-size: 100% auto;
}
@media (max-width: 767px) {
  .news__inner::after {
    width: 20.4rem;
    height: 18.5rem;
    top: -12.8rem;
    left: -5rem;
  }
}

.news-en {
  padding-left: 1rem;
}

.news-ja {
  margin-top: 1.9rem;
}
@media (max-width: 767px) {
  .news-ja {
    margin-top: 1.4rem;
  }
}

.news__boxes {
  margin-top: 4.3rem;
  display: flex;
}
@media (max-width: 767px) {
  .news__boxes {
    flex-direction: column;
    margin-top: 4rem;
  }
}

.news__box-large {
  width: 46.5%;
}
@media (max-width: 767px) {
  .news__box-large {
    width: 100%;
  }
}

.tag.news-tag--large {
  top: 2.2rem;
  left: -0.8rem;
}
@media (max-width: 767px) {
  .tag.news-tag--large {
    top: 2rem;
  }
}

.tag__text.news-tag__text--large {
  font-size: 1.6rem;
  padding: 0.5rem 0.8rem 0.8rem 1.4rem;
}
@media (max-width: 767px) {
  .tag__text.news-tag__text--large {
    font-size: 1.2rem;
    padding: 0.5rem 0.8rem 0.7rem 1.5rem;
  }
}
.tag__text.news-tag__text--large::after {
  height: 2.9rem;
  right: -0.7rem;
}
@media (max-width: 767px) {
  .tag__text.news-tag__text--large::after {
    height: 2.4rem;
  }
}

.news-tag--small {
  top: 1.4rem;
  left: -0.8rem;
  position: absolute;
}
@media (max-width: 767px) {
  .news-tag--small {
    top: 1rem;
  }
}

.tag__text.news-tag__text--small {
  background-color: #382620;
  color: #ffffff;
  display: inline-block;
  font-size: 1.2rem;
  font-weight: bold;
  line-height: 1;
  padding: 0.5rem 0.8rem 0.6rem 1.4rem;
  position: relative;
  z-index: 10;
}
@media (max-width: 767px) {
  .tag__text.news-tag__text--small {
    padding: 0.5rem 0.8rem 0.5rem 1rem;
  }
}
.tag__text.news-tag__text--small::before {
  border-color: transparent #aaaaaa transparent transparent;
  border-style: solid;
  border-width: 0 8px 4px 0;
  content: "";
  height: 0;
  left: 0;
  position: absolute;
  top: 100%;
  width: 0;
}
.tag__text.news-tag__text--small::after {
  content: "";
  position: absolute;
  right: -1rem;
  top: 0rem;
  width: 1.2rem;
  height: 2.3rem;
  background-color: #382620;
  -webkit-clip-path: polygon(0% 0%, 100% 0, 50% 50%, 100% 100%, 0% 100%);
          clip-path: polygon(0% 0%, 100% 0, 50% 50%, 100% 100%, 0% 100%);
}
@media (max-width: 767px) {
  .tag__text.news-tag__text--small::after {
    right: -0.5rem;
    height: 2.2rem;
  }
}

.news-card__thumbnail--large {
  height: 0;
  overflow: hidden;
  padding-top: 62.5%;
  position: relative;
  width: 100%;
}
.news-card__thumbnail--large img {
  height: 100%;
  left: 0;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: 50% 50%;
     object-position: 50% 50%;
  position: absolute;
  top: 0;
  transition: transform 0.3s;
  width: 100%;
}
@media (max-width: 767px) {
  .news-card__thumbnail--large img {
    width: 100%;
    height: auto;
  }
}

.news-card__thumbnail--large:hover img {
  transform: scale(1.1);
}

.news-box__small {
  width: 50%;
  margin-left: 3.7rem;
  display: grid;
  grid-template-columns: repeat(2, 2fr);
  gap: 3.5rem 4.2rem;
}
@media (max-width: 767px) {
  .news-box__small {
    margin-left: 0;
    grid-template-columns: repeat(2, 1fr);
    gap: 2.3rem 1.9rem;
    margin-top: 2.4rem;
    width: 100%;
  }
}

.news-card__item-title {
  color: #222222;
  font-size: 2rem;
  font-weight: 700;
  line-height: 1.6;
  margin-top: 1.8rem;
}
@media (max-width: 767px) {
  .news-card__item-title {
    font-size: 1.4rem;
    line-height: 1.7;
    margin-top: 1.2rem;
  }
}

.news-card__item-title.news-card__item-title--large {
  padding-right: 3rem;
}
@media (max-width: 1279px) {
  .news-card__item-title.news-card__item-title--large {
    padding-right: 0;
  }
}

.news-card__item-title.news-card__item-title--small {
  font-size: 1.4rem;
  line-height: 1.7;
  font-weight: 700;
  margin-top: 1rem;
}
@media (max-width: 767px) {
  .news-card__item-title.news-card__item-title--small {
    font-size: 1.2rem;
    line-height: 1.5;
    margin-top: 0.7rem;
  }
}

.news-card__item-text {
  color: #222222;
  font-size: 1.4rem;
  font-weight: 400;
  line-height: 1.7;
  margin-top: 1rem;
}
@media (max-width: 767px) {
  .news-card__item-text {
    font-size: 1.2rem;
    line-height: 1.5;
  }
}

.news-card__item-date {
  margin-top: 1.5rem;
  color: #222222;
  font-size: 1.4rem;
  font-weight: 500;
  line-height: 1;
  display: block;
}
@media (max-width: 767px) {
  .news-card__item-date {
    margin-top: 1.2rem;
    font-size: 1.2rem;
  }
}

.news-card__item-date.news-card__item-date--small {
  font-size: 1.2rem;
  margin-top: 1.4rem;
  font-weight: 500;
  line-height: 1;
}
@media (max-width: 767px) {
  .news-card__item-date.news-card__item-date--small {
    margin-top: 0.8rem;
  }
}

.news-box__item {
  position: relative;
}

.news-card__thumbnail--small {
  height: 0;
  overflow: hidden;
  padding-top: 62.5%;
  position: relative;
  width: 100%;
}
.news-card__thumbnail--small img {
  height: 100%;
  left: 0;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: 50% 50%;
     object-position: 50% 50%;
  position: absolute;
  top: 0;
  transition: transform 0.3s;
  width: 100%;
}
@media (max-width: 767px) {
  .news-card__thumbnail--small img {
    height: auto;
  }
}

.news-card__thumbnail--small:hover img {
  transform: scale(1.1);
}

.news-menu-button {
  margin: 6.3rem auto 0;
  max-width: 100%;
  transform: translateX(-7px);
  width: 28rem;
}
@media (max-width: 767px) {
  .news-menu-button {
    margin: 4.2rem auto 0;
    max-width: 28.9rem;
    width: 86.56716%;
    transform: translateX(-0.2rem);
  }
}

.breadcrumbs {
  margin: 1.6rem auto 0;
  padding: 0 4rem;
  max-width: 118rem;
}
@media (max-width: 767px) {
  .breadcrumbs {
    margin: 0.2rem auto 0;
    padding: 0 1rem;
  }
}

.breadcrumb {
  display: inline;
  font-weight: 700;
}

.breadcrumbs li {
  display: inline;
}

.breadcrumbs li:after {
  content: ">";
  padding: 0 1.3rem;
  color: #382620;
}
@media (max-width: 767px) {
  .breadcrumbs li:after {
    padding: 0 0.2rem;
  }
}

.breadcrumbs span {
  color: #382620;
  font-size: 1.4rem;
  font-weight: 700;
  line-height: 1;
}
@media (max-width: 767px) {
  .breadcrumbs span {
    font-size: 1.2rem;
  }
}

.breadcrumb li:last-child:after {
  content: "";
}

.sub-concept {
  padding-top: 8rem;
}
@media (max-width: 767px) {
  .sub-concept {
    padding-top: 4.4rem;
  }
}

.sub-concept__inner {
  padding: 0 9rem;
  margin: 0 auto;
  max-width: 128rem;
  position: relative;
}
@media (max-width: 767px) {
  .sub-concept__inner {
    padding: 0 2rem;
  }
}
.sub-concept__inner::after {
  width: 98.4rem;
  height: 20rem;
  bottom: -10rem;
  content: "";
  background-color: #eae0d5;
  right: 0;
  position: absolute;
  z-index: -1;
}
@media (max-width: 767px) {
  .sub-concept__inner::after {
    width: 33.5rem;
    height: 10rem;
    bottom: -4.8rem;
  }
}

.sub-concept__container {
  display: flex;
  gap: 7.1rem;
  align-items: center;
}
@media (max-width: 767px) {
  .sub-concept__container {
    flex-direction: column;
    gap: 3.5rem;
  }
}

.sub-concept__content {
  flex-shrink: 0;
}

.sub-concept__title {
  font-size: 2.8rem;
  font-weight: 700;
  line-height: 2.1;
}
@media (max-width: 767px) {
  .sub-concept__title {
    font-size: 2rem;
  }
}

.sub-concept__text {
  font-size: 1.4rem;
  font-weight: 500;
  line-height: 2;
  max-width: 38.9rem;
  margin-top: 2.6rem;
}
@media (max-width: 767px) {
  .sub-concept__text {
    margin-top: 3rem;
    max-width: -moz-fit-content;
    max-width: fit-content;
  }
}

.sub-concept__wrap-images {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  max-width: 64rem;
}

.sub-concept__img-small {
  display: flex;
  margin-top: 2rem;
  gap: 2rem;
}
@media (max-width: 767px) {
  .sub-concept__img-small {
    margin-top: 1.1rem;
    gap: 1.1rem;
  }
}

.sub-concept__wrapper2 {
  padding: 10rem 0 6rem;
  margin-top: 10rem;
}
@media (max-width: 767px) {
  .sub-concept__wrapper2 {
    padding: 7.5rem 0 2rem;
    margin-top: 4.8rem;
  }
}

.sub-concept__inner2 {
  padding: 0 9rem;
  margin: 0 auto;
  max-width: 128rem;
  position: relative;
}
@media (max-width: 767px) {
  .sub-concept__inner2 {
    padding: 0 2rem;
  }
}
.sub-concept__inner2::after {
  width: 58rem;
  height: 43.7rem;
  bottom: -6rem;
  content: "";
  background-color: #eae0d5;
  left: 0;
  position: absolute;
  z-index: -1;
}
@media (max-width: 767px) {
  .sub-concept__inner2::after {
    width: 28.4rem;
    height: 22.7rem;
    bottom: -2rem;
  }
}

.sub-concept__container2 {
  display: flex;
  gap: 7.1rem;
  align-items: center;
}
@media (max-width: 767px) {
  .sub-concept__container2 {
    flex-direction: column-reverse;
    gap: 3.5rem;
  }
}

.sub-concept__image2 {
  max-width: 64rem;
  height: auto;
}

.sub-concept__wrapper3 {
  padding-top: 4rem;
  margin-top: 10rem;
}
@media (max-width: 767px) {
  .sub-concept__wrapper3 {
    padding: 0;
    margin-top: 7.2rem;
  }
}

.sub-concept__inner3 {
  padding: 0 9rem 8rem;
  margin: 0 auto;
  max-width: 128rem;
  position: relative;
}
@media (max-width: 767px) {
  .sub-concept__inner3 {
    padding: 0 2rem 3.6rem;
  }
}
.sub-concept__inner3::after {
  width: calc(400px + 50vw - 640px);
  height: 52rem;
  bottom: 0;
  content: "";
  background-color: #eae0d5;
  right: 0;
  position: absolute;
  z-index: -1;
  top: auto;
}
@media (max-width: 767px) {
  .sub-concept__inner3::after {
    width: 49%;
    height: 23.9rem;
    right: 2rem;
  }
}

.sub-concept__container3 {
  display: flex;
  gap: 7.1rem;
  align-items: center;
}
@media (max-width: 767px) {
  .sub-concept__container3 {
    gap: 3.6rem;
    flex-direction: column;
    align-items: baseline;
  }
}

.sub-concept__image3 {
  max-width: 64rem;
  height: auto;
}
@media (max-width: 767px) {
  .sub-concept__image3 {
    width: 88.4%;
  }
}

.contact {
  padding-top: 8rem;
}
@media (max-width: 767px) {
  .contact {
    padding-top: 4.6rem;
  }
}

.contact__inner {
  margin: 0 auto;
  padding: 0 4.5rem;
  max-width: 77.8rem;
}
@media (max-width: 767px) {
  .contact__inner {
    padding: 0 2rem;
  }
}

.contact__title {
  color: #382620;
  font-size: 2.8rem;
  font-weight: 700;
  line-height: 1.4;
  text-align: center;
}
@media (max-width: 767px) {
  .contact__title {
    font-size: 2rem;
    line-height: 2;
  }
}

.contact-title__text {
  margin-top: 2.8rem;
}
@media (max-width: 767px) {
  .contact-title__text {
    margin-top: 2rem;
  }
}

.contact__text {
  color: #382620;
  font-size: 1.6rem;
  font-weight: 500;
  line-height: 1;
  display: inline-block;
}
@media (max-width: 767px) {
  .contact__text {
    font-size: 1.4rem;
    line-height: 1.7;
  }
}

.contact__form {
  margin-top: 8.5rem;
}
@media (max-width: 767px) {
  .contact__form {
    margin-top: 6.5rem;
  }
}

.contact__fields {
  display: flex;
  flex-direction: column;
  gap: 4rem;
  margin-top: 8.5rem;
}
@media (max-width: 767px) {
  .contact__fields {
    gap: 4.1rem;
    margin-top: 6.5rem;
  }
}

.contact__field {
  display: flex;
  flex-direction: column;
}

.form-field {
  display: flex;
  gap: 2.7rem;
}
@media (max-width: 767px) {
  .form-field {
    display: flex;
    gap: 0.8rem;
    flex-direction: column;
    align-items: flex-start;
  }
}

.form-field__head {
  display: flex;
  gap: 0.8rem;
  flex-shrink: 0;
}
.form-field__head--flex {
  width: 25%;
  flex-shrink: 0;
  margin-top: 1.5rem;
}
@media (max-width: 767px) {
  .form-field__head--flex {
    width: 51%;
  }
  .form-field__head--flex:nth-of-type(1) {
    margin-top: 0.4rem;
  }
  .form-field__head--flex:not(:nth-of-type(1)) {
    margin-top: -0.3rem;
  }
}

@media (max-width: 767px) {
  .form-field--top-alignment {
    align-items: flex-start;
  }
}

.form-field__label {
  font-size: 1.6rem;
  font-weight: 700;
  line-height: 1;
}

.label.form-field__label {
  cursor: pointer;
}

.form-field__tag {
  font-weight: 700;
  color: #ffffff;
  padding: 0.4rem 0.6rem;
  background: #f07317;
  border-radius: 4px;
  height: -moz-fit-content;
  height: fit-content;
  font-size: 1.1rem;
  line-height: 1;
}

.form-field__item {
  flex-grow: 1;
}
@media (max-width: 767px) {
  .form-field__item {
    width: 100%;
  }
  .form-field__item:nth-of-type(1) {
    margin-top: 1.6rem;
  }
  .form-field__item:not(:nth-of-type(1)) {
    margin-top: 0rem;
  }
}

.form-text {
  font-size: 1.6rem;
  font-weight: 500;
  line-height: 1;
  color: #222222;
  border-radius: 0.6rem;
  background: #ffffff;
  width: 100%;
  padding: 1.2rem 0 1.3rem 1.6rem;
  border: 0.1rem solid #382620;
  height: 4.8rem;
  cursor: pointer;
}
.form-text:hover, .form-text:focus {
  outline: none;
}
.form-text:focus {
  border: 0.3rem solid #382620;
  background: #ffffff;
}

.form-text::-moz-placeholder,
.form-textarea::-moz-placeholder {
  color: #ccc;
}
.form-text::-moz-placeholder, .form-textarea::-moz-placeholder {
  color: #ccc;
}
.form-text::placeholder,
.form-textarea::placeholder {
  color: #ccc;
}

.form-text.is-error,
.form-textarea.is-error {
  background-color: #ffffff;
  border-color: #f07317;
}

@media (max-width: 767px) {
  .form-field__radios {
    margin-top: 1.5rem;
  }
}

.wpcf7-list-item {
  display: block;
  margin-left: 0;
}

.wpcf7-list-item + .wpcf7-list-item {
  margin-top: 1.9rem;
}
@media (max-width: 767px) {
  .wpcf7-list-item + .wpcf7-list-item {
    margin-top: 1.9rem;
  }
}

.from-radio:focus .from-radio__text:before, .from-radio:hover .from-radio__text:before {
  border-color: #382620;
}

.form-field__radios input + span {
  position: relative;
  padding-left: 3.5rem;
  cursor: pointer;
  color: #382620;
  font-size: 1.6rem;
  font-weight: 500;
  line-height: 1;
}
@media (max-width: 767px) {
  .form-field__radios input + span {
    padding-left: 3.4rem;
  }
}
.form-field__radios input + span::before, .form-field__radios input + span::after {
  content: "";
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  border-radius: 50%;
  border: 0.1rem solid transparent;
}
.form-field__radios input + span:hover, .form-field__radios input + span:focus {
  outline: none;
}
.form-field__radios input + span::before {
  width: 2.4rem;
  height: 2.4rem;
  background: #ffffff;
  left: 0;
  border: 0.1rem solid #382620;
}
.form-field__radios input + span::after {
  left: 0.6rem;
  width: 1.2rem;
  height: 1.2rem;
  background: #f07317;
  opacity: 0;
}

[type=radio]:checked + span::after {
  opacity: 1;
}

.from-radio__text {
  position: relative;
  padding-left: 3rem;
  cursor: pointer;
  color: #382620;
  font-size: 1.6rem;
  font-weight: 500;
  line-height: 1;
}
@media (max-width: 767px) {
  .from-radio__text {
    padding-left: 3.4rem;
  }
}
.from-radio__text::before, .from-radio__text::after {
  content: "";
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  border-radius: 50%;
  border: 0.1rem solid transparent;
}
.from-radio__text:hover, .from-radio__text:focus {
  outline: none;
}
.from-radio__text::before {
  width: 2.4rem;
  height: 2.4rem;
  background: #ffffff;
  left: 0;
  border: 0.1rem solid #382620;
}
.from-radio__text::after {
  left: 0.6rem;
  width: 1.2rem;
  height: 1.2rem;
  background: #f07317;
  opacity: 0;
}

.form-textarea {
  color: #382620;
  padding: 1.2rem 0 0 1.6rem;
  border-radius: 0.6rem;
  background: #ffffff;
  width: 100%;
  height: 24rem;
  border: 0.1rem solid #382620;
  font-size: 1.6rem;
  font-weight: 500;
  line-height: 1;
}
@media (max-width: 767px) {
  .form-textarea {
    height: 20rem;
  }
}
.form-textarea:hover, .form-textarea:focus {
  outline: none;
}
.form-textarea:focus {
  border: 0.3rem solid #382620;
  background: #ffffff;
}
.form-textarea.is-error {
  border-color: #f07317;
  background: #ffffff;
}

.contact__privacy {
  margin-top: 4rem;
}
@media (max-width: 767px) {
  .contact__privacy {
    margin-top: 1.9rem;
  }
}

.contact-privacy__text {
  color: #382620;
  font-weight: 500;
  line-height: normal;
}
@media (max-width: 767px) {
  .contact-privacy__text {
    line-height: 1.7;
  }
}

.contact-button {
  margin: 4rem auto 0;
  display: grid;
}
@media (max-width: 767px) {
  .contact-button {
    margin-top: 3.7rem;
  }
}

span.wpcf7-spinner {
  display: none;
}

.form-field__error {
  color: #f07317;
  display: none;
  font-size: 1.6rem;
}

.gift-box {
  margin: 8rem auto 10rem;
  padding: 0 9rem;
  max-width: 128rem;
}
@media (max-width: 767px) {
  .gift-box {
    padding: 0 2rem;
    margin: 4.6rem auto 6rem;
  }
}

.gift-box__items {
  display: flex;
  flex-wrap: wrap;
}

.gift-box__row-item {
  display: flex;
  width: 100%;
}
@media (max-width: 767px) {
  .gift-box__row-item {
    display: block;
  }
}

.gift-box__row-item + .gift-box__row-item {
  margin-top: 4.1rem;
}
@media (max-width: 767px) {
  .gift-box__row-item + .gift-box__row-item {
    margin-top: 4rem;
  }
}

.gift-box_latest-item {
  margin-right: 3.6%;
  width: 48%;
}
@media (max-width: 767px) {
  .gift-box_latest-item {
    margin-bottom: 4rem;
    width: 100%;
  }
}

.gift-box__item-img {
  padding-top: 100%;
  height: 0;
  position: relative;
}
.gift-box__item-img img {
  display: block;
  height: 100%;
  left: 0;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: 50% 50%;
     object-position: 50% 50%;
  position: absolute;
  top: 0;
  width: 100%;
}
@media (max-width: 767px) {
  .gift-box__item-img img {
    max-width: 100%;
  }
}

.gift-box__item-description--large {
  margin-top: 1.3rem;
  font-size: 2.4rem;
  font-weight: 700;
  line-height: 1;
}
@media (max-width: 767px) {
  .gift-box__item-description--large {
    margin-top: 1.6rem;
    font-size: 2rem;
  }
}

.gift-box__item-price--large {
  font-family: "Damion", cursive;
  font-size: 3.2rem;
  font-weight: 400;
  line-height: 1.1;
  text-align: center;
  margin-top: 1.2rem;
}
@media (max-width: 767px) {
  .gift-box__item-price--large {
    font-size: 2.8rem;
    margin-top: 1rem;
  }
}

.gift-box__item-description {
  font-size: 1.4rem;
  font-weight: 700;
  line-height: 1;
  margin-top: 1.5rem;
}
@media (max-width: 767px) {
  .gift-box__item-description {
    margin-top: 1.1rem;
    line-height: 1.3;
  }
}

.gift-box__item-price {
  text-align: center;
  font-family: "Damion", cursive;
  font-size: 2.4rem;
  font-weight: 400;
  line-height: 1.1;
  margin-top: 0.9rem;
}
@media (max-width: 767px) {
  .gift-box__item-price {
    margin-top: 0.5rem;
  }
}

.gift-box__sub-list {
  display: flex;
  flex-wrap: wrap;
}
@media (max-width: 767px) {
  .gift-box__sub-list {
    width: 100%;
  }
}

.gift-box__sub-list--half {
  width: 48%;
}
@media (max-width: 767px) {
  .gift-box__sub-list--half {
    width: 100%;
  }
}

.gift-box__sub-list--half .gift-box-sub-list__item {
  margin-right: 7.54%;
  width: 46.2%;
}
@media (max-width: 767px) {
  .gift-box__sub-list--half .gift-box-sub-list__item {
    width: 46%;
  }
}

.gift-box-sub-list__item {
  margin-right: 3.6%;
  width: 22.3%;
}
@media (max-width: 767px) {
  .gift-box-sub-list__item {
    margin-right: 1.8rem;
    width: calc(50% - 0.9rem);
  }
}

.gift-box-sub-list__item:nth-of-type(2n) {
  margin-right: 3.6%;
}
@media (max-width: 767px) {
  .gift-box-sub-list__item:nth-of-type(2n) {
    margin-right: 0;
  }
}

.gift-box-sub-list__item:nth-of-type(4n) {
  margin-right: 0;
}

.gift-box-sub-list__item:nth-of-type(n + 3) {
  margin-top: 0;
}
@media (max-width: 767px) {
  .gift-box-sub-list__item:nth-of-type(n + 3) {
    margin-top: 4rem;
  }
}

.gift-box__sub-list--half .gift-box-sub-list__item {
  margin-right: 7.5%;
  width: 46.2%;
}

.gift-box__sub-list--half .gift-box-sub-list__item:nth-of-type(2n) {
  margin-right: 0;
}

.gift-box__sub-list--half .gift-box-sub-list__item:nth-of-type(n + 3) {
  margin-top: 7.5%;
}
@media (max-width: 767px) {
  .gift-box__sub-list--half .gift-box-sub-list__item:nth-of-type(n + 3) {
    margin-top: 13%;
  }
}

.gift-box-sub-list {
  display: flex;
  flex-wrap: wrap;
  width: 100%;
}

.gift__wrap {
  margin: 0 auto;
  padding: 0 9rem;
  max-width: 128rem;
}
@media (max-width: 767px) {
  .gift__wrap {
    padding: 0 2rem;
    margin: 0 auto;
  }
}

.gift__inner {
  position: relative;
}
.gift__inner::after {
  content: "";
  position: absolute;
  right: 50%;
  top: 50%;
  transform: translate(50%, -50%);
  z-index: 2;
}
.gift__inner::after {
  width: calc(100% - 1.4rem);
  height: calc(100% - 1.4rem);
  border: 0.1rem solid #382620;
}

.gift__container {
  display: flex;
  gap: 6.2rem;
  padding: 7.5rem 5.5rem;
  border: 0.4rem solid #382620;
  background: #ffffff;
}
@media (max-width: 767px) {
  .gift__container {
    flex-direction: column;
    gap: 3.6rem;
    padding: 3.2rem 4rem 4rem;
  }
}

.gift__content {
  width: calc(41% + 60px);
}
@media (max-width: 767px) {
  .gift__content {
    width: 100%;
  }
}

.gift__img {
  flex-shrink: 0.6;
  width: 46.93878%;
}
@media (max-width: 767px) {
  .gift__img {
    width: 100%;
  }
}

.gift__title {
  color: #382620;
  font-size: 2.4rem;
  font-weight: 700;
  line-height: 1.6;
  padding-bottom: 2.4rem;
  background: url(../images/icon_gift-dot.svg) left bottom repeat-x;
  background-size: 100% auto;
}
@media (max-width: 767px) {
  .gift__title {
    font-size: 1.6rem;
    line-height: 1.75;
    padding-bottom: 2.6rem;
    background-size: auto;
    text-align: center;
  }
}

.gift__text {
  font-size: 1.6rem;
  font-weight: 500;
  line-height: 2;
  margin-top: 3.6rem;
}
@media (max-width: 767px) {
  .gift__text {
    margin-top: 2.2rem;
    font-size: 1.2rem;
  }
}

.sub-news-content__inner {
  display: flex;
  margin: 0 auto 0;
  max-width: 119rem;
  padding: 8.4rem 4.5rem 0;
}
@media (max-width: 767px) {
  .sub-news-content__inner {
    flex-direction: column;
    padding: 5rem 2rem 0;
  }
}

.primary {
  flex-basis: 73.67685%;
  flex-shrink: 1;
  margin-right: 6.05042%;
}
@media (max-width: 767px) {
  .primary {
    margin-right: 0;
  }
}

.entries {
  display: flex;
  flex-wrap: wrap;
  margin-top: 2.9rem;
  padding-left: 0.8rem;
}
@media (max-width: 767px) {
  .entries {
    margin-top: 4.5rem;
    padding-left: 0;
  }
}

.sub-news-content__title {
  font-size: 2.4rem;
  font-weight: 700;
  line-height: 1;
}
@media (max-width: 767px) {
  .sub-news-content__title {
    font-size: 2rem;
  }
}

.sub-news-box__item {
  width: calc(50% - 2rem);
  margin-right: 4rem;
  margin-bottom: 4rem;
  max-width: 34rem;
}
@media (max-width: 767px) {
  .sub-news-box__item {
    margin-right: 1.9rem;
    margin-bottom: 1.9rem;
    width: calc(50% - 0.95rem);
  }
}

.sub-news-box__item:nth-child(2n),
.sub-news-box__item:last-child {
  margin-right: 0;
}

@media (max-width: 767px) {
  .sub-news-box__item:nth-last-child(-n+2) {
    margin-bottom: 0;
  }
}

.sub-news-tag {
  top: 1.4rem;
  left: -0.8rem;
  position: absolute;
}
@media (max-width: 767px) {
  .sub-news-tag {
    top: 1rem;
  }
}

.tag__text.news-tag__text--medium {
  background-color: #382620;
  color: #ffffff;
  display: inline-block;
  font-size: 1.4rem;
  font-weight: bold;
  line-height: 1;
  padding: 0.7rem 0.8rem 0.6rem 1.4rem;
  position: relative;
  z-index: 10;
}
@media (max-width: 767px) {
  .tag__text.news-tag__text--medium {
    padding: 0.5rem 0.8rem 0.5rem 1rem;
  }
}
.tag__text.news-tag__text--medium::before {
  border-color: transparent #aaaaaa transparent transparent;
  border-style: solid;
  border-width: 0 8px 4px 0;
  content: "";
  height: 0;
  left: 0;
  position: absolute;
  top: 100%;
  width: 0;
}
.tag__text.news-tag__text--medium::after {
  content: "";
  position: absolute;
  right: -1rem;
  top: 0rem;
  width: 1.2rem;
  height: 2.7rem;
  background-color: #382620;
  -webkit-clip-path: polygon(0% 0%, 100% 0, 50% 50%, 100% 100%, 0% 100%);
          clip-path: polygon(0% 0%, 100% 0, 50% 50%, 100% 100%, 0% 100%);
}
@media (max-width: 767px) {
  .tag__text.news-tag__text--medium::after {
    right: -0.5rem;
    height: 2.2rem;
  }
}

.sub-news-box__item {
  position: relative;
}

.sub-news-card__thumbnail {
  overflow: hidden;
  position: relative;
}
.sub-news-card__thumbnail img {
  max-width: 34rem;
  height: auto;
  width: 100%;
  transition: transform 0.3s ease;
}

.sub-news-card__thumbnail:hover img {
  transform: scale(1.1);
}

.sub-news-card__item-body {
  margin-top: 1.1rem;
}
@media (max-width: 767px) {
  .sub-news-card__item-body {
    margin-top: 0.8rem;
  }
}

.sub-news-card__item-title {
  font-size: 1.6rem;
  font-weight: 700;
  line-height: 1.5;
  margin-bottom: 1.2rem;
}
@media (max-width: 767px) {
  .sub-news-card__item-title {
    font-size: 1.2rem;
    margin-bottom: 0.8rem;
  }
}

.sub-news-card__item-date {
  font-size: 1.4rem;
  font-weight: 500;
  line-height: 1;
}
@media (max-width: 767px) {
  .sub-news-card__item-date {
    font-size: 1.2rem;
  }
}

.pagination {
  text-align: center;
}

@media (max-width: 767px) {
  .page-numbers li:nth-child(6) {
    display: none;
  }
}

@media (max-width: 767px) {
  .nav-links {
    margin-top: 3.5rem;
  }
}

.nav-links .page-numbers {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 1.2rem;
  align-items: center;
  margin-top: -0.1rem;
}
@media (max-width: 767px) {
  .nav-links .page-numbers {
    margin-top: 0;
  }
}

.nav-links a.page-numbers,
.nav-links .current,
.nav-links a.prev,
.nav-links a.next {
  color: #382620;
  border-radius: 50%;
  border: 1px solid #382620;
  text-decoration: none;
  width: 4rem;
  height: 4rem;
  line-height: 2;
  text-align: center;
  font-size: 1.6rem;
  transition: background 0.3s, color 0.3s;
  background-color: #ffffff;
  display: flex;
  justify-content: center;
  align-items: center;
}
.nav-links a.page-numbers:hover,
.nav-links .current:hover,
.nav-links a.prev:hover,
.nav-links a.next:hover {
  background-color: #382620;
  color: #ffffff;
  opacity: 1;
}
.nav-links a.page-numbers:hover .icon .path,
.nav-links .current:hover .icon .path,
.nav-links a.prev:hover .icon .path,
.nav-links a.next:hover .icon .path {
  fill: #ffffff;
}

.icon {
  width: 0.6rem;
  height: 1.2rem;
}

.path {
  transition: fill 0.3s;
}

.sub-news__secondary {
  width: 30%;
  margin-top: 0;
  min-width: 23rem;
  margin-left: auto;
}
@media (max-width: 767px) {
  .sub-news__secondary {
    margin-top: 6.5rem;
    margin-left: 0;
    width: 100%;
  }
}

.widget_recent {
  background: #f8f8f8;
  padding: 2rem;
}

.widget-title {
  font-size: 2rem;
  font-weight: 700;
  line-height: 1;
  margin-bottom: 2.5rem;
  padding-bottom: 2rem;
  position: relative;
}
.widget-title::after {
  position: absolute;
  content: "";
  bottom: -0.5rem;
  left: 0;
  height: 0.1rem;
  width: 3.2rem;
  background-color: #222222;
}

.wpost-items {
  display: flex;
  flex-direction: column;
  width: 100%;
  gap: 1.3rem;
}

.wpost-item {
  display: flex;
  gap: 1.4rem;
}

.wpost-item-img {
  flex-shrink: 0;
}
.wpost-item-img img {
  width: 10rem;
  height: 10rem;
}

.wpost-item-title {
  font-size: 1.4rem;
  font-weight: 700;
  line-height: 1.7;
  margin-bottom: 1rem;
}

.wpost-item__date {
  font-size: 1.2rem;
  font-weight: 500;
  line-height: 1;
}

.widget_archive {
  margin-top: 6rem;
  padding: 2.4rem 0 2rem 2rem;
  background-color: #f8f8f8;
}
@media (max-width: 767px) {
  .widget_archive {
    margin-top: 4rem;
  }
}

.widget-list__item + .widget-list__item {
  margin-top: 2.3rem;
}

.widget-list__item:first-of-type {
  margin-top: 3rem;
}

.widget-list__link {
  color: #382620;
  font-size: 1.6rem;
  font-weight: 700;
  line-height: 1;
  position: relative;
  padding-left: 1.2rem;
  display: block;
}
.widget-list__link::before {
  position: absolute;
  content: "";
  width: 0.6rem;
  height: 1.2rem;
  color: #222222;
  top: 0;
  left: 0;
  background: url("../images/icon_news.svg") no-repeat top left;
  background-size: 100% auto;
}

.shop__wrapper {
  padding: 8.1rem 0 0;
}
@media (max-width: 767px) {
  .shop__wrapper {
    padding: 4.9rem 0 0;
  }
}

.shop__wrapper + .shop__wrapper {
  margin-top: 4.5rem;
}
@media (max-width: 767px) {
  .shop__wrapper + .shop__wrapper {
    margin-top: 1.5rem;
  }
}

.shop__inner {
  max-width: 128rem;
  margin: 0 auto;
  padding: 0 4rem;
}
@media (max-width: 767px) {
  .shop__inner {
    max-width: 60rem;
    padding: 0 2rem;
  }
}

.shop__container {
  margin: 0 auto 0;
  max-width: 68.9rem;
}

.shop__title {
  color: #382620;
  font-size: 2.4rem;
  font-weight: 700;
  line-height: 1;
  padding-left: 2.3rem;
  position: relative;
}
@media (max-width: 767px) {
  .shop__title {
    font-size: 2rem;
    line-height: 1;
    padding-left: 1.5rem;
  }
}
.shop__title::before {
  position: absolute;
  content: "";
  width: 0.6rem;
  height: 3.5rem;
  border: 0.3rem solid #382620;
  flex-shrink: 0;
  top: -0.4rem;
  left: 0;
  background-color: #382620;
}
@media (max-width: 767px) {
  .shop__title::before {
    height: 2.9rem;
    left: 0;
    top: -0.3rem;
  }
}

.sub-shop-access-map__container {
  margin-top: 3.2rem;
}
@media (max-width: 767px) {
  .sub-shop-access-map__container {
    margin-top: 2.5rem;
  }
}

.sub-shop-access-map__body {
  border-width: 1rem;
  margin: 0 auto 0;
  max-width: 76.8rem;
  border: 1rem solid #ffffff;
  position: relative;
  width: 100%;
  padding-top: 53.25%;
}
@media (max-width: 767px) {
  .sub-shop-access-map__body {
    border-width: 0.5rem;
    border: 0.5rem solid #ffffff;
    padding-top: 54.76%;
  }
}

.sub-shop-access-map__body iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.sub-shop-access__info {
  margin-top: 2.2rem;
  display: flex;
  justify-content: space-between;
}
@media (max-width: 767px) {
  .sub-shop-access__info {
    flex-direction: column;
    margin-top: 0.5rem;
  }
}

.sub-access-info__list {
  flex-basis: 32.4rem;
}
@media (max-width: 767px) {
  .sub-access-info__list {
    flex-basis: 17rem;
  }
}

.sub-access-info__item {
  display: flex;
  padding-bottom: 1.2rem;
  border-bottom: 0.1rem solid #222222;
  align-items: baseline;
}
@media (max-width: 767px) {
  .sub-access-info__item {
    gap: 0;
    padding-bottom: 1.3rem;
    padding-top: 0.9rem;
  }
}

.sub-access-info__item:nth-child(2),
.sub-access-info__item:nth-child(3),
.sub-access-info__item:nth-child(5),
.sub-access-info__item:nth-child(6) {
  padding-top: 2.2rem;
}
@media (max-width: 767px) {
  .sub-access-info__item:nth-child(2),
  .sub-access-info__item:nth-child(3),
  .sub-access-info__item:nth-child(5),
  .sub-access-info__item:nth-child(6) {
    padding-top: 1.7rem;
  }
}

.sub-access-info__item--4 {
  display: flex;
  padding-bottom: 1.2rem;
  border-bottom: 0.1rem solid #222222;
  align-items: baseline;
}
@media (max-width: 767px) {
  .sub-access-info__item--4 {
    gap: 0;
    padding-bottom: 1.3rem;
    padding-top: 1.8rem;
  }
}

.sub-access-info__term {
  font-size: 1.4rem;
  font-weight: 700;
  line-height: 1;
  flex-shrink: 0;
  margin-right: 1rem;
  width: 7rem;
}

.sub-access-info__description {
  font-size: 1.4rem;
  font-weight: 700;
  line-height: 1.7;
  font-style: normal !important;
}

.sub-access-info__description a {
  font-style: normal !important;
  font-weight: 700;
}

.menus {
  margin: 6.7rem auto 0;
  padding: 0 4rem;
  max-width: 118rem;
}
@media (max-width: 767px) {
  .menus {
    padding: 0 2rem;
    margin: 4.6rem auto 0;
  }
}

.tab-list {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 1.4rem;
}
@media (max-width: 767px) {
  .tab-list {
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: space-between;
    gap: 0;
  }
}

.tab-list__item {
  margin-top: 1.2rem;
  cursor: pointer;
}

.sub-menu__box {
  margin: 8rem auto 0;
  padding: 0 4rem;
  max-width: 118rem;
}
@media (max-width: 767px) {
  .sub-menu__box {
    margin-top: 6rem;
    padding: 0 2rem;
  }
}

.sub-menu__items {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(24.5rem, 1fr));
  gap: 4.4rem 4rem;
}
@media (max-width: 767px) {
  .sub-menu__items {
    grid-template-columns: repeat(2, 1fr);
    gap: 2.6rem 1.9rem;
  }
}

.sub-menu__item-img img {
  height: auto;
  aspect-ratio: 245/245;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
@media (max-width: 767px) {
  .sub-menu__item-img img {
    aspect-ratio: 158/158;
  }
}

.sub-menu-item__body {
  margin-top: 1.5rem;
}
@media (max-width: 767px) {
  .sub-menu-item__body {
    margin-top: 0.8rem;
  }
}

.sub-menu__item-description {
  font-size: 1.4rem;
  font-weight: 700;
  line-height: 1.3;
}

.sub-menu__item-price {
  font-family: "Damion", cursive;
  font-size: 2.4rem;
  font-weight: 400;
  line-height: 1;
  text-align: center;
  margin-top: 0.5rem;
}
@media (max-width: 767px) {
  .sub-menu__item-price {
    margin-top: 1rem;
  }
}

.sub-menu__access {
  margin-top: 16.5rem;
}
@media (max-width: 767px) {
  .sub-menu__access {
    margin-top: 15.8rem;
  }
}

.news-detail {
  padding: 8rem 0 0;
}
@media (max-width: 767px) {
  .news-detail {
    padding: 4.6rem 0 0;
  }
}

.news-detail__inner {
  margin: 0 auto;
  padding: 0 4.5rem;
  max-width: 77.8rem;
}
@media (max-width: 767px) {
  .news-detail__inner {
    padding: 0 2rem;
  }
}

.news-detail__title {
  margin-top: 2.4rem;
  color: #382620;
  font-size: 2.8rem;
  font-weight: 700;
  line-height: 1.4;
}
@media (max-width: 767px) {
  .news-detail__title {
    font-size: 2rem;
  }
}

.news-detail__item-meta {
  display: flex;
  margin-top: 4.5rem;
  position: relative;
}
@media (max-width: 767px) {
  .news-detail__item-meta {
    margin-top: 2.7rem;
  }
}

.news-detail__item-date {
  color: #382620;
  font-size: 1.4rem;
  font-weight: 700;
  line-height: 1;
}
.news-detail__item-date::after {
  position: absolute;
  content: "";
  width: 0.1rem;
  height: 1.8rem;
  border: 0.1rem solid #382620;
  top: 0;
  left: 9.5rem;
}

.news-detail__item-category {
  color: #382620;
  font-size: 1.4rem;
  font-weight: 700;
  line-height: 1;
  margin-left: 4.7rem;
}

.news-detail__body {
  margin-top: 3.9rem;
}

.news-detail__description {
  color: #222222;
  font-size: 1.6rem;
  font-weight: 500;
  line-height: 2;
}
@media (max-width: 767px) {
  .news-detail__description {
    font-size: 1.4rem;
  }
}

.news-detail__image {
  margin-top: 3.6rem;
}

.news-detail__text {
  margin-top: 3.5rem;
  color: #222222;
  font-size: 1.6rem;
  font-weight: 500;
  line-height: 2;
}
@media (max-width: 767px) {
  .news-detail__text {
    margin-top: 3.6rem;
    font-size: 1.4rem;
  }
}

.news-detail__heading {
  color: #382620;
  font-size: 2.4rem;
  font-weight: 700;
  line-height: 1;
  margin-top: 10rem;
  padding-left: 2.3rem;
  position: relative;
}
@media (max-width: 767px) {
  .news-detail__heading {
    margin-top: 7.5rem;
    font-size: 1.8rem;
    line-height: 1.5;
    padding-left: 1.6rem;
  }
}
.news-detail__heading::before {
  position: absolute;
  content: "";
  width: 0.3rem;
  height: 3.5rem;
  border: 0.3rem solid #382620;
  flex-shrink: 0;
  top: -0.5rem;
  left: 0rem;
}
@media (max-width: 767px) {
  .news-detail__heading::before {
    width: 0.4rem;
    height: 5.4rem;
    left: 0;
  }
}

.news-detail__heading-text {
  margin-top: 2.3rem;
  color: #222222;
  font-size: 1.6rem;
  font-weight: 500;
  line-height: 2;
}
@media (max-width: 767px) {
  .news-detail__heading-text {
    font-size: 1.4rem;
    margin-top: 1.8rem;
  }
}

.news-detail__heading2 {
  margin-top: 6.1rem;
  color: #382620;
  font-size: 2rem;
  font-weight: 700;
  line-height: 1;
  border-bottom: 0.1rem solid #382620;
  padding-bottom: 1.7rem;
}
@media (max-width: 767px) {
  .news-detail__heading2 {
    margin-top: 5.4rem;
    font-size: 1.6rem;
    line-height: 1.5;
    padding-bottom: 1.3rem;
  }
}

.news-detail__heading3 {
  margin-top: 5.7rem;
  color: #382620;
  font-size: 1.6rem;
  font-weight: 700;
  line-height: 1;
}
@media (max-width: 767px) {
  .news-detail__heading3 {
    margin-top: 5.4rem;
    font-size: 1.4rem;
    line-height: 1.7;
  }
}

.news-detail__heading-text2 {
  margin-top: 2rem;
  color: #222222;
  font-size: 1.6rem;
  font-weight: 500;
  line-height: 2;
}
@media (max-width: 767px) {
  .news-detail__heading-text2 {
    margin-top: 1.4rem;
    font-size: 1.4rem;
  }
}

.wp-block-list {
  margin-top: 2.8rem;
  position: relative;
}

.news-detail__list {
  margin-top: 1.6rem;
  color: #222222;
  font-size: 1.6rem;
  font-weight: 500;
  line-height: 1;
  padding-left: 2.5rem;
  margin-left: 1rem;
}
@media (max-width: 767px) {
  .news-detail__list {
    font-size: 1.4rem;
    margin-top: 1.5rem;
  }
}
.news-detail__list::before {
  content: "・";
  position: absolute;
  left: 2rem;
}

.news-detail__list:first-child {
  margin-top: 0;
}

.wp-block-group {
  margin-top: 3.2rem;
  background: #f8f8f8;
  padding: 3.5rem 4rem 4.7rem;
}
@media (max-width: 767px) {
  .wp-block-group {
    padding: 2rem 2.4rem 3rem 2.4rem;
  }
}

.wp-block-group__inner-container p {
  color: #222222;
  font-size: 1.6rem;
  font-weight: 500;
  line-height: 2;
}
@media (max-width: 767px) {
  .wp-block-group__inner-container p {
    font-size: 1.4rem;
  }
}

.news-detail_quote-link {
  margin-top: 2.2rem;
  display: block;
  color: #222222;
  text-align: right;
  font-size: 1.4rem;
  font-style: normal;
  font-weight: 500;
  line-height: 1;
}
@media (max-width: 767px) {
  .news-detail_quote-link {
    margin-top: 2rem;
    margin-right: 2rem;
  }
}

.pagination02 {
  color: #382620;
  font-size: 1.6rem;
  font-weight: 700;
  line-height: 1;
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin: 2.8rem auto 0;
}
@media (max-width: 767px) {
  .pagination02 {
    font-size: 1.4rem;
    line-height: 1.7;
    margin: 3rem auto 0;
  }
}
.pagination02 a {
  display: inline-block;
  padding: 1.2rem 3.6rem;
  font-weight: 700;
}
@media (max-width: 767px) {
  .pagination02 a {
    padding: 0.8rem 2.7rem;
  }
}

.old a {
  position: relative;
  padding: 1.5rem 1.5rem 1.5rem 1.6rem;
}
.old a span {
  font-weight: 700;
}
@media (max-width: 767px) {
  .old a {
    height: 2.4rem;
    padding: 0 0 0 1.7rem;
  }
}
.old a::before {
  content: "";
  display: block;
  width: 0.6rem;
  height: 1.2rem;
  background: url("../images/icon_news2-left.svg") no-repeat;
  transform: rotate(180deg);
  background-size: contain;
  position: absolute;
  top: calc(50% - 0.6rem);
  left: 0;
}
@media (max-width: 767px) {
  .old a::before {
    left: 0.1rem;
  }
}

.new a {
  text-align: right;
  position: relative;
  padding: 1.5rem 1.6rem 1.5rem 2.9rem;
}
.new a span {
  font-weight: 700;
}
@media (max-width: 767px) {
  .new a {
    height: 2.4rem;
    padding: 0 2rem 0 0;
  }
}
.new a::before {
  content: "";
  display: block;
  width: 0.6rem;
  height: 1.2rem;
  background: url("../images/icon_news2-right.svg") no-repeat;
  background-size: contain;
  position: absolute;
  top: calc(50% - 0.6rem);
  right: 0;
}
@media (max-width: 767px) {
  .new a::before {
    right: 0.4rem;
  }
}

.articles-list {
  padding-left: 1.4rem;
}
@media (max-width: 767px) {
  .articles-list {
    padding-left: 0;
    padding-right: 0.1rem;
  }
}
.articles-list a {
  display: inline-block;
  color: #382620;
  height: 4.7rem;
  border: 0.1rem solid #382620;
  font-weight: 700;
}
@media (max-width: 767px) {
  .articles-list a {
    height: 4rem;
  }
}

.related-article {
  padding: 12rem 0 0;
}
@media (max-width: 767px) {
  .related-article {
    padding: 10.5rem 0 0;
  }
}

.related-article__inner {
  margin: 0 auto;
  padding: 0 4.5rem;
  max-width: 77.8rem;
}
@media (max-width: 767px) {
  .related-article__inner {
    padding: 0 2rem;
  }
}

.related-article__title {
  color: #382620;
  font-size: 2.8rem;
  font-weight: 700;
  line-height: 1.4;
  text-align: center;
}
@media (max-width: 767px) {
  .related-article__title {
    font-size: 2rem;
    line-height: 1;
  }
}

.related-article__entries {
  display: flex;
  flex-wrap: wrap;
  margin-top: 6rem;
  gap: 3.2rem 4rem;
  padding-left: 0.8rem;
}
@media (max-width: 767px) {
  .related-article__entries {
    margin-top: 4.5rem;
    padding-left: 0;
    gap: 1.7rem 1.9rem;
  }
}

.sub-news-box__item.related-article__box-item {
  width: 29.2%;
  margin-right: 0;
  margin-bottom: 0;
  max-width: 34rem;
}
@media (max-width: 767px) {
  .sub-news-box__item.related-article__box-item {
    width: 47%;
  }
}

.sub-news-card__thumbnail,
.related-article__card-thumbnail {
  height: 0;
  overflow: hidden;
  padding-top: 62.5%;
  position: relative;
  width: 100%;
}
.sub-news-card__thumbnail img,
.related-article__card-thumbnail img {
  height: 100%;
  left: 0;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: 50% 50%;
     object-position: 50% 50%;
  position: absolute;
  top: 0;
}
@media (max-width: 767px) {
  .sub-news-card__thumbnail img,
  .related-article__card-thumbnail img {
    width: 100%;
    -o-object-fit: cover;
       object-fit: cover;
  }
}

.related-article__tag-text {
  font-size: 1.2rem;
}

.related-article__item-title {
  font-size: 1.4rem;
  line-height: 1.7;
}
@media (max-width: 767px) {
  .related-article__item-title {
    font-size: 1.2rem;
    line-height: 1.5;
  }
}

.sub-news-card__item-date {
  font-size: 1.2rem;
}

.menu2__access {
  margin-top: 15.5rem;
}
@media (max-width: 767px) {
  .menu2__access {
    margin-top: 13.5rem;
  }
}

.sub-contact2 {
  padding-top: 8rem;
}
@media (max-width: 767px) {
  .sub-contact2 {
    padding-top: 5.6rem;
  }
}

.sub-contact2__inner {
  margin: 0 auto;
  padding: 0 4.5rem;
  max-width: 77.8rem;
}
@media (max-width: 767px) {
  .sub-contact2__inner {
    padding: 0 2rem;
  }
}

.sub-contact2__title {
  color: #382620;
  text-align: center;
  font-size: 2.8rem;
  font-weight: 700;
  line-height: 1.4;
}
@media (max-width: 767px) {
  .sub-contact2__title {
    font-size: 2rem;
    line-height: 1;
  }
}

.sub-contact2__title-text {
  margin-top: 3rem;
  color: #382620;
  font-size: 1.6rem;
  font-weight: 500;
  line-height: 1.3;
}
@media (max-width: 767px) {
  .sub-contact2__title-text {
    margin-top: 3.1rem;
    font-size: 1.4rem;
    line-height: 1.7;
  }
}/*# sourceMappingURL=style.css.map */