.button.green {
	background-color: #4faf00;
}
.button.green:hover {
	background-color: #008424;
}

h2.main_title {
	margin-top: 120px;
	padding: 10px 0 8px 0;
	background-color: #0096d6;
	color: #fff;
	font-size: 22px;
	font-weight: normal;
	line-height: 1.3;
	text-align: center;
}

@media screen and (min-width: 1024px) {
	h2.main_title {
		font-size: 32px;
	}
}

/* ==================================================
	product
================================================== */

.prod_content {
	margin-top: 4rem;
}

@media screen and (min-width: 1024px) {
	.prod_content {
		margin-top: 20px;
	}
}



/* prod_main -------------------- */

.prod_title {
	color: #9b8e55;
	font-size: 2.5rem;
	font-weight: normal;
	line-height: 1.4;
}
.prod_title_copy {
	display: block;
	font-size: 1.8rem;
}
.prod_copy {
	color: #767676;
	font-size: 1.6rem;
}

@media screen and (max-width: 1023px) {
	.prod_main {
		text-align: center;
	}
	.prod_main_text {
		margin-top: 2rem;
		padding: 0 2rem 2rem;
	}
}

@media screen and (min-width: 1024px) {
	.prod_main {
		position: relative;
	}
	.prod_main_text {
		position: absolute;
		top: 30px;
		left: 30px;
	}
	.prod_title {
		font-size: 40px;
	}
	.prod_title_copy {
		font-size: 22px;
	}
	.prod_copy {
		font-size: 18px;
		letter-spacing: 1px;
	}
}


/* prod_chara -------------------- */

.prod_chara {
	margin: -1rem 1.5rem 0;
	padding-bottom: 3rem;
}
.prod_chara > li {
	margin: 1rem .5rem 0;
	background: #fff;
	box-shadow: 0 0 6px rgba(0,0,0,.2);
}
.prod_chara > li img {
	width: 100%;
}
.prod_chara_text {
	padding: .5em;
	color: #9b8e55;
	text-align: center;
}

@media screen and (min-width: 480px) {
	.prod_chara {
		display: flex;
		flex-wrap: wrap;
		justify-content: space-between;
	}
	.prod_chara > li {
		width: calc((100% - 2rem) / 2);
	}
}

@media screen and (min-width: 1024px) {
	.prod_chara {
		margin: 0 5px;
		padding-top: 5px;
	}
	.prod_chara > li {
		width: calc((100% - 30px) / 3);
		margin: 0 5px;
	}
}



/* prod_button -------------------- */

.prod_button {
	padding: 0 2rem 3rem;
	text-align: center;
	background: linear-gradient(to bottom, #fff, #f2f2f2);
}




/* ==================================================
	spectre_product
================================================== */

.prod.dark .prod_content {
	margin-top: 4rem;
	background: #111;
}

@media screen and (min-width: 1024px) {
	.prod.dark .prod_content {
		margin-top: 20px;
	}
}



/* prod_main -------------------- */

.prod.dark .prod_title {
	color: #c8932b;
}
.prod.dark .prod_copy {
	color: #ccc;
}



/* prod_chara -------------------- */

.prod.dark .prod_chara > li {
	background: #333;
}

.prod.dark .prod_chara_text {
	color: #c8932b;
}




/* prod_button -------------------- */

.prod.dark .prod_button {
	background: linear-gradient(to bottom, #111, #444);
}




/* ==================================================
	gaming_product
================================================== */


/* prod_main -------------------- */

.prod.gaming .prod_title {
	color: red;
}

.prod.gaming .prod_copy {
	color: #767676;
}


/* prod_chara -------------------- */

.prod.gaming .prod_chara > li {
	background: #fff;
}

.prod.gaming .prod_chara_text {
	color: #767676;
}



/* prod_button -------------------- */

.prod.gaming .prod_button {
	background: linear-gradient(to bottom, #fff, #f2f2f2);
}




/* ==================================================
	PIM
================================================== */

.cam_model {
	padding: 20px;
	background: rgb(255,255,255);
	background: linear-gradient(180deg, rgba(255,255,255,1) 0%, rgba(242,242,242,1) 24%, rgba(242,242,242,1) 100%);
}

@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;
	}

	/* 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;
	border-bottom: 1px solid #ccc;
	border-radius: 8px 8px 0 0;
}

@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%;
	}
}



/* cam_model_name -------------------- */

.cam_model_name {
	padding: .2em;
	background: #0096d6;
	font-size: 16px;
	line-height: 1.4;
	color: #fff;
	text-align: center;
}



/* prod_img -------------------- */

.prod_img {
	margin-top: 15px;
	text-align: center;
}



/* price_area -------------------- */

.price_area {
	margin: 15px 0 0;
	padding: 0 10px;
	text-align: center;
}
.price_area * + * {
	margin-top: 10px;
}
.regular_price,.price {
	margin-top: 0;
}
.price_area .price_off {
	color: #d7410b;
	font-size: 16px;
	font-weight: bold;
	line-height: 1;
}
.price_area .price_off span {
	font-size: 130%;
}
.hpj-pim .price.taxed {
	line-height: 1;
}

/* 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);
}



/* 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;
	}
}



/* list_basic -------------------- */

.cam_model .list_basic {
	font-size: 13px;
	text-align: left;
}
.cam_model .list_basic > li::before {
	background: #0096d6;
}
.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";
}

@media screen and (max-width: 1023px) {
	.cam_model .acco_basic {
		margin: 15px 10px 0;
	}
	.cam_model .acco_trigger {
		font-size: 14px;
		background: #f2f2f2;
	}
}

@media screen and (min-width: 1024px) {
	.cam_model .acco_trigger {
		display: none;
	}
	.cam_model .list_basic {
		margin: 15px 0 0;
		padding: 10px;
	}
}



/* link_area -------------------- */

.link_area {
	margin: 10px 0 0;
	padding: 0 10px 10px;
	text-align: center;
}
.link_area a {
	font-size: 12px;
}
.campaign-link {
	margin-right: 10px;
}
@media screen and (min-width: 1024px) {
	.link_area {
	margin: 10px 10px 0;
	padding: 10px;
	border-top: 1px dotted #ccc;
	}
}

/* merit -------------------- */

.program_chara h2 {
	border-top: .3rem #333 double;
	border-bottom: .3rem #333 double;
}
.program_cam h3 {
	border-radius: .5rem .5rem 0 0;
}
.step {
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 3rem 4rem 0 4rem;
	border-color: #0096d6 transparent transparent transparent;
	line-height: 0px;
	margin: 3rem auto;
}

.arw_box1 {
	display: inline-block;
	position: relative;
	padding: 1em;
	background: #f2f2f2;
	border-radius: .4rem;
}
.arw_box1::after {
	content: "";
	position: absolute;
	top: 20%;
	top: auto\9; /* IE10 */
	bottom: -11px\9; /* IE10 */
	left: -.6rem;
	transform: translateX(-50%);
	border: .6rem solid transparent;
	border-right: .6rem solid #f2f2f2;
}


.arw_box2 {
	display: inline-block;
	position: relative;
	padding: 1em;
	background: rgba(255,204,0,.1);
	border-radius: .4rem;
	width: 100%;
}
.arw_box2::after {
	content: "";
	position: absolute;
	top: 20%;
	top: auto\9; /* IE10 */
	bottom: -11px\9; /* IE10 */
	right: -1.8rem;
	transform: translateX(-50%);
	border: .6rem solid transparent;
	border-left: .6rem solid rgba(255,204,0,.1);
}

.program_text{
	font-size: 1.6rem;
	color: #d7410b;
	margin: 2rem 0 0;
}
