/*========================================
セクション
========================================*/

.c-section2 {
  position: relative;
  padding: 60px 24px;
}


.c-section2 .c-section2__inner {
  margin: 0 auto;
  max-width: 1280px;
}

@media (min-width: 992px) {
  .c-section2 {
    padding: 60px 24px;
  }
}



/*========================================
カラム
========================================*/



.c-1column--wide-2columns {
  display: flex;
  flex-direction: column;
   gap: 36px;
}

.c-heading2 + .c-1column--wide-2columns {
  margin-top: 36px;
 }


@media (min-width: 992px) {
  .c-1column--wide-2columns {
    flex-direction: row;
  }
}





/*========================================

========================================*/

.c-first-letter::first-letter {
  font-size: 175%;
}




/*========================================
ヒーロー
========================================*/

.p-hero__inner {
  position: relative;
}

.p-hero__inner > .c-1column--wide-2columns {
  gap: 0;
}

.p-hero__inner > .c-1column--wide-2columns img {
  width: 100%;
}

.p-hero__catch-copy {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}



@media (min-width: 992px) {
  .p-hero__inner > .c-1column--wide-2columns {
    display: flex;
    flex-direction: row;
  }
  .p-hero__inner > .c-1column--wide-2columns img {
    max-width: none;
    height: 100%;
    object-fit: cover;
  }
}



/*========================================
Aboutus
========================================*/

.p-section-aboutus {
  overflow: hidden;
}

.p-section-aboutus .c-section2__contents > *:not(.p-aboutus__decoration01) {
  position: relative;
  z-index: 2;
}

.p-aboutus__decoration01 {
  position: absolute;
  top: 130px;
  right: 0;
  height: 100%;
  overflow: hidden;
}

.p-aboutus__taxfree {
  margin-bottom: 100px;
  padding-top: 12px;
  padding-left: 240px;
  text-align: left;
}

@media (min-width: 992px) {
  .p-aboutus__taxfree {
    margin-bottom: 0;
  }
}

@media (min-width: 1280px) {
  .p-aboutus__decoration01 {
    top: 0;
    right: calc((100% - 1290px) / 2);
  }
}




/*========================================
Products Jewelry
========================================*/

.p-section-products-jewelry {
  
}

.p-section-products-jewelry .c-heading2 {
  text-align: center;
  line-height: 0.75;
}

.p-section-products-jewelry .c-heading2 span {
  font-size: 4.8rem;
}



@media (min-width: 992px) {

}



/*========================================
Products Watches
========================================*/

.p-section-products-watches {
  padding-top: 0;
}

.p-section-products-watches .c-heading2 {
  text-align: center;
  line-height: 0.75;
}

.p-section-products-watches .c-heading2 span {
  font-size: 4.8rem;
}






/*========================================
Products Bags & Wallets
========================================*/

.p-section-products-bags-wallets {
  padding-top: 0;
}

.p-section-products-bags-wallets .c-heading2 {
  text-align: center;
  line-height: 0.75;
}

.p-section-products-bags-wallets .c-heading2 span {
  font-size: 4.8rem;
}








/*========================================

========================================*/








/*========================================

========================================*/








/*========================================

========================================*/











