/* ------------------------------------------------------------
	Custom navigation arrows 
------------------------------------------------------------ */
.nav-arrows span {
	position: absolute;
	z-index: 2000;
	top: 50%;
	width: 15px;
	height: 15px;
	border: 6px solid #fff;
	border: 6px solid rgba(255,255,255,0.6);
	text-indent: -90000px;
	margin-top: -20px;
	cursor: pointer;
	-webkit-transform: rotate(45deg);
	-moz-transform: rotate(45deg);
	-o-transform: rotate(45deg);
	-ms-transform: rotate(45deg);
	transform: rotate(45deg);
}

.nav-arrows span img {
	height: 0px;
	width: 0px;
	overflow:hidden;
}

.nav-arrows span:hover {
	border-color: rgba(255,255,255,0.8);
}

.nav-arrows span.nav-arrow-prev {
	left: 3%;
	border-right: none;
	border-top: none;
}

.nav-arrows span.nav-arrow-next {
	right: 3%;
	border-left: none;
	border-bottom: none;
}

.nav-dots {
	text-align: center;
	position: absolute;
	bottom: 16px;
	height: 30px;
	width: 100%;
	left: 0;
	z-index: 1000;
}

.nav-dots span {
	display: inline-block;
	position: relative;
	width: 14px;
	height: 14px;
	border-radius: 50%;
	margin: 3px;
	background: #ddd;
	background: rgba(150,150,150,0.4);
	cursor: pointer;
	box-shadow: 
		0 1px 1px rgba(255,255,255,0.4), 
		inset 0 1px 1px rgba(0,0,0,0.1);
}

.slider-motion .nav-dots span {
	background: rgba(150,150,150,0.1);
	margin: 6px;
	-webkit-transition: all 0.2s;
	-moz-transition: all 0.2s;
	-ms-transition: all 0.2s;
	-o-transition: all 0.2s;
	transition: all 0.2s;
	box-shadow: 
		0 1px 1px rgba(255,255,255,0.4), 
		inset 0 1px 1px rgba(0,0,0,0.1),
		0 0 0 2px rgba(255,255,255,0.5);
}

.slider-motion .nav-dots span.nav-dot-current,
.slider-motion .nav-dots span:hover {
	box-shadow: 
		0 1px 1px rgba(255,255,255,0.4), 
		inset 0 1px 1px rgba(0,0,0,0.1),
		0 0 0 5px rgba(255,255,255,0.8);
}
.nav-dots span.nav-dot-current:after {
	content: "";
	position: absolute;
	width: 8px;
	height: 8px;
	top: 3px;
	left: 3px;
	border-radius: 50%;
	background: rgba(255,255,255,0.8);
}

/* ------------------------------------------------------------
	High Light Grid 
------------------------------------------------------------ */
.grid {
	padding: 0px;
	max-width: 710x;
	margin: 0 auto 0;
	list-style: none;
	text-align: center;
}

.grid li {
	display: inline-block;
	width: 134px;
	margin: 10px 2px;
	padding: 0px;
	text-align: left;
	position: relative;
	box-shadow: 1px 1px 1px rgba(0,0,0,.2);
}

.grid figure {
	margin: 0;
	position: relative;
}

.grid .hl-title {
	position: relative;
	margin: 0;
	padding: 6px 10px 6px;
	background-color:#646464;
	color: #fff;
	text-align:center;
	font-size: 93%;
}

.grid .hl-title:after {
	bottom: 100%;
	left: 50%;
	border: solid transparent;
	content: " ";
	height: 0;
	width: 0;
	position: absolute;
	pointer-events: none;
	border-color: rgba(100, 100, 100, 0);
	border-bottom-color: #646464;
	border-width: 5px;
	margin-left: -5px;
}

.grid .hl-title span {
    padding: 1px 0 0;
    color: #646464;
    display: inline-block;
    font-weight: bold;
    width: 20px;
    height: 20px;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    background-color: #fff;
	vertical-align:middle;
	font-size: 100%;
	text-align:center;
	margin-left: 3px; 
}

.grid figure img {
	max-width: 100%;
	display: block;
	position: relative;
}

.grid figcaption {
	position: absolute;
	top: 0;
	left: 0;
	padding: 15px 10px;
	background-color: rgba(50,50,50,0.94);
	z-index: 20;
	border-radius: 2px;
	box-shadow:0 0 12px 1px #a0a0a0;
	-moz-box-shadow:0 0 12px 1px #a0a0a0;
	-webkit-box-shadow:0 0 12px 1px #a0a0a0;
}

.grid figcaption div {
	margin: 0;
	padding: 0;
	color: #fff;
	line-height: 160%;
	font-size: 108%;
	height: 4rem;
}

.grid figcaption a {
	text-align: center;
	padding: 5px 20px ;
	border-radius: 2px;
	display: inline-block;
	border:#646464 1px solid;
	background-color: rgba(255,255,255,0.9);
	color: #cf0010;
	margin: 0 0 0 50px;
	cursor: pointer;
	-webkit-transition: 0.4s ease-in-out;
	-moz-transition: 0.4s ease-in-out;
	-o-transition: 0.4s ease-in-out;
	transition: 0.4s ease-in-out;
}

.grid figcaption a:hover {
	border:#cf0010 1px solid;
	background-color: #cf0010;
	color: #fff;
}

.cs-style figcaption {
	height: 110%;
	width: 160%;
	opacity: 0;
	text-align: left;
	-webkit-backface-visibility: hidden;
	-moz-backface-visibility: hidden;
	backface-visibility: hidden;
	-webkit-transition: -webkit-transform 0.3s, opacity 0.3s;
	-moz-transition: -moz-transform 0.3s, opacity 0.3s;
	transition: transform 0.3s, opacity 0.3s;
	left: -10px;
	top: 0px;
}

.cs-style figure:hover figcaption,
.cs-style figure.cs-hover figcaption {
	opacity: 1;
	-webkit-transform: translate(5px, 5px);
	-moz-transform: translate(5px, 5px);
	-ms-transform: translate(5px, 5px);
	transform: translate(5px, 5px);
}

.cs-style figcaption span {
	display: block;
}

.cs-style figcaption a {
	margin-top: 16px;
}

/* ------------------------------------------------------------
	Slider Motion  
------------------------------------------------------------ */
.slider-motion {
	margin-bottom: 30px;
}

.slider-motion .sl-slider-wrapper {
	width: 710px;
	height: 320px;
	overflow: hidden;
	position: relative;
}

.slider-motion .sl-slider .slider-title {
	padding: 50px 10px 20px 15px;
	width: 90%;
	max-width: 710px;
	margin: 0 auto;
	position: relative;
	z-index: 200;
	line-height: 140%;
}

.slider-motion .sl-slider .slider-title a{
	color: #fff!important;
	text-decoration: none!important;
}


.slider-motion .sl-slider .slider-title {
	font-size: 193%;
	font-weight: 600;
	text-shadow: 0 -1px 0 rgba(0,0,0,0.5);
	font-family: "游明朝体", "Yu Mincho", YuMincho, "Hiragino Kaku Gothic ProN", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "ＭＳ ゴシック", sans-serif;
	/*font-family: "游ゴシック体", YuGothic,YuGothicM,"メイリオ",sans-serif;*/
}

.slider-motion .sl-slider .sl-descript {
	padding: 30px 10px 10px 15px;
	width: 90%;
	max-width: 710px;
	color: #fff!important;
	text-decoration: none!important;
	margin: 0 auto;
	position: relative;
	z-index: 300;
}

.slider-motion .sl-slider .sl-descript a{
	color: #fff!important;
	text-decoration: none!important;
}

.slider-motion  .sl-slider .sl-descript {
	font-size: 120%;
	padding-top: 10px;
	font-weight: 500;
	text-shadow: 0 -1px 0 rgba(0,0,0,0.2);
	font-family: "游ゴシック体", YuGothic,YuGothicM,"メイリオ",sans-serif;
}

.slider-motion .sl-slider .sl-descript .dep {
	font-size: 100%;
	font-weight: 600;
	font-style: normal;
	padding-top: 10px;
	display: inline-block;
	font-family: "游ゴシック体", YuGothic,YuGothicM,"メイリオ",sans-serif;
}

.slider-motion .bg-img {
	-webkit-box-sizing: content-box;
	-moz-box-sizing: content-box;
	box-sizing: content-box;
	position: absolute;
	width: 100%;
	height: 100%;
	
}

.slider-motion .nav-dots span {
	background: rgba(150,150,150,0.1);
	margin: 6px;
	-webkit-transition: all 0.2s;
	-moz-transition: all 0.2s;
	-ms-transition: all 0.2s;
	-o-transition: all 0.2s;
	transition: all 0.2s;
	box-shadow: 
		0 1px 1px rgba(255,255,255,0.4), 
		inset 0 1px 1px rgba(0,0,0,0.1),
		0 0 0 2px rgba(255,255,255,0.5);
}

.slider-motion .nav-dots span.nav-dot-current,
.slider-motion .nav-dots span:hover {
	box-shadow: 
		0 1px 1px rgba(255,255,255,0.4), 
		inset 0 1px 1px rgba(0,0,0,0.1),
		0 0 0 5px rgba(255,255,255,0.8);
}

.nav-dots span.nav-dot-current:after {
	content: "";
	position: absolute;
	width: 8px;
	height: 8px;
	top: 3px;
	left: 3px;
	border-radius: 50%;
	background: rgba(255,255,255,0.8);
}

.sl-trans-elems .deco{
	-webkit-animation: roll 1s ease-out both, fadeIn 1s ease-out both;
	-moz-animation: roll 1s ease-out both, fadeIn 1s ease-out both;
	-o-animation: roll 1s ease-out both, fadeIn 1s ease-out both;
	-ms-animation: roll 1s ease-out both, fadeIn 1s ease-out both;
	animation: roll 1s ease-out both, fadeIn 1s ease-out both;
}
.sl-trans-elems .slider-title{
	-webkit-animation: moveUp 1s ease-in-out both;
	-moz-animation: moveUp 1s ease-in-out both;
	-o-animation: moveUp 1s ease-in-out both;
	-ms-animation: moveUp 1s ease-in-out both;
	animation: moveUp 1s ease-in-out both;
}
.sl-trans-elems .sl-descript{
	-webkit-animation: fadeIn 0.5s linear 0.5s both;
	-moz-animation: fadeIn 0.5s linear 0.5s both;
	-o-animation: fadeIn 0.5s linear 0.5s both;
	-ms-animation: fadeIn 0.5s linear 0.5s both;
	animation: fadeIn 0.5s linear 0.5s both;
}
.sl-trans-back-elems .deco{
	-webkit-animation: scaleDown 1s ease-in-out both;
	-moz-animation: scaleDown 1s ease-in-out both;
	-o-animation: scaleDown 1s ease-in-out both;
	-ms-animation: scaleDown 1s ease-in-out both;
	animation: scaleDown 1s ease-in-out both;
}
.sl-trans-back-elems .slider-title{
	-webkit-animation: fadeOut 1s ease-in-out both;
	-moz-animation: fadeOut 1s ease-in-out both;
	-o-animation: fadeOut 1s ease-in-out both;
	-ms-animation: fadeOut 1s ease-in-out both;
	animation: fadeOut 1s ease-in-out both;
}
.sl-trans-back-elems .sl-descript{
	-webkit-animation: fadeOut 1s linear both;
	-moz-animation: fadeOut 1s linear both;
	-o-animation: fadeOut 1s linear both;
	-ms-animation: fadeOut 1s linear both;
	animation: fadeOut 1s linear both;
}

@-webkit-keyframes roll{
0% {-webkit-transform:scale(0) rotate(360deg); opacity:0;}
100% {-webkit-transform:scale(1) rotate(0deg); opacity:1;}
}
@-moz-keyframes roll{
0% {-moz-transform:scale(0) rotate(360deg); opacity:0;}
100% {-moz-transform:scale(1) rotate(0deg); opacity:1;}
}
@-o-keyframes roll{
0% {-o-transform:scale(0) rotate(360deg); opacity:0;}
100% {-o-transform:scale(1) rotate(0deg); opacity:1;}
}
@-ms-keyframes roll{
0% {-ms-transform:scale(0) rotate(360deg); opacity:0;}
100% {-ms-transform:scale(1) rotate(0deg); opacity:1;}
}
@keyframes roll{
0% {transform:scale(0) rotate(360deg); opacity:0;}
100% {transform:scale(1) rotate(0deg); opacity:1;}
}
@-webkit-keyframes moveUp{
	0% {-webkit-transform: translateY(40px);}
	100% {-webkit-transform: translateY(0px);}
}
@-moz-keyframes moveUp{
	0% {-moz-transform: translateY(40px);}
	100% {-moz-transform: translateY(0px);}
}
@-o-keyframes moveUp{
	0% {-o-transform: translateY(40px);}
	100% {-o-transform: translateY(0px);}
}
@-ms-keyframes moveUp{
	0% {-ms-transform: translateY(40px);}
	100% {-ms-transform: translateY(0px);}
}
@keyframes moveUp{
	0% {transform: translateY(40px);}
	100% {transform: translateY(0px);}
}
@-webkit-keyframes fadeIn{
	0% {opacity: 0;}
	100% {opacity: 1;}
}
@-moz-keyframes fadeIn{
	0% {opacity: 0;}
	100% {opacity: 1;}
}
@-o-keyframes fadeIn{
	0% {opacity: 0;}
	100% {opacity: 1;}
}
@-ms-keyframes fadeIn{
	0% {opacity: 0;}
	100% {opacity: 1;}
}
@keyframes fadeIn{
	0% {opacity: 0;}
	100% {opacity: 1;}
}
@-webkit-keyframes scaleDown{
	0% {-webkit-transform: scale(1);}
	100% {-webkit-transform: scale(0.5);}
}
@-moz-keyframes scaleDown{
	0% {-moz-transform: scale(1);}
	100% {-moz-transform: scale(0.5);}
}
@-o-keyframes scaleDown{
	0% {-o-transform: scale(1);}
	100% {-o-transform: scale(0.5);}
}
@-ms-keyframes scaleDown{
	0% {-ms-transform: scale(1);}
	100% {-ms-transform: scale(0.5);}
}
@keyframes scaleDown{
	0% {transform: scale(1);}
	100% {transform: scale(0.5);}
}
@-webkit-keyframes fadeOut{
	0% {opacity: 1;}
	100% {opacity: 0;}
}
@-moz-keyframes fadeOut{
	0% {opacity: 1;}
	100% {opacity: 0;}
}
@-o-keyframes fadeOut{
	0% {opacity: 1;}
	100% {opacity: 0;}
}
@-ms-keyframes fadeOut{
	0% {opacity: 1;}
	100% {opacity: 0;}
}
@keyframes fadeOut{
	0% {opacity: 1;}
	100% {opacity: 0;}
}
/* ------------------------------------------------------------
	Mouse Over Effect 
------------------------------------------------------------ */
/*.sl-slide section figure:after {
	position: absolute;
	content: "";
	display: block;
	width: 710px;
	height: 320px;
	left: 0;
	top: 0;
	-webkit-transition: all .3s ease-out;
	-moz-transition: all .3s ease-out;
	transition: all .3s ease-out;
	background-color: #000000;
	opacity: 0.5;
}

.sl-slide section figure:hover:after {
	-webkit-transition: all .3s ease-out;
	-moz-transition: all .3s ease-out;
	transition: all .3s ease-out;
	opacity: 0;
}

.scale {
    width: 134px;
    height: 98px;
    overflow: hidden;
}

.scale img {
    -moz-transition: -moz-transform 0.4s linear;
    -webkit-transition: -webkit-transform 0.4s linear;
    -o-transition: -o-transform 0.4s linear;
    -ms-transition: -ms-transform 0.4s linear;
    transition: transform 0.4s linear;
}

.scale img:hover {
    -webkit-transform: scale(1.15);
    -moz-transform: scale(1.15);
    -o-transform: scale(1.15);
    -ms-transform: scale(1.15);
    transform: scale(1.15);
	opacity: 1;
}
*/