@charset "UTF-8";

header {
	margin-bottom: 0 !important;
}
#main .mainInner {
	max-width: none !important;
}
/* product */
#product h1 {
	margin: 0 !important;
	padding: 0 !important;
	border: none !important;
}
#title {
	position: relative;
	max-width: 1000px;
	margin: 0 auto 0;
}
#language {
	max-width: 1000px;
	margin: 0 auto 20px;
}
#language ul {
	float: right;
}
#language ul li {
	margin: 20px 20px 0 0;
	float: left;
}
#language ul li:last-child {
	margin-right: 0;
}
#language ul li a {
	padding: 5px 30px 3px;
	color: #FFFFFF;
	background-color: #222222;
	font-size: 136%;
	text-decoration: none;
	display: inline-block;
}
.item {
	max-width: 1000px;
	margin: 0 auto 0
}
#social {
	display: table;
	margin: 0 auto 30px;
}
#social ul li {
	margin-right: 20px;
	float: left;
}
#social ul li:last-child {
	margin-right: 0;
}
.mark {
	margin: 0 0 40px;
	padding: 8px 0 6px;
	color: #000000;
	background-color: #EEEEEE;
	font-size: 188%;
	font-weight: bold;
	text-align: center;
	clear: both;
}
#concept {
	max-width: 1000px;
	margin: 0 auto 0;
}
#lead {
	padding-right: 10px;
	padding-left: 10px;
	padding-bottom: 20px;
}
.box_concept {
	margin-bottom: 40px;
	padding: 20px 20px 16px;
	color: #000000;
	background-color: #EEEEEE;
}
#concept_l {
	width: 500px;
	float: left;
}
#concept_l img {
	margin: 0 0 4px;
}
#concept_r {
	width: 440px;
	float: right;
}
#concept_r p {
	margin-bottom: 10px;
}
#concept_r ul {
	margin: 0 0 0 22px;
	list-style-type: disc;
}
.concept_items li {
	padding-bottom: 5px;
}
.strong {
	width: 100%;
	font-weight:bold;
	color: #000000;
	background-image: linear-gradient(270deg, rgba(255, 255, 255, 0) 18%, rgba(254, 241, 2, 1));
}
.txt_title {
	font-size: 110%;
	padding-bottom: 3px;
}
.txt_box {
	margin: 10px auto 0;
	padding: 10px 15px;
	color: #FFFFFF;
	background-color: #4C4C4C;
}
.txt_box p {
	margin: 3px 0 0 5px !important;
}
.txt_box a {
	color: #fcfcfc;
}
.price_en {
	font-size: 80%;
	padding-left: 5px;
}
.wrap_box_point {
	display:-webkit-box;
	display:-moz-box;
	display:-ms-box;
	display:-webkit-flexbox;
	display:-moz-flexbox;
	display:-ms-flexbox;
	display:-webkit-flex;
	display:-moz-flex;
	display:-ms-flex;
	display:flex;
	-webkit-box-lines:multiple;
	-moz-box-lines:multiple;
	-webkit-flex-wrap:wrap;
	-moz-flex-wrap:wrap;
	-ms-flex-wrap:wrap;
	flex-wrap:wrap;
}
.shop {
	margin: 50px 0 55px;
	text-align: center;
}
.shop a {
	padding: 25px 40px 23px;
	color: #FFFFFF;
	background-color: #000000;
	border-radius: 15px;
	font-size: 186%;
	text-decoration: none;
	display: inline-block;
}
.caution {
	max-width: 1000px;
	margin: 0 auto;
	font-size: 86%;
}
.caution_en {
	max-width: 1000px;
	margin: 5px auto 0;
	padding-left: 10px;
	padding-right: 10px;
	font-size: 86%;
}
/* clearfix */
#product:after,
#title:after,
#social:after,
#contents:after,
#concept:after,
.box_concept:after,
#concept_r:after,
#concept_l:after,
.wrap_box_point:after,
.box_point:after {
	content:".";
	display:block;
	height:0;
	font-size:0.1%;
	line-height:0.1;
	clear:both;
	visibility:hidden;
}
*:first-child+html #product,
*:first-child+html #title,
*:first-child+html #social,
*:first-child+html #contents,
*:first-child+html #concept,
*:first-child+html .box_concept,
*:first-child+html #concept_r,
*:first-child+html #concept_l,
*:first-child+html .wrap_box_point,
*:first-child+html .box_point {
	min-height:1%;
}