@charset "UTF-8";

html {
  scroll-behavior: smooth;
  scroll-padding-top: 100px;
}
@media screen and (max-width: 767px) {
  html {
    scroll-padding-top: 60px;
  }
}

body {
  font-family: "Helvetica Neue", Arial, "Hiragino Kaku Gothic ProN", "Hiragino Sans", Meiryo, sans-serif;
  background: #00002E;
  color: #fff;
  font-family: "Noto Serif JP";
}

main {
  overflow: hidden;
}

img {
  width: 100%;
}

@media (min-width: 768px) {
  a[href^="tel:"] {
    pointer-events: none;
  }
}
.l-inner {
  width: 1100px;
  max-width: 89.3333333333vw;
  margin: auto;
  position: relative;
}

.c-btnContact {
  color: #967843;
  font-size: 1.125rem;
  background: #fff;
  letter-spacing: 0.1em;
  width: 200px;
  height: 50px;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 5px;
  border: 1px solid transparent;
  transition: color 0.3s, background 0.3s, border-color 0.3s;
  position: relative;
  gap: 30px;
  padding-left: 20px;
}
.c-btnContact::before, .c-btnContact::after {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: 14px;
  content: "";
  background: no-repeat center center/contain;
  width: 20px;
  height: 15px;
}
.c-btnContact::before {
  background-image: url(../img/ico_mail_01.svg);
  z-index: 1;
  opacity: 1;
  transition: opacity 0.3s;
}
.c-btnContact::after {
  background-image: url(../img/ico_mail_01_on.svg);
  z-index: 0;
}
.c-btnContact:hover {
  border-color: #fff;
  background: #967843;
  color: #fff;
}
.c-btnContact:hover::before {
  opacity: 0;
}

.c-spContactBtn {
  width: 50px;
  height: 50px;
  background: #fff;
  border: 1px solid #967843;
  position: fixed;
  top: 16px;
  right: 80px;
  border-radius: 5px;
  display: none;
  z-index: 30;
}
@media screen and (max-width: 1565px) {
  .c-spContactBtn {
    display: block;
  }
}
.c-spContactBtn::before {
  content: "";
  background: url(../img/ico_mail_01.svg) no-repeat center center/contain;
  width: 20px;
  height: 15px;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.c-btnPrimary {
  color: #D1B37D;
  font-size: 1.5rem;
  font-weight: 700;
  position: relative;
  transition: color 0.3s;
}

.c-btnPrimary.--ja {
  font-size: 1.125rem;
}
.c-btnPrimary::before {
  content: "";
  height: 1px;
  width: 104px;
  background: #D1B37D;
  position: absolute;
  right: calc(100% + 12px);
  top: 50%;
  transform: translateY(-50%);
  transition: background 0.3s, width 0.3s;
}
.c-btnPrimary:hover {
  color: #6e4d14;
}
@media screen and (max-width: 767px) {
  .c-btnPrimary {
    font-size: 16px;
  }
  .c-btnPrimary:hover {
    color: #D1B37D;
  }
}
.c-btnPrimary:hover::before {
  width: 196px;
  background: #6e4d14;
}
@media screen and (max-width: 767px) {
  .c-btnPrimary:hover::before {
    width: 104px;
    background: #D1B37D;
  }
}

.c-pageTop {
  background: url(../img/bg_pageTop_01.jpg) repeat;
}
.c-pageTop__link {
  display: block;
  font-weight: 500;
  letter-spacing: 0.05em;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 14px 0;
  gap: 10px;
}
.c-pageTop__link::before {
  content: "";
  background: url(../img/ico_upArrow_01.svg) no-repeat center center/contain;
  width: 25px;
  height: 9px;
  display: inline-block;
}

.c-pageText {
  letter-spacing: 0.05em;
  line-height: 2.1875;
  color: #C9C4B8;
}

.c-sectionTtlJa {
  color: #D1B37D;
  font-size: 1.4375rem;
  line-height: 1.8260869565;
  font-family: "Kaisei Tokumin", serif;
}
@media screen and (max-width: 767px) {
  .c-sectionTtlJa {
    font-size: 1.25rem;
    line-height: 2.1;
  }
}

.c-sectionTtlEn {
  color: #D1B37D;
  font-size: 1.5rem;
  line-height: 1.75;
  letter-spacing: 0.1em;
  position: relative;
}
@media screen and (max-width: 767px) {
  .c-sectionTtlEn {
    font-size: 1.25rem;
  }
}
.c-sectionTtlEn::before {
  content: "";
  background: no-repeat center center/contain;
  position: absolute;
}
.c-sectionTtlEn.--newArrivals::before {
  background-image: url(../img/ttl_newArrivals_01.svg);
  width: 830px;
  height: 190px;
  left: -170px;
  top: -100px;
}
@media screen and (max-width: 767px) {
  .c-sectionTtlEn.--newArrivals::before {
    left: -20px;
  }
}
.c-sectionTtlEn.--ring::before {
  background-image: url(../img/ttl_ring_01.svg);
  width: 309px;
  height: 147px;
  left: -76px;
  top: -40px;
}
@media screen and (max-width: 767px) {
  .c-sectionTtlEn.--ring::before {
    left: -20px;
  }
}
.c-sectionTtlEn.--necklace::before {
  background-image: url(../img/ttl_necklace_01.svg);
  width: 629px;
  height: 126px;
  left: -76px;
  top: -60px;
}
.c-sectionTtlEn.--pendant::before {
  background-image: url(../img/ttl_pendant.svg);
  width: 386px;
  height: 146px;
  left: -76px;
  top: -60px;
  z-index: -1;
}
@media screen and (max-width: 767px) {
  .c-sectionTtlEn.--necklace::before {
    left: -20px;
  }
}
.c-sectionTtlEn.--earRings::before {
  background-image: url(../img/ttl_ear-rings_01.svg);
  width: 536px;
  height: 121px;
  left: -76px;
  top: -50px;
}
@media screen and (max-width: 767px) {
  .c-sectionTtlEn.--earRings::before {
    left: -20px;
  }
}
.c-sectionTtlEn.--engagementRing::before {
  background-image: url(../img/ttl_bridal_01.svg);
  width: 510px;
  height: 200px;
  left: -150px;
  top: -80px;
}
@media screen and (max-width: 767px) {
  .c-sectionTtlEn.--engagementRing::before {
    left: -20px;
  }
}
.c-sectionTtlEn.--watch::before {
  background-image: url(../img/ttl_watch_01.svg);
  width: 387px;
  height: 184px;
  left: -76px;
  top: -100px;
}
@media screen and (max-width: 767px) {
  .c-sectionTtlEn.--watch::before {
    left: -20px;
  }
}
.c-sectionTtlEn.--original::before {
  background-image: url(../img/ttl_original_01.svg);
  width: 510px;
  height: 240px;
  left: -76px;
  top: -100px;
}
@media screen and (max-width: 767px) {
  .c-sectionTtlEn.--original::before {
    left: -20px;
  }
}

.c-pagenavi .wp-pagenavi {
  display: flex;
  justify-content: center;
  gap: 16px;
}
@media screen and (max-width: 767px) {
  .c-pagenavi .wp-pagenavi {
    gap: 4px;
  }
}
.c-pagenavi .page,
.c-pagenavi .current {
  width: 50px;
  height: 50px;
  display: grid;
  place-items: center;
  border: 1px solid #C9C4B8;
  color: #C9C4B8;
  font-weight: 700;
}
@media screen and (max-width: 767px) {
  .c-pagenavi .page,
  .c-pagenavi .current {
    width: 30px;
    height: 30px;
  }
}
.c-pagenavi .current {
  background: #C9C4B8;
  color: #00002E;
}
.c-pagenavi .page {
  transition: background 0.3s, color 0.3s, border 0.3s;
}
.c-pagenavi .page:hover {
  background: #C9C4B8;
  color: #00002E;
}

.p-drawerContent {
  background: #c9c4b8;
  width: 375px;
  height: 100vh;
  right: 0;
  top: 80px;
  position: fixed;
  box-shadow: 0 0 3px rgba(0, 0, 0, 0.16);
  z-index: 299;
  transform: translateX(105%);
  padding: 15px 20px;
  transition: transform 0.5s;
}
@media screen and (max-width: 767px) {
  .p-drawerContent {
    width: 100vw;
  }
}
.p-drawerContent.isActive {
  transition: transform 0.5s ease 0s;
  transform: translateX(0);
}
.p-drawerContent__item {
  border-bottom: 1px solid #00002e;
}
.p-drawerContent__link {
  color: #00002e;
  padding: 18px 20px;
  font-size: 1.125rem;
  font-weight: 700;
  letter-spacing: 0.05em;
  display: flex;
  align-items: center;
  gap: 20px;
}
.p-drawerContent__link::after {
  content: "";
  width: 8px;
  height: 12px;
  background: url(../img/ico_arrowRight_01.svg) no-repeat center center/contain;
}
.p-drawerContent__subList {
  padding-left: 2em;
  padding-bottom: 1em;
}
.p-drawerContent__subLink {
  color: #00002e;
  letter-spacing: 0.05em;
  line-height: 2.1875;
  display: flex;
  align-items: center;
  gap: 20px;
}
.p-drawerContent__subLink::after {
  content: "";
  width: 6px;
  height: 10px;
  background: url(../img/ico_arrowRight_01.svg) no-repeat center center/contain;
}

.p-drawerBackground {
  position: fixed;
  top: 0;
  left: 0;
  width: 100vw;
  height: 100vh;
  background: rgba(0, 0, 0, 0.8);
  z-index: 298;
  display: none;
}
.p-drawerBackground.isActive {
  display: block;
}

.p-drawerIcon {
  position: fixed;
  width: 50px;
  height: 50px;
  top: 16px;
  right: 12px;
  z-index: 300;
  display: none;
  border-bottom-left-radius: 3px;
  justify-content: center;
  align-items: center;
  border: 1px solid #C9C4B8;
  border-radius: 5px;
}
@media screen and (max-width: 1565px) {
  .p-drawerIcon {
    display: flex;
  }
}
.p-drawerIcon.isActive {
  background: #fff;
}
.p-drawerIcon.isActive .p-drawerIcon__bar1 {
  transform: translateY(-50%) rotate(-45deg);
  top: 50%;
  background: #333;
}
.p-drawerIcon.isActive .p-drawerIcon__bar2 {
  display: none;
}
.p-drawerIcon.isActive .p-drawerIcon__bar3 {
  transform: translateY(-50%) rotate(45deg);
  top: 50%;
  background: #333;
}
.p-drawerIcon__bars {
  width: 25px;
  height: 23px;
  display: block;
  position: relative;
}
.p-drawerIcon__bar1, .p-drawerIcon__bar2, .p-drawerIcon__bar3 {
  position: absolute;
  width: 100%;
  height: 3px;
  background: #C9C4B8;
  left: 0;
  transition: 0.3s;
  border-radius: 10px;
}
.p-drawerIcon__bar1 {
  top: 0;
}
.p-drawerIcon__bar2 {
  top: 50%;
  transform: translateY(-50%);
}
.p-drawerIcon__bar3 {
  bottom: 0;
}

.p-header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  height: 100px;
  background: #00002e;
  padding: 0 40px;
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  z-index: 20;
}
@media screen and (max-width: 767px) {
  .p-header {
    height: 80px;
    padding: 0 13px;
    background: linear-gradient(to bottom, #00002e, rgba(0, 0, 46, 0));
  }
}
.p-header__logo {
  width: 286px;
}
@media screen and (max-width: 767px) {
  .p-header__logo {
    width: 206px;
  }
}
.p-header__logoLink {
  transition: opacity 0.3s;
  cursor: pointer;
}
.p-header__logoLink:hover {
  opacity: 0.6;
}
@media screen and (max-width: 767px) {
  .p-header__logoLink:hover {
    opacity: 1;
  }
}
.p-header__nav {
  display: flex;
  gap: 50px;
}
@media screen and (max-width: 1565px) {
  .p-header__nav {
    display: none;
  }
}
.p-header__navList {
  display: flex;
  align-items: center;
  gap: 1.3vw;
}
.p-header__navLink {
  font-size: 1rem;
  font-weight: 700;
  letter-spacing: 0.1em;
  transition: opacity 0.3s;
}
.p-header__navLink:hover {
  opacity: 0.6;
}
@media screen and (max-width: 767px) {
  .p-header__navLink:hover {
    opacity: 1;
  }
}
.p-mv {
  margin-top: 100px;
  position: relative;
}
@media screen and (max-width: 767px) {
  .p-mv {
    margin-top: 80px;
  }
}
.p-mv__inner {
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  height: 100%;
  z-index: 1;
  display: flex;
  align-items: center;
}
.p-mv__body {
  width: 32vw;
  margin-top: -13vw;
}
@media screen and (max-width: 767px) {
  .p-mv__body {
    width: 52vw;
    margin-top: -14vw;
  }
}
@keyframes zoomUp {
  0% {
    transform: scale(1);
  }
  100% {
    transform: scale(1.15);
  }
}
.p-mv .swiper-slide-active .swiper-img,
.p-mv .swiper-slide-duplicate-active .swiper-img,
.p-mv .swiper-slide-prev .swiper-img {
  animation: zoomUp 12s linear 0s normal both;
}
.p-mv .swiper-slide img {
  aspect-ratio: 16/9;
  object-fit: cover;
  height: auto;
  width: 100%;
}
@media screen and (max-width: 767px) {
  .p-mv .swiper-slide img {
    aspect-ratio: 750/640;
  }
}
.p-mv .swiper-slide {
  position: relative;
}
.p-mv .swiper-slide .slide_txt {
  position: absolute;
  width: 1100px;
  max-width: 89.3333333333vw;
  height: 100%;
  margin: auto;
  top: 50%;
  left: 50%;
  transform: translateY(-50%) translateX(-50%);
  -webkit-transform: translateY(-50%) translateX(-50%);
  z-index: 9999;
  display: flex;
  align-items: center;
}
.p-mv .swiper-slide h2 {
  display: block;
  font-size: 2vw;
  line-height: 3vw;
  opacity: 0;
  color: #000;
  margin-bottom: -11vw;
}
.p-mv .swiper-slide.swiper-slide-active h2 {
  opacity: 1;
  transition: opacity 2000ms linear;
}
@media screen and (max-width: 767px) {
  .p-mv .swiper-slide h2 {
    font-size: 3.3vw;
    margin-bottom: -24vw;
    line-height: 5vw;
  }
}


.p-bannerSlider {
  margin-top: 30px;
  /* スライドの動き等速 */
}
@media screen and (max-width: 767px) {
  .p-bannerSlider {
    margin-top: 20px;
  }
}
.p-bannerSlider__list {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 20px;
}
@media screen and (max-width: 767px) {
  .p-bannerSlider__list {
    gap: 10px;
  }
}
.p-bannerSlider__link {
  transition: opacity 0.3s;
}
.p-bannerSlider__link:hover {
  opacity: 0.6;
}
@media screen and (max-width: 767px) {
  .p-bannerSlider__link:hover {
    opacity: 1;
  }
}

.p-banner_news{
  text-align: center;
  margin: 70px 0 20px;
}

@media screen and (max-width: 1024px) {
.p-banner_news{
  margin: 7vw 0 2vw;
}
}

.p-banner_news img{
  width: 50%;
}

.p-frontAbout {
  position: relative;
  padding: 290px 0 0;
}
.p-frontAbout::before {
  content: "";
  position: absolute;
  right: 0;
  top: 0;
  background: url(../img/bg_x_01.png) no-repeat center center/contain;
  width: 698px;
  height: 1091px;
  z-index: -1;
}
.about_logo {
  width: 100%;
  text-align: center;
  margin-bottom: 3rem;
}
.about_logo img {
  width: clamp(180px, 20vw, 280px);
  height: auto;
}
@media screen and (max-width: 767px) {
  .p-frontAbout::before {
    background: none;
  }
}
@media screen and (max-width: 767px) {
  .p-frontAbout {
    padding: 138px 0 0;
  }
}
.p-frontAbout__ttl {
  position: absolute;
  top: 110px;
  left: 0;
  width: 620px;
}
@media screen and (max-width: 767px) {
  .p-frontAbout__ttl {
    width: 298px;
    top: 34px;
  }
}
.p-frontAbout__media {
  display: flex;
  align-items: center;
  gap: 40px;
}
@media screen and (max-width: 1099px) {
  .p-frontAbout__media {
    align-items: flex-start;
  }
}
@media screen and (max-width: 767px) {
  .p-frontAbout__media {
    flex-direction: column;
    width: 100%;
    align-items: center;
  }
}
.p-frontAbout__slideshow {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 0;
  margin: 3rem 0;
}
.p-frontAbout__mediaBox,
.p-frontAbout__txtBox {
  width: 100%;
}
.p-frontAbout__mediaBox {
  position: relative;
  overflow: hidden;
  margin: 0 auto;
  min-height: 290px;
}
.p-frontAbout__mediaBox .slide-01,
.p-frontAbout__mediaBox .slide-02,
.p-frontAbout__mediaBox .slide-03,
.p-frontAbout__mediaBox .slide-04,
.p-frontAbout__mediaBox .slide-05,
.p-frontAbout__mediaBox .slide-06,
.p-frontAbout__mediaBox .slide-07,
.p-frontAbout__mediaBox .slide-08,
.p-frontAbout__mediaBox .slide-09 {
  position: absolute;
  top:0;
  left:0;
  width: 100%;
  height: 100%;
  background-size: cover;
  background-repeat: no-repeat;
}
.p-frontAbout__mediaBox .slide-01 {
  background: url(../img/img_frontAbout_slide-01.jpg) no-repeat center center/cover;
  animation: slide-animation-01 24s infinite;
}
.p-frontAbout__mediaBox .slide-02 {
  background: url(../img/img_frontAbout_slide-02.jpg) no-repeat center center/cover;
  animation: slide-animation-02 24s infinite;
}
.p-frontAbout__mediaBox .slide-03 {
  background: url(../img/img_frontAbout_slide-03.jpg) no-repeat center center/cover;
  animation: slide-animation-03 24s infinite;
}
.p-frontAbout__mediaBox .slide-04 {
  background: url(../img/img_frontAbout_slide-04.jpg) no-repeat center center/cover;
  animation: slide-animation-04 24s infinite;
}
.p-frontAbout__mediaBox .slide-05 {
  background: url(../img/img_frontAbout_slide-05.jpg) no-repeat center center/cover;
  animation: slide-animation-05 24s infinite;
}
.p-frontAbout__mediaBox .slide-06 {
  background: url(../img/img_frontAbout_slide-06.jpg) no-repeat center center/cover;
  animation: slide-animation-06 24s infinite;
}
.p-frontAbout__mediaBox .slide-07 {
  background: url(../img/img_frontAbout_slide-07.jpg) no-repeat center center/cover;
  animation: slide-animation-07 24s infinite;
}
.p-frontAbout__mediaBox .slide-08 {
  background: url(../img/img_frontAbout_slide-08.jpg) no-repeat center center/cover;
  animation: slide-animation-08 24s infinite;
}
.p-frontAbout__mediaBox .slide-09 {
  background: url(../img/img_frontAbout_slide-09.jpg) no-repeat center center/cover;
  animation: slide-animation-09 24s infinite;
}

@keyframes slide-animation-01 {
  0% {opacity: 1; transform: scale(1.0);}
  30% {opacity: 1;}
  40% {opacity: 0; transform: scale(1.15);}
  90% {opacity: 0}
  100% {opacity: 1; transform: scale(1.0);}
}
@keyframes slide-animation-02 {
  0% {opacity: 0;}
  30% {opacity: 0; transform: scale(1.0);}
  40% {opacity: 1;}
  60% {opacity: 1;}
  70% {opacity: 0; transform: scale(1.1);}
  100% {opacity: 0;}
}
@keyframes slide-animation-03 {
  0% {opacity: 0;}
  60% {opacity: 0;  transform: scale(1.0);}
  70% {opacity: 1;}
  90% {opacity: 1;}
  100% {opacity: 0; transform: scale(1.1);}
}
@keyframes slide-animation-04 {
  0% {opacity: 1; transform: scale(1.0);}
  30% {opacity: 1;}
  40% {opacity: 0; transform: scale(1.15);}
  90% {opacity: 0}
  100% {opacity: 1; transform: scale(1.0);}
}
@keyframes slide-animation-05 {
  0% {opacity: 0;}
  30% {opacity: 0; transform: scale(1.0);}
  40% {opacity: 1;}
  60% {opacity: 1;}
  70% {opacity: 0; transform: scale(1.1);}
  100% {opacity: 0;}
}
@keyframes slide-animation-06 {
  0% {opacity: 0;}
  60% {opacity: 0;  transform: scale(1.0);}
  70% {opacity: 1;}
  90% {opacity: 1;}
  100% {opacity: 0; transform: scale(1.1);}
}
@keyframes slide-animation-07 {
  0% {opacity: 1; transform: scale(1.0);}
  30% {opacity: 1;}
  40% {opacity: 0; transform: scale(1.15);}
  90% {opacity: 0}
  100% {opacity: 1; transform: scale(1.0);}
}
@keyframes slide-animation-08 {
  0% {opacity: 0;}
  30% {opacity: 0; transform: scale(1.0);}
  40% {opacity: 1;}
  60% {opacity: 1;}
  70% {opacity: 0; transform: scale(1.1);}
  100% {opacity: 0;}
}
@keyframes slide-animation-09 {
  0% {opacity: 0;}
  60% {opacity: 0;  transform: scale(1.0);}
  70% {opacity: 1;}
  90% {opacity: 1;}
  100% {opacity: 0; transform: scale(1.1);}
}


.p-frontAbout__txtBox {
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: 1.8rem;
  text-align: justify;
  background: url(../img/bg_ffrontAbout__txtBox.jpg) no-repeat center center/cover;
}
.p-frontAbout__slidettl {
  font-size: 18px;
  font-weight: bold;
  line-height: 180%;
}
.p-frontAbout__slidetxt {
  font-size: 14px;
  line-height: 180%;
}
@media screen and (max-width: 767px) {
  .p-frontAbout__slideshow {
    grid-template-columns: repeat(1, 1fr);
  }
  .p-frontAbout__txtBox {
    padding: 3rem 1.5rem;
  }
  .p-frontAbout__slidettl {
    font-size: 14px;
  }
  .p-frontAbout__slidetxt {
    font-size: 9.6px;
    line-height: 180%;
  }
  .p-frontAbout__slideshow .ssBox_01 {
    order: 1;
  }
  .p-frontAbout__slideshow .ssBox_02 {
    order: 2;
  }
  .p-frontAbout__slideshow .ssBox_03 {
    order: 4;
  }
  .p-frontAbout__slideshow .ssBox_04 {
    order: 3;
  }
  .p-frontAbout__slideshow .ssBox_05 {
    order: 5;
  }
  .p-frontAbout__slideshow .ssBox_06 {
    order: 6;
  }
  .p-frontAbout__mediaBox {
    min-height: 240px;
  }
}
.p-frontAbout__imgWrap {
  width: 50%;
}
@media screen and (max-width: 767px) {
  .p-frontAbout__imgWrap {
    width: 100vw;
    left: calc(50% - 50vw);
    right: calc(50% - 50vw);
  }
}
.p-frontAbout__body {
  width: calc(50% - 40px);
}
@media screen and (max-width: 767px) {
  .p-frontAbout__body {
    width: 100%;
  }
}
.p-frontAbout__lead {
  font-family: "Noto Serif JP";
  font-size: 2.2rem;
  font-weight: 500;
  line-height: 1.5;
  color: #D1B37D;
}
@media screen and (max-width: 767px) {
  .p-frontAbout__lead {
    font-size: 1.5625rem;
    margin-top: 20px;
    line-height: 1.8;
  }
}
.p-frontAbout__text {
  margin-top: 24px;
  color: #C9C4B8;
  letter-spacing: 0.02em;
  line-height: 2;
}
@media screen and (max-width: 767px) {
  .p-frontAbout__text {
    margin-top: 20px;
    font-size: 15px;
    text-align: justify;
  }
}
.p-frontAbout__btnWrap {
  display: flex;
  justify-content: flex-start;
  margin-top: 70px;
  margin-left: 120px;
}
@media screen and (max-width: 767px) {
  .p-frontAbout__btnWrap {
    margin-top: 20px;
  }
}
.p-frontNewArrivals {
  padding: 178px 0 0;
  position: relative;
}
@media screen and (max-width: 767px) {
  .p-frontNewArrivals {
    padding: 154px 0 0;
  }
}
.p-frontNewArrivals .l-inner:first-child::before {
  content: "";
  position: absolute;
  top: -100px;
  left: -105px;
  background: url(../img/bg_frontNewArrivals.svg) no-repeat center center/contain;
  width: 594px;
  height: 217px;
  z-index: -1;
}
@media screen and (max-width: 767px) {
  .p-frontNewArrivals .l-inner:first-child::before {
    width: 320px;
    left: -40px;
  }
}
.p-frontNewArrivals__slider {
  margin-top: 50px;
  /* 画像サイズ調整 */
}
.p-frontNewArrivals__slider .swiper-slide {
  position: relative;
}
.p-frontNewArrivals__slider .swiper-slide:hover .swiper-slide__caption {
  opacity: 1;
}
.p-frontNewArrivals__slider .swiper-slide img {
  aspect-ratio: 740/800;
  object-fit: cover;
  height: auto;
  width: 100%;
}
.p-frontNewArrivals__slider .swiper-slide__caption {
  position: absolute;
  top: 0;
  left: 0;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  width: 100%;
  height: 100%;
  background: rgba(110, 77, 20, 0.7);
  opacity: 0;
  transition: opacity 0.3s;
}
.p-frontNewArrivals__slider .swiper-slide__captionText {
  font-size: 0.875rem;
  letter-spacing: 0.1em;
}
.p-frontNewArrivals__slider .swiper-slide__captionTtl {
  font-size: 1.25rem;
  font-weight: 500;
  letter-spacing: 0.1em;
  margin-top: 10px;
}
.p-frontNewArrivals__swiperBtnWrap {
  display: flex;
  justify-content: space-between;
  margin-top: 90px;
  /* 前へ次への矢印カスタマイズ */
  /* 前へ次への矢印カスタマイズ */
  /* 前への矢印カスタマイズ */
  /* 次への矢印カスタマイズ */
}
.p-frontNewArrivals__swiperBtnWrap .swiper-button-prev,
.p-frontNewArrivals__swiperBtnWrap .swiper-button-next {
  height: 50px;
  width: 50px;
  position: static;
}
.p-frontNewArrivals__swiperBtnWrap .swiper-button-prev {
  opacity: 0;
  pointer-events: none;
}
@media screen and (max-width: 767px) {
  .p-frontNewArrivals__swiperBtnWrap .swiper-button-prev {
    opacity: 1;
    pointer-events: all;
  }
}
.p-frontNewArrivals__swiperBtnWrap .swiper-button-prev:after,
.p-frontNewArrivals__swiperBtnWrap .swiper-button-next:after {
  background-repeat: no-repeat;
  background-size: contain;
  content: "";
  height: 50px;
  margin: auto;
  width: 50px;
}
.p-frontNewArrivals__swiperBtnWrap .swiper-button-prev:after {
  background-image: url(../img/btn_prev_01.svg);
}
.p-frontNewArrivals__swiperBtnWrap .swiper-button-next:after {
  background-image: url(../img/btn_next_01.svg);
}
.p-frontNewArrivals__btnWrap {
    margin-top: 70px;
    display: flex;
    align-items: flex-start;
    flex-direction: column;
    margin-bottom: 120px;
}
.p-frontNewArrivals__btnWrap img {
  width: 100%;
}

@media screen and (max-width: 767px) {
  .p-frontNewArrivals__btnWrap img {
    width: 100%;
    margin: 0 auto;
  }
  .p-frontNewArrivals__btnWrap {
    flex-direction: column;
    margin-top: 50px;
    align-items: flex-start;
    gap: 20px;
  }
}

.p-sectionHeadPrimary {
  display: flex;
  align-items: center;
  gap: 40px;
}
@media screen and (max-width: 767px) {
  .p-sectionHeadPrimary {
    justify-content: space-between;
  }
}
.p-sectionHeadPrimary__ttl {
  font-size: 2.5rem;
  font-weight: 700;
  color: #D1B37D;
}
@media screen and (max-width: 767px) {
  .p-sectionHeadPrimary__ttl {
    font-size: 26px;
  }
}
.p-sectionHeadPrimary__ttlJa {
  font-size: 26px;
  letter-spacing: 0.1em;
}
@media screen and (max-width: 767px) {
  .p-sectionHeadPrimary__ttlJa {
    font-size: 1rem;
  }
}

.p-frontCategory {
  position: relative;
  padding: 150px 0 170px;
}
@media screen and (max-width: 767px) {
  .p-frontCategory {
    padding: 135px 0 20px;
  }
}
.p-frontCategory .l-inner::before {
  position: absolute;
  top: -100px;
  left: -105px;
  background: url(../img/bg_frontCategory.svg) no-repeat center center/contain;
  content: "";
  width: 511px;
  height: 177px;
  z-index: -1;
}
@media screen and (max-width: 767px) {
  .p-frontCategory .l-inner::before {
    width: 320px;
    left: -40px;
  }
}
.p-frontCategory::after {
  content: "";
  position: absolute;
  right: 0;
  bottom: -400px;
  background: url(../img/bg_x_01.png) no-repeat center center/contain;
  width: 698px;
  height: 1091px;
  z-index: -1;
}
@media screen and (max-width: 767px) {
  .p-frontCategory::after {
    background: none;
  }
}
.p-frontCategory__headContainer {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
@media screen and (max-width: 767px) {
  .p-frontCategory__headContainer {
    display: block;
  }
}
.p-frontCategory__btnContainer {
  display: flex;
  gap: 200px;
}
@media screen and (max-width: 767px) {
  .p-frontCategory__btnContainer {
    gap: 30px;
    flex-direction: column;
    align-items: flex-end;
    margin-top: 50px;
  }
}
.p-frontCategory__list {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 30px 25px;
  margin-top: 50px;
}
@media screen and (max-width: 767px) {
  .p-frontCategory__list {
    grid-template-columns: repeat(2, 1fr);
    gap: 20px;
  }
}
.p-cardPrimary__ttl {
  font-size: 1.25rem;
  font-weight: 700;
  letter-spacing: 0.05em;
  line-height: 1.75;
  margin-top: 24px;
}
.p-cardPrimary__text {
  line-height: 1.6875;
  letter-spacing: 0.05em;
  color: #C9C4B8;
}
.p-cardPrimary__link {
  transition: opacity 0.3s;
}
.p-cardPrimary__link:hover {
  opacity: 0.6;
}
@media screen and (max-width: 767px) {
  .p-cardPrimary__link:hover {
    opacity: 1;
  }
  .p-cardPrimary__ttl {
    font-size: 14px;
    margin-top: 10px;
  }
  .p-cardPrimary__text {
    font-size: 9.4px;
    text-align: justify;
  }
}

.p-frontAboutOkuno {
  background: url(../img/bg_aboutOkuno_01.jpg) repeat;
  text-align: center;
  padding: 100px 0;
  position: relative;
  margin-top: 100px;
}
@media screen and (max-width: 767px) {
  .p-frontAboutOkuno {
    padding: 86px 0 68px;
  }
}
.p-frontAboutOkuno::before {
  content: "";
  background: url(../img/ttl_frontAbout_01.svg) no-repeat center center/contain;
  height: 312px;
  width: 620px;
  position: absolute;
  top: -100px;
  left: 50%;
  transform: translateX(-50%);
}
@media screen and (max-width: 767px) {
  .p-frontAboutOkuno::before {
    width: 370px;
    height: 194px;
    top: -66px;
  }
}
.p-frontAbout .l-inner:first-child::before {
  content: "";
  position: absolute;
  top: -190px;
  left: -105px;
  background: url(../img/bg_frontAboutOkuno.svg) no-repeat center center/contain;
  width: 787px;
  height: 277px;
  z-index: -1;
}
@media screen and (max-width: 767px) {
  .p-frontAbout .l-inner:first-child::before {
    width: 396px;
    left: -40px;
  }
}
.p-frontAboutOkuno__ttl {
  font-size: 2.5rem;
  font-weight: 700;
  color: #D1B37D;
}
.p-frontAboutOkuno__text {
  font-size: 1.125rem;
  letter-spacing: 0.1em;
  margin-top: 16px;
}
.p-frontAboutOkuno__list {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 20px;
  padding: 0 20px;
  max-width: 1568px;
  margin: 70px auto 0;
}
@media screen and (max-width: 767px) {
  .p-frontAboutOkuno__list {
    grid-template-columns: repeat(1, 1fr);
    margin: 40px auto 0;
    gap: 40px;
    overflow: hidden;
  }
}
@media screen and (max-width: 767px) {
  .p-frontAboutOkuno__imgWrap {
    margin-left: calc(50% - 50vw);
    margin-right: calc(50% - 50vw);
    width: 100vw;
  }
}
.p-frontAboutOkuno__img {
  aspect-ratio: 380/300;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
@media screen and (max-width: 767px) {
  .p-frontAboutOkuno__img {
    aspect-ratio: 375/300;
  }
}
.p-frontAboutOkuno__itemText {
  font-size: 1.25rem;
  font-weight: 500;
  letter-spacing: 0.1em;
  line-height: 1.75;
  margin-top: 30px;
  text-align: left;
}
@media screen and (max-width: 767px) {
  .p-frontAboutOkuno__itemText {
    font-size: 1.125rem;
    margin-top: 20px;
  }
}

.p-frontInstagram {
  padding: 138px 0 150px;
  position: relative;
}
@media screen and (max-width: 767px) {
  .p-frontInstagram {
    padding: 90px 0;
  }
}
.p-frontInstagram .l-inner::before {
  content: "";
  position: absolute;
  top: -100px;
  left: -105px;
  background: url(../img/bg_frontInstagram.svg) no-repeat center center/contain;
  width: 453px;
  height: 215px;
  z-index: -1;
}
@media screen and (max-width: 767px) {
  .p-frontInstagram .l-inner::before {
    width: 300px;
    left: -40px;
  }
}
.p-footer {
  padding: 58px 0 0;
}
@media screen and (max-width: 767px) {
  .p-footer__navContainer {
    display: flex;
    justify-content: center;
  }
}
.p-footer__nav {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  gap: 60px;
  align-items: center;
}
.p-footer__navLink {
  font-size: 1.125rem;
  font-weight: 700;
  letter-spacing: 0.1em;
}
@media screen and (max-width: 767px) {
  .p-footer__nav {
    gap: 20px;
  }
  .p-footer__navLink {
    font-size: 16px;
  }
}

.p-footer__btnWrap {
  margin-top: 58px;
  display: flex;
  justify-content: center;
}
.p-footer__btn {
  /* このクラスにはc-btnContactが含まれるが、指定された要件に基づいて変換していない */
}
.p-footer__logoWrap {
  display: flex;
  justify-content: center;
  margin-top: 44px;
}
.p-footer__logoLink {
  width: 328px;
}
.p-footer__info {
  font-size: 0.875rem;
  letter-spacing: 0.1em;
  line-height: 2;
  text-align: center;
  margin-top: 50px;
}
.p-footer__name , .p-footer__name_sp {
  font-size: 0.875rem;
  letter-spacing: 0.1em;
  line-height: 2;
  text-align: center;
  margin-top: 10px;
}
.p-footer__snsContainer {
  margin-top: 50px;
}
.p-footer__sns {
  display: flex;
  justify-content: center;
  gap: 8px;
}
.p-footer__snsImg {
  width: 30px;
}
.p-footer__subNav {
  display: flex;
  justify-content: center;
  gap: 30px;
  margin-top: 30px;
}
.p-footer__subNavLink {
  font-size: 0.875rem;
  font-weight: 700;
  letter-spacing: 0.1em;
}
.p-footer__copy {
  margin-top: 50px;
  border-top: 1px solid #C9C4B8;
  font-size: 0.875rem;
  letter-spacing: 0.1em;
  text-align: center;
  padding: 10px 0;
}
@media screen and (max-width: 767px) {
  .p-footer__copy {
    font-size: 0.75rem;
    margin-top: 34px;
  }
}

.p-fv {
  margin-top: 100px;
  padding: 154px 0 0;
  position: relative;
  /* レイアウトのためのスタイル */
}
@media screen and (max-width: 767px) {
  .p-fv {
    margin-top: 80px;
    padding: 0;
  }
}
.p-fv::before {
  content: "";
  background: url(../img/bg_x_01.png) no-repeat center center/contain;
  width: 570px;
  height: 890px;
  position: absolute;
  top: 0;
  right: 0;
  z-index: -1;
}
@media screen and (max-width: 767px) {
  .p-fv::before {
    display: none;
  }
}
.p-fv.--bgNone::before {
  display: none;
}
.p-fv__inner {
  display: flex;
  gap: 6.3636363636vw;
  position: relative;
  align-items: center;
}
.p-fv__inner.awardWrap {
  margin-top: 5rem;
}
@media screen and (max-width: 767px) {
  .p-fv__inner {
    flex-direction: column;
    gap: 40px;
  }
}
.p-fv__imgWrap {
  width: 44.0909090909vw;
}
@media screen and (max-width: 767px) {
  .p-fv__imgWrap {
    width: 100%;
  }
}
.p-fv__imgWrap .logos {
  width: 80%;
  margin: 20% auto;
  display: block;
}
.p-fv__body {
  width: 49.5454545455vw;
}
@media screen and (max-width: 767px) {
  .p-fv__body {
    width: 100%;
  }
}
.p-fv__ttl {
  color: #D1B37D;
  font-size: 2.5rem;
  letter-spacing: 0.2em;
  margin-bottom: 1.2rem;
}
.p-fv__ttl.--award {
  font-size: 26px;
  letter-spacing: 0;
  line-height: 180%;
}
.h2_ttl {
  color: #D1B37D;
  font-size: 1.4375rem;
  letter-spacing: 0.2em;
  margin-bottom: 1.4rem;
}
.p-fv__lead {
  color: #D1B37D;
  font-size: 1.4375rem;
  line-height: 1.8260869565;
  font-family: "Noto Serif JP";
  margin-top: 46px;
}
.p-fv__lead.--award {
  font-size: 20px;
}
@media screen and (max-width: 767px) {
  .p-fv__ttl {
    font-size: 26px;
  }
  .h2_ttl {
    font-size: 16px;
  }
  .p-fv__ttl.--award {
    font-size: 22px;
  }
  .p-fv__lead {
    font-size: 18px;
    margin-top: 26px;
    text-align: justify;
  }
  .p-fv__lead.--award {
    font-size: 18px;
  }
}
.p-fv__text {
  letter-spacing: 0.05em;
  line-height: 2.1875;
  margin-top: 34px;
  color: #c9c4b8;
}
@media screen and (max-width: 767px) {
  .p-fv__text {
    margin-top: 26px;
    font-size: 14px;
  }
}
.p-fv .slider-thumbnail .swiper-slide {
  opacity: 0.5;
  transition: opacity 0.5s;
  width: 33.3333333333%;
}
.p-fv .slider-thumbnail .swiper-slide.swiper-slide-thumb-active {
  opacity: 1;
}
.p-fv .swiper {
  max-width: 500px;
  width: 100%;
}
.p-fv .swiper-slide img {
  height: auto;
  width: 100%;
}
.p-fv .swiper.slider img {
  aspect-ratio: 484/580;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.p-fv .swiper.slider-thumbnail {
  margin-top: 30px;
}
@media screen and (max-width: 767px) {
  .p-fv .swiper.slider-thumbnail {
    margin-top: 10px;
  }
}
.p-fv .swiper.slider-thumbnail img {
  aspect-ratio: 1/1;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.p-productCategory {
  position: relative;
  padding: 150px 0 170px;
}
@media screen and (max-width: 767px) {
  .p-productCategory {
    padding: 25px 0 20px;
  }
}
.p-productCategory__headContainer {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
@media screen and (max-width: 767px) {
  .p-productCategory__headContainer {
    display: block;
  }
}
.p-productCategory__btnContainer {
  display: flex;
  gap: 200px;
}
@media screen and (max-width: 767px) {
  .p-productCategory__btnContainer {
    gap: 30px;
    flex-direction: column;
    align-items: flex-end;
    margin-top: 50px;
  }
}
.p-productCategory__list {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 30px 25px;
  margin-top: 50px;
}
@media screen and (max-width: 767px) {
  .p-productCategory__list {
    grid-template-columns: repeat(2, 1fr);
    gap: 20px;
  }
}


.page-id-20 .modaal-container {
  width: 50%;
}
@media screen and (max-width: 767px) {
  .page-id-20 .modaal-container {
    width: 90%;
  }
}

.p-breadCrumb {
  position: absolute;
  top: 24px;
  right: 44px;
  color: #c9c4b8;
  display: flex;
  justify-content: flex-end;
  flex-wrap: wrap;
  font-size: 0.9375rem;
  z-index: 2;
  gap: 10px 0;
}
@media screen and (max-width: 767px) {
  .p-breadCrumb {
    top: 16px;
    right: 20px;
  }
}
.p-breadCrumb.--dark {
  color: #00002e;
}
.p-breadCrumb.--light {
  color: #C9C4B8;
}

.p-conceptMediaPrimary__inner {
  display: flex;
  align-items: center;
  gap: 7.2727272727%;
}
@media screen and (max-width: 767px) {
  .p-conceptMediaPrimary__inner {
    flex-direction: column-reverse;
    gap: 30px;
  }
}
.p-conceptMediaPrimary__body {
  width: 59.0909090909%;
}
@media screen and (max-width: 767px) {
  .p-conceptMediaPrimary__body {
    width: 100%;
  }
}
.p-conceptMediaPrimary__text {
  margin-top: 34px;
}
@media screen and (max-width: 767px) {
  .p-conceptMediaPrimary__text {
    margin-top: 20px;
  }
}
.p-conceptMediaPrimary__imgWrap {
  width: 33.6363636364%;
  text-align: right;
}
@media screen and (max-width: 767px) {
  .p-conceptMediaPrimary__imgWrap {
    width: 100%;
  }
}
.p-conceptMediaPrimary__imgWrap img:first-child {
  width: 80%;
  margin-bottom: 3rem;
}
.p-diamondMedia {
  margin-top: 170px;
}
@media screen and (max-width: 767px) {
  .p-diamondMedia {
    margin-top: 70px;
  }
  .p-conceptMediaPrimary__imgWrap img:first-child {
    width: 100%;
    margin-bottom: 1rem;
  }
}
.conceptLogo {
    width: 140px;
    margin: 0 5px 7px 5px;
}

.p-diamondBox {
  margin-top: 90px;
}
.p-diamondBox__list {
  border: 1px solid #c9c4b8;
  padding: 30px 50px;
}
@media screen and (max-width: 767px) {
  .p-diamondBox__list {
    padding: 30px 20px;
  }
}
.p-diamondBox__item:nth-of-type(1) {
  border-bottom: 1px solid #c9c4b8;
  padding: 0 0 60px;
}
@media screen and (max-width: 767px) {
  .p-diamondBox__item:nth-of-type(1) {
    padding: 0 0 30px;
  }
}
.p-diamondBox__item:nth-of-type(2) {
  padding: 30px 0 0;
}
.p-diamondBox__ttl {
  font-family: "Kaisei Tokumin", serif;
  font-size: 1.25rem;
  text-align: center;
  color: #c9c4b8;
}
@media screen and (max-width: 767px) {
  .p-diamondBox__ttl {
    font-size: 1.125rem;
  }
}
.p-diamondBox__text {
  margin-top: 20px;
}
.p-diamondBox__media {
  display: flex;
  align-items: center;
  margin: 40px auto 0;
  max-width: 870px;
}
@media screen and (max-width: 767px) {
  .p-diamondBox__media {
    flex-direction: column;
    gap: 28px;
  }
}
.p-diamondBox__media.--mt {
  margin-top: 34px;
}
.p-diamondBox__mediaImgWrap {
  width: 32.8735632184%;
}
@media screen and (max-width: 767px) {
  .p-diamondBox__mediaImgWrap {
    width: 80%;
  }
}
.p-diamondBox__mediaText {
  width: 67.1264367816%;
  padding-left: 30px;
  font-size: 0.875rem;
  letter-spacing: 0.05em;
  line-height: 2;
  color: #C9C4B8;
}
@media screen and (max-width: 767px) {
  .p-diamondBox__mediaText {
    width: 100%;
    padding-left: 0;
  }
}
.p-diamondMediaSecondary {
  margin: 170px 0;
}
@media screen and (max-width: 767px) {
  .p-diamondMediaSecondary {
    margin-top: 100px;
  }
}
.p-diamondMediaSecondary__inner {
  display: flex;
  align-items: center;
  gap: 6.3636363636%;
}
@media screen and (max-width: 767px) {
  .p-diamondMediaSecondary__inner {
    flex-direction: column;
    gap: 40px;
  }
}
.p-diamondMediaSecondary__imgWrap {
  width: 33.6363636364%;
}
@media screen and (max-width: 767px) {
  .p-diamondMediaSecondary__imgWrap {
    width: 100%;
  }
}
.p-diamondMediaSecondary__body {
  width: 60%;
}
@media screen and (max-width: 767px) {
  .p-diamondMediaSecondary__body {
    width: 100%;
  }
}
.p-diamondMediaSecondary__text {
  margin-top: 30px;
}

.p-itemHandle {
  color: #C9C4B8;
  margin-top: 86px;
}
.p-itemHandle__inner {
  border: 1px solid #c9c4b8;
  padding: 36px 30px 40px;
}
@media screen and (max-width: 767px) {
  .p-itemHandle__inner {
    overflow-x: scroll;
    border-left: none;
    border-right: none;
    max-width: 100%;
    padding: 36px 0 40px;
  }
}
.p-itemHandle__ttl {
  font-size: 1.25rem;
  text-align: center;
  font-family: "Kaisei Tokumin", serif;
}
.p-itemHandle__list {
  margin: 40px auto 0;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 50px 100px;
  max-width: 730px;
}
@media screen and (max-width: 767px) {
  .p-itemHandle__list {
    max-width: none;
    width: 1317px;
    grid-template-columns: repeat(4, 1fr);
    gap: 20px;
    padding-left: 20px;
  }
}
.p-itemHandle__head {
  margin-top: 20px;
  min-height: 70px;
}
.p-itemHandle__headTtl {
  letter-spacing: 0.05em;
  line-height: 1.75;
}
.p-itemHandle__text {
  font-size: 0.875rem;
  line-height: 2;
  letter-spacing: 0.05em;
}

.p-jewelryMedia {
  margin-top: 84px;
}

.p-cautionBox {
  color: #C9C4B8;
  margin: 90px 0 170px;
}
@media screen and (max-width: 767px) {
  .p-cautionBox {
    margin: 50px 0 100px;
  }
}
.p-cautionBox__list {
  border: 1px solid #C9C4B8;
  padding: 0 50px;
}
@media screen and (max-width: 767px) {
  .p-cautionBox__list {
    padding: 0 16px;
  }
}
.p-cautionBox__item {
  border-bottom: 1px solid #C9C4B8;
  padding: 30px 0;
}
.p-cautionBox__item:last-of-type {
  border-bottom: none;
}
.p-cautionBox__ttl {
  font-size: 1.25rem;
  font-family: "Kaisei Tokumin", serif;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .p-cautionBox__ttl {
    font-size: 1.125rem;
  }
}
.p-cautionBox__text {
  font-size: 0.875rem;
  line-height: 2;
  letter-spacing: 0.05em;
  margin-top: 20px;
}

.p-pageNavPrimary {
  font-family: "Noto Sans JP", sans-serif;
  margin-top: 176px;
}
@media screen and (max-width: 767px) {
  .p-pageNavPrimary {
    margin-top: 60px;
  }
}
.p-pageNavPrimary__list {
  display: grid;
  grid-template-columns: repeat(6, 1fr);
}
@media screen and (max-width: 1099px) {
  .p-pageNavPrimary__list {
    grid-template-columns: repeat(3, 1fr);
  }
}
@media screen and (max-width: 767px) {
  .p-pageNavPrimary__list {
    grid-template-columns: repeat(2, 1fr);
  }
}
.p-pageNavPrimary__link {
  font-size: 1.125rem;
  font-weight: 500;
  letter-spacing: 0.1em;
  line-height: 1.4444444444;
  border: 1px solid #fff;
  height: 80px;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 0 10px;
  transition: background 0.3s, color 0.3s;
  text-align: center;
}
.p-pageNavPrimary__link:hover {
  background: #C9C4B8;
  color: #000;
}
@media screen and (max-width: 767px) {
  .p-pageNavPrimary__link:hover {
    background: transparent;
    color: #fff;
  }
}

.p-newArrivals {
  margin-top: 100px;
  padding: 160px 0;
  position: relative;
}
@media screen and (max-width: 767px) {
  .p-newArrivals {
    margin-top: 80px;
  }
}
.p-newArrivals__list {
  margin-top: 50px;
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 40px 20px;
}
@media screen and (max-width: 767px) {
  .p-newArrivals__list {
    grid-template-columns: repeat(2, 1fr);
    margin-top: 20px;
  }
}
.p-newArrivals__img {
  aspect-ratio: 1/1;
  height: auto;
  width: 100%;
  object-fit: cover;
}
.p-newArrivals__caption {
  font-size: 1rem;
  letter-spacing: 0.05em;
  margin-top: 26px;
  color: #C9C4B8;
}
@media screen and (max-width: 767px) {
  .p-newArrivals__caption {
    font-size: 1.125rem;
  }
}

.p-galleryPrimary {
  margin-top: 100px;
  position: relative;
  padding-top: 160px;
}
@media screen and (max-width: 767px) {
  .p-galleryPrimary {
    margin-top: 80px;
  }
}
#ordermade.p-galleryPrimary h2::before {
  position: absolute;
  top: -80px;
  left: -105px;
  background: url(../img/bg_galleryPrimary_ordermade.svg) no-repeat center center/contain;
  content: "";
  width: 490px;
  height: 171px;
  z-index: -1;
}
@media screen and (max-width: 767px) {
  #ordermade.p-galleryPrimary h2::before {
    width: 350px;
    left: -40px;
  }
}
#glasses.p-galleryPrimary h2::before {
  position: absolute;
  top: -52px;
  left: -105px;
  background: url(../img/bg_galleryPrimary_glasses.svg) no-repeat center center/contain;
  content: "";
  width: 453px;
  height: 166px;
  z-index: -1;
}
@media screen and (max-width: 767px) {
  #glasses.p-galleryPrimary h2::before {
    width: 330px;
    left: -40px;
  }
}
.p-galleryPrimary.--lastSection {
  margin-bottom: 170px;
}
.p-galleryPrimary__list {
  margin-top: 40px;
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 20px;
}
.p-galleryPrimary__hedtxt {
  font-size: 30px;
  font-weight: semibold;
  color: #D1B37D;
  margin-top: 10rem;
}
.p-galleryPrimary__item img {
    width: 100%;
    height: 20vw;
    max-height: 240px;
    object-fit: cover;
}
@media screen and (max-width: 767px) {
  .p-galleryPrimary__list {
    grid-template-columns: repeat(2, 1fr);
    gap: 12px;
    margin-top: 30px;
  }
  .p-galleryPrimary__hedtxt {
    font-size: 20px;
    margin-top: 5rem;
  }
  .p-galleryPrimary__item img {
      width: 100%;
      height: 40vw;
      max-height: 260px;
      object-fit: cover;
  }
}
.p-galleryPrimary__lead {
  font-size: 1.125rem;
  color: #C9C4B8;
  letter-spacing: 0.1em;
  line-height: 1.7777777778;
  font-family: "Noto Sans JP", sans-serif;
  margin-top: 40px;
}
.p-galleryPrimary__lead a {
  color: #C9C4B8;
  text-decoration: underline;
}
.p-galleryPrimary__lead a:hover {
  text-decoration: none;
}
.p-galleryPrimary__text {
  margin-top: 14px;
}
.p-pageNavSecondary {
  font-family: "Noto Sans JP", sans-serif;
}
.p-pageNavSecondary__list {
  display: grid;
  grid-template-columns: repeat(5, 1fr);
}
.p-pageNavSecondary__link {
  font-size: 1.125rem;
  font-weight: 500;
  letter-spacing: 0.1em;
  line-height: 1.4444444444;
  border: 1px solid #fff;
  height: 80px;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 0 10px;
  transition: background 0.3s, color 0.3s;
}
.p-pageNavSecondary__link:hover {
  background: #C9C4B8;
  color: #000;
}
@media screen and (max-width: 767px) {
  .p-pageNavSecondary__list {
    grid-template-columns: repeat(3, 1fr);
  }
  .p-pageNavSecondary__link {
    height: 50px;
  }
  .p-pageNavSecondary__link:hover {
    background: transparent;
    color: #fff;
  }
}

.p-mediaPrimary {
  margin-top: 170px;
}
.p-mediaPrimary__inner {
  display: flex;
  align-items: center;
}
@media screen and (max-width: 767px) {
  .p-mediaPrimary__inner {
    flex-direction: column-reverse;
  }
}
.p-mediaPrimary__body {
  width: 64.7619047619%;
  padding-right: 66px;
}
@media screen and (max-width: 767px) {
  .p-mediaPrimary__body {
    padding: 0;
    width: 100%;
  }
}
.p-mediaPrimary__lead.--mt {
  margin-top: 20px;
}
.p-mediaPrimary__text {
  margin-top: 14px;
}
.p-mediaPrimary__btnWrap {
  display: flex;
  justify-content: flex-end;
  margin-top: 90px;
}
.p-mediaPrimary__imgWrap {
  width: 35.2380952381%;
}
@media screen and (max-width: 767px) {
  .p-mediaPrimary__imgWrap {
    width: 100%;
  }
}

.p-caseList {
  margin-top: 170px;
}
@media screen and (max-width: 767px) {
  .p-caseList {
    margin-top: 70px;
  }
}
.p-caseList__item + .p-caseList__item {
  margin-top: 100px;
}
.p-caseList__item:last-of-type {
  margin-bottom: 170px;
}
@media screen and (max-width: 767px) {
  .p-caseList__item:last-of-type {
    margin-bottom: 150px;
  }
}

.p-case {
  background: url(../img/bg_aboutOkuno_01.jpg) repeat;
  padding: 50px;
  display: flex;
  align-items: flex-end;
  position: relative;
}
@media screen and (max-width: 767px) {
  .p-case {
    flex-direction: column;
    align-items: center;
    width: 100%;
    gap: 25px;
    padding: 150px 20px 40px;
  }
  .p-caseList .l-inner {
    max-width: 78vw;
  }
}
.p-case__ttl {
  position: absolute;
  top: 40px;
  left: 40px;
  width: 240px;
}
@media screen and (max-width: 767px) {
  .p-case__ttl {
    width: 180px;
    top: -6px;
    left: 50%;
    transform: translateX(-50%);
  }
}
.p-case__body {
  width: 28%;
}
@media screen and (max-width: 767px) {
  .p-case__body {
    width: 100%;
    margin-top: 70px;
  }
}
.p-case__lead {
  font-size: 1.125rem;
  letter-spacing: 0.1em;
  font-family: "Noto Sans JP", sans-serif;
  line-height: 1.7777777778;
}
.p-case__text {
  font-size: 0.875rem;
  line-height: 2.1428571429;
  letter-spacing: 0.05em;
  margin-top: 30px;
}
@media screen and (max-width: 767px) {
  .p-case__text {
    margin-top: 20px;
  }
}
.p-case__imgContainer {
  display: flex;
  align-items: flex-end;
  width: 100%;
  gap: 60px;
}
@media screen and (max-width: 767px) {
  .p-case__imgContainer {
    width: 100%;
    flex-direction: column;
    gap: 70px;
  }
}
.p-case__imgWrapBefore {
  width: 100%;
  position: relative;
}

#case08 .p-case__imgWrapBefore{
  width: 40%;
  padding-bottom: 30px;
  
}

.p-case__imgWrapBefore.--subPos1::before {
  position: absolute;
  bottom: -10px;
  content: "Before";
  display: block;
  margin-bottom: 10px;
}
.p-case__imgWrapBefore.--subPos2::before {
  position: absolute;
  top: 0;
  left: 0;
  content: "Before";
  display: block;
  margin-bottom: 10px;
}
.p-case__imgWrapBefore.--subPos2 {
  padding: 0 0 0 80px;
}
.p-case__imgWrapBefore.--subPos2 .p-case__img {
  width: auto;
  max-height: 200px;
}
.p-case__imgWrapBefore::after {
  content: "";
  background: url(../img/ico_arrowRight_02.svg) no-repeat center center/contain;
  width: 20px;
  height: 36px;
  position: absolute;
  right: -40px;
  bottom: clamp(0px, 7.5vw, 90px);
}
.p-case__imgWrapBefore.--subPos2::after {
  right: 0;
}

@media screen and (max-width: 767px) {
  .p-case__imgWrapBefore::after {
    top: calc(100% + 20px);
    left: 50%;
    transform: translateX(-50%) rotate(90deg);
  }
  .p-case__imgWrapBefore.--subPos2 .p-case__img {
    width: 100%;
    max-height: 100%;
  }
  .p-case__imgWrapBefore.--subPos2::before {
    top: -25px;
    left: 0;
  }
  .p-case__imgWrapBefore.--subPos2 {
    padding: 0;
  }
}
.p-case__imgWrapAfter {
  width: 100%;
  position: relative;
  z-index: 2;
}
@media screen and (max-width: 767px) {
  .p-case__imgWrapAfter {
    width: 100%;
  }
}
.p-case__imgWrapAfter::before {
  content: "After";
  display: block;
  font-size: 1.5rem;
  width: 154px;
  height: 154px;
  border: 1px solid #fff;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  position: absolute;
  top: 0;
  left: -128px;
  z-index: -1;
}
#case08 .p-case__imgWrapAfter::before{
  position: absolute;
  left: 80px;
}

@media screen and (max-width: 1230px) {
#case08 .p-case__imgWrapAfter::before{
  position: absolute;
  left: 6vw;
}
}

@media screen and (max-width: 1170px) {
#case08 .p-case__imgWrapAfter::before{
  position: absolute;
  left: 3.5vw;
}
}

@media screen and (max-width: 767px) {
  .p-case__imgWrapAfter::before {
    border: none;
    font-size: 1.25rem;
    width: auto;
    height: auto;
    top: auto;
    bottom: calc(100% + 12px);
    left: 10px;
  }
  #case08 .p-case__imgWrapBefore{
    width: 60%;
    margin-right: auto;
    margin-left: auto;
}
}
.p-atelierSlider {
  margin-top: 50px;
}
.p-atelierSlider__text {
  text-align: right;
  margin-top: 46px;
  padding: 0 40px;
}
@media screen and (max-width: 767px) {
  .p-atelierSlider__text {
    text-align: left;
    margin-top: 14px;
    padding: 0 20px;
  }
}

.p-storeSlider {
  margin: 90px 0 200px;
}
@media screen and (max-width: 767px) {
  .p-storeSlider {
    margin: 120px 0 160px;
  }
}
.p-storeSlider__text {
  text-align: right;
  margin-top: 46px;
  padding: 0 40px;
}
@media screen and (max-width: 767px) {
  .p-storeSlider__text {
    text-align: left;
    margin-top: 14px;
    padding: 0 20px;
  }
}

.p-accessAndCompany {
  margin-top: 100px;
}
.p-accessAndCompany__inner {
  display: flex;
  justify-content: space-between;
}
@media screen and (max-width: 767px) {
  .p-accessAndCompany__inner {
    flex-direction: column;
    gap: 160px;
  }
}

.p-accessMap {
  width: 47.6363636364%;
}
@media screen and (max-width: 767px) {
  .p-accessMap {
    width: 100%;
  }
}
.p-accessMap__map {
  margin-top: 24px;
}
.p-accessMap__map iframe {
  width: 100%;
  height: 100%;
  aspect-ratio: 524/532;
}
.p-accessMap__linkWrap {
  display: flex;
  justify-content: flex-end;
  margin-top: 20px;
}
.p-accessMap__link {
  font-size: 0.875rem;
  color: #C9C4B8;
  text-decoration: underline;
  transition: opacity 0.3s;
}
.p-accessMap__link:hover {
  opacity: 0.6;
}
@media screen and (max-width: 767px) {
  .p-accessMap__link:hover {
    opacity: 1;
  }
}

.p-companyProfile {
  width: 47.6363636364%;
}
.p-companyProfile span {
  display: block;
  text-align: right;
  margin: 1rem 0 0 0;
}
@media screen and (max-width: 767px) {
  .p-companyProfile {
    width: 100%;
  }
}
.p-companyProfile__list {
  margin-top: 24px;
}
.p-companyProfile__item {
  border-bottom: 1px solid #D1B37D;
  display: flex;
  padding-bottom: 18px;
}
.p-companyProfile__item + .p-companyProfile__item {
  margin-top: 18px;
}
.p-companyProfile__dt {
  width: 150px;
  letter-spacing: 0.1em;
}
@media screen and (max-width: 767px) {
  .p-companyProfile__dt {
    font-size: 0.875rem;
    width: 100px;
  }
}
.p-companyProfile__dd {
  width: calc(100% - 150px);
  letter-spacing: 0.1em;
  line-height: 1.5;
}
@media screen and (max-width: 767px) {
  .p-companyProfile__dd {
    font-size: 0.875rem;
    width: calc(100% - 100px);
  }
}

.p-fvSecondary {
  background: url(../img/bg_fvSecondary_01.jpg) no-repeat center center/cover;
  height: 150px;
  margin-top: 100px;
  position: relative;
}
@media screen and (max-width: 767px) {
  .p-fvSecondary {
    background-image: url(../img/bg_fvSecondary_01_sp.jpg);
  }
}
.p-fvSecondary__inner {
  display: flex;
  align-items: center;
  height: 100%;
}
.p-fvSecondary__ttl {
  width: 286px;
}
@media screen and (max-width: 767px) {
  .p-fvSecondary__ttl {
    width: 200px;
  }
}
.p-awardNav {
  margin-top: 120px;
  padding-bottom: 200px;
}
.p-awardNav__txt {
  margin-top: 2rem;
  line-height: 180%;
}
.p-awardNav__media {
  display: flex;
  margin: 80px 0;
}
.p-awardNav__mediaImgWrap {
  width: 18.1818181818%;
  padding-right: 30px;
}
.p-awardNav__mediaBody {
  width: 81.8181818182%;
}
.p-awardNav__mediaText {
  color: #C9C4B8;
  font-size: 0.875rem;
  line-height: 2;
  letter-spacing: 0.05em;
}
.p-awardNav__list {
  margin-top: 70px;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 60px 30px;
}
@media screen and (max-width: 767px) {
  .p-awardNav__list {
    grid-template-columns: repeat(1, 1fr);
  }
}
.p-awardNav__link {
  transition: opacity 0.3s;
}
.p-awardNav__link:hover {
  opacity: 0.6;
}
@media screen and (max-width: 767px) {
  .p-awardNav__link:hover {
    opacity: 1;
  }
}
@media screen and (max-width: 767px) {
  .p-awardNav__imgWrap {
    position: relative;
    left: 50%;
    right: 50%;
    width: 100vw;
    margin-left: -50vw;
    margin-right: -50vw;
  }
}
.p-awardNav__lv2Ttl {
  font-size: 1.25rem;
  letter-spacing: 0.1em;
  line-height: 1.75;
  text-align: center;
  position: relative;
  margin-top: 44px;
  padding: 0 10px;
}
@media screen and (max-width: 767px) {
  .p-awardNav__lv2Ttl {
    font-size: 1.125rem;
    margin-top: 24px;
  }
}
.p-awardNav__lv2Ttl::after {
  content: "";
  background: url(../img/ico_arrowRight_03.svg) no-repeat center center/contain;
  width: 10px;
  height: 15px;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 0;
}
.awardTrophys {
  width: 100%;
  display: flex;
  gap: 30px;
}
@media screen and (max-width: 767px) {
.awardTrophys {
  gap: 20px;
}
}
.p-profile {
  margin-top: 140px;
  padding-bottom: 180px;
  position: relative;
}
@media screen and (max-width: 767px) {
  .p-profile {
    padding-bottom: 120px;
  }
}
.p-profile::before {
  content: "";
  background: url(../img/bg_x_01.png) no-repeat center center/contain;
  width: 438px;
  height: 683px;
  position: absolute;
  top: 0;
  transform: translateY(-50%);
  right: 0;
  z-index: -1;
}
@media screen and (max-width: 767px) {
  .p-profile::before {
    display: none;
  }
}
.p-profile__inner {
  display: flex;
  align-items: flex-end;
}
@media screen and (max-width: 767px) {
  .p-profile__inner {
    flex-direction: column;
    align-items: center;
    gap: 36px;
  }
}
.p-profile__imgWrap {
  width: 138px;
}
.p-profile__body {
  width: 50%;
  padding-left: 58px;
  color: #C9C4B8;
}
@media screen and (max-width: 1099px) {
  .p-profile__body {
    width: calc(100% - 138px);
  }
}
@media screen and (max-width: 1099px) and (max-width: 767px) {
  .p-profile__body {
    width: 100%;
    padding: 0;
  }
}
.p-profile__head {
  border-bottom: 1px solid #C9C4B8;
  display: flex;
  align-items: center;
  gap: 30px;
  padding-bottom: 14px;
}
@media screen and (max-width: 767px) {
  .p-profile__head {
    flex-direction: column;
    align-items: flex-start;
    gap: 10px;
  }
}
.p-profile__nameContainer {
  display: flex;
  align-items: center;
  gap: 16px;
}
.p-profile__post {
  letter-spacing: 0.05em;
}
.p-profile__name {
  font-size: 1.25rem;
  letter-spacing: 0.05em;
}
.p-profile__company {
  font-size: 0.875rem;
  letter-spacing: 0.05em;
}
.p-profile__text {
  font-size: 0.875rem;
  letter-spacing: 0.05em;
  line-height: 2;
  margin-top: 20px;
}

.p-sectionHeadSecondary {
  display: flex;
  align-items: flex-end;
  gap: 20px 40px;
  flex-wrap: wrap;
}
.p-sectionHeadSecondary__ttl {
  font-size: 2.5rem;
  font-weight: 700;
  color: #D1B37D;
}
@media screen and (max-width: 767px) {
  .p-sectionHeadSecondary__ttl {
    font-size: 1.875rem;
  }
}
.p-sectionHeadSecondary__subTtl {
  font-size: 1.125rem;
  letter-spacing: 0.1em;
}

.p-contact {
  margin-top: 120px;
  padding-bottom: 166px;
}
@media screen and (max-width: 767px) {
  .p-contact {
    margin-top: 56px;
    padding-bottom: 124px;
  }
}
.p-contact__lead {
  font-size: 1.125rem;
  letter-spacing: 0.05em;
  line-height: 1.9444444444;
  color: #C9C4B8;
  margin-top: 60px;
}
.p-contact__cards {
  margin-top: 60px;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 60px;
}
@media screen and (max-width: 1099px) {
  .p-contact__cards {
    gap: 20px;
  }
}
@media screen and (max-width: 767px) {
  .p-contact__cards {
    grid-template-columns: repeat(1, 1fr);
    gap: 40px;
  }
}
.p-cardSecondary {
  text-align: center;
  background: url(../img/bg_aboutOkuno_01.jpg) repeat;
  padding: 32px 20px 26px;
}
.p-cardSecondary__ttl {
  font-size: 1.125rem;
  font-weight: 700;
  letter-spacing: 0.05em;
  color: #C9C4B8;
}
.p-cardSecondary__tel {
  font-size: 2.5rem;
  font-family: "Kaisei Tokumin", serif;
  margin-top: 10px;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 10px;
}
@media screen and (max-width: 1099px) {
  .p-cardSecondary__tel {
    font-size: 1.5rem;
  }
}
@media screen and (max-width: 767px) {
  .p-cardSecondary__tel {
    font-size: 1.875rem;
  }
}
.p-cardSecondary__tel::before {
  content: "";
  background: url(../img/ico_tel_01.svg) no-repeat center center/contain;
  display: inline-block;
  width: 39px;
  height: 39px;
}
@media screen and (max-width: 1099px) {
  .p-cardSecondary__tel::before {
    width: 23.4px;
    height: 23.4px;
  }
}
@media screen and (max-width: 767px) {
  .p-cardSecondary__tel::before {
    width: 27.3px;
    height: 27.3px;
  }
}
.p-cardSecondary__fax {
  font-family: "Noto Sans JP", sans-serif;
  letter-spacing: 0.1em;
  margin-top: 4px;
}
.p-cardSecondary__time {
  font-family: "Noto Sans JP", sans-serif;
  letter-spacing: 0.1em;
  margin-top: 8px;
  font-size: 0.875rem;
  color: #C9C4B8;
}

.p-form {
  margin-top: 100px;
  color: #C9C4B8;
}
.p-form__lead {
  font-size: 1.125rem;
  letter-spacing: 0.05em;
  line-height: 1.9444444444;
  margin-top: 60px;
}
@media screen and (max-width: 767px) {
  .p-form__lead {
    margin-top: 20px;
  }
}
.p-form__caution {
  font-size: 0.875rem;
  letter-spacing: 0.05em;
  line-height: 1.8571428571;
  margin-top: 10px;
}
.p-form__cautionLink {
  text-decoration: underline;
}
.p-form__cautionLink:hover {
  text-decoration: none;
}
.p-form__container {
  margin-top: 70px;
}
.p-form__list + .p-form__list {
  margin-top: 30px;
}
.p-form__list.--grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 48px;
}
@media screen and (max-width: 767px) {
  .p-form__list.--grid {
    grid-template-columns: repeat(1, 1fr);
    gap: 30px;
  }
}
.p-form__item {
  display: flex;
}
@media screen and (max-width: 767px) {
  .p-form__item {
    flex-direction: column;
  }
}
.p-form__dt {
  font-size: 1.125rem;
  letter-spacing: 0.05em;
  font-weight: 400;
  width: 146px;
}
@media screen and (max-width: 767px) {
  .p-form__dt {
    width: 100%;
  }
}
.p-form__dt.--required::after {
  content: "必須";
  color: #D1B37D;
  font-size: 0.875rem;
  letter-spacing: 0.05em;
  display: block;
  margin-top: 8px;
}
.p-form__dd {
  width: calc(100% - 146px);
}
@media screen and (max-width: 767px) {
  .p-form__dd {
    width: 100%;
  }
}
.p-form__input {
  background: #c9c4b8;
  padding: 1em;
  color: #000;
  width: 100%;
}
@media screen and (max-width: 767px) {
  .p-form__input {
    margin-top: 10px;
  }
}
.p-form__textarea {
  resize: none;
  height: 100px;
}
@media screen and (max-width: 767px) {
  .p-form__textarea {
    height: 150px;
  }
}
.p-form__btnWrap {
  display: flex;
  justify-content: center;
  margin-top: 70px;
}
.p-form__btn {
  width: 400px;
  height: 50px;
  display: flex;
  justify-content: center;
  align-items: center;
  color: #fff;
  font-family: "Noto Sans JP", sans-serif;
  border: 1px solid #fff;
  transition: color 0.3s, background 0.3s, border-color 0.3s;
  letter-spacing: 0.1em;
}
.p-form__btn:hover {
  background: #c9c4b8;
  color: #000;
  border-color: transparent;
}

.p-siteMap {
  margin-top: 120px;
  padding-bottom: 150px;
  position: relative;
}
.p-siteMap::before {
  content: "";
  background: url(../img/bg_x_01.png) no-repeat center center/contain;
  width: 698px;
  height: 1090px;
  position: absolute;
  top: -100px;
  right: 0;
  z-index: 0;
}
@media screen and (max-width: 767px) {
  .p-siteMap {
    margin-top: 60px;
  }
}
.p-siteMap__lists {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  margin-top: 80px;
  position: relative;
}
@media screen and (max-width: 767px) {
  .p-siteMap__lists {
    grid-template-columns: repeat(1, 1fr);
    margin-top: 40px;
    gap: 40px;
  }
}
.p-siteMap__item + .p-siteMap__item {
  margin-top: 40px;
}
.p-siteMap__link {
  font-size: 1.125rem;
  font-weight: 700;
  color: #C9C4B8;
  letter-spacing: 0.05em;
  display: flex;
  align-items: center;
  gap: 16px;
  transition: opacity 0.3s;
}
.p-siteMap__link::after {
  content: "";
  background: url(../img/ico_arrowRight_04.svg) no-repeat center center/contain;
  width: 8px;
  height: 12px;
  margin-top: 4px;
}
.p-siteMap__link:hover {
  opacity: 0.6;
}
@media screen and (max-width: 767px) {
  .p-siteMap__link:hover {
    opacity: 1;
  }
}
.p-siteMap__subList {
  margin-top: 30px;
  padding-left: 20px;
}
.p-siteMap__subItem + .p-siteMap__subItem {
  margin-top: 30px;
}
.p-siteMap__subLink {
  letter-spacing: 0.05em;
  display: flex;
  align-items: center;
  gap: 16px;
  transition: opacity 0.3s;
}
.p-siteMap__subLink::after {
  content: "";
  background: url(../img/ico_arrowRight_03.svg) no-repeat center center/contain;
  width: 6px;
  height: 9px;
  margin-top: 4px;
}
.p-siteMap__subLink:hover {
  opacity: 0.6;
}
@media screen and (max-width: 767px) {
  .p-siteMap__subLink:hover {
    opacity: 1;
  }
}

.p-privacyPolicy {
  margin-top: 100px;
  padding: 120px 0 190px;
  position: relative;
}
@media screen and (max-width: 767px) {
  .p-privacyPolicy {
    padding: 100px 0 120px;
  }
}
.p-privacyPolicy__list {
  margin-top: 60px;
}
.p-privacyPolicy__item + .p-privacyPolicy__item {
  margin-top: 50px;
}
.p-privacyPolicy__ttl {
  font-size: 1.125rem;
  font-weight: 700;
  letter-spacing: 0.05em;
  line-height: 1.9444444444;
}
.p-privacyPolicy__text {
  margin-top: 20px;
}
.p-privacyPolicy__numberContainer {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 20px 60px;
  margin-top: 90px;
}
@media screen and (max-width: 767px) {
  .p-privacyPolicy__numberContainer {
    grid-template-columns: repeat(1, 1fr);
    margin-top: 40px;
  }
}
.p-privacyPolicy__number {
  background: url(../img/bg_aboutOkuno_01.jpg) repeat;
  font-family: "Kaisei Tokumin", serif;
  font-size: 1.875rem;
  font-weight: 500;
  letter-spacing: 0.05em;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 20px;
  height: 94px;
}
@media screen and (max-width: 767px) {
  .p-privacyPolicy__number {
    font-size: 1.5625rem;
    height: 66px;
  }
}
.p-privacyPolicy__number.--tel::before {
  content: "";
  background: url(../img/ico_tel_01.svg) no-repeat center center/contain;
  width: 39px;
  height: 39px;
}
@media screen and (max-width: 767px) {
  .p-privacyPolicy__number.--tel::before {
    width: 31.2px;
    height: 31.2px;
  }
}
.p-privacyPolicy__number.--fax::before {
  content: "";
  background: url(../img/ico_fax_01.svg) no-repeat center center/contain;
  width: 36px;
  height: 36px;
}
@media screen and (max-width: 767px) {
  .p-privacyPolicy__number.--fax::before {
    width: 28.8px;
    height: 28.8px;
  }
}

.p-golfList {
  background: url(../img/bg_aboutOkuno_01.jpg) repeat;
  margin-top: 110px;
}
.p-golfList__list {
  display: grid;
  grid-template-columns: repeat(6, 1fr);
  gap: 20px;
  max-width: 850px;
  margin: auto;
  padding: 70px 0 30px;
}
@media screen and (max-width: 767px) {
  .p-golfList__list {
    grid-template-columns: repeat(2, 1fr);
    padding: 40px 0;
  }
}
.p-golfCard__text {
  font-size: 0.875rem;
  letter-spacing: 0.05em;
  color: #C9C4B8;
  text-align: center;
  margin-top: 14px;
  line-height: 1.4285714286;
}

.p-golfMedia {
  margin-top: 110px;
}
@media screen and (max-width: 767px) {
  .p-golfMedia {
    margin-top: 60px;
  }
}
.p-golfMedia__inner {
  display: flex;
  align-items: center;
}
@media screen and (max-width: 767px) {
  .p-golfMedia__inner {
    flex-direction: column-reverse;
    gap: 40px;
  }
}
.p-golfMedia__text {
  width: 68.5454545455%;
}
@media screen and (max-width: 767px) {
  .p-golfMedia__text {
    width: 100%;
  }
}
.p-golfMedia__imgWrap {
  width: 31.4545454545%;
}
@media screen and (max-width: 767px) {
  .p-golfMedia__imgWrap {
    width: 100%;
  }
}
.p-golfVideo {
  margin-top: 156px;
  padding-bottom: 140px;
}
@media screen and (max-width: 767px) {
  .p-golfVideo {
    margin-top: 50px;
    padding-bottom: 100px;
  }
}
.p-golfVideo__inner {
  max-width: 780px;
  margin: auto;
}
.p-golfVideo__video {
  width: 100%;
}
@media screen and (max-width: 767px) {
  .p-golfVideo__video {
    width: 100vw;
    margin-left: calc(50% - 50vw);
    margin-right: calc(50% - 50vw);
  }
}
.p-golfVideo__text {
  text-align: center;
  margin-top: 90px;
}
@media screen and (max-width: 767px) {
  .p-golfVideo__text {
    text-align: left;
    margin-top: 30px;
  }
}

.p-atelierOkuno {
  margin-top: 40px;
  margin-bottom: 100px;
}
.p-atelierOkuno__inner {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 50px;
}
@media screen and (max-width: 767px) {
  .p-atelierOkuno__inner {
    grid-template-columns: repeat(1, 1fr);
  }
}
.p-atelierOkuno__map iframe {
  aspect-ratio: 16/9;
  width: 100%;
  height: 100%;
}
.p-atelierOkuno__linkWrap {
  display: flex;
  justify-content: flex-end;
  margin-top: 20px;
}
.p-atelierOkuno__link {
  font-size: 0.875rem;
  color: #C9C4B8;
  text-decoration: underline;
  transition: opacity 0.3s;
}
.p-atelierOkuno__link:hover {
  opacity: 0.6;
}
@media screen and (max-width: 767px) {
  .p-atelierOkuno__link:hover {
    opacity: 1;
  }
}
.p-atelierOkuno__body {
  display: flex;
  align-items: center;
}
.p-atelierOkuno__text {
  line-height: 1.5;
}
@media screen and (max-width: 767px) {
  .p-atelierOkuno__text {
    font-size: 0.875rem;
  }
}

.p-brandLogoList {
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  gap: 20px;
  max-width: 820px;
  margin-top: 40px;
}
@media screen and (max-width: 767px) {
  .p-brandLogoList {
    grid-template-columns: repeat(4, 1fr);
    gap: 10px;
    margin-top: 20px;
  }
}
.p-movie {
  margin: 100px auto 140px auto;
}
.p-movie__list {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 20px;
  margin-top: 40px;
}
@media screen and (max-width: 767px) {
  .p-movie__list {
    grid-template-columns: repeat(1, 1fr);
  }
}
.p-movie__item iframe {
  aspect-ratio: 16/9;
  width: 100%;
  height: 100%;
}

.p-productMedia {
  margin-top: 120px;
}
@media screen and (max-width: 767px) {
  .p-productMedia {
    margin-top: 60px;
  }
}
.p-productMedia__inner {
  display: flex;
}
@media screen and (max-width: 767px) {
  .p-productMedia__inner {
    flex-direction: column-reverse;
  }
}
.p-productMedia__body {
  width: 63.6363636364%;
  padding-right: 50px;
}
@media screen and (max-width: 767px) {
  .p-productMedia__body {
    width: 100%;
    padding-right: 0;
    margin-top: 20px;
  }
}
.p-productMedia__text {
  line-height: 2.1875;
  letter-spacing: 0.05em;
  color: #c9c4b8;
}
.p-productMedia__imgWrap {
  width: 36.3636363636%;
}
@media screen and (max-width: 767px) {
  .p-productMedia__imgWrap {
    width: 100%;
  }
}
.p-newsArchive {
  padding-bottom: 200px;
}
@media screen and (max-width: 767px) {
  .p-newsArchive {
    padding-bottom: 100px;
  }
}
.p-newsArchive__ttl {
  font-size: 2.5rem;
  font-weight: 600;
  color: #D1B37D;
  letter-spacing: 0.1em;
}
.p-newsArchive__list {
  margin-top: 100px;
}
.p-newsArchive__item + .p-newsArchive__item {
  margin-top: 56px;
}
@media screen and (max-width: 767px) {
  .p-newsArchive__item + .p-newsArchive__item {
    margin-top: 40px;
  }
}
.p-newsArchive__link {
  display: flex;
  align-items: center;
  border-bottom: 1px solid #D1B37D;
  transition: opacity 0.3s;
  padding-bottom: 50px;
}
@media screen and (max-width: 767px) {
  .p-newsArchive__link {
    flex-direction: column;
    align-items: flex-start;
    gap: 10px;
    padding-bottom: 14px;
  }
}
.p-newsArchive__link:hover {
  opacity: 0.6;
}
@media screen and (max-width: 767px) {
  .p-newsArchive__link:hover {
    opacity: 1;
  }
}
.p-newsArchive__time {
  width: 170px;
  font-size: 1.125rem;
  letter-spacing: 0.1em;
  font-weight: 700;
}
@media screen and (max-width: 767px) {
  .p-newsArchive__time {
    font-size: 0.875rem;
  }
}
.p-newsArchive__listTtl {
  width: calc(100% - 170px);
  font-size: 1.25rem;
  font-weight: 700;
  line-height: 1.6;
}
@media screen and (max-width: 767px) {
  .p-newsArchive__listTtl {
    font-size: 1rem;
  }
}
.p-newsArchive__pagenavi {
  margin-top: 200px;
}
@media screen and (max-width: 767px) {
  .p-newsArchive__pagenavi {
    margin-top: 50px;
  }
}

.p-newsSingle {
  padding-bottom: 200px;
}
@media screen and (max-width: 767px) {
  .p-newsSingle {
    padding-bottom: 50px;
  }
}
.p-newsSingle__ttl {
  font-size: 2.5rem;
  font-weight: 600;
  color: #D1B37D;
  letter-spacing: 0.1em;
}
.p-newsSingle__container {
  margin-top: 100px;
  border-bottom: 1px solid #D1B37D;
  padding-bottom: 40px;
}
.p-newsSingle__time {
  font-size: 1rem;
  font-weight: 700;
  letter-spacing: 0.1em;
}
.p-newsSingle__postTtl {
  font-size: 1.25rem;
  font-weight: 700;
  letter-spacing: 0.1em;
  margin-top: 20px;
  line-height: 1.6;
}
.p-newsSingle__content {
  margin-top: 40px;
  font-size: 1rem;
  line-height: 1.6;
  margin-bottom: 1.5em;
}
.p-newsSingle__content h1,
.p-newsSingle__content h2,
.p-newsSingle__content h3,
.p-newsSingle__content h4,
.p-newsSingle__content h5,
.p-newsSingle__content h6 {
  margin-top: 1.5em;
  margin-bottom: 1em;
  font-weight: bold;
  line-height: 1.2;
}
.p-newsSingle__content p {
  margin-bottom: 1em;
}
.p-newsSingle__content a {
  color: #1e70bf;
  text-decoration: none;
}
.p-newsSingle__content a:hover, .p-newsSingle__content a:focus {
  text-decoration: underline;
}
.p-newsSingle__content ul,
.p-newsSingle__content ol {
  margin-left: 2em;
  margin-bottom: 1em;
}
.p-newsSingle__content img {
  width: auto;
  max-width: 100%;
  height: auto;
}
@media screen and (max-width: 767px) {
  .p-newsSingle__content {
    font-size: 0.9rem;
    line-height: 1.5;
  }
  .p-newsSingle__content h1,
  .p-newsSingle__content h2,
  .p-newsSingle__content h3,
  .p-newsSingle__content h4,
  .p-newsSingle__content h5,
  .p-newsSingle__content h6 {
    margin-top: 1em;
    margin-bottom: 0.5em;
    font-weight: normal;
  }
  .p-newsSingle__content p {
    margin-bottom: 0.8em;
  }
  .p-newsSingle__content ul,
  .p-newsSingle__content ol {
    margin-left: 1.5em;
  }
}
.p-newsSingle__nav {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-top: 100px;
}
.p-newsSingle__navLink {
  font-size: 1.125rem;
  font-weight: 600;
  letter-spacing: 0.1em;
  color: #c9c4b8;
  transition: opacity 0.3s;
}
@media screen and (max-width: 767px) {
  .p-newsSingle__navLink {
    font-size: 0.75rem;
  }
}
.p-newsSingle__navLink:hover {
  opacity: 0.6;
}
@media screen and (max-width: 767px) {
  .p-newsSingle__navLink:hover {
    opacity: 1;
  }
}
.p-newsSingle__navReturn {
  font-size: 1.125rem;
  font-weight: 700;
  letter-spacing: 0.1em;
  transition: opacity 0.3s;
}
@media screen and (max-width: 767px) {
  .p-newsSingle__navReturn {
    font-size: 0.875rem;
  }
}
.p-newsSingle__navReturn:hover {
  opacity: 0.6;
}
@media screen and (max-width: 767px) {
  .p-newsSingle__navReturn:hover {
    opacity: 1;
  }
}

.p-frontNews {
  margin: 100px 0;
  position: relative;
}
@media screen and (max-width: 767px) {
  .p-frontNews {
    margin: 60px 0;
  }
}
.p-frontNews .l-inner::before {
  position: absolute;
  top: -60px;
  left: -105px;
  background: url(../img/bg_frontNews.svg) no-repeat center center/contain;
  content: "";
  width: 256px;
  height: 157px;
  z-index: -1;
}
@media screen and (max-width: 767px) {
  .p-frontNews .l-inner::before {
    width: 200px;
    left: -40px;
  }
}
.p-frontNews__inner {
  display: none;
  border-bottom: 1px solid #c9c4b8;
  padding-bottom: 40px;
}
.p-frontNews__list {
  margin-top: 50px;
}
.p-frontNews__item {
  display: flex;
  font-size: 1.125rem;
  font-weight: 700;
  letter-spacing: 0.1em;
  line-height: 1.5;
  transition: opacity 0.3s;
}
.p-frontNews__item:hover {
  opacity: 0.6;
}
@media screen and (max-width: 767px) {
  .p-frontNews__item:hover {
    opacity: 1;
  }
}
@media screen and (max-width: 767px) {
  .p-frontNews__item {
    flex-direction: column;
    font-size: 1rem;
  }
}
.p-frontNews__item + .p-frontNews__item {
  margin-top: 30px;
}
.p-frontNews__dt {
  width: 140px;
}
@media screen and (max-width: 767px) {
  .p-frontNews__dt {
    width: 100%;
  }
}
.p-frontNews__dd {
  width: calc(100% - 140px);
}
@media screen and (max-width: 767px) {
  .p-frontNews__dd {
    width: 100%;
  }
}
.p-frontNews__btnWrap {
  display: flex;
  justify-content: flex-start;
  margin-top: 40px;
}
.p-productNav {
  margin-top: 160px;
  padding-bottom: 160px;
}
.p-productNav__list {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 40px 20px;
}
@media screen and (max-width: 767px) {
  .p-productNav__list {
    grid-template-columns: repeat(2, 1fr);
    gap: 40px 10px;
  }
}
.p-productNav__link {
  transition: opacity 0.3s;
}
.p-productNav__link:hover {
  opacity: 0.6;
}
@media screen and (max-width: 767px) {
  .p-productNav__link:hover {
    opacity: 1;
  }
}
.p-productNav__ttl {
  text-align: center;
  font-size: 1.125rem;
  font-weight: 700;
  color: #C9C4B8;
  margin-top: 20px;
}
@media screen and (max-width: 767px) {
  .p-productNav__ttl {
    font-size: 0.75rem;
  }
}

@media screen and (min-width: 1100px) {
  .u-sp-only {
    display: none;
  }
}
@media screen and (max-width: 1099px) {
  .u-sp-only {
    display: none;
  }
}
@media screen and (max-width: 767px) {
  .u-sp-only {
    display: block;
  }
}

@media screen and (min-width: 1100px) {
  .u-tab-only {
    display: none;
  }
}
@media screen and (max-width: 1099px) {
  .u-tab-only {
    display: block;
  }
}
@media screen and (max-width: 767px) {
  .u-tab-only {
    display: none;
  }
}

@media screen and (max-width: 1099px) {
  .u-pc-only {
    display: none;
  }
}
@media screen and (max-width: 767px) {
  .u-pc-only {
    display: none;
  }
}

@media screen and (max-width: 767px) {
  .u-sp-none {
    display: none;
  }
}

@media screen and (max-width: 1099px) {
  .u-tab-none {
    display: none;
  }
}

@media screen and (min-width: 1100px) {
  .u-pc-none {
    display: none;
  }
}

@media screen and (min-width: 767px) {
  .u-pc-tab-none {
    display: none;
  }
}

.u-tab-flex {
  display: none;
}
@media screen and (max-width: 1099px) {
  .u-tab-flex {
    display: flex;
  }
}

.u-sp-flex {
  display: none;
}
@media screen and (max-width: 767px) {
  .u-sp-flex {
    display: flex;
  }
}

.u-linkPosition {
  display: block;
  position: relative;
  top: -50px;
}


/* 追記 REPAIR */
.p-repair {
  margin-top: 100px;
  padding: 160px 0;
  position: relative;
}
@media screen and (max-width: 767px) {
  .p-repair {
    margin-top: 80px;
  }
}
.p-repair__list {
  margin-top: 50px;
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 40px 20px;
}
@media screen and (max-width: 767px) {
  .p-repair__list {
    grid-template-columns: repeat(2, 1fr);
    margin-top: 20px;
  }
}
.p-repair__img {
  aspect-ratio: 1/1;
  height: auto;
  width: 100%;
  object-fit: cover;
}
@media screen and (max-width: 767px) {
  .p-newArrivals__caption {
    font-size: 1.125rem;
  }
}
.c-sectionTtlEn.--repair::before {
  background-image: url(../img/ttl_repair.svg);
  width: 308px;
  height: 149px;
  left: -120px;
  top: -44px;
  z-index: -1;
}
@media screen and (max-width: 767px) {
  .c-sectionTtlEn.--repair::before {
    left: -65px;
  }
}
.p-repair .repairDiscText {
  margin: 3rem 0;
  line-height: 180%;
}
.p-repair .repairDiscText span {
  font-size: 18px;
  display: block;
  margin-bottom: 1rem;
}

.repairBox {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 0;
  margin: 7rem 0;
}
.repairMediaBox,
.repairTxtBox {
  width: 100%;
}
.repairMediaBox {
  position: relative;
  overflow: hidden;
  margin: 0 auto;
  min-height: 350px;
}
.repairMediaBox .images01,
.repairMediaBox .images02,
.repairMediaBox .images03,
.repairMediaBox .images04 {
  position: absolute;
  top:0;
  left:0;
  width: 100%;
  height: 100%;
  background-size: cover;
  background-repeat: no-repeat;
}
.repairMediaBox .images01 {
  background: url(../img/repairBg01.jpg) no-repeat center center/cover;
}
.repairMediaBox .images02 {
  background: url(../img/repairBg02.jpg) no-repeat center center/cover;
}
.repairMediaBox .images03 {
  background: url(../img/repairBg03.jpg) no-repeat center center/cover;
}
.repairMediaBox .images04 {
  background: url(../img/repairBg04.jpg) no-repeat center center/cover;
}
.repairTxtBox {
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: 1.8rem;
  text-align: justify;
  background: url(../img/bg_ffrontAbout__txtBox.jpg) no-repeat center center/cover;
}
.repairBoxTtl {
  font-size: 18px;
  font-weight: bold;
  line-height: 180%;
}
.repairBoxText {
  font-size: 14px;
  line-height: 180%;
  margin: 1rem 0;
}
.repairBoxPrice {
  text-align: right;
}
@media screen and (max-width: 767px) {
  .repairBox {
    grid-template-columns: repeat(1, 1fr);
  }
  .repairBox .rpBox_01 {
    order: 1;
  }
  .repairBox .rpBox_02 {
    order: 2;
  }
  .repairBox .rpBox_03 {
    order: 4;
  }
  .repairBox .rpBox_04 {
    order: 3;
  }
  .repairBox .rpBox_05 {
    order: 5;
  }
  .repairBox .rpBox_06 {
    order: 6;
  }
  .repairBox .rpBox_07 {
    order: 8;
  }
  .repairBox .rpBox_08 {
    order: 7;
  }
  .repairMediaBox {
    min-height: 290px;
  }
}


/* 追記 オリジナルジュエリー */
#originalJewelry .secondSect {
  margin-top: 100px;
}
.originalBox {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 0;
  margin: 7rem 0;
}
.originalMediaBox,
.originalTxtBox {
  width: 100%;
}
.originalMediaBox {
  position: relative;
  overflow: hidden;
  margin: 0 auto;
  min-height: 350px;
}
.originalMediaBox .images01 {
  position: absolute;
  top:0;
  left:0;
  width: 100%;
  height: 100%;
  background-size: cover;
  background-repeat: no-repeat;
}
.originalMediaBox .images01 {
  background: url(../img/img_original_19.jpg) no-repeat center center/cover;
}
.originalTxtBox {
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: 1.8rem;
  text-align: justify;
  background: url(../img/bg_ffrontAbout__txtBox.jpg) no-repeat center center/cover;
}
.originalBoxTtl {
  font-size: 18px;
  font-weight: bold;
  line-height: 180%;
}
.originalBoxText {
  font-size: 14px;
  line-height: 180%;
  margin: 1rem 0;
}


@media screen and (max-width: 767px) {
  .originalBox {
    grid-template-columns: repeat(1, 1fr);
  }

}

/* 追記 メガネ */
.glassBox {
  display: flex;
  flex-wrap: wrap;
  padding: 2rem;
  margin-top: 100px;
  background: url(../img/bg_aboutOkuno_01.jpg) repeat;
  gap: 40px 0;
}
h2.c-sectionTtlEn.--glasses {
  margin: 0 0 40px 0;
}
h2.c-sectionTtlEn.--glasses span {
  font-size: 18px;
  color: #fff;
  margin: 0 0 0 10px;
}
.glassDiscText {
  margin: 3rem 0;
  line-height: 180%;
}
.glassBoxLt {
  width: 230px;
}
.glassBoxRt {
  width: calc(100% - 230px);
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.glassBoxLt h6,
.glassBoxRt h6 {
  color: #D1B37D;
  font-size: 30px;
}
.glassBoxLt h6 span,
.glassBoxRt h6 span {
  font-size: 18px;
  margin-left: 20px;
}
.glassBoxRt p {
  line-height: 180%;
  margin: 3rem 0;
  font-family: "Noto Sans JP";
}
.glassBoxRt .glassBoxRtInnr {
  display: flex;
  gap :30px;
  font-family: "Noto Sans JP";
}
.glassBoxRt .glassBoxRtItem {
  display: flex;
  flex-direction: column;
  gap: 20px;
}
.glassBoxRt .glassBoxRtItem p {
  font-size: 14px;
  line-height: 180%;
  margin: 0;
}
.glassBoxLb {
  width: calc(100% - 314px);
  display: flex;
  flex-direction: column;
  justify-content: center;
  font-family: "Noto Sans JP";
  gap: 30px;
  padding: 0 40px 0 0;
}
.glassBoxLb li {
  line-height: 180%;
}
.glassBoxRb {
  width: 314px;
}
.glassBoxLb h6 {
  font-size: 20px;
}
.glassBoxList {
  display: flex;
}
.glassTxtDivider {
  margin: 50px auto;
  font-family: "Noto Sans JP";
  color: #C9C4B8;
}
.glassTxtDivider h3 {
  font-size: 18px;
  font-weight: bold;
  margin-bottom: 15px;
  padding-top: 30px;
}
.glassTxtDivider p {
  font-size: 18px;
  line-height: 2rem;
  font-weight: normal;
}

.glasses-container {
    font-family: "Noto Sans JP";
    margin-top: 100px;
    font-size: 18px;
    line-height: 2rem;
    text-align: justify;
    color: #C9C4B8;
}
.glasses-header {
    font-size: 18px;
    line-height: 1.6;
    margin-bottom: 40px;
}
.glasses-content {
    display: flex;
    gap: 20px;
    flex-wrap: wrap;
}
.glasses-item {
    flex: 1;
    min-width: 300px;
}
.glasses-item img {
    width: 100%;
    height: auto;
}
.glasses-title {
    font-weight: bold;
    margin-top: 30px;
}
.glasses-description {
    font-size: 16px;
}

@media screen and (max-width: 767px) {
  .glasses-content {
      gap: 60px;
  }
  .glassBox,
  .glassBoxList {
    flex-direction: column;
  }
  .glassBoxLt h6,
  .glassBoxRt h6 {
    font-size: 26px;
  }
  .glassBoxLt h6 span,
  .glassBoxRt h6 span {
    font-size: 14px;
    margin-left: 15px;
  }
  .glassBoxLt img {
    width: 70%;
    margin: 0 auto;
    display: block;
  }
  .glassBoxRt p {
    margin-top: 0;
  }
  .glassBoxLt,
  .glassBoxRt,
  .glassBoxLb {
    width: 100%;
  }
  .glassBox,
  .glassBoxLb,
  .glassBoxRb {
    margin-top: 3rem;
  }
  .glassBoxRt .glassBoxRtInnr,
  .glassBoxRt .glassBoxRtItem {
    gap :10px;
  }
  .glassBoxRtItem span {
    font-size: 14px;
  }
}

/* ------------------------------

2024/07/27 追記

------------------------------ */

.c-sectionTtlEn.--peal::before {
   background-image: url(../img/ttl_Pearl.svg);
   width: 510px;
   height: 200px;
   left: -150px;
   top: -80px;
   z-index: -1;
}
.c-sectionTtlEn.--ring::before {
  background-image: url(../img/ttl_Ring.svg);
  width: 510px;
  height: 200px;
  left: -240px;
  top: -47px;
  z-index: -1;
}
.c-sectionTtlEn.--necklace::before {
  background-image: url(../img/ttl_Necklace.svg);
  width: 510px;
  height: 200px;
  left: -170px;
  top: -70px;
  z-index: -1;
}
.c-sectionTtlEn.--earring::before {
  background-image: url(../img/ttl_Earrings.svg);
  width: 510px;
  height: 200px;
  left: -170px;
  top: -70px;
  z-index: -1;
}
.c-sectionTtlEn.--brooch::before {
  background-image: url(../img/ttl_Brooch.svg);
  width: 510px;
  height: 200px;
  left: -170px;
  top: -70px;
  z-index: -1;
}
.c-sectionTtlEn.--earcuff::before {
  background-image: url(../img/ttl_Earcuff.svg);
  width: 510px;
  height: 200px;
  left: -170px;
  top: -70px;
  z-index: -1;
}
.c-sectionTtlEn.--mens::before {
  background-image: url(../img/ttl_Mens.svg);
  width: 510px;
  height: 200px;
  left: -100px;
  top: -90px;
  z-index: -1;
}
.c-sectionTtlEn.--pierce::before {
  background-image: url(../img/ttl_Pierce.svg);
  width: 510px;
  height: 200px;
  left: -170px;
  top: -70px;
  z-index: -1;
}
.c-sectionTtlEn.--bracelet::before {
  background-image: url(../img/ttl_bracelet.svg);
  width: 510px;
  height: 200px;
  left: -170px;
  top: -70px;
  z-index: -1;
}
@media screen and (max-width: 767px) {
  .c-sectionTtlEn.--peal::before,
  .c-sectionTtlEn.--earcuff::before,
  .c-sectionTtlEn.--earring::before,
  .c-sectionTtlEn.--bracelet::before,
  .c-sectionTtlEn.--mens::before {
      left: -100px;
  }
  .c-sectionTtlEn.--ring::before {
      left: -220px;
  }
  .c-sectionTtlEn.--necklace::before {
      left: -126px;
  }
  .c-sectionTtlEn.--brooch::before {
    left: -185px;
  }
}

/* ------------------------------

2025/03/19 追記

------------------------------ */
.ateliers {
  margin: 120px auto 0 auto;
}
.ateliers h3 {
  font-size: 22px;
  color: #D1B37D;
}
.ateliers p {
  font-size: 16px;
  margin: 40px auto 40px 0;
  line-height: 1.7rem;
  max-width: 620px;
}
.atelier__gallery {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 20px;
}
.atelier__image {
    width: 100%;
    height: auto;
    object-fit: cover;
}
@media screen and (max-width: 767px) {
  .ateliers {
    margin: 60px auto 0 auto;
  }
  .atelier__gallery {
      grid-template-columns: repeat(2, 1fr);
  }
}

.bridalLogo {
  max-width: 66px;
  margin: 0 6px;
}

.remake {
  margin-top: 100px;
  padding: 160px 0;
  position: relative;
}
@media screen and (max-width: 767px) {
  .remake {
    margin-top: 80px;
  }
}
.remake h2 {
  margin-bottom: 50px;
}
.remake .remakeBtTxt {
  font-size: 16px;
  line-height: 1.7rem;
}
.remake__img {
  aspect-ratio: 1/1;
  height: auto;
  width: 100%;
  object-fit: cover;
}
.c-sectionTtlEn.--remake::before {
  background-image: url(../img/ttl_remake.svg);
  width: 640px;
  height: 231px;
  left: -120px;
  top: -80px;
  z-index: -1;
}
@media screen and (max-width: 767px) {
  .c-sectionTtlEn.--remake::before {
    left: -65px;
  }
}


/* ------------------------------

2025/03/19 追記 WATCH

------------------------------ */

.watch-container {
    display: grid;
    grid-template-columns: auto 1fr auto;
    align-items: center;
    gap: 6vw;
    margin: 30px 0 100px 0;
}
.watch-image-left img {
    width: 100%;
    max-width: 330px;
}
.watch-center {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    font-size: 20px;
    line-height: 2.2rem;
    text-align: left;
    height: 100%;
    color: #D1B37D;
}
.watch-image-right img {
    width: 100%;
    max-width: 180px;
}

.watch-gallery {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 20px;
}

.watch-gallery img {
    width: 100%;
    height: auto;
    object-fit: cover;
}

.watch-banner {
    grid-column: span 4;
    margin-top: 60px;
}

/* タブレット */
@media (max-width: 1023px) {
    .watch-gallery {
        grid-template-columns: repeat(3, 1fr);
    }
    .watch-banner {
        grid-column: span 3;
    }
}
/* レスポンシブ対応 */
@media (max-width: 767px) {
    .watch-container {
        grid-template-columns: 1fr;
        text-align: center;
    }
    .watch-image-left, .watch-image-right {
        justify-self: center;
    }
    .watch-text {
        text-align: center;
    }
    .watch-gallery {
        grid-template-columns: repeat(2, 1fr);
    }
    .watch-banner {
        grid-column: span 2;
    }
}

#pierce {
  margin-bottom: 140px;
}
/* レスポンシブ対応 */
@media (max-width: 767px) {
  #pierce {
    margin-bottom: 60px;
  }
}


/* ------------------------------

2025/05/20 追記

------------------------------ */
.newArrivalsWrap {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 20px;
    margin: 40px auto;
}
.newArrivalsWrap li {
  width: 100%;
  display: block;
}
@media (max-width: 767px) {
  .newArrivalsWrap {
      grid-template-columns: repeat(1, 1fr);
      margin: 40px auto 1rem auto;
  }
}

.seciner {
  margin-top: 130px;
}

.p-fv__inner.--bridal {
  margin-bottom: 100px;
}
.p-fv__text.--bridal {
  font-size: 14px!important;
}

.l-inner.p-fv__inner.--remake {
  display: flex;
  align-items: stretch;
}
.p-fv__body.--remake {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
.p-fv__lead.--remake {
  font-size: 16px;
  margin: 45px 0;
}


.l-inner.p-fv__inner.--watch {
  display: flex;
  align-items: stretch;
  align-items: center;
  gap: 70px;
  margin-bottom: 100px;
}
.p-fv__body.--watch {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  gap: 70px;
}
.p-fv__lead.--watch {
  font-size: 20px;
  margin: 45px 0;
}
.leedBtImg {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  align-items: flex-end;
  gap: 35px;
}

.youtubLink img {
  opacity: 1;
  transition: all .3s;
}
.youtubLink img:hover {
  opacity: 0.7;
}

/* ------------------------------

2025/07/23 追記

------------------------------ */

.original_youtube,.brooch_youtube{
text-align: center;
margin: 100px 0;
}
.original_youtube iframe,.brooch_youtube iframe{
width:560px;
height:315px;
}
@media screen and (max-width: 767px) {
  .original_youtube iframe,.brooch_youtube iframe{
    width: 100%;
  }
}

.p-fv__body.--remake iframe{
height: 302px;
}

#case01,#case02,#case03,#case04,#case05,#case07,#case08,#case09,#case10{
  display: block;
}
.p-case_youtubelink{
  text-align: center;
  margin: 45px 0 20px;
  line-height: 1.5em;
  font-size: 20px;
}

.p-case_p_box{
  margin: 0px 0 20px;
  font-size: 19px;
  font-weight: bold;
}

.case_box__p_box{
  margin-top: 45px;
}

.case_box__p_box p{
  font-size: 14px;
}

.p-fv__detail.--remake{
  font-size: 14px;
  line-height: 1.8em;
  margin-bottom: 45px;
}

.case_box__youtubelink{
  text-align: center;
}

@media screen and (max-width: 767px) {
  .case_box__youtubelink iframe{
    width: 100%;
  }
}

.glass-head{
  font-family: "Noto Sans JP";
  color: #C9C4B8;
  font-size: 18px;
  line-height: 2rem;
  margin-bottom: 20px;
}

@media screen and (min-width: 767px) {
.sp_only_br{
  display: none;
}
}

.glassrDiscText{
  line-height: 180%;
}

.p-galleryPrimary__item_square img{
  max-height: 260px;
}

@media screen and (max-width: 767px) {
  .p-galleryPrimary__item_square img{
  height: 45vw;
}
}

.p-case__detail{
  width: 470px;
}

.p-case__detail p{
 line-height: 2em;
 font-size: 16px;
}

.p-case__youtubelink{
text-align: center;
}

.p-case__youtubelink p{
  margin-bottom: 20px;
  font-size: 20px;
}

.p-case__imgContainer2{
  margin-top: 45px;
  align-items: center;
}

.p-case__youtubelink iframe{
    width: 470px;
    height: 260px;
  }

@media screen and (max-width: 767px) {
  .p-case__detail{
  width: 100%;
  }

  .p-case__youtubelink{
    width: 100%;
  }

  .p-case__youtubelink iframe{
    width: 100%;
  }
}

.p-pageNav_remake{
  align-items: center;
  display: flex;
  margin-bottom: 55px;
}

.remake_h2{
  font-family: "Noto Serif JP";
}

.p-pageNav_remake p{
  margin-left: 3em;
}

@media screen and (max-width: 767px) {
.p-pageNav_remake{
  display: block;
}

.p-pageNav_remake p{
  margin-left: 0em;
}

.remake_h2{
  margin-bottom: 20px;
}

.p-pageNavSecondary__item{
text-align: center;
}

.p-pageNavSecondary__link{
  font-size: 14px;
  line-height: 1.1em;
}
}

.p-pageNavSecondary2{
  margin: 115px 0 80px;
}

.rpBox_08{
  font-family: "Hiragino Kaku Gothic ProN", "Hiragino Sans", Meiryo;
  text-align: center;
}

.rpBox_08_imgbox{
  display: flex;
  height: 60%;
  position: relative;
}

.rpBox_08_imgbox2{
  display: flex;
  height: 40%;
  font-size: 12px;
}

.rpBox_08_img:first-child{
  background:url(../img/repairBg04_01-1.jpg);
  width: 50%;
  background-size: cover;
  background-position: center;
  align-content: flex-end;
  text-align: center;
  padding: 10px;
  font-size: 13px;
}

.rpBox_08_img:nth-child(2){
  background:url(../img/repairBg04_01-2.jpg);
  width: 50%;
  background-size: cover;
  background-position: center;
  align-content: flex-end;
  text-align: center;
  padding: 10px;
  font-size: 13px;
}

.rpBox_08_img2:first-child{
  background:url(../img/repairBg04_02-1.jpg);
  width: 33%;
  background-size: cover;
  background-position: center;
}

.rpBox_08_img2:nth-child(2){
  background:url(../img/repairBg04_02-2.jpg);
  width: 34%;
  background-size: cover;
  background-position: center;
}

.rpBox_08_img2:nth-child(3){
  background:url(../img/repairBg04_02-3.jpg);
  width: 33%;
  background-size: cover;
  background-position: center;
}

.rpBox_08_p{
position: absolute;
z-index: 1;
top: 10px;
right: 50px;
left: 50px;
}

.rpBox_08_allow{
  width: 60px;
  margin-top: 7vh;
}

.rpBox_08_img2{
  color: #000;
  padding: 10px;
  text-align: center;
  position: relative;
}

.rpBox_08_img2 p{
  position: absolute;
  right: 10px;
  left: 10px;
}

.rpBox_08_img_p_bottom{
  bottom: 5px;
}

@media screen and (max-width: 767px) {
  .rpBox_08_allow{
  margin-top: 6vh;
}
}

.p-fv__inner.--store .swiper {
  max-width: 595px;
}

.p-fv__inner.--store .slider img {
  aspect-ratio: 595/514;
}

.p-fv__inner.--store{
  gap: 6vw;
}

.l-inner.p-fv__inner.--store{
  width: 1150px;
}

.repairBoxText_2{
  text-align: end;
  font-family:"Noto Sans JP";
  font-size: 12px;
}

.glasses-detail{
  margin-top: 100px;
}

@media screen and (max-width: 767px) {
.glasses-detail{
margin-top: 0px;
}
}

.leedBtImg p{
  text-decoration: underline 1px;
  color: #D1B37D;
  margin-top: 10px;
}

.p-header__navItem:nth-child(5),.p-footer__navItem:nth-child(5){
  text-align: center;
  line-height: 1.5em;
}

.c-btn-left{
  margin-left: 116px;
}

.p-footer__name_sp{
  display: none;
  margin-top: 20px;
}

@media screen and (max-width: 767px) {
.p-footer__name_sp{
  display: block;
}

.p-footer__name{
  display: none;
}
}

#gift::before {
  opacity: 0.3;
}

.p-fv__ttl_gift{
  text-align: center;
  margin-bottom: 74px;
  font-weight: bold;
}

.p-fv__ttl_gift p{
  font-size: 22px;
  margin-top:30px;
}

.img_thegolfstars{
  margin-bottom: 147px;
}

.video_thegolfstars{
  margin-bottom: 193px;
  width: 100%;
}

.gift-detail{
  margin: 96px 0 176px;
  font-size:14px;
  color:#C9C4B8;
  font-weight: lighter;
  line-height: 1.3em;
}

.gift-info{
  display: grid;
  gap:20px;
  margin-bottom: 79px;
}

.gift-pricelist:first-of-type{
  margin-bottom: 39px;
}

.gift-pricelist:nth-of-type(2){
  margin-bottom: 22px;
}

.gift-pricelist div{
  border-bottom: 1px solid #ffffff;
  display: flex;
  padding-top: 7px;
  padding-bottom: 7px;
  gap: 60px;
}

.gift-pricelist dt{
  font-weight: lighter;
  width:500px;
}

.gift-price{
  margin-bottom: 22px;
}

.gift_gold{
  margin-bottom: 176px;
}

.gift-caution{
  margin-top: 57px;
  margin-bottom: 194px;
}

.gift-caution li::before{
  content:"●";
}

.othergift_preparation{
  text-align: center;
}

.img_thegolfstars_sp{
  display: none;
}

.p-fv__ttl_gift_h2{
  margin-bottom: 127px;
}

.p-fv__ttl_gift_h2 p{
  margin-top: 45px;
}

@media screen and (max-width: 767px) {
#gift{
  padding-top: 0px;
  margin-bottom: 0;
}

#gift .p-breadCrumb{
  display: none;
}

.img_thegolfstars_sp{
  display: block;
}

.img_thegolfstars{
  display: none;
}

.p-fv__ttl_gift{
  font-weight: bold;
  margin: 58px 0;
}

.p-fv__ttl_gift p{
  font-size: 16px;
  margin-top: 10px;
}

.video_thegolfstars{
margin-bottom: 58px;
}

.picture_thegolfstars:nth-of-type(2){
  margin-bottom: 40px;
  display: block;
}

.gift-detail{
  margin-top: 40px;
  line-height: 1.4em;
}

.gift-info{
  margin-bottom: 48px;
}

.gift-pricelist div{
  display: block;
}

.gift_gold{
  margin-bottom: 76px;
}

.gift-caution{
  margin-bottom: 135px;
}

.p-fv__ttl_gift_h2{
  margin-bottom: 96px;
}

.p-fv__ttl_gift_h2 p{
  margin-top: 15px;
}

.othergift_preparation{
  margin-top: 38px;
}
}

.gift-linkbox{
  display: flex;
  background-image: url(../img/gift_link.png);
  background-position: right;
  background-repeat: no-repeat;
  height: 347px;
  margin-bottom: 50px;
}

.gift-box-gold{
  width: 58px;
}

.gift-link-half{
  width:50%;
  text-align: center;
  margin: auto;
}

.gift-btnWrap{
  display: block;
  margin-top: 0;
}

.gift-link-half img, .gift-link-half p{
  margin-bottom: 37px;
  color: #D1B37D;
}

.gift-link-half:nth-of-type(2) img{
  display: none;
}

@media screen and (max-width: 767px) {
.gift-linkbox{
  background-image: none;
  display: block;
  height: auto;
  margin-top: 100px;
  margin-bottom: 80px;
}

.gift-link-half{
  width: 100%;
}

.gift-link-half:nth-of-type(2) img{
  display: block;
}

.gift-link-half:nth-of-type(2){
  margin-top: 20px;
}

.gift-link-half a:hover{
  opacity: 0.5;
  transition: 0.7s;
}

.gift-btnWrap{
  display: inline-flex;
}

.gift-btnWrap a{
  font-size: 24px;
}
}

@media screen and (max-width: 370px) {
  .gift-btnWrap a{
  font-size: 20px;
}
}