@font-face {
	font-family: 'avenirFont';
  src: url('../font/avenir-next-condensed-demi-bold.ttf');
  font-weight: bold;
  font-style: normal;
  font-display: swap;
}

body {
  margin: 0;
  padding: 0;
  border: none
}

img,div,p,blockquote,h1,h2,h3,h4,h5,h6,ul,ol,li,dl,dt,dd,form,fieldset,textarea,address,main,article,aside,dialog,figure,footer,header,hgroup,nav,section {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  text-decoration: none;
  list-style-type: none
}

main,article,aside,dialog,figure,footer,header,hgroup,nav,section {
  display: block
}

h1,h2,h3,h4,h5,h6 {
  font-weight: inherit
}

table {
  border: none;
  border-collapse: collapse;
  border-spacing: 0
}

th,td {
  text-align: left;
  vertical-align: top
}

caption {
  text-align: left
}

a,a:focus,a:hover,a:active {
  outline: 0
}

input,input:focus,input:hover,input:active,textarea,textarea:focus,textarea:hover,textarea:active {
  outline: 0
}

img {
  vertical-align: top
}

html {
  font-size: 10px;
  font-size: .69444444444444vw;
  overscroll-behavior-y: contain;
  -webkit-overflow-scrolling: touch;
  scrollbar-width: none;
  -ms-overflow-style: none
}

html::-webkit-scrollbar {
  display: none
}

html * {
  box-sizing: border-box;
  word-break: break-all;
  line-break: strict
}

@media screen and (max-width: 834px) {
  html {
      font-size:10px;
      font-size: 2.5641025641vw
  }
}

html[data-state=loading] {
  touch-action: none;
  -webkit-overflow-scrolling: none;
  overflow: hidden;
  overscroll-behavior: none;
  scrollbar-gutter: stable;
  cursor: wait
}

html[data-state=navOpen] {
  touch-action: none;
  -webkit-overflow-scrolling: none;
  overflow: hidden;
  overscroll-behavior: none;
  scrollbar-gutter: stable
}

body {
  color: #595757;
  font-family: "Noto Serif JP", serif;
  font-weight: 400;
  line-height: 2;
  letter-spacing: .05em;
  -webkit-text-size-adjust: 100%;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  -webkit-tap-highlight-color: rgba(0,0,0,0);
  transition: opacity .8s cubic-bezier(0.67, 0.16, 0.26, 0.95)
}

[data-state=loading] body {
  opacity: 0;
  pointer-events: none
}

a {
  color: #595757
}

img {
  max-width: 100%;
  height: auto;
  pointer-events: none
}

button {
  all: unset;
  box-sizing: border-box;
  cursor: pointer
}

.en {
  font-family: "Helvetica Neue",Arial,"Hiragino Kaku Gothic ProN","Hiragino Sans",Meiryo,sans-serif
}

@media screen and (max-width: 834px) {
  .nosp {
    display: none !important;
  }
}

@media screen and (min-width: 835px) {
  .nopc {
    display: none !important;
  }
}

html.lenis,html.lenis body {
  height: auto
}

.lenis.lenis-smooth {
  scroll-behavior: auto !important
}

.lenis.lenis-smooth [data-lenis-prevent] {
  overscroll-behavior: contain
}

.lenis.lenis-stopped {
  overflow: hidden
}

.lenis.lenis-smooth iframe {
  pointer-events: none
}

.header {
  margin-inline:auto;
  pointer-events: none;
  width: calc(100% - 3rem);
  display: flex;
  justify-content: space-between;
  align-items: center
}

.header .h-logo {
  width: 23.6rem;
  min-width: 23.6rem;
  height: 2.4rem;
  min-height: 2.4rem;
  display: block;
  margin-left: 5rem;
  color: #fff;
  pointer-events: all;
  position: absolute;
  top: 4.6rem;
  left: 3rem;
  z-index: 99;
}

@media screen and (max-width: 834px) {
  .header .h-logo {
    width: 18rem;
    min-width: inherit;
    height: 1.1rem;
    min-height: inherit;
    margin-left: 0;
    top: 3rem;
    left: 2rem;
  }
}

.header .h-logo svg {
  display: block;
  width: 100%;
  height: 100%;
  opacity: .7;
  fill: currentColor
}

.header .h-contact-btn {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 13rem;
  min-width: 13rem;
  height: 2.4rem;
  min-height: 2.4rem;
  color: #fff;
  background-color: rgba(0,0,0,0);
  border: 1px solid;
  margin-right: 2rem;
  pointer-events: all;
  transition: background-color .3s cubic-bezier(0.22, 0.28, 0.51, 1.04);
  position: fixed;
  top: 4.6rem;
  right: 3rem;
  z-index: 99;
}

@media screen and (max-width: 834px) {
  .header .h-contact-btn {
    width: 10rem;
    min-width: inherit;
    height: 2rem;
    min-height: inherit;
    margin-right: 0;
    top: 3rem;
    right: 2rem;
  }
}

.header .h-contact-btn svg {
  display: block;
  width: 7rem;
  min-width: 7rem;
  height: 100%;
  fill: currentColor;
  transition: fill .3s cubic-bezier(0.22, 0.28, 0.51, 1.04)
}

@media screen and (max-width: 834px) {
  .header .h-contact-btn svg {
      width:4.4rem;
      min-width: inherit
  }
}

@media(hover: hover)and (pointer: fine) {
  .header .h-contact-btn:hover {
      background-color:#fff
  }

  .header .h-contact-btn:hover svg {
      fill: #595757
  }
}

.pagetop {
  position: fixed;
  right: 5rem;
  bottom: 6rem;
  z-index: 1;
}
.pagetop.is_hide {
  display: none;
}
@media screen and (max-width: 834px) {
  .pagetop {
    right: 3rem;
    bottom: 2rem;
  }
}
.pagetop img {
  max-width: 8.85rem;
}

.pagetop2 {
  display: none;
}
@media screen and (max-width: 834px) {
  .pagetop2 {
    background-color: #E6E6E6;
    padding: 6rem 3rem 3.8rem;
    display: flex;
    align-items: center;
    justify-content: center;
  }
}
.footer {
  text-align: center;
}

.footer_top {
  padding-top: 12.3rem;
  padding-bottom: 12.3rem;
  background-color: #E6E6E6;
}

@media screen and (max-width: 834px) {
  .footer_top {
    padding-top: 4rem;
    padding-bottom: 4rem;
  }
}

.footer .f-hikari-logo {
  display: block;
  width: 23.7rem;
  margin-inline:auto;
}

.footer .f-hikari-logo img {
  width: 23.7rem;
  height: auto;
}

.footer_bottom {
  display: flex;
  align-items: center;
  justify-content: space-between;
  background-color: #F8F9FB;
  padding: 1.4rem 5rem 1.4rem;
}
@media screen and (max-width: 834px) {
  .footer_bottom {
    display: block;
    padding: 1.9rem 2rem 1.8rem;
  }
}
.footer .company {
  letter-spacing: .07em;
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
@media screen and (max-width: 834px) {
  .footer .company {
    display: block;
  }
}
.footer .company p {
  font-size: 1rem;
  color: #969696;
}

.footer .company span,.footer .company a {
  display: inline-block;
  text-decoration: none
}

@media(hover: hover)and (pointer: fine) {
  .footer .company a:hover {
      text-decoration:underline
  }
}

.footer .copyright {
  font-family: "avenirFont";
  font-size: 1rem;
  line-height: 3.2;
  letter-spacing: .1em;
  color: #969696;
}

.ff-shippori {
  font-family: "Shippori Mincho B1",serif;
  font-weight: 500;
  font-style: normal
}

.ff-lora {
  font-family: "Lora", "Shippori Mincho B1",serif;
  font-weight: 500;
  font-style: normal;
  letter-spacing: 0.2em;
}

[style*="--hlw"] {
  width: calc(var(--hlw)*.1rem)
}

@media screen and (max-width: 834px) {
  [style*="--hlw"] {
      width:calc(var(--hlw)*.1rem/1.7)
  }
}

[style*="--hlw"] img {
  display: block;
  width: 100%
}

[data-trigger=parallaxBg] {
  display: block;
  overflow: hidden
}

[data-trigger=parallaxBg] img {
  width: 100%;
  height: 100lvh;
  -o-object-fit: cover;
  object-fit: cover;
  will-change: transform;
  transform-origin: top;
  scale: 1.15
}

@media screen and (max-width: 834px) {
  [data-trigger=parallaxBg]:not(.img2) img {
    width: 100%;
    height: 50vh;
  }
}

#world {
  position: fixed;
  inset: 0;
  z-index: 99;
  width: 100%;
  height: 100lvh;
  pointer-events: none
}

#world canvas {
  position: absolute;
  inset: 0
}

.p-hero {
  position: relative;
  z-index: 1
}

.p-hero__title {
  position: absolute;
  z-index: 3;
  inset: 0;
  display: grid;
  place-content: center
}

.p-hero__title h1 {
  transition: filter 1s cubic-bezier(0.83, 0.5, 0.54, 0.96) .5s,opacity 1s cubic-bezier(0.67, 0.16, 0.26, 0.95) .5s
}

[data-state=loading] .p-hero__title h1 {
  filter: blur(3px);
  opacity: 0;
}

@media screen and (max-width: 834px) {
  .p-hero__title h1 {
    width: 56vw;
  }
}
@media screen and (max-width: 380px) {
  .p-hero__title h1 {
    width: 48vw;
  }
}

.p-hero__title p {
  margin-top: 15rem;
  margin-inline:auto;transition: filter 1s cubic-bezier(0.83, 0.5, 0.54, 0.96) .55s,opacity 1s cubic-bezier(0.67, 0.16, 0.26, 0.95) .55s;
  font-family: "avenirFont";
  font-size: 2.4rem;
  color: #FFFFFF;
  letter-spacing: 0.24em;
  font-weight: 700;
}

[data-state=loading] .p-hero__title p {
  filter: blur(3px);
  opacity: 0;
}

@media screen and (max-width: 834px) {
  .p-hero__title p {
    font-size: 2.0rem;
    margin-top: 18vh;
  }
}
@media screen and (max-width: 380px) {
  .p-hero__title p {
    font-size: 1.6rem;
    margin-top: 18vh;
  }
}

.p-hero__title p img {
  width: 100%
}

.p-hero__slider {
  background-color: #040001
}

.p-hero__slider.pc-slider {
  display: grid;
  grid-template-columns: repeat(2, 1fr)
}

@media screen and (max-width: 834px) {
  .p-hero__slider.pc-slider {
      display:none
  }
}

.p-hero__slider.pc-slider .slide-block:last-child .slide-item.current {
  transition-delay: .25s
}

.p-hero__slider.pc-slider .slide-block:last-child .slide-item.current img {
  transition-delay: .25s
}

.p-hero__slider.sp-slider {
  display: none
}

@media screen and (max-width: 834px) {
  .p-hero__slider.sp-slider {
      display:grid;
      grid-template-areas: "slide"
  }
}

.p-hero__slider .slide-block {
  display: grid;
  grid-template-areas: "slide"
}

.p-hero__slider .slide-item {
  grid-area: slide;
  position: relative;
  overflow: hidden;
  z-index: 1;
  -webkit-clip-path: inset(0 100% 0 0);
  clip-path: inset(0 100% 0 0);
  transition: -webkit-clip-path 0s ease .8s;
  transition: clip-path 0s ease .8s;
  transition: clip-path 0s ease .8s, -webkit-clip-path 0s ease .8s
}

@media screen and (max-width: 834px) {
  .p-hero__slider .slide-item {
      -ms-grid-row:1;
      -ms-grid-column: 1
  }
}

.p-hero__slider .slide-item.current {
  z-index: 2;
  -webkit-clip-path: inset(0 0 0 0);
  clip-path: inset(0 0 0 0);
  transition: -webkit-clip-path .8s cubic-bezier(0.67, 0.16, 0.26, 0.95) 0s;
  transition: clip-path .8s cubic-bezier(0.67, 0.16, 0.26, 0.95) 0s;
  transition: clip-path .8s cubic-bezier(0.67, 0.16, 0.26, 0.95) 0s, -webkit-clip-path .8s cubic-bezier(0.67, 0.16, 0.26, 0.95) 0s
}

.p-hero__slider .slide-item.current img {
  scale: 1;
  transition: scale .8s cubic-bezier(0.67, 0.16, 0.26, 0.95) 0s
}

.p-hero__slider .slide-item img {
  display: block;
  width: 100%;
  height: 100svh;
  -o-object-fit: cover;
  object-fit: cover;
  scale: 1.15;
  transition: scale 0s ease .8s
}

.p-product {
  background-color: #070305
}

.p-product .container {
  position: relative;
  z-index: 1
}

.p-product__detail {
  position: absolute;
  z-index: 2;
  left: 0;
  right: 0;
  top: 0;
  margin-inline:auto;display: grid;
  grid-template-columns: repeat(2, auto);
  justify-content: space-between;
  padding-left: 14rem;
  padding-right: 14rem;
}

@media screen and (max-width: 834px) {
  .p-product {
    background-color: #0F0D12;
  }
  .p-product__detail {
    position:static;
    top: 0;
    padding-left: 3.0rem;
    padding-right: 3.0rem;
    display:block;
    padding-top: 3.2rem;
    padding-bottom: 7.2rem
  }
}

.p-product__detail h2 {
  grid-column: 2;
  grid-row: 1;
  transition: translate 0s cubic-bezier(0.22, 0.28, 0.51, 1.04) .3s,opacity .3s cubic-bezier(0.22, 0.28, 0.51, 1.04);
  translate: 0 50%;
  opacity: 0;
}

@media screen and (max-width: 834px) {
  .p-product__detail h2 {
      position:absolute;
      right: 2rem;
      top: 5.6rem
  }
}

.p-product__detail h2.isActive {
  transition: translate 1s ease,opacity .7s cubic-bezier(1, 0.21, 1, 1);
  translate: 0 30%;
  opacity: 1
}

.p-product__detail .text {
  grid-column: 1;
  grid-row: 2;
  color: #e50012;
  translate: 0 -8.0rem
}

@media screen and (max-width: 834px) {
  .p-product__detail .text {
    translate: 0;
    padding-top: 8rem;
  }
}

.p-product__detail .text h3 {
  font-size: 2.8rem;
  font-weight: 600;
  line-height: 4.9rem;
  letter-spacing: 0.24em;
  transition: opacity .3s cubic-bezier(0.22, 0.28, 0.51, 1.04);
  opacity: 0;
}

.p-product__detail .text h3::before,.p-product__detail .text h3::after {
  content: "";
  display: block;
  inline-size: 0;
  block-size: 1px
}

.p-product__detail .text h3::before {
  -webkit-margin-after: calc((1 - 1.8)*.5em);
  margin-block-end:calc((1 - 1.8)*.5em)}

.p-product__detail .text h3::after {
  -webkit-margin-before: calc((1 - 1.8)*.5em);
  margin-block-start:calc((1 - 1.8)*.5em)}

@media screen and (max-width: 834px) {
  .p-product__detail .text h3 {
    font-size: 2.2rem;
    line-height: 3.7rem;
  }
}

.p-product__detail .text .p-product__detail_txt {
  font-size: 1.7rem;
  font-weight: 600;
  line-height: 3.3rem;
  letter-spacing: 0.3em;
  margin-top: 3.4rem;
  transition: opacity .3s cubic-bezier(0.22, 0.28, 0.51, 1.04);
  max-width: 49.4rem;
  opacity: 0;
  font-feature-settings: "palt", "kern";
}

.p-product__detail .text .p-product__detail_txt p {
  font-size: 1.7rem;
  font-weight: 600;
  line-height: 3.3rem;
  letter-spacing: 0.3em;
  font-feature-settings: "palt", "kern";
}

.p-product__detail .text .p-product__detail_txt::before,.p-product__detail .text .p-product__detail_txt::after {
  content: "";
  display: block;
  inline-size: 0;
  block-size: 1px
}

.p-product__detail .text .p-product__detail_txt::before {
  -webkit-margin-after: calc((1 - 1.75)*.5em);
  margin-block-end:calc((1 - 1.75)*.5em)}

.p-product__detail .text .p-product__detail_txt::after {
  -webkit-margin-before: calc((1 - 1.75)*.5em);
  margin-block-start:calc((1 - 1.75)*.5em)}

@media screen and (max-width: 834px) {
  .p-product__detail .text .p-product__detail_txt {
    margin-top: 6rem;
    font-feature-settings: "kern";
  }
  .p-product__detail .text .p-product__detail_txt p {
    font-size: 1.5rem;
    letter-spacing: 0.12em;
    font-feature-settings: "kern";
  }
}

.p-product__detail .text.isActive h3 {
  transition: opacity .6s cubic-bezier(1, 0.21, 1, 1);
  opacity: 1
}

.p-product__detail .text.isActive .p-product__detail_txt {
  transition: opacity .6s cubic-bezier(1, 0.21, 1, 1) .1s;
  opacity: 1
}

.p-product__detail .text .mark {
  position: absolute;
  width: 34.5rem;
  height: 22rem;
  left: 10.8rem;
  top: 0;
  z-index: 2;
  translate: 0 calc(-100% - 3.2rem)
}

@media screen and (max-width: 834px) {
  .p-product__detail .text .mark {
      height:153vw;
      left: 0;
      translate: 0 calc(-100% - 1.6rem)
  }
}

.p-product__detail .text .mark-circle {
}
.p-product__detail .text .mark-circle1 {
  position: absolute;
  top: 0;
  left: 0;
  width: 30.9rem;
  aspect-ratio: 1;
  border-radius: 50%;
  border: .2rem dashed currentColor;
  translate: calc(100% - -1.2rem) calc(-50% - -19rem);
  transition: scale .5s cubic-bezier(0.22, 0.28, 0.51, 1.04),opacity .5s cubic-bezier(0.22, 0.28, 0.51, 1.04);
  scale: .5;
  opacity: 0;
}
.p-product__detail .text .mark-circle2 {
  position: absolute;
  top: 0;
  left: 0;
  width: 13.1rem;
  aspect-ratio: 1;
  border-radius: 50%;
  border: .2rem dashed currentColor;
  translate: calc(100% - -54.8rem) calc(100% - -42.8rem);
  transition: scale .5s cubic-bezier(0.22, 0.28, 0.51, 1.04),opacity .5s cubic-bezier(0.22, 0.28, 0.51, 1.04);
  scale: .5;
  opacity: 0;
}

@media screen and (max-width: 834px) {
  .p-product__detail .text .mark-circle1 {
    width: 22.6rem;
    right: 0;
    margin-inline: auto;
    translate: -30% -37%;
  }
  .p-product__detail .text .mark-circle2 {
    width: 10.5rem;
    right: 0;
    margin-inline: auto;
    translate: 11% 385%;
  }
}

.p-product__detail .text .mark.isActive .mark-circle1 {
  transition: scale 1s cubic-bezier(0.22, 0.28, 0.51, 1.04),opacity .6s cubic-bezier(1, 0.21, 1, 1) .4s;
  scale: 1;
  opacity: 1
}

.p-product__detail .text .mark.isActive .mark-circle2 {
  transition: scale 1s cubic-bezier(0.22, 0.28, 0.51, 1.04),opacity .6s cubic-bezier(1, 0.21, 1, 1) .4s;
  scale: 1;
  opacity: 1
}

.p-product__img {
  position: relative;
  z-index: -1
}

.p-product__img .img {
  display: block;
  height: 100%
}

.p-product__img .img img {
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover
}

@media screen and (max-width: 834px) {
  .p-product__img,
  .p-product__img .img img {
    height: auto;
  }
}

.p-product__detail_new {
  display: none;
  text-align: center;
  position: relative;
  padding-top: 5rem;
  padding-bottom: 10.5rem;
}
.p-product__detail_new .p-product__detail_new_img {
  margin-inline:auto;
}
@media screen and (max-width: 834px) {
  .p-product__detail_new {
    display: block;
  }
  .p-product__detail_new .p-product__detail_new_img {
    width:15.2rem;
    bottom: 4.8rem
  }
}

.p-detail_title {
  text-align: center;
  position: relative;
  padding-top: 10.5rem;
  padding-bottom: 10.5rem;
}
.p-detail_title .p-detail_title_img {
  margin-inline:auto;
}

.p-detail_title .p-detail_title_img img {
  transition: opacity .3s cubic-bezier(0.22, 0.28, 0.51, 1.04);
  opacity: 0;
}

.p-detail_title .p-detail_title_img.isActive img {
  transition: opacity .6s cubic-bezier(1, 0.21, 1, 1);
  opacity: 1
}

@media screen and (max-width: 834px) {
  .p-detail_title {
    display: none;
  }
  .p-detail_title .p-detail_title_img {
    width:15.2rem;
    bottom: 4.8rem
  }
}

.p-product>.img img {
  height: auto
}

.p-product .caption {
  display: block;
  font-family: "Shippori Mincho B1",serif;
  font-size: 3.5rem;
  color: #fff;
  text-align: right;
  background-color: #040001;
  padding: 7.2rem 8rem 26rem
}

@media screen and (max-width: 834px) {
  .p-product .caption {
      font-size:2.2rem
  }
}

@media screen and (max-width: 834px) {
  .p-product .caption {
      text-align:center;
      padding: 2.4rem 0 12.2rem
  }
}

.p-mov {
  width: 100%;
  display: block;
  padding-top: 56vw;
  overflow: hidden;
  position: relative;
}
.p-mov video {
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  z-index: 1;
  object-fit: cover;
  transition: all 0.3s linear;
}
@media screen and (max-width: 834px) {
  .p-mov {
    padding-top: 100vw;
  }
}

.p-concept {
  background-color: #F8F9FB;
}

.p-concept .container {
  min-height: 100vh;
  display: grid;
  place-content: center
}

.p-concept .container {
  padding-block:16rem}

@media screen and (max-width: 834px) {
  .p-concept .container {
    padding-block: 20.8rem 7rem;
  }
}

@media screen and (max-width: 834px) {
  .p-concept .container {
      display:block;
      min-height: inherit
  }
}

.p-concept__detail {
  text-align: center
}

.p-concept__detail>*>span {
  display: inline-block
}

@media screen and (max-width: 834px) {
  .p-concept__detail>*>span {
      display:block
  }
}

.p-concept__detail h2 {
  font-size: 3.4rem;
  letter-spacing: .2em;
  line-height: 7rem;
  transition: opacity .3s cubic-bezier(0.22, 0.28, 0.51, 1.04);
  font-weight: 600;
  opacity: 0;
}

.p-concept__detail h2::before,.p-concept__detail h2::after {
  content: "";
  display: block;
  inline-size: 0;
  block-size: 1px
}

.p-concept__detail h2::before {
  -webkit-margin-after: calc((1 - 2)*.5em);
  margin-block-end:calc((1 - 2)*.5em)}

.p-concept__detail h2::after {
  -webkit-margin-before: calc((1 - 2)*.5em);
  margin-block-start:calc((1 - 2)*.5em)}

@media screen and (max-width: 834px) {
  .p-concept__detail h2 {
    font-size:2.2rem;
    line-height: 2;
    letter-spacing: .05em
  }

  .p-concept__detail h2::before,.p-concept__detail h2::after {
      content: "";
      display: block;
      inline-size: 0;
      block-size: 1px
  }

  .p-concept__detail h2::before {
      -webkit-margin-after: calc((1 - 1.68)*.5em);
      margin-block-end:calc((1 - 1.68)*.5em)}

  .p-concept__detail h2::after {
      -webkit-margin-before: calc((1 - 1.68)*.5em);
      margin-block-start:calc((1 - 1.68)*.5em)}
}

.p-concept__detail .text {
  font-size: 1.8rem;
  line-height: 2;
  letter-spacing: 0.23em;
  font-weight: 500;
  transition: opacity .3s cubic-bezier(0.22, 0.28, 0.51, 1.04);
  color: rgba(89,87,87,0.7);
  opacity: 0;
}
.p-concept__detail .text {
  padding-top: 1.9rem
}

@media screen and (max-width: 834px) {
  .p-concept__detail .text {
      padding-top: 3rem;
      font-size: 1.2rem;
      line-height: 2.2rem;
    }
  .p-concept__detail .text::before,.p-concept__detail .text::after {
      content: "";
      display: block;
      inline-size: 0;
      block-size: 1px
  }

  .p-concept__detail .text::before {
      -webkit-margin-after: calc((1 - 1.875)*.5em);
      margin-block-end:calc((1 - 1.875)*.5em)}

  .p-concept__detail .text::after {
      -webkit-margin-before: calc((1 - 1.875)*.5em);
      margin-block-start:calc((1 - 1.875)*.5em)}
}

.p-concept__detail .caption {
  font-size: 1.4rem;
  line-height: 4rem;
  letter-spacing: 0.12em;
  font-weight: 500;
  transition: opacity .3s cubic-bezier(0.22, 0.28, 0.51, 1.04);
  color: rgba(89,87,87,0.7);
  opacity: 0;
}

.p-concept__detail .caption::before,.p-concept__detail .caption::after {
  content: "";
  display: block;
  inline-size: 0;
  block-size: 1px
}

.p-concept__detail .caption::before {
  -webkit-margin-after: calc((1 - 2.4)*.5em);
  margin-block-end:calc((1 - 2.4)*.5em)}

.p-concept__detail .caption::after {
  -webkit-margin-before: calc((1 - 2.4)*.5em);
  margin-block-start:calc((1 - 2.4)*.5em)}

.p-concept__detail .caption {
  padding-top: 8.8rem
}

@media screen and (max-width: 834px) {
  .p-concept__detail .caption {
      padding-top:14.2rem;
      font-size: 1rem;
      letter-spacing: 0;
      line-height: 1.875
  }

  .p-concept__detail .caption::before,.p-concept__detail .caption::after {
      content: "";
      display: block;
      inline-size: 0;
      block-size: 1px
  }

  .p-concept__detail .caption::before {
      -webkit-margin-after: calc((1 - 1.875)*.5em);
      margin-block-end:calc((1 - 1.875)*.5em)}

  .p-concept__detail .caption::after {
      -webkit-margin-before: calc((1 - 1.875)*.5em);
      margin-block-start:calc((1 - 1.875)*.5em)}
}

.p-concept__detail.isActive h2 {
  transition: opacity .6s cubic-bezier(1, 0.21, 1, 1);
  opacity: 1
}

.p-concept__detail.isActive .text {
  transition: opacity .6s cubic-bezier(1, 0.21, 1, 1) .2s;
  opacity: 1
}

.p-concept__detail.isActive .caption {
  transition: opacity .6s cubic-bezier(1, 0.21, 1, 1) .1s;
  opacity: 1
}

.p-perf {
  position: relative;
}
.p-perf .container {
  position: relative;
  height: 400vh;
}

.p-perf__sticky {
  position: sticky;
  top: 0;
}
.p-perf__img {
  height: 100vh;
}

.p-perf__img .img {
  display: block;
  height: 100%;
  position: relative;
}

.p-perf__img img {
  display:block;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover
}
@media screen and (max-width: 834px) {
  .p-perf__img img {
      display:block;
      width: 100%;
      height: 100%;
      -o-object-fit: cover;
      object-fit: cover
  }
}

.p-perf>.img img {
  height: auto
}

.p-perf__detail {
  height: 100vh;
  inset: 0;
  padding-top: 0;
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  z-index: 1;
}
.p-perf__detail_inner {
  text-align: center;
  color: #fff;
  background-color: rgba(0,0,0,0.85);
  height: 100vh;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: opacity .5s cubic-bezier(0.22, 0.28, 0.51, 1.04);
  opacity: 0;
}

@media screen and (max-width: 834px) {
  .p-perf__detail_inner {
    padding: 0 3rem;
  }
}

.p-perf__detail ul {
  width: 100%;
  max-width: 80rem;
  transition: opacity .3s cubic-bezier(0.22, 0.28, 0.51, 1.04);
  transition-delay: .4s;
  opacity: 0;
}
.p-perf__detail ul li {
  font-size: 2.6rem;
  letter-spacing: .1em;
  line-height: 1.2;
  padding-block:2.6rem;border-bottom: .1rem dashed;
}

@media screen and (max-width: 834px) {
  .p-perf__detail ul li {
      font-size:1.5rem;
      letter-spacing: 0;
      padding-block:2rem}
}

.p-perf__detail ul li span {
  transition: opacity .3s cubic-bezier(0.22, 0.28, 0.51, 1.04);
  transition-delay: .4s;
  opacity: 0;
}

.p-perf__detail.isActive .p-perf__detail_inner {
  transition: opacity .6s cubic-bezier(1, 0.21, 1, 1);
  transition-delay: .2s;
  opacity: 1;
}

.p-perf__detail.isActive ul {
  transition: opacity .6s cubic-bezier(1, 0.21, 1, 1);
  transition-delay: 0.4s;
  opacity: 1;
}

.p-perf__detail.isActive li:nth-child(1) span {
  transition: opacity .6s cubic-bezier(1, 0.21, 1, 1);
  transition-delay: 0.6s;
  opacity: 1;
}

.p-perf__detail.isActive li:nth-child(2) span {
  transition: opacity .6s cubic-bezier(1, 0.21, 1, 1);
  transition-delay: 0.7s;
  opacity: 1;
}

.p-perf__detail.isActive li:nth-child(3) span {
  transition: opacity .6s cubic-bezier(1, 0.21, 1, 1);
  transition-delay: 0.8s;
  opacity: 1;
}

.p-perf__detail.isActive li:nth-child(4) span {
  transition: opacity .6s cubic-bezier(1, 0.21, 1, 1);
  transition-delay: 0.9s;
  opacity: 1;
}

.p-perf__detail.isActive li:nth-child(5) span {
  transition: opacity .6s cubic-bezier(1, 0.21, 1, 1);
  transition-delay: 1.0s;
  opacity: 1;
}

.p-perf__detail.isActive li:nth-child(6) span {
  transition: opacity .6s cubic-bezier(1, 0.21, 1, 1);
  transition-delay: 1.1s;
  opacity: 1;
}

.p-perf .p-perf__img2 {
  position: relative;
  z-index: 20;
  overflow: hidden;
  margin-top: 200vh;
}
.p-perf .p-perf__img2 img {
  width: 100%;
  height: 100lvh;
  -o-object-fit: cover;
  object-fit: cover;
}
@media screen and (max-width: 834px) {
  .p-perf .p-perf__img2 {
    height: 100vh;
    display: flex;
    align-items: flex-end;
    margin-top: 150vh;
  }
  .p-perf .p-perf__img2 img {
    width: 100%;
    height: 108vw;
  }
}

@media screen and (max-width: 834px) {
  .p-handmade {
    z-index: 28;
    position: relative;
  }
}
.p-handmade .container {
  min-height: 100vh;
  background-color: #040001;
  display: grid;
  align-items: center
}

.p-handmade .container {
  padding-block:16rem}

@media screen and (max-width: 834px) {
  .p-handmade .container {
      padding-block:7.2rem;
      padding-top: 0;
      padding-bottom: 0;
  }
}

@media screen and (max-width: 834px) {
  .p-handmade .container {
      display:block;
      min-height: inherit
  }
}

.p-handmade__detail {
  text-align: center;
  color: #FFFFFF
}
@media screen and (max-width: 834px) {
  .p-handmade__detail {
    padding-left: 3rem;
    padding-right: 3rem;
    transform: translateY(-9.5rem);
    margin-top: -62vh;
  }
}
.p-handmade__detail>*>span {
  display: inline-block
}

@media screen and (max-width: 834px) {
  .p-handmade__detail>*>span {
      display:block
  }
}

.p-handmade__detail h2 {
  font-size: 1.6rem;
  letter-spacing: 0.1em;
  opacity: 0;
}

@media screen and (max-width: 834px) {
  .p-handmade__detail h2 {
    font-size: 1.0rem;
  }
}

.p-handmade__detail h3 {
  font-size: 3.4rem;
  line-height: 4.4rem;
  letter-spacing: 0.2em;
  padding-top: 3.5rem;
  padding-bottom: 6.9rem;
  transition: opacity .3s cubic-bezier(0.22, 0.28, 0.51, 1.04);
  opacity: 0;
}
@media screen and (max-width: 834px) {
  .p-handmade__detail h3 {
    font-size:2rem;
    line-height: 3.3rem;
    padding-top: 1.9rem;
    padding-bottom: 5.7rem;
  }
}

.p-handmade__detail p {
  font-size: 1.8rem;
  line-height: 2.4;
  transition: opacity .3s cubic-bezier(0.22, 0.28, 0.51, 1.04);
  max-width: 56rem;
  margin: 0 auto;
  opacity: 0;
}

@media screen and (max-width: 834px) {
  .p-handmade__detail p {
      font-size:1.4rem;
      letter-spacing: 0;
      line-height: 2
  }
}

.p-handmade__detail.isActive h2 {
  transition: opacity .6s cubic-bezier(1, 0.21, 1, 1);
  opacity: 1
}

.p-handmade__detail.isActive h3 {
  transition: opacity .6s cubic-bezier(1, 0.21, 1, 1) .1s;
  opacity: 1
}

.p-handmade__detail.isActive p {
  transition: opacity .6s cubic-bezier(1, 0.21, 1, 1) .2s;
  opacity: 1
}

.p-handmade>.img {
  position: relative
}

.p-handmade>.img figcaption {
  display: block;
  font-family: "Shippori Mincho B1",serif;
  font-size: 2.3rem;
  letter-spacing: 0.06em;
  color: rgba(255,255,255,0.6);
  position: absolute;
  right: 14rem;
  bottom: 4rem
}

@media screen and (max-width: 834px) {
  .p-handmade>.img figcaption {
      font-size:1.8rem
  }
}

@media screen and (max-width: 834px) {
  .p-handmade>.img figcaption {
      right:3rem;
      bottom: 2rem
  }
}
.p-handmade>.img .img_logo {
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  z-index: 1;
  display: flex;
  align-items: center;
  justify-content: center;
}
.p-handmade>.img .img_logo img {
  width: var(--hlw);
  height: auto;
}
@media screen and (max-width: 834px) {
  .p-handmade>.img .img_logo img {
    width: 20rem;
  }
}
.p-series {
  background-color: #F8F9FB;
}

.p-series>.img {
  position: relative
}

.p-series>.img img {
  height: auto
}

.p-series>.img figcaption {
  position: absolute;
  z-index: 2
}

.p-series>.img:first-child figcaption {
  inset: 0;
  height: -webkit-fit-content;
  height: -moz-fit-content;
  height: fit-content;
  margin: auto
}

@media screen and (max-width: 834px) {
  .p-series>.img:first-child figcaption {
      width:calc(var(--hlw)*.1rem/2)
  }
}

.p-series>.img:nth-child(2) figcaption {
  display: block;
  font-family: "Shippori Mincho B1",serif;
  font-size: 3.5rem;
  color: #fff;
  position: absolute;
  right: 8rem;
  top: 8rem
}

@media screen and (max-width: 834px) {
  .p-series>.img:nth-child(2) figcaption {
      font-size:2.2rem
  }
}

@media screen and (max-width: 834px) {
  .p-series>.img:nth-child(2) figcaption {
      right:3rem;
      top: 6.4rem
  }
}

.p-series .container {
  width: calc(100% - 6rem);
  max-width: 98rem;
  margin-inline:auto;
}

.p-series .container {
  padding-block:16rem}

@media screen and (max-width: 834px) {
  .p-series .container {
    width: 100%;
    padding-block:9.2rem
  }
}

.p-series__detail {
  text-align: center
}
@media screen and (max-width: 834px) {
  .p-series__detail {
    padding: 0 2.8rem;
  }
}
.p-series__detail h2 {
  font-size: 3.4rem;
  font-weight: 600;
  letter-spacing: 0.3em;
  line-height: 2;
  transition: opacity .3s cubic-bezier(0.22, 0.28, 0.51, 1.04);
  opacity: 0;
}

@media screen and (max-width: 834px) {
  .p-series__detail h2 {
    font-size: 2rem;
    letter-spacing: .12em;
    line-height: 2.5;
  }
}

.p-series__detail p {
  font-size: 1.8rem;
  line-height: 2;
  letter-spacing: 0.3em;
  color: #595757;
  transition: opacity .3s cubic-bezier(0.22, 0.28, 0.51, 1.04);
  opacity: 0;
}

.p-series__detail p::before,.p-series__detail p::after {
  content: "";
  display: block;
  inline-size: 0;
  block-size: 1px
}

.p-series__detail p::before {
  -webkit-margin-after: calc((1 - 2.25)*.5em);
  margin-block-end:calc((1 - 2.25)*.5em)}

.p-series__detail p::after {
  -webkit-margin-before: calc((1 - 2.25)*.5em);
  margin-block-start:calc((1 - 2.25)*.5em)}

.p-series__detail p {
  padding-top: 5.6rem
}

@media screen and (max-width: 834px) {
  .p-series__detail p {
    font-size: 1.3rem;
    line-height: 2;
    letter-spacing: 0.12em;
    padding-top: 4rem;
  }
}

@media screen and (max-width: 834px) {
  .p-series__detail p {
      font-size:1.6rem;
      line-height: 2;
      letter-spacing: 0
  }

  .p-series__detail p::before,.p-series__detail p::after {
      content: "";
      display: block;
      inline-size: 0;
      block-size: 1px
  }

  .p-series__detail p::before {
      -webkit-margin-after: calc((1 - 2)*.5em);
      margin-block-end:calc((1 - 2)*.5em)}

  .p-series__detail p::after {
      -webkit-margin-before: calc((1 - 2)*.5em);
      margin-block-start:calc((1 - 2)*.5em)}
}

.p-series__detail p span {
  display: inline;
}

.p-series__detail.isActive h2 {
  transition: opacity .6s cubic-bezier(1, 0.21, 1, 1);
  opacity: 1
}

.p-series__detail.isActive p {
  transition: opacity .6s cubic-bezier(1, 0.21, 1, 1) .1s;
  opacity: 1
}

.p-series__dl {
  padding-top: 16rem
}

@media screen and (max-width: 834px) {
  .p-series__dl {
    padding-left: 3rem;
    padding-right: 3rem;
  }
}

.p-series__dl h3 {
  margin-inline:auto;
  padding-bottom: 5.0rem;
  transition: opacity .3s cubic-bezier(0.22, 0.28, 0.51, 1.04);
  opacity: 0;
}

.p-series__dl dl {
  display: grid;
  grid-template-columns: 19% 75%;
  gap: 5%;
  justify-content: space-between;
  padding-block: 3.9rem;
  border-top: 1px solid #595757;
  transition: opacity .3s cubic-bezier(0.22, 0.28, 0.51, 1.04);
  opacity: 0;
}

.p-series__dl dl:last-child {
  border-bottom: 1px solid #595757
}

@media screen and (max-width: 834px) {
  .p-series__dl dl {
    position:relative;
    padding-block: 2.7rem;
    align-items: flex-start;
  }

  .p-series__dl dl::before {
    content: "";
    position: absolute;
    width: 1px;
    height: calc(100% - 5.4rem);
    left: 24%;
    top: 0;
    bottom: 0;
    margin-block:auto;
    background-color: #595757;
  }
}

.p-series__dl dt {
  display: grid;
  grid-template-columns: repeat(1, 1fr);
  align-items: center;
  justify-content: center;
  padding-block: 0.1rem;
  position: relative;
}

@media screen and (max-width: 834px) {
  .p-series__dl dt {
    /*
    grid-template-columns:1fr;
    grid-template-rows: subgrid;
    grid-row: span 2;
    row-gap: 3.2rem;
    align-items: flex-start;
    grid-row: 1 / 4;
    */
    padding-block:0;
    display: flex;
    align-items: center;
    height: 100%;
  }
}

.p-series__dl dt::before {
  content: "";
  width: 1px;
  height: 100%;
  background-color: #595757;
  right: 0;
  position: absolute;
  margin-inline:auto}

@media screen and (max-width: 834px) {
  .p-series__dl dt::before {
      content:none
  }
}

.p-series__dl dt .num {
  display: block;
  margin-inline:auto}

@media screen and (max-width: 834px) {
  .p-series__dl dt .num {
      width:calc(var(--hlw)*.1rem/1.3)
  }
}

.p-series__dl dd {
  display: grid;
  grid-template-columns: 200px auto 230px;
  justify-content: space-between;
  align-items: center;
  position: relative;
}

@media screen and (max-width: 834px) {
  .p-series__dl dd {
    /*
    grid-template-rows: subgrid;
    grid-row: span 3;
    */
    grid-template-columns: 1fr;
    row-gap: 1.7rem;
    padding-left: 5%;
  }
}

.p-series__dl dd .label {
  font-family: "Zen Kaku Gothic Antique", sans-serif;
  display: block;
  font-size: 1.4rem;
  font-weight: 500;
  letter-spacing: 0.2em;
}

@media screen and (max-width: 834px) {
  .p-series__dl dd .label {
    font-size: 1.2rem;
    line-height: 1.4;
  }
}

.p-series__dl dd .desc {
  font-family: "Zen Kaku Gothic Antique", sans-serif;
  font-size: 1.4rem;
  font-weight: 500;
  line-height: 1.7;
  letter-spacing: .2em
}

@media screen and (max-width: 834px) {
  .p-series__dl dd .desc {
    font-size: 1.0rem;
  }
}

.p-series__dl dd .price {
  font-family: "Zen Kaku Gothic Antique", sans-serif;
  font-size: 2.3rem;
  font-weight: 500;
  font-style: normal;
  text-align: left;
  line-height: 1.2;
  letter-spacing: .12em;
  text-align: center;
  position: relative;
  padding-left: 3rem;
}

@media screen and (max-width: 834px) {
  .p-series__dl dd .price {
    font-size: 1.8rem;
    text-align: left;
    padding-left: 0;
  }
}

.p-series__dl dd .price span {
  display: block;
  font-size: 1.2rem;
  font-weight: 400;
  line-height: 2;
  letter-spacing: .12em;
}
@media screen and (max-width: 834px) {
  .p-series__dl dd .price span {
    font-size: 1.0rem;
  }
}

.p-series__dl dd .price .btn {
  margin-top: 15px;
}
@media screen and (min-width: 835px) {
  .p-series__dl dd .price::before {
    content: "";
    width: 1px;
    height: 100%;
    background-color: #595757;
    left: 0;
    position: absolute;
    margin-inline:auto;
  }
}

@media screen and (max-width: 834px) {
  .p-series__dl dt::before {
      content:none
  }
}

.p-series__dl.isActive h3 {
  transition: opacity .6s cubic-bezier(1, 0.21, 1, 1);
  opacity: 1
}

.p-series__dl.isActive dl {
  transition: opacity .6s cubic-bezier(1, 0.21, 1, 1) .1s;
  opacity: 1
}

.p-maintenance {
  background-color: #F2F3F7;
}

.p-maintenance .container {
  width: 100%;
  max-width: 80rem;
  margin-inline:auto;min-height: 100vh;
  display: grid;
  align-items: center;
  text-align: center
}

.p-maintenance .container {
  padding-block:16rem}

@media screen and (max-width: 834px) {
  .p-maintenance .container {
    padding-block:7.2rem;
    padding-left: 3rem;
    padding-right: 3rem;
  }
}

@media screen and (max-width: 834px) {
  .p-maintenance .container {
      display:block;
      min-height: inherit
  }
}

.p-maintenance__detail h2 {
  margin-inline:auto;transition: opacity .3s cubic-bezier(0.22, 0.28, 0.51, 1.04);
  opacity: 0;
}

@media screen and (max-width: 834px) {
  .p-maintenance__detail h2 {
    width: 13.7rem;
    margin-bottom: 5rem;
  }
}

.p-maintenance__detail hr {
  width: 100%;
  height: 1px;
  margin: 5.6rem 0 12rem;
  display: block;
  border: none;
  background-color: #595757;
  transition: scale .3s cubic-bezier(0.22, 0.28, 0.51, 1.04),opacity .3s cubic-bezier(0.22, 0.28, 0.51, 1.04);
  transform-origin: left;
  opacity: 0;
  scale: .2 1;
}

@media screen and (max-width: 834px) {
  .p-maintenance__detail hr {
    margin: 7rem 0 6rem;
  }
}

.p-maintenance__detail h3 {
  font-size: 2.6rem;
  line-height: 4.4rem;
  letter-spacing: .12em;
  padding-bottom: 9.9rem;
  transition: opacity .3s cubic-bezier(0.22, 0.28, 0.51, 1.04);
  opacity: 0;
}

.p-maintenance__detail h3::before,.p-maintenance__detail h3::after {
  content: "";
  display: block;
  inline-size: 0;
  block-size: 1px
}

.p-maintenance__detail h3::before {
  -webkit-margin-after: calc((1 - 2.25)*.5em);
  margin-block-end:calc((1 - 2.25)*.5em)}

.p-maintenance__detail h3::after {
  -webkit-margin-before: calc((1 - 2.25)*.5em);
  margin-block-start:calc((1 - 2.25)*.5em)}

@media screen and (max-width: 834px) {
  .p-maintenance__detail h3 {
    font-size:1.6rem;
    line-height: 2;
    letter-spacing: 0;
    padding-bottom: 3.4rem;
  }

  .p-maintenance__detail h3::before,.p-maintenance__detail h3::after {
      content: "";
      display: block;
      inline-size: 0;
      block-size: 1px
  }

  .p-maintenance__detail h3::before {
      -webkit-margin-after: calc((1 - 2)*.5em);
      margin-block-end:calc((1 - 2)*.5em)}

  .p-maintenance__detail h3::after {
      -webkit-margin-before: calc((1 - 2)*.5em);
      margin-block-start:calc((1 - 2)*.5em)}
}

.p-maintenance__detail p.maintenance_txt {
  font-size: 1.8rem;
  font-weight: 600;
  line-height: 3.4rem;
  letter-spacing: .12em;
  color: #595757;
  transition: opacity .3s cubic-bezier(0.22, 0.28, 0.51, 1.04);
  opacity: 0;
}

.p-maintenance__detail p.maintenance_txt2 {
  font-size: 1.6rem;
  font-weight: 700;
  letter-spacing: .12em;
  line-height: 2;
  color: #939893;
  transition: opacity .3s cubic-bezier(0.22, 0.28, 0.51, 1.04);
  margin-top: 5.5rem;
  opacity: 0;
}

.p-maintenance__detail p.maintenance_txt3 {
  font-size: 1.5rem;
  font-weight: 500;
  letter-spacing: .2em;
  line-height: 2.9rem;
  color: #939893;
  transition: opacity .3s cubic-bezier(0.22, 0.28, 0.51, 1.04);
  margin-top: 30px;
  opacity: 0;
}

.p-maintenance__detail p::before,.p-maintenance__detail p::after {
  content: "";
  display: block;
  inline-size: 0;
  block-size: 1px
}

.p-maintenance__detail p::before {
  -webkit-margin-after: calc((1 - 2)*.5em);
  margin-block-end:calc((1 - 2)*.5em)}

.p-maintenance__detail p::after {
  -webkit-margin-before: calc((1 - 2)*.5em);
  margin-block-start:calc((1 - 2)*.5em)}

@media screen and (max-width: 834px) {
  .p-maintenance__detail p {
      letter-spacing:0
  }
  .p-maintenance__detail p.maintenance_txt {
    font-size: 1.3rem;
    line-height: 2.8rem;
    letter-spacing: .12em;
  }
    
  .p-maintenance__detail p.maintenance_txt2 {
    font-size: 1.4rem;
    margin-top: 0;
  }

  .p-maintenance__detail p.maintenance_txt3 {
    font-size: 1.0rem;
    line-height: 2.0rem;
    margin-top: 1.6rem;
  }
}

.p-maintenance__detail p span {
  display: inline-block
}

@media screen and (max-width: 834px) {
  .p-maintenance__detail p span {
      display:block
  }
}

.p-maintenance__detail .button {
  padding-top: 10.8rem;
  transition: opacity .3s cubic-bezier(0.22, 0.28, 0.51, 1.04);
  opacity: 0;
}

.p-maintenance__detail .button-el {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 44.2rem;
  max-width: 100%;
  height: 8rem;
  font-size: 1.4rem;
  margin-inline:auto;text-decoration: none;
  color: #040001;
  background-color: #fff;
  transition: color .3s cubic-bezier(0.22, 0.28, 0.51, 1.04),background-color .3s cubic-bezier(0.22, 0.28, 0.51, 1.04)
}

@media screen and (max-width: 834px) {
  .p-maintenance__detail .button {
    padding-top: 5rem;
  }
  .p-maintenance__detail .button-el {
    font-size: 1.2rem;
    width: 20rem;
    height: 3.6rem;
  }
}

@media(hover: hover)and (pointer: fine) {
  .p-maintenance__detail .button-el:hover {
      color:#fff;
      background-color: #595757
  }
}

.p-maintenance__detail.isActive h2 {
  transition: opacity .6s cubic-bezier(1, 0.21, 1, 1);
  opacity: 1
}

.p-maintenance__detail.isActive hr {
  transition: scale .6s cubic-bezier(0.22, 0.28, 0.51, 1.04) .1s,opacity .6s cubic-bezier(1, 0.21, 1, 1) .1s;
  opacity: 1;
  scale: 1
}

.p-maintenance__detail.isActive h3 {
  transition: opacity .6s cubic-bezier(1, 0.21, 1, 1) .2s;
  opacity: 1
}

.p-maintenance__detail.isActive p {
  transition: opacity .6s cubic-bezier(1, 0.21, 1, 1) .3s;
  opacity: 1
}

.p-maintenance__detail.isActive .button {
  transition: opacity .6s cubic-bezier(1, 0.21, 1, 1) .4s;
  opacity: 1
}

.p-contact {
  background-color: #F8F9FB;
}

.p-contact .container {
  padding-block:11.8rem;
  padding-bottom: 8rem;
}

@media screen and (max-width: 834px) {
  .p-contact .container {
    padding-block:7.2rem;
    padding-left: 3rem;
    padding-right: 3rem;
  }
}

.p-contact__detail {
  width: calc(100% - 6rem);
  max-width: 60rem;
  margin-inline:auto;text-align: center
}
.p-contact__detail h2 {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 8rem;
  border: 1px solid #595757;
  transition: opacity .3s cubic-bezier(0.22, 0.28, 0.51, 1.04);
  opacity: 0;
  background-color: #FFF;
}

@media screen and (max-width: 834px) {
  .p-contact__detail h2 {
    height: 4.4rem;
  }
}

.p-contact__detail h2 span {
  display: block
}

@media screen and (max-width: 834px) {
  .p-contact__detail h2 span {
    width: 9.5rem;
  }
}

.p-contact__detail p {
  padding-top: 7rem;
  font-weight: 500;
  font-size: 1.8rem;
  color: #595757;
  transition: opacity .3s cubic-bezier(0.22, 0.28, 0.51, 1.04);
  opacity: 0;
}
@media screen and (max-width: 834px) {
  .p-contact__detail p {
    padding-top: 4rem;
    font-size: 1.4rem;
  }
}

.p-contact .contact-type {
  max-width: 116rem;
  background-color: #FFFFFF;
  margin: 0 auto;
  margin-top: 7.4rem;
  padding: 4rem 0 6rem;
  display: grid;
  grid-template-columns: 1fr 1fr;
}

@media screen and (max-width: 834px) {
  .p-contact .contact-type {
    padding: 5rem 3rem 6rem;
    grid-template-columns: 1fr;
  }
}

.contact-type_item {
  text-align: center;
  display: grid;
  grid-template-columns: 1fr;
  transition: opacity .3s cubic-bezier(0.22, 0.28, 0.51, 1.04);
  opacity: 0;
}
@media screen and (min-width: 835px) {
  .contact-type_item {
    grid-template-rows: auto auto 7rem;
  }
}
@media screen and (min-width: 835px) {
  .contact-type_item:first-child {
    border-right: solid 1px rgba(58,58,58,0.5);
  }
}
@media screen and (max-width: 834px) {
  .contact-type_item:first-child {
    border-bottom: solid 1px rgba(58,58,58,0.5);
    padding-bottom: 4rem;
    margin-bottom: 4rem;
  }
}
.contact-type_item h5 {
  font-size: 1.4rem;
  letter-spacing: 0.2em;
}
@media screen and (max-width: 834px) {
  .contact-type_item h5 {
    font-size: 1.2rem;
  }
}
.contact-type-icon {
  padding: 4rem 0 3rem;
}
@media screen and (max-width: 834px) {
  .contact-type-icon img {
    width: 3rem;
  }
}
.contact-type_item p {
  font-family: "Source Sans 3", sans-serif;
  font-size: 2.8rem;
  font-weight: 400;
  line-height: 1.2;
  letter-spacing: 0.1em;
}
@media screen and (max-width: 834px) {
  .contact-type_item p {
    font-size: 2.4rem;
  }
}
.contact-type_item p span {
  font-family: "Noto Serif JP", serif;
  font-size: 1.2rem;
  letter-spacing: 0.1em;
  color: rgba(58,58,58,0.8);
}
@media screen and (max-width: 834px) {
  .contact-type_item p span {
    font-size: 1.0rem;
  }
}
.p-contact .contact-type a {
  text-decoration: none;
  position: relative;
}
.p-contact .contact-type a.tel,
.p-contact .contact-type a.mail {
  display: flex;
  align-items: center;
  margin-inline:auto;
}

@media(hover: hover)and (pointer: fine) {
  .p-contact .contact-type a:hover::before {
      transform-origin:left;
      scale: 1 1
  }
}

@media screen and (max-width: 834px) {
  .p-contact .contact-type a {
      width: 3rem;
  }
}

.p-contact .contact-type a::before {
  content: "";
  position: absolute;
  left: 0;
  bottom: -2px;
  background-color: currentColor;
  width: 100%;
  height: .1rem;
  transition: scale .3s cubic-bezier(0.22, 0.28, 0.51, 1.04);
  transform-origin: right;
  scale: 0 1
}

.p-contact__detail.isActive h2 {
  transition: opacity .6s cubic-bezier(1, 0.21, 1, 1);
  opacity: 1
}

.p-contact__detail.isActive p {
  transition: opacity .6s cubic-bezier(1, 0.21, 1, 1) .1s;
  opacity: 1
}

.contact-type.isActive .contact-type_item {
  transition: scale .6s cubic-bezier(0.22, 0.28, 0.51, 1.04) .1s,opacity .6s cubic-bezier(1, 0.21, 1, 1) .1s;
  opacity: 1;
  scale: 1
}

.screen-reader-text {
  clip: rect(1px, 1px, 1px, 1px);
  position: absolute;
  left: 0;
  top: 0
}


.p-detail {
  background-color: #000;
  position: relative;
}
@media screen and (max-width: 834px) {
  .p-detail {
    background-color: #0F0D12;
  }
}
@media screen and (min-width: 835px) {
  .p-detail_grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
  }
}
@media screen and (max-width: 834px) {
  .p-detail_img {
    position: sticky;
    top: 0;
    z-index: 1;
  }
}
.p-detail_img figure {
  position: sticky;
  top: 0;
}
@media screen and (min-width: 835px) {
  .p-detail_img figure img {
    width: auto;
    height: 100vh;
  }
}
@media screen and (max-width: 834px) {
  .p-detail_text {
    position: relative;
    z-index: 2;
    overflow: hidden;
  }
  .p-detail_text:before {
    content: "";
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    z-index: 1;
    width: 100%;
    height: 1000px;
    background: linear-gradient(180deg, rgba(0,0,0,0) 0%, #0F0D12 31.8%);
    mix-blend-mode: multiply;
    backdrop-filter: blur(2px);
  }
  .p-detail_text_block + .p-detail_text_block {
    background-color: #0F0D12;
  }
}
.p-detail_text_block {
  min-height: 100vh;
  display: flex;
  align-items: center;
  justify-content: center;
}
@media screen and (max-width: 834px) {
  .p-detail_text_block {
    height: auto;
    padding: 17rem 3rem 0;
    position: relative;
    z-index: 4;
    min-height: auto;
  }
}

.p-detail_text_block_inner {
  max-width: 58.7rem;
  padding-top: 32rem;
}
@media screen and (max-width: 834px) {
  .p-detail_text_block_inner {
    padding-top: 0rem;
    padding-bottom: 6.8rem;
  }
  .p-detail_text_block:nth-child(1) .p-detail_text_block_inner {
    border-bottom: solid 1px #595757;
  }
}
.p-detail_text_block h3 {
  color: #FFFFFF;
  font-size: 2.6rem;
  letter-spacing: 0.12em;
  line-height: 4.7rem;
  margin-bottom: 5.5rem;
  transition: opacity .3s cubic-bezier(0.22, 0.28, 0.51, 1.04);
  opacity: 0;
}
@media screen and (max-width: 834px) {
  .p-detail_text_block h3 {
    font-size: 1.8rem;
    letter-spacing: 0.12em;
    line-height: 3.1rem;
    margin-bottom: 3.8rem;
  }
}
.p-detail_text_block p {
  color: #FFFFFF;
  font-size: 1.7rem;
  letter-spacing: 0.12em;
  line-height: 3.3rem;
  transition: opacity .3s cubic-bezier(0.22, 0.28, 0.51, 1.04);
  opacity: 0;
}
@media screen and (max-width: 834px) {
  .p-detail_text_block p {
    font-size: 1.4rem;
    letter-spacing: 0.12em;
    line-height: 2.8rem;
  }
}
.p-detail_text_block figure {
  transition: opacity .3s cubic-bezier(0.22, 0.28, 0.51, 1.04);
  opacity: 0;
}
.p-detail_text_block p.detial_txt_1 {
  margin-bottom: 6.9rem;
  font-feature-settings: "palt", "kern";
  max-width: 50rem;
}
.p-detail_text_block p.detial_txt_2 {
  margin-top: 3.6rem;
  text-align: right;
  color: rgba(255,255,255,0.6);
}
.p-detail_text_block p.detial_txt_3 {
  margin-bottom: 16.0rem;
  font-feature-settings: "palt", "kern";
  max-width: 50rem;
}
.p-detail_text_block p.detial_txt_5 {
  text-align: right;
  color: rgba(255,255,255,0.6);
}

.p-detail_text_block_inner.isActive h3 {
  transition: opacity .6s cubic-bezier(1, 0.21, 1, 1);
  opacity: 1
}
.p-detail_text_block_inner.isActive p {
  transition: opacity .6s cubic-bezier(1, 0.21, 1, 1) .2s;
  opacity: 1
}
.p-detail_text_block_inner.isActive figure {
  transition: opacity .6s cubic-bezier(1, 0.21, 1, 1) .4s;
  opacity: 1
}

.p-detail_2 {
  background-color: #010101;
  position: relative;
  padding-top: 10rem;
}
.p-detail_2_grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
}
@media screen and (max-width: 834px) {
  .p-detail_2 {
    padding-top: 0;
  }
  .p-detail_2_grid {
    display: flex;
    flex-direction: column-reverse;
  }
}
.p-detail_2_img figure {
  position: sticky;
  top: 0;
  overflow: hidden;
  padding-top: 100vh;
}
.p-detail_2_img figure img {
  width: auto;
  height: 100vh;
  max-width: none;
  object-fit: cover;
  position: absolute;
  left: 0;
  /* top: 0; */
  right: 0;
  bottom: 0;
}
@media screen and (max-width: 834px) {
  .p-detail_2_img {
    position: sticky;
    top: 0;
    z-index: 1;
  }
  .p-detail_2_img figure {
    padding-top: 0;
  }
  .p-detail_2_img figure img {
    width: 100%;
    height: auto;
    position: static;
  }
}
.p-detail_2_text_block {
  height: 100vh;
  display: flex;
  align-items: center;
  justify-content: center;
}
@media screen and (max-width: 834px) {
  .p-detail_2_text_block {
    height: auto;
    padding: 10rem 3rem 0;
  }
}
.p-detail_2_text_block_inner {
  max-width: 58.7rem;
}
.p-detail_2_text_block h3 {
  color: #FFFFFF;
  font-size: 2.6rem;
  letter-spacing: 0.12em;
  line-height: 4.7rem;
  margin-bottom: 5.5rem;
  transition: opacity .3s cubic-bezier(0.22, 0.28, 0.51, 1.04);
  opacity: 0;
}
@media screen and (max-width: 834px) {
  .p-detail_2_text {
    position: relative;
    z-index: 2;
    overflow: hidden;
  }
  .p-detail_2_text:before {
    content: "";
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    z-index: 1;
    width: 100%;
    height: 1000px;
    background: linear-gradient(180deg, rgba(0,0,0,0) 0%, #0F0D12 31.8%);
    mix-blend-mode: multiply;
    backdrop-filter: blur(2px);
  }
  .p-detail_2_text_block {
    position: relative;
    z-index: 4;
  }
  .p-detail_2_text_block h3 {
    font-size: 1.8rem;
    letter-spacing: 0.12em;
    line-height: 3.1rem;
    margin-bottom: 3.8rem;
  }
}
.p-detail_2_text_block p {
  color: #FFFFFF;
  font-size: 1.7rem;
  letter-spacing: 0.12em;
  line-height: 3.3rem;
  transition: opacity .3s cubic-bezier(0.22, 0.28, 0.51, 1.04);
  opacity: 0;
}
@media screen and (max-width: 834px) {
  .p-detail_2_text_block p {
    font-size: 1.4rem;
    letter-spacing: 0.12em;
    line-height: 2.8rem;
  }
}
.p-detail_2_text_block p.detial_txt_1 {
  margin-bottom: 7.1rem;
  font-feature-settings: "palt", "kern";
  max-width: 50rem;
}
.p-detail_2_text_img {
  display: flex;
  grid-gap: 2.6rem;
  transition: opacity .3s cubic-bezier(0.22, 0.28, 0.51, 1.04);
  opacity: 0;
}
@media screen and (max-width: 834px) {
  .p-detail_2_text_img {
    flex-direction: column;
  }
}
.p-detail_2_text_img figure img {
  width: 20rem;
}
.p-detail_2_text_img figure p {
  font-family: "Zen Kaku Gothic Antique", sans-serif;
  font-size: 1.2rem;
  color: #FFFFFF;
}
@media screen and (max-width: 834px) {
  .p-detail_2_text_img figure p {
    font-size: 1.0rem;
    color: #EDEDED;
  }
}
.p-detail_2_text_block_inner.isActive h3 {
  transition: opacity .6s cubic-bezier(1, 0.21, 1, 1);
  opacity: 1
}
.p-detail_2_text_block_inner.isActive p {
  transition: opacity .6s cubic-bezier(1, 0.21, 1, 1) .2s;
  opacity: 1
}
.p-detail_2_text_block_inner.isActive .p-detail_2_text_img {
  transition: opacity .6s cubic-bezier(1, 0.21, 1, 1) .4s;
  opacity: 1
}

.contents {
  position: relative;
}
.p-logo__title {
  position: sticky;
  top: 0;
  left: 0;
  z-index: 99;
}
.p-logo__title h1 {
  position: absolute;
  top: 3rem;
  left: 3rem;
  z-index: 99;
}

/* modal */
.modal {
  --modal-overlay-opacity: 0.7;
  --modal-overlay-color: #000;
  align-items: center;
  display: flex;
  height: 100%;
  justify-content: center;
  left: 0;
  opacity: 0;
  overflow: hidden;
  pointer-events: none;
  position: fixed;
  top: 0;
  transition: all 0.2s ease 0.4s;
  visibility: hidden;
  width: 100%;
  z-index: -1;
}
.modal__close {
  align-items: center;
  border: 0;
  cursor: pointer;
  display: flex;
  height: 2.5rem;
  justify-content: center;
  line-height: 1;
  position: absolute;
  transition: 0.6s ease;
  width: 2.5rem;
  z-index: 9991;
  background: none;
  color: #FFF;
  right: 2rem;
  top: 1rem;
}
@media screen and (max-width: 834px) {
  .modal__close {
    top: -4rem;
  }
}
.modal__body {
  align-items: center;
  bottom: 0;
  display: flex;
  height: 100%;
  justify-content: center;
  left: 50%;
  opacity: 0;
  overflow: auto;
  position: fixed;
  top: 50%;
  transform: translate3d(-50%, -50%, 0) scale(0.5);
  transition: transform 1s ease, opacity 0.4s ease;
  width: 100%;
  z-index: 991;
  max-width: 100%;
}
.modal__body_inner {
  position: relative;
  width: 90%;
  max-width: 90%;
}
.modal__body .video_wrap {
  width: 100%;
  padding-top: 56.25%;
  overflow: hidden;
  position: relative;
}
@media screen and (max-width: 834px) {
  .modal__body .video_wrap {
    width: 100%;
    padding-top: 56.25%;
  }
}
.modal__body video {
  width: 100%;
  height: 100%;
  position: absolute;
  left: 50%;
  top: 50%;
  z-index: 1;
  transform: translate(-50%, -50%);
  object-fit: cover;
}
.modal__mask {
  bottom: 0;
  left: 0;
  opacity: 0;
  position: fixed;
  right: 0;
  top: 0;
  transition: opacity 0.3s ease-out 0.3s, visibility 0.3s ease-out 0.3s, z-index 0.3s ease-out 0.3s;
  visibility: hidden;
  background-color: rgba(0, 0, 0, 0.8);
  backdrop-filter: blur(8px);
}
.modal.is-open {
  animation: fade-in 1s ease both;
  display: block;
  pointer-events: unset;
  transition: all 0.1s ease;
  visibility: visible;
  z-index: 100001;
  opacity: 1;
}
.modal.is-open .modal__mask {
  visibility: visible;
  z-index: 991;
  opacity: 1;
}
.modal.is-open > .modal__body {
  opacity: 1;
  transform: translate3d(-50%, -50%, 0) scale(1);
  transition: transform 0.3s ease 0.4s, opacity 0.4s ease 0.4s !important;
}

@media screen and (max-width: 834px) {
  .p-mov-cursor {
    position: absolute;
    left: 50% !important;
    top: 50% !important;
    z-index: 1;
    opacity: 1;
    transform: translate(-50%, -50%);
  }
  .p-mov-cursor:after {
    content: "";
    background-image: url(../imgs/mov_cursor.svg);
    background-size: contain;
    background-repeat: no-repeat;
    width:129px;
    height:120px;
    display: block;
  }
}

@media screen and (min-width: 835px) {
  .p-mov-cursor {
    position: fixed;
    left: 0;
    top: 0;
    z-index: 2;
    opacity: 0;
  }
  .is_over .p-mov-cursor {
    opacity: 1;
  }
  .p-mov-cursor:after {
    content: "";
    background-image: url(../imgs/mov_cursor.svg);
    background-size: contain;
    background-repeat: no-repeat;
    width:184px;
    height:152px;
    display: block;
  }
}

.btn {
  background-color: #3a3a3a;
  border-radius: 5px;
  display: block;
  margin: 0 auto;
  height: 36px;
  max-width: 184px;
  width: 100%;
  color: #FFF;
  text-align: center;
  text-decoration: none;
  font-family: "Noto Serif JP", serif;
  font-size: 13px;
  font-weight: 500;
  letter-spacing: 0.2em;
  line-height: 36px;
}
@media screen and (max-width: 834px) {
  .btn {
    border-radius: 4px;
    margin: 0;
    height: 34px;
    max-width: 155px;
    font-size: 12px;
    line-height: 34px;
  }
}