/*[refer to] pioneercarspeakerfitting-info.pioneer.jp/en/css/top_style2.css ここから*/

/* トップページのレイアウト*/

/*メインイメージ*/
.fade-slide .mv-slide ul:before {
    content: "";
    display: block;
    padding-top: /*30.3*/34.6%;
}
#container .mv02 .mv-txtBox .m-txt01:after {
    content: "";
    border-bottom: 1px solid #fff;
    padding: 10px 0 0 0;
    display: block;
    margin-right: 10px;
    margin-left: 10px;
}
#container .blur:after {
    content: "";
    display: block;
    width: 100%;
    height: 0;
    position: absolute;
    top: 0;
    left: 0;
    background: linear-gradient(180deg, black, 30%, rgb(0 0 0 / 0%));
    padding-top: 100%;
    z-index: 10;
    opacity: .65;
}
.txtShadow01 {
    text-shadow: 0px 0px 5px #111, 0px 0px 10px #111, 0px 0px 15px #111, 0px 0px 20px #111, 0px 0px 30px #111;
}
@media only screen and (max-width: 896px){
    .fade-slide .mv-slide ul:before {
        padding-top: 74.7%;
    }
    #container .mv-txtBox {
        padding: 20px 18px 20px;
        z-index: 12;
    }
    #container .mv02 .mv-txtBox .m-txt01 {
        text-align: center;
        line-height: 1.6;
        font-size: 30px;
        font-weight: normal;
    }
    #container .mv02 .mv-txtBox .m-txt02 {
        text-align: center;
        font-size: 16px;
        padding-top: 14px;
    }
}
@media screen and (min-width: 897px) {
    #container .mv-txtBox {
        position: absolute;
        background: rgba(51, 51, 51, 0.8);
        left: 20px;
        top: 50%;
        -webkit-transform: translateY(-50%);
        transform: translateY(-50%);
        margin: auto;
        color: #ffffff;
        height: auto;
        bottom: auto;
        min-width: 480px;
        max-width: 600px;
        width: auto;
        padding: 40px 3.5% 44px 3.5%;
        letter-spacing: .04em;
        text-align: center;
        color: #fff;
    }
    #container .mv-txtBox.select_info_pre {
        top: 43%;
        bottom: auto;
        min-width: 450px;
        max-width: 480px;
    }
    container .mv02 .mv-txtBox .m-txt02 {
        line-height: 1.8;
        padding-top: 30px;
    }
    #container .mv02 .mv-txtBox .m-txt01 {
        font-size: 32px;
        font-weight: normal;
    }
    #container .mv02 .mv-txtBox .m-txt02 {
        line-height: 1.8;
        padding-top: 17px;
    }
}
/*イーズイン、イーズアウト*/
.fade-slide.fade-06sec .mv-slide ul li:nth-child(1) {
    animation-timing-function: ease-out;
    animation-fill-mode: forwards;
}
.fade-slide.fade-06sec .mv-slide ul li:nth-child(2) {
    animation-timing-function: ease-in;
    animation-fill-mode: forwards;
}
.fade-slide.fade-06sec .mv-slide ul li:nth-child(3) {
    animation-timing-function: ease-out;
    animation-fill-mode: forwards;
}
.fade-slide.fade-06sec .mv-slide ul li:nth-child(4) {
    animation-timing-function: ease-in;
    animation-fill-mode: forwards;
}
.fade-slide.fade-06sec .mv-slide ul li:nth-child(5) {
    animation-timing-function: ease-out;
    animation-fill-mode: forwards;
}
.fade-slide.fade-06sec .mv-slide ul li:nth-child(6) {
    animation-timing-function: ease-in;
    animation-fill-mode: forwards;
}

/*ズームイン、ズームアウト*/
.fade-slide.fade-06sec .mv-slide ul li:nth-child(1) img {
    animation-name: zoom1;
    animation-delay: 0s;
    animation-fill-mode: forwards;
}
.fade-slide.fade-06sec .mv-slide ul li:nth-child(2) img {
    animation-name: zoom2;
    animation-delay: 6s;
    animation-fill-mode: forwards;
}
.fade-slide.fade-06sec .mv-slide ul li:nth-child(3) img {
    animation-name: zoom1;
    animation-delay: 12s;
    animation-fill-mode: forwards;
}
.fade-slide.fade-06sec .mv-slide ul li:nth-child(4) img {
    animation-name: zoom2;
    animation-delay: 18s;
    animation-fill-mode: forwards;
}
.fade-slide.fade-06sec .mv-slide ul li:nth-child(5) img {
    animation-name: zoom1;
    animation-delay: 24s;
    animation-fill-mode: forwards;
}
.fade-slide.fade-06sec .mv-slide ul li:nth-child(6) img {
    animation-name: zoom2;
    animation-delay: 30s;
    animation-fill-mode: forwards;
}

@keyframes zoom1 {
  0% {
       transform: scale(1.0);
        opacity: 1;
    }
    100% {
        transform: scale(1.2) ;
        opacity: 0;
     }
}
@keyframes zoom2 {
   0% {
       transform: scale(1.2);
        opacity: 1;
    }
    100% {
       transform: scale(1.0);
        opacity: 0;
     }
}
.zoom {
    overflow: hidden;
}
.fade-slide.fade-06sec.zoom .mv-slide ul li {
    overflow: hidden;
}
.fade-slide.fade-06sec .mv-slide ul li img {
    width: 100%;
	height: 100% !important;
	line-height: 100%;
    animation-iteration-count: infinite;
    animation-duration: 36s;
}
@media only screen and (max-width: 896px){
    .fade-slide.fade-06sec.zoom .mv-slide ul li img {
        height: auto !important;
    }
}



/*アンカーリンクの枠*/
.bgAnc {
    /*background: linear-gradient(180deg, #000000, #969696);*/
    background: linear-gradient(329deg, #575757, #d6d6d6);
}
.anc2Box li {
    width: 100%;
    padding: 10px 15px;
    border: 1px solid #fff;
    margin: 30px 0;
    background-color: #fff;
}
@media screen and (min-width: 897px) {
    .anc2Box li {
        width: 545px;
        margin: 7px 20px 7px 20px;
    }
    .anc2Box .imgBox {
        width: 198px;
        float: left;
    }
}

/*アンカーリンクの配置*/
.ancStyleTOP {
    width: 100%;
    height: 100%;
    position: relative;
    padding: 5px 0 0 0;
}
@media screen and (min-width: 897px) {
    .ancStyleTOP {
        padding: 0 30px 0 10px;
        float: right;
        width: 315px;
    }
}
.ancStyleTOP:after {
    content: "";
    background: url(../assets/img/icon_arrow_down01.svg) no-repeat;
    background-size: 11px;
    display: block;
    content: "";
    margin-right: 11px;
    top: 0;
    bottom: 0;
    right: 17px;
    margin: auto;
    position: absolute;
}
@media screen and (max-width: 896px) {
    .ancStyleTOP:after {
        content: "";
        background-size: 13px;
        margin: auto;
        height: 8px;
        width: 13px;
        right: 0;
    }
}
@media screen and (min-width: 897px){
    .ancStyleTOP:after {
        content: "";
        background-size: 14px;
        right: 10px;
        margin: auto;
        height: 9px;
        width: 14px;
    }
}
/*アンカーリンクの文字*/
.ancStyleTOP span {
    font-weight: bold;
    font-size: 16px;
}
@media screen and (max-width: 896px) {
    .ancStyleTOP p {
        padding-right: 20px;
    }
}
.ancStyleTOP p {
    padding-top: 5px;
    font-size: 13px;
    padding-right: 20px;
}

/*アンカーリンクの画像*/
@media screen and (min-width: 897px) {
    .anc2Box li img {
        max-width:  198px;
        max-height: 104px;
    }
}

/*SP 地図*/
.mapArea {
    width: 100%;
}
@media screen and (min-width: 897px) {
    .mapArea {
        width: 830px;
        margin: 0 auto;
        position: relative;
        background-color: #fff;
    }
}
.mapBtn a {
    font-size: 16px;
    font-style: italic;
}
@media screen and (max-width: 896px) {
    .mapBtn .linkHoverStyle03 {
        display: block;
        width: 290px;
        margin: 0 auto 10px;
    }
    .mapBtn a {
        width: 100%;
        padding: 7px 40px 8px;
        display: block;
        border: 1px solid #fff;
        border-radius: 30px;
        color: #fff;
        font-size: 14px;
        font-weight: 600;
        text-align: center;
    }
    .mapBtn .linkStyle02:after {
        position: absolute;
        bottom: 14px;
        right: 14px;
        margin: auto;
        display: inline-block;
        width: 7px;
        height: 10px;
        content: "";
        background: url(../assets/img/icon_arrow01_w.svg) no-repeat;
        background-size: 7px;
        vertical-align: top;
    }
}


/*PC 地図*/
#other {
    fill: #d2d2d2;
}

#australia, #india, #russia, #north_america, #mexico, #singapore, #thailand, #malaysia, #brazil, #latin_america, #europe, #middle_east_africa, #asean {
    fill: #d2d2d2;
}

#australia:hover, #india:hover, #russia:hover, #north_america:hover, #mexico:hover, #singapore:hover, #thailand:hover,  #malaysia:hover, #brazil:hover, #latin_america:hover, #europe:hover, #middle_east_africa:hover, #asean:hover {
    fill: #b91440;
    transition: fill 0.3s ease-in;
}

text.cls-5 {
    fill: #000;
    font-size: 22px;
    font-weight: 700;
    font-style: italic;
}
a:hover .cls-5 {
    position: relative; left: 0; top:0;
    fill: #000;
    font-size: 22px;
    font-weight: 700;
    font-style: italic;
    text-shadow: 0 0 3px #fff, 0 0 3px #fff, 0 0 3px #fff, 0 0 3px #fff, 0 0 3px #fff, 0 0 3px #fff, 0 0 3px #fff, 0 0 3px #fff, 0 0 3px #fff, 0 0 3px #fff, 0 0 3px #fff, 0 0 3px #fff, 0 0 3px #fff, 0 0 3px #fff, 0 0 3px #fff, 0 0 3px #fff;
}
text.cls-6 {
    fill: #000;
    font-size: 18px;
    font-weight: 500;
}
a:hover .cls-6 {
    fill: #000;
    font-size: 18px;
    font-weight: 500;
    text-shadow: 0 0 3px #fff, 0 0 3px #fff, 0 0 3px #fff, 0 0 3px #fff, 0 0 3px #fff, 0 0 3px #fff, 0 0 3px #fff, 0 0 3px #fff, 0 0 3px #fff, 0 0 3px #fff, 0 0 3px #fff, 0 0 3px #fff, 0 0 3px #fff, 0 0 3px #fff, 0 0 3px #fff, 0 0 3px #fff;
}
text.cls-7 {
    fill: #d2d2d2;
    font-size: 24px;
    font-weight: 500;
}
a:hover .cls-7 {
    fill: #b91440;
}


/*---Instllation video---*/
.unitStyle05.fourCol.diyCard .cardStyle01 {
    background-color: #f8f8f8;
}
.cardStyle01 .cs01-content .txt {
    text-align: left;
    padding: 0 27px;
}
.diyCard .txt span {
    font-weight: bold;
    line-height: 2.1;
}
.cardStyle01 .cs01-content > a {
    display: block;
    padding: 20px 10px 10px;
}

@media screen and (min-width: 897px) {
    .unitStyle05.fourCol.diyCard .cardStyle01 {
        background-color: #fff;
    }
    .unitStyle05.fourCol .us05-box {
        width: 31%;
    }
    .unitStyle05.fourCol.diyCard .cardStyle01 .cs01-content {
        margin-top: 0;
        background-color: #f8f8f8;
        padding: 20px 0 20px;
    }
    .cardStyle01 .cs01-content .linkStyle01.small {
        padding: 10px 20px 10px 19px;
    }
}

/*app icon*/
@media screen and (max-width: 897px){
  .cardStyle01:not(:last-child) {
      margin-bottom: 40px;
  }
  .iconBox:nth-of-type(1) {
      width: 50%;
      padding: 20px 10px 10px 0;
      text-align: left;
  }
  .iconBox:nth-of-type(2) {
      width: 50%;
      padding: 20px 0 10px 10px;
  }
  .app_icon {
      width: auto;
      height: 38px;
  }
}

@media screen and (min-width: 897px){
    .iconBox {
        width: 100%;
        padding: 20px 12px 10px;
    }
    .app_icon {
      width: auto;
      height: 48px;
    }
  .iconBox:nth-of-type(1) {
      text-align: left;
    }
}



/*---D.I.Y car audio information カード型リンク---*/
.youtubeWrapper {
  position: relative;
  width: 100%;
  overflow: hidden;
  padding-bottom: 56.25%;
}
.youtubeWrapper iframe{
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: none; /*境界線の打ち消し*/
}
.mBox {
    margin: 0 auto;
    position: relative;
}
.mBox1of2 span {
    color: #fff !important;
}
@media screen and (min-width: 897px) {
    .mBox.pcMovie {
        width: 700px;
    }
    .mBox.pcMovie .videoWrapper {
        height: 394px;
    }
}




/*CommingSoon*/
.CommingContainer p {
    color: #fff;
    padding-top: 15%;
    padding-bottom: 15%;
}
.CommingContainer {
    height: auto;
    background: linear-gradient(329deg, #575757, #d6d6d6)
}
@media screen and (min-width: 897px){
    .CommingContainer p {
        padding-top: 45%;
    }
}


/* CarSoundFit | in-car simulatorのフローティングボタン */
.tab .pc .f_btn_box,
.pc .f_btn_box {
  display: none;
}
.sp .f_btn_box {
  display: block;
}

.f_btn_area {
    position: fixed;
    right: 10px;
    bottom: /*30 20201126 tn*/ 70px;
    z-index: 50;
}
.csf_btn {
    display: inline-block;
    font-size: 0;
    opacity: 1;
    transition: all .2s;
    cursor: pointer;
/*    transform: scale(0.6);
    transform-origin: bottom right;*/
}
.csf_btn:before {
    display: inline-block;
    width: 127px;
    height: 137px;
    background-image: url(../img/csf_btn.png);
    background-size: 127px;
    background-repeat: no-repeat;
    vertical-align: middle;
    content: '';
}
.csf_btn:after {
    content: 'CarSoundFit | in-car simulator';
    width: 61%;
    display: block;
    z-index: 999999;
    position: absolute;
    color: #000;
    font-size: 10px;
    bottom: 17px;
    left: 22px;
    word-wrap: break-word;
    overflow-wrap: break-word;
    text-align: center;
}

@media screen and (max-width: 896px){
    .f_btn_area {
        bottom: 30px;
    }
}

/*[refer to] pioneercarspeakerfitting-info.pioneer.jp/en/css/top_style2.css ここまで*/