@charset "utf-8";

.animated {
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}

@-webkit-keyframes fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@keyframes fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
.fade-in {
  -webkit-animation-name: fadeIn;
  animation-name: fadeIn;
}
@-webkit-keyframes fadeOut {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
@keyframes fadeOut {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
.fadeOut {
  -webkit-animation-name: fadeOut;
  animation-name: fadeOut;
}
@-webkit-keyframes fadeInDown {
  0% {
    opacity: 0;
    -webkit-transform: translateY(-20px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
  }
}
@keyframes fadeInDown {
  0% {
    opacity: 0;
    -webkit-transform: translateY(-20px);
            transform: translateY(-20px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
}
.fadeInDown {
  -webkit-animation-name: fadeInDown;
  animation-name: fadeInDown;
}
@-webkit-keyframes fadeInUp {
  0% {
    opacity: 0;
    -webkit-transform: translateY(20px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
  }
}
@keyframes fadeInUp {
  0% {
    opacity: 0;
    -webkit-transform: translateY(20px);
            transform: translateY(20px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
}
.fadeInUp {
  -webkit-animation-name: fadeInUp;
  animation-name: fadeInUp;
}
@-webkit-keyframes fadeInLeft {
  0% {
    opacity: 0;
    -webkit-transform: translateX(-20px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateX(0);
  }
}
@keyframes fadeInLeft {
  0% {
    opacity: 0;
    -webkit-transform: translateX(-20px);
            transform: translateX(-20px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
}
.fadeInLeft {
  -webkit-animation-name: fadeInLeft;
  animation-name: fadeInLeft;
}
@-webkit-keyframes fadeInRight {
  0% {
    opacity: 0;
    -webkit-transform: translateX(20px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateX(0);
  }
}
@keyframes fadeInRight {
  0% {
    opacity: 0;
    -webkit-transform: translateX(20px);
            transform: translateX(20px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
}
.fadeInRight {
  -webkit-animation-name: fadeInRight;
  animation-name: fadeInRight;
}
.fade-up {
  transition: opacity 0.7s;
  -moz-transition: opacity 0.7s;
  -webkit-transition: opacity 0.7s;
  -o-transition: opacity 0.7s;
  transition: transform 0.7s;
  -moz-transition: transform 0.7s;
  -webkit-transition: transform 0.7s;
  -o-transition: transform 0.7s;
}
a:hover,a:visited,a:active,a:focus{
  text-decoration:none;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -ms-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}
.box{
  padding-bottom: 12%;
}
div.content_wrap {
  max-width: 1170px;
  width: 100%;
  margin: 0 auto;
  padding: 0;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 16px;
}

div.content_wrap a:hover {
  opacity: 0.85;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -ms-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}
div.gw_items_category {
  text-align: center;
  width: 100%;
  overflow: hidden;
  margin:0 auto
}
div.gw_items_ttl {
  margin: 5% auto 3%;
  width: 100%;
}
div.gw_items_category_ttl {
  margin: 10% auto 5% auto;
  width: 100%;
  max-width: 230px;
  border: 0;
  vertical-align: middle;
  height: auto;
}
div.gw_items_category_ttl img {
  display: block;
  max-width: 380px;
  width: 100%;
  margin: 0 auto 1% auto;
}
div.gw_items_main {
  display: block;
  margin: 0 auto;
}
div.gw_items_main span {
  display: block;
  text-align: center;
  font-size: 20px;
  padding:40px;
  letter-spacing: 2px;
  line-height: 32px;
}
div.gw_items_category ul {
  margin: 5% auto 9%;
  list-style: none;
  padding: 0;
  overflow: hidden;
  text-align:  center;
  clear: both;
}
div.gw_items_category > ul li {
    height: auto;
    display: inline-block;
    margin: 0 auto 2%;
    max-width: 290px;
    vertical-align: middle;
    padding: 0 0.5%;
}

div.gw_items_items ul li img{
  /* border: 1px solid #eeeeee; */
}
div.gw_items_category > div:nth-child(2n) {
    margin-right: 0;
}
div.gw_items_items ul {
  list-style: none;
  margin: 0;
  padding: 0;
  overflow: hidden;
  text-align: center;
}
div.gw_items_items > ul li {
  display: inline-block;
  height: auto;
  margin: auto 1% auto 1%;
  /* width: 190px; */
  max-width: 190px;
  vertical-align: top;
  padding-bottom: 2%;
}
div.gw_items_items.vb_last ul {
  border-bottom: none;
}
/*div.gw_items_items ul li img{
  box-shadow: 1px 1px 4px rgba(0,0,0,0.1);
}*/
div.gw_items_items ul li img{
  -webkit-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1);
  transition: 0.2s;
}
div.gw_items_items ul li a:hover img {
  transition: 0.5s;
  -webkit-transform: scale(1.04);
      -ms-transform: scale(1.04);
          transform: scale(1.04);
}
div.gw_items_items ul li:hover img {
  -webkit-transform: scale(1);
      -ms-transform: scale(1);
          transform: scale(1);
}
div.gw_items_tobrandtop {
  display: block;
  text-align: center;
  font-size: 15px;
  padding:0 0 60px 0;
  letter-spacing: 2px;
  text-decoration: underline;
  border-bottom: 1px solid #cccccc;
}
div.gw_items_tobrandtop.vb_last {
  border-bottom: none;
}
div.gw_items_price ul {
  list-style: none;
  margin: 0;
  padding: 0;
  overflow: hidden;
}
div.gw_items_price ul li {
  list-style: none;
  margin: 0 1.33% 0 0;
  padding: 0;
  max-width: 280px;
  width: 24%;
  float: left;
}
div.gw_items_price ul li:last-child {
  margin: 0;
  float: right;
}
div.gw_items_btn {
  max-width: 580px;
  width: 80%;
  margin: 6% auto 0 auto;
}
p.item_info{
  text-align:center;
  margin: 8% auto;
  line-height: 1.8em;
  font-size: 0.8em;
}
p.item_info span {
  font-size: 1.2em;
  font-weight: bold;
}
.link-banner{
  display: flex;
  justify-content: center;
  margin: 40px 0;
}
a.lb-btn{
  margin: 0 2%;
}
.btn_area{
  max-width: 450px;
  display: block;
  margin: 1% auto 0;
}
.btn_area .gw_btn {
  border: none;
  /*background-color: #FFFFFF;*/
  /*border: 1px solid #000000;*/
  padding: 30px;
  color: #000000;
  font-size: 17px;
  text-align: center;
  text-decoration:none;
}
.btn_area .gw_btn a{
  display: block;
  text-align: center;
  text-decoration: none;
  color: #000000;
}
.btn_area .gw_btn a:hover,
.btn_area .gw_btn a:visited,
.btn_area .gw_btn a:hover, 
.btn_area .gw_btn a:focus, 
.btn_area .gw_btn a:active {
  color:#000;
  text-decoration:none;
}
#category_bag .btn_area .gw_btn{
  background-color:#F8E48E;
}
#category_pouch .btn_area .gw_btn{
  background-color:#F1D3BB;
}
#category_stole .btn_area .gw_btn{
  background-color:#E8D2D5;
}
#category_pocketable .gw_btn{
  background-color:#CDE5E5;
}
#category_bag .btn_area .gw_btn:hover,
#category_pouch .btn_area .gw_btn:hover,
#category_stole .btn_area .gw_btn:hover,
#category_pocketable .btn_area .gw_btn:hover{
  background-color:#eee;
  text-decoration:none;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -ms-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}
.link-banner a:hover{
  opacity:0.6;
}
.link_to_brand{
 background-color:#f8e48f;
 padding: 6% 2% 4%;
 margin: 0 auto;
 text-align: center;
}
.link_to_brand p{
  
letter-spacing: 0.05em;
  
font-weight: bold;
  
margin: 0 auto 3%;
}
.link_to_brand ul{
   display: -webkit-flex;
   display: -ms-flexbox;
   display: flex;
   -webkit-flex-wrap: wrap;
   -ms-flex-wrap: wrap;
   flex-wrap: wrap;
   -webkit-justify-content: space-between;
   -ms-flex-pack: justify;
   justify-content: center;
   margin: 0 auto 2%;
}
.link_to_brand ul li{
 -webkit-flex: 0 0 calc(28% - 0px);
 -ms-flex: 0 0 calc(28% - 0px);
 flex: 0 0 calc(28% - 0px);
 -webkit-flex: 0 0 calc(28% - 0px);
 -ms-flex: 0 0 calc(28% - 0px);
 flex: 0 0 calc(28% - 0px);
 margin-right: 0.5%;
}
.link_to_brand ul li:last-child{
  margin-right:0;
}
img.pc_view,
br.pc_view,
span.pc_view {
  display: inline;
}
div.pc_view {
  display: block;
}
img.smp_view,
br.smp_view,
span.smp_view {
  display: none;
}
div.smp_view {
  display: none;
}



@media (max-width: 1200px) {
  div.gw_items_category > ul li {
    width: 22%;
  }
  .link_to_brand ul li{
   -webkit-flex: 0 0 calc(30% - 0px);
   -ms-flex: 0 0 calc(30% - 0px);
   flex: 0 0 calc(30% - 0px);
   -webkit-flex: 0 0 calc(30% - 0px);
   -ms-flex: 0 0 calc(30% - 0px);
   flex: 0 0 calc(30% - 0px);
   margin-right: 2%;
  }
  .link_to_brand ul li:last-child{
    margin-right:0;
  }
}

@media (max-width: 980px) {
  div.gw_items_main span{
    font-size:1em;
  }
  div.gw_items_category ul {
  margin: 5% auto 9%;
  }
  div.gw_items_category > ul li {
    margin: 0 auto 3%;
    /* padding: 0 1%; */
 }
  p.item_info{
    font-size: 0.7em;
  }
  .link-banner{
  margin: 0 auto;
  text-align: center;
  }
  a.lb-btn{
  margin: 0 2% 2%;
  display: block;
  padding: 0;
  }
  .box{
    margin-bottom:15%;
  }
  .link_to_brand ul{
  margin: 0 auto 1%;
  }
  .link_to_brand ul li{
   -webkit-flex: 0 0 calc(30% - 0px);
   -ms-flex: 0 0 calc(30% - 0px);
   flex: 0 0 calc(30% - 0px);
   -webkit-flex: 0 0 calc(30% - 0px);
   -ms-flex: 0 0 calc(30% - 0px);
   flex: 0 0 calc(30% - 0px);
   margin-right:1%;
  }
  .link_to_brand ul li:last-child{
    margin-right:0;
  }

}




@media (max-width: 767px) {
  div.content_wrap {
    font-size: 13px;
    padding: 2% 0 0 0;
  }
  div.content_wrap a:hover {
    opacity: 1;
  }
  .box{
    margin-bottom:20%;
  }
  div.gw_items_category_ttl img {
    display: block;
    max-width: 231px;
    width: 80%;
    margin: 0 auto 1% auto;
  }
  div.gw_items_main {
    display: block;
    margin: 0 auto;
  }
  div.gw_items_main span {
    display: block;
    text-align: center;
    font-size: 15px;
    padding: 10% 0 5%;
    letter-spacing: 2px;
    line-height: 160%;
  }
  div.gw_items_category_ttl,
  div.gw_items_price_ttl {
    margin: 10% auto 4% auto;
  }
  div.gw_items_category {
    width: 100%;
    margin: 0 auto;
  }
  div.gw_items_category ul li {
    width: 29%;
    max-width: 200px;
    height: auto;
    /* float: left; */
    /* margin: 0px 4% 0 0; */
    display: inline-block;
  }
  div.gw_items_items ul{
    display:-webkit-box;
      display:-moz-box;
      display:-ms-box;
      display:-webkit-flexbox;
      display:-moz-flexbox;
      display:-ms-flexbox;
      display:-webkit-flex;
      display:-moz-flex;
      display:-ms-flex;
      display:flex;
      -webkit-box-lines:multiple;
      -moz-box-lines:multiple;
      -webkit-flex-wrap:wrap;
      -moz-flex-wrap:wrap;
      -ms-flex-wrap:wrap;
      flex-wrap:wrap;
  }
  div.gw_items_ttl {
    width: 100%;
    border: 0;
    vertical-align: middle;
    height: auto;
  }
  div.gw_items_items div.gw_items_item_last {
    max-width:767px;
    margin:0 auto;
    width: 100%;
    float:none;
    }
  div.gw_items_items > ul li:nth-child(2n+1) {
    float:left;
    width: 46%;
    max-width: 190px;
    margin: 0 auto;
    padding: 0;
    }
  div.gw_items_items ul li:nth-child(2n) {
    float: right;
    width: 46%;
    margin: 0 auto;
    padding: 0;
    max-width: 190px;
  }
  p.item_info{
    text-align:center;
    margin: 7% auto;
    line-height: 200%;
    font-size: 1.2em;
  }
  p.item_info span {
    font-size: 1.1em;
    font-weight: bold;
  }
  div.gw_items_tobrandtop {
    font-size: 14px;
    padding:30px 0 60px 0;
  }
  div.gw_items_btn {
    width: 85%;
  }
  div.gw_items_category ul li{
  }
  div.gw_items_category> ul li {
    width: 47%;
    /* float:left; */
    max-width: 270px;
    height: auto;
    text-align: center;
    margin: 0 auto 2%;
  }
  .btn_area .gw_btn{
    font-size:1.2em;
    padding: 25px;
    width: 80%;
  }
  .link_to{
    margin: 0 auto 8%;
    text-align:center;
  }
  .link-banner{
    display:inline-block;
    margin:0 auto;
  }
  a.lb-btn{
    /* padding-bottom: 2%; */
    margin: 0 auto 5%;
  }
  .link_to_brand{
    padding: 7% 2% 4%;
  }
  .link_to_brand p{
  font-size: 1.1em;
  font-weight: bold;
  letter-spacing: 0.05em;
  margin: 0 auto 7%;
  }
  .link_to_brand ul{
  justify-content: space-between;
  margin: 0 auto 2%;
  }
  .link_to_brand ul li{
   -webkit-flex: 0 0 calc(50% - 4px);
   -ms-flex: 0 0 calc(50% - 4px);
   flex: 0 0 calc(50% - 4px);
   -webkit-flex: 0 0 calc(50% - 4px);
   -ms-flex: 0 0 calc(50% - 4px);
   flex: 0 0 calc(50% - 4px);
  }
  .gw_btn{
    margin:2% auto 0;
  }
  img.pc_view,
  br.pc_view,
  span.pc_view {
    display: none;
  }
  div.pc_view {
    display: none;
  }
  img.smp_view,
  br.smp_view,
  span.smp_view {
    display: inline;
  }
  div.smp_view {
    display: block;
  }
}


@media(max-width: 640px){
  div.gw_items_items ul {
  padding: 0;
  }
  .link_to{
    margin:0 auto 8%;
    text-align:center;
  }
  .link-banner{
    display:inline-block;
    margin:0 auto;
  }
  a.lb-btn{
    /* padding-bottom:2%; */
  }
}



@media(max-width: 480px){
  div.content_wrap {
    font-size: 11px;
  }
  div.gw_items_category ul{
  margin: 5% auto 20%;
  }
  .box{
  margin: 0 auto 20%;
  }
  .gw_btn {
  border: none;
  background-color: #FFFFFF;
  padding: 22px;
  color: #000000;
  display: block;
  margin: 3% auto 0;
  /* border: 1px solid #000000; */
  font-size: 1.2em;
  }
  div.gw_items_ttl {
  margin: 0 auto 10%;
  width: 100%;
  }
  div.gw_items_category > ul li  {
  height: auto;
  display: inline-block;
  margin: 0 auto 2%;
  width: 45%;
  vertical-align: middle;
  padding: 0 1%;
  }
}

