@charset "UTF-8";
.u-desktop {
  display: none;
}
@media screen and (min-width: 768px) {
  .u-desktop {
    display: block;
  }
}

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

.br-pc {
  display: none;
}
@media screen and (min-width: 768px) {
  .br-pc {
    display: block;
  }
}

@media screen and (min-width: 768px) {
  .br-sp {
    display: none;
  }
}

body {
  min-height: 100vh;
  text-rendering: optimizeSpeed;
  line-height: 1.5;
  font-family: dnp-shuei-gothic-gin-std, sans-serif;
  background-color: #000;
  color: #fff;
}

body.is-stop {
  overflow: hidden;
}

.wf-loading {
  opacity: 0;
}

.js-common-clip-text span {
  -webkit-clip-path: polygon(0 0, 0 0, 0 100%, 0% 100%);
          clip-path: polygon(0 0, 0 0, 0 100%, 0% 100%);
  -webkit-transition: opacity 0.9s ease, -webkit-clip-path 0.9s ease;
  transition: opacity 0.9s ease, -webkit-clip-path 0.9s ease;
  transition: clip-path 0.9s ease, opacity 0.9s ease;
  transition: clip-path 0.9s ease, opacity 0.9s ease, -webkit-clip-path 0.9s ease;
  opacity: 0;
}

.js-common-clip-text span.is-clip-visible {
  -webkit-clip-path: polygon(0 0, 100% 0, 100% 100%, 0% 100%);
          clip-path: polygon(0 0, 100% 0, 100% 100%, 0% 100%);
  opacity: 1;
}

.js-common-clip,
.js-common-clip-last {
  -webkit-clip-path: polygon(0 0, 0 0, 0 100%, 0% 100%);
          clip-path: polygon(0 0, 0 0, 0 100%, 0% 100%);
  -webkit-transition: opacity 0.9s ease, -webkit-clip-path 0.9s cubic-bezier(0.215, 0.61, 0.355, 1);
  transition: opacity 0.9s ease, -webkit-clip-path 0.9s cubic-bezier(0.215, 0.61, 0.355, 1);
  transition: clip-path 0.9s cubic-bezier(0.215, 0.61, 0.355, 1), opacity 0.9s ease;
  transition: clip-path 0.9s cubic-bezier(0.215, 0.61, 0.355, 1), opacity 0.9s ease, -webkit-clip-path 0.9s cubic-bezier(0.215, 0.61, 0.355, 1);
  opacity: 0;
}

.js-common-clip.is-clip-visible,
.js-common-clip-last.is-clip-visible {
  -webkit-clip-path: polygon(0 0, 100% 0, 100% 100%, 0% 100%);
          clip-path: polygon(0 0, 100% 0, 100% 100%, 0% 100%);
  opacity: 1;
}

.js-common-bg {
  opacity: 0;
  -webkit-clip-path: polygon(0 0, 0 0, 0 100%, 0% 100%);
          clip-path: polygon(0 0, 0 0, 0 100%, 0% 100%);
  -webkit-transition: opacity 1.8s ease, -webkit-clip-path 1.2s cubic-bezier(0.215, 0.61, 0.355, 1);
  transition: opacity 1.8s ease, -webkit-clip-path 1.2s cubic-bezier(0.215, 0.61, 0.355, 1);
  transition: clip-path 1.2s cubic-bezier(0.215, 0.61, 0.355, 1), opacity 1.8s ease;
  transition: clip-path 1.2s cubic-bezier(0.215, 0.61, 0.355, 1), opacity 1.8s ease, -webkit-clip-path 1.2s cubic-bezier(0.215, 0.61, 0.355, 1);
}

.js-common-bg.is-clip-visible {
  opacity: 1;
  -webkit-clip-path: polygon(0 0, 100% 0, 100% 100%, 0% 100%);
          clip-path: polygon(0 0, 100% 0, 100% 100%, 0% 100%);
}

html {
  font-size: 16px;
}
@media (max-width: 375px) {
  html {
    font-size: 4.2666666667vw;
  }
}
@media screen and (min-width: 768px) {
  html {
    font-size: 1.4545454545vw;
  }
}
@media (min-width: 1100px) {
  html {
    font-size: 16px;
  }
}

@media screen and (min-width: 768px) {
  a[href^="tel:"] {
    pointer-events: none;
  }
}

a {
  text-decoration: none;
  color: inherit;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}

@media (any-hover: hover) {
  a:hover {
    opacity: 0.8;
  }
}
*,
*::before,
*::after {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

ul,
ol {
  padding: 0;
}

body,
h1,
h2,
h3,
h4,
p,
ul,
ol,
figure,
blockquote,
dl,
dd {
  margin: 0;
}

ul,
ol {
  list-style: none;
}

a:not([class]) {
  text-decoration-skip-ink: auto;
}

img {
  max-width: 100%;
  display: block;
  width: 100%;
}

article > * + * {
  margin-top: 1em;
}

input,
button,
textarea,
select {
  font: inherit;
}

img:not([alt]) {
  filter: url('data:image/svg+xml;charset=utf-8,<svg xmlns="http://www.w3.org/2000/svg"><filter id="filter"><feGaussianBlur stdDeviation="10" /></filter></svg>#filter');
  -webkit-filter: blur(10px);
          filter: blur(10px);
}

input,
button,
select,
textarea {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background: transparent;
  border: none;
  border-radius: 0;
  font: inherit;
  outline: none;
}

textarea {
  resize: vertical;
}

input[type=checkbox],
input[type=radio] {
  display: none;
}

input[type=submit],
input[type=button],
label,
button,
select {
  cursor: pointer;
}

button {
  -webkit-appearance: none;
  -moz-appearance: none;
       appearance: none;
}

select::-ms-expand {
  display: none;
}

.l-content {
  position: relative;
  z-index: 1;
  -webkit-transform: translate3d(0, 0, 0);
          transform: translate3d(0, 0, 0);
}

.l-inner {
  width: 100%;
  padding-right: 20px;
  padding-left: 20px;
  margin-right: auto;
  margin-left: auto;
}
@media screen and (min-width: 768px) {
  .l-inner {
    max-width: 1150px;
    padding-right: 25px;
    padding-left: 25px;
  }
}

.c-head__title {
  line-height: normal;
  font-size: 12px;
  font-size: 0.75rem;
  font-weight: 400;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  font-family: helvetica-neue-lt-pro, sans-serif;
  -webkit-clip-path: polygon(0 0, 0 0, 0 100%, 0% 100%);
          clip-path: polygon(0 0, 0 0, 0 100%, 0% 100%);
  -webkit-transition: -webkit-clip-path 0.6s ease;
  transition: -webkit-clip-path 0.6s ease;
  transition: clip-path 0.6s ease;
  transition: clip-path 0.6s ease, -webkit-clip-path 0.6s ease;
}
@media screen and (min-width: 768px) {
  .c-head__title {
    font-size: clamp(11px, 0.75rem, 5vw);
  }
}

.c-head__title.is-clip-visible {
  -webkit-clip-path: polygon(0 0, 100% 0, 100% 100%, 0% 100%);
          clip-path: polygon(0 0, 100% 0, 100% 100%, 0% 100%);
}

.c-head__line {
  width: 0%;
  height: 1px;
  background-color: #fff;
  margin-top: 7px;
  margin-top: 0.4375rem;
  -webkit-transition: width 0.6s ease;
  transition: width 0.6s ease;
}

.c-head__line.is-width-line {
  width: 100%;
}

.c-item__body {
  display: grid;
  grid-template-columns: 140fr 180fr;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  gap: 5.2785923754%;
  padding-left: 2.9325513196%;
  padding-right: 2.9325513196%;
  margin-top: 20px;
  margin-top: 1.25rem;
  max-width: 393px;
  max-width: 24.5625rem;
  margin-inline: auto;
}
@media screen and (min-width: 768px) {
  .c-item__body {
    max-width: none;
    max-width: initial;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    margin-inline: initial;
    margin-left: auto;
    padding: 0;
    grid-template-columns: 208fr 278fr;
    margin-top: 1.5rem;
    -webkit-box-align: initial;
        -ms-flex-align: initial;
            align-items: initial;
  }
}

.c-item__image {
  overflow: hidden;
  -webkit-transform: translateY(-0.9375rem);
          transform: translateY(-0.9375rem);
}
@media screen and (min-width: 768px) {
  .c-item__image {
    width: 80.5%;
    min-width: 9.375rem;
    margin-left: auto;
    -webkit-transform: translateY(-1.25rem);
            transform: translateY(-1.25rem);
  }
}

.c-item__image img {
  -webkit-transition: scale 0.3s ease;
  transition: scale 0.3s ease;
}
.c-item__image.is-scale img {
  scale: 1.1;
}

@media screen and (min-width: 768px) {
  .c-item__detail {
    gap: 0.9375rem;
    width: 100%;
    margin-left: auto;
  }
}

@media screen and (min-width: 768px) {
  .c-item__block {
    margin-bottom: 0.3125rem;
  }
}

.c-item__comment {
  font-size: 12px;
  font-size: 0.75rem;
  line-height: 1.4;
  font-weight: 600;
  font-family: dnp-shuei-gothic-gin-std, sans-serif;
  white-space: nowrap;
}
@media screen and (min-width: 768px) {
  .c-item__comment {
    white-space: nowrap;
    font-size: clamp(11px, 0.75rem, 5vw);
  }
}

.c-item__info {
  font-family: helvetica-neue-lt-pro, sans-serif;
  margin-top: 24px;
  margin-top: 1.5rem;
}

.c-item__name {
  font-size: 15px;
  font-size: 0.9375rem;
  line-height: 1.6;
  font-weight: 400;
  white-space: nowrap;
  margin: 0;
}
@media screen and (min-width: 768px) {
  .c-item__name {
    white-space: nowrap;
  }
}

.c-item__number {
  font-size: 10px;
  line-height: 1;
}

.c-item__price {
  font-size: 15px;
  font-size: 0.9375rem;
  font-weight: 400;
  line-height: 1;
  margin-top: 11px;
  margin-top: 0.6875rem;
}

.c-item__price span {
  font-size: 8px;
  line-height: 1;
  display: block;
  margin-left: 1px;
  margin-top: 2px;
  margin-top: 0.125rem;
}

.c-item__btns {
  margin-top: 24px;
  margin-top: 1.5rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 6px;
  gap: 0.375rem;
}
@media screen and (min-width: 768px) {
  .c-item__btns {
    margin-top: 0;
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end;
  }
}

.c-item__buy {
  font-size: 10px;
  line-height: 1;
  display: block;
  min-width: 70px;
  min-width: 4.375rem;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  min-height: 20px;
  min-height: 1.25rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: baseline;
      -ms-flex-align: baseline;
          align-items: baseline;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  position: relative;
  border: 1px solid #fff;
  padding-inline: 6px;
  padding-inline: 0.375rem;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  padding-block: 4px;
  padding-block: 0.25rem;
}
.c-item__buy span {
  font-size: 8px;
  line-height: 1;
  display: inline-block;
  margin-left: 1px;
}

@media (any-hover: hover) {
  .c-item__buy:hover {
    opacity: 1;
    background-color: #fff;
    color: #000;
  }
}
.c-profile__body {
  padding-inline: 15px;
  padding-inline: 0.9375rem;
  display: grid;
  grid-template-columns: 230fr 45fr;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  gap: 58px;
  gap: 3.625rem;
  margin-top: 17px;
  margin-top: 1.0625rem;
}
@media screen and (min-width: 768px) {
  .c-profile__body {
    padding-inline: 0;
  }
}

.c-profile__text {
  font-size: 11px;
  font-size: 0.6875rem;
  line-height: 1.63;
  font-weight: 600;
  max-width: 230px;
  max-width: 14.375rem;
  opacity: 0;
  -webkit-clip-path: polygon(0 0, 0 0, 0 100%, 0% 100%);
          clip-path: polygon(0 0, 0 0, 0 100%, 0% 100%);
  -webkit-transition: opacity 0.9s ease, -webkit-clip-path 0.9s ease;
  transition: opacity 0.9s ease, -webkit-clip-path 0.9s ease;
  transition: clip-path 0.9s ease, opacity 0.9s ease;
  transition: clip-path 0.9s ease, opacity 0.9s ease, -webkit-clip-path 0.9s ease;
}
@media screen and (min-width: 768px) {
  .c-profile__text {
    max-width: 15.125rem;
    font-size: clamp(10.5px, 0.6875rem, 5vw);
  }
}

.c-profile__text.is-clip-visible {
  -webkit-clip-path: polygon(0 0, 100% 0, 100% 100%, 0% 100%);
          clip-path: polygon(0 0, 100% 0, 100% 100%, 0% 100%);
  opacity: 1;
}

.c-profile__instagram {
  font-size: 10px;
  line-height: 1;
  display: block;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin-bottom: 2px;
  margin-bottom: 0.125rem;
  position: relative;
  padding-bottom: 4px;
  padding-bottom: 0.25rem;
  margin-left: auto;
}
.c-profile__instagram::before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 1px;
  background-color: #fff;
  -webkit-transition: width 0.3s ease;
  transition: width 0.3s ease;
}

@media (any-hover: hover) {
  .c-profile__instagram:hover {
    opacity: 1;
  }
  .c-profile__instagram:hover::before {
    width: 0;
  }
}
.c-slider {
  position: relative;
  margin: 1.875rem calc(50% - 50vw) 0;
}
@media screen and (min-width: 768px) {
  .c-slider {
    margin-top: 0.625rem;
  }
}

.c-slider .swiper-wrapper {
  -webkit-transition-timing-function: cubic-bezier(0.1, 0.6, 0.2, 1) !important;
          transition-timing-function: cubic-bezier(0.1, 0.6, 0.2, 1) !important;
  will-change: transform;
  -webkit-transform: translate3d(0, 0, 0);
          transform: translate3d(0, 0, 0);
}

.c-slider .swiper-slide {
  will-change: transform;
  -webkit-transform: translate3d(0, 0, 0);
          transform: translate3d(0, 0, 0);
}

.c-slider__prev,
.c-slider__next {
  height: 55px;
  height: 3.4375rem;
  width: 28px;
  width: 1.75rem;
}

.c-slider__prev {
  left: 15px;
  left: 0.9375rem;
}
@media screen and (min-width: 768px) {
  .c-slider__prev {
    left: 9.375rem;
  }
}

.c-slider__next {
  right: 15px;
  right: 0.9375rem;
}
@media screen and (min-width: 768px) {
  .c-slider__next {
    right: 9.375rem;
  }
}

.c-slider__prev::after,
.c-slider__next::after {
  background-repeat: no-repeat;
  background-size: contain;
  content: "";
  height: 55px;
  height: 3.4375rem;
  margin: auto;
  width: 28px;
  width: 1.75rem;
}

.c-slider__prev::after {
  background-image: url(../../assets/images/slider_prev.svg);
}

.c-slider__next::after {
  background-image: url(../../assets/images/slider_next.svg);
}

.c-slider__slide {
  width: auto;
}
@media screen and (min-width: 768px) {
  .c-slider__slide {
    padding-inline: 0.3125rem;
  }
}

.c-slider__image {
  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;
  width: auto;
  height: 434px;
  height: 27.125rem;
}
@media screen and (min-width: 768px) {
  .c-slider__image {
    height: 36.25rem;
  }
}
@media screen and (min-width: 1280px) {
  .c-slider__image {
    height: 52.875rem;
  }
}
@media screen and (min-width: 1852px) {
  .c-slider__image {
    height: 62.5rem;
  }
}
@media screen and (min-width: 2364px) {
  .c-slider__image {
    height: 73.25rem;
  }
}

.c-slider__image img {
  width: auto;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
  margin-inline: auto;
  -webkit-transition: mix-blend-mode 0.3s ease;
  transition: mix-blend-mode 0.3s ease;
  position: relative;
}

.c-slider .swiper-slide {
  height: auto;
}

.c-slider .swiper-slide:not(.swiper-slide-active) img {
  filter: url('data:image/svg+xml;charset=utf-8,<svg xmlns="http://www.w3.org/2000/svg"><filter id="filter"><feColorMatrix type="matrix" color-interpolation-filters="sRGB" values="0.2126 0.7152 0.0722 0 0 0.2126 0.7152 0.0722 0 0 0.2126 0.7152 0.0722 0 0 0 0 0 1 0" /></filter></svg>#filter');
  -webkit-filter: grayscale(1);
          filter: grayscale(1);
}

.p-anchor {
  margin-top: 120px;
  margin-top: 7.5rem;
}

.p-anchor__inner {
  padding-inline: 15px;
  padding-inline: 0.9375rem;
}
@media screen and (min-width: 768px) {
  .p-anchor__inner {
    padding-left: 4.375rem;
    padding-right: 0;
  }
}

.p-anchor__title {
  font-family: helvetica-neue-lt-pro, sans-serif;
  font-size: 12px;
  font-size: 0.75rem;
  line-height: normal;
  font-weight: 400;
}
@media screen and (min-width: 768px) {
  .p-anchor__title {
    font-size: clamp(11px, 0.75rem, 5vw);
  }
}

.p-anchor__container {
  margin-top: 13px;
  margin-top: 0.8125rem;
}
@media screen and (min-width: 768px) {
  .p-anchor__container {
    margin-top: 1.25rem;
  }
}

.p-anchor__wrapper {
  -webkit-transition-timing-function: linear;
          transition-timing-function: linear;
}

.p-anchor__item {
  height: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

.p-anchor__item a {
  height: 100%;
}
@media screen and (min-width: 768px) {
  .p-anchor__item a {
    display: grid;
    grid-template-columns: 115fr 100fr;
    gap: 0.75rem;
  }
}

.p-anchor__item {
  font-family: helvetica-neue-lt-pro, sans-serif;
}

.p-anchor__content {
  height: 100%;
  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: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.p-anchor__number {
  position: relative;
  padding-bottom: 3px;
  padding-bottom: 0.1875rem;
  font-size: 9px;
  line-height: 1.11;
  font-weight: 400;
}

.p-anchor__number::before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 1px;
  background-color: #fff;
}

.p-anchor__image {
  margin-top: 8px;
  margin-top: 0.5rem;
  overflow: hidden;
}
@media screen and (min-width: 768px) {
  .p-anchor__image {
    margin-top: 0;
  }
}

.p-anchor__image img {
  -webkit-transition: scale 0.3s ease;
  transition: scale 0.3s ease;
}

.p-anchor__detail {
  margin-top: 6px;
  margin-top: 0.375rem;
}
@media screen and (min-width: 768px) {
  .p-anchor__detail {
    margin-top: 1.875rem;
  }
}

.p-anchor__post {
  font-size: 9px;
  font-weight: 400;
  line-height: 1.11;
}

.p-anchor__name {
  font-size: 14px;
  font-weight: 400;
  line-height: 1;
}
@media screen and (min-width: 768px) {
  .p-anchor__name {
    margin-top: 0.375rem;
  }
}

.p-anchor__line {
  width: 100%;
  height: 1px;
  background-color: #fff;
  margin-top: 8px;
  margin-top: 0.5rem;
}
@media screen and (min-width: 768px) {
  .p-anchor__line {
    display: none;
  }
}

.p-anchor__arrow {
  display: block;
  margin-top: 8px;
  margin-top: 0.5rem;
  -webkit-transition: -webkit-transform 0.3s ease;
  transition: -webkit-transform 0.3s ease;
  transition: transform 0.3s ease;
  transition: transform 0.3s ease, -webkit-transform 0.3s ease;
}

.p-anchor__arrow img {
  width: 8px;
  width: 0.5rem;
  height: 4px;
  height: 0.25rem;
  display: block;
  margin-inline: auto;
}
@media screen and (min-width: 768px) {
  .p-anchor__arrow img {
    width: 1.125rem;
    height: 0.5625rem;
    margin-inline: initial;
  }
}

@-webkit-keyframes bounce-arrow {
  0% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
  50% {
    -webkit-transform: translateY(-0.625rem);
            transform: translateY(-0.625rem);
  }
  100% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
}

@keyframes bounce-arrow {
  0% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
  50% {
    -webkit-transform: translateY(-0.625rem);
            transform: translateY(-0.625rem);
  }
  100% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
}
@media (any-hover: hover) {
  .p-anchor__item a:hover {
    opacity: 1;
  }
  .p-anchor__item a:hover .p-anchor__image img {
    scale: 1.05;
  }
  .p-anchor__item a:hover .p-anchor__arrow {
    -webkit-animation: bounce-arrow 0.6s ease;
            animation: bounce-arrow 0.6s ease;
  }
}
.p-bg {
  margin-top: 140px;
  margin-top: 8.75rem;
}

.p-contents {
  margin-top: 90px;
  margin-top: 5.625rem;
}
@media screen and (min-width: 768px) {
  .p-contents {
    margin-top: 8.125rem;
  }
}

.p-contents__inner {
  padding-inline: 15px;
  padding-inline: 0.9375rem;
}
@media screen and (min-width: 768px) {
  .p-contents__inner {
    padding-inline: 4.375rem;
  }
}

.p-contents__block:not(:first-child) {
  margin-top: 80px;
  margin-top: 5rem;
}

.p-contents__head {
  position: relative;
}

.p-contents__detail {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  line-height: normal;
  font-size: 12px;
  font-size: 0.75rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 12px;
  gap: 0.75rem;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding-bottom: 4px;
  padding-bottom: 0.25rem;
  -webkit-clip-path: polygon(0 0, 0 0, 0 100%, 0% 100%);
          clip-path: polygon(0 0, 0 0, 0 100%, 0% 100%);
  -webkit-transition: -webkit-clip-path 0.6s ease;
  transition: -webkit-clip-path 0.6s ease;
  transition: clip-path 0.6s ease;
  transition: clip-path 0.6s ease, -webkit-clip-path 0.6s ease;
}
@media screen and (min-width: 768px) {
  .p-contents__detail {
    font-size: clamp(11px, 0.75rem, 5vw);
  }
}

.p-contents__detail.is-clip-visible {
  -webkit-clip-path: polygon(0 0, 100% 0, 100% 100%, 0% 100%);
          clip-path: polygon(0 0, 100% 0, 100% 100%, 0% 100%);
}

.p-contents__line {
  width: 0%;
  height: 1px;
  background-color: #fff;
  -webkit-transition: width 1s cubic-bezier(0.215, 0.61, 0.355, 1);
  transition: width 1s cubic-bezier(0.215, 0.61, 0.355, 1);
}

.p-contents__line.is-width-line {
  width: 100%;
}

.p-contents__number {
  font-family: helvetica-neue-lt-pro, sans-serif;
  line-height: normal;
}

.p-contents__post {
  font-family: helvetica-neue-lt-pro, sans-serif;
  line-height: normal;
}

.p-contents__titles {
  margin-top: 20px;
  margin-top: 1.25rem;
}
@media screen and (min-width: 768px) {
  .p-contents__titles {
    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;
    padding-right: 2.6875rem;
  }
}

.p-contents__title {
  font-size: 40px;
  font-size: 2.5rem;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  line-height: normal;
  font-weight: 400;
  font-family: helvetica-neue-lt-pro, sans-serif;
  -webkit-clip-path: polygon(0 0, 0 0, 0 100%, 0% 100%);
          clip-path: polygon(0 0, 0 0, 0 100%, 0% 100%);
  -webkit-transition: -webkit-clip-path 0.9s ease;
  transition: -webkit-clip-path 0.9s ease;
  transition: clip-path 0.9s ease;
  transition: clip-path 0.9s ease, -webkit-clip-path 0.9s ease;
}

.p-contents__title.is-clip-visible {
  -webkit-clip-path: polygon(0 0, 100% 0, 100% 100%, 0% 100%);
          clip-path: polygon(0 0, 100% 0, 100% 100%, 0% 100%);
}

.p-contents__comment {
  font-size: 14px;
  font-size: 0.875rem;
  line-height: 1.5;
  font-weight: 600;
  margin-top: 13px;
  margin-top: 0.8125rem;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
}
@media screen and (min-width: 768px) {
  .p-contents__comment {
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    font-size: clamp(12px, 0.875rem, 5vw);
  }
}

.p-contents__gallefy {
  margin-top: 30px;
  margin-top: 1.875rem;
}

@media screen and (min-width: 768px) {
  .p-contents__images {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 0.625rem;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}

.p-contents__image:not(:first-child) {
  margin-top: 10px;
  margin-top: 0.625rem;
}
@media screen and (min-width: 768px) {
  .p-contents__image:not(:first-child) {
    margin-top: 0;
  }
}

.p-contents__image img {
  height: 100%;
}

.p-contents__info {
  margin-top: 28px;
  margin-top: 1.75rem;
  display: grid;
  gap: 20px;
  gap: 1.25rem;
  max-width: 550px;
  max-width: 34.375rem;
  margin-inline: auto;
}
@media screen and (min-width: 768px) {
  .p-contents__info {
    max-width: 65rem;
    padding-inline: 1.25rem;
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 1.25rem;
    margin-top: 3.4375rem;
  }
}

.p-footer__inner {
  padding: 30px 15px 21px 28px;
  padding: 1.875rem 0.9375rem 1.3125rem 1.75rem;
}
@media screen and (min-width: 768px) {
  .p-footer__inner {
    padding-top: 4.1875rem;
    padding-left: 0.625rem;
    padding-right: 1.25rem;
    padding-bottom: 0.9375rem;
  }
}

@media screen and (min-width: 768px) {
  .p-footer__nav {
    padding-left: 8.125rem;
  }
}

.p-footer__list {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 15px 29px;
  gap: 0.9375rem 1.8125rem;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  font-family: helvetica-neue-lt-pro, sans-serif;
  font-weight: 400;
}
@media screen and (min-width: 768px) {
  .p-footer__list {
    grid-template-columns: repeat(4, auto);
    gap: 1.25rem 2.625rem;
  }
}

.p-footer__item {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  font-size: 12px;
  font-size: 0.75rem;
  line-height: 1.16;
  opacity: 0;
  -webkit-clip-path: polygon(0 0, 0 0, 0 100%, 0% 100%);
          clip-path: polygon(0 0, 0 0, 0 100%, 0% 100%);
  -webkit-transition: opacity 0.9s ease, -webkit-clip-path 0.9s ease;
  transition: opacity 0.9s ease, -webkit-clip-path 0.9s ease;
  transition: opacity 0.9s ease, clip-path 0.9s ease;
  transition: opacity 0.9s ease, clip-path 0.9s ease, -webkit-clip-path 0.9s ease;
}
@media screen and (min-width: 768px) {
  .p-footer__item {
    font-size: 1.125rem;
    list-style: 0.7777777778;
  }
}

.p-footer__item.is-active {
  opacity: 1;
  -webkit-clip-path: polygon(0 0, 100% 0, 100% 100%, 0% 100%);
          clip-path: polygon(0 0, 100% 0, 100% 100%, 0% 100%);
}

.p-footer__item span {
  font-size: 9px;
  line-height: 1.11;
  display: block;
  margin-bottom: 2px;
  margin-bottom: 0.125rem;
}
@media screen and (min-width: 768px) {
  .p-footer__item span {
    font-size: 10px;
    /*line-height: 0.7857142857;*/
      line-height: 1;
  }
}

.p-footer__contents {
  margin-top: 85px;
  margin-top: 5.3125rem;
}

.p-footer__titles {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
@media screen and (min-width: 768px) {
  .p-footer__titles {
    margin-top: 7.5rem;
  }
}

.p-footer__title {
  font-size: 7.1246819338vw;
  font-family: helvetica-neue-lt-pro, sans-serif;
  font-weight: 400;
  line-height: normal;
}
@media screen and (min-width: 768px) {
  .p-footer__title {
    font-size: 8.125vw;
  }
}

@media screen and (max-width: 385px) {
  .p-footer__title {
    font-size: 1.625rem;
  }
}
.p-footer__logo {
  display: block;
  width: 12.2857142857%;
}
@media screen and (min-width: 768px) {
  .p-footer__logo {
    width: 12.16%;
  }
}

.p-footer__logo img {
  width: 100%;
}
@media screen and (min-width: 768px) {
  .p-footer__logo img {
    width: 100%;
  }
}

.p-footer__copyright {
  margin-top: 3px;
  margin-top: 0.1875rem;
  font-size: 6px;
  line-height: 1.6666666667;
  text-align: end;
}
@media screen and (min-width: 768px) {
  .p-footer__copyright {
    font-size: 7px;
    margin-top: -0.75rem;
  }
}

.p-fv {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  overflow: hidden;
  z-index: 10;
  -webkit-clip-path: polygon(0 0, 0 0, 0 100%, 0% 100%);
          clip-path: polygon(0 0, 0 0, 0 100%, 0% 100%);
}
@media screen and (min-width: 768px) {
  .p-fv {
    height: 100vh;
  }
}

.p-fv__title {
  top: 98vw;
  position: absolute;
  left: 0;
  width: 100%;
  text-align: center;
  font-size: 8.9058524173vw;
  line-height: normal;
  font-weight: 400;
  font-family: helvetica-neue-lt-pro, sans-serif;
  z-index: 10;
}
@media screen and (min-width: 768px) {
  .p-fv__title {
    top: auto;
    top: initial;
    bottom: 0.125rem;
  }
}

.p-header {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 1000;
}

.p-header__logo img {
  width: 63px;
  width: 3.9375rem;
}

.p-header__name {
  opacity: 0;
  -webkit-transition: opacity 2s ease, -webkit-transform 1s ease;
  transition: opacity 2s ease, -webkit-transform 1s ease;
  transition: opacity 2s ease, transform 1s ease;
  transition: opacity 2s ease, transform 1s ease, -webkit-transform 1s ease;
  -webkit-transform: translateY(6.25rem);
          transform: translateY(6.25rem);
  font-size: 18px;
  font-size: 1.125rem;
  font-family: helvetica-neue-lt-pro, sans-serif;
  font-weight: 400;
}
@media screen and (min-width: 768px) {
  .p-header__name {
    font-size: 1.875rem;
  }
}

.p-header__name.is-fixed {
  opacity: 1;
  -webkit-transform: translateY(0);
          transform: translateY(0);
}

.p-header__name.is-hidden {
  opacity: 0;
  visibility: hidden;
}

.p-header__inner {
  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;
  padding: 15px 20px;
  padding: 0.9375rem 1.25rem;
}
@media screen and (min-width: 768px) {
  .p-header__inner {
    padding: 1.25rem;
  }
}

.p-header__humberger {
  padding: 0;
  position: relative;
  z-index: 100000;
  width: 44px;
  width: 2.75rem;
  height: 24px;
  height: 1.5rem;
  background: none;
  border: none;
  cursor: pointer;
  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;
}
@media screen and (min-width: 768px) {
  .p-header__humberger {
    width: 3.75rem;
  }
}

.p-header__humberger span {
  width: 45px;
  width: 2.8125rem;
  height: 1px;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  position: relative;
  display: block;
  background-color: #fff;
}
@media screen and (min-width: 768px) {
  .p-header__humberger span {
    width: 3.625rem;
  }
}

.p-header__humberger span:nth-child(2) {
  -webkit-transform: translateY(0.4375rem);
          transform: translateY(0.4375rem);
}

.p-header__humberger span::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  width: inherit;
  height: inherit;
}

.p-header__humberger.is-active span:first-child {
  -webkit-transform: rotate(30deg);
          transform: rotate(30deg);
}

.p-header__humberger.is-active span:nth-child(2) {
  -webkit-transform: translateY(0) rotate(-30deg);
          transform: translateY(0) rotate(-30deg);
}

.p-header__nav {
  position: fixed;
  top: 0;
  right: 0;
  width: 100%;
  height: calc(100% - 7.375rem);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  overflow-y: scroll;
  z-index: 1000;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  margin-top: 118px;
  margin-top: 7.375rem;
}
@media screen and (min-width: 768px) {
  .p-header__nav {
    margin-top: 0rem;
    height: 100%;
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: end;
  }
}

.p-header__nav.is-active {
  opacity: 1;
  visibility: visible;
}

.p-header__list {
  padding-bottom: 80px;
  padding-bottom: 5rem;
  display: grid;
  grid-template-columns: repeat(2, auto);
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  height: -webkit-fit-content;
  height: -moz-fit-content;
  height: fit-content;
  margin: 0px auto 0;
  margin: 0rem auto 0;
  padding-inline: 40px;
  padding-inline: 2.5rem;
  gap: 18px 35px;
  gap: 1.125rem 2.1875rem;
  width: 100%;
}
@media screen and (min-width: 768px) {
  .p-header__list {
    grid-template-columns: repeat(4, auto);
    margin-bottom: 0;
    margin-bottom: initial;
    margin-left: 0;
    margin-left: initial;
    margin-right: 0;
    margin-right: initial;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    padding-right: 0;
    padding-inline: 1.25rem;
    gap: 2.1875rem 0rem;
    overflow: scroll;
    margin-top: 4.5rem;
    padding-bottom: 0;
  }
}

.p-header__item {
  opacity: 0;
  -webkit-clip-path: polygon(0 0, 0 0, 0 100%, 0% 100%);
          clip-path: polygon(0 0, 0 0, 0 100%, 0% 100%);
  -webkit-transition: opacity 0.9s ease, -webkit-clip-path 0.9s ease;
  transition: opacity 0.9s ease, -webkit-clip-path 0.9s ease;
  transition: opacity 0.9s ease, clip-path 0.9s ease;
  transition: opacity 0.9s ease, clip-path 0.9s ease, -webkit-clip-path 0.9s ease;
}
@media screen and (min-width: 768px) {
  .p-header__item {
    padding-right: 3.125rem;
    min-width: 160px;
  }
}

.p-header__item.is-active {
  opacity: 1;
  -webkit-clip-path: polygon(0 0, 100% 0, 100% 100%, 0% 100%);
          clip-path: polygon(0 0, 100% 0, 100% 100%, 0% 100%);
}

.p-header__link {
  display: block;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
}
@media screen and (min-width: 768px) {
  .p-header__link {
    padding-top: 2.1875rem;
    position: relative;
  }
}

.p-header__link strong {
  font-size: 18px;
  font-size: 1.125rem;
  line-height: 0.7777777778;
  font-weight: 400;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  font-family: helvetica-neue-lt-pro, sans-serif;
  display: block;
  white-space: nowrap;
}
@media screen and (min-width: 768px) {
  .p-header__link strong {
    position: absolute;
    top: 0.75rem;
    left: 0;
  }
}

.p-header__link span {
  font-size: 10px;
  line-height: 1;
  font-weight: 400;
  font-family: helvetica-neue-lt-pro, sans-serif;
  display: block;
  margin-bottom: 1px;
  margin-bottom: 0.0625rem;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  white-space: nowrap;
}
@media screen and (min-width: 768px) {
  .p-header__link span {
    position: absolute;
    top: 0;
    left: 0;
  }
}

.p-header__picture {
  overflow: hidden;
}

.p-header__picture img {
  width: 80px;
  width: 5rem;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  margin-top: 8px;
  margin-top: 0.5rem;
  -webkit-transition: scale 0.3s ease;
  transition: scale 0.3s ease;
}
@media screen and (min-width: 768px) {
  .p-header__picture img {
    width: 115px;
    margin-top: 0;
  }
}

.p-header__title {
  clip-path: inset(0 100% 0 0);
  -webkit-clip-path: inset(0 100% 0 0);
  transition: clip-path 0.9s ease, -webkit-clip-path 0.9s ease;
  width: 100%;
  font-size: 9.1603053435vw;
  line-height: normal;
  font-weight: 400;
  font-family: helvetica-neue-lt-pro, sans-serif;
  text-align: center;
  margin-bottom: 11px;
  margin-bottom: 0.6875rem;
}
@media screen and (min-width: 768px) {
  .p-header__title {
    font-size: 9.6875vw;
    margin-top: 5.46875vw;
  }
}

.p-header__title.is-active {
  clip-path: inset(0 0 0 0);
  -webkit-clip-path: inset(0 0 0 0);
}

.p-header__overlay {
  position: fixed;
  top: 0;
  right: 0;
  width: 100%;
  height: 100%;
  background-color: #000;
  -webkit-transform: translateX(100%);
          transform: translateX(100%);
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
  z-index: 900;
}
.p-header__overlay.is-active {
  -webkit-transform: translateX(0);
          transform: translateX(0);
}

@media (any-hover: hover) {
  .p-header__link:hover {
    opacity: 1;
  }
  .p-header__link:hover img {
    scale: 1.05;
  }
}
.p-main {
  position: relative;
}

.p-main__image {
  display: block;
  position: relative;
  opacity: 0;
  visibility: hidden;
}

.p-main__image--hiromi {
  width: 27.989821883%;
  margin-left: 53.68956743%;
  z-index: 2;
}
@media screen and (min-width: 768px) {
  .p-main__image--hiromi {
    width: 15.703125%;
    margin-left: 33.28125%;
    z-index: 3;
  }
}

.p-main__image--taira {
  width: 59.2875318066%;
  margin-top: -19%;
}
@media screen and (min-width: 768px) {
  .p-main__image--taira {
    width: 41.640625%;
    margin-left: 1.796875%;
    margin-top: -13.5%;
    z-index: 2;
  }
}

.p-main__image--ground {
  width: 89.8218829517%;
  margin-top: -58%;
  z-index: -1;
}
@media screen and (min-width: 768px) {
  .p-main__image--ground {
    width: 59.765625%;
    margin-left: 0;
    margin-top: -46%;
  }
}

.p-main__image--himi {
  width: 91.0941475827%;
  margin-left: auto;
  margin-top: -63%;
}
@media screen and (min-width: 768px) {
  .p-main__image--himi {
    width: 61.953125%;
    margin-top: -68%;
  }
}

.p-main__image--emi {
  width: 31.5521628499%;
  margin-left: 3.8167938931%;
  margin-top: -24%;
}
@media screen and (min-width: 768px) {
  .p-main__image--emi {
    width: 23.828125%;
    margin-left: 5%;
    margin-top: 13%;
    z-index: 3;
  }
}

.p-main__image--sky {
  display: none;
}
@media screen and (min-width: 768px) {
  .p-main__image--sky {
    width: 15.703125%;
    margin-left: 36.875%;
    margin-top: -26%;
    z-index: 2;
    display: block;
  }
}

.p-main__image--toru {
  width: 45.2926208651%;
  margin-left: 49.3638676845%;
  margin-top: -12%;
  z-index: 2;
}
@media screen and (min-width: 768px) {
  .p-main__image--toru {
    width: 22.890625%;
    margin-left: 72.734375%;
    margin-top: 2%;
    z-index: 2;
  }
}

.p-main__image--junko {
  width: 48.3460559796%;
  margin-left: 3.8167938931%;
  margin-top: -30%;
}
@media screen and (min-width: 768px) {
  .p-main__image--junko {
    width: 24.921875%;
    margin-left: 55.9375%;
    margin-top: -59%;
    z-index: 2;
  }
}

.p-main__image--hiroyoshi {
  width: 34.3511450382%;
  margin-left: auto;
  margin-top: -17%;
}
@media screen and (min-width: 768px) {
  .p-main__image--hiroyoshi {
    width: 17.1875%;
    margin-left: 57.265625%;
    margin-top: 18%;
    z-index: 2;
  }
}

.p-main__info {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin-left: auto;
  margin-right: auto;
  margin-top: -7%;
  position: relative;
  z-index: 2;
}
@media screen and (min-width: 768px) {
  .p-main__info {
    margin-left: 19.921875%;
    margin-top: -25%;
  }
}

.p-main__text {
  font-weight: 600;
  font-size: 16px;
  font-size: 1rem;
  line-height: 1.4375;
}
@media screen and (min-width: 768px) {
  .p-main__text {
    font-size: 1.3125rem;
    line-height: 1.2857142857;
  }
}

.p-main__text p:not(:first-child) {
  margin-top: 24px;
  margin-top: 1.5rem;
}
@media screen and (min-width: 768px) {
  .p-main__text p:not(:first-child) {
    margin-top: 2.16964rem;
  }
}

.p-main__title {
  margin-top: 38px;
  margin-top: 2.375rem;
  font-family: helvetica-neue-lt-pro, sans-serif;
  font-size: 30px;
  font-size: 1.875rem;
  line-height: normal;
  font-weight: 400;
}
@media screen and (min-width: 768px) {
  .p-main__title {
    margin-top: 3.5rem;
    font-size: 3.125rem;
  }
}

.p-products {
  margin-top: 140px;
  margin-top: 8.75rem;
}
@media screen and (min-width: 768px) {
  .p-products {
    margin-top: 7.3125rem;
  }
}

.p-products__link {
  display: block;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  font-size: 30px;
  font-size: 1.875rem;
  line-height: 0.8;
  font-family: helvetica-neue-lt-pro, sans-serif;
  font-weight: 400;
  text-align: center;
  margin-inline: auto;
  position: relative;
  padding-bottom: 8px;
  padding-bottom: 0.5rem;
}

.p-products__link::before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 1px;
  background-color: #fff;
  -webkit-transition: width 0.5s ease;
  transition: width 0.5s ease;
}

@media (any-hover: hover) {
  .p-products__link:hover::before {
    width: 0%;
    opacity: 1;
  }
}
