@charset "utf-8";

/* body {
  background: #f8f7f3;
  display: block;
  position: relative;
  z-index: -1;
}

body::after {
  display: block;
  background: #fff;
  position: absolute;
  content: "";
  width: 100%;
  height: 75vw;
  max-height: 650px;
  top: 0;
  left: 0;
  z-index: 0;
}

#header,
.main {
  position: relative;
}
#header {
  z-index: 2;
}

.main {
  z-index: 1;
} */

.side_banner,
.slider {
  margin-bottom: 80px;
}

.side_category_list {
  list-style: none;
}

.side_category_list::marker {
  display: none;
}

.main-head {
  margin-top: 60px;
}

.main-body {
  padding-top: 20px;
  background: #f8f7f3;
}

/* slider */
.slider .bx-wrapper .bx-controls-direction a {
  width: 30px;
  height: 48px;
  background-size: cover;
}

.slider .bx-wrapper .bx-prev,
.slider .bx-wrapper .bx-prev:hover {
  background: url(https://file001.shop-pro.jp/PA01508/822/img/top/prev.png);
  left: 0;
}

.slider .bx-wrapper .bx-next,
.slider .bx-wrapper .bx-next:hover {
  background: url(https://file001.shop-pro.jp/PA01508/822/img/top/next.png);
  right: 0;
}

.slider .bx-wrapper .bx-pager.bx-default-pager a {
  background: #f3f3f3;
  width: 60px;
  height: 2px;
}

.slider .bx-wrapper .bx-pager.bx-default-pager a:hover,
.slider .bx-wrapper .bx-pager.bx-default-pager a.active {
  background: #e35205;
}

.slider-item {
  position: relative;
}

.slider-item .blog_btn a {
  right: 30px;
  bottom: 20px;
  position: absolute;
  width: 240px;
}

.slider-item a:hover {
  opacity: 0.7;
}

.pc-block {
  display: block;
}

.sp-block {
  display: none;
}

/* information */
.info_detail_lists {
  display: flex;
  flex-wrap: wrap;
}

.info_detail_list_dt,
.info_detail_list_dt:first-child {
  padding: 0;
}

.info_detail_lists .info_detail_list_dt:nth-child(n+3),
.info_detail_lists .info_detail_list_dd:nth-child(n+3) {
  margin-top: 20px;
}

.info_detail_list_dt {
  width: 10em;
  font-size: 12px;
  /*14px*/
}

.info_detail_list_dd {
  width: calc(100% - 10em);
  font-size: 16px;
  /*18px*/
}

/* blog */
.l-blog {
  margin-bottom: 60px;
}

.blog_list {
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
  list-style: none;
  padding: 0;
  margin: 20px 0 0;
}

/* .blog_item {
  flex: 1 1 calc(33.333% - 20px);
  box-sizing: border-box;
}g

.blog_item_inner {
  display: flex;
  flex-direction: column;
  height: 100%;
  border: 1px solid #ccc;
}

.blog_img {
  position: relative;
  width: 100%;
  padding-top: 100%;
  overflow: hidden;
}

.blog_img img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
} */

.blog_lead {
  /* flex-grow: 1;
  display: flex;
  flex-direction: column;
  justify-content: space-between; */
  padding: 10px;
}

.blog_date,
.blog_title {
  margin: 0;
}

.blog_category {
  list-style: none;
  padding: 0;
  margin: 5px 0 0;
  display: flex;
  flex-wrap: wrap;
  gap: 0.75em;
}

.blog_item_inner {
  background: #fff;
}

.blog_item_inner a {
  padding: 0 0 5px 0;
}

.blog_item_inner a:hover,
.blog_item_inner a:hover .blog_date .blog_item_inner a:hover .blog_title {
  opacity: 1;
  text-decoration: underline;
}

.blog_item_inner a:hover .blog_img {
  opacity: 0.7;
}

.blog_lead {
  padding: 0 5px 5px;
}

.blog_date {
  margin-top: 10px;
  font-size: 9px;
}

.blog_category {
  color: #e35205;
  font-size: 12px;
}

.blog_btn a,
.more-prd.blog_btn {
  background-color: #e35205;
  border: 1px solid #e35205;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 10px 0;
  max-width: 240px;
  border-radius: 4px;
  color: #fff;
  margin: 30px auto 0;
  position: relative;
}

.blog_btn a {
  margin-top: 50px;
}

.more-prd.blog_btn {
  margin: 10px auto 0;
}

.blog_btn a:hover,
.more-prd.blog_btn:hover {
  opacity: 1;
  text-decoration: none;
  background-color: #fff;
  color: #e35205;
}

.blog_btn a::after {
  position: absolute;
  content: "";
  width: 7px;
  height: 7px;
  border-top: 1px solid #fff;
  border-right: 1px solid #fff;
  transform: rotate(45deg);
  top: 17px;
  right: 15px;
}

.blog_btn a:hover::after {
  border-color: #e35205;
}

/* ranking */
.seller {
  background-image: url(https://file001.shop-pro.jp/PA01508/822/img/top/ranking-bg.png);
  background-position: left top;
  background-repeat: no-repeat;
  background-size: cover;
  width: 700px;
  height: 736px;
  box-sizing: border-box;
  padding: 40px 30px 0;
}

.seller .heading {
  border: none;
}

.item_name,
.item_price {
  font-size: 14px;
  font-weight: normal;
  text-align: left;
  line-height: 1.3;
  margin-top: 5px;
}

.item_price {
  font-weight: bold;
}

.item_name {
  display: -webkit-box;
  -webkit-line-clamp: 4;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
}

.seller_lists {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}

.seller_list {
  width: calc((100% - 30px) / 4) !important;
  margin-bottom: 20px;
}

/* new arrival */
.new-item {
  padding: 20px;
  background: #fff;
}

.new-item_lists {
  margin-top: 20px;
  font-size: 12px;
}

.new-item_list {
  margin-bottom: 40px;
  text-align: center;
  position: relative;
}

/* pick up artist */
.l-pickupartist {
  padding-top: 50px;
}

.pickupartist_list {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  /* gap: 20px 0; */
  margin-top: 30px;
}

.pickupartist_item {
  width: calc((100% - 20px) / 2);
}

.pickupartist_item a {
  background: #fff;
  position: relative;
}

.pickupartist_item a:hover {
  opacity: 0.7;
}

.pickupartist_title {
  color: #e35205;
  position: relative;
  padding: 5px 10px;
  background: #fff;
  font-size: 18px;
  /* position: absolute; */
  bottom: 34px;
  left: 0;
  width: 100%;
  box-sizing: border-box;
}

.pickupartist_title::after {
  position: absolute;
  content: "";
  width: 5px;
  height: 5px;
  border-top: 1px solid #e35205;
  border-right: 1px solid #e35205;
  transform: rotate(45deg);
  top: 16px;
  right: 10px;
}

/* category */
.l-category {
  padding-top: 50px;
  padding-bottom: 200px;
  position: relative;
}

.l-category::after {
  position: absolute;
  content: "";
  background-image: url(https://file001.shop-pro.jp/PA01508/822/img/top/category-decoration.svg);
  width: 213px;
  height: 115px;
  background-repeat: no-repeat;
  background-size: cover;
  right: 10px;
  bottom: 20px;
}

.category_lsit {
  display: flex;
  /* justify-content: space-between; */
  flex-wrap: wrap;
  gap: 20px;
  margin-top: 30px;
}

.category_item {
  width: calc((100% - 40px) / 3);
}

.category_item a {
  display: flex;
  align-items: center;
}

.category_item a:hover {
  color: #e35205;
  background: #fff;
}

.category_name {
  padding-left: 5px;
  display: flex;
  align-items: center;
}

.side_subcategory_lists {
  right: -215px;
}

.side_subcategory_lists.hovered .visible-phone {
  display: block !important;
}

@media (min-width: 768px) and (max-width: 900px) {
  .seller {
    width: calc(100% - 40px);
    height: calc((706 * 100%) / 670);
    margin-left: 20px;
    margin-right: 20px;
  }
}

@media screen and (min-width:768px) {
  .blog_item {
    flex: 1 1 calc(33.333% - 20px);
    box-sizing: border-box;
  }

  .blog_item_inner {
    display: flex;
    flex-direction: column;
    height: 100%;
  }

  .blog_img {
    position: relative;
    width: 100%;
    padding-top: 100%;
    overflow: hidden;
  }

  .blog_img img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
  }

  .blog_lead {
    flex-grow: 1;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
  }

  .new-item .item_name {
    -webkit-line-clamp: 3;
  }
}

@media screen and (max-width:767px) {

  /* .main-head {
    margin-left: 20px;
    margin-right: 20px;
  } */
  .side_banner_lists {
    margin-left: 20px;
    margin-right: 20px;
  }

  .side_banner_lists .side_banner_list img {
    width: 100%;
  }

  .side_banner,
  .slider {
    margin-bottom: 60px;
  }

  .pc-block {
    display: none;
  }

  .sp-block {
    display: block;
  }

  h2.heading {
    text-align: center;
  }

  .main-body {
    padding-top: 40px;
  }

  .slider-item .blog_btn a {
    right: calc(50% - 240px);
    bottom: 10px;
    transform: translateX(-50%);
  }

  /* information */
  .info_detail {
    margin-top: 0;
  }

  .info_detail_list_dt,
  .info_detail_list_dd {
    width: 100%;
  }

  .info_detail_list_dt {
    margin-top: 20px;
  }

  .info_detail_list_dd {
    margin-top: 5px;
  }

  .info {
    margin-left: 20px;
    margin-right: 20px;
  }

  /* blog */
  .l-blog {
    margin-left: 20px;
    margin-right: 20px;
  }

  .blog_list {
    flex-direction: column;
  }

  .blog_item {
    width: 100%;
  }

  .blog_item_inner a {
    display: flex;
    padding-bottom: 0;
  }

  .blog_img {
    width: 145px;
    height: auto;
  }

  .blog_lead {
    width: calc(100% - 145px);
    display: flex;
    justify-content: center;
    flex-direction: column;
    padding: 0 10px;
    font-size: 16px;
  }

  .blog_date {
    margin-top: 0;
  }

  .blog_category {
    margin-top: 5px;
  }

  /* ranking */
  .seller {
    background-image: url(https://file001.shop-pro.jp/PA01508/822/img/top/sp/ranking-bg2.png);
    width: calc(100% - 40px);
    /* height: calc((2384 * (100vw - 40px)) / 688); */
    height: calc((1356 * (100vw - 40px)) / 688);
    padding-left: 10px;
    padding-right: 10px;
    margin-left: 20px;
    margin-right: 20px;
    overflow: hidden;
  }

  /* .seller_list {
    width: 50%;
  } */
  /* .item_name,
  .item_price {
    font-size: 14px;
  } */
  .seller_list {
    width: calc((100% - 10px) / 2) !important;
    margin-bottom: 50px;
  }

  .seller_list:nth-child(n+3) {
    margin-bottom: 150px;
  }

  .seller .seller_list:nth-child(n+5) {
    display: none;
  }

  /* pick up artist */
  .l-pickupartist {
    margin-left: 20px;
    margin-right: 20px;
  }

  .pickupartist_title {
    font-size: 10px;
    padding: 5px 10px;
    bottom: 22px;
  }

  .pickupartist_title::after,
  .pickupartist_item:nth-child(1) .pickupartist_title::after,
  .pickupartist_item:nth-child(2) .pickupartist_title::after,
  .pickupartist_item:nth-child(5) .pickupartist_title::after {
    top: 10px;
  }

  /* category */
  .l-category {
    margin-left: 20px;
    margin-right: 20px;
  }

  .category_lsit {
    gap: 20px 5px;
    justify-content: space-between;
  }

  .category_item {
    width: calc((100% - 5px) / 2);
  }

  .footer_checked {
    margin-top: 30px;
  }
}

@media screen and (max-width:399px) {

  /* ranking */
  .seller_list {
    margin-bottom: 20px;
  }

  .item_name,
  .item_price {
    font-size: 12px;
  }

  .AQ_Favorites_Product {
    top: 5110px;
    left: 130px;
  }
}


#footer .l-bottom_navi,
#footer .footer_recommend,
#footer .footer_new-item,
#footer .footer_checked,
#footer .footer_banner {
  display: none;
}
