<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@import url('https://fonts.googleapis.com/css2?family=Oooh+Baby&amp;display=swap');


@media screen and (max-width: 767px) {
	html{
/*		font-size: 1.3vw;*/
		font-size: 2.2vw;
	}
}
@media screen and (max-width: 425px) {
	html{
		font-size: 2.35vw;
	}
}

@media screen and (max-width: 375px) {
	html{
		font-size: 2.667vw;
	}
}

@media screen and (max-width: 320px) {
	html{
		font-size: 3.125vw;
	}
}

@media screen and (max-width: 767px) {
	body {
		font-size: 1.6rem;
		line-height: 1.5em;
	}

	body{
		overflow-x: hidden;
	}
}

.hamburger {
	position: fixed;
	z-index: 810;
	right: 0px;
	top: 0px;
	width: 42px;
	width: 4.6rem;
	height: 4.6rem;
	cursor: pointer;
	text-align: center;
	background-color: rgba(0, 0, 0, 0);
}

.hamburger span {
	display: block;
	position: absolute;
	width: 30px;
	width: 3.4rem;
	height: 2px;
	height: 0.2rem;
	left: 6px;
	left: 0.6rem;
	background: #000;
	transition: 0.3s ease-in-out;
}

.hamburger span:nth-child(1) {
	top: 10px;
	top: 1.2rem;
}

.hamburger span:nth-child(2) {
	top: 20px;
	top: 2.2rem;
}

.hamburger span:nth-child(3) {
	top: 30px;
	top: 3.2rem;
}

/* Button when the phone menu is open */
.hamburger.active span:nth-child(1) {
	top: 18px;
	top: 1.8rem;
	left: 6px;
	left: 0.6rem;
	background: #fff;
	-webkit-transform: rotate(-45deg);
	-moz-transform: rotate(-45deg);
	transform: rotate(-45deg);
}

.hamburger.active span:nth-child(2),
.hamburger.active span:nth-child(3) {
	top: 18px;
	top: 1.8rem;
	background: #fff;
	-webkit-transform: rotate(45deg);
	-moz-transform: rotate(45deg);
	transform: rotate(45deg);
}




/* Menu Backgroundã€€*/
#hamburger_menu{
	position: fixed;
	z-index: 100;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	overflow: hidden;
}

nav.globalMenuSp {
	position: fixed;
	z-index: 800;
	top: 0;
	left: 0;
	color: #fff;
	background: #000;
	text-align: center;
	width: 100%;
	height: 100%;
	transition: all 0.6s;
/*	padding-top: 100px;*/
	padding-top: 10rem;
	
	/*----------------------------------------*/
	
	/* From top to bottom */
/*	transform: translateY(-100%);*/
	
	
	/* From top to bottom */
	/*transform: translateY(-100%);*/ 
	
	/* From right to left */
	transform: translateX(100%);
	
	/* From left to right */
	/*transform: translateX(-100%);*/
	
	/* From bottom to top */
	/*transform: translateY(1000%);*/ 
	
	/*----------------------------------------*/
}

nav.globalMenuSp ul {
	margin: 0 auto;
	padding: 0;
	width: 100%;
}

nav.globalMenuSp ul li {
	list-style-type: none;
	padding: 0;
	width: 100%;
	transition: .4s all;
	font-size: 13pt;
	font-size: 1.7rem;
	line-height: 1.7em;
font-family: "Shippori Mincho", serif;
  font-weight: 400;
  font-style: normal;
}

nav.globalMenuSp ul li:last-child {
	padding-bottom: 0;
	border-bottom: none;
}

nav.globalMenuSp ul li a {
	display: block;
	color: #fff;
	padding: 0.6em 0;
	text-decoration: none;
}

nav.globalMenuSp ul li a.bnav{
	display: inline-block;
	width: 49%;
}

nav.globalMenuSp ul li a.bnav:last-of-type{
}

nav.globalMenuSp ul li a.anav{
	display: inline-block;
	width: 31%;
}

nav.globalMenuSp ul li a.anav:not(:first-of-type){
}




nav.globalMenuSp.active {
	opacity: 100;
	display: block;
	
	transform: translateY(0%) translateX(0%); 
}


#hg_sns {
	text-align: center;
}

#hg_sns button{
	width: 50px;
	width: 5rem;
	height: 37px;
	height: 3.7rem;
	color: #fff;
	font-size: 16pt;
	font-size: 1.6rem;
	background-color: rgba(0, 0, 0, 0);
	border: 0;
	margin-top: 30px;
	margin: 3rem 0 0;
}

.logo_sp_menu{
	display: block;
	margin: 3rem auto 0;
	width: 90%;
	max-width: 500px;
	height: auto;
}

</pre></body></html>