/* ===============================================================================
HeaderArea
=============================================================================== */
a img{
  border:none;
  outline:none;
}
*:focus {
  outline: none;
}
main .header{
  max-width: 900px;
  margin: 0 auto;
}
header .hobo{
  padding-top: 15px;
}
header .info{
  background-color: #b00019;
  color: #ffffff;  
  font-size: 3.2rem;
  padding: .3em 0;
  font-weight: bold;
  width: 100%;
  position: absolute;
  bottom: 0;
}
@media screen and (max-width: 980px) {
  header .info{
    font-size: 1.6rem;
  }
  main .top{
    padding-top: 50px !important;
  }
}
/* ===============================================================================
ContentsArea
=============================================================================== */
main .top{
  max-width: 900px;
  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;
}
header h1 {
  background: none;
  width: auto;
  height: auto;
  text-indent: initial;
  margin: 0;
}
header h1 img {
  width: 100vw;
}
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;
}
#about2025 main h1{
  background: url(../images/ttl_2025.jpg) no-repeat;
  background-size: contain;
}
#furikake main h1{
  background: url(../images/ttl_furikake.jpg) no-repeat;
  background-size: contain;
}
.contents{
  line-height: 31px;
  letter-spacing: 1.35px;
  max-width: 900px;
  margin: 0 auto;
  padding: 50px 0 100px;
  background-color: #ffffff;
}
.contents div, .contents h2, .contents h3{
  max-width: 470px;
  width: 84%;
  margin: 0 auto 1em;
  -webkit-transform: rotate(.05deg);
          transform: rotate(.05deg);
}
.contents .products {
  max-width: 528px;
}
.contents h3{
  font-size: 3rem;
  margin: 0 auto;
}
.contents h2{
  font-size: 1.8rem;
  line-height: 1.5;
  font-family: "Shuei Mincho B", serif;
  color: #24561f;
  padding: 1em 0 0;
}
#taste .palt-sp {
  display: inline-block;
  padding-left: 1em;
}
@media screen and (min-width: 641px){
  .banner li img {
    border-radius: 15px;
  }
}
@media screen and (min-width: 820px){
  .contents h2 {
    white-space: nowrap;
  }
  .contents div, .contents h2, .contents h3 {
    white-space: nowrap;
  }
}
@media screen and (max-width: 640px){
  /* main .header img{
    width: 100%;
  } */
  .contents{
    padding: 45px 0 70px;
  }
  .contents h2{
    font-size: 1.8rem;
    padding: 1.5em 0 0;
  }
  .contents div.image {
    padding-top: 1em;
    padding-bottom: 1em;
  }
}
.contents div .ff25{
  font-size: 2.5rem;
  line-height: 1;
}
.contents div .ff20{
  font-size: 2rem;
}
.contents div .ff17{
  font-size: 1.7rem;
}
.contents div .ff15{
  font-size: 1.5rem;
}
.contents div .ff13{
  font-size: 1.3rem;
  line-height: 24px; /* 184.615% */
}
.contents div .ff11{
  font-size: 1.1rem;
}
.contents div .ff10{
  font-size: 1rem;
  font-feature-settings: "palt";
  letter-spacing: .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: 580px;
  width: 84%;
  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: 60px;
}
.taste dl dt{
  width: 13%;
}
.taste dl dt.icon-b img{
  height: 105px;
}
.taste dl dd {
  width: 87%;
  word-break: normal;
}
.taste .notice {
  max-width: 500px;
  width: 100%;
  margin: 0 auto;
  padding-bottom: 3em;
}
.taste h3 {
  font-size: 2.7rem;
  margin-left: 0;
  margin-bottom: .5em;
  color: #0d2e3a;
}
.taste h3 span {
  font-size: 1.8rem;
  color: #0d2e3a;
  display: inline;
}
/* .taste div.image {
  max-width: 400px;
  padding-top: 0;
  padding-bottom: 100px;
} */
/* #about .products span.big {
  font-size: 137.5%;
  display: inline;
  color: #000;
} */
.products > div > span {
  font-size: 120%;
  color: #000;
  font-weight: bold;
  display: inline;
}
.products > div {
  max-width: initial;
  width: initial;
  display: flex;
}
.products > div > div {
  max-width: initial;
  width: initial;
}
.products > div {
  width: max-content;
  margin: 0 auto;
}
.products .text {
  padding-top: 1.2em;
}
.products .shio {
  padding-top: 55px;
  text-align: center;
}
.products .shio + div {
  padding-top: 40px;
}
.products .furikake {
  text-align: center;
}
.items{
  padding: 90px 0;
}

#form .contents{
  text-align: center;
  padding: 72px 0 50px;
}
.contents div.memo{font-size: 1.2rem; margin: -30px auto 30px;line-height: 1.77;}
#form .flex{
  max-width: 820px;
  width: 90%;
  padding-top: 40px;
  display: flex;
  justify-content: flex-start;  
  flex-wrap: wrap;
}
#form .flex .nori{
  width: 50%;
}
#form div.nori{
  margin: 0 0 60px;
}
#form .nori h3{
  font-size: 2rem;
}
#form .nori h3.txt{
  padding-top: 10px;
  padding-bottom: 10px;
}

#form .nori h3 {
  font-family: 'Futo Min A101', serif;
  font-weight: bold;
  font-size: 2rem;
  line-height: 48px;
}
#form .nori h3 img{
  height: 40px;
  padding-left: 10px;
}
#form .nori img.item_img {
  width: 136px;
}
#form .nori img.items_img{
  width: 377px;
}
#form .nori p{
  font-family: 'Futo Min A101 JIS2004 AP', serif;
  font-size: 1.3rem;
  line-height: 19px; /* 146.154% */
  letter-spacing: 1.17px;
  padding: 15px 0 20px;
  -webkit-font-smoothing: subpixel-antialiased;
  -moz-osx-font-smoothing: auto;
}
#form .nori .price{
  width: 100%;
  line-height: 1.2;
  padding: 20px 0 5px;
}
#form .cart{
  font-family: 'Koburina Gothic W6 JIS2004','Helvetica','Arial',sans-serif;
}
#form a.cart_btn{
  background-color: #FC550E;
  color: #ffffff;
  font-size: 1.3rem;
  border-radius: 30px;
  padding: .5em 1em;
  border: none;
}
#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;
}
#form .contents div.notice{
  max-width: max-content;
  font-family: 'Futo Min A101 JIS2004 AP', serif;
  color: #24561F;
  font-size: 1.9rem;
}
/* #taste .contents div, #taste .contents h2, #taste .contents h3{max-width: 435px;} */
.contents div.image {
  max-width: 604px;
  width: 84%;
  padding-top: 1.5em;
  padding-bottom: 1.5em;
}
#about .contents div.image {
  max-width: 500px;
  width: 90%;
}
#from .contents div.image {
  text-align: center;
}
#about2025 .nori {
  max-width: 350px;
  width: 72.11vw;
  padding-top: 30px;
}
@media screen and (max-width: 640px){
  main h1 {
    padding-top: 100%;
  }
  #form main h1 {
    padding-top: 112.5%;
  }
  #attention main h1 {
    padding-top: 45%;
  }
  #taste main h1{
    background: url(../images/ttl_taste_sp.jpg) no-repeat;
    background-size: contain;
  }
  #furikake main h1{
    background: url(../images/ttl_furikake_sp.jpg) no-repeat;
    background-size: contain;
  }
  #about main h1{
    background: url(../images/ttl_about_sp.jpg) no-repeat;
    background-size: contain;
  }
  #from main h1{
    background: url(../images/ttl_from_sp.jpg) no-repeat;
    background-size: contain;
  }
  #about2025 main h1{
    background: url(../images/ttl_2025_sp.jpg) no-repeat;
    background-size: contain;
  }  
  .products > div {
    width: max-content;
  }
  .products .shio img {
    width: 174px;
  }
  .products .furikake + div {
    width: 100%;
  }
  .products .furikake + div div {
    width: 90%;
  }
  .products .furikake img {
    width: 174px;
  }
  .products .products_items {
    width: 110%;
    margin-left: -5%;
  }
  #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 .notice p {
    text-align: center;
  }
  .taste dl{
    display: block;
    margin-bottom: 30px;
    position: relative;
  }
  .taste dl dt{
    width: 100%;
    margin-bottom: 1em;
  }
  .taste dl dd{
    width: 100%;
  }
  .taste dl dt img {
    width: 50px;
    height: auto;
  }
  .taste h3 {
    position: absolute;
    top: 5px;
    left: 75px;
    width: auto;
  }
  .taste div.image {
    padding-bottom: 50px;
  }
  #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;
  }
  #form .contents div.notice{
    width: 85%;
    text-align: left;
    font-size: 1.6rem;
    line-height: 1.44;
    text-indent: -1em;
    padding-left: 1em;
  }
  #about2025 .nori {
    margin: 0 auto;
    padding-top: 20px;
  }  
}