@charset "UTF-8";
/*! normalize.css v5.0.0 | MIT License | github.com/necolas/normalize.css */
/**
 * 1. Change the default font family in all browsers (opinionated).
 * 2. Correct the line height in all browsers.
 * 3. Prevent adjustments of font size after orientation changes in
 *    IE on Windows Phone and in iOS.
 */
/*--------------------
 共通パーツ
--------------------*/
.pc{
	display: block!important;
}

.sp{
	display: none!important;
}



html {
	background: #fffefe;
	color: #000000;
	font-family: "Noto Sans JP", sans-serif;
	line-height: 1.6;
	font-size:16px;
}
body {
	font-family: "Noto Sans JP", sans-serif;
}
ul {
	padding:0;
	margin:0;
}
li {
	list-style:none;
}
a:hover {
	text-decoration: none;
}
::-webkit-scrollbar{
  width: 10px;
}
::-webkit-scrollbar-track{
  background: #fff;
  border: none;
  border-radius: 10px;
  box-shadow: inset 0 0 2px #777; 
}
::-webkit-scrollbar-thumb{
  background: #ccc;
  border-radius: 10px;
  box-shadow: none;
}
.have_curtain .ec-overlayRole {
    z-index: 1;
}
.ec-blockTopBtn {
    right: 30px;
    bottom: 30px;
    height: auto;
    width: auto;
    background-color: rgba(0,0,0,0);
	z-index:1000;
}
.ec-layoutRole .ec-layoutRole__contents {
    width: 100%;
    max-width: 100%;
}
.sub_fv {
    /*height: 585px;*/
	padding:12% 0;
    position: relative;
    /*background-color: #fff;*/
    z-index: 0;
}
.sub_fv .box_img {
    position: absolute;
    bottom: 0;
    right: 0;
    width: 77.5vw;
    /*height: 402px;*/
	padding:10.5%;
}
#products-fi .box_img::before {
    content: "";
    display: block;
    position: absolute;
    right: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    background-image: url("https://be-pace.com/html/user_data/assets/img/index/fv_001.jpg");
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center 72%;
    z-index: 1;
}
.sub_mid_section {
	padding:8rem 0 5rem;
}
.sub_mid_section .innerbox {
	width:1200px;
	max-width:95%;
	margin:0 auto;
	text-align:center;
}
.sub_mid_section .innerbox h1 {
      font-size: 2.5rem;
    /* line-height: 1; */
    letter-spacing: 3px;
    font-weight: 400;
    color: #7f7e7e;
    font-family: 'Libre Baskerville', serif;
    margin: 0 auto;
}
.sub_mid_section .innerbox h1 span {
}
/*--------------------
 グローバルナビ
--------------------*/
.gnav {
	position:fixed;
	top:0;
	left:0;
	z-index:100;
	width:100%;
	background-color:rgba(255,255,255,0.8);
}
.gnav .innerbox {
	display: -webkit-flex;
	display: flex;
	-webkit-flex-flow: row wrap;
	flex-flow: row wrap;
}
.gnav .innerbox .logobox {
	margin:0.5rem 0 0 2rem;
}
.gnav .innerbox .nav_menu {
	width:60%;
	margin:0 0 0 auto;
	display: flex;
	justify-content: center;
	align-items: center;
}
.gnav .innerbox .nav_menu ul {
	display: -webkit-flex;
	display: flex;
	-webkit-flex-flow: row wrap;
	flex-flow: row wrap;
	width:100%;
}
.gnav .innerbox .nav_menu ul li {
	width:16.6666666667%;
}
.gnav .innerbox .nav_menu ul li:nth-child(1) {
	width:15%;
}
.gnav .innerbox .nav_menu ul li:nth-child(2) {
	width:20%;
}
.gnav .innerbox .nav_menu ul li:nth-child(3) {
	width:18%;
}
.gnav .innerbox .nav_menu ul li:nth-child(4) {
	width:17%;
}
.gnav .innerbox .nav_menu ul li:nth-child(5) {
	width:15%;
}
.gnav .innerbox .nav_menu ul li:nth-child(6) {
	width:15%;
}
.gnav .innerbox .nav_menu ul li a {
}
.gnav .innerbox .nav_menu ul li a span {
	display:block;
	text-align:center;
	font-size:0.9rem;
}
.gnav .innerbox .nav_menu ul li a .jptext {
	font-family: "Noto Sans JP", sans-serif;
	color:#000000;
}
.gnav .innerbox .nav_menu ul li a .entext {
	font-family: 'Josefin Sans', sans-serif;
	color:#9d8778;
}
.gnav .innerbox .nav_icon {
	width:330px;
	max-width:100%;
	margin:0;
	background-color:#333537;
	padding:0.5rem 2rem;
	display: flex;
	justify-content: center;
	align-items: center;
}
.gnav .innerbox .nav_icon ul {
	width:100%;
	display: -webkit-flex;
	display: flex;
	-webkit-flex-flow: row wrap;
	flex-flow: row wrap;
}
.gnav .innerbox .nav_icon ul li {
	width:20%;
	display: flex;
	justify-content: center;
	align-items: center;
	position:relative;
}




.gnav .innerbox .nav_icon ul li {
    width: 33.33333%;
    text-align: center;
}

/*.gnav .innerbox .nav_icon ul li:nth-child(1) {
	width:17%;
}
.gnav .innerbox .nav_icon ul li:nth-child(2) {
	width:17%;
}
.gnav .innerbox .nav_icon ul li:nth-child(3) {
	width:17%;
}
.gnav .innerbox .nav_icon ul li:nth-child(4) {
	width:17%;
}
.gnav .innerbox .nav_icon ul li:nth-child(5) {
	width:32%;
}*/
.gnav .innerbox .nav_icon ul li a {
	color:#fff;
	font-family: 'Josefin Sans', sans-serif;
	font-size:1rem;
	letter-spacing:1px;
}
.gnav .innerbox .nav_icon ul li .ec-headerSearch {
	width:160px;
	position:absolute;
	left:0;
	bottom:0;
	transform: translate(0%, 100%);
	display:none;
}
.gnav .innerbox .nav_icon ul li:hover .ec-headerSearch {
	display:block;
}
.gnav .innerbox .nav_icon ul li .ec-headerSearch .ec-headerSearch__category {
	display:none;
}
.gnav .innerbox .nav_icon ul li .ec-headerSearch .ec-headerSearch__keyword {
    width: 100%;
    border-bottom-left-radius: inherit;
	border-radius:10px;
}
.ec-cartNavi {
    padding: 0px;
    color: #fff;
    background: none;
    width: auto;
    min-width: 0;
}
.ec-cartNaviWrap {
	position:relative;
}
.ec-cartNaviWrap a {
	position:absolute;
	top:0;
	left:0;
	width:100%;
	height:100%;
	z-index:1;
}
.ec-cartNavi .ec-cartNavi__icon {
    display: flex;
    justify-content: right;
    align-items: center;
}
.ec-cartNavi .ec-cartNavi__badge {
    position: relative;
    left: 0;
    top: 0;
    transform: translate(-50%, -50%);
}
.ec-cartNavi .ec-cartNavi__label {
	display:none;
}
/*--------------------
 商品一覧
--------------------*/
.products_cat_list {
	width:100%;
	/*padding:3rem 0;*/
	margin:0 auto 5rem;
}
.products_cat_list ul {
	width:1024px;
	max-width:95%;
	margin:0 auto;
	display: -webkit-flex;
	display: flex;
	-webkit-flex-flow: row wrap;
	flex-flow: row wrap;
}
.products_cat_list ul li {
}
.products_cat_list ul li a {
	    display: inline-block;
    position: relative;
  font-family: "Noto Sans JP", sans-serif;
    font-size: 1.2rem;
    line-height: 3.0rem;
    letter-spacing: 0px;
    font-weight: 300;
    padding: 0 3rem 0 0;
    color: #a3a3a3;
    transition: all ease 0.5s;
  
}
.products_cat_list ul li a:hover {
    color: #626262;
}
.products_cat_list ul li a::before {
	content:"/";
	position:absolute;
	top:0;
	right:1rem;
}
.ec-shelfRole {
    width: 1024px;
    max-width: 95%;
	margin:0 auto;
	padding:0;
}
.ec-layoutRole .ec-layoutRole__contents {
	position:relative;
	z-index:1;
    margin: 100px auto 0;
	padding:0 0 5rem;
}
.ec-shelfGrid .ec-shelfGrid__item {
    padding: 0;
    width: 100%;
	margin:0 auto;
}
.ec-shelfGrid .ec-shelfGrid__item:not(:last-child) {
	margin-bottom:10%;
}
.ec-shelfGrid__item {
	display: -webkit-flex!important;
	display: flex!important;
	-webkit-flex-flow: row wrap!important;
	flex-flow: row wrap!important;
}
.ec-shelfGrid__item .phobox {
	width:30%;
}
.ec-shelfGrid__item .phobox .ec-shelfGrid__item-image {
	height:auto;
}
.ec-shelfGrid__item .phobox .ec-shelfGrid__item-image img {
	height:auto;
	width:100%;
}
.ec-shelfGrid__item .textbox {
	width:70%;
	padding:0 0 0 10%;
}
.ec-shelfGrid__item .textbox .product_name {
	font-size:1.2rem;
	font-weight:500;
	margin:0 auto 0.5rem;
}
.ec-shelfGrid__item .textbox .price02-default {
	font-size:1.8rem;
	font-weight:600;
	margin:0 auto 0.5rem;
}
.ec-shelfGrid__item .textbox .price02-default small {
    font-size: 60%;
}
.ec-shelfGrid__item .textbox .link_text {
	display:block;
	border:1px solid #333537;
	background-color:#333537;
	color:#fff;
	font-family: 'Josefin Sans', sans-serif;
	font-size:1.3rem;
	line-height:1.3rem;
	text-align:center;
	padding:1.2rem 0.5rem 1rem;
	margin:2rem auto 0;
	transition:all ease 0.5s;
}
.ec-shelfGrid__item .textbox .link_text:hover {
	background-color:#fff;
	color:#333537;
}
.ec-shelfGrid__item .textbox .ec-productRole__description h2 {
}
.ec-shelfGrid__item .textbox .ec-productRole__description h3 {
    margin-top: 3rem;
    font-size: 1.3rem;
}
/*--------------------
 商品詳細
--------------------*/
.ec-sliderItemRole {
    position: relative;
    padding: 0 0 0 100px;
	margin:0 auto;
}
.ec-productRole .ec-productRole__tags {
    border-bottom: 1px solid #ccc;
}
.ec-productRole .ec-productRole__price {
    text-align: right;
	color:#333537;
    border-bottom: 1px solid #ccc;
}
.ec-productRole .ec-productRole__category {
    border-bottom: 1px solid #ccc;
}
.ec-productRole__btnbox {
    position: relative;
	padding:14px 0;
	border-bottom: 1px solid #ccc;
}
.ec-productRole__actions {
	display:none;
	/*--↑数量入力を非表示処理--*/
}
.ec-productRole__actions .ec-numberInput {
	display:none;
	text-align:right;
	padding:0 41px 0 0;
}
.ec-productRole__actions .ec-numberInput input[type="number"] {
	margin:0 auto;
}
.ec-productRole__btnbox .ec-productRole__btn {
	width:calc(100% - 41px);
	min-width:0;
    margin: 0 41px 0 auto;
	display: -webkit-flex;
	display: flex;
	-webkit-flex-flow: row wrap;
	flex-flow: row wrap;
}
.ec-productRole__btnbox .ec-productRole__btn p {
	display:inline-block;
	margin:0;
}
.ec-blockBtn--action,.ec-blockBtn--action.add-cart {
	background-color: #333537;
	border: 1px solid #333537;
	width:186px;
	min-width:0;
	height: 30px;
	line-height: 30px;
	margin: 0 0 0 auto;
}
.ec-productRole__btnbox .product_heart_btn_box {
    width: 41px;
    min-width: 0;
	margin:0;
	position:absolute;
	top:50%;
	right:0;
	transform: translate(0%, -50%);
}
.ec-productRole__btnbox .product_heart_btn_box .ec-productRole__btn {
    width: 41px;
	margin:0 auto;
    min-width: 0;
}
.ec-productRole__btnbox .product_heart_btn_box .ec-productRole__btn #favorite {
    background: none;
    border: 0px solid #fff;
    height: 30px;
    line-height: 30px;
	padding:0;
}
.ec-productRole__btnbox .product_heart_btn_box .ec-productRole__btn #favorite img {
    width: 100%;
    width: 17px;
}
.delivery_box {
    position: relative;
	padding:14px 0;
	margin:0 auto 1rem;
}
.delivery_box .delivery_status {
	width:100%;
	background-color:#f5f5f5;
	color:#333537;
	text-align:center;
	padding:1.0rem 0;
}
.delivery_box .delivery_status span {
	position:relative;
	padding:0 80px 0 0;
}
.delivery_box .delivery_status span img {
	position:absolute;
	top:50%;
	right:0;
	transform: translate(0%, -50%);
	width:60px;
}
.delivery_box p {
	margin:0.5rem auto 0;
	text-align:right;
}
.delivery_box p a {
	color:#000;
	border-bottom:1px solid #000;
}
.ec-blockBtn--action, .ec-blockBtn--cancel {
	width: 100%;
	height: 60px;
	line-height: 60px;
	margin: 1.5rem auto 2rem;
}
.ec-searchnavRole .ec-searchnavRole__infos {
	border-top: 0;
}
/*--------------------
 マイページ
--------------------*/
.ec-login__actions .ec-blockBtn--cancel {
	margin: 2rem auto;
}
.ec-login .ec-grid2__cell:nth-child(2) {
	display: flex;
	justify-content: space-between;
	align-content: center;
	flex-wrap: wrap;
}
.ec-login .ec-grid2__cell:nth-child(2) .ec-login__link {
	margin-top: 1px;
	margin-bottom: 1px;
}
.ec-mypageRole {
    padding-left: 26px;
    padding-right: 26px;
    margin: 0 auto;
    padding-left: 20px;
    padding-right: 20px;
    box-sizing: border-box;
    font-size: 16px;
    line-height: 1.4;
    color: #525263;
    -webkit-text-size-adjust: 100%;
    width: 100%;
    max-width: 1130px;
}
.item_visual.slick-initialized.slick-slider {
	margin:0 auto;
}
.ec-sliderItemRole .item_nav {
	display:block;
    overflow-y: auto;
    overflow-x: hidden;
    width: 100px;
    height: 100%;
	padding:0 15px 0 0;
    position: absolute;
    top: 0;
    left: 0;
}
.ec-sliderItemRole .slideThumb {
    width: 100%;
	margin:0 auto 15px;
}
.ec-sliderItemRole .slideThumb img {
    width: 100%;
}
/*--------------------
 フッター
--------------------*/
.footer {
	background: #484848;
	color: #ffffff;
	padding: 3rem 0 2rem;
	position: relative;
	z-index: 900;
}
.footer > .inner {
	width: 1400px;
	max-width: 98%;
	margin: 0 auto;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	position: relative;
}
.footer a {
	-webkit-transition: color .3s ease;
	transition: color .3s ease;
}
.footer a:hover {
	color: #9b8679;
}
.footer_about {
 font-size: .85rem;
	font-weight: lighter;
	max-width: 100%;
	width: 380px;
}
.footer_about_logo {
	width: 100%;
}
.footer_about_logo > a > img {
	height: 80px;
}
.footer_about_addr {
	display: block;
	margin-top: 1rem;
	width: 100%;
}
.footer_about_addr > span {
	display: inline-block;
}
.footer_about_addr > span > a {
	color: inherit;
}
.footer_nav {
	font-size: 0.85rem;
	letter-spacing: 2px;
	padding-top: 3rem;
	width: calc(98% - 380px);
}
.footer_nav_menu {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-box-pack: end;
	-ms-flex-pack: end;
	justify-content: flex-end;
	font-family: "Josefin Sans", sans-serif;
	font-weight: bold;
	width: 100%;
}
.footer_nav_menu > li {
	text-align: right;
	margin: .5em;
}
.footer_nav_menu > li > a {
	display: block;
	padding: 0 .5em;
	color:#fff;
}
.footer_nav_other {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-box-pack: end;
	-ms-flex-pack: end;
	justify-content: flex-end;
	padding: 1rem 0 0;
	text-align: center;
}
.footer_nav_other > li {
	margin: .5em;
}
.footer_nav_other > li > a {
	font-size: 1rem;
	padding: 0 .5em;
	color:#fff;
}
.footer_copyright {
	padding-top: 1rem;
	color: #9b8679;
	font-family: 'Josefin Sans', sans-serif;
	font-weight:400;
}
@media screen and (max-width: 1200px) {
/*--------------------
 共通パーツ
--------------------*/
.gnav {
    background-color: rgba(255,255,255,0);
}
.gnav .innerbox .nav_menu {
    display: none;
}
.gnav .innerbox .nav_icon {
    margin: 0 100px 0 auto;
}
.ec-headerNavSP {
    display: block;
    top: 2rem;
    right: 2rem;
    left: auto;
	border: 1px solid #7c7c7c;
}
}
@media screen and (max-width: 800px) {
/*--------------------
 商品詳細
--------------------*/
.ec-grid2 {
    display: block;
}
.ec-grid2 .ec-grid2__cell {
    width: 100%;
}
.ec-productRole .ec-productRole__profile {
    margin: 3rem auto 0;
}
}
@media screen and (max-width: 640px) {
/*--------------------
 共通パーツ
--------------------*/
.sub_mid_section .innerbox h1 {
    font-size: 3.0rem;
    line-height: 1;
    letter-spacing: 1px;
}
.sub_mid_section {
    padding: 5rem 0 3rem;
}
	.pc{
		display: none!important;
	
}

.sp{
	display: block!important;
}

	
/*--------------------
 商品一覧
--------------------*/
.products_cat_list ul li a {
    font-size: 1.2rem;
    line-height: 2rem;
    padding: 0 2rem 0 0;
}
.products_cat_list ul li a::before {
    right: 0.85rem;
}
.ec-shelfGrid .ec-shelfGrid__item {
	padding:0!important;
}
.ec-shelfGrid .ec-shelfGrid__item:not(:last-child) {
    margin-bottom: 20%;
}
.ec-shelfGrid__item .phobox {
    width: 100%;
}
.ec-shelfGrid__item .phobox .ec-shelfGrid__item-image img {
	width:80%;
	margin:0 auto;
}
.ec-shelfGrid__item .textbox {
    width: 100%;
	padding:1rem 0 0;
}
/*--------------------
 商品詳細
--------------------*/
/*--------------------
 ヘッダ
--------------------*/
.gnav {
	position: relative;
	z-index: 1000;
}
.gnav .innerbox .nav_icon {
    width: 100%;
    max-width: 100%;
	padding: 0.5rem 0rem;
	position: fixed;
	bottom: 0;
	left: 0;
	z-index: 1001;
}
.gnav .innerbox .nav_icon ul li .ec-headerSearch {
    width: 220px;
    bottom: 4.5rem;
}
/*--------------------
 フッター
--------------------*/
.footer {
	padding-bottom: 4rem;
}
.ec-blockTopBtn {
    right: 30px;
    bottom: 50px;
}
.footer_about {
	-webkit-box-ordinal-group: 3;
	-ms-flex-order: 2;
	order: 2;
	padding-top: 2rem;
	width: 100%;
	text-align: center;
	z-index: 1000;
}
.footer_nav {
	-webkit-box-ordinal-group: 2;
	-ms-flex-order: 1;
	order: 1;
	padding-top: 0;
	width: 100%;
}
.footer_nav_menu {
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
}
.footer_nav_other {
	padding-top: 0;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
}
.footer_copyright {
	-webkit-box-ordinal-group: 4;
	-ms-flex-order: 3;
	order: 3;
	width: 100%;
	text-align: center;
}
}
