@charset "UTF-8";
/*---------------------------------------------------------------
　　　common
---------------------------------------------------------------*/
html {
	font-size: 62.5%; }

img {
	width: 100%; }

a {
	text-decoration: none;
	color: #fff;
}

body {
	font-size: 2rem;
	margin: 0;
	padding: 0;
	font-family: 'Noto Sans JP', sans-serif; }

.sp_only {
	display: block; }
	@media all and (max-width: 640px) {
		.sp_only { display: none; }
	}

#contents {
	position: relative;
	z-index: 10;
	width: 100%;
	margin: 0 auto; }

.inner {
	width: 100%;
	max-width: 750px;
	margin: 0 auto;
	position: relative;

}

img {
	width: 100%;
	vertical-align: top; }

.annotation {
	text-align: right;
	padding: 0 20px 50px 0;
}
@media only screen and (max-width: 640px){
	.annotation {
		font-size: 0.8rem;
		text-align: right;
		padding: 0 10px 20px 0;
	}
}

.fv {
	margin: auto;
}
	.fv .btn {
		position: absolute;
		left: 5.3%;
		bottom: 2.5%;
		width: 90%;
		z-index: 100;
	animation: pulse 2s infinite; }
		.fv .btn a {
			display: block;
			transform: scale(1, 1);
			transition: all 0.3s; }
			.fv .btn a:hover {
				transform: scale(1.1, 1.1); }
.cta {
	margin: auto;
}
.cta .cta_btn {
	position: absolute;
	left: 0;
	width: 90%;
	z-index: 100;
	animation: pulse 2s infinite; }
	.cta .cta_btn a {
		display: block;
		transform: scale(1, 1);
		transition: all 0.3s; }
		.cta .btn02 a:hover {
		transform: scale(1.1, 1.1); }
.cta .btn02 {
	bottom: 1.5%;
	left: 5%;
}
.cta .btn03 {
	bottom: 4%;
	left: 5%;
}

.relative {
	position: relative;
}
.absolute {
	position: absolute;
	z-index: 100;
}

.small {
	font-size: 12px;
	color: #666;
	margin: 0;
	padding: 0;
	text-align: center; }

.fix_btn {
	z-index: 9999;
	position: fixed;
	bottom: 0;
	width: 100vw;
}
.fix_inner {
	margin: 0 auto;
	max-width: 750px;
}
p.caption {
	margin: 0;
	padding: 0 15px;
	text-align: center;
	font-size: 12px;
	color: #666;
	line-height: 1.6; }
	@media all and (max-width: 640px) {
		p.caption {
			font-size: 10px;
			text-align: left; } }

.footer {
	background: #898989;
	width: 100%;
	max-width: 750px;
	margin: 0 auto;
}
.copy {
	color: #fff;
	font-size: 18px;
	text-align: center;
	margin: 0;
	padding: 5rem 0;
}

/*** スライダー ***/
.slider {
	bottom: 10%;
	width: 100%;
}
.slider img {
	width: 80%;
	margin: 0 auto;
}

.slick-prev,
.slick-next {
  width: 40px!important;
  height: 40px!important;
  z-index: 10;
}
@media all and (max-width: 750px) {
  .slick-prev,
  .slick-next {
    width: 30px!important;
    height: 30px!important;
  }
}

.slick-prev:before,
.slick-next:before {
  content: '' !important;
}

.slick-prev {
  left: 15px;
  background: url('../img/arrow_left.png') no-repeat center center / contain !important;
}
.slick-next {
  right: 15px;
  background: url('../img/arrow_right.png') no-repeat center center / contain !important;
}
@media all and (max-width: 750px) {
  .slick-dots li button:before { font-size: 12px!important; }
}

