@charset "utf-8";
*{
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}



/* 横幅が1500px以上の時は内側は1400px以上にはならない */
/* @media(min-width:1500px){
    .area01{
        max-width: 1400px;
    }
} */


@media screen and (max-width: 1024px){
.hamburger , .globalMenuSp{
      display: block;
      display: none; /*20221108 Fujimaki*/
}
.header-nav-in{
  display: none;
}

/*　ハンバーガーボタン　*/
.hamburger {
  display : block;
  position: fixed;
  z-index : 3;
  right : 13px;
  top   : 12px;
  width : 42px;
  height: 42px;
  cursor: pointer;
  text-align: center;
}
.hamburger span {
  display : block;
  position: absolute;
  width   : 30px;
  height  : 2px ;
  left    : 6px;
  background : #555;
  -webkit-transition: 0.5s ease-in-out;
  -moz-transition   : 0.5s ease-in-out;
  transition        : 0.5s ease-in-out;
}
.hamburger span:nth-child(1) {
  top: 10px;
}
.hamburger span:nth-child(2) {
  top: 20px;
}
.hamburger span:nth-child(3) {
  top: 30px;
}

/* ナビ開いてる時のボタン */
.hamburger.active span:nth-child(1) {
  top : 16px;
  left: 6px;
  background : #fff;
  -webkit-transform: rotate(315deg);
  -moz-transform   : rotate(315deg);
  transform        : rotate(315deg);
}

.hamburger.active span:nth-child(2),
.hamburger.active span:nth-child(3) {
  top: 16px;
  background : #fff;
  -webkit-transform: rotate(-315deg);
  -moz-transform   : rotate(-315deg);
  transform        : rotate(-315deg);
}
nav.globalMenuSp {
  position: fixed;
  z-index : 2;
  top  : 0;
  left : 0;
  color: #fff;
  background: rgba(0,0,0,0.7);
  text-align: center;
  width: 100%;
  opacity: 0;
  transition: opacity .6s ease, visibility .6s ease;
}
nav.globalMenuSp ul {
  margin: 0 auto;
  padding: 0;
  width: 100%;
}
nav.globalMenuSp ul li {
  list-style-type: none;
  padding: 0;
  width: 100%;
  transition: .4s all;
}
nav.globalMenuSp ul li:last-child {
  padding-bottom: 0;
}
nav.globalMenuSp ul li:hover{
  background :#ddd;
}
nav.globalMenuSp ul li a {
  display: block;
  color: #fff;
  padding: 1em 0;
  text-decoration :none;
}
/* このクラスを、jQueryで付与・削除する */
nav.globalMenuSp.active {
  display: block; /*20221108 Fujimaki*/
  opacity: 100;

}
.footer-grid{
  width: 95vw;
}
.footer-nav{
  display: none;
}

}


@media screen and (max-width: 480px){
.sp{
  display: block;
}
.pc{
  display: none;
}
.header-logo{
  display: none;
}

/* TOPページ */
/* .header-logo{
  display: none;
}
.top-grid01 , .top-grid02 ,.footer-grid{
  grid-template-columns: 1fr;
}
.youtube{
  width: 90vw;
}
.top-grid01{
  padding: 0;
}
.top-grid02{
  padding: 0 1rem;
}
.top-text02{
  padding: 1rem 0 1rem 0;
}
.top-abo-img img:first-of-type{
  margin: 1rem 0;
} */

/* 商品一覧 */
/* .top-item-grid{
  grid-template-columns: 1fr;
  grid-row-gap: 3%;
}
.top-item a{
  margin-top: 9rem;
}
.top-wrapper03 {
  padding: 5rem 1rem 2rem 1rem;
} */

/* テイクアウト */
/* .top-take-grid{
  grid-template-columns: 1fr;
}
.top-wrapper04 {
  padding: 5rem 1rem 4rem 1rem;
} */

/* フッターページ */
/* .footer-grid{
  grid-template-columns: 1fr;
  grid-row-gap: 3%;
}
.footer_sns{
  display: none;
}
.footer-grid{
  padding: 3rem 0;
}
.footer-grid iframe{
  height: 35vh;
}
.footer-grid .footer-add{
  height: 65vh;
}
.footer-add{
  text-align: left;
}
.footer-copy02{
  letter-spacing: 0;
  text-align: center;
} */


/* 取り扱い商品 */
.item-wrapper02 {
  padding: 2rem 1rem 6rem 1rem;
}
.item-grid{
  grid-template-columns: 1fr;
  grid-row-gap: 3%;
}
.os-seller-grid{
  grid-template-columns: 1fr;
}
.os-postage {
  margin: 0 1rem 5rem 1rem;
}
.sp-pos-area{
  padding: 1rem 0;
}
.sp-pos-01{
  margin-top: 0.8rem;
}
/* マリモ */
.os-marimo-con{
  margin-bottom: 2rem;
}
.item-grid-point .os-marimo-grid {
  grid-template-columns: 1fr;
}
.item-grid-point {
  padding: 0 1rem;
}

.box {
  grid-template-columns: 1fr;    
}




}