html,body{
	margin: 0;
	padding: 0;
	-webkit-text-size-adjust: 100%;
}
input, textarea, select{
	background-color: white;
	border-radius: 5px;
	font-size: large;
}
img{
	max-width: 100%;
	height: auto;
}
main{
	background: white;
	color: black;
}
h1{
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 70px;
	font-family: "Jun 501";
	color: black;
	text-shadow:
		 2px  2px 0px white,
		-2px  2px 0px white,
		 2px -2px 0px white,
		-2px -2px 0px white,
		 2px  0px 0px white,
		 0px  2px 0px white,
		-2px  0px 0px white,
		 0px -2px 0px white;
	backdrop-filter:blur(40px);
	-webkit-backdrop-filter:blur(40px);
	z-index: 2;
}
h2{
	width: 100%;
	font-family: "Jun 201";
	text-align: center;
	color: black;
}
#hd-title01{
	position: relative;
	top: 10px;
	left: 20px;
}
#section01{
	position: relative;
	z-index: 1;
}
#h2-title01{
	position: absolute;
	top: 100px;
	color: black;
}
#contents01{
	position: relative;
	top: 300px;
	width: 100%;
}
#btn-top{
	position: fixed;
	top: 75px;
	right: 240px;
	font-size: 80%;
}
#btn-top a{
	background: #080126;
	color: white;
	width: 100px;
	padding: 15px 0;
	text-align: center;
	display: block;
	border-radius: 10px;
}
#btn-top a:hover{
	background: #999;
}
#btn-before{
	position: fixed;
	top: 75px;
	right: 130px;
	font-size: 80%;
}
#btn-before a{
	background: #080126;
	color: white;
	width: 100px;
	padding: 15px 0;
	text-align: center;
	display: block;
	border-radius: 10px;
}
#btn-before a:hover{
	background: #999;
}
#btn-next{
	position: fixed;
	top: 75px;
	right: 20px;
	font-size: 80%;
}
#btn-next a{
	background: #080126;
	color: white;
	width: 100px;
	padding: 15px 0;
	text-align: center;
	display: block;
	border-radius: 10px;
}
#btn-next a:hover{
	background: #999;
}
#bg-choise{
	background-image: url("/img/choisebg.jpg");
	top: 0px;
	height: 100vh;
}
#bg-uppic{
	background-image: url("/img/uppicbg.jpg");
	top: 0px;
	height: 100vh;
}
#bg-message{
	background-image: url("/img/messagebg.jpg");
	top: 0px;
	height: 100vh;
}
#bg-upvo{
	background-image: url("/img/upvobg.jpg");
	top: 0px;
	height: 100vh;
}
#bg-order{
	background-image: url("/img/orderbg.jpg");
	top: 0px;
	height: 100vh;
}
.bg-section{
	position: absolute;
	left: 0px;
	width: 100%;
	background-repeat: no-repeat;
	background-position: center center; 
	-webkit-background-size: cover;
		 -o-background-size: cover;
			background-size: cover;
}
.box1{
	padding: 8px 19px;
	margin: 2em 0;
	color: black;
	background: rgba(204,204,255,0.3);
	border-top: solid 3px black;
	border-bottom: solid 3px black;
}
.box1 p {
	margin: 0; 
	padding: 0;
}
.box2 {
    position: relative;
    margin: 0 auto;
    padding: 5px 0;
    border: solid 2px #8c65ff;
}
.box2 .box-title {
    position: absolute;
    display: inline-block;
    top: -27px;
    left: -3px;
    padding: 0 9px;
    height: 25px;
    line-height: 25px;
	font-family: "Jun 201";
    font-size: 17px;
    background: #8c65ff;
    color: white;
    font-weight: bold;
    border-radius: 5px 5px 0 0;
}
.box2 p {
	font-family: "Jun 201";
	font-size: 80%;
	text-align: center;
    color: black;
    margin: 0; 
    padding: 0;
}
.contents{
	font-family: "Hiragino Maru Gothic W4 JIS2004";
	font-size: 110%;
	font-weight: 500;
}
