/** Shopify CDN: Minification failed

Line 753:0 Expected "}" to go with "{"

**/
.top-content {
  margin: -6rem 0 0;
}
.top-content__nav {
  position: fixed;
  z-index: 10;
  top: 8rem;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 0 2rem;
  padding: 0 2rem;
}
.top-content__nav-item {
  -webkit-appearance: none;
  -moz-appearance: none;
       appearance: none;
  vertical-align: middle;
  color: inherit;
  font: inherit;
  background: transparent;
  padding: 0;
  margin: 0;
  border-radius: 0;
  text-transform: inherit;
  border: none;
  color: #fff;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  font-size: 1.4rem;
  font-weight: 700;
  white-space: nowrap;
  text-align: center;
  cursor: pointer;
}
.top-content__nav-item span {
  padding: 0 0 1px;
}
.top-content__nav-item.is-active span {
  border-bottom: 1px solid currentColor;
}
.top-content__outer-slider {
  width: 100%;
  height: 100vh;
}
.top-content__inner-slider {
  width: 100%;
  height: 100vh;
}
.top-content__slide {
  position: relative;
  z-index: 0;
  width: 100%;
  height: 100%;
  background-color: #fff;
  overflow: hidden;
  text-decoration: none;
  color: #000000;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 3.25vh 0;
  padding: 21.25vh 2rem 10vh;
}
.top-content__slide::before {
  display: none;
  content: "";
  position: absolute;
  z-index: -1;
  top: 0;
  left: 0;
  width: 100%;
  height: 15rem;
  background: linear-gradient(#0000004d, #0000);
}
.top-content__bg {
  position: absolute;
  z-index: -2;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.top-content__bg img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
     
}
.top-content__scroll {
  position: absolute;
  bottom: 8.67vh;
  right: 2.86vw;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 0 0.5em;
  color: #fff;
  font-size: 1.2rem;
  font-weight: 700;
  -webkit-writing-mode: vertical-rl;
      -ms-writing-mode: tb-rl;
          writing-mode: vertical-rl;
}
.top-content__scroll::before {
  content: "";
  height: 5.5rem;
  width: 0.5rem;
  background: url(./top-content_arrow.svg) no-repeat center center/contain;
}
.bg .top-content__scroll {
  color: #000;
}
.bg .top-content__scroll::before {
  content: "";
  height: 5.5rem;
  width: 0.5rem;
  background: url(./top-content_arrow_bk.svg) no-repeat center center/contain;
}
@media screen and (min-width: 750px) {
  .top-content__nav {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    gap: 0 3.5rem;
  }
  .top-content__nav-item {
    -webkit-box-flex: initial;
        -ms-flex: initial;
            flex: initial;
    min-width: 7.6rem;
  }
  .top-content__slide {
    gap: 2vh 0;        /* 6.67vh → 2vh */
    padding: 10vh 7.14vw 8vh;  /* 26.67vh → 10vh、18.67vh → 8vh */
  }
}


.top-mv__slide {
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: start;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: start;
  position: relative;
}


@media screen and (min-width: 750px) {
  .top-content__slide.top-mv__slide {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}

.top-mv__catch {
  color: #000;
  font-family: "a-otf-ryumin-pr6n", serif;
  font-size: 2.8rem;        /* ← PC用サイズ（お好みで調整） */
  line-height: 1.8;         /* ← PC用行間（お好みで調整） */
  margin: 0;
}
.top-mv__text {
  margin-top: 20px;
  color: #000;
  font-family: "a-otf-ryumin-pr6n", serif;
  font-size: 1.4rem;        /* ← PC用サイズ（お好みで調整） */
  line-height: 2.2;
}

@media (max-width: 769px) {
  .top-mv__catch {
    font-size: 2rem !important;
  }
  .top-mv__text {
    margin-top: 14px !important;
    font-size: 1.2rem !important;
    line-height: 2 !important;
  }
}

@media (max-width: 769px) {
  .top-content__inner.top-porcelain {
    transform: translateY(-100px);
  }
}

@media screen and (min-width: 750px) {
  a.top-mv__slide--hero .top-mv__catch {
    position: absolute !important;
    top: 50% !important;
    left: 7.14vw !important;
    transform: translateY(-50%) !important;
    z-index: 1;
  }
}

/* PC/SP 改行切り替え */
@media (max-width: 769px) {
  .is-pc { display: none; }
}
@media (min-width: 770px) {
  .is-sp { display: none; }
}


@media (min-width: 768px) {
  .top-mv__slide.last .top-mv__catch {
    text-align: center;
  }
}



.top-category__slide {
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: start;   /* ← 元に戻す */
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: end;         /* ← start → end（右寄せ） */
  gap: 0;
  padding: 36.25vh 2rem;
}

.top-category__main-title {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 0 0.5em;
  color: #000;
  font-family: "a-otf-ryumin-pr6n", serif;
  font-size: 3.2rem;
  /* text-shadow: 0px 1px 2px #000c; */
  margin: 0;
}
.wh .top-category__main-title {
  color: #fff;
}
.top-category__main-title::after {
  content: "";
  display: inline-block;
  width: 1.2rem;
  height: 1.2rem;
  border-top: 1px solid currentColor;
  border-right: 1px solid currentColor;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
}
/* 副标题 *//* 副标题 *//* 副标题 *//* 副标题 *//* 副标题 *//* 副标题 *//* 副标题 *//* 副标题 *//* 副标题 *//* 副标题 *//* 副标题 */
/* 主标题 */
.top-category__main-title1 {
  font-size: clamp(3rem, 8vw, 7rem);
  font-family: "a-otf-ryumin-pr6n", serif;
  line-height: 1.2;
  color: #fff;
  font-weight: bold;
  margin-top: 0;
}
.bk.top-category__main-title1 {
  color: #000000ff;
}

/* 副标题 */
.top-category__sub-title1 {
  font-size: clamp(1.2rem, 2vw, 2rem);
  font-family: "a-otf-ryumin-pr6n", serif;
  letter-spacing: 1em;
  color: #fff;
  margin-bottom: 6px;
  opacity: 1;
}
.bk.top-category__sub-title1 {
  color: #000000ff;
}

/* 说明文字 */
.top-category__small-text {
  font-size: clamp(1.5rem, 2.5vw, 2rem);
  font-family: "a-otf-ryumin-pr6n", serif;
  line-height: 2.2;
  color: #fff;
  max-width: 50rem;
  margin-bottom: 6px;
}
.bk.top-category__small-text {
  color: #000000ff;
}
.top-more-btn {
  display: inline-block;

  margin-top: 50px;
  padding: 6px 16px;

  background: rgba(255, 255, 255, 0.87);
  color: #000000ff;

  font-size: 1.8rem;
  font-family: "a-otf-ryumin-pr6n", serif;
  font-weight: bold;
  letter-spacing: 0.15em;

  border: 1px solid rgba(255, 255, 255, 0.25);

  text-decoration: none;

  transition: all 0.25s ease;
}

.top-more-btn:hover {
  background: rgba(197, 197, 197, 0.25);
  border-color: rgba(255, 255, 255, 0.40);
}
.top-more-btn:active {
  transform: scale(0.98);
}
.top-content__inner {
  width: 100%;              
  max-width: 800px;         
  margin: 0 auto;           
  transform: translateY(-50px);   
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
}



@keyframes fadeUp {
  from {
    opacity: 0;
    transform: translateY(0px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}
/* 副标题 *//* 副标题 *//* 副标题 *//* 副标题 *//* 副标题 *//* 副标题 *//* 副标题 *//* 副标题 *//* 副标题 *//* 副标题 *//* 副标题 */

/* 副标题 *//* 副标题 *//* 副标题 *//* 副标题 *//* 副标题 *//* 副标题 *//* 副标题 *//* 副标题 *//* 副标题 *//* 副标题 *//* 副标题 */
/* 主标题 */
.top-category__slide2 {
  position: relative;
}

/* ⭐ 遮罩容器（核心优化） */
.top-content__inner2 {
  width: min(100%, 1000px);;  
  margin: 0 auto;
  transform: translateY(80px);   
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  background: rgba(255, 255, 255, 0);
  backdrop-filter: blur(0px);

  padding: clamp(12px, 2vw, 24px) clamp(20px, 4vw, 40px);
  border-radius: 6px;

  box-sizing: border-box;

}

@media screen and (min-width: 769px) {
  .top-content__inner2 {
    margin: 0 -16% 0 auto;
  }
  .top-more-btn2 {
    position: absolute;
    right: 15.8%;
    bottom: 40%;
  }
}





/* =========================
   ⭐ 2. 文字
========================= */


/* 主标题更重 */
.top-category__main-title2 {
  font-size: clamp(2rem, 8vw, 7rem);
  font-family: "a-otf-ryumin-pr6n", serif;
  line-height: 1.2;
  font-weight: 600;
  padding: 0;
  color: #000000ff;
  margin: 0;
}
.bk.top-category__main-title2 {
  color: #000000ff;
}
/* 副标题 */
.top-category__sub-title2 {
  font-size: clamp(2rem, 7vw, 2rem);
  font-family: "a-otf-ryumin-pr6n", serif;
  letter-spacing: 0.1em;
  font-weight: 600;
  line-height: 1.2;
  color: #000000ff;
  margin-bottom: 5px;
}
.bk.top-category__sub-title2 {
  color: #000000ff;
}

/* 说明文字 */
.top-category__small-text2 {
  font-size: clamp(1.4rem, 2.2vw, 1.8rem);
  font-family: "a-otf-ryumin-pr6n", serif;
  line-height: 2;
  color: #000000ff;
  margin-top: 10px;
  margin-bottom: 20px;
  max-width: 32rem;
}
.bk.category__small-text2 {
  color: #000000ff;
}
.top-more-btn2 {
  margin: 0 auto;
  margin-top: 100px;
  padding: 10px 22px;

 background: rgba(0, 0, 0, 1);
  color: #ffffffff;

  font-size: 1.6rem;
  font-family: "a-otf-ryumin-pr6n", serif;
  font-weight: bold;
  letter-spacing: 0.15em;

  text-decoration: none;

  transition: all 0.25s ease;
}
.top-more-btn2:hover {
  background: rgba(197, 197, 197, 0.25);
  border-color: rgba(255, 255, 255, 0.40);
}
.top-more-btn2:active {
  transform: scale(0.98);
}


@media (max-width: 768px) {

  .top-content__inner2 {
    width: 100%;
    padding: 0px 20px;
    transform: translateY(265px);
  }
  .top-category__main-title2 {
    font-size: clamp(2.65rem, 7vw, 2rem);
    text-shadow: 0px 1px 8px rgba(0, 0, 0, 0.5);
    color: #000000ff;
    text-shadow: none;
  }

  .top-category__sub-title2 {
    font-size: 1.5rem;
    color: #000000ff;
    text-shadow: none;
    letter-spacing: 0em;
  }

  .top-category__small-text2 {
    font-size: 1.4rem;
    color: #000000ff;
    line-height: 1.8;
  }
  .top-more-btn2 {
    font-size: 1.8rem;
    background: rgba(0, 0, 0, 1);
    color: #ffffffff;
    padding: 8px 24px;
    margin-top: 275px;
  }
  .top-more-btn2:hover {
  background: rgba(255, 255, 255, 0.25);
  border-color: rgba(255, 255, 255, 0.40);
  color: #000000ff;
}

}

@keyframes fadeUp {
  from {
    opacity: 0;
    transform: translateY(0.2empx);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}
.pc-only {
  display: inline;
}

.sp-only {
  display: none;
}

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

  .sp-only {
    display: inline;
  }
}
/* 副标题 *//* 副标题 *//* 副标题 *//* 副标题 *//* 副标题 *//* 副标题 *//* 副标题 *//* 副标题 *//* 副标题 *//* 副标题 *//* 副标题 */




.top-category__sub-title {
  color: #000;
  font-size: 1.8rem;
  font-family: "a-otf-ryumin-pr6n", serif;
  /* text-shadow: 0px 1px 2px #000c; */
  margin: 0;
}
.wh .top-category__sub-title {
  color: #fff;
}
.top-category__sub-title small {
  font-size: 1.2rem;
}
.top-category__sub-title mid {
  font-size: 1.5rem;
}
@media screen and (min-width: 750px) {
  .top-category__slide {
    padding: 25.33vh 7.14vw;
  }
}
.top-intro__title {
  font-family: "a-otf-ryumin-pr6n", serif;
  font-size: 2rem;
  text-align: center;
  margin: 0 0 2rem;
}
.top-intro__title small {
  font-size: 1.2rem;
}
.top-intro__desc {
  font-family: "a-otf-ryumin-pr6n", serif;
  font-size: 1.4rem;
  text-align: center;
  line-height: 2;
  margin: 0;
}

.top-contact__btn {
  width: 22rem;
  aspect-ratio: 1/1;
  border-radius: 50%;
  border: 1px solid #000000;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 0 0.5em;
  color: #000000;
  text-decoration: none;
  font-family: "a-otf-ryumin-pr6n", serif;
  font-size: 2.2rem;
}
.top-contact__btn::after {
  content: "";
  display: inline-block;
  width: 1rem;
  height: 1rem;
  border-top: 1px solid currentColor;
  border-right: 1px solid currentColor;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
}

.top-company__slide {
  background-color: #f8f8f8;
}
.top-company__catch {
  font-family: "a-otf-ryumin-pr6n", serif;
  font-size: 1.6rem;
  text-align: center;
  margin: 0;
}
.top-company__logo {
  width: 14.5rem;
  aspect-ratio: 145/44;
  margin: 0;
  mix-blend-mode: multiply;
}
.top-company__logo img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}
.top-company__text {
  font-family: "a-otf-ryumin-pr6n", serif;
  text-align: center;
}
.top-company__address {
  font-size: 1.4rem;
}
.top-company__tel {
  font-size: 1.2rem;
}
.top-company__num {
  font-size: 2rem;
}
.top-company__link {
  color: #000000;
  font-size: 1.4rem;
  padding: 0 0 1px;
  border-bottom: 1px solid currentColor;
}
.top-company__copyright {
  display: block;
  font-family: "a-otf-ryumin-pr6n", serif;
  text-align: center;
  font-size: 1.4rem;
  margin: 6.25vh 0 0;
}
@media screen and (max-width: 749px) {

.top-company__logo {
  width: 20.5rem;
}
}
.scroll-indicator {
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  bottom: 80px;
}

/* :star: 箭头 */
.arrow {
  display: block;
  width: 16px;
  height: 16px;

  border-right: 1.5px solid #000;
  border-bottom: 1.5px solid #000;

  transform: rotate(45deg);

  animation: arrowFade 1.8s infinite;
}
.wh.arrow {
  display: block;
  width: 16px;
  height: 16px;

  border-right: 1.5px solid #ffffffff;
  border-bottom: 1.5px solid #ffffffff;

  transform: rotate(45deg);

  animation: arrowFade 1.8s infinite;
}
/* :star: 呼吸动画 */
@keyframes arrowFade {
  0%   { opacity: 0; transform: rotate(45deg) translateY(0); }
  50%  { opacity: 1; }
  100% { opacity: 0; transform: rotate(45deg) translateY(0px); }
}
@media screen and (max-width: 749px) {
  .scroll-indicator {
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  bottom: 40px;
}
 .arrow { 
  border-right: 1.5px solid #000;
  border-bottom: 1.5px solid #000;

  transform: rotate(45deg);

  animation: arrowFade 1.8s infinite;

}
.wh.arrow { 
  border-right: 1.5px solid #000;
  border-bottom: 1.5px solid #000;

  transform: rotate(45deg);

  animation: arrowFade 1.8s infinite;

  .top-company__slide {
  gap: 1.5vh 0;
  padding: 10vh 2rem 5vh;
}


