/* 共通 */
@media screen and (min-width: 813px) {
  .sp {
    display: none;
  }
}
@media screen and (max-width: 812px) {
  .pc {
    display: none;
  }
}
a{
  display:inline-block;
  transition:.3s;
  cursor:pointer;
}
a:hover{
  transition:.3s;
  opacity:0.9;
}
figure{
  margin:0;
}
img{
  width:100%;
}

.if-category {
  background-color: #ffffff;
}

.if-category_container {
  width: 100%;
  max-width: 900px;
  background-color: #fff;
}

.if-category_inner {
  width: 100%;
}

.if-category_mv {
  width: 100%;
}
@media screen and (max-width: 812px) {
  .if-category_mv{
    margin-bottom:3vw;
  }
}
/* mv */
.mv__price{
  margin-top: -0.8vw;
}
h1, h2{
  margin:0 auto;
  margin-block-start: 0;
  margin-block-end: 0;
}
/* point */
.point{
  border:1px solid #c1c1c1;
  padding:60px 75px;
  margin-top: 63px;
}
.point__title{
  width:80%;
}
.point__flex{
  display: flex;
  align-items: center;
}
.point__items{
  padding-top: 45px;
}
.point__item{
  border-bottom:1px solid #c1c1c1;
  padding-bottom: 55px;
}
.point__item:nth-child(2),.point__item:last-child{
  padding-top: 55px;
}
.point__img{
  width:42%;
}
.point__text{
  color:#646464;
  width:58%;
  padding-left:60px;
  box-sizing:border-box;
}
.point__text h3{
  font-size: 28px;
  margin-top: 22px;
  margin-bottom: 20px;
  letter-spacing: 0.05em;
  font-weight: bold;
}
.point__text p{
  line-height: 2;
  font-size: 18px;
}
.pink{
  color:#d46b9d;
}
.yellow{
  color:#b6bb29;
}
.blue{
  color:#59a6ab;
}
@media screen and (max-width: 812px) {
  .point{
    padding:7vw;
    width: 93%;
    box-sizing: border-box;
    margin-left:auto;
    margin-right: auto;
    margin-top: 5vw;
  }
  .point__title{
    width:94%;
  }
  .point__flex{
    flex-direction:column;
  }
  .point__items{
    padding-top: 8vw;
  }
  .point__item{
    padding-bottom: 6vw;
  }
  .point__img{
    width:96%;
  }
  .point__text{
    width:97%;
    padding-left: 0;
  }
  .point__text h3{
    font-size: 5vw;
    margin-top: 2.5vw;
    margin-bottom: 0;
  }
  .point__text p{
    font-size: 3.5vw;
    margin-top:0;
  }
  .point__item:nth-child(2),.point__item:last-child{
    padding-top: 6vw;;
  }
}
/* size */
.size__title{
  width: 78%;
  margin: auto;
  margin-top: 61px;
}
.size__items{
  margin-top: 45px;
}
.size__flex{
  display: flex;
}
.size__item{
  width:calc((100% - 20px) / 2);
}
.size__item:first-child{
  margin-right: 20px;
}
@media screen and (max-width: 812px) {
  .size__title{
    width: 95%;
    margin: auto;
    margin-top: 8vw;
  }
  .size__items{
    margin-top: 6vw;
  }
  .size__flex{
    flex-direction:column;
  }
  .size__item{
    width:96%;
    margin-left:auto;
    margin-right: auto;
  }
  .size__item:first-child {
    margin-right:auto;
  }
  .size__item:last-child{
    margin-top:4vw;
  }
}
/* caption */
.caption{
  margin-top: 50px;
}
@media screen and (max-width: 812px) {
  .caption {
    margin-top: 7vw;
    width: 93%;
    margin-left: auto;
    margin-right: auto;
  }
}
/* product */
.product{
  width:85%;
  margin:auto;
  margin-top:75px;
}
.product__item:last-child{
  margin-top: 55px;
}
.product__img{
  margin-top: 30px;
}
.product__flex{
  display: flex;
  justify-content: space-between;
  margin-top:20px;
}
.product__price{
  width: 42%;
  margin-left: 8px;
}
.product__btn{
  width:40%;
}
@media screen and (max-width: 812px) {
  .product{
    width:93%;
    margin-top: 3vw;
  }
  .product__item:last-child {
    margin-top: 7vw;
}
  .product__title{
    margin-bottom: 1vw;
  }
  .product__img{
    margin-top: 4vw;
  }
  .product__flex{
    margin-top: 2vw;
    align-items: center;
  }
  .product__price{
    margin-left: 1vw;
  }
  .product__btn{
    width:50%;
  }
}
