@charset "UTF-8";
.show-template-name {
  color: #fff;
}

html {
  margin-top: 0 !important;
}

div#wpadminbar {
  display: none;
  height: 0;
}

@media screen and (min-width: 768px) {
  .footer-content {
    max-width: 1280px;
    margin-inline: auto;
  }
}

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

@media screen and (max-width: 767px) {
  .is-pc {
    display: none;
  }
}

body,
h1,
h2,
h3,
h4,
p,
span {
  font-size: 16px;
  font-family: "Noto Serif JP ", "Amatic SC", " Damion", "Patua One";
  color: #222222;
}

.breadcrumb span {
  color: #382620;
  font-family: "Noto Serif JP";
  font-size: 12px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
}
.breadcrumb span:not(:first-child) {
  padding-left: 7px;
}

.breadcrumb-content {
  opacity: 0;
}
@media screen and (max-width: 767px) {
  .breadcrumb-content {
    margin-left: -10px;
    margin-top: 2px;
  }
}
@media screen and (min-width: 768px) {
  .breadcrumb-content {
    margin-bottom: 80px;
    padding-top: 14px;
    letter-spacing: 1.7px;
  }
}

.breadcrumb span:not(:first-child) {
  padding-left: 19px;
  position: relative;
}
@media screen and (min-width: 768px) {
  .breadcrumb span:not(:first-child) {
    padding-left: 42px;
  }
}
.breadcrumb span:not(:first-child)::before {
  position: absolute;
  content: ">";
  font-size: 14px;
  top: 50%;
  left: 5px;
  transform: translateY(-50%);
}
@media screen and (min-width: 768px) {
  .breadcrumb span:not(:first-child)::before {
    left: 17px;
  }
}

@media screen and (min-width: 768px) {
  .single-breadcrumb-content {
    margin-bottom: 0;
  }
}

.inner {
  padding: 0 20px;
}
@media (min-width: 768px) and (max-width: 1000px) {
  .inner {
    padding: 0 40px;
  }
}
@media screen and (min-width: 1000px) {
  .inner {
    padding: 0 90px;
  }
}

.title {
  color: #222;
  font-family: "Oswald", sans-serif;
  font-size: 40px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  letter-spacing: 4px;
  margin-bottom: 6px;
}
@media screen and (min-width: 768px) {
  .title {
    font-size: 52px;
    letter-spacing: 10.3px;
    margin-bottom: 7px;
    margin-left: 10px;
  }
}

.sub-title {
  color: #222;
  font-family: "Oswald", sans-serif;
  font-size: 12px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  margin-top: 6px;
}
@media screen and (min-width: 768px) {
  .sub-title {
    font-size: 14px;
  }
}

.btn-base {
  position: relative;
  border-bottom: 1px solid #222;
  border-right: 1px solid #222;
  margin-inline: auto;
  text-align: center;
  min-height: 72px;
  max-width: 290px;
}
@media screen and (min-width: 768px) {
  .btn-base {
    max-width: 283px;
  }
}

.more-btn {
  display: inline-block;
  color: #fff;
  text-align: center;
  font-family: "Noto Serif JP";
  font-size: 16px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  position: absolute;
  background: #222;
  bottom: 6px;
  right: 5px;
  padding: 24px 20px;
  max-width: 290px;
  width: 100%;
  transition: all ease 0.3s;
}
.more-btn::after {
  content: "";
  background: url("../img/btn-arrow.webp") no-repeat center center/cover;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 18px;
  width: 16px;
  height: 24px;
}
.more-btn:hover {
  bottom: 0;
  right: 0;
}
@media screen and (min-width: 1000px) {
  .more-btn {
    max-width: 283px;
  }
}

.entry-links {
  width: 100%;
}

.entry-links,
.pagination {
  display: flex;
  gap: 12px;
  align-items: center;
  justify-content: center;
  margin-top: 40px;
}
@media screen and (min-width: 768px) {
  .entry-links,
.pagination {
    margin-top: 55px;
    gap: 9px;
    margin-right: 40px;
  }
}

@media screen and (min-width: 768px) {
  .pagination {
    gap: 12.5px;
    margin-right: 9px;
  }
}

.page-news-sidebar {
  padding-inline: 20px;
}

.post-page-numbers,
.page-numbers {
  background: #f8f8f8;
  padding: -15px;
  color: #382620;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  text-align: center;
  font-family: "Noto Serif JP";
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  display: flex;
  align-items: center;
  justify-content: center;
  border: 1px solid #382620;
}
.post-page-numbers.current,
.page-numbers.current {
  background: #382620;
  color: #fff;
}
@media screen and (min-width: 768px) {
  .post-page-numbers,
.page-numbers {
    height: 40px;
    width: 40px;
  }
}

.fa-angle-left {
  position: relative;
}
.fa-angle-left::before {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 7px;
  height: 12px;
  transform: translate(-50%, -50%);
  content: "";
  background: url("../img/pagination-arrow-prev.webp") no-repeat center center/cover;
}

.fa-angle-right {
  position: relative;
}
.fa-angle-right::before {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 7px;
  height: 12px;
  transform: translate(-50%, -50%);
  content: "";
  background: url("../img/pagination-arrow-next.webp") no-repeat center center/cover;
}

.in-view-item,
.in-view-slow,
.mvTop,
.mvBottom,
.mvText {
  opacity: 0;
  will-change: opacity, transform;
}

.sbi_item {
  transform: translateY(20px);
}

.wp-block-image {
  opacity: 0;
}

.header {
  display: flex;
  position: relative;
  width: 35%;
  max-height: 735px;
  opacity: 0;
}
@media screen and (max-width: 767px) {
  .header {
    width: 100%;
    position: fixed;
    z-index: 102;
    top: 0;
    left: 0;
  }
}

.page-header {
  width: 100%;
}

.header-inner {
  display: flex;
  align-items: center;
  width: 100%;
  margin-inline: auto;
  padding-right: 20px;
  position: fixed;
  z-index: 102;
  top: 0;
  left: 0;
}
@media screen and (min-width: 768px) {
  .header-inner {
    position: static;
    flex-direction: column;
    margin-bottom: 0px;
    background: #b21100;
    margin-inline: auto;
    padding: 27px 13px 12px 13px;
  }
}

.header-list li {
  opacity: 0;
}

.drawer-icon {
  cursor: pointer;
  padding: 20px;
  position: fixed;
  right: -6px;
  top: -4px;
  z-index: 250;
  transition: all ease 0.5s;
}
@media screen and (min-width: 768px) {
  .drawer-icon {
    opacity: 0;
    right: -6px;
    top: -4px;
  }
}

.drawer-icon-page {
  opacity: 1;
}

.drawer-open {
  position: relative;
}
.drawer-open img {
  width: 60px;
  height: 60px;
}

.drawer-close {
  position: absolute;
  top: 20px;
  left: 20px;
  opacity: 0;
  width: 60px;
  height: 60px;
}

.header-logo {
  width: 135px;
  height: 116px;
  margin-top: 20px;
  margin-left: 1px;
  opacity: 0;
}
@media screen and (min-width: 768px) {
  .header-logo {
    width: 166px;
    height: 93px;
  }
}

.header-nav {
  margin-top: 46px;
}
.header-nav ul {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 29.8px;
}
.header-nav ul li {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 6px;
  width: 100%;
  color: #fff;
  text-align: center;
  font-family: "Patua One";
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  letter-spacing: 1.92px;
}
@media screen and (max-width: 767px) {
  .header-nav {
    display: none;
  }
}

.header-sub {
  color: #fff;
  text-align: center;
  font-family: "Noto Serif JP";
  font-size: 10px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
}

.scroll-top {
  transition: all ease 0.7s;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 40px;
  width: 44px;
  height: 44px;
  border-radius: 50%;
  position: fixed;
  bottom: 7px;
  right: 47px;
  z-index: 15;
  opacity: 0;
  cursor: pointer;
}
@media screen and (min-width: 768px) {
  .scroll-top {
    bottom: 17px;
    right: 20px;
  }
}

.footer-inner {
  background: #b21100;
  padding-block: 40px 14px;
  text-align: center;
  position: relative;
}
.footer-inner::before {
  position: absolute;
  content: "";
  background: url("../img/pc/front-page-access-bottom-burger.webp") no-repeat center center/cover;
  z-index: 1;
  top: -56px;
  left: -36px;
  width: 128px;
  height: 114px;
}
@media screen and (min-width: 768px) {
  .footer-inner::before {
    width: 297px;
    height: 229px;
    top: -97px;
    left: -85px;
  }
}
@media screen and (min-width: 1000px) {
  .footer-inner::before {
    width: 341px;
    height: 288px;
    top: -150px;
    left: -85px;
  }
}

.footer-copyright {
  display: inline-block;
  color: #fff;
  text-align: center;
  font-family: "Noto Serif JP";
  font-size: 12px;
  font-style: normal;
  font-weight: 500;
  line-height: 24px; /* 200% */
  margin-top: 37px;
}

.footer-sns ul {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 24px;
  margin-inline: auto;
}
.footer-sns li {
  color: #fff;
  width: 32px;
  height: 32px;
}
@media screen and (min-width: 768px) {
  .footer-sns li {
    width: 24px;
    height: 24px;
  }
}

.drawer-wrapper {
  top: 0;
  right: 0;
  position: fixed;
  background-color: rgba(66, 66, 66, 0.5);
  width: 100vw;
  height: 100%;
  opacity: 0;
  visibility: hidden;
  z-index: 200;
  -o-object-fit: cover;
     object-fit: cover;
}

.drawer {
  position: fixed;
  top: 62px;
  right: 0;
  z-index: 100;
  top: -120vh;
  background: rgba(178, 17, 0, 0.8);
  width: 100vw;
  height: 100%;
  color: #fff;
}
@media screen and (min-width: 768px) {
  .drawer {
    width: 375px;
  }
}

.drawer-content {
  z-index: 99;
}

.drawer-nav {
  z-index: 100;
  color: #fff;
  font-family: "Patua One";
  font-size: 24px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  letter-spacing: 2.88px;
}
.drawer-nav a {
  position: relative;
}
.drawer-nav a::before {
  position: absolute;
  content: "／";
  right: -24px;
  top: 60%;
  transform: translateY(-50%);
  color: #fff;
  font-family: "Noto Serif JP";
  font-size: 10px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
}
.drawer-sub {
  padding-left: 31px;
  color: #fff;
  font-family: "Noto Serif JP";
  font-size: 10px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  letter-spacing: 0;
}

.drawer-list li {
  opacity: 0;
}

.drawer-sns {
  margin-top: 52px;
}
.drawer-sns ul {
  gap: 30px;
}
.drawer-sns li {
  width: 40px;
  height: 40px;
}

.header-sns ul {
  margin-top: 60px;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 24px;
}
.header-sns li {
  opacity: 0;
  width: 24px;
  height: 24px;
}

.drawer-logo {
  padding: 20px 13px 0 21px;
  display: inline-block;
}
.drawer-logo img {
  width: 128px;
}

.drawer-list {
  margin-top: 56px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding-inline: 40px;
  gap: 32px;
}

.front-page-content {
  background: #f3efeb;
  margin-inline: auto;
}
@media screen and (min-width: 768px) {
  .front-page-mv-content {
    display: flex;
    margin-inline: auto;
  }
}

.front-page-mv {
  position: relative;
  overflow: hidden;
}

@media screen and (max-width: 767px) {
  .swiper {
    max-height: 667px;
  }
}

.p-swiper-container {
  position: relative;
  width: 100%;
}

.swiper-slide {
  -o-object-fit: cover;
     object-fit: cover;
  overflow: hidden;
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
}
.swiper-slide img {
  -o-object-fit: cover;
     object-fit: cover;
  width: 100%;
  min-height: 667px;
}
@media screen and (min-width: 768px) {
  .swiper-slide img {
    min-height: 735px;
    max-height: 735px;
  }
}

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

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

.swiper-slide img {
  height: auto;
  width: 100%;
}

.swiper-button-prev {
  z-index: 5;
}

.swiper-button-next {
  z-index: 5;
}

.swiper-pagination {
  width: initial !important;
  left: 20px !important;
  bottom: 14x !important;
  display: flex;
  gap: 6px;
}
@media screen and (min-width: 768px) {
  .swiper-pagination {
    bottom: 15px !important;
  }
}

.swiper-pagination-bullet {
  background-color: #ffffff;
  opacity: 0.5;
}

.swiper-pagination-bullet-active {
  opacity: 1;
}

.front-page-mv-bottom {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 16px;
  position: absolute;
  bottom: 33px;
  right: 20px;
  width: 100%;
  background: rgba(255, 255, 255, 0.85);
  padding: 13px 12px 11px 12px;
  z-index: 3;
  max-width: calc(100% - 40px);
}
.front-page-mv-bottom::after {
  content: "";
  position: absolute;
  background: url("../img/frontpage-pickup.webp") no-repeat center center/cover;
  top: -33px;
  right: 0px;
  width: 125px;
  height: 71.379px;
  z-index: 2;
}
@media screen and (max-width:374px) {
  .front-page-mv-bottom::after {
    top: -48px;
    right: -20px;
  }
}
@media screen and (min-width: 768px) {
  .front-page-mv-bottom::after {
    width: 87px;
    height: 56.379px;
    top: -37px;
    right: -12px;
  }
}
@media screen and (min-width: 1000px) {
  .front-page-mv-bottom::after {
    width: 163px;
    height: 99px;
    top: -72px;
    right: 0px;
  }
}
@media screen and (min-width: 768px) {
  .front-page-mv-bottom {
    bottom: 22px;
    width: 37%;
    right: 3px;
    margin-right: 6px;
    padding: 8px;
  }
}
@media screen and (min-width: 1000px) {
  .front-page-mv-bottom {
    align-items: center;
    bottom: 22px;
    width: 36%;
    right: 3px;
    margin-right: 20px;
    padding: 16px;
    gap: 40px;
  }
}

.front-page-mv-bottom-left {
  position: relative;
  width: 34%;
}

.front-page-mv-bottom-right {
  width: 66%;
}

.front-page-mv-bottom-tag {
  color: #fff;
  font-family: "Noto Serif JP";
  font-size: 12px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  position: absolute;
  top: -4px;
  left: -21px;
  background: #222;
  padding: 2px 8px;
}
.front-page-mv-bottom-tag::before {
  content: "";
  position: absolute;
  top: 0px;
  right: -4px;
  width: 0;
  height: 0;
  border-style: solid;
  border-right: 6px solid transparent;
  border-left: 6px solid transparent;
  border-top: 15px solid #222;
  border-bottom: 0;
}
.front-page-mv-bottom-tag::after {
  content: "";
  position: absolute;
  bottom: 0px;
  right: -4px;
  width: 0;
  height: 0;
  border-style: solid;
  border-right: 6px solid transparent;
  border-left: 5px solid transparent;
  border-bottom: 15px solid #222;
  border-top: 0;
}
@media screen and (min-width: 768px) {
  .front-page-mv-bottom-tag {
    font-size: 9px;
    top: -10px;
    left: -17px;
  }
}
@media screen and (min-width: 1000px) {
  .front-page-mv-bottom-tag {
    top: -8px;
    left: -22px;
    font-size: 12px;
  }
}

.front-page-mv-bottom-img img {
  -o-object-fit: cover;
     object-fit: cover;
  min-width: 100px !important;
  min-height: 100px !important;
}
@media screen and (max-width:374px) {
  .front-page-mv-bottom-img img {
    min-width: 90px !important;
    min-height: 90px !important;
  }
}
@media screen and (min-width: 768px) {
  .front-page-mv-bottom-img img {
    min-width: 70px !important;
    min-height: 70px !important;
  }
}
@media screen and (min-width: 1000px) {
  .front-page-mv-bottom-img img {
    min-width: 120px !important;
    min-height: 120px !important;
  }
}

.front-page-mv-bottom-time {
  color: #222;
  font-family: "Noto Serif JP";
  font-size: 12px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
}

.front-page-mv-bottom-title {
  margin-top: 10px;
  display: inline-block;
  color: #222;
  font-family: "Noto Serif JP";
  font-size: 12px;
  font-style: normal;
  font-weight: 700;
  line-height: 18px; /* 150% */
}
@media screen and (min-width: 768px) {
  .front-page-mv-bottom-title {
    font-size: 10px;
  }
}
@media screen and (min-width: 1000px) {
  .front-page-mv-bottom-title {
    font-size: 14px;
    line-height: 24px;
  }
}

.front-page-mv-text {
  position: absolute;
  top: 124px;
  left: 0;
  z-index: 2;
  margin-left: 20px;
}
.front-page-mv-text p {
  text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.3);
  color: #fff;
  font-family: "Noto Serif JP";
  font-size: 16px;
  font-style: normal;
  font-weight: 700;
  line-height: 32px; /* 200% */
  letter-spacing: 2.24px;
}
@media screen and (min-width: 768px) {
  .front-page-mv-text {
    top: 620px;
    margin-left: 20px;
  }
  .front-page-mv-text p {
    font-size: 16px;
  }
}
@media screen and (min-width: 1000px) {
  .front-page-mv-text {
    top: 592px;
    margin-left: 56px;
  }
  .front-page-mv-text p {
    font-size: 20px;
    font-style: normal;
    font-weight: 700;
    line-height: 45px;
    letter-spacing: 2.8px;
  }
}

.front-page-main-content {
  max-width: 1280px;
  margin-inline: auto;
}

.front-page-concept {
  transition: all ease 1.5s;
  background: #f3efeb;
  padding-block: 115px 194px;
  margin-top: 0px;
  position: relative;
}
.front-page-concept::before {
  content: "";
  position: absolute;
  background: url("../img/pc/frontpage-mv-hamburger.webp") no-repeat center center/cover;
  top: -21px;
  right: -17px;
  width: 145px;
  height: 130px;
  z-index: 1;
  -webkit-animation: fadeUp 3s linear;
          animation: fadeUp 3s linear;
}
@media screen and (min-width: 768px) {
  .front-page-concept::before {
    top: 16px;
    width: 296px;
    height: 265px;
    right: -39px;
  }
}
@-webkit-keyframes fadeUp {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@keyframes fadeUp {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@media screen and (min-width: 768px) {
  .front-page-concept {
    padding-top: 220px;
    padding-bottom: 290px;
  }
  .front-page-concept::after {
    content: "";
    position: absolute;
    background: url(../img/pc/frontpage-mv-bg.webp) no-repeat center center/cover;
    top: -333px;
    left: 295px;
    width: 100vw;
    height: 398px;
    z-index: 0;
    -webkit-animation: fadeUp 4s linear;
            animation: fadeUp 4s linear;
  }
  @-webkit-keyframes fadeUp {
    0% {
      opacity: 0;
    }
    100% {
      opacity: 1;
    }
  }
  @keyframes fadeUp {
    0% {
      opacity: 0;
    }
    100% {
      opacity: 1;
    }
  }
}
@media screen and (min-width: 1000px) {
  .front-page-concept {
    padding-bottom: 340px;
  }
}

.front-page-concept-inner {
  position: relative;
}
.front-page-concept-inner::before {
  content: "";
  position: absolute;
  background: url("../img/pc/frontpage-concept-bottom-potato.webp") no-repeat center center/cover;
  width: 153px;
  height: 135px;
  z-index: 2;
  right: -34px;
  bottom: -146px;
}
@media screen and (min-width: 768px) {
  .front-page-concept-inner::before {
    width: 291px;
    height: 228px;
    bottom: -387px;
  }
}
@media screen and (min-width: 1000px) {
  .front-page-concept-inner::before {
    bottom: -437px;
    right: -34px;
  }
}
@media screen and (min-width: 768px) {
  .front-page-concept-inner {
    padding-left: 40px;
  }
}
@media screen and (min-width: 1000px) {
  .front-page-concept-inner {
    display: flex;
    flex-direction: row-reverse;
    align-items: center;
    gap: 84px;
    padding-left: 0;
  }
}

@media screen and (min-width: 768px) {
  .front-page-pc-right {
    position: relative;
    z-index: 2;
  }
}
@media screen and (min-width: 1000px) {
  .front-page-pc-right {
    padding-right: 40px;
  }
}

@media screen and (min-width: 768px) {
  .front-page-pc-left {
    width: 50%;
  }
}

@media screen and (min-width: 1000px) {
  .front-page-concept-title {
    margin-top: -9px;
    margin-bottom: 10px;
    margin-left: 0;
  }
}

.btn-base-concept {
  margin-inline: auto;
}
@media screen and (min-width: 768px) {
  .btn-base-concept {
    margin-bottom: 20px;
  }
}
@media screen and (min-width: 1000px) {
  .btn-base-concept {
    margin-inline: unset;
    margin-bottom: 0;
  }
}

.front-page-concept-lead {
  margin-top: 34px;
  color: #222;
  font-family: "Noto Serif JP";
  font-size: 20px;
  font-style: normal;
  font-weight: 700;
  line-height: 40px; /* 200% */
}
@media screen and (max-width:374px) {
  .front-page-concept-lead {
    font-size: 18px;
  }
}
@media screen and (min-width: 768px) {
  .front-page-concept-lead {
    margin-top: 48px;
    font-size: 28px;
    line-height: 60px;
  }
}

.front-page-concept-body {
  margin-top: 31px;
  margin-bottom: 62px;
}
@media screen and (min-width: 768px) {
  .front-page-concept-body {
    margin-top: 48px;
    margin-bottom: 54px;
  }
}

.front-page-concept-text {
  color: #222;
  font-family: "Noto Serif JP";
  font-size: 14px;
  font-style: normal;
  font-weight: 500;
  line-height: 28px; /* 200% */
}

.frontpage-concept-img {
  position: relative;
  left: -20px;
  margin-top: 80px;
  z-index: 1;
  -o-object-fit: cover;
     object-fit: cover;
  width: 100%;
}
.frontpage-concept-img img {
  width: 94%;
  height: auto;
}
@media screen and (min-width: 768px) {
  .frontpage-concept-img img {
    min-width: 600px;
    width: 100%;
  }
}
@media screen and (min-width: 1000px) {
  .frontpage-concept-img img {
    min-width: 500px;
  }
}
@media screen and (min-width: 1200px) {
  .frontpage-concept-img img {
    min-width: 600px;
  }
}
.frontpage-concept-img::after {
  content: "";
  position: absolute;
  background: url("../img/frontpage-concept-bottom-after.webp") no-repeat center center/cover;
  width: 106%;
  height: 100px;
  bottom: -76px;
  left: -20px;
  z-index: -1;
}
@media screen and (min-width: 768px) {
  .frontpage-concept-img::after {
    width: 100vw;
    left: -20px;
    height: 300px;
  }
}
@media screen and (min-width: 1000px) {
  .frontpage-concept-img::after {
    width: 95vw;
    bottom: -100px;
  }
}
@media screen and (min-width: 768px) {
  .frontpage-concept-img {
    margin-top: 0;
    left: 0;
  }
}

.page-mv {
  position: relative;
  opacity: 0;
}
.page-mv img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  max-height: 120px;
}
@media screen and (min-width: 768px) {
  .page-mv img {
    max-height: 320px;
  }
}
.page-mv::after {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background: rgba(0, 0, 0, 0.3);
  z-index: 1;
}

.page-mv-lead {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 2;
}

.mv-lead {
  opacity: 0;
}

.page-mv-lead1 {
  color: #fff;
  text-align: center;
  font-family: "Oswald", sans-serif;
  font-size: 32px;
  letter-spacing: 6.4px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
}
@media screen and (max-width: 767px) {
  .page-mv-lead1 {
    margin-left: 8px;
  }
}
@media screen and (min-width: 768px) {
  .page-mv-lead1 {
    letter-spacing: 14.4px;
    font-size: 72px;
    margin-left: 13px;
    margin-bottom: 6px;
  }
}

.page-mv-lead2 {
  color: #fff;
  text-align: center;
  font-family: "Oswald", sans-serif;
  font-size: 12px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  letter-spacing: 0.96px;
}
@media screen and (min-width: 768px) {
  .page-mv-lead2 {
    font-size: 16px;
    letter-spacing: 1.28px;
  }
}

.shop-inner {
  background: #f3efeb;
  padding-bottom: 156px;
}
@media screen and (min-width: 768px) {
  .shop-inner {
    padding-bottom: 158px;
    margin-inline: auto;
  }
}

.shop-nav {
  margin-top: 48px;
}

.shop-item:not(:first-child) {
  margin-top: 57px;
}
@media screen and (min-width: 768px) {
  .shop-item:not(:first-child) {
    margin-top: 116px;
  }
}
@media screen and (min-width: 768px) {
  .shop-item {
    margin-inline: auto;
    max-width: 689px;
  }
}

.footer-shop-item:not(:first-child) {
  margin-top: 37px;
}
@media screen and (min-width: 768px) {
  .footer-shop-item:not(:first-child) {
    margin-top: 40px;
  }
}

@media screen and (min-width: 768px) {
  .shop-item-body {
    display: flex;
    gap: 40px;
    min-width: 689px;
  }
}

.shop-item-title {
  margin-bottom: 20px;
  color: #382620;
  font-family: "Noto Serif JP";
  font-size: 20px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  padding-left: 14px;
  position: relative;
}
.shop-item-title::before {
  content: "";
  position: absolute;
  background: #382620;
  width: 6px;
  height: 29px;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
}
@media screen and (min-width: 768px) {
  .shop-item-title::before {
    height: 34px;
    left: 0px;
  }
}
@media screen and (min-width: 768px) {
  .shop-item-title {
    font-size: 24px;
    margin-bottom: 24px;
    padding-left: 23px;
  }
}

.shop-item-map {
  background: #fff;
  padding: 5px;
  text-align: center;
  height: 188px;
}
@media screen and (min-width: 768px) {
  .shop-item-map {
    min-width: 689px;
    height: 387px;
    padding: 10px;
  }
}
.shop-item-map iframe {
  width: 100%;
  height: 178px;
}
@media screen and (min-width: 768px) {
  .shop-item-map iframe {
    min-width: 669px;
    height: 367px;
  }
}

@media screen and (min-width: 768px) {
  .shop-table-pc-left {
    width: 50%;
  }
}

@media screen and (min-width: 768px) {
  .shop-table-pc-right {
    width: 50%;
  }
}

.shop-table {
  width: 100%;
}
.shop-table tr {
  display: flex;
  gap: 15px;
  padding-top: 17px;
  padding-bottom: 12px;
  border-bottom: 1px solid #222;
}
@media screen and (min-width: 768px) {
  .shop-table tr {
    gap: 17px;
    padding-top: 22px;
    padding-bottom: 12px;
  }
}

.shop-table-left,
.shop-table-right {
  color: #222;
  font-family: "Noto Serif JP";
  font-size: 14px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  width: 20%;
}

.shop-table-right {
  line-height: 24px; /* 171.429% */
  width: 80%;
}

.front-page-special {
  position: relative;
}
.front-page-special::before {
  position: absolute;
  content: "";
  background: #eae0d5;
  top: 0;
  width: 1000vw;
  height: 100%;
  right: -61%;
}

.front-page-special-inner {
  background: #eae0d5;
  padding-top: 1px;
  padding-bottom: 63px;
  z-index: 1;
  position: relative;
}
@media screen and (min-width: 768px) {
  .front-page-special-inner {
    padding-top: 81px;
    padding-bottom: 80px;
    padding-inline: 50px;
  }
}

.front-page-special-head {
  text-align: center;
  margin-top: 56px;
  margin-bottom: 46px;
  text-align: center;
  position: relative;
}
@media screen and (min-width: 768px) {
  .front-page-special-head {
    margin-top: 0;
    margin-bottom: 60px;
  }
}
@media screen and (min-width: 1000px) {
  .front-page-special-head {
    margin-bottom: 59px;
  }
}

@media screen and (max-width: 767px) {
  .front-page-special-title {
    margin-left: 4px;
  }
}

.front-page-special-items-content {
  background: #fff;
  padding-bottom: 19px;
}
@media screen and (min-width: 768px) {
  .front-page-special-items-content {
    padding-top: 60px;
    padding-bottom: 40px;
    padding-inline: 40px;
  }
}
@media screen and (min-width: 1000px) {
  .front-page-special-items-content {
    padding-bottom: 50px;
  }
}

.front-page-special-items {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  row-gap: 22px;
  -moz-column-gap: 20px;
       column-gap: 20px;
  justify-items: center;
  margin-top: 62px;
  padding-top: 36px;
  position: relative;
}
.front-page-special-items::before {
  content: "";
  position: absolute;
  background: url("../img/ribbon-pasta.webp") no-repeat center center/cover;
  top: -23px;
  left: 50%;
  transform: translateX(-50%);
  width: 289px;
  height: 37px;
}
@media screen and (min-width: 768px) {
  .front-page-special-items::before {
    top: -80px;
    width: 352px;
    height: 44px;
  }
}
@media screen and (min-width: 768px) {
  .front-page-special-items {
    margin-top: 0;
    padding-top: 0;
    grid-template-columns: repeat(4, 1fr);
  }
  .front-page-special-items .front-page-special-item:nth-child(2) {
    margin-top: 41px;
  }
  .front-page-special-items .front-page-special-item:nth-child(4) {
    margin-top: 41px;
  }
}
.front-page-special-items p {
  font-family: "Amatic SC";
}

.front-page-special-item img {
  cursor: pointer;
}

.front-page-special-item-body {
  display: flex;
  align-items: flex-start;
  margin-top: 6px;
}
@media screen and (min-width: 1000px) {
  .front-page-special-item-body {
    margin-top: 15px;
  }
}

.front-page-special-item-number {
  color: #fff;
  text-align: center;
  font-size: 19px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  letter-spacing: 2.28px;
  display: inline-block;
  background: #b21100;
  padding-inline: 5px;
}
@media screen and (max-width: 767px) {
  .front-page-special-item-number {
    margin-top: 3px;
  }
}
@media screen and (min-width: 768px) {
  .front-page-special-item-number {
    padding-inline: 9px 6px;
    font-size: 25px;
  }
}
@media screen and (min-width: 1000px) {
  .front-page-special-item-number {
    font-size: 32px;
    letter-spacing: 3.84px;
    padding-block: 5px;
    padding-inline: 14px;
  }
}

.front-page-special-item-title {
  color: #222;
  font-family: "Noto Serif JP";
  font-size: 14px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  margin-left: 6px;
}
@media screen and (min-width: 768px) {
  .front-page-special-item-title {
    font-size: 11px;
  }
}
@media screen and (min-width: 1000px) {
  .front-page-special-item-title {
    font-size: 18px;
    margin-left: 12px;
  }
}

.front-page-special-set {
  border-radius: 8px;
  background: #f7f6f4;
  padding: 25px 10px 20px;
  margin-top: 20px;
}
@media screen and (min-width: 768px) {
  .front-page-special-set {
    margin-top: 60px;
    display: flex;
    justify-content: center;
    gap: 26px;
    padding: 25px 17px 20px;
  }
}
@media screen and (min-width: 1000px) {
  .front-page-special-set {
    gap: 60px;
    padding: 2px 10px 20px;
  }
}

.front-page-special-set-items {
  display: flex;
  align-items: center;
  justify-content: center;
}
.front-page-special-set-item {
  text-align: center;
}

img.front-page-special-set-item-img.lazyloaded {
  width: 58.533px;
  height: 119px;
}
@media screen and (min-width: 768px) {
img.front-page-special-set-item-img.lazyloaded {
  width: 150px;
  height: 119px;
}
}
@media screen and (min-width: 1000px) {
  img.front-page-special-set-item-img.lazyloaded {
    width: 233px;
    height: 145px;
}
}



.front-page-special-set-item:nth-child(1) .front-page-special-set-item-img {
  width: 82.061px;
  height: 81.443px;
}

@media screen and (min-width: 768px) {
  .front-page-special-set-item:nth-child(1) .front-page-special-set-item-img {
    width: 150px;
    height: 119px;
  }
}
@media screen and (min-width: 1000px) {
  .front-page-special-set-item:nth-child(1) .front-page-special-set-item-img {
    width: 233px;
    height: 145px;
  }
}
.front-page-special-set-item:nth-child(3) .front-page-special-set-item-img {
  width: 76.533px;
  height: 83.237px;
}
@media screen and (min-width: 768px) {
  .front-page-special-set-item:nth-child(3) .front-page-special-set-item-img {
    width: 116px;
    height: 117px;
  }
}
@media screen and (min-width: 1000px) {
  .front-page-special-set-item:nth-child(3) .front-page-special-set-item-img {
    width: 172px;
    height: 145px;
  }
}
.front-page-special-set-item:nth-child(5) .front-page-special-set-item-img {
  width: 81.83px;
  height: 79.375px;
}
@media screen and (min-width: 768px) {
  .front-page-special-set-item:nth-child(5) .front-page-special-set-item-img {
    width: 128px;
    height: 126px;
    margin-top: -10px;
  }
}
@media screen and (min-width: 1000px) {
  .front-page-special-set-item:nth-child(5) .front-page-special-set-item-img {
    width: 172px;
    height: 145px;
    margin-top: 0;
  }
}

.front-page-special-set-item-title {
  font-family: "Amatic SC" !important;
  font-weight: 700;
  font-size: 14px;
}
@media screen and (min-width: 768px) {
  .front-page-special-set-item-title {
    font-size: 16px;
  }
}

.front-page-special-set-item-img {
  display: inline-block;
  -o-object-fit: contain;
     object-fit: contain;
}

.front-page-special-set-item-text-1 {
  display: inline-block;
  width: 35.064px;
  height: 12.762px;
  margin-top: 9.56px;
}
@media screen and (min-width: 768px) {
  .front-page-special-set-item-text-1 {
    width: 51px;
    height: 19px;
  }
}
@media screen and (min-width: 1000px) {
  .front-page-special-set-item-text-1 {
    margin-top: 15px;
    width: 68px;
    height: 25px;
  }
}

.front-page-special-set-item-text-2 {
  display: inline-block;
  width: 36.14px;
  height: 11.875px;
  margin-top: 5.6px;
}
@media screen and (min-width: 768px) {
  .front-page-special-set-item-text-2 {
    margin-top: 17px;
    width: 50px;
    height: 18px;
  }
}
@media screen and (min-width: 1000px) {
  .front-page-special-set-item-text-2 {
    margin-top: 12px;
    width: 70px;
    height: 23px;
  }
}

.front-page-special-set-item-text-3 {
  display: inline-block;
  width: 43.412px;
  height: 11.384px;
  margin-top: 4px;
}
@media screen and (min-width: 768px) {
  .front-page-special-set-item-text-3 {
    width: 61px;
    height: 16px;
    margin-top: 3px;
  }
}
@media screen and (min-width: 1000px) {
  .front-page-special-set-item-text-3 {
    margin-top: 16px;
    width: 85px;
    height: 22px;
  }
}

.front-page-special-set-item-plus {
  width: 13.359px;
  height: 13.323px;
}
@media screen and (min-width: 768px) {
  .front-page-special-set-item-plus {
    width: 26px;
    height: 26px;
  }
}

.plus-1 {
  margin-inline: 7.94px 12.6px;
}
@media screen and (max-width:374px) {
  .plus-1 {
    margin-inline: 6.94px 4.6px;
  }
}
@media screen and (min-width: 768px) {
  .plus-1 {
    margin-inline: 12px 16px;
  }
}
@media screen and (min-width: 1000px) {
  .plus-1 {
    margin-inline: 26px 37px;
  }
}

.plus-2 {
  margin-inline: 12.5px 11.64px;
}
@media screen and (max-width:374px) {
  .plus-2 {
    margin-inline: 6.5px 6.64px;
  }
}
@media screen and (min-width: 768px) {
  .plus-2 {
    margin-inline: 12px 16px;
  }
}
@media screen and (min-width: 1000px) {
  .plus-2 {
    margin-inline: 37px 32px;
  }
}

.front-page-special-set-bottom {
  margin-top: 18px;
  display: flex;
  flex-direction: column;
  align-items: center;
}
@media screen and (min-width: 768px) {
  .front-page-special-set-bottom {
    margin-top: 21px;
    align-items: flex-end;
    flex-shrink: 0;
  }
}

.front-page-special-set-text {
  color: #222;
  text-align: center;
  font-family: "Noto Serif JP";
  font-size: 16px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
}
@media screen and (min-width: 768px) {
  .front-page-special-set-text {
    text-align: right;
    font-size: 20px;
  }
}

.front-page-special-set-price {
  color: #222;
  text-align: center;
  text-align: right;
  font-family: "Oswald", sans-serif;
  font-size: 40px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  position: relative;
}
.front-page-special-set-price::before {
  position: absolute;
  content: "";
  right: -5px;
  width: 106%;
  bottom: -6px;
  height: 4px;
  background: url("../img/frontpage-dots.webp") no-repeat center center/cover;
}
@media screen and (min-width: 768px) {
  .front-page-special-set-price::before {
    background: url("../img/pc/frontpage-dots.webp") no-repeat center center/cover;
    right: 0;
    width: 100%;
  }
}
@media screen and (min-width: 768px) {
  .front-page-special-set-price {
    font-size: 34px;
  }
}
@media screen and (min-width: 1000px) {
  .front-page-special-set-price {
    font-size: 60px;
  }
}

.front-page-special-set-time {
  color: #222;
  text-align: right;
  font-family: "Noto Serif JP";
  font-size: 12px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  padding-top: 16px;
}

.front-page-grand-menu-inner {
  background: #f3efeb;
  padding-top: 119px;
  position: relative;
  z-index: 1;
}
.front-page-grand-menu-inner::before {
  content: "";
  position: absolute;
  top: -50px;
  left: -46px;
  background: url("../img/pc/frontpage-grand-fries.webp") no-repeat center center/contain;
  width: 196.365px;
  height: 141px;
  z-index: 2;
}
@media screen and (min-width: 768px) {
  .front-page-grand-menu-inner::before {
    width: 266px;
    height: 294px;
    top: -107px;
  }
}
@media screen and (min-width: 1000px) {
  .front-page-grand-menu-inner::before {
    height: 406px;
    top: -137px;
    left: -32px;
  }
}
.front-page-grand-menu-inner::after {
  content: "";
  position: absolute;
  background: url("../img/frontpage-grand-menu-bg.webp") no-repeat center center/cover;
  top: 365px;
  left: 100px;
  width: 100vw;
  height: 90%;
  z-index: -1;
}
@media screen and (min-width: 768px) {
  .front-page-grand-menu-inner::after {
    top: 493px;
    height: 85%;
  }
}
@media screen and (min-width: 1000px) {
  .front-page-grand-menu-inner::after {
    top: 547px;
    left: 248px;
    height: 85.3%;
  }
}
@media screen and (min-width: 1000px) {
  .front-page-grand-menu-inner {
    padding-top: 160px;
  }
}

.front-page-grand-menu-head {
  margin-bottom: 40px;
  text-align: center;
}
@media screen and (min-width: 1000px) {
  .front-page-grand-menu-head {
    margin-bottom: 40px;
  }
}

@media screen and (min-width: 1000px) {
  .front-page-grand-menu-title {
    margin-bottom: 9px;
  }
}

.front-page-grand-menu-item-head-content {
  border-top: solid 2px #000; /* 上の線 */
  border-bottom: solid 2px #000;
  padding-block: 1px;
  margin-bottom: 20px;
}
@media screen and (min-width: 768px) {
  .front-page-grand-menu-item-head-content {
    padding-block: 2px;
    margin-bottom: 24px;
  }
}

.front-page-grand-menu-item-head {
  border-top: solid 1px #000; /* 上の線 */
  border-bottom: solid 1px #000; /* 下の線 */
  color: #222;
  font-family: "Noto Serif JP";
  font-size: 20px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  padding-block: 2px 3px;
  padding-left: 10px;
}
@media screen and (min-width: 768px) {
  .front-page-grand-menu-item-head {
    font-size: 24px;
    padding-block: 5px 4px;
  }
}
@media screen and (min-width: 1000px) {
  .front-page-grand-menu-item-head {
    padding-left: 21px;
  }
}

.front-page-grand-menu-items {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  row-gap: 18px;
  -moz-column-gap: 20px;
       column-gap: 20px;
  justify-items: center;
  margin-bottom: 40px;
}
@media screen and (min-width: 768px) {
  .front-page-grand-menu-items {
    grid-template-columns: repeat(3, 1fr);
    -moz-column-gap: 34px;
         column-gap: 34px;
    margin-bottom: 104px;
    width: 100%;
  }
}
@media screen and (min-width: 1000px) {
  .front-page-grand-menu-items {
    margin-bottom: 99px;
    row-gap: 41px;
  }
}

.front-page-grand-menu-item {
  width: 100%;
}
.front-page-grand-menu-item img {
  -o-object-fit: cover;
     object-fit: cover;
  cursor: pointer;
  background: #fff;
  padding: 5px;
  height: 148px;
  transition: all ease 0.3s;
  overflow: hidden;
}

@media screen and (min-width: 768px) {
.front-page-grand-menu-item img:hover {
  scale: 1.02;
}
}

@media screen and (min-width: 768px) {
  .front-page-grand-menu-item img {
    padding: 8px;
    width: 100%;
    height: 328px;
  }
}
.front-page-grand-menu-item-price,
.front-page-grand-menu-item-end {
  color: #222;
  font-family: "Oswald", sans-serif;
  font-size: 20px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  display: flex;
  align-items: center;
}
@media screen and (min-width: 768px) {
  .front-page-grand-menu-item-price,
.front-page-grand-menu-item-end {
    font-size: 24px;
  }
}

.front-page-grand-menu-modal {
  cursor: pointer;
  display: flex;
  z-index: 150;
  opacity: 0;
  background-color: rgba(0, 0, 0, 0.7);
  position: fixed;
  width: 100vw;
  height: 100%;
  top: 0;
  left: 0;
  z-index: 253;
  justify-content: center;
  align-items: center;
  visibility: hidden;
  overscroll-behavior: contain;
  overflow-y: scroll;
}

.front-page-grand-menu-modal-item {
  cursor: default;
  background: #fff;
  padding: 10px;
}
.front-page-grand-menu-modal-item img {
  width: 100%;
}
@media screen and (min-width: 768px) {
  .front-page-grand-menu-modal-item img {
    min-width: 500px;
    min-height: 500px;
    max-width: 600px;
    max-height: 700px;
            object-fit: cover;
  }
}

.front-page-grand-menu-modal-inner {
  position: relative;
  padding: 10px;
}

.front-page-grand-menu-modal-close {
  display: inline-block;
  position: absolute;
  top: -36px;
  right: -4px;
}
.front-page-grand-menu-modal-close img {
  width: 35px !important;
  height: 35px !important;
}
@media screen and (min-width: 768px) {
  .front-page-grand-menu-modal-close {
    top: -55px;
    right: 11px;
  }
  .front-page-grand-menu-modal-close img {
    width: 50px !important;
    height: 50px !important;
  }
}

.front-page-drink-menu-items {
  margin-top: 40px;
  margin-bottom: 43px;
  position: relative;
}
.front-page-drink-menu-items::after {
  position: absolute;
  content: "";
  background: url("../img/pc/frontpage-grand-menu-coffee.webp") no-repeat center center/contain;
  bottom: -228px;
  right: -79px;
  width: 168.808px;
  height: 142.875px;
}
@media screen and (min-width: 768px) {
  .front-page-drink-menu-items::after {
    right: -175px;
    bottom: -264px;
    width: 281px;
    height: 369px;
  }
}
@media screen and (min-width: 1000px) {
  .front-page-drink-menu-items::after {
    bottom: -327px;
  }
}
@media screen and (min-width: 768px) {
  .front-page-drink-menu-items {
    margin-bottom: 54px;
  }
}
@media screen and (min-width: 1000px) {
  .front-page-drink-menu-items {
    margin-bottom: 62px;
  }
}

.front-page-drink-menu-item-content {
  margin-bottom: 39px;
  padding-inline: 20px;
}
@media screen and (min-width: 768px) {
  .front-page-drink-menu-item-content {
    padding-inline: 0;
    margin-bottom: 43px;
  }
}

.front-page-drink-menu-items {
  margin-top: 40px;
}

@media screen and (min-width: 768px) {
  .front-page-drink-menu-items-inner {
    display: flex;
    flex-direction: column;
    gap: 26px;
  }
}
@media screen and (min-width: 1000px) {
  .front-page-drink-menu-items-inner {
    flex-direction: row;
    gap: 26px;
  }
}
@media screen and (min-width: 1200px) {
  .front-page-drink-menu-items-inner {
    flex-direction: row;
    gap: 62px;
  }
}

@media screen and (min-width: 768px) {
  .front-page-drink-menu-items-right {
    gap: 51px;
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    width: 100%;
    padding-right: 8px;
    margin-top: 35px;
  }
}
@media screen and (min-width: 1000px) {
  .front-page-drink-menu-items-right {
    width: 70%;
    gap: 39px;
    margin-top: 0;
  }
}
@media screen and (min-width: 1200px) {
  .front-page-drink-menu-items-right {
    gap: 51px;
    margin-top: 0;
  }
}

@media screen and (min-width: 768px) {
  .front-page-drink-img {
    background: #fff;
    padding: 5px;
    max-height: 600px;
    width: 100%;
    -o-object-fit: cover;
       object-fit: cover;
  }
}
@media screen and (min-width: 1000px) {
  .front-page-drink-img {
    width: 31.3%;
  }
}
@media screen and (min-width: 1200px) {
  .front-page-drink-img {
    width: 34.3%;
    max-height: 340px;
  }
}

.front-page-drink-menu-item-head {
  color: #222;
  font-family: "Noto Serif JP";
  font-size: 16px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  padding-bottom: 10px;
  border-bottom: 1px solid #222;
  margin-bottom: 15.5px;
}
@media screen and (min-width: 1000px) {
  .front-page-drink-menu-item-head {
    margin-bottom: 13.5px;
  }
}

.front-page-drink-menu-item-body {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 7.5px;
}
@media screen and (min-width: 768px) {
  .front-page-drink-menu-item-body {
    gap: 40px;
  }
}
@media screen and (min-width: 1000px) {
  .front-page-drink-menu-item-body {
    margin-bottom: 8px;
  }
}

.front-page-drink-menu-item-title,
.front-page-grand-menu-item-title {
  color: #222;
  font-family: "Noto Serif JP";
  font-size: 18px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
}
@media screen and (min-width: 768px) {
  .front-page-drink-menu-item-title,
.front-page-grand-menu-item-title {
    margin-top: 12px;
    font-size: 22px;
  }
}
@media screen and (min-width: 1000px) {
  .front-page-drink-menu-item-title,
.front-page-grand-menu-item-title {
    margin-top: 12px;
    font-size: 24px;
  }
}

@media screen and (max-width: 767px) {
  .front-page-grand-menu-item-title {
    margin-top: 10px;
  }
}

@media screen and (min-width: 768px) {
  .front-page-drink-menu-item-title {
    white-space: nowrap;
    font-size: 16px;
    margin-top: 0;
  }
}
@media screen and (min-width: 1000px) {
  .front-page-drink-menu-item-title {
    font-size: 12px;
  }
}
@media screen and (min-width: 1200px) {
  .front-page-drink-menu-item-title {
    font-size: 14px;
  }
}

.front-page-drink-menu-item-price,
.front-page-drink-menu-item-end {
  color: #222;
  text-align: right;
  font-family: "Oswald", sans-serif;
  font-size: 20px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  display: flex;
  align-items: center;
}
@media screen and (min-width: 768px) {
  .front-page-drink-menu-item-price,
.front-page-drink-menu-item-end {
    font-size: 17px;
  }
}
@media screen and (min-width: 1200px) {
  .front-page-drink-menu-item-price,
.front-page-drink-menu-item-end {
    font-size: 20px;
  }
}

.front-page-grand-menu-item-end,
.front-page-drink-menu-item-end {
  margin-left: 5px;
}

.front-page-gallery-head {
  text-align: center;
  position: relative;
}

.front-page-gallery-title {
  position: relative;
  display: inline-block;
}
.front-page-gallery-title::before {
  position: absolute;
  content: "";
  background: url("../img/frontpage-gallery-comment.webp") no-repeat center center/cover;
  top: -112px;
  left: -122px;
  width: 207px;
  height: 97.168px;
}
@media screen and (max-width:374px) {
  .front-page-gallery-title::before {
    left: -81px;
    width: 182px;
    top: -105px;
  }
}
@media screen and (min-width: 768px) {
  .front-page-gallery-title::before {
    top: -73px;
    left: -259px;
  }
}
@media screen and (min-width: 1000px) {
  .front-page-gallery-title::before {
    width: 258px;
    height: 120px;
    top: -92px;
    left: -259px;
  }
}

@media screen and (min-width: 768px) {
  #sbi_images {
    gap: 24px !important;
  }
}

#instaFeed {
  opacity: 0;
}

.front-page-gallery {
  margin-top: 186px;
}
@media screen and (min-width: 1000px) {
  .front-page-gallery {
    margin-top: 241px;
  }
}

.front-page-gallery-inner {
  padding-block: 60px 100px;
  position: relative;
  background: #eae0d5;
}
.front-page-gallery-inner::before {
  position: absolute;
  content: "";
  background: #eae0d5;
  top: 0;
  width: 1000vw;
  height: 100%;
  right: -61%;
}
.front-page-gallery-inner::after {
  position: absolute;
  content: "";
  background: url("../img/pc/frontpage-gallery-item.webp") no-repeat center center/contain;
  bottom: -124px;
  left: -106px;
  width: 204.493px;
  height: 185.071px;
}
@media screen and (min-width: 768px) {
  .front-page-gallery-inner::after {
    width: 228px;
    height: 320px;
    bottom: -159px;
    left: -74px;
  }
}
@media screen and (min-width: 1000px) {
  .front-page-gallery-inner::after {
    bottom: -177px;
    left: -87px;
    width: 268px;
  }
}
@media screen and (min-width: 768px) {
  .front-page-gallery-inner {
    padding-block: 80px;
  }
}

.front-page-gallery-items {
  margin-block: 27px 14px;
}
@media screen and (min-width: 1000px) {
  .front-page-gallery-items {
    margin-block: 29px 33px;
  }
}

.front-page-news-inner {
  padding-block: 116px 161px;
  position: relative;
}
@media screen and (min-width: 768px) {
  .front-page-news-inner {
    padding-inline: 0;
    padding-block: 120px 160px;
  }
}

.front-page-news-head {
  text-align: center;
}

.front-page-news-items {
  margin-top: 37px;
  margin-bottom: 46px;
  margin-inline: auto;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  row-gap: 21px;
  -moz-column-gap: 20px;
       column-gap: 20px;
  justify-items: center;
  max-width: 600px;
}
@media screen and (min-width: 768px) {
  .front-page-news-items {
    grid-template-columns: 20% 26%;
    grid-auto-flow: column;
    max-width: none;
    padding-inline: 90px;
    margin-bottom: 60px;
  }
}
@media screen and (min-width: 1000px) {
  .front-page-news-items {
    margin-top: 42px;
    row-gap: 32px;
    margin-bottom: 66px;
  }
}

.front-page-news-items > *:first-child {
  grid-column: span 2;
  grid-row: span 2;
}
.front-page-news-items > *:first-child img {
  width: 100% !important;
}
.front-page-news-items > *:first-child .front-page-news-item-tag {
  top: 20px;
}
.front-page-news-items > *:first-child .front-page-news-item-title {
  margin-top: 10px;
  color: #222;
  font-family: "Noto Serif JP";
  font-size: 14px;
  font-style: normal;
  font-weight: 700;
  line-height: 24px; /* 171.429% */
}
.front-page-news-items > *:first-child .front-page-news-item-first-desc {
  margin-top: 10px;
  color: #222;
  font-family: "Noto Serif JP";
  font-size: 12px;
  font-style: normal;
  font-weight: 400;
  line-height: 18px; /* 150% */
}
@media screen and (min-width: 768px) {
  .front-page-news-items > *:first-child .front-page-news-item-first-desc {
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 24px;
  }
}
.front-page-news-items > *:first-child .front-page-news-item-time {
  display: inline-block;
  margin-top: 10px;
}
@media screen and (min-width: 768px) {
  .front-page-news-items > *:first-child {
    max-width: 510px;
    margin-right: 17px;
  }
  .front-page-news-items > *:first-child .front-page-news-item-title {
    font-size: 20px;
    font-weight: 700;
    line-height: 32px; /* 160% */
    margin-top: 16px;
  }
  .front-page-news-items > *:first-child .front-page-news-item-time {
    font-size: 14px;
    margin-top: 12px;
  }
  .front-page-news-items > *:first-child .front-page-news-item-tag {
    font-size: 16px;
  }
  .front-page-news-items > *:first-child img {
    height: 274px;
  }
}
@media screen and (min-width: 1000px) {
  .front-page-news-items > *:first-child img {
    height: 319px;
  }
}

.front-page-news-item img {
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
@media screen and (min-width: 768px) {
  .front-page-news-item img {
    height: 106px;
  }
}
@media screen and (min-width: 1000px) {
  .front-page-news-item {
    width: 100%;
    max-width: 255px;
  }
  .front-page-news-item img {
    height: 159px;
  }
}

.front-page-news-item-top {
  position: relative;
}

.front-page-news-item-tag {
  top: 10px;
  left: -8px;
}
@media screen and (min-width: 768px) {
  .front-page-news-item-tag {
    font-size: 12px;
  }
}

.front-page-news-item-title {
  margin-top: 6.5px;
  color: #222;
  font-family: "Noto Serif JP";
  font-size: 12px;
  font-style: normal;
  font-weight: 700;
  line-height: 18px; /* 150% */
}
@media screen and (min-width: 768px) {
  .front-page-news-item-title {
    margin-top: 10px;
    font-size: 14px;
    line-height: 24px;
  }
}

.front-page-news-item-time {
  display: inline-block;
  margin-top: 8px;
  color: #222;
  font-family: "Noto Serif JP";
  font-size: 12px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
}
@media screen and (min-width: 768px) {
  .front-page-news-item-time {
    font-size: 12px;
    margin-top: 10px;
  }
}

.front-page-access-inner {
  padding-block: 80px;
  background: #eae0d5;
  position: relative;
}
.front-page-access-inner::after {
  position: absolute;
  content: "";
  background: url("../img/pc/frontpage-news-item.webp") no-repeat center center/contain;
  z-index: 2;
  top: -98px;
  right: -37px;
  width: 190.5px;
  height: 180px;
  z-index: 1;
}
@media screen and (min-width: 1000px) {
  .front-page-access-inner::after {
    top: -182px;
    right: -90px;
    width: 308px;
    height: 295px;
  }
}
@media screen and (min-width: 768px) {
  .front-page-access-inner {
    margin-inline: auto;
  }
}

.front-page-access-map {
  padding: 4px;
  background: #fff;
}
.front-page-access-map iframe {
  max-height: 178px;
}
@media screen and (min-width: 768px) {
  .front-page-access-map iframe {
    max-width: 668px;
    height: 367px;
    max-height: 367px;
  }
}
@media screen and (min-width: 768px) {
  .front-page-access-map {
    padding: 10px;
    text-align: center;
    width: 688px;
    margin-inline: auto;
  }
}

.front-page-access-body {
  margin-top: 22px;
}
@media screen and (min-width: 768px) {
  .front-page-access-body {
    margin-top: 42px;
    width: 688px;
    margin-inline: auto;
  }
}
@media screen and (min-width: 1000px) {
  .front-page-access-body {
    margin-top: 18px;
  }
}

.footer-shop-table tr {
  gap: 15px;
  padding-bottom: 11.6px;
}
@media screen and (min-width: 1000px) {
  .footer-shop-table tr {
    gap: 18px;
    padding-top: 19px;
    padding-bottom: 14px;
  }
}

.front-page-access-head {
  text-align: center;
  position: relative;
}

.front-page-access-title {
  position: relative;
  display: inline-block;
}
.front-page-access-title::before {
  position: absolute;
  content: "";
  background: url("../img/frontpage-access-comment.webp") no-repeat center center/cover;
  top: -120px;
  left: -146px;
  width: 200px;
  height: 172.134px;
  z-index: 1;
}
@media screen and (min-width: 768px) {
  .front-page-access-title::before {
    left: -254px;
  }
}
@media screen and (min-width: 1000px) {
  .front-page-access-title::before {
    width: 232.912px;
    height: 200.002px;
    top: -131px;
  }
}

body,
html {
  background: #f3efeb;
  overflow-x: hidden;
}
.archive-menu-inner {
  padding-bottom: 119px;
  position: relative;
}
@media screen and (min-width: 768px) {
  .archive-menu-inner {
    max-width: 1280px;
    margin-inline: auto;
    padding-bottom: 60px;
  }
}

.archive-menu-link-content {
  margin-top: 59px;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  row-gap: 12px;
  -moz-column-gap: 13px;
       column-gap: 13px;
  justify-items: center;
}
@media screen and (min-width: 768px) {
  .archive-menu-link-content {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 13px;
  }
}

.archive-menu-link-base {
  background: #888;
  padding: 4px;
  width: 100%;
}
.archive-menu-link-base.active {
  background: #382620;
}
@media screen and (min-width: 768px) {
  .archive-menu-link-base {
    max-width: 201px;
  }
}

.archive-menu-link {
  display: block;
  background: #888;
  width: 100%;
  height: 64px;
  text-align: center;
  padding-block: 19px 17px;
  border: 1px solid #fff;
  color: #fff;
  text-align: center;
  font-family: "Noto Serif JP";
  font-size: 16px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
}
.archive-menu-link.active {
  background: #382620;
}
@media screen and (max-width:374px) {
  .archive-menu-link {
    font-size: 14px;
  }
}
@media screen and (min-width: 768px) {
  .archive-menu-link {
    padding-block: 19px;
    height: 62px;
  }
}

.archive-menu-items {
  margin-top: 60px;
  row-gap: 24.5px;
}
@media screen and (min-width: 768px) {
  .archive-menu-items {
    margin-top: 80px;
    grid-template-columns: repeat(4, 1fr);
    -moz-column-gap: 40px;
         column-gap: 40px;
    row-gap: 36.5px;
  }
}

.archive-drink-items {
  padding-block: 60px 0;
}
@media screen and (min-width: 1000px) {
  .archive-drink-items {
    padding-block: 60px 180px;
  }
}

.archive-menu-item img {
  background: none;
  padding: 0;
  width: 100%;
  height: 158px;
}
@media screen and (min-width: 768px) {
  .archive-menu-item img {
    height: 245px;
  }
}

.archive-menu-item-title {
  font-size: 14px;
  margin-top: 8px;
}
@media screen and (min-width: 768px) {
  .archive-menu-item-title {
    margin-top: 13px;
  }
}

.archive-menu-price {
  justify-content: center;
}
@media screen and (min-width: 768px) {
  .archive-menu-price {
    margin-top: -2px;
    letter-spacing: -0.4px;
    font-size: 21px;
  }
}

.archive-menu-item-end {
  margin-left: 6px;
  font-size: 27px;
}

.archive-menu-drink-body {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  row-gap: 12px;
  -moz-column-gap: 13px;
       column-gap: 13px;
}

.page-news {
  background: #f3efeb;
}
@media screen and (min-width: 768px) {
  .page-news {
    padding-top: 16px;
  }
}

.page-news-head {
  color: #382620;
  font-family: "Noto Serif JP";
  font-size: 20px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  margin-block: 48px 40px;
  padding-left: 20px;
}
@media screen and (min-width: 768px) {
  .page-news-head {
    padding-left: 90px;
    margin-bottom: 28px;
  }
}

@media screen and (max-width: 767px) {
  .page-news-inner-content {
    margin-top: 57px;
  }
}
@media (min-width: 768px) and (max-width: 1000px) {
  .page-news-inner-content {
    padding-inline: 30px;
    gap: 10px;
    display: flex;
  }
}
@media screen and (min-width: 768px) {
  .page-news-inner-content {
    margin-top: 137px;
  }
}
@media screen and (min-width: 1000px) {
  .page-news-inner-content {
    display: flex;
    padding-inline: 98px 90px;
  }
}
@media screen and (min-width: 1200px) {
  .page-news-inner-content {
    gap: 71px;
  }
}

.page-category-inner-content {
  margin-top: 0;
}

.page-news-inner {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  row-gap: 24px;
  -moz-column-gap: 19px;
       column-gap: 19px;
  justify-items: center;
}
@media screen and (max-width: 767px) {
  .page-news-inner {
    padding-inline: 20px;
  }
}
@media screen and (min-width: 768px) {
  .page-news-inner {
    width: 100%;
    flex: 8;
  }
}
@media screen and (min-width: 1000px) {
  .page-news-inner {
    flex: 8;
    width: 100%;
    -moz-column-gap: 40px;
         column-gap: 40px;
    row-gap: 43px;
  }
}

@media screen and (min-width: 768px) {
  .page-news-inner > *:last-child {
    margin-bottom: 160px;
    grid-column: span 2;
    justify-self: center;
  }
}

.page-news-item {
  display: block;
  width: 100%;
}

.page-news-item-img {
  width: 100%;
  position: relative;
}
.page-news-item-img img {
  width: 100%;
  height: 99px;
  -o-object-fit: cover;
     object-fit: cover;
}
@media screen and (min-width: 768px) {
  .page-news-item-img img {
    height: 213px;
  }
}

.page-news-item-tag {
  top: 9px;
  left: -7px;
}
@media screen and (min-width: 768px) {
  .page-news-item-tag {
    top: 18px;
    padding: 3px 11px;
  }
}

.page-news-item-title {
  margin-top: 8px;
  color: #222;
  font-family: "Noto Serif JP";
  font-size: 12px;
  font-style: normal;
  font-weight: 700;
  line-height: 18px; /* 150% */
}
@media screen and (min-width: 768px) {
  .page-news-item-title {
    font-size: 16px;
    line-height: 24px;
    margin-top: 12px;
  }
}

.page-news-item-meta {
  margin-top: 7px;
  color: #222;
  font-family: "Noto Serif JP";
  font-size: 12px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
}
@media screen and (min-width: 768px) {
  .page-news-item-meta {
    font-size: 14px;
    margin-top: 8px;
  }
}

.secondary-inner {
  background: #f3efeb;
  margin-top: 60px;
  padding-bottom: 159px;
  padding-inline: 20px;

}
@media screen and (min-width: 768px) {
  .secondary-inner {
    width: 41%;
    margin-top: 0;
  }
}
@media screen and (min-width: 1200px) {
  .secondary-inner {
    padding-bottom: 0;
    padding-inline: 0;
    /* margin-top: 58px; */
    width: 31%;
  }
}

.sidebar-entries {
  background: #f8f8f8;
  padding-block: 20px;
}
@media screen and (min-width: 768px) {
  .sidebar-entries {
    padding: 21px 20px 20px 22px;
  }
}

.sidebar-title {
  margin-bottom: 40px;
  color: #222;
  font-family: "Noto Serif JP";
  font-size: 20px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  position: relative;
}
.sidebar-title::after {
  content: "";
  background: #222;
  position: absolute;
  width: 32px;
  height: 1px;
  bottom: -20px;
  left: 0;
}

.noimage {
  width: 100px;
  height: 100px;
  -o-object-fit: cover;
     object-fit: cover;
}

.noimage-front {
  min-height: 157px;
}

.sidebar-entry-inner {
  display: flex;
  flex-direction: column;
  gap: 16px;
}
@media screen and (min-width: 768px) {
  .sidebar-entry-inner {
    gap: 14px;
  }
}

.sidebar-entry-item {
  display: flex;
  gap: 14px;
}

.sidebar-entry-item-title {
  margin-bottom: 10px;
  color: #222;
  font-family: "Noto Serif JP";
  font-size: 14px;
  font-style: normal;
  font-weight: 700;
  line-height: 24px; /* 171.429% */
}
@media screen and (max-width:374px) {
  .sidebar-entry-item-title {
    font-size: 12px;
  }
}
@media (min-width: 768px) and (max-width: 1000px) {
  .sidebar-entry-item-title {
    font-size: 12px;
  }
}

@media (min-width: 768px) and (max-width: 1000px) {
  .sidebar-news-item-meta {
    font-size: 12px;
  }
}

.sidebar-entry-item-img img {
 width: 100px;
 height: 100px;
 max-width: none;
}

.sidebar-entries-category {
  margin-top: 40px;
}
@media screen and (min-width: 768px) {
  .sidebar-entries-category {
    margin-top: 59px;
  }
}

.sidebar-entries-category-title {
  display: flex;
  flex-direction: column;
  gap: 16px;
}
.sidebar-entries-category-title li {
  display: inline-block;
  padding-left: 12px;
  cursor: pointer;
  position: relative;
}
.sidebar-entries-category-title li::before {
  content: "";
  background: url("../img/category-arrow.webp") no-repeat center center/cover;
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  width: 6px;
  height: 12px;
}
.sidebar-entries-category-title a {
  color: #382620;
  font-family: "Noto Serif JP";
  font-size: 16px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
}

.entry-btn {
  width: 100%;
  display: flex;
  align-items: center;
  margin-bottom: 101px;
  margin-top: 75px;
  position: relative;
}
@media screen and (min-width: 768px) {
  .entry-btn {
    margin-top: 75px;
    margin-bottom: 120px;
  }
}
.entry-btn.is-space-between {
  justify-content: space-between;
}
.entry-btn.is-left {
  justify-content: flex-start;
}
.entry-btn.is-center {
  justify-content: flex-end;
}

.entry-btn-archive {
  text-align: center !important;
  border: 1px solid #382620;
  color: #382620;
  padding: 8px 25px 6px 25px;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  font-family: "Noto Serif JP";
  font-size: 14px;
  font-style: normal;
  font-weight: 700;
  line-height: 24px;
}
@media screen and (max-width:374px) {
  .entry-btn-archive {
    padding: 8px 15px 6px 15px;
  }
}
@media screen and (min-width: 768px) {
  .entry-btn-archive {
    padding: 11px 35px 10px 35px;
    font-size: 16px;
  }
}

.entry-btn-prev,
.entry-btn-next {
  color: #382620;
  text-align: center;
  font-family: "Noto Serif JP";
  font-size: 14px;
  font-style: normal;
  font-weight: 700;
  line-height: 24px;
}
@media screen and (max-width:374px) {
  .entry-btn-prev,
.entry-btn-next {
    padding: 8px 10px 8px 7px;
    font-size: 12px;
  }
}

.wp-block-image {
  margin-block: 36px;
}
.wp-block-image img {
  width: 100%;
}

.wp-block-quote {
  opacity: 0;
}

blockquote {
  position: relative;
  padding-left: 10px;
  background: #f8f8f8;
  padding-block: 20px 25px;
  padding-inline: 24px;
  margin: 0;
  margin-top: 32px;
}
blockquote a {
  margin-top: 15px;
  color: #222;
  font-family: "Noto Serif JP";
  font-size: 14px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  max-width: 189px;
  margin-left: auto;
  padding-right: 20px;
  display: block;
  position: relative;
  max-width: 155px;
}
blockquote a::before {
  content: "出典元：";
  position: absolute;
  left: -56px;
  top: 0;
  white-space: nowrap;
}
@media screen and (min-width: 768px) {
  blockquote {
    margin-left: 0;
    padding-block: 35px 38px;
    padding-inline: 41px 36px;
    width: 100%;
  }
}

blockquote cite {
  display: block;
  font-size: 0.8rem;
  color: #f8c8b2;
  text-align: right;
}

.entry {
  margin-top: 47px;
}
@media screen and (min-width: 768px) {
  .entry {
    margin-top: 0;
  }
}

.entry-body {
  width: 100%;
  color: #023e78;
  font-family: "Noto Sans CJK JP";
}
.entry-body h2 {
  width: 100%;
  padding: 0 13px;
  color: #382620;
  font-family: "Noto Serif JP";
  font-size: 18px;
  font-style: normal;
  font-weight: 700;
  line-height: 28px;
  border-left: 4px solid #382620;
  margin-bottom: 18px;
  margin-top: 75px;
}
@media screen and (min-width: 768px) {
  .entry-body h2 {
    font-size: 24px;
    margin-top: 93px;
    padding: 5px 17px 3px;
    border-left: 5px solid #382620;
    margin-bottom: 20px;
  }
}
.entry-body h3 {
  color: #382620;
  font-family: "Noto Serif JP";
  font-size: 16px;
  font-style: normal;
  font-weight: 700;
  line-height: 24px;
  border-bottom: 1px solid #382620;
  padding-bottom: 12px;
  margin-bottom: 20px;
  margin-top: 54px;
}
@media screen and (min-width: 768px) {
  .entry-body h3 {
    font-size: 20px;
    margin-top: 58px;
    padding-bottom: 14px;
  }
}
.entry-body h4 {
  color: #382620;
  font-family: "Noto Serif JP";
  font-size: 14px;
  font-style: normal;
  font-weight: 700;
  line-height: 24px;
  margin-top: 54px;
  margin-bottom: 14px;
}
@media screen and (min-width: 768px) {
  .entry-body h4 {
    font-size: 16px;
    margin-top: 55px;
    margin-bottom: 15px;
  }
}
.entry-body p {
  color: #222;
  font-family: "Noto Serif JP";
  font-size: 14px;
  font-style: normal;
  font-weight: 500;
  line-height: 28px; /* 200% */
}
@media screen and (min-width: 768px) {
  .entry-body p {
    line-height: 32px;
    font-size: 16px;
  }
}
.entry-body ul {
  margin-top: 28px;
  margin-bottom: 32px;
  padding-left: 34px;
  display: flex;
  flex-direction: column;
  gap: 8px;
}
@media screen and (min-width: 768px) {
  .entry-body ul {
    gap: 11px;
    margin-left: 4px;
    margin-bottom: 36px;
  }
}
.entry-body li {
  color: #1a1a1a;
  font-family: "Noto Sans CJK JP";
  font-size: 14px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  position: relative;
}
.entry-body li::before {
  content: "・";
  position: absolute;
  width: 1px;
  height: 1px;
  left: -15px;
  top: 0;
}
@media screen and (min-width: 768px) {
  .entry-body li {
    letter-spacing: 1.5px;
  }
}

.single-entry {
  width: 100%;
}
@media screen and (min-width: 768px) {
  .single-entry {
    max-width: 760px;
  }
}

.single-entry-meta {
  color: #382620;
  font-family: "Noto Serif JP";
  font-size: 14px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
}
@media screen and (max-width:374px) {
  .single-entry-meta {
    font-size: 12px;
  }
}

.single-entry-meta {
  display: flex;
  align-items: center;
  gap: 20px;
}

.single-entry-category {
  position: relative;
}
.single-entry-category::before {
  position: absolute;
  content: "|";
  left: -20px;
  top: 50%;
  transform: translateY(-50%);
  font-size: 25px;
  font-weight: 700;
}
.single-entry-category a {
  color: #382620;
  font-family: "Noto Serif JP";
  font-size: 14px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
}
@media screen and (max-width:374px) {
  .single-entry-category a {
    font-size: 12px;
  }
}

.entry-header {
  display: flex;
  align-items: center;
  gap: 41px;
  margin-top: 25px;
  margin-bottom: 36px;
}
@media screen and (max-width:374px) {
  .entry-header {
    gap: 34px;
  }
}
@media screen and (min-width: 768px) {
  .entry-header {
    margin-top: 40px;
  }
}

.single-entry-img {
  opacity: 0;
}
.single-entry-img img {
  width: 100%;
}
@media screen and (min-width: 768px) {
  .single-entry-img {
    margin-top: 81px;
  }
  .single-entry-img img {
    max-width: 760px;
    max-height: 475px;
    height: 100%;
    -o-object-fit: cover;
       object-fit: cover;
  }
}

.single-entry {
  width: 100%;
}
@media screen and (min-width: 768px) {
  .single-entry {
    max-width: 760px;
  }
}

.single-inner {
  background: #f3efeb;
  padding-bottom: 161px;
}
@media screen and (min-width: 768px) {
  .single-content {
    display: flex;
    justify-content: center;
    gap: 40px;
    margin-top: 0px;
    max-width: 688px;
    margin-inline: auto;
  }
}

.single-entry-title {
  color: #382620;
  font-family: "Noto Serif JP";
  font-size: 20px;
  font-style: normal;
  font-weight: 700;
  line-height: 28px; /* 140% */
  margin-top: 24px;
  letter-spacing: 0.1px;
}
@media screen and (max-width:374px) {
  .single-entry-title {
    font-size: 18px;
  }
}
@media screen and (min-width: 768px) {
  .single-entry-title {
    margin-top: 24px;
    font-size: 28px;
    line-height: 40px;
  }
}

.wp-block-image img {
  width: 100%;
  height: 209px;
  -o-object-fit: cover;
     object-fit: cover;
}
@media screen and (min-width: 768px) {
  .wp-block-image img {
    height: 430px;
  }
}

.related-inner {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  row-gap: 21px;
  -moz-column-gap: 19px;
       column-gap: 19px;
  justify-items: center;
  max-width: 500px;
  margin-inline: auto;
}
@media screen and (min-width: 768px) {
  .related-inner {
    grid-template-columns: repeat(3, 1fr);
    row-gap: 40px;
    -moz-column-gap: 40px;
         column-gap: 40px;
    padding-left: 8px;
    max-width: 1280px;
  }
}

.related-entry-item {
  flex-direction: column;
  gap: 5px;
  width: 100%;
}
@media screen and (min-width: 768px) {
  .related-entry-item {
    width: 200px;
    gap: 10px;
  }
}

@media screen and (min-width: 768px) {
  .related-item-tag {
    top: 13px;
    padding: 3px 12px;
  }
}

@media screen and (min-width: 768px) {
  .related-item-title {
    margin-bottom: 10px;
  }
}

.related-item-text {
  grid-column: span 2;
}
@media screen and (min-width: 768px) {
  .related-item-text {
    grid-column: span 3;
  }
}

.entry-related-title {
  color: #382620;
  text-align: center;
  font-family: "Noto Serif JP";
  font-size: 20px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  margin-bottom: 40px;
}
@media screen and (min-width: 768px) {
  .entry-related-title {
    font-size: 28px;
    line-height: 40px;
    margin-bottom: 60px;
  }
}

@media screen and (min-width: 768px) {
  .related-item-meta {
    font-size: 12px;
  }
}

.entry-related-item-img {
  position: relative;
  -o-object-fit: cover;
     object-fit: cover;
  width: 100%;
  height: 99px;
}
.entry-related-item-img img {
  width: 100%;
  height: 99px;
  object-fit: cover;
}
@media screen and (min-width: 768px) {
  .entry-related-item-img {
    width: 200px;
    height: 125px;
  }
  .entry-related-item-img img {
    width: 200px;
    height: 125px;
  }
}

.page-concept {
  background: #f3efeb;
  padding-bottom: 196px;
}
@media screen and (min-width: 768px) {
  .page-concept {
    max-width: 1280px;
    margin-inline: auto;
    padding-bottom: 240px;
  }
}

#conceptHead,
#conceptText,
#pageConceptTopImg {
  opacity: 0;
}

.page-concept-head {
  color: #222;
  font-family: "Noto Serif JP";
  font-size: 20px;
  font-style: normal;
  font-weight: 700;
  line-height: 40px; /* 200% */
  margin-bottom: 32px;
  margin-top: 48px;
}
@media screen and (min-width: 768px) {
  .page-concept-head {
    margin-top: 0;
    font-size: 18px;
    line-height: 42px;
    margin-bottom: 27px;
  }
}
@media screen and (min-width: 1000px) {
  .page-concept-head {
    margin-top: 0;
    font-size: 22px;
    line-height: 60px;
  }
}
@media screen and (min-width: 1200px) {
  .page-concept-head {
    margin-top: 0;
    font-size: 28px;
    line-height: 60px;
  }
}

.page-concept-text {
  color: #222;
  font-family: "Noto Serif JP";
  font-size: 14px;
  font-style: normal;
  font-weight: 500;
  line-height: 28px; /* 200% */
  position: relative;
  z-index: 3;
  margin-bottom: 19px;
}
@media screen and (min-width: 768px) {
  .page-concept-text {
    font-size: 12px;
  }
}
@media screen and (min-width: 1000px) {
  .page-concept-text {
    line-height: 28px;
    font-size: 14px;
  }
}

@media screen and (min-width: 768px) {
  .page-concept-top {
    display: flex;
    gap: 71px;
    align-items: center;
  }
}

@media screen and (min-width: 768px) {
  .page-concept-top-text,
.page-concept-middle-text,
.page-concept-bottom-text {
    width: 39.5%;
  }
}

@media screen and (min-width: 768px) {
  .page-concept-top-text {
    margin-top: 14px;
  }
}

.page-concept-top-imgs {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  row-gap: 11px;
  -moz-column-gap: 10px;
       column-gap: 10px;
  justify-items: center;
  position: relative;
  z-index: 2;
}
.page-concept-top-imgs img {
  width: 100%;
}
.page-concept-top-imgs > *:first-child {
  margin-top: 16px;
  grid-column: span 2;
  justify-self: center;
}
@media screen and (min-width: 768px) {
  .page-concept-top-imgs > *:first-child {
    margin-top: 0;
  }
}
.page-concept-top-imgs::after {
  position: absolute;
  content: "";
  z-index: -1;
  background: url("../img/concept-top-bg-2.webp") no-repeat center center/cover;
  width: 100%;
  min-height: 100px;
  height: 24%;
  right: -20px;
  bottom: -48px;
}
@media screen and (min-width: 768px) {
  .page-concept-top-imgs::after {
    min-height: 200px;
    width: 100vw;
    left: -254px;
    bottom: -101px;
  }
}
@media screen and (min-width: 768px) {
  .page-concept-top-imgs {
    row-gap: 21px;
    width: 65%;
    -moz-column-gap: 20px;
         column-gap: 20px;
  }
}

.page-concept-middle {
  margin-top: 123px;
}
@media screen and (min-width: 768px) {
  .page-concept-middle {
    margin-top: 202px;
    display: flex;
    flex-direction: row-reverse;
    gap: 71px;
  }
}

.page-concept-middle-imgs {
  position: relative;
  z-index: 2;
  text-align: right;
}
.page-concept-middle-imgs img {
  width: 84.5%;
}
.page-concept-middle-imgs::after {
  position: absolute;
  content: "";
  background: url("../img/concept-middle-bg.webp") no-repeat center center/cover;
  z-index: -1;
  min-height: 227px;
  width: 80%;
  height: 100%;
  left: -20px;
  bottom: -89px;
}
@media screen and (min-width: 768px) {
  .page-concept-middle-imgs::after {
    left: -90px;
    bottom: -111px;
    width: 90.5%;
    height: 90%;
  }
}
@media screen and (min-width: 768px) {
  .page-concept-middle-imgs {
    width: 65%;
  }
}

.middle-img-1 {
  z-index: 2;
  min-height: 212px;
  -o-object-fit: contain;
     object-fit: contain;
}
@media screen and (min-width: 768px) {
  .middle-img-1 {
    min-height: 405px;
  }
}

.middle-img-2 {
  position: absolute;
  -o-object-fit: contain;
     object-fit: contain;
  top: 182px;
  left: 0px;
  z-index: 3;
  width: 55% !important;
  min-height: 138px;
}
@media screen and (max-width:374px) {
  .middle-img-2 {
    top: 141px;
  }
}
@media screen and (min-width: 768px) {
  .middle-img-2 {
    top: 223px;
    min-height: 263px;
  }
}
@media screen and (min-width: 1000px) {
  .middle-img-2 {
    top: 273px;
    left: 0px;
  }
}

@media screen and (max-width: 767px) {
  .page-concept-middle-text {
    margin-bottom: 35px;
  }
}
@media screen and (min-width: 768px) {
  .page-concept-middle-text {
    margin-top: 66px;
  }
}

.page-concept-bottom {
  margin-top: 164px;
}
@media screen and (min-width: 768px) {
  .page-concept-bottom {
    margin-top: 251px;
    display: flex;
    gap: 71px;
  }
}

@media screen and (max-width: 767px) {
  .page-concept-bottom-text {
    margin-bottom: 36px;
  }
}
@media screen and (min-width: 768px) {
  .page-concept-bottom-text {
    margin-top: 44px;
  }
}

.page-concept-bottom-imgs {
  position: relative;
  z-index: 2;
  text-align: left;
}
.page-concept-bottom-imgs img {
  width: 88%;
}
@media screen and (min-width: 768px) {
  .page-concept-bottom-imgs img {
    width: 640px;
  }
}
.page-concept-bottom-imgs::after {
  position: absolute;
  content: "";
  background: url("../img/concept-bottom-bg.webp") no-repeat center center/cover;
  z-index: -1;
  min-height: 239px;
  width: 55%;
  height: 120%;
  right: 0px;
  top: 55%;
  transform: translateY(-50%);
}
@media screen and (min-width: 768px) {
  .page-concept-bottom-imgs::after {
    min-height: 520px;
    width: 62%;
    right: -88px;
    top: 55%;
  }
}
@media screen and (min-width: 768px) {
  .page-concept-bottom-imgs {
    width: 65%;
  }
}

.page-contact {
  padding-bottom: 158px;
}
@media screen and (min-width: 768px) {
  .page-contact {
    margin-top: 14px;
  }
}

@media screen and (min-width: 768px) {
  .page-contact-inner {
    max-width: 688px;
    margin-inline: auto;
    padding: 0;
  }
}

.page-contact-head {
  margin-top: 48px;
  margin-bottom: 20px;
  text-align: center;
  color: #382620;
  text-align: center;
  font-family: "Noto Serif JP";
  font-size: 20px;
  font-weight: 700;
  line-height: 40px; /* 200% */
}
@media screen and (min-width: 768px) {
  .page-contact-head {
    font-size: 28px;
    margin-bottom: 29px;
  }
}

.page-contact-attention {
  color: #382620;
  font-family: "Noto Serif JP";
  font-size: 14px;
  font-weight: 500;
  line-height: 24px; /* 171.429% */
}
@media screen and (min-width: 768px) {
  .page-contact-attention {
    font-size: 16px;
  }
}

.page-contact-form-text {
  margin-block: 13px 45px;
  color: #382620;
  font-family: "Noto Serif JP";
  font-size: 14px;
  font-style: normal;
  font-weight: 500;
  line-height: 24px; /* 171.429% */
}
@media screen and (min-width: 768px) {
  .page-contact-form-text {
    margin-block: 35px 45px;
    line-height: 21px;
  }
}

.page-contact-form {
  position: relative;
  margin-top: 60px;
}
.page-contact-form label {
  color: #382620;
  font-family: "Noto Serif JP";
  font-size: 16px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
}
.page-contact-form input {
  margin-top: 7px;
  border-radius: 6px;
  border: 1px solid #382620;
  background: #fff;
  width: 100%;
  min-height: 48px;
}
@media screen and (min-width: 768px) {
  .page-contact-form input {
    width: 490px;
    margin-top: 4px;
  }
}
.page-contact-form textarea {
  margin-top: 8px;
  border-radius: 6px;
  border: 1px solid #382620;
  background: #fff;
  min-height: 200px;
  width: 100%;
}
@media screen and (min-width: 768px) {
  .page-contact-form textarea {
    width: 490px;
    margin-top: 4px;
    min-height: 240px;
  }
}
.page-contact-form .wpcf7 input::-moz-placeholder, .page-contact-form .wpcf7 textarea::-moz-placeholder {
  padding: 10px 14px;
  color: #ccc;
  font-family: "Noto Serif JP";
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
}
.page-contact-form .wpcf7 input::placeholder,
.page-contact-form .wpcf7 textarea::placeholder {
  padding: 10px 14px;
  color: #ccc;
  font-family: "Noto Serif JP";
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
}
@media screen and (min-width: 768px) {
  .page-contact-form {
    margin-top: 79px;
  }
}

@media screen and (min-width: 768px) {
  .form-item-radios {
    width: 490px;
  }
}
.form-item-radios label {
  display: flex;
  align-items: center;
  gap: 5px;
}
.form-item-radios input[type=radio] {
  opacity: 0;
  visibility: hidden;
  position: absolute;
}
.form-item-radios .first {
  margin-top: 20px;
}
.form-item-radios span.wpcf7-list-item-label {
  position: relative;
  display: flex;
  align-items: center;
  cursor: pointer;
  color: #382620;
  font-family: "Noto Serif JP";
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
}
.form-item-radios span.wpcf7-list-item-label::before {
  display: block;
  content: "";
  border-radius: 50%;
  border: 1px solid #382620;
  width: 23px;
  height: 23px;
  margin-right: 10px;
}
.form-item-radios span.wpcf7-list-item-label::after {
  display: block;
  position: absolute;
  content: "";
  border-radius: 50%;
  width: 12px;
  height: 12px;
  background-color: #f07317;
  left: 5.4px;
  top: 49%;
  transform: translateY(-50%);
  display: none;
}

span.wpcf7-form-control.wpcf7-radio {
  display: flex;
  flex-direction: column;
  gap: 17.3px;
  margin-left: -15px;
}
@media screen and (min-width: 768px) {
  span.wpcf7-form-control.wpcf7-radio {
    margin-top: -20px;
  }
}

input[type=radio]:checked + span.wpcf7-list-item-label::after {
  display: block;
}

.contact_item {
  margin-top: 40px;
}
@media screen and (min-width: 768px) {
  .contact_item {
    margin-top: 36px;
  }
}

@media screen and (min-width: 768px) {
  .contact_item_radio {
    display: flex;
    justify-content: space-between;
  }
}

.label_must {
  position: relative;
}
.label_must::after {
  position: absolute;
  content: "必須";
  color: #fff;
  font-family: "Noto Serif JP";
  font-size: 11px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  padding: 2px 6px 1px 6px;
  border-radius: 2px;
  background: #f07317;
  margin-left: 8px;
  right: -41px;
  top: 43%;
  transform: translateY(-50%);
}
@media screen and (min-width: 768px) {
  .label_must::after {
    right: -45px;
    top: 7%;
    transform: none;
  }
}

@media screen and (min-width: 768px) {
  .label_must-textarea {
    margin-top: 16px;
  }
  .label_must-textarea::after {
    top: 18%;
  }
}

@media screen and (min-width: 768px) {
  .label {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-top: 0;
  }
}

@media screen and (min-width: 768px) {
  .label_textarea {
    align-items: flex-start;
  }
}

.contact-more-btn {
  padding: 12px 20px;
}
.contact-more-btn::after {
  display: none;
}

input[type=submit] {
  margin-top: 0;
  appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  font-family: "Noto Serif JP";
  font-size: 16px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  background: #222;
  border: none;
  color: #fff;
  cursor: pointer;
  width: 100%;
}

span.wpcf7-spinner {
  display: none;
}
/*# sourceMappingURL=style.css.map */