@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 {
	max-width: 1000px;
	margin: 0 auto 30px;
}
#social {
	display: table;
	margin: 0 auto 10px;
}
#social ul li {
	margin-right: 20px;
	float: left;
}
/* common */
.container {
  display: flex;
  flex-wrap: wrap;
}
.item {
  width: 50%;
}
.item_parts {
  width: 48%;
  border-bottom: 1px solid #ffffff;
}
.s-b{
  justify-content:space-between;
}
.m-btm {
	margin-bottom: 20px;
}
/* contents */
#contents {
	max-width: 1000px;
	margin: 0 auto 0;
}
#concept {
	padding: 0 20px;
	margin-bottom: 30px;
}
#concept .title {
	font-size: 110%;
	font-weight:bold;
	margin: 0 0 10px;
}
#concept .txt {
	text-align: justify;
	line-height: 1.7;
}
#point {
	padding: 25px;
	color: #ffffff;
	background-color: #000010;
}
#point ul {
    margin-left: 5px;
}
#point li {
    list-style-type: none;
    position: relative;
    padding-left: 1.3em;
	padding-bottom: 5px;
}
#point li:before {
    width: 12px;
    height: 12px;
    display: block;
    position: absolute;
    left: 0;
    top: 0.3em;
    content: "";
    background: #fff000;
}
.yellow {
	color: #fff000;
}
#product_link {
	padding: 30px 20px 20px;
}
#product_info {
	text-align:center;
}
#box_info {
	position: relative;
	display: inline-block;
	margin: 0 auto 30px;
	padding: 10px 20px;
	font-weight:bold;
	text-align:center;
	color: #000000;
	background: linear-gradient(transparent 50%, #fff000 50%);
	box-sizing: border-box;
	border: solid 3px #000000;
	border-radius: 10px;
}
#box_info:before {
	content: "";
	position: absolute;
	bottom: -24px;
	left: 50%;
	margin-left: -15px;
	border: 12px solid transparent;
	border-top: 12px solid #fff000;
	z-index: 2;
}
#box_info:after {
	content: "";
	position: absolute;
	bottom: -30px;
	left: 50%;
	margin-left: -17px;
	border: 14px solid transparent;
	border-top: 14px solid #000000;
	z-index: 1;
}
#product_link a {
	text-decoration: none;
}
#product_link a:hover{
    opacity: 0.2;
}
#series {
	width: 50%;
	font-size: 150%;
	font-weight:bold;
}
#price {
	width: 50%;
	font-weight:bold;
	text-align: right;
}
.link {
	display: flex;
	margin-bottom: 10px;
	align-items: center;
	border-bottom: 3px solid #000000;
}
.number {
	width: 12%;
	padding: 10px;
	text-align: center;
	font-weight:bold;
	border-top: 3px solid #000000;
	border-left: 3px solid #000000;
	border-right: 3px solid #000000;
}
.name {
	width: 88%;
	padding: 10px 10px 10px 20px ;
}
.si {
	color: #ffffff;
	background: #696969;
}
.re {
	color: #ffffff;
	background: #e50012;
}
#bonus {
	background: #dcdcdc;
}
#parts {
	padding: 30px 20px;
	background-image: linear-gradient(0deg, rgba(0, 0, 16, 1), rgba(0, 52, 104, 1) 35%, rgba(0, 91, 171, 1));
}
#ttl_parts {
	margin-bottom: 20px;
	text-align: center;
}
#parts li {
	color: #ffffff;
    list-style-type: none;
    position: relative;
    padding-left: 1.3em;
	padding-bottom: 5px;
}
#parts li:before {
    width: 12px;
    height: 12px;
    display: block;
    position: absolute;
    left: 0; 
    top: 0.3em;
    content: "";
    background: #ffffff;
}
.shop {
	margin: 50px 0;
	text-align: center;
}
.shop a {
	padding: 25px 40px 23px;
	color: #FFFFFF;
	background-color: #000010;
	border-radius: 15px;
	font-size: 186%;
	text-decoration: none;
	display: inline-block;
}
.caution {
	max-width: 1000px;
	margin: 0 auto;
	font-size: 86%;
}