@import url("https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,100..900;1,100..900&family=Noto+Sans+JP:wght@100..900&family=Voltaire&display=swap"); /*
font-family: "Montserrat", sans-serif;
font-family: "Noto Sans JP", sans-serif;
font-family: "Noto Serif JP", serif;
font-family: "Libre Caslon Text", serif;
 font-family: "Zen Antique Soft", serif;
*/
body {
  font-family: "Montserrat", "Noto Sans JP", serif;
  font-weight: 500;
  font-feature-settings: "palt";
  letter-spacing: 0.1em;
  color: #fff;
  font-size: 1.25vw;
  background: #db3340;
}
@media screen and (max-width: 768px) {
  body {
    font-size: 3.0902777778vw;
  }
}

section, div {
  box-sizing: border-box;
}

img {
  display: block;
  max-width: 100%;
}

figure {
  margin: 0;
  padding: 0;
}

h1 {
  margin: 0;
  line-height: 0;
}

h2 {
  margin-bottom: 1em;
  font-size: 3em;
  font-family: "Voltaire";
}

p {
  line-height: 1.6;
  text-align: justify;
}

a {
  color: #fff;
}

a:hover {
  color: inherit;
  text-decoration: none;
}

a:visited {
  color: inherit;
}

section.mainvisual {
  position: relative;
  z-index: 2;
}
section.mainvisual img {
  width: 100%;
}
section.mainvisual h1 {
  position: absolute;
  right: -0.1em;
  bottom: -0.1em;
  width: 45%;
}
section.mainvisual h2 {
  position: absolute;
  width: 65%;
  top: 0;
  left: 0;
  margin: 0;
}
@media screen and (max-width: 768px) {
  section.mainvisual h2 {
    width: 110%;
    background: #db3340;
  }
}
section.mainvisual h3 {
  position: absolute;
  margin: 0;
  top: 1em;
  right: 1em;
  background: #db323f;
  border-radius: 1em;
  padding: 0.1em 0.5em;
  font-size: 1em;
}
@media screen and (max-width: 768px) {
  section.mainvisual h3 {
    font-size: 0.8em;
    right: 0.5em;
    top: 3.4em;
  }
}
section.mainvisual .inner {
  width: 85%;
  margin: 0 auto 1em;
  padding: 2em 2em;
  position: relative;
  margin-top: 1em;
  width: 85%;
  padding: 0;
}
@media screen and (max-width: 768px) {
  section.mainvisual .inner {
    width: 92.5%;
  }
}
@media screen and (max-width: 768px) {
  section.mainvisual .inner {
    margin-top: 0;
    width: 100%;
  }
}
@media screen and (max-width: 768px) {
  section.mainvisual .inner figure {
    padding-top: 2em;
  }
}
section.mainvisual .inner figure img {
  border-radius: 2em;
}
@media screen and (max-width: 768px) {
  section.mainvisual .inner figure img {
    border-radius: 0;
  }
}
@media screen and (max-width: 768px) {
  section.mainvisual {
    overflow: hidden;
  }
}

section.read {
  margin-bottom: -2em;
  margin-top: 0;
  position: relative;
  z-index: 2;
}
@media screen and (max-width: 768px) {
  section.read {
    margin-top: 0;
  }
}
section.read .inner {
  width: 85%;
  margin: 0 auto 1em;
  padding: 2em 2em;
  position: relative;
}
@media screen and (max-width: 768px) {
  section.read .inner {
    width: 92.5%;
  }
}
@media screen and (max-width: 768px) {
  section.read .inner {
    padding-top: 0;
  }
}
section.read .inner h2 {
  width: 60%;
  margin: 0 auto -2.25em;
  position: relative;
}
@media screen and (max-width: 768px) {
  section.read .inner h2 {
    width: 120%;
    margin-left: -10%;
    z-index: 1;
    position: relative;
    margin-bottom: 0;
  }
}
section.read .inner h3 {
  line-height: 1.5;
  text-align: center;
  font-size: 1.6em;
  font-weight: 800;
}
@media screen and (max-width: 768px) {
  section.read .inner h3 {
    font-size: 1.2em;
  }
}
section.read .inner .dog {
  width: 10%;
  margin: 0 auto;
}
@media screen and (max-width: 768px) {
  section.read .inner .dog {
    width: 30%;
  }
}
section.read .inner .menu {
  background: url("/img/ugonba/mn_bg.jpg");
  background-size: cover;
  color: #000;
  border: solid #000 0.5em;
  color: #000;
  outline: solid #000 0.2em;
  outline-offset: 0.2em;
  border-radius: 1em;
  padding: 5em 2em 1em 2em;
}
@media screen and (max-width: 768px) {
  section.read .inner .menu {
    padding: 1em 2em;
  }
}
section.read .inner .menu div {
  display: flex;
  margin: 0 auto;
  gap: 3.5%;
}
@media screen and (max-width: 768px) {
  section.read .inner .menu div {
    flex-direction: column;
  }
}
section.read .inner .menu p {
  width: 100%;
}
@media screen and (max-width: 768px) {
  section.read .inner .menu p {
    width: 100%;
  }
}
section.read .inner .menu p b {
  color: #db3340;
}
section.read .inner .menu figure {
  width: 100%;
  display: flex;
  align-items: center;
  gap: 2%;
}
@media screen and (max-width: 768px) {
  section.read .inner .menu figure {
    width: 100%;
  }
}
section.read .inner .menu figure img {
  width: 10%;
}
@media screen and (max-width: 768px) {
  section.read .inner .menu figure img {
    width: 25%;
  }
}
section.read .inner .menu figure:before {
  border-top: 0.1em solid #000;
  content: "";
  width: 45%;
  height: 0.2em;
}
section.read .inner .menu figure:after {
  border-top: 0.1em solid #000;
  content: "";
  width: 45%;
  height: 0.2em;
}
section.read .inner .menu .cc1 {
  border-radius: 50%;
  aspect-ratio: 1/1;
  width: 10em;
  height: -moz-fit-content;
  height: fit-content;
  margin-top: 2em;
  box-shadow: 0.25em 0.25em 0 #000;
}
@media screen and (max-width: 768px) {
  section.read .inner .menu .cc1 {
    display: none;
  }
}
section.read .inner .menu .cc2 {
  border-radius: 50%;
  aspect-ratio: 1/1;
  width: 10em;
  height: -moz-fit-content;
  height: fit-content;
  margin-top: 2em;
  box-shadow: 0.25em 0.25em 0 #000;
}
@media screen and (max-width: 768px) {
  section.read .inner .menu .cc2 {
    display: none;
  }
}

section.staff .inner {
  width: 85%;
  margin: 0 auto 1em;
  padding: 2em 2em;
  position: relative;
}
@media screen and (max-width: 768px) {
  section.staff .inner {
    width: 92.5%;
  }
}
section.staff .inner h2 {
  width: 60%;
  margin: 0 auto 0.5em;
}
@media screen and (max-width: 768px) {
  section.staff .inner h2 {
    width: 120%;
    margin-left: -10%;
    z-index: 1;
    position: relative;
  }
}
section.staff .inner > div:not(.staff_check) {
  display: flex;
  gap: 5%;
  align-items: center;
}
@media screen and (max-width: 768px) {
  section.staff .inner > div:not(.staff_check) {
    flex-direction: column;
  }
}
section.staff .inner > div:not(.staff_check) figure {
  width: 35%;
}
@media screen and (max-width: 768px) {
  section.staff .inner > div:not(.staff_check) figure {
    width: 100%;
  }
}
section.staff .inner > div:not(.staff_check) div {
  background: #fff;
  width: 65%;
  border-radius: 2em;
  color: #000;
  padding: 2em;
  box-shadow: 0.2em 0.2em;
}
@media screen and (max-width: 768px) {
  section.staff .inner > div:not(.staff_check) div {
    width: 100%;
    padding: 1em 1.5em;
    border-radius: 1em;
  }
}
@media screen and (max-width: 768px) {
  section.staff .inner > div:not(.staff_check) div p {
    margin: 0;
  }
}
section.staff .inner > div:not(.staff_check).staff_mizuki {
  margin-top: -3em;
  margin-bottom: -5em;
  position: relative;
}
@media screen and (max-width: 768px) {
  section.staff .inner > div:not(.staff_check).staff_mizuki {
    margin-top: 0;
    margin-bottom: 1em;
  }
}
section.staff .inner > div:not(.staff_check).staff_mizuki figure {
  order: 1;
}
section.staff .inner > div:not(.staff_check).staff_mizuki figure img {
  margin-bottom: 0.5em;
  display: block;
}
section.staff .inner > div:not(.staff_check).staff_mizuki figure figcaption {
  text-align: center;
  margin-top: 0.5em;
  font-size: 2em;
  font-weight: 700;
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  text-align: left;
  writing-mode: vertical-rl;
  text-shadow: 0 0 0.1em #db3340;
}
section.staff .inner > div:not(.staff_check).staff_mizuki figure figcaption span {
  font-weight: normal;
  font-size: 40%;
  display: block;
}
section.staff .inner > div:not(.staff_check).staff_mizuki div {
  order: 2;
  position: relative;
  border: 0.2em #000 solid;
}
section.staff .inner > div:not(.staff_check).staff_mizuki div::before {
  content: "";
  display: block;
  width: 1em;
  height: 1em;
  position: absolute;
  left: -1.1em;
  top: calc(50% - 1px);
  border-bottom: solid 0.2em #000;
  border-left: solid 0.2em #000;
  transform: rotate(45deg) translateY(-50%);
  color: inherit;
  background: #fff;
}
@media screen and (max-width: 768px) {
  section.staff .inner > div:not(.staff_check).staff_mizuki div::before {
    left: 0;
    right: 0;
    top: -1.15em;
    margin: auto;
    transform: rotate(-225deg) translateY(-50%);
  }
}
section.staff .inner > div:not(.staff_check).staff_soichi {
  position: relative;
}
section.staff .inner > div:not(.staff_check).staff_soichi figure {
  order: 2;
}
@media screen and (max-width: 768px) {
  section.staff .inner > div:not(.staff_check).staff_soichi figure {
    order: 1;
  }
}
section.staff .inner > div:not(.staff_check).staff_soichi figure img {
  margin-bottom: 0.5em;
  display: block;
}
section.staff .inner > div:not(.staff_check).staff_soichi figure figcaption {
  text-align: center;
  margin-top: 0.5em;
  font-size: 2em;
  font-weight: 700;
  display: block;
  position: absolute;
  top: 0;
  right: 0;
  text-align: left;
  writing-mode: vertical-rl;
}
section.staff .inner > div:not(.staff_check).staff_soichi figure figcaption span {
  font-weight: normal;
  font-size: 40%;
  display: block;
}
section.staff .inner > div:not(.staff_check).staff_soichi div {
  order: 1;
  position: relative;
  border: 0.2em #000 solid;
}
@media screen and (max-width: 768px) {
  section.staff .inner > div:not(.staff_check).staff_soichi div {
    order: 2;
  }
}
section.staff .inner > div:not(.staff_check).staff_soichi div::before {
  content: "";
  display: block;
  width: 1em;
  height: 1em;
  position: absolute;
  right: -0.3em;
  top: calc(50% - 1px);
  border-top: solid 0.2em #000;
  border-right: solid 0.2em #000;
  transform: rotate(45deg) translateY(-50%);
  color: inherit;
  background: #fff;
}
@media screen and (max-width: 768px) {
  section.staff .inner > div:not(.staff_check).staff_soichi div::before {
    left: 0;
    right: 0;
    top: -0.25em;
    margin: auto;
    transform: rotate(-45deg) translateY(-50%);
  }
}

section.goods .inner {
  width: 85%;
  margin: 0 auto 1em;
  padding: 2em 2em;
  position: relative;
}
@media screen and (max-width: 768px) {
  section.goods .inner {
    width: 92.5%;
  }
}
section.goods .inner h2 {
  width: 60%;
  margin: 0 auto 0.5em;
}
@media screen and (max-width: 768px) {
  section.goods .inner h2 {
    width: 120%;
    margin-left: -10%;
    z-index: 1;
    position: relative;
    margin-bottom: 0;
  }
}
section.goods .inner > div {
  margin-bottom: 2em;
}
section.goods .inner > div h3 {
  text-align: center;
  font-size: 2em;
  margin-bottom: 0.75em;
}
@media screen and (max-width: 768px) {
  section.goods .inner > div h3 {
    margin-top: 0;
  }
}
section.goods .inner > div p {
  text-align: center;
  margin-bottom: 2em;
}
section.goods .inner > div div {
  color: #db3340;
  background: #fff;
  border-radius: 1em;
  padding: 0.2em;
  margin-bottom: 1em;
}
@media screen and (max-width: 768px) {
  section.goods .inner > div div {
    border-radius: 0.5em;
  }
}
section.goods .inner > div div p {
  margin-bottom: 1em;
}
@media screen and (max-width: 768px) {
  section.goods .inner > div div p {
    margin-bottom: 1em;
  }
}
section.goods .inner > div div p span {
  background: #db3340;
  color: #fff;
  padding: 0.15em 1em;
  margin-right: 1em;
  font-size: 0.8em;
  position: relative;
  top: -0.1em;
}
@media screen and (max-width: 768px) {
  section.goods .inner > div div p span {
    display: block;
    margin: 1em;
  }
}
section.goods .inner > div small {
  text-align: center;
  display: block;
  line-height: 1.4;
}
section.goods .inner > div .card1 {
  position: absolute;
  width: 15%;
  left: 3em;
  top: 3em;
  transform: rotate(-10deg);
  box-shadow: 0.5em 0.5em #000;
}
@media screen and (max-width: 768px) {
  section.goods .inner > div .card1 {
    display: none;
  }
}
section.goods .inner > div .card2 {
  position: absolute;
  width: 15%;
  right: 3em;
  top: 6em;
  transform: rotate(10deg);
  box-shadow: 0.5em 0.5em #000;
}
@media screen and (max-width: 768px) {
  section.goods .inner > div .card2 {
    display: none;
  }
}
section.goods .inner .menu-list {
  display: flex;
  flex-wrap: wrap;
  gap: 2%;
  list-style: none;
  margin: 0;
  padding: 0;
}
section.goods .inner .menu-list li {
  flex: 1 1 calc((100% - 2% * (3 - 1)) / 3);
  max-width: calc((100% - 2% * (3 - 1)) / 3);
  display: flex;
  flex-direction: column;
  gap: 0.5rem;
  margin-bottom: 2em;
}
section.goods .inner .menu-list li h2 {
  width: -moz-fit-content;
  width: fit-content;
}
section.goods .inner .menu-list li > a:first-of-type figure {
  margin: 0;
  border-radius: 0.5rem;
  overflow: hidden;
  aspect-ratio: 1;
}
section.goods .inner .menu-list li > a:first-of-type figure img {
  width: 100%;
  height: 100%;
  display: block;
  -o-object-fit: cover;
     object-fit: cover;
}
section.goods .inner .menu-list li figure {
  position: relative;
  transition: 0.3s;
}
section.goods .inner .menu-list li figure:hover {
  scale: 1.03;
}
section.goods .inner .menu-list li figure.fade img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  opacity: 0;
  transition: opacity 1s ease;
}
section.goods .inner .menu-list li figure.fade img.active {
  opacity: 1;
  z-index: 1;
}
section.goods .inner .menu-list li h2, section.goods .inner .menu-list li h3, section.goods .inner .menu-list li span, section.goods .inner .menu-list li p {
  margin: 0;
}
section.goods .inner .menu-list li h2 {
  font-size: 0.8em;
  background: #000;
  color: #fff;
  display: inline-block;
  padding: 0.25em 1em;
  border-radius: 0.25em;
}
section.goods .inner .menu-list li h3 {
  font-size: 1.4em;
}
section.goods .inner .menu-list li p {
  flex: 1;
}
section.goods .inner .menu-list li a.cart {
  margin-top: auto;
  background: #9e1923;
  color: #fff;
  text-align: center;
  transition: 0.3s;
  padding: 1.25em 1em;
  border-radius: 0.25em;
  text-decoration: none;
  display: block;
}
section.goods .inner .menu-list li a.cart:hover {
  background: #630b12;
}

@media screen and (max-width: 768px) {
  section.goods .inner .menu-list li {
    flex: 1 1 calc((100% - 2% * (1 - 1)) / 1);
    max-width: calc((100% - 2% * (1 - 1)) / 1);
  }
}
footer {
  text-align: center;
  color: #fff;
  padding: 2em 0;
}

.no-scroll {
  overflow: hidden;
}

.auth-overlay {
  position: fixed;
  inset: 0;
  background: #db3340;
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
  transition: opacity 0.28s ease, visibility 0s linear 0.28s;
  z-index: 999;
}

.auth {
  position: fixed;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -48%) scale(0.98);
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
  transition: opacity 0.28s ease, transform 0.28s ease, visibility 0s linear 0.28s;
  z-index: 1000;
  background: #fff;
  color: #000;
  padding: 3em;
  bottom: 0;
  border-radius: 2em;
  border: 0.2em solid #000;
  overflow: hidden;
  box-shadow: 0.5em 0.5em #000;
}
@media screen and (max-width: 768px) {
  .auth {
    width: 80%;
    right: 0;
    margin: auto;
    padding: 2em;
    height: 70%;
    top: 40%;
    bottom: auto;
  }
}
.auth div {
  overflow: auto;
  height: 100%;
}
.auth h2 {
  font-size: 1.8em;
  border-bottom: 0.05em solid #000;
  padding-bottom: 0.5em;
  margin-bottom: 0.5em;
}
.auth p a {
  color: #000;
  text-decoration: underline;
}

.auth-overlay.is-open {
  opacity: 0.9;
  visibility: visible;
  pointer-events: auto;
  transition: opacity 0.28s ease;
}

.auth.is-open {
  opacity: 1;
  visibility: visible;
  pointer-events: auto;
  transform: translate(-50%, -50%) scale(1);
  transition: opacity 0.28s ease, transform 0.28s ease;
}

@media (prefers-reduced-motion: reduce) {
  .auth, .auth-overlay {
    transition: none !important;
  }
}
.tilt {
  display: inline-block;
  transform-origin: center bottom;
}

/*button*/
.btn_about {
  transition: 0.3s;
  width: 80%;
  margin: 0 auto;
  display: block;
  padding: 0.3em;
  text-align: center;
  background: #000;
  margin-top: 5em;
  border-radius: 2.8em;
  font-family: "Voltaire";
  box-shadow: 0.5em 0.5em #000;
  position: relative;
  left: 0;
  top: 0;
  text-decoration: none;
}
@media screen and (max-width: 768px) {
  .btn_about {
    border-radius: 0.5em;
    width: 100%;
    margin-top: 2.5em;
  }
}
.btn_about span {
  border: 0.2em solid #fed500;
  display: block;
  border-radius: 1em;
  padding: 0.5em;
  background: #db3340;
  font-size: 2.4em;
  width: 100%;
  box-sizing: border-box;
}
@media screen and (max-width: 768px) {
  .btn_about span {
    border: 0.1em solid #fed500;
    border-radius: 0.25em;
    width: 100%;
  }
}
.btn_about:hover {
  box-shadow: 0 0 #000;
  left: 0.4em;
  top: 0.4em;
  cursor: pointer;
}

.staff_check {
  position: relative;
}
.staff_check i.click {
  animation: bounce 2s cubic-bezier(0.28, 0.84, 0.42, 1) infinite;
  position: absolute;
  width: 3em;
  height: 3em;
  background: #fff;
  border-radius: 50%;
  right: 9em;
  top: -1em;
  color: #000;
  z-index: 5;
  border: 0.15em solid #000;
  display: flex;
  font-family: "Voltaire";
  font-size: 1.6em;
  justify-content: center;
  align-items: center;
}
@media screen and (max-width: 768px) {
  .staff_check i.click {
    right: -1em;
    top: -2em;
  }
}
.staff_check i.click::after {
  content: "";
  display: block;
  width: 0.5em;
  height: 0.5em;
  position: absolute;
  left: 0.1em;
  bottom: -0.25em;
  border-bottom: solid 0.15em #000;
  border-left: solid 0.15em #000;
  transform: rotate(0deg) translateY(-50%);
  color: inherit;
  background: #fff;
}

@keyframes bounce {
  0%, 100% {
    transform: translateY(0) scale(1, 1);
  }
  20% {
    transform: translateY(-1em) scale(1.1, 0.9);
  }
  40% {
    transform: translateY(0) scale(0.9, 1.1);
  }
  55% {
    transform: translateY(-0.5em) scale(1.05, 0.95);
  }
  70% {
    transform: translateY(0) scale(1, 1);
  }
}
/*marquee*/
.v-marquee {
  position: fixed;
  top: 0;
  height: 100vh;
  width: 4em;
  overflow: hidden;
  pointer-events: none;
  z-index: 1;
}
@media screen and (max-width: 768px) {
  .v-marquee {
    width: 2em;
  }
}
.v-marquee.right {
  right: 0;
}
.v-marquee.left {
  left: 0;
}
.v-marquee .marquee-track {
  display: flex;
  flex-direction: column;
  animation: scroll-up 75s linear infinite;
}
.v-marquee .marquee-track.down {
  animation-name: scroll-down;
}
.v-marquee .marquee-track img {
  width: 100%;
  height: auto;
  flex-shrink: 0;
  margin-bottom: 1em;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  pointer-events: none;
  filter: drop-shadow(0 0.05em 0.1em rgba(0, 0, 0, 0.15));
}

@keyframes scroll-up {
  0% {
    transform: translateY(0);
  }
  100% {
    transform: translateY(-50%);
  }
}
@keyframes scroll-down {
  0% {
    transform: translateY(-50%);
  }
  100% {
    transform: translateY(0);
  }
}
.mochi {
  position: fixed;
  z-index: 10;
  width: 10%;
  animation: sway 3s ease-in-out infinite;
  top: 1em;
  left: 1em;
}
@media screen and (max-width: 768px) {
  .mochi {
    width: 15%;
    top: 2.5em;
  }
}

.kome {
  position: fixed;
  z-index: 10;
  width: 10%;
  animation: sway 2s ease-in-out infinite;
  bottom: 1em;
  right: 1em;
}
@media screen and (max-width: 768px) {
  .kome {
    width: 15%;
  }
}

@keyframes sway {
  0% {
    transform: rotate(-5deg);
  }
  50% {
    transform: rotate(5deg);
  }
  100% {
    transform: rotate(-5deg);
  }
}/*# sourceMappingURL=style.css.map */