@charset "UTF-8";

/**********  reset  ****************************************/
*,
*::before,
*::after {
  margin: 0;
  padding: 0;
  box-sizing: border-box
}

:where([hidden]:not([hidden='until-found'])) {
  display: none !important
}

:where(html) {
  -webkit-text-size-adjust: none;
  color-scheme: dark light;
  tab-size: 2;
  scrollbar-gutter: stable
}

:where(html:has(dialog:modal[open])) {
  overflow: clip
}

@media (prefers-reduced-motion:no-preference) {
  :where(html:focus-within) {
    scroll-behavior: smooth
  }
}

:where(body) {
  line-height: 1.5;
  font-family: system-ui, sans-serif;
  -webkit-font-smoothing: antialiased
}

:where(button) {
  all: unset
}

:where(input, button, textarea, select) {
  font: inherit;
  color: inherit
}

:where(textarea) {
  resize: vertical;
  resize: block
}

:where(button, label, select, summary, [role='button'], [role='option']) {
  cursor: pointer
}

:where(:disabled) {
  cursor: not-allowed
}

:where(label:has(>input:disabled), label:has(+input:disabled)) {
  cursor: not-allowed
}

:where(a) {
  color: inherit;
  text-underline-offset: .2ex
}

:where(ul, ol) {
  list-style: none
}

:where(img, svg, video, canvas, audio, iframe, embed, object) {
  display: block
}

:where(img, picture, svg, video) {
  max-inline-size: 100%;
  block-size: auto
}

:where(p, h1, h2, h3, h4, h5, h6) {
  overflow-wrap: break-word
}

:where(h1, h2, h3) {
  line-height: calc(1em + 0.5rem);
  text-wrap: balance
}

:where(hr) {
  border: none;
  border-block-start: 1px solid;
  color: inherit;
  block-size: 0;
  overflow: visible
}

:where(dialog) {
  border: none;
  background: none;
  inset: unset;
  max-width: unset;
  max-height: unset
}

:where(dialog:not([open])) {
  display: none !important
}

:where(:focus-visible) {
  outline: 3px solid CanvasText;
  box-shadow: 0 0 0 5px Canvas;
  outline-offset: 1px
}

:where(:focus-visible, :target) {
  scroll-margin-block: 8vh
}

:where(.visually-hidden:not(:focus-within, :active)) {
  clip-path: inset(50%) !important;
  height: 1px !important;
  width: 1px !important;
  overflow: hidden !important;
  position: absolute !important;
  white-space: nowrap !important;
  border: 0 !important
}

a {
  text-decoration: none;
}

/** {  outline: 1px solid red;  }**/

/* 基本設定 */
body {
  margin: 0;
  overflow-x: hidden;
  /* 横スクロールを無効化 */
  height: 100%;
  /* 高さ100%に設定 */
  font-family: 'Noto Sans JP', sans-serif;
}

body {
  overflow-x: hidden;
  font-family: 'Noto Sans JP', sans-serif;
  color: #222;
}

body {
  overflow-x: clip;
}

html,
body {
  margin: 0;
  padding: 0;
  width: 100%;
  overflow-x: hidden;
}

@import url(http://fonts.googleapis.com/earlyaccess/notosansjp.css);

section {
  padding: 0 90px;
  padding-left: clamp(20px, 6vw, 90px);
  padding-right: clamp(20px, 6vw, 90px);
}

.oswald {
  font-family: 'Oswald', sans-serif;
}


.btn {
  font-family: 'Oswald', sans-serif;
  font-weight: 900;
  font-size: clamp(12px, 5vw, 60px);
  line-height: 1;
  text-align: right;
  position: relative;
  display: inline-block;
  padding-right: 80px;
  /* 矢印の分だけ余白 */
  cursor: pointer;
  left: 100%;
  position: relative;
  transform: translateX(-100%);
}

.btn .arrow {
  position: absolute;
  bottom: 3px;
  right: 20px;
  transform: translateY(-50%);
  width: 30px;
  height: 1px;
  background-color: #FF9900;
  border-radius: 9999px;
  transition: right 0.5s ease;
}

.btn .arrow::before {
  content: "";
  position: absolute;
  top: calc(50% - 2px);
  right: 0;
  width: 15px;
  height: 1px;
  border-radius: 9999px;
  background-color: #FF9900;
  transform: rotate(45deg);
  transform-origin: calc(100% - 2px) 50%;
}

.btn:hover .arrow {
  right: 10px;
}

.btn_orange {
  background: linear-gradient(90deg, #DC402B 0%, #FDC424 70%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

.ttl {
  padding-right: clamp(20px, 6vw, 90px);
}

.ttl .ttl_en {
  font-family: 'Oswald', sans-serif;
  font-weight: 900;
  font-size: clamp(12px, 10vw, 120px);
  line-height: 1;
  letter-spacing: -0.3rem;
}

.ttl .ttl_jp {
  font-weight: bold;
  font-size: clamp(12px, 10vw, 30px);
  padding-top: 20px;
}

@media screen and (max-width: 768px) {
  .btn {
    font-size: clamp(12px, 7vw, 20px);
    padding-right: 60px;
  }

  .btn .arrow {
    bottom: 1px;
    width: 20px;
  }

  .btn .arrow::before {
    top: calc(50% - 2px);
    width: 10px;
  }

  .ttl .ttl_en {
    letter-spacing: -0.1rem;
    font-size: clamp(12px, 15vw, 60px);
  }

  .ttl .ttl_jp {
    font-size: clamp(12px, 5vw, 18px);
    padding-top: 6px;
  }
}


/**********　　nav　　**********/
@media (min-width: 769px) {
  .main-content {
    padding-right: 200px;
    /* ナビの幅と同じ */
  }
}

/* 全体共通 */

.nav .logo {
  margin-right: 0;
}

.nav .logo img {
  width: clamp(30px, 5.5vw, 92px);
  margin-right: 0;
}

.nav-links {
  display: flex;
  flex-direction: column;
  gap: 10px;
  padding-top: clamp(30px, 3vw, 90px);
  font-family: 'Oswald', sans-serif;
  font-weight: 600;
  font-size: clamp(15px, 1.5vw, 21px);
  line-height: 1;
  letter-spacing: -0.05rem;
}

.nav-links a {
  color: #555555;
  text-decoration: none;
  font-weight: bold;
  transition: color 0.3s;
}

.nav-links a:hover {
  color: #ff6600;
}

/* ハンバーガー */
.hamburger {
  display: none;
  flex-direction: column;
  gap: 5px;
  margin-top: auto;
  cursor: pointer;
}

.hamburger span {
  width: 25px;
  height: 3px;
  background: white;
  display: block;
  border-radius: 2px;
}

.nav {
  position: fixed;
  top: 38%;
  right: clamp(20px, 6vw, 90px);
  width: auto;
  max-height: 80vh;
  transform: translateY(-50%);
  display: flex;
  flex-direction: column;
  align-items: center;
  overflow-y: auto;
  z-index: 1000;
  pointer-events: auto;
  text-align: right;
  transition: top 0.5s ease, transform 0.5s ease;
}

.nav a {
  text-decoration: none;
  padding: 10px 0;
}

.nav img {
  width: 100px;
  margin-bottom: 20px;
}

.logo {
  position: relative;
  display: inline-block;
  width: auto;
}

.logo img {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  transition: opacity 0.5s ease-in-out;
  /* ← ここでゆっくり切り替え */
}

.logo .logo-default {
  opacity: 1;
  z-index: 1;
}

.logo .logo-hover {
  opacity: 0;
  z-index: 2;
}

/* ホバー時に切り替え */
.logo:hover .logo-default {
  opacity: 0;
}

.logo:hover .logo-hover {
  opacity: 1;
}

@media screen and (min-width: 769px) {
  .nav.fixed-top {
    top: 60px !important;
    transform: none !important;
  }

  .nav.fixed-top .nav-links {
    gap: 0;
    padding-top: 15px;
  }
}

.logo {
  position: relative;
  display: inline-block;
  width: clamp(30px, 5.5vw, 92px);
  /* ← お好みで調整 */
  height: auto;
  /* 重要：高さ確保 */
}

.logo img {
  display: block;
  width: 100%;
  height: auto;
  transition: opacity 0.5s ease-in-out;
  pointer-events: none;
  /* クリック判定がズレないように */
}

.logo .logo-default {
  position: relative;
  opacity: 1;
  z-index: 1;
}

.logo .logo-hover {
  position: absolute;
  top: 0;
  left: 0;
  opacity: 0;
  z-index: 2;
}

/* ホバー時に切り替え */
.logo:hover .logo-default {
  opacity: 0;
}

.logo:hover .logo-hover {
  opacity: 1;
}

@media screen and (max-width: 768px) {
  .nav {
    width: 100%;
    height: auto;
    flex-direction: row;
    justify-content: space-between;
    padding: 0 20px;
    right: 0;
    top: 0;
    transform: none;
    background: rgba(34, 34, 34, 0.1);
    max-height: none;
  }

  .nav-links {
    position: fixed;
    top: 0;
    right: 0;
    width: 150px;
    height: 100vh;
    background: rgba(34, 34, 34, 0.9);
    flex-direction: column;
    align-items: center;
    justify-content: center;
    transform: translateX(100%);
    transition: transform 0.3s ease;
    font-size: clamp(15px, 5vw, 21px);
  }

  .nav-links.active {
    transform: translateX(0);
  }

  .hamburger {
    display: flex;
    z-index: 999;
    margin-top: 0;
  }

  .nav .logo img {
    width: clamp(30px, 15vw, 160px);
  }

  .nav .logo {
    margin-top: 20px;
  }

  .hamburger {
    display: flex;
    flex-direction: column;
    gap: 5px;
    cursor: pointer;
    z-index: 1001;
  }

  .hamburger span {
    width: 25px;
    height: 3px;
    background: white;
    display: block;
    border-radius: 2px;
    transition: all 0.3s ease;
  }

  .nav-links a {
    color: #fff;
    letter-spacing: 0;
  }

  .hamburger.open span:nth-child(1) {
    transform: rotate(45deg) translate(6px, 5px);
  }

  .hamburger.open span:nth-child(2) {
    opacity: 0;
  }

  .hamburger.open span:nth-child(3) {
    transform: rotate(-45deg) translate(6px, -6px);
  }

  .logo .logo-hover {
    position: absolute;
    top: 0;
    left: 0;
    opacity: 0;
    z-index: 2;
  }
}

/**********　　kv　　**********/
#kv {
  height: 100vh;
  background-image: linear-gradient(90deg, rgba(17, 17, 17, 1), rgba(51, 51, 51, 1));
  color: white;
  align-items: center;
  justify-content: center;
  position: relative;
}

#kv .catchphrase {
  position: absolute;
  top: 45%;
  left: 0;
  right: 200px;
  /*right: clamp(10px, 6vw, 200px);*/
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  padding-left: clamp(20px, 6vw, 90px);
  white-space: nowrap;
  /* 折り返さない */
  box-sizing: border-box;
}

#kv .text-en {
  display: inline-block;
  font-size: clamp(24px, 8vw, 150px);
  font-family: 'Oswald', sans-serif;
}

#kv .text-en div {
  display: inline-block;
}

#kv .text-jp {
  display: block;
  font-size: clamp(12px, 2vw, 26px);
  letter-spacing: 2rem;
  font-weight: bold;
  margin: 0 auto 5%;
  background: linear-gradient(90deg, #DC402B 0%, #FDC424 15%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  font-weight: 300;
  padding-top: 70px;
}

@media screen and (max-width: 768px) {
  #kv .catchphrase {
    width: 100%;
    padding-right: 0;
  }

  #kv .text-jp {
    padding-top: 35px;
  }
}

@keyframes expandSpacing {
  0% {
    letter-spacing: 1rem;
    opacity: 0;
    transform: translateX(-10px);
  }

  100% {
    letter-spacing: 2rem;
    opacity: 1;
    transform: translateX(0);
  }
}

#kv .text-jp {
  opacity: 0;
  /* 初期状態で非表示 */
  animation: expandSpacing 0.9s ease-out forwards;
  animation-delay: 3s;
  /* 3秒後に開始 */
}

@keyframes flameDepth {
  0% {
    opacity: 0;
    transform: scale(0.6) translateZ(-500px);
    filter: blur(25px) brightness(300%);
    text-shadow: 0 0 40px #ff3300, 0 0 60px #ff6600;
  }

  50% {
    opacity: 1;
    transform: scale(1.05) translateZ(0px);
    filter: blur(10px) brightness(180%);
    text-shadow: 0 0 30px #ff6600, 0 0 50px #ff9900;
  }

  100% {
    opacity: 1;
    transform: scale(1) translateZ(0);
    filter: none;
    text-shadow: none;
  }
}

#kv .text-en {
  display: inline-block;
  font-size: clamp(24px, 8vw, 150px);
  font-family: 'Oswald', sans-serif;
  opacity: 0;
  animation: flameDepth 2s ease-out forwards;
  transform-origin: center;
  perspective: 1000px;
  /* 奥行き感を強調 */
  will-change: transform, filter;
}

#kv {
  height: 100vh;
  background-image: linear-gradient(90deg, rgba(17, 17, 17, 1), rgba(51, 51, 51, 1));
  color: white;
  align-items: center;
  justify-content: center;
  position: relative;
  perspective: 1000px;
  /* 👈 ここ追加 */
}

@keyframes logoDepth {
  0% {
    opacity: 0;
    transform: scale(2.5) translateZ(-400px);
    filter: blur(20px) brightness(250%);
  }

  100% {
    opacity: 1;
    transform: scale(1) translateZ(0);
    filter: blur(0) brightness(100%);
  }
}

#kv .text-en img {
  width: 17vw;
  height: auto;
  padding: 0 25px;
  opacity: 0;
  animation: logoDepth 1.5s ease-out 1.5s forwards;
}

@media screen and (max-width: 768px) {
  #kv {
    height: 80vh;
  }

  #kv .text-en img {
    width: 18vw;
    padding: 0 5px;
  }

  @keyframes expandSpacing {
    0% {
      letter-spacing: 0.5rem;
      opacity: 0;
      transform: translateX(-10px);
    }

    100% {
      letter-spacing: 1rem;
      opacity: 1;
      transform: translateX(0);
    }
  }
}


/**********　　company　　**********/
@media screen and (max-width: 768px) {
  #company {
    opacity: 0;
    transform: translateY(30px);
    transition: opacity 0.8s ease-out, transform 0.8s ease-out;
  }

  #company.visible {
    opacity: 1;
    transform: translateY(0);
  }
}


section#company,
section#benefits {
  padding: 0;
}

#company,
#benefits {
  position: relative;
  top: -110px;
  transform: translateY(-110px);
  background-image: linear-gradient(90deg, rgba(0, 0, 0, 1), rgba(34, 34, 34, 1));
  padding-bottom: 40px;
}

#company,
#benefits {
  top: 0;
  transform: translateY(0);
}

/*
#benefits .slick-dotted.slick-slider {
    margin-bottom: 0;
}
*/
#company .text_block,
#benefits .text_block {
  font-family: 'Oswald', sans-serif;
  font-weight: 900;
  font-size: clamp(12px, 10vw, 120px);
  -webkit-text-stroke: 1px #fff;
  letter-spacing: -0.3rem;
  color: transparent;
}

#company p,
#benefits p {
  color: #fff;
}

#company .section.slider1,
#benefits .section.slider1 {
  position: relative;
  width: clamp(240px, 50vw, 975px);
  height: auto;
  top: -120px;
}

/*
#benefits .section.slider1 {
  margin-top: 0;
  top: 0;
}
  */
#company .text_block,
#benefits .text_block {
  position: absolute;
  z-index: 1;
  bottom: 4%;
  left: 3%;
  line-height: 1;
}

.bg_black_g {
  position: relative;
}

.slider2,
.slider3 {
  width: clamp(60px, 25vw, 495px);
}

.slider2 {
  width: clamp(60px, 25vw, 495px);
  position: absolute;
  left: 52%;
  top: 6%;
}

.slider3 {
  position: absolute;
  left: 78.5%;
  top: 6%;
}

@media screen and (min-width: 769px) {
  .text_lead {
    width: 50%;
    display: block;
    position: relative;
    left: 52%;
    top: -18vw;
  }

  #company .bg_black_g,
  #benefits .bg_black_g {
    min-height: calc(100% - 300px);
    height: calc(100% - 300px);
    height: 50vw;
  }

  #company .section.slider1,
  #benefits .section.slider1 {
    padding-top: 90px;
    top: -90px;
    transform: translateY(-90px);
  }
}

@media screen and (max-width: 768px) {
  /*
  #benefits .section.slider1 {
    top: 0;
    transform: translateY(0);
  }
  */
}

/******スライダー slick********/
.sliderArea {
  max-width: 100%;
  margin: 0 auto;
  padding: 0;
}

.sliderArea.w300 {
  max-width: 300px;
}

.slick-slide {
  margin: 0 5px;
  margin: 0;
}

.slick-slide img {
  width: 100%;
  height: auto;
}

.slick-prev,
.slick-next {
  z-index: 1;
}

.slick-prev:before,
.slick-next:before {
  color: #000;
}

.slick-slide {
  transition: all ease-in-out .3s;
  opacity: .2;
}

.slick-active {
  opacity: 1;
}

.slick-current {
  opacity: 1;
}

.thumb {
  margin: 20px 0 0;
}

.thumb .slick-slide {
  cursor: pointer;
}

.thumb .slick-slide:hover {
  opacity: .7;
}

.slick-prev:before,
.slick-next:before {
  display: none;
}

.btn_more {
  position: relative;
  bottom: 40px;
}

@media screen and (max-width: 768px) {

  section#company,
  section#benefits {
    padding: 30px 0;
  }

  section#benefits {
    padding: 0;

  }

  #company,
  #benefits {
    top: 0;
  }

  #company .section.slider1,
  #benefits .section.slider1 {
    width: 100%;
  }

  .slider2,
  .slider3 {
    width: 50%;
    position: absolute;
    left: 0%;
    top: 32%;
    padding-right: 5px;
    padding-left: 15px;
  }

  .slider3 {
    left: 50%;
    padding-right: 15px;
    padding-left: 5px;
  }

  #benefits .slider2,
  #benefits .slider3 {
    top: 19%;
  }

  #company .text_block,
  #benefits .text_block {
    letter-spacing: -0.05rem;
  }

  #company .text_lead,
  #benefits .text_lead {
    padding: 15px;
    display: block;
  }

  /*
  #benefits .text_lead {
    padding-top: 110px;
  }
  */
  #benefits .text_lead {
    padding-top: 60px;
    padding-top: 0;
  }

  #company .btn_more,
  #benefits .btn_more {
    bottom: 0;
    padding-top: 15px;
  }
}

/**********　　blands　　**********/
section#blands {
  padding: 0;
  padding-top: clamp(20px, 9vw, 120px);
  position: relative;
  background: #fff;
}

#blands .ttl {
  text-align: right;
}

.blands_link {
  display: flex;
  flex-wrap: wrap;
}

.izakaya,
.ramen {
  position: relative;
  background-image: url(../img/img_brands_izakaya.jpg);
  background-size: cover;
  /* 画像を要素に合わせて拡大縮小 */
  background-position: center;
  background-repeat: no-repeat;
  height: 860px;
  height: clamp(200px, 40vw, 860px);
  padding: clamp(20px, 4vw, 90px);
  color: #fff;
  display: flex;
  flex-direction: column;
}

.izakaya:hover .blands_link_ttl,
.ramen:hover .blands_link_ttl {
  opacity: 0.5;
}

.blands_link_inner {
  margin-top: auto;
  /* ← 下揃え */
}

.blands_link a {
  position: relative;
  flex: 0 0 50%;
  max-width: 50%;
  display: block;
  z-index: 900;
}

.blands_link>a:first-child {
  top: -165px;
}

.blands_link>a:last-child {
  top: 3vw;
}

.ramen {
  right: 0;
  background-image: url(../img/img_brands_ramen.jpg);
  color: #000;
}

.izakaya,
.ramen {
  position: relative;
  overflow: hidden;
  z-index: 0;
}

.izakaya::before,
.ramen::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-size: cover;
  background-position: center;
  transition: transform 0.8s ease;
  z-index: -1;
}

/* 背景画像を設定 */
.izakaya::before {
  background-image: url(../img/img_brands_izakaya.jpg);
}

.ramen::before {
  background-image: url(../img/img_brands_ramen.jpg);
}

/* ホバー時に拡大 */
.izakaya:hover::before,
.ramen:hover::before {
  transform: scale(1.1);
}

.blands_link_ttl {
  color: #fff;
  display: flex;
  flex-wrap: wrap;
  align-items: flex-end;
  position: relative;
  transition: 0.5s;
}

.ramen .blands_link_ttl {
  color: #000;
}

.blands_link .ttl_en {
  font-family: 'Oswald', sans-serif;
  font-weight: 600;
  font-size: clamp(12px, 5vw, 90px);
  line-height: 1;
  letter-spacing: -0.1rem;
}

.blands_link .ttl_jp {
  font-weight: bold;
  font-size: clamp(12px, 1.6vw, 24px);
  padding-left: 20px;
}

.blands_link_list {
  display: flex;
  flex-wrap: wrap;
  text-align: right;
  right: 0;
  position: relative;
}

.blands_link_list div {
  overflow: hidden;
  position: relative;
  width: 100%;
  padding-top: clamp(6px, 1vw, 20px);
  transition: 0.5s;
}

.blands_link_list div:hover {
  color: #DC402B;
}

.blands_link_list span::before {
  content: "";
  display: inline-block;
  width: 9px;
  height: 2px;
  background-color: currentColor;
  /* 文字色と同じ */
  margin-right: 8px;
  /* テキストとの間に余白 */
  vertical-align: middle;
}

.blands_link .izakaya .arrow,
.blands_link .ramen .arrow {
  bottom: 0;
  position: absolute;
  bottom: clamp(6px, 2vw, 30px);
  right: 30px;
  transform: translateY(-50%);
  width: 30px;
  height: 1px;
  background-color: #FF9900;
  border-radius: 9999px;
  transition: right 0.5s ease;
}

.blands_link .izakaya .arrow::before,
.blands_link .ramen .arrow::before {
  content: "";
  position: absolute;
  top: calc(50% - 2px);
  right: 0;
  width: 15px;
  height: 1px;
  border-radius: 9999px;
  background-color: #FF9900;
  transform: rotate(45deg);
  transform-origin: calc(100% - 2px) 50%;
}

.blands_link .izakaya:hover .arrow,
.blands_link .ramen:hover .arrow {
  right: 15px;
}

.blands_link_inner {
  display: flex;
  /* 横並びにする */
  justify-content: space-between;
  /* 余白を均等に */
  align-items: flex-end;
  /* 高さ下揃え */
  margin-top: auto;
  /* 下寄せ */
  flex-wrap: wrap;
  /* スマホ対応で折り返し */
}

.blands_link_ttl,
.blands_link_list {
  flex: 1 1 50%;
  /* 幅半分ずつに */
  min-width: 200px;
  /* 小さくなりすぎないように */
}

.blands_link_list {
  text-align: right;
}

.blands_link_inner {
  display: flex;
  flex-wrap: nowrap;
  /* 折り返し禁止 */
  justify-content: space-between;
  align-items: flex-end;
  margin-top: auto;
}

.blands_link_ttl,
.blands_link_list {
  flex: 1 1 auto;
  min-width: 0;
  /* 幅制限を解除（flexアイテムのはみ出し防止） */
  box-sizing: border-box;
  /* padding込みの幅指定にする */
}

.blands_link_list span {
  font-size: clamp(12px, 1.4vw, 21px);
}

@media screen and (min-width: 769px) {
  .blands_link_ttl {
    width: 55%;
  }

  .blands_link_list {
    width: 46%;
  }
}

@media screen and (max-width: 768px) {
  .blands_link>a:first-child {
    top: 0;
  }

  section#blands {
    padding: 45px 0;
  }

  .blands_link_inner {
    flex-direction: column;
    align-items: flex-start;
  }

  .blands_link {
    display: block;
    padding-top: 20px;
  }

  .blands_link a {
    position: relative;
    flex: 0 0 100%;
    max-width: 100%;
  }

  .izakaya,
  .ramen {
    height: clamp(450px, 40vw, 500px);
    padding: 60px 20px;
  }

  .blands_link>a:last-child {
    top: 0;
  }

  .blands_link .ttl_en {
    font-size: clamp(24px, 50vw, 60px);
  }

  .blands_link .ttl_jp {
    font-size: clamp(14px, 1.6vw, 24px);
  }

  .blands_link_list {
    width: 100%;
    text-align: left;
  }

  .blands_link_list div {
    padding-top: 20px;
  }

  .blands_link_list span {
    font-size: clamp(14px, 4vw, 18px);
  }

  .blands_link_list div {
    text-align: end;
  }

  .blands_link .izakaya .arrow,
  .blands_link .ramen .arrow {
    bottom: clamp(6px, 8vw, 30px);
    right: 20px;
  }
}


/**********　　news　　**********/
section#news {
  padding-right: 0;
  padding-top: clamp(20px, 12vw, 163px);
  padding-bottom: clamp(20px, 9vw, 120px);
  padding-left: clamp(20px, 6vw, 90px);
  background: #fff;
}

.news_inner {
  display: flex;
  flex-wrap: wrap;
}

@media screen and (min-width: 769px) {
  #news .ttl {
    flex: 0 0 25%;
    max-width: 25%;
  }

  .ttl_list {
    flex: 0 0 75%;
    max-width: 75%;
  }
}

#news ul {
  border-top: 1px solid #eee;
}

#news li a,
#news li.a_none {
  padding: 30px 0;
  padding-top: clamp(10px, 1.5vw, 30px);
  padding-bottom: clamp(10px, 1.5vw, 30px);
  border-bottom: 1px solid #eee;
  display: flex;
  position: relative;
  box-sizing: border-box;
  align-items: center;
  justify-content: flex-start;
}

#news li.a_none {
  pointer-events: none;
}

.animated-lines {
  display: flex;
  flex-direction: column;
  gap: 4px;
  font-size: clamp(12px, 1.2vw, 18px);
  font-weight: normal;
}

.animated-lines .underline-line {
  position: relative;
  display: inline-block;
}

.animated-lines .underline-line::after {
  content: '';
  position: absolute;
  left: 0;
  bottom: 0;
  width: 0%;
  height: 1px;
  background-color: #222;
  transition: width 0.4s ease;
}

#news li a:hover .animated-lines .underline-line::after {
  width: 100%;
}

#news li p,
#news li p span:first-child {
  font-weight: 600;
  margin-right: 0px;
  font-family: 'Noto Sans JP', sans-serif;
  font-size: clamp(12px, 1.2vw, 18px);
}

#news li span:first-child {
  font-family: 'Oswald', sans-serif;
  font-weight: 900;
  margin-right: 20px;
  font-size: clamp(10px, 1.5vw, 15px);
}

#news li span:nth-child(2) {
  color: #fff;
  font-size: clamp(10px, 1vw, 12px);
  background: #222;
  padding: 0 10px 2px;
  margin-right: 30px;
  position: relative;
  max-width: 65px;
  width: auto;
  white-space: nowrap;
}

#news li .arrow {
  position: absolute;
  bottom: clamp(17px, 2.2vw, 40px);
  right: 30px;
  transform: translateY(-50%);
  width: 30px;
  height: 1px;
  background-color: #222;
  border-radius: 9999px;
  transition: right 0.5s ease;
}

#news li .arrow::before {
  content: "";
  position: absolute;
  top: calc(50% - 2px);
  right: 0;
  width: 15px;
  height: 1px;
  border-radius: 9999px;
  background-color: #222;
  transform: rotate(45deg);
  transform-origin: calc(100% - 2px) 50%;
}

#news li a:hover .arrow {
  right: 0;
}

@media screen and (max-width: 768px) {
  section#news {
    padding: 0 0 45px 0;
  }

  .news_inner {
    display: block;
  }

  #news .ttl {
    padding-left: 15px;
    padding-bottom: 20px;
  }

  #news .ttl_list {
    padding: 0 0 0 15px;
  }

  #news li a,
  #news li.a_none {
    display: block;
    padding-top: clamp(15px, 5vw, 20px);
    padding-bottom: clamp(15px, 5vw, 20px);
  }

  #news li.a_none {
    padding-right: 15px;
  }

  #news li span:first-child {
    font-size: clamp(14px, 4.5vw, 18px);
  }

  #news li span:nth-child(2) {
    font-size: clamp(12px, 2vw, 14px);
    top: -2px;
    margin-right: 0;
  }

  #news li p,
  #news li p span:first-child {
    font-size: clamp(15px, 2vw, 18px);
    padding-top: 3px;
    line-height: 1.4;
  }

  #news li a {
    padding-right: 35px;
  }

  #news li .arrow {
    right: 15px;
    bottom: clamp(40px, 3vw, 50px);
    width: 20px;
  }

  #news li .arrow::before {
    width: 10px;
  }
}


/**********　　ループ画像　　**********/
section#move_img {
  padding: 0;
  margin-bottom: clamp(20px, 9vw, 120px);
  background: #fff;
}

#move_img {
  overflow: hidden;
}

.move_img_inner {
  padding: 10px 0 30px 0;
  background-image: linear-gradient(90deg, rgba(51, 51, 51, 1), rgba(17, 17, 17, 1));
}

.scroll {
  /*overflow: hidden;*/
  white-space: nowrap;
  padding-top: 20px;
}

.scroll-track {
  display: flex;
  animation: scroll-left 30s linear infinite;
  min-width: 2521px;
  /* または img の合計幅 */
}

.scroll.scroll-right .scroll-track {
  animation: scroll-right 30s linear infinite;
}

.scroll-track img {
  display: block;
  width: auto;
  max-height: 180px;
  height: auto;
  flex-shrink: 0;
  object-fit: cover;
  padding-right: 20px;
}

.scroll-track img {
  height: 180px;
  /* 必要に応じて変更可 */
  width: 2521px;
  /* または width: 100%; で親要素にフィット */
}

@keyframes scroll-left {
  0% {
    transform: translateX(0);
  }

  100% {
    transform: translateX(-33.3333%);
  }
}

@keyframes scroll-right {
  0% {
    transform: translateX(-33.3333%);
  }

  100% {
    transform: translateX(0);
  }
}

@media screen and (max-width: 768px) {
  .scroll-track img {
    height: 90px;
    width: 1260px;
    padding-right: 10px;
  }

  .scroll {
    padding-top: 10px;
  }

  .move_img_inner {
    padding: 10px 0 20px 0;
  }
}


/**********　　footer　　**********/
section#footer {
  padding: 0;
  background: #fff;
}

#footer .footer_btn_inner {
  display: flex;
  flex-wrap: wrap;
  align-items: flex-end;
  padding: 0 90px;
}

.footer_btn_inner {
  position: relative;
  z-index: 1;
}

.footer_btn_inner::before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  max-height: 300px;
  height: clamp(60px, 14.5vw, 300px);
  background: linear-gradient(180deg, rgba(0, 0, 0, 1), rgba(34, 34, 34, 1));
  z-index: -1;
  pointer-events: none;
}

#footer .btn_company,
#footer .btn_recruit {
  position: relative;
  /*width:  clamp(24px, 50%, 870px);*/
  background-image: url(../img/btn_img_company.jpg);
  background-repeat: no-repeat;
  color: #fff;
  display: flex;
  flex-direction: column;
  height: 520px;
  flex: 0 0 50%;
  max-width: 50%;
  padding: clamp(10px, 2vw, 40px);
}

#footer .btn_company,
#footer .btn_recruit {
  /* existing styles */
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
  flex-direction: row;
  /* 横並び */
}

#footer .btn_recruit {
  background-image: url(../img/btn_img_recruit.jpg);
}

#footer .ttl {
  padding-right: 0;
  flex: 0 0 60%;
  max-width: 60%;
  display: flex;
  /*flex-wrap: wrap;*/
  align-items: flex-end;
  position: relative;
  transition: 0.5s;
}

#footer .ttl .ttl_en {
  font-family: 'Oswald', sans-serif;
  font-weight: 900;
  font-size: clamp(12px, 3.3vw, 90px);
  line-height: 1;
  letter-spacing: -0.1rem;
}

#footer .ttl .ttl_jp {
  font-weight: bold;
  font-size: clamp(12px, 1.2vw, 30px);
  padding-left: 20px;
}

#footer .btn {
  font-size: clamp(12px, 1.5vw, 30px);
  flex: 0 0 35%;
  max-width: 35%;
  left: 40%;
}

#footer .btn_orange {
  display: flex;
  align-items: flex-end;
  gap: 8px;
  /* 矢印との隙間を調整 */
}

#footer .btn {
  padding-right: 40px;
}

#footer .btn_company:hover .btn .arrow,
#footer .btn_recruit:hover .btn .arrow {
  right: 0px;
}

#footer .btn_company,
#footer .btn_recruit {
  /* existing styles */
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
  flex-direction: row;
  /* 横並び */
}

#footer .btn_orange .arrow {
  display: inline-block;
  margin-bottom: 2px;
  /* 下に少し寄せて整える */
  width: 30px;
  height: 1px;
  /*background: url('../img/icon_arrow.svg') no-repeat center;*/
  background-size: contain;
}

#footer .btn_company,
#footer .btn_recruit {
  background-size: cover;
  background-position: center;
  aspect-ratio: 870 / 520;
  height: auto;
  /* 高さをaspect-ratioに任せる */
}

#footer .btn_company,
#footer .btn_recruit {
  position: relative;
  overflow: hidden;
  z-index: 0;
}

#footer .btn_company::before,
#footer .btn_recruit::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-size: cover;
  background-position: center;
  transition: transform 0.8s ease;
  z-index: -1;
}

/* 背景画像を設定 */
#footer .btn_company::before {
  background-image: url(../img/btn_img_company.jpg);
}

#footer .btn_recruit::before {
  background-image: url(../img/btn_img_recruit.jpg);
}

/* ホバー時に拡大 */
#footer .btn_company:hover::before,
#footer .btn_recruit:hover::before {
  transform: scale(1.1);
}

/* ------- テキスト -------- */
.footer_text_inner {
  display: flex;
  align-items: center;
  /* 上下中央に揃える */
  justify-content: space-between;
  background: #222;
  color: #fff;
  padding: 40px 90px;
  flex-wrap: nowrap;
  /* 折り返さない */
}

.footer_company {
  display: inline-flex;
}

.footer_company .address {
  margin-left: clamp(20px, 3.3vw, 60px);
  font-size: clamp(10px, 1.2vw, 16px);
}

.footer_nav_copy {
  display: inline-flex;
  justify-content: flex-end;
  align-items: center;
}

.footer_nav {
  display: inline-flex;
}

.footer_nav li a {
  padding-right: clamp(5px, 1.5vw, 30px);
  font-family: 'Oswald', sans-serif;
  font-size: clamp(12px, 1.5vw, 21px);
  font-weight: 500;
  text-decoration: none;
  white-space: nowrap;
  transition: 0.5s ease;
}

.footer_nav li:last-child a {
  padding-right: 0;
}

.footer_nav li a:hover {
  color: #DC402B;
}

.copyright {
  font-family: 'Noto Sans JP', sans-serif;
  font-weight: 100;
  font-size: clamp(10px, 1vw, 14px);
  white-space: nowrap;
  margin-left: clamp(20px, 3vw, 120px);
}

@media screen and (max-width: 768px) {

  #footer .footer_btn_inner {
    display: block;
    padding: 0 15px;
  }

  #footer .btn_company,
  #footer .btn_recruit {
    flex: 0 0 100%;
    max-width: 100%;
  }

  #footer .btn_company,
  #footer .btn_recruit {
    padding: 15px;
  }

  #footer .ttl .ttl_en {
    font-size: clamp(20px, 12vw, 60px);
  }

  #footer .ttl,
  #footer .btn {
    flex: 0 0 100%;
    max-width: 100%;
  }

  #footer .btn {
    left: 10%;

  }

  #footer .btn span:first-child {
    display: none;
  }

  .footer_text_inner {
    padding: 60px 15px;
    display: block;
  }

  .logo {
    width: clamp(60px, 20vw, 500px);
  }

  .footer_company .address {
    margin-left: clamp(20px, 9vw, 600px);
    font-size: clamp(10px, 3.2vw, 16px);
    text-align: justify;
    position: relative;
  }

  .footer_nav_copy {
    display: block;
  }

  .footer_nav {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: space-between;
    flex-wrap: nowrap;
    padding-top: 20px;
  }

  .footer_nav li a {
    display: block;
    padding-right: 0;
    font-size: clamp(14px, 4.5vw, 24px);
  }

  .copyright {
    text-align: end;
    padding-top: 15px;
    font-size: clamp(12px, 1vw, 14px);
  }
}


/****************************************************************************************************************************/
/* ページトップボタン全体 */
.pagetop-btn {
  position: fixed;
  padding: 15px 30px;
  bottom: 0;
  right: 0;
  /*
  width: 50px;
  height: 50px;
  background-color: #333;
  */
  display: flex;
  justify-content: center;
  align-items: center;
  cursor: pointer;
  z-index: 1000;
  /*
  box-shadow: 0 4px 8px rgba(0,0,0,0.2);
  */
  transition: opacity 0.3s, transform 0.3s;
}

/* ホバー時のアニメーション */
.pagetop-btn:hover {
  opacity: 0.8;
  transform: translateY(-6px);
}

/* 上向き矢印スタイル（横棒と斜め棒） */
.pagetop-btn .arrow-up {
  position: relative;
  width: 2px;
  height: 30px;
  background-color: #FF9900;
  border-radius: 9999px;
  transition: top 0.5s ease;
}

.pagetop-btn .arrow-up::after {
  content: "";
  position: absolute;
  right: calc(50% - 1px);
  top: 1px;
  width: 2px;
  height: 15px;
  border-radius: 9999px;
  background-color: #FF9900;
  transform: rotate(45deg);
  transform-origin: 50% 0;
}

@media screen and (min-width: 769px) {
  .pagetop-btn {
    padding: 30px;
    bottom: 15px;
    right: 15px;
  }
}