@charset "UTF-8";

/* kv ---------------------------------------*/

.indexkv-wrapper {
	color: #fff;
	overflow: hidden;
	width: 100%;
	height: 840px;
	margin-bottom: 390px;
	margin-bottom: 28.5vw;
}

.indexkvbg-wrapper{
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 840px;
	z-index: 1;
}

.indexkvbg{}
.indexkvbg-slider{}
.indexkvbg-slider-item{
	content: '';
	width: 100%;
	height: 840px;
	background: url('../../images/index2020/kv1.jpg') no-repeat center top;
	background-size: cover;
}

.indexkvbg-slider-item.kvbg-01{background-image: url('../../images/index2020/kv1.jpg');}
.indexkvbg-slider-item.kvbg-02{background-image: url('../../images/index2020/kv2.jpg');}
.indexkvbg-slider-item.kvbg-03{background-image: url('../../images/index2020/kv3.jpg');}
.indexkvbg-slider-item.kvbg-04{background-image: url('../../images/index2020/kv4.jpg');}

.indexkv {
	max-width: 1280px;
	padding: 0 20px;
	position: relative;
	margin: 0 auto;
	height: 100%;
	z-index: 5;
}

.indexkv-inner {
	position: relative;
	height: 100%;
	z-index: 10;
}

.indexkv-title {
	text-indent: -99em;
	overflow: hidden;
	position: absolute;
	left: 5%;
	top: 320px;
	width: 670px;
	height: 129px;
	background: url(../../images/index2020/kv_title.svg) no-repeat 0 0;
	background-size: 670px 129px;
}

.indeximportantnews {
	position: absolute;
	left: 0px;
	top: 115px;
	width: 100%;
}

.indeximportantnews.active {
	display: block;
}

.indeximportantnews-inner {
	color: #fff;
	padding: 17px 50px 17px 72px;
	background: url('../images/2020/icon_notice.svg') no-repeat 36px center rgba(0, 0, 0, 0.5);
	background-size: 20px 20px;
}

.indeximportantnews-list-item {
	letter-spacing: 0.04em;
}

.indexkeyword {
	position: absolute;
	left: 0px;
	bottom: 110px;
	width: 100%;
	color: #fff;
}

.indexkeyword-title {
	font-size: 12px;
	position: absolute;
	left: 40px;
	top: 5px;
	letter-spacing: 0.04em;
}

.indexkeyword-list {
	margin-left: 152px;
	font-size: 0px;
	line-height: 1.0;
}

.indexkeyword-list-item {
	display: inline-block;
	font-size: 12px;
	margin: 0 0 8px 8px;
}

.indexkeyword-list-item a{
	display: block;
	background: rgba(0, 0, 0, 0.4);
	padding: 9px 21px;
	border-radius: 2px;
	color: #fff;
	transition: all .3s ease;
}


.indexkeyword-list-item a:hover{
	background: #A18E5D;
	text-decoration: none;
}

/* bnr slider ---------------------------------------*/

.indexbnr-slider-wrapper {
	position: absolute;
	left: 0px;
	top: 733px;
	width: 100%;
	overflow: hidden;
	padding-bottom: 50px;
}

.indexbnr-slider {
	position: relative;
	margin-left: -150px;
	width: calc(100% + 300px);
}

.indexbnr-slider-list-item img {
	width: 100%;
	box-shadow: 0px 0px 15px 10px rgba(0, 0, 0, 0.1);
}

.indexbnr-slider .swiper-pagination {
	bottom: -50px;
	width: 1000px;
	left: 50%;
	margin-left: -500px;
}

.indexbnr-slider .swiper-pagination::before,
.indexbnr-slider .swiper-pagination::after {}

.indexbnr-slider .swiper-pagination::before {left: 0;}

.indexbnr-slider .swiper-pagination::after {right: 0;}

.indexbnr-slider.swiper-container-horizontal > .swiper-pagination-bullets .swiper-pagination-bullet {
	background: #D3CAB5;
	width: 6px;
	height: 6px;
	margin: 0 10px;
	vertical-align: middle;
}

.indexbnr-slider.swiper-container-horizontal > .swiper-pagination-bullets .swiper-pagination-bullet-active {
	background: #9D8347;
	width: 10px;
	height: 10px;
}

.indexbnr-slider .swiper-button-next,
.indexbnr-slider .swiper-button-prev{
	top: auto;
	bottom: -50px;
	margin-top: 0;
	background: url('../images/2020/sliderarrow.png') no-repeat left top;
	width: 63px;
	height: 17px;
}

.indexbnr-slider .swiper-button-next{right:27%;}
.indexbnr-slider .swiper-button-prev{
	left:27%;
	transform: rotate(180deg);
}

/* index section common ---------------------------------------*/

.indexsection-title-wrapper {
	margin-bottom: 55px;
	position: relative;
}

.indexsection-title {
	font-size: 48px;
	line-height: 1.4;
	font-weight: normal;
}

.indexsection-title-small {
	line-height: 1.2;
	font-size: 40px;
	font-weight: normal;
}

.indexsection-title-small small {
	display: block;
	font-size: 14px;
	margin-bottom: 10px;
}


/* indexinformation ---------------------------------------*/

.indexinformation {
	margin-bottom: 155px;
}

.indexinformation-tab-list {
	position: absolute;
	right: 0px;
	top: 22px;
	font-size: 0px;
}

.indexinformation-tab-list-item {
	margin-left: 64px;
	font-size: 16px;
	line-height: 1.1;
	padding: 8px 0;
	cursor: pointer;
	display: inline-block;
	color: #A18E5D;
	letter-spacing: 0.06em;
}


.indexinformation-tab-list-item.active,
.indexinformation-tab-list-item:hover {
	color: #212121;
	border-bottom: 1px solid #212121;
	text-decoration: none;
}

.indexinformation-tmb-main {
	margin-bottom: 20px;
}

.indexinformation-tmb-main-list {}

.indexinformation-tmb-main-list-item {
	display: flex;
}

.indexinformation-tmb-main-list-item-img {
	width: 50%;
}

.indexinformation-tmb-main-list-item-img > img {
	width: 100%;
}

.indexinformation-tmb-main-list-item-detail {
	width: 50%;
	position: relative;
	color: #fff;
}

.indexinformation-tmb-main-list-item-detail::before {
	content: '';
	opacity: 0.2;
	filter: blur(8px);
	position: absolute;
	top: -8px;
	left: -8px;
	right: -8px;
	bottom: -8px;
	z-index: -1;
}

.indexinformation-tmb-main-list-item-detail {
	z-index: 0;
	overflow: hidden;
	background-color: #9D8347;
}

.indexinformation-tmb-main-list-item:nth-child(1) .indexinformation-tmb-main-list-item-detail::before {
	background-image: url(/images/index2020/ph_info01.jpg);
}

.indexinformation-tmb-main-list-item:nth-child(2) .indexinformation-tmb-main-list-item-detail::before {
	background-image: url(/images/index2020/ph_info02.jpg);
}


.indexinformation-tmb-main-list-item-inner {
	position: absolute;
	left: 10%;
	top: 50%;
	width: 80%;
	transform: translate(0%, -50%);
	text-align: center;
}

.indexinformation-tmb-main-list-item-title {
	font-size: 24px;
	line-height: 1.2;
	margin-bottom: 32px;
}

.indexinformation-tmb-main-list-item-txt {
	font-size: 18px;
	line-height: 1.9;
	margin-bottom: 40px;
}

.indexinformation-tmb-main-list-item-btn {
	width: 360px;
	height: 60px;
	line-height: 60px;
	display: inline-block;
	background: #fff;
	color: #9D8347;
	font-size: 18px;
	border-radius: 2px;
	font-weight: bold;
	transition: all .3s ease;
}

.indexinformation-tmb-main-list-item-btn:hover{
	background: #9D8347;
	color: #fff;
	text-decoration: none;
	box-shadow: 0px 1px 10px 0px rgba(0,0,0,0.2);
}

.indexinformation-tmb-main-list-item:nth-child(2n) .indexinformation-tmb-main-list-item-img {
	order: 1;
}

.indexinformation-tmb-main-list-item:nth-child(2n) .indexinformation-tmb-main-list-item-detail {
	order: 0;
}


.indexinformation-tmb {
	margin-bottom: 140px;
}

.indexinformation-tmb-list {
	display: flex;
	flex-wrap: wrap;
}

.indexinformation-tmb-list-item {
	width: 33.3333%;
	position: relative;
	padding-bottom: 22%;
	margin-bottom: 20px;
	overflow: hidden;
}

.indexinformation-tmb-list-item-img {
	position: absolute;
	left: 50%;
	top: 50%;
	transform: translate(-50%, -50%);
	width: 100%;
	height: 100%;
}

.indexinformation-tmb-list-item-img img {
	transition: all .3s ease;
	min-width: 100%;
	min-height: 100%;
	width: 100%;
}

.indexinformation-tmb-list-item a:hover .indexinformation-tmb-list-item-img img {
	transform: scale(1.1, 1.1);
}

.indexinformation-tmb-list-item-cover {
	position: absolute;
	left: 0px;
	top: 0px;
	width: 100%;
	height: 100%;
	background: rgba(0, 0, 0, 0.4);
	transition: all .3s ease;
	opacity: 0;
}

.indexinformation-tmb-list-item a:hover .indexinformation-tmb-list-item-cover {
	opacity: 1;
}

.indexinformation-tmb-list-item-inner {
	position: absolute;
	left: 0%;
	top: 50%;
	transform: translate(0%, -50%);
	width: 100%;
	color: #fff;
	text-align: center;
}

.indexinformation-tmb-list-item-icon {
	display: inline-block;
	background: rgba(157, 131, 71, 0.7);
	padding: 7px 10px;
	margin-bottom: 5px;
	text-align: center;
	font-size: 12px;
	line-height: 1;
}

.indexinformation-tmb-list-item-title {
	font-size: 16px;
	width: 90%;
	display: block;
	line-height: 1.6;
	margin: 0 auto;
}

.indexinformationbnr-list {
	display: flex;
	justify-content: space-between;
}

.indexinformationbnr-list-item {
	width: 31.5%;
	font-size: 18px;
}

.indexinformationbnr-list-item a {
	display: block;
	max-width: 400px;
	height: 120px;
	line-height: 120px;
	padding-left: 50%;
	box-sizing: border-box;
	text-align: center;
	transition: all .3s ease;
}

.indexinformationbnr-list-item a:hover {
	box-shadow: 0px 3px 14px 3px rgba(0, 0, 0, 0.1);
	color: #9D8347;
	text-decoration: none;
}

.indexinformationbnr-list-item.bnr-1 a {
	background: url('../../images/index2020/bnr_link01.jpg') no-repeat right center;
	background-size: 100%
}

.indexinformationbnr-list-item.bnr-2 a {
	background: url('../../images/index2020/bnr_link02.jpg') no-repeat right center;
	background-size: 100%
}

.indexinformationbnr-list-item.bnr-3 a {
	background: url('../../images/index2020/bnr_link03.jpg') no-repeat right center;
	background-size: 100%
}




/* indextopics ---------------------------------------*/

.indextopics {
	margin-bottom: 130px;
}

.indexsection-more {
	position: absolute;
	right: 0px;
	top: 30px;
}

.indexsection-more a {
	display: block;
	color: #A18E5D;
	background: url('../images/2020/icon_arrowright.svg') no-repeat center right;
	background-size: 12px 12px;
	padding-right: 20px;
	letter-spacing: 0.04em;
}

.indextopics-tmb-list {
	display: flex;
	justify-content: space-between;
}

.indextopics-tmb-list-item {
	width: 31.5%;
	position: relative;
	padding-bottom: 17.5%;
	margin-bottom: 20px;
	overflow: hidden;
}

.indextopics-tmb-list-item-img {
	position: absolute;
	left: 50%;
	top: 50%;
	transform: translate(-50%, -50%);
	width: 100%;
	height: 100%;
}

.indextopics-tmb-list-item-img img {
	transition: all .3s ease;
	min-width: 100%;
	min-height: 100%;
}

.indextopics-tmb-list-item a:hover .indextopics-tmb-list-item-img img {
	transform: scale(1.1, 1.1);
}

.indextopics-tmb-list-item-cover {
	content: '';
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	background: rgba(0,0,0,0.5);
	opacity: 0;
	transition: all .3s ease;
}

a:hover .indextopics-tmb-list-item-cover {
	opacity: 1;
}

.indextopics-tmb-list-item-txt {
	position: absolute;
	left: 0%;
	top: 48%;
	transform: translate(0%, -50%);
	width: 100%;
	color: #fff;
	font-size: 20px;
	text-align: center;
}


/* indexsns ---------------------------------------*/

.indexsns {
	margin-bottom: 162px;
}

.indexsns-tmb {
	margin-bottom: 79px;
	text-align: center;
}

.indexsns-tmb-list {
	overflow: hidden;
	background: #000;
	display: inline-block;
}

.indexsns-tmb-list-item {
	float: left;
}

.indexsns-tmb-list-item a{
	display: block;
	position: relative;
	float: left;
	overflow: hidden;
}
.indexsns-tmb-list-item a::after{
	display: block;
	content: '';
	position:absolute;
	left:0px;
	top: 0px;
	width: 100%;
	height: 100%;
	background: rgba(0,0,0,0.5);
	transition: all .3s ease;
	opacity: 0;
}

.indexsns-tmb-list-item a:hover::after{
	opacity: 1;
}

.indexsns-tmb-list-item a span{
	display: block;
	position: absolute;
	left: 0;
	top: 50%;
	width: 100%;
	transform: translate(0%,-50%);
	color: #fff;
	font-size: 16px;
	text-align: center;
	transition: all .3s ease;
	opacity: 0;
	z-index: 5;
}

.indexsns-tmb-list-item a:hover span{
	opacity: 1;
}

.indexsns-tmb-list-item img {
	float: left;
}

.indexsns-tmb-list-item.size-l {
	/*width: 34.74v0;*/
	width: 34.70vw;
}

.indexsns-tmb-list-item.size-m {
	/*width: 23.1vw;*/
	width: 23.1vw;
}

.indexsns-tmb-list-item.size-s {
	width: 17.2vw;
}

.indexsns-tmb-list-item img {
	width: 100%;
	transition: all .3s ease;
}

.indexsns-tmb-list-item a:hover img {
	transform: scale(1.1,1.1);
}

.indexsns-tmb-list-item a.size-m-link{
	/*width: 23.1vw;
	height: 23.1vw;*/
	width: 23.1vw;
	height: 23.1vw;
}

.indexsns-tmb-list-item a.size-m-half-link{
	/*width: 11.55vw;
	height: 11.55vw;*/
	width: 11.55vw;
	height: 11.55vw;
}

.indexsns-tmb-list-item a.size-l-link{
	/*width: 34.70vw;
	height: 34.74v0;*/
	width: 34.70vw;
	height: 34.70vw;
}

.indexsns-tmb-list-item a.size-l-half-link{
	/*width: 17.37vw;
	height: 17.37vw;*/
	width: 17.34vw;
	height: 17.34vw;
}

.indexsns-icon-list {
	text-align: center;
	font-size: 0px;
}

.indexsns-icon-list-item {
	font-size: 15px;
	display: inline-block;
	margin: 0 60px;
}


/* indexrelationsites ---------------------------------------*/

.indexrelationsites {
	background: #f6f6f6;
	padding: 120px 0 120px;
}

.indexrelationsites-list {
	display: flex;
	justify-content: space-between;
	padding-top: 15px;
}

.indexrelationsites-list-item {
	width: 23%;
}

.indexrelationsites-list-item a {
	display: block;
	overflow: hidden;
	padding-right: 25px;
	background: url('../images/2020/icon_arrowright.svg') no-repeat right center;
	background-size: 14px 14px;
}


.indexrelationsites-list-item a:hover {
	text-decoration: none;
}

.indexrelationsites-list-item-img {
	float: left;
	width: 80px;
	max-width: 30%;
	margin-right: 15px;
}

.indexrelationsites-list-item-img img {
	max-width: 100%;
}

.indexrelationsites-list-item-detail {
	overflow: hidden;
}

.indexrelationsites-list-item-title {
	color: #212121;
	font-size: 18px;
	line-height: 1.3;
	margin-bottom: 10px;
	transition: all .3s ease;
}

.indexrelationsites-list-item a:hover .indexrelationsites-list-item-title {
	color: #9d8347;
}

.indexrelationsites-list-item-txt {
	color: #777;
	font-size: 16px;
	line-height: 1.4;
}

/* indexnews ---------------------------------------*/

.indexnews {
	background: #F6F6F6;
	padding-bottom: 110px;
}

.indexnews .indexsection-title-wrapper {
	margin-bottom: 58px;
}

.indexnews-tab-list {
	position: absolute;
	left: 100px;
	top: 22px;
	font-size: 0px;
}

.indexnews-tab-list-item {
	margin-left: 82px;
	font-size: 16px;
	letter-spacing: 0.04em;
	line-height: 1.1;
	padding: 8px 0;
	cursor: pointer;
	display: inline-block;
	color: #333;
}

.indexnews-tab-list-item:nth-child(2) {
	margin-left: 66px;
}


.indexnews-tab-list-item.active,
.indexnews-tab-list-item:hover {
	border-bottom: 1px solid #A18E5D;
	text-decoration: none;
	color: #A18E5D;
}

.indexnews .indexsection-more {
	top: 16px;
}

.indexnews-tab-wrapper {}

.indexnews-tab-box {
	display: none;
}

.indexnews-tab-box.active {
	display: block;
}

.indexnews-list {}

.indexnews-list-item {
	margin-bottom: 8px;
	position: relative;
}

.indexnews-list-item a {
	background: #fff;
	display: block;
	border-radius: 3px;
	padding: 25px 185px 25px 170px;
	position: relative;
	transition: all .3s ease;
	border: 1px solid #EFEFEF;
	font-size: 14px;
}

.indexnews-list-item a:hover {
	box-shadow: 0px 3px 14px 3px rgba(0, 0, 0, 0.1);
	text-decoration: none;
	color: #9d8347;
}

.indexnews-list-item-category{
	position: absolute;
	left: 40px;
	top: 20px;
	z-index: 2;
}

.indexnews-list-item-category::before {
	color: #000;
	background: #eee;
	width: 100px;
	height: 20px;
	display: inline-block;
	border-radius: 4px;
	font-size: 13px;
	padding: 6px 2px;
	text-align: center;
	font-style: normal;
}

.indexnews-list-item-category.imgicon-cat-topics::before {content: 'トピックス';}
.indexnews-list-item-category.imgicon-cat-ir::before {content: 'IR';}
.indexnews-list-item-category.imgicon-cat-recruit::before {content: '採用';}
.indexnews-list-item-category.imgicon-cat-homecenter::before {content: 'ホームセンター';}
.indexnews-list-item-category.imgicon-cat-furniture::before {content: '家具';}
.indexnews-list-item-category.imgicon-cat-karimoku::before {content: 'カリモク';}
.indexnews-list-item-category.imgicon-cat-fashion::before {content: 'ファッション';}
.indexnews-list-item-category.imgicon-cat-furniturechirashi::before {content: 'チラシ';}
.indexnews-list-item-category.imgicon-cat-important::before {
	content: '重要';
	color: #fff;
	background: #d62a36;
}

/*
.important .indexnews-list-item-category {
	color: #fff;
	background: #d62a36;
}
*/

.indexnews-list-item-txt {
	color: #212121;
	margin-left: 138px;
	padding-right: 150px;
	font-size: 14px;
	letter-spacing: 0.03em;
	transition: all .5s ease;
}

.indexnews-list-item a:hover .indexnews-list-item-txt {
	color: #9d8347;
}

.indexnews-list-item-date {
	position: absolute;
	right: 42px;
	top: 22px;
	width: 124px;
	text-align: right;
	font-size: 13px;
	letter-spacing: 0.02em;
	line-height: 2;
	color: #777;
}

.pdf .indexnews-list-item-date {
}

.indexnews-list-item .pdf_icon{
	position: absolute;
	right: 150px;
	top: 25px;
}
.indexnews-list-item .pdf_icon::before{
	content:'';
	display: inline-block;
	background: url('../images/2020/icon_pdf.svg') no-repeat left center;
	background-size: 24px 24px;
	width: 24px;
	height: 24px;
}


@media screen and (max-width: 1280px) {
	.indexinformationbnr-list-item a{
		padding: 0 0 30% 0;
		height: 0;
		line-height: 1.0;
		position: relative;
	}
	.indexinformation-tmb-main-list-item-txt{font-size: 16px;}
	.indexinformationbnr-list-item a span{
		position: absolute;
		right: 10%;
		top: 50%;
		transform: translate(0,-50%);
	}
	.indexrelationsites-list-item-title{font-size: 17px;}
	.indexrelationsites-list-item-txt{font-size: 14px;}
}

@media screen and (max-width: 768px) {
	.indexinformation-tmb-main-list-item-title{
		font-size: 23px;
		font-weight: bold;
		line-height: 1.2;
		margin-bottom: 20px;
	}
	.indexinformation-tmb-main-list-item-txt{
		font-size: 14px;
		line-height: 1.8;
		margin-bottom: 20px;
	}
	.indexinformation-tmb-main-list-item-btn{
		width: 100%;
		font-size: 18px;
	}
	.indextopics-tmb-list-item-txt{font-size: 17px;}
	.indexrelationsites-list{flex-wrap: wrap;}
	.indexrelationsites-list-item{
		width: 48%;
		margin-bottom: 4%;
	}
}

@media screen and (max-width: 767px) {

	* {
		max-width: 100%;
	}

	/* kv ---------------------------------------*/

	.indexkv-wrapper {
		width: 100%;
		height: 155vw;
		margin-bottom: 36vw;
	}

	.indexkvbg-wrapper{
		height: 155vw;
	}

	.indexkvbg-slider-item{
		height: 155vw;
	}

	.indexkvbg-slider-item.kvbg-01{background-image: url('../../images/index2020/kv1_sp.jpg');}
	.indexkvbg-slider-item.kvbg-02{background-image: url('../../images/index2020/kv2_sp.jpg');}
	.indexkvbg-slider-item.kvbg-03{background-image: url('../../images/index2020/kv3_sp.jpg');}
	.indexkvbg-slider-item.kvbg-04{background-image: url('../../images/index2020/kv4_sp.jpg');}

	.indexkv {
		padding: 0 0px;
		height: 100%;
	}

	.indexkv-inner {
		height: 100%;
		position: relative;
	}

	.indexkv-title {
		left: 50%;
		top: 44%;
		transform: translate(-50%, -50%);
		width: 320px;
		height: 110px;
		background: url(../../images/index2020/kv_title.svg) no-repeat 0 0;
		background-size: 320px 110px;
	}

	.indeximportantnews {
		position: absolute;
		left: 20px;
		top: 64px;
		width: calc(100% - 40px);
	}

	.indeximportantnews-inner {
		color: #fff;
		padding: 10px 10px 10px 55px;
		background-position: 20px center;
	}

	.indeximportantnews-list-item {
		letter-spacing: 0.04em;
		font-size: 12px;
	}

	.indexkeyword {
		top: 114vw;
		bottom: auto;
		overflow: auto;
	}

	.indexkeyword-title {
		left: 20px;
	}

	.indexkeyword-list {
		white-space: nowrap;
		margin-left: 126px;
	}


	/* bnr slider ---------------------------------------*/

	.indexbnr-slider-wrapper {
		top: 125vw;
		padding-top: 80px;
		padding-bottom: 40px;
	}

	.indexbnr-slider {
		margin-left: 200px;
		width: calc(100% + -400px);
	}

	.indexbnr-slider-list-item img {
		width: 100%;
		transition: all .3s ease;
		transform-origin: center bottom;
	}

	.indexbnr-slider .swiper-pagination {
		bottom: -25px;
		width: calc(100% - 40px);
		left: 20px;
		margin-left: 0px;
	}

	.indexbnr-slider .swiper-pagination::before,
	.indexbnr-slider .swiper-pagination::after {
		width: 30px;
		height: 1px;
		top: 70%;
	}

	.indexbnr-slider.swiper-container-horizontal > .swiper-pagination-bullets .swiper-pagination-bullet {
		width: 6px;
		height: 6px;
		margin: 0 5px;
	}

	.indexbnr-slider.swiper-container-horizontal > .swiper-pagination-bullets .swiper-pagination-bullet-active {
		width: 8px;
		height: 8px;
	}

	.indexbnr-slider .swiper-slide-active img {
		transform: scale(1.3, 1.3);
	}

	.indexbnr-slider .swiper-button-next,
	.indexbnr-slider .swiper-button-prev{
		top: auto;
		bottom: -25px;
		background: url('../images/2020/sliderarrow.png') no-repeat left top;
		background-size: 100%;
		width: 31px;
		height: 9px;
	}

	.indexbnr-slider .swiper-button-next{right:-70px;}
	.indexbnr-slider .swiper-button-prev{left:-70px;}


	/* index section common ---------------------------------------*/

	.indexsection-title-wrapper {
		margin-bottom: 52px;
	}

	.indexsection-title {
		font-size: 32px;
		text-align: center;
	}

	.indexsection-title small {
		font-size: 12px;
	}


	/* indexinformation ---------------------------------------*/

	.indexinformation {
		margin-bottom: 106px;
	}

	.indexinformation-tab-list {
		position: static;
		text-align: center;
		padding-top: 44px;
	}

	.indexinformation-tab-list-item {
		margin: 0 20px;
		font-size: 14px;
	}

	.indexinformation-tmb-main {
		margin-bottom: 24px;
	}


	.indexinformation-tmb-main-list-item {
		display: block;
	}

	.indexinformation-tmb-main-list-item-img {
		width: 100%;
	}

	.indexinformation-tmb-main-list-item-detail {
		width: 100%;
		height: 67vw;
		position: relative;
	}

	.indexinformation-tmb-main-list-item-title {
		font-size: 18px;
		margin-top: -5px;
		margin-bottom: 18px;
	}

	.indexinformation-tmb-main-list-item-txt {
		font-size: 14px;
		line-height: 2.1;
		letter-spacing: 0.04em;
		margin-bottom: 26px;
	}

	.indexinformation-tmb-main-list-item-btn {
		width: 360px;
		max-width: 100%;
		height: 52px;
		line-height: 50px;
		font-size: 15px;
	}

	.indexinformation-tmb {
		margin-bottom: 127px;
	}

	.indexinformation-tmb-list {
		display: block;
		padding: 0 20px;
		margin-bottom: 40px;
	}

	.indexinformation-tmb-list-item {
		width: 100%;
		padding-bottom: 65%;
		margin-bottom: 24px;
	}

	.indexinformation-tmb-list-item-img {
		position: absolute;
		left: 50%;
		top: 50%;
		transform: translate(-50%, -50%);
		width: 100%;
		height: 100%;
	}

	.indexinformation-tmb-list-item a:hover .indexinformation-tmb-list-item-img img {
		transform: scale(1, 1);
	}

	.indexinformation-tmb-list-item-cover {
		background: rgba(0, 0, 0, 0.3);
		opacity: 1;
	}

	.indexinformation-tmb-list-item a:hover .indexinformation-tmb-list-item-cover {
		opacity: 1;
	}

	.indexinformation-tmb-list-item-icon {
		padding: 5px 10px;
		font-size: 13px;
		margin-bottom: 5px;
	}

	.indexinformation-tmb-list-item-title {
		font-size: 16px;
	}

	.indexinformation-tmb-more {
		text-align: center;
	}

	.indexinformation-tmb-more a {
		display: inline-block;
		color: #9D8347;
		font-size: 14px;
		position: relative;
	}

	.indexinformation-tmb-more a::after {
		content: '';
		display: inline-block;
		vertical-align: middle;
		margin-left: 10px;
		background: url('../images/2020/icon_arrowright.svg') 0 0 no-repeat;
		background-size: 15px 15px;
		width: 15px;
		height: 15px;
		transform: rotate(90deg);
		position: relative;
		top: -5px;
	}

	.indexinformationbnr-list {
		display: block;
		width: 327px;
		margin: 0 auto;
	}

	.indexinformationbnr-list-item {
		width: 100%;
		margin-bottom: 18px;
	}

	.indexinformationbnr-list-item a {
		width: 100%;
		height: 0;
		line-height: 0px;
		padding-left: 0;
		padding-bottom: 30%;
		position: relative;
		box-shadow: 0px 5px 10px 5px rgba(0, 0, 0, 0.1);
	}


	.indexinformationbnr-list-item a span {
		position: absolute;
		right: 0;
		top: 50%;
		transform: translate(0%, -50%);
		display: block;
		padding-right: 20px;
		font-size: 18px;
	}



	/* indextopics ---------------------------------------*/

	.indextopics {
		margin-bottom: 110px;
		width: 100%;
		overflow: hidden;
	}

	.indexsection-more {
		position: static;
		text-align: center;
		padding-top: 32px;
	}

	.indexsection-more a {
		display: inline-block;
		padding-right: 30px;
		font-size: 14px;
	}

	.indextopics-tmb-list {
		justify-content: space-between;
	}

	.indextopics-tmb-list-item {
		width: auto;
		position: relative;
		padding-bottom: 50%;
		margin-bottom: 0px;
		overflow: hidden;
	}

	.indextopics-tmb-list-item a:hover .indextopics-tmb-list-item-img img {
		transform: scale(1, 1);
	}

	.indextopics-tmb-list-item-txt {
		font-size: 17px;
	}


	/* indexsns ---------------------------------------*/

	.indexsns {
		margin-bottom: 104px;
	}

	.indexsns-tmb {
		margin-bottom: 50px;
	}

	.indexsns-tmb-list-item.size-m {
		width: 100vw;
	}

	.indexsns-tmb-list-item.size-l {
		width: 33.33vw;
	}

	.indexsns-tmb-list-item.size-s {
		width: 66.66vw;
	}

	.indexsns-tmb-list-item img {
		width: 33.33vw;
	}

	.indexsns-tmb-list-item a.size-m-link{
		width: 33.33vw;
		height: 33.33vw;
	}

	.indexsns-tmb-list-item a.size-m-half-link{
		width: 33.33vw;
		height: 33.33vw;
	}

	.indexsns-tmb-list-item a.size-l-link{
		width: 33.33vw;
		height: 33.33vw;
	}

	.indexsns-tmb-list-item a.size-l-half-link{
		width: 33.33vw;
		height: 33.33vw;
	}

	.indexsns-icon-list-item {
		margin: 0 40px;
	}

	.indexsns-icon-list-item:first-child {
		margin-left: 0;
	}

	.indexsns-icon-list-item:last-child {
		margin-right: 0;
	}

	.indexsns-icon-list-item.icon-instagram img {
		width: 30px;
	}

	.indexsns-icon-list-item.icon-facebook img {
		width: 15px;
	}

	.indexsns-icon-list-item.icon-line img {
		width: 30px;
	}

	.indextopics-more {
		font-size: 13px;
	}

	/* indexrelationsites ---------------------------------------*/

	.indexrelationsites {
		padding: 98px 0 82px;
	}

	.indexrelationsites .indexsection-title-wrapper{
		margin-bottom: 40px;
	}

	.indexrelationsites .indexsection-title {
		text-align: left;
		font-size: 24px;
		line-height: 1.3;
	}

	.indexrelationsites .indexsection-title small{
		font-size: 12px;
	}

	.indexrelationsites-list {
		display: block;
		padding-top: 0;
	}

	.indexrelationsites-list-item {
		width: auto;
		margin-bottom: 15px;
	}

	.indexrelationsites-list-item a{
		padding-right: 22px;
	}

	.indexrelationsites-list-item-img {
		width: 80px;
		max-width: 100%;
	}

	.indexrelationsites-list-item-detail {
		letter-spacing: 0.04em;
	}

	.indexrelationsites-list-item-title {
		color: #333;
		font-size: 16px;
		margin-bottom: 10px;
		font-weight: bold;
	}

	.indexrelationsites-list-item-txt {
		font-size: 14px;
	}


	/* indexnews ---------------------------------------*/

	.indexnews{padding-bottom: 100px;}

	.indexnews .indexsection-title {
		text-align: left;
		font-size: 24px;
		line-height: 1.3;
	}

	.indexnews .indexsection-title-wrapper {
		margin-bottom: 38px;
		position: relative;
	}

	.indexnews-tab-list {
		position: static;
		text-align: left;
		padding-top: 28px;
	}

	.indexnews-tab-list-item {
		margin-left: 0px;
		margin-right: 40px;
		font-size: 14px;
	}

	.indexnews-tab-list-item:nth-child(2){
		margin-left: 0;
	}

	.indexnews .indexsection-more {
		position: absolute;
		top: 0;
		right: 0;
		padding-top: 18px;
	}


	.indexnews-list-item {
		margin-bottom: 15px;
		background: #fff;
		padding: 56px 25px 10px 20px;
		border-radius: 5px;
		box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.1);
		border: 1px solid #EFEFEF;
	}

	.indexnews-list-item a {
		display: inline;
		background: none;
		box-shadow:none;
		border:none;
		padding: 0;
	}

	.indexnews-list-item-category {
		border-radius: 3px;
		font-size: 12px;
		padding: 5px;
		margin-bottom: 2px;
		left: 15px;
		top: 10px;
	}

	.indexnews-list-item-txt {
		color: #333;
		margin-left: 0px;
		padding-right: 0px;
		font-size: 14px;
		position: relative;
		letter-spacing: 0.04em;
		line-height: 1.6;
	}


	.indexnews-list-item .pdf_icon{
		position: static;
		display: inline-block;
		vertical-align: middle;
	}

	.indexnews-list-item-date {
		position: static;
		text-align: right;
		width: auto;
		font-size: 14px;
		padding-top: 8px;
		color: #999;
	}

	.pdf .indexnews-list-item-date {
		background: none;
	}

}



@media screen and (max-width: 639px) {

	.indexbnr-slider-wrapper {padding-top: 65px;}

	.indexbnr-slider {
		margin-left: 100px;
		width: calc(100% + -200px);
	}
		.indexbnr-slider .swiper-slide-active img {transform: scale(1.5, 1.5);}
}

@media screen and (max-width: 370px){
	.indexkv-title{
		width: 280px;
		background-size: 280px 110px;
	}
	.indexinformation-tmb-main-list-item-txt{font-size: 10px;}
	.indexinformation-tmb-list-item-title{font-size: 15px;}
	.indexinformationbnr-list-item a span{font-size: 16px;}
}