/*========================================
ボディ
========================================*/

.l-body {
  position: relative;
}



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

.c-section2 {
  position: relative;
  padding: 36px 12px;
}

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


.c-section3__contents + .c-section3__contents {
  margin-top: 60px;
}


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

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



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

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

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

@media (min-width: 640px) {
  .c-1column--wide-2columns {
    flex-direction: row;
  }
  .c-heading2 + .c-1column--wide-2columns {
    margin-top: 36px;
  }
}



/*========================================
改行
========================================*/

.c-newline-sp {
  display: inline-block;
}

@media (min-width: 640px) {
  .c-newline-sp {
    display: none;
  }
}



/*========================================
その他
========================================*/

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

.c-2columns__container > p:first-child {
  margin-top: 0;
}



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

.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%);
  width: 70%;
}

@media (min-width: 640px) {
  .p-hero__catch-copy {
    transform: translate(-50%, -20%);
    width: 30%;
  }
}

@media (min-width: 1024px) {
  .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;
  }
  .p-hero__catch-copy {
    transform: translate(-50%, -24%);
    width: 70%;
  }
}



/*========================================
About us
========================================*/

.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: 150px;
  right: -100px;
  height: 100%;
  overflow: hidden;
}

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

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

@media (min-width: 1024px) {
  .p-aboutus__taxfree {
    margin-bottom: 0;
    padding-left: 240px;
  }
}

@media (min-width: 1280px) {
  .p-aboutus__decoration01 {
    
  }
}



/*========================================
Products section
========================================*/

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

.c-section-products .c-heading2 span {
  font-size: 3.6rem;
}

@media (min-width: 1024px) {
  .c-section-products .c-heading2 span {
    font-size: 4.8rem;
  }
}

@media (min-width: 1280px) {
  .c-section-products p {
    text-align: center;
  }
}



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

.p-section-products-jewelry {
  padding-bottom: 0;
}



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

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



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




/*========================================
Store section
========================================*/

.c-section-store {
  color: var(--theme-color);
  background-color: var(--achromatic-color1);
  border-top: solid 20px var(--sub-color1);
  overflow: hidden;
}

.c-section-store::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 64px;
  background-color: var(--sub-color1);
}

/*.c-section-store::after {
  content: "";
  position: absolute;
  top: 20px;
  left: 360px;
  width: calc(100% - 360px);
  height: 52px;
  background-color: var(--achromatic-color1);
}*/

.c-section-store .c-heading2 {
  margin-top: 36px;
  font-family: var(--font-family-sansserif);
  font-size: 3.6rem;
  font-weight: bold;
  text-align: center;
}

.c-section-store .c-heading2::before {
  content: "Store";
  position: absolute;
  top: 0;
  z-index: 5;
  display: block;
  padding-left: calc(50% - 100vw);
  color: #FFFFFF;
  font-family: var(--font-family-serif);
  font-size: 4.8rem;
  font-weight: normal;
}

.c-section-store .c-heading2::after {
  content: "";
  position: absolute;
  top: -36px;
  left: 36%;
  z-index: 5;
  color: transparent;
  border-width: 50px;
  border-style: solid;
  border-right-color: var(--achromatic-color1);
  border-bottom-color: var(--achromatic-color1);
  background-color: transparent;
  width: 100%;
}

.c-section-store .c-1column--wide-2columns {
  font-family: var(--font-family-sansserif);
  font-weight: bold;
  text-align: center;
}

.c-section-store .c-1column--wide-2columns .c-2columns__container:nth-child(1) {
  position: relative;
}

.c-section-store .c-1column--wide-2columns .c-2columns__container:nth-child(1) .c-store__image img {
  height: auto;
  border-radius: 12px;
  box-shadow: 6px 6px 12px rgb(0 0 0 / 0.3);
}

.c-section-store .c-1column--wide-2columns .c-2columns__container:nth-child(1) .c-store__qr {
  position: absolute;
  bottom: -18px;
  left: 50%;
  transform: translate(-180%, 0)
}

.c-section-store .c-1column--wide-2columns .c-2columns__container:nth-of-type(1) .c-store__qr img {
  border-radius: 12px;
  box-shadow: 6px 6px 12px rgb(0 0 0 / 0.3);
}

.c-section-store .c-1column--wide-2columns .c-2columns__container:nth-of-type(2) p:nth-of-type(2){
  margin-top: 0;
}

@media (min-width: 640px) {
  .c-section-store::before {
    height: 78px;
  }
  .c-section-store .c-heading2 {
    font-size: 4.8rem;
  }
  .c-section-store .c-heading2::before {
    font-size: 6rem;
  }
  .c-section-store .c-heading2::after {
    top: -20px;
    left: 28%;
  }
}

@media (min-width: 640px) {
  .c-section-store .c-heading2 {
    margin-top: 24px;
  }
}

@media (max-width: 1279px) {
  .c-section-store .c-1column--wide-2columns {
    flex-direction: column;
  }
}

@media (max-width: 639px) {
  .c-section-store .c-1column--wide-2columns .c-2columns__container:nth-of-type(1) .c-store__image {
    width: 86%;
    margin: 0 auto;
  }
  .c-section-store .c-1column--wide-2columns .c-2columns__container:nth-of-type(1) .c-store__qr {
    max-width: 140px;
    transform: translate(-160%, 0)
  }
}

@media (max-width: 439px) {
  .c-section-store .c-1column--wide-2columns .c-2columns__container:nth-of-type(1) .c-store__qr {
    max-width: 120px;
    transform: translate(-156%, 0)
  }
}



/*========================================
SHINKYOGOKU MAIN STORE
========================================*/




/*========================================
SHIJONISHIKI STORE
========================================*/




/*========================================
Special Offers
========================================*/

.p-section-special-offers {
  padding-top: 0;
  color: var(--theme-color);
  background-color: var(--achromatic-color1);
  overflow: hidden;
}

.p-section-special-offers .c-heading2 {
  margin: 0 -24px;
  padding: 12px 24px;
  font-size: 7.2rem;
  background-color: var(--accent-color);
}

.p-section-special-offers .c-1column--wide-2columns {
  display: flex;
  flex-direction: column;
}

.p-section-special-offers .c-1column--wide-2columns .c-2columns__container:nth-of-type(1) {
  display: flex;
  flex-direction: column;
  gap: 24px;
  order: 2;
  width: 100%;
}

.p-section-special-offers .c-1column--wide-2columns .c-2columns__container:nth-of-type(2) {
  order: 1;
  margin: 0 auto;
  max-width: 400px;
}

.p-section-special-offers p {
  order: 2;
  font-size: 1.8rem;
  text-align: center;
}

.c-button__contactus {
  position: relative;
  top: 0;
  left: 50%;
  z-index: 5;
  transform: translateX(-50%);
  max-width: 280px;
}

.c-button__contactus:hover {
  opacity: 0.8;
}

@media (min-width: 640px) {
  .p-section-special-offers .c-heading2 {
    margin: 0 calc(50% - 50vw);
    padding: 12px calc(50vw - 50%);
    font-size: 9rem;
  }
  .p-section-special-offers .c-1column--wide-2columns .c-2columns__container:nth-of-type(1) {
    gap: 36px;
  }
  .p-section-special-offers p {
    font-size: 2.4rem;
  }
  .c-button__contactus {
    position: relative;
    top: 0;
    right: 0;
    z-index: 5;
    display: block;
    order: 1;
    max-width: 400px;
  }
}

@media (min-width: 1024px) {
  .p-section-special-offers .c-1column--wide-2columns {
    flex-direction: row;
  }
  .p-section-special-offers .c-1column--wide-2columns .c-2columns__container:nth-child(1) {
    /*display:block;*/
    display: flex;
    flex-direction: column;
    flex-grow: 2;
    gap: 36px;
  }
  #p-slideshow--special-offers {
    order: 2;
    position: relative;
    top: -90px;
  }
  .p-section-special-offers p {
    order: 1;
    text-align: left;
  }
  .c-button__contactus {
    right: 0;
    order: 2;
    margin: inherit;
  }
}

@media (max-width: 639px) {
  .p-section-special-offers .c-1column--wide-2columns .c-2columns__container:nth-of-type(2) {
    max-width: 280px;
  }
}



/*========================================
Contact us
========================================*/

.p-section-contactus {
  text-align: center;
  background-color: var(--theme-color);
}

.p-section-contactus .c-heading2 {
  text-align: center;
}

.p-section-contactus .c-heading2 + .p-store-contact {
  margin-top: 36px;
}

.p-section-contactus {
  text-align: center;
}

.p-section-contactus .c-heading3 {
  font-family: var(--font-family-sansserif);
  font-size: 2.4rem;
  font-weight: bold;
}

.c-sns-list {
  display: flex;
  justify-content: center;
  gap: 60px;
  padding-left: 0;
  list-style-type: none;
  
}

.c-store-mail a {
  display: flex;
  justify-content: center;
  align-items: center;
  color: #FFFFFF;
}

.c-store-mail a::before {
  content: "";
  display: inline-block;
  width: 60px;
  height: 42px;
  background-image: url(../img/icon_mail.gif);
  background-repeat: no-repeat;
  background-size: 40px auto;
  background-position: 6px 10px;
}

.c-sns-list__item {
  display: flex;
  flex-direction: column;
  gap: 12px;
  font-family: var(--font-family-sansserif);
  font-weight: bold;
}

.c-sns-list__item::before {
  font-size: 1.4rem;
}

.c-sns-list__item--messenger::before {
  content: "MESSENGER";
}

.c-sns-list__item--instagram::before {
  content: "Instagram";
}

.p-section-share {
  display: flex;
  justify-content: center;
  gap: 60px;
  align-items: center;
}

.c-sns-share-list {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 60px;
  padding-left: 0;
  list-style-type: none;
}

@media (min-width: 640px) {
  .c-sns-list__item::before {
    font-size: 1.6rem;
  }
}

@media (min-width: 1024px) {
  .p-section-contactus {
    margin-top: -90px;
  }
  .p-section-share {
    gap: 120px;
  }
}



/*========================================
スクロールCSS
========================================*/

.fade-in {
  opacity: 0;
  transition-duration: 500ms;
  transition-property: opacity, transform;
}

.fade-in-up {
  transform: translate(0, 50px);
}

.scroll-in {
  opacity: 1;
  transform: translate(0, 0);
}