#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: #EBF5F2;
}
#sub > div:first-child {
  margin-top: 0;
}
#sub > div h2 {
  padding: 7px 10px;
  color: #fff;
  font-size: 14px;
  background-color: #007A5C;
  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: 0 0 15px;
  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.order_book {
  margin-top: 20px;
}
#shopping .cart .btns > div.order_book label {
  transition: 0.3s all;
}
#shopping .cart .btns > div.order_book label:hover {
  opacity: 0.8;
}
#shopping .cart .btns > div.order_book .open {
  cursor: pointer;
  display: block;
  width: 180px;
  height: 60px;
  box-sizing: border-box;
  padding-left: 30px;
  background-color: #3082C9;
  background-image: url(../images/custom/btn_cart.png);
  line-height: 60px;
  font-size: 1.3rem;
  font-weight: bold;
}
#shopping .cart .btns > div.order_book .open:hover {
  text-decoration: none;
}
#shopping .cart .btns > div.order_book #pop-up {
  display: none;
}
#shopping .cart .btns > div.order_book .privacy_overlay {
  display: none;
}
#shopping .cart .btns > div.order_book .privacy_overlay .window {
  position: fixed;
  top: 50%;
  left: 50%;
  width: 90vw;
  max-width: 800px;
  padding: 20px;
  height: auto;
  color: #707070;
  background-color: #fff;
  border: solid 1px #707070;
  align-items: center;
  transform: translate(-50%, -50%);
  filter: drop-shadow(0px 3px 3px rgba(0, 0, 0, 0.3));
}
@media (max-width: 768px) {
  #shopping .cart .btns > div.order_book .privacy_overlay .window {
    width: 81vw;
  }
}
#shopping .cart .btns > div.order_book .privacy_overlay .window h4 {
  font-size: 20px;
  margin-bottom: 2rem;
  font-weight: bold;
}
#shopping .cart .btns > div.order_book .privacy_overlay .window p {
  font-size: 15px;
  text-align: left;
  line-height: 1.8;
}
@media (max-width: 480px) {
  #shopping .cart .btns > div.order_book .privacy_overlay .window p {
    line-height: 1.5;
  }
}
#shopping .cart .btns > div.order_book .privacy_overlay .window p .privacy {
  color: #007A5C;
  text-decoration: underline;
}
#shopping .cart .btns > div.order_book .privacy_overlay .window p span {
  color: #ee0000;
  font-weight: bold;
}
#shopping .cart .btns > div.order_book .privacy_overlay .window .agree {
  margin-top: 2rem;
}
#shopping .cart .btns > div.order_book .privacy_overlay .window .agree input,
#shopping .cart .btns > div.order_book .privacy_overlay .window .agree label {
  border: solid 1px #707070;
  font-size: 18px;
  font-weight: bold;
  max-width: 245px;
  width: 100%;
  line-height: 1;
  cursor: pointer;
  padding: 1rem 0;
  display: inline-block;
}
#shopping .cart .btns > div.order_book .privacy_overlay .window .agree .agreement {
  background-color: #007A5C;
  color: #ffffff;
  margin-right: 1rem;
  border-radius: 0!important;
}
@media (max-width: 480px) {
  #shopping .cart .btns > div.order_book .privacy_overlay .window .agree .agreement {
    margin-right: 0;
    margin-bottom: 2rem;
  }
}
#shopping .cart .btns > div.order_book .privacy_overlay .window .agree .disagree {
  background-color: #ffffff;
  margin-left: 1rem;
}
@media (max-width: 480px) {
  #shopping .cart .btns > div.order_book .privacy_overlay .window .agree .disagree {
    margin-left: 0;
  }
}
#shopping .cart .btns > div.order_book .privacy_overlay .close {
  position: absolute;
  top: -35px;
  right: 4px;
  cursor: pointer;
  background-color: #fff;
  border-radius: 50%;
  padding: 7px;
  width: 15px;
  height: 15px;
  line-height: 1;
}
#shopping .cart .btns > div.order_book #pop-up:checked + .privacy_overlay {
  display: block;
  position: fixed;
  width: 100%;
  height: 100vh;
  top: 0;
  left: 0;
  z-index: 9999;
  background: rgba(129, 129, 129, 0.5);
}
#shopping .cart .btns > div.hide {
  visibility: hidden;
  height: 0;
  margin: 0;
}
#shopping .cart .btns > div.cartcode {
  margin-top: -20px;
  background-color: transparent;
  transition: 0.3s all;
}
#shopping .cart .btns > div.cartcode:hover {
  opacity: 0.8;
}
@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;
  transition: 0.3s all;
}
#shopping .cart .btns > div.cart_btn a:hover {
  text-decoration: none;
  opacity: 0.8;
}
#shopping .cart .btns > div.yondemill_btn a {
  background: url("../images/common/icon_book.png") 20px 10px no-repeat;
  display: block;
  padding: 15px 5px 15px 10px;
  color: #ffffff;
}
#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;
  }
}
@media (max-width: 768px) {
  #netshop .netshop ul {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
  }
}
#netshop .netshop ul li {
  margin-bottom: 5px;
  border: solid 1px #dddddd;
  background-color: #fff;
}
#netshop .netshop ul li img {
  width: 100%;
  max-width: 180px;
}
@media (max-width: 768px) {
  #netshop .netshop ul li {
    width: calc(50% - 5px);
    margin-bottom: 5px;
    text-align: center;
  }
  #netshop .netshop ul li a {
    display: block;
  }
}
#netshop .netshop .other {
  padding: 15px 0;
  display: none;
}
#netshop .netshop .other a {
  display: inline-block;
  padding-right: 18px;
  background-image: url(../images/common/icon2.gif);
  background-position: right center;
  background-repeat: no-repeat;
  color: #6B5551;
}
#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: 6px;
  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-viewport {
  height: ;
}
#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: #FB9E1F;
}
#sub > #newsCategory .wrap {
  border: 1px solid #ccc;
  border-top: none;
  padding: 12px 9px;
}
#sub > #newsCategory .wrap a {
  color: #005C46;
}
#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: #005C46;
}
#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;
}
