﻿@charset "utf-8";
/* CSS Document */

/*-------------------------------------
	key
--------------------------------------*/
#topHead {
	clear: both;
	overflow: hidden;
	position: relative;
}
#topHead #movie_area {
	text-align: center;
}
#topHead #movie_area video {
	margin: 0 auto;
	max-width: 1440px;
	width: 100%;
}
@media only screen and (max-width: 767px) {
	#topHead #movie_area {
		height: 130px;
	}
}

#topHead #en_info {
	width: 100%;
	height: 40px;
	background: #00a2b1;
	position: absolute;
	left: 0;
	top: 0;
	z-index: 90;
}
#topHead #en_info p {
	width: 1200px;
	margin: 0 auto;
	color: #fff;
	line-height: 40px;
	font-size: 1.6rem;
	letter-spacing: 0.1em;
}
#topHead #en_info p span {
	margin-left: 18px;
}
#topHead #en_info p span a {
	color: #fff;
}
@media only screen and (max-width: 767px) {
	#topHead #en_info {
		height: 30px;
		text-align: center;
	}
	#topHead #en_info p {
		width: 100%;
		margin: 0 10px;
		line-height: 30px;
		font-size: 1.4rem;
	}
}

#catch {
	padding-right: 20px;
	width: 37%;
	height: 130px;
	line-height: 130px;
	text-align: right;
	background-color: rgba(255,255,255,0.8);
	box-sizing: border-box;
	position: absolute;
	bottom: 80px;
	z-index: 90;
}
#catch img { vertical-align: middle; }
@media only screen and (max-width: 767px) {
	#catch { display: none; }
}

.innerBox.topTxt {
	margin: 40px auto;
	font-weight: 100;
	color: #333333;
	text-align: center;
}
@media only screen and (max-width: 767px) {
	.innerBox.topTxt { 
		text-align: left;
		margin: 30px auto;
	}
}

.topLead {
	background: #efefef;
	padding: 46px 0 46px;
	max-width: 1000px;
	margin: 0 auto;
}
.topLead h2 {
	font-size: 2.8rem;
	margin-bottom: 36px;
	text-align: center;
}
.topLead p {
	font-size: 1.6rem;
}
@media only screen and (max-width: 767px) {
	.topLead {
		padding: 16px 0;
	}
	.topLead h2 {
		font-size: 1.8rem;
		margin-bottom: 10px;
		text-align: left;
	}
}

/*-------------------------------------
	article
--------------------------------------*/

article {
	padding: 0;
	width: 100%;
	height: auto;
}
@media only screen and (max-width: 480px) {
	article {
		padding: 0;
	}
}

/* ハラル */
.halal {
	text-align: center;
	font-weight: 100;
}

.halal .halal_map {
	display: flex;
	justify-content: center;
	align-items: center;
	margin-bottom: 60px;
}
.halal .halal_map figure {
	width: 55%;
	margin: 0 30px 0 0!important;
	text-align: center;
}
.halal .halal_map figure img {
	width: 100%;
}
.halal .halal_map p {
	text-align: left;
	width: 40%;
}
.halal .summary {
	font-size: 3.0rem;
}
@media only screen and (max-width: 767px) {
	.halal .halal_map {
		display: inherit;
		margin-bottom: 20px;
	}
	article.topicArea .innerBox .halal_map figure {
		width: 100%!important;
		max-width: auto!important;
		min-width: auto;
		margin: 30px 0!important;
	}
	.halal .halal_map p {
		width: 100%;
	}
}
@media only screen and (max-width: 480px) {
	.halal .halal_map p {
		text-align: left;
	}
	.halal .summary {
		font-size: 1.8rem;
		text-align: left;
	}
}


/* total */
.totalArea {
	padding: 90px 0;
	background: #efefef;
}

.allItem {
	margin: 0 auto 50px;
}

.allItem .allItemTxt {
	padding: 20px 15px 20px;
	color: #FFFFFF;
	font-weight: 200;
	width: calc(100% - 530px);
	line-height: 140%;
	word-break: break-all;
	background: url(../img/top/bg_banboo.jpg) repeat 0 0;
	box-sizing: border-box;
}
.allItem .allItemTxt h2 {
	margin-bottom: 10px;
	font-size: 2.2rem;
	font-weight: 600;
}
.allItem figure {
	margin: 0;
}

.contentBox {
	width: 420px;
}
.contentBox figure {
	margin: 0;
}
.contentBox .contentTxt {
	padding: 20px 15px 20px;
	color: #FFFFFF;
	font-weight: 200;
	line-height: 140%;
	min-height: 150px;
	word-break: break-all;
	background: url(../img/top/bg_banboo.jpg) repeat 0 0;
	box-sizing: border-box;
}
.contentBox .contentTxt h2 {
	margin-bottom: 10px;
	font-size: 2.2rem;
	font-weight: 600;
}
@media only screen and (max-width: 767px) {
	.allItem figure {
		text-align: center;
		background: #ffffff;
		-webkit-box-ordinal-group:-1;
		-moz-box-ordinal-group:-1;
		-webkit-flex-order:-1;
		-moz-flex-order:-1;
		-webkit-order:-1;
		-moz-order:-1;
		order:-1;
	}

	.allItem .allItemTxt {
		padding: 20px 15px 20px;
		color: #FFFFFF;
		font-weight: 200;
		width: 100%;
		line-height: 140%;
		word-break: break-all;
		background: url(../img/top/bg_banboo.jpg) repeat 0 0;
		box-sizing: border-box;
	}

	.contentBox {
		width: 100%;
		margin-bottom: 50px;
	}
	.contentBox figure {
		margin: 0;
	}
	.contentBox figure img {
		width: 100%;
		max-width: inherit;
	}
}

/* 新着情報 */
.newsArea .newsAreaBox {
	margin-right: auto;
	padding-bottom: 25px;
}
.newsArea .newsAreaBox img {
	max-width: 150px;
	width: 150px;
	padding-right: 20px;
}
.newsArea .newsAreaBox dt {
	padding-bottom: 2px;
}
@media only screen and (max-width: 767px) {
	.topicArea.newsArea .newsAreaBox {
		display: flex;
		padding-bottom: 15px;
	}
	.newsArea .newsAreaBox img {
		max-width: 120px;
		width: 120px;
		padding-right: 15px;
	}
}

article.topicArea {
	margin-top: 40px;
}
@media only screen and (max-width: 767px) {
	article.topicArea .fl {
		display: block;
	}
}
@media only screen and (max-width: 480px) {
	article.topicArea {
		margin-top: 0;
	}
}
article.topicArea h2 {
	font-size: 2.4rem;
	margin: 0 auto 50px;
	text-align: center;
	width: 100%;
	height: 70px;
	line-height: 70px;
	background: #00a2b1;
	color: #fff;
}
article.topicArea .innerBox figure {
	min-width: 400px;
	margin: 0 20px;
}
article.topicArea .innerBox figure.vertical {
	min-width: 240px;
}
article.topicArea .innerBox figure img {
	width: 100%;
	margin: 0 auto;
}

@media only screen and (max-width: 767px) {
	article.topicArea h2 {
		margin: 0 auto 20px;
		padding: 10px;
		text-align: left;
		width: 100%;
		height: auto;
		line-height: inherit;
		font-size: 1.8rem;
		box-sizing: border-box;
	}
	article.topicArea .innerBox figure {
		width: 80%;
		/*max-width: 240px;*/
		margin: 20px auto;
		text-align: center;
	}
}
@media only screen and (max-width: 480px) {
	article.topicArea .innerBox figure {
		width: 100%;
		margin: 20px auto;
		min-width: 200px;
	}
}

article.topicArea .topic_wrap {
	margin-bottom: 40px;
}
@media only screen and (max-width: 767px) {
	article.topicArea .topic_wrap {
		margin-bottom: 30px;
	}
}
article.topicArea .topic_wrap .note {
	font-size: 1.4rem;
	text-align: center;
	margin: 10px auto 20px;
}

article.topicArea .safety figure {
	width: 40%;
	min-width: 240px;
	margin: 0 30px 0 0;
}
@media only screen and (max-width: 480px) {
	article.topicArea .safety figure {
		width: 80%;
		min-width: auto;
		margin: 0 auto 10px auto;
	}
}

article.topicArea .topic_wrap .prize {
	margin-top: 20px;
}
article.topicArea .topic_wrap .prize h3 {
	text-align: center;
	margin: 0 0 20px;
	font-size: 2.4rem;
}
article.topicArea .topic_wrap .prize_news {
	padding: 20px 25px;
	margin-bottom: 40px;
	border: double #333;
}
article.topicArea .topic_wrap .prize_news p {
	font-size: 2.0rem;
}
article.topicArea .topic_wrap .prize p + p {
	margin-top: 20px;
}
@media only screen and (max-width: 480px) {
	article.topicArea .topic_wrap .prize h3 {
		font-size: 1.8rem;
		text-align: left;
		margin: 0 0 5px;
	}
	article.topicArea .topic_wrap .prize_news {
		padding: 10px;
		margin-bottom: 10px;
	}
	article.topicArea .topic_wrap .prize_news p {
		font-size: 1.6rem;
	}
	article.topicArea .topic_wrap .prize p + p {
		margin-bottom: 10px;
	}
}

article.topicArea .topic_wrap .how_use {
	margin: 20px auto 40px;
}
article.topicArea .topic_wrap .how_use h3 {
	text-align: center;
	margin-bottom: 10px;
	display: flex;
	align-items: center;
}
article.topicArea .how_use h3:before,
article.topicArea .how_use h3:after {
	content: "";
	flex-grow: 1;
	height: 1px;
	background: #999;
	display: block;
}
article.topicArea .how_use h3:before {
	margin-right: .8em;
}
article.topicArea .how_use h3:after {
	margin-left: .8em;
}
article.topicArea .topic_wrap .how_use ul {
	margin-top: 20px;
}
article.topicArea .topic_wrap .how_use li {
	margin: 0 10px;
	width: 24%;
}
article.topicArea .topic_wrap .how_use > li:not(:last-child) {
	margin-right: 30px;
}
article.topicArea .topic_wrap .how_use li p {
	font-size: 1.4rem;
	margin-top: 5px;
}
@media only screen and (max-width: 767px) {
	article.topicArea .topic_wrap .how_use ul li {
		text-align: center;
		margin: 0 0 20px;
		width: 100%;
	}
}

article.topicArea .effect_list {
	display: flex;
	flex-wrap: wrap;
}
article.topicArea .effect_list li {
	width: 17%;
	margin-right: 20px;
}
@media only screen and (max-width: 767px) {
	article.topicArea .effect_list li {
		width: 45%;
		text-align: left!important;
	}
}

.btn_detai {
	text-align: center;
}
.btn_detail p {
	margin: 0 auto;
	text-align: center;
	width: 40%;
	display: block;
}
.btn_detail {
	display: block;
	color: #fff;
	background: #004818;
	padding: 15px;
	font-size: 2.0rem;
}


/*-------------------------------------
	news
--------------------------------------*/

.innerBox dd {
	margin-bottom: 15px;
	}
	


/*-------------------------------------
	movie
--------------------------------------*/
#movie_area_content {
	text-align: center;
}
#movie_area_content video {
	margin: 0 auto;
	width: 90%;
}
@media only screen and (max-width: 480px) {
	#movie_area_content {
		overflow: hidden;
	}
	#movie_area_content video {
		width: 100%;
	}
}

/*-------------------------------------
	topBan
--------------------------------------*/
.topBan {
	position: relative;
}
.topBanTtl {
	text-align: center;
	position: absolute;
	top: 80px;
	z-index: 1;
	left: 0;
	right: 0;
	padding-right: 3px;
	width: 70px;
	margin: 0 auto;
}
.topBanList {
	padding: 10px 0 50px;
}
.topBanList li {

}
@media only screen and (max-width: 480px) {
	.topBanTtl {
		top: 38.5%;
	}
	.topBanTtl {
		padding: 0 0 20px;
	}
	.topBanList {
		padding: 0 0 30px;
		display: block;
	}
	.topBanList li {
		width: 100%;
	}
	.topBanList li + li {
		margin-top: 20px;
	}
}
