:root {
	--font-family-base: Noto Sans JP, sans-serif;
	--font-secondary: sichandich, sans-serif;
	--font-en: "Montserrat", sans-serif;
	--font-weight-base: 400;
	--lineheight-base: 1.5;
	--font-size-base: 1.4rem;
	--color-primary: #FDFFBE;
	--color-secondary: #D8F7C9;
	--color-danger: #E94744;
	--border-color: #1F2020;
	--input-border-color: var(--border-color);
	--input-border-width: 1px;
	--input-font-size: 1.4rem;
	--input-font-weight: 400;
	--input-background: #fff;
}

* {
	box-sizing: border-box;
}

html {
	overflow-x: hidden;
	font-size: 2.66667vw;
}

html.noscroll {
	position: fixed;
	left: 0;
	right: 0;
	width: 100%;
	overflow-y: scroll;
	overflow-x: hidden;
}

body {
	background-color: #fff;
	color: #1F2020;
	margin: 0;
	font-family: var(--font-family-base);
	font-weight: var(--font-weight-base);
	font-size: var(--font-size-base);
	line-height: var(--lineheight-base);
	font-feature-settings: "palt";
	text-align: left;
	position: relative;
	overflow-x: hidden;
}

h1,
h2,
h3,
h4,
h5,
h6,
p {
	margin: 0;
}

ol,
ul,
dl {
	list-style-type: none;
	margin: 0;
	padding-left: 0;
}

b,
strong,
.bold {
	font-weight: 700;
}

a {
	background-color: transparent;
	color: inherit;
	text-decoration: none;
}

img {
	vertical-align: middle;
	border-style: none;
	max-width: 100%;
	height: auto;
}

table {
	border-collapse: collapse;
}

th {
	font-weight: 400;
	text-align: inherit;
	text-align: -webkit-match-parent;
}

input,
button,
select,
optgroup,
textarea {
	margin: 0;
	font-family: inherit;
	font-size: inherit;
	line-height: inherit;
}

button,
input {
	overflow: visible;
}

button,
select {
	text-transform: none;
}

select {
	word-wrap: normal;
}

button,
[type=button],
[type=reset],
[type=submit] {
	-webkit-appearance: button;
}

textarea {
	overflow: auto;
	resize: vertical;
}

[type=number]::-webkit-inner-spin-button,
[type=number]::-webkit-outer-spin-button {
	height: auto;
}

[type=search] {
	outline-offset: -2px;
	-webkit-appearance: none;
}

[type=search]::-webkit-search-decoration {
	-webkit-appearance: none;
}

[hidden] {
	display: none !important;
}

.aligncenter {
	text-align: center;
}

.alignright {
	text-align: right;
}

.alignleft {
	text-align: left;
}

img.aligncenter {
	display: block;
	margin: auto;
}

img.alignright {
	display: block;
	margin-left: auto;
}

img.alignleft {
	display: block;
	margin-right: auto;
}

.inner {
	padding-inline: 2rem;
	width: 100%;
}

.d-none {
	display: none !important;
}

.d-block {
	display: block !important;
}

.d-flex {
	display: flex !important;
}

.m-0 {
	margin: 0 !important;
}

.mt-0,
.my-0 {
	margin-top: 0 !important;
}

.mr-0,
.mx-0 {
	margin-right: 0 !important;
}

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

.ml-0,
.mx-0 {
	margin-left: 0 !important;
}

.m-5 {
	margin: 0.5rem !important;
}

.mt-5,
.my-5 {
	margin-top: 0.5rem !important;
}

.mr-5,
.mx-5 {
	margin-right: 0.5rem !important;
}

.mb-5,
.my-5 {
	margin-bottom: 0.5rem !important;
}

.ml-5,
.mx-5 {
	margin-left: 0.5rem !important;
}

.m-10 {
	margin: 1rem !important;
}

.mt-10,
.my-10 {
	margin-top: 1rem !important;
}

.mr-10,
.mx-10 {
	margin-right: 1rem !important;
}

.mb-10,
.my-10 {
	margin-bottom: 1rem !important;
}

.ml-10,
.mx-10 {
	margin-left: 1rem !important;
}

.m-20 {
	margin: 2rem !important;
}

.mt-20,
.my-20 {
	margin-top: 2rem !important;
}

.mr-20,
.mx-20 {
	margin-right: 2rem !important;
}

.mb-20,
.my-20 {
	margin-bottom: 2rem !important;
}

.ml-20,
.mx-20 {
	margin-left: 2rem !important;
}

.p-0 {
	padding: 0 !important;
}

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

.pr-0,
.px-0 {
	padding-right: 0 !important;
}

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

.pl-0,
.px-0 {
	padding-left: 0 !important;
}

.p-5 {
	padding: 0.5rem !important;
}

.pt-5,
.py-5 {
	padding-top: 0.5rem !important;
}

.pr-5,
.px-5 {
	padding-right: 0.5rem !important;
}

.pb-5,
.py-5 {
	padding-bottom: 0.5rem !important;
}

.pl-5,
.px-5 {
	padding-left: 0.5rem !important;
}

.p-10 {
	padding: 1rem !important;
}

.pt-10,
.py-10 {
	padding-top: 1rem !important;
}

.pr-10,
.px-10 {
	padding-right: 1rem !important;
}

.pb-10,
.py-10 {
	padding-bottom: 1rem !important;
}

.pl-10,
.px-10 {
	padding-left: 1rem !important;
}

.p-20 {
	padding: 2rem !important;
}

.pt-20,
.py-20 {
	padding-top: 2rem !important;
}

.pr-20,
.px-20 {
	padding-right: 2rem !important;
}

.pb-20,
.py-20 {
	padding-bottom: 2rem !important;
}

.pl-20,
.px-20 {
	padding-left: 2rem !important;
}

.m-n5 {
	margin: -0.5rem !important;
}

.mt-n5,
.my-n5 {
	margin-top: -0.5rem !important;
}

.mr-n5,
.mx-n5 {
	margin-right: -0.5rem !important;
}

.mb-n5,
.my-n5 {
	margin-bottom: -0.5rem !important;
}

.ml-n5,
.mx-n5 {
	margin-left: -0.5rem !important;
}

.m-n10 {
	margin: -1rem !important;
}

.mt-n10,
.my-n10 {
	margin-top: -1rem !important;
}

.mr-n10,
.mx-n10 {
	margin-right: -1rem !important;
}

.mb-n10,
.my-n10 {
	margin-bottom: -1rem !important;
}

.ml-n10,
.mx-n10 {
	margin-left: -1rem !important;
}

.m-n20 {
	margin: -2rem !important;
}

.mt-n20,
.my-n20 {
	margin-top: -2rem !important;
}

.mr-n20,
.mx-n20 {
	margin-right: -2rem !important;
}

.mb-n20,
.my-n20 {
	margin-bottom: -2rem !important;
}

.ml-n20,
.mx-n20 {
	margin-left: -2rem !important;
}

.m-auto {
	margin: auto !important;
}

.mt-auto,
.my-auto {
	margin-top: auto !important;
}

.mr-auto,
.mx-auto {
	margin-right: auto !important;
}

.mb-auto,
.my-auto {
	margin-bottom: auto !important;
}

.ml-auto,
.mx-auto {
	margin-left: auto !important;
}

.text-justify {
	text-align: justify !important;
}

.text-wrap {
	white-space: normal !important;
}

.text-nowrap {
	white-space: nowrap !important;
}

.text-left {
	text-align: left !important;
}

.text-right {
	text-align: right !important;
}

.text-center {
	text-align: center !important;
}

.text-lowercase {
	text-transform: lowercase !important;
}

.text-uppercase {
	text-transform: uppercase !important;
}

.text-capitalize {
	text-transform: capitalize !important;
}

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

.btn {
	display: inline-block;
	font-family: "Noto Sans JP", sans-serif;
	font-weight: 400;
	color: #1E1E1E;
	text-align: center;
	text-decoration: none;
	vertical-align: middle;
	-webkit-user-select: none;
	-moz-user-select: none;
	user-select: none;
	background-color: transparent;
	border: 1px solid transparent;
}

.btn:focus,
.btn.focus {
	outline: 0;
}

.btn.disabled,
.btn:disabled {
	opacity: 0.6;
}

.btn:not(:disabled):not(.disabled) {
	cursor: pointer;
}

.p-header {
	display: flex;
	align-items: flex-end;
	padding: 1.3rem 2rem;
	position: relative;
	z-index: 200;
}

.happi-form .p-header {
	padding-bottom: 3rem;
}

.openMenu .p-header {
	background-color: #fff;
}

.p-header__site {
	width: 15.1rem;
}

.p-header__site img {
	width: 100%;
}

.p-header__logo {
	border-left: 1px solid #D9D9D9;
	margin-left: 1.4rem;
	padding-left: 1.6rem;
}

.p-header__logo img {
	width: 4.9rem;
}

.global-navi__logo {
	margin-bottom: 3.1rem;
	text-align: center;
}

.global-navi__logo img {
	width: 15.3rem;
}

.nav-list {
	border: 2px solid var(--border-color);
	border-radius: 1.6rem;
	overflow: hidden;
}

.nav-list li {
	border-bottom: 2px solid var(--border-color);
}

.nav-list li:last-child {
	border-bottom: 0;
}

.happi-share .nav-list li:nth-child(1) {
	--navi-dotted-color: #E94744;
}

.happi-share .nav-list li:nth-child(2) {
	--navi-dotted-color: #FFD110;
}

.happi-share .nav-list li:nth-child(3) {
	--navi-dotted-color: #5DE21B;
}

.happi-share .nav-list li:nth-child(4) {
	--navi-dotted-color: #4470E9;
}

.happi-share .nav-list li:nth-child(5) {
	--navi-dotted-color: #6FB5C5;
}

.happi-share .nav-list li:nth-child(6) {
	--navi-dotted-color: #FFE1E1;
}

.nav-list a {
	display: flex;
	align-items: center;
	gap: 0.6rem;
	font-size: 1.7rem;
	font-weight: 400;
	line-height: 1;
	padding: 1.7rem 2.2rem;
	position: relative;
}

.nav-list a.is-active,
.nav-list a:hover {
	background-color: #FDFFBE;
}

.nav-list a.is-active::before,
.nav-list a:hover::before {
	opacity: 1;
}

.nav-list a::before {
	content: "";
	background-color: var(--navi-dotted-color, var(--color-danger));
	border: 2px solid var(--border-color);
	border-radius: 50%;
	flex-shrink: 0;
	height: 0.5rem;
	width: 0.5rem;
	opacity: 0;
}

.hamburger-box {
	background-color: #fff;
	border: 0.2rem solid var(--border-color);
	border-radius: 50%;
	position: relative;
	display: flex;
	align-items: center;
	justify-content: center;
	cursor: pointer;
	margin-left: auto;
	height: 4.8rem;
	width: 4.8rem;
	z-index: 1100;
}

.hamburger-box.is-active .hamburger-inner {
	transition-delay: 0.12s;
	transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
	transform: rotate(45deg);
}

.hamburger-box.is-active .hamburger-inner:before {
	transition: top 75ms ease, opacity 75ms ease 0.12s;
	opacity: 0;
	top: 0;
}

.hamburger-box.is-active .hamburger-inner:after {
	transition: bottom 75ms ease, transform 75ms cubic-bezier(0.215, 0.61, 0.355, 1) 0.12s;
	transform: rotate(-90deg);
	bottom: 0;
}

.hamburger-inner:after,
.hamburger-inner:before {
	display: block;
	content: "";
}

.hamburger-inner:after,
.hamburger-inner:before,
.hamburger-inner {
	width: 2.2rem;
	height: 0.2rem;
	background-color: var(--border-color);
	transition: transform 0.15s ease;
	border-radius: 1.5px;
}

.hamburger-inner {
	position: relative;
	display: block;
	transition-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
	transition-duration: 75ms;
}

.hamburger-inner:before {
	position: absolute;
	top: -0.6rem;
	transition: top 75ms ease 0.12s, opacity 75ms ease;
}

.hamburger-inner:after {
	position: absolute;
	bottom: -0.6rem;
	transition: bottom 75ms ease 0.12s, transform 75ms cubic-bezier(0.55, 0.055, 0.675, 0.19);
}

.p-footer {
	padding: 5.8rem 0 9.6rem;
	position: relative;
	z-index: 1;
}

.p-footer::before {
	content: "";
	background-color: var(--color-primary);
	border-radius: 2rem;
	position: absolute;
	left: 0;
	right: 0;
	top: -1.7rem;
	bottom: 0;
	z-index: -1;
}

.p-footer__info {
	background: url("../images/common/icon03.svg") no-repeat center bottom 2.2rem;
	background-size: 26.6rem 2rem;
	padding-bottom: 8.2rem;
}

.p-footer__label {
	background: url("../images/common/icon02.svg") no-repeat center top/contain;
	font-size: 1.4rem;
	font-weight: bold;
	line-height: 1;
	height: 5.6rem;
	width: 23.9rem;
	margin: 0 auto 1rem;
	padding-top: 1.2rem;
	text-align: center;
}

.p-footer__logo {
	margin: 0 auto 2.5rem;
	width: 23.7rem;
}

.p-footer__nav {
	display: grid;
	row-gap: 1rem;
	text-align: center;
}

.p-footer__nav .c-link {
	font-size: 1.2rem;
}

.p-footer .site-logo {
	margin-bottom: 4rem;
	text-align: center;
}

.p-footer .site-logo img {
	width: 13.3rem;
}

.p-footer .copyright {
	border-top: 1px solid #000;
	font-size: 1rem;
	font-weight: 600;
	letter-spacing: 0.03em;
	padding-top: 1.9rem;
	text-align: center;
}

.form-control {
	background-color: var(--input-background);
	background-clip: padding-box;
	border: var(--input-border-width) solid var(--input-border-color);
	border-radius: 1rem;
	color: #000;
	display: block;
	font-family: var(--font-family-base);
	font-size: var(--input-font-size);
	font-weight: var(--input-font-weight);
	line-height: 1.5;
	outline: none;
	padding: 0 1.6rem;
	width: 100%;
	height: 4.8rem;
}

.form-control:focus {
	background-color: #FFFFF4;
}

.form-control::-ms-expand {
	background-color: transparent;
	border: 0;
}

.form-control:-moz-focusring {
	color: transparent;
	text-shadow: 0 0 0 #000;
}

.form-control::-moz-placeholder {
	color: #AEB2B2;
	opacity: 1;
}

.form-control::placeholder {
	color: #AEB2B2;
	opacity: 1;
}

.form-control:disabled {
	background-color: #1E1E1E;
	opacity: 1;
}

input[type=date].form-control,
input[type=time].form-control,
input[type=datetime-local].form-control,
input[type=month].form-control {
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
}

textarea.form-control {
	height: 9.6rem;
	padding-top: 1.8rem;
}

.form-calander {
	position: relative;
}

.form-calander::after {
	content: "";
	box-sizing: border-box;
	border-left: 1px solid #000;
	background: url("../images/common/icon_calendar.svg") no-repeat right center/1.4rem;
	background-position: right 0.2rem center;
	height: 2.4rem;
	width: 2.4rem;
	pointer-events: none;
	padding-left: 1rem;
	position: absolute;
	right: 1.4rem;
	top: 50%;
	transform: translateY(-50%);
}

.radio-custom {
	cursor: pointer;
	display: block;
	position: relative;
}

.radio-custom input {
	position: absolute;
	left: 0;
	top: 0;
	opacity: 0;
	visibility: hidden;
}

.radio-custom input:checked + .radio-custom__wrap {
	background-color: var(--color-danger);
	color: #fff;
}

.radio-custom input:checked + .radio-custom__wrap span {
	background-color: #fff;
	border-color: #fff;
}

.radio-custom input:checked + .radio-custom__wrap span::after {
	opacity: 1;
}

.radio-custom__wrap {
	border: 1px solid var(--border-color);
	border-radius: 1rem;
	display: flex;
	align-items: center;
	-moz-column-gap: 0.8rem;
	column-gap: 0.8rem;
	font-size: 1.3rem;
	font-weight: 600;
	padding: 1.2rem 1rem;
}

.radio-custom__wrap span {
	border: 1px solid var(--border-color);
	border-radius: 50%;
	flex-shrink: 0;
	height: 1.6rem;
	width: 1.6rem;
	position: relative;
}

.radio-custom__wrap span::after {
	content: "";
	box-sizing: border-box;
	background-color: var(--color-danger);
	border: 1px solid var(--border-color);
	border-radius: 50%;
	aspect-ratio: 1;
	width: 50%;
	position: absolute;
	left: 50%;
	top: 50%;
	transform: translate(-50%, -50%);
	opacity: 0;
}

.checkbox-custom {
	display: inline-flex;
	align-items: center;
	gap: 0.9rem;
	font-size: 1.4rem;
	position: relative;
}

.checkbox-custom input {
	position: absolute;
	left: 0;
	top: 0;
	opacity: 0;
	visibility: hidden;
}

.checkbox-custom input:checked + span::after {
	opacity: 1;
}

.checkbox-custom span {
	background-color: #fff;
	border: 1px solid var(--border-color);
	border-radius: 0.2rem;
	display: flex;
	align-items: center;
	justify-content: center;
	height: 1.6rem;
	width: 1.6rem;
}

.checkbox-custom span::after {
	content: "";
	background: url("../images/common/icon_check.svg") no-repeat center/contain;
	height: 0.6rem;
	width: 0.8rem;
	opacity: 0;
}

.form-radios {
	display: grid;
	row-gap: 1.2rem;
}

.form-step {
	display: flex;
	justify-content: center;
	font-size: 1.4rem;
	font-weight: bold;
	line-height: 1;
	-moz-column-gap: 3.2rem;
	column-gap: 3.2rem;
	margin-bottom: 4rem;
	position: relative;
	z-index: 1;
}

.form-step::after {
	content: "";
	background: url("../images/common/bg_dotted.svg") no-repeat center/contain;
	height: 0.2rem;
	width: 14.9rem;
	position: absolute;
	left: 50%;
	top: 50%;
	transform: translate(-50%, -50%);
	z-index: -1;
}

.form-step li {
	background-color: #fff;
	box-shadow: 0 0 0 1.5px var(--border-color);
	border-radius: 0.5rem;
	display: flex;
	align-items: center;
	justify-content: center;
	height: 3.2rem;
	width: 5.4rem;
}

.form-step li.is-current {
	background-color: var(--border-color);
	color: #fff;
}

.form-type {
	display: none;
}

.form-list {
	margin-bottom: 3rem;
}

.form-list dt {
	font-size: 1.4rem;
	font-weight: bold;
	letter-spacing: 0.02em;
	margin-bottom: 1.5rem;
}

.form-list dd {
	margin: 0 0 3rem;
	position: relative;
}

.form-list dd:last-child {
	margin-bottom: 0;
}

.form-note {
	font-size: 1.2rem;
	font-weight: 400;
	letter-spacing: 0.02em;
	margin-top: 3.4rem;
}

.form-ttl {
	font-size: 2.1rem;
	font-weight: 400;
	letter-spacing: -0.05em;
	text-align: center;
}

.form-ttl::after {
	content: "";
	background: url("../images/common/icon_car.svg") no-repeat center/contain;
	display: block;
	height: 2.8rem;
	width: 5.5rem;
	margin: 3.8rem auto 3.6rem;
}

.form-txt {
	font-size: 1.2rem;
	font-weight: 400;
	line-height: 2;
	letter-spacing: 0.02em;
	margin-bottom: 4.8rem;
}

.form-btn {
	display: flex;
	align-items: center;
	justify-content: center;
	flex-direction: column;
	gap: 1.5rem;
	justify-content: center;
	margin-top: 4rem;
}

.form-btn img {
	width: 29.9rem;
}

.form-label {
	background-color: var(--color-danger);
	border-radius: 0.5rem;
	color: #fff;
	font-size: 1rem;
	font-weight: bold;
	line-height: 1;
	margin-right: 0.7rem;
	padding: 0.1rem 0.6rem 0.2rem;
}

.form-label.--optional {
	background-color: #D7E2E8;
	color: #1F2020;
}

.form-policy {
	margin-bottom: 2.7rem;
	text-align: center;
}

.form-policy a {
	margin-right: 0.5rem;
}

.form-footer {
	display: flex;
	flex-direction: column;
	align-items: center;
	gap: 1.5rem;
}

.form-footer img {
	width: 29.9rem;
}

.form-store .store-item {
	display: block;
}

.form-row {
	margin-bottom: 1.2rem;
}

.form-group {
	position: relative;
}

.form-group .suggestions-list {
	display: none;
	background-color: #fff;
	border: 1px solid #e6e6e6;
	box-shadow: 0 0 1.2rem rgba(0, 0, 0, 0.07);
	border-radius: 0.8rem;
	font-size: 1.3rem;
	min-width: 22.5rem;
	padding: 0.6rem 0.8rem 0.6rem 0;
	position: absolute;
	left: 0;
	top: 100%;
	z-index: 10;
}

.form-group .suggestions-list.is-input {
	display: block;
}

.form-group .suggestions-list ul {
	max-height: 11.7rem;
	overflow-y: auto;
	padding-right: 0.3rem;
}

.form-group .suggestions-list ul::-webkit-scrollbar {
	width: 0.6rem;
}

.form-group .suggestions-list ul::-webkit-scrollbar-track {
	background: #e2e8e8;
	border-radius: 0.3rem;
}

.form-group .suggestions-list ul::-webkit-scrollbar-thumb {
	background: #969696;
	border-radius: 0.3rem;
}

.form-group .suggestions-list li {
	padding: 0.6rem 1.6rem;
}

.form-group .suggestions-list li:not(:last-child) {
	background: url("../../images/common/icon_dot_line.svg") repeat-x left bottom;
}

.form-group .suggestions-list li:hover {
	background-color: #fefef3;
}

.form-accordion {
	background-color: #F5F3F3;
	border: 1px solid var(--border-color);
	border-radius: 1rem;
	margin-top: 2rem;
}

.form-accordion__head {
	font-size: 1.4rem;
	font-weight: bold;
	padding: 1.4rem 1.6rem;
	position: relative;
}

.form-accordion__head.is-active .icon {
	transform: translateY(-50%) rotateX(0deg);
}

.form-accordion__head .icon {
	background-color: #000;
	border-radius: 50%;
	display: flex;
	align-items: center;
	justify-content: center;
	height: 2.6rem;
	width: 2.6rem;
	position: absolute;
	right: 1.3rem;
	top: 50%;
	transform: translateY(-50%) rotateX(180deg);
	z-index: 1;
}

.form-accordion__head .icon::after {
	content: "";
	background: url("../images/common/icon_arrow03.svg") no-repeat center/contain;
	height: 0.6rem;
	width: 1rem;
	margin-top: -0.2rem;
}

.form-accordion__body {
	display: none;
	border-top: 1px solid var(--border-color);
	padding: 1.6rem;
}

.form-accordion .form-list dt {
	font-size: 1.3rem;
	margin-bottom: 1.2rem;
}

.form-year-group {
	display: flex;
	gap: 1.1rem;
}

.form-year-group > div {
	flex: 1;
}

.form-check-list {
	display: grid;
	grid-template-columns: repeat(2, 1fr);
	row-gap: 2rem;
}

.toggle-radio {
	background-color: #fff;
	border: 1px solid var(--border-color);
	border-radius: 0.8rem;
	display: grid;
	grid-template-columns: repeat(2, 1fr);
	gap: 0.7rem;
	margin-bottom: 1rem;
	padding: 0.8rem;
}

.toggle-radio .radio-item {
	display: block;
	position: relative;
}

.toggle-radio .radio-item input {
	position: absolute;
	left: 0;
	top: 0;
	opacity: 0;
	visibility: hidden;
}

.toggle-radio .radio-item input:checked ~ .radio-item__wrap {
	background-color: var(--color-danger);
	border-color: var(--border-color);
	color: #fff;
}

.toggle-radio .radio-item__wrap {
	border: 1px solid #AEB2B2;
	border-radius: 0.5rem;
	color: #AEB2B2;
	display: flex;
	align-items: center;
	justify-content: center;
	font-size: 1.3rem;
	font-weight: 600;
	letter-spacing: 0.06em;
	height: 3.2rem;
}

label.error {
	display: block;
	color: var(--color-danger);
	font-size: 1.4rem;
	letter-spacing: 0.04em;
	margin-top: 0.6rem;
}

.confirm-list {
	margin-bottom: 4rem;
}

.confirm-list dt {
	font-size: 1.4rem;
	font-weight: bold;
	margin-bottom: 0.6rem;
}

.confirm-list dd {
	border-bottom: 1px solid var(--border-color);
	font-size: 1.4rem;
	margin: 0 0 1.5rem;
	padding-bottom: 1.5rem;
}

.select2 {
	display: block;
	width: 100%;
}

.select2-container {
	right: 0;
}

.select2-container .select2-selection--single {
	display: flex;
	align-items: center;
	height: 4.8rem;
	position: relative;
}

.select2-container .select2-selection__arrow {
	border-left: 1px solid #000;
	display: flex;
	align-items: center;
	height: 2.4rem;
	width: 2.4rem;
	padding-left: 1rem;
	position: absolute;
	right: 1.4rem;
	top: 50%;
	transform: translateY(-50%);
}

.select2-container .select2-selection__arrow::after {
	content: "";
	background: url("../images/common/icon_arrow04.svg") no-repeat center/contain;
	height: 0.8rem;
	width: 0.9rem;
	display: block;
}

.select2-container .select2-selection__arrow b {
	display: none;
}

.select2-dropdown {
	background-color: #fff;
	border: 1px solid var(--border-color);
	border-radius: 1rem;
	font-size: 1.4rem;
	overflow: hidden;
}

.select2-dropdown:not(.select2-dropdown--above) {
	top: 0.4rem;
}

.select2-dropdown.select2-dropdown--above {
	top: -0.4rem;
}

.select2-container--default .select2-results__option--selected,
.select2-container--default .select2-results__option--highlighted.select2-results__option--selectable {
	background-color: #FDFFBE;
	color: #1F2020;
}

.select2-container--default .select2-results__option {
	padding: 0.7rem 1.6rem;
}

.select2-container--default .select2-results > .select2-results__options {
	min-width: auto;
	max-height: none;
	width: auto !important;
}

.select2-container--default .select2-dropdown {
	width: auto !important;
	min-width: -moz-fit-content;
	min-width: fit-content;
}

.table {
	width: 100%;
}

.hover {
	transition: 0.3s ease;
}

.hover:hover {
	opacity: 0.7;
}

.w100 {
	width: 100%;
}

.font-sec {
	font-family: var(--font-secondary);
}

.font-en {
	font-family: var(--font-en);
}

.indent-right {
	margin-right: -0.5em;
}

.happi-share {
	--main-background-color: var(--color-primary);
}

.happi-share-invite {
	--color-primary: #E4FFD7;
	--main-background-color: var(--color-primary);
}

.happi-form {
	--main-background-color: #fff;
}

.l-wrapper {
	overflow: hidden;
	position: relative;
	z-index: 1;
}

.l-main {
	background-color: var(--main-background-color);
	overflow: hidden;
}

.l-side .p-mv {
	display: flex;
	align-items: center;
	justify-content: center;
	min-height: 100vh;
	padding-bottom: 0;
}

.l-side .p-mv::before,
.l-side .p-mv::after {
	display: none;
}

.l-side .p-mv__box {
	max-width: 33.5rem;
	padding: 2.6rem 1.6rem 3.4rem;
}

.l-side .p-mv__box-item {
	margin-bottom: 1.1rem;
}

.l-side .p-mv__box-img.p-mv__box-img--01 {
	width: 6rem;
}

.l-side .p-mv__box-img.p-mv__box-img--02 {
	width: 6.2rem;
}

.l-side .p-mv__box-head {
	font-size: 2.4rem;
}

.l-side .p-mv__box-body {
	padding: 1.5rem 0 0.7rem;
}

.l-side .p-mv__box-price img {
	height: 5.6rem;
}

.l-side .p-mv__box-txt {
	text-align: center;
}

.l-side .p-mv__box-txt span {
	font-size: 1.9rem;
}

.l-side .p-mv .mv-card {
	padding: 1.2rem 2rem 4.7rem;
	width: 33.5rem;
	max-width: 100%;
	position: relative;
	overflow: hidden;
}

.l-side .p-mv .mv-card::before {
	content: "";
	background: url("../images/hapi_share_invite/mv_staff01.png") no-repeat center/contain;
	height: 11.5rem;
	width: 7.4rem;
	position: absolute;
	left: 0.1rem;
	bottom: -1.1rem;
}

.l-side .p-mv .mv-card::after {
	content: "";
	background: url("../images/hapi_share_invite/mv_staff02.png") no-repeat center/contain;
	height: 11.1rem;
	width: 7.5rem;
	position: absolute;
	right: 0;
	bottom: 0;
}

.l-side .p-mv .mv-card__top {
	font-size: 1.6rem;
	margin-bottom: 0.8rem;
}

.l-side .p-mv .mv-card__label {
	font-size: 2rem;
	padding: 0.4rem 0;
}

.l-side .p-mv .mv-card__img img {
	height: 6.2rem;
}

.l-side .p-mv .mv-card__txt {
	font-size: 2.7rem;
}

.bg-cl01 {
	background-color: #FDFFBE !important;
}

.c-link {
	display: inline-flex;
	align-items: center;
	-moz-column-gap: 0.4rem;
	column-gap: 0.4rem;
	font-size: 1.4rem;
	text-decoration: underline;
	text-underline-offset: 0.2rem;
}

.c-link::after {
	content: "";
	background: url("../images/common/icon_blank.svg") no-repeat center/contain;
	flex-shrink: 0;
	height: 1rem;
	width: 1rem;
}

.c-shadow {
	filter: drop-shadow(0 0.3rem 0 var(--border-color));
}

.side-left {
	display: flex;
	align-items: center;
	justify-content: center;
	min-height: 100vh;
	position: relative;
}

.side-left::after {
	content: "";
	background: url("../images/common/icon03.svg") no-repeat center bottom/contain;
	height: 3.1rem;
	width: 40.9rem;
	max-width: 100%;
	position: absolute;
	left: 50%;
	transform: translateX(-50%);
	bottom: 3rem;
}

.side-left img {
	width: 27rem;
}

.p-mv {
	padding-bottom: 5.6rem;
	position: relative;
	z-index: 1;
}

.p-mv::before {
	content: "";
	background: url("../images/hapi_share/mv_bg01.svg") no-repeat center/cover;
	height: 25.9rem;
	position: absolute;
	top: -4.2rem;
	left: 0;
	right: 0;
	z-index: -1;
}

.p-mv::after {
	content: "";
	background: url("../images/hapi_share/mv_bg02.svg") no-repeat center/cover;
	height: 14.7rem;
	position: absolute;
	bottom: 19rem;
	left: 0;
	right: 0;
	z-index: -1;
}

.p-mv.p-mv--invite {
	padding-bottom: 1.3rem;
}

.p-mv__img {
	text-align: center;
}

.p-mv__img {
	margin-bottom: 1.6rem;
}

.p-mv__img img {
	width: 26rem;
}

.p-mv__label {
	background: url("../images/common/icon01.svg") no-repeat center/contain;
	aspect-ratio: 335/56;
	font-size: 1.6rem;
	font-weight: bold;
	line-height: 1;
	margin-bottom: 1.5rem;
	padding-top: 1.1rem;
	padding-left: 1rem;
	text-align: center;
}

.p-mv__box {
	background-color: #fff;
	border: 2px solid #1F2020;
	border-radius: 1.2rem;
	padding: 1.5rem 1.4rem 1.3rem;
	position: relative;
	z-index: 1;
}

.p-mv__box-item {
	background-color: #F5F3F3;
	border-radius: 0.8rem;
	margin-bottom: 1.2rem;
}

.p-mv__box-item:last-child {
	margin-bottom: 0;
}

.p-mv__box-top {
	font-size: 1.4rem;
	margin-bottom: 3rem;
	text-align: center;
}

.p-mv__box-head {
	background-color: #FF8C4E;
	border-radius: 0.8rem 0.8rem 0 0;
	color: #fff;
	line-height: 1;
	font-size: 2.6rem;
	font-weight: 400;
	letter-spacing: 0.04em;
	position: relative;
	padding: 0.9rem 0;
	text-align: center;
}

.p-mv__box-img {
	position: absolute;
	bottom: 0;
}

.p-mv__box-img img {
	width: var(--img-width);
}

.p-mv__box-img.p-mv__box-img--01 {
	--img-width: 6rem;
	left: 0.9rem;
}

.p-mv__box-img.p-mv__box-img--02 {
	--img-width: 6.2rem;
	right: 0.3rem;
}

.p-mv__box-body {
	padding: 1.4rem 0 1.7rem;
	text-align: center;
}

.p-mv__box-desc {
	font-size: 1.1rem;
	margin-bottom: 1.5rem;
}

.p-mv__box-price {
	margin-bottom: 0.8rem;
}

.p-mv__box-price img {
	height: 5.8rem;
}

.p-mv__box-txt span {
	background: linear-gradient(to bottom, transparent calc(100% - 0.9rem), #FCF45F 0.9rem);
	letter-spacing: -0.02em;
	font-size: 1.9rem;
	padding-inline: 0.5rem;
}

.p-mv__btn {
	position: relative;
	z-index: 2;
}

.p-mv__btn {
	margin-top: 2.4rem;
}

.p-mv__btn img {
	width: 100%;
}

.p-mv__staff01 {
	background: url("../images/hapi_share_invite/mv_staff.png") no-repeat center/contain;
	height: 18.3rem;
	position: absolute;
	left: 0;
	right: 0;
	bottom: 0;
	z-index: 1;
}

.p-mv .mv-card {
	background-color: #fff;
	border: 2px solid var(--border-color);
	border-radius: 1.2rem;
	padding: 1.5rem 3rem 1.9rem;
	text-align: center;
}

.p-mv .mv-card__top {
	font-size: 1.6rem;
	font-weight: bold;
	letter-spacing: -0.02em;
	margin-bottom: 1rem;
	font-feature-settings: "palt" 0;
}

.p-mv .mv-card__label {
	background-color: #FCF45F;
	border-radius: 0.4rem;
	font-size: 2rem;
	font-weight: 400;
	letter-spacing: 0.07em;
	margin-bottom: 1.5rem;
}

.p-mv .mv-card__img {
	margin-bottom: 1rem;
}

.p-mv .mv-card__img img {
	height: 5.6rem;
}

.p-mv .mv-card__txt {
	font-size: 2.5rem;
	letter-spacing: -0.02em;
	line-height: 1.12;
	text-align: center;
}

.sec01 {
	background-color: var(--color-secondary);
	position: relative;
	padding: 5.2rem 0 5.5rem;
	z-index: 1;
}

.sec01::before {
	content: "";
	background: url("../images/hapi_share/icon01.svg") no-repeat center/contain;
	position: absolute;
	left: 0.7rem;
	top: 1.4rem;
	height: 4.9rem;
	width: 4.9rem;
	z-index: -1;
}

.sec01__ttl {
	margin-bottom: 3.6rem;
	position: relative;
	z-index: 1;
}

.sec01__ttl::after {
	content: "";
	background: url("../images/hapi_share/icon02.svg") no-repeat center/contain;
	position: absolute;
	right: -0.7rem;
	top: 4.4rem;
	height: 3.7rem;
	width: 6.1rem;
	transform: rotate(9deg);
	z-index: -1;
}

.sec01__content {
	display: grid;
}

.sec01__content {
	gap: 3.8rem;
}

.sec01__content {
	margin-bottom: 2.4rem;
}

.sec01 .happy-box {
	background-color: #fff;
	border: 2px solid var(--border-color);
	border-radius: 1.2rem;
	position: relative;
	padding: 3.2rem 1.8rem 1.8rem;
}

.sec01 .happy-box__label {
	background-color: #FFD110;
	border: 2px solid var(--border-color);
	border-radius: 0.6rem;
	font-size: 1.3rem;
	position: absolute;
	top: 0;
	left: 50%;
	transform: translate(-50%, -50%);
	padding: 0.6rem 1.3rem;
}

.sec01 .happy-box__txt {
	font-size: 1.4rem;
	letter-spacing: 0.03em;
	margin: 1.8rem -1rem 2.4rem;
	text-align: center;
}

.sec01 .happy-box__txt span {
	color: #3BA93A;
	font-size: 1.6rem;
	letter-spacing: -0.07em;
}

.sec01 .happy-box__img {
	margin-top: 1.8rem;
	margin-bottom: 1.6rem;
}

.sec01 .happy-box__img img {
	border-radius: 1rem;
}

.sec01 .happy-box__grid {
	display: grid;
	grid-template-columns: repeat(2, 1fr);
	gap: 1.5rem;
	margin-top: 3rem;
	margin-bottom: 2.4rem;
}

.sec01 .happy-box__info {
	background-color: #F5F3F3;
	border-radius: 0.6rem;
	text-align: justify;
}

.sec01 .happy-box__info.--pad {
	padding: 1.8rem 1.4rem;
}

.sec01 .happy-box__info ul {
	display: grid;
	gap: 1.5rem;
	padding: 2rem;
}

.sec01 .happy-box__info ul li {
	display: flex;
	gap: 0.5rem;
	font-size: 1.1rem;
}

.sec01 .happy-box__info ul li::before {
	content: "";
	box-sizing: border-box;
	border-radius: 50%;
	border: 1px solid var(--border-color);
	aspect-ratio: 1;
	flex-shrink: 0;
	position: relative;
	top: 0.6rem;
	height: 0.4rem;
}

.sec01 .happy-box__info-desc {
	color: #3BA93A;
	letter-spacing: -0.07em;
}

.sec01 .happy-box__info-desc {
	font-size: 1.3rem;
}

.sec01 .happy-box__info-ttl {
	font-size: 1.4rem;
	font-weight: 400;
	letter-spacing: -0.08em;
	margin-bottom: 0.8rem;
}

.sec01 .happy-box__info-body {
	display: grid;
	gap: 1.5rem;
	font-size: 1.2rem;
	letter-spacing: 0.05em;
}

.sec01 .happy-box__step {
	margin-top: 2.4rem;
	margin-bottom: 1rem;
}

.sec01 .happy-box__step li {
	background-color: #FDFFBE;
	border: 2px solid var(--border-color);
	border-radius: 1rem;
	display: grid;
	gap: 1.3rem;
	grid-template-columns: 7.1rem 1fr;
	margin-bottom: 3.6rem;
	padding: 1.6rem 2rem 1.5rem;
	position: relative;
}

.sec01 .happy-box__step li:last-child {
	margin-bottom: 0;
}

.sec01 .happy-box__step li:last-child::after {
	display: none;
}

.sec01 .happy-box__step li::after {
	content: "";
	background: url("../images/common/icon_arrow01.svg") no-repeat center/contain;
	height: 2.8rem;
	width: 1.4rem;
	position: absolute;
	left: 50%;
	top: calc(100% + 0.4rem);
	transform: translateX(-50%);
}

.sec01 .happy-box__step-img img {
	border-radius: 0.2rem;
}

.sec01 .happy-box__step-label {
	color: #FF8C4E;
	font-size: 1.2rem;
	font-weight: bold;
}

.sec01 .happy-box__step-txt {
	font-size: 1.3rem;
	letter-spacing: 0.03em;
	line-height: 1.4;
	text-align: justify;
}

.sec02 {
	padding: 4.3rem 0 5.6rem;
	position: relative;
	z-index: 1;
}

.sec02::before {
	content: "";
	background: url("../images/hapi_share/sec02_bg.svg") no-repeat center/contain;
	position: absolute;
	left: 0;
	right: 0;
	top: 3.1rem;
	height: 11.9rem;
	z-index: -1;
}

.sec02__ttl {
	margin-bottom: 3.2rem;
	text-align: center;
}

.sec02__ttl img {
	width: 26.8rem;
}

.sec02 .tab-box {
	display: none;
	position: relative;
	overflow: hidden;
	cursor: grab;
	padding: 1.8rem 0 2.6rem;
}

.sec02 .scroll-content {
	overflow-x: auto;
	overflow-y: hidden;
	-webkit-overflow-scrolling: touch;
	scrollbar-width: none;
}

.sec02 .scroll-content::-webkit-scrollbar {
	display: none;
}

.sec02 .fake-scrollbar {
	position: absolute;
	height: 4px;
	bottom: 2px;
	left: 0;
	background: rgba(0, 0, 0, 0.4);
	border-radius: 2px;
	pointer-events: none;
	transition: opacity 0.3s;
}

.sec02 .js-show-scroll.is-dragging {
	-webkit-user-select: none;
	-moz-user-select: none;
	user-select: none;
	cursor: grabbing;
}

.sec02 .js-show-scroll.is-dragging .fake-scrollbar {
	background: rgba(0, 0, 0, 0.6);
}

.sec02__tab {
	display: flex;
}

.sec02__tab li {
	flex: 1;
	margin-right: -2px;
}

.sec02__tab li.is-active a::after {
	opacity: 1;
}

.sec02__tab a {
	background-color: #E0E0E0;
	border: 2px solid var(--border-color);
	border-bottom: 0;
	border-radius: 1.2rem 1.2rem 0 0;
	display: block;
	font-size: 1.4rem;
	font-weight: 600;
	line-height: 1;
	letter-spacing: 0.03em;
	padding: 1.2rem 0 1rem;
	position: relative;
	text-align: center;
	z-index: 1;
}

.sec02__tab a::after {
	content: "";
	background-color: #fff;
	border-radius: 1.2rem 1.2rem 0 0;
	opacity: 0;
	position: absolute;
	left: 0;
	right: 0;
	top: 0;
	bottom: -5px;
	z-index: -1;
}

.sec02__tab .icon {
	background-repeat: no-repeat;
	background-position: center;
	background-size: contain;
	display: flex;
	align-items: center;
	justify-content: center;
	margin: 0.8rem auto 0;
}

.sec02__tab .icon-mail {
	background-image: url("../images/common/icon_mail.svg");
	aspect-ratio: 22/15;
	width: 2.2rem;
}

.sec02__tab .icon-line {
	background-image: url("../images/common/icon_line.svg");
	aspect-ratio: 1;
	width: 1.9rem;
}

.sec02__tab .icon-sns {
	background-image: url("../images/common/icon_sns.svg");
	aspect-ratio: 47/14;
	width: 4.7rem;
}

.sec02__tab .icon-employee {
	background-image: url("../images/common/icon_employees.svg");
	aspect-ratio: 26/23;
	width: 2.6rem;
}

.sec02__tab .icon-tel {
	background-image: url("../images/common/icon_tel.svg");
	aspect-ratio: 1;
	width: 1.9rem;
}

.sec02__content {
	background-color: #fff;
	margin-bottom: 2.3rem;
	border-top: 2px solid var(--border-color);
}

.sec02__list {
	display: flex;
}

.sec02__list > li {
	border-right: 1px solid var(--border-color);
	margin-right: 2rem;
	padding-right: 2rem;
	position: relative;
}

.sec02__list > li::after {
	content: "";
	background: #fff url("../images/common/icon_arrow02.svg") no-repeat center;
	background-size: 1.4rem 1.8rem;
	height: 4.7rem;
	width: 2.5rem;
	position: absolute;
	right: 0;
	top: 50%;
	transform: translate(50%, -50%);
}

.sec02__list > li:last-child {
	border-right: 0;
	margin-right: 0;
}

.sec02__list > li:last-child::after {
	display: none;
}

.sec02 .card {
	flex-shrink: 0;
	min-height: 37.9rem;
	width: 24rem;
}

.sec02 .card-img {
	margin-bottom: 2rem;
	position: relative;
}

.sec02 .card-img::before {
	content: "";
	border: 1px solid var(--border-color);
	border-radius: 0.6rem;
	position: absolute;
	left: 0;
	right: 0;
	top: 0;
	bottom: 0;
}

.sec02 .card-img img {
	border-radius: 0.6rem;
	width: 100%;
}

.sec02 .card-label {
	color: #FF8C4E;
	font-size: 1.2rem;
}

.sec02 .card-txt {
	font-size: 1.4rem;
	line-height: 1.7;
	letter-spacing: 0.03em;
	text-align: justify;
}

.sec03 {
	background-color: var(--color-secondary);
	padding: 4.3rem 0 5.6rem;
	position: relative;
	z-index: 1;
}

.sec03::before {
	content: "";
	background: url("../images/hapi_share/sec03_bg01.svg") no-repeat center/contain;
	height: 4.5rem;
	width: 3.7rem;
	position: absolute;
	left: 0.5rem;
	top: 4.2rem;
	z-index: -1;
}

.sec03::after {
	content: "";
	background: url("../images/hapi_share/sec03_bg02.svg") no-repeat center/contain;
	height: 2.9rem;
	width: 4.8rem;
	position: absolute;
	right: 1.5rem;
	top: 8.3rem;
	z-index: -1;
}

.sec03__ttl {
	margin-bottom: 2rem;
	text-align: center;
}

.sec03__ttl img {
	width: 29.5rem;
}

.flow-list {
	display: grid;
	gap: 3.6rem;
	margin-bottom: 2.4rem;
}

.flow-card {
	background-color: #FDFFBE;
	border: 2px solid var(--border-color);
	border-radius: 1.2rem;
	display: grid;
	align-items: flex-end;
	gap: 1.8rem;
	grid-template-columns: 7.1rem 1fr;
	padding: 1.2rem;
	position: relative;
}

.flow-card:last-child::after {
	display: none;
}

.flow-card::after {
	content: "";
	background: url("../images/common/icon_arrow01.svg") no-repeat center/contain;
	position: absolute;
	left: 50%;
	top: calc(100% + 0.6rem);
	height: 2.8rem;
	width: 1.4rem;
	transform: translateX(-50%);
}

.flow-card__left {
	position: relative;
	z-index: 1;
}

.flow-card__right {
	padding-bottom: 0.5rem;
}

.flow-card__img {
	position: absolute;
	z-index: -1;
}

.flow-card__img.img--01 {
	aspect-ratio: 71/86;
	top: -6.4rem;
	left: 0.4rem;
	width: 7.1rem;
}

.flow-card__img.img--02 {
	aspect-ratio: 70/80;
	top: -6.5rem;
	left: 0.1rem;
	width: 7rem;
}

.flow-card__img.img--03 {
	aspect-ratio: 85/87;
	bottom: 0;
	left: 0;
	width: 8.5rem;
}

.flow-card__img.img--04 {
	aspect-ratio: 75/79;
	bottom: 100%;
	left: -0.3rem;
	width: 7.5rem;
}

.flow-card__img.img--05 {
	aspect-ratio: 88/90;
	bottom: 0.7rem;
	left: 0;
	width: 8.8rem;
}

.flow-card__label {
	background-color: #FF8C4E;
	border-radius: 0.2rem;
	color: #fff;
	font-size: 1.3rem;
	padding: 0.1rem 0;
	text-align: center;
}

.flow-card__step {
	color: #FF8C4E;
	font-size: 1.2rem;
	font-weight: bold;
	line-height: 1;
}

.flow-card__ttl {
	font-size: 1.6rem;
	font-weight: 600;
}

.flow-card__txt {
	font-size: 1.4rem;
}

.sec04 {
	background: #fff url("../images/common/bg02.svg") repeat left top;
	padding: 4.4rem 0 5.6rem;
	position: relative;
	z-index: 1;
}

.sec04::before {
	content: "";
	background: url("../images/hapi_share/sec04_bg01.svg") no-repeat left center/contain;
	height: 2.7rem;
	width: 33rem;
	position: absolute;
	left: 2.5rem;
	top: 5.4rem;
	z-index: -1;
}

.sec04__ttl {
	margin-bottom: 2.7rem;
	padding-right: 0.7rem;
	text-align: center;
}

.sec04__ttl img {
	width: 22.8rem;
}

.sec04 .faq-list {
	margin-bottom: 2.4rem;
	position: relative;
	z-index: 1;
}

.sec04 .faq-list li {
	background-color: #FDFFBE;
	border: 2px solid var(--border-color);
	border-radius: 3.4rem;
	margin-bottom: 2rem;
	overflow: hidden;
}

.sec04 .faq-list li:last-child {
	margin-bottom: 0;
}

.sec04 .faq-ttl {
	cursor: pointer;
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 1.7rem;
	font-size: 1.4rem;
	font-weight: 500;
	line-height: 1.42;
	padding: 2rem 2.4rem;
	transition: 0.3s ease;
}

.sec04 .faq-ttl.is-active .icon {
	transform: rotate(0deg);
}

.sec04 .faq-ttl .icon {
	background-color: #FF8C4E;
	border-radius: 50%;
	flex-shrink: 0;
	display: flex;
	align-items: center;
	justify-content: center;
	height: 2.6rem;
	width: 2.6rem;
	transform: rotate(180deg);
}

.sec04 .faq-ttl .icon::after {
	content: "";
	background: url("../images/common/icon_arrow03.svg") no-repeat center/contain;
	height: 0.6rem;
	width: 1rem;
}

.sec04 .faq-txt {
	display: none;
	border-top: 2px solid var(--border-color);
	font-size: 1.2rem;
	padding: 2.4rem;
}

.sec05 {
	background-color: #F5F3F3;
	padding: 4.6rem 0 5.6rem;
	position: relative;
}

.sec05::before {
	content: "";
	background: url("../images/hapi_share/sec05_bg01.svg") no-repeat center/contain;
	height: 3.5rem;
	width: 7.8rem;
	position: absolute;
	left: 2rem;
	top: 4.9rem;
}

.sec05::after {
	content: "";
	background: url("../images/hapi_share/sec05_bg02.svg") no-repeat center/contain;
	height: 3.5rem;
	width: 7.8rem;
	position: absolute;
	right: 2rem;
	top: 4.9rem;
}

.sec05__ttl {
	margin-bottom: 3rem;
	text-align: center;
}

.sec05__ttl img {
	width: 13rem;
}

.sec05 .store-list {
	margin-bottom: 3.2rem;
}

.store-item {
	border-bottom: 1px solid var(--border-color);
	display: grid;
	gap: 2.2rem;
	grid-template-columns: 11.4rem 1fr;
	margin-bottom: 2rem;
	padding-bottom: 2rem;
}

.store-item:last-child {
	border-bottom: 0;
	margin-bottom: 0;
	padding-bottom: 0;
}

.store-item__wrap {
	display: grid;
	gap: 2.2rem;
	grid-template-columns: 11.4rem 1fr;
}

.store-item__tel,
.store-item__name {
	font-size: 1.4rem;
	font-weight: bold;
}

.store-item__tel a {
	display: inline-flex;
	align-items: center;
	gap: 0.4rem;
}

.store-item__tel a::before {
	content: "";
	background: url("../images/common/icon_tel_danger.svg") no-repeat center/contain;
	height: 1.2rem;
	width: 1.2rem;
}

.store-item__img img {
	border: 1px solid var(--border-color);
	border-radius: 0.6rem;
	width: 100%;
}

.store-item__txt {
	font-size: 1.2rem;
}

.store-item__btn {
	margin-top: 1.6rem;
	text-align: center;
}

.store-item__btn img {
	width: 23.3rem;
}

.p-form {
	padding-bottom: 7.2rem;
}

.sec-form {
	background-color: #fff;
	padding: 4.5rem 0 5.6rem;
}

.sec-form__ttl {
	margin-bottom: 4.2rem;
	text-align: center;
}

.sec-form__ttl img {
	width: 26.5rem;
}

.sec-form__txt {
	font-size: 1.2rem;
	margin-bottom: 6.8rem;
}

.price-box {
	box-shadow: 0 0 0 1.5px #000;
	border-radius: 1.2rem;
	margin-bottom: 3.2rem;
	padding: 1.3rem 1rem 2rem;
}

.price-box__row {
	display: grid;
	-moz-column-gap: 1.1rem;
	column-gap: 1.1rem;
	grid-template-columns: repeat(2, 1fr);
	margin-bottom: 1.4rem;
}

.price-box__txt {
	font-size: 1.2rem;
	letter-spacing: 0.04em;
	text-align: center;
}

.price-box__note {
	margin-top: 1rem;
	text-align: center;
}

.price-box__note span {
	background: linear-gradient(to bottom, transparent calc(100% - 0.9rem), #FCF45F 0.9rem);
	letter-spacing: -0.02em;
	font-size: 1.9rem;
	padding-inline: 0.5rem;
}

.price-card__head {
	background-color: #FF8C4E;
	border-radius: 0.8rem 0.8rem 0 0;
	color: #fff;
	font-size: 1.3rem;
	font-weight: 400;
	line-height: 1;
	padding: 0.9rem 0;
	position: relative;
	text-align: center;
}

.price-card__head.--left {
	padding-left: 1.5rem;
}

.price-card__head.--right {
	padding-right: 2rem;
}

.price-card__body {
	background-color: #F5F3F3;
	border-radius: 0 0 0.8rem 0.8rem;
	padding: 1.2rem 0;
	text-align: center;
}

.price-card__img {
	position: absolute;
	bottom: 0;
	z-index: 1;
}

.price-card__img.price-card__img--01 {
	left: -0.2rem;
	width: 5.1rem;
}

.price-card__img.price-card__img--02 {
	right: -0.4rem;
	width: 5rem;
}

.price-card__num img {
	height: 2.9rem;
}

.p-flyer {
	padding: 3.8rem 0 5.6rem;
	position: relative;
	z-index: 1;
}

.p-flyer::before {
	content: "";
	background: url("../images/hapi_share_invite/flyer_bg_icon.svg") no-repeat center/contain;
	height: 11.9rem;
	width: 36.7rem;
	position: absolute;
	top: 2.4rem;
	left: 1.4rem;
	z-index: -1;
}

.p-flyer__ttl {
	margin-bottom: 2.8rem;
	text-align: center;
}

.p-flyer__ttl img {
	width: 14.5rem;
}

.p-flyer__txt {
	font-size: 1.4rem;
	letter-spacing: 0.03em;
	margin-bottom: 3.2rem;
	text-align: center;
}

.flyer-card {
	border-bottom: 1px solid var(--border-color);
	display: grid;
	grid-template-columns: 11.8rem 1fr;
	gap: 1.6rem;
	margin-bottom: 2.4rem;
	padding-bottom: 2.4rem;
}

.flyer-card__img img {
	background-color: #fff;
	border: 1px solid var(--border-color);
	border-radius: 0.8rem;
}

.flyer-card__ttl {
	font-size: 1.4rem;
	font-weight: bold;
	margin-bottom: 0.2rem;
}

.flyer-card__tel {
	font-family: var(--font-en);
	font-size: 1.4rem;
	font-weight: bold;
	letter-spacing: 0.03em;
}

.flyer-card__tel a {
	display: inline-flex;
	align-items: center;
	gap: 0.4rem;
}

.flyer-card__tel a::before {
	content: "";
	background: url("../images/common/icon_tel_danger.svg") no-repeat center/contain;
	height: 1.2rem;
	width: 1.2rem;
}

.flyer-card__txt {
	font-size: 1.2rem;
	letter-spacing: 0.03em;
	margin-bottom: 1rem;
}

.policy-box {
	background-color: #F5F3F3;
	border-radius: 1rem;
	margin-bottom: 3.5rem;
	padding: 2.5rem 2rem;
}

.policy-box__ttl {
	font-size: 2rem;
	font-weight: bold;
	margin-bottom: 1.5rem;
	text-align: center;
}

.policy-box ul {
	display: grid;
	gap: 1.5rem;
}

.policy-box ul li {
	display: flex;
	gap: 0.5rem;
	font-size: 1.4rem;
	line-height: 1.42;
	letter-spacing: 0.04em;
	text-align: justify;
}

.policy-box ul li::before {
	content: "";
	box-sizing: border-box;
	border-radius: 50%;
	border: 1px solid var(--border-color);
	aspect-ratio: 1;
	flex-shrink: 0;
	position: relative;
	top: 1rem;
	height: 0.4rem;
}

.ui-widget.ui-widget-content {
	border: 1px solid var(--border-color);
	border-radius: 0.6rem;
	margin-top: 0.4rem;
	padding: 0;
}

.ui-widget-header {
	background-color: var(--border-color);
	border-radius: 0.6rem 0.6rem 0 0;
	border: 0;
	color: #fff;
	font-size: 1.2rem;
	font-weight: bold;
	letter-spacing: 0.09em;
}

.ui-widget-header .ui-icon {
	background: url("../images/common/icon_arrow_circle01.svg") no-repeat center/contain;
	height: 1.2rem;
	width: 1.2rem;
	margin: 0 !important;
	position: static !important;
}

.ui-datepicker {
	width: 18rem;
}

.ui-datepicker .ui-datepicker-prev {
	left: 0 !important;
}

.ui-datepicker .ui-datepicker-prev .ui-icon {
	transform: rotate(180deg);
}

.ui-datepicker .ui-datepicker-prev,
.ui-datepicker .ui-datepicker-next {
	cursor: pointer;
	display: flex;
	align-items: center;
	justify-content: center;
	right: 0 !important;
	top: 50%;
	transform: translateY(-50%);
}

.ui-datepicker .ui-widget-header .ui-state-hover {
	background: none;
	border: 0;
	right: 0;
}

.ui-datepicker th,
.ui-datepicker td {
	font-size: 1.2rem;
	font-weight: 400;
}

.ui-datepicker th {
	background-color: #D7E2E8;
	padding-block: 0.5rem;
}

.ui-datepicker th.ui-datepicker-week-end {
	color: var(--color-danger);
}

.ui-datepicker th.ui-datepicker-week-end:last-child {
	color: #4470E9;
}

.ui-datepicker td {
	font-family: var(--font-en);
}

.ui-datepicker .ui-state-default,
.ui-datepicker .ui-widget-content .ui-state-default,
.ui-datepicker .ui-widget-header .ui-state-default,
.ui-datepicker .ui-button,
.ui-datepicker html .ui-button.ui-state-disabled:hover,
.ui-datepicker html .ui-button.ui-state-disabled:active {
	background: none;
	border: 0;
	border-radius: 50%;
	display: flex;
	align-items: center;
	justify-content: center;
}

.ui-datepicker .ui-state-hover,
.ui-datepicker .ui-widget-content .ui-state-hover,
.ui-datepicker .ui-state-focus,
.ui-datepicker .ui-widget-content .ui-state-focus,
.ui-datepicker .ui-widget-header .ui-state-focus,
.ui-datepicker .ui-button:hover,
.ui-datepicker .ui-button:focus {
	background-color: #D7E2E8;
	color: #000;
}

.ui-datepicker .ui-state-highlight,
.ui-datepicker .ui-widget-content .ui-state-highlight,
.ui-datepicker .ui-widget-header .ui-state-highlight,
.ui-datepicker .ui-state-active,
.ui-datepicker .ui-widget-content .ui-state-active,
.ui-datepicker .ui-widget-header .ui-state-active,
.ui-datepicker a.ui-button:active,
.ui-datepicker .ui-button:active,
.ui-datepicker .ui-button.ui-state-active:hover {
	background-color: var(--color-danger);
	color: #fff;
}

.modal {
	border: 2px solid var(--border-color);
	border-radius: 1.2rem;
	padding: 3.4rem 2rem 5.2rem;
	text-align: center;
}

.modal-title {
	font-size: 1.4rem;
	font-weight: bold;
	margin-bottom: 3rem;
}

.modal-list {
	display: flex;
	gap: 1.6rem;
	justify-content: center;
}

.modal-card {
	cursor: pointer;
	flex: 1;
	max-width: 8.8rem;
}

.modal-card__img img {
	width: 100%;
}

.modal-card__name {
	font-size: 1.4rem;
	font-weight: bold;
	margin-top: 0.6rem;
}

.modal .f-button.is-close-btn {
	--fancybox-color: #000;
	background-color: #D7E2E8;
	border: 2px solid #000;
	border-radius: 50%;
	top: -3.6rem !important;
	height: 3rem;
	width: 3rem;
}

.modal .f-button.is-close-btn::before {
	content: "";
	background: url("../images/common/icon_close.svg") no-repeat center/contain;
	height: 1.2rem;
	width: 1.2rem;
	display: block;
}

.modal .f-button.is-close-btn svg {
	display: none;
}

@media (min-width: 576px) {

.d-sm-none {
	display: none !important;
}

.d-sm-block {
	display: block !important;
}

.d-sm-flex {
	display: flex !important;
}

.m-sm-0 {
	margin: 0 !important;
}

.mt-sm-0,
.my-sm-0 {
	margin-top: 0 !important;
}

.mr-sm-0,
.mx-sm-0 {
	margin-right: 0 !important;
}

.mb-sm-0,
.my-sm-0 {
	margin-bottom: 0 !important;
}

.ml-sm-0,
.mx-sm-0 {
	margin-left: 0 !important;
}

.m-sm-5 {
	margin: 0.5rem !important;
}

.mt-sm-5,
.my-sm-5 {
	margin-top: 0.5rem !important;
}

.mr-sm-5,
.mx-sm-5 {
	margin-right: 0.5rem !important;
}

.mb-sm-5,
.my-sm-5 {
	margin-bottom: 0.5rem !important;
}

.ml-sm-5,
.mx-sm-5 {
	margin-left: 0.5rem !important;
}

.m-sm-10 {
	margin: 1rem !important;
}

.mt-sm-10,
.my-sm-10 {
	margin-top: 1rem !important;
}

.mr-sm-10,
.mx-sm-10 {
	margin-right: 1rem !important;
}

.mb-sm-10,
.my-sm-10 {
	margin-bottom: 1rem !important;
}

.ml-sm-10,
.mx-sm-10 {
	margin-left: 1rem !important;
}

.m-sm-20 {
	margin: 2rem !important;
}

.mt-sm-20,
.my-sm-20 {
	margin-top: 2rem !important;
}

.mr-sm-20,
.mx-sm-20 {
	margin-right: 2rem !important;
}

.mb-sm-20,
.my-sm-20 {
	margin-bottom: 2rem !important;
}

.ml-sm-20,
.mx-sm-20 {
	margin-left: 2rem !important;
}

.p-sm-0 {
	padding: 0 !important;
}

.pt-sm-0,
.py-sm-0 {
	padding-top: 0 !important;
}

.pr-sm-0,
.px-sm-0 {
	padding-right: 0 !important;
}

.pb-sm-0,
.py-sm-0 {
	padding-bottom: 0 !important;
}

.pl-sm-0,
.px-sm-0 {
	padding-left: 0 !important;
}

.p-sm-5 {
	padding: 0.5rem !important;
}

.pt-sm-5,
.py-sm-5 {
	padding-top: 0.5rem !important;
}

.pr-sm-5,
.px-sm-5 {
	padding-right: 0.5rem !important;
}

.pb-sm-5,
.py-sm-5 {
	padding-bottom: 0.5rem !important;
}

.pl-sm-5,
.px-sm-5 {
	padding-left: 0.5rem !important;
}

.p-sm-10 {
	padding: 1rem !important;
}

.pt-sm-10,
.py-sm-10 {
	padding-top: 1rem !important;
}

.pr-sm-10,
.px-sm-10 {
	padding-right: 1rem !important;
}

.pb-sm-10,
.py-sm-10 {
	padding-bottom: 1rem !important;
}

.pl-sm-10,
.px-sm-10 {
	padding-left: 1rem !important;
}

.p-sm-20 {
	padding: 2rem !important;
}

.pt-sm-20,
.py-sm-20 {
	padding-top: 2rem !important;
}

.pr-sm-20,
.px-sm-20 {
	padding-right: 2rem !important;
}

.pb-sm-20,
.py-sm-20 {
	padding-bottom: 2rem !important;
}

.pl-sm-20,
.px-sm-20 {
	padding-left: 2rem !important;
}

.m-sm-n5 {
	margin: -0.5rem !important;
}

.mt-sm-n5,
.my-sm-n5 {
	margin-top: -0.5rem !important;
}

.mr-sm-n5,
.mx-sm-n5 {
	margin-right: -0.5rem !important;
}

.mb-sm-n5,
.my-sm-n5 {
	margin-bottom: -0.5rem !important;
}

.ml-sm-n5,
.mx-sm-n5 {
	margin-left: -0.5rem !important;
}

.m-sm-n10 {
	margin: -1rem !important;
}

.mt-sm-n10,
.my-sm-n10 {
	margin-top: -1rem !important;
}

.mr-sm-n10,
.mx-sm-n10 {
	margin-right: -1rem !important;
}

.mb-sm-n10,
.my-sm-n10 {
	margin-bottom: -1rem !important;
}

.ml-sm-n10,
.mx-sm-n10 {
	margin-left: -1rem !important;
}

.m-sm-n20 {
	margin: -2rem !important;
}

.mt-sm-n20,
.my-sm-n20 {
	margin-top: -2rem !important;
}

.mr-sm-n20,
.mx-sm-n20 {
	margin-right: -2rem !important;
}

.mb-sm-n20,
.my-sm-n20 {
	margin-bottom: -2rem !important;
}

.ml-sm-n20,
.mx-sm-n20 {
	margin-left: -2rem !important;
}

.m-sm-auto {
	margin: auto !important;
}

.mt-sm-auto,
.my-sm-auto {
	margin-top: auto !important;
}

.mr-sm-auto,
.mx-sm-auto {
	margin-right: auto !important;
}

.mb-sm-auto,
.my-sm-auto {
	margin-bottom: auto !important;
}

.ml-sm-auto,
.mx-sm-auto {
	margin-left: auto !important;
}

.text-sm-left {
	text-align: left !important;
}

.text-sm-right {
	text-align: right !important;
}

.text-sm-center {
	text-align: center !important;
}

}

@media (min-width: 768px) {

:root {
	--input-font-size: 1.8666666667rem;
}

html {
	font-size: 0.833vw;
}

.inner {
	padding-inline: 2.6666666667rem;
}

.d-md-none {
	display: none !important;
}

.d-md-block {
	display: block !important;
}

.d-md-flex {
	display: flex !important;
}

.m-md-0 {
	margin: 0 !important;
}

.mt-md-0,
.my-md-0 {
	margin-top: 0 !important;
}

.mr-md-0,
.mx-md-0 {
	margin-right: 0 !important;
}

.mb-md-0,
.my-md-0 {
	margin-bottom: 0 !important;
}

.ml-md-0,
.mx-md-0 {
	margin-left: 0 !important;
}

.m-md-5 {
	margin: 0.5rem !important;
}

.mt-md-5,
.my-md-5 {
	margin-top: 0.5rem !important;
}

.mr-md-5,
.mx-md-5 {
	margin-right: 0.5rem !important;
}

.mb-md-5,
.my-md-5 {
	margin-bottom: 0.5rem !important;
}

.ml-md-5,
.mx-md-5 {
	margin-left: 0.5rem !important;
}

.m-md-10 {
	margin: 1rem !important;
}

.mt-md-10,
.my-md-10 {
	margin-top: 1rem !important;
}

.mr-md-10,
.mx-md-10 {
	margin-right: 1rem !important;
}

.mb-md-10,
.my-md-10 {
	margin-bottom: 1rem !important;
}

.ml-md-10,
.mx-md-10 {
	margin-left: 1rem !important;
}

.m-md-20 {
	margin: 2rem !important;
}

.mt-md-20,
.my-md-20 {
	margin-top: 2rem !important;
}

.mr-md-20,
.mx-md-20 {
	margin-right: 2rem !important;
}

.mb-md-20,
.my-md-20 {
	margin-bottom: 2rem !important;
}

.ml-md-20,
.mx-md-20 {
	margin-left: 2rem !important;
}

.p-md-0 {
	padding: 0 !important;
}

.pt-md-0,
.py-md-0 {
	padding-top: 0 !important;
}

.pr-md-0,
.px-md-0 {
	padding-right: 0 !important;
}

.pb-md-0,
.py-md-0 {
	padding-bottom: 0 !important;
}

.pl-md-0,
.px-md-0 {
	padding-left: 0 !important;
}

.p-md-5 {
	padding: 0.5rem !important;
}

.pt-md-5,
.py-md-5 {
	padding-top: 0.5rem !important;
}

.pr-md-5,
.px-md-5 {
	padding-right: 0.5rem !important;
}

.pb-md-5,
.py-md-5 {
	padding-bottom: 0.5rem !important;
}

.pl-md-5,
.px-md-5 {
	padding-left: 0.5rem !important;
}

.p-md-10 {
	padding: 1rem !important;
}

.pt-md-10,
.py-md-10 {
	padding-top: 1rem !important;
}

.pr-md-10,
.px-md-10 {
	padding-right: 1rem !important;
}

.pb-md-10,
.py-md-10 {
	padding-bottom: 1rem !important;
}

.pl-md-10,
.px-md-10 {
	padding-left: 1rem !important;
}

.p-md-20 {
	padding: 2rem !important;
}

.pt-md-20,
.py-md-20 {
	padding-top: 2rem !important;
}

.pr-md-20,
.px-md-20 {
	padding-right: 2rem !important;
}

.pb-md-20,
.py-md-20 {
	padding-bottom: 2rem !important;
}

.pl-md-20,
.px-md-20 {
	padding-left: 2rem !important;
}

.m-md-n5 {
	margin: -0.5rem !important;
}

.mt-md-n5,
.my-md-n5 {
	margin-top: -0.5rem !important;
}

.mr-md-n5,
.mx-md-n5 {
	margin-right: -0.5rem !important;
}

.mb-md-n5,
.my-md-n5 {
	margin-bottom: -0.5rem !important;
}

.ml-md-n5,
.mx-md-n5 {
	margin-left: -0.5rem !important;
}

.m-md-n10 {
	margin: -1rem !important;
}

.mt-md-n10,
.my-md-n10 {
	margin-top: -1rem !important;
}

.mr-md-n10,
.mx-md-n10 {
	margin-right: -1rem !important;
}

.mb-md-n10,
.my-md-n10 {
	margin-bottom: -1rem !important;
}

.ml-md-n10,
.mx-md-n10 {
	margin-left: -1rem !important;
}

.m-md-n20 {
	margin: -2rem !important;
}

.mt-md-n20,
.my-md-n20 {
	margin-top: -2rem !important;
}

.mr-md-n20,
.mx-md-n20 {
	margin-right: -2rem !important;
}

.mb-md-n20,
.my-md-n20 {
	margin-bottom: -2rem !important;
}

.ml-md-n20,
.mx-md-n20 {
	margin-left: -2rem !important;
}

.m-md-auto {
	margin: auto !important;
}

.mt-md-auto,
.my-md-auto {
	margin-top: auto !important;
}

.mr-md-auto,
.mx-md-auto {
	margin-right: auto !important;
}

.mb-md-auto,
.my-md-auto {
	margin-bottom: auto !important;
}

.ml-md-auto,
.mx-md-auto {
	margin-left: auto !important;
}

.text-md-left {
	text-align: left !important;
}

.text-md-right {
	text-align: right !important;
}

.text-md-center {
	text-align: center !important;
}

.p-header {
	padding: 3.0666666667rem 2.6666666667rem;
}

.happi-form .p-header {
	padding-bottom: 4rem;
}

.p-header__site {
	width: 20.1333333333rem;
}

.p-header__logo {
	margin-left: 1.8666666667rem;
	padding-left: 2.1333333333rem;
}

.p-header__logo img {
	width: 6.5333333333rem;
}

.global-navi {
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	min-height: 100vh;
}

.global-navi__btn {
	max-width: 36rem;
	margin-top: 4rem;
}

.nav-list {
	max-width: 100%;
	width: 36rem;
}

.nav-list a {
	font-size: 2rem;
	padding: 2.1rem 2.2rem;
}

.hamburger-box {
	display: none;
}

.p-footer {
	padding: 7.7333333333rem 0 12.8rem;
}

.p-footer::before {
	top: -2.2666666667rem;
}

.p-footer__info {
	background-size: 35.4666666667rem 2.6666666667rem;
	padding-bottom: 10.9333333333rem;
}

.p-footer__label {
	font-size: 1.8666666667rem;
	padding-top: 1.6rem;
	height: 7.4666666667rem;
	margin-bottom: 1.3333333333rem;
	width: 31.8666666667rem;
}

.p-footer__logo {
	margin-bottom: 3.3333333333rem;
	width: 31.6rem;
}

.p-footer__nav {
	row-gap: 1.3333333333rem;
}

.p-footer__nav .c-link {
	font-size: 1.6rem;
}

.p-footer .site-logo {
	margin-bottom: 5.3333333333rem;
}

.p-footer .site-logo img {
	width: 17.7333333333rem;
}

.p-footer .copyright {
	font-size: 1.3333333333rem;
	padding-top: 2.5333333333rem;
}

.form-control {
	border-radius: 1.3333333333rem;
	height: 6.4rem;
	padding: 0 2.1333333333rem;
}

textarea.form-control {
	height: 12.8rem;
	padding-top: 2.4rem;
}

.form-calander::after {
	background-position: right 0.2666666667rem center;
	background-size: 1.8666666667rem;
	height: 3.2rem;
	width: 3.2rem;
	right: 1.8666666667rem;
	padding-left: 1.3333333333rem;
}

.radio-custom__wrap {
	border-radius: 1.3333333333rem;
	-moz-column-gap: 1.0666666667rem;
	column-gap: 1.0666666667rem;
	font-size: 1.7333333333rem;
	padding: 1.6rem 1.3333333333rem;
}

.checkbox-custom {
	gap: 1.2rem;
	font-size: 1.8666666667rem;
}

.checkbox-custom span {
	border-radius: 0.2666666667rem;
	height: 2.1333333333rem;
	width: 2.1333333333rem;
}

.checkbox-custom span::after {
	height: 0.8rem;
	width: 1.0666666667rem;
}

.form-radios {
	row-gap: 1.6rem;
}

.form-step {
	font-size: 1.8666666667rem;
	-moz-column-gap: 4.2666666667rem;
	column-gap: 4.2666666667rem;
	margin-bottom: 5.3333333333rem;
}

.form-step::after {
	height: 0.2666666667rem;
	width: 19.8666666667rem;
}

.form-step li {
	border-radius: 0.6666666667rem;
	height: 4.2666666667rem;
	width: 7.2rem;
}

.form-list {
	margin-bottom: 4rem;
}

.form-list dt {
	font-size: 1.8666666667rem;
	margin-bottom: 2rem;
}

.form-note {
	font-size: 1.6rem;
	margin-top: 4.5333333333rem;
}

.form-ttl {
	font-size: 2.8rem;
}

.form-ttl::after {
	height: 3.7333333333rem;
	width: 7.3333333333rem;
	margin: 5.0666666667rem auto 4.8rem;
}

.form-txt {
	font-size: 1.6rem;
	margin-bottom: 6.4rem;
}

.form-btn {
	gap: 2rem;
	margin-top: 5.3333333333rem;
}

.form-btn img {
	width: 39.8666666667rem;
}

.form-label {
	border-radius: 0.6666666667rem;
	margin-right: 0.9333333333rem;
	font-size: 1.3333333333rem;
	padding: 0.1333333333rem 0.8rem 0.2666666667rem;
}

.form-policy {
	margin-bottom: 3.6rem;
}

.form-policy a {
	margin-right: 0.6666666667rem;
}

.form-footer {
	gap: 2rem;
}

.form-footer img {
	width: 39.8666666667rem;
}

.form-row {
	margin-bottom: 1.6rem;
}

.form-accordion {
	border-radius: 1.3333333333rem;
	margin-top: 2rem;
}

.form-accordion__head {
	font-size: 1.8666666667rem;
	padding: 1.8666666667rem 2.1333333333rem;
}

.form-accordion__head .icon {
	height: 3.4666666667rem;
	width: 3.4666666667rem;
	right: 1.7333333333rem;
}

.form-accordion__head .icon::after {
	height: 0.8rem;
	width: 1.3333333333rem;
	margin-top: -0.2666666667rem;
}

.form-accordion__body {
	padding: 2.1333333333rem;
}

.form-accordion .form-list dt {
	font-size: 1.7333333333rem;
	margin-bottom: 1.6rem;
}

.form-year-group {
	gap: 1.4666666667rem;
}

.form-check-list {
	row-gap: 2.6666666667rem;
}

.toggle-radio {
	border-radius: 1.0666666667rem;
	gap: 0.9333333333rem;
	margin-bottom: 1.3333333333rem;
	padding: 1.0666666667rem;
}

.toggle-radio .radio-item__wrap {
	border-radius: 0.6666666667rem;
	font-size: 1.7333333333rem;
	height: 4.2666666667rem;
}

label.error {
	font-size: 1.8666666667rem;
	margin-top: 0.8rem;
}

.confirm-list {
	margin-bottom: 5.3333333333rem;
}

.confirm-list dt {
	font-size: 1.8666666667rem;
	margin-bottom: 0.8rem;
}

.confirm-list dd {
	font-size: 1.8666666667rem;
	margin-bottom: 2rem;
	padding-bottom: 2rem;
}

.select2-container .select2-selection--single {
	height: 6.4rem;
}

.select2-container .select2-selection__arrow {
	right: 1.8666666667rem;
	height: 3.2rem;
	width: 3.2rem;
	padding-left: 1.3333333333rem;
}

.select2-container .select2-selection__arrow::after {
	height: 1.0666666667rem;
	width: 1.2rem;
	right: 1.8666666667rem;
}

.select2-dropdown {
	border-radius: 1.3333333333rem;
	font-size: 1.8666666667rem;
}

.select2-container--default .select2-results__option {
	padding: 0.9333333333rem 2.1333333333rem;
}

.happi-form .l-main {
	border: 2px solid var(--border-color);
}

.l-wrapper {
	display: grid;
	grid-template-columns: 1fr 50rem 1fr;
}

.l-wrapper::before,
.l-wrapper::after {
	content: "";
	background: url("../images/common/bg01.svg") repeat-x center/contain;
	height: 29.3333333333rem;
	position: fixed;
	left: -1.0666666667rem;
	right: -2.2666666667rem;
	z-index: -1;
}

.l-wrapper::before {
	top: -5.8666666667rem;
}

.l-wrapper::after {
	bottom: -3.8666666667rem;
}

.l-main {
	border-radius: 3.3333333333rem;
	margin: 1.6rem 0;
}

.l-side {
	overflow: hidden;
	padding-inline: 2rem;
}

.c-link {
	font-size: 1.8666666667rem;
	text-underline-offset: 0.2666666667rem;
}

.c-link::after {
	height: 1.3333333333rem;
	width: 1.3333333333rem;
}

.c-shadow {
	filter: drop-shadow(0 0.4rem 0 var(--border-color));
}

.p-mv {
	padding-bottom: 7.4666666667rem;
}

.p-mv::before {
	height: 34.5333333333rem;
	top: -5.6rem;
}

.p-mv::after {
	bottom: 25.3333333333rem;
	height: 19.6rem;
}

.p-mv.p-mv--invite {
	padding-bottom: 1.7333333333rem;
}

.p-mv__img {
	margin-bottom: 2.1333333333rem;
}

.p-mv__img img {
	width: 34.6666666667rem;
}

.p-mv__label {
	font-size: 2.1333333333rem;
	margin-bottom: 2rem;
	padding-top: 1.4666666667rem;
	padding-left: 1.3333333333rem;
}

.p-mv__box {
	border-radius: 1.6rem;
	padding: 2rem 1.8666666667rem 1.7333333333rem;
}

.p-mv__box-item {
	border-radius: 1.0666666667rem;
	margin-bottom: 1.6rem;
}

.p-mv__box-head {
	border-radius: 1.0666666667rem 1.0666666667rem 0 0;
	font-size: 3.4666666667rem;
	padding: 1.2rem 0;
}

.p-mv__box-img.p-mv__box-img--01 {
	--img-width: 8rem;
	left: 1.2rem;
}

.p-mv__box-img.p-mv__box-img--02 {
	--img-width: 8.2666666667rem;
	right: 0.4rem;
}

.p-mv__box-body {
	padding: 1.8666666667rem 0 2.2666666667rem;
}

.p-mv__box-desc {
	font-size: 1.4666666667rem;
	margin-bottom: 2rem;
}

.p-mv__box-price {
	margin-bottom: 1.0666666667rem;
}

.p-mv__box-price img {
	height: 7.7333333333rem;
}

.p-mv__box-txt span {
	background: linear-gradient(to bottom, transparent calc(100% - 1.2rem), #FCF45F 1.2rem);
	font-size: 2.5333333333rem;
	padding-inline: 0.6666666667rem;
}

.p-mv__btn {
	margin-top: 3.2rem;
}

.p-mv__staff01 {
	height: 24.4rem;
}

.p-mv .mv-card {
	border-radius: 1.6rem;
	padding: 2rem 4rem 2.5333333333rem;
}

.p-mv .mv-card__top {
	font-size: 2.1333333333rem;
	margin-bottom: 1.3333333333rem;
}

.p-mv .mv-card__label {
	border-radius: 0.5333333333rem;
	font-size: 2.6666666667rem;
	margin-bottom: 2rem;
}

.p-mv .mv-card__img {
	margin-bottom: 1.3333333333rem;
}

.p-mv .mv-card__img img {
	height: 7.4666666667rem;
}

.p-mv .mv-card__txt {
	font-size: 3.3333333333rem;
}

.sec01 {
	padding: 6.9333333333rem 0 7.3333333333rem;
}

.sec01::before {
	left: 0.9333333333rem;
	top: 1.8666666667rem;
	height: 6.5333333333rem;
	width: 6.5333333333rem;
}

.sec01__ttl {
	margin-bottom: 4.8rem;
}

.sec01__ttl::after {
	right: -0.9333333333rem;
	top: 5.8666666667rem;
	height: 4.9333333333rem;
	width: 8.1333333333rem;
}

.sec01__content {
	gap: 5.0666666667rem;
}

.sec01__content {
	margin-bottom: 3.2rem;
}

.sec01 .happy-box {
	border-radius: 1.6rem;
	padding: 4.2666666667rem 2.4rem 2.4rem;
}

.sec01 .happy-box__label {
	border-radius: 0.8rem;
	font-size: 1.7333333333rem;
	padding: 0.8rem 1.7333333333rem;
}

.sec01 .happy-box__txt {
	font-size: 1.8666666667rem;
	margin: 2.4rem -1.3333333333rem 3.2rem;
}

.sec01 .happy-box__txt span {
	font-size: 2.1333333333rem;
}

.sec01 .happy-box__img {
	margin-top: 2.4rem;
	margin-bottom: 2.1333333333rem;
}

.sec01 .happy-box__img img {
	border-radius: 1.3333333333rem;
}

.sec01 .happy-box__grid {
	gap: 2rem;
	margin-top: 4rem;
	margin-bottom: 3.2rem;
}

.sec01 .happy-box__info {
	border-radius: 0.8rem;
}

.sec01 .happy-box__info.--pad {
	padding: 2.4rem 1.8666666667rem;
}

.sec01 .happy-box__info ul {
	gap: 2rem;
	padding: 2.6666666667rem;
}

.sec01 .happy-box__info ul li {
	gap: 0.6666666667rem;
	font-size: 1.4666666667rem;
}

.sec01 .happy-box__info ul li::before {
	top: 0.8rem;
	height: 0.5333333333rem;
}

.sec01 .happy-box__info-desc {
	font-size: 1.7333333333rem;
}

.sec01 .happy-box__info-ttl {
	font-size: 1.8666666667rem;
	margin-bottom: 1.0666666667rem;
}

.sec01 .happy-box__info-body {
	gap: 2rem;
	font-size: 1.6rem;
}

.sec01 .happy-box__step {
	margin-top: 3.2rem;
	margin-bottom: 1.3333333333rem;
}

.sec01 .happy-box__step li {
	border-radius: 1.3333333333rem;
	gap: 1.7333333333rem;
	grid-template-columns: 9.4666666667rem 1fr;
	margin-bottom: 4.8rem;
	padding: 2.1333333333rem 2.6666666667rem 2rem;
}

.sec01 .happy-box__step li::after {
	height: 3.7333333333rem;
	width: 1.8666666667rem;
	top: calc(100% + 0.5333333333rem);
}

.sec01 .happy-box__step-label {
	font-size: 1.6rem;
}

.sec01 .happy-box__step-txt {
	font-size: 1.7333333333rem;
}

.sec02 {
	padding: 5.7333333333rem 0 7.4666666667rem;
}

.sec02::before {
	top: 4.1333333333rem;
	height: 15.8666666667rem;
}

.sec02__ttl {
	margin-bottom: 4.2666666667rem;
}

.sec02__ttl img {
	width: 35.7333333333rem;
}

.sec02__tab a {
	border-radius: 1.6rem 1.6rem 0 0;
	font-size: 1.8666666667rem;
	padding: 1.6rem 0 1.3333333333rem;
}

.sec02__tab a::after {
	border-radius: 1.6rem 1.6rem 0 0;
}

.sec02__tab .icon {
	margin-top: 1.0666666667rem;
}

.sec02__tab .icon-mail {
	width: 2.9333333333rem;
}

.sec02__tab .icon-line {
	width: 2.5333333333rem;
}

.sec02__tab .icon-sns {
	width: 6.2666666667rem;
}

.sec02__tab .icon-employee {
	width: 3.4666666667rem;
}

.sec02__tab .icon-tel {
	width: 2.5333333333rem;
}

.sec02__content {
	margin-bottom: 3.0666666667rem;
}

.sec02__list > li::after {
	background-size: 1.8666666667rem 2.4rem;
	height: 6.2666666667rem;
	width: 3.3333333333rem;
}

.sec02 .card {
	min-height: 50.5333333333rem;
	width: 32rem;
}

.sec02 .card-img::before {
	border-radius: 0.8rem;
}

.sec02 .card-label {
	font-size: 1.6rem;
}

.sec02 .card-txt {
	font-size: 1.8666666667rem;
}

.sec03 {
	padding: 5.7333333333rem 0 7.4666666667rem;
}

.sec03::before {
	height: 6rem;
	width: 4.9333333333rem;
	left: 0.6666666667rem;
	top: 5.6rem;
}

.sec03::after {
	right: 2rem;
	top: 11.0666666667rem;
	height: 3.8666666667rem;
	width: 6.4rem;
}

.sec03__ttl {
	margin-bottom: 2.6666666667rem;
}

.sec03__ttl img {
	width: 39.3333333333rem;
}

.flow-list {
	gap: 4.8rem;
	margin-bottom: 3.2rem;
}

.flow-card {
	border-radius: 1.6rem;
	gap: 2.4rem;
	grid-template-columns: 9.4666666667rem 1fr;
	padding: 1.6rem;
}

.flow-card::after {
	top: calc(100% + 0.8rem);
	height: 3.7333333333rem;
	width: 1.8666666667rem;
}

.flow-card__right {
	padding-bottom: 0.6666666667rem;
}

.flow-card__img.img--01 {
	top: -8.5333333333rem;
	left: 0.5333333333rem;
	width: 9.4666666667rem;
}

.flow-card__img.img--02 {
	top: -8.6666666667rem;
	left: 0.1333333333rem;
	width: 9.3333333333rem;
}

.flow-card__img.img--03 {
	width: 11.3333333333rem;
}

.flow-card__img.img--04 {
	left: -0.4rem;
	width: 10rem;
}

.flow-card__img.img--05 {
	bottom: 0.9333333333rem;
	width: 11.7333333333rem;
}

.flow-card__label {
	border-radius: 0.2666666667rem;
	font-size: 1.7333333333rem;
	padding: 0.2666666667rem 0;
}

.flow-card__step {
	font-size: 1.6rem;
}

.flow-card__ttl {
	font-size: 2.1333333333rem;
}

.flow-card__txt {
	font-size: 1.8666666667rem;
}

.sec04 {
	padding: 5.8666666667rem 0 7.4666666667rem;
}

.sec04::before {
	left: 3.3333333333rem;
	top: 3.6rem;
	height: 7.3333333333rem;
	width: 44rem;
}

.sec04__ttl {
	margin-bottom: 3.6rem;
	padding-right: 0.9333333333rem;
}

.sec04__ttl img {
	width: 30.4rem;
}

.sec04 .faq-list {
	margin-bottom: 3.2rem;
}

.sec04 .faq-list li {
	border-radius: 4.5333333333rem;
	margin-bottom: 2.6666666667rem;
}

.sec04 .faq-ttl {
	font-size: 1.8666666667rem;
	padding: 2.6666666667rem 3.2rem;
}

.sec04 .faq-ttl .icon {
	height: 3.4666666667rem;
	width: 3.4666666667rem;
}

.sec04 .faq-ttl .icon::after {
	height: 0.8rem;
	width: 1.3333333333rem;
}

.sec04 .faq-txt {
	font-size: 1.6rem;
	padding: 3.2rem;
}

.sec05 {
	padding: 6.1333333333rem 0 7.4666666667rem;
}

.sec05::before {
	height: 4.6666666667rem;
	width: 10.4rem;
	left: 2.6666666667rem;
	top: 6.5333333333rem;
}

.sec05::after {
	height: 4.6666666667rem;
	width: 10.4rem;
	right: 2.6666666667rem;
	top: 6.5333333333rem;
}

.sec05__ttl {
	margin-bottom: 4rem;
}

.sec05__ttl img {
	width: 17.3333333333rem;
}

.store-item {
	gap: 2.9333333333rem;
	grid-template-columns: 15.2rem 1fr;
	margin-bottom: 2.6666666667rem;
	padding-bottom: 2.6666666667rem;
}

.store-item__wrap {
	gap: 2.9333333333rem;
	grid-template-columns: 15.2rem 1fr;
}

.store-item__tel,
.store-item__name {
	font-size: 1.8666666667rem;
}

.store-item__tel a {
	gap: 0.5333333333rem;
	pointer-events: none;
}

.store-item__tel a::before {
	height: 1.6rem;
	width: 1.6rem;
}

.store-item__img img {
	border-radius: 0.8rem;
}

.store-item__txt {
	font-size: 1.6rem;
}

.store-item__btn {
	margin-top: 2.1333333333rem;
}

.store-item__btn img {
	width: 31.0666666667rem;
}

.p-form {
	padding-bottom: 9.6rem;
}

.sec-form {
	padding: 6rem 0 7.4666666667rem;
}

.sec-form__ttl {
	margin-bottom: 5.6rem;
}

.sec-form__ttl img {
	width: 35.3333333333rem;
}

.sec-form__txt {
	font-size: 1.6rem;
	margin-bottom: 9.0666666667rem;
}

.price-box {
	margin-bottom: 4.2666666667rem;
	padding: 1.7333333333rem 1.3333333333rem 2.6666666667rem;
}

.price-box__row {
	-moz-column-gap: 1.4666666667rem;
	column-gap: 1.4666666667rem;
	margin-bottom: 1.8666666667rem;
}

.price-box__txt {
	font-size: 1.6rem;
}

.price-box__note {
	margin-top: 1.3333333333rem;
}

.price-box__note span {
	background: linear-gradient(to bottom, transparent calc(100% - 1.2rem), #FCF45F 1.2rem);
	font-size: 2.5333333333rem;
	padding-inline: 0.6666666667rem;
}

.price-card__head {
	border-radius: 1.0666666667rem 1.0666666667rem 0 0;
	font-size: 1.7333333333rem;
	padding: 1.2rem 0;
}

.price-card__head.--left {
	padding-left: 2rem;
}

.price-card__head.--right {
	padding-right: 2.6666666667rem;
}

.price-card__body {
	border-radius: 0 0 1.0666666667rem 1.0666666667rem;
	padding: 1.6rem 0;
}

.price-card__img.price-card__img--01 {
	left: -0.2666666667rem;
	width: 6.8rem;
}

.price-card__img.price-card__img--02 {
	right: -0.5333333333rem;
	width: 6.6666666667rem;
}

.price-card__num img {
	height: 3.8666666667rem;
}

.p-flyer {
	padding: 5.0666666667rem 0 7.4666666667rem;
}

.p-flyer::before {
	height: 15.8666666667rem;
	width: 48.9333333333rem;
	top: 3.2rem;
	left: 1.8666666667rem;
}

.p-flyer__ttl {
	margin-bottom: 3.7333333333rem;
}

.p-flyer__ttl img {
	width: 19.3333333333rem;
}

.p-flyer__txt {
	font-size: 1.8666666667rem;
	margin-bottom: 4.2666666667rem;
}

.flyer-card {
	grid-template-columns: 15.7333333333rem 1fr;
	gap: 2.1333333333rem;
	margin-bottom: 3.2rem;
	padding-bottom: 3.2rem;
}

.flyer-card__tel {
	font-size: 1.8666666667rem;
}

.flyer-card__tel a {
	gap: 0.5333333333rem;
	pointer-events: none;
}

.flyer-card__tel a::before {
	height: 1.6rem;
	width: 1.6rem;
}

.flyer-card__txt {
	font-size: 1.6rem;
	margin-bottom: 1.3333333333rem;
}

.policy-box {
	border-radius: 1.3333333333rem;
	margin-bottom: 4.6666666667rem;
	padding: 3.3333333333rem 2.6666666667rem;
}

.policy-box__ttl {
	font-size: 2.6666666667rem;
	margin-bottom: 2rem;
}

.policy-box ul {
	gap: 2rem;
}

.policy-box ul li {
	gap: 0.6666666667rem;
	font-size: 1.8666666667rem;
}

.policy-box ul li::before {
	top: 1.3333333333rem;
	height: 0.5333333333rem;
}

.ui-widget.ui-widget-content {
	border-radius: 0.8rem;
}

.ui-widget-header {
	border-radius: 0.8rem 0.8rem 0 0;
	font-size: 1.6rem;
}

.ui-widget-header .ui-icon {
	height: 1.6rem;
	width: 1.6rem;
}

.ui-datepicker {
	width: 24rem;
}

.ui-datepicker th,
.ui-datepicker td {
	font-size: 1.6rem;
}

.ui-datepicker th {
	padding-block: 0.6666666667rem;
}

.modal {
	border-radius: 1.6rem;
	padding: 4.5333333333rem 2.6666666667rem 6.9333333333rem;
	width: 44.6666666667rem;
}

.modal-title {
	font-size: 1.8666666667rem;
	margin-bottom: 4rem;
}

.modal-list {
	gap: 2.1333333333rem;
}

.modal-card {
	max-width: 11.7333333333rem;
}

.modal-card__name {
	font-size: 1.8666666667rem;
	margin-top: 0.8rem;
}

.modal .f-button.is-close-btn {
	top: -4.8rem !important;
	height: 4rem;
	width: 4rem;
}

.modal .f-button.is-close-btn::before {
	height: 1.6rem;
	width: 1.6rem;
}

}

@media (min-width: 992px) {

.d-lg-none {
	display: none !important;
}

.d-lg-block {
	display: block !important;
}

.d-lg-flex {
	display: flex !important;
}

.m-lg-0 {
	margin: 0 !important;
}

.mt-lg-0,
.my-lg-0 {
	margin-top: 0 !important;
}

.mr-lg-0,
.mx-lg-0 {
	margin-right: 0 !important;
}

.mb-lg-0,
.my-lg-0 {
	margin-bottom: 0 !important;
}

.ml-lg-0,
.mx-lg-0 {
	margin-left: 0 !important;
}

.m-lg-5 {
	margin: 0.5rem !important;
}

.mt-lg-5,
.my-lg-5 {
	margin-top: 0.5rem !important;
}

.mr-lg-5,
.mx-lg-5 {
	margin-right: 0.5rem !important;
}

.mb-lg-5,
.my-lg-5 {
	margin-bottom: 0.5rem !important;
}

.ml-lg-5,
.mx-lg-5 {
	margin-left: 0.5rem !important;
}

.m-lg-10 {
	margin: 1rem !important;
}

.mt-lg-10,
.my-lg-10 {
	margin-top: 1rem !important;
}

.mr-lg-10,
.mx-lg-10 {
	margin-right: 1rem !important;
}

.mb-lg-10,
.my-lg-10 {
	margin-bottom: 1rem !important;
}

.ml-lg-10,
.mx-lg-10 {
	margin-left: 1rem !important;
}

.m-lg-20 {
	margin: 2rem !important;
}

.mt-lg-20,
.my-lg-20 {
	margin-top: 2rem !important;
}

.mr-lg-20,
.mx-lg-20 {
	margin-right: 2rem !important;
}

.mb-lg-20,
.my-lg-20 {
	margin-bottom: 2rem !important;
}

.ml-lg-20,
.mx-lg-20 {
	margin-left: 2rem !important;
}

.p-lg-0 {
	padding: 0 !important;
}

.pt-lg-0,
.py-lg-0 {
	padding-top: 0 !important;
}

.pr-lg-0,
.px-lg-0 {
	padding-right: 0 !important;
}

.pb-lg-0,
.py-lg-0 {
	padding-bottom: 0 !important;
}

.pl-lg-0,
.px-lg-0 {
	padding-left: 0 !important;
}

.p-lg-5 {
	padding: 0.5rem !important;
}

.pt-lg-5,
.py-lg-5 {
	padding-top: 0.5rem !important;
}

.pr-lg-5,
.px-lg-5 {
	padding-right: 0.5rem !important;
}

.pb-lg-5,
.py-lg-5 {
	padding-bottom: 0.5rem !important;
}

.pl-lg-5,
.px-lg-5 {
	padding-left: 0.5rem !important;
}

.p-lg-10 {
	padding: 1rem !important;
}

.pt-lg-10,
.py-lg-10 {
	padding-top: 1rem !important;
}

.pr-lg-10,
.px-lg-10 {
	padding-right: 1rem !important;
}

.pb-lg-10,
.py-lg-10 {
	padding-bottom: 1rem !important;
}

.pl-lg-10,
.px-lg-10 {
	padding-left: 1rem !important;
}

.p-lg-20 {
	padding: 2rem !important;
}

.pt-lg-20,
.py-lg-20 {
	padding-top: 2rem !important;
}

.pr-lg-20,
.px-lg-20 {
	padding-right: 2rem !important;
}

.pb-lg-20,
.py-lg-20 {
	padding-bottom: 2rem !important;
}

.pl-lg-20,
.px-lg-20 {
	padding-left: 2rem !important;
}

.m-lg-n5 {
	margin: -0.5rem !important;
}

.mt-lg-n5,
.my-lg-n5 {
	margin-top: -0.5rem !important;
}

.mr-lg-n5,
.mx-lg-n5 {
	margin-right: -0.5rem !important;
}

.mb-lg-n5,
.my-lg-n5 {
	margin-bottom: -0.5rem !important;
}

.ml-lg-n5,
.mx-lg-n5 {
	margin-left: -0.5rem !important;
}

.m-lg-n10 {
	margin: -1rem !important;
}

.mt-lg-n10,
.my-lg-n10 {
	margin-top: -1rem !important;
}

.mr-lg-n10,
.mx-lg-n10 {
	margin-right: -1rem !important;
}

.mb-lg-n10,
.my-lg-n10 {
	margin-bottom: -1rem !important;
}

.ml-lg-n10,
.mx-lg-n10 {
	margin-left: -1rem !important;
}

.m-lg-n20 {
	margin: -2rem !important;
}

.mt-lg-n20,
.my-lg-n20 {
	margin-top: -2rem !important;
}

.mr-lg-n20,
.mx-lg-n20 {
	margin-right: -2rem !important;
}

.mb-lg-n20,
.my-lg-n20 {
	margin-bottom: -2rem !important;
}

.ml-lg-n20,
.mx-lg-n20 {
	margin-left: -2rem !important;
}

.m-lg-auto {
	margin: auto !important;
}

.mt-lg-auto,
.my-lg-auto {
	margin-top: auto !important;
}

.mr-lg-auto,
.mx-lg-auto {
	margin-right: auto !important;
}

.mb-lg-auto,
.my-lg-auto {
	margin-bottom: auto !important;
}

.ml-lg-auto,
.mx-lg-auto {
	margin-left: auto !important;
}

.text-lg-left {
	text-align: left !important;
}

.text-lg-right {
	text-align: right !important;
}

.text-lg-center {
	text-align: center !important;
}

}

@media (min-width: 1200px) {

.d-xl-none {
	display: none !important;
}

.d-xl-block {
	display: block !important;
}

.d-xl-flex {
	display: flex !important;
}

.m-xl-0 {
	margin: 0 !important;
}

.mt-xl-0,
.my-xl-0 {
	margin-top: 0 !important;
}

.mr-xl-0,
.mx-xl-0 {
	margin-right: 0 !important;
}

.mb-xl-0,
.my-xl-0 {
	margin-bottom: 0 !important;
}

.ml-xl-0,
.mx-xl-0 {
	margin-left: 0 !important;
}

.m-xl-5 {
	margin: 0.5rem !important;
}

.mt-xl-5,
.my-xl-5 {
	margin-top: 0.5rem !important;
}

.mr-xl-5,
.mx-xl-5 {
	margin-right: 0.5rem !important;
}

.mb-xl-5,
.my-xl-5 {
	margin-bottom: 0.5rem !important;
}

.ml-xl-5,
.mx-xl-5 {
	margin-left: 0.5rem !important;
}

.m-xl-10 {
	margin: 1rem !important;
}

.mt-xl-10,
.my-xl-10 {
	margin-top: 1rem !important;
}

.mr-xl-10,
.mx-xl-10 {
	margin-right: 1rem !important;
}

.mb-xl-10,
.my-xl-10 {
	margin-bottom: 1rem !important;
}

.ml-xl-10,
.mx-xl-10 {
	margin-left: 1rem !important;
}

.m-xl-20 {
	margin: 2rem !important;
}

.mt-xl-20,
.my-xl-20 {
	margin-top: 2rem !important;
}

.mr-xl-20,
.mx-xl-20 {
	margin-right: 2rem !important;
}

.mb-xl-20,
.my-xl-20 {
	margin-bottom: 2rem !important;
}

.ml-xl-20,
.mx-xl-20 {
	margin-left: 2rem !important;
}

.p-xl-0 {
	padding: 0 !important;
}

.pt-xl-0,
.py-xl-0 {
	padding-top: 0 !important;
}

.pr-xl-0,
.px-xl-0 {
	padding-right: 0 !important;
}

.pb-xl-0,
.py-xl-0 {
	padding-bottom: 0 !important;
}

.pl-xl-0,
.px-xl-0 {
	padding-left: 0 !important;
}

.p-xl-5 {
	padding: 0.5rem !important;
}

.pt-xl-5,
.py-xl-5 {
	padding-top: 0.5rem !important;
}

.pr-xl-5,
.px-xl-5 {
	padding-right: 0.5rem !important;
}

.pb-xl-5,
.py-xl-5 {
	padding-bottom: 0.5rem !important;
}

.pl-xl-5,
.px-xl-5 {
	padding-left: 0.5rem !important;
}

.p-xl-10 {
	padding: 1rem !important;
}

.pt-xl-10,
.py-xl-10 {
	padding-top: 1rem !important;
}

.pr-xl-10,
.px-xl-10 {
	padding-right: 1rem !important;
}

.pb-xl-10,
.py-xl-10 {
	padding-bottom: 1rem !important;
}

.pl-xl-10,
.px-xl-10 {
	padding-left: 1rem !important;
}

.p-xl-20 {
	padding: 2rem !important;
}

.pt-xl-20,
.py-xl-20 {
	padding-top: 2rem !important;
}

.pr-xl-20,
.px-xl-20 {
	padding-right: 2rem !important;
}

.pb-xl-20,
.py-xl-20 {
	padding-bottom: 2rem !important;
}

.pl-xl-20,
.px-xl-20 {
	padding-left: 2rem !important;
}

.m-xl-n5 {
	margin: -0.5rem !important;
}

.mt-xl-n5,
.my-xl-n5 {
	margin-top: -0.5rem !important;
}

.mr-xl-n5,
.mx-xl-n5 {
	margin-right: -0.5rem !important;
}

.mb-xl-n5,
.my-xl-n5 {
	margin-bottom: -0.5rem !important;
}

.ml-xl-n5,
.mx-xl-n5 {
	margin-left: -0.5rem !important;
}

.m-xl-n10 {
	margin: -1rem !important;
}

.mt-xl-n10,
.my-xl-n10 {
	margin-top: -1rem !important;
}

.mr-xl-n10,
.mx-xl-n10 {
	margin-right: -1rem !important;
}

.mb-xl-n10,
.my-xl-n10 {
	margin-bottom: -1rem !important;
}

.ml-xl-n10,
.mx-xl-n10 {
	margin-left: -1rem !important;
}

.m-xl-n20 {
	margin: -2rem !important;
}

.mt-xl-n20,
.my-xl-n20 {
	margin-top: -2rem !important;
}

.mr-xl-n20,
.mx-xl-n20 {
	margin-right: -2rem !important;
}

.mb-xl-n20,
.my-xl-n20 {
	margin-bottom: -2rem !important;
}

.ml-xl-n20,
.mx-xl-n20 {
	margin-left: -2rem !important;
}

.m-xl-auto {
	margin: auto !important;
}

.mt-xl-auto,
.my-xl-auto {
	margin-top: auto !important;
}

.mr-xl-auto,
.mx-xl-auto {
	margin-right: auto !important;
}

.mb-xl-auto,
.my-xl-auto {
	margin-bottom: auto !important;
}

.ml-xl-auto,
.mx-xl-auto {
	margin-left: auto !important;
}

.text-xl-left {
	text-align: left !important;
}

.text-xl-right {
	text-align: right !important;
}

.text-xl-center {
	text-align: center !important;
}

}

@media (min-width: 1201px) {

html {
	font-size: 10px;
}

}

@media (min-width: 1400px) {

.d-xl2-none {
	display: none !important;
}

.d-xl2-block {
	display: block !important;
}

.d-xl2-flex {
	display: flex !important;
}

.m-xl2-0 {
	margin: 0 !important;
}

.mt-xl2-0,
.my-xl2-0 {
	margin-top: 0 !important;
}

.mr-xl2-0,
.mx-xl2-0 {
	margin-right: 0 !important;
}

.mb-xl2-0,
.my-xl2-0 {
	margin-bottom: 0 !important;
}

.ml-xl2-0,
.mx-xl2-0 {
	margin-left: 0 !important;
}

.m-xl2-5 {
	margin: 0.5rem !important;
}

.mt-xl2-5,
.my-xl2-5 {
	margin-top: 0.5rem !important;
}

.mr-xl2-5,
.mx-xl2-5 {
	margin-right: 0.5rem !important;
}

.mb-xl2-5,
.my-xl2-5 {
	margin-bottom: 0.5rem !important;
}

.ml-xl2-5,
.mx-xl2-5 {
	margin-left: 0.5rem !important;
}

.m-xl2-10 {
	margin: 1rem !important;
}

.mt-xl2-10,
.my-xl2-10 {
	margin-top: 1rem !important;
}

.mr-xl2-10,
.mx-xl2-10 {
	margin-right: 1rem !important;
}

.mb-xl2-10,
.my-xl2-10 {
	margin-bottom: 1rem !important;
}

.ml-xl2-10,
.mx-xl2-10 {
	margin-left: 1rem !important;
}

.m-xl2-20 {
	margin: 2rem !important;
}

.mt-xl2-20,
.my-xl2-20 {
	margin-top: 2rem !important;
}

.mr-xl2-20,
.mx-xl2-20 {
	margin-right: 2rem !important;
}

.mb-xl2-20,
.my-xl2-20 {
	margin-bottom: 2rem !important;
}

.ml-xl2-20,
.mx-xl2-20 {
	margin-left: 2rem !important;
}

.p-xl2-0 {
	padding: 0 !important;
}

.pt-xl2-0,
.py-xl2-0 {
	padding-top: 0 !important;
}

.pr-xl2-0,
.px-xl2-0 {
	padding-right: 0 !important;
}

.pb-xl2-0,
.py-xl2-0 {
	padding-bottom: 0 !important;
}

.pl-xl2-0,
.px-xl2-0 {
	padding-left: 0 !important;
}

.p-xl2-5 {
	padding: 0.5rem !important;
}

.pt-xl2-5,
.py-xl2-5 {
	padding-top: 0.5rem !important;
}

.pr-xl2-5,
.px-xl2-5 {
	padding-right: 0.5rem !important;
}

.pb-xl2-5,
.py-xl2-5 {
	padding-bottom: 0.5rem !important;
}

.pl-xl2-5,
.px-xl2-5 {
	padding-left: 0.5rem !important;
}

.p-xl2-10 {
	padding: 1rem !important;
}

.pt-xl2-10,
.py-xl2-10 {
	padding-top: 1rem !important;
}

.pr-xl2-10,
.px-xl2-10 {
	padding-right: 1rem !important;
}

.pb-xl2-10,
.py-xl2-10 {
	padding-bottom: 1rem !important;
}

.pl-xl2-10,
.px-xl2-10 {
	padding-left: 1rem !important;
}

.p-xl2-20 {
	padding: 2rem !important;
}

.pt-xl2-20,
.py-xl2-20 {
	padding-top: 2rem !important;
}

.pr-xl2-20,
.px-xl2-20 {
	padding-right: 2rem !important;
}

.pb-xl2-20,
.py-xl2-20 {
	padding-bottom: 2rem !important;
}

.pl-xl2-20,
.px-xl2-20 {
	padding-left: 2rem !important;
}

.m-xl2-n5 {
	margin: -0.5rem !important;
}

.mt-xl2-n5,
.my-xl2-n5 {
	margin-top: -0.5rem !important;
}

.mr-xl2-n5,
.mx-xl2-n5 {
	margin-right: -0.5rem !important;
}

.mb-xl2-n5,
.my-xl2-n5 {
	margin-bottom: -0.5rem !important;
}

.ml-xl2-n5,
.mx-xl2-n5 {
	margin-left: -0.5rem !important;
}

.m-xl2-n10 {
	margin: -1rem !important;
}

.mt-xl2-n10,
.my-xl2-n10 {
	margin-top: -1rem !important;
}

.mr-xl2-n10,
.mx-xl2-n10 {
	margin-right: -1rem !important;
}

.mb-xl2-n10,
.my-xl2-n10 {
	margin-bottom: -1rem !important;
}

.ml-xl2-n10,
.mx-xl2-n10 {
	margin-left: -1rem !important;
}

.m-xl2-n20 {
	margin: -2rem !important;
}

.mt-xl2-n20,
.my-xl2-n20 {
	margin-top: -2rem !important;
}

.mr-xl2-n20,
.mx-xl2-n20 {
	margin-right: -2rem !important;
}

.mb-xl2-n20,
.my-xl2-n20 {
	margin-bottom: -2rem !important;
}

.ml-xl2-n20,
.mx-xl2-n20 {
	margin-left: -2rem !important;
}

.m-xl2-auto {
	margin: auto !important;
}

.mt-xl2-auto,
.my-xl2-auto {
	margin-top: auto !important;
}

.mr-xl2-auto,
.mx-xl2-auto {
	margin-right: auto !important;
}

.mb-xl2-auto,
.my-xl2-auto {
	margin-bottom: auto !important;
}

.ml-xl2-auto,
.mx-xl2-auto {
	margin-left: auto !important;
}

.text-xl2-left {
	text-align: left !important;
}

.text-xl2-right {
	text-align: right !important;
}

.text-xl2-center {
	text-align: center !important;
}

.nav-list a {
	font-size: 2.3rem;
}

}

@media (max-width: 767px) {

.global-navi {
	opacity: 0;
	visibility: hidden;
	transition: 0.3s ease;
	background-color: #fff;
	overflow-y: auto;
	margin-left: auto;
	padding: 8.9rem 2rem;
	position: fixed;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	z-index: 100;
}

.openMenu .global-navi {
	opacity: 1;
	visibility: visible;
}

.global-navi__btn {
	background-color: var(--border-color);
	padding: 1.2rem 2rem;
	position: fixed;
	bottom: 0;
	left: 0;
	right: 0;
}

.l-side.l-side--left {
	display: none;
}

}

