/* Page About start */
.p-about__maincontent-wrapper {
  padding-left: var(--pad-x-lg);
}

.p-about__maincontent {
  padding-inline: 100px;
}

.p-about__maincontent .title {
  /* font-size: clamp(40px, 4vw, 50px); */
  font-size: 5rem;
  font-weight: bold;
  line-height: calc(90 / 50);
  letter-spacing: 0.05em;
}

.p-about__maincontent .content {
  margin-top: 70px;
}

.p-about__maincontent .content > p:not(:first-of-type) {
  margin-top: 62px;
}

br.sp-only {
  display: none;
}

@media screen and (max-width: 768px) {
  br.sp-only {
    display: inline;
  }
}

.pc-only {
  display: inline;
}

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

@media screen and (max-width: 1024px) {
  .p-about__maincontent {
    padding-inline: unset;
  }

  .p-about__maincontent .title {
    font-size: 4.2rem;
  }
}

@media screen and (max-width: 768px) {
  .p-about__maincontent .title {
    font-size: 4rem;
  }

  .p-about__maincontent .content {
    margin-top: 40px;
    font-size: 1.6rem;
  }

  .p-about__maincontent .content > p:not(:first-of-type) {
    margin-top: 30px;
  }
}

.p-about__gallery {
  padding-left: var(--pad-x-lg);
  margin-top: 160px;
}

.p-about__gallery-1 {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  gap: 20px;
}

.p-about__gallery-1 .img1 {
  width: 26.5%;
  margin-top: 160px;
}

.p-about__gallery-1 .img2 {
  width: 57%;
}

.p-about__gallery-2 {
  margin-top: 25px;
  padding-left: 50px;
  padding-right: var(--pad-x-lg);
  display: flex;
  gap: 64px;
}

.p-about__gallery-2 .img3 {
  margin-top: 185px;
  width: 45%;
}

.p-about__gallery-2 .text {
  flex: 1;
}

.p-about__gallery-2 .text > p:not(:first-of-type) {
  margin-top: 30px;
}

@media screen and (max-width: 1024px) {
  .p-about__gallery-2 {
    padding-left: unset;
  }
}

@media screen and (max-width: 768px) {
  .p-about__gallery {
    margin-top: 80px;
  }

  .p-about__gallery-1 {
    flex-direction: column-reverse;
  }

  .p-about__gallery-1 .img1 {
    width: 48%;
    margin-top: unset;
  }

  .p-about__gallery-1 .img2 {
    width: 72%;
    margin-left: auto;
  }

  .p-about__gallery-2 {
    margin-top: 80px;
    flex-direction: column-reverse;
    gap: 40px;
  }

  .p-about__gallery-2 .img3 {
    margin-top: unset;
    margin-inline: auto;
    width: 68%;
  }

  .p-about__gallery-2 .text {
    font-size: 1.6rem;
  }
}

.p-about__banner-img {
  background-color: #363636;
}

.p-about__banner-img img {
  width: 100%;
  height: auto;
  aspect-ratio: 1280 / 450;
  object-fit: cover;
}

.p-about__standard {
  padding: 160px var(--pad-x-lg);
  background-color: #363636;
}

.p-about__title {
  display: flex;
  gap: 24px;
  align-items: flex-end;
  color: #363636;
}

.p-about__title.white {
  color: #ffffff;
}

.p-about__title .en {
  font-family: var(--f-en);
  font-size: 4rem;
  font-weight: bold;
  line-height: 1;
  letter-spacing: 0.15em;
}

.p-about__title .jp {
  position: relative;
  padding-left: 28px;
  padding-bottom: 6px;
  font-size: 1.8rem;
  font-weight: bold;
  line-height: 1;
  letter-spacing: 0.05em;
}

.p-about__title .jp::before {
  position: absolute;
  bottom: 5px;
  left: 0;
  content: "";
  width: 18px;
  height: 18px;
  background-image: url(../img/about/title-dot.png);
  background-size: contain;
  background-repeat: no-repeat;
}

@media screen and (max-width: 1024px) {
  .p-about__title .en {
    font-size: 3.6rem;
  }
}

@media screen and (max-width: 768px) {
  .p-about__standard {
    padding: 80px var(--pad-x-lg);
  }

  .p-about__title {
    flex-direction: column;
    align-items: flex-start;
    gap: 16px;
  }

  .p-about__title .en {
    font-size: 2.8rem;
  }
}

.p-about__standard__desc {
  margin-top: 50px;
  color: #ffffff;
}

.p-about__standard__desc > p:not(:first-of-type) {
  margin-top: 30px;
}

.p-about__standard__item.first {
  margin-top: 80px;
}

.p-about__standard__item {
  margin-top: 160px;
  display: flex;
  align-items: flex-end;
  gap: 100px;
  color: #ffffff;
}

.p-about__standard__item.reverse {
  flex-direction: row-reverse;
}

.p-about__standard__item .image {
  width: 41%;
}

.p-about__standard__item .image img {
  width: 100%;
  height: auto;
  aspect-ratio: 410 / 437;
  object-fit: cover;
}

.p-about__standard__item .content {
  flex: 1;
}

.p-about__standard__item .title {
  margin-bottom: 50px;
  font-size: 30px;
  font-weight: bold;
  line-height: calc(54 / 30);
  letter-spacing: 0.05em;
}

@media screen and (max-width: 1024px) {
  .p-about__standard__item {
    gap: 60px;
  }

  .p-about__standard__item .title {
    margin-bottom: 25px;
    margin-top: 25px;
  }
}

@media screen and (max-width: 786px) {
  .p-about__standard__item {
    margin-top: 80px;
    flex-direction: column;
    gap: 20px;
  }

  .p-about__standard__item.reverse {
    flex-direction: column;
  }

  .p-about__standard__item .image {
    width: 100%;
  }

  .p-about__standard__item .title {
    font-size: 25px;
  }

  .p-about__standard__desc,
  .p-about__standard__item .desc {
    font-size: 1.6rem;
  }
}

.p-about__service {
  padding: 160px var(--pad-x-lg);
  background-image: url(../img/common/background-pattern.jpg);
  background-repeat: repeat;
  background-size: 280px 280px;
}

.p-about__service__main {
  margin-top: 42px;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 80px;
}

.p-about__service__item {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  align-items: flex-start;
}

.p-about__service__item .title {
  margin-bottom: 20px;
  font-size: 2.8rem;
  font-weight: bold;
  line-height: calc(63 / 35);
  letter-spacing: 0.05em;
}

.p-about__service__item .link {
  position: relative;
  display: inline-block;
  margin-top: 20px;
  padding: 6px 45px 6px 0px;
  font-size: var(--fs-btn);
  font-weight: bold;
  line-height: calc(28.8 / 18);
  letter-spacing: 0.05em;
  border-bottom: 1px solid #363636;
}

.p-about__service__item .link::after {
  position: absolute;
  top: 50%;
  right: 0;
  transform: translateY(-50%);
  content: "";
  width: 25px;
  height: 10px;
  background-image: url(../img/about/arrow.svg);
  background-size: contain;
  background-repeat: no-repeat;
  transition: all 0.3s ease;
}

.p-about__service__item .link:hover {
  opacity: 1;
  color: #a5a5a5;
}

.p-about__service__item .link:hover::after {
  transform: translate(6px, -50%);
}

@media screen and (max-width: 768px) {
  .p-about__service {
    padding: 80px var(--pad-x-lg);
  }

  .p-about__service__main {
    grid-template-columns: repeat(1, 1fr);
    gap: 60px;
  }

  .p-about__service__item .title {
    margin-bottom: 12px;
    font-size: 2.6rem;
  }

  .p-about__service__item .desc,
  .p-about__service__item .link {
    font-size: 1.6rem;
  }
}

.p-about__info {
  padding: 160px 140px;
  padding: 160px var(--pad-x-lg);
}

.p-about__info__main {
  margin-top: 50px;
  max-width: 650px;
  width: 100%;
}

.p-about__info__item {
  padding: 6px 0;
  display: flex;
  align-items: flex-start;
  gap: 20px;
}

.p-about__info__item:not(:first-of-type) {
  border-top: 1px dotted #363636;
}

.p-about__info__item .label {
  min-width: 96px;
}

@media screen and (max-width: 768px) {
  .p-about__info {
    padding: 80px var(--pad-x-lg);
  }

  .p-about__info__main {
    margin-top: 40px;
  }

  .p-about__info__item {
    flex-direction: column;
    gap: 0;
    font-size: 1.6rem;
  }
}

/* Page About end */

/* Page Original start */
.p-original .shop-hero {
  margin-bottom: 100px;
}

.p-original .shop-texture-zone {
  padding-bottom: 120px;
}

.p-original__maincontent-wrapper {
  position: relative;
  padding-inline: var(--pad-x-lg);
}

.p-original__maincontent {
  max-width: 1000px;
  width: 100%;
  margin-inline: auto;
  padding-left: 100px;
  display: flex;
  align-items: flex-start;
  gap: 90px;
}

.p-original__item__catchcopy {
  margin: 0 0 30px;
  font-size: 20px;
  font-weight: 700;
}

.p-original__maincontent .content {
  flex: 1;
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  gap: 30px;
}

/* Offset anchor links for fixed header */
.p-original__item {
  scroll-margin-top: 100px;
}

.p-original__maincontent .text > p {
  font-size: 1.6rem;
  font-weight: 400;
  line-height: calc(45 / 18);
  letter-spacing: 0.05em;
  color: #363636;
}

.p-original__maincontent .image {
  width: 110px;
}

.p-original__maincontent .image img {
  width: 100%;
  height: auto;
  object-fit: cover;
}

.p-original__maincontent .text > p:not(:first-of-type) {
  margin-top: 45px;
}

.p-original__maincontent .heading {
  margin-top: -190px;
  display: flex;
  align-items: flex-start;
  gap: 20px;
}

.p-original__maincontent .heading h2 {
  display: flex;
  align-items: flex-start;
  gap: 20px;
}

.p-original__maincontent .heading span {
  display: inline-block;
  padding: 32px 18px 12px;
  font-size: 3rem;
  font-weight: bold;
  line-height: calc(50 / 50);
  letter-spacing: 0.3em;
  color: #363636;
  background-color: #ffffff;
  writing-mode: vertical-rl;
  text-orientation: mixed;
}

.p-original__maincontent .heading span:first-of-type {
  margin-top: 80px;
}

.flower_deco_sp {
  display: none;
}

@media screen and (max-width: 1024px) {
  .p-original__maincontent {
    padding-left: unset;
  }

  .p-original__maincontent .heading span {
    font-size: 2.4rem;
  }
}

@media screen and (max-width: 768px) {
  .p-original .shop-texture-zone {
    padding-bottom: 40px;
  }

  .p-original__maincontent {
    flex-direction: column-reverse;
    gap: 60px;
  }

  .p-original__maincontent .content {
    width: 100%;
    flex-direction: column;
    align-items: flex-start;
  }

  .p-original__maincontent .text > p {
    font-size: 1.6rem;
  }

  .p-original__maincontent .text > p:not(:first-of-type) {
    margin-top: 32px;
  }

  .p-original__maincontent .image {
    width: 80px;
    margin-inline: auto;
  }

  .p-original__maincontent .heading {
    margin: -156px auto 0;
  }

  .p-original__maincontent .heading span {
    padding: 28px 18px 12px;
    font-size: 2rem;
  }

  .p-original__maincontent .heading span:first-of-type {
    margin-top: 32px;
  }

  .flower_deco_pc {
    display: none;
  }

  .flower_deco_sp {
    display: block;
    margin-right: 5dvb;
    margin-top: auto;
  }

  .flower_deco_sp img {
    display: block;
    width: 80px;
    height: auto;
  }
}

.p-original__listwrapper {
  margin-top: 160px;
  padding-inline: var(--pad-x-lg);
}

.p-original__list {
  max-width: 800px;
  width: 100%;
  margin-inline: auto;
}

.p-original__item {
  display: flex;
  flex-direction: column;
  gap: 24px;
}

.p-original__item:not(:first-of-type) {
  margin-top: 160px;
}

.p-original__item__row {
  display: flex;
  align-items: flex-start;
  gap: 15px;
}

.p-original__item__info {
  flex: 1;
}

.p-original__item__title {
  font-size: 3.6rem;
  font-weight: bold;
  line-height: calc(81 / 45);
  letter-spacing: 0.05em;
}

.p-original__item__content {
  padding-right: 35px;
}

.p-original__item__content > p {
  text-align: justify;
}

.p-original__item__content {
  text-align: justify;
}

.p-original__item__link {
  position: relative;
  margin: 20px 0 0 auto;
  padding: 6px 45px 6px 0;
  display: block;
  width: max-content;
  font-size: 1.8rem;
  font-weight: bold;
  line-height: calc(28.8 / 18);
  letter-spacing: 0.05em;
  color: #363636;
  border-bottom: 1px solid #363636;
}

.p-original__item__link::after {
  position: absolute;
  top: 50%;
  right: 0;
  transform: translateY(-50%);
  content: "";
  width: 25px;
  height: 10px;
  background-image: url(../img/about/arrow.svg);
  background-size: contain;
  background-repeat: no-repeat;
  transition: all 0.3s ease;
}

.p-original__item__link:hover {
  opacity: 1;
  color: #a5a5a5;
}

.p-original__item__link:hover::after {
  transform: translate(6px, -50%);
}

.p-original__item__img {
  width: 31.25%;
  overflow: hidden;
}

.p-original__item__img img {
  width: 100%;
  height: auto;
  aspect-ratio: 1;
  object-fit: cover;
  transition: transform 1.2s var(--ease-out);
}

.p-original__item:hover .p-original__item__img img {
  transform: scale(1.04);
  filter: brightness(1.08);
}

@media screen and (max-width: 1024px) {
  .p-original__list {
    max-width: unset;
  }

  .p-original__item__title {
    font-size: 3rem;
  }
}

@media screen and (max-width: 768px) {
  .p-original__listwrapper {
    margin-top: 80px;
  }

  .p-original__item:not(:first-of-type) {
    margin-top: 80px;
  }

  .p-original__item__row {
    display: contents;
  }

  .p-original__item__title {
    order: 2;
    font-size: 2.4rem;
  }

  .p-original__item__info {
    order: 3;
    width: 100%;
  }

  .p-original__item__img {
    order: 1;
  }

  .p-original__item__content {
    padding-right: unset;
  }

  .p-original__item__content {
    font-size: 1.6rem;
  }

  .p-original__item__link {
    font-size: 1.6rem;
  }

  .p-original__item__img {
    width: 100%;
  }
}

/* Page Original end */

/* Mainvisual template part start */
.c-mv-wrapper {
  width: 100%;
  /* height: 100vh; */
  padding-block: 120px 50px;
  padding-inline: 5.5%;
  display: flex;
  align-items: center;
  justify-content: center;
}

.c-mv {
  position: relative;
  width: 100%;
}

.c-mv__main-image {
  margin-left: 10%;
  /* width: 60%; */
  height: 85vh;
  max-height: 1000px;
  aspect-ratio: 590 / 540;
}

.stage svg {
  width: 100%;
  height: 100%;
  display: block;
  overflow: visible;
}

.stage .shadow-path {
  fill: #000;
  fill-opacity: 0.18;
  filter: blur(8px);
  -webkit-filter: blur(8px);
}

/* Each slide image is stacked; only opacity crossfades, blob morph keeps running. */
.stage .slide {
  opacity: 0;
  transition: opacity 1.4s ease-in-out;
}

.stage .slide.is-active {
  opacity: 1;
}

.c-mv__part1 {
  position: absolute;
  bottom: 0;
  left: 0;
  padding-left: 70px;
}

.c-mv .en-text {
  font-family: var(--f-en);
  font-size: 6rem;
  font-weight: 400;
  line-height: calc(60 / 40);
  letter-spacing: 0.145em;
  color: #363636;
}

.c-mv .dots-1 {
  position: absolute;
  bottom: -20px;
  left: 0;
  width: 115px;
}

.c-mv__part2 {
  position: absolute;
  top: 4%;
  right: 10%;
  padding-top: 50px;
}

.c-mv__part2 .main {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 20px;
}

.c-mv .logo {
  width: 193px;
}

.c-mv .jp-text {
  display: flex;
}

.c-mv .jp-text span {
  font-size: 4.5rem;
  font-weight: bold;
  line-height: 1.75;
  letter-spacing: 0.4em;
  color: #363636;
  writing-mode: vertical-rl;
}

.c-mv .jp-text span:first-child {
  margin-top: 50px;
}

.c-mv .dots-2 {
  position: absolute;
  top: 0;
  left: -180px;
  width: 157px;
}

.c-mv__flower {
  position: absolute;
  bottom: 60px;
  right: 45%;
  width: 138px;
}

@media screen and (max-width: 1920px) {
  .c-mv__main-image {
    height: auto;
    width: 52%;
  }

  .c-mv__flower {
    bottom: 20px;
    right: 40%;
  }
}

@media screen and (max-width: 1600px) {
  .c-mv-wrapper {
    padding-block: 120px 50px;
  }

  .c-mv .en-text {
    font-size: 5rem;
  }

  .c-mv .jp-text span {
    font-size: 3rem;
  }
}

/* @media screen and (max-width: 1500px) {
    .c-mv__main-image {
        width: 60%;
    }
} */

@media screen and (max-width: 1280px) {
  .c-mv__main-image {
    width: 56%;
  }

  .c-mv .en-text {
    font-size: 4rem;
  }

  .c-mv__part2 {
    top: 8%;
  }

  .c-mv .jp-text span {
    font-size: 2.5rem;
  }

  .c-mv__flower {
    right: 29%;
  }
}

@media screen and (max-width: 1024px) {
  .c-mv-wrapper {
    padding-block: 140px 50px;
    padding-inline: 30px;
  }

  .c-mv {
    height: 100%;
  }

  .c-mv__main-image {
    width: 70%;
    margin-left: -10px;
  }

  .c-mv__part1 {
    padding-left: 20px;
  }

  .c-mv .dots-1 {
    left: 107%;
    bottom: -28px;
  }

  .c-mv__part2 {
    right: 0;
    padding-top: 24px;
  }

  .c-mv__part2 .main {
    gap: 50px;
  }

  .c-mv .logo {
    width: 160px;
  }

  .c-mv .jp-text span {
    font-size: 1.9rem;
  }

  .c-mv .jp-text span:first-child {
    margin-top: 80px;
  }

  .c-mv .dots-2 {
    top: 0px;
    left: -240px;
  }

  .c-mv__flower {
    bottom: 0px;
    right: 20%;
  }
}

@media screen and (max-width: 900px) {
  .c-mv__main-image {
    margin-top: 11%;
  }
}

@media screen and (max-width: 600px) {
  .c-mv-wrapper {
    padding-block: 100px 20px;
    padding-inline: 20px;
    transform: translateY(-50px);
  }

  .c-mv__main-image {
    width: 130%;
    margin-left: -45%;
    margin-top: 9%;
  }

  .c-mv__part1 {
    padding-left: unset;
    bottom: -115px;
  }

  .c-mv .en-text {
    font-size: 2.8rem;
  }

  .c-mv .dots-1 {
    left: 100%;
    bottom: 0px;
    width: 82px;
  }

  .c-mv__part2 {
    padding-top: 0;
  }

  .c-mv__part2 .main {
    align-items: flex-end;
    gap: 20px;
  }

  .c-mv .logo {
    width: 98px;
  }

  .c-mv .jp-text span:first-child {
    margin-top: 68px;
  }

  .c-mv .dots-2 {
    left: -120px;
    width: 110px;
  }

  .c-mv__flower {
    bottom: 0;
    right: 0;
    width: 86px;
    transform: translateY(40px);
    z-index: -1;
  }
}

/* Mainvisual template part end */
