@charset "UTF-8";
*,
*::before,
*::after {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  font-family: "Noto Serif JP", "NotoSerifCJKjp Medium", "Hiragino Kaku Gothic ProN", "Hiragino Sans", "meiryo", "メイリオ", sans-serif;
}

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

time {
  display: inline-block;
}

html {
  line-height: 1;
}

ol,
ul {
  list-style: none;
}

li,
dd {
  list-style-type: none;
}

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

img {
  border: none;
  vertical-align: bottom;
  width: 100%;
  height: auto;
}

a {
  cursor: pointer;
  text-decoration: none;
  color: inherit;
}

body {
  overflow-wrap: break-word;
  font-size: 16px;
  font-weight: 400;
  line-height: 1.5;
  font-family: "Noto Serif JP", "NotoSerifCJKjp Medium", "Hiragino Kaku Gothic ProN", "Hiragino Sans", "meiryo", "メイリオ", sans-serif;
  color: #222;
  text-rendering: optimizeSpeed;
}

@media screen and (min-width: 768px) {
  a {
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
  }
}
a:hover {
  opacity: 0.7;
}

@media (min-width: 768px) {
  a[href^="tel:"] {
    pointer-events: none;
  }
}
.l-top {
  padding-top: 60px;
}
@media screen and (max-width: 767px) {
  .l-top {
    padding-top: 30px;
  }
}

.l-fv {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: auto;
}
@media screen and (min-width: 768px) {
  .l-fv {
    height: auto;
  }
}

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

.l-top-concept {
  padding: 160px 0 340px;
  position: relative;
  z-index: 1;
}
@media screen and (max-width: 767px) {
  .l-top-concept {
    padding: 116px 0;
  }
}
.l-top-concept::before {
  content: "";
  bottom: 240px;
  height: 300px;
  width: calc(50vw + 43%);
  background-color: #EAE0D5;
  position: absolute;
  left: 0;
  z-index: -1;
}
@media screen and (max-width: 767px) {
  .l-top-concept::before {
    bottom: 120px;
    content: "";
    height: 100px;
    width: 355px;
  }
}

.l-top-special {
  padding: 74px 0 80px;
  position: relative;
  z-index: 1;
  background-color: #EAE0D5;
}
@media screen and (max-width: 767px) {
  .l-top-special {
    padding: 58px 0;
  }
}

.l-grand-menu {
  padding: 155px 0 245px;
  position: relative;
  z-index: 1;
  background-color: #F3EFEB;
}
@media screen and (max-width: 767px) {
  .l-grand-menu {
    padding: 117px 0 186px;
  }
}
.l-grand-menu::before {
  content: "";
  top: 542px;
  right: 0;
  height: 79.31845%;
  width: calc(50vw + 384px);
  background-color: #EAE0D5;
  position: absolute;
  z-index: -1;
}
@media screen and (max-width: 767px) {
  .l-grand-menu::before {
    height: 83.7%;
    top: 370px;
    width: 73.06667%;
  }
}

.l-top-gallery {
  padding: 74px 0 87px;
  position: relative;
  z-index: 1;
  background-color: #EAE0D5;
}
@media screen and (max-width: 767px) {
  .l-top-gallery {
    padding: 57px 0 105px;
  }
}

.l-top-news {
  background-color: #F3EFEB;
  padding: 116px 0 0;
  position: relative;
  z-index: 1;
}

.l-access {
  margin-top: 170px;
  padding: 75px 0 78px;
  background-color: #EAE0D5;
  position: relative;
  z-index: 1;
}
@media screen and (max-width: 767px) {
  .l-access {
    margin-top: 160px;
    padding: 76px 0 80px;
  }
}

@media screen and (min-width: 768px) {
  .l-first-view {
    height: auto;
  }
}
.l-first-view {
  position: relative;
  height: 32vw;
}

.l-concept-block {
  position: relative;
  z-index: 1;
  margin: 0 auto;
  padding: 0 20px;
  position: relative;
}
@media screen and (min-width: 768px) {
  .l-concept-block:nth-of-type(1) {
    padding-bottom: 100px;
    margin-top: 0;
  }
  .l-concept-block:nth-of-type(2) {
    margin-top: 100px;
    padding-bottom: 60px;
  }
  .l-concept-block:nth-of-type(3) {
    margin-top: 100px;
    padding-bottom: 80px;
    padding-top: 40px;
  }
}
.l-concept-block::after {
  content: "";
}
.l-concept-block:nth-of-type(1) {
  padding-bottom: 50px;
}
@media screen and (min-width: 768px) {
  .l-concept-block:nth-of-type(1) {
    padding-bottom: 100px;
  }
}
.l-concept-block:nth-of-type(1)::after {
  background-color: #EAE0D5;
  bottom: 0;
  position: absolute;
  right: 0;
  z-index: -1;
  height: 100px;
  width: 89.33333%;
  z-index: -1;
}
@media screen and (min-width: 768px) {
  .l-concept-block:nth-of-type(1)::after {
    height: 200px;
    width: calc(984px + 50vw - 640px);
  }
}
.l-concept-block:nth-of-type(2) {
  margin-top: 77px;
  padding-bottom: 22px;
}
@media screen and (min-width: 768px) {
  .l-concept-block:nth-of-type(2) {
    margin-top: 100px;
    padding-bottom: 60px;
  }
}
.l-concept-block:nth-of-type(2):after {
  background-color: #EAE0D5;
  bottom: 0;
  content: "";
  height: 227px;
  left: 0;
  position: absolute;
  width: 75.73333%;
  z-index: -1;
}
@media screen and (min-width: 768px) {
  .l-concept-block:nth-of-type(2):after {
    height: 437px;
    width: calc(580px + 50vw - 640px);
  }
}
.l-concept-block:nth-of-type(3) {
  margin-top: 77px;
  padding-bottom: 37px;
}
.l-concept-block:nth-of-type(3)::after {
  background-color: #EAE0D5;
  bottom: 0;
  content: "";
  height: 239px;
  position: absolute;
  right: 20px;
  top: auto;
  width: 49.06667%;
}
@media screen and (min-width: 768px) {
  .l-concept-block:nth-of-type(3)::after {
    bottom: auto;
    height: 520px;
    right: 0;
    top: 0;
    width: calc(400px + 50vw - 640px);
    position: absolute;
    z-index: -1;
    background-color: #EAE0D5;
  }
}
@media screen and (min-width: 768px) {
  .l-concept-block:nth-of-type(3) {
    margin-top: 100px;
    padding-bottom: 80px;
    padding-top: 40px;
  }
}

.l-concept-wrapper {
  margin: 0 auto 0;
  padding-top: 53px;
  position: relative;
}
@media screen and (min-width: 768px) {
  .l-concept-wrapper {
    padding-top: 80px;
  }
}

.l-menus {
  margin: 0 auto 0;
  padding: 48px 20px 58px;
}
@media screen and (min-width: 768px) {
  .l-menus {
    margin-top: 80px;
    max-width: 1180px;
    padding: 0 40px 73px;
  }
}
@media screen and (min-width: 1280px) {
  .l-menus {
    padding-bottom: 73px;
  }
}

.l-menu-wrap {
  margin: 0 auto;
  max-width: 1280px;
  padding: 0 20px;
  width: 100%;
}
@media screen and (min-width: 768px) {
  .l-menu-wrap {
    margin-top: 7px;
  }
}

.l-tab-list {
  margin: 0 auto 0;
}

.p-menu-list {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  margin: 0 auto;
  gap: 35px 3.63636%;
  max-width: 1100px;
}
@media screen and (max-width: 767px) {
  .p-menu-list {
    gap: 22px 18px;
    grid-template-columns: repeat(2, 1fr);
  }
}

.p-item-card__body {
  margin-top: 8px;
}
@media screen and (min-width: 768px) {
  .p-item-card__body {
    margin-top: 11px;
  }
}

.p-item-card__name {
  font-size: 14px;
  font-weight: bold;
}

.p-item-card__price {
  font-family: "Damion", cursive;
  font-size: 24px;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .p-item-card__price {
    margin-top: -4px;
  }
}

.l-inner {
  width: 100%;
  margin-inline: auto;
  max-width: 600px;
  padding-left: 20px;
  padding-right: 20px;
}
@media screen and (min-width: 768px) {
  .l-inner {
    max-width: 768px;
    padding-left: 40px;
    padding-right: 40px;
  }
}

.l-shop {
  padding-top: 60px;
}
@media screen and (min-width: 768px) {
  .l-shop {
    padding-top: 80px;
  }
}

.l-products {
  margin: 0 auto 0;
  padding: 60px 20px;
}
@media screen and (min-width: 768px) {
  .l-products {
    margin-top: 80px;
    max-width: 1180px;
    padding: 0 40px 100px;
  }
}

.l-gift-info {
  margin-inline: auto;
  padding: 0 20px;
}
@media screen and (min-width: 768px) {
  .l-gift-info {
    max-width: 1180px;
    padding: 0 40px;
  }
}

.l-column-contents {
  display: block;
  padding: 60px 20px 0;
  position: relative;
}
@media screen and (min-width: 768px) {
  .l-column-contents {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    margin-inline: auto;
    max-width: 1190px;
    padding: 80px 45px 0;
  }
}

.l-side {
  margin-top: 60px;
  margin-left: 0;
}
@media screen and (min-width: 768px) {
  .l-side {
    position: relative;
    -webkit-flex-basis: 27.27273%;
        -ms-flex-preferred-size: 27.27273%;
            flex-basis: 27.27273%;
    margin-top: 0;
    min-width: 230px;
    margin-left: 6.05042%;
  }
}

.l-form {
  margin: 58px auto 0;
  position: relative;
}
@media screen and (min-width: 768px) {
  .l-form {
    margin-top: 78px;
    width: 100%;
  }
}

.l-contact {
  margin: 0 auto 0;
  padding: 60px 20px 0;
  position: relative;
}
@media screen and (min-width: 768px) {
  .l-contact {
    max-width: 768px;
    padding: 78px 40px 0;
  }
}

.l-pickup-news {
  z-index: 2;
  position: absolute;
  bottom: 32px;
  max-width: 335px;
  right: 50%;
  -webkit-transform: translateX(50%);
          transform: translateX(50%);
  width: 89.33333%;
  z-index: 2;
}
@media screen and (min-width: 768px) {
  .l-pickup-news {
    max-width: 100%;
    right: 20px;
    -webkit-transform: none;
            transform: none;
    width: 388px;
    bottom: 80px;
  }
}

.l-post-content {
  margin: 58px auto 0;
  padding: 0 20px;
  width: 100%;
}
@media screen and (min-width: 768px) {
  .l-post-content {
    margin-top: 80px;
    max-width: 768px;
    padding: 0 40px;
  }
}

.l-breadcrumbs {
  color: #222222;
  font-size: 12px;
  padding: 0 10px;
  position: relative;
  margin-top: 8px;
}
@media screen and (min-width: 768px) {
  .l-breadcrumbs {
    margin: 16px auto 0;
    max-width: 1180px;
    padding: 0 40px;
    font-size: 14px;
  }
}

.c-heading {
  font-size: 52px;
  font-family: "Amatic SC", cursive;
  font-weight: 700;
  text-align: center;
  letter-spacing: 0.21em;
  position: relative;
  padding-bottom: 21px;
  line-height: 1.5;
}
@media screen and (max-width: 767px) {
  .c-heading {
    letter-spacing: 0.11em;
    font-size: 40px;
  }
}
.c-heading::after {
  content: attr(data-title);
  font-family: "Noto Serif JP", "NotoSerifCJKjp Medium", "Hiragino Kaku Gothic ProN", "Hiragino Sans", "meiryo", "メイリオ", sans-serif;
  font-weight: 400;
  display: block;
  width: 100%;
  font-size: 14px;
  position: absolute;
  bottom: 0;
  left: 50%;
  letter-spacing: 0;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}
@media screen and (max-width: 767px) {
  .c-heading::after {
    font-size: 12px;
  }
}
.c-heading--left {
  text-align: left;
}
.c-heading--left::after {
  left: 0;
  -webkit-transform: translate(0);
          transform: translate(0);
}

.c-black-btn {
  background-color: #222;
  display: block;
  padding: 24px 10px;
  position: relative;
  color: #fff;
  text-align: center;
  transition: transform 0.3s, -webkit-transform 0.3s;
  font-weight: bold;
  font-family: "NotoSerifCJKjp Bold", sans-serif;
}
@media screen and (min-width: 768px) {
  .c-black-btn:hover {
    -webkit-transform: translate(6px, 6px);
            transform: translate(6px, 6px);
    opacity: 1;
  }
}
@media screen and (min-width: 768px) {
  .c-black-btn:hover::after {
    -webkit-transform: translate(-6px, -6px);
            transform: translate(-6px, -6px);
  }
}
.c-black-btn::before {
  content: "";
  position: absolute;
  background-size: 100% auto;
  content: "";
  height: 24px;
  pointer-events: none;
  position: absolute;
  right: 14px;
  top: 52%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  width: 16px;
  background: url(../img/icon/arrow.svg) no-repeat left top;
}
.c-black-btn:after {
  border-bottom: 1px solid #222;
  border-right: 1px solid #222;
  content: "";
  height: 100%;
  pointer-events: none;
  position: absolute;
  right: -6px;
  top: 6px;
  -webkit-transition: -webkit-transform 0.3s;
  transition: -webkit-transform 0.3s;
  transition: transform 0.3s;
  width: 100%;
  transition: transform 0.3s, -webkit-transform 0.3s;
}

.c-button-gift {
  display: block;
  font-family: "NotoSerifCJKjp Bold", sans-serif;
  width: 100%;
  background-color: #382620;
  border: 1px solid #382620;
  color: #fff;
  text-align: center;
  padding: 5px 10px;
  font-size: 12px;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
@media screen and (min-width: 768px) {
  .c-button-gift:hover {
    color: #382620;
    background-color: #fff;
    opacity: 1;
  }
}
@media screen and (min-width: 768px) {
  .c-button-gift {
    font-size: 14px;
    padding: 7px 10px;
  }
}

.c-secondary-title {
  font-weight: bold;
  margin-bottom: 20px;
  padding-bottom: 20px;
  position: relative;
  font-size: 20px;
}
.c-secondary-title::after {
  background-color: #222222;
  bottom: 0;
  content: "";
  height: 1px;
  left: 0;
  position: absolute;
  width: 32px;
}

.wrap {
  overflow-x: hidden;
}

.p-header {
  left: 0;
  position: fixed;
  top: 0;
  -webkit-transition: opacity 0.3s;
  transition: opacity 0.3s;
  width: 100%;
  z-index: 100;
}

.p-header__fixed-wrap {
  padding: 10px 15px;
  width: 100%;
}

.p-header__fixed-logo {
  width: 120px;
  display: none;
  -webkit-transition: all 0.2s linear;
  transition: all 0.2s linear;
}
@media screen and (max-width: 767px) {
  .p-header__fixed-logo.top-page {
    display: block;
  }
}
.p-header__fixed-logo.is-checked {
  opacity: 0;
}

.p-header__fixed-logo-link {
  background: url(../img/icon/logo_light.svg) left top no-repeat;
  background-size: 100% auto;
  display: block;
  height: 0;
  margin: 0 auto;
  overflow: hidden;
  padding-top: 52.5%;
  width: 120px;
}

/*ハンバーガーアイコン */
.drawer-icon {
  position: fixed;
  top: 10px;
  border-radius: 100vmax;
  right: 10px;
  width: 60px;
  height: 60px;
  z-index: 51;
  background-color: #382620;
  -webkit-transition: all 0.2s linear;
  transition: all 0.2s linear;
}
.drawer-icon.top-page {
  display: none;
}
@media screen and (max-width: 1099px) {
  .drawer-icon.top-page {
    display: block;
  }
}

.menu-button__line {
  background-color: #fff;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  display: block;
  width: 27px;
  height: 2px;
  border-radius: 1px;
  -webkit-transition: all 0.2s linear;
  transition: all 0.2s linear;
}
.menu-button__line::before {
  background-color: rgb(255, 255, 255);
  top: -10px;
  position: absolute;
  content: "";
  display: block;
  height: 100%;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  -webkit-transform-origin: center center;
          transform-origin: center center;
  width: 100%;
  -webkit-transition: all 0.2s linear;
  transition: all 0.2s linear;
}
@media screen and (max-width: 767px) {
  .menu-button__line::before {
    top: -9px;
  }
}
.menu-button__line::after {
  top: 10px;
  background-color: rgb(255, 255, 255);
  content: "";
  display: block;
  height: 100%;
  left: 50%;
  position: absolute;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  -webkit-transform-origin: center center;
          transform-origin: center center;
  width: 100%;
  -webkit-transition: all 0.2s linear;
  transition: all 0.2s linear;
}
@media screen and (max-width: 767px) {
  .menu-button__line::after {
    top: 9px;
  }
}

.drawer-icon.is-checked {
  background-color: #fff;
}
.drawer-icon.is-checked .menu-button__line {
  background-color: transparent;
}
.drawer-icon.is-checked .menu-button__line::before {
  top: 50%;
  -webkit-transform: translate(-50%, -50%) rotate(45deg);
          transform: translate(-50%, -50%) rotate(45deg);
  background-color: #382620;
}
.drawer-icon.is-checked .menu-button__line::after {
  content: "";
  top: 50%;
  -webkit-transform: translate(-50%, -50%) rotate(-45deg);
          transform: translate(-50%, -50%) rotate(-45deg);
  background-color: #382620;
}

.drawer-content {
  width: 279px;
  height: 100%;
  position: fixed;
  right: 0;
  top: 0;
  background-color: #382620;
  z-index: 50;
  padding: 66px 30px 40px;
  -webkit-transition: right 0.5s, opacity 0.5s;
  transition: right 0.5s, opacity 0.5s;
  height: 100%;
  max-width: 375px;
  top: 0px;
  width: 100%;
  padding: 10px 15px 180px;
  opacity: 0;
  z-index: -10;
}
@media screen and (min-width: 768px) {
  .drawer-content {
    right: -375px;
  }
}
.drawer-content.is-checked {
  opacity: 1;
  pointer-events: auto;
  right: 0;
  z-index: 50;
}

.drawer-content__logo {
  width: 120px;
}
.drawer-content__logo a {
  display: block;
  width: 100%;
}
@media screen and (min-width: 768px) {
  .drawer-content__logo a:hover {
    opacity: 1;
  }
}
.drawer-content__logo a img {
  aspect-ratio: 120/63;
}

.drawer-content__menu {
  margin: 55px auto 47px;
  padding: 0 0 0 25px;
}
@media screen and (min-width: 768px) {
  .drawer-content__menu {
    padding: 0 0 0 26px;
  }
}

.drawer-content__link {
  display: block;
  color: #fff;
  white-space: nowrap;
}
.drawer-content__link:first-of-type {
  padding-top: 0;
}
.drawer-content__link:nth-of-type(n + 2) {
  margin-top: 25px;
}

.drawer-en {
  display: inline-block;
  font-family: "Patua One", cursive;
  font-size: 24px;
  letter-spacing: 0.12em;
}

.drawer-ja {
  bottom: 1px;
  display: inline-block;
  font-size: 10px;
  margin-left: 27px;
  position: relative;
}
.drawer-ja::before {
  color: #fff;
  content: "／";
  font-size: 10px;
  left: -22px;
  position: absolute;
  top: 0;
}

.drawer-bottoms {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}

.drawer-sns-item {
  display: block;
  width: 40px;
  height: 40px;
}
.drawer-sns-item:nth-of-type(n + 2) {
  margin-left: 32px;
}

.drawer-instagram {
  margin-top: 21px;
  max-width: 100px;
  width: 100%;
  margin-inline: auto;
}

.drawer-background {
  pointer-events: auto;
  opacity: 0;
  -webkit-transition: opacity 0.5s;
  transition: opacity 0.5s;
}
.drawer-background.is-checked {
  background-color: #000;
  opacity: 0.4;
  z-index: 49;
  position: absolute;
  width: 100%;
  height: 100%;
}

.p-footer {
  background-color: #382620;
  color: #fff;
  width: 100%;
}

.p-footer__pagetop {
  bottom: 20px;
  right: 20px;
  position: fixed;
  z-index: 20;
  width: 44px;
  height: 44px;
}
@media screen and (min-width: 768px) {
  .p-footer__pagetop a:hover {
    opacity: 1;
  }
}
.p-footer__pagetop a {
  display: block;
}

.p-footer__inner {
  padding: 40px 0 20px;
  position: relative;
  max-width: 1280px;
  margin-inline: auto;
}
.p-footer__inner::after {
  content: "";
  position: absolute;
  background: url(../img/bg_coffee-beans3.png) left top no-repeat;
  background-size: 100% auto;
  z-index: 1;
  height: 114px;
  left: -31px;
  position: absolute;
  top: -47px;
  width: 126px;
  z-index: 1;
}
@media screen and (min-width: 768px) {
  .p-footer__inner::after {
    height: 288px;
    width: 322px;
    height: 288px;
    left: -67px;
    top: -80px;
    width: 322px;
  }
}
@media screen and (min-width: 1280px) {
  .p-footer__inner::after {
    left: -72px;
    top: -146px;
  }
}

.p-footer__nav-list {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.p-footer__nav-item {
  width: 32px;
  height: 32px;
}
.p-footer__nav-item:nth-of-type(n + 2) {
  margin-left: 24px;
}
.p-footer__nav-item a {
  height: 100%;
  display: block;
}
.p-footer__nav-item a img {
  fill: #fff;
}

.p-footer__copyright {
  margin-top: 40px;
  display: block;
  text-align: center;
  color: #fff;
  font-family: "NotoSerifCJKjp Medium", sans-serif;
  font-size: 12px;
}

.p-fv-menu {
  display: block;
  height: auto;
  padding: 10px;
  padding: 28px 18px 0;
  width: 15.625%;
}
@media screen and (max-width: 1099px) {
  .p-fv-menu {
    display: none;
  }
}

.p-fv-menu__logo {
  max-width: 164px;
  margin-inline: auto;
}

.p-fv-menu__logo-link {
  display: block;
  height: 100%;
}

.p-fv-menu__navigation {
  margin: 58px 0 60px;
}

.p-fv-menu__item + .p-fv-menu__item {
  margin-top: 30px;
}
.p-fv-menu__item a {
  letter-spacing: 0.12em;
  font-size: 16px;
  display: block;
  position: relative;
  padding-bottom: 17px;
  font-family: "Patua One", cursive;
  text-align: center;
}
.p-fv-menu__item a::after {
  letter-spacing: 0;
  content: attr(data-title);
  position: absolute;
  bottom: 0;
  left: 50%;
  font-size: 10px;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}

.p-sns-icons__list {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.p-sns-icons__item + .p-sns-icons__item {
  margin-left: 24px;
}

.p-sns-icons__link {
  padding-top: 24px;
  width: 24px;
  height: 0;
  display: block;
  background-size: 100% auto;
}
.p-sns-icons__link--x {
  background: url(../img/icon/icon_x.svg) no-repeat left top;
}
.p-sns-icons__link--instagram {
  background: url(../img/icon/icon_instagram.svg) no-repeat left top;
}
.p-sns-icons__link--youtube {
  background: url(../img/icon/icon_youtube.svg) no-repeat left top;
}

.p-fv-visual {
  margin-left: auto;
  width: 84.375%;
  position: relative;
  z-index: 1;
}
@media screen and (min-width: 768px) {
  .p-fv-visual {
    padding-bottom: 60px;
    height: auto;
  }
}
.p-fv-visual:after {
  background-color: #EAE0D5;
  bottom: 0;
  content: "";
  height: 100%;
  position: absolute;
  right: 0;
  width: 91.11111%;
  z-index: -1;
}
@media screen and (max-width: 1099px) {
  .p-fv-visual {
    width: 100%;
  }
}

.p-fv-visual__picture {
  display: block;
  max-height: 735px;
  height: 100%;
}
.p-fv-visual__picture img {
  -o-object-position: 50% 50%;
     object-position: 50% 50%;
  -o-object-fit: cover;
     object-fit: cover;
  height: 100%;
  display: block;
}

.p-fv-visual__copy {
  position: absolute;
  z-index: 2;
}
@media screen and (min-width: 768px) {
  .p-fv-visual__copy {
    bottom: 110px;
    top: auto;
  }
}
@media screen and (min-width: 1100px) {
  .p-fv-visual__copy {
    left: 5.18519%;
  }
}
@media screen and (max-width: 767px) {
  .p-fv-visual__copy {
    bottom: auto;
    left: 20px;
    position: absolute;
    top: 125px;
    z-index: 2;
  }
}

.p-p-fv-visual__copy-text {
  letter-spacing: 0.14em;
  font-size: 20px;
  line-height: 2.3;
  font-weight: bold;
  color: #fff;
}
@media screen and (max-width: 767px) {
  .p-p-fv-visual__copy-text {
    color: #fff;
    font-size: 16px;
    font-weight: bold;
    letter-spacing: 0.14em;
    line-height: 2;
  }
}

/*===================================================
# Swiperに関する記述
=================================================== */
.swiper-container {
  list-style: none;
  margin-left: auto;
  margin-right: auto;
  overflow: hidden;
  padding: 0;
  position: relative;
  z-index: 1;
  height: 100%;
}

.swiper-pagination {
  text-align: left !important;
}

.swiper-fv > .swiper-pagination-bullets {
  left: 12px !important;
}
@media screen and (max-width: 767px) {
  .swiper-fv > .swiper-pagination-bullets {
    line-height: 16px;
  }
}

@media screen and (min-width: 768px) {
  .swiper-fv > .swiper-pagination-bullets {
    bottom: 14px;
  }
}

.swiper-pagination-bullet {
  margin: 0 8px !important;
  background-color: #fff !important;
  opacity: 1 !important;
}

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

/* Swiperのズームしながらフェードで切り替えるための記述
----------------------------------------------*/
@-webkit-keyframes zoomUp {
  0% {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
  100% {
    -webkit-transform: scale(1.15);
            transform: scale(1.15);
  }
}
@keyframes zoomUp {
  0% {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
  100% {
    -webkit-transform: scale(1.15);
            transform: scale(1.15);
  }
}
.swiper-slide-active .p-fv-visual__picture,
.swiper-slide-duplicate-active .p-fv-visual__picture,
.swiper-slide-prev .p-fv-visual__picture {
  -webkit-animation: zoomUp 7s linear 0s normal both;
          animation: zoomUp 7s linear 0s normal both;
}

.swiper-slide {
  height: auto;
}

.swiper-slide img {
  height: 100%;
  width: 100%;
  -o-object-position: 50% 50%;
     object-position: 50% 50%;
}

.p-top-concept {
  margin: 0 auto;
  max-width: 1280px;
  position: relative;
}
.p-top-concept::before {
  content: "";
  position: absolute;
  background: url(../img/top/bg_coffee-beans.png) left top no-repeat;
  background-size: 100% auto;
  height: 130px;
  right: -17px;
  top: -136px;
  width: 145px;
}
@media screen and (min-width: 768px) {
  .p-top-concept::before {
    height: 265px;
    right: -39px;
    top: -202px;
    width: 296px;
  }
}

.p-top-concept__inner {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin: 0 auto 0 0;
  max-width: 1190px;
  padding: 0;
}
@media screen and (max-width: 767px) {
  .p-top-concept__inner {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -webkit-flex-direction: column-reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
    padding-bottom: 73px;
  }
}

.p-top-concept__image {
  -webkit-flex-shrink: 0.6;
      -ms-flex-negative: 0.6;
          flex-shrink: 0.6;
  margin-top: 0;
  width: 50.42017%;
}
@media screen and (max-width: 767px) {
  .p-top-concept__image {
    margin-top: 86px;
    width: 84%;
    -webkit-flex-shrink: 1;
        -ms-flex-negative: 1;
            flex-shrink: 1;
  }
}

.p-top-concept__texts {
  margin: 14px 40px 0 80px;
  max-width: 470px;
}
@media screen and (min-width: 768px) and (max-width: 1279px) {
  .p-top-concept__texts {
    margin: 1.09375vw 6.25vw 0;
  }
}
@media screen and (max-width: 767px) {
  .p-top-concept__texts {
    max-width: none;
    margin-left: 0;
    margin-right: 0;
    padding: 0 20px;
  }
}

.p-top-concept__subtitle {
  margin-top: 49px;
  font-size: 28px;
  line-height: 2.2;
  font-weight: bold;
}
@media screen and (max-width: 767px) {
  .p-top-concept__subtitle {
    font-size: 20px;
    margin-top: 33px;
    line-height: 2;
    font-size: 20px;
  }
}

.p-top-concept__desc {
  margin-top: 45px;
  font-size: 14px;
  line-height: 2.05;
}
@media screen and (max-width: 767px) {
  .p-top-concept__desc {
    margin-top: 30px;
  }
}

.p-top-concept__btn {
  margin: 57px auto 0 0;
  max-width: 100%;
  width: 280px;
}
@media screen and (max-width: 767px) {
  .p-top-concept__btn {
    width: 86.56716%;
    margin-inline: auto;
  }
}

.p-top-special {
  margin: 0 auto;
  max-width: 1280px;
  position: relative;
  padding: 0 50px;
}
.p-top-special::before {
  content: "";
  position: absolute;
  background: url(../img/top/bg_coffee-leaves.png) left top no-repeat;
  background-size: 100% auto;
  height: 135px;
  right: -33px;
  top: -235px;
  width: 119px;
}
@media screen and (min-width: 768px) {
  .p-top-special::before {
    top: -405px;
    height: 228px;
    right: -35px;
    width: 201px;
  }
}
@media screen and (min-width: 1280px) {
  .p-top-special::before {
    top: -205px;
  }
}
@media screen and (max-width: 767px) {
  .p-top-special {
    padding: 0;
  }
}

.p-card__body {
  padding-top: 16px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}
@media screen and (max-width: 767px) {
  .p-card__body {
    padding-top: 8px;
  }
}

.p-card__left {
  font-size: 32px;
  height: 49px;
  width: 49px;
  -webkit-flex-shrink: 0;
      -ms-flex-negative: 0;
          flex-shrink: 0;
  background-color: #222;
  font-family: "Patua One", cursive;
  color: #fff;
  font-weight: 500;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
}
@media screen and (max-width: 767px) {
  .p-card__left {
    width: 24px;
    height: 24px;
    font-size: 19px;
  }
}

@font-face {
  font-family: "NotoSerifCJKjp Bold";
  font-style: normal;
  font-weight: bold;
  src: url("../fonts/NotoSerifCJKjp-Bold.otf") format("0tf"), url("../fonts/NotoSerifCJKjp-Bold.otf") format("opentype");
}
.p-card__right {
  margin-left: 12px;
  font-size: 18px;
  line-height: 1.4;
  font-weight: bold;
  font-family: "NotoSerifCJKjp Bold", sans-serif;
}
@media screen and (max-width: 767px) {
  .p-card__right {
    margin-left: 6px;
    font-size: 14px;
    line-height: 1.5;
  }
}

.p-lunch-box {
  margin-top: 60px;
  padding: 40px;
  position: relative;
  background-color: #fff;
}
@media screen and (max-width: 1279px) {
  .p-lunch-box {
    padding: 40px 20px 20px;
  }
}
@media screen and (max-width: 767px) {
  .p-lunch-box {
    margin-top: 58px;
    padding: 40px 20px 20px;
  }
}

.p-lunch-box__balloon {
  position: absolute;
  right: -23px;
  top: -72px;
  width: 308px;
  right: calc(50% - 300px);
  top: -308px;
}
@media screen and (min-width: 1280px) {
  .p-lunch-box__balloon {
    right: -23px;
    top: -72px;
  }
}
@media screen and (max-width: 767px) {
  .p-lunch-box__balloon {
    right: -18px;
    top: -232px;
    width: 205px;
  }
}

.p-lunch-box__head {
  width: 350px;
  display: block;
  max-width: 100%;
  position: absolute;
  right: 50%;
  top: -20px;
  -webkit-transform: translateX(50%);
          transform: translateX(50%);
}
@media screen and (max-width: 767px) {
  .p-lunch-box__head {
    max-width: 290px;
    position: absolute;
    right: 50%;
    top: -20px;
    -webkit-transform: translateX(50%);
            transform: translateX(50%);
    width: 86.56716%;
  }
}

.p-lunch-box__body {
  margin-top: 20px;
}
@media screen and (max-width: 767px) {
  .p-lunch-box__body {
    margin-top: 0;
  }
}

.p-lunch-box__list {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.p-lunch-box__item {
  position: relative;
  width: 47.02381%;
}
@media screen and (min-width: 1280px) {
  .p-lunch-box__item {
    width: 23.63636%;
  }
}
@media screen and (max-width: 767px) {
  .p-lunch-box__item {
    max-width: 400px;
    width: 47.02381%;
  }
}
@media screen and (min-width: 1280px) {
  .p-lunch-box__item:nth-of-type(even) {
    top: 40px;
  }
}
@media screen and (max-width: 767px) {
  .p-lunch-box__item:nth-of-type(even) {
    top: 0;
  }
}
.p-lunch-box__item + .p-lunch-box__item {
  margin-left: 5.95238%;
}
@media screen and (min-width: 1280px) {
  .p-lunch-box__item + .p-lunch-box__item {
    margin-left: 1.81818%;
  }
}
@media screen and (max-width: 767px) {
  .p-lunch-box__item + .p-lunch-box__item {
    margin-left: 0;
  }
}
@media screen and (min-width: 768px) and (max-width: 1279px) {
  .p-lunch-box__item:nth-of-type(2n + 1) {
    margin-left: 0;
  }
}
@media screen and (max-width: 767px) {
  .p-lunch-box__item:nth-of-type(even) {
    margin-left: 5.95238%;
  }
}
@media screen and (min-width: 768px) and (max-width: 1279px) {
  .p-lunch-box__item:nth-of-type(n + 3) {
    margin-top: 40px;
  }
}
.p-lunch-box__item:nth-of-type(n + 3) {
  margin-top: 20px;
}

.p-top-special__wrap .p-lunch-box__item:nth-of-type(n + 3) {
  margin-top: 0;
}
@media screen and (max-width: 1279px) {
  .p-top-special__wrap .p-lunch-box__item:nth-of-type(n + 3) {
    margin-top: 20px;
  }
}

.p-lunch-box__bottom {
  margin-top: 60px;
}
@media screen and (max-width: 767px) {
  .p-lunch-box__bottom {
    margin-top: 17px;
  }
}

.p-lunch-detail {
  background-color: #F7F6F4;
  border-radius: 8px;
  padding: 20px 70px;
  display: block;
}
@media screen and (min-width: 1280px) {
  .p-lunch-detail {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
  }
}
@media screen and (max-width: 1279px) {
  .p-lunch-detail {
    padding: 20px 0;
  }
}
@media screen and (max-width: 767px) {
  .p-lunch-detail {
    display: block;
    padding: 20px 0;
    text-align: center;
  }
}

.p-lunch-detail__image {
  max-width: 700px;
}

.p-lunch-detail__texts {
  margin-top: 7px;
  margin-left: 40px;
}
@media screen and (max-width: 1279px) {
  .p-lunch-detail__texts {
    margin-top: 20px;
    text-align: center;
    margin-left: 0;
  }
}

.p-lunch-detail__name {
  font-size: 20px;
  text-align: right;
  font-family: "NotoSerifCJKjp Bold", sans-serif;
}
@media screen and (max-width: 1279px) {
  .p-lunch-detail__name {
    font-size: 16px;
    text-align: center;
  }
}
@media screen and (max-width: 767px) {
  .p-lunch-detail__name {
    text-align: center;
    font-size: 16px;
  }
}

.p-lunch-detail__price {
  margin-top: -5px;
  padding: 0 6px 5px 0;
  font-size: 60px;
  font-family: "Damion", cursive;
  background: url(../img/top/dotted.svg) left bottom repeat-x;
}
@media screen and (max-width: 1279px) {
  .p-lunch-detail__price {
    background-size: 148% auto;
    display: inline-block;
    font-family: "Damion", cursive;
    font-size: 40px;
    margin-top: -5px;
    padding: 0 4px 6px;
  }
}
@media screen and (max-width: 767px) {
  .p-lunch-detail__price {
    background-size: 148% auto;
    display: inline-block;
    font-size: 40px;
    margin-top: -5px;
    padding: 0 4px 6px;
  }
}

.p-lunch-detail__bottom {
  margin-top: 8px;
  font-family: "NotoSerifCJKjp Bold", sans-serif;
  text-align: right;
  font-size: 12px;
}
@media screen and (max-width: 1279px) {
  .p-lunch-detail__bottom {
    text-align: center;
  }
}

.p-grand-menu {
  position: relative;
}
@media screen and (min-width: 768px) {
  .p-grand-menu {
    margin: 0 auto;
    max-width: 1280px;
  }
}
.p-grand-menu::before {
  content: "";
  position: absolute;
  background: url(../img/top/bg_coffee-leaves2.png) left top no-repeat;
  background-size: 100% auto;
  height: 186px;
  left: -46px;
  top: -193px;
  width: 193px;
}
@media screen and (min-width: 768px) {
  .p-grand-menu::before {
    height: 397px;
    left: -100px;
    top: -290px;
    width: 395px;
  }
}
.p-grand-menu::after {
  content: "";
  position: absolute;
  background: url(../img/top/bg_coffee-beans2.png) left top no-repeat;
  background-size: 100% auto;
}
@media screen and (min-width: 768px) {
  .p-grand-menu::after {
    bottom: -197px;
    height: 330px;
    right: -135px;
    width: 390px;
  }
}
@media screen and (max-width: 767px) {
  .p-grand-menu::after {
    bottom: -172px;
    height: 142px;
    position: absolute;
    right: -38px;
    width: 168px;
  }
}

.p-menu-area {
  max-width: 1280px;
  padding: 0 90px;
  margin: 39px auto 0;
}
@media screen and (max-width: 1279px) {
  .p-menu-area {
    padding: 0 5.29101%;
  }
}
.p-menu-area + .p-menu-area {
  margin-top: 97px;
}
@media screen and (max-width: 767px) {
  .p-menu-area + .p-menu-area {
    margin-top: 40px;
  }
}

.p-menu-area__subtitle {
  border-bottom: 2px solid #222222;
  border-top: 2px solid #222222;
  font-weight: bold;
  padding: 4px 10px;
  position: relative;
  font-size: 24px;
  padding: 8px 20px 5px;
}
.p-menu-area__subtitle::before {
  top: 2px;
  background-color: #222222;
  content: "";
  height: 1px;
  left: 0;
  position: absolute;
  width: 100%;
}
.p-menu-area__subtitle::after {
  bottom: 2px;
  background-color: #222222;
  content: "";
  height: 1px;
  left: 0;
  position: absolute;
  width: 100%;
}
@media screen and (max-width: 767px) {
  .p-menu-area__subtitle {
    font-size: 20px;
    padding: 4px 10px;
  }
}

.p-menu-area__flex {
  margin-top: 24px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  gap: 40px 3.18182%;
}
@media screen and (max-width: 767px) {
  .p-menu-area__flex {
    gap: 18px 20px;
    margin-top: 20px;
  }
}

.p-menu-area__btn {
  margin-top: 60px;
  max-width: 100%;
  width: 280px;
  margin-inline: auto;
}
@media screen and (max-width: 767px) {
  .p-menu-area__btn {
    width: 86.56716%;
    max-width: 290px;
    margin-top: 38px;
  }
}

.p-menu-card {
  max-width: 343px;
  width: 31.18182%;
}
@media screen and (max-width: 767px) {
  .p-menu-card {
    max-width: none;
    width: calc(50% - 10px);
  }
}

.p-menu-card__image {
  padding-top: 100%;
  background-color: #fff;
  height: 0;
  padding-top: 100%;
  position: relative;
  width: 100%;
}
.p-menu-card__image img {
  display: block;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  border: 7px solid #fff;
}
@media screen and (max-width: 767px) {
  .p-menu-card__image img {
    border: 5px solid #fff;
  }
}

.p-menu-card__body {
  padding-top: 12px;
}
@media screen and (max-width: 767px) {
  .p-menu-card__body {
    padding-top: 8px;
  }
}

.p-menu-card__name {
  font-size: 20px;
  font-family: "NotoSerifCJKjp Bold", sans-serif;
  font-weight: 700;
}
@media screen and (max-width: 767px) {
  .p-menu-card__name {
    font-size: 14px;
  }
}

.p-menu-card__price {
  font-size: 32px;
  font-family: "Damion", cursive;
  margin-top: -3px;
}
@media screen and (max-width: 767px) {
  .p-menu-card__price {
    font-size: 24px;
  }
}

.p-drink-menus {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}
@media screen and (max-width: 767px) {
  .p-drink-menus {
    display: block;
  }
}

.p-menu-area__flex.p-drink-menus {
  gap: 0 !important;
}

.p-drink-menus__image {
  background-color: #fff;
  display: block;
  -webkit-flex-basis: 31.18182%;
      -ms-flex-preferred-size: 31.18182%;
          flex-basis: 31.18182%;
  padding: 8px;
  width: 100%;
}
@media screen and (max-width: 1279px) {
  .p-drink-menus__image {
    display: none;
  }
}

.p-drink-menus__texts {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}
@media screen and (min-width: 1280px) {
  .p-drink-menus__texts {
    margin-left: 62px;
  }
}
@media screen and (max-width: 1279px) {
  .p-drink-menus__texts {
    margin-left: 0;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
  }
}
@media screen and (max-width: 767px) {
  .p-drink-menus__texts {
    display: block;
    margin-left: 0;
  }
}

.p-drink-menus__list {
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  -webkit-flex-grow: 1;
          flex-grow: 1;
  width: 195px;
}
.p-drink-menus__list + .p-drink-menus__list {
  margin-left: 51px;
}
@media screen and (max-width: 767px) {
  .p-drink-menus__list + .p-drink-menus__list {
    margin-left: 0;
    margin-top: 38px;
  }
}
@media screen and (max-width: 767px) {
  .p-drink-menus__list {
    width: 100%;
  }
}

@media screen and (max-width: 767px) {
  .p-drink-menus__item {
    width: 100%;
    padding: 0 20px;
  }
}

.p-drink-menus__cat {
  border-bottom: 1px solid #222;
  font-size: 16px;
  padding-bottom: 11px;
  font-weight: 600;
}

.p-drink-menus__subList {
  margin-top: 14px;
}
@media screen and (max-width: 767px) {
  .p-drink-menus__subList {
    margin-top: 11px;
  }
}

.p-drink-menus__subItem {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}
.p-drink-menus__subItem:nth-of-type(n + 2) {
  margin-top: 5px;
}

.p-drink-menus__name {
  font-size: 14px;
  display: inline-block;
  margin-right: 36px;
  font-weight: 500;
}

.p-drink-menus__price {
  -webkit-flex-shrink: 0;
      -ms-flex-negative: 0;
          flex-shrink: 0;
  margin-left: auto;
  -webkit-transform: none;
          transform: none;
  width: 60px;
  display: inline-block;
  font-family: "Damion", cursive;
  font-size: 20px;
}

.p-top-gallery__title {
  position: relative;
}
.p-top-gallery__title::before {
  content: "";
  position: absolute;
  height: 138px;
  left: calc(50% - 344px);
  top: -93px;
  width: 265px;
  background: url(../img/top/img_balloon-gallery.png) left top no-repeat;
  background-size: 100% auto;
}
@media screen and (max-width: 767px) {
  .p-top-gallery__title::before {
    height: 104px;
    left: -23px;
    position: absolute;
    top: -112px;
    width: 200px;
  }
}

.p-top-gallery__btn {
  margin-top: 100px;
  max-width: 100%;
  width: 280px;
  margin-inline: auto;
}
@media screen and (max-width: 767px) {
  .p-top-gallery__btn {
    width: 290px;
    margin-top: 77px;
  }
}

.p-news-card {
  position: relative;
}

.p-news-card__link {
  display: block;
}
@media screen and (min-width: 768px) {
  .p-news-card__link:hover {
    opacity: 1;
  }
  .p-news-card__link:hover .p-news-card__thumb img {
    -webkit-transform: scale(1.05);
            transform: scale(1.05);
  }
}

.p-news-card__thumb {
  height: 0;
  overflow: hidden;
  padding-top: 62.5%;
  position: relative;
  width: 100%;
}
.p-news-card__thumb img {
  transition: transform 0.3s, -webkit-transform 0.3s;
  width: 100%;
  height: 100%;
  left: 0;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: 50% 50%;
     object-position: 50% 50%;
  position: absolute;
  top: 0;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

.p-news-card__body {
  margin-top: 10px;
}
@media screen and (max-width: 767px) {
  .p-news-card__body {
    margin-top: 8px;
  }
}

.p-news-card__title {
  font-weight: bold;
}
.archive .p-news-card__title {
  line-height: 1.6;
}

@media screen and (max-width: 767px) {
  .p-news-card__title {
    font-size: 12px;
  }
}

.p-news-card__time {
  font-size: 14px;
  margin-top: 9px;
}
.archive .p-news-card__time {
  margin-top: 11px;
}
@media screen and (max-width: 767px) {
  .p-news-card__time {
    font-size: 12px;
  }
}

.p-news-card--large .p-tag {
  top: 20px;
}
.p-news-card--large .p-tag span {
  font-size: 16px;
}
.p-news-card--large .p-tag span::after {
  border-width: 16px 8px 15px 0px;
}
@media screen and (max-width: 767px) {
  .p-news-card--large .p-tag span {
    font-size: 14px;
  }
}
.p-news-card--large .p-news-card__body {
  margin-top: 14px;
}
.p-news-card--large .p-news-card__time {
  margin-top: 12px;
  font-size: 14px;
}

.p-news-card--small .p-tag {
  top: 14px;
}
@media screen and (max-width: 767px) {
  .p-news-card--small .p-tag {
    top: 10px;
  }
}
.p-news-card--small .p-news-card__time {
  margin-top: 11px;
  font-size: 12px;
  font-weight: 400;
}
@media screen and (max-width: 767px) {
  .p-news-card--small .p-news-card__time {
    margin-top: 7px;
  }
}

.p-news-card__text {
  margin-top: 11px;
  font-size: 14px;
  line-height: 1.75;
}

.p-tag {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  left: -8px;
  position: absolute;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  top: 10px;
}

.p-tag span {
  padding: 2px 12px 4px 14px;
  background-color: #382620;
  color: #fff;
  display: inline-block;
  font-size: 12px;
  font-weight: bold;
  position: relative;
  z-index: 1;
}
@media screen and (max-width: 767px) {
  .p-tag span {
    font-size: 12px;
    padding: 2px 12px 2px 10px;
  }
}
.p-tag span::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;
}
.p-tag span::after {
  border-color: #382620 transparent #382620 #382620;
  border-style: solid;
  border-width: 13px 8px 14px 0px;
  content: "";
  height: 0px;
  position: absolute;
  right: -8px;
  top: 0;
  width: 0px;
  z-index: 1;
}
@media screen and (max-width: 767px) {
  .p-tag span::after {
    border-width: 12px 8px 12px 0px;
  }
}

.p-top-news__inner {
  margin: 0 auto 0;
  max-width: 1180px;
  padding: 0 40px;
  position: relative;
}
.p-top-news__inner::after {
  content: "";
  position: absolute;
  background: url(../img/top/bg_plate.png) left top no-repeat;
  background-size: 100% auto;
}
@media screen and (min-width: 768px) {
  .p-top-news__inner::after {
    height: 320px;
    left: -138px;
    top: -262px;
    width: 354px;
  }
}
@media screen and (max-width: 767px) {
  .p-top-news__inner {
    padding: 0;
  }
}

.p-top-news__body {
  margin-top: 38px;
}
@media screen and (max-width: 767px) {
  .p-top-news__body {
    padding: 0 20px;
  }
}

.p-top-news__btn {
  margin: 43px auto 0;
  width: 280px;
  max-width: 100%;
}
@media screen and (max-width: 767px) {
  .p-top-news__btn {
    width: 290px;
  }
}

.p-news-block {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
@media screen and (max-width: 767px) {
  .p-news-block {
    display: block;
  }
}

.p-news-block__latest {
  margin-bottom: 40px;
  width: 46.36364%;
}
@media screen and (max-width: 767px) {
  .p-news-block__latest {
    width: 100%;
    margin-bottom: 16px;
  }
}

.p-news-block__other {
  width: 50%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
@media screen and (max-width: 767px) {
  .p-news-block__other {
    width: 100%;
  }
}

.p-news-block__item {
  width: 46.36364%;
}
.p-news-block__item:nth-of-type(even) {
  margin-left: 3.54545%;
}
.p-news-block__item:nth-of-type(n + 3) {
  margin-top: 13px;
}
@media screen and (max-width: 767px) {
  .p-news-block__item:nth-of-type(n + 3) {
    margin-top: 20px;
  }
}

.p-news-card--small .p-news-card__title {
  font-size: 14px;
}
@media screen and (max-width: 767px) {
  .p-news-card--small .p-news-card__title {
    font-size: 12px;
  }
}

.p-access {
  margin: 0 auto;
  max-width: 1280px;
  position: relative;
}
.p-access::after {
  content: "";
  background: url(../img/top/bg_bread.png) left top no-repeat;
  position: absolute;
  background-size: 100% auto;
  height: 180px;
  right: -38px;
  top: -170px;
  width: 188px;
}
@media screen and (min-width: 768px) {
  .p-access::after {
    height: 359px;
    right: -73px;
    top: -250px;
    width: 374px;
  }
}

.p-access__inner {
  margin: 0 auto;
  max-width: 768px;
  padding: 0 40px;
}
@media screen and (max-width: 767px) {
  .p-access__inner {
    padding: 0 20px;
  }
}

.p-access__title {
  position: relative;
}
@media screen and (min-width: 768px) {
  .p-access__title::before {
    height: 200px;
    left: calc(50% - 305px);
    top: -126px;
    width: 234px;
  }
}
.p-access__title::before {
  content: "";
  background: url(../img/img_balloon-access.png) left top no-repeat;
  background-size: 100% auto;
  height: 172px;
  left: calc(50% - 215px);
  pointer-events: none;
  position: absolute;
  top: 0;
  top: -111px;
  width: 200px;
}

.p-access__map {
  border: 10px solid #fff;
  margin: 40px auto 0;
  aspect-ratio: 688/385.55;
}
@media screen and (max-width: 767px) {
  .p-access__map {
    border: 5px solid #fff;
    margin: 38px auto 0;
  }
}
.p-access__map iframe {
  height: 100%;
  vertical-align: bottom;
}

.p-access__information {
  margin-top: 40px;
}

.p-access__info-flex {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
@media screen and (max-width: 767px) {
  .p-access__info-flex {
    display: block;
  }
}

.p-access__info-left {
  -webkit-flex-basis: 324px;
      -ms-flex-preferred-size: 324px;
          flex-basis: 324px;
}

.p-access__info-row {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-bottom: 12px;
  border-bottom: 1px solid #222;
}
.p-access__info-row + .p-access__info-row {
  margin-top: 24px;
}
@media screen and (max-width: 767px) {
  .p-access__info-row + .p-access__info-row {
    margin-top: 19px;
  }
}
@media screen and (max-width: 767px) {
  .p-access__info-row.time {
    margin-top: 19px;
  }
}

.p-access__info-term {
  width: 60px;
  line-height: 1.6;
  margin-right: 20px;
  font-size: 14px;
}

.p-access__info-desc {
  font-size: 14px;
  line-height: 1.7;
}

.p-access__info-right {
  -webkit-flex-basis: 324px;
      -ms-flex-preferred-size: 324px;
          flex-basis: 324px;
}

.p-first-view {
  position: relative;
  z-index: 3;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  color: #fff;
  height: 100%;
}
@media screen and (min-width: 768px) {
  .p-first-view {
    height: 320px;
  }
}
.p-first-view::before {
  content: "";
  border: 2px solid #fff;
  position: absolute;
  right: 50%;
  top: 50%;
  -webkit-transform: translate(50%, -50%);
          transform: translate(50%, -50%);
  z-index: 2;
  height: calc(100% - 11px);
  width: calc(100% - 11px);
}
@media screen and (min-width: 768px) {
  .p-first-view::before {
    height: calc(100% - 18px);
    width: calc(100% - 18px);
  }
}
.p-first-view::after {
  border: 1px solid #fff;
  content: "";
  height: calc(100% - 30px);
  width: calc(100% - 30px);
  position: absolute;
  right: 50%;
  top: 50%;
  -webkit-transform: translate(50%, -50%);
          transform: translate(50%, -50%);
  z-index: 2;
}

.p-first-view__title {
  font-family: "Amatic SC", cursive;
  color: #fff;
  font-weight: bold;
  position: relative;
  text-align: center;
  z-index: 2;
  font-size: 72px;
  letter-spacing: 0.2em;
  padding-bottom: 21px;
}
@media screen and (max-width: 767px) {
  .p-first-view__title {
    font-size: 32px;
    padding-bottom: 11px;
  }
}
.p-first-view__title:after {
  content: attr(data-title);
  white-space: nowrap;
  font-size: 14px;
  letter-spacing: 0.25em;
  position: absolute;
  bottom: 0;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}
@media screen and (max-width: 767px) {
  .p-first-view__title:after {
    font-size: 12px;
    letter-spacing: 0.1em;
    margin-top: -4px;
  }
}

.p-first-view__image {
  left: 0;
  overflow: hidden;
  position: absolute;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
}
@media screen and (min-width: 768px) {
  .p-first-view__image {
    height: 100%;
  }
}
.p-first-view__image img {
  display: block;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: 50% 50%;
     object-position: 50% 50%;
}

.p-first-view__mask {
  background-color: rgba(0, 0, 0, 0.4);
  content: "";
  display: block;
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
  z-index: 1;
}

@media screen and (min-width: 768px) {
  .p-concept-block {
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
  }
}
.p-concept-block {
  max-width: 1180px;
  padding: 0 40px;
  margin-inline: auto;
}
@media screen and (max-width: 767px) {
  .p-concept-block {
    padding: 0;
  }
}

.p-concept-block--reverse {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
  -webkit-flex-direction: row-reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
}

@media screen and (min-width: 768px) {
  .p-concept-block__contents {
    -webkit-flex-shrink: 0;
        -ms-flex-negative: 0;
            flex-shrink: 0;
    max-width: 390px;
    -webkit-transform: translateY(-8px);
            transform: translateY(-8px);
  }
}
@media screen and (min-width: 768px) {
  .p-concept-block--reverse .p-concept-block__contents {
    margin-left: 6.36364%;
  }
}

.p-concept-block__heading {
  font-size: 20px;
  line-height: 2;
  font-weight: bold;
}
@media screen and (min-width: 768px) {
  .p-concept-block__heading {
    font-size: 28px;
    font-weight: bold;
    line-height: 2.2;
    margin-top: 7px;
  }
}

.p-concept-block__text {
  font-size: 14px;
  line-height: 2;
}
@media screen and (max-width: 767px) {
  .p-concept-block__text {
    margin-top: 30px;
  }
}
@media screen and (min-width: 768px) {
  .p-concept-block__text {
    margin-top: 23px;
  }
}

@media screen and (min-width: 768px) {
  .p-concept-block__text--third {
    margin-top: 50px;
  }
}

.p-concept-block__images {
  z-index: 1;
  margin-top: 36px;
  position: relative;
  width: 100%;
}
@media screen and (min-width: 768px) {
  .p-concept-block__images {
    margin-left: 6.36364%;
  }
}
.p-concept-block--reverse .p-concept-block__images {
  margin-left: 0;
}
@media screen and (min-width: 768px) {
  .p-concept-block__images {
    margin-top: 0;
    max-width: 640px;
  }
}

.p-concept-block__images-item {
  width: 100%;
}
@media screen and (min-width: 768px) {
  .p-concept-block__images-item {
    margin-bottom: 20px;
    margin-right: 0;
  }
}

.p-concept-block__image-big {
  width: 87.76119%;
}
@media screen and (min-width: 768px) {
  .p-concept-block__image-big {
    width: 100%;
  }
}

.p-tab-list {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: nowrap;
      -ms-flex-wrap: nowrap;
          flex-wrap: nowrap;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 14px;
}
@media screen and (max-width: 767px) {
  .p-tab-list {
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
    gap: 12px;
  }
}

.p-tab-list__item {
  height: 70px;
  margin-top: 0;
  width: 200px;
}
@media screen and (max-width: 767px) {
  .p-tab-list__item {
    width: calc(50% - 6px);
  }
}
.p-tab-list__item a {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  height: 100%;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  position: relative;
  -webkit-transition: background 0.3s, opacity 0.3s;
  transition: background 0.3s, opacity 0.3s;
  width: 100%;
  z-index: 1;
  background-color: #888;
  color: #fff;
  text-align: center;
  font-family: "NotoSerifCJKjp Bold", sans-serif;
  line-height: 1.25;
}
@media screen and (min-width: 768px) {
  .p-tab-list__item a {
    padding: 10px;
  }
}
.p-tab-list__item a::after {
  border: 1px solid #fff;
  content: "";
  height: calc(100% - 8px);
  pointer-events: none;
  position: absolute;
  right: 50%;
  top: 50%;
  -webkit-transform: translate(50%, -50%);
          transform: translate(50%, -50%);
  width: calc(100% - 8px);
  z-index: 2;
}
@media screen and (min-width: 768px) {
  .p-tab-list__item a:hover {
    background-color: #382620;
    opacity: 1;
  }
}

.p-shop + .p-shop {
  margin-top: 60px;
}
@media screen and (min-width: 768px) {
  .p-shop + .p-shop {
    margin-top: 120px;
  }
}

@media screen and (min-width: 768px) {
  .p-shop .p-access__information {
    margin-top: 22px;
  }
}
.p-shop__name {
  font-size: 20px;
  line-height: 1.5;
  margin-bottom: 18px;
  padding-left: 8px;
  border-left: 6px solid #382620;
  color: #382620;
  font-weight: bold;
}
@media screen and (min-width: 768px) {
  .p-shop__name {
    font-size: 24px;
    margin-bottom: 24px;
    padding-left: 15px;
  }
}

.p-shop .p-access__info-row {
  padding-bottom: 14px;
}

.p-shop .p-access__info-row + .p-access__info-row {
  margin-top: 21px;
}

.p-item-card--large .p-item-card__body {
  margin-top: 12px;
}

.p-item-card__body {
  margin-top: 8px;
}
@media screen and (min-width: 768px) {
  .p-item-card__body {
    margin-top: 11px;
  }
}

.p-item-card--large .p-item-card__name {
  font-size: 20px;
  font-weight: bold;
}
@media screen and (min-width: 768px) {
  .p-item-card--large .p-item-card__name {
    font-size: 24px;
  }
}

.p-item-card__name {
  font-size: 14px;
  font-weight: bold;
}

.p-item-card--large .p-item-card__price {
  font-family: "Damion", cursive;
  font-size: 24px;
  margin-top: -4px;
  text-align: center;
}
@media screen and (min-width: 768px) {
  .p-item-card--large .p-item-card__price {
    margin-top: 0;
    font-size: 32px;
  }
}

.p-item-card__price {
  margin-top: -4px;
  font-size: 28px;
}
@media screen and (min-width: 768px) {
  .p-item-card__price {
    margin-top: 0;
    font-size: 24px;
  }
}

.p-item-card__button {
  font-size: 12px;
  max-width: 140px;
  margin: 10px auto 0;
}
@media screen and (min-width: 768px) {
  .p-item-card__button {
    margin-top: 8px;
    max-width: 174px;
  }
}

@media screen and (min-width: 768px) {
  .p-products {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
  }
}

.p-products__row-item {
  width: 100%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
}
@media screen and (min-width: 768px) {
  .p-products__row-item {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
  }
}
.p-products__row-item + .p-products__row-item {
  margin-top: 40px;
}
@media screen and (min-width: 768px) {
  .p-products__row-item + .p-products__row-item {
    margin-top: 43px;
  }
}

.p-latest-item {
  margin-bottom: 40px;
}
@media screen and (min-width: 768px) {
  .p-latest-item {
    width: 47.90909%;
    margin-bottom: 0;
  }
}

.p-products-sub-list {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
}

@media screen and (min-width: 768px) {
  .p-products-sub-list--half {
    width: 48.18182%;
    margin-left: 3.63636%;
  }
}

@media screen and (min-width: 768px) {
  .p-products-sub-list--half .p-products-sub-list__item {
    margin-right: 7.54717%;
    width: 46.22642%;
  }
}

.p-products-sub-list__item {
  margin-right: 18px;
  width: calc(50% - 9px);
}
.p-products-sub-list__item:nth-of-type(2n) {
  margin-right: 0;
}
@media screen and (min-width: 768px) {
  .p-products-sub-list__item:nth-of-type(2n) {
    margin-right: 3.63636%;
  }
}
.p-products-sub-list__item:nth-of-type(n + 3) {
  margin-top: 40px;
}
@media screen and (min-width: 768px) {
  .p-products-sub-list__item:nth-of-type(n + 3) {
    margin-top: 0;
  }
}
@media screen and (min-width: 768px) {
  .p-products-sub-list__item {
    margin-right: 3.63636%;
    width: 22.27273%;
  }
}

@media screen and (min-width: 768px) {
  .p-products-sub-list--half .p-products-sub-list__item:nth-of-type(2n) {
    margin-right: 0;
  }
  .p-products-sub-list--half .p-products-sub-list__item:nth-of-type(n+3) {
    margin-top: 7.54717%;
  }
}
@media screen and (min-width: 768px) {
  .p-products-sub-list__item:nth-of-type(4n) {
    margin-right: 0;
  }
}

.p-gift-info {
  background-color: #fff;
  border: 4px solid #382620;
  padding: 35px 36px;
  position: relative;
  z-index: 1;
}
@media screen and (min-width: 768px) {
  .p-gift-info {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    padding: 75px 56px;
    position: relative;
  }
}
.p-gift-info::before {
  background-color: transparent;
  border: 1px solid #382620;
  content: "";
  height: calc(100% - 10px);
  pointer-events: none;
  position: absolute;
  right: 50%;
  top: 50%;
  -webkit-transform: translate(50%, -50%);
          transform: translate(50%, -50%);
  width: calc(100% - 10px);
  z-index: 2;
}
@media screen and (min-width: 768px) {
  .p-gift-info::before {
    height: calc(100% - 12px);
    width: calc(100% - 12px);
  }
}

@media screen and (min-width: 768px) {
  .p-gift-info__texts {
    width: calc(41% + 60px);
  }
}

.p-gift-info__title {
  background: url(../img/repeat2.svg) 4px bottom repeat-x;
  background-size: 181% auto;
  font-size: 16px;
  font-weight: bold;
  line-height: 1.8;
  padding-bottom: 23px;
  text-align: center;
}
@media screen and (min-width: 768px) {
  .p-gift-info__title {
    background: url(../img/repeat2.svg) left bottom repeat-x;
    background-size: 100% auto;
    font-size: 24px;
    line-height: 1.7;
    padding-bottom: 24px;
    text-align: left;
  }
}

.p-gift-info__desc {
  line-height: 2;
  font-size: 12px;
  margin-top: 21px;
}
@media screen and (min-width: 768px) {
  .p-gift-info__desc {
    font-size: 16px;
    margin-top: 35px;
  }
}

.p-gift-info__image {
  margin-top: 36px;
}
@media screen and (min-width: 768px) {
  .p-gift-info__image {
    margin-top: 0;
    width: 46.93878%;
    margin-left: 60px;
  }
}

.p-main-column {
  -webkit-flex-basis: 66.67685%;
      -ms-flex-preferred-size: 66.67685%;
          flex-basis: 66.67685%;
  -webkit-flex-shrink: 1;
      -ms-flex-negative: 1;
          flex-shrink: 1;
}

.p-main-column__list {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  gap: 20px 20px;
}
@media screen and (min-width: 768px) {
  .p-main-column__list {
    gap: 38px 40px;
  }
}

.p-main-column__item {
  width: calc(50% - 10px);
}
@media screen and (min-width: 768px) {
  .p-main-column__item {
    width: calc(50% - 22px);
  }
}
.p-main-column__item:nth-of-type(2n) {
  margin-right: 0;
}
@media screen and (max-width: 767px) {
  .p-main-column__item .p-news-card__time {
    margin-top: 7px;
  }
}

.pagination {
  text-align: center;
  margin-inline: auto;
  margin-top: 38px;
}
@media screen and (min-width: 768px) {
  .pagination {
    margin-top: 37px;
  }
}

.pagination ul {
  display: -webkit-inline-box;
  display: -webkit-inline-flex;
  display: -ms-inline-flexbox;
  display: inline-flex;
  list-style: none;
  padding: 0;
  margin: 0;
}

.pagination li {
  margin: 0 6px;
  border: 1px solid #382620;
  background-color: #fff;
  color: #382620;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 40px;
  height: 40px;
  border-radius: 100vmax;
  -webkit-transition: background-color 0.3s, color 0.3s;
  transition: background-color 0.3s, color 0.3s;
}
@media screen and (min-width: 768px) {
  .pagination li:hover {
    background-color: #382620;
    color: #fff;
  }
}
@media screen and (max-width: 767px) {
  .pagination li {
    width: 35px;
    height: 35px;
    margin: 0 3px;
  }
}

.pagination li a {
  color: inherit;
  -webkit-transition: none;
  transition: none;
}
@media screen and (min-width: 768px) {
  .pagination li a {
    opacity: 1;
  }
}

.pagination li:has(.prev) {
  border: 1px solid #382620;
  border-radius: 100vmax;
  margin-right: 6px;
  background-color: #fff;
  -webkit-transition: background-color 0.3s, color 0.3s;
  transition: background-color 0.3s, color 0.3s;
}
@media screen and (min-width: 768px) {
  .pagination li:has(.prev):hover {
    background-color: #382620;
    color: #fff;
  }
}
@media screen and (max-width: 767px) {
  .pagination li:has(.prev) {
    margin-right: 3px;
  }
}

.pagination li:has(.next) {
  border: 1px solid #382620;
  margin-left: 6px;
  border-radius: 100vmax;
  background-color: #fff;
  -webkit-transition: background-color 0.3s, color 0.3s;
  transition: background-color 0.3s, color 0.3s;
}
@media screen and (min-width: 768px) {
  .pagination li:has(.next):hover {
    background-color: #382620;
    color: #fff;
  }
}
@media screen and (max-width: 767px) {
  .pagination li:has(.next) {
    margin-left: 3px;
  }
}

.pagination a, .pagination span {
  display: block;
  white-space: nowrap;
  color: #382620;
  text-decoration: none;
  border: 1px solid #ddd;
}

.pagination .current {
  font-weight: bold;
  color: #fff;
  background-color: #382620;
  border-color: #382620;
  width: inherit;
  height: inherit;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  border-radius: 100vmax;
  font-size: 16px;
}
@media screen and (max-width: 767px) {
  .pagination .current {
    font-size: 16px;
  }
}

.page-numbers {
  border: none !important;
}

/* 小さな画面用の調整 */
@media (max-width: 600px) {
  .pagination ul {
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap; /* 自動で折り返し */
  }
  .pagination li {
    margin: 3px; /* 隙間を縮小 */
  }
  .pagination a, .pagination span {
    padding: 5px; /* ボタンのサイズ調整 */
    font-size: 14px; /* 文字サイズを小さく */
  }
}
/* 最小限の画面幅対応 */
@media (max-width: 400px) {
  .pagination a, .pagination span {
    padding: 3px 8px; /* ボタンをさらに小さく */
    font-size: 14px; /* 文字サイズを縮小 */
  }
}
.p-side-block {
  background-color: #fff;
  padding: 20px;
}
.p-side-block + .p-side-block {
  margin-top: 40px;
}
@media screen and (min-width: 768px) {
  .p-side-block + .p-side-block {
    margin-top: 60px;
  }
}

.p-side-block__item + .p-side-block__item {
  margin-top: 16px;
}

.p-column-card__thumbnail {
  position: relative;
}
.p-column-card__thumbnail 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%;
}

.p-column-card {
  position: relative;
}

.p-column-card__link {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
}

.p-column-card__thumbnail {
  -webkit-flex-shrink: 0;
      -ms-flex-negative: 0;
          flex-shrink: 0;
  height: 0;
  padding-top: 38.46154%;
  position: relative;
  width: 38.46154%;
}
@media screen and (max-width: 767px) {
  .p-column-card__thumbnail {
    width: 100px;
  }
}
.p-column-card__thumbnail img {
  -o-object-position: 50% 50%;
     object-position: 50% 50%;
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.p-column-card__contents {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-left: 14px;
  width: 100%;
}

.p-column-card__head {
  font-family: "NotoSerifCJKjp Bold", sans-serif;
  font-size: 12px;
  line-height: 1.5;
}
@media screen and (min-width: 768px) {
  .p-column-card__head {
    font-size: 14px;
    line-height: 1.7;
  }
}

.p-column-card__time {
  display: block;
  font-size: 12px;
  margin-top: 9px;
  margin-bottom: 11px;
}
@media screen and (min-width: 768px) {
  .p-column-card__time {
    margin-top: 0;
    margin-bottom: 12px;
  }
}

.p-side-category {
  position: relative;
}

.p-side-category__item + .p-side-category__item {
  margin-top: 15px;
}

.p-side-category__link {
  display: block;
  font-size: 16px;
  font-weight: bold;
  padding-left: 12px;
  position: relative;
}
.p-side-category__link::before {
  background: url(../img/icon/arrow_right.svg) left top no-repeat;
  background-size: 100% auto;
  content: "";
  height: 12px;
  left: 0;
  position: absolute;
  top: 6px;
  width: 6px;
}

@media screen and (min-width: 768px) {
  .p-contact__head {
    font-size: 28px;
  }
}
.p-contact__head {
  font-weight: bold;
  text-align: center;
}

.p-contact__lead {
  font-size: 14px;
  line-height: 1.75;
  margin-top: 25px;
}
@media screen and (min-width: 768px) {
  .p-contact__lead {
    margin-top: 27px;
    font-size: 16px;
    line-height: 1.5;
  }
}

.p-form__row {
  display: block;
}
.p-form__row + .p-form__row {
  margin-top: 40px;
}
@media screen and (min-width: 768px) {
  .p-form__row {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
        -ms-flex-align: start;
            align-items: flex-start;
  }
}

@media screen and (min-width: 768px) {
  .p-form__label {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
  }
}
.p-form__label {
  width: 100%;
}

.p-form__head {
  display: block;
  font-size: 16px;
  font-weight: bold;
  margin-bottom: 7px;
}
@media screen and (min-width: 768px) {
  .p-form__head {
    -webkit-flex-shrink: 0;
        -ms-flex-negative: 0;
            flex-shrink: 0;
    margin-bottom: 0;
    padding-right: 24px;
    padding-top: 13px;
    width: 198px;
  }
}
@media screen and (min-width: 768px) {
  .p-form__head.first {
    padding-top: 0;
  }
}

.p-form__required {
  background-color: #F07317;
  border-radius: 2px;
  color: #fff;
  display: inline-block;
  font-size: 11px;
  margin-left: 8px;
  padding: 1px 6px 2px;
  -webkit-transform: translateY(-2px);
          transform: translateY(-2px);
}
@media screen and (min-width: 768px) {
  .p-form__required {
    margin-left: 8px;
    -webkit-transition: none;
    transition: none;
  }
}

.p-form__caution {
  font-size: 14px;
  line-height: 1.75;
  margin-top: 12px;
}
@media screen and (min-width: 768px) {
  .p-form__caution {
    font-size: 14px;
    line-height: 1.5;
    margin-top: 33px;
  }
}

.p-form__submit {
  width: 290px;
  margin-inline: auto;
  margin-top: 38px;
  height: 72px;
}
@media screen and (min-width: 768px) {
  .p-form__submit {
    width: 280px;
  }
}

.wpcf7-form-control-wrap {
  width: 100%;
}

.wpcf7-list-item.first {
  margin: 0;
  margin-top: 17px;
}
@media screen and (min-width: 768px) {
  .wpcf7-list-item.first {
    margin-top: 0;
  }
}

/*===================================================
# ラジオボタン
=================================================== */
.wpcf7-list-item {
  display: block;
  margin-left: 0;
}
.wpcf7-list-item + .wpcf7-list-item {
  margin-top: 16px;
}

.wpcf7-list-item-label {
  cursor: pointer;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

/* デフォルトのボタン */
input[type=radio] {
  opacity: 0; /* デフォルトのボタンを非表示 */
  position: absolute;
}

/* チェック前のボタン */
.wpcf7-list-item-label::before {
  background: #fff;
  border: 1px solid #222;
  border-radius: 100%; /* ラジオボタンっぽく丸くする */
  content: "";
  height: 24px;
  margin-bottom: auto;
  margin-right: 12px;
  margin-top: auto;
  -webkit-transition: background-color 0.5s;
  transition: background-color 0.5s; /* 色をじんわり変化させる */
  width: 24px;
}

/* チェック後のボタン */
input[type=radio]:checked + .wpcf7-list-item-label::before {
  background-color: #F07317; /* チェック後の中心の色 */
  -webkit-box-shadow: inset 0 0 0 6px #fff;
          box-shadow: inset 0 0 0 6px #fff; /* 中心の色のスタイル */
}

.input-text {
  -moz-appearance: none;
  -webkit-appearance: none;
  appearance: none;
  background-color: #fff;
  background-image: none;
  border-radius: 0;
  color: inherit;
  font-family: inherit;
  background-color: #fff;
  border: 1px solid #707070;
  border-radius: 6px;
  font-size: 16px;
  padding: 11px 16px;
  width: 100%;
}

.p-form textarea {
  max-height: 200px;
}
@media screen and (min-width: 768px) {
  .p-form textarea {
    max-height: 240px;
  }
}

.textarea-class {
  -moz-appearance: none;
  -webkit-appearance: none;
  appearance: none;
  background-color: transparent;
  background-image: none;
  color: inherit;
  font-family: inherit;
  background-color: #fff;
  border: 1px solid #707070;
  font-size: 16px;
  padding: 0.4em 0.8em;
  width: 100%;
  border-radius: 6px;
  padding: 11px 16px;
  width: 100%;
  resize: vertical;
}

.input-submit {
  -webkit-appearance: none;
  font-family: inherit;
  background-image: none;
  border: none;
  border-radius: 0;
  background-color: inherit;
  color: #fff;
  cursor: pointer;
  display: inline-block;
  font-size: 16px;
  text-decoration: none;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  justify-content: center;
  width: 100%;
}

.wpcf7-spiner {
  display: none;
}

.p-pickup-news {
  background-color: rgba(255, 255, 255, 0.85);
  margin: 0 auto;
  padding: 12px;
  position: relative;
}
@media screen and (min-width: 768px) {
  .p-pickup-news {
    padding: 16px;
  }
}
.p-pickup-news::before {
  content: "";
  z-index: 2;
  background: url(../img/img_balloon-pickup.png) left top no-repeat;
  background-size: 100% auto;
  pointer-events: none;
  position: absolute;
  right: 0;
  height: 78px;
  pointer-events: none;
  position: absolute;
  right: 0;
  top: -41px;
  width: 126px;
  z-index: 2;
}
@media screen and (min-width: 768px) {
  .p-pickup-news::before {
    height: 109px;
    top: -77px;
    width: 168px;
  }
}
.p-pickup-news .p-column-card__link {
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
@media screen and (min-width: 768px) {
  .p-pickup-news .p-column-card__link:hover {
    opacity: 0.7;
  }
}
@media screen and (min-width: 768px) {
  .p-pickup-news .p-column-card__time {
    margin-bottom: 12px;
    margin-top: 0;
  }
}
.p-pickup-news .p-column-card__contents {
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  margin-left: 16px;
  width: 100%;
}

.p-post-content {
  position: relative;
}

.p-post-content__thumbnail {
  width: 100%;
}

.wp-block-image img {
  max-width: 100%;
  vertical-align: bottom;
  aspect-ratio: 680/430;
  -o-object-fit: cover;
     object-fit: cover;
}

.p-post-content__title {
  font-weight: bold;
  margin-top: 24px;
}
@media screen and (min-width: 768px) {
  .p-post-content__title {
    font-size: 28px;
    line-height: 1.45;
    margin-bottom: 40px;
  }
}

.p-post-content__info {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  font-size: 14px;
  font-weight: bold;
  margin-top: 25px;
}

.p-post-content__date {
  display: block;
  margin-right: 20px;
  position: relative;
}
.p-post-content__date::after {
  background-color: #222222;
  content: "";
  height: 18px;
  position: absolute;
  right: -20px;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  width: 1px;
}

.p-post-content__cat {
  margin-left: 20px;
}

.p-post-content__body {
  margin-top: 35px;
}
@media screen and (min-width: 768px) {
  .p-post-content__body {
    margin-bottom: 150px;
  }
}
.p-post-content__body p {
  font-size: 16px;
  line-height: 2;
  margin-bottom: 35px;
}

.p-post-content__body h2 {
  font-weight: bold;
  line-height: 1.5;
  margin-bottom: 20px;
}
@media screen and (min-width: 768px) {
  .p-post-content__body h2 {
    border-left: 6px solid #382620;
    font-size: 24px;
    margin-top: 96px;
    padding-left: 15px;
  }
}
.p-post-content__body h3 {
  border-bottom: 1px solid #382620;
  font-weight: bold;
  margin-bottom: 20px;
}
@media screen and (min-width: 768px) {
  .p-post-content__body h3 {
    font-size: 20px;
    line-height: 2;
    margin-top: 50px;
    padding-bottom: 6px;
  }
}
.p-post-content__body h4 {
  font-weight: bold;
  line-height: 1.7;
}
@media screen and (min-width: 768px) {
  .p-post-content__body h4 {
    font-size: 16px;
    margin-bottom: 15px;
    margin-top: 55px;
  }
}
.p-post-content__body ul {
  margin-bottom: 35px;
}
@media screen and (min-width: 768px) {
  .p-post-content__body ul {
    margin-left: 12px;
  }
}
.p-post-content__body ul li {
  font-size: 14px;
  line-height: 2;
  position: relative;
  padding-left: 34px;
  list-style: none;
}
.p-post-content__body ul li::before {
  content: "・";
  left: 20px;
  position: absolute;
  top: 0;
}
@media screen and (min-width: 768px) {
  .p-post-content__body ul li::before {
    left: 6px;
  }
}
@media screen and (min-width: 768px) {
  .p-post-content__body ul li {
    font-size: 16px;
    padding-left: 23px;
  }
}
.p-post-content__body ol {
  line-height: 2;
  margin-bottom: 35px;
  margin-left: 36px;
  padding-left: 0;
}
@media screen and (min-width: 768px) {
  .p-post-content__body ol {
    margin-left: 12px;
  }
}
.p-post-content__body ol li {
  list-style: decimal;
  font-size: 14px;
  line-height: 2;
}
@media screen and (min-width: 768px) {
  .p-post-content__body ol li {
    font-size: 16px;
    padding-left: 23px;
    margin-left: 23px;
  }
}
.p-post-content__body .wp-block-quote {
  background-color: #fff;
  margin-left: 0;
  margin-right: 0;
}
.p-post-content__body .wp-block-quote p {
  margin-bottom: 0;
}
@media screen and (min-width: 768px) {
  .p-post-content__body .wp-block-quote {
    margin-bottom: 32px;
    margin-top: 32px;
    padding: 35px 40px 40px;
  }
}
.p-post-content__body .wp-block-quote cite {
  display: block;
  text-align: right;
  font-size: 14px;
  padding-right: 24px;
  font-style: normal;
}
@media screen and (min-width: 768px) {
  .p-post-content__body .wp-block-quote cite {
    margin-top: 14px;
    padding-right: 0;
  }
}
.p-post-content__body .wp-block-image {
  margin-bottom: 35px;
  margin-top: 35px;
}

.p-breadcrumbs span + span {
  padding: 0 13px;
}

.p-breadcrumbs {
  display: inline-block;
}

.p-breadcrumbs span a {
  color: #382620;
  display: inline-block;
}

@media screen and (min-width: 768px) {
  .home {
    margin-right: 10px;
  }
}

.p-breadcrumbs__list {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  color: #382620;
  font-size: 14px;
}
@media screen and (max-width: 767px) {
  .p-breadcrumbs__list {
    font-size: 12px;
  }
}

.p-breadcrumbs__list-item {
  position: relative;
}
.p-breadcrumbs__list-item:first-of-type {
  padding-right: 22px;
}
@media screen and (max-width: 767px) {
  .p-breadcrumbs__list-item:first-of-type {
    padding-right: 13px;
  }
}
.p-breadcrumbs__list-item:first-of-type:after {
  content: ">";
  position: absolute;
  right: 0;
}
@media screen and (max-width: 767px) {
  .p-breadcrumbs__list-item:first-of-type:after {
    top: 1px;
  }
}
.p-breadcrumbs__list-item + .p-breadcrumbs__list-item {
  padding-left: 13px;
}
@media screen and (max-width: 767px) {
  .p-breadcrumbs__list-item + .p-breadcrumbs__list-item {
    padding-left: 6px;
  }
}

.p-post-navigation {
  position: relative;
}
@media screen and (min-width: 768px) {
  .p-post-navigation {
    font-size: 16px;
    font-weight: bold;
    min-height: 46px;
  }
}

.p-post-navigation__prev {
  position: absolute;
  top: auto;
}
.p-post-navigation__prev .p-post-navigation__link {
  position: relative;
}
.p-post-navigation__prev .p-post-navigation__link::before {
  content: "";
  position: absolute;
  background: url(../img/icon/icon-left.png) left top no-repeat;
  background-size: 100% auto;
  height: 12px;
  left: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  width: 6px;
}
@media screen and (min-width: 768px) {
  .p-post-navigation__prev {
    left: 0;
  }
}

.p-post-navigation__link {
  display: inline-block;
  font-size: 14px;
  padding: 10px 0 10px 16px;
  position: relative;
}
@media screen and (min-width: 768px) {
  .p-post-navigation__link {
    font-size: 16px;
  }
}

.p-post-navigation__link--archive {
  position: absolute;
  right: 50%;
  top: auto;
  -webkit-transform: translateX(50%);
          transform: translateX(50%);
  border: 1px solid #222222;
  display: inline-block;
}
@media screen and (min-width: 768px) {
  .p-post-navigation__link--archive {
    font-size: 16px;
    padding: 10px 36px;
  }
}

.p-post-navigation__next {
  position: absolute;
  top: auto;
}
@media screen and (min-width: 768px) {
  .p-post-navigation__next {
    right: 0;
  }
}

.p-post-navigation__link--next {
  display: inline-block;
  font-size: 14px;
  padding: 10px 16px 10px 0px;
  position: relative;
}
.p-post-navigation__link--next::before {
  background-size: 100% auto;
  background: url(../img/icon/icon-right.png) left top no-repeat;
  background-size: 100% auto;
  content: "";
  height: 12px;
  position: absolute;
  right: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  width: 6px;
}
@media screen and (min-width: 768px) {
  .p-post-navigation__link--next {
    font-size: 16px;
  }
}

.l-related-posts {
  margin: 100px auto 0;
  width: 100%;
}
@media screen and (min-width: 768px) {
  .l-related-posts {
    margin-top: 120px;
    max-width: 688px;
  }
}

.p-related-posts {
  position: relative;
}

.p-related-posts__head {
  font-size: 20px;
  font-weight: bold;
  text-align: center;
}
@media screen and (min-width: 768px) {
  .p-related-posts__head {
    font-size: 28px;
  }
}

.p-related-posts__body {
  margin-top: 40px;
}
@media screen and (min-width: 768px) {
  .p-related-posts__body {
    margin-top: 58px;
  }
}

.p-related-posts__list {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  width: 100%;
}
@media screen and (min-width: 768px) {
  .p-related-posts__list {
    padding-left: 8px;
  }
}

.p-related-posts__item {
  margin-right: 20px;
  width: calc(50% - 10px);
}
@media screen and (min-width: 768px) {
  .p-related-posts__item:nth-of-type(3n) {
    margin-right: 0;
  }
  .p-related-posts__item:nth-of-type(n + 4) {
    margin-top: 38px;
  }
}
@media screen and (max-width: 767px) {
  .p-related-posts__item:nth-of-type(n + 3) {
    margin-top: 17px;
  }
  .p-related-posts__item:nth-of-type(2n) {
    margin-right: 0;
  }
}
@media screen and (min-width: 768px) {
  .p-related-posts__item {
    margin-right: 40px;
    width: calc(33.3333333333% - 27px);
  }
}

.p-news-card {
  position: relative;
}

.p-news-card__link {
  display: block;
}

.p-news-card__tag {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  left: -8px;
  position: absolute;
}

.p-related-posts .p-news-card__tag {
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  left: -8px;
  position: absolute;
  top: 10px;
}
@media screen and (min-width: 768px) {
  .p-related-posts .p-news-card__tag {
    top: 12px;
  }
}

.p-news-card__tag-text {
  background-color: #382620;
  color: #fff;
  display: inline-block;
  font-size: 12px;
  font-weight: bold;
  padding: 2px 12px 2px 10px;
  position: relative;
  z-index: 1;
}
.p-news-card__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;
}
.p-news-card__tag-text:after {
  border-color: #382620 transparent #382620 #382620;
  border-style: solid;
  border-width: 12px 8px 12px 0px;
  content: "";
  height: 0px;
  position: absolute;
  right: -8px;
  top: 0;
  width: 0px;
  z-index: 1;
}
@media screen and (min-width: 768px) {
  .p-news-card__tag-text {
    padding: 2px 12px 4px 14px;
  }
}

.p-news-card__thumb {
  height: 0;
  overflow: hidden;
  position: relative;
  width: 100%;
}
.p-news-card__thumb img {
  aspect-ratio: 200/125;
}

@media screen and (min-width: 768px) {
  .p-news-card__body {
    margin-top: 10px;
  }
}

.p-related-posts .p-news-card__title {
  font-size: 12px;
  font-weight: bold;
}
@media screen and (min-width: 768px) {
  .p-related-posts .p-news-card__title {
    font-size: 14px;
  }
}

.p-news-card__date {
  display: inline-block;
  font-size: 12px;
  margin-top: 7px;
}

@media screen and (min-width: 768px) {
  .p-related-posts .p-news-card__date {
    margin-top: 9px;
    font-size: 12px;
  }
}

@media screen and (max-width: 767px) {
  .is-pc {
    display: none;
  }
}
@media screen and (min-width: 768px) {
  .is-sp {
    display: none;
  }
}
@media (min-width: 769px) {
  .is-tab_sp {
    display: none;
  }
}
@media (min-width: 1024px) {
  .is-tab_sp2 {
    display: none;
  }
}
.is-tab_sp3 {
  display: none;
}

@media (min-width: 768px) {
  /* ビューポートの幅が769px未満のデバイスに適用されるスタイル */
  .is-tab_sp3 {
    display: block;
  }
}
@media (max-width: 1024px) {
  /* ビューポートの幅が1024pxを超えるデバイスに適用されるスタイル */
  .is-tab_sp3 {
    display: block;
  }
}
@media (max-width: 767px) {
  /* ビューポートの幅が1024pxを超えるデバイスに適用されるスタイル */
  .is-tab_sp3 {
    display: none;
  }
}
@media (min-width: 1025px) {
  /* ビューポートの幅が1024pxを超えるデバイスに適用されるスタイル */
  .is-tab_sp3 {
    display: none;
  }
}
@media screen and (max-width: 768px) {
  .is-pc2 {
    display: none;
  }
}
@media screen and (max-width: 1024px) {
  .is-pc3 {
    display: none;
  }
}