
  html{
    scroll-behavior: smooth;
  }
  
  body {
    line-height: 1.5;
    font-size: 62.5%;
    font-family: '游明朝','Yu Mincho',YuMincho,'Hiragino Mincho Pro',serif!important;
    margin: auto;
    background-color: #fff;
  }

  .wrap{
    width: 90%;
    max-width: 1024px;
    margin: auto;
    margin-bottom: 80px;
    overflow:hidden;
}

  ol, ul {
    list-style: none;
    list-style-type: none;
  }

  a{
    text-decoration: none;
    color: #4a0000;
  }

.sp-br{
display: none;/*スマホ用改行*/
}



.pc { display: block !important; }/*pc表示*/
.sp { display: none !important; }/*スマホ非表示*/

/*==============
トップへ戻る
===============*/

#page-top {
  position: fixed;
  right: 10px;
  bottom: 20px;
  height: 50px;
  text-decoration: none;
  font-weight: bold;
  transform: rotate(90deg);
  font-size: 90%;
  line-height: 1.5rem;
  color: #fff;
  padding: 0 0 0 35px;
  border-top: solid 1px;
  mix-blend-mode: difference;
  
}
#page-top::before {
  content: "";
  display: block;
  position: absolute;
  top: -1px;
  left: 0px;
  width: 15px;
  border-top: solid 1px;
  transform: rotate(35deg);
  transform-origin: left top;
  mix-blend-mode: difference;

}
/***トップへ戻るボタンここまで***/
/*==============
ヘッダー
===============*/

.header-box {
  height: 85px;
}

header{
  box-shadow:0px 1px 5px 0px #b6b6b7;
  background: #fff;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 100;
}

.header-logo{
  width: 60px;
}

.header-nav{
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 90%;/*ページ全体の横幅調整*/
  max-width: 1024px;/*最大幅*/
  margin: auto;/*90%に対しての中央寄せ*/
}

.header-nav-item{
  display: inline-block;
  margin-left: 32px;
  padding: 20px 0;
}

.header-nav-item a{
  font-size: 1rem;
  font-weight: bold;
  transition-duration: 0.3s;
}

.header-about-btn{
  display: inline-block;
  font-size: 1rem;
  color: #fff;
  background: #4a0000;
  padding: 10px 20px;
  transition-duration: 0.3s;
}

.header-about-btn:hover{
  transform: scale(95%);
  border-radius:10px;
}

.header-logo{
  width: 160px;
  height: auto;
}

.drawer-menu{
  display: none;
}

/*==============
ファーストビュー
===============*/

  .fruit-top{
    width: 100vw;
    height: 700px;
    background-image: url(../img/fv-bg.jpg);
    background-repeat:no-repeat;
    background-position: center;
    background-size: cover;
    position: relative;
  }

  .basashi-top{
    width: 100vw;
    height: 700px;
    background-image: url(../img/fv-bg-b.jpg);
    background-repeat:no-repeat;
    background-position: center;
    background-size: cover;
    position: relative;
  }

.top-img{
width: 300px;
height: auto;
display: inline-block;
margin: auto;
display: block;
position: absolute;
top: 0;
bottom: 30%;
left: 0;
right: 0;
}

/*==============
挨拶文
===============*/

  .message{
    background: #EAF0F4;
    padding: 30px 0;
    margin-bottom: 50px;
  }

  .message-title{
font-weight: bold;
font-size: 1.6rem;
margin-bottom: 16px;

  }


  .message-text{
    text-align: center;
    margin: 5%;
    font-size: 1.2rem;
  }

/*==============
商品一覧
===============*/


/*メインお中元ギフトCSS*/
.main-gift{
    display: flex;
    justify-content: center;
    align-items: center;
    margin-top: 64px;
    text-align: left;
}

.main-gift-text ul li:first-child{
    font-size: 1.4rem;
    margin-bottom: 8px;
  }

.main-gift-text ul li:last-child{
    font-size: 1.5rem;
    color: brown;
    margin-top: 10px;
  }

.main-gift-text{
    width: 50%;
    word-wrap: break-word;
    display: inline-block;
    font-size: 1.2rem;
    padding-right: 5%;
    text-align: left;
}

.main-gift-title{
  margin-bottom: 10px;

}

.main-img{
  width: 100%;
  height: auto;  
  margin-top: 30px;  
}

.main-gift-img{
  width: 40%;
}

/*グリッドCSS*/

  .grid-container {
        display: grid;
        grid-template-columns: repeat(2, 1fr);
        grid-gap: 10px;
      }
    
      .grid-item {
        padding: 5%;
      }
    
      .grid-item:nth-child(4){
        margin-bottom: 100px;
      }
    
      .grid-item:nth-child(5){
        margin-bottom: 100px;
      } 
    
      .grid-item:nth-child(6){
        margin-bottom: 100px;
      } 

      /*商品詳細CSS*/
    
      .goods-title{
        font-size: 1.4rem;
        margin-bottom: 10px;
        text-align: center;
      }
    
      .goods-price{
        margin-bottom: 20px;
        font-size: 2rem;
        color: brown;
        text-align: left;
      }

      .goods-price span{
        margin-bottom: 20px;
        font-size: 1.2rem;
      }

      .goods-text{
        word-wrap: break-word;
        font-size: 1rem;
        text-align: left;
      }
    
      .goods-img{
        width: 100%;
        height: auto;
        place-items: center;
        padding: 10px 0;
      }

      /*購入ボタンCSS(短)*/
      .goods-btn-s {
        position: relative;
        padding: 1rem 2rem 1rem 1rem;
        color: #fff;
        font-weight: bold;
        text-decoration: none;
        background: rgb(247, 151, 25);
        font-size: 1.2rem;
        border-radius: 10px;
        text-align: center;

    }
    
    .goods-btn-s::after {
        position: absolute;
        right: 1.5rem;
        font-weight: 900;
        content: '▶︎';
        transition: 500ms;
    }
    
    .goods-btn-s:hover::after {
        right: 1rem;
    }

    /*購入ボタンCSS(長)*/
    .goods-btn-w {
        position: relative;
        padding: 2rem 2rem 2rem 1rem;
        color: #fff;
        font-weight: bold;
        text-decoration: none;
        background: rgb(247, 151, 25);
        font-size: 2rem;
        border-radius: 10px;
        margin: 40px 0 100px 0;
        text-align: center;

    }
    
    .goods-btn-w::after {
        position: absolute;
        right: 3rem;
        font-weight: 900;
        content: '▶︎';
        transition: 500ms;

    }
    
    .goods-btn-w:hover::after {
        right: 2rem;
    }

    .coffee-adjustment{
      margin-bottom: 68px;
    }

    footer{
background: #4a0000;
padding: 30px 0;
    }

    .copyright{
      color: #fff;
      text-align: center;
      font-size: 1rem;
    }



/*レスポンシブここから*/

    @media (max-width: 767px) {
     
      .header-box {
        height: 64px;
      }

      .sp-br{
        display: block;
        }

        br{
          display: none;
        }
        

/*商品一覧レスポンシブ*/
      .grid-container {
        display: grid;
        grid-template-columns: repeat(1, 1fr);
        grid-gap: 10px;
      }

      .grid-item:nth-child(4){
        margin-bottom: 24px;
      }
    
      .grid-item:nth-child(5){
        margin-bottom: 24px;
      } 
    
      .grid-item:nth-child(6){
        margin-bottom: 24px;
      } 

      .main-gift{
        display: flex;
        flex-direction: column-reverse;
        justify-content: center;
    }

    .main-gift-text ul li:first-child{
      font-size: 1.4rem;
      margin-bottom: 8px;
    }
  
  .main-gift-text ul li:last-child{
      font-size: 1.5rem;
      margin-top: 10px;
    }
  
  .main-gift-text{
      width: 90%;
      font-size: 1.2rem;
      padding-right: 5%;
      text-align: left;
  }
  
  .main-gift-title{
    margin-bottom: 10px;
  
  }
  
  .main-img{
    width: 100%;
    height: auto;  
    margin-top: 30px;  
  }
  
  .main-gift-img{
    width: 50%;
    margin-bottom: 48px;
  }



      /*購入ボタンCSS(長)*/
      .goods-btn-w {
        position: relative;
        padding: 1rem 2rem 1rem 1rem;
        color: #fff;
        font-weight: bold;
        text-decoration: none;
        background: rgb(247, 151, 25);
        font-size: 1.2rem;
        border-radius: 10px;
        text-align: center;

    }

    .header-nav{
      display: none;
    }


    .menu-btn {
      display: flex;
      flex-direction: column;
      justify-content: space-between;
      width: 30px;
      height: 20px;
      cursor: pointer;
      margin: 10px;
    }
    
    .menu-btn span {
      display: block;
      width: 100%;
      height: 3px;
      background-color: #000;
    }
    
/* メニューボタンのスタイル */
.menu-btn {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  width: 30px;
  height: 20px;
  cursor: pointer;
  margin: 24px 0 24px 24px;

}

.menu-btn span {
  display: block;
  width: 100%;
  height: 3px;
  background-color: #4a0000;
  z-index: 1;
}

.menu-btn.active span {
  background-color: #fff; /* ボタンを白色に変更 */
}


/* ドロワーメニューのスタイル */
.drawer-menu {
  position: fixed;
  top: 0;
  left: -100%;
  width: 70%;
  height: 100%;
  background-color: #4a0000;
  transition: left 0.3s ease-in-out;
  opacity: 0.9;
}

.drawer-menu ul {
  list-style-type: none;
  padding: 0;
  margin: 70px 0 0 30px;
}

.drawer-menu li {
  margin-bottom: 20px;
}

.drawer-menu a {
  text-decoration: none;
  color: #fff;
  font-size: 18px;
}

/* メニュー表示時のスタイル */
.drawer-menu.active {
  left: 0;
}

.drawer-menu{
  display: block;
}

/* コーヒーセット隙間調整 */
.coffee-adjustment{
  margin-bottom: 20px;
}

/* 商品サブ画像サイズ調整 */
.main-gift-img{
  width: 80%;

}

.goods-price{
margin-bottom: 10px;
}


.pc { display: none !important; }
.sp { display: block !important; }

    }
