
div.top-mainimage {
	align-items: center;
	display: flex;
	height: 95vh;
	padding-top: 55px;
}

div.inner {
	margin: auto;
	position: static;
	width: 100%;
}

div.top-mainimage div.mainlogo {
	display: none;
}

div.top-mainimage div.inner h1 {
	display: block;
	position: static;
	width: 70%;
}

div.top-news div.left,
div.top-news ul.news-list {
	display: block;
	width: auto;
}

div.top-news div.left {
	margin-bottom: 20px;
}

div.top-news h2.top-title {
	width: 70%;
}

div.top-news ul.news-list {
	margin-bottom: 20px;
}

div.top-news ul.news-list li h3,
div.top-news ul.news-list li p.date {
	display: block;
	margin: 0;
	text-align: center;
}

div.top-news ul.news-list li p.date {
	padding-right: 0;
}

div.top-first {
	margin: 25px 25px 40px 25px;
	width: auto;
}

div.top-first div.first-img,
div.top-first div.first-text {
	display: block;
	width: auto;
}

div.top-first div.first-img {
	height: 200px;
}

div.top-first div.first-text {
	padding: 0 ;
}

div.top-first div.first-text h2.top-title {
	padding-bottom: 0;
	padding-top: 25px;
}

ul.main-category {
	margin-bottom: 70px;
}

ul.main-category li {
	display: block;
	font-size: 15px;
	width: 100%;
}

ul.main-category li a {
	color: white;
	display: block;
	padding: 70px 0;
	text-decoration: none;
}

ul.main-category li a.about {
	background: url(images/link_btn.png)no-repeat right 28px center,url(images/top_main_category_bg_about.jpg)no-repeat center center;
	background-size: 18px,cover;
	border-bottom: 1px solid white;
}

ul.main-category li a.quality {
	background: url(images/link_btn.png)no-repeat right 28px center,url(images/top_main_category_bg_quality.jpg)no-repeat center center;
	background-size: 18px,cover;
}

div.top-olivejapan {
	padding: 0 25px;
}

h2.shop {
	width: 90%;
}

ul.top-shopitem-img {
	font-size: 0;
	margin-bottom: 50px;
	text-align: center;
}

ul.top-shopitem-img li {
	display: inline-block;
	width: 32%;
}

ul.top-shopitem-img li img {
	height: auto;
	width: 100%;
}

ul.top-shopitem-img li.c {
	margin: 0 5px;
}

div.top-sub-category {
	margin-top: 80px;
}

ul.sub-category li {
	display: block;
	width: auto;
}

ul.sub-category li h2 img {
	height: auto;
	width: 80%;
}

ul.sub-category li a {
	color: black;
	display: block;
	padding: 30px 0;
	text-decoration: none;
}

ul.sub-category li a.info {
	background: url(images/link_btn_b.png)no-repeat right 25px center,url(images/top_sub_category_bg_info.jpg)no-repeat center center;
	background-size: 16px,cover;
}

ul.sub-category li a.contact {
	background: url(images/link_btn_b.png)no-repeat right 25px center,url(images/top_sub_category_bg_contact.jpg)no-repeat center center;
	background-size: 16px,cover;
}

ul.sub-category h2 {
	padding: 10px 2px;
}

ul.sub-category h2 img {
	height: auto;
	margin: auto;
	width: 300px;
}






