@charset "utf-8";
/* CSS Document */

#home{
	overflow-x: hidden;
	overflow-y: scroll;
}

#home #main{
	position: relative;
}

#home .slide{
	position:absolute;
	top: 0;
	left: 0;
	width: 100%;
	z-index: -1;
}

#home #main::after{
	content: "";
	display: inline-block;
	width: 225px;
	height: 225px;
	background: url("../img/home/header_bg02.png") no-repeat;
	background-size: contain;
	position: absolute;
	bottom: 0;
	right: 0;
	z-index: -1;
}

#home .img-box{
  width: 100%;
  height: 46vw;
  overflow: hidden;
  position: relative;
}
#home .img-box div{
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 46vw;
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat;
  z-index: 10;
  opacity: 0;
  animation-name: fade;
  animation-duration: 10s;
  animation-iteration-count: infinite;
}
@keyframes fade {
  0%{
    opacity: 0;
  }
  20%{
    opacity: 3;
  }
  80%{
    opacity: 0;
    transform: scale(1.1);
  }
  100%{
    z-index: 0;
    opacity: 0;
  }
}
/* 1枚目のスライド */
#home .img-box div:first-of-type{
  background-image: url("../img/home/header_slide01.webp");
}


/* 2枚目のスライド */
#home .img-box div:nth-of-type(2){
  background-image: url("../img/home/header_slide02.webp");
  animation-delay: 6s;
}

#home .box01{
	z-index: -1;
	width: 100%;
	text-align: center;
	font-size: 28px;
	color: #fff;
	position: absolute;
    top: 40%;
	letter-spacing: 0.1em;
}

#home .box02{
	position: absolute;
	bottom: 0;
    left: 50%;
    transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
	width: 100%;
	max-width: 1200px;
	align-items: end;
	padding-bottom: 40px;
	display: flex;
	justify-content: space-between;
}

#home .left_area{
	width: 100%;
	max-width: 420px;
}

#home .bnr_area{
	width: 100%;
	max-width: 160px;
}

@media screen and (max-width: 798px){
	#home .box02{
		justify-content: space-evenly;
	}
	#home .left_area{
		width: 65%;
	}
	#home .left_area img{
		width: 100%;
	}
	#home .bnr_area{
		width: 25%;
	}
}

/**sec01**/

#home #sec01{
	padding-top: 93px;
}

#home #sec01 .inner{
	display: flex;
	max-width: 1000px;
	margin: 0 auto;
	justify-content: space-between;
	position: relative;
}

#home #sec01 .inner::after{
	content: "";
	display: inline-block;
	width: 493px;
	height: 735px;
	background: url("../img/home/sec01_bg.png") no-repeat;
	background-size: contain;
	position: absolute;
	top: -80px;
    left: -37%;
    z-index: -1;
}

#home #sec01 .inner h3{
	font-size: 40px;
	color: #fff;
	line-height: 1em;
}

#home #sec01 .inner .box{
	max-width: 835px;
	width: 100%;
}

#home #sec01 .inner .box p{
	padding-bottom: 28px;
	margin-bottom: 28px;
	width: 100%;
	border-bottom: solid 1px #464646;
}

#home #sec01 .inner .box p a{
	color: #fff;
	word-wrap: break-word;
	display: flex;
}

#home #sec01 .inner .box p a b{
	font-weight: normal;
	width: 88%;
}

#home #sec01 .inner .box p a:hover{
	opacity: 1;
	color: #ffe100;
}

#home #sec01 .inner .box p a span{
	display: block;
	width: 12%;
}

#home #sec01 .inner .box .btn{
	text-align: right;
}

#home #sec01 .inner .box .btn a{
	color: #fff;
	text-decoration: underline;
	display: inline-block;
}

#home #sec01 .inner .box .btn a span{
	display: flex;
    align-items: center;
	position: relative;
}

#home #sec01 .inner .box .btn a span::before{
	content: "";
	display: inline-block;
	width: 18px;
	height: 18px;
	background: url("../img/common/arrow_y.svg") no-repeat;
	background-size: contain;
	margin-right: 8px;
}

#home #sec01 .inner .box .btn a:hover{
	text-decoration: none;
	opacity: 1;
	color: #ffe100;
}

@media screen and (max-width: 965px){
	#home #sec01 .inner{
		display: block;
		padding: 0 20px;
	}
	#home #sec01 .inner h3{
		margin-bottom: 30px;
	}
}

@media screen and (max-width: 798px){
	#home #sec01 .inner::after{
		width: 273px;
		top: -80px;
    	left: -35%;
	}
	#home #sec01 .inner .box p a{
		display: block;
	}
	#home #sec01 .inner .box p a span,
	#home #sec01 .inner .box p a b{
		width: 100%;
	}
}
/**sec02**/

.rentacars_list > li{
	background-color: #2f2f2f;
}
.rentacars_list > li .image {
  width: 50%;
  position: relative;
}
.rentacars_list > li .image a:before{
	content: "";
	display: block;
	position: absolute;
	top: 0;
	left: 0;
	z-index: 9;
	width: 50px;
	height: 50px;
	background:  url("../img/common/icon_roupe.png") no-repeat center center;
	background-size: 50%;
}
.rentacars_list > li .image a{
	display: block;
	position: relative;
}
.rentacars_list > li .image a:nth-of-type(n+2){
	display: none;
}
.rentacars_list > li .text{
	width: 50%;
	padding-left: 32px;
}
.rentacars_list > li .text *{
	font-family: inherit;
	letter-spacing: 0.05em;
}
.attr_list li{
	padding: 2px 8px;
	border: 1px solid #FFF;
	border-radius: 5px;
}
.spec_list > div{
	border-bottom: 1px solid #FFF;
	padding-bottom: 4px;
}
.spec_list > div dd{
	margin-top: 2px;
}

#home #sec02{
	padding-top: 93px;
	padding-bottom: 65px;
	position:relative;
}

#home #sec02::after{
	content:"";
   display:block;
   width:85%;
   height:1px;
   background-color:#939393;
   position:absolute;
   bottom:0;
   left:0;
}

#home #sec02 .inner{
	max-width: 1000px;
	margin: 0 auto;
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	column-gap: 20px
}

#home #sec02 .inner .box{
	width: 32%;
	background: url("../img/home/sec02_bg01.png") no-repeat;
	background-size: 100%;
	background-position: bottom;
	margin-bottom: 46px;
}
#home #sec02 .inner .box .img img{
	width: 100%;
}

#home #sec02 .inner .box .txt{
	padding: 10px;
	color: #fff;
}

#home #sec02 .inner .box .txt h4{
	font-size: 20px;
	margin-bottom: 10px;
}

#home #sec02 .inner .box .txt h5{
	font-size: 14px;
}

#home #sec02 .inner .box .txt p{
	font-size: 18px;
}

#home #sec02 .inner .box .txt p span{
	color: #ffe100;
	padding-right: 5px;
}

#home #sec02 .inner a.btn{
	max-width: 520px;
	width: 100%;
	display: block;
	background: #ffe100;
	font-size: 25px;
	font-weight: bold;
	text-align: center;
	padding: 20px 0;
	color: #000;
	margin: 0 auto;
}

#home #sec02 .inner a.btn:hover{
	background: #fff;
	opacity: 1;
	transition: 0.5s ;
}

@media screen and (max-width: 1000px){
	#home #sec02 .inner{
		padding: 0 20px;
		justify-content: space-evenly;
	}
	#home #sec02 .inner .box{
		margin-right: 0;
	}
	#home #sec02 .inner .box:nth-child(3){
		margin-left: 0;
	}
}

@media only screen and (max-width: 798px) {
	.rentacars_list > li .image{
		width: 100%;
	}
	.rentacars_list > li .text{
		width: 100%;
		padding: 20px;
	}
}


@media screen and (max-width: 408px){



	#home #sec02 .inner .box,
	#home #sec02 .inner .box img{
		max-width: 100%;
	}
}

/**sec03**/

#home #sec03{
	padding-top: 113px;
	padding-bottom: 145px;
	position:relative;
	
}

#home #sec03 .inner{
	max-width: 1000px;
	margin: 0 auto;
	position: relative;
}

#home #sec03 .inner::before{
	content: "";
	display: inline-block;
	width: 591px;
	height: 968px;
	background-size: contain;
	position: absolute;
	background: url("../img/home/sec03_bg01.png") no-repeat;
	top: -659px;
    right: -370px;
	z-index: -1;
}

#home #sec03 .inner::after{
	content: "";
	display: inline-block;
	width: 499px;
	height: 1106px;
	background-size: contain;
	position: absolute;
	background: url("../img/home/sec03_bg02.png") no-repeat;
	top: 160px;
    left: -220px;
	z-index: -1;
}

#home #sec03 .inner h3{
	font-size: 52px;
	color: #fff;
	display: flex;
	align-items: center;
	margin-bottom: 105px;
}

#home #sec03 .inner h3 span{
	font-size: 20px;
	padding-left: 53px;
}

#home #sec03 .inner .box{
	border-bottom: solid 1px #464646;
	max-width: 684px;
	padding-top: 30px;
	padding-bottom: 30px;
	display: flex;
	color: #fff;
	position: relative;
	margin-bottom: 60px;
}

#home #sec03 .inner .box .num{
	font-size: 79px;
	line-height: 1em;
	margin-right: 15px;
}

#home #sec03 .inner .box h4{
	font-size: 30px;
	margin-top: 10px;
	margin-bottom: 10px;
}

#home #sec03 .inner .box p{
	line-height: 1.4em;
}

#home #sec03 .inner .box::before{
	content: "";
	display: inline-block;
	width: 50px;
	height: 50px;
	background-size: contain;
	position: absolute;
	background: url("../img/common/kakko.svg") no-repeat;
	top: 0;
	left: -30px;
}

#home #sec03 .inner .box::after{
	content: "";
	display: inline-block;
	width: 168px;
	height: 168px;
	background-size: contain;
	position: absolute;
}

#home #sec03 .inner .box.b01::after{
	background: url("../img/home/sec03_img01.png") no-repeat;
	bottom: -30px;
    right: -60px;
}

#home #sec03 .inner .box.b02::after{
	background: url("../img/home/sec03_img02.png") no-repeat;
	bottom: 20px;
	right: 0;
}

#home #sec03 .inner .box.b03::after{
	background: url("../img/home/sec03_img03.png") no-repeat;
	bottom: -30px;
    right: -60px;
}

#home #sec03 .inner .box.b04::after{
	background: url("../img/home/sec03_img04.png") no-repeat;
	bottom: 20px;
	right: 0;
}

#home #sec03 .inner .box.b05::after{
	background: url("../img/home/sec03_img05.png") no-repeat;
	bottom: 20px;
	right: 0;
}

#home #sec03 .inner .box.b05{
	margin-left: 240px;
}

#home #sec03 .inner .box:nth-child(odd){
	margin-left: 315px;
}
#sec05{
	position: relative;
}
#sec05:before{
	content: "";
	display: block;
	background: url("../img/home/sec05_bg.png");
	background-size: 100%;
	width: 272px;
	height: 732px;
	position: absolute;
	top: -170px;
	left: calc(50% + 450px);
	z-index: 0;
}
#sec05 .container1000{
	z-index: 9;
	position: relative;
}
#home #sec05 .sec05_box{
	border: 1px solid #939393;
}
#home #sec05 .sec05_box .text{
	padding-left: 48px;
}
#home #sec05 .sec05_box .text,
#home #sec05 .sec05_box .image{
	width: 50%;
}
#sec06 .sec06_box{
	border: 1px solid #939393;
	min-height: 440px;
	position: relative;
}
#sec06 .text{
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%,-50%);
	z-index: 99;
}
#sec06 .video{
	width: 100%;
	height: 100%;
}
#sec06 .video video{
	width: 100%;
	vertical-align: bottom;
	opacity: 0.5;
}

@media screen and (max-width: 1060px){
	#home #sec03 .inner h3{
		padding: 0 20px;
	}
	#home #sec03 .inner::before{
		width: 341px;
    	height: 558px;
		top: -340px;
    	right: -80px;
    	background-size: 100%;
	}

	#home #sec03 .inner::after{
		width: 341px;
		height: 715px;
		top: 610px;
		left: -30px;
		background-size: 100%;
	}
	#home #sec03 .inner .box,
	#home #sec03 .inner .box:nth-child(odd){
		margin: 0 auto 60px;
	}
	#home #sec03 .inner .box.b01::after,
	#home #sec03 .inner .box.b02::after,
	#home #sec03 .inner .box.b03::after,
	#home #sec03 .inner .box.b04::after,
	#home #sec03 .inner .box.b05::after{
		bottom: -30px;
    	right: -60px;
		
	}
	#home #sec03 .inner .box{
		padding: 30px;
		max-width: 560px;
	}
	#home #sec03 .inner .box {
		padding: 30px 160px 30px 45px;
		display: block;
	}
	
}



@media screen and (max-width: 825px){
	#home #sec03 .inner .box::before {
		top: 10px;
		left: 20px;
	}
	#home #sec03 .inner .box.b01::after, 
	#home #sec03 .inner .box.b02::after, 
	#home #sec03 .inner .box.b03::after, 
	#home #sec03 .inner .box.b04::after {
		bottom: -20px;
		right: 60px;
	}
}

@media screen and (max-width: 750px){
	#home #sec02 .inner .box{
		width: 100%;
	}
	#home #sec03 .inner .box.b01::after, 
	#home #sec03 .inner .box.b02::after, 
	#home #sec03 .inner .box.b03::after, 
	#home #sec03 .inner .box.b04::after,
	#home #sec03 .inner .box.b05::after{
		top: -30px;
		right: 30px;
		width: 35%;
		background-size: 100%;
	}
	#home #sec03 .inner .box {
		padding: 30px 30px 30px 45px;
		display: block;
	}
	#home #sec03 .inner::before {
		width: 251px;
		height: 418px;
		top: -380px;
		right: -80px;
		background-size: 100%;
	}
	#home #sec03 .inner h3,
	#home #sec03 .inner h3 span{
		display: block;
		padding-left: 0;
	}
	#home #sec03 .inner h3{
		padding: 0 20px;
    	margin-bottom: 70px;
	}
	#home #sec03 .inner::after {
		width: 251px;
		height: 550px;
		top: 83%;
		left: -30px;
		background-size: 100%;
	}
	#home #sec03 .inner .box .num {
		font-size: 65px;
	}
}

/**sec04**/

#home #sec04{
	position:relative;
	padding-bottom: 60px;
}

#home #sec04 .ti{
	background: #ffe100;
	padding: 50px 0 160px;
	/*max-width: 1500px;*/
	position: relative;
	margin: 0 auto;
	z-index: -1;
}

#home #sec04 .ti h3{
	max-width: 1000px;
	margin: 0 auto;
	font-size: 39px;
	font-weight: bold;
	display: flex;
	align-items: flex-end;
	line-height: 1em;
	position: relative;
}

#home #sec04 .ti h3 span{
	font-size: 20px;
	padding-left: 20px;
}

#home #sec04 .ti::before{
	content: "";
	display: inline-block;
	width: 30px;
	height: 30px;
	background-size: contain;
	position: absolute;
	background: url("../img/home/sec04_bg.jpg") no-repeat;
	top: 0;
	left: 0;
}

#home #sec04 .ti h3::after{
	content: "CAMPAIGN";
	display: inline-block;
	color: #2b2b2b;
	opacity: 0.4;
	font-size: 100px;
	font-weight: normal;
	position: absolute;
	top: -70px;
    right: 0;
}

#home #sec04 .inner{
	max-width: 1000px;
	margin: -120px auto 0;
	display: flex;
	background: #303030;
}

#home #sec04 .inner h4{
	color: #fff;
	font-size: 36px;
	margin-bottom: 40px;
	font-weight: bold;
}

#home #sec04 .inner div.txt img{
	max-width: 320px;
}

#home #sec04 .inner p{
	color: #fff;
	margin-top: 40px;
}

#home #sec04 .inner .txt{
	padding: 30px 50px;
}

@media screen and (max-width: 1000px){
	#home #sec04 .ti h3{
		padding: 0 20px;
	}
}

@media screen and (max-width: 798px){
	#home #sec04 {
		padding-top: 60px;
	}
	#home #sec04 .ti h3,
	#home #sec04 .ti h3 span{
		display: block;
	}
	#home #sec04 .ti h3::after {
		font-size: 50px;
	}
	#home #sec04 .inner{
		display: block;
	}
	#home #sec04 .inner .img img{
		width: 100%;
	}
	#home #sec03 .inner .box.b05{
		margin-left: 0;
	}
	#home #sec05 .sec05_box .text,
	#home #sec05 .sec05_box .image{
		width: 100%;
	}
	#home #sec05 .sec05_box .text{
		padding: 20px;
	}
	#sec06 .sec06_box{
		min-height: 0;
	}
	#sec06 .sec06_box .text{
		position: relative;
		top: 0;
		left: 0;
		transform: translate(0,0);
		width: 100%;
		padding: 40px 20px;
	}
	#sec06 .sec06_box .text p{
		text-align: left;
	}
}