@charset "UTF-8";


/*========================================

  Elements

========================================*/


body {
	position: relative;
	background: #fff;
	color: #333;
	min-width: 1055px;
	margin: 0;
	padding: 0;
	font-family: "ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro",Osaka,"メイリオ",Meiryo,"ＭＳ Ｐゴシック",sans-serif;
	-webkit-overflow-scrolling: touch;
	        overflow-scrolling: touch;
}

html,
body {
	height: 100%;
}

body.overflowhidden {
	overflow: hidden;
	height: 100%;
}

@media screen and (max-width: 767px) {
	body {
		min-width: auto;
	}
}


p,
h1,
h2,
h3,
h4,
h5,
dt,
dd,
th,
td,
ul,
li {
	margin: 0;
	padding: 0;
}

p {
	line-height: 2em;
}

/* Link ---------------*/
a {
	color: #26b;
	text-decoration: none;
	overflow: hidden;
}

a:visited {
	color: #26b;
	text-decoration: none;
}

a:hover {
	color: #49b;
	text-decoration: underline;
}

a:focus,
textarea:focus,
input:focus {
	outline: none;
	border: none;
}

.anckerlink {
	display: block;
	margin-top: -100px;
	padding-top: 100px;
}

@media screen and (max-width: 767px) {
	.anckerlink {
		display: inline;
		margin-top: 0;
		padding-top: 0;
	}
}


img {
	vertical-align: bottom;
}

@media screen and (max-width: 767px) {
	img {
		max-width: 100%;
		height: auto;
	}
}






.hero {
	position: relative;
	text-align: center;
	background-image: url(../img/bg_dot.png);
	height: 1150px;
}
.hero .inner {
	background-image: url(../img/main_ill.png);
	background-repeat: no-repeat;
	background-position: bottom center;
	height: 1150px;
}
.hero .btn {
	position: absolute;
	top: 600px;
	left: 0;
	right: 0;
	z-index: 10;
}
.hero .ttl h1 {
	position: absolute;
	top: 80px;
	left: 0;
	right: 0;
	z-index: 20;
}
.hero .ttl p {
	position: absolute;
	bottom: 5px;
	right: 150px;
	z-index: 30;
	color: #fff;
	font-size: 12px;
}
@media screen and (max-width: 767px) {
	.hero {
		background-image: none;
		height: 100vw;
	}
	.hero .inner {
		background-image: url(../img/bg_sp.png?v2);
		background-size: 100% auto;
		background-position: top center;
		height: 109vw;
	}
	.hero .btn {
		width: 38%;
		margin: 0 auto;
		top: 60vw;
		z-index: 1000;
	}
	.hero .ttl h1 {
		top: 5vw;
	}
	.hero .ttl p {
		display: none;
	}
}


/*========================================

  main

========================================*/

main .inner {
	display: flex;
	justify-content: space-between;
	width: 1100px;
	margin: 0 auto;
	margin-top: 25px;
	margin-bottom: 50px;
}
@media screen and (max-width: 767px) {
	main .inner {
		flex-direction: column;
		width: 88%;
		margin-top: 16vw;
		margin-bottom: 8vw;
	}
}


main .order {
	position: relative;
}
main .order .bubble {
	position: absolute;
	top: -120px;
	left: 0;
}
main .order ol {
	margin: 0;
	padding: 0;
}
main .order ol li {
	font-size: 25px;
	line-height: 1em;
	list-style: none;
	margin-top: 10px;
	font-weight: bold;
}
main .order ol li span {
	font-size: 16px;
	margin-left: 25px;
}
main .order .sikaku {
	margin: 0;
	padding: 0;
	margin-top: 20px;
}
main .order .sikaku li {
	font-size: 18px;
	list-style: none;
	margin-bottom: 0.2em;
}
main .order .kome {
	margin: 0;
	padding: 0;
	margin-top: 10px;
}
main .order .kome li {
	font-size: 14px;
	list-style: none;
	margin-bottom: 0.3em;
}
@media screen and (max-width: 767px) {
	main .order .bubble {
		top: -21vw;
	}
	main .order .bubble img {
		width: 18vw;
	}
	main .order ol {
		margin-top: -3vw;
	}
	main .order ol li {
		font-size: 4vw;
		line-height: 1.3em;
		margin-top: 1vw;
		padding-left: 1em;
		text-indent: -1em;
	}
	main .order ol li span {
		font-size: 3vw;
		margin-left: 0;
	}
	main .order .sikaku {
		margin: 0;
		padding: 0;
		margin-top: 20px;
	}
	main .order .sikaku li {
		font-size: 3vw;
		padding-left: 1em;
		text-indent: -1em;
	}
	main .order .kome {
		margin-top: 3vw;
	}
	main .order .kome li {
		font-size: 2.9vw;
		padding-left: 1em;
		text-indent: -1em;
	}
}


main .fb {
	width: 430px;
	text-align: center;
}
main .fb p {
	color: #fff;
	text-align: center;
	background-image: url(../img/bg_ore.png);
	background-repeat: no-repeat;
	background-position: top center;
	padding-top: 8px;
	height: 50px;
}
@media screen and (max-width: 767px) {
	main .fb {
		width: 100%;
		margin-top: 5vw;
	}
	main .fb p {
		font-size: 3.3vw;
		background-image: url(../img/bg_ore.png);
		background-size: 100% auto;
		min-height: 9vw;
		padding-top: 1.8vw;
		height: auto;
	}
	main .fb iframe {
		width: 100%;
		max-width: 100%;
		margin-top: 2vw;
	}
}


/*========================================

  footer

========================================*/

footer {
	width: 1100px;
	margin: 0 auto;
	text-align: center;
	border-top: 1px solid #000;
	padding: 20px 0;
}
@media screen and (max-width: 767px) {
	footer {
		width: 90%;
	}
	footer img {
		width: 35%;
	}
}
