@font-face {
	font-family: 'avenirFontBold';
  src: url('../font/avenir-next-condensed-demi-bold.ttf');
  font-weight: bold;
  font-style: normal;
  font-display: swap;
}
@font-face {
	font-family: 'avenirFontMid';
  src: url('../font/avenir-next-condensed-medium.otf');
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
@font-face {
	font-family: 'avenirFont';
  src: url('../font/avenir-next-condensed-regular.ttf');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@import url('https://fonts.googleapis.com/css2?family=Crimson+Text:ital,wght@0,400;0,600;0,700;1,400;1,600;1,700&family=Noto+Sans+JP:wght@100..900&family=Noto+Serif+JP:wght@200..900&family=Source+Sans+3:ital,wght@0,200..900;1,200..900&family=Zen+Kaku+Gothic+Antique&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: 3.5rem;
    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: rgba(128,139,141,0.7);
  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: absolute;
  right: 5rem;
  bottom: 2rem;
  z-index: 1;
}
@media screen and (max-width: 834px) {
  .pagetop {
    right: 3rem;
    bottom: 2rem;
    display: none;
  }
}
.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;
  position: relative;
}

@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: "avenirFontBold";
  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
}

[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;
  }
}

.p-hero {
  position: relative;
  z-index: 1
}

.p-hero__title {
  position: absolute;
  z-index: 3;
  inset: 0;
  display: grid;
  place-content: flex-end center;
  padding: 4rem;
}

.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 {
    place-content: flex-start center;
    padding: 0;
  }
  .p-hero__title h1 {
    position: absolute;
    bottom: 50%;
    left: 20.1vw;
    width: 59.8vw;
    margin-bottom: 5vh;
  }
}

.p-hero__img {
  background-color: #FFF;
}

.p-hero__img figure {
  position: relative;
  padding-top: 100vh;
  overflow: hidden;
}

.p-hero__img img {
  display: block;
  width: 100%;
  height: 100vh;
  -o-object-fit: cover;
  object-fit: cover;
  scale: 1.15;
  transition: scale 0s ease .8s;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 2;
}
@media screen and (max-width: 834px) {
  .p-hero__img img {
    scale: 1;
    object-fit: cover;
    object-position: bottom;
  }
}

.p-concept {
  background-color: #F8F9FB;
}

.p-concept .container {
  min-height: 100vh;
  display: flex;
  align-items: center;
  justify-content: flex-start;
  padding: 0 14rem;
}

@media screen and (max-width: 834px) {
  .p-concept .container {
    padding: 14rem 3.2rem 7rem;
    display:block;
    min-height: inherit;
  }
}

.p-concept__detail {
  text-align: left;
}

.p-concept__detail h2 {
  transition: opacity .3s cubic-bezier(0.22, 0.28, 0.51, 1.04);
  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 {
    width: 32.6rem;
    max-width: 100%;
  }

  .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.isActive h2 {
  transition: opacity .6s cubic-bezier(1, 0.21, 1, 1);
  opacity: 1
}


.p-product {
  background-color: #F8F9FB;
}

@media screen and (max-width: 834px) {
  .p-product {
    padding-bottom: 6rem;
  }
}

.p-product .container {
  position: relative;
  z-index: 1
}

.p-product__title {
  width: 100%;
  text-align: center;
  border-top: solid 1px #E7ECF0;
  padding: 2rem;
}

.p-product__title h3 {
  font-family: "avenirFont";
  font-size: 1.8rem;
  font-weight: 400;
  line-height: 1.5;
  letter-spacing: 0.24em;
  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__title h3 {
    font-size: 1.4rem;
  }
}

.p-product__title h3.isActive {
  transition: translate 1s ease,opacity .7s cubic-bezier(1, 0.21, 1, 1);
  translate: 0 0%;
  opacity: 1
}

.p-product__imgs {
  display: grid;
  grid-template-columns: 1fr 1fr;
  grid-gap: 1px;
  background-color: rgba(231, 236, 240, 0.5);
}
@media screen and (max-width: 834px) {
  .p-product__imgs {
    background-color: #F8F9FB;
    grid-template-columns: 1fr;
  }
}

@media screen and (max-width: 834px) {
  .p-product__img {
    margin-bottom: 4rem;
  }
  .p-product__img figure {
    padding: 0 9px;
  }
}
.p-product__img img {
  width: 100%;
  height: auto;
}
.p-product__img .text {
  text-align: center;
  padding: 2.4rem 0 3.5rem;
}
@media screen and (max-width: 834px) {
  .p-product__img .text {
    padding: 2rem 0 2rem;
    border-bottom: solid 1px #E7ECF0;
  }
}
.p-product__img a {
  text-decoration: none;
}
.p-product__img .text p {
  font-size: 1.8rem;
  font-weight: 600;
  line-height: 1.5;
  letter-spacing: 0.24em;
  transition: opacity .3s cubic-bezier(0.22, 0.28, 0.51, 1.04);
  opacity: 0;
}

@media screen and (max-width: 834px) {
  .p-product__img .text p {
    font-size: 1.4rem;
    letter-spacing:0;
  }
}
.p-product__img .text p::before,
.p-product__img .text p::after {
  content: "";
  display: block;
  inline-size: 0;
  block-size: 1px
}

.p-product__img .text p::before {
  -webkit-margin-after: calc((1 - 1.75)*.5em);
  margin-block-end:calc((1 - 1.75)*.5em)}

.p-product__img .text p::after {
  -webkit-margin-before: calc((1 - 1.75)*.5em);
  margin-block-start:calc((1 - 1.75)*.5em)}


.p-product__img .text.isActive p {
  transition: opacity .6s cubic-bezier(1, 0.21, 1, 1) .1s;
  opacity: 1
}

.p-contact {
  background-color: #F8F9FB;
  margin-top: 16rem;
  background-image: url(../imgs/bg_contact.jpg);
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}

.p-contact .container {
  height: 34vw;
  display: flex;
  align-items: center;
  justify-content: center;
}

@media screen and (max-width: 834px) {
  .p-contact {
    margin-top: 0;
  }
  .p-contact .container {
    height: 103vw;
  }
}

.p-contact__detail {
  display: flex;
  align-items: center;
  justify-content: center;
}
.p-contact__detail h2 {
  display: flex;
  align-items: center;
  justify-content: center;
  font-family: "avenirFont";
  font-size: 1.6rem;
  font-weight: 400;
  line-height: 1.5;
  letter-spacing: 0.24em;
  color: #FFFFFF;
  transition: opacity .3s cubic-bezier(0.22, 0.28, 0.51, 1.04);
  opacity: 0;
  margin-bottom: 3.9rem;
}

@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: 22.6rem;
  }
}

.p-contact__detail.isActive h2 {
  transition: opacity .6s cubic-bezier(1, 0.21, 1, 1);
  opacity: 1
}

.p-contact__detail h3 {
  display: flex;
  align-items: center;
  justify-content: center;
  font-family: "avenirFontMid";
  font-size: 2.4rem;
  font-weight: 500;
  line-height: 1;
  letter-spacing: 0.18em;
  color: #FFFFFF;
  transition: opacity .3s cubic-bezier(0.22, 0.28, 0.51, 1.04);
  opacity: 0;
}

.p-contact__detail.isActive h3 {
  transition: opacity .6s cubic-bezier(1, 0.21, 1, 1) .1s;
  opacity: 1
}

.p-contact-tel {
  position: relative;
  padding-bottom: 1.5rem;
  border-bottom: solid 1px #FFF;
}

.p-contact__detail h3.p-contact-insta {
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 1.6rem;
  margin-top: 0.6rem;
}
.p-contact-insta span {
  margin-right: 1.1rem;
}

.p-contact__detail h4 {
  display: flex;
  align-items: center;
  justify-content: center;
  font-family: "avenirFontMid";
  font-size: 1.2rem;
  font-weight: 500;
  line-height: 2;
  letter-spacing: 0.2em;
  color: #FFFFFF;
  transition: opacity .3s cubic-bezier(0.22, 0.28, 0.51, 1.04);
  opacity: 0;
  margin-top: 1.4rem;
}

.p-contact__detail.isActive h4 {
  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
}
.p-contact__detail a {
  color: #FFFFFF;
  text-decoration: none;
}

.screen-reader-text {
  clip: rect(1px, 1px, 1px, 1px);
  position: absolute;
  left: 0;
  top: 0
}


.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;
}
