

/* --------------------------------------------------------------------
	共通
--------------------------------------------------------------------- */
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;
	font-size: 14px;
}
h1.logo {
	padding: 50px 16% 10%;
	
}
.gnav-pc {
	border: none;
}
.side-menu .inner {
	padding: 0 10% 10%;
	font-size: 13px;
}

.aside {
	width: 270px;
    padding: 0 !important;
	
}
.wrapper .__inner {
	width: 100% !important;
	margin: 0;
	max-width: none ;
	padding: 0;
}
.aside .inner {
	padding: 0 32px 32px 24px;
}


.main.main--home section.__block {
    background-color: #fff;
    width: 100%;
    max-width: 1300px;
    padding-left: 50px;
    padding-right: 50px;
}
.main--product-list {
	
}
/*.header {
	position: absolute;
    z-index: 1;
    background: none;
    padding: 3% 4%;
}*/
.header .__banner .__wrap a.__logo h1 {
	width: 78%;
    margin: 0 auto;
}
.header .__banner .__wrap {
	padding: 8% 0 ;
	display: inline;
}
.header {
    position: fixed;
    top: 0;
    left: 0;
    width: 270px;
    z-index: 999;
    background: #E8E8E8;
    transform: translateZ(0);
    height: 100vh;
    overflow: auto;
	scrollbar-gutter: stable;
}
.wrapper.wrapper--column-1 .__inner {
	width: 100%;
	max-width: none;
	
}
.wrapper.wrapper--column-2 .__inner .main,.wrapper .__inner .main {
	padding: 40px;
	    float: none;
	width: 100%;
}

 .gnav-p{
	border: none;
}c
.header .__banner .__wrap .__login,.header .__banner .__wrap a.__logo {
	display: flex;
	text-align: center;
}
.header .__banner {
	width: 100%;
	max-width: none;
}
.aside {
	background: #F2F2F2;
	font-size: 14px;
}
.side-menu h2 {
	font-size: 14px;
	font-weight: bold;
	text-align: center;
	margin-bottom: 10%;
	    padding:4% 0;
}
.main.main--login {
	width: 100% !important;
}
.side-menu form {
	margin-bottom: 12%;
}
.side-menu ul li {
	margin-bottom: 6%;
}
.side-menu .__form .__body {
	position: relative;
}
.side-menu .__form button {
	border: none;
    width: 13%;
    background: none;
    position: absolute;
    right: 4%;
    bottom: 22%;
}

.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: 8%;
}

.side-menu .btn {
	margin: 2% 0;
}
.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;
}
.s-text.jp .brand {
	font-size: 1.5em;
	
}
.s-text.jp .name {
	font-size: 2em;
	margin-top: 4%;
}

.s-text .name {
	font-size: 1.6em;
	font-weight: bold;
}

.side-menu .__menu span img {
	width: 20px;
	margin-right: 8%;
}
.main.main--home section.__block.__block--news .__body ul li {
	font-size: 14px;
}
.main.main--login {
	width: 100%;
}
.main {
	width: 100%;
    max-width: 1300px;
    padding-left: 50px;
    padding-right: 50px;
    margin-left: auto;
    margin-right: auto;
}
.body-home .main,.body-home .__block--free {
	padding: 0 !important;
	
}
h2.top-h,h3.side-h {
	font-size: 28px;
	margin-bottom: 2%;
}
.wrapper {
	padding-bottom: 2%;
	
	width: 100%;
    padding-left: 270px !important;
}
.caution,.open {
	font-size: 12px;
}
.caution {
	margin-bottom: 2%;
    border: 1px dotted #000;
    padding: 1%;
    display: inline-block;
}
footer {
	background: #fff !important; 
}
footer:first-child {
	width: 100%;
    padding-left: 270px !important;
}
.footer nav.__nav ul li:first-child a {
	padding-left: 0;
}
.__news-notifier  {
        padding-left: 270px !important;
}

.__news-notifier .__inner {
	padding-left: 10px;
}
.p-news-notifier > ul li.__item .__inner span.__close {
	right: 6px;
}
/*==================================================
アコーディオンのためのcss
===================================*/

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

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

/*アコーディオンタイトル*/
.title {
    position: relative;/*+マークの位置基準とするためrelative指定*/
    cursor: pointer;
    font-size: 13px;
    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.2;
	font-size: 12px;
	font-weight: normal;
   padding: 0 5%;
}

.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%;
}
.main.main--page-detail-1column section:not(:first-child), .main.main--page-detail-2column section:not(:first-child),.main.main--contact-form section:not(:first-child), .main.main--contact-finish section:not(:first-child),.main.main--kiyaku .__content,.main.main--corporate .__description, .main.main--corporate .__profile{
	margin-top: 2em;
}
body.__is-member .guest,body.__is-guest .member {
    display: none!important;
}
.main .__block {
	width: 100%;
    max-width: 1300px;
    padding-left: 50px;
    padding-right: 50px;
    margin-left: auto;
    margin-right: auto;
}
.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';
}

.main.main--corporate .__open {
    margin-top: 7%;
}
.aside {
	display: none;
}
.footer nav.__nav {
	max-width: none;
    padding: 50px;
	font-size: 12px;
}

.slick-next{ right:0!important; }
    .slick-prev{ left:0!important; }
    .slick-arrow{ z-index:2!important; }
.top-contents {
	max-width: 1300px;
    padding-left: 50px;
    padding-right: 50px;
	margin-bottom: 6%;
}
.feature ul {
	display: flex;
	flex-wrap: wrap;
}

.feature ul li {
	width: 49%;
	margin: 0 2% 2% 0;
}
.feature ul li:nth-child(2n) {
	margin-right: 0;
}
.feature ul li img {
	margin-bottom: 2%;
}
.feature ul li p {
	 font-size: 18px;
    font-weight: bold;
    letter-spacing: 0.04em;
}

/* --------------------------------------------------------------------
	検索
--------------------------------------------------------------------- */
.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: 8px 16px !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;
}
/* --------------------------------------------------------------------
	商品詳細
--------------------------------------------------------------------- */

.__information {
	display: flex;
}
.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;
}
.main.main--product-detail section.__information .__secondary {
	padding-left: 4%;
}
.p-product-block ul.__product {
	margin: 0;
	padding: 0;
}
.p-product-block ul.__product li.__item {
    width: 16.8%;
    margin: 0 4% 4% 0 ;
	padding: 0;
}
.p-product-block ul.__product li.__item:nth-child(5n) {
	margin-right: 0;
	    padding: 0;
}
.main--product-list .__control {
	margin-bottom: 4%;
}
.c-h1 {
	font-size: 24px;
	line-height: 1;
}
.c-button-submit {
	background-color: #000;
	color: #fff !important;
}

.p-product-set table tbody tr td.__description h2.__name {
	font-size: 16px;
}
.main.main--product-detail section.__information .__primary {
	width: 74%;
}
.main.main--product-detail section.__information .__primary .__photo .__sub ul li a img {
	max-height: none;
}
.__block--recommend {
	padding: 0 !important;
}
.c-heading-main {
	margin-bottom: 2%;
	border-bottom: none;
}
.main.main--product-detail section.__information .__primary .__photo .__sub ul li {
	width: 20%;
}
.p-product-block ul.__product li.__item a .__description dl.__price {
	text-align: left;
	font-size: 12px;
}
.p-product-block ul.__product li.__item a .__title {
	font-size: 14px;
	font-weight: normal;
}
.p-product-set table tbody tr td {
	font-size: 14px;
}

.main.main--product-detail .__secondary .moview_load {
	margin-top: 4%;
}
/* ショッピングカート  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;
}

.sns {
	width: 100%;
    display: flex;
    justify-content: flex-start;
    align-items: center;
    flex-wrap: wrap;
    text-align: center;
    padding: 20px 0 20px;
	border: none !important;
}
.sns::before {
    content: "FOLLOW US";
    display: block;
    width: auto;
    height: 11px;
    font-size: 14px;
    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;
}
.side-menu {
	font-size: 13px;
}
.side-menu .other h3 {
	margin-bottom: 2%;
}
.side-menu .other p {
	font-size: 12px;
}
/* --------------------------------------------------------------------
	ブランドページ
--------------------------------------------------------------------- */

.free-brand {
	margin: 0;
    padding: 0;
    display: flex;
	flex-wrap: wrap;
}
.free-brand li {
	    width: 22%;
    margin: 0 4% 4% 0;
    list-style: none;
}
.free-brand li:nth-child(4n) {
	margin-right: 0;
}
.free-text {
	font-size: 14px;
	margin-bottom: 4%;
}
/* --------------------------------------------------------------------
	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%;
}
/* --------------------------------------------------------------------
	POPページ
--------------------------------------------------------------------- */
.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;
}
/* --------------------------------------------------------------------
	MOVIEページ
--------------------------------------------------------------------- */
.movie {
	display: flex;
	flex-wrap: wrap;
}
.movie li {
	width: 48%;
	margin: 0 4% 4% 0;
    list-style: none;
	padding-top: 27%;
    position: relative;
}
.movie li iframe {
	width: 100%;
    height: 100%;
    position: absolute;
    top: 0px;
    left: 0px;
}
.movie li:nth-child(2n) {
	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;
    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%;
}
.slide-dots button:hover {
	text-decoration: none !important;
	border: none !important;
}
/* --------------------------------------------------------------------
	モーダル ポップアップ
--------------------------------------------------------------------- */
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: 50%;
    min-width: 500px;
    background-color: #fff;
}

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

.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;
}

.p-product-set table tbody tr td {
	border-top: none;
}
.p-product-set table tbody tr td.__description .__spec dl {
	margin-right: 8px;
}
.p-product-set .__item .__description {
	display: flex;
	align-items: center;
	gap:4px;
}
.p-product-set table tbody tr td.__description .__shipping-group {
	display: none;
}
.p-product-set table thead tr th.__description {
	width: 65%;
}
.p-product-set table tbody tr td.__description .__spec {
	margin: 0;
}
.p-product-set table tbody tr td.__description h2.__name {
	width: 45%
}
.p-product-set table tbody tr td.__description .__spec {
	width: 45%
}
.p-product-set table tbody tr td.__description .__content {
	margin: 0;
	width: 15%;
}

.p-product-set table tbody tr td.__description .__content img {
	width: 100%;
}
.p-spin .__minus, .p-spin .__plus,.p-product-set table tbody tr td.__order .__body .__input input {
	padding: 4px;
}
.main--product-detail .__order .__notice {
	display: inline-block;
}

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

.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;
}
/* --------------------------------------------------------------------
	トップ 
--------------------------------------------------------------------- */

.wrapper--home .__block--feature .__body ul {
	padding: 0 !important;
}
.wrapper--home .__block--feature .__body ul li {
	width: 49% !important;
        margin: 0 2% 2% 0;
	padding:0 !important;
}
.wrapper--home .__block--feature .__body ul li:nth-child(2n) {
	margin-right: 0 !important;
}
