@charset "UTF-8";
/* resset.dev • v5.0.2 */
/* # =================================================================
   # Global selectors
   # ================================================================= */
html {
  box-sizing: border-box;
  -webkit-text-size-adjust: 100%; /* Prevent adjustments of font size after orientation changes in iOS */
  word-break: normal;
  -moz-tab-size: 4;
  -o-tab-size: 4;
     tab-size: 4;
}

*,
::before,
::after {
  background-repeat: no-repeat; /* Set `background-repeat: no-repeat` to all elements and pseudo elements */
  box-sizing: inherit;
}

::before,
::after {
  text-decoration: inherit; /* Inherit text-decoration and vertical align to ::before and ::after pseudo elements */
  vertical-align: inherit;
}

* {
  padding: 0; /* Reset `padding` and `margin` of all elements */
  margin: 0;
}

/* # =================================================================
   # General elements
   # ================================================================= */
hr {
  overflow: visible; /* Show the overflow in Edge and IE */
  height: 0; /* Add the correct box sizing in Firefox */
  color: inherit; /* Correct border color in Firefox. */
}

details,
main {
  display: block; /* Render the `main` element consistently in IE. */
}

summary {
  display: list-item; /* Add the correct display in all browsers */
}

small {
  font-size: 80%; /* Set font-size to 80% in `small` elements */
}

[hidden] {
  display: none; /* Add the correct display in IE */
}

abbr[title] {
  border-bottom: none; /* Remove the bottom border in Chrome 57 */
  /* Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari */
  text-decoration: underline;
  -webkit-text-decoration: underline dotted;
          text-decoration: underline dotted;
}

a {
  background-color: transparent; /* Remove the gray background on active links in IE 10 */
}

a:active,
a:hover {
  outline-width: 0; /* Remove the outline when hovering in all browsers */
}

code,
kbd,
pre,
samp {
  font-family: monospace, monospace; /* Specify the font family of code elements */
}

pre {
  font-size: 1em; /* Correct the odd `em` font sizing in all browsers */
}

b,
strong {
  font-weight: bolder; /* Add the correct font weight in Chrome, Edge, and Safari */
}

/* https://gist.github.com/unruthless/413930 */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

table {
  border-color: inherit; /* Correct border color in all Chrome, Edge, and Safari. */
  text-indent: 0; /* Remove text indentation in Chrome, Edge, and Safari */
}

iframe {
  border-style: none;
}

/* # =================================================================
   # Forms
   # ================================================================= */
input {
  border-radius: 0;
}

[type=number]::-webkit-inner-spin-button,
[type=number]::-webkit-outer-spin-button {
  height: auto; /* Correct the cursor style of increment and decrement buttons in Chrome */
}

[type=search] {
  -webkit-appearance: textfield; /* Correct the odd appearance in Chrome and Safari */
  outline-offset: -2px; /* Correct the outline style in Safari */
}

[type=search]::-webkit-search-decoration {
  -webkit-appearance: none; /* Remove the inner padding in Chrome and Safari on macOS */
}

textarea {
  overflow: auto; /* Internet Explorer 11+ */
  resize: vertical; /* Specify textarea resizability */
}

button,
input,
optgroup,
select,
textarea {
  font: inherit; /* Specify font inheritance of form elements */
}

optgroup {
  font-weight: bold; /* Restore the font weight unset by the previous rule */
}

button {
  overflow: visible; /* Address `overflow` set to `hidden` in IE 8/9/10/11 */
}

button,
select {
  text-transform: none; /* Firefox 40+, Internet Explorer 11- */
}

/* Apply cursor pointer to button elements */
button,
[type=button],
[type=reset],
[type=submit],
[role=button] {
  cursor: pointer;
}

/* Remove inner padding and border in Firefox 4+ */
button::-moz-focus-inner,
[type=button]::-moz-focus-inner,
[type=reset]::-moz-focus-inner,
[type=submit]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

/* Replace focus style removed in the border reset above */
button:-moz-focusring,
[type=button]::-moz-focus-inner,
[type=reset]::-moz-focus-inner,
[type=submit]::-moz-focus-inner {
  outline: 1px dotted ButtonText;
}

button,
html [type=button],
[type=reset],
[type=submit] {
  -webkit-appearance: button; /* Correct the inability to style clickable types in iOS */
}

/* Remove the default button styling in all browsers */
button,
input,
select,
textarea {
  background-color: transparent;
  border-style: none;
}

a:focus,
button:focus,
input:focus,
select:focus,
textarea:focus {
  outline-width: 0;
}

/* Style select like a standard input */
select {
  -moz-appearance: none; /* Firefox 36+ */
  -webkit-appearance: none; /* Chrome 41+ */
}

select::-ms-expand {
  display: none; /* Internet Explorer 11+ */
}

select::-ms-value {
  color: currentColor; /* Internet Explorer 11+ */
}

legend {
  border: 0; /* Correct `color` not being inherited in IE 8/9/10/11 */
  color: inherit; /* Correct the color inheritance from `fieldset` elements in IE */
  display: table; /* Correct the text wrapping in Edge and IE */
  max-width: 100%; /* Correct the text wrapping in Edge and IE */
  white-space: normal; /* Correct the text wrapping in Edge and IE */
  max-width: 100%; /* Correct the text wrapping in Edge 18- and IE */
}

::-webkit-file-upload-button {
  /* Correct the inability to style clickable types in iOS and Safari */
  -webkit-appearance: button;
  color: inherit;
  font: inherit; /* Change font properties to `inherit` in Chrome and Safari */
}

/* Replace pointer cursor in disabled elements */
[disabled] {
  cursor: default;
}

/* # =================================================================
   # Specify media element style
   # ================================================================= */
img {
  border-style: none; /* Remove border when inside `a` element in IE 8/9/10 */
}

/* Add the correct vertical alignment in Chrome, Firefox, and Opera */
progress {
  vertical-align: baseline;
}

/* # =================================================================
   # Accessibility
   # ================================================================= */
/* Specify the progress cursor of updating elements */
[aria-busy=true] {
  cursor: progress;
}

/* Specify the pointer cursor of trigger elements */
[aria-controls] {
  cursor: pointer;
}

/* Specify the unstyled cursor of disabled, not-editable, or otherwise inoperable elements */
[aria-disabled=true] {
  cursor: default;
}

/* ============================================ */
/* 変数 css↓ */
/* ============================================ */
/* ↓色変数↓ */
/* フォントサイズ変数 */
/* マージン変数 */
/* ============================================ */
/* 変数 css↑ */
/* ============================================ */
/* ============================================ */
/* 共通css↓ */
/* ============================================ */
/*---------------------------------------------*/
/*
/* 共有/全体
/*
/*---------------------------------------------*/
html {
  color: #121212;
  font-size: 62.5%;
  font-weight: 200;
  letter-spacing: 1.6px;
  line-height: 1;
  font-family: "fot-tsukuaoldmin-pr6n", "fot-tsukumin-pr6n", "游明朝", "Yu Mincho", YuMincho, "Hiragino Mincho Pro", serif;
  scroll-behavior: smooth;
  background: #f6f6f6;
}

html::-webkit-scrollbar {
  display: none;
}

main {
  padding-left: 136px;
}

.pc {
  display: block;
}

.sp {
  display: none !important;
}

a {
  text-decoration: none;
  color: #1F1F1F;
  transition: 0.5s;
}

a[type=button] {
  -webkit-appearance: none;
  background: none;
}

a:hover {
  transition: 0.5s;
}

ul {
  list-style: none;
  text-decoration: none;
}

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

.pc {
  display: block;
}

.sp {
  display: none;
}

/*---------------------------------------------*/
/* セクションのインナーボックス
/*---------------------------------------------*/
.section_wrap {
  width: 100%;
  height: 100%;
  padding-left: calc((100vw - 1360px) / 2);
  padding-right: calc((100vw - 1360px) / 2);
}
@media (max-width: 599px) {
  .section_wrap {
    padding-left: 16px;
    padding-right: 16px;
  }
}
@media (min-width: 600px) and (max-width: 1189px) {
  .section_wrap {
    padding-left: 5%;
    padding-right: 5%;
  }
}

/*---------------------------------------------*/
/* セクションタイトル
/*---------------------------------------------*/
.sec_title-portrait {
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
  font-size: 3.2rem;
  writing-mode: vertical-rl;
  line-height: 150%;
  letter-spacing: 8px;
  padding-top: 16px;
}
.sec_title-portrait span {
  font-size: 1.3rem;
  letter-spacing: 1.6px;
}

.sec_title {
  display: flex;
  flex-direction: column;
  font-size: 3.2rem;
  line-height: 150%;
  letter-spacing: 8px;
  margin-bottom: 80px;
}
.sec_title span {
  font-size: 1.3rem;
  letter-spacing: 1.6px;
  line-height: 110%;
}

.sec_title_center {
  display: flex;
  flex-direction: column;
  align-items: center;
  font-size: 3.2rem;
  line-height: 150%;
  letter-spacing: 8px;
  margin-bottom: 80px;
}
.sec_title_center span {
  font-size: 1.3rem;
  letter-spacing: 1.6px;
}
.sec_title_center.white {
  color: #fff;
}

.title_center_border {
  font-size: 4rem;
  margin-bottom: 40px;
  text-align: center;
  display: flex;
  flex-direction: column;
  align-items: center;
}
.title_center_border span {
  margin-top: 16px;
  width: 80px;
  height: 1.5px;
  background: #c39000;
}

/*---------------------------------------------*/
/* セクション本文
/*---------------------------------------------*/
.sec_text-portrait {
  font-size: 1.4rem;
  line-height: 200%;
  letter-spacing: 1.6px;
  writing-mode: vertical-rl;
}
.sec_text-portrait p {
  margin-bottom: 32px;
}
.sec_text-portrait p:last-child {
  margin-bottom: 0;
}

.sec_text {
  font-size: 1.4rem;
  line-height: 200%;
  letter-spacing: 1.6px;
  text-align: center;
}

.sec_text_left {
  font-size: 1.4rem;
  line-height: 200%;
  letter-spacing: 1.6px;
}

/*---------------------------------------------*/
/* もっと見るボタン
/*---------------------------------------------*/
.more-btn {
  font-size: 1.4rem;
  display: flex;
  -moz-column-gap: 16px;
       column-gap: 16px;
  padding: 0 8px 8px 8px;
  border-bottom: solid 1px #c5c5c5;
  transition: all 0.3s ease-in-out;
}
.more-btn:hover {
  color: #c39000;
  border-color: #c39000;
}
.more-btn i {
  font-size: 1.4rem;
  transition: all 0.3s ease-in-out;
}
.more-btn:hover i {
  transform: translateX(4px);
}

.more-btn-portrait {
  font-size: 1.4rem;
  display: flex;
  height: -moz-fit-content;
  height: fit-content;
  -moz-column-gap: 16px;
       column-gap: 16px;
  padding: 8px;
  writing-mode: vertical-rl;
  border-right: solid 1px #c5c5c5;
  transition: all 0.3s ease-in-out;
}
.more-btn-portrait:hover {
  color: #c39000;
  border-color: #c39000;
}
.more-btn-portrait i {
  font-size: 1.4rem;
  transition: all 0.3s ease-in-out;
}
.more-btn-portrait:hover i {
  transform: translateY(-4px);
}

/*---------------------------------------------*/
/*
/* 共有/子ページファーストビュー
/*
/*---------------------------------------------*/
.child_fv {
  position: relative;
  width: 100%;
  height: 100vh;
}
.child_fv .title {
  position: absolute;
  top: 50%;
  left: 40px;
  z-index: 1;
  color: #fff;
}
.child_fv .title h2 {
  font-size: 4rem;
  line-height: 125%;
  letter-spacing: 8px;
}
.child_fv .title h2 span {
  display: block;
  font-size: 1.4rem;
  letter-spacing: 4px;
}
.child_fv .child_fv_img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  z-index: 0;
}

.pankuzu-list {
  position: absolute;
  top: 64px;
  left: 40px;
  color: #fff;
  z-index: 1;
}
.pankuzu-list ul {
  display: flex;
  align-items: center;
  -moz-column-gap: 8px;
       column-gap: 8px;
}
.pankuzu-list ul li {
  font-size: 1.3rem;
}
.pankuzu-list ul li a {
  color: #fff;
}
@media (max-width: 599px) {
  .pankuzu-list {
    top: 24px;
  }
}

/*---------------------------------------------*/
/* parts/sushi-link.php用
/*---------------------------------------------*/
.sushi_link {
  padding: 240px 0;
}
.sushi_link .section_wrap {
  display: flex;
  flex-direction: column;
  align-items: center;
}
.sushi_link h4 {
  font-size: 3.2rem;
  letter-spacing: 1.6px;
  margin-bottom: 40px;
  letter-spacing: 6px;
  text-align: center;
  line-height: 164%;
}
.sushi_link .btn_list {
  width: -moz-fit-content;
  width: fit-content;
  display: flex;
  align-items: center;
  -moz-column-gap: 40px;
       column-gap: 40px;
}
.sushi_link .btn_list a {
  padding: 40px 64px;
  font-size: 2rem;
  border: solid 1px #121212;
  border-radius: 4px;
  display: flex;
  align-items: center;
}
.sushi_link .btn_list a i {
  font-size: 3.2rem;
  margin-right: 16px;
  color: #c39000;
}

/*---------------------------------------------*/
/* parts/contact.php用
/*---------------------------------------------*/
.contact_link {
  position: relative;
  padding: 160px 0;
  display: flex;
  align-items: center;
  justify-content: center;
  background: black;
}
.contact_link .section_wrap {
  display: flex;
  flex-direction: column;
  align-items: center;
  z-index: 1;
}
.contact_link h4 {
  font-size: 3.2rem;
  color: white;
  letter-spacing: 1.6px;
  margin-bottom: 40px;
  letter-spacing: 6px;
  text-align: center;
}
.contact_link .btn_list {
  width: -moz-fit-content;
  width: fit-content;
  display: flex;
  align-items: center;
  -moz-column-gap: 40px;
       column-gap: 40px;
}
.contact_link .btn_list a {
  padding: 40px 120px;
  font-size: 2rem;
  border: solid 1px;
  border-radius: 4px;
  display: flex;
  align-items: center;
  background: white;
  color: #c39000;
}
.contact_link .btn_list a i {
  font-size: 3.2rem;
  margin-right: 16px;
  color: #c39000;
}
.contact_link img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  z-index: 0;
  opacity: 0.7;
}

/*---------------------------------------------*/
/* parts/promotional-movie用
/*---------------------------------------------*/
.promotional_movie {
  position: relative;
  width: 100%;
  height: 500px;
}
.promotional_movie video {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.promotional_movie h4 {
  position: absolute;
  top: -32px;
  left: 40px;
  writing-mode: vertical-rl;
  display: flex;
  flex-direction: column;
  row-gap: 16px;
}
.promotional_movie h4 span {
  height: -moz-fit-content;
  height: fit-content;
  display: inline-block;
  font-size: 3.2rem;
  color: #121212;
  letter-spacing: 1.6px;
  background: #fff;
  padding: 16px 8px;
}
.promotional_movie .more-btn {
  position: absolute;
  bottom: 16px;
  right: 16px;
  z-index: 1;
  align-items: center;
  color: #121212;
  background: rgba(0, 0, 0, 0.5);
  padding: 8px 16px;
  border: solid 1px #121212;
  background: #fff;
  padding: 10px 24px;
}
.promotional_movie .more-btn i {
  color: #c39000;
  font-size: 2rem;
}

/*---------------------------------------------*/
/* よくあるボックスデザインA
/*---------------------------------------------*/
.common_box_a {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.common_box_a div {
  width: 45%;
  height: 320px;
}
.common_box_a p {
  width: 50%;
  font-size: 1.4rem;
  line-height: 180%;
}

/*---------------------------------------------*/
/* よくあるボックスデザインB(複数交差リスト)
/*---------------------------------------------*/
.common_list {
  width: 100%;
  display: flex;
  flex-direction: column;
  row-gap: 160px;
  margin-bottom: 80px;
  justify-content: space-between;
}
.common_list li {
  display: flex;
  justify-content: space-between;
}
.common_list li:nth-child(even) {
  flex-direction: row-reverse;
}
.common_list .common_list_img {
  width: 45%;
  height: 720px;
  overflow: hidden;
}
.common_list .common_list_text {
  display: flex;
  flex-direction: row-reverse;
  -moz-column-gap: 5vw;
       column-gap: 5vw;
}
.common_list .common_list_text h4 {
  font-size: 3.2rem;
  writing-mode: vertical-rl;
  letter-spacing: 8px;
  line-height: 200%;
}
.common_list .common_list_text p {
  font-size: 1.4rem;
  writing-mode: vertical-rl;
  line-height: 200%;
  padding-top: 40px;
  letter-spacing: 6px;
}

/*---------------------------------------------*/
/* よくあるボックスデザインC(画像の上に白いボックス黒文字)
/*---------------------------------------------*/
.common_h_imgbox {
  position: relative;
  width: 100%;
  height: 440px;
  margin-bottom: 120px;
}
.common_h_imgbox h4 {
  position: absolute;
  top: -32px;
  left: 40px;
  writing-mode: vertical-rl;
  display: flex;
  flex-direction: column;
  row-gap: 16px;
}
.common_h_imgbox h4 span {
  height: -moz-fit-content;
  height: fit-content;
  display: inline-block;
  font-size: 3.2rem;
  color: #121212;
  letter-spacing: 1.6px;
  background: #fff;
  padding: 16px 8px;
}

.privacy-policy {
  padding-bottom: 120px;
  background-color: #fff;
  padding-left: 140px;
  padding-right: 0px;
  padding-top: 120px;
}
.privacy-policy .heading {
  width: 100%;
  font-size: 20px;
  font-size: 16px;
  line-height: 30px;
  text-align: center;
}
.privacy-policy ul {
  margin-top: 180px;
}
.privacy-policy ul li {
  display: flex;
  gap: 6%;
  padding: 40px 0;
  border-top: 1px solid #828282;
  margin-right: 140px;
}
.privacy-policy ul li .title {
  font-weight: 600;
  color: #1E1E1E;
  font-size: 20px;
  width: 36%;
  line-height: 176%;
}
.privacy-policy ul li .content {
  color: #000;
  font-size: 16px;
  line-height: 31px;
  width: 100%;
}

.sitemap .flex-box {
  display: flex;
  justify-content: space-between;
  row-gap: 51px;
  flex-direction: column;
  padding: 80px 72px 70px;
}
.sitemap .flex-box a {
  color: #000;
  font-weight: 600;
  font-size: 20px;
  width: 25%;
  transition: 0.3s;
}
.sitemap .flex-box a:hover {
  transition: 0.3s;
  color: #c39000;
}

/*========= フェードアニメーション ===============*/
.fadeUp {
  animation-name: fadeUpAnime;
  animation-duration: 1.5s;
  animation-fill-mode: forwards;
  opacity: 0;
}

@keyframes fadeUpAnime {
  from {
    opacity: 0;
    transform: translateY(200px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}
.fadeLeft {
  animation-name: fadeLeftAnime;
  animation-duration: 1.3s;
  animation-fill-mode: forwards;
  opacity: 0;
}

@keyframes fadeLeftAnime {
  from {
    opacity: 0;
    transform: translateX(-200px);
  }
  to {
    opacity: 1;
    transform: translateX(0);
  }
}
.fadeRight {
  animation-name: fadeRightAnime;
  animation-duration: 1.3s;
  animation-fill-mode: forwards;
  opacity: 0;
}

@keyframes fadeRightAnime {
  from {
    opacity: 0;
    transform: translateX(200px);
  }
  to {
    opacity: 1;
    transform: translateX(0);
  }
}
.fadeUpTrigger,
.fadeUpTrigger_left,
.fadeUpTrigger_right {
  opacity: 0;
}

/*=========== スマホサイズ =============*/
@media (max-width: 599px) {
  .pc {
    display: none !important;
  }
  .sp {
    display: flex !important;
  }
  main {
    padding-left: 0;
  }
  .sushi_link h4 {
    font-size: 20px;
    line-height: 37px;
    font-weight: 100;
    letter-spacing: 1.6px;
  }
  .sushi_link .btn_list {
    flex-direction: column;
    row-gap: 10px;
    width: 100%;
  }
  .sushi_link .btn_list a {
    padding: 32px 64px;
    font-size: 16px;
    flex-direction: column;
    width: 100%;
    line-height: 33px;
    row-gap: 11px;
    text-align: center;
  }
  .sec_title span {
    letter-spacing: 5px;
    margin-bottom: 15px;
  }
  .sec_title {
    font-weight: 100;
  }
  .child_fv {
    height: 100svh;
  }
  .child_fv .title {
    writing-mode: vertical-rl;
    margin-top: auto;
    left: 32px;
    bottom: 40px;
    height: -moz-fit-content;
    height: fit-content;
  }
  .child_fv .title h2 {
    display: flex;
    flex-direction: column-reverse;
    align-items: flex-start;
    white-space: nowrap;
    font-size: 3.2rem;
    text-shadow: 0px 0px 4px #434343;
  }
  .promotional_movie {
    position: relative;
    width: 100%;
    height: 382px;
  }
  .promotional_movie h4 span {
    font-size: 23px;
  }
  .promotional_movie h4 {
    top: -32px;
    left: 20px;
    row-gap: 6px;
  }
  .promotional_movie .more-btn {
    position: absolute;
    bottom: 71px;
    right: 18px;
    color: #121212;
    border: none;
    background: #fff;
    padding: 14px 24px;
    font-size: 13px;
    letter-spacing: 4px;
  }
  .promotional_movie .more-btn i {
    color: #000;
    font-size: 17px;
  }
  .sushi_link {
    padding: 140px 0;
  }
  .sitemap .flex-box {
    padding: 80px 30px 70px;
    row-gap: 44px;
  }
  .sitemap .flex-box a {
    width: 100%;
    font-size: 17px;
  }
  .privacy-policy ul li .title {
    font-size: 17px;
    width: 100%;
  }
  .privacy-policy ul li .content {
    font-size: 14px;
    line-height: 26px;
    width: 100%;
  }
  .privacy-policy .heading {
    width: 85%;
    font-size: 14px;
    line-height: 26px;
    text-align: center;
    margin: 0 auto;
  }
  .sec_title span {
    width: 100%;
    color: #676767;
    margin-top: 18px;
  }
  .contact_link {
    padding: 66px 0;
  }
  .contact_link h4 {
    font-size: 16px;
    letter-spacing: 2px;
    margin-bottom: 60px;
    line-height: 24px;
    font-weight: 100;
  }
  .contact_link .btn_list {
    flex-direction: column;
    row-gap: 10px;
  }
  .contact_link .btn_list a {
    padding: 47px 120px;
    border: none;
  }
  .sec_text {
    font-size: 1.4rem;
    line-height: 200%;
    letter-spacing: 1.6px;
    text-align: center;
    font-size: 16px;
  }
  .common_h_imgbox {
    margin-top: 54px;
    margin-bottom: 43px;
  }
  .common_h_imgbox h4 {
    top: 18px;
    left: 40px;
    row-gap: 10px;
  }
  .common_h_imgbox h4 span {
    font-size: 20px;
  }
  .common_h_imgbox {
    height: 300px;
  }
  .common_list .common_list_text h4 {
    font-size: 24px;
    line-height: 35px;
    font-weight: 100;
  }
  .common_list .common_list_img {
    width: 62%;
    height: 440px;
    margin-top: 67px;
  }
  .common_list {
    row-gap: 40px;
  }
  .privacy-policy-main {
    padding-bottom: 120px;
    background-color: #fff;
    padding-left: 0;
    padding-right: 0px;
    padding-top: 0;
  }
  .privacy-policy-main .child_fv .title {
    writing-mode: vertical-rl;
    margin-top: -136px;
    left: 32px;
  }
  .privacy-policy {
    padding-bottom: 120px;
    background-color: #fff;
    padding-left: 16px;
    padding-right: 16px;
    padding-top: 120px;
  }
  .privacy-policy ul li {
    gap: 6%;
    padding: 40px 0;
    border-top: 1px solid #828282;
    margin-right: 0;
  }
  .privacy-policy ul li {
    gap: 20px;
    padding: 40px 0;
    border-top: 1px solid #828282;
    margin-right: 0;
    flex-direction: column;
  }
}
/*=========== タブレットサイズ =============*/
/*=========== パソコンサイズ =============*/
/* ============================================ */
/* トップページcss↓ */
/* ============================================ */
#TOP {
  background: #fff;
}
#TOP .fv {
  position: relative;
  width: 100%;
  height: 100vh;
}
#TOP .fv video {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
#TOP .fv h2 {
  position: absolute;
  bottom: 5%;
  left: 5%;
  font-size: 4rem;
  color: #fff;
  line-height: 150%;
  letter-spacing: 1.6px;
  display: flex;
  flex-direction: column;
}
#TOP .fv h2 span {
  display: inline-block;
  font-size: 1.3rem;
  line-height: 120%;
  margin-top: 24px;
}
#TOP .fv_under {
  height: 100vh;
}
#TOP .fv_under .section_wrap {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
}
#TOP .fv_under .squire_video_box {
  width: 12vw;
  height: 12vw;
  max-width: 180px;
  max-height: 180px;
  overflow: hidden;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 40px;
}
#TOP .fv_under .squire_video_box video {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
#TOP .fv_under p {
  font-size: 1.4rem;
  line-height: 250%;
  letter-spacing: 1.6px;
  text-align: center;
  margin-bottom: 80px;
}
#TOP .about {
  height: 80vh;
}
#TOP .about .section_wrap {
  padding-left: 0;
  display: flex;
}
#TOP .about .section_wrap .left {
  width: 50%;
}
#TOP .about .section_wrap .right {
  width: 50%;
  display: flex;
  flex-direction: row-reverse;
  justify-content: space-between;
  padding: 1% 3%;
}
#TOP .about .section_wrap .right p {
  writing-mode: vertical-rl;
}
#TOP .about .section_wrap .right .more-btn-portrait {
  margin-top: auto;
}
#TOP .sushi_list {
  padding: 160px 0;
}
#TOP .sushi_list ul {
  display: flex;
  flex-direction: column;
  row-gap: 160px;
  margin-bottom: 80px;
}
#TOP .sushi_list .sushi_list_wrap {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
#TOP .sushi_list .sushi_list_wrap .list_img {
  width: 80%;
  max-width: 880px;
  height: 500px;
  overflow: hidden;
}
#TOP .sushi_list .sushi_list_wrap .list_text {
  display: flex;
  flex-direction: row-reverse;
  -moz-column-gap: 2vw;
       column-gap: 2vw;
}
#TOP .sushi_list .sushi_list_wrap .list_text h4 {
  font-size: 3.2rem;
  writing-mode: vertical-rl;
  letter-spacing: 8px;
}
#TOP .sushi_list .sushi_list_wrap .list_text p {
  font-size: 1.4rem;
  writing-mode: vertical-rl;
  line-height: 200%;
}
#TOP .sushi_list .sushi_list_wrap:nth-child(even) {
  flex-direction: row-reverse;
}
#TOP .sushi_list .more-btn {
  margin: 0 auto;
  width: -moz-fit-content;
  width: fit-content;
}
#TOP .news {
  padding: 160px 0;
  background-color: #f6f6f6;
}
#TOP .news .section_wrap {
  display: flex;
  justify-content: space-between;
}
#TOP .news .section_wrap .left {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
#TOP .news .section_wrap ul {
  width: 55%;
  display: flex;
  flex-direction: column;
}
#TOP .news .section_wrap ul li {
  border-bottom: solid 1px #eeeeee;
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: space-between;
}
#TOP .news .section_wrap ul li .news_item_box {
  display: flex;
  flex-direction: column;
  padding: 32px 0;
}
#TOP .news .section_wrap ul li:first-child {
  border-top: solid 1px #eeeeee;
}
#TOP .news .section_wrap ul li time {
  font-size: 1.3rem;
  color: rgb(175, 175, 175);
  margin-bottom: 8px;
}
#TOP .news .section_wrap ul li a {
  width: -moz-fit-content;
  width: fit-content;
  font-size: 1.6rem;
  color: #121212;
  padding-bottom: 4px;
  border-bottom: 1px solid transparent; /* 最初は透明 */
  transition: border-color 0.3s ease; /* トランジションを設定 */
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
#TOP .news .section_wrap ul li:hover {
  border-bottom: solid 1px #c39000;
  transition: 0.3s ease;
}
#TOP .instagram {
  padding: 160px 0;
  background-color: #252525;
}
#TOP .instagram .instagram_feed {
  margin-bottom: 40px;
}
#TOP .instagram .instagram_text {
  font-size: 1.6rem;
  color: #fff;
  line-height: 200%;
  margin-bottom: 80px;
}
#TOP .instagram .instagram_text span {
  font-size: 2.4rem;
}
#TOP .instagram .more-btn {
  color: #fff;
  margin: 0 auto;
  width: -moz-fit-content;
  width: fit-content;
}
#TOP .blog {
  padding: 160px 0;
}
#TOP .blog .section_wrap ul {
  display: flex;
  justify-content: space-between;
  margin-bottom: 80px;
}
#TOP .blog .section_wrap ul li {
  width: 30%;
}
#TOP .blog .section_wrap ul li a .img_box {
  width: 100%;
  height: 240px;
  overflow: hidden;
  margin-bottom: 24px;
}
#TOP .blog .section_wrap ul li a .img_box img {
  transition: transform 0.3s ease;
}
#TOP .blog .section_wrap ul li a time {
  display: block;
  font-size: 1.3rem;
  color: rgb(175, 175, 175);
  margin-bottom: 8px;
}
#TOP .blog .section_wrap ul li a h4 {
  font-size: 1.6rem;
  padding-bottom: 4px;
}
#TOP .blog .section_wrap ul li a:hover img {
  transform: scale(1.05);
  transition: transform 0.3s ease;
}
#TOP .blog .section_wrap .more-btn {
  margin: 0 auto;
  width: -moz-fit-content;
  width: fit-content;
}

.not_found {
  height: 100vh;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.not_found .not_found_head_en {
  font-size: 55px;
  font-weight: 700;
  letter-spacing: 4px;
  margin-bottom: 17px;
  color: #121212;
}
.not_found .not_found_head {
  font-size: 18px;
  font-weight: 300;
  letter-spacing: 1px;
  color: #121212;
  margin-bottom: 30px;
}
/*=========== スマホサイズ =============*/
@media (max-width: 599px) {
  #TOP .fv h2 {
    writing-mode: vertical-rl;
    font-weight: 100;
    display: flex;
    flex-direction: row;
    align-items: flex-end;
    letter-spacing: 8px;
  }
  #TOP .fv h2 span {
    writing-mode: horizontal-tb;
    letter-spacing: 3px;
  }
  #TOP .fv_under .squire_video_box {
    width: 33vw;
    height: 33vw;
    border-radius: 7px;
  }
  #TOP .fv_under p {
    line-height: 27px;
  }
  #TOP .about {
    height: 100vh;
  }
  #TOP .about .section_wrap {
    display: flex;
    padding-left: 0;
    padding-right: 0;
  }
  #TOP .about .section_wrap .left {
    width: 100%;
    height: 100%;
    position: relative;
    background: #2b4845;
  }
  #TOP .about .section_wrap .left img {
    opacity: 0.8;
  }
  #TOP .about .section_wrap .left .more-btn-portrait {
    position: absolute;
    bottom: 68px;
    right: 45px;
    color: #fff;
    border-right: solid 1px #ffffff;
    align-items: center;
    z-index: 5;
  }
  #TOP .about .section_wrap .left .more-btn-portrait i {
    font-size: 21px;
  }
  #TOP .about .section_wrap .right {
    width: 100%;
    height: 100%;
    display: flex;
    flex-direction: row-reverse;
    justify-content: space-between;
    position: absolute;
    padding: 55px 5%;
  }
  #TOP .about .section_wrap .right .sec_text-portrait {
    height: -moz-fit-content;
    height: fit-content;
    line-height: 150%;
    text-shadow: 0px 0px 11px #000000;
  }
  .sec_title-portrait {
    color: #fff;
    font-size: 33px;
    justify-content: flex-start;
    flex-direction: column;
    align-items: flex-start;
  }
  .zen-space {
    display: none;
  }
  .sec_title-portrait span {
    margin-left: -13px;
  }
  .sec_text-portrait {
    font-size: 1.4rem;
    line-height: 200%;
    letter-spacing: 1.6px;
    writing-mode: vertical-rl;
    color: #fff;
    height: 75%;
    margin-top: auto;
    line-height: 246%;
  }
  .sec_title span {
    letter-spacing: 5px;
    margin-bottom: 15px;
  }
  .sec_title {
    font-weight: 100;
  }
  #TOP .sushi_list .sushi_list_wrap {
    flex-direction: column-reverse;
  }
  #TOP .sushi_list .sushi_list_wrap .list_img {
    z-index: 1;
  }
  #TOP .sushi_list .sushi_list_wrap .list_text {
    flex-direction: row-reverse;
    margin-bottom: -229px;
    background: #fff;
    z-index: 2;
    width: -moz-fit-content;
    width: fit-content;
    margin-left: auto;
    padding: 23px 24px;
  }
  #TOP .sushi_list .sushi_list_wrap .list_text p {
    letter-spacing: 1px;
  }
  #TOP .sushi_list .sushi_list_wrap .list_text h4 {
    font-weight: 100;
  }
  #TOP .sushi_list .sushi_list_wrap.sp-edition .list_text {
    margin-left: 0;
    margin-right: auto;
    margin-bottom: -229px;
  }
  body #TOP .sushi_list .sushi_list_wrap.sp-edition {
    flex-direction: column-reverse;
  }
  body #TOP .sushi_list .sushi_list_wrap.sp-edition .list_img {
    margin-left: auto;
  }
  #TOP .news .section_wrap {
    flex-direction: column;
    padding-left: 26px;
    padding-right: 26px;
  }
  #TOP .news .section_wrap ul {
    width: 100%;
    display: flex;
    flex-direction: column;
  }
  #TOP .news .section_wrap ul li a {
    padding-top: 10px;
    letter-spacing: 1px;
    font-size: 18px;
    line-height: 27px;
  }
  #TOP .news .section_wrap ul li {
    width: 100%;
  }
  #TOP .news .section_wrap ul li i {
    font-size: 21px;
    margin-top: 26px;
  }
  #TOP .news .section_wrap ul li .news_item_box {
    width: 78%;
  }
  #TOP .news .more-btn.sp {
    width: 50vw;
    margin-left: auto;
    justify-content: space-between;
    margin-right: 26px;
    margin-top: 64px;
    align-items: center;
    font-size: 15px;
    padding-bottom: 12px;
  }
  #TOP .news .more-btn.sp i {
    font-size: 21px;
  }
  #TOP .instagram .instagram_text {
    font-size: 1.6rem;
    color: #fff;
    line-height: 200%;
    margin-bottom: 80px;
    text-align: center;
    font-size: 21px;
    font-weight: 100;
  }
  #TOP .blog .section_wrap ul {
    flex-direction: column;
    row-gap: 60px;
  }
  #TOP .blog .section_wrap ul li {
    width: 100%;
  }
  .not_found .not_found_head_en {
    font-size: 44px;
    letter-spacing: 2px;
  }
  .not_found .not_found_head {
    font-size: 14px;
  }
}
/*=========== タブレットサイズ =============*/
/*=========== パソコンサイズ =============*/
/* ============================================ */
/* トップページcss↓ */
/* ============================================ */
#COMMITMENT {
  background: #f6f6f6;
}
#COMMITMENT .commit_about {
  padding: 160px 0;
}
#COMMITMENT .commit_about .section_wrap {
  padding-left: 0;
}
#COMMITMENT .commit_about .commit_about_box {
  position: relative;
  width: 100%;
  height: 440px;
  margin-bottom: 120px;
}
#COMMITMENT .commit_about .commit_about_box h3 {
  position: absolute;
  top: -32px;
  left: 40px;
  writing-mode: vertical-rl;
  display: flex;
  flex-direction: column;
  row-gap: 16px;
}
#COMMITMENT .commit_about .commit_about_box h3 span {
  height: -moz-fit-content;
  height: fit-content;
  display: inline-block;
  font-size: 3.2rem;
  color: #121212;
  letter-spacing: 1.6px;
  background: #fff;
  padding: 16px 8px;
  font-feature-settings: "vpal";
}
#COMMITMENT .commit_about .common_box_a {
  padding-left: calc((100vw - 1360px) / 2);
}
#COMMITMENT .commit_list li {
  position: relative;
  width: 100%;
  height: 500px;
}
#COMMITMENT .commit_list li h4 {
  position: absolute;
  height: 100%;
  font-size: 3.2rem;
  line-height: 150%;
  writing-mode: vertical-rl;
  color: #fff;
  z-index: 1;
  text-shadow: 0 0 6px rgba(0, 0, 0, 0.5);
}
#COMMITMENT .commit_list li p {
  position: absolute;
  width: 45%;
  font-size: 1.6rem;
  line-height: 150%;
  color: #fff;
  z-index: 1;
  text-shadow: 0 0 9px rgb(0, 0, 0);
}
#COMMITMENT .commit_list li .list_img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  overflow: hidden;
}
#COMMITMENT .commit_list li:nth-child(1) h4 {
  top: 0;
  left: 0;
  padding: 48px 0 0 72px;
}
#COMMITMENT .commit_list li:nth-child(1) p {
  top: calc(50% - 2vw);
  right: 48px;
}
#COMMITMENT .commit_list li:nth-child(2) h4 {
  top: 0;
  right: 0;
  padding: 48px 72px 0 0;
}
#COMMITMENT .commit_list li:nth-child(2) p {
  top: 48px;
  left: 48px;
}
#COMMITMENT .commit_list li:nth-child(3) h4 {
  top: 0;
  left: 0;
  padding: 48px 0 0 72px;
}
#COMMITMENT .commit_list li:nth-child(3) p {
  bottom: 48px;
  right: 48px;
}

/*=========== スマホサイズ =============*/
@media (max-width: 599px) {
  #COMMITMENT .commit_about {
    padding: 80px 0;
  }
  #COMMITMENT .commit_about .section_wrap {
    padding-left: 16px;
    padding-right: 16px;
  }
  #COMMITMENT .commit_about .commit_about_box {
    position: relative;
    width: 100%;
    height: 60vh;
    margin-bottom: 69px;
  }
  #COMMITMENT .commit_about .commit_about_box h3 {
    position: absolute;
    top: -20px;
    left: 12px;
    writing-mode: vertical-rl;
    flex-direction: column;
    row-gap: 7px;
  }
  #COMMITMENT .commit_about .commit_about_box h3 span {
    font-size: 25px;
  }
  #COMMITMENT .commit_about .common_box_a {
    flex-direction: column;
  }
  #COMMITMENT .commit_about .common_box_a div {
    width: 100%;
    height: 247px;
  }
  #COMMITMENT .commit_about .common_box_a p {
    font-size: 16px;
    width: 100%;
    padding-top: 20px;
  }
  #COMMITMENT .commit_list ul {
    display: flex;
    flex-direction: column;
    row-gap: 87px;
  }
  #COMMITMENT .commit_list ul li {
    position: relative;
    width: 90%;
    height: 90vh;
    margin-left: auto;
    margin-right: auto;
  }
  #COMMITMENT .commit_list ul li::before {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 70%;
    background: linear-gradient(to top, rgba(0, 0, 0, 0.761), rgba(0, 0, 0, 0));
  }
  #COMMITMENT .commit_list ul li p {
    padding: 0 5% 16px 5%;
    z-index: 1;
    text-shadow: none;
    font-size: 16px;
  }
  #COMMITMENT .commit_list ul li .list_img {
    position: initial;
    top: 52px;
    left: 0;
    width: 100%;
    height: 100%;
    overflow: hidden;
    border-radius: 4px;
  }
  #COMMITMENT .commit_list ul li h4 {
    text-shadow: none;
    color: #fff;
    font-size: 22px;
    line-height: 10vw;
    letter-spacing: 4px;
  }
  #COMMITMENT .commit_list ul li:nth-child(1) h4 {
    top: 16px;
    left: unset;
    right: 0;
    padding: 0;
    font-size: 3.2rem;
    line-height: 150%;
  }
  #COMMITMENT .commit_list ul li:nth-child(1) p {
    top: unset;
    right: unset;
    width: 100%;
    bottom: 0;
  }
  #COMMITMENT .commit_list ul li:nth-child(2) h4 {
    top: 16px;
    left: 0;
    right: unset;
    padding: 0;
    height: -moz-fit-content;
    height: fit-content;
    font-size: 3.2rem;
    line-height: 150%;
  }
  #COMMITMENT .commit_list ul li:nth-child(2) p {
    top: unset;
    right: unset;
    left: unset;
    width: 100%;
    bottom: 0;
  }
  #COMMITMENT .commit_list ul li:nth-child(3) h4 {
    top: 16px;
    left: unset;
    right: 0;
    padding: 0;
    font-size: 3.2rem;
    line-height: 150%;
  }
  #COMMITMENT .commit_list ul li:nth-child(3) p {
    top: unset;
    right: unset;
    width: 100%;
    bottom: 0;
  }
}
/*=========== タブレットサイズ =============*/
/*=========== パソコンサイズ =============*/
/* ============================================ */
/* トップページcss↓ */
/* ============================================ */
.sushi_list_about {
  padding: 160px 0;
  position: relative;
}
.sushi_list_about .section_wrap {
  padding-bottom: 80px;
}
.sushi_list_about .section_wrap h3 {
  font-size: 4rem;
  margin-bottom: 80px;
  text-align: center;
  display: flex;
  flex-direction: column;
  align-items: center;
  line-height: 148%;
}
.sushi_list_about .section_wrap h3 span {
  margin-top: 16px;
  width: 80px;
  height: 1.5px;
  background: #c39000;
}
.sushi_list_about .section_wrap p {
  font-size: 1.4rem;
  line-height: 200%;
  letter-spacing: 1.6px;
  text-align: center;
}
.sushi_list_about ul {
  width: 100%;
  display: flex;
  overflow: hidden;
  position: relative;
  padding: 0;
}
.sushi_list_about ul.slider-container {
  width: 100%;
  overflow: hidden;
}
.sushi_list_about ul.slider-wrapper {
  display: flex;
  transition: transform 0.5s ease;
}
.sushi_list_about ul li {
  flex: 0 0 300px;
  height: 300px;
  margin-right: 1px;
  list-style: none;
}
.sushi_list_about ul li img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

/* ============================================ */
/* ヘッダーcss↓ */
/* ============================================ */
#HEADER {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 1000;
}
#HEADER .header_inner {
  position: relative;
  width: 100%;
}
#HEADER .header_inner .head_nav {
  position: absolute;
  top: 0;
  right: 0;
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 24px 5vh 24px calc(5vh + 136px);
}
#HEADER .header_inner .head_nav .head_nav_inner_left {
  display: flex;
  align-items: center;
  height: -moz-fit-content;
  height: fit-content;
  border: solid 1px #fff;
  background: rgba(0, 0, 0, 0.1294117647);
  text-shadow: 0 0 2px rgba(0, 0, 0, 0.2);
  box-shadow: 0px 0px 9px 2px rgba(0, 0, 0, 0.1);
}
#HEADER .header_inner .head_nav .head_nav_inner_left .hum_menu_head {
  border-right: solid 1px #fff;
}
#HEADER .header_inner .head_nav .head_nav_inner_left .hum_menu_head a {
  display: inline-block;
  color: #fff;
  font-size: 1.4rem;
  padding: 8px 16px;
}
#HEADER .header_inner .head_nav .head_nav_inner_left .hum_menu_head a:hover {
  color: #c39000;
  opacity: 1;
}
#HEADER .header_inner .head_nav .head_nav_inner_left .hum_menu_head:last-child {
  border-right: none;
}
#HEADER .header_inner .head_nav .head_nav_inner_right {
  display: flex;
  -moz-column-gap: 16px;
       column-gap: 16px;
}
#HEADER .header_inner .head_nav .head_nav_inner_right ul {
  display: flex;
  align-items: center;
  -moz-column-gap: 16px;
       column-gap: 16px;
}
#HEADER .header_inner .head_nav .head_nav_inner_right ul li {
  height: -moz-fit-content;
  height: fit-content;
  border: solid 1px #fff;
}
#HEADER .header_inner .head_nav .head_nav_inner_right ul li a {
  display: inline-block;
  font-size: 1.3rem;
  font-weight: 700;
  color: #fff;
}
#HEADER .header_inner .head_nav .head_nav_inner_right ul li a span {
  display: inline-block;
}
#HEADER .header_inner .head_nav .head_nav_inner_right ul .online_shop-btn a {
  padding: 8px 16px;
  background: rgba(0, 0, 0, 0.1294117647);
  text-shadow: 0 0 2px rgba(0, 0, 0, 0.2);
  box-shadow: 0px 0px 9px 2px rgba(0, 0, 0, 0.1);
}
#HEADER .header_inner .head_nav .head_nav_inner_right ul .online_shop-btn a i {
  margin-right: 16px;
}
#HEADER .header_inner .head_nav .head_nav_inner_right ul .item_list-btn a {
  background: rgba(0, 0, 0, 0.1294117647);
  text-shadow: 0 0 2px rgba(0, 0, 0, 0.2);
  box-shadow: 0px 0px 9px 2px rgba(0, 0, 0, 0.1);
}
#HEADER .header_inner .head_nav .head_nav_inner_right ul .item_list-btn a span {
  padding: 8px 16px;
}
#HEADER .header_inner .head_nav .head_nav_inner_right ul .item_list-btn a span:first-child {
  border-right: solid 1px #fff;
}
#HEADER .header_inner .head_nav .head_nav_inner_right h1 {
  width: 80px;
}
#HEADER .header_inner .side_hum {
  position: absolute;
  top: 0;
  left: 0;
  height: 100vh;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0 40px;
  background: #fff;
  border-right: solid 1px #eeeeee;
  z-index: 1001;
}
#HEADER .header_inner .side_hum .humburger {
  display: flex;
  flex-direction: column;
  align-items: center;
  row-gap: 24px;
}
#HEADER .header_inner .side_hum .humburger .humburger_line {
  display: flex;
  flex-direction: column;
  row-gap: 8px;
}
#HEADER .header_inner .side_hum .humburger .humburger_line span {
  display: block;
  width: 56px;
  height: 1px;
  border-radius: 5px;
  background: #121212;
  transition: all 0.3s ease-in-out;
}
#HEADER .header_inner .side_hum .humburger p {
  font-size: 1.4rem;
  color: #121212;
  writing-mode: vertical-rl;
  letter-spacing: 4px;
}
#HEADER .header_inner .side_hum.active .humburger_line span:nth-child(1) {
  transform: rotate(24deg) translateY(10px);
}
#HEADER .header_inner .side_hum.active .humburger_line span:nth-child(2) {
  opacity: 0;
}
#HEADER .header_inner .side_hum.active .humburger_line span:nth-child(3) {
  transform: rotate(-24deg) translateY(-10px);
}

#HUM-MENU {
  position: fixed;
  top: 0;
  left: -100vw;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100vw;
  height: 100vh;
  background: #fff;
  z-index: 999;
  transition: left 0.3s ease-in-out;
}
@media (max-width: 599px) {
  #HUM-MENU {
    top: 0;
    left: unset;
    right: -100vw;
    transition: right 0.3s ease-in-out;
  }
}
#HUM-MENU.active {
  left: 0;
  transition: left 0.3s ease-in-out;
}
@media (max-width: 599px) {
  #HUM-MENU.active {
    right: 0;
    left: unset;
    transition: right 0.3s ease-in-out;
  }
}
#HUM-MENU a {
  writing-mode: vertical-rl;
}
#HUM-MENU a:hover {
  color: #c39000;
  opacity: 1;
}
#HUM-MENU nav {
  display: flex;
  flex-direction: row-reverse;
  -moz-column-gap: 2.4vw;
       column-gap: 2.4vw;
}
#HUM-MENU nav ul {
  display: flex;
  flex-direction: row-reverse;
  -moz-column-gap: 1vw;
       column-gap: 1vw;
}
#HUM-MENU nav ul li {
  font-size: 1.4rem;
}
#HUM-MENU nav .hum_menu_head {
  font-size: 2rem;
}
#HUM-MENU nav .hum_menu_child {
  position: relative;
  padding-top: 24px;
  display: flex;
  align-items: center;
  flex-direction: column;
}
#HUM-MENU nav .hum_menu_child::before {
  content: "";
  position: absolute;
  top: 0;
  width: 1px;
  height: 14px;
  opacity: 0.3;
  background: #252525;
}

/*=========== スマホサイズ =============*/
@media (max-width: 599px) {
  #HEADER .header_inner .side_hum {
    background: none;
    border-right: none;
    align-items: flex-start;
    left: unset;
    right: 0;
    top: 40px;
    height: -moz-fit-content;
    height: fit-content;
    padding-left: 0;
    padding-right: 22px;
  }
  #HEADER .header_inner .side_hum .humburger p {
    font-size: 1.4rem;
    color: #ffffff;
    writing-mode: unset;
    letter-spacing: 4px;
    text-shadow: 0px 0px 2px #b2b2b2;
  }
  #HEADER .header_inner .side_hum .humburger {
    row-gap: 12px;
  }
  #HEADER .header_inner .side_hum .humburger .humburger_line span {
    width: 56px;
    height: 1px;
    background: #ffffff;
    box-shadow: 0px 0px 4px #979595;
  }
  #HEADER .header_inner .side_hum.active .humburger_line span:nth-child(1) {
    transform: rotate(73deg) translateY(5px) translate(12px, 0px);
    background: #000;
    box-shadow: none;
  }
  #HEADER .header_inner .side_hum.active .humburger_line span:nth-child(3) {
    transform: rotate(-73deg) translateY(-5px) translate(4px, 2px);
    background: #000;
    box-shadow: none;
  }
  #HAMBURGER.side_hum.active .humburger {
    flex-direction: row-reverse;
    align-items: center;
    row-gap: 24px;
  }
  #HAMBURGER.side_hum.active .humburger p {
    font-size: 1.4rem;
    color: #000000;
    margin-top: 5px;
  }
  .nav-sp-box {
    display: flex;
    flex-direction: column;
    padding: 110px 17vw 0 24vw;
    height: 100vh;
    width: 100vw;
    row-gap: 10vh;
    position: relative;
  }
  .nav-sp-button-box {
    position: absolute;
    bottom: 20px;
    left: 10px;
  }
  .hum-menu .nav-sp ul {
    display: flex;
    flex-direction: row-reverse;
    align-items: normal;
    justify-content: space-between;
  }
  .hum-menu .nav-sp ul li {
    font-size: 1.4rem;
  }
  .hum-menu .nav-sp .hum_menu_head {
    font-size: 2rem;
  }
  .hum-menu .nav-sp .hum_menu_head a {
    color: #292929;
    font-size: 20px;
  }
  .hum-menu .nav-sp .hum_menu_child {
    display: none;
  }
  .hum-menu .nav-sp .nav-sp-button-box {
    display: flex;
    row-gap: 7px;
    flex-direction: column;
  }
  .hum-menu .nav-sp .nav-sp-button-box li {
    height: -moz-fit-content;
    height: fit-content;
    width: -moz-fit-content;
    width: fit-content;
    border: solid 0.8px #1e1e1e;
    width: 29px;
  }
  .hum-menu .nav-sp .nav-sp-button-box li a {
    display: inline-block;
    font-size: 1.3rem;
    font-weight: 700;
    color: #fff;
  }
  .hum-menu .nav-sp .nav-sp-button-box li a span {
    display: inline-block;
  }
  .hum-menu .nav-sp .nav-sp-button-box .online_shop-btn a {
    font-weight: 100;
    padding: 18px 0px;
    display: flex;
    background: none;
    text-shadow: none;
    box-shadow: none;
    color: #1e1e1e;
    font-size: 14px;
    width: 29px;
    flex-direction: row;
    align-items: center;
  }
  .hum-menu .nav-sp .nav-sp-button-box .online_shop-btn a i {
    color: #1e1e1e;
    font-size: 21px;
    margin-bottom: 16px;
  }
  .hum-menu .nav-sp .nav-sp-button-box .item_list-btn a {
    background: none;
    text-shadow: none;
    box-shadow: none;
    color: #1e1e1e;
    font-size: 14px;
    width: 29px;
  }
  .hum-menu .nav-sp .nav-sp-button-box .item_list-btn a span {
    padding: 18px 8px;
    font-weight: 100;
  }
  .hum-menu .nav-sp .nav-sp-button-box .item_list-btn a span:first-child {
    border-bottom: solid 0.8px #1e1e1e;
    border-right: none;
  }
}
/*=========== タブレットサイズ =============*/
/*=========== パソコンサイズ =============*/
/* ============================================ */
/* ヘッダーcss↓ */
/* ============================================ */
#FOOTER {
  width: 100%;
  background: #252525;
  color: #fff;
  padding: 80px 0;
  padding-left: 136px;
}
#FOOTER .foot-top {
  display: flex;
  justify-content: space-between;
  align-items: end;
  padding-bottom: 80px;
  border-bottom: solid 1px #3c3c3c;
}
#FOOTER .foot-top p {
  font-size: 2.4rem;
  line-height: 150%;
  letter-spacing: 1.6px;
}
#FOOTER .foot-top a {
  height: -moz-fit-content;
  height: fit-content;
  color: #fff;
  border-bottom: none;
}
#FOOTER .foot-bottom {
  display: flex;
  justify-content: space-between;
  padding-top: 40px;
}
#FOOTER .foot-bottom .foot-logo {
  display: inline-block;
  width: 80px;
  height: 80px;
}
#FOOTER .foot-bottom .foot-logo img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
#FOOTER .foot-bottom .foot-detail {
  width: 70%;
  display: flex;
  justify-content: space-between;
  margin-bottom: 80px;
}
#FOOTER .foot-bottom .foot-detail .foot-map {
  display: flex;
  flex-direction: column;
  row-gap: 24px;
}
#FOOTER .foot-bottom .foot-detail .foot-map a {
  color: white;
  font-size: 1.4rem;
}
#FOOTER .foot-bottom .foot-detail .foot-map a:hover {
  color: #c39000;
  opacity: 1;
}
#FOOTER .foot-bottom .foot-detail .foot-map .foot-list-heading {
  display: inline-block;
  color: #eeeeee;
  opacity: 0.5;
  margin-bottom: 16px;
}
#FOOTER .foot-bottom .foot-detail .foot-map .foot-list ul {
  display: flex;
  flex-direction: column;
  row-gap: 8px;
}
#FOOTER .foot-contact {
  display: flex;
  -moz-column-gap: 16px;
       column-gap: 16px;
  justify-content: end;
  padding-bottom: 40px;
  border-bottom: solid 1px #3c3c3c;
}
#FOOTER .foot-contact a {
  width: -moz-fit-content;
  width: fit-content;
  color: #fff;
  border-bottom: none;
}

/*=========== スマホサイズ =============*/
@media (max-width: 599px) {
  .footer-sp {
    display: flex;
    flex-direction: column;
    row-gap: 48px;
  }
  .footer-sp .footer-sp-top .foot-sp-logo {
    width: 75px;
    height: 75px;
    display: block;
    margin-bottom: 12px;
  }
  .footer-sp .footer-sp-top .footer-sp-address {
    color: #FFF;
    font-size: 16px;
    font-style: normal;
    font-weight: 300;
    line-height: 26px;
    letter-spacing: 2.56px;
  }
  .footer-sp-bottom {
    display: flex;
    flex-direction: column;
    row-gap: 18px;
  }
  .footer-sp-bottom .more-btn {
    border-bottom: none;
    color: #fff;
    padding: 0;
    width: 240px;
    justify-content: space-between;
  }
  .footer-sp-bottom .more-btn i {
    font-size: 18px;
  }
  #FOOTER {
    padding: 60px 16px;
    padding-left: 0px;
  }
}
/*=========== タブレットサイズ =============*/
/*=========== パソコンサイズ =============*/
/* ============================================ */
/* 自動スクロールの写真ボックスcss↓ */
/* @include Query.respons('sp') */
/* @include Query.respons('tab') */
/* ============================================ */
.auto_scroll_gallery {
  width: 100%;
  overflow: hidden;
}
@media (max-width: 599px) {
  .auto_scroll_gallery {
    width: 100vw;
    position: absolute;
    left: 0;
    bottom: 91px;
  }
}
.auto_scroll_gallery .scroll_track {
  display: flex;
  width: 4256px;
  animation: scroll-left 50s linear infinite;
  -moz-column-gap: 4px;
       column-gap: 4px;
  padding-top: 86px;
  padding-bottom: 80px;
}
.auto_scroll_gallery .slide {
  width: 300px;
  height: 300px;
  border-radius: 1px;
  overflow: hidden;
}
.auto_scroll_gallery .slide img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  display: block;
}
.auto_scroll_gallery .slide_1.parallax_item {
  margin-top: -33px;
}
.auto_scroll_gallery .slide_2.parallax_item {
  margin-top: -80px;
}
.auto_scroll_gallery .slide_3.parallax_item {
  margin-top: -25px;
}
.auto_scroll_gallery .slide_4.parallax_item {
  margin-top: -82px;
}
@media (max-width: 599px) {
  .auto_scroll_gallery .scroll_track {
    width: 1862px;
    -moz-column-gap: 3px;
         column-gap: 3px;
    padding-top: 60px;
    padding-bottom: 0px;
  }
  .auto_scroll_gallery .slide {
    width: 130px;
    height: 130px;
  }
  .auto_scroll_gallery .slide_1.parallax_item {
    margin-top: -33px;
  }
  .auto_scroll_gallery .slide_2.parallax_item {
    margin-top: -82px;
  }
  .auto_scroll_gallery .slide_3.parallax_item {
    margin-top: -25px;
  }
  .auto_scroll_gallery .slide_4.parallax_item {
    margin-top: -122px;
  }
}

@keyframes scroll-left {
  0% {
    transform: translateX(0);
  }
  100% {
    transform: translateX(-50%);
  }
}
.one_slide_loop .auto_scroll_gallery {
  width: 100vw;
  overflow: hidden;
}
.one_slide_loop .auto_scroll_gallery .scroll_track {
  display: flex;
  width: 11440px;
  animation: scroll-left 35s linear infinite;
  -moz-column-gap: 30px;
       column-gap: 30px;
  padding-top: 86px;
  padding-bottom: 200px;
}
.one_slide_loop .auto_scroll_gallery .slide {
  width: 1400px;
  height: 440px;
  border-radius: 10px;
  overflow: hidden;
}
.one_slide_loop .auto_scroll_gallery .slide img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  display: block;
}
.one_slide_loop .auto_scroll_gallery .slide_1.parallax_item {
  margin-top: -33px;
}
.one_slide_loop .auto_scroll_gallery .slide_2.parallax_item {
  margin-top: -80px;
}
.one_slide_loop .auto_scroll_gallery .slide_3.parallax_item {
  margin-top: -25px;
}
.one_slide_loop .auto_scroll_gallery .slide_4.parallax_item {
  margin-top: -82px;
}
@media (max-width: 599px) {
  .one_slide_loop .auto_scroll_gallery .scroll_track {
    width: 7280px;
    -moz-column-gap: 10px;
         column-gap: 10px;
    padding-top: 60px;
    padding-bottom: 193px;
  }
  .one_slide_loop .auto_scroll_gallery .slide {
    width: 900px;
    height: 300px;
  }
  .one_slide_loop .auto_scroll_gallery .slide_1.parallax_item {
    margin-top: -33px;
  }
  .one_slide_loop .auto_scroll_gallery .slide_2.parallax_item {
    margin-top: -82px;
  }
  .one_slide_loop .auto_scroll_gallery .slide_3.parallax_item {
    margin-top: -25px;
  }
  .one_slide_loop .auto_scroll_gallery .slide_4.parallax_item {
    margin-top: -122px;
  }
}
@keyframes scroll-left {
  0% {
    transform: translateX(0);
  }
  100% {
    transform: translateX(-50%);
  }
}

/* ============================================ */
/* 最新情報一覧css↓ */
/* ============================================ */
.news_archive {
  width: 100%;
  padding: 88px 11% 178px;
  background-color: #f6f6f6;
}

.news_archive_list {
  display: flex;
  flex-direction: column;
  row-gap: 0px;
}
.news_archive_list .news_item {
  transition: all 0.3s ease;
  border-bottom: 1px solid #d9d9d9;
  padding: 25px 0;
  transition: all 0.3s ease;
}
.news_archive_list .news_item:hover {
  border-bottom: 1px solid #c39000;
  transition: all 0.3s ease;
}
.news_archive_list .news_item:hover .news_title {
  color: #c39000;
  transition: all 0.3s ease;
}
.news_archive_list .news_item_top {
  display: flex;
  justify-content: space-between;
}
.news_archive_list .news_date {
  font-size: 15px;
  color: #C5C5C5;
}
.news_archive_list .news_title {
  color: #121212;
  font-size: 17px;
  font-weight: 600;
  margin-top: 32px;
  transition: all 0.3s ease;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.news_archive_list .news_title:hover {
  color: #c39000;
}
.news_archive_list .pagination {
  width: -moz-fit-content;
  width: fit-content;
  margin: 0 auto;
  margin-top: 67px;
}
.news_archive_list .pagination_list {
  display: flex;
  justify-content: space-between;
  -moz-column-gap: 25px;
       column-gap: 25px;
}
.news_archive_list .pagination_item {
  font-size: 19px;
  border: 1px solid #252525;
  border-radius: 50%;
  width: 20px;
  height: 20px;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 19px;
  cursor: pointer;
  transition: all 0.3s ease;
}
.news_archive_list .pagination_item.current {
  border: 1px solid #bebebe;
  color: #bebebe;
}
.news_archive_list .pagination_item.current:hover {
  transform: none;
  cursor: auto;
}
.news_archive_list .pagination_item:hover {
  transition: all 0.3s ease;
  transform: scale(1.1);
}

.news_categories {
  display: flex;
  justify-content: space-between;
  -moz-column-gap: 10px;
       column-gap: 10px;
  width: -moz-fit-content;
  width: fit-content;
}
.news_categories .news_category {
  color: #c39000;
  font-size: 13px;
  letter-spacing: 3px;
}

#BLOG .blog_archive {
  padding: 160px 0;
  min-height: 80vh;
}
#BLOG .blog_archive .blog_archive_list {
  display: flex;
  -moz-column-gap: 2%;
       column-gap: 2%;
}
#BLOG .blog_archive .blog_archive_list .blog_item {
  width: 32%;
}
#BLOG .blog_archive .blog_archive_list .blog_item .blog_img {
  height: 280px;
  margin-bottom: 16px;
}
#BLOG .blog_archive .blog_archive_list .blog_item .blog_date {
  font-size: 1.4rem;
  color: #DDD;
  margin-bottom: 8px;
}
#BLOG .blog_archive .blog_archive_list .blog_item .blog_title {
  font-size: 1.4rem;
}

/*=========== スマホサイズ =============*/
@media (max-width: 599px) {
  #BLOG .blog_archive .blog_archive_list {
    flex-direction: column;
    row-gap: 91px;
  }
  #BLOG .blog_archive .blog_archive_list .blog_item {
    width: 100%;
  }
  #BLOG .blog_archive {
    padding: 80px 0;
    min-height: 80vh;
  }
  #BLOG .blog_archive .blog_archive_list .blog_item .blog_img {
    height: 253px;
    margin-bottom: 16px;
  }
  #BLOG .child_fv .title,
  #NEWS .child_fv .title {
    writing-mode: vertical-rl;
    bottom: 0;
    margin-top: 103px;
  }
  .news_archive {
    padding: 88px 16px 178px;
  }
}
/*=========== タブレットサイズ =============*/
/*=========== パソコンサイズ =============*/
/* ============================================ */
/* 最新情報一覧css↓ */
/* ============================================ */
.content_switcher .buttons {
  display: flex;
  justify-content: space-between;
  width: 89%;
  margin: 0 auto;
}
.content_switcher .buttons .switch_btn {
  display: flex;
  flex-direction: column;
  padding: 17px 15px 15px;
  border: 1px solid #E9E9E9;
  background-color: #EFEFEF;
  cursor: pointer;
  transition: background-color 0.3s ease;
  width: 31%;
  margin-bottom: -1px;
}
.content_switcher .buttons .switch_btn .btn_text {
  color: #141416;
  font-size: 24px;
  font-style: normal;
  font-weight: 300;
  line-height: 30px;
  letter-spacing: 1.44px;
}
.content_switcher .buttons .switch_btn .btn_text_mini {
  color: #252525;
  font-size: 14px;
  font-style: normal;
  font-weight: 300;
  line-height: normal;
  letter-spacing: 3.64px;
}
.content_switcher .buttons .switch_btn:hover {
  background-color: #ffffff;
  color: #fff;
}
.content_switcher .buttons .switch_btn.active {
  background-color: #ffffff; /* アクティブなボタンの背景色 */
  border-bottom: none;
}
.content_switcher .content_box .content {
  display: none; /* 初期状態で非表示 */
  padding: 20px;
  border: 1px solid #E9E9E9;
  background-color: #ffffff;
}
.content_switcher .content_box .content.active {
  display: block; /* アクティブなコンテンツのみ表示 */
}

/* ============================================ */
/* 最新情報一覧css↓ */
/* ============================================ */
.single .pankuzu-list {
  position: relative;
  top: unset;
  left: unset;
  color: #121212;
  margin-bottom: 170px;
  padding: 40px 76px;
}
.single .pankuzu-list ul li a {
  color: #121212;
}

.single-wrap {
  padding: 40px 76px;
  position: relative;
}

.news-wrap {
  width: 46%;
}
.news-wrap .news_top {
  border-bottom: 1px solid #e3e3e3;
  padding-bottom: 40px;
  margin-bottom: 10px;
}
.news-wrap .news_top .news_date {
  color: #8d8d8d;
  font-size: 14px;
  padding-bottom: 15px;
  margin-left: 7px;
}
.news-wrap .news_top .news_title {
  color: #000;
  font-size: 28px;
  font-weight: 300;
  letter-spacing: 2.24px;
  line-height: 160%;
  width: 100%;
  margin-bottom: 18px;
}
.news-wrap .news_categories {
  -moz-column-gap: 23px;
       column-gap: 23px;
}
.news-wrap .news_content {
  padding: 20px 0 120px;
}
.news-wrap .news_content p {
  color: #000;
  font-size: 16px;
  font-weight: 300;
  line-height: 192%;
  letter-spacing: 1.28px;
}
.news-wrap .more-btn {
  -moz-column-gap: 7px;
       column-gap: 7px;
  padding: 0 30px 20px 0;
  border-bottom: none;
  transition: all 0.3s ease;
  justify-content: flex-end;
}
.news-wrap .more-btn i {
  margin-top: 1px;
}

.img-wrap {
  position: absolute;
  right: 0;
  top: 0;
  width: 49%;
  height: 100%;
  padding-bottom: 40px;
  padding-right: 76px;
}
.img-wrap img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
}

.single-sushi .news-wrap .news_content {
  padding: 20px 0 80px;
}
.single-sushi .news-wrap .news_categories {
  margin-bottom: 38px;
}
.single-sushi .news_categories .news_category {
  color: #252525;
  font-size: 14px;
  letter-spacing: 1px;
}
.single-sushi .news-wrap .news_top .news_title {
  font-size: 40px;
  letter-spacing: 1.24px;
  margin-bottom: 18px;
  margin-bottom: 5px;
}
.single-sushi .more-btn {
  margin: 0 auto;
  margin-top: 80px;
  -moz-column-gap: 55px;
  column-gap: 55px;
  margin-bottom: 50px;
  padding-bottom: 12px;
  width: -moz-fit-content;
  width: fit-content;
}
.single-sushi .wp-block-separator {
  border-top: 1px solid #E9E9E9;
  margin: 8px 0;
}
.single-sushi .news-wrap .news_top {
  border-bottom: none;
  padding-bottom: 0px;
  margin-bottom: 10px;
}
.single-sushi .sushi-en-title {
  color: #B9B9B9;
  font-size: 14px;
  font-style: normal;
  font-weight: 300;
  line-height: normal;
  letter-spacing: 2.24px;
}
.single-sushi .price-box p {
  color: #000;
  font-size: 16px;
  font-style: normal;
  font-weight: 300;
  line-height: 22px; /* 137.5% */
  letter-spacing: 2.56px;
}
.single-sushi .price-box span {
  display: inline-block;
  padding-top: 16px;
  font-size: 1.3rem;
  color: #8e8e8e;
}

.single-sushi.single-sushi-company .price-box {
  display: none;
}

/*=========== スマホサイズ =============*/
@media (max-width: 599px) {
  .single .pankuzu-list {
    margin-bottom: 0px;
    padding: 40px 16px;
  }
  .single-wrap {
    padding: 40px 16px;
    position: relative;
  }
  .single-wrap .img-wrap {
    position: relative;
    right: unset;
    top: unset;
    width: 100%;
    height: 400px;
    padding-bottom: 40px;
    padding-right: 0;
    padding-top: 25px;
  }
  .news-wrap {
    width: 100%;
  }
}
/*=========== タブレットサイズ =============*/
/*=========== パソコンサイズ =============*/
/* ============================================ */
/* 最新情報一覧css↓ */
/* ============================================ */
.content_switcher .buttons {
  display: flex;
  justify-content: space-between;
  width: 89%;
  margin: 0 auto;
}
.content_switcher .buttons .switch_btn {
  display: flex;
  flex-direction: column;
  padding: 17px 15px 15px;
  border: 1px solid #E9E9E9;
  background-color: #EFEFEF;
  cursor: pointer;
  transition: background-color 0.3s ease;
  width: 31%;
  margin-bottom: -1px;
}
.content_switcher .buttons .switch_btn .btn_text {
  color: #141416;
  font-size: 24px;
  font-style: normal;
  font-weight: 300;
  line-height: 30px;
  letter-spacing: 1.44px;
  width: 100%;
  text-align: center;
}
.content_switcher .buttons .switch_btn .btn_text_mini {
  color: #252525;
  font-size: 14px;
  font-style: normal;
  font-weight: 300;
  line-height: normal;
  letter-spacing: 3.64px;
  width: 100%;
  text-align: center;
}
.content_switcher .buttons .switch_btn:hover {
  background-color: #ffffff;
  color: #fff;
}
.content_switcher .buttons .switch_btn.active {
  background-color: #ffffff; /* アクティブなボタンの背景色 */
  border-bottom: none;
}
.content_switcher .buttons.no-others .switch_btn {
  width: 45%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.content_switcher .content_box .content {
  display: none; /* 初期状態で非表示 */
  border: 1px solid #E9E9E9;
  background-color: #ffffff;
}
.content_switcher .content_box .content.active {
  display: block; /* アクティブなコンテンツのみ表示 */
}

.sushi-list-wrap {
  padding: 62px 5.5%;
}

.sushi-list-heading {
  color: #000;
  font-size: 14px;
  font-style: normal;
  font-weight: 300;
  line-height: 188%;
  letter-spacing: 2.24px;
  padding-bottom: 40px;
}

.sushi-list {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  row-gap: 70px;
  -moz-column-gap: 5%;
       column-gap: 5%;
}

.sushi-item {
  width: 44%;
  height: auto;
  display: flex;
  justify-content: space-between;
}
.sushi-item .sushi-image {
  width: 50%;
  aspect-ratio: 1;
  overflow: hidden;
}
.sushi-item .sushi-image img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  transition: all 0.3s ease;
}
.sushi-item .right-content {
  width: 50%;
  padding: 0 20px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  position: relative;
}
.sushi-item .right-content .icon-arrow {
  position: absolute;
  right: 2px;
  bottom: 4px;
  font-size: 17px;
}
.sushi-item .sushi-title {
  color: #000;
  font-size: 16px;
  font-style: normal;
  font-weight: 300;
  line-height: normal;
  letter-spacing: 2.24px;
}
.sushi-item .sushi-en-title {
  color: #B9B9B9;
  font-size: 10px;
  font-style: normal;
  font-weight: 300;
  line-height: normal;
  letter-spacing: 1.6px;
  width: 64%;
  margin-top: 10px;
}
.sushi-item:hover .sushi-image img {
  width: 102%;
  height: 102%;
  -o-object-fit: cover;
     object-fit: cover;
  transition: all 0.3s ease;
}

/*=========== スマホサイズ =============*/
@media (max-width: 599px) {
  .sushi_list_general .child_fv_img img {
    -o-object-position: 0% center;
       object-position: 0% center;
  }
  #SUSHI_LIST .sushi_list_about .section_wrap h3 {
    font-size: 20px;
    margin-bottom: 57px;
    font-weight: 100;
  }
  #SUSHI_LIST .sushi_list_about .section_wrap p {
    font-size: 16px;
    line-height: 200%;
  }
  #SUSHI_LIST .sushi_list_about ul {
    width: 100%;
    flex-direction: column;
    row-gap: 2px;
  }
  #SUSHI_LIST .sushi_list_about {
    padding: 0px 5% 160px;
  }
  #SUSHI_LIST .sushi_list_about .section_wrap {
    padding-top: 73px;
    padding-bottom: 136px;
  }
  .content_switcher .buttons {
    width: 97%;
  }
  .content_switcher .buttons .switch_btn .btn_text {
    font-size: 15px;
    letter-spacing: 0px;
    width: 100%;
    text-align: center;
  }
  .content_switcher .buttons .switch_btn {
    padding: 17px 12px 15px;
    width: 32.5%;
    margin-bottom: -1px;
  }
  .sushi-list-wrap {
    padding: 62px 0%;
  }
  .sushi-list {
    row-gap: 83px;
    -moz-column-gap: 5%;
         column-gap: 5%;
    flex-direction: column;
    flex-wrap: nowrap;
  }
  .sushi-item {
    width: 100%;
    height: auto;
    justify-content: space-between;
    flex-direction: column;
  }
  .sushi-item .sushi-image {
    width: 100%;
    aspect-ratio: 3/2;
    overflow: hidden;
  }
  .sushi-item .right-content {
    width: 100%;
    padding: 18px 0px;
  }
  .sushi-item .right-content .icon-arrow {
    right: 2px;
    bottom: unset;
    font-size: 20px;
    top: 24px;
  }
  .content_switcher .buttons .switch_btn .btn_text_mini {
    color: #252525;
    font-size: 14px;
    line-height: 122%;
    letter-spacing: 3.64px;
    color: #6a6a6a;
  }
}
/*=========== タブレットサイズ =============*/
/*=========== パソコンサイズ =============*/
/* ============================================ */
/* フォームcss↓ */
/* ============================================ */
.form {
  padding-top: 160px;
}
.form .hidden {
  display: none;
}
.form .wpcf7-response-output:empty {
  display: none;
}
.form h3 {
  color: #000;
  text-align: center;
  font-size: 14px;
  font-style: normal;
  font-weight: 600;
  line-height: 29px; /* 207.143% */
  letter-spacing: 1.12px;
  padding-bottom: 60px;
}
.form .form-content {
  padding: 80px 160px;
  background-color: #F5F5F5;
  border-radius: 15px;
}
.form .form-content .name-flex {
  display: flex;
  width: 100%;
  justify-content: space-between;
  -moz-column-gap: 72px;
       column-gap: 72px;
}
.form .form-content .name-flex p {
  width: 100%;
  display: flex;
  justify-content: space-between;
}
.form .form-content .name-flex .half-width-name {
  width: 46%;
}
.form .form-content .form-title {
  color: #252525;
  font-size: 16px;
  font-style: normal;
  font-weight: 600;
  line-height: 29px;
  letter-spacing: 0.64px;
  width: -moz-fit-content;
  width: fit-content;
  display: flex;
  align-items: center;
  white-space: nowrap;
  margin-bottom: -3px;
}
.form .form-content .form-basics {
  width: 100%;
  background-color: #fff;
  min-height: 60px;
  border-radius: 4px;
  border: 1px solid #C5C5C5;
  margin-bottom: 40px;
  padding: 0 10px;
  font-size: 16px;
}
.form .form-content .form-radio {
  margin-bottom: 16px;
  display: block;
}
.form .form-content .form-radio .wpcf7-list-item-label {
  color: #252525;
  font-size: 14px;
  font-style: normal;
  font-weight: 500;
  line-height: 29px;
  letter-spacing: 1.12px;
}
.form .form-content .form-radio-center {
  margin-bottom: 16px;
  display: flex;
  justify-content: center;
}
.form .form-content .form-radio-center .wpcf7-list-item-label {
  color: #000;
  font-size: 13px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
  letter-spacing: 2.86px;
}
.form .form-content .wpcf7-form-control-wrap[data-name=radio-02] .wpcf7-not-valid-tip {
  text-align: center;
}
.form .form-content .form-text-area {
  width: 100%;
  background-color: #fff;
  border: 1px solid #C5C5C5;
  border-radius: 4px;
  margin-bottom: 40px;
  padding: 14px;
  font-size: 16px;
}
.form .form-content .form-text-area-sub {
  width: 100%;
  background-color: #fff;
  border: 1px solid #C5C5C5;
  border-radius: 4px;
  margin-bottom: 40px;
  padding: 10px;
}
.form .form-content .textarea-title {
  margin-bottom: 26px;
}
.form .form-content .form-privacy {
  width: 100%;
  background-color: #fff;
  border: 1px solid #C5C5C5;
  border-radius: 4px;
  padding: 28px 30px;
  color: #000;
  font-size: 13px;
  font-style: normal;
  font-weight: 500;
  line-height: 20px;
  letter-spacing: 2.86px;
  margin-bottom: 40px;
}
.form .form-content .form-privacy br {
  display: none;
}
.form .form-content .form-privacy .form {
  display: block;
}
.form .form-content .form-flex {
  margin-bottom: 60px;
  margin-top: 10px;
}
.form .form-content .form-flex p {
  display: flex;
  -moz-column-gap: 30px;
       column-gap: 30px;
}
.form .form-content .form-flex .form-radio {
  margin-bottom: 0px;
  display: flex;
  -moz-column-gap: 64px;
       column-gap: 64px;
}
.form .form-content .address-flex {
  display: flex;
  width: 100%;
  justify-content: space-between;
}
.form .form-content .address-flex .address-box {
  width: 86%;
  margin-bottom: 76px;
}
.form .form-content .address-flex .address-box .address-search-box input {
  width: 100%;
  background-color: #fff;
  min-height: 60px;
  border-radius: 4px;
  border: 1px solid #C5C5C5;
  margin-bottom: 40px;
  padding: 0 10px;
  font-size: 16px;
}
.form .form-content .address-flex .address-box .address-search-button {
  background-color: #252525;
  color: #fff;
  white-space: nowrap;
  padding: 10px 20px;
  font-size: 16px;
  border-radius: 4px;
  margin-left: 35px;
}
.form .form-content .address-flex > p {
  width: -moz-fit-content;
  width: fit-content;
  height: -moz-fit-content;
  height: fit-content;
  padding-top: 14px;
}
.form .form-content .address-search-box > p {
  display: flex;
  align-items: center;
}
.form .form-content .address-search-box > p .wpcf7-form-control {
  margin-bottom: 0;
}
.form .form-content .address-search-box > p .address-icon {
  font-size: 20px;
  color: #252525;
  margin-right: 11px;
}
.form .form-content .address-search-box > p .line-icon {
  background-color: #252525;
  height: 1px;
  width: 20px;
  margin: 0 10px;
}
.form .form-content .address-box .address-search-box input.wpcf7-form-control {
  margin-bottom: 0;
  width: 114px;
}
.form .form-content .address-text-box .wpcf7-form-control-wrap input.wpcf7-form-control {
  margin-bottom: 0;
}
.form .form-content .address-box .address-text-box .wpcf7-form-control {
  width: 100%;
  background-color: #fff;
  min-height: 60px;
  border-radius: 4px;
  border: 1px solid #C5C5C5;
  margin-bottom: 40px;
  padding: 0 10px;
  font-size: 16px;
}
.form .form-content .address-text-box > p {
  display: flex;
  align-items: center;
  -moz-column-gap: 14px;
       column-gap: 14px;
}
.form .form-content .address-text-box {
  margin-top: 15px;
}
.form .form-content .address-text-box .wpcf7-form-control-wrap {
  width: 100%;
}
.form .form-content .form-flex-phone-number {
  margin-bottom: 76px;
}
.form .form-content .form-flex-phone-number > p {
  display: flex;
  justify-content: space-between;
}
.form .form-content .form-flex-phone-number > p .form-title {
  margin-left: 0;
}
.form .form-content .form-flex-phone-number > p .wpcf7-form-control-wrap {
  width: 86%;
}
.form .form-content .form-flex-phone-number > p .wpcf7-form-control {
  margin-bottom: 0;
}
.form .form-content .form-flex-phone-number > p > br {
  display: none;
}
.form .form-content .form-flex-textarea {
  margin-bottom: 76px;
}
.form .form-content .form-flex-textarea > p {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
}
.form .form-content .form-flex-textarea > p .form-title {
  margin-left: 0;
  padding-top: 10px;
}
.form .form-content .form-flex-textarea > p .wpcf7-form-control-wrap {
  width: 86%;
}
.form .form-content .form-flex-textarea > p .wpcf7-form-control {
  margin-bottom: 0;
  min-height: 250px;
}
.form .form-content .form-radio label,
.form .form-content .form-radio-center label {
  position: relative;
  padding-left: 30px;
  cursor: pointer;
  display: inline-block;
  line-height: 24px;
}
.form .form-content .form-radio label::before,
.form .form-content .form-radio-center label::before {
  content: "";
  position: absolute;
  left: 0;
  top: 4px;
  width: 20px;
  height: 20px;
  border: 1px solid #DCDCDC;
  border-radius: 50%;
  background: #fff;
  box-sizing: border-box;
}
.form .form-content .form-radio input[type=radio],
.form .form-content .form-radio-center input[type=radio] {
  display: none;
}
.form .form-content .form-radio input[type=radio]:checked + .wpcf7-list-item-label::after,
.form .form-content .form-radio-center input[type=radio]:checked + .wpcf7-list-item-label::after {
  content: "";
  background-color: #c39000;
  position: absolute;
  left: 4px;
  top: 8px;
  width: 12px;
  height: 12px;
  border-radius: 50%;
}
.form .form-content .form-radio-center label::before {
  top: 3px;
}
.form .form-content .form-radio-center input[type=radio]:checked + .wpcf7-list-item-label::after {
  content: "";
  top: 7px;
}
.form .form-content .wpcf7 form.invalid .wpcf7-response-output, .form .form-content .wpcf7 form.unaccepted .wpcf7-response-output, .form .form-content .wpcf7 form.payment-required .wpcf7-response-output {
  border-color: #c39000;
}
.form .form-content .wpcf7 form .wpcf7-response-output {
  margin: 30px 0px;
  padding: 20px;
  border: 2px solid #00a0d2;
}
.form .form-content .submit-btn-container {
  display: flex;
  justify-content: center;
  gap: 20px;
}
.form .form-content .submit-btn-container p {
  display: flex;
  -moz-column-gap: 10px;
       column-gap: 10px;
}
.form .form-content .submit-btn-container .submit-btn {
  background-color: #c39000;
  padding: 20px;
  margin: 0 auto;
  margin-top: 46px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  border-radius: 50px;
  transition: 0.3s;
  width: 246px;
}
.form .form-content .submit-btn-container .submit-btn span {
  color: #FFF;
  font-size: 13px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
  letter-spacing: 2.86px;
}
.form .form-content .submit-btn-container .submit-btn i {
  color: #fff;
  font-size: 13px;
  font-weight: 500;
  font-style: normal;
}
.form .form-content .submit-btn-container .submit-btn:hover {
  transition: 0.3s;
  transform: scale(1.03);
}
.form .form-content .submit-btn-container .submit-btn br {
  display: none;
}
.form .form-content-submit {
  padding: 126px 200px 80px;
}
.form .form-content-submit .wpcf7-form.init .form-title {
  margin-bottom: 3px;
}
.form .form-content-submit .wpcf7-form.failed .form-title {
  margin-bottom: 3px;
}
.form .form-content-submit .your-content {
  margin-bottom: 20px;
  padding-left: 10px;
}
.form .form-content-submit .your-content p {
  color: #000;
  font-size: 18px;
  letter-spacing: 1px;
  font-style: normal;
  font-weight: 100;
}
.form .submit-heading {
  font-size: 20px;
}
.form .thanks-heading {
  font-size: 19px;
  line-height: 34px;
}
.wpcf7-common-btn, .form .wpcf7-form-control.wpcf7-submit, .form .wpcf7-form-control.wpcf7-previous {
  background-color: #252525;
  padding: 20px 134px;
  margin: 0 auto;
  margin-top: 86px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  border-radius: 4px;
  transition: 0.3s;
  color: #fff;
  font-weight: 600;
  font-style: normal;
  font-size: 16px;
  letter-spacing: 4px;
}
.wpcf7-common-btn:hover, .form .wpcf7-form-control.wpcf7-submit:hover, .form .wpcf7-form-control.wpcf7-previous:hover {
  transition: 0.3s;
  transform: scale(1.03);
}

.wpcf7-spinner {
  display: none !important;
}

.form-title-center {
  text-align: center;
  margin-left: auto;
  margin-right: auto;
}

.form-phone-box {
  margin-top: 33px;
}

#CONTACT .name-flex {
  margin-bottom: 20px;
}
#CONTACT .form .form-content .form-flex {
  margin-bottom: 67px;
  margin-top: 0px;
}
#CONTACT .address-flex {
  margin-top: 35px;
}
#CONTACT .address-flex .address-box {
  margin-bottom: 54px;
}
#CONTACT .form-email-box {
  margin-bottom: 60px;
}
#CONTACT .form .form-content .form-flex-textarea > p .wpcf7-form-control-wrap {
  width: 85%;
}

#ENTRY .form .sec_title {
  margin-bottom: 40px;
  text-align: center;
}
#ENTRY .form .requirements_list {
  padding-left: calc((100vw - 1360px) / 2);
  padding-right: calc((100vw - 1360px) / 2);
  margin-bottom: 120px;
}
@media (min-width: 600px) and (max-width: 1189px) {
  #ENTRY .form .requirements_list {
    padding-left: 5%;
    padding-right: 5%;
  }
}
#ENTRY .form .requirements_list li {
  display: flex;
  padding: 32px 0;
  font-size: 1.6rem;
  border-bottom: solid 1px #C5C5C5;
  line-height: 140%;
}
#ENTRY .form .requirements_list li span {
  width: 15%;
  color: #c39000;
  font-weight: bold;
}

.form-submit .form-content .form-title {
  font-size: 15px;
}
.form-submit .form-content {
  padding: 80px 17%;
}
.form-submit .your-content {
  margin-bottom: 33px;
  margin-top: 6px;
  margin-left: 11px;
  font-size: 19px;
}
.form-submit .address-submit {
  display: flex;
  flex-direction: column;
  row-gap: 5px;
}

.form-thanks {
  padding-bottom: 120px;
}
.form-thanks h3 {
  font-size: 15px;
}

.not_recruitment {
  margin-top: 10px;
  margin-bottom: 180px;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
}
.not_recruitment p {
  color: #252525;
  font-size: 28px;
  letter-spacing: 6px;
  font-weight: 600;
  text-align: center;
  width: -moz-fit-content;
  width: fit-content;
  margin-bottom: 50px;
  display: flex;
  line-height: 160%;
  flex-direction: column;
}
.not_recruitment .more-btn {
  width: -moz-fit-content;
  width: fit-content;
}
.not_recruitment span {
  font-size: 14px;
  letter-spacing: 2px;
}

/*=========== スマホサイズ =============*/
@media (max-width: 599px) {
  .form .form-content {
    padding: 71px 19px;
    background-color: #F5F5F5;
    border-radius: 4px;
  }
  body .wrapper .form h3 {
    text-align: center;
    padding: 0 20px 40px;
    font-size: 16px;
    font-weight: 600;
    padding-top: 36px;
    font-weight: 100;
    line-height: 203%;
  }
  body .wpcf7-list-item {
    margin-left: 5px;
  }
  .form .form-content .form-radio {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    row-gap: 8px;
    padding-right: 10px;
  }
  .form .form-content .form-title {
    font-size: 13px;
  }
  .form .form-content .required::after {
    width: 55px;
    right: -70px;
  }
  .form .form-content .form-radio-center {
    padding-right: 7px;
  }
  .form .form-content .form-radio-center .wpcf7-list-item-label {
    letter-spacing: 2px;
  }
  .wpcf7-common-btn, .form .wpcf7-form-control.wpcf7-submit, .form .wpcf7-form-control.wpcf7-previous {
    margin-top: 46px;
  }
  .form .form-content .form-privacy {
    padding: 28px 17px;
  }
  body .form {
    padding-top: 40px;
  }
  body .submit-heading {
    font-size: 13px;
    padding-bottom: 25px;
  }
  body .form .form-content-submit .your-content p {
    font-size: 16px;
  }
  .form .form-content .submit-btn-container p {
    display: flex;
    -moz-column-gap: 10px;
    column-gap: 10px;
    flex-direction: column;
  }
  .form .form-content .submit-btn-container {
    margin-top: 55px;
  }
  .form .wpcf7-common-btn, .form .wpcf7-form-control.wpcf7-submit, .form .wpcf7-form-control.wpcf7-previous {
    padding: 16px 68px;
    font-size: 14px;
  }
  .submit-btn-container .wpcf7-form-control.wpcf7-previous,
  .submit-btn-container .wpcf7-form-control.wpcf7-submit {
    margin-top: 6px;
  }
  body .wrapper .form .thanks-heading {
    font-size: 13px;
    line-height: 28px;
    text-align: center;
  }
  .form .form-content .name-flex p {
    flex-direction: column;
  }
  .form .form-content .name-flex .half-width-name {
    width: 100%;
  }
  .form .form-content .form-basics {
    margin-bottom: 19px;
  }
  .form .form-content .form-basics {
    min-height: 67px;
  }
  .form .form-content .form-flex p {
    flex-direction: column;
  }
  .form .form-content .form-flex .form-radio {
    -moz-column-gap: 43px;
         column-gap: 43px;
    width: 100%;
    justify-content: left;
  }
  .form .form-content .form-radio label::before, .form .form-content .form-radio-center label::before {
    left: -5px;
    top: 2px;
    width: 25px;
    height: 25px;
  }
  .form .form-content .address-flex {
    flex-direction: column;
    row-gap: 16px;
  }
  .form .form-content .address-search-box > p {
    flex-wrap: wrap;
    justify-content: flex-start;
  }
  .form .form-content .address-flex .address-box .address-search-button {
    padding: 14px 20px;
    font-size: 16px;
    margin-left: auto;
    margin-top: 12px;
  }
  .form .form-content .address-flex .address-box {
    width: 100%;
    margin-bottom: 76px;
  }
  .form .form-content .address-box .address-search-box input.wpcf7-form-control {
    margin-bottom: 0;
    width: 35vw;
  }
  .form .form-content .address-text-box > p {
    -moz-column-gap: 14px;
         column-gap: 14px;
    flex-direction: column;
    align-items: flex-start;
  }
  .form .form-content .form-radio input[type=radio]:checked + .wpcf7-list-item-label::after, .form .form-content .form-radio-center input[type=radio]:checked + .wpcf7-list-item-label::after {
    content: "";
    background-color: #c39000;
    position: absolute;
    left: -0.5px;
    top: 6.5px;
    width: 16px;
    height: 16px;
    border-radius: 50%;
  }
  .entry-submit .child_fv .title,
  .contact-submit .child_fv .title {
    writing-mode: vertical-rl;
    margin-top: -111px;
  }
  #CONTACT .child_fv .child_fv_img img {
    -o-object-position: 62% center;
       object-position: 62% center;
  }
  .not_recruitment p {
    font-size: 26px;
    letter-spacing: 2px;
  }
  #ENTRY .form .requirements_list {
    padding-left: 16px;
    padding-right: 16px;
  }
  #ENTRY .form .requirements_list li {
    flex-direction: column;
    row-gap: 3px;
  }
  #ENTRY .form .requirements_list li span {
    width: 100%;
  }
  .not_recruitment {
    margin-bottom: 80px;
  }
  .not_recruitment span {
    font-size: 13px;
    letter-spacing: 2px;
    line-height: 160%;
    margin-top: 20px;
  }
}
/*=========== タブレットサイズ =============*/
/*=========== パソコンサイズ =============*/
/* ============================================ */
/* 企業向け商品一覧（エリア選択ページ,エリア毎ページ）↓ */
/* ============================================ */
.select_area {
  padding: 120px 76px;
}
.select_area .heading {
  color: #000;
  font-size: 40px;
  font-style: normal;
  font-weight: 300;
  letter-spacing: 6.4px;
  width: 100%;
  padding-bottom: 18px;
  border-bottom: 1px solid #a1a1a1;
  margin-bottom: 65px;
}
.select_area .area_list {
  display: flex;
  flex-wrap: wrap;
  list-style: none;
  row-gap: 10px;
  -moz-column-gap: 1.1%;
       column-gap: 1.1%;
}
.select_area .area_list li {
  width: 32.6%;
  height: 250px;
  overflow: hidden;
  border-radius: 3px;
  position: relative;
}
.select_area .area_list li a img {
  height: 100%;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  z-index: 1;
  position: absolute;
  transition: all 0.3s ease;
}
.select_area .area_list li a .black_filter {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background-color: rgba(0, 0, 0, 0.34);
  z-index: 2;
}
.select_area .area_list li a span {
  color: #FFF;
  font-size: 40px;
  font-style: normal;
  font-weight: 300;
  letter-spacing: 1.6px;
  position: absolute;
  top: calc(50% - 20px);
  width: 100%;
  text-align: center;
  z-index: 3;
}
.select_area .area_list li:hover a img {
  transform: scale(1.05);
  transition: all 0.3s ease;
}

.custom_password_form {
  width: 100%;
  padding: 120px 76px;
  display: flex;
  flex-direction: column;
  align-items: center;
}
.custom_password_form .explanation {
  color: #000;
  text-align: center;
  font-size: 14px;
  font-style: normal;
  font-weight: 300;
  line-height: 29px; /* 207.143% */
  letter-spacing: 1.12px;
}
.custom_password_form .explanation a {
  text-decoration: underline;
}
.custom_password_form h3 {
  color: #000;
  font-size: 30px;
  font-style: normal;
  font-weight: 300;
  line-height: normal;
  letter-spacing: 2.4px;
  margin-bottom: 40px;
  text-align: center;
}
.custom_password_form .password_text_area-box {
  padding-top: 80px;
  width: 60%;
  position: relative;
}
.custom_password_form .password_text_area {
  width: 100%;
  height: 60px;
  background-color: #FFF;
  font-size: 20px;
  letter-spacing: 2px;
  padding: 0 10px;
}
.custom_password_form .password-error-message {
  text-align: center;
  color: #df3232;
  font-size: 12px;
  position: absolute;
  width: 100%;
  bottom: 85px;
  white-space: nowrap;
}
.custom_password_form .custom_password_submit {
  color: #FFF;
  font-size: 13px;
  font-weight: 300;
  line-height: normal;
  letter-spacing: 2.86px;
  transition: all 0.3s ease;
  background-color: #000;
  border-radius: 3px;
  padding: 7px 30px;
  margin-top: 130px;
}

/*=========== スマホサイズ =============*/
@media (max-width: 599px) {
  .select_area {
    padding: 120px 16px;
  }
  .select_area .heading {
    font-size: 20px;
    letter-spacing: 2px;
  }
  .select_area .area_list {
    row-gap: 6px;
    -moz-column-gap: 2%;
         column-gap: 2%;
  }
  .select_area .area_list li {
    width: 49%;
    height: 114px;
  }
  .select_area .area_list li a span {
    top: calc(50% - 9px);
    font-size: 20px;
  }
  .custom_password_form {
    padding: 120px 10%;
  }
  #FOR-COMPANY-PRICE .sushi_list_about .section_wrap {
    padding-bottom: 131px;
  }
}
/*=========== タブレットサイズ =============*/
/*=========== パソコンサイズ =============*/
/* ============================================ */
/* 最新情報一覧css↓ */
/* ============================================ */
#BUSINESS .business_about {
  padding: 160px 0;
}
#BUSINESS .business_about h3 {
  font-size: 3.2rem;
  text-align: center;
  margin-bottom: 80px;
}
#BUSINESS .business_about h3 span {
  display: block;
  font-size: 1.3rem;
  color: #c39000;
  margin-bottom: 8px;
}
#BUSINESS .business_other {
  padding: 160px 0 0 0;
  display: flex;
  justify-content: space-between;
}
#BUSINESS .business_other .other_img {
  width: 30%;
  height: 700px;
}
#BUSINESS .business_other .other_text {
  width: 60%;
  padding-right: calc((100vw - 1360px) / 2);
}
#BUSINESS .business_other .other_text h3 {
  font-size: 3.2rem;
  margin-bottom: 40px;
}
#BUSINESS .business_other .other_text h3 span {
  display: block;
  font-size: 1.3rem;
  color: #c39000;
  margin-bottom: 8px;
}
#BUSINESS .business_other .other_text h4 {
  font-size: 2rem;
  margin-bottom: 32px;
  line-height: 200%;
}
#BUSINESS .business_other .other_text p {
  font-size: 1.4rem;
  line-height: 200%;
  margin-bottom: 80px;
}
#BUSINESS .business_other .other_text a {
  width: -moz-fit-content;
  width: fit-content;
  margin-left: auto;
}
#BUSINESS .sec-wrap-business {
  padding-left: 16px;
}
@media (max-width: 599px) {
  #BUSINESS .common_list {
    row-gap: 160px;
  }
  #BUSINESS .common_list li {
    flex-direction: column;
  }
  #BUSINESS .common_list .common_list_img {
    width: 100%;
    height: 240px;
    margin-top: 0;
    margin-bottom: 24px;
  }
  #BUSINESS .common_list .common_list_text {
    height: -moz-fit-content;
    height: fit-content;
    justify-content: space-between;
  }
  #BUSINESS .common_list .common_list_text p {
    padding-top: 0;
    line-height: 150%;
    height: -moz-fit-content;
    height: fit-content;
  }
  #BUSINESS .business_other {
    flex-direction: column;
  }
  #BUSINESS .business_other .other_img {
    width: 100%;
    height: 400px;
    margin-bottom: 40px;
    margin-top: 22px;
  }
  #BUSINESS .business_other .other_text {
    width: 100%;
    padding: 0 5%;
  }
  #BUSINESS .business_other .other_text h3 {
    margin-bottom: 24px;
  }
  #BUSINESS .business_other .other_text h4 {
    margin-bottom: 16px;
  }
  #BUSINESS .business_other .other_text p {
    margin-bottom: 40px;
  }
  #BUSINESS #BUSINESS .common_list .common_list_text p.long-text {
    height: 441px;
  }
  #BUSINESS #BUSINESS .business_about {
    padding: 160px 0;
    padding-bottom: 0;
  }
  #BUSINESS #BUSINESS .no-mb {
    margin-bottom: 0;
  }
  #BUSINESS .business_other h4 {
    font-weight: 100;
  }
}

/* ============================================ */
/* 最新情報一覧css↓ */
/* ============================================ */
#TRAY-SEAL {
  background: #f6f6f6;
}
#TRAY-SEAL .tray_about {
  padding: 160px 0;
}
#TRAY-SEAL .tray_about .sec_text {
  margin-bottom: 80px;
}
#TRAY-SEAL .tray_about h5 {
  font-size: 2.4rem;
  line-height: 150%;
  letter-spacing: 8px;
  margin-bottom: 16px;
}
#TRAY-SEAL .tray_point ul li {
  position: relative;
  width: 100%;
  height: 500px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: #252525;
}
#TRAY-SEAL .tray_point ul li div {
  position: absolute;
  top: 0;
  z-index: 1;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  font-size: 3.2rem;
  color: #fff;
  text-align: center;
}
#TRAY-SEAL .tray_point ul li div span {
  position: relative;
  padding-top: 88px;
  display: block;
  font-size: 1.4rem;
  margin-bottom: 40px;
}
#TRAY-SEAL .tray_point ul li div span::before {
  content: "";
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  width: 1px;
  height: 80px;
  background: #fff;
}
#TRAY-SEAL .tray_point ul li div h4 {
  font-size: 3.2rem;
  line-height: 200%;
  letter-spacing: 1.6px;
}
#TRAY-SEAL .tray_point ul li div p {
  font-size: 1.4rem;
  line-height: 150%;
  letter-spacing: 4px;
}
#TRAY-SEAL .tray_point ul li img {
  opacity: 0.6;
}
#TRAY-SEAL .tray_method {
  padding: 160px 0 0 0;
}
#TRAY-SEAL .tray_method ul li {
  display: flex;
  justify-content: space-between;
  margin-bottom: 80px;
}
#TRAY-SEAL .tray_method ul li .method_text {
  width: 45%;
}
#TRAY-SEAL .tray_method ul li .method_text h4 {
  font-size: 3.2rem;
  line-height: 150%;
  letter-spacing: 1.6px;
  margin-bottom: 16px;
}
#TRAY-SEAL .tray_method ul li .method_text h4 span {
  display: block;
  font-size: 2.4rem;
  color: #c39000;
}
#TRAY-SEAL .tray_method ul li .method_text p {
  font-size: 1.4rem;
  line-height: 150%;
  letter-spacing: 1.6px;
}
#TRAY-SEAL .tray_method ul li .method_img {
  width: 50%;
}
#TRAY-SEAL .tray_method ul li:last-child {
  margin-bottom: 0;
}

/*=========== スマホサイズ =============*/
@media (max-width: 599px) {
  #TRAY-SEAL .tray_about {
    padding: 76px 0;
  }
  #TRAY-SEAL .tray_about h5 {
    letter-spacing: 4px;
    line-height: 180%;
  }
  #TRAY-SEAL .title_center_border {
    font-size: 24px;
  }
  #TRAY-SEAL .common_h_imgbox {
    margin-bottom: 68px;
  }
  #TRAY-SEAL .common_h_imgbox h4 {
    top: 18px;
    left: 20px;
    row-gap: 10px;
  }
  #TRAY-SEAL .tray_point ul li div h4 {
    font-size: 3.2rem;
    line-height: 166%;
    letter-spacing: 1.6px;
    font-size: 28px;
  }
  #TRAY-SEAL .tray_point ul li {
    height: 432px;
  }
  #TRAY-SEAL .tray_point ul li.tray_point-long {
    height: 567px;
  }
  .tray_method .sec_title {
    font-weight: 100;
    font-size: 20px;
    letter-spacing: 5px;
  }
  .tray_method .sec_title span {
    letter-spacing: 2px;
    margin-bottom: 15px;
  }
  #TRAY-SEAL .tray_method ul li {
    flex-direction: column;
  }
  #TRAY-SEAL .tray_method ul li .method_text {
    width: 100%;
  }
  #TRAY-SEAL .tray_method ul li .method_text h4 {
    letter-spacing: 1.6px;
    margin-bottom: 16px;
    font-weight: 100;
    font-size: 23px;
  }
  #TRAY-SEAL .tray_method ul li .method_text h4 span {
    display: block;
    font-size: 3.4rem;
    color: #c39000;
    margin-bottom: 10px;
  }
  #TRAY-SEAL .tray_method ul li .method_text h4 {
    font-size: 3.2rem;
    line-height: 150%;
    letter-spacing: 1.6px;
    margin-bottom: 60px;
    font-weight: 100;
    font-size: 23px;
    /* margin-top: 27px; */
  }
  #TRAY-SEAL .tray_method ul li .method_text p {
    letter-spacing: 1.6px;
    margin-top: 49px;
    font-size: 18px;
    line-height: 38px;
  }
  #TRAY-SEAL .tray_method ul li .method_img {
    width: 100%;
    margin-top: 23px;
  }
}
/*=========== タブレットサイズ =============*/
/*=========== パソコンサイズ =============*/
/* ============================================ */
/* 最新情報一覧css↓ */
/* ============================================ */
#FROZEN-SUSHI {
  background: #f6f6f6;
}
#FROZEN-SUSHI .frozen_about {
  padding: 160px 0 0 0;
}
#FROZEN-SUSHI .frozen_about .sec_text {
  margin-bottom: 40px;
}
#FROZEN-SUSHI .frozen_about .sec_text_left {
  margin-bottom: 120px;
}
#FROZEN-SUSHI .frozen_about .flex_box {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 120px;
}
#FROZEN-SUSHI .frozen_about .flex_box p {
  width: 48%;
  font-size: 1.4rem;
  line-height: 200%;
}
#FROZEN-SUSHI .frozen_about .flex_box img {
  width: 48%;
  height: auto;
  -o-object-fit: cover;
     object-fit: cover;
}
#FROZEN-SUSHI .frozen_about .frozen_single_img {
  margin-bottom: 40px;
}
#FROZEN-SUSHI .frozen_about .thawing_list {
  display: flex;
  justify-content: space-between;
  margin-bottom: 240px;
}
#FROZEN-SUSHI .frozen_about .thawing_list li {
  width: 47%;
}
#FROZEN-SUSHI .frozen_about .thawing_list li h5 {
  font-size: 2.4rem;
  letter-spacing: 8px;
  margin-bottom: 24px;
}
#FROZEN-SUSHI .frozen_about .thawing_list li p {
  font-size: 1.4rem;
  line-height: 200%;
  padding-top: 24px;
}
#FROZEN-SUSHI .frozen_about .how_to_thaw {
  display: flex;
  justify-content: space-between;
  margin-bottom: 240px;
}
#FROZEN-SUSHI .frozen_about .how_to_thaw .thaw_item {
  width: 47%;
  font-size: 1.4rem;
  line-height: 200%;
}
#FROZEN-SUSHI .frozen_about .how_to_thaw .thaw_item h4 {
  font-size: 2.4rem;
  letter-spacing: 8px;
  margin-bottom: 24px;
  display: flex;
}
#FROZEN-SUSHI .frozen_about .how_to_thaw .thaw_item h4 span {
  color: #c39000;
  display: block;
  margin-right: 24px;
  letter-spacing: normal;
}
#FROZEN-SUSHI .frozen_about .how_to_thaw .thaw_item ul {
  padding: 16px 8px;
  margin-bottom: 24px;
  background: #fff;
}
#FROZEN-SUSHI .frozen_about .how_to_thaw .thaw_item ul li {
  font-size: 1.4rem;
  line-height: 200%;
  letter-spacing: 1.2px;
}
#FROZEN-SUSHI .frozen_about .how_to_thaw .thaw_item p {
  margin-bottom: 24px;
}
#FROZEN-SUSHI .frozen_about .how_to_thaw .thaw_item div {
  display: flex;
  flex-direction: column;
  margin-bottom: 40px;
}
#FROZEN-SUSHI .frozen_about .how_to_thaw .thaw_item div span {
  padding-bottom: 8px;
  border-bottom: solid 1px #eeeeee;
  margin-bottom: 8px;
}
#FROZEN-SUSHI .frozen_about .how_to_thaw .thaw_item div:last-child {
  margin-bottom: 0;
}
#FROZEN-SUSHI .frozen_about .how_to_cut .how_to_title {
  display: block;
  width: -moz-fit-content;
  width: fit-content;
  font-size: 2rem;
  margin: 0 auto;
  padding-bottom: 8px;
  border-bottom: solid 1px #c39000;
  margin-bottom: 40px;
}
#FROZEN-SUSHI .frozen_about .how_to_cut .thaw_movie {
  width: 100%;
  margin-bottom: 80px;
}
#FROZEN-SUSHI .frozen_about .how_to_cut .thaw_movie video {
  width: 100%;
  height: auto;
  -o-object-fit: cover;
     object-fit: cover;
}
#FROZEN-SUSHI .frozen_about .how_to_cut .cut_thaw_box {
  display: flex;
  flex-direction: column;
  row-gap: 80px;
}
#FROZEN-SUSHI .frozen_about .how_to_cut .cut_thaw_box li {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
#FROZEN-SUSHI .frozen_about .how_to_cut .cut_thaw_box li .img {
  width: 32%;
  height: auto;
  -o-object-fit: cover;
     object-fit: cover;
}
#FROZEN-SUSHI .frozen_about .how_to_cut .cut_thaw_box li .text {
  width: 48%;
  font-size: 1.4rem;
  line-height: 200%;
}
#FROZEN-SUSHI .frozen_about .how_to_cut .cut_thaw_box li .text span {
  color: #c39000;
  font-size: 2.4rem;
}
#FROZEN-SUSHI .frozen_about .how_to_cut .cut_thaw_box li .text p {
  margin-bottom: 24px;
}
@media (max-width: 599px) {
  #FROZEN-SUSHI .frozen_about .how_to_cut .cut_thaw_box li {
    flex-direction: column;
    align-items: flex-start;
  }
  #FROZEN-SUSHI .frozen_about .how_to_cut .cut_thaw_box li .img {
    width: 100%;
    margin-bottom: 24px;
  }
  #FROZEN-SUSHI .frozen_about .how_to_cut .cut_thaw_box li .text {
    width: 100%;
  }
}

/*=========== スマホサイズ =============*/
@media (max-width: 599px) {
  #FROZEN-SUSHI .frozen_about {
    padding: 80px 0 0 0;
  }
  #FROZEN-SUSHI .frozen_about .flex_box {
    margin-bottom: 86px;
    flex-direction: column;
  }
  #FROZEN-SUSHI .frozen_about .flex_box p {
    width: 100%;
  }
  #FROZEN-SUSHI .frozen_about .flex_box img {
    width: 100%;
    margin-top: 20px;
  }
  #FROZEN-SUSHI .frozen_about .frozen_single_img {
    margin-bottom: 35px;
  }
  #FROZEN-SUSHI .frozen_about .thawing_list {
    margin-bottom: 82px;
    flex-direction: column;
    row-gap: 58px;
  }
  #FROZEN-SUSHI .frozen_about .thawing_list li {
    width: 100%;
  }
  #FROZEN-SUSHI .frozen_about .how_to_thaw {
    flex-direction: column;
    row-gap: 48px;
  }
  #FROZEN-SUSHI .frozen_about .how_to_thaw .thaw_item {
    width: 100%;
    font-size: 1.4rem;
    line-height: 192%;
  }
  #FROZEN-SUSHI .frozen_about .how_to_thaw .thaw_item h4 {
    font-size: 24px;
    letter-spacing: 2px;
  }
  #FROZEN-SUSHI .frozen_about .how_to_thaw .thaw_item ul {
    padding: 16px 16px;
    margin-bottom: 40px;
  }
  #FROZEN-SUSHI .frozen_about .how_to_thaw .thaw_item p {
    margin-bottom: 37px;
  }
}
/*=========== タブレットサイズ =============*/
/*=========== パソコンサイズ =============*/
/* ============================================ */
/* 最新情報一覧css↓ */
/* ============================================ */
#COMPANY .company_about {
  padding: 160px 0 0 0;
}
#COMPANY .company_about h3 {
  font-size: 3.2rem;
  text-align: center;
  margin-bottom: 80px;
}
#COMPANY .company_about h3 span {
  display: block;
  font-size: 1.3rem;
  color: #c39000;
  margin-bottom: 8px;
}
#COMPANY .company_philosophy {
  padding: 160px 0;
}
#COMPANY .company_philosophy .common_h_imgbox {
  height: 600px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: #252525;
  margin-bottom: 0;
}
#COMPANY .company_philosophy .common_h_imgbox h4 {
  z-index: 1;
}
#COMPANY .company_philosophy .common_h_imgbox p {
  position: absolute;
  font-size: 1.6rem;
  margin-bottom: 32px;
  line-height: 200%;
  letter-spacing: 4px;
  color: #fff;
  text-align: center;
  z-index: 1;
}
#COMPANY .company_philosophy .common_h_imgbox img {
  position: relative;
  opacity: 0.6;
  z-index: 0;
}
#COMPANY .access {
  margin-bottom: 80px;
}
#COMPANY .access .access_wrap {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
#COMPANY .access .access_wrap .access_map {
  width: 60%;
}
#COMPANY .access .access_wrap .access_map iframe {
  width: 100%;
}
#COMPANY .access .access_wrap .access_text {
  width: 35%;
  font-size: 1.6rem;
  display: flex;
  flex-direction: column;
  row-gap: 24px;
  line-height: 200%;
}
#COMPANY .access .access_wrap .access_text span {
  font-size: 1.3rem;
  color: rgba(20, 20, 22, 0.5);
}
#COMPANY .about_list {
  padding: 160px 0;
}
#COMPANY .about_list ul {
  border-top: solid 1px rgba(37, 37, 37, 0.5);
}
#COMPANY .about_list ul li {
  padding: 80px 0;
  border-bottom: solid 1px rgba(37, 37, 37, 0.5);
  display: flex;
  align-items: center;
}
#COMPANY .about_list ul li .left {
  width: 30%;
  font-size: 2rem;
  color: rgba(37, 37, 37, 0.5);
}
#COMPANY .about_list ul li .right {
  width: 70%;
  font-size: 1.6rem;
  line-height: 200%;
}
#COMPANY .history {
  margin-bottom: 80px;
}
#COMPANY .history ul {
  padding: 40px 0;
  border-left: solid 1px #DDD;
}
#COMPANY .history ul li {
  position: relative;
  padding: 40px 0;
  padding-left: 10%;
  display: flex;
  align-items: center;
  font-size: 1.6rem;
}
#COMPANY .history ul li span {
  width: 20%;
  font-size: 2rem;
  color: #c39000;
}
#COMPANY .history ul li:before {
  content: "";
  position: absolute;
  top: 50%;
  left: -8px;
  transform: translateY(-50%);
  width: 16px;
  height: 16px;
  border-radius: 80px;
  background: #c39000;
}

/*=========== スマホサイズ =============*/
@media (max-width: 599px) {
  #COMPANY .company_philosophy .common_h_imgbox h4 {
    top: -33px;
    left: 27px;
    row-gap: 10px;
  }
  #COMPANY .company_philosophy .common_h_imgbox h4 span {
    font-size: 24px;
    padding: 15px 17px;
  }
  #COMPANY .company_philosophy .common_h_imgbox img {
    opacity: 1;
  }
  #COMPANY .child_fv .title {
    writing-mode: vertical-rl;
    bottom: 0;
    margin-top: 103px;
  }
  #COMPANY .sec_title.center_title {
    font-weight: 100;
    font-size: 40px;
    text-align: center;
  }
  #COMPANY .sec_title.center_title span {
    text-align: center;
    width: 100%;
    justify-content: center;
    color: #676767;
  }
  #COMPANY .sec_title span {
    width: 100%;
    color: #676767;
    margin-top: 18px;
  }
  .common_list .sp-text {
    color: #000;
    font-size: 16px;
    font-style: normal;
    font-weight: 300;
    line-height: 35px; /* 218.75% */
    width: 100%;
    margin-top: 30px;
  }
  #COMPANY .company_about {
    padding: 60px 0 0 0;
  }
  #COMPANY .company_philosophy {
    padding: 60px 0;
  }
  #COMPANY .company_philosophy .common_h_imgbox {
    height: 547px;
  }
  #COMPANY .company_philosophy .common_h_imgbox p {
    margin-bottom: -883px;
    color: #141416;
  }
  #COMPANY .company_philosophy .common_h_imgbox {
    margin-bottom: 419px;
  }
  #COMPANY .access .access_wrap {
    flex-direction: column;
  }
  #COMPANY .access .access_wrap .access_map {
    width: 100%;
  }
  #COMPANY .access .access_wrap .access_text {
    width: 100%;
    margin-top: 25px;
  }
  #COMPANY .history ul li {
    flex-direction: column;
  }
  #COMPANY .history ul li p {
    width: 100%;
  }
  #COMPANY .history ul li span {
    margin-bottom: 12px;
    width: 100%;
  }
}
/*=========== タブレットサイズ =============*/
/*=========== パソコンサイズ =============*/
/* ============================================ */
/* 会社概要css↓ */
/* ============================================ */
#ABOUT-US .about_list {
  padding: 160px 0;
}
#ABOUT-US .about_list ul {
  border-top: solid 1px rgba(37, 37, 37, 0.5);
}
#ABOUT-US .about_list ul li {
  padding: 80px 0;
  border-bottom: solid 1px rgba(37, 37, 37, 0.5);
  display: flex;
  align-items: center;
}
#ABOUT-US .about_list ul li .left {
  width: 30%;
  font-size: 2rem;
  color: rgba(37, 37, 37, 0.5);
}
#ABOUT-US .about_list ul li .right {
  width: 70%;
  font-size: 1.6rem;
  line-height: 200%;
}
#ABOUT-US .history {
  margin-bottom: 80px;
}
#ABOUT-US .history ul {
  padding: 40px 0;
  border-left: solid 1px #DDD;
}
#ABOUT-US .history ul li {
  position: relative;
  padding: 40px 0;
  padding-left: 10%;
  display: flex;
  align-items: center;
  font-size: 1.6rem;
}
#ABOUT-US .history ul li span {
  width: 20%;
  font-size: 2rem;
  color: #c39000;
}
#ABOUT-US .history ul li:before {
  content: "";
  position: absolute;
  top: 50%;
  left: -8px;
  transform: translateY(-50%);
  width: 16px;
  height: 16px;
  border-radius: 80px;
  background: #c39000;
}

/*=========== スマホサイズ =============*/
@media (max-width: 599px) {
  #ABOUT-US .child_fv .title {
    writing-mode: vertical-rl;
    bottom: 0;
    margin-top: 103px;
  }
  #ABOUT-US .about_list ul li .left {
    width: 40%;
  }
  #ABOUT-US .about_list ul li .right {
    width: 60%;
  }
  #ABOUT-US .about_list {
    padding: 60px 0;
  }
  #ABOUT-US .history {
    padding-top: 67px;
  }
  #ABOUT-US .history ul {
    padding-top: 0;
    width: 90%;
    margin-left: auto;
    margin-right: auto;
    margin-top: 18px;
  }
  #ABOUT-US .sec_title {
    margin-bottom: 0;
  }
  #ABOUT-US .history ul li {
    align-items: flex-start;
    font-size: 1.6rem;
    flex-direction: column;
  }
  #ABOUT-US .history ul li span {
    width: 100%;
    margin-bottom: 13px;
    font-size: 2rem;
    color: #121212;
  }
}
/*=========== タブレットサイズ =============*/
/*=========== パソコンサイズ =============*//*# sourceMappingURL=style.css.map */