body {
	color: #222;
	font-size: 18px;
	line-height: 2;
}

img {
	width: 100%;
	max-width: 100%;
}

h1, h2, h3, h4, h5, p {
	padding: 0;
	margin: 0;
	font-weight: inherit;
}

ul, ol, dl {
	padding: 0;
	margin: 0;
	list-style: none;
}

a {
	transition: .3s all;
}

header {
	position: relative;
}

header > div {
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
}

header .sp_main {
	display: none;
}

header .fall {
	height: 700px;
	background: url(../img/fall.jpg) no-repeat top center;
	background-size: contain;
}

header .phone {
	height: 700px;
	background: url(../img/iphone.png) no-repeat top center;
	background-size: contain;
}

main {
	display: block;
	padding-top: 34%;
}

.what .inner {
	padding: 4%;
}

.corning_img {
	background: url(../img/corning_img.jpg) repeat-x center center;
	background-size: cover;
	-webkit-animation: snow 20s linear infinite;
	animation: snow 20s linear infinite;
}

@keyframes snow {
	0% {
		background-position: 0 0;
	}
	100% {
		background-position: 700px 0px;
	}
}

@-webkit-keyframes snow {
	0% {
		background-position: 0 0;
	}
	100% {
		background-position: 700px 0px;
	}
}

.corning_img .inner {
	height: 380px;
}

section h2:first-child {
	font-size: 1.6em;
	line-height: 1.4;
	text-align: center;
}

section h2:first-child strong {
	display: inline-block;
	padding-bottom: .4em;
	font-size: 2.4em;
	font-weight: 500;
	font-family: 'Bitter', serif;
}

.what .inner > p,
.made .inner > p {
	margin-top: 70px;
}

.made {}

.made .inner {
	padding: 4% 2%;
}

.made .inner > p strong {
	color: #ff0000;
	font-weight: 500;
}

.made .wrap {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	margin-top: 40px;
}

.made .wrap > div {
	width: 46%;
}

.made .wrap h3 {
	font-size: 1.6em;
}

.made .wrap h3 + p {
	line-height: 1.6;
}

.made .hard dl {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	margin-top: 60px;
	text-align: center;
	border: 1px solid #0c0c0c;
}

.made .hard dl dt,
.made .hard dl dd {
	width: 50%;
}

.made .hard dl dt {
	padding: .6em 0;
	color: #fff;
	line-height: 1.2;
	background-color: #0c0c0c;
}

.made .hard dl dt + dt {
	border-left: 1px solid #fff;
}

.made .hard dl dt small {
	font-size: .8em;
}

.made .hard dl dd {
	padding: 1.4em 0;
	font-size: 1.4em;
	line-height: 1;
}

.made .hard dl dd + dd {
	border-left: 1px solid #0c0c0c;
}

.made .hard dl dd:first-of-type {
	background-color: #ffd5ea;
}

.made .hard dl dd strong {
	display: inline-block;
	padding-left: .2em;
	font-size: 2em;
}

.made .hard dl dd:first-of-type strong {
	color: #ff0000;
}

.made .hard dl dd span {
	display: inline-block;
	color: #ff0000;
}

.made .hard dl + p small {
	font-size: .7em;
}

.made .ball .img_box {
	margin-top: 60px;
}

.made div figure {
	margin-top: 20px;
}

.made div figure figcaption {
	margin-top: 1em;
	font-size: .7em;
}

footer {
	margin-bottom: 100px;
	background: url(../img/bg_space.jpg) no-repeat top center;
	background-size: cover;
}

footer .inner {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	padding: 90px 2% 70px;
}

footer .img_box {
	width: 48%;
	background: url(../img/footer_sp_bg.png) no-repeat center center;
	background-size: contain;
}

footer .lineup {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	flex-wrap: wrap;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	width: 100%;
	padding: 0 4%;
	margin-top: 40px;
	border-top: 1px solid #000;
	border-bottom: 1px solid #000;
}

footer .lineup > div {
	width: 46%;
	margin: 30px 0;
	text-align: center;
}

footer .lineup h3 {
	font-size: 1.8em;
	font-family: 'PT Serif', serif;
	line-height: 1;
}

footer .lineup ul {
	margin-top: 20px;
}

footer .lineup ul li + li {
	margin-top: 1em;
}

footer .lineup ul li a {
	display: block;
	padding: .6em 1em;
	background-color: #333;
	border-radius: 6px;
	box-shadow: 1px 1px 4px rgba(0, 0, 0, .6);
}

footer .lineup ul li a:hover {
	color: inherit;
	background-color: transparent;
	border-color: #333;
}

footer .glass {
	width: 48%;
	text-align: center;
}

footer .glass h2 {
	margin: 0 auto;
	line-height: 3.4;
	text-align: center;
}

footer .glass h2 span {
	display: inline-block;
	width: 68%;
}

footer .glass h2 + p,
.mv h1 + p {
	margin-top: 1em;
	font-size: 1.8em;
	line-height: 1.2;
}

.mv h1 + p {
	font-size: 1.2em;
}

footer .glass h2 + p strong,
.mv h1 + p strong {
	font-weight: inherit;
	color: #e4007f;
}

footer .glass p:last-of-type {
	margin-top: 1em;
	font-size: 1.8em;
	font-family: 'PT Serif', serif;
}

footer .glass p:last-of-type small {
	display: inline-block;
	padding-right: .6em;
	font-size: .8em;
}

#pagebottom_footer {
	position: fixed;
	bottom: -30%;
	width: 100%;
	padding: 20px 0;
	background-color: #fff;
	-webkit-transition-property: bottom;
	transition-property: bottom;
	-webkit-transition-duration: .5s;
	transition-duration: .5s;
	z-index: 9999;
}

#pagebottom_footer .inner {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
}

#pagebottom_footer .logo {
	width: 21.6%;
}

#pagebottom_footer .button {
	width: 41.2%;
}

#pagebottom_footer .pkg {
	width: 20%;
}

#pagebottom_footer .inner .button a:hover img {
	opacity: .7;
}

.scroll {
	bottom: 0 !important;
}

@media screen and (max-width: 768px) {
	body {
		font-size: 16px;
		line-height: 1.8;
	}

	section h2:first-child {
		font-size: 1.2em;
		line-height: 1.2;
	}

	section h2:first-child strong {
		font-size: 1.6em;
	}

	.corning_img .inner {
		height: 120px;
	}

	.made .wrap {
		-webkit-box-pack: start;
		-ms-flex-pack: start;
		justify-content: flex-start;
		-ms-flex-wrap: wrap;
		flex-wrap: wrap;
		text-align: center;
	}

	.made .wrap > div {
		width: 100%;
	}

	.made .hard dl dt {
		font-size: .9em;
	}

	.made .hard dl dd {
		font-size: 1.2em;
	}

	.what .inner > p,
	.made .inner > p,
	.made .ball {
		margin-top: 40px;
	}

	.made .hard dl,
	.made .ball .img_box {
		margin-top: 30px;
	}

	footer {
		margin-top: 60px;
	}

	footer .inner {
		-ms-flex-wrap: wrap;
		flex-wrap: wrap;
		-webkit-box-pack: center;
		-ms-flex-pack: center;
		justify-content: center;
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		-ms-flex-flow: column nowrap;
		flex-flow: column nowrap;
		padding-top: 40px;
	}

	footer .inner > * {
		width: 66%;
		margin: auto;
	}

	footer .glass {
		margin-top: 60px;
	}

	footer .lineup {
		-ms-flex-wrap: wrap;
		flex-wrap: wrap;
		width: 90%;
		margin-top: 50px;
	}

	footer .lineup > div {
		width: 46%;
	}

	footer .lineup > div:last-of-type {
		width: 100%;
		margin-top: 50px;
	}

	footer .lineup > div ul li a {
		padding: 1em;
	}
}

@media screen and (max-width: 480px) {
	header > div {
		display: none;
	}

	header .sp_main {
		display: block;
		position: static;
	}

	main {
		padding-top: 0;
	}

	footer .inner {
		padding: 100px 4% 70px;
	}

	footer .inner > * {
		width: 100%;
	}

	footer .glass h2 {
		width: 80%;
		line-height: 2;
	}

	footer .lineup > div {
		width: 100%;
	}

	footer .lineup > div + div {
		margin-top: 50px;
	}

	#pagebottom_footer .logo {
		width: 30%;
	}

	#pagebottom_footer .button {
		width: 64%;
	}

	#pagebottom_footer .pkg {
		display: none;
	}
}