/**
 * 
 * Name: Shichi - Hachi
 * Author: Takumi Matsuyama
 * 
 */
html, body, main, div, section, article,
header, footer, nav, h1, h2, h3, h4, h5, h6,
ul, li, ol, table, tbody, tr, th, td,
a, button, p, span, b, strong, small, blockquote,
canvas, figure, picture, img, audio, video,
form, label, input, select, textarea {
  margin: 0;
  padding: 0;
  border: 0;
  box-sizing: initial;
  vertical-align: baseline;
}

html {
  line-height: 1;
  -webkit-text-size-adjust: 100%;
}

body {
  margin: 0;
}

main {
  display: block;
}

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

ul, ol {
  list-style: none;
}

a {
  display: inline-block;
  color: initial;
  background-color: transparent;
  text-decoration: none;
}

b,
strong {
  font-weight: bold;
}

small {
  font-size: 90%;
}

img {
  width: 100%;
  height: auto;
  object-fit: contain;
  vertical-align: top;
}

button,
input,
optgroup,
select,
textarea {
  font-family: inherit;
  font-size: 100%;
  line-height: 1.15;
  color: initial;
  outline: none;
  text-align: left;
  -webkit-appearance: none;
}

button,
input {
  overflow: visible;
}

button,
select {
  text-transform: none;
  background-color: transparent;
}

button,
[type=button],
[type=reset],
[type=submit] {
  cursor: pointer;
}

button::-moz-focus-inner,
[type=button]::-moz-focus-inner,
[type=reset]::-moz-focus-inner,
[type=submit]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

[type=checkbox],
[type=radio] {
  box-sizing: border-box; /* 1 */
  padding: 0; /* 2 */
}

[type=number]::-webkit-inner-spin-button,
[type=number]::-webkit-outer-spin-button {
  height: auto;
}

[type=search] {
  -webkit-appearance: textfield; /* 1 */
  outline-offset: -2px; /* 2 */
}

[type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
}

textarea {
  overflow: auto;
}

[hidden] {
  display: none;
}
html {
  font-size: 0.7142857153vw;
}
@media only screen and (max-width: 980px) {
  html {
    height: -webkit-fill-available;
    height: 100svh;
    font-size: 2.666666667vw;
  }
  html body {
    min-height: 100svh;
    max-height: 100svh;
  }
}
html.wf-loading {
  opacity: 0;
  visibility: hidden;
}

@font-face {
  font-family: "SuisseIntl-Regular";
  src: url("./assets/font/Suisse/SuisseIntl-Regular-WebM.woff2");
  font-weight: 400;
}
@font-face {
  font-family: "SuisseIntl";
  src: url("./assets/font/Suisse/SuisseIntl-Regular-WebS.woff2");
  font-weight: 300;
}
@font-face {
  font-family: "SuisseIntl-Medium";
  src: url("./assets/font/Suisse/SuisseIntl-Regular-WebXL.woff2");
  font-weight: 500;
}
@font-face {
  font-family: "EditorialNew";
  src: url("./assets/font/EditorialNew.woff");
  font-weight: 300;
}
h1, h2, h3, h4, h5, h6, a, p, span, button, b, strong, label, input, textarea, select, th, td {
  font-family: "SuisseIntl-Regular", ryo-gothic-plusn, system-ui, sans-serif;
  font-size: 1.3rem;
  font-style: normal;
  font-weight: 400;
  line-height: 1.65;
  letter-spacing: 0.06em;
  color: #000000;
  font-feature-settings: "palt" 1;
  -webkit-font-feature-settings: "palt" 1;
  font-smoothing: antialiased;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
h1:before, h1:after, h2:before, h2:after, h3:before, h3:after, h4:before, h4:after, h5:before, h5:after, h6:before, h6:after, a:before, a:after, p:before, p:after, span:before, span:after, button:before, button:after, b:before, b:after, strong:before, strong:after, label:before, label:after, input:before, input:after, textarea:before, textarea:after, select:before, select:after, th:before, th:after, td:before, td:after {
  font-family: inherit;
  font-size: inherit;
  line-height: inherit;
  font-weight: inherit;
  font-feature-settings: "palt" 0;
  -webkit-font-feature-settings: "palt" 0;
}
@media only screen and (max-width: 980px) {
  h1, h2, h3, h4, h5, h6, a, p, span, button, b, strong, label, input, textarea, select, th, td {
    font-size: 1.1rem;
  }
}

a *, button * {
  pointer-events: none;
}

p, p * {
  letter-spacing: 0;
  font-feature-settings: "palt" 0;
  -webkit-font-feature-settings: "palt" 0;
}

.bold, .bold *, b, b *, strong, strong * {
  font-family: "SuisseIntl-Medium", ryo-gothic-plusn, system-ui, sans-serif;
  font-weight: 500;
}

.suisse,
.suisse * {
  font-family: "SuisseIntl", ryo-gothic-plusn, system-ui, sans-serif;
  font-weight: 400;
  line-height: 0.8;
  letter-spacing: 0.06em;
}

.enew,
.enew * {
  font-family: "EditorialNew", ryo-gothic-plusn, system-ui, sans-serif;
  font-weight: 300;
  line-height: 1;
  letter-spacing: initial;
}

.heading {
  display: inline-block;
  font-size: 1.4rem;
  line-height: 1;
}
@media only screen and (max-width: 980px) {
  .heading {
    font-size: 1.4rem;
  }
}

.desktop {
  display: block;
}

.smart {
  display: none;
}

@media only screen and (max-width: 980px) {
  .desktop {
    display: none;
  }
  .smart {
    display: block;
  }
}
.flex {
  display: flex;
  display: -webkit-flex;
  flex-wrap: wrap;
  justify-content: space-between;
}

.flex-start {
  justify-content: flex-start;
}

.flex-center {
  justify-content: center;
}

.align-start {
  align-items: flex-start;
}

.align-center {
  align-items: center;
}

.align-end {
  align-items: flex-end;
}

.nowrap {
  flex-wrap: nowrap;
}

.ratio-fixed {
  position: relative;
  padding-top: 56.25%;
  overflow: hidden;
  backface-visibility: hidden;
}
.ratio-fixed img,
.ratio-fixed video {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto;
  width: auto;
  width: 100%;
  height: 100%;
  object-fit: cover;
  backface-visibility: hidden;
}
.ratio-fixed.dead_apple {
  padding-top: 0 !important;
}
.ratio-fixed.dead_apple img,
.ratio-fixed.dead_apple video {
  position: relative;
}
body {
  position: relative;
  overscroll-behavior: none;
  -webkit-overscroll-behavior: none;
  background-color: #F5F4F0;
}
body.animation {
  overflow: hidden;
}
body.animation header .day_hour_wrap {
  transform: translateY(-9.6rem);
}
body.animation header .mask {
  z-index: 60;
}
body.animation header .mask:before {
  transform: translateX(0%);
}
body.animation header .mask:after {
  transform: translateX(0%);
}
body.animation header .nav_wrap .border:first-of-type:before {
  transform: translateX(0%);
}
body.animation header .nav_wrap .border:first-of-type:after {
  transform: translateX(0%);
}
body.animation header .info_wrap {
  transform: translateY(-8rem);
}
body.animation main .mv h1 .text span {
  transform: translateY(108%);
}
body.animation main .mv h1 .logo {
  opacity: 0;
}
body.animation main .mv .visual_wrap .main_visual .chuka {
  opacity: 0;
}
body.animation main .mv .visual_wrap .main_visual .visual {
  transform: translateY(100%);
}
body.animation main .mv .visual_wrap .main_visual .ramen {
  transform: translateY(100%);
}
body.animation main .mv .visual_wrap .main_visual .niku {
  transform: translateX(100%);
}
body.animation main .mv .visual_wrap .vertical_text .mark {
  transform: translateY(25%);
  opacity: 0;
}
body.animation main .mv .visual_wrap .vertical_text .text {
  transform: translateY(70%);
}

.body_fix {
  overflow: hidden;
}

.loading {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: #F5F4F0;
  z-index: 100;
  animation: loading 4.4s ease-in-out 1.6s forwards;
}
@keyframes loading {
  0% {
    opacity: 1;
  }
  94% {
    z-index: 100;
  }
  96% {
    z-index: 0;
  }
  100% {
    z-index: -1;
  }
}
.loading .content {
  margin: auto;
  width: 18rem;
  height: fit-content;
  animation: blur 4.4s ease-in-out 1.6s forwards;
}
@keyframes blur {
  94% {
    filter: blur(0);
  }
  100% {
    filter: blur(4px);
  }
}
.loading .content .images {
  width: 100%;
  height: 18rem;
  overflow: hidden;
}
.loading .content .images img {
  width: 100%;
  height: 18rem;
}
.loading .content .images .upper {
  flex-wrap: nowrap;
  flex-direction: row-reverse;
  opacity: 0;
  filter: blur(4px);
  animation: upper 4.4s ease-in-out 1.6s forwards;
}
@keyframes upper {
  0% {
    transform: translateX(0%);
    filter: blur(4px);
  }
  6% {
    transform: translateX(0%);
    opacity: 1;
    filter: blur(0);
  }
  22% {
    transform: translateX(0%);
  }
  26% {
    transform: translateX(100%);
  }
  46% {
    transform: translateX(100%);
  }
  50% {
    transform: translateX(200%);
  }
  70% {
    transform: translateX(200%);
  }
  74% {
    transform: translateX(300%);
  }
  94% {
    opacity: 1;
  }
  100% {
    transform: translateX(300%);
    filter: blur(0);
  }
}
.loading .content .images .lower {
  flex-wrap: nowrap;
  opacity: 0;
  filter: blur(4px);
  animation: lower 4.4s ease-in-out 1.6s forwards;
}
@keyframes lower {
  0% {
    transform: translateX(0%);
    filter: blur(4px);
  }
  6% {
    transform: translateX(0%);
    opacity: 1;
    filter: blur(0);
  }
  22% {
    transform: translateX(0%);
  }
  26% {
    transform: translateX(-100%);
  }
  46% {
    transform: translateX(-100%);
  }
  50% {
    transform: translateX(-200%);
  }
  70% {
    transform: translateX(-200%);
  }
  74% {
    transform: translateX(-300%);
  }
  94% {
    opacity: 1;
  }
  100% {
    transform: translateX(-300%);
    filter: blur(0);
  }
}
.loading .content .text {
  margin: auto;
  width: 12rem;
  height: 1.5rem;
  overflow: hidden;
}
.loading .content .text .num {
  width: 5.5rem;
  opacity: 0;
  will-change: filter;
}
.loading .content .text .num span {
  display: block;
  width: 100%;
  font-size: 1.5rem;
  line-height: 1;
  text-align: center;
}
.loading .content .text .num.down {
  flex-direction: column-reverse;
  animation: down 4.4s ease-in-out 1.6s forwards;
}
@keyframes down {
  0% {
    transform: translateY(-4.5rem);
    opacity: 1;
  }
  6% {
    transform: translateY(-4.5rem);
  }
  22% {
    transform: translateY(-4.5rem);
  }
  26% {
    transform: translateY(-3rem);
  }
  46% {
    transform: translateY(-3rem);
  }
  50% {
    transform: translateY(-1.5rem);
  }
  70% {
    transform: translateY(-1.5rem);
  }
  74% {
    transform: translateY(0rem);
  }
  94% {
    opacity: 1;
  }
  100% {
    transform: translateY(0rem);
    opacity: 0;
  }
}
.loading .content .text .num.up {
  animation: up 4.4s ease-in-out 1.6s forwards;
}
@keyframes up {
  0% {
    transform: translateY(0rem);
    opacity: 1;
  }
  6% {
    transform: translateY(0rem);
  }
  22% {
    transform: translateY(0rem);
  }
  26% {
    transform: translateY(-1.5rem);
  }
  46% {
    transform: translateY(-1.5rem);
  }
  50% {
    transform: translateY(-3rem);
  }
  70% {
    transform: translateY(-3rem);
  }
  74% {
    transform: translateY(-4.5rem);
  }
  94% {
    opacity: 1;
  }
  100% {
    transform: translateY(-4.5rem);
    opacity: 0;
  }
}
.loading .content .percentage {
  margin: 6rem auto 0;
  width: fit-content;
  opacity: 0;
  will-change: filter;
  animation: percentage 4.4s ease-in-out 1.6s forwards;
}
@keyframes percentage {
  0% {
    opacity: 1;
  }
  94% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
.loading .content .percentage span {
  display: inline-block;
  font-size: 3rem;
  line-height: 1;
}
main {
  position: relative;
  overscroll-behavior: none;
  -webkit-overscroll-behavior: none;
  overflow: hidden;
}

header {
  position: relative;
  padding: 4rem 4.8rem;
}
header .day_hour_wrap {
  width: 30vw;
  transition: all 0.4s ease;
}
header .day_hour_wrap .red {
  position: relative;
  display: inline-block;
  margin-left: 3.5rem;
  padding: 0.4rem;
  font-size: 1.2rem;
  line-height: 1;
  color: #F5F4F0;
  background-color: #BA1C22;
}
header .day_hour_wrap .red:before {
  content: "";
  position: absolute;
  top: 0;
  left: -3.5rem;
  bottom: 0;
  display: block;
  margin: auto;
  width: 2.2rem;
  height: 2.2rem;
  background-image: url("./assets/image/icon/calendar.svg");
  background-position: center;
  background-size: contain;
  background-repeat: no-repeat;
}
header .day_hour_wrap .line {
  display: inline-block;
  margin: auto;
  width: 1px;
  height: 2.4rem;
  background-color: #000000;
}
header .day_hour_wrap .endless_wrap {
  width: 21vw;
}
header .day_hour_wrap .endless_wrap .endless {
  height: 2.4rem;
}
header .day_hour_wrap .endless_wrap .endless .item {
  flex-wrap: nowrap;
  margin: auto 1.2rem auto auto;
  font-size: 1.4rem;
  line-height: 1;
}
header .day_hour_wrap .endless_wrap .endless .item span {
  position: relative;
  display: inline-block;
  margin: auto 0.1rem;
  padding: 0.5rem 0.5rem 0.4rem 0.6rem;
  font-size: 1.2rem;
  line-height: 1;
}
header .day_hour_wrap .endless_wrap .endless .item span:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: -1px;
  bottom: 0;
  display: block;
  margin: auto;
  width: 2.2rem;
  height: 2.2rem;
  border: 1px solid #000000;
  border-radius: 50%;
  z-index: -1;
}
header .day_hour_wrap .endless_wrap .endless .item span.black {
  color: #F5F4F0;
}
header .day_hour_wrap .endless_wrap .endless .item span.black:before {
  background-color: #000000;
}
header .day_hour_wrap .endless_wrap .endless .item span.white {
  margin: auto 0.4rem;
}
header .day_hour_wrap .endless_wrap .endless .item span:last-of-type {
  margin-right: 0.6rem;
}
header .nav_wrap {
  position: fixed;
  top: 3rem;
  left: 0;
  right: 0;
  margin: auto;
  width: 24vw;
  z-index: 50;
  overflow: hidden;
}
header .nav_wrap:before, header .nav_wrap:after {
  content: "";
  position: absolute;
  top: 6px;
  bottom: 6px;
  display: block;
  width: 3px;
  height: calc(100% - 12px);
  background-color: #000000;
}
header .nav_wrap:before {
  left: 0;
}
header .nav_wrap:after {
  right: 0;
}
header .nav_wrap .border {
  position: relative;
  display: block;
  margin: auto;
  width: calc(100% - 12px);
  height: 3px;
  background-color: #F5F4F0;
}
header .nav_wrap .border:first-of-type:before, header .nav_wrap .border:first-of-type:after {
  content: "";
  position: absolute;
  top: -3px;
  display: block;
  margin: auto;
  width: calc(50% + 6px);
  height: calc(3.7rem + 12px);
  background-color: #F5F4F0;
  z-index: 60;
  transition: all 0.4s ease;
}
header .nav_wrap .border:first-of-type:before {
  left: -6px;
  transform: translateX(-100%);
}
header .nav_wrap .border:first-of-type:after {
  right: -6px;
  transform: translateX(100%);
}
header .nav_wrap .border .square {
  position: absolute;
  display: block;
  margin: auto;
  width: 3px;
  height: 3px;
  border: 3px solid #000000;
}
header .nav_wrap .border .square:before, header .nav_wrap .border .square:after {
  content: "";
  position: absolute;
  display: block;
  width: 3px;
  height: 3px;
  background-color: #000000;
}
header .nav_wrap .border .square:first-of-type {
  left: 0;
}
header .nav_wrap .border .square:first-of-type:before {
  left: -3px;
}
header .nav_wrap .border .square:first-of-type:after {
  left: -6px;
}
header .nav_wrap .border .square:last-of-type {
  right: 0;
}
header .nav_wrap .border .square:last-of-type:before {
  right: -3px;
}
header .nav_wrap .border .square:last-of-type:after {
  right: -6px;
}
header .nav_wrap .border:first-of-type {
  border-top: 3px solid #000000;
}
header .nav_wrap .border:first-of-type .square {
  top: 3px;
}
header .nav_wrap .border:first-of-type .square:before {
  top: -6px;
}
header .nav_wrap .border:first-of-type .square:after {
  top: -3px;
}
header .nav_wrap .border:last-of-type {
  border-bottom: 3px solid #000000;
}
header .nav_wrap .border:last-of-type .square {
  bottom: 3px;
}
header .nav_wrap .border:last-of-type .square:before {
  bottom: -6px;
}
header .nav_wrap .border:last-of-type .square:after {
  bottom: -3px;
}
header .nav_wrap .fixed_menu {
  padding: 1.2rem 2.4rem;
  width: calc(100% - 4.8rem);
  background-color: #F5F4F0;
}
header .nav_wrap .fixed_menu button {
  position: relative;
  display: inline-block;
  line-height: 1;
}
header .nav_wrap .fixed_menu button.open {
  padding-left: 2.2rem;
}
header .nav_wrap .fixed_menu button.open:before, header .nav_wrap .fixed_menu button.open:after {
  content: "";
  position: absolute;
  top: 0;
  left: 0.3rem;
  bottom: 0.1rem;
  margin: auto;
  display: block;
  width: 15px;
  height: 2px;
  background-color: #000000;
}
header .nav_wrap .fixed_menu button.open:before {
  transform: rotate(45deg);
}
header .nav_wrap .fixed_menu button.open:after {
  transform: rotate(-45deg);
}
header .nav_wrap .header_nav {
  display: none;
  width: 100%;
  background-color: #F5F4F0;
}
header .nav_wrap .header_nav ul {
  padding: 0 2.2rem;
}
header .nav_wrap .header_nav ul li span:first-of-type {
  margin-right: auto;
  text-align: right;
}
header .nav_wrap .header_nav ul li span:last-of-type {
  margin-left: auto;
}
header .nav_wrap .header_nav.open {
  display: block;
}
header .nav_wrap nav {
  padding: 4.8rem 0;
}
header .nav_wrap nav ul li {
  margin-bottom: 2.2rem;
}
header .nav_wrap nav ul li span {
  display: block;
  width: 50%;
  line-height: 1;
}
header .nav_wrap nav ul li span a {
  display: inline-block;
  line-height: 1;
}
header .nav_wrap nav ul li span:first-of-type {
  margin-right: auto;
  text-align: right;
}
header .nav_wrap nav ul li span:first-of-type a {
  font-size: 1.6rem;
}
header .nav_wrap nav ul li span:last-of-type {
  margin-left: auto;
}
header .nav_wrap nav ul li span:last-of-type a {
  font-size: 1.4rem;
}
header .nav_wrap .shop_data {
  padding: 4.8rem 0 2.4rem;
}
header .nav_wrap .shop_data ul li {
  margin-bottom: 1rem;
}
header .nav_wrap .shop_data ul li span {
  display: block;
  font-size: 1.3rem;
  line-height: 1.3;
}
header .nav_wrap .shop_data ul li span a {
  display: inline-block;
  font-size: 1.3rem;
  line-height: 1.3;
  text-decoration: underline;
}
header .nav_wrap .shop_data ul li span:first-of-type {
  width: 5.5rem;
}
header .nav_wrap .shop_data ul li span:last-of-type {
  width: calc(100% - 5.5rem);
}
header .nav_wrap .shop_data ul li .map {
  display: block;
  padding: 1.5rem 0;
  font-size: 1.3rem;
  color: #F5F4F0;
  text-align: center;
  background-color: #000000;
}
header .nav_wrap .shop_data ul li:last-of-type {
  margin-top: 3rem;
}
header .info_wrap {
  width: 30vw;
  transition: all 0.4s ease;
}
header .info_wrap a {
  position: relative;
  display: inline-block;
  padding-left: 2.7rem;
  line-height: 1;
}
header .info_wrap a:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  display: block;
  margin: auto;
  width: 2.2rem;
  height: 2.2rem;
  background-image: url("./assets/image/icon/calendar.svg");
  background-position: center;
  background-size: contain;
  background-repeat: no-repeat;
}
header .info_wrap a.address:before {
  background-image: url("./assets/image/icon/marker.svg");
}
header .info_wrap a.instagram:before {
  background-image: url("./assets/image/icon/instagram.svg");
}
@media only screen and (max-width: 980px) {
  header {
    padding: 0.6rem;
  }
  header .day_hour_wrap {
    margin: 7rem 0.6rem 0;
    width: 100%;
  }
  header .day_hour_wrap .red {
    margin-left: 2.4rem;
    font-size: 1.1rem;
  }
  header .day_hour_wrap .red:before {
    left: -2.4rem;
    width: 2rem;
    height: 2rem;
  }
  header .day_hour_wrap .line {
    height: 2.2rem;
  }
  header .day_hour_wrap .endless_wrap {
    width: 64vw;
  }
  header .day_hour_wrap .endless_wrap .endless {
    height: 2.2rem;
  }
  header .day_hour_wrap .endless_wrap .endless .item {
    font-size: 1.3rem;
  }
  header .day_hour_wrap .endless_wrap .endless .item span {
    padding: 0.4rem 0.4rem 0.3rem 0.5rem;
    font-size: 1.1rem;
  }
  header .day_hour_wrap .endless_wrap .endless .item span:before {
    width: 2rem;
    height: 2rem;
  }
  header .nav_wrap {
    top: 0.6rem;
    width: calc(100vw - 1.2rem);
  }
  header .nav_wrap .fixed_menu button {
    font-size: 1.3rem;
  }
  header .info_wrap {
    display: none;
  }
}

footer .yellow {
  flex-wrap: nowrap;
  background-color: #E7D31B;
}
footer .yellow .content_wrap {
  padding: 18rem 0 6rem;
}
footer .yellow .info_wrap {
  padding-left: 5.5rem;
  width: fit-content;
  min-width: 39rem;
}
footer .yellow .info_wrap h2 span {
  display: block;
  width: auto;
  font-size: 6.6rem;
}
footer .yellow .info_wrap h2 span .hypen {
  display: inline-block;
  margin: auto 1.2rem;
}
footer .yellow .info_wrap h2 span .circle {
  position: relative;
  display: inline-block;
  margin: auto;
}
footer .yellow .info_wrap h2 span .circle:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  margin: auto;
  width: 7rem;
  height: 7rem;
  border: 2px solid #000000;
  border-radius: 50%;
}
footer .yellow .info_wrap h2 span .circle.circle_7 {
  padding: 1rem 1.2rem 0 2rem;
}
footer .yellow .info_wrap h2 span .circle.circle_8 {
  padding: 1rem 0.8rem 0 1.2rem;
}
footer .yellow .info_wrap h2 span.shichi_hachi_circle {
  margin-top: -0.8rem;
}
footer .yellow .info_wrap .sentence {
  margin-top: 15rem;
  font-size: 1.5rem;
}
footer .yellow .info_wrap .sentence a {
  font-size: 1.5rem;
  text-decoration: underline;
}
footer .yellow .info_wrap .google {
  display: block;
  margin-top: 3rem;
  padding: 1.5rem 0;
  width: 37rem;
  text-align: center;
  border: 2px solid #000000;
}
footer .yellow .title_wrap {
  padding-right: 5.5rem;
  width: 100%;
  cursor: none;
  overflow: hidden;
}
footer .yellow .title_wrap .cursor {
  position: relative;
}
footer .yellow .title_wrap .cursor img {
  position: absolute;
  position: fixed;
  top: 0;
  left: 0;
  display: none;
  width: 22rem;
}
footer .yellow .title_wrap .cursor img.show {
  display: block;
}
footer .yellow .title_wrap .content {
  text-align: right;
}
footer .yellow .title_wrap .content .logo {
  width: 30.9rem;
}
footer .yellow .title_wrap .content h3 {
  margin-top: 22rem;
  font-size: 6.6rem;
}
@media only screen and (max-width: 980px) {
  footer .yellow {
    flex-wrap: wrap;
  }
  footer .yellow .content_wrap {
    padding: 9.6rem 1.8rem 3.5rem;
  }
  footer .yellow .info_wrap {
    width: 100%;
    min-width: auto;
  }
  footer .yellow .info_wrap h2 span {
    font-size: 5rem;
  }
  footer .yellow .info_wrap h2 span .circle:before {
    width: 5.5rem;
    height: 5.5rem;
  }
  footer .yellow .info_wrap h2 span .circle.circle_7 {
    padding: 1rem 1.2rem 0 1.6rem;
  }
  footer .yellow .info_wrap h2 span .circle.circle_8 {
    padding: 1rem 0.8rem 0 1rem;
  }
  footer .yellow .info_wrap h2 span.shichi_hachi_circle {
    margin-top: -0.6rem;
  }
  footer .yellow .info_wrap .sentence {
    margin-top: 7.2rem;
    font-size: 1.3rem;
  }
  footer .yellow .info_wrap .sentence a {
    font-size: 1.3rem;
  }
  footer .yellow .info_wrap .google {
    padding: 1.5rem 0;
    width: calc(100% - 4px);
  }
  footer .yellow .title_wrap .content .logo {
    width: 24rem;
  }
  footer .yellow .title_wrap .content h3 {
    margin-top: 7rem;
    font-size: 5rem;
  }
}
footer .end {
  padding: 4.8rem 5.5rem;
  justify-content: center;
}
footer .end .by {
  justify-content: flex-start;
  flex-wrap: nowrap;
  margin-right: auto;
  min-width: 24rem;
}
footer .end .by .text {
  display: inline-block;
  margin-right: 3.5rem;
  font-size: 1.2rem;
  line-height: 1;
}
footer .end .by .logo {
  display: inline-block;
  width: 16rem;
}
footer .end .instagram {
  display: block;
  padding: 1.5rem 0;
  width: 37rem;
  text-align: center;
  border: 2px solid #000000;
}
footer .end .instagram span {
  justify-content: center;
  line-height: 1;
}
footer .end .instagram span:before {
  content: "";
  display: inline-block;
  margin-right: 0.4rem;
  width: 2.2rem;
  height: 2.2rem;
  background-image: url("./assets/image/icon/instagram.svg");
  background-position: center;
  background-size: contain;
  background-repeat: no-repeat;
}
footer .end .credit {
  margin-left: auto;
  min-width: 24rem;
  font-size: 1.2rem;
  line-height: 1;
  text-align: right;
}
@media only screen and (max-width: 980px) {
  footer .end {
    padding: 4.8rem 1.8rem 2.4rem;
    text-align: center;
  }
  footer .end .by {
    justify-content: center;
    flex-wrap: wrap;
    width: 100%;
    min-width: auto;
  }
  footer .end .by .text {
    margin-right: auto;
    width: 100%;
  }
  footer .end .by .logo {
    margin-top: 3.5rem;
  }
  footer .end .instagram {
    margin-top: 3.5rem;
    width: 100%;
  }
  footer .end .credit {
    margin-top: 2.4rem;
    width: 100%;
    min-width: auto;
    text-align: center;
  }
}

.vertical_text {
  writing-mode: vertical-rl;
  -webkit-writing-mode: vertical-rl;
  font-feature-settings: initial;
  -webkit-font-feature-settings: initial;
}

.sticky {
  position: sticky;
  height: fit-content;
}

.icon {
  position: relative;
  display: inline-block;
  padding-right: 2rem;
  line-height: 1.15;
  color: #81333C;
}
.icon i {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  display: block;
  margin: auto;
  width: 1.6rem;
  height: 1.6rem;
  overflow: hidden;
}
.icon i:before, .icon i:after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  display: block;
  margin: auto;
  width: 100%;
  height: 100%;
  transform: translateX(0);
  transition: transform 0.4s ease-in-out, opacity 0.2s 0.2s ease-in-out;
  background-image: url("~/assets/image/icon/arrow.svg");
  background-position: center;
  background-size: contain;
  background-repeat: no-repeat;
}
.icon i:before {
  transform: translateX(-100%);
  opacity: 0;
  transition: transform 0.4s ease-in-out, opacity 0.2s ease-in-out;
}
@media only screen and (max-width: 980px) {
  .icon {
    padding-right: 1.8rem;
  }
  .icon i {
    width: 1.2rem;
    height: 1.2rem;
  }
}
@media only screen and (min-width: 980px) {
  .icon:hover i:before {
    transform: translateX(0);
    opacity: 1;
    transition: transform 0.4s ease-in-out, opacity 0.2s 0.2s ease-in-out;
  }
  .icon:hover i:after {
    transform: translateX(100%);
    opacity: 0;
    transition: transform 0.4s ease-in-out, opacity 0.2s ease-in-out;
  }
}
.icon.ivory i:before, .icon.ivory i:after {
  background-image: url("~/assets/image/icon/arrow-ivory.svg");
}
.icon.red i:before, .icon.red i:after {
  background-image: url("~/assets/image/icon/arrow-red.svg");
}
.icon.outside i {
  transform: rotate(-45deg);
}
.icon.underline i {
  bottom: initial;
}

@media only screen and (min-width: 980px) {
  a:hover .icon i:before, button:hover .icon i:before {
    transform: translateX(0);
    opacity: 1;
    transition: transform 0.4s ease-in-out, opacity 0.2s 0.2s ease-in-out;
  }
  a:hover .icon i:after, button:hover .icon i:after {
    transform: translateX(100%);
    opacity: 0;
    transition: transform 0.4s ease-in-out, opacity 0.2s ease-in-out;
  }
}

.arrow {
  padding-right: 6rem;
  font-size: 2.6rem;
  line-height: 0.8;
  color: #81333C;
}
.arrow i {
  bottom: 0;
  width: 4rem;
  height: 4rem;
  background-color: #81333C;
  border-radius: 50%;
}
.arrow i:before, .arrow i:after {
  width: 50%;
  height: 50%;
  background-image: url("~/assets/image/icon/arrow-ivory.svg");
}
.arrow.ivory i {
  background-color: #F7E9E1;
}
.arrow.ivory i:before, .arrow.ivory i:after {
  background-image: url("~/assets/image/icon/arrow.svg");
}
@media only screen and (max-width: 980px) {
  .arrow {
    padding-right: 4rem;
    font-size: 2rem;
  }
  .arrow i {
    width: 3rem;
    height: 3rem;
  }
}

.toggle {
  position: relative;
  padding-right: 2.4rem;
}
.toggle i {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  display: block;
  margin: auto;
  width: 1.6rem;
  height: 1.6rem;
  overflow: hidden;
  background-image: url("~/assets/image/icon/toggle.svg");
  background-position: center;
  background-size: contain;
  background-repeat: no-repeat;
}
.toggle.close i {
  transform: scale(1, -1);
}

.underline {
  position: relative;
  padding-bottom: 0.4rem;
}
.underline:after {
  content: "";
  position: absolute;
  right: 0;
  bottom: 0;
  display: block;
  margin: auto;
  width: 100%;
  height: 1px;
  background-color: #1A1A1A;
  transform: scaleX(1);
  transform-origin: left;
  transition: transform 0.4s cubic-bezier(0.16, 0.97, 0.32, 1), transform 0.4s cubic-bezier(0.16, 0.97, 0.32, 1);
}
.underline.ivory:after {
  background-color: #F7E9E1;
}
.underline.red:after {
  background-color: #81333C;
}
@media only screen and (min-width: 980px) {
  .underline:hover:after {
    transform: scaleX(0);
    transform-origin: right;
  }
}
@media only screen and (max-width: 980px) {
  .underline {
    padding-bottom: 0.2rem;
  }
}

@media only screen and (min-width: 980px) {
  a:hover .underline:after, button:hover .underline:after {
    transform: scaleX(0);
    transform-origin: right;
  }
}

.endless_wrap {
  flex-wrap: nowrap;
  overflow: hidden;
}
.endless_wrap .endless {
  position: relative;
  flex-wrap: nowrap;
  width: fit-content;
  white-space: nowrap;
}
.endless_wrap .endless:nth-of-type(odd) {
  animation: endless 70s -35s linear infinite forwards;
}
.endless_wrap .endless:nth-of-type(even) {
  animation: endless_2 70s linear infinite forwards;
}
.endless_wrap .re:nth-of-type(odd), .endless_wrap .re:nth-of-type(even) {
  animation-direction: reverse;
}

@keyframes endless {
  0% {
    transform: translateX(100%);
  }
  100% {
    transform: translateX(-100%);
  }
}
@keyframes endless_2 {
  0% {
    transform: translateX(0%);
  }
  100% {
    transform: translateX(-200%);
  }
}
.mv {
  position: relative;
  border-bottom: 2px solid #000000;
  z-index: 1;
}
.mv h1 {
  margin: auto;
  padding-top: 4.8rem;
  width: calc(100% - 16rem);
}
.mv h1 .text {
  width: 34rem;
  padding-top: 0.1rem;
  overflow: hidden;
}
.mv h1 .text span {
  display: inline-block;
  font-size: 2.7rem;
  line-height: 1;
}
.mv h1 .text > span {
  transition: all 0.4s ease;
}
.mv h1 .logo {
  width: 34rem;
  transition: all 0.4s ease;
}
.mv .visual_wrap {
  margin: 6rem auto 0;
  width: 100%;
}
.mv .visual_wrap .main_visual {
  position: relative;
  width: 60%;
}
.mv .visual_wrap .main_visual .chuka {
  position: absolute;
  top: -1.5rem;
  left: 0;
  right: 0;
  margin: auto;
  width: auto;
  height: 3rem;
  z-index: 1;
  transition: all 0.2s ease;
}
.mv .visual_wrap .main_visual .visual {
  position: relative;
  padding-top: 100%;
  border: 2px solid #000000;
  border-bottom: none;
  transition: all 0.4s ease;
}
.mv .visual_wrap .main_visual .deco {
  position: absolute;
  z-index: 1;
  transition: all 0.4s ease;
}
.mv .visual_wrap .main_visual .deco.animation_end {
  transition: none;
}
.mv .visual_wrap .main_visual .deco.ramen {
  left: -13rem;
  bottom: 7rem;
  width: 48rem;
}
.mv .visual_wrap .main_visual .deco.niku {
  top: -10rem;
  right: -33rem;
  width: 39rem;
}
@keyframes niku_animation {
  0% {
    transform: rotate(0deg);
  }
  5% {
    transform: rotate(-5deg);
  }
  10% {
    transform: rotate(5deg);
  }
  15% {
    transform: rotate(-5deg);
  }
  20% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(0deg);
  }
}
.mv .visual_wrap .main_visual .deco.beer {
  right: -10rem;
  bottom: -15rem;
  width: 30rem;
  transform: rotate(5deg);
  animation-direction: reverse;
}
@keyframes deco_animation {
  0% {
    transform: rotate(5deg);
  }
  4% {
    transform: rotate(-5deg);
  }
  8% {
    transform: rotate(0deg);
  }
  12% {
    transform: rotate(-10deg);
  }
  16% {
    transform: rotate(5deg);
  }
  100% {
    transform: rotate(5deg);
  }
}
.mv .visual_wrap .vertical_text {
  position: relative;
  padding-top: 13.7rem;
}
.mv .visual_wrap .vertical_text .mark {
  position: absolute;
  top: -1.5rem;
  left: 0;
  right: 0;
  margin: auto;
  width: fit-content;
  transition: all 0.6s ease;
}
.mv .visual_wrap .vertical_text .mark img {
  margin-bottom: 3rem;
  width: 4rem;
  height: 4rem;
}
.mv .visual_wrap .vertical_text .text {
  transition: all 0.4s ease;
  will-change: filter;
}
.mv .visual_wrap .vertical_text .text img {
  max-height: calc(60vw - 15rem);
}
.mv .visual_wrap .vertical_text.chashu {
  margin-left: 5.5rem;
}
.mv .visual_wrap .vertical_text.sumibi {
  margin-right: 5.5rem;
}
@media only screen and (max-width: 980px) {
  .mv h1 {
    margin: auto;
    padding-top: 3.5rem;
    width: 77.7vw;
  }
  .mv h1 .text {
    display: none;
  }
  .mv h1 .logo {
    width: 100%;
  }
  .mv .visual_wrap {
    margin: 6rem auto 0;
    width: calc(100% - 2.4rem);
    flex-direction: row-reverse;
  }
  .mv .visual_wrap .main_visual {
    position: relative;
    width: 100%;
  }
  .mv .visual_wrap .main_visual .chuka {
    position: absolute;
    top: -1.5rem;
    left: 0;
    right: 0;
    margin: auto;
    width: auto;
    height: 3rem;
    z-index: 1;
  }
  .mv .visual_wrap .main_visual .visual {
    padding-top: 100%;
    border: 2px solid #000000;
    border-bottom: none;
  }
  .mv .visual_wrap .main_visual .deco.ramen {
    left: -6rem;
    bottom: -16rem;
    width: 24rem;
  }
  .mv .visual_wrap .vertical_text {
    display: none;
  }
}

.concept {
  position: relative;
  border-bottom: 2px solid #000000;
}
.concept .wrap {
  margin: auto;
  padding: 1.6rem 0;
  width: calc(60% - 4px);
  border-left: 2px solid #000000;
  border-right: 2px solid #000000;
  text-align: center;
}
.concept .wrap .content_wrap {
  margin-top: 15rem;
}
.concept .wrap .content_wrap img {
  margin: auto;
  width: 34rem;
}
.concept .wrap .content_wrap h2 {
  margin-top: 1.6rem;
  font-size: 2.4rem;
}
.concept .wrap .content_wrap .text_wrap {
  margin: 1.6rem auto 0;
}
@media only screen and (max-width: 980px) {
  .concept .wrap {
    width: calc(100% - 4px - 2.4rem);
  }
  .concept .wrap .content_wrap {
    margin-top: 7.2rem;
  }
  .concept .wrap .content_wrap img {
    width: 67vw;
  }
  .concept .wrap .content_wrap h2 {
    font-size: 1.8rem;
  }
  .concept .wrap .content_wrap .text_wrap {
    width: 86vw;
  }
}

.menu {
  padding-top: 12rem;
  background-color: #BA1C22;
  overflow: hidden;
}
.menu * {
  color: #F5F4F0;
}
.menu .oshinagaki .endless .item {
  position: relative;
  padding-top: 1rem;
  padding-right: 12.4rem;
}
.menu .oshinagaki .endless .item span {
  display: inline-block;
  font-size: 12rem;
}
.menu .oshinagaki .endless .item .ja {
  position: absolute;
  top: 0;
  right: 2.4rem;
  font-size: 4.8rem;
  letter-spacing: 0.04em;
}
.menu .oshinagaki .endless .item .ja img {
  display: inline-block;
  width: auto;
  height: 5.5rem;
  vertical-align: bottom;
}
.menu ul {
  border-top: 2px solid #F5F4F0;
}
.menu ul li {
  position: relative;
  padding: 8rem 0 15rem;
  width: calc((100% - 4px) / 3);
  text-align: center;
  border-right: 2px solid #F5F4F0;
  border-bottom: 2px solid #F5F4F0;
  overflow: hidden;
}
.menu ul li .heading {
  font-size: 2rem;
}
.menu ul li .visual_wrap {
  position: relative;
  margin: 3.5rem;
  margin-bottom: 0;
}
.menu ul li .visual_wrap .title_wrap {
  position: absolute;
  top: calc(1.4583333333rem - 1px);
  right: 1rem;
  width: fit-content;
  height: fit-content;
}
.menu ul li .visual_wrap .title_wrap .title {
  width: 7rem;
  opacity: 0;
}
.menu ul li .visual_wrap .roll {
  display: none;
  position: absolute;
  top: 0;
  right: 1rem;
  width: 7rem;
  z-index: -1;
}
.menu ul li .visual_wrap .sub {
  position: absolute;
  left: -3.5rem;
  width: 24rem;
}
.menu ul li .visual_wrap .stamp {
  position: absolute;
  right: -1.5rem;
  bottom: 1.5rem;
  width: 10.5rem;
  z-index: 1;
}
.menu ul li .introduction {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 7rem;
  margin: auto;
  width: 75%;
}
.menu ul li.animation .visual_wrap .title_wrap .title {
  animation: menu_animation 0.35s linear forwards;
}
@keyframes menu_animation {
  0% {
    transform: scale(1.3);
  }
  60% {
    transform: scale(1);
    opacity: 1;
  }
  80% {
    transform: scale(1.12);
  }
  100% {
    transform: scale(1);
    opacity: 1;
  }
}
.menu ul li:nth-of-type(3n) {
  border-right: none;
}
.menu ul li:nth-of-type(2) .visual_wrap .title_wrap .title {
  animation-delay: 0.15s;
}
.menu ul li:nth-of-type(2) .visual_wrap .sub {
  top: -6rem;
}
.menu ul li:nth-of-type(3) .visual_wrap .title_wrap .title {
  animation-delay: 0.3s;
}
.menu ul li:nth-of-type(3) .visual_wrap .sub {
  bottom: 0;
}
.menu ul li:nth-of-type(4) .visual_wrap .sub {
  bottom: 0;
}
.menu ul li:nth-of-type(5) .visual_wrap .title_wrap .title {
  animation-delay: 0.15s;
}
.menu ul li:nth-of-type(5) .visual_wrap .sub {
  top: 3.5rem;
  left: -3.5rem;
  width: 22rem;
}
.menu ul li:nth-of-type(6) .visual_wrap .title_wrap .title {
  animation-delay: 0.3s;
}
.menu ul li:nth-of-type(6) .visual_wrap .sub {
  bottom: 0;
}
.menu ul li:nth-of-type(4) .visual_wrap .title,
.menu ul li:nth-of-type(4) .visual_wrap .roll, .menu ul li:nth-of-type(6) .visual_wrap .title,
.menu ul li:nth-of-type(6) .visual_wrap .roll {
  width: 10rem;
}
.menu ul li:nth-of-type(8) .visual_wrap .title_wrap .title {
  animation-delay: 0.15s;
}
.menu ul li:nth-of-type(8) .visual_wrap .visual {
  width: 24rem;
}
.menu ul li:nth-of-type(9) .visual_wrap .title_wrap .title {
  animation-delay: 0.3s;
}
.menu ul li:nth-of-type(9) .visual_wrap .visual {
  width: 24rem;
}
.menu ul li:nth-of-type(8) .visual_wrap, .menu ul li:nth-of-type(9) .visual_wrap {
  margin-top: 11rem;
}
.menu .instagram_wrap .wrap {
  border-bottom: 2px solid #F5F4F0;
}
.menu .instagram_wrap .wrap .text {
  padding: 9.6rem 0;
  width: calc(50vw - 1px);
  font-size: 1.6rem;
  line-height: 1;
  text-align: center;
}
.menu .instagram_wrap .wrap .text:first-of-type {
  border-right: 2px solid #F5F4F0;
}
.menu .instagram_wrap .link_wrap {
  padding: 8.6rem 0 6rem;
  border-bottom: 2px solid #F5F4F0;
  text-align: center;
}
.menu .instagram_wrap .link_wrap h3 {
  margin: 2.4rem auto;
  font-size: 12rem;
}
.menu .instagram_wrap .link_wrap a {
  display: block;
  margin: auto;
  padding: 2.5rem 0;
  width: 22rem;
  border: 1px solid #F5F4F0;
  border-radius: 50%;
  overflow: hidden;
}
.menu .instagram_wrap .link_wrap a .endless_wrap .endless .item {
  display: inline-block;
  padding-right: 1.2rem;
  line-height: 1;
}
.menu .instagram_wrap .link_wrap a .endless_wrap .endless.re {
  margin-top: 0.2rem;
}
@media only screen and (max-width: 980px) {
  .menu {
    padding-top: 6rem;
  }
  .menu .oshinagaki .endless .item {
    padding-right: 6.6rem;
  }
  .menu .oshinagaki .endless .item span {
    display: inline-block;
    font-size: 6.6rem;
  }
  .menu .oshinagaki .endless .item .ja {
    position: absolute;
    top: -0.6rem;
    right: 1.5rem;
    font-size: 2.4rem;
  }
  .menu .oshinagaki .endless .item .ja img {
    height: 3rem;
  }
  .menu .oshinagaki .endless .item img {
    height: 6.9rem;
  }
  .menu ul li {
    padding: 4.8rem 0 3.5rem;
    width: 100%;
    border-right: none;
  }
  .menu ul li .heading {
    font-size: 1.8rem;
  }
  .menu ul li .visual_wrap {
    margin: 1.2rem 3.5rem 10rem;
  }
  .menu ul li .visual_wrap .title_wrap {
    top: 2.4rem;
    top: calc(1.0416666667rem - 1px + 2.4rem);
    right: 0;
  }
  .menu ul li .visual_wrap .title_wrap .title {
    width: 5rem;
    opacity: 1;
  }
  .menu ul li .visual_wrap .roll {
    top: 2.4rem;
    right: 0;
    width: 5rem;
  }
  .menu ul li .visual_wrap .sub {
    width: 19rem;
  }
  .menu ul li .visual_wrap .stamp {
    right: -1rem;
    bottom: 1rem;
    width: 10rem;
  }
  .menu ul li .introduction {
    bottom: 3.5rem;
    margin: auto;
    width: 80%;
    font-size: 1.2rem;
  }
  .menu ul li.animation .visual_wrap .title_wrap .title {
    animation: none;
  }
  .menu ul li:nth-of-type(3n) {
    border-right: none;
  }
  .menu ul li:nth-of-type(2) .visual_wrap .sub {
    top: -4.8rem;
  }
  .menu ul li:nth-of-type(5) .visual_wrap .sub {
    top: 2.5rem;
    left: -3.5rem;
    width: 18rem;
  }
  .menu ul li:nth-of-type(2) .visual_wrap .title_wrap .title, .menu ul li:nth-of-type(3) .visual_wrap .title_wrap .title, .menu ul li:nth-of-type(5) .visual_wrap .title_wrap .title, .menu ul li:nth-of-type(6) .visual_wrap .title_wrap .title, .menu ul li:nth-of-type(8) .visual_wrap .title_wrap .title, .menu ul li:nth-of-type(9) .visual_wrap .title_wrap .title {
    transition-delay: 0s;
  }
  .menu ul li:nth-of-type(4) .visual_wrap .title,
  .menu ul li:nth-of-type(4) .visual_wrap .roll, .menu ul li:nth-of-type(6) .visual_wrap .title,
  .menu ul li:nth-of-type(6) .visual_wrap .roll {
    width: 7rem;
  }
  .menu ul li:nth-of-type(8), .menu ul li:nth-of-type(9) {
    display: none;
  }
  .menu .instagram_wrap .wrap {
    border-bottom: none;
  }
  .menu .instagram_wrap .wrap .text {
    padding: 4.8rem 0;
    width: 100%;
    font-size: 1.3rem;
  }
  .menu .instagram_wrap .wrap .text:first-of-type {
    border-right: none;
  }
  .menu .instagram_wrap .link_wrap {
    padding: 1.2rem 0 6rem;
  }
  .menu .instagram_wrap .link_wrap h3 {
    margin: 2rem auto;
    font-size: 7rem;
  }
  .menu .instagram_wrap .link_wrap a {
    padding: 1.8rem 0;
    width: 16rem;
  }
}

.commitment {
  position: relative;
  padding-top: 12rem;
  text-align: center;
}
.commitment h2 {
  margin-top: 12rem;
  font-size: 2.4rem;
}
.commitment .kodawari {
  position: absolute;
  top: 7rem;
  right: 12rem;
  width: 19rem;
  transform: scale(0);
  transition: 0.2s transform ease;
}
.commitment .kodawari.animation {
  transform: scale(1);
}
.commitment ul li {
  width: 33.3333333333%;
}
.commitment .chara_list {
  margin-top: 15rem;
}
.commitment .chara_list li {
  height: fit-content;
  overflow: hidden;
}
.commitment .chara_list li .chara {
  width: 16.9rem;
  transform: translate3d(0, 100%, 0);
  transition: transform 0.2s ease;
}
.commitment .chara_list li:nth-of-type(2) .chara {
  transition-delay: 0.1s;
}
.commitment .chara_list li:nth-of-type(3) .chara {
  transition-delay: 0.2s;
}
.commitment .chara_list.animation li .chara {
  transform: translate3d(0, 0%, 0);
}
.commitment .content_list {
  border-bottom: 2px solid #000000;
}
.commitment .content_list li .content_wrap {
  padding-bottom: 7.2rem;
  border-top: 2px solid #000000;
  border-right: 2px solid #000000;
}
.commitment .content_list li .content_wrap .visual_wrap {
  margin: auto;
  width: 44.9%;
}
.commitment .content_list li .content_wrap .title {
  display: inline-block;
  margin-top: 12.4rem;
  font-size: 2rem;
}
.commitment .content_list li .content_wrap .sentence {
  margin: 1.6rem auto 0;
  width: 86%;
}
.commitment .content_list li:last-of-type .content_wrap {
  border-right: none;
}
@media only screen and (max-width: 980px) {
  .commitment {
    padding-top: 8.6rem;
  }
  .commitment h2 {
    margin-top: 6rem;
    font-size: 1.8rem;
  }
  .commitment .kodawari {
    top: 2.4rem;
    right: 2rem;
    width: 10rem;
  }
  .commitment .chara_list {
    margin-top: 8.6rem;
  }
  .commitment .chara_list li .chara {
    width: 8.6rem;
    transform: translate3d(0, 0%, 0);
  }
  .commitment .content_list {
    margin-top: 1.2rem;
  }
  .commitment .content_list li {
    width: 100%;
  }
  .commitment .content_list li .content_wrap {
    padding-bottom: 3.5rem;
    border-right: none;
  }
  .commitment .content_list li .content_wrap .visual_wrap {
    width: 42%;
  }
  .commitment .content_list li .content_wrap .title {
    margin-top: 8.6rem;
    font-size: 1.8rem;
  }
  .commitment .content_list li .content_wrap .sentence {
    margin: 1.6rem auto 0;
    width: 74%;
    font-size: 1.2rem;
  }
  .commitment .content_list li:last-of-type .content_wrap {
    border-right: none;
  }
}

.shichi_hachi {
  position: relative;
  height: 90rem;
  overflow: hidden;
  border-bottom: 2px solid #000000;
}
.shichi_hachi .background {
  flex-wrap: nowrap;
  transform: translateX(35vw) rotate(45deg);
  transform-origin: top right;
}
.shichi_hachi .background .endless {
  margin-right: 4.8rem;
  width: 30rem;
}
.shichi_hachi .background .endless .item {
  width: 30rem;
  will-change: filter;
  transform: translateZ(0);
}
.shichi_hachi .background .endless .item .logo {
  padding: 2.4rem 0;
}
.shichi_hachi .background .endless .item .logo.re {
  transform: scale(-1, -1);
}
.shichi_hachi .background .endless.animation .item:nth-of-type(odd) {
  animation: v_endless 70s linear -35s infinite forwards;
  animation-name: v_endless;
  animation-delay: -35s;
  -webkit-animation-delay: -35s;
}
.shichi_hachi .background .endless.animation .item:nth-of-type(even) {
  animation: v2_endless 70s linear 0s infinite forwards;
  animation-name: v2_endless;
  animation-delay: 0s;
  -webkit-animation-delay: 0s;
}
@keyframes v_endless {
  0% {
    transform: translate3d(0, 100%, 0);
  }
  100% {
    transform: translate3d(0, -100%, 0);
  }
}
@keyframes v2_endless {
  0% {
    transform: translate3d(0, 0%, 0);
  }
  100% {
    transform: translate3d(0, -200%, 0);
  }
}
.shichi_hachi .background .endless:nth-of-type(even) .item:nth-of-type(odd), .shichi_hachi .background .endless:nth-of-type(even) .item:nth-of-type(even) {
  animation-direction: reverse;
}
.shichi_hachi .visual {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  display: block;
  margin: auto;
  width: 55rem;
  height: 55rem;
}
.shichi_hachi .visual .kemuri {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  display: block;
  margin: auto;
  width: 100%;
  height: 100%;
  filter: blur(0.8rem);
  mix-blend-mode: lighten;
  border-radius: 50%;
  overflow: hidden;
}
.shichi_hachi .visual .kemuri img {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto;
  width: 100%;
  height: 100%;
  will-change: filter;
  opacity: 0.4;
  transform: translate3d(0, 100%, 0);
  object-fit: cover;
  animation: endless_kemuri 30s linear infinite forwards;
}
@keyframes endless_kemuri {
  0% {
    opacity: 0.4;
    transform: translate3d(0, 100%, 0);
  }
  20% {
    opacity: 0.1;
    transform: translate3d(0, 30%, 0) rotate(50deg);
  }
  50% {
    opacity: 0.6;
    transform: translate3d(0, 5%, 0) rotate(0);
  }
  70% {
    opacity: 0.2;
    transform: translate3d(0, -50%, 0) rotate(130deg);
  }
  100% {
    opacity: 0.8;
    transform: translate3d(0, -100%, 0);
  }
}
.shichi_hachi .visual .kemuri img:nth-of-type(odd) {
  animation-delay: -15s;
}
@media only screen and (max-width: 980px) {
  .shichi_hachi {
    height: 50rem;
  }
  .shichi_hachi .background .endless {
    margin-right: 2.4rem;
    width: 15rem;
  }
  .shichi_hachi .background .endless .item {
    width: 15rem;
  }
  .shichi_hachi .background .endless .item .logo {
    padding: 1.2rem 0;
  }
  .shichi_hachi .visual {
    width: 27rem;
    height: 27rem;
  }
}

.recruit {
  position: relative;
  padding-top: 12rem;
  text-align: center;
  overflow: hidden;
}
.recruit:after {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  display: block;
  width: 100%;
  height: 70rem;
  background-color: #DFDCCD;
  z-index: -1;
}
.recruit h2 {
  margin-top: 10rem;
  font-size: 2.4rem;
}
.recruit .cloud {
  position: absolute;
  display: block;
  pointer-events: none;
  z-index: 0;
  animation: cloud_animation_1 35s linear infinite forwards;
}
@keyframes cloud_animation_1 {
  0% {
    transform: translate3d(50vw, 0, 0);
  }
  100% {
    transform: translate3d(-100vw, 0, 0);
  }
}
@keyframes cloud_animation_2 {
  0% {
    transform: translate3d(-50vw, 0, 0);
  }
  100% {
    transform: translate3d(100vw, 0, 0);
  }
}
@keyframes cloud_animation_3 {
  0% {
    transform: translate3d(calc(25vw + 100%), 0, 0);
  }
  100% {
    transform: translate3d(calc(-25vw - 100%), 0, 0);
  }
}
.recruit .cloud.cloud_1 {
  top: 61rem;
  right: 7rem;
  width: 51rem;
}
.recruit .cloud.cloud_2 {
  top: 77rem;
  left: 24rem;
  width: 35rem;
  animation-name: cloud_animation_2;
}
.recruit .cloud.cloud_3 {
  top: 86rem;
  left: 4rem;
  width: 25rem;
  animation-name: cloud_animation_2;
}
.recruit .cloud.cloud_4 {
  top: 100rem;
  right: -5rem;
  width: 35rem;
}
.recruit .images {
  z-index: 1;
}
.recruit .images .image {
  position: absolute;
  transform: translate3d(0, 5rem, 0);
}
.recruit .images .image img {
  display: block;
}
.recruit .images .img_1 {
  top: -5rem;
  right: 12.7rem;
  top: 0;
  right: 19rem;
  width: 20rem;
}
.recruit .images .img_2 {
  top: 26rem;
  left: 12rem;
  top: 30rem;
  left: 16rem;
  width: 22rem;
}
.recruit .images .img_3 {
  top: 30.7rem;
  right: -5rem;
  top: 35.7rem;
  right: 0;
  width: 15rem;
}
.recruit .images .img_4 {
  left: 11.8rem;
  bottom: 39.7rem;
  left: 16.9rem;
  bottom: 44rem;
  width: 22rem;
}
.recruit .images .img_5 {
  right: 0.7rem;
  bottom: 19rem;
  right: 6rem;
  bottom: 24rem;
  width: 22rem;
}
.recruit .images .img_6 {
  left: 2.7rem;
  bottom: -1rem;
  left: 7.7rem;
  bottom: 4rem;
  width: 20rem;
}
.recruit .wrap {
  position: relative;
  margin: 16rem auto 13.5rem;
  z-index: 1;
}
.recruit .wrap .window_wrap {
  position: relative;
}
.recruit .wrap .window_wrap .window {
  position: relative;
  display: block;
  margin: auto;
  width: 55rem;
  height: fit-content;
}
.recruit .wrap .window_wrap .window .window_img {
  position: relative;
  display: block;
  margin: auto;
  width: fit-content;
  height: fit-content;
  border: 2px solid #000000;
  border-radius: 1000px 1000px 0px 0px;
  overflow: hidden;
}
.recruit .wrap .window_wrap .window .window_img .image {
  display: block;
  margin: auto;
  width: 46rem;
  height: auto;
  min-height: 73rem;
  object-fit: cover;
}
.recruit .wrap .window_wrap .window .window_img .cloud {
  top: 44rem;
  right: 0;
  width: 24rem;
  animation-name: cloud_animation_3;
}
.recruit .wrap .window_wrap .window svg {
  position: absolute;
  top: -1.3rem;
  left: 0;
  right: -4px;
  display: block;
  margin: auto;
  width: calc(50rem - 4px);
  height: auto;
  overflow: initial;
}
.recruit .wrap .window_wrap .window svg .text_on_path {
  font-size: 3rem;
  line-height: 1.5;
  fill: #000000;
}
.recruit .wrap .window_wrap a {
  position: absolute;
  left: 0;
  right: 0;
  bottom: -6.6rem;
  margin: auto;
  padding: 5rem 0;
  width: 25rem;
  background-color: #BA1C22;
  overflow: hidden;
  border: 2px solid #000000;
  border-radius: 50%;
}
.recruit .wrap .window_wrap a .endless .item {
  display: inline-block;
  font-size: 1.8rem;
  line-height: 1;
  color: #F5F4F0;
}
.recruit .wrap .window_wrap a .endless .item .emoji {
  display: inline-block;
  margin: 0 0.8rem;
  font-size: 1.8rem;
  line-height: 1;
}
.recruit .wrap .sentence {
  margin-top: 13.7rem;
  font-size: 1.8rem;
  line-height: 2;
}
.recruit .aji {
  position: relative;
  z-index: 1;
}
.recruit .aji .endless .item span {
  display: inline-block;
  margin-right: 1.6rem;
}
.recruit .aji .endless .item .en {
  font-size: 3rem;
  line-height: 1;
}
.recruit .aji .endless .item .emoji {
  font-size: 3rem;
  line-height: 1;
}
.recruit .aji .endless .item .ja {
  font-size: 1.6rem;
  line-height: 2;
}
@media only screen and (max-width: 980px) {
  .recruit {
    padding-top: 8.6rem;
  }
  .recruit:after {
    height: 58rem;
  }
  .recruit h2 {
    margin-top: 6rem;
    font-size: 1.8rem;
  }
  .recruit .cloud.cloud_1 {
    top: 25rem;
    right: -1rem;
    width: 25rem;
  }
  .recruit .cloud.cloud_2 {
    top: 44rem;
    left: 8rem;
    width: 20rem;
  }
  .recruit .cloud.cloud_3 {
    top: 50rem;
    left: -8rem;
    width: 16rem;
  }
  .recruit .cloud.cloud_4 {
    top: 70rem;
    right: -5rem;
    width: 18rem;
  }
  .recruit .images .img_1 {
    top: 0;
    right: 1.9rem;
    width: 10rem;
  }
  .recruit .images .img_2 {
    top: 3.5rem;
    left: -2rem;
    width: 11rem;
  }
  .recruit .images .img_3 {
    top: 24rem;
    right: -6rem;
    width: 11rem;
  }
  .recruit .images .img_4 {
    left: -3rem;
    bottom: 13rem;
    width: 11rem;
  }
  .recruit .images .img_5 {
    right: -3rem;
    bottom: 7.7rem;
    width: 11rem;
  }
  .recruit .images .img_6 {
    left: 11.5rem;
    bottom: 3rem;
    width: 10rem;
  }
  .recruit .wrap {
    margin: 9rem auto 22rem;
  }
  .recruit .wrap .window_wrap .window {
    width: calc(80vw + 2rem);
  }
  .recruit .wrap .window_wrap .window .window_img .image {
    width: 80vw;
    min-height: 130vw;
  }
  .recruit .wrap .window_wrap .window .window_img .cloud {
    top: 30rem;
    right: 0;
    width: 16rem;
  }
  .recruit .wrap .window_wrap .window svg {
    top: -0.6rem;
    width: calc(80vw + 2rem);
  }
  .recruit .wrap .window_wrap .window svg .text_on_path {
    font-size: 2.4rem;
  }
  .recruit .wrap .window_wrap a {
    bottom: -4.4rem;
    padding: 3.5rem 0;
    width: 19rem;
  }
  .recruit .wrap .window_wrap a .endless .item {
    font-size: 1.4rem;
  }
  .recruit .wrap .window_wrap a .endless .item .emoji {
    font-size: 1.4rem;
  }
  .recruit .wrap .sentence {
    margin-top: 7.7rem;
    font-size: 1.4rem;
  }
  .recruit .aji .endless .item span {
    margin-right: 1.2rem;
  }
  .recruit .aji .endless .item .en {
    font-size: 2rem;
  }
  .recruit .aji .endless .item .emoji {
    font-size: 2rem;
  }
  .recruit .aji .endless .item .ja {
    font-size: 1.2rem;
  }
}