@charset "UTF-8";
img {
  max-width: 100%;
  height: auto;
}
.body {
  min-width: 1280px;
  margin: 0 auto;
  padding-top: 80px;
}
.header {
  width: 100%;
  height: 80px;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 100;
  background-color: #FFF;
  border-bottom: 1px solid #e9e9e9;
}
.header-content {
  padding: 25px 40px 25px 2.5%;
  max-width: 1400px;
  min-width: 1280px;
  margin: 0 auto;
}
@media only screen and (max-width: 1400px) {
  .header-content {
    padding: 25px 40px 25px 2.2%;
  }
}
@media only screen and (max-width: 1340px) {
  .header-content {
    padding: 25px 40px 25px 1.8%;
  }
}
@media only screen and (max-width: 1280px) {
  .header-content {
    padding: 25px 40px 25px 1.5%;
  }
}
.header-content:after {
  content: "";
  clear: both;
  display: table;
}
.logo {
  float: left;
  margin-top: -1px;
  
}
.logo img {
}
.logo:hover img {
  opacity: 0.7;
}
.gNavi {
  float: right;
}
.gNavi ul {
  font-size: 0;
}
.gNavi li {
  display: inline-block;
  font-size: 14px;
  position: relative;
}
.gNavi li a {
  display: block;
  line-height: 30px;
  padding: 0 20px;
}
.gNavi li a:hover {
  opacity: 0.3;
}
.gNavi li.is-current > a {
  color: #BE155A;
}
.gNavi li.nav-webshop {
  margin-left: 20px;
}
.gNavi li.nav-webshop > a {
  border: 1px solid #000;
  padding: 1px 11px 2px 11px;
  line-height: 25px;
}
.gNavi li.is-cuurent.nav-webshop > a {
  border: 1px solid #BE155A;
}
.gNavi-sub {
  display: none;
  position: absolute;
  background-color: rgba(0,0,0,0.5);
  padding: 40px;
  font-size: 0;
  top: 55px;
}
.gNavi-sub li {
  display: inline-block;
}
.gNavi-sub a {
  color: #fff;
}
.gNavi li.nav-webshop .gNavi-sub {
  right: -40px;
  width: 441px;
  top: 54px;
  padding: 30px 30px;
}
.gNavi li.nav-webshop .gNavi-sub li:nth-child(2n) {
  margin-left: 20px;
}
.gNavi li.nav-webshop .gNavi-sub li:nth-child(1) ,
.gNavi li.nav-webshop .gNavi-sub li:nth-child(3) {
  margin-bottom: 20px;
}
.gNavi li.nav-webshop .gNavi-sub a {
  padding: 0;
}
.gNavi li.nav-item .gNavi-sub {
  right: -240px;
  width: 545px;
  
}
.gNavi li.nav-item .gNavi-sub a {
  font-size: 18px;
}
#wrapper {
}

.footer {
  width: 100%;
  padding: 80px 0 63px 0;
}
.btn-pagetop a {
  opacity: 0.3;
}
.btn-pagetop a:hover {
  opacity: 0.2;
}
.area-sns {
  margin: 0 0 40px 0;
}
.area-sns p {
  text-align: center;
  font-weight: bold;
  font-size: 12px;
  margin-bottom: 15px;
  color: #6C6C6C;
}
.area-sns ul {
  text-align: center;
  font-size: 0;
}
.area-sns li {
  display: inline-block;
  font-size: 14px;
  margin: 0 10px;
}
.area-sns li a {
  display: block;
  opacity: 0.3;
}
.area-sns li:hover a {
  opacity: 0.2;
}
.footer-content {
  width: 890px;
  margin: 0 auto 40px;
}
.footer-content:after {
  content: "";
  display: table;
  clear: both;
}
.footer-content > ul {
  width: 200px;
  float: left;
}
.footer-content ul:not(:last-of-type) {
  margin-right: 30px;
}
.footer-content a {
  color: #6C6C6C;
  font-size: 11px;
  line-height: 30px;
  display: inline-block;
}
.footer-content li span {
  margin-right: 1em;
  color: #6C6C6C;
  font-size: 11px;
  line-height: 30px;
}
.footer-content a:hover {
  text-decoration: underline;
}
.footer-logo {
  text-align: center;
  margin: 0 auto 30px;
}
.copyright {
  text-align: center;
  color: #6C6C6C;
  font-size: 12px;
}
.contents {
  max-width: 1400px;
  margin: 0 auto;
  position: relative;
}
.contents:after {
  content: "";
  display: table;
  clear: both;
}

.ttl-area {
  text-align: center;
  font-size: 20px;
  position: relative;
  margin-bottom: 40px;
}
.ttl-area h2 {
  font-weight: normal;
}
/*商品リスト*/

.list-item {
  width: 100%;
  
}
.list-item:after,
.list-item ul:after {
  content: "";
  clear: both;
  display: table;
}
.list-item ul {
  margin-bottom: 50px;
}
.list-item li {
  width: 20%;
  text-align: center;
  float: left;
}
.list-item li a {
  display: block;
  width: 190px;
  padding: 15px 0;
  position: relative;
}
.list-item li a:hover figure {
  -webkit-transform: translateY(-6px);
     -moz-transform: translateY(-6px);
      -ms-transform: translateY(-6px);
       -o-transform: translateY(-6px);
          transform: translateY(-6px);
}
.list-item li figure {
  width: 110px;
  margin: 0 auto 6px;
  -webkit-transition: .5s;
     -moz-transition: .5s;
      -ms-transition: .5s;
       -o-transition: .5s;
          transition: .5s;
}
.list-item li p,
.list-item li .price {
  color: #6C6C6C;
  font-size: 10px;
  padding: 0 25px;
  line-height: 1.2;
  display: block;
}
.list-item li p {
  margin-bottom: 3px;
  height: 2.4em;
}

.list-item li .list-color {
  text-align: center;
  height: 24px;
  width: 120px;
  margin: 0 auto 8px;
  line-height: 0;
}
.list-item li .list-color span {
  width: 10px;
  height: 6px;
  display: inline-block;
  margin: 0 1px 2px;
  overflow: hidden;
  vertical-align: top;
}

.list-item .rank {
  position: absolute;
  display: block;
  left: 10px;
  top: 0;
  z-index: 10;
  width: 28px;
  height: 28px;
  line-height: 26px;
  -webkit-border-radius: 30px;
          border-radius: 30px;
  font-size: 14px;
  color: #fff;
  text-align: center;
  font-weight: normal;
  background-color: #6C6C6C;
}
.list-item .rank.rank1 {
  background-color: #FB6C8E;
}
.list-item .rank.rank2 {
  background-color: #BE155A;
}
.list-item .rank.rank3 {
  background-color: #7B3954;
}
.list-item .rank4,
.list-item .rank5 {
  background-color: #6C6C6C;
}

@media only screen and (max-width: 1400px) {
  .list-item li {
    margin-right: 0px;
  }
}

/*フッターバナー*/
.mod-bnr {
  background-color: #F9F9F9;
}
.mod-bnr ul {
  text-align: center;
}
.mod-bnr li {
  display: inline-block;
}
.mod-bnr li a {
  display: block;
  width: 190px;
  height: 240px;
  padding: 40px 0 0 0;
}
.mod-bnr li a figure {
  -webkit-transition: .5s;
  -moz-transition: .5s;
  -ms-transition: .5s;
  -o-transition: .5s;
  transition: .5s;
  margin-bottom: 10px;
  width: 100px;
  margin: 0 auto 10px;
}
.mod-bnr li a:hover figure {
  opacity: 0.7;
}

.mod-bnr-text {
  font-size: 12px;
  line-height: 1.8;
}

/*パンくず*/
.breadcrumbs {
  color: #6C6C6C;
  text-align: right;
}
.breadcrumbs ul {
  font-size: 0;
}
.breadcrumbs li {
  color: #6C6C6C;
  font-size: 12px;
  display: inline-block;
  
}
.breadcrumbs li a {
  color: #A2A2A2;
  font-size: 12px;
}
.breadcrumbs li a:hover {
  text-decoration: underline;
}
.breadcrumbs li:not(:last-child) {
  margin-right: 5px;
}
.breadcrumbs li:not(:last-child):after {
  content: "";
  display: inline-block;
  background: url(/common/img/pc/icon_pakuzu_chevron.png) no-repeat center center;
  width: 10px;
  height: 10px;
  margin-left: 5px;
}
/*ボタン*/

.mod-btn {
  text-align: center;
}
.mod-btn-right {
  text-align: right;
}
.btn-more {
  width: 300px;
  text-align: center;
  line-height: 46px;
  border: 1px solid #000;
  display: inline-block;
  padding: 0 0 2px 0;
  background: url(/common/img/pc/icon_chevron_down_black.png) no-repeat right 10px center;
  font-size: 14px;
}
.btn-more:hover {
  color: #BE155A;
  border-color: #BE155A;
  background-image: url(/common/img/pc/icon_chevron_down_pink.png);
}
.btn-pagetop {
  position: fixed;
  bottom: 20px;
  right: 20px;
  z-index: 10;
}
.btn-submit {
  width: 100%;
  color: #fff;
  text-align: center;
  background-color: #BE155A;
  -webkit-border-radius: 30px;
          border-radius: 30px;
  font-weight: 400;
  padding: 12px 0 14px;
  font-size: 14px;
}
.btn-submit:hover {
  background-color: #D73074;
}
.btn-normal {
  display: inline-block;
  width: 100%;
  color: #fff;
  text-align: center;
  background-color: #A2A2A2;
  -webkit-border-radius: 30px;
          border-radius: 30px;
  font-weight: 400;
  padding: 12px 0 14px;
  font-size: 14px;
}

/* */
.mod-select {
  width: 280px;
  height: 40px;
  position: relative;
}
.mod-select select {
  cursor: pointer;
  width: 100%;
  height: 100%;
  -webkit-border-radius: 40px;
          border-radius: 40px;
  border: 1px solid #D4D4D4;
  font-size: 12px;
  padding: 0 16px 0 16px;
  background: url(/common/img/pc/icon_chevron_down_black.png) no-repeat right 10px center;
  color: #ADADAD;
  
}
.mod-select select:hover {
  background-image: url(/common/img/pc/icon_chevron_down_pink.png);
}

input::-ms-clear {
    visibility:hidden
}

#contentLower {
    min-width: 996px;
    max-width: 1162px;
    overflow: hidden;
    zoom: 1;
    margin: 0 auto;
    padding-top: 35px;
}