#main_content.visid.w_100vw {
	overflow-x: clip;
}

#main_content.visid > div {
	max-width: 1200px;
	margin-right: auto;
	margin-left: auto;
}
#main_content.visid img {
	height: auto;
}

.visid .button.critical {
	background: #d7410b;
	border: 1px solid #ffffff;
}
.visid .button.critical:hover {
	background: #c14018;
}


/*------------------------------------------------- 
	main
----------------------------------------------------- */
.main {
	position: relative;
}

.main .img__box {
	width: 100%;
}
.main .img__box img {
	object-fit: cover;
	width: 100%;
	height: auto;
	min-height: 360px;
	max-height: 422px;
}
.main .title__box {
	position: absolute;
	top: 3rem;
	left: 1.6rem;
}
.main .title__box h1 {
	margin-top: .5rem;
}

@media screen and (min-width: 768px) {
	.main .title__box {
		top: 120px;
		left: 30px;
	}
}

.ttl_box {
	padding: 1em 1em 3rem;
}
@media screen and (min-width: 1024px) {
	.ttl_box {
		padding: 10px 0 40px;
	}
}
.ttl_box h2 {
	border-bottom: 1px #000 solid;
	padding-bottom: 5px;
}



/* ==================================================
	PIM
================================================== */
.model_copy{
	padding: .5rem;
	margin: 1.5rem 1rem;
	color: #000000;
	background-color: rgba(0,150,214,.2);
}

.cam_model {
	padding: 1em;
}
@media screen and (min-width: 768px) {
	.cam_model {
		padding: 20px;
	}
}
@media screen and (min-width: 1024px) {
	.cam_model {
		padding: 0;
	}
}

@media screen and (max-width: 767px) {
	.cam_model .hpj-pim:nth-child(n+2) {
		margin-top: 20px;
	}
}

@media screen and (min-width: 768px) {
	.cam_model > .aem-Grid {
		margin: 0 -10px;
	}
	.cam_model .hpj-pim {
		padding: 0 10px;
	}
	
	/* column2 -------------------- */
	.column2 .hpj-pim {
		width: 50% !important;
	}
	.column2 .hpj-pim:nth-child(n+3) {
		margin-top: 20px;
	}
}
@media screen and (min-width: 1024px) {
/*
	.cam_model {
		padding: 30px 20px;
	}
	.cam_model > .aem-Grid {
		margin: 0 -10px;
	}
	.cam_model .hpj-pim {
		padding: 0 10px;
	}
*/

	/* column3 -------------------- */
	.column3 .hpj-pim {
		width: 33.33333% !important;
	}
	.column3 .hpj-pim:nth-child(n+4) {
		margin-top: 20px;
	}
}


/* model_box -------------------- */

.model_box {
	background: #ffffff;
	border-radius: 4px;
	text-align: center;
	outline: 1px solid #767676;
	/* border-top: 2px solid #bf558d; */
	padding: 2rem 0 0;
	/*box-shadow: inset 0 0 13px 4px #ff009d8f;*/
	/* border: 1px solid #ff009e; */
	/* padding: 2rem; */
}

@media screen and (min-width: 1024px) {
	/* column1 -------------------- */
	.model_inner > .aem-Grid > div > .aem-Grid {
		display: flex;
		justify-content: space-between;
	}
	.model_inner {
		display: flex;
		justify-content: space-between;
	}
	.model_inner > .aem-Grid > div > .aem-Grid > .hpj-freeHTML {
		width: 48%;
	}
	.model_inner > .model_l {
		width: 48%;
	}
	.model_inner > .aem-Grid > div > .aem-Grid > .hpj-pim {
		width: 48%;
	}
	.model_inner > .model_r {
		width: 48%;
	}
}

/* cam_model_name -------------------- */

.cam_model_name {
	/*margin: 0 10px;*/
	text-align: center;
	color: #000;
	/*border-bottom: 1px solid #000;*/
}

.prod_name {
	padding: 10px 10px 7px 10px;
	margin-top: -2rem;
	text-align: center;
	color: #fff;
	font-size: 20px;
	font-weight: normal;
	line-height: 1.4;
	background-color: #0096d6;
	border-bottom: 1px solid #767676;
	margin-bottom: 1rem;
}
.cam_name {
	padding: 10px 10px 5px 10px;
	line-height: 1.4;
	color: #333333;
	font-weight: normal;
}

@media screen and (max-width: 479px) {
	.cam_name {
		/*text-align: left;*/
	}

	.cam_name br {
		display: none;
	}
}

.cam_name br{
	display: none;
}

@media screen and (min-width: 768px) {
	.cam_name br{
		display: block;
	}
}

@media screen and (min-width: 1024px) {
.prod_name {
	font-size: 23px;
}
}
/* prod_img -------------------- */

.prod_img {
    display: block;
    margin: 10px auto 0;
    padding: 10px 5px 0;
    text-align: center;
    margin: 2rem;
    border-radius: 1rem;
  	/*background: radial-gradient(circle, #ffffff, #a90000 26%);*/
}


@media screen and (min-width: 768px) {
	.prod_img {
		padding: 10px 20px 5px;
	}
}



/* price_area -------------------- */

.price_area {
	margin: 0;
	padding: 10px;
	text-align: center;
}

@media screen and (min-width: 1024px) {
	.price_area {
		padding: 20px 20px 0;
		text-align: left;
		display: flex;
		justify-content: space-between;
		align-items: flex-end;
		flex-flow: wrap;
	}
	.price_area > div:first-of-type {
		flex-shrink: 0;
	}
}
.price_area * + * {
	margin-top: 5px;
}
@media screen and (min-width: 1024px) {
	.price_area * + * {
		margin-top: 0;
	}
}
.price_area .bold {
	margin-top: 10px;
	line-height: 35px;
}
.price_area .price_off {
	color: #d7410b;
	font-size: 14px;
	padding-bottom: 10px;
	font-weight: normal;
	line-height: 1;
}
.price_area .price_off span {
	font-size: 170%;
}
.price_area .price_off > span:first-child {
	/*margin:0 -3px;*/
}
.price_area .price_off > span:last-child {
	/*letter-spacing: -3px;*/
	font-size: 165%;
}
.hpj-pim .regular_price_text_cam {
	display: inline-block;
}
.hpj-pim .regular_price_text {
	display: none;
}
.hpj-pim.general-tax-price .regular_price_taxed {
	display: inline-block;
}
/* v_balloon */
.price_area .price_off.v_balloon {
	display: inline;
	position: relative;
	padding: 0.5em 0 0.2em 0;
	color: #d7410b;
	font-size: 13px;
	line-height: 1.2;
	/*border-radius: 5px;*/
	white-space: nowrap;
	
	background: #fefcc9;
	background: linear-gradient(transparent 65%, rgba(255,204,0,.3) 65%);
	text-align: left;
}
.price_area .price_off.v_balloon::after {
	content: "";
	margin-bottom: 1rem;
}
/*.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 #fefcc9;
}*/

/* icon -------------------- */

.icon {
	margin-bottom: 2rem;
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	margin: 1rem;
	background-color:#f2f2f2!important;
}
.icon li {
	color: #333333;
	text-align: center;
	align-self: center;
	padding: .5rem;
}
.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;
	}
}

/* インチアイコン -------------------- */
.hpic_color_lcd_screen .path4:before {
	color: #333333;
}

/* 質量アイコン -------------------- */
.hpic_hand_service::before{line-height: 13px!important;}

/* 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 {
	font-size: 13px;
	text-align: left;
	color: #333;
}
.cam_model .list_basic > li > * ,
.prod_area .list_basic > li > * {
	float: none;
}
.cam_model .list_basic .model_spec_title ,
.prod_area .list_basic .model_spec_title {
	display: none;
}
.cam_model .list_basic .model_spec_text,
.prod_area .list_basic .model_spec_text {
	width: 100%;
}
.cam_model .list_basic .icon_customize::after,
.prod_area .list_basic .icon_customize::after{
	content: none;
	background: none;
}
.cam_model .list_basic .model_spec_momery .model_spec_text::after,
.prod_area .list_basic .model_spec_momery .model_spec_text::after{
	display: inline;
	content: " \30E1\30E2\30EA";
}
.list_basic > li::before {
    background: #fff;
}
@media screen and (max-width: 1023px) {
	.cam_model .acco_basic {
		margin: 15px 10px 0;
	}
	.cam_model .acco_trigger {
		font-size: 14px;
		/*background: #a90000;
		color: #ffffff;*/		
	}
	.cam_model .acco_basic .acco_trigger:hover,
	.cam_model .acco_basic .acco_open {
	/*background: #a90000;*/
}
	.cam_model .acco_basic .acco_content {
	border-bottom: 1px solid #ccc;
}
	.cam_model .acco_basic .acco_content, .acco_cyan .acco_content {
    /*background: #a90000;*/
}
}

@media screen and (min-width: 1024px) {
	.cam_model .acco_trigger {
		display: none;
	}
	.cam_model .list_basic {
		margin-top: 15px;
		padding: 10px 20px;
	}
}



/* link_area -------------------- */

.link_area {
	margin: 0;
	padding: 10px 5px;
	text-align: center;

}
.link_area a {
	font-size: 12px;
}
.campaign-link {
	margin-right: 15px;
}

@media screen and (min-width: 1024px) {
	.link_area {
		border-top: 1px dotted #ccc;
	}
}




/*----------------------------------------- model_content_area */


.model_content_area {	
	max-width: 1240px;
	margin-right: auto;
	margin-left: auto;	
	padding: 0 2rem;	
	margin-top: 2rem;
	margin-bottom: 2rem;
	/*border: 1px solid #9bd5df;
	position: relative;
	background: #ecfcfe;
	border-radius: 1rem 1rem 0 0;*/
}
.model_content_area_title {
	text-align: center;
	background: #000000;
	border-radius: 1rem 1rem 0 0;
	margin: 0 -2rem;
	padding: 1rem 0 0;
	color: #fff;
}
@media screen and (min-width: 768px){
	.model_content_area {	
	margin-top: 4rem;
	margin-bottom: 4rem;
}
}
@media screen and (min-width: 1024px){
	.model_content_area {	
	padding: 0;	
}
}





