@charset "UTF-8";
@font-face {
	font-family: "Impact";
	font-style: normal;
	src: url("impact.woff") format("woff");
	font-weight: 400;
}
.u-desktop {
	display: none;
}
@media screen and (min-width: 750px) {
	.u-desktop {
		display: block;
	}
}

@media screen and (min-width: 750px) {
	.u-mobile {
		display: none;
	}
}

h3,
h4,
h5,
p,
a,
dt,
dd {
	color: #222222;
}

body {
	font-family: "Noto Sans JP", sans-serif;
	background-color: #f4f4f4;
}

/* リキッドレイアウト対応 */
html {
	font-size: 16px;
}
@media (max-width: 375px) {
	html {
		font-size: 4.2666666667vw;
	}
}
@media screen and (min-width: 750px) {
	html {
		font-size: 1.4814814815vw;
	}
}
@media (min-width: 1080px) {
	html {
		font-size: 16px;
	}
}

/* pcの電話番号発信対応 */
/* ホバー */
a {
	text-decoration: none;
}

*,
*::before,
*::after {
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}

/* Remove default padding */
ul,
ol {
	padding: 0;
}

/* Remove default margin */
body,
h1,
h2,
h3,
h4,
p,
ul,
ol,
figure,
blockquote,
dl,
dd {
	margin: 0;
	padding: 0;
}

/* Set core root defaults */
html {
	scroll-behavior: smooth;
}

/* Set core body defaults */
body {
	min-height: 100vh;
	text-rendering: optimizeSpeed;
	line-height: 1.5;
}

/* Remove list styles on ul, ol elements with a class attribute */
ul,
ol {
	list-style: none;
}

/* A elements that don't have a class get default styles */
a:not([class]) {
	text-decoration-skip-ink: auto;
}

/* Make images easier to work with */
img {
	max-width: 100%;
	display: block;
	width: 100%;
}

/* Natural flow and rhythm in articles by default */
article > * + * {
	margin-top: 1em;
}

/* Inherit fonts for inputs and buttons */
input,
button,
textarea,
select {
	font: inherit;
}

/* Blur images when they have no alt attribute */
img:not([alt]) {
	filter: url('data:image/svg+xml;charset=utf-8,<svg xmlns="http://www.w3.org/2000/svg"><filter id="filter"><feGaussianBlur stdDeviation="10" /></filter></svg>#filter');
	-webkit-filter: blur(10px);
	filter: blur(10px);
}

/* フォームリセット */
input,
button,
select,
textarea {
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	background: transparent;
	border: none;
	border-radius: 0;
	font: inherit;
	outline: none;
}

textarea {
	resize: vertical;
}

input[type="checkbox"],
input[type="radio"] {
	display: none;
}

input[type="submit"],
input[type="button"],
label,
button,
select {
	cursor: pointer;
}

select::-ms-expand {
	display: none;
}

.about__inner {
	margin-top: 40px;
	margin-top: 2.5rem;
}
@media screen and (min-width: 750px) {
	.about__inner {
		position: absolute;
		position: absolute;
		top: 45%;
		left: 50%;
		-webkit-transform: translateX(-50%);
		transform: translateX(-50%);
		margin-top: 0;
	}
}

.about__content {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
}
@media screen and (min-width: 750px) {
	.about__content {
		-webkit-box-orient: vertical;
		-webkit-box-direction: reverse;
		-ms-flex-direction: column-reverse;
		flex-direction: column-reverse;
	}
}

.about__title {
	text-align: center;
}
@media screen and (min-width: 750px) {
	.about__title {
		margin-top: 2.5rem;
	}
}

.about__title img {
	max-width: 100%;
	width: clamp(280px, 50vw, 448px);
	display: inline-block;
}

.about__btn {
	margin-top: 40px;
	margin-top: 2.5rem;
	text-align: center;
}
@media screen and (min-width: 750px) {
	.about__btn {
		margin-top: 0;
	}
}

.btn {
	text-align: center;
	font-size: 16px;
	font-size: 1rem;
	font-weight: 400;
	line-height: 1;
	padding-top: 5px;
	padding-top: 0.3125rem;
	padding-bottom: 5px;
	padding-bottom: 0.3125rem;
	display: inline-block;
	border-radius: 20px;
	padding-top: 10px;
	padding-top: 0.625rem;
	padding-bottom: 10px;
	padding-bottom: 0.625rem;
	color: #fff;
	background: #c0b283;
}
@media screen and (min-width: 750px) {
	.btn {
		padding-top: 0.75rem;
		padding-bottom: 0.75rem;
	}
}

.btn:hover {
	color: #c0b283;
	-webkit-transition: 0.3s;
	transition: 0.3s;
	background-color: #fff;
	border: 1px solid #c0b283;
}

.btn.btn--contact {
	background-color: #4d74a2;
	width: 140px;
	width: 8.75rem;
	max-width: 100%;
}
@media screen and (min-width: 750px) {
	.btn.btn--contact {
		width: 11.25rem;
	}
}

.btn.btn--contact:hover {
	color: #4d74a2;
	-webkit-transition: 0.3s;
	transition: 0.3s;
	background-color: #fff;
	border: 1px solid #4d74a2;
}

.btn-animaiton {
	position: relative;
}

.btn.btn-login {
	color: #4d74a2;
	background-color: #fff;
	position: relative;
	max-width: 100%;
	width: 112px;
	width: 7rem;
	font-size: clamp(12px, 3vw, 16px);
	padding-top: 6px;
	padding-top: 0.375rem;
	padding-bottom: 6px;
	padding-bottom: 0.375rem;
	border-radius: 20px;
	overflow: hidden;
}
@media screen and (min-width: 750px) {
	.btn.btn-login {
		width: 11.25rem;
		padding-top: 0.625rem;
		padding-bottom: 0.625rem;
	}
}

.btn.btn-login .btn-name {
	position: relative;
	z-index: 3;
}

.btn.btn-login:hover .btn-name {
	color: #fff;
	-webkit-transition: 0.3s;
	transition: 0.3s;
}

.btn-animaiton {
	overflow: hidden;
	border-radius: 20px;
}

.btn-animaiton a {
	position: absolute;
	color: #1670f0;
	overflow: hidden;
}

.btn-animaiton a:before {
	position: absolute;
	top: 2px;
	left: 2px;
	bottom: 2px;
	content: "";
	width: 50%;
	background: rgba(255, 255, 255, 0.05);
	overflow: hidden;
}

.btn-animaiton a span:nth-child(1) {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 1px;
	background: -webkit-gradient(
		linear,
		left top,
		right top,
		from(#0c002b),
		to(#1779ff)
	);
	background: linear-gradient(to right, #0c002b, #1779ff);
	-webkit-animation: animate1 2s linear infinite;
	animation: animate1 2s linear infinite;
}

@-webkit-keyframes animate1 {
	0% {
		-webkit-transform: translateX(-100%);
		transform: translateX(-100%);
	}
	100% {
		-webkit-transform: translateX(100%);
		transform: translateX(100%);
	}
}

@keyframes animate1 {
	0% {
		-webkit-transform: translateX(-100%);
		transform: translateX(-100%);
	}
	100% {
		-webkit-transform: translateX(100%);
		transform: translateX(100%);
	}
}
.btn-animaiton a span:nth-child(2) {
	position: absolute;
	top: 0;
	right: 0;
	width: 1px;
	height: 100%;
	background: -webkit-gradient(
		linear,
		left top,
		left bottom,
		from(#0c002b),
		to(#1779ff)
	);
	background: linear-gradient(to bottom, #0c002b, #1779ff);
	-webkit-animation: animate2 2s linear infinite;
	animation: animate2 2s linear infinite;
	-webkit-animation-delay: 1s;
	animation-delay: 1s;
}

@-webkit-keyframes animate2 {
	0% {
		-webkit-transform: translateY(-100%);
		transform: translateY(-100%);
	}
	100% {
		-webkit-transform: translateY(100%);
		transform: translateY(100%);
	}
}

@keyframes animate2 {
	0% {
		-webkit-transform: translateY(-100%);
		transform: translateY(-100%);
	}
	100% {
		-webkit-transform: translateY(100%);
		transform: translateY(100%);
	}
}
.btn-animaiton a span:nth-child(3) {
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
	height: 1px;
	background: -webkit-gradient(
		linear,
		right top,
		left top,
		from(#0c002b),
		to(#1779ff)
	);
	background: linear-gradient(to left, #0c002b, #1779ff);
	-webkit-animation: animate3 2s linear infinite;
	animation: animate3 2s linear infinite;
}

@-webkit-keyframes animate3 {
	0% {
		-webkit-transform: translateX(100%);
		transform: translateX(100%);
	}
	100% {
		-webkit-transform: translateX(-100%);
		transform: translateX(-100%);
	}
}

@keyframes animate3 {
	0% {
		-webkit-transform: translateX(100%);
		transform: translateX(100%);
	}
	100% {
		-webkit-transform: translateX(-100%);
		transform: translateX(-100%);
	}
}
.btn-animaiton a span:nth-child(4) {
	position: absolute;
	top: 0;
	left: 0;
	width: 1px;
	height: 100%;
	background: -webkit-gradient(
		linear,
		left bottom,
		left top,
		from(#0c002b),
		to(#0c4da2)
	);
	background: linear-gradient(to top, #0c002b, #0c4da2);
	-webkit-animation: animate4 2s linear infinite;
	animation: animate4 2s linear infinite;
	-webkit-animation-delay: 1s;
	animation-delay: 1s;
}

@-webkit-keyframes animate4 {
	0% {
		-webkit-transform: translateY(100%);
		transform: translateY(100%);
	}
	100% {
		-webkit-transform: translateY(-100%);
		transform: translateY(-100%);
	}
}

@keyframes animate4 {
	0% {
		-webkit-transform: translateY(100%);
		transform: translateY(100%);
	}
	100% {
		-webkit-transform: translateY(-100%);
		transform: translateY(-100%);
	}
}
.btn-right:after {
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	z-index: 2;
	background: #4d74a2;
	border-radius: 20px;
	width: 100%;
	height: 100%;
	-webkit-transition: -webkit-transform 0.6s cubic-bezier(0.8, 0, 0.2, 1) 0s;
	transition: -webkit-transform 0.6s cubic-bezier(0.8, 0, 0.2, 1) 0s;
	transition: transform 0.6s cubic-bezier(0.8, 0, 0.2, 1) 0s;
	transition: transform 0.6s cubic-bezier(0.8, 0, 0.2, 1) 0s,
		-webkit-transform 0.6s cubic-bezier(0.8, 0, 0.2, 1) 0s;
	-webkit-transform: scale(0, 1);
	transform: scale(0, 1);
	-webkit-transform-origin: right top;
	transform-origin: right top;
}

.btn-right:hover:after {
	-webkit-transform-origin: left top;
	transform-origin: left top;
	-webkit-transform: scale(1, 1);
	transform: scale(1, 1);
}

.card-list {
	display: grid;
	grid-template-columns: 1fr 1fr 1fr;
	-webkit-column-gap: 0.3125rem;
	-moz-column-gap: 0.3125rem;
	column-gap: 0.3125rem;
	row-gap: 20px;
	row-gap: 1.25rem;
	max-width: 100%;
}
@media screen and (min-width: 750px) {
	.card-list {
		-webkit-column-gap: 2.25rem;
		-moz-column-gap: 2.25rem;
		column-gap: 2.25rem;
		row-gap: 2.5rem;
	}
}

.common__text {
	color: #fff;
	font-weight: 400;
	font-size: 16px;
	font-size: 1rem;
	line-height: 1;
}

.contact-wrap {
	margin-top: 40px;
	margin-top: 2.5rem;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	margin-right: auto;
	margin-left: auto;
	min-width: 155px;
	min-width: 9.6875rem;
	width: 44%;
}
@media screen and (min-width: 750px) {
	.contact-wrap {
		margin-top: 5rem;
		max-width: 100%;
		width: 23.4375rem;
	}
}

.contact-wrap img {
	width: 101px;
	width: 6.3125rem;
	max-width: 100%;
}
@media screen and (min-width: 750px) {
	.contact-wrap img {
		width: 16.875rem;
	}
}

.contact-wrap__btn .btn {
	min-width: 104px;
	min-width: 6.5rem;
	font-size: clamp(14px, 3vw, 24px);
	-webkit-box-shadow: 5px 5px 5px rgba(0, 0, 0, 0.16);
	box-shadow: 5px 5px 5px rgba(0, 0, 0, 0.16);
	padding-right: 10px;
	padding-right: 0.625rem;
	padding-left: 10px;
	padding-left: 0.625rem;
}
@media screen and (min-width: 750px) {
	.contact-wrap__btn .btn {
		max-width: 100%;
		width: 15rem;
	}
}

.contact-wrap__btn {
	margin-left: -52px;
	margin-left: -3.25rem;
}
@media screen and (min-width: 750px) {
	.contact-wrap__btn {
		margin-left: -7.5rem;
	}
}

.contact__title {
	text-align: center;
}

.inner.contact__inner {
	max-width: 770px;
	max-width: 48.125rem;
}

.contact__raw:not(:first-child) {
	margin-top: 35px;
	margin-top: 2.1875rem;
}

.contact__error {
	margin-top: 7px;
	font-weight: bold;
	color: #fe3766;
	font-size: 12px;
}

.contact__label {
	font-size: 18px;
	font-size: 1.125rem;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
}

.contact__label--required {
	position: relative;
}

.contact__label--required::after {
	content: "必須";
	position: absolute;
	top: 50%;
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
	left: calc(100% + 10px);
	width: 40px;
	width: 2.5rem;
	height: 20px;
	height: 1.25rem;
	background-color: #4d74a2;
	border-radius: 5px;
	color: #fff;
	font-size: 12px;
	font-size: 0.75rem;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
}
@media screen and (min-width: 750px) {
	.contact__label--required::after {
		left: calc(100% + 16px);
	}
}

.contact__nameBox:not(:first-child) {
	margin-left: 20px;
}

.contact__name {
	font-size: 18px;
	font-weight: bold;
}

.contact__inputText {
	background-color: #fff;
	height: 44px;
	height: 2.75rem;
	display: block;
	padding: 10px 15px;
	padding: 0.625rem 0.9375rem;
	font-size: 16px;
	font-size: 1rem;
	border: 1px solid #dddddd;
	border-radius: 5px;
	margin-top: 13px;
	margin-top: 0.8125rem;
}

.contact__inputText--message {
	height: 240px;
	height: 15rem;
	width: 100%;
}

.contact__inputText--email,
.contact__inputText--company,
.contact__inputText--phone,
.contact__inputText--address,
.contact__inputText--pasward,
.contact__inputText--date,
.contact__inputText--name {
	width: 100%;
}

.contact__button {
	margin-top: 40px;
	margin-top: 2.5rem;
}
@media screen and (min-width: 750px) {
	.contact__button {
		margin-top: 5rem;
	}
}

.emphasis {
	font-size: 24px;
	font-size: 1.5rem;
}

.en__title {
	color: #fff;
	font-weight: 400;
	font-size: 32px;
	font-size: 2rem;
	line-height: 1;
	font-family: "Impact", serif;
}

.floating__items {
	position: fixed;
	bottom: 0;
	right: 0;
	z-index: 99;
	width: 60px;
	width: 3.75rem;
	display: grid;
	grid-template-columns: 1fr;
	row-gap: 20px;
	row-gap: 1.25rem;
}
@media screen and (min-width: 750px) {
	.floating__items {
		row-gap: 2.5rem;
		width: 5rem;
	}
}

.floating__item {
	background: #000;
	width: 60px;
	width: 3.75rem;
	height: 60px;
	height: 3.75rem;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
}
@media screen and (min-width: 750px) {
	.floating__item {
		height: 5rem;
		width: 5rem;
	}
}

.floating__item:first-child img {
	width: 40px;
	width: 2.5rem;
	height: 40px;
	height: 2.5rem;
}
@media screen and (min-width: 750px) {
	.floating__item:first-child img {
		height: 3.125rem;
		width: 3.125rem;
	}
}

.floating__item:nth-child(2) img {
	width: 34px;
	width: 2.125rem;
	height: 30px;
	height: 1.875rem;
}
@media screen and (min-width: 750px) {
	.floating__item:nth-child(2) img {
		height: 2.3125rem;
		width: 2.875rem;
	}
}

.floating__item:hover {
	opacity: 0.8;
	-webkit-transition: 0.3s;
	transition: 0.3s;
}

.footer {
	margin-top: 100px;
	margin-top: 6.25rem;
	background-color: #dcd0c0;
	padding-top: 20px;
	padding-top: 1.25rem;
	padding-bottom: 20px;
	padding-bottom: 1.25rem;
}
@media screen and (min-width: 750px) {
	.footer {
		margin-top: 7.5rem;
		padding-top: 1.5625rem;
		padding-bottom: 1.5625rem;
	}
}

@media screen and (min-width: 750px) {
	.inner.footer__inner {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-align: center;
		-ms-flex-align: center;
		align-items: center;
	}
}

.footer__logo {
	width: 100%;
	max-width: 157px;
	max-width: 9.8125rem;
	margin-right: auto;
	margin-left: auto;
}
@media screen and (min-width: 750px) {
	.footer__logo {
		max-width: 7.1875rem;
		margin-right: 13.8125rem;
		margin-left: 0;
	}
}

.copyright {
	text-align: center;
	font-size: clamp(14px, 3vw, 16px);
	margin-top: 4px;
	margin-top: 0.25rem;
}
@media screen and (min-width: 750px) {
	.copyright {
		margin-top: 0;
	}
}

.inner.footerNav__inner {
	padding-right: 82px;
	padding-right: 5.125rem;
	padding-left: 82px;
	padding-left: 5.125rem;
}
@media screen and (min-width: 750px) {
	.inner.footerNav__inner {
		padding-right: 1.5625rem;
		padding-left: 1.5625rem;
	}
}

.footerNav__items {
	display: grid;
	grid-template-columns: 1fr;
	row-gap: 20px;
	row-gap: 1.25rem;
	width: 212px;
	width: 13.25rem;
	max-width: 100%;
	margin-right: auto;
	margin-left: auto;
}
@media screen and (min-width: 750px) {
	.footerNav__items {
		width: 100%;
		grid-template-columns: 1fr 1fr 1fr;
		-webkit-column-gap: 9.8125rem;
		-moz-column-gap: 9.8125rem;
		column-gap: 9.8125rem;
	}
}

.footerNav__item {
	position: relative;
	height: 6.25rem;
}
@media screen and (min-width: 750px) {
	.footerNav__item {
		height: 9.375rem;
	}
}

.footerNav__item:nth-child(even) {
	text-align: right;
}
@media screen and (min-width: 750px) {
	.footerNav__item:nth-child(even) {
		text-align: left;
	}
}

.footerNav__item img {
	display: inline;
	width: 6.25rem;
	height: 6.25rem;
}
@media screen and (min-width: 750px) {
	.footerNav__item img {
		width: 9.375rem;
		height: 9.375rem;
	}
}

.footerNav__item .footerNav__btn {
	display: flex;
	justify-content: center;
	align-items: center;
	width: 100%;
	height: 100%;
	position: absolute;
	left: 0;
	top: 0;
}

.footerNav__item .footerNav__btn a.btn {
	padding: 0.75rem 0.5rem;
	text-align: center;
	min-width: 8.75rem;
}

.footerNav__item.info .footerNav__btn a.btn {
	letter-spacing: 0.5em;
	padding-right: 0;
}

.footerNav__item.tou .footerNav__btn a.btn {
	font-size: 0.8rem;
}
@media screen and (min-width: 750px) {
	.footerNav__item.tou .footerNav__btn a.btn {
		font-size: 0.9rem;
	}
}

.hamburger {
	z-index: 9999;
}

.hamburger span {
	position: relative;
	display: block;
	height: 4px;
	height: 0.25rem;
	width: 30px;
	width: 1.875rem;
	background: #fff;
	-webkit-transition: ease 0.3s;
	transition: ease 0.3s;
	text-align: right;
}

.hamburger.is-open span {
	background: #fff;
}

.hamburger span:nth-child(1) {
	top: 0;
}

.hamburger span:nth-child(2) {
	margin: 8px 0 10px 8px;
	margin: 0.5rem 0 0.625rem 0.5rem;
	width: 20px;
	width: 1.25rem;
}

.hamburger span:nth-child(3) {
	top: 0;
	position: relative;
}

/*is-OPEN時の動き*/
.hamburger.is-open span {
	width: 30px;
	width: 1.875rem;
}

.hamburger.is-open span:nth-child(1) {
	top: 12px;
	top: 0.75rem;
	left: 2px;
	left: 0.125rem;
	-webkit-transform: rotate(45deg);
	transform: rotate(45deg);
}

.hamburger.is-open span:nth-child(2) {
	left: 0;
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
	opacity: 0;
}

.hamburger.is-open span:nth-child(3) {
	top: -14px;
	top: -0.875rem;
	left: 2px;
	left: 0.125rem;
	-webkit-transform: rotate(-45deg);
	transform: rotate(-45deg);
}

.pwa_hamburger {
	z-index: 9999;
	height: 100%;
	display: flex;
	flex-direction: column;
	justify-content: center;
	gap: 5px;
}
.pwa_hamburger span {
	position: relative;
	display: block;
	width: 24px;
	height: 3px;
	border-radius: 9999px;
	background: #fff;
	-webkit-transition: ease 0.3s;
	transition: ease 0.3s;
}
.pwa_hamburger span:last-child {
	width: 14px;
}

.pwa_hamburger.is-open span:nth-child(1) {
	width: 26px;
	transform-origin: 1.5px;
	-webkit-transform: rotate(45deg);
	transform: rotate(45deg);
}

.pwa_hamburger.is-open span:nth-child(2) {
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
	opacity: 0;
}

.pwa_hamburger.is-open span:nth-child(3) {
	width: 26px;
	transform-origin: 1.5px;
	-webkit-transform: rotate(-45deg);
	transform: rotate(-45deg);
}

.header {
	width: 100%;
	max-width: 100%;
	position: fixed;
	top: 0;
	left: 0;
	z-index: 9000;
	height: 60px;
	height: 3.75rem;
	background-color: #dcd0c0;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
}
@media screen and (min-width: 750px) {
	.header {
		height: 6.25rem;
	}
}

.header__inner.inner {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-pack: distribute;
	justify-content: space-around;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
}
@media screen and (min-width: 750px) {
	.header__inner.inner {
		-webkit-box-pack: justify;
		-ms-flex-pack: justify;
		justify-content: space-between;
	}
}

.logo {
	max-width: 100%;
	width: 157px;
	width: 9.8125rem;
	margin-right: 16px;
	margin-right: 1rem;
}
@media screen and (min-width: 750px) {
	.logo {
		width: 19.5625rem;
		margin-right: 0;
	}
}

.header__drawer {
	padding: 20px 20px;
	padding: 1.25rem 1.25rem;
	margin-left: auto;
}

.howto__title {
	text-align: center;
}

.howto__step {
	margin-top: 26px;
	margin-top: 1.625rem;
}
@media screen and (min-width: 750px) {
	.howto__step {
		margin-top: 5rem;
		display: grid;
		grid-template-columns: 1fr 1fr;
		row-gap: 2.5rem;
		-webkit-column-gap: 2.5rem;
		-moz-column-gap: 2.5rem;
		column-gap: 2.5rem;
	}
}

.howto__container {
	margin: 1.625rem calc(50% - 50vw) 0 1.25rem;
	width: 100vw;
}
@media screen and (min-width: 750px) {
	.howto__container {
		display: none;
	}
}

.howto__container .slick-slider {
	width: 140%;
}

.howto__step.howto__step--sp .slick-slide {
	margin-right: 10px;
	margin-right: 0.625rem;
}

.step__item {
	background-color: #fff;
	padding: 20px;
	padding: 1.25rem;
	border-radius: 10px;
	height: 750px;
}

.step__item.full {
	grid-column: span 2;
	padding-inline: 5%;
	width: 100%;
}
.step__item.full .step_content_container {
	display: flex;
	margin-top: 39px;
	gap: 60px;
}

.step__item .side_by_side_content {
	flex-basis: 50%;
	display: flex;
	flex-direction: column;
	align-items: center;
	gap: 30px;
}

.step__item .side_by_side_content figure {
	width: 60%;
	height: 360px;
	overflow: hidden;
}

.step__item .side_by_side_content figure img {
	transform: translateY(-30%);
}

.step__item .side_by_side_content .step__text {
	margin-top: 0;
}

i.share_icon {
	position: relative;
}

i.share_icon::before {
	position: absolute;
	top: 0%;
	content: url("/sokuseki/images/share-icon.png");
}

@media screen and (min-width: 750px) {
	.step__item {
		padding: 2.5rem 1.25rem;
		height: auto;
	}
}

.step__item img {
	margin-top: 20px;
	margin-top: 1.25rem;
	width: 58%;
	min-width: 220px;
	min-width: 13.75rem;
	margin-right: auto;
	margin-left: auto;
}
@media screen and (min-width: 750px) {
	.step__item img {
		margin-top: 2.4375rem;
		width: 100%;
	}
}

.step__title {
	font-size: clamp(20px, 3vw, 40px);
	color: #c0b283;
	font-weight: 300;
	text-align: center;
}

.step__text {
	font-size: 16px;
	font-size: 1rem;
	margin-top: 20px;
	margin-top: 1.25rem;
}
@media screen and (min-width: 750px) {
	.step__text {
		margin-top: 2.5rem;
	}
}

@media screen and (min-width: 750px) {
	.step__item:nth-child(2) img {
		max-width: 100%;
		width: 23.75rem;
	}
}

@media screen and (min-width: 750px) {
	.step__item:nth-child(3) img {
		max-width: 100%;
		width: 15.9375rem;
		margin-top: 1.1875rem;
	}
}

@media screen and (min-width: 750px) {
	.step__item:nth-child(4) img {
		max-width: 100%;
		width: 22.5625rem;
		margin-top: 1.1875rem;
	}
}

@media screen and (min-width: 750px) {
	.step__item:nth-child(2) .step__text {
		max-width: 100%;
		width: 23.75rem;
		margin-right: auto;
		margin-left: auto;
		margin-top: 1.875rem;
	}
}

@media screen and (min-width: 750px) {
	.step__item:nth-child(3) .step__text,
	.step__item:nth-child(4) .step__text {
		max-width: 100%;
		width: 23.75rem;
		margin-right: auto;
		margin-left: auto;
		margin-top: 1.25rem;
	}
}

.show__right {
	opacity: 0;
}

.js-show__right {
	-webkit-animation: img-opacity 2s cubic-bezier(0.4, 0, 0.2, 1);
	animation: img-opacity 2s cubic-bezier(0.4, 0, 0.2, 1);
	overflow: hidden;
	position: relative;
	opacity: 1;
}

.js-show__right:before {
	-webkit-animation: img-animation 2s cubic-bezier(0.4, 0, 0.2, 1) forwards;
	animation: img-animation 2s cubic-bezier(0.4, 0, 0.2, 1) forwards;
	background: #fff;
	bottom: 0;
	content: "";
	left: 0;
	pointer-events: none;
	position: absolute;
	right: 0;
	top: 0;
	z-index: 1;
}

@-webkit-keyframes img-opacity {
	100% {
		opacity: 1;
	}
}

@keyframes img-opacity {
	100% {
		opacity: 1;
	}
}
@-webkit-keyframes img-animation {
	100% {
		-webkit-transform: translateX(-100%);
		transform: translateX(-100%);
	}
}
@keyframes img-animation {
	100% {
		-webkit-transform: translateX(-100%);
		transform: translateX(-100%);
	}
}
.inner {
	width: 100%;
	padding-right: 15px;
	padding-left: 15px;
	margin-right: auto;
	margin-left: auto;
}
@media screen and (min-width: 750px) {
	.inner {
		max-width: 1130px;
		padding-right: 25px;
		padding-left: 25px;
	}
}

.shutter {
	position: fixed;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	background-color: #fff;
	z-index: 9999;
	text-align: center;
	-webkit-animation: byeShutter 4s forwards;
	animation: byeShutter 4s forwards;
}

.shutter img {
	max-width: 174px;
	max-width: 174px;
	max-width: 10.875rem;
	width: 100%;
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translateY(-50%) translateX(-50%);
	-webkit-transform: translateY(-50%) translateX(-50%);
	-webkit-animation: shutterimg 4s forwards;
	animation: shutterimg 4s forwards;
}

@media screen and (min-width: 800px) {
	.shutter img {
		max-width: 24.3125rem;
	}
}
@-webkit-keyframes byeShutter {
	0% {
		opacity: 1;
	}
	20% {
		opacity: 1;
	}
	60% {
		opacity: 1;
	}
	100% {
		opacity: 0;
		display: none;
		z-index: -1;
	}
}
@keyframes byeShutter {
	0% {
		opacity: 1;
	}
	20% {
		opacity: 1;
	}
	60% {
		opacity: 0;
	}
	100% {
		opacity: 0;
		display: none;
	}
}
@-webkit-keyframes shutterimg {
	0% {
		opacity: 0;
	}
	20% {
		opacity: 1;
	}
	50% {
		opacity: 1;
	}
	60% {
		opacity: 0;
	}
	100% {
		opacity: 0;
	}
}
@keyframes shutterimg {
	0% {
		opacity: 0;
	}
	20% {
		opacity: 1;
	}
	50% {
		opacity: 1;
	}
	60% {
		opacity: 0;
	}
	100% {
		opacity: 0;
	}
}
.map__wrap {
	position: relative;
	width: 100%;
	height: 0;
	padding-top: 50%;
}

.map__wrap::before {
	content: "";
	position: absolute;
	right: -7px;
	bottom: -7px;
	border-radius: 20px;
	background-color: #c0b283;
	width: 100%;
	height: 100%;
	z-index: -1;
}
@media screen and (min-width: 750px) {
	.map__wrap::before {
		right: -20px;
		bottom: -20px;
	}
}

.map__wrap iframe {
	border-radius: 20px;
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	-webkit-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	width: 100%;
	height: 100%;
	-o-object-fit: cover;
	object-fit: cover;
}

.mypageArea__inner {
	position: relative;
}

.mypageArea__btn .btn {
	-webkit-box-shadow: 5px 5px 5px rgba(0, 0, 0, 0.16);
	box-shadow: 5px 5px 5px rgba(0, 0, 0, 0.16);
	width: 90px;
	width: 5.625rem;
	max-width: 100%;
	font-size: clamp(14px, 3vw, 24px);
}
@media screen and (min-width: 480px) {
	.mypageArea__btn .btn {
		width: 11.25rem;
	}
}
@media screen and (min-width: 750px) {
	.mypageArea__btn .btn {
		width: 15rem;
	}
}

.mypageArea__btn {
	position: absolute;
}

.mypageArea__btn.mypageArea__btn--left {
	left: 12%;
	top: 25%;
}
@media screen and (min-width: 750px) {
	.mypageArea__btn.mypageArea__btn--left {
		top: 30%;
	}
}

.mypageArea__btn.mypageArea__btn--right {
	right: 15%;
	top: 35%;
}
@media screen and (min-width: 750px) {
	.mypageArea__btn.mypageArea__btn--right {
		top: 40%;
	}
}

.nearshop__inner {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: start;
	-ms-flex-align: start;
	align-items: flex-start;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
}

.nearshop__heading {
	width: 14%;
}
@media screen and (min-width: 750px) {
	.nearshop__heading {
		width: 100%;
		max-width: 9.5rem;
		margin-right: 0.6875rem;
	}
}

.profile__lineQr {
	margin-top: 40px;
	margin-top: 2.5rem;
	text-align: center;
}

.profile__text {
	font-size: clamp(14px, 3vw, 16px);
	font-weight: 400;
}

.line-qr {
	margin-inline: auto;
	width: 110px;
	width: 6.875rem;
	max-width: 100%;
	margin-top: 20px;
	margin-top: 1.25rem;
}

.Box {
	position: relative;
	margin-left: auto;
	margin-right: auto;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	border: 1px solid #707070;
	border-radius: 40px;
}
@media screen and (min-width: 750px) {
	.Box {
		width: 25rem;
	}
}

.Box-SearchInput {
	border: none;
	max-width: 100%;
	width: 100%;
	height: 50px;
	height: 3.125rem;
	letter-spacing: 0.1em;
	padding-left: 70px;
	padding-left: 4.375rem;
	padding-right: 20px;
	padding-right: 1.25rem;
	background: #fff;
	font-size: clamp(14px, 3vw, 16px);
	border-radius: 40px;
}
@media screen and (min-width: 750px) {
	.Box-SearchInput {
		width: 25rem;
		height: 3.75rem;
	}
}

.Box-Btn {
	position: absolute;
	left: 20px;
	left: 1.25rem;
	top: 50%;
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
	width: 40px;
	width: 2.5rem;
	height: 40px;
	height: 2.5rem;
	line-height: 50px;
	line-height: 3.125rem;
	padding: 0;
}

.Box-Btn-Icon {
	margin-left: auto;
	margin-right: auto;
	width: 40px;
	width: 2.5rem;
	height: 40px;
	height: 2.5rem;
}

.section-contact {
	margin-top: 80px;
	margin-top: 5rem;
}
@media screen and (min-width: 750px) {
	.section-contact {
		margin-top: 7.5rem;
	}
}

.top-contact {
	margin-top: 40px;
	margin-top: 2.5rem;
}
@media screen and (min-width: 750px) {
	.top-contact {
		margin-top: 4.6875rem;
	}
}

.section-footerNav {
	margin-top: 80px;
	margin-top: 5rem;
}
@media screen and (min-width: 750px) {
	.section-footerNav {
		margin-top: 7.5rem;
	}
}

.section-howto {
	overflow: hidden;
	margin-top: 80px;
	margin-top: 5rem;
}
@media screen and (min-width: 750px) {
	.section-howto {
		margin-top: 7.5rem;
	}
}

.section-mypageArea {
	margin-top: 60px;
	margin-top: 3.75rem;
}
@media screen and (min-width: 750px) {
	.section-mypageArea {
		margin-top: 7.5rem;
	}
}

.section-nearshop {
	margin-top: 80px;
	margin-top: 5rem;
}
@media screen and (min-width: 750px) {
	.section-nearshop {
		margin-top: 7.5rem;
	}
}

.section-shoplist {
	margin-top: 60px;
	margin-top: 3.75rem;
	padding-top: 20px;
	padding-top: 1.25rem;
	padding-bottom: 80px;
	padding-bottom: 5rem;
	/* background-image: url(../images/topbgSP.jpg); */
	background-size: contain;
	background-repeat: no-repeat;
	background-position: center;
}
@media screen and (min-width: 750px) {
	.section-shoplist {
		margin-top: 6.25rem;
		padding-top: 5rem;
		padding-bottom: 6.25rem;
		/* background-image: url(../images/topbg.jpg); */
		background-size: cover;
	}
}
@media screen and (min-width: 1440px) {
	.section-shoplist {
		background-size: contain;
	}
}

.section__title {
	position: relative;
	padding-top: 10px;
	padding-top: 0.625rem;
	padding-bottom: 10px;
	padding-bottom: 0.625rem;
	display: inline-block;
	text-align: left;
}

.section__title::before {
	content: "";
	position: absolute;
	background-image: url(../images/title-border.svg);
	background-size: contain;
	background-repeat: no-repeat;
	width: 10px;
	height: 60px;
	top: 0;
	left: 0;
}
@media screen and (min-width: 750px) {
	.section__title::before {
		height: 70px;
	}
}

.title-main,
.title-sub {
	line-height: 1;
	padding-left: 20px;
	display: inline-block;
}

.title-main {
	font-size: clamp(24px, 3vw, 32px);
	font-weight: 300;
}

.shoplist__container {
	margin-top: 30px;
	margin-top: 1.875rem;
}
@media screen and (min-width: 750px) {
	.shoplist__container {
		margin-top: 5rem;
	}
}

.shoplist__image {
	padding-top: 100%;
	width: 100%;
	position: relative;
	overflow: hidden;
	z-index: 1;
	border-radius: 20px;
	min-width: 115px;
	min-height: 115px;
}

.shoplist__image img {
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	-webkit-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	width: 100%;
	height: 100%;
	-o-object-fit: cover;
	object-fit: cover;
}

.shoplist__body {
	margin-top: 13px;
	margin-top: 0.8125rem;
}
@media screen and (min-width: 750px) {
	.shoplist__body {
		margin-top: 1.25rem;
	}
}

.shoplist__name,
.shoplist__area,
.availability__heading {
	font-size: clamp(14px, 3vw, 24px);
}

.shoplist__area {
	color: #fff;
	background: #4d74a2;
	border-radius: 5px;
	max-width: 100%;
	width: 78px;
	width: 4.875rem;
	padding-top: 5px;
	padding-top: 0.3125rem;
	padding-bottom: 5px;
	padding-bottom: 0.3125rem;
	text-align: center;
}
@media screen and (min-width: 750px) {
	.shoplist__area {
		padding-top: 0.5rem;
		padding-bottom: 0.5rem;
		width: 14.75rem;
	}
}

.shoplist__info {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	justify-content: space-between;
}

.shoplist__info:not(:first-child) {
	margin-top: 10px;
	margin-top: 0.625rem;
}
@media screen and (min-width: 750px) {
	.shoplist__info:not(:first-child) {
		margin-top: 1.25rem;
	}
}

.shoplist__name__gr {
	position: relative;
	max-width: 55%;
}

.shoplist__name {
	width: 100%;
	padding-right: 10px;
	max-width: 100%;
	text-overflow: ellipsis;
	word-break: break-all;
	overflow: hidden;
	white-space: nowrap;
}

.tooltip {
	display: none;
	position: absolute;
	bottom: 125%;
	left: 0;
	background-color: #fff;
	padding: 10px;
	-webkit-box-shadow: 0 0 2px 0 rgba(0, 0, 0, 0.3);
	opacity: 100;
	transition: opacity 0.5s ease;
	z-index: 99;
	border-radius: 12px;
}

.shoplist__name__gr:hover .tooltip {
	display: block;
}

.availability__heading {
	width: 55%;
}
@media screen and (min-width: 480px) {
	.availability__heading {
		width: 50%;
	}
}
@media screen and (min-width: 750px) {
	.availability__heading {
		width: 45%;
	}
}

.shoplist__area {
	width: 45%;
	min-height: 52px;
}

.availability__image {
	width: 50%;
}
@media screen and (min-width: 750px) {
	.availability__image {
		width: 55%;
	}
}

.availability__image img {
	max-width: 15px;
	max-width: 0.9375rem;
	width: 100%;
	margin-right: auto;
	margin-left: auto;
}
@media screen and (min-width: 750px) {
	.availability__image img {
		max-width: 1.875rem;
	}
}

.slider {
	display: none;
}

.slider.slick-initialized {
	display: block;
	/*slick-initializedが付与されたら表示*/
}

.sp-nav {
	position: fixed;
	z-index: 9995;
	top: 0;
	right: 0;
	opacity: none;
	background-color: #dcd0c0;
	width: 80%;
	-webkit-transform: translateX(100%);
	transform: translateX(100%);
	-webkit-transition: ease 0.3s;
	transition: ease 0.3s;
	overflow-y: auto;
	padding: 96px 25px 200px;
	padding: 6rem 1.5625rem 12.5rem;
}

.pwa_nav {
	position: fixed;
	z-index: 9995;
	top: 0;
	right: 0;
	opacity: none;
	background-color: #bdaf81;
	width: 75%;
	height: 100%;
	-webkit-transform: translateX(100%);
	transform: translateX(100%);
	-webkit-transition: ease 0.3s;
	transition: ease 0.3s;
	overflow-y: auto;
	padding: 60px 0 34px;
	display: flex;
	flex-direction: column;
	justify-content: space-between;
}

.pwa_nav .pwa_nav_items_container {
	width: 100%;
}

.pwa_nav .pwa_nav_items_container .pwa_nav_items {
	width: 100%;
	border-top: 1px solid #ffffff20;
	padding: 20px 16px 20px 20px;
	display: flex;
	flex-direction: column;
	gap: 20px;
}

.pwa_nav .pwa_nav_items_container .pwa_nav_items .pwa_nav_item {
	display: flex;
	justify-content: space-between;
	align-items: center;
}

.pwa_nav .pwa_nav_items_container .pwa_nav_items .pwa_nav_item a {
	color: #ffffff;
	display: flex;
	align-items: flex-start;
	gap: 12px;
	line-height: 20px;
	max-width: 230px;
}

.pwa_nav .pwa_nav_items_container .pwa_nav_items .pwa_nav_item a img {
	width: 20px;
}

.pwa_nav .pwa_nav_items_container .pwa_nav_items .pwa_nav_item .count {
	display: flex;
	flex-direction: row;
	justify-content: center;
	align-items: center;
	padding: 0px 5px;
	gap: 10px;

	width: 22px;

	background: rgba(0, 0, 0, 0.15);
	border-radius: 5px;

	font-size: 16px;
	line-height: 24px;

	color: #ffffff;
}

.pwa_nav .login-btn {
	width: 100%;
	background: #ffffff;
	border-radius: 12px;
	display: flex;
	align-items: center;
	justify-content: center;
	font-weight: 500;
	font-size: 16px;
	line-height: 24px;
	color: #4d74a2;
	padding: 8px 0 12px;
}

@media screen and (min-width: 750px) {
	.sp-nav {
		display: none;
	}
}

.is-open {
	-webkit-transform: translateX(0);
	transform: translateX(0);
}

.sp-nav__item {
	-webkit-transition: 0.2s;
	transition: 0.2s;
}

.sp-nav__item img {
	width: 66%;
	margin-right: auto;
	margin-left: auto;
	min-width: 300px;
	min-width: 18.75rem;
}

.sp-nav__item:not(:first-child) {
	margin-top: 20px;
	margin-top: 1.25rem;
}

.sp-nav__item:hover {
	opacity: 0.8;
}

.sp-nav__item > a {
	display: block;
	width: 100%;
	font-size: 20px;
	font-size: 1.25rem;
	text-align: center;
	font-weight: 700;
	color: #000;
	line-height: 1.45;
}

.black-bg {
	position: fixed;
	left: 0;
	top: 0;
	width: 100vw;
	height: 100vh;
	z-index: 5;
	background-color: #000;
	opacity: 0;
	visibility: hidden;
	-webkit-transition: all 0.5s;
	transition: all 0.5s;
	cursor: pointer;
	z-index: 100;
}

/*ハンバーガーメニューが開いたら表示*/
.is-open.black-bg {
	opacity: 0.3;
	visibility: visible;
}

.fcRed {
	color: #dd0000;
}

.login-text__content {
	margin-top: 5px;
	margin-top: 0.3125rem;
	text-align: center;
}
@media screen and (min-width: 750px) {
	.login-text__content {
		margin-top: 1.25rem;
	}
}

.login-text {
	color: #4d74a2;
	font-size: clamp(14px, 3vw, 16px);
}

.login-text:nth-child(2) {
	margin-top: 5px;
	margin-top: 0.3125rem;
}
@media screen and (min-width: 750px) {
	.login-text:nth-child(2) {
		margin-top: 2.5rem;
	}
}

.login-heading__item.entry-heading__item {
	font-size: clamp(24px, 3vw, 40px);
}

.login__links.entry-page__links {
	margin-top: 20px;
	margin-top: 1.25rem;
}

.login__links.entry-page__links.entry-page__links--bottom {
	margin-top: 10px;
	margin-top: 0.625rem;
}
@media screen and (min-width: 750px) {
	.login__links.entry-page__links.entry-page__links--bottom {
		margin-top: 1.25rem;
	}
}

.entry-page__btn {
	text-align: center;
	margin-top: 10px;
	margin-top: 0.625rem;
}
@media screen and (min-width: 750px) {
	.entry-page__btn {
		margin-top: 1.125rem;
	}
}

.entry-page__checkbox {
	margin-top: 5px;
	margin-top: 0.3125rem;
}
@media screen and (min-width: 750px) {
	.entry-page__checkbox {
		margin-top: 0.625rem;
	}
}

.input__checkbox {
	text-align: center;
}

label {
	cursor: pointer;
	padding-left: 25px;
	position: relative;
	font-size: clamp(12px, 3vw, 14px);
}

label::before,
label::after {
	content: "";
	display: block;
	position: absolute;
}

label::before {
	background-color: #fff;
	border-radius: 0%;
	border: 1px solid #707070;
	width: 15px;
	height: 15px;
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
	top: 50%;
	left: 5px;
	border-radius: 5px;
}

label::after {
	border-bottom: 2px solid #707070;
	border-left: 2px solid #707070;
	opacity: 0;
	height: 5px;
	width: 10px;
	-webkit-transform: rotate(-45deg);
	transform: rotate(-45deg);
	top: 6px;
	left: 10px;
}

input:checked + label::after {
	opacity: 1;
}

.login-page {
	background-image: url(../images/login-bgSP.jpg);
	background-size: cover;
	padding-top: 163px;
	padding-top: 10.1875rem;
	padding-bottom: 40px;
	padding-bottom: 2.5rem;
}
@media screen and (min-width: 750px) {
	.login-page {
		background-image: url(../images/login-bg.jpg);
		padding-top: 4.625rem;
		padding-bottom: 1.25rem;
	}
}

@media screen and (min-width: 750px) {
	.login-page__title {
		position: absolute;
		top: 50%;
		left: 5rem;
		-webkit-transform: translateY(-50%);
		transform: translateY(-50%);
		font-size: 3rem;
		color: #4d74a2;
		font-family: "Impact", serif;
		margin-right: -3.125rem;
		z-index: 1;
	}
}

.form-wrap {
	background-color: #f4f4f4;
	border-radius: 100%;
	margin-inline: auto;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	aspect-ratio: 1/1;
}
@media screen and (min-width: 750px) {
	.form-wrap {
		max-width: 100%;
		width: 38.75rem;
	}
}

@media screen and (max-width: 750px) {
	.form-wrap {
		margin: 0 calc(50% - 50vw);
		width: 100vw;
	}
}
.login-heading__items {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
}

.login-heading__item {
	color: #4d74a2;
	font-family: "Impact", serif;
	font-size: clamp(16px, 3vw, 32px);
}

.login-heading__item.login-heading__item--left {
	font-size: clamp(32px, 3vw, 40px);
	border-bottom: 1px solid #4d74a2;
	margin-right: 50px;
	margin-right: 3.125rem;
}
@media screen and (min-width: 750px) {
	.login-heading__item.login-heading__item--left {
		margin-right: 5rem;
	}
}

form {
	margin-top: 10px;
	margin-top: 0.625rem;
}
@media screen and (min-width: 750px) {
	form {
		margin-top: 1.25rem;
	}
}

.input__login {
	background-color: #fff;
	border-radius: 20px;
	padding: 6px 20px;
	padding: 0.375rem 1.25rem;
	margin-right: auto;
	margin-left: auto;
	display: block;
}
@media screen and (min-width: 750px) {
	.input__login {
		padding: 1.125rem 2.5rem;
		width: 26.25rem;
	}
}

.input__login::-webkit-input-placeholder {
	font-size: 16px;
	font-size: 1rem;
	color: #4d74a2;
}

.input__login::-moz-placeholder {
	font-size: 16px;
	font-size: 1rem;
	color: #4d74a2;
}

.input__login::-ms-input-placeholder {
	font-size: 16px;
	font-size: 1rem;
	color: #4d74a2;
}

.input__login::placeholder {
	font-size: 16px;
	font-size: 1rem;
	color: #4d74a2;
}

.input__password {
	position: relative;
	margin-top: 20px;
	margin-top: 1.25rem;
}
@media screen and (min-width: 750px) {
	.input__password {
		margin-top: 2.5rem;
	}
}

.toggle-pass {
	position: absolute;
	top: 50%;
	right: 40px;
	right: 2.5rem;
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
}
@media screen and (min-width: 750px) {
	.toggle-pass {
		right: 1.25rem;
	}
}

.login-footer {
	margin-top: 0;
}

.login-page__btn {
	text-align: center;
	margin-top: 20px;
	margin-top: 1.25rem;
}
@media screen and (min-width: 750px) {
	.login-page__btn {
		margin-top: 2.5rem;
	}
}

.btn.btn--submit {
	aspect-ratio: 1/1;
	border-radius: 100%;
	background-color: #4d74a2;
}

.btn.btn--submit:hover {
	color: #4d74a2;
	background-color: #fff;
	border: 1px solid #4d74a2;
}

.login__links {
	text-align: center;
}

.login__links.login-page__links {
	margin-top: 20px;
	margin-top: 1.25rem;
}
@media screen and (min-width: 750px) {
	.login__links.login-page__links {
		margin-top: 3.75rem;
	}
}

.login__links a {
	color: #8dd9ff;
	text-decoration: underline;
	display: block;
	font-size: 14px;
	font-size: 0.875rem;
}

.login__links a:hover {
	opacity: 0.8;
	-webkit-transition: 0.3s;
	transition: 0.3s;
}

.login__links a:not(:first-child) {
	margin-top: 15px;
	margin-top: 0.9375rem;
}
@media screen and (min-width: 750px) {
	.login__links a:not(:first-child) {
		margin-top: 1.25rem;
	}
}

.login-line {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
}
@media screen and (min-width: 750px) {
	.login-line {
		-webkit-box-pack: end;
		-ms-flex-pack: end;
		justify-content: flex-end;
		margin-top: -2.25rem;
	}
}

.login-line:hover {
	opacity: 0.8;
	-webkit-transition: 0.3s;
	transition: 0.3s;
}

.login-line span {
	color: #4d74a2;
	position: relative;
	padding-right: 53px;
	padding-right: 3.3125rem;
	font-size: clamp(14px, 3vw, 16px);
}

.login-line span::before {
	content: "";
	position: absolute;
	background-image: url(../images/arrow.svg);
	background-size: contain;
	background-repeat: no-repeat;
	width: 43px;
	width: 2.6875rem;
	height: 6px;
	height: 0.375rem;
	top: 50%;
	right: 0;
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
}

.login-line img {
	width: 76px;
	width: 4.75rem;
	height: 76px;
	height: 4.75rem;
}
@media screen and (min-width: 750px) {
	.login-line img {
		width: 5.625rem;
		height: 5.625rem;
	}
}

.privacy-page__top {
	margin-top: 60px;
	margin-top: 3.75rem;
	padding-top: 40px;
	padding-top: 2.5rem;
}
@media screen and (min-width: 750px) {
	.privacy-page__top {
		margin-top: 6.25rem;
		padding-top: 5rem;
	}
}

.privacy__title {
	font-size: clamp(24px, 3vw, 32px);
	font-weight: 300;
}

.privacy__top {
	margin-top: 20px;
	margin-top: 1.25rem;
}
@media screen and (min-width: 750px) {
	.privacy__top {
		margin-top: 2.5rem;
	}
}

.privacy__text:nth-child(2) {
	margin-top: 30px;
	margin-top: 1.875rem;
}

.privacy__bottom {
	margin-top: 40px;
	margin-top: 2.5rem;
}

.confirmation__text {
	color: #4d74a2;
	font-size: 16px;
	font-size: 1rem;
	margin-top: 10px;
	margin-top: 0.625rem;
}

.profile-confirmation__btn.card-list {
	margin-top: 40px;
	margin-top: 2.5rem;
	grid-template-columns: 1fr 1fr;
	-webkit-column-gap: 2.5rem;
	-moz-column-gap: 2.5rem;
	column-gap: 2.5rem;
	width: 224px;
	width: 14rem;
	max-width: 100%;
	margin-inline: auto;
}
@media screen and (min-width: 750px) {
	.profile-confirmation__btn.card-list {
		margin-top: 5rem;
	}
}

.btn--profileConfirmation {
	width: 92px;
	width: 5.75rem;
	max-width: 100%;
}

.register-page__tilte.profile-page__title {
	font-size: clamp(32px, 3vw, 48px);
}

@media screen and (min-width: 750px) {
	.inner.profile__inner {
		max-width: 36.875rem;
	}
}

.footerNav__items.profile-footer__items {
	width: 190px;
	width: 11.875rem;
	max-width: 100%;
}
@media screen and (min-width: 750px) {
	.footerNav__items.profile-footer__items {
		width: 100%;
		grid-template-columns: 1fr 1fr;
		-webkit-column-gap: 6.25rem;
		-moz-column-gap: 6.25rem;
		column-gap: 6.25rem;
	}
}

@media screen and (min-width: 750px) {
	.footerNav__item.profile-footer__item:first-child {
		-webkit-box-pack: end;
		-ms-flex-pack: end;
		justify-content: flex-end;
	}
}

.footerNav__item.profile-footer__item:last-child {
	-webkit-box-pack: end;
	-ms-flex-pack: end;
	justify-content: flex-end;
}
@media screen and (min-width: 750px) {
	.footerNav__item.profile-footer__item:last-child {
		-webkit-box-pack: start;
		-ms-flex-pack: start;
		justify-content: flex-start;
	}
}

.footerNav__item.profile-footer__item .profile-footer__btn {
	text-align: center;
}
@media screen and (min-width: 750px) {
	.footerNav__item.profile-footer__item .profile-footer__btn {
		margin-left: -3.125rem;
	}
}

.profile-footer__item img {
	width: 100px;
	width: 6.25rem;
	height: 100px;
	height: 6.25rem;
	max-width: 100%;
}
@media screen and (min-width: 750px) {
	.profile-footer__item img {
		width: 6.375rem;
		height: 6.375rem;
	}
}

.footerNav__btn.profile-footer__btn .btn {
	width: 140px;
	width: 8.75rem;
	font-size: 16px;
	font-size: 1rem;
	padding-top: 5px;
	padding-top: 0.3125rem;
	padding-bottom: 5px;
	padding-bottom: 0.3125rem;
	letter-spacing: 0;
}
@media screen and (min-width: 750px) {
	.footerNav__btn.profile-footer__btn .btn {
		width: 5.625rem;
		font-size: 0.875rem;
	}
}

.contact__raw.profile__raw:not(:first-child) {
	margin-top: 40px;
	margin-top: 2.5rem;
}

.contact__inputText.profile__inputText {
	border: 1px solid #707070;
	margin-top: 10px;
	margin-top: 0.625rem;
	height: 35px;
	height: 2.1875rem;
}

.data__input {
	position: relative;
}

.data__input::before {
	content: "";
	position: absolute;
	background-image: url(../images/datepicker.svg);
	background-size: contain;
	background-repeat: no-repeat;
	width: 20px;
	width: 1.25rem;
	height: 20px;
	height: 1.25rem;
	top: 50%;
	right: 20px;
	right: 1.25rem;
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
	pointer-events: none;
}

.profile__inputText.contact__inputText--comment {
	height: 180px;
	height: 11.25rem;
	width: 100%;
}
@media screen and (min-width: 750px) {
	.profile__inputText.contact__inputText--comment {
		height: 8.75rem;
	}
}

.selectbox {
	padding: 5px 0px;
	width: 100%;
}

.select__input {
	position: relative;
	width: 270px;
	width: 16.875rem;
	max-width: 100%;
	padding: 0 15px;
}

.select__input::after {
	content: "";
	position: absolute;
	background-image: url(../images/select-icon.svg);
	background-size: contain;
	background-repeat: no-repeat;
	width: 19px;
	width: 1.1875rem;
	height: 15px;
	height: 0.9375rem;
	top: 50%;
	right: 5px;
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
	pointer-events: none;
}

.profile__btn {
	margin-top: 40px;
	margin-top: 2.5rem;
	font-weight: 400;
}
@media screen and (min-width: 750px) {
	.profile__btn {
		margin-top: 5rem;
	}
}

.profile__btn.card-list {
	row-gap: 20px;
	row-gap: 1.25rem;
	grid-template-columns: 1fr;
	width: 51%;
	min-width: 190px;
	min-width: 11.875rem;
	margin-inline: auto;
}
@media screen and (min-width: 750px) {
	.profile__btn.card-list {
		width: 100%;
		grid-template-columns: 1fr 1fr 1fr;
		-webkit-column-gap: 2.125rem;
		-moz-column-gap: 2.125rem;
		column-gap: 2.125rem;
	}
}

.btn--profile {
	max-width: 100%;
}
@media screen and (min-width: 750px) {
	.btn--profile {
		width: 11.875rem;
	}
}

.btn--profile:first-child {
	width: 92px;
	width: 5.75rem;
	max-width: 100%;
	margin-inline: auto;
}

.profile-footerNav {
	margin-top: 40px;
	margin-top: 2.5rem;
}
@media screen and (min-width: 750px) {
	.profile-footerNav {
		margin-top: 6.25rem;
	}
}

.register-page {
	padding-top: 40px;
	padding-top: 2.5rem;
	padding-bottom: 100px;
	padding-bottom: 6.25rem;
}
@media screen and (min-width: 750px) {
	.register-page {
		padding-top: 6.25rem;
		padding-bottom: 7.5rem;
	}
}

.register-page__header {
	background-color: #c0b283;
	height: 100px;
	height: 6.25rem;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
}

.register-page__tilte {
	color: #fff;
	font-family: "Impact", serif;
	font-size: 48px;
	font-size: 3rem;
}

@media screen and (min-width: 750px) {
	.inner.register-id__inner {
		max-width: 25.625rem;
	}
}

.register__text {
	font-size: 16px;
	font-size: 1rem;
	font-weight: 400;
}

.register-id__top {
	text-align: center;
}

.notes__items {
	margin-top: 40px;
	margin-top: 2.5rem;
}
@media screen and (min-width: 750px) {
	.notes__items {
		margin-top: 1.25rem;
	}
}

.register-form__heading {
	text-align: center;
	margin-top: 40px;
	margin-top: 2.5rem;
}

.register-form {
	margin-top: 20px;
	margin-top: 1.25rem;
}

.register__up {
	border: 1px solid #707070;
	height: 180px;
	height: 11.25rem;
	background-color: #fff;
}
@media screen and (min-width: 750px) {
	.register__up {
		width: 100%;
		height: 12.5rem;
	}
}

.register__btn {
	text-align: center;
	margin-top: 40px;
	margin-top: 2.5rem;
}

.btn.btn--register {
	border-radius: 10px;
	background-color: #4d74a2;
}

.btn.btn--register:hover {
	color: #4d74a2;
	background-color: #fff;
	border: 1px solid #4d74a2;
}

.shop-page__top {
	margin-top: 60px;
	margin-top: 3.75rem;
	padding-top: 20px;
	padding-top: 1.25rem;
}
@media screen and (min-width: 750px) {
	.shop-page__top {
		margin-top: 6.25rem;
		padding-top: 5rem;
	}
}

.shop-page__items {
	margin-top: 40px;
	margin-top: 2.5rem;
	max-width: 100%;
	margin-right: auto;
	margin-left: auto;
}
@media screen and (min-width: 750px) {
	.shop-page__items {
		margin-top: 5rem;
		width: 33.75rem;
	}
}

.shop-logo {
	max-width: 100%;
	margin-right: auto;
	margin-left: auto;
}
@media screen and (min-width: 750px) {
	.shop-logo {
		width: 28.5rem;
	}
}

.shop-info__item {
	margin-top: 40px;
	margin-top: 2.5rem;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: start;
	-ms-flex-pack: start;
	justify-content: flex-start;
}

.info__heading {
	text-align: center;
	background-color: #dcd0c0;
	border-radius: 100px;
	max-width: 100%;
	width: 80px;
	height: 80px;
	font-size: 24px;
	font-size: 1.5rem;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
}
@media screen and (min-width: 750px) {
	.info__heading {
		width: 100px;
		height: 100px;
		min-width: 100px;
	}
}

.info__content {
	font-size: clamp(23px, 3vw, 32px);
	margin-left: 10px;
	margin-left: 0.625rem;
}

.address-text {
	font-size: 16px;
	font-size: 1rem;
}

.small-text {
	font-size: clamp(14px, 3vw, 16px);
}

.shop-btn__list.card-list {
	grid-template-columns: 1fr;
	row-gap: 46px;
	row-gap: 2.875rem;
	-webkit-column-gap: 0;
	-moz-column-gap: 0;
	column-gap: 0;
	width: 58%;
	margin-inline: auto;
	margin-top: 40px;
	margin-top: 2.5rem;
}
@media screen and (min-width: 750px) {
	.shop-btn__list.card-list {
		margin-top: 5rem;
		width: 50rem;
		max-width: 100%;
		grid-template-columns: 1fr 1fr 1fr;
		-webkit-column-gap: 2.5rem;
		-moz-column-gap: 2.5rem;
		column-gap: 2.5rem;
	}
}

.btn.shop-info__btn {
	font-size: 24px;
	font-size: 1.5rem;
	-webkit-box-shadow: 5px 5px 5px rgba(0, 0, 0, 0.16);
	box-shadow: 5px 5px 5px rgba(0, 0, 0, 0.16);
}

.shop-gallery {
	margin-top: 80px;
	margin-top: 5rem;
	background-image: url(../images/shopBgsp.jpg);
	background-size: contain;
	background-repeat: no-repeat;
	background-position: bottom;
}
@media screen and (min-width: 750px) {
	.shop-gallery {
		background-image: url(../images/shopBg.jpg);
		margin-top: 7.5rem;
		background-size: cover;
		background-position: center;
	}
}
@media screen and (min-width: 1440px) {
	.shop-gallery {
		background-size: contain;
	}
}

.shop-gallery__items.card-list {
	row-gap: 10px;
	row-gap: 0.625rem;
	padding-top: 20px;
	padding-top: 1.25rem;
	-webkit-column-gap: 0;
	-moz-column-gap: 0;
	column-gap: 0;
}
@media screen and (min-width: 750px) {
	.shop-gallery__items.card-list {
		padding-top: 0;
		row-gap: 2.5rem;
		-webkit-column-gap: 2.25rem;
		-moz-column-gap: 2.25rem;
		column-gap: 2.25rem;
	}
}

.section-shopMap {
	margin-top: 80px;
	margin-top: 5rem;
}
@media screen and (min-width: 750px) {
	.section-shopMap {
		margin-top: 7.5rem;
	}
}

.map__title {
	text-align: center;
}

.map__wrap.shopMAp__wrap {
	margin-top: 40px;
	margin-top: 2.5rem;
}
@media screen and (min-width: 750px) {
	.map__wrap.shopMAp__wrap {
		margin-top: 5rem;
	}
}

.pwa_footer {
	width: 100%;
}

.pwa_footer .pwa_footer_container {
	display: flex;
	flex-direction: column;
}

.pwa_footer .pwa_footer_container .pwa_footer_content {
	width: 100%;
	display: flex;
	flex-direction: column;
	align-items: center;
	padding-top: 30px;
	padding-bottom: 25px;
	background-color: #ffffff;
}

.pwa_footer .pwa_footer_container .pwa_footer_content .pwa_footer_nav {
	margin-top: 20px;
	display: flex;
	flex-direction: column;
	align-items: center;
	gap: 10px;
}

.pwa_footer .pwa_footer_container .pwa_footer_content .pwa_footer_nav li {
	position: relative;
	display: flex;
	align-items: center;
	color: #c0b283;
}

.pwa_footer .pwa_footer_container .pwa_footer_content .pwa_footer_nav li a {
	color: #c0b283;
}

.pwa_footer
	.pwa_footer_container
	.pwa_footer_content
	.pwa_footer_nav
	li::before {
	content: "";
	position: absolute;
	height: 4px;
	width: 4px;
	background: #c0b283;
	border-radius: 9999px;
	left: -8px;
}

.pwa_footer .pwa_footer_container .pwa_footer_copyright {
	width: 100%;
	height: 70px;
	background: #f4f4f4;
	display: flex;
	padding: 8px 54px;
	font-weight: 400;
	font-size: 14px;
	line-height: 22px;
	color: #222222;
}

.pwa_footer .pwa_footer_container .pwa_footer_copyright div {
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	opacity: 0.7;
}

.pwa_footer .pwa_footer_container .pwa_footer_copyright p {
	width: fit-content;
}

.pwa_inner {
	padding-left: 16px;
	padding-right: 16px;
}
