@charset "UTF-8";
@media screen and (max-width: 768px) { /* sp */ 

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

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

/*--------------------------------------------------
 kv
 --------------------------------------------------*/
/*kvTitle*/
#kvTitle{ margin: 0 auto 60px;}
.st0{
    fill: none;
    stroke-dasharray: 3000;
    stroke-dashoffset: 3000;
    animation: DASH 4s ease-in 0s forwards;
    -webkit-animation: DASH 4s ease-in 0s forwards;
	fill:none;
	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 60px;
			  max-width: 100%;
}

/*scroll*/
#scroll{
	font-family: 'Poiret One', cursive;
	font-size: 40px;
	text-align: center;
	max-width: 100px;
	margin: 0 auto 150px;
}
#scroll a:hover img{ opacity: 1;}

/*--------------------------------------------------
illustration
--------------------------------------------------*/
#illustration{
	margin: 0 0 90px;
	background: #fff2f2;
    padding: 60px 0;
}
#illustration ul{
	display: table;
	max-width:768px;
	margin: 0 auto;
	padding: 0 2%;
}
#illustration ul li{
	display: table-cell;
    margin: 0;
    max-width: 46%;
    padding: 0 2% 30px;
    float: left;
}

.illustTL{
	font-family: 'Poiret One', cursive;
    margin: 5px 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 150px;
}
.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:50px;
	padding:0 10px;
}
#about p{ margin: 0 0 30px;}
#about p span{ font-size: 24px;
	padding: 0 10px 6px;
	border-bottom: #ea001c 2px solid;
}
#scroll a:hover img,
#about a:hover img{ opacity: 1;}

.contact img{
	max-width:90px;
	margin:0 auto 30px;
}

/*--------------------------------------------------
contact
--------------------------------------------------*/
#contact{ margin: 0 0 150px;}
#contact a{
	font-family: 'Poiret One', cursive;
	font-size: 40px;
	text-align: center;
	color: #ea001c;
	padding: 20px 0;
	border: #ea001c 2px solid;
	display: block;
}
.Cbtn-1 svg {
	height: 120px;
	left: 0;
	position: absolute;
	top: 0;
	width: 100%;
}
.Cbtn-1:hover rect {
    stroke-width: 0;
    stroke-dasharray: 0, 0;
    transition: none;
}
.Cbtn-1:hover {
    background: rgba(225, 51, 45, 0);
    font-weight: 100;
    letter-spacing: normal;
}