@charset "UTF-8";
/* CSS Document */


.main-content{
  margin: 0 auto;
  overflow: hidden;
}
.main-content a{
  transition: .4s;
}

/* title */
.title{
  margin: 0;
  text-align: center;
  width: 100%;
}


/* nav-tab */
.nav-tab{
  margin: 20px 0 50px;
}
.nav-tab::after{
  background: #919191;
  content: '';
  display: block;
  height: 1px;
  margin-top:1px;
  width: 100%;
}
.nav-tab ul{
  text-align: center;
}
.nav-tab ul li{
  display: inline-block;
  font-size: 0;
  margin: 0 5px;
  vertical-align: bottom;
  width: 200px;
}
.nav-tab li a{
  border: 1px solid #ddd;
  border-bottom: none;
  border-radius: 2px 2px 0 0;
  color: #aaa;
  display: block;
  font-size: 13px;
  height: 28px;
  line-height: 30px;
  margin-bottom: 1px;
  overflow: hidden;
  padding: 0 10px;
  text-align: center;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.nav-tab li.active a{
  border: 1px solid #919191;
  border-bottom: 1px solid #fff;
  color: #333;
  height: 30px;
  line-height: 30px;
  margin-bottom: -2px;
  transition: .3s;
}

/*--+++++++++++++++++++++++++++++++++++++++++++++++++++++++++++--*/


/*　お財布特集　*/



.ttl_box{
  display: block;
    float: left;
    margin: 0 auto;
    overflow: hidden;
    text-align: center;
    width: 100%;
  }
  
  .title-sub {
    padding: 20px;
    text-align: left;
  color: #000;
    font-size: 13px;
    line-height: 1.8;
    margin-bottom: 20px;
  }
  
  .main_box{
  display: block;
    margin: 0 auto;
    overflow: hidden;
    position: relative;
    text-align: center;
    width: 100%;
  }
  .main_box img{
  display: block;
    margin: 0 auto 0;
    overflow: hidden;
    position: relative;
  }
  .navi{
    display: block;
    overflow: hidden;
    width: 100%;
    border-bottom: solid 1px #9e9e9e;
  }
  .navi ul{
    display: block;
    overflow: hidden;
    width: 600px;
    margin: 0 auto ;
    text-align: center;
    font-size: 0;
  
  }
  .navi ul li{
    display: inline-block;
    width: 140px;
    margin: 0 10px ;
    border-bottom: solid 3px #fff;
    box-sizing: border-box;
  }
  .navi ul li a{
    color: #000;
    text-decoration: none;
    padding: 7px 2px 5px 2px;
    display: block;
    overflow: hidden;
    font-size: 13px;
  }
  .con1{
    display: block;
    overflow: hidden;
    width: 100%;
    text-align: center;
    padding: 60px 0 20px;
  }
  
  .bg_col01 {
    background-color: #f0eae3;
  }
  
  .bg_col02 {
    background-color: #d5dedc;
  }
  
  .bg_col03 {
    background-color: #e4e8f1;
  }
  
  .l-head-col {
  display: block;
    overflow: hidden;
    width: 100%;
    margin: 0 auto;
    text-align: center;
    padding: 0px;
  }
  .con_come{
    display: block;
    overflow: hidden;
    font-size: 18px;
    font-weight: bold;
    padding: 20px 0;
    line-height: 1.6em;
  }
  .bg_col01 .con_come{
    color: #b9ae87;
  }
  .bg_col02 .con_come{
    color: #689e65;
  }
  .bg_col03 .con_come{
    color: #d89797;
  }

  .txt-frame {
    padding: 30px;
    position: relative; 
  }
  
  .txt-frame::before, .txt-frame::after {
    content: '';
    width: 50px;
    height: 50px;
    position: absolute;
  }
  
  .txt-frame::before {
    border-left: solid 1px #797979;
    border-top: solid 1px #797979;
    top: 0;
    left: 0;
  }
  
  .txt-frame::after {
    border-right: solid 1px #797979;
    border-bottom: solid 1px #797979;
    bottom: 0;
    right: 0;
  }
  
  .color-name img {
    display: block;
    width: 80vw;
    margin: 0 auto 30px;
  }
  
  .l-head-col-desc p span{
    line-height: 1.8;
    font-size: 14px;
  }
  
  .l-head-col-img {
    width: 70vw;
    margin: 0 auto;
    box-sizing: border-box;
    font-size: 0;
  }
  
  .l-head-col-img img {
    width: 100%;
  }
  
  .con_items_list{
    display: block;
    overflow: hidden;
    width: 100%;
    text-align: left;
  }
  
  .con_items_list p{
    display: block;
    overflow: hidden;
    margin: 0;
    text-align: none;
    font-size: 12px;
    border-bottom: solid 1px #9e9e9e;
    height: 40px;
  }
  .con_items_list span{
    display: inline-block;
    overflow: hidden;
    padding: 10px 0;
  }
  
  .con_items_list p a{
    display: block;
    overflow: hidden;
    color: #000;
    padding: 10px 0 ;
    text-decoration: none;
  }
  
  .con_items_list p a::after {
    backface-visibility: hidden;
    border-right: 1px solid #9e9e9e;
    border-top: 1px solid #9e9e9e;
    content: "";
    display: inline-block;
    height: 12px;
    margin-left: 95%;
    position: relative;
    transform: rotate(45deg);
    transition: all 0.2s linear 0s;
    vertical-align: middle;
    width: 12px;
    top: -18px;
  }
  
  .con2{
    display: block;
    overflow: hidden;
    width: 100%;
    text-align: center;
    margin: 0 auto ;
    /*background-color: #F8F7F3;*/
  }
  .con2 img{
    width: 124px;
  }
  /*
  .con2 h3{
  width: 1000px;
  margin: 10px auto ;
  text-align: left;
  display: block;
  overflow: hidden;
  font-weight: lighter;
  color: #333333;
  line-height: auto;
  font-size: 20px;
  font-weight: bold;
  }
  .con2 h3::after{
    border-bottom: 1px solid #9e9e9e;
    content: "";
    display: inline-block;
    height: 10px;
    vertical-align: text-top;
    width: 850px;
  }
  */
  
  .section-line {
  text-align: left;
  font-weight: bold;
  font-size: 20px;
    overflow: hidden;
    display: flex;
    align-items: center;
  width: 94%;
  margin: 10px 3%;
  }
  .section-line::after {
    content: '';
    height: 1px;
    background-color: #333;
    flex-grow: 1;
  }
  
  .con2 ul{
    display: flex;
    flex-wrap: wrap;    
    overflow: hidden;
    width: 1000px;
    text-align: left;
    margin: 0 auto;
    padding: 0;
  }
  .con2 ul li {
    /*display: block;*/
    overflow: hidden;
    /*float: left;*/
    width: 23%;
    margin: 0 20px 40px 0 ;
  }
  
  .con2 ul li a{
    color: #000;
    text-decoration: none;
    font-size: 12px;
  }
  .con2 ul li img{
    display: block;
    overflow: hidden;
    width: 100%;
    margin-bottom: 8px;
  }
  
  .m-sign-form-btn-area{
    width: 378px;
  }
  
  
  a .icon {
    background-color: #3e3e3e;
    color: #fff;
    font-size: 10px;
    margin: 0;
    padding: 8px 25px;
    text-align: center;
    transition: all 0.3s ease 0s;
    display: block;
    float: right;
    border-radius: 2px;
  }
  
  
  .content-btn {
    background: #3e3e3e;
    border-radius: 4px;
    color: #fff;
    display: block;
    font-size: 14px;
    margin: 40px
  auto;
    padding: 20px 0;
    text-align: center;
    width: 80%;
    max-width: 320px;
  }
  
  .content-btn:hover {
    opacity: 0.7;
  }
  
  .ly_mb {
    margin-bottom:60px;
  }
  
  
  .gift_brand ul {
  display: block;
  overflow: hidden;
  width: 1000px;
  margin: 0 auto;
  padding: 0;
  text-align: center;
  }
  .gift_brand h2,
  .other_item_box h2{
  font-size: 25px;
  text-align: center;
  }
  .gift_brand ul {
    width: 100%;
    padding: 0px;
    justify-content: center;
  }
  
  
  .gift_brand {
  display: block;
  overflow: hidden;
  width: 100%;
  text-align: center;
  padding: 64px 0 50px;
  }
  
  .gift_brand ul {
  display: flex;
  flex-wrap: wrap;
    justify-content: center;    
    width: 100%;
    padding: 0px;
  }
  .gift_brand h2,
  .other_item_box h2{
  font-size: 25px;
  text-align: center;
  }
  
  
  
  .gift_brand ul li{
  overflow: hidden;
  margin: 10px 5px 10px;
    width: 45%;
  
  
  background-color: #fdfaf6;
  text-align: left;
  font-size: 12px;
  box-shadow: 0 0 10px #ccc;
  }
  
  
  .gift_brand ul li a,.gift_brand ul li span{
  display: block;
  height: 100%;
  padding: 10px;
  }
  
  .gift_brand ul li img {
  width: 100%;
  }


@media screen and (max-width: 640px) {
/* SMP */

.main-content{
  padding-bottom: 80px;
  width: 100%;
}
.title{
  margin: 30px 0 10px;
  width: 100%;
}
.title img{
  width: 100%;
}

.l-head-col-desc p span {
  line-height: 1.7;
  font-size: 13px;
}
.txt-frame {
  padding: 22px;
}

/* SMP section */
.section{
  margin: 0 0 80px;
  width: 100%
}
/* SMP nav-tab */
.nav-tab{
  margin: 0 0 5vw;
}
.nav-tab ul{
  text-align: center;
}
.nav-tab ul li{
  margin: 0 2px;
  vertical-align: bottom;
  width: 30%;
}
.nav-tab li a{
  font-size: 4vw;
  height: 4vw;
  line-height: 1.5;
  padding: 2vw 0 4vw;
}
.nav-tab li.active a{
  height: 4.2vw;
  line-height: 1.5;
  padding: 2vw 0 4.5vw;
}

/* SMP nav-categpry */
.nav-categpry ul{
  display: flex;
  flex-wrap: wrap;
  margin: 0 0 -30px;
}
.nav-categpry ul li{
  margin: 2px;
}
.nav-categpry a{
  background: #000;
  display: block;
  height: 22vw;
  overflow: hidden;
  position: relative;
  width: 22vw;
}
.nav-categpry a img{
  margin-top: -10px;
  opacity: .5;
  width: 100%;
}
.nav-categpry a span{
  color: #fff;
  font-size: 10px;
  padding: 0;
  width: 100%;
}


/*SMP item-list*/

.sale-btn{
  box-sizing: border-box;
  font-size: 11px;
  margin: 10px auto 0;
  padding: 8px 0;
  width: 100%;
}
.sale-btn::after{
  height: 6px;
  width: 6px;

  top: 21px;
  right: 6px;
}

.btn-more{
  clear: both;
  margin: 40px 0 50px;
  overflow: hidden;
  width: 100%;
}
.btn-more a{
  display: block;
  font-size: 16px;
  margin: 0 auto 10px;
  padding: 14px 0;
  text-align: center;
  width: 300px;
}

/* SMP under link */
.under_link {
  padding: 30px 0 50px;
}
.under_link li {
  margin:auto 5px 5px auto;
  width: 90%;
}
.under_link a {
  font-size: 93%;
  padding: 14px 0;
}

br.sp-visible{
  display: inline;
}

    .pc_none{
    display: none !important;
  }
    .tbl_none{
    display: block !important;
  }
    .sp_none{
    display: block !important;
  }
  .main_box{
    height: 400px;
  }
  
  .main_box img{
    width: 100%;
  }
  
  .l-contents h2{
    margin: 0 auto;
    width: 100%;
  }
  .l-contents h2 img{
    width: 100%;
  }
  
  .main_box{
    height: auto;
    margin: 0;
  }
  .main_box img{
    margin: 0;
  }
  
  .navi{
    width: 100%;
  }
  .navi ul{
    width: 100%;
    padding: 0px;
    display: flex;
    justify-content: center;
    align-items: center;
  
  }
  .navi ul li{
    width: 33%;
    margin: 0;
  }
  .navi ul li img{
    width: 100%;
  }
  .con1 , .con2 , .con4 {
    width: 100%;
    padding: 40px 0 20px;
  }
  .con1 ul {
    width: 95%;
  }
  .l-head-col-desc {
    width: 100%;
    margin: 10px 0 44px;
  }
  
  .con1 ul li a{
    display: block;
    overflow: hidden;
    width: 100%;
  }
  
  .con2 h2 {
    width: 100%;
  }
  .con2 h2 img{
    width: 124px;
  }
  .con2 ul{
    width: 100%;
    margin: 0 auto;
  }
  .con2 ul li a{
    font-size: 10px;
  }
  .con2 ul li{
    width: 43% !important;
    margin: 0 3.5% 20px;
    float: left;
  }
  
  .con2 ul li img{
    width: 100%;
  }
  
  .box ul{
  width: 100%;
  }
  
  .con_under_sharebox a{
  width: 45px;
  }
  
  .con_under_mailbox{
  width: 95%;
  }
  
  }
  

@media screen and (min-width: 641px) {

.con1, .con2 {
  width: 1000px;
  margin: 0 auto;
}
  

/* hover settings */
.nav-tab li:not(.active) a:hover{
  border-color: #aaa;
  color: #666;
}
.nav-categpry a:hover{
  opacity: .7;
}

.item-list a:hover,
.btn-more a:hover{
  opacity: .6;
}
a.sale-btn:hover{
  background: #ffe9e8;
}
.under_link a:hover{
  background: #fff;
  color: #3b2328;
}


br.sp-visible{
  display: none;
}

.m-btn-active:hover{
  background-color: #ffc17f;
}

.navi ul li:hover{
  border-bottom: solid 3px #9e9e9e;
}
.con1 ul li a img:hover {
  opacity: 0.7;
}

.con2 ul li a:hover{
  opacity: 0.7;
}

.con_under_sharebox a img:hover{
opacity: 0.7;
}

.title-sub {
  margin-top: 0;
  color: #000;
}


.color-name01 {
  padding-top: 100px;
}

.color-name02 {
  padding-top: 100px;
}

.color-name03 {
  padding-top: 100px;
}

.title-sub {
  text-align: center;
}

.gift_brand ul{
overflow: hidden;
width: 1000px;
margin: 0 auto;
padding: 0;
text-align: center;
}
.gift_brand ul li{
width: 190px;
}

.l-head-col {
display: flex;
  justify-content: space-around;
  align-items: center;
  overflow: hidden;
  width: 1000px;
  margin: 0 auto;
  text-align: left;
  padding: 0px;
}

.l-head-col-desc {
  overflow: hidden;
  text-align: center;
}
.l-head-col-img {
  overflow: hidden;
  width: 380px;
  margin: 0;
}

.color-name img {
  width: 100%;
}

.color-name {
  width: 360px;
}

.section-line {
width: 1000px;
margin: 10px auto ;
}
}
