/** Shopify CDN: Minification failed

Line 248:3 Expected ":"

**/
.wrapper{
  width: 100%;
  max-width: 1200px;
  margin: 0 auto;
}
.free-wrapping{
  width: 100%;
  height: auto;
  margin-top: 100px;
}
.top{
  margin-top: 100px;
}
.pc{
  display: block;
  width: 100%;
  height: auto;
}
.sp{
  display: none;
}
.container1{
  text-align: center;
}
.main-text{
  margin: 50px 0;
  line-height: 2;
}
.category{
  display: flex;
  justify-content: space-evenly;
}
.category-list{
  display:block;
  margin-top: 30px;
}
.category-list:hover{
  opacity: 0.7;
}
.category-list img{
  width: 150px;
  margin: auto;
}
.category-list p{
  font-size: 2rem;
  line-height: 1.3;
  font-weight: bold;
  margin-top: 10px;
}
.title{
  text-align: center;
  font-size: 2rem;
  color: #1f3a24;
  background-color: #f2ebe3;
  padding: 25px 0;
  margin-top: 80px;
  margin-bottom: 50px;
}
.text{
  text-align: center;
  line-height: 2;
}
.margin{
  padding-top: 200px;
  margin-top: -200px;
}
.margin2{
  padding-top: 150px;
  margin-top: -150px
}
.ranking-list{
  display: flex;
  justify-content: space-evenly;
}
.ranking-item{
  width:18%;
}
.ranking-item img{
  display: block;
  margin-top: 50px;
}
.ranking-item img:hover{
  opacity: 0.6;
}
.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 #d89655;
  background: #d89655;
  color: #f2ebe3;
  border-radius: 100vh;
  transition: 0.5s;
}
.btn-c:hover {
  opacity: 0.7;
}
.item-title{
  font-size: 2rem;
  border-bottom: 1px solid #000;
  padding-bottom: 3px;
  margin-top: 100px;
  margin-bottom: 50px;
}
.item-list{
  display: flex;
  justify-content: space-evenly;
}
.item-list img{
  display: block;
}
.item-list img:hover{
  opacity:0.6;
}
.item{
  width:18%;
  margin-top: 10px;
}
.item-name{
  margin-top: 20px;
}
.item-title2{
  font-size: 2rem; 
  margin-top: 100px;
  margin-bottom: 3px;
}
.item-text2{
  line-height: 2;
  border-bottom: 1px solid #000;
  padding-bottom: 5px;
  margin-bottom: 50px;
}
.person-list{
  display: flex;
  justify-content: center;
}
.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 #d89655;
  background: #d89655;
  color: #f2ebe3;
  border-radius: 100vh;
  transition: 0.5s;
}
.btn-p:hover {
  opacity: 0.7;
}
@media screen and (max-width:480px){
  .free-wrapping{
    margin-top: 50px;
  }
  .pc{
    display: none;
  }
  .sp{
    display: block;
  }
  .main-text{
    text-align: left;
    line-height: 1.8;
    font-size: 14px;
    margin: 30px 8px 50px 8px;
  }
  .ranking-list{
    margin-top: -50px;
  }
  .category{
    flex-wrap: wrap;
  }
  .category-list{
    width: 40%;
    margin-top: 0px;
  }
  .category-list img{
    width: 100px;
  }
  .category-list p{
    font-size: 15px;
    line-height: 1.3;
    font-weight: bold;
    margin-top: 8px;
  }
  .title{
    text-align: center;
    font-size: 1.8rem;
    padding: 20px 0;
    margin-top: 50px;
    margin-bottom: 50px;
  }
  .text{
    text-align: left;
    line-height: 1.8;
    font-size: 14px;
    margin: 30px 8px 50px 8px;
  }
  .ranking-list{
    display: none;
  }
  .ranking-item{
    width: 250px;
    margin: 0 12px;
  }
  .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-group::-webkit-scrollbar{
  display: none;
　}
  .slider-card {
    flex: 0 0 auto;
    max-width: 150px;
    height: 100%;
    scroll-snap-align: start; 
  }
  .slider-card-img {
    width: 100%;
    height: 150px;
    object-fit: cover;
  }
  .item-name{
    font-size: 13px;
  }
  .item-price{
    font-size: 13px;
  }
  .item{
    width: 250px;
    margin: 0 12px;
  }
  .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: 50px 8px 50px 8px;
  }
  .person-list{
    flex-wrap: wrap; 
  }
  .person-logo{
    font-size: 12px;
  }
  .product-list{
    flex-wrap: wrap;
  }
  .product-logo{
    font-size: 12px;
  }
  .btn-p{
    width: 150px;
    padding: 0.8rem  1.3rem;
    margin-top: 5px;
  }
  .item-title2{
    margin: 50px 5px 3px 5px;
  }
  .item-text2{
    line-height: 1.8;
    font-size: 13px;
   margin: 0px 5px 50px 5px;
  }
}