#main_content {
	background: #000;
	color: #fff;
}

.sub_content {
	max-width: 1200px;
	margin-right: auto;
	margin-left: auto;
	margin-top: 80px;
	padding: 0 15px 60px;
	overflow: hidden;
}
#main_content .hLine > span::before, #main_content .hLine > span::after {
	border-top: 1px solid #fff;
}
/* ----------------------------------------
	chara
---------------------------------------- */

.chara2 {
	padding: 1.5rem;
	background: #000;
	color: #fff;
}
.chara2 .text_area {
	line-height: 1.7;
	padding: 1.5rem 1rem 0;
}
.chara2 .text_area p + p {
	margin-top: 1rem;
}

@media screen and (min-width:768px) {
	.chara2 {
		padding: 2rem;
	}
	.chara2 .text_area {
		padding: 0;
	}

}

@media screen and (min-width:1024px) {
	.chara2 {
		padding: 25px;
	}
	.chara2 .text_area p {
		line-height: 1.8;
	}
}

.chara > div {
	margin-top: 2rem;
}

.chara .text_area {
	padding: 1.5rem;
}

.chara .text_area p {
	line-height: 1.7;
	color: #fff;
}

.chara .text_area h3 {
	color: #fff;
	margin-bottom: .5rem;
}

.chara > div .text_area {
	background: #000;
}


@media screen and (min-width:1024px) {
	.chara2 {
		margin: 0 0 30px 0;
		padding: 25px;
	}
	.chara > div:nth-child(2) {
		margin-top: 0;
	}

	.chara > div {
		margin-top: 0;
	}

	.chara > div {
		position: relative;
	}

	.chara > div h2 {
		margin-bottom: 5px;
	}

	.chara > div .text_area {
		padding: 15px;
		position: absolute;
		width: 440px;
		top: 50%;
		transform: translateY(-50%);
		background: rgba(0,0,0,.8);
	}

	.chara > div.right .text_area {
		right: 20px;
	}

	.chara > div.left .text_area {
		left: 20px;
	}

	.chara h3 {
		margin-bottom: 5px;
	}

	.chara .right p,
	.chara .left p {
		letter-spacing: 1px;
	}

	.w380_lg {
		width: 380px !important;
	}
}


/* ----------------------------------------
	price
---------------------------------------- */

.price_area {
	text-align: center;
}
.price_area .price_box .button,
.price_area .main_price_box .button,
.price_area, .price ~ p.bold {
	margin-top: 1rem;
}
.price_area .regular_price {
	margin-top: .5rem;
	font-size: 1.1rem;
	text-decoration: none;
}
.price_area .regular_price::before {
	content: "[ \901A\5E38\4FA1\683C ";
}
.price_area .regular_price::after {
	content: " ]";
}
.price_area .non_taxed_price {
	color: #767676;
}
.price_area .non_taxed_price::before {
	content: "[ ";
}
.price_area .non_taxed_price::after {
	content: " ]";
}
.price_area .price_box .button,
.price_area .price ~ p.bold {
	margin-top: 1rem;
}

@media screen and (min-width: 480px) {
	.price_area .hpj-pim {
		display: flex;
		justify-content: center;
		align-items: flex-end;
	}
}


/* series_name -------------------- */

.series_name {
	text-align: center;
}


/* series_name -------------------- */

.cam_model_name {
	font-size: 18px;
	text-align: center;
	line-height: 1.3;
}


/* prod_img -------------------- */

.prod_img {
	position: relative;
	text-align: center;
}


/* ==================================================
	gallery
================================================== */

/* tab -------------------- */

.gallery_area .tab_trigger {
	display: flex;
	justify-content: center;
	text-align: center;
}
.gallery_area .tab_trigger li {
	width: 50%;
	color: #767676;
}
.gallery_area .tab_trigger .tab_current {
	position: relative;
	padding-bottom: .5em;
	color: #0096d6;
	border-bottom: 1px solid #0096d6;
}
.gallery_area .tab_trigger .tab_current::before,
.gallery_area .tab_trigger .tab_current::after {
	content: "";
	position: absolute;
	top: 100%;
	left: 50%;
	transform: translateX(-50%) translateY(1px);
	border: 8px solid transparent;
}
.gallery_area .tab_trigger .tab_current::before {
	border-top: 8px solid #0096d6;
}
/*.gallery_area .tab_trigger .tab_current::after {
	margin-top: -2px;
	border-top: 9px solid #fff;
}*/
.gallery_area .tab_content_area {
	margin-top: 2rem;
}

@media screen and (min-width: 1024px) {
	.gallery_area .tab_trigger li {
		width: 300px;
		font-size: 16px;
	}
	.gallery_area .tab_content_area {
		margin-top: 40px;
	}
}



/* images -------------------- */

.gallery_thumb {
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	margin: .5rem -.5rem;
}
.gallery_thumb > li {
	width: calc((100% - 2rem) / 2);
	margin: .5rem;
}

@media screen and (min-width: 480px) {
	.gallery_main {
		text-align: center;
	}
	.gallery_main img {
		width: auto;
	}
	.gallery_thumb > li {
		width: calc((100% - 3rem) /3);
	}
}

@media screen and (min-width: 1024px) {
	.gallery_content {
		display: flex;
		justify-content: space-between;
	}
	.gallery_main {
		width: 440px;
	}
	.gallery_thumb {
		margin: -10px 0 0 -10px;
	}
	.gallery_thumb > li {
		width: 300px;
		margin: 10px 0 0 10px;
	}

}

/*table*/
#main_content table.style_basic th {
	background: #333;
}
