@charset "UTF-8";
:root {
  --notosans: "Noto Sans jP", sans-serif;
  --zengothic: "Zen Kaku Gothic New", sans-serif;
  --bizgothic: "BIZ UDGothic", sans-serif;
  --notoserif: "Noto Serif JP", serif;
  --zenold: "Zen Old Mincho", serif;
  --sawarabi: "Sawarabi Mincho", serif;
  --sippori: "Shippori Mincho", serif;
  --kiwi: "Kiwi Maru", "Zen Maru Gothic", "Kosugi Maru", serif;
  --zenmaru: "Zen Maru Gothic", serif;
  --kosugimaru: "Kosugi Maru", serif;
}

/* Universal box-sizing reset */
*,
*::before,
*::after {
  box-sizing: border-box;
  margin: 0;
}

/* Set default styles for html */
html {
  box-sizing: border-box;
  font-size: 100%;
}

/* Reset margin for common block-level elements */
body,
h1,
h2,
h3,
h4,
p,
figure,
blockquote,
dl,
dd {
  margin: 0;
}

/* Remove list styles on ul, ol elements with a list role */
ul[role=list],
ol[role=list] {
  list-style: none;
}

/* Set core root defaults */
html:focus-within {
  scroll-behavior: smooth;
}

/* Set core body defaults */
body {
  word-break: auto-phrase;
  min-height: 100vh;
  text-rendering: optimizeSpeed;
}

html,
body {
  font-weight: normal;
  font-style: normal;
  font-optical-sizing: auto;
  font-style: normal;
  max-width: 100vw;
  overflow-x: clip;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  line-height: 1.4;
}

strong {
  line-height: 1;
  font-weight: 600;
}

/* Reset default link styles */
a {
  text-decoration: none; /* Remove underlines from all links */
  color: inherit; /* Make sure the link color inherits the surrounding text color */
  -webkit-text-decoration-skip: ink;
  text-decoration-skip-ink: auto;
}

/* Make images easier to work with */
img,
picture {
  max-width: 100%;
  display: block;
  -o-object-fit: cover;
     object-fit: cover;
}

/* Reset styles for form elements */
input,
button,
textarea,
select {
  font: inherit;
  border: none; /* Remove borders on form elements */
  background: transparent; /* Make background transparent */
}

/* Remove animations and transitions for users with reduced motion preferences */
@media (prefers-reduced-motion: reduce) {
  html:focus-within {
    scroll-behavior: auto;
  }
  *,
*::before,
*::after {
    -webkit-animation-duration: 0.01ms !important;
    animation-duration: 0.01ms !important;
    -webkit-animation-iteration-count: 1 !important;
    animation-iteration-count: 1 !important;
    transition-duration: 0.01ms !important;
    scroll-behavior: auto !important;
  }
}
a {
  text-decoration: none;
  outline: none;
  cursor: pointer;
  transition: all 0.3s ease;
}

a:hover {
  transition: all 0.3s ease;
  text-decoration: none;
  color: white;
}

li {
  list-style-type: none;
}

input[type=text],
input[type=tel],
input[type=email],
input[type=submit],
textarea {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  justify-content: center;
}

:root {
  --tsukushi: "fot-tsukubrdgothic-std", sans-serif;
  --shippori: "Shippori Mincho", serif;
  --bebas: "Bebas Neue", sans-serif;
  --abhaya: "Abhaya Libre", serif;
  --allura: "Allura", cursive;
  --wh: #ffffff;
  --main: #51081b;
  --wine: #a40d11;
  --wineTr00: rgba(81, 8, 28, 0.3);
  --wineTr01: rgba(81, 8, 28, 0.4);
  --wineTr02: rgba(81, 8, 28, 0.5);
  --gd: #d4c18b;
}

iframe {
  border: none;
  display: block;
}

body {
  line-height: 1.5;
  letter-spacing: 0;
  font-weight: 500;
  font-size: clamp(0.875rem, 0.754rem + 0.53vw, 1.25rem);
  font-family: var(--shippori);
  color: #51081b;
}
@media (min-width: 768px) {
  body {
    line-height: 1.8;
  }
}
body::after {
  content: "";
  position: fixed;
  z-index: -1;
  display: block;
  width: 100vw;
  height: 100vh;
  inset: 0;
  background: url(../images/bg.jpg) center/cover no-repeat;
}

@media (min-width: 1400px) {
  .container {
    max-width: 1210px;
  }
}

.text {
  font-size: clamp(0.938rem, 0.836rem + 0.44vw, 1.25rem);
  line-height: 1.7;
}
@media (min-width: 768px) {
  .text {
    line-height: 2;
  }
}

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

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

.cl-wine {
  color: var(--main) !important;
}

.cl-red {
  color: var(--wine) !important;
}

.cl-wh {
  color: var(--wh) !important;
}

.cl-gd {
  color: var(--gd) !important;
}

.bg-wine {
  background-color: #51081b !important;
}

.bg-red {
  background-color: #a40d11 !important;
}

.bg-wh {
  background-color: white !important;
}

.bb-wine {
  border: solid 1px var(--main) !important;
}

.bb-red {
  border: solid 1px var(--wine) !important;
}

.bb-wh {
  border: solid 1px var(--wh) !important;
}

.tsukushi {
  font-family: var(--tsukushi) !important;
}

.shippori {
  font-family: var(--shippori) !important;
}

.abhaya {
  font-family: var(--abhaya) !important;
}

.allura {
  font-family: var(--allura) !important;
}

.bb-none {
  border-bottom: none !important;
}

.section-title > p {
  font-family: var(--allura);
  font-size: clamp(1.563rem, 1.097rem + 2.01vw, 3rem);
  line-height: 1;
  color: var(--gd);
}
.section-title > h2, .section-title > h1 {
  font-size: clamp(1.563rem, 1.097rem + 2.01vw, 3rem);
  font-weight: 600;
  color: var(--main);
}

.btn-wrap__link {
  position: relative;
  z-index: 1;
  display: inline-block;
  align-items: center;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  border-radius: 99px;
  width: 100%;
  font-family: var(--tsukushi);
  gap: 5px;
  max-width: 270px;
  padding: 10px 45px 10px 30px;
  line-height: 1.2;
}
@media (min-width: 768px) {
  .btn-wrap__link {
    line-height: 1.8;
  }
}
@media (min-width: 992px) {
  .btn-wrap__link {
    max-width: 400px;
    padding: 10px 60px 10px 35px;
  }
}
.btn-wrap__link::after {
  content: "";
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  display: block;
  width: 26px;
  height: 6px;
  transition: all 0.3s ease;
  right: 17px;
}
@media (min-width: 992px) {
  .btn-wrap__link::after {
    right: 34px;
  }
}
.btn-wrap__link:hover::after {
  transition: all 0.3s ease;
  right: 9px;
}
@media (min-width: 992px) {
  .btn-wrap__link:hover::after {
    right: 24px;
  }
}
.btn-wrap__link .icon {
  width: 20px;
}
@media (min-width: 576px) {
  .btn-wrap__link .icon {
    width: 26px;
  }
}
.btn-wrap__link.btn-red {
  background-color: var(--main);
  color: white;
}
.btn-wrap__link.btn-red::after {
  background: url(../images/arrow-wh.svg) center/contain no-repeat;
}
.btn-wrap__link.btn-wh {
  background-color: white;
  color: var(--wine);
}
.btn-wrap__link.btn-wh::after {
  background: url(../images/arrow-wine.svg) center/contain no-repeat;
}
.btn-wrap__link.btn-wine {
  background-color: var(--wine);
  color: white;
}
.btn-wrap__link.btn-wine::after {
  background: url(../images/arrow-wh.svg) center/contain no-repeat;
}

.insta-btn {
  margin-top: 35px;
  max-width: 270px;
  width: 100%;
  margin-inline: auto;
}
@media (min-width: 992px) {
  .insta-btn {
    margin-top: 70px;
  }
}
.insta-btn > a {
  position: relative;
  z-index: 1;
  font-family: var(--tsukushi);
  background-color: white;
  border-radius: 99px;
  color: var(--main);
  display: flex;
  align-items: center;
  gap: 7px;
  padding: 10px 57px 10px 40px;
}
.insta-btn > a::after {
  content: "";
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 30px;
  display: block;
  width: 26px;
  height: 6px;
  background: url(../images/arrow-wine.svg) center/contain no-repeat;
  transition: all 0.3s ease;
}
.insta-btn > a:hover::after {
  right: 20px;
  transition: all 0.3s ease;
}
.insta-btn > a .icon {
  width: 27px;
}
.insta-btn.ins-wine > a::after {
  background: url(../images/arrow-wh.svg) center/contain no-repeat;
}

.js-typein {
  visibility: hidden; /* 初期は非表示 */
}

.js-typein[data-typein-ready="1"] {
  visibility: visible; /* wrapChars 実行後に表示 */
}

.typein-char {
  opacity: 0;
  transform: translateY(0.3em);
  transition: opacity 0.3s ease, transform 0.3s ease;
}
.typein-char.is-show {
  opacity: 1;
  transform: translateY(0);
}

.l-header {
  position: fixed;
  z-index: 999;
  top: 0;
  left: 0;
  right: 0;
  width: 100%;
  color: white;
  pointer-events: none;
}
.l-header__inner {
  margin-inline: auto;
  display: flex;
  justify-content: space-between;
  gap: 28px;
  padding-top: 15px;
  padding-inline: 20px;
}
@media (min-width: 768px) {
  .l-header__inner {
    align-items: center;
  }
}
@media (min-width: 992px) {
  .l-header__inner {
    padding-top: 30px;
    padding-inline: 35px;
  }
}
.l-header__logo {
  pointer-events: all;
  max-width: 180px;
  display: flex;
  justify-content: center;
  align-items: center;
  filter: drop-shadow(0 0 1px #ffffff) drop-shadow(0 0 1px #ffffff) drop-shadow(0 0 1px #ffffff);
}
@media (min-width: 768px) {
  .l-header__logo {
    max-width: 240px;
  }
}
.l-header__logo > a {
  display: block;
  width: 100%;
}
.l-header__logo > a:hover {
  opacity: 0.6;
}
.l-header__wrap {
  border-radius: 99px;
  flex-direction: column;
  align-items: center;
  pointer-events: all;
}
@media (min-width: 768px) {
  .l-header__wrap {
    padding: 15px 40px;
    background-color: var(--main);
    flex-direction: row;
  }
}
.l-header__wrap .sp-none {
  display: none !important;
}
@media (min-width: 768px) {
  .l-header__wrap .sp-none {
    display: flex !important;
  }
}
.l-header .reservation {
  font-family: var(--tsukushi);
  background-color: var(--main);
  border-radius: 99px;
  padding: 10px 25px;
  align-items: center;
  display: flex;
  gap: 6px;
}
@media (min-width: 768px) {
  .l-header .reservation {
    margin-right: 28px;
    border-right: solid 1px white;
    background-color: transparent;
    padding: 0 28px 0 0;
    border-radius: 0;
  }
}
.l-header .reservation > p {
  text-align: center;
}
.l-header .reservation .icon {
  min-width: 30px;
  width: 30px;
}
.l-header__nav {
  flex: 1;
  background-color: var(--main);
  overflow: clip;
  position: fixed;
  top: 100px;
  right: 0;
  z-index: 999;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 30px;
  padding: 30px 20px 30px 25px;
  transform: translateX(100%);
  transition: all 0.5s ease;
  border-radius: 20px;
  pointer-events: all;
  width: calc(100vw - 40px);
  height: 70vh;
}
@media (min-width: 576px) {
  .l-header__nav {
    padding: 35px 30px 35px 55px;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    height: -webkit-fit-content;
    height: -moz-fit-content;
    height: fit-content;
  }
}
@media (min-width: 768px) {
  .l-header__nav {
    border-radius: 40px;
  }
}
@media (max-height: 900px) and (orientation: landscape) {
  .l-header__nav {
    height: 70vh;
    top: clamp(115px, 20%, 160px);
    flex-wrap: wrap;
  }
}
@media (max-height: 900px) and (orientation: landscape) {
  .l-header__nav {
    height: 54vh;
    top: clamp(160px, 20%, 160px);
    flex-wrap: wrap;
  }
}
.l-header__nav--inner {
  overflow-y: auto;
  padding-right: 15px;
}
.l-header__nav--inner::-webkit-scrollbar {
  width: 10px;
}
.l-header__nav--inner::-webkit-scrollbar-track {
  background-color: var(--wine);
  border-radius: 99px;
}
.l-header__nav--inner::-webkit-scrollbar-thumb {
  background-color: transparent;
}
.l-header__nav.open {
  transform: translateX(-20px);
}
@media (min-width: 992px) {
  .l-header__nav.open {
    transform: translateX(-35px);
  }
}
.l-header__nav--item {
  border-bottom: solid 1px white;
}
.l-header__nav--item:first-child .l-header__nav--link {
  padding-top: 0;
}
.l-header__nav--item .pc-none {
  display: flex;
}
@media (min-width: 768px) {
  .l-header__nav--item .pc-none {
    display: none;
  }
}
.l-header__nav--link {
  position: relative;
  z-index: 1;
  opacity: 0;
  transform: translateY(-24px);
  transition: transform 0.6s ease, opacity 0.6s ease;
  will-change: transform, opacity;
  font-family: var(--tsukushi);
  width: 100%;
  padding: 15px 52px 15px 0;
}
.l-header__nav--link::after {
  content: "";
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 10px;
  display: block;
  width: 26px;
  height: 6px;
  background: url(../images/arrow-wh.svg) center/contain no-repeat;
  transition: all 0.3s ease;
}
.l-header__nav--link:hover::after {
  right: 0px;
  transition: all 0.3s ease;
}
.l-header__nav--link.is-in {
  opacity: 1;
  transform: none;
}

.l-header .back-shadow {
  position: fixed;
  inset: 0;
  z-index: 997;
  width: 100%;
  height: 100dvh;
  background-color: rgba(0, 0, 0, 0.7);
  visibility: hidden;
  opacity: 0;
  transition: all 0.4s ease-out;
}

.js_action_nav .back-shadow {
  visibility: visible;
  opacity: 1;
}

.hamburger-menu {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-left: auto;
}

.btn-trigger {
  position: relative;
  cursor: pointer;
  z-index: 9999;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 3px;
  transition: all 0.5s;
  box-sizing: border-box;
  font-family: var(--tsukushi);
  background-color: var(--main);
  padding: 8px 14.5px 14px;
  border-radius: 99px;
  width: 67px;
  height: 67px;
}
@media (min-width: 768px) {
  .btn-trigger {
    flex-direction: row;
    gap: 9px;
    background-color: transparent;
    margin-top: 0;
    padding: 0;
    border-radius: 0;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    height: -webkit-fit-content;
    height: -moz-fit-content;
    height: fit-content;
  }
}
.btn-trigger .wrap {
  position: relative;
  width: 23px;
  height: 20px;
}
.btn-trigger .wrap > p {
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  width: 100%;
  height: 2px;
  background-color: #fff;
  border-radius: 4px;
  display: inline-block;
  transition: all 0.5s;
  box-sizing: border-box;
}
.btn-trigger .wrap > p:nth-of-type(1) {
  top: 0;
  bottom: auto;
}
.btn-trigger .wrap > p:nth-of-type(2) {
  top: 47%;
}
.btn-trigger .wrap > p:nth-of-type(3) {
  top: auto;
  bottom: 0;
}

#hum-btn .btn-trigger.is-show .wrap > p:nth-of-type(1) {
  top: 50%;
  transform: translateY(-50%) rotate(-45deg);
}
#hum-btn .btn-trigger.is-show .wrap > p:nth-of-type(2) {
  left: 50%;
  opacity: 0;
  -webkit-animation: active-btn05-bar02 0.8s forwards;
          animation: active-btn05-bar02 0.8s forwards;
}
#hum-btn .btn-trigger.is-show .wrap > p:nth-of-type(3) {
  bottom: auto;
  top: 50%;
  transform: translateY(-50%) rotate(45deg);
}

@-webkit-keyframes active-btn05-bar02 {
  100% {
    height: 0;
  }
}
@keyframes active-btn05-bar02 {
  100% {
    height: 0;
  }
}
.l-footer {
  background-color: var(--main);
  color: white;
}
.l-footer__inner {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  padding-block: 107px 70px;
}
@media (min-width: 992px) {
  .l-footer__inner {
    flex-direction: row;
    gap: 20px;
  }
}
.l-footer__center, .l-footer__right {
  border-top: dotted 2px white;
}
@media (min-width: 992px) {
  .l-footer__center, .l-footer__right {
    border-top: none;
  }
}
.l-footer__left {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin-bottom: 60px;
}
@media (min-width: 992px) {
  .l-footer__left {
    width: 28%;
    margin-bottom: 0;
    padding-right: 30px;
  }
}
.l-footer__left--wrap {
  margin-block: auto;
}
.l-footer__logo {
  max-width: 180px;
  margin-inline: auto;
}
@media (min-width: 576px) {
  .l-footer__logo {
    max-width: 250px;
  }
}
@media (min-width: 992px) {
  .l-footer__logo {
    max-width: 100%;
  }
}
.l-footer__logo a:hover {
  opacity: 0.6;
}
.l-footer__center {
  display: flex;
  flex-wrap: wrap;
  flex-direction: column;
  padding-block: 60px;
  row-gap: 30px;
}
@media (min-width: 576px) {
  .l-footer__center {
    flex-direction: row;
    -moz-column-gap: 25px;
         column-gap: 25px;
    row-gap: 20px;
  }
}
@media (min-width: 992px) {
  .l-footer__center {
    width: 29%;
    gap: 40px;
    flex-direction: column;
    padding-block: 0;
    -moz-column-gap: 0px;
         column-gap: 0px;
  }
}
.l-footer__center .list-dl {
  display: flex;
  gap: 7px;
}
@media (min-width: 576px) {
  .l-footer__center .list-dl {
    width: calc(50% - 12.5px);
  }
}
@media (min-width: 992px) {
  .l-footer__center .list-dl {
    width: 100%;
  }
}
.l-footer__center .list-dl .icon {
  min-width: 15px;
  width: 15px;
  padding-top: 8px;
}
@media (min-width: 576px) {
  .l-footer__center .list-dl .icon {
    padding-top: 10px;
  }
}
.l-footer__center .list-dl.ft-attention {
  flex: 1;
}
.l-footer__center .list-dl__wrap {
  flex: 1;
}
.l-footer__center .list-dt, .l-footer__center .list-dd {
  line-height: 1.8;
}
.l-footer__center .list-dd {
  font-family: var(--tsukushi);
}
.l-footer__right {
  padding-block: 60px;
}
@media (min-width: 992px) {
  .l-footer__right {
    width: 26.85%;
    padding-block: 0;
  }
}
.l-footer__nav {
  display: flex;
  flex-wrap: wrap;
  flex-direction: column;
}
@media (min-width: 576px) {
  .l-footer__nav {
    -moz-column-gap: 40px;
         column-gap: 40px;
    row-gap: 20px;
    flex-direction: row;
  }
}
@media (min-width: 992px) {
  .l-footer__nav {
    -moz-column-gap: 0px;
         column-gap: 0px;
    row-gap: 0px;
    flex-direction: column;
  }
}
.l-footer__nav--link {
  position: relative;
  z-index: 1;
  will-change: transform, opacity;
  font-family: var(--tsukushi);
  width: 100%;
  padding: 12px 52px 12px 0;
  color: white;
}
@media (min-width: 576px) {
  .l-footer__nav--link {
    width: calc(50% - 20px);
  }
}
@media (min-width: 992px) {
  .l-footer__nav--link {
    width: 100%;
  }
}
.l-footer__nav--link::after {
  content: "";
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 10px;
  display: block;
  width: 26px;
  height: 6px;
  background: url(../images/arrow-wh.svg) center/contain no-repeat;
  transition: all 0.3s ease;
}
.l-footer__nav--link:hover::after {
  right: 0px;
  transition: all 0.3s ease;
}
@media (min-width: 992px) {
  .l-footer__nav--link:first-child {
    padding-top: 0;
  }
}

.blob-icon {
  min-width: 15px;
  width: 15px;
  height: 15px;
  transform-origin: center;
  transform: scale(0);
  transition: transform 0.6s cubic-bezier(0.2, 0.8, 0.2, 1);
}

.l-footer__nav--link,
.l-header__nav--link {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  text-decoration: none;
}
.l-footer__nav--link:hover .blob-icon, .l-footer__nav--link:hover .blob-icon,
.l-header__nav--link:hover .blob-icon,
.l-header__nav--link:hover .blob-icon {
  transform: scale(1);
}

.top-fv {
  position: relative;
  height: 100vh;
  min-height: 600px;
  padding: 95px 20px 50px;
}
@media (min-width: 992px) {
  .top-fv {
    padding: 130px 40px 70px;
  }
}
@media (min-width: 1200px) {
  .top-fv {
    padding: 130px 75px 70px;
  }
}
.top-fv .fv-img {
  position: relative;
  width: 100%;
  height: 100%;
  overflow: hidden;
}
.top-fv .fv-img.cut-custom .swiper-wrapper {
  position: relative;
  width: 100%;
  height: 100%;
}
.top-fv .fv-img.cut-custom .swiper-slide {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  transform: translate3d(0, 0, 0);
  transition: none;
  opacity: 0;
  z-index: 1;
  background-color: white;
}
.top-fv .fv-img.cut-custom .swiper-slide.is-next {
  opacity: 1;
  z-index: 2;
}
.top-fv .fv-img.cut-custom .swiper-slide.is-active {
  opacity: 1;
  z-index: 3;
}
.top-fv .fv-img.cut-custom .swiper-slide.is-active::after {
  content: "";
  position: absolute;
  inset: 0;
  pointer-events: none;
}
.top-fv .fv-img.cut-custom .swiper-slide img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  display: block;
}
.top-fv .js-tick {
  display: inline-flex;
}
.top-fv .fv-text {
  position: absolute;
  z-index: 1;
  width: 100%;
  bottom: 0;
  left: 0;
  right: 0;
}
.top-fv .fv-text__loop {
  overflow: hidden;
  white-space: nowrap;
}
.top-fv .fv-text__loop__text {
  display: inline-block;
  padding-right: 4rem;
  color: var(--main);
  font-size: clamp(5rem, 3.583rem + 6.13vw, 9.375rem);
  opacity: 0.55;
  line-height: 1;
}
.top-fv .fv-text__loop__text > span {
  color: transparent;
  -webkit-text-stroke-width: 2px;
  -webkit-text-stroke-color: var(--main);
}

@-webkit-keyframes loopText {
  from {
    transform: translateX(0);
  }
  to {
    transform: translateX(-33.333%);
  }
}
@keyframes loopText {
  from {
    transform: translateX(0);
  }
  to {
    transform: translateX(-33.333%);
  }
}
.page-top__about {
  position: relative;
  z-index: 1;
}
.page-top__about--top {
  position: relative;
  z-index: 1;
}
.page-top__about--top .container {
  padding-block: 150px 50px;
}
@media (min-width: 576px) {
  .page-top__about--top .container {
    padding-block: 180px 60px;
  }
}
@media (min-width: 992px) {
  .page-top__about--top .container {
    padding-block: 230px 90px;
  }
}
.page-top__about--top .title {
  text-align: center;
  margin-bottom: 44px;
}
.page-top__about--top .title > h1 {
  font-size: clamp(1.375rem, 1.173rem + 0.88vw, 2rem);
  line-height: 1.8;
}
.page-top__about--top .logo {
  margin-inline: auto;
  max-width: 180px;
}
@media (min-width: 576px) {
  .page-top__about--top .logo {
    max-width: 200px;
  }
}
@media (min-width: 768px) {
  .page-top__about--top .logo {
    max-width: 270px;
  }
}
.page-top__about--bottom {
  position: relative;
  z-index: 1;
}
.page-top__about--bottom .container {
  padding-block: 50px 80px;
  display: flex;
  flex-direction: column;
  gap: 60px;
}
@media (min-width: 576px) {
  .page-top__about--bottom .container {
    padding-block: 60px 100px;
  }
}
@media (min-width: 768px) {
  .page-top__about--bottom .container {
    gap: 85px;
  }
}
@media (min-width: 992px) {
  .page-top__about--bottom .container {
    padding-block: 80px 130px;
  }
}
@media (min-width: 1400px) {
  .page-top__about--bottom .container {
    max-width: 1340px;
  }
}
.page-top__about--bottom .box {
  position: relative;
  z-index: 1;
  padding-block: 12vw 0;
}
@media (min-width: 576px) {
  .page-top__about--bottom .box {
    padding-block: 80px 0;
  }
}
@media (min-width: 992px) {
  .page-top__about--bottom .box {
    padding-block: 100px 60px;
  }
}
.page-top__about--bottom .box .box--inner {
  max-width: 825px;
  min-height: 500px;
  padding: 13px;
}
@media (min-width: 576px) {
  .page-top__about--bottom .box .box--inner {
    padding: 20px;
  }
}
@media (min-width: 768px) {
  .page-top__about--bottom .box .box--inner {
    padding: 35px;
  }
}
.page-top__about--bottom .box .innerWrap {
  width: 100%;
  padding: 40px 10px;
}
@media (min-width: 576px) {
  .page-top__about--bottom .box .innerWrap {
    padding: 40px 30px;
  }
}
@media (min-width: 992px) {
  .page-top__about--bottom .box .innerWrap {
    padding: 50px 30px;
  }
}
@media (min-width: 1400px) {
  .page-top__about--bottom .box .innerWrap {
    padding: 60px 74px;
  }
}
@media (min-width: 992px) {
  .page-top__about--bottom .box .innerWrap > * {
    max-width: 470px;
  }
}
.page-top__about--bottom .box .box--title {
  font-size: clamp(1.375rem, 1.092rem + 1.23vw, 2.25rem);
  line-height: 1.5;
}
@media (min-width: 576px) {
  .page-top__about--bottom .box .box--title {
    line-height: 1.8;
  }
}
.page-top__about--bottom .box .box--title__en {
  position: absolute;
  z-index: -1;
  top: 0;
  line-height: 1;
  font-family: "Allura", cursive;
  font-size: clamp(3.125rem, 1.546rem + 6.83vw, 8rem);
  color: var(--gd);
}
.page-top__about--bottom .box .box--img {
  margin-inline: auto;
  max-width: 90%;
}
@media (min-width: 768px) {
  .page-top__about--bottom .box .box--img {
    max-width: 80%;
  }
}
@media (min-width: 992px) {
  .page-top__about--bottom .box .box--img {
    max-width: 520px;
    position: absolute;
    z-index: 1;
    top: 52%;
    transform: translateY(-50%);
  }
}
@media (min-width: 1400px) {
  .page-top__about--bottom .box .box--img {
    max-width: 645px;
  }
}
.page-top__about--bottom .box .box--img img {
  height: inherit;
}
@media (min-width: 992px) {
  .page-top__about--bottom .box:nth-child(odd) {
    padding-left: 50px;
  }
}
.page-top__about--bottom .box:nth-child(odd) .box--inner {
  background-color: var(--wine);
  color: white;
}
.page-top__about--bottom .box:nth-child(odd) .box--inner .innerWrap {
  border: solid 1px white;
}
.page-top__about--bottom .box:nth-child(odd) .box--title__en {
  left: 0;
}
@media (min-width: 992px) {
  .page-top__about--bottom .box:nth-child(odd) .box--img {
    right: -190px;
  }
}
@media (min-width: 1200px) {
  .page-top__about--bottom .box:nth-child(odd) .box--img {
    right: 0;
  }
}
@media (min-width: 992px) {
  .page-top__about--bottom .box:nth-child(even) {
    padding-right: 50px;
  }
}
.page-top__about--bottom .box:nth-child(even) .box--inner {
  margin-left: auto;
  background-color: white;
}
.page-top__about--bottom .box:nth-child(even) .box--inner .innerWrap {
  border: solid 1px var(--wine);
}
@media (min-width: 992px) {
  .page-top__about--bottom .box:nth-child(even) .box--inner .innerWrap > * {
    margin-left: auto;
  }
}
.page-top__about--bottom .box:nth-child(even) .box--title__en {
  right: 0;
}
@media (min-width: 992px) {
  .page-top__about--bottom .box:nth-child(even) .box--img {
    left: -190px;
  }
}
@media (min-width: 1200px) {
  .page-top__about--bottom .box:nth-child(even) .box--img {
    left: 0;
  }
}
@media (max-width: 500px) {
  .page-top__about--bottom .box .btn-wrap__link {
    max-width: 220px;
  }
}
.page-top__about .back-img {
  --window-h: 59vh;
  --window-h-sp: 35vh;
  position: relative;
  z-index: 1;
  overflow: clip;
  padding-top: var(--window-h-sp);
}
@media (min-width: 768px) {
  .page-top__about .back-img {
    background-attachment: fixed;
    padding-top: var(--window-h);
  }
}
.page-top__information {
  display: flex;
  flex-direction: column;
  gap: 60px;
  background-color: white;
  background-image: none;
  padding-bottom: 60px;
}
@media (min-width: 992px) {
  .page-top__information {
    gap: 0;
    padding-bottom: 0px;
  }
}
.page-top__information .box {
  display: flex;
}
.page-top__information .box:nth-child(odd) {
  flex-direction: column;
}
@media (min-width: 992px) {
  .page-top__information .box:nth-child(odd) {
    flex-direction: row;
  }
}
.page-top__information .box:nth-child(even) {
  flex-direction: column;
}
@media (min-width: 992px) {
  .page-top__information .box:nth-child(even) {
    flex-direction: row-reverse;
  }
}
.page-top__information .box--text {
  width: 100%;
}
@media (min-width: 992px) {
  .page-top__information .box--text {
    width: 50%;
  }
}
.page-top__information .box--text__inner {
  max-width: 500px;
  height: 100%;
  margin-inline: auto;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  padding: 50px 20px;
}
@media (min-width: 768px) {
  .page-top__information .box--text__inner {
    padding: 60px 40px;
  }
}
.page-top__information .box--text__inner > .icon {
  max-width: 33px;
  margin-inline: auto;
  margin-bottom: 45px;
}
.page-top__information .box--text__inner > h2 {
  width: 100%;
  font-size: clamp(1.5rem, 1.176rem + 1.4vw, 2.5rem);
  font-weight: 600;
  padding-inline: 20px;
  padding-bottom: 30px;
  margin-bottom: 30px;
  border-bottom: solid 1px var(--main);
}
@media (min-width: 576px) {
  .page-top__information .box--text__inner > h2 {
    padding-inline: 50px;
  }
}
@media (min-width: 768px) {
  .page-top__information .box--text__inner > h2 {
    padding-bottom: 60px;
    margin-bottom: 60px;
  }
}
.page-top__information .box--text__inner > p {
  margin-bottom: 60px;
}
.page-top__information .box--text__inner .btn-wrap {
  width: 90%;
  margin-inline: auto;
}
.page-top__information .box--img {
  margin-inline: auto;
  width: 75%;
}
@media (min-width: 768px) {
  .page-top__information .box--img {
    width: 60%;
  }
}
@media (min-width: 992px) {
  .page-top__information .box--img {
    width: 50%;
  }
}
.page-top__information .box--img img {
  height: 100%;
}
.page-top__news {
  padding: 80px 0 60px;
}
@media (min-width: 768px) {
  .page-top__news {
    padding: 100px 0 90px;
  }
}
.page-top__news .webgene-blog {
  display: flex;
  flex-direction: column;
  align-items: stretch;
  gap: 50px;
}
@media (min-width: 768px) {
  .page-top__news .webgene-blog {
    gap: 20px;
    flex-direction: row;
  }
}
@media (min-width: 992px) {
  .page-top__news .webgene-blog {
    gap: 6vw;
  }
}
.page-top__news .webgene-item {
  flex: 1;
}
@media (min-width: 768px) {
  .page-top__news .webgene-item {
    width: calc(33.3333333333% - 14px);
  }
}
@media (min-width: 992px) {
  .page-top__news .webgene-item {
    width: calc(33.3333333333% - 4vw);
  }
}
.page-top__news .news-item {
  color: var(--wine);
}
.page-top__news .news-item__date {
  font-size: 0.875rem;
}
@media (min-width: 576px) {
  .page-top__news .news-item__date {
    font-size: 1rem;
  }
}
.page-top__news .news-item__title {
  font-weight: 600;
  font-size: clamp(1rem, 0.919rem + 0.35vw, 1.25rem);
}
.page-top__news .news-item__title a:hover {
  color: var(--main);
}
.page-top__other {
  display: flex;
  flex-direction: column;
}
@media (min-width: 768px) {
  .page-top__other {
    flex-direction: row;
  }
}
.page-top__other .box {
  position: relative;
  z-index: 1;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  align-items: center;
  min-height: 270px;
  height: 100%;
}
@media (min-width: 768px) {
  .page-top__other .box {
    max-height: 480px;
    height: 35vw;
  }
}
.page-top__other .box::before {
  content: "";
  position: absolute;
  z-index: -1;
  inset: 0;
  display: block;
  width: 100%;
  height: 100%;
  background-color: rgba(81, 8, 28, 0.4);
  transition: all 0.3s ease;
}
.page-top__other .box > h2 {
  color: white;
  font-size: clamp(1.5rem, 1.014rem + 2.1vw, 3rem);
  line-height: 1.8;
  transition: all 0.3s ease;
  margin-bottom: 40px;
}
@media (min-width: 768px) {
  .page-top__other .box > h2 {
    margin-bottom: 5.3vw;
  }
}
.page-top__other .box:has(.btn-wrap__link:hover) > h2 {
  color: #a40d11;
  transition: all 0.3s ease;
  text-shadow: 0 0 10px white;
}
.page-top__other .box:has(.btn-wrap__link:hover)::before {
  transition: all 0.3s ease;
  background-color: transparent;
}
.page-top__other .box .btn-wrap {
  width: 100%;
  margin-bottom: 60px;
}
.page-top__other .box .btn-wrap a {
  color: var(--main);
}
@media (max-width: 500px) {
  .page-top__other .box .btn-wrap a {
    max-width: 230px;
  }
}
.page-top__map iframe {
  width: 100%;
  max-height: 400px;
  height: 84vw;
  display: block;
}
@media (min-width: 576px) {
  .page-top__map iframe {
    max-height: 680px;
    height: 45vw;
  }
}

.page-fv {
  height: 100vh;
  display: flex;
  flex-direction: column;
}
@media (max-height: 800px) and (orientation: landscape) {
  .page-fv {
    height: 700px;
  }
}
.page-fv .fv-img {
  height: 71.2%;
}
@media (max-height: 800px) and (orientation: landscape) {
  .page-fv .fv-img {
    height: 440px;
  }
}
.page-fv .fv-img img {
  height: 100%;
}
.page-fv .fv-text {
  padding: 74px 20px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  flex: 1;
}

.section-top {
  position: relative;
  z-index: 1;
  padding: clamp(100px, 15vw, 220px) 30px;
}
.section-top::after {
  content: "";
  position: absolute;
  z-index: -1;
  inset: 0;
  display: block;
  width: 100%;
  height: 100%;
  background-color: rgba(164, 13, 18, 0.3);
}
.section-top__wrap {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
.section-top .icon {
  max-width: 39px;
  margin-inline: auto;
}
.section-top h2 {
  font-size: clamp(1.5rem, 1.014rem + 2.1vw, 3rem);
  font-weight: 600;
  line-height: 1.8;
  color: white;
}

.contents-title {
  padding-bottom: 20px;
  border-bottom: solid 1px var(--main);
}
@media (min-width: 768px) {
  .contents-title {
    padding-bottom: 35px;
  }
}
.contents-title .icon {
  max-width: 28px;
  margin-inline: auto;
  margin-bottom: 23px;
}
@media (min-width: 768px) {
  .contents-title .icon {
    max-width: 48px;
  }
}
.contents-title .en,
.contents-title h3,
.contents-title h2 {
  font-size: clamp(1.5rem, 1.176rem + 1.4vw, 2.5rem);
  font-weight: 600;
}

.column3 {
  display: flex;
  flex-wrap: wrap;
  flex-direction: column;
  gap: 60px;
}
@media (min-width: 576px) {
  .column3 {
    flex-direction: row;
    gap: 60px 15px;
  }
}
@media (min-width: 768px) {
  .column3 {
    gap: 80px 20px;
  }
}
@media (min-width: 992px) {
  .column3 {
    gap: 80px 30px;
  }
}
@media (min-width: 1200px) {
  .column3 {
    gap: 100px 50px;
  }
}
.column3 .box {
  width: 100%;
}
@media (min-width: 576px) {
  .column3 .box {
    width: calc(50% - 8px);
  }
}
@media (min-width: 768px) {
  .column3 .box {
    width: calc(50% - 10px);
  }
}
@media (min-width: 992px) {
  .column3 .box {
    width: calc(33.3333333333% - 10px);
  }
}
@media (min-width: 992px) {
  .column3 .box {
    width: calc(33.3333333333% - 20px);
  }
}
@media (min-width: 1200px) {
  .column3 .box {
    width: calc(33.3333333333% - 34px);
  }
}
.column3 .box img {
  aspect-ratio: 368/299;
}
.column3 .box .title {
  line-height: 1.4;
  margin-top: 20px;
}
.column3 .box .title > h3 {
  font-size: clamp(1.125rem, 1.004rem + 0.53vw, 1.5rem);
  font-weight: 600;
}
.column3 .box .title > p {
  font-size: 0.875rem;
}
@media (min-width: 576px) {
  .column3 .box .title > p {
    font-size: 1rem;
  }
}
.column3 .box .price {
  font-size: 0.9375rem;
  margin-block: 10px;
}
@media (min-width: 576px) {
  .column3 .box .price {
    font-size: 1.125rem;
  }
}
@media (min-width: 768px) {
  .column3 .box .price {
    margin-block: 20px;
  }
}
.column3 .box .price > p {
  display: inline-block;
}

.info-box .container {
  max-width: 770px;
  margin-inline: auto;
}

.list-wrap .list-dl {
  display: flex;
  flex-direction: column;
  gap: 5px;
}
@media (min-width: 768px) {
  .list-wrap .list-dl {
    gap: 10px;
    flex-direction: row;
  }
}
.list-wrap .list-dl:first-child {
  padding-top: 0 !important;
}
.list-wrap .list-dd {
  text-align: right;
}
.list-wrap .list-dd p {
  display: inline-block;
}

.pickup-wrap {
  max-width: 925px;
  margin-inline: auto;
  display: flex;
  flex-direction: column;
  gap: 40px;
}
@media (min-width: 768px) {
  .pickup-wrap {
    gap: 60px;
  }
}
@media (min-width: 992px) {
  .pickup-wrap {
    gap: 95px;
  }
}
.pickup-wrap__item {
  display: flex;
  align-items: flex-end;
  gap: 10px;
  flex-direction: column;
}
@media (min-width: 992px) {
  .pickup-wrap__item {
    gap: 30px;
  }
}
@media (min-width: 992px) {
  .pickup-wrap__item:nth-child(odd) {
    flex-direction: row;
  }
}
@media (min-width: 992px) {
  .pickup-wrap__item:nth-child(even) {
    flex-direction: row-reverse;
  }
}
.pickup-wrap__item .box--img {
  max-width: 330px;
  margin-inline: auto;
}
@media (min-width: 992px) {
  .pickup-wrap__item .box--img {
    width: 36%;
    max-width: 100%;
  }
}
.pickup-wrap__item .box--img img {
  aspect-ratio: 1;
}
.pickup-wrap__item .box--text {
  flex: 1;
  line-height: 1.4;
  width: 100%;
  text-align: center;
}
@media (min-width: 992px) {
  .pickup-wrap__item .box--text {
    text-align: left;
  }
}
.pickup-wrap__item .box--text .title {
  margin-bottom: 10px;
  text-align: center;
}
@media (min-width: 992px) {
  .pickup-wrap__item .box--text .title {
    text-align: left;
  }
}
.pickup-wrap__item .box--text .title > h3 {
  font-weight: 600;
  margin-bottom: 15px;
}
.pickup-wrap__item .box--text .title > p {
  font-size: clamp(0.938rem, 0.836rem + 0.44vw, 1.25rem);
}
.pickup-wrap__item .box--text .price {
  font-size: clamp(1.125rem, 1.004rem + 0.53vw, 1.5rem);
  margin-bottom: 25px;
  text-align: center;
}
@media (min-width: 992px) {
  .pickup-wrap__item .box--text .price {
    text-align: left;
  }
}
.pickup-wrap__item .box--text .price > p {
  display: inline-block;
}

.page-about__sec01 {
  padding-block: 30px 100px;
}
@media (min-width: 768px) {
  .page-about__sec01 {
    padding-block: 80px 130px;
  }
}
@media (min-width: 992px) {
  .page-about__sec01 {
    padding-block: 166px;
  }
}
.page-about__sec01 .box-text > h2 {
  font-size: clamp(1.5rem, 1.014rem + 2.1vw, 3rem);
  font-weight: 600;
}
.page-about__sec01 .box-text > p {
  font-size: clamp(0.875rem, 0.754rem + 0.53vw, 1.25rem);
  line-height: 1.8;
}
@media (min-width: 768px) {
  .page-about__sec01 .box-text > p {
    line-height: 2.1;
  }
}
.page-about__sec02 {
  color: var(--wine);
}
.page-about__sec02 .members-box {
  padding: 15px;
  margin-bottom: 65px;
}
@media (min-width: 576px) {
  .page-about__sec02 .members-box {
    padding: 20px;
  }
}
@media (min-width: 768px) {
  .page-about__sec02 .members-box {
    padding: 30px;
  }
}
.page-about__sec02 .members-box:last-of-type {
  margin-bottom: 0;
}
.page-about__sec02 .members-box__inner {
  padding: 50px 20px;
}
@media (min-width: 768px) {
  .page-about__sec02 .members-box__inner {
    padding: 70px 30px;
  }
}
.page-about__sec02 .members-box h2 {
  font-weight: 600;
  font-size: clamp(1.25rem, 0.845rem + 1.75vw, 2.5rem);
  line-height: 1.8;
  margin-bottom: 40px;
}
@media (min-width: 576px) {
  .page-about__sec02 .members-box h2 {
    margin-bottom: 50px;
  }
}
@media (min-width: 768px) {
  .page-about__sec02 .members-box h2 {
    margin-bottom: 75px;
  }
}
.page-about__sec02 .members-step {
  max-width: 650px;
  margin-inline: auto;
  display: flex;
  flex-direction: column;
  gap: 40px;
  margin-block: 40px 55px;
}
@media (min-width: 768px) {
  .page-about__sec02 .members-step {
    margin-block: 50px 70px;
  }
}
.page-about__sec02 .members-step .box {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 15px;
}
@media (min-width: 992px) {
  .page-about__sec02 .members-step .box {
    gap: 50px;
    flex-direction: row;
  }
}
.page-about__sec02 .members-step .box--img {
  max-width: 169px;
}
.page-about__sec02 .members-step .box--text {
  flex: 1;
  text-align: center;
}
@media (min-width: 992px) {
  .page-about__sec02 .members-step .box--text {
    text-align: left;
  }
}
.page-about__sec02 .members-step .box--text h3 {
  line-height: 1.8;
  font-size: clamp(1.25rem, 1.007rem + 1.05vw, 2rem);
  text-align: center;
}
@media (min-width: 992px) {
  .page-about__sec02 .members-step .box--text h3 {
    text-align: left;
  }
}
.page-about__sec02 .members-step .box--text > p {
  font-family: var(--tsukushi);
}
.page-about__sec02 .benefit-box {
  max-width: 580px;
  margin-inline: auto;
  margin-bottom: 80px;
}
@media (min-width: 768px) {
  .page-about__sec02 .benefit-box {
    margin-bottom: 100px;
  }
}
.page-about__sec02 .benefit-box:last-of-type {
  margin-bottom: 0;
}
.page-about__sec02 .benefit-box__wrap {
  display: flex;
  flex-direction: column;
  gap: 24px;
  max-width: 514px;
  margin-inline: auto;
}
.page-about__sec02 .benefit-box .box--text .en {
  font-size: clamp(1.25rem, 1.007rem + 1.05vw, 2rem);
  line-height: 1.8;
}
.page-about__sec02 .benefit-box .box--text h3 {
  font-weight: 600;
  font-size: clamp(1.25rem, 1.007rem + 1.05vw, 2rem);
  padding-bottom: 20px;
  border-bottom: solid 1px var(--wine);
}
.page-about__sec02 .benefit-box__inBox {
  display: flex;
  align-items: center;
  gap: 20px;
}
@media (min-width: 992px) {
  .page-about__sec02 .benefit-box__inBox {
    gap: 40px;
  }
}
.page-about__sec02 .benefit-box__inBox .box--img {
  max-width: 111px;
}
.page-about__sec02 .benefit-box__inBox .box--text {
  flex: 1;
  text-align: left;
}
.page-about__sec02 .benefit-box__inBox .box--text .title {
  display: inline-flex;
  flex-direction: column;
  line-height: 1.8;
  font-weight: 600;
}
@media (min-width: 576px) {
  .page-about__sec02 .benefit-box__inBox .box--text .title {
    flex-wrap: row;
  }
}
.page-about__sec02 .benefit-box__inBox .box--text .title > h4 {
  font-size: clamp(1.125rem, 1.004rem + 0.53vw, 1.5rem);
}
.page-about__sec03 .box {
  display: flex;
  flex-direction: column;
  align-items: center;
  background-color: white;
  padding-block: 80px 120px;
}
@media (min-width: 576px) {
  .page-about__sec03 .box {
    padding-block: 120px;
  }
}
@media (min-width: 992px) {
  .page-about__sec03 .box {
    flex-direction: row;
    align-items: flex-start;
    padding-block: 0;
  }
}
.page-about__sec03 .box--text {
  display: contents;
}
@media (min-width: 992px) {
  .page-about__sec03 .box--text {
    padding-block: 180px 240px;
    padding-inline: 30px;
    display: block;
  }
}
@media (min-width: 1400px) {
  .page-about__sec03 .box--text {
    padding-inline: clamp(20px, 8vw, 130px);
  }
}
.page-about__sec03 .box--text__inner {
  width: 100%;
  padding-inline: clamp(20px, 8vw, 130px);
}
@media (min-width: 992px) {
  .page-about__sec03 .box--text__inner {
    padding-inline: 0;
  }
}
.page-about__sec03 .box--text .icon {
  max-width: 25px;
  margin-inline: auto;
}
.page-about__sec03 .box--text .name {
  border-bottom: solid 1px var(--main);
  padding-bottom: 30px;
  margin-bottom: 40px;
}
.page-about__sec03 .box--text .name > h2 {
  font-size: clamp(1.5rem, 1.014rem + 2.1vw, 3rem);
}
.page-about__sec03 .box--text .text {
  padding-inline: clamp(20px, 8vw, 130px);
  order: 3;
}
@media (min-width: 992px) {
  .page-about__sec03 .box--text .text {
    padding-inline: 16px;
  }
}
.page-about__sec03 .box--img {
  order: 2;
  margin-inline: auto;
  width: 75%;
  margin-bottom: 80px;
}
@media (min-width: 576px) {
  .page-about__sec03 .box--img {
    width: 55%;
  }
}
@media (min-width: 992px) {
  .page-about__sec03 .box--img {
    top: 0;
    position: -webkit-sticky;
    position: sticky;
    margin-bottom: 0;
  }
}
.page-about__sec03 .box--img img {
  aspect-ratio: 756/982;
}
@media (min-width: 992px) {
  .page-about__sec03 .box--text, .page-about__sec03 .box--img {
    width: 50%;
  }
}

.page-birthday__sec01 {
  padding-block: 30px 80px;
}
@media (min-width: 768px) {
  .page-birthday__sec01 {
    padding-block: 80px;
  }
}
@media (min-width: 992px) {
  .page-birthday__sec01 {
    padding-block: 150px 80px;
  }
}
.page-birthday__sec01 > h2 {
  font-weight: 600;
  font-size: clamp(1.375rem, 1.092rem + 1.23vw, 2.25rem);
}
.page-birthday__sec01 > p {
  font-weight: 600;
  font-size: clamp(1.5rem, 1.014rem + 2.1vw, 3rem);
}
.page-birthday__sec01 .container {
  display: flex;
  flex-direction: column;
  gap: 25px;
}
@media (min-width: 992px) {
  .page-birthday__sec01 .container {
    max-width: clamp(500px, 65vw, 840px);
  }
}
.page-birthday__sec01 .box {
  background-color: white;
  border-radius: 15px;
  max-width: 85%;
  width: 100%;
  padding: 20px clamp(20px, 5vw, 65px);
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 20px;
  text-align: center;
  margin-inline: auto;
}
@media (min-width: 992px) {
  .page-birthday__sec01 .box {
    flex-direction: row;
    justify-content: space-between;
    text-align: left;
  }
}
@media (min-width: 992px) {
  .page-birthday__sec01 .box:nth-child(odd) {
    margin-left: 0;
  }
}
.page-birthday__sec01 .box:nth-child(even) {
  flex-direction: column-reverse;
}
@media (min-width: 992px) {
  .page-birthday__sec01 .box:nth-child(even) {
    margin-left: auto;
    flex-direction: row;
  }
}
@media (min-width: 992px) and (min-width: 992px) {
  .page-birthday__sec01 .box:nth-child(even) .box--text {
    margin-left: auto;
  }
}
.page-birthday__sec01 .box--img {
  max-width: 150px;
}
.page-birthday__sec01 .box--text {
  font-family: var(--tsukushi);
}
.page-birthday__sec02 {
  padding-block: 80px 60px;
}
@media (min-width: 576px) {
  .page-birthday__sec02 {
    padding-block: 80px;
  }
}
@media (min-width: 768px) {
  .page-birthday__sec02 {
    padding-block: 80px 100px;
  }
}
@media (min-width: 992px) {
  .page-birthday__sec02 {
    padding-block: 170px 130px;
  }
}
.page-birthday__sec02--top {
  display: flex;
  flex-direction: column;
}
@media (min-width: 992px) {
  .page-birthday__sec02--top {
    flex-direction: row;
  }
}
.page-birthday__sec02--top .box--text {
  margin-bottom: 50px;
}
@media (min-width: 992px) {
  .page-birthday__sec02--top .box--text {
    width: 48%;
    padding-right: 60px;
    margin-bottom: 0;
  }
}
.page-birthday__sec02--top .box--text > h2 {
  font-size: clamp(1.25rem, 0.845rem + 1.75vw, 2.5rem);
  font-weight: 600;
  margin-bottom: 45px;
  line-height: 1.68;
}
.page-birthday__sec02--top .box--text > p {
  font-family: var(--tsukushi);
}
.page-birthday__sec02--top .box--img {
  margin-inline: auto;
  max-width: 75%;
}
@media (min-width: 992px) {
  .page-birthday__sec02--top .box--img {
    width: 52%;
    max-width: 100%;
  }
}
.page-birthday__sec02--bottom {
  display: flex;
  flex-direction: column;
  gap: 30px;
}
@media (min-width: 992px) {
  .page-birthday__sec02--bottom {
    gap: 20px;
    flex-direction: row;
  }
}
@media (min-width: 1200px) {
  .page-birthday__sec02--bottom {
    gap: 60px;
  }
}
.page-birthday__sec02--bottom .box {
  margin-inline: auto;
  width: 100%;
  padding: 40px 20px;
}
@media (min-width: 768px) {
  .page-birthday__sec02--bottom .box {
    max-width: 75%;
    padding: 40px 30px;
  }
}
@media (min-width: 992px) {
  .page-birthday__sec02--bottom .box {
    max-width: 100%;
    width: calc(33.3333333333% - 13px);
    padding: 45px 15px;
  }
}
@media (min-width: 1200px) {
  .page-birthday__sec02--bottom .box {
    width: calc(33.3333333333% - 40px);
    padding: 45px 30px;
  }
}
.page-birthday__sec02--bottom .box > h3 {
  font-size: clamp(1.375rem, 1.092rem + 1.23vw, 2.25rem);
}
.page-birthday__sec02--bottom .box .bg-text {
  font-size: clamp(1.25rem, 1.007rem + 1.05vw, 2rem);
  line-height: 1.6;
  margin-bottom: 25px;
}
.page-birthday__sec03 {
  padding-block: 60px 50px;
}
@media (min-width: 768px) {
  .page-birthday__sec03 {
    padding-block: 95px 85px;
  }
}
.page-birthday__sec04 {
  padding-block: 50px 80px;
}
@media (min-width: 768px) {
  .page-birthday__sec04 {
    padding-block: 75px 85px;
  }
}
@media (min-width: 992px) {
  .page-birthday__sec04 {
    padding-block: 95px 105px;
  }
}

.page-finannshe .fx-contents {
  display: flex;
  flex-direction: column;
  gap: 80px;
}
@media (min-width: 992px) {
  .page-finannshe .fx-contents {
    flex-direction: row;
  }
}
@media (min-width: 992px) {
  .page-finannshe .fx-contents .box:nth-child(1) {
    width: 45%;
  }
}
@media (min-width: 992px) {
  .page-finannshe .fx-contents .box:nth-child(2) {
    width: 55%;
  }
}
.page-finannshe__sec01 {
  padding-block: 10px 80px;
}
@media (min-width: 576px) {
  .page-finannshe__sec01 {
    padding-block: 30px 100px;
  }
}
@media (min-width: 768px) {
  .page-finannshe__sec01 {
    padding-block: 50px 120px;
  }
}
@media (min-width: 992px) {
  .page-finannshe__sec01 {
    padding-block: 155px;
  }
}
.page-finannshe__sec01 .container > h2 {
  font-size: clamp(1.625rem, 1.18rem + 1.93vw, 3rem);
  margin-bottom: 50px;
}
@media (min-width: 768px) {
  .page-finannshe__sec01 .container > h2 {
    margin-bottom: 70px;
  }
}
.page-finannshe__sec01 .box--img {
  display: flex;
  flex-direction: column;
  gap: 30px;
  max-width: 70%;
  margin-inline: auto;
}
@media (min-width: 768px) {
  .page-finannshe__sec01 .box--img {
    gap: 57px;
  }
}
@media (min-width: 992px) {
  .page-finannshe__sec01 .box--img {
    max-width: 100%;
  }
}
.page-finannshe__sec01 .box--img__01, .page-finannshe__sec01 .box--img__02 {
  max-width: 80%;
}
.page-finannshe__sec01 .box--img__01 {
  margin-left: auto;
}
.page-finannshe__sec01 .box--img img {
  aspect-ratio: 466/350;
}
.page-finannshe__sec02--top {
  padding-block: 80px;
}
@media (min-width: 768px) {
  .page-finannshe__sec02--top {
    padding-block: 100px;
  }
}
@media (min-width: 992px) {
  .page-finannshe__sec02--top {
    padding-block: 135px;
  }
}
.page-finannshe__sec02--top.fx-contents {
  align-items: center;
  flex-direction: column-reverse;
}
@media (min-width: 992px) {
  .page-finannshe__sec02--top.fx-contents {
    flex-direction: row;
    align-items: stretch;
  }
}
.page-finannshe__sec02--top .box--img img {
  aspect-ratio: 478/637;
}
.page-finannshe__sec02--top .box--text .en {
  text-align: center;
  font-size: clamp(3.75rem, 2.373rem + 5.95vw, 8rem);
  line-height: 1;
  margin-bottom: -10px;
}
@media (min-width: 992px) {
  .page-finannshe__sec02--top .box--text .en {
    text-align: right;
    margin-bottom: 40px;
  }
}
.page-finannshe__sec02--top .box--text .title {
  line-height: 1.4;
  text-align: center;
  margin-bottom: 35px;
}
@media (min-width: 992px) {
  .page-finannshe__sec02--top .box--text .title {
    text-align: left;
  }
}
.page-finannshe__sec02--top .box--text .title > p {
  font-size: clamp(1.375rem, 1.092rem + 1.23vw, 2.25rem);
}
.page-finannshe__sec02--top .box--text .title > h2 {
  font-size: clamp(1.625rem, 1.18rem + 1.93vw, 3rem);
}
.page-finannshe__sec02--top .box--text > p {
  text-align: center;
}
@media (min-width: 992px) {
  .page-finannshe__sec02--top .box--text > p {
    text-align: left;
  }
}
.page-finannshe .pickup-wrap {
  margin-bottom: 100px;
}
@media (min-width: 576px) {
  .page-finannshe .pickup-wrap {
    margin-bottom: 140px;
  }
}
@media (min-width: 768px) {
  .page-finannshe .pickup-wrap {
    gap: 60px;
    margin-bottom: 160px;
  }
}
@media (min-width: 992px) {
  .page-finannshe .pickup-wrap {
    gap: 95px;
    margin-bottom: 200px;
  }
}
@media (min-width: 768px) {
  .page-finannshe .insta-btn {
    max-width: 380px;
  }
}

.page-cafe__sec01 .fx-contents .box--img, .page-cafe__sec02 .fx-contents .box--img {
  margin-inline: auto;
  max-width: 75%;
}
@media (min-width: 576px) {
  .page-cafe__sec01 .fx-contents .box--img, .page-cafe__sec02 .fx-contents .box--img {
    max-width: 55%;
  }
}
@media (min-width: 992px) {
  .page-cafe__sec01 .fx-contents .box--img, .page-cafe__sec02 .fx-contents .box--img {
    max-width: 100%;
  }
}
.page-cafe__sec01 {
  padding-block: 10px 80px;
}
@media (min-width: 576px) {
  .page-cafe__sec01 {
    padding-block: 30px 100px;
  }
}
@media (min-width: 768px) {
  .page-cafe__sec01 {
    padding-block: 50px 120px;
  }
}
@media (min-width: 992px) {
  .page-cafe__sec01 {
    padding-block: 150px;
  }
}
.page-cafe__sec01 .box--wrap {
  align-items: center;
}
@media (min-width: 992px) {
  .page-cafe__sec01 .box--wrap {
    align-items: flex-end;
  }
}
.page-cafe__sec01 .box--wrap.fx-contents {
  display: flex;
  flex-direction: column;
  gap: 60px;
}
@media (min-width: 992px) {
  .page-cafe__sec01 .box--wrap.fx-contents {
    flex-direction: row;
  }
}
@media (min-width: 992px) {
  .page-cafe__sec01 .box--wrap.fx-contents .box:nth-child(1) {
    width: 45%;
  }
}
@media (min-width: 992px) {
  .page-cafe__sec01 .box--wrap.fx-contents .box:nth-child(2) {
    width: 55%;
  }
}
@media (min-width: 992px) {
  .page-cafe__sec01 .box--wrap .box--text {
    margin-bottom: 35px;
  }
}
.page-cafe__sec01 .box--wrap .box--text > h2 {
  font-size: clamp(1.625rem, 1.18rem + 1.93vw, 3rem);
  margin-bottom: 50px;
}
@media (min-width: 768px) {
  .page-cafe__sec01 .box--wrap .box--text > h2 {
    margin-bottom: 70px;
  }
}
.page-cafe__sec02 .pickup {
  padding-block: 80px;
}
@media (min-width: 768px) {
  .page-cafe__sec02 .pickup {
    padding-block: 100px;
  }
}
@media (min-width: 992px) {
  .page-cafe__sec02 .pickup {
    padding-block: 135px;
  }
}
.page-cafe__sec02 .en {
  text-align: center;
  font-size: clamp(3.75rem, 2.373rem + 5.95vw, 8rem);
  line-height: 1;
  margin-bottom: 20px;
}
@media (min-width: 992px) {
  .page-cafe__sec02 .en {
    text-align: left;
    margin-bottom: 0;
  }
}
.page-cafe__sec02--top.fx-contents {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 60px;
}
@media (min-width: 992px) {
  .page-cafe__sec02--top.fx-contents {
    flex-direction: row;
    align-items: flex-end;
  }
}
@media (min-width: 992px) {
  .page-cafe__sec02--top.fx-contents .box:nth-child(1) {
    width: 55%;
  }
}
@media (min-width: 992px) {
  .page-cafe__sec02--top.fx-contents .box:nth-child(2) {
    width: 45%;
  }
}
.page-cafe__sec02--top .box--img img {
  aspect-ratio: 478/637;
}
@media (min-width: 992px) {
  .page-cafe__sec02--top .box--text {
    margin-bottom: 35px;
    padding-left: 80px;
  }
}
.page-cafe__sec02--top .box--text .title {
  line-height: 1.4;
  text-align: center;
  margin-bottom: 35px;
}
@media (min-width: 992px) {
  .page-cafe__sec02--top .box--text .title {
    text-align: left;
  }
}
.page-cafe__sec02--top .box--text .title > p {
  font-size: clamp(1.375rem, 1.092rem + 1.23vw, 2.25rem);
}
.page-cafe__sec02--top .box--text .title > h2 {
  font-size: clamp(1.625rem, 1.18rem + 1.93vw, 3rem);
}
.page-cafe__sec02--top .box--text > p {
  text-align: center;
}
@media (min-width: 992px) {
  .page-cafe__sec02--top .box--text > p {
    text-align: left;
  }
}
.page-cafe__sec02 .menu-wrap, .page-cafe__sec03 .menu-wrap {
  max-width: 830px;
  margin-inline: auto;
}
.page-cafe .list-wrap .list-dl {
  padding-block: 15px;
}
.page-cafe .list-wrap .list-dt,
.page-cafe .list-wrap .list-dd {
  line-height: 1.3;
}
.page-cafe .list-wrap .list-dt {
  flex: 1;
  font-weight: 600;
}
@media (min-width: 768px) {
  .page-cafe .list-wrap .list-dd {
    width: 260px;
  }
}
.page-cafe .list-wrap .list-dd p {
  display: inline-block;
}

.page-faq {
  padding-bottom: 100px;
}
@media (min-width: 576px) {
  .page-faq {
    padding-bottom: 120px;
  }
}
@media (min-width: 768px) {
  .page-faq {
    padding-bottom: 150px;
  }
}
@media (min-width: 992px) {
  .page-faq {
    padding-bottom: 185px;
  }
}
.page-faq .list-wrap .list-dl {
  border-bottom: solid 1px var(--wine);
  flex-direction: column;
  gap: 20px;
  padding-block: 30px;
}
@media (min-width: 576px) {
  .page-faq .list-wrap .list-dl {
    padding-block: 40px;
  }
}
@media (min-width: 768px) {
  .page-faq .list-wrap .list-dl {
    padding-block: 60px;
  }
}
.page-faq .list-wrap .list-dt,
.page-faq .list-wrap .list-dd {
  gap: 12px;
  color: var(--wine);
}
.page-faq .list-wrap .list-dt > p:nth-child(2),
.page-faq .list-wrap .list-dd > p:nth-child(2) {
  padding-block: 8px;
}
@media (min-width: 768px) {
  .page-faq .list-wrap .list-dt > p:nth-child(2),
.page-faq .list-wrap .list-dd > p:nth-child(2) {
    gap: 22px;
  }
}
.page-faq .list-wrap .list-dd {
  text-align: left;
}
.page-faq .list-wrap .list-dt .faq-icon,
.page-faq .list-wrap .list-dd .faq-icon {
  border-radius: 99px;
  border: solid 1px var(--wine);
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: clamp(1.063rem, 0.921rem + 0.61vw, 1.5rem);
  width: 40px;
  min-width: 40px;
  height: 40px;
  min-height: 40px;
  padding-bottom: 2px;
}
@media (min-width: 768px) {
  .page-faq .list-wrap .list-dt .faq-icon,
.page-faq .list-wrap .list-dd .faq-icon {
    width: 47px;
    min-width: 47px;
    height: 47px;
    min-height: 47px;
    padding-bottom: 3px;
  }
}
.page-faq .list-wrap .list-dt .faq-icon {
  background-color: var(--wine);
  color: white;
}
.page-faq .list-wrap .list-dd .faq-icon {
  background-color: white;
  color: var(--wine);
}

.page-message .page-fv .fv-img img {
  -o-object-position: 64% center;
     object-position: 64% center;
}
@media (min-width: 576px) {
  .page-message .page-fv .fv-img img {
    -o-object-position: center;
       object-position: center;
  }
}
.page-message__sec .box {
  padding-block: 80px;
}
@media (min-width: 576px) {
  .page-message__sec .box {
    padding-block: 100px;
  }
}
@media (min-width: 768px) {
  .page-message__sec .box {
    padding-block: 120px;
  }
}
@media (min-width: 992px) {
  .page-message__sec .box {
    padding-block: 155px;
  }
}
.page-message__sec .box:first-child {
  padding-block: 30px 80px;
}
@media (min-width: 576px) {
  .page-message__sec .box:first-child {
    padding-block: 30px 100px;
  }
}
@media (min-width: 768px) {
  .page-message__sec .box:first-child {
    padding-block: 50px 120px;
  }
}
@media (min-width: 992px) {
  .page-message__sec .box:first-child {
    padding-block: 155px;
  }
}
.page-message__sec .box--img {
  max-width: 100%;
  margin-inline: auto;
  margin-bottom: 66px;
}
@media (min-width: 992px) {
  .page-message__sec .box--img {
    max-width: 73%;
  }
}
.page-message__sec .box--img img {
  aspect-ratio: 1089/474;
}
.page-message__sec .box--text {
  margin-inline: auto;
  text-align: center;
}
@media (min-width: 992px) {
  .page-message__sec .box--text {
    max-width: 63%;
    text-align: left;
  }
}
.page-message__sec .box--text .title {
  margin-bottom: 26px;
}
.page-message__sec .box--text .title > h2 {
  font-size: clamp(1.563rem, 1.259rem + 1.31vw, 2.5rem);
  font-weight: 600;
}
.page-message__sec .box .en {
  font-size: clamp(3.438rem, 2.607rem + 3.59vw, 6rem);
  text-align: center;
  margin-bottom: 10px;
  line-height: 1;
}
@media (min-width: 992px) {
  .page-message__sec .box .en {
    line-height: 1.5;
  }
}
.page-message__sec .box:nth-child(odd) .box--img {
  margin-left: 0;
}
.page-message__sec .box:nth-child(odd) .box--text {
  margin-right: 0;
}
@media (min-width: 992px) {
  .page-message__sec .box:nth-child(odd) .box--text {
    text-align: left;
  }
}
@media (min-width: 992px) {
  .page-message__sec .box:nth-child(odd) .en {
    text-align: left;
  }
}
.page-message__sec .box:nth-child(even) .box--img {
  margin-right: 0;
}
.page-message__sec .box:nth-child(even) .box--text {
  margin-left: 0;
}
@media (min-width: 992px) {
  .page-message__sec .box:nth-child(even) .en {
    text-align: right;
  }
}

.page-space .contents-title {
  border-bottom: none;
}
.page-space .box--text .title {
  line-height: 1.8;
  padding-bottom: 10px;
  border-bottom: solid 1px var(--wine);
  text-align: center;
}
@media (min-width: 768px) {
  .page-space .box--text .title {
    padding-bottom: 20px;
  }
}
.page-space .box--text .title > h3 {
  font-size: clamp(1.25rem, 1.007rem + 1.05vw, 2rem);
}
.page-space .box--text .title .en {
  font-size: clamp(1.25rem, 1.007rem + 1.05vw, 2rem);
  line-height: 0.8;
}
.page-space__sec01 {
  padding-block: 30px 100px;
}
@media (min-width: 576px) {
  .page-space__sec01 {
    padding-block: 30px 130px;
  }
}
@media (min-width: 768px) {
  .page-space__sec01 {
    padding-block: 50px 150px;
  }
}
@media (min-width: 992px) {
  .page-space__sec01 {
    padding-block: 100px 180px;
  }
}
.page-space__sec02, .page-space__sec03 {
  padding-block: 60px 100px;
}
@media (min-width: 576px) {
  .page-space__sec02, .page-space__sec03 {
    padding-block: 60px 130px;
  }
}
@media (min-width: 768px) {
  .page-space__sec02, .page-space__sec03 {
    padding-block: 80px 150px;
  }
}
@media (min-width: 992px) {
  .page-space__sec02, .page-space__sec03 {
    padding-block: 100px 180px;
  }
}
.page-space__sec01 .fx-contents {
  display: flex;
  flex-direction: column-reverse;
  gap: 80px;
}
@media (min-width: 992px) {
  .page-space__sec01 .fx-contents {
    flex-direction: row;
  }
}
.page-space__sec01 .fx-contents .box--img {
  display: flex;
  flex-direction: column;
  gap: 30px;
  max-width: 70%;
  margin-inline: auto;
}
@media (min-width: 768px) {
  .page-space__sec01 .fx-contents .box--img {
    gap: 57px;
  }
}
@media (min-width: 992px) {
  .page-space__sec01 .fx-contents .box--img {
    max-width: 100%;
    width: 55%;
  }
}
.page-space__sec01 .fx-contents .box--img__01, .page-space__sec01 .fx-contents .box--img__02 {
  max-width: 80%;
}
.page-space__sec01 .fx-contents .box--img__01 {
  margin-left: auto;
}
.page-space__sec01 .fx-contents .box--img img {
  aspect-ratio: 466/350;
}
.page-space__sec01 .fx-contents .box--text {
  text-align: center;
}
@media (min-width: 992px) {
  .page-space__sec01 .fx-contents .box--text {
    width: 45%;
    text-align: left;
  }
}
.page-space__sec01 .fx-contents .box--text .title {
  margin-bottom: 43px;
}
.page-space__sec02 .box {
  gap: 25px;
  flex-direction: column;
  align-items: center;
}
@media (min-width: 992px) {
  .page-space__sec02 .box {
    gap: 40px;
    flex-direction: row;
    align-items: stretch;
  }
}
.page-space__sec02 .box--wrap {
  max-width: 1000px;
  margin-inline: auto;
  display: flex;
  flex-direction: column;
  gap: 68px;
}
.page-space__sec02 .box--img {
  max-width: 75%;
}
@media (min-width: 576px) {
  .page-space__sec02 .box--img {
    max-width: 55%;
  }
}
@media (min-width: 992px) {
  .page-space__sec02 .box--img {
    max-width: 100%;
    width: 38%;
  }
}
.page-space__sec02 .box--img img {
  aspect-ratio: 425/319;
}
.page-space__sec02 .box--text {
  flex: 1;
}
.page-space__sec02 .box--text .title {
  text-align: center;
}
@media (min-width: 992px) {
  .page-space__sec02 .box--text .title {
    text-align: left;
  }
}
@media (min-width: 1400px) {
  .page-space__sec03 .container {
    max-width: 1240px;
  }
}
.page-space__sec03 .box {
  display: flex;
  flex-direction: column;
  align-items: center;
  max-width: 75%;
  margin-inline: auto;
  background-color: white;
  padding: 40px clamp(20px, 2.7vw, 40px);
}
@media (min-width: 576px) {
  .page-space__sec03 .box {
    max-width: 65%;
  }
}
@media (min-width: 992px) {
  .page-space__sec03 .box {
    max-width: 100%;
    width: calc(33.3333333333% - 13px);
  }
}
@media (min-width: 1200px) {
  .page-space__sec03 .box {
    width: calc(33.3333333333% - 33px);
  }
}
@media (min-width: 1400px) {
  .page-space__sec03 .box {
    padding: 40px 50px;
  }
}
.page-space__sec03 .box--wrap {
  display: flex;
  align-items: stretch;
  flex-direction: column;
  gap: 60px;
}
@media (min-width: 992px) {
  .page-space__sec03 .box--wrap {
    gap: 20px;
    flex-direction: row;
  }
}
@media (min-width: 1200px) {
  .page-space__sec03 .box--wrap {
    gap: 50px;
  }
}
.page-space__sec03 .box--img {
  max-width: 177px;
  margin-inline: auto;
}
.page-space__sec03 .box--img img {
  aspect-ratio: 1;
}
.page-space__sec03 .box--text .title {
  border-bottom: none;
}

.page-info .page-fv .fv-img img {
  -o-object-position: right center;
     object-position: right center;
}
@media (min-width: 576px) {
  .page-info .page-fv .fv-img img {
    -o-object-position: center;
       object-position: center;
  }
}
.page-info__sec .list-wrap {
  max-width: 670px;
  margin-inline: auto;
  margin-bottom: 80px;
}
@media (min-width: 768px) {
  .page-info__sec .list-wrap {
    margin-bottom: 100px;
  }
}
@media (min-width: 768px) {
  .page-info__sec .list-wrap {
    margin-bottom: 140px;
  }
}
.page-info__sec .list-wrap .list-dl {
  padding-block: 15px;
  border-bottom: solid 1px var(--main);
}
.page-info__sec .list-wrap .list-dt {
  font-weight: bold;
}
@media (min-width: 992px) {
  .page-info__sec .list-wrap .list-dt {
    width: 215px;
    font-weight: 500;
  }
}
.page-info__sec .list-wrap .list-dd {
  text-align: left;
  flex: 1;
}
.page-info__sec .list-wrap a:hover {
  color: #a40d11;
}
.page-info__sec .map {
  margin-inline: calc(50% - 50vw);
}
.page-info__sec .map iframe {
  width: 100vw;
  height: clamp(350px, 48vw, 680px);
}
.page-info .use-step {
  display: flex;
  flex-direction: column;
  gap: 60px;
}
@media (min-width: 768px) {
  .page-info .use-step {
    gap: 90px;
  }
}
.page-info .use-step .contents-title .en {
  font-weight: 400;
}
.page-info .use-step .contents-title .en,
.page-info .use-step .contents-title > h3 {
  font-size: clamp(1.25rem, 1.007rem + 1.05vw, 2rem);
}
.page-info .use-step .box {
  background-color: white;
  padding: 40px 20px;
  max-width: 1000px;
  width: 100%;
  margin-inline: auto;
}
@media (min-width: 768px) {
  .page-info .use-step .box {
    padding: 65px clamp(15px, 10.6vw, 160px);
  }
}
.page-info .use-step .box--wrap {
  padding: 8px;
  display: flex;
  gap: 30px;
  align-items: center;
  flex-direction: column;
}
@media (min-width: 768px) {
  .page-info .use-step .box--wrap {
    flex-direction: row;
  }
}
.page-info .use-step .box--img {
  width: 165px;
}
.page-info .use-step .box--text {
  flex: 1;
  text-align: center;
}
@media (min-width: 768px) {
  .page-info .use-step .box--text {
    text-align: left;
  }
}

.page-news .webgene-blog {
  display: flex;
  flex-wrap: wrap;
  flex-direction: column;
  gap: 50px;
}
@media (min-width: 768px) {
  .page-news .webgene-blog {
    gap: 40px;
    flex-direction: row;
  }
}
@media (min-width: 992px) {
  .page-news .webgene-blog {
    gap: 60px;
  }
}
@media (min-width: 1200px) {
  .page-news .webgene-blog {
    gap: 100px;
  }
}
.page-news .webgene-item {
  max-width: 75%;
  width: 100%;
  margin-inline: auto;
}
@media (min-width: 768px) {
  .page-news .webgene-item {
    max-width: 100%;
    width: calc(50% - 20px);
    margin-inline: 0;
  }
}
@media (min-width: 992px) {
  .page-news .webgene-item {
    width: calc(50% - 30px);
  }
}
@media (min-width: 1200px) {
  .page-news .webgene-item {
    width: calc(50% - 50px);
  }
}
.page-news .webgene-pagination {
  width: 100%;
}
.page-news .news-list__link {
  color: var(--wine);
}
.page-news .news-list__link:hover {
  color: var(--red) !important;
}
.page-news .news-list__img {
  aspect-ratio: 423/318;
}

.page-news .webgene-pagination ul,
.page-newsdetail .webgene-pagination ul {
  max-width: 600px;
  margin-inline: auto;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 25px;
}
@media (min-width: 576px) {
  .page-news .webgene-pagination ul,
.page-newsdetail .webgene-pagination ul {
    flex-wrap: wrap;
    flex-direction: row;
    align-items: flex-start;
    justify-content: space-between;
  }
}
.page-news .webgene-pagination ul li,
.page-newsdetail .webgene-pagination ul li {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  display: inline-flex;
  align-items: center;
  justify-content: center;
}
.page-news .webgene-pagination ul li a,
.page-newsdetail .webgene-pagination ul li a {
  padding: 13px 30px;
  border-radius: 99px;
  min-width: 200px;
  font-family: var(--tsukushi);
  line-height: 1.8;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
}
@media (min-width: 992px) {
  .page-news .webgene-pagination ul li a,
.page-newsdetail .webgene-pagination ul li a {
    min-width: 265px;
  }
}
.page-news .webgene-pagination ul .prev a,
.page-news .webgene-pagination ul .next a,
.page-news .webgene-pagination ul .back a,
.page-newsdetail .webgene-pagination ul .prev a,
.page-newsdetail .webgene-pagination ul .next a,
.page-newsdetail .webgene-pagination ul .back a {
  background-color: var(--wine);
  color: white;
  display: flex;
  align-items: center;
  gap: 5px;
}
.page-news .webgene-pagination ul .prev a::before, .page-news .webgene-pagination ul .prev a::after,
.page-news .webgene-pagination ul .next a::before,
.page-news .webgene-pagination ul .next a::after,
.page-newsdetail .webgene-pagination ul .prev a::before,
.page-newsdetail .webgene-pagination ul .prev a::after,
.page-newsdetail .webgene-pagination ul .next a::before,
.page-newsdetail .webgene-pagination ul .next a::after {
  content: "";
  display: block;
}
.page-news .webgene-pagination ul .prev a::before,
.page-news .webgene-pagination ul .next a::before,
.page-newsdetail .webgene-pagination ul .prev a::before,
.page-newsdetail .webgene-pagination ul .next a::before {
  background: url(../images/whisk-icon_wh.svg) center/contain no-repeat;
  width: 26px;
  height: 32px;
}
.page-news .webgene-pagination ul .prev a::after,
.page-news .webgene-pagination ul .next a::after,
.page-newsdetail .webgene-pagination ul .prev a::after,
.page-newsdetail .webgene-pagination ul .next a::after {
  background: url(../images/arrow-wh.svg) center/contain no-repeat;
  width: 26px;
  height: 6px;
}
.page-news .webgene-pagination ul .prev a,
.page-newsdetail .webgene-pagination ul .prev a {
  flex-direction: row-reverse;
}
.page-news .webgene-pagination ul .prev a::before, .page-news .webgene-pagination ul .prev a::after,
.page-newsdetail .webgene-pagination ul .prev a::before,
.page-newsdetail .webgene-pagination ul .prev a::after {
  transform: scale(-1, 1);
}
.page-news .webgene-pagination ul .prev a::after,
.page-newsdetail .webgene-pagination ul .prev a::after {
  margin-right: auto;
}
@media (min-width: 576px) {
  .page-news .webgene-pagination ul .next,
.page-newsdetail .webgene-pagination ul .next {
    margin-left: auto;
  }
}
.page-news .webgene-pagination ul .next a::after,
.page-newsdetail .webgene-pagination ul .next a::after {
  margin-left: auto;
}
.page-news .webgene-pagination ul .back,
.page-newsdetail .webgene-pagination ul .back {
  width: 100%;
}
.page-news .webgene-pagination ul .back a,
.page-newsdetail .webgene-pagination ul .back a {
  text-align: center;
  justify-content: center;
  margin-inline: auto;
}