@charset "EUC-JP";
/*------------------------------------------------
　共通設定
------------------------------------------------*/

/* reset */

body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,
form,fieldset,input,textarea,
th,td,p,ul,li {margin:0;padding:0;}
table {border-collapse:collapse;border-spacing:0;}
fieldset,img {border:0;}
ul {list-style:none;}
ol {padding:0 0 0 1.2em;}
ol li {padding:0 0 1em;}
caption,th {text-align:left;}
h1,h2,h3,h4,h5,h6 {font-size:100%;font-weight:normal;}
q:before,q:after {content:'';}
abbr,acronym {border:0;}


/* common */
html{
  _scroll-behavior: smooth;
}

body{
  margin:0;
  padding:0;
  font-size:14px;
  line-height:1.7;
  font-family:"ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro","メイリオ",Meiryo,"ＭＳ Ｐゴシック",sans-serif;
  color:#333333;
}

a{
  transition: 0.4s;
  color:#000;
  text-decoration:none;
}

a:hover{
  color:#1e94d8;
  text-decoration:none;
}

a img{
  transition: 0.4s;
}

a:hover img{
  opacity:0.50;
}

img{
vertical-align: top;
}


.left{float:left;}
.right{float:right;}
.center{margin:0 auto;}
.clear{clear:both;}



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

#header{
  width:960px;
  margin:0 auto;
  padding:0 0 20px;
  overflow: hidden;
  position: relative;
}

#header #tagline{
  width: 485px;
  padding:20px 0 10px;
  margin: 0;
  font-size:10px;
  line-height:1.1;
  color:#000;
}

/*-----search-----*/


#search{
  position: absolute;
  right: 0;
  top: 15px;
  width: 475px;
  margin:0 0 10px;
  text-align: right;
}

#search_sp,
#modal_sp{
  display: none;
}

#search .search_icon{
  display: inline-block;
  width: 22px;
  height: auto;
  padding: 2px 8px 0 0;
}

#search .cp_ipselect {
  display: inline-block;
  position: relative;
  width: 183px;
  height: 26px;
  margin: 0 5px 0 0;
}

#search .cp_ipselect select {
  box-sizing: border-box;
  width: 100%;
  box-sizing: border-box;
  padding: 0 20px 0 8px;
  cursor: pointer;
  text-overflow: ellipsis;
  outline: none;
  box-shadow: none;
  -webkit-appearance: none;
  appearance: none;
  border: 1px solid #b9b9b9;
  border-radius: 5px;
  background: #ffffff;
  color: #666666;
  line-height: 25px;
  height: 27px;
}

#search .cp_ipselect select::-ms-expand {
  display: none;
}

#search .cp_ipselect::before {
  position: absolute;
  top: 50%;
  right: 10px;
  width: 0;
  height: 0;
  padding: 0;
  content: '';
  border-left: 6px solid transparent;
  border-right: 6px solid transparent;
  border-top: 6px solid #666666;
  pointer-events: none;
  margin-top: -3px;
}

#search .search_txt,
#search .search_txt:focus{
  display: inline-block;
  width: 170px;
  height: 25px;
  margin: 0 5px 0 0;
  padding: 0 5px;
  border: 1px solid #b9b9b9;
  border-radius: 5px;
  outline: none;
  background: #edf8ff;
}


#search .btn_search{
  display: inline-block;
  width:70px;
  height:27px;
  line-height: 27px;
  background:#1e94d8;
  color: #fff;
  text-align: center;
  border:none;
  border-radius: 5px;
}

#header .btn_menu{
  display:none;
}


#shop_title{
  width:410px;
  height:auto;
  margin:0;
  padding:0;
  float:left;
}

#shop_title img{
  width:100%;
  height:auto;
}

ul#h_nav{
  width:495px;
  height: 84.6px;
  float: right;
  padding: 20px 0 0;
}

ul#h_nav li{
  height: 84.6px;
  float:left;
}

ul#h_nav li a{
  display: block;
  width: 90px;
  height: 84.6px;
  padding: 0 5px;
}

ul#h_nav li a img{
  display: none;
}

ul#h_nav li a.h_nav_top{
  background: url("https://file001.shop-pro.jp/PA01123/196/common/h_nav_pc_top.png") no-repeat center top;
  background-size: 90px auto;
}

ul#h_nav li a.h_nav_mypage{
  background: url("https://file001.shop-pro.jp/PA01123/196/common/h_nav_pc_mypage.png") no-repeat center top;
  background-size: 90px auto;
}

ul#h_nav li a.h_nav_contact{
  background: url("https://file001.shop-pro.jp/PA01123/196/common/h_nav_pc_contact.png") no-repeat center top;
  background-size: 90px auto;
}

ul#h_nav li a.h_nav_cart{
  background: url("https://file001.shop-pro.jp/PA01123/196/common/h_nav_pc_cart.png") no-repeat center top;
  background-size: 90px auto;
}

ul#h_nav li a.h_nav_guide{
  background: url("https://file001.shop-pro.jp/PA01123/196/common/h_nav_pc_guide.png") no-repeat right top;
  background-size: 90px auto;
  padding: 0 0 0 5px;
}

/*------------------------------------------------
　main
------------------------------------------------*/


#main{
  width:960px;
  margin:0 auto;
  padding:0;
  background: #fff;
}

h1{
  width:700px;
  margin:0 0 30px 0;
}

h1 img{
  width: 100%;
}

h1 p{
  text-align: center;
  font-size: 24px;
  padding: 15px 0 0;
}

h3{
  font-size:16px;
  font-weight:bold;
}

p.category_txt{
  margin:0 0 30px 0;
}

/*------------------------------------------------
　contents
------------------------------------------------*/

#contents,
#category{
  width:700px;
  float:right;
}

ul.list_kome li {
  padding:10px 0 0 1em;
  position: relative;
}

ul.list_kome li:before {
  content: "※";
  position: absolute;
  left : 0;
}

ul.list_dot li {
  padding:0 0 0 1em;
  position: relative;
}

ul.list_dot li:before {
  content: "・";
  position: absolute;
  left : 0;
}

/*------------------------------------------------
　side_menu
------------------------------------------------*/

#side_menu{
  width:230px;
  margin: 0;
  padding:0;
  float:left;
}

#side_menu h2{
  width:230px;
  height:19px;
  margin:0 0 12px 0;
  padding:0;
  background:url(https://file001.shop-pro.jp/PA01123/196/common/title_second_hand.gif) no-repeat left top;
  background-size:230px auto;
  text-indent:-99999px;
  overflow:hidden;
}

#side_menu h3{
  padding: 10px 0 0 5px;
  font-size: 15px;
  font-weight: bold;
  border-bottom: 1px solid #000;
}

#side_menu h3 span{
font-size: 11px;
font-weight: normal;
}

#menu_categoty,
#menu_brand,
#menu_mobile,
#menu_mail_magazine{
  width:230px;
  margin:0 0 30px 0;
  padding:0;
}


/*-----categoty-----*/

#menu_categoty ul,
#menu_brand ul{
  width:230px;
  margin:0;
  padding:0;
}

#menu_categoty ul.menu_categoty_l > li{
  display:block;
  width:230px;
  margin:0;
  padding:10px 0 0 0;
  border-bottom: 1px solid #b9b9b9;
  border-top: 1px solid #b9b9b9;
  vertical-align: middle;
  font-weight: bold;
  overflow: hidden;
  line-height: 1.5;
}

#menu_categoty ul.menu_categoty_l > li:first-child{
  border-top: none;
}

#menu_categoty ul.menu_categoty_l > li span{
  font-size: 10px;
  display: block;
  font-weight: normal;
}

#menu_categoty ul.menu_categoty_l > li img{
  float: left;
  padding: 0 10px 10px 0;
  width: 50px;
  height: auto;
}

#menu_categoty ul.menu_categoty_l .menu_categoty_s{
  list-style:none;
  margin:0;
  padding:0;
}

#menu_categoty ul.menu_categoty_l .menu_categoty_s:last-child{
  border-bottom: 1px dotted #b9b9b9;
}
#menu_categoty ul.menu_categoty_l .menu_categoty_s li{
  border-bottom: 1px dotted #b9b9b9;
  background:none !important;
}

#menu_categoty ul.menu_categoty_l .menu_categoty_s li:last-child{
  border-bottom:none;
}
#menu_categoty ul.menu_categoty_l .menu_categoty_s li a{
  width:225px;
  padding:7px 0 7px 5px;
  display:block;
}


/*-----brand-----*/

#menu_brand ul li{
  width:230px;
  margin:0;
  border-bottom: 1px dotted #b9b9b9;
}

#menu_brand ul li a{
  display:block;
  width:225px;
  padding:10px 0 10px 5px;
  display:block;
}

#menu_brand ul li a span{
  font-size: 12px;
}


/*-----menu_list-----*/

#menu_list{
  width:230px;
  margin:0 0 30px 0;
  padding:0;
  background:url(https://file001.shop-pro.jp/PA01123/196/common/dotline_gray.gif) repeat-x left top;
}

#menu_list li{
  width:230px;
  height:29px;
  margin:0;
  padding:0 0 1px 0;
  background:url(https://file001.shop-pro.jp/PA01123/196/common/dotline_gray.gif) repeat-x left bottom;
}

#menu_list li a{
  width:210px;
  height:29px;
  margin:0;
  padding:0 0 0 20px;
  background:url(https://file001.shop-pro.jp/PA01123/196/common/arrow_black.gif) no-repeat 11px 5px;
  line-height:29px;
}

/*------------------------------------------------
　商品カテゴリｰエリア背景色
------------------------------------------------*/

.side_cat_bg {
  width:190px;
  background:transparent url(https://img.shop-pro.jp/tmpl_img/26/side_cat_bg.gif) 0px 0px repeat-y;
  margin-bottom:25px;
}

.side_cat_title {
  height:30px;
  background:transparent url(https://img.shop-pro.jp/tmpl_img/26/side_cat_title_bg.jpg) no-repeat;
  color:#000;
  padding-left:15px;
  font-weight:bold;
}

.side_cat_text {
  border-bottom:1px #d2edff solid;
  padding:10px 15px 10px 30px;
  background:transparent url(https://img.shop-pro.jp/tmpl_img/26/icon_side01.gif) no-repeat 15px 13px;
  line-height:0px;
}

.side_cat_bottom {
  height:18px;
  background: url(https://img.shop-pro.jp/tmpl_img/26/side_cat_bottom_bg.jpg) no-repeat;
}

.side_cat_text a {color: #eb5050;}
.side_cat_text a:link  {color: #eb5050;text-decoration: none;}
.side_cat_text a:visited {color: #eb5050;text-decoration: none;}
.side_cat_text a:active  {color: #eb5050;text-decoration: none;}
.side_cat_text a:hover   {color: #ff7a21;text-decoration: none;}


/*------------------------------------------------
　カートの中 - 商品名・価格ボタン色/枠線色
------------------------------------------------*/
.cart_item {
  border-left: 3px solid #dacdb9;
  border-right: 3px solid #dacdb9;
  margin: 3px 0px 3px 0px;
  padding-left:5px;
  font-size:80%;
}
  
  
/*------------------------------------------------
　会員専用ページ
------------------------------------------------*/
#btn_members_login,
#btn_members_logout {
  text-align:center;
}
#btn_members_signup {
  padding:7px 0px 0px;
  margin:10px 0px 0px;
  border-top:#d2edff dotted 1px;
  text-align:center;
}
#btn_members_signup span,
#btn_members_logout span {
  display:block;
  font-size:10px;
  line-height:1.1em;
  padding-bottom:3px;
  text-align:center;
}

/*------------------------------------------------
　フッターメニュー
------------------------------------------------*/

#footer_frame{
  width:100%;
  margin:0;
  padding:30px 0;
  background:#d2eaf7;
  clear:both;
  overflow:hidden;
}

#footer{
  width:950px;
  margin:0 auto;
  padding:0;
}

.copyright{
  font-size:12px;
  margin: 0;
  clear: both;
}

#footer_left{
float: left;
width: 500px;
  margin:0 0 30px 0;
}

#footer_left ul.link_list{
  margin:0;
  padding:0;
  overflow: hidden;
}

#footer_left ul.link_list li{
  width: 220px;
  margin:0;
  padding:0;
  float:left;
  line-height:30px;
}

#footer_left ul.link_list li a{
  color:#000;
  text-decoration:none;
}

.arrow{
  position: relative;
  display: inline-block;
  padding: 0 0 0 16px;
  vertical-align: middle;
  text-decoration: none;
}
.arrow::after{
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  margin: auto;
  content: "";
  vertical-align: middle;
}

.arrow::before{
  position: absolute;
  top: 0;
  bottom: 0;
  left: 3px;
  width: 4px;
  height: 4px;
  margin: auto;
  content: "";
  vertical-align: middle;
  border-top: 1px solid #000;
  border-right: 1px solid #000;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}

#footer_right{
  float: right;
  width: 450px;
  margin:0 0 30px 0;
}

.f_txt{
  margin-bottom: 25px;
  text-align: right;
}

#f_sns{
  text-align: center;
  height: 26px;
  overflow: hidden
}

.sns_link{
  display: inline-block;
  vertical-align: top;
}

#f_sns > p{
  display: inline-block;
  color: #1e94d8;
  line-height: 26px;
}

.sns_link li{
  display: inline-block;
  width:auto;
  height: 26px;
  margin:0;
  padding:0 0 0 15px;
}

.sns_link li a img{
  width:auto;
  height: 100%;
}

#btn_pagetop {
  position:fixed;
  bottom:15px;
  right:20px;
  width:42px;
  height:42px;
}

#btn_pagetop img {
  width:100%;
}


/*------------------------------------------------
　コンテンツ共通
------------------------------------------------*/

.main_title {
  width:100%;
  line-height:2.6;
  background:#1e94d8;
  color:#fff;
  font-weight:bold;
  padding:0 10px 0 15px;
  box-sizing: border-box;
  font-size:16px;
}
  
  
/*------------------------------------------------
　会員専用価格の表示　トップページ用
------------------------------------------------*/

.regular_price_top {
  padding:0px;
  margin:0px;
  font-size:11px;
  text-decoration:line-through;
  color:#666666;
}

.price_top {
  padding:0px;
  margin:0px;
}

.discount_rate_top {
  padding:0px;
  margin:0px;
  color:#ff0000;
}


/*------------------------------------------------
　top
------------------------------------------------*/

.info_bg {
  background:transparent url(https://img.shop-pro.jp/tmpl_img/26/info_bg.jpg) 0px 0px repeat-y;
  padding:0px 0px 5px;
  width:565px;
}

.info_title {
  background:transparent url(https://img.shop-pro.jp/tmpl_img/26/info_top_bg.jpg) 0px 0px no-repeat;
  color:#000;
  font-weight:bold;
  padding:7px 15px;
  margin:0px;
}

.info_text {
  color:#333333;
  padding:0px 15px;
}
  
.info_text_bottom {
  margin-top:10px;
}
  
.info_block {
  width:550px;
  margin:0px auto;
  padding:15px 0px 0px;
  background:#ffffff;
}
  
.info_bottom {
  background:transparent url(https://img.shop-pro.jp/tmpl_img/26/info_bottom_bg.jpg) 0px 0px no-repeat;
  height:5px;
  margin-bottom:20px;
}


/*------------------------------------------------
　フリースペース
------------------------------------------------*/

.free_space {
  color:#333333;
  margin-bottom: 15px;
}


/*------------------------------------------------
　一覧表示　並び順を変更(商品一覧）
------------------------------------------------*/

.sort_01 {
  width: 564px;
  height: 30px;
  color: #432A16;
  font-size:80%;
  background: url(https://img.shop-pro.jp/tmpl_img/26/sort_bg.gif) no-repeat;
  margin-bottom: 1px;
}

.sort_01 a,
.sort_01 a:link,
.sort_01 a:visited {
  color:#eb5050;
  text-decoration:none;
}

.sort_01 a:active,
.sort_01 a:hover {
  color:#ff7a21;
  text-decoration:none;
}

/* 会員専用価格の表示 商品一覧用 */

.regular_price_all {
  padding:0px 0px 2px;
  font-size:11px;
  text-decoration:line-through;
  color:#666666;
  margin:0px;
}

.price_all {
  padding:0px;
  margin:0px;
}

.discount_rate_all {
  padding:2px 0px 0px;
  color:#ff0000;
  margin:0px;
}


/*------------------------------------------------
　一覧表示　並び順を変更(商品検索結果）
------------------------------------------------*/

.sort_02 {
  width: 564px;
  height: 28px;
  color: #432A16;
  font-size:80%;
  background: url(https://img.shop-pro.jp/tmpl_img/26/sort_bg.gif) no-repeat;
  margin-bottom: 1px;
}

.sort_02 a,
.sort_02 a:link,
.sort_02 a:visited {
  color:#eb5050;
  text-decoration:none;
}

.sort_02 a:active,
.sort_02 a:hover {
  color:#ff7a21;
  text-decoration:none;
}

/* 会員専用価格の表示 商品検索結果用 */

.regular_price_search {
  padding:0px 0px 2px;
  font-size:11px;
  text-decoration:line-through;
  color:#666666;
  margin:0px;
}

.price_search {
  padding:0px;
  margin:0px;
}

.discount_rate_search {
  padding:2px 0px 0px;
  color:#ff0000;
  margin:0px;
}


/*------------------------------------------------
　一覧表示　商品数と表示数
------------------------------------------------*/

.sort {
  overflow:hidden;
  height:18px;
   line-height: 18px;
  margin:0 0 20px 0;
  padding:0;
  text-align:right;
}

.sort a {
  color: #1e94d8;
}

.sort li,
.sort p{
  display:inline-block;
  height:18px;
  margin:0;
  padding:0 7px;
}

.pagenavi {
  clear: both;
  width:700px;
  margin: 0 0 20px 0;
  text-align: center; 
}

.pagenavi li {
  display: inline-block;
}

.pagenavi li:first-child {
  margin: 0 10px 0 0 ;
}

.pagenavi li:last-child {
  margin: 0 0 0 10px;
}

.pagenavi li span {  
  display:block;
  width:26px;
  height: 26px;
  line-height:26px;
  text-decoration: none !important;
  color:#1e94d8;
  font-weight:bold;
}

.pagenavi li a{  
  display:block;
  width:26px;
  height: 26px;
  line-height:26px;
  text-decoration: none !important;
}

.pagenavi li a:hover {  
  display:block;
  width:26px;
  height: 26px;
  line-height:26px;
  text-decoration: none !important;
  background: #edf8ff;
}

.pagenavi li.btn_navi {
  font-size: 12px;
  display: inline-block;
  padding: 0;
  text-align: center;
  vertical-align: top;
} 

.pagenavi li.btn_navi a{
  display: block;
  background:#1e94d8;
  color:#fff !important;
}

.pagenavi li.btn_navi a:hover{
  background:#0a80c4;
}

.pagenavi li.btn_navi span{
  display: block;
  background:#b9b9b9;
  color:#fff;
}


/*------------------------------------------------
　商品一覧表示のレイアウト
------------------------------------------------*/

.product_item {
  text-align:center;
  width:175px;
  margin:0px auto;
}

.product_item img {
  padding: 4px;
  border: 1px #d2edff solid;
}

.product_item .name {
  line-height: 120%;
  margin:10px 0px 0px;
}
  
.product_item .name img{
  vertical-align:middle;
}

.product_item .price {
  margin:5px 0px 0px;
  color: #333333;
}

.product_item .expl {
  color: #999;
  font-size:80%;
  line-height:120%;
  text-align: left;
  margin:5px 0;
}


/*------------------------------------------------
　ぱんくずリスト
------------------------------------------------*/

.footstamp {
  width:100%;
  margin:0;
  padding:0 0 10px;
  font-size:12px;
  line-height:1.7;
}

.footstamp a{color:#46adf0;text-decoration:none;}
.footstamp a:hover{color:#0077c4;text-decoration:none;}


/*------------------------------------------------
　商品が無い時の表示
------------------------------------------------*/
.nodata {
  width: 90%;
  padding: 20px 5% 50px;
  text-align: center;
}



/*------------------------------------------------
　商品詳細　レイアウト
------------------------------------------------*/

#detail {
  text-align:center;
}

#detail .expl {
  line-height:150%;
  text-align: left;
  margin: 10px 10px 5px 10px;
}

#detail .main_img {
  padding: 4px;
  border:1px #d2edff solid;
}

#detail .sub {
  float: left;
  width: 188px;
  text-align: center;
}

#detail .sub img {
  width: 160px;
  padding: 4px;
  border:1px #d2edff solid;
}

#detail .table {
  width: 400px;
  background:transparent url(https://img.shop-pro.jp/tmpl_img/26/detail_table_bg.jpg) left top repeat-y;
  text-align:left;
  margin:20px auto 30px;
}

#detail .table .cell_1 {
  width: 130px;
  height: 28px;
  color: #000;
  font-weight:bold;
  border-right: 2px #ffffff solid;
  border-bottom:2px #ffffff solid;
}

#detail .table .cell_2 {
  width: 270px;
  height: 28px;
  color: #000;
  background:#f2ebe0;
  border-bottom:2px #ffffff solid;
}

#detail .table .cell_mar {
  margin: 0px 5px 0px 15px;
}

/* 特定商取引法に基づく表記（返品など）ボタン */

p#sk_link_other {
  text-align:center;
  margin-top:10px;
}

p#sk_link_other a {
  font-size:12px;
}

/* 会員専用価格の表示 商品詳細用 */  

.regular_price_detail {
  padding:5px 0px 0px;
  margin:0px;
  text-decoration:line-through;
}

.price_detail {
  padding:0px;
  margin:0px;
  color:#ff0000;
  font-weight:bold;
}

.discount_rate_detail {
  padding:0px 0px 5px;
  margin:0px;
  color:#ff0000;
}

/*------------------------------------------------
　この商品を買った人はこんな商品も買ってます
------------------------------------------------*/

#together {
  margin: 0px 10px 0px 10px;
}

#together .tog_main_title {
  font-weight:bold;
  margin:30px 0px 5px;
  color:#000;
  padding:5px 10px;
  background:#edf8ff;
}

#together .together_list {
  margin:10px 3px 10px 3px;
  float:left;
  width: 170px;
  text-align:center;
}

#together img {
  padding: 4px;
  border: 1px #d2edff solid;
}

/*------------------------------------------------
　トラックバック
------------------------------------------------*/

#trackback {
  margin: 0px 10px 20px 10px;

}

#trackback .tb_main_title {
  font-weight:bold;
  margin:30px 0px 5px;
  color:#000;
}


#trackback .tb_url {
  font-size:11px;
  padding:10px 13px;
  background:#edf8ff;
  color:#000;
}

#trackback .tb {
  margin:0px 0px 5px;
  border:1px solid #d2edff;
}

#trackback .tb_date {
  font-size:80%;
  padding: 10px 10px 10px 10px;
}

#trackback .tb_title {
  padding: 0px 10px 10px 10px;
  color:#000;
}

#trackback .tb_body {
  line-height: 150%;
  padding: 10px 10px 10px 10px;
  border-top: 1px dotted #d2edff;
  border-bottom: 1px dotted #d2edff;
}

#trackback .tb_state {
  padding: 5px 10px 5px 10px;
}


/*------------------------------------------------
　商品オプションページ
------------------------------------------------*/

#Option .option_table {
  width: 564px;
  margin-bottom:5px;
  border-left: 1px solid #dacdb9;
  border-top: 1px solid #dacdb9;
}

#Option .option_cell1 {
  font-size: 11px;
  text-align:left;
  font-weight:normal;
  padding:5px;
  border-right: 1px solid #dacdb9;
  border-bottom: 1px solid #dacdb9;
  padding-left: 6px;
}

#Option .option_cell2 {
  font-size:80%;
  text-align:left;
  padding:5px;
  border-right: 1px solid #dacdb9;
  border-bottom: 1px solid #dacdb9;
  background-color:#FFFFFF;
  padding: 2px 6px 2px 6px;
}

#Option .option_cell3 {
  font-size:80%;
  text-align:left;
  padding:5px;
  border-right: 1px solid #dacdb9;
  border-bottom: 1px solid #dacdb9;
  background-color:#FFFFFF;
  padding: 2px 10px 2px 6px;
}

/* 会員専用価格の表示 オプション用 */

.regular_price_stock {
  padding:0px;
  margin:0px;
  font-size:11px;
  text-decoration:line-through;
  color:#666666;
}

.price_detail_stock {
  padding:0px;
  margin:0px;
}

.discount_rate_stock {
  padding:0px;
  margin:0px;
  color:#ff0000;
}

/*------------------------------------------------
　特定商取引法・お支払い方法・配送設定について
------------------------------------------------*/

#ShopKeeper {
  width: 100%;
  margin:20px 0 70px;
}


#ShopKeeper th {
  width: 200px;
  padding:10px;
  border-bottom: 2px solid #ffffff;
  font-weight: normal;
  text-align:left;
  background: #edf8ff;
}

#ShopKeeper td {
  padding:10px;
  text-align:left;
}
  
#ShopKeeper td table th,
#ShopKeeper td table td,
#ShopKeeper td table,
#ShopKeeper td table {
  border-right:none;
  border-top:none;
  border-left:none;
  border-bottom:none;
}
  
#ShopKeeper th img,
#ShopKeeper td img {
  vertical-align:middle;
}
  
/* 検索結果 */

.txt-search {
  padding:5px 10px;
  background:#edf8ff;
  border-bottom:#ffffff solid 1px;
}

.txt-hitNum {
  margin-bottom:15px;
  padding:5px 10px;
  background:#edf8ff;
}

.txt-search strong,
.txt-hitNum strong {
  color:#000;
  font-weight:bold;
}

/* オプションリンク */

.txt-optionLink {
  margin-bottom:15px;
  font-weight:bold;
  padding:0px 0px 0px 15px;
  background:transparent url(https://img.shop-pro.jp/tmpl_img/26/icon_side01.gif) no-repeat 0px 5px;
  line-height:0px;
}

ul.product-linkList li {
  margin-bottom:5px;
  padding:0px 0px 0px 15px;
  background:transparent url(https://img.shop-pro.jp/tmpl_img/26/icon_side01.gif) no-repeat 0px 5px;
  line-height:0px;
}

/*------------------------------------------------
　プライバシーポリシー
------------------------------------------------*/

.box_line {
  border-bottom: 1px solid #b9b9b9;
  padding: 20px 10px;
}

.box_info{
  padding: 10px 10px 0;
}
  
.box_info a, .box_line a, #ShopKeeper  a{
  color:#46adf0;
  text-decoration:none;
}  

.box_info a:hover, .box_line a:hover, #ShopKeeper a:hover {
  color:#46adf0;
  text-decoration:underline;
}

.pe_title {
  font-weight:bold;
  margin:0 0 10px;
}

.pe_note {
}
  
  
  
/*------------------------------------------------
　common
------------------------------------------------*/


h2.title_bk{
  width:700px;
  height:28px;
  line-height:28px;
  font-size:16px;
  font-weight:bold;
  margin:0 0 20px 0;
  padding:0 0 5px;
  border-bottom:1px solid #000;
  text-align: left;
}

.balloon_l {
  position: relative;
  display: inline-block;
  margin: 0 0 3px 20px;
  padding: 6px 10px;
  line-height:16px;
  font-size: 14px;
  background: #d2eaf7;
  color:#1e94d8;
  border-radius: 2px;
}

.balloon_l:before {
  content: "";
  position: absolute;
  top: 50%;
  left: -20px;
  margin-top: -8px;
  border: 8px solid transparent;
  border-right: 15px solid #d2eaf7;
}



/*------------------------------------------------
　new_info
------------------------------------------------*/

#new_info,
#new_item,
#relation_item{
  width:700px;
  margin:0 0 40px 0;
  padding:0;
  clear:both;
}

#new_info h2.title_bk{
  margin:0 !important;
}

#new_info dl{
  width:700px;
  margin:0;
  padding:0;
}

#new_info dl dt{
  width:70px;
  margin:0;
  padding:5px 0 0 5px;
  float:left;
}

#new_info dl dd{
  width:625px;
  margin:0;
  padding:5px 0 5px 75px;
  background:url(https://file001.shop-pro.jp/PA01123/196/common/dotline_gray.gif) repeat-x left bottom;
}

#new_info dl dd a{
  display:block;
  width:625px;
  margin:0;
  padding:0;
  line-height:1.7;
}


/*------------------------------------------------
　relation_item
------------------------------------------------*/

#relation_item h2{
  width:700px;
  height:22px;
  margin:0 0 15px 0;
  padding:0;
  border-bottom:1px solid #000;
  background:url(https://file001.shop-pro.jp/PA01123/196/common/title_relation.gif) no-repeat 2px top;
  text-indent:-9999px;
  overflow:hidden;
}


/*------------------------------------------------
　new_item
------------------------------------------------*/

#new_item h2{
  width:700px;
  height:22px;
  margin:0 0 15px 0;
  padding:0;
  border-bottom:1px solid #000;
  background:url(https://file001.shop-pro.jp/PA01123/196/common/title_new_item.gif) no-repeat 2px top;
  text-indent:-9999px;
  overflow:hidden;
}


/*------------------------------------------------
　product_list
------------------------------------------------*/

#category_list{
  padding:10px 0 50px 0;
  overflow:hidden;
}

ul.product_list{
  clear:both;
  width:100%;
  margin:0;
  padding:0 0 30px 0;
}

ul.product_list li{
  width:169px;
  padding:0 1px 20px 1px;
  display: inline-block;
  position: relative;
  vertical-align: top;
}

ul.product_list li:nth-child(4n+1) {
  padding:0 1px 20px 0;
}


ul.product_list li:nth-child(4n) {
  padding:0 0 20px 1px;
}

ul.product_list li a img{
  width:169px;
  height:auto;
  border:none;
  padding:0 0 4px 0
}

.product_list .icon_new{
  display:block;
  width:27px;
  height:12px;
  background:url(https://file001.shop-pro.jp/PA01123/196/common/icon_new.gif) no-repeat left top;
  text-indent:-9999px;
  overflow:hidden;
  float:left;
  margin:3px 5px 0 0;
  padding:0;
}

.bold{
font-weight:bold;
}

.caution_red{
  width: 100%;
  padding: 15px 20px;
  margin:0 0 30px 0;
  background: #ffe6e6;
  border-radius: 6px;
  box-sizing: border-box;
}
.caution_red h3{
  width:100%;
  font-size:16px;
  line-height:1.7;
  font-weight:bold;
  color:#e60000;
}


#banner_area{
  width:100%;
  padding:60px 0 35px;
  clear:both;
  overflow:hidden;
}

#banner_area li{
width: 49.28%;
float: left;
box-sizing: content-box;
}

#banner_area li img{
width: 100%;
}

#banner_area li:nth-child(odd){
  padding:0 1.43% 1.43% 0;
}

#banner_area li:nth-child(even){
  padding:0 0 1.43% 0;
}

.sold_out{
  position: absolute;
  top: 0;
  left: 1px;
  width:52px;
  height:52px;
  background:url(https://file001.shop-pro.jp/PA01123/196/common/soldout.png) no-repeat left top;
  text-indent:-9999px;
  overflow:hidden;
  background-size: 52px auto;
}

ul.product_list li:nth-child(4n+1)  .sold_out{
  top: 0;
  left: 0;
}

h2.free_title {
font-size:16px;
width:685px;
height:30px;
line-height:30px;
padding:0 0 0 15px;
background:#0b2b73;
color:#fff;
margin-bottom:15px;
font-weight:bold;
}


.box_line h3,
.box_info h3{
  font-size:16px;
  font-weight:bold;
  border-left:5px #000 solid;
  margin:10px 0 0;
  padding:0 0 0 8px;
}

.pb20{
  padding-bottom:20px !important;
}


.free_contents{
  margin:0 0 100px 0;
}

.box_line p{
padding:0 0 1em;
}
.box_info p{
padding:1em 0 0;
}

.free_contents h3{
  font-size:16px;
  font-weight:bold;
  padding:10px 0 10px 10px;
  color:#46adf0;
}

.text_center {
text-align: center;
}

.text_right {
text-align: right;
}

table.charge{
  margin: 0 0 20px 10px;
  font-size:10px;
}

table.charge_hikikae{
  margin: 5px 0 0;
  border: 1px solid #b9b9b9;
}

table.charge th {
  padding: 4px;
}

table.charge td,
table.charge_hikikae td{
padding: 4px;
}

table.charge td.area {
padding: 4px 2px;
width: 45px;
}

.souryou_midashi{
background-color:#edf8ff;
text-align:center;
padding: 4px 2px;
}


/*------------------------------------------------
　sp
------------------------------------------------*/

#btn_sp{
  display:block;
  font-weight:bold;
  color:#fff;
  text-decoration:none;
  text-align:center;
  font-size:50px;
  background:#46adf0;
  margin:10px;
  padding:20px;
}

.btn_lightblue{
  display:block;
  width:180px;
  height:33px;
  line-height:33px;
  text-align:center;
  padding:1px 0 0 0;
  margin:0;
  color:#fff !important;
  text-decoration:none !important;
  font-size:14px;
  font-weight:bold;
  background:#46adf0;
}

.btn_lightblue:hover{
  color:#fff !important;
  text-decoration:none !important;
  background:#90c7eb;
}

.movie{
  margin:30px auto;
  padding:0;
}



/* left menu */


#left_menu {
display: none;
}


/* ---- 767px > ---- */

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


/*--------------------
common
--------------------*/

  
html, body {
  scroll-margin-top: 128px; 
  scroll-snap-margin-top: 128px; 
}
 
 
body {
  position: relative;
}

.inner{
  width:100%;
  margin:0;
}

a{
  transition: 0.4s;
}

a.hover{
  color:#1e94d8;
}

a img{
  transition: 0.4s;
}

a.hover img{
  opacity:0.50;
}

a:hover{
  -webkit-tap-highlight-color:rgba(0,0,0,0);
}

.pc_nobr{
  display:block;
}

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

#header{
  width:100%;
  background:#fff;
  position: fixed;
  top:0;
  left:0;
  z-index: 100000000 !important;
  margin: 0;
  padding:0;
}

#tagline{
  display: none;
}

#search{
  display: none;
}

#search_sp,
#modal_sp{
  display: block;
}

.wrapper.is-locked {
  position: fixed;
  width: 100%;
}

.modal {
  visibility: hidden;
  overflow-y: scroll;
  opacity: 0;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  transition: opacity 0.3s, visibility 0s 0.3s;
  background: rgba(0, 0, 0, 0.7);
}

.modal.is-active {
  visibility: visible;
  opacity: 1;
  transition: opacity 0.3s, visibility 0s 0s;
}

.modal_container {
  display: flex;
  min-height: 100%;
  justify-content: center;
  align-items: center;
}

.modal_container _:-ms-lang(x)::-ms-backdrop, .modal_container {
  min-height: 100vh;
}

.modal_container::after {
  content: "";
  min-height: inherit;
  font-size: 0;
}

.modal_inner {
  margin: 0 auto;
  width: 90%;
}

.modal_content {
  display: none;
  border-radius: 2px;
  background: #fff;
  padding:  20px;
}

.is-active .modal_content {
  display: block;
}

#modal_sp p{
  width:100%;
  text-align:center;
  padding:10px 0 0;
}

.modal option,
.modal input{
  width: 100%;
  margin: 0;
  padding: 0;
  background: none;
  border: none;
  border-radius: 0;
  outline: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  font-size: 16px;
}

.modal .search_txt,
.modal .search_txt:focus{
  line-height: 28px;
  margin: 0 0 10px;
  padding: 4px 5px;
  border: 1px solid #b9b9b9;
  border-radius: 5px;
  box-sizing: border-box;
  outline: none;
  background: #edf8ff;
}

.modal .btn_search{
  display: block;
  width:40%;
  height:38px;
  background:#1e94d8;
  color: #fff;
  text-align: center;
  border:none;
  border-radius: 5px;
  margin: 0 auto;
}

.cp_ipselect {
  position: relative;
  overflow: hidden;
  width: 100%;
}
.cp_ipselect select {
  width: 100%;
  box-sizing: border-box;
  padding: 0 38px 0 8px;
  margin-bottom: 10px;
  cursor: pointer;
  text-overflow: ellipsis;
  outline: none;
  box-shadow: none;
  -webkit-appearance: none;
  appearance: none;
  border: 1px solid #b9b9b9;
  border-radius: 5px;
  background: #ffffff;
  color: #666666;
  font-size: 16px;
  line-height: 36px;
}

.cp_ipselect select::-ms-expand {
  display: none;
}

.cp_ipselect::before {
  position: absolute;
  top: 50%;
  right: 9px;
  width: 0;
  height: 0;
  padding: 0;
  content: '';
  border-left: 6px solid transparent;
  border-right: 6px solid transparent;
  border-top: 6px solid #666666;
  pointer-events: none;
  margin-top: -7px;
}

#openModal {
  position: absolute;
  top:19px;
  right:12px;
  padding: 0;
  background: #fff;
  border: none;
  border-radius:none;
  cursor: pointer;
}

#openModal:focus {
  outline: none;
}

#search_sp .search_sp_icon{
width: 28px;
height: auto;
}


/* モーダルCSSここまで */




#header .btn_menu{
  display:block;
}

#header #shop_title{
  height: 50px;
  width:210.37px;
  float:none;
  margin: 8px auto;
  padding: 0 0 0 15px;
}

#shop_title a{
  display:block;
  width:100%;
  height: 55px;
  height:auto;
}

#header #shop_title img{
  height: 50px;
  width: auto;
}


ul#h_nav {
  width: 100%;
  height: 47px;
  overflow: hidden;
  float: none;
  padding: 0;
}

ul#h_nav li {
  width: 20%;
  height: 47px;
  background-color: #1e94d8;
}

ul#h_nav li a.h_nav_top,
ul#h_nav li a.h_nav_mypage,
ul#h_nav li a.h_nav_contact,
ul#h_nav li a.h_nav_cart,
ul#h_nav li a.h_nav_guide{
  display: block;
  width: 100%;
  height: 47px;
  border-right: 1px solid #fff;
  background: none;
  text-align:center;
  box-sizing: border-box;
}

ul#h_nav li:last-child a {
  border: none;
}

ul#h_nav li a img {
  display: block;
  height:38px;
  padding:4px 0 5px;
  margin: 0 auto;
}


/*------------------------------------------------
　main
------------------------------------------------*/

#main{
  width:92%;
  padding: 0 4% 8%;
  z-index:1;
}

#side_menu{
  display: none;
}

  h1{
  width: 108.8%;
  height:auto;
  margin:0 -4.4% 6%;
}
  
  
/*------------------------------------------------
　contents
------------------------------------------------*/

#contents,
#category{
  width:100%;
  float:none;
  padding: 128px 0 0;
}

.txt-search {
  margin: 10px 0 0 0;
}
  
  
  #ShopKeeper {
  width: 100%;
  margin:15px 0 0;
}

#ShopKeeper th {
  width: 30%;
  box-sizing: border-box;
}

.footstamp {
  margin:-5px 0 0;
}
  
/*------------------------------------------------
　common
------------------------------------------------*/

h2.title_bk{
  width:100%;
  height:auto;
  line-height:1.1;
  font-size:16px;
  font-weight:bold;
  margin:0 0 20px 0;
  padding:0 0 5px;
  border-bottom:1px solid #000;
  text-align: left;
  box-sizing: border-box;
}

.balloon_l {
  position: relative;
  display: inline-block;
  margin: 10px 0 3px;
  line-height:18px;
  border-radius: 3px;
}

.balloon_l:before {
  content: "";
  position: absolute;
  top: -10px;
  left: 20px;
  margin-left: -8px;
  border: 8px solid transparent;
  border-bottom: 15px solid #d2eaf7;
}



/*------------------------------------------------
　new_info
------------------------------------------------*/

#new_info,
#new_item,
#relation_item{
  width:100%;
}

#new_info dl{
  width:100%;
}

#new_info dl dt{
  width:100%;
  padding:2% 1% 0;
  float:none;
  box-sizing: border-box;
}

#new_info dl dd{
  width:100%;
  padding:0 1% 2%;
  box-sizing: border-box;
}

#new_info dl dd a{
  width:100%;
}


/*------------------------------------------------
　product_list
------------------------------------------------*/

#category_list{
  padding:10px 0 0;
  overflow:hidden;
}

ul.product_list{
  clear:both;
  width:100%;
  padding:0;
}

ul.product_list li:nth-child(odd){
  width:48.5%;
  padding:0 1.5% 7% 0;
}

ul.product_list li:nth-child(even){
  width:48.5%;
  padding:0 0 7% 0;
}

#category_list ul.product_list li a,
#recommend_item ul.product_list li a,
#relation_item ul.product_list li a,
#new_item ul.product_list li a{
  color:#000;
  text-decoration:none;
}  

#category_list ul.product_list li a:hover,
#recommend_item ul.product_list li a:hover,
#relation_item ul.product_list li a:hover,
#new_item ul.product_list li a:hover {
  color:#46adf0;
  text-decoration:none;
}

ul.product_list li a img{
  width:100%;
  height:auto;
  border:none;
  padding:0 0 4px 0
}

.product_list .icon_new{
  display:block;
  width:27px;
  height:12px;
  background:url(https://file001.shop-pro.jp/PA01123/196/common/icon_new.gif) no-repeat left top;
  text-indent:-9999px;
  overflow:hidden;
  float:left;
  margin:3px 5px 0 0;
  padding:0;
}

.sold_out{
  left: 0;
}


/*--------------------
footer
--------------------*/

#footer_frame{
  width:92%;
  padding: 6% 4%;
  margin:0;
}

#footer{
  width:100%;
  margin:0;
  padding:0;
}

.copyright{
  width:100%;
  text-align: center;
}

#footer_left{
  float: none;
  width: 100%;
  margin: 0;
}

#footer_left ul.link_list{
  width: 100%;
  border-left:none;
  float:none;
  padding: 0 2% 6%;
  margin: 0 0 6%;
  box-sizing: border-box;
  border-bottom: #8a8a8a solid 1px;
}

#footer_left ul.link_list li{
  width: 100%;
}

#footer_right{
  float: none;
  width: 100%;
  margin: 0;
}

.f_txt{
  text-align: center;
  padding: 0 2%;
  margin-bottom: 6%;
}

#f_sns{
  height: auto;;
  margin-bottom: 25px;
}

.sns_link{
  text-align: center;
}

.sns_link li{
  height: 30px;
  padding:0 0 0 10px;
}

.footer_txt{
  width: 100%;
  padding:0 2% 6%;
  margin: 0;
  float:none;
  text-align: left;
}


#btn_pagetop {
  position:fixed;
  bottom:30px;
  right:10px;
  width:46px;
  height:46px;
}

#header .btn_menu {
  display:block;
  position: absolute;
  top: 0;
  left: 0;
  padding: 22px 0 0 12px;
}

#header .btn_menu .menu-trigger,
#header .btn_menu .menu-trigger span {
  display: inline-block;
  transition: all .4s;
  box-sizing: border-box;
}

#header .btn_menu .menu-trigger {
  position: relative;
  width: 28px;
  height: 23px;
}

#header .btn_menu .menu-trigger span {
  position: absolute;
  left: 0;
  width: 100%;
  height: 3px;
  background-color: #666;
  border-radius:3px;
}


#header .btn_menu .menu-trigger span:nth-of-type(1) {
  top: 0;
}
#header .btn_menu .menu-trigger span:nth-of-type(2) {
  top: 10px;
}
#header .btn_menu .menu-trigger span:nth-of-type(3) {
  top: 20px;
}

#header .btn_menu.active .menu-trigger span:nth-of-type(1) {
  -webkit-transform: translateY(10px) rotate(-45deg);
  transform: translateY(10px) rotate(-45deg);
}
#header .btn_menu .active.menu-trigger span:nth-of-type(2) {
  opacity: 0;
}
#header .btn_menu .active.menu-trigger span:nth-of-type(3) {
  -webkit-transform: translateY(-10px) rotate(45deg);
  transform: translateY(-10px) rotate(45deg);
}


.slidemenu .slidemenu-body {
  height: 100%;
  overflow: hidden;
  position: relative;
}
.slidemenu .slidemenu-body .slidemenu-content {
  position: relative;
}
.slidemenu-left {
  left: 0;
}


/*------------------------------
left menu
------------------------------*/

#left_menu {
  display:block;
  top: 0;
  width: 70%;
  position: fixed;
  visibility: hidden;
  z-index: -1;
  background-color: #f2f0f0;
  overflow-x: hidden;
  padding: 0;
}

#left_menu .slidemenu-body {
  height: 100%;
  overflow: hidden;
  position: relative;
}

#left_menu .slidemenu-body .slidemenu-content {
  position: relative;
}

.slidemenu-left {
  left: 0;
}

#left_menu nav {
  width: 100%;
  padding: 0 14px;
  box-sizing: border-box;
}

#left_menu .btn_close {
  display: block;
  width: 100%;
  height: 60px;
  font-size: 13px;
  text-align: center;
  line-height: 60px;
  margin: 0 auto;
}

#left_menu .btn_close span {
  font-size: 20px;
}

#left_menu h3{
  padding: 2px 0 2px 10px;
  margin: 0;
  font-size: 17px;
  font-weight: bold;
  background: #1e94d8;
  color: #fff;
}

#left_menu h3 span{
font-size: 12px;
font-weight: normal;
}

#sp_menu_categoty,
#sp_menu_brand{
  width:100%;
}

/*-----categoty-----*/

#sp_menu_categoty > ul{
  width:100%;
  margin:0;
  padding:0 0 50px;
}

#sp_menu_brand ul{
  width:100%;
  margin:20px 0 0;
  padding:0;
  border-top: 1px dotted #c8c8c8;
}

#sp_menu_categoty ul.menu_categoty_l > li{
  width:100%;
  margin:0;
  padding:20px 0 5px 10px;
  border-bottom: 1px solid #000;
  font-weight: bold;
  font-size: 15px;
  box-sizing: border-box;
}

#sp_menu_categoty ul.menu_categoty_l > li > span{
font-size: 11px;
font-weight: normal;
display: block;
}

#sp_menu_categoty ul.menu_categoty_l .menu_categoty_s{
  list-style:none;
  margin:0;
  padding:0;
  border-bottom: 1px dotted #c8c8c8;
}

#sp_menu_categoty ul.menu_categoty_l .menu_categoty_s li{
  border-bottom:#c8c8c8 dotted 1px;
  background:none !important;
}

#sp_menu_categoty ul.menu_categoty_l .menu_categoty_s li:last-child{
  border-bottom:none;
}

#sp_menu_categoty ul.menu_categoty_l .menu_categoty_s li a{
  width:100%;
  padding:7px 0 7px 10px;
  color:#000;
  display:block;
  box-sizing: border-box;
}


/*-----brand-----*/

#sp_menu_brand ul li{
  width:100%;
  height:auto;
  margin:0;
  padding:0;
  border-bottom: 1px dotted #c8c8c8;
}

#sp_menu_brand ul li a{
  width:100%;
  padding:7px 0 7px 10px;
  color:#000;
  display:block;
  box-sizing: border-box;
}

#sp_menu_brand ul li a span{
  font-size: 12px;
}

#left_menu #sp_nav > li {
  border-bottom: 1px dotted #e3e3e3;
}

#left_menu #sp_nav > li:last-child {
  border-bottom: none;
}

#left_menu #sp_nav > li > a {
  position: relative;
  display: block;
  height: 14px;
  background:url(https://file003.shop-pro.jp/PA01402/049/img/common/icon_arrow.png) no-repeat 17px center;
  background-size:7px auto;
  padding: 18px 0 18px 36px;
}

#left_menu #sp_nav > li > a.nav_icon {
  position: relative;
  display: block;
  height:22px;
  background:none;
  padding: 14px 0 14px 10px;
}

#left_menu #sp_nav > li > a img {
  height:14px;
}

#left_menu #sp_nav > li > a.nav_icon img {
  height:22px;
}

.sort {
  text-align:center;
}

.pagenavi {
  clear: both;
  width:100%;
  margin: 0 0 20px 0;
  text-align: center; 
}

}