
body{ /* 基本の文字色 */
	color: #333333;
}

a{ /* リンク文字の設定 */
	color: #333333;
	text-decoration: underline !important;
}

a:hover,
a:focus,
a:active,
button:hover,
button:focus,
button:active{ /* リンク文字にフォーカスが当たった時、アクションがあった時等の設定 */
	text-decoration: none;
	opacity: 0.7; /* 20170529変更 */
}

a:hover img{ /* リンク付き画像にフォーカスが当たった時、アクションがあった時等の設定 */
	opacity: 0.7;
}

h1{
	font-size: 18px;
	font-size: 1.8rem;
	font-weight: bold;
	margin-top: 0;
	padding-bottom: 10px;
	border-bottom: 2px solid #333333;
}

h2 {
    font-size: 18px;
    font-size: 1.8rem;
    font-weight: bold;
    padding: 10px;
    /* padding-top: 10px; */
    /* padding-bottom: 10px; */
    border-bottom: 2px solid #333333;
}

.attention{
	color: #FF0000;
}

.attention_big{
	font-size: 24px;
	font-size: 2.4rem;
	color: #FF0000;
	font-weight: bold;
}

/* btn */

.btn {
	color: #FFFFFF;
	text-decoration: none !important;
	background: #333333;
	border: none;
	 border-radius: 4px;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
}

.btn-lg{padding:10px 16px;font-size:16px;line-height:1.3333333}
.btn-sm{padding:8px 10px;font-size:12px;line-height:1.5;font-weight: normal;}
.btn-xs{padding:5px 8px;font-size:10px;line-height:1.5;font-weight: normal;}

.btn .cb {
    margin: 0 5px;
}

.btn-block{
	width: 250px;
	padding: 10px;
	font-weight: bold;
	text-align: center;
	display: block;
	color: #FFFFFF;
	text-decoration: none !important;
    background: #333333;
	border: none;
	 border-radius: 4px;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
}

.btn-block:hover{ /* 20170529追加 */
	color: #FFFFFF;
}

.btn-sub {
	color: #333333;
	text-decoration: none !important;
	background: #CCCCCC;
	 border-radius: 4px;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
	border: none;
	padding: 5px 20px;
}

#confirm_side .btn_order{
	background: #E80019;
	text-decoration: none !important;
	 border-radius: 4px;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
	padding: 8px 0;
	font-size: 16px;
	font-size: 1.6rem;
	font-weight: bold;
	color: #FFFFFF;
}

.btn:hover,
.btn:focus,
.btn:active,
.btn-block:hover,
.btn-block:focus,
.btn-block:active,
.btn-sub:hover,
.btn-sub:focus,
.btn-sub:active,
.btn_order:hover,
.btn_order:focus,
.btn_order:active{
	opacity: 0.8;
}

/* ロゴ */
.header_logo img{
	max-width: 360px; /* ロゴ画像の幅を設定 */
}
/* 商品アイコン */
.item_icon{
	font-size: 0;
	margin: -5px 0 0 -5px;
	overflow: hidden;
	z-index: 0;
}

.item_icon li{
	font-size: 12px;
	font-size: 1.2rem;
	color: #FFFFFF;
	font-weight: bold;
	padding: 2px 0;
	margin: 5px 0 0 5px;
	width: 54px;
	height: 20px;
	text-align: center;
	float: left;
}

.item_icon .icon1{
	background: #F5974A;
}

.item_icon .icon2{
	background: #FF5983;
}

.item_icon .icon3{
	background: #80AF20;
}

.item_icon .icon4{
	background: #913982;
	font-size: 10px;
	font-size: 1.0rem;
	font-weight: normal;
	padding: 3px 0;
}

.item_icon .icon5{
	background: #388DD1;
	font-size: 9px;
	font-size: 0.9rem;
	font-weight: normal;
	padding: 4px 0;
}

.item_icon .icon6{
	background: #FF2626;
}

.item_icon .icon7{
	background: #f73163;
}

.item_icon .icon8{
	background: #284C7F;
}

.item_icon .icon9{
	background: #f1c40f;
}

/* ヘッダーメニュー */
#header .header_bottom_area {
    padding-top: 10px;
}

.member_link a{
	text-decoration: none;
	padding-left: 35px;
}


/* ヘッダーメニュー end */
/* メインビジュアル */
.slider-nav button.slick-arrow{
	position: absolute;
	z-index: 2;
	background: rgba(0,0,0,0.6);
	border: none;
	width: 60px;
	height: 40px;
	left: 50%;
	margin-left: -30px;
	border-radius: 4px;
	text-indent: -9999px;
}

.slider-nav button.slick-prev{
	top: 5px;
}

.slider-nav button.slick-prev::before{
	content: "";
	width: 18px;
	height: 18px;
	position: absolute;
	border-top: solid 2px #FFFFFF;
    border-left: solid 2px #FFFFFF;
    -ms-transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
	top: 50%;
	left: 50%;
	margin-top: -4px;
	margin-left: -9px;
}

.slider-nav button.slick-next{
	bottom: 0;
}

.slider-nav button.slick-next::before{
	content: "";
	width: 18px;
	height: 18px;
	position: absolute;
	border-top: solid 2px #FFFFFF;
    border-left: solid 2px #FFFFFF;
    -ms-transform: rotate(225deg);
    -webkit-transform: rotate(225deg);
    transform: rotate(225deg);
	top: 50%;
	left: 50%;
	margin-top: -14px;
	margin-left: -9px;
}

/* メインビジュアル end */
/* 人気のキーワード */

#public_keyword dl dt{
    background: #333333;
	color: #FFFFFF;
	text-align: center;
	line-height: 40px;
}

#public_keyword dl dd div{
	border: 1px solid #CCCCCC;
    background:#fff;
	border-left: none;
}

/* 人気のキーワード end */
/* カテゴリ */
#category h2{ /* カテゴリタイトル */
	font-size:18px;
	font-size: 1.8rem;
	text-align: center;
	padding: 6px 0;
	border-top: 2px solid #333333;
	border-bottom: 2px solid #333333;
}

#category ul.category-nav > li > a{
	display: block;
	font-size: 14px;
	font-size: 1.4rem;
	padding: 8px 0 8px 25px;
	border-bottom: 1px solid #CCCCCC;
	position: relative;
}

#category ul.category-nav ul li a{
	display: block;
	font-size: 14px;
	font-size: 1.4rem;
	padding: 8px 0 8px 35px;
	border-bottom: 1px solid #CCCCCC;
}

#category ul.category-nav ul li ul li a{
	padding-left: 45px;
}

#category ul.category-nav ul li ul li ul li a{
	padding-left: 55px;
}

#category ul.category-nav li:hover,
#category ul.category-nav li:focus,
#category ul.category-nav li:active{ /* カーソルが乗った時の指定 */
	background: #F8F8F8;
}

ul.category-nav > li > a::before{
	content: "";
	width: 0;
	height: 0;
	border: 3px solid transparent;
	border-left: 4px solid #333333;
	position: absolute;
	top: 50%;
	left: 10px;
	margin-top: -3px;
}

ul.category-nav > li:hover > a::before,
ul.category-nav > li:focus > a::before,
ul.category-nav > li:active > a::before{ /* カーソルが乗った時の指定 */
	border: 3px solid transparent;
	border-top: 4px solid #FF4000;
	margin-top: -2px;
	left: 8px;
}

#category ul.category-nav li:hover > ul,
#category ul.category-nav li:focus > ul,
#category ul.category-nav li:active > ul{ /* カーソルを乗せたら次階層表示 */
	display: block;
}

ul.category-nav > li > a.active::before {
	border: 3px solid transparent;
	border-top: 4px solid #FF4000;
	margin-top: -2px;
	left: 8px;
}
/* カテゴリ end */
/* カレンダー */
#calendar table tr td{
	border-bottom: 1px dotted #CCCCCC;
}

#calendar table tr th#sunday{
	color: #FF0000;
}

#calendar table tr th#saturday{
	color: #0040FF;
}

#calendar table tr td.holiday{
	color: #FF0000;
	background: #FFCDD2;
}
/* カレンダー end */
/* ランキング */
#sales_ranking .label-warning{
	font-family: Aparajita;
	font-size: 18px;
	font-size: 1.8rem;
	/*height: 0;
	font-weight: bold;
	background-color: transparent !important;
	padding: 0 5px;
	line-height: 28px;
	display: inline-block;
	position: relative;
	border-right: 13px solid transparent;
	border-bottom: 28px solid transparent;*/
}
#sales_ranking .no1{
	border-bottom: 28px solid #FFD700;
}
#sales_ranking .no2{
	border-bottom: 28px solid #E0E0E0;
}
#sales_ranking .no3{
	border-bottom: 28px solid #b87333;
}

.pickup_item a{
	text-decoration: none !important;
}

/* ランキング end */

/* おすすめ */
.item_comment{
	color: #666666;
}
/* おすすめ end */
/* トップページ商品用スライダー矢印 */
#sales_ranking button.slick-arrow,
#advice button.slick-arrow,
#checkeditem button.slick-arrow{
	background-color: rgba(0,0,0,0.6);
	width: 40px;
	height: 60px;
	border: none;
	border-radius: 4px;
	text-indent: -9999px;
}

#sales_ranking button.slick-prev::before,
#advice button.slick-prev::before,
#checkeditem button.slick-prev::before{
	content: "";
	width: 18px;
	height: 18px;
	position: absolute;
	border-top: solid 2px #FFFFFF;
    border-left: solid 2px #FFFFFF;
    -ms-transform: rotate(315deg);
    -webkit-transform: rotate(315deg);
    transform: rotate(315deg);
	top: 50%;
	left: 20px;
	margin-top: -9px;
	margin-left: -4px;
}

#sales_ranking button.slick-next::before,
#advice button.slick-next::before,
#checkeditem button.slick-next::before{
	content: "";
	width: 18px;
	height: 18px;
	position: absolute;
	border-top: solid 2px #FFFFFF;
    border-right: solid 2px #FFFFFF;
    -ms-transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
	top: 50%;
	left: 5px;
	margin-top: -9px;
}

#sales_ranking button.slick-prev,
#advice button.slick-prev,
#checkeditem button.slick-prev{
	position: absolute;
	top: 30%;
	left: 0;
	z-index: 99;
}

#sales_ranking button.slick-next,
#advice button.slick-next,
#checkeditem button.slick-next{
	position: absolute;
	top: 30%;
	right: 0;
	z-index: 99;
}

/* トップページ商品用スライダー矢印 end */
/* 新着情報 */
#news_area .newslist{
	margin-top: 5px;
	background: #F8F8F8;
}

.newslist dt .news_title {
    text-decoration: underline;
}

.newslist dt .angle-circle{
    position: absolute;
    right: 16px;
	top: 20px;
    display: inline-block;
    width: 0;
	height: 0;
	border: 10px solid transparent;
	border-top: 10px solid #333333;
}

.newslist dt .angle-circle::before{
	content: "";
	position: absolute;
	top: -11px;
	left: -10px;
    display: inline-block;
    width: 0;
	height: 0;
	border: 10px solid transparent;
	border-top: 9px solid #F8F8F8;
}

.newslist dt.active .angle-circle{
    position: absolute;
    right: 16px;
	top: 10px;
    display: inline-block;
    width: 0;
	height: 0;
	border: 10px solid transparent;
	border-bottom: 10px solid #333333;
}
.newslist dt.active .angle-circle::before{
	content: "";
    position: absolute;
	top: -8px;
    display: inline-block;
    width: 0;
	height: 0;
	border: 10px solid transparent;
	border-bottom: 9px solid #F8F8F8;
}

.newslist dd {
	border-top: 1px dotted #999999;

}

/* 新着情報 end */
/* パンクズリスト */
#topicpath ol {
}
#topicpath li {
    font-size: 12px;
    font-size: 1.2rem;
}
/* パンクズリスト end */
/* 商品一覧上部のナビ */
#page_navi_top{
	margin-top: 10px;
}

#page_navi_top strong{
	color: #FF0000;
}
#page_navi_top strong span{
	color: #FF0000;
}
/* 商品一覧上部のナビ end */
/* 商品一覧 */
#item_list a{
	text-decoration: none !important;
}
/* 商品一覧ページャー */
.pagination ul {
    list-style-type: none;
    margin: 0 0 0 -5px;
}
.pagination ul li {
    min-width: 29px;
    padding: 0 0 0 5px;
    text-align: center;
}

.pagination ul li a {
    color: #525263;
    line-height: 1.8;
    padding: 0 10px;
    text-decoration: none !important;
}
.pagination ul li a:hover, .pagination ul li a:focus {
    background: #f1f1f1;
}
.pagination ul li.active a {
    background: #F3F3F3;
    text-decoration: none;
}
.pagination ul li.active a:hover, .pagination ul li.active a:focus {
    background: #F3F3F3;
}
.pagination ul li.disabled a {
    color: #9797A0;
    text-decoration: none;
}
.pagination ul li.disabled a:hover, .pagination ul li.disabled a:focus {
    color: #9797A0;
}
/* 商品一覧ページャー */
/* 商品詳細 */
#item_photo_area .detail_slider-nav .slick-arrow{
	position: absolute;
	top: 50%;
	margin-top: -20px;
	text-indent: -9999px;
	z-index: 100;
	background: rgba(225,225,225,0.6);
	border: none;
	border-radius: 4px;
	height: 40px;
	width: 20px;
}

#item_photo_area .detail_slider-nav .slick-prev{
	left: 0;
}

#item_photo_area .detail_slider-nav .slick-next{
	right: 0;
}
	
#item_photo_area .detail_slider-nav .slick-prev::before{
	content: "";
	width: 18px;
	height: 18px;
	position: absolute;
	border-top: solid 2px #333333;
    border-left: solid 2px #333333;
    -ms-transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
    transform: rotate(315deg);
	top: 50%;
	left: 10px;
	margin-top: -9px;
	margin-left: -4px;
}

#item_photo_area .detail_slider-nav .slick-next::before{
	content: "";
	width: 18px;
	height: 18px;
	position: absolute;
	border-top: solid 2px #333333;
    border-right: solid 2px #333333;
    -ms-transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
	top: 50%;
	left: -5px;
	margin-top: -9px;
}

.cart_area #detail_cart_box__cart_quantity dd button#favorite{ /* お気に入りボタンデザイン */
	background: #F8F8F8;
	border: 1px solid #333333;
	padding: 5px 10px 5px 30px;
	border-radius: 4px;
	position: relative;
	background: url(../img/item_img1.gif) no-repeat 5px;
}


/* 商品詳細 end */
/* のし設定保存ボタン　2023/7/26追加 */
.noshi_savebutton{
	text-align: center;
	font-size: 0;
}
.noshi_savebutton button{
	width: calc(50% - 30px);
	height: 38px;
	max-width: 180px;
	margin: 0 15px;
	font-size: 16px;
	font-size: 1.6rem;
	font-weight: 700;
}
.noshi_savebutton #cancelNoshiModalButton{
	background-color: #999999 !important;
}
.noshi_savebutton #setNoshiModalButton{
	background-color: #de5d50 !important;
}
.noshi_savebutton p{
	width: 100%;
	font-size: 14px;
	font-size: 1.4rem;
	text-align: left;
	margin-top: 10px;
}
/* のし設定保存ボタン　2023/7/26追加 end */
/* マイページ */
.local_nav li:first-child{
	margin-left: 0;
	border-top-left-radius: 4px;
	border-bottom-left-radius: 4px;
}

.local_nav li:last-child{
	border-top-right-radius: 4px;
	border-bottom-right-radius: 4px;
}
.local_nav li.active a { /* カーソルが乗った時、該当ページに居る時の指定 */
    color: #DE5D50;
	background: #F8F8F8;
	position: relative;
}

.local_nav li.active a::before{ /* カーソルが乗った時、該当ページに居る時の指定 */
	content: "";
	width: 0;
	height: 0;
	position: absolute;
	left: 50%;
	margin-left: -3px;
	bottom: 3px;
	border: 3px solid transparent;
	border-top: 4px solid #FF4000;
}

/* マイページ end */
/* フッター */
#footer .container-fluid ul{
    background: #333333;
	padding: 15px 0;
}

.footer_logo_area .copyright {
    font-size: 12px;
    font-size: 1.2rem;
	color: #666666;
}

/* フッター end */

/* ヘッダーログイン者情報 */
#login_user_info {
	float: right;
	width: 100%;
	padding-right: 20px;
	text-align: right;
  margin-bottom: 10px;
}

/*ヘッダー追加*/
/*追加*/
.headerband {
    width:100%;
    height:60px;
    position: absolute;
    z-index: -1;
    bottom: -10px;
    background-color: #ffffff;
    background-size: contain;
    background-repeat: repeat-x;
}
@media screen and (max-width: 768px) {
    .headerband {
      bottom: 0px;
      height:165px;
    }
}

.login_message{
	background: #e95295;
	color: #ffffff;
	border-radius: 10px;
	padding:  5px;
	font-size: 20px;
	font-size: 2.0rem;
}

/*------------------------------------------------------
20250311:レイアウト修正
------------------------------------------------------*/

/*----------------------------------
商品詳細画面：サムネイル調整
----------------------------------*/

#item_photo_area .slides .slick-list {
  container-type: inline-size;
}

#item_photo_area .slides .slick-list .slick-track .detail_img {
  position: relative;
  height: 100cqw !important;
  display: flex;
  align-items: center;
  justify-content: center;
}
/*IE hack*/
_:not(_)::-ms-backdrop, #item_photo_area .slides .slick-list .slick-track .detail_img {
  height: 100% !important;
  min-height: 264px !important;
}

#item_photo_area .slides .slick-list .slick-track .detail_img img {
  height: auto;
  max-height: 100%;
  width: auto;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
@media only screen and (max-width: 767px) {
  #item_photo_area {
    display: flex;
    align-items: center;
  }
}

#item_photo_area br {
  display: none;
}

#item_photo_area .detail_slider-nav {
  margin-top: 6px;
  container-type: inline-size;
}
@media only screen and (max-width: 767px) {
  #item_photo_area .detail_slider-nav .slick-next {
    right: auto;
    bottom: -3px;
    left: auto !important;
    margin: 0 0 0 40%;
  }
  #item_photo_area .detail_slider-nav .slick-prev {
    left: 55% !important;
  }
  #item_photo_area .slides, #item_photo_area .detail_slider-nav {
    margin-bottom: 0;
    padding-bottom: 0;
  }
  #item_photo_area .detail_slider-nav {
    margin-top: 0;
  }
}

#item_photo_area .detail_slider-nav .detail_img {
  height: calc(100cqw / 4.4);
  max-height: calc(100cqw / 4.4);
  cursor: pointer;
  overflow: hidden;
}
/*IE hack*/
_:not(_)::-ms-backdrop, #item_photo_area .detail_slider-nav .detail_img {
  height: 60px;
  max-height: 60px;
  overflow: hidden;
}
@media only screen and (max-width: 767px) {
  #item_photo_area .detail_slider-nav .detail_img {
    max-height: 100cqw;
    margin-bottom: 6px;
  }
}

/*----------------------------------
商品詳細画面：タブ調整（SP）
----------------------------------*/

@media only screen and (max-width: 767px) {
  #detail_cart_box__button_area #tab_label {
    padding: 0;
  }
  #detail_cart_box__button_area #tab_label li label {
    margin-bottom: 0;
    font-size: 3.2vw;
  }
  #detail_cart_box__button_area input#tab_delivery:checked ~ #tab_label #tab_delivery_for {
    border-color:#E8011A;
  }
}


/*----------------------------------
共通：おすすめ・チェック商品リスト画像サイズ調整/文字省略調整
----------------------------------*/

#advice,
#checkeditem,
#sales_ranking {
  container-type: inline-size;
}

#advice .item_photo,
#checkeditem .item_photo,
#sales_ranking .item_photo {
  position: relative;
  height: calc(100cqw / 5.3);
  background: #F8F8F8;
}
/*IE hack*/
_:not(_)::-ms-backdrop, #advice .item_photo, #checkeditem .item_photo, #sales_ranking .item_photo {
  height: 145px;
}
@media only screen and (max-width: 767px) {
  #advice .item_photo,
  #checkeditem .item_photo,
  #sales_ranking .item_photo {
    height: calc(100cqw / 3.3);
  }
}

#advice .item_photo img,
#checkeditem .item_photo img,
#sales_ranking .item_photo img {
  height: auto;
  max-height: 100%;
  width: auto;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

#advice .item_photo::after,
#checkeditem .item_photo::after,
#sales_ranking .item_photo::after {
  content: '';
  display: block;

  background: #5A340C;
  width: 10px;
  height: 10px;
  clip-path: polygon(100% 0, 100% 100%, 0 100%);

  position: absolute;
  bottom: 0;
  right: 0;
}

.item_name {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.item_name::before,
.item_name::after {
  display: none;
}

#detail_description_box__name.item_name {
  white-space: normal;
}

.item_gallery .row {
  margin-left: -12px;
  margin-right: 0;
}
@media only screen and (max-width: 767px) {
  .item_gallery .row {
    margin-left: 0;
  }
}

/*----------------------------------
共通：商品一覧サムネイルサイズ
----------------------------------*/

#item_list {
  container-type: inline-size;
}

#item_list .item_photo {
  position: relative;
  height: calc(100cqw / 4.3);
  background: #F8F8F8;
}
/*IE hack*/
_:not(_)::-ms-backdrop, #item_list .item_photo {
  height: 100%;
  min-height: 174px;
}
@media only screen and (max-width: 767px) {
  #item_list {
    margin: 0 10px;
  }
  #item_list .item_photo {
    height: calc(100cqw / 3.3);
  }
}

#item_list .item_photo img {
  height: auto;
  max-height: 100%;
  width: auto;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

/*----------------------------------
共通：商品一覧はみ出し修正
----------------------------------*/

#result_info_box.row {
  margin: 0 !important;
}
@media only screen and (max-width: 767px) {
  #result_info_box.row {
    padding: 0 10px !important;
  }
}

#result_info_box #page_navi_top {
  display: flex;
  justify-content: space-between;
}
@media only screen and (max-width: 767px) {
  #result_info_box #page_navi_top {
    flex-direction: column;
  }
}

#result_info_box #result_info_box__item_count {
  float: none;
  padding-left: 0;
}

#result_info_box #result_info_box__menu_box {
  float: none;
}

#result_info_box #result_info_box__menu.pagenumberarea {
  padding-right: 0;
}
@media only screen and (max-width: 767px) {
  #result_info_box #result_info_box__menu.pagenumberarea {
    margin: 0 0 1em 0;
  }
  #result_info_box__order_menu,
  #result_info_box__disp_menu {
    display: flex;
    align-items: center;
    margin: 5px 0;
  }
}

#item_list .row {
  margin: 0;
}

#item_list .col-sm-3 {
  width: calc((100%) / 4);
}
@media only screen and (max-width: 767px) {
  #item_list .col-sm-3 {
    width: calc((100%) / 3);
  }
}

#item_list .col-sm-3,
#item_list .col-sm-4 {
  padding-left: 1%;
  padding-right: 1%;
}

#item_list .col-sm-3:first-child,
#item_list .col-sm-4:first-child {
  padding-left: 0;
}

#item_list .col-sm-3:nth-child(4n) {
  padding-right: 0;
}

#item_list .col-sm-3:nth-child(5n) {
  padding-left: 0;
}

@media only screen and (max-width: 767px) {
  #item_list .col-sm-3:nth-child(4n) {
    padding-right: 1%;
  }
  #item_list .col-sm-3:nth-child(3n) {
    padding-right: 1%;
  }
  #item_list .col-sm-3:nth-child(5n) {
    padding-left: 1%;
  }
}

/*----------------------------------
共通：headerアイコンSVG変更
----------------------------------*/

.member_link a {
	font-weight: 500;
	margin: 0;
	padding: 10px 0.5em 2px 0;
	height: auto;
	line-height: 1em;
	display: flex;
	align-items: center;
  overflow: auto;
}
@media screen and (max-width: 767px) {
	#drawer .member_link li a {
		padding: 15px;
	}
}

.member_link li a.menu_member::before { /* SVG内カラー変更は[fill="%23〇〇〇〇〇〇"]部分の丸部分をカラーコード6桁に差替えで可能 */
	content: '';
	display: inline-block;
	background: url("data:image/svg+xml;charset=UTF-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 75.26 87.91' %3E%3Cpath fill='%23333333' d='M60.18,22.56c0,12.46-10.1,22.56-22.56,22.56s-22.56-10.1-22.56-22.56S25.17,0,37.63,0S60.18,10.1,60.18,22.56z M37.63,50.28C16.85,50.28,0,67.13,0,87.91h75.26C75.26,67.13,58.41,50.28,37.63,50.28z' /%3E%3C/svg%3E") no-repeat left top;
	background-size: 100% auto;
	width: 20px;
	height: 23px;
	transform: translateY(-2px);
	margin-right: 5px;
}
@media screen and (max-width: 767px) {
  .member_link li a.menu_member::before {
    margin-right: 1em;
  }
}


.member_link li a.menu_favorite::before { /* SVG内カラー変更は[fill="%23〇〇〇〇〇〇"]部分の丸部分をカラーコード6桁に差替えで可能 */
	content: '';
	display: inline-block;
	background: url("data:image/svg+xml;charset=UTF-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 106.51 85.04'%3E%3Cpath fill='%23333333' d='M55,12.2l-4.2-0.1C40.3,1.1,26.9-4,14.5,8.4l0,0c-9.3,9.1-9.6,23,0,39.8C24.1,65,53.3,84,53.3,84l0,0 c0,0,29.2-19,38.7-35.8s9.3-30.7,0-39.8l0,0C79.7-4,65.4,1.2,55,12.2z' /%3E%3C/svg%3E") no-repeat left top;
	background-size: 100% auto;
	width: 26px;
	height: 22px;
	transform: translateY(-1px);
}
@media screen and (max-width: 767px) {
  .member_link li a.menu_favorite::before {
    margin-right: 0.7em;
    transform: translateX(-3px);
  }
}
.member_link li a.menu_login::before { /* SVG内カラー変更は[fill="%23〇〇〇〇〇〇"]部分の丸部分をカラーコード6桁に差替えで可能 */
	content: '';
	display: inline-block;
	background: url("data:image/svg+xml;charset=UTF-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 79.3 88.3'%3E%3Cpath fill='%23333333' d='M68.28,28.64C68.28,12.85,55.44,0,39.65,0S11.01,12.85,11.01,28.64H0V88.3h79.3V28.64H68.28z M41.98,60.23 v14.01h-5.59V59.95c-3.32-1.3-5.69-4.52-5.69-8.31c0-4.94,4-8.94,8.94-8.94s8.94,4,8.94,8.94C48.59,55.76,45.78,59.2,41.98,60.23z M16.93,28.64c0-12.53,10.19-22.72,22.72-22.72s22.72,10.19,22.72,22.72H16.93z' /%3E%3C/svg%3E") no-repeat left top;
	background-size: 100% auto;
	width: 20px;
	height: 22px;
	transform: translateY(-2px);
	margin-right: 5px;
}
@media screen and (max-width: 767px) {
  .member_link li a.menu_login::before {
    margin-right: 1em;
    transform: translateX(1px);
  }
}
.member_link li a.menu_cart::before { /* SVG内カラー変更は[fill="%23〇〇〇〇〇〇"]部分の丸部分をカラーコード6桁に差替えで可能 */
	content: '';
	display: inline-block;
	background: url("data:image/svg+xml;charset=UTF-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 50 44.77'%3E%3Cpath fill='%23333333' d='M18.87,37.15c2.1,0,3.81,1.71,3.81,3.81s-1.71,3.81-3.81,3.81s-3.81-1.71-3.81-3.81S16.77,37.15,18.87,37.15z M43.2,37.15c2.1,0,3.81,1.71,3.81,3.81s-1.71,3.81-3.81,3.81s-3.81-1.71-3.81-3.81S41.1,37.15,43.2,37.15z M14.08,7.85L13.04,0H0 v4.2h9.35l0.49,3.65H9.76l2.81,20.88h0.03l0.91,6.84h31.28v-4.21h-27.6l-0.35-2.63H47.2L50,7.85H14.08z' /%3E%3C/svg%3E") no-repeat left top;
	background-size: 100% auto;
	width: 28px;
	height: 25px;
	transform: translateY(-2px);
	margin-right: 5px;
}
@media screen and (max-width: 767px) {
  #btn_menu a {
    padding-top: 0;
    margin-right: 0;
  }
}

.nav--newstyle a {
  display: inline-block;
  margin-top: 0.5em;
}

.nav--newstyle a::before,
.nav--newstyle a::after {
  content: '';
  display: block;
  width: 100%;
  height: 2px;
  background: #333333;
  border-radius: 5px;
}
.nav--newstyle a::before {
  margin-bottom: 0.5em;
}
.nav--newstyle a::after {
  margin-top: 0.5em;
}


/*----------------------------------------------------

ナリタヤ固有スタイル

----------------------------------------------------*/

/*----------------------------------
  all
----------------------------------*/

body{
	color: #2B2B2B;
}

a{ /* リンク文字の設定 */
	color: #2B2B2B;
  font-weight: bold;
}

a:hover {
  color: #284C7F;
}

h1 {
  font-size: 30px;
  border: none;
  font-weight: bold;
  display: flex;
  align-items: center;
  justify-content: start;
  background: #F9F6EA;
  padding: 0;
  margin-bottom: 1em;
}

h1::before {
  content: '';
  display: inline-block;
  width: 50px;
  height: 50px;
  margin-right: 0.5em;
  background-image: url("data:image/svg+xml;base64,PHN2ZyBpZD0iX+ODrOOCpOODpOODvF8xIiBkYXRhLW5hbWU9IuODrOOCpOODpOODvF8xIiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZlcnNpb249IjEuMSIgdmlld0JveD0iMCAwIDUwIDUwIj4gIDxkZWZzPiA8c3R5bGU+IC5zdDAgeyBmaWxsOiAjNTgzNDE3OyB9IC5zdDEgeyBmaWxsOiAjNjIzZTFjOyB9IDwvc3R5bGU+IDwvZGVmcz4gPHBhdGggY2xhc3M9InN0MCIgZD0iTTUwLDB2NTBIMFYwaDUwWiIvPiA8cGF0aCBjbGFzcz0ic3QxIiBkPSJNNTAsMEwwLDUwVjBoNTBaIi8+PC9zdmc+");
  background-size: 100% auto;
}
@media screen and (max-width: 768px) {
  h1 {
    font-size: 20px;
    margin-left: 10px;
    margin-right: 10px;
  }
}

h1.page-heading {
  padding: 0;
  margin: 0 0 10px 0;
  border-bottom: 0;
  border-top: 0;
}

@media screen and (max-width: 768px) {
  h1.page-heading {
    margin: 0 10px 10px 10px;
  }
}

h2 {
  border-bottom: 0;
  font-size: 26px;
  font-size: 2.6rem;
  padding: 0;
  margin: 0.5em 0 1em !important;
  color: #5A340C;
}
@media screen and (max-width: 768px) {
  h2 {
    font-size: 18px;
    margin: 0 10px 1em !important;
  }
}

h2.heading02,
#shopping_confirm h2.heading02 {
  background: #5A340C;
  color: #ffffff;
}

.btn,
.btn-block {
  background-color: #284C7F;
}

.btn-info:hover,
.btn-info:focus,
.btn-info:active,
.btn-info.active,
.open > .dropdown-toggle.btn-info {
  background-color: #4B341C;
  border-color: #4B341C;
}

.btn-default:hover,
.btn-default:focus,
.btn-default:active,
.btn-default.active,
.open > .dropdown-toggle.btn-default {
  background-color: #4B341C;
  border-color: #4B341C;
  color: #ffffff;
}

a.destination-btn {
  background-color: #284C7F;
}

.btn_subtext {
    color: #fff;
    font-size: 12px;
}
a:hover .btn_subtext {
    color: #ffffff;
    font-size: 12px;
}

/*----------------------------------
  header
----------------------------------*/

#header {
  position: relative;
  padding-bottom: 20px;
  padding-top: 20px;
  background: #F9F6EA !important;
}
@media screen and (max-width: 768px) {
  #header {
    padding-bottom: 0;
  }
}

#header .headerband {
  border-top: 1px solid #5A340C;
  background: #F9F6EA;
  height: 80px;
  bottom: 0;
}
@media screen and (max-width: 768px) {
  #header .headerband {
    height:165px;
  }
}

#header h1.header_logo {
  padding-bottom: 20px;
}

#header h1.header_logo::before {
  display: none;
}

#member {
	transform: translateY(10px);
	position: relative;
  padding-left: 0;
  padding-right: 0;
}

#member.member_cart {
  background: #5079B2;
  width: auto;
  position: relative;
  top: -1.2em;
  right: 0;
  padding-top: 14px;
  padding-bottom: 6px;
  padding-right: 16px;
  z-index: 100;
}

.member_link {
  margin: 0;
}
@media screen and (min-width: 768px) {
  .member_link {
      margin: 0;
      float: none;
    }
}

.member_link a {
  color: #2B2B2B;
  font-weight: 600;
}

.member_link a:hover {
  color: #2B2B2B;
}

.member_link li a.menu_member,
.member_link li a.menu_login,
.member_link li a.menu_favorite {
  transform: translateY(6px);
}
@media screen and (max-width: 768px) {
  .member_link li a.menu_member,
  .member_link li a.menu_login,
  .member_link li a.menu_favorite {
    transform: translateY(0);
  }
}


.member_link li a.menu_member::before {
  background: url("data:image/svg+xml;charset=UTF-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 75.26 87.91' %3E%3Cpath fill='%23284C7F' d='M60.18,22.56c0,12.46-10.1,22.56-22.56,22.56s-22.56-10.1-22.56-22.56S25.17,0,37.63,0S60.18,10.1,60.18,22.56z M37.63,50.28C16.85,50.28,0,67.13,0,87.91h75.26C75.26,67.13,58.41,50.28,37.63,50.28z' /%3E%3C/svg%3E") no-repeat left top;
}

.member_link li a.menu_favorite::before {
  background: url("data:image/svg+xml;charset=UTF-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 106.51 85.04'%3E%3Cpath fill='%23284C7F' d='M55,12.2l-4.2-0.1C40.3,1.1,26.9-4,14.5,8.4l0,0c-9.3,9.1-9.6,23,0,39.8C24.1,65,53.3,84,53.3,84l0,0 c0,0,29.2-19,38.7-35.8s9.3-30.7,0-39.8l0,0C79.7-4,65.4,1.2,55,12.2z' /%3E%3C/svg%3E") no-repeat left top;
}

.member_link li a.menu_login::before {
  background: url("data:image/svg+xml;charset=UTF-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 79.3 88.3'%3E%3Cpath fill='%23284C7F' d='M68.28,28.64C68.28,12.85,55.44,0,39.65,0S11.01,12.85,11.01,28.64H0V88.3h79.3V28.64H68.28z M41.98,60.23 v14.01h-5.59V59.95c-3.32-1.3-5.69-4.52-5.69-8.31c0-4.94,4-8.94,8.94-8.94s8.94,4,8.94,8.94C48.59,55.76,45.78,59.2,41.98,60.23z M16.93,28.64c0-12.53,10.19-22.72,22.72-22.72s22.72,10.19,22.72,22.72H16.93z' /%3E%3C/svg%3E") no-repeat left top;
}

.member_link li a.menu_cart {
  background: #5079B2;
  padding: 15px 18px;
  color: #ffffff;
}

.member_link li a.menu_cart::before {
  background: url("data:image/svg+xml;charset=UTF-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 50 44.77'%3E%3Cpath fill='%23ffffff' d='M18.87,37.15c2.1,0,3.81,1.71,3.81,3.81s-1.71,3.81-3.81,3.81s-3.81-1.71-3.81-3.81S16.77,37.15,18.87,37.15z M43.2,37.15c2.1,0,3.81,1.71,3.81,3.81s-1.71,3.81-3.81,3.81s-3.81-1.71-3.81-3.81S41.1,37.15,43.2,37.15z M14.08,7.85L13.04,0H0 v4.2h9.35l0.49,3.65H9.76l2.81,20.88h0.03l0.91,6.84h31.28v-4.21h-27.6l-0.35-2.63H47.2L50,7.85H14.08z' /%3E%3C/svg%3E") no-repeat left top;
}

.member_link li a.menu_cart::after {
  content: '';
  display: block;
  background: #284C7F;
  position: absolute;
  bottom: 0;
  right: 0;

  height: 100%;
  width: 100%;
  clip-path: polygon(100% 0, 100% 100%, 0 100%);
  z-index: -1;
}

.member_link a.menu_cart span.badge {
	background-color:#E77612;

  position: relative;
  top: auto;
  left: auto;
  width: 24px;
	height: 24px;
  border-radius: 50%;
	text-align: center;
	padding: 0;
	margin-left: 0.2em;
	display: flex;
	justify-content: center;
	align-items: center;
}

.category_search {
  background: #ffffff;
  float: left;
  max-width: 180px;
  width: 100%;
  position: relative;
  border: 1px solid #5A340C;
}
@media screen and (max-width: 768px) {
  .category_search {
    float: none;
    max-width: 100%;
  }
}

#header #search select {
  float: none;
  border: 0;
  background: none;
  width: 100%;
  max-width: 100%;
  -webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
  cursor: pointer;
  height: 38px;
}
@media only screen and (min-width: 768px) {
  #header #search select {
    float: none;
    border: 0;
    background: none;
    width: 100%;
    max-width: 100%;
  }
}

.category_search::before {
  content: '';
  display: block;
  position: absolute;
	top: 50%;
  right: 0;
  transform: translateY(-50%);
  width: 22%;
  height: 100%;
  background-image: url("data:image/svg+xml;base64,PHN2ZyBpZD0iX+ODrOOCpOODpOODvF8xIiBkYXRhLW5hbWU9IuODrOOCpOODpOODvF8xIiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZlcnNpb249IjEuMSIgdmlld0JveD0iMCAwIDUwIDUwIj4gIDxkZWZzPiA8c3R5bGU+IC5zdDAgeyBmaWxsOiAjNTgzNDE3OyB9IC5zdDEgeyBmaWxsOiAjNjIzZTFjOyB9IDwvc3R5bGU+IDwvZGVmcz4gPHBhdGggY2xhc3M9InN0MCIgZD0iTTUwLDB2NTBIMFYwaDUwWiIvPiA8cGF0aCBjbGFzcz0ic3QxIiBkPSJNNTAsMEwwLDUwVjBoNTBaIi8+PC9zdmc+");
  pointer-events: none;
}
@media screen and (max-width: 768px) {
  .category_search::before {
    width: 11%;
  }
}

.category_search::after {
  content: '';
  display: block;
  background: url('data:image/svg+xml;charset=UTF-8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 10 5.7"><path fill="%23ffffff" d="M5,4l3.8-3.8c0.3-0.3,0.7-0.3,1,0c0,0,0,0,0,0c0.3,0.3,0.3,0.7,0,1L5.5,5.5c-0.3,0.3-0.7,0.3-1,0L0.2,1.2 c-0.3-0.3-0.3-0.7,0-1c0.3-0.3,0.7-0.3,1,0c0,0,0,0,0,0L5,4z" /></svg>') no-repeat left top;
	background-size: 100% auto;
	width: 10px;
	height: 6px;
	position: absolute;
	top: 50%;
	right: 0.9em;
	transform: translateY(-50%);
  pointer-events: none;
}
@media screen and (max-width: 768px) {
  .category_search::after {
    width: 14px;
    height: 8px;
    right: 3.5vw;
  }
}

#header #search .input_search {
	background: #ffffff;
  border: 1px solid #5A340C;
}
@media screen and (max-width: 768px) {
	#header #search .input_search {
		margin-top: 5px;
	}
}

.bt_search {
  background-image: url("data:image/svg+xml;base64,PHN2ZyBpZD0iX+ODrOOCpOODpOODvF8xIiBkYXRhLW5hbWU9IuODrOOCpOODpOODvF8xIiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZlcnNpb249IjEuMSIgdmlld0JveD0iMCAwIDUwIDUwIj4gIDxkZWZzPiA8c3R5bGU+IC5zdDAgeyBmaWxsOiAjNTgzNDE3OyB9IC5zdDEgeyBmaWxsOiAjNjIzZTFjOyB9IDwvc3R5bGU+IDwvZGVmcz4gPHBhdGggY2xhc3M9InN0MCIgZD0iTTUwLDB2NTBIMFYwaDUwWiIvPiA8cGF0aCBjbGFzcz0ic3QxIiBkPSJNNTAsMEwwLDUwVjBoNTBaIi8+PC9zdmc+");
  /*padding: 5px;
  box-sizing: border-box;*/
  width: 15%;
  height: 100%;
}
@media screen and (max-width: 768px) {
  .bt_search {
    width: 11%;
  }
}

.bt_search .cb-search {
	font-size: 16px;
	font-size: 1.6rem;
	transform: translateY(-2px);
	fill: #ffffff;
}

#public_keyword dl {
  background: #ffffff;
  border: 0;
}

#public_keyword dl dt {
  background: #643E16;
  font-size: 14px;
}

#public_keyword dl dd div {
  border: 0;
}

@media screen and (max-width: 768px) {
  .extra-form {
    display: none;
  }
}

#login_user_info {
  padding-top: 0;
  padding-right: 0;
  top: -1em;
  float: none;
}
@media screen and (max-width: 768px) {
  #login_user_info {
    float: none;
    left: auto;
    padding: 0 10px 10px 10px;
    top: 0;
    margin-bottom: 0;
  }
}

.cart {
  top: auto;
  width: 240px;
}

#cart .inner {
  top: auto;
  left: auto;
  position: relative !important;
}

/*----------------------------------
  drawer
----------------------------------*/

#btn_menu a {
	color: #5A340C;
	text-decoration: none !important;
	line-height: 1em;
	letter-spacing: -0.1em;
	padding-top: 17px;
}

#btn_menu .menu_cart {
  background: url("data:image/svg+xml;charset=UTF-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 50 44.77'%3E%3Cpath fill='%23284C7F' d='M18.87,37.15c2.1,0,3.81,1.71,3.81,3.81s-1.71,3.81-3.81,3.81s-3.81-1.71-3.81-3.81S16.77,37.15,18.87,37.15z M43.2,37.15c2.1,0,3.81,1.71,3.81,3.81s-1.71,3.81-3.81,3.81s-3.81-1.71-3.81-3.81S41.1,37.15,43.2,37.15z M14.08,7.85L13.04,0H0 v4.2h9.35l0.49,3.65H9.76l2.81,20.88h0.03l0.91,6.84h31.28v-4.21h-27.6l-0.35-2.63H47.2L50,7.85H14.08z' /%3E%3C/svg%3E") no-repeat left top;
  background-size: 100% auto;
}

#btn_menu .menu_cart span.badge {
  padding: 4px 7px;
  background-color: #E77612;
}

.nav-trigger {
  position: relative;
}

.nav-trigger span,
.nav-trigger span::before,
.nav-trigger span::after {
  display: block;
  height: 3px;
  width: 100%;
  background-color: #4B341C;
  transition: 0.4s;
  border-radius: 2px;
  right: auto;
}

.nav-trigger span {
  position: absolute;
  top: 0;
  left: 0;
  margin: 6px 0;
}

.nav-trigger span::before {
  position: absolute;
  top: -6px;
}

.nav-trigger span::after {
  position: absolute;
  top: 6px;
}

.drawer-open .nav-trigger span::before {
  transform-origin: center left;
  transform: rotate(22deg);
}

.drawer-open .nav-trigger span::after {
  transform-origin: center left;
  transform: rotate(-22deg);
}


.drawer {
  background: #ffffff;
}

#drawer .member_link li a {
  padding-left: 20px;
  background-color: #284C7F;
  border-bottom: 2px solid #ffffff;
  color: #ffffff;
}

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

  .member_link a {
    color: #ffffff;
  }
  .member_link li a.menu_member::before {
    background: url("data:image/svg+xml;charset=UTF-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 75.26 87.91' %3E%3Cpath fill='%23ffffff' d='M60.18,22.56c0,12.46-10.1,22.56-22.56,22.56s-22.56-10.1-22.56-22.56S25.17,0,37.63,0S60.18,10.1,60.18,22.56z M37.63,50.28C16.85,50.28,0,67.13,0,87.91h75.26C75.26,67.13,58.41,50.28,37.63,50.28z' /%3E%3C/svg%3E") no-repeat left top;
  }

  .member_link li a.menu_favorite::before {
    background: url("data:image/svg+xml;charset=UTF-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 106.51 85.04'%3E%3Cpath fill='%23ffffff' d='M55,12.2l-4.2-0.1C40.3,1.1,26.9-4,14.5,8.4l0,0c-9.3,9.1-9.6,23,0,39.8C24.1,65,53.3,84,53.3,84l0,0 c0,0,29.2-19,38.7-35.8s9.3-30.7,0-39.8l0,0C79.7-4,65.4,1.2,55,12.2z' /%3E%3C/svg%3E") no-repeat left top;
  }

  .member_link li a.menu_login::before {
    background: url("data:image/svg+xml;charset=UTF-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 79.3 88.3'%3E%3Cpath fill='%23ffffff' d='M68.28,28.64C68.28,12.85,55.44,0,39.65,0S11.01,12.85,11.01,28.64H0V88.3h79.3V28.64H68.28z M41.98,60.23 v14.01h-5.59V59.95c-3.32-1.3-5.69-4.52-5.69-8.31c0-4.94,4-8.94,8.94-8.94s8.94,4,8.94,8.94C48.59,55.76,45.78,59.2,41.98,60.23z M16.93,28.64c0-12.53,10.19-22.72,22.72-22.72s22.72,10.19,22.72,22.72H16.93z' /%3E%3C/svg%3E") no-repeat left top;
  }

  .member_link li a.menu_cart::before {
    background: url("data:image/svg+xml;charset=UTF-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 50 44.77'%3E%3Cpath fill='%23ffffff' d='M18.87,37.15c2.1,0,3.81,1.71,3.81,3.81s-1.71,3.81-3.81,3.81s-3.81-1.71-3.81-3.81S16.77,37.15,18.87,37.15z M43.2,37.15c2.1,0,3.81,1.71,3.81,3.81s-1.71,3.81-3.81,3.81s-3.81-1.71-3.81-3.81S41.1,37.15,43.2,37.15z M14.08,7.85L13.04,0H0 v4.2h9.35l0.49,3.65H9.76l2.81,20.88h0.03l0.91,6.84h31.28v-4.21h-27.6l-0.35-2.63H47.2L50,7.85H14.08z' /%3E%3C/svg%3E") no-repeat left top;
  }
}

#drawer .category-nav {
  background: #FBF7EE;
}

#drawer .category-nav li {
  padding: 0;
}

#drawer .category-nav > li {
  border-bottom: 2px solid #BDAD9D;
}

#drawer .category-nav > li > ul {
  background: #ffffff;
}

#drawer .category-nav a {
  padding: 16px 40px 16px 20px;
  color: #4B341C;
}

#drawer .category-nav > li > a::before {
  display: none;
}

#drawer .category-nav > li > a::after {
  content: '';
  display: inline-block;
  width: 22px;
  height: 22px;
  border-radius: 50%;
  background-image: url("data:image/svg+xml;base64,PHN2ZyBpZD0iX+ODrOOCpOODpOODvF8xIiBkYXRhLW5hbWU9IuODrOOCpOODpOODvF8xIiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZlcnNpb249IjEuMSIgdmlld0JveD0iMCAwIDIyIDIyIj4gIDxkZWZzPiA8c3R5bGU+IC5zdDAgeyBmaWxsOiAjZmZmOyB9IC5zdDEgeyBmaWxsOiAjNGQ3NGE5OyB9IC5zdDIgeyBmaWxsOiAjMjc0YTdhOyB9IDwvc3R5bGU+IDwvZGVmcz4gPHBhdGggY2xhc3M9InN0MSIgZD0iTTMuMiwzLjJDNy41LTEuMSwxNC41LTEuMSwxOC44LDMuMnM0LjMsMTEuMywwLDE1LjYtMTEuMyw0LjMtMTUuNiwwUy0xLjEsNy41LDMuMiwzLjJaIi8+IDxwYXRoIGNsYXNzPSJzdDIiIGQ9Ik0xOC44LDMuMmM0LjMsNC4zLDQuMywxMS4zLDAsMTUuNnMtMTEuMyw0LjMtMTUuNiwwYy4yLDAsMTUuNS0xNS42LDE1LjYtMTUuNloiLz4gPHBhdGggY2xhc3M9InN0MCIgZD0iTTkuMiw3LjVjLjMtLjIuNy0uMiwxLDBsMy40LDMuMWMuMi4yLjMuNiwwLC44LDAsMCwwLDAsMCwwbC0zLjQsM2MtLjMuMi0uNy4yLTEsMC0uMi0uMi0uMy0uNiwwLS44LDAsMCwwLDAsMCwwbDIuOS0yLjYtMi45LTIuNmMtLjItLjItLjMtLjYsMC0uOCwwLDAsMCwwLDAsMFoiLz48L3N2Zz4=");
	background-size: 100% auto;
  position: absolute;
  right: 1em;
  top: 50%;
  transform: translateY(-50%);
}

#drawer .category-nav > li > a.active {
  background: #5A340C;
  color: #ffffff;
}

#drawer .category-nav > li > ul > li {
  border-bottom: 2px solid #cccccc;
}

#drawer .category-nav > li > ul > li:last-child {
  border-bottom: 0;
}

#drawer .category-nav > li > ul > li:has(ul) {
  position: relative;
  background: #F8F8F8;
}

#drawer .category-nav > li > ul > li:has(ul) > a::after {
  content: '';
  display: inline-block;
  background: url('data:image/svg+xml;charset=UTF-8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 9.7 6.4"><path fill="%23284C7F" d="M9.5.3c.3.4.3.9,0,1.3l-4.1,4.6c-.3.3-.8.4-1.1,0,0,0,0,0,0,0L.2,1.7C0,1.3,0,.7.2.4.5,0,1,0,1.3.3c0,0,0,0,0,0l3.5,3.8L8.3.3c.3-.3.7-.4,1.1,0,0,0,0,0,0,0Z" /></svg>') no-repeat center center;
  background-size: 8px auto;
  border: none;
  width: 8px;
  height: 5px;
  position: absolute;
  right: 1.4em;
  top: 50%;
  transform: translateY(-50%);
}

#drawer .category-nav > li > ul > li:has(ul) li {
  background: #ffffff;
}

#drawer .category-nav > li > a.active::after {
  /*background: #E75555 url('data:image/svg+xml;charset=UTF-8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 4.5 7.9"><path fill="%23ffffff" d="M3.1,3.9l-3-3c-0.2-0.2-0.2-0.6,0-0.8c0,0,0,0,0,0c0.2-0.2,0.6-0.2,0.8,0 l3.4,3.4c0.2,0.2,0.2,0.6,0,0.8L1,7.7c-0.2,0.2-0.6,0.2-0.8,0s-0.2-0.6,0-0.8L3.1,3.9z" /></svg>') no-repeat center center;
	background-size: 6px 8px;*/
}

.overlay {
  z-index: 5;
}

/*----------------------------------
  footer
----------------------------------*/
#footer .container-fluid ul {
  background: #284C7F;
}

#footer .container-fluid ul li a {
  color: #ffffff;
}

/*----------------------------------
  ranking
  advice
  news
  checkeditem
----------------------------------*/
#sales_ranking h2,
#advice h2,
#news_area h2,
#checkeditem h2 {
  position: relative;
  font-size: 30px;
  border: none;
  font-weight: bold;
  display: flex;
  align-items: center;
  justify-content: start;
  padding: 0;
  width: 100%;
  color: #2B2B2B;
}


#sales_ranking h2::before,
#advice h2::before,
#news_area h2::before,
#checkeditem h2::before {
  content: '';
  display: inline-block;
  width: 36px;
  height: 36px;
  margin-right: 10px;
  background-image: url("data:image/svg+xml;base64,PHN2ZyBpZD0iX+ODrOOCpOODpOODvF8xIiBkYXRhLW5hbWU9IuODrOOCpOODpOODvF8xIiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZlcnNpb249IjEuMSIgdmlld0JveD0iMCAwIDUwIDUwIj4gIDxkZWZzPiA8c3R5bGU+IC5zdDAgeyBmaWxsOiAjNTgzNDE3OyB9IC5zdDEgeyBmaWxsOiAjNjIzZTFjOyB9IDwvc3R5bGU+IDwvZGVmcz4gPHBhdGggY2xhc3M9InN0MCIgZD0iTTUwLDB2NTBIMFYwaDUwWiIvPiA8cGF0aCBjbGFzcz0ic3QxIiBkPSJNNTAsMEwwLDUwVjBoNTBaIi8+PC9zdmc+");
  background-size: 100% auto;
}

#sales_ranking h2::after,
#advice h2::after,
#news_area h2::after,
#checkeditem h2::after {
  content: '';
  display: inline-block;
  position: absolute;
  top: 50%;
  left: 0.4em;
  transform: translateY(-50%);
}

@media screen and (max-width: 768px) {
  #sales_ranking h2,
  #advice h2,
  #news_area h2,
  #checkeditem h2 {
    font-size: 20px;
    margin-left: 10px;
    margin-right: 10px;
  }
  #sales_ranking h2::before,
  #advice h2::before,
  #news_area h2::before,
  #checkeditem h2::before {
    width: 32px;
    height: 33px;
  }
}

#sales_ranking .slick-slider,
#advice .slick-slider,
#checkeditem .slick-slider {
  padding: 0 5px;
  padding-bottom: 0;
  margin-bottom: 20px;
}
@media screen and (max-width: 768px) {
  #sales_ranking .slick-slider,
  #advice .slick-slider,
  #checkeditem .slick-slider {
    padding-bottom: 10vw;
  }
}

#sales_ranking .slick-list {
}

#sales_ranking button.slick-arrow,
#advice button.slick-arrow,
#checkeditem button.slick-arrow {
  width: 40px;
  height: 40px;
  background: #284C7F;
  border-radius: 50%;
  position: absolute;
  top: auto;
  left: auto;
  bottom: 0;
}

#sales_ranking button.slick-prev,
#advice button.slick-prev,
#checkeditem button.slick-prev {
  left: 0;
  margin-left: 10px;
}

#sales_ranking button.slick-next,
#advice button.slick-next,
#checkeditem button.slick-next {
  right: 0;
  margin-right: 10px;
}

#sales_ranking button.slick-prev::before,
#advice button.slick-prev::before,
#checkeditem button.slick-prev::before {
	width: 18px;
	height: 18px;
	position: absolute;
	border-top: 0;
  border-left: 0;
	top: 50%;
	left: 45%;
	margin-top: 0;
	margin-left: 0;
  -ms-transform: translate(-50%, -50%) rotate(180deg);
  -webkit-transform: translate(-50%, -50%)  rotate(180deg);
  transform: translate(-50%, -50%) rotate(180deg);

  background: url('data:image/svg+xml;charset=UTF-8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 4.5 7.9"><path fill="%23ffffff" d="M3.1,3.9l-3-3c-0.2-0.2-0.2-0.6,0-0.8c0,0,0,0,0,0c0.2-0.2,0.6-0.2,0.8,0 l3.4,3.4c0.2,0.2,0.2,0.6,0,0.8L1,7.7c-0.2,0.2-0.6,0.2-0.8,0s-0.2-0.6,0-0.8L3.1,3.9z" /></svg>') no-repeat center center;
}

#sales_ranking button.slick-next::before,
#advice button.slick-next::before,
#checkeditem button.slick-next::before{
	width: 18px;
	height: 18px;
	position: absolute;
	border-top: 0;
  border-right: 0;
	top: 50%;
	left: 52%;
	margin-top: 0;
	margin-left: 0;
  -ms-transform: translate(-50%, -50%) rotate(0);
  -webkit-transform: translate(-50%, -50%)  rotate(0);
  transform: translate(-50%, -50%) rotate(0);

  background: url('data:image/svg+xml;charset=UTF-8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 4.5 7.9"><path fill="%23ffffff" d="M3.1,3.9l-3-3c-0.2-0.2-0.2-0.6,0-0.8c0,0,0,0,0,0c0.2-0.2,0.6-0.2,0.8,0 l3.4,3.4c0.2,0.2,0.2,0.6,0,0.8L1,7.7c-0.2,0.2-0.6,0.2-0.8,0s-0.2-0.6,0-0.8L3.1,3.9z" /></svg>') no-repeat center center;
}


/*----------------------------------
  ranking
----------------------------------*/
#sales_ranking h2::after {
  width: 12px;
  height: 17px;
  background: url('data:image/svg+xml;charset=UTF-8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 12 16.9"><path fill="%23ffffff" d="M0,0v16.9l6-5.5,6,5.5V0H0ZM11,14.7l-5-4.6L1,14.6V1h10v13.7ZM2,2.9c0-.6.4-1,1-1s1,.4,1,1-.4,1-1,1-1-.4-1-1ZM6,3.9c.6,0,1-.4,1-1s-.4-1-1-1-1,.4-1,1,.4,1,1,1ZM9,3.9c.6,0,1-.4,1-1s-.4-1-1-1-1,.4-1,1,.4,1,1,1Z" /></svg>') no-repeat center center;
  background-size: 100% auto;
}

#sales_ranking .pickup_item {
  position: relative;
  padding-top: 10px;
}

#sales_ranking .label-warning {
  width: 36px;
  height: 36px;
  text-align: center;
  position: absolute;
  top: 10px;
  left: 12px;
  background: #5079B2;
  font-size: 12px;
  color: #ffffff;
  z-index: 2;
  display: inline-flex;
  align-items: center;
  justify-content: center;
}

#sales_ranking .label-warning::after {
  content: '';
  display: block;
  position: absolute;
  bottom: 0;
  right: 0;

  height: 100%;
  width: 100%;
  clip-path: polygon(100% 0, 100% 100%, 0 100%);
  z-index: -1;
}

#sales_ranking .label-warning.no1 {
  border-bottom: 0;
  background: #F98A28;
}

#sales_ranking .label-warning.no1::after {
  background: #E77612;
}

#sales_ranking .label-warning.no2 {
  background: #B8B8B8;
  border-bottom: 0;
}

#sales_ranking .label-warning.no2::after {
  background: #A5A5A5;
}

#sales_ranking .label-warning.no3 {
  background: #9D6A3D;
  border-bottom: 0;
}

#sales_ranking .label-warning.no3::after {
  background: #824B1B;
}


@media screen and (max-width: 768px) {
  #sales_ranking .label-warning {
    left: 5px;
  }
}


.pickup_item a:hover {
  opacity: 1;
}

/*----------------------------------
  category
----------------------------------*/
#category ul.category-nav li a {
  color: #4B341C;
}

#category ul.category-nav > li {
  background: #F9F6EA;
  color: #4B341C;
  margin-bottom: 5px;
}

#category ul.category-nav > li:hover,
#category ul.category-nav > li > a.active {
  background: #5A340C;
  color: #ffffff;
}

#category ul.category-nav > li:hover > a {
  opacity: 1;
  color: #ffffff;
}

#category ul.category-nav > li > a {
  border-bottom: none;
  padding: 17px 45px 17px 25px;
  text-decoration: none !important;
}

#category ul.category-nav > li > a::before {
  display: none;
}

#category ul.category-nav > li > a::after {
  content: '';
  display: inline-block;
  width: 22px;
  height: 22px;
  border-radius: 50%;
  background-image: url("data:image/svg+xml;base64,PHN2ZyBpZD0iX+ODrOOCpOODpOODvF8xIiBkYXRhLW5hbWU9IuODrOOCpOODpOODvF8xIiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZlcnNpb249IjEuMSIgdmlld0JveD0iMCAwIDIyIDIyIj4gIDxkZWZzPiA8c3R5bGU+IC5zdDAgeyBmaWxsOiAjZmZmOyB9IC5zdDEgeyBmaWxsOiAjNGQ3NGE5OyB9IC5zdDIgeyBmaWxsOiAjMjc0YTdhOyB9IDwvc3R5bGU+IDwvZGVmcz4gPHBhdGggY2xhc3M9InN0MSIgZD0iTTMuMiwzLjJDNy41LTEuMSwxNC41LTEuMSwxOC44LDMuMnM0LjMsMTEuMywwLDE1LjYtMTEuMyw0LjMtMTUuNiwwUy0xLjEsNy41LDMuMiwzLjJaIi8+IDxwYXRoIGNsYXNzPSJzdDIiIGQ9Ik0xOC44LDMuMmM0LjMsNC4zLDQuMywxMS4zLDAsMTUuNnMtMTEuMyw0LjMtMTUuNiwwYy4yLDAsMTUuNS0xNS42LDE1LjYtMTUuNloiLz4gPHBhdGggY2xhc3M9InN0MCIgZD0iTTkuMiw3LjVjLjMtLjIuNy0uMiwxLDBsMy40LDMuMWMuMi4yLjMuNiwwLC44LDAsMCwwLDAsMCwwbC0zLjQsM2MtLjMuMi0uNy4yLTEsMC0uMi0uMi0uMy0uNiwwLS44LDAsMCwwLDAsMCwwbDIuOS0yLjYtMi45LTIuNmMtLjItLjItLjMtLjYsMC0uOCwwLDAsMCwwLDAsMFoiLz48L3N2Zz4=");
	background-size: 100% auto;
  position: absolute;
  right: 1em;
  top: 50%;
  transform: translateY(-50%);
}

#category ul.category-nav > li:hover > a::after,
#category ul.category-nav > li > a.active::after {
  box-shadow: 0 0 1px 2px #7E5A35;
}

#category ul.category-nav > li > ul > li {
  background: none;
  border-bottom: 2px solid #BDAD9D;
}

#category ul.category-nav > li > ul > li a {
  border-bottom: none;
  padding: 17px 25px 17px 25px;
  color: #5A340C;
}

#category ul.category-nav > li > ul > li a:hover {
  background: #F9F6EA;
}

#category ul.category-nav > li > ul > li ul {
  border: none;
  top: 0;
  right: -222px;
}

#category ul.category-nav > li > ul > li ul a {
  background: #ffffff;
  border-bottom: 2px solid #BDAD9D;
}

#category ul.category-nav > li > ul > li:has(ul)::after {
  content: '';
  display: inline-block;
  background: url('data:image/svg+xml;charset=UTF-8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 4.5 7.9"><path fill="%23284C7F" d="M3.1,3.9l-3-3c-0.2-0.2-0.2-0.6,0-0.8c0,0,0,0,0,0c0.2-0.2,0.6-0.2,0.8,0 l3.4,3.4c0.2,0.2,0.2,0.6,0,0.8L1,7.7c-0.2,0.2-0.6,0.2-0.8,0s-0.2-0.6,0-0.8L3.1,3.9z" /></svg>') no-repeat center center;
  width: 5px;
  height: 8px;
  position: absolute;
  top: 50%;
  right: 1.4em;
  transform: translateY(-50%);
}

#category ul.category-nav > li > ul > li > ul li a:hover {
  background: #F9F6EA;
}

/*----------------------------------
  advice
----------------------------------*/

#advice h2::after {
  width: 18px;
  height: 18px;
  background: url('data:image/svg+xml;charset=UTF-8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 16.3 15.7"><path fill="%23ffffff" d="M4.3,15.7c-.2,0-.4,0-.6,0-.5-.1-.9-.5-1.1-.9-.2-.4-.3-.8-.2-1.2l.5-3c0-.3,0-.5-.2-.7L.6,7.7C.2,7.4,0,6.9,0,6.5s.2-1,.5-1.3c.3-.3.7-.5,1.1-.5l3-.4c.3,0,.5-.2.6-.5l1.3-2.7c.5-.9,1.6-1.3,2.5-.8.4.2.7.5.8.8l1.3,2.7c.1.2.4.4.6.5l3,.4c1,.1,1.7,1.1,1.6,2.1,0,.4-.2.8-.5,1.1l-2.2,2.1c-.2.2-.3.5-.2.7l.5,3c.2,1-.5,2-1.5,2.1-.4,0-.8,0-1.2-.2l-2.7-1.4c-.2-.1-.5-.1-.8,0l-2.7,1.4c-.3.1-.6.2-.9.2ZM8.2,13c.3,0,.6,0,.9.2l2.7,1.4c.2,0,.3.1.5,0,.5,0,.8-.5.7-1l-.5-3c-.1-.6,0-1.2.5-1.6l2.2-2.1c.1-.1.2-.3.2-.5,0-.5-.3-.9-.7-1l-3-.4c-.6,0-1.1-.5-1.4-1l-1.3-2.7c0-.2-.2-.3-.4-.4-.4-.2-.9,0-1.1.4l-1.3,2.7c-.3.5-.8.9-1.4,1l-3,.4c-.2,0-.4.1-.5.2-.2.2-.2.4-.2.6,0,.2,0,.4.3.6l2.2,2.1c.4.4.6,1,.5,1.6l-.5,3c0,.2,0,.4,0,.5.1.2.3.3.5.4.2,0,.4,0,.6,0l2.7-1.4c.3-.1.6-.2.9-.2Z" /></svg>') no-repeat center center;
  background-size: 100% auto;
  left: 0.3em;
}

/*----------------------------------
  checkeditem
----------------------------------*/

#checkeditem h2::after {
  width: 17px;
  height: 13px;
  background: url('data:image/svg+xml;charset=UTF-8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 14.9 11"><path fill="%23ffffff" d="M6.4,11L0,4.6,2.6,2l3.9,3.9L12.3,0l2.6,2.6L6.4,11ZM1.4,4.6l5,5,7-7-1.2-1.2-5.8,5.8-3.9-3.9-1.2,1.2Z" /></svg>') no-repeat center center;
  background-size: 100% auto;
  left: 0.3em;
}

#checkeditem .btn {
  background: #284C7F;
  margin-left: auto;
  transform: translateY(1px);
}

@media screen and (max-width: 768px) {
  #checkeditem a.btn {
    transform: translateY(5px) translateX(-10px);
  }
}

/*----------------------------------
  news_area
----------------------------------*/
#news_area h2::after {
  width: 8px;
  height: 20px;
  background: url('data:image/svg+xml;charset=UTF-8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 7.9 19.2"><path fill="%23ffffff" d="M3.5,19.2s0,0,0,0c-.6,0-1.1-.3-1.5-.7-1.1-1.1-.6-3.7,0-5.7l.5-2.1c-.2.1-.4.2-.6.3-.7.3-1.5,0-1.7-.8-.2-.5,0-1,.3-1.4h.1c.5-.7.8-1.1,1.4-1.6.7-.6,1.4-1,2.1-.9.6,0,1.1.3,1.5.7,1.2,1.2.7,3,.3,4.5,0,.3-.1.6-.2.8,0,0-.3,1.5-.5,2.5.2-.1.4-.2.6-.3h0c.3-.1.7-.1,1,0,.3.1.5.4.7.7.2.5,0,1.1-.3,1.4h0c-.5.7-.8,1-1.4,1.6-.7.6-1.3,1-2,1ZM3.9,8.7l-.9,4.2s0,0,0,.1c-.7,2.4-.7,4.1-.2,4.7.2.3.5.4.8.4.4,0,.9-.2,1.3-.7.6-.5.9-.9,1.4-1.4h.1c.1-.3.2-.4.1-.5,0,0,0-.1-.1-.2,0,0-.1,0-.2,0l-.2-.5.2.5c-.5.2-1,.5-1.5.8l-1,.6.2-1.1s.7-3.4.8-3.5c0-.3.1-.6.2-.9.3-1.3.7-2.7,0-3.5-.2-.3-.5-.4-.8-.4-.4,0-.9.2-1.3.7-.5.5-.9.9-1.3,1.4l-.2.2c-.1.1-.2.3-.1.4,0,.1.2.2.3.2.5-.2,1-.5,1.5-.8l1-.6ZM5,5.8c-.7,0-1.3-.2-1.9-.7-.6-.5-1-1.2-1-2C1.9,1.6,3.1.2,4.7,0c1.6-.1,3,1,3.2,2.7.1,1.6-1,3-2.7,3.2h0c0,0-.2,0-.3,0ZM5.1,4.8v.5s0-.5,0-.5c1.1,0,1.8-1,1.7-2.1,0-1.1-1-1.8-2.1-1.7-1.1,0-1.8,1-1.7,2.1,0,.5.3,1,.7,1.3.4.3.9.5,1.4.4Z" /></svg>') no-repeat center center;
  background-size: 100% auto;
  left: 0.45em;
}

#news_area .newslist {
  background: none;
  border: 0;
}
@media screen and (max-width: 768px) {
  #news_area .newslist {
    margin: 0 10px;
  }
}

#news_area .newslist dl {
  background: none;
  position: relative;
  margin-bottom: 0.5em;
  border-top: 1px solid #5A340C;
  border-bottom: 1px solid #5A340C;
}

#news_area .angle-circle {
  background: url('data:image/svg+xml;charset=UTF-8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 9.7 6.4"><path fill="%23284C7F" d="M9.5.3c.3.4.3.9,0,1.3l-4.1,4.6c-.3.3-.8.4-1.1,0,0,0,0,0,0,0L.2,1.7C0,1.3,0,.7.2.4.5,0,1,0,1.3.3c0,0,0,0,0,0l3.5,3.8L8.3.3c.3-.3.7-.4,1.1,0,0,0,0,0,0,0Z" /></svg>') no-repeat center center;
  background-size: 10px auto;
  border: none;
  width: 10px;
  height: 7px;
  top: 50%;
  transform: translateY(-50%);
}

#news_area dt.active .angle-circle  {
  transform: rotate(180deg);
}

#news_area dd {
  margin-bottom: 0;
  border-top: 0;
}

#news_area .angle-circle::before {
  display: none;
}

/*----------------------------------
  list
----------------------------------*/

#page_product_list #main_middle h2 {
  font-size: 30px;
  border: none;
  font-weight: bold;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

@media screen and (max-width: 768px) {
  #page_product_list #main_middle h2 {
    font-size: 20px;
    font-size: 2.0rem;
    margin-top: 0;
    padding-bottom: 0;
  }

  #result_info_box.row,
  #item_list {
    padding: 0 10px !important;
  }
}

/*----------------------------------
  pagination
----------------------------------*/
.pagination {
  padding: 0 10px;
}


@media only screen and (max-width: 767px) {
  #topicpath ol {
    padding: 10px 0;
  }
}

/*----------------------------------
  help/about
  help/tradelaw
----------------------------------*/

#help_about .row,
#tradelaw_wrap .row,
#privacy_box .row {
  margin: 0 !important;
  padding: 0 !important;
}

#help_about .col-md-10,
#help_about .col-md-offset-1,
#tradelaw_wrap .col-md-10,
#tradelaw_wrap .col-md-offset-1,
#privacy_box .col-md-10,
#privacy_box .col-md-offset-1 {
  margin: 0 !important;
  padding: 0 !important;
  width: 100% !important;
}

@media only screen and (max-width: 767px) {
  #tradelaw_wrap .col-md-10,
  #privacy_box .col-md-10 {
    margin: 0 0.5em !important;
    width: calc(100% - 1em) !important;
  }
}

/*----------------------------------
  product_point_icon_box
----------------------------------*/

.product_point_icon_box_item {
  font-size: 12px;
}

.product_point_icon_box_item.point_exclude span {
  font-size: 12px;
  padding: 2px 5px;
}

@media only screen and (max-width: 767px) {
  .product_point_icon_box_item.point_exclude span {
    font-size: 3.2vw;
    padding: 2px 5px;
  }
}

.product_point_icon_box_item svg {
  width: 20px;
  height: 20px;
  transform: translateY(-2px);
}

/*----------------------------------
  item_icon
----------------------------------*/

.item_icon li {
  border-radius: 3px;
}

/*----------------------------------
  login
----------------------------------*/



#login_box .column {
  background: #F9F6EA;
  border-radius: 10px;
  padding: 30px 16px;
}


/*----------------------------------
  flowline
----------------------------------*/

.flowline li {
  color: #5A340C;
}

.flowline li .flow_number {
  background: #5A340C;
}

.flowline li.active {
  color: #284C7F;
}

.flowline li.active .flow_number {
  background: #284C7F;
}

/*----------------------------------
　mypage
----------------------------------*/

.local_nav {
  margin-bottom: 1em;
}
/* 酒類販売記載   */
#footer #footer_liquortraffic {
	border-top: 1px solid #fff;
    border-bottom: 1px solid #fff;
    padding: 15px 10px 0;
	background: #284C7F;
}
#footer #footer_liquortraffic p {
    width:100%;
	max-width:1000px; 
    margin: 0 auto;
    color: #fff;
    font-weight: 700;
	background: #284C7F;
}
#footer #footer_liquortraffic p span{
    padding: 0 20px;
    position: relative;
}
#footer #footer_liquortraffic p span::before,
#footer #footer_liquortraffic p span::after{
    content: "";
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 12px 7.5px 0 7.5px;
    border-color: #fff transparent transparent transparent;
    position: absolute;
    top: 4px;
}
#footer #footer_liquortraffic p span::before{
    left: -0px;
}
#footer #footer_liquortraffic p span::after{
    right: 0;
}
#footer #footer_liquortraffic ul {
    max-width: 1000px;
    margin: 0 auto;
    padding: 0 0 15px;
    border: none;
}
#footer #footer_liquortraffic li {
    color: #fff;
    display: block;
    margin-left: 0;
    padding-left: 20px;
    text-align: left;
    position: relative;
}
#footer #footer_liquortraffic li::before{
    content: "";
    width: 13px;
    height: 13px;
    background: #fff;
    position: absolute;
    top: 4px;
    left: 0;
}
/* 酒類販売記載 end */
