@charset "utf-8";
/* CSS Document */

/* http://meyerweb.com/eric/tools/css/reset/ 
   v2.0 | 20110126
   License: none (public domain)
*/

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed, 
figure, figcaption, footer, header, hgroup, 
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section {
	display: block;
}
body {
	line-height: 1;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}

@font-face {
font-family: 'Palatino Linotype';
font-style: normal;
font-weight: normal;
src: local('Palatino Linotype'), url('pala.woff') format('woff');
}

body{
	padding: 0;
	margin: 0;
	font-family: 'Palatino Linotype', sans-serif;
	font-weight: 400;
	color: #1d5193;
	background: #fcfaeb;
	line-height: 1.5;
	letter-spacing: 0.02rem;
}

a {
	cursor: pointer;
}

.pc {
	display: block;
}
.sp {
	display: none;
}

@keyframes fadeUp {
    0% {
        -webkit-transform: translate(0, 100px);
        transform: translate(0, 100px);
		opacity: 0;
    }
    100% {
        -webkit-transform: translate(0, 0);
        transform: translate(0, 0);
		opacity: 1;
    }    
}
@keyframes slideIn {
    0% {
        -webkit-transform: translate(100px, 0);
        transform: translate(100px, 0);
		opacity: 0;
    }
    100% {
        -webkit-transform: translate(0, 0);
        transform: translate(0, 0);
		opacity: 1;
    }    
}
@keyframes slideInL {
    0% {
        -webkit-transform: translate(-100px, 0);
        transform: translate(-100px, 0);
		opacity: 0;
    }
    100% {
        -webkit-transform: translate(0, 0);
        transform: translate(0, 0);
		opacity: 1;
    }    
}

h1 {
	opacity: 0;
    margin: 100px auto 40px;
	width: 940px;
}
h1.active {
    -webkit-animation: fadeUp;
    animation: fadeUp;
    -webkit-animation-duration: 1.5s;
    animation-duration: 1.5s;
	opacity: 1;
}
h1 img {
    width: 98%;
}

.about {
	position: relative;
	padding-bottom: 310px;
	margin: auto;
	width: 920px;
}
.about p {
	opacity: 0;
	font-size: 24px;
	margin-bottom: 3rem;
}
.about p.movie{
	position: relative;
	width: 100%;
	height: 0;
    padding-bottom: 56.25%;
	overflow: hidden;
    margin: 22% 0 0;
    border: 2px solid #1d5193;
}
.about p.movie iframe{
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
}
.about p.movie iframe body #player{
	background-color: #fff;
}
.about p.movie iframe body .html5-video-player{
	background-color: transparent !important;
}
.about p.active {
    -webkit-animation: fadeUp;
    animation: fadeUp;
    -webkit-animation-duration: 1.2s;
    animation-duration: 1.2s;
	opacity: 1;
}

.mr_vics {
	position: absolute;
    top: 0;
    right: 0;
}

.sec02 {
	margin-bottom: 106px;
	position: relative;
	height: 255px;
	background: #1d5193;
}
.mr_vics02 {
	opacity: 0;
	position: absolute;
    left: 50%;
    bottom: 0;
    margin-left: -576px;
}
.mr_vics02 img {
	display: block;
}
.active .mr_vics02 {
    -webkit-animation: slideInL;
    animation: slideInL;
    -webkit-animation-duration: .8s;
    animation-duration: .8s;
    -webkit-animation-timing-function: ease-out;
    animation-timing-function: ease-out;
    -webkit-animation-iteration-count: 1;
    animation-iteration-count: 1;
    -webkit-animation-fill-mode: forwards;
    animation-fill-mode: forwards;
}

.ttl_sec02 {
    position: absolute;
    top: 32px;
    right: 50%;
    margin-right: -468px;
}
.ttl_sec02 img {
	opacity: 0;
    width: 748px;
}
.active .ttl_sec02 img {
    -webkit-animation: slideIn;
    animation: slideIn;
    -webkit-animation-duration: .8s;
    animation-duration: .8s;
    -webkit-animation-timing-function: ease-out;
    animation-timing-function: ease-out;
    -webkit-animation-iteration-count: 1;
    animation-iteration-count: 1;
    -webkit-animation-fill-mode: forwards;
    animation-fill-mode: forwards;
}

.point {
	overflow: hidden;
}

.group {
	position: relative;
	padding-bottom: 115px;
	opacity: 0;
}
.group .inner {
    padding-right: 20px;
    padding-left: 0;
    margin: 0 auto 10px;
    width: 760px;
}
.group p {
    margin-bottom: 6px;
    padding-bottom: 7px;
	font-size: 36px;
	line-height: 1;
	border-bottom: 3px solid;
}
.group p img {
    width: 100%;
}
.group p.short {
    letter-spacing: -2px;
}
.group span {
    display: inline-block;
    text-indent: -31px;
    padding-left: 38px;
    font-size: 24px;
}
.group a {
    margin-top: 12px;
    padding: 7px 10px 7px 15px;
    display: inline-block;
    background: #1d5193;
    color: #fff;
    text-decoration: none;
    font-size: 13px;
    line-height: 1;
    font-family: Verdana, "游ゴシック", YuGothic, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, sans-serif;
    letter-spacing: 0;
    border-radius: 15px;
}
@keyframes moveX {
	0% {right:-50%;}
	100% {right:100%;}
}
@-ms-keyframes moveX {
	0% {right:-50%;}
	100% {right:100%;}
}
@-webkit-keyframes moveX /* Safari and Chrome */
{
	0% {right:-50%;}
	100% {right:100%;}
}
@-moz-keyframes moveX /* Firefox */
{
	0% {right:-50%;}
	100% {right:100%;}
}
.infinite {
	position: absolute;
}
.active .infinite {
	animation: moveX 18s infinite linear;
    -ms-animation: moveX 18s infinite linear;
    -webkit-animation: moveX 18s infinite linear;
    -moz-animation: moveX 18s infinite linear;
}
.group.active {
    -webkit-animation: slideIn;
    animation: slideIn;
    -webkit-animation-duration: .8s;
    animation-duration: .8s;
    -webkit-animation-timing-function: ease-out;
    animation-timing-function: ease-out;
    -webkit-animation-iteration-count: 1;
    animation-iteration-count: 1;
    -webkit-animation-fill-mode: forwards;
    animation-fill-mode: forwards;
}

.desc {
	opacity: 0;
    margin: 50px auto 80px;
    padding-left: 40px;
    width: 830px;
    font-size: 32px;
    line-height: 1.3;
}
.desc.active {
    -webkit-animation: fadeUp;
    animation: fadeUp;
    -webkit-animation-duration: .8s;
    animation-duration: .8s;
	opacity: 1;
}

.banner {
    margin-top: 150px;
    margin-bottom: 100px;
    text-align: center;
}

p.top {
	margin-top: 240px;
	padding: 0 55px 38px;
	text-align: right;
}

footer {
    padding: 22px 30px 22px 0;
    text-align: center;
    color: #fff;
    font-size: 20px;
    background: #1d5193;
}

#modal {
	display: none;
    position: fixed;
    left: 0;
    top: 0;
    z-index: 5;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0.25);
}
#modal li {
	display: none;
	position: absolute;
}


@media screen and (max-width:767px){
    
    .pc {
        display: none;
    }
	
	body {
		letter-spacing: 0;
	}
	
	img {
		max-width: 100%;
	}
		
	h1 {
		opacity: 0;
        margin: 10% auto 4%;
		width: 87%;
	}
	h1 img {
		width: 100%;
	}
	
	.about {
		padding-bottom: 15%;
		margin: auto;
		width: 87%;
	}
	.about p {
		opacity: 0;
		font-size: 4vw;
		line-height: 2;
		margin-bottom: 1.5rem;
	}
    .about p.movie {
        margin-bottom: 10%;
    }
	.mr_vics {
		position: relative;
		top: 0;
		right: 0;
		padding-left: 20%;
		width: 65%;
		transform: none !important;
	}
	
	.sec02 {
		margin-bottom: 8%;
		padding-top: 21%;
		height: 0;
		width: 100%;
	}
	
	.mr_vics02 {
		left: 1%;
		margin-left: 0;
		width: 25%;
	}
	
	.ttl_sec02 {
        top: 9%;
        right: 0;
        padding-right: 7%;
		margin-right: 0;
		width: 66%;
		overflow: hidden;
	}
	
	.group .inner {
		padding-right: 0;
		padding-left: 0;
		margin: 0 auto 5px;
		width: 87%;
	}
	.group p {
		margin-bottom: 5px;
		font-size: 3.7vw;
		border-bottom: 3px solid;
	}
    .group span {
        display: inline-block;
        text-indent: -4.5vw;
        padding-left: 4vw;
        font-size: 3.2vw;
    }
	.group a {
        margin-top: 4px;
        padding: 4px 7px 5px;
        font-size: 10px;
        border-radius: 12px;
	}
	.infinite {
		width: 100%;
	}
	
	img.car {
		max-width: none;
		height: 30px;
	}
	
	.desc {
        margin: 10% auto 27%;
        padding-left: 0;
        width: 87%;
        margin-top: 10%;
        font-size: 3.8vw;
	}
    
    .banner {
        margin: 17% auto 10%;
        width: 85%;
    }
    
	p.top {
		padding: 0 24px 5px;
		text-align: right;
	}
	.top img {
		width: 40px;
	}
	
	footer {
		padding: 10px;
		font-size: 10px;
	}
	
	#modal li {
		width: 90%;
	}
	
}