@charset "utf-8";

.required {
	color: #c8161e;
	font-weight: bold;
}

/* COMMON STYLE
-------------------------------*/
.row {
	max-width: 1200px;
	padding:0 20px;
	margin:0 auto;
}
.row .row {
	margin-left: 0;
	margin-right: 0;
	padding:0;
}
.column, .columns {
	margin-right: 0;
	margin-left: 0;
	padding-right: 0;
	padding-left: 0;
}
.button[disabled],
.button[disabled]:hover,
.button[disabled]:focus {
	background-color: #000;
	opacity: 0.2;
}

@media screen and (min-width:750px) {
	.for-pc{display: block !important;}
	.for-sp{display: none !important;}
}

@media screen and (max-width:750px) {
	.for-sp{display: block !important;}
	.for-pc{display: none !important;}
}



@media only screen and (min-width: 751px){

	/* medium */
	.columns.medium-40 {
		width: 40%;
	}
	.columns.medium-30 {
		width: 30%;
	}
	.columns.medium-20 {
		width: 20%;
	}
}
@media only screen and (max-width: 750px){
	.row {
		padding:0;
		margin:0 3%;
		width:94% !important;
	}
	.row .row {
		margin:0 auto !important;
		width:100% !important;
	}
}

.w30p { width: 30% !important; }
.w40p { width: 40% !important; }
.w50p { width: 50% !important; }
.w60p { width: 60% !important; }
.w70p { width: 70% !important; }
.w80p { width: 80% !important; }
.w90p { width: 90% !important; }
.w100p { width: 100% !important; }

.w90 { width: 90px !important; }

.text-top {
	vertical-align: top;
}

.text-bottom {
	vertical-align: top;
}
.paddingT5  { padding-top:  5px; }
.paddingT10 { padding-top: 10px; }
.paddingT15 { padding-top: 15px; }
.paddingT20 { padding-top: 20px; }
.paddingT25 { padding-top: 25px; }
.paddingT30 { padding-top: 30px; }
.paddingT35 { padding-top: 35px; }
.paddingT40 { padding-top: 40px; }
.paddingT45 { padding-top: 45px; }
.paddingT50 { padding-top: 50px; }
.paddingT55 { padding-top: 55px; }
.paddingT60 { padding-top: 60px; }

.paddingB5  { padding-bottom:  5px; }
.paddingB10 { padding-bottom: 10px; }
.paddingB15 { padding-bottom: 15px; }
.paddingB20 { padding-bottom: 20px; }
.paddingB25 { padding-bottom: 25px; }
.paddingB30 { padding-bottom: 30px; }
.paddingB35 { padding-bottom: 35px; }
.paddingB40 { padding-bottom: 40px; }
.paddingB45 { padding-bottom: 45px; }
.paddingB50 { padding-bottom: 50px; }
.paddingB55 { padding-bottom: 55px; }
.paddingB60 { padding-bottom: 60px; }

.paddingTB5  { padding-top:  5px; padding-bottom:  5px; }
.paddingTB10 { padding-top: 10px; padding-bottom: 10px; }
.paddingTB15 { padding-top: 15px; padding-bottom: 15px; }
.paddingTB20 { padding-top: 20px; padding-bottom: 20px; }
.paddingTB30 { padding-top: 30px; padding-bottom: 30px; }
.paddingTB40 { padding-top: 40px; padding-bottom: 40px; }
.paddingTB50 { padding-top: 50px; padding-bottom: 50px; }

.paddingR5  { padding-right:  5px; }
.paddingR10 { padding-right: 10px; }
.paddingR15 { padding-right: 15px; }
.paddingR20 { padding-right: 20px; }
.paddingR25 { padding-right: 25px; }
.paddingR30 { padding-right: 30px; }

.marginT5  { margin-top:  5px; }
.marginT10 { margin-top: 10px; }
.marginT15 { margin-top: 15px; }
.marginT20 { margin-top: 20px; }
.marginT25 { margin-top: 25px; }
.marginT30 { margin-top: 30px; }
.marginT35 { margin-top: 35px; }
.marginT40 { margin-top: 40px; }
.marginT45 { margin-top: 45px; }
.marginT50 { margin-top: 50px; }
.marginT55 { margin-top: 55px; }
.marginT60 { margin-top: 60px; }

.marginAuto { margin-left: auto; margin-right: auto; }

.innerContentsWrapper {
	padding: 0 35px;
}

@media only screen and (max-width: 750px){
	/* small */
	.small-w30p { width: 30% !important; }
	.small-w40p { width: 40% !important; }
	.small-w50p { width: 50% !important; }
	.small-w60p { width: 60% !important; }
	.small-w70p { width: 70% !important; }
	.small-w80p { width: 80% !important; }
	.small-w90p { width: 90% !important; }
	.small-w100p { width: 100% !important; }

	.small-paddingT5  { padding-top:  5px; }
	.small-paddingT10 { padding-top: 10px; }
	.small-paddingT15 { padding-top: 15px; }
	.small-paddingT20 { padding-top: 20px; }
	.small-paddingT25 { padding-top: 25px; }
	.small-paddingT30 { padding-top: 30px; }
	.small-paddingT35 { padding-top: 35px; }
	.small-paddingT40 { padding-top: 40px; }
	.small-paddingT45 { padding-top: 45px; }
	.small-paddingT50 { padding-top: 50px; }
	.small-paddingT55 { padding-top: 55px; }
	.small-paddingT60 { padding-top: 60px; }

	.small-paddingB5  { padding-bottom:  5px; }
	.small-paddingB10 { padding-bottom: 10px; }
	.small-paddingB15 { padding-bottom: 15px; }
	.small-paddingB20 { padding-bottom: 20px; }
	.small-paddingB25 { padding-bottom: 25px; }
	.small-paddingB30 { padding-bottom: 30px; }
	.small-paddingB35 { padding-bottom: 35px; }
	.small-paddingB40 { padding-bottom: 40px; }
	.small-paddingB45 { padding-bottom: 45px; }
	.small-paddingB50 { padding-bottom: 50px; }
	.small-paddingB55 { padding-bottom: 55px; }
	.small-paddingB60 { padding-bottom: 60px; }

	.innerContentsWrapper {
		padding: 0 4%;
	}

	.block_for_small {
		display: block;
	}
}

/* BODY STYLE
-------------------------------*/
html{
	font-size: 62.5%;
	height:auto !important;
}
body {
	/* font-family: Helvetica,"Hiragino Kaku Gothic Pro","ヒラギノ角ゴ Pro W3","メイリオ",Meiryo,"ＭＳ Ｐゴシック",Arial,Verdana,sans-serif; */
	font-family: "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", "メイリオ", "Hiragino Kaku Gothic ProN", "Hiragino Sans", sans-serif;
	color: #000;
	font-size: 10px;
	font-size: 1.0rem;
	line-height: 1.5;
	text-align: left;
	letter-spacing: -0.001em;		/* iOS4でのテキストの隙間への対応 */
	-webkit-text-size-adjust: 100%;		/* 文字サイズの自動調整機能のキャンセル */
}
img{
	max-width:100%;
	height:auto;
	vertical-align:middle;
}


/* title Style
-------------------------------*/

/* h2 Style
-------------------------------*/
h2.title {
	font-size: 20px;
}
h2.title.margin {
	margin-bottom: 20px;
}
h3.subtitle {
	background-color: #666;
	color: #fff;
	font-size: 20px;
	padding: 8px 0 8px 20px;
}
@media only screen and (max-width: 750px){
	/* small */
	h2.title {
		height: auto;
		font-size: 18px;
		padding: 0px 6.25% 10px;
	}
}

/* HEADER STYLE
-------------------------------*/
header.header {
	background:#FFF;
	position:relative;
	/* height:180px; */
	border-bottom: 1px solid #E5E5E5;
	z-index: 1;
}

.info-text{
	background-color: #96D7FF;
}
.info-text-inr{
	max-width: 1000px;
	width: 100%;
	margin: 0 auto;
	display: flex;
	align-items: center;
	justify-content: center;
	position: relative;
}
.info-text-inr-head{
	font-size: 50px;
	color: #fff;
}
.info-text-inr-text{
	color: #F6FD01;
	font-size: 24px;
	margin-left: -3.5rem;
}
.info-text-inr-text span{
	font-size: 30px;
	padding-left: 2rem;
}
.info-text-inr .closeBtn{
	position: absolute;
	top: 50%;
	right: 0;
	transform: translateY(-50%);
	background-color: transparent;
	background-image: url(/assets/front/img/header/icon_close_btn_header_info.svg);
	background-position: 0 0;
	background-size: 16px 16px;
	width: 16px;
	height: 16px;
	font-size: 0;
}
.info-text-inr .closeBtn:hover,
.info-text-inr .closeBtn:focus{
	background-color: transparent;
}

.header .main {
	position: relative;
	width: 100%;
	max-width: 1040px;
	margin: 0 auto;
	padding:0 20px;
}
.header .main .site-logo-wrapper {
	position:absolute;
	margin:auto;
	left:0;
	right:0;
	top:15px;
	width: 195px;
}
.header .main .header-center-wrapper {
	padding-top:70px;
	display: none;
}
.header .main .site-logo{
	padding-bottom: 0.9vw;
}
.header .main .site-logo.jpallet {
	max-width: 164px;
	width: 16.4vw;
}

.header .main .site-logo a,
.header .main .site-logo img {
	display: block;
	image-rendering: -webkit-optimize-contrast;
}
.header .main.brand_id3 .site-logo img {
	width: 147px;
}

.header .main .medium-12 {
	width: 100%;
}
.header .main .header-center {
	width: 100% !important;
	text-align: center;
}
.header .main .header-center > li {
	position: relative;
	width:11.11%;
	display:inline-block;
	text-align:center;
	height: 20px;
	vertical-align:middle;
	padding:0;
	font-family:'futura', 'Century Gothic', sans-serif;
	font-weight:bold;
	font-size:16px;
	font-size:1.6rem;
	z-index: 1000;
}
/*.header .main .header-center li:first-child {
	text-align:left;
	width:6.25%
}
.header .main .header-center li:last-child {
	text-align:right;
	width:6.25%
}*/
/*.header .main .header-center li a.opened {
	border-bottom: 2px solid #000;
}*/
.header .main .header-center > li > a {
	display: block;
	height: 32px;
}
.header .main .header-center li input.search {
	position: relative;
	background: rgba(0, 0, 0, 0) url(../img/button/search.png) no-repeat scroll right center / auto 80%;
	background-origin: border-box;
	border: none;
	width: 17px;
	height: 18px;
	outline: none;
}
.header .main .header-center li input.submit {
	background-color: #000;
	color: #FFF;
	text-align: center;
	letter-spacing: 0.1em;
	width: 45px;
	height: 30px;
	border: none;
	float: right;
}
.header .main .header-center li .search-wrapper {
	position: absolute;
	right: 0px;
	top: 80px;
	overflow: hidden;
	width: 410px;
	display: none;
}
.header .main .header-center li .freeword {
	background-color: #FFF;
	border: #000 solid thin;
	padding-left: 10px;
	height: 30px;
	width: 365px;
	letter-spacing: 0.1em;
	float: left;
}
.header .main .header-center li .freeword::-webkit-input-placeholder {
	color: #ccc;
	font-weight: normal;
}
.header .main .header-center li .freeword:-ms-input-placeholder {
	color: #ccc;
	font-weight: normal;
}
.header .main .header-center li .freeword::-moz-placeholder {
	color: #ccc;
	font-weight: normal;
}

.header .count {
	position: absolute;
	width: 18px;
	height: 18px;
	font-size: 10px;
	color: #fff;
	border-radius: 15px;
	top: -10px;
	right: -15px;
	background: #000;
	text-align: center;
	line-height: 17px;
}

@media only screen and (max-width: 750px){
.header .sp-navi-wrap .count{
	top: 5px;
	right: initial;
}
}

.header .main .header-center > li .header-submenu-wrap{
	position: absolute;
	width: 200px;
	height: 300px;
	top: 34px;
	left: 0;
 	padding: 20px 14px 15px;
	background: #fff;
	border-top: 0;
}

@media only screen and (max-width: 855px){
.header .main .header-center > li:nth-last-child(2) .header-submenu-wrap{
	right: 0;
	left: auto;
}
}

@media only screen and (max-width: 1300px){
.header .main .header-center > li:last-child .header-submenu-wrap{
	right: 0;
	left: auto;
}
}

@media only screen and (max-width: 1000px){
.header .main .header-center > li:nth-last-child(2) .header-submenu-wrap,
.header .main .header-center > li:last-child .header-submenu-wrap{
	right: -20px;
}
}


.header .main .header-center > li .header-submenu-wrap .row{
	padding: 0;
}

.header .main .header-center > li .header-submenu-wrap .row .header-submenu-inner-wrap,
.header .main .header-center > li .header-submenu-wrap .row .header-submenu-inner-wrap dd{
	padding: 0;
}

.header .main .header-center > li .header-submenu-wrap .row .header-submenu-inner-wrap li{
	margin: 0;
}

.header .main .header-center > li .header-submenu-wrap .row .header-submenu-inner-wrap dl{
	float: none;
}


/*.header .main .header-center > li dl{
	position: absolute;
	width: 200px;
	height: 300px;
	top: 34px;
	left: 0;
 	padding: 25px 14px 15px;
	background: #fff;
}*/

.header .main .header-center > li dl dt{
	margin-bottom: 15px;
	padding-bottom: 5px;
	font-size: 14px;
	font-size: 1.4rem;
	font-weight: bold;
	text-align: left;
	border-bottom: 1px solid #000;
}

dd.submenu_list {
	text-align: left;
}

dd.submenu_list > ul{
	margin-left: 0;
}

dd.submenu_list li a{
	font-size: 12px;
	font-size: 1.2rem;
	line-height: 2;
}



.mainInr{
	display: flex;
	align-items: flex-end;
}

.header .main .header-left-wrapper {
	/* float: left; */
	display: flex;
	/* width:45%; */
	text-align:left;
	padding: 14px 0 0 0;
	align-items: flex-end;
}
.header .main .header-left > li {
	display: inline-block;
	margin: 0 0 0 3vw;
}
.header .main .header-left > li:first-child{
	margin-left: 6vw;
}
.header-left{
	display: flex;
	align-items: flex-end;
	/* margin-left:60px; */
}
.dropdown-btn-text{
	font-size:16px;
	font-size:1.6rem;
	font-family:'futura', 'Century Gothic', sans-serif;
	font-weight:bold;
	padding: 0 4px 13px 4px;
	border-bottom: 2px solid transparent;
	display: block;
	font-size: 1.6vw;
	padding: 0 0.4vw 1.3vw 0.4vw;
}
.dropdown-btn-text:hover{
	border-bottom-color:#000;
}
.header-left .dropdown-menu {
	left:20px;
	position: absolute;
	list-style: none;
	z-index: 9999;
	display: none;
	padding: 1px 0 0 0;
}

.header-left .dropdown-menu .all-item{
	white-space: nowrap;
}

.header-left .dropdown-menu > .dropdown-menu-inr {
	background-color: #fff;
	width: 1000px;
	display: flex;
	align-items: flex-start;
	font-size: 13px;
	padding-top: 40px;
	padding-bottom: 65px;
}
.header-left .dropdown-menu > .dropdown-menu-inr.bland-list-wrapper{
	padding-top: 35px;
}

.item-list-wrapper.dropdown-menu-inr .item-list {
	overflow: hidden;
	/* display: flex;
	flex-wrap: wrap;
	justify-content: space-between; */
	display: grid;
	grid-template-columns: repeat(4, auto);
	grid-column-gap: 110px;
	grid-row-gap: 15px;
	margin: 0 0 0 110px;
	padding: 0;
}
.item-list-wrapper.dropdown-menu-inr .item-list li{
	margin: 0 0 0 0;
	padding: 0 0 0 0;
	font-size: 13px;
	font-size: 1.3rem;
	/* width: 25%; */
}

.dropdown-menu-inr > .bland-list {
	display: flex;
	width: 100%;
}
.dropdown-menu-inr > .bland-list .list-item{
	width: 241px;
	margin-left: 12px;
}
.dropdown-menu-inr > .bland-list .list-item:first-child{
	margin-left: 0;
}
/* .dropdown-menu-inr > .bland-list .list-item:first-child {
	margin-left: 0;
} */
.dropdown-menu-inr > .bland-list .list-item .bland-logo{
	border-bottom: 1px solid #000;
	margin-bottom: 10px;
}
.dropdown-menu-inr > .bland-list .list-item .bland-logo > a{
	display: block;
	width: 100%;
	height: 100%;
	padding: 13px 0 13px 0;
}
.dropdown-menu-inr > .bland-list .list-item .bland-logo > a img{
	position: relative;
	display: block;
	font-size: 0;
	text-indent: 9999px;
	margin: 0 auto;
	width: 130px;
	height: 42px;
	background-color: transparent;
}
.dropdown-menu-inr > .bland-list .list-item .bland-logo > a.brand_01 img,
.dropdown-menu-inr > .bland-list .list-item .bland-logo > a.brand_02 img{
	background-color: transparent;
	height: 42px;
	width: auto;
}
/* .dropdown-menu-inr > .bland-list .list-item #brand_01 > a img{
	width: 130px;
	height: 42px;
	background-color: transparent;
} */
/* .dropdown-menu-inr > .bland-list .list-item .bland-logo > a::before{
	content: "";
	display: block;
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	background-size: 100% auto;
}
.dropdown-menu-inr > .bland-list .list-item.andLove .bland-logo > a::before{
	background-image: url(/assets/front/img/bland_logo_and_love.svg);
	width: 130px;
	height: 42px;
}

.dropdown-menu-inr > .bland-list .list-item.okapi .bland-logo > a::before{
	background-image: url(/assets/front/img/bland_logo_okapi.svg);
	width: 114px;
	height: 38px;
}
.dropdown-menu-inr > .bland-list .list-item.pierre .bland-logo > a::before{
	background-image: url(/assets/front/img/bland_logo_pierre.svg);
	width: 165px;
	height: 72px;
}
.dropdown-menu-inr > .bland-list .list-item.glam .bland-logo > a::before{
	background-image: url(/assets/front/img/bland_logo_glam.svg);
	width: 183px;
	height: 51px;
} */


.dropdown-menu-inr > .bland-list .list-item > ul {
	display: block;
	margin: 0;
	overflow: inherit;
}

.dropdown-menu-inr > .bland-list .list-item ul > li{
	font-size: 13px;
	padding-top: 1rem;
	margin: 0;
	width: 100%;
}
.dropdown-menu-inr > .bland-list .list-item ul > li:first-child{
	padding-top: 0;
}

.header .main .header-left li a.sale{
	color:#e95a7f;
}
.header .main .header-right-wrapper {
	padding-bottom: 16px;
	margin-left: auto;
}

.header .main .header-right-wrapper .header-right{
	display: flex;
	align-items: flex-end;
}

.header .main .header-right li {
	position: relative;
	display:inline-block;
	margin:0 0 0 2vw;
	vertical-align:middle;
}
.header .main .header-right li.favorite{
	width: 2.3vw;
}
.header .main .header-right li.member{
	width: 2.4vw;
}
.header .main .header-right li.header_cart_wrapper{
	width: 1.9vw;
}
.header-submenu-inner-wrap .header_cart .button.cart_step02_button,
.header-submenu-inner-wrap .header_cart .button.cart_step01_button {
	height: auto;
	padding: 6px 0;
}
.header .main .header-right li img{
	width: 100%;
}
.header .main .header-right li.start {
	padding-left: 0;
}
.header .main .header-right li a.open-submenu {
	display: block;
}
.header .main .header-right li.search{
	position:relative;
	margin-left: 0;
}
.header .main .header-right li.search .search-form {
	border-radius: 7vw;
	border: 1px solid #C4C4C4;
	width: 21.9vw;
	padding: 0 1.5vw;
	height: 3vw;
}
.header .main .header-right li.search .search-form input.freeword{
	border:none;
	/* border-bottom:1px solid #000; */
	font-family:'futura', 'Century Gothic', sans-serif;
	font-size:12px;
	font-size:1.2rem;
	box-shadow:none;
	-webkit-appearance: none;
	-webkit-border-radius: 0;
	padding:3px 0 !important;
	background-color: transparent;
	height: 100%;
}
.header .main .header-right li.search .search-form input:-webkit-autofill {
	box-shadow: 0 0 0 1000px white inset;
}

.header .main .header-right li.search #form_search{
	position:absolute;
	right:10px;
	top:50%;
	transform: translateY(-50%);
	background-image: url(/assets/front/img/header/icon_search.svg);
	background-color: transparent;
	background-repeat: no-repeat;
	background-position: 0 0;
	background-size: 12px 12px;
	width:12px;
	height:12px;
	border:none;
}
.header .main .header-right li a.help {
}
.header .main .header-right li a.member {
}
.header .main .header-right li a.cart {
}

.header .header-submenu-wrap {
	display: none;
	position: absolute;
	z-index:99999;
	top: 100%;
	left: 0px;
	border-top: 1px solid #c1c1c1;
	padding: 30px 0 0 0;
	background-color: #fff;
}
.header .header-submenu-wrap-cart {
	display: none;
	position: absolute;
	z-index:11000;
	top: 100%;
	right: 0px;
	border-top: 1px solid #c1c1c1;
	padding: 30px 0 0 0;
	background-color: #fff;
	border: 1px solid #000;
}
.header .cart_menu .ul_cart .header_cart_list .header_cart_delete_button_wrapper {
	position: relative;
	width: 26px;
}
.header .cart_menu .ul_cart .header_cart_list .header_cart_delete_button_wrapper .header_cart_delete_button{
	background: #fff no-repeat url(../img/cart_goods_delete.svg);
	border: none;
	width: 20px;
	height: 20px;
	margin: 0;
	margin-left: 5px;
	cursor: pointer;
	float: right;
}
.header .cart_menu .detail_wrapper .item_name {
	margin-bottom: 10px;
	text-align: left;
	font-size: 14px;
	font-size: 1.4rem;
}
.header .cart_menu .detail_wrapper .cart_price {
	font-size: 1.4rem;
	font-weight: 700;
	text-align: left;
}
.header .cart_menu .ul_cart .header_cart_list:not(:first-child) {
	border-top: 1px solid #ccc;
}
.header .cart_menu .ul_cart .header_cart_list {
	margin: 0;
	padding: 20px 0;
	width: 100%;
	display: flex;
}

.header .cart_menu #cart_delete_error {
	float: left;
	color: #f00;
	font-weight: bold;
	font-size: 1rem;
}
.header .cart_menu .free {
	font-size: 1.4rem;
	text-align: center;
	padding: 30px 0 20px;
}

.header .header-submenu-wrap-cart.cart_menu{
	top:80px;
}
.header .header-submenu-wrap-full {
	width: 100%;
}
.header .header-submenu-wrap .header-submenu-inner-wrap {
	padding-left: 20%;
}
.header .header-submenu-wrap .header-submenu-inner-wrap dl {
	float: left;
}
.header .header-submenu-wrap .header-submenu-inner-wrap dd {
	float: left;
	padding-right: 80px;
}
.header .header-submenu-wrap .header-submenu-inner-wrap li {
	margin-bottom: 17px;
	font-size:12px;
	font-size:1.2rem;
	font-weight:normal;
	display:block;
	height:inherit;
	width:100%;
}
.header .header-submenu-wrap .header-submenu-inner-wrap dd.submenu_list {
	padding-bottom: 10px;
}
.header .header-submenu-wrap .header-submenu-inner-wrap dd.fixed_menu {
	min-width: 180px;
}
.header .header-submenu-wrap .header-submenu-inner-wrap .image_link {
	width: 194px;
	margin-top: 2px;
	padding-bottom: 30px;
}
.header .header-submenu-wrap .header-submenu-inner-wrap .image_link a,
.header .header-submenu-wrap .header-submenu-inner-wrap .image_link img {
	display: block;
}
.header .header-submenu-wrap .header-submenu-inner-wrap .image_link p {
	text-align: center;
	margin-top: 10px;
}
.header .header-submenu-wrap .header-submenu-inner-wrap dd.image_link {
	padding-right: 20px;
}
.header .header-submenu-wrap.shop_menu .header-submenu-inner-wrap dd.image_link {
	margin-left: 30px;
}

.header .header-submenu-wrap-just {
	width: auto;
}
.header .header-submenu-wrap-just .triangle {
	position: absolute;
	top: -12px;
	right: 27px;
}
.header .header-submenu-wrap-just .header-submenu-inner-wrap {
	padding-left: 20px;
	padding-right: 20px;
}
.header .header-submenu-wrap-just .header-submenu-inner-wrap li {
	margin-bottom: 15px;
}
.header .header-submenu-wrap-just.help_menu {
	text-align: center;
}
.header .header-submenu-wrap-just.help_menu .info_mail {
	margin-top: 5px;
	font-size: 90%;
}
.header .header-submenu-wrap-just.member_menu {
	text-align: center;
}

.header .header-submenu-wrap-just.member_menu .triangle {
	right: 22px;
}

.header .header-submenu-wrap-just.cart_menu .header-submenu-inner-wrap {
	width: 300px;
	padding: 0 0 20px 0;
}
.header .cart_menu img {
	width: 100%;
}
.header .cart_menu h3 {
	font-size: 16px;
	padding-bottom: 10px;
	border-bottom: 1px solid #000;
}
.header .cart_menu li {
	margin: 10px 0;
}
.header .cart_menu .colImage {
	width: 100px;
	float: left;
	margin-right: 10px;
}
/*.header .cart_menu .detail_wrapper {
	width: 150px;
	float: left;
}*/
.header .cart_menu .detail_wrapper {
	width: calc(65% - 25px);
	float: left;
}
.header .cart_menu .cart_detail {
	font-size: 13px;
}
.header .cart_menu .cart_result {
	text-align: right;
	border-top: 1px solid #ccc;
	font-weight: 400;
	font-size: 16px;
	padding: 10px 0;
}
.header .cart_menu .free {
	text-align: center;
	padding: 10px 0;
}

.header .sp-navi-wrap,
.header .serach-box{
	display:none;
}

/* nolink */

header.nolink{
	height:inherit;
	padding: 20px 0;
	border-bottom:2px solid #000;
	margin-bottom:40px;
}
header.nolink .site-logo{
	width:164px;
	margin:0 auto;
}
#cart-delete-modal-content {
	display: none;
	width: 75%;
	margin: 50px auto;
	padding: 30px 20px;
	border: 2px solid #aaa;
	background: #fff;
	z-index: 13000;
	position: fixed;
	font-size: 1.4rem;
	left: 50%;
	-webkit-transform: translateX(-50%);
	-ms-transform: translateX(-50%);
	transform: translateX(-50%);
}
#cart-delete-modal-overlay {
	z-index: 12000;
	display: none;
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 120%;
	background-color: rgba(0,0,0,0.55);
	cursor: pointer;
}
.cart-delete-close-icon {
	background: #fff no-repeat url(../img/cart/delete.png);
	position: absolute;
	width: 16px;
	top: 20px;
	right: 20px;
	cursor: pointer;
	height: 15px;
}
#cart-delete-modal-content #cart-delete-cancel {
	background-color: #cecece;
	border: 1px solid #cecece;
	color: #fff;
	margin-right: 10px;
}
#cart-delete-modal-content #cart-delete-ok, #cart-delete-modal-content #cart-delete-cancel {
	display: inline-block;
	padding: 0 20px;
	height: 40px;
	line-height: 40px;
	font-size: 1rem;
	letter-spacing: 3px;
	cursor: pointer;
	text-transform: uppercase;
}
#cart-delete-modal-content #cart-delete-ok {
	background: #000;
	border: 1px solid #000;
	color: #ffffff;
}
#cart-delete-modal-content .cart-delete-text {
	padding-bottom: 30px;
}
.cart_modal_close_btn {
	background: url(../img/cart/delete.png) no-repeat 0px center;
	position: absolute;
	background-color:transparent;
	font-size: 0;
	right: 10px;
	top: 10px;
	padding: 0;
	width: 15px;
	height: 15px;
	cursor: pointer;
	z-index: 201;
	display: inline;
	align-items: center;
	justify-content: center;
}
 .cancel_icon:before {
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	font-size: 16px;
	line-height: 16px;
	color: #757575;
	content: '\e616';
	font-family: 'luma-icons';
	margin: 0;
	vertical-align: top;
	display: inline-block;
	font-weight: normal;
	overflow: hidden;
	speak: none;
	text-align: center;
}

@media only screen and (max-width:750px) {
	.header .header-submenu-wrap-just.cart_menu .header-submenu-inner-wrap {
		width: 100%;
	}
}

@media (min-width:751px) and  (max-width:1000px) {
	.header .main .header-left > li {
		margin: 0 0 0 3vw;
		font-size:1.4rem;
	}
}

@media only screen and (max-width: 1000px){

.header .main .header-center > li > a {
	font-size: 11px;
}
}

@media only screen and (min-width: 1040px){
	.dropdown-btn-text{
		font-size: 16px;
		padding: 0 4px 13px 4px;
	}
	.header .main .site-logo{
		padding-bottom: 8px;
	}
	.header .main .header-left > li{
		margin:0 0 0 30px;
	}
	.header .main .header-left > li:first-child{
		margin:0 0 0 60px;
	}
	.header .main .header-right li.search .search-form {
		border-radius: 70px;
		border: 1px solid #C4C4C4;
		width: 219px;
		padding: 0 15px;
		height: 30px;
	}
	.header .main .header-right li {
		margin: 0 0 0 30px;
	}
	.header .main .header-right li.favorite{
		width: 23px;
	}
	.header .main .header-right li.member{
		width: 24px;
	}
	.header .main .header-right li.header_cart_wrapper{
		width: 19px;
	}
}


@media only screen and (max-width: 900px){
	/* .header .main .header-left li{
		margin:0 15px 0 0;
		font-size:14px;
		font-size:1.4rem;
	} */
}

@media only screen and (max-width: 750px){
	.info-text-inr {
		width: 100%;
		padding: 15px 20px;
		white-space: nowrap;
	}
	.info-text-inr-head{
		font-size: 2.7rem;
	}
	.info-text-inr-text{
		font-size: 1.5rem;
		margin-left: -2em;
	}
	.info-text-inr-text span{
		font-size: 2.1rem;
	}
	.info-text-inr .closeBtn{
		right: 16px;
		height: 16px;
		width: 16px;
		background-size: 100% 100%;
	}

	header.header {
		height:inherit;
	}
	.header .main{
		padding: 0;
	}
	.header .main.brand_id,
	.header .main.brand_id1,
	.header .main.brand_id3 {
		height: 65px;
	}
	.header .main.brand_id .mainInr,
	.header .main.brand_id1 .mainInr,
	.header .main.brand_id3 .mainInr {
		height: 100%;
	}
	.header .main .site-logo{
		padding-bottom: 0;
	}
	.header .main.brand_id1 .site-logo img {
		width: 100%;
		height: 48px;
	}
	.header .main.brand_id3 .site-logo img {
		width: 100%;
		height: 40px;
	}
	.header .main .site-logo.jpallet {
		display:block;
		/* width:40%; */
		/* max-width:170px; */
		width: 152px;
		margin:0 auto;
		padding: 0;
	}
	.hide-for-small{
		display: block !important;
	}
	.mainInr{
		align-items: center;
		justify-content: center;
		position: relative;
		padding: 6px 0;
	}
	.header-submenu-wrap{
		display:none !important;
	}
	.header .main .header-left-wrapper{
		align-items: center;
		justify-content: center;
		margin: 0;
		padding: 0;
	}
	.header-left{
		display: none;
	}
	.header .main .header-right-wrapper{
		margin: 0;
		padding: 0;
	}
	.header .main .header-right li{
		display: none;
	}
	.header .main .header-right li.header_cart_wrapper{
		display: block;
		position: absolute;
		top: 50%;
		right: 20px;
		transform: translateY(-50%);
		width: 19px;
	}
	/* .header-left-wrapper,
	.header-right-wrapper,
	.header-center-wrapper{
		display:none;
	} */
	.header .main .site-logo-wrapper {
		position:static;
		display: block;
		width:100%;
	}

	/* sp-menu */
	.header .sp-navi-wrap{
		/* display:block; */
		background:#000000;
		position:relative;
		transform: translate3d(0, 0, 0);
		-webkit-transform: translate3d(0, 0, 0);
		z-index: 9999;
	}
	.header .sp-navi-wrap.fixed {
		position: fixed;
		top: 0;
		left:0;
		width: 100%;
		transform: translate3d(0, 0, 0);
		-webkit-transform: translate3d(0, 0, 0);
	}
	.header .sp-navi-wrap ul.sp-navi{
		display:table;
		height:50px;
		width:100%;
		margin:0;
	}
	.header .sp-navi-wrap ul.sp-navi li{
		display:table-cell;
		vertical-align:middle;
		width:20%;
		text-align:center;
	}
	.header .sp-navi-wrap ul.sp-navi li#menuBtn,
	.header .sp-navi-wrap ul.sp-navi li#searchBtn{
		cursor:pointer;
	}
	.header .sp-navi-wrap ul.sp-navi li img{
		width:20px;
	}
	.sp-overlay{
		display:none;
		z-index:99999;
		position:absolute;
		top:50px;
		left:0;
		width:100%;
		background:#000;
		border-top:1px solid #989898;
	}
	.sp-navi-inner{
		overflow:scroll;
		height:450px;
	}
	/*.sp-overlay ul.sp-navi-list{
		border-top:1px solid #989898;
	}*/
	.sp-overlay ul.sp-navi-list li{
		border-bottom:1px solid #989898;
		font-size:15px;
		font-size:1.5rem;
		width:100%;
		-webkit-box-sizing:border-box;
		-moz-box-sizing:border-box;
		-ms-box-sizing:border-box;
		box-sizing:border-box;
	}

	.sp-overlay ul.sp-navi-list li:nth-child(2n){
		border-right:none;
		padding-right:1px;
	}
	.sp-overlay ul.sp-navi-list li{
		color:#FFF;
		padding:15px 3%;
		display:block;
		position: relative;
	}

	.sp-overlay ul.sp-navi-list li:after{
		display: block;
		content: "";
		position: absolute;
		top: 50%;
		right: 10px;
		width: 6px;
		height: 6px;
		margin: -4px 0 0 0;
		border-top: solid 2px #989898;
		border-right: solid 2px #989898;
		-webkit-transform: rotate(45deg);
		transform: rotate(45deg);
	}

	.sp-overlay ul.sp-navi-list li.active:after{
		-webkit-transform: rotate(135deg);
		transform: rotate(135deg);
	}


	.sp-overlay ul.sp-navi-list p a{
		display:block;
		color:#FFF;
		font-size:15px;
		padding:7px 3%;
		padding: 15px 3% 15px 1.5em;
		border-bottom: 1px solid #989898;
	}
	.sp-overlay ul.sp-navi-list.sp-navi-list-link a {
		display:block;
		color:#FFF;
		font-size:15px;
	}
	.sp-overlay ul.sp-navi-list.sp-navi-list-link li:after{
		display: none;
	}

	.header .search-box{
		border-top:1px solid #989898;
		display:none;
		position:absolute;
		top:50px;
		left:0;
		width:100%;
		z-index:9999;
		background:#000;
		padding:15px 5%;
	}
	.header .search-box input.freeword{
		border:none;
		border-bottom:1px solid #000;
		font-family:'futura', 'Century Gothic', sans-serif;
		font-size:12px;
		font-size:1.2rem;
		box-shadow:none;
		-webkit-appearance: none;
		-webkit-border-radius: 0;
		padding:15px !important;
	}
	.header .search-box #form_search{
		position:absolute;
		right:8%;
		top:50%;
		-webkit-transform: translateY(-50%);
		-ms-transform: translateY(-50%);
		transform: translateY(-50%);
		background:none;
		background:url(../img/search_btn.png);
		width:16px;
		height:16px;
		border:none;
	}


	/* nolink */

	header.nolink{
		margin-bottom:20px;
		padding-bottom:20px;
		height: inherit;
	}
	header.nolink .site-logo{
		max-width:160px;
		width:32%;
	}

}


/* top-menu */

.sp-menu{
	display:none;
}

@media only screen and (max-width: 750px){

	.sp-menu{
		display:block;
		overflow:hidden;
		background-color:#FFF;
	}
	.sp-menu ul{
		overflow:hidden;
	}
	.sp-menu ul.black{
		background:#000;
		display:table;
		width: 100%;
	}
	.sp-menu ul.black > li {
		display:table-cell;
		float: none;
	}
	.sp-menu ul.black > li:last-child {
		border-right: none;
	}
	}
	.sp-menu ul li{
		width:33.333%;
		box-sizing:border-box;
		border-bottom:2px solid #d7d7d7;
		border-right:2px solid #d7d7d7;
		font-size:14px;
		font-size:1.4rem;
		font-family:'futura', 'Century Gothic', sans-serif;
		text-align:center;
		float:left;
	}
	.sp-menu ul li:nth-child(3n){
		border-right:0;
		padding-right:2px;
	}
	.sp-menu ul li a{
		display:block;
		padding:13px 0;
	}
	.sp-menu ul.black li a{
		color:#FFF;
	}
	.sp-menu ul.black li.sale a{
		color:#ec87a2;
	}
	.sp-menu ul li a:hover{
		background:#eeeeee
	}
	.sp-menu ul.black li a:hover{
		background:#202020;
	}

	.sp-navi-wrap .sp-menu{
	}
	.sp-navi-wrap.fixed .sp-menu{
		display:block !important;
	}
	.sp-navi-wrap .sp-menu{
		display:block;
		background:none;
	}
	.sp-navi-wrap .sp-menu ul{
		border-top:1px solid #313131;
	}
	.sp-navi-wrap .sp-menu ul li {
		border-bottom:1px solid #313131;
		border-right: 1px solid #313131;
	}
}


@media only screen and (min-device-width: 768px) and (max-device-width: 1024px)  and (orientation:portrait) {

	/*.header .main .header-center li {
		padding: 30px 8px 0 8px;
	}*/
	.header .main .header-center li.start {
		padding-left: 0;
	}
	.header .main .header-center li.end {
		padding-right: 0;
	}
	.header .main .header-center li .search-wrapper {
		width: 340px;
	}
	.header .main .header-center li .freeword {
		width: 295px;
	}
}
/*
@media only screen and (min-device-width: 768px) and (max-device-width: 1024px)  and (orientation:portrait) {
	.header .main .header-center {
		position: relative;
		margin-left: 10%;
	}
	.header .main .header-center li {
		padding-left: 1%;
		padding-right: 1%;
	}
	.header .main .header-center li .search-wrapper {
		right: 3px;
		width: 302px;
	}
	.header .main .header-center li .freeword {
		width: 257px;
	}
}
@media only screen and (min-device-width: 768px) and (max-device-width: 1024px)  and (orientation:landscape) {
	.header .main .header-center {
		margin-left: 15.7%;
	}
	.header .main .header-center li {
		padding-left: 1%;
		padding-right: 1%;
	}
	.header .main .header-center li .search-wrapper {
		right: 5px;
		width: 312px;
	}
	.header .main .header-center li .freeword {
		width: 267px;
	}
}
*/
/* crumbs list STYLE
-------------------------------*/


/* FOOTER STYLE
-------------------------------*/
.footer {
	margin-top: 60px;
	padding:70px 0 80px 0;
	background:#F0F0F0;
}
.footer .footerWrapper {
	max-width:1040px;
	width: 100%;
	margin: 0 auto;
	padding: 0 20px;
}

.blandLogoList .logoListInr{
	display: flex;
	/*justify-content: space-between;*/
}
.blandLogoList .logoListInr .listItem{
		margin-right: 12px;
		width: 24.1%;
		max-width: 241px;
		margin-right: 1.2%;
	}
	.blandLogoList .logoListInr .listItem:last-child{
		margin-right: 0;
	}
	.blandLogoList .logoListInr .listItem .blandLogoImg{
		display: block;
		width: 100%;
		height: 80px;
		background-color: #fff;
		border: 1px solid #000;
		font-size: 0;
		line-height: 1;
		text-indent: 9999px;
		position: relative;
	}
	.blandLogoList .logoListInr .listItem .blandLogoImg::before{
		content: "";
		display: block;
		position: absolute;
		top: 50%;
		left: 50%;
		transform: translate(-50% , -50%);
		background-repeat: no-repeat;
		background-position: 0 0;
		background-size: 100% auto;
	}
	.blandLogoList .logoListInr .listItem .blandLogoImg.brand_01::before{
		background-image: url(/assets/front/img/brand1.svg);
		width: 13vw;
		height: 4.2vw;
		max-width: 130px;
		max-height: 42px;
	}
.blandLogoList .logoListInr .listItem .blandLogoImg.brand_02::before{
	background-image: url(/assets/front/img/brand2.svg);
	width: 15.6vw;
	height: 4.2vw;
	max-width: 156px;
	max-height: 42px;
}
.blandLogoList .logoListInr .listItem .blandLogoImg.brand_03::before{
	background-image: url(/assets/front/img/brand3.svg);
	width: 160px;
	height: 50px;
}
.blandLogoList .logoListInr .listItem .blandLogoImg.brand_04::before{
	background-image: url(/assets/front/img/brand4.svg);
	width: 18.3vw;
	height: 5.1vw;
	max-width: 183px;
	max-height: 51px;
}
.blandLogoList .logoListInr .listItem .blandLogoImg.jpallet::before{
	background-image: url(/assets/front/img/JPALLETロゴ22.3.svg);
	width: 19.6vw;
	height: 14.3vw;
	max-width: 156px;
	max-height: 80px;
}

.footerItemListBox{
	display: flex;
	padding-top: 40px;
}
.footerItemListBox:first-child{
	padding-top: 65px;
}
.footerItemListBox .listHeader{
	font-size:16px;
	font-weight: bold;
	width: 130px;
	flex-shrink: 0;
	line-height: 1.1;
}
.footerItemListBox .itemList{
	display: flex;
	align-items: center;
	flex-wrap: wrap;
}

.footerItemListBox .itemList .item{
	font-size:12px;
	padding-right: 30px;
	padding-bottom: 7px;
}


.footerSnsListWrap{
	display: flex;
	align-items: center;
	padding-top: 40px;
}
.footerSnsListWrap .listHeader{
	font-size:16px;
	font-weight: bold;
	width: 130px;
}

.footerSnsListInr{
	display: flex;
	align-items: center;
}
.listInrItem{
	display: flex;
	align-items: center;
	padding-right: 30px;
}
.listInrItem .blandName{
	font-size:12px;
}
.footerSnsListInr .iconList{
	display: flex;
	align-items: center;
	padding-left: 15px;
	position: relative;
	top: inherit;
	bottom: inherit;
	padding: 0 0 0 15px;
}
.icon_tiktok,
.icon_instagram,
.icon_youtube{
	padding-right: 15px;
}
.icon_tiktok > a,
.icon_instagram > a,
.icon_youtube > a{
	position: relative;
	font-size: 0;
	line-height: 1;
	text-indent: 9999px;
	width: 24px;
	height: 24px;
	display: block;
}
.icon_tiktok > a::before,
.icon_instagram > a::before,
.icon_youtube > a::before{
	content: "";
	display: block;
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50% , -50%);
	background-repeat: no-repeat;
	background-position: 0 0;
	width: 24px;
	height: 24px;
	background-size: 100% 100%;
}

.icon_tiktok > a::before{
	content: "";
	display: block;
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50% , -50%);
	background-repeat: no-repeat;
	background-position: 0 0;
	width: 80px;
	height: 30px;
	margin-left: 20px;
	background-size: 100% 100%;
	background-image: url(/assets/front/img/footer/icon_tiktok.png);
}

.icon_instagram > a::before{
	background-image: url(/assets/front/img/footer/icon_inst.svg);
}
.icon_youtube > a::before{
	background-image: url(/assets/front/img/youtube_icon.png);
}

.icon_facebook > a{
	position: relative;
	font-size: 0;
	line-height: 1;
	text-indent: 9999px;
	width: 6px;
	height: 12px;
	display: block;
}
.icon_facebook > a::before{
	content: "";
	display: block;
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50% , -50%);
	background-repeat: no-repeat;
	background-position: 0 0;
	background-image: url(/assets/front/img/footer/icon_fb.svg);
	width: 6px;
	height: 12px;
	background-size: 6px 12px;
}

.copyright-text{
	padding-top: 40px;
}
.copyright-text address{
	font-size: 14px;
}






.footer .footerWrapper .footerMenu{
	margin-bottom:25px;
}
.footer .footerWrapper .footerMenu ul li{
	display:inline-block;
	font-size:14px;
	font-size:1.4rem;
	margin:0 13px 10px;
}
.footer .footerWrapper .footerMenu ul li a{
	color:#989898;
}
.footer .footerWrapper .sns{
	margin-bottom:40px;
}
.footer .footerWrapper .sns li{
	display:inline-block;
	margin:0 12px;
}
.footer .footerWrapper .copyrightText {
	font-size:12px;
	font-size:1.2rem;
	background:#e5e5e5;
	color:#7d7d7d;
	padding:15px 0;
}


/* nolink */

footer.nolink .footerWrapper{
	padding:0;
	background:none;
}
footer.nolink .footerWrapper .copyrightText{
	background:#313131;
	color:#FFF
}


@media only all and (max-width: 750px){
	.footer {
		padding:8vw 2.667vw 26.667vw 2.667vw;
		width: 100%;
		margin-top: 60px;
	}
	.footer .footerWrapper {
		width:100%;
		margin: 0;
	}
	.blandLogoList .logoListInr{
		justify-content:inherit;
		flex-wrap:inherit;
		display: grid;
		grid-template-columns: repeat(2,1fr);
		grid-gap: 4vw;
	}
	.blandLogoList .logoListInr .listItem{
		margin-right: 0;
		margin-top: 0;
		width: auto;
		max-width: 100%;
		height: 16vw;
	}
	.blandLogoList .logoListInr .listItem:nth-child(2n){
		margin-right: 0;
	}
	.blandLogoList .logoListInr .listItem .blandLogoImg{
		width: 100%;
		height: 100%;
		text-indent: inherit;
	}
	.blandLogoList .logoListInr .listItem .blandLogoImg img{
		width: 100%;
	}
	.blandLogoList .logoListInr .listItem .blandLogoImg.brand_01::before{
		width: 26.667vw;
		height: 9.6vw;
		max-width: 100%;
		max-height: 100%;
		background-size: contain;
	}
	.blandLogoList .logoListInr .listItem .blandLogoImg.brand_02::before{
		width: 26.667vw;
		height: 7.2vw;
		max-width: 100%;
		max-height: 100%;
		background-size: contain;
	}
	.blandLogoList .logoListInr .listItem .blandLogoImg.brand_03::before{
		width: 26.667vw;
		height: 8.267vw;
		background-size: contain;
	}
	.blandLogoList .logoListInr .listItem .blandLogoImg.brand_04::before{
		width: 34.933vw;
		height: 9.6vw;
	}
	.blandLogoList .logoListInr .listItem .blandLogoImg.jpallet::before{
		width: 34.933vw;
		height: 19.6vw;
	}
	.footerItemListBox{
		display: flex;
		flex-direction: column;
		align-items: flex-start;
		padding-top: 10.667vw;
		/* padding-left: 6.4vw; */
		/* padding-right: 6.4vw; */
	}
	.footerItemListBox:first-child{
		padding-top: 17.333vw;
	}
	.footerItemListBox .listHeader{
		font-size:4.267vw;
		font-weight: bold;
		width:100%;
	}
	.footerItemListBox .itemList{
		display: flex;
		/* align-items: center; */
		align-items: flex-start;
		flex-wrap: wrap;
		display: grid;
		grid-template-columns: repeat(2,1fr);
		grid-gap: 25px 10px;
		width: 100%;
		padding-top: 20px;
	}
	.footerItemListBox .itemList .item{
		font-size: 1.2rem;;
		padding-right: 0;
		padding-top: 0;
		padding-bottom: 0;
		width: auto;
	}
	.footerItemListBox .itemList .item span{
		display: block;
		font-size: 2.667vw;
	}
	.footerItemListBox .itemList .item span.line{
		display: none;
	}
	.footerItemListBox.ranking .itemList .item{
		min-width: 35%;
		width: auto;
		padding-right: 30px;
	}
	.footerItemListBox.ranking .itemList .item.andLove {
		order:1;
	}
	.footerItemListBox.ranking .itemList .item.pierre {
		order: 2;
	}
	.footerItemListBox.ranking .itemList .item.okapi {
		order: 3;
	}
	.footerItemListBox.ranking .itemList .item.glam {
		order:4;
	}
	.footerItemListBox.content .itemList .item {
		width: auto;
		padding-right: 0;
	}
	/* .footerItemListBox.content .itemList .item.company,
	.footerItemListBox.content .itemList .item.legal,
	.footerItemListBox.content .itemList .item.terms {
		width: 60%;
		padding-right: 10px;
	}
	.footerItemListBox.content .itemList .item.guide,
	.footerItemListBox.content .itemList .item.faq,
	.footerItemListBox.content .itemList .item.contact {
		width: 40%;
		padding-right: 0;
	}
	.footerItemListBox.content .itemList .item.company{
		order: 1;
	}
	.footerItemListBox.content .itemList .item.guide{
		order: 2;
	}
	.footerItemListBox.content .itemList .item.legal{
		order: 3;
	}
	.footerItemListBox.content .itemList .item.faq{
		order: 4;
	}
	.footerItemListBox.content .itemList .item.terms{
		order: 5;
	}
	.footerItemListBox.content .itemList .item.contact{
		order: 6;
	} */
	.footerSnsListWrap {
		flex-direction: column;
		align-items: flex-start;
		width: 100%;
		padding-top: 10.667vw;
		/* padding-left: 6.4vw; */
		/* padding-right: 6.4vw; */
	}
	.footerSnsListWrap .listHeader {
	font-size: 4.267vw;
	font-weight: bold;
	width:100%;
}
	.footerSnsListInr{
		flex-direction: column;
		align-items: flex-start;
		width: 100%;
	}
	.listInrItem{
		margin: 0;
		padding: 8vw 0 2.667vw 0;
		width: 100%;
		/* border-bottom: 1px solid #707070; */
	}
	.listInrItem:first-child{
		padding-top: 2rem;
	}
	.listInrItem .blandName{
		font-size: 4.267vw;
		font-weight: bold;
	}
	.iconList{
		margin-left: auto;
		padding-left: 0;
	}
	.icon_instagram,
	.icon_youtube {
	/* padding-right: 10.667vw; */
	}

	.icon_instagram > a,
	.icon_youtube > a {
		width: 4.8vw;
		height: 4.8vw;
	}
	
	.icon_instagram > a::before,
	.icon_youtube > a::before{
		width: 4.8vw;
		height: 4.8vw;
		background-size: 4.8vw 4.8vw;
	}
	.icon_tiktok > a::before{
		margin-left: 10px;
		width: 15vw;
		height: 5.8vw;
		/* background-size: 2.4vw 5.067vw; */
	}

	.icon_facebook{
		padding-right: 2.667vw;
	}
	.icon_facebook > a {
		width: 2.4vw;
		height: 5.067vw;
	}
	.icon_facebook > a::before {
		width: 2.4vw;
		height: 5.067vw;
		background-size: 2.4vw 5.067vw;
	}
	.copyright-text {
		padding-top: 12.8vw;
		/* padding-left: 6.4vw; */
		/* padding-right: 6.4vw; */
	}
	.copyright-text address {
		font-size: 3.733vw;
	}



/*
	.footer .footerWrapper {
		padding:30px 0 0;
	}
	.footer .footerWrapper .footerMenu{
		margin-bottom:15px;
	}
	.footer .footerWrapper .footerMenu ul li{
		display:inline-block;
		font-size:13px;
		font-size:1.3rem;
		margin:0 8px 10px;
	}
	.footer .footerWrapper .sns{
		margin-bottom:30px;
	}
	.footer .footerWrapper .copyrightText {
		padding:12px 10px;
	}
*/

}

/* layout Style
-------------------------------*/

.mainContents {
	min-height:550px;
	max-width: 1000px;
	margin:0 auto;
	padding:0 0;
}
.mainContentsInner {
	margin: 0;
}


@media only screen and (max-width: 750px){

	.mainContents {
		min-height:450px;
		padding:0 2.667vw;
		margin:0;
		width:100% !important;
	}
	.logo {
		width: 173px;
		height: 58px;
	}


}

/* FORM STYLE
-------------------------------*/
.formWrapper .attention {
	line-height: 1.6em;
	padding-top: 20px;
}
.formWrapper .attentionFooter {
	padding: 20px 0;
}

[data-abide] .error small.error, [data-abide] .error span.error, [data-abide] span.error, [data-abide] small.error {
	font-style:normal;
}
.error-ico {
	display: none;
	color: #f04124;
}
[data-abide] .error .error-ico {
	display: block;
	position: absolute;
/*
	top: 0;
	bottom: 0;
	margin: auto 0;
*/
	top: 10px;
	right: -15px;
	width: 16px;
	height: 16px;
}
[data-abide] input[data-invalid],
[data-abide] textarea[data-invalid],
[data-abide] select[data-invalid] {
	background-color: #f8cdcd;
}
[data-abide] .require {
	color: #f04124;
	font-weight: bold;
	margin-left: 5px;
}
.error-messages {
	margin-top: 15px;
	margin-bottom:20px;
	color: #f04124;
	font-size:14px;
	font-size:1.4rem;
}
.error-messages li{
	margin-bottom:5px;
}
.error-messages-page li {
	text-align: center;
	color: #f04124;
	margin-bottom:20px;
	font-size:14px;
	font-size:1.4rem;
}
input[type="text"],
input[type="password"],
input[type="date"],
input[type="datetime"],
input[type="datetime-local"],
input[type="month"],
input[type="week"],
input[type="email"],
input[type="number"],
input[type="search"],
input[type="tel"],
input[type="time"],
input[type="url"],
input[type="color"],
input[type="radio"],
textarea {
	margin-bottom: 0;
	letter-spacing: 0.1em;
	font-size: 12px;
}
input[type="radio"],
input[type="checkbox"] {
	position: relative;
	top: 2px;
}

p.input_attention {
	color: #666;
	font-size:12px;
	font-size:1.2rem;
	margin-top: 5px;
}
p.input_attention.pl{
	padding-left:30px;
}
p.input_attention.red{
	color:#e95a7f;
}
p.input_attention.black{
	color:#000;
}
p.input_attention a {
	color: #666;
	text-decoration: underline;
}
p.input_attention.inline {
	display:inline;
}
p.input_attention_image {
	margin-top: 10px;
}
p.input_attention_image img {
	vertical-align: middle;
}
p.input_remarks {
	margin: 0.3rem 0 0 0;
	font-size: 0.75rem;
}

table.form_table input[type=text].multi-select-options-search-input {
	margin-bottom: 0.3rem;
}

table.form_table td.alert {
	background-color: #f8cdcd;
}
table.form_table font.caution {
	color: #f00;
}
table.form_table tr.disabled th,
table.form_table tr.disabled td {
	 filter: alpha(opacity=30);
	-moz-opacity:0.3;
	opacity:0.3;
	-ms-filter: "alpha(opacity=30)";
}

.buttonLeft {
	margin-left: 3em;
}

div.button-spinner {
	margin: 0 auto;
}

@media only screen and (max-width: 750px){
	/* small */
	p.input_attention.inline {
		display: block;
		margin-left: 0;
	}

	.formWrapper .attentionFooter {
		text-align: left;
		padding: 0 0 20px 0;
	}

	p.input_attention_image {
		margin-top: 10px;
	}
	p.input_attention_image img {
		vertical-align: top;
		margin-top: 5px;
	}

	p.input_attention span {
		display: block;
	}
	.error-messages {
		font-size:12px;
		font-size:1.2rem
	}
	.error-messages-page li {
		font-size:12px;
		font-size:1.2rem;
	}
}

/* formTable STYLE
-------------------------------*/
.formTable {
	width: 100%;
}
.formTable .gray-form{
	background:#eeeeee;
	padding:30px 30px 0;
	margin-bottom:20px;
}
.formTable .form-box{
	border-bottom:#bfbfbf solid 1px;
	overflow:hidden;
	padding-bottom:25px;
	padding-top:40px;
	clear:both;
}
.formTable .form-box.first{
	border-top:#bfbfbf solid 1px;
}
.formTable .form-ttl{
	float:left;
	width:25%;
	font-size:20px;
	font-size:2.0rem;
}
.formTable .form-ttl.mt-none{
	margin-top:0 !important;
}
.formTable .form-content{
	float:right;
	width:75%
}
.formTable .inputRow {
	padding:0 0 30px;
}
.formTable .credit .inputRow{
	padding-bottom:20px;
}

.formTable .inputRow:after,
.formTable .inputHead:after,
.formTable .inputCol:after {
	clear:both;
	content:".";
	display:block;
	font-size:0.1px;
	height:0.1em;
	line-height:0;
	visibility:hidden;
}
.formTable .inputRow.pb-none{
	padding-bottom:10px !important;
}
.formTable .inputRow.gray{
	
}
.formTable .inputRow.even {
	background-color: #f7f7f7;
}

.formTable .inputRow .inputHead {
	position: relative;
	z-index: 1;
	float: left;
	margin-right: -100%;
	width: 130px;
	padding-right: 15px;
	padding-top:10px;
}
.formTable .inputRow .inputHead.pt-none{
	padding-top:0px;
}
.formTable .inputRow .inputCol {
	float: left;
	width: 100%;
	vertical-align: middle;
	font-size:16px;
	font-size:1.6rem;
}
.formTable .inputRow .inputCol.lh-2{
	line-height:2.5;
}
.formTable .inputRow .inputColInner {
	margin-left: 130px;
	line-height: 200%;
}
.formTable .inputRow .inputColInner.question{
	position:relative;
}
.formTable .inputRow .inputColInner.mb{
	margin-bottom:10px;
}

.formTable .inputRow .inputHead .inputLabel,
.formTable .inputRow .inputHead .inputRequired {
	float: left;
	padding: 0;
}
.formTable .inputRow .inputHead .inputLabel {
	width: 130px;
	font-size:14px;
	font-size:1.4rem;
}
.formTable .gray-form .inputRow .inputHead .inputLabel{
	width:100px;
}
.formTable .gray-form .inputRow .inputHead {
	width: 100px;
}
.formTable .gray-form .inputRow .inputColInner {
	margin-left: 100px;
}
.formTable .inputRow .inputHead .inputRequired {
	width: 30px;
}
.formTable .inputRow .inputColInner.marginCell {
	padding-top: 8px;
}
.formTable .border-top {
	border-top: 1px solid #bfbfbf;
}
.formTable .form-top {
	margin-top:20px;
}
.formTable .inputRow .inputCol input[type="text"],
.formTable .inputRow .inputCol input[type="password"],
.formTable .inputRow .inputCol select,
.formTable .inputRow .inputCol textarea {
	width: 100%;
	-webkit-box-sizing:border-box;
	-moz-box-sizing:border-box;
	-ms-box-sizing:border-box;
	box-sizing:border-box;
}
.formTable .inputRow .inputCol input,
.formTable .inputRow .inputCol select {
	display: inline;
	margin: 0;
	padding: 10px;
	height:inherit;
	border: 1px solid #bfbfbf;
	box-shadow:none;
	font-size:16px;
	font-size:1.6rem;
}
.formTable .inputRow .inputCol select{
	background:#FFF url(../img/arrow.png) no-repeat right 15px center;
	cursor:pointer;
	padding:7px 10px 6px;
	min-height:39px;
}
.formTable .inputRow .inputCol input[type="radio"] + label:before, .formTable .inputRow .inputCol input[type="radio"] + label:after {
	top: 4px;
}
.formTable .inputRow .inputCol input[type="radio"]:checked + label:after {
	top: 7px;
	 background: #000;
}
.formTable .inputRow .inputCol input[type="checkbox"] + label:before {
	top: 4px;
	background-color:#FFF;
}
input[type="checkbox"]:checked + label:after {
	border-right: 2px solid #000;
	border-bottom: 2px solid #000;
	top: 6px;
	margin-top: 0;
}

.formTable .inputRow label{
	font-size:16px;
	font-size:1.6rem;
}
.formTable .inputRow .inputCol input.tiny {
	height: 2.3125rem; 
	margin: 0;
	padding: 0 15px 0 15px;
	line-height: 100%;
	vertical-align: top;
}
.formTable .inputRow .inputCol input.zipchk {
	padding: 0 25px 0 25px;
	margin-left: 20px;
}
.formTable .inputRow .inputCol textarea {
	height: 100px;
}

.formTable .inputRow .form-bottom{
	margin-bottom:20px;
}
.formTable .inputRow .inputCol span.line {
	width:49%;
	margin-right: 1.3%;
	display:inline-block;
}
.formTable .inputRow .inputCol .line2{
	overflow:hidden;
}
.formTable .inputRow .inputCol .line2 span.line{
	display:block;
	float:left;
	margin-right: 2%;
}
.formTable .inputRow .inputCol span.line.short{
	width:40%;
}
.formTable .inputRow .inputCol span.line.last{
	margin-right:0;
}
.formTable .inputRow .inputCol span.line input[type="text"],
.formTable .inputRow .inputCol span.line input[type="password"],
.formTable .inputRow .inputCol span.line input textarea {
	width: 100%;
}
.formTable .inputRow .inputCol .birth-wrap{
	display:table;
	width:100%;
}
.formTable .inputRow .inputCol .validity-wrap{
	display:table;
	width:90%;
}
.formTable .inputRow .inputCol .birth-wrap span.line_date{
	width:28%;
	display:table-cell;
	vertical-align:middle;
}
.formTable .inputRow .inputCol .validity-wrap span.line_date{
	width:38%;
	display:table-cell;
	vertical-align:middle;
}
.formTable .inputRow .inputCol span.line_date.date{
	width:6%;
	font-size:16px;
	font-size:1.6rem;
	display:table-cell;
	text-align:center;
}
.formTable .inputRow .inputCol span.line_date.slash{
	width:8%;
	font-size:18px;
	font-size:1.8rem;
	display:table-cell;
	vertical-align:middle;
	text-align:center;
}
.formTable .inputRow .inputCol .validity-wrap span.line_date.slash{
	width:6%;
}
.formTable .inputRow .inputCol .login-auto{
	font-size:16px;
	font-size:1.6rem;
	padding-top:10px;
}

.formTableConfirm .inputRow .inputLabel.marginCell,
.formTableConfirm .inputRow .inputColInner.marginCell {
	padding-top: 10px;
}
.formTable .inputRow .inputCol.inputColFull,
.formTableConfirm .inputRow .inputCol.inputColFull {
	padding-left: 20px;
}

.formTable .inputRow .inputCol .disabled {
	background-color: #CCC;
}


.form-inner{
	max-width:746px;
	margin:0 auto;
}
.confirm-txt{
	font-size:14px;
	font-size:1.4rem;
	margin:20px 0;
}

@media only screen and (max-width:1024px){
	
	.formTable .form-box{
		border-bottom:#bfbfbf solid 1px;
		overflow:hidden;
		padding-bottom:25px;
		padding-top:30px;
	}
	.formTable .form-ttl{
		float:none;
		width:100%;
		margin-bottom:20px !important;
		margin-top:0 !important;
	}
	.formTable .form-content{
		float:none;
		width:100%
	}
}
@media only screen and (max-width: 750px){

	.formTable{
		margin-bottom:20px;
	}
	.formTable .inputRow {
		padding: 0 0 20px;
	}
	.formTable .gray-form {
		background: #eeeeee;
		padding: 20px 20px 0;
		margin-bottom: 20px;
	}
	.formTable .form-ttl{
		font-size:18px;
		font-size:1.8rem;
	}
	.formTable .inputRow .inputHead {
		float:none !important;
		margin-right:0 !important;
		width: 100% !important;
		padding:0 !important;
		margin-bottom:7px;
	}
	.formTable .inputRow .inputHead br{
		display:none;
	}
	.formTable .inputRow .inputHead .inputLabel,
	.formTable .gray-form .inputRow .inputHead .inputLabel {
		width: 100%;
	}
	.formTable .inputRow .form-bottom {
		margin-bottom: 10px;
	}
	.formTable .inputRow .inputCol {
		font-size:14px;
		font-size:1.4rem;
	}
	.formTable .inputRow .inputColInner {
		margin-left:0 !important;
		line-height:1.5 !important;
	}
	.formTable .inputRow .inputCol span.line.short {
		width: 50%;
	}
	.formTable .inputRow .inputCol span.line.sp-w100 {
		width:100%;
		margin-right: 0;
		display:block;
	}
	.formTable .inputRow .inputCol input,
	.formTable .inputRow .inputCol select {
		font-size:14px;
		font-size:1.4rem;
	}
	.formTable .inputRow .inputCol select {
		background: #FFF url(../img/arrow.png) no-repeat right 15px center;
		background-size:12px auto;
	}
	.formTable .inputRow .inputCol input.tel{
		width:50% !important;
	}
	.formTable .inputRow .inputCol #form_shipping_date,
	.formTable .inputRow .inputCol #form_delivery_time_id{
		width:100%;
	}
		
	.formTable .inputRow label {
		font-size: 14px;
		font-size: 1.4rem;
	}

	.form-inner{
		margin:20px auto 0;
	}
	.confirm-txt{
		font-size:12px;
		font-size:1.2rem;
		margin:10px 0;
	}
	
}

/* confirm */

.formTable.confirm{
	font-size:16px;
	font-size:1.6rem;
}
.formTable.confirm .form-box{
	position:relative;
}
.formTable.confirm .inputRow {
	padding: 0 0 20px;
}
.formTable.confirm .corre-btn{
	position:absolute;
	right:0;
	top:20px;
	width:80px;
}
.formTable.confirm .corre-btn.center-button{
	top:35%;
}
.formTable.confirm .corre-btn input{
	width:100%;
	height:inherit;
	-webkit-box-sizing:border-box;
	-moz-box-sizing:border-box;
	-ms-box-sizing:border-box;
	box-sizing:border-box;
	padding:7px 0;
	text-align:center;
	border:1px solid #000;
	color:#000;
	box-shadow:none !important;
}
.formTable.confirm .form-ttl {
	font-size: 18px;
	font-size: 1.8rem;
	margin:0 !important;
}
.formTable.confirm .inputRow .inputHead {
	padding-top: 5px;
}
.formTable.confirm .inputRow .inputHead .inputLabel {
	font-size: 16px;
	font-size: 1.6rem;
}

@media only screen and (max-width: 1024px){
	.formTable.confirm .form-ttl {
		margin: 0 0 20px !important;
	}
}
@media only screen and (max-width: 750px){
	
	.formTable.confirm{
		font-size:14px;
		font-size:1.4rem;
		margin-bottom:0;
	}
	.formTable.confirm .form-box.last{
		border-bottom:none;
		padding-bottom:0;
	}
	.formTable.confirm .form-content {
		padding:0 3%;
		width:94%;
	}
	.formTable.confirm .inputRow {
		padding: 0 0 20px;
	}
	.formTable.confirm .corre-btn,
	.formTable.confirm .corre-btn.center-button{
		position:absolute;
		right:0;
		top:15px;
		width:60px;
		text-align:center;
	}
	.formTable.confirm .corre-btn input{
		width:100%;
		display:block;
		height:inherit;
		padding:5px 0;
	}
	.formTable.confirm .form-ttl {
		font-size: 16px;
		font-size: 1.6rem;
		margin:0 0 20px !important;
	}
	.formTable.confirm .inputRow .inputHead {
		padding-top: 5px;
	}
	.formTable.confirm .inputRow .inputHead .inputLabel {
		font-size: 16px;
		font-size: 1.6rem;
	}

	
}


/* credit */

.formTable .credit-intro{
	background-color:#FFF;
	padding:20px 20px 15px;
	text-align:center;
	font-size:12px;
	font-size:1.2rem;
	margin-bottom:30px;
}
.formTable .credit-intro .credit-ttl{
	font-size:18px;
	font-size:1.8rem;
	margin-bottom:5px;
}
.formTable .credit-intro img{
	margin-bottom:20px;
}
.formTable .credit-intro .credit-num{
	font-size:14px;
	font-size:1.4rem;
	margin-top:3px;
}
.formTable .question-ico{
	position:absolute;
	right:0;
	top:20%;
}
.formTable .question-ico.p-none{
	position:static;
	display:inline-block;
	margin-left:15px;
}
.formTable .inputColRegist{
	border:1px solid #7d7d7d;
	padding:30px;
	margin-top:10px;
}
.formTable .inputColRegist ul{
	font-size:14px;
	font-size:1.4rem;
	padding-left:30px;
	padding-top:10px;
}
.formTable .inputColRegist ul li{
	padding-left:1em;
	text-indent:-1em;
}

.card-txt-first{
	padding-top:8px;
}
.card-txt-last{
	padding-bottom:40px;
}

@media only screen and (max-width: 750px){
	.formTable .inputColRegist{
		padding:15px;
	}
}


/* every_time */

.formTable .coupon-btn{
	background: none;
	border: 1px solid #000;
	text-align: center;
	color: #000;
	height: 39px;
	line-height: 39px;
	font-size: 14px;
	font-size: 1.4rem;
	padding: 0 25px;
	margin-left: 0;
	vertical-align: bottom;
}



/* button
-------------------------------*/
.buttonArea {
	padding: 30px 0;
}
.buttonArea.mt-none{
	margin-top:0;
	padding:0;
}
.buttonArea ul{
	overflow:hidden;
}
.buttonArea ul li{
	width:31.25%;
	float:left;
	margin-right:3.125%;
	text-align:center;
}
.buttonArea ul li.back input{
	background:#FFF url(../img/back_arrow.png) no-repeat 10px center !important;
}
.buttonArea ul.single-list li{
	width:31.25%;
	float:none;
	margin:0 auto;
}
.buttonArea .kiyaku{
	font-size:12px;
	font-size:1.2rem;
	color:#7d7d7d;
	text-align:center
}
.buttonArea .kiyaku a{
	text-decoration:underline;
	color:#7d7d7d
}
.buttonArea ul li.last{
	margin-right:0;
}
.buttonArea .button,
.bottom-button .single-btn .button{
	width:100%;
	-webkit-box-sizing:border-box;
	-moz-box-sizing:border-box;
	-ms-box-sizing:border-box;
	box-sizing:border-box;
	height:inherit;
	font-size: 16px;
	font-size:1.6rem;
	padding: 12px 0;
	margin-bottom:5px;
}
.buttonArea .single-btn{
	max-width:250px;
	margin:0 auto;
}

.buttonArea.dual-button .column,
.buttonArea.dual-button .columns {
	padding-left: 10px;
	padding-right: 10px;
}


@media only screen and (max-width: 1024px){
	.buttonArea .button{
		font-size: 12px;
		font-size:1.2rem;
	}
}

@media only screen and (max-width: 750px){
	/* small */
	.buttonArea {
		padding: 40px 0 15px;
	}
	.buttonArea ul{
		margin-bottom:20px;
	}
	.buttonArea ul li{
		width:48.5%;
		float:left;
		margin-right:3%;
		text-align:center;
	}
	.buttonArea ul.single-list li{
		width:55%;
	}
	.buttonArea ul li.back{
		display:none;
	}
	
	.bottom-button{
		padding-top:30px;
		clear:both;
	}
	.sp-back-btn{
		width:100%;
	}
	.sp-back-btn input{
		width:100%;
		-webkit-box-sizing:border-box;
		-moz-box-sizing:border-box;
		-ms-box-sizing:border-box;
		box-sizing:border-box;
		border:1px solid #000 !important;
		font-size:14px;
		font-size:1.4rem;
		height:inherit;
		background:#FFF url(../img/back_arrow.png) no-repeat 10px center !important;
		padding:10px 0;
	}


	.buttonArea .single-btn,
	.bottom-button .single-btn{
		width:100%;
		max-width:inherit;
	}
	.bottom-button .single-btn .button{
		font-size:14px;
		font-size:1.4rem;
	}
}

.buttonArea.buttonAreaNoMargin {
	margin-bottom: 0;
}

/* めuめAテム
-------------------------------*/
.sale {
	color: #f00!important;
}
.nonsale {
	text-decoration: line-through
}

/* pagination
-------------------------------*/

.pager-wrap{
	text-align:right;
	width: 100%;
}
.pager {
	text-align:center;
	vertical-align: middle;
	clear:both;
	position:relative;
	display:inline-block;
	margin: 0 auto;
}
.pager li{
	letter-spacing: 1.5em;
	/*margin:0 10px;*/
	display:inline-block;
	font-size:12px !important;
	font-size:1.2rem !important;
	font-family:'futura', 'Century Gothic', sans-serif;
}
.pager_next_img{
	background: url(../img/item-list/pager_next1.png) no-repeat right 17px center;
	background-size: 8px 19px;
	/*border: none;*/
	/*margin-bottom: 2px;*/
	padding-right: 2em;
	background-color: #fff;
	/*display: block;*/
	font-weight: 400;
	font-size: 12px;

}

.pager .total_rows-wrapper {
	display: inline-block;
	vertical-align: top;
	font-size:16px;
	font-size:1.6rem;
	color: #000;
	font-weight:normal;
	font-family:'futura', 'Century Gothic', sans-serif;
}
.pager .pagination-wrapper{
	display: inline-block;
	margin-top: 0;
	padding:0;
}
.pager .pagination-wrapper .pagination span{
	text-indent:-9999px;
	display:block;
}
.pager .pagination-wrapper .pagination .previous-inactive a,
.pager .pagination-wrapper .pagination .next a{
	width:10px;
	height:17px;
	position:absolute;
	top:5px;
}
.pager .pagination-wrapper .pagination .previous-inactive a{
	background: url('../img/item-list/pager_prev.png') no-repeat center center;
	left:60px;
}
.pager .pagination-wrapper .pagination .next a{
	background: url('../img/item-list/pager_next.png') no-repeat center center;
	right:60px;
}

.pager .first-prev,
.pager .last-next{
	position:absolute;
	top:6px;
	width:13px;
	height:17px;
	text-indent:-9999px;
}
.pager .first-prev{
	left:0;
}
.pager .last-next{
	right:0;
}
.pager .first-prev a{
	display:block;
	background: url('../img/item-list/pager_first.png') no-repeat center center;
}
.pager .last-next a{
	display:block;
	background: url('../img/item-list/pager_last.png') no-repeat center center;
}



.pager ul.pagination {
	min-height: 17px;
}
.pager ul.pagination .arrow {
	/* display: none; */
	display:block;
}
.pager ul.pagination li a,
.pager ul.pagination li button {
	padding: 0;
	font-weight: 300;
	font-size: 12px;
}
.pager ul.pagination li.current a,
.pager ul.pagination li.current button {
	background-color: #FFF;
	color: #000;
	font-weight: 400;
}
.pager ul.pagination li{
}
.pager .pagination-wrapper ul li {
	margin: 0 3px;
	height: 17px;
}
ul.pagination li:hover a ,
ul.pagination li a:focus, ul.pagination li:hover button,
ul.pagination li button:focus {
	background-color: #fff !important;
 }


@media only screen and (max-width: 750px){
	/* small */
	.pager {
		text-align: center;
		padding:0;
		width:100%;
	}
	.pager li{
		margin:0 15px;
	}
}

/* regmessageWrapper
-------------------------------*/

.regmessageArea{
	font-size:14px;
	font-size:1.4rem;
}
ul.done-btnList{
	overflow:hidden;
}
ul.done-btnList li{
	overflow:hidden;
	float:left;
	width:31.25%;
	margin:0;
	margin-left:3.125%;
	text-align:center;
}
ul.done-btnList li:first-child{
	margin-left:0;
}
ul.done-btnList li.black-btn a{
	background:#000;
	color:#FFF;
	display:block;
	font-size:16px;
	font-size:1.6rem;
	border:1px solid #000;
	padding:12px 0;
}
ul.done-btnList.col2{
	text-align:center;
}
ul.done-btnList.col2 li{
	width:31.25%;
	vertical-align: bottom;
	display:inline-block;
	float:none
}
.regmessageArea .buttonArea {
	margin:100px 0 120px;
}

.termLinks {
	margin-bottom: 10px;
	text-align: center;
}
.termLinks > span {
	display: inline-block;
	margin: 0 5px;
}
.termLinks a {
	text-decoration: underline;
}

@media only screen and (max-width: 750px){
	/* small */
	.regmessageArea{
		font-size:12px;
		font-size:1.2rem;
	}
	.regmessageWrapper{
		padding-top:15px;
	}
	.regmessageWrapper .regmessageArea {
		margin: 0px;
	}
	.regmessageArea .text-box{
		font-size:12px;
		font-size:1.2rem;
		padding:30px 0 50px;
	}
	.regmessageArea .text-box .thank-ttl{
		font-size:18px;
		font-size:1.8em;
		margin-bottom:20px;
	}
	.regmessageArea .share-box .share-box{
		margin-bottom:100px;
	}
	.regmessageArea .share-box .share-ttl{
		font-size:18px;
		font-size:1.8rem;
		margin-bottom:20px;
	}
	.regmessageArea .share-box li{
		display:inline-block;
		margin:0 12px;
		width:8%;
	}
	ul.done-btnList li{
		width:48.5%;
		margin:0;
		margin-right:3%;
	}
	ul.done-btnList.col2 li {
		width: 48.5%;
		display: block;
		float:left;
	}
	ul.done-btnList.col2 li.back {
		display: none;
	}
	ul.done-btnList li:first-child{
		width:100%;
		margin:0 0 10px;
	}
	ul.done-btnList.col2 li{
		width:100% !important;
		margin:0 0 10px !important;
	}
	ul.done-btnList li:last-child{
		margin-right:0;
	}
	ul.done-btnList li a{
		padding:8px 0;
	}
	.regmessageArea .buttonArea {
		margin:70px 0 90px;
	}
}

/* stepListWrapper
-------------------------------*/
.stepListWrapper {
	margin: 0 0 50px 0;
	display:table;
	width:100%;
}
.cart-right .stepListWrapper{
	margin-bottom:20px;
}
.stepListWrapper li {
	position: relative;
	display: table-cell;
	height: 80px;
	vertical-align: middle;
	width:33.33%;
	margin-bottom: 50px;
	color: #bfbfbf;
	font-size: 16px;
	font-size: 1.6rem;
	line-height:1.2;
	text-align:left;
	padding:0;
	-webkit-box-sizing:border-box;
	-moz-box-sizing:border-box;
	-ms-box-sizing:border-box;
	box-sizing:border-box;
	counter-increment: numeber;
	background:#eeeeee;
	border-left:1px solid #FFF;
	position:relative;
	text-align:center;
}
.stepListWrapper li:before {
   content: counter(numeber);
   font-size:30px;
   font-size:3.0rem;
   font-family:'futura', 'Century Gothic', sans-serif;
   display:block;
   margin:0 auto;
}
.cart-right .stepListWrapper li{
	text-align:left;
	padding:0;
	padding:16px 0;
	padding-left:30px;
	font-size: 12px;
	font-size: 1.2rem;
	height:60px;
}
.cart-right .stepListWrapper li span{
	font-size:25px;
	font-size:2.5rem;
	font-family:'futura', 'Century Gothic', sans-serif;
	position:absolute;
	vertical-align:middle;
	display:inline-block;
	left:10px;
	top:25%;
	height:30px;
}
.cart-right .stepListWrapper li span:not(:target) {
  top:30%\9; /* IE9, 10 */
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cart-right .stepListWrapper li span:not(:target) {
	top:30%; /* IE11 */
  }
}
.cart-right .stepListWrapper li span.label2:not(:target) {
  top:23%\9; /* IE9, 10 */
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cart-right .stepListWrapper li span.label2:not(:target) {
	top:23%; /* IE11 */
  }
}
.cart-right .stepListWrapper li:before {
	display:none;
   content: counter(numeber);
   font-size:25px;
   font-size:2.5rem;
   font-family:'futura', 'Century Gothic', sans-serif;
   position:absolute;
   vertical-align:middle;
   left:10px;
   right:inherit;
   top:50%;
   height:30px;
   -webkit-transform: translateY(-50%);
	-moz-transform: translateY(-50%);
 	-ms-transform: translateY(-50%);
  	transform: translateY(-50%);
}
.stepLabel.pass {
	color: #FFF;
	background:#000;
	position: relative;
}
.stepLabel.pass:after {
	content: "";
	position: absolute;
	bottom: -10px; left: 50%;
	margin-left: -10px;
	display: block;
	width: 0px;
	height: 0px;
	border-style: solid;
	border-width: 10px 10px 0 10px;
	border-color: #000 transparent transparent transparent;
}
.cart-right .stepLabel.pass:after{
	display:none;
}
.stepLabel.pass .border{
	display:none;
}
.stepLabel.border {
	border-bottom: 2px solid #A5A5A5;
}
ol.stepList li .stepNumber {
	width: 50px;
}
ol.stepList li .stepLabel {
}
ol.stepList li p {
	position: absolute;
	top: 17px;
	right: -9px;
}
.stepListWrapper p.border {
	bottom: 0px;
	left: 0px;
	right: 0px;
	height: 15px;
	text-align: center;
}
.stepListWrapper p.border span {
	display: inline-block;
	height: 15px;
	width: 80%;
	margin: 0 auto;
	border-bottom: 2px solid #A5A5A5;
}

@media only screen and (max-width: 1024px){
	
	.cart-right .stepListWrapper li br{
		display:none;
	}
	.cart-right .stepListWrapper li{
		padding:25px 0;
		padding-left:30px;
		height:inherit;
		display:block;
		width:100%;
		margin-bottom: 5px;
	}
	.cart-right .stepListWrapper li span{
		position:absolute;
		display:block;
		left:10px;
		top:50% !important;
		-webkit-transform: translateY(-50%);
		-moz-transform: translateY(-50%);
		-ms-transform: translateY(-50%);
		transform: translateY(-50%);
		height:inherit;
	}

}
@media only screen and (max-width: 750px){

	.stepListWrapper {
		margin: 0 0 30px 0
	}
	.stepListWrapper li {
		height:inherit;
		margin-bottom:0;
		font-size: 12px;
		font-size: 1.2rem;
		padding:8px 0 13px;
		text-align:center;
	}
	.stepListWrapper li:before {
		font-size: 20px;
		font-size: 2.0rem;
		margin-bottom:5px;
	}

	.cart-right .stepListWrapper{
		display:none;
	}
}

/* viewhistoryWrapper
-------------------------------*/
.viewhistoryWrapper {
	margin-bottom: 30px;
}
.viewhistoryWrapper h2 {
	width: 100%;
	height: 55px;
	margin-bottom: 20px;
	background: url('../img/title/pc/ti_recenthistory.png') no-repeat center center;
	text-indent: -9999px;
	overflow: hidden;
}
@media only screen and (max-width: 750px){
	/* small */
	.viewhistoryWrapper h2 {
		margin-bottom: 0;
		background: url('../img/title/sp/ti_recenthistory.png') no-repeat center center;
		background-size: 80% auto;
	}
}

@media only screen and (max-width: 750px){
	/* small */
	.viewhistoryWrapper .goodsList {
		margin: 9px 0 0 0;
	}

	.viewhistoryWrapper .goodsList li.columns:nth-child(2n+1) {
		padding-left: 0;
		padding-right: 2%;
	}
	.viewhistoryWrapper .goodsList li.columns:nth-child(2n+2) {
		padding-left: 2%;
		padding-right: 0;
	}
}

@media only screen and (min-width: 751px){
	/* medium */
	.viewhistoryWrapper .goodsList li.columns:nth-child(4n+1) {
		padding-left: 0;
		padding-right: 15px;
	}
	.viewhistoryWrapper .goodsList li.columns:nth-child(4n+2) {
		padding-left: 5px;
		padding-right: 10px;
	}
	.viewhistoryWrapper .goodsList li.columns:nth-child(4n+3) {
		padding-left: 10px;
		padding-right: 5px;
	}
	.viewhistoryWrapper .goodsList li.columns:nth-child(4n+4) {
		padding-left: 15px;
		padding-right: 0;
	}
}


/* scrollBtm
-------------------------------*/
.scrollBtm{
	z-index: 999;
	position: fixed;
	bottom: 10px;
	right: 10px;
	width: 50px;
}
.scrollBtm a{
	width: 50px;
	height: 50px;
	display: block;
}
.scrollBtm a:hover{
	opacity: 1;
	filter: alpha(opacity=100);
	/* ie lt 8 */
	-ms-filter: "alpha(opacity=100)";
	/* ie 8 */
	-moz-opacity: 1;
	/* FF lt 1.5, Netscape */
	-khtml-opacity: 1;
	/* Safari 1.x */
}
.scrollBtm .pageUp a{
	background: url("../img/button/n_up_off.png") no-repeat;
}
.scrollBtm .pageUp a:hover{
	background: url("../img/button/n_up_on.png") no-repeat;
}
.scrollBtm .pageDown{
	margin-top: 1px;
}
.scrollBtm .pageDown a{
	background: url("../img/button/n_down_off.png") no-repeat;
}
.scrollBtm .pageDown a:hover{
	background: url("../img/button/n_down_on.png") no-repeat;
}
.scrollBtm .pageTop{
	margin-top: 20px;
}
.scrollBtm .pageTop a{
	background: url("../img/button/n_pagetop_off.png") no-repeat;
}
.scrollBtm .pageTop a:hover{
	background: url("../img/button/n_pagetop_on.png") no-repeat;
}





/* ペーゃN元A通部分
-------------------------------*/

.common-wrap{
	margin-bottom:95px;
	/*border-top:1px solid #e6e6e6;*/
}

@media only screen and (max-width: 750px){
	.common-wrap{
		margin-bottom:60px;
	}
}

/* color */

ul.color-list{
	margin:0 0 12px;
	text-align:center;
}
ul.color-list li{
	width:11px !important;
	height:11px !important;
	margin:0 4px !important;
	border:1px solid #eaeaea;
	border-radius:100px;
	float:none !important;
	display:inline-block;
}
 ul.color-list li.white{background-color:#FFF;}
ul.color-list li.black{background-color:#000;}
ul.color-list li.red{background-color:#e60038;}
ul.color-list li.pink{background-color:#e5006e;}
ul.color-list li.blue{background-color:#006ebc;}
ul.color-list li.pale-pink{background-color:#f19ec2;}
ul.color-list li.pale-purple{background-color:#aa89bd;}
ul.color-list li.pale-orange{background-color:#f6b37f;}
ul.color-list li.light-blue{background-color:#7ecef4;}


@media only screen and (max-width: 750px){

	ul.color-list {
		margin-bottom:5px;
		text-align:center;
	}
	ul.color-list li{
		margin:0 2px !important;
	}
}

/* パンくず */

.crumbsList{
	background:#FFFFFF;
	padding:10px 0;
	margin-bottom:40px; 
	max-width: 1000px;
	margin: 0 auto 40px;
}
.crumbsList > .row{
	padding: 0;
}
.crumbsList li{
	display:inline-block;
	padding-right:25px;
	margin-right:20px;
	background:url(../img/page/bre_arrow.png) no-repeat right center;
	font-size:11px;
	font-size:1.1rem;
	font-family: 'Roboto';
}
.crumbsList li span{
	display:block;
	font-weight: 300;
	font-size: 11px;
	font-size:1.1rem;
}
.child.leftArrow.last{
	font-family: 'YuGothic';
	font-weight: 500;
	font-size: 11px;
	font-size:1.1rem;
}
.child.leftArrow{
	font-family: 'YuGothic';
	font-weight: 500;
	font-size: 11px;
	font-size:1.1rem;
} 
.crumbsList li.last{
	background:none;
	padding:0;
}
.crumbsList li.first span img {
	display:block;
}

@media only screen and (max-width: 750px){
	.crumbsList{
		margin-bottom:10px; 
	}
}
/* title */

.ttl-wrap{
	position:relative;
}
.ttl-wrap h2{
	 font-size: 24px;
	font-weight: 400;
	/* font-size: 5.0rem; */
	font-family: 'futura', 'Roboto', sans-serif;
	text-align: center;
	margin-bottom: 50px;
}
.ttl-wrap.page h2{
	font-size:30px;
	font-size:3.0rem;
	font-family:'futura', 'Century Gothic', sans-serif;
	text-align:center;
	margin-bottom:20px;
}
.ttl-wrap .more-btn{
	position:absolute;
	right:0;
	top:50%;
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
}
.ttl-wrap .more-btn a{
	display:block;
	font-size:20px;
	font-size:2.0rem;
	padding:3px 20px;
	text-align:center;
	font-family:'futura', 'Century Gothic', sans-serif;
	border:1px solid #000;
}
.sp-more-btn{
	display:none;
}
@media only screen and (min-device-width: 768px) and (max-device-width: 1366px) {
	.crumbsList li{
		margin-left: 20px;
	}
	.footer .footerWrapper {
		padding-left: 10px;
	}
}

@media only screen and (max-width: 750px){

	.ttl-wrap h2{
		font-size:30px;
		font-size:3.0rem;
		margin-bottom:30px;
	}
	.ttl-wrap .more-btn{
		display:none;
	}

	.sp-more-btn{
		display:block;
		width:33.33%;
		min-width:120px;
		margin:0 auto;
		text-align:center;
		font-size:16px;
		font-size:1.6rem;
	}
	.sp-more-btn a{
		font-family:'futura', 'Century Gothic', sans-serif;
		display:block;
		padding:7px 0;
		border:2px solid #000;
	}

}



/* recommend */

#recommend-wrap{
	/*padding:70px 0 100px;*/
}
#recommend-wrap ul.recommend-list{
	overflow:hidden;
}
#recommend-wrap ul.recommend-list li{
	width:23.75%;
	float:left;
	margin-left:1.666%;
	text-align:center;
	font-size:14px;
	font-size:1.4rem;
}
#recommend-wrap ul.recommend-list li:first-child{
	margin-left:0;
}
#recommend-wrap ul.recommend-list li .img{
	position:relative;
	margin-bottom:20px;
}
#recommend-wrap ul.recommend-list li .img .heart{
	position:absolute;
	top:10px;
	right:10px;
}
#recommend-wrap ul.recommend-list li .img .bag-btn{
	position:absolute;
	bottom:0px;
	margin:auto;
	right:0px;

	opacity:0;
	-webkit-transition:	all 0.2s ease;
	transition:all 0.2s ease;
}
#recommend-wrap ul.recommend-list li .img:hover .bag-btn {
	opacity:1;
}
#recommend-wrap ul.recommend-list li .item-name{
	margin-bottom:10px;
	text-align: left;
}
#recommend-wrap ul.recommend-list li .price{
	color:#7d7d7d;
}

#recommend-wrap ul.recommend-list li .sp-btn{
	display:none;
}


@media only screen and (max-width: 1024px){

	#recommend-wrap ul.recommend-list li .sp-btn{
		display:block;
		width:70%;
		margin:0 auto;
		padding-top:10px;
	}
	#recommend-wrap ul.recommend-list li .item-name {
		margin-bottom: 0px;
	}
}

@media only screen and (max-width: 750px){

	#recommend-wrap{
		padding:40px 0 60px;
	}
	#recommend-wrap ul.recommend-list li,
	#recommend-wrap ul.recommend-list li:first-child{
		width:48.5%;
		float:left;
		margin:0 3% 40px 0;
		font-size:14px;
		font-size:1.4rem;
	}
	#recommend-wrap ul.recommend-list li:nth-child(2n){
		margin-right:0;
	}
	#recommend-wrap ul.recommend-list li .img{
		margin-bottom:10px;
	}
	#recommend-wrap ul.recommend-list li .img img{
		width:100%;
	}
	#recommend-wrap ul.recommend-list li .img .heart{
		top:5px;
		right:5px;
		width:15px;
	}
	
	#recommend-wrap ul.recommend-list li .item-name{
		margin-bottom:5px;
	}

}


/* checked */

.checked-item-wrap {
	margin-bottom:100px;
	padding-top: 80px;
}

.checked-item-wrap .ttl-wrap h2{
	font-size: 24px;
	margin-bottom: 0;
	padding-bottom: 40px;
}

#checked-wrap,
.checked-wrap{
	margin-bottom:100px;
}
#checked-wrap .item{
	position:relative;
}
#checked-wrap .item .img,
.checked-wrap .item .img{
	position:relative;
	margin-bottom:15px;
}
#checked-wrap .item .heart,
.checked-wrap .item .heart{
	width:20px !important;
	position:absolute;
	top:10px;
	right:10px;
}
#checked-wrap .item .bag-btn,
.checked-wrap .item .bag-btn{
	width:inherit !important;
	position:absolute;
	bottom:0px;
	right:0px;
	text-align:right;
	opacity:0;
	filter: alpha(opacity=0);
	-ms-filter: "alpha(opacity=0)";
	-moz-opacity: 0;0
	-khtml-opacity: 0.0;
	-webkit-transition:	all 0.2s ease;
	transition:all 0.2s ease;
}
#checked-wrap .item .bag-btn img,
.checked-wrap .item .bag-btn img{
	width:inherit !important;
	display:inherit !important;
}

#checked-wrap .item:hover .bag-btn,
.checked-wrap .item:hover .bag-btn {
	opacity:1;
	filter: alpha(opacity=100);
	-ms-filter: "alpha(opacity=100)";
	-moz-opacity: 1.0
	-khtml-opacity: 1.0;
}
#checked-wrap .item p,
.checked-wrap .item p{
	text-align:center;
	font-size:14px;
	font-size:1.4rem;
	margin-bottom:10px;
}
#checked-wrap .item p.price,
.checked-wrap .item p.price{
	color:#7d7d7d;
}

.item_checked__link{
	display:block;
	width:100%;
	height:100%;
}

#checked-wrap .checked-list li {
	width:18.66%;
	margin-left:1.666%;
	text-align:center;
	font-size:14px;
	font-size:1.4rem;
	float: left;
	position: relative;
}

#checked-wrap .checked-list li:first-child {
	margin-left: 0;
}

#checked-wrap .owl-stage-outer {
	overflow: visible;
}


#checked-wrap .item {
	-webkit-transition: all 0.1s;
	-moz-transition: all 0.1s;
	-ms-transition: all 0.1s;
	-o-transition: all 0.1s;
	transition: all 0.1s;
}
#checked-wrap .item.openQuickPulldown {
	position: absolute;
	margin: -30px;
	margin-top: -40px;
	padding: 30px;
	padding-top: 40px;
	border: 2px solid #efefef;
	background-color: #fff;
	z-index: 5100;
	width: 100%;
	box-sizing: content-box;
}
#checked-wrap .checked-list li .item.openQuickPulldown {
	position: relative;
}
#checked-wrap .quickPulldownChild {
	display: none;
}
#checked-wrap .item.openQuickPulldown .quickPulldownChild {
	display: inherit;
}
#checked-wrap .item.openQuickPulldown .quickPulldownExile  {
	display: none;
}
#checked-wrap .quickPulldownChild.itemName {
	position: absolute;
	width: 100%;
	top: 10px;
	left: 0;
	padding: 0 30px;
	z-index: 5050;
}
#checked-wrap .quickPulldownChild.itemName .item-name {
	text-overflow: ellipsis;
	overflow: hidden;
	white-space: nowrap;
}
#checked-wrap .quickPulldownFormWrapper select {
	margin-bottom: 10px;
}
#checked-wrap .quickPulldownFormWrapper [type="submit"] {
	width: 80%;
}
#checked-wrap .item .closeButton {
	position: absolute;
	width: 18px;
	top: 10px;
	right: 10px;
	cursor: pointer;
	z-index: 5100;
}


.checked-item-wrap .slick-slider{
	background-color: red;
}

.checked-item-wrap .slick-track{
	display: flex;
	top: inherit;
	left: inherit;
	margin: 0;
}
.checked-item-wrap .slick-slide .item{
	width: 160px !important;
	margin: 0 4px ;
}

.checked-item-wrap .slick-arrow{
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	font-size: 0;
	display: block;
	width: 40px;
	height: 40px;
	background-repeat: no-repeat;
	background-size: 40px 40px;
	background-color: transparent;
}
.checked-item-wrap .slick-arrow.slick-prev {
	left: -53px;
	background-image: url(/assets/front/img/top/c_prev.svg);
}
.checked-item-wrap .slick-arrow.slick-next {
	right: -53px;
	background-image: url(/assets/front/img/top/c_next.svg);
}
.checked-item-wrap .slick-prev:before,
.checked-item-wrap .slick-next:before {
	display: none;
}

.checked-item-wrap .owl-dots{
	display: flex;
	justify-content:center;
	align-items: center;
}
.checked-item-wrap .owl-dots .owl-dot{
	width: 10px;
	height: 10px;
	background-color: #000;
	border-radius: 50%;
	margin: 0 10px;
}


@media only screen and (max-width: 1024px){
	#checked-wrap .item .bag-btn {
		opacity:1;
		filter: alpha(opacity=100);
		-ms-filter: "alpha(opacity=100)";
		-moz-opacity: 1.0;
		-khtml-opacity: 1.0;
	}
}

@media only screen and (max-width: 750px){

	#checked-wrap{
		margin-bottom:60px;
	}
	#checked-wrap .item .img{
		position:relative;
		margin-bottom:15px;
	}
	#checked-wrap .item .heart{
		position:absolute;
		top:5px;
		right:5px;
		width:15px !important;
	}
	#checked-wrap .item .bag-btn{
		width:25px !important;
	}
	#checked-wrap .item p{
		display:none;
	}
	.owl-carousel{
		margin-bottom:20px;
	}

	#checked-wrap .item.openQuickPulldown {
		width: 80%;
		left: 0;
		right: 0;
		margin: auto;
		padding: 20px;
		padding-top: 40px;
	}
	#checked-wrap .checked-list li {
		display: inline-block;
		width:50%;
		margin: 0;
		padding: 0 10px;
		float: none;
		text-align:center;
		vertical-align: top;
	}
}

/* category */

	#category-wrap ul.category-list{
		overflow:hidden;
		font-size:0;
		text-align:center;
	}
	#category-wrap ul.category-list li{
		overflow:hidden;
		width:11.11%;
		/*float:left;*/
		display:inline-block;
		text-align:center;
		font-size:16px;
		font-size:1.6rem;
	}
	#category-wrap ul.category-list li img{
		display:block;
		margin:0 auto 25px;
	}
	
	@media only screen and (max-width: 750px){
	
	#category-wrap{
		border-top:1px solid #d7d7d7;
		padding-top:50px;
	}
	#category-wrap ul.category-list li{
		width:32%;
		margin-right:2%;
		margin-bottom:20px;
		float:left;
		font-size:14px;
		font-size:1.4rem;
	}
	#category-wrap ul.category-list li:nth-child(3n){
		margin-right:0;
	}
	#category-wrap ul.category-list li img{
		margin-bottom:5px;
	}


}


.sp-content{
	display:none !important;
}
@media only screen and (max-width: 750px){
	.pc-content{
		display:none !important;
	}
	.sp-content{
		display:block !important;
	}
}


select.basic {
	background: #FFF url(../img/arrow.png) no-repeat right 15px center;
	background-size:12px auto;
	display: inline;
	margin: 0;
	height:inherit;
	border: 1px solid #bfbfbf;
	box-shadow:none;
	font-size:1.6rem;
	cursor:pointer;
	padding:7px 10px 6px;
	min-height:39px;
}

@media only screen and (max-width: 767px)  {
	.header .header-submenu-wrap-cart {
		position: fixed ;
		top: calc(50vh - 4px) !important;
		left: 15px !important;
		right: 15px !important;
		width: calc(100vw - 30px);
		height: 380px;
		overflow-y: scroll;
		transform: translateY(-50%);
		-webkit-transform: translateY(-50%);
		-ms-transform: translateY(-50%);
		border: 1px solid #000;
	}
}


.hamburger-menu {
	display: none;
}
.hamburger-menu-inr{
	display: none;
}

@media screen and (max-width:750px) {
	.header .hide-for-small {
		display: block !important;
	}
	.hamburger-menu-inr.open{
		display: block;
		animation-name:fade-in;
  animation-duration: 0.5s;
	}
	.hamburger-menu{
		display: block;
		position: absolute;
		top: 50%;
		left: 10px;
		transform: translateY(-50%);
		width:20px;
		height: 18px;
	}
	.hamburger-menu img{
		width: 100%;
	}
	.sp-overlay.hamburger-menu-inr {
	position: fixed;
	top: 0;
	background: #fff;
	border-top: none;
	height: 100%;
	overflow-y: scroll;
}
.sp-overlay.hamburger-menu-inr .sp-navi-inner{
	height: 100%;
}
.hamburger-menu-close-btn{
	padding:9.333vw 0 9.333vw 5.333vw;
	line-height: 1;
	font-size: 0;
	display: flex;
}
.hamburger-menu-close-btn .site-logo-jpallet{
	width: 180px;
	margin: 0 auto;
}
.hamburger-menu-close-btn button{
	background-color: transparent;
}
.hamburger-menu-close-btn button:hover,
.hamburger-menu-close-btn button:focus,
.hamburger-menu-close-btn .button:hover,
.hamburger-menu-close-btn .button:focus{
	background-color: transparent;
	opacity: 1;
}
.mypage-link-btn-block{
	border-top: 1px solid #999;
}
.mypage-link-btn-block .mypage-link-btn-block-list{
	display: flex;
	align-items: center;
}
.mypage-link-btn-block .mypage-link-btn-block-list .mypage-link-btn-block-item{
	width: 50%;
	position: relative;
	padding: 5.6vw 0 5.6vw 6.667vw;
	border-left: 1px solid #999;
	font-size: 3.467vw;
}
.mypage-link-btn-block .mypage-link-btn-block-list .mypage-link-btn-block-item:first-child {
	border-left: none;
}
.mypage-link-btn-block .mypage-link-btn-block-list .mypage-link-btn-block-item .favorite-icon{
	margin-right: 5.333vw;
	position: relative;
	width: 6.133vw;
	height: 5.6vw;
}
.mypage-link-btn-block .mypage-link-btn-block-list .mypage-link-btn-block-item .favorite-icon img{
	width: 100%;
}
.mypage-link-btn-block .mypage-link-btn-block-list .mypage-link-btn-block-item .favorite-icon .count{
	width: 4vw;
	height: 4vw;
	border-radius: 50%;
	top: -2vw;
	right: -2.667vw;
	font-size: 2.667vw;
	display: flex;
	align-items: center;
	justify-content: center;
}

.mypage-link-btn-block .mypage-link-btn-block-list .mypage-link-btn-block-item .favorite-icon .header_favrite_count {
	padding-left: 0;
	background-color: #000;
}
.mypage-link-btn-block-item.favorite{
	display: flex;
	align-items: center;
}
.mypage-link-btn-block-item.member > a{
	display: flex;
	align-items: center;
}
.mypage-link-btn-block-item.member > a > img{
	width: 6.4vw;
}
.mypage-link-btn-block-item.member > a >span{
	padding-left: 5.333vw;
	display: inline-block;
}

.header .sp-navi-inner .search-box{
	position: relative;
	top:inherit;
	left: inherit;
	z-index: inherit;
	display: block;
	padding: 0;
	background-color: transparent;
}
.header .sp-navi-inner .search-box input.freeword{
	height: auto;
	line-height: 1.5;
	padding: 20px !important;
	border-bottom-color: #999;
	font-size: 3.467vw;
}
.header .sp-navi-inner .search-box #form_search{
	position: absolute;
	right: 20px;
	top: 50%;
	transform: translateY(-50%);
	background-image: url(/assets/front/img/header/icon_search.svg);
	background-color: transparent;
	background-repeat: no-repeat;
	background-position: 0 0;
	background-size: 5.333vw 5.333vw;
	width: 5.333vw;
	height: 5.333vw;
	border: none;
}
.hamburger-menu-item-block{
	width: 80vw;
	margin: 0 auto;
	margin-top: 8vw;
}
.hamburger-menu-item-block-header {
	border-bottom: 1px solid #999999;
	padding: 0 2.667vw 2.667vw 2.667vw;
	font-size: 4.8vw;
	font-family: 'Roboto', sans-serif;
	font-weight: 500;
}
.hamburger-menu-item-block-list{
	display: flex;
	flex-wrap: wrap;
}
.hamburger-menu-item-block-list-item{
	width: 50%;
	padding: 2.667vw 0;
}
.hamburger-menu-item-block-list.bland-category .hamburger-menu-item-block-list-item{
	padding: 2.667vw 0;
	border-bottom: 1px solid #999;
}
.hamburger-menu-item-block-list-item > a{
	padding: 4vw 0;
	font-size: 3.467vw;
	display: block;
}
.hamburger-menu-item-block-list.bland-category .hamburger-menu-item-block-list-item a{ 
	border-right: 1px solid #999;
	display: block;
	padding: 4vw 0;
}
.hamburger-menu-item-block-list.bland-category .hamburger-menu-item-block-list-item:nth-child(2n) a{
	border-right: none;
}
.hamburger-menu-item-block-list.bland-category .hamburger-menu-item-block-list-item a img{ 
	text-align: center;
	position: relative;
	display: block;
	font-size: 0;
	margin: 0 auto;
	height: 8vw;
}
.hamburger-menu-item-block-list.bland-category .hamburger-menu-item-block-list-item #brand_01 img{ 
	width: 26.667vw;
}



/* .hamburger-menu-item-block-list.bland-category .hamburger-menu-item-block-list-item a::before {
	content: "";
	display: block;
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50% , -50%);
	background-repeat: no-repeat;
	background-position: 0 0;
	background-size: 100% auto;
}
.hamburger-menu-item-block-list.bland-category .hamburger-menu-item-block-list-item.and_love a::before {
	background-image: url(/assets/front/img/bland_logo_and_love.svg);
	width: 25.067vw;
	height: 8.267vw;
}
.hamburger-menu-item-block-list.bland-category .hamburger-menu-item-block-list-item.okapi a::before {
	background-image: url(/assets/front/img/bland_logo_okapi.svg);
	width: 21.867vw;
	height: 7.467vw;
}
.hamburger-menu-item-block-list.bland-category .hamburger-menu-item-block-list-item.pierre a::before {
	background-image: url(/assets/front/img/bland_logo_pierre.svg);
	width: 31.733vw;
	height: 13.867vw;
}
.hamburger-menu-item-block-list.bland-category .hamburger-menu-item-block-list-item.glam a::before {
	background-image: url(/assets/front/img/bland_logo_glam.svg);
	width: 34.933vw;
	height: 9.6vw;
} */

}


@keyframes fade-in {
	from {
			opacity: 0;
	}
	to {
			opacity: 1;
	}
}


.header .andlove-home-logo{
position: fixed;
z-index: 1;
right: 0;
top: 60px;
width: 42px;
}
.header .andlove-home-logo img{
	image-rendering: -webkit-optimize-contrast;
}
.info-text + .header .andlove-home-logo{
	top: 130px;
}
#mainImg .flex-control-nav.flex-control-paging {
	align-items: center;
	justify-content: center;
}
@media only screen and (max-width:750px) {
	.andlove-home-logo{
		display: none;
	}
	#mainImg .flex-control-nav.flex-control-paging {
	display: none;
}
#mainImg .flex-direction-nav{
	visibility: hidden;
}
}


.scroll-to-top{
	display: block;
	width: 60px;
	height: 60px;
	position: fixed;
	bottom: 30px;
	right: 20px;
}
.scroll-to-top a{
	display: block;
	width: 100%;
	height: 100%;
	display: flex;
	align-items: center;
	justify-content: center;
	font-size: 12px;
	font-size: 1.2rem;
	border-radius: 50%;
	border: 1px solid #000;
}
.tool-chip-box{
	position: absolute;
	top: 25px;
	left: 50%;
	border: 1px solid rgb(0, 0, 0);
	padding: 20px 10px 10px 10px;
	font-size: 10px;
	width: 200px;
	background-color: rgb(255, 255, 255);
	z-index: 1;
	transform: translateX(-50%);
}
.tool-chip-box a{
	display: block;
    margin: 0 0 10px 0;
    text-decoration: underline;
}