@charset "utf-8";

/* !HTML5 elements
---------------------------------------------------------- */
header, footer, nav, section, aside, article
{ display: block;}

/* !Reseting
---------------------------------------------------------- */

body, div, pre, p, blockquote, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, form, fieldset, th, td
{ margin: 0; padding: 0;}
input, textarea
{ margin: 0; font-size: 100%;}
label
{ cursor: pointer;}
table
{ border-collapse: collapse; border-spacing: 0; font-size: 100%;}
fieldset, img
{ border: 0;}
img
{ vertical-align: top; max-width: 100%;}
address, caption, cite, code, dfn, em, th, var
{ font-style: normal; font-weight: normal;}
ol, ul
{ list-style: none;}
caption, th
{ text-align: left;}
h1, h2, h3, h4, h5, h6
{ font-size: 100%; font-weight: normal;}
q:after, q:before
{ content:'';}
a, input,select,textarea,button
{ outline: none; }
abbr, acronym
{ border: 0;}



/* !Clearfix
---------------------------------------------------------- */
.clearfix {
	display: block;
	min-height: 1%;
}
.clearfix:after {
	clear: both;
	content:".";
	display: block;
	height: 0;
	visibility: hidden;
}
* html .clearfix {
	height: 1%;
	/*\*//*/
	height: auto;
	overflow: hidden;
	/**/
}

/* !Inline Align ------------------------------------------------------------ */
.taL { text-align: left   !important;}
.taC { text-align: center !important;}
.taR { text-align: right  !important;}

/*common*/
a{
	transition: all 0.5s !important;
	-moz-transition: all 0.5s !important; /* Firefox */
	-webkit-transition: all 0.5s !important; /* Chrome&Safari */
}
.op img {
	transition: all 0.5s !important;
	-moz-transition: all 0.5s !important; /* Firefox */
	-webkit-transition: all 0.5s !important; /* Chrome&Safari */
}
.op:hover img {
	opacity: .7;
	-webkit-opacity: .7;
	-moz-opacity: .7;
}

/* !Layout
---------------------------------------------------------- */
html { 
	overflow-y: scroll;
	font-size: 62.5%;
}
body {
	position: relative;
	min-width:960px;
	color: #000;
	font-family: 'Noto Sans JP', "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "MS Pゴシック", "MS PGothic", sans-serif;
	font-size: 1.8rem;
	font-weight: 500;
	-webkit-text-size-adjust: none;
	line-height: 1.5;
}

/*** スマホ 320px ~ 767px***/
@media screen and (max-width: 767px) {
	body {
		min-width:inherit;
		font-size: 1.6rem;
	}
}


@media screen and (min-width: 768px) {
	.sp {
		display: none;
	}
}
@media screen and (max-width: 767px) {
	.pc {
		display: none;
	} 
}


/* !alvark_lp_wrapper
---------------------------------------------------------- */
#alvark_lp_wrapper {
	overflow:hidden;
	padding-top:60px;
	width:100%;
	min-height:100vh;
}


/* !header
---------------------------------------------------------- */
#alvark_lp_header {
	display:flex;
	align-items: center;
	justify-content: center;
	position: fixed;
	left:0;
	top:0;
	z-index: 99; 
	width:100%;
	height:60px;
	background: #000;
}
#alvark_lp_header .share{
	position:absolute;
	right: 0;
    top: 0;
    height: 100%;
}
#alvark_lp_header .share button {
    width: 60px;
    height: 100%;
    border: 0;
    background: url(../image/header/ico_share.svg) center no-repeat #202020; 
    display: block;
    text-indent: -9999px;
    cursor: pointer;
}
#alvark_lp_header .share ul {
    display: none;
    position: absolute;
    right: 0;
    top: 100%;
    z-index: 22; 
}
#alvark_lp_header .share li{
	margin:16px 0 0;
	width:110px;
}
#alvark_lp_header .share a {
    display: block;
    line-height: 1; 
}
#alvark_lp_header .share img{
	width:100%;
}

#alvark_lp_header .cv{
	position: fixed;
	right:20px;
	bottom:80px;
} 


/*** スマホ 320px ~ 767px***/
@media screen and (max-width: 767px) {
	#alvark_lp_wrapper{
		padding:48px 0 9vh;
	}
	
	#alvark_lp_header{
		height:48px;
	}
	#alvark_lp_headlogo img{
		height:32px;
	}
	#alvark_lp_header .share{
		position:fixed;
		top:auto;
		bottom:0;
		height:auto;
		width:16%;
	}
	#alvark_lp_header .share button{ 
		padding-top:calc(100% - 1px);
		width:100%
	}
	#alvark_lp_header .cv{
		right:auto;
		left:0;
		bottom:0;
		width:86%;
	}
	#alvark_lp_header .cv img{
		width:100%;
	}
	#alvark_lp_header .share ul{
		top:auto;
		bottom:12vh;
	}
	
}
 

/* common
-----------------------------------------------------------*/
.alvark_lp_mainVisual img{
	width:100%;
}
.alvark_lp_mainslide{
	position:relative;
	height:240px;
}
.alvark_lp_mainslide .scrollImg{
	position: absolute;
    top: 0;
    left: 0;
    z-index: -1;
    background: url(../image/slider_01.jpg) repeat-x center center;
	background-size:auto 100%;
    width: 100%;
	height: 100%;
    -webkit-animation: slide 40s linear infinite;
    animation: slide 40s linear infinite;
    -moz-animation: slide 40s linear infinite;
    transform: translateZ(0);
    -webkit-transform: translateZ(0);
    -moz-transform: translateZ(0);
    will-change: background-position;
}
.alvark_lp_mainslide .scrollImg.slide02{
	background-image: url(../image/slider_02.jpg);
}
.alvark_lp_mainslide .scrollImg.slide03{
	background-image: url(../image/slider_03.jpg);
}
@keyframes slide{
	0% {
		background-position: 0 0;
	}
	100% {
		background-position: -1439px 0;
	}
}

.alvark_lp_inner{
	margin:auto;
	max-width:820px;
}

.alvark_lp_title{
	margin-bottom: 50px;
	text-align:center;
}
.alvark_lp_title:after{
	content:"";
	display: block;
	margin:16px auto 0;
	width:100px;
	border-top:4px solid #fff;
}
.alvark_lp_title .eng{
	display:block;
	line-height: 1.2;
	color:#111;
	font-size:9rem;
}
.alvark_lp_title .jap{
	display:block;
	line-height: 1.2;
	color:#fff;
	font-weight: 500;
	font-size:2.4rem;
}


/*** スマホ 320px ~ 767px***/
@media screen and (max-width: 767px) {
	
	.alvark_lp_inner{
		padding:0 16px;
	}
	
	.alvark_lp_mainslide{
		height:120px;
	}
	
	.alvark_lp_title {
		margin-bottom: 40px;
	}
	.alvark_lp_title .eng{
		font-size:7.2rem;
	}
	.alvark_lp_title .jap{
		font-size:1.6rem;
	}
	.alvark_lp_title:after{
		width:80px;
	}
}



/* alvark_lp_thanks
-----------------------------------------------------------*/
.alvark_lp_thanks{
	background:#000;
	color:#fff;
}
.alvark_lp_thanks .title{
	transform: translateY(-40px);
	text-align:center;
}
.alvark_lp_thanks .title img{
	min-height:240px;
}
.alvark_lp_thanks .txt p{
	margin-bottom:40px;
	line-height: 2;
}
.alvark_lp_thanks .movie {
	margin:auto;
	max-width:640px;
}
.alvark_lp_thanks .movie iframe{ 
	width:100%;
	height:360px;
}
.alvark_lp_thanks .season{
	position: relative;
	padding:32px 0;
	background:url(../image/ico_arrs.png)no-repeat center;
	text-align:center;
}
.alvark_lp_thanks .season p + p{
	margin-top:230px;
}
.alvark_lp_thanks .season img{
	width:100%;
	max-width:462px;
}
.alvark_lp_thanks .weback{
	padding:0 0 40px;
	background:url(../image/thanks/logo_yoyogi_bk.svg)no-repeat center top;
}


/* alvark_lp_alvarcars
-----------------------------------------------------------*/
.alvark_lp_alvarcars{
	padding:80px 0;
	background:#DC0017;
	color:#fff;
}
.alvark_lp_alvarcars .logo{
	margin-bottom: 30px;
	text-align:center;
}
.alvark_lp_alvarcars .introd{
	display:flex;
	justify-content: space-between;
}
.alvark_lp_alvarcars .accept{
	width:50%;
	line-height: 2;
}
.alvark_lp_alvarcars .accept .tit{
	padding:11px 8px;
	margin-bottom: 16px;
	background:#C9A746;
	line-height: 1.2;
	font-size:2.8rem;
	font-weight: bold;
}
.alvark_lp_alvarcars .cost{
	width:46.25%;
}
.alvark_lp_alvarcars .cost table{
	margin-top:-5px;
	width:100%;
	border-spacing: 5px;
	border-collapse: separate;
	line-height: 1.4;
	color:#111;
	font-size:2rem;
	font-weight: bold;
}
.alvark_lp_alvarcars .cost th{
	width:50%;
	font-weight: bold;
}
.alvark_lp_alvarcars .cost thead th{
	padding:4px 0;
	background:#C3C1C1;
	text-align:center;
	font-size:1.6rem;
}
.alvark_lp_alvarcars .cost tbody th{
	padding:8px;
	background:#fff;
}
.alvark_lp_alvarcars .cost tbody tr:nth-child(1) th{
	background:#F5061F;
	color:#fff;
}
.alvark_lp_alvarcars .cost tbody tr:nth-child(2) th{
	background:#747171;
	color:#fff;
}
.alvark_lp_alvarcars .cost td{
	padding:8px;
	background:#fff;
	text-align:center;
}
.alvark_lp_alvarcars .note{
	margin-top:3px;
	font-size:1.4rem;
}
.alvark_lp_alvarcars .btn{
	margin-top:32px;
	text-align:center;
}
.alvark_lp_alvarcars .benefits{
	margin-top:60px;
	text-align: center;
}
.alvark_lp_alvarcars .benefits h3 {
	margin-bottom:36px;
	text-align: center; 
	color:#C9A746;
	font-size:2.4rem;
	font-weight: bold;
}
.alvark_lp_alvarcars .benefits h3 span{
	display:inline-block;
	position: relative;
	padding:8px 30px;
	background:#111;
}
.alvark_lp_alvarcars .benefits h3 span:after{
	content:"";
	position: absolute;
	left:50%;
	top:100%;
	transform: translateX(-50%);
	border-top:12px solid #111;
	border-left:7px solid transparent;
	border-right:7px solid transparent;
}
.alvark_lp_alvarcars .benefits ul{
	display:flex;
	flex-wrap:wrap;
	margin-left:-12px;
}
.alvark_lp_alvarcars .benefits li{
	margin-left:12px;
	width:calc(25% - 12px);
	overflow:hidden;
	background:#C9A746;
	border-radius:16px;
}
.alvark_lp_alvarcars .benefits .tit{
	display:flex;
	align-items: center;
	justify-content: center;
	padding:10px 0;
	text-align: center;
	line-height: 1.25;
	font-size:1.6rem;
	font-weight: bold;
}
.alvark_lp_alvarcars .other {
	margin-top:25px;
}
.alvark_lp_alvarcars .other h3{
	margin-bottom:50px;
	overflow:hidden;
	text-align:center;
	font-size:2.4rem;
	font-weight: bold;
}
.alvark_lp_alvarcars .other h3 span{
	display:inline-block;
	position: relative;
}
.alvark_lp_alvarcars .other h3 span:before,
.alvark_lp_alvarcars .other h3 span:after{
	content:"";
	position: absolute;
	top:50%;
	width:60px;
	border-top:2px solid #fff
}
.alvark_lp_alvarcars .other h3 span:before{
	right:105%; 
}
.alvark_lp_alvarcars .other h3 span:after{
	left:105%; 
}
.alvark_lp_alvarcars .other ul{
	padding:20px;
	border:2px solid #fff;
	font-size:1.6rem;
} 

/* alvark_lp_about
-----------------------------------------------------------*/
.alvark_lp_about{
	padding:80px 0;
	background:#000;
	color:#fff;
}
.alvark_lp_about .alvark_lp_title{
	margin-bottom:40px;
}
.alvark_lp_about .alvark_lp_title .eng{
	color:#DC0017;
} 
.alvark_lp_about .banner img{
	width:100%;
}
.alvark_lp_about .txt{
	margin-top:70px;
	line-height: 2;
}


/*** スマホ 320px ~ 767px***/
@media screen and (max-width: 767px) {
	.alvark_lp_thanks .title {
		transform: translateY(-20px);
	}
	.alvark_lp_thanks .title img{
		min-height:120px;
		max-height:160px;
	}
	.alvark_lp_thanks .movie iframe {
		width: 100%;
		height: 193px;
	} 
	.alvark_lp_thanks .season{
		padding:20px 0;
		background-size:24px;
	}
	.alvark_lp_thanks .season p + p {
		margin-top: 132px;
	}
	.alvark_lp_thanks .weback{
		padding:0 16px 10px;
		margin:0 -16px;
		background-size:100%;
	}
	
	.alvark_lp_alvarcars {
		padding: 70px 0;
	}
	.alvark_lp_alvarcars .logo{
		margin-bottom:40px;
	}
	.alvark_lp_alvarcars .introd{
		display:block;
	}
	.alvark_lp_alvarcars .accept{
		width:auto;
	}
	.alvark_lp_alvarcars .accept .tit {
		padding: 11px 6px;
		margin-bottom: 16px; 
		font-size: 2.2rem;
	}
	.alvark_lp_alvarcars .cost{
		margin-top:30px;
		width:auto;
	}
	.alvark_lp_alvarcars .cost table {
		margin-top: -4px; 
		border-spacing: 4px;
	}
	.alvark_lp_alvarcars .cost thead th {
		padding: 5px 0;
	}
	.alvark_lp_alvarcars .note {
		margin-top: 4px;
	}
	.alvark_lp_alvarcars .btn {
		margin-top: 16px;
	}
	
	.alvark_lp_alvarcars .benefits {
		margin-top: 40px;
	}
	.alvark_lp_alvarcars .benefits h3{
		margin-bottom:28px;
	}
	.alvark_lp_alvarcars .benefits h3 span{
		display: block;
		font-size:1.8rem;
	}
	.alvark_lp_alvarcars .benefits li{
		margin-bottom:16px;
		width: calc(50% - 12px);
	}
	.alvark_lp_alvarcars .benefits li .tit{
		padding: 5px 0;
		min-height:44px;
		font-size:1.4rem;
	}
	.alvark_lp_alvarcars .other{
		margin-top:0;
	}
	.alvark_lp_alvarcars .other h3{
		margin-bottom:40px;
		font-size:2rem;
	}
	.alvark_lp_alvarcars .other .tit{
		padding:8px 0;
		background:#fff;
		border-radius: 15px 15px 0 0;
		text-align: center;
		color:#DC0017;
		font-weight: bold;
	}
	.alvark_lp_alvarcars .other ul{
		padding: 12px;
		border-radius: 0 0 15px 15px;
		font-size:1.4rem;
	}
	
	.alvark_lp_about {
		padding: 70px 0;
	}
	.alvark_lp_about .alvark_lp_title {
		margin-bottom: 10px;
	}
	.alvark_lp_about .txt {
		margin-top: 20px;
	}
	
}



/* alvark_lp_footer
-----------------------------------------------------------*/ 
.alvark_lp_footer{
	padding:80px 0;
	background:url(../image/foot/footer_bg_pc.jpg)no-repeat center;
	background-size:cover;
	text-align: center;
} 
.alvark_lp_footer a:hover{
	opacity:0.7;
}
.alvark_lp_footer .share{
	display:flex;
	justify-content: center;
	margin-bottom:45px;
}
.alvark_lp_footer .share a{
	margin:0 6px;
}
.alvark_lp_footer h2{
	margin-bottom:23px;
}
.alvark_lp_footer .sns{
	display:flex;
	align-items: center;
	justify-content: center;
	margin-bottom:80px;
}
.alvark_lp_footer .sns a{
	width:15%;
	max-width:100px;
}
.alvark_lp_headlogo img{
	height:120px;
}
#alvark_lp_copyright{
	margin-top:20px;
	color:#fff;
	font-size:1.4rem;
}
 
/*** スマホ 320px ~ 767px***/
@media screen and (max-width: 767px) {
	.alvark_lp_footer {
		padding: 50px 0 100px;
		background-image:url(../image/foot/footer_bg_pc.jpg);
	}
	.alvark_lp_footer .share{
		margin-bottom:55px;
	}
	.alvark_lp_footer .sns a {
		width: 15%;
		max-width: 55px;
	}
	.alvark_lp_footer .sns img{
		width:24px;
	}
	#alvark_lp_copyright{
		font-size:1.2rem;
	}
	
}




