@charset 'UTF-8';

.mainimg {
	display: block;
}
h1.seotext {
	display: none;
}

.content {
	padding-top: 40px;
}
.index-title {
	text-align: center;
	color: #BC9963;
}
.index-deliver .index-title {
	background: #000 url('../img/index_bg_title.jpg') left 10% bottom no-repeat;
	padding: 45px 0 50px;
}
.index-title .en {
	margin-bottom: 10px;
	font-family: 'Frank Ruhl Libre', serif;
	font-size: 3.6rem;
	line-height: 1.3;
	font-weight: 500;
	word-break: initial;
}
.index-title .jp {
	font-family: '游明朝体', 'Yu Mincho', YuMincho,
		serif, 'メイリオ', 'Meiryo', sans-serif;
}
@media screen and (max-width: 480px){
	.index-title .en {
		font-size: 2.6rem;
	}
}

.index-deliver {
	margin-bottom: 100px;
}
.index-deliver .boxlist {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	width: 100%;
}
.index-deliver .boxlist li {
	position: relative;
	z-index: 0;
	width: 50%;
	background-position: center;
	background-repeat: no-repeat;
	background-size: auto 100%;
}
.index-deliver .boxlist a {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	width: 100%;
	height: 201px;
	padding: 10px 20px;
	line-height: 1.0;
	text-decoration: none;
}
.index-deliver .boxlist a::before {
	content: '';
	z-index: 0;
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-position: center;
	background-repeat: no-repeat;
	background-size: auto 100%;
	opacity: 1;
	-webkit-transition: opacity .4s;
	transition: opacity .4s;
}
.index-deliver .boxlist li:hover a::before {
	opacity: 0;
}
.index-deliver .boxlist li:nth-child(odd) a {
	-webkit-box-pack: end;
	-ms-flex-pack: end;
	justify-content: flex-end;
}
.index-deliver .boxlist span {
	display: block;
	position: relative;
}
.index-deliver .boxlist .text {
	-ms-flex-item-align: end;
	align-self: flex-end;
	font-family: 'Overpass', sans-serif;
	font-size: 1.8rem;
	font-style: italic;
	-webkit-transition: opacity .4s, -webkit-transform .4s;
	transition: opacity .4s, -webkit-transform .4s;
	transition: opacity .4s, transform .4s;
	transition: opacity .4s, transform .4s, -webkit-transform .4s;
}
.index-deliver .boxlist .image {
	position: absolute;
	top: 50%;
	left: 50%;
	opacity: 0;
	-webkit-transform: translate(-50%, calc(-50% - 5px));
	transform: translate(-50%, calc(-50% - 5px));
	-webkit-transition: opacity .4s, -webkit-transform .4s;
	transition: opacity .4s, -webkit-transform .4s;
	transition: opacity .4s, transform .4s;
	transition: opacity .4s, transform .4s, -webkit-transform .4s;
}
.index-deliver .boxlist .image img {
	opacity: 1 !important;
}
.index-deliver .boxlist li:hover .text {
	opacity: 0;
	-webkit-transform: translateY(5px);
	transform: translateY(5px);
}
.index-deliver .boxlist li:hover .image {
	opacity: 1;
	-webkit-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
}

.index-deliver .boxlist li:nth-child(1) a::before {
	background-image: url("../img/index_imgli01.jpg");
}
.index-deliver .boxlist li:nth-child(1) {
	background-image: url("../img/index_imgli01_on.jpg");
}
.index-deliver .boxlist li:nth-child(2) a::before {
	background-image: url("../img/index_imgli02.jpg");
}
.index-deliver .boxlist li:nth-child(2) {
	background-image: url("../img/index_imgli02_on.jpg");
}
.index-deliver .boxlist li:nth-child(3) a::before {
	background-image: url("../img/index_imgli03.jpg");
}
.index-deliver .boxlist li:nth-child(3) {
	background-image: url("../img/index_imgli03_on.jpg");
}
.index-deliver .boxlist li:nth-child(4) a::before {
	background-image: url("../img/index_imgli04.jpg");
}
.index-deliver .boxlist li:nth-child(4) {
	background-image: url("../img/index_imgli04_on.jpg");
}
.index-deliver .boxlist li:nth-child(5) a::before {
	background-image: url("../img/index_imgli05.jpg");
}
.index-deliver .boxlist li:nth-child(5) {
	background-image: url("../img/index_imgli05_on.jpg");
}
.index-deliver .boxlist li:nth-child(6) a::before {
	background-image: url("../img/index_imgli06.jpg");
}
.index-deliver .boxlist li:nth-child(6) {
	background-image: url("../img/index_imgli06_on.jpg");
}
.index-deliver .boxlist li:nth-child(7) a::before {
	background-image: url("../img/index_imgli07.jpg");
}
.index-deliver .boxlist li:nth-child(7) {
	background-image: url("../img/index_imgli07_on.jpg");
}
.index-deliver .boxlist li:nth-child(8) a::before {
	background-image: url("../img/index_imgli08.jpg");
}
.index-deliver .boxlist li:nth-child(8) {
	background-image: url("../img/index_imgli08_on.jpg");
}
.index-deliver::before {
	content: '';
	background: url('../img/index_imgli01_on.jpg'),
		url('../img/index_imgli02_on.jpg'),
		url('../img/index_imgli03_on.jpg'),
		url('../img/index_imgli04_on.jpg'),
		url('../img/index_imgli05_on.jpg'),
		url('../img/index_imgli06_on.jpg'),
		url('../img/index_imgli07_on.jpg'),
		url('../img/index_imgli08_on.jpg');
}
@media screen and (max-width: 768px) {
	.index-deliver .boxlist li {
		width: 100%;
	}
}
@media screen and (max-width: 480px) {
	.index-deliver .boxlist a {
		height: 150px;
	}
}

.index-disseminate {
	position: relative;
	margin-top: 100px;
	padding: 0 15px 45px;
}
.index-disseminate::before {
	content: '';
	position: absolute;
	left: calc(50% + 88px);
	bottom: 0;
	width: 740px;
	height: 500px;
	background: url("../img/index_img03.jpg") left bottom no-repeat;
	background-size: cover;
	pointer-events: none;
}
.index-disseminate .index-title {
	text-align: left;
	margin-bottom: 30px;
}
.index-disseminate .bg-box {
	max-width: 1140px;
	margin: 0 auto;
}
.index-disseminate .box {
	max-width: 800px;
	width: 72%;
	border: 1px solid #BC9963;
	padding: 70px 205px 70px 70px;
}
.index-disseminate .inner {
	margin-bottom: 35px;
}
@media screen and (max-width: 1030px) {
	.index-disseminate .box {
		padding: 50px 15% 50px 30px;
	}
}
@media screen and (max-width: 768px) {
	.index-disseminate {
		padding-bottom: 40%;
	}
	.index-disseminate .box {
		width: calc(100% - 30px);
		padding-right: 30px;
		padding-bottom: 60px;
	}
	.index-disseminate::before {
		left: auto;
		right: 15px;
		bottom: 0;
		height: 0;
		background-position: center;
		padding-top: 47%;
		width: 70%;
	}
}
@media screen and (max-width: 480px) {
	.index-disseminate {
		padding-bottom: 35%;
	}
	.index-disseminate .box {
		padding-top: 30px;
		padding-left: 15px;
		padding-right: 15px;
	}
}

.mod_contact {
	margin-bottom: 80px;
}

.index-wrap {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	width: 100%;
	max-width: 1030px;
	padding: 0 15px;
	margin: 0 auto 80px;
}
.index-wrap .index-title {
	margin-bottom: 25px;
}
.mod_news_list {
	width: 45%;
	padding: 0;
	margin: 0;
}
.index-map-box {
	width: 45%;
	padding: 0;
	margin: 0;
}
@media screen and (max-width: 768px) {
	.index-wrap {
		display: block;
	}
	.mod_news_list {
		width: 100%;
		margin-bottom: 60px;
	}
	.index-map-box {
		width: 100%;
	}
}

.side {
	background: url("../img/icon_bottom.png") left top repeat-x;
}