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


/*--------------------------------------------------------
　トップナビ
--------------------------------------------------------*/
#topNav{
	width: 100%;
	height: auto;
	display: flex;
	flex-wrap: wrap;
	align-items: stretch;
	justify-content: center;
	margin: 0 ;
	/*box-shadow: 0 1px 0 0 #505050 inset;*/
	/*border-top: 1px solid #878787;
	border-bottom: 1px solid #878787;*/
	position: fixed;
	bottom: 0;
    z-index: 21;
	/*z-index: 2147483645;*/
	background: #fff;
	box-shadow: 0 -5px 5px -5px rgba(0,0,0,.5);
}
#topNav li {
	width: 20%;
	text-align: center;
	font-size: 0.7rem;
	font-weight: 700;
	white-space: nowrap;
	/*font-feature-settings: "palt";*/
	/*font-family: 'M PLUS 1p', sans-serif;*/
	border-right: 1px solid #878787;
}
#topNav li:last-child {
	border-right: none;
}
#topNav li a{
    padding: 0.6em 0;
    display: block;
    min-height: 58px;
}
#topNav li img{
    width: 35%;
    aspect-ratio: 1 / 1;
    margin: 0 auto 0.25em;
    display: block;		
}

/*--------------------------------------------------------
　カテゴリ切り替え
--------------------------------------------------------*/
#catNav{
		background: #D5D4D4;	
		display: flex;
		flex-wrap: wrap;
		align-items: stretch;
		justify-content: center;
		margin: 1.5em;
		border-radius: 2em;
	}
	#catNav li {
		width: 33.3%;
		text-align: center;
		font-size: 1rem;
		font-weight: normal;
		white-space: nowrap;
		/*font-feature-settings: "palt";*/
		/*font-family: 'M PLUS 1p', sans-serif;*/		
		padding: 0.3em;
		border-radius: 2em;
	}
	#catNav li.select {
		width: 33.3%;
		font-weight: bold;
		/*font-weight: 800;*/
		background: #514F50;		
	}
	#catNav li.select a {
		color: #fff;	
	}
	#catNav li a{
		display: block;
	}


/*--------------------------------------------------------
　メインスライダー
--------------------------------------------------------*/
.topMain {
    margin: 0 0 1.5em;
    /*overflow: hidden;*/
}
.topMain p{
	padding: 1em 1em 0;
}

.top-bnr{
	padding: 0;
    margin: 0 6% 1.5em;
}
.top-bnr li{
	margin-bottom:0.8em;	
}

.slider-container{
  display:block !important;
  box-sizing:border-box !important;
  overflow:hidden;
}

.slider-notes,
.slider-main,
.slider-sub{
  margin:0;
  padding:0;
  overflow:hidden;
}

.slider-notes{
  min-height:calc((100vw - 0.8em) * 0.9 * 124 / 640 + 1em);
}

.slider-main{
  min-height:calc(100vw * 452 / 640 + 1em);
}

.slider-sub{
  min-height:calc(48vw * 190 / 285);
}

@media screen and (min-width: 701px){
  .slider-notes{
    min-height:calc((700px - 0.8em) * 0.9 * 124 / 640 + 1em);
  }

  .slider-main{
    min-height:calc(700px * 452 / 640 + 1em);
  }

  .slider-sub{
    min-height:calc(336px * 190 / 285);
  }
}

.slider-notes:not(.slick-initialized),
.slider-main:not(.slick-initialized),
.slider-sub:not(.slick-initialized){
  display:flex;
  flex-wrap:nowrap;
}

.slider-notes:not(.slick-initialized) > li:not(:first-child),
.slider-main:not(.slick-initialized) > li:not(:first-child),
.slider-sub:not(.slick-initialized) > li:not(:first-child){
  display:none;
}

.slider-notes:not(.slick-initialized) > li,
.slider-main:not(.slick-initialized) > li{
  flex:0 0 100%;
  width:100%;
}

.slider-sub:not(.slick-initialized){
  justify-content:center;
}

.slider-sub:not(.slick-initialized) > li{
  flex:0 0 48%;
  width:48%;
}

.slider-notes.slick-initialized,
.slider-main.slick-initialized,
.slider-sub.slick-initialized{
  overflow:hidden;
}

.slider-notes li{
  aspect-ratio:640 / 124;
  overflow:hidden;
  margin: 0 0.4em 1em !important;
}
.slider-main li{
  aspect-ratio:640 / 452;
  overflow:hidden;
  position:relative !important;
  margin-bottom:1em !important;
}
.slider-sub li{
  aspect-ratio:285 / 190;
  overflow:hidden;
  margin: 0 0.4em !important;
}

.slider-notes img,
.slider-main img,
.slider-sub img{
  width:100%;
  height:100%;
  object-fit:cover;
  display:block;
}

/*.slider-notes{
  margin-bottom: 0.5em !important;
}
.slider-main{
  margin-bottom: 1em !important;
}*/

/*.slider-main img{
  aspect-ratio:640 / 452;  
}
.slider-notes img{
  aspect-ratio:640 / 124;
}
.slider-sub img{
  aspect-ratio:258 / 190;
}
*/

	.slider-prev{
		width: 40px !important;
		left: 0 !important;
	}
	.slider-next{
		width: 40px !important;
		right: 0 !important;
	}
	
	.slick-prev{
		width: 44px !important;
	    height: 44px !important;
		left: 0 !important;
		 z-index: 1;
	}
	.slick-next{
		width: 44px !important;
    	height: 44px !important;
		right: -1px !important;
	}
	/*.slick-dots {
		position: relative !important;
    	bottom: -10% !important;
		display: block !important;
	}*/
	/*.slider-sub li{
    	margin: 0 0.4em !important;
	}*/
	/*.slider-notes {
		margin: 0.5em 0 !important;
	}*/
	/*.slider-notes li{
    	margin: 0 0.4em 0.4em !important;
	}*/
	.slider-arrow {
    position: absolute !important;
	bottom: -35px !important;
    /*bottom: -14% !important;*/
    cursor: pointer !important;
    z-index: 1 !important;
}

	.slick-next:before, [dir='rtl'] .slick-next:before {
	    content: "" !important;
	    display: block;
	    position:absolute;
	    top:50%;
	    right:0;
	    transform:translateY(-50%);
	    width: 30px;
	    height: 30px;
	}
.slick-next:before {
    background: url(../sp_img/index/arrow_next.png)no-repeat center center;
    background-size: contain;
}
	.slick-prev:before, [dir='rtl'] .slick-prev:before {
	    content: "" !important;
	    display: block;
	    position:absolute;
	    top:50%;
	    left:0;
	    transform:translateY(-50%);
	    width: 30px;
	    height: 30px;
	}
.slick-prev:before {
    background: url(../sp_img/index/arrow_prev.png)no-repeat center center;
    background-size: contain;
}

.slick-dots li button:before {
	font-size: 0.6rem !important;
}

.top-intro{
  margin:14px 12px 18px;
  padding:10px 12px;
  background:#fff;
  border:1px solid #ececec;
  border-radius:10px;
}

.top-intro p{
  margin:0 0 0.65em;
  font-size:14px;
  line-height:1.8;
  color:#555;
}

.top-intro p:last-child{
  margin-bottom:0;
}

.soryo-bnr{
  aspect-ratio:640 / 195;
  overflow:hidden;
}

.itemList picture,
.itemList img{
  display:block;
  aspect-ratio:270 / 127;
}

.itemList img{
  height:100%;
  object-fit:cover;
}


/*----------------------------------------------------------------------
   納期案内
----------------------------------------------------------------------*/
.noukiBox .noukiItem{
  font-family:'M PLUS 1p', sans-serif;
  font-size:138%;
  font-weight:bold;
  color:#fff;
  margin:.55em 0 .1em !important;
  line-height:1;
  padding:0;
  position:relative;
  display:inline-flex;
  align-items:center;
  justify-content:center;
  gap:.85em;
}

.noukiBox .noukiItem::before,
.noukiBox .noukiItem::after{
  content:'';
  position:static;
  width:1em;
  height:1em;
  background:url(/sp/img/common/ico_clover.png) no-repeat center;
  background-size:contain;
  transform:none;
  flex:0 0 auto;
}

.noukiBox .noukiItem::before,
.noukiBox .noukiItem::after{left:auto;right:auto;}

.nouki-section{
  margin:0 .5em 1.5em;
  min-height:0;
}

.noukiBox{
  text-align:center;
  background:#F50078;
  border-radius:10px;
  overflow:hidden;
  min-height:0;
}

.noukiBox > p{
  min-height:0;
  font-size:75%;
  color:#fff;
  margin:0;
  padding:.15em .5em .45em;
  font-weight:bold;
  line-height:1.4;
}

.schedule-wrap{
  height:auto !important;
  overflow:hidden;
  background:#F50078;
}

.schedule{
  height:222px;
  overflow:hidden;
  padding:.25em .25em 0;
  letter-spacing:normal;  
}

.schedule.is-open{
  height:auto;
}
.schedule-wrap.is-open{
  height:auto;
}

.schedule > div{
  margin:0;
  padding:.7em .8em .25em;
  background:#fff;
  border-radius:10px;
}

.schedule p{
  min-height:88px;
  font-size:120%;
  font-weight:bold;
  line-height:1;
  color:#333;
  background:#F7F5ED;
  border-radius:10px;
  border:1px dotted #DCD3B0;
  margin:0 0 .5em;
  padding:.45em .5em;
}

.schedule-more{
  display:block;
  width:100%;
  height:48px;
  margin:0;
  padding:.3em .5em .75em;
  border:0;
  background:#F50078;
  color:#fff;
  font-family:inherit;
  font-weight:bold;
  text-align:center;
  cursor:pointer;
  line-height:1.3;
}

.schedule-more span{
  display:block;
  font-size:75%;
  padding-bottom:.2em;
}

.schedule-more::after{
  content:'';
  display:block;
  width:16px;
  height:16px;
  margin:.05em auto 0;
  background:url(/sp/img/common/arrow_open.png) no-repeat center;
  background-size:contain;
}

.schedule-more.is-open::after{
  background-image:url(/sp/img/common/arrow_close.png);
}

.seal_note,
.math_note,
.key_note,
.zekken_note,
.hanko_com_note,
.hanko_note,
.wappen_note,
.towel_note,
.gift_note,
.option_note{
  font-size:77%;
  font-weight:bold;
  line-height:1.2;
  display:block;
  text-align:center;
  margin:.45em 0 .25em;
}

.seal_note{color:#4A9DA1 !important;}
.math_note,
.key_note{color:#479C68 !important;}
.hanko_com_note{color:#E84593 !important;}
.hanko_note{color:#8F56D0 !important;}
.wappen_note{color:#A55C34 !important;}
.towel_note,
.zekken_note{color:#E07911 !important;}
.gift_note{color:#666 !important;}
.option_note{color:#25BC9E !important;}

.schedule .clr1{
  font-family:'Archivo Black', sans-serif;
  padding:0 .1em;
  font-size:180%;
  font-weight:bold;
  letter-spacing:-.05em;
}

.schedule .clr2{
  font-family:'Archivo Black', sans-serif;
  padding:0 0 0 .1em;
  font-size:100%;
  font-weight:bold;
  letter-spacing:-.05em;
}

.schedule .clr3{
  padding:0 .1em;
  font-size:60%;
  margin-left:-.2em;
}

.schedule .clr4{
  padding:0 0 0 .1em;
  font-size:100%;
  font-weight:bold;
}

.schedule .clr3,
.schedule .clr4{
  font-family:'M PLUS 1p', sans-serif;
  font-weight:800;
}


/*--------------------------------------------------------
　index見出し
--------------------------------------------------------*/

.stMida {
	font-size: 108%;
    color: #484848;
    font-weight: normal;
    text-align: center;
	background-color:#E8E8EB ;
	margin-bottom: 1em;
	padding: 0.4em;
	line-height: normal;
}

.stMida::before {
	margin-right: 1.5em;
    content: '';
    display: inline-block;
    width: 1em;
    height: 1em;
    background: url("/sp/img/common/ico_clover.png") no-repeat;
    background-size: contain;
	vertical-align: middle;
}
.stMida::after {
	margin-left: 1.5em;
    content: '';
    display: inline-block;
    width: 1em;
    height: 1em;
    background: url("/sp/img/common/ico_clover.png") no-repeat;
    background-size: contain;
	vertical-align: middle;
}

	

/*----------------------------------------------------------------------
   アイテム一覧
----------------------------------------------------------------------*/
	
.itemList{
		display: flex;
		flex-wrap: wrap;
		align-items: stretch;
		justify-content: flex-start;
		margin: 0 1em -1em ;
		border-radius: 2em;
	}
	.itemList li {
		width: 46%;
		text-align: center;
		font-size: 116%;
		font-weight: bold;
		white-space: nowrap;
		/*font-feature-settings: "palt";*/
		/*font-family: 'M PLUS 1p', sans-serif;*/		
		padding: 0 ;
		margin: 0 2% 4%;
		border: 1px solid #B4B4B4;
	}
	/*.itemList li:last-child{
		margin-bottom: 0;
	}*/
	.itemList li span{
		display: block;	
		padding: 0.5em 0;
	}

	.sortBox{
			margin: 2.5em 1.5em 1em ;
		}
		.sortBox ul{
			margin: 0 0 -0.5em;
			padding: 0 1em;
		}		
		.sortBox li{
			margin-bottom: 0.5em;
	}
	
.pickup{
		margin: 0 5% ;
	}
	.pickup li {		
		padding: 0 ;
		margin-bottom: 1em;
	}
	.pickup li:last-child{
		margin-bottom: 0;
	}






/*--------------------------------------------------------
　ランキング
--------------------------------------------------------*/
#rankingTab {
	width: 100%;
	margin: 0 auto;
	overflow: hidden;
}
.disnon2 {
  display: none;
}
.content_wrap2 {
  margin:0 auto;
	clear: both;
	width: 100%;
	margin:0 auto;
  text-align: center;
	position: relative;
    z-index: 1;
	/*z-index: 20;*/
}

#rankingTab li {
	background: #DDD;
	float: left;
	font-size: 9pt;
	padding: 10px 0 10px 0;
	width: 33%;
	text-align: center;
	display: inline-block;
	position: relative;
	margin-bottom: 10px;
}
.rankingTab1 {
	margin-right: 0.5%;
	background-size: 100%;
}
.rankingTab2 {
	margin-right: 0.5%;
	background-size: 100%;
}
.rankingTab3 {
	margin-right: 0;
	background-size: 100%;
}
#rankingTab li.select2 {
	background: #666;
	color: #FFF;
}
#rankingTab li.select2:after {
	top: 100%;
	left: 50%;
	border: solid transparent;
	content: " ";
	height: 0;
	width: 0;
	position: absolute;
	pointer-events: none;
	border-color: rgba(102, 102, 102, 0);
	border-top-color: #666;
	border-width: 5px;
	margin-left: -5px;
	z-index: 100;
}
#rankingTab li.select2 img {
		opacity: 0.0;
		filter: alpha(opacity=0);
}
#rankingTab li.select2 a:hover img{
		opacity: 1.0;
		filter: alpha(opacity=100);
}

.aBox {
	text-align: left;
}


.topRank{	
	padding:0 ;
	margin:0 auto ;
}
.topRank li{
	margin:0 ;
	padding:0;
	border-bottom:1px dashed #989898;
	overflow:hidden;
	padding:0 3.75% 0.5em;
	margin-bottom:0.5em;
	line-height:1.4;
}
.topRank li p{
	margin:0;
	padding:0;
}

.topRank li .topRankBnr{
	float:left;
	width:34%;
	margin-right:4%;
}

.topRank li .topRankData{
	float:left;
	width:62%;
	font-size:77%;
}
.topRank li .topRankData img{
	width:52%;
	margin-bottom:0.4em;
}

.topRank li .topRankName{
	font-size:123.1%;
	font-weight:bold;
	
	margin-top:0.4em;	
}
.topRank li .topRankName span{
	font-size:100%;
	font-weight: normal;
	display:block;
}

.topRank2{
	padding:0 0 0.5em 0;
	margin:0.5em 3.75% 1em;
	border-bottom:1px dashed #989898;
}

.topRank2 li{
	float:left;
	width:32%;
	height:auto;
	margin-left:2%;
	text-align:center;
	font-size:77%;
	line-height:1.4;
}

.topRank2 li:first-child{
	margin-left:0;

}

.topRank2 li img{
	margin-bottom:0.4em;
}

.topRank2 li .topRank2Ico{
	width:24px;
}

.topRankBtn{
	width:40%;
	margin:0 auto;
}




/*----------------------------------------------------------------------
   コラム
----------------------------------------------------------------------*/
.column{
	margin-top:2em;	
}
.column img {
	vertical-align: bottom;
}

.column ul{
	margin:2em 1em 0;
	display:-webkit-box;
    display:-moz-box;
    display:-ms-flexbox;
    display:-webkit-flex;
    display:-moz-flex;
    display:flex;
    -webkit-box-lines:multiple;
    -moz-box-lines:multiple;
    -webkit-flex-wrap:wrap;
    -moz-flex-wrap:wrap;
    -ms-flex-wrap:wrap;
    flex-wrap:wrap;

}
.column li{
	width:47.5%;
	float:left;
	margin-right:5%;
	margin-bottom:2em;
	text-align:center;
	position:relative;
	color:#505050;
	
}
.column li:nth-child(even){	
	margin-right:0;
}
.column .column-thum{
	width:100%;
	height:auto;
	margin:0;	
	border: 2px #C79F62 dotted;
	border-radius: 8px;
	padding:6px;
}

.column h3{
	font-size:85%;
	font-weight: bold;
	line-height:1.4;
	padding: 0.5em;
	text-align:left;
}
/*.column p{
	font-size:12px;
	line-height:1.4;
}*/

.column li span{
	position:absolute;
	left:-10px;
	top:-10px;
}

.column .column-btn{
	text-align:center;
	width:40%;
	margin:-1em auto 2em;
	
}

.cate-icon {
	min-width:60px;	/*テキストの文字数により極端に横幅が小さくなってしまうのを防ぐために指定しています*/
	font-size:85%;
	text-align:center;
	background-color:#999;
	color:#FFF;
	padding:0.25em 1em;
	border-radius:14px;
	position: relative;
}
.cate-icon:after {
	top: 100%;
	left: 50%;
	border: solid transparent;
	content: " ";
	height: 0;
	width: 0;
	position: absolute;
	pointer-events: none;
	border-color: rgba(204, 204, 204, 0);
	border-top-color: #999;
	border-width: 8px;
	margin-left: -8px;	
}

.childbirth {
	background-color: #FF386E !important;
}
.kosodate {
	background-color: #FF78B5 !important;
}
.school {
	background-color: #FF78B5 !important;
}
.kindergarten {
	background-color: #FF78B5 !important;
}
.mamalife{
	background-color: #FF7A00 !important;
}
.working-mama {
	background-color: #73C429 !important;
}
.season {
	background-color: #00BD9E !important;
}
.odekake {
	background-color: #C47DFF !important;
}

.childbirth:after {
	border-top-color: #FF386E !important;
}
.kosodate:after {
	border-top-color: #FF78B5 !important;
}
.school:after {
	border-top-color: #FF78B5 !important;
}
.kindergarten:after {
	border-top-color: #FF78B5 !important;
}
.mamalife:after{
	border-top-color: #FF7A00 !important;
}
.working-mama:after {
	border-top-color: #73C429 !important;
}
.season:after {
	border-top-color: #00BD9E !important;
}
.odekake:after {
	border-top-color: #C47DFF !important;
}



/*--------------------------------------------------------
　infoMation
--------------------------------------------------------*/
#infoMation {
	display: block;
	margin:0 3.125% 1em;    
    padding: 1em;
    border: 1px solid #ccc;
    border-radius: 0.5em;
	font-size:77%;
	color:#666;
    background: #f7f7f7;
}
#infoMation dt {
    width:100%;    
    margin-bottom: 0.5em;
	vertical-align: top;
	text-align:center;
    background: #fff;
    padding: 0.25em;
    border-radius: 10em;
}
#infoMation dt img{
    width: 70px;
}
#infoMation dd {
	vertical-align: middle;
}
.infoMessage {
	height: 5em;
	overflow: auto;
	padding: 0;
}

.infoMessage li{
	padding-left:6.5em;
	text-indent:-6.5em;
	margin-bottom:0.1em;
}
.infoMessage li span{
	margin-right:1em;
}


/*--------------------------------------------------------
　message
--------------------------------------------------------*/
#message{
    font-size:100%;
    color:#666;
    border: 1px solid #ccc;
    margin: 0 3.125% 1em ;
    padding: 1em;
    border-radius: 0.5em;
}
#message a {
    color: #0645ad;
    text-decoration: none;
}
#message dt,
#message h2{
    font-size: 108%;
    font-weight: bold;
    text-align: center;
}
#message h2{
	margin-bottom: 1em;
}
#message dt {
	display: block;
	position: relative;
}

#message dt:before{
	display: block;
	content: "";
	position: absolute;
	top:0; 
	right:0;
	bottom:0;
	margin:auto;
	width: 20px;
	height: 4px;
	background-color: #009eff;
	transition: .2s;
	transform: rotate(90deg);
	-webkit-transform: rotate(90deg);
}
#message dt:after{
	display: block;
	content: "";
	position: absolute;
	top: 0; 
	right: 0;
	bottom: 0;
	margin: auto;
	width: 20px;
	height: 4px; 
	background-color: #009eff;
	transition: .3s;
}
#message dt.on:before{
	transform: rotate(0deg);
	-webkit-transform: rotate(0deg);
}
#message dt.on:after{
	background-color: transparent;
}

#message dd{
    padding-top: 1em;
    font-size:85%;   
}
#message dd img{
    width: 185px;
}
#message p{
    margin: 0.5em 0.5em 1.5em; 
}
