/*  mv  */
.mv {
  width: 100%;
  margin: 0 auto;
  text-align: center;
  position: relative;
  transition: 0.8s;
  opacity: 0;
  overflow: hidden;
}
.mv_inner {
  width: 100%;
  max-width: 1200px;
  height: 100%;
  /* max-height: calc(100vh - 120px); */
  margin: 0 auto;
  display: block;
  overflow: hidden;
}
.mv_slider {
  margin: 0 auto!important;
  display: none;
}
.mv img {
  width: 100%;
  /* max-height: calc(100vh - 120px); */
  object-fit: cover;
}
.mv video {
  width: 100%;
}
/* .mv img.opt {
  object-position: top;
}
.mv img.opb {
  object-position: bottom;
}
.mv img.opc {
  object-position: center;
} */
.mv .slick-dots {
  /* width: 30% !important; */
  height: 35px;
  text-align: right !important;
  right: 20px;
  bottom: 0px !important;
  z-index: 1;
}
.mv .slick-dots li {
  width: 12px!important;
  height: 12px!important;
  margin: 0 8px!important;
}
.mv .slick-dots li button {
  width: 100%!important;
  height: 100%!important;
  padding: 0!important;
}
.mv .slick-dots li button:before {
  width: 100%!important;
  height: 100%!important;
  font-size: 0!important;
  line-height: unset!important;
  /* background: #fff; */
  border: 1px solid #FFF;
  border-radius: 50px;
  opacity: 1!important;
  transition: 1s;
}
.mv .slick-dots li.slick-active button:before {
  /* background: #8e8e8e; */
  background: #FFF;
}
.mv .slick-dots li button:hover:before {
  opacity: 0.8 !important;
  /* background: #000; */
}
@media screen and (max-width: 790px) {
  .mv {
    overflow: hidden;
    min-height: auto;
  }
  /* .mv_inner, .mv img {
    max-height: none;
  } */
  .mv .slick-dots {
    height: 30px;
    right: 10px;
  }
  .mv .slick-dots li {
    width: 11px !important;
    height: 11px !important;
    margin: 0 7px !important;
  }
  .mv .imgs_pc {
    /* display: none!important; */
  }
  .page--top .inner h2 {
    font-size: 22px;
    margin-bottom: 20px;
  }
}


/*  More link  */
div.more {
  margin: 80px auto 0;
  text-align: center;
}
a.more {
  color: #484848 !important;
  padding: 5px 0px 2px;
  font-family: 'Noto Sans JP', sans-serif;
  font-size: 20px;
  display: inline-block;
  position: relative;
}
a.more::before {
  content: "";
  width: 100%;
  border-bottom: 1px solid #484848;
  position: absolute;
  left: 0;
  bottom: -5px;
}
a.more::after {
  content: "вз";
  color: #484848;
  font-size: 10px;
  transform: scale(-1 , 0.5) rotate(90deg) skew(33deg);
  position: absolute;
  bottom: -12px;
  right: -5px;
  /* pointer-events: none;
  user-select: none; */
}
/*@media screen and (max-width: 768px) {*/
@media screen and (max-width: 790px) {
  div.more {
    margin: 60px auto 0;
  }
  a.more {
    padding: 5px 5px 2px;
    font-size: 15px;
  }
}


/*  swiper  */
.swiper-container {
  position: relative;
}
.swiper-pagination {
  bottom: -40px!important;
  z-index: 1!important;
}
.swiper-pagination-bullet {
  width: 30px!important;
  height: 8px!important;
  border-radius: 0!important;
}
.swiper-pagination-bullet-active {
  background: #888!important;
}
.swiper-button-prev, .swiper-rtl .swiper-button-next,
.swiper-button-next, .swiper-rtl .swiper-button-prev {
  display: none!important;
}
@media screen and (max-width: 790px) {
  .swiper-pagination-bullet {
    width: 5% !important;
    height: 7px !important;
  }
}

/*  ITEM LIST  */
.slick-dotted.slick-slider {
  display: flex;
}
.item_list {
  width: 90%;
  margin: 40px auto 0;
  padding-bottom: 20px;
  overflow: hidden;
  opacity: 0;
  position: relative;
}
ul.items li.slick-slide {
  max-width: 270px!important;
  margin: 0 auto;
  padding: 0;
  position: relative;
}
ul.items li a {
  width: 95%;
  margin: 0 auto;
  display: block;
}
ul.items .slick-slide img {
  width: 100%;
  margin: 0 auto;
}
ul.items li .product-list__name {
  margin-top: 5px !important;
  font-weight: 500;
  /* display: flex; */
  /* align-items: flex-start; */
  /* justify-content: center; */
}
ul.items li .product-list__name .new_mark_img1 {
  width: 24px;
}
.item_list .slick-dots {
  bottom: -30px;
  display: flex;
  justify-content: center;
}
.item_list .slick-dots li {
  width: 3%!important;
  height: 10px!important;
}
.item_list .slick-dots li button {
  width: 100%!important;
  height: 100%!important;
  padding: 0!important;
}
.item_list .slick-dots li button:before {
  width: 100%!important;
  height: 100%!important;
  font-size: 0!important;
  line-height: unset!important;
  background: #ddd;
  opacity: 1!important;
}
.item_list .slick-dots li.slick-active button:before {
  background: #8e8e8e;
}
.item_list .slick-dots li button:hover:before {
  /* opacity: 0.8 !important; */
  background: #000;
}
@media screen and (max-width: 790px) {
  .item_list {
    width: 100%;
    margin: 20px auto 0;
  }
  .item_list .slick-dotted.slick-slider {
    margin-bottom: 30px;
  }
  .item_list .slick-dots {
    bottom: -20px;
  }
   .item_list .slick-dots li {
    width: 5% !important;
    height: 6px !important;
    margin: 0 3px;
   }
}
@media screen and (max-width: 768px) {
  ul.items li.slick-slide {
   max-width: 315px !important;
  }
}
@media screen and (max-width: 590px) {
  ul.items li.slick-slide {
   max-width: 240px !important;
  }
}


/*  banner  */
.banner {
  margin-top: 110px;
}
@media screen and (max-width: 790px) {
  .banner {
    margin-top: 60px;
  }
}
.banner_list {
  display: flex;
  justify-content: center;
  gap: 15px;
  width: 80%;
  min-width: 700px;
  margin: 0 auto;
  margin-bottom: 15px;
}
@media screen and (max-width: 790px) {
  .banner_list {
    width: 85%;
    min-width: auto;
    flex-direction: column;
  }
}
.banner_detail {
    max-width: 50%;
}
@media screen and (max-width: 790px) {
  .banner_detail {
      max-width: none;
  }
}
.banner_detail img {

}

/*  NEW ITEM / RING / NECKLACE / PIERCE / GOODS / SPECIAL */
.top_cate_img {
  max-width: 1150px;
  margin: 0 auto;
  display: block;
}
.newitem,
.ring,
.necklace,
.pierce,
.goods,
.special
{
  margin: 100px auto 0;
}
@media screen and (max-width: 790px) {
  .newitem,
  .ring,
  .necklace,
  .pierce,
  .goods,
  .special
  {
    margin: 60px auto 0;
  }
}

/*  CATEGORY  */
.category {
  margin: 60px auto 0;
  padding: 60px 0;
  background: #f5f5f5;
}
.cate_list {
  margin-bottom: 20px;
  display: flex;
  justify-content: center;
}
.cate_list a {
  width: 25%;
  margin: 0 5px;
  display: inline-block;
  overflow: hidden;
}
.cate_list a:nth-of-type(1) {
  margin-left: 0;
}
.cate_list a:nth-last-of-type(1) {
  margin-right: 0;
}
.cate_list:nth-of-type(2) a {
  width: 24.5%;
}
.cate_list figure {
  width: 100%;
  margin: 0;
  padding: 0;
  display: block;
  position: relative;
  overflow: hidden;
}
.cate_list figure img.meltinto {
  margin-left: 2px;
}
.cate_list figcaption {
  font-size: 14px;
  text-align: left;
  font-weight: bold;
  position: relative;
  top: 4px;
  left: 0;
}
@media screen and (max-width: 790px) {
  .category {
    margin: 30px auto 0;
    padding: 40px 0;
  }
  .cate_list {
    margin-bottom: 0px;
    text-align: center;
    display: block;
  }
  .cate_list a {
    width: 48%;
    margin: 5px 3px;
  }
  .cate_list a:nth-child(odd) {
    margin-left: 0;
  }
  .cate_list a:nth-child(even) {
    margin-right: 0;
  }
  .category figcaption {
    font-size: 13px;
    font-weight: bold;
    color: #484848;
    opacity: 1;
    top: 3px;
    left: 7px;
  }
  .cate_list:nth-of-type(2) a {
    width: 48%;
  }
  .cate_list figure img.meltinto {
    margin-left: 1px;
  }
}


/*  INFOMATION  */
.info {
  margin: 60px auto 0;
}
.info .item_list {
  width: 100%;
  padding-bottom: 50px;
}
.info .item_list .info_item {
  margin-bottom: 0px;
}
.info li {
  padding: 0 3px;
}
.info li h2 {
  margin: 0 auto 0!important;
  font-size: 16px;
  font-weight: normal !important;
}
.info li h2 p:nth-of-type(1) span {
  margin: 10px auto 0;
  font-size: 14px;
  display: inline-block;
}
.info li h2 p:nth-of-type(1) span.en {
}
.info li h2 p:nth-of-type(1) span.jp {
  font-size: 13px;
}
.info li h2 p:nth-of-type(2) span {
  margin-top: 2px;
  font-size: 16px;
  display: inline-block;
}
.info li h2 p:nth-of-type(2) span.jp {
  font-size: 15px;
}
.info li h2 p:nth-of-type(1) span.jp,
.info li h2 p:nth-of-type(2) span.jp {
  /* opacity: 0.7; */
  color: #666!important;
}
.info .item_list .slick-dots {
  bottom: -40px;
}
@media screen and (max-width: 950px) {
  .info li h2 p:nth-of-type(1) {
    width: 125%;
    transform: scale(0.8);
    transform-origin: left top;
  }
  .info li h2 p:nth-of-type(2) {
    width: 125%;
    margin-top: -5px;
    transform: scale(0.8);
    transform-origin: left top;
  }
  .info li h2 p:nth-of-type(1) span,
  .info li h2 p:nth-of-type(2) span.en,
  .info li h2 p:nth-of-type(2) span.jp {
    color: #000;
  }
}
@media screen and (max-width: 790px) {
  .info {
    margin: 40px auto;
  }
  .info li h2 p:nth-of-type(1) span,
  .info li h2 p:nth-of-type(1) span.en {
    font-size: 12px;
  }
  .info li h2 p:nth-of-type(1) span.jp {
    font-size: 11px;
  }
  .info li h2 p:nth-of-type(2) span.jp {
    font-size: 15px;
  }
  .info .item_list {
    width: 112%;
    margin-left: -6%;
    padding-bottom: 30px;
  }
  .info .item_list .swiper-pagination {
    bottom: -30px !important;
  }
  .info .item_list .slick-dots {
    bottom: -20px;
  }
}
@media screen and (max-width: 650px) {
  .info li h2 p:nth-of-type(1),
  .info li h2 p:nth-of-type(2) {
    width: 135%;
    transform: scale(0.74);
  }
  .info li h2 p:nth-of-type(2) {
    margin-top: -5px;
  }
}
@media screen and (max-width: 480px) {
  .info li h2 p:nth-of-type(1) {
    width: 185%;
    transform: scale(0.54);
  }
  .info li h2 p:nth-of-type(2) {
    width: 180%;
    margin-top: -12px;
    transform: scale(0.555);
  }
}
@media screen and (max-width: 360px) {
  .info li h2 p:nth-of-type(1) {
    width: 200%;
    transform: scale(0.5);
  }
  .info li h2 p:nth-of-type(2) {
    width: 208%;
    transform: scale(0.48);
  }
}


/*  RANKING  */
.ranking {
  margin: 60px auto 0;
  padding: 60px 0;
  background: #f5f5f5;
}
.ranking_menu ul {
  display: flex;
  justify-content: center;
}
.ranking_menu li {
  margin: 10px 20px;
  padding: 6px 3px;
  font-size: 18px;
  font-weight: 400;
  text-align: center;
  cursor: pointer;
}
.ranking_menu li.on,
.ranking_menu li:hover {
  border-bottom: 1px solid;
  color: #000;
}
.ranking .product-list__unit__inner {
  margin-bottom: 0;
}
.ranking .item_list>div:not(.more) {
  min-height: 150px;
}
div.ranking_necklace,
div.ranking_pierce,
div.ranking_bracelet,
.ranking .item_list>div:not(.ranking .item_list>div.on):not(.more)
{
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
  opacity: 0;
  transition: 0.5s;
  overflow: hidden;
}
.ranking .item_list>div.on {
  display: block;
  position: relative;
  z-index: 1;
  opacity: 1;
  transition: 2s;
  overflow: hidden;
}
.ranking ul.items li.slick-slide::before {
  position: absolute;
  left: 5%;
  font-size: 15px;
  font-weight: bold;
  z-index: 1;
}
.ranking ul.items li[data-slick-index="0"]::before,
.ranking ul.items li[data-slick-index="5"]::before {
  content: "1";
}
.ranking ul.items li[data-slick-index="1"]::before,
.ranking ul.items li[data-slick-index="6"]::before {
  content: "2";
}
.ranking ul.items li[data-slick-index="2"]::before,
.ranking ul.items li[data-slick-index="7"]::before {
  content: "3";
}
.ranking ul.items li[data-slick-index="3"]::before,
.ranking ul.items li[data-slick-index="8"]::before {
  content: "4";
}
.ranking ul.items li[data-slick-index="4"]::before,
.ranking ul.items li[data-slick-index="9"]::before {
  content: "5";
}
.ranking .item_list {
  padding: 0;
}
.ranking .slick-dots {
  bottom: -30px;
}
.ranking div.more {
  margin: 60px auto 10px;
}
@media screen and (max-width: 790px) {
  .ranking {
    margin: 30px auto 0;
    padding: 40px 0;
  }
  .ranking_menu li {
    margin: 10px 4%;
    padding: 6px 0;
    font-size: 12px;
  }
}
@media screen and (max-width: 768px) {
  .ranking_menu {
    margin-bottom: 20px;
  }
  .ranking .item_list {
    margin-top: 0;
  }
  .ranking .item_list .slick-dots {
    bottom: -20px;
  }
  .ranking div.more {
    margin: 40px auto 10px;
    padding-bottom: 10px;
  }
}






/*  THEME  */
.theme {
  margin: 60px auto 0;
}
.theme h2 span {
  font-size: 20px;
  font-weight: 300;
}
.theme_inner {
  margin-top: 50px;
}
.theme_list {
  width: 90%;
  margin: 0 auto;
  display: flex;
  flex-wrap: wrap;
  gap: 40px 10px;
}
.theme_list li {
  width: calc(50% - 5px);
  text-align: center;
}
.theme_list li a {
}
.theme_list li img {
  width: 100%;
  margin: 0 auto;
  object-fit: cover;
  aspect-ratio: 3 / 2;
}
.theme_list li h3 {
  font-family: 'Noto Sans JP', sans-serif;
  font-size: 20px;
  line-height: 30px;
  letter-spacing: 0.1em;
  font-weight: 400;
  color: #484848;
  margin-top: 14px;
}
.theme_list li p {
  font-family: "Noto Serif JP", serif;
  font-size: 13px;
  line-height: 26px;
  letter-spacing: 0.1em;
  font-weight: 400;
  color: #484848;
  margin-top: 10px;
  margin-bottom: 10px;
}

@media screen and (max-width: 790px) {
  .theme {
    margin: 30px auto 0;
  }
  .theme h2 span {
    font-size: 15px;
  } 
  .theme_inner {
    margin-top: 30px;
  }
  .theme_list {
    width: 100%;
    flex-direction: column;
    gap: 30px 10px;
  }
  .theme_list li {
    width: 100%;
  }
  .theme_list li h3 {
    font-size: 15px;
    line-height: 20px;
    margin-top: 16px;
  }
  .theme_list li p {
    font-size: 12px;
    line-height: 26px;
    letter-spacing: 0.03em;
    margin-top: 14px;
    margin-bottom: 14px;
  }
}


/* img.chain {
  //display: none;
}
.theme table td {
  width: 50%;
  padding-bottom: 2%;
}
.theme table td.pl {
  position: relative;
  padding-left: 4%;
}
.theme table td.pl.chain {
  position: relative;
  overflow: hidden;
}
.theme table td.pl.chain a {
  width: 92%;
  height: 98%;
  position: absolute;
  bottom: 2%;
}
.theme table figure {
  margin: 0;
}
.theme table figcaption {
  margin-top: 2%;
  margin-left: 3px;
  font-weight: bold;
}
.theme table td.pl figure.chain {
  width: 100%;
  height: 97.7%;
  position: relative;
  top: 0;
}
.theme table td.pl figure.chain div {
  position: relative;
  width: 100%;
  height: 100%;
  overflow: hidden;
}
.theme table td.pl figure.chain img {
  width: 100%;
  height: 100%;
  position: relative;
  object-fit: cover;
  background-repeat: no-repeat;
}

@media screen and (max-width: 970px) {
  .theme table td.pl figure.chain {
    height: 97.4%;
  }
}
@media screen and (max-width: 790px) {
  .theme {
    margin: 30px auto 0;
  }
  .theme h2 span {
    font-size: 15px;
  } 
  .theme_inner {
    margin-top: 30px;
  }
  .theme table td {
    padding-bottom: 3%;
  }
  .theme table td.pl.chain a {
    height: 97%;
    bottom: 3%;
  }
  .theme table figcaption {
    font-size: 13px;
  }
}
@media screen and (max-width: 650px) {
  .theme table td.pl figure.chain {
    height: 97%;
  }
}
@media screen and (max-width: 450px) {
  .theme table td.pl figure.chain {
    height: 95%;
  }
}
@media screen and (max-width: 350px) {
  .theme table td.pl figure.chain {
    height: 94%;
  }
} */


/*  news  */
.news {
  margin: 60px auto 0;
  padding: 60px 0;
  background: #f5f5f5;
}
.news .inner {
  max-width: 1000px;
}
.news_list {
  width: 100%;
  margin: 0 auto 50px;
  text-align: left;
}
.news_list li {
  margin-bottom: 20px;
  display: flex;
  line-height: 1.8;
}
.news_list li span.date {
  width: 10%;
  min-width: 10%;
  color: #cf2026;
  margin-right: 10px;
  display: inline-block;
}
.news_list li a {
  display: inline-block;
}
.news div.more {
  margin: 40px auto 0;
}
@media screen and (max-width: 790px) {
  .news {
    margin: 30px auto 0;
    padding: 40px 0;
  }
  .news_list {
    margin: 0 auto 30px;
  }
  .news_list li span.date {
    width: 100px;
    min-width: 100px;
    color: #cf2026;
    margin-right: 0;
  }
}


/*  BRAND  */
.brand {
  margin: 60px auto 0;
}
.brand_con {
  width: 100%;
  margin: 50px auto 0;
  text-align: center;
  display: flex;
  justify-content: center;
}


.brand_list {
  width: 90%;
  margin: 0 auto;
  display: flex;
  flex-wrap: wrap;
  gap: 40px 10px;
}
.brand_list li {
  width: calc(50% - 5px);
  text-align: center;
}
.brand_list li a {
}
.brand_list li img {
  object-fit: cover;
  aspect-ratio: 1200 / 750;
  width: 100%;
  max-width: 0 auto;
}
.brand_list li h3 {
  font-family: 'Noto Sans JP', sans-serif;
  font-size: 20px;
  line-height: 30px;
  letter-spacing: 0.1em;
  font-weight: 400;
  color: #484848;
  margin-top: 14px;
}
.brand_list li p {
  font-family: "Noto Serif JP", serif;
  font-size: 13px;
  line-height: 26px;
  letter-spacing: 0.1em;
  font-weight: 400;
  color: #484848;
  margin-top: 10px;
  margin-bottom: 10px;
}

@media screen and (max-width: 790px) {
  .brand {
    margin: 40px auto;
  }
  .brand_con {
    margin: 20px auto 0;
    display: block;
  }
  .brand_list {
    width: 100%;
    flex-direction: column;
    gap: 30px 10px;
  }
  .brand_list li {
    width: 100%;
  }
  .brand_list li h3 {
    font-size: 15px;
    line-height: 20px;
    margin-top: 16px;
  }
  .brand_list li p {
    font-size: 12px;
    line-height: 26px;
    letter-spacing: 0.03em;
    margin-top: 14px;
    margin-bottom: 14px;
  }
}



/* 
.brand_con div {
  width: 49%;
}
.brand_con div:nth-of-type(1) {
  margin-right: 2%;
}
.brand_con a {
  display: block;
}
.brand_con a img {
  width: 580px;
}
.brand_con p {
  margin: 10px auto 0;
  font-weight: bold;
}
.brand_con .brand_con_text {
  width: 80%;
  font-weight: 400;
}
@media screen and (max-width: 790px) {
  .brand {
    margin: 40px auto;
  }
  .brand_con {
    margin: 20px auto 0;
    display: block;
  }
  .brand_con p {
    text-align: left;
  }
  .brand_con div {
    width: 100%;
    margin: 0 auto;
  }
  .brand_con div:nth-of-type(1) {
    width: 100%;
    margin: 0 auto 30px;
  }
  .brand_con a img {
    width: 100%;
  }
  .brand_con .brand_con_text {
    width: 100%;
  }
} */





/*  SHOP  */
.shop {
  margin: 60px auto 0;
  padding: 60px 0;
  background: #f5f5f5;
}
.shop_name {
  font-size: 30px;
}
.shop_top {
  padding-bottom: 20px;
}
.shop_top_inner {
  width: 80%;
  margin: 0 auto;
  padding: 40px 0 0;
}
.shop_imgs {
  display: flex;
  justify-content: center;
}
.shop_imgs img {
  width: 49%;
  margin: 0px 1%;
  display: block;
}
.shop_imgs img:nth-of-type(1) {
  margin-left: 0;
}
.shop_imgs img:nth-of-type(2) {
  margin-right: 0;
}
.shop_top p {
  margin-top: 20px;
  text-align: center;
}
.shop_top  div.more {
  margin: 40px auto 0;
}
.shop_info {
  width: 70%;
  margin: 30px auto 0;
  padding: 40px 5% 20px;
  background: #fff;
  display: flex;
}
.shop_info ul {
  width: 70%;
  font-size: 14px;
}
.shop_info li {
  margin-bottom: 15px;
  color: #838383;
}
.shop_info li:nth-of-type(4) {
  display: flex;
}
.shop_info li a.map {
  padding: 2px 2px 0px;
  border-bottom: 2px solid #484848;
  display: inline-block;
}
.shop_info li a.map:hover {
  border-bottom: 2px solid #838383;
}
.shop_info div {
  width: 30%;
}
.shop_info div img {
  width: auto;
}
@media screen and (max-width: 790px) {
  .shop {
    margin: 30px auto 0;
    padding: 40px 0;
  }
  .page--top .shop h2 {
    font-size: 18px;
  }
  .shop_name {
    font-size: 22px;
  }
  .shop_top_inner {
    width: 100%;
    margin: 0 auto;
    padding: 10px 0 0;
  }
  .shop_top p {
    margin-top: 10px;
    text-align: left;
  }
  .shop_top div.more {
    margin: 30px auto 0;
  }
  .shop_info {
    width: 90%;
    margin: 20px auto 0;
    padding: 30px 5%;
  }
  .shop_info ul {
    font-size: 10px;
  }
  .shop_info li {
    margin-bottom: 10px;
  }
  .shop_info li:last-child {
    font-size: 12px;
  }
}
@media screen and (max-width: 500px) {
  .page--top .shop h2 {
    font-size: 14px;
  }
}
