html {
  scroll-behavior: smooth;
  font-size: 62.5%;
}
body {
  font-family: "Shuei Mincho M", serif;
  font-size: 1.5rem;
  line-height: 2.0666666667;
  letter-spacing: 1.35px;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  background-color: #FFFCE2;
  overflow-x: hidden;
}
body:not(.yokoku) main {
  background: url(/store/nori/2024/images/bg_main.jpg) repeat-y;
  background-size: 100% auto;
  max-width: 950px;
  margin-bottom: 58px;
}
body:not(.yokoku) main:after {
  background: url(/store/nori/2024/images/bg_main-bottom.png) no-repeat;
  background-size: 100% auto;
  max-width: 950px;
}
.ff-b {
  font-family: "Shuei Mincho B", serif;
}
hr{
  /* border: #24561F .5px dashed; */
  border: none;
  margin: 3em auto;
  max-width: 550px;
  height: 1px;
  background-image: linear-gradient(to right, #24561F 4px, transparent 4px);
  background-size: 8px 1px;
  background-repeat: repeat-x;
  background-position: left bottom;
}
.nav{
  font-family: 'Koburina Gothic W6 JIS2004',sans-serif;
  width: 900px;
  height: 70px;
  background-color: #ffffff;
  position: fixed;
  z-index: 10;
}
.nav .logo{
  display: table-cell;
  height: 70px;
  vertical-align: middle;
  padding-left: 30px;
  text-align: right;
  z-index: 300;
  position: relative;
}
.global-nav {
  position: fixed;
  top: -1000px;
  width: 900px;
  padding-top: 50px;
  background-color: #ffffff;
  -webkit-transition: all .6s;
  transition: all .6s;
  z-index: 200;
  overflow-y: auto;
}
.hamburger {
  position: absolute;
  right: 25px;
  top: 5px;
  width: 45px;
  height: 45px;
  cursor: pointer;
  z-index: 300;
}
.global-nav__list {
  margin: 20px auto;
  padding: 0;
  list-style: none;
}
.global-nav__item {
  text-align: center;
  padding: .8em;
}
.global-nav__item a {
  padding: 10px 0;
  line-height: 0;
  font-size: 1.8rem;
  color: #24561f;
  font-weight: bold;
}
.global-nav__item.store a {
  color: #000;
}
.hamburger__line {
  position: absolute;
  width: 40px;
  height: 2px;
  background-color: #000;
  -webkit-transition: all .6s;
  transition: all .6s;
}
.hamburger__line--1 {
  top: 20px;
}
.hamburger__line--2 {
  top: 30px;
}
.hamburger__line--3 {
  top: 40px;
}
.black-bg {
  position: fixed;
  left: 0;
  top: 0;
  width: 100vw;
  height: 100vh;
  z-index: 100;
  background-color: #000;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: all .6s;
  transition: all .6s;
  cursor: pointer;
}
.nav-open .global-nav {
  top: 0;
}
.nav-open .black-bg {
  opacity: .8;
  visibility: visible;
}
.nav-open .hamburger__line--1 {
  -webkit-transform: rotate(45deg);
      transform: rotate(45deg);
  top: 21px;
}
.nav-open .hamburger__line--2 {
  width: 0;
  left: 50%;
}
.nav-open .hamburger__line--3 {
  -webkit-transform: rotate(-45deg);
      transform: rotate(-45deg);
  top: 21px;
}
@media screen and (max-width: 980px) {
  .nav{
    width: 100%;
    height: 50px;
  }
  .nav .logo{
    width: 100%;
    height: 50px;
    padding-left: 4%;
    text-align: left;
  }
  .nav .logo img{
    width: 35.781%;
  }
  .hamburger{
    width: 38px;
    height: 38px;
    right: 3%;
    top: 15%;
  }
  .hamburger__line{
    left: 8px;
    width: 20px;
  }
  .hamburger__line--1 {
    top: 11px;
  }
  .hamburger__line--2 {
    top: 18px;
  }
  .hamburger__line--3 {
    top: 25px;
  }
  .nav-open .hamburger__line--1{
    top: 18px;
  }
  .nav-open .hamburger__line--3{
    top: 18px;
  }
  .global-nav{
    width: 100%;
    padding-top: 20px;
  }
  .global-nav__list{
    margin-top: 4vh;
  }
  .global-nav__item{
    padding: .4em 0;
  }
  .global-nav__item a{
    font-size: 1.4rem;
  }
}
footer {
  font-size: 1rem;
  letter-spacing: 0.9px;
  font-family: Helvetica, Arial, sans-serif;
  padding: 70px 0;
  background-color: #1A2B18;
}
footer a {
  color: #FFFCE2 !important;
}
@media (min-width: 601px) {
  footer {
    font-size: 1.2rem;
  }
}
footer ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  align-items: center;  
}
@media (max-width: 600px) {
  br:not(.sp-br){
    display: none;
  }
  .palt-sp {
    font-feature-settings: "palt";
    letter-spacing: .05em;
  }  
  footer ul {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}
footer .footer_share {
  max-width: 760px;
  margin: 0 auto;
  position: relative;
}
footer .footer_share ul {
  gap: 45px;
}
footer .footer_hobo {
  position: absolute;
  right: -0;
  top: 7px;
}
footer .footer_hobo .ico_home{
  margin-top: 2px;
  line-height: 1;
}
@media (max-width: 600px) {
  footer .footer_hobo {
    position: relative;
    top: 0;
    padding-top: 28px;
  }
  footer .footer_hobo .ico_home{
    margin-top: 0;
  }
}
footer .footer_hobo ul {
  gap: 25px;
}
footer .footer_store {
  font-family: "Koburina Gothic W6 JIS2004", sans-serif;
  padding-top: 2em;
}
@media (min-width: 601px) {
  body:not(.yokoku) main {
    margin-bottom: 100px;
  }  
  footer .footer_store {
    padding-top: 2em;
  }
}
footer .footer_store ul {
  width: 90vw;
  margin: 0 auto;
  gap: 0.2em 1.5em;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
@media (min-width: 601px) {
  footer .footer_store ul {
    gap: 0.5em 2em;
  }
}
footer .footer_store ul li {
  position: relative;
}
footer .ico_home span {
  margin: -8px 0 0 0;
  display: block;
  font-size: 38px;
}
footer .ico_home span::before {
  content: "\e923";
}
footer .copyright {
  text-align: center;
  padding-top: 50px;
}