body {
font-family: "Helvetica Neue", "Helvetica", "Hiragino Sans", "Hiragino Kaku Gothic ProN", "Arial", "Yu Gothic", "Meiryo", sans-serif;
width: 100%;
max-width: 1200px;
margin: auto;
color: #707070;
}

h2,h4{
text-align: center;
margin: 0px;
color:#7a959e;
}


.clear{
clear:both;
}

.red{
color:#ff0000;
}


/* デスクトップPCとスマホに適用するCSS */

p{
  margin: 0;
  padding: 0;
}

.top_back{
  position: relative;
 
}

.top_center{
position: absolute;
top: 50%;
left: 50%;
transform: translate(-50%, -50%);
}

a{
text-decoration: none;
}


@media only screen and ( max-width:600px ){

 .top_center{
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  }
  

 .top_back{
  position: relative;
  width: 100%;
  height: 700px;
  }

.top_back img{
  width: 100%;
  height: 100%;
  object-fit: cover;
}

}

/* ナビゲーション */


#menu{
  width: 100%;
  max-width: 1200px;
  margin: 0 auto;
  padding: 0;
}
#menu li{
  display: block;
  float: left;
  width: 25%;
  margin: 0;
  padding: 0; }
#menu li a{
  display: block;
  padding: 15px 0 10px;
  background: #FCF8E7;
  color: #707070;
  text-align: center;
  text-decoration: none;
}
#menu li a:hover{
  background: #F3E7B4;
}

/* クーポン */

#coupon{
 background:#7A959E;
 color: #fff;
 font-size: 1.2rem;
 margin:auto;

}

#coupon h2{
 color: #fff;
 }

.icon_img{
  text-align: center;
  padding: 50px 0px 60px 0px;
}

.off10{
  text-align: center;
  padding: 0px 0px 10px 0px;
}

.whet{
  text-align: center;
  font-size: 1.8rem;
  
}

.gold{
  text-align: center;
  font-size: 1.8rem;
  color:#BCA21C;
  
}

.caution{
  width: fit-content;
  margin:0 auto;
  padding: 20px 5px;
  
}

.caution ul {
  margin:30px 0px;
}


.caution li {
  list-style: square;
  text-decoration: none;
  margin:0px;
  line-height: 3.0rem;
}


@media only screen and ( max-width:600px ){

 .icon_img img{
  max-width: 30%;
  }
  
  .off10 img{
  max-width: 80%;
  }
  
  .whet{
  text-align: center;
  font-size: 1rem;
  }
  
  .gold{
  text-align: center;
  font-size: 1rem;
  color:#BCA21C;
  }
  
  .caution li {
  list-style: square;
  text-decoration: none;
  margin:0px;
  line-height: 1.8rem;
  }
  
}

/* 購入特典 */

#benefits{
  background:#E0EBEF;
  font-size: 1.2rem;
  padding-bottom: 10px;
  
}

.triangle{
  margin:0 auto;
  width: 0;
  height: 0;
  border-style: solid;
  border-right: 60px solid transparent;
  border-left: 60px solid transparent;
  border-top: 60px solid #7a959e;
  border-bottom: 0;
}

.notriangle{
  margin:0 auto;
  width: 0;
  height: 20px;
}

.ichigo{
  border-radius:10px;
  background-color: #fff;
  width:95%;
  margin:20px auto;
  padding-bottom: 30px;
  color:#707070;
  }
  
.ichigo h2{
  font-size: 2.5rem;
  }
  
.ichigo_img{
  position: relative;
}

.ichigo_red{
position: absolute;
top: 50%;
left: 80%;
width: 30%;
transform: translate(-50%, -50%);
}
  
.red_caution{
   text-align: center;
   color:#ff0000;
   font-size: 1.5rem;
   }
  
   
  #benefits .calender_img{
  margin:20px auto;
  text-align: center;
  }

  #benefits .calender_img img{
  max-width: 60%;
  }

#benefits .button001 a {
    background: #7a959e;
    border-radius: 6px;
    position: relative;
    display: flex;
    justify-content: space-around;
    align-items: center;
    margin: 20px auto;
    max-width:400px;
    padding: 20px 25px;
    color: #ffffff;
    transition: 0.3s ease-in-out;
    font-weight: 500;
    text-align: center;

}
#benefits .button001 a:hover {
    background: #E0EBEF;
    color: #7a959e;
}
#benefits .button001 a:after {
    content: '';
    width: 5px;
    height: 5px;
    border-top: 4px solid #ffffff;
    border-right: 4px solid #ffffff;
    transform: rotate(45deg) translateY(-50%);
    position: absolute;
    top: 50%;
    right: 20px;
    border-radius: 1px;
    transition: 0.3s ease-in-out;
}
#benefits .button001 a:hover:after {
    border-color: #7a959e;
}

@media only screen and ( max-width:600px ){


  .ichigo h2{
  font-size: 1.5rem;
  }
  
  #benefits .icon_img img{
  max-width: 60%;
  }
  
  #benefits .ichigo_img{
  margin: 30px 0px;
  }
  
  .red_caution{
   text-align: center;
   color:#ff0000;
   font-size: 0.9rem;
   }

   .button001 a {
    background: #7a959e;
    border-radius: 6px;
    position: relative;
    display: flex;
    justify-content: space-around;
    align-items: center;
    margin: 10px auto;
    max-width:80%;
    padding: 20px 25px;
    color: #ffffff;
    transition: 0.3s ease-in-out;
    font-weight: 500;
}
.button001 a:hover {
    background: #E0EBEF;
    color: #7a959e;
}
.button001 a:after {
    content: '';
    width: 5px;
    height: 5px;
    border-top: 4px solid #ffffff;
    border-right: 4px solid #ffffff;
    transform: rotate(45deg) translateY(-50%);
    position: absolute;
    top: 50%;
    right: 20px;
    border-radius: 1px;
    transition: 0.3s ease-in-out;
}
.button001 a:hover:after {
    border-color: #7a959e;
}
  
} 


/* ベストセラー */

#best h2{
  font-size: 2.5rem;
  }

#best .pbox{
  margin-bottom: 100px;
 }
 
/* パソコンで見たときは"pc"のclassがついた画像が表示される 
.pc { display: block !important; }
.sp { display: none !important; }
 */
/* スマートフォンで見たときは"sp"のclassがついた画像が表示される 
@media only screen and (max-width: 600px) {
    .pc { display: none !important; }
    .sp { display: block !important; }
}
  */
@media only screen and (min-device-width: 600px) { 

#best .pbox{
  margin-bottom: 100px;
 }
  
#best .left_img{
    float:left;
    width:60%;
  } 
  
#best .rightbox{
    float:left;
}

#best .catch{
    color:#BCA21C;
    font-size: 2rem;
    font-weight: 500;
    margin: 25px 0px 20px 0px;
}

#best .setsumei{
    margin:30px 0px 40px 0px;
    font-size: 1.3rem;
}

#best h3{
    margin:10px 0px 0px 10px;
    margin-bottom: 0px;
    font-size: 1.8rem;

}
  
#best .price{
    margin:0px 0px 10px 10px;
    font-size: 1.8rem;
}

.button001 a {
    background: #7a959e;
    border-radius: 6px;
    position: relative;
    display: flex;
    justify-content: space-around;
    align-items: center;
    margin: 10px 0px;
    max-width:400px;
    padding: 20px 25px;
    color: #ffffff;
    transition: 0.3s ease-in-out;
    font-weight: 500;
    font-size: 1.5rem;
}

.button001 a:hover {
    background: #E0EBEF;
    color: #7a959e;
}
.button001 a:after {
    content: '';
    width: 5px;
    height: 5px;
    border-top: 4px solid #ffffff;
    border-right: 4px solid #ffffff;
    transform: rotate(45deg) translateY(-50%);
    position: absolute;
    top: 50%;
    right: 20px;
    border-radius: 1px;
    transition: 0.3s ease-in-out;
}
.button001 a:hover:after {
    border-color: #7a959e;
}

}
  
  
@media only screen and ( max-width:600px ){


  #best .icon_img img{
  max-width: 15%;
  margin: 0px 0px 0px 0px;
  }
  
  #best h2{
  font-size: 1.5rem;
  margin-bottom: 30px;
  }
  
  #best .pbox{
  margin-bottom: 30px;
  
  }


  #best .catch{
    color:#BCA21C;
    font-size: 1.5rem;
    font-weight: 500;
    text-align: center;
  }
  
  #best .left_img{
    text-align: center;
  }
  
  #best .setsumei{
    margin:10px;
  }

  #best h3{
    margin:10px 0px 0px 10px;
    margin-bottom: 0px;
  }
  
  #best .price{
    margin:0px 0px 10px 10px;
    font-size: 1.2rem;
  }



}



/* Special Select */

@media only screen and (min-device-width: 600px) { 

  #s_select .icon_img img{
  max-width: 60%;
  margin: 0px 0px 0px 0px;
  }
  
  #s_select h2{
  font-size: 2rem;
  margin-bottom: 30px;
  margin-top: 50px;
  }
  
  #s_select h4{
  font-size: 1.5rem;
  margin-top: 100px;
  }
  
  .anim-underline01 {
  position: relative;
  }
 
  .anim-underline01::before {
  content:"";
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background: linear-gradient(transparent 40%, #f5ff00 60%);
  animation: underlineAnim 2s ease-in;
  z-index: -1;
}
 
@keyframes underlineAnim {
  0% {
    right: 100%;
  }
  100% {
    right: 0;
  }
}
  
  #s_select .twin_box{
  width: 50%;
  float: left;
  margin: 0px auto;
  display: flex;
  
  } 
   
  #s_select .pbox{
  margin: 5px;
  width: 47%;
  float: left;
  display: flex;
  flex-direction: column;
  }

  
  #s_select .left_img{
    text-align: center;
  }
  
  #s_select .setsumei{
    margin:10px;
    line-height: 1.2rem;
    flex-grow: 1;
  }

  #s_select h3{
    margin:10px 0px 0px 10px;
    margin-bottom: 0px;
    font-size: 1rem;
    flex-grow: 1;
  }
  
  #s_select .price{
    margin:0px 0px 10px 10px;
    font-size: 1.2rem;
  }


   #s_select .button001 a {
    background: #7a959e;
    border-radius: 6px;
    position: relative;
    display: flex;
    justify-content: space-around;
    align-items: center;
    margin: 10px auto;
    max-width:80%;
    padding: 10px 25px;
    color: #ffffff;
    transition: 0.3s ease-in-out;
    font-weight: 500;
    font-size: 1rem;

  }
   #s_select .button001 a:hover {
    background: #E0EBEF;
    color: #7a959e;
   }
   #s_select .button001 a:after {
    content: '';
    width: 5px;
    height: 5px;
    border-top: 4px solid #ffffff;
    border-right: 4px solid #ffffff;
    transform: rotate(45deg) translateY(-50%);
    position: absolute;
    top: 50%;
    right: 20px;
    border-radius: 1px;
    transition: 0.3s ease-in-out;
   }
   #s_select .button001 a:hover:after {
    border-color: #7a959e;
   }



}


@media only screen and ( max-width:600px ){


  #s_select .icon_img img{
  max-width: 60%;
  margin: 0px 0px 0px 0px;
  }
  
  #s_select h2{
  font-size: 1.5rem;
  margin-bottom: 30px;
  margin-top: 30px;
  }
  
  #s_select h4{
  font-size: 1.2rem;
  }
  
  .anim-underline01 {
  background: linear-gradient(transparent 50%, #f5ff00 50%);
  }
 
}
  
 
  
  #s_select .twin_box{
  margin-bottm: 30px;
  display: flex;
  }
  
  #s_select .pbox{
  margin: 5px;
  width: 47%;
  float: left;
  display: flex;
  flex-direction: column;
  }

  
  #s_select .left_img{
    text-align: center;
  }
  
  #s_select .setsumei{
    margin:10px;
    line-height: 1.2rem;
    flex-grow: 1;

  }

  #s_select h3{
    margin:10px 0px 0px 10px;
    margin-bottom: 0px;
    font-size: 1rem;
    flex-grow: 1;
  }
  
  #s_select .price{
    margin:0px 0px 10px 10px;
    font-size: 1.2rem;
  }


   #s_select .button001 a {
    background: #7a959e;
    border-radius: 6px;
    position: relative;
    display: flex;
    justify-content: space-around;
    align-items: center;
    margin: 10px auto;
    max-width:80%;
    padding: 10px 25px;
    color: #ffffff;
    transition: 0.3s ease-in-out;
    font-weight: 500;
  }
   #s_select .button001 a:hover {
    background: #E0EBEF;
    color: #7a959e;
   }
   #s_select .button001 a:after {
    content: '';
    width: 5px;
    height: 5px;
    border-top: 4px solid #ffffff;
    border-right: 4px solid #ffffff;
    transform: rotate(45deg) translateY(-50%);
    position: absolute;
    top: 50%;
    right: 20px;
    border-radius: 1px;
    transition: 0.3s ease-in-out;
   }
   #s_select .button001 a:hover:after {
    border-color: #7a959e;
   }


}

/*名入れ*/


#naire .icon_img img{
margin-top: 100px;

}

#naire{
  margin: 20px auto;
  font-size: 1.2rem;

}

#naire h2{
  font-size: 2.5rem;
  }
  

#naire .naire_text{
   margin: 0px auto;
   text-align: center;
}

#naire .naire_img {
   max-width: 60%;
   margin: 30px auto;
}

   #naire .button001 a {
    background: #7a959e;
    border-radius: 6px;
    position: relative;
    display: flex;
    justify-content: space-around;
    align-items: center;
    margin: 50px auto;
    max-width:400px;
    padding: 20px 25px;
    color: #ffffff;
    transition: 0.3s ease-in-out;
    font-weight: 500;
    font-size: 1.5rem;


  }
   #naire .button001 a:hover {
    background: #E0EBEF;
    color: #7a959e;
   }
   #naire .button001 a:after {
    content: '';
    width: 5px;
    height: 5px;
    border-top: 4px solid #ffffff;
    border-right: 4px solid #ffffff;
    transform: rotate(45deg) translateY(-50%);
    position: absolute;
    top: 50%;
    right: 20px;
    border-radius: 1px;
    transition: 0.3s ease-in-out;
   }
   #naire .button001 a:hover:after {
    border-color: #7a959e;
   }


   
@media only screen and ( max-width:600px ){

#naire{
  font-size: 1.2rem;

}

#naire .icon_img img{
   max-width: 90px;
}

#naire h2{
  font-size: 1.5rem;
  margin-top: 0px;
  }
  

#naire .naire_text{
   font-size: 1rem;
   text-align: left;
   margin: 10px;


}

#naire .naire_img{
   max-width: 80%;
   margin: 30px auto;

}

   #naire .button001 a {
    background: #7a959e;
    border-radius: 6px;
    position: relative;
    display: flex;
    justify-content: space-around;
    align-items: center;
    margin: 50px auto;
    max-width:80%;
    padding: 20px 25px;
    color: #ffffff;
    transition: 0.3s ease-in-out;
    font-weight: 500;
    font-size: 1.5rem;


  }
   #naire .button001 a:hover {
    background: #E0EBEF;
    color: #7a959e;
   }
   #naire .button001 a:after {
    content: '';
    width: 5px;
    height: 5px;
    border-top: 4px solid #ffffff;
    border-right: 4px solid #ffffff;
    transform: rotate(45deg) translateY(-50%);
    position: absolute;
    top: 50%;
    right: 20px;
    border-radius: 1px;
    transition: 0.3s ease-in-out;
   }
   #naire .button001 a:hover:after {
    border-color: #7a959e;
   }

}


/*配送について*/

#ship .icon_img img{
margin-top: 100px;

}

#ship h3{
color: #7a959e;
font-size: 1.5rem;
text-align: center;
}  

#ship dl{
margin:60px ;
} 

#ship dt{
font-weight: 600;
}

#ship ul{
margin:0px ;
}

#ship .button001 a {
    background: #f3e5ce;
    border-radius: 6px;
    position: relative;
    display: flex;
    justify-content: space-around;
    align-items: center;
    margin: 20px auto;
    max-width:500px;
    padding: 20px 25px;
    color: #cd1419;
    transition: 0.3s ease-in-out;
    font-weight: 600;
    text-align: center;

}
#ship .button001 a:hover {
    background: #72634d;
    color: #ffffff;
}
#ship .button001 a:after {
    content: '';
    width: 5px;
    height: 5px;
    border-top: 4px solid #cd1419;
    border-right: 4px solid #cd1419;
    transform: rotate(45deg) translateY(-50%);
    position: absolute;
    top: 50%;
    right: 20px;
    border-radius: 1px;
    transition: 0.3s ease-in-out;
}
#ship .button001 a:hover:after {
    border-color: #ffffff;
}

@media only screen and ( max-width:600px ){

#ship .icon_img img{
   max-width: 90px;
}

#ship h3{
color: #7a959e;
font-size: 1.1rem;
}  

#ship dl{
margin:30px 10px 10px 10px ;
} 

#ship dt{
font-weight: 600;
text-align: center;

}

#ship dd{
margin: 0px;
padding: 0px;
}

#ship ul{
margin:0px ;
padding: 2px;

}

#ship li{
margin:0px ;
padding: 5px;
list-style: none;

}

#ship .button001 a {
    background: #f3e5ce;
    border-radius: 6px;
    position: relative;
    display: flex;
    justify-content: space-around;
    align-items: center;
    margin: 20px auto;
    max-width:80%;
    padding: 20px 25px;
    color: #cd1419;
    transition: 0.3s ease-in-out;
    font-weight: 600;
    text-align: center;

}
#ship .button001 a:hover {
    background: #72634d;
    color: #ffffff;
}
#ship .button001 a:after {
    content: '';
    width: 5px;
    height: 5px;
    border-top: 4px solid #cd1419;
    border-right: 4px solid #cd1419;
    transform: rotate(45deg) translateY(-50%);
    position: absolute;
    top: 50%;
    right: 20px;
    border-radius: 1px;
    transition: 0.3s ease-in-out;
}
#ship .button001 a:hover:after {
    border-color: #ffffff;
}



}


/* フッター*/

#footer .triangle{
  margin:0 auto;
  width: 0;
  height: 0;
  border-style: solid;
  border-right: 60px solid transparent;
  border-left: 60px solid transparent;
  border-top: 0;
  border-bottom: 60px solid #7a959e;
}

#footer .logo{
  background-color:#7a959e ;
  text-align: center;
  padding: 100px 0px;
}