@charset "utf-8";
.sp {
	display: none;
}
@media screen and (max-width: 767px) {
	.pc {
		display: none;
	}
	.sp {
		display: block;
	}
}



/* flex */
.flex {
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
}
.flex-start {
	display: flex;
	display: -webkit-flex;
	justify-content: space-between;
}
.flex-end {
	display: flex;
	-webkit-box-orient: horizontal;
	-webkit-box-direction: reverse;
	 -ms-flex-direction: row-reverse;
		 flex-direction: row-reverse;
}
.flex-center {
	display: flex;
	justify-content: center;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
}
.flex-justify {
	display: flex;
	justify-content: flex-start;
	align-items: center;
}




/* header-new */
#header-new {
	width: 100%;
	min-width: 960px;
	background: #fff;
	padding-left: 20px;
	border-bottom: solid 1px #333333;
	position: fixed;
	top: 0;
	left: 0;
	z-index: 10;
}
	#header-new .navigation {
		display: flex;
		justify-content: space-between;
		align-items: center;
		border-right: solid 1px #333333;
	}
		#header-new .navigation .logo {
			width: 190px;
		}
			#header-new .navigation .logo a {
				display: flex;
				justify-content: flex-start;
				align-items: center;
				height: 57px;
			}
				#header-new .navigation .logo a img {
					width: 100%;
					height: auto;
				}

		#header-new .navigation ul.globalnav li {
			width: 180px;
			border-left: solid 1px #333333;
		}
		#header-new .navigation ul.globalnav li.login,
		#header-new .navigation ul.globalnav li.cart {
			width: 100px;
		}
			#header-new .navigation ul.globalnav li a.head {
				display: flex;
				justify-content: center;
				align-items: center;
				height: 80px;
				font-size: 16px;
				color: #4d4d4d;
				position: relative;
				transition: 0.3s;
				-webkit-transition: 0.3s;
				cursor: pointer;
			}
			#header-new .navigation ul.globalnav li.has-child a.head:before {
				content: "";
				width: 6px;
				height: 3px;
				background: url("https://file001.shop-pro.jp/PA01300/270/common/img/icon_arrow_bottom.svg") no-repeat center / 100%;
				position: absolute;
				top: 50%;
				right: 15px;
				margin-top: -1.5px;
				transition: 0.3s;
				-webkit-transition: 0.3s;
			}
			#header-new .navigation ul.globalnav li.has-child.active a.head:before {
				transform:rotate(180deg); 
			}
			#header-new .navigation ul.globalnav li.login a {
				background: url("https://file001.shop-pro.jp/PA01300/270/common/img/icon_login.svg") no-repeat center top 20px;
				font-size: 14px;
				padding-top: 38px;
				
			}
			#header-new .navigation ul.globalnav li.cart a {
				background: url("https://file001.shop-pro.jp/PA01300/270/common/img/icon_cart.svg") no-repeat center top 20px;
				font-size: 14px;
				padding-top: 38px;
			}
			#header-new .navigation ul.globalnav li a.head:hover {
				text-decoration: none;
			}

			#header-new .navigation ul.globalnav li.has-child .sub_list {
				width: 100%;
				position: absolute;
				left: 0;
				top: 100px;
				padding: 30px 0;
				background: #fff;
				border-bottom: solid 1px #333333;
				visibility: hidden;
				opacity: 0;
				z-index: 1000;
				transition: 0.3s;
				-webkit-transition: 0.3s;
			}
			#header-new .navigation ul.globalnav li.has-child.active > .sub_list {
				visibility: visible;
				opacity: 1;
				top: 81px;
			}
				#header-new .navigation ul.globalnav li.has-child .sub_list .container {
					max-width: 1170px;
					margin: 0 auto;
				}
					#header-new .navigation ul.globalnav li.has-child .sub_list .box {
						width: 22.7%;
						margin-right: 3%;
					}
					#header-new .navigation ul.globalnav li.has-child .sub_list .box:nth-child(4n) {
						margin-right: 0;
					}
						#header-new .navigation ul.globalnav li.has-child .sub_list .box .head {
							font-size: 18px;
							line-height: 1.3em;
							border-bottom: solid 1px #ddd;
							padding-bottom: 12px;
							margin-bottom: 12px;
						}

						#header-new .navigation ul.globalnav li.has-child .sub_list .box ul.link {
							padding-top: 0;
							padding-bottom: 0;
							background-color: #fff !important;
						}
							#header-new .navigation ul.globalnav li.has-child .sub_list .box ul.link li {
								width: auto;
								border: none;
								margin-top: 8px;
							}
								#header-new .navigation ul.globalnav li.has-child .sub_list .box ul.link li a {
									display: block;
									background: url("https://file001.shop-pro.jp/PA01300/270/common/img/icon_arrow.svg") no-repeat right center;
									font-size: 14px;
									line-height: 1.5em;
									padding-right: 8px;
								}
								#header-new .navigation ul.globalnav li.has-child .sub_list .box ul.link li a.other-link {
									font-size: 18px;
								}
@media screen and (max-width: 767px) {
	#header-new {
		padding: 0;
		min-width: 100%;
	}
		#header-new .container {
			width: 100%;
			padding: 0;
		}

		#header-new .navigation {
			display: block;
		}
			#header-new .navigation .logo {
				width: 170px;
				padding: 15px 0 15px 0;
				padding-left: 0;
				margin: 0 auto;
			}
				#header-new .navigation .logo a {
					height: auto;
				}

			#header-new .navigation ul.globalnav {
				display: none;
			}
}




/* maincontent */
.maincontent {
	padding-top: 80px;
}




/* follow-nav */
@media screen and (max-width: 767px) {
	#follow-nav ul.navlist {
		width: 100%;
		border-top: solid 1px #231815;
		background: #fff;
		position: fixed;
		bottom: 0;
		left: 0;
		z-index: 110;
	}
		#follow-nav ul.navlist li {
			width: 16.6666667%;
			border-right: solid 1px #231815;
		}
		#follow-nav ul.navlist li:nth-last-child(1) {
			border-right: none;
		}
			#follow-nav ul.navlist li a {
				display: block;
				height: 70px;
				text-align: center;
				padding-top: 10px;
			}
			#follow-nav ul.navlist li a:link {
				color: #4d4d4d;
				text-decoration: none;
			}
			#follow-nav ul.navlist li a.active {
				background: #F6F6F6;
			}
				#follow-nav ul.navlist li a img {
					width: 20px;
				}
	
				#follow-nav ul.navlist li a span {
					margin-top: 3px;
					display: block;
					font-size: 11px;
					line-height: 1.1em;
				}
				#follow-nav ul.navlist li:nth-child(1) a span,
				#follow-nav ul.navlist li:nth-child(5) a span,
				#follow-nav ul.navlist li:nth-child(6) a span {
					margin-top: 8px;
				}
	
	
	#follow-nav .menu {
		display: none;
		width: 100%;
		height: 100vh;
		height: 100dvh;
		overflow-y: scroll;
		background: #fff;
		padding: 40px 30px 110px 30px;
		position: fixed;
		bottom: 0;
		left: 0;
		z-index: 109;
	}
		#follow-nav .menu .catbox {
			margin-bottom: 40px;
		}
		#follow-nav .menu .catbox:nth-last-child(1) {
			margin-bottom: 0;
		}
			#follow-nav .menu .catbox .head {
				font-size: 18px;
				line-height: 1.3em;
				padding-bottom: 12px;
				margin-bottom: 14px;
				border-bottom: solid 1px #ddd;
			}
			#follow-nav .menu .catbox .head.bb-none {
				padding-bottom: 0;
				border-bottom: none;
			}


			#follow-nav .menu .catbox .search {
				display: flex;
				justify-content: space-between;
				align-items: center;
				width: 100%;
				border: solid 1px #ddd;
				border-radius: 0;
				margin-bottom: 40px;
			}
				#follow-nav .menu .catbox .search .keyword {
					width: -webkit-calc(100% - 40px);
					width: calc(100% - 40px);
					height: 44px;
					border: none;
					padding: 10px 10px 10px 0;
					font-size: 16px;
				}

				#follow-nav .menu .catbox .search button {
					width: 40px;
					height: 44px;
					padding: 10px;
					border: none;
					background: none;
				}
	

			#follow-nav .menu .catbox ul.list li {
				margin-top: 18px;
			}
				#follow-nav .menu .catbox ul.list li a {
					display: block;
					font-size: 15px;
					line-height: 1.5em;
					background: url("https://file001.shop-pro.jp/PA01300/270/common/img/icon_arrow.svg") no-repeat right  3px center;
					padding-right: 15px;
				}
				#follow-nav .menu .catbox ul.list li a.other-link {
					font-size: 18px;
				}
				#follow-nav .menu .catbox ul.list li.ac a {
					background: none;
					position: relative;
				}
				#follow-nav .menu .catbox ul.list li.ac a:link {
					color: #4d4d4d;
					text-decoration: none;
				}
				#follow-nav .menu .catbox ul.list li.ac a:before {
					content: "";
					width: 11px;
					height: 1px;
					background: #231815;
					position: absolute;
					top: 50%;
					right: 0;
					margin-top: -0.5px;
				}
				#follow-nav .menu .catbox ul.list li.ac a:after {
					content: "";
					width: 1px;
					height: 11px;
					background: #231815;
					position: absolute;
					top: 50%;
					right: 5px;
					margin-top: -5.5px;
				}
				#follow-nav .menu .catbox ul.list li.ac a.active:after {
					display: none;
				}

				#follow-nav .menu .catbox ul.list li ul.list-sub {
					display: none;
					padding-left: 15px;
					padding-bottom: 5px;
				}
					#follow-nav .menu .catbox ul.list li ul.list-sub li {
						margin-top: 14px;
					}
						#follow-nav .menu .catbox ul.list li ul.list-sub li a {
							background: url("https://file001.shop-pro.jp/PA01300/270/common/img/icon_arrow.svg") no-repeat right  3px center;
							padding-right: 15px;
						}
						#follow-nav .menu .catbox ul.list li ul.list-sub li a:before,
						#follow-nav .menu .catbox ul.list li ul.list-sub li a:after {
							display: none;
						}
}





















