@import url('https://fonts.googleapis.com/css2?family=Kiwi+Maru:wght@300;400;500&family=Noto+Sans+JP:wght@100..900&display=swap');

/*-----------------------------------------
-------------------------------------------
-------------------------------------------
-------------------------------------------

目次　※各々レスポンシブ対応あり

01 共通部分設定＆リセットCSS
02 ヘッダーの設定
03 コンテンツの設定
04 フッターの設定

-------------------------------------------
-------------------------------------------
-----------------------------------------*/

/*-----------------------------------------
01 共通部分設定＆リセットCSS
-------------------------------------------*/
body {
  padding: 0;
  margin: 0;
}

div.body {
  margin: auto;
  min-width: 1100px;
}

@media screen and (max-width:768px) {
  div.body {
    min-width: auto;
  }
}

div.body * {
  box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
}

.center {
  width: calc(100% - 20px);
  max-width: 1200px;
  margin: auto;
  text-align: center;
}
@media screen and (max-width:768px) {
  .center {
    max-width: 500px;
  }
}
.body a {
  transition: all 0.3s ease 0s;
  text-decoration: none;
}

.body a:hover {
  opacity: 1;
}

.body img {
  width: 100%;
  height: auto;
  vertical-align: top;
}
.body p,
.body a,
.body h1,
.body h2,
.body h3,
.body h4,
.body li,
.body span,
.body div {
  text-shadow: none;
  margin: auto;
  padding: 0;
  font-family: 'Noto Sans JP', sans-serif;
  background: none;
}

.body li {
  list-style: none;
}

.pc {
  display: block;
}

.sp {
  display: none;
}

@media screen and (max-width:768px) {
  .sp {
    display: block;
  }

  .pc {
    display: none;
  }
}


.fnt-main {
  font-family: 'Noto Sans JP', sans-serif;
}

:root {
  --red01:#d7000f;
  --brown01:#b38d50;
}

/*-----------------------------------------
01 共通部分設定＆リセットCSS　ここまで
-------------------------------------------*/

/*-----------------------------------------
02 ヘッダーの設定
-------------------------------------------*/

.headGrp div.wrap01{
  position: relative;
  overflow: hidden;
  padding: 0;
  background: url(https://d11w49g8ylcixs.cloudfront.net/resource/20251002/header_pattern.png)repeat center / 445px,url(https://d11w49g8ylcixs.cloudfront.net/resource/20251002/header_bg.png)no-repeat center / 2200px,linear-gradient(0deg,#e0ac30 10%, #fbedae 100%);
}
.headGrp div.wrap01::before,
.headGrp div.wrap01::after{
  content: "";
  display: block;
  width: 935px;
  height: 200px;
  background: url(https://d11w49g8ylcixs.cloudfront.net/resource/20251002/header_cloud.png)no-repeat center top / contain;
  position: absolute;
  bottom: 0;
  transform: translateX(-50%);
}
.headGrp div.wrap01::before{
  left: calc(50% - 750px);
}
.headGrp div.wrap01::after{
  left: calc(50% + 750px);
}
.headGrp div.deco{
  position: relative;
  z-index: 5;
  padding: 60px 0 40px;
  background: url(https://d11w49g8ylcixs.cloudfront.net/resource/20251002/header_deco.png)no-repeat center bottom / 1260px;
}
.headGrp div.wrap01 div.center{
  max-width: 550px;
}

.headGrp div.wrap02 {
position: relative;
height: 150px;
}

.headGrp div.wrap02 div.menu_Button{
  display: block;
  width: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background: var(--red01);
  z-index: 99;
}

ul.menu_ul{
  display: grid;
  grid-template-columns: repeat(5,auto);
  gap: 0;
  max-width: 1100px;
  margin: auto;
  padding: 0;
}
li.menu_li{
display: block;
width: 100%;
height: 100%;
padding: 0;
margin: auto;
}
li.menu_li a{
  display: block;
  color: #fff!important;
  text-align: center;
  line-height: 1.35;
  font-family: "Kiwi Maru", serif;
  font-size: 22px;
  font-weight: 500;
  padding: 2em 2em;
}
li.menu_li a:hover{
  color: #ffec96!important;
}
.headGrp div.wrap02 div.menu_Button.fixed_menu_Button{
  position: fixed;
}

.headGrp div.wrap02 div.menu_Button.fixed_menu_Button li.menu_li a{
  font-size: 18px;
padding: 0.75em 1em;
}

@media screen and (max-width:768px) {
  /* .headGrp div.wrap01 div.center{
    max-width: 768px;
  }
  .headGrp div.wrap01 div.center h1{
    width: 95%;
    max-width: 550px;
    margin: auto;
  } */

  .headGrp div.wrap01::before,
.headGrp div.wrap01::after{
  width: 450px;
  height: 95px;
}
.headGrp div.wrap01::before{
  left: calc(50% - 250px);
}
.headGrp div.wrap01::after{
  left: calc(50% + 250px);
}
   .headGrp div.wrap01 div.center{
    width: calc(100% - 40px);
    max-width: 500px;
   }
  .headGrp div.wrap01{
    background: url(https://d11w49g8ylcixs.cloudfront.net/resource/20251002/header_pattern.png) repeat center / 445px, url(https://d11w49g8ylcixs.cloudfront.net/resource/20251002/header_bg.png) no-repeat center / 2200px, linear-gradient(0deg, #e0ac30 10%, #fbedae 100%);
  }
  .headGrp div.deco{
    padding: 55px 0;
    background: url(https://d11w49g8ylcixs.cloudfront.net/resource/20251002/header_deco_sp.png) no-repeat center/ cover;
  }
}


/*-----------------------------------------
02 ヘッダーの設定　ここまで
-------------------------------------------*/

/*-----------------------------------------
03 コンテンツの設定
-------------------------------------------*/
/*背景*/
.mainGrp div.wrap{
  padding: 60px 0 80px;
  position: relative;
  overflow: hidden;
}
.mainGrp div.wrap div.center{
  
  position: relative;
  z-index: 9;
}
.mainGrp div.wrap::before,
.mainGrp div.wrap::after{
  content: "";
  display: block;
  width: 260px;
  height: 100px;
  position: absolute;
  transform: translate(-50%,-50%);
  z-index: 1;
}
.mainGrp div.wrap:nth-of-type(odd){
  background: url(https://d11w49g8ylcixs.cloudfront.net/resource/20251002/contents_pattern.png)repeat center / 445px ,#fcf7ee;
}
.mainGrp div.wrap:nth-of-type(odd)::before{
  background: url(https://d11w49g8ylcixs.cloudfront.net/resource/20251002/icon-cloud_01.png)no-repeat center / contain;
  top: 10vh;
  left: 10%;
}
.mainGrp div.wrap:nth-of-type(odd)::after{
  background: url(https://d11w49g8ylcixs.cloudfront.net/resource/20251002/icon-cloud_02.png)no-repeat center / contain;
  top: 50vh;
  left: 90%;
}
.mainGrp div.wrap:nth-of-type(odd) div.frame_about{
  background: #fcf7ee;
}
.mainGrp div.wrap:nth-of-type(even) div.frame_about{
  background: #fff;
}
.mainGrp div.wrap:nth-of-type(even)::before{
  background: url(https://d11w49g8ylcixs.cloudfront.net/resource/20251002/icon-cloud_02.png)no-repeat center / contain;
  top: 10%;
  left: 90%;
}
.mainGrp div.wrap:nth-of-type(even)::after{
  background: url(https://d11w49g8ylcixs.cloudfront.net/resource/20251002/icon-cloud_01.png)no-repeat center / contain;
  top: 50vh;
  left: 10%;
}

@media screen and (max-width:768px) {
  .mainGrp div.wrap:nth-of-type(odd)::after{
    top: 80vh;
  }
  .mainGrp div.wrap:nth-of-type(even)::before{
    top: 50vh;
  }
  .mainGrp div.wrap:nth-of-type(even)::after{
    top: 90vh;
  }
}
@media screen and (max-width:500px) {
  .mainGrp div.wrap:nth-of-type(odd)::before,
  .mainGrp div.wrap:nth-of-type(odd)::after,
  .mainGrp div.wrap:nth-of-type(even)::before,
  .mainGrp div.wrap:nth-of-type(even)::after{
    display: none;
  }
}

/*タイトル*/
h3.title_h3{
  font-family: "Kiwi Maru", serif;
  font-size: 28px;
  font-weight: 500;
  line-height: 1.35;
  padding-top: 110px;
  color: var(--red01);
  position: relative;
  margin-bottom: 1em;
}

h3.title_h3::after{
  content: "";
  display: block;
  width: 110px;
  height: 110px;
  position: absolute;
  top: 5px;
  left: 50%;
  transform: translateX(-50%);
}
div.wrap01 h3.title_h3::after{
background: url(https://d11w49g8ylcixs.cloudfront.net/resource/20251002/logo_01.png)no-repeat center / contain;
}
div.wrap02 h3.title_h3::after{
background: url(https://d11w49g8ylcixs.cloudfront.net/resource/20251002/logo_02.png)no-repeat center / contain;
}
div.wrap03 h3.title_h3::after{
background: url(https://d11w49g8ylcixs.cloudfront.net/resource/20251002/logo_03.png)no-repeat center / contain;
}
div.wrap04 h3.title_h3::after{
background: url(https://d11w49g8ylcixs.cloudfront.net/resource/20251002/logo_04.png)no-repeat center / contain;
}
div.wrap05 h3.title_h3::after{
background: url(https://d11w49g8ylcixs.cloudfront.net/resource/20251002/logo_05.png)no-repeat center / contain;
}

@media screen and (max-width:768px) {
  h3.title_h3{
    padding-top: 80px;
    font-size: 26px;
  }
  h3.title_h3::after{
    width: 80px;
    height: 80px;
  }
}
@media screen and (max-width:450px) {
  .mainGrp div.wrap{
    padding: 40px 0 60px;
  }
h3.title_h3{
  font-size: 7vw;
}
}
/*フレーム付き説明文*/
div.frame_about{
  padding: 30px 40px 40px;
  position: relative;
  max-width: 775px;
  margin:10px auto 40px;
}
div.frame_about::before,
div.frame_about::after{
  content: "";
  display: block;
  width: 100%;
  height: 85px;
  position:absolute;
  z-index: 1;
}
div.frame_about::before{
  top: 0;
  left: 0;
  background: url(https://d11w49g8ylcixs.cloudfront.net/resource/20251002/frame.png)no-repeat top left / 85px,url(https://d11w49g8ylcixs.cloudfront.net/resource/20251002/frame_2.png)no-repeat top right / 85px;
}
div.frame_about::after{
  bottom: 0;
  left: 0;
  background: url(https://d11w49g8ylcixs.cloudfront.net/resource/20251002/frame.png)no-repeat bottom left / 85px,url(https://d11w49g8ylcixs.cloudfront.net/resource/20251002/frame_2.png)no-repeat bottom right / 85px;
  transform: scale(1,-1);
}
div.frame_about p,
div.frame_about h4{
  font-family: "Kiwi Maru", serif;
  font-weight: 500;
  color: var(--brown01);
  letter-spacing: 0.05em;
}
div.frame_about h4{
  font-size: 30px;
  margin-bottom: 0.35em;
}
div.frame_about p{
  font-size: 20px;
  position: relative;
  z-index: 10;
}
@media screen and (max-width:768px) {
  div.frame_about{
    padding: 25px 30px 30px;
  }
  div.frame_about::before,
div.frame_about::after{
  height: 45px;
}
div.frame_about::before{
  background: url(https://d11w49g8ylcixs.cloudfront.net/resource/20251002/frame.png)no-repeat top left / 45px,url(https://d11w49g8ylcixs.cloudfront.net/resource/20251002/frame_2.png)no-repeat top right / 45px;
}
div.frame_about::after{
  background: url(https://d11w49g8ylcixs.cloudfront.net/resource/20251002/frame.png)no-repeat bottom left / 45px,url(https://d11w49g8ylcixs.cloudfront.net/resource/20251002/frame_2.png)no-repeat bottom right / 45px;
}

 div.frame_about h4{
  font-size: 24px;
 }
 div.frame_about p{
  font-size: 15px;
  text-align: justify!important;

 }
 div.frame_about p br{
  display: none;
 }
}

@media screen and (max-width:450px) {
div.frame_about h4{
  font-size: 7vw;
}
}
/*商品一覧*/
div.productGrp h3{
  background: var(--brown01);
  color: #fff;
  font-family: "Kiwi Maru", serif;
  font-weight: 500;
  font-size: 26px;
  line-height: 1.35;
  padding: 0.35em;
  margin-bottom: 1em;
}


div.product_list{
  padding: 20px 0 60px;
  display: grid;
  gap: 10px;
}
div.productGrp:last-of-type div.product_list{
  padding-bottom: 0;
}
div.product_list.list_01{
  max-width: 267px;
  grid-template-columns: repeat(1,1fr);
}
div.product_list.list_02{
  max-width: 545px;
  grid-template-columns: repeat(2,1fr);
}
div.product_list.list_03{
  max-width: 822px;
  grid-template-columns: repeat(3,1fr);
}
div.product_list.list_04{
  max-width: 1100px;
  grid-template-columns: repeat(4,1fr);
}

div.product_list div.c-items5Col__item{
  display: flex;
  margin: 0;
  padding: 0;
  width: 100%;
}
div.product_list div.c-items5Col__item>a{
  width: 100%;
  display: flex;
  flex-direction: column;
  padding: 20px;
  border: 1px solid #ddd;
  margin: 0;
  background: #fff;
}
div.product_list div.c-items5Col__item>a:hover{
  opacity: 1;
  transform: translateY(-5px);
  background: #f7f1d7;
}
figure.c-items5Col__figure{
  height: auto;
  margin: 0 0 10px;
  border: none;
}
figure.c-items5Col__figure img{
  max-height: 100%;
    max-width: 100%;
    padding: 15px 10px;
    background: #fff;
}
div.c-items5Col__price{
  color: #d67100;
  font-size: 16px;
}
div.c-items5Col__productCode{
  font-size: 14px;
}
div.c-items5Col__priceTax{
font-size: 14px;
}
div.c-items5Col__name{
font-size: 14px;
font-weight: 700;
line-height: 1.3;
}


@media screen and (max-width:768px) {
  div.productGrp h3{
    font-size: 24px;
  }
div.product_list.list_02,
div.product_list.list_03,
div.product_list.list_04{
  max-width: 500px;
  grid-template-columns: repeat(2,1fr);
}
}
@media screen and (max-width:450px) {
   div.productGrp h3{
    font-size: 7vw;
    max-width: 300px;
    margin: auto;
  }
  div.product_list.list_01,
div.product_list.list_02,
div.product_list.list_03,
div.product_list.list_04{
  max-width: 300px;
  grid-template-columns: repeat(1,1fr);
}
}

/*-----------------------------------------
03 コンテンツの設定ここまで
-------------------------------------------*/

/*-----------------------------------------
04 フッターの設定
-------------------------------------------*/

@media screen and (max-width:1080px) {}

@media screen and (max-width:768px) {}

/*-----------------------------------------
04 フッターの設定ここまで
-------------------------------------------*/




      /*ハンバーガーメニュー-----------------------------*/
      #g-nav {
        /*position:fixed;にし、z-indexの数値を大きくして前面へ*/
        position: fixed;
        z-index: 999;
        /*ナビのスタート位置と形状*/
        top: 0;
        right: -120%;
        width: 25%;
        height: 100vh;
        /*ナビの高さ*/
        background:var(--brown01);
        /*動き*/
        transition: all 0.6s;
      }

      /*アクティブクラスがついたら位置を0に*/
      #g-nav.panelactive {
        right: 0;
      }

      /*ナビゲーションの縦スクロール*/
      #g-nav.panelactive #g-nav-list {
        /*ナビの数が増えた場合縦スクロール*/
        position: fixed;
        z-index: 999;
        width: 25%;
        height: 100vh;
        /*表示する高さ*/
        overflow: auto;
        -webkit-overflow-scrolling: touch;
      }

      /*ナビゲーション*/
      #g-nav ul {
        /*ナビゲーション天地中央揃え*/
        position: absolute;
        z-index: 999;
        top: 50%;
        left: 50%;
        transform: translate(-50%, -50%);
        width: 80%;
        max-width: 400px;
        padding-left: 0;
      }

      /*リストのレイアウト設定*/
      #g-nav li {
        list-style: none;
        text-align: center;
        padding: 0;
      }

      #g-nav li a {
        color: #fff;
        text-decoration: none;
        padding: 12px 0;
        display: block;
        text-transform: uppercase;
        letter-spacing: 0.1em;
        font-weight: bold;
        font-size: 24px;
        border-top: 1px dotted #fff;
      }
       #g-nav li:last-of-type a{
        border-bottom: 1px dotted #fff;
       }
      /*========= ボタンのためのCSS ===============*/
      div.openbtn {
        position: fixed;
        z-index: 9999;
        /*ボタンを最前面に*/
        bottom: 70px;
        right: -4px;
        cursor: pointer;
            width: 65px;
    height: 60px;
        background: var(--red01)!important;
        border: 3px solid #fff;
        border-radius: 3px 0 0 3px;
      }

      /*×に変化*/
      div.openbtn span {
        display: inline-block;
        transition: all .4s;
        position: absolute;
        left: 17px;
        height: 3px;
        border-radius: 2px;
        background-color: #fff;
        width: 45%;
      }

      div.openbtn span:nth-of-type(1) {
        top: 17px;
      }

      div.openbtn span:nth-of-type(2) {
        top: 30px;
      }

      div.openbtn span:nth-of-type(3) {
        top: 43px;
      }

      div.openbtn.active span:nth-of-type(1) {
        top: 26px;
        left: 22px;
        transform: translateY(6px) rotate(-45deg);
        width: 40%;
      }

      div.openbtn.active span:nth-of-type(2) {
        opacity: 0;
      }

      div.openbtn.active span:nth-of-type(3) {
        top: 38px;
        left: 22px;
        transform: translateY(-6px) rotate(45deg);
        width: 40%;
      }
      @media (max-width: 768px) {

        div.openbtn {
          width: 60px;
          height: 55px;
          bottom: 80px;
        }
        div.openbtn span{
          left: 15px;
        }
        div.openbtn span:nth-of-type(1){
          top: 15px;
        }
        div.openbtn span:nth-of-type(2){
          top: 25px;
        }
        div.openbtn span:nth-of-type(3){
          top: 35px;
        }
        div.openbtn.active span:nth-of-type(1){
          top: 18px;
          left: 17px;
        }
        div.openbtn.active span:nth-of-type(3){
          top: 30px;
          left: 17px;
        }
        #g-nav {
          width: 100%;
        }
        /*ナビゲーションの縦スクロール*/
        #g-nav.panelactive #g-nav-list {
          /*ナビの数が増えた場合縦スクロール*/
          width: 100%;
        }

      }
      @media (max-width: 450px) {
#g-nav li a{
  font-size: 6vw;
}
      }
      /*ハンバーガーメニューここまで---------------*/



/*チラシはこちらのボタン*/
div.flyerBtn{
  margin: 0 auto 20px;
  position: relative;
  z-index: 9;
}
div.flyerBtn a{
display: block;
width: calc(100% - 20px);
max-width: 400px;
margin: auto;
padding: 20px;
border-radius: 100px;
color: #fff;
font-size: 20px;
font-weight: 700;
text-align: center;
background: var(--red01);
}
div.flyerBtn a:hover{
  opacity: 0.8;
}
@media screen and (max-width:768px) {
  div.flyerBtn a{
font-size: 18px;
}
}
@media screen and (max-width:500px) {
  div.flyerBtn a{
font-size: 5vw;
}
}



/*スマ介_____EC-CUBE対策*/
main.l-container {
  width:100%;
}
.c-main{
  padding-bottom: 0 ;
  padding-left: 0;
  padding-right: 0;
}
#contentInner{
  width: auto;
  padding-bottom: 0;
}
#wide_main_contents{
  width: 100%;
}

.c-breadcrumb {
    width: 1200px;
    margin: auto;
  }
  @media (max-width: 1230px) {
    main.l-container {
      width:123rem;
    }
  }
@media (max-width: 768px) {
  .pc{
    display: none!important;
  }
  .sp{
    display: block;
  }
  .l-container{
    width:120rem;
  }
  #contentInner{
    width: 1200px;
    padding-bottom: 0;
  }
  #wide_main_contents{
    width:1200px
  }
}
