@charset "utf-8";
#contents.common {
  padding-top: 0;
}
.page-btm-row {
  margin-top: 0;
}
@media screen and (max-width: 768px) {
  .page-btm-row {
    background-color: #fff;
  }
}

@media screen and (min-width: 769px) {
  
/*common reset*/
* {
  margin: 0;
  padding: 0;
}
.default_font_family, body {
  margin: 0;
  padding: 0;
  font-family: 'Helvetica', 'Hiragino Kaku Gothic ProN', 'ヒラギノ角ゴ ProN W3', 'ヒラギノ角ゴ Pro W3', 'Hiragino Kaku Gothic Pro W3', 'Lucida Grande', 'Verdana', 'メイリオ', 'Meiryo', 'ＭＳ Ｐゴシック', sans-serif;
}
a {
  text-decoration: none;
  border: none;
}
ul {
  list-style-type: none;
}
.e-tune {
  font-size: 16px;
    color: #000!important;
}
.e-tune img {
  vertical-align: bottom;
  max-width: 100%;
}
#container {
  min-width: 1000px;
  width: 100%;
  padding: 0px;
   
}
.footerWrap{
    position: relative;
    z-index: 1;
}
.e-tune .inner {
  width: 100%;
  max-width: 1200px;
  padding: 0 20px;
  margin: 0 auto;
  box-sizing: border-box;
}
.e-tune .pankz {
  position: relative;
  z-index: 1;
}

/*kv
-------------------------------------------------*/
.e-tune .kv {
  background-repeat: no-repeat;
  background-size: cover;
  padding: 100px 0;
  background-image: url(../img/bg_kv.jpg);
  background-position: right center;
  min-height: 700px;
  position: relative;
  color: #fff;
  text-align: left;
}
.e-tune .kv .kv_copy {
  max-width: 470px;
}
.e-tune .kv .kv_logo {
  padding: 25px 0;
}
.e-tune .kv .kv_txt {
  position: absolute;
  right: 8%;
  max-width: 600px;
}
.e-tune .kv .kv_detail_ttl {
  display: flex;
  justify-content: space-between;
  font-weight: bold;
  align-items: center;
}
.e-tune .kv .kv_detail_ttl .kv_detail_subtxt {
  font-size: 15px;
}
.e-tune .kv .kv_detail_ttl .kv_detail_maintxt {
  font-size: 24px;
}
.e-tune .kv .kv_detail_ttl .kv_detail_ttl_img {
  width: 150px;
}
.e-tune .kv .kv_detail_description {
  border-top: 1px solid #E50050;
  padding-top: 20px;
  margin-top: 20px;
  font-size: 16px;
  line-height: 1.8;
  text-align: justify;
}
.e-tune .kv .kv_price {
  display: flex;
  padding-top: 25px;
  align-items: baseline;
}
.e-tune .kv .kv_price .kv_price_date {
  border: 1px solid #fff;
  font-weight: bold;
  font-size: 14px;
  padding: 4px 8px;
}
.e-tune .kv .kv_price .kv_price_retail {
  font-weight: bold;
  font-size: 16px;
  margin-right: 5px;
}
.e-tune .kv .kv_price .kv_price_retail span {
  font-size: 24px;
}
.e-tune .kv .kv_price .kv_price_tax {
  font-size: 11px;
}
.e-tune .kv .kv_price_note {
  font-size: 13px;
  padding-top: 10px;
}

.e-tune .kv .kv_important_start {
  font-weight: bold;
  font-size: 16px;
 background-color: #B71648;
    color: #fff;
    padding: 2px 10px;
    display: inline-block;
    margin-top: 30px;
}
/*about
-------------------------------------------------*/
.e-tune .about {
  background-repeat: no-repeat;
  background-size: cover;
  padding: 140px 0;
  background-image: url("../img/bg_about.jpg");
  background-position: center center;
  min-height: 200px;
  position: relative;
  color: #fff;
  text-align: center;
}
.e-tune .about .about_ttl {
  max-width: 600px;
  margin: 0 auto;
}
.e-tune .about .about_copy {
  font-weight: bold;
  font-size: 24px;
  padding-top: 40px;
  padding-bottom: 20px;
}
.e-tune .about .about_detail {
  font-size: 16px;
  line-height: 1.8;
}
/*scroll_contents
-------------------------------------------------*/
.e-tune .scroll_contents {
  background-color: transparent;
  height: 300px;
}
/*after_update
-------------------------------------------------*/
.e-tune .after_update {
  background-color: #fff;
  position: relative;
  z-index: 1;
}
.e-tune .after_update_list {}
.e-tune .after_update_list .after_update_item {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding-top: 110px;
}
.e-tune .after_update_list .after_update_item:last-child {
  flex-direction: row-reverse;
}
.e-tune .after_update_list .after_update_item .after_update_img {
  width: 600px;
      padding-right: 60px
}
.e-tune .after_update_list .after_update_item:last-child .after_update_img {
      padding-right: 0px;
    padding-left: 60px;
}
.e-tune .after_update_list .after_update_item .after_update_txt {
  width: 500px;
}
.e-tune .after_update_list .after_update_item .after_update_txt .after_update_copy {
  font-weight: bold;
  font-size: 24px;
  margin-bottom: 15px;
}
.e-tune .after_update_list .after_update_item .after_update_txt .after_update_ttl {
  display: flex;
  align-items: center;
}
.e-tune .after_update_list .after_update_item .after_update_txt .after_update_ttl .after_update_ttl_icon {
  border: 1px solid #00A2E9;
  font-size: 15px;
  font-weight: bold;
  padding: 7px 10px;
  margin-right: 15px;
}
.e-tune .after_update_list .after_update_item .after_update_txt .after_update_ttl .after_update_ttl_icon.pink {
  border: 1px solid #DC3A86;
}
.e-tune .after_update_list .after_update_item .after_update_txt .after_update_ttl .after_update_ttl_txt {
  max-width: 235px;
}
.e-tune .after_update_list .after_update_item .after_update_txt .after_update_detail {
  font-size: 16px;
  line-height: 1.8;
  text-align: justify;
  padding-top: 30px;
}
/*chart_update
-------------------------------------------------*/
.e-tune .chart_update {
  padding-top: 120px;
  background-color: #fff;
  position: relative;
  z-index: 1;
}
.e-tune .chart_update .chart_note_list {
  padding-top: 20px;
}
.e-tune .chart_update .chart_note_list .chart_note_item {
  padding-left: 14px;
  position: relative;
  line-height: 1.5;
  padding-bottom: 5px;
  font-size: 14px;
}
.e-tune .chart_update .chart_note_list .chart_note_item::before {
  content: "";
  background-color: #000;
  width: 10px;
  height: 10px;
  border-radius: 10px;
  position: absolute;
  left: 0px;
  top: 5px;
}
/*drive_mode
-------------------------------------------------*/
.e-tune .drive_mode {
  padding-top: 120px;
  background-color: #fff;
  position: relative;
  z-index: 1;
}
.e-tune .drive_mode .drive_mode_ttlarea {
  display: block;
  margin-bottom: 20px;
}
.e-tune .drive_mode .drive_mode_ttlarea .drive_mode_ttl {
  font-size: 28px;
  font-weight: bold;
  position: relative;
  display: block;
}
.e-tune .drive_mode .drive_mode_ttlarea .drive_mode_ttl::after {
  content: "";
  background-color: #000;
  width: calc(100% - 305px);
  height: 2px;
  position: absolute;
  right: 0;
  bottom: 7px;
}
.e-tune .drive_mode .drive_mode_lead {
  font-size: 16px;
  line-height: 1.8;
  margin-bottom: 30px;
}
.e-tune .drive_mode .drive_mode_detail {
  display: flex;
  justify-content: space-between;
}
.e-tune .drive_mode .drive_mode_detail .drive_mode_detail_left {
  width: 550px;
  
}
.e-tune .drive_mode .drive_mode_detail .drive_mode_detail_right {
  width: 570px;
  display: flex;
  justify-content: space-between;
    padding-left: 40px;
}
.e-tune .drive_mode .drive_mode_detail .drive_mode_detail_right .drive_mode_detail_img {
  width: 280px;
}
.e-tune .drive_mode .drive_mode_detail .drive_mode_detail_left .drive_mode_category_ttl {
  font-size: 18px;
  font-weight: bold;
}
.e-tune .drive_mode .drive_mode_detail .drive_mode_detail_left .drive_mode_category_list {
  margin-top: 12px;
}
.e-tune .drive_mode .drive_mode_detail .drive_mode_detail_left .drive_mode_category_item {
  display: flex;
  align-items: center;
  justify-content: space-between;
  border-top: 1px solid #DDDDDD;
  padding: 15px 10px;
  font-size: 15px;
}
.e-tune .drive_mode .drive_mode_detail .drive_mode_detail_left .drive_mode_category_item:last-child {
  border-bottom: 1px solid #DDDDDD;
}
.e-tune .drive_mode .drive_mode_detail .drive_mode_detail_left .drive_mode_category_item .drive_mode_category_name {
  width: 13%;
}
.e-tune .drive_mode .drive_mode_detail .drive_mode_detail_left .drive_mode_category_item .drive_mode_category_border {
  background-color: #000;
  height: 1px;
  width: 5%;
}
.e-tune .drive_mode .drive_mode_detail .drive_mode_detail_left .drive_mode_category_item .drive_mode_category_detail {
  width: 72%;
}
/*fin_product
-------------------------------------------------*/
.e-tune .fin_product {
  background-color: #fff;
  position: relative;
  z-index: 1;
  padding-top: 120px;
    padding-bottom: 120px;
}
.e-tune .fin_product .fin_product_flex {
  border-top: 2px solid #000;
  border-bottom: 2px solid #000;
  display: flex;
  align-items: center;
}
.e-tune .fin_product .fin_product_img {
  width: 640px;
}
.e-tune .fin_product .fin_product_logo {
  width: 240px;
  margin: 0 auto;
}
/*bottom_note
-------------------------------------------------*/
.e-tune .bottom_note {

  background-color: #EEEEEE;
  padding: 50px 0;
  font-size: 13px;
    position: relative;
  z-index: 1;
}

/*パララックス
-------------------------------------------------*/




.e-tune .bg_scroll::before {
  content: "";
  position: fixed;
  top: 0;
  left: 0;
  z-index: -1;
  width: 100%;
  height: 100vh;
  background-repeat: no-repeat;
  background-position: 50% 100%;
  background-image: url("../img/bg_scroll.jpg");
  background-size: cover;
}
}

@media screen and (max-width: 768px) {
  /*common reset*/
* {
  margin: 0;
  padding: 0;
}
 body {
  margin: 0;
  padding: 0;
  font-family: 'Helvetica', 'Hiragino Kaku Gothic ProN', 'ヒラギノ角ゴ ProN W3', 'ヒラギノ角ゴ Pro W3', 'Hiragino Kaku Gothic Pro W3', 'Lucida Grande', 'Verdana', 'メイリオ', 'Meiryo', 'ＭＳ Ｐゴシック', sans-serif;
     color: #000!important;
     overflow: scroll;
}
a {
  text-decoration: none;
  border: none;
}
ul {
  list-style-type: none;
}

.page-footer {
    padding: 0px 0 0 !important;
}

#mainContents .e-tune p {
    margin: 0;
}

.l-header,.page-footer{
  z-index: 3;
    position: relative;
}



.e-tune {
  font-size: 16px;
    color: #000;
}
.e-tune h3,.e-tune h2{
    color: #000;
   margin: 0;
    line-height: 1.4!important;
}
.e-tune .sp-only img {
  vertical-align: bottom;
  max-width: 100%;
  width: 100%;
}

.e-tune .inner {
  width: 100%;
  max-width: 100%;
   padding: 0 8vw;
  margin: 0 auto;
  box-sizing: border-box;
}
.e-tune .pankz {
  background-color: #EEEEEE;
  position: relative;
  z-index: 1;
}



/*kv
-------------------------------------------------*/
.e-tune .kv {
 
  padding: 50px 0;
  position: relative;
  color: #fff;
  text-align: left;
    background-color: #000;
}
.e-tune .kv .kv_txt {
  padding: 0 8vw;
}
.e-tune .kv .kv_copy {
  max-width: 88%;
}
.e-tune .kv .kv_logo {
  padding: 15px 0 0;
    margin: 0;
      z-index: 1;
    position: relative;
}
.e-tune .kv .kv_bg {
 margin: -20px calc(50% - 50vw) -30px;
width: 100vw;
    position: relative;
    z-index: 0;
}
.e-tune .kv .kv_detail_ttl {
  font-weight: bold;
        z-index: 1;
    position: relative;
}
.e-tune .kv .kv_detail_ttl .kv_detail_subtxt {
  font-size: 14px;
    padding-bottom: 6px;
    line-height: 1.5;
}
.e-tune .kv .kv_detail_ttl .kv_detail_maintxt {
  font-size: 24px;
    line-height: 1.3;
}
.e-tune .kv .kv_detail_ttl .kv_detail_maintxt span {
    margin-left: 7px;
}
.e-tune .kv .kv_detail_ttl .kv_detail_maintxt span img{
  max-width: 70px;
    vertical-align: -4px;
}
.e-tune .kv .kv_detail_description {
  border-top: 1px solid #E50050;
  padding-top:15px;
  margin-top: 15px;
  font-size: 15px;
  line-height: 1.7;
  text-align: justify;
}
.e-tune .kv .kv_price {
  padding-top: 30px;
}
.e-tune .kv .kv_price .kv_price_date {
  border: 1px solid #fff;
  font-weight: bold;
    display: inline-block;
  font-size: 13px;
  padding: 3px 8px;
    margin-bottom: 5px;
}
.e-tune .kv .kv_price .kv_price_retail {
  font-weight: bold;
  font-size: 15px;
  margin-right: 8px;
}
.e-tune .kv .kv_price .kv_price_retail span {
  font-size: 22px;
}
.e-tune .kv .kv_price .kv_price_tax {
  font-size: 11px;
}
.e-tune .kv .kv_price_note {
  font-size: 12px;
  padding-top: 15px;
}

.e-tune .kv .kv_important_start {
  font-weight: bold;
  font-size: 14px;
 background-color: #B71648;
    color: #fff;
    padding: 2px 10px;
    display: inline-block;
    margin-top: 30px!important;
}


/*about
-------------------------------------------------*/
.e-tune .about {
  background-repeat: no-repeat;
  background-size: cover;
  padding: 90px 0;
  background-image: url("../img/bg_about.jpg");
  background-position: center center;
  min-height: 500px;
  position: relative;
  color: #fff;
  text-align: center;
  z-index: 1;
}
.e-tune .about .about_ttl {
  max-width: 60%;
  margin: 0 auto;
}
.e-tune .about .about_copy {
  font-weight: bold;
  font-size: 20px;
  padding-top: 30px;
  padding-bottom: 20px;
    color: #fff;
}
.e-tune .about .about_detail {
  font-size: 15px;
  line-height: 1.7;
    text-align: left;
    margin: 0!important;
}


/*scroll_contents
-------------------------------------------------*/
.e-tune .scroll_contents {
  background-color: transparent;
  height: 300px;
}

/*scroll_contents
-------------------------------------------------*/

/*.e-tune .sticky{
position: -webkit-sticky;
  position: sticky;
  top: 0;
  width: 100%;
   
  
}


.e-tune .scroll_contents {
 background-repeat: no-repeat;
    height: 300px;
     background-image: url(../img/bg_scroll.jpg);
  background-position: center center;
   
  
}
*/

/*after_update
-------------------------------------------------*/
.e-tune .after_update {
  background-color: #fff;
  position: relative;
  z-index: 1;

}
.e-tune .after_update_list{

 padding-top: 20px;
}

.e-tune .after_update_list .after_update_item {

  padding-top: 60px;
}

.e-tune .after_update_list .after_update_item .after_update_img {
  width: 100%;
}
.e-tune .after_update_list .after_update_item .after_update_txt {
  width: 100%;
}
.e-tune .after_update_list .after_update_item .after_update_txt .after_update_copy {
  font-weight: bold;
  font-size: 18px;
  margin-bottom: 10px;
    margin-top: 30px;
    line-height: 1.4;
}
.e-tune .after_update_list .after_update_item .after_update_txt .after_update_ttl {
  display: flex;
  align-items: center;
}
.e-tune .after_update_list .after_update_item .after_update_txt .after_update_ttl .after_update_ttl_icon {
  border: 1px solid #00A2E9;
  font-size: 13px;
  font-weight: bold;
  padding: 4px 8px;
  margin-right: 12px!important;
}
.e-tune .after_update_list .after_update_item .after_update_txt .after_update_ttl .after_update_ttl_icon.pink {
  border: 1px solid #DC3A86;
}
.e-tune .after_update_list .after_update_item .after_update_txt .after_update_ttl .after_update_ttl_txt {
  max-width: 53%;
}
.e-tune .after_update_list .after_update_item .after_update_txt .after_update_detail {
  font-size: 15px;
  line-height: 1.7;
  text-align: justify;
  padding-top: 20px;
}
/*chart_update
-------------------------------------------------*/
.e-tune .chart_update {
  padding-top: 60px;
  background-color: #fff;
  position: relative;
  z-index: 1;
}
.e-tune .chart_update .chart_note_list {
  padding-top: 20px;
}
.e-tune .chart_update .chart_note_list .chart_note_item {
  padding-left: 14px;
  position: relative;
  line-height: 1.5;
  padding-bottom: 5px;
  font-size: 13px;
}
.e-tune .chart_update .chart_note_list .chart_note_item::before {
  content: "";
  background-color: #000;
  width: 10px;
  height: 10px;
  border-radius: 10px;
  position: absolute;
  left: 0px;
  top: 5px;
}
/*drive_mode
-------------------------------------------------*/
.e-tune .drive_mode {
  padding-top: 60px;
  background-color: #fff;
  position: relative;
  z-index: 1;
}
.e-tune .drive_mode .drive_mode_ttlarea {
  display: block;
  margin-bottom: 15px;
}
.e-tune .drive_mode .drive_mode_ttlarea .drive_mode_ttl {
  font-size: 22px;
  font-weight: bold;
  position: relative;
  display: block;
    border-bottom: 2px solid #000;
    padding-bottom: 13px;
}

.e-tune .drive_mode .drive_mode_lead {
  font-size: 15px;
  line-height: 1.7;
  margin-bottom: 25px!important;
}
.e-tune .drive_mode .drive_mode_detail {
 
}
.e-tune .drive_mode .drive_mode_detail .drive_mode_detail_left {
  width: 100%;
}
.e-tune .drive_mode .drive_mode_detail .drive_mode_detail_right {
 width: 100%;
  display: flex;
  justify-content: space-between;
    margin-top: 25px;
}
.e-tune .drive_mode .drive_mode_detail .drive_mode_detail_right .drive_mode_detail_img {
  width: 48%;
}
.e-tune .drive_mode .drive_mode_detail .drive_mode_detail_left .drive_mode_category_ttl {
  font-size: 16px;
  font-weight: bold;
}
.e-tune .drive_mode .drive_mode_detail .drive_mode_detail_left .drive_mode_category_list {
  margin-top: 12px;
}
.e-tune .drive_mode .drive_mode_detail .drive_mode_detail_left .drive_mode_category_item {
  display: flex;
  justify-content: space-between;
  border-top: 1px solid #DDDDDD;
  padding: 13px 0px;
  font-size: 14px;
}
.e-tune .drive_mode .drive_mode_detail .drive_mode_detail_left .drive_mode_category_item:last-child {
  border-bottom: 1px solid #DDDDDD;
}
.e-tune .drive_mode .drive_mode_detail .drive_mode_detail_left .drive_mode_category_item .drive_mode_category_name {
  width: 25%;
}
.e-tune .drive_mode .drive_mode_detail .drive_mode_detail_left .drive_mode_category_item .drive_mode_category_border {
  background-color: #000;
  height: 1px;
  width: 5%;
    margin-top: 7px;
}
.e-tune .drive_mode .drive_mode_detail .drive_mode_detail_left .drive_mode_category_item .drive_mode_category_detail {
  width: 70%;
    padding-left: 15px;
}
/*fin_product
-------------------------------------------------*/
.e-tune .fin_product {
  background-color: #fff;
  position: relative;
  z-index: 1;
  padding-top: 70px;
    padding-bottom: 60px;
}
.e-tune .fin_product .fin_product_flex {
 

}
.e-tune .fin_product .fin_product_img {
  width: 100%;
}
.e-tune .fin_product .fin_product_logo {
  width: 56%;
  margin: 0 auto 22px;
}
/*bottom_note
-------------------------------------------------*/
.e-tune .bottom_note {
  background-color: #EEEEEE;
  padding: 40px 0;
  font-size: 12px;
    position: relative;
  z-index: 1;
    line-height: 1.4;
}
/*パララックス
-------------------------------------------------*/
.e-tune .bg_scroll {
position: relative;
    z-index: -100;
}
.e-tune .bg_scroll::before {
  content: "";
  display: block;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100vh;
  background-repeat: no-repeat;
  background-position: center center;
  background-image: url("../img/bg_scroll.jpg");
  background-size: cover;
}


}