@charset "utf-8";

/* ----------------------------------------
 * Base Layout
 * ---------------------------------------- */

body {
	font-family:'ヒラギノ角ゴ Pro W3','Hiragino Kaku Gothic Pro','メイリオ',Meiryo,Osaka,'ＭＳ Ｐゴシック','MS PGothic',sans-serif;
	font-weight: 400;
	line-height: 1.8;
	color: #a0a0a0;
	font-size: 16px;
	background: #000;
	margin: 0;
	padding: 0;
}

ul,
ol,
dl {
	padding: 0;
	margin: 0;
	list-style-type: none;
}

#content1 h2,
#content1 h3,
#content1 h4,
#content1 h5,
#content1 h6,
#content1 p {
	margin-top: 0;
	padding-right: 15px;
	padding-left: 15px;
}

img {
	outline: 0;
	vertical-align: bottom;
	border: none;
}

header,
section,
footer,
aside,
nav,
article,
figure {
	display: block;
}

em {
	font-style: normal;
}

.noDisplay {
	display: none;
}

@media (max-width:769px) {
	.pc {
		display: none !important;
	}
}

@media (min-width:768px) {
	.sp {
		display: none !important;
	}
}


/* ----------------------------------------
 * anchor
 * ---------------------------------------- */

a img {
	border: none;
}
a {
	color: #42413C;
	text-decoration: underline;
	-webkit-transition: all .3s;
	transition: all .3s;
}
a:visited {
	color: #6E6C64;
	text-decoration: underline;
}
a:hover,
a:active,
a:focus {
	text-decoration: none;
}


/* ----------------------------------------
 * HEADER AREA
 * ---------------------------------------- */

header {
	background: rgba(0, 0, 0, 0.3);
	width: 100%;
	position: fixed;
	z-index: 10;
}
header .inner {
	max-width: 1000px;
	height: 65px;
	margin: 0 auto;
	position: relative;
}
header .inner #home {
	line-height: 1;
	position: absolute;
	top: 18px;
	left: 0;
}
header .inner #home img {
	width: 160px;
	height: auto;
}
header .inner #link {
	display: inline-block;
	font-size: 14px;
	line-height: 32px;
	color: #fff;
	text-align: left;
	text-decoration: none;
	padding: 0 40px 0 20px;
	box-sizing: border-box;
	background: url(../img/link-arrow.png) center right no-repeat;
	background-color: rgba(49, 49, 49, 0.8);
	border-radius: 16px;
	position: absolute;
	top: 16px;
	right: 0;
}
header .inner #link:hover {
	opacity: 0.7;
}
@media screen and (min-width:768px) and (max-width:1000px) {
	header .inner #home {
		left: 2%;
	}
	header .inner #link {
		right: 2%;
	}
}
@media screen and (max-width:768px) {
	header .inner {
		height: 32px;
	}
	header .inner #home {
		position: absolute;
		top: 5px;
		left: 2%;
	}
	header .inner #home img {
		width: 100px;
		height: auto;
	}
	header .inner #link {
		font-size: 9px;
		line-height: 20px;
		padding: 0 30px 0 10px;
		background-size: 20px 10px;
		top: 5px;
		right: 2%;
	}
}


/* ----------------------------------------
 * FOOTER AREA
 * ---------------------------------------- */

footer {
	padding: 16px 0;
	color: #ffffff;
	background: #2d2d2d;
	text-align: center;
	clear: both;
}
footer p {
	margin: 0;
	font-size: 14px;
	font-family: Arial, Helvetica, sans-serif;
}


/* ----------------------------------------
 * MAIN AREA
 * ---------------------------------------- */

.container {
	width: 100%;
	min-width: 320px;
	margin: 0 auto;
}

.container section,
.container aside {
	clear: both;
	position: relative;
	overflow: hidden;
}

#content1 {
	max-width: 1400px;
	padding: 0 0 50px;
	margin: 0 auto;
}
#content1 h2 {
	color: #fff;
	font-size: 48px;
	font-weight: normal;
	letter-spacing: 0.05em;
	line-height: 1.5;
	margin: 0 0 0.5em;
	text-align: center;
}
#content1 h2 span {
	font-size: 36px;
}
#content1 h3 {
	color: #fff;
	font-size: 36px;
	font-weight: normal;
	letter-spacing: 1em;
	line-height: 1.5;
	margin: 0 0 1em;
	text-align: center;
}
#content1 p {
}

@media screen and (min-width:768px) and (max-width:1000px) {
}
@media screen and (max-width:768px) {
	#content1 h2 {
		font-size: 28px;
		padding: 0 20px;
	}
	#content1 h2 span {
		font-size: 24px;
	}
	#content1 h3 {
		font-size: 24px;
	}
	#content1 p {
		font-size: 14px;
		padding: 0 20px;
	}
}


/* ===== MV ===== */

#mv {
}
#mv .inner {
	max-width: 1000px;
	margin: 0 auto;
	position: relative;
}
#mv .inner::after {
	content: "";
	display: block;
	padding-top: 68%;
}
#mv img {
	max-width: 100%;
	height: auto;
}
#mv #txt {
	position: absolute;
	bottom: 13%; left: 3%;
	width: 52%;
}
#mv #txt div {
	margin-top: 20px;
}
#mv #txt h1 {
	margin-top: 50px;
}
#mv #img {
	position: absolute;
	top: 0; right: 0;
	width: 60%;
}
#mv #i01,
#mv #i02,
#mv #i03 {
	position: absolute;
	top: 0; right: 0;
}
#mv #i04 {
	position: absolute;
	right: -5%;
}
#mv h1 {
	margin: 0;
}

@media screen and (min-width:768px) and (max-width:1000px) {
}
@media screen and (max-width:768px) {
	#mv .inner::after {
		content: "";
		display: block;
		padding-top: 138%;
	}
	#mv #txt {
		position: absolute;
		bottom: 4%; left: 3%;
		width: 70%;
	}
	#mv #txt div {
		margin-top: 3%;
	}
	#mv #txt h1 {
		margin-top: 5%;
	}
	#mv #img {
		position: absolute;
		top: 0; right: 0;
		width: 97%;
	}
	#mv #i01 {
		width: 100%;
	}
	#mv #img div#i04 {
		right: -10%;
		bottom: -10%;
	}
}



/* ===== Point ===== */
#point1 {
	padding-top: 5%;
	background: #000000;
	background: -moz-linear-gradient(top, #000000 60%, #292929 100%);
	background: -webkit-linear-gradient(top, #000000 60%,#292929 100%);
	background: linear-gradient(to bottom, #000000 60%,#292929 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#000000', endColorstr='#292929',GradientType=0 );
}
#point1 p {
	max-width: 820px;
	margin: 0 auto;
	margin-bottom: 2em;
}
#point1 .img {
	max-width: 1280px;
	text-align: center;
	position: relative;
	margin: 0 auto;
	opacity: 0;
}
#point1 .img img {
	max-width: 100%;
}
#point1 .img #i02 {
	position: absolute;
	right: 60%;
	top: 0;
	width: 15.62%;
	height: 100%;
	overflow: hidden;
	opacity: 0;
}
#point1 .img #i03 {
	position: absolute;
	left: 70%;
	top: 0;
	width: 15.62%;
	height: auto;
	opacity: 0;
}

@media screen and (max-width:768px) {
	#point1 {
		margin-top: 20%;
	}
	#point1 .img {
		padding-top: 14%;
	}
	#point1 .img #i01 {
		margin: 0 -20%;
	}
	#point1 .img #i02 {
		width: 26.66%;
		height: 100%;
		right: 58%;
		top: 10%;
	}
	#point1 .img #i03 {
		width: 26.66%;
		height: auto;
		left: 64%;
		top: 0;
	}
}



#point2 {
	position: relative;
}
#point2::after {
	content: "";
	display: block;
	padding-top: 48.5%;
}
#point2 .txt {
	display: block;
	position: absolute;
	width: 100%;
	max-width: 580px;
	margin:auto;
	bottom: 4%;
	left: 0;
	right: 0;
	z-index: 1;
}
#point2 .img {
	opacity: 0;
}
#point2 .img #i01 {
	position: absolute;
	right: 50%;
	top: 8%;
}
#point2 .img #i01 .s01 {
	opacity: 0;
}
#point2 .img #i01 .s00,
#point2 .img #i01 .s02,
#point2 .img #i01 .s03,
#point2 .img #i01 .s04,
#point2 .img #i01 .s05,
#point2 .img #i01 .s06,
#point2 .img #i01 .s07,
#point2 .img #i01 .s08,
#point2 .img #i01 .s09,
#point2 .img #i01 .s10,
#point2 .img #i01 .s11,
#point2 .img #i01 .s12 {
	position: absolute;
	top: 0;
	right: 0;
	opacity: 0;
}
#point2 .img #i02 {
	position: absolute;
	left: 60%;
	top: 0;
}
#point2 .img #i02 .s01 {
	opacity: 0;
}
#point2 .img #i02 .s00,
#point2 .img #i02 .s02,
#point2 .img #i02 .s03,
#point2 .img #i02 .s04,
#point2 .img #i02 .s05,
#point2 .img #i02 .s06,
#point2 .img #i02 .s07,
#point2 .img #i02 .s08,
#point2 .img #i02 .s09,
#point2 .img #i02 .s10,
#point2 .img #i02 .s11,
#point2 .img #i02 .s12 {
	position: absolute;
	top: 0;
	left: 0;
	opacity: 0;
}



@media screen and (max-width:768px) {
	#point2::after {
		content: "";
		display: block;
		padding-top: 130%;
	}
	#point2 .img #i01 {
		right: 40%;
		top: 12%;
		margin-left: -40%;
	}
	#point2 .img #i02 {
		left: 60%;
		top: 5%;
		margin-right: -60%;
	}
	#point2 .img #i01 img,
	#point2 .img #i02 img {
		width: 100%;
		height: auto;
	}
}


#point3 {
	position: relative;
}
#point3::after {
	content: "";
	display: block;
	padding-top: 48.5%;
}
#point3 .txt {
	position: absolute;
  top: 50%;
  transform: translateY(-50%);
  -webkit- transform: translateY(-50%);
	max-width: 47%;
	margin-left: 47%;
	z-index: 1;
}
#point3 .txt h2,
#point3 .txt p {
	text-align: left;
}
#point3 .img {
	opacity: 0;
}
#point3 .img #i01 {
	position: absolute;
	width: 44%;
	right: 56%;
	top: 0;
}
#point3 .img #i01 img {
	position: absolute;
	top: -180px;
	right: 0;
	max-width: 100%;
}

@media screen and (min-width:768px) and (max-width:1400px) {
	#point3::after {
		content: "";
		display: block;
		padding-top: 55%;
	}
}
@media screen and (max-width:768px) {
	#point3 {
		position: static;
		display: flex;
		flex-direction: column-reverse;
		padding: 5% 0;
	}
	#point3::after {
		content: "";
		display: none;
	}
	#point3 .txt {
		position: static;
		top: 0;
		transform: none;
		-webkit- transform: none;
		max-width: 100%;
		margin-left: 0;
		z-index: 1;
	}
	#point3 .txt h2 {
		text-align: center;
	}
	#point3 .img {
		height: 220px;
		overflow: hidden;
		margin-bottom: 2em;
	}
	#point3 .img #i01 {
		position: relative;
		width: 100%;
		right: 45%;
	}
	#point3 .img #i01 img {
		top: -80px;
		width: 55%;
	}
}



#point4 {}
#point4 .txt {
	width: 100%;
	max-width: 1000px;
	position: absolute;
	margin: auto;
	top: 8%;
	left: 0;
	right: 0;
	z-index: 1;
}
#point4 .txt h2 {
	max-width: 680px;
	text-align: left;
}
#point4 .txt p {
	max-width: 630px;
}
#point4 .img {
	max-width: 1060px;
	margin: 0 auto;
	position: relative;
	opacity: 0;
}
#point4 .img img {
	max-width: 100%;
}
#point4 .img #i02,
#point4 .img #i03 {
	position: absolute;
	top: 0; right: 0;
	opacity: 0;
}

@media screen and (min-width:768px) and (max-width:1000px) {
}
@media screen and (max-width:768px) {
	#point4 .txt {
		position: static;
		margin: 5% 0 1%;
		z-index: 1;
	}
	#point4 .txt h2 {
		text-align: center;
	}
	#point4 .img {
		overflow: hidden;
	}
	#point4 .img #i01,
	#point4 .img #i02,
	#point4 .img #i03 {
		margin-top: -60px;
		margin-left: -200px;
	}
}






/* ===== Spec ===== */
#spec {
	max-width: 1000px;
	margin: 0 auto;
	padding: 6% 20px 0;
}
#spec table {
	width: 100%;
	border-collapse: collapse;
	background-color: #2d2d2d;
	color: #ffffff;
}
#spec table caption {
	display: none;
}
#spec table th,
#spec table td {
	border: #7b7b7b 1px solid;
	text-align: center;
	font-size: 14px;
	font-weight: normal;
	line-height: 1.2;
	padding: 0.5em;
}

@media screen and (max-width:768px) {
	#spec table th,
	#spec table td {
		font-size: 10px;
	}
}







aside#contact {
	max-width: 1000px;
	margin: 0 auto;
}
aside#contact .btn {
	padding: 8% 2%;
}
aside#contact .btn a {
	display: inline-block;
	text-align: center;
	font-size: 24px;
	color: #ffffff;
	text-decoration: none;
	line-height: 1;
	padding: 1em 3em;
	border: #ffffff 2px solid;
	border-radius: 1.5em;
	vertical-align: middle;
}
aside#contact .btn a::after {
	content: "";
	display: inline-block;
	width: 30px;
	height: 17px;
	background: url(../img/link-arrow.png) no-repeat;
	background-size: contain;
	vertical-align: middle;
	margin-left: 0.5em;
}
aside#contact .btn a:hover {
	text-decoration: none;
	background-color: #333;
	opacity: 1;
}

aside#contact {
	text-align: center;
	padding: 0 20PX;
}
aside#contact ul {
	display: flex;
	flex-wrap: wrap;
	justify-content: flex-start;
	width: 100%;
	margin: 0 auto;
}
aside#contact ul li {
	vertical-align: top;
	text-align: center;
	box-sizing: border-box;
	width: 20%;
	padding: 1% 1%;
}
aside#contact a {
	text-decoration: none;
}
aside#contact a:hover {
	opacity: 0.7;
	text-decoration: underline;
}
aside#contact a img {
	max-width: 100%;
	height: auto;
}

@media screen and (max-width:768px) {
	aside#contact .btn a {
		font-size: 14px;
		padding: 1.5em 2em;
		border-radius: 2em;
	}
	aside#contact ul li {
		width: 50%;
		padding: 2%;
	}
}


/* ===== page-top ===== */
#page-top {
	position: fixed;
	bottom: 50px;
	right: 20px;
	z-index: 500;
}
#page-top a:hover {
	opacity: 0.7;
}

@media screen and (max-width:768px) {
	#page-top {
		right: 10px;
	}
	#page-top img {
		width: 40px;
		height: auto;
	}
}








/* ============================モーションスタイル============================ */
section .txt h2,
section .txt p {
	opacity: 0;	
	transform: translate(0,20px); 
	-webkit-transform: translate(0,20px);
}
section .txt.started  h2 {
	animation: fadeTxt 0.5s ease 0.2s 1 forwards;
}
section .txt.started p {
	animation: fadeTxt 0.5s ease 0.8s 1 forwards;
}


#mv #t01,#mv #t02,#mv #t03 {
	opacity:0;
}
#mv h1 {
	opacity:0;
}
#mv #i01{
	top:-350px;/*right:-500px;*/
	left: 100%;
}
#mv #i02,#mv #i03{
	top:-680px;
}
#mv #i04{
	top:680px;left:80%;
}


#point1 .img #i02 img {
	position: absolute;
	left: 100%;
	top: 0;
}
#point1 .img.started {
	animation: fade 1s ease 0.5s 1 forwards;
}
#point1 .img.started #i03 {
	animation: fade 0.5s ease 1.5s 1 forwards;
}
#point1 .img.started #i02 {
	animation: fade 0.5s ease 2s 1 forwards;
}
#point1 .img.started #i02 img {
	animation: movePrint 0.5s ease 2.5s 1 forwards;
}

#point2 .img.started {
	animation: fade 1s ease 0.5s 1 forwards;
}
#point2 .img.started #i01 .s00,
#point2 .img.started #i02 .s00 {
	animation:
	fade 0s ease 3.3s 1 forwards;
}
/*
#point2 .img.started #i01 .s01,
#point2 .img.started #i02 .s01 {
	animation:
	fadeOut 0s ease 3.3s 1 forwards;
}
#point2 .img.started #i01 .s02,
#point2 .img.started #i02 .s02 {
	animation:
	fade 0s ease 1s 1 forwards,
	fadeOut 0s ease 1.6s 1 forwards,
	fade 0s ease 1.8s 1 forwards,
	fadeOut 0s ease 2.4s 1 forwards,
	fade 0s ease 2.6s 1 forwards,
	fadeOut 0s ease 3.2s 1 forwards;
	-ms-animation:
	fade 0s ease 1s 1 forwards,
	fadeOut 0s ease 1.6s 1 forwards,
	fade 0s ease 1.8s 1 forwards,
	fadeOut 0s ease 2.4s 1 forwards,
	fade 0s ease 2.6s 1 forwards,
	fadeOut 0s ease 3.2s 1 forwards;
}
#point2 .img.started #i01 .s03,
#point2 .img.started #i02 .s03 {
	animation:
	fade 0s ease 1.2s 1 forwards,
	fadeOut 0s ease 1.6s 1 forwards,
	fade 0s ease 2s 1 forwards,
	fadeOut 0s ease 2.4s 1 forwards,
	fade 0s ease 2.8s 1 forwards,
	fadeOut 0s ease 3.2s 1 forwards;
	-ms-animation:
	fade 0s ease 1.2s 1 forwards,
	fadeOut 0s ease 1.6s 1 forwards,
	fade 0s ease 2s 1 forwards,
	fadeOut 0s ease 2.4s 1 forwards,
	fade 0s ease 2.8s 1 forwards,
	fadeOut 0s ease 3.2s 1 forwards;
}
#point2 .img.started #i01 .s04,
#point2 .img.started #i02 .s04 {
	animation:
	fade 0s ease 1.4s 1 forwards,
	fadeOut 0s ease 1.6s 1 forwards,
	fade 0s ease 2.2s 1 forwards,
	fadeOut 0s ease 2.4s 1 forwards,
	fade 0s ease 3s 1 forwards,
	fadeOut 0s ease 3.2s 1 forwards;
	-ms-animation:
	fade 0s ease 1.4s 1 forwards,
	fadeOut 0s ease 1.6s 1 forwards,
	fade 0s ease 2.2s 1 forwards,
	fadeOut 0s ease 2.4s 1 forwards,
	fade 0s ease 3s 1 forwards,
	fadeOut 0s ease 3.2s 1 forwards;
}
*/
#point2 .img.started #i01 .s01,
#point2 .img.started #i02 .s01 {
	animation:
	fade 0s ease 1s 1 forwards;
}
#point2 .img.started #i01 .s02,
#point2 .img.started #i02 .s02 {
	animation:
	fade 0s ease 1.2s 1 forwards;
}
#point2 .img.started #i01 .s03,
#point2 .img.started #i02 .s03 {
	animation:
	fade 0s ease 1.4s 1 forwards;
}
#point2 .img.started #i01 .s04,
#point2 .img.started #i02 .s04 {
	animation:
	fade 0s ease 1.6s 1 forwards;
}
#point2 .img.started #i01 .s05,
#point2 .img.started #i02 .s05 {
	animation:
	fade 0s ease 1.8s 1 forwards;
}
#point2 .img.started #i01 .s06,
#point2 .img.started #i02 .s06 {
	animation:
	fade 0s ease 2.0s 1 forwards;
}
#point2 .img.started #i01 .s07,
#point2 .img.started #i02 .s07 {
	animation:
	fade 0s ease 2.2s 1 forwards;
}
#point2 .img.started #i01 .s08,
#point2 .img.started #i02 .s08 {
	animation:
	fade 0s ease 2.4s 1 forwards;
}
#point2 .img.started #i01 .s09,
#point2 .img.started #i02 .s09 {
	animation:
	fade 0s ease 2.6s 1 forwards;
}
#point2 .img.started #i01 .s10,
#point2 .img.started #i02 .s10 {
	animation:
	fade 0s ease 2.8s 1 forwards;
}
#point2 .img.started #i01 .s11,
#point2 .img.started #i02 .s11 {
	animation:
	fade 0s ease 3.0s 1 forwards;
}
#point2 .img.started #i01 .s12,
#point2 .img.started #i02 .s12 {
	animation:
	fade 0s ease 3.2s 1 forwards;
}

#point3 .img.started {
	animation: fade 1s ease 0.5s 1 forwards;
}
#point3 .img.delighter #i01 img {
	_top: -180px;
}
#point3 .img.started #i01 img {
	animation: moveDownUp 4s ease-out 1.5s 1 forwards;
}

#point4 .img.started {
	animation: fade 1s ease 0.5s 1 forwards;
}
#point4 .img.started #i02 {
	animation: fade 0s ease 1.5s 1 forwards;
}
#point4 .img.started #i03 {
	animation: fade 0s ease 2s 1 forwards;
}


@media screen and (max-width:768px) {
	#point3 .img.started #i01 img {
		/*animation: moveDownSp 2s ease-out 1.5s 1 forwards, moveUpSp 2s ease-out 3.6s 1 forwards;*/
		animation: moveDownUpSp 4s ease-out 1.5s 1 forwards;
	}
}

/* ---------------------------------------------------- */
@keyframes fade {
  100% {
    opacity: 1;
  }
}
@keyframes fadeOut {
  100% {
    opacity: 0;
  }
}
@keyframes fadeTxt {
  100% {
		opacity: 1;
    transform: translate(0,0); 
		-webkit-transform: translate(0,0);
  }
}
@keyframes moveDown {
  100% {
    top: 0px;
  }
}
@keyframes moveUp {
  100% {
    top: -260px;
  }
}
@keyframes moveDownUp {
  50% {
    top: 0px;
  }
	100% {
    top: -260px;
  }
}
@keyframes moveDownSp {
  100% {
    top: -60px;
  }
}
@keyframes moveUpSp {
  100% {
    top: -120px;
  }
}
@keyframes moveDownUpSp {
  50% {
    top: 0px;
  }
	100% {
    top: -80px;
  }
}
@keyframes movePrint {
  100% {
    left: 0;
  }
}
