@charset "UTF-8";
/* CSS Document */
/* 基本情報 */
@keyframes bodyFadeIn {
  0% {
    opacity: 0
  }
  100% {
    opacity: 1
  }
}
@-webkit-keyframes bodyFadeIn {
  0% {
    opacity: 0
  }
  100% {
    opacity: 1
  }
}
img {
  max-width: 100%;
  height: auto;
}
body {
  animation: bodyFadeIn 2s ease 0s 1 normal;
  -webkit-animation: bodyFadeIn 2s ease 0s 1 normal;
}
ol, ul {
  list-style: none;
  list-style-type: none;
}
h1 {
  font-size: 0;
  line-height: 0;
}
#wrapper_new {
  width: 900px;
  margin: 0 auto;
  background: url("../../_img/bg.png") no-repeat center top /1200px auto;
}
#top_new {
  width: 100%;
  height: 800px;
  margin: 0;
  padding: 0;
  position: relative;
}
/*アイコン*/
#top_new #icon {
  opacity: 0;
  width: 356px;
  position: absolute;
  left: 0px;
  right: -70px;
  margin: 0 auto;
  top: 0px;
  z-index: 2;
}
#top_new #title {
  opacity: 0;
  width: 693px;
  position: absolute;
  left: 0px;
  right: 0;
  margin: 0 auto;
  top: 350px;
  z-index: 3;
}
#top_new #days {
  opacity: 0;
  width: 314px;
  position: absolute;
  left: 0px;
  right: 0;
  margin: 0 auto;
  top: 500px;
  z-index: 3;
}
.btn1 {
  display: block;
  width: 300px;
  background-color: #FFF;
  color: #000;
  text-align: center;
  padding: 12px 0;
  margin: 10px auto;
  font-size: 17px;
  line-height: 20px;
  position: relative;
  z-index: 9;
}
.btn1:hover {
  display: block;
  width: 300px;
  background-color: #CCC;
  color: #000;
  text-align: center;
  padding: 12px 0;
  margin: 10px auto;
  font-size: 17px;
  line-height: 20px;
  position: relative;
  z-index: 9;
}
a.btn1 {
  text-decoration: none;
  font-weight: bold;
}
#counter99 {
  width: 530px;
  height: 130px;
  position: absolute;
  left: 0;
  right: 0;
  top: 600px;
  margin: 0 auto;
  opacity: 0;
  background: url("../../_img/bg_num.jpg") no-repeat center bottom;
  background-size: 100% auto;
}
#future_date {
  font-family: interstate-mono, monospace;
  font-weight: 700;
  font-style: normal;
  font-size: 80px;
  text-align: center;
  color: #000;
  background: -webkit-linear-gradient(-90deg, #FFF, #999);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
/* movie embed*/
.box_video {
  width: 100%;
  margin: 100px auto;
  height: 0;
  padding-bottom: 56%;
  position: relative;
}
.box_video iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
/* コメント*/
#comment_new {
  color: #FFF;
  width: 900px;
  margin: 0 auto;
}
/*---------------------------------------------------*/
/*顔左レイアウト*/
#comment_new ul.faceLeft {
  position: relative;
  width: 100%;
  height: 328px;
  background: url("../../_img/bg_comment.jpg") no-repeat center bottom 60px;
  margin: 0 auto -90px;
}
/*3人目のzindex*/
#comment_new ul.faceLeft.zindex {
  height: 348px;
  z-index: 3;
  margin: 0 auto;
}
/*写真*/
#comment_new ul.faceLeft li.leftFace {
  position: absolute;
  width: 235px;
  left: 0;
  top: 0;
}
/*写真サイズ*/
#comment_new ul.faceLeft li.leftFace img {
  width: 100%;
}
/*テキストレイアウト*/
#comment_new ul.faceLeft li.rightText {
  position: absolute;
  width: 680px;
  padding: 0 70px 0 0;
  right: 0;
  top: 60px;
  box-sizing: border-box;
}
/*名前フォントサイズ*/
#comment_new ul.faceLeft li.rightText p.name1 {
  padding-bottom: 16px;
  font-size: 24px;
  line-height: 1.2;
	font-weight: bold;
}
/*テキスト*/
#comment_new ul.faceLeft li.rightText p {
  font-size: 15px;
  line-height: 1.4;
}
/*---------------------------------------------------*/
/*顔右レイアウト*/
#comment_new ul.faceRight {
  position: relative;
  width: 100%;
  height: 368px;
  background: url("../../_img/bg_comment.jpg") no-repeat center bottom 60px;
  margin: 0 auto -90px;
  z-index: 2;
}
/*写真*/
#comment_new ul.faceRight li.leftFace {
  position: absolute;
  width: 235px;
  right: 0;
  top: 0;
}
/*写真サイズ*/
#comment_new ul.faceRight li.leftFace img {
  width: 100%;
}
/*テキストレイアウト*/
#comment_new ul.faceRight li.rightText {
  position: absolute;
  width: 680px;
  padding: 0 0 0 70px;
  left: 0;
  top: 60px;
  box-sizing: border-box;
}
/*名前フォントサイズ*/
#comment_new ul.faceRight li.rightText p.name1 {
  padding-bottom: 16px;
  font-size: 24px;
  line-height: 1.2;
	font-weight: bold;
}
/*テキスト*/
#comment_new ul.faceRight li.rightText p {
  font-size: 15px;
  line-height: 1.4;
}
/*---------------------------------------------------*/
#footer_new {
  margin: 50px auto;
}
#footer_new p {
  text-align: center;
  color: #FFF;
}
/* clearfix */
.clearfix {
  zoom: 1;
}
.clearfix:after, ul:after {
  content: ".";
  display: block;
  clear: both;
  height: 0;
  visibility: hidden;
}