@charset "utf-8";

/* =========================================================
 base
========================================================= */
#lp_contents {
	width: 100%;
	margin: 0 auto;
	line-height: 1.6;
}

#lp_contents .inner {
	width: 980px;
	margin: 0 auto;
	position: relative;
}

#lp_contents .height500 {
	height: 500px;
}

#lp_contents section {
	padding: 60px 0;
	text-align: center;
}

#lp_contents:after, #lp_contents:before {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-o-box-sizing: border-box;
	-ms-box-sizing: border-box;
	box-sizing: border-box;
}


/* aタグ
--------------------------- */
#lp_contents a {
	color: #fff;
	font-weight: bold;
	line-height: 1;
	display: block;
}

#lp_contents a:hover {
	background-color: #f49541;
	border-radius: 4px;
	text-decoration: none;
}


/* button
--------------------------- */
#lp_contents .btn-link {
	position: relative;
	width: 620px;
	background-color: #f27b11;
	font-size: 20px;
	border-radius: 4px;
	margin: 0 auto;
}

#lp_contents .btn-link a {
	padding: 20px;
}

#lp_contents .btn-link a:after {
	content: "";
	position: absolute;
	top: 0;
	bottom: 0;
	display: inline-block;
	width: 10px;
	height: 16px;
	background: url("/car/special/yattaa/images/arrow.png") no-repeat;
	margin: auto 0 auto 110px;
}


/* underline
--------------------------- */
#lp_contents span.underline {
	background: linear-gradient(transparent 60%, #fff442 0%);
}


/* =========================================================
 main
========================================================= */
#lp_contents #main {
	position: relative;
	width: 100%;
	height: 500px;
	margin: 0 auto;
	background: url("/car/special/yattaa/images/main.jpg") center top no-repeat;
	background-size: cover;
}

#lp_contents h1 {
	position: absolute;
	top: 100px;
	right: 0;
	font-size: 32px;
	line-height: 1.6;
	color: #09367d;
	text-align: right;
}

#lp_contents h1 em {
	font-size: 40px;
	font-weight: bold;
}

#lp_contents .no1-logo {
	padding-top: 20px;
	z-index: 3;
}

#lp_contents .no1-logo p {
	width: 90px;
	font-size: 12px;
	line-height: 1;
	color: #fff;
	background-color: #f5bf1e;
	margin-top: 5px;
	padding: 4px 15px;
}

#lp_contents .copy {
	position: absolute;
	top: 98px;
	z-index: 2;
}

#lp_contents #main #company {
	position: absolute;
	bottom: 20px;
	width: 380px;
	background-color: #fff;
	border-radius: 4px;
	text-align: center;
}

#lp_contents #main #company h2 {
	background-color: #f5f5f5;
	border-radius: 4px;
	font-size: 16px;
	color: #09367d;
	padding: 10px;
}

#lp_contents #main #company ul {
	display: -webkit-flex;
	display: flex;
	-webkit-justify-content: center;
	justify-content: center;
	-webkit-align-items: center;
	align-items: center;
	padding: 10px 0 15px;
}

#lp_contents #main #company ul li {
	margin-left: 10px;
}

#lp_contents #main #company ul li:first-child {
	margin-left: 0;
}

#lp_contents #main #car {
	position: absolute;
	bottom: 0;
	right: 0;
	width: 537px;
}

#lp_contents #main #car ul li:nth-child(1) {
	position: absolute;
	bottom: 10px;
	right: 0;
	z-index: 3;
}

#lp_contents #main #car ul li:nth-child(2) {
	position: absolute;
	bottom: 23px;
	right: 207px;
	z-index: 2;
}

#lp_contents #main #car ul li:nth-child(3) {
	position: absolute;
	bottom: 28px;
	right: 362px;
	z-index: 1;
}


/* =========================================================
 intro
========================================================= */
#lp_contents #intro {
	width: 100%;
	background-color: #09367d;
	color: #fff;
	padding: 40px 0 60px;
}

#lp_contents #intro h2 {
	font-size: 28px;
	margin-top: 60px;
}


/* illust
--------------------------- */
#lp_contents #intro ul.car {
	display: -webkit-flex;
	display: flex;
	-webkit-justify-content: center;
	justify-content: center;
	-webkit-align-items: center;
	align-items: center;
	margin: 86px 0 40px;
}

#lp_contents #intro ul.car li {
	position: relative;
	margin-left: 82px;
}

#lp_contents #intro ul.car li:first-child {
	margin-left: 0;
}

#lp_contents #intro ul.car li:nth-child(2):after {
	content: "";
	position: absolute;
	top: -57px;
	left: -42px;
	display: block;
	width: 228px;
	height: 103px;
	background: url("/car/special/yattaa/images/intro_choose.png") no-repeat;
	animation: flash 3s infinite;
	-webkit-animation: flash 3s infinite;
}


/* anchorlink
--------------------------- */
#lp_contents #intro ul.btn-anchorlink {
	display: -webkit-flex;
	display: flex;
	-webkit-justify-content: space-between;
	justify-content: space-between;
	-webkit-align-items: space-between;
	align-items: center;
	margin-top: 40px;
}

#lp_contents #intro ul.btn-anchorlink li a {
	width: 440px;
	background-color: #82c1eb;
	border-radius: 4px;
	font-size: 24px;
	font-weight: bold;
	line-height: 1;
	margin-left: 82px;
	padding: 15px;
}

#lp_contents #intro ul.btn-anchorlink li a:hover {
	background-color: #a0d0f0;
}

#lp_contents #intro ul.btn-anchorlink li a:after {
	content: "";
	display: block;
	width: 24px;
	height: 24px;
	background: url("/car/special/yattaa/images/arrow_bottom.png") no-repeat;
	margin: 10px auto 0;
}

#lp_contents #intro ul.btn-anchorlink li a:first-child {
	margin-left: 0;
}

#lp_contents #intro ul.btn-anchorlink li a.case:before {
	content: "";
	display: inline-block;
	position: relative;
	top: 3px;
	right: 10px;
	width: 32px;
	height: 32px;
	background: url("/car/special/yattaa/images/btn_icon1.png") no-repeat;
}

#lp_contents #intro ul.btn-anchorlink li a.no1:before {
	content: "";
	position: relative;
	top: 3px;
	right: 10px;
	display: inline-block;
	width: 32px;
	height: 32px;
	background: url("/car/special/yattaa/images/btn_icon2.png") no-repeat;
}


/* =========================================================
 こんな時はたびらいレンタカー
========================================================= */
#lp_contents #case {
	width: 100%;
	background-color: #fff;
	padding: 60px 0 0;
}

#lp_contents #case h2 {
	position: relative;
	top: -10px;
	display: block;
	font-size: 32px;
	font-weight: bold;
	line-height: 100%;
	color: #09367d;
	margin-bottom: 55px;
}

#lp_contents #case h2:before {
	content: "";
	position:relative;
	top: 10px;
	right: 20px;
	display: inline-block;
	width: 60px;
	height: 60px;
	background: url("/car/special/yattaa/images/case_tit.png") no-repeat;
}

#lp_contents #case ul {
	margin-top: 0;
	text-align: left;
}

#lp_contents #case li {
	position:relative;
	height: 280px;
	margin-top: 10px;
	padding: 20px;
}

#lp_contents #case li:first-child {
	margin-top: 0;
}

#lp_contents #case li:nth-child(1) {
	background: url("/car/special/yattaa/images/case_img1.jpg") no-repeat;
}

#lp_contents #case li:nth-child(2) {
	background: url("/car/special/yattaa/images/case_img2.jpg") no-repeat;
}

#lp_contents #case li:nth-child(3) {
	background: url("/car/special/yattaa/images/case_img3.jpg") no-repeat;
}

#lp_contents #case li:nth-child(4) {
	background: url("/car/special/yattaa/images/case_img4.jpg") no-repeat;
}

#lp_contents #case li:nth-child(5) {
	background: url("/car/special/yattaa/images/case_img5.jpg") no-repeat;
}

#lp_contents #case li:nth-child(6) {
	background: url("/car/special/yattaa/images/case_img6.jpg") no-repeat;
}

#lp_contents #case li figure {
	position: absolute;
	bottom: 20px;
}

#lp_contents #case li .text {
	position: absolute;
	right: 0;
	transform: translateY(-50%) ;
	-webkit- transform: translateY(-50%) ;
	width: 390px;
	margin: 40px;
}

#lp_contents #case li .text p {
	color: #09367d;
}

#lp_contents #case h4 {
	font-size: 20px;
	font-weight: bold;
	line-height: 1.4;
	color: #09367d;
	margin-bottom: 25px;
}
#lp_contents #case h4 span {
	font-size: 32px;
}


/* =========================================================
 ここがNo.1！
========================================================= */
#lp_contents #no1 {
	width: 100%;
	padding: 60px 0 0;
}

#lp_contents #no1 .no1-bg {
	background-color: #e8f3fb;
}

#lp_contents #no1 h2 {
	position: relative;
	top: -15px;
	width: 100%;
	display: block;
	font-size: 32px;
	font-weight: bold;
	line-height: 1;
	color: #09367d;
	margin-bottom: 50px;
	background-color: #fff;
}

#lp_contents #no1 h2:before {
	content: "";
	position:relative;
	top: 15px;
	right: 20px;
	display: inline-block;
	width: 54px;
	height: 54px;
	background: url("/car/special/yattaa/images/no1_tit.png") no-repeat;
	padding-top: 6px;
}

#lp_contents #no1 h3 {
	font-size: 24px;
	font-weight: bold;
	line-height: 1;
	color: #09367d;
	margin: 60px 0 40px;
}

#lp_contents #no1 #point1 {
	display: -webkit-flex;
	display: flex;
	align-items: center;
	text-align: left;
	margin-bottom: 60px;
	padding-top: 60px;
}

#lp_contents #no1 #point1 .left {
	width: 470px;
	text-align: center;
	margin-right: 20px;
}

#lp_contents #no1 #point1 .left p {
	font-size: 20px;
	color: #e88911;
	margin-top: 10px;
}

#lp_contents #no1 #point1 .left p span {
	display: inline-block;
	font-size: 30px;
	color: #fff;
	background-color: #f5bf1e;
	margin-top: 5px;
	padding: 5px 15px;
}

#lp_contents #no1 #point1 .right {
	width: 1245px;
	font-size: 18px;
}

#lp_contents #no1 #point1 .right .asterisk {
	font-size: 12px;
	margin-top: 40px;
	padding-left: 1em;
	text-indent: -1em;
}

#lp_contents #no1 ul {
	display: -webkit-flex;
	display: flex;
	-webkit-justify-content: space-between;
	justify-content: space-between;
}

#lp_contents #no1 li {
	width: 470px;
	background-color: #fff;
	border-radius: 4px;
	padding: 40px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-o-box-sizing: border-box;
	-ms-box-sizing: border-box;
	box-sizing: border-box;
}

#lp_contents #no1 li h3 {
	font-size: 18px;
	line-height: 1;
	color: #f27b11;
	margin: 0;
}

#lp_contents #no1 li h3 em {
	font-size: 36px;
	font-weight: bold;
	margin-left: 5px;
}

#lp_contents #no1 li h4 {
	font-size: 16px;
	font-weight: bold;
	color: #f27b11;
}

#lp_contents #no1 li h4 em {
	font-size: 20px;
}

#lp_contents #no1 li h5 {
	font-size: 14px;
	font-weight: bold;
	color: #09367d;
	margin-bottom: 30px;
}

#lp_contents #no1 li h5 em {
	font-size: 22px;
}

#lp_contents #no1 li p {
	text-align: left;
}

#lp_contents #no1 li figure {
	margin: 30px 0;
}

#lp_contents #no1 ul.others li {
	width: 300px;
	padding: 30px 20px;
}


/* =========================================================
 たびらいレンタカー予約が支持される理由
========================================================= */
#lp_contents #reason {
	width: 100%;
}

#lp_contents #reason h2 {
	position: relative;
	width: 720px;
	font-size: 24px;
	font-weight: bold;
	line-height: 1;
	color: #fff;
	background-color: #82c1eb;
	border-radius: 4px;
	margin: 0 auto;
	padding: 20px;
	z-index: 2;
}

#lp_contents #reason h2:before {
	content: "";
	position: absolute;
	top: 100%;
	left: 50%;
 	margin-left: -20px;
	border: 20px solid transparent;
	border-top: 20px solid #82c1eb;
}

#lp_contents #reason ul {
	position: relative;
	top: -30px;
	display: -webkit-flex;
	display: flex;
	-webkit-justify-content: space-between;
	justify-content: space-between;
	flex-wrap: wrap;
	background-color: #eeeeee;
	border-radius: 4px;
	text-align: left;
	margin-bottom: 40px;
	padding: 50px 40px 40px;
}

#lp_contents #reason ul li {
	width: 430px;
	display: table;
	margin-top: 20px;
}

#lp_contents #reason ul li figure {
	width: 60px;
	display: table-cell;
	padding-right: 20px;
}

#lp_contents #reason ul li p {
	width: 350px;
	display: table-cell;
	vertical-align: middle;
}

#lp_contents #reason ul li p span {
	font-weight: bold;
	background: linear-gradient(transparent 60%, #fff442 0%);
}


/* =========================================================
 フェードボタン
========================================================= */
#lp_contents #btn-fix {
	position: fixed;
	left: 0;
	right: 0;
	bottom: 20px;
	width: 750px;
	z-index: 99;
	margin: 0 auto;
}

#lp_contents #btn-fix .close {
	position: absolute;
	top: 10px;
	right: 10px;
	width: 24px;
	height: 24px;
	background-color: #fff;
	border-radius: 12px;
	text-align: center;
	z-index: 2;
	cursor: pointer;
}

#lp_contents #btn-fix .close img {
	position: absolute;
	top: 7px;
	left: 0;
	right: 0;
	margin: auto;
}

#lp_contents #btn-fix .close:hover {
	background-color: #f5bf1e;
}

#lp_contents #btn-fix .btn-link {
	position: relative;
	width: 750px;
	background-color: #f27b11;
	font-size: 20px;
	border-radius: 4px;
	margin: 0 auto;
}

#lp_contents #btn-fix .btn-link a {
	text-align: right;
	padding: 30px 90px 30px 20px;
}

#lp_contents #btn-fix .btn-link a:before {
	content: "";
	position: absolute;
	bottom: 14px;
	left: 10px;
	display: inline-block;
	width: 300px;
	height: 114px;
	background: url("/car/special/yattaa/images/btn_img.png") no-repeat;
	margin: auto 0 auto 10px;
}

#lp_contents #btn-fix .btn-link a:after {
	content: "";
	position: absolute;
	top: 0;
	bottom: 0;
	display: inline-block;
	width: 10px;
	height: 16px;
	background: url("/car/special/yattaa/images/arrow.png") no-repeat;
	margin: auto 0 auto 20px;
}


/* fade
--------------------------- */
.fade {
	opacity: 0;
	transition: all 0.3s;
}

.fadein {
	opacity: 1.0;
	transition: all 0.3s;
}


/* =========================================================
 animation
========================================================= */
.mainfade {
	animation: mainfade 0.8s ease 0s 1 normal;
	-webkit-animation: mainfade 0.8s ease 0s 1 normal;
}

@keyframes mainfade {
0% {
	opacity: 0;
}
100% {
	opacity: 1;
}
}

.zoomin {
	animation: zoomin 0.6s ease 1s 1 forwards;
	-webkit-animation: zoomin 0.6s ease 1s 1 forwards;
	opacity: 0;
}

@keyframes zoomin {
0% {
	opacity: 0;
	transform:scale(.5,.5);
	-webkit-transform:scale(.5,.5);
}
60% {
	opacity: 0.6;
	transform:scale(1.1,1.1);
	-webkit-transform:scale(1.1,1.1);
}
100% {
	opacity: 1;
	transform:scale(1,1);
	-webkit-transform:scale(1,1);
}
}

@-webkit-keyframes zoomin {
0% {
	opacity: 0;
	transform:scale(.5,.5);
	-webkit-transform:scale(.5,.5);
}
60% {
	opacity: 0.6;
	transform:scale(1.1,1.1);
	-webkit-transform:scale(1.1,1.1);
}
100% {
	opacity: 1;
	transform:scale(1,1);
	-webkit-transform:scale(1,1);
}
}

@keyframes flash {
50%{
	opacity: 0;
}
}

@-webkit-keyframes flash {
50%{
	opacity: 0;
}
}

.slide1 {
	animation: slide1 0.4s ease 0s 1 normal;
	-webkit-animation: slide1 0.4s ease 0s 1 normal;
}

.slide2 {
	animation: slide2 0.6s ease 0s 1 normal;
	-webkit-animation: slide2 0.6s ease 0s 1 normal;
}

.slide3 {
	animation: slide3 0.8s ease 0s 1 normal;
	-webkit-animation: slide3 0.8s ease 0s 1 normal;
}

@keyframes slide1 {
0% {
	opacity: 0;
	transform: translateX(50px);
}
100% {
	opacity: 1;
	transform: translateX(0);
}
}

@-webkit-keyframes slide1 {
0% {
	opacity: 0;
	transform: translateX(50px);
}
100% {
	opacity: 1;
	transform: translateX(0);
}
}

@keyframes slide2 {
0% {
	opacity: 0;
	transform: translateX(75px);
}
100% {
	opacity: 1;
	transform: translateX(0);
}
}

@-webkit-keyframes slide2 {
0% {
	opacity: 0;
	transform: translateX(75px);
}
100% {
	opacity: 1;
	transform: translateX(0);
}
}

@keyframes slide3 {
0% {
	opacity: 0;
	transform: translateX(100px);
}
100% {
	opacity: 1;
	transform: translateX(0);
}
}

@-webkit-keyframes slide3 {
0% {
	opacity: 0;
	transform: translateX(100px);
}
100% {
	opacity: 1;
	transform: translateX(0);
}
}


/* =========================================================
 ロゴ追加
========================================================= */
#lp_contents .no1-logo {
    padding-top: 20px;
    z-index: 3;
}
#lp_contents .no1-logo p {
    width: 90px;
    font-size: 12px;
    line-height: 1;
    color: #fff;
    background-color: #f5bf1e;
    margin-top: 5px;
    padding: 4px 15px;
}

#lp_contents #no1 #point1 {
    display: -webkit-flex;
    display: flex;
    align-items: center;
    text-align: left;
    margin-bottom: 60px;
    padding-top: 60px;
}
#lp_contents #no1 #point1 .left {
    width: 470px;
    text-align: center;
    margin-right: 20px;
}
/* テキスト装飾 */
#lp_contents #no1 #point1 .left p {
    font-size: 20px;
    color: #e88911;
    margin-top: 10px;
}
#lp_contents #no1 #point1 .left p span {
    display: inline-block;
    font-size: 30px;
    color: #fff;
    background-color: #f5bf1e;
    margin-top: 5px;
    padding: 5px 15px;
}
.no1-logo img {
    width: 150px;
}