/*----------------------------------------
slider
-----------------------------------------*/
/* dots */
#index--slider .slick-dotted.slick-slider{
	margin-bottom: 0;
}
#index--slider .slick-dots{
	bottom: auto;
	top: -1.75em;
	padding: 0;
	margin: 0;
	text-align: right;
}
#index--slider .slick-dots li{
	width: 12px;
	height: 12px;
	margin: 0 2px;
}
#index--slider .slick-dots li button{
	width: 12px;
	height: 12px;
	padding: 2px;
}
#index--slider .slick-dots li button:before{
	font-family: 'slick';
	font-size: 6px;
	line-height: 12px;
	width: 12px;
	height: 12px;
	opacity: .75;
	color: #CECBCB;
}
#index--slider .slick-dots li.slick-active button:before{
	opacity: .75;
	color: #030303;
}
	@media screen and (max-width: 950px) {
		#index--slider .slick-dots{
			text-align: left;
			padding: 0 .75em;
		}
	}



/*-----------------------------------------
contnet header
-----------------------------------------*/
.header-btn{
	display: table;
	table-layout: fixed;
	width: 100%;
}
a.e-shop{
	display: table-cell;
	vertical-align: middle;
	color: #fff;
	font-weight: 500;
	padding: 1em 1.5em;
	background: #E53F46 url("../images/index/icon-shopping.png")no-repeat 94% center;
	background-size: 2.5em auto;
	font-size: 1.0625em;
}
a.e-shop:hover{
	background-position: 96% center;
}
.otoiawase{
	display: table-cell;
	font-weight: 500;
	background: #CECBCB;
	padding: 1em 0 1em 1em;
	width: 240px;
}
.otoiawase div{
	padding-left: 1em;
	position: relative;
}
.otoiawase div:before{
	content: "";
	position: absolute;
	top: 50%;
	left: 0;
	width: .65em;
	height: .65em;
	margin-top: -4px;
	border:1px solid #030303;
}
	@media screen and (max-width: 567px) {
		.header-btn{
			font-size: 71.42%;
		}
		a.e-shop{
			padding: 1.5em 1em 1.5em 1.15em;
			background-size: 2em auto;
		}
		.otoiawase{
			width: 153px;
			padding: 1.5em 0 1.5em 1em;
		}
	}

/*-----------------------------------------
contnet section
-----------------------------------------*/
.section-index{
	padding: 1.75em 0;
}
	@media screen and (max-width: 950px) {
		.section-index{
			padding: 1.5em 6.5% 2.5em;
		}
	}

/*---------------------------------------
oshirasebnr-sns
---------------------------------------*/
.oshirase-bnr-sns{
	width: 100%;
	display:-webkit-box;
	display:-moz-box;
	display:-ms-flexbox;
	display:-webkit-flex;
	display:-moz-flex;
	display:flex;
	flex-wrap: wrap;
	-webkit-justify-content: space-between;
	justify-content: space-between;
	font-size: 0.9375em;
}
.blog-bnr{
	height: 100vh;
	width: calc(100% - 33.3333%);
	position: relative;
	padding-right: .375em;
}
.official-sns{
	width: 33.3333%;
	padding-left: 1em;
}
	@media screen and (max-width: 666px){
		.blog-bnr{
			width: 100%;
			margin-bottom: 1.5em;
		}
		.official-sns{
			width: 100%;
			padding-left: 0;
		}

	}

/* blog */
.blog-bnr a{
	display: block;
}
.blog-bnr{
	position: relative;
	overflow: hidden;
	height: 16.5em;
}
.blog-bnr:before{
	position: absolute;
	content: "";
	display: block;
	width: 100%;
	height: 100%;
	background: url(../images/index/bnr-blog.jpg) no-repeat 80% center;
	background-size: cover;
	-webkit-transition: all .3s ease-out;
	-moz-transition: all .3s ease-out;
	-ms-transition: all .3s ease-out;
	transition: all .3s ease-out;
}
.blog-bnr:hover:before{
	opacity: .7;
	-moz-transform: scale(1.04);
	-webkit-transform: scale(1.04);
	-ms-transform: scale(1.04);
	transform: scale(1.04);
}

.blog-bnr div img{
	max-width: 40%;
	padding-left: 1.5em;
	position: absolute;
	top: 50%;
	-webkit-transform: translate(0, -50%);
	transform: translate(0, -50%);
}
	/* ブログバナー調節 */
	@media screen and (min-width:950px) and ( max-width:1030px){
		.blog-bnr:before{
			background-size: contain;
			background-position: center bottom;
			background-color: #f5f5f5;
		}
		.blog-bnr div img{
			max-width: 47%;
			padding-left: 1em;
		}
	}
	@media screen and (min-width:667px) and ( max-width:735px){
		.blog-bnr:before{
			background-size: contain;
			background-position: center bottom;
			background-color: #f5f5f5;
		}
		.blog-bnr div img{
			max-width: 47%;
			padding-left: 1em;
		}
	}
	@media screen and (max-width: 567px){
		.blog-bnr{
			height: 11.75em;
		}
		.blog-bnr:before{
			background-position: 45% center;
		}
		.blog-bnr div img{
			max-width: 46%;
			padding-left: 1em;
		}
	}


.blog-bnr .blog-click{
	position: absolute;
	right: 0;
	bottom: 0;
	width: 2em;
	height: 2em;
	background: #e53f46;
}
.blog-bnr .blog-click:before{
	position: absolute;
	content: "";
	top: .75em;
	left: .5em;
	width: .5em;
	height: .5em;
	border-top: solid 2px #fff;
	border-right: solid 2px #fff;
	transform: rotate(45deg);
	transition: 0.2s;
}
.blog-bnr:hover .blog-click:before{
	left: .75em;
}


/* sns */
.official-sns-tit{
	text-align: center;
	background: #dedede;
	font-family: 'Noto Serif JP', serif;
}
.official-sns li{
	padding: .75em 0;
	border-bottom: 1px solid #e1e1e1;
}
.official-sns li:last-child{
	padding-bottom: 0;
	border-bottom: none;
}
.sns-tit{
	font-family: 'Noto Serif JP', serif;
	border-left: 4px solid #030303;
	line-height: 1.25;
	margin-bottom: .5em;
	padding-left: .5em;
	letter-spacing: -.05em;
}
.sns-body{
	font-size: .875em;
	color: #75787a;
	line-height: 1.4;
	position: relative;
	letter-spacing: -.05em;
}
	/* 詰め調節 */
	@media screen and (min-width:950px) and ( max-width:1100px) {
		.official-sns li:nth-child(1) .sns-body{
			letter-spacing: -.1em;
		}
		.official-sns li:nth-child(2) .sns-tit{
			letter-spacing: -.08em;
			font-size: .875em;
		}
	}
	@media screen and (min-width:667px) and ( max-width:756px) {
		.official-sns li:nth-child(2) .sns-tit{
			font-size: .935em;
		}
	}

.sns-btn-link{
	position: absolute;
	right: 0;
	bottom: -3px;
}
.sns-btn-link a{
	display: inline-block;
	line-height: 1.0;
	margin-left: 2px;
}
.sns-btn-link img{
	max-width: 36px;
}
	@media screen and (min-width:667px) and ( max-width:1100px) {
		.sns-btn-link img{
			max-width: 30px;
		}
	}




/*-----------------------------------------
topics
-----------------------------------------*/
.topics{
	margin-top: 3em;
	display:-webkit-box;
	display:-moz-box;
	display:-ms-flexbox;
	display:-webkit-flex;
	display:-moz-flex;
	display:flex;
	flex-wrap: wrap;
}
.topics a.item{
	display: block;
	width: calc(100% / 3);
	margin-bottom: 2em;
}
.topics a.item:nth-child(3n+1){
	padding-right: .75em;
}
.topics a.item:nth-child(3n+2){
	padding: 0 .375em;
}
.topics a.item:nth-child(3n+3){
	padding-left: .75em;
}
	@media screen and (max-width: 567px) {
		.topics a.item{
			width: 100%;
		}
		.topics a.item:nth-child(3n+1){
			padding-right: 0;
		}
		.topics a.item:nth-child(3n+2){
			padding: 0;
		}
		.topics a.item:nth-child(3n+3){
			padding-left: 0;
		}

	}


.imgwrap {
	overflow: hidden;
	position: relative;
}
.imgwrap div{
	position: absolute;
	top: 50%;
	left: 50%;
	-ms-transform: translate(-50%,-50%);
	-webkit-transform: translate(-50%,-50%);
	transform: translate(-50%,-50%);
	margin:0;
	padding:0;
	font-weight: 600;
	letter-spacing: .1em;
	font-family: 'Montserrat', sans-serif;
	text-align: center;
}
.imgwrap div.white{
	color: #fff;
}
.imgwrap div.black{
	color: #030303;
}
.imgwrap img{
	width: 100%;
	display: block;
	transition: 0.4s;
}
.imgwrap img:hover{
	transform: scale(1.1);
	transition: 0.4s;
}

.topicstitle{
	font-size: 1.06em;
	padding: 32px 0;
	text-align: center;
	background:#EBEAEA;
	font-family: 'Noto Serif JP', serif;
}
.onlineshop .topicstitle{
	padding: 25.5px 0;
}
.onlineshop span{
	display: block;
	font-size: 13px;
	line-height: 1.0;
}

	@media screen and (max-width: 567px) {
		.imgwrap img{
			height: 13.5em;
			object-fit: cover;
		}
	}

/*-----------------------------------------
一時的なおしらせ
-----------------------------------------*/
a.tmp-oshirse{
	width: 90%;
	max-width: 480px;
	color: #E53F46;
	font-size: 1.0625em;
	font-weight: 600;
	letter-spacing: 3px;
	border: 2px solid #E53F46;
	display: block;
	padding: .75em 1.25em;
	margin: 1.5em auto 0;
	background: url(../images/common/icon-pdf-red.png) no-repeat calc(100% - 1.25em); center;
	background-size:1.75em auto;
}
a.tmp-oshirse:hover{
	background-color: #fff5f5;
}
/*-----------------------------------------
50周年バナー
-----------------------------------------*/
.bnr-50th img{
	display: block;
	margin: 1.5em auto 0;
	max-width:657px;
	width: 91%;
	transition: .4s;
}
.bnr-50th img:hover{
  opacity: 0.7;
}