
@charset "utf-8";

/*---------------------------------------- */
#main_content.visid.w_100vw {
	overflow-x: clip;
}

/*---------------------------------------- */
/*
@media screen and (max-width: 479px){
	.xl{
		font-size: 27px;
	}
}
*/
.visid .button.critical {
	background: #d7410b;
}
.visid .button.critical:hover {
	background: #c1401a;
}
.visid img { height: auto; }

.visid p + p {
	margin-top: 1em;
}


@media screen and (min-width: 1920px) {
	.fs60_xl {
		font-size: 60px!important;
		line-height: 62px;
	}
}
/* ------------------------- 
	color
-------------------------------- */

:root {
	--color100: #b655f5;
	--color70: #cc88f8;
	--color40: #e2bbfb;
	--color20: #f0ddfd;
	--color10: #f8eefe;
	--color5: #fbf6fe;
}

.bg100 { background-color: var(--color100) !important; }
.bg70 { background-color: var(--color70) !important; }
.bg40 { background-color: var(--color40) !important; }
.bg20 { background-color: var(--color20) !important; }
.bg10 { background-color: var(--color10) !important; }
.bg5 { background-color: var(--color5) !important; }
.bg_e6e6e6 { background-color: #e6e6e6 !important; }


/* ----------------------------------------
	cont_wrap
---------------------------------------- */
.cont_wrap {
	padding: 3rem 1.6rem;
}
@media screen and (min-width: 768px) {
	.cont_wrap {
		padding: 80px 20px;
	}
}

/*============================== 
	main
============================== */

.main {
	background: #b655f5 url(/content/dam/jp-ext-hp-com/jp/ja/ec/campaign/business/workstations/wsz2_campaigns/images/bg.png) 0 bottom no-repeat;
}

.lineup__navi_area {
	padding: 1em 1rem 3rem;
}
.lineup__navi_list {
	display: grid;
	grid-template-columns: repeat(2, 1fr);
	grid-template-rows: repeat(1, 1fr);
	gap: 8px;
}
@media screen and (min-width: 768px) {
	.lineup__navi_area {
		padding: 30px 20px 40px;
	}
	.lineup__navi_list {
		grid-template-columns: repeat(3, 1fr);
		gap: 20px;
	}
}


/*============================== 
	ctg__title_box
============================== */
.ctg__title_box {
	background: #b655f5;
	border-top: 4px #231f20 solid;
	display: grid;
	gap: 0px;
	grid-template-columns: 75px 1fr;
	grid-template-rows: repeat(1, 1fr);
}

.ctg__title_box .inch{
	background: #231f20;
	color: #fff;
	display: flex;
	align-items: center;
	justify-content: center;
	padding: 1rem 2rem 2rem;
}
.ctg__title_box .inch > p{
	line-height: 1.2 !important;
}
.ctg__title_box .inch span{
	font-size: 36%;
	white-space: nowrap;
	line-height: 0.5 !important;
}

.ctg__title_box .ctg__title_box_inner {
	  background: url(/content/dam/jp-ext-hp-com/jp/ja/ec/campaign/business/workstations/wsz2_campaigns/images/title_bottom.png) 15px 101% no-repeat;
}

.ctg__title_box .ctg__title_box_inner .text__box {
	padding: 1em 1em 3rem;
	color: #fff;
}
.ctg__title_box .ctg__title_box_inner .text__box .xxl + p {
	margin-top: 1rem;
}

/*
.ctg__title_box .ctg__title_box_inner .text__box h2 {
	border-bottom: 1px #000 dotted;
	padding-bottom: 1rem;

}
*/

@media screen and (min-width: 768px) {
	.ctg__title_box {
		grid-template-columns: 260px 1fr;
	}
	.ctg__title_box .inch {
		padding: 15px 30px 20px;
	}

	.ctg__title_box_inner {
		text-align: right;
	}
	.ctg__title_box .ctg__title_box_inner .text__box {
		padding: 20px 30px 30px;
	}
}
@media screen and (min-width: 1024px) {
	.ctg__title_box {
		grid-template-columns: 300px 1fr;
	}
}


/*============================== 
mv__box
============================== */
.mv__box video {
    object-fit: cover;
    object-position: left 50% top 50%;
    min-height: 420px;
    max-height: 460px;
}
@media screen and (min-width: 768px) {
	.mv__box video {
	    max-height: 580px;
	}
}
@media screen and (min-width: 1024px) {
	.mv__box video {
	    max-height: 660px;
	    width: 100%;
	}
}



/*---------------------------------- 
title
------------------------------------- */
.title {
	padding: 3rem 1.6rem;
	text-align: center;
}
.title.line {
	border-top: 1px #000 solid;
	border-bottom: 1px #000 solid;
}
@media screen and (min-width: 1024px) {
	.title {
		padding: 40px 0;
	}
}



/*--------------------------------------------
	any_trouble_box
----------------------------------------------- */
.any_trouble_box {
	display: grid;
	gap: 10px 15px;
}
@media screen and (min-width: 768px) {
	.any_trouble_box {
		gap: 2px;
		grid-template-columns: repeat(2, 1fr);
	}
}
@media screen and (min-width: 1024px) {
	.any_trouble_box {
		gap: 10px 2px;
		grid-template-columns: repeat(4, 1fr);
	}
}

.any_trouble_box > li {
	background: var(--color70);
	padding: 2.6rem;
}
@media screen and (min-width: 768px) {
	.any_trouble_box > li {
		padding: 30px;
	}
}


/*-------------------------------------------------- 
	comment
--------------------------------------------------- */
.comment {
	background: #fff;
	padding: 2rem 1em;
	position: relative;
	margin-bottom: 2rem;
}
.comment::after {
	content: "";
	position: absolute;
	top: 100%;
	top: auto\9; /* IE10 */
	bottom: -11px\9; /* IE10 */
	left: 80%;
	border-right: 16px solid transparent;
	border-top: 16px solid #fff;
}
@media screen and (min-width: 768px) {
	.comment {
		background: #fff;
		padding: 20px 15px;
	}
}

/*-------------------------------------------------- comment2 -----*/
.comment2 {
	background: #fff;
	padding: 2rem 1em;
	position: relative;
	margin-bottom: 2rem;
}
.comment2::after {
	content: "";
	position: absolute;
	top: -16px;
	left: 50%;
	border-top: 17px solid transparent;
	border-left: 16px solid #fff;
}

@media screen and (min-width: 480px) {
	.comment2::after {
		top: 5%;
		left: -16px;
		border: none;
		border-left: 17px solid transparent;
		border-bottom: 16px solid #fff;
	}
}
@media screen and (min-width: 768px) {
	.comment2 {
		background: #fff;
		padding: 20px 15px;
	}
}




/*------------------------------------- 
	solve_it_ws_area
---------------------------------------- */
.solve_it_ws_area {
	background: linear-gradient(to bottom,  #dde6e9 0%,#ffffff 100%);
	position: relative;
}
.solve_it_ws_area::after {
    border: 20px solid transparent;
    border-top: 20px solid #fff;
	content: "";
	position: absolute;
	top: 0;
	left: 50%;
    transform: translateX(-50%);
}
.comparison_mv__box {
	display: grid;
	gap: 5px;
}
.comparison_mv__box > div {
	background: var(--color10);
	padding: 2rem 1em;
}
@media screen and (min-width: 480px){
	.comparison_mv__box {
		grid-template-columns: repeat(2, 1fr);
	}
}



/*----------------------------------------- 
	support__area 
-------------------------------------------- */
.support__area {
	background: var(--color100);
	color: #fff;
	padding: 2rem 1.6rem;
}
@media screen and (min-width: 768px) {
	.support__area {
		padding: 30px 20px;
	}
}

.support__box {
	display: grid;
	gap: 10px 20px;
	padding: 1em;
	outline: 1px #fff solid;
	outline-offset: -1px;
	margin-top: 2rem;
}
@media screen and (min-width: 768px) {
	.support__box {
		grid-template-columns: 200px 1fr;
		padding: 20px;
	}
}
/*-------------------------------------------- biz_hours -------- */
.biz_hours {
	padding-left: 8rem;
	position: relative;
}
.biz_hours::after {
	content: "\53D7\4ED8\6642\9593\FF1A";
	position: absolute;
	top: 0;
	left: 0;
}
@media screen and (min-width: 1024px) {
	.biz_hours {
		padding-left: 9rem;
		display: flex;
	}
	.biz_hours::after {
		top: 4px;
	}
}
.biz_hours > li {
	margin: 5px;
}




/*----------------------------------------------- 
	lineup__ttl
------------------------------------------------ */


.lineup__ttl {
	text-align: center;
	background: #fff;
	padding: 4rem 2rem;
}
.lineup__sub_ttl {
	padding: 1em 1rem;
	border: double;
	background: var(--color10);
}
@media screen and (min-width: 768px) {
	.lineup__sub_ttl {
		padding: 30px 15px;
		text-align: center;
	}
}

/* ==================================================
	PIM
================================================== */
.cam_model {
	max-width: 1000px;
	margin-right: auto;
	margin-left: auto;
	padding: 20px 16px 30px;
	background:#b655f5 url(/content/dam/jp-ext-hp-com/jp/ja/ec/campaign/business/workstations/wsz2_campaigns/images/bg.png) 0 bottom no-repeat;
}

@media screen and (min-width: 768px) {
	.cam_model {
		padding: 20px 20px 40px;
	}
}

@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;
	}

	/* column3 */
	.column3 .hpj-pim {
		width: 50% !important;
	}
	.column3 .hpj-pim:nth-child(n+3) {
		margin-top: 40px;
	}



}

@media screen and (min-width: 1024px) {
	.cam_model .hpj-pim {
		padding: 0 5px;
	}

	/* colum 1*/

	.cam_model.column1 .model_box{
		display: grid;
		grid-template-columns: repeat(2, 1fr);
		grid-template-rows: max-content max-content 1fr auto;
		gap: 0px;
		padding-bottom: 0;
	}

	.cam_model.column1 .model_box .cam_model_name_box { 
		grid-column: span 2 / span 2;
	}
	.cam_model.column1 .model_box .prod_img {
		grid-row-start: 2;
	}
	.cam_model.column1 .model_box .icon__area {
		grid-column-start: 1;
		grid-row-start: 3;
		padding: 20px 0;
	}
	.cam_model.column1 .model_box .price_area {
		grid-column-start: 1;
		grid-row-start: 4;
		margin-top: 0;
	}
	.cam_model.column1 .model_box .spec_list_box {
		grid-row: span 4 / span 4;
		grid-column-start: 2;
		grid-row-start: 2;
		margin-top: 0;
		border-top: none;
	}
	.cam_model.column1 .model_box .link_area {
		grid-row-start: 5;
		padding-bottom: 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: 60px;
	}
}

@media screen and (min-width: 1280px) {
	.cam_model .hpj-pim {
		padding: 0 10px;
	}
	
	/* 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: 60px;
	}
}

/* model_box -------------------- */

.model_box {
	background: #fff;
	border-radius: 10px;
	outline: 3px var(--color20) solid;
	outline-offset: -3px;
	padding-bottom: 20px;
	text-align: center;
}

@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_box */
.cam_model_name_box {
	background: var(--color20);
	position: relative;
	text-align: center;
	border-radius: 10px 10px 0 0;
}

/* pro_name -------------------- */

.pro_name {
	position: relative;
	padding: 15px 8px;
	/*border-radius: 10px 10px 0 0;*/
	text-align: center;
	font-size: 115%;
	font-weight: normal;
	line-height: 1.25;
}



/* cam_model_name -------------------- */


.cam_model_name {
	padding: 10px 5px 7px;
	line-height: 1.4;
	font-weight: normal;
	background: #231f20;
	color: #fff;
	/*outline: 1px #656262 solid;
	outline-offset: -1px;*/
}


/*
@media screen and (max-width: 479px) {

	.cam_model_name br {
		display: none;
	}
}
@media screen and (min-width: 768px) {
	.cam_model_name br{
		display: block;
	}
}
*/

/* prod_img -------------------- */

.prod_img {
	text-align: center;
	margin: 10px 4px 8px;
}



/* price_area -------------------- */

.price_area {
	margin: 1rem 0 0;
	text-align: center;
	padding: 1em 1rem 2rem;
	text-align: center;
	background: #fffceb;
}
@media screen and (min-width: 1024px) {
	.price_area {
		padding: 15px 20px 20px;
		text-align: center;
		/*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;
}

.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%;
}


.regular_price {
	margin-top: 0!important;
}

.price_area .price > span {
	font-size: 2.7rem;
}
@media screen and (min-width:1024px) {
	.price_area .price > span {
		font-size: 3.6rem;
	}
}



/* v_balloon */
/*
.price_area .price_off.v_balloon {
	display: none!important;
	position: relative;
	padding: 0.5em 0.5rem;
	color: #d7410b;
	font-size: 13px;
	line-height: 1.2;
	background: #fefcc9;
	border-radius: 5px;
	white-space: nowrap;
	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;
}
*/

.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;
	white-space: nowrap;
	margin-bottom: .5rem;
	border-bottom: 1px #ff5050 solid;
}


@media screen and (min-width:768px) {
	.price_area .price_off.v_balloon {
		font-size: 12px;
	}
}


.hpj-pim .price_area.special .regular_price_text {
	display: none;
}


.hpj-pim .price.taxed {
    position: relative;
    padding-top: 2.1rem;
}
.hpj-pim .price.taxed::after {
	content: "\30AD\30E3\30F3\30DA\30FC\30F3\4FA1\683C";
	position: absolute;
	top:0;
	left:50%;
	transform: translateX(-50%);
	font-weight: normal;
	font-size: 1.4rem;
}

@media screen and (min-width: 480px) {

	.hpj-pim .price.taxed {
	    padding-top: 0;
	    padding-left: 130px;
		display: inline-block!important;
	}
	.hpj-pim .price.taxed::after {
		top:60%;
		left:0;
	    transform: translateY(-50%);
	}

}

/*------------------------------ btn_link ----------*/
.btn_link {
	margin-top: 1rem;
}
/*------------------------------ regular__box*/
.regular__box {
	display: flex;
	align-items: center;
	justify-content: center;
}
.regular__box * + * {
	margin-left: 5px;
}
/* icon -------------------- */

.icon {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
}
.icon li {
	color: #000;
	text-align: center;
}

@media screen and (max-width: 479px) {
	.icon li:nth-child(1) {
		display: block;
		width: 100%;
		padding-bottom: 1rem;
	}
}

@media screen and (min-width: 1024px) and (max-width: 1219px) {
	.icon li:nth-child(1) {
		display: block;
		width: 50%;
		padding-bottom: 1rem;
	}
}

.icon li:first-child img {
	max-width: 98px;
}

.icon li:nth-child(n+2) {
	margin-left: 20px;
}

.icon [class*="hpic_"]::before {
	display: block;
	line-height: 60px;
}
.icon p {
	font-size: 11px;
	line-height: 1.1;
}





/*------------------------------------------- spec_list_box */
.cam_model .spec_list_box {
	padding: 1rem 1.6rem;
	margin-top: 1rem;
}
@media screen and (min-width: 1024px) {
	.cam_model .spec_list_box {
		padding: 10px 20px;
	    	border-top: none;
	}
	.cam_model.column1 .spec_list_box {
		border-left: 1px #999 dotted;
	}
}

/* list_basic -------------------- */

.cam_model .list_basic {
	text-align: left;
	color: #222;
}

.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";
}*/



/* link_area -------------------- */

.link_area {
	margin: 0;
	padding: 15px 5px 0;
	text-align: center;
	display: flex;
	flex-flow: wrap;
	justify-content: space-evenly;
}


/*--------------------------------------------------- tag_model_list -----------------*/
@media screen and (min-width: 479px) {
}
.tag_model_list {
	display: flex;
	flex-wrap: nowrap;
	font-size: 70%;
	letter-spacing: 1px;
	margin-bottom: .2em;
}
@media screen and (min-width: 480px) {
	.tag_model_list {
		font-size: 75%;
	}
}
.tag_model_list > li {
	background: #231f20;
	border-radius: 3px;
	color: #fff;
	padding: .2rem .4em;
}
.tag_model_list > li + li {
	margin-left: .2em;
}



/*----------------------------------------------  point_area */
.point_area {
	position: absolute;
	top: -15px;
	left: -15px;
}
@media screen and (min-width: 480px) {
	.point_area {
		top: -24px;
	}
}
@media screen and (min-width: 1024px) {
	.point_area {
		top: -40px;
		left: -10px;
	}
}
.point {
	background: #ffe137;
	border-radius: 50%;
	border: 2px #231f20 solid;
	color: #231f20;
	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;
	}
}


/*------------------------------- 
	users_voice_area
--------------------------------- */
.users_voice_area {
	/*margin-top: 4rem;*/
	padding: 2rem 1.6rem 3rem;
}
@media screen and (min-width: 768px) {
	.users_voice_area {
		/*margin-top: 80px;*/
		padding: 20px 10px 40px;
	}
}


.users_voice_box {
	display: grid;
	gap: 30px 20px;
}
@media screen and (min-width: 768px) {
	.users_voice_box {
		grid-template-columns: repeat(2, 1fr);
	}
}

.users_voice_box > li {
	display: grid;
	gap: 15px 10px;
}
@media screen and (min-width: 480px) {
	.users_voice_box > li {
		grid-template-columns: 100px 1fr;
	}
}





/*----------------------------------
	slider
------------------------------------- */
.slider {
	display: none;
}
.slider.slick-initialized {
	display: block;
}
.slick-track {
	display: flex;
}
.slick-slide {
	height: auto !important;
}
.slick-slide img {
	width: auto;
}


.slider .slick-prev.slick-disabled {
	visibility: hidden;
}
.slider .slick-next.slick-disabled::before {
	content: url(images/arrow.png);
	transform: scale(0.15);
	top: -49px;
	left: -46px;
}
@media screen and (max-width:767px) {
	.slider .slick-next.slick-disabled::before {
		top: -49px;
		left: -46px;
	}
}
.slider .slick-prev.slick-disabled:before, 
.slider .slick-next.slick-disabled:before {
	opacity: 1;
}

/*----------------------------------------*/

/*------------------------------- 
	reason__area
--------------------------------- */
.reason__area {
	margin-top: 2rem;
}
@media screen and (min-width: 768px) {
	.reason__area {
		margin-top: 40px;
	}
}

/*----------------------------------------- warranty__area ---- */
.warranty__area .slider .slick-slide {
	padding: 3rem;
	margin: 0 2px;
}
@media screen and (min-width: 768px) {
	.warranty__area .slider .slick-slide {
		padding: 40px 30px;
	}
}
.warranty__area .slider .slick-slide:nth-child(odd) {
	background: #f0ddfd;
}
.warranty__area .slider .slick-slide:nth-child(even) {
	background: #b655f5;
	color: #fff;
}

/*------------------------- */
.warranty__area .visid_slider .slick-next {
	right: -1rem;
}
.warranty__area .visid_slider .slick-prev {
	left: -1rem;
}
.warranty__area .slider .slick-slide {
	display: flex;
	flex-direction: column;
}
.warranty__box > div .btn_link_area {
	margin-top: auto;
	padding-top: 2rem;
}




/*----------------------------------------- protection__area ---- */
.protection__area .slider .slick-slide {
	padding: 3rem;
	margin: 0 2px;
}
@media screen and (min-width: 768px) {
	.protection__area .slider .slick-slide {
		padding: 40px 30px;
	}
}
.protection__area .slider .slick-slide:nth-child(odd) {
	background: #f0ddfd;
}
.protection__area .slider .slick-slide:nth-child(even) {
	background: #b655f5;
	color: #fff;
}

/*------------------------- */
.protection__area .visid_slider .slick-next {
	right: -1rem;
}
.protection__area .visid_slider .slick-prev {
	left: -1rem;
}

.protection_box .imgbox {
	text-align: center;
}
.protection_box .imgbox img {
	max-height: 100px;
}
.protection_box .txtbox {
	margin: 4rem 0 1em;
}

.protection__area .slider .slick-slide {
	display: flex;
	flex-direction: column;
}
.protection_box > div .btn_link_area {
	margin-top: auto;
	padding-top: 2rem;
}



/* ----------------------------------------
	link_arrow02
---------------------------------------- */

.link_arrow02 {
	display: inline-block;
	position: relative;
	line-height: 1;
	color: #000;
}
.link_arrow02::after {
	display: inline-block;
	content: "";
	vertical-align: bottom;
	width: 16px;
	height: 16px;
	margin-left: 8px;
	background: url(images/link_arrow_black.png) no-repeat right center;
}
.link_arrow02:hover {
	text-decoration: none;
}

/* edge -------------------- */

* + .edge {
	margin-top: 30px;
}
.edge {
	position: relative;
	height: 50px;
	padding: 20px 60px 0 0;
}
.edge::before {
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	transition: .3s;
	width: 200px;
	max-width: 100%;
	height: 100%;
	background: url(images/link_edge_black.png) no-repeat right top;
}
.edge:hover::before {
	width: 203px;
}
.edge::after {
	transition: .3s;
}
.edge:hover::after {
	width: 19px;
}

/*------------------------------------------------- white */
.white.link_arrow02.edge {
	color: #fff;
}
.white.link_arrow02::after {
	background: url(images/link_arrow.png) no-repeat right center;
}
.white.edge::before {
	background: url(images/link_edge.png) no-repeat right top;
}







/* ==================================================
	cam banner
================================================== */

.cam_banner .for_pc {
	display: none;
}
.cam_banner > li {
	margin-top: 1rem;
}

@media screen and (min-width: 480px) {
	.cam_banner {
		display: flex;
		flex-wrap: wrap;
		margin: 1.5rem -.5rem 0;
	}
	.cam_banner > li {
		width: calc((100% - 2rem) / 2);
		margin: .5rem;
	}
}

@media screen and (min-width: 1024px) {
	.cam_banner .for_sp {
		display: none;
	}
	.cam_banner .for_pc {
		display: block;
	}
	.cam_banner {
		justify-content: space-between;
		margin: 0 auto;
		width: 80%;
	}
	.cam_banner > li {
		width: 390px;
		margin: 2rem 0 0;
	}
}



/*-----------------------------------------------------------------------*/

.info_footnote .footnote > li:nth-child(1) {
	display: none;
}



/*---------------------------------------------- 

	info__area

------------------------------------------------- */
.info__area {
	padding: 2rem 1.6rem;
	background: #000;
	color: #fff;
}
.info__area .hLine > span::before, 
.info__area .hLine > span::after {
    border-top: 3px dotted #fff;
}

@media screen and (min-width: 768px) {
	.info__area {
		padding: 40px 20px;
	}
}

/*----------------------------------- 
	tokuten__list
------------------------------------- */
.tokuten__list {
	counter-reset: number;
	list-style-type: none;
	margin-top: 2rem;
	text-align: left;
}
.tokuten__list > li {
	position: relative;
	padding-left: 30px;
	line-height: 1.5em;
	padding: .5em 0 .5em 36px;
	font-size: 105%;
}
.tokuten__list > li > span {
	color: #b655f5;
	font-size: 110%;
}

.tokuten__list > li::before {
	content: counter(number);
	counter-increment: number;
	display: inline-block;
	position: absolute;
	top: 5px;
	left: 0;
	width: 25px;
	height: 25px;
	color: #fff;
	font-weight: bold;
	text-align: center;
	line-height: 25px;
	background: #b655f5;
	border-radius: 50%;
}


/*------------------------------------ 
	mv__box
--------------------------------------- */

#z2_sff_g1i .mv__box {
	outline: 1px #fff solid;
	outline-offset: -1px;
}
#z2_sff_g1i .mv__box video {
    object-fit: contain!important;
}
@media screen and (max-width: 721px) {
	.mv__box video {
		min-height: 180px!important;
	}
}

