@charset "UTF-8";

/* --------------------------------------------------------------------- */
/* setting */
/* --------------------------------------------------------------------- */

.cc-pass{
	max-width: 1067px;
	margin: 0 auto;
	padding: 50px 0;

}

.cc-pass p{
	font-size: 16px;
	line-height: 1.6;
	margin: 0;
}

.cc-pass form p:nth-child(2){
	margin: 40px 0 0 0;
}

.cc-pass input[type="password"]{
	width: 200px;
}

.cc-pass input[type="submit"]{
	width: 100px;
	border-radius: 10px;
	border: 1px solid #333;
	padding: 4px 0;
	background: #fff;
}

@import url('https://fonts.googleapis.com/css2?family=Montserrat:wght@100;200;300;400;500;600;700&display=swap');

.s-f-g{
	font-family: "游ゴシック体", "Yu Gothic", YuGothic, "Hiragino Kaku Gothic Pro", "ヒラギノ角ゴ Pro W3", "ヒラギノ角ゴ Pro", "メイリオ", "Meiryo", メイリオ, Meiryo, Osaka, "ＭＳ Ｐゴシック", "Helvetica", "Verdana", sans-serif !important;
}

.s-f-m{
	font-family: "游明朝", YuMincho, "Hiragino Mincho ProN W3", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
}

.s-f-ms{
	font-family: 'Montserrat', sans-serif;
}

/* --------------------------------------------------------------------- */
/* all */
/* --------------------------------------------------------------------- */

body.open {
  width: 100%;
}

.fs-l-page-new{
	padding-top: 210px;
}

.m_sideber-new{
	flex: 1;
	margin-left: 12px;
	border-left: 2px solid #eaeaea;
	padding: 30px 0 0 0;
}

.l-sns{
	margin: 20px 0 0 0;
	padding: 0 0 0px 0;
	font-size: 0;
}

.l-sns ul{
	margin: 0;
	padding: 0;
	text-align: center;
	list-style: none;
}

.l-sns ul li{
	width: 30px;
	display: inline-block;
	margin: 0 26px 0 0;
	padding: 0;
}

.l-sns ul li:last-child{
	margin: 0 0 0 0;
}


@media screen and (max-width: 768px){
	.fs-l-page-new{
		padding-top: 90px;
	}

	.m_sideber-new{
		flex: 1;
		width: 100%;
		display: block;
		margin-left: 0px;
		border-left: none;
	}

	.fs-p-sideMenu{
		display: none;
	}

	.sidebar_banner_parts{
		display: none;
	}

	.l-sns{
		margin: 20px 0 0 0;
		padding: 0 0 0px 0;
		font-size: 0;
	}

	.l-sns ul{
		margin: 0;
		padding: 0;
		text-align: center;
		list-style: none;
	}

	.l-sns ul li{
		width: 30px;
		display: inline-block;
		margin: 0 26px 0 0;
		padding: 0;
	}

	.l-sns ul li:last-child{
		margin: 0 0 0 0;
	}
}

/* --------------------------------------------------------------------- */
/* display / inline */
/* --------------------------------------------------------------------- */

.u-db-pc{
	display: block !important;
}

.u-db-sp{
	display: none !important;
}

.u-dib-pc{
	display: inline-block !important;
}

.u-dib-sp{
	display: none !important;
}

.u-di-pc{
	display: inline !important;
}

.u-di-sp{
	display: none !important;
}

@media screen and (max-width: 768px){

.u-db-pc{
	display: none !important;
}

.u-db-sp{
	display: block !important;
}

.u-dib-pc{
	display: none !important;
}

.u-dib-sp{
	display: inline-block !important;
}

.u-di-pc{
	display: none !important;
}

.u-di-sp{
	display: inline !important;
}

}

/* --------------------------------------------------------------------- */
/* index */
/* --------------------------------------------------------------------- */

.i-ttl-1{
	font-size: 20px;
	font-weight: bold;
	line-height: 1;
	text-align:center;
	color: #000;
	letter-spacing: 2px;
	padding: 0 0 0 2px;
	margin: 0;
	position: relative;
}

.i-ttl-1 span{
	text-decoration: underline;
	text-underline-offset: 13px;
	position: relative;
}

.i-copy{
	display: none;
}

@media screen and (max-width: 768px){

	.i-ttl-1{
		font-size: 14px;
		font-weight: bold;
		line-height: 1;
		text-align:center;
		color: #000;
		letter-spacing: 2px;
		padding: 0 0 0 2px;
		margin: 0;
		position: relative;
	}
	
	.i-ttl-1 span{
		text-decoration: underline;
		text-underline-offset: 10px;
		position: relative;
	}

	.i-copy{
		display: block;
		background: #eef8f6;
		margin: 0 -15px !important;
		padding: 14px 0;
	}

	.i-copy p{
		font-size: 12px;
		line-height: 1.8;
		font-weight: bold;
		color: #00a199;
		text-align: center;
		margin: 0 0 0 0;
	}

}

/* i-pi */

#i-pi .item_pickup_top.fs-c-productListCarousel.fs-c-slick {
    display: block;
}

#i-pi span.fs-c-productListCarousel__ctrl {
    display: none !important;
}

#i-pi .fs-c-productListCarousel__list {
    display: block;
}

#i-pi .slick-track{
    display: flex !important;
    grid-template-columns: 1fr 1fr 1fr 1fr !important;
    grid-gap: 28px !important;
    width: 100% !important;
    transform: none !important;
	gap: 40px 18px !important;
	flex-wrap: wrap;
	justify-content: space-between;
	align-items: stretch;
}

#i-pi .slick-slide{
	width: calc((100% - 18px * 3) / 4);
	position: relative;
	display: block;
	float: none !important;
}

#i-pi div.slick-track::before {
    content: none !important;
}

#i-pi article.fs-c-productListCarousel__list__item.fs-c-productListItem {
    min-width: 100%;
    margin: 0;
}

#i-pi .fs-c-productName__copy{
	display: none;
}

#i-pi .fs-c-productListItem__productName {
	margin: 8px 0 0px 0 !important;
}

#i-pi .fs-c-productListItem__productName {
	height: 50px;
}

#i-pi .fs-c-productListItem__prices{
	display: none;
}

#i-pi .fs-c-buttonContainer{
	display: block;
	padding: 0 !important;
}

#i-pi .fs-c-button--addToCart--list{
	width: 100% !important;
}

@media (hover: hover) and (pointer: fine) {

#i-pi .fs-c-button--addToCart--list:hover{
	text-decoration: none !important;
}

}

#i-pi .slick-track::before,#i-pi .slick-track::after {
	display: none;
}

@media screen and (max-width: 768px){

	#i-pi .slick-track{
		display: flex !important;
		grid-template-columns: 1fr 1fr 1fr 1fr !important;
		grid-gap: 28px !important;
		width: 100% !important;
		transform: none !important;
		gap: 30px 14px !important;
		flex-wrap: wrap;
		justify-content: space-between;
		align-items: stretch;
	}

	#i-pi .slick-slide{
		width: calc((100% - 14px * 2) / 3) !important;
		position: relative;
		display: block;
		float: none !important;
	}

	#i-pi .fs-c-productListItem__productName {
		height: 50px;
	}

	#i-pi .fs-c-productName__name{
		font-size: 11px !important;
		line-height: 18px !important;
	}
}

/* i-info */

#i-info{
	border-top: 1px solid #eaeaea;
	border-bottom: 1px solid #eaeaea;
	padding: 26px 36px;
	margin: 50px 0 0 0;
}

.i-info-ttl{
	font-size: 18px;
	font-weight: bold;
	line-height: 1;
	text-align: left;
	color: #000;
	letter-spacing: 2px;
	margin: 0;
}

.i-info-list{
	margin: 20px 0 0 0;
}

.i-info-box{
	margin: 0 0 4px 0;
}

.i-info-box:last-child{
	margin: 0 0 0 0 ;
}

.i-info-box a{
	text-decoration: none !important;
	transition: .2s !important;
}

@media (hover: hover) and (pointer: fine) {
	.i-info-box a:hover .i-info-box-day,.i-info-box a:hover .i-info-box-ttl{
		text-decoration: none !important;
		opacity: .7;
	}
}

.i-info-box-b{
	display: flex;
}

.i-info-box-day{
	width: 100px;
	font-size: 14px;
	line-height: 1.8;
	color: #eb6d73;
	text-align: left;
	margin: 0 0 0 0;
}

.i-info-box-ttl{
	font-size: 14px;
	line-height: 1.8;
	color: #000000;
	flex: 1;
	text-align: left;
	margin: 0 0 0 0;
}

.i-info-more{
	font-size: 14px;
	line-height: 1.8;
	color: #000;
	text-align: left;
	margin: 20px 0 0 0;
	letter-spacing: 2px;
	font-weight: 600;
}

.i-info-more a{
	color: #00a199;
	text-decoration: underline;
	text-underline-offset: 3px;
}

@media (hover: hover) and (pointer: fine) {
	.i-info-more a:hover{
		text-decoration: none;
	}
}

@media screen and (max-width: 768px){

	#i-info{
		border-top: none;
		border-bottom:  none;
		padding: 0 0px;
		margin: 30px 0 0 0;
	}
	
	.i-info-ttl{
		font-size: 12px;
		font-weight: bold;
		line-height: 1;
		text-align: left;
		color: #000;
		letter-spacing: 1px;
		margin: 0;
	}
	
	.i-info-list{
		margin: 20px 0 0 0;
	}
	
	.i-info-box{
		margin: 0 0 4px 0;
	}
	
	.i-info-box:last-child{
		margin: 0 0 0 0 ;
	}
	
	.i-info-box a{
		text-decoration: none !important;
		transition: .2s !important;
	}
	
	.i-info-box-b{
		display: flex;
	}
	
	.i-info-box-day{
		width: 70px;
		font-size: 12px;
		line-height: 1.8;
		color: #eb6d73;
		text-align: left;
		margin: 0 0 0 0;
	}
	
	.i-info-box-ttl{
		font-size: 12px;
		line-height: 1.8;
		color: #000000;
		flex: 1;
		text-align: left;
		margin: 0 0 0 0;
	}
	
	.i-info-more{
		font-size: 10px;
		line-height: 1.8;
		color: #000;
		text-align: left;
		margin: 20px 0 0 0;
		letter-spacing: 2px;
		font-weight: 600;
	}
	
	.i-info-more a{
		color: #00a199;
		text-decoration: underline;
		text-underline-offset: 3px;
	}

}

/* i-pi */

#i-pi{
	margin: 40px 0 0 0;
}

#i-pi .fs-c-productListCarousel{
	padding: 40px 0 0 0;
	margin: 0;
}

@media screen and (max-width: 768px){

	#i-pi .fs-c-productListCarousel{
		padding: 30px 0 0 0;
		margin: 0;
	}

}

/* i-fedu */

#i-fedu{
	margin: 50px 0 0 0;
}

#i-fedu p{
	font-size: 22px;
	line-height: 1;
	color: #000;
	text-align: center;
	margin: 20px 0 0 0;
	letter-spacing: 2px;
	font-weight: 600;
	border: 1px solid #000;
}

#i-fedu p a{
	display: block;
	padding: 18px 20px;
	background: #f7f7f7;
	color: #000000;
	text-decoration: none;
	transition: .2s;
}

@media (hover: hover) and (pointer: fine) {
	#i-fedu p a:hover{
		opacity: .6;
	}
}

@media screen and (max-width: 768px){

	#i-fedu{
		margin: 40px 0 0 0;
	}
	
	#i-fedu p{
		font-size: 14px;
		line-height: 1;
		color: #000;
		text-align: center;
		margin: 20px 0 0 0;
		letter-spacing: 2px;
		font-weight: 600;
		border: 1px solid #000;
	}
	
	#i-fedu p a{
		display: block;
		padding: 16px 20px;
		background: #f7f7f7;
		color: #000000;
		text-decoration: none;
		transition: .2s;
	}
}

/* i-c-bb */

.i-c-bb{
	margin: 50px 0 0 0;
}

.i-c-bb ul{
	list-style: none;
	margin: 0;
	padding: 0;
}

.i-c-bb ul li{
	margin: 0;
	padding: 0;
	font-size: 0;
	margin: 0 0 20px;
}

.i-c-bb ul li:last-child{
	margin: 0 0 0 0;
}

@media screen and (max-width: 768px){

}

/* i-ic */

#i-ic{
	margin: 100px 0 0 0;
}

.i-ic-block{
	margin: 20px 0 0 0;
}

.i-ic-block-ttl{
	position: relative;
	text-align: left;
	padding: 0 0 4px 0;
}

.i-ic-block-ttl:before {
	width: 100%;
	height: 2px;
	margin: 0 auto;
	content: "";
	background-image: linear-gradient(to right, #000, #000 4px, transparent 4px, transparent 6px);
	background-size: 6px 1px;
	background-position: left bottom;
	background-repeat: repeat-x;
	display: block;
	position: absolute;
	bottom: 0px;
	left: 0;
	right: 0;
	margin: auto;
}

.i-ic-block-ttl h3{
	font-size: 18px;
	line-height: 1;
	color: #fff;
	text-align: left;
	margin: 0px 0 0 0;
	letter-spacing: 2px;
	padding: 10px 18px 10px 16px;
	font-weight: 600;
	background: #000;
	border-radius: 8px 8px 0 0 ;
	display: inline-block;
}

.i-ic-block-b{
	margin: 8px 0 0 0;
	display: flex;
	gap: 6px 6px;
	flex-wrap: wrap;
	justify-content: space-between;
	align-items: stretch;
}

.purpose .i-ic-block-b:after,.ms .i-ic-block-b:after{
	width: calc((100% - 6px * 2) / 3);
	content: "";
	display: block;
	height: 0;
}

.purpose .i-ic-navi{
	width: calc((100% - 6px * 2) / 3);
	position: relative;
}

.age .i-ic-navi{
	width: calc((100% - 6px * 6) / 7);
	position: relative;
}

.ms .i-ic-navi{
	width: calc((100% - 6px * 2) / 3);
	position: relative;
}

.i-ic-navi-h{
	height: 100%;
	position: relative;
}

.purpose .i-ic-navi-h a{
	display: block;
	background:#f7f7f7;
	text-decoration: none;
	padding: 4px 12px;
	transition: .2s;
	height: 100%;
	box-sizing: border-box;
}

.age .i-ic-navi-h a{
	display: block;
	background:#f7f7f7;
	text-decoration: none;
	padding: 4px 4px;
	transition: .2s;
	height: 100%;
	box-sizing: border-box;
}

.ms .i-ic-navi-h a{
	display: block;
	background:#f7f7f7;
	text-decoration: none;
	padding: 4px 12px;
	transition: .2s;
	height: 100%;
	box-sizing: border-box;
}

@media (hover: hover) and (pointer: fine) {
	.purpose .i-ic-navi-h:hover a{
		background: #eaf7f6;
	}

	.age .i-ic-navi-h:hover a{
		background: #eaf7f6;
	}

	.ms .i-ic-navi-h:hover a{
		background: #f7eaf1;
	}
}

.purpose .i-ic-navi-h.hover a{
	background: #eaf7f6;
}

.ms .i-ic-navi-h.hover a{
	background: #f7eaf1;
}

.i-ic-navi-ib{
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	align-items: center;
}

.i-ic-navi-ib-b{
	flex: 1;
}

.i-ic-navi-ib-ttl{
	font-size: 16px;
	line-height: 1.4;
	color: #000000;
	font-weight: bold;
	text-align: left;
	margin: 0;
	letter-spacing: 2px;
}

.i-ic-navi-ib-i{
	width: 40px;
	height: 40px;
	font-size: 0;
	margin: 0;
}

.i-ic-navi-ib-b{
	flex: 1;
	margin: 0 0 0 6px;
}

.i-ic-navi-b{
	position: absolute;
	top: 100%;
	width: 454px;
	z-index: 2;
	display: none;
}

.i-ic-navi:nth-child(3) .i-ic-navi-b{
	right: 0;
}

.i-ic-navi:nth-child(4) .i-ic-navi-b{
	left: 0;
}

.i-ic-navi:nth-child(5) .i-ic-navi-b{
	left: 0;
}

.i-ic-navi:nth-child(6) .i-ic-navi-b{
	right: 0;
}

.i-ic-navi:nth-child(7) .i-ic-navi-b{
	left: 0;
}

.i-ic-navi:nth-child(8) .i-ic-navi-b{
	left: 0;
}

.i-ic-navi-b.open{
	display: block;
}

.i-ic-navi-b-i{
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	align-items: stretch;
	padding: 10px;
}

.purpose .i-ic-navi-b-i{
	background: #eaf7f6;
}

.ms .i-ic-navi-b-i{
	background: #f7eaf1;
}

.i-ic-snavi{
	width: 50%;
}

.i-ic-snavi a{
	display: block;
	text-decoration: none;
	padding: 10px;
	border-radius: 6px;
	transition: .2s;
}

@media (hover: hover) and (pointer: fine) {
	.purpose .i-ic-snavi a:hover{
		background: #d3efed;
	}
	.ms .i-ic-snavi a:hover{
		background: #efd3e5;
	}
}

.i-ic-snavi-ib{
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	align-items: center;
}

.i-ic-snavi-b{
	flex: 1;
	padding: 0 0 0 10px;
}

.i-ic-snavi-ttl{
	font-size: 14px;
	line-height: 1.3;
	color: #000000;
	font-weight: bold;
	text-align: left;
	margin: 0;
	letter-spacing: 2px;
}

.i-ic-snavi-i{
	width: 40px;
	height: 40px;
	font-size: 0;
	margin: 0;
}

.i-ic-navi-age{
	font-size: 15px;
	line-height: 1.4;
	color: #000000;
	text-align: center;
	margin: 0;
}

.i-ic-navi-age .age{
	font-size: 38px;
	font-weight: bold;
	vertical-align: -.05em;
	margin: 0 3px 0 0;
}

.i-ic-navi-age .hk{
	font-size: 12px;
}

.i-ic-navi-h-more{
	display: none;
}

@media screen and (max-width: 768px){

	#i-ic{
		margin: 60px 0 0 0;
	}
	
	.i-ic-block{
		margin: 20px 0 0 0;
	}
	
	.i-ic-block-ttl{
		position: relative;
		text-align: left;
		padding: 0 0 4px 0;
	}
	
	.i-ic-block-ttl:before {
		width: 100%;
		height: 2px;
		margin: 0 auto;
		content: "";
		background-image: linear-gradient(to right, #000, #000 4px, transparent 4px, transparent 6px);
		background-size: 6px 1px;
		background-position: left bottom;
		background-repeat: repeat-x;
		display: block;
		position: absolute;
		bottom: 0px;
		left: 0;
		right: 0;
		margin: auto;
	}
	
	.i-ic-block-ttl h3{
		font-size: 13px;
		line-height: 1;
		color: #fff;
		text-align: left;
		margin: 0px 0 0 0;
		letter-spacing: 1px;
		padding: 6px 14px 6px 15px;
		font-weight: 600;
		background: #000;
		border-radius: 6px 6px 0 0 ;
		display: inline-block;
	}
	
	.i-ic-block-b{
		margin: 8px 0 0 0;
		display: flex;
		gap:3px 0px;
		flex-wrap: wrap;
		justify-content: space-between;
		align-items: stretch;
	}
	
	.purpose .i-ic-block-b:after,.ms .i-ic-block-b:after{
		width: calc(100%);
		content: "";
		display: block;
		height: 0;
	}
	
	.purpose .i-ic-navi{
		width: calc(100%);
		position: relative;
	}

	.purpose .i-ic-navi:nth-child(1){
		width: calc(50% - 2px);
	}

	.purpose .i-ic-navi:nth-child(2){
		width: calc(50% - 2px);
	}
	
	.age .i-ic-navi{
		width: calc((100% - 3px * 2) / 3);
		position: relative;
	}
	
	.age .i-ic-navi:nth-child(1),.age .i-ic-navi:nth-child(2),.age .i-ic-navi:nth-child(3),.age .i-ic-navi:nth-child(4){
		width: calc((100% - 3px * 3) / 4);
	}
	
	.ms .i-ic-navi{
		width: calc(100%);
		position: relative;
	}
	
	.i-ic-navi-h{
		height: auto;
	}

	.i-ic-navi-h.next:before{
		content: "";
		position: absolute;
		top: 0;
		bottom: 0;
		right: 16px;
		margin: auto;
		width: 6px;
		height: 6px;
		border-top: 2px solid #000;
		border-right: 2px solid #000;
		transform: rotate(45deg);
		transition: .2s;
		pointer-events: none;
	}
	
	.purpose .i-ic-navi-h a{
		display: block;
		background:#f7f7f7;
		text-decoration: none;
		padding: 4px 12px;
		transition: .2s;
		height: auto;
		box-sizing: border-box;
	}
	
	.age .i-ic-navi-h a{
		display: block;
		background:#f7f7f7;
		text-decoration: none;
		padding: 4px 4px;
		transition: .2s;
		height: 100%;
		box-sizing: border-box;
	}
	
	.ms .i-ic-navi-h a{
		display: block;
		background:#f7f7f7;
		text-decoration: none;
		padding: 4px 10px;
		transition: .2s;
		height: 100%;
		box-sizing: border-box;
	}
	
	.i-ic-navi-ib{
		display: flex;
		flex-wrap: wrap;
		justify-content: space-between;
		align-items: center;
	}
	
	.i-ic-navi-ib-b{
		flex: 1;
	}
	
	.i-ic-navi-ib-ttl{
		font-size: 13px;
		line-height: 1.4;
		color: #000000;
		font-weight: bold;
		text-align: left;
		margin: 0;
		letter-spacing: 2px;
	}
	
	.i-ic-navi-ib-i{
		width: 30px;
		height: 30px;
		font-size: 0;
		margin: 0;
	}
	
	.i-ic-navi-ib-b{
		flex: 1;
		margin: 0 0 0 6px;
	}
	
	.i-ic-navi-b{
		position: relative;
		top: 0;
		width: 100%;
		z-index: 2;
		display: none;
	}
	
	.i-ic-navi:nth-child(3) .i-ic-navi-b{
		right: 0;
	}
	
	.i-ic-navi:nth-child(4) .i-ic-navi-b{
		left: 0;
	}
	
	.i-ic-navi:nth-child(5) .i-ic-navi-b{
		left: 0;
	}
	
	.i-ic-navi:nth-child(6) .i-ic-navi-b{
		right: 0;
	}
	
	.i-ic-navi:nth-child(7) .i-ic-navi-b{
		left: 0;
	}
	
	.i-ic-navi:nth-child(8) .i-ic-navi-b{
		left: 0;
	}
	
	.i-ic-navi-b.open{
		display: block;
	}
	
	.i-ic-navi-b-i{
		background: #eaf7f6;
		display: flex;
		flex-wrap: wrap;
		justify-content: space-between;
		align-items: stretch;
		padding: 10px;
	}
	
	.i-ic-snavi{
		width: 50%;
	}
	
	.i-ic-snavi a{
		display: block;
		text-decoration: none;
		padding: 6px 5px;
		border-radius: 0px;
		transition: .2s;
	}
	
	.i-ic-snavi-ib{
		display: flex;
		flex-wrap: wrap;
		justify-content: space-between;
		align-items: center;
	}
	
	.i-ic-snavi-b{
		flex: 1;
		padding: 0 0 0 10px;
	}
	
	.i-ic-snavi-ttl{
		font-size: 11px;
		line-height: 1.3;
		color: #000000;
		font-weight: bold;
		text-align: left;
		margin: 0;
		letter-spacing: 1px;
	}
	
	.i-ic-snavi-i{
		width: 24px;
		height: 24px;
		font-size: 0;
		margin: 0;
	}
	
	.i-ic-navi-age{
		font-size: 10px;
		line-height: 1.4;
		color: #000000;
		text-align: center;
		margin: 0;
	}
	
	.i-ic-navi-age .age{
		font-size: 24px;
		font-weight: bold;
		vertical-align: -.05em;
		margin: 0 3px 0 0;
	}
	
	.i-ic-navi-age .hk{
		font-size: 8px;
	}

	.i-ic-navi-h-more{
		display: block;
		position: absolute;
		width: 40px;
		height: 100%;
		margin: auto;
		z-index: 99;
		top: 0;
		bottom: 0;
		right: 0px;
		cursor: pointer;
	}

	.i-ic-navi-h-more:before{
		width: 14px;
		height: 2px;
		content: "";
		background: #000;
		position: absolute;
		top: 0;
		bottom: 0;
		left: 0;
		right: 0;
		margin: auto;
	}

	.i-ic-navi-h-more:after{
		width: 14px;
		height: 2px;
		content: "";
		background: #000;
		position: absolute;
		top: 0;
		bottom: 0;
		left: 0;
		right: 0;
		margin: auto;
		transform: rotate(90deg);
		transition: .2s;
	}

	.i-ic-navi-h-more.open:after{
		transform: rotate(0deg);
	}

	.l-gn-nlist-navi-h.next .l-gn-nlist-navi-h-ttl a{
		position: relative;
	}

	.l-gn-nlist-navi-h.next .l-gn-nlist-navi-h-ttl a:before{
		content: "";
		position: absolute;
		top: 0;
		bottom: 0;
		right: 16px;
		margin: auto;
		width: 8px;
		height: 8px;
		border-top: 2px solid #000;
		border-right: 2px solid #000;
		transform: rotate(45deg);
		transition: .2s;
		pointer-events: none;
	}
}


/* i-column */

#i-column{
	margin: 100px 0 0 0;
}

.i-column-list{
	margin: 40px 0 0 0;
	display: flex;
	gap: 30px 20px;
	flex-wrap: wrap;
	justify-content: space-between;
	align-items: stretch;
}

.i-column-entry{
	width: calc((100% - 20px * 1) / 2);
}

.i-column-entry a{
	display: block;
	text-decoration: none;
	position: relative;
	transition: .2s;
}

@media (hover: hover) and (pointer: fine) {
	.i-column-entry a:hover{
		opacity: .7;
	}
}

.i-column-entry-img{
	font-size: 0;
	margin: 0;
	line-height: 1;
}

.i-column-entry-icon{
	font-size: 0;
	margin: 0;
	width: 60px;
	height: 60px;
	border-radius: 50%;
	overflow: hidden;
	position: absolute;
	top: -16px;
	left: -16px;
}

.ep .i-column-entry-icon{
	background: #1ea3de;
}

.crt .i-column-entry-icon{
	background: #ec767b;
}

.ce .i-column-entry-icon{
	background: #60c0bd;
}

.pe .i-column-entry-icon{
	background: #f6cf45;
}

.cm .i-column-entry-icon{
	background: #eb9b65;
}

.i-column-entry-cat{
	font-size: 13px;
	line-height: 1.4;
	color: #000000;
	text-align: center;
	font-weight: bold;
	margin: 16px 0 0 0;
}

.ep .i-column-entry-cat{
	color: #1ea3de;
}

.crt .i-column-entry-cat{
	color: #ec767b;
}

.ce .i-column-entry-cat{
	color: #60c0bd;
}

.pe .i-column-entry-cat{
	color: #f6cf45;
}

.cm .i-column-entry-cat{
	color: #eb9b65;
}

.i-column-entry-ttl{
	font-size: 20px;
	line-height: 1.6;
	color: #000000;
	text-align: center;
	font-weight: bold;
	margin: 6px 0 0 0;
	letter-spacing: 2px;
	padding: 0 0 10px 2px;
	position: relative;
}

.i-column-entry-ttl:after{
	width: 100%;
	height: 2px;
	margin: 0 auto;
	content: "";
	background-image: linear-gradient(to right, #000, #000 4px, transparent 4px, transparent 8px);
	background-size: 8px 1px;
	background-position: left bottom;
	background-repeat: repeat-x;
	display: block;
	position: absolute;
	bottom: 0px;
	left: 0;
	right: 0;
	margin: auto;
}

.i-column-entry-more{
	font-size: 14px;
	line-height: 1;
	color: #00a199;
	text-align: center;
	margin: 12px 0 0 0;
	letter-spacing: 1px;
	
}

.i-column-entry-more span{
	text-decoration: underline;
	text-underline-offset: 3px;
}

.i-column-more{
	text-align: center;
	margin: 40px 0 0 0;
}

.i-column-more p{
	display: block;
	margin: 0 auto;
	font-size: 16px;
	line-height: 1;
	letter-spacing: 2px;
	max-width: 280px;
	font-weight: bold;
}

.i-column-more p a{
	border: 2px solid #000;
	padding: 12px 10px 12px 12px;
	display: block;
	color: #000;
	text-decoration: none;
	transition: .2s;
}

@media (hover: hover) and (pointer: fine) {
	.i-column-more p a:hover{
		background: #000;
		color: #fff;
}
}

@media screen and (max-width: 768px){

	#i-column{
		margin: 60px 0 0 0;
	}
	
	.i-column-list{
		margin: 30px 0 0 0;
		display: flex;
		gap: 30px 0px;
		flex-wrap: wrap;
		justify-content: space-between;
		align-items: stretch;
	}
	
	.i-column-entry{
		width: calc(100%);
	}
	
	.i-column-entry a{
		display: block;
		text-decoration: none;
		position: relative;
		transition: .2s;
	}
	
	.i-column-entry-img{
		font-size: 0;
		margin: 0;
		line-height: 1;
	}
	
	.i-column-entry-icon{
		font-size: 0;
		margin: 0;
		width: 44px;
		height: 44px;
		border-radius: 50%;
		overflow: hidden;
		position: absolute;
		top: -8px;
		left: -8px;
	}
	
	.i-column-entry-cat{
		font-size: 11px;
		line-height: 1.4;
		color: #000000;
		text-align: center;
		font-weight: bold;
		margin: 16px 0 0 0;
	}

	.i-column-entry-ttl{
		font-size: 18px;
		line-height: 1.6;
		color: #000000;
		text-align: center;
		font-weight: bold;
		margin: 6px 0 0 0;
		letter-spacing: 2px;
		padding: 0 0 0px 2px;
		position: relative;
	}
	
	.i-column-entry-ttl:after{
		display: none;
	}
	
	.i-column-entry-more{
		font-size: 10px;
		line-height: 1;
		color: #00a199;
		text-align: center;
		margin: 10px 0 0 0;
		letter-spacing: 1px;
		
	}
	
	.i-column-entry-more span{
		text-decoration: underline;
		text-underline-offset: 3px;
	}
	
	.i-column-more{
		text-align: center;
		margin: 40px 0 0 0;
	}
	
	.i-column-more p{
		display: block;
		margin: 0 auto;
		font-size: 14px;
		line-height: 1;
		letter-spacing: 2px;
		max-width: 100%;
		font-weight: bold;
	}
	
	.i-column-more p a{
		border: 1px solid #000;
		padding: 12px 10px 12px 12px;
		display: block;
		color: #000;
		text-decoration: none;
		transition: .2s;
	}

}

.side-b{
	list-style: none;
	margin: 0 0 20px 0;
	padding: 0 15px;
}

.side-b li{
	margin: 0;
	font-size: 0;
	margin:0 0 10px 0;
}

.side-b li:last-child{
	margin: 0;
}


/* --------------------------------------------------------------------- */
/* header */
/* --------------------------------------------------------------------- */

.l-h{
	width: 100%;
	height: 200px;
	position: fixed;
	top: 0;
	left: 0;
	z-index: 999;
	background: #fff;
	margin: 0;
	padding: 0;
	transition: .2s;
}

.l-h.min{
	height: 110px;
}

.l-h-logo-zkai{
	width: 130px;
	font-size: 0;
	margin: auto;
	position: absolute;
	top: 20px;
	right: 40px;
}

.l-h-w{
	padding: 0 20px;
	height: 200px;
	transition: .2s;
}

.l-h.min .l-h-w{
	height: 110px;
}

.l-h-b{
	max-width:1047px;
	margin: 0 auto;
	height: 200px;
	position: relative;
	padding: 0;
	transition: .2s;
}

.l-h.min .l-h-b{
	height: 110px;
}

.l-h-logo-mc{
	opacity: 0;
	pointer-events: none;
	position: absolute;
	left: 0px;
	top: 38px;
	font-size: 0;
	width: 22px;
	transition: .2s;
}

.l-h-logo-mc a{
	display: block;
	transition: .2s;
}

@media (hover: hover) and (pointer: fine) {
	.l-h-logo-mc a:hover{
		opacity: .6;
	}
}

.l-h-logo-txt{
	font-size: 11px;
	font-weight: bold;
	line-height: 1;
	text-align:center;
	color: #000;
	letter-spacing: 1px;
	padding: 0 0 0 8px;
	margin: auto;
	position: absolute;
	top: 44px;
	left: 0;
	right: 0;
	width: 248px;
	transition: .2s;
}

.l-h-logo{
	width: 248px;
	font-size: 0;
	margin: auto;
	position: absolute;
	top: 62px;
	left: 0;
	right: 0;
	transition: .2s;
}

.l-h.min .l-h-logo-mc{
	opacity: 1;
	pointer-events:unset;
	top: 48px;
}

.l-h.min .l-h-logo-txt{
	opacity: 0;
	pointer-events: none;
}

.l-h.min .l-h-logo{
	opacity: 0;
	pointer-events: none;
}

.l-h-search{
	position: absolute;
	right: 0px;
	top: 70px;
	transition: .2s;
}

.l-h.min .l-h-search{
	opacity: 0;
	pointer-events: none;
}

.l-h-search-b{
	background: #eef8f6;
	width: 250px;
	height: 34px;
	border-radius: 30px;
	position: relative;
	overflow: hidden;
	margin: 0;
}

.l-h-search-input{
	border: none;
	width: 250px;
	vertical-align: top;
	margin: 0px;
	height: 100%;
	font-size: 16px;
	color: #00a199;
	background:transparent !important;
	outline: none !important;
	border-radius: 0px !important;
	padding: 3px 5px 3px 15px !important;
}

.l-h-search-input:focus{
	border: none;
	outline: none;
	box-shadow: none;
}

.l-h-search-i{
	width: 17px;
	height: 17px;
	border: none;
	background: url(https://ice-monoko.com/monoko/wp-content/themes/monoko2018/images/h-i-s.png) no-repeat;
	background-size: 17px 17px;
	position: absolute;
	top: 7px;
	margin: 0;
	right: 10px;
	cursor: pointer;
	padding: 0;
}

.l-h-g{
	position: absolute;
	top: 164px;
	left: 38px;
	transition: .2s;
}

.l-h.min .l-h-g{
	top: 66px;
}

.l-h-g-list ul{
	margin: 0;
	padding: 0;
	list-style: none;
	font-size: 0;
}

.l-h-g-list ul li{
	margin: 0 34px 0 0 ;
	position: relative;
}

.l-h-g-list ul li:last-child{
	margin: 0 0 0 0;
}

.l-h-g-c {
	display: inline-block;
}

.c-1{
	font-size: 16px;
	font-weight: bold;
	line-height: 1;
	text-align:left;
	color: #000;
	letter-spacing: 1px;
	padding: 0 0 0 1px;
	margin: 0;
}

.c-1 a{
	text-decoration: none;
	color: #000;
	transition: .2s;
}

@media (hover: hover) and (pointer: fine) {
	.c-1 a:hover{
		opacity: .6;
	}
}

.c-sub a{
	padding: 0 0 0 20px;
	position: relative;
}

.c-sub a:before{
	content: "";
	position: absolute;
	top: 3px;
	left: 0px;
	margin: 0;
	width: 6px;
	height: 6px;
	border-top: 2px solid #000;
	border-right: 2px solid #000;
	transform: rotate(135deg);
	transition: .2s;
	pointer-events: none;
}

.l-h-g-guid{
	margin: 0 34px 0 34px !important;
}

.c-guide a{
	padding: 0 16px 0 0;
	position: relative;
}

.c-guide a:before{
	width: 1px;
	height: 16px;
	content: "";
	display: block;
	background: #000;
	position: absolute;
	top: -2px;
	left: -34px;
}

.c-guide a:after{
	content: "";
	position: absolute;
	top: 2px;
	right: 0px;
	margin: 0;
	width: 5px;
	height: 5px;
	border-top: 2px solid #000;
	border-right: 2px solid #000;
	transform: rotate(135deg);
	transition: .2s;
	pointer-events: none;
}

.c-2{
	font-size: 13px;
	font-weight: bold;
	line-height: 1;
	text-align:left;
	color: #000;
	letter-spacing: 1px;
	padding: 0 0 0 1px;
	margin: 0;
}

.c-2 a{
	text-decoration: none;
	color: #000;
	transition: .2s;
}

@media (hover: hover) and (pointer: fine) {
	.c-2 a:hover{
		opacity: .6;
	}
}

.l-h-g-cart .c-2 a{
	position: relative;
	padding: 0 0 0 22px;
}

.l-h-g-cart .c-2 a:after{
	width: 16px;
	height: 16px;
	content: "";
	background: url(https://ice-monoko.com/monoko/wp-content/themes/monoko2018/images/h-i-cart.png) no-repeat;
	background-size: 16px 16px;
	position: absolute;
	top: -2px;
	margin: 0;
	left: 0px;
}

.l-h-g-sub{
	display: none;
	position: absolute;
	top: 100%;
	text-align: left;
	z-index: 99999;
}

.l-h-g-category .l-h-g-sub,.l-h-g-column .l-h-g-sub{
	left: 0px;
}

.l-h-g-guid .l-h-g-sub{
	left: -16px;
}

.l-h-g-sub.open{
	display: block;
}

.l-h-g-sub ul{
	list-style: none;
	background: #fff;
	padding: 20px 20px 16px 20px;
}

.l-h-g-sub ul li{
	font-size: 14px;
	line-height: 2;
	text-align:left;
	color: #000;
	letter-spacing: 1px;
	padding: 0 0 0 1px;
	margin: 0;
	white-space: nowrap;
}

.l-h-g-sub ul li a{
	color: #000;
	text-decoration: none;
	position: relative;
	padding: 0 0 0 10px;
	transition: .2s;
}

.l-h-g-sub ul li a:before{
	width: 4px;
	height: 1px;
	background: #000;
	content: "";
	position: absolute;
	top: 7px;
	left: 0px;
}

@media (hover: hover) and (pointer: fine) {
	.l-h-g-sub ul li a:hover{
		opacity: .6;
	}
}




@media screen and (max-width: 768px){

	.l-h{
		width: 100%;
		height: 80px;
		position: absolute;
		top: 0;
		left: 0;
		z-index: 999;
		background: #fff;
		margin: 0;
		padding: 0;
		transition: .2s;
	}
	
	.l-h.min{
		height: 80px;
	}
	
	.l-h-logo-zkai{
		display: none;

	}
	
	.l-h-w{
		padding: 0 20px;
		height: 90px;
		transition: .2s;
	}
	
	.l-h.min .l-h-w{
		height: 90px;
	}
	
	.l-h-b{
		max-width:1047px;
		margin: 0 auto;
		height: 90px;
		position: relative;
		padding: 0;
		transition: .2s;
	}
	
	.l-h.min .l-h-b{
		height: 90px;
	}
	
	.l-h-logo-mc{
		display: none;
	}
	
	.l-h-logo-txt{
		font-size: 8px;
		font-weight: bold;
		line-height: 1;
		text-align:center;
		color: #000;
		letter-spacing: 1px;
		padding: 0 0 0 20px;
		margin: auto;
		position: absolute;
		top: 28px;
		left: 0;
		right: 0;
		width: 162px;
		transition: .2s;
	}
	
	.l-h-logo{
		width: 162px;
		font-size: 0;
		margin: auto;
		position: absolute;
		top: 40px;
		left: 0;
		right: 0;
		transition: .2s;
	}
	
	.l-h.min .l-h-logo-txt{
		opacity: 0;
		pointer-events: none;
	}
	
	.l-h.min .l-h-logo{
		opacity: 0;
		pointer-events: none;
	}
	
	.l-h-search{
		display: none;
	}
	
	.l-h-g{
		display: none;
	}

}

/* --------------------------------------------------------------------- */
/* footer */
/* --------------------------------------------------------------------- */

.l-f{
	padding: 40px 0 0 0;
}

.l-f-banner{
	margin: 0 20px;
	padding: 0 0 60px 0;
}

.l-f-banner nav{
	max-width:1067px;
	margin: 0 auto;
	padding: 0;
}

.l-f-banner nav ul{
	margin: 0;
	display: flex;
	gap: 22px 22px;
	flex-wrap: wrap;
	justify-content: space-between;
	align-items: stretch;
	list-style: none;
	padding: 0;
}

.l-f-banner nav ul:before{
	width: calc((100% - 22px * 3) / 4);
	height: 0;
	content: "";
	display: block;
	order: 2;
}

.l-f-banner nav ul:after{
	width: calc((100% - 22px * 3) / 4);
	height: 0;
	content: "";
	display: block;
}

.l-f-banner nav ul li{
	width: calc((100% - 22px * 3) / 4);
	font-size: 0;
	margin: 0;
	padding: 0;
}

.l-f-banner nav ul li a{
	display: block;
	transition: .2s;
}

@media (hover: hover) and (pointer: fine) {
	.l-f-banner nav ul li a:hover{
		opacity: .6;
	}
}

.l-f-b-1{
	width: 100%;
	background: #f7f7f7;
	padding: 46px 0 0 0;
}

.l-f-b-2{
	width: 100%;
	background: #f7f7f7;
	padding: 0 0 46px 0;
}

.l-f-guide{
	margin: 0 20px;
	padding: 0;
}

.l-f-guide-ttl{
	font-size: 20px;
	font-weight: bold;
	line-height: 1;
	text-align:center;
	color: #000;
	letter-spacing: 2px;
	padding: 0 0 0 2px;
	margin: 0;
}

.l-f-guide-ttl span{
	text-decoration: underline;
	text-underline-offset: 12px;
}

.l-f-guide-navilist{
	max-width:1067px;
	margin: 40px auto 0 auto;
	display: flex;
	gap: 16px 16px;
	flex-wrap: wrap;
	justify-content: space-between;
	align-items: stretch;
	list-style: none;
	padding: 0;
}

.l-f-guide-navilist:after{
	width: calc((100% - 16px * 2) / 3);
	height: 0;
	content: "";
	display: block;
}

.l-f-guide-navi{
	width: calc((100% - 16px * 2) / 3);
	min-height: 70px;
}

.l-f-guide-navi a{
	display: flex;
	height: 100%;
	background: #fff;
	text-decoration: none;
	transition: .2s;
}

@media (hover: hover) and (pointer: fine) {
	.l-f-guide-navi a:hover{
		opacity: .6;
	}
}

.l-f-guide-navi-ib{
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	align-items: center;
	padding: 0px 36px;
}

.l-f-guide-navi-i{
	width: 30px;
	height: 30px;
	font-size: 0;
	margin: 0;
}

.l-f-guide-navi-b{
	flex: 1;
	padding: 7px 14px 7px 12px;
}

.l-f-guide-navi-ttl{
	font-size: 15px;
	line-height: 1.6;
	color: #000000;
	text-align: left;
	font-weight: bold;
	letter-spacing: 1px;
	margin: 0;
}

.l-f-bs{
	padding: 70px 0 0 0;
}

.l-f-bs-ttl{
	font-size: 20px;
	font-weight: bold;
	line-height: 1;
	text-align:center;
	color: #000;
	letter-spacing: 2px;
	padding: 0 0 0 2px;
	margin: 0;
}

.l-f-bs-navi{
	margin: 0 20px;
}

.l-f-bs-navi ul{
	max-width:760px;
	margin: 40px auto 0 auto;
	display: flex;
	gap: 60px 60px;
	flex-wrap: wrap;
	justify-content: space-between;
	align-items: stretch;
	list-style: none;
	padding: 0;
}

.l-f-bs-navi ul li{
	width: calc((100% - 60px) / 2);
	font-size: 0;
	margin: 0;
	padding: 0;
}

.l-f-bs-navi ul li a{
	display: block;
	transition: .2s;
}

@media (hover: hover) and (pointer: fine) {
	.l-f-bs-navi ul li a:hover{
		opacity: .6;
	}
}

.l-f-navi{
	margin: 100px 20px 0 20px;
}

.l-f-navi-b{
	max-width:1067px;
	margin: 0px auto 0 auto;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	align-items: stretch;
}

.l-f-navi-list ul{
	list-style: none;
	margin: 0;
	padding: 0;
	text-align: left;
}

.l-f-navi-list ul li{
	display: inline-block;
	font-size: 14px;
	font-weight: bold;
	line-height: 1;
	text-align:left;
	color: #000;
	letter-spacing: 1px;
	padding: 0 24px 0 23px;
	position: relative;
}

.l-f-navi-list ul li:after{
	width: 1px;
	height: 100%;
	content: "";
	background: #000;
	position: absolute;
	top: 0;
	bottom: 0;
	right: 0;
	margin: auto;
}

.l-f-navi-list ul li:first-child{
	padding: 0 24px 0 0;
}

.l-f-navi-list ul li:last-child:after{
	display: none;
}

.l-f-navi-list ul li a{
	color: #000;
	text-decoration: none;
	transition: .2s;
}

@media (hover: hover) and (pointer: fine) {
	.l-f-navi-list ul li a:hover{
		opacity: .6;
	}
}

.l-f-navi-cr{
	font-size: 12px;
	font-weight: 400;
	line-height: 1;
	text-align:left;
	color: #000;
	letter-spacing: 1px;
	margin: 4px 0 0 0;
}

.l-f-zkai{
	width: 100%;
	padding: 46px 0;
	background: #1f3187;
}

.l-f-zkai p{
	max-width: 195px;
	font-size: 0;
	margin: 0 auto;
}

.l-f-zkai p a{
	display: block;
	transition: .2s;
}

.l-cvn{
	display: none;
}

.l-gn{
	display: none;
}

.l-s{
	display: none;
}

@media (hover: hover) and (pointer: fine) {
	.l-f-zkai p a:hover{
		opacity: .6;
	}
}

.l-f-pagetop {
	width: 40px;
	height: 40px;
	position: fixed;
	bottom: 50px;
	right: 54px;
	display: none;
	cursor: pointer;
}

.l-cvn{
	display: none;
}

@media screen and (max-width: 768px){

	.l-f{
		padding: 30px 0 59px 0;
	}
	
	.l-f-banner{
		margin: 0 15px;
		padding: 0 0 30px 0;
	}
	
	.l-f-banner nav{
		max-width:1067px;
		margin: 0 auto;
		padding: 0;
	}
	
	.l-f-banner nav ul{
		margin: 0;
		display: flex;
		gap: 16px 16px;
		flex-wrap: wrap;
		justify-content: space-between;
		align-items: stretch;
		list-style: none;
		padding: 0;
	}
	
	.l-f-banner nav ul:before{
		width: calc((100% - 16px * 1) / 2);
		height: 0;
		content: "";
		display: block;
		order: 2;
	}
	
	.l-f-banner nav ul:after{
		width: calc((100% - 16px * 1) / 2);
		height: 0;
		content: "";
		display: block;
	}
	
	.l-f-banner nav ul li{
		width: calc((100% - 16px * 1) / 2);
		font-size: 0;
		margin: 0;
		padding: 0;
	}
	
	.l-f-banner nav ul li a{
		display: block;
		transition: .2s;
	}

	.l-f-b-1{
		width: 100%;
		background: #fff;
		padding: 26px 0 40px 0;
	}
	
	.l-f-b-2{
		width: 100%;
		background: #f7f7f7;
		padding: 0 0 26px 0;
	}
	
	.l-f-guide{
		margin: 0 15px;
		background: #fff;
	}
	
	.l-f-guide-ttl{
		font-size: 14px;
		font-weight: bold;
		line-height: 1;
		text-align:center;
		color: #000;
		letter-spacing: 2px;
		padding: 0 0 0 2px;
		margin: 0;
	}
	
	.l-f-guide-ttl span{
		text-decoration: underline;
		text-underline-offset: 12px;
	}
	
	.l-f-guide-navilist{
		max-width:1067px;
		margin: 40px auto 0 auto;
		display: flex;
		gap: 4px 0px;
		flex-wrap: wrap;
		justify-content: space-between;
		align-items: stretch;
		list-style: none;
		padding: 0;
	}
	
	.l-f-guide-navilist:after{
		width: calc(100%);
		height: 0;
		content: "";
		display: block;
	}
	
	.l-f-guide-navi{
		width: calc(100%);
		min-height: auto;
	}
	
	.l-f-guide-navi a{
		display: flex;
		height: 100%;
		background: #f7f7f7;
		text-decoration: none;
		transition: .2s;
		position: relative;
	}

	.l-f-guide-navi a:after{
		content: "";
		position: absolute;
		top: 0;
		bottom: 0;
		right: 16px;
		margin: auto;
		width: 6px;
		height: 6px;
		border-top: 1px solid #000;
		border-right: 1px solid #000;
		transform: rotate(45deg);
		transition: .2s;
		pointer-events: none;
	}

	.l-f-guide-navi-ib{
		display: flex;
		flex-wrap: wrap;
		justify-content: space-between;
		align-items: center;
		padding: 0px 12px;
	}
	
	.l-f-guide-navi-i{
		width: 22px;
		height: 22px;
		font-size: 0;
		margin: 0;
	}
	
	.l-f-guide-navi-b{
		flex: 1;
		padding: 12px 14px 12px 12px;
	}
	
	.l-f-guide-navi-ttl{
		font-size: 13px;
		line-height: 1.6;
		color: #000000;
		text-align: left;
		font-weight: bold;
		letter-spacing: 1px;
		margin: 0;
	}

	
	
	.l-f-bs{
		padding: 40px 0 0 0;
	}
	
	.l-f-bs-ttl{
		font-size: 11px;
		font-weight: bold;
		line-height: 1;
		text-align:center;
		color: #000;
		letter-spacing: 2px;
		padding: 0 0 0 2px;
		margin: 0;
	}
	
	.l-f-bs-navi{
		margin: 0 15px;
	}
	
	.l-f-bs-navi ul{
		max-width:760px;
		margin: 20px auto 0 auto;
		display: flex;
		gap: 11px 11px;
		flex-wrap: wrap;
		justify-content: space-between;
		align-items: stretch;
		list-style: none;
		padding: 0;
	}
	
	.l-f-bs-navi ul li{
		width: calc((100% - 11px) / 2);
		font-size: 0;
		margin: 0;
		padding: 0;
	}
	
	.l-f-bs-navi ul li a{
		display: block;
		transition: .2s;
	}
	
	.l-f-navi{
		margin: 20px 15px 0 15px;
	}
	
	.l-f-navi-b{
		max-width:1067px;
		margin: 0px auto 0 auto;
		display: flex;
		flex-wrap: wrap;
		justify-content: space-between;
		align-items: stretch;
	}
	
	.l-f-navi-list ul{
		display: none;
	}

	.l-f-navi-cr{
		font-size: 8px;
		font-weight: 400;
		line-height: 1;
		text-align:center;
		color: #000;
		letter-spacing: 1px;
		margin: 0 0 0 0;
		width: 100%;
	}
	
	.l-f-zkai{
		width: 100%;
		padding: 60px 0;
		background: #1f3187;
	}
	
	.l-f-zkai p{
		max-width: 134px;
		font-size: 0;
		margin: 0 auto;
	}
	
	.l-f-zkai p a{
		display: block;
		transition: .2s;
	}
	
	.l-f-pagetop {
		display: none !important;
	}

	.l-cvn{
		width: 100%;
		height: 60px;
		position: fixed;
		left: 0;
		bottom: -1px;
		display: block;
		z-index: 99999;
	}

	.l-cvn-list{
		margin: 0;
		padding: 0;
		font-size: 0;
		display: flex;
	}

	.l-cvn-list li.home{
		width: 19%;
		background: #eef8f6;
	}

	.l-cvn-list li.login{
		width: 22%;
		background: #eef8f6;
	}

	.l-cvn-list li.search{
		width: 18%;
		background: #eef8f6;
	}

	.l-cvn-list li.cart{
		width: 18%;
		background: #eef8f6;
	}

	.l-cvn-list li.hm{
		width: 24%;
		background: #00a49a;
	}

	.l-cvn-list li a{
		height: 60px;
		display: flex;
		align-items: center;
		text-decoration: none;
	}

	.l-cvn-navi-b{
		width: 100%;
	}

	.l-cvn-navi-i{
		width: 26px;
		height: 26px;
		font-size: 0;
		margin: 0 auto;
	}

	.l-cvn-navi-ttl{
		font-size: 8.4px;
		font-weight: bold;
		line-height: 1;
		text-align:center;
		color: #00a49a;
		letter-spacing: 1px;
		padding: 0 0 0 1px;
		margin: 4px 0 0 0;
	}

	.l-cvn-hm{
		width: 24px;
		height: 24px;
		margin: auto;
		position: relative;
	}

	.l-cvn-hm span{
		width: 100%;
		height: 2px;
		background: #fff;
		position: absolute;
		top: 0;
		bottom: 0;
		left: 0;
		margin: auto;
		transition: .2s;
	}

	.l-cvn-hm span:before{
		width: 100%;
		height: 2px;
		background: #fff;
		content: "";
		margin: auto;
		display: block;
		transform: translateY(-8px);
		transition: .2s;
	}

	.l-cvn-hm span:after{
		width: 100%;
		height: 2px;
		background: #fff;
		content: "";
		margin: auto;
		display: block;
		transform: translateY(6px);
		transition: .2s;
	}

	.hm.open .l-cvn-hm span{
		background: transparent;
	}

	.hm.open .l-cvn-hm span:before{
		transform: translateY(0px) rotate(45deg);
	}

	.hm.open .l-cvn-hm span:after{
		transform: translateY(-2px) rotate(-45deg);
	}

	.l-gn{
		position: fixed;
		top: 0px;
		left: 0px;
		width: calc(100%);
		height: calc(100%);
		z-index: 9999;
		pointer-events: none;
		display: block;
		transition: .2s;
		overflow: hidden;
	}

	.l-gn.open{
		pointer-events: unset;
	}

	.l-gn-b {
		transition: .2s;
		background: #fff;
		opacity: 0;
		height: 100%;
		overflow: scroll;
	}

	.l-gn.open .l-gn-b{
		opacity: 1;
	}

	.l-gn-i{
		padding: 40px 15px 100px 15px;
		position: relative;
	}

	.l-gn-logo{
		width: 162px;
		margin: 0 auto;
	}

	.l-gn-nlist-navi-b{
		display: none;
	}

	.l-gn-nlist-navi{
		position: relative;
	}

	.l-gn-nlist-navi:before{
		width: 100%;
		height: 2px;
		margin: 0 auto;
		content: "";
		background-image: linear-gradient(to right, #000, #000 4px, transparent 4px, transparent 6px);
		background-size: 6px 1px;
		background-position: left bottom;
		background-repeat: repeat-x;
		display: block;
		position: absolute;
		bottom: 0px;
		left: 0;
		right: 0;
		margin: auto;
	}

	.l-gn-nlist-navi-h{
		position: relative;
	}

	.l-gn-nlist-navi-h-ttl{
		font-size: 16px;
		font-weight: bold;
		line-height: 1;
		text-align:left;
		color: #000;
		letter-spacing: 1px;
		padding: 0 0 0 1px;
		margin: 4px 0 0 0;
	}

	.l-gn-nlist-navi-h-ttl a{
		display: block;
		color: #000;
		text-decoration: none;
		padding: 20px 10px;
	}

	.l-gn-nlist-navi-h-more{
		display: block;
		position: absolute;
		width: 40px;
		height: 100%;
		margin: auto;
		z-index: 99;
		top: 0;
		bottom: 0;
		right: 0px;
		cursor: pointer;
	}

	.l-gn-nlist-navi-h-more:before{
		width: 14px;
		height: 2px;
		content: "";
		background: #000;
		position: absolute;
		top: 0;
		bottom: 0;
		left: 0;
		right: 0;
		margin: auto;
	}

	.l-gn-nlist-navi-h-more:after{
		width: 14px;
		height: 2px;
		content: "";
		background: #000;
		position: absolute;
		top: 0;
		bottom: 0;
		left: 0;
		right: 0;
		margin: auto;
		transform: rotate(90deg);
		transition: .2s;
	}

	.l-gn-nlist-navi-h-more.open:after{
		transform: rotate(0deg);
	}

	.l-gn-nlist-navi-b{
		padding: 0 0 2px 0;
	}

	.l-gn-nlist-navi-b .age{
		margin: 0 0 4px 0;
	}

	.l-gn-bn{
		margin: 40px 0 0 0;
	}

	.l-gn-bn-hojin{
		font-size: 15px;
		line-height: 1;
		text-align:center;
		color: #000;
		letter-spacing: 1px;
		padding: 0 0 0 1px;
		margin: 4px 0 0 0;
		display: block;
		
	}

	.l-gn-bn-hojin a{
		border: 1px solid #000;
		color: #000;
		text-decoration: none;
		display: block;
		padding: 12px 0;
	}

	.l-gn-bn-column{
		font-size: 15px;
		line-height: 1;
		text-align:center;
		color: #000;
		letter-spacing: 1px;
		padding: 0 0 0 1px;
		margin: 10px 0 0 0;
		display: block;
		font-weight: bold;
	}

	.l-gn-bn-column a{
		border: 1px solid #000;
		color: #000;
		text-decoration: none;
		display: block;
		padding: 12px 0;
	}

	.l-gn-bn-column a span{
		padding: 0 0 0 34px;
		position: relative;
	}

	.l-gn-bn-column a span:before{
		width: 22px;
		height: 22px;
		content: "";
		background: url(https://ice-monoko.com/monoko/wp-content/themes/monoko2018/images/gn-i-column.png) no-repeat;
		background-size: 22px 22px;
		position: absolute;
		top: 0;
		bottom: 0;
		left: 0;
		margin: auto;
	}

	.l-gn-subnavi{
		margin: 40px 0 0 0;
	}

	.l-gn-subnavi ul{
		list-style: none;
		margin: 0;
		padding: 0;
		font-size: 0;
		display: flex;
		gap: 10px 10px;
		flex-wrap: wrap;
		justify-content: space-between;
		align-items: stretch;
	}	

	.l-gn-subnavi ul li{
		width: calc((100% - 10px * 1) / 2);
		content: "";
		display: block;
		font-size: 12px;
		line-height: 1;
		text-align:center;
		color: #000;
	}

	.l-gn-subnavi ul li a{
		display: block;
		padding:12px 0;
		text-decoration: none;
		background: #f7f7f7;
		color: #000;
	}

	.l-s{
		position: fixed;
		top: 0px;
		left: 0px;
		width: calc(100%);
		height: calc(100%);
		z-index: 9999;
		pointer-events: none;
		display: block;
		transition: .2s;
		overflow: hidden;
	}

	.l-s.open{
		pointer-events: unset;
	}

	.l-s-b {
		transition: .2s;
		background: rgba(255, 255, 255, .8);
		opacity: 0;
		height: 100%;
		overflow: scroll;
	}

	.l-s.open .l-s-b{
		opacity: 1;
	}

	.l-s-i{
		padding: 0px 0px 100px 0px;
		position: relative;
	}

	.l-s-search{
		background: #00a49a;
		padding: 22px 15px 22px 15px;
	}

	.l-s-search-b{
		background: #eef8f6;
		width: 100%;
		height: 34px;
		border-radius: 30px;
		position: relative;
		overflow: hidden;
		margin: 0;
	}

	.l-s-search-input{
		border: none;
		width: calc(100% - 20px);
		vertical-align: top;
		margin: 0px;
		height: 100%;
		font-size: 16px;
		color: #00a199;
		background:transparent !important;
		outline: none !important;
		border-radius: 0px !important;
		padding: 3px 5px 3px 15px !important;
	}

	.l-s-search-input:focus{
		border: none;
		outline: none;
		box-shadow: none;
	}

	.l-s-search-i{
		width: 17px;
		height: 17px;
		border: none;
		background: url(https://ice-monoko.com/monoko/wp-content/themes/monoko2018/images/h-i-s.png) no-repeat;
		background-size: 17px 17px;
		position: absolute;
		top: 7px;
		margin: 0;
		right: 10px;
		cursor: pointer;
		padding: 0;
	}

	.l-s-close{
		margin: 20px 0 0 0;
		text-align: center;
	}

	.l-s-close p{
		display: block;
		text-align: center;
		margin: 0;
		padding: 0;
		font-size: 11px;
		line-height: 1;
		font-weight: bold;
		cursor: pointer;
		padding: 10px 10px;
		color: #00a199;
	}

	.l-s-close p span{
		position: relative;
		padding: 0 0 0 28px;
	}

	.l-s-close p span:before{
		width: 22px;
		height: 3px;
		content: "";
		background: #00a199;
		position: absolute;
		top: 0;
		bottom: 0;
		left: 0;
		margin: auto;
		transform: rotate(45deg);
	}

	.l-s-close p span:after{
		width: 22px;
		height: 3px;
		content: "";
		background: #00a199;
		position: absolute;
		top: 0;
		bottom: 0;
		left: 0;
		margin: auto;
		transform: rotate(-45deg);
	}



}


/* --------------------------------------------------------------------- */
/* guide */
/* --------------------------------------------------------------------- */

.gd-w{
	margin:0 0 0 0;
}

.gd-w .i-ttl-1::before{
	display: none;
}

.gd-navi{
	margin:0 0 30px 0;
	display: flex;
	gap:5px 5px;
	flex-wrap: wrap;
	justify-content: space-between;
	align-items: stretch;
}

.gd-navi-box{
	width: calc((100% - 5px * 1) / 2);
}

.gd-navi-box a{
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	align-items: center;
	padding: 10px 20px;
	background: #f0f8f6;
	height: 100%;
	text-decoration: none;
	position: relative;
}

.gd-navi-box a:after{
	content: "";
	position: absolute;
	top: 22px;
	right: 22px;
	margin: 0;
	width: 5px;
	height: 5px;
	border-top: 2px solid #00a199;
	border-right: 2px solid #00a199;
	transform: rotate(135deg);
	transition: .2s;
	pointer-events: none;
}

.gd-navi-box-ic{
	width: 28px;
	height: 28px;
	margin: 0;
	font-size: 0;
}

.gd-navi-box-b{
	flex: 1;
	padding: 0 0 0 12px;
}

.gd-navi-box-ttl{
	font-size: 16px;
	line-height: 1.4;
	color: #00a199;
	font-weight: bold;
	margin:  0;
	text-decoration: none;
}

.gd-ttlw{
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	align-items: center;
}

.gd-ttl-ic{
	width: 60px;
	height: 60px;
	margin: 0;
	font-size: 0;
}

.gd-ttl{
	flex: 1;
	padding: 0 0 0 12px;
}

.gd-ttl h2{
	font-size: 20px;
	line-height: 1.4;
	color: #000;
	font-weight: bold;
	margin:  0;
}

.gd-ttl h2:before{
	display: none;
}

.gd-subbox{
	padding: 30px 0 30px 0;
	border-bottom: 1px solid #dddddd;
}

.m_shop_guide_list li:last-child .gd-subbox{
	border-bottom: none;
}

.gd-subttlw{
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	align-items: center;
	padding: 0 0 20px 0;
}

.gd-subttl-ic{
	width: 50px;
	height: 50px;
	margin: 0;
	font-size: 0;
}

.gd-subttl{
	flex: 1;
	padding: 0 0 0 12px;
}

.gd-subttl h3{
	font-size: 16px;
	line-height: 1.4;
	color: #000;
	font-weight: bold;
	margin:  0;
}

.gd-subttl h3:before{
	display: none;
}

.gd-obj{
	max-width: 533px;
	margin: 30px 0 30px 0;
	font-size: 0;
}


@media screen and (max-width: 768px){

	.gd-w{
		margin:0 -15px 0 -15px;
	}

	.gd-w .i-ttl-1::before{
		display: none;
	}
	
	.gd-navi{
		margin:0 0 30px 0;
		display: flex;
		gap:5px 0px;
		flex-wrap: wrap;
		justify-content: space-between;
		align-items: stretch;
	}
	
	.gd-navi-box{
		width: calc(100%);
	}
	
	.gd-navi-box a{
		display: flex;
		flex-wrap: wrap;
		justify-content: space-between;
		align-items: center;
		padding: 8px 14px;
		background: #f0f8f6;
		height: 100%;
		text-decoration: none;
		position: relative;
	}
	
	.gd-navi-box a:after{
		content: "";
		position: absolute;
		top: 0;
		bottom: 0;
		right: 22px;
		margin: auto;
		width: 5px;
		height: 5px;
		border-top: 2px solid #00a199;
		border-right: 2px solid #00a199;
		transform: rotate(135deg);
		transition: .2s;
		pointer-events: none;
	}
	
	.gd-navi-box-ic{
		width: 28px;
		height: 28px;
		margin: 0;
		font-size: 0;
	}
	
	.gd-navi-box-b{
		flex: 1;
		padding: 0 0 0 12px;
	}
	
	.gd-navi-box-ttl{
		font-size: 15px;
		line-height: 1.4;
		color: #00a199;
		font-weight: bold;
		margin:  0;
		text-decoration: none;
	}
	
	.gd-ttlw{
		display: flex;
		flex-wrap: wrap;
		justify-content: space-between;
		align-items: center;
	}
	
	.gd-ttl-ic{
		width: 50px;
		height: 50px;
		margin: 0;
		font-size: 0;
	}
	
	.gd-ttl{
		flex: 1;
		padding: 0 0 0 12px;
	}
	
	.gd-ttl h2{
		font-size: 16px;
		line-height: 1.4;
		color: #000;
		font-weight: bold;
		margin:  0;
	}
	
	.gd-ttl h2:before{
		display: none;
	}
	
	.gd-subbox{
		padding: 30px 0 20px 0;
		border-bottom: 1px solid #dddddd;
	}
	
	.m_shop_guide_list li:last-child .gd-subbox{
		border-bottom: none;
	}
	
	.gd-subttlw{
		display: flex;
		flex-wrap: wrap;
		justify-content: space-between;
		align-items: center;
		padding: 0 0 20px 0;
	}
	
	.gd-subttl-ic{
		width: 40px;
		height: 40px;
		margin: 0;
		font-size: 0;
	}
	
	.gd-subttl{
		flex: 1;
		padding: 0 0 0 12px;
	}
	
	.gd-subttl h3{
		font-size: 15px;
		line-height: 1.4;
		color: #000;
		font-weight: bold;
		margin:  0;
	}
	
	.gd-subttl h3:before{
		display: none;
	}
	
	.gd-obj{
		max-width: 533px;
		margin: 20px 0 20px 0;
		font-size: 0;
	}
	
}
