
@charset "utf-8";

/*-----------------------------------------*/

html {
    scroll-behavior: smooth;
}
body {
    overscroll-behavior: none;
}


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

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


.bg_color_red {
	background: #e65c5a;
}
.bg_color_yel {
	background: #fff102;
}
@media screen and (max-width: 1023px){
	.bg_color_yel_mb {
		background: linear-gradient(to right,  #fff102 0%,#ffffff 80%);

	}
}

/*------------------------------------------ */
@media screen and (max-width: 479px){
	.xl{
		font-size: 27px;
	}
}
.visid .button.critical {
	background: #d7410b;
}
.visid .button.critical:hover {
	background: #c14018;
}

.visid img{
	height: auto;
}

@media screen and (max-width: 1023px){
	.main_ttl img{
		width: 100%;
	}
}

/* ----------------------------------------
	cont_wrap
---------------------------------------- */
.cont_wrap {
	padding: 3rem 1.6rem;
}
@media screen and (min-width: 768px) {
	.cont_wrap {
		padding: 80px 20px;
	}
}



/*======================
	main
======================= */
.main_ttl{
	position: relative;
	background: #231f20;
}

.main_cnt {
	background: #231f20;
    padding: 1.6rem 1rem;
}
@media screen and (min-width: 768px){
	.main_cnt {
	    padding: 25px 20px;
	}
}

/* ================================= 
	slider
=================================== */
.pg_navi.slider {
	display: none;
}
.pg_navi.slider.slick-initialized {
	display: block;
}

.pg_navi.slider .slick-track{
	display: flex;
}
.pg_navi.slider .slick-list{
	padding: 0 2% 0 0;
}
.pg_navi.slider .slick-track .slick-slide{
	height: auto!important;
}



.pg_navi.slider > div > div > div{
	background: #fffdf2;
	border: 2px solid #231f20;
	border-radius: 0.5rem;
	margin: 0 2px;
	padding: 4rem 0.5rem 0.5rem;
	position: relative;
	text-align: center;
}
.pg_navi.slider > div > div > div::after {
	content: "";
	position: absolute;
	top: 5px;
	right: 5px;
	background: url(images/icon_arrow_gold.png) 0 0 no-repeat;
	width: 20px;
	height: 20px;
}

.pg_navi.slider > div > div > div.bg_closeup {
	background: #ffd700;
	border: 3px dotted #231f20;
}
.pg_navi.slider > div > div > div.bg_closeup::after {
	background: url(images/icon_arrow_bk.png) 0 0 no-repeat;
}

.pg_navi.slider > div > div > div p{
	border-top: 1px #000 dotted;
	display: block;
	margin-top: 1em;
	padding-top: 0.5rem;
	line-height: 1.3;
	color: #000;
}
@media screen and (min-width: 480px){
	.pg_navi.slider > div > div > div p{
		font-size: 1.6rem;
		line-height: 1.2;
	}
}
@media screen and (min-width: 768px){
	.pg_navi.slider > div > div > div p{
		font-size: 18px;
	}
}


/*------------------------------------------- img*/
.pg_navi .slick-slide img{
	max-width: 170px;
	
}
@media screen and (min-width: 768px){
	.pg_navi .slick-slide img{
		width: 170px;
	}
}




/*---------------------------------------------- prev next*/
.pg_navi .slick-prev,
.pg_navi .slick-next {
	transition: .2s;
	width: 30px;
	height: 30px;
	text-align: center;
	background: #000;
	border-radius: 50%;
	border: 3px #ffd700 solid;
	z-index: 1;
}
.pg_navi .slick-prev {
	left: -5px;
}
.pg_navi .slick-next {
	right: -5px;
}
@media screen and (min-width: 768px){
	.pg_navi .slick-prev,
	.pg_navi .slick-next {
		width: 40px;
		height: 40px;
	}


	.pg_navi .slick-prev {
		left: -10px;
	}
	.pg_navi .slick-next {
		right: -10px;
	}
}


.pg_navi .slick-prev::before,
.pg_navi .slick-next::before {
	display: inline-block;
	content: "\E90c";
	position: absolute;
	top: -2px;
	font-family: HPIcons;
	color: #ffd700;
	font-size: 16px;
	font-weight: bold;
	line-height: 30px;
	opacity: 1;
}
.pg_navi .slick-prev::before {
	transform: rotate(90deg);
	right: 6px;
}
.pg_navi .slick-next::before {
	transform: rotate(270deg);
	left: 6px;
}

@media screen and (min-width: 768px){
	.pg_navi .slick-prev::before,
	.pg_navi .slick-next::before {
		font-size: 20px;
		line-height: 40px;
	}
	.pg_navi .slick-prev::before {
		right: 8px;
	}
	.pg_navi .slick-next::before {
		left: 8px;
	}
}

.pg_navi .slick-prev:hover,
.pg_navi .slick-next:hover {
	border: 3px #ffd700 solid;
	background: #000;
}
.pg_navi .slick-prev:hover::before,
.pg_navi .slick-next:hover::before {
	color: #ffd700;
}


/*------------------------------------------------- dots*/
.main_cnt .slick-dotted.slick-slider{
	margin-bottom: 20px;
}

.pg_navi .slick-dots li button:before{
	background: #ffd700;
}
.slick-dots li.slick-active button:before {
	background: #fcf54b;
}



/*-------------------------------------------- discount */
.discount {
	position: absolute;
	top: 3px;
	left: 3px;
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	width: 65px;
	height: 65px;
	background: #ffd700;
	border: 3px #fffdf2 dotted;
	border-radius: 50%;
	color: #000;
	font-size: 16px;
	line-height: 1.0;
	text-align: center;
	z-index: 1;
}


.discount > span {
    font-size: 24px;
    line-height: 1.0;
    margin: 0 -.3em 0 0;
}

@media screen and (min-width: 480px) {
    .discount {
        width: 80px;
        height: 80px;
        font-size: 20px;
    }
    .discount > span {
        font-size: 30px;
    }

}





/*--------------------------------

	accessory

-------------------------------- */
#accessory .acco_content .list_basic > li::before {
	content: "";
}
#accessory .txt_indent.listmark {
	padding-left: 1em;
	text-indent: -1em;
}
#accessory .txt_indent.listmark::before {
	display: inline-block;
	content: "";
	width: .7em;
	height: .7em;
	margin-right: .3em;
	background: #767676;
}






/*----------------------------------------------  point_area */
.point_area {
	position: absolute;
	top: -14px;
	left: 5px;
}
@media screen and (min-width: 480px) {
	.point_area {
		top: -15px;
		left: 5px;
	}
}
@media screen and (min-width: 1024px) {
	.point_area {
		top: -18px;
	}
}
.point {
	background: #ffd700;
	border-radius: 50%;
	border: 2px #000 dotted;
	color: #000;
	font-size: 19px;
	line-height: 1.0;
	letter-spacing: -.3rem;
	text-align: center;
	position: relative;
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	width: 65px;
	height: 65px;

}



.point span {
	font-size: 2.4rem;
	margin-right: -.5rem;
	line-height: 1.0;
	letter-spacing: 0;
}

@media screen and (min-width: 480px) {
	.point {
		width: 84px;
		height: 84px;
		font-size: 24px;
        line-height: .7;
	}
	.point span {
		font-size: 34px;
	}
}


.point span.ss_set {
	font-size: 70%;
	white-space: nowrap;
}
.point span.ss_set > span {
	display: inline-block;
	font-size: 100%;
	letter-spacing: -0.07em;
	margin-right: -0.2em;
}

/*---------------------------------------- #featured_product .cam_model.column1 */
#featured_product .cam_model.column1 .point_area {
	top: -1em;
	left: -.5em;
}
#featured_product .cam_model.column1 .point {
	background: #ffd700;
	border-radius: 50%;
	border: 2px #000 dotted;
	color: #000;
    width: 70px;
    height: 70px;
    font-size: 17px;
    line-height: .75;
}
#featured_product .cam_model.column1 .point span {
	font-size: 3rem;
}

@media screen and (min-width: 480px) {

	#featured_product .cam_model.column1 .point {
        width: 90px;
        height: 90px;
        font-size: 25px;
	}
	#featured_product .cam_model.column1 .point span {
		font-size: 33px;
	}
}
@media screen and (min-width: 720px) {
	#featured_product .cam_model.column1 .point_area {
		left: 20px;
	}
	#featured_product .cam_model.column1 .point {
        width: 90px;
        height: 90px;
        font-size: 25px;
	}
	#featured_product .cam_model.column1 .point span {
		font-size: 39px;
	}
}
@media screen and (min-width: 1024px) {
	#featured_product .cam_model.column1 .point_area {
		top: -40px;
		left: -12px;
	}
}
@media screen and (min-width: 1220px) {
	#featured_product .cam_model.column1 .point_area {
		top: -50px;
		left: -12px;
	}
}





/* ==================================================
	PIM
================================================== */

/*---------------------------------------------- catch_delivery */

.catch_delivery {
	text-align: left;
	margin-bottom: 1.6rem;
}
.catch_delivery > span{
	border: 2px #e22373 solid;
	border-radius: 1rem;
	box-shadow: 2px 2px 0px 0px rgba(226, 35, 115, 0.8);
	color: #e22373;
	font-size: 120%;
	display: inline-block;
	padding: 3px 20px 0;
	position: relative;
}
.catch_delivery > span::after {
	content: "";
    position: absolute;
    top: -.5rem;
    left: -1rem;
}






/*------------------------------------------- 
  cam_model 
-------------------------------------------  */

.cam_model {
    margin: 0 .5em 2rem;
}

.pg_gaming .cam_model {
    margin: 0 .5em;
}
	
.cam_model > div {
    background: #ffd700 url(images/bg__cam_model.png) 0 bottom no-repeat;
	border-radius: 0 0 .3rem .3rem;
	padding: 1rem .5rem;
}



#featured_product .cam_model > div {
	padding: 0;
}


.cam_model.subarea > div {
	background: #a9946e!important;
	margin: -1rem -1rem 0;
	padding: 2rem 1rem;
}



@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 {
	    padding: 10px 10px 50px;
	}*/
	.cam_model > div {
		padding: 1rem .5rem;
	}
	
	#featured_product .cam_model > div {
		padding: 0;
	}
	
	.cam_model.su2ar1a > div {
		padding: 20px 10px 30px;
	}

	.cam_model.column1 > div {
		padding: 10px 5px 30px;
	}
	#featured_product .cam_model.column1 > div {
		padding: 0;
	}
	
	/*
	.cam_model > .aem-Grid {
		margin: 0 -10px;
	}*/
	.cam_model .hpj-pim {
		padding: 0 5px;
	}
	.cam_model.column1 .hpj-pim {
		padding: 0;
	}



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

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

@media screen and (min-width: 1024px) {

	.cam_model {
	    margin: 0 15px 10px;
	}

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

/*---------------------------------------------- 
	pro_ttl_area
------------------------------------------------- */
.pro_ttl_area{
	padding: 2rem 1.6rem 1em;
}
.pro_ttl_name{
	color:#fff;
	text-align: center;
}

.pro_ttl_name .inch span{
	font-size: 160%;
	line-height: 0.5;
}

.pro_ttl_logo{
	display: flex;
	flex-wrap: nowrap;
	align-items: center;
	justify-content: center;
	text-align: center;
	margin: 1rem -0.5rem 0;
}
.pro_ttl_logo > div{
	margin: .5rem;
}
@media screen and (min-width: 480px){
	.pro_ttl_logo > div{
		margin: 1rem;
	}
	.pro_ttl_logo > div:first-child{
		margin: 1rem 2rem;
	}
}
@media screen and (min-width: 768px){
	.pro_ttl_area{
		padding: 25px 20px 20px;
	}
	.pro_ttl_name h2{
		margin-top: 0;
	}
	.pro_ttl_logo{
		justify-content: end;
	}
}

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

.model_box {
	background: #fff;
	text-align: center;
    border: 1px #000 solid;
    
}

.cam_model.column1 .model_box {
    border: 1px #000 solid;
}
.pg_gaming .cam_model.column1 .model_box {
	border: 1px #e26b7d dashed;
}

/*
.pg_gaming .model_box {
    border: 1px #e26b7d dotted;
	border-bottom: 2px #e26b7d solid;
}*/

/*-------------------------------------------------------------------- point_area */

.cam_model.column1 .cam_model_name {
	background: none;
	border-bottom: 1px #000 dashed;
	background: #ea0000;
}
#featured_product .cam_model.column1 .cam_model_name {
	background: #000;
}

@media screen and (min-width:1024px) {
	.cam_model.column1 .cam_model_name .cam_name br{
		display: none;
	}
}



.cam_model.column1 .model_box .prod_name {
	font-size: 27px;
	
}
.cam_model.column1 .model_box .cam_name {
	font-size: 20px;
	line-height: 1.3;

}


@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.column1 .model_box {
		display: grid;
		grid-template-columns: repeat(2, 1fr);
		grid-template-rows: max-content max-content 1fr auto;
		gap: 15px 0;
	}
	.cam_model.column1 .model_box > div:nth-child(1) {
		grid-column: span 2 / span 2;
	}
	.cam_model.column1 .model_box > div:nth-child(2) {
		grid-row: span 2 / span 2;
		grid-row-start: 2;
	    place-content: center;
	}
	.cam_model.column1 .model_box > div:nth-child(3) {
		grid-row-start: 2;
	}
	.cam_model.column1 .model_box > div:nth-child(4) {
		grid-column-start: 2;
		grid-row-start: 3;
	}
	.cam_model.column1 .model_box > div:nth-child(5) {
		grid-column: span 2 / span 2;
		grid-row-start: 4;
		text-align: right;
		padding-right: 20px;
		padding-top:0;
	}

@media screen and (min-width: 1220px) {
	#featured_product .cam_model.column1 .model_box {
		grid-template-columns: 620px 1fr;
		gap: 10px 0;
	}
}

	/*-------------------------------------------------------------------- point_area */
	.cam_model.column1 .model_box .prod_name {
		font-size: 40px;
		
	}
	.cam_model.column1 .model_box .cam_name {
		font-size: 32px;
		
	}


}


/* series_name -------------------- */

.series_name {
}




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

.cam_model_name {
	background:#000 url(images/bg__cam_model_name.png) 45% 0 no-repeat;
	color: #fff;
	padding: .5rem 1rem;
	position: relative;
	text-align: center;
}
@media screen and (min-width: 480px) {
	.cam_model_name {
		background:#000 url(images/bg__cam_model_name.png) 35% 0 no-repeat;
	}
}
@media screen and (min-width: 768px) {
	.cam_model_name {
		background:#000 url(images/bg__cam_model_name.png) 43% 0 no-repeat;
	}
}
@media screen and (min-width: 1024px) {
	.cam_model_name {
		background:#000 url(images/bg__cam_model_name.png) 30% 0 no-repeat;
	}
}
@media screen and (min-width: 1280px) {
	.cam_model_name {
		background:#000 url(images/bg__cam_model_name.png) 20% 0 no-repeat;
	}
}



.prod_name {
	/*position: relative;*/
	padding: .3rem 0 .5rem;
	/*background: #212248;
	border-radius: 1rem 1rem 0 0;*/
	text-align: center;
	font-size: 19px;
	font-weight: normal;
	line-height: 1.2;
}




.cam_name {
	padding: 0 10px 5px 10px;
	line-height: 1.4;
	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;
	}
}



/* prod_img -------------------- */

.prod_img {
	display: block;
	margin: 10px auto 0;
	padding: 1rem .5rem 0;
	text-align: center;
}

@media screen and (min-width: 480px) {
	.prod_img {
		padding: 1em .5rem 0;
	}
}
@media screen and (min-width: 768px) {
	.prod_img {
		padding: 40px 10px 0;
	}
}
@media screen and (min-width: 1024px) {
	.prod_img {
		padding: 20px 5px 0;
	}
}


/* .cam_model.column1 */

.cam_model.column1 .prod_img {
	padding: 1rem 0;
}
@media screen and (min-width: 480px) {
	.cam_model.column1 .prod_img {
		padding: 1rem 0;
	}
}
@media screen and (min-width: 768px) {
	.cam_model.column1 .prod_img {
		padding: 10px 0 0;
	}
}
@media screen and (min-width: 1024px) {
	.cam_model.column1 .prod_img {
		padding: 0;
	}
}

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

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

@media screen and (min-width: 1024px) {
	.price_area {
		padding: 0 20px;
		text-align: center;
	}
	.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%;
}

.price_area .button.critical {
	margin-top: 10px;
    font-size: 20px;
    width: 98%;
}

.hpj-pim .regular_price_text_cam {
	display: inline-block;
}
.hpj-pim.general-tax-price .regular_price_taxed {
	display: inline-block;
}
/* v_balloon */
.price_area .price_off.v_balloon {
	display: block;
	position: relative;
	padding: 0.5em 0.5rem 0.3rem;
	color: #000;
	font-size: 12px;
	line-height: 1.2;
	/* background: #fefcc9; */
	/* border-radius: 6px; */
	white-space: nowrap;
	margin-bottom: .5rem;
	border-bottom: 2px #f6ced4 solid;
}
/*
.price_area .price_off.v_balloon::after {
    content: "";
    position: absolute;
    top: 106%;
    left: 50%;
    transform: translateX(-50%);
    border: 5px solid transparent;
    border-top: 5px solid #ffbd3b;
}
*/

@media screen and (min-width:768px) {
	.price_area .price_off.v_balloon {
		font-size: 12px;
	}
}

/*------------------------------------- */
.price_area .price {
	font-size: 1.8rem;
}
.price_area .price > span {
    font-size: 3.8rem;
}


/*---------------------------------------------------------------------- .cam_model.column1  */
.cam_model.column1 .price_area {
	padding: 0 10px 10px;
}
@media screen and (min-width: 480px) {
	.cam_model.column1 .price_area .price {
		font-size: 30px;
		
	}
	.cam_model.column1 .price_area .price > span {
		font-size: 60px;
	}

}


.cam_model.column1 .price_area .button.critical:hover {
	background: #5a5a5a;
}
@media screen and (min-width: 1024px) {
	.cam_model.column1 .price_area {
		padding: 10px 20px 0;
		text-align: left;
	}
	.cam_model.column1 .price_area .button.critical {
		text-align: center;
	}
}


/*---------------------------------------------------------- m_adj  */
.cam_model.m_adj,
.cam_model.m_adj > div {
	padding: 0 1rem;
}
@media screen and (min-width: 768px) {
	.cam_model.m_adj,
	.cam_model.m_adj > div {
		padding: 0 10px;
	}
}

/*----------------------------------------------  link__interest_fee */
.model_box .link__interest_fee {
	padding: 0 1rem;
	text-align: center;
}
.model_box .link__interest_fee .c-button-link-with-arrow {
	font-size: 14px;
	min-height: auto;
    padding: 0 16px 0 0;
}
@media screen and (min-width:768px) {
	.model_box .link__interest_fee {
		padding: 0 1rem 1em;
	}
}
@media screen and (min-width:1024px) {
	.model_box .link__interest_fee {
		padding: 5px 20px 0;
		text-align: left;
	}

}



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

.icon {
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	margin: 15px 10px;
	padding: 10px 0;
	background: #f2f2f2;
	border-radius: 4px;
}
.icon li {
	color: #767676;
	text-align: center;
	width: auto;
}
.icon li img{
	max-height: 60px;
}

.icon li:nth-of-type(n+2) {
	margin-left: 10px;
}
.icon [class*="hpic_"]::before {
	display: block;
	line-height: 60px;
}
.icon p {
	font-size: 11px;
	line-height: 1.1;
}


@media screen and (min-width: 1024px) {
	.icon {
		margin: 15px 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 {
	font-size: 13px;
	text-align: left;
}
.cam_model.column1 .list_basic {
	padding: 0 1rem;
}


.cam_model .list_basic > li::before {
	color: #547c52;
}
.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;
}


@media screen and (max-width: 767px) {
	.cam_model .acco_basic {
		margin: 15px 10px 5px;
	}
	.cam_model .acco_trigger {
		font-size: 14px;
		background: #f2f2f2;
	}
}

@media screen and (min-width: 768px) {

	.model_box .acco_basic.acco_mobile{
		border-top: none;
	}
	
	.cam_model .acco_trigger {
		display: none;
	}
	.acco_mobile .acco_content{
		display: block !important;
	}
	.acco_basic .acco_content{
		padding: .5rem;
		border-radius: 0 0 .8rem .8rem;
		border-bottom: none;
	}

	.cam_model .list_basic {
		margin-top: 0;
		padding: 5px 15px;
	}

}


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

.link_area{
	padding: 15px 5px 10px;
	text-align: center;
	/*border-top: 1px dotted #ccc;*/
}
.link_area a {
	font-size: 12px;
}
.campaign-link {
	margin-right: 15px;
}





/*----------------------------------------- ctg__area */
.ctg__area {
	background: #000 url(images/bg__ctg__area_end.png) center center no-repeat;
    padding-bottom: 1rem;
    position: relative;
    margin-top: 2rem;
}

.ctg__area::before,
.ctg__area::after {
	content: "";
	position: absolute;
	bottom: -4px;
	border-bottom: solid 20px #fff;
}
.ctg__area::before {
	left: 0;
	border-right: solid 20px transparent;
}
.ctg__area::after {
	right: 0;
	border-left: solid 20px transparent;
}


.ctg__area.toptop {
    margin-top: -2rem;
}


@media screen and (min-width: 720px) {
	.ctg__area.toptop {
	    margin-top: -60px;
	}
}
@media screen and (min-width: 768px) {
	.ctg__area {
	    padding-bottom: 20px;
	    margin-top: 60px;
	}
	.ctg__area.toptop {
	    margin-top: -40px;
	}
}
@media screen and (min-width: 1024px) {
	.ctg__area.toptop {
	    margin-top: -55px;
	}
}



/*--------------------------------------------------- ctg__box ---------------- */

.ctg__box {
    padding: .8em .5rem;
    background: #fff102;
}

/*----------------------------------------------------- ttl_major_catergory */
.ttl_major_catergory {
	/*border-bottom: 1px #fff solid;*/
    color:#fff;
	text-align: center;
}
/* -------------------------------------------------------------  ttl_major_catergory */




/*-------------------------------------------------- .link_arrow_nextpg */
.link_arrow_nextpg{
	text-align: center;
    padding: 0 1.6rem 1em;
}
.link_arrow_nextpg a.link_arrow{
	font-size: 17px;
	min-height: 36px;
	padding-left: calc(30px + 5px);
}
.link_arrow_nextpg a.link_arrow.cv_white::before {
	background: #fff;
}
.link_arrow_nextpg a.link_arrow::before {
	display: inline-block;
	content: "";
	top: 2px;
	left: 0;
	width: 30px;
	height: 30px;
	background: #000;
	border-radius: 50%;
}
.link_arrow_nextpg a.link_arrow::after {
	content: "\E90c";
	top: 8px;
	left: 6px;
	transform: rotate(270deg);
	font-family: HPIcons;
	color: #ff8900;
	font-weight: bold;
	line-height: 1;
}
@media screen and (min-width: 480px) {
	.link_arrow_nextpg a.link_arrow{
		font-size: 19px;
	}
}
@media screen and (min-width: 768px) {
	.link_arrow_nextpg a.link_arrow{
		font-size: 27px;
		min-height: 47px;
		padding-left: calc(40px + 5px);
	}

	.link_arrow_nextpg a.link_arrow::before {
		left: -5px;
		width: 40px;
		height: 40px;
	}
	.link_arrow_nextpg a.link_arrow::after {
		left: 5px;
	}
}



/* ==============================================

================================================== */
.fc_yel {
	color: #fcf54b;
}

/*-------------------------------------------------------------- ttl__major ----------*/

.ttl__major {
	display: flex;
	align-items: center;
	justify-content: center;
	padding: 2rem .5rem;
}
@media screen and (min-width: 720px) {
	.ttl__major {
		padding: 80px 0;
	}
}
.ttl__major .xxl{
	line-height: .9;
}

.ttl__major h2,
.ttl__major .icon_left_ttl,
.ttl__major .icon_right_ttl {
	z-index: 1;
}

@media screen and (max-width: 1023px) {
	.icon_left_ttl,
	.icon_right_ttl {
	    max-width: calc(100% / 5);
	}
}
@media screen and (max-width: 767px) {
	.ttl__major .xxl {
	    font-size: 33px;
	    line-height: 1;
	}
}
@media screen and (max-width: 479px) {
	.icon_left_ttl,
	.icon_right_ttl {
	    max-width: calc(100% / 6);
	}


}

@media screen and (min-width: 1024px) {
	.ttl__major .xxl {
	    line-height: 1.2;
	}
}
/* ------------------------------------------------------------- sub_ttl */
.sub_ttl {
    background: url(images/bg_sub_ttl.png) 0 top no-repeat;
    color:#ffd700;
	padding: 10rem .5rem .5em;
	text-align: center;
	/*position: relative;*/
}

@media screen and (min-width: 768px) {
	.sub_ttl {
		padding: 9rem .5rem .5em;
	}
}

@media screen and (min-width: 1024px) {
    .sub_ttl {
        padding: 110px 10px 15px;
    }
}
@media screen and (min-width: 1280px) {
    .sub_ttl {
        padding: 120px 10px 15px;
    }
}


/*----------------------------------------------------- sub2_ttl -------- */
.sub2_ttl {
	border-left: #ffc34e 15px solid;
	border-right: #ffc34e 15px solid;
	padding: 3rem .5rem 2.5rem;
	color: #fff;
}
@media screen and (min-width: 480px) {
	.sub2_ttl {
		text-align: center;
	}
}
/* -------------------------------------------------------------  ctgr_pro_ttl_area */

.ctgr_pro_ttl_area{
    padding: 0 .5em;
}
@media screen and (min-width: 780px) {
	.ctgr_pro_ttl_area{
	    padding: 0 15px;
	}
}

.ctgr_pro_ttl_area.subbox {
	padding: 2rem 1rem 0;
}

.other__recom_box {
	background: #a9946e;
    border-top: 1px #f3efea dashed;
	text-align: center;
}



/* -------------------------------------------------------------  chara_area   */

.chara_area {
    border-top: 3px #000 dashed;
	background: #ffd700;
	display: grid;
	gap: 5px;
	position: relative;
}
@media screen and (min-width:1024px) {
	.chara_area {
		gap: 0 5px;
	    grid-template-columns: repeat(2, 1fr);
	    grid-template-rows: max-content max-content 1fr auto;
	}
	.chara_area .prod {
		grid-row: span 2 / span 2;
	    align-content: center;
	}
}
@media screen and (min-width:1220px) {
	.chara_area {
	    grid-template-columns: 1fr 620px;
	}
}
.chara_area::before,
.chara_area::after {
	content: "";
	position: absolute;
	top: -4px;
	border-top: solid 20px #000;
}
.chara_area::before {
	left: 0;
	border-right: solid 20px transparent;
}
.chara_area::after {
	right: 0;
	border-left: solid 20px transparent;
}


/*------------------------------------------------------------------  ttl_box  */
.chara_area .ttl_box {
	padding: 3rem 2rem 1rem;
	/*border-bottom: 1px #000 solid;*/
}
.chara_area .ttl_box h3 {
	line-height: 1 !important;
	border-bottom: 1px #000 dotted;
	padding-bottom: 5px;
}
@media screen and (min-width:1024px) {
	.chara_area .ttl_box h3 {
		line-height: .85 !important;
	}
}
/*------------------------------------------------------------------  prod  */
.chara_area .prod {
    text-align: center;
    padding: 0 1rem .5em;
}
@media screen and (min-width:1024px) {
	.chara_area .prod {
	    text-align: center;
	    padding: 0;
	}
}




/*------------------------------------------------------------------  review__box  */

.review__box {
	padding: .5rem .5rem 1em;
}

.review__ttlbox {
	display: flex;
	align-items: center;
	justify-content: space-between;
}


@media screen and (min-width: 480px) {
	.review__ttlbox {
		justify-content: start;
	}
}




.review__icon{
	margin-right: 1rem;
}
.review__icon img{
	max-width: 40px;
}
@media screen and (min-width: 768px) {
	.review__box {
		padding: 20px;
	}
	.review__icon {
		text-align: left;
	}
}


.review__txtbox_inner {
	border-radius: 0 1em 0 1em;
	display: inline-block;
	position: relative;
	padding: 2rem 1em;
	background: #ea0000;
	border-radius: 6px;
	color: #fff;
	text-align: left;
	margin-top: 1rem;
}

/*
.review__txtbox_inner::after {
	content: "";
	position: absolute;
	top: -25px;
	top: auto\9;
	bottom: -11px\9;
	left: 20%;
	transform: translateX(-50%);
	border: 12px solid transparent;
	border-bottom: 20px solid #ea0000;
}
*/
.review__txtbox_inner::after {
	content: "\30EC\30D3\30E5\30FC\304B\3089\629C\7C8B";
	position: absolute;
	top: 100%;
	top: auto\9;
	bottom: -11px\9;
	left: 0;
	font-size: 13px;
	color: #000;
}

.review__txtbox_inner p > span{
	font-size: 120%;
	border-bottom: 1px #fff dashed;
}


/*------------------------------------------- star */
.star {
	display: inline-block;
	position: relative;
	font-size: 20px;
	line-height: 1;
	margin-left: 1rem;
}
.star > span {
	position: absolute;
	top: 0;
	left: 0;
	overflow: hidden;
	white-space: nowrap;
}
.star > span::before {
	content: "★★★★★";
	color: #ea0000;
}
.star::after {
	content: "★★★★★";
	color: #e6e6e6;
}

.star::before {
	content: "(\5E73\5747\8A55\4FA1)";
	position: absolute;
	top: 100%;
	left: 0;
	font-size: 12px;
	color: #000;
}
@media screen and (min-width:480px) {
	.star::before {
		top: 55%;
		left: 105%;
		white-space: nowrap;
		transform: translateY(-50%);
	}
}
/*------------------------------------------------------------------  txt_area  */
.chara_area .txt_area {
	padding: .5em .8em 1rem;
	/*text-align: center;*/
}
/*
.chara_area .txt_area .h3{
	border-left: 5px #000 dotted;
    display: inline-block;
	padding: .5em .5em .5em 2rem;
	margin-top: .5em;
}*/
/*
@media screen and (min-width:1024px) {
	.chara_area .txt_area {
		padding: 15px 5px 5px 20px;
		text-align: left;
	}
}
*/



/*---------------------------------------------------- info_boxarea */

.info_boxarea{
	background: rgba(169,27,41,.07);
	border-radius: 2rem;
	padding: 1rem 0.5rem;
}


/*============================================ */

.page_top{
	margin-top: 4rem;
}



/*=================================================

lineup_boxs

================================================== */
#lineup_box .lineup_boxs > li{
	padding: 1em 0.5rem 0.5rem;
	background: rgba(0,0,0,.5);
	border-radius: 1rem;
	border: 4px #ff8900 solid;
}

#lineup_box .lineup_boxs > li span{
	color:#fff;
}



/*-------------------------------------------------------- cam_btn */


.cam_btn {
	padding: 1rem 1.6rem;
	text-align: center;
}
.cam_btn .button {
	display: inline-flex;
	justify-content: center;
	align-items: center;
	position: relative;
	min-width: 196px;
	min-height: 56px;
	padding: .5em 45px .5em 20px!important;
	font-size: 20px!important;
	text-align: center;
	background: #ffeff8;
	border: 2px solid #fff;
	border-radius: 10px!important;
}
.cam_btn .button::after {
	content: "";
	position: absolute;
	top: 50%;
	right: 15px;
	transform: translateY(-50%) rotate(270deg);
	width: 22px;
	height: 22px;
	background: url(images/arrow.svg) no-repeat center center / 20px;
	filter: invert;
}
.cam_btn .button:hover {
	background: #ffb1dd;
}

.cam_btn .button:link, .cam_btn .button:visited, .cam_btn .button:hover, .cam_btn .button:focus {
	color: #000;
}




@media screen and (min-width: 480px) {
	.cam_btn .button {
		padding-right: 55px!important;
	}
	.cam_btn .button::after {
		right: 20px;
		width: 26px;
		height: 26px;
		background-size: 25px;
	}
}

@media screen and (min-width: 768px) {

	.cam_btn .button {
		min-width: 240px;
		min-height: 66px;
		font-size: 25px;
	}
}

/*------------------------------------------------------ ctg_title */
.ctg_title .hLine > span::before,
.ctg_title .hLine > span::after {
	width: 2em;
	border-top: 7px dotted #ff8900;
}

.bl .ctg_title .hLine.xl {
	color: #ff8900;
}
@media screen and (min-width: 1024px) {
	.bl .ctg_title .hLine.xl{
		font-size: 60px;
        line-height: 62px;
	}
}


/*----------------------------------------------------------- catch_list */

.catch_list > li {
	position: relative;
	padding-left: 15px;
}
.catch_list > li::after {
	content: "";
	display: block;
	position: absolute;
	top: 8px;
	left: 0;
	width: 8px;
	height: 4px;
	border-left: 2px solid #000;
	border-bottom: 2px solid #000;
	transform: rotate(-45deg);
}
.catch_list li:nth-child(n+2) {
	border-top: 1px #999 dotted;
	margin-top: 1rem;
	padding-top: .5em;
}
.catch_list li:nth-child(n+2)::after {
	top: 16px;
}





/*--------------------------------------- 
	campaign__arrowbox
------------------------------------------ */
.campaign__arrowbox {
	padding-bottom: 10px;
	/*background: url(images/vr2025_bg_sakura_p.png), linear-gradient(to bottom, #fff, #ffe0f1);*/
	background-position: right bottom;
	background-repeat: no-repeat;
	border-top: 10px #fcf54b solid;
	position: relative;
	border-radius: 0 0 1rem 1rem;
}
.campaign__arrowbox::before,
.campaign__arrowbox::after {
	content: "";
	position: absolute;
	top: -25px;
	border-bottom: solid 15px #fdf881;
}
.campaign__arrowbox::before {
	left: 0;
	border-left: solid 15px transparent;
}
.campaign__arrowbox::after {
	right: 0;
	border-right: solid 15px transparent;
}


/*----------------------------------------- */

.icon_product_spec {
	/*text-align: center;*/
	padding: .5em 0;
}
@media screen and (min-width: 1024px) {
	.icon_product_spec {
		text-align: left;
		padding: 5px 0;
	}
}





/*-------------------------------------- 
	others__link_box
--------------------------------------- */
.others__link_box {
	display: grid;
	gap: 10px;
	grid-template-columns: repeat(2, 1fr);
}
.others__link_box > li {
	position: relative;
}
.others__link_box > li::after {
	content: "";
	position: absolute;
	top: calc(50% - 2px);
	transform: rotate(45deg) translateY(-50%);
	width: 6px;
	height: 6px;
	right: 10px;
	border-right: 2px solid #d00b29;
	border-bottom: 2px solid #d00b29;
}

.others__link_box > li:hover::after {
	border-right: 2px solid #fff;
	border-bottom: 2px solid #fff;
}

@media screen and (min-width: 768px){
	.others__link_box.cln02 {
		grid-template-columns: repeat(2, 1fr);
	}
	.others__link_box.cln03 {
		grid-template-columns: repeat(3, 1fr);
	}
}
.visid .others__link_box .button.line.black {
	border-radius: .2em!important;
	border: 1px #d00b29 dashed;
	display: block;
	color: #d00b29;
	font-size: 15px!important;
	padding: 1rem;
	height: 100%;
}


@media screen and (min-width: 768px){
	.visid .others__link_box .button.line.black {
		font-size: 18px!important;
	}
}

.visid .others__link_box .button.line.black:link,
.visid .others__link_box .button.line.black:visited {
	color: #d00b29;
	border-color: #d00b29;
}
.visid .others__link_box .button.line.black:hover,
.visid .others__link_box .button.line.black:focus {
	color: #fff;
	background-color: #d00b29;
}





/*-------------------------------------- 
	linkarrow_other_page_box
--------------------------------------- */

.linkarrow_other_page_box {
	background: #ffd700;
	margin: 0 .5em;
	padding: 2rem 1rem;
}

.linkarrow_other_page {
    background: #fff7cc;
    box-shadow: 1px 1px 2px #cec2ac inset;
    border-radius: 60px;
    /*color: #9d8559;*/
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	justify-content: center;
	padding: 1em 1rem 1rem;
}

@media screen and (min-width: 1024px) {
	.linkarrow_other_page_box {
		margin: 0 15px;
	}
	.linkarrow_other_page {
		border-radius: 80px;
	}

}

/*
.visid .linkarrow_other_page_box .linkarrow_other_page .button.primary{
	background: #ea0000;
}
.visid .linkarrow_other_page_box .linkarrow_other_page .button.primary:hover{
	background: #de5469;
}
*/

/*---------------------------------------------- */

.ttl_subcatergory_bg {
	/*background: url(images/ttl_subcatergory_bg.png) center top / cover no-repeat;*/
	color: #fff;
	text-align: center;
	padding: 5rem 2rem 3rem;
	border-bottom: 1px #cec2ac dotted;
}
.ctgr_pro_ttl_area.subbox.ttl_subcatergory_bg {
	padding: 5rem 2rem 3rem;
}



/*------------------------------------------ 

	rankup_box

---------------------------------------------- */
.rankup_box {
    margin: 0 .5em;
    background: #ffd700;
    padding: 0 0 .5rem;
}
.rankup_box .tankup_ttl {
    background: linear-gradient(to bottom, #daa520 0%, #ffd700 100%);
    padding: 2rem .5rem 0;
    position: relative;
    text-align: center;
    border-top: 2px #000 dotted;
}
.rankup_box .tankup_ttl p{
	border-left: 2px #222 dashed;
	border-right: 2px #222 dashed;
    font-size: 2.4rem;
    line-height: 1.2;
    padding: 1rem;
}
@media screen and (min-width: 640px){
	.rankup_box .tankup_ttl {
		text-align: center;
	}

	.rankup_box .tankup_ttl p{
		font-size: 30px;
	}
}


@media screen and (min-width: 1024px) {
	.rankup_box {
		margin: 0 15px;
	    background: #ffd700;
	    padding: 0 0 15px;
	}
}

/*
.rankup_box .tankup_ttl::after {
	content: "";
	position: absolute;
	top: -4px;
	top: auto\9; /* IE10 */
	bottom: -11px\9; /* IE10 */
	left: 50%;
	transform: translateX(-50%);
	border: 13px solid transparent;
	border-top: 13px solid #fff;
}*/

.rankup_box .tankup_ttl + ul {
	padding: 0 .5em;
}


.comparison_model_boxs {
	margin-top: 2px;
}
.comparison_model_boxs > li {
	border-top: 1px #000 dashed;
}
/*-------------------------------------------- 

	sp_icons_boxs

--------------------------------------------- */
/*
.sp_icons_boxs {
	display: grid;
	gap: .3em;
	margin-top: 1rem;
}
.sp_icons_boxs > li {
	background: #fff8eb;
	padding: .8em .5em;
	
}

.comparison_model_boxs > li:nth-child(2) .sp_icons_boxs > li {
	background: #fff2d8;
}

.sp_icons_boxs > li .img_box {
	height: 60px;
}
.sp_icons_boxs > li .img_box img{
	max-height: 60px;
}

.sp_icons_boxs > li p {
	font-size: 14px;
	line-height: 1.3;
	margin-top: 1rem;
}
.sp_icons_boxs > li p > span{
	font-size: 120%;
}

@media screen and (min-width: 480px) {
	.sp_icons_boxs {
		grid-template-columns: repeat(2, 1fr);
	}
	.sp_icons_boxs > li p {
		font-size: 16px;
		line-height: 1.3;
		margin-top: .5rem;
	}
}
@media screen and (min-width: 768px) {
	.sp_icons_boxs {
		grid-template-columns: repeat(3, 1fr);
	}
}

.comment_ttl .h3{
	display: inline-block;
	position: relative;
	padding-left: 2rem;
	padding-top: 1em;
}
.comment_ttl .h3::after {
	content: url(images/arrow.png);
	display: block;
	position: absolute;
	bottom: 5px;
	left: 0;
	width: 21px;
	height: 50px;
}


@media screen and (min-width: 480px) {

	.comment_ttl .h3{
		padding-left: 4rem;
	}
	.comment_ttl .h3::after {
		left: 1%;
	}

}
*/

/*---------------------------------------

	info__tag

--------------------------------*/
.info__tag {
	position: relative;
	padding: 0 1em;
	color: #fff;
	text-align: center;
	line-height: 40px;
	background: #000;
	font-size:160%;
	white-space: nowrap;
	transform: rotate(-5deg);
}
.info__tag::before,
.info__tag::after {
	content: "";
	position: absolute;
	top: 0;
	z-index: 1;
	border-width: 20px 12px;
	border-style: solid;
	border-color: transparent;
}
.info__tag::before {
	left: -1px;
	border-left-color: #fff;
}
.info__tag::after {
	right: -1px;
	border-right-color: #fff;
}

.info__tag span {
	display: inline-block;
	position: relative;
	padding-right: 60px;
}
.info__tag span::after {
	content: url(images/icon_timely_delivery.png);
	position: absolute;
	top: 4px;
	right: 0;
	width: 50px;
	height: 30px;
	/*transform: translateY(-50%);*/
}

.info_txt {
	display: inline-block;
	color: #000;
	border-top: 2px #666 dotted;
	border-bottom: 2px #666 dotted;
	padding: .8rem 1em;

}

@media screen and (min-width: 768px) {

	.info__tag {
		line-height: 80px;
		font-size:35px;
	}
	.info__tag::before,
	.info__tag::after {
		border-width: 40px 12px;
	}

}

@media screen and (min-width: 1280px) {
	.info__tag {
		transform: unset;
	}
	.info__tag::after {
		right: 0;
		border-right-color: #000;
	}
}


/*----------------------------------------------------- pg_top */
.visid.pg_top .button.white {
	background: #ffd700;
}
.visid.pg_top .button.white:hover {
	background: #daa520;
}

.visid.pg_top .ctg__area {
	background: #000 url(images/bg__ctg__area_end.png) center 10% no-repeat;
}





/*------------------------------------------------------------ 
	set__op_cam
--------------------------------------------------------------- */
.set__op_cam {
	border-top: 3px #000 dashed;
	background: #ffd700;
	position: relative;
	padding: 1em .5rem;
}
@media screen and (min-width: 768px) {
	.set__op_cam {
		padding: 20px 10px;
	}
}

.set__op_cam::before,
.set__op_cam::after {
	content: "";
	position: absolute;
	top: -4px;
	border-top: solid 20px #000;
}
.set__op_cam::before {
	left: 0;
	border-right: solid 20px transparent;
}
.set__op_cam::after {
	right: 0;
	border-left: solid 20px transparent;
}

.set__op_cam_end {
	position: absolute;
	bottom: 5px;
	left: 50%;
	transform: translateX(-50%);
	width: 86%;
}
@media screen and (min-width: 768px) {
	.set__op_cam_end {
		width: 92%;
	}
}
@media screen and (min-width: 1280px) {
	.set__op_cam_end {
		width: 96%;
	}
}


/*------------------------------------------------------- set__op_inner  */
.set__op_inner {
	display: grid;
	gap: 8px 20px;
	position: relative;
	padding: 15px;
	background: #ffd700 url(images/bg__sei__op.jpg) 0 bottom no-repeat;
	border-radius: .5em;
	/*outline: 3px #daa520 solid;
	outline-offset: -2px;*/
}
.set__op_inner::before {
	content: "";
	position: absolute;
	top: -1px;
	left: -1px;
	border-top: solid 20px #ffd700;
	border-right: solid 20px transparent;
}
.set__op_inner::after {
	content: "";
	position: absolute;
	bottom: -1px;
	right: -1px;
	border-bottom: solid 20px #ffd700;
	border-left: solid 20px transparent;
}

@media screen and (min-width: 768px) {
	.set__op_inner {
		grid-template-columns: 130px 1fr;
		grid-template-rows: repeat(1, 1fr);
	}
}

/*------------------------------------------------------- set__opbox  */
.set__opbox {
    display: grid;
    gap: 10px 20px;
}
@media screen and (min-width: 768px) {
	.set__opbox {
	        grid-template-columns: repeat(3, 1fr);
	        grid-template-rows: repeat(1, 1fr);
	}
	.set__opbox.clm02 {
	        grid-template-columns: repeat(2, 1fr);
	        grid-template-rows: repeat(1, 1fr);
	}
}

.set__opbox > li {
	border-radius: 1rem;
	padding: 1em;
	position: relative;
	background: #ffef99 url(images/bg_set_op.png) 150% -30% no-repeat;
	outline: 1px #daa520 solid;
	outline-offset: -1px;
	border-top: 3px #ea0000 solid;
}

.set__opbox .list_basic {
	border-top: 1px #daa502 dotted;
	padding-top: 1em;
	margin-top: .5em;
	font-size: 14px;
}
.set__opbox .list_basic > li{
	line-height: 1.4;
}


.set__opbox > li + li::after {
	content: "\2715";
	position: absolute;
	top: -30px;
	left: 50%;
	transform: translateX(-50%);
	font-size: 30px;
	color: #ea0000;
}
@media screen and (min-width: 768px) {
	.set__opbox > li + li::after {
		top: 50%;
		left: -22px;
		transform: translateY(-50%);
	}
}
