@charset "UTF-8";

/*--------------------------------------------------
 contents
--------------------------------------------------*/
h2{
	font-family: 'Poiret One', cursive;
    margin: 0 auto 60px;
    font-size: 45px;
    font-weight: normal;
    line-height: 1.0;
    color: #000;
	text-align: center;
}
#contents{margin: 0;}

/* fade in up */
.fadeImg img,
.fadeImg p{ transition: .8s;}
.list-mv07{
	opacity: 0;
	-webkit-transform: translate(0,60px); 
	transform: translate(0,60px); 
}
.mv07{
	opacity: 1.0;
	-webkit-transform: translate(0,0);
	transform: translate(0,0); 
}

/*--------------------------------------------------
 kv
 --------------------------------------------------*/
/*kvTitle*/
#kvTitle{
	margin: 20px auto 50px;
	max-width: 600px;
	display: block;
}
.st0{
    fill: none;
    stroke-dasharray: 3000;
    stroke-dashoffset: 3000;
    animation: DASH 4s ease-in 0s forwards;
    -webkit-animation: DASH 4s ease-in 0s forwards;
	stroke:#000000;
	stroke-width:4;
	stroke-linecap:round;
	stroke-linejoin:round;
	stroke-miterlimit:10;
}
.st1{
    fill: none;
    stroke-dasharray: 3000;
    stroke-dashoffset: 3000;
    animation: DASH 4s ease-in 0s forwards;
    -webkit-animation: DASH 4s ease-in 0s forwards;
	stroke:#000000;
	stroke-width:4;
	stroke-linecap:round;
	stroke-linejoin:round;
	stroke-miterlimit:10;
}

 
@keyframes DASH {
    0% { stroke-dashoffset: 3000;}
    100% { stroke-dashoffset: 0;}
}
 
@-webkit-keyframes DASH {
    0% { stroke-dashoffset: 3000;}
	100% { stroke-dashoffset: 0;}
}

/*kvimage*/
#kvImage img{ margin: 0 auto 40px;
			  max-width: 70%;
}

/*scroll*/
#scroll{
	font-family: 'Poiret One', cursive;
	font-size: 24px;
	text-align: center;
	max-width: 60px;
	margin: 0 auto 150px;
}
#scroll a:hover img{
	opacity:0.4;
	transition-duration: .6s;
}

/*--------------------------------------------------
illustration
--------------------------------------------------*/
#illustration{
	margin: 0 auto 40px;
	background: #fff2f2;
    padding: 100px 0 30px;
}
#illustration ul{
	display: table;
	max-width: 1000px;
	margin: 0 auto;
}
#illustration ul li{
	display: table-cell;
	margin:31px;
	max-width: 270px;
	float: left;
}

.hover01 figure {
    width: 100%;
    margin: 0;
    padding: 0;
    overflow: hidden;
}
.hover01 figure img {
	-webkit-transform: scale(1);
	transform: scale(1);
	-webkit-transition: .3s ease-in-out;
	transition: .3s ease-in-out;
}
.hover01 figure:hover img {
	-webkit-transform: scale(1.3);
	transform: scale(1.3);
}

.illustTL{
	font-family: 'Poiret One', cursive;
    margin: 10px auto 0;
    font-size: 20px;
    font-weight: normal;
    line-height: 1.0;
    color: #000;
	text-align: center;
}

/*--------------------------------------------------
about
--------------------------------------------------*/
#about{
	text-align: center;
	margin: 0 auto 100px;
    padding: 60px 0 0;
}
.maikoIcon{
	margin: 0 auto 30px;
	max-width: 200px;
}
.sns{
	margin: 0 auto 30px;
}
.sns ul{
	display: table;
	max-width: 1000px;
	margin: 0 auto;
}
.sns ul li{
	display: table-cell;
	max-width:35px;
	padding:0 10px;
}
#about p{
	margin: 0 0 30px;
}
#about p span{
	font-size: 24px;
	padding: 0 10px 6px;
	border-bottom: #ea001c 2px solid;
}
#about a:hover,
#about a:hover img{
	opacity:0.4;
	transition-duration: .6s;
}
.contact img{
	max-width:60px;
	margin:0 auto 30px;
}
/*--------------------------------------------------
contact
--------------------------------------------------*/
#contact{ margin: 0}
#contact a{
	font-family: 'Poiret One', cursive;
	font-size: 24px;
	text-align: center;
	color: #ea001c;
	display: block;
}
 @import url(http://fonts.googleapis.com/css?family=Roboto:400,100,900);
.Cbtn {
	-webkit-transition-property: all;
	transition-property: all;
	-webkit-transition-duration: .6s;
	transition-duration: .6s;
	-webkit-transition-timing-function: ease;
	transition-timing-function: ease;
	cursor: pointer;
	display: block;
	line-height: 80px;
	margin: 0 auto;
	max-width: 600px;
	position: relative;
	text-transform: uppercase;
	vertical-align: middle;
	width: 100%;
}
.Cbtn:hover {
	text-decoration: none;
}
.Cbtn-1 {
	background: #fff;
	font-weight: 100;
}
.Cbtn-1 svg {
	height: 80px;
	left: 0;
	position: absolute;
	top: 0;
	width: 100%;
}
.Cbtn-1 rect {
	fill: none;
	stroke: #ea001c;
	stroke-width: 1;
	stroke-dasharray: 422, 0;
	transition-duration: 1s;
	stroke-dashoffset: 1090;
}
.Cbtn-1:hover {
	background: rgba(225, 51, 45, 0);
	font-weight: 900;
	letter-spacing: 2px;
}
.Cbtn-1:hover rect {
	stroke-width: 5;
	stroke-dasharray: 60, 960;　/*←枠線の長さと線感覚の長さ*/
	stroke-dashoffset: 1090;　/*←線の位置*/
	-webkit-transition: all 1.35s cubic-bezier(0.19, 1, 0.22, 1);
	transition: all 1.35s cubic-bezier(0.19, 1, 0.22, 1);
}

