@charset "utf-8";

.yugo {
  font-family: "游ゴシック", YuGothic, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, sans-serif !important;
}

.section_wrap {
  background-color: #e7eef5;
}

.btn_yellow {
  display: block;
  box-sizing: border-box;
  background: url(../image/ico_btn_arrow_right.png) no-repeat;
  background-position: center right 30px;
  background-size: 68px 24px;
  background-color: #eae14d;
  font-size: 24px;
  color: #6699c3 !important;
  text-decoration: none;
}

@keyframes circle_anim1 {
  0% {
    opacity: 0;
    transform: scale(1);
    transform-origin: center center;
  }

  25% {
    opacity: 1;
  }

  100% {
    opacity: 0;
    transform: scale(1.2);
    transform-origin: center center;
  }
}

@keyframes circle_anim2 {
  0% {
    opacity: 0;
  }

  25% {
    opacity: 1;
  }

  75% {
    opacity: 1;
  }

  100% {
    opacity: 0;
  }
}

@media print, screen and (min-width: 769px) {
/*------------------------------------------------------------------------------------------
*
*
  Responsive / PC
*
*
------------------------------------------------------------------------------------------ */
.yugo {
  font-weight: 600;
}

.btn_yellow {
  width: 970px;
  padding: 25px 0 25px 110px;
  background-position: center right 30px;
  background-size: 68px 24px;
  font-size: 24px;
}

.btn_yellow + .btn_yellow {
  margin-top: 20px;
}

.caution {
  font-size: 12px;
  line-height: 1.7em;
}

.caution p {
  text-indent: -1.5em;
  padding-left: 1.5em;
}


/* ------------------------------------------------------------
*
  #main_visual
*
------------------------------------------------------------ */
#main_visual {
  position: relative;
}

#main_visual .pic_full {
  width: 100%;
  overflow: hidden;
}

#main_visual .pic_full p {
  position: relative;
  width: 100%;
  overflow: hidden;
  text-align: center;
}

#main_visual .pic_full img {
  position: relative;
  width: 100%;
  min-width: 1280px;
  height: auto;
  margin-left: 50%;
  transform: translateX(-50%);
}

#main_visual_inner {
  position: absolute;
  top: 20%;
  left: 50%;
  transform: translateX(-200%);
}

#main_visual_inner p {
  font-size: 18px;
  color: #fff;
  line-height: 1.8em;
}

/* ------------------------------------------------------------
*
  #section_copy
*
------------------------------------------------------------ */
#section_copy {
  padding: 35px 0;
}

#section_copy p {
  text-align: center;
  font-size: 16px;
  line-height: 2.5em;
}

/* ------------------------------------------------------------
*
  .section_wrap
*
------------------------------------------------------------ */
.section_wrap {
  padding: 50px 0;
}

.section_wrap .section {
  margin: 90px 0 0 0;
}

.section_wrap .section:first-child {
  margin-top: 0;
}

.section_wrap .section .section_inner {
  padding: 0 25px;
}

.section_wrap .section .section_inner.w980 {
  padding: 0;
}

.section_wrap .section h3 {
  position: relative;
  display: block;
  font-size: 24px;
  font-weight: 500;
  padding: 0;
  z-index: 1;
}

.section_wrap .section h3:before {
  display: block;
  content: '';
  position: absolute;
  bottom: 6px;
  left: -25px;
  width: 48px;
  height: 44px;
  background: url(../image/ico_charge.png) no-repeat;
  background-size: contain;
  z-index: -1;
}

.section_wrap .section .desc {
  font-size: 16px;
  line-height: 1.4em;
}

/* ------------------------------------------------------------
*
  #section_charge
*
------------------------------------------------------------ */
#section_charge {
  margin-bottom: 100px;
}

#section_charge .charge_wrap {
  width: 710px;
  box-sizing: border-box;
  margin: 0 auto;
  margin-top: 100px;
}

#section_charge .charge {
  position: relative;
  /*padding: 20px 25px;*/
  z-index: 1;
  background: #fff;
}

#section_charge .charge:after {
  content: '';
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  box-sizing: border-box;
  border: 2px solid #6699c3;
  z-index: -1;
}

#section_charge .charge:hover,
#section_charge .charge.open {
  background: none;
}

#section_charge .charge:hover:before,
#section_charge .charge.open:before {
  content: '';
  display: block;
  position: absolute;
  top: 10px;
  left: 10px;
  width: 100%;
  height: 100%;
  z-index: -2;
}

#section_charge .charge.rapid:before {
  background-image: url(../image/bg_rapid.png);
}

#section_charge .charge.standard:before {
  background-image: url(../image/bg_standard.png);
}

#section_charge .charge dl {

}

#section_charge .charge dt {
  position: relative;
}

#section_charge .charge dt:after {
  content: ' ';
  display: block;
  font-size: 0;
  clear: both;
}

#section_charge .charge dt .btn_toggle {
  display: block;
  padding: 20px 25px;
}

#section_charge .charge dt .btn_toggle:hover {
  opacity: 1 !important;
}

#section_charge .charge dt .btn_toggle .icon {
  position: absolute;
  top: 50%;
  right: 25px;
  width: 52px;
  height: 52px;
  transform: translateY(-50%);
  background: url(../image/btn_plus.png) no-repeat;
  background-size: contain;
}

#section_charge .charge.open dt .btn_toggle .icon {
  background-image: url(../image/btn_minus.png);
}

#section_charge .charge dt .thumb {
  float: left;
  margin-right: 30px;
}

#section_charge .charge dt h4 {
  color: #6699c3;
  font-size: 38px;
  font-weight: 500;
  line-height: 1.4em;
}

#section_charge .charge.rapid dt h4 {
  line-height: 1.2em;
}

#section_charge .charge.rapid dt .thumb {
  padding-top: 15px;
}

#section_charge .charge:hover dt h4,
#section_charge .charge.open dt h4 {
  text-shadow: 4px 2px 0px #fff;
}

#section_charge .charge dt h4 .small {
  font-size: 30px;
}

#section_charge .charge dt h4 .large {
  font-size: 54px;
  padding: 5px 0;
}

#section_charge .charge.rapid dt h4 .large {
  background: linear-gradient(transparent 75%, #fdc848 0%);
}

.win #section_charge .charge.rapid dt h4 .large {
  background: linear-gradient(to bottom, transparent 65%, #fdc848 65%, #fdc848 80%, transparent 80%, transparent 100%);
}

#section_charge .charge.standard dt h4 .large {
  background: linear-gradient(transparent 75%, #ece76d 0%);
}

.win #section_charge .charge.standard dt h4 .large {
  background: linear-gradient(to bottom, transparent 65%, #ece76d 65%, #ece76d 80%, transparent 80%, transparent 100%);
}

#section_charge .charge:hover dt h4 .large,
#section_charge .charge.open dt h4 .large {
  background: none !important;
}

#section_charge .charge dd {
  padding: 30px 15px 50px 30px;
  display: none;
}

#section_charge .charge.open dd {
  display: block;
}

#section_charge .charge .charge_table {
}

#section_charge .charge .charge_table table {
  font-size: 16px;
  font-weight: 600;
  line-height: 1.7em;
  width: 100%;
  border-collapse: separate;
  border-spacing: 3px;
}

#section_charge .charge .charge_table th,
#section_charge .charge .charge_table td {
  vertical-align: middle;
}

#section_charge .charge .charge_table th {
  background-color: #90badd;
  padding: 20px 20px;
  color: #fff;
  font-size: 18px;
}

#section_charge .charge .charge_table th .small {
  font-size: 14px;
}

#section_charge .charge .charge_table td {
  background-color: #fff;
  padding: 20px 15px;
}

#section_charge .charge .charge_table thead {

}

#section_charge .charge .charge_table thead th {
  text-align: center;
}

#section_charge .charge .charge_table thead th:first-child {
  opacity: 0;
}

#section_charge .charge .charge_table tbody {

}

#section_charge .charge .charge_table tbody th {

}

#section_charge .charge .charge_table tbody td {

}

#section_charge .charge .charge_table tbody td.time {
  padding-top: 30px;
  text-align: center;
}

#section_charge .charge .charge_table tbody td .small {
  font-size: 14px;
}

#section_charge .charge .charge_table tbody td .large {
  font-size: 48px;
}

#section_charge .charge .charge_section {
  margin-top: 50px;
}

#section_charge .charge .charge_section h5 {
  margin-bottom: 25px;
  font-size: 18px;
  font-weight: bold;
}

#section_charge .charge .charge_section p {
  font-size: 18px;
  line-height: 1.7em;
}

#section_charge .charge .charge_port p {
  white-space: nowrap;
}

#section_charge .charge .charge_port p:after {
  content: ' ';
  display: block;
  font-size: 0;
  clear: both;
}

#section_charge .charge .charge_port p img {
  float: left;
  margin-right: 20px;
}

#section_charge .charge .charge_movie .movie {
  position: relative;
  width: 100%;
  margin: 0 auto;
  margin-top: 30px;
}

#section_charge .charge .charge_movie .movie img {
  width: 100%;
  height: auto;
}

#section_charge .charge .charge_feature {
  margin-top: 25px;
  background-color: rgba(255, 255, 255, 0.8);
  padding: 25px 20px;
}

#section_charge .charge .charge_feature .charge_section {
  margin-top: 30px;
}

#section_charge .charge .charge_feature .charge_section h5 {
  margin-bottom: 15px;
}

#section_charge .charge .charge_feature .charge_section:first-child {
  margin-top: 0;
}

#section_charge .charge .caution {
  margin-top: 30px;
}

#section_charge .car {
  position: relative;
}

#section_charge .car img {
  display: block;
}

#section_charge .car .circle {
  position: absolute;
  width: 45px;
  height: 45px;
}

#section_charge .car .circle:before,
#section_charge .car .circle:after {
  position: absolute;
  display: block;
  content: ' ';
  background-repeat: no-repeat;
  background-size: contain;
}

#section_charge .car .circle:before {
  top: calc(50% - 15px);
  left: calc(50% - 15px);
  width: 30px;
  height: 30px;
}

#section_charge .car .circle:after {
  top: 0;
  left: 0;
  width: 45px;
  height: 45px;
  animation: circle_anim1 2s ease 0s infinite;
}

#section_charge .car .circle.orange {
  top: 29px;
  right: 189px;
}

#section_charge .car .circle.orange:before {
  background-image: url(../image/ico_circle_orange_1.png);
}

#section_charge .car .circle.orange:after {
  background-image: url(../image/ico_circle_orange_2.png);
}

#section_charge .car .circle.yellow {
  bottom: 58px;
  left: 230px;
}

#section_charge .car .circle.yellow:before {
  background-image: url(../image/ico_circle_yellow_1.png);
}

#section_charge .car .circle.yellow:after {
  background-image: url(../image/ico_circle_yellow_2.png);
}

/* ------------------------------------------------------------
*
  #section_stand
*
------------------------------------------------------------ */
#section_stand {
  margin-bottom: 100px;
}

#section_stand .cols {
  display: flex;
  justify-content: center;
  margin-top: 20px;
  margin-bottom: 30px;
}

#section_stand .cols .col {
}

#section_stand .cols .col.right {
  margin-left: 40px;
  padding-left: 20px;
}

#section_stand .col .map {
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  height: 330px;
  background: url(../image/img_map.png) no-repeat;
  background-position: bottom right;
  background-size: 349px auto;
}

#section_stand .col .map p {
  font-size: 28px;
  text-align: center;
}

#section_stand .col .map p .large {
  display: inline-block;
  font-size: 85px;
  margin-top: 20px;
  padding: 0 5px;
}

#section_stand .col .fig {
  display: flex;
  height: 100%;
  flex-direction: column;
  justify-content: center;
}

#section_stand .col .fig p {
  display: flex;
  align-items: center;
  justify-content: center;
  box-sizing: border-box;
  width: 340px;
  padding: 25px;
  font-size: 20px;
  font-weight: 600;
  background-color: #fff;
  text-align: center;
}

#section_stand .col .fig p + p {
  margin-top: 20px;
}

#section_stand .col .fig p .small {
  font-size: 19px;
  margin-left: 40px;
}

#section_stand .col .fig p .large {
  font-size: 24px;
  padding: 0 3px;
}

/* ------------------------------------------------------------
*
  #section_cable
*
------------------------------------------------------------ */
#section_cable {
  margin-bottom: 150px;
}

#section_cable .cols {
  display: flex;
  margin-top: 30px;
  padding-bottom: 260px;
  background: url(../image/img_charge_plug_pc.png) no-repeat;
  background-size: 769px auto;
  background-position: bottom center;
}

#section_cable .cols .col {
  margin-left: 338px;
}

#section_cable .cols .col:first-child {
  margin-left: 0;
}

#section_cable .cols .col h4 {
  color: #6699c3;
  font-size: 18px;
  margin-bottom: 15px;
}

#section_cable .cols .col h4 .small {
  font-size: 14px;
}

#section_cable .cols .col p {
  font-size: 16px;
  font-weight: 500;
  line-height: 1.7em;
}

#section_cable .cols .col p.caution {
  font-size: 12px;
  margin-top: 10px;
}

/* ------------------------------------------------------------
*
  #section_remote
*
------------------------------------------------------------ */
#section_remote {
  margin-bottom: 150px;
}

#section_remote .desc {
  white-space: nowrap;
}

#section_remote .cols {
  display: flex;
  justify-content: center;
  margin-top: 30px;
  margin-bottom: 50px;
}

#section_remote .cols .col {
  margin-left: 30px;
}

#section_remote .cols .col:first-child {
  margin-left: 0;
}

#section_remote .cols .col .pic img {
  width: auto;
  height: 300px;
}

#section_remote .cols .col .note {
  font-size: 14px;
  font-weight: 500;
  margin-top: 10px;
  line-height: 1.4em;
}

/* ------------------------------------------------------------
*
  #section_search
*
------------------------------------------------------------ */
#section_search {
  margin-bottom: 150px;
}

#section_search .cols {
  display: flex;
  justify-content: center;
  margin-top: 30px;
  margin-bottom: 50px;
  padding: 35px 0 35px;
  background-color: #90badd;
}

#section_search .cols .col {
  margin-left: 120px;
}

#section_search .cols .col:first-child {
  margin-left: 0;
}

#section_search .cols .col h4 {
  color: #fff;
  font-size: 18px;
  font-weight: bold;
  padding-bottom: 10px;
  margin-bottom: 20px;
  border-bottom: 2px solid #fff;
}

#section_search .cols .col .pic img {
  width: 307px;
}

#section_search .cols .col .note {
  font-size: 14px;
  font-weight: 500;
  margin-top: 10px;
  line-height: 1.4em;
}

#section_search .memo {
	display: block;
    font-size: 12px;
    position: absolute;
    bottom: 18px;
    right: 30px;
}

/* ------------------------------------------------------------
*
  #section_card
*
------------------------------------------------------------ */
#section_card {
  margin-bottom: 150px;
}

#section_card .desc {
  white-space: nowrap;
}

#section_card .cols {
  display: flex;
  justify-content: center;
  margin-top: 30px;
  margin-bottom: 30px;
}

#section_card .cols .col {
  width: 380px;
}

#section_card .cols .col .pic {
  font-size: 14px;
}

#section_card .cols .col img {
  margin-bottom: 10px;
}

#section_card .cols .col.card .pic img {
  width: 315px;
}

#section_card .cols .col.mark .cols2 {
  display: flex;
  justify-content: space-around;
}

#section_card .cols .col.mark .pic img {
  width: 152px;
}

#section_card .cols .col .note {
  font-size: 14px;
  font-weight: 500;
  margin-top: 30px;
  line-height: 1.4em;
  text-align: center;
}

#section_card .caution {
  margin-bottom: 40px;
}

#section_card .btn_yellow span {
  font-size: 14px;
  color: #666666 !important;
}

/* ------------------------------------------------------------
*
  #section_plan
*
------------------------------------------------------------ */
#section_plan {
  /*margin-bottom: 50px;*/
}

#section_plan .table {
  margin-bottom: 15px;
}

#section_plan .table dl {
  display: flex;
  flex-wrap: wrap;
}

#section_plan .table dt {
  box-sizing: border-box;
  width: 560px;
  background-color: #90badd;
  margin-bottom: 4px;
  padding: 10px 25px;
  display: flex;
  align-items: center;
  color: #fff;
  font-size: 18px;
}

#section_plan .table dt.narrow {
  width: 312px;
}

#section_plan .table dd {
  box-sizing: border-box;
  width: 416px;
  padding: 30px 0 30px;
  background-color: #fff;
  margin-left: 4px;
  margin-bottom: 4px;
  text-align: center;
  display: flex;
  justify-content: center;
  align-items: center;
  line-height: 1.7em;
}

#section_plan .table dd .large {
  font-size: 48px;
}

#section_plan .table dd.wide {
  width: 664px;
  background: none;
  padding: 0;
}

#section_plan .table dd table {
  box-sizing: border-box;
  width: 100%;
}

#section_plan .table dd th {
  box-sizing: border-box;
  width: 246px;
  text-align: left;
  background-color: #90badd;
  padding: 10px;
  border-bottom: 4px solid #e7eef5;
  color: #fff;
}

#section_plan .table dd tr:last-child th {
  border-bottom: none;
}

#section_plan .table dd td {
  width: 416px;
  text-align: center;
  background-color: #fff;
  vertical-align: middle;
  border-left: 4px solid #e7eef5;
}

#section_plan .info {
  margin-top: 50px;
}

#section_plan .info h4 {
  font-size: 20px;
  font-weight: bold;
  color: #6699c3;
  margin-bottom: 15px;
}

#section_plan .info p {
  font-size: 16px;
  padding-left: 20px;
}

#section_plan .memo {
    font-size: 12px;
    text-align: right;
	margin-bottom: 4px;
}

/* ------------------------------------------------------------
*
  #section_bottom
*
------------------------------------------------------------ */
#section_bottom {
  padding: 55px 0 160px;
}

#section_bottom h3 {
  font-size: 24px;
  padding: 0;
  font-weight: 500;
  text-align: center;
  margin-bottom: 40px;
}



.modal_mov_open {
  position: relative;
  cursor: pointer;
  line-height: 0;
}

.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: 165px auto;
  transition: background .2s ease-out;
}

.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;
}

.modal_mov_open.covered:hover::after {
  background-color: rgba(0, 0, 0, 0);
}

.modal_mov_open img {
  display: block;
  width: 100%;
  height: auto;
}



/* ------------------------------------------------------------
*
  Banner_Wired
*
------------------------------------------------------------ */
.banner_wired{
  margin: -140px 0 0 0;
}


}
