@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;
}

body{
	padding: 0;
	margin: 0;
	font-family: 'Noto Serif JP', sans-serif;
	font-weight: 400;
	color: #1d5193;
	background: #fcfaeb;
	line-height: 1.5;
	letter-spacing: 0.1rem;
}

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;
	width: 940px;
}
h1.active {
    -webkit-animation: fadeUp;
    animation: fadeUp;
    -webkit-animation-duration: 1.5s;
    animation-duration: 1.5s;
	opacity: 1;
}
h1 img {
    width: 75%;
}

.about {
	position: relative;
	padding-bottom: 310px;
	margin: auto;
	width: 920px;
}
.about p {
	opacity: 0;
	font-size: 19px;
	line-height: 2.2;
	margin-bottom: 3rem;
}
.about p.movie{
	position: relative;
	width: 100%;
	height: 0;
    padding-bottom: 56.25%;
	overflow: hidden;
    margin: 22% 0 10%;
    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: -575px;
}
.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: 60px;
    right: 50%;
    margin-right: -460px;
}
.ttl_sec02 img {
	opacity: 0;
}
.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: 100px;
	opacity: 0;
}
.group .inner {
	padding-right: 140px;
    padding-left: 215px;
	margin: 0 auto 10px;
    width: 860px;
	font-size: 24px;
}
.group p {
	margin-bottom: 17px;
	font-size: 36px;
	line-height: 1;
	border-bottom: 3px solid;
}
.group p.short {
    letter-spacing: -2px;
}
.group p span {
	font-family: "MS 明朝", "ＭＳ Ｐ明朝", "MS PMincho", "ヒラギノ明朝 ProN W6", "HiraMinProN-W6", "HG明朝E", serif;
	font-size: 167px;
}
.group a {
	margin-top: 12px;
	padding: 1px 15px;
    display: inline-block;
    background: #1d5193;
    color: #fff;
    text-decoration: none;
    font-size: 17px;
    font-family: Verdana, "游ゴシック", YuGothic, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, sans-serif;
    letter-spacing: 0;
    border-radius: 6px;
}
@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-top: 100px;
	font-size: 29px;
	text-align: center;
	line-height: 1.8;
}
.desc.active {
    -webkit-animation: fadeUp;
    animation: fadeUp;
    -webkit-animation-duration: .8s;
    animation-duration: .8s;
	opacity: 1;
}

.banner {
    margin-top: 150px;
    text-align: center;
}

p.top {
	padding: 0 55px 38px;
	text-align: right;
}

footer {
	padding: 22px;
	text-align: center;
	color: #fff;
	background: #1d5193;
	font-family: Verdana, "游ゴシック", YuGothic, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, sans-serif;
}

#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){
	
	body {
		letter-spacing: 0;
	}
	
	img {
		max-width: 100%;
	}
		
	h1 {
		opacity: 0;
		margin: 10% auto;
		width: 87%;
	}
	h1 img {
		width: 85%;
	}
	
	.about {
		padding-bottom: 15%;
		margin: auto;
		width: 87%;
	}
	.about p {
		opacity: 0;
		font-size: 3.8vw;
		line-height: 2;
		margin-bottom: 1.5rem;
	}
	.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: 18%;
		right: 0;
		padding-right: 6%;
		margin-right: 0;
		width: 66%;
		overflow: hidden;
	}
	
	.group .inner {
		padding-right: 0;
		padding-left: 4%;
		margin: 0 auto 5px;
		width: 85%;
		font-size: 2.6vw;
	}
	.group p {
		margin-bottom: 5px;
		font-size: 3.7vw;
		border-bottom: 3px solid;
	}
	.group p span {
		font-size: 56px;
	}
	.group a {
		margin-top: 4px;
		padding: 1px 10px;
		font-size: 10px;
		border-radius: 3px;
	}
	.infinite {
		width: 100%;
	}
	
	img.car {
		max-width: none;
		height: 30px;
	}
	
	.desc {
		margin-top: 10%;
		font-size: 3.2vw;
	}
    
    .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%;
	}
	
}