@charset "UTF-8";

.bg-color{
  background: #FFF;
}
.ttl-a,
.ttl-b:before {
  background: rgb(218, 87, 216);
}

.ttl-b,
.ttl-c {
  color: rgb(218, 87, 216);
}

.center {
  text-align: center;
}

.img-center {
  display: block;
  text-align: center;
}

.main section:nth-last-of-type(4) .inner {
  width: 100rem;
  margin: 0 auto 12rem;
}
.goods-list__inner .image.owl-carousel{
  max-width: 60rem;
}

.goods-list__info .button .btn,
.goods-list__inner .button .btn
{
  margin-top: 2rem;
  width: 75%;
  height: 5.5rem;
  line-height: 5.5rem;
}

.goods-list__info .button .btn.btn-a,
.goods-list__inner .button .btn.btn-a
{
  font-size: 1.4rem;
}

@media only screen and (min-width: 599px) and (max-width: 1024px){
  .l-column.goods-list .col-1 .image {
    width: 60%;
  }  
}

@media only screen and (max-width: 599px){
  .l-column .col-1{
    width: 100%;
  }

  .goods-list__inner .button .btn{
    width: 100%;
    height: 5rem;
    line-height: 5rem;
    margin-bottom: 2rem;
  }
  
  .goods-list__inner .button .btn.btn-a{
    font-size: 1.2rem;
  }

  .goods-list__info .button .btn{
    margin-bottom: 2rem;
  }
  .main section:nth-last-of-type(4) .inner {
    width: 100%;
  }
}
