/** Shopify CDN: Minification failed

Line 170:3 Expected ":"
Line 225:3 Expected ":"

**/
.wrapper{
  width: 100%;
  max-width: 1200px;
  margin: 0 auto;
}
.top{
  margin-top: 100px;
}
.gift{
  width: 100%;
  height: auto;
}
.pc{
  display: block;
  width: 100%;
  height: auto;
}
.sp{
  display: none;
}
.main-text{
  margin: 50px 0;
  line-height: 2;
  text-align: center;
}
.category{
  display: flex;
  justify-content: center;
}
.category-list{
  display:block;
  margin-top: 30px;
  margin-left: 30px;
  margin-right: 30px;
}
.category-list:hover{
  opacity: 0.7;
}
.category-list img{
  width: 180px;
  margin: auto;
}
.title{
  text-align: center;
  font-size: 2rem;
  color: #BF485A;
  background-color: #FCE4DE;
  padding: 25px 0;
  margin-top: 80px;
  margin-bottom: 50px;
}
.ranking-list{
  padding-top: 30px;
}
 .ranking-item{
  margin: 0 12px;
  }
.item-title{
  margin-top: 80px;
  margin-bottom: 50px;
}
.item{
  margin: 0 12px;
}
.item-name{
  margin-top: 20px;
}
.item-price{
  margin-top: -10px;
}
.slider-group {
  position: relative;
  max-width: 100%;
  width: 90%;
  min-height: 200px;
  height: auto;
  display: flex;
  flex-wrap: nowrap;
  overflow-x: auto;
  margin: 0 auto;
  scroll-snap-type: x mandatory;
  justify-content: flex-start; 
}
.slider-card {
  flex: 0 0 auto;
  max-width: 200px;
  height: 100%;
  scroll-snap-align: start; 
 }
.slider-card-img {
  width: 100%;
  max-height: 100%;
  height: 150px;
  object-fit: cover;
}
.text{
  text-align: center;
}
.budget-list{
  display: flex;
  justify-content: center;
  margin-top: 50px;
}
.budget-price{
  font-size: 1.5rem;
}
.btn-c{
  display: block;
  text-align: center;
  vertical-align: middle;
  text-decoration: none;
  width: 200px;
  margin-right: 15px;
  padding: 1rem 3rem;
  font-weight: bold;
  border: 2px solid #BF485A;
  background: #BF485A;
  color: #FCE4DE;
  border-radius: 100vh;
  transition: 0.5s;
}
.btn-c:hover {
  opacity: 0.7;
}
.margin{
  padding-top: 120px;
  margin-top: -120px;
}
.margin2{
  padding-top: 100px;
  margin-top: -100px
}
.item-title2{
  margin-top: 80px;
}
.item-text2{
  margin-bottom: 50px;
}
.product-list{
  display: flex;
  justify-content: center;
}
.btn-p{
  display: block;
  text-align: center;
  vertical-align: middle;
  text-decoration: none;
  width: 170px;
  margin-right: 15px;
  padding: 1rem 3rem;
  font-weight: bold;
  border: 2px solid #BF485A;
  background: #BF485A;
  color: #FCE4DE;
  border-radius: 100vh;
  transition: 0.5s;
}
.btn-p:hover {
  opacity: 0.7;
}
@media screen and (max-width:780px){
  .top{
  margin-top: 70px;
　}
  .pc{
    display: none;
  }
  .sp{
    display: block;
  }
  .main-text{
    text-align: left;
    line-height: 1.8;
    font-size: 14px;
    margin: 30px 8px;
  }
  .category{
    margin: 0 10px;
  }
  .category-list{
    display:block;
    margin-top: 15px;
    margin-left: 5px;
    margin-right: 5px;
  }
  .category-list img{
    width: 180px;
    margin: auto;
  }
  .title{
    font-size: 1.8rem;
    margin-top: 50px;
  }
  .text{
    text-align: left;
    line-height: 1.8;
    font-size: 14px;
    margin: 30px 8px 50px 8px;
  }
  .ranking-item{
    margin: 0 8px;
  }
  .slider-group {
    position: relative;
    max-width: 100%;
    width: 90%;
    min-height: 300px;
    height: auto;
    display: flex;
    flex-wrap: nowrap;
    overflow-x: auto;
    overflow-y: hidden;
    margin: 0 auto;
    scroll-snap-type: x mandatory;
    justify-content: flex-start; 
  }
  .slider-group::-webkit-scrollbar{
  display: none;
　}
  .slider-card {
    flex: 0 0 auto;
    max-width: 150px;
    height: auto;
    scroll-snap-align: start; 
  }
  .slider-card-img {
    width: 100%;
    height: auto;
    object-fit: cover;
  }
  .item-name{
    font-size: 13px;
  }
  .item-price{
    font-size: 13px;
  }
  .item{
    margin: 0 8px;
    margin-bottom: -30px;
  }
  .budget-list{
    flex-wrap: wrap;
    margin-top: 0px;
  }
  .budget-price{
   font-size: 13px;
 }
  .btn-c{
    width: 150px;
    padding: 0.8rem  1.3rem;
    margin-top: 5px;
    margin-right: 10px;
 }
  .item-title{
    margin-left: 8px;
    margin-top: 50px;
    margin-bottom: 25px;
    font-size: 2rem; 
  }
  .item-title2{
    font-size: 2rem; 
    margin-top: 30px;
    margin-left: 8px;
  }
  .item-text2{
    line-height: 1.8;
    font-size: 13px;
    margin: 0px 5px 50px 5px;
  }
  .margin{
    padding-top: 80px;
    margin-top: -80px;
  }
  .margin2{
    padding-top: 50px;
    margin-top: -50px
  }
  .product-list{
    flex-wrap: wrap;
    margin-bottom: 25px;
  }
  .product-logo{
    font-size: 12px;
  }
  .btn-p{
    width: 150px;
    padding: 0.8rem  1.3rem;
    margin-top: 5px;
  }
}