@charset "utf-8";
/* CSS Document */
.l-contents__frame {
    padding: 80px 0 0;
    width: 100%;
}

/****　スライダー調整　****/
.p-top .main-image-slider .slick-arrow {
    background: #222;
    border: none;
}


/****　新着情報　****/
.l-contents .columns .center-column .c-widget {
    width: 1000px;
    margin: 0 auto;
}
.l-contents .columns .center-column .c-widget__head {
    margin-bottom: 25px;
    border-bottom: 1px solid #cfcfcf;
    padding-bottom: 10px;
}
.l-contents .columns .center-column .c-widget__content .news-widget__item {
    border-bottom: 1px solid #cfcfcf;
    margin-bottom: 25px;
}
.l-contents .columns .center-column .c-widget__content .news-widget__date {
    margin-right: 0;
    margin-bottom: 0;
    width: 10%;
 	color: #222;
}
.l-contents .columns .center-column .c-widget__content .news-widget__content {
    width: 90%;
}
.l-contents .columns .center-column .c-widget__more a {
    display: block;
    background: #222;
    color: #fff;
    text-decoration: none;
    padding: 6px 20px;
    border-radius: 3px;
    transition: all 0.3s;
}
.l-contents .columns .center-column .c-widget__more a:hover {
    opacity: 0.7;
}

/****　商品紹介　****/
.top_product {
    width: 100%;
    background:#fff;
  	padding: 80px 0;
    margin-top: 100px;
}
.top_product__inner {
    width: 1000px;
    margin: 0 auto;
}
.tabs {
  width: 100%;
}
.tab-list {
  display: flex;
  justify-content: center;
  margin: 30px 0;
}
.tab-item {
  min-width: 12em;
  border-radius: 5px;
  background: #ddd;
  padding: 10px 15px;
  cursor: pointer;
  text-align: center;
  margin: 0 10px;
}
.tab-item.active {
  background: #222;
  color: #fff;
  font-weight: bold;
}
.tab-panel.active {
  display: block;
}

.tab-content {
  padding-top:30px;
}
.tab-panel {
  display: none;
}
.tab-panel ul {
  display:flex;
  flex-wrap: wrap;
  justify-content: flex-start;
}
.tab-panel ul li {
  position:relative;
  width:180px;
  margin-left:25px;
  margin-bottom:50px;
  padding-bottom: 40px;
}
.tab-panel ul li:nth-child(1),
.tab-panel ul li:nth-child(5n + 1) {
  margin-left:0;
}
.tab-panel ul li .balloon {
  position: absolute;
  width: 50px;
  height: 50px;
  display:flex;
  justify-content: center;
  align-items: center;
  top: -8px;
  left: -8px;
  font-size: 10px;
  font-weight: bold;
  color: #fff;
  background: #222;
  text-align: center;
  line-height: 1.3em;
  border-radius: 100px;
}
.tab-panel ul li img + p {
  font-weight: bold;
  margin-top:5px;
}
.tab-panel ul li a.more_btn {
  position: absolute;
  bottom: 0;
  left: 0;
  display: block;
  width: 100%;
  font-family: termina, sans-serif;
  font-weight: 600;
  font-style: normal;
  font-size: 12px;
  text-align: center;
  color: #222;
  background: #fff;
  padding: 5px;
  margin-top: 10px;
  border: 1px solid #bbb;
  border-radius: 100px;
  box-sizing: border-box;
  transition: all 0.3s;
}
.tab-panel ul li a.more_btn:hover {
  color: #fff;
  background: #222;
  border: 1px solid #222;
}

/****　トピックス　****/
#topics{
	padding:60px 0 20px;
}

#topics .inner{
	width:1000px;
	margin:0 auto;
}

#topics ul{
  display:flex;
  flex-wrap: wrap;
}
#topics ul li{
  width:306px;
  font-size:14px;
  margin-left:40px;
  margin-bottom:40px;
  border-radius: 10px;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
}
#topics ul li:nth-child(1),
#topics ul li:nth-child(4){
	margin-left:0;

}

/****　お得な情報　****/
#special_deals{
  padding:60px 0;
  background:#fff;
}

#special_deals .inner{
  width:1000px;
  margin:0 auto;
}
#special_deals .ttl_area{
  position:relative;
  margin-bottom:15px;
}
#special_deals ul{
  display:flex;
  flex-wrap: wrap;
}
#special_deals ul li{
  width:220px;
  margin-left:39px;
  border-radius: 10px;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
}
#special_deals ul li:nth-child(1){
  margin-left:0;
}

/****　お得な定期購入について　****/
#regularly_deals{
	padding:60px 0;
}

#regularly_deals .inner{
	width:1000px;
	margin:0 auto;
}

#regularly_deals .ttl_area{
  position:relative;
  margin-bottom:15px;
}
#regularly_deals .ttl_area .more_btn{
  position: absolute;
  top:3px;
  right:0;
}
#regularly_deals ul{
  display:flex;
  flex-wrap: wrap;
}
#regularly_deals ul li{
  width:25%;
  font-size:18px;
  font-weight:bold;
  line-height: 1.3em;
  color:#222;
  text-align:center;
}
#regularly_deals ul li img{
  display:block;
  margin:0 auto 20px;
}
/****　全額返金保証について　****/
#refund{
  padding:60px 0;
  background:#fff;
}

#refund .inner{
	width:1000px;
	margin:0 auto;
}

#refund .ttl_area{
	position:relative;
	margin-bottom:15px;
}

#refund .ttl_area .more_btn{
	position: absolute;
	top:3px;
	right:0;
}

#refund ul{
  display:flex;
  justify-content: space-between;
  margin-top: 60px;
}

#refund ul li{
  position: relative;
  width: 306px;
  vertical-align: top;
  border-top: 3px solid #222;
  border-bottom: 1px solid #222;
  font-size: 26px;
  font-weight: 700;
  text-align: center;
  line-height: 1.3em;
  padding: 30px 0;
  display: flex;
  justify-content: center;
  align-items: center;
}
#refund ul li span{
  position: absolute;
  top:0;
  left:50%;
  width: 40px;
  height:40px;
  font-family: termina, sans-serif;
  font-weight: 600;
  font-style: normal;
  font-size: 20px;
  line-height: 1.3em;
  display: flex;
  justify-content: center;
  align-items: center;
  transform: translate(-50%, -22px);
  background: #222;
  color: #fff;
  border-radius: 1000px;
}
