@charset "utf-8";
.top {
	background:#FFF;
}
.top .cta {
	display: none;
}
.top #footer .recommend {
	display: none;
}
@media only screen and (min-width :900px) {
	footer .copyright {
	  position: fixed;
	  bottom: 0;
	}
}

/*main
----------------------------------------------------------------*/
.top .s1 {
	padding-top:46px;
}
.top .s1 .top-image {
	width:100%;
	height:auto;
	background:url(/images/sp/bg_s1.jpg?20161212) no-repeat center top;
	background-size:100% auto;	
}
.top .s1 .top-image img {
	display:none;
	width:100%;
	height:100%;
}
.top .s1 .text {
	padding-top:56%;
}
.top .s1 h1 {
	font-size:1.4rem;
	line-height:1.4;
	color:#666;
	padding:30px 30px 27px;
	font-weight:normal;
}
.top .s1,
.top .s3 {
	color:#666;
}
.top .s2,
.top .s4 {
	background:#FF9D9D;
}
.top .s2 p,
.top .s4 p{
	color:#FFF !important;
}
.top .s2 h2,
.top .s4 h2 {
	color:#FFF;
}
.top .s5 {
    background: #FFF4F5;
}
/*.top .s5 h2 {
	color:#999;
	margin-bottom:15px;
	text-align:center;
}*/
.top .section h2 {
	font-size:2rem;
	line-height:1.35;
	margin-bottom:12px;
	border-bottom:none;
	height:auto;
	padding:36px 15px 0 24px;
}
.top .section.s5 h2 {
	padding:22px 15px 0 24px;
	margin-bottom: 15px;
}
.top h2 + p {
	margin-bottom:18px;
}
.top .section p {
	font-size:1.3rem;
	line-height:1.6;
	padding:0 30px;
}
.top .s5 h2 + p {
	text-align:center;
	color:#66635F;
	margin-bottom:14px;
	padding:0 20px;
}
.top .s3 span{
	color:#999;
	margin-top:24px;
	display:block;
}
.top .s2 .copyright {
	color:#FFE0E1;
	text-decoration:underline;
	font-size:1.3rem;
	text-align:left;
	line-height:1.3;
}
.top .s2 .link + p,
.top .s3 .image + p,
.top .s3 p + p,
.top .s5 .link + p {
	padding-bottom:30px;
}
.top .s2 .link + p,
.top .s3 p + p {
	font-size:1.7rem;
}
/*.top .s5 .link {
	font-size:1.2rem;
	margin: 21px 0 14px;
	text-align:center;
}
.top .s5 .link a {
	color:#66CCCC;
	padding-left:3px;
	text-decoration:underline;
}
.top .s5 .link .memo {
	font-size: 1.1rem;
	display: block;
	color:#999;
	margin-top: 13px;
	line-height: 1.4;
}*/
.top .image,
.top .section2 p {
	padding:0 30px;
}
.top .s3 .image {
	margin-bottom:28px;
}
.top .s3 a {
	color:#66CCCC;
	text-decoration:underline;
}
.top .image {
	padding:0 30px;
	margin-bottom:25px;
}
.top .image img {
	max-width:260px;
	width:100%;
	display:block;
	margin:0 auto;
}
.top .image {
	padding:0 30px;
}
.top .link {
	margin:0 0 22px 30px;
} 
.tablet.landscape .top .s4 .inner {
	height:554px;
	margin-left:-33px;
}
.top .s4 ul {
	width:260px;
	margin:5px auto 0;	
}
.top .s4 li {
	width:260px;
	height:101px;
	margin-bottom:9px;
}
.top .s4 li:last-child {
	margin-bottom:0;
}
.top .s4 li img {
	width:260px;
	height:101px;
}
.top .s4 div.btn {
	width:200px;
	height:51px;
	margin:0 auto;
	padding-bottom:31px;
}
.top .s4 div.btn img {
	width:200px;
	height:51px;
}
.top .s4 ul li a {
	display:block;
	width:100%;
	height:100%;
}
.top .s4 ul li:last-child {
	padding-bottom:31px;
}
.top .s4 ul + p {
	margin-bottom:18px;
	padding:0 22px;
	text-align:center;
}
.tablet.landscape .top .s4 ul + p {
	top:135px;
}
.image.punishment {
	margin-top:11px;
}
.btn-faq  {
	width: 240px;
	height: 76px;
	margin: 0 auto 15px;
}
.btn-faq  a {
	background:url(/images/sp/btn_faq.png) no-repeat left top;
	background-size: 240px 76px;
	display: block;
	width: 100%;
	height: 100%;
	text-indent: -9999px;
	border-radius:10px;
	-webkit-border-radius:10px;
	-moz-border-radius:10px;
	-webkit-transition: all 0.2s;
	-moz-transition: all 0.2s;
	-ms-transition: all 0.2s;
	-o-transition: all 0.2s;
	transition: all 0.2s;
}
.btn-faq a:active {
	background-position: left 5px;
}
#imageCase.animate {
    animation: slideInLeft 1s forwards;
    -webkit-animation: slideInLeft 1s forwards;    
}
/*animation*/
@keyframes slideInLeft {
  0% { 
    left:-800px;
   }
  90% { 
    left:20px;
   }
  100% { 

    left:0;
   }
}
@-webkit-keyframes slideInLeft {
  0% { 
    left:-800px;
   }
  90% { 
    left:20px;
   }
  100% { 
    left:0;
   }
}

#imageFlow.animate {
    animation: slideInRight 1s forwards;
    -webkit-animation: slideInRight 1s forwards;    
}
/*animation*/
@keyframes slideInRight {
  0% { 
    margin-left:800px;
   }
  90% { 
    margin-left:577px;
   }
  100% { 
    margin-left:597px;
   }
}
@-webkit-keyframes slideInRight {
/*  0% { 
    margin-left:800px;
   }
  90% { 
    margin-left:377px;
   }
  100% { 
    margin-left:397px;
   }
*/
  0% { 
    margin-left:800px;
   }
  90% { 
    margin-left:577px;
   }
  100% { 
    margin-left:597px;
   }

}

/*.s4.btn.active {
    animation: zoomIn 1s forwards;
    -webkit-animation: zoomIn 1s forwards;    
}
*//*animation*/
@keyframes zoomIn {
  0% {
    opacity: 0;
    -webkit-transform: scale3d(.3, .3, .3);
    transform: scale3d(.3, .3, .3);
  }
  100% {
    opacity: 1;
  }
}
@-webkit-keyframes zoomIn {
  0% {
    opacity: 0;
    -webkit-transform: scale3d(.3, .3, .3);
    transform: scale3d(.3, .3, .3);
  }
  100% {
    opacity: 1;
  }
}

/*戻るボタン*/
#goNext,
#goNext a {
	width: 64px;
	height: 64px;
}
#goNext {
	position:fixed;
	z-index:1;
	border:none;
	display: block;
	outline: none;
	-webkit-user-select: none;
	user-select: none;
	cursor: pointer;
	box-sizing: border-box;
	background: #fcfcfc;
	color: #fff;
	border-radius: 50%;
	/*top:78%;*/
	bottom:66px;
	right:8.5%;
  box-shadow: 0 0 3px rgba(0,0,0,0.4);
	-moz-box-shadow: 0 0 3px rgba(0,0,0,0.4);
	-webkit-box-shadow: 0 0 3px rgba(0,0,0,0.4);
}
#goNext a {
	background:url(/images/btn_next.png) no-repeat 19px 22px;
	display:block;
	text-indent:-9999px;
	background-size:27px 22px;
}
.tablet #goNext {
	bottom:46px;
}
.tablet.landscape	.top .s2 .inner {
		width:100%;
	}
.block {
	display:none;
  position:absolute;
  bottom: 0;
	width:100%;
	/*height:19%;*/
	height:100px;
}
.tablet .block {
	height:80px;
}
.s1 .block,
.s3 .block {
	background:#FF9D9D;
}
.s2 .block {
	background:#FFF;
}
.s4 .block {
    background: #FFF4F5;
}
.top .s1.small .inner {
	transform:scale(0.8,0.8);
	-webkit-transform:scale(0.8,0.8);
	-moz-box-transform:scale(0.8,0.8);
}
.top .s2.small .inner,
.top .s3.small .inner {
	transform:scale(0.7,0.7);
	-webkit-transform:scale(0.7,0.7);
	-moz-box-transform:scale(0.7,0.7);
}
.top .s4.small .inner {
	transform:scale(0.7,0.7);
	-webkit-transform:scale(0.7,0.7);
	-moz-box-transform:scale(0.7,0.7);
}
@media only screen and (min-width :375px) {
	.movie-popup {
		width:355px;
		height:199px;
	}
	video {
		width:355px;
		height:199px;
	}
}
@media only screen and (min-width :767px) {
	/*動画ポップアップ
	----------------------------------------------------------------*/
	.movie-popup {
		width:707px;
		height:397px;
		top:100px;
	}
	video {
		width:707px;
		height:397px;
	}
	.btn-popclose {
		top:-17px;
		right: -17px;
		width:40px;
		height:40px;
		background:url(/images/btn_popup_close.png) no-repeat left top;
	}

	/*main
	----------------------------------------------------------------*/
	.top-image {
		width:100%;
		min-height:480px;
		height:100%;
	}
	.top .s1 .top-image img {
		display:block;
	}
	.top .s1 .top-image {
		background:none;
	}
	.top-image .text {
		padding-top:0;
		position:absolute;
		bottom: 7.3%;
		left: 32px;
		width:541px;
	}
	.top .s1 {
		padding-top:0;
	}
	.s1 .fp-tableCell {
		background:url(/images/bg_top.jpg?20161212) no-repeat center center;
		background-size:100% auto;
	}
	.s1.small .fp-tableCell {
		background:url(/images/bg_top.jpg?20161212) no-repeat center 28px;
		background-size:100% auto;
	}
	.top .s1 .inner {
		position:relative;
		margin:0 auto;
	}
	.top .s1 h1 {
		font-size:1.7rem;
		line-height:1.8;
	}
	.top .s2,
	.top .s4 {
		padding-bottom:129px;
		padding-top:6px;
	}
	.top .s2 .inner,
	.top .s3 .inner,
	.top .s4 .inner {
		position:relative;
		width:825px;
		height:555px;
		margin:0 auto;
	}
	.tablet .top .s1 .inner {
		transform:scale(0.8,0.8);
		-webkit-transform:scale(0.8,0.8);
		-moz-box-transform:scale(0.8,0.8);
	}
	.tablet .top .s2 .inner,
	.tablet .top .s3 .inner {
		transform:scale(0.7,0.7);
		-webkit-transform:scale(0.7,0.7);
		-moz-box-transform:scale(0.7,0.7);
	}
	.tablet .top .s4 .inner {
		transform:scale(0.7,0.7);
		-webkit-transform:scale(0.7,0.7);
		-moz-box-transform:scale(0.7,0.7);
	}
	.top .s2 .inner {
		width:900px;
	}
	.top .s3 .inner {
		/*width:770px;*/
		width:900px;
		height:536px;
	}
	.top .s4 .inner {
		width:840px;
		height:495px;
	}
	.top .s2 h2,
	.top .s2 p,
	.top .s2 .link {
		margin-left:388px;
		padding:0;
	}
	.top .s3 h2,
	.top .s3 p {
		/*width:312px;*/
		width:540px;
		margin-right:388px;
		padding:0;
	}
	.top .s2 h2 {
		font-size:3rem;
		margin-bottom:25px;
	}
	.top .s3 h2 {
		font-size:3rem;
		padding-top:109px;
		line-height:1.4;
		margin-bottom:27px;
	}
	.top .s4 h2 {
		font-size:3rem;
		text-align:center;
		line-height:1.2;
		margin-bottom:30px;
		padding:0;
	}
	.top .s5 h2 {
		font-size:3rem;
		margin-bottom:20px;
		padding:0;
	}
	.top .s2 p,
	.top .s3 p,
	.top .s4 p {
		font-size:1.5rem;
		line-height:1.5;
		padding:0;
	}
	.top .s3 p {
		line-height:1.6;
	}
	.top .s4 p {
		text-align:center;
		font-size:1.6rem;
	}
	.top .s5 p {
		font-size:1.4rem;
	}
	.top h2 + p {
		margin-bottom:0;
	}
	.top .s2 .copyright {
		font-size:1.5rem;
	}
	.top .s2 .link {
		margin:20px 0 24px 388px;
	}
	.top .s2 .link + p {
		font-size:2.1rem;
		line-height:1.3;
	}
	.top .s3 p + p {
		font-size:2.1rem;
		line-height:1.3;
	}
	.top .s2 .image,
	.top .s3 .image {
		position:absolute;
		top:0;
		left:0;
		padding:0;
		margin-left:6px;
	}
	.top .s3 .image {
		right:0;
		width:350px;
		margin-left:397px;
	}
	.top .s2 .image img {
		max-width:388px;
	}
	.top .s3 .image img {
		max-width:350px;
		margin:0;
	}
	.top .s4 ul + p {
		position:absolute;
		top:95px;
		width:100%;
	}
	.top .s4 ul {
		width:840px;
		height:248px;
		overflow:hidden;
		margin-top:68px;
		margin-bottom:48px;
	}
	.top .s4 li {
		float:left;
		width:240px;
		margin:0 20px;
	}
	.top .s4 li img {
		width:240px;
		height:248px;
	}
	.top .s4 div.btn {
		width:327px;
		height:64px;
	}
	.top .s4 div.btn img {
		width:327px;
		height:64px;
	}
	.top .section.s5 h2 {
		margin-bottom:20px;
	}
	.top .s5 h2 + p {
		margin-bottom: 19px;
	}
	.top .s5 .link {
		font-size:1.6rem;
		/*margin:34px 0 41px;*/
	}
	.top .s5 .link .memo {
		font-size: 1.2rem;
	}
/*	.top .s5 textarea {
		width:398px;
		height:124px;
		border-radius:8px;
		-moz-box-shadow:8px;
		-webkit-box-shadow:8px;
		margin-bottom:25px;
	}
	.top .s5 input[type="image"] {
		width:160px;
	}*/
	.top .image.punishment {
		display:none;
	}
	.block {
		display:block;
	}
	.btn-faq  {
		width: 400px;
		height: 95px;
		margin: 0 auto 21px;
	}
	.btn-faq  a {
		background:url(/images/btn_faq.png) no-repeat left top;
		background-size: 400px 95px;
		display: block;
		width: 100%;
		height: 100%;
		text-indent: -9999px;
		border-radius:10px;
		-webkit-border-radius:10px;
		-moz-border-radius:10px;
		-webkit-transition: all 0.2s;
		-moz-transition: all 0.2s;
		-ms-transition: all 0.2s;
		-o-transition: all 0.2s;
		transition: all 0.2s;
	}
	.btn-faq a:active {
		background-position: left 9px;
	}
}
@media only screen and (min-width :900px) {
	.top .s1 {
		padding-top:46px;
	}
}
@media only screen and (min-width :970px) {
	.movie-popup {
		width:900px;
		height:507px;
	}
	video {
		width:900px;
		height:507px;
	}
}
@media only screen and (min-width :1040px) {
	.top .s2 .inner,
	.top .s3 .inner,
	.top .s4 .inner {
		transform:scale(1,1);
		-webkit-transform:scale(1,1);
	}
}