html {
	font-size: 62.5%;
}

body {
	color: #333;
	letter-spacing: 0.05em;
	font-size: 1.6rem;
	font-family: "Noto Sans JP", sans-serif;
	font-weight: 400;
	line-height: 1.7;
	-webkit-text-size-adjust: 100%;
}

sup,
sub {
	font-size: xx-small;
}

main {
	display: block;
	position: relative;
}
main * {
	box-sizing: border-box;
	margin: 0;
	padding: 0;
}
main ul li {
	list-style-type: none;
}

a {
	color: #333;
	text-decoration: none;
	transition: all 0.4s ease-out;
	-webkit-tap-highlight-color: transparent;
}
a:hover {
	opacity: 0.6;
}

button,
[type=submit],
[type=reset] {
	transition: all 0.3s ease;
	-webkit-tap-highlight-color: transparent;
}

strong {
	color: #333;
	font-weight: inherit;
}

figure {
	margin: 0;
	padding: 0;
}

img {
	max-width: 100%;
	transition: 0.3s;
}

.fit-img {
	width: 100%;
	height: auto;
	vertical-align: middle;
}

.has-max {
	height: auto;
	max-width: 100%;
}

:root {
	--color-red: #D71718;
	--color-yw: #F0E62A;
	--color-brw: #604D3F;
	--color-black: #000333;
	--color-white: #ffffff;
	--color-grey: #DBD8D2;
	--color-grn: #307538;
	--hover-duration:0.4s;
}

/*--------------------------------
reset
--------------------------------*/
html, body, div, p, img, iframe, a, span, blockquote, q, address, cite,
pre, code, em, small, strong, b, i,
header, article, section, nav, figure, figcaption, hgroup, menu, aside, footer, time,
h1, h2, h3, h4, h5, h6,
ul, ol, li, dl, dt, dd,
table, tbody, thead, tfoot, th, tr, td,
form, fieldset, legend, label, select, input, textarea, button {
	margin: 0;
	padding: 0;
	border: 0;
	box-sizing: border-box;
	vertical-align: baseline;
}

header, article, section, nav, figure, figcaption, hgroup, menu, aside, footer {
	display: block;
}

ul li {
	list-style-type: none;
}

a {
	text-decoration: none;
}

img {
	vertical-align: middle;
}

table {
	border-collapse: collapse;
	border-spacing: 0;
}

sup,
sub {
	font-size: xx-small;
}

select, option, input:not([type=checkbox]):not([type=radio]), textarea, button {
	font-family: inherit;
	-moz-appearance: none;
	-webkit-appearance: none;
	appearance: none;
	outline: none;
}

blockquote::before, blockquote::after, q::before, q::after {
	content: "";
	content: none;
}

[type=submit], [type=button], [type=reset], [type=file], button {
	cursor: pointer;
}

:focus {
	outline: none;
}

html {
	font-size: 62.5%;
}

body {
	margin: 0;
	padding: 0;
	font-size: 1.6rem;
}

@media screen and (max-width: 767px) {
	.u-pc-only {
		display: none !important;
	}
}
@media screen and (min-width: 768px) {
	.u-sp-only {
		display: none !important;
	}
}
.u-none {
	display: none !important;
}

.u-ta-l {
	text-align: left !important;
}

.u-ta-c {
	text-align: center !important;
}

.u-ta-r {
	text-align: right !important;
}

@media screen and (max-width: 767px) {
	.u-sp-ta-l {
		text-align: left !important;
	}
	.u-sp-ta-c {
		text-align: center !important;
	}
	.u-sp-ta-r {
		text-align: right !important;
	}
}
@media screen and (min-width: 768px) {
	.u-pc-ta-l {
		text-align: left !important;
	}
	.u-pc-ta-c {
		text-align: center !important;
	}
	.u-pc-ta-r {
		text-align: right !important;
	}
}
/* =====================
    margin / padding
===================== */
.u-mt-0 {
	margin-top: 0 !important;
}

.u-mb-0 {
	margin-bottom: 0 !important;
}

.u-mt-05em {
	margin-top: 0.5em !important;
}

.u-mt-1em {
	margin-top: 1em !important;
}

.u-mt-2em {
	margin-top: 2em !important;
}

.u-mt-3em {
	margin-top: 3em !important;
}

.u-mb-05em {
	margin-bottom: 0.5em !important;
}

.u-mb-1em {
	margin-bottom: 1em !important;
}

.u-mb-2em {
	margin-bottom: 2em !important;
}

.u-mb-3em {
	margin-bottom: 3em !important;
}

.u-mb-4em {
	margin-bottom: 4em !important;
}

.u-mb-5em {
	margin-bottom: 5em !important;
}

.u-pt-0 {
	padding-top: 0 !important;
}

.u-pb-0 {
	padding-bottom: 0 !important;
}

@media screen and (max-width: 767px) {
	.u-sp-mt-0 {
		margin-top: 0 !important;
	}
	.u-sp-mb-0 {
		margin-bottom: 0 !important;
	}
	.u-sp-mt-05em {
		margin-top: 0.5em !important;
	}
	.u-sp-mt-1em {
		margin-top: 1em !important;
	}
	.u-sp-mt-2em {
		margin-top: 2em !important;
	}
	.u-sp-mt-3em {
		margin-top: 3em !important;
	}
	.u-sp-mb-1em {
		margin-bottom: 1em !important;
	}
	.u-sp-mb-2em {
		margin-bottom: 2em !important;
	}
	.u-sp-mb-3em {
		margin-bottom: 3em !important;
	}
	.u-sp-pt-0 {
		padding-top: 0 !important;
	}
	.u-sp-pb-0 {
		padding-bottom: 0 !important;
	}
}
@media screen and (min-width: 768px) {
	.u-pc-mt-0 {
		margin-top: 0 !important;
	}
	.u-pc-mb-0 {
		margin-bottom: 0 !important;
	}
	.u-pc-mt-05em {
		margin-top: 0.5em !important;
	}
	.u-pc-mt-1em {
		margin-top: 1em !important;
	}
	.u-pc-mt-2em {
		margin-top: 2em !important;
	}
	.u-pc-mt-3em {
		margin-top: 3em !important;
	}
	.u-pc-mb-1em {
		margin-bottom: 1em !important;
	}
	.u-pc-mb-2em {
		margin-bottom: 2em !important;
	}
	.u-pc-mb-3em {
		margin-bottom: 3em !important;
	}
	.u-pc-pt-0 {
		padding-top: 0 !important;
	}
	.u-pc-pb-0 {
		padding-bottom: 0 !important;
	}
}
/* =====================
    font-size
===================== */
.u-fz-xs {
	font-size: clamp(1rem, 0.96rem + 0.125vw, 1.2rem);
}

.u-fz-sm {
	font-size: clamp(1.1rem, 1.04rem + 0.1875vw, 1.4rem);
}

.u-fz-md {
	font-size: clamp(1.2rem, 1.12rem + 0.25vw, 1.6rem);
}

.u-fz-lg {
	font-size: clamp(1.4rem, 1.32rem + 0.25vw, 1.8rem);
}

.u-fz-xl {
	font-size: clamp(1.6rem, 1.52rem + 0.25vw, 2rem);
}

.u-fz-md2 {
	font-size: clamp(1.2rem, 1.12rem + 0.25vw, 1.6rem);
}

/* =====================
    line-height
===================== */
.u-lh-20 {
	line-height: 2 !important;
}

.u-underline {
	text-decoration: underline;
}

.u-wet9 {
	font-weight: 900;
}

.l-header {
	padding: 0 70px;
	margin: 0;
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	z-index: 11;
	background-color: #000;
	transform: translateY(0);
	transition: 1s cubic-bezier(0.22, 1, 0.68, 1.01);
}
@media screen and (max-width: 1100px) {
	.l-header {
		padding: 0 2%;
	}
}
@media screen and (max-width: 767px) {
	.l-header {
		z-index: 100;
		width: 100%;
	}
}
.l-header-cover {
	display: flex;
	justify-content: space-between;
	align-items: center;
	height: 80px;
	transition: height 0.5s ease, background 0.5s ease;
}
@media screen and (max-width: 767px) {
	.l-header-cover {
		height: 55px;
		display: block;
		flex-wrap: wrap;
		padding: 0;
		overflow: hidden;
	}
}
.l-header-logo {
	width: 70px;
}
@media screen and (max-width: 767px) {
	.l-header-logo {
		width: 50px;
		margin-top: 7px;
	}
}
.l-header-ham {
	display: none;
	transition: 0.3s;
}
@media screen and (max-width: 767px) {
	.l-header-ham {
		position: absolute;
		top: 0;
		right: 0;
		z-index: 6;
		width: 36px;
		display: block;
		margin: 10px 10px 0 auto;
	}
}
.l-header-menu {
	margin: 0 0 0 auto;
	display: flex;
	gap: 10px;
}
@media screen and (max-width: 767px) {
	.l-header-menu {
		flex-direction: column;
		overscroll-behavior: contain;
		height: calc(100svh - 45px);
		overflow-y: scroll;
		padding: 100px 5% 0 5%;
	}
}
.l-header-menu li a {
	width: 250px;
	height: 50px;
	display: flex;
	align-items: center;
	justify-content: center;
	background-color: #fff;
	border-radius: 50px;
	position: relative;
	font-size: clamp(1.2rem, 1.16rem + 0.125vw, 1.4rem);
	text-align: center;
	line-height: 1.3;
}
@media screen and (max-width: 1000px) {
	.l-header-menu li a {
		width: 200px;
	}
}
@media screen and (max-width: 767px) {
	.l-header-menu li a {
		width: 100%;
	}
}
.l-header-menu li a:after {
	content: "";
	width: 10px;
	height: 1px;
	background-color: #333;
	position: absolute;
	right: 17px;
	top: 50%;
}
@media screen and (max-width: 1000px) {
	.l-header-menu li a:after {
		width: 13px;
	}
}
.l-header-menu li:nth-of-type(1) a {
	background-color: var(--color-red);
	color: #fff;
}
.l-header-menu li:nth-of-type(1) a:after {
	background-color: #fff;
}
.l-header-menu li:nth-of-type(2) a {
	background-color: var(--color-yw);
}
.l-header .hamburger {
	width: 36px;
	height: 35px;
	z-index: 5;
	position: relative;
	border-radius: 3px;
	box-sizing: border-box;
}
@media screen and (max-width: 767px) {
	.l-header .hamburger {
		display: flex;
		flex-direction: column;
		justify-content: center;
		align-items: center;
		gap: 4px;
	}
}
.l-header .hamburger span {
	display: block;
	width: 20px;
	height: 2px;
	background-color: #fff;
	margin: 0;
	transition: 0.3s;
}
.l-header .hamburger span:nth-of-type(1) {
	top: 0;
	position: relative;
}
.l-header .hamburger span:nth-of-type(1):after {
	left: auto;
	right: 0;
	width: 8px;
	height: 8px;
	top: -3px;
}
.l-header .hamburger span:nth-of-type(2) {
	top: 0px;
	position: relative;
}
.l-header .hamburger span:nth-of-type(2):after {
	left: auto;
	right: 0;
}
.l-header .hamburger span:nth-of-type(2):before {
	width: 8px;
	height: 8px;
	top: -3px;
}
@media screen and (max-width: 767px) {
	.l-header.is-menu-open .l-header-logo svg {
		fill: #fff;
	}
	.l-header.is-menu-open .l-header-logo span, .l-header.is-menu-open .l-header-logo em {
		color: #fff;
	}
	.l-header.is-menu-open .l-header-cover {
		height: 100svh;
		background-color: var(--color-pk1);
	}
	.l-header.is-menu-open .l-header-nav {
		visibility: visible;
		transform: translateX(0);
		display: block;
	}
	.l-header.is-menu-open .l-header-ham em {
		transform: translateZ(0) translateY(100%);
		transform-style: preserve-3d;
		-webkit-backface-visibility: hidden;
		backface-visibility: hidden;
		perspective: 1000;
	}
	.l-header.is-menu-open .hamburger {
		border-color: #fff;
	}
	.l-header.is-menu-open .hamburger span:nth-of-type(1) {
		transform: translateY(6px) rotate(-325deg);
	}
	.l-header.is-menu-open .hamburger span:nth-of-type(1):before, .l-header.is-menu-open .hamburger span:nth-of-type(1):after {
		content: "";
	}
	.l-header.is-menu-open .hamburger span:nth-of-type(2) {
		transform: translateY(0px) rotate(325deg);
	}
	.l-header.is-menu-open .hamburger span:nth-of-type(2):before, .l-header.is-menu-open .hamburger span:nth-of-type(2):after {
		content: "";
	}
	.l-header.is-menu-open .hamburger span:nth-of-type(3) {
		opacity: 0;
	}
}

.l-footer {
	position: relative;
	background-color: #000;
	padding-block: clamp(1rem, 0.2rem + 2.5vw, 5rem);
	color: #fff;
}
.l-footer .pagetop {
	position: absolute;
	right: 10px;
	top: 10px;
	cursor: pointer;
	width: 50px;
}
.l-footer .copy {
	text-align: center;
	font-size: clamp(1.1rem, 1.08rem + 0.0625vw, 1.2rem);
	font-family: "Oswald", sans-serif;
	font-weight: 400;
	color: #666666;
}

.c-flex {
	display: flex;
}
.c-flex.c-spb {
	justify-content: space-between;
}
.c-flex.c-wrap {
	flex-wrap: wrap;
}
.c-flex.c-ac {
	align-items: center;
}
.c-flex.c-afs {
	align-items: flex-start;
}

.c-cta {
	text-align: center;
}
@media screen and (max-width: 767px) {
	.c-cta {
		padding: 0 5%;
	}
}
.c-cta dl dt {
	font-weight: 700;
	font-size: clamp(1.6rem, 1.44rem + 0.5vw, 2.4rem);
	margin-block-end: clamp(1.5rem, 1.3rem + 0.625vw, 2.5rem);
}
.c-btn {
	max-width: 535px;
	margin-inline: auto;
	width: 100%;
}
.c-btn a {
	display: flex;
	margin-inline: auto;
	width: 100%;
	height: 74px;
	font-size: clamp(1.6rem, 1.44rem + 0.5vw, 2.4rem);
	transition: 0.3s;
	position: relative;
	z-index: 2;
	border: 1px solid #000;
	padding: 5px;
}
.c-btn a span {
	width: 100%;
	background-color: #000;
	color: #fff;
	display: flex;
	align-items: center;
	justify-content: center;
}
.c-btn.-wh a {
	border-color: #fff;
}
.c-btn.-wh a span {
	background-color: #fff;
	color: #000;
}

.c-line .-slice {
	background-image: linear-gradient(var(--color-yw), var(--color-yw));
	background-size: 0 10px;
	background-position: bottom right;
	background-repeat: no-repeat;
	padding-bottom: 2px;
	transition: background-size 1s cubic-bezier(0.22, 1, 0.36, 1) 0.35s;
}
.c-line .-slice.-red {
	background-image: linear-gradient(var(--color-red), var(--color-red));
}
.c-line.animated .-slice {
	background-size: 100% 10px;
	background-position: 0 85%;
}

.c-title {
	text-align: center;
	margin-bottom: clamp(2rem, 1.4rem + 1.875vw, 5rem);
}
.c-title span {
	font-family: "Oswald", sans-serif;
	font-weight: 400;
	display: block;
	margin: auto;
	color: #BBA15C;
	font-size: clamp(3rem, 2.6rem + 1.25vw, 5rem);
	line-height: 1;
}
.c-title span.-ja {
	font-family: "Noto Sans JP", sans-serif;
	font-weight: 700;
}
.c-title em {
	display: inline-block;
	font-style: normal;
	margin: auto;
	font-size: clamp(1.2rem, 1.16rem + 0.125vw, 1.4rem);
	background: #BBA15C;
	color: #fff;
	padding: 2px 5px;
}
.c-title em.-en {
	font-family: "Oswald", sans-serif;
	font-weight: 400;
}

[class*=__inner] {
	max-width: 1200px;
	width: 90%;
	margin: 0 auto;
}
[class*=__inner].-md {
	max-width: 800px;
}

.p-lp {
	position: relative;
}
.p-lp-mv {
	height: 100dvh;
	position: relative;
}
.p-lp-mv h1 {
	font-family: "Sawarabi Mincho", serif;
	font-weight: 400;
	font-style: normal;
	position: absolute;
	font-size: clamp(2.5rem, 1.9rem + 1.875vw, 5.5rem);
	letter-spacing: 0.2em;
	left: 5%;
	bottom: 5%;
	color: #fff;
	text-shadow: 0 0 2px rgba(0, 0, 0, 0.9);
}
.p-lp-mv h1 span {
	color: var(--color-yw);
}
.p-lp-mv figure {
	object-fit: cover;
	width: 100%;
	height: 100%;
}
.p-lp-mv figure img {
	object-fit: cover;
	width: 100%;
	height: 100%;
}
.p-lp-mv ul {
	display: flex;
	gap: 20px;
	position: absolute;
	left: 5%;
	bottom: 25%;
}
@media screen and (max-width: 767px) {
	.p-lp-mv ul {
		bottom: 20%;
	}
}
.p-lp-mv ul li {
	width: 155px;
}
@media screen and (max-width: 767px) {
	.p-lp-mv ul li {
		width: 30%;
	}
}
.p-lp-area1 {
	background-image: url(../../img/lp/bg.webp);
	background-size: 50%;
	padding-block: clamp(2rem, 1.4rem + 1.875vw, 5rem);
}
.p-lp-area1 figure {
	width: 90%;
	max-width: 525px;
	margin-inline: auto;
	margin-block-end: clamp(1.5rem, 1.3rem + 0.625vw, 2.5rem);
}
.p-lp-area2 {
	background-color: var(--color-grey);
	padding-block: clamp(3.5rem, 3.1rem + 1.25vw, 5.5rem);
}
.p-lp-area2 h2 {
	text-align: center;
	color: var(--color-brw);
	font-size: clamp(2.4rem, 2.16rem + 0.75vw, 3.6rem);
	font-weight: 700;
	line-height: 1.4;
	margin-block-end: clamp(2.5rem, 2.1rem + 1.25vw, 4.5rem);
}
.p-lp-area2 h2 span {
	font-size: clamp(3rem, 2.64rem + 1.125vw, 4.8rem);
}
.p-lp-area2 table {
	background-color: #EFEFEF;
	width: 100%;
	margin-block-end: 5px;
}
@media screen and (max-width: 767px) {
	.p-lp-area2 table {
		width: auto;
		white-space: nowrap;
	}
}
.p-lp-area2 table th, .p-lp-area2 table td {
	border: 1px solid #333;
	padding: 15px;
	text-align: center;
	font-size: clamp(1.4rem, 1.32rem + 0.25vw, 1.8rem);
	line-height: 1.3;
	vertical-align: middle;
}
.p-lp-area2 table .-red {
	background-color: var(--color-red);
	color: #fff;
}
.p-lp-area2 table .-yw {
	background-color: var(--color-yw);
}
.p-lp-area2 table em {
	font-style: normal;
	color: var(--color-red);
	font-weight: 700;
	font-size: clamp(1.6rem, 1.44rem + 0.5vw, 2.4rem);
}
.p-lp-area2 table th {
	font-weight: 700;
}
.p-lp-area2 table td span {
	display: block;
	font-size: clamp(1rem, 0.96rem + 0.125vw, 1.2rem);
}
.p-lp-area2 ul {
	margin-block-end: clamp(2.5rem, 2.1rem + 1.25vw, 4.5rem);
}
.p-lp-area2 ul li {
	font-size: clamp(1.2rem, 1.16rem + 0.125vw, 1.4rem);
	margin-left: 1em;
	text-indent: -1em;
	line-height: 1.3;
}
.p-lp-area2 p {
	text-align: center;
	color: var(--color-brw);
	font-size: clamp(1.6rem, 1.44rem + 0.5vw, 2.4rem);
}
.p-lp-area3 {
	background-color: #000;
	color: #fff;
	padding-block: clamp(4rem, 2.8rem + 3.75vw, 10rem);
}
.p-lp-area3 h2 {
	font-family: "Sawarabi Mincho", serif;
	font-weight: 400;
	font-style: normal;
	font-size: clamp(1.8rem, 1.68rem + 0.375vw, 2.4rem);
	line-height: 1.3;
	margin-block-end: clamp(4rem, 3.2rem + 2.5vw, 8rem);
}
@media screen and (max-width: 767px) {
	.p-lp-area3 h2 {
		text-align: center;
	}
}
.p-lp-area3 h2 span {
	display: block;
	font-size: clamp(3.5rem, 3.34rem + 0.5vw, 4.3rem);
	color: var(--color-yw);
}
.p-lp-area3__box1 {
	margin-block-end: clamp(3rem, 2.8rem + 0.625vw, 4rem);
}
@media screen and (max-width: 1000px) {
	.p-lp-area3__box1 {
		flex-wrap: wrap;
		padding-inline: 10%;
		row-gap: 5vw;
	}
}
@media screen and (max-width: 767px) {
	.p-lp-area3__box1 {
		padding: 0;
	}
}
.p-lp-area3__box1 dl {
	width: 23%;
}
@media screen and (max-width: 1000px) {
	.p-lp-area3__box1 dl {
		width: 45%;
	}
}
@media screen and (max-width: 767px) {
	.p-lp-area3__box1 dl {
		width: 48%;
	}
}
.p-lp-area3__box1 dl dt {
	text-align: center;
	font-size: clamp(1.6rem, 1.56rem + 0.125vw, 1.8rem);
	font-weight: 700;
	min-height: 4.5em;
}
@media screen and (max-width: 767px) {
	.p-lp-area3__box1 dl dt {
		font-size: 1.3rem;
		min-height: auto;
		margin-block-end: 10px;
	}
}
.p-lp-area3__box1 dl dd {
	font-size: clamp(1.1rem, 1.08rem + 0.0625vw, 1.2rem);
}
.p-lp-area3__box1 dl dd figure {
	width: 75%;
	margin-inline: auto;
	margin-block-end: clamp(1rem, 0.6rem + 1.25vw, 3rem);
}
@media screen and (max-width: 767px) {
	.p-lp-area3__box1 dl dd figure {
		width: 65%;
	}
}
.p-lp-area3 p {
	text-align: center;
	font-size: clamp(2rem, 1.68rem + 1vw, 3.6rem);
	font-family: "Sawarabi Mincho", serif;
	font-weight: 400;
	font-style: normal;
}
.p-lp-area3 p em {
	font-style: normal;
	color: var(--color-yw);
}
.p-lp-area3__list {
	max-width: 950px;
	margin-inline: auto;
	position: relative;
	margin-block-start: clamp(2rem, 1.6rem + 1.25vw, 4rem);
	margin-block-end: clamp(4rem, 3.2rem + 2.5vw, 8rem);
	padding-block: clamp(2rem, 1.7rem + 0.9375vw, 3.5rem);
	padding-inline: clamp(2.5rem, 2rem + 1.5625vw, 5rem);
	border: 1px solid #fff;
}
.p-lp-area3__list:before {
	content: "";
	position: absolute;
	width: calc(100% - 20px);
	height: calc(100% - 20px);
	border: 1px solid #fff;
	top: 10px;
	left: 10px;
}
@media screen and (max-width: 767px) {
	.p-lp-area3__list:before {
		width: calc(100% - 10px);
		height: calc(100% - 10px);
		top: 5px;
		left: 5px;
	}
}
.p-lp-area3__list li {
	font-size: clamp(1.5rem, 1.4rem + 0.3125vw, 2rem);
	margin-left: 1em;
	text-indent: -1em;
}
@media screen and (max-width: 767px) {
	.p-lp-area3__list li {
		margin: 0;
		text-indent: 0;
	}
}
.p-lp-area3__list li span {
	color: var(--color-yw);
}
.p-lp-area3__box2 {
	max-width: 1000px;
	margin-inline: auto;
}
@media screen and (max-width: 767px) {
	.p-lp-area3__box2 {
		flex-direction: column;
		row-gap: 5vw;
	}
}
.p-lp-area3__box2 figure {
	width: 46.5%;
}
@media screen and (max-width: 767px) {
	.p-lp-area3__box2 figure {
		width: 100%;
	}
}
.p-lp-area3__box2 dl {
	width: 50%;
}
@media screen and (max-width: 767px) {
	.p-lp-area3__box2 dl {
		width: 100%;
	}
}
.p-lp-area3__box2 dl dt {
	color: var(--color-yw);
	font-family: "Sawarabi Mincho", serif;
	font-weight: 400;
	font-style: normal;
	font-size: clamp(1.8rem, 1.68rem + 0.375vw, 2.4rem);
	margin-block-end: clamp(1rem, 0.8rem + 0.625vw, 2rem);
}
.p-lp-area3__box2 dl dd {
	font-size: clamp(1.4rem, 1.36rem + 0.125vw, 1.6rem);
}
.p-lp-area3__box3 {
	max-width: 900px;
	margin-inline: auto;
	display: flex;
	gap: 30px;
	margin-block: clamp(2rem, 1.4rem + 1.875vw, 5rem);
}
@media screen and (max-width: 767px) {
	.p-lp-area3__box3 {
		flex-wrap: wrap;
		justify-content: center;
		gap: 3%;
	}
}
@media screen and (max-width: 767px) {
	.p-lp-area3__box3 li {
		width: 45%;
	}
}
.p-lp-area4 {
	background-color: var(--color-grey);
	padding-block: clamp(4rem, 2.8rem + 3.75vw, 10rem);
}
.p-lp-area4__inner {
	max-width: 1000px;
}
.p-lp-area4 h2 {
	text-align: center;
	font-family: "Sawarabi Mincho", serif;
	font-weight: 400;
	font-style: normal;
	font-size: clamp(1.8rem, 1.68rem + 0.375vw, 2.4rem);
	line-height: 1.3;
	margin-block-end: clamp(4rem, 3.2rem + 2.5vw, 8rem);
}
.p-lp-area4 h2 span {
	display: block;
	font-size: clamp(3.5rem, 3.34rem + 0.5vw, 4.3rem);
	color: var(--color-red);
}
.p-lp-area4__box {
	margin-block-end: clamp(2rem, 0.8rem + 3.75vw, 8rem);
}
.p-lp-area4__box figure {
	position: relative;
}
.p-lp-area4__box figure span {
	background-color: var(--color-yw);
	width: 84px;
	height: 84px;
	display: flex;
	align-items: center;
	justify-content: center;
	font-size: clamp(2rem, 1.2rem + 2.5vw, 6rem);
	font-family: "Oswald", sans-serif;
	position: absolute;
	left: 0;
	top: -44px;
}
@media screen and (max-width: 767px) {
	.p-lp-area4__box figure span {
		width: 44px;
		height: 44px;
		top: 0px;
	}
}
.p-lp-area4__box dl dt {
	color: var(--color-red);
	font-family: "Sawarabi Mincho", serif;
	font-weight: 400;
	font-style: normal;
	font-size: clamp(1.6rem, 1.44rem + 0.5vw, 2.4rem);
	margin-block-end: clamp(1rem, 0.8rem + 0.625vw, 2rem);
}
.p-lp-area4__box dl dd {
	font-size: clamp(1.2rem, 1.12rem + 0.25vw, 1.6rem);
}
.p-lp-area4__box dl dd span {
	font-weight: 700;
}
@media screen and (max-width: 767px) {
	.p-lp-area4__box.c-flex {
		flex-direction: column;
		row-gap: 3vw;
	}
}
.p-lp-area4__box.c-flex figure {
	width: 46%;
}
@media screen and (max-width: 767px) {
	.p-lp-area4__box.c-flex figure {
		width: 100%;
	}
}
.p-lp-area4__box.c-flex dl {
	width: 50%;
}
@media screen and (max-width: 767px) {
	.p-lp-area4__box.c-flex dl {
		width: 100%;
	}
}
@media screen and (max-width: 767px) {
	.p-lp-area4 .c-flex {
		flex-direction: column;
		row-gap: 3vw;
	}
}
.p-lp-area4 .c-flex div {
	width: 31%;
}
@media screen and (max-width: 767px) {
	.p-lp-area4 .c-flex div {
		width: 100%;
	}
}
.p-lp-area4 .c-flex div dl {
	margin-block-start: clamp(1rem, 0.8rem + 0.625vw, 2rem);
}
.p-lp-area4 .c-flex div dl dt {
	font-size: clamp(1.6rem, 1.56rem + 0.125vw, 1.8rem);
}
@media screen and (max-width: 767px) {
	.p-lp-area4 .c-flex div dl dt {
		font-size: 1.8rem;
	}
}
.p-lp-area4 .c-flex div dl dd {
	font-size: clamp(1.2rem, 1.16rem + 0.125vw, 1.4rem);
}
.p-lp-area4 .c-flex div dl dd span {
	display: block;
	font-weight: 400;
	font-size: clamp(1rem, 0.96rem + 0.125vw, 1.2rem);
}
.p-lp-area5 {
	background-image: url(../../img/lp/bg.webp);
	background-size: 50%;
	padding-block: clamp(2rem, 1.4rem + 1.875vw, 5rem);
}
.p-lp-area5 ul.liast {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	gap: 15px 0;
}
@media screen and (max-width: 767px) {
	.p-lp-area5 ul.liast {
		gap: 7px 1%;
	}
}
.p-lp-area5 ul.liast li {
	flex-basis: calc(33% - 7.5px);
}
@media screen and (max-width: 767px) {
	.p-lp-area5 ul.liast li {
		flex-basis: auto;
		width: 49%;
	}
}
.p-lp-area5 ul.liast li.last {
	background-color: #333;
	flex-basis: 100%;
	color: #fff;
	display: flex;
	align-items: center;
	padding: 15px;
	gap: 15px;
}
@media screen and (max-width: 767px) {
	.p-lp-area5 ul.liast li.last {
		flex-direction: column;
	}
}
.p-lp-area5 ul.liast li.last img {
	width: 37px;
}
@media screen and (max-width: 767px) {
	.p-lp-area5 ul.liast li.last img {
		margin: 0 auto;
	}
}
.p-lp-area5 ul.liast li.last dl {
	display: flex;
	align-items: center;
	gap: 15px;
}
@media screen and (max-width: 767px) {
	.p-lp-area5 ul.liast li.last dl {
		flex-direction: column;
		gap: 5px;
	}
}
.p-lp-area5 ul.liast li.last dl dt {
	flex-shrink: 0;
}
@media screen and (max-width: 767px) {
	.p-lp-area5 ul.liast li.last dl dt {
		font-size: 3vw;
	}
}
.p-lp-area5 ul.liast li.last dl dd ul {
	display: block;
	font-size: 0.5vw;
	line-height: 1.3;
}
@media screen and (max-width: 1000px) {
	.p-lp-area5 ul.liast li.last dl dd ul {
		font-size: 1vw;
	}
}
@media screen and (max-width: 767px) {
	.p-lp-area5 ul.liast li.last dl dd ul {
		font-size: 2vw;
	}
}
.p-lp-area5 ul.liast li.last dl dd ul li {
	margin-left: 1em;
	text-indent: -1em;
}
@media screen and (max-width: 767px) {
	.p-lp-area5 ul.liast li.last dl dd ul li {
		width: 100%;
	}
}
.p-lp-area5 dl.exp {
	padding: 15px;
}
.p-lp-area5 dl.exp dt {
	font-weight: 700;
	font-size: clamp(1.4rem, 1.32rem + 0.25vw, 1.8rem);
}
.p-lp-area5 dl.exp dd ul li {
	font-size: clamp(1.2rem, 1.12rem + 0.25vw, 1.6rem);
	line-height: 1.3;
	margin-left: 0.5em;
	text-indent: -0.5em;
}
.p-lp-area6 {
	background-color: var(--color-grey);
	padding-block: clamp(2rem, 1.4rem + 1.875vw, 5rem);
}
.p-lp-area6 p {
	text-align: center;
	font-size: clamp(1.2rem, 1.12rem + 0.25vw, 1.6rem);
	margin-block-start: clamp(1rem, 0.8rem + 0.625vw, 2rem);
}
.p-lp-area7 {
	background-color: #F0EFF0;
	padding-block: clamp(2rem, 1.4rem + 1.875vw, 5rem);
}
.p-lp-area7 figure {
	margin-block-end: clamp(2rem, 1.4rem + 1.875vw, 5rem);
}
.p-lp-area7 figure a span {
	display: block;
	text-align: center;
	color: var(--color-red);
	font-size: clamp(1.4rem, 1.32rem + 0.25vw, 1.8rem);
	font-weight: 700;
	margin-block-start: clamp(1rem, 0.8rem + 0.625vw, 2rem);
}
.p-lp-area8 {
	background-color: #E7E2D6;
	padding-block: clamp(2rem, 1.4rem + 1.875vw, 5rem);
}
.p-lp-area8 .-price p.aft {
	text-align: center;
	display: block;
	font-size: 1.4rem;
	color: #f30;
	font-weight: normal;
}
.p-lp-area8 .-price h3 {
	font-size: 1.8rem;
	line-height: 1;
	margin: 5em 0 0.5em 0;
}
.p-lp-area8 .-price h3 span {
	font-family: "Josefin Sans", sans-serif;
	font-weight: 600;
	font-size: 5rem;
	display: inline-block;
	vertical-align: middle;
	margin-right: 0.5em;
	line-height: 1;
}
.p-lp-area8 .-price h3 em.aft {
	text-align: center;
	display: block;
	font-size: 1.4rem;
	color: #f30;
	font-weight: normal;
}
.p-lp-area8 .-price h3.h3b em {
	color: #f30;
}
.p-lp-area8 .-price h3.h3b span {
	display: block;
}
.p-lp-area8 .-price h4 {
	font-size: 3rem;
	color: #705825;
	margin: 0 50px;
	margin-top: 20px;
}
.p-lp-area8 .-price em {
	font-style: normal;
}
.p-lp-area8 .-price dl {
	display: flex;
	align-items: center;
	justify-content: space-between;
	margin: 0 50px 10px 50px;
	padding: 0 0 10px 0;
	border-bottom: 1px solid #000;
	line-height: 1.2;
}
.p-lp-area8 .-price dl.dl2 {
	flex-wrap: wrap;
}
.p-lp-area8 .-price dl.dl2 .dt2 {
	width: 100%;
}
.p-lp-area8 .-price dl.shops {
	flex-wrap: wrap;
	margin: 5px 50px 15px 50px;
	border: none;
}
.p-lp-area8 .-price dl.shops dt {
	font-size: 1.6rem;
}
.p-lp-area8 .-price dl.shops dd {
	width: 100%;
}
.p-lp-area8 .-price dl.shops dd em {
	font-style: normal;
	font-weight: normal;
	color: #f30;
}
.p-lp-area8 .-price dl.shops dd ul {
	display: flex;
	flex-wrap: wrap;
	margin: 5px 0 0 0;
}
.p-lp-area8 .-price dl.shops dd ul li {
	background: #d7cebf;
	padding: 3px 5px;
	margin: 2px;
	font-size: 1.4rem;
	font-weight: normal;
	color: #333;
}
.p-lp-area8 .-price dl.shops dd ul li.sp {
	background-color: #f30;
	color: #fff;
}
.p-lp-area8 .-price dl dt {
	font-size: 2.4rem;
	font-weight: 700;
}
.p-lp-area8 .-price dl dt span {
	color: #f30;
}
.p-lp-area8 .-price dl dt em {
	font-size: 1.8rem;
}
.p-lp-area8 .-price dl dt em.em2 {
	font-weight: 300;
	display: block;
	color: #f30;
	font-size: 1.4rem;
}
.p-lp-area8 .-price dl dt em.em3 {
	font-size: 1.4rem;
}
.p-lp-area8 .-price dl dd {
	font-size: 2.4rem;
	font-weight: 700;
}
.p-lp-area8 .-price dl dd span {
	font-size: 4rem;
	color: var(--color-red);
}
.p-lp-area8 .-price dl dd strong {
	font-size: 4rem;
}
.p-lp-area8 .-price dl dd em {
	position: relative;
	font-size: 1.4rem;
	display: inline-block;
	vertical-align: middle;
	letter-spacing: 0;
}
.p-lp-area8 .-price dl.dl5 {
	display: block;
	margin: 0 50px 10px 50px;
	padding: 10px 0 5px 0;
	border-bottom: none;
	line-height: 1.2;
}
.p-lp-area8 .-price dl.dl5 dt {
	font-size: 1.4rem;
	font-weight: 400;
}
.p-lp-area8 .-price dl.dl5 dd {
	font-size: 1.4rem;
	font-weight: 400;
	padding-left: 1em;
}
.p-lp-area8 .-price dl.dl5 dd dl {
	display: flex;
	flex-wrap: wrap;
	align-items: flex-start;
	margin: 0;
	padding: 0;
	border-bottom: none;
	line-height: 1.2;
}
.p-lp-area8 .-price dl.dl5 dd dl dt {
	width: 90px;
	position: relative;
}
.p-lp-area8 .-price dl.dl5 dd dl dt span {
	font-size: 1.4rem;
	font-weight: 400;
	color: #333;
	position: absolute;
	top: 0em;
	right: 0;
}
.p-lp-area8 .-price dl.dl5 dd dl dd {
	width: calc(100% - 100px);
	padding: 0;
}
.p-lp-area8 .-price dl.dl5 dd dl dd ul {
	list-style: decimal;
	margin-left: 1.5em;
}
.p-lp-area8 .-price p.p1 {
	margin: 0 50px;
	font-size: 1.4rem;
}
.p-lp-area8 .-price p.p2 {
	margin: 0 50px;
	font-size: 1.4rem;
	color: #f30;
}
.p-lp-area8 .-price ul.ul1 {
	margin: 0 50px;
	font-size: 1.3rem;
}
.p-lp-area8 .-price ul.ul1 li {
	margin-left: 1em;
	text-indent: -1em;
}
.p-lp-area8 .-price .a1a {
	background: #d7cebf;
	padding: 30px 0;
	margin: 50px 50px;
}
.p-lp-area8 .-price .a1a h4 {
	margin: 0 50px 10px 50px;
}
.p-lp-area8 .readmore {
	position: relative;
	padding-bottom: 50px;
}
.p-lp-area8 .readmore button {
	position: absolute;
	z-index: 6;
	display: table;
	left: 50%;
	bottom: 0px;
	margin: 0 auto;
	width: 200px;
	padding: 10px 0;
	color: #fff;
	text-align: center;
	border-radius: 5px;
	background-color: #333;
	transform: translateX(-50%);
	cursor: pointer;
	transition: all 0.4s;
}
.p-lp-area8 .readmore-content {
	position: relative;
	height: 600px;
	transition: all 0.4s;
	overflow: hidden;
}
.p-lp-area8 .readmore-content:before {
	position: absolute;
	display: block;
	z-index: 5;
	content: "";
	left: 0;
	bottom: 0;
	width: 100%;
	height: 215px;
	transition: all 0.4s;
	background: linear-gradient(rgba(231, 226, 214, 0) 0%, rgba(231, 226, 214, 0.8) 50%, rgb(231, 226, 214) 100%);
}
.p-lp-area8 .readmore-content.is_open:before {
	display: none;
}
@media screen and (max-width: 767px) {
	.p-lp-area8 .-price h3 span {
		font-size: 4rem;
	}
	.p-lp-area8 .-price h3 em.aft {
		display: block;
	}
	.p-lp-area8 .-price h4 {
		font-size: 2rem;
		margin: 0 0px;
	}
	.p-lp-area8 .-price dl {
		margin: 0 0px 10px 0px;
		padding: 0 0 10px 0;
	}
	.p-lp-area8 .-price dl.dl5 {
		margin: 0 0px 10px 0px;
		padding: 5px 0;
	}
	.p-lp-area8 .-price dl.dl5 dd dt {
		width: 80px;
	}
	.p-lp-area8 .-price dl.dl5 dd dd {
		width: calc(100% - 80px);
	}
	.p-lp-area8 .-price dl dt {
		font-size: 1.8rem;
	}
	.p-lp-area8 .-price dl dt em {
		display: block;
	}
	.p-lp-area8 .-price dl dt em.em2 {
		font-size: 1.2rem;
	}
	.p-lp-area8 .-price dl dd {
		font-size: 1.8rem;
	}
	.p-lp-area8 .-price dl dd span {
		font-size: 3rem;
	}
	.p-lp-area8 .-price dl dd strong {
		font-size: 3rem;
	}
	.p-lp-area8 .-price dl dd em {
		display: block;
		text-align: right;
	}
	.p-lp-area8 .-price dl.fam {
		flex-wrap: wrap;
	}
	.p-lp-area8 .-price dl.fam dd {
		width: 100%;
		text-align: right;
	}
	.p-lp-area8 .-price dl.shops {
		flex-wrap: wrap;
		margin: 0px;
		border: none;
	}
	.p-lp-area8 .-price dl.shops dd em {
		display: block;
		text-align: left;
		font-size: 1.2rem;
	}
	.p-lp-area8 .-price p.p1 {
		margin: 0 0px;
		margin-bottom: 1em;
	}
	.p-lp-area8 .-price p.p2 {
		margin: 0 0px;
		font-size: 1.2rem;
	}
	.p-lp-area8 .-price ul.ul1 {
		margin: 0 0px;
		margin-bottom: 1em;
	}
	.p-lp-area8 .-price .a1a {
		padding: 15px;
		margin: 20px 0;
	}
	.p-lp-area8 .-price .a1a h4 {
		margin: 0 0 10px 0;
	}
	.p-lp-area8 .-price .a1a dl {
		flex-wrap: wrap;
	}
	.p-lp-area8 .-price .a1a dl dd {
		width: 100%;
		text-align: right;
	}
	.p-lp-area8 .-price p.p3 {
		text-align: left;
		font-size: 1.6rem;
		line-height: 1.7;
	}
}
.p-lp-area9 {
	padding-block: clamp(2rem, 1.4rem + 1.875vw, 5rem);
}
.p-lp-area9 dl.txt {
	text-align: center;
	margin-block-end: clamp(2.5rem, 1.9rem + 1.875vw, 5.5rem);
}
.p-lp-area9 dl.txt dt {
	font-size: clamp(1.4rem, 1.32rem + 0.25vw, 1.8rem);
}
.p-lp-area9 dl.txt dd {
	font-size: clamp(2.4rem, 1.98rem + 1.3125vw, 4.5rem);
	font-weight: 700;
}
.p-lp-area9 ul.tab {
	display: flex;
	flex-wrap: wrap;
	gap: 1.2%;
	row-gap: 1vw;
	margin-block-end: clamp(1.5rem, 1.3rem + 0.625vw, 2.5rem);
}
.p-lp-area9 ul.tab li {
	width: 15.6%;
}
@media screen and (max-width: 767px) {
	.p-lp-area9 ul.tab li {
		width: 32%;
	}
}
.p-lp-area9 ul.tab li a {
	display: block;
	color: #705825;
	border: 1px solid #705825;
	border-radius: 12px;
	padding: 5px 20px;
	text-align: center;
	font-size: clamp(1.4rem, 1.36rem + 0.125vw, 1.6rem);
}
@media screen and (max-width: 1000px) {
	.p-lp-area9 ul.tab li a {
		padding: 5px 0;
	}
}
.p-lp-area9 ul.tab li.active a {
	background: #705825;
	color: #fff;
}
.p-lp-area9 .shop {
	background: #f4eee2;
	padding: 40px;
	margin-bottom: 50px;
	position: relative;
}
.p-lp-area9 .shop.new:after {
	content: "NEW OPEN";
	line-height: 1;
	font-family: "Oswald", sans-serif;
	font-size: 1.4rem;
	position: absolute;
	font-style: normal;
	color: white;
	background: #ff7470;
	left: 0;
	top: 0;
	padding: 5px 15px;
}
@media screen and (max-width: 767px) {
	.p-lp-area9 .shop.new:after {
		font-size: 1.1rem;
	}
}
.p-lp-area9 .shop a {
	display: block;
}
.p-lp-area9 .shop h3 {
	font-size: 2.4rem;
	margin-bottom: 20px;
	width: 65%;
}
.p-lp-area9 .shop h3 span {
	display: block;
	border-top: 2px solid #333;
	font-weight: 300;
}
.p-lp-area9 .shop h3 em {
	display: inline-block;
	color: #f30;
	font-size: 1.4rem;
	font-style: normal;
	vertical-align: middle;
	margin-left: 1em;
}
.p-lp-area9 .shop h3 em.e1 {
	background-color: #f30;
	color: #fff;
	line-height: 1;
	padding: 5px;
}
.p-lp-area9 .shop .logo {
	width: 90px;
	position: absolute;
	top: 40px;
	right: 40px;
}
.p-lp-area9 .shop .tk {
	width: 80px;
	position: absolute;
	top: 35px;
	right: 150px;
}
.p-lp-area9 .shop .a1a {
	flex-direction: row-reverse;
	align-items: flex-start;
}
.p-lp-area9 .shop .a1a dl {
	width: 40%;
}
.p-lp-area9 .shop .a1a dl dt {
	margin-bottom: 20px;
	position: relative;
}
.p-lp-area9 .shop .a1a dl dt span {
	display: block;
	position: absolute;
	right: 5px;
	bottom: 5px;
	color: #fff;
	text-shadow: 1px 1px 5px rgba(0, 0, 0, 0.6);
	font-size: 1.2rem;
}
.p-lp-area9 .shop .a1a dl dd {
	font-size: 1.4rem;
	line-height: 1.5;
}
.p-lp-area9 .shop .a1a dl dd.dd2 {
	background: #f30;
	color: #fff;
	border-radius: 8px;
	padding: 10px;
	text-align: center;
	font-size: 2rem;
	margin: 10px 0 0 0;
}
.p-lp-area9 .shop .a1a dl dd.dd2 span {
	display: block;
	font-size: 1.2rem;
}
.p-lp-area9 .shop .a1a dl dd.dd3 {
	margin: 10px 0 0 0;
}
.p-lp-area9 .shop .a1a dl dd.dd3 ul {
	display: flex;
	justify-content: space-between;
	width: 100%;
}
.p-lp-area9 .shop .a1a dl dd.dd3 ul li {
	width: 49%;
	margin: 0;
}
.p-lp-area9 .shop .a1a dl dd.dd3 ul li a {
	display: block;
	background: #f30;
	color: #fff;
	border-radius: 8px;
	height: 90px;
	display: flex;
	align-items: center;
	justify-content: center;
	text-align: center;
	font-size: 2rem;
	position: relative;
	overflow: hidden;
}
.p-lp-area9 .shop .a1a dl dd.dd3 ul li a em {
	font-size: 1.6rem;
}
.p-lp-area9 .shop .a1a dl dd.dd3 ul li span {
	display: block;
	text-align: center;
	margin: 5px;
	color: #f30;
}
.p-lp-area9 .shop .a1a dl dd.dd3 ul li.exp {
	width: 100%;
	margin-top: 7px;
}
.p-lp-area9 .shop .a1a dl dd.dd3 ul li.exp a {
	flex-direction: column;
	background-color: #FFE700;
	color: #333;
}
.p-lp-area9 .shop .a1a dl dd.dd3 ul li.exp a em {
	display: block;
}
.p-lp-area9 .shop .a1a ul {
	width: 55%;
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	justify-content: space-between;
}
.p-lp-area9 .shop .a1a ul li {
	width: 49%;
	margin: 0 1% 1% 0;
	vertical-align: bottom;
}
.p-lp-area9 .shop .a1a ul li img {
	vertical-align: bottom;
}
.p-lp-area9 .shop p.cap {
	font-size: clamp(1.2rem, 1.16rem + 0.125vw, 1.4rem);
	margin-block-start: clamp(1rem, 0.8rem + 0.625vw, 2rem);
}
@media screen and (max-width: 767px) {
	.p-lp-area9 .shop {
		padding: 7.5% 5% 5% 5%;
		margin-bottom: 5%;
	}
	.p-lp-area9 .shop h3 {
		font-size: 1.6rem;
		line-height: 1.5;
		width: 100%;
		margin-bottom: 10px;
	}
	.p-lp-area9 .shop h3 span {
		margin-top: 10px;
	}
	.p-lp-area9 .shop h3 em {
		display: block;
		margin-left: 0em;
		font-size: 1.4rem;
	}
	.p-lp-area9 .shop h3 em.e1 {
		display: inline-block;
		margin-left: 1em;
		margin-bottom: 5px;
		font-size: 1.4rem;
	}
	.p-lp-area9 .shop .logo {
		width: 13%;
		top: 20px;
		right: 5%;
	}
	.p-lp-area9 .shop .tk {
		width: 11%;
		top: 20px;
		right: 22%;
	}
	.p-lp-area9 .shop .a1a {
		display: block;
	}
	.p-lp-area9 .shop .a1a dl {
		width: 100%;
		margin-bottom: 20px;
	}
	.p-lp-area9 .shop .a1a dl dd {
		font-size: 1.4rem;
	}
	.p-lp-area9 .shop .a1a ul {
		width: 100%;
	}
	.p-lp-area9 .shop .a1a ul li {
		margin: 0 0 1.5% 0;
	}
	.p-lp-area9 .shop .a1a ul li a {
		padding: 0 0;
		font-size: 1.5rem !important;
		height: 70px !important;
	}
}
.p-lp-area10 {
	background-image: url(../../img/lp/bg.webp);
	background-size: 50%;
	padding-block: clamp(2rem, 1.4rem + 1.875vw, 5rem);
}
.p-lp-area10 .accToggler {
	font-size: 1.6rem;
	font-weight: 700;
	background: #000;
	padding: 25px 100px;
	margin: 10px 0 0 0;
	position: relative;
	color: #fff;
}
.p-lp-area10 .accToggler span,
.p-lp-area10 .accContent span {
	font-family: "Oswald", sans-serif;
	font-weight: 400;
	line-height: 1;
	font-size: 5rem;
	position: absolute;
	left: 45px;
	top: 10px;
}
.p-lp-area10 .accContent span {
	color: #BBA15C;
}
.p-lp-area10 .accContent {
	font-size: 1.4rem;
	padding: 25px 100px;
	position: relative;
	display: none;
	border: 1px solid #000;
	background: #fff;
}
.p-lp-area10 .accContent a {
	color: #405b95;
	text-decoration: underline;
}
.p-lp-area10 .accToggler em {
	display: inline-block;
	width: 30px;
	height: 30px;
	position: relative;
	position: absolute;
	right: 30px;
}
.p-lp-area10 .accToggler em::before,
.p-lp-area10 .accToggler em::after {
	display: block;
	content: "";
	position: absolute;
	top: 50%;
	left: 50%;
	width: 84%;
	height: 8%;
	margin: -8% 0 0 -42%;
	background: #fff;
}
.p-lp-area10 .accToggler em::after {
	transform: rotate(90deg);
}
.p-lp-area10 .accToggler.active em::before {
	transform: rotate(45deg);
	opacity: 0;
}
.p-lp-area10 .accToggler.active em::after {
	transform: rotate(-180deg);
}
@media screen and (max-width: 767px) {
	.p-lp-area10 .accToggler {
		/*margin: 3px auto;
		padding: 3px;
		color: #f4f4f4;
		border: 1px solid #fff;
		cursor: pointer;
		background-color: #36F;
		font-size:16px;*/
	}
	.p-lp-area10 .accContent {
		margin: 0px auto;
		display: none;
		font-size: 1.4rem;
		line-height: 1.5;
	}
	.p-lp-area10 .accToggler {
		font-size: 1.4rem;
		padding: 15px 50px;
	}
	.p-lp-area10 .accToggler span,
	.p-lp-area10 .accContent span {
		font-size: 6vw;
		left: 15px;
		top: 20px;
	}
	.p-lp-area10 .accContent {
		padding: 15px 15px 15px 50px;
		font-size: 1.4rem;
	}
	.p-lp-area10 .accToggler em {
		width: 20px;
		height: 20px;
		right: 0;
		top: 50%;
		transform: translate(-50%, -50%);
	}
}
.p-lp-form {
	padding: 100px 0 100px;
	background-color: #fff;
}
@media screen and (max-width: 767px) {
	.p-lp-form {
		padding: 10% 0 10% 0;
	}
}
.p-lp-form h2 {
	text-align: center;
	font-size: clamp(2rem, 1.8rem + 0.625vw, 3rem);
	margin-bottom: clamp(2rem, 1.6rem + 1.25vw, 4rem);
}
.p-lp-form ul.btn {
	display: flex;
	justify-content: center;
	gap: 20px;
}
@media screen and (max-width: 767px) {
	.p-lp-form ul.btn {
		flex-direction: column;
		gap: 10px;
	}
}
.p-lp-form ul.btn li {
	max-width: 350px;
}
@media screen and (max-width: 767px) {
	.p-lp-form ul.btn li {
		width: 65%;
		margin-inline: auto;
	}
}
.p-lp-form p.txt {
	text-align: center;
	font-size: clamp(1.4rem, 1.36rem + 0.125vw, 1.6rem);
}
.p-lp-form .form {
	position: relative;
	z-index: 2;
	width: 90%;
	max-width: 820px;
	margin: 0 auto;
}
.p-lp-form .form .mw_wp_form_confirm figure {
	display: none;
}
.p-lp-form .form .check_btn input[type=checkbox].check {
	display: none;
}
.p-lp-form .form .check_btn label {
	display: inline-block;
}
.p-lp-form .form .check_btn .check + span {
	display: flex;
	align-items: center;
	padding-left: 35px;
	height: 26px;
	position: relative;
}
.p-lp-form .form .check_btn .check + span:after, .p-lp-form .form .check_btn .check + span:before {
	content: "";
	display: block;
	position: absolute;
	top: 0;
}
.p-lp-form .form .check_btn .check + span:before {
	border: 1px solid #AAAAAA;
	border-radius: 4px;
	left: 0;
	height: 23px;
	width: 23px;
}
.p-lp-form .form .check_btn .check + span:after {
	border: none;
	border-right: 2px solid #fff;
	border-bottom: 2px solid #fff;
	height: 14px;
	left: 6px;
	opacity: 0;
	top: 1px;
	transform: rotate(45deg);
	width: 10px;
	transition: 0.3s;
}
.p-lp-form .form .check_btn .check:checked + span::after {
	opacity: 1;
}
.p-lp-form .form .check_btn .check:checked + span::before {
	background-color: var(--color-red);
}
.p-lp-form .form .radio_btn {
	display: flex;
	gap: 10px;
}
.p-lp-form .form .radio_btn input[type=radio].radio_btn_item {
	display: none;
}
.p-lp-form .form .radio_btn label {
	display: inline-block;
}
.p-lp-form .form .radio_btn .radio_btn_item + span {
	display: flex;
	align-items: center;
	padding-left: 35px;
	position: relative;
	height: 22px;
}
.p-lp-form .form .radio_btn .radio_btn_item + span:before, .p-lp-form .form .radio_btn .radio_btn_item + span:after {
	border-radius: 50%;
	content: "";
	display: block;
	position: absolute;
}
.p-lp-form .form .radio_btn .radio_btn_item + span:before {
	border: 1px solid #AAAAAA;
	background-color: #FAF7E7;
	left: 0;
	top: 0;
	height: 22px;
	width: 22px;
}
.p-lp-form .form .radio_btn .radio_btn_item + span:after {
	background: #EF8B43;
	left: 5px;
	opacity: 0;
	top: 5px;
	width: 14px;
	height: 14px;
	transform: scale(0.1);
	transition: 0.2s;
}
.p-lp-form .form .radio_btn .radio_btn_item:checked + span::after {
	opacity: 1;
	transform: scale(1);
}
@media screen and (max-width: 767px) {
	.p-lp-form .form .radio_btn .horizontal-item {
		margin-left: 0;
	}
}
.p-lp-form .form p.p1 {
	text-align: center;
	font-size: clamp(1.4rem, 1.36rem + 0.125vw, 1.6rem);
	margin-block: clamp(2rem, 1.6rem + 1.25vw, 4rem);
}
@media screen and (max-width: 767px) {
	.p-lp-form .form p.p1 {
		font-size: 3.5vw;
	}
}
.p-lp-form .form p.p1 em {
	font-style: normal;
	color: var(--color-red);
}
.p-lp-form .form p.pri {
	font-size: 1.6rem;
	text-align: center;
	margin-top: 35px;
}
@media screen and (max-width: 767px) {
	.p-lp-form .form p.pri {
		font-size: 3.5vw;
	}
}
.p-lp-form .form p.pri a {
	text-decoration: underline;
}
.p-lp-form .form .pribox {
	border-radius: 10px;
	padding: 10px 15px;
	box-sizing: border-box;
	background: #FCF8EF;
	border-radius: 10px;
	border: 1px solid #D1CDCB;
	height: 180px;
	overflow: auto;
	font-size: 1.4rem;
}
.p-lp-form .form .pribox h3 {
	font-size: 1.4rem;
	font-weight: normal;
}
.p-lp-form .form table, .p-lp-form .form dl.tbl {
	font-size: 1.6rem;
	letter-spacing: 0;
	width: 100%;
	margin: auto;
}
@media screen and (max-width: 767px) {
	.p-lp-form .form table, .p-lp-form .form dl.tbl {
		font-size: 3.5vw;
	}
}
.p-lp-form .form table tr, .p-lp-form .form dl.tbl tr {
	display: block;
	margin-bottom: 20px;
	text-align: left;
}
.p-lp-form .form table th, .p-lp-form .form dl.tbl th {
	letter-spacing: 0;
	display: block;
	padding: 5px 0;
	position: relative;
	font-weight: 700;
	font-size: 1.6rem;
}
@media screen and (max-width: 767px) {
	.p-lp-form .form table th, .p-lp-form .form dl.tbl th {
		font-size: 3.5vw;
		width: 100%;
		border: none;
	}
}
.p-lp-form .form table th span, .p-lp-form .form table th em, .p-lp-form .form dl.tbl th span, .p-lp-form .form dl.tbl th em {
	font-size: 1.2rem;
	display: inline-block;
	padding: 2px 5px;
	border-radius: 5px;
	margin-left: 10px;
}
.p-lp-form .form table th span, .p-lp-form .form dl.tbl th span {
	background-color: #D60101;
	color: #fff;
}
.p-lp-form .form table th em, .p-lp-form .form dl.tbl th em {
	font-style: normal;
	background-color: #DEDED9;
	color: #959393;
}
.p-lp-form .form table td, .p-lp-form .form dl.tbl td {
	letter-spacing: 0;
	display: block;
}
@media screen and (max-width: 767px) {
	.p-lp-form .form table td, .p-lp-form .form dl.tbl td {
		margin-bottom: 0px;
		padding-bottom: 0;
		width: 100%;
	}
}
.p-lp-form .form table td div, .p-lp-form .form dl.tbl td div {
	display: flex;
	align-items: center;
	flex-wrap: wrap;
	gap: 5px;
}
.p-lp-form .form table td ul.exp, .p-lp-form .form dl.tbl td ul.exp {
	font-size: clamp(1.2rem, 1.16rem + 0.125vw, 1.4rem);
	margin-block-start: clamp(3rem, 2.6rem + 1.25vw, 5rem);
}
.p-lp-form .form table td ul.exp li, .p-lp-form .form dl.tbl td ul.exp li {
	margin-left: 1em;
	text-indent: -1em;
}
.p-lp-form .form table td ul.exp li em, .p-lp-form .form dl.tbl td ul.exp li em {
	color: var(--color-red);
	font-style: normal;
}
@media screen and (max-width: 767px) {
	.p-lp-form .form .mw_wp_form_confirm table td {
		padding: 0;
	}
}
.p-lp-form .form .mw_wp_form_confirm p.pri {
	display: none;
}
.p-lp-form .form .mw_wp_form_complete dl {
	text-align: center;
}
.p-lp-form .form .mw_wp_form_complete dl dt {
	font-size: clamp(2rem, 1.82rem + 0.5625vw, 2.9rem);
}
@media screen and (max-width: 767px) {
	.p-lp-form .form .mw_wp_form_complete dl dt {
		font-size: 6vw;
	}
}
.p-lp-form .form .mw_wp_form_complete dl dd {
	font-size: clamp(1.4rem, 1.36rem + 0.125vw, 1.6rem);
	margin-top: 30px;
}
@media screen and (max-width: 767px) {
	.p-lp-form .form .mw_wp_form_complete dl dd {
		text-align: left;
		font-size: 4vw;
	}
}
.p-lp-form .form .mw_wp_form_complete dl dd:nth-of-type(2) {
	color: #f30;
}
@media screen and (max-width: 767px) {
	.p-lp-form .form .mw_wp_form_complete dl dd:nth-of-type(3) {
		text-align: center;
	}
}
.p-lp-form .form .mw_wp_form_complete dl dd a {
	display: inline-block;
	border-bottom: 1px solid #333;
	font-size: clamp(1.6rem, 1.52rem + 0.25vw, 2rem);
}
@media screen and (max-width: 767px) {
	.p-lp-form .form .mw_wp_form_complete dl dd a {
		font-size: 5vw;
	}
}
.p-lp-form .form form button,
.p-lp-form .form form textarea,
.p-lp-form .form form select {
	margin: 0;
	padding: 0;
	background: none;
	border: none;
	border-radius: 0;
	outline: none;
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
}
.p-lp-form .form form p.send {
	position: relative;
}
.p-lp-form .form form p.send input.send {
	position: relative;
	display: block;
	font-size: 1.7rem;
	font-weight: 700;
	text-align: center;
	padding: 25px 0px;
	background-color: var(--color-grn);
	border: 1px solid var(--color-grn);
	color: #FCF7E1;
	max-width: 285px;
	width: 100%;
	overflow: hidden;
	transition: 0.3s;
	margin: 50px auto 10px auto;
}
.p-lp-form .form form p.send input.send:hover {
	opacity: 0.6;
}
.p-lp-form .form form p.send input.bk {
	padding: 0;
	font-size: 1.6rem;
	font-weight: normal;
	line-height: 1.3;
	text-align: center;
	text-decoration: underline;
	color: #333;
	width: 100%;
	margin: 30px 0 0 0;
	display: inline-block;
	cursor: pointer;
	transition: 0.3s;
	border: none;
	background: none;
}
.p-lp-form .form form p.send input.bk:hover {
	opacity: 0.6;
}
@media screen and (max-width: 767px) {
	.p-lp-form .form form p.send input.bk {
		font-size: 3.5vw;
		margin: 10% auto;
	}
}
.p-lp-form .form select::-ms-expand {
	display: none;
}
.p-lp-form .form form input[type=text],
.p-lp-form .form form input[type=tel],
.p-lp-form .form form input[type=email],
.p-lp-form .form form textarea {
	padding: 10px 15px;
	font-size: 1.6rem;
	line-height: 1.5;
	width: 100%;
	box-sizing: border-box;
	background: #FCF8EF;
	border-radius: 10px;
	border: 1px solid #D1CDCB;
}
@media screen and (max-width: 767px) {
	.p-lp-form .form form input[type=text],
	.p-lp-form .form form input[type=tel],
	.p-lp-form .form form input[type=email],
	.p-lp-form .form form textarea {
		padding: 5px 10px;
		font-size: 3.5vw;
		border-radius: 5px;
	}
}
.p-lp-form .form form input[type=button],
.p-lp-form .form form input[type=file] {
	border-radius: 3px;
	line-height: 1;
	background: #fff;
	font-size: 1.4rem;
	border: none;
	margin: 10px 0 0 0;
}
.p-lp-form .form form .mwform-file-delete {
	margin: 0 0 10px 0;
}
.p-lp-form .form form textarea {
	width: 100% !important;
	height: 180px !important;
	border-radius: 10px;
	font-size: 1.6rem;
}
@media screen and (max-width: 767px) {
	.p-lp-form .form form textarea {
		font-size: 3.5vw;
		height: 180px !important;
	}
}
.p-lp-form .form .mwform-file-delete {
	cursor: pointer;
	visibility: hidden;
}
.p-lp-form .form .mw-wp-form_file a {
	font-size: 1.4rem;
	text-decoration: underline;
}
.p-lp-form .form .date {
	position: relative;
	width: 200px;
}
@media screen and (max-width: 767px) {
	.p-lp-form .form .date {
		width: 45%;
	}
}
.p-lp-form .form .date:after {
	position: absolute;
	top: 0;
	bottom: 0;
	right: 20px;
	margin: auto;
	display: block;
	width: 15px;
	height: 15px;
	pointer-events: none;
	text-align: center;
	content: "";
	background-size: cover;
	background-image: url("data:image/svg+xml;charset=utf8,%3C%3Fxml%20version%3D%221.0%22%20encoding%3D%22UTF-8%22%3F%3E%3Csvg%20id%3D%22_%E3%83%AC%E3%82%A4%E3%83%A4%E3%83%BC_1%22%20data-name%3D%22%E3%83%AC%E3%82%A4%E3%83%A4%E3%83%BC%201%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20viewBox%3D%220%200%2016.69%2016.69%22%3E%20%3Cdefs%3E%20%3Cstyle%3E%20.cls-1%20%7B%20fill%3A%20%23fcf8ef%3B%20stroke%3A%20%23231815%3B%20%7D%20.cls-2%20%7B%20fill%3A%20%23231815%3B%20%7D%20%3C%2Fstyle%3E%20%3C%2Fdefs%3E%20%3Crect%20class%3D%22cls-1%22%20x%3D%22.5%22%20y%3D%22.5%22%20width%3D%2215.69%22%20height%3D%2215.69%22%2F%3E%20%3Crect%20class%3D%22cls-2%22%20x%3D%22.5%22%20y%3D%22.5%22%20width%3D%2215.69%22%20height%3D%223.21%22%2F%3E%3C%2Fsvg%3E");
}
@media screen and (max-width: 767px) {
	.p-lp-form .form .date:after {
		right: 10px;
	}
}
.p-lp-form .form .custom {
	overflow: hidden;
	display: inline-block;
	*display: inline;
	*zoom: 1;
	position: relative;
	border-radius: 0;
	vertical-align: middle;
	margin: 0;
	background: #FCF8EF;
	border-radius: 10px;
	border: 1px solid #D1CDCB;
	width: 200px;
}
@media screen and (max-width: 767px) {
	.p-lp-form .form .custom {
		border-radius: 5px;
		width: 45%;
	}
}
.p-lp-form .form .custom.-w100 {
	width: 100%;
}
.p-lp-form .form .mw_wp_form_confirm .custom {
	border: none;
	background: transparent;
}
.p-lp-form .form .custom > select {
	width: 100%;
	padding: 10px 15px;
	font-size: 1.6rem;
	line-height: 1.5;
	outline: none;
}
@media screen and (max-width: 767px) {
	.p-lp-form .form .custom > select {
		font-size: 3.5vw;
		padding: 5px 5px;
	}
}
.p-lp-form .form .custom > select.inp2 {
	width: 100px;
}
@media screen and (max-width: 767px) {
	.p-lp-form .form .custom > select.inp2 {
		width: 80px;
	}
}
.p-lp-form .form .custom:after {
	position: absolute;
	top: 0;
	bottom: 0;
	right: 20px;
	margin: auto;
	display: block;
	width: 12px;
	height: 16px;
	pointer-events: none;
	text-align: center;
	content: "";
	background-size: cover;
	background-image: url("../../img/lp/arr2.svg");
}
@media screen and (max-width: 767px) {
	.p-lp-form .form .custom:after {
		right: 10px;
	}
}
.p-lp-form .form .mw_wp_form_confirm .custom:after {
	display: none;
}
.p-lp-form .form form ::placeholder {
	color: #999;
	font-size: 1.6rem;
}
@media screen and (max-width: 767px) {
	.p-lp-form .form form ::placeholder {
		font-size: 3.5vw;
	}
}
.p-lp-form .form form .check {
	text-align: center;
}
.p-lp-form .form form .mwform-checkbox-field.horizontal-item {
	display: inline-block;
	margin: 0 5px 5px 0;
	font-size: 1.6rem;
}
@media screen and (max-width: 767px) {
	.p-lp-form .form form .mwform-checkbox-field.horizontal-item {
		font-size: 3.4vw;
		width: 30%;
	}
}
.p-lp-form .form form .mwform-radio-field.horizontal-item {
	display: inline-block;
	margin-right: 1em;
}
.p-lp-form .form form .mwform-checkbox-field a {
	text-decoration: underline;
}
.p-lp-form .form .ui-datepicker-trigger {
	display: inline-block;
	vertical-align: middle;
	margin-left: 15px;
	width: 30px;
}
.p-lp-form .form .mw_wp_form_confirm .ui-datepicker-trigger {
	display: none !important;
}/*# sourceMappingURL=style.css.map */