@charset "utf-8";
.eyecatch_inc .eyecatch_inc_01 .eye_img:nth-of-type(1){
	background-image: url(../img/index/eye06.jpg);
}
.eyecatch_inc .eyecatch_inc_01 .eye_img:nth-of-type(2){
	background-image: url(../img/index/eye07.jpg);
}
.eyecatch_inc .eyecatch_inc_01 .eye_img:nth-of-type(3){
	background-image: url(../img/index/eye08.jpg);
}
.eyecatch_inc .eyecatch_inc_01 .eye_img:nth-of-type(4){
	background-image: url(../img/index/eye09.jpg);
}
.eyecatch_inc .eyecatch_inc_01 .eye_img:nth-of-type(5){
	background-image: url(../img/index/eye010.jpg);
}
@media only screen and (max-width: 767px) {
	.eyecatch_inc .eyecatch_inc_01 .eye_img:nth-of-type(1){
		background-image: url(../img/index/eye06_sp.jpg);
	}
	.eyecatch_inc .eyecatch_inc_01 .eye_img:nth-of-type(2){
		background-image: url(../img/index/eye07_sp.jpg);
	}
	.eyecatch_inc .eyecatch_inc_01 .eye_img:nth-of-type(3){
		background-image: url(../img/index/eye08_sp.jpg);
	}
	.eyecatch_inc .eyecatch_inc_01 .eye_img:nth-of-type(4){
		background-image: url(../img/index/eye09_sp.jpg);
	}
	.eyecatch_inc .eyecatch_inc_01 .eye_img:nth-of-type(5){
		background-image: url(../img/index/eye010_sp.jpg);
	}
}


/*旧アイキャッチ*/
/*.eyecatch_inc .eyecatch_inc_01 .eye_img:nth-of-type(1){
	background-image: url(../img/index/eye01.jpg);
}
.eyecatch_inc .eyecatch_inc_01 .eye_img:nth-of-type(2){
	background-image: url(../img/index/eye02.jpg);
}
.eyecatch_inc .eyecatch_inc_01 .eye_img:nth-of-type(3){
	background-image: url(../img/index/eye03.jpg);
}
.eyecatch_inc .eyecatch_inc_01 .eye_img:nth-of-type(4){
	background-image: url(../img/index/eye04.jpg);
}
.eyecatch_inc .eyecatch_inc_01 .eye_img:nth-of-type(5){
	background-image: url(../img/index/eye05.jpg);
}
@media only screen and (max-width: 767px) {
	.eyecatch_inc .eyecatch_inc_01 .eye_img:nth-of-type(1){
		background-image: url(../img/index/eye01_sp.jpg);
	}
	.eyecatch_inc .eyecatch_inc_01 .eye_img:nth-of-type(2){
		background-image: url(../img/index/eye02_sp.jpg);
	}
	.eyecatch_inc .eyecatch_inc_01 .eye_img:nth-of-type(3){
		background-image: url(../img/index/eye03_sp.jpg);
	}
	.eyecatch_inc .eyecatch_inc_01 .eye_img:nth-of-type(4){
		background-image: url(../img/index/eye04_sp.jpg);
	}
	.eyecatch_inc .eyecatch_inc_01 .eye_img:nth-of-type(5){
		background-image: url(../img/index/eye05_sp.jpg);
	}
}*/


/*コンテンツ01ここから*/
.topics{
	padding: 75px 0 70px;
}
/*.topicsここから*/
.topics{
	width: 100%;
	height: auto;
	background-color: #F2F0F0;
	padding: 55px 0 70px;
}
@media only screen and (max-width: 767px) {
	.topics{
		width: 100%;
		height: auto;
		background-color: #ffffff;
		padding: 0;
		margin: 0 auto;
	}
}
.topics .topics_01{
	width: 1100px;
	height: auto;
	margin: 0 auto;
	text-align: center;
}
@media only screen and (max-width: 767px) {
	.topics .topics_01{
		width: 100%;
		height: 77px;
		margin: 0 auto;
		text-align: center;
		display: flex;
		justify-content: flex-start;
		align-items: center;
	}
}
.topics .topics_01 h2{
	font-size: 28px;
	line-height: 38px;
	font-weight: 400;
	margin-bottom: 31px;
}
@media only screen and (max-width: 767px) {
	.topics .topics_01 h2{
		font-size: 16px;
		line-height: 21px;
		font-weight: 400;
		background-color: #F2F0F0;
		display: flex;
		justify-content: center;
		align-items: center;
		padding: 0 14px;
		margin-bottom: 0;
		height: 100%;
	}
}
.topics .topics_01 h2 span{
	font-size: 13px;
	line-height: 18px;
	letter-spacing: 0.1em;
	color: #A28C67;
	display: block;
}
@media only screen and (max-width: 767px) {
	.topics .topics_01 h2 span{
		display: none;
	}
}
.topics .topics_01 ul{
	width: 635px;
	height: auto;
	margin: 0 auto 20px;
	display: block;
}
@media only screen and (min-device-width: 768px) and (max-device-width: 1024px){
	.topics .topics_01 ul{
		width: 750px;
	}
}
@media only screen and (max-width: 767px) {
	.topics .topics_01 ul{
		width: 100%;
		margin: 0;
	}
}
.topics .topics_01 ul:last-of-type{
	margin-bottom: 0;
}
.topics .topics_01 ul li{
	width: 100%;
	height: auto;
	display: block;
	margin-top: 15px;
}
.topics .topics_01 ul li:first-of-type{
	margin-top: 0;
}
@media only screen and (max-width: 767px) {
	.topics .topics_01 ul li{
		padding: 8px 14px 13px;
	}
}
.topics .topics_01 ul li a{
	width: auto;
	display: flex;
	justify-content: flex-start;
	align-items: center;
}
@media only screen and (max-width: 767px) {
	.topics .topics_01 ul li a{
		flex-direction: initial;
		flex-wrap: wrap;
		text-align: left;
	}
}
.topics .topics_01 ul li a p.date{
	font-size: 15px;
	line-height: 25px;
}
@media only screen and (max-width: 767px) {
	.topics .topics_01 ul li a p.date{
		font-size: 13px;
	}
}
.topics .topics_01 ul li a span{
	display: flex;
	justify-content: flex-start;
	align-content: flex-start;
	text-decoration: underline;
	margin-left: 17px;
}
@media only screen and (max-width: 767px) {
	.topics .topics_01 ul li a span{
		display: flex;
		justify-content: flex-start;
		align-content: flex-start;
		flex-direction: ;
		margin-left: 0;
		text-decoration: none;
	}
}
.topics .topics_01 ul li a p.cat{
	font-size: 15px;
	line-height: 25px;
}
@media only screen and (max-width: 767px) {
	.topics .topics_01 ul li a p.cat{
		font-size: 13px;
		margin-left: 5px;
	}
}
.topics .topics_01 ul li a h3{
	font-size: 15px;
	line-height: 25px;
	font-weight: 400;
}
@media only screen and (max-width: 767px) {
	.topics .topics_01 ul li a h3{
		font-size: 14px;
		line-height: 20px;
	}
}
/*.topicsここまで*/

/*コンテンツ02ここから*/
.cont02{
	width: 100%;
	height: auto;
	display: block;
}
.cont02 .cont02_01{
	width: 1100px;
	height: auto;
	display: block;
	margin: 0 auto 90px;
}
@media only screen and (max-width: 767px) {
	.cont02 .cont02_01{
		width: 90%;
		height: auto;
		display: block;
		margin: 0 auto 60px;
	}
}
.cont02 .cont02_01 h2{
	text-align: center;
	font-size: 28px;
	line-height: 38px;
	font-weight: 400;
	color: #A28C67;
	margin-top: 96px;
}
@media only screen and (max-width: 767px) {
	.cont02 .cont02_01 h2{
		text-align: center;
		font-size: 26px;
		line-height: 36px;
		margin-top: 75px;
	}
}
.cont02 .cont02_01 .text01,
.cont02 .cont02_01 .text02{
	text-align: center;
	font-size: 16px;
	line-height: 26px;
	margin-top: 34px;
}
@media only screen and (max-width: 767px) {
	.cont02 .cont02_01 .text01,
	.cont02 .cont02_01 .text02{
		text-align: center;
		font-size: 15px;
		line-height: 25px;
		margin-top: 13px;
	}
}
.cont02 .cont02_01 .text02{
	margin-top: 25px;
}
@media only screen and (max-width: 767px) {
	.cont02 .cont02_01 .text02{
		margin-top: 10px;
	}
}
.cont02 .cont02_01 a{
	width: 161px;
	height: 50px;
	border: 1px solid #A28C67;
	color: #A28C67;
	font-size: 15px;
	line-height: 25px;
	letter-spacing: 0.05em;
	display: flex;
	justify-content: center;
	align-items: center;
	margin: 35px auto 0;
	position: relative;
	transition: .5s;
}
@media only screen and (max-width: 767px) {
	.cont02 .cont02_01 a{
		width: 117px;
		height: 36px;
		font-size: 12px;
		line-height: 22px;
		margin-top: 22px;
	}
}
.cont02 .cont02_01 a:hover{
	transition: .5s;
}
.cont02 .cont02_01 a::after{
	content: '';
	width: 35px;
	height: 6px;
	display: block;
	background-image: url(../img/common/arrow01.svg);
	background-repeat: no-repeat;
	background-size: 100% auto;
	background-position: center right;
	position: absolute;
	top: 0;
	bottom: 0;
	left: auto;
	right: -20px;
	margin: auto;
}

.cont02 .cont02_02{
	width: 1100px;
	height: auto;
	display: flex;
	justify-content: space-between;
	align-items: center;
	margin: 0 auto;
}
@media only screen and (max-width: 767px) {
	.cont02 .cont02_02{
		width: 100%;
		height: auto;
		display: block;
		margin: 0 auto;
		position: relative;

		max-width: 350px;
		margin-top: 16px;
	}
}
.cont02 .cont02_02.row-reverse{
	flex-direction: row-reverse;
}
.cont02 .cont02_02 img{
	width: 50%;
	height: auto;
	display: block;
}
@media only screen and (max-width: 767px) {
	.cont02 .cont02_02 img{
		width: 100%;
		height: auto;
		display: block;
	}
}
.cont02 .cont02_02 .cont02_02_01{
	width: 50%;
	height: auto;
	display: flex;
	justify-content: center;
	align-items: center;
}
@media only screen and (max-width: 767px) {
	.cont02 .cont02_02 .cont02_02_01{
		width: 100%;
		height: auto;
		display: flex;
		justify-content: center;
		align-items: flex-end;
		margin: auto;
		position: absolute;
		top: 0;
		right: 0;
		bottom: 0;
		left: 0;
	}
}
.cont02 .cont02_02 .cont02_02_01 .cont02_02_01_01{
	width: auto;
	height: 140px;
	display: block;
	text-align: center;
}
@media only screen and (max-width: 767px) {
	.cont02 .cont02_02 .cont02_02_01 .cont02_02_01_01{
		width: 100%;
		height: auto;
	}
	html body main section.cont02 div.cont02_02:nth-of-type(6) div.cont02_02_01 div.cont02_02_01_01{
		margin-bottom: 0;
	}
}
.cont02 .cont02_02 .cont02_02_01 .cont02_02_01_01 .text01{
	font-size: 15px;
	line-height: 25px;
	color: #545454;
}
.cont02 .cont02_02 .cont02_02_01 .cont02_02_01_01 h3{
	font-size: 42px;
	line-height: 52px;
	color: #545454;
	margin-top: 4px;
}
@media only screen and (max-width: 767px) {
	.cont02 .cont02_02 .cont02_02_01 .cont02_02_01_01 h3{
		font-size: 35px;
		line-height: 45px;
		margin-top: 5px;
		margin-bottom: 2%;
		/* margin-bottom: 5%; */
	}
}
.cont02 .cont02_02 .cont02_02_01 .cont02_02_01_01 a{
	width: 143px;
	height: 40px;
	border: 1px solid #545454;
	color: #545454;
	font-size: 13px;
	line-height: 23px;
	letter-spacing: 0.05em;
	display: flex;
	justify-content: center;
	align-items: center;
	margin: 23px auto 0;
	position: relative;
	transition: .5s;
}
.cont02 .cont02_02 .cont02_02_01 .cont02_02_01_01 a::after{
	content: '';
	width: 30px;
	height: 5.6px;
	display: block;
	background-image: url(../img/common/arrow02.svg);
	background-repeat: no-repeat;
	background-size: 100% auto;
	background-position: center right;
	position: absolute;
	top: 0;
	bottom: 0;
	left: auto;
	right: -16px;
	margin: auto;
}
.cont02 hr{
	width: 1100px;
	height: 1px;
	border: none;
	background-color: #545454;
	margin: 130px auto 0;
}
@media only screen and (max-width: 767px){
	.cont02 hr{
		width: 90%;
		margin: 78px auto 0;
	}
}
@media only screen and (max-width: 767px){
	.cont02 .cont02_02 .cont02_02_01 .cont02_02_01_01.white .text01{
		color: #ffffff;
	}
	.cont02 .cont02_02 .cont02_02_01 .cont02_02_01_01.white h3{	
		color: #ffffff;
	}
	.cont02 .cont02_02 .cont02_02_01 .cont02_02_01_01.white a{
		border: 1px solid #ffffff;
		color: #ffffff;
	}
	
}


/*コンテンツ02ここまで*/





/*コンテンツ05ブランドここから*/
.cont05{
	width: 100%;
	height: auto;
	display: block;
	padding: 105px 0 0;
}
@media only screen and (max-width: 767px) {
	.cont05{
		width: 100%;
		height: auto;
		display: block;
		padding: 75px 0 0;
	}
}
.cont05 .cont05_01{
	width: 1100px;
	height: auto;
	display: block;
	margin: 0 auto;
}
@media only screen and (max-width: 767px) {
	.cont05 .cont05_01{
		width: 90%;
		height: auto;
		display: block;
		margin: 0 auto;
	}
}
.cont05 .cont05_01 h2{
	font-size: 28px;
	line-height: 38px;
	font-weight: 400;
	text-align: center;
	margin-bottom:35px;
}
@media only screen and (max-width: 767px) {
	.cont05 .cont05_01 h2{
		text-align: center;
		font-size: 26px;
		line-height: 36px;
	}
}
.cont05 .cont05_01 h2 span{
	font-size: 13px;
	line-height: 18px;
	letter-spacing: 0.1em;
	color: #A28C67;
	display: block;
}

.cont05 .cont05_01 .cont05_01_01{
	width: 100%;
	height: auto;
	display: flex;
	justify-content: flex-start;
	align-items: center;
	flex-wrap: wrap;
	border-bottom: 1px solid #707070;
	padding-bottom: 74px;
}
.cont05 .cont05_01 .cont05_01_01 .cont05_01_01_01{
	width: calc(1100px / 4);
	margin-top: 50px;
}
.cont05 .cont05_01 .cont05_01_01 .cont05_01_01_01:nth-of-type(1),
.cont05 .cont05_01 .cont05_01_01 .cont05_01_01_01:nth-of-type(2),
.cont05 .cont05_01 .cont05_01_01 .cont05_01_01_01:nth-of-type(3),
.cont05 .cont05_01 .cont05_01_01 .cont05_01_01_01:nth-of-type(4){
	margin-top: 0;
}
@media only screen and (max-width: 767px) {
	.cont05 .cont05_01 .cont05_01_01 .cont05_01_01_01{
		margin-top: 50px;
		width: calc(100% / 2);
	}
	.cont05 .cont05_01 .cont05_01_01 .cont05_01_01_01:nth-of-type(1),
	.cont05 .cont05_01 .cont05_01_01 .cont05_01_01_01:nth-of-type(2){
		margin-top: 0;
	}
	.cont05 .cont05_01 .cont05_01_01 .cont05_01_01_01:nth-of-type(3),
	.cont05 .cont05_01 .cont05_01_01 .cont05_01_01_01:nth-of-type(4){
		margin-top: 50px;
	}
}
.cont05 .cont05_01 .cont05_01_01 a{
	width: auto;
	height: auto;
	display: flex;
	justify-content: center;
	align-items: center;
}
.cont05 .cont05_01 .cont05_01_01 .cont05_01_01_01 a:hover{
	opacity: 0.5;
}
.cont05 .cont05_01 .cont05_01_01 .cont05_01_01_01 a img{
	display: block;
	object-fit: contain;
	width: 160px;
	height: 110px;
	object-fit: contain;
	font-family: 'object-fit: contain;';/*IE対策*/
}
@media only screen and (max-width: 767px) {
	.cont05 .cont05_01 .cont05_01_01 .cont05_01_01_01 a img{
		height: 66px;
		width: 80%;
	}
}





.cont05 .cont05_01 .cont05_01_01 .cont05_01_01_01:nth-of-type(8) a,
.cont05 .cont05_01 .cont05_01_01 .cont05_01_01_01:nth-of-type(9) a,
.cont05 .cont05_01 .cont05_01_01 .cont05_01_01_01:nth-of-type(10) a,
.cont05 .cont05_01 .cont05_01_01 .cont05_01_01_01:nth-of-type(11) a,
.cont05 .cont05_01 .cont05_01_01 .cont05_01_01_01:nth-of-type(12) a,
.cont05 .cont05_01 .cont05_01_01 .cont05_01_01_01:nth-of-type(13) a,
.cont05 .cont05_01 .cont05_01_01 .cont05_01_01_01:nth-of-type(14) a,
.cont05 .cont05_01 .cont05_01_01 .cont05_01_01_01:nth-of-type(15) a{
	pointer-events: none;
}







