@charset "utf-8";

/* common
---------------------------------------------*/
* {margin:0;padding:0;}

a:link,a:visited {
	color: #ffffff;
	text-decoration:underline;
}
a:hover,a:active {
	color: #d90909;
	text-decoration:underline;
}

.impact   {font-size:20pt; font-weight:bold;}
.impact2  {color:red;}
.impact3  {background:yellow; color:#000;}
.impact4  {text-decoration:underline;}
.impact5  {background:#173B50; padding:2px 5px; color:#fff;}
.impact6  {background:#f4f4f4; padding:3px; line-height:1.1;}
.impact7  {background: #B60000; padding:2px 5px; color:#fff;}
.style2   {color: #FF0000}
.style3   {color: #333333}
.style4   {color: #000000}


img{ border: none;}

/* カウントダウンタイマー */
#cdt{
	text-align: center;
	margin: 0 auto;
	background-color: #000;
	padding: 5px;
	width: auto;
	color: white;
	font-weight:bold ;
  font-size: large;
  }
  
  .tri i{
	color: yellow;
	padding: 0 1em;
	font-size: large;
  }
  
  .timer, .timer-done, .timer-loop {
	font-size: 30px;
	color: white;
	font-weight: bold;
	text-align: center;
	margin: 0 auto;
	display: inline-block
  }
  
  .timer{
	text-align: center;
	vertical-align: middle;
  }
  .jst-hours {
	float: left;
  }
  .jst-minutes {
	float: left;
  }
  .jst-seconds {
	float: left;
  }
  .jst-clearDiv {
	clear: both;
  }
  .jst-timeout {
	color: black;
  }



/* ボタンのマウスオーバーで明るくする */
.btn:hover {
  filter: brightness(120%);
}





.reflection{
display:inline-block;
position:relative;
overflow:hidden;
}
 
.reflection:after {
content:"";
height:100%;
width:30px;
position:absolute;
top:-180px;
left:0;
background-color: #fff;
opacity:0;
-webkit-transform: rotate(45deg);
-webkit-animation: reflection 2s ease-in-out infinite;
}
 



@keyframes reflection {
0% { -webkit-transform: scale(0) rotate(45deg); opacity: 0; }
80% { -webkit-transform: scale(0) rotate(45deg); opacity: 0.5; }
81% { -webkit-transform: scale(4) rotate(45deg); opacity: 1; }
100% { -webkit-transform: scale(50) rotate(45deg); opacity: 0; }
}





.reflection{
  animation-name: anim_v;
}
 
@keyframes anim_v {
  0% {
    transform: translate(0, 0px);
  }
  100% {
    transform: translate(0, 60px);
  }
}










/* animation
---------------------------------------------*/
.feedInUp {
	opacity: 0;
	transform: translate(0,30px); 
	-webkit-transform: translate(0,30px); 
	transition: 1.5s;
}
.feedInUp_On {
	opacity: 1.0;
	transform: translate(0,0); 
	-webkit-transform: translate(0,0);
}

/* layout
---------------------------------------------*/


/*TopIntro-Start*/
body {
	width: 100%;
	height: 100%;
	margin: 0px;
	padding: 0px;
	min-width: 1002px;
	
  background-image: url(../images/bg.jpg);
	background-repeat: repeat;
	background-attachment: fixed;
	background-position: top center;
	
-webkit-text-size-adjust:none;
	
  text-align:center;
  font-size:42px;
  font-family: 'meiryo', 'Hiragino Kaku Gothic Pro', 'メイリオ', Meiryo, 'ＭＳ Ｐゴシック', sans-serif;
    color: #383d5c;
}

#head1 { background: url("../images/header_01c_ic_1343.jpg") no-repeat top center; height:    1343px; } 
#head2 { background: url("../images/header_02_ic.png") no-repeat top center; height:    335px; } 
#head4 { background: url("../images/header_04.png") no-repeat top center; height:    335px; } 
#head5 { background: url("../images/header_05.png") no-repeat top center; height:    335px; } 
#head6 { background: url("../images/header_06.png") no-repeat top center; height:    335px; } 
#head7 { background: url("../images/header_07.png") no-repeat top center; height:    335px; } 
#head8 { background: url("../images/header_08.png") no-repeat top center; height:    335px; } 
#head9 { background: url("../images/header_09.png") no-repeat top center; height:    335px; } 
#head10 { background: url("../images/header_10.png") no-repeat top center; height:    335px; } 
#head11 { background: url("../images/header_11.png") no-repeat top center; height:    304px; } 
#head12 { background: url("../images/header_12.png") no-repeat top center; height:    304px; } 
#head13 { background: url("../images/header_13.png") no-repeat top center; height:    486px; } 
#head14 { background: url("../images/header_14.png") no-repeat top center; height:    335px; } 
#head15 { background: url("../images/header_15.png") no-repeat top center; height:    406px; } 

#header_service { background: url("../images/header_service.png") no-repeat top center; height:    286px; } 

#header_tokuten { background: url("../images/header_tokuten.png") no-repeat top center; height:    286px; } 





#s3bg { background: url("../images/s3bg.jpg") no-repeat top center; height:    8000px; background-attachment: fixed; } 

#s4bg { background: url("../images/s4bg.jpg") no-repeat top center; height:    4500px; background-attachment: fixed; } 

#s5bg { background: url("../images/s5bg.jpg") no-repeat top center; height:    4240px; background-attachment: fixed; } 

#s6bg { background: url("../images/s6bg.jpg") no-repeat top center; height:    24490px; background-attachment: fixed; } 

#s6bg2407h { background: url("../images/s6bg.jpg") no-repeat top center; height:    24410px; background-attachment: fixed; } 

#s6bg2407tkt { background: url("../images/s6bg.jpg") no-repeat top center; height:    2037px; background-attachment: fixed; } 

#s7bg { background: url("../images/s7bg.jpg") no-repeat top center; height:    4290px; background-attachment: fixed; } 









#waku {

	background-image: url("../images/waku.png");
	background-repeat: repeat-y;
	background-position: center top;
	background-position:50% 0%;
}

#waku_yellow {

	background-image: url("../images/waku_yellow.png");
	background-repeat: repeat-y;
	background-position: center top;
	background-position:50% 0%;
}






#waku_blue_01 { background: url("../images/waku_blue_01.png") no-repeat top center; height:    81px; } 
#waku_blue_03 { background: url("../images/waku_blue_03.png") no-repeat top center; height:    88px; } 

#waku_blue_02 {

	background-image: url("../images/waku_blue_02.png");
	background-repeat: repeat-y;
	background-position: center top;
	background-position:50% 0%;
}





#waku_blue {

	background-image: url("../images/waku_blue.png");
	background-repeat: repeat-y;
	background-position: center top;
	background-position:50% 0%;
}






#waku_q {

	background-image: url("../images/waku_q.png");
	background-repeat: repeat-y;
	background-position: center top;
	background-position:50% 0%;
}

#waku_a {

	background-image: url("../images/waku_a.png");
	background-repeat: repeat-y;
	background-position: center top;
	background-position:50% 0%;
}




#waku_koushi_01 { background: url("../images/waku_koushi_01.png") no-repeat top center; height:    52px; } 
#waku_koushi_03 { background: url("../images/waku_koushi_03.png") no-repeat top center; height:    67px; } 


#waku_koushi_02 {

	background-image: url("../images/waku_koushi_02.png");
	background-repeat: repeat-y;
	background-position: center top;
	background-position:50% 0%;
}





#waku_sikaku_01 { background: url("../images/waku_sikaku_01.png") no-repeat top center; height:    18px; } 
#waku_sikaku_03 { background: url("../images/waku_sikaku_03.png") no-repeat top center; height:    20px; } 


#waku_sikaku_02 {

	background-image: url("../images/waku_sikaku_02.png");
	background-repeat: repeat-y;
	background-position: center top;
	background-position:50% 0%;
}








#text {

	text-align:left;
	width:850px;
	margin:0 auto;
	
	
}

#text3 {

	text-align:left;
	width:850px;
	margin:0 auto;
	font-size:18px;
	
}




#textwhite {

	text-align:left;
	width:800px;
	margin:0 auto;
	color: #fff;
	font-size:45px;
}

#text2 {

	text-align:left;
	width:800px;
	margin:0 auto;
	font-size:38px;
	
}










.white {
  color: #fff;
}

.text-center {
  text-align: center;
}

#footer {
	color: #ffffff;
	background-color: #135da4;
}
--------------------------- */

ol,
ul{
	list-style-position: inside;
	padding-left:10px;
}
ol li,
ul li{
	text-align:left;
}

html { scroll-behavior: smooth;}



.btn_top.poyopoyo {
	animation: poyopoyo 2s ease-out infinite;
	opacity: 1;
	cursor: pointer;
	filter: drop-shadow(2px 2px 4px #ccc);
  }
  @keyframes poyopoyo {
	0%, 40%, 60%, 80% {
	  transform: scale(1.0);
	}
	50%, 70% {
	  transform: scale(0.95);