/* ===============================================================================
HeaderArea
=============================================================================== */
a img{
  border:none;
  outline:none;
}
*:focus {
  outline: none;
}
main .header{
  max-width: 1000px;
  margin: 0 auto;
}
header{
  background: url(/store/nori/2021/images/bg_top.jpg) no-repeat;
  background-size: cover;
  background-position: center top;
  height: 100vh;
  height: calc(var(--vh, 1vh) * 100);
  text-align: center;
  position: relative;
}
header .hobo{
  padding-top: 15px;
}
header h1{
  background: url(/store/nori/2021/images/ttl_main.png) no-repeat;
  background-size: contain;
  width: 24%;
  height: 0;
  padding-top: 32.7%;
  overflow: hidden;
  text-indent: 100%;
  white-space: nowrap;
  position: absolute;
  top: 50px;
  left: 3.38%;
}
header .info{
  background-color: #b00019;
  color: #ffffff;  
  font-size: 3.2rem;
  padding: .3em 0;
  font-weight: bold;
  width: 100%;
  position: absolute;
  bottom: 0;
}
.nav{
  width: 1000px;
  height: 70px;
  background-color: #ffffff;
  position: fixed;
  z-index: 10;
  -webkit-box-shadow: 0 0 15px 5px rgba(0,0,0,.1);
          box-shadow: 0 0 15px 5px rgba(0,0,0,.1);
}
.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: 1000px;
  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-top: 20px;
  padding: 0;
  list-style: none;
}
.global-nav__item {
  text-align: center;
  padding: 2vh 14px;
}
.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: 1140px) {
  .modaal-gallery-prev {
    left: 2vw;
  }
  .modaal-gallery-next {
    right: 2vw;
  }
}
@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: .8em 0;
  }
  .global-nav__item a{
    font-size: 1.4rem;
  }
  header{
    background: url(/store/nori/2021/images/bg_top_sp.jpg) no-repeat;
    background-size: cover;
    background-position: center;
  }
  header h1{
    width: 43.75%;
    padding-top: 58.7%;
  }
  header .info{
    font-size: 1.6rem;
  }
  main .top{
    padding-top: 50px !important;
  }
}
@media screen and (max-width: 640px){
  br:not(.sp-br){
    display: none;
  }
}
/* ===============================================================================
ContentsArea
=============================================================================== */
main .top{
  max-width: 1000px;
  margin: 0 auto;
  padding-top: 70px;
  position: relative;
}
main h1{
  width: 100%;
  height: 0;
  padding-top: 45%;
  overflow: hidden;
  text-indent: 100%;
  white-space: nowrap;
}
main .top h2{
  position: absolute;
  height: 0;
  overflow: hidden;
  text-indent: 100%;
  white-space: nowrap;
}
#attention main h1{
  background: url(../images/ttl_attention.jpg) no-repeat;
  background-size: contain;
}
#taste main h1{
  background: url(../images/ttl_taste.jpg) no-repeat;
  background-size: contain;
}
#about main h1{
  background: url(../images/ttl_about.jpg) no-repeat;
  background-size: contain;
}
#from main h1{
  background: url(../images/ttl_from.jpg) no-repeat;
  background-size: contain;
}
#about2022 main h1{
  background: url(../images/ttl_2022.jpg) no-repeat;
  background-size: contain;
}
#form main h1{
  background: url(../images/ttl_form.jpg) no-repeat;
  background-size: contain;
}
#form .top h2.pre{
  width: 359px;
  padding-top: 12.8%;
  background: url(../images/ttl_form-pre.png) no-repeat;
  background-size: contain;
  bottom: 95px;
}
#form .top h2{
  width: 500px;
  padding-top: 12.7%;
  background: url(../images/ttl_form-sale.png) no-repeat;
  background-size: contain;
  bottom: 95px;
}
.contents{
  font-family: "Futo Min A101 JIS2004", serif;
  font-size: 1.6rem;
  line-height: 1.8;
  letter-spacing: .03em;
  max-width: 1000px;
  margin: 0 auto;
  padding: 85px 0 150px;
  background-color: #ffffff;
}
.contents div, .contents h2, .contents h3{
  max-width: 530px;
  width: 95%;
  margin: 0 auto 1em;
  -webkit-transform: rotate(.05deg);
          transform: rotate(.05deg);
}
.contents h3{
  font-size: 3rem;
  margin: 0 auto;
}
.contents h2{
  font-size: 2.3rem;
  line-height: 1.5;
  color: #24561f;
  padding: 1em 0 0;
}
.contents div.image{
  max-width: 520px;
  width: 100%;
  padding-top: 1em;
  padding-bottom: 1em;
}
#about2022 .contents div.notice {
  font-size: 2rem;
  font-family: 'Futo Min A101', serif;
  color: #24561f;
  margin: -30px auto 60px;
  text-align: center;
}
@media screen and (max-width: 640px){
  main .header img{
    width: 40%;
  }
  .contents{
    font-size: 1.5rem;
    padding: 45px 0 70px;
  }
  .contents h2{
    font-size: 1.8rem;
  }
  #form .top h2,
  #form .top h2.pre{
    width: 60%;
    padding-top: 15.7%;
    bottom: 30px;
  }
  #about2022 .contents div.notice {
    font-size: 1.4rem;
    margin: -1em auto 30px;
  }
}
hr{
  border-color: #000;
  margin: 3em auto;
  max-width: 680px;
}
.contents div span{
  display: block;
  font-size: 80%;
  color: #666666;
  padding-top: 1em;
}
.contents a{
  color: #a30019;
}
.center{
  text-align: center;
}
.contents div.video{
  max-width: 800px;
  width: 95%;
  margin: 50px auto;
}
.contents div.video div{
  max-width: 100%;
  width: 100%;
  position: relative;
  padding-bottom: 56.25%;
  height: 0;
  overflow: hidden;
  margin: 0 auto .5em;
}
.contents div.video iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.contents .taste {
  max-width: 600px;
  width: 95%;
  margin: 0 auto 1em;
}
.taste dl {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin: 0 auto;
  font-size: 1.5rem;
  margin-bottom: 70px;
}
.taste dl dt{
  width: 22%;
}
.taste dl dt img{
  height: 95px;
}
.taste dl dt.icon-b img{
  height: 105px;
}
.taste dl dd {
  width: 78%;
  word-break: normal;
}
.items{
  padding: 90px 0;
}
#about2022 .menu ul {
  list-style: none;
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  gap: 18px;
}
#about2022 .menu {
  max-width: 790px;
  margin-bottom: 75px;
}

#about2022 .menu a:hover {
  position: relative;
  opacity: 1;
}
#about2022 .menu a span {
  display: none;
  position: absolute;
  padding-top: 0;
}
#about2022 .menu a span img {
  width: 60px;
}
#about2022 .menu a:hover span {
  border: none;
  display: block;
  top: 17px;
  left: 17px;
}
#about2022 .menu a.neko:hover span {
  top: 0;
}
#about2022 .contents .gallery img {
  width: 100%;
}
#about2022 .contents .gallery {
  width: 402px;
  margin: 0 auto 80px;
  display: block;
}
#about2022 .modal {
  display: none;
}
#about2022 .products {
  padding-top: 40px;
}
 #about2022 .products > div {
  padding: 20px 50px;
}
#about2022 .products div span{
  display: inline;
  color: inherit;
}
#about2022 .products > div > span{
  font-size: 120%;
  font-weight: bold;
}
#about2022 .products span.big {
  font-size: 137.5%;
}
.modaal-close:focus:after, .modaal-close:focus:before, .modaal-close:hover:after, .modaal-close:hover:before {
  background: #000;
}
.modaal-image .modaal-container, .modaal-gallery-item {
  max-width: 900px;
}
.modaal-gallery-control:focus:after, .modaal-gallery-control:focus:before, .modaal-gallery-control:hover:after, .modaal-gallery-control:hover:before {
  background: #000;
}
#form .contents{
  text-align: center;
  padding: 85px 0 40px;
}
#form .flex{
  max-width: 860px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: distribute;
      justify-content: space-around;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
#form .flex .nori{
  width: 50%;
}
#form div.nori{
  margin: 0 auto 100px;
}
#form .nori h3{
  font-size: 2rem;
}
#form .nori h3.txt{
  padding-top: 10px;
  padding-bottom: 10px;
}
#form .nori h3 img{
  height: 56px;
}
#form .nori img.item_img{
  width: 170px;
}
#form .nori img.items_img{
  width: 354px;
}

#form .nori p{
  font-size: 1.4rem;
  padding: 10px 0 30px;
}
#form .nori .price{
  width: 100%;
  line-height: 1.2;
  padding: 20px 0 5px;
}
#form .contents div span{
  display: inline-block;
  font-size: 120%;
  color: #000;
}
#form .contents div span.tax{
  font-size: 1.2rem;
}
#form .cart{
  font-family: 'Koburina Gothic W6 JIS2004','Helvetica','Arial',sans-serif;
}
#form a.cart_btn{
  background-color: #a50019;
  color: #ffffff;
  font-size: 1.3rem;
  border-radius: 30px;
  padding: .5em 1em;
}
#form .sold a.cart_btn{
  background-color: #666666;
  pointer-events: none;
}
#form a.cart_btn:before {
  content: '';
  background-image: url(../images/icon_cart.png);
  width: 23px;
  height: 14px;
  background-size: contain;
  display: inline-block;
  vertical-align: middle;
  position: relative;
  margin-right: 5px;
}
#form a.cart_btn.sold:before{
  display: none;
}
#form .contents div span.stock{
  display: block;
  font-size: 1.2rem;
  padding-top: .5em;
}
#taste .contents div, #taste .contents h2, #taste .contents h3{max-width: 450px;}
#taste .contents div.image {
  max-width: 525px;
}

@media screen and (max-width: 768px){
  #form .nori p{
    font-size: 1.3rem;
  }
}
@media screen and (max-width: 640px){
  main h1 {
    padding-top: 94.4%;
  }
  #attention main h1 {
    background: url(../images/ttl_attention.jpg) no-repeat;
    background-size: contain;
    padding-top: 45%;
  }
  #about main h1 {
    background: url(../images/ttl_about_sp.jpg) no-repeat;
    background-size: contain;
  }
  #taste main h1 {
    background: url(../images/ttl_taste_sp.jpg) no-repeat;
    background-size: contain;
  }
  #from main h1 {
    background: url(../images/ttl_from_sp.jpg) no-repeat;
    background-size: contain;
  }
  #about2022 main h1 {
    background: url(../images/ttl_2022_sp.jpg) no-repeat;
    background-size: contain;
  }
  #form main h1 {
    background: url(../images/ttl_form_sp.jpg) no-repeat;
    background-size: contain;
    padding-top: 62.533%;
  }
  #form .top h2 {
    font-size: 1.5rem !important;
    padding: 1.7em 0 !important;
    line-height: 1.5 !important;
    background-color: rgba(255,255,0,1) !important;
    position: relative;
    bottom: initial;
    text-align: center;
  }
  .contents div, .contents h2, .contents h3{
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
  }  
  .items {
    padding: 60px 0 90px;
  }
  .contents div span{
    padding-top: 0;
  }
  hr {
    margin: 2em auto;
    max-width: 95%;
  }
  .taste dl{
    display: block;
    margin-bottom: 50px;
  }
  .taste dl dt{
    width: 100%;
    margin-bottom: 1em;
  }
  .taste dl dd{
    width: 100%;
  }
  .taste dl dt img {
    width: 60px;
    height: auto;
  }
  #form .contents{
    padding: 40px 0;
  }
  #form div.nori{
    width: 85%;
    margin: 0 auto 50px;
  }
  #form .flex{
    width: 80%;
    display: block;
  }
  #form .flex .nori{
    width: 100%;
  }
  #form .nori p{
    text-align: left;
  }
  #yokoku .contents {
    padding: 0 0 10px;
  }
  #about2022 .contents .gallery {
    width: 100%;
  }
  #about2022 .products > div {
    padding: 40px 0 0;
  }  
  /* .modaal-image .modaal-inner-wrapper {
    padding-left: 2.5%;
    padding-right: 2.5%;
  }
  .modaal-gallery-next {
    right: 2.5%;
  }
  .modaal-gallery-prev {
    left: 2.5%;
  } */
}