@charset "UTF-8";

/*
Theme Name:   文龍
Description:  
Author:       SHIN Inc.
Author URI:   http://www.shin-inc.jp/
Version:      1.0
Template:     archetype4
*/

/* Fonts
--------------------------------*/

@font-face {
  font-family: "icomoon";
  src: url("fonts/icomoon.eot?vjuvdt");
  src: url("fonts/icomoon.eot?vjuvdt#iefix") format("embedded-opentype"), url("fonts/icomoon.ttf?vjuvdt") format("truetype"), url("fonts/icomoon.woff?vjuvdt") format("woff"), url("fonts/icomoon.svg?vjuvdt#icomoon") format("svg");
  font-weight: normal;
  font-style: normal;
  font-display: block;
}

/* Normalize
--------------------------------*/

*,
*:before,
*:after {
  box-sizing: inherit;
}

*:first-child {
  margin-top: 0;
}

*:last-child {
  margin-bottom: 0;
}

html,
body,
div,
header,
footer,
main,
article,
section,
aside,
nav,
figure,
figcaption {
  display: block;
  margin: 0;
  padding: 0;
}

html {
  line-height: 1.75;
  box-sizing: border-box;
  font-family: YuGothic, "Yu Gothic", "Hiragino Kaku Gothic ProN", Meiryo, sans-serif;
  font-size: 3.8647342995vw;
  -webkit-text-size-adjust: 100%;
  text-size-adjust: 100%;
  line-break: strict;
}

body {
  overflow-x: clip;
  background: #000;
  color: #fff;
}

a {
  color: inherit;
  transition: 0.3s;
}

a:before,
a:after {
  text-align: inherit;
  text-decoration: inherit;
}

abbr {
  text-decoration: inherit;
}

blockquote {
  margin: 1.5em 0;
  padding: 1em;
  border-style: solid;
  border-width: 1px 0;
}

del {
  opacity: 0.8;
}

em {
  font-style: inherit;
  font-weight: bolder;
}

figcaption {
  font-weight: 700;
}

img,
svg,
iframe {
  max-width: 100%;
  min-height: 1px;
  vertical-align: middle;
  border: 0;
}

img,
svg {
  width: 100%;
  height: auto;
}

p {
  margin: 1em 0;
}

header p,
footer p {
  margin: 0;
}

pre {
  margin: 1em 0;
  white-space: pre-wrap;
}

ul {
  margin: 1em 0;
  padding-left: 1.5em;
}

ol {
  margin: 1em 0;
  padding-left: 2em;
}

nav ul,
nav ol {
  list-style: none;
  margin: 0;
  padding: 0;
}

dl {
  margin: 1em 0;
}

dt {
  margin: 0;
  font-weight: 700;
}

dd {
  margin: 0;
}

dd + dt {
  margin-top: 1em;
}

section {
  position: relative;
  margin: 0;
}

table {
  width: 100%;
  border-collapse: collapse;
  border-spacing: 0;
  font-size: 0.9375em;
}

caption {
  text-align: center;
}

th,
td {
  vertical-align: baseline;
  padding: 0;
  border: 0;
  font-weight: inherit;
  text-align: left;
}

th {
  white-space: nowrap;
}

th + td {
  padding-left: 0.5rem;
}

button,
input,
textarea,
select {
  max-width: 100%;
  vertical-align: middle;
  line-height: 1.4;
  margin: 0;
  font-family: inherit;
  font-size: 1em;
  transition: 0.3s;
}

button,
[type=submit],
[type=button],
[type=reset] {
  -webkit-appearance: none;
  appearance: none;
  box-shadow: none;
  margin: 0;
  padding: 0;
  border: 0;
  border-radius: 0;
  color: inherit;
  text-shadow: none;
}

[type=text],
[type=tel],
[type=email],
[type=url],
[type=search],
[type=number],
[type=date],
[type=password],
textarea,
select {
  padding: 5px;
  border: 1px solid #ccc;
  border-radius: 4px;
}

[type=text]:focus,
[type=tel]:focus,
[type=email]:focus,
[type=url]:focus,
[type=search]:focus,
[type=number]:focus,
[type=date]:focus,
[type=password]:focus,
textarea:focus,
select:focus {
  background: #ff9;
}

[type=radio],
[type=checkbox] {
  vertical-align: baseline;
}

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

[disabled] {
  opacity: 0.3;
  cursor: default;
}

fieldset {
  margin: 0;
  padding: 0;
  border: 0;
}

legend {
  width: 100%;
}

/* Extends
--------------------------------*/

.post:first-child,
.paragraph:first-child {
  margin-top: 0;
}

.post:last-child,
.paragraph:last-child {
  margin-bottom: 0;
}

.entry-content:after {
  display: block;
  clear: both;
  content: "";
}

.btn {
  display: block;
  width: fit-content;
  max-width: 100%;
  min-width: 15.75em;
  line-height: 1.5;
  box-shadow: none;
  margin: 0 auto;
  padding: 0.5em;
  border: 0;
  border-radius: 0.3125em;
  background: #fff;
  color: #000;
  font-family: YuGothic, "Yu Gothic", "Hiragino Kaku Gothic ProN", Meiryo, sans-serif;
  font-weight: 700;
  font-size: 1rem;
  text-align: center;
  text-decoration: none;
  text-shadow: none;
}

/* Heading
--------------------------------*/

h2,
h3,
h4,
h5,
h6 {
  line-height: 1.25;
  font-weight: 700;
}

main h2,
main h3 {
  position: relative;
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 1rem;
}

main h2 svg:nth-child(n+2),
main h3 svg:nth-child(n+2) {
  position: absolute;
  top: 0;
  left: 0;
}

/* Site Width
--------------------------------*/

.site {
  min-height: 100vh;
  min-height: 100dvh;
  overflow: clip;
  margin: 0 auto;
  container-type: inline-size;
}

.site:has(.coming-soon) {
  max-width: none;
}

.home .site-inner {
  display: none;
}

.no-js .home .site-inner {
  display: block;
}

.warning {
  position: fixed;
  top: 0;
  right: 0;
  left: 0;
  z-index: 9999;
  width: 100%;
  max-width: 600px;
  height: 100vh;
  height: 100dvh;
  overflow: auto;
  opacity: 0;
  margin: 0 auto;
  background: #e70013;
  background: url(images/bg_warning.webp) no-repeat 50% 0/cover #e70013;
  transition: opacity 0.8s linear;
  text-align: center;
  pointer-events: none;
}

.is-loaded .warning {
  opacity: 1;
  pointer-events: auto;
}

.no-js .warning {
  display: none;
}

.warning.scroll {
  transition: 2.4s ease-in-out;
  transition-property: background-position, background-size;
  background-position: 50% 100%;
}

.warning.is-finished {
  animation: fallOut 0.4s cubic-bezier(0.47, 0, 0.745, 0.715) forwards;
}

.warning__content {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  min-height: 100%;
  padding: 2em 1em;
  background: rgba(0, 0, 0, 0.75);
  transition: opacity 0.5s ease-in-out;
}

.warning__content > p:not([class]) {
  line-height: 1.8;
  font-size: 0.83em;
}

.warning__heading {
  margin: 0;
  color: #E60012;
  font-size: 5.3125em;
  letter-spacing: 0.25em;
  text-indent: 0.25em;
}

.warning__tagline {
  margin: 1em 0 0;
  line-height: 1.57143;
  font-weight: 700;
  font-size: 1.75em;
}

.warning__selectors {
  display: flex;
  justify-content: center;
  gap: 1.875em;
  margin-top: 2em;
}

.warning__selector {
  width: 6.1539em;
  line-height: 1.923077;
  border: 0.3077em solid;
  border-color: #579535 #3c6934 #37612f #418d26;
  background: #56b234;
  font-weight: 700;
  font-size: 1.625em;
  letter-spacing: 0.05em;
  text-align: center;
  text-indent: 0.05em;
}

.warning__animation {
  display: none;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  overflow: hidden;
}

.warning__animation[aria-hidden=false] {
  display: block;
}

.warning__animation:before {
  display: block;
  width: 100%;
  height: 100%;
  opacity: 0;
  background: url(images/bg_warning_animation.webp) no-repeat 50% 100%/cover;
  transition: opacity 1.8s 0.1s ease-in-out;
  content: "";
}

.warning__animation.is-active:before {
  opacity: 1;
}

.warning__text1,
.warning__text2 {
  position: absolute;
  z-index: 2;
  visibility: hidden;
  transform-style: preserve-3d;
}

.warning__text1.is-active,
.warning__text2.is-active {
  animation: fallIn 0.45s cubic-bezier(0.47, 0, 0.745, 0.715) forwards;
}

.warning__text1 {
  top: 0;
  left: 0;
  width: 26.0625em;
}

.warning__text1.is-finished {
  display: none;
}

.warning__text2 {
  top: -1.58125em;
  left: -0.28875em;
  width: 25.625em;
}

.loader {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 9999;
  width: 10em;
  height: 10em;
  margin: auto;
  border: 1em solid #fff;
  border-radius: 50%;
  border-top-color: transparent;
  animation: spin 1.2s linear infinite;
  transition: opacity 0.5s ease-in-out;
  pointer-events: none;
}

.is-loaded .loader {
  opacity: 0;
}

@keyframes spin {
  0% {
    transform: rotate(0deg);
  }

  100% {
    transform: rotate(360deg);
  }
}

@keyframes fallIn {
  0% {
    visibility: visible;
    transform: perspective(31.25em) translateZ(62.5em);
    filter: blur(1.5em);
  }

  100% {
    visibility: visible;
    transform: perspective(31.25em) translateZ(0);
    filter: blur(0);
  }
}

@keyframes fallOut {
  0% {
    transform: scale(1);
    filter: blur(0);
    opacity: 1;
  }

  100% {
    transform: scale(5);
    filter: blur(1.5em);
    opacity: 0;
  }
}

/* Common
--------------------------------*/

.image {
  text-align: center;
}

.tagline {
  text-align: center;
}

.link {
  margin-top: 1.5rem;
  text-align: center;
}

.paragraph {
  margin: 1em 0;
}

.paragraph > p {
  margin-top: 0;
  margin-bottom: 0;
}

.screen-reader-text {
  clip: rect(1px, 1px, 1px, 1px);
  word-wrap: normal !important;
  border: 0;
  -webkit-clip-path: inset(50%);
  clip-path: inset(50%);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}

.screen-reader-text:focus {
  clip: auto !important;
  background-color: #ddd;
  -webkit-clip-path: none;
  clip-path: none;
  color: #444;
  display: block;
  font-size: 1em;
  height: auto;
  left: 5px;
  line-height: normal;
  padding: 15px 23px 14px;
  text-decoration: none;
  top: 5px;
  width: auto;
  z-index: 100000;
}

.screen-reader-text:before,
.screen-reader-text:after {
  content: none;
}

.break:before {
  white-space: pre;
  content: "\a";
}

.recruit-balloon {
  width: 9.0625em;
  margin: 0 auto;
  background: url(images/recruit_balloon2.svgz) no-repeat 50% 50%/contain;
}

.recruit-balloon img {
  animation: blink 1.8s ease-in-out infinite;
}

@keyframes blink {
  0% {
    opacity: 0;
  }

  50% {
    opacity: 1;
  }

  100% {
    opacity: 0;
  }
}

/* Header
--------------------------------*/

.site-header {
  position: relative;
  min-height: 100cqw;
  height: 100vh;
  background: #E60012;
  margin-bottom: 2rem;
}

.home .site-header {
  margin-bottom: 0;
}

.site-header-content {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  height: 100%;
}

.site-title {
  width: 62.802%;
  line-height: 1;
  margin: 0;
  padding: 0;
  font-size: 1em;
}

.header-scroll {
  display: none;
}

.header-modal-wrap {
  display: contents;
}

.header-modal-menu {
  list-style: none;
  position: absolute;
  top: 1.25rem;
  right: 1.25rem;
  margin: 0;
  padding: 0;
  color: #000;
}

.header-modal-menu .no-js {
  display: none;
}

.header-modal-menu__item:nth-child(2) {
  display: none;
}

.header-modal-menu__btn {
  display: block;
  line-height: 1.222;
  background: transparent;
  font-weight: 700;
  font-size: 1.125rem;
}

.header-modal-menu__btn:before {
  vertical-align: top;
  margin-right: 0.2223em;
  font-family: icomoon;
  content: "\e900";
}

.header-modal {
  display: none;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 10;
  width: 90.3382%;
  height: 70.968%;
  max-height: 30.25rem;
  overflow: auto;
  opacity: 0;
  box-shadow: 0 3px 8px rgba(0, 0, 0, 0.65);
  margin: auto;
  padding: 1.25rem;
  background: #000;
  background: url(images/bg_info.webp) no-repeat 50% 50%/cover #000;
  transition: opacity 0.3s ease-in-out;
}

.header-modal[aria-hidden=false] {
  opacity: 1;
}

.header-modal .no-js {
  display: block;
  position: static;
  width: auto;
  height: auto;
  opacity: 1;
  transition: none;
}

.header-modal__close {
  display: block;
  position: static;
  width: fit-content;
  line-height: 1.222;
  margin-left: auto;
  margin-bottom: 4rem;
  background: transparent;
  font-weight: 700;
  font-size: 1.125rem;
}

.header-modal__close:before {
  vertical-align: top;
  margin-right: 0.2223em;
  font-family: icomoon;
  content: "\e901";
}

.header-modal__close .no-js {
  display: none;
}

.header-modal__heading {
  width: fit-content;
  line-height: 1.25;
  margin: 0 auto 0.5em;
  padding: 0 0.5em 0.2963em;
  border-bottom: 0.1111em solid;
  font-weight: 700;
  font-size: 1.6875rem;
  text-align: center;
}

.info-backdrop {
  display: none;
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  bottom: 0;
  z-index: 1;
}

.info-table ~ .btn {
  margin-top: 2rem;
}

.info-address {
  display: none;
}

.header-recruit-text {
  max-width: 18.625em;
  margin: 0 auto 1.25em;
}

.coming-soon {
  height: 100vh;
  height: 100dvh;
  background: #E60012;
  color: #000;
}

.coming-soon__content {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  max-width: 1440px;
  height: 100%;
  margin: 0 auto;
  container-type: inline-size;
}

.coming-soon__content p {
  font-family: Helvetica, Arial, sans-serif;
  font-weight: 700;
  font-size: 5cqi;
  text-transform: uppercase;
}

/* Footer
--------------------------------*/

.site-footer {
  max-width: 1440px;
  margin: 4rem auto 0;
  padding-bottom: 1em;
  background: url(images/bg_footer.webp) no-repeat 50% 100%/100% auto;
}

.home .site-footer {
  margin-top: 0;
}

.organization {
  width: 79.2271%;
  margin: 0 auto;
}

.organization__name {
  line-height: 1.25;
  margin: 0 auto 0.5em;
  padding: 0 0.5em 0.2963em;
  border-bottom: 0.1111em solid;
  font-weight: 700;
  font-size: 1.6875rem;
  text-align: center;
}

.organization__address {
  margin-top: 1em;
}

.copyright {
  line-height: 1.4;
  margin-top: 22.8125rem;
  font-size: 0.9375em;
  text-align: center;
}

.copyright span {
  display: inline-block;
  line-height: 1;
  vertical-align: top;
  font-size: 1.4em;
}

.award {
  display: grid;
  grid-template-rows: 1fr auto;
  height: 44.875rem;
  padding: 1.125rem 0 1rem;
  background: url(images/bg_award.webp) no-repeat 50% 100%/cover;
}

.award__heading {
  margin: 0 auto;
}

.award-list {
  display: flex;
  list-style: none;
  justify-content: center;
  gap: 1em;
  margin: 0;
  padding: 0;
}

.award-list__item {
  flex: 0 0 7.5em;
}

/* Site Content
--------------------------------*/

.site-content {
  max-width: 1440px;
  margin: 0 auto;
  padding: 0 3.125vw;
}

.home .site-content {
  padding: 0;
}

.no-posts {
  font-weight: 700;
  text-align: center;
}

/* 404
--------------------------------*/

.search-form {
  display: flex;
  max-width: 400px;
}

.search-form__field[type=search] {
  flex: 1;
  border-radius: 0;
}

.search-form__submit {
  flex: 0 0 4em;
  border: solid #ccc;
  border-width: 1px 1px 1px 0;
  border-radius: 0;
}

/* Breadcrumbs
--------------------------------*/

.breadcrumbs {
  overflow: auto;
  line-height: 1.143;
  margin: 0 0 2rem;
  font-size: 0.875em;
}

.breadcrumbs > ol {
  display: flex;
}

.breadcrumbs li {
  display: inline-block;
  white-space: nowrap;
}

.breadcrumbs li:first-child {
  text-transform: uppercase;
}

.breadcrumbs li + li:before {
  margin: 0 0.3em;
  content: ">";
}

/* Home
--------------------------------*/

.bunkurae {
  display: none;
}

.sec-1 {
  padding: 1.875em;
}

.sec-1__heading {
  position: absolute;
  top: 3.25em;
  right: -0.375em;
  z-index: 1;
  width: 7.375em;
  opacity: 0;
  transform: translateX(-50%);
  transition: 0.8s ease-out;
}

.is-active .sec-1__heading {
  opacity: 1;
  transform: translateX(0);
}

.no-js .sec-1__heading {
  opacity: 1;
  transform: translateX(0);
  transition: none;
}

.trigger {
  position: absolute;
  top: 60%;
  left: 0;
  right: 0;
  height: 1px;
  margin: auto;
  pointer-events: none;
}

.photo-1 {
  position: relative;
  z-index: -1;
  width: 18.75em;
}

.photo-1__item {
  position: relative;
  opacity: 0;
  transition: opacity 0.8s ease-in;
}

.photo-1__item.is-active {
  opacity: 1;
}

.no-js .photo-1__item {
  opacity: 1;
  transition: none;
}

.photo-1 .trigger {
  top: 0;
  height: 100%;
}

.fallIn {
  visibility: hidden;
  transform-style: preserve-3d;
}

.no-js .fallIn {
  visibility: visible !important;
  animation: none !important;
}

:where(.is-active) .fallIn {
  animation: fallIn 0.4s cubic-bezier(0.47, 0, 0.745, 0.715) forwards;
}

picture.fallIn {
  display: inline-block;
}

.sec-2 .trigger,
.sec-3 .trigger {
  top: 40%;
  bottom: 40%;
  height: auto;
}

.sec-2__heading svg:nth-child(2),
.sec-3__heading svg:nth-child(2) {
  animation-delay: 0.2s;
}

.sec-2__heading svg:nth-child(3),
.sec-3__heading svg:nth-child(3) {
  animation-delay: 0.4s;
}

.sec-2__heading svg:nth-child(4),
.sec-3__heading svg:nth-child(4) {
  animation-delay: 0.6s;
}

.sec-2__heading {
  position: absolute;
  top: 8.25em;
  right: -0.875em;
  width: 11em;
}

.sec-3__heading {
  position: absolute;
  top: 2.3125em;
  left: -0.9375em;
  width: 12.0625em;
}

.logo {
  width: 13.375em;
  margin: 0 auto;
}

.steam-area {
  position: relative;
}

.steam-area .logo {
  position: absolute;
  top: 5.25em;
  right: 0;
  left: 0;
  z-index: 1;
}

.steam-area__inner {
  position: relative;
  height: 71.375em;
  overflow: hidden;
  background: url(images/bg_steam.webp) no-repeat 50% 100%/cover;
}

.steam-dragon {
  position: absolute;
  top: 30.82312%;
  right: 0;
  left: 0;
  /*opacity: 0;
  transform-origin: 50% 100%;
  &.is-active {
    animation: steam 3.4s ease-out forwards;
  }*/
  opacity: 0.65;
  margin: 0 auto;
  mask: linear-gradient(to bottom, transparent 35%, black 50%) no-repeat 50% 0%/100% 200%;
}

.steam-dragon.is-active {
  animation: steam 4.6s ease-out forwards;
}

/*@keyframes steam {
  0% {
    translate: 0 38%;
    scale: 0.3;
    opacity: 0;
  }
  85% {
    scale: 1;
  }
  95% {
    opacity: 1;
  }
  100% {
    translate: 0 0;
    opacity: 1;
  }
}*/

@keyframes steam {
  0% {
    opacity: 0.65;
    mask-position: 50% 0%;
  }

  80% {
    opacity: 1;
  }

  100% {
    opacity: 1;
    mask-position: 50% 100%;
  }
}

.steam-trigger {
  position: absolute;
  top: 0%;
  left: 0;
  right: 0;
  bottom: 0;
  height: 50vh;
  max-height: 50%;
  margin: auto;
  pointer-events: none;
}

.topping-area {
  padding-top: 3.25rem;
  padding-bottom: 1.5rem;
  background: #E60012;
}

.topping-area__header {
  position: relative;
  margin: 0 auto 2em;
}

.topping-area__heading {
  overflow: hidden;
}

.topping-area__heading svg {
  position: relative;
  left: -0.685%;
  width: 102.41546%;
  max-width: none;
}

.topping-area__balloon {
  position: absolute;
  top: 4.125em;
  right: 0.1875em;
  z-index: 10;
  width: 8.8125em;
  animation-delay: 0.45s;
}

.topping {
  margin: 0 0 3rem;
}

.topping:last-child {
  margin-bottom: 0;
}

.topping__title {
  position: relative;
  margin-top: -5em;
}

.gekikara-miso .topping__title {
  margin-top: -2.8125em;
}

.topping__title svg:nth-child(2),
.topping__title picture:nth-child(2) {
  position: absolute;
  top: 0;
  left: 0;
  animation-delay: 0.45s;
}

.topping-rating {
  display: grid;
  justify-content: center;
  grid-template-columns: auto auto;
  gap: 0.9375rem 1rem;
  line-height: 1.25;
  margin-top: 3rem;
  color: #FFF100;
  font-weight: 700;
  font-size: 1.5rem;
}

.topping-rating__item {
  display: grid;
  grid-template-columns: subgrid;
  grid-column: 1/-1;
}

.topping-rating__item > dt {
  position: relative;
  z-index: 0;
  padding: 0 0.1666667em 0.4166667em;
}

.topping-rating__item > dt:before {
  position: absolute;
  left: 0;
  bottom: 0;
  z-index: -1;
  width: 7.3334em;
  height: 1.041667em;
  background: url(images/underline.svgz) no-repeat 50% 0/100% auto;
  content: "";
}

.topping-rating__item > dd {
  letter-spacing: 0.3em;
  clip-path: rect(0 0 100% 0);
  transition: clip-path 0.5s 1s;
}

.topping-rating__item:nth-child(2) > dt:before {
  background-position: 50% -1.041667em;
}

.topping-rating__item:nth-child(2) > dd {
  transition-delay: 1.1s;
}

.topping-rating__item:nth-child(3) > dt:before {
  background-position: 50% -2.083334em;
}

.topping-rating__item:nth-child(3) > dd {
  transition-delay: 1.2s;
}

.is-active + .topping-rating dd {
  clip-path: rect(0 100% 100% 0);
}

.sec-4 {
  position: relative;
}

.sec-4__heading {
  position: absolute;
  left: 0;
  bottom: 1.625em;
  z-index: 1;
  width: 100%;
}

.photo-4 {
  position: relative;
}

.information-area {
  padding: 4.5rem 0 2.5rem;
}

.marquee > span:nth-child(n+2) {
  display: none;
}

@keyframes scroll-left {
  0% {
    transform: translateX(0);
  }

  100% {
    transform: translateX(-33.3333%);
  }
}

.recruit-text {
  width: 0;
  height: 0;
  overflow: hidden;
  margin: 0;
}

.recruit-banner {
  width: 87.44%;
  margin: 4em auto;
}

.recruit-banner > a {
  display: block;
  position: relative;
  text-decoration: none;
}

.recruit-banner__balloon {
  position: absolute;
  top: 0.6em;
  left: -0.25em;
  z-index: 1;
  margin: 0;
}

.recruit-banner__button {
  position: absolute;
  top: 77.86%;
  right: 0;
  left: 0;
  width: 8.75em;
  overflow: hidden;
  line-height: 2.125;
  margin: auto;
  background: #E60012;
  color: #fff;
  font-weight: 700;
  font-size: 1rem;
  text-align: center;
}

.news-area__heading {
  width: 9.375em;
  margin: 0 auto 1.5em;
}

.news-area__heading path {
  fill: currentColor;
}

.news-block {
  display: grid;
  grid-template-rows: 1fr auto;
  gap: 1em 0;
  width: 85.024155%;
  min-height: 20.375rem;
  margin: 0 auto;
  padding: 2rem 1.25rem 1.75rem;
  background: #c8c8c8;
  background: url(images/bg_news.svgz) no-repeat 50% 50%/100% 100%;
  color: #000;
}

.post-list {
  display: flex;
  list-style: none;
  flex-direction: column;
  gap: 0.375rem 0;
  overflow: hidden;
  margin: 0;
  padding: 0;
  font-size: 1rem;
}

.news-block .post-list__item:nth-child(n+6) {
  display: none;
}

.post-list__link {
  display: block;
  line-height: 1.4375;
  text-decoration: none;
}

.post-list__link:after {
  display: block;
  height: 0.625em;
  background: url(images/underline2_w.svgz) no-repeat 50% 100%/100% 100%;
  content: "";
}

.news-block .post-list__link:after {
  background-image: url(images/underline2.svgz);
}

.post-list__date,
.post-list__title {
  display: block;
  padding-left: 0.9375em;
}

.more-btn {
  display: block;
  position: relative;
  width: fit-content;
  min-width: 9.125em;
  line-height: 2;
  margin: 0 auto;
  padding: 0 1em;
  border-radius: 0.25em;
  background: #000;
  color: #fff;
  font-weight: 700;
  text-align: center;
  text-decoration: none;
}

.modal-overlay {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1000;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.5);
  /* 半透明の背景 */
  opacity: 0;
  visibility: hidden;
  transition: opacity 0.3s ease-in-out, visibility 0s 0.3s;
  /* アニメーション */
}

.modal-overlay.open {
  opacity: 1;
  visibility: visible;
  transition: opacity 0.3s ease-in-out, visibility 0s 0s;
}

.modal-news {
  display: none;
  position: fixed;
  top: 50%;
  right: 0;
  left: 0;
  z-index: 1001;
  grid-template-rows: auto 1fr;
  gap: 1em 0;
  width: 22.25rem;
  max-height: 90vh;
  overflow: hidden;
  opacity: 0;
  margin: auto;
  padding: 2.25rem 1.5rem 1.5rem;
  border: 0;
  background: rgba(200, 200, 200, 0.9);
  transform: translateY(-50%);
  transition: opacity 0.3s ease-in-out;
  color: #000;
}

.modal-news.is-open {
  display: grid;
}

.modal-news__content {
  overflow: auto;
}

#closeModal {
  position: absolute;
  top: 0.5em;
  right: 0.5em;
  width: 1.25em;
  height: 1.25em;
  margin: 0;
  padding: 0;
  border: 0;
  border-radius: 0;
  background: transparent;
}

/* Page
--------------------------------*/

.page-title {
  line-height: 1.4;
  margin: 1.5rem auto 0;
  color: #000;
  font-weight: 700;
  font-size: 1.25rem;
  text-align: center;
}

.page-title--blog {
  width: 5rem;
}

/* Archive
--------------------------------*/

.archive-title {
  margin-bottom: 2rem;
  font-weight: 700;
}

/* Post
--------------------------------*/

.post {
  margin: 4rem auto;
}

:where(.post) :is(img, svg) {
  width: auto;
}

.entry-title {
  margin: 0;
}

.entry-title > a {
  text-decoration: none;
}

.entry-title > a:hover,
.entry-title > a:focus {
  text-decoration: underline;
}

.entry-meta {
  margin-top: 0.25rem;
  font-size: 0.9375em;
}

.entry-content {
  margin-top: 1.5rem;
}

.attachment .entry-content {
  text-align: center;
}

.entry-content strong {
  color: inherit;
}

.entry-content em {
  color: inherit;
  font-style: italic;
  font-weight: inherit;
}

.read-more {
  text-align: right;
}

.post-share {
  margin-top: 2.5rem;
}

.post-share__heading {
  display: block;
  clip: rect(1px, 1px, 1px, 1px);
  word-wrap: normal !important;
  border: 0;
  -webkit-clip-path: inset(50%);
  clip-path: inset(50%);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
  margin: 0;
  padding: 0;
  border: 0;
}

.post-share__heading:focus {
  clip: auto !important;
  background-color: #ddd;
  -webkit-clip-path: none;
  clip-path: none;
  color: #444;
  display: block;
  font-size: 1em;
  height: auto;
  left: 5px;
  line-height: normal;
  padding: 15px 23px 14px;
  text-decoration: none;
  top: 5px;
  width: auto;
  z-index: 100000;
}

/*** Wordpress Native Classes ***/

.wp-caption {
  max-width: 100%;
}

.alignleft,
.alignright,
.aligncenter {
  display: block;
  margin: 1em auto;
  text-align: center;
}

.aligncenter {
  clear: both;
}

.alignnone {
  clear: both;
  vertical-align: baseline;
}

.gallery {
  display: grid;
  clear: both;
  gap: 0.5em;
  margin: 1.5em auto;
}

.gallery-columns-2 {
  grid-template-columns: repeat(2, 1fr);
}

.gallery-columns-3 {
  grid-template-columns: repeat(3, 1fr);
}

.gallery-columns-4 {
  grid-template-columns: repeat(4, 1fr);
}

.gallery-columns-5 {
  grid-template-columns: repeat(5, 1fr);
}

.gallery-columns-6 {
  grid-template-columns: repeat(6, 1fr);
}

.gallery-columns-7 {
  grid-template-columns: repeat(7, 1fr);
}

.gallery-columns-8 {
  grid-template-columns: repeat(8, 1fr);
}

.gallery-columns-9 {
  grid-template-columns: repeat(9, 1fr);
}

/* Page Navigation
--------------------------------*/

.navigation {
  text-align: center;
}

.post-navigation-wrap,
.pagination {
  margin: 4rem auto 0;
}

.post-navigation .nav-links {
  display: grid;
  grid-column: 1/-1;
  grid-row: 1;
  grid-template-columns: subgrid;
  align-items: center;
}

.pagination .nav-links {
  display: flex;
  justify-content: center;
  gap: 0.75em;
}

.post-navigation-wrap {
  display: grid;
  grid-template-columns: 1fr auto 1fr;
  grid-template-areas: "next back prev";
  gap: 1em;
  max-width: 960px;
}

.post-navigation {
  display: grid;
  grid-column: 1/-1;
  grid-row: 1;
  grid-template-columns: subgrid;
  max-width: 960px;
  margin: 0;
}

.post-navigation a {
  display: block;
  text-decoration: none;
}

.nav-next {
  grid-area: next;
  margin-right: auto;
}

.nav-next > a:before {
  margin-right: 0.3em;
  content: "«";
}

.nav-previous {
  grid-area: prev;
  margin-left: auto;
}

.nav-previous > a:after {
  margin-left: 0.3em;
  content: "»";
}

.nav-back {
  grid-area: back;
  margin: 0 auto;
}

.nav-back > a {
  display: block;
  padding-inline: 1em;
  text-decoration: none;
}

.page-numbers {
  display: block;
  min-width: calc(2em + 2px);
  line-height: 1.5;
  padding: 0.25em;
  border: 1px solid #fff;
  border-radius: 0.25em;
  font-size: 1.25rem;
  text-decoration: none;
}

.page-numbers:before {
  vertical-align: top;
  font-family: FontAwesome;
}

.page-numbers:hover,
.page-numbers:focus {
  background: rgba(255, 255, 255, 0.3);
}

.page-numbers.current {
  background: #fff;
  color: #000;
}

.page-numbers.prev:before {
  content: "«";
}

.page-numbers.next:before {
  content: "»";
}

/* Extra
--------------------------------*/

.skip-link {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 999999;
  list-style: none;
  margin: 0;
  padding: 0;
}

.skip-link a {
  display: block;
  height: 0;
  line-height: 1.5;
  overflow: hidden;
  border-radius: 0 0 0.5em 0;
  background: #fff;
  transition: none;
  color: rgb(0, 81, 255);
  font-weight: 700;
  font-size: 14px;
  text-decoration: none;
}

.skip-link a:focus {
  height: auto;
  box-shadow: 1px 1px 3px rgba(0, 0, 0, 0.3);
  padding: 16px 24px;
}

/* Media Queries
--------------------------------*/

@media print, screen and (min-width: 768px) {
  html {
    font-size: min(16px, 1.1111111111vw);
  }

  .warning {
    max-width: 100%;
    background-image: url(images/bg_warning_pc.webp);
    background-size: 100% auto;
    background-position: left 50% bottom -20.1061vw;
  }

  .warning.scroll {
    background-size: 144% auto;
  }

  .warning__heading {
    font-size: 5.3125em;
  }

  .warning__tagline {
    font-size: 1.875em;
  }

  .warning__tagline .break {
    display: none;
  }

  .warning__content > p:not([class]) {
    font-size: 0.8125em;
  }

  .warning__animation:before {
    background-image: url(images/bg_warning_animation_pc.webp);
    background-size: 100% auto;
  }

  .warning__text1 {
    top: 3.1875rem;
    right: 0.25rem;
    left: auto;
    width: 15.25rem;
  }

  .warning__text1.is-finished {
    display: block;
  }

  .warning__text2 {
    top: 0.5625rem;
    left: 1.375rem;
    width: 19.0625rem;
  }

  .site-header {
    height: 50vw;
    max-height: 720px;
    min-height: 0;
    margin-bottom: 6rem;
  }

  .home .site-header {
    height: 100vh;
    max-height: none;
  }

  .site-title {
    width: 19.5rem;
  }

  .header-scroll {
    display: block;
    position: absolute;
    bottom: 0.8125em;
    right: 0;
    left: 0;
    width: 3.25em;
    margin: 0 auto;
    text-decoration: none;
  }

  .header-modal-wrap {
    display: block;
    position: fixed;
    top: 2.25rem;
    right: 2.25rem;
    z-index: 1000;
  }

  .header-modal-menu {
    display: flex;
    position: static;
    justify-content: space-between;
    width: 25.5rem;
    padding: 0.625rem;
    border: 1px solid;
    background: #000;
    color: #fff;
  }

  .header-modal-menu__item:nth-child(2) {
    display: block;
  }

  .header-modal-menu__btn:before {
    content: none;
  }

  .header-modal-menu:has([aria-expanded=true]) [aria-expanded=false] {
    display: none;
  }

  .header-modal {
    top: 100%;
    bottom: auto;
    width: 100%;
    height: auto;
    max-height: none;
    overflow: visible;
    background: #fff;
    color: #000;
  }

  .header-modal__close {
    position: absolute;
    right: 0;
    bottom: 100%;
    margin: 0.625rem 0.625rem calc(0.625rem + 1px);
    color: #fff;
  }

  .header-modal .btn {
    background: #000;
    color: #fff;
  }

  .header-modal .btn[href*="job.tabelog.com"] {
    background: #E60012;
    color: #fff;
  }

  #recruit .header-modal__close {
    right: auto;
    left: 0;
  }

  #recruit .recruit-balloon {
    width: 11.625em;
    margin-top: -0.5em;
  }

  .info-table {
    border-collapse: separate;
    border-spacing: 0 0.75em;
  }

  .info-address {
    display: block;
  }

  .site-footer {
    display: grid;
    grid-template-areas: ". content ." ". copyright .";
    grid-template-columns: 1fr 26.52778% 4.5rem;
    grid-template-rows: 1fr auto;
    align-items: flex-end;
    gap: 2.5rem 0;
    min-height: 40.4375rem;
    margin-top: 6rem;
    padding-bottom: 4.5rem;
    background: url(images/bg_footer_pc.webp) no-repeat 0% 100%/60.8334% auto;
  }

  .site-footer-content {
    grid-area: content;
  }

  .organization {
    width: auto;
    font-size: 1.125em;
  }

  .organization .btn {
    width: 100%;
    font-size: 1.5rem;
  }

  .copyright {
    grid-area: copyright;
    margin-top: 0;
    font-size: 1.125em;
  }

  .award {
    max-width: 1440px;
    height: 81.4375rem;
    margin: 0 auto;
    padding: 2rem 0;
    background-image: url(images/bg_award_pc.webp);
  }

  .award__heading {
    width: 86.25rem;
  }

  .award-list {
    gap: 1.25em;
  }

  .award-list__item {
    flex-basis: 11.25em;
  }

  .site-content {
    padding: 0 5vw;
  }

  .breadcrumbs {
    margin: -5rem 0 4rem;
  }

  .bunkurae {
    display: flex;
    position: relative;
    align-items: center;
    justify-content: center;
    height: 56.25vw;
    max-height: 810px;
    /*&:before {
      position: absolute;
      top: 0;
      left: 0;
      z-index: 10;
      width: 100%;
      height: 100%;
      background: url(images/bunkurae_steam.webp) no-repeat 50% 50% / cover;
      transition: opacity 1s ease-in-out;
      content: "";
    }
    &.is-active {
      &:before {
        opacity: 0;
      }
    }*/
  }

  .bunkurae__text {
    width: 30.92375em;
    margin: auto;
    /*transition:
      opacity 0.8s 0.3s ease-in,
      filter 1s 0.5s ease-in;
    .is-active & {
      opacity: 1;
      filter: blur(0);
    }
    .no-js & {
      opacity: 1;
      filter: blur(0);
      transition: none;
    }*/
  }

  .sec-1 {
    padding: 4rem 5vw;
  }

  .sec-1__inner {
    position: relative;
    z-index: 1;
  }

  .sec-1__heading {
    position: static;
    width: auto;
    opacity: 1;
    transform: none;
    transition: none;
  }

  .sec-1__heading picture {
    position: absolute;
    top: 0.5rem;
    left: -1.8125rem;
    z-index: 5;
    width: 17.625rem;
    visibility: hidden;
    transform-style: preserve-3d;
  }

  .sec-1__heading picture:nth-child(2) {
    top: 46.375rem;
    right: -1.5625rem;
    left: auto;
    width: 16.1875rem;
    transform: translateX(-50%);
  }

  .sec-1__heading picture:nth-child(3) {
    top: 86.6875rem;
    left: 1.5rem;
    width: 14.5625rem;
  }

  .sec-1__heading picture.is-active {
    animation: fallIn 0.4s cubic-bezier(0.47, 0, 0.745, 0.715) forwards;
  }

  .no-js .sec-1__heading picture {
    visibility: visible !important;
    animation: none !important;
  }

  .photo-1 {
    width: 100%;
  }

  .photo-1 .trigger {
    top: 0;
    bottom: 0;
    height: 1px;
  }

  .sec-2__heading {
    top: 2.0625rem;
    right: 3.3125rem;
    width: 17.4375rem;
  }

  .sec-3 {
    z-index: 1;
  }

  .sec-3__heading {
    top: -3.875rem;
    left: 3.3125rem;
    width: 19.1875rem;
  }

  .sec-3 .trigger {
    top: 20%;
  }

  .logo {
    width: 19.5rem;
  }

  .steam-area {
    display: grid;
  }

  .steam-area__inner {
    grid-row: 1;
    height: 76.875rem;
    background-image: url(images/bg_steam_pc.webp);
  }

  .steam-area .logo {
    position: static;
    grid-row: 2;
    margin: 15em auto;
  }

  .steam-dragon {
    display: none;
  }

  .steam-trigger {
    display: none;
  }

  .topping-area {
    margin-right: calc(50% - 50vw);
    margin-left: calc(50% - 50vw);
    padding-right: calc(50vw - 50%);
    padding-left: calc(50vw - 50%);
    padding-block: 9.25rem 4.5rem;
    border-bottom: 0.1875rem solid #fff;
  }

  .topping-area__header {
    width: 80.25rem;
  }

  .topping-area__heading {
    margin-bottom: 7.75rem;
  }

  .topping-area__heading svg {
    position: static;
    width: 100%;
  }

  .topping-area__balloon {
    top: 11.9375rem;
    right: 0.425rem;
    width: 22.125rem;
  }

  .topping {
    display: grid;
    margin-right: calc(50% - 50vw);
    margin-left: calc(50% - 50vw);
    padding-right: calc(50vw - 50%);
    padding-left: calc(50vw - 50%);
    margin-bottom: 0;
    border-top: 0.1875rem solid #fff;
  }

  .topping .image {
    grid-row: 1/-1;
    opacity: 0;
    transition: opacity 0.3s ease-in;
  }

  .topping .image.is-active {
    opacity: 1;
  }

  .no-js .topping .image {
    opacity: 1;
    transition: none;
  }

  .topping__title {
    margin-top: 3.375rem;
  }

  .topping__title .fallIn {
    animation-delay: 0.3s;
  }

  .ninniku-shoyu .topping__title {
    width: 37.9375rem;
    margin-left: -5.0625rem;
  }

  .gekikara-miso .topping__title {
    width: 38.75rem;
    margin-block: auto;
    margin-right: -5.4375rem;
  }

  .takana-benishoga .topping__title {
    width: 42.625rem;
    margin: -4.625rem auto 0;
  }

  .ninniku-shoyu {
    grid-template-columns: 60.8334% 1fr;
    grid-template-rows: auto 1fr;
    align-items: flex-start;
  }

  .gekikara-miso {
    grid-template-columns: 1fr 60.8334%;
  }

  .gekikara-miso .image {
    grid-column: 2;
  }

  .takana-benishoga {
    display: block;
  }

  .topping-rating {
    margin-top: 4rem;
    font-size: 2.0625rem;
  }

  .sec-4__heading {
    top: 2.8125rem;
    right: 0;
    bottom: auto;
    left: 0;
    width: 82.875rem;
    margin: 0 auto;
  }

  .sec-4__heading .fallIn {
    animation: none;
  }

  .sec-4__heading.is-active-pc .fallIn {
    animation: fallIn 0.4s cubic-bezier(0.47, 0, 0.745, 0.715) forwards;
  }

  .information-area {
    padding-block: 15rem 8rem;
  }

  .information-area .logo {
    margin-bottom: 20rem;
  }

  .marquee {
    display: flex;
    position: absolute;
    top: 0;
    left: 0;
    animation: scroll-left 6s linear infinite;
    white-space: nowrap;
  }

  .marquee > span {
    margin-left: 1em;
  }

  .marquee > span:nth-child(n+2) {
    display: inline;
  }

  .recruit-text {
    display: block;
    position: relative;
    width: 100%;
    max-width: 1440px;
    height: 1em;
    line-height: 1;
    color: #E60012;
    margin: 0 auto 1.5rem;
    font-weight: 700;
    font-size: 3.125rem;
  }

  .recruit-text .marquee {
    animation-duration: 18s;
  }

  .recruit-banner {
    margin-block: 0 8rem;
  }

  .recruit-banner__balloon {
    top: -1rem;
    left: 7.3125rem;
    width: 20.6875rem;
  }

  .recruit-banner__button {
    top: 84.368%;
    width: 8.68421em;
    line-height: 1.9474;
    height: 1.9474em;
    background: #fff;
    color: #E60012;
    font-size: 2.375rem;
  }

  .news-area__heading {
    width: 12.625rem;
    margin-bottom: 5.625rem;
  }

  .news-block {
    width: 64.86112%;
    min-height: 43.25rem;
    padding: 3.9375rem 3.9375rem 2.875rem;
  }

  .post-list {
    row-gap: 1em;
    font-size: 1.4375rem;
  }

  .post-list__link {
    line-height: 1.75;
  }

  .post-list__link:after {
    height: 0.96154em;
  }

  .post-list__date,
  .post-list__title {
    padding-left: 1.6667em;
  }

  .more-btn {
    width: 9.3684em;
    height: 2.052632em;
    line-height: 2.052632;
    overflow: hidden;
    font-size: 1.75rem;
  }

  .post {
    max-width: 960px;
  }

  .alignleft {
    float: left;
    margin: 0 1em 0 0;
  }

  .alignright {
    float: right;
    margin: 0 0 0 1em;
  }

  .post-navigation-wrap,
  .pagination {
    margin-top: 6rem;
  }

  .post-navigation-wrap {
    gap: 2em;
  }

  .nav-next {
    margin-right: 0;
    margin-left: auto;
  }

  .nav-previous {
    margin-left: 0;
    margin-right: auto;
  }
}

@media print, screen and (min-width: 1440px) {
  a[href^="tel:"] {
    text-decoration: inherit;
  }

  .sec-1 {
    padding-inline: 72px;
  }
}

@media screen and (min-width: 1440px) and (min-resolution: 2dppx) {
  .warning {
    background-image: url(images/bg_warning_pc@2x.webp);
  }

  .warning__animation:before {
    background-image: url(images/bg_warning_animation_pc@2x.webp);
  }

  .site-footer {
    background-image: url(images/bg_footer_pc@2x.webp);
  }

  .award {
    background-image: url(images/bg_award_pc@2x.webp);
  }
}

@media screen and (max-width: 767px) {
  .break-sp:before {
    white-space: pre;
    content: "\a";
  }

  .nav-back > a {
    min-width: 0;
  }
}

@media print {
  body {
    min-width: 1440px;
  }

  h1,
  h2,
  h3,
  h4,
  h5,
  h6,
  figcaption {
    page-break-after: avoid;
    page-break-inside: avoid;
  }

  blockquote,
  figure,
  table {
    page-break-inside: avoid;
  }
}