﻿/* メイン */
.Topmain{
	position: relative;
}
/* スライダー */
.slider li img{
	width: 100%; 
	height: auto;
}
.slider{
  opacity: 0;
  transition: opacity .3s linear;
}
.slider.inner{
	width: 100%;
}
.slider.slick-initialized{
  opacity: 1;
}
/* スライダー */
.slider li img{
	width: 100%;
}
.slider{
  opacity: 0;
  transition: opacity .3s linear;
}
.slider.slick-initialized{
  opacity: 1;
}
.haisoutxt{
	text-align: center;
	font-size: 11px;
	padding: 8px 0 7px;
	background: #948794;
	color: #fff;
}
.topcatch{
	margin-top: 40px;
	width: 90%;
	margin: 40px auto 0;
	font-size: 11px;
	color: #777654;
	text-align: center;
	border-top: solid 1px rgba(166, 154, 128, 0.5);
	border-bottom: solid 1px rgba(166, 154, 128, 0.5);
	padding: 18px 0 13px;
	box-sizing: border-box;
	position: relative;
	line-height: 1.7em;
	font-weight: bold;
	white-space: nowrap;
}
.topcatch p.inner{
	width: 100%;
}
.topcatch p span{
	font-weight: bold;
	display: block;
	margin-bottom: 5px;
	position: absolute;
	background: #fff;
	padding: 0 7px 0 12px;
	top: -27px;
	left: 50%;
	transform: translateX(-50%);
	-webkit-transform: translateX(-50%);
}
#slider .slick-slide{
  position: relative;
}
#slider .slick-slide .catch{
  font-size: 20px;
  color: #fff;
  background: rgba(103,90,103,.8);
  position: absolute;
  left: 0;
  bottom: 10vw;
  padding: 30px 70px 30px 40px;
  line-height: 1.4;
}
#slider .slick-slide .catch:after{
  content: "";
  background: #fff;
  width: 60px;
  height: 1px;
  display: inline-block;
  position: absolute;
  right: 0;
  top: 72px;
}
/* トップコンテンツ */
#news{
	margin: 40px auto 20px;
	font-size: 13px;
	box-sizing: border-box;
}
#news .cont{
  margin: 0 auto;
  width: 90%;
	padding: 20px 10px;
	border-top: solid 1px #989898;
	border-bottom: solid 1px #989898;
}
#news p{
	margin-top: 10px;
}
#news p:first-of-type{
	margin-top: 0;
}
#news span{
	display: block;
	padding-bottom: 5px;
	font-size: 11px;
}
#newitem h2,
#recommenditem h2,
#rankingitem h2,
#feature h2,
#blog h2,
#coordinate h2{
	font-size: 24px;
	font-weight: 500;
	border-left: 20px solid #e4e1e7;
	line-height: 1.0;
	padding-left: 20px;
	font-family: 'Montserrat', sans-serif;
	color: #3e3448;
	margin: 60px 0 40px;
}
.linebanner img{
	width: 90%;
	display: block;
	margin: 0 auto;
	border: solid 1px #00ba01;
	max-width: 500px;
}
.Topmain h2 span{
	font-size: 11px;
	display: block;
	padding-top: 12px;
}
.productlist {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}
.productlist li{
	width: 49%;
	margin-bottom: 25px;
}
.productlist li img{
	width: 100%;
	/*border: solid 1px #e2e2e2;*/
}
#rankingitem .productlist{
	justify-content: space-between;
}
#rankingitem .productlist li{
	position: relative;
}
#rankingitem .productlist li:nth-of-type(n+7){
	display: none !important;
}
#rankingitem .productlist li:before{
	content: "1";
	position: absolute;
	left: 12px;
	top: 20px;
	background: #bfb39e;
	color: #fff;
	width: 28px;
	height: 28px;
	text-align: center;
	border-radius: 50%;
	z-index: 99;
	padding-top: 1px;
	padding-left: 1px;
	font-size: 16px;
	font-family: 'Montserrat', sans-serif;
}
#rankingitem .productlist li:nth-of-type(2):before{
	content: "2"
}
#rankingitem .productlist li:nth-of-type(3):before{
	content: "3"
}
#rankingitem .productlist li:nth-of-type(4):before{
	content: "4"
}
#rankingitem .productlist li:nth-of-type(5):before{
	content: "5"
}
#rankingitem .productlist li:nth-of-type(6):before{
	content: "6"
}
#rankingitem .productlist li:nth-of-type(n+4):before{
	background: #f0ede9;
	color: #5e5f42;
}
.price{
	margin-top: 10px;
}
#rankingitem .productlist li span{
	font-size: 10px;
	padding-top: 5px;
}

#rankingitem .productlist li .num_beige,
#rankingitem .productlist li .num_white{
	position: absolute;
	left: 8px;
	top: 0;
	background: #bfb39e;
	color: #fff;
	width: 22px;
	height: 22px;
	text-align: center;
	border-radius: 50%;
	z-index: 99;
}
#rankingitem .productlist li .num_white{
	background: #fff;
	color: #bfb39e;
}
#rankingitem .productlist li .num_beige span,
#rankingitem .productlist li .num_white span{
	position: absolute;
	left: 50%;
	top: 37%;
	transform: translate(-50%,-50%);
	font-size: 13px;
	font-family: 'Montserrat', sans-serif;
}
.productlist p.name{
	font-size: 12px;
	margin: 0 4%;
	line-height: 1.4;
	z-index: 10;
	position: relative;
	padding-top: 12px;
	border-top: solid 1px #b7aeb7;
}
.productlist .price{
	font-size: 13px;
	margin: 10px 6px 0;
}
.productlist .price span{
	font-size: 10px;
	margin-left: 3px;
	color: #4c4c4c;
}
/* アバウトエリア */
#about{
	margin-top: 50px;
  max-width: 1200px;
}
#about h2{
  text-align: center;
	font-family: 'Montserrat', sans-serif;
	font-size: 28px;
  font-weight: 500;     
  color: #3e3448;
  letter-spacing: 1px;
}
.aboutbox{
	margin-top: 30px;
	display: flex;
  flex-direction: column;
}
.aboutbox .txt{
  margin-top: -32vw;
	font-size: 19px;
	color: #3e3448;
	background: rgb(241,239,241,.9);
	padding: 20px;
  width: 90%;
}
@media screen and (min-width:420px){
  .aboutbox .txt{
    margin-top: -20vw;
  }
}
.aboutbox .txt2,
.aboutbox .txt3{
	color: #121212;
	line-height: 2;
}
.aboutbox .txt2{
	margin-top: 10vw;
}
.aboutbox .txt3{
	margin-top: 20px;
}
.about-img{
  margin: 0 0 0 auto;
	width: 70%;
  order: -1;
}
#about .more-btn{
	margin-top: 30px;
	text-align: center;
}
#about .more-btn a{	
	margin: 0 auto;
	width: 250px;
	display: flex;
	justify-content: center;
	align-items: center;
	padding: 10px 0;
	border: 1px solid #c2c0c6;
	color: #3d3448;
  font-weight: 900;
  position: relative; 
}
#about .more-btn a:after{
  content: "";
  background: url(https://gigaplus.makeshop.jp/youkasf/images/top-renew/renew-arrow.svg) no-repeat;
  background-size: contain;
  width: 50px;
  height: 10px;
  position: absolute;
  right: 10px;
  top: 50%;
  transform: translateY(-50%);
}
/* ランキングタブメニュー用 */
.rankingtab {
	padding: 0;
	box-sizing: border-box;
	list-style: none;
	display: flex;
	justify-content: space-between;
}
.tabarea{
	width: 100%;
	height: 50px;
	white-space: nowrap;
	overflow-x: scroll;
}
.rankingtab{
	padding: 0;
  box-sizing: border-box;
  list-style: none;
  display: flex;
  justify-content: space-between;
  margin-bottom: 15px;
}
.rankingtab li {
	margin-right: 20px;
	padding: 5px 0;
	color: #666;
	cursor: pointer;
	flex: auto;
	text-align: center;
	font-family: 'Montserrat', sans-serif;
	font-size: 15px;
}
.rankingtab li.active {
	color: #333;
	position: relative;
}
.rankingtab li.active:after{
	content: "";
	display: inline-block;
	background: #e4e1e7;
	width: 100%;
	height: 3px;
	position: absolute;
	left: 50%;
	bottom: 0;
	transform: translate(-50%,0);
}
#rankingitem .tabContent {
	box-sizing: border-box;
	display: none;
	margin-top: 20px;
}
#rankingitem .active {
	display: block;
}
.catetitle-box{
	margin-top: 60px;
	display: flex;
	justify-content: space-between;
	border-bottom: 1px dotted #616161;
}
.catetitle-box .cate-title{
	margin-top: 0;
	border-bottom: none;
}
#feature{
	background: #eeebf1;
	padding: 1px 0 70px;
	margin-top: 40px;
}
.featurelist{
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	margin-bottom: 60px;
	font-weight: bold;
}
.featurelist li{
	width: 100%;
	margin-bottom: 40px;
	font-size: 13px;
	line-height: 1.4;
}
.featurelist li:nth-of-type(3){
  margin-bottom: 0;
}
.featurelist li:nth-of-type(n+4){
	display: none;
}
.featurelist li img{
	width: 100%;
	height: auto;
}
#feature .title{
  margin-top: 15px;
  font-size: 15px;
	color: #3e3448;
  display: flex;
  align-items: center;
}
#feature .title:before{
  margin-right: 7px;
  content: "";
  background: #3e3448;
  width: 18px;
  height: 18px;
}
#coordinate{
	position: relative;
	margin-bottom: 70px;
}
.coordinatelist{
	margin-bottom: 55px;
}
.coordinatelist li{
	margin: 0 10px;
}
.coordinatelist li img{
	width: 100%;
	height: auto;
}
.coordinatelist li p{
	font-size: 12px;
	margin-top: 10px;
}
.slide-arrow{
	position: absolute;
	top:50%;
	transform: translate(-50%,-50%);
	width: 5%;
	z-index: 990;
}
.prev-arrow{
	position: absolute;
	left: -8px;
}
.next-arrow{
	position: absolute;
	right: -23px;
}
#blog .bloglist li{
	display: flex;
	justify-content: space-between;
  padding-bottom: 30px;
  border-bottom: 1px solid #a196a1;
}
#blog .bloglist li:nth-of-type(n+2){
  margin-top: 30px;
}
#blog .bloglist li:nth-of-type(n+4){
  display: none !important;
}
#blog .bloglist li:nth-of-type(3){
  padding-bottom: 0;
  border-bottom: none;
}
#blog .bloglist li div{
  padding-left: 20px;
	flex: 1;
  display: flex;
  flex-direction: column;
}
#blog .bloglist li .blogimg{
	width: 35%;
}
#blog .bloglist li .blogimg img{
	width: 100%;
	height: auto;
}
#blog .bloglist li .cate{
  margin-top: 10px;
  order: 3;
}
#blog .bloglist li .cate a{
	font-size: 12px;
  border: 1px solid;
  padding: 2px 5px;
  display: inline-block;
  border-radius: 3px;
}
#blog .bloglist li .cate a:hover{
	color: #f3cd22;
}
#blog .bloglist li .title{
	line-height: 1.6;
  order: 1;
}
#blog .bloglist li .day{
  margin-top: 10px;
	font-size: 14px;
	display: block;
	margin-top: 10px;
	letter-spacing: 1px;
  order: 2;
}
/*コンセプトエリア*/
#concept{
  margin-top: 50px;
  background: #948794;
  padding: 50px 0;
}
#concept h2{
  text-align: center;
  font-family: 'Montserrat', sans-serif;
  font-size: 28px;
  font-weight: 500;
  letter-spacing: 4px;
  color: #fff;
}
#concept .sub-txt{
  margin-top: 20px;
  text-align: center;
  font-size: 20px;
  color: #fff;
}
#concept .txt{
  margin-top: 30px;
  color: #fff;
  line-height: 2;
  letter-spacing: 1px;
}
.concept-list{
  margin-top: 30px;
}
.concept-list li{
  display: flex;
  justify-content: space-between;
  background: #fff;
  padding: 20px 15px;
  position: relative;
}
.concept-list li:nth-of-type(n+2){
  margin-top: 20px;
}
.concept-list li:nth-of-type(3){
  padding-bottom: 45px;
}
.concept-list li:before{
  content: "";
  background-image: url(https://gigaplus.makeshop.jp/youkasf/images/top-renew/number01.svg);
  background-size: contain;
  background-repeat: no-repeat;
  width: 40px;
  height: 40px;
  display: block;
  position: absolute;
  left: 3px;
  top: 3px;
}
.concept-list li:nth-of-type(2):before{
  background-image: url(https://gigaplus.makeshop.jp/youkasf/images/top-renew/number02.svg);
}
.concept-list li:nth-of-type(3):before{
  background-image: url(https://gigaplus.makeshop.jp/youkasf/images/top-renew/number03.svg);
}
.con-text{
  color: #4f484f;
  flex: 1;
  padding-left: 3vw;
}
.con-text .border-bottom{
  border-bottom: 7px solid #c8aed1;
  line-height: 1.8;  
}
.con-text .mini-text{
  margin-top: 10px;
  display: block;
  font-size: 13px;
}
.con-img{
  width: 32%;
  order: -1;
}
.concept-list .more-btn{
  position: absolute;
  left: 50%;
  bottom: 15px;
  transform: translateX(-50%);
}
.concept-list .more-btn a{
  font-size: 13px;
  font-weight: 900;
  color: #9e005d;
  display: flex;
  align-items: center;
  justify-content: center;
}
.concept-list .more-btn a:after{
  margin-left: 5px;
  content: "";
  display: block;
  background: url(https://gigaplus.makeshop.jp/youkasf/images/top-renew/renew-arrow2.svg) no-repeat;
  width: 23px;
  height: 10px;
}
/*GIFTエリア*/
#gift-area{
  margin-top: 50px;
  background: url(https://gigaplus.makeshop.jp/youkasf/images/top-renew/gift-bg.jpg?0116) no-repeat;
  background-size: cover;
  padding: 50px 0;
  background-position: bottom;
}
#gift-area>.inner{
  width: 85%;
}
#gift-area h2{
  text-align: center;
  font-family: 'Montserrat', sans-serif;
  font-size: 28px;
  font-weight: 500;
  letter-spacing: 1px;
  color: #fff;
}
#gift-area .sub-txt{
  text-align: center;
  color: #fff;
}
#gift-area .txt{
  margin-top: 30px;
  text-align: center;
  color: #fff;
  font-size: 18px;
}
.gift-list{
  margin-top: 40vw; 
  display: flex;
  flex-direction: column;
}
.gift-list li{
  width: 100%;
  text-align: center;
  background: rgba(255,255,255,.9);
  padding: 20px 0 20px 5%;
  font-size: 16px;
  display: flex;
  align-items: center;
}
.gift-list li:nth-of-type(n+2){
  margin-top: 15px;
}
.gift-list li img{
  margin-right: 10px;
  width: 14%;  
}
.gift-list li.message img{
  width: 20%;
}
#gift-area .more-btn{
  margin-top: 30px;
  text-align: center;
}
#gift-area .more-btn a{
  margin: 0 auto;
  color: #fff;
  font-size: 16px;
  display: block;
  border: 1px solid #fff;
  padding: 8px 0;
  position: relative;
  width: 85%;
}
#gift-area .more-btn a:after{
  content: "";
  background: url(https://gigaplus.makeshop.jp/youkasf/images/top-renew/renew-arrow3.svg) no-repeat;
  background-size: contain;
  width: 30px;
  height: 10px;
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
}
.footer{
  margin-top: 100px;
}
/*キーワードから探す*/
#search{
  margin: 0 auto;
  width: 90%;
  border-top: solid 1px #989898;
  border-bottom: solid 1px #989898;
  padding: 30px 0;
}
#search>.inner{
	width: 100%;
}
#search h2{
  text-align: center;
  font-size: 20px;
	font-weight: 500;
	letter-spacing: 1px;
	color: #3e3448;
}
.key-list{
  margin: 30px auto 0;
  display: flex;
  flex-wrap: wrap;
}
.key-list li{
  margin: 0 5px 10px 0;
}
.key-list li a{
  color: #3e3448;
  font-size: 14px;
  display: block;
  background: #eee;
  border-radius: 2px;
  padding: 4px 20px 3px;
}
/*トップバナーエリア*/
#bnr-area{
  margin-top: 30px;
}
.top-bnr-list{
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}
.top-bnr-list li{
  margin-bottom: 15px;
  width: 48%;
}
@media screen and (max-width:600px){
  .top-bnr-list li{
    width: 100%;
  }
}
.top-bnr-list li:last-child{
  width: 100%;
}
.top-bnr-list li a{
  display: block;  
}
.top-bnr-list li a img{
  display: block;
  border: 1px solid #989898;
}
/*後で消す*/
#wp-blog .viewmore{
  display: none !important;
}