@charset "UTF-8";
/*
A modern CSS reset 2023 / 9 / 18
https://github.com/Andy-set-studio/modern-css-reset
*/
*, *::before, *::after {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

html {
  -moz-text-size-adjust: none;
  -webkit-text-size-adjust: none;
  -ms-text-size-adjust: none;
      text-size-adjust: none;
}

body, h1, h2, h3, h4, p, figure, blockquote, dl, dd {
  margin: 0;
}

ul[role=list], ol[role=list] {
  list-style: none;
}

body {
  min-height: 100vh;
  line-height: 1.5;
}

h1, h2, h3, h4, button, input, label {
  line-height: 1.1;
}

h1, h2, h3, h4 {
  text-wrap: balance;
}

a:not([class]) {
  -webkit-text-decoration-skip: ink;
          text-decoration-skip-ink: auto;
  color: currentColor;
}

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

input, button, textarea, select {
  font: inherit;
}

textarea:not([rows]) {
  min-height: 10em;
}

:target {
  scroll-margin-block: 5ex;
}

/**  base  **/
@-webkit-keyframes fadeIn {
  100% {
    opacity: 1;
  }
}
@keyframes fadeIn {
  100% {
    opacity: 1;
  }
}
@-webkit-keyframes fadeOut {
  100% {
    opacity: 0;
  }
}
@keyframes fadeOut {
  100% {
    opacity: 0;
  }
}
@-webkit-keyframes clipPath {
  100% {
    clip-path: inset(0);
  }
}
@keyframes clipPath {
  100% {
    clip-path: inset(0);
  }
}
@-webkit-keyframes clipPathCircle {
  100% {
    clip-path: circle(100% at 50% 50%);
  }
}
@keyframes clipPathCircle {
  100% {
    clip-path: circle(100% at 50% 50%);
  }
}
p,
ul,
ol,
h1,
h2,
h3,
figure,
dl,
dd,
button,
pre {
  margin: 0;
  padding: 0;
}

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

ul,
ol {
  list-style: none;
}

img,
video {
  max-width: 100%;
  vertical-align: bottom;
  line-height: 1;
}

button {
  background-color: transparent;
  border: none;
  cursor: pointer;
  outline: none;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
}

a, button {
  color: currentColor;
  text-decoration: none;
  -webkit-transition: opacity 0.5s;
  transition: opacity 0.5s;
}
@media (hover: hover) {
  a:hover, button:hover {
    opacity: 0.5;
  }
}

[x-cloak],
[v-cloak] {
  display: none !important;
}

*:focus {
  outline: none;
}

@media (min-width: 600px) {
  .device-sp {
    display: none;
  }
}

.device-pc {
  display: none;
}
@media (min-width: 600px) {
  .device-pc {
    display: block;
  }
}

br:not(.sp-br) {
  display: none;
}
@media (min-width: 600px) {
  br:not(.sp-br) {
    display: block;
  }
}

html {
  scroll-behavior: smooth;
  font-size: 62.5%;
}

body {
  font-family: serif;
  overflow-wrap: anywhere; /* 収まらない場合に折り返す */
  word-break: normal; /* 単語の分割はデフォルトに依存 */
  line-break: strict; /* 禁則処理を厳格に適用 */
}
body.scroll_rock {
  overflow: hidden;
}

/**  common  **/
.og-check {
  position: fixed;
  bottom: 10px;
  right: 10px;
  font-size: 10px;
  background-color: #fff;
  width: 320px;
  padding: 20px;
}
.og-check span {
  word-break: break-all;
}

body:has(.menu-toggle:checked) {
  overflow: hidden;
}

body {
  color: #3E3A3A;
  font-family: "Shuei Mincho M JIS2004", serif;
  font-size: 1.4rem;
  line-height: 2.28;
  letter-spacing: 0.14px;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  opacity: 0;
  -webkit-animation: fadeIn 0.6s ease-in-out forwards;
          animation: fadeIn 0.6s ease-in-out forwards;
  -webkit-animation-delay: 0.4s;
          animation-delay: 0.4s;
}
@media (min-width: 600px) {
  body {
    font-size: 1.6rem;
    line-height: 2.25;
    letter-spacing: 0.48px;
  }
}

header {
  position: fixed;
  width: 100vw;
  top: 0;
  z-index: 10;
  /* メニュー開閉時の制御 */
}
header .header-bar {
  background-color: #2B2121;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 6px 14px;
  z-index: 12;
  position: relative;
}
@media (min-width: 600px) {
  header .header-bar {
    padding: 10px 40px;
  }
}
header .header-bar .logo {
  width: 25px;
}
@media (min-width: 600px) {
  header .header-bar .logo {
    width: initial;
  }
}
header .menu-toggle {
  display: none;
}
header .menu-icon {
  width: 2em;
  height: 2.2em;
  position: relative;
  z-index: 100;
  cursor: pointer;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding: 0.5em 0;
}
@media (min-width: 600px) {
  header .menu-icon {
    width: 4em;
    height: 3.5em;
    padding: 1em 0.6em;
  }
}
header .menu-icon span {
  position: relative;
  display: block;
  width: 100%;
  border-top: 1px solid #FCFBF7;
  -webkit-transition: opacity 0s, -webkit-transform 0.4s;
  transition: opacity 0s, -webkit-transform 0.4s;
  transition: opacity 0s, transform 0.4s;
  transition: opacity 0s, transform 0.4s, -webkit-transform 0.4s;
}
@media (min-width: 600px) {
  header .menu-icon span {
    border-width: 2px;
  }
}
header .menu-wrapper {
  font-family: "Shuei Mincho B JIS2004";
  line-height: 1.71;
  color: #FCFBF7;
  z-index: 10;
  position: fixed;
  width: 100vw;
  background-color: #2B2121;
  -webkit-transform: translateY(-100%);
          transform: translateY(-100%);
  -webkit-transition: -webkit-transform 0.4s;
  transition: -webkit-transform 0.4s;
  transition: transform 0.4s;
  transition: transform 0.4s, -webkit-transform 0.4s;
  padding: 1em 10vw;
  text-align: center;
  overflow: auto;
}
@media (min-width: 600px) {
  header .menu-wrapper {
    padding: 1em;
  }
}
header .menu-wrapper nav {
  max-width: 24em;
  margin: 0 auto;
}
header .menu-wrapper li {
  margin-top: 1em;
  margin-bottom: 1em;
}
header .menu-wrapper ul:nth-of-type(n + 2) {
  font-family: "Shuei Mincho M JIS2004";
}
header .menu-wrapper ul:nth-of-type(n + 2)::before {
  content: "";
  display: block;
  width: 100%;
  height: 1px;
  margin: 28px 0 32px;
  background-color: #FCFBF7;
}
header .menu-wrapper ul:nth-of-type(n + 2) li {
  width: 14em;
  margin-left: auto;
  margin-right: auto;
}
header .menu-wrapper ul:nth-of-type(n + 2) li a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 0.8em;
}
header.active .menu-wrapper {
  -webkit-transform: translateY(0);
          transform: translateY(0);
}
header.active .menu-icon {
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
header.active .menu-icon span:nth-child(1) {
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
  top: -1px;
}
@media (min-width: 600px) {
  header.active .menu-icon span:nth-child(1) {
    top: 1px;
  }
}
header.active .menu-icon span:nth-child(2) {
  opacity: 0;
}
header.active .menu-icon span:nth-child(3) {
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
  bottom: 3px;
}

footer {
  position: relative;
  background-color: #374717;
  color: #FCFBF7;
  padding-top: 4.8rem;
  padding-bottom: 4.8rem;
}
@media (min-width: 992px) {
  footer {
    padding-top: 2.4rem;
    padding-bottom: 2.4rem;
  }
}
footer .wrapper {
  margin-right: auto;
  margin-left: auto;
}
footer a {
  color: #FCFBF7 !important;
}
footer .footer-hobo,
footer .footer-sns {
  font-family: "Shuei Mincho M JIS2004";
}
footer .footer-hobo li {
  margin-top: 0.4em;
  margin-bottom: 0.4em;
}
@media (min-width: 992px) {
  footer .footer-hobo li {
    margin-top: 0.8em;
    margin-bottom: 0.8em;
  }
}
footer .footer-hobo a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 0.8em;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
@media (min-width: 992px) {
  footer .footer-hobo a {
    -webkit-box-pack: initial;
        -ms-flex-pack: initial;
            justify-content: initial;
  }
}
footer .footer-hobo span {
  display: inline-block;
  width: 1.6em;
  text-align: center;
}
footer .footer-hobo span:before {
  font-size: 1.6em;
}
footer .footer-hobo span.hb-hobo::before {
  font-size: 1.2em;
}
footer .footer-share {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 0.8em;
  font-size: 3.6rem;
  gap: 0.6em;
  line-height: 1;
  margin-bottom: 0.8em;
}
@media (min-width: 992px) {
  footer .footer-share {
    margin-bottom: initial;
  }
}
footer .share-title {
  border-top: 1px dotted;
  border-bottom: 1px dotted;
  font-family: "Koburina Gothic W6 JIS2004", sans-serif;
  font-size: 1.3rem;
  letter-spacing: 1.63px;
  line-height: 150%;
}
footer .share-title span {
  display: block;
  line-height: 1em;
  padding: 0.7em 0 0.5em;
}
footer .footer-store,
footer .footer-copy {
  font-size: 0.96em;
}
footer .footer-store li {
  margin-bottom: 0.4em;
}

@media (min-width: 992px) {
  .footer-columns-1 {
    padding-top: 4em;
    padding-bottom: 4em;
  }
}
.footer-columns-1 .wrapper {
  max-width: calc(1100px + 4rem);
  width: calc(100% - 4rem);
}
@media (min-width: 600px) {
  .footer-columns-1 .wrapper {
    display: grid;
    grid-template-columns: 1fr;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}
@media (min-width: 992px) {
  .footer-columns-1 .wrapper {
    grid-template-columns: -webkit-max-content 1fr;
    grid-template-columns: max-content 1fr;
    justify-items: start;
  }
}
.footer-columns-1 .wrapper2 {
  font-family: "Shuei Mincho L";
  max-width: calc(1100px + 4rem);
  width: calc(100% - 4rem);
  margin: 36px auto 0;
  text-align: center;
}
@media (min-width: 992px) {
  .footer-columns-1 .wrapper2 {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    margin-top: 0;
    text-align: left;
  }
}
@media (min-width: 600px) {
  .footer-columns-1 .footer-share,
  .footer-columns-1 .footer-copy {
    grid-column: 1/3;
  }
}
.footer-columns-1 .footer-hobo {
  font-family: "Shuei Mincho B";
  font-size: 1.5rem;
}
@media (min-width: 992px) {
  .footer-columns-1 .footer-hobo {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    gap: 2.4em;
  }
}
.footer-columns-1 .footer-store {
  font-size: 1.2rem;
}
@media (min-width: 992px) {
  .footer-columns-1 .footer-store {
    font-size: 1.4rem;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    gap: 2.4em;
  }
}
.footer-columns-1 .footer-copy {
  font-family: "Shuei MaruGo L", sans-serif;
  font-size: 1rem;
  text-align: center;
  margin-top: 24px;
}
@media (min-width: 992px) {
  .footer-columns-1 .footer-copy {
    margin-top: 0;
  }
}

main a {
  color: #902222 !important;
  text-decoration: underline;
}

body::before {
  background: url("../images/yokoku/bg-sp.webp") no-repeat center center;
  width: 100vw;
  height: 100dvh;
  background-size: cover;
}
@media (min-width: 600px) {
  body::before {
    background: url("../images/yokoku/bg-pc.webp") no-repeat center center;
    background-size: cover;
    -webkit-transform: initial;
            transform: initial;
  }
}

@-webkit-keyframes revealFromTop {
  from {
    clip-path: polygon(0 0, 100% 0, 100% 0, 0 0);
  }
  to {
    clip-path: polygon(0 0, 100% 0, 100% 100%, 0 100%);
  }
}

@keyframes revealFromTop {
  from {
    clip-path: polygon(0 0, 100% 0, 100% 0, 0 0);
  }
  to {
    clip-path: polygon(0 0, 100% 0, 100% 100%, 0 100%);
  }
}
.mv {
  width: 100vw;
  height: 100svh;
  height: calc(var(--vh, 1vh) * 100);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.mv h1 img {
  clip-path: polygon(0 0, 100% 0, 100% 0, 0 0);
  height: 72svh;
}
@media (min-width: 600px) {
  .mv h1 img {
    height: 100vh;
  }
}
.mv h1.on img {
  -webkit-animation: revealFromTop 1.2s cubic-bezier(0.25, 0.46, 0.45, 0.94) forwards;
          animation: revealFromTop 1.2s cubic-bezier(0.25, 0.46, 0.45, 0.94) forwards;
}

.banner {
  max-width: 640px;
  width: 93.33vw;
  margin: 0 auto 32px;
  padding: 32px 16px;
}
@media (min-width: 600px) {
  .banner {
    padding: 48px 86px;
  }
}
.banner p {
  color: #fff;
  line-height: 1.5;
  letter-spacing: 0.48px;
  padding-top: 10px;
}/*# sourceMappingURL=yokoku.css.map */