@charset "UTF-8";

@import url(https://fonts.googleapis.com/css?family=Montserrat:400,700);
@import url(https://fonts.googleapis.com/css?family=Rock+Salt);

* {
margin:0;
padding:0;
}

html {
	height: 100%;
}

body {
background :#fff;
color: #000;
height:100%;
font-family: 'Montserrat', 'メイリオ', Meiryo, 'ＭＳ Ｐゴシック', 'ヒラギノ角ゴ Pro W3', 'Hiragino Kaku Gothic ProN', sans-serif;
font-weight: normal;
font-style: normal;
font-size: 14px;
line-height: 1.5;
overflow:scroll;
}

table {
border-collapse: collapse;
border-spacing: 0;
}

caption {
padding: 0;
text-align: left;
}

th, td {
text-align: left;
padding: 0;
}

h1,h2,h3,h4,h5,h6{line-height: 1; font-weight: normal;}

hr{display: none;}
ul,ol{list-style-type: none;}
img{border: none; vertical-align: top;}
em{font-style: normal;}
form label{cursor: pointer;}

@keyframes fade-in {
      0% {
        display: none;
        opacity: 0;
      }

      1% {
        display: block;
        opacity: 0;
      }

      100% {
        display: block;
        opacity: 1;
      }
    }

    @-moz-keyframes fade-in {
      0% {
        display: none;
        opacity: 0;
      }

      1% {
        display: block;
        opacity: 0;
      }

      100% {
        display: block;
        opacity: 1;
      }
    }

    @-webkit-keyframes fade-in {
      0% {
        display: none;
        opacity: 0;
      }

      1% {
        display: block;
        opacity: 0;
      }

      100% {
        display: block;
        opacity: 1;
      }
    }


@keyframes fade-out {
      0% {
        display: block;
        opacity: 1;
      }

      99% {
        display: block;
        opacity: 1;
      }

      100% {
        display: none;
        opacity: 0;
      }
    }

    @-moz-keyframes fade-out {
      0% {
        display: block;
        opacity: 1;
      }

      99% {
        display: block;
        opacity: 1;
      }

      100% {
        display: none;
        opacity: 0;
      }
    }

    @-webkit-keyframes fade-out {
      0% {
        display: block;
        opacity: 1;
      }

      99% {
        display: block;
        opacity: 1;
      }

      100% {
        display: none;
        opacity: 0;
      }
    }

@keyframes margin-up {
      0% {
        margin-bottom: -10px;
      }
      100% {
        margin-bottom: 0px;
      }
    }

    @-moz-keyframes fade-out {
      0% {
        margin-bottom: -10px;
      }
      100% {
        margin-bottom: 0px;
      }
    }

    @-webkit-keyframes fade-out {
      0% {
        margin-bottom: -10px;
      }
      100% {
        margin-bottom: 0px;
      }
    }



/*==========================================*/
/* link */
/*
a:link,
a:visited{color: #e85197; text-decoration: underline;}
a:hover,
a:active{color: #e85197; text-decoration: none;}
*/
a {
cursor: pointer;
outline: none;
color: #000;
text-decoration: none;
}


/*==========================================*/
/* clearfix For modern browsers */
.clearfix:before, .clearfix:after { content:""; display:table;}
.clearfix:after { clear:both;}
/* clearfix For IE 6/7 (trigger hasLayout) */
.clearfix { zoom:1;}


.forPC {
	display: none !important;
}

/* =========================================================
menu insta
========================================================= */
#menu .menu .insta a {
	display: inline-block;
	width: 22px;
	height: 22px;
	background: url(../img/menu_insta.png);
	background-size: 22px 22px;
}

/* =========================================================
loading
========================================================= */
#loading {
	position: fixed;
	top:0;
	left:0;
	width: 100%;
	height: 100%;
	z-index: 9999;
	background: #fff;
}

#loading:after {
	content: "";
	display: inline-block;
	width: 198px;
	height: 204.5px;
	background: #fff url(../img/logo.png) center center no-repeat;
	background-size: 198px auto;
	position: absolute;
	top: 50%;
	left: 50%;
	margin-left: -109px;
	margin-top: -135px;
}

#loading.noLogo:after {
  background: #fff;
}



/* =========================================================
footer
========================================================= */
#footer {
	//padding-bottom: 50px;
}

#footer .wrap {
}

#footer .wrap .sns {
	text-align: center;
	margin-bottom: 20px;
}

#footer .wrap .sns #twitter-widget-0 {
	display: inline-block;
	vertical-align: bottom;
}

#footer .wrap .copyright {
	text-align: center;
	font-size: 12px;
	margin-bottom: 20px;
	position: relative;
}

#footer .wrap .copyright #toTop {
	display: inline-block;
	height: 81px;
	width: 35px;
	position: absolute;
	right: 20px;
	bottom: -20px;
	background: url(../img/pagetop_off.png);
	background-size: 35px auto;
}

#footer .wrap .copyright #toTop:hover {
	background: url(../img/pagetop_on.png);
	background-size: 35px auto;
}


/* =========================================================
secContent
========================================================= */
#secContent {
	margin: 0 20px;
	padding-top: 0px;
	padding-bottom: 80px;
}


#secContent .secContentPart1 {
	padding-bottom: 30px;
	margin-bottom: 50px;
	border-bottom: 1px solid #000;
}

#secContent .secContentPart2 {
}

#secContent h1 {
	font-size: 25px;
	margin-bottom: 30px;
}

#secContent p {
	font-size: 12px;
	margin-bottom: 30px;
	line-height: 1.8;
}

#secContent p a {
	color: #000;
	text-decoration: underline;
}
