@charset "utf-8";
/* CSS Document */




/*Fonts
----------------------------------------------------------------------------------------------------------------------*/

/*Noto Sans JP 和ゴシック
-----------------------------------------------------------*/
@import url('https://fonts.googleapis.com/css2?family=Noto+Sans+JP&display=swap');

@import url('https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@400;700&display=swap');

/*font-family: 'Noto Sans JP', sans-serif;*/




/*Noto Sans JP 和明朝
-----------------------------------------------------------*/
@import url('https://fonts.googleapis.com/css2?family=Noto+Serif+JP:wght@400&display=swap');

/*font-family: 'Noto Serif JP', serif;*/




/*Roboto 英ゴシック
-----------------------------------------------------------*/
@import url('https://fonts.googleapis.com/css2?family=Roboto:wght@500&display=swap');

/*font-family: 'Roboto', sans-serif;*/









/*Wrapp,Contents-wrapp,Footer
----------------------------------------------------------------------------------------------------------------------*/

/*Wrapp
-----------------------------------------------------------*/
.wrapp{
	width:100%;
	overflow:hidden;
}




/*Contents-wrapp
-----------------------------------------------------------*/
.contents-wrapp{
	width:100%;
	padding:125px 0;
}


/*背景色*/

.back-bl{
	background:#333;
}

.back-gr{
	background:#eee;
}

.font-wh{
	color:#fff;
}


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

.contents-wrapp{
	padding:100px 0;
}

}

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

.contents-wrapp{
	padding:75px 0;
}

}





/*Contents
-----------------------------------------------------------*/
.contents1200{
	width:1200px;
	margin:0 auto;
}

@media screen and (max-width:1200px) {
	
.contents1200{
	width:92%;
}

}





/*H2,H3
-----------------------------------------------------------*/

h1.regular-h1{
	font-size:24px;
	line-height:1.3;
	text-align:center;
}

h1.regular-h1 span.eng-regular{
	font-size:36px;
	font-family: 'Roboto', sans-serif;
	letter-spacing:0.05em;
	line-height:1.3;
	color:#999;
}

h2.regular-h2{
	font-size:24px;
	line-height:1.3;
	text-align:center;
}

h2.regular-h2 span.eng-regular{
	font-size:36px;
	font-family: 'Roboto', sans-serif;
	letter-spacing:0.05em;
	line-height:1.3;
	/*color:#999;*/
  color: #666;
}

h3.regular-h3{
	font-size:30px;
	font-weight:bold;
	line-height:1 !important;
	text-align:center;
	margin-bottom:10px;
	padding:25px 0;
	border-top:4px dotted #999;
	border-bottom:4px dotted #999;
	color:#fff;
	font-weight:normal;
}


@media screen and (max-width:700px) {
	
h1.regular-h1{
	font-size:20px;
}

h1.regular-h1 span.eng-regular{
	font-size:36px;
}

h2.regular-h2{
	font-size:20px;
}

h2.regular-h2 span.eng-regular{
	font-size:36px;
}

}

@media screen and (max-width:500px) {
	
h1.regular-h1{
	font-size:18px;
}

h1.regular-h1 span.eng-regular{
	font-size:30px;
}

h2.regular-h2{
	font-size:18px;
}

h2.regular-h2 span.eng-regular{
	font-size:30px;
}

h3.regular-h3{
	font-size:24px;
	padding:20px 0;
}

}






/*Pタグ
-----------------------------------------------------------*/

p.m-text{
	font-size:16px;
	font-family: 'Noto Sans JP', sans-serif;
}

p.s-text{
	font-size:14px;
	font-family: 'Noto Sans JP', sans-serif;
}

p.l-text{
	font-size:18px;
	font-family: 'Noto Sans JP', sans-serif;
}

p.ll-text{
	font-size:20px;
	font-family: 'Noto Sans JP', sans-serif;
}

p.min-text{
	font-size:20px;
	font-family: 'Noto Serif JP', serif;
}


@media screen and (max-width:900px) {
	
p.m-text{
	font-size:14px;
}

p.s-text{
	font-size:12px;
}

p.l-text{
	font-size:16px;
}

p.ll-text{
	font-size:18px;
}

p.min-text{
	font-size:18px;
}

}

@media screen and (max-width:700px) {
	
p.min-text{
	font-size:16px;
}
	
}

@media screen and (max-width:500px) {
	
p.min-text{
	font-size:14px;
}
	
}





/*Br
-----------------------------------------------------------*/

br.br-700{
	display:none;
}

br.br-480{
	display:none;
}

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

br.br-700{
	display:block !important;
}

}

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

br.br-480{
	display:block !important;
}

}






/*Footer
-----------------------------------------------------------*/
footer{
	width:100%;
	padding:50px 3% 25px 3%;
	background:#eee;
}

.foot-logo{
	font-size:24px;
	color:#333;
	font-family: 'Noto Sans JP', sans-serif;
	font-weight:bold;
	text-shadow:1px 1px 2px #ccc;
	text-align:center;
}

p.copy{
	width:100%;
	text-align:center;
	font-size:14px;
	font-family: 'Roboto', sans-serif;
}


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

p.copy{
	font-size:12px;
}

}





/*PageTop リンク
-----------------------------------------------------------*/
#Page-top{
	width:60px;
	height:60px;
	font-size:24px;
	position: fixed;
	right:1%;
	bottom:60px;
}

#Page-top a{
	color:#fff;
	text-align:center;
	padding:0 25%;
	background:#369;
	border-radius:10em;
	display:block;
	text-decoration:none;
	line-height:60px;
	opacity:0.8;
}
#Page-top a:hover{
	opacity:0.5;
}





/*Fadeアニメーション設定
-----------------------------------------------------------*/
 .fade{
  opacity: 0;
   transform: translate3d(0, 0, 0);
  transition: all 2s ease;/*fadeスピード*/
  &.full {
   transition: all 0.8 ease;
  }
}

 .top_fade{
  opacity: 0;
   transform: translate3d(0, -75px, 0);
  transition: all 2s ease;/*fadeスピード*/
  &.full {
   transition: all 0.8 ease;
  }
}

 .right_fade{
  opacity: 0;
   transform: translate3d(75px, 0, 0);
  transition: all 2s ease;/*fadeスピード*/
  &.full {
   transition: all 0.8 ease;
  }
}

 .left_fade{
  opacity: 0;
   transform: translate3d(-75px, 0, 0);
  transition: all 2s ease;/*fadeスピード*/
  &.full {
   transition: all 0.8 ease;
  }
}

 .bottom_fade{
  opacity: 0;
   transform: translate3d(0, 75px, 0);
  transition: all 2s ease;/*fadeスピード*/
  &.full {
   transition: all 0.8 ease;
  }
}
/*delay,fast,full*/

.fade-content .anm_mod.active {
 opacity: 1;
 transform: translate3d(0, 0, 0);
}



