/*■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■

		ベース用

■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■*/
/****************************************************************************************************************************
		共通
****************************************************************************************************************************/
@import url(https://fonts.googleapis.com/earlyaccess/notosansjp.css);
/*-------------------------------------------------------------------------------------------
	初期設定
-------------------------------------------------------------------------------------------*/
html{
	margin: 0;
	padding: 0;
	width: 100%;
}

body{
	font-family:"Sawarabi Gothic",'Noto Sans JP', -apple-system, BlinkMacSystemFont, "Helvetica Neue", "Segoe UI","Noto Sans Japanese","ヒラギノ角ゴ ProN W3", Meiryo, sans-serif;
	font-weight:300;
	font-weight: normal;
	color: #333;
	font-size: 15px;
	margin: 0;
	padding: 0;
	box-sizing: border-box;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	-o-box-sizing: border-box;
	-ms-box-sizing: border-box;
	position: relative;
	background-color: #fff;
	text-align: justify;
	letter-spacing: 0.1em;
}

*{
	margin: 0;
	padding: 0;
	box-sizing: border-box;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	-o-box-sizing: border-box;
	-ms-box-sizing: border-box;
}

img{
	/*width: 100%;*/
}

p{
	margin: 0;
	padding: 0;
	letter-spacing: 0.1em;
	text-align: justify;
}

ul{
	margin: 0;
	padding: 0;
}

li{
	margin: 0;
	padding: 0;
	list-style-type: none;
}

a{
	color: #00a0e9;
	text-decoration: none;
	/*-webkit-transition: all 0.5s ease;
	-moz-transition: all 0.5s ease;
	transition: all  0.5s ease;*/
}

@media screen and (min-width: 920px){
	a:hover{
		color: #00bbff;
		/*-webkit-transition: all 0.5s ease;
		-moz-transition: all 0.5s ease;
		transition: all  0.5s ease;*/
	}
}

.w1200{
	width: 1200px;
	margin-left: auto;
	margin-right: auto;
}

h1{
	text-align: center;
	letter-spacing: 0.2em;
	font-size: 25px;
	line-height: 1.5em;
	color: #333;
	margin: 0;
}

h2{
	text-align: center;
	letter-spacing: 0.2em;
	font-size: 25px;
	line-height: 1.5em;
	color: #333;
}

.h2Area{
	margin-bottom: 20px;
}

.h2Area h2{
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: start;
	-ms-flex-pack: start;
	justify-content: flex-start;
	-webkit-box-align: end;
	-ms-flex-align: end;
	align-items: flex-end;
}

.h2Area h2 p{
	line-height: 1.5em;
}

.h2Area h2 span{
	display: inline-block;
	font-size: 16px;
	line-height: 1.9em;
	letter-spacing: 0.12em;
	margin-left: 15px;
}

input,textarea{
	margin: 0;
	padding: 0;
	-webkit-appearance: none;
	border-radius: 0;
	background-color: transparent;
	background-color: initial;
}

.w1200{
	width: 1200px;
	margin-left: auto;
	margin-right: auto;
}

img{
	max-width: 100%;
}

.tag_red{
	color: #ff0000;
}

.tag_bk{
	color: #333;
	text-decoration: none;
}

@media screen and (max-width: 1220px){
	.w1200{
		width: 100%;
		padding-left: 10px;
		padding-right: 10px;
	}
}
@media screen and (max-width: 920px){
	.h2Area{
		margin-bottom: 15px;
	}
}
@media screen and (max-width: 640px){
	h1{
		letter-spacing: 0.1em;
		font-size: 22px;
	}
	h2{
		letter-spacing: 0.1em;
		font-size: 22px;
		line-height: 1.1em;
	}
	.h2Area h2{
		text-align: left;
		display: block;
	}
	.h2Area h2 p{
		line-height: 1.3em;
	}
	.h2Area h2 span{
		font-size: 14px;
		line-height: 1.3em;
		letter-spacing: 0.1em;
		margin-left: 0px;
	}
}
@media screen and (max-width: 500px){
	h1{
		letter-spacing: 0.1em;
		font-size: 20px;
	}
	h2{
		letter-spacing: 0.1em;
		font-size: 20px;
	}
}



/****************************************************************************************************************************
		ヘッダー
****************************************************************************************************************************/
header{
}

header .header_in{
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: stretch;
	-ms-flex-align: stretch;
	align-items: stretch;
	padding-top: 10px;
	padding-bottom: 10px;
}

header .header_in .head_logo{
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: stretch;
	-ms-flex-align: stretch;
	align-items: stretch;
	width: 140px;
}

header .header_in .head_logo a{
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: stretch;
	-ms-flex-align: stretch;
	align-items: stretch;
	width: 100%;
	height: 100%;
}

header .header_in .head_logo a img{
	display: block;
	width: 100%!important;
	height: auto!important;
}

header .header_in .head_info{
	flex: 1;
}

header .header_in .head_info .info_top{
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: end;
	-ms-flex-pack: end;
	justify-content: flex-end;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	margin-bottom: 10px;
}

header .header_in .head_info .info_top .head_search{
	display: block;
	width: 350px;
	height: 35px;
	position: relative;
	background-color: #f7f7f7;
	border-radius: 3px;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	margin-right: 15px;
}

header .header_in .head_info .info_top .head_search form.search{
}

header .header_in .head_info .info_top .head_search form.search input{
	font-family:'Noto Sans JP', -apple-system, BlinkMacSystemFont, "Helvetica Neue", "Segoe UI","Noto Sans Japanese","ヒラギノ角ゴ ProN W3", Meiryo, sans-serif;
	display: block;
	width: 100%;
	height: 100%;
	position: absolute;
	top:0;
	left: 0;
	margin: 0;
	padding: 0;
	-webkit-appearance: none;
	border-radius: 0;
	background-color: transparent;
	background-color: initial;
	z-index: 2;
	padding-left: 40px;
	padding-right: 8px;
	border: none;
	outline: none;
}

header .header_in .head_info .info_top .head_search form.search input::placeholder{
	font-family:'Noto Sans JP', -apple-system, BlinkMacSystemFont, "Helvetica Neue", "Segoe UI","Noto Sans Japanese","ヒラギノ角ゴ ProN W3", Meiryo, sans-serif;
	letter-spacing: 0;
	color: #aaa;
}

header .header_in .head_info .info_top .head_search form.search input::-ms-input-placeholder{
	font-family:'Noto Sans JP', -apple-system, BlinkMacSystemFont, "Helvetica Neue", "Segoe UI","Noto Sans Japanese","ヒラギノ角ゴ ProN W3", Meiryo, sans-serif;
	letter-spacing: 0;
	color: #aaa;
}


header .header_in .head_info .info_top .head_search form.search button{
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	width: 20px;
	height: 20px;
	-webkit-appearance: none;
	border-radius: 0;
	background-color: transparent;
	background-color: initial;
	border: none;
	font-size: 18px;
	color: #999;
	position: absolute;
	top:0;
	left: 12px;
	right:auto;
	bottom:0;
	margin: auto;
}

header .header_in .head_info .info_top .head_sns{
}

header .header_in .head_info .info_top .head_sns a{
	font-size: 22px;
	margin-left: 10px;
}

header .header_in .head_info .info_top .head_sns a img{
	display: inline-block;
	width: 20px;
	position: relative;
	top:2px;
}

header .header_in .head_info .info_top .head_sns a .fa-instagram{
	color: #6b6b6b;
}

header .header_in .head_info .info_top .head_sns a .fa-twitter{
	color: #00a0e9;
}

header .header_in .head_info .info_top .head_sns a .fa-envelope{
	color: #ff5db0;
}

header .header_in .head_info .info_top .trigger{
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	width: 30px;
	height: 30px;
	background-color: #333;
	margin-left: 15px;
	cursor:pointer;
	position: relative;
	-webkit-transition: all 0.5s;
	-moz-transition: all 0.5s;
	-ms-transition: all 0.5s;
	-o-transition: all 0.5s;
	transition: all 0.5s;
	z-index: 500;
}

header .header_in .head_info .info_top .trigger span{
	display: block;
	width: 18px;
	height: 2px;
	background-color: #fff;
}

header .header_in .head_info .info_top .trigger span:before,header .header_in .head_info .info_top .trigger span:after{
	content: '';
	display: block;
	width: 18px;
	height: 2px;
	background-color: #fff;
	position: absolute;
	left: 0;
	right:0;
	margin: auto;
	z-index: 2;
}

header .header_in .head_info .info_top .trigger span:before{
	top:7px;
	bottom:auto;
}

header .header_in .head_info .info_top .trigger span:after{
	top:auto;
	bottom:7px;
}

header .header_in .head_info nav.head_nav{
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: end;
	-ms-flex-pack: end;
	justify-content: flex-end;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
}

header .header_in .head_info nav.head_nav ul{
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: end;
	-ms-flex-pack: end;
	justify-content: flex-end;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
}

header .header_in .head_info nav.head_nav li{
	display: inline-block;
	margin-left: 20px;
}

header .header_in .head_info nav.head_nav li a{
	display: inline-block;
	color: #333;
	font-weight: bold;
	font-size: 16px;
}

@media screen and (min-width: 919px){
	header .header_in .head_logo a:hover{
		-webkit-transition: all 0.5s;
		-moz-transition: all 0.5s;
		-ms-transition: all 0.5s;
		-o-transition: all 0.5s;
		transition: all 0.5s;
		opacity: 0.5;
	}
	header .header_in .head_info .info_top .head_sns a:hover{
		-webkit-transition: all 0.5s;
		-moz-transition: all 0.5s;
		-ms-transition: all 0.5s;
		-o-transition: all 0.5s;
		transition: all 0.5s;
		opacity: 0.5;
	}
	header .header_in .head_info .info_top .trigger:hover{
		-webkit-transition: all 0.5s;
		-moz-transition: all 0.5s;
		-ms-transition: all 0.5s;
		-o-transition: all 0.5s;
		transition: all 0.5s;
		opacity: 0.5;
	}
	header .header_in .head_info nav.head_nav li a:hover{
		-webkit-transition: all 0.5s;
		-moz-transition: all 0.5s;
		-ms-transition: all 0.5s;
		-o-transition: all 0.5s;
		transition: all 0.5s;
		opacity: 0.5;
	}
}

@media screen and (max-width: 920px){
	header .header_in{
		-webkit-box-align: center;
		-ms-flex-align: center;
		align-items: center;
	}
	header .header_in .head_info .info_top{
		margin-bottom: 0px;
	}
	header .header_in .head_info nav.head_nav{
		display: none;
	}
}
@media screen and (max-width: 750px){
	header .header_in .head_info .info_top .head_search{
		margin-right: 0px;
	}
	header .header_in .head_info .info_top .head_sns{
		display: none;
	}

}
@media screen and (max-width: 640px){
	header .header_in{
		-webkit-box-align: center;
		-ms-flex-align: center;
		align-items: center;
	}
	header .header_in .head_logo{
		-webkit-box-align: center;
		-ms-flex-align: center;
		align-items: center;
		width: 120px;
	}
	header .header_in .head_logo a{
		display: block;
		height: auto;
	}
	header .header_in .head_info .info_top .head_search{
		display: none;
	}
}
@media screen and (max-width: 500px){
	header .header_in{
		padding-top: 3px;
		padding-bottom: 3px;
	}
	header .header_in .head_logo{
		width: 100px;
	}
}

/****************************************************************************************************************************
		フッター
****************************************************************************************************************************/
footer{
}

footer:before{
	content: '';
	display: block;
	width: 100%;
	height: 10px;
	background-image: url(../image/foot_bg_line.jpg);
	background-repeat: repeat-x;background-position: center center;
}

footer .in_foot{
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	padding-top: 40px;
	padding-bottom: 40px;
}

footer .in_foot .foot_left{
}

footer .in_foot .foot_left .foot_logo{
}

footer .in_foot .foot_left .foot_logo a{
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: start;
	-ms-flex-pack: start;
	justify-content: flex-start;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	color: #333;
}

footer .in_foot .foot_left .foot_logo a .foot_logo_img{
	width: 130px;
}

footer .in_foot .foot_left .foot_logo a .foot_logo_img img{
	display: block;
	width: 100%;
}


footer .in_foot .foot_left .foot_logo a .foot_logo_text{
	margin-left: 20px;
}

footer .in_foot .foot_left .foot_logo a .foot_logo_text p{
	font-weight: bold;
	font-size: 13px;
}

footer .in_foot .foot_left .foot_logo a .foot_logo_text p.site_name{
	font-size: 16px;
	letter-spacing: 0.2em;
}

footer .in_foot .foot_left .copyright{
}

footer .in_foot .foot_left .copyright a{
	display: inline-block;
	font-size: 11px;
	color: #999;
	margin-top: 5px;
	letter-spacing: 0.2em;
}

footer .in_foot .foot_right{
	flex: 1;
}

footer .in_foot .foot_right .cut_links{
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: end;
	-ms-flex-pack: end;
	justify-content: flex-end;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	margin-bottom: 10px;
}

footer .in_foot .foot_right .cut_links a{
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	background-color: #f7f7f7;
	color: #666;
	padding: 10px 20px;
	margin-left: 15px;
	font-weight: bold;
	border-radius: 5px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	min-width: 150px;
}

footer .in_foot .foot_right nav.foot_nav{
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: end;
	-ms-flex-pack: end;
	justify-content: flex-end;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
}

footer .in_foot .foot_right nav.foot_nav ul{
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: end;
	-ms-flex-pack: end;
	justify-content: flex-end;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
}

footer .in_foot .foot_right nav.foot_nav li{
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
}

footer .in_foot .foot_right nav.foot_nav li:before{
	display: inline-block;
	content: '|';
	padding-left: 10px;
	padding-right: 10px;
	color: #aaa;
}

footer .in_foot .foot_right nav.foot_nav li:nth-child(1):before{
	display: none;
}

footer .in_foot .foot_right nav.foot_nav li a{
	color: #333;
	font-weight: bold;
	font-size: 14px;
}

footer .in_foot .foot_right nav.foot_nav .foot_sns a img{
	display: inline-block;
	width: 20px;
	position: relative;
	top:2px;
}

footer .in_foot .foot_right nav.foot_nav .foot_sns{
	margin-left: 20px;
}

footer .in_foot .foot_right nav.foot_nav .foot_sns a{
	display: inline-block;
	font-size: 22px;
	margin-left: 5px;
}

footer .in_foot .foot_right nav.foot_nav .foot_sns a .fa-instagram{
	color: #6b6b6b;
}

footer .in_foot .foot_right nav.foot_nav .foot_sns a .fa-twitter{
	color: #00a0e9;
}

footer .in_foot .foot_right nav.foot_nav .foot_sns a .fa-envelope{
	color: #ff5db0;
}

@media screen and (min-width: 919px){
	footer .in_foot .foot_left .foot_logo a:hover{
		-webkit-transition: all 0.5s;
		-moz-transition: all 0.5s;
		-ms-transition: all 0.5s;
		-o-transition: all 0.5s;
		transition: all 0.5s;
		opacity: 0.5;
	}
	footer .in_foot .foot_left .copyright a:hover{
		-webkit-transition: all 0.5s;
		-moz-transition: all 0.5s;
		-ms-transition: all 0.5s;
		-o-transition: all 0.5s;
		transition: all 0.5s;
		opacity: 0.5;
	}
	footer .in_foot .foot_right .cut_links a:hover{
		-webkit-transition: all 0.5s;
		-moz-transition: all 0.5s;
		-ms-transition: all 0.5s;
		-o-transition: all 0.5s;
		transition: all 0.5s;
		opacity: 0.5;
	}
	footer .in_foot .foot_right nav.foot_nav li a:hover{
		-webkit-transition: all 0.5s;
		-moz-transition: all 0.5s;
		-ms-transition: all 0.5s;
		-o-transition: all 0.5s;
		transition: all 0.5s;
		opacity: 0.5;
	}
	footer .in_foot .foot_right nav.foot_nav .foot_sns a:hover{
		-webkit-transition: all 0.5s;
		-moz-transition: all 0.5s;
		-ms-transition: all 0.5s;
		-o-transition: all 0.5s;
		transition: all 0.5s;
		opacity: 0.5;
	}
}

@media screen and (max-width: 1100px){
	footer .in_foot .foot_right .cut_links a{
		padding: 8px 15px;
		min-width: 100px;
		font-size: 13px;
	}
}
@media screen and (max-width: 1000px){
	footer .in_foot{
		display: block;
		padding-top: 20px;
		padding-bottom: 40px;
	}
	footer .in_foot .foot_left{
		text-align: center;
	}
	footer .in_foot .foot_left .foot_logo a{
		display: inline-block;
	}
	footer .in_foot .foot_left .foot_logo a .foot_logo_img{
		margin-left: auto;
		margin-right: auto;
		margin-bottom: 10px;
	}
	footer .in_foot .foot_left .foot_logo a .foot_logo_text{
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-pack: center;
		-ms-flex-pack: center;
		justify-content: center;
		-webkit-box-align: center;
		-ms-flex-align: center;
		align-items: center;
		margin-left: 0px;
	}
	footer .in_foot .foot_left .foot_logo a .foot_logo_text p{
		font-size: 14px;
		line-height: 1.3em;
		letter-spacing: 0.12em;
	}
	footer .in_foot .foot_left .foot_logo a .foot_logo_text p.site_name{
		font-size: 14px;
		line-height: 1.3em;
		letter-spacing: 0.12em;
		padding-left: 10px;
	}

	footer .in_foot .foot_right nav.foot_nav ul{
		display: none;
	}
	footer .in_foot .foot_left .copyright{
		position: absolute;
		top:auto;
		left: 0;
		right:0;
		bottom:10px;
		margin: auto;
		text-align: center;
	}
	footer .in_foot .foot_left .copyright a{
		margin-top: 0px;
		letter-spacing: 0.1em;
	}
	footer .in_foot .foot_right{
		text-align: center;
		margin-top: 20px;
	}
	footer .in_foot .foot_right .cut_links{
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-pack: center;
		-ms-flex-pack: center;
		justify-content: center;
		-webkit-box-align: center;
		-ms-flex-align: center;
		align-items: center;
	}
	footer .in_foot .foot_right .cut_links a{
		margin-left: 15px;
	}
	footer .in_foot .foot_right .cut_links a:nth-child(1){
		margin-left: 0px;
	}
	footer .in_foot .foot_right nav.foot_nav .foot_sns{
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-pack: center;
		-ms-flex-pack: center;
		justify-content: center;
		-webkit-box-align: center;
		-ms-flex-align: center;
		align-items: center;
		width: 100%;
		margin-left: 0px;
	}
	footer .in_foot .foot_right nav.foot_nav .foot_sns a{
		margin-left: 15px;
		font-size: 25px;
	}
	footer .in_foot .foot_right nav.foot_nav .foot_sns a img{
		width: 22px;
		top:2px;
	}
	footer .in_foot .foot_right nav.foot_nav .foot_sns a:nth-child(1){
		margin-left: 0px;
	}
}
@media screen and (max-width: 640px){
	footer .in_foot .foot_right{
		margin-top: 10px;
	}
	footer .in_foot .foot_right .cut_links{
		display: none;
	}
	footer .in_foot .foot_left .copyright a{
		margin-top: 0px;
		letter-spacing: 0.1em;
		font-size: 10px;
	}
}
@media screen and (max-width: 500px){
	footer .in_foot .foot_left .foot_logo a .foot_logo_text{
		display: block;
		text-align: center;
	}
	footer .in_foot .foot_left .foot_logo a .foot_logo_text p{
		font-size: 12px;
	}
	footer .in_foot .foot_left .foot_logo a .foot_logo_text p.site_name{
		text-align: center;
		padding-left: 0px;
		margin-top: 5px;
		font-size: 13px;
	}
}

/*----------------------------------------
 page-top
----------------------------------------*/
#page-top{
	display: block;
  position: fixed;
	top:auto;
	left:auto;
	right: 10px;
  bottom: -100px;
	width: 63px;
	height: 87px;
	-webkit-transition: all 0.5s;
	-moz-transition: all 0.5s;
	-ms-transition: all 0.5s;
	-o-transition: all 0.5s;
	transition: all 0.5s;
	z-index: 1000;
}

#page-top.on{
  bottom: -3px;
	-webkit-transition: all 0.5s;
	-moz-transition: all 0.5s;
	-ms-transition: all 0.5s;
	-o-transition: all 0.5s;
	transition: all 0.5s;
}

#page-top a{
	display: block;
	background-repeat: no-repeat;
	background-size: contain;
	width: 63px;
	height: 87px;
}


@media screen and (min-width: 919px){
	#page-top a:hover{
		-webkit-transition: all 0.5s;
		-moz-transition: all 0.5s;
		-ms-transition: all 0.5s;
		-o-transition: all 0.5s;
		transition: all 0.5s;
		opacity: 0.7;
	}
}

@media screen and (max-width: 500px){
	#page-top{
		/*width: 45px;
    height: 62px;*/
		width: 50px;
    height: 69px;
		right: 5px;
	}
	#page-top a{
		width: 50px;
    height: 69px;
	}
}


/*----------------------------------------------
	フェードイン
----------------------------------------------*/
.fadeIn{
	-webkit-transition: all 0.5s;
	-moz-transition: all 0.5s;
	-ms-transition: all 0.5s;
	-o-transition: all 0.5s;
	transition: all 0.5s;
  opacity: 0;
}

.fadeIn.animated{
  opacity: 1;
}

/****************************************************************************************************************************
		サイドナビ
****************************************************************************************************************************/
.sideNavi{
	display: block;
	width: 300px;
	height: 100%;
	background-color: #fff;
	position: fixed;
	top: 0;
	left: auto;
	right:0;
	z-index: 10000;
	overflow: hidden;
	-moz-transform: translate(317px, 0);
	-webkit-transform: translate(317px, 0);
	-o-transform: translate(317px, 0);
	-ms-transform: translate(317px, 0);
	transform: translate(317px, 0);
	-moz-transition: all 0.5s ease-in-out;
	-webkit-transition: all 0.5s ease-in-out;
	-o-transition: all 0.5s ease-in-out;
	-ms-transition: all 0.5s ease-in-out;
	transition: all 0.5s ease-in-out;
}

.sideNavi.on{
	-moz-transform: translate(0px, 0);
	-webkit-transform: translate(0px, 0);
	-o-transform: translate(0px, 0);
	-ms-transform: translate(0px, 0);
	transform: translate(0px, 0);
	-moz-transition: all 0.5s ease-in-out;
	-webkit-transition: all 0.5s ease-in-out;
	-o-transition: all 0.5s ease-in-out;
	-ms-transition: all 0.5s ease-in-out;
	transition: all 0.5s ease-in-out;
}

.sideNavi .sideNavi_in{
	width: 317px;
	height: 100%;
	overflow-y: scroll;
}

.sideNavi .sideNavi_in .sideNavi_box{
}

.sideNavi .sideNavi_in .sideNavi_box .sideNavi_title{
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	height: 60px;
	font-size: 18px;
	font-weight: bold;
	letter-spacing: 0.2em;
	padding: 0 0 0 15px;
	background-color: #fff;
}

.sideNavi .sideNavi_in .sideNavi_box .sideNavi_title p{
	flex: 1;
}

.sideNavi .sideNavi_in .sideNavi_box .sideNavi_title .close_btn{
	width: 60px;
	height: 60px;
	position: relative;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	cursor:pointer;
}

.sideNavi .sideNavi_in .sideNavi_box .sideNavi_title .close_btn span{
	width: 31px;
	height: 31px;
	position: relative;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-moz-transform: rotate(-45deg);
	-webkit-transform: rotate(-45deg);
	-o-transform: rotate(-45deg);
	-ms-transform: rotate(-45deg);
	transform: rotate(-45deg);
}

.sideNavi .sideNavi_in .sideNavi_box .sideNavi_title .close_btn span:before{
	content: '';
	display: block;
	width: 31px;
	height: 1px;
	background-color: #333;
	position: absolute;
	top:0;
	left: 0;
	right:0;
	bottom:0;
	margin: auto;
}

.sideNavi .sideNavi_in .sideNavi_box .sideNavi_title .close_btn span:after{
	content: '';
	display: block;
	width: 1px;
	height: 31px;
	background-color: #333;
	position: absolute;
	top:0;
	left: 0;
	right:0;
	bottom:0;
	margin: auto;
}

.sideNavi .sideNavi_in .sideNavi_box .menu{
	border-top: solid 1px #ddd;
	background-color: #fff;
}

.sideNavi .sideNavi_in .sideNavi_box .menu li{
	display: block;
}

.sideNavi .sideNavi_in .sideNavi_box .menu li a{
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	height: 50px;
	border-bottom: dashed 1px #ddd;
	padding: 0 20px 0 20px;
	position: relative;
	font-weight: bold;
	-webkit-transition: all 0.5s;
	-moz-transition: all 0.5s;
	-ms-transition: all 0.5s;
	-o-transition: all 0.5s;
	transition: all 0.5s;
	line-height: 1.3em;
	color: #666;
}

.sideNavi .sideNavi_in .sideNavi_box .side_nav_foot{
	padding: 30px 10px;
}

.sideNavi .sideNavi_in .sideNavi_box .side_nav_foot .side_nav_foot_in{
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	width: 100%;
}

.sideNavi .sideNavi_in .sideNavi_box .side_nav_foot .side_nav_foot_in a{
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	width: 100%;
	color: #333;
	font-weight: bold;
}

.sideNavi .sideNavi_in .sideNavi_box .side_nav_foot .side_nav_foot_in .box{
}

.sideNavi .sideNavi_in .sideNavi_box .side_nav_foot .side_nav_foot_in .box p.read1{
	text-align: center;
	font-size: 13px;
	color: #666;
}

.sideNavi .sideNavi_in .sideNavi_box .side_nav_foot .side_nav_foot_in .box p.read2{
	text-align: center;
	font-size: 13px;
	color: #666;
	letter-spacing: 0.2em;
}

.sideNavi .sideNavi_in .sideNavi_box .side_nav_foot .side_nav_foot_in .box img{
	display: block;
	width: 130px;
	margin-top: 10px;
	margin-left: auto;
	margin-right: auto;
}

.sideNavi_bg{
	display: none;
	position: fixed;
	top:0;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: 9999;
	background-color: rgba(0,0,0,0.4);
	cursor:pointer;
}

@media screen and (min-width: 919px){
	.sideNavi .sideNavi_in .sideNavi_box .sideNavi_title .close_btn:hover{
		opacity: 0.5;
		-webkit-transition: all 0.5s;
		-moz-transition: all 0.5s;
		-ms-transition: all 0.5s;
		-o-transition: all 0.5s;
		transition: all 0.5s;
	}
	.sideNavi .sideNavi_in .sideNavi_box .menu li a:hover{
		opacity: 0.5;
		-webkit-transition: all 0.5s;
		-moz-transition: all 0.5s;
		-ms-transition: all 0.5s;
		-o-transition: all 0.5s;
		transition: all 0.5s;
	}
	.sideNavi .sideNavi_in .sideNavi_box .side_nav_foot .side_nav_foot_in a:hover{
		opacity: 0.5;
		-webkit-transition: all 0.5s;
		-moz-transition: all 0.5s;
		-ms-transition: all 0.5s;
		-o-transition: all 0.5s;
		transition: all 0.5s;
	}
}


@media screen and (max-width: 920px){
	.sideNavi .sideNavi_in .sideNavi_box .sideNavi_title .close_btn{
		margin-right: 15px;
	}
}


/****************************************************************************************************************************
		ページナビ
****************************************************************************************************************************/
.pagenavi{
	padding-bottom: 50px;
}

.pagenavi .wp-pagenavi{
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
}

.pagenavi .wp-pagenavi a{
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	width: 40px;
	height: 40px;
	background-color: #fff;
	border: solid 1px #999;
	color: #999;
	font-size: 13px;
	font-weight: bold;
	border-radius: 50%;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	overflow: hidden;
	margin-left: 5px;
	margin-right: 5px;
	letter-spacing: 0;
	line-height: 1em;
}

.pagenavi .wp-pagenavi a .fas{
}

.pagenavi .wp-pagenavi span.current{
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	width: 40px;
	height: 40px;
	background-color: #333;
	border: solid 1px #333;
	color: #fff;
	font-size: 13px;
	font-weight: bold;
	border-radius: 50%;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	overflow: hidden;
	margin-left: 5px;
	margin-right: 5px;
	letter-spacing: 0;
	line-height: 1em;
}


.pagenavi .wp-pagenavi .extend{
	display: none;
}

@media screen and (min-width: 919px){
	.pagenavi .wp-pagenavi a:hover{
		background-color: #333;
		color: #fff;
		border: solid 1px #333;
		-webkit-transition: all 0.5s;
		-moz-transition: all 0.5s;
		-ms-transition: all 0.5s;
		-o-transition: all 0.5s;
		transition: all 0.5s;
	}
}

@media screen and (max-width: 1000px){
	.pagenavi {
	  padding-bottom: 30px;
	}
}
@media screen and (max-width: 920px){
}
@media screen and (max-width: 640px){
	.pagenavi .wp-pagenavi a{
		width: 35px;
    height: 35px;
		margin-left: 2px;
	  margin-right: 2px;
	}
	.pagenavi .wp-pagenavi span.current{
		width: 35px;
    height: 35px;
		margin-left: 2px;
	  margin-right: 2px;
	}
}

/****************************************************************************************************************************
		コンテンツ
****************************************************************************************************************************/

























/****************************************************************************************************************************
		画像レイアウト
****************************************************************************************************************************/
.list_imglayout{
}

.list_imglayout ul{
}

.list_imglayout li{
}

.list_imglayout li .li_in{
	width: 100%;
}

.list_imglayout li .li_in .imgArea{
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	width: 100%;
	height: 100%;
	position: relative;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	background-color: #fff;
	overflow: hidden;
}

.list_imglayout li .li_in .imgArea a{
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	width: 100%;
	height: 100%;
	overflow: hidden;
}

.list_imglayout li .li_in .imgArea a img{
	display: block;
	width: 100%;
	object-fit: cover;
}

.list_imglayout li .li_in .textArea{
	margin-top: 5px;
}

.list_imglayout li .li_in .textArea a{
	display: block;
	color: #333;
	font-weight: bold;
	letter-spacing: 0.15em;
}

.list_imglayout li .li_in .textArea p{
	display: block;
	width: 100%;
	text-overflow: ellipsis;
	overflow: hidden;
	white-space: nowrap;
}

.list_imglayout li .li_in .textArea .new_icon{
  display: inline-block;
  background-color: #ff0000;
  color: #fff;
  font-weight: bold;
  padding: 1px 5px;
  font-size: 12px;
  letter-spacing: 0.1em;
  line-height: 1.5em;
  border-radius: 3px;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
}

/*------------------------------------------------
	横3枚繰り返し＠flat3
------------------------------------------------*/
.list_imglayout.flat3{
}

.list_imglayout.flat3 ul{
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
}

.list_imglayout.flat3 li{
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: stretch;
	-ms-flex-align: stretch;
	align-items: stretch;
	width: 32%;
	margin-right: 2%;
	margin-top: 30px;
}

.list_imglayout.flat3 li:nth-child(1){
	margin-top: 0px;
}
.list_imglayout.flat3 li:nth-child(2){
	margin-top: 0px;
}
.list_imglayout.flat3 li:nth-child(3){
	margin-top: 0px;
}

.list_imglayout.flat3 li:nth-child(3n+3){
	margin-right: 0;
}

.list_imglayout.flat3 li .li_in{
}

.list_imglayout.flat3 li .li_in .imgArea{
	height: 280px;
}


/*------------------------------------------------
	左1、右4枚＠left1right4
------------------------------------------------*/
.list_imglayout.left1right4{
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	-webkit-box-align: stretch;
	-ms-flex-align: stretch;
	align-items: stretch;
}

.list_imglayout.left1right4 ul{
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: stretch;
	-ms-flex-align: stretch;
	align-items: stretch;
}

.list_imglayout.left1right4 ul:nth-child(1){
	width: 40%;
}

.list_imglayout.left1right4 ul:nth-child(2){
	width: 57%;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
}

.list_imglayout.left1right4 li{
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: stretch;
	-ms-flex-align: stretch;
	align-items: stretch;
}

.list_imglayout.left1right4 ul:nth-child(1) li{
	width: 100%;
}

.list_imglayout.left1right4 ul:nth-child(2) li{
	width: 48%;
	margin-right: 4%;
	margin-top: 15px;
}

.list_imglayout.left1right4 ul:nth-child(2) li:nth-child(2n+2){
	margin-right: 0;
}

.list_imglayout.left1right4 ul:nth-child(2) li:nth-child(1){
	margin-top: 0px;
}

.list_imglayout.left1right4 ul:nth-child(2) li:nth-child(2){
	margin-top: 0px;
}

.list_imglayout.left1right4 li .li_in{
}

.list_imglayout.left1right4 ul:nth-child(1) li .li_in .imgArea{
	height: 480px;
}

.list_imglayout.left1right4 ul:nth-child(2) li .li_in .imgArea{
	height: 220px;
}

/*------------------------------------------------
	ランキングの場合
------------------------------------------------*/
.list_imglayout.rank .rank_icon{
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	width: 30px;
	height: 30px;
	background-color: #fff;
	color: #999;
	border-radius: 50%;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	position: absolute;
	top:10px;
	left: 10px;
	margin: auto;
	line-height: 1.1em;
	font-size: 13px;
	font-weight: bold;
	letter-spacing: 0;
}

.list_imglayout.rank ul:nth-child(1) .rank_icon{
	width: 40px;
	height: 40px;
	font-size: 15px;
	color: #fff;
	background-color: #edc500;
}

.list_imglayout.rank ul:nth-child(2) li:nth-child(1) .rank_icon{
	color: #fff;
	background-color: #cbcbcb;
}

.list_imglayout.rank ul:nth-child(2) li:nth-child(2) .rank_icon{
	color: #fff;
	background-color: #e69032;
}

@media screen and (min-width: 919px){
	.list_imglayout li .li_in:hover{
		-webkit-transition: all 0.5s;
		-moz-transition: all 0.5s;
		-ms-transition: all 0.5s;
		-o-transition: all 0.5s;
		transition: all 0.5s;
		opacity: 0.5;
	}
}

@media screen and (max-width: 920px){
	/* 横3枚繰り返し＠flat3 */
	.list_imglayout.flat3 li .li_in .imgArea{
		height: 250px;
	}
	/* 左1、右4枚＠left1right4 */
	.list_imglayout.left1right4{
		display: block;
	}
	.list_imglayout.left1right4 ul:nth-child(1){
		width: 100%;
	}
	.list_imglayout.left1right4 ul:nth-child(1) li .li_in .imgArea{
		height: 280px;
	}
	.list_imglayout.left1right4 ul:nth-child(2){
		width: 100%;
		margin-top: 30px;
	}
	.list_imglayout.left1right4 ul:nth-child(2) li{
		margin-top: 30px;
		width: 49%;
		margin-right: 2%;
	}
}
@media screen and (max-width: 750px){
	/* 横3枚繰り返し＠flat3 */
	.list_imglayout.flat3 li .li_in .imgArea{
		height: 220px;
	}
}
@media screen and (max-width: 640px){
	.list_imglayout li .li_in .textArea a{
		font-size: 14px;
		letter-spacing: 0.1em;
	}
	/* 横3枚繰り返し＠flat3 */
	.list_imglayout.flat3 li{
		width: 49%;
		margin-right: 2%;
		margin-top: 20px;
	}
	.list_imglayout.flat3 li:nth-child(3n+3){
		margin-right: 2%;
	}
	.list_imglayout.flat3 li:nth-child(2n+2){
		margin-right: 0;
	}
	.list_imglayout.flat3 li:nth-child(3){
		margin-top: 20px;
	}
	/* 左1、右4枚＠left1right4 */
	.list_imglayout.left1right4 ul:nth-child(2){
		margin-top: 20px;
	}
	.list_imglayout.left1right4 ul:nth-child(2) li{
		margin-top: 20px;
	}
}
@media screen and (max-width: 500px){
	/* 横3枚繰り返し＠flat3 */
	.list_imglayout.flat3 li .li_in .imgArea{
		height: 180px;
	}
	/* 左1、右4枚＠left1right4 */
	.list_imglayout.left1right4 ul:nth-child(1) li .li_in .imgArea{
		height: 180px;
	}
	.list_imglayout.left1right4 ul:nth-child(2) li .li_in .imgArea{
		height: 180px;
	}
}
@media screen and (max-width: 450px){
	/* 横3枚繰り返し＠flat3 */
	.list_imglayout.flat3 li .li_in .imgArea{
		height: 160px;
	}
	/* 左1、右4枚＠left1right4 */
	.list_imglayout.left1right4 ul:nth-child(1) li .li_in .imgArea{
		height: 160px;
	}
	.list_imglayout.left1right4 ul:nth-child(2) li .li_in .imgArea{
		height: 160px;
	}
}
@media screen and (max-width: 400px){
	/* 横3枚繰り返し＠flat3 */
	.list_imglayout.flat3 li .li_in .imgArea{
		height: 130px;
	}
	/* 左1、右4枚＠left1right4 */
	.list_imglayout.left1right4 ul:nth-child(1) li .li_in .imgArea{
		height: 130px;
	}
	.list_imglayout.left1right4 ul:nth-child(2) li .li_in .imgArea{
		height: 130px;
	}
}
@media screen and (max-width: 350px){
	/* 横3枚繰り返し＠flat3 */
	.list_imglayout.flat3 li .li_in .imgArea{
		height: 110px;
	}
	/* 左1、右4枚＠left1right4 */
	.list_imglayout.left1right4 ul:nth-child(1) li .li_in .imgArea{
		height: 110px;
	}
	.list_imglayout.left1right4 ul:nth-child(2) li .li_in .imgArea{
		height: 110px;
	}
}


/****************************************************************************************************************************
		カテゴリリスト
****************************************************************************************************************************/
section.cut_list{
	padding-top: 50px;
	padding-bottom: 50px;
}

section.cut_list.bg{
	margin-top: 50px;
	background-repeat: repeat;
}

section.cut_list .in_conts{
}

section.cut_list .in_conts ul{
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
}

section.cut_list .in_conts li{
	display: inline-block;
	margin-right: 20px;
	margin-bottom: 10px;
	background-color: #fff;
	border-radius: 30px;
	-webkit-border-radius: 30px;
	-moz-border-radius: 30px;
	overflow: hidden;
}

section.cut_list .in_conts li a{
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	color: #333;
	padding: 5px 20px;
	background-color: #f7f7f7;
	font-size: 14px;
	min-width: 100px;
}

section.cut_list.bg .in_conts li a{
	background-color: #fff;
}

@media screen and (min-width: 919px){
	section.cut_list .in_conts li a:hover{
		-webkit-transition: all 0.5s;
		-moz-transition: all 0.5s;
		-ms-transition: all 0.5s;
		-o-transition: all 0.5s;
		transition: all 0.5s;
		opacity: 0.5;
	}
}

@media screen and (max-width: 920px){
	section.cut_list{
		padding-top: 15px;
		padding-bottom: 15px;
	}
	section.cut_list.bg {
    margin-top: 30px;
	}
}
@media screen and (max-width: 640px){
	section.cut_list .in_conts li{
		margin-right: 10px;
		margin-bottom: 10px;
	}
	section.cut_list .in_conts li a{
		font-size: 13px;
		line-height: 1.3em;
		letter-spacing: 0.1em;
		min-width: 60px;
	}
}







/****************************************************************************************************************************
	サイドバーレイアウト
****************************************************************************************************************************/
aside.sidebar .side_loop{
	border-bottom: solid 2px #333;
	padding-top: 5px;
}

aside.sidebar .side_loop:nth-child(1){
	padding: 0;
	margin: 0;
}

/*----------------------------------
	検索
----------------------------------*/
aside.sidebar .side_loop .sidebar_search{
	margin-bottom: 20px;
}

aside.sidebar .side_loop .sidebar_search a{
	display: block;
	width: 100%;
	padding: 50px 20px;
	background-position: center center;
	background-repeat: no-repeat;
	background-size: cover;
	color: #333;
}

aside.sidebar .side_loop .sidebar_search a .sidebar_search_titles{
	font-size: 18px;
	font-weight: bold;
	text-align: center;
	margin-bottom: 10px;
	letter-spacing: 0.15em;
	color: #333;
}

aside.sidebar .side_loop .sidebar_search a .box{
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	width: 100%;
	background-color: #fff;
	border-radius: 30px;
	-webkit-border-radius: 30px;
	-moz-border-radius: 30px;
	padding: 10px 10px;
}

aside.sidebar .side_loop .sidebar_search a .box span{
	display: inline-block;
	font-size: 16px;
}

aside.sidebar .side_loop .sidebar_search a .box span .fas{
	color: #aaa;
}

aside.sidebar .side_loop .sidebar_search a .box p{
	display: inline-block;
	font-size: 13px;
	color: #666;
	margin-left: 5px;
}

@media screen and (min-width: 919px){
	aside.sidebar .side_loop .sidebar_search a:hover{
		-webkit-transition: all 0.5s;
		-moz-transition: all 0.5s;
		-ms-transition: all 0.5s;
		-o-transition: all 0.5s;
		transition: all 0.5s;
		opacity: 0.5;
	}
}


/*----------------------------------
	トップページのデータを引っ張ってくる
----------------------------------*/
aside.sidebar .side_loop ul.normal.top_data li a:before{
	font-family: "Font Awesome 5 Free";
	font-weight: 900;
	content: '\f1ce';
	color: #ff5db0;
}




/*----------------------------------
	自作ループ＠商品一覧
----------------------------------*/
aside.sidebar .side_loop ul.normal{
}

aside.sidebar .side_loop ul.normal li{
}

aside.sidebar .side_loop ul.normal li a{
	display: block;
	padding: 15px 0px 15px 25px;
	color: #666;
	border-top: dotted 1px #ddd;
	position: relative;
}

aside.sidebar .side_loop ul.normal li a:before{
	font-family: "Font Awesome 5 Free";
	font-weight: 900;
	content: '\f1ce';
	display: block;
	width: 15px;
	height: 15px;
	color: #2196f3;
	position: absolute;
	top:0;
	left:0;
	right:auto;
	bottom:0;
	margin: auto;
}

aside.sidebar .side_loop ul.normal li.ft{
}

aside.sidebar .side_loop ul.normal li.ft a{
	font-size: 18px;
	font-weight: bold;
	color: #333;
	padding: 5px 10px 5px 0px;
	margin-bottom: 5px;
	line-height: 1.5em;
	border-top: none;
}

aside.sidebar .side_loop ul.normal li.ft p{
	font-size: 18px;
	font-weight: bold;
	color: #333;
	padding: 5px 10px 5px 0px;
	margin-bottom: 5px;
	line-height: 1.5em;
}

aside.sidebar .side_loop ul.normal li.ft a:before{
	display: none;
}


/*----------------------------------
	自作ループ＠ランキング的
----------------------------------*/
aside.sidebar .side_loop ul.rank{
}

aside.sidebar .side_loop ul.rank{
}

aside.sidebar .side_loop ul.rank li{
}

aside.sidebar .side_loop ul.rank li a{
	display: block;
	padding: 15px 0px 15px 25px;
	position: relative;
	color: #666;
	border-top: dotted 1px #ddd;
	position: relative;
}

aside.sidebar .side_loop ul.rank li a p.num{
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	width: 20px;
	height: 20px;
	background-color: #f5f5f5;
	color: #999;
	position: absolute;
	top:0;
	left:0;
	right:auto;
	bottom:0;
	margin: auto;
	font-size: 12px;
	border-radius: 50%;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	font-weight: bold;
	letter-spacing: 0;
	line-height: 1em;
}

aside.sidebar .side_loop ul.rank li a p.num.num1{
	background-color: #edc500;
	color: #fff;
}

aside.sidebar .side_loop ul.rank li a p.num.num2{
	background-color: #cbcbcb;
	color: #fff;
}

aside.sidebar .side_loop ul.rank li a p.num.num3{
	background-color: #e69032;
	color: #fff;
}

aside.sidebar .side_loop ul.rank li.ft{
}

aside.sidebar .side_loop ul.rank li.ft a{
	font-size: 18px;
	font-weight: bold;
	color: #333;
	padding: 5px 10px 5px 0px;
	margin-bottom: 5px;
	line-height: 1.5em;
	border: none;
}

aside.sidebar .side_loop ul.rank li.ft p{
	font-size: 18px;
	font-weight: bold;
	color: #333;
	padding: 5px 10px 5px 0px;
	margin-bottom: 5px;
	line-height: 1.5em;
}

aside.sidebar .side_loop ul.rank li.ft a:before{
	display: none;
}




/*----------------------------------
	カテゴリリスト
----------------------------------*/
aside.sidebar .side_loop ul.cut_lists{
	padding-bottom: 10px;
}

aside.sidebar .side_loop ul.cut_lists li{
	display: block;
}

aside.sidebar .side_loop ul.cut_lists li a{
	display: block;
	padding: 5px 0px 5px 25px;
	position: relative;
	color: #666;
	position: relative;
}

aside.sidebar .side_loop ul.cut_lists li a:before{
	content: '';
	display: block;
	width: 15px;
	height: 1px;
	background-color: #2196f3;
	position: absolute;
	top:15px;
	left:0;
	right:auto;
	bottom:auto;
	margin: auto;
}

aside.sidebar .side_loop ul.cut_lists li.ft a{
	font-size: 18px;
	font-weight: bold;
	color: #333;
	padding: 5px 10px 0px 0px;
	margin-bottom: 5px;
	line-height: 1.5em;
}

aside.sidebar .side_loop ul.cut_lists li.ft a:before{
	display: none;
}

aside.sidebar .side_loop ul.cut_lists li.ft p{
	font-size: 18px;
	font-weight: bold;
	color: #333;
	padding: 5px 10px 0px 0px;
	margin-bottom: 5px;
	line-height: 1.5em;
}


@media screen and (min-width: 919px){
	aside.sidebar .side_loop ul li a:hover{
		-webkit-transition: all 0.5s;
		-moz-transition: all 0.5s;
		-ms-transition: all 0.5s;
		-o-transition: all 0.5s;
		transition: all 0.5s;
		opacity: 0.5;
	}
}


@media screen and (max-width: 1000px){
	aside.sidebar .side_loop ul.cut_lists{
		padding-bottom: 0px;
	}
	aside.sidebar .side_loop ul.cut_lists li a{
		padding-top: 15px;
		padding-bottom: 15px;
    border-top: dotted 1px #ddd;
	}
	aside.sidebar .side_loop ul.cut_lists li a:before{
		top: 0;
    left: 0;
    right: auto;
    bottom: 0;
	}
	aside.sidebar .side_loop ul.cut_lists li:nth-child(1) a{
    border-top: none;
	}
	aside.sidebar .side_loop ul.cut_lists li.ft a{
    padding: 5px 10px 5px 0px;
	}
}
@media screen and (max-width: 640px){
	aside.sidebar .side_loop ul li.ft p{
		font-size: 16px;
	}
	aside.sidebar .side_loop ul li.ft a{
		font-size: 16px;
	}
}






/****************************************************************************************************************************
	フッター上部バナー
****************************************************************************************************************************/
aside.foot_top_Bana{
	margin-bottom: 50px;
}

aside.foot_top_Bana ul{
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
}

aside.foot_top_Bana ul li{
	width: 24.1%;
	margin-top: 10px;
	margin-right: 1.2%;
}

aside.foot_top_Bana ul li:nth-child(4n+4){
	margin-right: 0px;
}

aside.foot_top_Bana ul li:nth-child(1){
	margin-top: 0px;
}

aside.foot_top_Bana ul li:nth-child(2){
	margin-top: 0px;
}

aside.foot_top_Bana ul li:nth-child(3){
	margin-top: 0px;
}

aside.foot_top_Bana ul li:nth-child(4){
	margin-top: 0px;
}

aside.foot_top_Bana ul li a{
	display: block;
	width: 100%;
}

aside.foot_top_Bana ul li img{
	display: block;
	width: 100%;
	line-height: 1em;
}

@media screen and (min-width: 919px){
	aside.foot_top_Bana ul li a:hover{
		-webkit-transition: all 0.5s;
		-moz-transition: all 0.5s;
		-ms-transition: all 0.5s;
		-o-transition: all 0.5s;
		transition: all 0.5s;
    opacity: 0.5;
	}
}

@media screen and (max-width: 920px){
	aside.foot_top_Bana ul li{
		width: 32%;
		margin-right: 2%;
	}
	aside.foot_top_Bana ul li:nth-child(4n+4){
		margin-right: 2%;
	}
	aside.foot_top_Bana ul li:nth-child(3n+3){
		margin-right: 0px;
	}
	aside.foot_top_Bana ul li:nth-child(4){
		margin-top: 10px;
	}
}
@media screen and (max-width: 640px){
	aside.foot_top_Bana{
		margin-bottom: 30px;
	}
	aside.foot_top_Bana ul li{
		width: 49%;
		margin-right: 2%;
	}
	aside.foot_top_Bana ul li:nth-child(4n+4){
		margin-right: 2%;
	}
	aside.foot_top_Bana ul li:nth-child(3n+3){
		margin-right: 2%;
	}
	aside.foot_top_Bana ul li:nth-child(2n+2){
		margin-right: 0px;
	}
	aside.foot_top_Bana ul li:nth-child(3){
		margin-top: 10px;
	}
}
@media screen and (max-width: 400px){
	aside.foot_top_Bana ul li{
		width: 100%;
		margin-right: 0;
		padding-left: 20px;
		padding-right: 20px;
	}
	aside.foot_top_Bana ul li:nth-child(4n+4){
		margin-right: 0;
	}
	aside.foot_top_Bana ul li:nth-child(3n+3){
		margin-right: 0;
	}
	aside.foot_top_Bana ul li:nth-child(2n+2){
		margin-right: 0px;
	}
	aside.foot_top_Bana ul li:nth-child(2){
		margin-top: 10px;
	}
}


/****************************************************************************************************************************
	SNSボタン
****************************************************************************************************************************/
.snsBTN{
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
}

.snsBTN .addtoany_shortcode{
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
}

.snsBTN .addtoany_shortcode div{
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
}

/* bottomSNS */
.snsBTN.bottomSNS{
	padding-bottom: 50px;
}

/* single */
.snsBTN.single_topSNS{
	padding-top: 50px;
}

.snsBTN.single_bottmSNS{
	padding-top: 50px;
}

@media screen and (max-width: 920px){
	/* single */
	.snsBTN.single_topSNS{
		padding-top: 30px;
	}
	.snsBTN.single_bottmSNS{
		padding-top: 30px;
	}
}
@media screen and (max-width: 640px){
	.snsBTN.bottomSNS{
		padding-bottom: 30px;
	}
	/* single */
	.snsBTN.single_topSNS{
		padding-top: 20px;
	}
	.snsBTN.single_bottmSNS{
		padding-top: 20px;
	}
}


/****************************************************************************************************************************

****************************************************************************************************************************/
