@charset "UTF-8";
/* Universal box-sizing reset */
*,
*::before,
*::after {
  -o-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
  margin: 0;
  padding: 0;
  zoom: 1;
}

/* Set default styles for html */
html {
  -webkit-text-size-adjust: none;
  overflow-x: hidden;
  overflow-y: scroll;
  box-sizing: border-box;
  font-size: 100%;
}

/* Reset margin for common block-level elements */
body,
h1,
h2,
h3,
h4,
p,
figure,
blockquote,
dl,
dd,
input,
textarea,
label {
  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 {
  min-height: 100vh;
  text-rendering: optimizeSpeed;
  font-size-adjust: 0.5;
}

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

strong {
  font-style: normal;
  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;
  outline: none;
  cursor: pointer;
}

/* Make images easier to work with */
img,
picture {
  max-width: 100%;
  display: block;
  -ms-interpolation-mode: bicubic;
  vertical-align: bottom;
  width: 100%;
  height: auto;
  -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;
  }
}
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;
}

iframe {
  border: none;
  display: block;
}

a {
  transition: all 0.3s ease;
}
a:hover {
  transition: all 0.3s ease;
}

.js-tick {
  overflow: hidden;
  white-space: nowrap;
}

.js-tick-track {
  display: inline-flex;
  will-change: transform;
  transform: translateZ(0);
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
  -webkit-animation: loopText var(--loop-duration, 10s) linear infinite;
          animation: loopText var(--loop-duration, 10s) linear infinite;
}

.js-tick-item {
  display: inline-block;
  padding-right: 4rem;
}

@-webkit-keyframes loopText {
  from {
    transform: translate3d(0, 0, 0);
  }
  to {
    transform: translate3d(calc(-1 * var(--loop-distance, 0px)), 0, 0);
  }
}

@keyframes loopText {
  from {
    transform: translate3d(0, 0, 0);
  }
  to {
    transform: translate3d(calc(-1 * var(--loop-distance, 0px)), 0, 0);
  }
}
.js-typein {
  opacity: 0;
}

.js-tab-panel {
  display: none;
  opacity: 0;
}
.js-tab-panel.is-show {
  display: block;
  -webkit-animation: panel-show 0.6s ease forwards;
  animation: panel-show 0.6s ease forwards;
}

@-webkit-keyframes panel-show {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@keyframes panel-show {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
.gjs-dashed .drawer {
  position: static !important;
  display: flex !important;
  opacity: 1 !important;
  visibility: visible !important;
  transform: none !important;
}

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
}

:root {
  --bk: #000;
  --bg: #c49756;
  --cr: #f7eedb;
  --rd: #a41414;
  --font1:
    "Zen Kaku Gothic New", "Hiragino Kaku Gothic ProN", "Hiragino Sans",
    "Yu Gothic", "YuGothic", "Noto Sans JP", "Meiryo", sans-serif;
  --font2:
    "dnp-shuei-anti-std", "toppan-bunkyu-midashi-min-st", "Shippori Mincho",
    "Hiragino Mincho ProN", "Yu Mincho", "Noto Serif JP", "MS PMincho", serif;
  --font3:
    "kaisei-decol", "Shippori Mincho", "Hiragino Mincho ProN", "Yu Mincho",
    "Noto Serif JP", "MS PMincho", serif;
}

html,
body {
  font-family: "Zen Kaku Gothic New", "Hiragino Kaku Gothic ProN", "Hiragino Sans", "Yu Gothic", "YuGothic", "Noto Sans JP", "Meiryo", sans-serif;
  font-weight: normal;
  font-style: normal;
  font-optical-sizing: auto;
  font-style: normal;
  line-height: clamp(1.875rem, 1.673rem + 0.88vw, 2.5rem);
  letter-spacing: 0.1em;
  overflow-x: clip;
}

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

a:hover {
  color: inherit;
  text-decoration: none;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-weight: bold;
  font-style: normal;
}

/* フォントサイズ 13~16pt */
.p-text {
  font-size: clamp(0.813rem, 0.752rem + 0.26vw, 1rem);
  line-height: clamp(1.563rem, 1.36rem + 0.88vw, 2.188rem);
}

.f-13 {
  font-size: 13px;
}

/* フォントサイズ 11~15pt */
.f-15 {
  font-size: clamp(0.813rem, 0.782rem + 0.17vw, 0.938rem);
}

/* フォントサイズ 16~18pt */
.f-18 {
  font-size: clamp(1rem, 0.969rem + 0.17vw, 1.125rem);
}

/* フォントサイズ 17~20pt */
.f-20 {
  font-size: clamp(1.063rem, 1.016rem + 0.25vw, 1.25rem);
}

/* フォントサイズ 18~25pt */
.f-25 {
  font-size: clamp(1.125rem, 0.983rem + 0.61vw, 1.563rem);
}

/* フォントサイズ 20~30pt */
.f-30 {
  font-size: clamp(1.25rem, 1.048rem + 0.88vw, 1.875rem);
}

/* フォントサイズ 19~35pt */
.f-35 {
  font-size: clamp(1.188rem, 0.155rem + 2.15vw, 2.188rem);
}

/* フォントサイズ 21~40pt */
.f-40 {
  font-size: clamp(1.313rem, 1.019rem + 1.57vw, 2.5rem);
}

/* フォントサイズ 21~45pt */
.f-45 {
  font-size: clamp(1.313rem, 0.941rem + 1.98vw, 2.813rem);
}

/* フォントサイズ 40~50pt */
.f-50 {
  font-size: clamp(2.5rem, 2.345rem + 0.83vw, 3.125rem);
}

/* フォントサイズ 21~55pt */
.f-55 {
  font-size: clamp(1.313rem, 0.787rem + 2.81vw, 3.438rem);
}

/* フォントサイズ 40~70pt */
.f-70 {
  font-size: clamp(2.5rem, 1.893rem + 2.63vw, 4.375rem);
}

/* フォントサイズ 30~75pt */
.f-75 {
  font-size: clamp(1.875rem, 1.179rem + 3.71vw, 4.688rem);
}

/* フォントサイズ 50~80pt */
.f-80 {
  font-size: clamp(3.125rem, 2.273rem + 3.64vw, 5rem);
}

/* フォントサイズ 50~120pt */
.f-120 {
  font-size: clamp(3.125rem, 1.708rem + 6.13vw, 7.5rem);
}

/* フォントサイズ 50~95pt */
.f-95 {
  font-size: clamp(3.125rem, 2.416rem + 3.06vw, 5.313rem);
}

.fw-500 {
  font-weight: 500;
}

.fw-700 {
  font-weight: 700;
}

.fw-900 {
  font-weight: 900;
}

.line-25 {
  line-height: 25px;
}

.line-30 {
  line-height: 30px;
}

.f-16 {
  font-size: clamp(0.875rem, 0.844rem + 0.17vw, 1rem);
}

.f-ranking {
  font-size: 12px;
}
@media (min-width: 576px) {
  .f-ranking {
    font-size: 13px;
  }
}
@media (min-width: 992px) {
  .f-ranking {
    font-size: 10px;
  }
}
@media (min-width: 1200px) {
  .f-ranking {
    font-size: 13px;
  }
}

.v-text {
  writing-mode: vertical-rl;
  text-orientation: upright;
  white-space: nowrap;
  line-height: 1.5;
  margin: 0;
}

.v-text2 {
  writing-mode: sideways-rl;
  text-orientation: upright;
  white-space: nowrap;
}

.v-text-p {
  writing-mode: vertical-rl;
  text-orientation: upright;
  white-space: nowrap;
  line-height: 2.2;
  margin: 0;
}

.font1 {
  font-family: var(--font1);
  font-weight: lighter;
}

.font2 {
  font-family: var(--font2);
}

.font3 {
  font-family: var(--font3);
}

.text-shadow {
  text-shadow: 2px 2px 5px black;
}

.text-shadow2 {
  text-shadow: 2px 2px 5px rgba(0, 0, 0, 0.5);
}

.text-shadow-white {
  text-shadow: 2px 2px 5px white;
}

.has-shadow {
  box-shadow: 4px 4px 12px rgba(0, 0, 0, 0.15);
}

.has-shadow2 {
  box-shadow: 4px 4px 12px rgba(0, 0, 0, 0.5);
}

/* テキストカラー*/
.fc-bk {
  color: #000;
}

.fc-wh {
  color: #fff;
}

.fc-bg {
  color: var(--bg);
}

.fc-cr {
  color: var(--cr);
}

.fc-rd {
  color: var(--rd);
}

/* 背景 */
.bg-bk {
  background-color: #000;
}

.bg-wh {
  background-color: #fff;
}

.bg-bg {
  background-image: url("../images/background.jpg");
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  background-attachment: fixed;
}

.bg-bg-br {
  background-image: url("../images/background2.jpg");
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  background-attachment: fixed;
}

.bg-bg-rd {
  background-image: url("../images/background3.jpg");
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  background-attachment: fixed;
}

.bg-top {
  background-image: url("../images/top-11.JPG");
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  background-attachment: fixed;
}

.bg-cr {
  background-color: var(--cr);
}

.bg-rd {
  background-color: var(--rd);
}

.bg-br {
  background-color: #a0712e;
}

/* News表示 画像あり版 */
.news-list .webgene-blog {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}

.news-list .webgene-item {
  width: 100%;
}

@media (min-width: 768px) {
  .news-list .webgene-item {
    width: 48%;
  }
}
/* ページ共通設定 */
.link-btn {
  width: 250px;
  color: var(--cr);
  background-color: #000;
  border: var(--cr) 2px solid;
  border-radius: 50px;
  display: block;
  padding: 5px;
  text-align: center;
  color: var(--cr);
  font-size: 15px;
}
.link-btn:hover {
  background-color: var(--rd);
}

.link-btn2 {
  width: 250px;
  color: var(--cr);
  background-color: var(--rd);
  border: var(--cr) 2px solid;
  border-radius: 50px;
  display: block;
  padding: 5px;
  text-align: center;
  color: var(--cr);
  font-size: 15px;
}
.link-btn2:hover {
  background-color: #000;
}

.link-btn3 {
  width: clamp(12.5rem, 11.08rem + 6.06vw, 15.625rem);
  color: var(--cr);
  background-color: #000;
  border: var(--cr) 2px solid;
  border-radius: 50px;
  display: block;
  padding: 5px;
  text-align: center;
  color: var(--cr);
  font-size: 15px;
}
.link-btn3:hover {
  background-color: var(--rd);
}

.link-btn4 {
  width: 250px;
  color: var(--cr);
  background-color: var(--rd);
  border: var(--cr) 3px solid;
  border-radius: 50px;
  display: block;
  padding: 10px 5px;
  text-align: center;
  color: var(--cr);
  font-size: 15px;
}
.link-btn4:hover {
  background-color: #000;
}

/*ヘッダー*/
.header {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  background: transparent;
  z-index: 1000;
}

.header-logo {
  width: clamp(5.313rem, 4.199rem + 4.82vw, 8.75rem);
}
.header-logo img {
  width: 100%;
  height: auto;
  display: block;
}
.header-logo:hover {
  transform: scale(1.05);
}

.header-btns {
  gap: clamp(0.625rem, 0.524rem + 0.44vw, 0.938rem);
}

.reserve-btn,
.menu-btn {
  width: clamp(4.063rem, 3.759rem + 1.31vw, 5rem);
  height: clamp(4.063rem, 3.759rem + 1.31vw, 5rem);
  border-radius: 50%;
  border: #fff 2.5px solid;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
  transition: 0.3s ease;
  cursor: pointer;
}
@media (min-width: 768px) {
  .reserve-btn,
.menu-btn {
    border: #fff 4px solid;
  }
}
.reserve-btn:hover,
.menu-btn:hover {
  transform: scale(1.05);
}

.reserve-btn {
  background: var(--rd);
  color: #fff;
}

.menu-btn {
  background: #000;
  flex-direction: column;
  gap: 8px;
}

.menu-line {
  width: 30px;
  height: 2px;
  background: #fff;
}

/*ハンバーガーメニュー*/
.drawer {
  position: fixed;
  inset: 0;
  display: flex;
  z-index: 9999;
  opacity: 0;
  visibility: hidden;
  transition: 0.8s ease;
  height: 100dvh;
  overflow-y: auto;
}

@media (orientation: landscape) {
  .drawer__right {
    justify-content: flex-start;
    overflow-y: auto;
    padding-top: 100px;
    padding-bottom: 50px;
  }
}
.drawer.is-open {
  opacity: 1;
  visibility: visible;
}

.drawer__left,
.drawer__right {
  transform: scale(0.98);
  transition: 0.3s ease;
}

.drawer.is-open .drawer__left,
.drawer.is-open .drawer__right {
  transform: scale(1);
}

.drawer__left {
  display: none;
  height: 100dvh;
}
@media (min-width: 992px) {
  .drawer__left {
    width: 35%;
    display: block;
  }
}
.drawer__left img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.drawer__right {
  width: 100%;
  height: 100dvh;
  background: var(--rd);
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
@media (min-width: 992px) {
  .drawer__right {
    width: 65%;
    display: flex;
  }
}

@media (max-width: 991px) {
  .drawer__right {
    justify-content: flex-start;
    overflow-y: auto;
    padding-top: 120px;
    padding-bottom: 40px;
  }
}
@media (orientation: landscape) {
  .drawer__right {
    justify-content: flex-start;
    overflow-y: auto;
    padding-top: 120px;
    padding-bottom: 40px;
  }
}

.drawer__nav {
  display: flex;
  flex-direction: column;
  gap: clamp(0.625rem, 0.207rem + 1.81vw, 1.563rem);
}
@media (min-width: 992px) {
  .drawer__nav {
    padding-left: 15%;
  }
}

.drawer__nav a {
  color: #fff;
  font-size: 32px;
  position: relative;
  padding-left: 0;
  transition: 0.3s ease;
}
.drawer__nav a p {
  color: var(--cr);
  text-align: center;
  font-size: clamp(1.25rem, 0.966rem + 1.21vw, 1.875rem);
}
.drawer__nav a p:hover {
  color: var(--bg);
}
@media (min-width: 992px) {
  .drawer__nav a p {
    text-align: left;
  }
}

.drawer__nav a::before {
  content: "";
  position: absolute;
  left: -80px;
  top: 50%;
  transform: translateY(-50%);
  width: 45px;
  height: 30px;
  background-image: url("../images/pig.svg");
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  opacity: 0;
  transition: 0.3s ease;
}

.drawer__nav a:hover::before {
  left: -60px;
  opacity: 1;
}

.drawer__close {
  position: absolute;
  top: 16px;
  right: 24px;
  width: clamp(3.75rem, 3.193rem + 2.41vw, 5rem);
  height: clamp(3.75rem, 3.193rem + 2.41vw, 5rem);
  border-radius: 50%;
  background: #000;
  border: 4px solid #fff;
  cursor: pointer;
}

.drawer__close-line {
  position: absolute;
  width: 35px;
  height: 2px;
  background: #fff;
  top: 50%;
  left: 50%;
}

.drawer__close-line:first-child {
  transform: translate(-50%, -50%) rotate(45deg);
}

.drawer__close-line:last-child {
  transform: translate(-50%, -50%) rotate(-45deg);
}

.drawer__btns {
  gap: 10px;
}
@media (min-width: 576px) {
  .drawer__btns {
    gap: 10px;
  }
}
@media (min-width: 768px) {
  .drawer__btns {
    gap: 15px;
  }
}
@media (min-width: 992px) {
  .drawer__btns {
    gap: 20px;
  }
}
@media (min-width: 1200px) {
  .drawer__btns {
    gap: 25px;
  }
}

.drawer__btn {
  background-color: #000;
  border-radius: 20px;
  padding: 5px;
  width: 250px;
  height: 60px;
}
.drawer__btn:hover {
  background-color: var(--bg);
}
.drawer__btn p {
  color: var(--cr);
  font-size: 15px;
}
@media (min-width: 576px) {
  .drawer__btn p {
    font-size: 15px;
  }
}
@media (min-width: 768px) {
  .drawer__btn p {
    font-size: 17px;
  }
}
@media (min-width: 992px) {
  .drawer__btn p {
    font-size: 15px;
  }
}
@media (min-width: 1200px) {
  .drawer__btn p {
    font-size: 17px;
  }
}
@media (min-width: 1400px) {
  .drawer__btn p {
    font-size: 18px;
  }
}
@media (min-width: 576px) {
  .drawer__btn {
    width: clamp(10.313rem, 1.831rem + 23.56vw, 13.125rem);
    height: 70px;
  }
}
@media (min-width: 768px) {
  .drawer__btn {
    width: clamp(13.125rem, 4.515rem + 17.94vw, 15.625rem);
  }
}
@media (min-width: 992px) {
  .drawer__btn {
    width: clamp(10.313rem, -3.166rem + 21.74vw, 13.125rem);
  }
}
@media (min-width: 1200px) {
  .drawer__btn {
    width: clamp(13.125rem, -1.95rem + 20.1vw, 15.625rem);
  }
}

.drawer__ig {
  position: relative;
  display: block;
  width: 60px;
  height: 60px;
}
@media (min-width: 576px) {
  .drawer__ig {
    width: 70px;
    height: 70px;
  }
}
@media (min-width: 768px) {
  .drawer__ig {
    width: 80px;
    height: 80px;
  }
}

.drawer__ig img {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  transition: opacity 0.3s ease;
}

.ig-normal {
  opacity: 1;
}

.ig-hover {
  opacity: 0;
}

.drawer__ig:hover .ig-normal {
  opacity: 0;
}

.drawer__ig:hover .ig-hover {
  opacity: 1;
}

.drawer__border {
  width: 70%;
  height: 2px;
  background: var(--cr);
  margin: 20px auto;
}
@media (min-width: 576px) {
  .drawer__border {
    margin: 35px auto;
  }
}
@media (min-width: 768px) {
  .drawer__border {
    margin: 50px auto;
  }
}

/* フッター */
.footer {
  background-color: var(--rd);
  display: flex;
  justify-content: center;
  border-top: var(--cr) 10px solid;
}
.footer__logo {
  width: 20%;
}
@media (min-width: 576px) {
  .footer__logo {
    width: 15%;
  }
}
@media (min-width: 768px) {
  .footer__logo {
    width: 12%;
  }
}
@media (min-width: 992px) {
  .footer__logo {
    width: 11%;
  }
}
@media (min-width: 1200px) {
  .footer__logo {
    width: 8%;
  }
}
.footer__logo img {
  width: 100%;
  height: 100%;
}
.footer__text {
  color: var(--cr);
  font-size: clamp(0.813rem, 0.729rem + 0.36vw, 1rem);
  line-height: 25px;
}
.footer__text a {
  color: var(--cr);
}
.footer__text a:hover {
  color: var(--bg);
}
.footer__nav p {
  font-size: 13px;
  line-height: 25px;
}
@media (min-width: 576px) {
  .footer__nav p {
    font-size: 13px;
  }
}
@media (min-width: 768px) {
  .footer__nav p {
    font-size: 15px;
  }
}
@media (min-width: 992px) {
  .footer__nav p {
    font-size: 13px;
  }
}
@media (min-width: 1200px) {
  .footer__nav p {
    font-size: 16px;
  }
}
.footer__nav a {
  color: var(--cr);
  position: relative;
  padding-right: 15px;
  margin-right: 15px;
}
@media (min-width: 576px) {
  .footer__nav a {
    padding-right: 20px;
    margin-right: 20px;
  }
}
@media (min-width: 992px) {
  .footer__nav a {
    padding-right: 25px;
    margin-right: 25px;
  }
}
@media (min-width: 1200px) {
  .footer__nav a {
    padding-right: 35px;
    margin-right: 35px;
  }
}
.footer__nav a::after {
  content: "";
  position: absolute;
  top: 50%;
  right: 0;
  width: 2px;
  height: 25px;
  background: var(--cr);
  transform: translateY(-50%);
}
@media (max-width: 575px) {
  .footer__nav a::after {
    display: none;
  }
}
.footer__nav a:hover {
  color: var(--bg);
}
.footer__btns {
  gap: 15px;
}
@media (min-width: 576px) {
  .footer__btns {
    gap: 25px;
  }
}
.footer__btn {
  padding: 5px;
  background-color: var(--rd);
  color: var(--cr);
  width: 250px;
  border-radius: 50px;
  border: var(--cr) 2px solid;
}
.footer__btn:hover {
  background-color: var(--bg);
}
@media (min-width: 576px) {
  .footer__btn {
    width: 250px;
  }
}
@media (min-width: 768px) {
  .footer__btn {
    width: 230px;
  }
}
@media (min-width: 992px) {
  .footer__btn {
    width: 250px;
  }
}

.animals {
  width: 80%;
}
@media (min-width: 576px) {
  .animals {
    width: 65%;
  }
}
@media (min-width: 768px) {
  .animals {
    width: 60%;
  }
}
@media (min-width: 1200px) {
  .animals {
    width: 50%;
  }
}
.animals img {
  width: 100%;
  height: 100%;
}

.footer__nav a:last-child {
  padding-right: 0;
  margin-right: 0;
}

.footer__nav a:last-child::after {
  display: none;
}

/* トップ */
.top-fv {
  height: 100dvh;
  min-height: 700px;
  background-image: url(../images/SP-FV.jpg);
  background-size: cover;
  background-position: center top;
  background-repeat: no-repeat;
}
@media (min-width: 768px) {
  .top-fv {
    background-image: url(../images/MD-FV.jpg);
  }
}
@media (min-width: 992px) {
  .top-fv {
    background-image: url(../images/top-fv.jpg);
  }
}
.top-fv__p {
  font-size: clamp(2.813rem, 2.306rem + 2.19vw, 4.375rem);
}
.top-fv__h1 {
  font-size: clamp(4.063rem, 3.354rem + 3.06vw, 6.25rem);
}

.top-sec1 {
  position: relative;
  border-top: var(--cr) 2px solid;
  border-bottom: var(--cr) 2px solid;
}
@media (min-width: 768px) {
  .top-sec1 {
    border-top: var(--cr) 3px solid;
    border-bottom: var(--cr) 3px solid;
  }
}
@media (min-width: 992px) {
  .top-sec1 {
    border-top: var(--cr) 4px solid;
    border-bottom: var(--cr) 4px solid;
  }
}
.top-sec1__text-box {
  gap: clamp(1.563rem, 0.451rem + 2.31vw, 2.188rem);
}
.top-sec1__text {
  writing-mode: vertical-rl;
  text-orientation: upright;
  white-space: nowrap;
  line-height: 2;
  margin: 0;
}
.top-sec1__img {
  position: absolute;
  width: 15%;
  left: 15%;
  bottom: 7%;
}
.top-sec1__img img {
  width: 100%;
  height: 100%;
}
@media (max-width: 767px) {
  .top-sec1__img {
    display: none;
  }
}
@media (min-width: 992px) {
  .top-sec1__img {
    display: block;
    bottom: 7%;
  }
}
@media (min-width: 1200px) {
  .top-sec1__img {
    bottom: 10%;
  }
}
.top-sec1__h2 {
  font-size: clamp(1.563rem, 1.007rem + 1.16vw, 1.875rem);
}
.top-sec1__pig {
  position: absolute;
  right: -250px;
  bottom: 0;
  width: 110px;
  transition: 1.5s ease;
}
@media (min-width: 768px) {
  .top-sec1__pig {
    width: 115px;
  }
}
@media (min-width: 992px) {
  .top-sec1__pig {
    width: 130px;
  }
}
@media (min-width: 1200px) {
  .top-sec1__pig {
    width: 180px;
  }
}

.top-sec1__pig.is-show {
  right: 140px;
  transition: right 1.5s ease;
}

@-webkit-keyframes walk {
  0% {
    transform: translateY(0);
  }
  50% {
    transform: translateY(-4px);
  }
  100% {
    transform: translateY(0);
  }
}

@keyframes walk {
  0% {
    transform: translateY(0);
  }
  50% {
    transform: translateY(-4px);
  }
  100% {
    transform: translateY(0);
  }
}
@-webkit-keyframes sniff {
  0%, 100% {
    transform: translateY(0);
  }
  50% {
    transform: translateY(-2px);
  }
}
@keyframes sniff {
  0%, 100% {
    transform: translateY(0);
  }
  50% {
    transform: translateY(-2px);
  }
}
.top-sec1__pig.is-walking {
  -webkit-animation: walk 0.3s infinite;
          animation: walk 0.3s infinite;
}

.marquee {
  width: 100%;
  overflow: hidden;
  white-space: nowrap;
  padding-bottom: 1.2%;
  border-bottom: var(--cr) 2px solid;
}
@media (min-width: 768px) {
  .marquee {
    border-bottom: var(--cr) 3px solid;
  }
}
@media (min-width: 992px) {
  .marquee {
    border-bottom: var(--cr) 4px solid;
  }
}

.marquee__inner {
  display: inline-flex;
  gap: 80px;
  -webkit-animation: marquee 45s linear infinite;
          animation: marquee 45s linear infinite;
  margin-top: 3%;
}

.marquee__inner p {
  font-size: clamp(4rem, 8vw, 8rem);
  color: var(--cr);
  opacity: 0.5;
  flex-shrink: 0;
}

@-webkit-keyframes marquee {
  from {
    transform: translateX(0);
  }
  to {
    transform: translateX(-50%);
  }
}

@keyframes marquee {
  from {
    transform: translateX(0);
  }
  to {
    transform: translateX(-50%);
  }
}
.top-sec2__pick {
  width: 100%;
  border-radius: 20px;
  border: var(--cr) 2px solid;
}
@media (min-width: 768px) {
  .top-sec2__pick {
    border: var(--cr) 3px solid;
  }
}
@media (min-width: 992px) {
  .top-sec2__pick {
    border: var(--cr) 4px solid;
  }
}
@media (min-width: 1200px) {
  .top-sec2__pick {
    border: var(--cr) 4px solid;
  }
}
@media (min-width: 1400px) {
  .top-sec2__pick {
    border: var(--cr) 4px solid;
  }
}
.top-sec2__pick-img {
  width: 85%;
}
.top-sec2__pick-img img {
  width: 100%;
  height: 100%;
}
.top-sec2__mark {
  position: absolute;
  display: flex;
  justify-content: center;
  width: 100%;
  top: -10%;
  left: 0%;
  z-index: 1;
}
@media (min-width: 992px) {
  .top-sec2__mark {
    justify-content: start;
    top: -10%;
    left: -2%;
  }
}
@media (min-width: 1400px) {
  .top-sec2__mark {
    top: -10%;
    left: -3%;
  }
}
.top-sec2__mark-img {
  width: 35%;
}
@media (min-width: 420px) {
  .top-sec2__mark-img {
    width: 25%;
  }
}
@media (min-width: 576px) {
  .top-sec2__mark-img {
    width: 25%;
  }
}
@media (min-width: 768px) {
  .top-sec2__mark-img {
    width: 20%;
  }
}
@media (min-width: 992px) {
  .top-sec2__mark-img {
    width: 15%;
  }
}
.top-sec2__mark-img img {
  width: 100%;
  height: 100%;
}

.menu-slider {
  overflow: hidden;
  padding: 80px 0;
}

.menu-card {
  width: clamp(16.875rem, 12.33rem + 19.39vw, 26.875rem);
  height: clamp(16.875rem, 12.33rem + 19.39vw, 26.875rem);
  border-radius: 50%;
  background: var(--rd);
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  text-align: center;
  color: #fff;
  margin: auto;
}
@media (max-width: 767px) {
  .menu-card p {
    display: none;
  }
}

.menu-card img {
  width: 180px;
  height: auto;
  margin-bottom: 20px;
}

.swiper-wrapper {
  transition-timing-function: linear !important;
  gap: 20px;
}

.top-object {
  width: 100%;
}

.top-sec3 {
  margin-top: -5px;
  border-bottom: var(--cr) 2px solid;
}
@media (min-width: 768px) {
  .top-sec3 {
    border-bottom: var(--cr) 3px solid;
  }
}
@media (min-width: 992px) {
  .top-sec3 {
    border-bottom: var(--cr) 4px solid;
  }
}
.top-sec3__arrow {
  width: 15px;
}
.top-sec3__box {
  border-radius: 20px;
  border: var(--cr) 3px solid;
  transition: 0.3s ease;
  width: 90%;
}
@media (min-width: 576px) {
  .top-sec3__box {
    width: 100%;
  }
}
.top-sec3__box:hover {
  transform: scale(1.02);
}
.top-sec3__text {
  font-size: 13px;
  line-height: 25px;
}
@media (min-width: 768px) {
  .top-sec3__text {
    font-size: 12px;
  }
}
@media (min-width: 992px) {
  .top-sec3__text {
    font-size: 14px;
  }
}
@media (min-width: 1200px) {
  .top-sec3__text {
    font-size: 15px;
  }
}

.top-img {
  width: 100%;
  height: 300px;
}
@media (min-width: 576px) {
  .top-img {
    height: 350px;
  }
}
@media (min-width: 768px) {
  .top-img {
    height: 400px;
  }
}
@media (min-width: 1200px) {
  .top-img {
    height: 500px;
  }
}

.top-sec5 {
  border-top: var(--cr) 2px solid;
}
@media (min-width: 768px) {
  .top-sec5 {
    border-top: var(--cr) 3px solid;
  }
}
@media (min-width: 992px) {
  .top-sec5 {
    border-top: var(--cr) 4px solid;
  }
}
.top-sec5__box1 {
  position: relative;
  width: 300px;
  aspect-ratio: 1;
  border-radius: 50%;
  overflow: hidden;
  border: 4px solid var(--cr);
  background-image: url(../images/top-12.jpg);
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}
@media (min-width: 576px) {
  .top-sec5__box1 {
    width: 370px;
  }
}
@media (min-width: 768px) {
  .top-sec5__box1 {
    width: 400px;
  }
}
@media (min-width: 992px) {
  .top-sec5__box1 {
    width: 440px;
  }
}
@media (min-width: 1200px) {
  .top-sec5__box1 {
    width: 490px;
  }
}
@media (min-width: 1400px) {
  .top-sec5__box1 {
    width: 520px;
  }
}
.top-sec5__box2 {
  position: relative;
  width: 300px;
  aspect-ratio: 1;
  border-radius: 50%;
  overflow: hidden;
  border: 4px solid var(--cr);
  background-image: url(../images/top-13.jpg);
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}
@media (min-width: 576px) {
  .top-sec5__box2 {
    width: 370px;
  }
}
@media (min-width: 768px) {
  .top-sec5__box2 {
    width: 400px;
  }
}
@media (min-width: 992px) {
  .top-sec5__box2 {
    width: 440px;
  }
}
@media (min-width: 1200px) {
  .top-sec5__box2 {
    width: 490px;
  }
}
@media (min-width: 1400px) {
  .top-sec5__box2 {
    width: 520px;
  }
}

.webgene-item {
  padding-bottom: 2rem;
}

.news-item {
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 0.5rem;
  padding: 15px 20px;
  background: #000;
  border: 3px solid var(--cr);
  transition: 0.3s ease;
}
@media (min-width: 576px) {
  .news-item {
    flex-direction: row;
    gap: 2rem;
  }
}

.news-item > p {
  margin: 0 !important;
  flex-shrink: 0;
  color: var(--cr);
}

.news-item > h3 {
  margin: 0 !important;
  flex: 1;
}

.news-item > h3 a,
.news-item > a,
.news-item > h3 {
  color: var(--cr);
  text-decoration: none;
}

/* 矢印 */
.news-item::after {
  content: "→";
  position: absolute;
  right: 2rem;
  top: 50%;
  transform: translateY(-50%);
  font-size: 2rem;
  line-height: 1;
  color: var(--cr);
  transition: 0.3s ease;
}
@media (max-width: 575px) {
  .news-item::after {
    display: none;
  }
}
@media (min-width: 768px) {
  .news-item::after {
    font-size: 3rem;
  }
}

/* ホバー */
.news-item:hover {
  background: var(--rd);
}

.news-item:hover::after {
  transform: translateY(-50%) translateX(10px);
}

/*お品書き*/
.menu-fv {
  height: 100vh;
  min-height: 700px;
}

.menu-fv__img {
  height: 55%;
  background-image: url("../images/menu-fv.jpg");
  background-size: cover;
  background-position: center;
}

.menu-fv__title {
  height: 45%;
  background: #000;
  display: flex;
  justify-content: center;
  align-items: center;
  border-bottom: var(--cr) 2px solid;
}
@media (min-width: 768px) {
  .menu-fv__title {
    border-bottom: var(--cr) 3px solid;
  }
}
@media (min-width: 992px) {
  .menu-fv__title {
    border-bottom: var(--cr) 4px solid;
  }
}

.menu-fv__heading {
  position: relative;
  text-align: center;
  padding-right: clamp(6.25rem, 3.977rem + 9.7vw, 11.25rem);
  padding-left: clamp(6.25rem, 3.977rem + 9.7vw, 11.25rem);
}
@media (max-width: 575px) {
  .menu-fv__heading {
    padding-right: 0px;
    padding-left: 0px;
  }
}

.menu-fv__heading::before,
.menu-fv__heading::after {
  content: "";
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: clamp(100px, 10vw, 180px);
  height: clamp(60px, 6vw, 120px);
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
}

.menu-fv__heading::before {
  left: 0;
  background-image: url("../images/cloud-1.svg");
}
@media (max-width: 575px) {
  .menu-fv__heading::before {
    display: none;
  }
}

.menu-fv__heading::after {
  right: 0;
  background-image: url("../images/cloud-2.svg");
}
@media (max-width: 575px) {
  .menu-fv__heading::after {
    display: none;
  }
}

.menu-fv__heading h1 {
  color: var(--cr);
  font-size: clamp(2.5rem, 1.932rem + 2.42vw, 3.75rem);
  margin-bottom: 1rem;
}

.menu-fv__heading p {
  color: var(--rd);
  margin: 0;
  letter-spacing: 0.1em;
}

.menu-marquee {
  overflow: hidden;
  padding-top: 2%;
  padding-bottom: 2%;
  border-top: 2px solid var(--cr);
  border-bottom: 2px solid var(--cr);
  white-space: nowrap;
}
@media (min-width: 768px) {
  .menu-marquee {
    border-top: var(--cr) 3px solid;
    border-bottom: var(--cr) 3px solid;
  }
}
@media (min-width: 992px) {
  .menu-marquee {
    border-top: var(--cr) 4px solid;
    border-bottom: var(--cr) 4px solid;
  }
}

.menu-marquee__track {
  display: flex;
  align-items: center;
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
  -webkit-animation: marquee 20s linear infinite;
          animation: marquee 20s linear infinite;
}

.menu-marquee__track-p {
  flex-shrink: 0;
  font-family: var(--font2);
  font-size: clamp(1.875rem, 1.023rem + 3.64vw, 3.75rem);
  color: var(--cr);
}

.menu-marquee__track img {
  width: 80px;
  height: auto;
  flex-shrink: 0;
  margin: 0 40px;
}

@keyframes marquee {
  from {
    transform: translateX(0);
  }
  to {
    transform: translateX(-50%);
  }
}
.menu-sec1__no {
  width: 17%;
}
.menu-sec1__no img {
  width: 100%;
  height: 100%;
}

.menu__box1 {
  position: relative;
  width: 300px;
  aspect-ratio: 1;
  border-radius: 50%;
  overflow: hidden;
  border: 4px solid var(--cr);
  background-image: url(../images/menu-7.jpg);
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}
@media (min-width: 576px) {
  .menu__box1 {
    width: 370px;
  }
}
@media (min-width: 768px) {
  .menu__box1 {
    width: 400px;
  }
}
@media (min-width: 992px) {
  .menu__box1 {
    width: 440px;
  }
}
@media (min-width: 1200px) {
  .menu__box1 {
    width: 490px;
  }
}
@media (min-width: 1400px) {
  .menu__box1 {
    width: 520px;
  }
}
.menu__box2 {
  position: relative;
  width: 300px;
  aspect-ratio: 1;
  border-radius: 50%;
  overflow: hidden;
  border: 4px solid var(--cr);
  background-image: url(../images/menu-8.jpg);
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}
@media (min-width: 576px) {
  .menu__box2 {
    width: 370px;
  }
}
@media (min-width: 768px) {
  .menu__box2 {
    width: 400px;
  }
}
@media (min-width: 992px) {
  .menu__box2 {
    width: 440px;
  }
}
@media (min-width: 1200px) {
  .menu__box2 {
    width: 490px;
  }
}
@media (min-width: 1400px) {
  .menu__box2 {
    width: 520px;
  }
}

.food-fv__img {
  height: 55%;
  background-image: url("../images/food-fv.jpg");
  background-size: cover;
  background-position: center;
}

.menu__line {
  position: relative;
  margin-bottom: 30px;
  flex-direction: column;
  text-align: center;
}
@media (min-width: 576px) {
  .menu__line {
    flex-direction: row;
    text-align: left;
  }
}
.menu__line::after {
  position: absolute;
  content: "";
  left: 0;
  bottom: -15px;
  width: 100%;
  height: 3px;
  background-image: radial-gradient(circle, var(--cr) 1px, transparent 2px);
  background-size: 8px 3px;
  background-repeat: repeat-x;
}

.food__cont {
  width: 100%;
}
@media (min-width: 992px) {
  .food__cont {
    width: 70%;
  }
}

.drink-fv__img {
  height: 55%;
  background-image: url("../images/drink-fv.png");
  background-size: cover;
  background-position: center;
}

.text-brake {
  text-wrap: balance;
}

.news-fv__img {
  height: 55%;
  background-image: url("../images/news-fv.jpg");
  background-size: cover;
  background-position: center;
}

.webgene-news {
  max-width: 1000px;
  margin: 0 auto;
}

.webgene-item {
  margin-bottom: 20px;
}

.webgene-item > a {
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 10px;
  padding: 32px;
  background: #000;
  border: 3px solid var(--cr);
  color: var(--cr);
  text-decoration: none;
  transition: 0.3s;
}
@media (min-width: 768px) {
  .webgene-item > a {
    flex-direction: row;
    gap: 20px;
  }
}

.webgene-item > a:hover {
  background: var(--rd);
}

.webgene-item > a::after {
  content: "→";
  position: absolute;
  right: 32px;
  top: 50%;
  transform: translateY(-50%);
  font-size: 2.5rem;
  line-height: 1;
  transition: 0.3s;
}
@media (max-width: 767px) {
  .webgene-item > a::after {
    display: none;
  }
}

.webgene-item > a:hover::after {
  transform: translateY(-50%) translateX(8px);
}

.webgene-item p {
  margin: 0;
  flex-shrink: 0;
  font-size: 0.9rem;
  color: var(--cr);
}

.webgene-item h2 {
  margin: 0;
  font-size: 1.25rem;
  font-weight: 500;
  color: var(--cr);
}

/* ページャー */
.webgene-pagination {
  display: flex;
  justify-content: center;
  gap: 20px;
  margin-top: 80px;
}

.webgene-pagination a,
.webgene-pagination p {
  min-width: 140px;
  height: 56px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 999px;
  background: var(--rd);
  border: 3px solid var(--cr);
  color: var(--cr);
  text-decoration: none;
  transition: 0.3s;
}

.webgene-pagination a:hover {
  background-color: var(--bg);
}

.webgene-pagination ul {
  display: flex;
  gap: 20px;
}

.webgene-blog {
  position: relative;
}

.webgene-item {
  max-width: 1200px;
  margin: 0 auto;
}

.webgene-item > div:first-child {
  position: relative;
  max-width: 900px;
  margin: 0 auto;
  padding: clamp(2.5rem, 1.5rem + 3vw, 4rem) clamp(1.5rem, 1rem + 2vw, 3rem);
}

.webgene-item p:first-child {
  color: var(--cr);
  font-size: 0.95rem;
  font-weight: 600;
}
.webgene-item p:first-child:hover {
  color: var(--cr);
}

.webgene-item h1 {
  color: var(--cr);
  font-family: var(--font2);
  font-size: clamp(1.25rem, 0.682rem + 2.42vw, 2.5rem);
  font-weight: 700;
  line-height: 1.4;
}

.webgene-item img {
  width: 100%;
  display: block;
}

.webgene-item > div:first-child > div:last-child {
  color: var(--cr);
  font-size: 1rem;
  line-height: 2.2;
}

.webgene-item > div:first-child > div:last-child p {
  margin-bottom: 2rem;
}

.pagelink {
  display: flex;
  justify-content: space-between;
  margin-top: 60px;
  max-width: 370px;
  margin-inline: auto;
  gap: 20px 0;
}

.pagelink p {
  margin: 0;
}

.pagelink a {
  min-width: 170px;
  height: 56px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 999px;
  background: var(--rd);
  border: 3px solid var(--cr);
  color: var(--cr);
  text-decoration: none;
  transition: 0.3s;
}

.pagelink a:hover {
  background: var(--bg);
}

.back-btn {
  min-width: 220px;
  height: 60px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 999px;
  background: #000;
  border: 3px solid var(--cr);
  color: var(--cr);
  text-decoration: none;
  transition: 0.3s;
}

.back-btn:hover {
  background: var(--rd);
  color: var(--cr);
}

@media (max-width: 768px) {
  .webgene-item > div:first-child {
    padding: 2rem 1.25rem;
  }
  .pagelink {
    flex-direction: column;
    align-items: center;
    justify-content: center;
  }
  .pagelink a {
    width: 220px;
  }
}
.newsdetail-top {
  padding-top: clamp(6.25rem, 0.568rem + 24.24vw, 18.75rem);
}

.webgene-item {
  padding-bottom: 2rem;
}

.news-item {
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 0.5rem;
  padding: 15px 20px;
  background: #000;
  border: 3px solid var(--cr);
  transition: 0.3s ease;
}
@media (min-width: 576px) {
  .news-item {
    flex-direction: row;
    gap: 2rem;
  }
}

.news-item > p {
  margin: 0 !important;
  flex-shrink: 0;
  color: var(--cr);
}

.news-item > h3 {
  margin: 0 !important;
  flex: 1;
}

.news-item > h3 a,
.news-item > a,
.news-item > h3 {
  color: var(--cr);
  text-decoration: none;
}

/* 矢印 */
.news-item::after {
  content: "→";
  position: absolute;
  right: 2rem;
  top: 50%;
  transform: translateY(-50%);
  font-size: 2rem;
  line-height: 1;
  color: var(--cr);
  transition: 0.3s ease;
}
@media (max-width: 575px) {
  .news-item::after {
    display: none;
  }
}
@media (min-width: 768px) {
  .news-item::after {
    font-size: 3rem;
  }
}

/* ホバー */
.news-item:hover {
  background: var(--rd);
}

.news-item:hover::after {
  transform: translateY(-50%) translateX(10px);
}

.faq-fv__img {
  height: 55%;
  background-image: url("../images/faq-fv.jpg");
  background-size: cover;
  background-position: center;
}

.faq-item > div {
  position: relative;
  border: 4px solid var(--cr);
  border-radius: 20px;
  padding: 25px;
}
@media (min-width: 576px) {
  .faq-item > div {
    padding: 25px 25px 25px 40px;
  }
}

.faq-item > div::before {
  content: "Q";
  position: absolute;
  top: -18px;
  left: -18px;
  width: 48px;
  height: 48px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  background: var(--rd);
  border: 4px solid var(--cr);
  color: var(--cr);
  font-size: 1.5rem;
  font-weight: 700;
  line-height: 1;
}

.faq-item > div p {
  margin: 0;
  color: var(--cr);
  font-size: clamp(1.125rem, 1.011rem + 0.48vw, 1.375rem);
  font-weight: 700;
}

.faq-item > p {
  margin-top: 32px;
  color: var(--cr);
  line-height: 2;
}

.word {
  word-break: auto-phrase;
}

.info-fv__img {
  height: 55%;
  background-image: url("../images/info-fv.jpg");
  background-size: cover;
  background-position: center;
}

.info-line {
  position: relative;
  margin-bottom: 30px;
  flex-direction: column;
  text-align: center;
}
@media (min-width: 576px) {
  .info-line {
    flex-direction: row;
    text-align: left;
  }
}
.info-line::after {
  position: absolute;
  content: "";
  left: 0;
  bottom: -15px;
  width: 100%;
  height: 3px;
  background-image: radial-gradient(circle, var(--cr) 1px, transparent 2px);
  background-size: 8px 3px;
  background-repeat: repeat-x;
}
.info-line__left {
  width: 150px;
}

.info-btn {
  gap: 20px;
}

.info-sec1 {
  border-bottom: var(--cr) 2px solid;
}
@media (min-width: 768px) {
  .info-sec1 {
    border-bottom: var(--cr) 3px solid;
  }
}
@media (min-width: 768px) {
  .info-sec1 {
    border-bottom: var(--cr) 4px solid;
  }
}
.info-sec1__gm {
  width: 100%;
  height: 300px;
  border: var(--cr) 2px solid;
}
@media (min-width: 768px) {
  .info-sec1__gm {
    border: var(--cr) 3px solid;
  }
}
@media (min-width: 992px) {
  .info-sec1__gm {
    border: var(--cr) 4px solid;
  }
}
.info-sec1__gm div {
  width: 100%;
  height: 100%;
}

.info-sec2__img {
  width: 80%;
  border-radius: 20px;
  border: var(--cr) 2px solid;
}
@media (min-width: 768px) {
  .info-sec2__img {
    border: var(--cr) 3px solid;
  }
}
@media (min-width: 992px) {
  .info-sec2__img {
    border: var(--cr) 4px solid;
    width: 100%;
  }
}
.info-sec2__img img {
  width: 100%;
  height: 100%;
  border-radius: 20px;
}

.info-slider {
  overflow: hidden;
}

.info-slider .swiper {
  overflow: visible;
}

.info-slider .swiper-slide {
  width: 320px;
  height: 320px;
}

.info-slider .swiper-slide img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  border: 4px solid var(--cr);
  border-radius: 20px;
  display: block;
}

@media (max-width: 767px) {
  .info-slider .swiper-slide {
    width: 220px;
    height: 340px;
  }
}
.reserve-fv__img {
  height: 55%;
  background-image: url("../images/reserve-fv.jpg");
  background-size: cover;
  background-position: center;
}

.reserve-sec1__box {
  border-radius: 20px;
  border: var(--cr) 2px solid;
}
@media (min-width: 768px) {
  .reserve-sec1__box {
    border: var(--cr) 3px solid;
  }
}
@media (min-width: 992px) {
  .reserve-sec1__box {
    border: var(--cr) 4px solid;
  }
}

.reserve-box {
  position: relative;
  width: 300px;
  margin: 0 auto;
  padding: 80px 20px 40px;
  border: 4px solid var(--cr);
  border-radius: 24px;
}
@media (min-width: 576px) {
  .reserve-box {
    width: 400px;
    padding: 100px 20px 40px;
  }
}
@media (min-width: 768px) {
  .reserve-box {
    width: 500px;
  }
}
@media (min-width: 992px) {
  .reserve-box {
    width: 320px;
  }
}
@media (min-width: 1200px) {
  .reserve-box {
    width: 400px;
  }
}
@media (min-width: 1400px) {
  .reserve-box {
    padding: 100px clamp(20px, 3vw, 40px) 40px;
    width: 450px;
  }
}

.reserve-title {
  position: absolute;
  top: -42px;
  left: 50%;
  transform: translateX(-50%);
  width: min(430px, 90%);
  height: 90px;
  background: var(--bg);
  border: 4px solid var(--cr);
  border-radius: 999px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.reserve-title p {
  color: var(--cr);
  font-size: clamp(1.75rem, 1.3rem + 1vw, 3rem);
  font-family: var(--font1);
  font-weight: 700;
  margin: 0;
}

.reserve-step {
  display: flex;
  align-items: center;
  gap: 20px;
  margin-bottom: 15px;
}

.reserve-step p:first-child {
  width: clamp(2.188rem, 1.803rem + 1.66vw, 3.375rem);
  height: clamp(2.188rem, 1.803rem + 1.66vw, 3.375rem);
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0;
  background: var(--rd);
  border: 3px solid var(--cr);
  border-radius: 50%;
  color: var(--cr);
  font-weight: 700;
  font-size: clamp(1.25rem, 1.129rem + 0.53vw, 1.625rem);
  flex-shrink: 0;
}

.reserve-step p:last-child {
  margin: 0;
  color: var(--cr);
  font-size: 15px;
  font-family: var(--font1);
}
@media (min-width: 576px) {
  .reserve-step p:last-child {
    font-size: 16px;
  }
}
@media (min-width: 768px) {
  .reserve-step p:last-child {
    font-size: 17px;
  }
}
@media (min-width: 992px) {
  .reserve-step p:last-child {
    font-size: 14px;
  }
}
@media (min-width: 1200px) {
  .reserve-step p:last-child {
    font-size: 18px;
  }
}
@media (min-width: 1400px) {
  .reserve-step p:last-child {
    font-size: 20px;
  }
}

.recruit-fv__img {
  height: 55%;
  background-image: url("../images/reserve-fv.jpg");
  background-size: cover;
  background-position: center;
}

.recruit-sec1__img {
  width: 100%;
  border-radius: 20px;
  border: var(--cr) 2px solid;
}
@media (min-width: 768px) {
  .recruit-sec1__img {
    border: var(--cr) 3px solid;
  }
}
@media (min-width: 992px) {
  .recruit-sec1__img {
    border: var(--cr) 4px solid;
  }
}
.recruit-sec1__img img {
  width: 100%;
  height: 100%;
  border-radius: 20px;
}

.recruit-sec2__img {
  width: 100%;
  border-radius: 20px;
  border: var(--cr) 2px solid;
}
@media (min-width: 768px) {
  .recruit-sec2__img {
    border: var(--cr) 3px solid;
  }
}
@media (min-width: 992px) {
  .recruit-sec2__img {
    border: var(--cr) 4px solid;
  }
}
.recruit-sec2__img img {
  width: 100%;
  height: 100%;
  border-radius: 20px;
}

.recruit__line {
  position: relative;
  margin-bottom: 30px;
  flex-direction: column;
  text-align: center;
}
@media (min-width: 576px) {
  .recruit__line {
    flex-direction: row;
    text-align: left;
  }
}
.recruit__line::after {
  position: absolute;
  content: "";
  left: 0;
  bottom: -15px;
  width: 100%;
  height: 3px;
  background-image: radial-gradient(circle, #000 1px, transparent 2px);
  background-size: 8px 3px;
  background-repeat: repeat-x;
}

.recruit-sec3__box {
  border-radius: 20px;
}

.scene-fv__img {
  height: 55%;
  background-image: url("../images/scene-fv.jpg");
  background-size: cover;
  background-position: center;
}

.scene-sec1__box {
  transition: 0.3s ease;
  border-radius: 20px;
  border: var(--cr) 2px solid;
}
@media (min-width: 768px) {
  .scene-sec1__box {
    border: var(--cr) 3px solid;
  }
}
@media (min-width: 992px) {
  .scene-sec1__box {
    border: var(--cr) 4px solid;
  }
}
.scene-sec1__box:hover {
  transform: scale(1.02);
}
.scene-sec1__arrow {
  width: 10%;
}
.scene-sec1__arrow img {
  width: 100%;
  height: 100%;
}

.scene-sec2__h2 {
  position: relative;
  width: 100%;
}
.scene-sec2__h2::after {
  position: absolute;
  content: "";
  left: 0;
  bottom: -15px;
  width: 100%;
  height: 3px;
  background-image: radial-gradient(circle, var(--cr) 1px, transparent 2px);
  background-size: 8px 3px;
  background-repeat: repeat-x;
}

.about-fv__img {
  height: 55%;
  background-image: url("../images/about-fv.jpg");
  background-size: cover;
  background-position: center;
}

.about-list {
  position: relative;
  display: flex;
  flex-direction: column;
  z-index: 1;
}
.about-list-box {
  display: flex;
}

.pig-walk {
  position: absolute;
  z-index: 10;
  top: 0;
  left: calc(50% - 60px);
  width: 120px;
  height: 100%;
  pointer-events: none;
  z-index: -1;
}
.pig-walk__trail {
  position: absolute;
  top: 0;
  left: 50%;
  width: 40px;
  height: 0;
  overflow: hidden;
  transform: translateX(-50%);
  background-image: url("../images/footprints.svg");
  background-repeat: repeat-y;
  background-position: center top;
  background-size: 100% auto;
}
.pig-walk__pig {
  position: absolute;
  top: 0;
  left: 50%;
  width: clamp(72px, 8vw, 120px);
  transform: translateX(-50%);
  will-change: transform;
}
.pig-walk__pig img {
  display: block;
  width: 100%;
  height: auto;
}
.pig-walk__pig.is-fixed {
  position: fixed;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.pig-walk__pig.is-bottom {
  position: absolute;
  top: auto;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
}

.about-list {
  display: flex;
  flex-direction: column;
  gap: 200px;
  z-index: 5;
}
@media (min-width: 576px) {
  .about-list {
    gap: 250px;
  }
}
@media (min-width: 992px) {
  .about-list {
    gap: 300px;
  }
}
.about-list-box {
  display: flex;
  flex-direction: column;
  gap: 50px clamp(20px, 4vw, 50px);
  align-items: center;
  justify-content: center;
}
@media (min-width: 992px) {
  .about-list-box {
    flex-direction: row;
  }
}
.about-list-box__img {
  width: 80%;
  aspect-ratio: 1;
  overflow: hidden;
}
@media (min-width: 576px) {
  .about-list-box__img {
    width: 60%;
  }
}
@media (min-width: 992px) {
  .about-list-box__img {
    flex: 1;
  }
}
.about-list-box__img img {
  width: 100%;
  height: 100%;
  border-radius: 50%;
  border: var(--cr) 2px solid;
  -o-object-fit: cover;
     object-fit: cover;
}
@media (min-width: 768px) {
  .about-list-box__img img {
    border: var(--cr) 3px solid;
  }
}
@media (min-width: 992px) {
  .about-list-box__img img {
    border: var(--cr) 4px solid;
  }
}
.about-list-box__title {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin-inline: auto;
  background-color: rgba(196, 151, 86, 0.8);
  padding: 10px 25px;
}
@media (min-width: 992px) {
  .about-list-box__title {
    width: 100%;
    background-color: transparent;
    flex: 1;
    padding: 10px;
  }
}
.about-list-box__title h2 {
  font-size: 28px;
}
@media (min-width: 576px) {
  .about-list-box__title h2 {
    font-size: 45px;
  }
}
@media (min-width: 992px) {
  .about-list-box__title h2 {
    font-size: 30px;
  }
}
@media (min-width: 1200px) {
  .about-list-box__title h2 {
    font-size: 35px;
  }
}
@media (min-width: 1400px) {
  .about-list-box__title h2 {
    font-size: 45px;
  }
}
.about-list-box__text {
  width: 90%;
  background-color: rgba(196, 151, 86, 0.8);
  padding: 15px;
}
@media (min-width: 576px) {
  .about-list-box__text {
    width: 60%;
  }
}
@media (min-width: 992px) {
  .about-list-box__text {
    flex: 1;
  }
}

.last-img {
  width: 85%;
  margin-top: -30%;
  z-index: 6;
}
@media (min-width: 576px) {
  .last-img {
    width: 70%;
  }
}
@media (min-width: 768px) {
  .last-img {
    width: 60%;
  }
}
@media (min-width: 992px) {
  .last-img {
    margin-top: -30%;
  }
}
@media (min-width: 1200px) {
  .last-img {
    margin-top: -25%;
  }
}
@media (min-width: 1400px) {
  .last-img {
    margin-top: -15%;
  }
}
.last-imgimg {
  width: 100%;
  height: 100%;
}