@charset "utf-8";
/* CSS Document */
	
@font-face {
	font-family:'GenJyuuGothicL Bold';
	src:url("myfont/GenJyuuGothicL-Bold.eot");
	src:url("myfont/GenJyuuGothicL-Bold.eot?#iefix") format('embedded-opentype'),
	url("myfont/GenJyuuGothicL-Bold.ttf") format('truetype'),
	url("myfont/GenJyuuGothicL-Bold.woff") format('woff');
}

@font-face {
	font-family:'GenJyuuGothicL Heavy';
	src:url("myfont/GenJyuuGothicL-Heavy.eot");
	src:url("myfont/GenJyuuGothicL-Heavy.eot?#iefix") format('embedded-opentype'),
	url("myfont/GenJyuuGothicL-Heavy.ttf") format('truetype'),
	url("myfont/GenJyuuGothicL-Heavy.woff") format('woff');
}

@font-face {
	font-family:'GenJyuuGothicL Medium';
	src:url("myfont/GenJyuuGothicL-Medium.eot");
	src:url("myfont/GenJyuuGothicL-Medium.eot?#iefix") format('embedded-opentype'),
	url("myfont/GenJyuuGothicL-Medium.ttf") format('truetype'),
	url("myfont/GenJyuuGothicL-Medium.woff") format('woff');
}

@font-face {
	font-family:'GenJyuuGothicL Light';
	src:url("myfont/GenJyuuGothicL-Light.eot");
	src:url("myfont/GenJyuuGothicL-Light.eot?#iefix") format('embedded-opentype'),
	url("myfont/GenJyuuGothicL-Light.ttf") format('truetype'),
	url("myfont/GenJyuuGothicL-Light.woff") format('woff');
}
@font-face {
	font-family:'GenJyuuGothic Bold';
	src:url("myfont/GenJyuuGothic-Bold.eot");
	src:url("myfont/GenJyuuGothic-Bold.eot?#iefix") format('embedded-opentype'),
	url("myfont/GenJyuuGothic-Bold.ttf") format('truetype'),
	url("myfont/GenJyuuGothic-Bold.woff") format('woff');
}

@font-face {
	font-family:'GenJyuuGothic Heavy';
	src:url("myfont/GenJyuuGothic-Heavy.eot");
	src:url("myfont/GenJyuuGothic-Heavy.eot?#iefix") format('embedded-opentype'),
	url("myfont/GenJyuuGothic-Heavy.ttf") format('truetype'),
	url("myfont/GenJyuuGothic-Heavy.woff") format('woff');
}

@font-face {
	font-family:'NotoSerifJP-Bold';
	src:url("myfont/NotoSerifJP-Bold.eot");
	src:url("myfont/NotoSerifJP-Bold.eot?#iefix") format('embedded-opentype'),
	url("myfont/NotoSerifJP-Bold.woff") format('woff');
}



@media screen and (max-width: 680px){
	

/*=============フェードイン======================*/


/* fadeUp */

.fadeUp{
animation-name:fadeUpAnime;
animation-duration:2.5s;
animation-fill-mode:forwards;
opacity:0;
}

@keyframes fadeUpAnime{
  from {
    opacity: 0;
  transform: translateY(150px);
  }

  to {
    opacity: 1;
  transform: translateY(0);
  }
}


/* スクロールをしたら出現する要素にはじめに透過0を指定　*/
 
.fadeUpTrigger{
    opacity: 0;
}

/*========= waveを描画するエリア設定 ===============*/
.wave{
	width: 100%;
	height: 100px;
	margin-bottom: 0px;
	position: relative;
}
canvas{
	position: absolute;
	left:0;
    width: 100%;
	bottom: 0;
}

/*------------------------------
 body
-------------------------------*/
.pc{
	display: none;
	}
	
.sp{
	display: block;
	}
.wrap {
margin:0 auto;
	overflow: hidden;
}
	
.br-sp{
		display: block;
	}
	
body{
	-webkit-text-size-adjust: 100%;
	font-family:"Noto Sans CJK JP Medium";
	font-size: 22px;
	font-style: normal;
	line-height: 160%;
	color: #3E3A39;
	width: 100%;
	background-color: #FFF;
	top: 0px;
	margin-top: 0px;
	bottom: 0px;
	margin-bottom: 0px;
	height: 100%;
	background-image: url("back.jpg");
}

	
*{
	margin:0;
	padding:0;
}



h1,h2,h3,h4,h5,h6{
	margin-right: auto;
	margin-left: auto;
	padding: 0;
	left: auto;
	right: auto;
	clip: rect(auto,auto,auto,auto);
	color: #ED1C24;
	line-height: 170%;
	font-weight: normal;
}
img{
	border:0;
	margin:0;
	padding:0;
	display: block;
}

table{
	border-spacing: 0px;
}
.c_b{
	clear:both;
}

a {
text-decoration: none;
}

.anchor {
    display: block;
    padding-top: 360px;
    margin-top: -360px;
}
	

/*------------------------------
TOPボタン
-------------------------------*/
#pageTop {
  position: fixed;
  bottom: 10%;
  right: 5%;
	z-index: 50;
}
 
#pageTop i {
  padding-top: 6px
}
 
#pageTop a {
  display: block;
  z-index: 999;
  width: 60px;
  height: 60px;
 background-image: url(totop.png);
	background-size: 60px 60px;
}
}