@charset "UTF-8";
@media screen and (max-width: 667px) {
  #wrapper_new {
    width: 100%;
    margin: 0 auto;
  }
  #top_new {
    width: 100%;
    height: auto;
    padding-bottom: calc(100%*800/800);
    position: relative;
  }
  #top_new #icon {
    width: 66%;
    position: absolute;
    left: 0%;
    right: 0%;
    margin: 0 auto;
    top: -14%;
    z-index: 2;
  }
  #top_new #title {
    width: 90%;
    position: absolute;
    left: 0px;
    right: 0;
    margin: 0 auto;
    top: 50%;
    z-index: 3;
  }
  #top_new #days {
    width: 44%;
    position: absolute;
    left: 0px;
    right: 0;
    margin: 0 auto;
    top: 70%;
    z-index: 3;
  }
  #counter99 {
    width: 72%;
    height: auto;
    padding-bottom: calc(100%*128/521);
    top: 86%;
    background: url("../../_img/bg_num.jpg") no-repeat center top;
    background-size: 100% auto;
  }
  #counter99 .inner {
    position: relative;
  }
  #future_date {
    font-size: 10.5vw;
    line-height: 1.2em;
    position: absolute;
  }
  #comment_new {
    width: 100%;
    margin: 0 auto;
  }
  /*---------------------------------------------------*/
  /*顔左レイアウト*/
  #comment_new ul.faceLeft, #comment_new ul.faceRight {
    width: 90%;
    height: auto;
    margin: 0 auto 5%;
    position: relative;
    padding-bottom: 10%;
    background: url("../../_img/bg_comment.jpg") no-repeat center bottom 0/100% auto;
  }
  #comment_new ul.faceLeft li.leftFace, #comment_new ul.faceRight li.leftFace {
    width: 60%;
    margin: 0 auto;
    position: static;
  }
  #comment_new ul.faceLeft li.leftFace img, #comment_new ul.faceRight li.leftFace img {
    width: 100%;
  }
  #comment_new ul.faceLeft li.rightText, #comment_new ul.faceRight li.rightText {
    width: 100%;
    position: static;
    margin-top: -4%;
    padding: 0;
  }
  #comment_new ul.faceLeft p, #comment_new ul.faceRight p {
    font-size: 15px;
    line-height: 20px;
    margin-top: 0;
    padding-left: 0;
    padding-right: 0;
  }
  /*名前フォントサイズ*/
  #comment_new ul.faceLeft li.rightText p.name1, comment_new ul.faceRight li.rightText p.name1 {
    padding: 12px 0;
    font-size: 20px;
	  line-height: 1.2;
	  font-weight: bold;
  }
	#comment_new ul.faceRight li.rightText p.name1 {
		 padding: 12px 0;
    font-size: 20px;
	  line-height: 1.2;
	  font-weight: bold;
	}
	
	#comment_new ul.faceLeft.zindex {
		height: auto;
	}
}