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

html{
	font-family:"ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	font-size:16px;
	line-height:1.5;
	color:#333;
	}

body{
	margin:0;
	min-width:1100px;
	}

ul,li,dl,dt,dd,table{
	border-collapse:collapse;
	list-style:none;
	margin:0;
	padding:0;
	}
	
img{ border:none;}

a{ color:#538fc6; text-decoration:none;}
a:hover{ text-decoration:underline;}

.pageup{
	position:fixed;
	right:0;
	top:50%;
	z-index:50;
	}

.pageup:hover{
	opacity:0.8;
	}

.inner{ width:1000px; margin:0 auto; position:relative; }

.clear{ clear:both;}

.cf:after {
  content: "."; 
  display: block; 
  height: 0; 
  clear: both; 
  visibility: hidden;
}

.cf { display: inline-table; }

/* Hides from IE-mac \*/
* html .cf { height: 1%; }
.cf { display: block; }
/* End hide from IE-mac */


h2{
	color:#FFF;
	font-size:40px;
	line-height:40px;
	width:1000px;
	margin:0 auto;
	padding:0px 0;
	}

h2 span{
	font-size:20px;
	}


/*ヘッダー
--------------------------------------------*/
#fh5co-header2 {
	position: absolute;
	z-index: 99;
	width: 100%;
	opacity: 1;
	top: 40px;
	left: 0px;
}
#fh5co-header2 .navbar {
  padding-bottom: 0;
  margin-bottom: 0;
}
#fh5co-header2 #navbar .navbar-right {
  margin-right: 0;
}
@media screen and (max-width: 992px) {
  #fh5co-header2 #navbar .navbar-right {
    margin-right: -15px;
  }
}
#fh5co-header2 #navbar li a {
  font-family: "PT Sans", Arial, serif;
  color: rgba(0, 0, 0, 0.5);
  position: relative;
  font-size: 16px;
  font-weight: 400;
}
@media screen and (max-width: 992px) {
  #fh5co-header2 #navbar li a {
    padding-left: 10px !important;
    padding-right: 10px !important;
  }
}
#fh5co-header2 #navbar li a span {
  position: relative;
  display: block;
  padding-bottom: 2px;
}
#fh5co-header2 #navbar li a span:before {
  content: "";
  position: absolute;
  width: 100%;
  height: 2px;
  bottom: 0;
  left: 0;
  background-color: rgba(255, 255, 255, 0.5);
  visibility: hidden;
  -webkit-transform: scaleX(0);
  -moz-transform: scaleX(0);
  -ms-transform: scaleX(0);
  -o-transform: scaleX(0);
  transform: scaleX(0);
  -webkit-transition: all 0.3s ease-in-out 0s;
  -moz-transition: all 0.3s ease-in-out 0s;
  -ms-transition: all 0.3s ease-in-out 0s;
  -o-transition: all 0.3s ease-in-out 0s;
  transition: all 0.3s ease-in-out 0s;
}
#fh5co-header2 #navbar li a:hover {
  color: #000;
}
#fh5co-header2 #navbar li a:hover span:before {
  visibility: visible;
  -webkit-transform: scaleX(1);
  -moz-transform: scaleX(1);
  -ms-transform: scaleX(1);
  -o-transform: scaleX(1);
  transform: scaleX(1);
}
#fh5co-header2 #navbar li.active a {
  background: transparent;
  background: none;
}
@media screen and (max-width: 480px) {
  #fh5co-header2 #navbar li.active a {
    color: #ff3b30;
  }
}
#fh5co-header2 #navbar li.active a span:before {
  visibility: visible;
  -webkit-transform: scaleX(1);
  transform: scaleX(1);
  background-color: #ff3b30;
}
@media screen and (max-width: 480px) {
  #fh5co-header2 #navbar li.active a span:before {
    background-color: transparent;
  }
}
#fh5co-header2 #navbar li.call-to-action a {
  border: 2px solid #ff3b30;
  padding: 5px 10px 3px 10px;
  margin: 12px 0 0 0px;
  -webkit-border-radius: 30px;
  -moz-border-radius: 30px;
  -ms-border-radius: 30px;
  border-radius: 30px;
}
#fh5co-header2 #navbar li.call-to-action a:hover {
  background-color: #ff3b30;
  color: #fff;
}
#fh5co-header2 #navbar li.call-to-action a span:before {
  background-color: transparent;
}
#fh5co-header2 .navbar-brand {
  float: left;
  display: block;
  font-size: 24px;
  font-weight: 700;
  padding-left: 0;
  color: #535659;
  text-transform: uppercase;
  letter-spacing: 3px;
}
#fh5co-header2 .navbar-brand > span {
  color: #ff3b30;
}
@media screen and (max-width: 992px) {
  #fh5co-header2 .navbar-brand {
    padding-left: 10px !important;
    padding-right: 0 !important;
  }
}
#fh5co-header2.navbar-fixed-top {
  position: fixed !important;
  background: #fff;
  -webkit-box-shadow: 0 0 9px 0 rgba(0, 0, 0, 0.1);
  -moz-box-shadow: 0 0 9px 0 rgba(0, 0, 0, 0.1);
  -ms-box-shadow: 0 0 9px 0 rgba(0, 0, 0, 0.1);
  box-shadow: 0 0 9px 0 rgba(0, 0, 0, 0.1);
  margin-top: 0px;
  top: 0;
}
#fh5co-header2.navbar-fixed-top .navbar-brand {
  color: #535659;
}
#fh5co-header2.navbar-fixed-top #navbar li a {
  color: rgba(0, 0, 0, 0.5) !important;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
}
#fh5co-header2.navbar-fixed-top #navbar li a:hover {
  color: #ff3b30;
}
#fh5co-header2.navbar-fixed-top #navbar li.active a {
  color: #ff3b30 !important;
}
@media screen and (max-width: 768px) {
  #fh5co-header2.navbar-fixed-top #navbar li.active a {
    color: #ff3b30 !important;
  }
}
#fh5co-header2.navbar-fixed-top #navbar li.active a span:before {
  visibility: visible;
  -webkit-transform: scaleX(1);
  transform: scaleX(1);
  background-color: #ff3b30;
}
@media screen and (max-width: 768px) {
  #fh5co-header2.navbar-fixed-top #navbar li.active a span:before {
    background-color: transparent;
  }
}
#fh5co-header2.navbar-fixed-top #navbar li.call-to-action a {
  border: 2px solid #ff3b30;
  padding: 5px 10px 3px 10px;
  margin: 12px 0 0 0px;
  -webkit-border-radius: 30px;
  -moz-border-radius: 30px;
  -ms-border-radius: 30px;
  border-radius: 30px;
}
#fh5co-header2.navbar-fixed-top #navbar li.call-to-action a:hover {
  background-color: #ff3b30;
  color: #fff !important;
}
#fh5co-header2.navbar-fixed-top #navbar li.call-to-action a span:before {
  background-color: transparent;
}
#fh5co-header2 .navbar-default {
	border: transparent;
	background-color: #000000;
	margin: 0;
	text-align:center;
	color:#FF0004;
	font-size:20px;
	font-weight:bold;
	padding: 10px 50px;
	-webkit-border-radius: 0px;
	-moz-border-radius: 0px;
	-ms-border-radius: 0px;
	border-radius: 0px;
}
@media screen and (max-width: 768px) {
  #fh5co-header2 .navbar-default {
    margin-top: 0px;
    padding-right: 0px;
    padding-left: 0px;
  }
}
#fh5co-header2 .navbar-default .brand-slogan {
  margin: 28px 0 0 15px;
  float: left;
  letter-spacing: 2px;
  color: #adadad;
}
#fh5co-header2 .navbar-default .brand-slogan em {
  color: #ff3b30;
  font-style: normal;
}


/*ヘッドメイン
--------------------------------------------*/
#fh5co-home {
  background-color: transparent;
  background-size: cover;
  background-attachment: fixed;
  position: relative;
  width: 100%;
  background-color: #9fa3a5;
  color: #fff;
}
#fh5co-home a {
  color: rgba(255, 255, 255, 0.8) !important;
  text-decoration: underline;
}
#fh5co-home a:hover {
  color: #fff;
  text-decoration: none;
}
#fh5co-home .gradient {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 2;
}
#fh5co-home, #fh5co-home .text-wrap {
  height: 1100px;
}
#fh5co-home .text-wrap {
  display: table;
  width: 100%;
  position: relative;
  z-index: 4;
}
#fh5co-home .text-inner {
  text-align: center;
}
#fh5co-home .text-inner h1 {
	padding-top:30px;

}
#fh5co-home .text-inner h2 {
	position: absolute;
	top: 762px;
	bottom: 0;
	left: 100px;
	right: 0;
}
#fh5co-home .text-inner .call-to-action {
  display: block;
  width: 100%;
}
#fh5co-home .text-inner .call-to-action a {
  width: 230px;
  display: inline-block;
  font-size: 20px;
  padding: 15px 0;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  -ms-border-radius: 4px;
  border-radius: 4px;
  margin-right: 10px;
  -webkit-box-shadow: 0px 3px 6px -1px rgba(0, 0, 0, 0.19);
  -moz-box-shadow: 0px 3px 6px -1px rgba(0, 0, 0, 0.19);
  -ms-box-shadow: 0px 3px 6px -1px rgba(0, 0, 0, 0.19);
  -o-box-shadow: 0px 3px 6px -1px rgba(0, 0, 0, 0.19);
  box-shadow: 0px 3px 6px -1px rgba(0, 0, 0, 0.19);
}
#fh5co-home .text-inner .call-to-action a.demo {
  border: 2px solid #fff;
  text-decoration: none !important;
}
@media screen and (max-width: 768px) {
  #fh5co-home .text-inner .call-to-action a.demo {
    margin-bottom: 20px;
  }
}
#fh5co-home .text-inner .call-to-action a.demo:hover {
  background: rgba(255, 255, 255, 0.2);
}
#fh5co-home .text-inner .call-to-action a.download {
  border: 2px solid #ff3b30;
  background: #ff3b30;
  text-decoration: none !important;
}
	
/*section01
--------------------------------------------*/
#section01{
	background:url(../images/section01_bg.jpg);
	}
	
#section01 p{
	padding: 0 35px 24px;
	}
	
#section01 .title{
	background:url(../images/bg02.gif);
	}

#section01 .title h3{	
	color:#FFF;
	font-size:40px;
	width:1000px;
	margin: 0px auto;
	padding:50px 0;
	text-align:center;	
	line-height:48px;
	}

.fadeInDown {
 -webkit-animation-fill-mode:both;
 -ms-animation-fill-mode:both;
 animation-fill-mode:both;
 -webkit-animation-duration:2s;
 -ms-animation-duration:2s;
 animation-duration:2s;
 -webkit-animation-name: fadeInDown;
 animation-name: fadeInDown;
 visibility: visible !important;
}
@-webkit-keyframes fadeInDown {
 0% { opacity: 0; -webkit-transform: translateY(20px); }
 100% { opacity: 1; -webkit-transform: translateY(0); }
}
@keyframes fadeInDown {
 0% { opacity: 0; -webkit-transform: translateY(20px); -ms-transform: translateY(20px); transform: translateY(20px); }
 100% { opacity: 1; -webkit-transform: translateY(0); -ms-transform: translateY(0); transform: translateY(0); }
}

#txtsp-back .txt-info {
	position: relative;
	width: 1000px;
	margin: 0px auto;
	padding: 35px 0 5px;
}

#txtsp-back .txt-info p {
	margin: 0;
	line-height: 24px;
}

#txtsp-back .txt-info .voice_sub {
	margin: 0 auto 15px;
	text-align:center;
	line-height: 24px;
}

#txtsp-back .txt-info .list li{
	position: relative;
	margin:15px 40px;
	padding:10px 20px 20px 50px;
	background-color: #FFFFFF;
	background-image:url("../images/point8_1.png");
	background-repeat:no-repeat;
	background-position:10px 14px;
    border: #ccc solid 1px;
    border-left: #ccc solid 10px;
	box-shadow: 0 2px 3px 0 #ddd;
    -moz-box-shadow: 0 2px 3px 0 #ddd;
    -webkit-box-shadow: 0 2px 3px 0 #ddd;
}

#txtsp-back .txt-info .list li {
	display: block;
	text-decoration: none;
	line-height: 24px;
}

#txtsp-back .txt-info .list span {
	font-size:20px;
	line-height: 42px;
	font-weight:bold;
}

#section01 .img-r{
	float:right;
}

/*section2
--------------------------------------------*/
#section02{
	background-color:#f6f5e6;
	}
	
#section02 p{
	padding: 0 35px 24px;
	}

#section02 .title{
	background:url(../images/bg02.gif);
	}

#section02 .title h3{
	color:#FFF;
	font-size:40px;
	width:1000px;
	margin: 0px auto;
	padding:50px 0;
	text-align:center;	
	line-height:48px;
	}

#section02 .img-l{
	float:right;
}

#section02 .c-text{
	background-color:#e3f9fe;
	width:930px;
	margin:0 auto 24px;

	}

/*section3
--------------------------------------------*/
#section03{
	background-color:#f6f5e6;
	}

#section03 p{
	padding: 0 35px 24px;
	}
	
#section03 .title{
	background:url(../images/bg03.gif);
	}

#section03 h3{
	color:#FFF;
	font-size:40px;
	width:1000px;
	margin: 0px auto;
	padding:50px 0;
	text-align:center;	
	line-height:48px;
	}

#section03 .step-text{
	background-color:#e3f9fe;
	width:930px;
	margin:0 auto 24px;

	}
#section03 .step-text p{
	margin: 0;
	padding: 12px 35px 12px;
	line-height: 24px;
	}

#section03 .photo {
	display: block;
    margin: 0 auto;
	}

#section03 .img-l{
	float:right;
}

/*section4
--------------------------------------------*/
#section04{
	background:url(../images/section01_bg.jpg);
	}
	
#section04 p{
	padding: 0 35px 24px;
	}
	
#section04 .title{
	background:#fb6464;
	}

#section04 h3{
	color:#FFF;
	font-size:40px;
	width:1000px;
	margin: 0px auto;
	padding:50px 0;
	text-align:center;	
	line-height:48px;
	}
	
#section04 .reason{	
	width:930px;
	margin: 0 auto 15px;
	background:url(../images/reason_bg.gif);
	border:1px solid #fb6464;
}

#section04 h4{
	margin:10px;
	padding: 4px 0 4px 10px;
	border-left: 6px solid #990000;
	}

/*section5
--------------------------------------------*/
#section05{
	background:url(../images/section01_bg.jpg);
	}

#section05 .title{
	background:url(../images/bg04.gif);

	}

#section05 h3{
	color:#FFF;
	font-size:36px;
	width:1000px;
	margin: 0px auto;
	padding:50px 0;
	text-align:center;	
	line-height:48px;
	}

#section05 .voice{	
	width:930px;
	margin: 0 auto 15px;
	border:5px solid #dcd1d1;
}

#section05 h4{
	margin:10px;
	padding: 6px 0 6px 10px;
	background:#1c87a6;
	color:#FFFFFF;
	line-height:30px;
	}

#section05 h5{
	margin:10px;
	border-left:7px solid #1c87a6;
     padding: 4px 0 4px 10px;
     border-bottom:1px dotted #ccc;
	}
	
#section05 p{
	padding: 0 34px 24px;
	}

#section05 .img-l{
	float:left;
}

/*section6
--------------------------------------------*/
#section06{
	background:url(../images/section01_bg.jpg);
	}

#section06 p{
	padding: 0 35px 24px;
	}
	
#section06 .title{
	
	background:url(../images/section06_img1.png);
	height:300px;
	}

#section06 h3{
	color: #FFF;
	font-size: 56px;
	width: 1000px;
	margin: 0px auto;
	padding: 80px 0 0px;
	text-align: center;
	line-height: 68px;
	
	
	}
	
#section06 .txt-center{
	background: #FFFFFF;
	width: 1000px;
	margin: 0px auto;
	padding: 5px 0;
	font-size: 20px;
	width: 1000px;
	text-align: center;
	line-height: 28px;
	}

/*section7
--------------------------------------------*/
#section07{
	background:url(../images/section01_bg.jpg);
	}

#section07 p{
	padding: 0 35px 24px;
	}
	
#section07 .title{
	background:url(../images/section07_waku1.png);
	height:300px;
	}

#section07 h3{
	color: #FFF;
	font-size: 56px;
	width: 1000px;
	margin: 0px auto;
	padding: 80px 0 0px;
	text-align: center;
	line-height: 68px;
	}

#section07 .kakaku{
	width:930px;
	margin:0 auto;
	background:url(../images/section07_img2.png) repeat-y;
}
#section07 .img-r{
	float:right;
}
/* ------------ mix-kiyaku ------------*/


#section07 .kakaku .mix-kiyaku {
	width: 760px;
	padding-top: 0px;
	border-top: 1px dotted #FFFFFF;
	margin: 0 auto;
}

#section07 .kakaku .mix-kiyaku .tt1 {
	width: 760px;
}

#section07 .kakaku .mix-kiyaku .tt1 h4{
	margin:0;
	padding:0 0 1px;
}

#section07 .kakaku .mix-kiyaku .tt1 textarea {
	width: 760px;
	margin: 0 auto 10px;
	height: 120px;
	line-height: 1.4;
	font-size: 12px;
}

#section07 .kakaku .k-check {
	clear:both;
}

#section07 .kakaku .k-check table{
	margin:auto;
	width:550px;
}

/* SQUARED TWO */
.squaredTwo {
	width: 38px;
	height: 38px;

	background: #d70000;
	margin: 20px 20px 20px 50px;
	-webkit-box-shadow: inset 0px 1px 1px white, 0px 1px 3px rgba(0,0,0,0.5);
	-moz-box-shadow: inset 0px 1px 1px white, 0px 1px 3px rgba(0,0,0,0.5);
	box-shadow: inset 0px 1px 1px white, 0px 1px 3px rgba(0,0,0,0.5);
	position: relative;
}

.squaredTwo input {
	margin-top:10px;
	margin-left:10px;
}
.squaredTwo label {
	cursor: pointer;
	position: absolute;
	width: 30px;
	height: 30px;
	left: 4px;
	top: 4px;

	-webkit-box-shadow: inset 0px 1px 1px rgba(0,0,0,0.5), 0px 1px 0px rgba(255,255,255,1);
	-moz-box-shadow: inset 0px 1px 1px rgba(0,0,0,0.5), 0px 1px 0px rgba(255,255,255,1);
	box-shadow: inset 0px 1px 1px rgba(0,0,0,0.5), 0px 1px 0px rgba(255,255,255,1);
	background: #fff;
}

.squaredTwo label:after {
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
	filter: alpha(opacity=0);
	opacity: 0;
	content: '';
	position: absolute;
	width: 15px;
	height: 11px;
	background: transparent;
	top: 5px;
	left: 7px;
	border: 3px solid #d70000;
	border-top: none;
	border-right: none;

	-webkit-transform: rotate(-45deg);
	-moz-transform: rotate(-45deg);
	-o-transform: rotate(-45deg);
	-ms-transform: rotate(-45deg);
	transform: rotate(-45deg);
}

.squaredTwo label:hover::after {
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=30)";
	filter: alpha(opacity=30);
	opacity: 0.3;
}

.squaredTwo input[type=checkbox]:checked + label:after {
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
	filter: alpha(opacity=100);
	opacity: 1;
}

/* ------------ btn ------------*/

#section07 .kakaku .k-check #btn01,
#section07 .kakaku .k-check #btn02 {
	width:559px;
	margin:15px auto;
	height: 100px;
	position: relative;
}

#section07 .kakaku .k-check #btn01 {
	display:none;
}

#section07 .kakaku .k-check #btn01 ul,
#section07 .kakaku .k-check #btn02 ul {
	padding-bottom:16px;
	margin-bottom:0;
}

#section07 .kakaku .k-check #btn01 ul li,
#section07 .kakaku .k-check #btn02 ul li {
	float:left;
}

#section07 .kakaku .k-check #btn01 ul li.btn-center,
#section07 .kakaku .k-check #btn02 ul li.btn-center {
	position: absolute;
	left: 3px;
	top: 1px;
}

#section07 .kakaku .k-check #btn01 ul li.btn-left,
#section07 .kakaku .k-check #btn02 ul li.btn-left {
	position: absolute;
	left: 0px;
	top: 0px;
}

#section07 .kakaku .k-check #btn01 ul li.btn-right,
#section07 .kakaku .k-check #btn02 ul li.btn-right {
	position: absolute;
	left: 370px;
	top: 0px;
}

/* ------------ btn end ------------*/

/*section8
--------------------------------------------*/
#section08{
	background:url(../images/section01_bg.jpg);
	}
	
#section08 p{
	padding: 0 35px 24px;
	}
	
#section08 .title{
	background:url(../images/bg03.gif);
	}

#section08 h3{
	color:#FFF;
	font-size:40px;
	width:1000px;
	margin: 0px auto;
	padding:50px 0;
	text-align:center;	
	line-height:48px;
	}

#txtsp-back .txt-info2 {
	position: relative;
	background: #e9eff5;
	width: 1000px;
	margin: 15px auto;
	padding: 35px 0;
}

#txtsp-back .txt-info2 p {
	margin: 0;
	line-height: 24px;
}





#privacy{
	background:#faefef;
	margin:20px auto;
	}

#privacy p{
	padding:20px;
	font-size:12px;
	}

#privacy p strong{
	font-size:14px;
	}


/*フッター
--------------------------------------------*/
#contactArea{
	background:#fff;
	border-top:1px solid #ddd;
	position:fixed;
	width:100%;
	bottom:-50px;
	z-index:100;
	}

#contactArea .inner{
	padding-bottom:10px;
	}

#contactArea p.logo{
	float:left;
	}

#contactArea p.contact{
	float:right;
	width:620px;
	height:78px;
	margin-top:15px;
	}

#contactArea p.contact a{
	display:inline-block;
	margin-right:20px;
	width:243px;
	font-size:12px;
	color:#333;
	}

#contactArea p.contact a:hover{
	color:#666;
	}

#contactArea p.contact span{
	display:inline-block;
	width:260px;
	font-size:12px;
	line-height:18px;
	}

#contactArea p.contact img{
	margin-top:5px;
	}


/*フッター
--------------------------------------------*/
#footer{
	color:#666;
	background:#f5f5f5;
	border-top:2px solid #01aaed;
	font-size:12px;
	padding:20px;
	position:relative;
	}

#footer strong{
	font-size:14px;
	}

#footer .left{
	float:left;
	}

#footer .right{
	float:right;
	}

#footer .right img{
	margin-bottom:13px;
	}

#footer a{
	background:url(../images/footer_icon.gif) no-repeat left center;
	padding-left:15px;
	margin-right:20px;
	color:#666;
	}


/*cssアニメーション
--------------------------------------------*/

.animated {
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}

@-webkit-keyframes tada {
  from {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }

  10%, 20% {
    -webkit-transform: scale3d(.9, .9, .9) rotate3d(0, 0, 1, -3deg);
    transform: scale3d(.9, .9, .9) rotate3d(0, 0, 1, -3deg);
  }

  30%, 50%, 70%, 90% {
    -webkit-transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, 3deg);
    transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, 3deg);
  }

  40%, 60%, 80% {
    -webkit-transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, -3deg);
    transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, -3deg);
  }

  to {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
}

@keyframes tada {
  from {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }

  10%, 20% {
    -webkit-transform: scale3d(.9, .9, .9) rotate3d(0, 0, 1, -3deg);
    transform: scale3d(.9, .9, .9) rotate3d(0, 0, 1, -3deg);
  }

  30%, 50%, 70%, 90% {
    -webkit-transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, 3deg);
    transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, 3deg);
  }

  40%, 60%, 80% {
    -webkit-transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, -3deg);
    transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, -3deg);
  }

  to {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
}

.tada {
	-webkit-animation-name: tada;
	animation-name: tada;
	animation-iteration-count: infinite;
}

@-webkit-keyframes pulse {
  from {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }

  50% {
    -webkit-transform: scale3d(1.05, 1.05, 1.05);
    transform: scale3d(1.05, 1.05, 1.05);
  }

  to {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
}

@keyframes pulse {
  from {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }

  50% {
    -webkit-transform: scale3d(1.05, 1.05, 1.05);
    transform: scale3d(1.05, 1.05, 1.05);
  }

  to {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
}

.pulse {
  -webkit-animation-name: pulse;
  animation-name: pulse;
	animation-iteration-count: infinite;
}

@-webkit-keyframes bounceIn {
  from, 20%, 40%, 60%, 80%, to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
    animation-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
  }

  0% {
    opacity: 0;
    -webkit-transform: scale3d(.3, .3, .3);
    transform: scale3d(.3, .3, .3);
  }

  20% {
    -webkit-transform: scale3d(1.1, 1.1, 1.1);
    transform: scale3d(1.1, 1.1, 1.1);
  }

  40% {
    -webkit-transform: scale3d(.9, .9, .9);
    transform: scale3d(.9, .9, .9);
  }

  60% {
    opacity: 1;
    -webkit-transform: scale3d(1.03, 1.03, 1.03);
    transform: scale3d(1.03, 1.03, 1.03);
  }

  80% {
    -webkit-transform: scale3d(.97, .97, .97);
    transform: scale3d(.97, .97, .97);
  }

  to {
    opacity: 1;
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
}

@keyframes bounceIn {
  from, 20%, 40%, 60%, 80%, to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
    animation-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
  }

  20% {
    -webkit-transform: scale3d(1.1, 1.1, 1.1);
    transform: scale3d(1.1, 1.1, 1.1);
  }

  40% {
    -webkit-transform: scale3d(.9, .9, .9);
    transform: scale3d(.9, .9, .9);
  }

  60% {
    opacity: 1;
    -webkit-transform: scale3d(1.03, 1.03, 1.03);
    transform: scale3d(1.03, 1.03, 1.03);
  }

  80% {
    -webkit-transform: scale3d(.97, .97, .97);
    transform: scale3d(.97, .97, .97);
  }

  to {
    opacity: 1;
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
}

.bounceIn {
  -webkit-animation-name: bounceIn;
  animation-name: bounceIn;
	animation-iteration-count: infinite;
}


/* ------------ text decoration  ------------*/


.cr {
	color:#e00000;
}

.cr2 {
	color:#e00000;
	font-size:12px;
}


.fb {
	font-weight:bold;
}

.fb24 {
	font-weight:bold;
	font-size: 24px;
}

.fu {
	text-decoration:underline;
}

.fbu {
	font-weight:bold;
	text-decoration:underline;
}

.fb-cr {
	font-weight:bold;
	color:#e00000;
}

.fu-cr {
	text-decoration:underline;
	color:#e00000;
}

.fu-bgy {
	text-decoration:underline;
	background:#fff57a;
	padding:2px;
}

.fu-cr-bgy {
	text-decoration:underline;
	color:#e00000;
	background:#fff57a;
	padding:2px;
}

.fbu-cr {
	font-weight:bold;
	text-decoration:underline;
	color:#e00000;
}

.fbu-cb {
	font-weight:bold;
	color:#00f
}
.fb-cr-bgy {
	font-weight:bold;
	color:#e00000;
	background:#fff57a;
	padding:2px;
}

.cr-bgy {
	color:#e00000;
	background:#fff57a;
	padding:2px;
}

.fb-bgy {
	font-weight:bold;
	background:#fff57a;
	padding:2px;
}

.fbu-bgy {
	font-weight:bold;
	text-decoration:underline;
	background:#fff57a;
	padding:2px;
}


.fbu-cr-bgy {
	font-weight:bold;
	text-decoration:underline;
	color:#e00000;
	background:#fff57a;
	padding:2px;
}

.bgy {
	background: #fff57a;
	padding:2px;
}

.bgb {
	background: #0CF;
	padding:2px;
}

/*ページトップボタン*/
.page-top{
	display: none;
	position: fixed;
	right: 20px;
	bottom: 20px;
	z-index: 99;
	line-height: 1.2;
	margin-bottom: 0;
}
/* ------------ cd ------------*/

#countdown {
	height: 50px;
	width: 100%;
	position: fixed;
	z-index: 9999;
	text-align: center;
	background-color: #000000;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
}



#cd01 {
	width: 1100px;
	height: 72px;
	position: relative;
	margin: 0px auto;
}


#main .cd01 {
	width: 1100px;
	height: 170px;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
}

#main .cd01 iframe {
	width: 1100px;
	height: 170px;
	overflow: hidden;
}


#cd02 {
	width: 960px;
	height: 72px;
	position: relative;
	margin: 0px auto;
	top: 0px;
	left:0px;
}


#main .cd02 {
	width: 960px;
	height: 170px;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
}

#main .cd02 iframe {
	width: 960px;
	height: 170px;
	overflow: hidden;
}
