div#item_photo_area {
  padding: 0;
}
div#item_photo_area .slick-list {
  padding: 0;
}
div#item_photo_area .slick-slide {
  padding: 0;
  position: relative;
}
div#item_photo_area .slick-slide span.color_name {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  display: block;
  text-align: right;
  padding: 12px 16px;
  font-size: 12px;
  font-weight: 700;
  background: rgba(0, 0, 0, 0.2);
  color: #fff;
}

div#item_photo_area .slick-dots {
  padding: 1px;
}
div#item_photo_area .slick-dots li {
  padding: 1px;
  margin: 0;
  transition: 0.4s;
}
div#item_photo_area .slick-dots li.slick-active {
  opacity: 0.7;
}
div#fix_cartBtn {
  position: fixed;
  /* bottom: 16px; */
  bottom: 80px;
  left: 0;
  /* right: 16px;
  width: 56px;
  height: 56px; */
  width: 100%;
  padding: 0 16px;
  display: flex;
  justify-content: center;
  align-items: center;
  /* background: rgba(0, 0, 0, 0.87); */
  color: #fff;
  /* border-radius: 50%; */
  border-radius: 4px;
  z-index: 3;
  /* box-shadow: var(--shadow4); */
  /* font-size: 21.5px; */
  transition: 0.4s;
  opacity: 1;
}
div#fix_cartBtn.cart_open_btn {
  opacity: 0;
  z-index: 0;
}
div#fix_clearBtn {
  position: fixed;
  top: 0;
  right: 0;
  width: 54px;
  height: 54px;
  display: flex;
  justify-content: center;
  align-items: center;
  background: rgba(255, 255, 255, 0.8);
  color: rgba(0, 0, 0, 0.56);
  border-radius: 50%;
  z-index: 1;
  /* box-shadow: var(--shadow4); */
  font-size: 21.5px;
  opacity: 0;
  transition: 0.4s;
  transform: translateX(60px);
}
div#fix_clearBtn.cart_open3 {
  opacity: 1;
  transform: translateX(0);
}
div#matrix_cart {
  position: fixed;
  top: 0;
  left: 0;
  height: 100%;
  min-height: 100%;
  width: 100%;
  overflow: hidden;
  transform: translateY(100%) scale(0);
  border-radius: 50%;
  z-index: 1;
  opacity: 0;
  background-color: rgba(0, 0, 0, 0);
  transition: transform 0.4s, background-color 0.4s;
  /* display: flex;
  justify-content: center;
  align-items: center; */
}

div#matrix_cart.cart_open {
  transform: translateY(0) scale(1);
  background-color: rgba(0, 0, 0, 0.6);
  transition: transform 0.4s;
  min-height: 100%;
  width: 100%;
  padding: 16px;
  border-radius: 0;
  opacity: 1;
  overflow-y: scroll;
  -webkit-overflow-scrolling: touch;
  z-index: 3;
}

div#matrix_cart div.matrix_cart_bg {
  opacity: 0;
  background: #fff;
  transform: translateY(10%);
  transition: transform 0.4s 0.4s, opacity 0.4s 0.4s;
}
div#matrix_cart.cart_open div.matrix_cart_bg {
  opacity: 1;
  transform: translateY(0);
}
div#matrix_cart.cart_open ul {
  background: #fff;
}
div#matrix_cart p.title {
  text-align: center;
  padding: 16px 16px 8px 16px;
  background: #fff;
  font-weight: 700;
}
div#matrix_cart p#cart_close_btn2 {
  text-align: center;
  padding: 8px 16px 16px 16px;
  background: #fff;
  font-weight: 700;
}
div#matrix_cart p#cart_close_btn2 span {
  display: block;
  padding: 16px;
  border: 1px solid var(--main-text3);
  font-size: 16px;
}
div#matrix_cart p#cart_close_btn2 span i {
  margin-left: 8px;
}
@media screen and (min-width: 824px) {
  div#matrix_cart {
    opacity: 1;
    transform: translateY(0) scale(1);
  }
  div#matrix_cart p.title {
    display: none;
  }
  div#matrix_cart div.matrix_cart_bg {
    opacity: 1;
    transform: translateY(0);
  }
  div#matrix_cart p#cart_close_btn2 {
    display: none;
  }
}

/* div#contents{
padding-top: 60px;
} */
div#contents.cart_open2 {
  /* z-index: 3; */
  position: fixed;
}
div.tagimage {
  width: 1200px;
  margin: 0 auto;
}

@media screen and (max-width: 1200px) {
  div.tagimage {
    width: 95%;
  }
}
@media screen and (max-width: 840px) {
  div.tagimage {
    width: 100%;
  }
}

@media screen and (max-width: 769px) {
  div#contents {
    padding-top: 0px;
  }
}

@media screen and (min-width: 824px) {
  div#matrix_cart {
    position: static;
    bottom: 0;
    right: 0;
    width: 100%;
    height: auto;
    background-color: rgba(0, 0, 0, 0);
    border-radius: 0;
    opacity: 1;
  }
  div#fix_cartBtn {
    display: none;
  }
}

/* div.colorvariation {
  display: flex;
  flex-wrap: wrap;
  width: 100%;
} */
div.colorvariation {
  display: none;
}
@media screen and (min-width: 824px) {
  /* div.colorvariation {
    display: none;
  } */
}
div.colorvariation p {
  width: calc(100% / 4);
  padding: 8px;
}
div.colorvariation p span {
  display: block;
  text-align: center;
  font-size: 0.8em;
  margin-top: 4px;
}
div.colorvariation p img {
  width: 100%;
}

div#detail_wrap {
  width: 100%;
  margin: 0 auto;
  display: flex;
  flex-wrap: wrap;
}
div#item_photo_area {
  width: 100%;
  position: relative;
}
div#item_photo_area div.slick-slider {
  margin: 0;
}
div#item_photo_area div.slick-slider div.slick-counter {
  position: absolute;
  top: 0;
  left: 0;
  padding: 16px;
  font-size: 12px;
  font-family: var(--main-font1);
  color: var(--main-text1);
}
div#item_photo_area div#img_th {
  position: absolute;
  top: 12px;
  right: 12px;
  /* bottom: -28px; */
  /* left: 0; */
  /* width: 100%; */
  display: flex;
  justify-content: center;
  width: auto;
  align-items: center;
}
@media screen and (min-width: 824px) {
  div#item_photo_area div#img_th {
    display: none;
  }
  div#item_photo_area div.slick-slider div.slick-counter {
    left: 8px;
  }
}
div#item_photo_area div#img_th p {
  background-color: rgba(255, 255, 255, 1);
  /* width: 56px; */
  /* height: 56px; */
  width: 48px;
  height: 48px;
  margin: 0;
  padding: 0;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
}
div#item_photo_area div#img_th p i {
  font-size: 24px;
  color: var(--main-text2);
}
section#item_detail_area {
  width: 100%;
  padding: 8px;
  font-size: 16px;
}
section#item_detail_area p,
section#item_detail_area h3 {
  padding: 0 8px;
}
section#item_detail_area div#product_tag_box {
  display: flex;
  align-items: center;
  padding: 8px 8px 0 8px;
}
section#item_detail_area div#product_tag_box span {
  padding: 0 12px 0 0;
  background: #fff;
  border: none;
}
section#item_detail_area h3.item_name {
  font-size: 1em;
  margin: 12px 0 0 0;
}
section#item_detail_area div.item_detail p.normal_price {
  font-size: 0.8em;
  margin: 12px 8px 0;
  border-top: 1px solid rgba(0, 0, 0, 0.1);
  padding: 16px 0 0 0;
  color: var(--main-text3);
  font-family: var(--main-font1);
}
section#item_detail_area div.item_detail p.sale_price {
  margin: 0;
  font-size: 1.5em;
  font-weight: 700;
  font-family: var(--main-font1);
}
section#item_detail_area p span.plgShiro8PriceDownRate3 {
  color: #c00000;
  display: inline-block;
  font-size: 18px;
  margin-left: 12px;
}
section#item_detail_area p#detail_description_box__sale_point {
  font-size: 0.8em;
  color: var(--main-text2);
}
section#item_detail_area .item_detail .item_code {
  padding: 16px 0;
  border-top: 1px dotted #ccc;
  /* margin: 16px 8px; */
  margin: 16px 8px 0;
  /* font-size: 0.8em; */
  font-size: 0.7em;
}
@media screen and (min-width: 824px) {
  section#item_detail_area .item_detail .item_code {
    margin: 24px 0 0 0;
  }
  section#item_detail_area p,
  section#item_detail_area h3 {
    padding: 0;
  }
  section#item_detail_area div#product_tag_box {
    padding: 0;
  }
}
@media screen and (min-width: 1201px) {
  div#detail_wrap {
    width: 1200px;
    margin: 0 auto;
  }
}
@media screen and (min-width: 824px) {
  div#item_photo_area {
    width: calc(100% * 800 / 1200);
  }
  section#item_detail_area {
    width: calc(100% * 400 / 1200);
    padding: 24px;
  }
}

div#sns_btn_detail ul {
  display: flex;
  margin: 16px 0;
  justify-content: flex-start;
}
div#sns_btn_detail ul li {
  padding-right: 0;
}

div#cart_btn_smp {
  padding: 8px;
  margin-top: 24px;
}
@media screen and (min-width: 824px) {
  div#cart_btn_smp {
    display: none;
  }
}
div#sns_btn_detail ul {
  justify-content: flex-start;
}
div#sns_btn_detail ul li {
  padding: 8px;
}
div#sns_btn_detail ul li.sns_btn_detail_spase {
  display: none;
}
div#cart_btn_smp p {
  width: 100%;
  display: flex;
  justify-content: center;
  margin: 24px 0 0 0;
  background: rgba(0, 0, 0, 0.87);
  color: #fff;
  font-weight: 700;
  height: 64px;
  align-items: center;
  border-radius: 4px;
  font-size: 1.5em;
}

div#fix_cartBtn p {
  width: 80%;
  display: flex;
  justify-content: center;
  font-weight: 700;
  height: 48px;
  align-items: center;
  font-size: 18px;
  background-color: var(--main-color1);
  padding: 0;
  box-shadow: var(--shadow4);
  border-radius: 4px;
}
div#fix_cartBtn p i {
  margin-right: 8px;
}
div#cart_btn_smp p i {
  margin-right: 16px;
}

button.favoritebtn,
button.favoritebtn2 {
  display: flex;
  /* justify-content: center; */
  justify-content: flex-start;
  margin: 8px 0 0 0;
  /* background: rgba(0, 0, 0, 0.3); */
  color: #fff;
  font-weight: 700;
  /* height: 48px; */
  align-items: center;
  border-radius: 4px;
  font-size: 1em;
  width: 100%;
  border: unset;
  /* border: 1px solid rgba(0, 0, 0, 0); */
  width: auto;
  background-color: unset;
}

button.favoritebtn i,
button.favoritebtn2 i {
  color: var(--main-color2);
}

section#item_detail_area div.item_info_tab {
  display: flex;
  flex-wrap: wrap;
  margin: 16px 0 0 0;
  padding: 0 8px;
}
@media screen and (max-width: 640px) {
  div#sns_btn_detail ul {
    justify-content: flex-end;
    margin: 0;
  }
  #detail_cart_box__favorite_button {
    position: absolute;
    left: 4px;
  }
}
@media screen and (min-width: 824px) {
  section#item_detail_area div.item_info_tab {
    padding: 0;
  }
  button.favoritebtn,
  button.favoritebtn2 {
    display: flex;
    /* justify-content: center; */
    justify-content: flex-start;
    margin: 8px 0 0 0;
    color: #fff;
    font-weight: 700;
    align-items: center;
    border-radius: 4px;
    font-size: 1em;
    width: 100%;
  }
}
section#item_detail_area div.item_info_tab p {
  width: 50%;
  text-align: center;
  cursor: pointer;
  padding: 16px;
  font-size: 14px;
  transition: 0.4s;
  border-top: 1px solid #d9ede3;
}
section#item_detail_area div.item_info_tab p.active {
  background: #efefef;
  border-top: 1px solid var(--main-text2);
  font-weight: 700;
}
section#item_detail_area div.item_info_tab2 {
  width: 100%;
  overflow-x: hidden;
  padding: 0 8px;
}
@media screen and (min-width: 824px) {
  section#item_detail_area div.item_info_tab2 {
    padding: 0;
  }
}
section#item_detail_area div.item_info_tab3 {
  width: 200%;
  display: flex;
  flex-wrap: wrap;
}
section#item_detail_area div.item_info_03 {
  transition: 0.4s;
  transform: translateX(calc(-100% - 8px));
  padding: 0;
  width: 50%;
}
section#item_detail_area div.item_info_03.active2 {
  transform: translateX(0%);
}
section#item_detail_area div.item_info_03 p {
  background: #efefef;
  padding: 16px;
  font-size: 14px;
  line-height: 24px;
  min-height: 240px;
}
section#item_detail_area div.item_info_04 {
  transition: 0.4s;
  transform: translateX(8px);
  width: 50%;
  background: #efefef;
  padding: 8px;
  display: flex;
  flex-wrap: wrap;
  overflow: hidden;
  align-content: flex-start;
}
section#item_detail_area div.item_info_04.info_open {
  height: 100% !important;
}
section#item_detail_area div.item_info_04.active2 {
  transform: translateX(-100%);
}
section#item_detail_area div.item_info_04 p {
  padding: 8px;
  font-size: 14px;
}
section#item_detail_area div.item_info_04 p:nth-of-type(2n + 1) {
  width: 30%;
}
section#item_detail_area div.item_info_04 p:nth-of-type(2n) {
  width: 70%;
}
section#item_detail_area div.item_info_04 p.size_guide_p {
  width: 100%;
}
section#item_detail_area div.item_info_04 p.info_open_btn {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  text-align: center;
  background: rgba(255, 255, 255, 0.8);
  font-size: 16px;
  padding: 16px;
  letter-spacing: 2px;
  cursor: pointer;
}
section#item_detail_area div.item_info_04 p.info_open_btn i {
  font-size: 20px;
  margin-left: 8px;
}
section#item_detail_area div.item_info_04 p.info_open_btn.info_open {
  opacity: 0;
}
section#item_detail_area div.item_info_04 div.item_info_table {
  padding: 8px;
}
section#item_detail_area div.item_info_04 table {
  width: 100%;
  margin-top: 24px;
}
ul.martix_cart_classes {
  display: flex;
  flex-wrap: wrap;
  padding: 0 8px;
}
ul.martix_cart_classes li {
  padding: 8px;
  font-size: 11px;
  display: flex !important;
  justify-content: center;
  align-items: center;
  position: relative;
}
ul.martix_cart_classes li.martix_cart_line {
  width: 100%;
  padding: 0;
}
section#item_detail_area ul.martix_cart_classes li.martix_cart_line p {
  width: 100%;
  margin: 8px;
  padding: 16px 0 0 0;
  text-align: left;
  /* background: #efefef; */
  border-top: 1px solid #efefef;
  font-size: 14px;
  font-weight: 700;
}
ul.martix_cart_classes li.martix_cart_classes_classname1 {
  width: 64px;
}
ul.martix_cart_classes li.martix_cart_classes_classname2 {
  width: 10%;
}
ul.martix_cart_classes li.martix_cart_classes_stock {
  width: 14%;
}
ul.martix_cart_classes li.martix_cart_classes_submit,
ul.martix_cart_classes li.martix_cart_classes_request {
  width: calc(76% - 64px);
}
ul.martix_cart_classes li.martix_cart_classes_submit button {
  background: rgba(0, 0, 0, 0.87);
  border: 1px solid #000;
  width: 100%;
  height: 48px;
  border-radius: 3px;
  font-weight: 700;
  transition: 0.4s;
}
ul.martix_cart_classes li.martix_cart_classes_submit button:hover {
  box-shadow: var(--shadow1);
  background: var(--main-text2);
}
@media screen and (min-width: 824px) {
  ul.martix_cart_classes {
    padding: 0;
  }
  ul.martix_cart_classes li {
    padding: 8px 0;
  }
  ul.martix_cart_classes li.martix_cart_classes_submit button {
    font-size: 14px;
  }
  section#item_detail_area ul.martix_cart_classes li.martix_cart_line p {
    margin: 16px 0 0 0;
  }
  ul#detail_cart_box__favorite_button li.col-sm-8 {
    padding: 0;
    margin: 0;
  }
}
ul.martix_cart_classes li.martix_cart_classes_request a,
ul.martix_cart_classes li.martix_cart_classes_request .btn-info {
  width: 100%;
  border: 1px solid var(--main-text3);
  display: flex;
  justify-content: center;
  height: 48px;
  align-items: center;
  color: var(--main-text1);
  border-radius: 3px;
}

ul.martix_cart_classes li.martix_cart_classes_request .btn-info {
  background: transparent;
}

p.stok_att {
  width: 100%;
  padding: 16px;
  font-size: 14px;
  line-height: 24px;
  margin-bottom: 32px;
  margin-top: 32px;
}
@media screen and (min-width: 521px) {
  p.stok_att {
    width: 520px;
    padding: 16px;
    font-size: 14px;
    line-height: 24px;
    margin: 64px auto;
  }
}

p.stok_att span {
  width: 100%;
  display: block;
  font-size: 16px;
  font-weight: 700;
  margin-bottom: 8px;
  text-align: center;
}
div.item_info_table th,
div.item_info_table td {
  border: 1px solid #efefef;
  background: #fff;
  font-size: 14px;
  padding: 8px 0;
  text-align: center;
}
@media screen and (min-width: 400px) {
  div.item_info_table th,
  div.item_info_table td {
    font-size: 12px;
  }
}
div.item_info_table img {
  border-left: 1px solid #efefef;
  border-right: 1px solid #efefef;
}

div.item_comment_contents {
  width: 100%;
  overflow-x: scroll;
  -webkit-overflow-scrolling: touch;
  margin-bottom: 64px;
}
div.item_comment_contents_box {
  display: flex;
  flex-wrap: wrap;
  padding: 8px;
}
div.item_comment_contents_box p {
  padding: 8px;
}
@media screen and (min-width: 824px) {
  div.item_comment_contents {
    width: 100%;
    overflow: hidden;
  }
  div.item_comment_contents_box {
    width: 100% !important;
    padding: 12px;
  }
  div.item_comment_contents_box p {
    width: calc(100% / 4) !important;
    padding: 12px;
  }
}
div.item_comment_contents_box p img {
  width: 100%;
}
h2.r_contents {
  padding: 16px;
}
@media screen and (min-width: 824px) {
  h2.r_contents {
    padding: 24px;
  }
}

@media screen and (max-width: 768px) {
  div.item_comment_contents_box.shopcode {
    width: 100% !important;
  }
  div.item_comment_contents_box p {
    width: calc(100% / 2) !important;
  }
}
/* slick */
div#detail_image_box__slides ul.slick-dots {
  display: flex;
}
@media screen and (min-width: 824px) {
  div#item_photo_area .slick-list {
    margin: 0 8px 8px 8px;
  }
  div#detail_image_box__slides ul.slick-dots {
    display: flex !important;
  }
  div#detail_image_box__slides ul.slick-dots li {
    width: calc(100% / 8);
    padding: 8px;
  }
}

div#item_img_list {
  position: fixed;
  top: 0;
  left: 0;
  display: flex;
  flex-wrap: wrap;
  transform: scale(0);
  transition: 0.4s;
  background: #fff;
  z-index: 1;
  padding: 52px 4px 4px 4px;
  height: 100%;
  align-content: flex-start;
}

div#item_img_list.img_open {
  transform: none;
  top: 0;
  overflow-y: scroll;
  z-index: 3;
}

div#item_img_list p {
  width: 25%;
  padding: 4px;
  transition: 0.3s;
  position: relative;
}
div#item_img_list p span {
  position: absolute;
  top: 4px;
  right: 4px;
  opacity: 0;
  width: 48px;
  height: 48px;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 24px;
}
div#item_img_list p span.color_name {
  position: absolute;
  bottom: 0;
  top: auto;
  left: 0;
  width: 100%;
  height: auto;
  display: block;
  text-align: right;
  padding: 12px 16px;
  font-size: 12px;
  font-weight: 700;
  background: rgba(0, 0, 0, 0.2);
  color: #fff;
}
div#item_img_list.img_expend p {
  width: 100%;
}

div#item_img_list p.wide {
  width: 100%;
}
div#item_img_list p.wide span {
  opacity: 0.4;
}
div#item_img_list div.menu {
  width: 100%;
  display: flex;
  position: fixed;
  top: 0;
  left: 0;
  height: 48px;
  padding: 0;
  background: #fff;
  box-shadow: var(--shadow1);
  justify-content: flex-end;
  z-index: 2;
}
div#item_img_list div.menu span {
  width: 48px;
  height: 48px;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 24px;
  transition: 0.3s;
}
div#item_img_list div.menu span:nth-child(2) {
  flex-grow: 2;
  font-size: 12px;
}
div#item_img_list div.menu span.check {
  color: #ddd;
}
/* div#item_img_list p:last-child{
  width: 100%;
} */
div#item_img_list div#img_close_btn2 {
  text-align: center;
  padding: 4px;
  background: #fff;
  font-weight: 700;
  width: 100%;
}
div#item_img_list div#img_close_btn2 span {
  display: block;
  padding: 16px;
  border: 1px solid var(--main-text3);
  font-size: 16px;
}
div#item_img_list div#img_close_btn2 span i {
  margin-left: 8px;
}

#header.open_header {
  transform: translateY(-100px);
  transition: 0.3s;
}

.product_movie {
  padding-top: 32px;
}

@media screen and (max-width: 769px) {
  .product_movie {
    padding: 16px 8px;
  }
}

/* arrow */
div#item_photo_area .slick-prev {
  border: none;
  font-size: 0px;
  width: 56px;
  height: 56px;
  position: absolute;
  left: 8px;
  top: 35%;
  background-color: #333;
  transform: translateY(-50%);
}

div#item_photo_area .slick-next {
  border: none;
  font-size: 0px;
  width: 56px;
  height: 56px;
  position: absolute;
  right: 8px;
  top: 35%;
  background-color: #333;
  transform: translateY(-50%);
}

div#item_photo_area .slick-prev:before {
  content: "";
  position: absolute;
  top: 50%;
  left: 32px;
  width: 20px;
  height: 20px;
  border-top: 4px solid #fff;
  border-left: 4px solid #fff;
  transform: rotate(-45deg) translate(-30%, -90%);
  transform-origin: top;
}

div#item_photo_area .slick-next::before {
  content: "";
  position: absolute;
  top: 50%;
  right: 32px;
  width: 20px;
  height: 20px;
  border-top: 4px solid #fff;
  border-right: 4px solid #fff;
  transform: rotate(45deg) translate(30%, -90%);
  transform-origin: top;
}

@media screen and (max-width: 769px) {
  div#item_photo_area .slick-prev {
    left: 0;
    /* transform: translateY(50%); */
  }
  div#item_photo_area .slick-next {
    right: 0;
    /* transform: translateY(50%); */
  }
}

@media screen and (max-width: 640px) {
  div#item_photo_area .slick-prev,
  div#item_photo_area .slick-next {
    width: 12vw;
    height: 12vw;
  }
  div#item_photo_area .slick-prev::before {
    width: 12vw;
    height: 12vw;
    transform: rotate(-45deg) translate(-50%);
    border-top: 2px solid #fff;
    border-left: 2px solid #fff;
  }
  div#item_photo_area .slick-prev::before {
    width: 5vw;
    height: 5vw;
    transform: rotate(-45deg) translate(-50%, -110%);
    border-top: 3px solid #fff;
    border-left: 3px solid #fff;
  }
  div#item_photo_area .slick-next::before {
    width: 5vw;
    height: 5vw;
    transform: rotate(45deg) translate(50%, -110%);
    border-top: 3px solid #fff;
    border-right: 3px solid #fff;
  }
} /* arrow */

.sp_color_name {
  display: none;
}
