@charset "utf-8";
html {
-webkit-text-size-adjust: 100%;
-ms-text-size-adjust: 100%;
}
.iphone body,
.ipad body,
.ipod body{cursor:pointer;}
*:focus {outline: none;}

body {
    animation: fadeIn 2s ease 0s 1 normal;
    -webkit-animation: fadeIn 2s ease 0s 1 normal;
}

@keyframes fadeIn {
    0% {opacity: 0}
    100% {opacity: 1}
}

@-webkit-keyframes fadeIn {
    0% {opacity: 0}
    100% {opacity: 1}
}


html, body{height: 100%;}
body{
	background-color: #fff;
	width: 100%;
	text-align:center;
	color:#555;
	font-size:17px;
    font-family:'Work Sans',"游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", "メイリオ", sans-serif;
    font-weight:400;
}

input{
    font-family:'Work Sans',"游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", "メイリオ", sans-serif;
    font-weight:400;
}

a{
	transition: all 0.5s;
	color: #555;
	text-decoration: none;
}

strong{font-weight:bold;}
img{
	font-size:0;
	line-height:0;
    max-width:100%;
     height:auto;
     -webkit-backface-visibility: hidden;
	-ms-interpolation-mode: bicubic;
}

/*-----------------------------------------------------
tablet + sp
--------------------------------------------------------*/

@media screen and (min-width : 1000px) and (max-width : 1199px){
	html{font-size:10px;}
	body{font-size:1.5rem;}
	img {max-width:100%; height:auto;}
}
@media screen and (min-width : 768px) and (max-width : 999px){
	html{font-size:10px;}
	body{font-size:1.4rem;}
	img {max-width:100%; height:auto;}
}
@media screen and (max-width : 767px) {
	html{font-size:10px;}
	body{font-size:1.4rem;}
	img {max-width:100%; height:auto;}
}
@media screen and (max-width: 374px) {
	body{font-size:1.3rem;}
}

/*-----------------------------------------------------
font
--------------------------------------------------------*/
/* 
    font-family: 'Courgette', cursive;

----------------------------------------*/
.fnt01,
#ftrContact a .inner .tit,
#mainTitle .inner p.subtit,
.cTitSc01,
#mission .boxMission01 .inner .tit h3 span,
#profile .boxProfile01 .img span,
#about--mission h2{
	font-family: 'Courgette', cursive;
}

.cTitSc01 span{
	display: block;
    font-family:"游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", "メイリオ", sans-serif;
    font-weight:400;
}

