
/* --------------------------------------------------------------------
	共通
--------------------------------------------------------------------- */
body {
    font-family: "Helvetica Neue", HelveticaNeue,"Hiragino Kaku Gothic", "Noto Sans JP", "avenir", "Hiragino Sans", "Arial", "Yu Gothic", "Meiryo", sans-serif;
    color: #000;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-feature-settings: "halt" 1;
	overflow-x: hidden!important;
}

.aside {
	display: none;
}
.header {
	height: 9%;
}
h1.logo {
    text-align: center;
    z-index: 1;
    margin: 0 auto;
    padding: 4% 4% 5% 3%;
    width: 100%;
}
h1.logo img {
	width: 39%;
    margin: 0 auto;
}
.__inner {
	padding: 0 2%;
}
h2.top-h, h3.side-h {
	font-size: 22px;
	margin-bottom: 2%;
}
.slide-img {
	margin-bottom: 2%;
}
.c-h1 {
	padding: 0;
}
.main.main--home section.__block.__block--news .__body ul li {
	padding: 0;
}
.main.main--home section.__block {
	margin-bottom: 10%;
}
/*==================================================
アコーディオンのためのcss
===================================*/

/*アコーディオン全体*/
.accordion-area{
    list-style: none;
    margin:0 auto;
}

.accordion-area li{
    margin: 10px 0;
}

/*アコーディオンタイトル*/
.title {
    position: relative;/*+マークの位置基準とするためrelative指定*/
    cursor: pointer;
    font-size: 14px;
    transition: all .5s ease;
	margin-bottom: 4%;
}

/*アイコンの＋と×*/
.title::before,
.title::after{
    position: absolute;
    content:'';
    width: 12px;
    height: 2px;
    background-color: #333;
    
}
.title::before{
    top:48%;
    right: 15px;
    transform: rotate(0deg);
    
}
.title::after{    
    top:48%;
    right: 15px;
    transform: rotate(90deg);

}
/*　closeというクラスがついたら形状変化　*/
.title.close::before{
	transform: rotate(45deg);
}

.title.close::after{
	transform: rotate(-45deg);
}

/*アコーディオンで現れるエリア*/
.box {
    display: none;/*はじめは非表示*/
	line-height: 2;
	font-size: 12px;
	font-weight: normal;
   
}
.wrapper {
	width: 100%;
	padding: 20% 2% 0 2%;
}

.wrapper .__inner {
	width: 100% !important;
	margin: 0;
	max-width: none ;
	padding: 0;
}

.main.main--product-detail section.__information .__secondary .__status ul li.__item.__item--new span:before,.p-product-block ul.__product li.__item a .__status ul li.__label.__label--new span:before {
	content: 'NEW';
}



.s-text {
	line-height: 1;
	position: absolute;
    bottom: 5%;
    left: 5%;
	font-family: Arial, Helvetica, "sans-serif";
	font-weight: bold;
	color: #fff;
}
.s-text.jp .brand {
	font-size: 1em;
	
}
.s-text.jp .name {
	font-size: 1.1em;
	margin-top: 4%;
}

.s-text .name {
	font-size: 1em;
	font-weight: bold;
}
.feature ul {
	display: flex;
	flex-wrap: wrap;
}
.feature ul li {
	width: 100%;
	margin-bottom: 4%;
}

.feature ul li img {
	margin-bottom: 2%;
}
.feature ul li p {
	    font-size: 16px;
    font-weight: bold;
}
.p-product-block .__product {
	display: flex;
	flex-wrap: wrap;
}

.side-menu {
	font-size: 12px;
}
.side-menu h2 {
	font-size: 14px;
	font-weight: bold;
	text-align: center;
	margin-bottom: 10%;
	    padding:4% 0;
}
.side-menu h3 {
	font-size: 13px;
}
.main.main--login {
	width: 100% !important;
}
.side-menu form {
	margin-bottom: 12%;
}
.side-menu ul li {
	margin-bottom: 8px;
}
.side-menu .__form .__body {
	position: relative;
}
.side-menu .__form button {
	border: none;
    width: 30px;
    background: none;
    position: absolute;
    right: 4%;
    bottom: 22%;
	z-index: 999;
}

.side-menu .__form input {
	width: 100%;
	box-shadow: none;
	border-radius: 20px;
	font-size: 14px;
	
}
.side-menu ul {
	border-bottom: #ddd 1px solid;
	padding-bottom: 2%;
    margin-bottom: 12%;
}

.side-menu .btn {
	margin: 2% 0 6%;
}
.side-menu .btn a {
	display: block;
    font-size: 13px;
    padding: 4%;
    border-radius: 50em;
    background: #000;
    color: #fff;
    font-weight: bold;
    text-align: center;
	line-height: 2;
}
.side-menu .btn a:hover {
	background: #fff;
	color: #000;
	text-decoration: none;
}

.s-text {
	line-height: 1;
	position: absolute;
    bottom: 5%;
    left: 5%;
	font-family: Arial, Helvetica, "sans-serif";
	font-weight: bold;
	color: #fff;
}
.gnav-pc {
	border: none;
}

.side-menu .__menu span img {
	width: 20px;
	margin-right: 8%;
}
footer {
	padding: 4% 0 2%;
	font-size: 12px;
}
.caution {
	margin-bottom: 2%;
    border: 1px dotted #000;
    padding: 1%;
    display: inline-block;
}
/* --------------------------------------------------------------------
	検索
--------------------------------------------------------------------- */
.c-form select option:nth-child(4n),.c-form select option:nth-child(5n) {
	display: none;
}
.main.main--product-list section.__control {
	background: none;
	padding-left: 0;
}

/* --------------------------------------------------------------------
	一覧
--------------------------------------------------------------------- */
.main.main--product-list section.__child ul li a {
	display: inline-block;
    font-size: 12px;
    padding: 6px 12px !important;
    border: 1px solid #E6E6E6 !important;
    border-radius: 100px;
}

.main.main--product-list section.__child ul li a:hover {
	text-decoration: none;
	border-color: #333 !important;
}
.main.main--product-list section.__child {
	padding: 0;
}


/* --------------------------------------------------------------------
	商品詳細
--------------------------------------------------------------------- */

.main.main--product-detail section.__information .__primary .__photo .__main img {
	max-height: none;
	width: 100%;
}
.p-product-block ul.__product li.__item a .__photo img  {
	width: 100%;
	max-height: none;
}
.__breadcrumb {
	padding: 0 !important;
}
.p-product-block ul.__product {
	margin: 0;
	padding: 0;
}
.p-product-block ul.__product li.__item {
    width: 48% !important;
    margin: 0 4% 6% 0 ;
	padding: 0;
}
.main--product-list .__control {
	margin-bottom: 4%;
}
.p-product-block ul.__product li.__item:nth-child(2n) {
	margin-right: 0;
}
.c-h1 {
	font-size: 22px;
}

/* ヘッダーメニュー */

.header .__banner .__wrap a.__logo h1 {
    display: inline-block;
    margin: 0;
    font-size: inherit;
}

/* ショッピングカート  cart.php */

.main.main--cart section:not(:first-child) {
  margin-top: 1em;
}



/* 注文フォーム  order.php  */
.main.main--order-form section:not(:first-child),
.main.main--order-confirm section:not(:first-child) {
  margin-top: 1em; }
  .main.main--order-form section:not(:first-child).__block, .main.main--order-form section:not(:first-child).__submit,
  .main.main--order-confirm section:not(:first-child).__block,
  .main.main--order-confirm section:not(:first-child).__submit {
    margin-top: 1.5em;
    /* display: none; */
    }

section.__block.__block--payment {
    display: none;
}

p.__description {
    font-size: 0;
}

p.__description:before {
    content: '（登録情報をご確認ください。)';
    font-size: 13px;
}

section.__block.__block--setting {
    display: none;
}




.p-product-set table tbody tr td.__description .__content img {
	width: 30%;
}
/* --------------------------------------------------------------------
	ブランドページ
--------------------------------------------------------------------- */

.free-brand {
	margin: 0;
    padding: 0;
    display: flex;
	flex-wrap: wrap;
}
.free-brand li {
	    width: 48%;
    margin: 0 4% 4% 0;
    list-style: none;
}
.free-brand li:nth-child(2n) {
	margin-right: 0;
}
.free-text {
	font-size: 14px;
	margin-bottom: 6%;
}

/* --------------------------------------------------------------------
	POPページ
--------------------------------------------------------------------- */
.page-pop h2 {
	font-size: 20px;
	margin-bottom: 2%;
}
.page-pop ul {
	margin: 0;
    padding: 0;
    display: flex;
	flex-wrap: wrap;
}
.page-pop ul li {
	    width: 22%;
    margin: 0 4% 4% 0;
    list-style: none;
}
.page-pop ul li:nth-child(4n) {
	margin-right: 0;
}
.free-text {
	font-size: 14px;
	margin-bottom: 4%;
}
/* --------------------------------------------------------------------
	カタログページ
--------------------------------------------------------------------- */
.page-catalog h2 {
	font-size: 20px;
	margin-bottom: 2%;
}
.page-catalog ul {
	margin: 0;
    padding: 0;
    display: flex;
	flex-wrap: wrap;
}
.page-catalog ul:first-child {
	margin-bottom: 2%;
}
.page-catalog ul li {
	    width: 22%;
    margin: 0 4% 4% 0;
    list-style: none;
}
.page-catalog ul li:nth-child(4n) {
	margin-right: 0;
}

/* --------------------------------------------------------------------
	スライド slick
--------------------------------------------------------------------- */
.slick-num {
	display: none;
}
.slide-dots {
	display: flex;
}
.slide-dots li {
	margin-left: 8px;
}
.slide-dots li button {
	font-family: Helvetica, "sans-serif";
	font-weight: bold;
	border: none;
	text-align: center;
	font-size: 13px;
    background-color: #fff;
    color: #000;
    pointer-events: none;
	width: 32px;
	height: 32px;
	border-radius: 20px;
	outline:none;
}
.slick-active button {
    background-color: #FF3300 !important;
    color: #fff !important;

}
.slide-dots {
	position: absolute !important;
	bottom: 3%;
	right: 4%;
}

/* --------------------------------------------------------------------
	フッター
--------------------------------------------------------------------- */

.footer nav.__nav, .footer .__copyright {
    margin: 0 auto;
    text-align: center;
}

/* --------------------------------------------------------------------
	モーダル ポップアップ
--------------------------------------------------------------------- */
body.open_popup {
    overflow: hidden;
}

.bg_onetime_popup {
    position: fixed;
    top: 0px;
    left: 0px;
    z-index: 9999;
    width: 100vw;
    height: 100vh;
    background-color: rgba(0, 0, 0, 0.5);
    opacity: 0;
    visibility: hidden;
    transition: 0.5s;
}

body.open_popup .bg_onetime_popup {
    opacity: 1;
    visibility: visible;
}

.onetime_popup {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translateX(-50%) translateY(-50%);
    width: 90%;
	margin: 0 auto;
    background-color: #fff;
}

.onetime_popup_title {
	width: 100%;
    position: relative;
    padding: 8% 2%;
    margin: 0px;
    background-color: #fff;
    color: #000;
    font-size: 14px;
    text-align: center;
	letter-spacing: 0.05em;
    line-height: 1.5;
}

.onetime_popup_title a {
	text-decoration: underline;
}
.onetime_popup_title_close {
    position: absolute;
        top: 20px;
    right: 10px;
    width: 18px;
    height: 18px;
    transform: translateY(-50%);
    cursor: pointer;
}
.onetime_popup_title_close::before,
.onetime_popup_title_close::after {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translateX(-50%) translateY(-50%);
    width: 100%;
    height: 2px;
    background-color: #000;
    content: "";
}
.onetime_popup_title_close::before {
    transform: translateX(-50%) translateY(-50%) rotate(45deg);
}
.onetime_popup_title_close::after {
    transform: translateX(-50%) translateY(-50%) rotate(-45deg);
}

.onetime_popup_content {
    padding: 60px 30px;
    text-align: center;
}

header {
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    height: 60px;
    z-index: 200;
}
.inner {
    position: fixed;
    right: -320px; /* 右から出てくる */
    top: 0;
    width: 300px; /* スマホに収まるサイズ */
    height: 100vh;
    padding-top: 60px;
    background-color: #E8E8E8;
    transition: all .6s;
    z-index: 200;
	padding: 14% 4%;
    overflow-y: auto; /* メニューが多くなったらスクロールできるように */
  }
  .hamburger {
    position: absolute;
    right: 2%;
    top: 13%;
    width: 40px; /* クリックしやすい幅 */
    height: 40px; /* クリックしやすい高さ */
    cursor: pointer;
    z-index: 300;
  }
  .__menu {
    margin: 0;
    padding: 0;
    list-style: none;
  }
  .__menu {
    text-align: left;
    padding: 0 4%;
  }
  
  .__menu a:hover {
    background-color: #eee;
  }
  .hamburger_border {
    position: absolute;
    left: 11px;
    width: 24px;
    height: 1px;
    background-color: #000;
    transition: all .6s;
  }
  .hamburger_border_top {
    top: 14px;
  }
  .hamburger_border_center {
    top: 22px;
  }
  .hamburger_border_bottom {
    top: 30px;
  }
  .black_bg {
    position: fixed;
    left: 0;
    top: 0;
    width: 100vw;
    height: 100vh;
    z-index: 100;
    background-color: #333;
    opacity: 0;
    visibility: hidden;
    transition: all .6s;
    cursor: pointer;
  }

  /* 表示された時用のCSS */
  .nav-open .inner {
    right: 0;
  }
  .nav-open .black_bg {
    opacity: .8;
    visibility: visible;
  }
  .nav-open .hamburger_border_top {
    transform: rotate(45deg);
    top: 20px;
  }
  .nav-open .hamburger_border_center {
    width: 0;
    left: 50%;
  }
  .nav-open .hamburger_border_bottom {
    transform: rotate(-45deg);
    top: 20px;
  }

.side-menu .inner {
	font-size: 12px;
}
.side-menu ul.account {
	display: flex;
	flex-wrap: wrap;
}
.side-menu ul.account li {
	width: 33%;
    font-size: 12px;
}
.side-menu ul.account li a {
	display: grid;
}
.side-menu ul.account li.guest-member a {
    text-align: center;
    background: url(https://files.bcart.jp/hightide4/uploads/img/common/i_login.svg) no-repeat top 2px center;
    background-size: 20px;
    padding-top: 50%;
}
.side-menu ul.account li.favorite a {
    text-align: center;
    background: url(https://files.bcart.jp/hightide4/uploads/img/common/i_favorite.svg) no-repeat top 2px center;
    background-size: 24px;
    padding-top: 50%;
}
.side-menu ul.account li.cart a {
    text-align: center;
    background: url(https://files.bcart.jp/hightide4/uploads/img/common/i_cart.svg) no-repeat top 2px center;
    background-size: 24px;
    padding-top: 50%;
}

body.__is-member .guest,body.__is-guest .member {
    display: none!important;
}
.sns {
	width: 100%;
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    padding: 2% 4%;
	border: none !important;
}
.sns::before {
    content: "FOLLOW US";
    display: block;
    width: auto;
    height: 11px;
    font-size: 12px;
    line-height: 1;
    margin: 0 12px 0 0;
    opacity: 1;
}
.sns li {
    width: 34px;
    margin: 0 0 !important;
    text-align: center;
}
.sns li img {
	width: 20px;
}

.main.main--page-detail-1column section:not(.__heading), .main.main--page-detail-2column section:not(.__heading){
	padding: 0;
}
.side-menu .open {
	font-size: 12px;
	padding: 0 4%;
}

/* --------------------------------------------------------------------
	トップ - ランキング
--------------------------------------------------------------------- */

.p-product-block ul.__product li.__item a .__rank span.__icon {
    display: block;
}
.p-product-block ul.__product li.__item a .__rank .__num {
	background: #333;
    display: block;
    width: 26px;
    height: 26px;
    border-radius: 50px;
    border: 1px solid #fff;
    background-color: #333;
    text-align: center;
    line-height: 24px;
    font-size: 12px !important;
    position: absolute;
    right: 8px !important;
    top: 8px !important;
	left: auto !important;
	font-family: Helvetica, Arial, "游ゴシック", YuGothic, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, sans-serif !important;
    color: #fff;
    z-index: 1;
	margin: 0 !important;
	
}
.p-product-block ul.__product li.__item a .__rank span.__icon {
	position: relative;
}
.p-product-block ul.__product li.__item a .__rank span.__icon:before {
	content: "";
}
.p-product-block ul.__product li.__item a .__rank span.__icon:before {
	display: none;
}
.__rank--1 .__num {
	background: #CE9B39 !important;
}
.__rank--2 .__num {
	background: #aaa !important;
}
.__rank--3 .__num {
	background: #975e39 !important;
}
.p-product-block ul.__product li.__item a .__rank span.__icon span.__num {
	color: #fff;
}
.c-heading-main {
	border: none;
	padding: 0;
	margin: 0 0 4% !important;
}

/* --------------------------------------------------------------------
	トップ 
--------------------------------------------------------------------- */

.wrapper--home .__block--feature .__body ul {
	padding: 0 !important;
}
.wrapper--home .__block--feature .__body ul li {
	width: 100% !important;
        margin-bottom: 4% !important;
	margin-right: 0 !important;
}

/* --------------------------------------------------------------------
	商品一覧 
--------------------------------------------------------------------- */
.__category-description {
	padding: 0 !important;
}