@charset "UTF-8";
/*　*/
/**************************************************
		Reset
**************************************************/
@import url("https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@300;500;700&display=swap");

* {
  margin: 0;
  padding: 0;
  font-size: 100%;
  box-sizing: border-box;
}

body {
  margin: 0;
  padding: 0;
  background: #fff;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 400;
  color: #000;
  -webkit-text-size-adjust: 100%;
  font-feature-settings: "palt";
}

main,article,aside,dialog,figure,header,footer,hgroup,nav,section {
  display: block;
}

img {
  border: 0;
  width: 100%;
  max-width: 100%;
  height: auto;
  line-height: 1;
  vertical-align: bottom;
  -ms-interpolation-mode: bicubic;
  box-sizing: content-box;
}

svg {
  max-width: 100%;
  height: auto;
  box-sizing: content-box;
}

ul li,ol li {
  list-style-type: none;
  list-style-position: outside;
}

table {
  border: 0;
  border-collapse: collapse;
  border-spacing: 0;
}

caption {
  text-align: left;
}

th,td {
  font-weight: normal;
  text-align: left;
  vertical-align: top;
}

sub,sup {
  position: relative;
  font-size: 80%;
  line-height: 0;
  vertical-align: baseline;
}

sub {
  bottom: -0.1em;
}

sup {
  top: -0.5em;
}

input,button,textarea,select {
  appearance: none;
  outline: none;
  border: none;
  border-radius: 0;
  background: none;
  font: inherit;
  color: inherit;
}

textarea {
  resize: vertical;
}

button {
  cursor: pointer;
}

/* ===== Clearfix ===== */
.clearFix:after {
  display: block;
  clear: both;
  visibility: hidden;
  height: 0;
  content: "";
}

a {
  text-decoration: none;
}

a,a *,a::before,a::after,a *::before,a *::after,button,button *,input[type="submit"] {
  transition: background-image 0.3s, background-color 0.3s, border-color 0.3s, color 0.3s, opacity 0.3s;
}


/**************************************************
		header
**************************************************/
header {
    z-index: 100;
    position: relative;
}
#navigation {
	position: fixed;
    width: 100%;
	max-width: 750px;
    z-index: 100;
}
#navigation .header_title {
    background: #ffde01;
	padding: 15px;
	position: relative;
    z-index: 10;
}
#navigation .header_title h1{
	display: block;
    width: 160px;
}
.menu-item-custom{
	flex-basis: 49%;
    margin-right: 2%;
    width: 49%;
}
.menu-item:nth-last-of-type(2){
    margin-right: 0;
}
.menu-item:nth-last-of-type(3) a{
	color: #fff;
    background: #3051fd;
}
.menu-item:nth-last-of-type(2) a{
	color: #fff;
    background: #fc4a4a;
}
.menu-item:nth-last-of-type(1) a{
	color: #fff;
    background: #000;
}
.menu-item-base {
	width: 100%;
    flex-basis: 100%;
}
.hamb {
    position: absolute;
    cursor: pointer;
    z-index: 300;
    right: 40px;
    top: 12px;
    width: 27px;
    height: 22px;
}
.black-bg ul{
    margin: 0;
    padding: 0;
    position: absolute;
    left: 50%;
    top: 110px;
    transform: translate(-50%, 0);
    width: 60%;
    align-content: flex-end;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
}
.black-bg ul li {
  text-align: center;
  padding: 6px 0;
}
.black-bg ul li a {
  color: #000;
  font-size: 16px;
  font-weight: bold;
  display: block;
  text-decoration: none;
  background: #fff;
  padding: 12px 0;
  border-radius: 10px;
}
.line {
  position: absolute;
  left: 13px;
  width: 27px;
  height: 3px;
  background-color: #09609d;
  top: 15px;
}
.line:nth-child(2)  {
  top: 24px;
}
.line:nth-child(3)  {
  top: 33px;
}
.black-bg {
  position: fixed;
  background: #ffde01;
  top: -100vh;
  width: 100%;
  max-width: 750px;
  height: 100%;
  visibility: hidden;
  overflow: hidden;
  transition: all .5s;
}
.black-bg.open {
  visibility: visible;
  top: 0;
}
#g-nav-sp li:nth-last-of-type(-n+4) {
    flex-basis: 49%;
    margin-right: 2%;
    width: 49%;
}
/*animation*/
#hamb.active .line:nth-child(1) {
    transform: translateY(9px) translateX(0) rotate(45deg);
}
#hamb.active .line:nth-child(2) {
    opacity: 0;
    background: #FFF;
}
#hamb.active .line:nth-child(3) {
    transform: translateY(-9px) translateX(0) rotate(-45deg);
}




/**************************************************
		main
**************************************************/
.fix_btn{
	position: fixed;
    display: flex;
    bottom: 0;
    z-index: 99;
}



/**************************************************
		main
**************************************************/
main{ 
    margin-top: 73px;
}
#wrapper {
    max-width: 750px;
    width: 100%;
    overflow: hidden;
    margin: auto;
    background: #ffffff;
}



/**************************************************
		cta
**************************************************/
.cta_area{
	position: relative;
}
.cta_area a{
	position: absolute;
}
.cta_area a:hover{
	opacity: .8;
}
.cta_area.CTA_03 a{
	position: absolute;
    bottom: 1.8%;
    width: 91.8%;
    right: 0;
    left: 0;
    margin: auto;
}
.cta_area.CTA_04 a{
	position: absolute;
    bottom: 5.5%;
    width: 91.8%;
    right: 0;
    left: 0;
    margin: auto;
}
.car_cate_block.cta_base{
	top: 764px;
}

.cta_btn {
	position: absolute;
    width: 724px;
    left: 23px;
}
.grn_btn{
	bottom: 1281px;
}
.red_btn{
	bottom: 891px;
}


/**************************************************
		car cate
**************************************************/
.car_cate{
    position: relative;
}
.car_cate_block{
	width: 100%;
    padding: 6.4% 6.4% 2%;
    margin: 0 0 7%;
    position: absolute;
    top: 470px;
}



/**************************************************
		car list
**************************************************/
.car_list{
	position: relative;
    margin-bottom: 500px;
}
.car_list_block{
	margin-top: -1370px;
}
.swiper-wrapper{
	overflow: visible !important;
	-webkit-transition-timing-function:linear!important;
	-o-transition-timing-function:linear!important;
	transition-timing-function:linear!important; 
}
.swiper-slide img {
    height: auto;
    width: 100%;
}
.swiper-slide {
	box-shadow: 0px 0.25rem 0.25rem 0px rgba(0, 0, 0, 0.2509803922);
    background-color: #fff;
    padding: 10px 0;
	margin: 8px;
    border-radius: 40px;
    text-align: center;
}
.infinity__item-img{
	padding: 0 30px;
}
.infinity__item-logo {
    display: flex;
    flex-wrap: nowrap;
    justify-content: center;		
}
.infinity__item-logo img {
    max-height: 20px;
    width: auto;
}
.infinity__item-name{
    display: block;
	font-size: 18px;
}
.infinity__item-grade{
	display: block;
    font-size: 16px;
}
.car_list_btn{
	margin: 40px auto 0;
    display: block;
    width: 602px;
}



/**************************************************
		TV area
**************************************************/
.YT_area{
	position: relative;
}
.YT_area .YT_frame {
    aspect-ratio: 16 / 9;
	position: absolute;
    top: 230px;
    left: 30px;
    width: 92%;
}
.YT_area iframe {
    width: 100%;
    height: 100%;
}



/**************************************************
		voice
**************************************************/
.voice_block {
    width: 100%;;
    position: absolute;
    top: 260px;
}
.voice .slick-slide {
	margin: 0 13px;
}
.voice .slick-next {
    background-image: url(../../assets/img/common/arrow_03.png);
	right: 50px;
    width: 57px;
    height: 57px;
}
.voice .slick-prev {
    background-image: url(../../assets/img/common/arrow_04.png);
	left: 50px;
    width: 57px;
    height: 57px;
}



/**************************************************
		question
**************************************************/
.question_area {
    background: #fff3d3;
    padding: 0 0 70px;
}
.area_list {
    width: 92%;
    margin: auto;
    margin-bottom: 15px;
}
.area_list .cate {
    color: #484848;
    font-size: 25px;
    padding: 30px 80px 30px 110px;
    background: #fff url(../../assets/img/common/Q.png) no-repeat;
    background-position: left 25px top 50%;
    position: relative;
    font-weight: bold;
}
.accordion-content{
	color: #484848;
	font-size: 25px;
    padding: 30px 60px 30px 110px;
	background: #ffffff url(../../assets/img/common/A.png) no-repeat;
	background-position: left 25px top 20px;
	display: none;
    font-weight: bold;
    border-top: 1px solid #dedede;
}
.accordion-content span{
	font-size: 20px;
    display: block;
}
.area_list .cate:before {
   position: absolute;
   content: '';
   pointer-events: none;
   top: 50%;
   right: 50px;
   background: url(../../assets/img/common/arrow.png) no-repeat;
   transform: translate(50%, -50%) rotate(180deg);
   width: 28px;
   height: 17px;
   transition: transform 0.3s ease; 
}
.area_list .cate.open:before {
   transform: translate(50%, -50%) rotate(0deg);
   top: 50%;
}



/**************************************************
		footer
**************************************************/
footer{
    margin-bottom: 128px;
}
footer .footer_menu{
	background: #0A5A96;
    color: #ffffff;
    padding: 70px 30px;
}
footer .menu-content{
	display: none;
	margin-top: 10px;
}
footer .title{
	display: block;
    color: #fff;
    padding: 14px 0;
    font-size: 28px;
    position: relative;
    border-bottom: 1px solid #fff;
}
footer .menu-content a{
    display: block;
    color: #fff;
    padding: 5px 0 5px 25px;
    font-size: 26px;
    position: relative;
}
footer .title:before {
    content: '';
    position: absolute;
    right: 39px;
    width: 5px;
    height: 26px;
    background: #fff;
    top: 50%;
    -webkit-transform: translate(0%, -50%);
    transform: translate(0%, -50%);
    transition: all .5s ease;
}
footer .title:after {
    content: '';
    position: absolute;
    right: 28px;
    width: 26px;
    height: 5px;
    background: #fff;
    top: 50%;
    -webkit-transform: translate(0%, -50%);
    transform: translate(0%, -50%);
}
footer .ft-accordion-title.open:before {
	display: none;
}
footer .copyright{
    color: #fff;
	font-size: 18px;
    background-color: #000;
	padding: 30px;
    text-align: center;
}



/**************************************************
		Responsive(SP)
**************************************************/
@media screen and (max-width: 750px) {

.car_cate_block {
    top: 64vw;
}
.car_cate_block.cta_base{
	top: 102vw;
}
	


.cta_btn {
    width: 95%;
    left: 4vw;
}
.grn_btn{
    bottom: 171vw;
}
.red_btn{
	bottom: 119.5vw;
}



.car_list {
    margin-bottom: 66vw;
}
.car_list_block {
    margin-top: -182vw;
}
.swiper-slide {
    box-shadow: 0px 0.25rem 0.25rem 0px rgba(0, 0, 0, 0.2509803922);
    padding: 2vw 0;
    margin: 1vw;
    border-radius: 6vw;
}
.infinity__item-img {
    padding: 0 6.4vw;
}
.infinity__item-logo img {
    max-height: 4vw;
}
.infinity__item-name {
    font-size: 3vw;
}
.infinity__item-grade {
    font-size: 2.5vw;
}
.car_list_btn {
    margin: 4vw auto 60vw;
    display: block;
    width: 80%;
}	



.YT_area .YT_frame {
    top: 30vw;
    left: 4.2vw;
}


	
.voice_block {
    top: 37vw;
}
.voice .slick-slide {
    margin: 0 2vw;
}
.voice .slick-next {
    right: 8vw;
    width: 8vw;
    height: 8vw;
}
.voice .slick-prev {
    left: 8vw;
    width: 8vw;
    height: 8vw;
}
	


.question_area {
    padding: 0 0 10%;
}
.area_list .cate {
    font-size: 3.5vw;
    padding: 5vw 13vw 5vw 16vw;
    background-position: left 4vw top 14px;
    background-size: 10%;
}
.accordion-content {
    font-size: 3.5vw;
    padding: 5vw 13vw 5vw 16vw;
    background-position: left 4vw top 14px;
    background-size: 10%;
}
.accordion-content span {
    font-size: 3vw;
}
.area_list .cate:before {
    right: 7vw;
    width: 4vw;
	height: 3vw;
    background-size: contain;
}


footer {
	margin-bottom: 17vw;
}
footer .footer_menu {
    padding: 12vw 5vw;
}
footer .title {
    padding: 3vw 0;
    font-size: 4vw;
}
footer .menu-content a {
    padding: 1vw 0 1vw 6vw;
    font-size: 4vw;
}
footer .title:after {
    right: 4vw;
    width: 4.5vw;
    height: .8vw;
}
footer .title:before {
    content: '';
    position: absolute;
    right: 5.9vw;
    width: .8vw;
    height: 4.5vw;
}
footer .copyright{
	font-size: 3vw;
    padding: 5vw;
}

}

@media screen and (max-width: 500px) {
	
#navigation .header_title h1 {
    width: 120px;
}
.hamb {
    top: 6px;
}
.black-bg ul {
    margin: 0;
    padding: 0;
    position: absolute;
    left: 50%;
    top: 110px;
    transform: translate(-50%, 0);
    width: 80%;
    align-content: flex-end;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
}
.black-bg ul li {
    padding: 1.5vw 0;
}
.black-bg ul li a {
    font-size: 4vw;
    padding: 3vw 0;
}

main {
    margin-top: 62px;
}


}