.frame_outer{
	position: relative;
	width: 100%;
	height: 100%;
	overflow: hidden;
}
.head_wrap{
	height: 86px;
}
@media screen and (min-width: 960px) {
	.head_wrap{
		height: 192px;/*20180406rfs*/
	}
}


/*アコーディオンの仕様*/
@media screen and (min-width: 960px) {
	.acdn-target{
		height:50px;
		background-color:#FFBE00;
			display:none;
	}
}


@media screen and (min-width: 960px) {
	.acdn-target{
		height:27px;
		background-color:#363636;
		display:none;
	}
}


@media screen and (min-width: 960px) {
	.acdn-button{
		position:relative;
	}
}


@media screen and (min-width: 960px) {
	.acdn-button ul{
		position:absolute;
		left:0;
		top:38px;
		width: 200px;
	}
}


/*解析*/

.inner {
	width: 100%;
}

/* header */
#top-head {
	font-size: 14px;
	top: -100px;
	position: absolute;
	width: 100%;
	margin: 100px auto 0;
	padding: 0;
	/*line-height: 1;*/
	z-index: 999;
	background-color: #000;
}
#top-head a,
#top-head {
	color: #fff;
	text-decoration: none;
}
#top-head .inner {
	position: relative;
}

#global-nav>ul {
	font-size: 14px;
}
#global-nav>ul>li {
	float: left;
	position: relative;
}
#global-nav>ul>li>a {
	padding: 0 30px;
}



/* Fixed */
#top-head.fixed {
	margin-top: 0;
	top: 0;
	position: fixed;
	padding-top: 10px;
	height: 55px;
	background: #fff;
	background: rgba(255,255,255,.7);

	transition: top 0.65s ease-in;
	-webkit-transition: top 0.65s ease-in;
	-moz-transition: top 0.65s ease-in;
}







/* Toggle Button */
#nav-toggle {
	display: none;
	position: absolute;
	/*right: 12px;*/
	left:12px;
	top: 8px;
	width: 30px;
	height: 36px;
	cursor: pointer;
	z-index: 101;
}

#nav-toggle div {
	position: relative;
}
#nav-toggle span {
	display: block;
	position: absolute;
	height: 3px;
	width: 100%;
	background: #000;
	left: 0;
	-webkit-transition: .35s ease-in-out;
	-moz-transition: .35s ease-in-out;
	transition: .35s ease-in-out;
}
#nav-toggle span:nth-child(1) {
	top: 0;
}
#nav-toggle span:nth-child(2) {
	top: 8px;
}
#nav-toggle span:nth-child(3) {
	top: 16px;
}




@media screen and (min-width: 960px) {
	article {
		padding: 0 30px;
	}
	.inner {
		width: 100%;
		/*padding: 0 20px;*/
	}
	#global-nav{
		float: right;
	}
	#global-nav ul li a {
		padding: 0 20px;
	}
	#top-head.fixed #global-nav ul li a {
		padding: 0 15px;
	}
}




@media screen and (max-width: 959px) {
	#top-head,
	.inner {
		width: 100%;
		padding: 0;
	}
	#top-head {
		background-color: #fff;
		color: #000;
		top: 0;
		/*position: fixed;*/
		margin-top: 0;
	}
	/* Fixed reset */
	#top-head.fixed {
		padding-top: 0;
		background: transparent;
	}
	#top-head a{
		color: #000;
	}

	#mobile-head {
		background: #fff;
		width: 100%;
		height: 56px;
		z-index: 900;
		position: relative;
	}
	#nav-toggle{
		display: block;
	}
	/* #nav-toggle 切り替えアニメーション */
	.open #nav-toggle span:nth-child(1) {
		top: 11px;
		-webkit-transform: rotate(315deg);
		-moz-transform: rotate(315deg);
		transform: rotate(315deg);
	}
	.open #nav-toggle span:nth-child(2) {
		width: 0;
		left: 50%;
	}
	.open #nav-toggle span:nth-child(3) {
		top: 11px;
		-webkit-transform: rotate(-315deg);
		-moz-transform: rotate(-315deg);
		transform: rotate(-315deg);
	}
	/* #global-nav スライドアニメーション */
	.open #global-nav {
		/* #global-nav top + #mobile-head height */
		-moz-transform: translateY(610px);
		-webkit-transform: translateY(610px);
		transform: translateY(610px);
	}
}

/* 20180406rf */
@media screen and (min-width: 960px) {
	#mobile-head{
		padding: 17px 0 0;
		text-align: center;
		background-color: #FFFFFF;
		color: #000000;
		border-bottom: solid 1px #000;
		position: relative;
	}
}


@media screen and (max-width: 959px) {
	#global-nav{
		display: none;
	}
}


@media screen and (min-width: 960px) {
	#gnav_wrapper{
		width: 960px;
		margin: 0 auto;
		padding-top: 12px;
		padding-bottom: 11px;
	}
}

/*ロゴ*/
.for_sp{
	width: 92px;
	margin: auto;
}
#mobile-head .logo_idx img{
	width: 100%;
}
@media screen and (min-width: 960px) {
	#mobile-head .logo_idx img{
		width: 180px;
		display: block;
		margin: auto;
	}
}

@media screen and (min-width: 960px) {
	.logo_idx .for_sp{
		display: none;
	}
	.logo_idx .for_pc{
		background: #fff!important;
	}
	.logo_idx .for_pc >a{
		display: block;
		width: 180px;
		margin: 0 auto 14px;
	}
}
@media screen and (max-width: 959px) {
	.logo_idx .for_pc{
		display: none;
	}
}



/*フリーシッピング*/
/*#free_shipping{
	background-color: #000;
	position: relative;
	z-index: 999;
	font-size: 0.6rem;
	text-align: center;
}
@media screen and (min-width: 960px) {
	#free_shipping{
		float: left;
		font-size: 1.2rem;
		text-align: left;
	}
}*/
/*フリーシッピング*/
#free_shipping{
	background-color: #000;
	position: relative;
	z-index: 999;
	font-size: 0.6rem;
	text-align: center;
	padding: 9px 0 7px 0;
}
@media screen and (min-width: 960px) {
	#free_shipping{
		float: left;
		font-size: 1.2rem;
		text-align: left;
		padding: 0;
	}
}
@media screen and (max-width: 959px) {
	#free_shipping{
		background-color: #fff;
	}
}

#free_shipping img{
	width: 299px;
	text-align: center;
}
@media screen and (min-width: 960px) {
	#free_shipping img{
		width: 100%;
		text-align: center;
	}
}



/*メニューを画像に*/
@media screen and (min-width: 960px) {
	#global-nav ul>li{
		float: left;
		margin-right: 27px;
		border-bottom: none;
	}
}


@media screen and (min-width: 960px) {
	#global-nav ul li a{
		display: block;
		height: 29px;/* 20180419ms */
	}
}


@media screen and (min-width: 960px) {
	#global-nav ul li.concept{
		background:url(../img/header/header-nav-concept_off.png) 0 0 no-repeat;
		width: 67px;
		text-indent: 100%;
		white-space: nowrap;
		overflow: hidden;
	}
}


@media screen and (min-width: 960px) {
	#global-nav ul li.products{
		background:url(../img/header/header-nav-products_off.png) 0 0 no-repeat;
		width: 77px;
		text-indent: 100%;
		white-space: nowrap;
		overflow: hidden;
	}
}


/* 20180406rf */
@media screen and (min-width: 960px) {
	#global-nav ul li.shop{
		background:url(../img/header/header-nav-shop_off.png) center no-repeat;
		width: 39px;
		text-indent: 100%;
		white-space: nowrap;
		overflow: hidden;
	}
}

@media screen and (min-width: 960px) {
	#global-nav ul li.mypage{
		background:url(../img/header/header-nav-mypage_off.png) 0 0 no-repeat;
		width: 62px;
		text-indent: 100%;
		white-space: nowrap;
		overflow: hidden;
	}
}


/* 20180406rf */
@media screen and (min-width: 960px) {
	#global-nav ul li.login{
		background:url(../img/header/header-nav-login_off.png) center no-repeat;
		width: 43px;
		text-indent: 100%;
		white-space: nowrap;
		overflow: hidden;
	}
}

@media screen and (min-width: 960px) {
	#global-nav ul li.logout{
		background:url(../img/header/header-nav-logout_off.png)0 0 no-repeat;
		width: 57px;
		text-indent: 100%;
		white-space: nowrap;
		overflow: hidden;
	}
}

/* 20180406rf */
@media screen and (min-width: 960px) {
	#global-nav ul li.cart{
		background:url(../img/header/header-nav-cart_off.png) center no-repeat;
		width: 30px;
		margin-right: 27px;
		text-indent: 100%;
		white-space: nowrap;
		overflow: hidden;
	}
}

/* 20180406rf */
@media screen and (min-width: 960px) {
	#global-nav ul li.insta{
		background: url(../img/header/header_icon_instagram.png) 0 0 no-repeat;
		width: 36px;
		margin-right: 0;
		text-indent: 100%;
		white-space: nowrap;
		overflow: hidden;
	}
}
/* PCナビ設定 *//* 20180406rf */
@media screen and (min-width: 960px) {
	#top-head .category_nav{
		box-sizing: border-box;
                margin-top: 0;
		font-size: 0;
	}
	#top-head .category_nav >li{
		display: inline-block;
		position: relative;
		z-index: 1;
	}
	#top-head .category_nav >li >a{
		display: inline-block;
		color: #000;
		height: 10px;
		background: url(../img/header/logo_nav_ttl01.png) top no-repeat;
		width: 113px;
		height: 22px;
		padding: 0 25px;
		font-size: 0;
		text-indent: 100%;
		white-space: nowrap;
		overflow: hidden;
		z-index: 1;
	}
	#top-head .category_nav >li >a:hover{
		background: url(../img/header/logo_nav_ttl01_on.png) top no-repeat;
	}
	#top-head .category_nav >li.new >a{
		background: url(../img/header/logo_nav_ttl02.png) top no-repeat;
		width: 114px;
	}
	#top-head .category_nav >li.new >a:hover{
		background: url(../img/header/logo_nav_ttl02_on.png) top no-repeat;
	}
	#top-head .category_nav >li.new:hover:before,
	#top-head .category_nav >li.make:hover:before,
	#top-head .category_nav >li.skincare:hover:before{
		content: "";
		display: block;
		width: 98%;
		border-bottom: 3px solid #000;
		position: absolute;
		right: 0;
		bottom: 0;
		z-index: 1;
	}
	#top-head .category_nav >li.new:hover:after,
	#top-head .category_nav >li.make:hover:after,
	#top-head .category_nav >li.skincare:hover:after{
		content: "";
		display: block;
		border: 8px solid transparent;
		border-top: 8px solid #000;
		position: absolute;
		left: 50%;
		transform: translateX(-50%);
		bottom: -14px;
		z-index: 1;
	}
	#top-head .category_nav >li.make >a{
		background: url(../img/header/logo_nav_ttl03.png) top no-repeat;
		width: 57px;
	}
	#top-head .category_nav >li.make >a:hover{
		background: url(../img/header/logo_nav_ttl03_on.png) top no-repeat;
	}
	#top-head .category_nav >li.skincare >a{
		background: url(../img/header/logo_nav_ttl04.png) top no-repeat;
		width: 76px;
	}
	#top-head .category_nav >li.skincare >a:hover{
		background: url(../img/header/logo_nav_ttl04_on.png) top no-repeat;
	}
	#top-head .category_nav >li.all >a{
		background: url(../img/header/logo_nav_ttl05.png) top no-repeat;
		width: 26px;
		padding-right: 0;
	}
	#top-head .category_nav >li.all >a:hover{
		background: url(../img/header/logo_nav_ttl05_on.png) top no-repeat;
	}
	#top-head .category_nav >li .nav_info{
		box-sizing: border-box;
		position: absolute;
		display: block;
		padding: 0 25px 0 30px;
		text-align: left;
		top: 23px;
		width: 960px;
		left: -337px;
		box-sizing: border-box;
		background:#fff;
		transition: all .2s ease;
		visibility: hidden;
		opacity: 0;
		z-index: 0;
		border-bottom: 1px solid #e6e6e6;
	}
	#top-head .category_nav >li.make a + .nav_info{
		left: -501px;
	}
	#top-head .category_nav >li.skincare a + .nav_info{
		left: -608px;
	}
	#top-head .category_nav >li:hover a + .nav_info{
		visibility: visible;
		opacity: 1;
		padding: 20px 25px 10px 30px;
	}
	#top-head .category_nav >li .nav_info .heading{
		font-size: 16px;
		font-weight: bold;
		margin-bottom: 30px;
	}
	#top-head .category_nav >li .nav_info .product_line >li,
	#top-head .category_nav >li .nav_info .bnr_line >li{
		float: left;
		width: 280px;
		margin-left: 30px;
	}
	#top-head .category_nav >li .nav_info .product_line li,
	#top-head .category_nav >li .nav_info .bnr_line li{
		font-size: 12px;
		margin-bottom: 10px;
	}
	#top-head .category_nav >li .nav_info .product_line >li:first-child,
	#top-head .category_nav >li .nav_info .bnr_line >li:first-child{
		margin-left: 0;
	}
	#top-head .category_nav >li .nav_info .product_line >li img,
	#top-head .category_nav >li .nav_info .bnr_line >li img{
		width: 100%;
	}
	#top-head .category_nav >li .nav_info .product_line{
		overflow: hidden;
	}
	#top-head .category_nav >li .nav_info .product_line li.title{
		font-weight: bold;
	}
	#top-head .category_nav >li .nav_info .product_line li + li.title{
		margin-top: 30px;
	}
	#top-head .category_nav >li .nav_info .product_line li.bnr{
		margin-top: 30px;
	}
	#top-head .category_nav >li .nav_info .product_line li a{
		color: #555;
	}
	#top-head .category_nav >li .nav_info .product_line li a:hover{
		color: #000;
	}
	#top-head .category_nav >li .nav_info .bnr_line{
		margin-top: 10px;
	}
}
/* SPナビ設定 *//* 20180406rf */
@media screen and (min-width: 960px) {
	#mobile-head .toggle_menu{
		display: none;
	}
}
@media screen and (max-width: 959px) {
	#gnav_wrapper{
		z-index: 1;
	}
	#nav-toggle::after{
		content: "";
		display: block;
		width: 30px;
		height: 7px;
		background: url(../img/header/menu_open_ttl.png) center/contain no-repeat;
		position: absolute;
		bottom: 0;
	}
	#top-head.open #nav-toggle::after{
		background: url(../img/header/menu_close_ttl.png) center/contain no-repeat;
	}
	.logo_idx{
		position: relative;
	}
	.logo_idx .for_sp .right_nav{
		position: absolute;
		top: 8px;
		right: 5px;
		padding-right: 10px;
	}
	.logo_idx .for_sp .right_nav li{
		width: 36px;
		height: 36px;
		font-size: 0;
		text-indent: 100%;
		white-space: nowrap;
		overflow: hidden;
		background: url(../img/header/header_icon_cart_sp.png) right/contain no-repeat;
		margin-bottom: 10px;
		float: left;
	
	}
	.logo_idx .for_sp .right_nav li.shop{
		background: url(../img/header/header_icon_shop_sp.png) right/contain no-repeat;
	}
	.logo_idx .for_sp .right_nav li a{
		display: block;
		width: 100%;
		height: 100%;
	}
	#mobile-head .logo_idx{
		background: #fff;
		z-index: 1;
	}
	#mobile-head .toggle_menu{
		background: #fff;
		position: absolute;
		width: 100%;
		top: -540px;
		z-index: 0;
		transition: .5s ease-in-out;
	}
	#top-head.open #mobile-head .toggle_menu{
		transform: translateY(597px);
	}
	#mobile-head .toggle_menu *{
		box-sizing: border-box;
	}
	#mobile-head .toggle_menu li{
		padding: 10px 0;
		display: flex;
		align-items: center;
		border-bottom: 1px solid #ccc;
	}
	#mobile-head .toggle_menu li.title{
		height: 38px;
		padding-left: 10px;
		background: #ccc;
	}
	#mobile-head .toggle_menu li a{
		display: block;
		width: 100%;
	}
	#mobile-head .toggle_menu li span{
		display: block;
		width: 100%;
		height: 100%;
		padding-left: 10px;
		display: flex;
		align-items: center;
		position: relative;
	}
	#mobile-head .toggle_menu li span::after{
		content: "";
		display: block;
		width: 10px;
		height: 10px;
		border-top: 1px solid #000;
		border-right: 1px solid #000;
		position: absolute;
		top: 50%;
		right: 15px;
		transform: rotate(45deg) translateY(-50%);
		-webkit-transform: rotate(45deg) translateY(-50%);
	}
	#mobile-head .toggle_menu li.back span,
	#mobile-head .toggle_menu li.slide span{
		padding-left: 30px;
	}
	#mobile-head .toggle_menu li.back span::after,
	#mobile-head .toggle_menu li.slide span::after{
		right: auto;
		left: 20px;
		transform: rotate(-135deg) translateX(50%);
		-webkit-transform: rotate(-135deg) translateX(50%);
	}
	#mobile-head .toggle_menu li.instagram span{
		padding-left: 45px;
	}
	#mobile-head .toggle_menu li.instagram span::before{
		position: absolute;
		content: "";
		display: block;
		width: 25px;
		height: 25px;
		background: url(../img/header/header_icon_instagrum_sp.png) left center/contain no-repeat;
		left: 10px;
		top: 0;
		bottom: 0;
		margin: auto;
	}
	#mobile-head .toggle_menu .toggole_down{
		padding-bottom: 46px;
		border-bottom: 1px solid #e6e6e6;
	}
	#mobile-head .toggle_menu .toggole_down .product_line_item .product_line,
	#mobile-head .toggle_menu .toggole_down .product_line_item .product_line ul.seccond{
		background: #fff;
		width: 100%;
		position: absolute;
		top: 0;
		left: 100%;
		transition: .3s;
		padding-bottom: 46px;
		border-bottom: 1px solid #e6e6e6;
	}
	#mobile-head .toggle_menu .toggole_down .product_line_item.open .product_line.open,
	#mobile-head .toggle_menu .toggole_down .product_line_item.open .product_line.open li{
		left: 0;
		z-index: 999;
	}
	#mobile-head .toggle_menu .toggole_down .product_line_item.open .product_line ul.seccond{
		left: 100%;
		transition: .3s;
	}
	#mobile-head .toggle_menu .toggole_down .product_line_item.open .product_line ul.seccond.open{
		left: 0;
		z-index: 999;
	}
	#mobile-head .toggle_menu .toggole_down .product_line_item .product_line ul.seccond li{
		position: relative;
		background: #fff;
		z-index: 999;
	}
	#mobile-head .toggle_menu .toggole_down .product_line_item .product_line ul.seccond li.title{
		height: 38px;
		padding-left: 10px;
		background: #ccc;
	}
	#mobile-head .toggle_menu .toggole_down .product_line_item .product_line li a{
		display: block;
		width: 100%;
		height: 100%;
		padding: 0 40px 0 10px;
		display: flex;
		align-items: center;
		position: relative;
	}
	#mobile-head .toggle_menu .toggole_down .product_line_item .product_line li a::after{
		content: "";
		display: block;
		width: 10px;
		height: 10px;
		border-top: 1px solid #000;
		border-right: 1px solid #000;
		position: absolute;
		top: 50%;
		right: 15px;
		transform: rotate(45deg) translateY(-50%);
		-webkit-transform: rotate(45deg) translateY(-50%);
	}
	/* ナビ部分高さ調節 */
	#mobile-head .toggle_menu .toggole_down{
		overflow: hidden;
	}
	#mobile-head .toggle_menu .toggole_down .product_line_item.open .product_line{
		overflow: visible;
	}
	#mobile-head .toggle_menu .toggole_down .product_line_item.open .product_line.open{
		overflow: hidden;
	}
	#mobile-head .toggle_menu .toggole_down .product_line_item.open .product_line.open .seccond{
		overflow: visible;
	}
}
