/** Shopify CDN: Minification failed

Line 29:11 Expected identifier but found "{"
Line 1500:12 Expected identifier but found whitespace
Line 1500:13 Unexpected "0"

**/
/* font */

@import url('https://fonts.googleapis.com/css2?family=Bodoni+Moda:ital,opsz,wght@0,6..96,400..900;1,6..96,400..900&family=Italianno&family=Libre+Caslon+Text:ital,wght@0,400;0,700;1,400&family=Noto+Serif+JP:wght@200..900&family=Playball&family=Playfair+Display:ital,wght@0,400..900;1,400..900&family=Tiro+Devanagari+Marathi:ital@0;1&display=swap');

@media (min-width: 769px) {
  .mobile-only {
    display: none!important;
  }
}

@media (max-width: 768px) {
  .desktop-only {
    display: none!important;
  }
}

.top-fadein {
  opacity: 1;
  animation: top-fadein 1s;
}

@keyframes {
  from {opacity: 0;}
  to {opacity: 1;}
}

/* custom-mypage */

.account__info {
  margin-top: 30px;
  margin-bottom: 30px;
}

/* font */

.font-playfair {
  font-family: "Playfair Display", serif;
}

.font-playball {
  font-family: "Playball", serif;
}

.font-notoserif {
  font-family: "Noto Serif JP", serif;
}

.font-libre-caslon-text {
  font-family: "Libre Caslon Text", serif;
}

.font-tiro-devanagari-marathi {
  font-family: "Tiro Devanagari Marathi", serif;
}

.font-bodoni-moda {
  font-family: "Bodoni Moda", serif;
}

.font-italianno {
  font-family: "Italianno", cursive, serif;  
}

/* etc */ 

.custom-flipped {
  transform: scaleX(-1);
}

.LP-anchor_link {
    scroll-margin-top: 80px;   
}

/* custom-collection-list css */

.custom-list__title {    
    border: 1px solid #3F3F3F;
    background-color: #3F3F3F;
    border-radius: 70px;
    padding: 0.75rem 1.5rem;
    color: #FFF;
    letter-spacing: .1rem;
}

  .custom-list__title:hover {    
    border: 1px solid #3F3F3F;
    background-color: #fff;
    color: #3F3F3F;
  }  

   @media (max-width: 787px) {
     .custom-list__title {
       font-size: 0.95em;
       padding: 0.75rem 1.25rem;
     }     
   }

  /* image-animation */
   .custom-scroll-container {
     opacity: 0;
     transform: translateY(50px); /* 기본 애니메이션 (위에서 아래) */
     transition: opacity 0.8s ease-out, transform 1s ease-out;
   }

   .custom-scroll-container.left-right {
     opacity: 0;
     transform: translateX(-50px); /* 좌에서 우 애니메이션 */
     transition: opacity 0.8s ease-out, transform 1s ease-out;
   }

   .custom-scroll-container.right-left {
     opacity: 0;
     transform: translateX(50px); /* 우에서 좌 애니메이션 */
     transition: opacity 0.8s ease-out, transform 1s ease-out;
   }

   .custom-scroll-container.top-bottom {
     opacity: 0;
     transform: translateY(-50px); /* 위에서 아래 애니메이션 */
     transition: opacity 0.8s ease-out, transform 1s ease-out;
   }

   /* 애니메이션 완료 후, 오브젝트가 화면에 보이도록 설정 */
   .custom-scroll-container.lp-visible {
     opacity: 1;
     transform: translateY(0); /* 기본: 위에서 아래 */
   }

   .custom-scroll-container.lp-visible.left-right {
     transform: translateX(0); /* 좌에서 우 */
   }

   .custom-scroll-container.lp-visible.right-left {
     transform: translateX(0); /* 우에서 좌 */
   }

   .custom-scroll-container.lp-visible.top-bottom {
     transform: translateY(0); /* 위에서 아래 */
   }

/* ocsasion */   
.occasion_top-banner {
  display: block; 
  width: 100%;
  margin: 0 auto;  
}

.occasion_sub-banner {
  display: block;
  max-width: 750px;
  width: 90%;
  margin: 4.5em auto;
}

.occasion_rich-text {  
  max-width: 800px;
  width: 92%;
  margin: 4.5em auto;
  padding: 1.75em;
}

.occasion_section, .ceremony_section {
  max-width: 1200px;
  width: 100%;
  margin: 12em auto;
}

.occasion_section__rich-text, .ceremony_section__rich-text {
  max-width: 780px;
  width:85%;
  margin: 4.5em auto;  
}

@media (max-width: 787px) {
  .occasion_sub-banner {
    margin: 2.5em auto 4.5em;
  }
  .occasion_section, .ceremony_section {
    margin: 8em auto;
  }  
  .occasion_rich-text {
    margin: 2.5em auto;
  }
  .occasion_section__rich-text, .ceremony_section__rich-text {
    margin: 3.5em auto;
  }
}

@media (max-width: 589px) {
  .occasion_section {
    margin: 6.5em auto;
  }  
  .occasion_rich-text {
    width: 90%;
  }
  .occasion_section__rich-text {
    width: 85%;
  }
}

 .occasion-item__container{
   display: block; 
   max-width: 1000px;
   width: 90%;
   margin: 4.5em auto;
 }

  .occasion-item__container h1 {
    text-align: center;    
  }

  .occasion-item__flex-container {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: flex-start;
    gap: 20px;
  }

  .occasion-item__flex-item {
    width: 22.5%;
  }

  .occasion-product {
    margin-bottom: 0;
  }

  .occasion-price {
    margin-top: 5px;
  }

  @media (max-width: 787px) {      
    .occasion-item__flex-container {
      gap:30px 16px;
    }

   .occasion-item__flex-item {    
     width: 23%;  
   }
  }

  @media (max-width: 589px) {
    
    .occasion-item__container {
      margin: 3em auto:
    } 

    .occasion-item__flex-item {
      width: 47%;
    }
  
  }

/* end occasion */

/* 2024gift */
  #LP-24gift, #LP-24gift_k10, #LP-24gift_christmas, #LP-24gift_pair, #LP-christmas {
    display: block;
    max-width: 1200px;
    width: 100%;
    margin: 0 auto;
  }

  .gift-image__section {
    display: block;
    width: 100%;
  }

  .gift-image__grid-container {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;    
  }
  
  .gift-image__grid-item {
    display: block;        
    position: relative;        
  }

  .gift__image-wrapper {
    position: relative;
    width: 100%;
    overflow: hidden;
  }

  .gift__image-wrapper img {
    vertical-align: bottom;
    overflow: hidden;
  }

  .gift-image__box-bg {
    position: relative;
    overflow: hidden;
    filter: blur(2px);
  }  

  .gift-image__box-main {
    width: 92%;
    position: absolute;    
  }

  .gift-image__box-xmas {
    display: block;
  }

  .gift-txt__box {
    position: absolute;
    color: #fff;
    font-size: 8vmin;
    text-shadow: 1px 1px 3px #7d7d7d;
  } 

  .gift-grid__box01 .gift-image__box-main {
    right: 0;
    bottom: 0;    
  }

  .gift-grid__box01 .gift-txt__box {
    right: 30px;
    top: 22%;        
  }

  .gift-grid__box02 .gift-image__box-main {
    left:0;
    bottom: 0;
  }

  .gift-grid__box02 .gift-txt__box {
    left: 30px;
    bottom: 48%;
  }

  .gift-grid__box03 .gift-image__box-main {
    top: 0;
    right: 0;
  }

  .gift-grid__box03 .gift-txt__box {
    right: 30px;
    top: 30%;
  }

  .gift-grid__box04 .gift-image__box-main {
    top: 0;
    left: 0;
  }

  .gift-grid__box04 .gift-txt__box {
    left: 30px;
    bottom: 32%;
  }

  @media (min-width:590px) {    
    .gift-image__grid-item {
      width: 50%;      
    }

    .gift-txt__box {
      font-size: 5vmin;
    }

    .gift-grid__box02 {
      margin-top: 18em;
    }    

    .gift-grid__box03 {
      margin-top: -12em;
    }    
  
    .gift-grid__box04 {
      margin-top: 6em;
    }    
  }

  @media (max-width:590px) {
    .gift-image__grid-container {
      gap: 20px;
    }
    
    .gift-image__grid-item {
      width: 86%;
    }

    .gift-image__grid-item:nth-child(even) {
      margin-left: auto;
    }

    .gift-grid__box01 .gift-txt__box {
      right: 15px;
      top: 34%;        
    }    

    .gift-grid__box02 .gift-txt__box {
      left: 15px;
      bottom: 50%;
    }   

    .gift-grid__box03 .gift-txt__box {
      right: 15px;
      top: 50%;
    }

    .gift-grid__box04 .gift-txt__box {
      left: 15px;
    }      
  }

/* end 2024gift */

/* star animation */
  .star-container {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    pointer-events: none;
    overflow: hidden;
    z-index: 9999;
  }
 
  .star {
    position: absolute;
    clip-path: polygon(50% 0%, 61% 35%, 98% 35%, 68% 57%, 79% 91%, 50% 70%, 21% 91%, 32% 57%, 2% 35%, 39% 35%);
    opacity: 0;
    animation: fall linear infinite;
  }

  @keyframes fall {
    0% {
      transform: translateY(-100px) scale(0.5);
      opacity: 0;
    }
    25% {
      opacity: 0.8;
    }
    50% {
      transform: translateY(1000px) scale(1);
      opacity: 0.8;
    }
    75% {
      opacity: 0.8;
    }
    100% {
      transform:translateY(2000px) scale(0.3);
      opacity: 0;
    }
  }

/* end star animation */

/* LP-custom-carousel01 */

.LP-custom-carousel01 {
    display: grid;
    position: relative;
    height: auto;
    width: 100%;
    margin: 0 auto;
    place-items: center;
    overflow: hidden;
}

.LP-custom-carousel01__track {
    display: flex;
    width: calc(500px * 12);
    animation: custom-scroll01 30s linear infinite;
}

/* .LP-custom-carousel01__track:hover {
    animation-play-state: paused;
} */

@keyframes custom-scroll01 {
    0% {
        transform: translateX(0);
    }
    100% {
        transform: translateX(calc(-400px * 6));
    }
}

.LP-custom-autoslide {
    width: 500px;
    height: auto;
    display: flex;
    align-items: center;
    padding: 10px;
    perspective: 100px;
}

.LP-custom-autoslide img {
    width: 100%;
    transition: transform .7s;
}

@media (max-width: 589px) {
  .LP-custom-carousel01__track {
    width: calc(250px * 12);    
  }

  @keyframes custom-scroll01 {
      0% {
          transform: translateX(0);
      }
      100% {
          transform: translateX(calc(-250px * 6));
      }
  }
  .LP-custom-autoslide {
    width: 250px;
    padding: 5px;
  }
}
/* end LP-custom-carousel01*/

/* gift page */ 

  .xmas-button__section {
    margin: 2.5em auto 6em;
  }

 /* gift-btn */
  .gift-button__section {
    max-width: 600px;
    width: 90%;
    display: flex;
    gap: 15px;
    justify-content: center;
    align-items: center;
    margin: 4.5em auto 6em;
  }
  
  .gift-btn {
    flex: 1 1 calc(30% - 30px); 
    max-width: 30%;
    display: flex;
    align-items: center;
    background-color: #656565;
    color: #fff;
    text-decoration: none;
    padding: 15px;
    border-radius: 5px;
    box-sizing: border-box;
    font-size: 1.25em;
    font-weight: 600;
  }

  .gift-btn:hover {
    background-color: #000;
    color: #fff;
  }  

  .gift-btn_img {
    width: 40px;
    height: 40px;
  }

  .gift-btn_img img {
    width: 100%;
    height: 100%;
    object-fit: contain;
  }  

  .gift-btn_txt {    
    margin-left: 20px;
    white-space: nowrap;
  }

  @media (max-width: 589px) {
    .gift-btn {
      font-size: 1em;
    }
    .gift-btn_txt {  
      margin-left: 10px;
    }

    .gift-btn_img {
      width: 20px;
      height: 20px;
    }    
  }

  .gift-btn_txt p {
    margin-bottom: 0;  
  }


 /* end gift-btn */


 /* happybag2025 */

    .happybag2025_flex {
      display: grid;
      margin: 15px 0 30px;
      align-items: center;
      grid-gap: 15px;
      grid-template-columns: 1fr 1fr;
      max-width: 900px;
    }

    @media (max-width: 786px) {
      .happybag2025_flex {
        grid-template-columns: 1fr;
        width: 90%;    
        margin: 0 auto;
        grid-gap: 10px;
      }
    }
    
 /* end happybag2025 */
 /* Luck Accessory LP */

  .LP-Lucky__main-container {
    display: block;
    max-width: 1500px;
    width: 100%;
    margin: 10em auto;
  }

  .LP-Lucky__main-container h1,h2,h3,h4 {
    letter-spacing: 0.01em;
  }
 
  @media (max-width: 768px) {
    .LP-Lucky__main-container {
      margin: 4.5em auto;
    }
  }

  .LP-Lucky__title-container {
    display: flex;
    flex-direction: column; 
    align-items: center;
    margin-bottom: 15px;
    text-align: center;
  }

  .LP-Lucky__title-container h1, .LP-Lucky__section-banner_width h2, .LP-Lucky__main-container ul{
    margin-bottom: 0;
  }

  .LP-Lucky__subtitle {
    font-size: .875em;
    color: #666666;
  }

  .LP-Lucky__title--text {
    margin-top: 15px;
  }

  .LP-Lucky__title {
    font-size: 8vmin;   
    margin-bottom: 0;
    line-height: 1;
  }

  .LP-Lucky__main-container img{    
    display: inline-block;
    vertical-align: bottom;
  }

  .LP-Lucky__visual-container {
    display: block;   
    max-width: 1000px;
    width: 100%;
    margin: 0 auto 2.5em;
    overflow: hidden;
    position: relative;
  }

  .LP-Lucky__section-banner {
    max-width: 800px;
    width: 100%;
    margin: 30px auto;
  }

  .LP-Lucky__section-banner_width {
    max-width: 1000px;
    width: 90%;
    margin: 6.5em auto;    
  }

  @media (max-width: 768px) {
    .LP-Lucky__section-banner {
      margin: 15px auto 30px;
      width: 87%;
    }
  }

  @media (min-width: 769px) {
    .LP-Lucky__visual-container {
      margin-bottom: 4.5em;
    }
  }
  
  .LP-Lucky__visual-container .visual-section {        
    width: 100%;
    margin: 0 auto;    
    position: relative;
    padding-bottom: 1.5em;
  }

  .LP-Lucky__visual-container .visual-section:last-child {
    padding-bottom: 0;
  }

  .LP-Lucky__visual-container .visual-section .left-img {
    margin-right: auto;
  }

  .LP-Lucky__visual-container .visual-section .right-img {
    margin-left: auto;
  }

  .LP-Lucky__visual-container .visual-section .width450 {
    max-width: 450px;
    width: 65%;    
  }  

  .LP-Lucky__visual-container .visual-section .width500 {
    max-width: 550px;
    width: 75%;    
  }

  .LP-Lucky__visual-container .visual-section .width650 {
    max-width: 650px;
    width: 80%;
  }  

  .LP-Lucky__visual-container .visual-section p {
    margin-top: 1.5em;
    padding-left: 20px;
  }

  .LP-Lucky__visual-container .sub-visual-section {
    display: block;
    max-width: 800px; 
    width: 90%;
    margin: 0 auto 6.5em;
  }

  .LP-Lucky__visual-container .lucky--item_section {
    display: block; 
    position: relative;
  }

  .LP-Lucky__visual-container .lucky--item_flex-container {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 15px;
  }

  .LP-Lucky__visual-container .lucky--item_box .image-wrapper {
    margin-bottom: 15px;   
  }

  .LP-Lucky__visual-container .lucky--item_text-container {
    position: absolute;
    bottom: 0;
  }

  .LP-Lucky__visual-container .lucky-item_title {
    font-size: 8vmin;
    color: rgba(0, 0, 0, 0.7);
    text-shadow: .5px .5px .5px rgba(255, 255, 255, 0.7);
    margin-bottom: 0;
  }

  .LP-Lucky__visual-container .lucky--product_flex-container{
    margin: 0 auto;
    display: flex;    
    gap: 15px;
    align-items: flex-end;
    justify-content: center;
  }

  .LP-Lucky__visual-container .lucky-text-flex {
    gap: 5px;
  }

  .lucky--product_flex-container .product-txt {
    line-height: 1.8em;
  }

  .lucky--product_flex-container .product-txt p {
    font-size: .975em;
    padding-left: 5px;
    padding-right: 5px;
  } 

  @media (min-width: 769px){   
    .lucky--product_flex-container .product-img {
      flex: 0 0 55%;
    }

    .lucky--product_box-txt {
      padding-left: 25px;
    }
  }

  @media (max-width: 768px) {
    .LP-Lucky__visual-container .lucky--product_flex-container {
      display: flex; 
      flex-direction: column; 
      align-items: center; 
      max-width: 92%;
    }    

    .LP-Lucky__visual-container .lucky-text-flex {      
      flex-direction: row;
    }    

    .lucky--product_flex-container .product-txt {
      order: 1;
    }

    .lucky--product_flex-container .product-img {
      margin-bottom: 15px;
      order: -1;
    }    
  }

  .lucky--product_box li a, .lucky--product_box-txt li a{
    border-bottom: solid 1.25px #000;
    font-size: .925em;
  }

/* custom pearl btn */

  .pearl-category-container {
     max-width: 750px;
     width: 95%;
     margin: 0 auto;
     padding-bottom: 2.5em;
  }

    .pearl-button-container {
      display: flex;
      flex-wrap: wrap;
      justify-content: center;
      gap: 15px;     
    }

    .pearl-button-container a{
      text-decoration: none!important;
      font-family: "Noto Serif JP", serif;
    }

    .pearl-circle-link {
      display: flex;
      align-items: center;
      justify-content: center;
      width: 130px;
      height: 130px;
      border-radius: 50%;
      background-size: cover;
      background-position: center;
      color: gray;
      font-weight: bold;
      font-size: 1.125em;
      text-decoration: none;
      transition: transform 0.2s;
      cursor: pointer;     
    }

    .pearl-circle-link:hover {
      transform: scale(1.05);
    }

    @media (max-width: 589px) {
      .pearl-circle-link {
        width: 100px;
        height: 100px;
        font-size: 12px;
      }
    }

/* custom phoebe banner */

/* Phoebe magazine css*/

#Phoebe-Magazine .top-banner {
  display: block;
  width: 100%;
}

#Phoebe-Magazine .top-banner img {
  margin-bottom: 0!important;
  vertical-align: bottom;
}

#Phoebe-Magazine img {
  vertical-align: bottom;
}
  
.phoebe-mag__title h1 {
  font-family: "Italianno", "Noto Serif JP", cursive, serif;
  margin-bottom: 0;
}
 
.phoebe-mag__rich-text {
    display: block;
    margin: 6.5em auto;
    text-align: center;
}

@media (max-width: 768px) {
    .phoebe-mag__rich-text {
        margin: 4.5em auto;
    }   
}

.phoebe-mag__title {
    padding-left: 10px;
    margin-top: 6.5em;
}

.phoebe-mag__title, .phoebe-mag__sub-title {
  max-width: 900px;
  margin-left: auto;
  margin-right: auto;
}

.phoebe-mag__title h1 {
    font-size: 8vmin;    
}

.phoebe-mag__sub-title {
  text-align: right;  
  margin-bottom: 10px;
  padding-left: 10px;
}

.phoebe-mag__sub-title h2 {
  font-family: "Noto Serif JP", serif;
  font-size: 4vmin;
  margin-bottom: 0;
}

.phoebe-mag__sub-title span {
  color: #a6a6a6;
  font-size: 1em;
}

@media (max-width: 768px) {
  .phoebe-mag__title h1 {
    font-size: 10vmin;   
  }
  .phoebe-mag__sub-title h2 {
    font-size:6vmin;
  }  
}

.phoebe-mag__style-txt-container01, .phoebe-mag__style-txt-container02 {
  display: block;
  text-align: center;
  padding: 0 15px;
}

.phoebe-mag__style-txt-container01 {
    margin: 4.5em auto;
}

.phoebe-mag__style-txt-container02 {
    margin: 2em auto;
}

.phoebe-mag__style-img-grid-container {
  display: grid;  
  grid-template-columns: 1fr 1fr;
  justify-items: center;
  gap: 5px;  
  max-width: 900px;
  width: 100%;
  margin: 0 auto 2.5em; 
}

.phoebe-mag__style-img-grid-container > :last-child:nth-child(odd) {
  grid-column: 1 / -1;   
  justify-self: center;
}

.phoebe-mag__style-img-container {
    display: block;
    width: 100%;
    margin: 0 auto;    
    max-width: 900px;
}

.phoebe-mag__style-img-container .style-img-left, .phoebe-mag__style-img-container .style-img-left__vertical {
    max-width: 550px;        
}

.phoebe-mag__style-img-container .style-img-right {
    max-width: 600px;        
    margin-left: auto;
    margin-top: -20px;
}

.phoebe-mag__style-product-container {
    max-width: 900px;
    margin: 2.5em auto;
}

.phoebe-mag__style-product-container .style-img-center {
    margin: 0 auto;
}

.phoebe-mag__style-product-container .width-vertical {
    width: 550px;
}

@media (max-width: 876px) {
    .phoebe-mag__style-img-container .style-img-left {
        width: 75%;
    }
    .phoebe-mag__style-img-container .style-img-left__vertical {
        width: 60%;
    }
    .phoebe-mag__style-img-container .style-img-right {
        width: 60%;
    } 
    .phoebe-mag__style-product-container .style-img-center {
        width: 65%;
    }   
}

@media (max-width: 589px) {
    .phoebe-mag__style-img-container .style-img-right {
        width: 70%;
    }  
    .phoebe-mag__style-product-container .style-img-center {
        width: 85%;
    }     
}

.phoebe-mag__product-text {
    max-width: 600px;
    width: 100%;
    margin: 0 auto;
    padding-left: 10px;
    padding-right: 10px;
}

.phoebe-mag__product-text .big-title{
    font-size: 1.125em;
    font-weight: 600;
}

.phoebe-mag__product-text a {
    text-decoration: none!important;
}

.phoebe-mag__product-text .sub-title, .phoebe-mag__product-text .small-title, .phoebe-mag__product-text .mag-product__flex p  {
    margin-top: 0;
    margin-bottom: 5px;
}

.phoebe-mag__product-text .mag-product__flex {
  display: flex; 
  align-items: flex-start;
  justify-content: space-between;  
  margin-top: 10px;
  padding-bottom: 10px;
}

.phoebe-mag__style-txt-footer {
  margin: 8.5em auto;
  text-align: center;
}

.phoebe-mag__style-txt-footer h2, .phoebe-mag__style-txt-footer h4 {
  margin-top: 0!important;
  margin-bottom: 0;
}

.phoebe-mag__style-txt-footer h4 {
  font-size: 3vmin;
  color: #a4a4a4;
  text-shadow: 10px 10px 20px #ececec;
}

@media (max-width: 589px) {
  .phoebe-mag__style-txt-footer h2 {
    font-size: 4vmin;
  }

  .phoebe-mag__style-txt-footer h4 {
    font-size: 5vmin;
  }
}

.phoebe-mag-ending table {
  border-collapse: collapse;
  max-width: 160px;
  margin-left: auto;
}

.phoebe-mag-ending td {
  border: none;  
  padding: 0!important;
}

.phoebe-mag-ending {
  font-weight: 300;
  font-family: sans-serif;
  font-size: .875em;
  margin-top: 8.5em;
  margin-bottom: 2.5em;
}


/* SUS */ 
.sus-section {
    display: block;
    font-family: "Noto Serif JP", serif;
    margin: 6em auto;
    max-width: 1000px;
    width: 100%;    
}

@media (max-width: 768px) {
  margin: 4.5em auto;
}

.sus-flex__container {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: flex-end;
    gap: 10px;
}

.sus-flex__item {
    flex: 0 0 48%;
    position: relative;
}

.sus-richtxt {
  display: block; 
  max-width: 600px;
  margin: 2.5em auto;
  width: 85%;
}

.sus-richtxt p {
  font-size: 1.125em;
}

@media (max-width: 768px) {
  .sus-flex__container {
    gap: 5px;
  }
}

#sus-Phoebe .sus-heading {
   display: flex;
   align-items: flex-start;  
}

#sus-Phoebe .sus-heading .sus-texticon {
  margin-right: 0.5em;
}

#sus-Phoebe .sus-grid__containter {
  display: grid;
  grid-template-columns: 40% 60%;
  grid-template-rows: auto auto auto;
  gap: 25px;
  align-items: center;
  max-width: 850px;
  width: 90%;
  margin: 0 auto;  
}

.sus-grid__text p {
  margin-bottom: 0;
}

@media (max-width: 589px) {
  #sus-Phoebe .sus-grid__containter {
    display: block;
    width: 85%;
  }

  #sus-Phoebe .sus-grid__text h3 {
    margin-top: 10px;
    margin-bottom: 10px;
  }

  #sus-Phoebe .sus-grid__text p {
    margin-bottom: 3.5em;
  }
}


.sus-category_flex__container {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  gap: 15px;
}

.sus-category_flex__item {
  width: calc((100% - 30px) / 3);
  position: reltaive;
}

.sus-category__image-wrapper {
  overflow: hidden;
  position: relative;
}

.sus-category__image-wrapper img {
  width: 100%:
  height: 100%;
  object-fit: cover; 
  object-position: center;  
}

.sus-category__overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: transparent;
  opacity: 1;
  transition: background-color 0.3s ease;
}

.sus-category__overlay p {
  position: absolute;
  bottom: 10px;
  left: 50%;
  transform: translateX(-50%);
  color: #b3b3b3;
  font-size: 3vmin;
  font-weight: 600;
  margin: 0;
  transition: color 0.3s ease;
}

.sus-category__image-wrapper:hover .sus-category__overlay {
  background-color: rgba(0,0,0,0.4);
}

.sus-category__image-wrapper:hover .sus-category__overlay p {
  color: #fff;
}

@media (max-width: 589px) {
  .sus-category_flex__item {
    flex: 0 0 calc((100% - 15px) / 2); 
  }

  .sus-category__overlay p {
    font-size: 4.5vmin;    
  }
}

/* sus video & painless */
    .sus-video-wrapper, .painless-video-wrapper {
      max-width: 600px;
      width: 100%;
      margin: 0 auto;
      overflow: hidden;
      box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);
    }

    .sus-video-wrapper video, .painless-video-wrapper video {
      width: 100%;
      height: 100%;
      object-fit: cover;
      display: block;
    }

    .video-1080p {
      aspect-ratio: 16 / 9;
    }

    .video-square {
      aspect-ratio: 1 / 1;
    }   

    .video-shorts {
      aspect-ratio: 9 / 16;
    }

    @media (max-width: 589px) {
      .sus-video-wrapper, .painless-video-wrapper{
        max-width: 100%;
        border-radius: 0;
        box-shadow: none;
      }
    }


/* painless CSS */
.LP-painless_new {
    display: block;    
    margin: 0 auto;
    max-width: 850px;
    width: 90%;
}

.LP-painless_new__text {
    display: block;
    text-align: center;
    margin-bottom: 25px;    
}

.LP-painless_new__visual {
    display: block;
    margin-bottom: 2.5em;
}

.LP-painless_new__visual img {
    vertical-align: bottom;
}

.LP-painless_new__visual-img-left {    
    width: 80%; 
}

.LP-painless_new__visual-img-right {
    max-width: 450px;
    width: 70%;
    margin-top: -6.5em;
    margin-left: auto;
    z-index: -1;
    position: relative;
}

@media (max-width: 786px) {
  .LP-painless_new__visual-img-right {
     margin-top: -45px;  
    }    
}


/* snow animation */

  .snow-container {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    pointer-events: none;
    overflow: hidden;
    z-index: 9999;
  }

  .snow {
    position: absolute;
    background-color: white;
    border-radius: 50%;
    opacity: 0;
    animation: fall linear forwards;
  }

  @keyframes fall {
    0% {
      transform: translateY(0) translateX(0);
      opacity: 1;
    }
    100% {
      transform: translateY(100vh);
      opacity: 0;
    }
  }/* カラーチップ */
.product-color-chips {
  display: flex;
  gap: 6px;
  margin: 6px 0 8px;
  align-items: center;
}

.color-chip {
  display: inline-block;
  width: 14px;
  height: 14px;
  border-radius: 50%;
  border: 1px solid #ccc;
  box-sizing: border-box;
}

/* GOLD */
.color-chip--gold {
  background: #d4af37;
}

/* SILVER */
.color-chip--silver {
  background: #c0c0c0;
}

/* CHAMPAGNE GOLD */
.color-chip--champagne {
  background: #e8d3a8;
}

/* ROSE GOLD */
.color-chip--rose-gold {
  background: #b76e79;
}

/* RED */
.color-chip--red {
  background: #c62828;
}

/* BLACK */
.color-chip--black {
  background: #222222;
}

/* BLUE */
.color-chip--blue {
  background: #3f6fa8;
}

/* GRAY */
.color-chip--gray {
  background: #999999;
}

/* WHITE */
.color-chip--white {
  background: #ffffff;
}

/* PURPLE */
.color-chip--purple {
  background: #8e6bbd;
}

/* GREEN */
.color-chip--green {
  background: #4f9d69;
}

/* YELLOW */
.color-chip--yellow {
  background: #e5c84b;
}

/* PINK */
.color-chip--pink {
  background: #e8a0b5;
}
/* オレンジ */
.color-chip--orange {
  background: #D9822B;
}

/* ブラウン */
.color-chip--brown {
  background: #8B5A2B;
}
/* CATEGORIES / Logo list 超コンパクト */
.logo-bar .new-grid {
  row-gap: 0 !important;
}

.logo-bar .grid-item {
  margin-bottom: 0 !important;
  padding-top: 0 !important;
  padding-bottom: 0 !important;
}

.logo-bar .logo-bar__item {
  padding: 0 !important;}
/* CATEGORIES：ロゴ画像を小さくする */
.logo-bar {
  max-width: 2000px;
  margin: 0 auto;
}

.logo-bar .grid-item {
  padding: 0px;
}

.logo-bar__image {
  width: 100%;
  margin: 0 auto;
  display: block;
}column-gap: 0 !important;
row-gap: 0 !important};
