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

html,
body,
h1,
h2,
h3,
h4,
h5,
h6,
ul,
ol,
dl,
li,
dt,
dd,
p,
div,
span,
img,
a,
table,
tr,
th,
td,
small,
button,
time,
figure {
	border: 0;
	font: inherit;
	font-size: 100%;
	margin: 0;
	padding: 0;
	vertical-align: baseline;
}

html {
	line-height: 1;
}

ol,
ul {
	list-style: none;
}

ol {
	display: none;
}

header,
footer,
nav,
section,
article,
main,
aside,
picture,
figure,
figcaption,
img {
	display: block;
}

img {
	height: 100%;
	width: 100%;
	-o-object-fit: cover;
	object-fit: cover;
}

a {
	color: inherit;
	cursor: pointer;
	text-decoration: none;
}

a:hover {
	opacity: 0.7;
}

input,
select {
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	border: 1px solid #000;
	border-radius: 0px;
	box-shadow: none;
	color: inherit;
	font-weight: inherit;
}

body {
	color: #000;
	font-family: "Zen Kaku Gothic Antique", sans-serif;
	font-size: max(12px, 1.0416666667vw);
	font-weight: 500;
	letter-spacing: 0.05em;
	line-height: 2;
}

[id] {
	scroll-margin-top: 8.8541666667vw; /* ヘッダー高さ分 */
}

.ff-ac {
	font-family: "Kaisei Opti", serif;
}

.ff-en {
	font-family: "Kaisei Opti", serif;
}

.fz32 {
	font-size: max(12px, 1.6666666667vw);
	font-weight: 500;
	letter-spacing: 0.03125em;
	line-height: 1.25;
}

.fz28 {
	font-size: max(12px, 1.4583333333vw);
	font-weight: 500;
	letter-spacing: 0.0357142857em;
	line-height: 1.2857142857;
}

.fz25 {
	font-family: "Lora", sans-serif;
	font-size: max(12px, 1.3020833333vw);
	font-weight: 500;
	letter-spacing: 0.04em;
	line-height: 1.2;
}

.fz24 {
	font-size: max(12px, 1.25vw);
	font-weight: 500;
	letter-spacing: 0.0416666667em;
	line-height: 1.25;
}

.fz22 {
	font-size: max(12px, 1.1458333333vw);
	font-weight: 700;
	letter-spacing: 0.1em;
	line-height: 1.1818181818;
}

.jc {
	justify-content: center;
}

.fz18 {
	font-family: "Kaisei Opti", serif;
	font-size: max(12px, 0.9375vw);
	font-weight: 500;
	letter-spacing: 0.0555555556em;
	line-height: 1.6666666667;
}

.fz16 {
	font-size: max(12px, 0.8333333333vw);
	font-weight: 500;
	letter-spacing: 0.0625em;
	line-height: 1.25;
}

.tar {
	text-align: right;
}

.be-none::before {
	display: none;
}

.af-none::after {
	display: none;
}

.bd-none {
	border-bottom: none !important;
}

.row-revers {
	flex-direction: row-reverse;
}

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

.pl60 {
	padding-left: 3.125vw;
}

.pl40 {
	padding-left: 2.0833333333vw;
}

.pl20 {
	padding-left: 1.0416666667vw;
}

.mt300 {
	margin-top: 15.625vw !important;
}

.mt240 {
	margin-top: 12.5vw !important;
}

.mt180 {
	margin-top: 9.375vw !important;
}

.mt160 {
	margin-top: 8.3333333333vw !important;
}

.mt140 {
	margin-top: 7.2916666667vw !important;
}

.mt120 {
	margin-top: 6.25vw !important;
}

.mt100 {
	margin-top: 5.2083333333vw !important;
}

.mt80 {
	margin-top: 4.1666666667vw !important;
}

.mt60 {
	margin-top: 3.125vw !important;
}

.mt50 {
	margin-top: 2.6041666667vw !important;
}

.mt40 {
	margin-top: 2.0833333333vw !important;
}

.mt30 {
	margin-top: 1.5625vw !important;
}

.mt20 {
	margin-top: 1.0416666667vw !important;
}

.mt16 {
	margin-top: 0.8333333333vw !important;
}

.mt10 {
	margin-top: 0.5208333333vw !important;
}

.mt0 {
	margin-top: 0 !important;
}

.bgm {
	background: #8b6c3a !important;
}

.bg-bule {
	background: #d5ecfb !important;
}

.c-wf {
	margin: 0 auto;
	width: -moz-fit-content;
	width: fit-content;
}

.wf {
	width: -moz-fit-content;
	width: fit-content;
}

.c-ttl {
	font-size: max(12px, 5vw);
	font-weight: 400;
	letter-spacing: 0.0208333333em;
	line-height: 1.1979166667;
	padding-bottom: 0.5208333333vw;
	padding-left: 7.2916666667vw;
	padding-right: 3.125vw;
	padding-top: 0.5208333333vw;
	width: -moz-fit-content;
	width: fit-content;
}

.scroll_up {
	opacity: 0;
	transform: translateY(30px);
	transition: 0.8s ease-in-out;
}

.scroll_up.on {
	opacity: 1;
	transform: translateY(0);
}

.frog {
	animation: yurayura 2s linear infinite;
	transform-origin: center bottom;
}

.frog-ri {
	animation: yurayura-ri 2s linear infinite;
	transform-origin: center bottom;
}

.MV_deco-item01 {
	animation: bounce 5.5s infinite linear;
}

.MV_deco-item02 {
	animation: bounce02 6s infinite linear;
	animation-delay: 1s;
	opacity: 0;
}

.inner {
	padding-bottom: 0vw;
	padding-left: 16.6666666667vw;
	padding-right: 16.6666666667vw;
	padding-top: 0vw;
}

.l-drawer__icon {
	background: #ffe787;
	height: 11.6279069767vw;
	position: relative;
	transition: all 0.5s;
	width: 13.9534883721vw;
	z-index: 400;
}

.l-drawer__icon.is-active .p-drawer__icon--bar1 {
	top: 8px;
	transform: rotate(-45deg);
	transition: all 0.3s ease-out 0s;
}

.l-drawer__icon.is-active .p-drawer__icon--bar2 {
	display: none;
}

.l-drawer__icon.is-active .p-drawer__icon--bar3 {
	top: 8px;
	transform: rotate(45deg);
	transition: all 0.3s ease-out 0s;
}

.l-drawer__icon--bar {
	height: 8.1395348837vw;
	left: 50%;
	position: absolute;
	top: 3.2558139535vw;
	transform: translateX(-50%);
	width: 8.1395348837vw;
}

.p-drawer__icon--bar1,
.p-drawer__icon--bar2,
.p-drawer__icon--bar3 {
	background: #000;
	height: 5px;
	left: 0;
	position: absolute;
	top: 0;
	width: 8.1395348837vw;
}

.p-drawer__icon--bar1 {
	top: 0;
}

.p-drawer__icon--bar2 {
	top: 2.3255813953vw;
}

.p-drawer__icon--bar3 {
	top: 4.6511627907vw;
}

.l-drawer {
	background-color: #ffe787;
	bottom: 0;
	height: 100%;
	overflow: scroll;
	padding-bottom: 23.2558139535vw;
	padding-left: 0vw;
	padding-right: 0vw;
	padding-top: 23.2558139535vw;
	position: fixed;
	right: 0;
	transform: translateX(105%);
	transition: all 0.5s;
	width: 67.4418604651vw;
	z-index: 299;
}

.l-drawer.is-active {
	transform: translateX(0);
}

.l-drawer__items {
	padding-bottom: 18.6046511628vw;
	padding-left: 4.6511627907vw;
	padding-right: 4.6511627907vw;
	padding-top: 16.2790697674vw;
}

.p-drawer__item {
	font-family: "Kaisei Opti", serif;
	font-size: min(40px, 4.6511627907vw);
	font-weight: 400;
	letter-spacing: 0.05em;
	line-height: 1.2;
	padding-left: 6.2790697674vw;
	position: relative;
}

.p-drawer__item::after {
	border-bottom: 2px solid;
	border-left: 2px solid;
	content: "";
	height: 2.3255813953vw;
	left: 0vw;
	position: absolute;
	top: 1.8604651163vw;
	transform: rotate(-135deg);
	width: 2.3255813953vw;
}

.p-drawer__item:not(:first-child) {
	margin-top: 4.6511627907vw;
}

.p-drawer__item:not(:last-child) {
	border-bottom: 2px dotted;
	padding-bottom: 4.6511627907vw;
}

.fixed {
	height: 100%;
	overflow: hidden;
}

.to-top {
	bottom: 1.25vw;
	height: 3.0208333333vw;
	opacity: 0;
	position: fixed;
	right: 2.1875vw;
	transition: opacity 0.3s ease, visibility 0.3s ease;
	visibility: hidden;
	width: 3.0208333333vw;
	z-index: 300;
}

.to-top.show {
	opacity: 1;
	visibility: visible;
}

header {
	left: 0;
	position: fixed;
	top: 0;
	width: 100%;
	z-index: 300;
}

.l-header__inner {
	align-items: flex-start;
	display: flex;
	justify-content: space-between;
	padding-bottom: 0vw;
	padding-left: 6.25vw;
	padding-right: 6.25vw;
	padding-top: 0.78125vw;
}

.l-header__logo {
	height: 8.3333333333vw;
	width: 11.4583333333vw;
}

.l-header__nav {
	align-items: center;
	display: flex;
	gap: 3.0208333333vw;
}

.l-header__items {
	display: flex;
	gap: 1.5625vw;
}

.p-header__item {
	font-family: "Kaisei Opti", serif;
}

.l-header__tel {
	font-family: "Lora", sans-serif;
}

.l-header__tel a {
	align-items: center;
	display: flex;
	gap: 0.5208333333vw;
}

.l-header__tel--icon {
	height: 1.8229166667vw;
	width: 1.40625vw;
}

.p-header__tel {
	color: white;
	font-size: max(12px, 2.0833333333vw);
	font-weight: 700;
	letter-spacing: 0.025em;
	line-height: 1.2;
}

.l-fv {
	position: relative;
}

.l-fv__swiper-container {
	position: relative;
}

.swiper {
	position: relative;
}

.swiper-wrapper {
	position: relative;
}

.l-fv__swiper {
	position: relative;
}

.l-fv01__ttl,
.l-wax01,
.l-wax02,
.l-pin01,
.l-pin02,
.l-pin03,
.l-hasami,
.l-burasi01,
.l-burasi02,
.l-fv02__ttl,
.l-wax01-02,
.l-wax02-02,
.l-pin01-02,
.l-pin02-02,
.l-pin03-02,
.l-hasami02,
.l-burasi01-02,
.l-burasi02-02,
.l-fv03__ttl,
.l-wax01-03,
.l-wax02-03,
.l-pin01-03,
.l-pin02-03,
.l-pin03-03,
.l-hasami03,
.l-burasi01-03,
.l-burasi02-03 {
	position: absolute;
}

.l-fv01__ttl,
.l-fv02__ttl,
.l-fv03__ttl {
	z-index: 5;
}

.l-fv01__ttl {
	bottom: 6.5625vw;
	height: 13.59375vw;
	left: 50%;
	transform: translateX(-50%);
	width: 62.65625vw;
}

.l-fv02__ttl,
.l-fv03__ttl {
	height: 11.40625vw;
	left: 5.1041666667vw;
	top: 21.3541666667vw;
	width: 51.0416666667vw;
}

.l-fv03__ttl {
	height: 11.40625vw;
	left: auto;
	right: 5.1041666667vw;
	top: 21.3541666667vw;
	width: 51.0416666667vw;
}

.l-wax01,
.l-wax01-02,
.l-wax01-03 {
	height: 7.7604166667vw;
	width: 8.1770833333vw;
}

.l-wax01 {
	left: 8.3333333333vw;
	top: 10.8333333333vw;
}

.l-wax01-02 {
	right: 3.4375vw;
	top: 6.09375vw;
}

.l-wax01-03 {
	right: 3.9583333333vw;
	top: 4.3229166667vw;
}

.l-wax02,
.l-wax02-02,
.l-wax02-03 {
	height: 7.1354166667vw;
	width: 7.1875vw;
}

.l-wax02 {
	bottom: 5vw;
	left: 22.3958333333vw;
}

.l-wax02-02 {
	bottom: 2.7083333333vw;
	left: 20.9375vw;
}

.l-wax02-03 {
	bottom: 2.3958333333vw;
	right: 18.0208333333vw;
}

.l-pin01 {
	bottom: 0vw;
	height: 22.34375vw;
	left: 3.125vw;
	width: 15.625vw;
}

.l-pin01-02,
.l-pin01-03 {
	height: 15.1041666667vw;
	left: 13.6458333333vw;
	top: 6.3020833333vw;
	width: 13.5416666667vw;
}

.l-pin01-03 {
	left: 6.25vw;
	top: 10vw;
}

.l-pin02 {
	height: 20.7291666667vw;
	right: 5.2083333333vw;
	top: 4.6875vw;
	width: 9.2708333333vw;
}

.l-pin02-02 {
	bottom: 1.0416666667vw;
	height: 15.6770833333vw;
	left: 7.2916666667vw;
	width: 11.1458333333vw;
}

.l-pin02-03 {
	bottom: 1.0416666667vw;
	height: 16.09375vw;
	left: 3.2291666667vw;
	width: 9.9479166667vw;
}

.l-pin03 {
	bottom: 0vw;
	height: 20.625vw;
	right: 3.125vw;
	width: 8.90625vw;
}

.l-pin03-02,
.l-pin03-03 {
	bottom: 1.0416666667vw;
	height: 16.3541666667vw;
	right: 3.3854166667vw;
	width: 11.875vw;
}

.l-pin03-03 {
	bottom: 0vw;
	right: 29.84375vw;
}

.l-hasami,
.l-hasami02,
.l-hasami03 {
	height: 25.2083333333vw;
	right: 9.8958333333vw;
	top: 0vw;
	width: 22.6041666667vw;
}

.l-hasami02 {
	height: 26.8229166667vw;
	right: 29.9479166667vw;
	top: 2.0833333333vw;
	width: 22.6041666667vw;
}

.l-hasami03 {
	right: 41.25vw;
	top: 0vw;
}

.l-burasi01 {
	height: 28.90625vw;
	left: 19.2708333333vw;
	top: 3.125vw;
	width: 14.4270833333vw;
}

.l-burasi01-02 {
	height: 28.90625vw;
	left: 28.3854166667vw;
	top: 3.4895833333vw;
	width: 14.4270833333vw;
}

.l-burasi01-03 {
	height: 27.9166666667vw;
	right: 17.96875vw;
	top: 2.5520833333vw;
	width: 20.4166666667vw;
}

.l-burasi02,
.l-burasi02-02,
.l-burasi02-03 {
	bottom: 0vw;
	height: 24.1145833333vw;
	right: 18.2291666667vw;
	width: 12.7604166667vw;
}

.l-burasi02-02 {
	right: 55.5729166667vw;
}

.l-burasi02-03 {
	right: 3.4375vw;
}

.l-consept {
	background: url(../img/pc/consept-bg.png) no-repeat center center/cover;
	padding-bottom: 9.375vw;
	padding-left: 0vw;
	padding-right: 0vw;
	padding-top: 9.375vw;
	position: relative;
}

.l-consept__txbox {
	padding-bottom: 0vw;
	padding-left: 16.6666666667vw;
	padding-right: 16.6666666667vw;
	padding-top: 0vw;
}

.p-consept__ttl {
	font-family: "Audiowide", sans-serif;
	font-size: max(12px, 3.3333333333vw);
	font-weight: 400;
	letter-spacing: 0.03125em;
	line-height: 1.1875;
}

.p-consept__subttl {
	font-family: "Kaisei Opti", serif;
	font-size: max(12px, 2.0833333333vw);
	font-weight: 400;
	letter-spacing: 0.05em;
	line-height: 1.2;
	margin-top: 1.0416666667vw;
}

.p-consept__tx {
	margin-top: 1.0416666667vw;
}

.l-mv {
	background: url(../img/pc/mv-bg.png) no-repeat center center/cover;
	padding-bottom: 4.1666666667vw;
	padding-left: 21.875vw;
	padding-right: 21.875vw;
	padding-top: 4.1666666667vw;
}

.l-mv__box {
	text-align: center;
}

.l-mv__box video {
	height: 100%;
	width: 100%;
}

.p-mv__ttl {
	font-family: "Zen Old Mincho", serif;
	font-size: max(12px, 4.6875vw);
	font-weight: 500;
	letter-spacing: 0.5em;
	line-height: 1.2;
}

.p-mv__subttl {
	font-family: "Anton", sans-serif;
	font-size: max(12px, 5vw);
	font-weight: 400;
	letter-spacing: 0.0208333333em;
	line-height: 1.1979166667;
	margin-top: 1.0416666667vw;
}

.l-inst {
	background: #ffe787;
	padding-bottom: 5.2083333333vw;
	padding-left: 16.6666666667vw;
	padding-right: 16.6666666667vw;
	padding-top: 4.1666666667vw;
}

.p-inst__ttl {
	font-family: "Shrikhand", serif;
	font-size: max(12px, 5vw);
	font-weight: 400;
	letter-spacing: 0.0208333333em;
	line-height: 1.125;
	text-align: center;
}

.l-inst__items {
	padding-bottom: 0vw;
	padding-left: 6.25vw;
	padding-right: 6.25vw;
	padding-top: 3.125vw;
}

.l-inst__banner {
	display: flex;
	gap: 4.1666666667vw;
	margin-top: 5.2083333333vw;
}

.l-inst__banner01,
.l-inst__banner02 {
	flex: 1;
}

.l-feature {
	background: url(../img/pc/feature-bg.png) no-repeat center center/cover;
	padding-bottom: 5.2083333333vw;
	padding-left: 0vw;
	padding-right: 0vw;
	padding-top: 4.1666666667vw;
}

.p-feature__ttl {
	background: #6a8042;
	color: white;
	font-family: "Kaisei Tokumin", serif;
}

.l-feature__items {
	display: flex;
	flex-direction: column;
	gap: 4.1666666667vw;
	padding-bottom: 3.125vw;
	padding-left: 9.375vw;
	padding-right: 9.375vw;
	padding-top: 3.125vw;
}

.l-feature__item {
	align-items: center;
	display: flex;
	gap: 3.3333333333vw;
}

.l-feature__item:nth-child(2n+1) {
	flex-direction: row-reverse;
}

.p-feature__item--img {
	height: 25vw;
	width: 41.6666666667vw;
}

.l-feature__item--txbox {
	background: white;
	padding-bottom: 2.8125vw;
	padding-left: 2.8125vw;
	padding-right: 2.8125vw;
	padding-top: 2.8125vw;
	width: calc(100% - 45vw);
}

.l-feature__item--ttl {
	align-items: center;
	display: flex;
	font-family: "Kaisei Opti", serif;
	gap: 1.0416666667vw;
}

.p-feature__item--number {
	font-size: max(12px, 4.4791666667vw);
	font-weight: 700;
	letter-spacing: 0em;
	line-height: 1.2558139535;
}

.p-feature__item--ttl {
	font-size: max(12px, 1.5625vw);
	font-weight: 700;
	letter-spacing: 0.0333333333em;
	line-height: 1.7066666667;
}

.l-menu {
	display: flex;
	flex-direction: row-reverse;
	position: relative;
}

.p-menu__ttl {
	background: white;
	font-family: "Milonga", serif;
	position: absolute;
	right: 0;
	top: 4.1666666667vw;
}

.l-menu__women,
.l-menu__men {
	background: url(../img/pc/menu-bg-women.png) no-repeat center center/cover;
	flex: 1;
	padding-bottom: 4.1666666667vw;
	padding-left: 6.25vw;
	padding-right: 6.25vw;
	padding-top: 14.3229166667vw;
}

.l-menu__men {
	background: url(../img/pc/menu-bg-men.png) no-repeat center center/cover;
}

.l-menu__ttlbox {
	background: white;
	padding-bottom: 1.0416666667vw;
	padding-left: 0vw;
	padding-right: 0vw;
	padding-top: 1.0416666667vw;
	text-align: center;
}

.p-menu__box--ttl {
	font-family: "Milonga", serif;
	font-size: max(12px, 2.5vw);
	font-weight: 400;
	letter-spacing: 0.0208333333em;
	line-height: 1.1875;
}

.p-menu__box--subttl {
	font-family: "Kaisei Opti", serif;
	font-size: max(12px, 1.25vw);
	font-weight: 400;
	letter-spacing: 0.0416666667em;
	line-height: 1.1666666667;
	margin-top: 1.0416666667vw;
}

.l-menu__women--items,
.l-menu__men--items {
	background: #ebdef1;
	padding-bottom: 2.0833333333vw;
	padding-left: 4.4270833333vw;
	padding-right: 4.4270833333vw;
	padding-top: 2.0833333333vw;
}

.l-menu__women--items {
	padding-bottom: 6.25vw;
}

.l-menu__men--items {
	background: #e0f7f5;
}

.l-menu__men--items .l-menu__item {
	padding-bottom: 1.0416666667vw;
}

.l-menu__men--items .l-menu__item:not(:first-child) {
	margin-top: 1.0416666667vw;
}

.l-menu__item {
	align-items: center;
	display: flex;
	justify-content: space-between;
	padding-bottom: 1.5625vw;
}

.l-menu__item:not(:first-child) {
	margin-top: 1.5625vw;
}

.l-menu__item:not(:last-child) {
	border-bottom: 2px dotted;
}

.p-menu__item--tx {
	text-align: right;
}

.l-catalog {
	background: #fffadd;
	padding-bottom: 5.7291666667vw;
	padding-left: 0vw;
	padding-right: 0vw;
	padding-top: 4.1666666667vw;
	position: relative;
}

.l-catalog::after {
	background: url(../img/pc/catalog-bg.png) no-repeat center center/cover;
	bottom: 0vw;
	content: "";
	height: 15.625vw;
	left: 0vw;
	position: absolute;
	width: 100%;
}

.p-catalog__ttl {
	background: #ed7a13;
	color: white;
	font-family: "Kaisei HarunoUmi", serif;
}

.l-catalog__swiper-container {
	margin-top: 1.5625vw;
	position: relative;
}

.swiper {
	position: relative;
}

.swiper-wrapper {
	position: relative;
	transition-timing-function: linear;
}

.l-catalog__swiper {
	position: relative;
}

.l-greeting {
	background: url(../img/pc/greeting-bg.png) no-repeat center center/cover;
	color: white;
	display: flex;
	flex-direction: row-reverse;
	gap: 7.7083333333vw;
	padding-bottom: 2.0833333333vw;
	padding-left: 6.25vw;
	padding-right: 6.25vw;
	padding-top: 4.1666666667vw;
}

.p-greeting__ttl {
	font-family: "Righteous", sans-serif;
	font-size: max(12px, 3.3333333333vw);
	font-weight: 400;
	letter-spacing: 0.03125em;
	line-height: 1.1875;
}

.p-greeting__subttl {
	font-family: "Kaisei Opti", serif;
	font-size: max(12px, 1.6666666667vw);
	font-weight: 700;
	letter-spacing: 0.0625em;
	line-height: 1.1875;
	margin-top: 1.0416666667vw;
}

.p-greeting__name {
	font-family: "Kaisei Opti", serif;
	font-size: max(12px, 1.6666666667vw);
	font-weight: 700;
	letter-spacing: 0.0625em;
	line-height: 1.1875;
	margin-top: 2.0833333333vw;
}

.l-greeting__right {
	margin-top: auto;
}

.l-greeting__items {
	display: grid;
	gap: 0.5208333333vw;
	grid-template-columns: repeat(3, 1fr);
}

.l-greeting__item {
	border: 1px solid white;
	border-radius: 20px;
	display: flex;
	flex-direction: column;
	height: auto;
	justify-content: center;
	padding-bottom: 1.5625vw;
	padding-left: 0vw;
	padding-right: 0vw;
	padding-top: 1.5625vw;
	text-align: center;
	width: 13.0208333333vw;
}

.p-greeting__item--ttl {
	font-size: max(12px, 1.25vw);
	font-weight: 700;
	letter-spacing: 0.0416666667em;
	line-height: 1.5833333333;
}

.l-shop {
	background: url(../img/pc/shop-bg.png) no-repeat center center/cover;
	font-family: "Kaisei Decol", serif;
	padding-bottom: 4.9479166667vw;
	padding-left: 28.8541666667vw;
	padding-right: 0vw;
	padding-top: 4.9479166667vw;
}

.p-shop__ttl {
	background: white;
	font-size: max(12px, 3.3333333333vw);
	font-weight: 400;
	letter-spacing: 0.03125em;
	line-height: 1.1875;
	padding-bottom: 1.0416666667vw;
	padding-left: 2.0833333333vw;
	padding-right: 2.0833333333vw;
	padding-top: 1.0416666667vw;
	width: -moz-fit-content;
	width: fit-content;
}

.l-shop__items {
	display: flex;
	flex-direction: column;
	gap: 1.0416666667vw;
	margin-top: 1.4583333333vw;
}

.l-shop__item {
	display: flex;
	font-size: max(12px, 1.25vw);
	font-weight: 400;
	gap: 0.5208333333vw;
	letter-spacing: 0.0833333333em;
	line-height: 1.1666666667;
	width: -moz-fit-content;
	width: fit-content;
}

.p-shop__item--ttl {
	background: white;
	padding-bottom: 1.0416666667vw;
	padding-left: 0vw;
	padding-right: 0vw;
	padding-top: 1.0416666667vw;
	text-align: center;
	width: 9.375vw;
}

.p-shop__item--tx {
	background: white;
	padding-bottom: 1.0416666667vw;
	padding-left: 2.0833333333vw;
	padding-right: 2.0833333333vw;
	padding-top: 1.0416666667vw;
	width: -moz-fit-content;
	width: fit-content;
}

.l-add {
	display: flex;
	height: 43.0729166667vw;
}

.l-access {
	flex: 1;
}

.l-access iframe {
	height: 100%;
	width: 50vw;
}

.l-contact {
	background: url(../img/pc/contact-bg.png) no-repeat center center/cover;
	color: white;
	flex: 1;
	padding-bottom: 6.7708333333vw;
	padding-left: 7.2916666667vw;
	padding-right: 7.2916666667vw;
	padding-top: 7.2916666667vw;
	text-align: center;
}

.p-contact__ttl {
	font-family: "Kaisei HarunoUmi", serif;
	font-size: max(12px, 3.3333333333vw);
	font-weight: 400;
	letter-spacing: 0.03125em;
	line-height: 1.1875;
}

.p-contact__subttl {
	font-family: "Kaisei Opti", serif;
	font-size: max(12px, 1.6666666667vw);
	font-weight: 500;
	letter-spacing: 0.0625em;
	line-height: 1.1875;
	margin-top: 3.125vw;
}

.l-contact__tel {
	font-family: "Lora", sans-serif;
	margin-top: 3.125vw;
}

.l-contact__tel a {
	align-items: center;
	display: flex;
	gap: 0.5208333333vw;
	justify-content: center;
}

.l-contact__tel--icon {
	height: 2.6041666667vw;
	width: 2.03125vw;
}

.p-contact__tel {
	font-size: max(12px, 3.3333333333vw);
	font-weight: 700;
	letter-spacing: 0.03125em;
	line-height: 1.1875;
}

.l-contact__items {
	border-top: 2px dotted white;
	margin-top: 3.125vw;
}

.l-contact__item {
	border-bottom: 2px dotted white;
	display: flex;
	padding-bottom: 1.5625vw;
	padding-left: 0vw;
	padding-right: 0vw;
	padding-top: 1.5625vw;
}

.p-contact__item--ttl {
	width: 7.2916666667vw;
}

.p-contact__item--tx {
	text-align: left;
	width: calc(100% - 7.2916666667vw);
}

.l-banner {
	background: #fffadd;
	padding-bottom: 4.1666666667vw;
	padding-left: 16.6666666667vw;
	padding-right: 16.6666666667vw;
	padding-top: 4.1666666667vw;
}

.l-footer__inner {
	background: url(../img/pc/footer-bg.png) no-repeat center center/cover;
	font-family: "Kaisei Opti", serif;
	padding-bottom: 4.1666666667vw;
	padding-left: 0vw;
	padding-right: 0vw;
	padding-top: 4.1666666667vw;
}

.l-footer__logo {
	height: 8.3333333333vw;
	margin: 0 auto;
	width: 11.4583333333vw;
}

.p-footer__add {
	font-size: max(12px, 1.25vw);
	font-weight: 400;
	letter-spacing: 0.0833333333em;
	line-height: 1.1666666667;
	margin-top: 3.125vw;
	text-align: center;
}

.l-footer__items {
	display: flex;
	gap: 2.0833333333vw;
	justify-content: center;
	margin-top: 4.1666666667vw;
}

.l-footer__copy {
	background: #6a8042;
	color: white;
	font-size: max(12px, 0.8333333333vw);
	font-weight: 500;
	letter-spacing: 0.0625em;
	line-height: 1.1875;
	padding-bottom: 1.5625vw;
	padding-left: 0vw;
	padding-right: 0vw;
	padding-top: 1.5625vw;
	text-align: center;
}

.l-footer__fix {
	background: #ffe787;
	bottom: 0;
	left: 0;
	padding-bottom: 3.488372093vw;
	padding-left: 0vw;
	padding-right: 0vw;
	padding-top: 3.488372093vw;
	position: fixed;
	width: 100%;
	z-index: 300;
}

.l-footer__fix a {
	align-items: center;
	display: flex;
	gap: 2.3255813953vw;
	justify-content: center;
}

.p-footer__tel {
	font-family: "Lora", sans-serif;
	font-size: min(48px, 5.5813953488vw);
	font-weight: 700;
	letter-spacing: 0em;
	line-height: 1.1666666667;
}

.breadcrumb {
	padding-bottom: 4.1666666667vw;
	padding-left: 16.6666666667vw;
	padding-right: 16.6666666667vw;
	padding-top: 4.1666666667vw;
}

.l-archive {
	display: flex;
	flex-direction: column;
	gap: 1.25vw;
	margin-bottom: 8.3333333333vw;
}

.l-archive__item a {
	display: flex;
	gap: 1.25vw;
}

.p-single__ttl {
	font-size: max(12px, 1.6666666667vw);
	font-weight: 700;
	letter-spacing: 0em;
	line-height: 1.5625;
	margin-top: 0.8333333333vw;
}

.p-single__tx {
	margin-bottom: 4.1666666667vw;
	margin-left: 0vw;
	margin-right: 0vw;
	margin-top: 0.8333333333vw;
}

@media (min-width: 600px) and (max-width: 767px) {

body {
	font-size: min(32px, 3.7209302326vw);
	font-weight: 500;
	letter-spacing: 0.03125em;
	line-height: 1.875;
	padding-bottom: 13.9534883721vw;
}

[id] {
	scroll-margin-top: 18.6046511628vw; /* ヘッダー高さ分 */
}

.fz32 {
	font-size: min(40px, 4.6511627907vw);
	font-weight: 500;
	letter-spacing: 0.05em;
	line-height: 1.5;
}

.fz28 {
	font-size: min(40px, 4.6511627907vw);
	font-weight: 500;
	letter-spacing: 0.025em;
	line-height: 1.5;
}

.fz25 {
	font-size: min(40px, 4.6511627907vw);
	font-weight: 500;
	letter-spacing: 0.05em;
	line-height: 1;
}

.fz24 {
	font-size: min(40px, 4.6511627907vw);
	font-weight: 500;
	letter-spacing: 0.05em;
	line-height: 1.5;
}

.fz22 {
	font-size: min(36px, 4.1860465116vw);
	font-weight: 700;
	letter-spacing: 0.0555555556em;
	line-height: 1.1111111111;
}

.fz16 {
	font-size: min(28px, 3.2558139535vw);
	font-weight: 500;
	letter-spacing: 0.0357142857em;
	line-height: 1.1428571429;
	margin-top: 2.3255813953vw;
}

.row-revers {
	flex-direction: column;
}

.pl60 {
	padding-left: 5.5813953488vw;
}

.pl40 {
	padding-left: 4.6511627907vw;
}

.pl20 {
	padding-left: 2.7906976744vw;
}

.mt300 {
	margin-top: 27.9069767442vw !important;
}

.mt240 {
	margin-top: 27.9069767442vw !important;
}

.mt180 {
	margin-top: 18.6046511628vw !important;
}

.mt160 {
	margin-top: 18.6046511628vw !important;
}

.mt140 {
	margin-top: 18.6046511628vw !important;
}

.mt120 {
	margin-top: 14.8837209302vw !important;
}

.mt100 {
	margin-top: 11.1627906977vw !important;
}

.mt80 {
	margin-top: 9.3023255814vw !important;
}

.mt60 {
	margin-top: 6.976744186vw !important;
}

.mt50 {
	margin-top: 5.5813953488vw !important;
}

.mt40 {
	margin-top: 3.7209302326vw !important;
}

.mt30 {
	margin-top: 3.7209302326vw !important;
}

.mt20 {
	margin-top: 2.3255813953vw !important;
}

.mt16 {
	margin-top: 1.8604651163vw !important;
}

.mt10 {
	margin-top: 1.8604651163vw !important;
}

.u-pc {
	display: none;
}

.u-tab {
	display: none;
}

.c-ttl {
	font-size: min(80px, 9.3023255814vw);
	font-weight: 400;
	letter-spacing: 0.025em;
	line-height: 1.2;
	padding-bottom: 2.3255813953vw;
	padding-left: 9.3023255814vw;
	padding-right: 4.6511627907vw;
	padding-top: 2.3255813953vw;
}

.inner {
	padding-bottom: 0vw;
	padding-left: 4.6511627907vw;
	padding-right: 4.6511627907vw;
	padding-top: 0vw;
}

.to-top {
	bottom: 23.2558139535vw;
	height: 13.488372093vw;
	right: 4.1860465116vw;
	width: 13.488372093vw;
}

.to-top.is-active {
	display: none;
}

.l-header__inner {
	padding-bottom: 0vw;
	padding-left: 4.6511627907vw;
	padding-right: 4.6511627907vw;
	padding-top: 2.3255813953vw;
}

.l-header__logo {
	height: 18.6046511628vw;
	width: 25.5813953488vw;
}

.l-header__nav {
	display: none;
}

.l-fv__img {
	height: 204.6511627907vw;
}

.l-fv01__ttl {
	bottom: 43.488372093vw;
	height: 32.5581395349vw;
	width: 89.3023255814vw;
}

.l-fv02__ttl,
.l-fv03__ttl {
	bottom: 27.2093023256vw;
	height: 30.2325581395vw;
	left: 4.6511627907vw;
	top: auto;
	width: 81.3953488372vw;
}

.l-wax01,
.l-wax01-02,
.l-wax01-03 {
	height: 18.6046511628vw;
	width: 19.7674418605vw;
}

.l-wax01 {
	bottom: 32.5581395349vw;
	top: auto;
}

.l-wax01-02 {
	right: 23.2558139535vw;
}

.l-wax02,
.l-wax02-02,
.l-wax02-03 {
	height: 18.1395348837vw;
	width: 18.1395348837vw;
}

.l-wax02 {
	bottom: auto;
	left: 57.4418604651vw;
	top: 11.6279069767vw;
}

.l-wax02-02 {
	bottom: 74.4186046512vw;
	left: 23.2558139535vw;
}

.l-wax02-03 {
	bottom: 69.7674418605vw;
	right: 0vw;
}

.l-pin01 {
	bottom: 116.2790697674vw;
	height: auto;
	width: 23.2558139535vw;
}

.l-pin01-02,
.l-pin01-03 {
	height: auto;
	left: 3.7209302326vw;
	top: 23.2558139535vw;
	width: 23.2558139535vw;
}

.l-pin01-03 {
	left: 0vw;
	top: 104.6511627907vw;
}

.l-pin02 {
	display: none;
}

.l-pin02-02 {
	bottom: auto;
	height: auto;
	left: 27.9069767442vw;
	top: 20.9302325581vw;
	width: 23.2558139535vw;
}

.l-pin02-03 {
	bottom: auto;
	height: auto;
	left: 3.7209302326vw;
	top: 46.511627907vw;
	width: 23.2558139535vw;
}

.l-pin03 {
	bottom: auto;
	height: auto;
	right: 10vw;
	top: 30.2325581395vw;
	width: 23.2558139535vw;
}

.l-pin03-02,
.l-pin03-03 {
	bottom: 6.976744186vw;
	height: auto;
	right: 1.3953488372vw;
	width: 23.2558139535vw;
}

.l-hasami,
.l-hasami02,
.l-hasami03 {
	height: auto;
	right: 55.3488372093vw;
	top: 12.7906976744vw;
	width: 46.511627907vw;
}

.l-hasami02 {
	right: 0vw;
	top: 9.3023255814vw;
}

.l-hasami03 {
	right: 44.1860465116vw;
	top: 9.3023255814vw;
}

.l-burasi01 {
	bottom: 9.7674418605vw;
	height: auto;
	left: auto;
	right: 0vw;
	top: auto;
	width: 23.2558139535vw;
}

.l-burasi01-02 {
	height: auto;
	left: 0;
	top: 46.511627907vw;
	width: 23.2558139535vw;
}

.l-burasi01-03 {
	height: auto;
	right: 6.976744186vw;
	top: 34.8837209302vw;
	width: 23.2558139535vw;
}

.l-burasi02,
.l-burasi02-02,
.l-burasi02-03 {
	height: 27.6744186047vw;
	right: 0vw;
	width: 14.6511627907vw;
}

.l-burasi02-02 {
	bottom: 69.7674418605vw;
	right: 0;
}

.l-consept {
	background: url(../img/sp/consept-bg.png) no-repeat center center/cover;
	padding-bottom: 32.5581395349vw;
	padding-left: 0vw;
	padding-right: 0vw;
	padding-top: 32.5581395349vw;
}

.l-consept__txbox {
	padding-bottom: 0vw;
	padding-left: 2.3255813953vw;
	padding-right: 2.3255813953vw;
	padding-top: 0vw;
}

.p-consept__ttl {
	font-size: min(80px, 9.3023255814vw);
	font-weight: 400;
	letter-spacing: 0.025em;
	line-height: 1.2;
}

.p-consept__subttl {
	font-size: min(48px, 5.5813953488vw);
	font-weight: 400;
	letter-spacing: 0.0416666667em;
	line-height: 1.1666666667;
	margin-top: 2.3255813953vw;
}

.p-consept__tx {
	font-size: min(30px, 3.488372093vw);
	font-weight: 500;
	letter-spacing: 0em;
	line-height: 2;
	margin-top: 4.6511627907vw;
}

.l-mv {
	background: url(../img/sp/mv-bg.png) no-repeat center center/cover;
	padding-bottom: 13.9534883721vw;
	padding-left: 4.6511627907vw;
	padding-right: 4.6511627907vw;
	padding-top: 13.9534883721vw;
}

.l-mv__box {
	padding-bottom: 14.4186046512vw;
	padding-left: 0vw;
	padding-right: 0vw;
	padding-top: 14.4186046512vw;
}

.p-mv__ttl {
	font-size: min(80px, 9.3023255814vw);
	font-weight: 500;
	letter-spacing: 0.5em;
	line-height: 1.2;
}

.p-mv__subttl {
	font-size: min(80px, 9.3023255814vw);
	font-weight: 400;
	letter-spacing: 0.025em;
	line-height: 1.2;
	margin-top: 2.3255813953vw;
}

.l-inst {
	padding-bottom: 9.3023255814vw;
	padding-left: 4.6511627907vw;
	padding-right: 4.6511627907vw;
	padding-top: 9.3023255814vw;
}

.p-inst__ttl {
	font-size: min(80px, 9.3023255814vw);
	font-weight: 400;
	letter-spacing: 0.025em;
	line-height: 1.2;
}

.l-inst__items {
	padding-bottom: 0vw;
	padding-left: 0vw;
	padding-right: 0vw;
	padding-top: 6.976744186vw;
}

.l-inst__banner {
	flex-direction: column;
	gap: 6.2790697674vw;
	margin-top: 9.3023255814vw;
}

.l-feature {
	background: url(../img/sp/feature-bg.png) no-repeat center center/cover;
	padding-bottom: 13.9534883721vw;
	padding-left: 0vw;
	padding-right: 0vw;
	padding-top: 9.3023255814vw;
}

.l-feature__items {
	flex-direction: column;
	gap: 4.6511627907vw;
	padding-bottom: 0vw;
	padding-left: 4.6511627907vw;
	padding-right: 4.6511627907vw;
	padding-top: 6.976744186vw;
}

.l-feature__item {
	flex-direction: column;
	gap: 0vw;
}

.l-feature__item:nth-child(2n+1) {
	flex-direction: column;
}

.p-feature__item--img {
	height: auto;
	width: 100%;
}

.l-feature__item--txbox {
	padding-bottom: 7.9069767442vw;
	padding-left: 2.3255813953vw;
	padding-right: 2.3255813953vw;
	padding-top: 7.9069767442vw;
	width: 100%;
}

.l-feature__item--ttl {
	gap: 4.6511627907vw;
}

.p-feature__item--number {
	font-size: min(102px, 11.8604651163vw);
	font-weight: 700;
	letter-spacing: 0em;
	line-height: 1.1960784314;
}

.p-feature__item--ttl {
	font-size: min(40px, 4.6511627907vw);
	font-weight: 700;
	letter-spacing: 0.02em;
	line-height: 1.6;
}

.sp-fz16 {
	font-size: min(32px, 3.7209302326vw);
	font-weight: 700;
	letter-spacing: 0.025em;
	line-height: 2;
}

.l-menu {
	flex-direction: column;
}

.p-menu__ttl {
	top: 13.9534883721vw;
}

.l-menu__women,
.l-menu__men {
	padding-bottom: 9.3023255814vw;
	padding-left: 4.6511627907vw;
	padding-right: 4.6511627907vw;
	padding-top: 34.4186046512vw;
}

.l-menu__men {
	padding-top: 9.3023255814vw;
}

.l-menu__ttlbox {
	padding-bottom: 4.6511627907vw;
	padding-left: 0vw;
	padding-right: 0vw;
	padding-top: 4.6511627907vw;
}

.p-menu__box--ttl {
	font-size: min(48px, 5.5813953488vw);
	font-weight: 400;
	letter-spacing: 0.0208333333em;
	line-height: 1.1666666667;
}

.p-menu__box--subttl {
	font-size: min(36px, 4.1860465116vw);
	font-weight: 400;
	letter-spacing: 0.0277777778em;
	line-height: 1.1666666667;
	margin-top: 2.3255813953vw;
}

.l-menu__women--items,
.l-menu__men--items {
	padding-bottom: 6.976744186vw;
	padding-left: 2.3255813953vw;
	padding-right: 2.3255813953vw;
	padding-top: 6.976744186vw;
}

.l-menu__women--items {
	padding-bottom: 6.976744186vw;
}

.l-menu__men--items .l-menu__item {
	padding-bottom: 4.6511627907vw;
}

.l-menu__men--items .l-menu__item:not(:first-child) {
	margin-top: 4.6511627907vw;
}

.l-menu__item {
	padding-bottom: 4.6511627907vw;
}

.l-menu__item:not(:first-child) {
	margin-top: 4.6511627907vw;
}

.p-menu__item--ttl {
	font-size: min(32px, 3.7209302326vw);
	font-weight: 500;
	letter-spacing: 0.0625em;
	line-height: 1.1875;
}

.l-catalog {
	padding-bottom: 17.4418604651vw;
	padding-left: 0vw;
	padding-right: 0vw;
	padding-top: 9.3023255814vw;
}

.l-catalog::after {
	height: 37.2093023256vw;
}

.l-catalog__swiper-container {
	margin-top: 4.6511627907vw;
}

.l-greeting {
	background: url(../img/sp/greeting-bg.png) no-repeat center center/cover;
	flex-direction: column;
	gap: 9.3023255814vw;
	padding-bottom: 13.9534883721vw;
	padding-left: 0.9302325581vw;
	padding-right: 0.9302325581vw;
	padding-top: 71.3953488372vw;
}

.p-greeting__ttl {
	font-size: min(80px, 9.3023255814vw);
	font-weight: 400;
	letter-spacing: 0.025em;
	line-height: 1.2;
}

.p-greeting__subttl {
	font-size: min(48px, 5.5813953488vw);
	font-weight: 700;
	letter-spacing: 0.0416666667em;
	line-height: 1.1666666667;
	margin-top: 2.3255813953vw;
}

.p-greeting__name {
	font-size: min(48px, 5.5813953488vw);
	font-weight: 700;
	letter-spacing: 0.0416666667em;
	line-height: 1.1666666667;
	margin-top: 4.6511627907vw;
}

.l-greeting__items {
	gap: 2.3255813953vw;
	grid-template-columns: repeat(2, 1fr);
}

.l-greeting__item {
	height: 41.8604651163vw;
	padding-bottom: 3.7209302326vw;
	padding-left: 0vw;
	padding-right: 0vw;
	padding-top: 3.7209302326vw;
	width: 100%;
}

.p-greeting__item--ttl {
	font-size: min(36px, 4.1860465116vw);
	font-weight: 700;
	letter-spacing: 0.0277777778em;
	line-height: 1.5555555556;
}

.l-shop {
	background: url(../img/sp/shop-bg.png) no-repeat center center/cover;
	padding-bottom: 9.3023255814vw;
	padding-left: 4.6511627907vw;
	padding-right: 4.6511627907vw;
	padding-top: 9.3023255814vw;
}

.p-shop__ttl {
	font-size: min(80px, 9.3023255814vw);
	font-weight: 400;
	letter-spacing: 0.025em;
	line-height: 1.2;
	padding-bottom: 4.6511627907vw;
	padding-left: 9.3023255814vw;
	padding-right: 9.3023255814vw;
	padding-top: 4.6511627907vw;
}

.l-shop__items {
	gap: 2.3255813953vw;
	margin-top: 2.3255813953vw;
}

.l-shop__item {
	font-size: min(32px, 3.7209302326vw);
	font-weight: 400;
	gap: 2.3255813953vw;
	letter-spacing: 0.03125em;
	line-height: 1.1875;
}

.p-shop__item--ttl {
	height: -moz-fit-content;
	height: fit-content;
	padding-bottom: 4.6511627907vw;
	padding-left: 0vw;
	padding-right: 0vw;
	padding-top: 4.6511627907vw;
	width: 23.2558139535vw;
}

.p-shop__item--tx {
	padding-bottom: 4.6511627907vw;
	padding-left: 3.7209302326vw;
	padding-right: 3.7209302326vw;
	padding-top: 4.6511627907vw;
}

.l-add {
	flex-direction: column;
	height: auto;
}

.l-access {
	flex: auto;
	height: 86.0465116279vw;
	width: 100%;
}

.l-access iframe {
	height: 86.0465116279vw;
	width: 100%;
}

.l-contact {
	padding-bottom: 9.3023255814vw;
	padding-left: 3.7209302326vw;
	padding-right: 3.7209302326vw;
	padding-top: 9.3023255814vw;
}

.p-contact__ttl {
	font-size: min(80px, 9.3023255814vw);
	font-weight: 400;
	letter-spacing: 0.025em;
	line-height: 1.2;
}

.p-contact__subttl {
	font-size: min(40px, 4.6511627907vw);
	font-weight: 500;
	letter-spacing: 0.05em;
	line-height: 1.2;
	margin-top: 2.3255813953vw;
}

.l-contact__tel {
	margin-top: 4.6511627907vw;
}

.l-contact__tel a {
	gap: 2.3255813953vw;
}

.l-contact__tel--icon {
	height: 8.1395348837vw;
	width: 6.2790697674vw;
}

.p-contact__tel {
	font-size: min(80px, 9.3023255814vw);
	font-weight: 700;
	letter-spacing: 0.025em;
	line-height: 1.2;
}

.l-contact__items {
	margin-top: 4.6511627907vw;
}

.l-contact__item {
	padding-bottom: 4.6511627907vw;
	padding-left: 0vw;
	padding-right: 0vw;
	padding-top: 4.6511627907vw;
}

.p-contact__item--ttl {
	width: 18.6046511628vw;
}

.p-contact__item--tx {
	width: calc(100% - 18.6046511628vw);
}

.sp-fz14 {
	font-size: min(28px, 3.2558139535vw);
	font-weight: 500;
	letter-spacing: 0em;
	line-height: 1.3571428571;
}

.l-banner {
	padding-bottom: 9.3023255814vw;
	padding-left: 4.6511627907vw;
	padding-right: 4.6511627907vw;
	padding-top: 9.3023255814vw;
}

.l-footer__inner {
	background: url(../img/sp/footer-bg.png) no-repeat center center/cover;
	padding-bottom: 21.1627906977vw;
	padding-left: 0vw;
	padding-right: 0vw;
	padding-top: 12.0930232558vw;
}

.l-footer__logo {
	height: 18.6046511628vw;
	width: 25.5813953488vw;
}

.p-footer__add {
	font-size: min(32px, 3.7209302326vw);
	font-weight: 400;
	letter-spacing: 0.0625em;
	line-height: 1.5625;
	margin-top: 13.9534883721vw;
}

.l-footer__items {
	display: none;
}

.l-footer__copy {
	font-size: min(26px, 3.023255814vw);
	font-weight: 500;
	letter-spacing: 0.0769230769em;
	line-height: 1.1538461538;
	padding-bottom: 4.6511627907vw;
	padding-left: 0vw;
	padding-right: 0vw;
	padding-top: 4.6511627907vw;
}

.breadcrumb {
	padding-bottom: 5.5813953488vw;
	padding-left: 3.7209302326vw;
	padding-right: 3.7209302326vw;
	padding-top: 5.5813953488vw;
}

.l-archive {
	gap: 3.7209302326vw;
	grid-template-columns: 1fr;
	margin-bottom: 18.6046511628vw;
}

.p-single__ttl {
	font-size: min(48px, 5.5813953488vw);
	font-weight: 700;
	letter-spacing: 0em;
	line-height: 1.4166666667;
	margin-top: 2.7906976744vw;
}

.p-single__tx {
	margin-bottom: 9.3023255814vw;
	margin-left: 0vw;
	margin-right: 0vw;
	margin-top: 2.7906976744vw;
}

}

@media (min-width: 768px) and (max-width: 999px) {

.u-sp {
	display: none;
}

.inner {
	padding-bottom: 0vw;
	padding-left: 5.2083333333vw;
	padding-right: 5.2083333333vw;
	padding-top: 0vw;
}

.l-header__inner {
	padding-bottom: 0vw;
	padding-left: 3.125vw;
	padding-right: 3.125vw;
	padding-top: 0.78125vw;
}

.l-header__tel {
	display: none;
}

.l-menu__women,
.l-menu__men {
	padding-bottom: 4.1666666667vw;
	padding-left: 3.125vw;
	padding-right: 3.125vw;
	padding-top: 14.3229166667vw;
}

.l-menu__women--items,
.l-menu__men--items {
	padding-bottom: 2.0833333333vw;
	padding-left: 2.0833333333vw;
	padding-right: 2.0833333333vw;
	padding-top: 2.0833333333vw;
}

.l-greeting {
	gap: 3.125vw;
	padding-bottom: 4.1666666667vw;
	padding-left: 2.0833333333vw;
	padding-right: 2.0833333333vw;
	padding-top: 4.1666666667vw;
}

.breadcrumb {
	padding-bottom: 0vw;
	padding-left: 5.2083333333vw;
	padding-right: 5.2083333333vw;
	padding-top: 0vw;
}

}

@media (min-width: 1000px) and (max-width: 1200px) {

.u-sp {
	display: none;
}

.inner {
	padding-bottom: 0vw;
	padding-left: 5.2083333333vw;
	padding-right: 5.2083333333vw;
	padding-top: 0vw;
}

.breadcrumb {
	padding-bottom: 0vw;
	padding-left: 5.2083333333vw;
	padding-right: 5.2083333333vw;
	padding-top: 0vw;
}

}

@media (min-width: 1201px) {

.u-sp {
	display: none;
}

.u-tab {
	display: none;
}

}

@media (max-width: 599px) {

body {
	font-size: min(32px, 3.7209302326vw);
	font-weight: 500;
	letter-spacing: 0.03125em;
	line-height: 1.875;
	padding-bottom: 13.9534883721vw;
}

[id] {
	scroll-margin-top: 18.6046511628vw; /* ヘッダー高さ分 */
}

.fz32 {
	font-size: min(40px, 4.6511627907vw);
	font-weight: 500;
	letter-spacing: 0.05em;
	line-height: 1.5;
}

.fz28 {
	font-size: min(40px, 4.6511627907vw);
	font-weight: 500;
	letter-spacing: 0.025em;
	line-height: 1.5;
}

.fz25 {
	font-size: min(40px, 4.6511627907vw);
	font-weight: 500;
	letter-spacing: 0.05em;
	line-height: 1;
}

.fz24 {
	font-size: min(40px, 4.6511627907vw);
	font-weight: 500;
	letter-spacing: 0.05em;
	line-height: 1.5;
}

.fz22 {
	font-size: min(36px, 4.1860465116vw);
	font-weight: 700;
	letter-spacing: 0.0555555556em;
	line-height: 1.1111111111;
}

.fz16 {
	font-size: min(28px, 3.2558139535vw);
	font-weight: 500;
	letter-spacing: 0.0357142857em;
	line-height: 1.1428571429;
	margin-top: 2.3255813953vw;
}

.row-revers {
	flex-direction: column;
}

.pl60 {
	padding-left: 5.5813953488vw;
}

.pl40 {
	padding-left: 4.6511627907vw;
}

.pl20 {
	padding-left: 2.7906976744vw;
}

.mt300 {
	margin-top: 27.9069767442vw !important;
}

.mt240 {
	margin-top: 27.9069767442vw !important;
}

.mt180 {
	margin-top: 18.6046511628vw !important;
}

.mt160 {
	margin-top: 18.6046511628vw !important;
}

.mt140 {
	margin-top: 18.6046511628vw !important;
}

.mt120 {
	margin-top: 14.8837209302vw !important;
}

.mt100 {
	margin-top: 11.1627906977vw !important;
}

.mt80 {
	margin-top: 9.3023255814vw !important;
}

.mt60 {
	margin-top: 6.976744186vw !important;
}

.mt50 {
	margin-top: 5.5813953488vw !important;
}

.mt40 {
	margin-top: 3.7209302326vw !important;
}

.mt30 {
	margin-top: 3.7209302326vw !important;
}

.mt20 {
	margin-top: 2.3255813953vw !important;
}

.mt16 {
	margin-top: 1.8604651163vw !important;
}

.mt10 {
	margin-top: 1.8604651163vw !important;
}

.u-pc {
	display: none;
}

.u-tab {
	display: none;
}

.c-ttl {
	font-size: min(80px, 9.3023255814vw);
	font-weight: 400;
	letter-spacing: 0.025em;
	line-height: 1.2;
	padding-bottom: 2.3255813953vw;
	padding-left: 9.3023255814vw;
	padding-right: 4.6511627907vw;
	padding-top: 2.3255813953vw;
}

.inner {
	padding-bottom: 0vw;
	padding-left: 4.6511627907vw;
	padding-right: 4.6511627907vw;
	padding-top: 0vw;
}

.to-top {
	bottom: 23.2558139535vw;
	height: 13.488372093vw;
	right: 4.1860465116vw;
	width: 13.488372093vw;
}

.to-top.is-active {
	display: none;
}

.l-header__inner {
	padding-bottom: 0vw;
	padding-left: 4.6511627907vw;
	padding-right: 4.6511627907vw;
	padding-top: 2.3255813953vw;
}

.l-header__logo {
	height: 18.6046511628vw;
	width: 25.5813953488vw;
}

.l-header__nav {
	display: none;
}

.l-fv__img {
	height: 204.6511627907vw;
}

.l-fv01__ttl {
	bottom: 43.488372093vw;
	height: 32.5581395349vw;
	width: 89.3023255814vw;
}

.l-fv02__ttl,
.l-fv03__ttl {
	bottom: 27.2093023256vw;
	height: 30.2325581395vw;
	left: 4.6511627907vw;
	top: auto;
	width: 81.3953488372vw;
}

.l-wax01,
.l-wax01-02,
.l-wax01-03 {
	height: 18.6046511628vw;
	width: 19.7674418605vw;
}

.l-wax01 {
	bottom: 32.5581395349vw;
	top: auto;
}

.l-wax01-02 {
	right: 23.2558139535vw;
}

.l-wax02,
.l-wax02-02,
.l-wax02-03 {
	height: 18.1395348837vw;
	width: 18.1395348837vw;
}

.l-wax02 {
	bottom: auto;
	left: 57.4418604651vw;
	top: 11.6279069767vw;
}

.l-wax02-02 {
	bottom: 74.4186046512vw;
	left: 23.2558139535vw;
}

.l-wax02-03 {
	bottom: 69.7674418605vw;
	right: 0vw;
}

.l-pin01 {
	bottom: 116.2790697674vw;
	height: auto;
	width: 23.2558139535vw;
}

.l-pin01-02,
.l-pin01-03 {
	height: auto;
	left: 3.7209302326vw;
	top: 23.2558139535vw;
	width: 23.2558139535vw;
}

.l-pin01-03 {
	left: 0vw;
	top: 104.6511627907vw;
}

.l-pin02 {
	display: none;
}

.l-pin02-02 {
	bottom: auto;
	height: auto;
	left: 27.9069767442vw;
	top: 20.9302325581vw;
	width: 23.2558139535vw;
}

.l-pin02-03 {
	bottom: auto;
	height: auto;
	left: 3.7209302326vw;
	top: 46.511627907vw;
	width: 23.2558139535vw;
}

.l-pin03 {
	bottom: auto;
	height: auto;
	right: 10vw;
	top: 30.2325581395vw;
	width: 23.2558139535vw;
}

.l-pin03-02,
.l-pin03-03 {
	bottom: 6.976744186vw;
	height: auto;
	right: 1.3953488372vw;
	width: 23.2558139535vw;
}

.l-hasami,
.l-hasami02,
.l-hasami03 {
	height: auto;
	right: 55.3488372093vw;
	top: 12.7906976744vw;
	width: 46.511627907vw;
}

.l-hasami02 {
	right: 0vw;
	top: 9.3023255814vw;
}

.l-hasami03 {
	right: 44.1860465116vw;
	top: 9.3023255814vw;
}

.l-burasi01 {
	bottom: 9.7674418605vw;
	height: auto;
	left: auto;
	right: 0vw;
	top: auto;
	width: 23.2558139535vw;
}

.l-burasi01-02 {
	height: auto;
	left: 0;
	top: 46.511627907vw;
	width: 23.2558139535vw;
}

.l-burasi01-03 {
	height: auto;
	right: 6.976744186vw;
	top: 34.8837209302vw;
	width: 23.2558139535vw;
}

.l-burasi02,
.l-burasi02-02,
.l-burasi02-03 {
	height: 27.6744186047vw;
	right: 0vw;
	width: 14.6511627907vw;
}

.l-burasi02-02 {
	bottom: 69.7674418605vw;
	right: 0;
}

.l-consept {
	background: url(../img/sp/consept-bg.png) no-repeat center center/cover;
	padding-bottom: 32.5581395349vw;
	padding-left: 0vw;
	padding-right: 0vw;
	padding-top: 32.5581395349vw;
}

.l-consept__txbox {
	padding-bottom: 0vw;
	padding-left: 2.3255813953vw;
	padding-right: 2.3255813953vw;
	padding-top: 0vw;
}

.p-consept__ttl {
	font-size: min(80px, 9.3023255814vw);
	font-weight: 400;
	letter-spacing: 0.025em;
	line-height: 1.2;
}

.p-consept__subttl {
	font-size: min(48px, 5.5813953488vw);
	font-weight: 400;
	letter-spacing: 0.0416666667em;
	line-height: 1.1666666667;
	margin-top: 2.3255813953vw;
}

.p-consept__tx {
	font-size: min(30px, 3.488372093vw);
	font-weight: 500;
	letter-spacing: 0em;
	line-height: 2;
	margin-top: 4.6511627907vw;
}

.l-mv {
	background: url(../img/sp/mv-bg.png) no-repeat center center/cover;
	padding-bottom: 13.9534883721vw;
	padding-left: 4.6511627907vw;
	padding-right: 4.6511627907vw;
	padding-top: 13.9534883721vw;
}

.l-mv__box {
	padding-bottom: 14.4186046512vw;
	padding-left: 0vw;
	padding-right: 0vw;
	padding-top: 14.4186046512vw;
}

.p-mv__ttl {
	font-size: min(80px, 9.3023255814vw);
	font-weight: 500;
	letter-spacing: 0.5em;
	line-height: 1.2;
}

.p-mv__subttl {
	font-size: min(80px, 9.3023255814vw);
	font-weight: 400;
	letter-spacing: 0.025em;
	line-height: 1.2;
	margin-top: 2.3255813953vw;
}

.l-inst {
	padding-bottom: 9.3023255814vw;
	padding-left: 4.6511627907vw;
	padding-right: 4.6511627907vw;
	padding-top: 9.3023255814vw;
}

.p-inst__ttl {
	font-size: min(80px, 9.3023255814vw);
	font-weight: 400;
	letter-spacing: 0.025em;
	line-height: 1.2;
}

.l-inst__items {
	padding-bottom: 0vw;
	padding-left: 0vw;
	padding-right: 0vw;
	padding-top: 6.976744186vw;
}

.l-inst__banner {
	flex-direction: column;
	gap: 6.2790697674vw;
	margin-top: 9.3023255814vw;
}

.l-feature {
	background: url(../img/sp/feature-bg.png) no-repeat center center/cover;
	padding-bottom: 13.9534883721vw;
	padding-left: 0vw;
	padding-right: 0vw;
	padding-top: 9.3023255814vw;
}

.l-feature__items {
	flex-direction: column;
	gap: 4.6511627907vw;
	padding-bottom: 0vw;
	padding-left: 4.6511627907vw;
	padding-right: 4.6511627907vw;
	padding-top: 6.976744186vw;
}

.l-feature__item {
	flex-direction: column;
	gap: 0vw;
}

.l-feature__item:nth-child(2n+1) {
	flex-direction: column;
}

.p-feature__item--img {
	height: auto;
	width: 100%;
}

.l-feature__item--txbox {
	padding-bottom: 7.9069767442vw;
	padding-left: 2.3255813953vw;
	padding-right: 2.3255813953vw;
	padding-top: 7.9069767442vw;
	width: 100%;
}

.l-feature__item--ttl {
	gap: 4.6511627907vw;
}

.p-feature__item--number {
	font-size: min(102px, 11.8604651163vw);
	font-weight: 700;
	letter-spacing: 0em;
	line-height: 1.1960784314;
}

.p-feature__item--ttl {
	font-size: min(40px, 4.6511627907vw);
	font-weight: 700;
	letter-spacing: 0.02em;
	line-height: 1.6;
}

.sp-fz16 {
	font-size: min(32px, 3.7209302326vw);
	font-weight: 700;
	letter-spacing: 0.025em;
	line-height: 2;
}

.l-menu {
	flex-direction: column;
}

.p-menu__ttl {
	top: 13.9534883721vw;
}

.l-menu__women,
.l-menu__men {
	padding-bottom: 9.3023255814vw;
	padding-left: 4.6511627907vw;
	padding-right: 4.6511627907vw;
	padding-top: 34.4186046512vw;
}

.l-menu__men {
	padding-top: 9.3023255814vw;
}

.l-menu__ttlbox {
	padding-bottom: 4.6511627907vw;
	padding-left: 0vw;
	padding-right: 0vw;
	padding-top: 4.6511627907vw;
}

.p-menu__box--ttl {
	font-size: min(48px, 5.5813953488vw);
	font-weight: 400;
	letter-spacing: 0.0208333333em;
	line-height: 1.1666666667;
}

.p-menu__box--subttl {
	font-size: min(36px, 4.1860465116vw);
	font-weight: 400;
	letter-spacing: 0.0277777778em;
	line-height: 1.1666666667;
	margin-top: 2.3255813953vw;
}

.l-menu__women--items,
.l-menu__men--items {
	padding-bottom: 6.976744186vw;
	padding-left: 2.3255813953vw;
	padding-right: 2.3255813953vw;
	padding-top: 6.976744186vw;
}

.l-menu__women--items {
	padding-bottom: 6.976744186vw;
}

.l-menu__men--items .l-menu__item {
	padding-bottom: 4.6511627907vw;
}

.l-menu__men--items .l-menu__item:not(:first-child) {
	margin-top: 4.6511627907vw;
}

.l-menu__item {
	padding-bottom: 4.6511627907vw;
}

.l-menu__item:not(:first-child) {
	margin-top: 4.6511627907vw;
}

.p-menu__item--ttl {
	font-size: min(32px, 3.7209302326vw);
	font-weight: 500;
	letter-spacing: 0.0625em;
	line-height: 1.1875;
}

.l-catalog {
	padding-bottom: 17.4418604651vw;
	padding-left: 0vw;
	padding-right: 0vw;
	padding-top: 9.3023255814vw;
}

.l-catalog::after {
	height: 37.2093023256vw;
}

.l-catalog__swiper-container {
	margin-top: 4.6511627907vw;
}

.l-greeting {
	background: url(../img/sp/greeting-bg.png) no-repeat center center/cover;
	flex-direction: column;
	gap: 9.3023255814vw;
	padding-bottom: 13.9534883721vw;
	padding-left: 0.9302325581vw;
	padding-right: 0.9302325581vw;
	padding-top: 71.3953488372vw;
}

.p-greeting__ttl {
	font-size: min(80px, 9.3023255814vw);
	font-weight: 400;
	letter-spacing: 0.025em;
	line-height: 1.2;
}

.p-greeting__subttl {
	font-size: min(48px, 5.5813953488vw);
	font-weight: 700;
	letter-spacing: 0.0416666667em;
	line-height: 1.1666666667;
	margin-top: 2.3255813953vw;
}

.p-greeting__name {
	font-size: min(48px, 5.5813953488vw);
	font-weight: 700;
	letter-spacing: 0.0416666667em;
	line-height: 1.1666666667;
	margin-top: 4.6511627907vw;
}

.l-greeting__items {
	gap: 2.3255813953vw;
	grid-template-columns: repeat(2, 1fr);
}

.l-greeting__item {
	height: 41.8604651163vw;
	padding-bottom: 3.7209302326vw;
	padding-left: 0vw;
	padding-right: 0vw;
	padding-top: 3.7209302326vw;
	width: 100%;
}

.p-greeting__item--ttl {
	font-size: min(36px, 4.1860465116vw);
	font-weight: 700;
	letter-spacing: 0.0277777778em;
	line-height: 1.5555555556;
}

.l-shop {
	background: url(../img/sp/shop-bg.png) no-repeat center center/cover;
	padding-bottom: 9.3023255814vw;
	padding-left: 4.6511627907vw;
	padding-right: 4.6511627907vw;
	padding-top: 9.3023255814vw;
}

.p-shop__ttl {
	font-size: min(80px, 9.3023255814vw);
	font-weight: 400;
	letter-spacing: 0.025em;
	line-height: 1.2;
	padding-bottom: 4.6511627907vw;
	padding-left: 9.3023255814vw;
	padding-right: 9.3023255814vw;
	padding-top: 4.6511627907vw;
}

.l-shop__items {
	gap: 2.3255813953vw;
	margin-top: 2.3255813953vw;
}

.l-shop__item {
	font-size: min(32px, 3.7209302326vw);
	font-weight: 400;
	gap: 2.3255813953vw;
	letter-spacing: 0.03125em;
	line-height: 1.1875;
}

.p-shop__item--ttl {
	height: -moz-fit-content;
	height: fit-content;
	padding-bottom: 4.6511627907vw;
	padding-left: 0vw;
	padding-right: 0vw;
	padding-top: 4.6511627907vw;
	width: 23.2558139535vw;
}

.p-shop__item--tx {
	padding-bottom: 4.6511627907vw;
	padding-left: 3.7209302326vw;
	padding-right: 3.7209302326vw;
	padding-top: 4.6511627907vw;
}

.l-add {
	flex-direction: column;
	height: auto;
}

.l-access {
	flex: auto;
	height: 86.0465116279vw;
	width: 100%;
}

.l-access iframe {
	height: 86.0465116279vw;
	width: 100%;
}

.l-contact {
	padding-bottom: 9.3023255814vw;
	padding-left: 3.7209302326vw;
	padding-right: 3.7209302326vw;
	padding-top: 9.3023255814vw;
}

.p-contact__ttl {
	font-size: min(80px, 9.3023255814vw);
	font-weight: 400;
	letter-spacing: 0.025em;
	line-height: 1.2;
}

.p-contact__subttl {
	font-size: min(40px, 4.6511627907vw);
	font-weight: 500;
	letter-spacing: 0.05em;
	line-height: 1.2;
	margin-top: 2.3255813953vw;
}

.l-contact__tel {
	margin-top: 4.6511627907vw;
}

.l-contact__tel a {
	gap: 2.3255813953vw;
}

.l-contact__tel--icon {
	height: 8.1395348837vw;
	width: 6.2790697674vw;
}

.p-contact__tel {
	font-size: min(80px, 9.3023255814vw);
	font-weight: 700;
	letter-spacing: 0.025em;
	line-height: 1.2;
}

.l-contact__items {
	margin-top: 4.6511627907vw;
}

.l-contact__item {
	padding-bottom: 4.6511627907vw;
	padding-left: 0vw;
	padding-right: 0vw;
	padding-top: 4.6511627907vw;
}

.p-contact__item--ttl {
	width: 18.6046511628vw;
}

.p-contact__item--tx {
	width: calc(100% - 18.6046511628vw);
}

.sp-fz14 {
	font-size: min(28px, 3.2558139535vw);
	font-weight: 500;
	letter-spacing: 0em;
	line-height: 1.3571428571;
}

.l-banner {
	padding-bottom: 9.3023255814vw;
	padding-left: 4.6511627907vw;
	padding-right: 4.6511627907vw;
	padding-top: 9.3023255814vw;
}

.l-footer__inner {
	background: url(../img/sp/footer-bg.png) no-repeat center center/cover;
	padding-bottom: 21.1627906977vw;
	padding-left: 0vw;
	padding-right: 0vw;
	padding-top: 12.0930232558vw;
}

.l-footer__logo {
	height: 18.6046511628vw;
	width: 25.5813953488vw;
}

.p-footer__add {
	font-size: min(32px, 3.7209302326vw);
	font-weight: 400;
	letter-spacing: 0.0625em;
	line-height: 1.5625;
	margin-top: 13.9534883721vw;
}

.l-footer__items {
	display: none;
}

.l-footer__copy {
	font-size: min(26px, 3.023255814vw);
	font-weight: 500;
	letter-spacing: 0.0769230769em;
	line-height: 1.1538461538;
	padding-bottom: 4.6511627907vw;
	padding-left: 0vw;
	padding-right: 0vw;
	padding-top: 4.6511627907vw;
}

.breadcrumb {
	padding-bottom: 5.5813953488vw;
	padding-left: 3.7209302326vw;
	padding-right: 3.7209302326vw;
	padding-top: 5.5813953488vw;
}

.l-archive {
	gap: 3.7209302326vw;
	grid-template-columns: 1fr;
	margin-bottom: 18.6046511628vw;
}

.p-single__ttl {
	font-size: min(48px, 5.5813953488vw);
	font-weight: 700;
	letter-spacing: 0em;
	line-height: 1.4166666667;
	margin-top: 2.7906976744vw;
}

.p-single__tx {
	margin-bottom: 9.3023255814vw;
	margin-left: 0vw;
	margin-right: 0vw;
	margin-top: 2.7906976744vw;
}

}

@keyframes yurayura {

0%,100% {
	transform: rotate(10deg);
}

50% {
	transform: rotate(-10deg);
}

}

@keyframes yurayura-ri {

0%,100% {
	transform: rotate(-10deg);
}

50% {
	transform: rotate(10deg);
}

}

@keyframes move-right {

0% {
	opacity: 1;
	transform: translateX(-20em);
}

80% {
	opacity: 1;
}

90%,100% {
	opacity: 0;
	transform: translateX(20em);
}

}

@keyframes bounce {

0% {
	animation-timing-function: cubic-bezier(0.51, 0.01, 0.79, 0.02);
	transform: translateY(-8em) transl(80em) rotate(0deg);
}

15% {
	animation-timing-function: cubic-bezier(0.19, 1, 0.7, 1);
	transform: translateY(8em) rotate(45deg);
}

25% {
	animation-timing-function: cubic-bezier(0.51, 0.01, 0.79, 0.02);
	transform: translateY(-4em) rotate(90deg);
}

32.5% {
	animation-timing-function: cubic-bezier(0.19, 1, 0.7, 1);
	transform: translateY(8em) rotate(135deg);
}

40% {
	animation-timing-function: cubic-bezier(0.51, 0.01, 0.79, 0.02);
	transform: translateY(0em) rotate(180deg);
}

45% {
	animation-timing-function: cubic-bezier(0.19, 1, 0.7, 1);
	transform: translateY(8em) rotate(225deg);
}

50% {
	animation-timing-function: cubic-bezier(0.51, 0.01, 0.79, 0.02);
	transform: translateY(3em) rotate(270deg);
}

56% {
	animation-timing-function: cubic-bezier(0.19, 1, 0.7, 1);
	transform: translateY(8em) rotate(315deg);
}

60% {
	animation-timing-function: cubic-bezier(0.51, 0.01, 0.79, 0.02);
	transform: translateY(6em) rotate(360deg);
}

64% {
	animation-timing-function: cubic-bezier(0.19, 1, 0.7, 1);
	transform: translateY(8em) rotate(405deg);
}

66% {
	animation-timing-function: cubic-bezier(0.51, 0.01, 0.79, 0.02);
	transform: translateY(7.5em) rotate(450deg);
}

70%,100% {
	animation-timing-function: cubic-bezier(0.19, 1, 0.7, 1);
	transform: translateY(8em) rotate(495deg);
}

}

@keyframes bounce02 {

0% {
	animation-timing-function: cubic-bezier(0.51, 0.01, 0.79, 0.02);
	opacity: 1;
	transform: translateY(-8em) rotate(0deg);
}

15% {
	animation-timing-function: cubic-bezier(0.19, 1, 0.7, 1);
	transform: translateY(0em) rotate(45deg);
}

25% {
	animation-timing-function: cubic-bezier(0.51, 0.01, 0.79, 0.02);
	transform: translateY(-4em) rotate(90deg);
}

32.5% {
	animation-timing-function: cubic-bezier(0.19, 1, 0.7, 1);
	transform: translateY(4em) rotate(135deg);
}

40% {
	animation-timing-function: cubic-bezier(0.51, 0.01, 0.79, 0.02);
	transform: translateY(0em) rotate(180deg);
}

45% {
	animation-timing-function: cubic-bezier(0.19, 1, 0.7, 1);
	transform: translateY(3em) rotate(225deg);
}

50% {
	animation-timing-function: cubic-bezier(0.51, 0.01, 0.79, 0.02);
	transform: translateY(2em) rotate(270deg);
}

56% {
	animation-timing-function: cubic-bezier(0.19, 1, 0.7, 1);
	transform: translateY(4em) rotate(315deg);
}

60% {
	animation-timing-function: cubic-bezier(0.51, 0.01, 0.79, 0.02);
	transform: translateY(3em) rotate(360deg);
}

64% {
	animation-timing-function: cubic-bezier(0.19, 1, 0.7, 1);
	transform: translateY(4em) rotate(405deg);
}

66% {
	animation-timing-function: cubic-bezier(0.51, 0.01, 0.79, 0.02);
	transform: translateY(3em);
}

70%,100% {
	animation-timing-function: cubic-bezier(0.19, 1, 0.7, 1);
	transform: translateY(4em);
}

}

