/*================================================================================
FileName: _layout.scss
================================================================================*/

@media only screen and (min-width: 897px) {
	.flexPcrr {
		flex-direction: row-reverse;
	}
	.wPC100 {
		width: 100% !important;
	}
	.wPC90 {
		width: 90% !important;
	}
	.wPC80 {
		width: 80% !important;
	}
	.wPC70 {
		width: 70% !important;
	}
	.wPC60 {
		width: 60% !important;
	}
	.wPC50 {
		width: 50% !important;
	}
	.wPC40 {
		width: 40% !important;
	}
	.wPC30 {
		width: 30% !important;
	}
	.wPC20 {
		width: 20% !important;
	}
	.wPC10 {
		width: 10% !important;
	}
	.mrP150{
		margin-right: 150px !important;
	}
	.mrP36{
		margin-right: 36px !important;
	}
	.mtP15{
		margin-top: 15px !important;
	}
}

@media only screen and (max-width: 896px) {
	.wSP100 {
		width: 100% !important;
	}
	.wSP90 {
		width: 90% !important;
	}
	.wSP80 {
		width: 80% !important;
	}
	.wSP70 {
		width: 70% !important;
	}
	.wSP60 {
		width: 60% !important;
	}
	.wSP50 {
		width: 50% !important;
	}
	.wSP40 {
		width: 40% !important;
	}
	.wSP30 {
		width: 30% !important;
	}
	.wSP20 {
		width: 20% !important;
	}
	.wSP10 {
		width: 10% !important;
	}
}

.h-breadcrumb {
	display: none;
}

.mv_pc_wrapper {
	/*border-top: 1px solid #fff;*/
	background-color: #000;
}
/*
.mv_pc_inner {
	position: relative;
	width: 1200px;
	height: 565px;
	margin: 0 auto;
	overflow: hidden;
	background: #000;
}*/

.mv_pc_inner {
	/*position: relative;
	width: 100% !important;
	height: auto !important;
	margin: 0 auto;
	overflow: hidden;*/
	display: block;
	background: #000;
}


.mv_pc_inner::before {
	content: "";
	display: block;
	position: absolute;
	z-index: 1;
	top: 0;
	left: 0;
	width: 1200px;
	height: 565px;
	background: transparent;
}

.mv_pc_inner.yt_error::before {
	content: "";
	display: block;
	position: absolute;
	z-index: 2;
	top: 0;
	left: 0;
	width: 1200px;
	height: 565px;
	background: url(/ja_test/img/youtube_error.jpg) no-repeat 0 0 ;
}

.mv_pc{
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	left: 0;
}

.pcOnly .mv_logo {
	width: /*270*//*420*/540px;/*20191203 oto*//*20201021*/
	position: /*absolute*/fixed;/*20191203 oto*/
	z-index: 3;
	/*top: 0;*//*20191203 oto*/
	left: 50%;/*20191203 oto*/
	padding: /*45px*/65px 35px 35px;/*20191203 oto*/
	box-sizing: content-box;
	margin-left: /*-245*/-305px;/*20191203 oto*//*20201021*/
}

/*20191203 add*/
.pcOnly .mv_logo{
	text-shadow: 0px 0px 12px #000, 0px 0px 12px #000;
	opacity:1;
	margin-top:0px;
	
	transition-property: opacity, margin-top;
	-moz-transition-property: opacity, margin-top;
	-webkit-transition-property: opacity, margin-top;
	-o-transition-property: opacity, margin-top;
	-ms-transition-property: opacity, margin-top;

	transition-duration:0.5s;	
	-moz-transition-duration:0.5s;
	-webkit-transition-duration:0.5s;
	-o-transition-duration:0.5s;
	-ms-transition-duration:0.5s;		
	}
/*20191204 end*/

.mv_logo img {
	width: 100%;
	opacity: /*0.8*/0.9;/*20191203 oto*/
}

.spOnly .mv_logo {
	background: #000;
	padding: 4% 0;
	text-align: center;
}

.spOnly .mv_logo img {
	width: /*50*/70%; /*20201021*/
	max-width: 300px;
}

@keyframes zoomOut {
	0% {
		transform: scale(1.15);
	}
	100% {
		transform: scale(1);
	}
}

.mv_sp .swiper-slide-active .slide-img,
.mv_sp .swiper-slide-duplicate-active .slide-img,
.mv_sp .swiper-slide-prev .slide-img{
	animation: zoomOut 10s linear 0s 1 normal both;
	-webkit-animation: zoomOut 10s linear 0s 1 normal both;
}

@media screen and (max-width: 896px){
	#container .mv_sp .swiper-container {
		padding-bottom: 0;
	}
}

.bgPink {
	background: #f1d0d6;
}
.icon_oshirase {
	margin: 0 10px 2px 0;
	width: 35px;
	vertical-align: bottom;
}


/*----------pickup----------*/

.pickup .linkBoxStyle01, .pickup .linkBoxStyle01_white, .pickup .linkBoxStyle01_black, .pickup .linkBoxStyle02, .pickup .linkBoxStyle01_pdc a {
	padding-right: 0 !important;
}
.pickup .linkBoxStyle01_black:after {
	background-size: 9px;
}

@media only screen and (min-width: 897px) {
	.pickup .boxStyle01 a {
		padding: 0;
	}
	.pickup .price {
		height: /*75*//*90*//*20201001*//*20201118*//*100px 20220224*/145px;
	}
	.pickup .linkBoxStyle01:after, .pickup .linkBoxStyle01_white:after, .pickup .linkBoxStyle01_black:after, .pickup .linkBoxStyle02:after, .pickup .linkBoxStyle01_pdc a:after {
		top: auto !important;
		bottom: 1px;
	}
	.pickup .swiper-button-next, .pickup .swiper-button-prev {
		display: none;
	}
}

@media only screen and (max-width: 896px) {
	.pickup .boxStyle01 {
		padding: 0 4% 0 !important;
	}
	.pickup .price {
		height: /*60px; 20220204*/95px;
	}
	.pickup .linkBoxStyle01:after, .pickup .linkBoxStyle01_white:after, .pickup .linkBoxStyle01_black:after, .pickup .linkBoxStyle02:after, .pickup .linkBoxStyle01_pdc a:after {
		top: auto !important;
		bottom: 3px;
	}
}

/*emergency*/

#top .ls02-wrapper:nth-child(2){
    margin-top: 0 !important;
}


/*tab 調整　20191203*/
@media only screen and (max-width: 896px) {
	.tabStyle02.tab-3{
	width: 100%;
	}
	}


/*info 20200403*/
	.info_01{
	text-align: center;
	margin-bottom: 40px;
	}
@media only screen and (min-width: 897px) {
	.info_01{
	font-size: 15px;
	}
}
@media only screen and (max-width: 896px) {
	.info_01{
	font-size: 12px;
	}
}

.info_02,
.info_03{
	text-align: center;
	margin-bottom: 40px;
	}

.info_04{
	text-align: center;
	margin-bottom: 40px;
	font-size: 18px;
	font-weight: 500;
	color: #b91440;
	border: #b91440 solid 1px;
	padding: 5px 10px;
	}

	@media only screen and (max-width: 896px) {
		.info_04{
		font-size: 14px;
	}
	}


@media only screen and (min-width: 897px) {
	.info_02 .linkStyle02{
	font-size: 18px;
	font-weight: 400;
	color: #b91440;
	}
	.info_03 .linkStyle02{
	font-size: 16px;
	font-weight: 400;
	color: #000;
	}
	.info_02 .linkStyle02:after{
	background: url(https://assets.jpn.pioneer/ja/assets/img/icon_arrow01_r.svg) no-repeat;
	bottom:5px;
	background-size: 8px;
	}
	.info_03 .linkStyle02:after{
	bottom:4px;
	background-size: 8px;
	}
}
@media only screen and (max-width: 896px) {
	.info_02 .linkStyle02{
	font-size: 14px;
	color: #b91440;
	}
	.info_03 .linkStyle02{
	font-size: 13px;
	padding: 7px;
	}
	.info_02 .linkStyle02:after{
		background: url(https://assets.jpn.pioneer/ja/assets/img/icon_arrow01_r.svg) no-repeat;
		bottom:5px;
		background-size: 7px;
		}
	.info_03 .linkStyle02:after{
		bottom:4px;
		background-size: 8px;
	}

}

/*重要なお知らせ　追加　20221128*/



@media only screen and (min-width: 897px) {
	.oshirase_01{
	/*border: solid 1px #b91440;*/
	padding: 15px 15px;
	margin-bottom: 10px;
	box-sizing: border-box;
	text-align: center;
}
	
	.oshirase_01 .linkStyle02{
		font-size: 15px;
		font-weight: 400;
		color: #b91440;
		}
	.oshirase_01 .linkStyle02:after{
        background: url(https://assets.jpn.pioneer/ja/assets/img/icon_arrow01_r.svg) no-repeat;
        bottom:3px;
        background-size: 8px;
		}
	.icon_oshirase2{
		margin: 0 7px 2px 0;
        width: 20px;
        vertical-align: bottom;
	}
	
	.oshirase-area{padding-top: 7px;}
	.important-area{
		padding-top: 7px;
		/*padding-left: 120px;*/
	}
}
@media only screen and (max-width: 896px) {
		.oshirase_01{
	/*border: solid 1px #b91440;*/
	/*padding: 15px 15px;*/
	margin-bottom: 20px;
	box-sizing: border-box;
}
	.oshirase_01 .linkStyle02{
		font-size: 13px;
		color: #b91440;
		padding-right: 15px;
		line-height: 1.4em;
		}
    .oshirase_01 .linkStyle02:after{
		background: url(https://assets.jpn.pioneer/ja/assets/img/icon_arrow01_r.svg) no-repeat;
		bottom:4px;
		background-size: 7px;
		}
	.icon_oshirase2{
		margin: 0 5px 2px 0;
        width: 18px;
		vertical-align: middle;
	}
	.important-area{
		text-indent: -25px;
		padding-left: 25px;
		text-align: center;
	}
	#container .swiper-container {padding-bottom: 25px;
}
}

/*ビジョンテキスト更新 20201029*/
.mv_vision{
	height:100%;
	width:auto !important;
	position: absolute;
	top: 0;
    left: 0;
    /*z-index: 900;*/
}
@media screen and (max-width: 896px){
.mv_vision{
	z-index: 900;
}
}
.mv_pc_wrapper {
	background: left 0% / 35% 100% no-repeat url(/ja/img/top-vision_bg.png) #000/*b81942*/;
}

.wrap{position: relative;}
/*ビジョンテキスト更新 20201029 end*/

/*ピックアップ　ページャー 20201117*/
@media screen and (min-width: 897px){
	.pickup .window.linkBoxStyle01_black:after {
		background-size: 14px !important;
		right: 0px;
		width: 15px;
	}
	_:-ms-fullscreen, :root .pickup .window.linkBoxStyle01_black:after {
		background-size: 14px !important;
		right: 0px;
		width: 18px
	  }
	#container .pickup .swiper-button-next,
	#container .pickup .swiper-button-prev{
		display: block;
		top: 33%;
	}
}
@media screen and (max-width: 896px){
	.pickup .window.linkBoxStyle01_black:after {
		background: url(https://assets.jpn.pioneer/ja/assets/img/icon_window.svg) no-repeat;
		background-size: 13px !important;
		right: 0px;
		width: 15px;
	}	
}
/*ピックアップ　ページャー 20201117 end*/

.top_unavailable{
	position: absolute;
	top: -10px;
	left: -10px;
	background: #777;
	color: #fff;
	padding: 2px 4px;
	line-height: 1.3;
	font-size: 12px;
}

.lh1_5{
	line-height: 1.5;
}



/*20220202 add tn*/

.mv_pc iframe{
    width: 100%;
    height: auto;
}

li.swiper-slide {
	position: relative;
}
.btn_more_np1{
	position: absolute;
	/*bottom:60px;
	left:40px;*/
	bottom: 34%;
	left:/*4.5*/6%;
}
.btn_more_piomatix{
	position: absolute;
	/*bottom:60px;
	left:40px;*/
	bottom: 8%;
	left:/*4.5 6*/8.2%;
}
@media screen and (max-width: 896px){
	.btn_more_piomatix{
		left:8.7%;
	}	
}
.btn_more_np1.bottom10{
	bottom: 10%;
}

@media screen and (min-width: 897px){
	#container .mainVisual .swiper-container .swiper-pagination-bullet-active:after {
	-webkit-transition: all 8s linear !important;
	transition: all 8s linear !important;
	}
	ul.swiper-wrapper{
	font-size: 0;
	}
	/*ul.swiper-wrapper li{
	font-size: 0;
	}*/
	/*	.mv-imgBox img.np1{
	border-left: solid 1px #fff;
	}*/
	.wPC240{
	width: 240px !important;
	}
}
@media screen and (max-width: 896px){
	#container .mainVisual .swiper-container .swiper-pagination-bullet-active:after {
		-webkit-transition: all 8s linear !important;
		transition: all 8s linear !important;
	}
	.btn_more_np1{
	bottom:20px;
	left:15px;
}


.mainVisual .linkStyle02_white:after, .mainVisual .linkStyle02_black:after{
	bottom:6px;
}
	
}

.movie {
    position: relative;
/*    padding-bottom: 56.25%;
    padding-top: 30px; 
    height: 0;*/
    overflow: hidden;
	width: 100%;
	/*border-left: solid 1px #fff;*/
	
}

.movie:before{
  content: "";
  display: block;
  padding-top: /*47.08333%*/ calc(565 / 1200 * 100%) ;
}
 
.movie iframe {
/*    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 80%;
	overflow: hidden;*/
	
	position: absolute;
	width: 120%;
	height: 120%;
	top: 0;
	right: 10%;
	bottom: 0;
	left: -10%;
	margin: auto;
	object-fit: cover;
	overflow: hidden;
	vertical-align: bottom;

}

.linkStyle01{
	background: #fff;
}

.bgGrad2{
	background: rgb(20,111,211);
	background: linear-gradient(132deg, rgba(20,111,211,1) 0%, rgba(200,0,107,1) 100%);
	position: relative;
	}
@media screen and (min-width: 897px){

	.i_cvShop.np1Movie:after, .i_cvShop.piomatixMovie:after, .i_cvShop.cesMovie:after {
		width: 120px;
		height: 120px;
		background-size: 120px;
	}
	.bgGrad{
	background: rgb(248,209,255);
	background: linear-gradient(217deg, rgba(171,211,238,1) 0%, rgba(248,209,255,1) 100%);
	position: relative;

	}


	.bgGrad:after{
		content: "";
		display: block;
		width: 500px;
		height: 300px;
		position: absolute;
		top: 0;
		right: 0;
		background: url("/ja/img/np1_movie_bg.png") no-repeat top right;
	}
	.pcFlex.np1Movie{
		width: 120px;
		height: 120px;
		position: absolute;
		top: 30px;
		right: 40px;
	}
	.pcFlex.cesMovie{
		width: 120px;
		height: 120px;
		position: absolute;
		top: 30px;	
		left: 40px;
	}
	.mBox1of1 .videoWrapper{
		width: 0;
		height: 0;
	}
}

.i_cvShop.np1Movie:after {
background-image: url("/ja/img/fix_btn_np1.png");
}

.i_cvShop.piomatixMovie:after {
background-image: url("/ja/img/fix_btn_piomatix.png");
}

.i_cvShop.cesMovie:after {
background-image: url("/ja/img/fix_btn_ces.png");
}
@media screen and (max-width: 896px){

	.bgGrad{
		background: rgb(248,209,255);
		background: linear-gradient(217deg, rgba(171,211,238,1) 0%, rgba(248,209,255,1) 100%);
		position: relative;
		
		}
	.pcFlex.np1Movie{
		position: absolute;
		top: 5px;
		right: 5px;
	}
	.pcFlex.cesMovie{
		position: absolute;
		top: 5px;
		left: 5px;
	}
}

.np1_label{
	background: #fff;
	display: inline-block;
	padding: 3px 20px;
	border-radius: 20px;
	opacity: .8;
	margin-bottom: 10px;

}

@media screen and (min-width: 897px){
.anyone{
	position: absolute;
	bottom: 0;
	right: 0;
}
.anyone img{

border: solid 1px #ddd;}
}

@media screen and (max-width: 896px){
	#container .mainVisual .swiper-container .swiper-pagination {
		bottom: 27px;
	}

}

/*Frequently Searched Pages*/
.boxStyle12.fsp{
	/*background: rgb(252,225,225);
	background: linear-gradient(135deg, rgba(252,225,225,1) 0%, rgba(234,184,197,1) 100%);*/
	background: rgb(255,230,226);
	background: linear-gradient(135deg, rgba(255,230,226,1) 0%, rgba(234,184,197,1) 100%);
}
.boxStyle12.fsp .flexP2{
	justify-content: center;
	align-items: center;
	height: 100%;
}
.boxStyle12.fsp .flexP2 .taC{
	font-size: 13px;
	font-weight: 500;
}
.boxStyle12.fsp .flexP2 .taC::before{
	content: "";
	background: url(../img/icon_search.svg) no-repeat 8px 6px #b91440;
	width: 38px;
	height: 38px;
	display: block;
	border-radius: 19px;
	margin: 0 auto;
	background-size: 23px;
	margin-bottom: 10px;
}
.boxStyle12.fsp .flexP2 a{
	background: #fff;
	display: block;
	padding: 5px 10px 5px 15px;
	border-radius: 20px;
	border-radius: 5px;
}
@media screen and (min-width: 897px){
	.boxStyle12.fsp{
		width: 420px;
		/*position: relative;
		left: 157px;*/}
	.boxStyle12.fsp .window.linkBoxStyle01_black:after {
		background-size: 12px;
		top:6px;
		bottom:inherit;
		right: 1px;
	}
}
@media screen and (max-width: 896px){
	.boxStyle12.fsp{
		padding-top: 25px;
	}
	.boxStyle12.fsp .flexP2 a{
		padding: 10px 10px 10px 20px;
		margin-bottom: 20px;
	}
	.boxStyle12.fsp .window.linkBoxStyle01_black:after {
		background: url(https://assets.jpn.pioneer/ja/assets/img/icon_window.svg) no-repeat;
		width: 12px;
		height: 12px;
	}
	.boxStyle12.fsp .linkBoxStyle01_black:after{
		right: 4px;
	}
}



.window.linkBoxStyle01_black.top_tab:after{
	background-size: 12px;
}

.linkBoxStyle01_black.top_tab:after{
	height: 12px;
}

/*20230612*/
@media screen and (min-width: 897px){
	.carro_tab_wide{
		width: 648px;
	}
	.carro_tab_wide01{
		width: 420px;
	}
	.carro_tab_wide02{
		width: 228px;
		width: 140px;
		width: 157px;
		width: 177px;
	}
	.boxStyle12.carro_tab_wide .imgBox{
		height: 120px;
		display: flex;
    justify-content: center;
    align-items: center;
	}
	.boxStyle12.carro_tab_wide .imgBox img{
		
	}
	.carro_tab_wide01 .linkBoxStyle01_black{
		margin-top: 10px;
	}
	
	.carro_tab_wide01 .linkBoxStyle01_black:after{
		right:22px;
	}
	.carro_tab_wide02{
		margin-left: 36px;
		margin-left: 50px;
		margin-left: 30px;
	}
	
	.carro_tab_wide02 .linkBoxStyle01_black{
		padding: 3px 0 4px 0;
		margin-left: 15px;
	}

	.style_sub_top{
		/*position: absolute;
		right: 15px;
		bottom: 0;*/
	}
	.mtP36{
		margin-top: 36px;
	}
	.mtP7{
		margin-top: 7px;
	}
	.mlP228{
		margin-left: 228px;
	}
	.pbP2{
		padding-bottom: 2px;
	}
	.pbP3{
		padding-bottom: 3px;
	}

	/*.carro_tab_wide02 .linkBoxStyle01_black:not(.window):not(.window_red).small:before{
		content: "";
		width: 10px;
		height: 10px;
		display: block;
		background: url(https://assets.jpn.pioneer/ja/assets/img/header/dot.png) no-repeat;
		position: absolute;
		background-size: auto;

	}*/
	.carro_tab_wide02 ul{
		margin-top: 1px;
	}
	.carro_tab_wide02 ul li:before{
		content: "";
		width: 10px;
		height: 10px;
		display: block;
		background: url(https://assets.jpn.pioneer/ja/assets/img/header/dot.png) no-repeat 2px center;
		position: absolute;
		background-size: auto;
		top: 7px;
	}
}
.carro_tab_wide02 ul li{
	position: relative;
}

@media screen and (max-width: 896px){
	.carro_tab_wide02 ul li:before{
		content: "";
		width: 10px;
		height: 10px;
		display: block;
		background: url(https://assets.jpn.pioneer/ja/assets/img/header/dot.png) no-repeat 2px center;
		position: absolute;
		background-size: auto;
		top: calc(50% - 5px);
	}
	.mtS36{
		margin-top: 36px;
	}
	.carro_tab_wide02 .linkBoxStyle01_black{
		padding: 10px 0;
		margin-left: 15px;
	}
	.hAutoSP{
		height: auto;
	}
}

.boxStyle12 img {
	height: auto;
	aspect-ratio: 43/30;
  }

.boxStyle12.carro_tab_wide img{
	height: auto;
	aspect-ratio: 7/2;
}

.unitStyle01 img{
	height: auto;
	aspect-ratio: 529/278;
}

.swiper-carousel-type03 img{
	height: auto;
	aspect-ratio: 21/11;
}
.thumbImage img{
	height: auto;
	aspect-ratio: 401/225;
}
.oshirase-area img{
	height: auto;
	aspect-ratio: 2/3;
}
@media screen and (min-width: 897px){	
	.mainVisual img:not(.mv_vision){
		height: auto;
		aspect-ratio:240/113;
	}
}
@media screen and (max-width: 896px){
	.mainVisual img:not(.mv_vision){
		height: auto;
		aspect-ratio:390/219;
	}
}

.support_tab{
	background: url(../img/bg_support01.png) no-repeat left;
}

.support_tab .linkBoxStyle01_black{
	position: relative;
	top: -7px;
}

@media screen and (max-width: 896px){
	.support_tab {
		background: url(../img/bg_support01_sp.png) no-repeat top left #fafafa;
		height: 184px;
	}
	.support_tab .imgBox{
		margin: 30px 10px 0 auto;
		width: 120px;
		line-height: 1.8;
	}

}

/*20231221 tn*/
@media screen and (min-width: 897px){
	.box_shop{
		width: 420px;
		padding: 0;
	}
	.box_shop ul{
		display: inline-flex;
	}
	.box_shop ul li{
		background: #fff;
		border: solid 1px #dfdfdf;
	}
	.box_shop .hfixPC{
		height: 72px;
	}
	.box_shop .txt{
		height: 42px;
		align-items: center;
		display: flex;
	}
	.box_shop li a{
		background: url(https://assets.jpn.pioneer/ja/assets/img/header/shop_pioneer.png) no-repeat right 2px;
		background-size: 37px;
		display: block;
	}
	.box_shop li:last-child a{
		background: url(https://assets.jpn.pioneer/ja/assets/img/header/it_store.png) no-repeat right 0;
	}
	.box_shop .title_shop::before{
		position: inherit;
		left: -4px;
		top: -1px;
	}
	.ptP15{
		padding-top: 15px;
	}
}

.box_shop .title_shop{
	justify-content: center;
	align-items: center;
	display: flex;
}

@media screen and (max-width: 896px){
	.box_shop{
		width: 420px;
		padding: 0;
	}
	.box_shop .title_shop{
		padding: 0 !important;
	}
	.box_shop .title_shop::before{
		position: inherit;
		width: 24px;
		top:0;
	}
	.box_shop .txt{
		height: 36px;
		align-items: center;
		display: flex;
	}
	.box_shop .hfixSP{
		height: 60px !important;
	}
	.linkBoxStyle01_black.window.top_tab:after {
		width: 12px;
		background-image: url(https://assets.jpn.pioneer/ja/assets/img/icon_window.svg);
	}
	.box_shop ul li{
		background: #fff;
		border: solid 1px #dfdfdf;
	}
}