@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;
}

:root {
  -wh: #fff;
  --bk: #000;
  --rd: #ba1c22;
  --gold: #b19525;
  --bei: #dfdccd;
  --font1: "Shippori Mincho";
  --font2: "Zen Kaku Gothic New";
}

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;
  }
}
body {
  margin: 0;
}

:root {
  --wh: #fff;
  --bk: #000;
  --rd: #ba1c22;
  --gold: #b19525;
  --bei: #dfdccd;
  --font1: "Shippori Mincho";
  --font2: "Zen Kaku Gothic New";
}

html,
body {
  font-family: "Shippori Mincho", "Zen Kaku Gothic New", "hiragino-mincho-pron", 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;
  background-color: #fff;
}

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;
}

/* フォントサイズ 14~16pt */
.p-text {
  font-size: clamp(0.875rem, 0.844rem + 0.17vw, 1rem);
  line-height: clamp(1.75rem, 1.642rem + 0.58vw, 2.188rem);
}

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

/* フォントサイズ 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);
}

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

/* フォントサイズ 60~80pt */
.f-80 {
  font-size: clamp(3.75rem, 3.345rem + 1.75vw, 5rem);
}

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

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

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

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

.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);
}

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

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

.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: var(--bk);
}

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

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

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

/* 背景 */
.bg-bk {
  background-color: var(--bk);
}

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

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

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

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

/* 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%;
  }
}
/* ページ共通設定 */
.phone_num:hover {
  color: var(--rd);
}

.h2-wrap {
  position: relative;
  padding: 35px 0 30px;
  text-align: center;
  display: flex;
  flex-direction: column;
  align-items: center;
}
.h2-wrap::before, .h2-wrap::after {
  content: "";
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  width: 305px;
  height: 25px;
  background: url("../images/chaina-red.svg") no-repeat center/contain;
  z-index: 1;
}
.h2-wrap::before {
  top: 0;
}
.h2-wrap::after {
  bottom: 0;
}
.h2-wrap__h2 {
  position: relative;
  display: inline-block;
  text-align: center;
  color: #000;
  font-size: clamp(1.25rem, 1.048rem + 0.88vw, 1.875rem);
  margin-bottom: 25px;
  z-index: 2;
}
.h2-wrap__h2::after {
  content: "";
  position: absolute;
  background-color: var(--rd);
  width: 100%;
  height: 2px;
  bottom: -20px;
  left: 0;
}
.h2-wrap__p {
  text-align: center;
  font-family: var(--font2);
  color: #000;
  font-size: clamp(0.938rem, 0.877rem + 0.26vw, 1.125rem);
  line-height: clamp(1.875rem, 1.474rem + 2.14vw, 2.5rem);
}

.bk-btn {
  padding: 15px 5px;
  display: block;
  color: #fff;
  background-color: #000;
  border: #000 1px solid;
  border-radius: 50px;
  width: clamp(15.625rem, 9.663rem + 9.62vw, 18.75rem);
}

.bk-btn:hover {
  color: var(--rd);
  border: var(--rd) 1px solid;
  background-color: #fff;
}

.wh-btn {
  padding: 15px 5px;
  display: block;
  background-color: #fff;
  border: #000 1px solid;
  border-radius: 50px;
  width: clamp(15.625rem, 9.663rem + 9.62vw, 18.75rem);
}

.wh-btn:hover {
  color: var(--wh);
  border: var(--bk) 1px solid;
  background-color: var(--bk);
}

.first-view {
  color: #fff;
  padding-top: clamp(8.125rem, 7.351rem + 4.13vw, 11.25rem);
}
.first-view__title {
  position: relative;
  padding: 35px 0 30px;
  text-align: center;
  display: flex;
  flex-direction: column;
  align-items: center;
}
.first-view__title::before, .first-view__title::after {
  content: "";
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  width: 305px;
  height: 25px;
  background: url("../images/chaina-wh-l.svg") no-repeat center/contain;
  z-index: 1;
}
.first-view__title::before {
  top: 0;
}
.first-view__title::after {
  bottom: 0;
}
.first-view__h1 {
  position: relative;
  display: inline-block;
  text-align: center;
  color: #fff;
  font-size: clamp(1.25rem, 1.048rem + 0.88vw, 1.875rem);
  margin-bottom: 25px;
  z-index: 2;
}
.first-view__h1::after {
  content: "";
  position: absolute;
  background-color: var(--wh);
  width: 100%;
  height: 2px;
  bottom: -20px;
  left: 0;
}
.first-view__p {
  text-align: center;
  font-family: var(--font2);
  color: #fff;
  font-size: clamp(0.938rem, 0.877rem + 0.26vw, 1.125rem);
  line-height: clamp(1.875rem, 1.474rem + 2.14vw, 2.5rem);
}

/*ヘッダー*/
.header {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 100;
}
.header__inner {
  position: relative;
  display: flex;
  justify-content: end;
  align-items: center;
  padding: 20px 40px;
}
.header__logo {
  position: absolute;
  width: 150px;
  top: 10px;
  left: 15px;
  transition: 0.3s ease;
}
@media (min-width: 576px) {
  .header__logo {
    width: 180px;
  }
}
@media (min-width: 768px) {
  .header__logo {
    width: 200px;
  }
}
@media (min-width: 992px) {
  .header__logo {
    width: 220px;
  }
}
.header__tel-btn {
  padding: 15px;
  width: 280px;
  background-color: #000;
  border-radius: 50px;
  display: block;
  margin-right: 160px;
}
@media (max-width: 991px) {
  .header__tel-btn {
    position: fixed;
    bottom: 20px;
    right: -130px;
    z-index: 150;
    width: auto;
    padding: 15px 30px;
    border-radius: 50px;
  }
}
.header__tel-btn p {
  font-family: var(--font2);
  font-size: 16px;
  color: #fff;
  line-height: 25px;
}
@media (max-width: 991px) {
  .header__tel-btn p {
    font-size: 14px;
    line-height: 1.4;
  }
}
.header__right {
  gap: 30px;
}
.header__menu-btn {
  position: absolute;
  width: 140px;
  height: 140px;
  top: -35px;
  right: -25px;
  background: var(--rd);
  border-radius: 50%;
  border: none;
  z-index: 150;
  transition: 0.3s ease;
}
@media (min-width: 576px) {
  .header__menu-btn {
    width: 150px;
    height: 150px;
  }
}
@media (min-width: 768px) {
  .header__menu-btn {
    width: 165px;
    height: 165px;
  }
}
@media (min-width: 992px) {
  .header__menu-btn {
    width: 180px;
    height: 180px;
  }
}
.header__menu-btn-line {
  position: absolute;
  left: 47%;
  transform: translateX(-50%);
  width: 35px;
  height: 2.5px;
  background: #fff;
  border-radius: 999px;
  transition: 0.3s ease;
}
@media (min-width: 768px) {
  .header__menu-btn-line {
    width: 40px;
    height: 3px;
  }
}
  
.header__tel-btn{
  transition: all 0.3s ease;
}

.header__tel-btn.is-footer {
  background-color: #ba1c22;
}

.header__logo:hover {
  width: 157px;
}
@media (min-width: 576px) {
  .header__logo:hover {
    width: 187px;
  }
}
@media (min-width: 768px) {
  .header__logo:hover {
    width: 207px;
  }
}
@media (min-width: 992px) {
  .header__logo:hover {
    width: 227px;
  }
}

.header__menu-btn:hover {
  cursor: pointer;
  width: 147px;
  height: 147px;
}
@media (min-width: 576px) {
  .header__menu-btn:hover {
    width: 157px;
    height: 157px;
  }
}
@media (min-width: 768px) {
  .header__menu-btn:hover {
    width: 172px;
    height: 172px;
  }
}
@media (min-width: 992px) {
  .header__menu-btn:hover {
    width: 187px;
    height: 187px;
  }
}

.header__tel-btn:hover {
  padding: 17px;
  width: 290px;
}
@media (max-width: 991px) {
  .header__tel-btn:hover {
    padding: 20px 35px;
  }
}
  
.header__tel-btn.is-hide {
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
}

.drawer-menu {
  position: fixed;
  top: 0;
  right: -130%;
  width: 380px;
  height: 100vh;
  background: #fff;
  transition: right 0.6s ease;
  z-index: 200;
  padding: 60px 30px;
  text-align: center;
}
.drawer-menu a:hover {
  color: var(--gold);
}
.drawer-menu__close {
  position: absolute;
  top: 20px;
  right: 20px;
  width: 40px;
  height: 40px;
  cursor: pointer;
}
.drawer-menu__close-line {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 30px;
  height: 2px;
  background: #737373;
  border-radius: 999px;
}
.drawer-menu__logo {
  width: 200px;
}

.drawer-menu.active {
  right: 0;
}

.header__menu-btn-line:nth-child(1) {
  top: 66px;
  transition: 0.3s ease;
}
@media (min-width: 576px) {
  .header__menu-btn-line:nth-child(1) {
    top: 70px;
  }
}
@media (min-width: 768px) {
  .header__menu-btn-line:nth-child(1) {
    top: 75px;
  }
}
@media (min-width: 992px) {
  .header__menu-btn-line:nth-child(1) {
    top: 80px;
  }
}

.header__menu-btn-line:nth-child(2) {
  top: 78px;
  transition: 0.3s ease;
}
@media (min-width: 576px) {
  .header__menu-btn-line:nth-child(2) {
    top: 82px;
  }
}
@media (min-width: 768px) {
  .header__menu-btn-line:nth-child(2) {
    top: 87px;
  }
}
@media (min-width: 992px) {
  .header__menu-btn-line:nth-child(2) {
    top: 92px;
  }
}

.header__menu-btn-line:nth-child(3) {
  top: 90px;
  transition: 0.3s ease;
}
@media (min-width: 576px) {
  .header__menu-btn-line:nth-child(3) {
    top: 94px;
  }
}
@media (min-width: 768px) {
  .header__menu-btn-line:nth-child(3) {
    top: 99px;
  }
}
@media (min-width: 992px) {
  .header__menu-btn-line:nth-child(3) {
    top: 104px;
  }
}

.drawer-menu__close-line:nth-child(1) {
  transform: translate(-50%, -50%) rotate(45deg);
}

.drawer-menu__close-line:nth-child(2) {
  transform: translate(-50%, -50%) rotate(-45deg);
}

.overlay {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.5);
  opacity: 0;
  visibility: hidden;
  transition: 0.3s;
  z-index: 150; /* drawerより下 */
}

.overlay.active {
  opacity: 1;
  visibility: visible;
}

/* フッター */
.footer {
  font-family: var(--font2);
}

.footer_p {
  font-size: 12px;
  line-height: 23px;
  color: #fff;
}
@media (min-width: 576px) {
  .footer_p {
    font-size: 15px;
    line-height: 30px;
  }
}
@media (min-width: 768px) {
  .footer_p {
    font-size: 11px;
    line-height: 20px;
  }
}
@media (min-width: 992px) {
  .footer_p {
    font-size: 14px;
    line-height: 30px;
  }
}
@media (min-width: 1200px) {
  .footer_p {
    font-size: 18px;
  }
}

.footer_title {
  font-size: 12px;
  line-height: 23px;
  color: var(--gold);
}
@media (min-width: 576px) {
  .footer_title {
    font-size: 15px;
    line-height: 30px;
  }
}
@media (min-width: 768px) {
  .footer_title {
    font-size: 11px;
    line-height: 20px;
  }
}
@media (min-width: 992px) {
  .footer_title {
    font-size: 14px;
    line-height: 30px;
  }
}
@media (min-width: 1200px) {
  .footer_title {
    font-size: 18px;
  }
}

.footer__logo {
  width: 45%;
}
@media (min-width: 576px) {
  .footer__logo {
    width: 40%;
  }
}
@media (min-width: 768px) {
  .footer__logo {
    width: 30%;
  }
}
@media (min-width: 992px) {
  .footer__logo {
    width: 27%;
  }
}

.footer__navi {
  color: var(--wh);
  gap: clamp(0.938rem, 0.634rem + 1.31vw, 1.875rem);
}
@media (min-width: 768px) {
  .footer__navi {
    gap: 15px;
  }
}
@media (min-width: 992px) {
  .footer__navi {
    gap: 20px;
  }
}

.footer__navi a:hover {
  color: var(--rd);
}

.footer__navi p {
  font-size: 12px;
  line-height: 15px;
}
@media (min-width: 576px) {
  .footer__navi p {
    font-size: 15px;
  }
}
@media (min-width: 768px) {
  .footer__navi p {
    font-size: 11px;
  }
}
@media (min-width: 992px) {
  .footer__navi p {
    font-size: 14px;
  }
}
@media (min-width: 1200px) {
  .footer__navi p {
    font-size: 18px;
  }
}

.footer_btn {
  background-color: var(--wh);
  color: #000;
  padding-top: 13px;
  padding-bottom: 15px;
  padding-left: 20px;
  padding-right: 20px;
  width: 240px;
  border-radius: 50px;
  gap: 20px;
  transition: all 0.3s ease;
}
@media (min-width: 576px) {
  .footer_btn {
    padding-top: 14px;
    padding-bottom: 18px;
    padding-left: 20px;
    padding-right: 20px;
    width: 230px;
  }
}
@media (min-width: 768px) {
  .footer_btn {
    padding-top: 14px;
    padding-bottom: 18px;
    padding-left: 20px;
    padding-right: 20px;
    width: 260px;
  }
}
@media (min-width: 992px) {
  .footer_btn {
    padding-top: 18px;
    padding-bottom: 22px;
    padding-left: 20px;
    padding-right: 20px;
    width: clamp(15.625rem, 13.296rem + 10.07vw, 22.813rem);
  }
}

.footer_btn.footer_btn:hover {
  background: var(--rd);
  color: #fff;
}

.footer_btn img {
  width: 25px;
  transition: all 0.3s ease;
}

.footer_btn:hover img {
  filter: brightness(0) invert(1);
}

.footer_left {
  gap: 25px;
}

.footer__copy {
  font-size: clamp(0.688rem, 0.627rem + 0.26vw, 0.875rem);
}

/* メインコンテナ */
.main {
  position: relative;
  margin-top: 76px;
  z-index: 100;
}

/* トップ */
.top-fv {
  position: relative;
  color: #fff;
  font-family: var(--font1);
}
.top-fv__h1 {
  position: absolute;
  top: 30%;
  left: 30%;
  font-size: clamp(2.813rem, 2.306rem + 2.19vw, 4.375rem);
  z-index: 2;
}
@media (min-width: 576px) {
  .top-fv__h1 {
    left: 40%;
  }
}
@media (min-width: 1200px) {
  .top-fv__h1 {
    left: 15%;
  }
}
.top-fv__scroll {
  position: absolute;
  font-family: var(--font2);
  top: 400px;
  left: -50px;
  font-size: 16px;
  position: relative;
}
@media (max-width: 1199px) {
  .top-fv__scroll {
    display: none;
  }
}
.top-fv__navi {
  position: relative;
  font-size: 20px;
  color: #fff;
}
.top-fv__navi-box {
  position: absolute;
  top: 70%;
  right: 10%;
  gap: 20px;
  z-index: 3;
}
.top-fv__navi-box a:hover {
  color: var(--rd);
  background-color: #fff;
  padding-top: 3px;
}

/* ベースの線（うっすら常に表示） */
.top-fv__scroll::before {
  content: "";
  position: absolute;
  left: 45%;
  top: 100%;
  margin-top: 4px;
  width: 1px;
  height: 120px;
  background: rgba(255, 255, 255, 0.3);
  transform: translateX(-50%);
}

/* 流れる線 */
.top-fv__scroll::after {
  content: "";
  position: absolute;
  left: 45%;
  top: 100%;
  margin-top: 4px;
  width: 1px;
  height: 50px; /* ←短めがポイント */
  background: linear-gradient(to bottom, rgba(255, 255, 255, 0) 0%, rgb(255, 255, 255) 50%, rgba(255, 255, 255, 0) 100%);
  transform: translate(-50%, 0);
  -webkit-animation: scrollFlow 2s infinite;
          animation: scrollFlow 2s infinite;
}

@-webkit-keyframes scrollFlow {
  0% {
    transform: translate(-50%, 0);
    opacity: 0;
  }
  10% {
    opacity: 1;
  }
  100% {
    transform: translate(-50%, 120px);
    opacity: 0;
  }
}

@keyframes scrollFlow {
  0% {
    transform: translate(-50%, 0);
    opacity: 0;
  }
  10% {
    opacity: 1;
  }
  100% {
    transform: translate(-50%, 120px);
    opacity: 0;
  }
}
.top-fv__navi::before {
  content: "";
  position: absolute;
  top: -12px; /* ←文字との距離調整 */
  left: 50%;
  transform: translateX(-50%);
  width: 30px; /* ←線の長さ */
  height: 2px;
  background: #fff;
}

.fv-slider {
  width: 100%;
  height: 100vh;
}

.fv-slider img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.sec1-top {
  margin-top: -10px;
}

.top-sec1 {
  font-family: var(--font1);
  position: relative;
}
.top-sec1__img {
  width: 100%;
}
.top-sec1__h2-wrap {
  position: absolute;
  left: 0;
  bottom: -18%; /* ← 下に配置 */
  width: 100%;
  overflow: hidden;
  z-index: 10;
}
@media (min-width: 576px) {
  .top-sec1__h2-wrap {
    bottom: -17%;
  }
}
@media (min-width: 768px) {
  .top-sec1__h2-wrap {
    bottom: -15%;
  }
}
@media (min-width: 992px) {
  .top-sec1__h2-wrap {
    bottom: -13%;
  }
}
@media (min-width: 1200px) {
  .top-sec1__h2-wrap {
    bottom: -20%;
  }
}
.top-sec1__h2 {
  display: inline-block;
  white-space: nowrap;
  font-size: clamp(4.063rem, 2.746rem + 5.69vw, 8.125rem);
  color: var(--rd);
  font-weight: 500;
  letter-spacing: 0.1em;
  -webkit-animation: flowText 17s linear infinite;
          animation: flowText 17s linear infinite;
}

@-webkit-keyframes flowText {
  0% {
    transform: translateX(0);
  }
  100% {
    transform: translateX(-50%);
  }
}

@keyframes flowText {
  0% {
    transform: translateX(0);
  }
  100% {
    transform: translateX(-50%);
  }
}
.top-sec2 {
  position: relative;
  z-index: 2;
}
.top-sec2__img {
  margin-left: -50px;
}
.top-sec2__img img {
  border-radius: 15px;
}
.top-sec2__img2 {
  margin-right: -50px;
}
.top-sec2__img2 img {
  border-radius: 15px;
}
.top-sec2__point {
  position: relative;
}
.top-sec2__point::after {
  content: "";
  position: absolute;
  background-color: #000;
  width: 1px;
  height: 100%;
  top: 0;
  right: -45%;
  z-index: 5;
}
.top-sec2__text {
  width: 80%;
}

.top-sec2::before {
  content: "";
  position: absolute;
  background-color: var(--bei);
  bottom: 0;
  right: 0;
  width: 70%;
  height: 77%;
  z-index: -1;
}
@media (max-width: 991px) {
  .top-sec2::before {
    display: none;
  }
}

.top-sec3__h2 {
  font-size: clamp(1.438rem, -0.122rem + 6.74vw, 6.25rem);
}
.top-sec3__h2-box {
  border-bottom: var(--wh) 2px solid;
}
.top-sec3__title {
  position: relative;
  padding: 30px 0;
  display: inline-block;
}
.top-sec3__title::before, .top-sec3__title::after {
  content: "";
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  width: 300px;
  height: 25px;
  background: url("../images/chaina-wh-s.svg") no-repeat center/contain;
  z-index: 1;
}
.top-sec3__title::before {
  top: 0;
}
.top-sec3__title::after {
  bottom: 0;
}
.top-sec3__box1 {
  border-right: #fff 2px solid;
  border-bottom: #fff 2px solid;
}
.top-sec3__box2 {
  border-bottom: #fff 2px solid;
}
.top-sec3__box3 {
  border-left: #fff 2px solid;
  border-bottom: #fff 2px solid;
}
.top-sec3__menu-img {
  width: 90%;
}
@media (min-width: 576px) {
  .top-sec3__menu-img {
    width: 70%;
  }
}
@media (min-width: 992px) {
  .top-sec3__menu-img {
    width: 100%;
  }
}
.top-sec3__menu-img img {
  width: 100%;
}

.top-sec4 {
  position: relative;
}
.top-sec4__title {
  background-color: #fff;
  margin-left: -13px;
}
@media (min-width: 992px) {
  .top-sec4__left {
    border-right: #000 2px solid;
  }
}
.top-sec4__cont {
  background-color: #fff;
}
.top-sec4__h2-wrap {
  position: absolute;
  left: 0;
  top: 5%;
  width: 100%;
  overflow: hidden;
  z-index: 10;
}
@media (min-width: 768px) {
  .top-sec4__h2-wrap {
    top: 2%;
  }
}
.top-sec4__h2 {
  display: inline-block;
  white-space: nowrap;
  font-size: clamp(4.063rem, 2.746rem + 5.69vw, 8.125rem);
  color: var(--rd);
  font-weight: 500;
  letter-spacing: 0.1em;
  -webkit-animation: flowText 17s linear infinite;
          animation: flowText 17s linear infinite;
}
.top-sec4__right img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.top-sec4__wrap {
  flex-grow: 1;
}

@keyframes flowText {
  0% {
    transform: translateX(0);
  }
  100% {
    transform: translateX(-50%);
  }
}
.top-sec5__ramen {
  width: 20%;
}
@media (max-width: 767px) {
  .top-sec5__ramen {
    display: none;
  }
}
@media (min-width: 992px) {
  .top-sec5__ramen {
    width: 13%;
  }
}
.top-sec5__ramen-left img {
  transform: scaleX(-1);
}
.top-sec5__news-item {
  border-radius: 20px;
}

.about-sec1__img {
  width: 80%;
}
@media (min-width: 576px) {
  .about-sec1__img {
    width: 70%;
  }
}
.about-sec1__img2 {
  width: 80%;
}
@media (min-width: 576px) {
  .about-sec1__img2 {
    width: 100%;
  }
}
.about-sec1__box {
  position: relative;
  z-index: 0;
}

.about-sec1__box::before {
  content: "";
  position: absolute;
  top: 10%;
  right: -25%;
  width: 150%;
  height: 80%;
  background-color: var(--bei);
  z-index: -1;
}
@media (min-width: 768px) {
  .about-sec1__box::before {
    top: 10%;
    right: -40%;
    width: 120%;
    height: 100%;
  }
}

.about-sec2__title {
  border-top: var(--wh) 2px solid;
  border-bottom: var(--wh) 2px solid;
}

.scene-sec1__img {
  width: 80%;
}

.scene-sec2__img {
  width: 100%;
}
@media (min-width: 768px) {
  .scene-sec2__img {
    width: 50%;
  }
}
.scene-sec2__img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.scene-sec2__text {
  width: 100%;
  padding: 7%;
}
@media (min-width: 768px) {
  .scene-sec2__text {
    width: 50%;
  }
}
.scene-sec2__title {
  position: relative;
  z-index: 1;
}
.scene-sec2__title2 {
  position: relative;
  z-index: 1;
}
.scene-sec2__title3 {
  position: relative;
  z-index: 1;
}

.scene-sec2__title::after {
  content: "";
  position: absolute;
  bottom: -15px;
  right: -20%;
  width: 25%;
  height: 150%;
  background: url(../images/scene-sec3-2.svg) no-repeat;
  z-index: 2;
}
@media (min-width: 768px) {
  .scene-sec2__title::after {
    bottom: -50px;
    right: -40px;
    width: 25%;
  }
}
@media (min-width: 992px) {
  .scene-sec2__title::after {
    bottom: -30px;
    right: -50px;
    width: 25%;
  }
}
@media (min-width: 1200px) {
  .scene-sec2__title::after {
    bottom: -30px;
    right: -60px;
    width: 20%;
  }
}
@media (min-width: 1400px) {
  .scene-sec2__title::after {
    bottom: -30px;
    right: -80px;
    width: 20%;
  }
}

.scene-sec2__title2::after {
  content: "";
  position: absolute;
  bottom: -15px;
  right: -25%;
  width: 25%;
  height: 150%;
  background: url(../images/scene-sec3-4.svg) no-repeat;
  z-index: 2;
}
@media (min-width: 768px) {
  .scene-sec2__title2::after {
    bottom: -40px;
    right: -60px;
    width: 25%;
  }
}
@media (min-width: 992px) {
  .scene-sec2__title2::after {
    bottom: -30px;
    right: -80px;
    width: 25%;
  }
}
@media (min-width: 1200px) {
  .scene-sec2__title2::after {
    bottom: -30px;
    right: -80px;
    width: 20%;
  }
}
@media (min-width: 1400px) {
  .scene-sec2__title2::after {
    bottom: -30px;
    right: -90px;
    width: 20%;
  }
}

.scene-sec2__title3::after {
  content: "";
  position: absolute;
  bottom: -15px;
  right: -27%;
  width: 25%;
  height: 150%;
  background: url(../images/scene-sec3-6.svg) no-repeat;
  z-index: 2;
}
@media (min-width: 768px) {
  .scene-sec2__title3::after {
    bottom: -30px;
    right: -60px;
    width: 25%;
  }
}
@media (min-width: 992px) {
  .scene-sec2__title3::after {
    bottom: -30px;
    right: -70px;
    width: 25%;
  }
}
@media (min-width: 1200px) {
  .scene-sec2__title3::after {
    bottom: -30px;
    right: -70px;
    width: 20%;
  }
}
@media (min-width: 1400px) {
  .scene-sec2__title3::after {
    bottom: -30px;
    right: -80px;
    width: 20%;
  }
}

.ramen-sec1__img {
  width: 90%;
}

.ramen-sec2__h2 {
  width: 100%;
  font-size: 45px;
  background: linear-gradient(180deg, #fff 0%, #fff 60%, #dfdccd 60%, #dfdccd 100%);
}
@media (min-width: 576px) {
  .ramen-sec2__h2 {
    font-size: 70px;
  }
}
@media (min-width: 768px) {
  .ramen-sec2__h2 {
    font-size: 80px;
  }
}
@media (min-width: 992px) {
  .ramen-sec2__h2 {
    font-size: 90px;
  }
}
@media (min-width: 992px) and (min-width: 1200px) {
  .ramen-sec2__h2 {
    font-size: 100px;
  }
}
@media (min-width: 992px) and (min-width: 1400px) {
  .ramen-sec2__h2 {
    font-size: 110px;
  }
}
.ramen-sec2__title {
  position: relative;
  padding: 30px 0 35px;
  display: inline-block;
  font-size: clamp(1.25rem, 1.018rem + 1.24vw, 2.188rem);
  color: var(--gold);
}
.ramen-sec2__title::before, .ramen-sec2__title::after {
  content: "";
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  width: clamp(18.125rem, 16.423rem + 9.08vw, 25rem);
  height: 25px;
  background: url("../images/chaina-gold.svg") no-repeat center/contain;
  z-index: 1;
}
.ramen-sec2__title::before {
  top: 0;
}
.ramen-sec2__title::after {
  bottom: 0;
}
.ramen-sec2__set1 img {
  width: 70%;
}
.ramen-sec2__va {
  display: inline-block;
  width: clamp(15.625rem, 9.603rem + 32.12vw, 25rem);
  padding: 10px 0;
  color: #fff;
  text-align: center;
  font-size: clamp(1.125rem, 0.983rem + 0.61vw, 1.563rem);
  background-color: var(--rd);
  margin-bottom: 10px;
}
@media (min-width: 768px) {
  .ramen-sec2__va {
    width: 200px;
  }
}
@media (min-width: 992px) {
  .ramen-sec2__va {
    width: 265px;
  }
}
.ramen-sec2__box1 {
  border-bottom: #fff 2px solid;
}
.ramen-sec2__box2 {
  width: 100%;
  border-bottom: #fff 2px solid;
}
@media (min-width: 768px) {
  .ramen-sec2__box2 {
    width: 50%;
    border-bottom: 0;
    border-right: #fff 2px solid;
  }
}
.ramen-sec2__box3 {
  width: 100%;
}
@media (min-width: 768px) {
  .ramen-sec2__box3 {
    width: 50%;
  }
}

.ramen-sec3__title {
  border-bottom: #fff 2px solid;
}
.ramen-sec3__ramen {
  border-bottom: #fff 2px solid;
}
.ramen-sec3__menu-font {
  font-size: clamp(0.75rem, 0.59rem + 0.85vw, 1rem);
  line-height: clamp(1.75rem, 1.642rem + 0.58vw, 2.188rem);
}
@media (min-width: 768px) {
  .ramen-sec3__menu-font {
    font-size: 12px;
  }
}
@media (min-width: 992px) {
  .ramen-sec3__menu-font {
    font-size: clamp(0.875rem, 0.753rem + 0.2vw, 0.938rem);
  }
}
@media (min-width: 1200px) {
  .ramen-sec3__menu-font {
    font-size: clamp(0.938rem, 0.688rem + 0.33vw, 1rem);
  }
}

.drink-title {
  display: block;
  padding: 5px 0;
  border: #fff 2px solid;
  font-size: clamp(1.125rem, 0.983rem + 0.61vw, 1.563rem);
}

.takeout-sec1__rec {
  font-size: 13px;
}
@media (min-width: 576px) {
  .takeout-sec1__rec {
    font-size: 14px;
  }
}
@media (min-width: 768px) {
  .takeout-sec1__rec {
    font-size: 12px;
  }
}
@media (min-width: 992px) {
  .takeout-sec1__rec {
    font-size: 14px;
  }
}
@media (min-width: 1200px) {
  .takeout-sec1__rec {
    font-size: 15px;
  }
}
@media (min-width: 1400px) {
  .takeout-sec1__rec {
    font-size: 16px;
  }
}

.takeout-sec2__title {
  border-bottom: #000 2px solid;
}
.takeout-sec2__menu {
  display: block;
  padding: 5px 0;
  border: #000 2px solid;
  font-size: clamp(1.125rem, 0.983rem + 0.61vw, 1.563rem);
}

.takeout-last-img {
  height: 70dvh;
}

.philo-sec1__h2 {
  width: 100%;
  font-size: 45px;
  background: linear-gradient(180deg, #fff 0%, #fff 60%, #dfdccd 60%, #dfdccd 100%);
}
@media (min-witdh: 400px) {
  .philo-sec1__h2 {
    font-size: 50px;
  }
}
@media (min-width: 576px) {
  .philo-sec1__h2 {
    font-size: 60px;
  }
}
@media (min-width: 768px) {
  .philo-sec1__h2 {
    font-size: 55px;
  }
}
@media (min-width: 992px) {
  .philo-sec1__h2 {
    font-size: 70px;
  }
}
@media (min-width: 992px) and (min-width: 1200px) {
  .philo-sec1__h2 {
    font-size: 80px;
  }
}
@media (min-width: 992px) and (min-width: 1400px) {
  .philo-sec1__h2 {
    font-size: 90px;
  }
}
.philo-sec1__title {
  display: inline-block;
  padding: 6px 20px;
  background-color: #fff;
}
.philo-sec1__box {
  align-items: stretch;
}
.philo-sec1__left {
  width: 100%;
}
.philo-sec1__left img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.pjilo-sec2 {
  height: 80dvh;
}

.info-fv {
  height: 80dvh;
}

.info-box {
  width: 100%;
  font-size: 14px;
}
@media (min-width: 576px) {
  .info-box {
    font-size: 13px;
  }
}
@media (min-width: 768px) {
  .info-box {
    font-size: 15px;
  }
}
@media (min-width: 992px) {
  .info-box {
    width: 70%;
    font-size: 14px;
  }
}
@media (min-width: 1200px) {
  .info-box {
    font-size: 17px;
  }
}

.info-title {
  width: 120px;
  margin-right: 0px;
  text-align: center;
}
@media (min-width: 576px) {
  .info-title {
    width: 100px;
    margin-right: 30px;
    text-align: left;
  }
}
@media (min-width: 768px) {
  .info-title {
    width: 110px;
    margin-right: 100px;
  }
}
@media (min-width: 992px) {
  .info-title {
    width: 120px;
  }
}
.info-title__box {
  position: relative;
  margin-bottom: 28px;
}

.info-title__box a:hover {
  color: var(--rd);
}

.info-title__box::after {
  content: "";
  position: absolute;
  bottom: -15px;
  left: 0;
  background-color: #000;
  width: 100%;
  height: 1px;
}

.info-gm {
  width: 100%;
  height: 300px;
}
.info-gm__box {
  width: 100%;
  height: 300px;
}
@media (min-width: 992px) {
  .info-gm__box {
    width: 70%;
  }
}

.info-slider {
  overflow: hidden;
  width: 100%;
}

.info-slider__track {
  display: flex;
  gap: 20px;
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
  -webkit-animation: scrollSlider 30s linear infinite;
          animation: scrollSlider 30s linear infinite;
}

.info-slider__track img {
  width: 300px;
  height: 200px;
  -o-object-fit: cover;
     object-fit: cover;
  flex-shrink: 0;
}

@-webkit-keyframes scrollSlider {
  0% {
    transform: translateX(0);
  }
  100% {
    transform: translateX(-50%);
  }
}

@keyframes scrollSlider {
  0% {
    transform: translateX(0);
  }
  100% {
    transform: translateX(-50%);
  }
}
.webgene-item a:hover {
  color: var(--rd);
}

.webgene-pagination {
  display: flex;
  justify-content: center;
  margin-top: clamp(3.125rem, 2.619rem + 2.19vw, 4.688rem);
}

.webgene-pagination a {
  display: inline-block;
  font-family: var(--font2);
  background-color: #000;
  color: #fff;
  text-align: center;
  padding: 5px 40px;
  border-radius: 50px;
  gap: 25px;
  transition: 0.3s;
}

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

.webgene-pagination li {
  display: inline-block;
}

.newsdetail-page {
  padding-top: 35%;
}
@media (min-width: 576px) {
  .newsdetail-page {
    padding-top: 20%;
  }
}
@media (min-width: 992px) {
  .newsdetail-page {
    padding-top: 15%;
  }
}

.pagelink {
  display: flex;
  gap: clamp(0.625rem, 0.313rem + 1.67vw, 1.875rem);
  justify-content: center;
}

.pagelink a {
  display: inline-block;
  font-family: var(--font2);
  background-color: #000;
  color: #fff;
  text-align: center;
  padding: 5px 40px;
  border-radius: 50px;
  gap: 25px;
  transition: 0.3s;
}

.pagelink a:hover {
  color: #fff;
  background-color: var(--rd);
}

.news-btn {
  font-family: var(--font2);
  padding: 5px;
  display: block;
  background-color: #fff;
  border: #000 2px solid;
  border-radius: 50px;
  width: clamp(12.5rem, 11.391rem + 5.92vw, 16.938rem);
}

.news-btn:hover {
  color: var(--rd);
  background-color: #fff;
  border: var(--rd) 2px solid;
}