@charset "UTF-8";
.sp_only{
	display: none;
}

#container a {
  text-decoration: none
}
#container a:active {
  opacity: .7
}
.pc_only {
  display: block
}
.private_brand {
  position: relative
}

.private_brand section {
margin-bottom: 120px;
}

.private_brand a{
display: block
}
.inner {
  width: 1200px;
  margin: auto
}

.bottom_slider .inner {
  width: 1000px;
}

h2 {
  width: 80%;
  margin: 0 auto 60px;
  font-size: 3.6rem;
  text-align: center
}

h2 span {
display: block;
font-family: Helvetica, "sans-serif";
  color: #c83150;
	font-size: 1.8rem;
}

.name {
  margin: 10px 0 5px;
	font-weight: bold;
}
.item_txt, .txt {
  font-size: 1.2rem;
   margin: 5px 0 0;
}
.item_txt {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
  overflow: hidden
}
.main_visual {
  background: url(/feature/private_brand/images/main.jpg)no-repeat center center / cover;
  height: 375px;
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
  position: relative;

}
.main_visual h1 {
  font-size: 1.2rem
}

.main_visual .main_title {
  font-size: 8rem;
font-family: Helvetica, "sans-serif";
font-weight: bold;
line-height: 1;
}

.main_visual .main_title span {
  color: #c83150;
 display: block;
font-weight: bold;
}

.gift_brand_area ul,.giftset_area ul{
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}

.gift_brand_area ul li{
margin-bottom: 60px;
width: 30%;
}


.gift_brand_area ul:nth-last-child(1) li{
margin-bottom: 60px;
width: 23%;
}

.gift_brand_area ul:nth-last-child(1) li:nth-last-of-type(-n+4){
margin-bottom: 0;
}

.giftset_area ul li{
margin-bottom: 60px;
width: 30%;
}

.giftset_area ul li:nth-of-type(n+3){
margin-bottom:0;
}

