@charset "euc-jp";
/* reset */
body, div, dl, dt, dd, ul, ol, li,
h1, h2, h3, h4, h5, h6, pre, code,
form, fieldset, legend, input, textarea,
p, blockquote, th, td {
  margin: 0;
  padding: 0;
}
.none_border_table,
.product_option_table table {
  border-spacing: 0;
  border-collapse: collapse;
}
fieldset,
img {
  border: 0;
}
address, caption, cite, code,
dfn, em, strong, th, var {
  font-weight: normal;
  font-style: normal;
}
 
ol, ul {
  list-style: none;
}
 
caption, th {
  text-align: left;
}
h1, h2, h3, h4, h5, h6 {
  font-weight: normal;
  font-size: 100%;
}
q:before,
q:after {
  content: '';
}
abbr, acronym {
  border: 0;
  font-variant: normal;
}
sup {
  vertical-align: text-top;
}
sub {
  vertical-align: text-bottom;
}
input,
textarea,
select {
  font-weight: inherit;
  font-size: inherit;
  font-family: inherit;
}
input,
textarea,
select {
  *font-size: 100%;
}
legend {
  color: #000;
}

/***********全体***************/
html,body{
    width: 100%;
}
body {
  color: #555;
  font-size: 16px;
  font-family:"KozGoPro-Light", "小塚ゴシック Pro L", "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "游ゴシック", YuGothic, "メイリオ", Meiryo, sans-serif;
  line-height: 1.7;
  margin-top: -27px;
}
a {
  color: #555;
  transition: all 0.5s linear;　
}
a:hover {
  opacity: 0.6;
}

/***********レイアウト***************/

header{
	width: 100dw;
	margin: 0 auto 30px;
        padding-top: 40px;
}
header .h-content{
	width: 100%;
	max-width: 1280px;
	min-width: 1024px;
	height: 100px;
	margin: 0 auto;
	position: relative;
}
	
#content {
	width: 100%;
	max-width: 1280px;
	min-width: 1024px;
	display: flex;
        display: -webkit-flex; 
	flex-direction: row-reverse;
	-webkit-flex-direction: row-reverse;
	margin: 0 auto;
}
#main{
	width: 70%;
        padding-left: 2%;
        padding-right: 2%;
}
#left{
	width: 21%;
	min-widh: 250px;
	padding: 2%;
        margin-top: 15px;
}
footer{
	width:96%;
	padding: 2%;
	background-color: #eee;
}
footer .f-content{
	width: 100%;
	max-width: 1280px;
	min-width: 1024px;
	margin: 0 auto;
}

/***********ヘッダー***************/
ul.mmb-nav{
	display: flex;
        display: -webkit-flex; 
	position: absolute;
	top: 5px;
	right: 2%;
	background-color: rgb(204, 238, 238);
	padding: 3px 10px;
	border-radius: 5px;
}
ul.mmb-nav li{
        margin-left: 7px;
}
h1#logo,
p#logo {
  position: relative; /* or remove it altogether */
  top: auto;
  left: auto;
  display: inline-block;
  margin: 20px 0;
}
h1#logo img,
p#logo img{
        margin-left: 13px;
}
#logo img {
    max-width: 100%;
    height: auto;
    margin-left: 10px;  /* ロゴの左余白を微調整 */
    margin-top: 10px;   /* ロゴが他要素と被らないように調整 */
  }
.r-box{
	position: absolute;
	top: 38px;
	right: 2%;
}
nav.head-nav ul{
	width: 100%;
display: flex;
display: -webkit-flex;
	justify-content:flex-end;
	-webkit-justify-content:flex-end;
}
nav.head-nav ul li{
	margin-left: 7px;
}
.r-box p{
	margin-top: 5px;
}
.salebanner{
    text-align: center;
}
.salebanner img {
      padding-top: 2em;
}  
/***********ヘッダーバナー***************/
.h-bn{
   width: 98%;
   padding: 2% auto;
}
.h-bn ul{
   width: 100%;
   display: flex;
   display: -webkit-flex;
   justify-content: space-between;
   -webkit-justify-content: space-between;
}
.h-bn ul li{
   width: 25%;
}
.h-bn img{
   width:100%;
}
.h-bn a{
   display: block;
   position: relative;
   overflow: hidden;
   border: 1px solid rgb(230, 230, 230);
   box-sizing: border-box;
   -webkit-box-sizing: border-box;
}
.h-bn a span {
    display: block;
    position: absolute;
    width: 100%;
    left: 0;
    min-height: 80px; /* 最低80px確保。文字量によって伸びるようにする */
    background-color: rgba(60, 60, 60, 0.9);
    bottom: -100px; /* 収まるように一旦広めにとる */
    transition: all 0.5s;
    box-sizing: border-box;
    -webkit-box-sizing: border-box;
    padding: 10px 8px; /* 上下15pxにしてゆとり持たせる */
    color: #fff;
    font-size: 14px; /* （必要なら）文字サイズも少し小さめに調整できる */
    line-height: 1.5; /* 行間ゆったり */
 }
.h-bn a span strong{
   display: block;
}
.h-bn a:hover{
   opacity: 1;
}
.h-bn a:hover span{
   bottom: 0;
}



/***********クリスマス***************/
.xmas-top{
   display: block;
   width: 100%;
   height: 550px;
   background: url(https://img21.shop-pro.jp/PA01324/286/etc/xmas-bw2015.jpg?cmsp_timestamp=202708115407) center center no-repeat;
}


/***********スライダー***************/


    .wideslider {
    	width: 100%;
    	text-align: left;
    	position: relative;
    	overflow: hidden;
        padding-bottom: 60px;
    }
     
    .wideslider ul,
    .wideslider ul li {
    	float: left;
    	display: inline;
    	overflow: hidden;
    }
     
    .wideslider ul li img {
    	width: 100%;
    	display: none;
    }
     
    .wideslider_base {
    	top: 0;
    	position: absolute;
    }
    .wideslider_wrap {
    	top: 0;
    	position: absolute;
    	overflow: hidden;
     
    }
    .slider_prev,
    .slider_next {
    	top: 0;
    	overflow: hidden;
    	position: absolute;
    	z-index: 100;
    	cursor: pointer;
    }
    .slider_prev {background: #fff url(../img/prev.jpg) no-repeat right center;}
    .slider_next {background: #fff url(../img/next.jpg) no-repeat left center;}
     
    .pagination {
    	bottom: 10px;
    	left: 0;
    	width: 100%;
    	height: 15px;
    	text-align: center;
    	position: absolute;
    	z-index: 200;
    }
     
    .pagination a {
    	margin: 0 5px;
    	width: 15px;
    	height: 15px;
    	display: inline-block;
    	overflow: hidden;
    	background: #195959;
        border-radius: 50%;
    }
    .pagination a.active {
    	filter:alpha(opacity=100)!important;
    	-moz-opacity: 1!important;
    	opacity: 1!important;
    }
     
     
    /* =======================================
    	ClearFixElements
    ======================================= */
    .wideslider ul:after {
    	content: ".";
    	height: 0;
    	clear: both;
    	display: block;
    	visibility: hidden;
    }
     
    .wideslider ul {
    	display: inline-block;
    	overflow: hidden;
    }

/***********バナーエリア***************/

.tb-area{
	width: 100%;
        margin: 10px auto 40px;
}
.tb-area img{ 
	border: 1px solid #ddd;
}
.tb-area p{ 
        font-size: 80%;
        line-height: 1.8;
        margin-bottom: 10px;
}
.tb-brand{
	display: flex;
	display: -webkit-flex;
	flex-flow: row wrap;
	-webkit-flex-flow: row wrap;
	justify-content: space-between;
	-webkit-justify-content: space-between;
	align-items: flex-start;
	-webkit-align-items: flex-start;
}
.tb-brand li{
        margin-bottom: 5px;
        width: 49%;
}

.tb-brand li a img{
	width:100%;
 	max-width: 440px;
 	min-width: 345px;
	display: block;
        margin-bottom: 15px;
}
.tb-material{
	width: 100%;
	display: flex;
	display: -webkit-flex;
        align-items: flex-start;
        -webkit-align-items: flex-start;
        justify-content: space-between;
        -webkit-justify-content: space-between;
        margin-bottom: 20px;
}
.tb-material li{
	width: 19%;
}
.tb-material li a img{
	width: 95%;
	margin: 0px auto 10px;
        max-width: 170px;
        display: block;
}
.tb-area article{
	width: 100%;
	display: flex;
	display: -webkit-flex;
	justify-content: space-between;
	-webkit-justify-content: space-between;
	align-items: center;
	-webkit-align-items: center;
        margin-bottom: 15px;
}
.tb-area article div h2{
    font-weight: bold;
    margin-bottom: 10px;
}
.tb-area article img,
.tb-area article div{
	width: 95%;
	max-width: 440%;
	min-width: 345px;
}

/***********検索***************/

form.s-form{
	margin-bottom: 7px;
}
form.s-form div{
    display: flex;
    display: -webkit-flex; 
    margin-bottom: 8px;
}
input[type="text"],
input[type="search"],
textarea {
	width: 80%;
	max-width: 280px;
	outline: none;
	border: 1px solid #ddd;
	-webkit-border-radius: 2px;
	-moz-border-radius: 2px;
	border-radius: 2px;
	background: #eee;
	color: #777;
	font-size: 13px;
	margin-right: 5px;
}


textarea {
	overflow: auto;
}

input[type="text"]:focus,
input[type="search"]:focus,
textarea:focus {
	border: 1px solid #000000;
	background: #fff;
	-webkit-box-shadow: 0 0 3px rgba(0,0,0,1);
 	-moz-box-shadow: 0 0 3px rgba(0,0,0,1);
	box-shadow:  0 0 3px rgba(0,0,00,1);
 	color: #444;
}


/***********サイドバー***************/

#left h3{
	width: 100%;
	font-size: 14px;
	padding-bottom: 3px;
	border-bottom: solid #eee 1px;
	margin: 40px 0px 15px;
}
.l-ship{
       border: 6px solid rgb(204, 204, 204);
       padding: 4%;
}
#left .l-ship h3,
#left .l-longv h3{
       margin-top: 0px;
}
.l-longv{
       border: 6px solid #db5858;
       padding: 4%;
       margin-top: 15px;       
}

ul.ln-cate{
	margin-left: 20px;
}
ul.ln-cate li,
ul.ln-free li{
	padding: 5px 0;
}
ul.ln-cate li:before{
        content:"";
        display: inline-block;
	width: 0;
	height: 0;
	border-top: 5px solid transparent;
	border-right: 5px solid transparent;
	border-bottom: 5px solid transparent;
	border-left: 5px solid #555;
        margin-right: 5px;
}
ul.ln-free li:before{
        content: "";
        display: inline-block;
        width: 0px;
        height: 10px;
        border: 3px solid #A21D00;
        margin-right: 5px;
        vertical-align: sub;
}
h4.l-alpha{
	padding: 5px 20px;
        font-weight: bold;
}
ul.b-list{
        width: 100%;
}
ul.b-list li a {
    display: block;
    width: 100%;
    text-align: center;
    position: relative;
    margin-bottom: 8px;
}

ul.b-list li a:before {
    content: "";
    display: inline-block;
    height: 50px;
    width: 3px;
    position: absolute;
    background-color: #2D3133;
    left: 22px;
}

  content
/***********ブランドカラー***************/
ul.b-list li a.l-asj:before{
    background-color: #FF0000;
}
ul.b-list li a.l-bw:before{
    background-color: #A199B0;
}
ul.b-list li a.l-db:before{
    background-color: #555555;
}
ul.b-list li a.l-ancelade:before{
    background-color: #999999;
}
ul.b-list li a.l-fefe:before{
    background-color: #15497F;
}
ul.b-list li a.l-gto:before{
    background-color: #420610;
}
ul.b-list li a.l-monart:before{
    background-color: #34454D;
}
ul.b-list li a.l-hw:before{
    background-color: #000;
}


ul.b-list li a.l-monte:before{
    background-color: #000644;
}
ul.b-list li a.l-simon:before{
    background-color: #CC661C;
}
ul.b-list li a.l-slw:before{
    background-color: #009292;
}
ul.b-list li a.l-tate:before{
    background-color: #9DD8D4;
}
ul.b-list li a.l-thompson:before{
    background-color: #8DC24E;
}
ul.b-list li a.l-tfest:before{
    background-color: #663300;
}
ul.b-list li a.l-courreges:before{
    background-color: #FF55C5;
}
ul.b-list li a.l-craftparks:before{
    background-color: #F77A49;
}
ul.b-list li a.l-daks:before{
    background-color: #231F20;
}
ul.b-list li a.l-dunhill:before{
    background-color: #664545;
}
ul.b-list li a.l-mila:before{
    background-color: #141823;
}
ul.b-list li a.l-cross:before{
    background-color: #79705F;
}
ul.b-list li a.l-parker:before{
    background-color: #C8BC8D;
}
ul.b-list li a.l-wm:before{
    background-color: #002955;
}
ul.b-list li a.l-lamy:before{
    background-color: #000;
}
ul.b-list li a.l-puccio:before{
    background-color: #846E41;
}
ul.b-list li a.l-paul:before{
    background-color: #00FFFF;
}
ul.b-list li a.l-vivi:before{
    background-color: #FF9900;
}
ul.b-list li a.l-tyler:before{
    background-color: #000000;
}
ul.b-list li a.l-dupont:before{
    background-color: #000000;
}
ul.b-list li a.l-orobi:before{
    background-color: #663200;
}
ul.b-list li a.l-swank:before{
    background-color: #FF6600;
}
ul.b-list li a.l-janleslie:before{
    background-color: #993300;
}
ul.b-list li a.l-titlew:before{
    background-color: #BE1E2D;
}
ul.b-list li a.l-tino:before{
    background-color: #F8515D;
}
ul.b-list li a.l-madeinjapan:before{
    background-color: #CC0000;
}

/***********国旗***************/
/**日本***/
.l-craftparks:after, .l-asj:after, .l-madeinjapan:after {
    content: url("https://img21.shop-pro.jp/PA01324/286/etc/japan.jpg");
     display: inline-block;
     position: absolute;
     padding-top: 15px;
     right: 10px;
 }
/***アメリカ***/
.l-hw:after, .l-slw:after, .l-swank:after, .l-janleslie:after, .l-titlew:after, .l-cross::after  {
    content: url("https://img21.shop-pro.jp/PA01324/286/etc/america.jpg");
    display: inline-block;
    position: absolute;
    padding-top: 15px;
    right: 10px;
}
/***フランス***/
.l-courreges:after, .l-dupont:after, .l-wm:after {
    content: url("https://img21.shop-pro.jp/PA01324/286/etc/france.jpg");
    display: inline-block;
    position: absolute;
    padding-top: 15px;
    right: 10px;
}
/***イタリア***/
.l-fefe:after, .l-mila:after, .l-monart:after, .l-monte:after, .l-puccio:after, .l-orobi:after, .l-tino:after {
    content: url("https://img21.shop-pro.jp/PA01324/286/etc/Italy.jpg");
    display: inline-block;
    position: absolute;
    padding-top: 15px;
    right: 10px;
}
/***イギリス***/
.l-bw:after, .l-daks:after, .l-db:after, .l-dunhill:after, .l-gto:after, .l-simon:after, a.l-tate:after, .l-thompson:after, .l-paul:after, .l-vivi:after, .l-tyler:after {
    content: url("https://img21.shop-pro.jp/PA01324/286/etc/uk.jpg");
    display: inline-block;
    position: absolute;
    padding-top: 15px;
    right: 10px;
}
/**スイス***/
.l-encelade:after, .l-tfest:after {
   content: url("https://img21.shop-pro.jp/PA01324/286/etc/swiss.gif");
    display: inline-block;
    position: absolute;
    padding-top: 15px;
    right: 10px;
}
/**ドイツ***/
.l-lamy:after {
    content: url("https://img07.shop-pro.jp/PA01324/286/etc_base64/ZGV1dHNjaGxhbmQ.gif");
     display: inline-block;
     position: absolute;
     padding-top: 15px;
     right: 10px;
 }
/************************/
ul.b-list li a img{
        height: 50px;
}
ul.l-ex{
        margin-top: 20px;
}
ul.l-ex li{
	padding: 5px 20px;
}
/***********フッター***************/

.f-content ul{
	margin: 2% auto;
	display: flex;
    display: -webkit-flex; 
	justify-content: space-around; 
	-webkit-justify-content: space-around; 
	max-width: 900px;
}
.f-content ul li:before{
        content:"";
        display: inline-block;
	width: 0;
	height: 0;
	border-top: 5px solid transparent;
	border-right: 5px solid transparent;
	border-bottom: 5px solid transparent;
	border-left: 5px solid #555;
        margin-right: 5px;
}
.f-content address{
	display: block;
	font-size: 80%;
	text-align: center;
    margin: 0 auto;
}



/***********トップとフッターエリア***************/

.t-reco,
.t-sell{
     margin-bottom: 40px;
}

h2.th-title{
     font-size: 14px;
     position: relative;
}
h2.th-title:before{
      content: "";
      display: inline-block;
      width: 100%;
      height: 2px;
      border-top: 1px dashed #bbb;
      border-bottom: 1px dashed #bbb;
      position: absolute;
      top: 19px;
      left: 0;
      z-index: 1;    
}
h2.th-title span{
      display: inline-block;
      background-color: #fff;
      padding: 10px;
      z-index: 10;
      position: relative;
      margin-left: 20px;
}
.t-reco ul,
.t-sell ul{
      width:100%;
      display: flex;
      display: -webkit-flex;
      flex-wrap: wrap;
      -webkit-flex-wrap: wrap;
      align-items: flex-end;
      -webkit-align-items: flex-end;
}
.t-reco ul li,
.t-sell ul li{
      width: 23%;
      text-align: center;
      margin-bottom: 40px;
      margin-right: 2%;
}
.tr-img,
.ts-img{
      width: 100%;
}
.tr-name,
.ts-name{
      width: 90%;
      font-size: 90%;
      height: 70px;
      display: auto;
      align-items: center;
      -webkit-display: flex;
      -webkit-align-items: center;
      margin: 5px auto; 
}
.t-reco ul li.mini-reco{
     width: 18%;
     margin-right: 1%;
}
.new-name{
      display: block;
      font-size: 90%;
}
.new{
      color: #f01;
      padding-right: 3px;
}
.t-sell .new-name {
    display: none;
  }
.t-sell .new-date {
    display: none;
  }
  .t-sell .new {
    display: none;
  }

/***********カテゴリ***************/

h1.cate-title{
     font-size: 20px;
     margin-top: 20px;
     margin-bottom: 20px;
     padding: 5px 10px;
     border-bottom: 1px solid #EEE;
     width: 100%;
}
ul.cate-list{
     width: 90%;
     padding: 2% 3%;
     display: flex;
     display:-webkit-flex;
     flex-flow: row wrap;
     -webkit-flex-flow: row wrap;
     border: 3px solid #555;
     margin: 10px auto;
}
ul.cate-list li a{
     padding: 1px 10px;
     border-radius: 5px;
     border: 1px solid #555;
     display: block;
     margin: 5px;
}
ul.cate-list li a:hover{
     background-color: #CCE;
}
.sort{
       text-align: right;
       margin-top: 30px;
       margin-bottom: 30px;
}
.s-c{
       display:inline-box;
       border: 2px solid #555;
       padding: 2px 10px;
       border-radius: 7px;
}
.sort a{
       border: none;
       color: #FFF;
       background-color: #555;
       padding: 2px 10px;
       border-radius: 7px;
}
.sort a:hover{
       opacity: 1;
       background-color: #CEE;
       color: #555;
}

.pager ul{
      width: 100%;
      text-align: center;
      margin-top: 40px;
}
.pager ul li{
      display: inline-block;
}
.pager ul li .p-btn{
      padding: 7px 20px;
      border-radius: 10px;
      border: 3px solid #195959;
      background-color: #eff;
      font-weight: bold;
      color: #195959;
}
.pager ul li:first-child .p-btn{
      margin-right: 5px;
}
.pager ul li .not-p{
      background-color: #eee;
      color: #ccc;
      border-color: #999;
}    
.pager p{
      margin-top: 20px;
}  

/***********カレンダー***************/
.side_cal{
    display: flex;
    display: -webkit-flex;
    justify-content: space-around;
    -webkit-justify-content: space-around;
}

.tbl_calendar {
  border: none !important;
  border-collapse: collapse !important;
  border-spacing: 0 !important;
  width: 45%;
}

.tbl_calendar caption{
   font-size: 15px;
   line-height: 2;
}

.tbl_calendar th, .tbl_calendar td {
  padding: 4px !important;
  text-align: center !important;
  border-bottom: 1px solid #ccc;
}
.tbl_calendar th{
    background-color: #eee;
    border-bottom: none;
}

.side_cal_memo{
   margin-left: 20px;
   margin-top: 20px;
}

/***********ショッピングガイド***************/


.item-guide{
	padding: 50px;
	width: 100%;
	margin-top: 80px;
	text-align: center;
	border-top: 3px dotted rgb(204, 204, 204);
        line-height: 2;
        font-size: 90%;
}
.guide-left,
.guide-right{
	display: inline-block;
	width: 40%;
        max-width: 500px;
        min-width: 400px;
	text-align: left;
	margin-right: 20px;
	padding: 10px;
	vertical-align: top;
}
.guide-left{
	margin-right: 20px;
}
.item-guide h2{
        font-size:16px;
        font-weight: bold;
        margin-bottom: 20px;
}
.item-guide h3{
        font-size:14px;
        margin: 20px 0 10px;
}
.item-guide h4{
        margin: 20px 0 10px;
}
.item-guide a{
        color: #CC3366;
   }
.item-guide table{
        width: 70%;
        text-align: right;
        margin: 10px 0 20px;
}
.item-guide table tr td{
        border: 1px solid #666;
        height: 25px;
        padding: 2px 5px;
}
.item-guide table tr td:first-child{
        width: 50%;
        background-color: #666;
        color: #FFF;
        text-align: left;
        border-bottom: 1px #777 solid;
}
.item-guide ul{
        margin-top: 10px;
}
.item-guide ul li{
        list-style: outside none none;
        background: rgb(106, 194, 135) none repeat scroll 0% 0%;
        text-align: center;
        padding: 3px 15px;
        border-radius: 10px;
        color: rgb(255, 255, 255);
        display: inline-block;
        margin-right: 10px;
}

/***********スクロールトップ***************/

#page-top span{
    display: block;
    position: fixed;
    bottom: 20px;
    right: 20px;
    width: 70px;
    height: 70px;
    border-radius: 50%;
    border: 3px solid #195959;
    text-align: center;
}
#page-top span:before{
    content: "";
    display: inline-block;
    width: 25px;
    height: 25px;
    border: solid #195959;
    transform: rotate(-45deg);
    -webkit-transform: rotate(-45deg);
    border-width: 6px 6px 0 0;
    margin-top: 26px;
}

/***********フリーページ***************/
.fp{
    margin-bottom: 50px;
}
.fp p{
    font-size: 1rem;
    max-width: 55em;
    margin-bottom: 0.8rem;
    line-height: 2;
}
.fp h2 {
    font-weight: bold;
    font-size: 2rem;
    line-height: 1.4; /* 推奨: 適度な行間（例：2rem × 1.4 = 約2.8rem） */
    margin: 3rem 0 2rem;
    display: flex;
    align-items: center;
    position: relative;
    padding-left: 1rem; /* ← 縦棒分の余白 */
}
.fp h2:before {
    content: "";
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    width: 6px; /* 棒の太さ */
    background-color: #223A5E;
  }
.fp h3{
    font-size: 1.25rem;
    width: 55em;
    margin-bottom: 1rem;
    margin-top: 2rem;
    font-weight: bold;
}
.fp h4{
    font-size: 1.1rem;
margin-bottom: 15px;
color: white;
display: inline-block;
border-radius: 10px;
padding: 2px 10px;
background-color: #223A5E;
margin-top: 2.5rem; 
}
.fp ul,
.fp dl{
     margin: 15px 0;
}
.fp ul li{
    height: 25px;
}
.fp ul li:before{
    content:"・";
}
.fp dl dt{
    margin-bottom: 5px;
}
.fp dl dd{
    margin-bottom: 15px;
    max-width: 55em;
    line-height: 1.8;
}
.fp dl dt:before{
    content:"■";
}
.fp table tr th,
.fp table tr td{
    padding: 5px;
    border: 1px solid #ccc;
    font-size: 90%;
    text-align: center;
}

.fp table{
    min-width: 40%;
}
.fp aside{
    border-top: 2px dashed #eee;
    border-bottom: 2px dashed #eee;
    width: 90%;
    padding: 1% 2%;
    margin: 50px 0;
}
.fp-bp strong{
    font-weight: bold;
}

/***********フリーページブランドカフス***************/
.fp-bp h3{
    position: absolute;

    right: 11%;
    width: auto;
}
.fp-bp table tr td img{
    min-width: 130px;
}
.fp-bp table th:nth-child(3){
    min-width: 5em;
}
.fp-bp table a{
    text-decoration: underline;
}
/***********フリーページカフスについて***************/
.fp-cg ul{
    display:flex;
    align-items: baseline;
    display: -webkit-flex;
    -webkit-align-items: baseline;
    width: 100%;
    max-width: 800px;
    margin: 40px 0;
}
.fp-cg ul li {
    height: auto;
    text-align: center;
    width: 16%;
    font-size: 85%;
    font-weight: bold;
}
.fp-cg ul li img{
    width: 95%;
    display: block;
    margin: 5px auto;
    max-width: 125px;
}
.fp-cg ul li small{
    display: block;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    width: 95%;
    font-size: 80%;
    margin: 5px auto;
    max-width: 125px;
}
.fp-cg ul li small a{
    color: #999;
}
.fp-cg ul li:before {
    content: "";
    display: none;
}

.fp-cg div div{
    display:flex;
    align-items: baseline;
    display: -webkit-flex;
    -webkit-align-items: baseline;
}
.fp-cg div div > p+img{
    width: 62%;
    margin-right: 1%;
    max-width: 550px;
}
.fp-cg div div > img+img{
     width: 34%;
}
.fp-cg .fp-cg-hc dl dt:before {
    content: "";
    display: none;
}
.fp-cg-hc{
    display: flex;
    display: -webkit-flex;
    flex-wrap: wrap;
    -webkit-flex-wrap: wrap;
}
.fp-cg-hc dl{
    width: 46%;
    margin: 1% 2% 1% 0;
}

/***********もともとの分***************/

/* font */
.txt_l { text-align: left; }
.txt_c { text-align: center; }
.txt_r { text-align: right; }
.txt_fwn { font-weight: normal; }
.txt_fwb { font-weight: bold; }
.txt_10 { font-size: 10px; }
.txt_12 { font-size: 12px; }
.txt_14 { font-size: 14px; }
.txt_16 { font-size: 16px; }
.txt_18 { font-size: 18px; }
.txt_20 { font-size: 20px; }
.txt_24 { font-size: 24px; }
.txt_28 { font-size: 28px; }
.txt_c_333 {color: #333;}

/* background */
.bgc_gray {
  background-color: #f1f1f1;
}

/* margin */
.mar_auto { margin: 0 auto; }
.mar_0 { margin: 0; }
.mar_t_0 { margin-top: 0; }
.mar_r_0 { margin-right: 0; }
.mar_b_0 { margin-bottom: 0; }
.mar_l_0 { margin-left: 0; }
.mar_5 { margin: 5px; }
.mar_t_5 { margin-top: 5px; }
.mar_r_5 { margin-right: 5px; }
.mar_b_5 { margin-bottom: 5px; }
.mar_l_5 { margin-left: 5px; }
.mar_t_10 { margin-top: 10px; }
.mar_r_10 { margin-right: 10px; }
.mar_b_10 { margin-bottom: 10px; }
.mar_l_10 { margin-left: 10px; }
.mar_t_20 { margin-top: 20px; }
.mar_r_20 { margin-right: 20px; }
.mar_b_20 { margin-bottom: 20px; }
.mar_l_20 { margin-left: 20px; }
.mar_t_30 { margin-top: 30px; }
.mar_r_30 { margin-right: 30px; }
.mar_b_30 { margin-bottom: 30px; }
.mar_l_30 { margin-left: 30px; }
.mar_t_50 { margin-top: 50px; }
.mar_r_50 { margin-right: 50px; }
.mar_b_50 { margin-bottom: 50px; }
.mar_l_50 { margin-left: 50px; }

/* padding */
.pad_v_10 { padding: 10px 0; }
.pad_v_20 { padding: 20px 0; }
.pad_v_30 { padding: 30px 0; }
.pad_0 { padding: 0; }
.pad_t_0 { padding-top: 0; }
.pad_r_0 { padding-right: 0; }
.pad_b_0 { padding-bottom: 0; }
.pad_l_0 { padding-left: 0; }
.pad_5 { padding: 5px; }
.pad_t_5 { padding-top: 5px; }
.pad_r_5 { padding-right: 5px; }
.pad_b_5 { padding-bottom: 5px; }
.pad_l_5 { padding-left: 5px; }
.pad_10 { padding: 10px; }
.pad_t_10 { padding-top: 10px; }
.pad_r_10 { padding-right: 10px; }
.pad_b_10 { padding-bottom: 10px; }
.pad_l_10 { padding-left: 10px; }
.pad_20 { padding: 20px; }
.pad_t_20 { padding-top: 20px; }
.pad_r_20 { padding-right: 20px; }
.pad_b_20 { padding-bottom: 20px; }
.pad_l_20 { padding-left: 20px; }
.pad_30 { padding: 30px}
.pad_t_30 { padding-top: 30px; }
.pad_r_30 { padding-right: 30px; }
.pad_b_30 { padding-bottom: 30px; }
.pad_l_30 { padding-left: 30px; }

/* border */
.bor_t_1 { border-top: 1px solid #eee; }
.bor_r_1 { border-right: 1px solid #eee; }
.bor_b_1 { border-bottom: 1px solid #eee; }
.bor_l_1 { border-left: 1px solid #eee; }

/* pattern selector block */
.pattern-box {
  padding: 10px;
  margin-bottom: 10px;
  border: 1px dotted #cccccc;
}

.pattern-list {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}

.pattern-list a {
  display: inline-block;
  width: calc(50% - 10px);
  text-decoration: underline;
  color: #333;
  font-size: 14px;
}

/* vertical align */
.va-10 { vertical-align: -10%; }
.va-20 { vertical-align: -20%; }
.va-30 { vertical-align: -30%; }
.va-35 { vertical-align: -35%; }
.va-40 { vertical-align: -40%; }

@media (max-width: 980px) {
  /* ~980px */
  #base_gmoWrapp,
  #gmo_CMSPbar {
    overflow: hidden;
    min-width: 100% !important;
    width: 100% !important;
  }
}
@media (max-width: 768px) {
  /* ~768px */
  #contents {
    padding-left: 0;
  }
}
@media (max-width: 480px) {
  /* ~480px */
}

/*
 * icons
 */
.icon-user { background-position: -208px 0px; }
.icon-lg-b.icon-user { background-position: -312px 0px; }
.icon-adduser { background-position: -240px 0px; }
.icon-lg-b.icon-adduser { background-position: -360px 0px; }
.icon-login { background-position: -48px -80px; }
.icon-lg-b.icon-login { background-position: -72px -120px; }
.icon-logout { background-position: -32px -80px; }
.icon-lg-b.icon-logout { background-position: -48px -120px; }
.icon-home { background-position: -176px -16px; }
.icon-lg-b.icon-home { background-position: -264px -24px; }
.icon-mail { background-position: -64px 0px; }
.icon-lg-b.icon-mail { background-position: -96px 0px; }
.icon-pencil { background-position: -96px 0px; }
.icon-lg-b.icon-pencil { background-position: -144px 0px; }
.icon-help { background-position: -272px -80px; }
.icon-lg-b.icon-help { background-position: -408px -120px; }
.icon-cart { background-position: -176px -64px; }
.icon-lg-b.icon-cart { background-position: -264px -96px; }
.icon-search { background-position: -208px -16px; }
.icon-lg-b.icon-search { background-position: -312px -24px; }
.icon-chevron_up { background-position: -0px -144px; }
.icon-lg-b.icon-chevron_up { background-position: -0px -216px; }
.icon-chevron_down { background-position: -352px -128px; }
.icon-lg-b.icon-chevron_down { background-position: -528px -192px; }

.icon-b,
.icon-w {
  width: 16px;
  height: 16px;
  display: inline-block;
  *display: inline;
  *zoom: 1;
}
.icon-lg-b,
.icon-lg-w {
  width: 24px;
  height: 24px;
  display: inline-block;
  *display: inline;
  *zoom: 1;
}

.icon-b { background-image: url(https://img.shop-pro.jp/tmpl_img/73/icon16_b.png); }
.icon-w { background-image: url(https://img.shop-pro.jp/tmpl_img/73/icon16_w.png); }
.icon-lg-b { background-image: url(https://img.shop-pro.jp/tmpl_img/73/icon24_b.png); }
.icon-lg-w { background-image: url(https://img.shop-pro.jp/tmpl_img/73/icon24_w.png); }

@media only screen and (-webkit-min-device-pixel-ratio: 2), only screen and (min--moz-device-pixel-ratio: 2), only screen and (-o-min-device-pixel-ratio: 2 / 1), only screen and (min-device-pixel-ratio: 2), only screen and (min-resolution: 192dpi), only screen and (min-resolution: 2dppx) {
  .icon-b,
  .icon-w {
    -webkit-background-size: 368px 320px;
    background-size: 368px 320px;
  }

  .icon-lg-b,
  .icon-lg-w {
    -webkit-background-size: 552px 480px;
    background-size: 552px 480px;
  }

  .icon-b { background-image: url(https://img.shop-pro.jp/tmpl_img/73/icon16_2x_b.png); }
  .icon-w { background-image: url(https://img.shop-pro.jp/tmpl_img/73/icon16_2x_w.png); }
  .icon-lg-b { background-image: url(https://img.shop-pro.jp/tmpl_img/73/icon24_2x_b.png); }
  .icon-lg-w { background-image: url(https://img.shop-pro.jp/tmpl_img/73/icon24_2x_w.png); }
}
@media (max-width: 768px) {
  .icon-b { background-image: url(https://img.shop-pro.jp/tmpl_img/73/icon24_b.png); }
  .icon-w { background-image: url(https://img.shop-pro.jp/tmpl_img/73/icon24_w.png); }
}
@media only screen and (max-width: 768px) and (-webkit-min-device-pixel-ratio: 2), only screen and (max-width: 768px) and (min--moz-device-pixel-ratio: 2), only screen and (max-width: 768px) and (-o-min-device-pixel-ratio: 2 / 1), only screen and (max-width: 768px) and (min-device-pixel-ratio: 2), only screen and (max-width: 768px) and (min-resolution: 192dpi), only screen and (max-width: 768px) and (min-resolution: 2dppx) {
  .icon-b { background-image: url(https://img.shop-pro.jp/tmpl_img/73/icon24_2x_b.png); }
  .icon-w { background-image: url(https://img.shop-pro.jp/tmpl_img/73/icon24_2x_w.png); }
}

/* カテゴリ紹介エリア（カフス・タイピン・ブレスレットなど共通） */
.category-intro {
    margin: 50px auto;
    padding: 30px 20px;
    max-width: 1024px;
    background-color: #f9f9f9;
    border: 1px solid #ddd;
    border-radius: 8px;
    text-align: center;
}

.category-intro h2 {
    font-size: 24px;
    font-weight: bold;
    color: #223A5E;
    margin-bottom: 20px;
    position: relative;
    padding-left: 15px;
    text-align: left;
}

.category-intro h2::before {
    content: "";
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    width: 6px;
    background-color: #223A5E;
}

.category-intro p {
    font-size: 16px;
    line-height: 1.8;
    color: #555;
    margin-bottom: 20px;
    text-align: left;
}

.category-features {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 12px;
    margin-top: 20px;
}

.category-features span {
    font-size: 14px;
    background-color: #eef3f7;
    color: #333;
    padding: 8px 12px;
    border-radius: 5px;
    display: inline-block;
}
