@charset "utf-8" ;
/* ==================================
common
===================================*/
html {
    font-size: 62.5%;
}

@font-face {
  font-family: '07YasashisaGothic';
  src: url('/assets/Images/Fonts/07Yasashisa/transfonter.org-20260113-013055/07YasashisaGothic.woff') format('woff');
  src: url('/assets/Images/Fonts/07Yasashisa/transfonter.org-20260113-013055/07YasashisaGothic.woff2') format('woff2');
  font-weight: normal;
}

@font-face {
  font-family: 'YasashisaGothicBoldV2';
  src: url('/assets/Images/Fonts/YasashisaGothicV2-B/transfonter.org-20260114-003656/YasashisaGothicBoldV2-bold.woff') format('woff2');
  src: url('/assets/Images/Fonts/YasashisaGothicV2-B/transfonter.org-20260114-003656/YasashisaGothicBoldV2-bold.woff2') format('woff');
  font-weight: 700;
  font-style: normal;
}

body {
  font-family: '07YasashisaGothic', 
    sans-serif;
    font-style: normal;
    color: var(--BrownBlack, #231F1F);
    color:var(--Elegant, #260D0D);
    font-weight: 400;
    line-height: 25px;
}

img {
    max-width: 100%;
    height: auto;
    
}

.title {
    font-family: 'YasashisaGothicBoldV2', sans-serif;
    font-size: 1.8rem;
    font-weight: 700;
    line-height: 30px;
    text-align: center;
}

ul,
ol {
  list-style: none;
}

/* ==================================
header
===================================*/

.header {
  padding: 10px 4.8%;
  display: flex;
  justify-content: space-between;
}

.header__btn_pc {
  display: none;
}

.nav__btn_pc {
  display: none;
}

.header_topic img {
  display: flex;
  width: 65px;
  height: 50px;
  justify-content: center;
  align-items: center;
}

.header_topic img:hover {
    opacity: .8;
    }

.header__btn {
    position: fixed;
    top: 12px;
    right: 4.87%;
    display: block;
    cursor: pointer;
    width: 50px;
    height: 50px;
    z-index: 97;
}

  .header__btn:hover {
    opacity: .8;
    }

.header_topic {
  z-index: 10;
}

.s_title:hover {
    opacity: .8;
    }

/* nav */

.nav {
    background: #FFF;
    width: 100%;
    height: 100vh;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 100;
    text-align: center;
    visibility: hidden;  
    opacity: 0;
}

.nav__header {
    padding:  10px 4.8% 0 82%;
    display: flex;
    align-items: center;
    justify-content: center;
}

.nav__list {
  padding: 80px 24% 0 12.8%; 
  text-align: left;
}

.nav__item {
  color: var(--BrownBlack, #231F1F);
  font-family: sans-serif;
  font-size: 2rem;
  font-weight: 700;
  line-height: normal;
  margin-top: 35px;
}

.nav__item:first-of-type {
  margin-top: 0;
}

.Icon {
  display: flex;
  padding: 0 24% 0 12.8%;
}

.nav__item2 {
  margin-top: 35px;
  margin-right: 15px;
}

.nav__item2 img {
    width: 50px;
    height: 50px;
}


.nav__btn {
    width: 50px;
    height: 50px;
    position: fixed;
    top: 12px;
    right: 4.87%;
    border-radius: 50px;
}

.nav__btn:hover {
    opacity: .8;
    }

.nav__item:hover {
    opacity: .8;
    }

.nav__item2:hover {
    opacity: .8;
    }

.nav.active {
    transform: translateX(0);
    visibility: visible;
    opacity: 1;
    transition: opacity .5s;
}


/* header pc */

@media screen and (min-width: 769px) {

  .header__btn {
    display: block;
    cursor: pointer;
    width: 90px ;
    height: 90px ;
    top: 20px;
    z-index: 97;
}


.header_topic {
  display: flex;
  align-items: center;
}

  .header_topic img {
    display: flex;
    width: 120px;
    height: 90px;
    justify-content: center;
    align-items: center;
}

  .header {
    padding: 20px 4.1% 20px 4.1%;
    display: flex;
    justify-content: space-between;
}

/* nav  pc*/

.nav {
    background: #FFF;
    width: 100%;
    height: 1275px;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 100;
    text-align: center;
}

.nav__header {
    padding:  31px 2% 0 88%;
    display: flex;
    align-items: center;
    justify-content: center;
}

.nav__list {
  text-align: left;
  margin-top: 80px;
}

.nav__item {
  color: var(--BrownBlack, #231F1F);
  font-family: sans-serif;
  font-size: 4.8rem;
  font-weight: 700;
  line-height: normal;
  margin-top: 60px;
}

.nav__item:first-of-type {
  margin-top: 0;
}

.Icon {
  display: flex;
  margin-top: 30px;
}

.nav__btn {
    width: 90px;
    height: 90px;
    top:20px
}

.nav__item2 img {
  width: 90px;
  height: 90px;
}

.nav.active {
    transform: translateX(0);
}

.nav__item2 {
  margin-right: 38px;
}

}

/* pc 769px */

/* ==================================
main
===================================*/
/* article header */

.mainImage {
    background-image: url(../Images/NECKLACE/check.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    padding: 115px 33.5%;
    display: flex;
    justify-content: center;
    align-items: center;
    background-position: center;
}

.main_title {
  font-family: sans-serif;
  font-size: 2rem;
  font-weight: 700;
  line-height: 22px; 
}

.title_box {
  display: flex;
  width: 118px;
  height: 31px;
  padding: 2px 0;
  justify-content: center;
  align-items: center;
  gap: 10px;
  flex-shrink: 0;
  background: rgba(245, 245, 245, 0.40);
}

.flex {
  display: flex;
  justify-content: center;
}

.sub {
  padding: 35px 15.6% 0;
}

.patarn {
  margin-top: 16px;
  text-align: left;
}

.p_title {
  font-size: 1.4rem;
  line-height: 25px;
}

.sub_txt {
  font-size: 1.6rem;
  line-height: 25px; 
  text-align: left;
}

.s_title {
  font-size: 1.6rem;
  line-height: 30px;
  text-decoration-line: underline;
  text-decoration-style: solid;
  text-decoration-skip-ink: auto;
  text-decoration-thickness: auto;
  text-underline-offset: auto;
  text-underline-position: from-font;
  margin-top: 20px;
}

.ppp {
  display: flex;
  justify-content: center;
}
 
.box {
  padding: 15px 29% 25px; 
  text-align: left;
}

/* main pc */

@media screen and (min-width: 769px) {
    .mainImage {
    width: 100%;
    height: 100vh;
}

  .main_title {
    font-family: sans-serif;
    font-size: 4.8rem;
    font-weight: 700;
    line-height: normal;
}

  .title_box {
      display: flex;
      width: 306px;
      height: 87px;
      padding: 8px 16px;
      justify-content: center;
      align-items: center;
      gap: 10px;
      flex-shrink: 0;
      background: rgba(245, 245, 245, 0.40);
  }
  .sub_txt {
    font-size: 2rem;
    line-height: 30px;
}

  .patarn {
      font-size: 1.6rem;
      line-height: 25px;
  }


  .p_title {
  font-size: 1.6rem;
  line-height: 25px;
  }


  .box {
      padding: 79px 0 79px;
      justify-content: center;
  }

  .s_title {
    font-size: 2rem;
    line-height: normal;
    text-decoration-line: underline;
    text-decoration-style: solid;
    text-decoration-skip-ink: auto;
    text-decoration-thickness: auto;
    text-underline-offset: auto;
    text-underline-position: from-font;
  }

  .s_title:nth-child(2) {
    margin-top: 30px;

  }

  .about {
    display: flex;
    align-items: center;
    justify-content: center;
  }

  .sub {
    padding: 50px 50px 50px 0;
  }

}
/* pc 769px */

/* ==================================
category
===================================*/

.category {
  padding: 15px 7.69% 65px;
}


.product-grid {
  display: grid;
  grid-template-columns: repeat(2, 160px); /* sp時 初期値 */
  gap: 10px; /* ボックス間隔 */
  justify-content: center; /* 中央寄せ */
}

.product-item {
  display: inline-block;
  text-align: center;
  text-decoration: none;
}

.product-item :hover {
    opacity: .8;
    cursor: pointer;
    transform: translateY(-5px);
    }

.product-item img {
  width: 160px;
  height: 160px;
  object-fit: cover;
  border-radius: 20px;
  display: block;
  margin: 0 auto;
}

 .product-item {
    margin-top: 50.5px;
  }

.product-item:nth-child(3),
.product-item:nth-child(4) {
  margin-top: 50.5px;
}

.product-item:nth-child(1), 
.product-item:nth-child(2)  {
  margin-top: 0;
}

.product-text {
  margin-top: 9px;
  -webkit-box-orient: vertical;
  overflow: hidden;
  color: var(--BrownBlack, #231F1F);
  font-size: 1.4rem;
  line-height: 20px;
  text-align: center;
}

.product-text2 {
  margin-top: 5px;
  font-size: 1.4rem;
  line-height: 10px;
}

.product-text2.txt--2 {
  font-size: 1.1rem;
}

/* PC時 （769px以上） */
@media (min-width: 769px) {
  .product-grid {
    grid-template-columns: repeat(4, 1fr);
    gap: 20px; 
  }
  .product-item img {
    width: 100%;
    max-width: 300px;
    height: 300px;
    object-fit: cover;
  }

  .product-item {
    margin-top: 100px;
  }

  .product-text {
    text-align: center;
    font-size: 1.8rem;
    line-height: 25px;
  }

  .product-item:nth-child(1), 
  .product-item:nth-child(2),
  .product-item:nth-child(3),
  .product-item:nth-child(4) {
    margin-top: inherit;
  }

  .category {
    padding: 0 6.25% 137px;
}

  .product-text2 {
    text-align: center;
    font-size: 1.8rem;
    line-height: normal;
  }

.product-text2.txt--2 {
  font-size: 1.8rem;
}

.spBr {
  display: none;
}

}

/* ==================================
footer
===================================*/

.footer {
  padding: 14px 4.8%;
  background-image: url(../Images/NECKLACE/1check.jpg);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.copy {
  text-align: center;
  font-size: 1.2rem;
  line-height: normal;

}

  .logo_p {
    flex: 1;
    text-align: left;
  }

  .copy__box {
    flex: 1;
    text-align: center;
  }

  .top__box {
    flex: 1;
    text-align: right;
  }

    #page_top {
    width: 55px;
    height: 55px;
    border-radius: 50%;
    color: var(--BrownBlack, #231F1F);
    font-family:'07YasashisaGothic',sans-serif;
    font-size: 1.2rem;
    line-height: normal;
    background-image: url(../Images/SCARF_SNOOD/Niku.png);
    background-color:#dcd6d2;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    position: fixed;
    bottom: 1.35%;
    right: 2.6%;
    cursor: pointer;
    
  }

#page_top a{
  position: relative;
  display: block;
  text-align: center;
  margin: 0 auto;
  top: 38%;
  display: flex;
  align-items: center;
  justify-content: center;
}

 #page_top:hover {
    opacity: .8;
    cursor: pointer;
    }

  .copy__box {
    flex: 0.8;
    text-align: center;
  }

/* footer pc */

@media screen and (min-width: 769px) {

  .footer {
    padding: 60px 4.1% 60px 4.1%;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

  .copy {
    text-align: center;
    font-size: 1.4rem;
    line-height: normal;
}

   #page_top {
    width: 93px;
    height: 93px;
    border-radius: 50%;
    color: var(--BrownBlack, #231F1F);
    font-family:'07YasashisaGothic',sans-serif;
    font-size: 1.6rem;
    line-height: normal;
    background-image: url(../Images/SCARF_SNOOD/Niku.png);
    background-color:#dcd6d2;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    position: fixed;
    bottom: 6.0%;
    right: 1.5%;
    cursor: pointer;
    
  }

#page_top a{
  position: relative;
  display: block;
  text-align: center;
  margin: 0 auto;
  top: 42.5%;
  display: flex;
  align-items: center;
  justify-content: center;
}

}
/* pc 769px */

/* ==================================
fadeIn
===================================*/

.fadeIn {
  transform: translate(0, 50px);
  opacity: 0;
  transition: 0.8s;
}

.fadeIn.animated {
  transform: translate(0, 0);
  opacity: 1;
}

@keyframes fade {
  from { opacity: 0; }
  to { opacity: 2; }
}
.fade {
  animation: fade 2.5s ease-in-out;
}

.mainImage {
animation: zoomFade 5s;
transform: scale(1);
}

@keyframes zoomFade {
  0% {
    transform: scale(1);
    opacity: 1;
  }
  100% {
    transform: scale(1.08);
    opacity: 1;
  }
}

/* ==================================
modal window
===================================*/
/* モーダル画像 */

.modal__item {
  display: none;          /* ← 有効化する */
  z-index: 150;           /* z-indexは不要に */
  opacity: 1;             /* opacity制御はやめる */
  background-color: #FFF;
  padding: 30px;
  box-shadow: 2px 4px 12px 4px rgba(0, 0, 0, 0.1);
  position: fixed;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  border-radius: 5%;
}

.modal__item:hover {
  cursor: pointer;
}

.modal__item.open {
  display: block;         /* ← 開いた時だけ表示 */
  width: 80%;
  height: auto;
  max-width: 640px;
}

.modal__item.close-anim {
  opacity: 0;
}


.mmimg {
  height: auto;
  max-width: 400px;
}

.rakumabox {
  display: flex;
  flex-direction: column;
  padding: 20px 3% 0 3%;
  justify-content: center;
  align-items: center;
}

.rakuma__btn {
  display: inline-block;
  padding: 15px 10%;
  background-color: #FFDBD6;
  text-align: center;
  border-radius: 10px;
  max-width: 400px;
  height: auto;
  margin-top: 20px;
}

.rakuma__btn:hover {
    background: #FEC6C5;
    cursor: pointer;
    }

.ratxt {
  font-size: 1.8rem;
}

/* 背景 */

.allcover::after {
  display: none;
  content: '';
  background-color: rgba(216, 196, 175, 0.8);
  width: 100%;
  height: 100vh;
  position: fixed;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  z-index: 100;
}

.allcover.open::after {
  display: block;
}

/*　モーダル閉じるボタン */

.close__modal {
  display: none;
  position: fixed;
  right: -5%;
  top: -3%;
  z-index: 150;
}

.close__modal :hover {
    opacity: .8;
    }

.close__modal.open {
    display: block;
}

.close__modal img {
  max-width: 85%;
}

/* pc 769px */

@media screen and (max-width: 769px) {
.close__modal {
  display: none;
  position: fixed;
  right: -11%;
  top: -3%;
  z-index: 150;
}
.close__modal img {
  max-width: 75%;
}

.ratxt {
  font-size: 1.4rem;
}

.rakumabox {
  padding: 10px 3% 0 3%;
}

.rakuma__btn {
  margin-top: 10px;
  padding: 10px 10%;
}

.swiper-button-prev,
.swiper-button-next {
  color: #725850 /* 矢印の色 */
}
.swiper-pagination-bullet-active {
  background: #725850;
}

:root {
  --swiper-navigation-size: 29px;
}

}
/* pc 769px */

/* モーダルスライド */

.swiper-button-prev,
.swiper-button-next {
  color: #725850; /* 矢印の色 */
}
.swiper-pagination-bullet-active {
  background: #725850;
}

.minitxt {
  margin-top: 5px;
}