@charset "UTF-8";

/* -- all -- */
.tokushu-wrap {
  width: 510px;
  margin: 0;
  padding: 0;
  background: url(../imgs/bg.jpg) repeat-y left top;
  font-size: 62.5% !important;
  line-height: 1 !important;
  text-align: center;
}

.tokushu-wrap a {
  text-decoration: none !important;
  -webkit-transition-duration: 0.3s;
  -ms-transition-duration: 0.3s;
  -moz-transition-duration: 0.3s;
  -o-transition-duration: 0.3s;
  transition-duration: 0.3s;
}

.tokushu-wrap > a:hover img {
  opacity: 0.7;
  filter: alpha(opacity=70);
  -ms-filter: galpha(opacity=70) ;
  -webkit-transition-duration: 0.3s;
  -ms-transition-duration: 0.3s;
  -moz-transition-duration: 0.3s;
  -o-transition-duration: 0.3s;
  transition-duration: 0.3s;
}

/* -- sns -- */
.sns-wrap {
  margin: 5px 0 5px 3px !important;
}

.sns-wrap .fb-like {
  margin-top: -2px !important;
}

.sns-wrap .line {
  display: inline-block;
  margin-top: -2px !important;
  padding-left: 5px\0 !important;
  padding-left: 5px\9 !important;
  line-height: 0;
}


/* -- cont -- */
.tokushu-wrap .cont {
  position: relative;
  width: 496px;
  margin: 10px auto !important;
  padding: 0;
  background-color: #ffffff;
  border: 1px solid #ad0067;
  text-align: center;
  -webkit-box-sizing: border-box;
  -ms-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -o-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-border-radius: 3px;
  -ms-border-radius: 3px;
  -moz-border-radius: 3px;
  -o-border-radius: 3px;
  border-radius: 3px;
}

.tokushu-wrap .cont h3 {
  width: 484px;
  height: 32px;
  margin: 0 auto 5px auto !important;
  background: url(../imgs/h3_bg.png) no-repeat left top;
  color: #ffffff;
  font-size: 1.4em;
  font-size: 14px !important;
  font-weight: bold;
  line-height: 34px !important;
  text-align: center;
  -webkit-box-sizing: border-box;
  -ms-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -o-box-sizing: border-box;
  box-sizing: border-box;
}

/* -- product -- */
.tokushu-wrap .cont .product-l,
.tokushu-wrap .cont .product-m {
  width: 470px;
  margin: 10px auto !important;
  padding: 8px !important;
  border: 1px solid #fad4e7;
  -webkit-box-sizing: border-box;
  -ms-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -o-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-border-radius: 2px;
  -ms-border-radius: 2px;
  -moz-border-radius: 2px;
  -o-border-radius: 2px;
  border-radius: 2px;
}

.tokushu-wrap .cont .product-l p,
.tokushu-wrap .cont .product-m p {
  padding: 5px !important;
  font-weight: bold;
  text-align: left;
}

.tokushu-wrap .cont .product-l p a,
.tokushu-wrap .cont .product-m p a {
  color: #ca0069 !important;
}

.tokushu-wrap .cont .product-l p a:hover,
.tokushu-wrap .cont .product-m p a:hover {
  color: #f299ce !important;
}

.tokushu-wrap .cont .product-l p span,
.tokushu-wrap .cont .product-m p span {
  font-size: 1.05em;
  font-size: 10.5px !important;
  font-weight: normal;
}

.tokushu-wrap .cont .product-l .detail,
.tokushu-wrap .cont .product-m .detail {
  position: relative;
  margin: 5px auto !important;
  overflow: hidden;
}

.tokushu-wrap .cont .product-l .detail img,
.tokushu-wrap .cont .product-m .detail img {
  float: left;
  margin: 5px !important;
  border: 1px solid #cccccc;
}

.tokushu-wrap .cont .product-l .value,
.tokushu-wrap .cont .product-m .value {
  position: absolute;
  right: 5px;
  bottom: 0;
  text-align: right;
}

.tokushu-wrap .cont .product-l .value dl,
.tokushu-wrap .cont .product-m .value dl {
  color: #e4007f;
  font-weight: bold;
  text-align: right;
}

.tokushu-wrap .cont .product-l .value dl dt,
.tokushu-wrap .cont .product-m .value dl dt {
  display: inline-block;
  margin: 0 4px !important;
  font-size: 1.2em;
  font-size: 12px !important;
}

.tokushu-wrap .cont .product-l .value dl dd,
.tokushu-wrap .cont .product-m .value dl dd {
  display: inline-block;
  font-size: 1.6em;
  font-size: 16px !important;
}

.tokushu-wrap .cont .product-l .value dd:after,
.tokushu-wrap .cont .product-m .value dd:after {
  display: inline-block;
  font-size: 1.05em;
  font-size: 10.5px !important;
  font-weight: normal;
  content: "（税込）";
}

.tokushu-wrap .cont .product-l .cart,
.tokushu-wrap .cont .product-m .cart {
  display: inline-block;
  width: 130px;
  height: 28px;
  margin: 3px !important;
  border: 1px solid #ffffff;
  background-color: #505cb8;
  text-align: center;
  -webkit-box-shadow: 0px 0px 0px 1px #505cb8;
  -ms-box-shadow: 0px 0px 0px 1px #505cb8;
  -moz-box-shadow: 0px 0px 0px 1px #505cb8;
  -o-box-shadow: 0px 0px 0px 1px #505cb8;
  box-shadow: 0px 0px 0px 1px #505cb8;
  -webkit-border-radius: 2px;
  -ms-border-radius: 2px;
  -moz-border-radius: 2px;
  -o-border-radius: 2px;
  border-radius: 2px;
  -webkit-transition-duration: 0.3s;
  -ms-transition-duration: 0.3s;
  -moz-transition-duration: 0.3s;
  -o-transition-duration: 0.3s;
  transition-duration: 0.3s;
}

.tokushu-wrap .cont .product-l .cart span,
.tokushu-wrap .cont .product-m .cart span {
  color: #ffffff;
  font-size: 1.3em;
  font-size: 13px !important;
  font-weight: bold;
  line-height: 30px !important;
}

.tokushu-wrap .cont .product-l .cart:hover,
.tokushu-wrap .cont .product-m .cart:hover {
  background-color: #8994e4;
  -webkit-box-shadow: 0px 0px 0px 1px #8994e4;
  -ms-box-shadow: 0px 0px 0px 1px #8994e4;
  -moz-box-shadow: 0px 0px 0px 1px #8994e4;
  -o-box-shadow: 0px 0px 0px 1px #8994e4;
  box-shadow: 0px 0px 0px 1px #8994e4;
}

.tokushu-wrap .cont .product-l {
  text-align: center;
}

.tokushu-wrap .cont .product-l p {
  font-size: 1.4em;
  font-size: 14px !important;
}

.tokushu-wrap .cont .product-l .detail img {
  width: 176px;
}

.tokushu-wrap .cont .product-l .detail img:first-child {
  width: 250px;
}

.tokushu-wrap .cont .product-m .detail img {
  float: left;
  width: 230px;
  margin: 5px 12px 5px 5px !important;
  border: 1px solid #cccccc;
}

.tokushu-wrap .cont .product-m p {
  font-size: 1.3em;
  font-size: 13px !important;
}

.tokushu-wrap .cont .product-m ul {
  padding: 5px !important;
  text-align: left;
}

.tokushu-wrap .cont .product-m ul li {
  color: #999999;
  font-size: 1.1em;
  font-size: 11px !important;
  line-height: 1.6 !important;
}

.tokushu-wrap .cont .product-m .image {
  text-align: center;
}

.tokushu-wrap .cont .product-m .image img {
  width: 31%;
  margin: 5px 1px !important;
  border: 1px solid #cccccc;
}

/* -- itemlist -- */
.tokushu-wrap .itemlist {
  width: 510px;
  height: 32px;
  padding: 15px 0 10px !important;
  text-align: center;
}

.tokushu-wrap .itemlist a {
  display: block;
  width: 510px;
  height: 32px;
  background: url(../imgs/itemlist_bg.png) no-repeat left top;
  color: #ffffff;
  font-size: 1.2em;
  font-size: 12px !important;
  font-weight: bold;
  line-height: 34px !important;
}

.tokushu-wrap .itemlist a:hover {
  color: #f299ce !important;
}

/* -- footer -- */
.tokushu-wrap .footer {
  padding: 10px 0 !important;
  text-align: center;
}

.tokushu-wrap .footer p {
  color: #ca0069 !important;
  font-size: 1em;
  font-size: 10px !important;
  line-height: 1.6 !important;
}

.tokushu-wrap .footer p:before {
  display: inline-block;
  margin-right: 6px !important;
  font-family: FontAwesome;
  content: "\f1f9";
}

/* -- backtop -- */
.tokushu-wrap .backtop {
  position: fixed;
  bottom: 10px;
  right: 10px;
}

.tokushu-wrap .backtop a {
  display: block;
  width: 43px;
  height: 43px;
  -webkit-transition-duration: 0.3s;
  -ms-transition-duration: 0.3s;
  -moz-transition-duration: 0.3s;
  -o-transition-duration: 0.3s;
  transition-duration: 0.3s;
  -webkit-transition: 1s;
  -ms-transition: 1s;
  -moz-transition: 1s;
  -o-transition: 1s;
  transition: 1s;
}

.tokushu-wrap .backtop span {
  display: block;
  width: 43px;
  height: 43px;
  background: url(../imgs/backtop.png) no-repeat left top;
}

.tokushu-wrap .backtop a:hover {
  opacity: 0.7;
  filter: alpha(opacity=70);
  -ms-filter: galpha(opacity=70) ;
}

/* SP用 */
@media screen and (max-device-width: 1024px) {

  .sns-wrap .fb-like,
  .sns-wrap .fb-share-button {
    top: -3.5px;
  }

  .sns_wrap iframe {
    margin-top: -3px !important;
  }

  .tokushu-wrap {
    width: 100%;
  }

  .tokushu-wrap img {
    width: 100%;
  }

  .tokushu-wrap .cont {
    width: 95% !important;
  }

.tokushu-wrap .cont h3 {
    width: 100% !important;
		height: calc(60px - 6.5vw) !important;
    background: url(../imgs/sp_h3_bg.png) no-repeat left top !important;
    background-size: contain !important;
    line-height: calc(12.5px + 4.0vw) !important;
    font-size: 1.3em !important;
    font-size: 13px !important;
    margin: 0 !important;
  }

  /* -- product -- */
  .tokushu-wrap .cont .product-l,
  .tokushu-wrap .cont .product-m {
    width: 95% !important;
    margin: 5px auto !important;
    padding: 5px !important;
  }

  .tokushu-wrap .cont .product-l p span,
  .tokushu-wrap .cont .product-m p span {
    font-size: 9.05em !important;
    font-size: 9.5px !important;
  }

  .tokushu-wrap .cont .product-l .detail img,
  .tokushu-wrap .cont .product-m .detail img {
    float: none !important;
  }

  .tokushu-wrap .cont .product-l .value,
  .tokushu-wrap .cont .product-m .value {
    position: relative !important;
    text-align: center !important;
  }

  .tokushu-wrap .cont .product-l .value dl,
  .tokushu-wrap .cont .product-m .value dl {
    text-align: center !important;
    margin-bottom: 4px !important;
  }

  .tokushu-wrap .cont .product-l .value dl dt,
  .tokushu-wrap .cont .product-m .value dl dt {
    font-size: 1.1em;
    font-size: 11px !important;
  }

  .tokushu-wrap .cont .product-l .value dl dd,
  .tokushu-wrap .cont .product-m .value dl dd {
    font-size: 1.6em;
    font-size: 16px !important;
  }

  .tokushu-wrap .cont .product-l .value dd:after,
  .tokushu-wrap .cont .product-m .value dd:after {
    display: inline-block;
    font-size: 9.05em;
    font-size: 9.5px !important;
    font-weight: normal;
    content: "（税込）";
  }

  .tokushu-wrap .cont .product-l .cart,
  .tokushu-wrap .cont .product-m .cart {
    display: inline-block;
    width: 50vw !important;
    line-height: 30px;
    margin: 3px !important;
  }

  .tokushu-wrap .cont .product-l .cart span,
  .tokushu-wrap .cont .product-m .cart span {
    color: #ffffff;
    font-size: 1.2em;
    font-size: 12px !important;
    font-weight: bold;
    line-height: 30px !important;
  }

  .tokushu-wrap .cont .product-l p {
    font-size: 1.3em;
    font-size: 13px !important;
  }

  .tokushu-wrap .cont .product-m p {
    font-size: 1.3em;
    font-size: 13px !important;
    line-height: 1.2 !important;
    margin-bottom: -6px !important;
  }

  .tokushu-wrap .cont .product-l .detail img {
		width: 38% !important;
  }

  .tokushu-wrap .cont .product-l .detail img:first-child {
		width: 53% !important;
		margin-right: 5px !important;
  }

  .tokushu-wrap .cont .product-m .detail img {
    float: none;
		width: 60%;
    margin: 5px auto 10px !important;
  }

  .tokushu-wrap .cont .product-m ul {
    padding: 0 5px 15px !important;
    text-align: left;
    margin-bottom: 5px !important;
  }

  .tokushu-wrap .cont .product-m ul li {
    font-size: 1.1em;
    font-size: 11px !important;
    margin-bottom: -3px !important;
  }

  .tokushu-wrap .cont .product-m .image {}

  .tokushu-wrap .cont .product-m .image img {
    margin: 1px !important;
    width: 31% !important;
  }

  /* -- itemlist -- */
  .tokushu-wrap .itemlist {
    width: 100% !important;
    height: auto !important;
    padding: 0 !important;
  }

  .tokushu-wrap .itemlist a {
    width: 100% !important;
    background: url(../imgs/sp_itemlist_bg.png) no-repeat left top !important;
    background-size: contain !important;
    line-height: 1.3 !important;
    font-size: 3vw !important;
    margin: 0;
    padding:10px 0 0;
  }

  .tokushu-wrap .footer p {
    font-size: 0.8em !important;
    width: 95%;
    margin: 0 auto !important;
  }
}

/*ここまでSP用*/