@charset "utf-8";
#contentsWrap {
  display: flex;
  flex-wrap: nowrap;
  justify-content: space-between;
  align-items: flex-start;
  position: relative;
  margin: 0 auto 50px;
}
@media (max-width: 768px) {
  #contentsWrap {
    display: block;
    margin-bottom: 30px;
  }
}
#main {
  flex-grow: 1;
  max-width: 620px;
  padding-right: 20px;
}
@media (max-width: 768px) {
  #main {
    max-width: none;
    padding-right: 0;
  }
}
#sub {
  width: 210px;
  min-width: 210px;
  background-color: #fff;
}
@media (max-width: 768px) {
  #sub {
    width: auto;
    min-width: auto;
    margin-bottom: 20px;
  }
}
#sub > div {
  margin-top: 20px;
  background: #e8e8e8;
}
#sub > div:first-child {
  margin-top: 0;
}
#sub > div.banner {
  background-color: transparent;
}
@media (max-width: 768px) {
  #sub > div.banner {
    margin-top: 30px;
  }
}
#sub > div h2 {
  padding: 7px 10px;
  color: #fff;
  font-size: 14px;
  background-color: #333333;
  font-weight: bold;
}
#sub > div .wrap {
  padding: 15px 14px;
}
#sub .archiveList > dl {
  padding: 15px 14px;
  font-size: 14px;
}
#sub .archiveList > dl > dt {
  margin-bottom: 1em;
  cursor: pointer;
}
#sub .archiveList > dl > dt span {
  display: inline-block;
  border: solid 2px #bbb;
  width: 15px;
  line-height: 16px;
  text-align: center;
  margin-left: 0.5em;
  font-weight: bold;
  font-size: 16px;
  padding-left: 1px;
  color: #bbb;
  cursor: pointer;
}
#sub .archiveList > dl > dd {
  padding-left: 3em;
  margin-bottom: 1em;
  display: none;
}
#shopping h2 {
  font-size: 200%;
}
#shopping h2 span {
  font-size: 50%;
  vertical-align: 4px;
}
#shopping .cart {
  text-align: center;
  margin: 15px 0;
  padding-bottom: 5px;
}
#shopping .cart .link {
  padding-bottom: 5px;
}
#shopping .cart .price {
  margin: 15px 0;
  color: #D90000;
  font-size: 134%;
  font-weight: bold;
}
#shopping .cart .price span {
  font-size: 14px;
}
#shopping .cart .price + .btns {
  margin: 0 0 15px;
}
#shopping .cart .btns > div {
  margin-bottom: 10px;
}
#shopping .cart .btns > div:first-child {
  margin-top: 15px;
}
#shopping .cart .btns > div.btn {
  margin: 10px 15px 10px;
  max-width: 180px;
  max-height: 60px;
}
@media (max-width: 768px) {
  #shopping .cart .btns > div.btn {
    margin-right: auto;
    margin-left: auto;
  }
}
#shopping .cart .btns > div.cartcode {
  margin-top: -20px;
  background-color: transparent;
}
@media (max-width: 768px) {
  #shopping .cart .btns > div.cartcode .shopify-buy-frame {
    margin: auto;
  }
}
#shopping .cart .btns > div.cart_btn a {
  display: block;
  width: 180px;
  height: 60px;
  box-sizing: border-box;
  padding-left: 30px;
  background-color: #5C5249;
  background-image: url(../images/custom/btn_cart.png);
  line-height: 60px;
  font-size: 1.3rem;
  font-weight: bold;
}
#shopping .cart .btns > div.cart_btn a:hover {
  text-decoration: none;
}
#shopping .cart .btns > div.yondemill_btn a {
  background: #000 url("../images/common/icon_book.png") 9px 11px no-repeat;
  display: block;
  padding: 13px 0 13px 22px;
  color: #ffffff;
  font-weight: bold;
  border-radius: 4px;
}
#netshop .netshop {
  padding: 15px 0 5px;
}
#netshop .netshop > p {
  padding: 2px 14px;
  background-color: #EDEDED;
  color: #878787;
}
#netshop .netshop .wrap {
  padding: 0px 15px;
}
@media (max-width: 768px) {
  #netshop .netshop .wrap {
    padding: 0px 10px;
  }
}
#netshop .netshop ul.show li:nth-child(n+3) {
  margin-bottom: 5px;
}
@media (max-width: 768px) {
  #netshop .netshop ul {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
  }
}
#netshop .netshop ul li {
  margin-bottom: 5px;
  transition: 0.3s;
}
#netshop .netshop ul li a {
  display: block;
  border: 1px solid #dddddd;
  background-color: #fff;
}
#netshop .netshop ul li:nth-child(n+3) {
  margin-bottom: 0;
}
#netshop .netshop ul li:nth-child(n+3) a {
  display: none;
}
#netshop .netshop ul li img {
  width: 100%;
  max-width: 180px;
}
@media (max-width: 768px) {
  #netshop .netshop ul li {
    width: calc(50% - 5px);
    text-align: center;
  }
  #netshop .netshop ul li a {
    display: flex;
    align-items: center;
    height: 100%;
    justify-content: center;
  }
}
#netshop .netshop .other {
  padding: 15px 0;
}
#netshop .netshop .other a {
  display: inline-block;
  padding-right: 18px;
  background-image: url(../images/custom/icon2.svg);
  background-position: right center;
  background-repeat: no-repeat;
  color: #666;
  font-size: 1.2rem;
}
#netshop > ul {
  padding: 20px 25px;
}
#netshop > ul.format {
  padding: 10px;
  border-top: 1px solid #c0d0cf;
}
#netshop > ul li {
  margin-top: 12px;
}
#netshop > ul li:first-child {
  margin-top: 0;
}
#netshop > ul li a {
  position: relative;
  top: 0;
  left: 0;
  padding-left: 12px;
  color: #333;
  font-size: 1.4rem;
  font-weight: bold;
}
#netshop > ul li a:before {
  content: "";
  position: absolute;
  left: 0;
  top: 4px;
  display: block;
  width: 0;
  height: 0;
  border: 4px solid transparent;
  border-left-color: #000;
}
#share {
  background-color: #fff !important;
}
#share h2 {
  font-size: 150%;
}
#share h2 span {
  font-size: 50%;
  vertical-align: 3px;
}
#share .wrap {
  padding: 15px 5px 0 !important;
}
#share .wrap0 {
  display: flex;
  flex-flow: row wrap;
  line-height: 1;
}
#share .wrap0 > div {
  margin: 0 5px 10px 0;
}
#tag .wrap .tagWrap {
  margin-bottom: -10px;
}
#tag .wrap a {
  display: inline-block;
  padding: 0 10px 10px 0;
}
#category ul li {
  margin-top: 12px;
}
#category ul li:first-child {
  margin-top: 0;
}
#category a {
  position: relative;
  top: 0;
  left: 0;
  padding-left: 13px;
  color: #333;
}
#category a:before {
  content: "";
  position: absolute;
  left: 0;
  top: 3px;
  display: block;
  width: 4px;
  height: 4px;
  border-top: 2px solid #5E5E5E;
  border-right: 2px solid #5E5E5E;
  -webkit-transform: rotation(45deg);
  transform: rotate(45deg);
}
#recommend ul li {
  *zoom: 1;
  border-bottom: dotted 1px #888888;
  padding: 10px 0;
}
#recommend ul li:after {
  content: "";
  display: block;
  clear: both;
}
#recommend .image {
  float: left;
  width: 50px;
}
#recommend .image img {
  width: 100%;
}
#recommend .detail {
  float: right;
  width: 120px;
}
#recommend .detail h3 {
  margin-bottom: 5px;
  font-weight: bold;
}
#recommend .detail .price {
  margin-bottom: 5px;
}
#recommend .detail .author {
  margin-bottom: 5px;
  color: #656565;
}
#recommend .detail .author a {
  color: #656565;
}
#recommend .slide {
  position: relative;
  padding: 25px 0;
}
#recommend .slide .bx-prev,
#recommend .slide .bx-next {
  display: inline-block;
  height: 20px;
  width: 80px;
  position: absolute;
}
#recommend .slide .bx-prev {
  top: 0;
  left: 50px;
  background: url(../images/common/slider_prev.png) 0 0 no-repeat;
}
#recommend .slide .bx-next {
  bottom: 0;
  left: 50px;
  background: url(../images/common/slider_next.png) 0 0 no-repeat;
}
#news .category {
  width: 70px;
  padding-right: 10px;
}
#news .txt {
  float: right;
  width: 160px;
}
#sub > #newsCategory {
  background-color: #fff;
}
#sub > #newsCategory > h2 {
  background-color: #333333;
}
#sub > #newsCategory .wrap {
  border: 1px solid #ccc;
  border-top: none;
  padding: 12px 9px;
}
#sub > #newsCategory .wrap a {
  color: #242424;
}
#newsCategory .entry {
  margin-top: 10px;
  font-size: 0;
}
#newsCategory .entry:first-child {
  margin-top: 0;
}
#newsCategory .category {
  display: block;
  padding-right: 10px;
  color: #fff;
  font-size: 14px;
  text-align: center;
}
#newsCategory .categoryName .categoryName {
  padding-bottom: 5px;
}
#newsCategory .categoryName .categoryName:last-child {
  padding-bottom: 0;
}
#newsCategory .entry > ul > li > .category {
  width: 60px;
  padding-right: 5px;
  vertical-align: top;
  float: left;
}
#newsCategory .entry > ul > li > .txt {
  display: block;
  margin-left: 65px;
}
#newsCategory .entry > ul > li > ul {
  display: none;
  margin-top: 2px;
  padding-left: 79px;
}
#newsCategory .entry > ul > li > ul > li .category {
  display: none;
}
#newsCategory .entry > ul > li > ul > li > ul {
  display: none;
  margin-top: 2px;
  padding-left: 14px;
}
#newsCategory .entry > ul > li > ul > li > ul > li .category {
  display: none;
}
#newsCategory .txt {
  position: relative;
  display: inline-block;
  padding-top: 1px;
  padding-left: 15px;
  font-size: 14px;
}
#newsCategory .txt:after {
  content: "";
  display: block;
  clear: both;
}
#newsCategory .txt a {
  display: block;
  float: left;
}
#newsCategory .switch {
  visibility: hidden;
  position: absolute;
  top: 3px;
  left: 0;
  width: 6px;
  height: 6px;
  margin: 3px 8px 0 0;
  border-top: 2px solid #5E5E5E;
  border-right: 2px solid #5E5E5E;
  -webkit-transform: rotation(45deg);
  transform: rotate(45deg);
  vertical-align: -6px;
}
#newsCategory .switch:hover {
  text-decoration: none;
}
#sub > #company {
  background-color: #fff;
}
#sub > #company .wrap {
  padding: 12px 9px;
  border: 1px solid #ccc;
  border-top: none;
  font-size: 14px;
}
#sub > #company .wrap .entry {
  margin-top: 10px;
}
#sub > #company .wrap .entry:first-child {
  margin-top: 0;
}
#sub > #company .wrap a {
  color: #242424;
}
#sub > #company .categoryName {
  position: relative;
  padding-left: 5px;
}
#sub > #company .categoryName .categoryName {
  padding-bottom: 5px;
}
#sub > #company .categoryName .categoryName:last-child {
  padding-bottom: 0;
}
#sub > #company .switch {
  visibility: hidden;
  position: absolute;
  top: 3px;
  left: 0;
  width: 6px;
  height: 6px;
  margin: 3px 8px 0 0;
  border-top: 2px solid #5E5E5E;
  border-right: 2px solid #5E5E5E;
  -webkit-transform: rotation(45deg);
  transform: rotate(45deg);
  vertical-align: -5px;
}
#sub > #company .switch:hover {
  text-decoration: none;
}
#sub > #company .entry > ul > li > ul {
  display: none;
  margin-top: 4px;
  padding-left: 15px;
}
#sub > #company .entry > ul > li > ul > li > ul {
  display: none;
  margin-top: 4px;
  padding-left: 15px;
}
#order .wrap {
  text-align: center;
}
#order .price {
  margin-bottom: 15px;
  color: #D90000;
  font-size: 134%;
}
#order .link {
  margin-top: 15px;
}
