@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 {
  content: "";
  position: fixed;
  top: 0;
  left: 0;
  background: url("../images/bg.webp") no-repeat center center;
  width: 100vw;
  height: 100dvh;
  z-index: -1;
  opacity: 1;
  -webkit-transition: opacity 0.6s cubic-bezier(0.4, 0, 0.2, 1);
  transition: opacity 0.6s cubic-bezier(0.4, 0, 0.2, 1);
}
@media (min-width: 600px) {
  body::before {
    background: url("../images/bg-pc.webp") no-repeat center center;
  }
}
body::after {
  content: "";
  position: fixed;
  top: 0;
  left: 0;
  background: url("../images/bg-footer.webp") no-repeat center center;
  width: 100vw;
  height: 100dvh;
  z-index: -1;
  opacity: 0;
  -webkit-transition: opacity 0.6s cubic-bezier(0.4, 0, 0.2, 1);
  transition: opacity 0.6s cubic-bezier(0.4, 0, 0.2, 1);
  pointer-events: none;
}
@media (min-width: 600px) {
  body::after {
    background: url("../images/bg-footer-pc.webp") no-repeat center center;
  }
}
body.bg2::before {
  opacity: 0;
}
body.bg2::after {
  opacity: 1;
}

header {
  -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;
}
header.on {
  -webkit-transform: translateY(0);
          transform: translateY(0);
}

.hero {
  width: 100vw;
  height: 100svh;
  height: calc(var(--vh, 1vh) * 100);
  position: relative;
  overflow: hidden;
}
.hero picture {
  display: inline;
}
.hero picture img {
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: top center;
     object-position: top center;
  width: 100%;
  height: 100%;
}
.hero h1 {
  max-width: 371px;
  width: 43.333vw;
  position: absolute;
  top: 6.66vw;
  left: 6.66vw;
  opacity: 0;
}
@media (min-width: 600px) {
  .hero h1 {
    width: 25.763vw;
    top: 48px;
    left: 48px;
  }
}
.hero h1.on {
  -webkit-animation: fadeIn 1s forwards;
          animation: fadeIn 1s forwards;
}
.hero h2 {
  max-width: 329px;
  width: 45.384vw;
  position: absolute;
  right: 3vw;
  bottom: 50px;
  opacity: 0;
}
@media (min-width: 600px) {
  .hero h2 {
    width: 22.847vw;
  }
}
.hero h2.on {
  -webkit-animation: fadeIn 1s forwards;
          animation: fadeIn 1s forwards;
}

.yodogawa .inner {
  max-width: 640px;
  width: 93.33vw;
  margin: 48px auto;
  padding: 32px 22px;
  background-color: rgba(255, 255, 255, 0.9);
}
@media (min-width: 600px) {
  .yodogawa .inner {
    padding: 48px 86px;
  }
}
.yodogawa .inner * {
  -webkit-transform: translateY(1.5em);
          transform: translateY(1.5em);
}
.yodogawa .inner *.observe-target {
  opacity: 0;
}
.yodogawa .inner *.observe-target.on {
  -webkit-transform: translateY(0);
          transform: translateY(0);
  -webkit-transition: all 1s;
  transition: all 1s;
  -webkit-animation: fadeIn 1s forwards;
          animation: fadeIn 1s forwards;
}
.yodogawa .inner * + p {
  margin-top: 2em;
}
.yodogawa .inner *:has(> img) {
  margin-top: 0;
  margin-bottom: 48px;
}

.info {
  text-align: center;
  line-height: 1;
  font-family: "Shuei Mincho B JIS2004";
  font-size: 1.8rem;
  color: #fff;
  background-color: #902222;
  padding: 0.7em 0;
}
@media (min-width: 600px) {
  .info {
    font-size: 2rem;
  }
}
.info.pre {
  background-color: #2A6D0C;
}

.item {
  background: url("../images/bg-item.webp") no-repeat center center;
  background-size: cover;
  overflow: hidden;
}
@media (min-width: 600px) {
  .item {
    background: url("../images/bg-item-pc.webp") no-repeat center center;
    background-size: cover;
  }
}
.item .item-inner .img {
  margin-top: -5vw;
  margin-top: -5vw;
  margin-left: auto;
  margin-right: auto;
}
@media (min-width: 600px) {
  .item .item-inner .img {
    max-width: 966px;
    margin-top: 40px;
  }
}
.item .item-inner .cart-info {
  max-width: 208px;
  margin: -57vw auto 4vw;
  text-align: center;
}
@media (min-width: 600px) {
  .item .item-inner .cart-info {
    margin: -60px auto 30px;
  }
}
.item .item-inner .cart-info > div {
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
  margin: 0 auto;
  text-align: left;
}
.item .item-inner .cart-info h3 {
  font-family: "Shuei Mincho B JIS2004";
  font-size: 1.8rem;
  letter-spacing: 0.63px;
}
.item .item-inner .cart-info h3 + p {
  font-size: 1.1rem;
  padding: 0.5em 0 1em;
}
@media (min-width: 600px) {
  .item .item-inner .cart-info h3 + p {
    font-size: 1.2rem;
  }
}
.item .item-inner .cart-info h3 + p span {
  font-size: 1.4rem;
}
@media (min-width: 600px) {
  .item .item-inner .cart-info h3 + p span {
    font-size: 1.6rem;
  }
}
.item .item-inner .cart-info .credit {
  font-size: 1.1rem;
  margin-top: 1em;
}
@media (min-width: 600px) {
  .item .item-inner .cart-info .credit {
    font-size: 1.2rem;
  }
}

.about {
  background-color: #FCFBF7;
  margin: 16px 0;
  padding: 40px 0;
}
@media (min-width: 600px) {
  .about {
    padding: 32px 0;
  }
}
.about h3 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.about h3 img {
  max-width: 370px;
  width: 71.794vw;
}

body.popup-open {
  overflow: hidden;
}

.popup {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  width: 100vw;
  height: 100vh;
  height: calc(var(--vh, 1vh) * 100);
  background: rgba(184, 184, 184, 0.7);
  z-index: 9999;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.popup.active {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.popup .popup-content {
  background: #fff;
  padding: 16px;
  max-width: 640px;
  width: 93.333vw;
  margin: 0 auto;
  position: relative;
}
@media (min-width: 600px) {
  .popup .popup-content {
    padding-bottom: 48px;
  }
}
.popup .popup-content h3 {
  margin: 35px auto 0;
  padding: 32px 0;
  max-width: 370px;
  width: 66.153vw;
}
@media (min-width: 600px) {
  .popup .popup-content p {
    width: -webkit-max-content;
    width: -moz-max-content;
    width: max-content;
    margin: 0 auto;
  }
}
.popup .popup-close {
  position: absolute;
  width: 35px;
  right: 16px;
}
@media (min-width: 600px) {
  .popup .popup-close {
    width: initial;
  }
}

.banner {
  background: rgba(45, 52, 48, 0.9);
  margin-bottom: 48px;
  padding: 32px 0;
}
@media (min-width: 600px) {
  .banner {
    padding: 48px 0;
  }
}
.banner ul {
  max-width: 912px;
  width: 93.333vw;
  margin: 0 auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 16px;
}
@media (min-width: 600px) {
  .banner ul {
    gap: 32px;
  }
}
@media (min-width: 600px) {
  .banner ul li {
    width: calc((100% - 32px) / 2);
  }
}/*# sourceMappingURL=index.css.map */