@charset "UTF-8";
img {
  width: 100%;
  max-width: 100%;
  height: auto;
  vertical-align: top;
}

a {
  display: inline-block;
  text-decoration: none;
  cursor: pointer;
}

*,
*:before,
*:after {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

body {
  margin: 0;
  padding: 0;
  font-family: "Zen Kaku Gothic New", "Yu Gothic", "YuGothic", "ヒラギノ角ゴ ProN", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, sans-serif;
  font-weight: 400;
  font-style: normal;
  font-size: clamp(14px, 14 / 393 * 100vw, 16px);
  line-height: 1.75;
  letter-spacing: 0;
  overflow-x: hidden;
  color: #1B1715;
  background: url("../img/bg-summer.jpg") repeat top left/250px auto;
}
@media screen and (min-width: 768px) {
  body {
    background: url("../img/bg-summer.jpg") repeat top left/320px auto;
  }
}

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

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

.visible {
  visibility: visible;
}

.hidden {
  visibility: hidden;
}

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

.br-pc {
  display: none;
}
@media screen and (min-width: 768px) {
  .br-pc {
    display: inline-block;
  }
}

.section {
  position: relative;
  z-index: 1000;
  background: transparent;
}

.page_head_icon {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-bottom: 1rem;
}
.page_head_icon img {
  width: 80px;
  display: block;
}

html {
  margin-top: 0 !important;
}

header {
  display: block;
}

ul {
  padding-left: 0;
}

li {
  list-style: none;
}

button {
  padding: 0;
  border: none;
  outline: none;
  font: inherit;
  color: inherit;
  background: none;
}

.back-to-top {
  width: 60px;
  height: 60px;
  border: 1px solid #fff;
  border-radius: 50%;
  background-color: transparent;
  color: #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  cursor: pointer;
  -webkit-transition: background-color 0.3s ease, color 0.3s ease;
  transition: background-color 0.3s ease, color 0.3s ease;
  position: absolute;
  right: 20px;
  bottom: 80px;
}
@media screen and (min-width: 768px) {
  .back-to-top {
    width: 80px;
    height: 80px;
    right: 20px;
    bottom: 20px;
  }
}
.back-to-top .arrow {
  font-size: 10px;
}
@media screen and (min-width: 768px) {
  .back-to-top .arrow {
    font-size: 16px;
  }
}
.back-to-top .text {
  font-size: 10px;
}
@media screen and (min-width: 768px) {
  .back-to-top .text {
    font-size: 16px;
  }
}
.back-to-top:hover {
  background-color: #ffffff;
  color: #1B1715;
  border-color: #1B1715;
}

/*下からの距離が変化して丸の全体が上から下に動く*/
.section-title {
  width: 90%;
  max-width: 600px;
  height: auto;
  margin: 0 auto;
  text-align: center;
}
.section-title__main {
  display: block;
  font-family: "Zen Kaku Gothic New", "Yu Gothic", "YuGothic", "ヒラギノ角ゴ ProN", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, sans-serif;
  font-weight: 500;
  font-style: normal;
  font-size: clamp(28px, 32 / 393 * 100vw, 40px);
  color: #1B1715;
  line-height: 1;
}
.section-title__sub {
  display: block;
  font-family: "Emblema One", sans-serif;
  font-weight: 600;
  font-style: italic;
  font-size: clamp(10px, 12 / 393 * 100vw, 14px);
  color: #D75856;
}
.section-title.is-line-expand .section-title__sub {
  padding-top: 1.5625rem;
}
.section-title .js-title-animated .section-title__main .char {
  display: inline-block;
  -webkit-transform: translateY(-100%);
          transform: translateY(-100%);
  opacity: 0;
}
.section-title .js-title-animated .section-title__main .char-space {
  display: inline-block;
  width: 0.625rem;
}
.section-title .js-title-animated .section-title__sub {
  opacity: 0;
  -webkit-transform: translateY(20px);
          transform: translateY(20px);
}

.header__container {
  margin: 0 auto;
  max-width: 1000px;
  width: 100%;
  display: block;
  position: fixed;
  right: 0;
  left: 0;
  z-index: 10000;
  -webkit-transition: opacity 0.4s ease-out;
  transition: opacity 0.4s ease-out;
  opacity: 1;
}
@media screen and (min-width: 768px) {
  .header__container {
    width: 90%;
  }
}
.header__container.is-scrolling {
  opacity: 0.1;
  -webkit-transition: opacity 0.2s ease-in;
  transition: opacity 0.2s ease-in;
}
@media screen and (min-width: 960px) {
  .header__container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}
.header__content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  z-index: 10000;
  width: 100%;
  margin: 0 auto;
  height: 60px;
  margin-top: 0.625rem;
  padding: 0 15px;
  border-radius: 10px;
}
@media screen and (min-width: 960px) {
  .header__content {
    width: 90%;
  }
}
.header__logo {
  width: 25%;
  max-width: 60px;
  top: 30px;
  z-index: 10000;
}
.header__logo img {
  vertical-align: bottom;
}
@media screen and (min-width: 960px) {
  .header__logo img {
    vertical-align: top;
  }
}
.header .nav-box {
  z-index: 10000;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-column-gap: 10px;
     -moz-column-gap: 10px;
          column-gap: 10px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media screen and (min-width: 960px) {
  .header .nav-box {
    -webkit-column-gap: 15px;
       -moz-column-gap: 15px;
            column-gap: 15px;
  }
}
.header__nav-button {
  right: 30px;
  color: white;
}
.header__toggle {
  position: relative;
  width: 50px;
  height: 50px;
  background-color: #D75856;
  border-radius: 50%;
}
.header__toggle.active {
  background-color: transparent;
}
.header__toggle-border {
  display: inline-block;
  position: absolute;
  height: 2px;
  left: 5px;
  background-color: #ffffff;
  -webkit-transition-duration: 0.3s;
          transition-duration: 0.3s;
}
.header__toggle.active .header__toggle-border {
  background-color: #D75856;
}
.header__toggle-border:nth-of-type(1) {
  top: 17px;
  width: 80%;
}
.header__toggle-border:nth-of-type(2) {
  top: 27px;
  width: 50%;
}

.header__toggle.active span:nth-of-type(1) {
  top: 21px;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
  width: 80%;
}

.header__toggle.active span:nth-of-type(2) {
  top: 21px;
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
  width: 80%;
}

.footer {
  margin: 0 auto;
  max-width: 1000px;
  width: 100%;
  background-color: #D75856;
  padding-top: 1.875rem;
  position: relative;
  z-index: 1000;
  /* ナビゲーション */
}
@media screen and (min-width: 768px) {
  .footer {
    width: 90%;
  }
}
@media screen and (min-width: 768px) {
  .footer {
    padding-top: 5rem;
  }
}
.footer__container {
  margin: 0 auto;
  max-width: 1000px;
  width: 85%;
  text-align: left;
}
@media screen and (min-width: 768px) {
  .footer__container {
    width: 90%;
  }
}
@media screen and (min-width: 768px) {
  .footer__container {
    text-align: center;
  }
}
.footer__nav-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 1rem;
}
@media screen and (min-width: 768px) {
  .footer__nav-list {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    gap: 0.3125rem 1.25rem;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
}
.footer__nav-list a {
  color: #ffffff;
  text-decoration: none;
  font-size: clamp(16px, 18 / 393 * 100vw, 24px);
}
@media screen and (min-width: 768px) {
  .footer__nav-list a {
    font-size: clamp(10px, 12 / 393 * 100vw, 14px);
  }
}
.footer__disclaimer {
  padding-top: 1.25rem;
  font-size: clamp(10px, 10 / 393 * 100vw, 12px);
  line-height: 1.6;
  color: #ffffff;
  max-width: 520px;
}
@media screen and (min-width: 768px) {
  .footer__disclaimer {
    margin: 0 auto;
  }
}
.footer__copyright {
  font-size: clamp(10px, 10 / 393 * 100vw, 12px);
  color: #ffffff;
}
.footer__img {
  padding-top: 3.125rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.footer__img img {
  display: block;
  max-width: 500px;
  height: auto;
}
@media screen and (min-width: 768px) {
  .footer__img {
    padding-top: 0.625rem;
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end;
  }
}

.header__nav {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.header__nav-menu {
  visibility: hidden;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 9000;
  width: 100%;
  height: 100%;
  padding-top: 130px;
  padding-left: 50px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  background-color: #ffffff;
  -webkit-animation-duration: 0.5s;
          animation-duration: 0.5s;
  -webkit-animation-name: fade-out;
          animation-name: fade-out;
}
@media screen and (min-width: 768px) {
  .header__nav-menu {
    padding: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
}
.header__nav.open .header__nav-menu {
  visibility: visible;
  -webkit-animation-duration: 0.5s;
          animation-duration: 0.5s;
  -webkit-animation-name: fade-in;
          animation-name: fade-in;
  overflow-y: scroll;
}
.header__nav-img {
  position: absolute;
  bottom: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.header__nav-img img {
  display: block;
  max-width: 500px;
}

.mainvisual {
  width: 100%;
  margin: 0 auto;
}
@media screen and (min-width: 768px) {
  .mainvisual {
    height: 100dvh;
    position: relative;
  }
  .mainvisual::before {
    content: "";
    position: absolute;
    inset: 0;
    border: 10px solid transparent;
    border-image-source: url("../img/mainvisual/line-pc.png");
    border-image-slice: 40 fill;
    border-image-repeat: repeat;
    pointer-events: none;
    z-index: 9000;
  }
}
.mainvisual__latte-canvas-pc {
  display: none;
}
@media screen and (min-width: 768px) {
  .mainvisual__latte-canvas-pc {
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 100;
    pointer-events: none;
  }
}
.mainvisual__latte-canvas-sp {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  pointer-events: none;
}
@media screen and (min-width: 768px) {
  .mainvisual__latte-canvas-sp {
    display: none;
  }
}
.mainvisual .hanabi-container {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  pointer-events: none;
  overflow: hidden;
  z-index: 0;
}
@media screen and (min-width: 768px) {
  .mainvisual .hanabi-container {
    margin: auto;
  }
}
.mainvisual .hanabi {
  position: absolute;
  width: 80px;
  height: 80px;
  opacity: 0;
}
.mainvisual__container {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
@media screen and (min-width: 768px) {
  .mainvisual__container {
    height: 100%;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
  }
}
.mainvisual__fest {
  height: 100%;
}
@media screen and (min-width: 768px) {
  .mainvisual__fest {
    width: 50%;
    max-width: 50%;
    margin: auto;
  }
}
.mainvisual__fest-inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 100%;
  margin: 0 auto;
  position: relative;
  padding: 2rem;
  height: 100%;
}
@media screen and (min-width: 768px) {
  .mainvisual__fest-inner {
    width: 90%;
    margin: 0;
  }
}
.mainvisual__fest-inner::before, .mainvisual__fest-inner::after {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  width: 15px;
  background: url("../img/mainvisual/line-sp.png") repeat-y;
  background-size: contain;
  pointer-events: none;
  z-index: 9000;
}
.mainvisual__fest-inner::before {
  left: 0;
}
.mainvisual__fest-inner::after {
  right: 0;
}
@media screen and (min-width: 768px) {
  .mainvisual__fest-inner::before, .mainvisual__fest-inner::after {
    display: none;
  }
}
.mainvisual__logo {
  width: 60%;
  max-width: 500px;
  z-index: 1000;
}
@media screen and (min-width: 768px) {
  .mainvisual__logo {
    width: 100%;
  }
}
.mainvisual__date, .mainvisual__time, .mainvisual__place {
  width: 60%;
  max-width: 300px;
  margin-top: -0.2rem;
  z-index: 1000;
}
@media screen and (min-width: 768px) {
  .mainvisual__date, .mainvisual__time, .mainvisual__place {
    width: 100%;
  }
}
.mainvisual__nav {
  width: 100%;
  padding: 0.5rem;
  background-color: #FFFBF6;
}
@media screen and (min-width: 768px) {
  .mainvisual__nav {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    position: absolute;
    z-index: 9000;
    top: 0;
    left: 0;
    right: 0;
    margin: auto;
    width: 200px; /* 幅が必要 */
    height: 100%;
  }
}
.mainvisual__nav-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  width: 100%;
  margin: 0 auto;
  font-weight: 500;
  padding-left: 1rem;
}
@media screen and (min-width: 768px) {
  .mainvisual__nav-list {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    padding-left: 0;
    row-gap: 1rem;
  }
}
.mainvisual__nav-item {
  width: 50%;
  padding: 0.5rem 0;
  padding-left: 1rem;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media screen and (min-width: 768px) {
  .mainvisual__nav-item {
    width: 100%;
  }
}
.mainvisual__nav-item::after {
  content: "";
  display: inline-block;
  position: absolute;
  right: 1rem;
  background: url("../img/common/icon_link_primary.png") no-repeat center/contain;
  width: 0.9375rem;
  height: 0.9375rem;
  opacity: 0.7;
  -webkit-animation: pulse-bounce-4px-2 2s ease-in-out infinite;
          animation: pulse-bounce-4px-2 2s ease-in-out infinite;
}
@-webkit-keyframes pulse-bounce-4px-2 {
  0% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
  10% {
    -webkit-transform: translateY(-4px);
            transform: translateY(-4px);
  }
  20% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
  30% {
    -webkit-transform: translateY(-2px);
            transform: translateY(-2px);
  }
  40% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
  100% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
}
@keyframes pulse-bounce-4px-2 {
  0% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
  10% {
    -webkit-transform: translateY(-4px);
            transform: translateY(-4px);
  }
  20% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
  30% {
    -webkit-transform: translateY(-2px);
            transform: translateY(-2px);
  }
  40% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
  100% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
}
.mainvisual__nav-item .red {
  color: #D75856;
}
.mainvisual__nav-item .nav-span {
  display: inline-block;
}
.mainvisual__nav-item .nav-span .char {
  display: inline-block;
  -webkit-transform: translate(0, -150%);
          transform: translate(0, -150%);
  opacity: 0;
}
.mainvisual__nav-item .nav-span .char-space {
  display: inline-block;
  width: 0.625rem;
}
.mainvisual__gourmet {
  background-color: #D75856;
  padding-bottom: 5rem;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media screen and (min-width: 768px) {
  .mainvisual__gourmet {
    width: 50%;
    max-width: 50%;
    height: 100%;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end;
    padding-bottom: 0;
    padding-left: 5%;
  }
}
@media screen and (min-width: 1400px) {
  .mainvisual__gourmet {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}
.mainvisual__gourmet::before {
  content: "";
  position: absolute;
  right: 0;
  bottom: 0;
  width: 100px;
  height: 100px;
  background: url("../img/common/latte03.png") no-repeat center/contain;
  pointer-events: none;
  z-index: 1000;
  -webkit-transform: translate(0, -50%);
          transform: translate(0, -50%);
}
@media screen and (min-width: 768px) {
  .mainvisual__gourmet::before {
    width: 100px;
    height: 100px;
    -webkit-transform: translate(0, -20%);
            transform: translate(0, -20%);
  }
}
.mainvisual__gourmet-summary {
  display: block;
}
@media screen and (min-width: 768px) {
  .mainvisual__gourmet-summary {
    display: none;
  }
}
.mainvisual__gourmet .page_head_icon {
  margin-top: 2.5rem;
}
.mainvisual__gourmet .section-title__main {
  color: #FFFBF6;
}
.mainvisual__gourmet .section-title__sub {
  color: #FFFBF6;
}
.mainvisual__gourmet__lead {
  width: 90%;
  max-width: 700px;
  margin: 1rem auto 1rem;
  text-align: center;
}
.mainvisual__gourmet__text {
  line-height: 1.5;
  white-space: pre-line;
  text-align: left;
  color: #FFFBF6;
}
.mainvisual__swiper {
  width: 100%;
  max-width: 590px;
  margin: 0;
  padding-bottom: 2.5rem;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.mainvisual__swiper .swiper-pagination {
  position: absolute;
  bottom: 0;
  -webkit-transform: translate(0, 0);
          transform: translate(0, 0);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 8px;
}
.mainvisual__swiper .swiper-pagination-bullet-active {
  background-color: #FFFBF6;
}
.mainvisual__swiper__btn-wrapper {
  position: absolute;
  bottom: 0;
  width: 80%;
  max-width: 250px;
  z-index: 1000;
  -webkit-transform: translate(0, -50%);
          transform: translate(0, -50%);
}
@media screen and (min-width: 768px) {
  .mainvisual__swiper__btn-wrapper {
    left: auto;
    right: 0;
    -webkit-transform: translate(0, -68%);
            transform: translate(0, -68%);
  }
}
@media screen and (min-width: 768px) and (hover: hover) {
  .mainvisual__swiper__btn-wrapper {
    -webkit-transition: opacity 0.3s;
    transition: opacity 0.3s;
  }
  .mainvisual__swiper__btn-wrapper:hover {
    opacity: 0.7;
  }
}
.mainvisual__swiper__btn {
  -webkit-transform-origin: bottom right;
          transform-origin: bottom right;
  -webkit-animation: btnPulseOnce 3s ease-in-out infinite;
          animation: btnPulseOnce 3s ease-in-out infinite;
}
@-webkit-keyframes btnPulseOnce {
  0%, 100% {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
  20% {
    -webkit-transform: scale(1.2);
            transform: scale(1.2);
  }
  40% {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
}
@keyframes btnPulseOnce {
  0%, 100% {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
  20% {
    -webkit-transform: scale(1.2);
            transform: scale(1.2);
  }
  40% {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
}
.mainvisual__gourmet-card {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.mainvisual__gourmet-logo {
  position: absolute;
  top: 1.5rem;
  left: 0.5rem;
  width: 100%;
  max-width: 150px;
}
@media screen and (min-width: 768px) {
  .mainvisual__gourmet-logo {
    left: auto;
    right: auto;
    width: 40%;
    max-width: 250px;
  }
}
@media screen and (min-width: 960px) {
  .mainvisual__gourmet-logo {
    -webkit-transform: translate(-40%, 0);
            transform: translate(-40%, 0);
  }
}
.mainvisual__gourmet-name {
  position: absolute;
  top: 0;
  right: 0;
  width: 100%;
  max-width: 60px;
}
@media screen and (min-width: 768px) {
  .mainvisual__gourmet-name {
    right: 0;
    max-width: 80px;
  }
}
.mainvisual__gourmet-image {
  padding-top: 1rem;
}

.header__nav .menu-nav {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  row-gap: 1.25rem;
}
@media screen and (min-width: 768px) {
  .header__nav .menu-nav {
    gap: 1.875rem 6.25rem;
    height: 300px;
  }
}
.header__nav .menu-nav__title {
  display: block;
  font-size: clamp(20px, 24 / 393 * 100vw, 24px);
  color: #1B1715;
  line-height: 1;
}

/*
 * page
 * -------------------------------------------------------------------
 */
.about {
  margin: 0 auto;
  max-width: 1000px;
  width: 85%;
  background-color: #FFFBF6;
  padding-top: 4.375rem;
}
@media screen and (min-width: 768px) {
  .about {
    width: 90%;
  }
}
@media screen and (min-width: 768px) {
  .about {
    padding-top: 5rem;
  }
}
.about__container {
  width: 90%;
  max-width: 600px;
  height: auto;
  margin: 0 auto;
  margin-top: 3.125rem;
}
@media screen and (min-width: 768px) {
  .about__container {
    max-width: 1000px;
  }
}
.about__lead {
  max-width: 700px;
  margin: 0 auto 2.5rem;
  text-align: center;
}
.about__lead__catch {
  color: #D75856;
  font-size: clamp(16px, 18 / 393 * 100vw, 24px);
  font-weight: 500;
  margin-bottom: 0.75rem;
}
.about__lead__text {
  line-height: 1.5;
  white-space: pre-line;
  text-align: left;
}
.about__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 1.5rem;
  margin: 0 auto;
  max-width: 700px;
}
@media screen and (min-width: 768px) {
  .about__list {
    gap: 2rem;
  }
}
.about__item {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  padding: 0.4rem 0;
}
@media screen and (min-width: 768px) {
  .about__item {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    padding: 0.5rem 0;
  }
}
.about__item::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 1px;
  background-color: #D75856;
}
.about__item:last-child {
  border-bottom: none;
}
.about__label {
  font-weight: 500;
  color: #D75856;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  width: 100px;
}
@media screen and (min-width: 768px) {
  .about__label {
    width: 150px;
    margin-bottom: 0;
  }
}
.about__content {
  white-space: pre-line;
}
@media screen and (min-width: 768px) {
  .about__content {
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
  }
}

.about-sub {
  margin: 0 auto;
  max-width: 1000px;
  width: 100%;
  background-color: #FFFBF6;
  padding: 4.375rem 0 1.875rem;
}
@media screen and (min-width: 768px) {
  .about-sub {
    width: 90%;
  }
}
@media screen and (min-width: 768px) {
  .about-sub {
    padding: 5rem 0 1.875rem;
  }
}
.about-sub__gallery {
  position: relative;
  text-align: center;
}
.about-sub__gallery::before {
  content: "";
  position: absolute;
  right: 0;
  top: 0;
  width: 80px;
  height: 80px;
  background: url("../img/common/latte01.png") no-repeat center/contain;
  pointer-events: none;
  z-index: 1000;
  -webkit-transform: translate(0, 0);
          transform: translate(0, 0);
}
@media screen and (min-width: 768px) {
  .about-sub__gallery::before {
    width: 100px;
    height: 100px;
    -webkit-transform: translate(0, 15%);
            transform: translate(0, 15%);
  }
}
.about-sub__gallery__catch {
  color: #D75856;
  font-size: clamp(16px, 18 / 393 * 100vw, 24px);
  font-weight: 500;
}
.about-sub .splide {
  margin: 20px auto;
  max-width: 100%;
}
.about-sub .splide__slide img {
  display: block;
  width: 300px; /* 画像サイズに応じて調整 */
  height: auto;
}

.access {
  margin: 0 auto;
  max-width: 1000px;
  width: 85%;
  background-color: #FFFBF6;
  padding: 4.375rem 0 1.875rem;
  /* 共通 */
}
@media screen and (min-width: 768px) {
  .access {
    width: 90%;
  }
}
@media screen and (min-width: 768px) {
  .access {
    padding: 5rem 0 1.875rem;
  }
}
.access__container {
  width: 90%;
  max-width: 600px;
  height: auto;
  margin: 0 auto;
  margin-top: 3.125rem;
}
@media screen and (min-width: 768px) {
  .access__container {
    max-width: 1000px;
  }
}
.access__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 1.5rem;
  margin: 0 auto;
  max-width: 700px;
}
@media screen and (min-width: 768px) {
  .access__list {
    gap: 2rem;
  }
}
.access__item {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  padding: 0.4rem 0;
}
@media screen and (min-width: 768px) {
  .access__item {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    padding: 0.5rem 0;
  }
}
.access__item::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 1px;
  background-color: #D75856;
}
.access__item:last-child {
  border-bottom: none;
}
.access__label {
  font-weight: 500;
  color: #D75856;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  width: 100px;
}
@media screen and (min-width: 768px) {
  .access__label {
    width: 100px;
    margin-bottom: 0;
  }
}
.access__content {
  white-space: pre-line;
}
@media screen and (min-width: 768px) {
  .access__content {
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
  }
}
.access__map {
  width: 100%;
  margin-top: 1.875rem;
}
@media screen and (min-width: 768px) {
  .access__map {
    margin-top: 3.125rem;
  }
}
.access__map .disp-sp {
  display: block;
}
@media screen and (min-width: 768px) {
  .access__map .disp-sp {
    display: none;
  }
}
.access__map .disp-pc {
  display: none;
}
@media screen and (min-width: 768px) {
  .access__map .disp-pc {
    display: block;
  }
}
.access__map iframe {
  width: 100%;
  height: 300px; /* SP デフォルト */
}
@media screen and (min-width: 768px) {
  .access__map iframe {
    height: 450px;
  }
}

.booth {
  margin: 0 auto;
  max-width: 1000px;
  width: 85%;
  background-color: #FFFBF6;
  padding: 4.375rem 0 1.875rem;
}
@media screen and (min-width: 768px) {
  .booth {
    width: 90%;
  }
}
@media screen and (min-width: 768px) {
  .booth {
    padding: 5rem 0 1.875rem;
  }
}
.booth__container {
  width: 100%;
  height: auto;
  margin: 0 auto;
  margin-top: 3.125rem;
}
.booth__areamap {
  width: 100%;
  margin: 0 auto;
  text-align: center;
}
@media screen and (min-width: 768px) {
  .booth__areamap {
    width: 90%;
  }
}

.event {
  margin: 0 auto;
  max-width: 1000px;
  width: 85%;
  background-color: #FFFBF6;
  padding: 4.375rem 0 1.875rem;
}
@media screen and (min-width: 768px) {
  .event {
    width: 90%;
  }
}
@media screen and (min-width: 768px) {
  .event {
    padding: 5rem 0 1.875rem;
  }
}
@media screen and (min-width: 768px) {
  .event {
    padding-bottom: 0;
  }
}
.event__container {
  width: 100%;
  height: auto;
  margin: 0 auto;
  margin-top: 3.125rem;
}
@media screen and (min-width: 768px) {
  .event__container {
    padding-top: 1.875rem;
  }
}
.event .event-card-box {
  background-color: #D75856;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  row-gap: 1rem;
}
.event .event-card {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background-color: #FFFBF6;
}
@media screen and (min-width: 768px) {
  .event .event-card {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-align: stretch;
        -ms-flex-align: stretch;
            align-items: stretch;
  }
}
.event .event-card__image {
  -webkit-box-flex: 1;
      -ms-flex: 1 1 100%;
          flex: 1 1 100%;
  width: 100%;
  overflow: hidden;
}
@media screen and (min-width: 768px) {
  .event .event-card__image {
    -webkit-box-flex: 1;
        -ms-flex: 1 1 50%;
            flex: 1 1 50%;
    max-width: 50%;
  }
}
.event .event-card__image img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
  display: block;
}
.event .event-card__lead {
  -webkit-box-flex: 1;
      -ms-flex: 1 1 100%;
          flex: 1 1 100%;
  width: 100%;
  padding: 1rem;
  position: relative;
}
@media screen and (min-width: 768px) {
  .event .event-card__lead {
    -webkit-box-flex: 1;
        -ms-flex: 1 1 50%;
            flex: 1 1 50%;
    max-width: 50%;
    padding: 1rem 1rem 0 2rem;
  }
}
.event .event-card__lead::before {
  content: "";
  position: absolute;
  right: 0;
  top: 0;
  width: 80px;
  height: 80px;
  background: url("../img/common/hanabi02.svg") no-repeat center/contain;
  pointer-events: none;
  z-index: 1000;
  -webkit-transform: translate(0, -80%);
          transform: translate(0, -80%);
}
@media screen and (min-width: 768px) {
  .event .event-card__lead::before {
    width: 90px;
    height: 90px;
    -webkit-transform: translate(-10%, -60%);
            transform: translate(-10%, -60%);
  }
}
.event .event-card__lead__catch {
  color: #D75856;
  font-size: clamp(16px, 18 / 393 * 100vw, 24px);
  font-weight: 500;
  margin-top: 0.5rem;
  margin-bottom: 0;
}
@media screen and (min-width: 768px) {
  .event .event-card__lead__catch {
    margin-bottom: 0.75rem;
  }
}
.event .event-card__lead__text {
  line-height: 1.5;
  text-align: left;
}
.event .event-card__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 1.5rem;
  margin: 0 auto;
  max-width: 700px;
  text-align: left;
  margin: 20px auto;
  gap: 0.5rem;
  border-top: 1px solid #D75856;
}
@media screen and (min-width: 768px) {
  .event .event-card__list {
    gap: 2rem;
  }
}
@media screen and (min-width: 768px) {
  .event .event-card__list {
    gap: 0.2rem;
  }
}
.event .event-card__item {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  padding: 0.4rem 0;
  -ms-flex-direction: row;
      flex-direction: row;
}
@media screen and (min-width: 768px) {
  .event .event-card__item {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    padding: 0.5rem 0;
  }
}
.event .event-card__item::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 1px;
  background-color: #D75856;
}
.event .event-card__item:last-child {
  border-bottom: none;
}
.event .event-card__label {
  font-weight: 500;
  color: #D75856;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  width: 50px;
}
@media screen and (min-width: 768px) {
  .event .event-card__label {
    width: 60px;
    margin-bottom: 0;
  }
}
.event .event-card__content {
  white-space: pre-line;
}
@media screen and (min-width: 768px) {
  .event .event-card__content {
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
  }
}
@media screen and (min-width: 768px) {
  .event .event-card__content .small {
    font-size: clamp(10px, 12 / 393 * 100vw, 14px);
  }
}
@media screen and (min-width: 768px) {
  .event .event-card--reverse {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
        -ms-flex-direction: row-reverse;
            flex-direction: row-reverse;
  }
}

.gourmet {
  margin: 0 auto;
  max-width: 1000px;
  width: 85%;
  background-color: #FFFBF6;
  padding: 4.375rem 0 1.875rem;
}
@media screen and (min-width: 768px) {
  .gourmet {
    width: 90%;
  }
}
@media screen and (min-width: 768px) {
  .gourmet {
    padding: 5rem 0 1.875rem;
  }
}
@media screen and (min-width: 768px) {
  .gourmet {
    padding-bottom: 0;
  }
}
.gourmet__container {
  width: 100%;
  height: auto;
  margin: 0 auto;
  margin-top: 3.125rem;
}
.gourmet__lead {
  max-width: 700px;
  margin: 0 auto 2.5rem;
  text-align: center;
  width: 90%;
  max-width: 600px;
  height: auto;
  margin: 0 auto;
  margin-top: 3.125rem;
}
@media screen and (min-width: 768px) {
  .gourmet__lead {
    max-width: 1000px;
  }
}
.gourmet__lead__catch {
  color: #D75856;
  font-size: clamp(16px, 18 / 393 * 100vw, 24px);
  font-weight: 500;
  margin-bottom: 0.75rem;
}
.gourmet__lead__text {
  line-height: 1.5;
  white-space: pre-line;
  text-align: left;
}
.gourmet .gourmet-card-box {
  background-color: #D75856;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  row-gap: 1rem;
}
.gourmet .gourmet-card {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background-color: #FFFBF6;
}
@media screen and (min-width: 768px) {
  .gourmet .gourmet-card {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
}
@media screen and (min-width: 768px) {
  .gourmet .gourmet-card--reverse {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
        -ms-flex-direction: row-reverse;
            flex-direction: row-reverse;
  }
}
.gourmet .gourmet-card__image {
  -webkit-box-flex: 1;
      -ms-flex: 1 1 100%;
          flex: 1 1 100%;
  width: 100%;
}
@media screen and (min-width: 768px) {
  .gourmet .gourmet-card__image {
    max-width: 50%;
  }
}
.gourmet .gourmet-card__image .gourmet__swiper {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.gourmet .gourmet-card__image .swiper-pagination {
  position: absolute;
  bottom: 0;
  -webkit-transform: translate(0, 0);
          transform: translate(0, 0);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 8px;
  padding: 0.3rem 0;
}
.gourmet .gourmet-card__image .swiper-pagination-bullet {
  background-color: #FFFBF6;
  -webkit-box-shadow: 0 0 0 1px rgba(255, 255, 255, 0.5) inset;
          box-shadow: 0 0 0 1px rgba(255, 255, 255, 0.5) inset;
  width: 0.6rem;
  height: 0.6rem;
  opacity: 0.7;
}
.gourmet .gourmet-card__image .swiper-pagination-bullet-active {
  background-color: #D75856;
  opacity: 1;
  -webkit-transform: scale(1.25);
          transform: scale(1.25);
}
.gourmet .gourmet-card__lead {
  -webkit-box-flex: 1;
      -ms-flex: 1 1 100%;
          flex: 1 1 100%;
  width: 100%;
  padding: 0 1rem 1rem 1rem;
}
@media screen and (min-width: 768px) {
  .gourmet .gourmet-card__lead {
    max-width: 50%;
    padding: 0 1rem 0 2rem;
  }
}
.gourmet .gourmet-card__lead__logo-image {
  width: 70%;
  max-width: 11.25rem;
  margin-top: 1rem;
}
@media screen and (min-width: 768px) {
  .gourmet .gourmet-card__lead__logo-image {
    max-width: 14.375rem;
    margin-top: 0;
  }
}
.gourmet .gourmet-card__lead__catch {
  color: #D75856;
  font-size: clamp(16px, 18 / 393 * 100vw, 24px);
  font-weight: 500;
  margin-top: 0.5rem;
  margin-bottom: 0;
}
@media screen and (min-width: 768px) {
  .gourmet .gourmet-card__lead__catch {
    margin-bottom: 0.75rem;
  }
}
.gourmet .gourmet-card__lead__text {
  line-height: 1.5;
  text-align: left;
}
.gourmet .gourmet-card__lead__price {
  font-size: clamp(16px, 18 / 393 * 100vw, 24px);
  font-weight: 500;
  margin-top: 0.5rem;
}
.gourmet .gourmet-card__lead__catch-point {
  color: #D75856;
  font-size: clamp(16px, 18 / 393 * 100vw, 24px);
  font-weight: 500;
  margin-top: 1.2rem;
  margin-bottom: 0;
  padding-top: 0.8rem;
  border-top: 1px solid #D75856;
}
@media screen and (min-width: 768px) {
  .gourmet .gourmet-card__lead__catch-point {
    margin-bottom: 0.2rem;
  }
}
@media screen and (min-width: 768px) {
  .gourmet .gourmet-card__list-audio-box {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}
.gourmet .gourmet-card__list {
  text-align: left;
}
@media screen and (min-width: 768px) {
  .gourmet .gourmet-card__list {
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
  }
}
.gourmet .gourmet-card__audio {
  margin-top: 1rem;
  padding-right: 1rem;
}
.gourmet .gourmet-card__audio-button {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 6px;
  background: #D75856;
  color: #FFFBF6;
  border: none;
  border-radius: 20px;
  padding: 6px 16px;
  font-size: 14px;
  cursor: pointer;
  -webkit-transition: background 0.2s ease;
  transition: background 0.2s ease;
}
.gourmet .gourmet-card__audio-button:hover {
  background: #c9302c; /* ホバー時濃く */
}
.gourmet .gourmet-card__audio-icon {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 1.5625rem;
  height: 1.5625rem;
  border: none;
  border-radius: 50%;
  color: #D75856;
  background: #FFFBF6;
  font-size: 14px;
}

.gourmet-card__audio-dialog {
  margin: 0 auto;
  max-width: 1000px;
  width: 100%;
  margin: 0 auto;
  max-width: 700px;
}
@media screen and (min-width: 768px) {
  .gourmet-card__audio-dialog {
    width: 90%;
  }
}

.gourmet-card__audio-logo-image {
  width: 70%;
  max-width: 9.375rem;
  margin-top: 1rem;
}
@media screen and (min-width: 768px) {
  .gourmet-card__audio-logo-image {
    max-width: 12.5rem;
    margin-top: 0;
  }
}

.gourmet-card__audio-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 1.5rem;
  margin: 0 auto;
  max-width: 700px;
  text-align: left;
  gap: 0;
}
@media screen and (min-width: 768px) {
  .gourmet-card__audio-list {
    gap: 2rem;
  }
}

.gourmet-card__audio-item {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  padding: 0.4rem 0;
}
@media screen and (min-width: 768px) {
  .gourmet-card__audio-item {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    padding: 0.5rem 0;
  }
}
.gourmet-card__audio-item::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 1px;
  background-color: #D75856;
}
.gourmet-card__audio-item:last-child {
  border-bottom: none;
}
@media screen and (min-width: 768px) {
  .gourmet-card__audio-item {
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-column-gap: 1rem;
       -moz-column-gap: 1rem;
            column-gap: 1rem;
  }
}

.gourmet-card__audio-item dt {
  font-weight: 400;
}

@media screen and (min-width: 768px) {
  audio {
    height: 2.5rem;
    padding: 0;
  }
}

.guest {
  margin: 0 auto;
  max-width: 1000px;
  width: 85%;
  background-color: #FFFBF6;
  padding: 4.375rem 0 1.875rem;
}
@media screen and (min-width: 768px) {
  .guest {
    width: 90%;
  }
}
@media screen and (min-width: 768px) {
  .guest {
    padding: 5rem 0 1.875rem;
  }
}
.guest__container {
  width: 90%;
  max-width: 600px;
  height: auto;
  margin: 0 auto;
  margin-top: 3.125rem;
}
@media screen and (min-width: 768px) {
  .guest__container {
    max-width: 1000px;
  }
}
.guest__lead {
  max-width: 700px;
  margin: 0 auto 2.5rem;
  text-align: center;
}
.guest__lead__catch {
  color: #D75856;
  font-size: clamp(16px, 18 / 393 * 100vw, 24px);
  font-weight: 500;
  margin-bottom: 0.75rem;
}
.guest__appear {
  position: relative;
  text-align: center;
}
.guest__appear::before {
  content: "";
  position: absolute;
  right: 0;
  bottom: 0;
  width: 80px;
  height: 80px;
  background: url("../img/common/latte02.png") no-repeat center/contain;
  pointer-events: none;
  z-index: 1000;
  -webkit-transform: translate(10%, 60%);
          transform: translate(10%, 60%);
}
@media screen and (min-width: 768px) {
  .guest__appear::before {
    width: 100px;
    height: 100px;
    -webkit-transform: translate(10%, 50%);
            transform: translate(10%, 50%);
  }
}
.guest__appear__catch {
  color: #D75856;
  font-size: clamp(16px, 18 / 393 * 100vw, 24px);
  font-weight: 500;
}
.guest__appear__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 1.5rem;
  margin: 0 auto;
  max-width: 700px;
  text-align: left;
  margin: 20px auto;
}
@media screen and (min-width: 768px) {
  .guest__appear__list {
    gap: 2rem;
  }
}
.guest__appear__item {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  padding: 0.4rem 0;
  -ms-flex-direction: row;
      flex-direction: row;
}
@media screen and (min-width: 768px) {
  .guest__appear__item {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    padding: 0.5rem 0;
  }
}
.guest__appear__item::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 1px;
  background-color: #D75856;
}
.guest__appear__item:last-child {
  border-bottom: none;
}
.guest__appear__label {
  font-weight: 500;
  color: #D75856;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  width: 100px;
}
@media screen and (min-width: 768px) {
  .guest__appear__label {
    width: 150px;
    margin-bottom: 0;
  }
}
.guest__appear__content {
  white-space: pre-line;
}
@media screen and (min-width: 768px) {
  .guest__appear__content {
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
  }
}

.news {
  margin: 0 auto;
  max-width: 1000px;
  width: 85%;
  background-color: #FFFBF6;
  padding: 4.375rem 0 1.875rem;
}
@media screen and (min-width: 768px) {
  .news {
    width: 90%;
  }
}
@media screen and (min-width: 768px) {
  .news {
    padding: 5rem 0 1.875rem;
  }
}
.news__container {
  width: 90%;
  max-width: 600px;
  height: auto;
  margin: 0 auto;
  margin-top: 3.125rem;
  margin-bottom: 30px;
}
@media screen and (min-width: 768px) {
  .news__container {
    max-width: 1000px;
  }
}
.news__list {
  position: relative;
}
.news__list::before {
  content: "";
  position: absolute;
  right: 0;
  bottom: 0;
  width: 80px;
  height: 80px;
  background: url("../img/common/latte04.png") no-repeat center/contain;
  pointer-events: none;
  z-index: 1000;
  -webkit-transform: translate(30%, 75%);
          transform: translate(30%, 75%);
}
@media screen and (min-width: 768px) {
  .news__list::before {
    -webkit-transform: translate(10%, 80%);
            transform: translate(10%, 80%);
  }
}
.news__item {
  border-bottom: 1px solid #D75856;
}
.news__header {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  cursor: pointer;
  padding: 1rem 0;
}
.news__header:hover {
  color: #D75856;
}
.news__date {
  margin-right: 1rem;
}
.news__date:hover {
  color: #D75856;
}
.news__title {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
.news__toggle {
  font-size: 1.2rem;
  font-weight: bold;
  border: none;
  background: none;
  cursor: pointer;
}
.news__toggle:hover {
  color: #D75856;
}
.news__content {
  display: none;
  padding: 0.5rem 0 1rem 0;
  font-size: 0.95rem;
  line-height: 1.6;
}
.news__content.is-active {
  display: block;
}
.news__empty {
  text-align: center;
  padding: 2rem 0;
}

.schedule {
  margin: 0 auto;
  max-width: 1000px;
  width: 85%;
  background-color: #FFFBF6;
  padding: 4.375rem 0 1.875rem;
}
@media screen and (min-width: 768px) {
  .schedule {
    width: 90%;
  }
}
@media screen and (min-width: 768px) {
  .schedule {
    padding: 5rem 0 1.875rem;
  }
}
.schedule__container {
  width: 90%;
  max-width: 600px;
  height: auto;
  margin: 0 auto;
  margin-top: 3.125rem;
}
@media screen and (min-width: 768px) {
  .schedule__container {
    max-width: 1000px;
  }
}
.schedule__timetable {
  width: 100%;
  margin: 0 auto;
  text-align: center;
}
@media screen and (min-width: 768px) {
  .schedule__timetable {
    width: 90%;
  }
}
.schedule__timetable .disp-sp {
  display: block;
}
@media screen and (min-width: 768px) {
  .schedule__timetable .disp-sp {
    display: none;
  }
}
.schedule__timetable .disp-pc {
  display: none;
}
@media screen and (min-width: 768px) {
  .schedule__timetable .disp-pc {
    display: block;
  }
}/*# sourceMappingURL=style.css.map */