﻿@charset "utf-8";
/* Campaign CSS */

/* =================================================
 * font
 * ================================================*/
  
@font-face {
  font-family: AudiType;
  src: url("../../../common/fonts/AudiTypeV02-Normal.woff") format("woff");
}
@font-face {
  font-family: AudiTypeBold;
  src: url("../../../common/fonts/AudiTypeV02-Bold.woff") format("woff");
}
@font-face {
  font-family: AudiTypeExtendedNormal;
  src: url("../../../common/fonts/AudiTypeV02-ExtendedNormal.woff") format("woff");
}
@font-face {
  font-family: AudiTypeExtendedItalic;
  src: url("../../../common/fonts/AudiTypeV02-ExtendedItalic.woff") format("woff");
}
@font-face {
  font-family: AudiTypeExtendBold;
  src: url("../../../common/fonts/AudiTypeV02-ExtendedBold.woff") format("woff");
}
@font-face {
  font-family: AudiTypeExtendedBoldItalic;
  src: url("../../../common/fonts/AudiTypeV02-ExtendedBoldItalic.woff") format("woff");
}
.atn {
  font-family: AudiType;
  font-weight: normal !important;
}
.atb {
  font-family: AudiTypeBold;
  font-weight: normal !important;
}
.aten {
  font-family: AudiTypeExtendedNormal;
  font-weight: normal !important;
}
.atei {
  font-family: AudiTypeExtendedItalic !important;
  font-weight: normal !important;
  padding: 0;
}
.ateb {
  font-family: AudiTypeExtendBold !important;
  font-weight: normal !important;
  padding: 0;
}
.atebi {
  font-family: AudiTypeExtendedBoldItalic;
  font-weight: normal !important;
  padding: 0;
}
#wrapper {
  position: relative;
  -webkit-text-size-adjust: 100%;
}
/* レイアウト */
.block_section {
  max-width: 950px;
  margin: 0 auto;
}
.block_section_1 {
  max-width: 950px;
  margin: 0 auto;
}
@media screen and (max-width:640px) {
  .block_section {
    width: auto;
    margin: 40px 20px;
  }
  .block_section_1 {
    width: auto;
    margin: 0 20px 40px;
  }
}
#introduction {
  margin-top: 40px;
  margin-bottom: 50px;
}
#introduction h2 {
  font-size: 25px;
  font-weight: bold;
}
#introduction h2 span.large {
  font-size: 35px;
}
#introduction .payment p {
  font-weight: bold;
  font-size: 22px;
  margin: 20px 0;
}
#introduction .payment p span {
  font-size: 15px;
}
@media screen and (max-width:640px) {
  #introduction h2 {
    font-size: 17px;
    line-height: 1.4;
  }
  #introduction h2 span.large {
    font-size: 25px;
    line-height: 1.4;
  }
  #introduction .payment p {
    font-size: 18px;
  }
  #introduction .payment p span {
    font-size: 12px;
  }
}

#photogallery {
  padding: 70px 0;
}
#photogallery h3 {
  font-size: 30px;
  font-weight: bold;
  margin-bottom: 20px;
}
#photogallery .swiper-container {
  text-align: center;
  max-width: 940px;
  width: 100%;
  margin-bottom: 10px;
}
#photogallery .swiper-container .swiper-slide img{
  max-width: 100%;
  width: 100%;
  height: auto;
}
@media screen and (max-width:640px) {
  #photogallery {
    padding: 20px 0 0;
  }
  #photogallery h3 {
    font-size: 20px;
    margin-bottom: 10px;
  }
}

.thumb_fix {
	width: 940px;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  list-style-type: none;
  margin: 0 auto;
}
.thumb_fix li {
  box-sizing: border-box;
  width: 9%;
	margin: 0 1% 10px 0;
}
.thumb_fix li:nth-child(10n) {
	margin-right: 0;
}
.thumb_fix li img {
  width: 100%;
}
@media screen and (max-width:640px) {
  .thumb_fix {
    flex-wrap: wrap;
    margin: 10px auto;
    padding: 0;
    width: auto;
  }
  .thumb_fix li {
    width: 18%;
    height: auto;
		margin: 0 2% 2% 0;
  }
	.thumb_fix li:nth-child(5n) {
		margin-right: 0;
	}
}

.features {
  /* background-color: #f3f3f3; */
  /* margin-top: 50px; */
  margin-bottom: 50px;
  padding-bottom: 30px;
}
.features .presen {
  padding-top: 40px;
}
.features .presen h3 {
  font-size: 28px;
  line-height: 1.4;
}
h3.model {
  font-size: 28px;
}
.features .features_txt {
  font-size: 17px;
  margin: 20px 0 0px 0;
}
.u_flex {
  display: flex;
}
.features_list {
  width: 100%;
  justify-content: space-between;
  align-items: flex-start;
  margin-top: 20px;
}
.features_list li {
  background-color: #fff;
  align-self: stretch;
  width: calc(100%/3);
  margin-right: 2%;
}
.features_list li:last-child {
  margin-right: 0;
}
.features_list li.col2 {
  /* background-color: #f3f3f3; */
  align-self: stretch;
  width: 50%;
  margin-right: 2%;
}
.features_list li.col3 {
  background-color: #f3f3f3;
  align-self: stretch;
  width: calc(100% / 3);
  margin-right: 2%;
}
.features_funclist_box {
  padding: 10px;
}
.features_funclist_box h4 {
  font-size: 17px;
  margin-bottom: 5px;
  line-height: 1.3;
}
.features_funclist_box > div {
  font-size: 12px;
}

@media screen and (max-width:640px) {
  .features {
    margin-bottom: 20px;
    padding-bottom: 1px;
  }
  .features .presen h3 {
    font-size: 21px;
    line-height: 1.4;
  }
  h3.model {
    font-size: 22px;
  }
  .features .features_txt {
    font-size: 15px;
  }
  .u_flex {
    display: block;
  }
  .features_list li {
    width: 100%;
    margin-right: 0;
    margin-bottom: 30px;
  }
  .features_list li.col2 {
    background-color: #f3f3f3;
    align-self: stretch;
    width: 100%;
    margin-right: 0;
  }
  .features_list li.col3 {
    background-color: #f3f3f3;
    width: 100%;
    margin-right: 0;
  }
  .features_funclist_box {
    padding-bottom: 20px;
  }
  .features_funclist_box > div {
    font-size: 15px;
  }
}

.link_area, .link_area_border {
  margin: 40px 0 30px;
}
.link_area li a {
  display: inline-block;
  width: 40%;
  text-align: center;
  padding: 12px 50px;
  background-color: #000;
  color: #fff;
  font-size: 17px;
  position: relative;
}
.link_area_border li a {
  display: inline-block;
  width: 40%;
  text-align: center;
  padding: 10px 50px;
  border: solid 1px #fff;
  color: #fff;
  font-size: 17px;
  position: relative;
}
.link_area_border_black li a {
  display: inline-block;
  width: 40%;
  text-align: center;
  padding: 10px 50px;
  border: solid 1px #000;
  color: #000;
  font-size: 17px;
  position: relative;
}
.link_area a:after, .link_area_border a:after {
  content: "";
  width: 10px;
  height: 10px;
  border-top: 1px solid #FFF;
  border-right: 1px solid #FFF;
  transform: translate(-50%, -50%) rotate(45deg);
  position: absolute;
  top: 50%;
  right: 15px;
}
.link_area_border_black a:after {
  content: "";
  width: 10px;
  height: 10px;
  border-top: 1px solid #000;
  border-right: 1px solid #000;
  transform: translate(-50%, -50%) rotate(45deg);
  position: absolute;
  top: 50%;
  right: 15px;
}

@media screen and (max-width:640px) {
  .link_area, .link_area_border {
    margin: 40px 0 10px;
  }
  .link_area li {
    text-align: center;
  }
  .link_area li a, .link_area_border li a, .link_area_border_black li a {
    display: block;
    width: 100%;
    padding: 12px 0;
    font-size: 16px;
  }
}

#support_campaign {
  background-color: #000;
  color: #fff;
  padding: 60px 50px;
  /* margin-bottom: 30px; */
}
#support_campaign .title_h2 {
  font-size: 28px;
  line-height: 1.6;
}
#support_campaign .title_h3 {
  font-size: 23px;
  line-height: 1.8;
}
#support_campaign .title_h3 .subchar {
  font-size: 17px;
}
#support_campaign .copy_text {
  font-size: 17px;
  font-weight: normal;
}
#support_campaign .copy_text ul {
  font-size: 15px;
  margin-top: 15px;
}
#support_campaign .copy_text ul li{
  font-size: 15px;
  font-weight: normal;
}
#support_campaign .exam_txt {
  font-size: 15px;
  margin-top: 0;
}
#support_campaign .dl_1, .dl_1_border {
  display: flex;
  flex-wrap: wrap;
  margin: 10px 0 40px;
}
#support_campaign .dl_1 dt {
	width: 50%;
  font-size: 17px;
  margin-bottom: 5px;
}
#support_campaign .dl_1 dd {
	width: 50%;
  font-size: 17px;
  margin-bottom: 5px;
}
.cam_link li {
  margin: 40px 0 10px;
}
.cam_link li a {
  border: 1px solid #fff;
  padding: 15px 120px;
  background-color: #000;
  color: #fff;
  font-size: 17px;
  position: relative;
}
.cam_link li a::after{
  content: "";
  width: 10px;
  height: 10px;
  border-top: 1px solid #fff;
  border-right: 1px solid #fff;
  transform: translate(-50%, -50%) rotate(45deg);
  position: absolute;
  top: 50%;
  right: 15px;
}

@media screen and (max-width:640px) {
  #support_campaign {
    padding: 50px 20px 40px;
  }
  #support_campaign .title_h2 {
    font-size: 22px;
    line-height: 1.6;
  }
  #support_campaign .title_h3 {
    font-size: 17px;
    line-height: 1.6;
  }
  #support_campaign .title_h3 .subchar {
    font-size: 15px;
  }
  #support_campaign .copy_text {
      font-size: 17px;
      line-height: 1.5;
      font-weight: normal;
  }
  #support_campaign .copy_text .exam_txt {
    font-size: 12px;
  }
  #support_campaign .dl_1 {
    display: flex;
    flex-wrap: wrap;
    padding: 20px 0 10px;
    margin: 0;
  }
  #support_campaign .dl_1 dt {
    width: 100%;
    font-size: 17px;
    margin-bottom: 0;
  }
  #support_campaign .dl_1 dd {
    width: 100%;
    font-size: 17px;
    margin-bottom: 20px;
  }
  #test_drive .title_h3 , #test_drive2 .title_h3{
    font-size: 20px;
    line-height: 1.4;
  }
  .cam_link li {
    text-align: center;
  }
  .cam_link li a {
    display: block;
    width: 100%;
    padding: 10px 0;
  }
}

#test_drive , #test_drive2 {
	background:#ffffff;
	/*
  background-image: url(../img/testdrive_back_pc.jpg);
	*/
}
#test_drive .testdrive_inner , #test_drive2 .testdrive_inner{
	/*
  background-color: rgba( 255, 255, 255, 0.8 );
	*/
  padding: 50px 50px 30px;
}
#test_drive h3 , #test_drive2 h3{
  font-size: 30px;
  margin-bottom: 10px;
}
#test_drive .test_drive_txt , #test_drive2 .test_drive_txt{
  font-size: 17px;
  margin-top: 20px;
}
#test_drive .test_drive_txt span , #test_drive2 .test_drive_txt span{
  font-size: 22px;
  line-height: 1.5;
  font-weight: bold;
}
.test_drive_link_area {
  margin: 40px 0 30px;
}
/* .test_drive_link_area li a {
  padding: 15px 120px;
  background-color: #000;
  color: #fff;
  font-size: 18px;
}
@media screen and (max-width:640px) {
  .test_drive_link_area li {
    text-align: center;
  }
  .test_drive_link_area li a {
    display: block;
    width: 100%;
    padding: 15px 0;
    font-size: 16px;
  }
} */
@media screen and (max-width:640px) {
  #test_drive {
    /*
    background-image: url(../img/testdrive_back_sp.jpg);
    */
  }
  #test_drive .testdrive_inner,
  #test_drive2 .testdrive_inner {
    padding: 40px 20px;
  }
}

.pagetop {
  position: fixed;
  right: 50px;
}
.sp {
  display: none;
}
.endtitle_top {
  font-size: 20px;
  font-weight: bold;
  line-height: 1.5;
  display: block;
  margin: 35px auto -15px;
}
.features_txt .txt_cap {
	margin: 15px 0 35px;
}
.cap {
  font-size: 12px;
  display: inline-block;
  margin-top: 10px;
}
.u_flex.features_list li img {
	max-width: initial;
	width: 100%;
}
.basic_link {
  width: 88.5%;
  margin: 50px auto 30px;
}
.title_h3 {
  font-size: 23px;
  line-height: 1.4;
}
.txt_lead {
  font-size: 17px;
}
.text_1 {
  font-size: 25px;
  line-height: 1.5;
  margin-bottom: 10px;
}
.text_2 {
  font-size: 20px;
}
.text_3_c {
  font-size: 22px;
  font-weight: bold;
  text-align: center;
  line-height: 1.35;
}
.text_4_c {
  font-size: 36px;
  font-weight: bold;
  text-align: center;
}
.text_5 {
	font-size: 23px;
	font-weight: bold;
	line-height: 1.7;
	margin-bottom: 10px;
}
.text_6 {
  font-size: 20px;
}
.text_link a {
  font-size: 17px;
  position: relative;
  text-decoration: none;
  margin-left: 20px;
}
.text_link a:before {
  content: "";
  width: 10px;
  height: 10px;
  border-top: 1px solid #000;
  border-right: 1px solid #000;
  transform: translate(-50%, -50%) rotate(45deg);
  position: absolute;
  top: 50%;
  left: -15px;
}
.text_link a:hover {
  text-decoration: underline;
}
.bold {
  font-weight: bold!important;
}
.border {
  border-bottom: 1px solid #000;
  width: 90%;
  margin: 0 auto 50px;
}
.ml {
  margin-left: 80px;
}
.txt_cap {
	display: block;
  font-size: 15px;
	margin-top: 20px;
}
.flex_wrap {
	display: flex;
	flex-wrap: wrap;
  justify-content: space-between;
}
.flex_wrap_inner_w35 {
	width: 35%;
}
.flex_wrap_inner_w65 {
	width: 62%;
	margin: 0 0 25px 3%;
}
.flex_wrap_inner_w50 {
  width: 48.5%;
}
.flex_wrap_inner_w45 {
	width: 47%;
  margin: 10px 0;
}
.flex_wrap_inner_w55 {
	width: 50%;
  margin: 10px 0;
}
.flex_wrap_inner_w55.col2 {
  border-left: 1px solid #000
}
.img_w50 {
	width: 100%;
	margin-bottom: 0;
}
.img_w100 {
	margin-bottom: 20px;
}

.btn_box {
  width: 100%;
  min-width: 320px;
	display: inline-block;
	font-size: 17px;
	color: #ffffff;
	line-height: 1.25;
	text-align: center;
	text-decoration: none;
	padding: 15px 60px;
  background: #000000;
  position: relative;
}
.btn_box_full {
	display: block;
	font-size: 17px;
	color: #ffffff;
	line-height: 1.25;
	text-align: center;
	text-decoration: none;
  padding: 15px 30px;
  margin: 10px 0 10px;
  background: #000000;
  position: relative;
}
.btn_box:hover,
.btn_box_full:hover {
	opacity: .7;
}
.btn_box_full:after {
  content: "";
  width: 10px;
  height: 10px;
  border-top: 1px solid #FFF;
  border-right: 1px solid #FFF;
  transform: translate(-50%, -50%) rotate(45deg);
  position: absolute;
  top: 50%;
  right: 15px;
}
.btn_box_border {
	color: #000000;
	background: transparent;
	border: solid 1px #000000;
}
.btn_box_border_70 {
  width: 70%;
  display: inline-block;
	font-size: 17px;
	line-height: 1.25;
	text-align: center;
	text-decoration: none;
	padding: 15px 60px;
  position: relative;
	color: #000000;
	border: solid 1px #000000;
}
.btn_box_border_70 span:after,
.btn_box_border span:after {
  content: "";
  width: 10px;
  height: 10px;
  border-top: 1px solid #000;
  border-right: 1px solid #000;
  transform: translate(-50%, -50%) rotate(45deg);
  position: absolute;
  top: 50%;
  right: 15px;
}

@media screen and (max-width:640px) {
  .title_h3 {
    font-size: 21px;
    line-height: 1.4;
  }
  .txt_lead {
    font-size: 16px;
  }
  .txt_cap {
  font-size: 15px;
  margin-top: 10px;
  }
  .text_1 {
    font-size: 22px;
    line-height: 1.5;
    margin-bottom: 10px;
  }
  .text_2 {
    font-size: 15px;
  }
  .text_3_c {
    font-size: 20px;
    font-weight: bold;
    text-align: center;
    line-height: 1.35;
  }
  .text_4_c {
    font-size: 33px;
    font-weight: bold;
    text-align: center;
  }
  .text_5 {
    font-size: 23px;
    font-weight: bold;
    line-height: 1.4;
    margin-bottom: 10px;
  }
  .text_6 {
    font-size: 20px;
  }
  .flex_wrap {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
  }
  .flex_wrap_inner_w45 {
    width: 100%;
    margin: 10px 0;
  }
  .flex_wrap_inner_w55 {
    width: 100%;
    margin: 10px 0;
  }
  .flex_wrap_inner_w45.col2 {
    width: 48%;
  }
  .flex_wrap_inner_w55.col2 {
    width: 49%;
    border-left: 1px solid #000
  }
  .flex_wrap_inner_w35 {
    width: auto;
    margin: 0 0 25px 0;
  }
  .flex_wrap_inner_w65 {
    width: auto;
    margin: 0 0 25px 0;
  }
  .flex_wrap_inner_w50 {
    width: 100%;
  }
  .img_w50 {
    width: 100%;
    margin-bottom: 0;
  }
  .img_w100 {
    width: 100%;
    margin-bottom: 20px;
  }
  .btn_box {
    display: block;
    font-size: 18px;
    color: #ffffff;
    line-height: 1.35;
    text-align: center;
    text-decoration: none;
    padding: 15px ;
    background: #000000;
  }
  .btn_box_full {
    display: block;
    font-size: 16px;
    color: #ffffff;
    line-height: 1.35;
    text-align: center;
    text-decoration: none;
    padding: 15px ;
    background: #000000;
  }
  .btn_box:hover {
    opacity: 1;
  }
  .btn_box_border {
    color: #000000;
    background: #ffffff;
    border: solid 1px #000000;
  }
  .btn_box_border_70 {
    width: 100%;
    display: inline-block;
    font-size: 17px;
    line-height: 1.25;
    text-align: center;
    text-decoration: none;
    padding: 15px 60px;
    position: relative;
    color: #000000;
    border: solid 1px #000000;
  }
  .pagetop {
    right: 15px;
  }
  .sp {
    display: block;
  }
  .pc {
    display: none;
  }
}

/* simulation btn */
.pattern_btn {
  width: 320px;
  height: 60px;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 1.6rem;
  font-family: AudiType, Verdana, Helvetica, Arial, DFHS, sans-serif;
  color: #000;
  border: 1px solid #000;
}
@media (max-width: 640px) {
  .pattern_btn {
    width: 100%;
    height: 50px;
    font-size: 1.4rem;
  }
}