@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;
}

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;
	min-width: 1000px;
position: relative;
}

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;}

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;
}

a.fade {
	-webkit-transition: 0.4s;
	transition: 0.4s;
}

a.fade:hover {
	opacity:0.6;
}


/*==========================================*/
/* 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;}


.forSP {
	display: none !important;
}


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

/* =========================================================
loading
========================================================= */
#loading {
	position: fixed;
	top:0;
	left:0;
	width: 100%;
	height: 100%;
	z-index: 9999;
	background: #fff url(../img/logo.png) center center no-repeat;
}

#loading.noLogo {
	background: #fff;
}



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

#footer .wrap {
	width: 100%;
	margin: 0 auto;
}

#footer .wrap .sns {
    text-align: center;

}

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

#footer .wrap .copyright {
	font-size: 12px;
    margin: 30px 0 50px 0;
    text-align: center;
}

#footer .wrap .copyright #toTop {
	display: inline-block;
	height: 141px;
	width: 55px;
	position:fixed;
	right: 40px;
	bottom: -40px;
	background: url(../img/pagetop_off.png);
	background-size: 55px auto;
}

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

/* =========================================================
secContent
========================================================= */
#secContent {
	width: 1000px;
	margin: 0 auto;
	padding-top: 400px;
	padding-bottom: 140px;
}

#secContent:after {
	content: "";
	display: block;
	clear: both;
	height: 0;
	font-size: 0;
	line-height: 0;
}

#secContent .secContentPart1 {
	width: 300px;
	float: left;
	margin-left: 20px;
}

#secContent .secContentPart2 {
	width: 540px;
	float: right;
	margin-right: 20px;
}


#secContent .secContentSingle {
	width: 960px;
	margin: 0 auto;
}


#secContent h1 {
	font-size: 36px;
	margin-bottom: 90px;
    font-weight: normal;
}

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

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














