@charset "utf-8";
/* CSS Document */

html {
	font-size: 62.5%;
}
body {
	font-family:"游ゴシック Medium",YuGothic,YuGothicM,"Hiragino Kaku Gothic ProN","Hiragino Kaku Gothic Pro",メイリオ,Meiryo,sans-serif;
	font-size: 1.6rem;
	margin: 0;
	background: #fff;
}
h1, figure {
	margin: 0;
}
img {
	vertical-align:bottom;
}
p {
	line-height: 2;
}
a {
	text-decoration: none;
}
#wrapper {
	max-width: 1000px;
	width: 100%;
	margin: 0 auto;
	/* padding-bottom: 220px; */
}
#wrapper img {
	width: 100%;
}

.youtube {
	position: relative;
	width: 100%;
	padding-top: 56.25%;
}
	.youtube iframe {
		position: absolute;
		top: 0;
		right: 0;
		width: 100% !important;
		height: 100% !important;
	}

.relate_object {
	position: relative;
}
.absol_object {
	position: absolute;
}

.relate_object_voice01 .absol_object {
	top: 3%;
    right: 0;
    left: 0;
    margin: auto;
    width: 86%;
}
.relate_object_voice01 .absol_object>video {
	width: 100%;
	height: auto;
}
.relate_object_howto .absol_object {
	top: 12%;
    right: 0;
    left: 0;
    margin: 0 0 0 7vw;
    width: 70%;
}

.hide-box {
	position: relative;
	background: #fcd9d3;
}
.hide-box__prev {
	margin-bottom: 10vw;
}
.hide-box__text {
	background: linear-gradient(rgba(252, 217, 211, 0) 0%, #fcd9d3 54%);
	padding: 15vw 0 2vw;
	position: absolute;
	bottom: 0;
    left: 0;
    width: 100%;
    display: flex;
    flex-wrap: nowrap;
    align-items: end;
    justify-content: center;
}
.hide-box__text.close {
	display: none;
}
.hide-box__text>p {
	background: #fcd9d3;
	color: #534F2A;
	line-height: 1.56;
	font-weight: 700;
	text-align: center;
	margin: 0 auto !important;
	padding: 12px 24px;
	font-size: 24px;
	border: 1px solid #534F2A;
	border-radius: 6px;
	width: 30%;
}
.hide-box__pic {
	display: none;
}
	
.btn {
	display: none;
	text-align: center;
	vertical-align: middle;
	text-decoration: none;
	width: 96%;
	max-width: 960px;
	margin: auto;
	padding: 1em 4rem;
	font-weight: bold;
	border-radius: 0.3rem;
	border-bottom: 7px solid #1b9c2f;
	background: #3dc251;
	color: #fff;
	box-sizing: border-box;
	position: fixed;
	right: 0;
	left: 0;
	bottom: 2%;
	z-index: 1;
	transition: .3s;
}
a.btn:hover {
	margin-top: 6px;
	border-bottom: 1px solid #1b9c2f;
	color: #fff;
}

/* iOSでのデフォルトスタイルをリセット */
input[type="submit"],
input[type="button"] {
	border-radius: 0;
	-webkit-box-sizing: content-box;
	-webkit-appearance: button;
	appearance: button;
	border: none;
	box-sizing: border-box;
	cursor: pointer;
}
input[type="submit"]::-webkit-search-decoration,
input[type="button"]::-webkit-search-decoration {
  	display: none;
}
input[type="submit"]::focus,
input[type="button"]::focus {
  	outline-offset: -2px;
}

.formBox {
    background: #a48977;
    padding: 3em;
    font-family: "Gilda Display", serif;
    font-size: 1.6rem;
    position: relative;
    z-index: 1;
	display: none;
}
.formBox label {
    margin-right: 1em;
    display: inline-block;
}
.formBox input,
.formBox select,
.formBox textarea {
    padding: 0.5em;
    border-radius: 5px;
	box-sizing: border-box;
}
.formBox input[type="text"],
.formBox textarea {
    max-width: 500px;
    width: 100%;
}
.formBox .submit {
    text-align: center;
}
.formBox input[type="submit"] {
    width: 64%;
    margin: 2em auto;
    padding: 2em;
	background: #eee;
	color: #000;
}
.formBox h2, .formBox h3, .formBox h4, .formBox p {
    color: #fff;
}
.formBox h2 {
    text-align: center;
}
.formBox h3 {
    margin-top: 1.6em;
    font-size: 1.1em;
}
.formBox h4 {
    margin-top: 1.6em;
}
.formBox p {
    font-size: 1.4rem;
}
.formBox p.attention, span.attention {
    color: #db0000;
}
.formBox p.attention {
    text-align: center;
    font-weight: bold;
    margin-bottom: 2em;
}
.formBox p span.attention {
    font-size: 1.6rem;
    font-weight: bold;
}

footer {
	background: #000;
	position: relative;
    z-index: 1;
}
	footer p {
		color: #fff;
		text-align: center;
		margin: 0;
		padding: 1em 0;
		font-size: .8em;
	}
  
.sp { display: none; }

@media screen and (max-width: 767px) {
	.pc { display: none; }
	.sp { display: inherit; }
	.split01 { background: #fff; }
	.split02 { background: #faf1dd; }

	.hide-box__text>p {
		padding: 10px 24px;
		font-size: 12px;
	}
}