@charset "utf-8";


/* for Common & Smartphone*/

.pageTtl h1,
.pageTtl h2{
	letter-spacing: normal;
	}
#contents{
	padding-bottom: 0;
	}
.sec{
	padding: 30px 0 !important;
}

#mv,
#topInfo,
#bnrConcept,
/*#sns,*/
#fBtnWrap{
	background: #fff;
}
#fBtnWrap{
	padding: 40px 0 20px 0;
}
/* MV ////////////////////////////// */
#mv{
	overflow: hidden;
}

/*slider*/
#mv .slider img {
	width: 100%;
	height: auto;
}
#mv .slick-slide{}
#mv .slick-current{}
#mv .slick-dots{
	/*bottom: -15px;*/
	margin: 10px 0 0 0;
	z-index:100;
	}
#mv .slick-dots li{
	display: inline-block;
	width: 12px;
    height: 12px;
	margin: 0 6px;
	}
#mv .slick-dots li button{
	background:#ccc;
	width:12px;
	height:12px;
	text-align:left;
	text-indent:-9999px;
	border:none;
	}
#mv .slick-dots li.slick-active button{
    background: #81292d;
}
#mv .slick-dots li button:hover,
#mv .slick-dots li button:focus{
    background:#999;
	cursor: pointer;
}
#mv .slick-dots li.slick-active button:hover,
#mv .slick-dots li.slick-active button:focus{
    background:#81292d;
}
#mv .slick-prev,
#mv .slick-next{
	position: absolute;
	top: 50%;
	width: 20px;
	height: 20px;
	margin-top: -15px;
	background: transparent;
	border: 1px solid #fff;
	border-bottom: none;
	z-index: 10;
	cursor: pointer;
	text-align: left;
	text-indent: -99999px;
	outline: none;
}
#mv .slick-prev{
	left: 10px;
	border-right: none;
	-webkit-transform: rotate(-45deg);
	transform: rotate(-45deg);
}
#mv .slick-next{
	right: 10px;
	border-left: none;
	-webkit-transform: rotate(45deg);
	transform: rotate(45deg);
}

/* topInfo ////////////////////////////// */
#topInfo{}
#topInfoList{
	margin: 0 0 10px 0;
}
#topInfoList dt,
#topInfoList dd{
	font-size:108%;
	text-align:left;
	}
#topInfoList dt{
	margin:0 0 2px 0;
	}
#topInfoList dd{
	margin:0 0 10px 0;
	}
/*#topInfoList dd a{
	text-decoration: underline;
	}*/
#topInfoList dd a.spHover{
	text-decoration: underline;
	}

#topInfoList .icoNew{
	margin: -5px 0 0 10px;
}
#topInfoList .icoCat{
	margin: -5px 0 0 8px;
}

#bnrConcept{
	padding: 0 0 30px 0;
}
/* sales ////////////////////////////// */
#topSales{
	/*margin: 30px 0 0 0;*/
	background: url(../images/home/bg01.jpg) no-repeat center top;
	background-size: cover;
}
#topSales .pageTtl p{
	font-size:124%;
	}
#topSales .pjList{}
#topSales .pjUnit{
	/*max-width: 290px;*/
	margin: 0 5px 10px 5px;
	padding: 0 0 10px 0;
	border-bottom: 1px solid #ccc;
	}
#topSales .pjUnit a{
	display: block;
	position: relative;
	}
#topSales .pjUnit a::after {
	content: "";
	display: block;
	clear: both;
	}
#topSales .pjUnit a::before{
	content: "";
	position:absolute;
	right:-10px;
	top:50%;
	display:block;
	vertical-align: middle;
	width: 16px;
	height: 16px;
	margin-top: -10px;
	border-width:1px;
	border-style:solid;
	border-left:none;
	border-bottom:none;
	border-color: #81292d;
	-webkit-transform: rotate(45deg);
	transform: rotate(45deg);
}
#topSales .pjUnit .pjImg{
	float: left;
	width: 30%;
	}
#topSales .pjUnit .pjStatus{
	float: left;
	width: auto;
	height: 16px;
	margin: 0 0 0 5px;
	padding: 2px 3px 0 3px;
	line-height: 1.1;
	color: #fff;
	font-size: 85%;
	}
#topSales .pjUnit .pjStatus br{
	display: none;
	}
#topSales .pjUnit .status01{
	background: #006896;
	}
#topSales .pjUnit .status02{
	background: #81292d;
	}
#topSales .pjUnit .status99{
	background: #7d0000;
	}
#topSales .pjUnit .pjData{
	float: right;
	width: calc(100% - 32%);
	margin: 0 0 20px 0;
	padding: 4px 0 0 0;
	text-align: left;
	}
#topSales .pjUnit .pjCopy{
	font-size: 93%;
	line-height: 1.4;
	}
#topSales .pjUnit .pjName{
	font-size: 77%;
	line-height: 1.4;
	font-weight: bold;
}
#topSales .pjUnit .pjName span{
	display: inline-block;
	margin: 0 0 0 0.5em;
	vertical-align: baseline;
	font-size: 160%;
}

#topSales .btn01{
	min-width: 50%;
	font-size: 124%;
}
#topSales .btn01 a{
	display: block;
	height: 40px;
	line-height: 40px;
	font-feature-settings: "palt";
}

#topSales .btnPjDtl{
	display: none;
}
/*画像fit*/
#topSales .objFitImgCon {
	height: 60px;
	}
#topSales .objFitImgCov {
	height: 60px;
	}

/* topBlog ////////////////////////////// */
#topBlog{
	/*background: url(../images/home/bg02.jpg) no-repeat center top;
	background-size: cover;*/
}
#topBlog::before {
	content: "";
	display: block;
	min-width: 100vw;
	min-height: 100vh;
	background-image: url("../images/home/bg02.jpg");
	background-position: center center;
	background-size: cover;
	background-repeat: no-repeat;
	position: fixed;
	top: 0;
	left: 0;
	z-index: -1
    }
#topBlog #blogList{}
#topBlog .blogUnit{
	margin: 0 0 10px 0;
	padding: 0 0 10px 0;
	border-bottom: 1px solid #ccc;
}
#topBlog .blogUnit a{
	display: block;
}
#topBlog .blogUnit .blogImg{
	float: left;
	width: 60px;
	background: #fff;
}
#topBlog .blogUnit .blogData{
	width: 100%;
	padding: 0 0 0 70px;
}
#topBlog .blogUnit .blogH{
	text-align: left;
	font-size: 77%;
	color: #898989;
	line-height: 1.4;
}
#topBlog .blogUnit .blogH .icoNew{
	margin-top: -5px;
	margin-left: 15px;
}
#topBlog .blogUnit .blogH .icoCat{
	margin-top: -5px;
	margin-left: 5px;
}
#topBlog .blogUnit .blogTtl{
	margin:  0.5em 0 0.1em 0;
	text-align: left;
	font-size: 100%;
	font-weight: bold;
	line-height: 1.4;
}
#topBlog .blogUnit .blogExp{
	/*display: none;*/
	text-align: left;
	font-size: 77%;
	line-height: 1.4;
	text-align: left;
}

/*画像fit*/
#topBlog .objFitImgCon {
	height: 50px;
	}
#topBlog .objFitImgCov {
	height: 50px;
	}

/* sns ////////////////////////////// */
#sns{
	/*margin: 0 0 40px 0;*/
	/*padding: 20px 0;*/
}
#sns .snsTtl{
	height: 60px;
	line-height: 60px;
	padding: 0 0 0 60px;
	background-repeat: no-repeat;
	background-position: 15px center;
	background-size: 30px auto;/*最小29px　余白アイコンサイズの半分*/
	font-size: 139%;
	text-align: left;
}
/* facebook埋め込み：レスポンシブ対応 */
#fb{
	/*margin: 0 0 20px 0;*/
	padding: 20px 0;
	background: #d4dde1;	
}
#fb .snsTtl{
	background-image: url(../images/common/ico_fb_2x.png);
}
.fb-page {
    display:block !important;
    width:100%;
    max-width:500px;
    margin-left:auto;
    margin-right:auto;
    height:300px;
}

/* instagram埋め込み：レスポンシブ対応 */
#instagram{
	/*margin: 0 0 20px 0;*/
	padding: 20px 0;
	background: #e0e8d4;
}
#instagram .snsTtl{
	background-image: url(../images/common/ico_instagram_2x.png);
}

/*graphAPI使用時*/
.instaList {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}
.instaList .item {
  width: 32%;
  margin: 0.5%;
  /*border: 1px solid #000;*/
}
.instaList .item a {
  display: block;
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
}
.instaList .item a img {
  visibility: hidden;
}

/*プラグイン使用時*/
/*#instagram > div{
	text-align: left;
}*/

/* iPhone5 とか*/
@media screen and (max-width: 320px) {
	
}
/* for Smartphone*/
/*横向きの際に適用*/
@media screen and (orientation : landscape) {
/*画像fit*/
#topSales .objFitImgCon {
	height: 60px;
	}
#topSales .objFitImgCov {
	height: 60px;
	}
}

@media screen and (min-width:420px) and (max-width:767px) {
/*画像fit*/
#topSales .objFitImgCon {
	height: 120px;
	}
#topSales .objFitImgCov {
	height: 120px;
	}
}

/* for PC*/
@media print, screen and (min-width:768px) {
.pageTtl h1,
.pageTtl h2{
	letter-spacing: normal;
	}
#contents{
	padding-bottom: 0;
	}
.sec{
	padding: 50px 0 !important;
}
#fBtnWrap{
	padding: 80px 0 40px 0;
}
/* MV ////////////////////////////// */
#mv{
	overflow: hidden;
}

/*slick*/
#mv .slick-list {
	margin-left: -15px;/*隙間分のネガティブマージン*/
	}
#mv .slick-slide img{}
#mv .slick-slide{
	margin-left: 15px;/*隙間分*/
	}
#mv .slick-current{}
#mv .slick-dots{
	/*bottom: 10px;*/
	}
#mv .slick-dots li{}
#mv .slick-dots li button{}
#mv .slick-dots li.slick-active button{}
#mv .slick-dots li button:hover,
#mv .slick-dots li button:focus{}
#mv .slick-prev,
#mv .slick-next{
	width: 40px;
	height: 40px;
	margin-top: -35px;
	border-width: 2px;
}
#mv .slick-prev{
	left:20px;
}
#mv .slick-next{
	right:20px;
}

/* topInfo ////////////////////////////// */
#topInfo{}
#topInfoList{
	float: left;
	/*width: calc(100% - 320px);*/
}
#topInfoList dt,
#topInfoList dd{
	/*font-size:124%;*/
	font-size:108%;
	}
#topInfoList dt{
	clear:both;
	float:left;
	margin:0 0 10px 0;
	}
#topInfoList dd{
	/*width:100%;*/
	margin:0 0 10px 0;
	padding: 0 0 0 10px;
	/*padding:0 0 0 260px;*/
	float:left;
}
#topInfoList dd a{}
#topInfoList dd a:hover{
	text-decoration: underline;
	}
#topInfoList .icoNew{}
#topInfoList .icoCat{
	float: right;
	margin-top: 2px;
	}

#bnrConcept{
	padding: 0 0 40px 0;
}
 /* sales////////////////////////////// */
#topSales{
	/*margin: 40px 0 0 0;*/
	}
#topSales .pageTtl p{
	font-size:139%;
	}
#topSales .pjList{}
#topSales .pjUnit{
	float: left;
	max-width: none;
	width: 28%;
	margin: 0 8% 40px 0;
	border: none;
	}
#topSales .pjList .pjUnit:nth-child(3n){
	margin-right: 0;
	}
#topSales .pjList .pjUnit:nth-child(3n+1){
	clear: both;
	}
#topSales .pjUnit a{}
#topSales .pjUnit a::before{
	display: none;
	}
#topSales .pjUnit .pjImg{
	float: none;
	width: 100%;
	margin: 0 0 10px 0;
	}
#topSales .pjUnit .pjStatus{
	width: 50px;
	height: 32px;
	margin: 0;
	padding: 0.35em 0 0 0;
	}
#topSales .pjUnit .pjStatus br{
	display: block;
	}
#topSales .pjUnit .status01{}
#topSales .pjUnit .status02{}
#topSales .pjUnit .status99{}
#topSales .pjUnit .pjData{
	width: calc(100% - 60px);
	margin: 0 0 20px 0;
	padding: 0;
	}
#topSales .pjUnit .pjCopy{}
#topSales .pjUnit .pjName{}
#topSales .pjUnit .pjName span{}

#topSales .btn01{
	min-width: initial;
	width: 400px;
	font-size: 139%;
}
#topSales .btn01 a{
	height: 55px;
	line-height: 55px;
}

#topSales .btnPjDtl{
	display: block;
}
	
/*画像fit*/
#topSales .objFitImgCon {
	/*max-height: none;*/
	height: 152px;
	}
#topSales .objFitImgCov {
	/*max-height: none;*/
	width: 100%;
	height: 152px;
	}

/* topBlog ////////////////////////////// */
#topBlog{
	/*height: 100vh;*/
    background-image: url("../images/home/bg02.jpg");
    background-position: center center;
    background-attachment: fixed;
    background-size: cover;
    background-repeat: no-repeat
	}
#topBlog::before{
		display: none;
	}	
#topBlog #blogList{}
#topBlog .blogUnit{
	width: 48%;
	margin: 0 0 50px 0;
	padding: 0 0 0 0;
	border-bottom: none;
}
#topBlog .blogUnit:nth-of-type(2n+1){
	clear: both;
	float: left;
}
#topBlog .blogUnit:nth-of-type(2n){
	float: right;
}
#topBlog .blogUnit .blogImg{
	width: 36%;
}
#topBlog .blogUnit .blogData{
	width: 100%;
	padding: 0 0 0 40%;
}
#topBlog .blogUnit .blogH{
	font-size: 108%;
	/*white-space: nowrap;*/
}
#topBlog .blogUnit .blogH .icoNew{
	/*margin-left: 20px;*/
	margin-left: 10px;
}
#topBlog .blogUnit .blogH .icoCat{}
#topBlog .blogUnit .blogTtl{
	padding: 0.8em 0;
	font-size: 124%;
}
#topBlog .blogUnit .blogExp{
	/*display: block;*/
	font-size: 100%;
}
/*画像fit*/
#topBlog .objFitImgCon {
	height: 150px;
	}
#topBlog .objFitImgCov {
	height: 150px;
	}
	
/* sns ////////////////////////////// */
#sns{
	position: relative;
	/*margin: 0 0 80px 0;*/
	}
  #sns > div{
  display: flex;
  justify-content: space-between;
	}
#sns .snsTtl{
	font-size: 216%;
}
/* facebook埋め込み：レスポンシブ対応 */
#fb{
	position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
	z-index: 1;
	float: left;
	width: 47.5%;
	margin: 0 0 0 0;
}
  #fb::after,
  #sns > div::after{
    content: none;
  }
#fb .snsTtl{}

.fb-page {
	max-width:475px;
	}

/* instagram埋め込み：レスポンシブ対応 */
#instagram{
	position: relative;
	z-index: 1;
	float: right;
	width: 47.5%;
	margin: 0 0 0 0;
}
#instagram .snsTtl{}

/*graphAPI使用時*/
.instaList {}
.instaList .item {
  width: 32.2%;
  margin: 0.56%;
}
	
/*プラグイン使用時*/
#instagram > div{}

#sns::before,
#sns::after{
	content: "";
	position: absolute;
	width: 50%;
	height: 100%;
	top: 0;
	}
#sns::before{
	left: 0;
	background: #d4dde1;
	}
#sns::after{
	right: 0;
	background: #e0e8d4;
	}
}

/*for Retina*/
@media only screen and (-webkit-min-device-pixel-ratio: 2) { 

}

