.slideshow {
	top:0;
	left:0;
  position: absolute;
  width: 100vw;
  height: 100vh;
  overflow: hidden;
}

.slideshow-image {
  position: absolute;
  width: 100%;
  height: 100%;
  background: no-repeat 50% 50%;
  background-size: cover;
  -webkit-animation-name: kenburns;
          animation-name: kenburns;
  -webkit-animation-timing-function: linear;
          animation-timing-function: linear;
  -webkit-animation-iteration-count: infinite;
          animation-iteration-count: infinite;
  -webkit-animation-duration: 24s;
          animation-duration: 24s;
  opacity: 1;
  -webkit-transform: scale(1.2);
          transform: scale(1.2);
	overflow: hidden;
}
.slideshow-image:nth-child(1) {
  -webkit-animation-name: kenburns-1;
          animation-name: kenburns-1;
  z-index: 3;
}
.slideshow-image:nth-child(2) {
  -webkit-animation-name: kenburns-2;
          animation-name: kenburns-2;
  z-index: 2;
}
.slideshow-image:nth-child(3) {
  -webkit-animation-name: kenburns-3;
          animation-name: kenburns-3;
  z-index: 1;
}
.slideshow-image:nth-child(4) {
  -webkit-animation-name: kenburns-4;
          animation-name: kenburns-4;
  z-index: 0;
}

@-webkit-keyframes kenburns-1 {
  0% {
    opacity: 1;
    -webkit-transform: scale(1.2);
            transform: scale(1.2);
  }
  1.5625% {
    opacity: 1;
  }
  23.4375% {
    opacity: 1;
  }
  26.5625% {
    opacity: 0;
    -webkit-transform: scale(1);
            transform: scale(1);
  }
  100% {
    opacity: 0;
    -webkit-transform: scale(1.2);
            transform: scale(1.2);
  }
  98.4375% {
    opacity: 0;
    -webkit-transform: scale(1.2117647059);
            transform: scale(1.2117647059);
  }
  100% {
    opacity: 1;
  }
}

@keyframes kenburns-1 {
  0% {
    opacity: 1;
    -webkit-transform: scale(1.2);
            transform: scale(1.2);
  }
  1.5625% {
    opacity: 1;
  }
  23.4375% {
    opacity: 1;
  }
  26.5625% {
    opacity: 0;
    -webkit-transform: scale(1);
            transform: scale(1);
  }
  100% {
    opacity: 0;
    -webkit-transform: scale(1.2);
            transform: scale(1.2);
  }
  98.4375% {
    opacity: 0;
    -webkit-transform: scale(1.2117647059);
            transform: scale(1.2117647059);
  }
  100% {
    opacity: 1;
  }
}
@-webkit-keyframes kenburns-2 {
  23.4375% {
    opacity: 1;
    -webkit-transform: scale(1.2);
            transform: scale(1.2);
  }
  26.5625% {
    opacity: 1;
  }
  48.4375% {
    opacity: 1;
  }
  51.5625% {
    opacity: 0;
    -webkit-transform: scale(1);
            transform: scale(1);
  }
  100% {
    opacity: 0;
    -webkit-transform: scale(1.2);
            transform: scale(1.2);
  }
}
@keyframes kenburns-2 {
  23.4375% {
    opacity: 1;
    -webkit-transform: scale(1.2);
            transform: scale(1.2);
  }
  26.5625% {
    opacity: 1;
  }
  48.4375% {
    opacity: 1;
  }
  51.5625% {
    opacity: 0;
    -webkit-transform: scale(1);
            transform: scale(1);
  }
  100% {
    opacity: 0;
    -webkit-transform: scale(1.2);
            transform: scale(1.2);
  }
}
@-webkit-keyframes kenburns-3 {
  48.4375% {
    opacity: 1;
    -webkit-transform: scale(1.2);
            transform: scale(1.2);
  }
  51.5625% {
    opacity: 1;
  }
  73.4375% {
    opacity: 1;
  }
  76.5625% {
    opacity: 0;
    -webkit-transform: scale(1);
            transform: scale(1);
  }
  100% {
    opacity: 0;
    -webkit-transform: scale(1.2);
            transform: scale(1.2);
  }
}
@keyframes kenburns-3 {
  48.4375% {
    opacity: 1;
    -webkit-transform: scale(1.2);
            transform: scale(1.2);
  }
  51.5625% {
    opacity: 1;
  }
  73.4375% {
    opacity: 1;
  }
  76.5625% {
    opacity: 0;
    -webkit-transform: scale(1);
            transform: scale(1);
  }
  100% {
    opacity: 0;
    -webkit-transform: scale(1.2);
            transform: scale(1.2);
  }
}
@-webkit-keyframes kenburns-4 {
  73.4375% {
    opacity: 1;
    -webkit-transform: scale(1.2);
            transform: scale(1.2);
  }
  76.5625% {
    opacity: 1;
  }
  98.4375% {
    opacity: 1;
  }
  100% {
    opacity: 0;
    -webkit-transform: scale(1);
            transform: scale(1);
  }
}
@keyframes kenburns-4 {
  73.4375% {
    opacity: 1;
    -webkit-transform: scale(1.2);
            transform: scale(1.2);
  }
  76.5625% {
    opacity: 1;
  }
  98.4375% {
    opacity: 1;
  }
  100% {
    opacity: 0;
    -webkit-transform: scale(1);
            transform: scale(1);
  }
}
body {
	background-color: #fff; 
	color:#492B0D;
	font-family:'Georgia', 'Hiragino kaku gothic proN','MS gothic', sans-serif;
	font-weight:lighter;
	font-size:45px;
	width:100%;
	height:100%;
	text-align:center;
	margin: 0 auto;
}
h1{
	width:100vw;
	position: absolute;
	top:45%;
	left:0;
	padding: 0.3em 0;
	z-index: 1000;
	color: #492B0D;
	line-height: 1.8;
	background-color: rgba(255, 255, 255, 0.72);
	letter-spacing:7px;
	font-family:'Georgia', serif;
	margin: 0 auto;
}
#h1L{
	font-size:0.5em;
	text-align: left;
	letter-spacing:30px;
	font-weight: bold;
	padding: 0 2em 0 0;
}
#h1R{
	font-size:0.6em;
	text-align: right;
	letter-spacing:7px;
}
a {
	color:#492B0D !important;
	text-decoration:none;
}
a:hover {
	color:#5387D9;
}
a:active {
	color:#000;
}
#NewyearTitleAreaTop{
	width:605px;
	height:246px;
	margin-right:auto;
	margin-left:auto;
}
#NewyearTitleAreaTopLeft{
	width:68px;
	height:198px;
	padding-top:24px;
	padding-right:24px;
	padding-bottom:24px;
	float:left;
}
#NewyearTitleAreaTopRight{
	height:46px;
	font-size:30px;
	line-height:46px;
	font-family:'Georgia legular','Hiragino mincho Pro','MS mincho', serif;
	padding-top:100px;
	padding-bottom:100px;
	float:left;
}
#NewyearTitleArea{
	width:1096px;
	height:130px;
	margin-right:auto;
	margin-left:auto;
}
#titleAreaBtm{
	width:100%;
	font-size: 14px;
	margin:0 auto;
	position: absolute;
	top:95%;
	z-index: 1000;
}
.floatClear{
	float:clear;
}
@media screen and ( max-width:812px ){
h1{
	top:50%;
}
#h1L, #h1R{
	width: 100%;
	text-align: justify;
	padding: 0 10px !important;
	display:block;
	margin: 0 auto;
	font-size: 12px;
	letter-spacing:2px;
}
#titleAreaBtm{
	font-size: 10px;
	top:98%;
}
}