@charset "UTF-8";

/* reset.css */

a {
  text-decoration: none;
  color: initial;
}

hr{
  display: none;
}

h2,
h3,
h4,
ul,
li,
p {
  margin: 0;
  padding: 0;
}

ul,
li {
  list-style: none;
  padding-left: 0;
}

html {
  scroll-behavior: smooth;
}

.section-eyecatch,main{
    max-width:none;
    width:100%;
}

.section-eyecatch{
  max-width:none;
  width: 100%;
  
}  

main section{
  max-width: none;
}

.slick-dots li.slick-active button:before{
  background: none;
}



/* reset.css fin */


.main-wrap{
  margin-top: 0;
  
}

.flare-img{
  position: absolute;
  width: 100%;
  mix-blend-mode: overlay;
  z-index: 2;
  pointer-events: none;
  opacity: 0.4;
}

.flare-img img{
  width: 100%;
}

.flare-img.flare-2{
  top: 25%;
  right: 50%;
}



.flare-img.flare-4{
  top: 75%;
  right: 50%;
}

.flare-img.flare-5{
  bottom: 10%;
}

.flare-img.flare-6{
  top: 45%;
}

.flare-img.flare-7{
top: 80%;
}


.main-wrap::before{
  background-image: url(/images/sale/ygjewely2025/bg_all.png);
  background-size: cover;
  background-repeat: no-repeat;
}


:root {
  --heading-color: #3d3d3d;
  --sub-color: #6a6a6a;
  --accent-color: blue;
  --new-color: #77adc7;
  --used-color: #b7b96e;
  --btn-color: #96a495;
  --main-p-color: #2b2b2b;
  --bg-1-color:#b4d3bd;
  --bg-2-color:#b4d3bd;
}

/* font */

.heading,.sub-heading,
.brand-btn p,h4.sub-heading {
  font-family: "Libre Baskerville", serif;
  font-weight: 400;
  font-style: normal;
}

.heading.italic,.brand-btn.cartier p {
  font-family: "Libre Baskerville", serif;
  font-weight: 400;
  font-style: italic;
}

.brand-btn p span.contents.column-l,.more-btn a{
  font-family: "Zen old mincho", sans-serif;
  font-weight: 400;
  font-style: normal;

  /* 700 */
}


.heading span,h4.sub-heading span {
  font-family: "Shippori Mincho", serif;
  font-weight: 600;
  font-style: normal;
}

span.brand_text,.h4.sub-heading span,.brand-column li p span{
  font-family: "Shippori Mincho", serif;
  font-weight: 400;
  font-style: normal;
}


/* ---font-end */



/* .main-wrap::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  opacity: 0.4; 
  z-index: -1; 
} */


.yg-wrapper{
  /* position: relative; */
  max-width: none;
  background: rgb(187 211 180 / 0.7);
  
}

.yg-wrapper::before{
  content: "";
  position: absolute;
}



/* ボタン */

.more-btn {
  max-width: 280px;
  margin-top: 16px;
}

.more-btn a {
  display: block;
  padding: 4%;
  border: 2px solid transparent; 
  border-radius: 9999px;
  text-align: center;
  color: #fff;
  background-color:#497569;
  box-shadow: 0 0 0 2px rgb(169, 191, 148); 
  transition: box-shadow 0.4s ease;
}

.more-btn a:hover {
  box-shadow: 0 0 0 5px  rgb(169, 191, 148);
}


/* fv */

.fv{
  max-width: 1000px;
  margin: 0 auto;
}

.fv img{
  width: 100%;
}


/* brand-list */

#brand-list-wrapper{
  /* background: #FFFCF3; */

  padding: 40px;
}

.heading.brand{
  text-align: center;
}

.brand-column{
  max-width: 600px;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  column-gap: 8%;
  margin: 30px auto;
}

.brand-column li{
  position: relative;
  width: 26%;
  transition:transform 0.5s;
}

.brand-column li:hover{
  transform: scale(1.1);
}


.brand-column li img{
  width: 100%;
  opacity: 0.4;
}

.brand-btn{
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%,-50%);
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  text-align: center;
  gap: 5px; 
}

.brand-column li p{
  font-size: 16px;
  text-align: center;
  white-space: nowrap;
  letter-spacing: -0.8px;
}

.brand-column li p span{
  display: block;
  font-size: 14px;
}

.arrow_yg {
  display: inline-block;
  vertical-align: middle;
  color: #333;
  line-height: 1;
  width: 0;
  height: 0;
  border-style: solid;
  border-color: transparent;
  border-width: 0.64952em 0.375em;
  border-top-color: currentColor;
  border-bottom: 0;
}

/* lead */

.lead{
  margin: 0 auto;
  padding: 40px 0;
  color: #333;
  text-align: center;
  position: relative; 
  z-index: 1; 
}

p.lead-p{
  text-align: center;
}

/* column */

h3.heading {
  margin-bottom: 16px;
  color: var(--heading-color);
  font-size: 38px;
  line-height: 1.2;
  text-shadow: 1px 1px 2px #ffffff;
}


h3.heading.italic span{
  font-style: normal;
}

h3.heading span {
  display: block;
  font-size: 20px;
}


h3.heading-c,.heading-c span{
  color: #BF5555;
  
}

h3.heading-l,.heading-l span{
  color: #BA9856;
  
}

h3.heading-h,.heading-h span{
  color: #55A4BC;
  
}

h3.heading-d,.heading-d span{
  color: #BA7856;
  
}

h3.heading-y,.heading-y span{
  color: #46548d;
  
}


.yg-inner {
  display: flex;
  column-gap: 16px;
  max-width: 1120px;
  width: 100%;
  margin: 0 auto;
  padding: 80px 16px;
  overflow: hidden;
}

.yg-inner.reverse {
  flex-direction: row-reverse;
  column-gap: 32px;
}


/* yukizaki */

#yg-yukizaki{
  padding-bottom: 80px;
}

h4.sub-heading{
  display: flex;
  align-items: center;
  column-gap: 10px;
  font-size: 20px;
  color: #69706d;
}

h4.sub-heading span{
  display: flex;
  align-items: center; 
  justify-content: center; 
  font-size: 14px;
  color: #69706d;
}


h4.sub-heading span:before, h4.sub-heading span:after {
  border-top: 1px solid;
  content: "";
  width: 1em; 
}

h4.sub-heading span:before {
  margin-right: 8px; 
}

h4.sub-heading span:after {
  margin-left: 8px; 
}

.sub-heading.bottom{
  margin-top: 30px;
}


/* left 左 */
.column-l {
  position: relative;
  width: 60%;
  z-index: 2;
}

.column-l > p {
  width: 80%;
  margin-bottom: 40px;
  color: var(--main-p-color);
}

.contents-wrapper {
  display: flex;
  flex-wrap: wrap;
  row-gap: 32px;
  align-items: flex-start;
  column-gap: 8px;
  padding: 10px 0;
}

.products-list {
  width: calc(33.33% - 8px);
  list-style: none;
  box-sizing: border-box;
}

/* right 右 */
.column-r {
  position: relative;
  width: 40%;
  overflow: hidden;
  margin: 0 auto;
  z-index: 2;
}

.contents-img {
  width: 100%;
}

.contents-img img {
  width: 100%;
  background-color: #e9e8e3;
}

/* 回転する要素のスタイル */
.rotate-box {
  
  position: relative;
  top: 10%;
  width: 100%; 
  padding-top: 100%;
  background-image: url(/images/sale/ygjewely2025/c-circle.png);
  background-size: cover;
  background-position: center;
  animation: rotateAnimation 30s linear infinite;
}

.rotate-box.louis {
  background-image: url(/images/sale/ygjewely2025/l-circle.png);
}

.rotate-box.harry {
  background-image: url(/images/sale/ygjewely2025/h-circle.png);
}

.rotate-box.damiani {
  background-image: url(/images/sale/ygjewely2025/d-circle.png);
}

.rotate-box.yukizaki {
  background-image: url(/images/sale/ygjewely2025/y-circle.png);
  top: 30%;
}

@keyframes rotateAnimation {
  from {
    transform: rotate(0deg);
  }
  to {
    transform: rotate(360deg);
  }
}

.circle-img {
  position: absolute;
  z-index: 2;
  width: 100%;
  height: auto;
  position: absolute;
}

.circle-img img {
  width: 100%;
  height: auto;
  display: block;
}

.c-1-img {
  width: 30%;
  height: auto;
  top: -10%;
  right: 0;
  filter: drop-shadow(14px 9px 2px #878787);
}

.c-2-img {
  top: 5px;
  left: 7%;
  filter: drop-shadow(14px 9px 2px #878787);
  width: 120%;
}

.c-3-img {
  width: 80%;
  bottom: -130px;
  transform: rotate(35deg);
  filter: drop-shadow(14px 9px 2px #878787);
}

.main-img {
  position: absolute;
  top: 10px;
  bottom: 0;
  margin: auto 0;
  width: 100%;
}

.main-img img {
  width: 100%;
  filter: drop-shadow(10px 10px 2px #69706d);
}

.m-l-img {
  top: -32px;
}

.m-h-img {
  top: 45px;
}

.m-d-img{
  width: 90%;
  top: -36px;
}


.m-y-img{
  top: 200px;
}

/* ルイ・ヴィトン */
.l-1-img {
  width: 30%;
  height: auto;
  top: 27%;
  right: -23px;
  filter: drop-shadow(14px 9px 2px #878787);
}

.l-2-img {
  width: 80%;
  height: auto;
  top: -18%;
  right: 26%;
  filter: drop-shadow(10px 10px 2px #878787);
}

.l-3-img {
  width: 80%;
  height: auto;
  bottom: -36%;
  right: 14%;
  filter: drop-shadow(10px 10px 2px #878787);
}

.h-1-img {
  width: 90%;
  height: auto;
  top: -28%;
  left: -7%;
}

.h-2-img {
  width: 80%;
  height: auto;
  right: -38%;
  top: -15%;
}

.h-3-img {
  width: 60%;
  height: auto;
  bottom: -12%;
  right: 15%;
}

.item-box {
  position: relative;
  width: 340px;
  top: -37%;
  right: -12%;
  height: 350px;
}

/* 装飾 */

.yg-inner-l,.yg-inner-d{
  position: relative;
  overflow: hidden;
}




/* タグ */
.tag {
  display: inline-block;
  padding: 5px 20px;
  background-color: var(--used-color);
  border-radius: 2em;
  line-height: 1;
  color: #fff;
  font-size: 12px;
}

.tag.new {
  background-color: var(--new-color);
}

.product_type {
  color: #616161;
}

/*  */

.block {
  width: 100%;
  height: auto;
  margin: auto;
}

.circleText {
  overflow: visible;
}

.circleText__circle {
  fill: none;
}

.circleText__text {
  fill: #32bdeb;
  font-size: 12px;
  font-weight: 700;
}

/* --------------- */
.circle {
  position: relative;
  margin: 20px auto;
  width: 200px;
  height: 200px;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 50%;
}

.inner {
  position: relative;
  width: 20px;
  height: 20px;
  border-radius: 50%;
  animation: rotateAnim 7s linear infinite;
}

.inner:hover {
  animation-play-state: paused;
}

@keyframes rotateAnim {
  0% {
    transform: rotate(0deg);
  }
  50% {
    transform: rotate(180deg);
  }
  100% {
    transform: rotate(360deg);
  }
}

/*slick  */

.slick-slide {
  margin: 0;
}

.yg-slick a img{
  width: 100%;
  cursor: pointer;
  background-color: #fdfdf3;
  border: 2px solid #a2bf94;
  border-radius: 5%;
  transition: border-width 0.1s ease; 
}


.yg-slick a img:hover {
  border-width: 4px; 
}


.slick-prev {
  left: 5px;
  z-index: 3;
}

.slick-next {
  right: 5px;
  z-index: 3;
}

.sp_only {
  display: none;
}





/*  */

/* レスポンシブ */

/* タブレット */
@media screen and (max-width: 768px) {
  .sp_only {
    display: block;
  }

  .pc_only {
    display: none;
  }

  h3.heading{
    font-size: 44px;
  }

  #brand-list-wrapper{
    padding: 20px 8px;
  }


  .yg-inner,
  .yg-inner.reverse {
    width: 95%;
    flex-direction: column-reverse;
    padding:40px 16px 0 16px
  }

  .column-l {
    width: 100%;
  }

  .column-r {
    width: 70%;
    padding: 10% 0 8%;
  }

  .sp-wrapper {
    width: 60%;
    margin: 0 auto;
    padding: 5px;
  }

  .column-l > p {
    width: 100%;
  }

  .products-list {
    width: 48%;
    justify-content: space-between;
    overflow: hidden;
  }

  h3.heading {
    text-align: center;
  }
  .column-l > p{
    margin-bottom:16px;
  }

  .m-h-img{
    top: 5%;
  }


  .m-c-img{
    top:8px;
  }

  .m-l-img{
    top: -13px;
  }

  .m-y-img {
    top: -7px;
  }

 


  

  /* ボタン */

  .more-btn{
    width: 100%;
    max-width: 320px;
    margin: 20px auto;
  }
  .more-btn a{
    padding: 4.4% 0;
  }


  /* slick */
  
  .yg-slick{
    max-width: none;
   
  }

 .yg-slick a img{
    max-width: none;
    margin-bottom: 0;
  }


  .slick-dotted.slick-slider{
    margin-bottom: 10px;
  }

  .slick-dots {
    bottom: 11px;
    left: 10px;
    text-align: left;
  }

  .slick-dots li button:before{
    font-size: 4px;
  }

  .slick-dots li{
    margin: 0;
  }
}

@media screen and (max-width: 500px){
  .brand-column li{
    width: 24%;
  }

  .brand-column li p {
    font-size: 12px;
  }
}

@media screen and (max-width: 420px) {
  h3.heading{
    font-size: 24px;
  }

  h3.heading span{
    font-size: 16px;
  }

  .more-btn a {
    padding: 6% 0;
  }

  .brand-column li p span {
    font-size: 12px;
  }

  .tag{
    padding: 3px 12px;
  }
}


@media screen and (max-width: 376px) {
  .brand-column li p{
    font-size:10px;
  }

  h4.sub-heading  {
    font-size: 16px;
  }

  h4.sub-heading span {
    font-size: 12px;
  }
}


@media screen and (max-width: 319px){
  h4.sub-heading{
    flex-direction: column;
  }
}






