@charset "UTF-8";
/* CSS Document */

@import url('https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@400&display=swap');
/*
font-family: 'Noto Sans JP', sans-serif;
Regular 400
*/

/*
Elza Text Regular
font-family: "elza-text", sans-serif;
font-weight: 400;
font-style: normal;

Elza Text Medium
font-family: "elza-text", sans-serif;
font-weight: 500;
font-style: normal;

Elza Text Semibold
font-family: "elza-text", sans-serif;
font-weight: 600;
font-style: normal;

Elza Text Bold
font-family: "elza-text", sans-serif;
font-weight: 700;
font-style: normal;
*/

/*
.guide0,
.guide1,
.guide2,
.guide3,
.guide4{opacity: 0.3;z-index: 1000;position: relative;}
body:before{content: '';position: fixed;width: 1px;left: 50%;top: 0;bottom: 0;background: #FF0004;opacity: 0.3;z-index: 1000;}
.guide0:before{content: '';position: fixed;width: 1px;left: 5%;top: 0;bottom: 0;background: #FF0004;}
.guide0:after{content: '';position: fixed;width: 1px;right: 5%;top: 0;bottom: 0;background: #FF0004;}
.guide1:before{content: '';position: fixed;width: 1px;left: 10%;top: 0;bottom: 0;background: #FF0004;}
.guide1:after{content: '';position: fixed;width: 1px;right: 10%;top: 0;bottom: 0;background: #FF0004;}
.guide2:before{content: '';position: fixed;width: 1px;left: 15%;top: 0;bottom: 0;background: #FF0004;}
.guide2:after{content: '';position: fixed;width: 1px;right: 15%;top: 0;bottom: 0;background: #FF0004;}
.guide3:before{content: '';position: fixed;width: 1px;left: 7.5%;top: 0;bottom: 0;background: #00a0e9;}
.guide3:after{content: '';position: fixed;width: 1px;right: 7.5%;top: 0;bottom: 0;background: #00a0e9;}
.guide4:before{content: '';position: fixed;width: 1px;left: 12.5%;top: 0;bottom: 0;background: #00a0e9;}
.guide4:after{content: '';position: fixed;width: 1px;right: 12.5%;top: 0;bottom: 0;background: #00a0e9;}


/* ---------- RESET ---------- */
html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, dl, dt, dd, b, u, i, center, ol, ul, li,
fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup, menu, nav, output, ruby, section, summary,
time, mark, audio, video, textarea, input {margin:0;padding:0;border:0;font-size: 100%;font:inherit;vertical-align: baseline;text-decoration:none;}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {display: block;}
body {line-height: 1;}
ol, ul, li {list-style: none;}
blockquote, q {quotes: none;}
blockquote:before, blockquote:after,q:before, q:after {content: '';content: none;}
table {border-collapse: collapse;border-spacing: 0;}
input, textarea, button{-webkit-apparence:none;border:none;background: none;outline: none;}
input:focus, textarea:focus{-webkit-apparence:none;outline: none;border:none;}
img{border:none;outline:none;vertical-align:top;font-size:0;line-height:0;}
img a{border:none;outline: none;}
a:focus{outline:none;}
hr {height:0;margin:0;padding:0;border:0;}
h1, h2, h3, h4, h5, h6, p{margin: 0;padding: 0;border: 0;font-size: 100%;font: inherit;vertical-align: baseline;text-decoration:none;}
input, textarea, button{-webkit-apparence:none;border:none;background: none;outline: none;}

img{width:100%;height:auto;backface-visibility:hidden;-webkit-backface-visibility:hidden;transform:translate3d(0,0,0);}

*{-webkit-tap-highlight-color:rgba(0,0,0,0);-webkit-box-shadow:none;box-shadow:none;   outline:none;box-sizing:border-box;margin:0;padding:0;}
/*----------------------------------*/




html{
	width: 100%;
	height: 100%;
	font-size: clamp(11px , 1.02vw ,15px);
}

body{
	-webkit-text-size-adjust: 100%;
	font-style: normal;
	color:#000;
	line-height: 1;
	background: #FFF;
	width: 100%;
	height: 100%;
	font-family: "elza-text", "Noto Sans JP", "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック体", "YuGothic", "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", "Meiryo", "verdana", sans-serif;
	font-weight: 400;
}


#loading{
	position:fixed;
	width:100vw;
	height:100vh;
	top:0px;
	left:0px;
	z-index:10000;
	background: #FFF;
}
#loading.is-hide{
	opacity: 0;
	pointer-events: none;
}

.inView{
	position: relative;
	opacity: 0;
	/*top: 3em;*/
	transition:opacity 1.2s, top 1.0s cubic-bezier(0.33, 1, 0.68, 1);
}
.inView.delay{transition-delay: 0.4s;}



.inView.view{opacity: 1;/*top: 0;*/}

.zoomOut{
	transform:scale(1.12);
	transition:transform 4s cubic-bezier(0.33, 1, 0.68, 1);
}
.zoomOut.view{transform:scale(1);}



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

.header{
	width: 100%;
	height: 100%;
	position: relative;
	background: #FFF;
	z-index: 50;
	overflow:hidden;
}
.vegas{
	width: 100%;
	height: 100%;
	position: relative;
	z-index: 10;
	overflow: hidden;
}
.vegas .vegasImage{
	position: absolute;
	width:100%;
	top: 0;
	bottom: 0;
}
.header .title{
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	margin: 0 auto;
	width: 92%;
	z-index: 20;
	display: flex;
	justify-content: space-between;
	align-items: center;
}
.header .title .logo{width: 7.1em;margin-left: 3.5%;}
.header .title h1{width: 13.87em;margin-left: 3.5%;}
.header .title h2{width: 13.18em;}


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

.main{width: 100%;}

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




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


.panel{position: relative;z-index: 10;width: 100%;}
.index{
	width: 100%;
	height: 100vh;
	background: #EDFF85;
	display: flex;
	align-items: center;
	justify-content: center;
}
.index .logo{
	position: absolute;
	left: 3.5em;
	top: 3em;
	width: 5.6em;
	z-index: 5;
}
.index .indexImage{
	position: relative;
	width: 26%;
	aspect-ratio: 17 / 22;
}
.index .indexImage h3{display: none;}
.index .imageLoop{
	position: relative;
	width: 100%;
	aspect-ratio: 17 / 22;
	overflow: hidden;
}
.index .imageLoop img{
	position: absolute;
	inset: 0;
	width: 100%;
	object-fit: cover;
	opacity: 0;
	visibility: hidden;
}
.index .imageLoop img.active{
	opacity: 1;
	visibility: visible;
}

.index .indexNavi{
	width: 26%;
	padding-left: 5.5em;
	display: flex;
	flex-direction: column;
}
.index .indexNavi h3{
	width: 12em;
	margin-bottom: 3em;
}
.index .indexNavi nav p{margin-top: 3.5em;}
.index .indexNavi nav a{
	font-size: 1.57em;
	color: #000;
	display: flex;
	align-items: center;
}
.index .indexNavi nav a .icon{
	width: 1em;
	height: 1em;
	border-radius: 50%;
	background: #EDFF85;
	filter: drop-shadow(1px 1px 2px rgba(0,0,0,0.3));
}
.index .indexNavi nav a .text{margin-left: 0.6em;}


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

/* 固定背景 */

.bgWrap{
	width: 100%;
	overflow: hidden;
}

.categoryBK{
	position:fixed;
	inset:0;
	background-size:cover;
	background-position:center;
	background-repeat:no-repeat;
	z-index:-1;
}
.bgContent{
	position:fixed;
	inset:0;
	display:flex;
	justify-content:center;
	align-items:center;
	pointer-events:none;
	z-index:2;
}
.bgContent .content{
	position:absolute;
	width:100%;
	height: 100%;
	opacity:0;
	visibility:hidden;
	display: flex;
	justify-content: center;
	align-items: center;
}
.bgContent .content.active{opacity:1;visibility:visible;}
.bgContent .content h2{width: 17em;}

.bgContent .content.logo03 figure{width: 50%;display: flex;justify-content: flex-end;}
.bgContent .content.logo03 figure img{display: block;width: 69%;}
.bgContent .content.logo03 .title{width: 43%;margin-right: 7%;}
.bgContent .content.logo03 .title h2{margin: 0 auto;}
.categoryTitle{
	width: 100%;
	height: 100vh;
	display:flex;
	justify-content:center;
	align-items:center;
}

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

.lookArea{
	width: 100%;
	background: #FFF;
	text-align: center;
	 position:relative;
	 padding-top: 1px;
}
.lookArea.lookKidsPlus{padding-top: 0;}
.lookArea.lookBaby{padding-bottom: 7em;}

.unit{width: 100%;padding-top: 5.3em;}
.unit.u01{margin-top: 6em;}
.unit.u03{margin-top: 6em;}
.unit.u04{margin-top: 6em;}
.unit.u06{margin-top: -10em;}
.unit.u07{padding-top:0;}
.unit.u08{margin-top: 4.8em;}
.unit.u09{margin-top: 3em;}
.unit.u10{margin-top: 2em;}
.unit.u11{margin-top: 4.8em;}
.unit.u12{margin-top: 3.8em;}
.unit.u13{margin-top: 1em;}


.unit .itemColumn{
	width:100%;
	display: flex;
	justify-content: space-between;
	align-items: center;
}
.unit .itemColumn.rev{flex-direction: row-reverse;}

.col__main{width: 50%;}
.col__sub{width: 50%;}

.col__main figure,
.col__sub figure,
.col__sub .crossfade{position: relative;}

.crossfade {width: 100%;}
.crossfade .swiper-slide {overflow: hidden;}
.crossfade .swiper-slide img {display: block;width: 100%;height: auto;}
.crossfade .swiper-pagination {
	bottom: 1em;
	width: calc(100% - 1.2em);
	display: flex;
	justify-content: flex-end;
	column-gap: 0.8em;
}
.crossfade .swiper-pagination-bullet{
	width: 0.6em;
	height: 0.6em;
	opacity: 1;
	background: #FFF;
}
.crossfade .swiper-pagination-bullet-active{background: #edff85;}




.u01 .col__main figure{width: 81.25%;margin: 0 auto;}
.u01 .col__sub .crossfade{width: 61%;margin: 0 auto;left: 1%;top: -0.5em;}

.u02 .col__main figure{width: 81.25%;margin: 0 auto;}
.u02 .col__sub .crossfade{width: 61%;margin: 0 auto;left: 2%;top: -2em;}

.u03 .col__main figure{width: 100%;}
.u03 .col__sub figure{width: 65.6%;margin: 0 auto;}
.u03 .col__sub .spec{width: 43%;margin: 4em auto 0;}


.u05 .itemSingle{width: 50%;}
.u05 .itemSingle figure{width: 62.5%; margin: 0 auto;}
.u05 .itemSingle .spec{width: 60%;margin: 3em auto 0;}

.u06 .itemSingle{width: 50%;margin-left: 50%;left: -1.5%;position: relative;}
.u06 .itemSingle figure{width: 62.5%; margin: 0 auto;}
.u06 .itemSingle .spec{width: 60%;margin: 3em auto 0;}

.u07 .col__main figure{width:calc(100% - 1px );}
.u07 .col__main .crossfade{display: none;}
.u07 .col__sub figure{width:calc(100% - 0.5px );margin-left: 0.5px;}

.u08 .col__main{position: relative;}
.u08 .col__main figure{width:calc(100% - 0.5px );}
.u08 .col__main .block{position: absolute;z-index: 5;inset: 0;}
.u08 .col__main .block .inner{width: 57%;position: absolute;top: 4em;left: 8.5%;}
.u08 .col__main .block .inner .img{background: #FFF;padding: 0.45em;}
.u08 .col__main .block .inner .spec{width: 95%;margin: 8em auto 0;}
.u08 .col__sub figure{width:calc(100% - 0.5px );margin-left: 0.5px;}
.u08 .spec.inSP{display: none;}

.u09 .col__main figure{width: 100%;}
.u09 .col__sub{position: relative; top: -5vw;}
.u09 .col__sub figure{width: 65.6%;margin: 0 auto;}
.u09 .col__sub .spec{width: 47%;margin: 4em auto 0;}

.u10 .col__main{width: 54%;}
.u10 .col__main figure{width: 80%;margin-left: 20%;}
.u10 .col__sub{width: 46%;padding-left: 11%;position: relative;top: -4em;}
.u10 .col__sub .spec.baby{margin-top: 7em;}

.unit.u11 .itemColumn{align-items:flex-start;}
.u11 .col__main{width: 54%;}
.u11 .col__main figure{width: 95%;margin-left: 5%;}
.u11 .col__sub{width: 46%;margin-top: 2em;}
.u11 .col__sub .subImageColumn{display: flex;justify-content: space-between;width: 86%;margin-left: 9%;}
.u11 .col__sub .subImageColumn figure{width: 49.5%;}
.u11 .col__sub .spec{width: 52%;margin: 7em auto 0;}

.u12 .col__main figure{width: 90%;margin: 0 auto;}
.u12 .col__sub figure{width: 67%;margin: 0 auto;position: relative;left: -3.5%;}
.u12 .col__sub .spec{width: 53%;margin: 4em auto 0;position: relative;left: -3.5%;}

.u13 .col__main figure{width: 90%;margin-left:3%;}
.u13 .col__sub .spec{width: 47%;margin: 0 auto;}


/*-------*/

.lastImage{
	width: 93%;
	margin: 5em auto 0;
	aspect-ratio: 20 / 19;
	position: relative;
	overflow: hidden;
}
.lastImage h2{
	position: absolute;
	width: 22.7em;
	top: 37.5%;
	left: 11.5%;
	z-index: 5;
}
.lastImage .lastBK{
	position: absolute;
	inset: 0;
	z-index: 1;
	background:url(../images/lastimg.webp) center center no-repeat;
	background-size:cover;
}

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


/* 固定するレイヤー */
.bkFix{
	position:relative;
	width: 100%;
	overflow: auto;
	z-index: 2;
}
/* 背景 */
.bkFix .bg{
	width:100%;
	height:100vh;
	background:url(../images/fiexdbk.webp) center center no-repeat;
	background-size:cover;
}
/* スクロールする要素 */
.bkFix .movable{
	position:relative;
	margin-top:-100vh;
	z-index:2;
	padding-top: 4.2em;
}


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


.fullImage{width: 100%;margin-top: 12em;overflow: hidden;}


.miniImage{}
.miniImage.m01{width: 32.3%;padding: 14em 0 23em;margin: 0 auto;}
.miniImage.m02{width: 24%;padding: 14em 0 23em;margin: 0 auto;}
.miniImage.m03{width: 21.5%;padding: 9.5em 0 13em;margin-left: 67.5%;}





.columnImage{width: 100%;display: flex;align-items: flex-end;margin-top: 7.7em;}
.columnImage .left{width: 50%;}
.columnImage .right{width: 50%;}

.columnImage .left figure{width: 62%;margin-left: 38%;}
.columnImage .right figure{width: 37.3%;margin-left: 48%;transition-delay:0.5s;}


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


.specBox{
	font-family: "elza-text", sans-serif;
	font-style: normal;
	margin-top: 5em;
}
.specBox.double{
	width:55%;
	margin-left:auto;
	margin-right: auto;
	display: flex;
	align-items: flex-start;
	justify-content:space-between;
}
.spec{text-align: left;}

.u01 .spec.girl,.u01 .spec.girl a{color: #bca686;}
.u01 .spec.girl .buy{background:#bca686;}
.u01 .spec.boy,.u01 .spec.boy a{color: #282441;}
.u01 .spec.boy .buy{background:#282441;}

.u02 .spec.girl,.u02 .spec.girl a{color: #9e322d;}
.u02 .spec.girl .buy{background:#9e322d;}
.u02 .spec.boy,.u02 .spec.boy a{color: #21262e;}
.u02 .spec.boy .buy{background:#21262e;}

.u03 .spec.boy,.u03 .spec.boy a{color: #21262e;}
.u03 .spec.boy .buy{background:#21262e;}

.u04 .spec.girl,.u04 .spec.girl a{color: #0f1516;}
.u04 .spec.girl .buy{background:#0f1516;}
.u04 .spec.boy,.u04 .spec.boy a{color: #ea5f1b;}
.u04 .spec.boy .buy{background:#ea5f1b;}

.u05 .spec.girl,.u05 .spec.girl a{color: #FFF;}
.u05 .spec.girl .buy{background:#95312c;}

.u06 .spec.boy,.u06 .spec.boy a{color: #FFF;}
.u06 .spec.boy .buy{background:#132327;}

.u07 .spec.girl,.u07 .spec.girl a{color: #bf3a27;}
.u07 .spec.girl .buy{background:#bf3a27;}
.u07 .spec.boy,.u07 .spec.boy a{color: #152f2e;}
.u07 .spec.boy .buy{background:#152f2e;}

.u08 .spec.boy,.u08 .spec.boy a{color: #FFF;}
.u08 .spec.boy .buy{background:#152f2e;}

.u09 .spec.girl,.u09 .spec.girl a{color: #a00a0a;}
.u09 .spec.girl .buy{background:#a00a0a;}

.u10 .spec.kids,.u10 .spec.kids a{color: #6f92a1;}
.u10 .spec.kids .buy{background:#6f92a1;}
.u10 .spec.baby,.u10 .spec.baby a{color: #bf3a27;}
.u10 .spec.baby .buy{background:#bf3a27;}

.u11 .spec.kids,.u11 .spec.kids a{color: #3d1208;}
.u11 .spec.kids .buy{background:#3d1208;}
.u11 .spec.baby,.u11 .spec.baby a{color: #b5967e;}
.u11 .spec.baby .buy{background:#b5967e;}
.u11 .spec ul{margin-top: 0;}
.u11 .spec li .name{padding-top: 1em;}

.u12 .spec.baby,.u12 .spec.baby a{color: #529cc1;}
.u12 .spec.baby .buy{background:#529cc1;}
.u12 .spec li .name{width: 17.5em;}

.u13 .spec.baby,.u13 .spec.baby a{color: #e3b4b4;}
.u13 .spec.baby .buy{background:#e3b4b4;}



.spec .gender{
	font-weight: 600;
	font-size: 1.02em;
	letter-spacing: 0.04em;
}
.spec ul{margin-top: 1em;}
.spec li{
	margin-top: 0.6em;
	display: flex;
	justify-content: flex-start;
	align-items: center;
	line-height: 1.2;
}
.spec li span{display: inline-block;}
.spec li .name{width: 15.5em;text-decoration: underline;}
.spec.narrow li .name{width: 13.5em;}

.spec li .price{width: 4.3em;}

.spec li .buy{
	display: inline-block;
	width: 2.3em;
	border-radius: 50%;
	filter: drop-shadow(1px 1px 0px rgba(0,0,0,0.3));
}
.spec li .buy.soon{
	background:#CCC !important;
	opacity: 0.5;
	pointer-events: none;
	filter: drop-shadow(0px 0px 0px rgba(0,0,0,0.3));
}


/*-----*/

.carousel.embla{
	overflow:hidden;
	width:100%;
	margin:0 auto;
}
.embla__container{display:flex;}

.embla__slide{
	flex:0 0 38vw;
	margin-right:0.5vw;
}
.embla__slide img{
	display:block;
	width:100%;
}


/*FOOTER-------------------*/

.footer{
	width: 100%;
	background: #EDFF85;
	position: relative;
	overflow: hidden;
	z-index: 20;
}
.footer .logo{
	position: absolute;
	left: 3.5em;
	top: 3em;
	width: 5.6em;
}
.footer .inner{
	width: 88%;
	margin: 13em auto 15em;
	display: flex;
	justify-content: space-between;
	align-items: flex-start;
}
.footer .image{width: 50%;}
.footer .image figure{width: 12em;margin: 0 auto;position: relative;left: -3%;}
.footer .image h3{display: none;}



.footer .element{width: 50%;}

.footer .elementInner{
	width: 75%;
	margin: 0 auto;
}
.footer .elementInner h3{width: 13em;}
.footer .elementInner p{
	font-size: 1.21em;
	letter-spacing: 0.02em;
	line-height: 1.9;
	margin-top: 2em;
	text-align: justify;
	text-justify: inter-ideograph;
}


.footer .allitems{
	margin: 4em auto 0;
}
.footer .allitems a{
	width: 100%;
	display: block;
	background: #EDFF85;
	border-radius: 5em;
	filter: drop-shadow(1px 1px 3px rgba(0,0,0,0.4));
	text-align: center;
	font-weight: 500;
	color: #000;
	font-size: 1.55em;
	letter-spacing: 0.03em;
	padding: 3.2em 0;
	position: relative;
}
.footer .allitems a span{
	position: absolute;
	display: block;
	z-index: 2;
	top: 52%;
	right: 20%;
	width: 0.55em;
	transform:translateY(-50%);
}


.footer .sns{
	width: 52%;
	margin: 6em auto 0;
	display: flex;
	justify-content: space-between;
}
.footer .sns .icon{width: 28%;}
.footer .sns .icon a{
	width: 100%;
	display: block;
	background: #EDFF85;
	border-radius: 5em;
	filter: drop-shadow(1px 1px 2px rgba(0,0,0,0.4));
}


.footer .staff{
	position: absolute;
	z-index: 10;
	top: 65em;
	left: 26%;
	text-align: center;
	font-size: 0.8em;
	letter-spacing: 0.01em;
	line-height: 1.5;
	transform:translateX(-50%);
}







/*NAVI----------------------------------------------*/

.mainNaviTrigrer{
	position: fixed;
	right: 2em;
	top: 2em;
	width: 3.82em;
	height: 3.82em;
	z-index: 500;
	cursor: pointer;
}
.mainNaviTrigrer::after{
	content: '';
	position: absolute;
	top:0;
	left: 0;
	right: 0;
	bottom: 0;
	border-radius: 50%;
	z-index: 10;
	background: #EDFF85;
	-webkit-transition: all 0.3s;
	transition: all 0.3s;
	filter: drop-shadow(1px 1px 2px rgba(0,0,0,0.3));
}
@media(min-width:769px) {
.mainNaviTrigrer:hover::after{top:-0.3em;left: -0.3em;right: -0.3em;bottom: -0.3em;}
}
.mainNaviTrigrer span{
	position:absolute;
	left:50%;
	width:32%;
	top: 50%;
	height:2px;
	opacity: 1;
	background-color:#000;
	z-index: 20;
	transform:translate(-50%, -50%);
	transform-origin:center;
	transition:all 0.3s;
}
.mainNaviTrigrer span:nth-child(1){
	transform:translate(-50%, calc(-50% - 0.3em));
}
.mainNaviTrigrer span:nth-child(2){
	transform:translate(-50%, calc(-50% + 0.3em));
}
.mainNaviTrigrer.open span:nth-child(1){
	transform:translate(-50%, -50%) rotate(45deg);
}
.mainNaviTrigrer.open span:nth-child(2){
	transform:translate(-50%, -50%) rotate(-45deg);
}


.mainNavi{
	position: fixed;
	z-index:490;
	width: 100%;
	top: 0;
	left: 0;
	bottom: 0;
	visibility:hidden;
	-webkit-transition: visibility 0.6s;
	transition: visibility 0.6s;
}
.mainNavi .overlay{
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	z-index: 10;
	opacity: 0;
	visibility:hidden;
	background: rgba(0,0,0,0.6);
	-webkit-transition: opacity 0.5s , visibility 0.5s;
	transition: opacity 0.5s , visibility 0.5s;
}

.mainNavi .naviBody{
	position: absolute;
	top: 0;
	bottom: 0;
	right: max(-70%, -890px);
	width: 890px;
	max-width: 70%;
	background: #EDFF85;
	z-index: 30;
	overflow: auto;
	opacity: 0;
	-webkit-transition: right 0.6s cubic-bezier(0.65, 0, 0.35, 1), opacity 0.6s cubic-bezier(0.65, 0, 0.35, 1);
	transition: right 0.6s cubic-bezier(0.65, 0, 0.35, 1), opacity 0.6s cubic-bezier(0.65, 0, 0.35, 1);
	/* スクロールバー非表示 */
	scrollbar-width: none;
	-ms-overflow-style: none;
}
.mainNavi .naviBody::-webkit-scrollbar {display: none;}

.mainNavi.open{visibility: visible;}
.mainNavi.open .overlay{opacity: 1;visibility: visible;}
.mainNavi.open .naviBody{right: 0;opacity: 1;}




body.fixed{
	position: fixed;
	overflow-y: scroll;
	scrollbar-gutter: stable;
	left: 0;
	right: 0;
	width: 100%;
	touch-action: none;
}

.naviBody .element{
	width: 88%;
	margin: 5% auto 0;
	padding-bottom: 13%;
	position: relative;
}
.naviBody .element .logo{
	width: 10%;
}
.naviBody .element h2{
	position: absolute;
	width: 19%;
	top: 0;
	left: 13%;
	transform:translateY(30%);
}

.naviBody .element .menuSet{
	margin: 7% auto 0;
}
.naviBody .element .menuSet h3{
	font-weight: 600;
	font-size:min(14px, 1.1vw);
	letter-spacing: 0.02em;
}
.naviBody .element .menuSet ul{
	display: flex;
	justify-content: flex-start;
	flex-wrap: wrap;
	column-gap: 1%;
	margin-top: 1%;
}
.naviBody .element .menuSet li{
	width: 19.2%;
	margin-top: 1%;
}

.naviBody .element .column{
	width: 100%;
	display: flex;
	justify-content: space-between;
}



.naviBody .element .column .menuSet{
	width: 50%;
}
.naviBody .element .column .menuSet ul{
	column-gap: 2%;
	margin-top: 2%;
}
.naviBody .element .column .menuSet li{
	width: 38.4%;
	margin-top: 2%;
}
.naviBody .element .column .menuSet.forBaby h3{margin-left: 21%;}
.naviBody .element .column .menuSet.forBaby ul{justify-content: flex-end;}


.naviBody .element .allitems{
	margin: 10% auto 0;
	width: 55%;
}
.naviBody .element .allitems a{
	width: 100%;
	display: block;
	background: #EDFF85;
	border-radius: 5em;
	filter: drop-shadow(1px 1px 3px rgba(0,0,0,0.4));
	text-align: center;
	font-weight: 500;
	color: #000;
	font-size: 1.55em;
	letter-spacing: 0.03em;
	padding: 2.8em 0;
	position: relative;
}
.naviBody .element .allitems a span{
	position: absolute;
	display: block;
	z-index: 2;
	top: 52%;
	right: 20%;
	width: 0.55em;
	transform:translateY(-50%);
}

























