@charset "UTF-8";


#main_content {
	background: rgba(255,0,0,.07);
}
.section {
	border-top: 2px #fff solid;
}
.model_cate {
	padding: 5px;
	background: linear-gradient(to right, #d7410b 0%,#990000 100%);
	color: #fff;
	font-size: 16px;
	font-weight: bold;
	text-align: center;
	line-height: 1;
	letter-spacing: 1px;
	text-align: center;
}
.model_img {
	margin: 1.5rem 0 0;
	text-align: center;
}
/* ==================================================
	PIM
================================================== */

.cam_model {
	padding: 20px 16px;
}

@media screen and (min-width: 768px) {
	.cam_model {
		padding: 25px 10px 50px;
	}
}

@media screen and (max-width: 1023px) {
	.cam_model .hpj-pim:nth-child(n+2) {
		margin-top: 20px;
	}
}

@media screen and (min-width: 1024px) {
	.cam_model > .aem-Grid {
		margin: 0 -10px;
	}
	.cam_model .hpj-pim {
		padding: 0 10px;
		float: left;
	}

	/* column1 -------------------- */
	.column1 .hpj-pim:nth-child(n+2) {
		margin-top: 20px;
	}

	/* column2 -------------------- */
	.column2 .hpj-pim {
		width: 50% !important;
	}
	.column2 .hpj-pim:nth-child(n+3) {
		margin-top: 20px;
	}

	/* column3 -------------------- */
	.column3 .hpj-pim {
		width: 33.33333% !important;
	}
	.column3 .hpj-pim:nth-child(n+4) {
		margin-top: 20px;
	}
}



/* model_box -------------------- */

.model_box {
	background: #fff;
	outline: 2px solid rgba(255,0,0,.3);
}

@media screen and (min-width: 1024px) {
	/* column1 -------------------- */
	.model_inner {
		display: flex;
		justify-content: space-between;
	}
	.model_inner > .model_l {
		width: 48%;
	}
	.model_inner > .model_r {
		width: 48%;
	}
}



/* series_name -------------------- */

.series_name {
}



/* cam_model_name -------------------- */

.cam_model_name {
	margin: .5rem 1rem 1rem;
	padding: .2em .5em;
	background: #f5f5f5;
	border-left: 5px solid #990000;
	font-size: 16px;
	line-height: 1.3;
	word-break: break-all;
}
@media screen and (min-width:1024px) {
	.cam_model_name {
	margin: 10px 18px 15px;
	padding: 8px 10px;
	}
}



/* prod_img -------------------- */

.prod_img {
	padding: 10px 10px 0;
	text-align: center;
}
@media screen and (min-width:1024px) {
	.prod_img {
		padding: 15px 0 0;
	}
}


/* price_area -------------------- */

.price_area {
	display: flex;
	flex-direction: column;
	justify-content: flex-end;
	align-items: center;
	padding: 0 10px;
	text-align: center;
}
.price_area * + * {
	margin-top: 10px;
}
.price_area .price {
	color: #eb5f01;
}
.price_area .price_off {
	color: #eb5f01;
	font-size: 14px;
	font-weight: bold;
	line-height: 1;
}
.price_area .price_off::before,.price_area .price_off::after {
	position: relative;
}
.price_area .price_off::before {
	content: "\FF1C";
	left: -.5rem;
}
.price_area .price_off::after {
	content: "\FF1E";
	right: -.5rem;
}
.price_area .price_off span {
	font-size: 130%;
}

/* v_balloon */
.price_area .price_off.v_balloon {
	display: inline-block;
	position: relative;
	padding: .5em 1em;
	color: #eb5f01;
	font-size: 14px;
	line-height: 1.2;
	background: rgba(255,204,0,.2);
	border-radius: 5px;
}
.price_area .price_off.v_balloon::after {
	content: "";
	position: absolute;
	top: 100%;
	left: 50%;
	transform: translateX(-50%);
	border: 6px solid transparent;
	border-top: 6px solid rgba(255,204,0,.2);
}



/* icon -------------------- */

.icon {
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
}
.icon li {
	color: #0096d6;
	text-align: center;
}
.icon [class*="hpic_"]::before {
	display: block;
	line-height: 60px;
}
.icon p {
	font-size: 11px;
	line-height: 1.1;
}

/* v2 */
.icon.v2 li:first-child {
	display: block;
	width: 100%;
	padding-bottom: 15px;
}
.icon.v2 li:nth-child(n+3) {
	margin-left: 20px;
}

/* v1 */
.icon.v1 li:first-child {
	display: block;
	width: 100%;
	padding-bottom: 15px;
}
.icon.v1 li:nth-child(n+3) {
	margin-left: 20px;
}
@media screen and (min-width: 480px) {
	.icon.v1 li:first-child {
		display: flex;
		align-items: center;
		width: auto;
		height: 60px;
		padding-bottom: 0;
	}
	.icon.v1 li:nth-child(n+2) {
		margin-left: 20px;
	}
}



/* model_spec -------------------- */

.model_spec {
	margin: 15px 10px 0;
}
.model_spec_list > li {
	font-size: 13px;
}

@media screen and (max-width: 1023px) {
	.model_spec_list > li {
		padding: 5px;
	}
}

@media screen and (min-width: 1024px) {
	.model_spec {
		border: none;
	}
	.model_spec_list > li::after {
		content: "";
		display: block;
		clear: both;
	}
	.model_spec_title {
		display: block;
		width: 7em;
	}
	.model_spec_text {
		float: right;
		width: calc(100% - 8em);
	}
}



/* list_basic -------------------- */

.cam_model .list_basic {
	padding: 1rem 1rem;
	font-size: 12px;
	text-align: left;
}
.cam_model .list_basic > li::before {
	background: #990000;
}
.cam_model .list_basic > li > * {
	float: none;
}
.cam_model .list_basic .model_spec_title {
	display: none;
}
.cam_model .list_basic .model_spec_text {
	width: 100%;
}
.cam_model .list_basic .icon_customize::after {
	content: none;
	background: none;
}
.cam_model .list_basic .model_spec_momery .model_spec_text::after {
	display: inline;
	content: " \30E1\30E2\30EA";
}
.cam_model .acco_content,.cam_model .text_area {

}
@media screen and (max-width: 1023px) {
	.cam_model .acco_basic {
		margin: 15px 10px 0;
		padding: 0 0 10px;
	}
	.cam_model .acco_trigger {
		font-size: 14px;
		background: #f2f2f2;
	}
	.cam_model .acco_content {
		padding: 0;
		border-bottom: none;
	}
	.cam_model .text_area {
		margin: 15px 10px 10px;
		padding: 0 0 10px;
	}
}

@media screen and (min-width: 1024px) {
	.cam_model .list_basic {
		margin: 15px 0 0;
		padding: 15px 20px;
	}
	.cam_model .acco_trigger {
		display: none;
	}
}



/* link_area -------------------- */

.link_area {
	padding: 0 0 10px;
	text-align: center;
}
.link_area a {
	font-size: 12px;
}
.campaign-link {
	margin-right: 15px;
}



/* modal -------------------- */
.modal_content_inner .list >li {
	color: #000;
	font-size: 1.4rem;
	text-indent: -1em;
	margin-top: 1em;
	overflow-wrap: break-word;
}


/* 210226 */
.prod_img {
	width: 100%;
	margin: 0px auto 0;
	position: relative;
}
.point {
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	position: absolute;
	top: 10px;
	left: 5%;
	width: 8rem;
	height: 8rem;
	border-radius: 50%;
	background: #d7410b;
	color: #fff;
	font-size: 1.8rem;
	line-height: 1.2;
	text-align: center;
}

.point_inner {
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	border: 2px solid #fff;
	border-radius: 50%;
	width: 7.5rem;
	height: 7.5rem;
}

@media (min-width: 768px) {
	.point {
		left: 30%;
	}
}

@media screen and (min-width: 1024px) {
	.point {
		width: 80px;
		height: 80px;
		font-size: 19px;
	   left: 5%;
	}
	.point_inner {
		width: 75px;
		height: 75px;
	}
}

.limited {
    color: #fff;
    font-size: 1.6rem;
    background: #d7410b;
    font-weight: bold;
    letter-spacing: 1px;
    line-height: 1.8;
    margin-top: .5rem;
}

@media screen and (min-width: 1024px) {
    .limited {
        margin-top: 10px;
    }
}

.regular_price + .price {
    margin-top: 0!important;
}

@media screen and (min-width: 1024px) {
.price_box {
    height: 35.2px;
}
.price_box .bold {
    padding-top: 10px;
}
}

