@charset 'UTF-8';
html {
	font-size: 62.5%;
	/* sets the base font to 10px for easier math */
	-webkit-font-smoothing: antialiased;
}
body {
	position: relative;
	font-family: "Noto Sans JP", sans-serif;
	font-size: 16px;
	font-weight: 400;
	color: #060001;
	-webkit-text-size-adjust: 100%;
	word-wrap: break-word;
	overflow-wrap: break-word;
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
}
.mincho {
	font-family: "Noto Serif JP", serif;
	font-weight: 400;
	color: #040000;
}
*,
*::before,
*::after {
	box-sizing: border-box;
}
a {
	color: inherit;
}
span {
	font-weight: inherit;
	line-height: inherit;
}
img {
	max-width: 100%;
	vertical-align: bottom;
}
.mode_pc,
.mode_sp_s,
.mode_pc_w {
	display: none;
}
.mode_sp {
	display: block;
}
a.tellink {
	pointer-events: auto;
	cursor: pointer;
}
.t-center {
	text-align: center;
}
.t-right {
	text-align: right;
}
.t-left {
	text-align: left;
}
.bold {
	font-weight: 900;
}
@media screen and (min-width: 769px) {
	a,
	.mover {
		transition: opacity 0.2s ease-out;
		backface-visibility: hidden;
		zoom: 1;
	}
	a:hover,
	.mover:hover {
		opacity: 0.8;
	}
	a[href^="tel:"] {
		pointer-events: none;
	}
	a.tellink {
		pointer-events: none;
	}
	.mode_pc {
		display: block;
	}
	.mode_sp,
	.mode_sp_s {
		display: none;
	}
}
@media screen and (min-width: 1000px) {
	.mode_pc_w {
		display: block;
	}
}
@media screen and (max-width: 420px) {
body {
	font-size: 14px;
	}
	.mode_sp_s {
		display: block;
	}
}
@media screen and (max-width: 320px) {
body {
	font-size: 13px;
	}
}
/* アコーディオン開閉JS用 */
.accordionWrap dd {
    display: none;
}
.accordionWrap dt {
	cursor: pointer;
}

/*--------------------------
フッター
----------------------------*/
footer {
	background-color: #e8e9dc;
	padding: 40px 0 30px;
}
@media screen and (min-width: 769px) {
	footer {
		background-color: #e8e9dc;
		padding: 70px 0 30px;
	}
}
@media screen and (max-width: 768px) {
	.input footer {
		margin-bottom: 62px;
	}
}
footer .logo {
	margin: 0 auto;
	width: 40px;
	height: 80px;
}
@media screen and (min-width: 769px) {
	footer .logo {
		margin: 0 auto;
		width: 78px;
		height: 145px;
	}
}
footer .copyright {
	margin-top: 10px;
	font-size: 12px;
	text-align: center;
}
@media screen and (min-width: 769px) {
	footer .copyright {
		margin-top: 30px;
	}
}
/* pagetop */
.pagetop {
	/*display: none;*/
	position: fixed;
	z-index: 10;
	bottom: 0;
	right: 0;
	width: 35px;
	height: 130px;
	background-color: rgba(161, 204, 86, .8);
	color: #fff;
}
.pagetop div {
	display: block;
	cursor: pointer;
}
.pagetop .btnarrow {
	position: relative;
	color: #fff;
	padding-left: 15px;
	text-decoration: none;
	outline: none;
}
.pagetop .btnarrow p {
	color: #fff;
	font-size: 14px;
	/*アルファベット縦書き*/
	-ms-writing-mode: tb-rl;
	-webkit-writing-mode: vertical-rl;
			writing-mode: vertical-rl;
	text-orientation: upright;
	padding-top: 60px;
}
.pagetop .btnarrow:before {
	content: "";
	position: absolute;
	top: 20px;
	left: 10px;
	width: 1px;
	height: 95px;
	background: #fff;
	-webkit-transition: all 0.3s;
	transition: all 0.3s;
}
.pagetop .btnarrow:after {
	content: "";
	position: absolute;
	top: 23px;
	left: 9px;
	width: 12px;
	height: 1px;
	background: #fff;
	-webkit-transform: rotate(45deg);
			transform: rotate(45deg);
	-webkit-transition: all 0.3s;
	transition: all 0.3s;
}
.pagetop .btnarrow:hover:before {
	top: 10px;
}
.pagetop .btnarrow:hover:after {
	top: 13px;
}
.pagetop.stop {
	position: absolute;
	bottom: 0;
}
/*---------------------------------
 フォーム関連
---------------------------------*/
/* フォームリセット */
input,
button,
select,
textarea {
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	background: transparent;
	border: none;
	border-radius: 0;
	font: inherit;
	outline: none;
}
textarea {
	resize: vertical;
}
input[type=checkbox],
input[type=radio] {
	display: none;
}
input[type=submit],
input[type=button],
label,
button,
select {
	cursor: pointer;
}
select::-ms-expand {
	display: none;
}
article, aside, details, figcaption, figure,
footer, header, menu, nav, section, main, canvas {
	display: block;
}
.form .inner {
	padding-top: 3em;
}/*
.formWrap {
	margin-top: 40px;
}
@media screen and (min-width: 769px) {
	.form .inner {
		padding-bottom: 80px;
		max-width: 1080px;
	}
}*/
/*----------------------------
お問い合わせ
----------------------------*/
.form .inner {
	text-align: left;
}
.form p,
.form span,
.form .table_wrap,
.form .input_t-normal,
.form .input_t-area,
.form .input_t-inner {
	font-size: 18px;
	line-height: 1.4;
}
.form .title_brackets {
	margin-bottom: 60px;
}
.form .title_brackets span::before {
	left: -45px;
}
.form .title_brackets span::after {
	right: -45px;
}
.form .table {
	margin: 0 50px;
	width: auto;
}
.form .table_wrap {
	border-top: 2px solid #f6f5e9;
	padding-top: 1em;
	padding-bottom: 1em;
}
.form .table_wrap::after,
.form .table_wrap::before {
	content: none;
}
.form .table_title {
	line-height: 2.25;
	-webkit-box-flex: 1;
	-ms-flex: 1 0 /*280*/250px;
	flex: 1 0 /*280*/250px;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	font-weight: 500;
}
.form .table_title.multi_line {
	line-height: 1.75;
}
.form .table_title .ib {
	/*font-weight: 500;*/
	font-size: 90%;
}
.form .table_doc {
	word-break: break-all;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	-webkit-box-flex: 0;
	-ms-flex: 0 1 100%;
	flex: 0 1 100%;
}
.form .multi_line + .table_doc {
	margin-top: 1em;
}
.form .multi_line + .table_doc p {
	margin-bottom: 1em;
}
.form .table_doc .flex {
	display: flex;
	flex-wrap: wrap;
}
.form .required {
	font-size: 12px;
	color: #fff;
	line-height: 1;
	float: right;
	margin-top: 6px;
	padding: 6px 8px 7px;
	display: inline-block;
	background-color: #a1cc56;
}
.form .optional {
	font-size: 12px;
	color: #fff;
	line-height: 1;
	float: right;
	margin-top: 6px;
	margin-left: 5px;
	padding: 6px 8px 7px;
	display: inline-block;
	background-color: #959581;
}
.form .replace {
	color: #999999;
	letter-spacing: 0;
	margin-top: 5px;
	display: inline-block;
	line-height: 1.2;
	font-size: 90%;
}
.form .text_normal p {
	display: inline-block;
}
.form .text_normal .input_t-normal {
	width: 100%;
}
.form .text_short p {
	display: inline-block;
}
.form .text_short .input_t-normal {
	width: 31%;
}
.form .text_long .input_t-normal {
	width: 100%;
}
.form .text_long .input_t-area {
	resize: vertical;
	width: 100%;
}
.form .input_check .input_text_area {
	display: inline-block;
	font-size: 90%;
}
.form .input_t-normal {
	background-color: #f2f2ed;
	border: none;
	color: #000000;
	font-size: 18px;
	line-height: 1.75;
	padding: 5px 10px;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}
.form .input_t-area {
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	background-color: #f2f2ed;
	border: none;
	color: #000000;
	font-size: 18px;
	line-height: 1.75;
	padding: 5px 10px;
}
.form .input_t-inner {
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	font-size: 18px;
	padding: 1px 5px;
	-webkit-transition: all 0.2s ease-out;
	transition: all 0.2s ease-out;
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
	zoom: 1;
	background-color: #f3f2f0;
}
.form .input_t-inner:focus {
	background-color: #fff;
}
.form .input_t-inner.innerw100 {
	width: 90%;
}
.form .other {
	display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    align-items: center;
}
.form .other span input {
	max-width: 200px;
}
.form .agreeWrap {
	text-align: center;
	margin-bottom: 25px;
}
.form .btn_zip {
	margin-left: 18px;
	border-radius: 3px;
	border: 1px solid #340008;
	color: #340008;
	padding: 11px 12px 11px;
	line-height: 1;
	font-weight: 500;
}
.form .btn_area {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
}
.form .btn_area .form_btn {
	margin: 0;
	width: 48%;
}
.form .form_btn {
	max-width: 400px;
	width: 90%;
	margin: auto;
	background-color: #a1cc56;
	border-radius: 50px;
	position: relative;
}
.form .form_btn::after {
	content: "";
	position: absolute;
	right: 30px;
	top: 50%;
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
	width: 0;
	height: 0;
	border-width: 6px 0 6px 7px;
	border-color: transparent transparent transparent #ffffff;
	border-style: solid;
}
.form .form_btn .btn_submit {
	width: 100%;
	display: block;
	position: relative;
	text-align: center;
	padding: 22px 20px 22px;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	font-weight: 600;
	color: #fff;
	line-height: 1;
}
.form .form_btn .btn_submit:disabled {
	background-color: #ccc;
	border-radius: 50px;
}
.form .form_btn.back {
	background: #dbdcdc;
}
.form .form_btn.back .btn_submit {
	color:#666464;
}
.form .form_btn.back::after {
	display: none;
}
.form .form_btn.download_btn {
	background: #e06619;
	text-align-last: center;
	margin-top: 50px;
}
.form .form_btn.download_btn:after {
	display: none;
}
.form .finish .message .download .form_btn.download_btn {
    margin: 25px auto 0;
}
.form .error_area {
	padding: 1em 0 ;
	margin: 1em auto;
	background-color: #eb2f59;
}
.form .error_mes {
	color: #fff;
	text-align: center;
	font-weight: 700;
	font-size: min(4.5vw,20px);
	line-height: 2;
}
.form p.error_text {
	display: block;
	color: #ea1548;
	font-weight: 800;
	font-size: 90%;
	line-height: 2;
}
@media screen and (min-width: 769px) {
	.form p,
	.form span,
	.form .table_wrap,
	.form .input_t-normal,
	.form .input_t-area,
	.form .input_t-inner {
		font-size: 16px;
		line-height: 1.4;
		font-weight: 400;
	}
	.form .table_wrap {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		padding-top: 0;
		padding-bottom: 0;
	}
	.form .required,
	.form .optional {
		font-size: 15px;
	}
	.form .table_doc,
	.form .table_title {
		padding: 30px 0.7vw;
	}
	.confirm.form .table_doc{
		margin-top: 8px;
	}
	.form .table_title .pc-fl {
		width: 80%;
	}
	.form .table_title .ib {
		display: block;
	}
	.form .input_t-inner.innerw100 {
		width: 93%;
	}
	.form .multi_line + .table_doc {
		margin-top: 0.5em;
	}
	.form .input_check .input_text_area {
		padding-left: 20px;
	}
	.form .agreeWrap {
		margin-bottom: 50px;
	}
	.form .form_btn .btn_submit {
		font-size: 120%;
	}
	/*.form .error_area {
		padding: 20px;
		margin-bottom: 50px;
		border-radius: 20px;
		background-color: #fd7e02;
	}*/
	.form .error_area {
		padding: 1em 0 ;
	}
}
@media screen and (min-width: 1000px) {
	.form .text_normal .input_t-normal {
		width: 63%;
	}
}
@media screen and (max-width: 428px) {
	.form p,
	.form span,
	.form .table_wrap,
	.form .input_t-normal,
	.form .input_t-area,
	.form .input_t-inner {
		font-size: 16px;
	}

	.form input:not([type="submit"]),
	.form textarea {
		margin-top: 5px;
	}
	.form .agreeWrap {
		text-align: left;
		margin-bottom: 25px;
		text-indent: -1.5em;
		padding-left: 1.5em;
		line-height: 1.6;
	}
}
/*横１行用*/
.form .input_check.table_wrap.wid .table_doc {
	text-align: center;
}
@media screen and (min-width: 769px) {
	.form .input_check.table_wrap.wid .table_doc {
		text-align: left;
	}
}
.form .input_t-area,
.form .input_t-normal {
	border: 1px solid #cccccc;
	border-radius: 3px;
	background-color: #f2f2ed;
}
.form .input_t-area:focus,
.form .input_t-normal:focus {
	background-color: #fff;
	border: 1px solid #ccc;
}
.form :invalid{
	background: #ffc8c8;
}
/*ラジオボタン装飾*/
.form input[type="radio"] {
	appearance: none;
	display: none;
	opacity: 0;
	width: 1px;
	position: absolute;
	height: 1px;
}
.form input[type="radio"] + span {
	position: relative;
	display: inline-block;
	vertical-align: middle;
	cursor: pointer;
	padding-left: 23px;
	border-radius: 4px;
	/*margin: 10px 1em 15px 0;*/
	margin: 0 1em 0 0;
}
.form .table_doc .flex input[type="radio"] + span {
	/*margin: 10px 1em 15px 0;*/
	margin: 10px 0.5em 15px 0;
}
.form input[type="radio"] + span::before,
.form input[type="radio"] + span::after {
	position: absolute;
	content: "";
	display: block;
	border-radius: 50%;
	top: 0;
	bottom: 0;
	margin: auto 10px auto 0;
	box-sizing: border-box;
}
.form input[type="radio"] + span::before {
	width: 16px;
	height: 16px;
	background: #f2f2ed;
	border: 1px solid #cccccc;
	left: 0;
}
.form input[type="radio"] + span::after {
	width: 8px;
	height: 8px;
	background: #E9F4F9;
	left: 4px;
	opacity: 0;
}
.form input[type="radio"]:checked + span::before {
	background-color: #ffffff;
}
.form input[type="radio"]:checked + span::after {
	background: #a1cc56;
	opacity: 1;
}
.form input + span.uni {
	vertical-align: middle;
	padding-left: 10px;
}
@media screen and (min-width: 769px) {
	.form input[type="radio"] + span {
		padding-left: /*34*/30px;
		margin-right: 2em;
	}
	.form input[type="radio"] + span::before {
		width: 24px;
		height: 24px;
	}
	.form input[type="radio"] + span::after {
		width: 12px;
		height: 12px;
		left: 6px;
	}
}
/*チェックボックス装飾*/
.form .checkbox_label {
	position: relative;
	padding-left: 23px;
}
.form .checkbox_label::before {
	content: "";
	display: inline-block;
	position: absolute;
	left: 0;
	top: 4px;
	width: 16px;
	height: 16px;
	border-radius: 3px;
	background-color: #f3f2f0;
	-webkit-transition: all 0.2s ease-out;
	transition: all 0.2s ease-out;
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
	zoom: 1;
	border: 1px solid #ccc;
}
.form .checkbox_label::after {
	content: "";
	display: inline-block;
	position: absolute;
	left: 5px;
	top: 6px;
	height: 11px;
	width: 6px;
	-webkit-transform: rotate(45deg);
	transform: rotate(45deg);
	border-bottom: 3px solid #f3f2f0;
	border-right: 3px solid #f3f2f0;
}
.form .checkbox:checked + .checkbox_label::before {
	background-color: #ffffff;
}
.form .checkbox:checked + .checkbox_label::after {
	border-bottom: 3px solid #a1cc56;
	border-right: 3px solid #a1cc56;
}
@media screen and (min-width: 769px) {
	.form .checkbox_label {
		padding-left: 32px;
	}
	.form .checkbox_label::before {
		left: 0;
		top: 0;
		width: 24px;
		height: 24px;
	}
	.form .checkbox_label::after {
		left: 9px;
		top: 3px;
		height: 16px;
		width: 8px;
	}
}
@media screen and (max-width: 428px) {
	.form .checkbox_label::before {
		top: 0;
	}
	.form .checkbox_label::after {
		top: 2px;
	}
}
/*privacy*/
.form .form_privacy {
	margin-top: 60px;
	border: 1px solid #e8e9dc;
}
.form .form_privacy .privacy_wrap {
	padding: 20px 5px;
	margin: 0;
	background: #fff;
}
.form .form_privacy .inner {
	padding: 10px 20px 20px 20px;
	width: auto;
	overflow: auto;
	max-height: 260px;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}
.form .form_privacy .inner::-webkit-scrollbar {
	width: 10px;
}
.form .form_privacy .inner::-webkit-scrollbar-track {
	-webkit-box-shadow: inset 0 0 0 6px #f3f2f0;
	box-shadow: inset 0 0 0 6px #f3f2f0;
}
.form .form_privacy .inner::-webkit-scrollbar-thumb {
	background-color: #a1cc56;
	border-radius: 10px;
	-webkit-box-shadow: 0 0 0 #a1cc56;
	box-shadow: 0 0 0 #a1cc56;
}
.form .form_privacy .privacy_title {
	font-size: 18px;
	letter-spacing: 0.1em;
	font-weight: 600;
	margin-bottom: 1em;
}
.form .form_privacy .privacy_read,
.form .form_privacy dt,
.form .form_privacy dd {
	font-size: 14px;
	line-height: 1.6;
	letter-spacing: 0;
}
.form .form_privacy .privacy_read {
	margin-bottom: 1em;
}
.form .form_privacy dt {
	font-weight: 600;
}
.form .form_privacy dd {
	margin-bottom: 1em;
}
@media screen and (min-width: 769px) {
	.form .form_privacy .privacy_wrap {
		padding: 32px 20px;
	}
	.form .form_privacy .privacy_title {
		font-size: 20px;
	}
	.form .form_privacy .privacy_read,
	.form .form_privacy dt,
	.form .form_privacy dd {
		font-size: 16px;
		line-height: 1.6;
		letter-spacing: 0;
	}
}
/*確認画面*/
.form .confirm_area {
	padding: 20px;
	margin-bottom: 30px;
	border-radius: 20px;
	background-color: #ffffff;
	border: 2px solid #a1cc56;
}
.form .confirm .d_block {
	line-height: normal;
}
.form .confirm p + p {
	margin-top: 20px;
}
.form .confirm_mes {
	text-align: left;
	font-weight: 500;
	font-size: 15px;
}
@media screen and (min-width: 769px) {
	.form .confirm_area {
		margin-bottom: 50px;
	}
	.form .confirm_mes {
		text-align: center;
		font-size: 18px;
	}
}
/*完了画面*/
.form .finish {
}
.form .finish .message {
	margin-bottom: 2em;
}
.form .finish .message .title01 {
	margin-bottom: 1em;
	text-align: center;
	font-size: min(5.6vw, 33px);
	line-height: 2;
}
.form .finish .message .download {
	margin: 30px auto;;
}
.form .finish .message .download p {
	margin-top: 0;
	font-weight: 500;
}
.form .finish .title {
	line-height: 1.2;
	font-size: 24px;
	font-weight: 700;
	margin-bottom: 30px;
}
.form .finish .download .title {
    -moz-text-align-last: center;
    text-align-last: center;
}
.form .finish .note{
	margin-top: 25px;
}
.form .finish .address {
	text-align: left;
	margin: 0 auto 30px auto;
	padding: 30px 30px;
	border-radius: 20px;
	background-color: #f3f2f0;
	max-width: 550px;
	font-weight: 500;
	color: #340008;
}
.form .finish .button_area a {
	margin: auto;
	background-color: #3fa840;
	display: block;
	position: relative;
	text-align: center;
	max-width: 400px;
	padding: 18px 20px 14px;
	border-radius: 50px;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	color: #fff;
	line-height: 1.8;
}
.form .finish .button_area a::after {
	content: "";
	position: absolute;
	right: 30px;
	top: 50%;
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
	width: 0;
	height: 0;
	border-width: 6px 0 6px 7px;
	border-color: transparent transparent transparent #fff;
	border-style: solid;
}
.form .finish p,
.form .finish li {
	font-size: 14px;
	line-height: 1.75;
}
.form .finish li {
	font-weight: 500;
}
@media screen and (min-width: 769px) {
	.form .finish {
		text-align: center;
	}
	.form .finish .message{
		text-align-last: center;
		margin-bottom: 50px;
	}
	.form .finish .address {
		padding: 30px 50px;
		margin-bottom: 70px;
	}
	.form .finish p,
	.form .finish li {
		font-size: 18px;
	}
}
/* -------------------------------------
　LPトップ：問い合わせの注意書き
----------------------------------------*/
.contactAttention {
	text-align: center;
	margin: 0 auto;
	/*width: 85%;*/
}
.contactAttention p {
	margin: 15px 0;
	font-size: 16px;
	line-height: 1.5;
	font-weight: 600;
	text-align: center;
	color: #776a3a;
}
.contactAttention .atn02 dd > span {
	font-size: 100%;
}
.contactAttention .atn01 {
	font-weight: 600;
	/*font-size: 16px;*/
	line-height: 1.5;
	margin-bottom: 2em;
}
.contactAttention .atn01 dt,
.contactAttention .atn01 dd {
	line-height: 1.5;
	color: #776a3a;
}
.contactAttention .atn01 dt {
	margin-bottom: 0.5em;
}
@media screen and (min-width: 769px) {
	.contactAttention p {
		font-size: 18px;
	}
	.contactAttention .atn01{
		font-size: 17px;
	}
}
@media screen and (max-width: 320px) {
	.contactAttention .atn01 {
		font-size: 12px;
	}
}
/*問い合わせ内容下の注意書き用*/
.contactAttention .atn02 {
	border: 1px dashed #e06619;
	padding: 0.5em 1em;
}
.table_doc .contactAttention .atn02 {
	text-align: left;
}
.contactAttention .atn02 dt {
	color: #e06619;
	line-height: 1.7;
	font-weight: 600;
	margin-bottom: 0.2em;
	font-size: min(4vw, 18px);
}
.contactAttention .atn02 dd {
	line-height: 1.7;
	font-weight: 400;
	font-size: 90%;
}
.contactAttention .atn02 dd > p {
	font-size: min(4.5vw, 28px);
}
.contactAttention .atn02 dd > span {
	font-size: min(3vw, 16px);
}
.contactAttention .atn02 + .atn01 {
	margin-top: 1em;
}
/*---------------------------------
　LPトップ：PCスクロール追尾用
---------------------------------*/
.scroll-btn.open{
	opacity: 1;
	visibility: visible;
}
.scroll-btn {
	transition: all .5s;
	opacity: 0;
	visibility: hidden;
	z-index: 200;
	position: fixed;
	bottom: 40px;
	right: 0;
	max-width: 300px;
}
/*-------------------------右下バナー用*/
#lp-side {
	background-color: #000;
}
#lp-side a:hover {
	opacity: 0.95;
}
#lp-side.scroll-btn .scroll-btn_Wrap{
	transform: translate(100%, 0%);
	transition: all 1s;
}
#lp-side.scroll-btn.open .scroll-btn_Wrap{
	transform: translate(0%, 0%);
}
#lp-side.scroll-btn .bottom-btn {
	overflow: hidden;
	border-radius: 3px;
	background-color: #fff;
	box-shadow: 1px 1px 10px rgba(0, 0, 0, 0.2);
	line-height: 1;
	display: block;
}
[data-izimodal-open=".iziModal"] {
	cursor: pointer;
}
#lp-side.scroll-btn .close{
	position: absolute;
	top: 3px;
	right: 3px;
	background-color: #f3f2f0;
	border-radius: 50%;
	width: 35px;
	height: 35px;
	cursor: pointer;
}
#lp-side.scroll-btn .close::before,
#lp-side.scroll-btn .close::after{
	content: "";
	display: block;
	position: absolute;
	width: 16px;
	height: 2px;
	background-color: #340008;
}
#lp-side.scroll-btn .close::before{
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%) rotate(45deg);

}
#lp-side.scroll-btn .close::after{
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%) rotate(-45deg);
}
@media screen and (max-width: 767px){
	#lp-side.scroll-btn {
		display: none;
	}
}
/*---------------------------------
　LPトップ：スマホフッター追尾TEL
---------------------------------*/
@media screen and (max-width: 768px) {
	#lp #lp-telArea_sp {
		position: fixed;
		z-index: 19;
		bottom: 0;
		width: 100%;
		left: 50%;
		-webkit-transform: translateX(-50%);
		        transform: translateX(-50%);
		text-align: center;
		background-color: rgba(255, 255, 255, 1.0);
		padding: 10px;
		display: block;
	}
	#lp #lp-telArea_sp ul {
		display: flex;
		justify-content: center;
		align-items: stretch;
		margin: 0 auto;
		max-width: 500px;
	}
	#lp #lp-telArea_sp li {
		/* height: 50px; */
		display: flex;
		align-items: center;
	}
	#lp #lp-telArea_sp .tel {
		text-align: center;
		width: 19%;
		margin: 0 3% 0 0;
		border: 1px solid #3f2615;
		border-radius: 5px;
	}
	#lp #lp-telArea_sp .tel a {
		display: flex;
		width: 100%;
		align-items: center;
		justify-content: center;
	}
	#lp #lp-telArea_sp .tel a img {
		height: 20px;
	}
	#lp #lp-telArea_sp .btn {
		width: 72%;
		background-color: #9cc457;
		border-radius: 5px;
		padding: 0;
	}
	#lp #lp-telArea_sp .btn a {
		display: block;
		width: 100%;
		color: #fff;
		font-size: 18px;
		font-weight: 500;
		letter-spacing: 0.05em;
		padding: 5px;
		line-height: 1.75;
	}
	#lp.bi #lp-telArea_sp .btn {
		background-color: #87775e;
	}
	#lp.sn #lp-telArea_sp .btn {
		background-color: #e99787;
	}
	#lp.cc #lp-telArea_sp .btn {
		background-color: #f78e26;
	}
	#lp.movie #lp-telArea_sp .btn {
		background-color: #e91e63;
	}
}
/*---------------------------
汎用的なボタン
----------------------------*/
.greenButton {
	width: auto;
	margin: 2em auto 0 auto;
	background-color: #a1cc56;
	color: #ffffff;
	border-radius: 50px;
	position: relative;
	padding: 1em 1.5em;
	font-weight: 700;
	font-size: min(4vw, 24px);
	display: inline-block;
}
/*---------------------------
404ページなど用
----------------------------*/
#otherPage.bg {
	background-color: #ececec;
}

/*普通のヘッダー*/
#otherPage header {
	position: relative;
	top: 0;
	background-color: rgba(236, 143, 4, 1.0);
	height: 52px;
}
#otherPage header .logo {
	height: 100%;
	width: auto;
	margin: auto;
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	align-items: center;
}
#otherPage header .logo img {
	width: auto;
	height: 30px;
}
@media (min-width: 769px) {
	#otherPage header {
		height: 140px;
	}
	#otherPage header .logo img {
		height: min(5vw, 62px);
	}
}
@media (max-width: 430px) {
	#otherPage footer {
		position: fixed;
		bottom: 0;
		width: 100%;
	}
}
/*inner余白*/
#otherPage section .inner {
	max-width: 1000px;
	padding: 4em 30px;
	margin: auto;
	text-align: center;
	position: relative;
	z-index: 2;
}
@media screen and (min-width: 769px) {
	#otherPage section .inner {
		padding: 5em min(7vw, 90px);
	}
}
/*準備中index用MV*/
#otherPage #mv {
	width: auto;
	height: min(70vw, 800px);
	overflow: hidden;
	position: relative;
	background-color: #ffffff;
}
#otherPage #mv:before,
#otherPage #mv:after {
	position: absolute;
	content: '';
	bottom: 0;
	top: 0;
	left: 0;
	margin: auto 0;
	height: 100%;
	width: 37vw;
	background-image: url("/lp/image/mv-bg01.jpg");
	background-position: right center;
    background-size: cover;
}
#otherPage #mv:after {
	left: initial;
	right: 0;
	width: 42vw;
	background-image: url("/lp/image/mv-bg02.jpg");
	background-position: left center;
}
#otherPage #mv p {
	position: relative;
	z-index: 2;
	margin: 1em 0;
}
#otherPage #mv #fvText {
	position: absolute;
	z-index: 1;
	top: 25%;
	right: 0;
	left: 0;
	margin: auto;
	width: 70%;
	max-width: 730px;
	text-align: center;
}
#otherPage #mv .fvReadText {
	font-size: min(3vw, 20px);
	color: #040000;
	margin-top: 8%;
	text-align: center;
	font-weight: 600;
	font-family: "Noto Serif JP", serif;
	display: inline-block;
	border-top: 2px solid #291412;
	border-bottom: 2px solid #291412;
	letter-spacing: -0.06em;
	padding: 5px;
	line-height: 1.4;
	width: 19em;
	filter: drop-shadow(2px 2px 7px rgba(255, 255, 255, 1.0));
}
#otherPage h2 {
	font-size: min(3vw, 35px);
	line-height: 1.71;
	font-weight: 500;
	margin-bottom: 0.5em;
}
@media (max-width: 430px) {
	#otherPage #mv .fvReadText {
		font-size: 3.5vw;
		margin-top: 2em;
		border-top: 1px solid #291412;
		border-bottom: 1px solid #291412;
		padding: 5px 0;
	}
	#otherPage #mv:before {
		width: 33vw;
	}
}
@media screen and (min-width: 769px) {
	#otherPage #mv .fvReadText {
		font-size: min(2.4vw, 25px);
		width: auto;
	}
	#otherPage #mv:before,
	#otherPage #mv:after {
		width: 30.209vw;
	}
}
/*#404not*/
#otherPage #err404 {
	min-height: 64vh;
	background-color: #ffffff;
	display: flex;
	flex-wrap: wrap;
	align-items: center;
}
#otherPage #err404 .greenButton {
	font-size: min(4vw, 24px);
}
#otherPage #err404 h1 {
	font-size: min(8vw, 45px);
	line-height: 1.71;
	font-weight: 500;
	margin-bottom: 0.5em;
}
#otherPage #err404 h2 {
	font-size: min(4vw, 30px);
	line-height: 1.71;
	font-weight: 500;
	margin-bottom: 0.5em;
}