@charset "UTF-8";
/*車種別スピーカーセレクト*/

/*検索結果画面*/
#select #container {
    background-color: #fff;
}

/*トップイメージ*/
#select section {
    box-sizing: border-box;
	width: 628px;/*20191204 oto*/
	width: 100%;/*20191204 oto*/
	width: 728px;/*20191204 oto*/
    margin: auto;/*20191204 oto*/
}
#select .bgWhite {
    color: #fff;
}
.ttl_border {
    background-color: #000;
}
.ttl_result {
    padding: 10px 20px;
}
#select .ttl_border .flexP2 > * {
    width: 100%;
}
#select .flexP2.flexWrap.fWhite.ttl_result {
    display: block;
}
#select .ttl_style03 {
    font-size: 16px;
}
.ttl_result dl {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    justify-content: flex-end;
    font-size: 13px;
    font-weight: normal;
}
.print_area {
    display: none;
}
.print_area .btn_size {
    width: 270px;
    z-index: 9999;
}
.select_list .btn_size,
#just_area .btn_size {
    width: /*400px*/auto;/*20191204*/
    margin: 0 auto;
    color: #000;
}
#select .print_area .linkStyle01_black,
#select #just_area .linkStyle01_black {
    border: solid #fff 1px;
    background-color: #fff;
}
#select .print_area .linkStyle01_black:hover,
#select #just_area .linkStyle01_black:hover {
    border: solid #fff 1px;
    background-color: #000;
    cursor: pointer;
}
#vehicle_information {
    padding: 0 2.78%;
}
.results_car_Wrapper .flexP2>div:nth-of-type(1) {
    width: 55%;
}
.results_car_Wrapper .flexP2>div:nth-of-type(2) {
    width: 45%;
}
#select .results_car_Wrapper dl {
    font-size: 10px;
}
.results_car_Wrapper .image_box {
    width: 240px;
    max-width: 240px;
    height: 240px;
    max-height: 126px;
    line-height: 126px;
    vertical-align: middle;
    contain: content;
    display: flex;
    align-items: center;
    overflow: hidden;
    padding-bottom: 20px;
}
.results_car_Wrapper dt, .results_car_Wrapper dd {
    padding: 2px 0;
}
.results_car_Wrapper dl {
    padding: 0;
}

/*商品一覧*/
#select .bgBlack {
    background-color: #000000;
}
#select .bgBlack .category_head {
    color: #fff;
    padding: 0 0 10px;
    /*margin-top: 40px;*//*20191204*/
    page-break-inside: avoid;
    page-break-after: avoid;
}
#select .bgBlack .more .linkStyle02_white {
    color: #fff;
}
#select .bgWhite .category_head {
    color: #000;
    padding: 0;
    margin-top: 20px;
}
#select h2 {
    padding-top: 20px;
    margin-bottom: 20px;
}
#select .category_head p {
    font-size: 14px;
    font-weight: 500;
    padding-left: /*15*/10px;/*20191204*/
}
#select .bgBlack .category h2.ttlStyle02:after {
    background: #fff;
}
#select .bgWhite {
    color: #000;
}
#select #just_area {
    padding: 20px 0 10px;
}
#select #product_area {
    /*padding: 20px 0 40px;*/
	padding: 20px;
	/* margin-bottom: 30px; */
}
#select #just_area p {
    font-size: /*16*/12px;/*20191204*/
    text-align: center;
    font-weight: normal;
}

/*印刷ボタン非表示*/
.btn_size {
    display: none;
}

/*印刷時非表示*/
.printDisp_none {
    display: none;
}

/*connnon.css*/
 .flexP2 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-flow: row nowrap;
  flex-flow: row nowrap;
}
 .flexP2.flexWrap {
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
 .flexP2.flexColumn {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}
 .flexP2.justBetween {
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
 .flexP2.alignCenter {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
 .flexP2 > * {
  width: 50%;
}
 .flexP2.autoW > * {
  width: auto;
}
 .flexP2.justBetween {
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
.flexP2_2 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-flow: row nowrap;
  flex-flow: row nowrap;
}
 .flexP2_2.flexWrap {
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
 .flexP2_2.flexColumn {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}
 .flexP2_2.justBetween {
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
 .flexP2_2.alignCenter {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
 .flexP2_2 > * {
  width: 33.33%;
}
 .flexP2_2 .flexP2_2_2 {
  width: 66.66%;
}
 .flexP2_2.autoW > * {
  width: auto;
}
 .flexP2_2.justBetween {
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
.ttlStyle02 {
    text-align: center;
    font-size: 16px;
    font-weight: 200;
    position: relative;
    padding-bottom: 5px;
}
.ttlStyle02:after {
    position: absolute;
    bottom: 0;
    width: 30px;
    height: 1px;
    content: "";
    background: #000000;
    left: 0;
    right: 0;
    margin: auto;
}

@page {
    size: A4;
	margin: 12.7mm 9.7mm;
}
.side_left,
.side_right {
    page-break-inside: avoid;
}

/*パイオニアロゴ カロッツェリアロゴ*/
.logo_area {
    display: block;
    padding: 4px 0;
}
.logobox {
    width: 100%;
    display: flex;
    justify-content: space-between;
}
.logobox .p_logo {
    width: 80px;
    height: 20px;
    padding-left: 10px;
    vertical-align: text-top;
}
.logobox .c_logo {
    text-align: right;
    width: 150px;
    padding-right: 10px;
    vertical-align: text-top;
}
/* .logobox .p_logo img,
.logobox .c_logo img {
    vertical-align: bottom;
} */

/*フッター*/
.printOnly,
#simplefooter {
    display: block;
    width: 728px;
    margin: 0 auto;
    background-color: #fff;
}
.f-logo {
    display: none;
}
.f-copyright {
    padding: 5px 0;
    text-align: center;
}




/*タブ調整*/
#proposal {
    display: block;
}
.tabStyleOnly .tablistWrapper {
    display: none;
}
#proposal .tabcontents {
    display: block;
    padding: 0 2.78%;
}
.tabStyleOnly .tablist {
    height: 40px;
}
.tabStyleOnly .tabttl {
    font-size: 12px;
}
.txtContainer01 {
    max-width: 830px;
    display: block;
}
.boxType01.attention {
    border-color: #fff;
    line-height: 1.2em;
    padding: 5px 10px;
    margin: 0 auto 15px;
}
#select .boxType01.attention p {
    color: #fff;
    font-size: 10px;
    line-height: 1.6em;
    text-align: left;
}
#proposal .boxType01.txtContainer01.attention p br {
    display: none;;
}
#container #mySlider .swiper-slide {
    width: 222px;
}
.tsWrapper .boxStyle01 {
    padding: 0;
}
.tsWrapper .boxStyle01:nth-of-type(2) {
    margin: 0 10px;
}

.txtContainer02 p {
    margin-bottom: 0;
}

/*lavel枠内のレイアウト*/
.flontArea, .RearArea, .Lu_UsArea {
    padding: 10px;
}
@-moz-document url-prefix() {
    .flontArea, .RearArea, .Lu_UsArea {
        border: 1px solid #000;
        box-sizing: border-box;
    }
}
.locationFrame.heightLine-group1,
.locationFrame.heightLine-group2,
.locationFrame.heightLine-group3 {
    height: 100% !important;
}
.lavelBox {
    line-height: 1.4;
    margin-bottom: -1px;
    padding: 5px 10px;
}
.VocalArea .locationBox, .UpliftingArea .locationBox, .GloriousArea .locationBox {
    padding: 5px 10px;
    margin-bottom: 5px;
    display: block;
}
.lavelBox hr.red,
.lavelBox hr.green,
.lavelBox hr.blue {
    margin: 5px 0 5px;
    /* display: none; */
}
.lavelBox .lavelttl {
    font-size: 11px;
}
.lavelBox .txsBold {
    font-size: 10px;
}
.lavelBox .pcOnly {
    display: none !important;
}
.locationttl {
    font-size: 11px;
}
.locationBox > .locationttl:nth-of-type(n+2) {
    margin-top: 5px;
}
.locationBox .heightLine-group4 {
    height: 213px !important;
    display: block;
}
.star_icon img {
    width: 13px;
}
.lavelBox > div:nth-of-type(2) {
    height: 50px;
}
.audioBox {
    display: none;
}
.modelName {
    height: 56px;
    font-size: 10px;
    padding-top: 5px;
    padding-bottom: 0;
    text-align: left;
}
.modelPrice {
    height: 34px;
}
.locationFrame .note {
    height: 51px;
}
.modelPrice span,
.productPrice span,
.modelName span,
.productlName span,
.note span {
    display: block;
}
/* .modelName span:nth-of-type(1),
.productlName span:nth-of-type(1) {
    padding-right: 5px;
} */
/* .modelName span, .productlName span {
display: inline;
} */
#proposed_combination .imgBox .modelBox {
    width: 175px;
}
#proposed_combination .Summary img.icon_series_a {
    width: auto;
    height: 42px;
}
#proposed_combination .Summary {
    width: 100%;
    height: 35px;
}
#proposed_combination .Summary .iconBox {
    width: auto;
    height: 35px;
    padding-left: 8px;
}
#proposed_combination .Summary img.icon_series_a {
    width: auto;
    height: 100%;
    max-height: 100%;
}
#proposed_combination .Summary .modelDetail {
    width: auto;
    text-align: center;
    margin: auto;
}
#proposed_combination .Summary .modelNo {
    font-size: 14px;
    line-height: 35px;
}
.boxStyle01 .locationBox .imgBox {
    height: 61px;
    margin-bottom: 5px;
}
#proposed_combination .imgBox .modelBox {
    width: 175px;
}
#proposed_combination .imgBox .sideBox01 .modelImg {
    width: auto !important;
    height: auto !important;
    max-width: 25px !important;
    max-height: 25px !important;
    line-height: 25px !important;
    padding-right: 3px !important;
}
#proposed_combination .imgBox .mainBox01 .modelImg {
    width: auto !important;
    height: auto !important;
    max-width: 50px !important;
    margin: 0 auto !important;
    max-height: 50px !important;
    line-height: 50px !important;
}
#proposed_combination .imgBox .sideBox02 .modelImg {
    width: auto !important;
    height: auto !important;
    max-width: 25px !important;
    max-height: 25px !important;
    line-height: 25px !important;
    padding-left: 3px !important;
}
#proposed_combination .icon_area > div {
    width: 23%;
    margin: auto 4% 2% 4%;
    padding: 2%;
}
#proposed_combination .icon_area {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    padding: 5px 5px;
    height: 50px;
}
#proposal .tsWrapper {
    padding-bottom: 5px;
}
.SoundArea {
    padding: 5px 0 0;
}
.boxStyle01 .locationBox .SoundArea .imgBox {
    width: 213px;
    height: auto;
    margin: 0 auto 0;
}
#VocalChart,
#UpliftingChart,
#GloriousChart {
    display: block !important;
    box-sizing: border-box !important;
    height: 198px !important;
    width: 198px !important;
    max-width: fit-content;
    max-height: fit-content;
}
.tsWrapper.gutter.spGutter .taRPC {
    font-size: 10px;
}




/*Speaker Information*/
.speakerttl {
    font-size: 14px;
    font-weight: 500;
    text-align: center;
    margin-bottom: 10px;
    padding-top: 20px;
}
.swiperOuterWrapper {
    padding: 0 0 10px;
}
.swiper-container {
    overflow: unset;
}
.swiper-container-android .swiper-slide, .swiper-wrapper {
    -webkit-transform: none !important;
    transform: none !important;
}
.swiper-wrapper {
    -webkit-transition-property: none;
    transition-property: none;
    -o-transition-property: none;
    transition-property: none;
    transition-property: none;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}
.SpeakerInfoArea .wrap {
    background-color: #fff;
}
@-moz-document url-prefix() {
    .SpeakerInfoArea .wrap {
        background-color: #fff;
        box-sizing: border-box;
        border: 1px solid #f5f5f5;
    }
}
li.box.swiper-slide.boxStyle01 {
    padding: 0;
    width: 168px !important;
    margin: 0 4px 10px 4px;
}
li.box.swiper-slide.boxStyle01:nth-of-type(1),
li.box.swiper-slide.boxStyle01:nth-of-type(5) {
    margin-left: 8px;
}
/* li.box.swiper-slide.boxStyle01:nth-of-type(4),
li.box.swiper-slide.boxStyle01:nth-of-type(8) {
    margin-right: 10px;
} */
.pcFlex.spBlock.pcSpaceBet {
    display: none;
}
.FragRed {
    height: 23px;
}
.FragRed span {
    font-size: 10px;
}
.FragBlue {
    height: 23px;
}
.FragBlue span {
    padding: 2px 10px;
    letter-spacing: 1px;
    font-size: 10px;
}
#speaker_information {
    display: block;
}
#speaker_information h2.ttlStyle02 {
    display: none;
}
#speaker_information .imgBox {
    width: 168px !important;
    height: 61px;
    padding-bottom: 5px;
}
#speaker_information .modelBox .mainBox01 img {
    margin: 0 5%;
    width: auto;
    height: auto;
    max-width: 100px;
    margin: 0 auto;
    max-height: 50px;
    line-height: 50px;
}
#speaker_information .sideBox01 img.modelImg {
    width: auto;
    height: auto;
    max-width: unset;
    max-height: 25px;
    line-height: 25px;
    padding-right: 3px;
}
#speaker_information .sideBox02 img.modelImg {
    width: auto;
    height: auto;
    max-width: unset;
    max-height: 25px;
    line-height: 25px;
    padding-right: 3px;
}
.productBox {
    padding: 0 5px 5px;
}
.productBox .Summary {
    width: 100%;
    height: 35px;
    margin-bottom: 5px;
}
.productBox .Summary .iconBox {
    width: auto;
    height: 35px;
    padding-left: 8px;
}
.productBox .Summary img.icon_series_a {
    width: auto;
    height: 100%;
    max-height: 100%;
}
.productDetail {
    width: auto;
    text-align: center;
    margin: auto;
    line-height: 35px;
}
.productNo {
    font-size: 11px;
}
.productNo .linkStyle02_black {
    text-decoration: none;
}
.productNo .linkStyle02_black::after {
    top: 3px;
}
li.box.swiper-slide.boxStyle01.heightLine-group5,
.productlName.heightLine-group13,
.note.heightLine-group14,
.detailstxt.heightLine-group8,
.symbol.heightLine-group6,
.productLink.heightLine-group7,
li.box.swiper-slide.boxStyle01.heightLine-group9,
.symbol.heightLine-group11,
.productlName.heightLine-group15,
.note.heightLine-group16,
.detailsttl.heightLine-group25,
.detailstxt.heightLine-group10,
li.box.swiper-slide.boxStyle01.heightLine-group17,
.productLink.heightLine-group22,
.productlName.heightLine-group18,
.note.heightLine-group19,
.detailsttl.heightLine-group26,
.detailstxt.heightLine-group20,
.symbol.heightLine-group21,
.productLink.heightLine-group22
 {
    height: auto !important;
}
.productlName, .note, .detailstxt, .symbol {
    font-size: 10px;
}
.modelPrice,
.productPrice,
.productlName,
.note,
.detailstxt,
.detailsttl,
.symbol {
    font-size: 10px;
    padding-top: 0;
    padding-bottom: 0;
}
.symbol img {
    padding-top: 5px;
    max-height: 63px;
    width: fit-content;
}
.boxStyle01 .productLink {
    display: none;
}
#container .swiper-button-next, #container .swiper-container-rtl .swiper-button-prev,
#container .swiper-button-prev, #container .swiper-container-rtl .swiper-button-next,
#container .swiper-container .swiper-pagination {
    display: none;
}

#other_information,
#just_area,
#select_new_vehicle {
    display: none;
}

#Related_content_links {
    display: none;
}

/* 高音質インナーバッフル / 取付情報 */
.flexP2.flexWrap {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}
.flexP2 {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-flow: row nowrap;
    flex-flow: row nowrap;
}
.pcGutter_original {
    padding: 10px 0 15px;
}
.flexP2 > .inner_baffle_box:first-of-type {
    font-size: 10px;
    padding: 10px 0 10px 10px;
}
.flexP2 > .inner_baffle_box:last-of-type {
    font-size: 10px;
    padding: 10px 0;
}
.inner_baffle_box .unitStyle01 {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
}
.inner_baffle_box  li.box.boxStyle03.heightLine-group40 {
    width: 149px !important;
}
#speaker_information .boxStyle03 {
    padding: 0;
    margin-right: 5px;
    margin-left: 0;
    border-right: none !important;
    background-color: #fff;
}
#speaker_information .boxStyle03:last-of-type {
    margin-right: 0;
}
.inner_baffle_box .unitStyle01.swiper-wrapper {
    padding-bottom: 10px;
}
/* .inner_baffle_box .unitStyle01.swiper-wrapper {
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
} */
.inner_baffle_box .productBox {
    padding: 0;
    width: 100%;
}
.inner_baffle_box .explanation {
    position: relative;
    width: 100%;
}
.inner_baffle_box .explanation,
.inner_baffle_box .SpeakerInfoArea .wrap {
    background-color: #fff;
    padding: 10px;
    min-height: 337px;
}
.inner_baffle_box .ib_imgbox {
    height: auto;
}
.explanation .ib_ttl {
    font-size: 14px;
    font-weight: 300;
    text-align: center;
    padding-bottom: 10px;
}
.explanation .ib_txt,
.explanation .ib_model {
    padding-bottom: 10px;
}
.explanation .ib_model:last-of-type {
    padding-bottom: 0;
}
.ib_modelNo, .ib_modelName {
    font-size: 10px;
    font-weight: 700;
}
.inner_baffle_box .productBox .Summary {
    margin-bottom: 0;
}
.inner_baffle_box .productlName,
.inner_baffle_box .productPrice {
    padding: 0 0 5px;
}
.ib_img {
    height: auto;
    width: 100%;
}
.ib_img img {
    display: block;
    margin: 0 auto;
    height: auto;
    max-height: 84px;
    width: auto;
}