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

/*------------------------------------------
　★btn_style
--------------------------------------------*/
/*indBtn*/
.indBtn a h3 {
	background: #333;
 background: -moz-linear-gradient(top left, #000 0%, #333 100%);
 background: -webkit-gradient(linear, left top, right bottom, from(#000), to(#333));
 background: -webkit-linear-gradient(top left, #000 0%, #333 100%);
 background: -o-linear-gradient(top left, #000 0%, #333 100%);
 background: linear-gradient(to bottom right, #000 0%, #333 100%);
	color: #fff;
	padding: 20px 3%;
	font-size: 90%;
	text-align: center;
	line-height: 1.4;
	display: block;
	vertical-align: middle;
	-webkit-transform: perspective(1px) translateZ(0);
	transform: perspective(1px) translateZ(0);
	box-shadow: 0 0 1px transparent;
	position: relative;
	-webkit-transition-property: color;
	transition-property: color;
	-webkit-transition-duration: 0.3s;
	transition-duration: 0.3s;
}
.indBtn a h3:before {
  content: "";
  position: absolute;
  z-index: -1;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: #000;
  -webkit-transform: scaleX(0);
  transform: scaleX(0);
  -webkit-transform-origin: 0 50%;
  transform-origin: 0 50%;
  -webkit-transition-property: transform;
  transition-property: transform;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
  -webkit-transition-timing-function: ease-out;
  transition-timing-function: ease-out;
}
.indBtn a:hover h3, .indBtn a:focus h3, .indBtn a:active h3 {
  color: #eb5e1e;
}
.indBtn a:hover h3:before, .indBtn a:focus h3:before, .indBtn a:active h3:before {
  -webkit-transform: scaleX(1);
  transform: scaleX(1);
}
.indBtn a h3 span {
	display: block;
	color: #eb5e1e;
	font-size: 160%;
}
.indBtn p.image {
	line-height: 0 !important;
}


/*ancLinks*/
#ancLinks ul li a {
	display: block;
	background: #fff;
	box-shadow: 2px 2px 10px rgba(0,0,0,0.1);
	padding: 18px 3% 35px;
	text-align: center;
	font-weight: 700;
	position: relative;
}
#ancLinks ul li a:hover {
	color: #00a8a9;
}
#ancLinks ul li a i {
	display: block;
	color: #00a8a9;
	margin-top: 8px;
	position: absolute;
	bottom: 14px;
	right: 0;
	left: 0;
	text-align: center;
	-webkit-transition: all .3s ease-in-out;
	transition: all .3s ease-in-out;
}
#ancLinks ul li a:hover i {
	bottom: 9px;
}

/*contBtn*/
.contBtn {
	position: relative;
	z-index: 1;
	width: 32.4%;
	height: auto;
	background-size: cover;
	background-position: center center;
	background-repeat: no-repeat;
}
.contBtn:before {
	content: "";
	display: block;
	padding-top: 100%;
}
.contBtn a {
	position: absolute;
	top: 0; 
	left: 0;
	width: 100%;
	height: 100%;
}
.contBtn a::before {
	content: "";
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	background:url(/images/pattern_dot.png) repeat;
	z-index: 2;
	-webkit-transition: all .3s ease-in-out;
	transition: all .3s ease-in-out;
}
.contBtn a:hover::before {
	opacity: 0;
}
.contBtn a .ttl {
	position: absolute;
	left: 20px;
	top:20px;
	z-index: 3;
	font-weight: 300;
}
.contBtn a .ttl span {
	font-family: 'Oswald', sans-serif;
	font-size: 250%;
	display: block;
	margin-bottom: 10px;
}

/*btn*/
.bscBtn01 {
	border:2px solid #fff;
	display: inline-block;
	vertical-align: middle;
	-webkit-transform: perspective(1px) translateZ(0);
	transform: perspective(1px) translateZ(0);
	box-shadow: 0 0 1px transparent;
	position: relative;
	-webkit-transition-property: color;
	transition-property: color;
	-webkit-transition-duration: 0.5s;
	transition-duration: 0.5s;
}
.bscBtn01 a {
	-webkit-box-sizing: border-box;
	   -moz-box-sizing: border-box;
	        box-sizing: border-box;
	color:#FFF;
	display: block;
	zoom: 1; /* Fix for IE7 */
	*display: inline; /* Fix for IE7 */
	margin:13px 0 10px;
	line-height:140%;
	text-decoration:none;
	font-weight: bold;
}
.bscBtn01 a i{
	margin-left: 0.5em;
	vertical-align: middle;
}
.bscBtn01:before {
  content: "";
  position: absolute;
  z-index: -1;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
		background: #f11c06;
		background: -moz-linear-gradient(top left, #eb5e1e 0%, #f11c06 100%);
		background: -webkit-gradient(linear, left top, right bottom, from(#eb5e1e), to(#f11c06));
		background: -webkit-linear-gradient(top left, #eb5e1e 0%, #f11c06 100%);
		background: -o-linear-gradient(top left, #eb5e1e 0%, #f11c06 100%);
		background: linear-gradient(to bottom right, #eb5e1e 0%, #f11c06 100%);
  -webkit-transform: scaleX(0);
  transform: scaleX(0);
  -webkit-transform-origin: 0 50%;
  transform-origin: 0 50%;
  -webkit-transition-property: transform;
  transition-property: transform;
  -webkit-transition-duration: 0.5s;
  transition-duration: 0.5s;
  -webkit-transition-timing-function: ease-out;
  transition-timing-function: ease-out;
}
.bscBtn01:hover, .bscBtn01:focus, .bscBtn01:active {
  color: white;
}
.bscBtn01:hover:before, .bscBtn01:focus:before, .bscBtn01:active:before {
  -webkit-transform: scaleX(1);
  transform: scaleX(1);
  -webkit-transition-timing-function: cubic-bezier(0.52, 1.64, 0.37, 0.66);
  transition-timing-function: cubic-bezier(0.52, 1.64, 0.37, 0.66);
}

/*bscBtn01*/
.bscBtn02 a {
	border:2px solid #eb5e1e;
	-webkit-box-sizing: border-box;
	   -moz-box-sizing: border-box;
	        box-sizing: border-box;
	color:#eb5e1e;
	zoom: 1; /* Fix for IE7 */
	*display: inline; /* Fix for IE7 */
	padding:13px 50px 10px;
	line-height:140%;
	text-decoration:none;
	font-weight: bold;
	display: inline-block;
	vertical-align: middle;
	-webkit-transform: perspective(1px) translateZ(0);
	transform: perspective(1px) translateZ(0);
	box-shadow: 0 0 1px transparent;
	position: relative;
	-webkit-transition-property: color;
	transition-property: color;
	-webkit-transition-duration: 0.5s;
	transition-duration: 0.5s;
}
.bscBtn02 a i{
	margin-left: 0.5em;
	vertical-align: middle;
}
.bscBtn02 a:before {
  content: "";
  position: absolute;
  z-index: -1;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
		background: #f11c06;
		background: -moz-linear-gradient(top left, #eb5e1e 0%, #f11c06 100%);
		background: -webkit-gradient(linear, left top, right bottom, from(#eb5e1e), to(#f11c06));
		background: -webkit-linear-gradient(top left, #eb5e1e 0%, #f11c06 100%);
		background: -o-linear-gradient(top left, #eb5e1e 0%, #f11c06 100%);
		background: linear-gradient(to bottom right, #eb5e1e 0%, #f11c06 100%);
  -webkit-transform: scaleX(0);
  transform: scaleX(0);
  -webkit-transform-origin: 0 50%;
  transform-origin: 0 50%;
  -webkit-transition-property: transform;
  transition-property: transform;
  -webkit-transition-duration: 0.5s;
  transition-duration: 0.5s;
  -webkit-transition-timing-function: ease-out;
  transition-timing-function: ease-out;
}
.bscBtn02 a:hover, .bscBtn02 a:focus, .bscBtn02 a:active {
  color: white;
}
.bscBtn02 a:hover:before, .bscBtn02 a:focus:before, .bscBtn02 a:active:before {
  -webkit-transform: scaleX(1);
  transform: scaleX(1);
  -webkit-transition-timing-function: cubic-bezier(0.52, 1.64, 0.37, 0.66);
  transition-timing-function: cubic-bezier(0.52, 1.64, 0.37, 0.66);
}








/*------------------------------------------
　★title_style
--------------------------------------------*/
.ttl01 {
	font-size: 140%;
	font-weight: bold;
	line-height: 1.2;
	text-align: center;
}
.ttl01 span {
	display: block;
	color: #eb5e1e;
	font-size: 200%;
	margin-bottom: 5px;
}

.ttl02 {
	background: #222;
	padding: 13px 15px 10px;
	font-size: 130%;
	font-weight: bold;
	color: #fff;
}

.ttl03 {
	font-size: 120%;
	position: relative;
	display: inline-block;
	padding-left: 30px;
	line-height: 1.3;
}
.ttl03::before {
	content: "";
	width: 9px;
	height: 9px;
	background:#eb5e1e; 
	position: absolute;
	top: 0;
	left: 0;
}
.ttl03::after {
	content: "";
	width: 9px;
	height: 9px;
	background:#f11c06; 
	position: absolute;
	top: 9px;
	left: 9px;
}

.ttl04 {
	font-size: 180%;
	vertical-align: middle;
}
.ttl04 span {
	display: inline-block;
	font-size: 70%;
	color: #00a8a9;
	margin-left: 10px;
	padding-left: 10px;
	border-left: #ddd 1px solid;
}

.ttl05 {
	border-left: 10px solid #e55305;
	padding-left: 10px;
	font-size: 120%;
	line-height: 1.3;
}





/*------------------------------------------
　★box_style
--------------------------------------------*/
.wBx01 {
	background: #f0f0f0;
	max-width: 1200px;
	width: 97%;
	margin: 0 auto;
	position: relative;
	padding: 100px 5%;
	color: #111;
}
.wBx01::before {
	content: "";
	background: #f11c06;
	background: -moz-linear-gradient(top left, #eb5e1e 0%, #f11c06 100%);
	background: -webkit-gradient(linear, left top, right bottom, from(#eb5e1e), to(#f11c06));
	background: -webkit-linear-gradient(top left, #eb5e1e 0%, #f11c06 100%);
	background: -o-linear-gradient(top left, #eb5e1e 0%, #f11c06 100%);
	background: linear-gradient(to bottom right, #eb5e1e 0%, #f11c06 100%);
	width: 100%;
	height: 10px;
	position: absolute;
	top: -10px;
	left: 0;
	right: 0;
}



/*------------------------------------------
　★text_style
--------------------------------------------*/
/*color_style*/
.orangeTxt {
	font-size: 150%;
	color: #eb5e1e;
	line-height: 1.4;
}






/*------------------------------------------
　★other
--------------------------------------------*/
zoom
a p.image.zoom {
	overflow: hidden;
}
a p.image.zoom img {
	-moz-transition: -moz-transform 0.5s linear;
    -webkit-transition: -webkit-transform 0.5s linear;
    -o-transition: -o-transform 0.5s linear;
    -ms-transition: -ms-transform 0.5s linear;
    transition: transform 0.5s linear;
}

a:hover p.image.zoom img {
	-webkit-transform: scale(1.2) rotate(0.1deg);
	-moz-transform: scale(1.2) rotate(0.1deg);
	-o-transform: scale(1.2) rotate(0.1deg);
	-ms-transform: scale(1.2) rotate(0.1deg);
	transform: scale(1.2) rotate(0.1deg);
}

p.zoom {
	overflow: hidden;
	line-height: 0 !important;
}
p.zoom image {
	-moz-transition: -moz-transform 0.5s linear;
    -webkit-transition: -webkit-transform 0.5s linear;
    -o-transition: -o-transform 0.5s linear;
    -ms-transition: -ms-transform 0.5s linear;
    transition: transform 0.5s linear;
}

p.zoom:hover image {
	-webkit-transform: scale(1.2);
    -moz-transform: scale(1.2);
    -o-transform: scale(1.2);
    -ms-transform: scale(1.2);
    transform: scale(1.2);
}

/*ancPoint*/
.ancPoint {
	margin-top: -160px;
	padding-top: 160px;
}



/*#fan_limited*/
#fan_limited .password {
	font-size: 140%;
	font-weight: bold;
}





/* for TUB
-------------------------------------------------------------------------------------*/

@media only screen and (max-width: 1000px) {
/*------------------------------------------
　★btn_style
--------------------------------------------*/
/*contBtn*/
.contBtn a .ttl {
	font-size: 110%;
}
.contBtn a .ttl span {
	font-family: 'Oswald', sans-serif;
	font-size: 220%;
	display: block;
	margin-bottom: 10px;
}


}








/* for SP
-------------------------------------------------------------------------------------*/

@media only screen and (max-width: 800px) {
	
/*------------------------------------------
　★btn_style
--------------------------------------------*/
/*indBtn*/
.indBtn a h3 {
	padding: 15px 3%;
}

/*ancLinks*/
	#ancLinks ul li {
		margin-bottom: 5px;
	}
#ancLinks ul li a {
	padding: 10px 3% 25px;
}
#ancLinks ul li a i {
	bottom: 8px;
}
#ancLinks ul li a:hover i {
	bottom: 4px;
}
	
	
/*contBtn*/
.contBtn {
	width: 100% !important;
	float: none !important;
	height: 180px;
	margin-right: 0;
}
#contBtns .clm3 li.even, #contBtns .clm3 li:nth-child(2n) {
	float: none;
}
.contBtn:before {
	padding-top: 0;
}
.contBtn a::before {
	content: "";
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	background:url(/images/pattern_dot.png) repeat;
	z-index: 2;
	-webkit-transition: all .3s ease-in-out;
	transition: all .3s ease-in-out;
}
.contBtn a:hover::before {
	opacity: 0;
}
.contBtn a .ttl {
	position: absolute;
	left: 20px;
	top:20px;
	z-index: 3;
	font-weight: 300;
}
.contBtn a .ttl span {
	font-family: 'Oswald', sans-serif;
	font-size: 250%;
	display: block;
	margin-bottom: 10px;
}
	
/*.bscBtn01*/
.bscBtn01 {
	border:2px solid #fff;
	margin-bottom: 5px !important;
	padding:0 1%;
}
.bscBtn01 a {
	margin: 10px 0 !important;
}
.bscBtn02 a {
	padding:10px 0;
	}
	
	
/*------------------------------------------
　★box_style
--------------------------------------------*/
.wBx01 {
	padding: 40px 3%;
}
	



/*------------------------------------------
　★other
--------------------------------------------*/
.ancPoint {
	margin-top: -80px;
	padding-top: 80px;
}


}
