
/*-----------------------------------------*/
#main_content.visid.w_100vw {
	overflow-x: clip;
}

#main_content {
	background: #000;
	color: #fff;
}

/*#main_content.visid > div {
	max-width: 1200px;
	margin-right: auto;
	margin-left: auto;
}*/
/*------------------------------------------ */
@media screen and (max-width: 479px){
	.xl{
		font-size: 27px;
	}
}
.visid .button.red {
	background: var(--red);
}
.visid .button.red:hover {
	background: rgb(from var(--red) r g b / 0.7);
}

.visid img{
	height: auto;
}

.visid p + p {
	margin-top: 1em;
}



/* ==================================================
	sub_content
================================================== */

.sub_content {
    max-width: 1200px;
    margin-right: auto;
    margin-left: auto;
    margin-top: 80px;
    padding: 0 15px 60px;
    overflow: hidden;
}

.sub_content > div:not(:first-child) {
    margin-top: 40px;
}

.sub_content .title {
    text-align: center;
    margin-bottom: 20px;
}

.sub_content .sub_title {
    border-bottom: 1px #fff solid;
    padding-bottom: 3px;
    margin-bottom: 15px;
}

@media screen and (min-width: 1024px) {
    .sub_content {
        margin-top: 140px;
    }
    .sub_content .title {
        margin-bottom: 30px;
    }
    .mt200_lg {
        margin-top: 200px!important;
    }
}

/* ==================================================
	product
================================================== */

.product .pic_area {
    text-align: center;
    background: #fff;
}
.product .pro_name {
    margin: 10px 0 5px;
    font-weight: normal;
    line-height: 1.2;
}
.product .pro_price {
    margin-bottom: 8px;
    font-size: 22px;
}
.product p {
    font-size: 16px;
}

.product a img {
    transition: none;
}

@media screen and (min-width: 1024px) {
    .product .pro_name {
        margin: 20px 0 5px;
        font-size: 18px;
    }
    .product .pro_price {
        font-size: 26px;
    }
}


/* ==================================================
	button
================================================== */

.btn_area {
    margin-top: 15px;
}
.btn_detail {
	display: inline-block;
	vertical-align: bottom;
	padding: .3em 1.3em;
	font-size: 16px;
	line-height: 1.2;
	background-color: #ed1f09;
	transition: .2s;
    color: #fff;
    margin-right: 5px;
}

.btn_detail:link,
.btn_detail:visited,
.btn_detail:hover,
.btn_detail:focus {
	color: #fff;
	text-decoration: none;
}

/* hover */
.btn_detail:hover { background-color: #d31c08; }


.btn_buy {
	display: inline-block;
	vertical-align: bottom;
	padding: .3em 1.3em;
	font-size: 16px;
	line-height: 1.2;
	background-color: #218a89;
	transition: .2s;
    color: #fff;
}

.btn_buy:link,
.btn_buy:visited,
.btn_buy:hover,
.btn_buy:focus {
	color: #fff;
	text-decoration: none;
}

/* hover */
.btn_buy:hover { background-color: #1d7c7b; }


#visid .product .button.critical, .visid .button.critical {
    padding: .3em 1.3em;
	font-size: 16px;
	line-height: 1.2;
	background-color: #218a89;
	transition: .2s;
    color: #fff;
}
#visid .product .button.critical, .visid .button.critical:link,
#visid .product .button.critical, .visid .button.critical:visited,
#visid .product .button.critical, .visid .button.critical:hover,
#visid .product .button.critical, .visid .button.critical:focus {
	color: #fff;
	text-decoration: none;
}

/* hover */
#visid .product .button.critical, .visid .button.critical:hover { background-color: #1d7c7b; }



.btn_recco {
	display: inline-block;
	vertical-align: bottom;
	padding: .6em 1em;
	font-size: 18px;
	line-height: 1.4;
	transition: .2s;
    color: #fff;
    border: #fff solid 1px;
}

.btn_recco:link,
.btn_recco:visited,
.btn_recco:hover,
.btn_recco:focus {
	color: #fff;
	text-decoration: none;
}

/* hover */
.btn_recco:hover { background-color: #333; }

@media screen and (min-width: 1024px) {
    .btn_recco {
        font-size: 20px;
        padding: .8em 1em;
    }
}


:root {
	--red : #C8102E;
	--grey :#BBBEC2;
	--rightgrey: #EDF0F3;
}
.main_title {
	position: relative;
	display: inline-block;
	padding-bottom: 10px;
	text-align: center;
}
.main_title::after {
	position: absolute;
	bottom: 0;
	left: 0;
	content: "";
	background: var(--red);
	width: 100%;
	height: 4px;
}
.bar_red {
	display: inline-block;
	position: relative;
	padding: 1rem 3rem;
	color: #fff;
	z-index: 1;
}

.bar_red::before {
	position: absolute;
	content: "";
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	transform: skew(-15deg);
	background: var(--red);
	z-index: -1;
}

.num {
	display: inline-block;
	width: 25px;
	height: 25px;
	line-height: 25px;
	background: var(--red);
	border-radius: 50%;
	color: #fff;
	text-align: center;
}

.flow {
	display: flex;
	flex-wrap: wrap;
	grid-gap: 5px;
	justify-content: center;
	align-items: center;
}
.flow >li {
	position: relative;
	padding: 15px;
	background: #f4cfd5;
	color: #000;
	width: 100%;
}
.flow >li:nth-last-of-type(n+2)::after {
	position: absolute;
	content: "";
	left: 50%;
	transform: translate(-50%,0%);
	top: calc(100% - 4px);
	z-index: 1;
	width: 0;
	height: 0;
	border-style: solid;
	border-right: 20px solid transparent;
	border-left: 20px solid transparent;
	border-top: 20px solid var(--red);
	border-bottom: 0;
}
@media screen and (min-width: 768px) {
	.flow {
		display: flex;
		grid-gap: 5px;
		justify-content: center;
		align-items: center;
	}
	.flow >li {
		width: auto;
	}
	.flow >li:nth-last-of-type(n+2)::after {
		transform: translate(0%,-50%) rotate(-90deg);
		top: 50%;
		left: calc(100% - 13px);
	}
}
@media screen and (min-width: 1024px) {
	.flow > li {
		padding: 20px;
		font-size: 20px;
	}
	.num {
	display: inline-block;
	width: 30px;
	height: 30px;
	line-height: 33px;
	}
}

.reco > div {
	display: flex;
	flex-direction: column;
	border: 1px solid #000;
	background: var(--red);
}
.reco > div h4 {
	padding: 10px;
	color: #fff;
	text-align: center;
}
.reco > div h4::before {
	display: inline-block;
	content: "";
	border: 3px solid #fff;
	width: 14px;
	height: 10px;
	margin: 0 5px 3px 0;
	border-top: none;
	border-right: none;
	transform: rotate(-45deg);
}
.reco .bottom {
	margin-top: auto;
}


/* column3 -------------------- */

/*.column3 {
	display: flex;
	flex-wrap: wrap;
}
.column3 > div {
	width: 50% !important;
	padding: 0 10px;
}
.column3 > div:nth-child(n+3) {
	margin-top: 20px;
}

@media screen and (min-width: 768px) {
	.column3 > div {
		width: 33% !important;
	}
	.column3 > div:nth-child(n+3) {
		margin-top: 0px;
	}
	.column3 > div:nth-child(n+4) {
		margin-top: 40px;
	}
}*/


/* column3 vr2 -------------------- */

.column3 > div > div > .aem-Grid {
	display: flex;
	flex-wrap: wrap;
}
.column3 > div > div > .aem-Grid > div {
	width: 50% !important;
	padding: 0 10px;
}
.column3 > div > div > .aem-Grid > div:nth-child(n+3) {
	margin-top: 20px;
}

@media screen and (min-width: 768px) {
	.column3 > div > div > .aem-Grid > div {
		width: 33% !important;
	}
	.column3 > div > div > .aem-Grid > div:nth-child(n+3) {
		margin-top: 0px;
	}
	.column3 > div > div > .aem-Grid > div:nth-child(n+4) {
		margin-top: 40px;
	}
}



.hpj-pim .cam-link--link.campaign-link {
	display: none;
}