@charset "utf-8";

/*--------------------------------------------

BASE

--------------------------------------------*/
html {
	font-size: 62.5%;
	height: 100%;
	scroll-behavior: smooth;
}

body {
	width: 100%;
	font-family: "Zen Maru Gothic", 'Yu Mincho Light', 'YuMincho', 'Yu Mincho', '游明朝体', 'ＭＳ 明朝',
		'MS Mincho', 'Arial', 'ヒラギノ明朝 ProN', 'Hiragino Mincho ProN', sans-serif;
	font-size: 1.4rem;
	font-weight: 500;
	color: #404040;
	line-height: 1.5;
	font-optical-sizing: auto;
}

/*--------------------------------------------

DEFAULT SELECTER

--------------------------------------------*/
table {
	width: 100%;
}

img {
	width: 100%;
	max-width: 100%;
	height: auto;
}

a {
	text-decoration: none;
	color: #333;
	display: inline-block;
	cursor: pointer;
	transition: 0.6s;
	line-height: 2;
}

a:hover {
	opacity: 0.6;
}

/* -------------------------
   Loading
------------------------- */
#loading {
	position: fixed;
	inset: 0;
	z-index: 9999;
	background: #F8ACD0;
	display: flex;
	align-items: center;
	justify-content: center;
	opacity: 1;
	visibility: visible;
	transition: opacity 0.8s ease, visibility 0.8s ease;
}

#loading.is-hidden {
	opacity: 0;
	visibility: hidden;
	pointer-events: none;
}

.loading-inner {
	text-align: center;
}

.loading-logo {
	display: block;
	width: 240px;
	max-width: 70vw;
	height: auto;
	opacity: 0;
	transform: translateY(10px);
	animation: logoFadeIn 1s ease forwards;
}

@keyframes logoFadeIn {
	to {
		opacity: 1;
		transform: translateY(0);
	}
}

/* =========================
SWIPER
========================= */

.swiper {
	width: 100%;
	/* height: 100svh; */
	height: 100%;
	overflow: hidden;
}

.swiper-wrapper {
	height: 100%;
}

.swiper-slide {
	overflow: hidden;
}


.swiper-slide img {
	display: block;
	width: 100%;
	height: 100%;
	object-fit: cover;
}

/* =========================
Fonts
========================= */
.maru {
	font-family: "Zen Maru Gothic", sans-serif;
	font-weight: 500;
	font-style: normal;
}

.lex {
	font-family: "Lexend Deca", sans-serif;
}

.font__uppercase {
	text-transform: uppercase;
}

.font__lowercase {
	text-transform: lowercase;
}

.font__super {
	vertical-align: super;
	font-size: 0.5em;
	margin-right: 0.3em;
}

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

/*--------------------------------------------

	GLOBAL CSS

--------------------------------------------*/
.cf:after {
	content: "";
	clear: both;
	display: block;
	height: 0;
}

.bold {
	font-weight: bold;
}

.flex {
	display: flex;
}

.nolink {
	pointer-events: none !important;
}

.ggmap,
.youtube {
	position: relative;
	padding-top: 56.25%;
	height: 0;
	overflow: hidden;
}

.ggmap iframe,
.ggmap #ggmap object,
.ggmap #ggmap embed,
.youtube iframe,
.youtube #ggmap object,
.youtube #ggmap embed {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}

@media screen and (min-width : 684px) {
	.for_sp {
		display: none !important;
	}
}

@media screen and (min-width : 1025px) {
	.for_tb {
		display: none !important;
	}
}

@media screen and (max-width : 1024.9999px) {
	.for_pc {
		display: none !important;
	}
}

.js_ofi {
	position: relative;
}

.js_ofi img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	position: absolute;
	left: 0;
	top: 0;
}

/*--------------------------------------------

共通 CSS

--------------------------------------------*/
#main__cts {}

.inner {
	width: 96%;
	margin: 0 auto;
}

.cut {
	position: relative
}

.pattarn {
	position: relative;
}

.pattarn:before,
.pattarn:after {
	content: "";
	display: block;
	position: absolute;
	background-repeat: no-repeat;
	background-position: center top;
	background-size: contain;
}

.to__top {
	position: fixed;
	z-index: 99;
	bottom: 2%;
	right: 2%;
	width: 70px;
	opacity: 0;
	visibility: hidden;
	transform: translateY(20px);
	transition: opacity 0.4s ease, transform 0.4s ease, visibility 0.4s ease;
}




.to__top.is-show {
	opacity: 1;
	visibility: visible;
	transform: translateY(0);
}

/*--------------------------------------------

FLAME

--------------------------------------------*/
#wrapper {
	overflow: hidden;
	position: relative;
}

/*--------------------------------------------

HEADER

--------------------------------------------*/
#header {
	position: absolute;
	left: 50%;
	top: 50px;
	z-index: 12;
	transform: translateX(-50%);
}

.header__inner {}

.header__logoBox {}

.header__logo a {}

.header__logo a:hover {}

.header__navi {}

.drawer-menu {}

.global__navi-inner {}

.drawer-logo {
	display: none;
}

.global__navi-list {
	font-size: 1.6rem;
	background-color: #fff;
	padding: 0 3.75em;
	border-radius: 44px;
	text-transform: uppercase;
	height: 60px;
	align-items: center;
	letter-spacing: 0.05em;
}

.global__navi-item:not(:last-child) {
	margin-right: 3.75em;
}

.global__navi-item a {
	position: relative;
	display: inline-block;
	text-decoration: none;
	color: #E767A4;

}


.global__navi-item a:hover {
	opacity: .8;
	transform: rotate(5deg);
}


/* .global__navi-item a::after,
.hover-navi::after {
	position: absolute;
	bottom: -2px;
	left: 0;
	content: '';
	width: 100%;
	height: 1px;
	background: #E767A4;
	transform: scale(0, 1);
	transform-origin: center top;
	transition: transform .4s;
} */
/* 
.global__navi-item a:hover::after {
	transform: scale(1, 1);
} */
/* アニメーション */
/* SCROOL */
.scroll {
	animation: scroll 1s ease-in-out infinite;
}

@keyframes scroll {
	0% {
		bottom: 3.4%;
	}

	50% {
		bottom: 5%;
	}

	00% {
		bottom: 3.4%;
	}
}

.swing {
	animation: swing 2s ease-in-out infinite;
}

/* swing */
@keyframes swing {
	20% {
		transform: rotate(15deg)
	}

	40% {
		transform: rotate(-10deg)
	}

	60% {
		transform: rotate(5deg)
	}

	80% {
		transform: rotate(-5deg)
	}

	100% {
		transform: rotate(0deg)
	}
}

.bounce {
	animation: bounce 1.8s ease-in-out infinite;
}

/*  bounce*/
@keyframes bounce {

	0%,
	20%,
	50%,
	80%,
	100% {
		transform: translateY(0);
	}

	40% {
		transform: translateY(-30px);
	}

	60% {
		transform: translateY(-15px);
	}
}

/* wave */
.wave_a {
	animation: wave 3s linear infinite;
}

.wave_b {
	animation: wave 2s linear infinite;
}

@keyframes wave {

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

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

}

/* poyopoyo */
.poyopoyo {
	animation: poyopoyo 1.8s ease-out infinite;
}

@keyframes poyopoyo {

	0%,
	40%,
	60%,
	80% {
		transform: scale(1.0);
	}

	50%,
	70% {
		transform: scale(0.95);
	}
}

/* fuwafuwa */
.fuwafuwa {
	animation: fuwafuwa 2s ease-in-out infinite alternate;
}

@keyframes fuwafuwa {
	0% {
		transform: translate(0, 0) rotate(-7deg);
	}

	50% {
		transform: translate(0, -7px) rotate(0deg);
	}

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

/*--------------------------------------------

HUMBERGER

--------------------------------------------*/
@media screen and (min-width : 684px) {
	.drawer-hamburger {
		display: none;
	}

	.drawer-nav {
		position: inherit;
		width: auto;
		height: auto;
		background: none;
		overflow: inherit;
	}

	.drawer-menu {
		padding: 0;
	}

	.global__navi-snslist,
	.drawer__logo {
		display: none;
	}
}

@media screen and (max-width : 685px) {
	.header__inner {
		padding: 0 8%;
	}

	.header__logoBox {
		width: 100px;
	}

	.top .header__logoBox {}

	.header__logo {
		width: 100px
	}

	.drawer-nav {
		margin-right: 0;
	}

	.global__navi-inner {
		display: flex;
		flex-direction: column;
		align-items: center;
		justify-content: center;
		width: 100%;
		padding: 20% 7.7% 15.6%;
		box-sizing: border-box;
	}

	.drawer__logo {
		width: 56%;
		margin-bottom: 15%;
	}

	.drawer__logo a {
		display: block;
	}

	.global__navi-list {
		flex-direction: column;
		align-items: center;
		justify-content: center;
		padding-top: 20%;
		background-color: transparent;
		padding: 0 2%;
	}

	.global__navi-item {
		text-align: center;
		letter-spacing: 0.05em;
		font-size: 1.8rem;
		font-weight: 400;
	}

	.global__navi-item:not(:last-child) {
		margin-bottom: 0.7em;
		margin-right: 0;
	}

	.global__navi-item a {
		color: #000;
		display: block;
	}

	.global__navi-item a:after {
		display: none;
	}

	.drawer-hamburger {
		position: absolute;
		right: 0;
		top: 0;
		width: 50px;
		height: 50px;
		padding: 0 10px;
		box-sizing: border-box;
		background-color: #E767A4;
		border-radius: 0 0 0 8px;
	}

	.drawer--right.drawer-open .drawer-hamburger {
		right: 0;
		background-color: #fff;
	}

	.drawer-hamburger-icon,
	.drawer-hamburger-icon:before,
	.drawer-hamburger-icon:after {
		height: 1px;
		margin-top: -8px;
	}

	.under .drawer-hamburger-icon {
		width: 100%;
		margin: 0 auto;
		background-color: transparent;
	}

	.under .drawer-hamburger-icon:before,
	.under .drawer-hamburger-icon:after {
		width: 100%;
		background-color: #000;
		margin: 0 auto;
	}

	.top .drawer-hamburger-icon {
		background-color: transparent;
	}

	.drawer-hamburger-icon:before {
		width: 100%;
		top: 16px;
		background: #fff;
	}

	.drawer-hamburger-icon:after {
		width: 100%;
		top: 0;
		background: #fff;
	}

	.drawer-open .drawer-hamburger-icon {
		background-color: transparent;
	}

	.drawer--right.drawer-open .drawer-hamburger-icon:before,
	.drawer--right.drawer-open .drawer-hamburger-icon:after {
		width: 100%;
		background-color: #E767A4;
		top: 7px;
	}

	.drawer--right .drawer-nav {
		right: -100%;
		width: 100%;
		background-color: #E767A4;
		transition: right 1.2s cubic-bezier(0.190, 1.000, 0.220, 1.000);

	}

	.drawer-nav {
		width: 100%;
		padding: 8% 0;
		box-sizing: border-box;
	}

	.drawer-menu {
		flex-direction: column;
		align-items: end;
		box-sizing: border-box;
		width: 100%;
	}

	.drawer-overlay {
		display: none;
	}

	/*============================
バグ回避のためのcss
============================*/
	.drawer--top.drawer-open .drawer-nav {}

	.drawer--left.drawer-open .drawer-nav,
	.drawer--left .drawer-hamburger,
	.drawer--left.drawer-open .drawer-navbar .drawer-hamburger {}
}

/*============================
#footer
============================*/
.footer {
	background-color: #E767A4;
	padding: 6% 0 4.16%;
}

.footer__inner {
	width: 96%;
	max-width: 1280px;
	margin: 0 auto;
}

.footer__contact {
	width: 60%;
	min-width: 550px;
	margin: 0 auto;
	background-color: #fff;
	text-align: center;
	padding: 3.8% 1%;
	box-sizing: border-box;
}

.footer__contact-ttl {
	width: 64%;
	min-width: 350px;
	margin: 0 auto;
}

.footer__plane {
	font-size: 1.8rem;
	line-height: 2.2;
	letter-spacing: 0.07em;
	margin-top: 1.7em;
}

.footer__sns-list {
	justify-content: center;
	margin-top: 1.5em;
	font-size: 1.7rem;
	letter-spacing: 0.07em;
}

.footer__sns-item {
	position: relative;
}

.footer__sns-item:not(:last-child) {
	margin-right: 5em;
}

.footer__sns-item:before {
	content: "";
	display: block;
	position: absolute;
	top: 5px;
	left: -2em;
	width: 1.5em;
	height: 1.5em;
}

.sns__line:before {
	background: url("../image/icon_line.svg") no-repeat center center;
	background-size: contain;
}

.sns__instagram:before {
	background: url("../image/icon_insta.svg") no-repeat center center;
	background-size: contain;

}

.footer__bottom {
	margin-top: 6.4%;
	justify-content: space-between;
	align-items: flex-end;
	color: #fff;
	font-weight: 400;
	letter-spacing: 0.05em;
}

.footer__bottom-produce {
	font-size: 1.3rem;
}

.footer__bottom__logo {
	width: 18%;
	min-width: 120px;
}

.footer__bottom-copy {
	font-size: 1.2rem;
}