@charset "utf-8";
@media print, screen and (min-width: 769px) {
/*------------------------------------------------------------------------------------------
*
*
  Responsive / PC
*
*
------------------------------------------------------------------------------------------ */

.section h3 .sup {
  font-size: 11px;
}


/* ------------------------------------------------------------
*
  #main_visual
*
------------------------------------------------------------ */
#main_visual{
  width: 100%;
  height: 385px;
  overflow: hidden;
  margin: 0 0 0 0;
  background-color: #f8f8f8;
}

#main_visual_inner{
  width: 980px;
  height: 100%;
  margin: 0 auto;
  position: relative;
}

#main_visual_inner .pic_visual{ margin: 35px 0 0 0; text-align: right;}
#main_visual_inner .pic_visual img {
  position: relative;
  width: 650px;
  height: auto;
  left: 30px;
}


#main_visual .main_copy{
  position: absolute;
  top: 75px;
  left: 55px;
}
	
/*ua add*/
#main_visual .finishcopyIndex{
    position: absolute;
    top: -33px;
    left: 20px;
	color: #fff;
	font-size: 13px;
	font-weight: bold;
}

#main_visual .finishcopyIndex span{
	display: inline-block;
	background: #c00;
	padding: 0.4em 0.8em;
	line-height: 1.5;
}

#main_visual .finishcopyIndex br.spshow {
	display: inline !important;
}

#main_visual .finishcopyIndex span em{
	font-size: 11px;
	font-weight: normal;
}
/* add ここまで*/	

#main_visual .main_copy .copy{
  margin: 0 0 15px 0;
  font-size: 24px;
}

#main_visual .main_copy h2.logo{
  font-family: 'Cabin Condensed', sans-serif;
  font-size: 58px;
  font-weight: 600;
  line-height: 1em;
}

#sns_share{
  width: 100%;
  padding: 0;
  text-align: left;
  position: absolute;
  top: 200px;
  left: 55px;
}

#sns_share li{
  margin: 0 15px 0 0;
  display: inline-block;
  vertical-align: top;
}

/* ------------------------------------------------------------
*
  #section_type
*
------------------------------------------------------------ */
#section_type {
  margin: 0 auto 70px auto;
}

#section_type .section_inner {
  width: 880px;
}

#section_type h3 {
  padding: 13px 0 12px 0;
  margin: 0 0 0 0;
  font-size: 16px;
}

#section_type table {
  width: 100%;
  border-bottom: 1px solid #dbdbdb;
  table-layout: fixed;
  white-space: nowrap;
}

#section_type table tr td {
  padding: 16px 0 16px 0;
}

#section_type th {
  width: 150px;
  font-size: 16px;
  line-height: 1.375em;
  vertical-align: middle;
  text-align: left;
}

#section_type thead td {
  font-size: 14px;
}

#section_type thead {
  border-bottom: 1px solid #dbdbdb;
}

#section_type tbody {

}

#section_type td.price {
  width: 250px;
}

#section_type thead td.fuel {
  width: 300px;
}

#section_type td.fuel {
  /*width: 150px;*/
}

#section_type td.pic {
  text-align: right;
  vertical-align: top;
}

#section_type td.pic img {
  width: 180px;
  height: auto;
}

#section_type td {
  font-size: 11px;
  vertical-align: middle;
}

#section_type td .ruby {
  margin: 0 0 10px 0;
  font-weight: bold;
}

#section_type td .price,
#section_type td .fuel {
  margin: 0 0 10px 0;
  font-size: 36px;
  letter-spacing: -1px;
}

#section_type td .small {
  font-size: 22px;
}

#section_type td .fuel .small {
  margin: 0 0 0 5px;
}

#section_type td .notes {
  color: #8d8d8d;
  line-height: 1.272em;
}

#section_type table.table_hybrid tr td {
  padding: 20px 0 10px;
}

#section_type .caution {
  margin: 20px 0 0 0;
  font-size: 13px;
  text-align: center;
  color: #da4058;
}

#section_type .detail {
  margin: 30px 0 0 0;
  text-align: center;
}

#section_type td .price .sup {
  font-size: 6px;
}

#section_type td .table_title {
  font-size: 11px;
  vertical-align: bottom;
}

/* ------------------------------------------------------------
*
  #section_banner
*
------------------------------------------------------------ */

#section_banner{
    margin: 0 0 70px 0;
}

#section_banner .section_column{
    width: 980px;
	line-height: 0;
}

#section_banner .section_column .col_left{
    width: 460px;
}

#section_banner .section_column .col_right{
    width: 460px;
}

#section_banner a{
	display: block;
}


/* ------------------------------------------------------------
*
  #section_special_movie
*
------------------------------------------------------------ */
#section_special_movie {
  margin: 0 0 155px 0;
  padding: 35px 0 12px 0;
  text-align: center;
  background-color: #e7e8e9;
}

#section_special_movie .section_inner {
  width: 880px;
}

#section_special_movie .movie_wrap {
  padding: 10px 0 0 0;
}

#section_special_movie .modal_mov_open {
  position: relative;
  cursor: pointer;
  line-height: 0;
}

#section_special_movie .modal_mov_open.covered::after {
  content:"";
  width: 100%;
  height: 100%;
  
  position: absolute;
  top: 0;
  left: 0;
  background: url(/auto-archive/clarity/phev/2019/webcatalog/image/pic_movie_play.png) center center no-repeat rgba(0, 0, 0, .5);
  background-size: 110px auto;
  transition: background .2s ease-out;
}

#section_special_movie .modal_mov_open.covered.min::after {
  background-image: url(/auto-archive/clarity/phev/2019/webcatalog/image/pic_movie_play_min.png);
  background-size: 53px auto;
}

#section_special_movie .modal_mov_open.covered:hover::after {
  background-color: rgba(0, 0, 0, 0);
}

#section_special_movie .modal_mov_open img {
  width: 100%;
  height: auto;
}



/* ------------------------------------------------------------
*
  #section_ecology
*
------------------------------------------------------------ */
#section_ecology {
  margin: 0 0 155px 0;
  text-align: center;
}

#section_ecology .detail {
  margin: 0 0 50px 0;
}

#section_ecology .pic_full {
  position: relative;
  max-width: 1440px;
  height: 600px;
  overflow: hidden;
  margin: 0 auto;
}

#section_ecology .pic_full img {
  position: absolute;
  top: 600px;
  left: 50%;
  transform: translate(-50%, -600px);
}

#section_ecology.anim_end .pic_full img {
  transition: all 5s linear 0s;
  transform: translate(-50%, -100%);
}

#section_ecology.anim_end .fuel_table {
  opacity: 1;
  transition: opacity 1s linear 0.5s;
}

#section_ecology .fuel_wrapper {
  position: relative;
}

#section_ecology .fuel_table {
  position: absolute;
  width: 460px;
  bottom: 180px;
  left: 54%;
  color: #fff;
  text-shadow: 1px 1px 3px #000;
  opacity: 0;
}

#section_ecology .fuel_table h4 {
  font-size: 22px;
  text-align: left;
  margin-bottom: 10px;
}

#section_ecology .fuel_table h4 .sup{
  left: -12px;
}

#section_ecology .fuel_table h4 .small {
  font-size: 18px;
}

#section_ecology .fuel_table table {
  width: auto;
  white-space: nowrap;
}

#section_ecology .fuel_table .mode {
  position: relative;
  padding-right: 20px;
}

#section_ecology .fuel_table .mode img {
  width: 120px;
  height: auto;
  margin-bottom: 3px !important;
}

#section_ecology .fuel_table .mode .sup {
  position: absolute;
  top: 20px;
  right: 0;
}

#section_ecology .fuel_table .mode .small {
  font-size: 13px;
}

#section_ecology .fuel_table td.num {
  width: 230px;
  font-size: 72px;
  padding-top: 10px;
  padding-bottom: 10px;
  text-align: right;
}

#section_ecology .fuel_table td.fuel {
  vertical-align: bottom;
  padding-left: 12px;
  font-size: 50px;
  padding-top: 10px;
  padding-bottom: 10px;
}

/* ------------------------------------------------------------
*
  #section_driving
*
------------------------------------------------------------ */
#section_driving {
  margin: 0 0 155px 0;
  text-align: center;
}
#section_driving .detail {
  margin: 0 0 50px 0;
}

#section_driving .pic_full {
  position: relative;
  max-width: 1440px;
  height: 600px;
  overflow: hidden;
  margin: 0 auto;
}

#section_driving .pic_full p.img {
  position: relative;
}

#section_driving .pic_full p.img img {
  position: relative;
  width: 1440px;
  height: auto;
  left: 50%;
  transform: translateX(-50%);
}

#section_driving .info_wrapper {
  position: relative;
  width: 1440px;
  top: 600px;
  left: 50%;
  transform: translate(-50%, -600px);
}

#section_driving.anim_end .info_wrapper {
  position: absolute;
  transition: all 5s linear 0s;
  transform: translate(-50%, -100%);
}

#section_driving .logo {
  position: absolute;
  bottom: 25px;
  right: 60%;
  opacity: 0;
}

#section_driving .logo img {
  width: 449px;
}

#section_driving.anim_end .logo {
  opacity: 1;
  transition: opacity 0.5s linear 5s;
}

#section_driving .info {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

#section_driving .info li {
  position: absolute;
}

#section_driving .info li .circle {
  position: absolute;
  display: block;
  width: 38px;
  height: 38px;
  background: url(../image/icon_circle.png) no-repeat;
}

#section_driving .info li .circle.left {
  left: 0;
}

#section_driving .info li .circle.right {
  right: 0;
}

#section_driving .info li .circle.top {
  top: 0;
}

#section_driving .info li .circle.bottom {
  bottom: 0;
}

#section_driving .info li .line {
  position: absolute;
  display: block;
}

#section_driving .info li .txt {
  position: absolute;
  white-space: nowrap;
}

#section_driving .info li .txt:after {
  content: ' ';
  font-size: 0;
  clear: both;
  display: block;
}

#section_driving .info li .txt img {
  display: block;
  float: left;
  width: auto;
  height: auto;
}

/* ダミー */
#section_driving .info li.dummy {
  top: 240px;
  left: 57.5%;
}

#section_driving .info li.dummy .line {
  top: 2px;
  left: 2px;
  transform: skewX(43deg);
  transform-origin: top left;
  border-bottom: 1px solid #fff;
  border-left: 1px solid #fff;
  box-shadow: -2px 2px 1px #000;
}

#section_driving .info li.dummy .txt {
  top: 10px;
  left: 116px;
  width: 110px;
}

#section_driving .info li.engine {
  bottom: 300px;
  right: 55%;
}

#section_driving .info li.engine .line {
  bottom: 20px;
  right: 20px;
  transform: skewX(50deg);
  transform-origin: bottom right;
  border-top: 1px solid #fff;
  border-right: 1px solid #fff;
  box-shadow: 2px -2px 1px #000;
}

#section_driving .info li.engine .txt {
  bottom: 70px;
  right: 110px;
  width: 289px;
}

#section_driving .info li.battery {
  bottom: 420px;
  left: 56%;
}

#section_driving .info li.battery .line {
  bottom: 20px;
  left: 20px;
  transform: skewX(-50deg);
  transform-origin: bottom left;
  border-top: 1px solid #fff;
  border-left: 1px solid #fff;
  box-shadow: -2px -2px 1px #000;
}

#section_driving .info li.battery .txt {
  bottom: 24px;
  left: 80px;
  width: 248px;
}

#section_driving .info li.pcu {
  top: 590px;
  left: 56.5%;
}

#section_driving .info li.pcu .line {
  top: 20px;
  left: 20px;
  transform: skewX(43deg);
  transform-origin: top left;
  border-bottom: 1px solid #fff;
  border-left: 1px solid #fff;
  box-shadow: -2px 2px 1px #000;
}

#section_driving .info li.pcu .txt {
  top: 50px;
  left: 90px;
  width: 284px;
}

#section_driving .info li.motor {
  bottom: 200px;
  right: 39%;
}

#section_driving .info li.motor .line {
  top: 20px;
  right: 20px;
  transform: skewX(-50deg);
  transform-origin: top right;
  border-bottom: 1px solid #fff;
  border-right: 1px solid #fff;
  box-shadow: 2px 2px 1px #000;
}

#section_driving .info li.motor .txt {
  top: -70px;
  right: 85px;
  width: 310px;
}

/* アニメーション */
#section_driving .info li .circle {
  opacity: 0;
}

#section_driving .info li.anim_end .circle {
  opacity: 1;
  transition: opacity 0.2s linear 0s;
}

#section_driving .info li .line {
  opacity: 0;
  width: 0;
  height: 0;
}

#section_driving .info li.anim_end .line {
  opacity: 1;
  transition: opacity 0.1s linear 0s, height 0.2s linear 0s, width 0.2s linear 0.2s;
}

#section_driving .info li.dummy.anim_end .line {
  width: 155px;
  height: 64px;
}

#section_driving .info li.engine.anim_end .line {
  width: 315px;
  height: 46px;
}

#section_driving .info li.battery.anim_end .line {
  width: 260px;
  height: 34px;
}

#section_driving .info li.motor.anim_end .line {
  width: 315px;
  height: 46px;
}

#section_driving .info li.pcu.anim_end .line {
  width: 290px;
  height: 64px;
}

#section_driving .info li .txt img {
  opacity: 0;
}

/* ------------------------------------------------------------
*
  #section_interior
*
------------------------------------------------------------ */
#section_interior {
  margin: 0 0 155px 0;
  text-align: center;
}

#section_interior .detail {
  margin: 0 0 50px 0;
}

#section_interior .pic_full {
  position: relative;
  max-width: 1440px;
  height: 600px;
  overflow: hidden;
  margin: 0 auto;
}

#section_interior .pic_full img {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%) scale(1);
  transform-origin: 50% 30%;
}

#section_interior.anim_end .pic_full img {
  transition: all 10s linear 0s;
  transform: translate(-50%, -50%) scale(1.20);
  transform-origin: 50% 30%;
}

/* ------------------------------------------------------------
*
  #section_charge
*
------------------------------------------------------------ */
#section_charge {
  margin: 0 0 40px 0;
  text-align: center;
}

#section_charge .detail {
  margin: 0 0 50px 0;
}

#section_charge .pic_full p {
  position: relative;
  height: 600px;
  max-width: 1440px;
  margin: 0 auto;
  overflow: hidden;
}

#section_charge .pic_full img {
  position: absolute;
  top: 0;
  left: 0;
  width: auto;
  max-width: none;
  height: 100%;
  transform: translateX(-180px) scale(1, 1);
}

#section_charge.anim_end .pic_full img {
  transition: all 5s linear 0s;
  transform: translateX(-270px) scale(1.10, 1.10);
}

/* ------------------------------------------------------------
*
  #section_dealer
*
------------------------------------------------------------ */
#section_dealer {
}

#section_dealer .section_inner {
  background-color: #e7e8e9;
  padding: 45px;
}

#section_dealer h3 {
  color: #3485a4;
  font-size: 30px;
  text-align: center;
  margin: 0 0 35px 0;
}

#section_dealer .list_box {
  width: 100%;
  background-color: #fff;
}

#section_dealer .list_box h4 {
  position: relative;
  color: #fff;
  background-color: #65a3bc;
  font-size: 20px;
  padding: 16px 0;
  text-align: center;
  cursor: pointer;
}

#section_dealer .list_box h4:after {
  content: "";
  background : url("../image/icon_arrow_bottom.png") no-repeat 50%;
  background-size: 40%;
  position: absolute;
  right: 0px;
  top: 0;
  width: 60px;
  text-align: center;
  font-size: 12px;
  height: 100%;
  line-height: 24px;
}

#section_dealer .list_box.open h4:after {
  background : url("../image/icon_arrow_top.png") no-repeat 50%;
  background-size: 40%;
}

#section_dealer .list_box ul {
  box-sizing: border-box;
  height: 310px;
  overflow-y: scroll;
  padding: 10px 0;
  display: none;
}

#section_dealer .list_box.open ul {
  display: block;
}

#section_dealer .list_box ul li {
  text-align: center;
  border-bottom: 1px solid #dae9ef;
}

#section_dealer .list_box ul li:last-child {
  border-bottom: none;
}

#section_dealer .list_box ul li a {
  display: block;
  color: #444;
  text-decoration: none;
  font-size: 20px;
  padding: 15px 0;
}

/* ------------------------------------------------------------
*
  #section_movie
*
------------------------------------------------------------ */
#section_movie {
  margin: 60px 0;
}

#section_movie .img_slider {
  width: 930px !important;
}

#section_movie .section_inner {
  width: 940px;
}

#section_movie h3 {
  width: 880px;
  padding: 0;
  margin: 0 auto 25px auto;
  font-size: 24px;
  line-height: 1em;
}

#section_movie .modal_mov_open object,
#section_movie .modal_mov_open iframe {
  width: 100%;
  height: auto;
}

/* ------------------------------------------------------------
*
  #section_news
*
------------------------------------------------------------ */
#section_news {
  margin: 0 0 80px 0;
}

#section_news .section_inner {
  width: 930px;
}

#section_news h3 {
  width: 880px;
  padding: 0;
  margin: 0 auto 25px auto;
  font-size: 24px;
  line-height: 1em;
}

/* ------------------------------------------------------------
*
  #section_btm_contents
*
------------------------------------------------------------ */
#section_btm_contents {
  padding: 80px 0;
  margin: 0;
  background-color: #f8f8f8;
}

#section_btm_contents h4 {
  padding: 0;
  margin: 0 0 20px 0;
  font-size: 20px;
}

#section_btm_contents .section_inner {
  width: 880px;
  margin: 0 auto;
}

#section_btm_contents .row {
  clear: both;
  margin: 0 0 70px 0;
  overflow: hidden;
}

#section_btm_contents .row_inner {
  width: 420px;
}

#section_btm_contents .user_voice,
#section_btm_contents .honda_store {
  float: left;
}

#section_btm_contents .user_exp,
#section_btm_contents .honda_cars {
  float: right;
}

#section_btm_contents .user .col_left {
  width: 130px;
  float: left;
}

#section_btm_contents .user .col_right {
  width: 270px;
  float: right;
}

/* ------------------------------
  .user
------------------------------ */
#section_btm_contents .user h5 {
  width: 260px !important;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  margin: 0 0 8px 0;
  font-size: 15px;
  line-height: 1.266em;
}

#section_btm_contents .user .pic {
  width: 130px;
  height: 97px;
  overflow: hidden;
  text-align: center;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#section_btm_contents .user .pic img {
  width: auto;
  height: auto;
  max-width: 100%;
  max-height: 100%;
}

#section_btm_contents .user .date {
  margin: 0 0 3px 0;
  font-size: 13px;
  color: #9c9c9c;
}

#section_btm_contents .user .desc {
  margin: 0 0 3px 0;
  font-size: 13px;
  line-height: 1.461em;
  height: 2.8em;
  overflow: hidden;
}

#section_btm_contents .user .more {
  font-size: 13px;
  line-height: 1.461em;
}

/* ------------------------------
  .store
------------------------------ */
#section_btm_contents .store img {
  margin-top: 20px;
  width: 100%;
  height: auto;
}

#section_btm_contents .store .desc {
  margin: 0 0 10px 0;
  font-size: 13px;
  line-height: 1.461em;
}

#rt-personalize-area-a,
#section_btm_contents .store .detail {
  font-size: 14px;
  margin: 0 0 12px 0;
  padding: 0;
}

#rt-personalize-area-a a:after,
#section_btm_contents .store .detail a:after {
  width: 17px;
  height: 17px;
  background-size: 17px;
  right: -22px;
}

/* quolity select */
#section_btm_contents .quality h4 {
  margin: 0 0 10px 0;
}

#section_btm_contents .quality .honda_cars {
  padding-top: 45px;
}

/* ------------------------------
  .mail_magazine
------------------------------ */
#section_btm_contents .mail_magazine {
  margin: 0 0 60px 0;
  padding: 40px 0;
  overflow: hidden;
  border-top: 1px solid #ccc;
  border-bottom: 1px solid #ccc;
}

#section_btm_contents .mail_magazine h4 {
  margin: 0 0 25px 0;
  font-size: 26px;
  line-height: 1.153em;
}

#section_btm_contents .mail_magazine .desc {
  width: 520px;
  float: left;
  font-size: 16px;
  line-height: 1.5em;
}

#section_btm_contents .mail_magazine .btn {
  width: 360px;
  float: left;
  text-align: center;
}

#section_btm_contents .mail_magazine .btn a {
  width: 360px;
  height: 50px;
  display: block;
  line-height: 50px;
  background-color: #4a4f54;
  font-size: 16px;
  color: #fff;
  text-decoration: none;
}

/* ------------------------------
  #section_caution
------------------------------ */
#section_caution {
  margin-top: -20px;
  margin-bottom: 0;
}

#section_caution .underline {
  text-decoration: underline;
}

/* ------------------------------------------------------------
*
  Banner_Wired
*
------------------------------------------------------------ */
#banner_wired_top .banner_wired{
  padding: 35px 0 0 0;
  background-color: #f8f8f8;
}

}
