@charset "utf-8";
@import url('https://fonts.googleapis.com/css?family=Lato:300,700');
/* 画面外にいる状態 */
.effect {
	opacity : 0;
	transition : all 700ms 3ms;
}
/* 画面内に入った状態 */
.effect_on {
  opacity: 1.0;
	-webkit-transform: translate(0,0);
	transform: translate(0,0); 
}

.delay0 {
	-moz-transition-delay:0ms;
	-webkit-transition-delay:0ms;
	-o-transition-delay:0ms;
	-ms-transition-delay:0ms;
  transition-delay:0ms;
}
.delay1 {
	-moz-transition-delay:100ms;
	-webkit-transition-delay:100ms;
	-o-transition-delay:100ms;
	-ms-transition-delay:100ms;
  transition-delay:100ms;
}
.delay2 {
	-moz-transition-delay:200ms;
	-webkit-transition-delay:200ms;
	-o-transition-delay:200ms;
	-ms-transition-delay:200ms;
  transition-delay:200ms;
}
.delay3 {
	-moz-transition-delay:300ms;
	-webkit-transition-delay:300ms;
	-o-transition-delay:300ms;
	-ms-transition-delay:300ms;
  transition-delay:300ms;
}
.delay4 {
	-moz-transition-delay:400ms;
	-webkit-transition-delay:400ms;
	-o-transition-delay:400ms;
	-ms-transition-delay:400ms;
  transition-delay:400ms;
}
.delay5 {
	-moz-transition-delay:500ms;
	-webkit-transition-delay:500ms;
	-o-transition-delay:500ms;
	-ms-transition-delay:500ms;
  transition-delay:500ms;
}
.delay6 {
	-moz-transition-delay:600ms;
	-webkit-transition-delay:600ms;
	-o-transition-delay:600ms;
	-ms-transition-delay:600ms;
  transition-delay:600ms;
}
.delay7 {
	-moz-transition-delay:700ms;
	-webkit-transition-delay:700ms;
	-o-transition-delay:700ms;
	-ms-transition-delay:700ms;
  transition-delay:700ms;
}
.delay8 {
	-moz-transition-delay:800ms;
	-webkit-transition-delay:800ms;
	-o-transition-delay:800ms;
	-ms-transition-delay:800ms;
  transition-delay:800ms;
}


#special-header-wrapper {
  padding-bottom: 0;
  height: 177px;
}
#contents-wrapper {
	width: 100%;
  min-width: 1200px;
  margin-top: 0px;
  padding-top: 30px;
  padding-bottom: 50px;
  overflow:hidden;
  color: #000;
  background-color: #fff;
}
#special-column {
  width: 1190px;
  height: auto;
  margin: 0 auto;
  float: none;
  overflow: visible;
}
#special-column.first {
  height: 720px;
  overflow:hidden;
}

#special-column header {
  width: 1190px;
  height: 695px;
  margin-bottom: 50px;
  background-image: url(pc_fv.png);
  position: relative;
}
#special-column header p {
  width: 640px;
  font-size: 16px;
  line-height: 133px;
  font-weight: 100;
  text-align: center;
  letter-spacing: 1em;
  position: absolute;
  top: 65px;
  right: 0;
  left: 0;
  margin: 0 auto;
  z-index: 1;
}
#special-column header h2 {
  font-family: 'Lato', sans-serif;
  font-size: 20px;
  line-height: 1;
  font-weight: 300;
  text-align: center;
  position: absolute;
  bottom: 40px;
  right: 0;
  left: 0;
  z-index: 10;
}
#special-column header h2 span {
  display: block;
  font-size: 14px;
  padding-bottom: 12px;
}
.fv-img {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  opacity: 0;
  z-index: 2;
  transition : all 700ms 3ms;
}
.fv-img.effect_on {
  opacity: 1;
}
.fv-img img {
  vertical-align: top;
}

#special-column ul {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  padding-bottom: 50px;
}
#special-column li {
  width: 290px;
}
#special-column li.wide {
  width: 590px;
  position: relative;
}
#special-column li.wide:after {
  display: block;
  position: absolute;
  content:"";
}
#special-column ul li .item {
  padding-bottom: 10px;
}
#special-column ul li a {
  display: block;
  overflow:hidden;
  padding-bottom: 10px;
}
#special-column ul li .cs-title {
  display: none!important;
}

#special-column .sec01 li.wide:after {
  width: 290px;
  height: 302px;
  background: url(pc_01_line.png);
  top: -22px;
  left: -22px;
}
#special-column .sec02 li.wide:after {
  width: 590px;
  height: 454px;
  background: url(pc_02_line.png);
  top: -42px;
  right: -70px;
}
#special-column .sec03 li.wide:after {
  width: 412px;
  height: 412px;
  background: url(pc_03_line.png);
  top: -12px;
  left: 32px;
}
#special-column .sec04 li.wide:after {
  width: 604px;
  height: 475px;
  background: url(pc_04_line.png);
  top: -18px;
  left: 54px;
}
#special-column .sec05 li.wide:after {
  width: 672px;
  height: 507px;
  background: url(pc_05_line.png);
  top: -36px;
  left: -85px;
}

#special-column footer {
  display: flex;
  justify-content: space-between;
}
#special-column footer .logo {
  width: 590px;
  height: 600px;
  background: url(pc_f_logo.jpg) no-repeat center center #D2D2D2;
}
#special-column footer .inner {
  box-sizing: border-box;
  width: 590px;
  height: 600px;
  padding: 48px 50px;
  background-color: #D2D2D2;
  font-family: 'Lato', sans-serif;
  color: #fff;
  font-weight: 300;
}
#special-column footer h3 {
  font-size: 16px;
  padding-bottom: 10px;
}
#special-column footer h4 {
  font-size: 14px;
  padding-bottom: 5px;
}
#special-column footer ul {
  padding-bottom: 5px;
}
#special-column footer li {
  font-size: 14px;
}




/***********Common themes**********/
.cs-container
{
	margin: 0 auto;
    padding: 0;
    position: relative;
    width: 100%;
}

.cs-slider
{
	margin: 0 auto;
	padding: 0;
    position: relative;
	width:100%;
}

.cs-container a
{
	background-image: url('data:image/gif;base64,R0lGODlhAQABAPAAAP///wAAACH5BAEAAAAALAAAAAABAAEAAAICR‌​AEAOw==');	
}

.cs-container img
{
	max-width: 100%;
	display: block;
}
/*********************************/


/***Navigation arrows****/
.cs-container .cs-nav-next, .cs-container .cs-nav-prev{
	width:45px;
	height:45px;
	position:absolute;	
	border-radius:6px;
	background-image:url(images.png);
	background-color:rgba(0,0,0,0.3);
	cursor:pointer;
	top:50%;
}

.cs-container .cs-nav-next:hover, .cs-container .cs-nav-prev:hover{
	background-color:rgba(0,0,0,0.7);
}
.cs-container .cs-nav-next{
	right:0;
	background-position: -65px 2px;
}
.cs-container .cs-nav-prev{
	left:0;
	background-position: -25px 2px;
}
/************************/

/*****nav bullets*********************/
.cs-container .cs-nav-cont
{
	position:absolute;
	left:45px;
	bottom:-25px;
	z-index:20;
}
.cs-container .cs-nav-cont span{
	background-image:url(images.png);
	width:24px;
	height:24px;
	float:left;
	background-repeat:no-repeat;
	background-position:0px 0px;
	cursor:pointer;
}

.cs-container .cs-nav-cont span:hover, .cs-nav-cont span.cs-current
{
	background-position:0px -24px;
	opacity:1.0;
}
/*************************************/

/******Play button*****/
.cs-container .cs-nav-play
{
    background-image: url("images.png");
	background-position: -150px -6px;
    height: 20px;
	width: 20px;
    position: absolute;
    right: 45px;
	bottom: -25px;
	cursor:pointer;
}
.cs-container .cs-nav-play.cs-nav-stop{
	background-position: -117px -6px;
}
/**************************/

/*****Title style*****/
.cs-container .cs-title{
    background-color: black;
    bottom: 0;
    color: white;
    display: none;
    float: left;
    font-family: 'Volkhov',Georgia,sans-serif;
    font-size: 130%;
    font-style: italic;
    font-weight: 400;
    left: 0;
    line-height: 38px;
    margin-bottom: 0;
    opacity: 0.8;
    padding: 0 10px;
    position: absolute;
    right: 0;
}
/***********************************/

.cs-container .cube-face 
{
	margin: 0;
	display: block;
	position: absolute;
	-moz-backface-visibility : hidden;
	-webkit-transform-style: preserve-3d;
	-moz-transform-style: preserve-3d;
	-o-transform-style: preserve-3d;
	-ms-transform-style: preserve-3d;
	transform-style: preserve-3d;
}

.cs-container .cs-shadow
{
  position:absolute;
  bottom:-70px;
  left:50%;
  margin-left:-368px;
  background:transparent url(shadow.png) no-repeat top left;
  height:168px;
  width:736px;
  z-index:-1;
}




/* Fallback Style */
.cs-slider-fb-wrapper
{
	overflow:hidden;
}
.cs-slider-fb img{
	display:none;
	position:absolute;
	top:0px;
	left:0px;
}

.cs-loader
{
	width:100%;
	height:100%;
	position:absolute;
	left:0;
	top:0;
	background-image:url(loader.gif);
	background-position:center; 
	background-repeat:no-repeat;
	background-color:white;
	z-index:1001;
}