@charset "UTF-8";
/* CSS Document */

*{
	font-family: "游ゴシック", "YuGothic", "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}
body{
	color: #000000;
}
p,h1,h2,h3,h4,h5,h6{ line-height: 1.6em; }
.clearfix:after{
	visibility: hidden;
	display: block;
	font-size: 0;
	content: " ";
	clear: both;
	height: 0;
}
.center-block{
	display: block;
	margin-left: auto;
	margin-right: auto;
}
.text-center{
	text-align: center;
}
.scrollAnim.toTopAnim{
    transition: all 0.6s;
	-webkit-transition-delay: 0.4s;
	transition-delay: 0.4s;
    opacity: 0;
    -webkit-transform: translateY(10px);
    transform: translateY(10px);
}
.scrollAnim.toTopAnim.active{
    opacity: 1;
    -webkit-transform: translateY(0);
    transform: translateY(0);
}
.flex{
	display:-webkit-box;
  	display:-ms-flexbox;
	display:flex;
}
.f-wrap{
	-ms-flex-wrap: wrap;
  	flex-wrap: wrap;
}
.f-jc-sb{
	-webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
.f-jc-c{
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
}
.f-ai-c{
-webkit-box-align: center;
-ms-flex-align: center;
align-items: center;
}
.f-ac-c{
	-ms-flex-line-pack: center;
	align-content: center;
}
.base{
	max-width: 1150px;
	margin: 0 auto;
	padding: 0 15px;
    margin-bottom: 50px;
}
.btn-more span{
	font-size: 15px;
	color: #000000;
	font-family: "ヒラギノ明朝 ProN", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", serif;
	letter-spacing: 2px;
	border-bottom: 1px solid #000000;
	padding: 0 5px 5px;
	position: relative;
}
.btn-more span:after{
    content: "";
    background: url(https://aileproduct.itembox.design/item/common/ico_arrow.png) no-repeat left top;
    background-size: 100%;
    width: 14px;
    height: 10px;
    position: absolute;
    right: -23px;
    top: 50%;
    transform: translateY(-50%);
}

header{
	width: 100%;
	background: #ffffff;
}
header a{
	color: #000000 !important;
	font-family: "游ゴシック", "YuGothic", "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}
header .box-top{
	width: 100%;
	height: 110px;
	border-bottom: 1px solid #ECECEC;
}
header .box-top .logo{
float: left;
width: 107px;
margin: 30px 0 0 65px;
}
header .box-top #gnav{
float: right;
overflow: hidden;
}
header .box-top ul.navi{
float: left;
margin: 35px 20px 0 0;
}
header .box-top ul.navi li{
	float: left;
	width: 98px;
	text-align: center;
	border-left: 1px solid #DEDEDE;
}
header .box-top ul.navi li a{
font-size: 12px;
display: block;
text-decoration: none;
padding: 28px 0 0;
position: relative;
}
header .box-top ul.navi li a:before{
	content: "";
	position: absolute;
	left: 0;
	right: 0;
	margin-left: auto;
	margin-right: auto;
}
header .box-top ul.navi li.login a:before{
	background: url(https://aileproduct.itembox.design/item/common/ico_login.png) no-repeat left top;
	background-size: 100%;
	width: 17px;
	height: 19px;
	top: 2px;
}
header .box-top ul.navi li.favorite a:before{
	background: url(https://aileproduct.itembox.design/item/common/ico_favorite.png) no-repeat left top;
	background-size: 100%;
	width: 18px;
	height: 15px;
	top: 4px;
}
header .box-top ul.navi li.history a:before{
	background: url(https://aileproduct.itembox.design/item/common/ico_history.png) no-repeat left top;
	background-size: 100%;
	width: 19px;
	height: 19px;
	top: 2px;
}
header .box-top ul.navi li.new a:before{
	background: url(https://aileproduct.itembox.design/item/common/ico_new.png) no-repeat left top;
	background-size: 100%;
	width: 23px;
	height: 16px;
	top: 5px;
}
header .box-top ul.navi li.mypage a:before{
	background: url(https://aileproduct.itembox.design/item/common/ico_mypage.png) no-repeat left top;
	background-size: 100%;
	width: 15px;
	height: 18px;
	top: 4px;
}
header .box-top .btn-cart{
float: left;
width: 72px;
margin: 19px 35px 0 0;
position: relative;
}
header .box-top .btn-cart .fs-p-cartItemNumber{
	background: #000;
	top: 11px;
	right: 16px;
	z-index: 2;
}
header .box-top .btn-register{
	display: block;
	float: left;
	width: 260px;
	margin-top: 22px;
	background: #882C41;
	padding: 25px 0;
	text-align: center;
}
header .box-top .btn-register span{
	font-size: 14px;
	color: #ffffff;
	font-weight: bold;
	letter-spacing: 2px;
	position: relative;
	padding-right: 35px;
}
header .box-top .btn-register span:after{
	content: "";
	background: #ffffff;
	width: 28px;
	height: 1px;
	position: absolute;
	right: -20px;
	top: 50%;
}
header .box-top .btn-register span:before{
	content: "";
	background: #ffffff;
	width: 7px;
	height: 1px;
	position: absolute;
	right: -20px;
	top: 34%;
	transform: rotate(35deg);
}
header .box-bottom{
	width: 100%;
	height: 58px;
	border-bottom: 1px solid #ECECEC;
}
header .box-bottom .search{
	float: left;
    margin: 10px 0 0 52px;
    width: 376px;
}
header .box-bottom .search form{
    width: 100%;
	height: 36px;
    overflow: hidden;
    -webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
}
header .box-bottom .search form span{
    display: block;
    width: 175px;
    font-size: 14px;
    color: #71a0a6;
    letter-spacing: 1px;
    text-align: center;
}
header .box-bottom .search form input{
	height: 36px;
	width: -webkit-calc(100% - 42px);
  width: calc(100% - 42px);
    border: none;
    background: #F0F0F0;
    -webkit-appearance: none;
    appearance: none;
    outline: none;
	font-size: 12px;
	padding-left: 15px;
	border-radius: 30px 0 0 30px;
}
header .box-bottom .search form ::placeholder{
    font-size: 12px;
    color: #333333;
}
header .box-bottom .search form button{
	width: 42px;
    height: 36px;
    border: none;
	cursor: pointer;
    background: #000;
	border-radius: 0 30px 30px 0;
}
header .box-bottom .search form button img{
	width: 12px;
	vertical-align: middle;
}
header .box-bottom .sub{
	float: right;
	margin: 16px 50px 0 0;
}
header .box-bottom .sub li{
	display: inline-block;
	border-left: 1px solid #DEDEDE;
}
header .box-bottom .sub li:first-child{
	border-left: none;
}
header .box-bottom .sub li a{
	display: block;
	font-size: 14px;
	padding: 3px 30px;
}

@media only screen and (min-width: 1200px) {
.sp-nav{
	display:none !important;
}
}

@media only screen and (max-width: 1199px) {
.pc-nav{
	display:none !important;
}

body{
	padding-top: 95px;
}

header{
	position: fixed;
	left: 0;
	top: 0;
	height: 95px;
	z-index: 9999;
}
header .box-top{
	height: 95px;
}
header .box-top .logo{
width: 58px;
margin: 8px 0 7px 15px;
position: relative;
z-index:99999;
}
header .box-top .sp-item{
float: right;
overflow: hidden;
margin: 8px 100px 0 0;
border-right: 1px solid #D9D9D9;
}
header .box-top .btn-register{
	float: none;
	display: inline-block;
	width: auto;
	margin-top: 0;
	padding: 1px 8px;
	border-radius: 4px;
	vertical-align: middle;
}
header .box-top .btn-register span{
	font-size: 10px;
	letter-spacing: 1px;
	padding-right: 0;
}
header .box-top .btn-register span:after{
	display: none;
}
header .box-top .sp-item ul{
	display: inline-block;
	margin: 0 10px;
}
header .box-top .sp-item ul li{
	display: inline-block;
	margin-right: 5px;
	vertical-align: middle;
}
header .box-top .sp-item ul li.cart{
	position: relative;
}
header .box-top .sp-item ul li.cart .fs-p-cartItemNumber{
	background: #CF576C;
	padding: 1px 2px;
	z-index: 2;
	top: 0;
	right: -9px;
}
header .box-top ul.navi{
float: none;
margin: 0;
clear: both;
border-top: 1px solid #ECECEC;
padding: 10px 0;
}
header .box-top ul.navi li{
	width: 20%;
	border-left: none;
}
header .box-top ul.navi li a{
font-size: 10px;
padding: 23px 0 0;
}
header .box-top ul.navi li.calendar a:before{
	background: url(https://aileproduct.itembox.design/item/common/ico_calendar.png) no-repeat left top;
	background-size: 100%;
	width: 17px;
	height: 18px;
	top: 0;
}
header .box-top ul.navi li.archive a:before{
	background: url(https://aileproduct.itembox.design/item/common/ico_archive.png) no-repeat left top;
	background-size: 100%;
	width: 13px;
	height: 13px;
	top: 3px;
}
header .box-top ul.navi li.favorite a:before{
	width: 17px;
	top: 4px;
}
header .box-top ul.navi li.search a:before{
	background: url(https://aileproduct.itembox.design/item/common/ico_search02.png) no-repeat left top;
	background-size: 100%;
	width: 16px;
	height: 16px;
	top: 3px;
}
header .box-top ul.navi li.history a:before{
	width: 17px;
	height: 17px;
}
header .nav-wrap .nav-toggle{
	width: 100px;
	height: 40px;
	position: absolute;
	top:0;
	right:0;
	display:block;
	z-index:99999;
	}
	header .nav-wrap .nav-toggle:after{
		content: "";
		background: url(https://aileproduct.itembox.design/item/common/btn_menu_open.png) no-repeat left top;
		background-size: 100%;
		width: 67px;
		height: 13px;
		position: absolute;
		top: 13px;
		left: 0;
		right: 0;
		margin-left: auto;
		margin-right: auto;
		z-index: 2;
		transition: all 0.4s;
	}
	header .nav-wrap .nav-toggle.opened:after{
		content: "";
		background: url(https://aileproduct.itembox.design/item/common/btn_menu_close.png) no-repeat left top;
		background-size: 100%;
		width: 67px;
		height: 13px;
		position: absolute;
		top: 13px;
		left: 0;
		right: 0;
		margin-left: auto;
		margin-right: auto;
		z-index: 2;
	}
	header .box-top #sp-gnav{
	position: fixed;
	width:100%;
	height: calc(100% - 95px);
	top: 95px;
	left: 0;
	z-index: -9999;
	-webkit-transition: -webkit-transform 0.3s;
	transition:0.3s all;
	background: #ffffff;
	opacity: 0;
	visibility: hidden;
	overflow-y: scroll;
	padding-bottom: 30px;
	}
	header .box-top #sp-gnav.active{
		display: block;
	z-index: 9999;
	opacity: 1;
	visibility: visible;
	}
	header .box-top #sp-gnav ul.menu{
		width: 100%;
	}
header .box-top #sp-gnav ul.menu li a{
	font-size: 12px;
    font-family: "ヒラギノ明朝 ProN", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", serif;
	display: block;
	letter-spacing: 1px;
padding: 15px 0;
position: relative;
border-bottom: 1px solid #F2F2F2;
}
header .box-top #sp-gnav ul.menu li.parent a:after{
	content: "";
	border: solid #000;
	border-width: 0 1px 1px 0;
	padding: 4px;
	position: absolute;
	right: 15px;
	top: 35%;
	transform: rotate(45deg);
}
header .box-top #sp-gnav ul.menu li ul{
	display: none;
	background: #F2F2F2;
}
header .box-top #sp-gnav ul.menu li ul li a{
border-bottom: 1px solid #fff;
}
header .box-top #sp-gnav ul.menu li.parent ul li a:after{
	display: none;
}
header .box-top #sp-gnav .btn-register02{
	display: block;
	background: #882C41;
	padding: 25px 0;
	text-align: center;
	max-width: 345px;
	margin: 20px auto 33px;
}
header .box-top  #sp-gnav .btn-register02 span{
	font-size: 14px;
	color: #ffffff;
    font-family: "ヒラギノ明朝 ProN", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", serif;
	font-weight: bold;
	letter-spacing: 2px;
}
header .box-top #sp-gnav .sns{
	margin-bottom: 30px;
}
header .box-top #sp-gnav .sns .txt{
	display: inline-block;
	font-size: 12px;
	font-family: 'Montserrat', sans-serif;
	letter-spacing: 2px;
	vertical-align: middle;
}
header .box-top #sp-gnav .sns a{
	display: inline-block;
	margin-left: 10px;
	vertical-align: middle;
}
header .box-top #sp-gnav .link{
	font-size: 12px;
	letter-spacing: 1px;
}

}

.box-cat-sub{
    margin: 40px 0 60px;
}
.box-cat-sub a{
    font-size: 14px;
    color: #000000;
    font-family: "ヒラギノ明朝 ProN", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", serif;
    letter-spacing: 1px;
    display: block;
    border: 1px solid #EAEAEA;
    padding: 15px 0;
    transition: all 0.4s;
    margin-bottom: 5px;
    width: 16%;
}
.box-cat-sub.beautyworld a{
    font-size: 14px;
    color: #000000;
    font-family: "ヒラギノ明朝 ProN", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", serif;
    letter-spacing: 1px;
    display: block;
    border: 1px solid #EAEAEA;
    padding: 15px 0;
    transition: all 0.4s;
    margin-bottom: 5px;
    width: 30%;
    margin: 0 auto;
}
.box-cat-sub a:hover{
    color: #ffffff;
    background: #000000;
}

footer{
	font-family: "游ゴシック", "YuGothic", "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	background: #E9E9E9;
	padding: 80px 0 0;
}
footer a{
	color: #000000 !important;
	font-family: "游ゴシック", "YuGothic", "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}
footer .base{
	max-width: 1030px;
}
footer .block{
	width: 12%;
}
footer .block .logo{
	margin-bottom: 40px;
}
footer .block .sns .txt{
	font-size: 12px;
	font-family: 'Montserrat', sans-serif;
	letter-spacing: 2px;
	margin-bottom: 10px;
}
footer .block .sns a{
	display: inline-block;
	margin-right: 10px;
	vertical-align: middle;
}
footer .block .sns a:last-child{
	margin-right: 0;
}
footer .navi{
	width: 67%;
}
footer .navi .col li{
	margin-bottom: 17px;
}
footer .navi .col li a{
	font-size: 12px;
	font-weight: normal;
	letter-spacing: 2px;
}
footer .navi .col.col-main li a span{
	font-size: 14px;
	font-weight: bold;
	letter-spacing: 1px;
	display: inline-block;
	position: relative;
	padding-left: 25px;
}
footer .navi .col.col-main li a span:before{
	content: "｜";
	font-size: 14px;
	color: #000000;
	font-weight: bold;
	position: absolute;
	left: 0;
	top: 0;
}
footer .copy{
	font-size: 12px;
	font-family: 'Montserrat', sans-serif;
	letter-spacing: 1px;
	padding: 20px 0;
	margin-top: 60px;
	text-align: center;
	border-top: 1px solid #fff;
}


@media only screen and (min-width: 768px) {
	.sp{
		display:none !important;
	}
}

@media only screen and (max-width: 767px) {
	.pc{
		display:none !important;
	}

.btn-more span{
	font-size: 12px;
}
.btn-more span:after{
    width: 10px;
    height: 7px;
    right: -17px;
}

.box-cat-sub{
	margin: 25px 0 30px;
}
.box-cat-sub a{
	font-size: 11px;
	margin-bottom: 7px;
	letter-spacing: 0;
	width: 32%;
}
.box-cat-sub.beautyworld a{
    font-size: 11px;
	margin-bottom: 7px;
	letter-spacing: 0;
	width: 48%;
    margin: 0 auto;
}
footer{
	padding: 60px 0 0;
}
footer .block{
	width: 100%;
	text-align: center;
	margin-bottom: 30px;
}
footer .block .logo img{
	width: 106px;
}
footer .block .sns .txt{
	display: inline-block;
	margin-bottom: 0;
	vertical-align: middle;
}
footer .block .sns a{
	margin-right: 0;
	margin-left: 10px;
}
footer .navi{
	width: 100%;
}
footer .navi .col{
	width: 50%;
}
footer .navi .col li a{
	letter-spacing: 0;
}
footer .navi .col.col-main{
	width: 100%;
	text-align: center;
	margin-bottom: 25px;
}
footer .navi .col.col-main li{
	display: inline-block;
	margin: 0 20px 15px 0;
}
footer .navi .col.col-main li a span{
	font-size: 13px;
	padding-left: 35px;
}
footer .copy{
	font-size: 10px;
	padding: 15px 0;
	margin-top: 30px;
}

}