/* ----------------------------------------
Reset
---------------------------------------- */

* {
	margin: 0;
	padding: 0;
}

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

body {
	-webkit-font-smoothing: antialiased;
}

img,
picture,
video,
canvas,
svg {
	display: block;
	max-width: 100%;
}

input,
button,
textarea,
select {
	font: inherit;
}

p,
h1,
h2,
h3,
h4,
h5,
h6 {
	overflow-wrap: break-word;
}

:where(a[href],
area,
button,
label[for],
select,
summary,
[tabindex]:not([tabindex*="-"])) {
	-ms-touch-action: manipulation;
	cursor: pointer;
	touch-action: manipulation;
}

:where(input[type=file]) {
	cursor: auto;
}

:where(input[type=file])::-webkit-file-upload-button {
	cursor: pointer;
}

:where(input[type=file])::-webkit-file-upload-button,
:where(input[type=file])::file-selector-button {
	cursor: pointer;
}

:where(button,
button[type],
input[type=button],
input[type=submit],
input[type=reset])[disabled] {
	cursor: not-allowed;
}

/* ----------------------------------------
Base
---------------------------------------- */

html {
	font-size: 62.5%;
	overflow-x: hidden;
	scroll-behavior: smooth;
}

html.is_fixed {
	height: 100%;
	overflow: hidden;
	width: 100%;
}

body {
	background-color: #fff;
	color: #222;
	font-family: YuGothic, "YuGo", "游ゴシック体", "游ゴシック", "Yu Gothic", "Noto Sans JP", sans-serif;
	font-size: 1.6rem;
	line-height: 1.5;
	min-height: 100vh;
	position: relative;
}

li {
	list-style: none;
}

a {
	color: #222;
	text-decoration: none;
}

a:hover {
	opacity: 0.7;
}

/* ----------------------------------------
common
---------------------------------------- */

.ovx-h {
	overflow-x: hidden;
}

.container {
	margin: 0 auto;
	max-width: 1000px;
	width: 100%;
}

/* ----------------------------------------
page-bottom
---------------------------------------- */

.page-bottom {
	margin-bottom: 80px;
}

.parallax {
	height: min(27.7777777778vw, 400px);
	margin-bottom: 100px;
	overflow: hidden;
	position: relative;
}

.parallax-image {
	-webkit-transform: translate(-50%, -50%);
	-o-object-fit: cover;
	height: 120%;
	left: 50%;
	object-fit: cover;
	position: absolute;
	top: 50%;
	transform: translate(-50%, -50%);
	width: 100%;
	will-change: transform;
}

/* ----------------------------------------
back-to-top
---------------------------------------- */

.back-to-top {
	-webkit-box-align: center;
	-ms-flex-align: center;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	align-items: center;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	flex-direction: column;
	font-family: "Jost", sans-serif;
	font-size: 1.2rem;
	line-height: calc(30 / 12);
	margin: 0 auto 90px;
	padding: 10px;
	width: -webkit-fit-content;
	width: -moz-fit-content;
	width: fit-content;
}

.back-to-top img {
	width: 18px;
}

/* ----------------------------------------
footer
---------------------------------------- */

.footer {
	background-color: #30302e;
	color: #fff;
	padding: 60px 0 20px;
}

.footer__inner {
	margin: 0 auto;
	max-width: 1080px;
	padding: 0 40px;
}

.footer__logo {
	margin: 0 auto 40px;
	width: 222px;
}

.footer__list {
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	border-top: 1px solid #444;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	font-size: 1.2rem;
	font-weight: 500;
	justify-content: center;
	margin-bottom: 50px;
	padding-top: 40px;
}

.footer__item {
	position: relative;
}

.footer__item:not(:first-child):before {
	-webkit-transform: translateY(-50%);
	background-color: #666;
	content: "";
	display: block;
	height: 10px;
	left: 0;
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	width: 1px;
}

.footer__item a {
	color: #fff;
	padding: 5px 15px;
}

.copyright {
	font-family: "futura bk bt", sans-serif;
	font-size: 0.8rem;
	text-align: center;
}

/* ----------------------------------------
header
---------------------------------------- */

.header {
	background: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.8)), to(transparent));
	background: linear-gradient(rgba(0, 0, 0, 0.8) 0%, transparent 100%);
	height: 206px;
	left: 0;
	position: absolute;
	right: 0;
	top: 0;
	z-index: 998;
}

.header--sub {
	background: #fff;
	height: 174px;
}

.header__title {
	margin: 60px auto 0;
	width: 180px;
}

.header__title--sp {
	display: none;
}

.header__menu {
	-webkit-box-align: center;
	-ms-flex-align: center;
	-webkit-animation-name: fade-in;
	-webkit-animation-duration: 1.5s;
	-webkit-animation-timing-function: ease-out;
	-webkit-animation-fill-mode: forwards;
	align-items: center;
	animation-duration: 1.5s;
	animation-fill-mode: forwards;
	animation-name: fade-in;
	animation-timing-function: ease-out;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	opacity: 0;
	position: fixed;
	right: 46px;
	top: 40px;
	z-index: 300;
}

.header__menu.is_change .hamburger__line {
	background-color: #707070;
}

.header__menu.is_change .header__btn {
	border: 1px solid #222;
}

.header__btn {
	background-color: #fff;
	background-image: url(../img/arrow_black.webp);
	background-position: right 12px center;
	background-repeat: no-repeat;
	background-size: 20px;
	border: 1px solid #222;
	border-radius: 100px;
	display: inline-block;
	font-weight: bold;
	padding: 17px 0;
	text-align: center;
	width: 240px;
}

.hamburger {
	aspect-ratio: 1;
	background-color: transparent;
	border: none;
	margin-left: 45px;
	position: relative;
	width: 24px;
}

.hamburger__line {
	background-color: #fff;
	border-radius: 100px;
	display: block;
	height: 1px;
	left: 0;
	position: absolute;
	width: 100%;
}

.hamburger__line:nth-child(1) {
	top: 1px;
}

.hamburger__line:nth-child(2) {
	-webkit-transform: translateY(-50%);
	top: 50%;
	transform: translateY(-50%);
}

.hamburger__line:nth-child(3) {
	bottom: 1px;
}

.navi {
	-webkit-transition: opacity 0.3s;
	background-color: rgba(0, 0, 0, 0.3);
	height: 100vh;
	opacity: 0;
	overflow-y: auto;
	position: fixed;
	right: -100%;
	top: 0;
	transition: opacity 0.3s;
	width: 100%;
	z-index: 9999;
}

.navi__inner {
	background-color: #fff;
	margin-left: auto;
	min-height: 100vh;
	padding: 70px 30px 100px;
	width: 375px;
}

.navi__title {
	font-size: 1.8rem;
	font-weight: bold;
	margin-bottom: 40px;
	text-align: center;
}

.navi__item {
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	gap: 10px;
	padding: 18px 0;
}

.navi__item.border--dashed::before {
	background: repeating-linear-gradient(to right, #ddd 0 1px, transparent 1px 5px);
}

.navi__shop {
	-webkit-box-flex: 1;
	-ms-flex: 1;
	flex: 1;
	font-size: 1.4rem;
	font-weight: bold;
	padding: 12px 0;
}

.navi__access {
	font-family: "futura bk bt", sans-serif;
	font-size: 1.3rem;
	padding: 12px 16px;
}

.navi__line {
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	border: 1px solid #ddd;
	border-radius: 10px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	font-size: 1.5rem;
	font-weight: bold;
	gap: 6px;
	padding: 12px 16px;
}

.navi__line img {
	width: 20px;
}

.is_active .header__menu {
	visibility: hidden;
}

.is_active .hamburger {
	position: absolute;
	right: 24px;
	top: 25px;
	width: 33px;
}

.is_active .hamburger__line {
	background-color: #707070;
}

.is_active .hamburger__line:nth-child(1) {
	-webkit-transform: translateY(-50%) rotate(45deg);
	top: 50%;
	transform: translateY(-50%) rotate(45deg);
}

.is_active .hamburger__line:nth-child(2) {
	opacity: 0;
}

.is_active .hamburger__line:nth-child(3) {
	-webkit-transform: translateY(50%) rotate(-45deg);
	bottom: 50%;
	transform: translateY(50%) rotate(-45deg);
}

.is_active.navi {
	opacity: 1;
	right: 0;
}

/* ----------------------------------------
border
---------------------------------------- */

.border--dashed {
	position: relative;
}

.border--dashed::before {
	background: repeating-linear-gradient(to right, #222 0 1px, transparent 1px 5px);
	content: "";
	display: block;
	height: 1px;
	left: 0;
	position: absolute;
	right: 0;
	top: 0;
	width: 100%;
}

/* ----------------------------------------
br
---------------------------------------- */

.br--sp {
	display: none;
}

/* ----------------------------------------
btn
---------------------------------------- */

.btn {
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	background-position: right 36px center;
	background-repeat: no-repeat;
	background-size: 20px;
	border: none;
	border-radius: 100px;
	display: -webkit-inline-box;
	display: -ms-inline-flexbox;
	display: inline-flex;
	font-weight: bold;
	justify-content: center;
	padding: 17px 0;
	width: 400px;
}

.btn--white {
	background-color: #fff;
	background-image: url(../img/arrow_black.webp);
	border: 1px solid #222;
}

.btn--black {
	background-color: #000;
	background-image: url(../img/arrow_white.webp);
	color: #fff;
}

.btn--lg {
	width: 540px;
}

.btn-wrapper {
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	justify-content: center;
	gap: 30px;
}

/* ----------------------------------------
fade-in
---------------------------------------- */

.fade-in {
	-webkit-transition: opacity 1.5s;
	opacity: 0;
	transition: opacity 1.5s;
}

.fade-in.is_show {
	opacity: 1;
}

.fade-up {
	-webkit-transform: translateY(20px);
	-webkit-transition: opacity 1.5s, -webkit-transform 1.5s;
	opacity: 0;
	transform: translateY(20px);
	transition: opacity 1.5s, -webkit-transform 1.5s;
	transition: opacity 1.5s, transform 1.5s;
	transition: opacity 1.5s, transform 1.5s, -webkit-transform 1.5s;
}

.fade-up.is_show {
	-webkit-transform: translateY(0);
	opacity: 1;
	transform: translateY(0);
}

.fade-down {
	-webkit-transform: translateY(-20px);
	-webkit-transition: opacity 1.5s, -webkit-transform 1.5s;
	opacity: 0;
	transform: translateY(-20px);
	transition: opacity 1.5s, -webkit-transform 1.5s;
	transition: opacity 1.5s, transform 1.5s;
	transition: opacity 1.5s, transform 1.5s, -webkit-transform 1.5s;
}

.fade-down.is_show {
	-webkit-transform: translateY(0);
	opacity: 1;
	transform: translateY(0);
}

.fade-right {
	-webkit-transform: translateX(-40px);
	-webkit-transition: opacity 1.5s, -webkit-transform 1.5s;
	opacity: 0;
	transform: translateX(-40px);
	transition: opacity 1.5s, -webkit-transform 1.5s;
	transition: opacity 1.5s, transform 1.5s;
	transition: opacity 1.5s, transform 1.5s, -webkit-transform 1.5s;
}

.fade-right.is_show {
	-webkit-transform: translateX(0);
	opacity: 1;
	transform: translateX(0);
}

.fade-left {
	-webkit-transform: translateX(40px);
	-webkit-transition: opacity 1.5s, -webkit-transform 1.5s;
	opacity: 0;
	transform: translateX(40px);
	transition: opacity 1.5s, -webkit-transform 1.5s;
	transition: opacity 1.5s, transform 1.5s;
	transition: opacity 1.5s, transform 1.5s, -webkit-transform 1.5s;
}

.fade-left.is_show {
	-webkit-transform: translateX(0);
	opacity: 1;
	transform: translateX(0);
}

.fade-zoom-in {
	-webkit-transform: scale(0.9);
	-webkit-transition: opacity 1.5s, -webkit-transform 1.5s;
	opacity: 0;
	transform: scale(0.9);
	transition: opacity 1.5s, -webkit-transform 1.5s;
	transition: opacity 1.5s, transform 1.5s;
	transition: opacity 1.5s, transform 1.5s, -webkit-transform 1.5s;
}

.fade-zoom-in.is_show {
	-webkit-transform: scale(1);
	opacity: 1;
	transform: scale(1);
}

/* ----------------------------------------
switch
---------------------------------------- */

.switch {
	left: 70px;
	position: fixed;
	top: 66px;
	width: 70px;
	z-index: 999;
}

/* ----------------------------------------
text
---------------------------------------- */

.text {
	font-size: 1.4rem;
	font-weight: 500;
	letter-spacing: calc(100 / 1000 * 1em);
	line-height: calc(32 / 14);
}

.section-title {
	font-size: 2.4rem;
	letter-spacing: calc(100 / 1000 * 1em);
	line-height: calc(48 / 24);
}

.section-title--center {
	text-align: center;
}

.section-title img {
	margin: 0 auto 10px;
}

/* ----------------------------------------
shops
---------------------------------------- */

.shops {
	background-color: #fbfbf7;
	padding-bottom: 100px;
	padding-top: 174px;
}

.shops__inner {
	padding: 0 40px;
}

.shops-head {
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	height: 240px;
	justify-content: center;
}

.shops-head--ja {
	background-image: url(../img/shops-head-ja.webp);
}

.shops-head--en {
	background-image: url(../img/shops-head-en.webp);
}

.shops-head__title {
	color: #fff;
	font-size: 2.4rem;
	line-height: calc(32 / 24);
	margin: 0 auto;
	text-align: center;
}

.shops-head__title--ja img {
	margin: 0 auto 15px;
	width: 84px;
}

.shops-head__title--en img {
	width: 150px;
}

.shops-link {
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	gap: min(2.2058823529%, 30px);
	justify-content: center;
	margin-bottom: 100px;
	margin-top: 100px;
}

.shops-link__item {
	background-image: url(../img/arrow_down.webp);
	background-position: right 0 center;
	background-repeat: no-repeat;
	background-size: 10px;
	font-weight: bold;
	padding: 5px 0;
	padding-right: 18px;
}

/* ----------------------------------------
shop
---------------------------------------- */

.shop {
	margin: 0 auto;
	max-width: 1200px;
	overflow-x: auto;
	padding-bottom: 100px;
	padding-top: 100px;
}

.shop::-webkit-scrollbar {
	display: none;
}

.shop__title {
	margin-bottom: 75px;
	text-align: center;
}

.shop__title--sub {
	font-family: "Jost", sans-serif;
	font-size: 1.8rem;
	font-weight: 300;
	letter-spacing: calc(50 / 1000 * 1em);
	line-height: calc(26 / 18);
	margin-bottom: 30px;
}

.shop__title--main {
	font-size: 4rem;
	letter-spacing: calc(100 / 1000 * 1em);
	line-height: calc(53 / 40);
}

.shop .btn {
	gap: 30px;
}

.shop .btn img {
	width: 35px;
}

.shop__inner {
	margin: 0 auto;
	overflow: hidden;
	width: 1164px;
}

.shop__images-outer {
	overflow: hidden;
}

.shop__images {
	margin: 40px 0 0;
	position: relative;
	width: 558px;
}

.shop__images-wrapper {
	-webkit-box-align: end;
	-ms-flex-align: end;
	-webkit-box-pack: start;
	-ms-flex-pack: start;
	align-items: flex-end;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	height: 400px;
	justify-content: flex-start;
}

.shop__images-item {
	-webkit-box-flex: 0;
	-ms-flex: 0 0 356px;
	-webkit-transition: -webkit-box-flex 0.6s ease-out;
	border-radius: 4px;
	flex: 0 0 356px;
	height: auto;
	overflow: hidden;
	position: relative;
	transition: -webkit-box-flex 0.6s ease-out;
	transition: flex 0.6s ease-out;
	transition: flex 0.6s ease-out, -webkit-box-flex 0.6s ease-out, -ms-flex 0.6s ease-out;
	z-index: 1;
}

.shop__images-item.swiper-slide-active {
	-webkit-box-flex: 0;
	-ms-flex: 0 0 558px;
	flex: 0 0 558px;
}

.shop__arrows {
	-webkit-box-align: start;
	-ms-flex-align: start;
	-webkit-box-pack: start;
	-ms-flex-pack: start;
	align-items: flex-start;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	gap: 8px;
	height: 40px;
	justify-content: flex-start;
	position: absolute;
	right: -606px;
	top: 0;
	width: 88px;
	z-index: 200;
}

.shop__arrows-item {
	border-radius: 100%;
	cursor: pointer;
	height: 40px;
	overflow: hidden;
	position: relative;
	width: 40px;
}

.shop__arrows-item::before,
.shop__arrows-item::after {
	content: "";
	position: absolute;
}

.shop__arrows-item::before {
	-webkit-transition: background-color 0.4s ease-out;
	background-color: #30302e;
	inset: 0;
	transition: background-color 0.4s ease-out;
}

.shop__arrows-item::after {
	-webkit-transform: translate(-50%, -50%);
	background: url("../img/shop/images_arrow.svg") no-repeat;
	background-position: center;
	background-size: contain;
	height: 8px;
	left: 50%;
	top: 50%;
	transform: translate(-50%, -50%);
	width: 17px;
}

.shop__arrows-item--prev::after {
	-webkit-transform: translate(-50%, -50%) scale(-1, 1);
	transform: translate(-50%, -50%) scale(-1, 1);
}

.shop__block {
	-webkit-box-align: start;
	-ms-flex-align: start;
	-webkit-box-pack: start;
	-ms-flex-pack: start;
	align-items: flex-start;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	gap: 72px;
	justify-content: flex-start;
	margin: 48px 0 80px;
}

.shop__map {
	-webkit-box-flex: 0;
	-ms-flex: 0 0 558px;
	border-radius: 4px;
	flex: 0 0 558px;
	height: 400px;
	overflow: hidden;
	position: relative;
	z-index: 1;
}

.shop__map iframe {
	height: 100%;
	width: 100%;
}

.shop__info {
	-webkit-box-flex: 0;
	-ms-flex: 0 0 534px;
	border-top: 1px solid #f2f2f2;
	flex: 0 0 534px;
}

.shop__info-item {
	-webkit-box-align: start;
	-ms-flex-align: start;
	-webkit-box-pack: start;
	-ms-flex-pack: start;
	align-items: flex-start;
	border-bottom: 1px solid #f2f2f2;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	justify-content: flex-start;
	padding: 20px 0 24px;
}

.shop__info-title {
	-webkit-box-flex: 0;
	-ms-flex: 0 0 128px;
	flex: 0 0 128px;
	font-size: 16px;
	font-weight: 700;
	letter-spacing: 0;
	line-height: 28px;
}

.shop__info-text {
	font-size: 16px;
	font-weight: 400;
	letter-spacing: 0;
	line-height: 28px;
	padding: 0 24px 0 0;
}

.shop__info-map {
	-webkit-box-align: center;
	-ms-flex-align: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	align-items: center;
	border: 1px solid #30302e;
	border-radius: 2px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	height: 32px;
	justify-content: center;
	margin: 14px 0 0;
	width: 120px;
}

.shop__info-map span {
	font-size: 14px;
	font-weight: 400;
	letter-spacing: 0;
	line-height: 1;
	padding: 0 20px 0 0;
	position: relative;
}

.shop__info-map span::after {
	background: url("../img/shop/map-icon.svg") no-repeat;
	background-position: center;
	background-size: contain;
	content: "";
	height: 18px;
	position: absolute;
	right: 0;
	top: 0;
	width: 15px;
}

.shop--en .shop__arrows {
	top: -6vw;
}

/* ----------------------------------------
top
---------------------------------------- */

/* ----------------------------------------
fv
---------------------------------------- */

.fv {
	overflow: hidden;
	position: relative;
}

.fv__img {
	-o-object-fit: cover;
	-o-object-position: center;
	height: 100vh;
	max-height: 640px;
	object-fit: cover;
	object-position: center;
	width: 100%;
}

.fv__img--sp {
	display: none;
}

.fv .btn-wrapper {
	-webkit-transform: translateX(-50%);
	bottom: 76px;
	display: none;
	left: 50%;
	position: absolute;
	transform: translateX(-50%);
}

.fv .btn {
	-webkit-transform: translateY(20px);
	-webkit-animation-name: fade-up;
	-webkit-animation-duration: 1.5s;
	-webkit-animation-timing-function: ease-out;
	-webkit-animation-fill-mode: forwards;
	animation-duration: 1.5s;
	animation-fill-mode: forwards;
	animation-name: fade-up;
	animation-timing-function: ease-out;
	opacity: 0;
	transform: translateY(20px);
}

.fv .slick-dots {
	-webkit-transform: translateX(-50%);
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	bottom: 30px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	font-size: 0;
	gap: 10px;
	justify-content: center;
	left: 50%;
	position: absolute;
	transform: translateX(-50%);
}

.fv .slick-dots li {
	width: 6px;
}

.fv .slick-dots button {
	aspect-ratio: 1;
	background-color: transparent;
	border: 1px solid #fff;
	border-radius: 50%;
	width: 100%;
}

.fv .slick-slide img {
	-webkit-transform: scale(1.1);
	-webkit-transition: -webkit-transform 3s;
	transform: scale(1.1);
	transition: -webkit-transform 3s;
	transition: transform 3s;
	transition: transform 3s, -webkit-transform 3s;
}

.fv .slick-active img {
	-webkit-transform: scale(1);
	transform: scale(1);
}

.fv .slick-active button {
	background-color: #fff;
}

/* ----------------------------------------
intro
---------------------------------------- */

.intro {
	padding-bottom: 120px;
	padding-top: 80px;
}

.intro__title {
	font-size: 2.8rem;
	letter-spacing: calc(100 / 1000 * 1em);
	line-height: calc(54 / 28);
	margin-bottom: 40px;
	text-align: center;
}

.intro .text {
	margin-bottom: 90px;
	text-align: center;
}

.intro__movie {
	border: 20px solid #f7f6f2;
	margin: 0 auto;
	max-width: 90%;
	width: -webkit-fit-content;
	width: -moz-fit-content;
	width: fit-content;
	width: 840px;
}

.intro__movie * {
	aspect-ratio: 800/500;
	vertical-align: middle;
	width: 100%;
}

/* ----------------------------------------
how-to-make
---------------------------------------- */

.how-to-make {
	background-color: #f7f6f2;
}

.how-to-make__inner {
	margin: 0 auto;
	max-width: 1440px;
	padding: 110px 60px 90px;
	position: relative;
}

.how-to-make__title {
	font-size: 2.4rem;
	line-height: calc(32 / 24);
	margin-bottom: 20px;
}

.how-to-make__title img {
	margin-bottom: 15px;
	width: 162px;
}

.how-to-make__left-text {
	height: 140px;
	left: min(4.1666666667vw, 60px);
	position: absolute;
	top: 50%;
}

.how-to-make .slick-dots {
	-webkit-transform: translateY(-50%);
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	flex-direction: column;
	gap: min(2.0833333333vw, 30px);
	justify-content: space-between;
	left: min(11.1111111111vw, 160px);
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	z-index: 999;
}

.how-to-make .slick-dots li {
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	aspect-ratio: 1;
	background-color: #f7f6f2;
	border: 1px solid #707070;
	border-radius: 50%;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	font-family: "futura bk bt", sans-serif;
	font-size: 0.9rem;
	justify-content: center;
	line-height: 1;
	width: 24px;
}

.how-to-make .slick-dots li.slick-active {
	background-color: #222;
	border: none;
	color: #fff;
}

.how-to-make .slick-dots li.slick-active button {
	color: #fff;
}

.how-to-make .slick-dots li button {
	background-color: transparent;
	border: none;
	color: #222;
	height: 100%;
	width: 100%;
}

.how-to-make .step-wrapper {
	padding-left: min(11.1111111111vw, 160px);
}

.how-to-make .step {
	-webkit-box-pack: end;
	-ms-flex-pack: end;
	-webkit-box-align: center;
	-ms-flex-align: center;
	-webkit-box-orient: horizontal;
	-webkit-box-direction: reverse;
	-ms-flex-direction: row-reverse;
	-webkit-transition: opacity 2s;
	align-items: center;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	flex-direction: row-reverse;
	gap: min(6.25vw, 90px);
	justify-content: flex-end;
	margin: 30px 0;
	opacity: 0;
	padding-left: min(13.8888888889vw, 200px);
	transition: opacity 2s;
}

.how-to-make .step.slick-active {
	opacity: 1;
}

.how-to-make .step__img {
	border-radius: 1000px;
	width: min(18.75vw, 270px);
}

.how-to-make .step__body {
	width: 440px;
}

.how-to-make .step__title {
	margin-bottom: 35px;
}

.how-to-make .step__title--en {
	font-family: "Jost", sans-serif;
	font-size: 1.6rem;
	font-weight: 400;
	margin-bottom: 15px;
}

.how-to-make .step__title--ja {
	font-size: 2.8rem;
	letter-spacing: calc(100 / 1000 * 1em);
	line-height: calc(30 / 28);
}

.how-to-make .step__desc {
	font-size: 1.4rem;
	font-weight: 500;
	letter-spacing: calc(100 / 1000 * 1em);
	line-height: calc(32 / 14);
}

.scroll-hint {
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	-webkit-box-align: end;
	-ms-flex-align: end;
	-webkit-transition: opacity 0.5s ease-in-out;
	align-items: flex-end;
	background-color: rgba(0, 0, 0, 0.7);
	border-radius: 5px;
	color: #fff;
	display: none;
	font-size: 1.6rem;
	height: 80px;
	justify-content: center;
	left: calc(50% - 60px);
	opacity: 1;
	position: absolute;
	text-align: center;
	top: calc(50% - 25px);
	transition: opacity 0.5s ease-in-out;
	width: 120px;
	z-index: 999;
}

.scroll-hint span {
	-webkit-animation: hint-blink 1.5s infinite;
	animation: hint-blink 1.5s infinite;
}

.scroll-hint::before,
.scroll-hint::after {
	-webkit-animation: hint-blink 1.5s infinite;
	animation: hint-blink 1.5s infinite;
	background-position: top center;
	background-repeat: no-repeat;
	content: "";
	display: block;
	height: 100%;
	position: absolute;
	width: 100%;
}

.scroll-hint::before {
	-webkit-transform: translateX(-2px);
	background-image: url(../img/scroll-hint-arrow.svg);
	background-size: 30px;
	top: 7px;
	transform: translateX(-2px);
}

.scroll-hint::after {
	background-image: url(../img/scroll-hint-hand.svg);
	background-size: 30px;
	top: 20px;
}

.scroll-hint.is_hidden {
	opacity: 0;
	pointer-events: none;
}

/* ----------------------------------------
features
---------------------------------------- */

.features {
	background-image: url(../img/feature_bg.webp);
	background-position: center top;
	background-size: 100%;
	padding: 120px 0;
}

.features__title {
	margin-bottom: 40px;
}

.features__title img {
	width: 234px;
}

.features__kv {
	-o-object-fit: cover;
	-o-object-position: center;
	margin-bottom: 60px;
	max-height: 300px;
	object-fit: cover;
	object-position: center;
	width: 100%;
}

.features__kv--sp {
	display: none;
}

.features__text {
	margin-bottom: min(13.1944444444%, 190px);
	text-align: center;
}

.feature {
	margin: 0 auto;
	max-width: 1440px;
	position: relative;
}

.feature__inner {
	margin: 0 auto;
	max-width: 1080px;
	padding: 0 40px;
}

.feature__contents {
	width: min(40%, 400px);
}

.feature__title {
	margin-bottom: 50px;
	position: relative;
}

.feature__title::after {
	background-color: rgba(0, 0, 0, 0.1);
	bottom: 0;
	content: "";
	height: 174px;
	position: absolute;
	width: 1px;
}

.feature__img {
	position: absolute;
}

.feature__img--sp {
	display: none;
}

.feature--01 {
	margin-bottom: min(20.8333333333%, 300px);
}

.feature--01 .feature__contents {
	margin-left: auto;
	min-width: 300px;
}

.feature--01 .feature__img {
	-webkit-transform: translateY(-50%);
	left: 0;
	top: 50%;
	transform: translateY(-50%);
	width: min(50%, 720px);
}

.feature--01 .feature__title {
	padding-right: 35px;
	text-align: right;
}

.feature--01 .feature__title::after {
	height: 250px;
	height: clamp(200px, 17.3611111111vw, 250px);
	right: 0;
}

.feature--02 {
	margin-bottom: clamp(160px, 15.9722222222vw, 230px);
}

.feature--02 .feature__contents {
	min-width: 360px;
}

.feature--02 .feature__img {
	bottom: max(-2.0833333333%, -30px);
	right: 0;
	width: min(46.875%, 675px);
}

.feature--02 .feature__title {
	padding-left: 30px;
}

.feature--02 .feature__title::after {
	left: 0;
}

.feature--03 {
	margin-bottom: 140px;
}

.feature--03 .feature__contents {
	margin-left: auto;
	min-width: 300px;
}

.feature--03 .feature__img {
	bottom: max(-2.0833333333%, -30px);
	min-width: 300px;
	right: min(51.25%, 738px);
	width: min(29.9305555556%, 431px);
}

.feature--03 .feature__title {
	padding-right: 30px;
	text-align: right;
}

.feature--03 .feature__title::after {
	right: 0;
}

/* ----------------------------------------
top-shops
---------------------------------------- */

.top-shops {
	margin: 0 auto;
	max-width: 1440px;
	padding: 90px 0 120px;
}

.top-shops__title {
	margin-bottom: 70px;
}

.top-shops__title img {
	width: 84px;
}

.top-shops__list {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	margin-bottom: 80px;
}

.top-shops__list--sp {
	display: none;
}

.top-shops__item {
	border-radius: 100px 100px 0 0;
	margin: 0 min(1.7361111111vw, 25px);
	overflow: hidden;
}

.top-shops__img {
	aspect-ratio: 200/244;
	margin-bottom: 25px;
}

.top-shops__name {
	text-align: center;
}

.top-shops__name--ja {
	font-size: 1.8rem;
	line-height: calc(24 / 18);
	margin-bottom: 12px;
}

.top-shops__name--en {
	font-family: "Jost", sans-serif;
	font-size: 1.2rem;
	font-weight: 300;
	letter-spacing: calc(50 / 1000 * 1em);
	line-height: calc(18 / 12);
}

.top-shops .slick-list {
	overflow: unset;
	width: 100%;
}

/* ----------------------------------------
faq
---------------------------------------- */

.faq {
	background-color: rgba(235, 233, 222, 0.4);
	padding: 90px 0;
}

.faq__title {
	margin-bottom: 70px;
}

.faq__title img {
	width: 52px;
}

.faq__inner {
	margin: 0 auto;
	max-width: 1080px;
	padding: 0 40px;
}

.faq__contents {
	-ms-flex-wrap: wrap;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	flex-wrap: wrap;
	gap: 30px min(4%, 40px);
}

.faq__group {
	width: calc((100% - min(4%, 40px)) / 2);
}

.faq__group:nth-child(even) * {
	-webkit-transition-delay: 0.75s;
	transition-delay: 0.75s;
}

.faq__heading {
	background-color: rgba(0, 0, 0, 0.6);
	border-radius: 5px;
	color: #fff;
	font-size: 1.6rem;
	line-height: calc(21 / 16);
	padding: 12px 10px 10px;
	text-align: center;
}

.faq__list {
	padding: 0 20px;
}

.faq__item {
	padding: 30px 0;
}

.faq__question {
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	font-size: 1.4rem;
	line-height: calc(21 / 14);
	margin-bottom: 12px;
}

.faq__question img {
	margin-right: 15px;
	width: 26px;
}

.faq__answer {
	font-size: 1.2rem;
	font-weight: 500;
	line-height: calc(24 / 12);
}

@media screen and (min-width: 751px) {

.shop__images {
	margin: 50px 0 0;
}

.shop__arrows-item:hover::before {
	background-color: #959593;
}

.shop__info-map {
	-webkit-transition: background-color 0.4s ease-out;
	transition: background-color 0.4s ease-out;
}

.shop__info-map:hover {
	background-color: #30302e;
}

.shop__info-map:hover span {
	color: #fff;
}

.shop__info-map:hover span::after {
	background-image: url("../img/shop/map-icon--white.svg");
}

.shop__info-map span {
	-webkit-transition: color 0.4s ease-out;
	transition: color 0.4s ease-out;
}

.shop__info-map span::after {
	-webkit-transition: background-image 0.4s ease-out;
	background: url("../img/shop/map-icon.svg") no-repeat;
	background-position: center;
	background-size: contain;
	content: "";
	height: 18px;
	position: absolute;
	right: 0;
	top: 0;
	transition: background-image 0.4s ease-out;
	width: 15px;
}

}

@media screen and (max-width: 1024px) {

.header__title {
	width: 170px;
}

.header__menu {
	right: 30px;
	top: 30px;
}

.header__btn {
	width: 220px;
}

.switch {
	left: 40px;
	top: 40px;
	width: 65px;
}

.text {
	letter-spacing: calc(50 / 1000 * 1em);
}

.section-title {
	letter-spacing: calc(50 / 1000 * 1em);
}

.shops-link {
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	gap: 15px 30px;
	margin: 70px auto;
	width: 545px;
}

.intro__title {
	letter-spacing: calc(50 / 1000 * 1em);
}

.how-to-make .slick-dots {
	left: min(5.3262316911vw, 40px);
}

.how-to-make .step-wrapper {
	padding-left: min(7.9893475366vw, 60px);
}

.how-to-make .step {
	gap: min(3.9946737683vw, 30px);
	padding-left: min(5.3262316911vw, 40px);
}

.how-to-make .step__img {
	width: min(26.6311584554vw, 200px);
}

}

@media screen and (max-width: 750px) {
	.btn-wrapper {
		flex-direction: column;
		align-items: center;
	}


.container--sp {
	padding: 0 55px;
}

.page-bottom {
	margin-bottom: 21.3333333333vw;
}

.parallax {
	height: 53.3333333333vw;
	margin-bottom: 16vw;
}

.back-to-top {
	font-size: 3.2vw;
}

.back-to-top img {
	width: 4.8vw;
}

.footer__logo {
	width: 36.8vw;
}

.footer__list {
	font-size: 2.6666666667vw;
}

.footer__item:not(:first-child):before {
	height: 2.6666666667vw;
}

.copyright {
	font-size: 2.1333333333vw;
}

.header {
	background: unset;
}

.header--sub {
	height: 26.6666666667vw;
}

.header--sub .header__title {
	margin-left: 8vw;
	margin-top: 8vw;
	width: 36.2666666667vw;
}

.header__title {
	margin-left: 10.6666666667vw;
	margin-top: 13.8666666667vw;
	width: 42.6666666667vw;
}

.header__title--pc {
	display: none;
}

.header__title--sp {
	display: block;
}

.header__menu {
	right: 6.6666666667vw;
	top: 8vw;
}

.header__btn {
	display: none;
}

.hamburger {
	margin-left: 0;
	width: 6.4vw;
}

.hamburger__line {
	height: 0.2666666667vw;
}

.navi__inner {
	padding: 70px 8vw 100px;
	width: 100%;
}

.navi__title {
	font-size: 4.8vw;
}

.navi__item {
	padding: 4.8vw 0;
}

.navi__item.border--dashed::before {
	background: repeating-linear-gradient(to right, #ddd 0 0.2666666667vw, transparent 0.2666666667vw 1.3333333333vw);
}

.navi__shop {
	font-size: 3.7333333333vw;
}

.navi__access {
	font-size: 3.4666666667vw;
}

.navi__line {
	font-size: 4vw;
}

.navi__line img {
	width: 5.3333333333vw;
}

.is_active .hamburger {
	right: 6.4vw;
	top: 6.6666666667vw;
	width: 8.8vw;
}

.border--dashed::before {
	background: repeating-linear-gradient(to right, #222 0 0.2666666667vw, transparent 0.2666666667vw 1.3333333333vw);
	height: 0.2666666667vw;
}

.br--pc {
	display: none;
}

.br--sp {
	display: block;
}

.btn {
	background-position: right 3.2vw center;
	background-size: 5.3333333333vw;
	font-size: 4.2666666667vw;
	width: 80vw;
}

.switch {
	left: unset;
	right: 30px;
	top: 33px;
	width: 14.4vw;
}

.text {
	font-size: 3.4666666667vw;
	letter-spacing: calc(0 / 1000 * 1em);
	line-height: calc(26 / 13);
}

.section-title {
	font-size: 4.2666666667vw;
	letter-spacing: calc(0 / 1000 * 1em);
}

.section-title--top {
	font-size: 3.7333333333vw;
}

.section-title img {
	margin-bottom: 2.6666666667vw;
}

.shops {
	padding-bottom: 16vw;
	padding-top: 26.6666666667vw;
}

.shops__inner {
	padding: 0 5.3333333333vw;
}

.shops-head {
	height: 42.6666666667vw;
}

.shops-head__title {
	font-size: 3.7333333333vw;
}

.shops-head__title--ja img {
	margin-bottom: 4vw;
	width: 22.4vw;
}

.shops-head__title--en img {
	width: 22.4vw;
}

.shops-link {
	-webkit-box-pack: start;
	-ms-flex-pack: start;
	gap: 5.3333333333vw 10.6666666667vw;
	justify-content: flex-start;
	margin: 10.6666666667vw auto 13.3333333333vw;
	width: 80vw;
}

.shops-link__item {
	background-size: 2.6666666667vw;
	font-size: 3.7333333333vw;
	padding: 1.3333333333vw 0;
	width: 34.6666666667vw;
}

.shop {
	padding-bottom: 10.6666666667vw;
	padding-top: 10.6666666667vw;
}

.shop__title {
	margin-bottom: -10.6666666667vw;
	text-align: left;
}

.shop__title--sub {
	font-size: 3.7333333333vw;
	margin-bottom: 2.6666666667vw;
}

.shop__title--main {
	font-size: 6.9333333333vw;
}

.shop .btn {
	-webkit-box-pack: start;
	-ms-flex-pack: start;
	gap: 2.9333333333vw;
	justify-content: flex-start;
	padding-left: 8vw;
}

.shop .btn img {
	width: 9.3333333333vw;
}

.shop .btn span {
	display: none;
}

.shop__inner {
	padding: 0 5.33vw;
	width: 100%;
}

.shop__images {
	margin-top: 16vw;
	width: 100%;
}

.shop__images-wrapper {
	height: 64vw;
}

.shop__images-item {
	-webkit-box-flex: 0;
	-ms-flex: 0 0 100%;
	-webkit-box-align: end;
	-ms-flex-align: end;
	align-items: flex-end;
	border-radius: 1.07vw;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	flex: 0 0 100%;
	height: 100%;
}

.shop__images-item.swiper-slide-active {
	-webkit-box-flex: 0;
	-ms-flex: 0 0 100%;
	flex: 0 0 100%;
}

.shop__arrows {
	right: 0;
	top: -16vw;
}

.shop__block {
	gap: 72px;
	margin: 8vw 0 10.6666666667vw;
}

.shop__map {
	display: none;
}

.shop__info {
	-webkit-box-flex: 0;
	-ms-flex: 0 0 100%;
	flex: 0 0 100%;
}

.shop__info-item {
	display: block;
	padding: 5.6vw 4.27vw 4.8vw;
}

.shop__info-title {
	-webkit-box-flex: 0;
	-ms-flex: 0 0 100%;
	flex: 0 0 100%;
	font-size: 3.73vw;
	line-height: 5.33vw;
}

.shop__info-text {
	font-size: 3.73vw;
	line-height: 6.93vw;
	margin: 2.4vw 0 0;
	padding: 0;
}

.shop__info-map {
	border-radius: 0.53vw;
	margin: 2.4vw 0 0;
}

.fv__img--pc {
	display: none;
}

.fv__img--sp {
	display: block;
}

.fv .btn-wrapper {
	display: block;
}

.fv .slick-dots {
	gap: 2.6666666667vw;
}

.fv .slick-dots li {
	width: 1.6vw;
}

.intro {
	padding-bottom: 16vw;
	padding-top: 16vw;
}

.intro__title {
	font-size: 4.2666666667vw;
	letter-spacing: calc(0 / 1000 * 1em);
	line-height: calc(30 / 16);
	margin-bottom: 10.6666666667vw;
	text-align: left;
}

.intro .text {
	margin-bottom: 16vw;
	text-align: left;
}

.intro__movie {
	border-width: 2.6666666667vw;
}

.intro__movie * {
	width: 85.3333333333vw;
}

.how-to-make__inner {
	padding: 12vw 10.6666666667vw;
}

.how-to-make__title {
	margin-bottom: 10.6666666667vw;
}

.how-to-make__title img {
	margin-bottom: 4vw;
	width: 51.7333333333vw;
}

.how-to-make__left-text {
	height: 25.6vw;
	left: 4vw;
}

.how-to-make .slick-dots {
	gap: 8vw;
	left: 0;
}

.how-to-make .slick-dots li {
	font-size: 2.4vw;
	width: 6.4vw;
}

.how-to-make .step-wrapper {
	padding-left: 0;
}

.how-to-make .step {
	-webkit-box-orient: vertical;
	-webkit-box-direction: reverse;
	-ms-flex-direction: column-reverse;
	flex-direction: column-reverse;
	gap: 5.3333333333vw;
	padding-left: 13.3333333333vw;
}

.how-to-make .step__img {
	width: 56vw;
}

.how-to-make .step__body {
	width: 100%;
}

.how-to-make .step__title {
	margin-bottom: 4vw;
}

.how-to-make .step__title--en {
	font-size: 3.7333333333vw;
	margin-bottom: 3.2vw;
}

.how-to-make .step__title--ja {
	font-size: 4.8vw;
}

.how-to-make .step__desc {
	font-size: 3.4666666667vw;
	letter-spacing: calc(0 / 1000 * 1em);
	line-height: calc(26 / 13);
}

.scroll-hint {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
}

.features {
	background-image: url(../img/feature_bg-sp.webp);
	padding: 16vw 0 24vw;
}

.features__title {
	margin-bottom: 10.6666666667vw;
}

.features__title img {
	width: 62.4vw;
}

.features__kv {
	margin: 0 auto 10.6666666667vw;
	width: 89.3333333333vw;
}

.features__kv--pc {
	display: none;
}

.features__kv--sp {
	display: block;
}

.features__text {
	margin-bottom: 16vw;
	text-align: left;
}

.feature {
	-webkit-box-orient: vertical;
	-webkit-box-direction: reverse;
	-ms-flex-direction: column-reverse;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	flex-direction: column-reverse;
}

.feature__inner {
	padding: 0;
}

.feature__contents {
	width: 100%;
}

.feature__title {
	margin-bottom: 10.6666666667vw;
}

.feature__title::after {
	height: 46.4vw;
}

.feature__img {
	margin-bottom: 10.6666666667vw;
	position: unset;
}

.feature__img--pc {
	display: none;
}

.feature__img--sp {
	display: block;
}

.feature--01 {
	margin-bottom: 16vw;
}

.feature--01 .feature__img {
	-webkit-transform: unset;
	margin-left: auto;
	transform: unset;
	width: 91.7333333333vw;
}

.feature--01 .feature__title {
	padding-right: 0;
}

.feature--01 .feature__title::after {
	height: 46.4vw;
	right: -25px;
}

.feature--02 {
	margin-bottom: 16vw;
}

.feature--02 .feature__img {
	width: 84.5333333333vw;
}

.feature--02 .feature__title {
	padding-left: 0;
}

.feature--02 .feature__title::after {
	left: -25px;
}

.feature--03 {
	margin-bottom: 21.3333333333vw;
}

.feature--03 .feature__img {
	-webkit-transform: unset;
	margin-left: auto;
	margin-right: 30px;
	transform: unset;
	width: 76.2666666667vw;
}

.feature--03 .feature__title {
	padding-right: 0;
}

.feature--03 .feature__title::after {
	right: -25px;
}

.top-shops {
	padding: 16vw 5.3333333333vw;
}

.top-shops__title {
	margin-bottom: 10.6666666667vw;
}

.top-shops__title img {
	width: 22.4vw;
}

.top-shops__list {
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	gap: 5.3333333333vw 4vw;
	margin-bottom: 16vw;
}

.top-shops__list--pc {
	display: none;
}

.top-shops__list--sp {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
}

.top-shops__item {
	margin: 0;
	width: calc((100% - 4vw) / 2);
}

.top-shops__img {
	aspect-ratio: 160/180;
	margin-bottom: 4vw;
}

.top-shops__name--ja {
	font-size: 3.7333333333vw;
	line-height: calc(19 / 14);
	margin-bottom: 0.8vw;
}

.top-shops__name--en {
	font-size: 2.6666666667vw;
	line-height: calc(15 / 10);
}

.faq {
	padding: 16vw 0 21.3333333333vw;
}

.faq__title {
	margin-bottom: 10.6666666667vw;
}

.faq__title img {
	width: 13.8666666667vw;
}

.faq__inner {
	padding: 0;
}

.faq__contents {
	display: block;
	padding-bottom: 5.3333333333vw;
}

.faq__group {
	margin-bottom: 5.3333333333vw;
	width: 100%;
}

.faq__group:nth-child(even) * {
	-webkit-transition-delay: 0s;
	transition-delay: 0s;
}

.faq__heading {
	border-radius: 0;
	font-size: 3.7333333333vw;
	padding: 4.8vw 2.6666666667vw 4.2666666667vw;
}

.faq__list {
	padding: 0 5.3333333333vw;
}

.faq__item {
	padding: 5.8666666667vw 0;
}

.faq__question {
	font-size: 3.7333333333vw;
	margin-bottom: 3.2vw;
}

.faq__question img {
	margin-right: 2.1333333333vw;
	width: 6.9333333333vw;
}

.faq__answer {
	font-size: 3.2vw;
}

}

@-webkit-keyframes fade-in {

0% {
	-webkit-transform: scale(0.9);
	opacity: 0;
	transform: scale(0.9);
}

100% {
	-webkit-transform: scale(1);
	opacity: 1;
	transform: scale(1);
}

}

@keyframes fade-in {

0% {
	-webkit-transform: scale(0.9);
	opacity: 0;
	transform: scale(0.9);
}

100% {
	-webkit-transform: scale(1);
	opacity: 1;
	transform: scale(1);
}

}

@-webkit-keyframes fade-up {

0% {
	-webkit-transform: translateY(20px);
	opacity: 0;
	transform: translateY(20px);
}

100% {
	-webkit-transform: translateY(0);
	opacity: 1;
	transform: translateY(0);
}

}

@keyframes fade-up {

0% {
	-webkit-transform: translateY(20px);
	opacity: 0;
	transform: translateY(20px);
}

100% {
	-webkit-transform: translateY(0);
	opacity: 1;
	transform: translateY(0);
}

}

@-webkit-keyframes hint-blink {

0%,100% {
	opacity: 1;
}

50% {
	opacity: 0.5;
}

}

@keyframes hint-blink {

0%,100% {
	opacity: 1;
}

50% {
	opacity: 0.5;
}

}
@media screen and (max-width: 750px) {
    .shop .btn {
        -webkit-box-pack: start;
        -ms-flex-pack: start;
        gap: 2.9333333333vw;
        justify-content: flex-start;
        padding-left: 8vw;
        width: 100%;
    }
}



/*# sourceMappingURL=styles.css.map */