/* _setting CSS */
body {
  height: 100%;
  margin: 0;
}

#wrapper {
  background: #222222;
}
#wrapper:before {
  display: none;
}

#header {
  color: #fff;
}
#header a {
  color: inherit;
}
#header #nav > .inner {
  background: #222222;
}
#header #nav > .inner #nav_open a:before,
#header #nav > .inner #nav_open a:after {
  background: #fff;
}

/*
#header #nav_wrap .nav_list > li {
  width: 28.57143vw;
}
#header #nav_wrap .nav_list > li:before {
  width: 100% !important;
}
#header #nav_wrap .nav_list > li ul {
  left: 28.57143vw;
}
#header #nav_wrap .nav_list > li ul li {
  opacity: 1;
  pointer-events: auto;
  transform: translateY(0);
}
*/

#header.nav_on #nav > .inner {
  background: #fff;
  transition: 1s;
  transition-delay: 0.5s;
}

#page_nav {
  color: #fff;
}
#page_nav a {
  color: inherit !important;
}
#page_nav a:before {
  background: #fff !important;
}

#footer .inner {
  color: #fff;
}
#footer .inner .sns li a {
  border: 1px solid #fff;
}
#footer .inner .sns li a svg {
  stroke: #fff;
}
#footer .inner .sns .facebook svg {
  fill: #fff;
  stroke: none;
}

#contents {
  width: 71.42857vw;
  margin: 1.42857vw auto 2.14286vw;
}
#contents.page_detail {
  width: auto;
  background: #fff;
}
#contents .item_list {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  margin: 0 0 60px;
}
#contents .item_list li {
  width: 16.78571vw;
  margin: 0 0 1.71429vw;
  background: #fff;
}
#contents .item_list li a {
  display: block;
  position: relative;
}
#contents .item_list li a .img {
  overflow: hidden;
  background: #222;
}
#contents .item_list li a .img img {
  width: 100%;
  object-fit: contain;
  transition: 1s;
}
#contents .item_list li a .text {
  padding: 0.71429vw 0.71429vw 0.57143vw;
  text-align: right;
}
#contents .item_list li a .text span {
  display: block;
  font-size: 1.28571vw;
  text-align: left;
}
#contents .item_list li a .text .price {
  font-size: 1.14286vw;
}
#contents .item_list li a .text .category {
  position: relative;
  display: inline-block;
  padding: 0 0 0 1.42857vw;
  font-size: 1vw;
}
#contents .item_list li a .text .category:before {
  content: "";
  position: absolute;
  top: 46%;
  left: 0;
  width: 0.71429vw;
  height: 1px;
  background: #3c3c3c;
  transition: 0.7s cubic-bezier(0, 1, 0.975, 1);
  transition-delay: 0.2s;
}
#contents .item_list:after,
#contents .item_list:before {
  content: "";
  order: 2;
  width: 16.78571vw;
  height: 0;
}
#contents .detail {
  width: 71.42857vw;
  margin: 0 auto;
  padding: 2.85714vw 0;
  background: #fff;
}
#contents .detail .item_wrap {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
}
#contents .detail .item_wrap .text_wrap {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  order: 2;
  width: 22.5vw;
}
#contents .detail .item_wrap .text_wrap > * {
  order: 2;
  width: 100%;
}
#contents .detail .item_wrap .text_wrap .category {
  order: 1;
  margin: 0 0 2.5vw;
}
#contents .detail .item_wrap .text_wrap .category a {
  display: inline-block;
  position: relative;
  padding: 0 0 0 1.78571vw;
}
#contents .detail .item_wrap .text_wrap .category a:before {
  content: "";
  position: absolute;
  top: 46%;
  left: 0;
  width: 1.07143vw;
  height: 1px;
  background: #3c3c3c;
  transition: 0.7s cubic-bezier(0, 1, 0.975, 1);
  transition-delay: 0.2s;
}
#contents .detail .item_wrap .text_wrap h3 {
  font-size: 1.85714vw;
}
#contents .detail .item_wrap .text_wrap .date_y {
  margin: 0.35714vw 0 0.57143vw;
  font-size: 1.28571vw;
}
#contents .detail .item_wrap .text_wrap .text1 {
  margin: 0 0 1.42857vw;
  font-size: 1.28571vw;
}
#contents .detail .item_wrap .text_wrap .price {
  font-size: 1.28571vw;
  font-weight: 600;
}
#contents .detail .item_wrap .text_wrap .btn_buy {
  margin: 2.5vw 0;
}
#contents .detail .item_wrap .text_wrap .btn_buy a {
  display: block;
  position: relative;
  width: 14.28571vw;
  padding: 0.71429vw 0;
  background: #000;
  color: #fff;
  font-size: 1.28571vw;
  text-align: center;
}
#contents .detail .item_wrap .text_wrap .btn_buy a svg {
  position: absolute;
  top: 50%;
  right: 0.71429vw;
  width: 1.07143vw;
  transform: translateY(-52%);
  opacity: 0.8;
}
#contents .detail .item_wrap .text_wrap .link {
  margin: 0 0 2.5vw;
}
#contents .detail .item_wrap .text_wrap .link li {
  margin: 0 0 0.35714vw;
}
#contents .detail .item_wrap .text_wrap .link li a {
  font-size: 1vw;
  text-decoration: underline;
}
#contents .detail .item_wrap .text_wrap .about {
  font-size: 1vw;
}
#contents .detail .item_wrap .text_wrap .about h4 {
  margin: 0 0 0.71429vw;
  padding: 0 0 0.35714vw;
  border-bottom: 1px solid #848484;
  font-size: inherit;
}
#contents .detail .item_wrap .text_wrap .about p {
  margin: 0 0 1.42857vw;
  font-size: inherit;
}
#contents .detail .item_wrap #img_wrap {
  position: relative;
  width: 41.07143vw;
}
#contents .detail .item_wrap #img_wrap .item {
  width: 100%;
}
#contents .detail .item_wrap #img_wrap .item img {
  width: 100%;
}
#contents .detail .item_wrap #img_wrap .slick-arrow {
  display: block;
  height: 0;
  overflow: hidden;
  background-repeat: no-repeat;
  position: absolute;
  top: 40%;
  left: -3.92857vw;
  width: 2.14286vw;
  padding: 2.14286vw 0 0;
  border: 1px solid #848484;
  border-top: none;
  border-right: none;
  transform: rotate(45deg) translateY(-50%);
}
#contents .detail .item_wrap #img_wrap .slick-next {
  left: auto;
  right: -2.5vw;
  border: 1px solid #848484;
  border-bottom: none;
  border-left: none;
}
#contents .detail .item_wrap #img_wrap .slick-list {
  margin: 0 0 2vw;
}
#contents .detail .item_wrap #img_wrap .slick-dots {
  display: flex;
  flex-wrap: wrap;
}
#contents .detail .item_wrap #img_wrap .slick-dots li {
  width: 4.64286vw;
  margin: 0 1.42857vw 1.42857vw 0;
  cursor: pointer;
}
#contents .detail .item_wrap #img_wrap .slick-dots li:nth-child(7n) {
  margin-right: 0;
}
#contents .other {
  padding: 4.28571vw 0 2.14286vw;
  background: #222;
}
#contents .other h3 {
  margin: 0 0 2.14286vw;
  color: #fff;
  font-size: 1.71429vw;
  text-align: center;
}
#contents .other ul {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  width: 71.42857vw;
  margin: 0 auto;
}
#contents .other ul li {
  width: 16.71429vw;
  background: #fff;
}
#contents .other ul li a {
  display: block;
  background: #0b0a0a;
}
#contents .other ul li img {
  width: 100%;
}
#contents .other ul:before,
#contents .other ul:after {
  content: "";
  order: 100;
  width: 16.71429vw;
}

#zoomple_previewholder {
  display: none;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 99;
  width: 300px;
  height: 300px;
  background-color: transparent;
  background-position: 50% 50%;
  background-repeat: no-repeat;
  transform: translateZ(0);
  -webkit-transform: translateZ(0);
}

#zoomple_previewholder .image_wrap {
  left: 0;
  top: 0;
  z-index: 99;
  position: absolute;
  width: 100%;
  height: 100%;
  overflow: hidden;
  background: #fff;
  box-shadow: 0 0 0 4px #707070;
}

#zoomple_previewholder.rounded .image_wrap {
  border: 0 solid #454c50;
  border-radius: 50%;
  background-clip: padding-box;
}

#zoomple_previewholder .overlay {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-clip: padding-box;
  z-index: 1;
}

#zoomple_previewholder.rounded .overlay {
  border-radius: 50%;
  border: 5px solid #ffffff;
}

#zoomple_previewholder .cursor {
  width: 20px;
  height: 20px;
  margin-left: -10px;
  margin-top: -10px;
  position: absolute;
  left: 50%;
  top: 50%;
  z-index: 101;
  background: url(../images/cursor.png) 0 0 no-repeat;
}

#zoomple_previewholder.zp-visible {
  display: block;
}

#zoomple_previewholder img {
  display: block;
  position: absolute;
  width: 300% !important;
  max-width: 300%;
  height: auto !important;
}

#zoomple_previewholder .caption-wrap {
  position: absolute;
  top: 100%;
  left: 0;
  z-index: 101;
  width: 100%;
  margin: 0;
  padding: 0;
  font: 11px Verdana, sans-serif;
  color: #090808;
  border-radius: 0 0 7px 7px;
}

#zoomple_previewholder .caption-wrap .caption {
  padding: 5px 10px;
  font: 11px Verdana, sans-serif;
  border-radius: 0 0 7px 7px;
  background: #fff;
}

#zoomple_image_overlay {
  background: red;
  position: absolute;
  z-index: 100;
  filter: alpha(opacity=1);
  opacity: 0.01;
}

#zoomple_image_overlay.preview {
  background: black;
  filter: alpha(opacity=50);
  opacity: 0.5;
}

#zoomple_image_overlay .eyelet {
  background: rgba(0, 0, 0, 0.2);
  position: absolute;
  left: 0;
  top: 0;
}

.marquee {
  filter: alpha(opacity=100);
}

/* min-width:751px | 751px ~
------------------------------------------------------------------------- */
@media screen and (min-width: 751px) {
  /* @media screen
  ------------------------------------------------------------------------- */
  #contents .item_list li a {
    transition: 0.4s;
  }
  #contents .item_list li a:hover {
    opacity: 0.7;
  }
  #contents .item_list li a:hover img {
    transform: scale(1.2);
  }
  #contents .detail .item_wrap .text_wrap .btn_buy a,
  #contents .detail .item_wrap .text_wrap .link a {
    transition: 0.4s;
  }
  #contents .detail .item_wrap .text_wrap .btn_buy a:hover,
  #contents .detail .item_wrap .text_wrap .link a:hover {
    opacity: 0.7;
  }
  #contents .detail .item_wrap #img_wrap .slick-arrow {
    display: block;
    height: 0;
    overflow: hidden;
    background-repeat: no-repeat;
    transition: 0.4s;
  }
  #contents .detail .item_wrap #img_wrap .slick-arrow:hover {
    opacity: 0.7;
  }
  #contents .detail .item_wrap #img_wrap .slick-dots li {
    transition: 0.4s;
  }
  #contents .detail .item_wrap #img_wrap .slick-dots li:hover {
    opacity: 0.7;
  }
  #contents .other ul li a {
    transition: 0.4s;
  }
  #contents .other ul li a:hover {
    opacity: 0.7;
  }

  /* @media screen
  ------------------------------------------------------------------------- */
}
/* ////.min-width:751px | 751px ~
---------------------------------------------------------------------
------------
------------
------------
------------
------------
------------
------------
------------
------------
------------
max-width:750px | ~ 750px
------------------------------------------------------------------------- */
@media screen and (max-width: 750px) {
  /* @media screen
  ------------------------------------------------------------------------- */
  #wrapper:before {
    display: none;
  }

  #zoomple_previewholder,
  #zoomple_image_overlay {
    display: none !important;
  }

  #contents {
    width: 92vw;
    margin: 10.66667vw auto;
  }
  #contents .item_list {
    margin: 0 0 8vw;
  }
  #contents .item_list li {
    width: 44.53333vw;
    margin: 0 0 2.66667vw;
  }
  #contents .item_list li a .text {
    padding: 2.66667vw 2.66667vw 0.8vw;
  }
  #contents .item_list li a .text span {
    font-size: 4.8vw;
  }
  #contents .item_list li a .text .price {
    font-size: 4.26667vw;
  }
  #contents .item_list li a .text .category {
    padding: 0 0 0 5.33333vw;
    font-size: 3.73333vw;
  }
  #contents .item_list li a .text .category:before {
    width: 2.66667vw;
  }
  #contents .item_list:after,
  #contents .item_list:before {
    display: none;
  }
  #contents .detail {
    width: 92vw;
    margin: 0 auto;
    padding: 10.66667vw 0;
    background: #fff;
  }
  #contents .detail .item_wrap {
    flex-wrap: wrap;
  }
  #contents .detail .item_wrap .text_wrap {
    width: 100%;
  }
  #contents .detail .item_wrap .text_wrap > * {
    order: 2;
    width: 100%;
  }
  #contents .detail .item_wrap .text_wrap .category {
    order: 1;
    margin: 0 0 5.33333vw;
  }
  #contents .detail .item_wrap .text_wrap .category a {
    padding: 0 0 0 6.66667vw;
    font-size: 4.26667vw;
  }
  #contents .detail .item_wrap .text_wrap .category a:before {
    width: 4vw;
  }
  #contents .detail .item_wrap .text_wrap h3 {
    font-size: 6.93333vw;
  }
  #contents .detail .item_wrap .text_wrap .date_y {
    margin: 1.33333vw 0 2.13333vw;
    font-size: 4.8vw;
  }
  #contents .detail .item_wrap .text_wrap .text1 {
    margin: 0 0 5.33333vw;
    font-size: 4.8vw;
  }
  #contents .detail .item_wrap .text_wrap .price {
    font-size: 4.8vw;
  }
  #contents .detail .item_wrap .text_wrap .btn_buy {
    margin: 9.33333vw 0;
  }
  #contents .detail .item_wrap .text_wrap .btn_buy a {
    width: 82.66667vw;
    margin: 0 auto;
    padding: 2.66667vw 0;
    font-size: 4.8vw;
  }
  #contents .detail .item_wrap .text_wrap .link {
    margin: 0 0 10.66667vw;
  }
  #contents .detail .item_wrap .text_wrap .link li {
    line-height: 1.4;
    margin: 0;
  }
  #contents .detail .item_wrap .text_wrap .link li a {
    font-size: 3.73333vw;
    text-decoration: underline;
  }
  #contents .detail .item_wrap .text_wrap .about {
    font-size: 3.73333vw;
  }
  #contents .detail .item_wrap .text_wrap .about h4 {
    margin: 0 0 2.66667vw;
    padding: 0 0 1.33333vw;
  }
  #contents .detail .item_wrap .text_wrap .about p {
    margin: 0 0 5.33333vw;
  }
  #contents .detail .item_wrap #img_wrap {
    position: relative;
    width: 82.66667vw;
    margin: 0 auto 8vw;
  }
  #contents .detail .item_wrap #img_wrap .item a {
    pointer-events: none;
  }
  #contents .detail .item_wrap #img_wrap .slick-arrow {
    left: -6.93333vw;
    width: 4vw;
    padding: 4vw 0 0;
  }
  #contents .detail .item_wrap #img_wrap .slick-next {
    left: auto;
    right: -3.2vw;
  }
  #contents .detail .item_wrap #img_wrap .slick-list {
    margin: 0 0 4vw;
  }
  #contents .detail .item_wrap #img_wrap .slick-dots {
    justify-content: center;
  }
  #contents .detail .item_wrap #img_wrap .slick-dots li {
    display: block;
    height: 0;
    overflow: hidden;
    background-repeat: no-repeat;
    width: 2.13333vw;
    margin: 0 2.66667vw;
    padding: 2.13333vw 0 0;
    border-radius: 100%;
    background: #848484;
  }
  #contents .other {
    padding: 10.66667vw 0 8vw;
    background: #222;
  }
  #contents .other h3 {
    margin: 0 0 8vw;
    color: #fff;
    font-size: 6.4vw;
    text-align: center;
  }
  #contents .other ul {
    position: relative;
    width: 88vw;
  }
  #contents .other ul li {
    width: 17.42857vw;
    padding: 1.33333vw;
    background: none;
  }
  #contents .other ul li a {
    display: block;
    background: #0b0a0a;
  }
  #contents .other ul li img {
    width: 100%;
  }
  #contents .other ul:before,
  #contents .other ul:after {
    content: "";
    order: 100;
    width: 16.71429vw;
  }
  #contents .other ul .slick-arrow {
    display: block;
    height: 0;
    overflow: hidden;
    background-repeat: no-repeat;
    position: absolute;
    top: 50%;
    left: -4.8vw;
    width: 3.2vw;
    padding: 3.2vw 0 0;
    border: 1px solid #848484;
    border-top: none;
    border-right: none;
    transform: rotate(45deg) translateY(-50%);
  }
  #contents .other ul .slick-next {
    left: auto;
    right: -1.6vw;
    border: 1px solid #848484;
    border-bottom: none;
    border-left: none;
  }

  /* @media screen
  ------------------------------------------------------------------------- */
}

.text_wrap .text-comment a {
  text-decoration: underline;
}
.text_wrap .text-comment {
  margin-top: 10px;
}
.text_wrap .text-comment,
.text_wrap .text-size,
.text_wrap .text-year,
.text_wrap .text-about,
.text_wrap .text-notes {
  margin-bottom: 20px;
  text-align: left;
}
.text_wrap .text-size h4,
.text_wrap .text-about h4,
.text_wrap .text-notes h4 {
  font-weight: bold;
  margin-bottom: 5px;
}
.productsNum {
  margin-top: 10px;
}
@media screen and (max-width: 750px) {
  .text_wrap .text-comment,
  .text_wrap .text-size,
  .text_wrap .text-year,
  .text_wrap .text-about,
  .text_wrap .text-notes {
    font-size: 4.8vw;
    margin-bottom: 40px;
  }
  .text_wrap .text-size h4,
  .text_wrap .text-about h4,
  .text_wrap .text-notes h4 {
    font-size: 4.8vw;
    margin-bottom: 10px;
  }
  .productsNum {
    margin-top: 20px;
    font-size: 4.8vw;
  }
}
@media screen and (min-width: 751px) {
  .text_wrap .text-comment a:hover {
    opacity: 0.7;
  }
  .text_wrap .text-comment a {
    transition: 0.4s;
  }
}

#contents .detail .item_wrap .text_wrap h3 {
  margin-bottom: 20px;
}

#contents .detail .item_wrap .text_wrap .comment {
  margin-bottom: 20px;
  text-align: left;
}
#contents .detail .item_wrap .text_wrap .date_y {
  margin-bottom: 20px;
}
.buy-button {
  margin: 2.5vw 0;
}
.buy-button input[type="submit"] {
  display: block;
  position: relative;
  width: 14.28571vw;
  padding: 0.71429vw 0;
  background: #000;
  color: #fff;
  font-size: 1.28571vw;
  text-align: center;
  border: 0;
  cursor: pointer;
}
.buy-button input[type="submit"] {
  transition: 0.4s;
}
.buy-button input[type="submit"]:hover {
  opacity: 0.7;
}

@media screen and (max-width: 750px) {
  .buy-button {
    margin: 9.33333vw 0;
  }
  .buy-button input[type="submit"] {
    width: 82.66667vw;
    margin: 0 auto;
    padding: 2.66667vw 0;
    font-size: 4.8vw;
  }
}
