/* ------------------------------- main_visual ------------------------------- */
.main_visual.product_index { background-image: url(../img/index/img_main_visual.jpg);}

.main_visual .main_visual_note {
	position: absolute;
	left: 1em;
	bottom: .7em;
	font-size: .85em;
	font-weight: bold;
	text-shadow:
    1px 1px 0 #fff,
    -1px 1px 0 #fff,
    -1px -1px 0 #fff,
    1px -1px 0 #fff;
}


@media screen and (max-width: 767px) { .main_visual.product_index { background-image: url(../img/index/img_main_visual_sp.jpg); } }

.main_visual.product_index .main_visual_inner.pos_right { width: auto; display: inline-block; right: 7%; }

.main_visual.product_index .main_visual_inner.pc_only {
  left: calc(320 / 1174 * 100%);
}

@media screen and (max-width: 767px) { .main_visual.product_index .main_visual_inner.pos_right { right: auto; } }

@media screen and (max-width: 767px) { .main_visual_img { width: 100px; }
  .main_visual_img img { width: 100%; } }

.main_visual_icon{ position: absolute; top: 20px; right: -100px;}
@media screen and (max-width: 940px){ .main_visual_icon img{ width: 90%;}}
/* ------------------------------- index_content ------------------------------- */
.index_content .index_section a { color: #333; }

.index_content .index_section:nth-of-type(1) { background-image: url(../img/index/img_section_01.jpg); background-color: #d7e5f4; }

.index_content .index_section:nth-of-type(2) { background-image: url(../img/index/img_section_02.jpg); background-color: #86dae2; }

.index_content .index_section:nth-of-type(3) { background-image: url(../img/index/img_section_03.jpg); background-color: #e4f8ff; }

.index_content .index_section:nth-of-type(4) { background-image: url(../img/index/img_section_04.jpg); background-color: #afd5f8; background-size: contain; background-position: left -20px top 0; }

@media screen and (max-width: 1480px) { .index_content .index_section:nth-of-type(4) { background-size: cover; background-position: left -160px top 0; } }

@media screen and (max-width: 767px) { .index_content .index_section:nth-of-type(1) { background-image: url(../img/index/img_section_01_sp.jpg); }
  .index_content .index_section:nth-of-type(2) { background-image: url(../img/index/img_section_02_sp.jpg); }
  .index_content .index_section:nth-of-type(3) { background-image: url(../img/index/img_section_03_sp.jpg); }
  .index_content .index_section:nth-of-type(4) { background-image: url(../img/index/img_section_04_sp.jpg); background-size: 100% auto; background-position: 50% 0; } }

@media screen and (max-width: 767px) { .main_visual.product_index .main_visual_inner { top: 2vw; } }

/* ------------------------------- section01 ------------------------------- */
.section01_03 .products_text + .emphasis_label { margin-top: 20px; }

/* ------------------------------- section02 ------------------------------- */
@media screen and (max-width: 767px) { .section02 .products_has_2col .col { display: block; }
  .section02 .products_has_2col .col .products_img_159 { margin-top: 20px; text-align: center; padding-bottom: 0; } }

.section02_01 .has_row { display: -webkit-box; display: -webkit-flex; display: -ms-flexbox; display: flex; -webkit-box-pack: justify; -webkit-justify-content: space-between; -ms-flex-pack: justify; justify-content: space-between; margin-top: 40px; }

.section02_01 .has_row .col:first-child { width: 35%; }

.section02_01 .has_row .col:last-child { width: 60%; }

@media screen and (max-width: 767px) { .section02_01 .has_row { display: block; margin-top: 20px; }
  .section02_01 .has_row .col:first-child { width: 100%; }
  .section02_01 .has_row .col:last-child { width: 100%; } }

.section02_02 .has_row { display: -webkit-box; display: -webkit-flex; display: -ms-flexbox; display: flex; -webkit-box-pack: justify; -webkit-justify-content: space-between; -ms-flex-pack: justify; justify-content: space-between; margin-top: 40px; }

.section02_02 .has_row .col:first-child { width: 35%; }

.section02_02 .has_row .col:last-child { width: 60%; }

@media screen and (max-width: 767px) { .section02_02 .has_row { display: block; margin-top: 20px; }
  .section02_02 .has_row .col:first-child { width: 100%; }
  .section02_02 .has_row .col:last-child { width: 100%; } }

.section03_02 .emphasis_label_purple { padding: 5px; margin-right: 20px; width: 200px; }

.section03_02 .subheadline + .product_has_row { margin-top: 30px; }

@media screen and (max-width: 767px) { .section03_02 .emphasis_label_purple { margin-right: 0; padding: 5px; width: 100%; box-sizing: border-box; }
  .section03_02 .subheadline + .product_has_row { margin-top: 25px; } }

/* ------------------------------- section04 ------------------------------- */
@media screen and (max-width: 767px) { .section04_01 .col .text_small { margin-bottom: 20px; } }

.section04_03 .product_has_row { display: -webkit-box; display: -webkit-flex; display: -ms-flexbox; display: flex; -webkit-flex-wrap: wrap; -ms-flex-wrap: wrap; flex-wrap: wrap; margin: calc(-60/1196*100%) calc(-11/1174*100%) 0; }

/*.section04_03 .product_has_row:first-of-type { margin-top: 30px; }*/

.section04_03 .product_has_row .col { width: calc(275/1196*100%); margin: calc(25/1196*100%) calc(11/1196*100%) 0; }

.section04_03 .product_has_row .col img { width: 100%; }

.section04_03 .product_has_row .sp_100 { width: 100%; margin-bottom: 60px; }

.section04_03 .product_has_row .sp_100 img { width: auto; }

@media screen and (max-width: 767px) { .section04_03 .product_has_row { -webkit-box-pack: justify; -webkit-justify-content: space-between; -ms-flex-pack: justify; justify-content: space-between; margin-top: -20px; }
  .section04_03 .product_has_row .col { width: 48%; }
  .section04_03 .product_has_row .col ~ .col { margin-left: 0; }
  .section04_03 .product_has_row .sp_100 { width: 98%; margin-bottom: 0px; }
  .section04_03 .product_has_row .sp_100 img { width: 100%; } }

.section04_03 .emphasis_label_purple { display: inline-block; }

.section04_05 .product_has_row { display: -webkit-box; display: -webkit-flex; display: -ms-flexbox; display: flex; -webkit-flex-wrap: wrap; -ms-flex-wrap: wrap; flex-wrap: wrap; -webkit-box-pack: justify; -webkit-justify-content: space-between; -ms-flex-pack: justify; justify-content: space-between; }

.section04_05 .product_has_row .col img { width: 100%; }

.section04_05 .product_has_row + .product_has_row { margin-top: 10px; }

.section04_05 .product_has_row_3col { margin: -15px 0; }

.section04_05 .product_has_row_3col .col { width: 31.51618%; margin: 15px 0; }

.section04_05 .product_has_row_5col .col { width: 19.08007%; margin-top: 5px; margin-bottom: 5px; }

@media screen and (max-width: 767px) { .section04_05 .product_has_row_3col { margin: -1.38889% 0; }
  .section04_05 .product_has_row_3col .col { width: 48.61111%; margin: 1.38889% 0; }
  .section04_05 .product_has_row_5col { margin: -1.38889% 0; }
  .section04_05 .product_has_row_5col .col { width: 48.61111%; margin: 1.38889% 0; } }

.video_wrap { position: relative; display: block; max-width: 600px; margin-right: auto; margin-left: auto; }

.video_wrap > div { padding-top: 56.25%; }

.video_wrap > div > * { position: absolute; top: 0px; right: 0px; bottom: 0px; left: 0px; width: 100%; height: 100%; }

.products_text_arrow {
    margin-bottom: 36px;
    margin-top: 10px;
    margin-right: auto;
    margin-left: auto;
    position: relative;
    text-align: center;
}
.products_text_arrow::after{
  position: absolute;
  content: "";
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 20px 25px 0 25px;
  border-color: #6064ac transparent transparent transparent;
  display: inline-block;
  bottom: -30px;
  left: 0;
  right: 0;
  margin: auto;
}
@media only screen and (max-width: 767px){
.products_text_arrow {
    width: none;
}}


.cont-right-bottom {
	margin-top: auto;
	margin-left: auto;
}
.flex-column {
	display: flex;
	flex-direction: column;
}
.cleanDriving{
margin-top: 30px;
}

@media screen and (max-width: 767px) {
  .cont-right-bottom {
		margin-right: auto;
		margin-left: auto;
	}
  .cleanDriving > .col{
    margin-top: 20px;
  }
  .cleanDriving__txt{
  font-weight: bold;
  }
  .products_img.products_img_sp{
    margin-top: 10px;
  }
}

@media only screen and (min-width: 768px){
.copy_txt {
    display: inline-block;
    padding: 1.222% 6.8522% 1.222%;
    border: 1px solid #333;
}
.copy_status {
    color: #c00;
    padding: 1% 6.8522% 1%;
    background-color: #f6f6f6;
    margin-left: 2%;
}
.main_visual.product_index .main_visual_inner .main_visual_series {
    display: inline-block;
    margin-bottom: 5px;
    padding: 2px 10px;
}}
@media only screen and (max-width: 767px){
.main_visual .copy {
    font-size: .625em;
    line-height: 1.65;
}
.copy_txt {
    display: inline-block;
    padding: 1.222% 6.8522% 1.222%;
    border: 1px solid #333;
}
.copy_status {
    color: #c00;
    padding: 1.6% 6.8522% 1.6%;
    background-color: #f6f6f6;
    margin-left: 2%;
}
}

.new_icon {
  position: absolute;
  left: -10px;
  top: -20px;
  display: inline-block;
  padding: 3px 10px;
  color: #fff;
  background: #f00;
}

@media screen and (max-width: 767px) {
  .new_icon {
    left: -5px;
    top: -5px;
    font-size: 8px;
  }
}

.u-mt30 {
  margin-top: 30px !important;
}

.mt10 {
  margin-top: 10px !important;
}

.mt20 {
  margin-top: 20px !important;
}

.main_visual_logo {
  display: flex;
  align-items: center;
}
@media screen and (max-width: 767px) {
  .main_visual_logo {
    flex-flow: column;
    text-align: left;
    align-items: flex-start;
  }
  .mt0-sp {
    margin-top: 0 !important;
  }
  .mt10-sp {
    margin-top: 10px !important;
  }
  .mt20-sp {
    margin-top: 20px !important;
  }
}

.red {
  color: #ec1d00;
}
.products_img_center {
  text-align: center;
}
@media screen and (max-width: 767px) {
  .w100 img {
    width: 100%;
  }
}
.main_visual_img:first-child {
  margin-right: 20px;
}

.new-icon {
	position: relative;
}
.new-icon::before{
	content:"";
	position: absolute;
	left: -8px;
	top: -15px;
	width: 49px;
	height: 32px;
	background: url(../img/product/icon_new.png) no-repeat center / 100%;
}

@media screen and (max-width: 767px) {
  .new-icon::before{
		left: calc(-10 / 750 * 100vw);
		top: calc(-15 / 750 * 100vw);
		width: calc(73.5 / 750 * 100vw);
		height: calc(48 / 750 * 100vw);
	}
}