/*!***************************************************************************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js??ruleSet[1].rules[2].use[1]!./node_modules/postcss-loader/dist/cjs.js!./node_modules/sass-loader/dist/cjs.js!./node_modules/import-glob-loader/index.js!./src/assets/sass/common.scss ***!
  \***************************************************************************************************************************************************************************************************************************************/
@charset "UTF-8";
*,
*::before,
*::after {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
}

:where([hidden]:not([hidden="until-found"])) {
  display: none !important;
}

:where(html) {
  -webkit-text-size-adjust: none;
  color-scheme: dark light;
}

@supports not (min-block-size: 100dvb) {
  :where(html) {
    block-size: 100%;
  }
}
:where(body) {
  -webkit-font-smoothing: antialiased;
  block-size: 100%;
  block-size: 100dvb;
  line-height: 1.5;
  font-family: system-ui, sans-serif;
}

:where(input, button, textarea, select) {
  color: inherit;
  font: inherit;
}

:where(textarea) {
  resize: vertical;
  resize: block;
}

:where(button, label, select, summary, [role="button"], [role="option"]) {
  cursor: pointer;
}

:where(:disabled) {
  cursor: not-allowed;
}

:where(label:has(> input:disabled), label:has(+ input:disabled)) {
  cursor: not-allowed;
}

:where(button) {
  border-style: solid;
}

:where(a) {
  text-underline-offset: 0.2ex;
}

:where(ul, ol) {
  list-style: none;
}

:where(img, svg, video, canvas, audio, iframe, embed, object) {
  display: block;
}

:where(img, picture, svg) {
  max-inline-size: 100%;
  block-size: auto;
}

:where(p, h1, h2, h3, h4, h5, h6) {
  overflow-wrap: break-word;
}

:where(hr) {
  -webkit-border-before: 1px solid;
  block-size: 0;
  overflow: visible;
  border: none;
  border-block-start: 1px solid;
  color: inherit;
}

:where(:focus-visible) {
  outline: 2px solid var(--focus-color, Highlight);
  outline-offset: 2px;
}

html {
  height: 100%;
  scroll-behavior: smooth;
}

body {
  font-feature-settings: "palt";
  min-height: 100%;
  background-color: #fefffb;
  color: #1b0000;
  line-height: 2;
  font-family: "Noto Sans JP", sans-serif;
  letter-spacing: 0.2em;
}

.body__inner {
  overflow-x: hidden;
}

img {
  height: auto;
  vertical-align: bottom;
}

a {
  text-decoration: none;
  vertical-align: bottom;
}

.l-container {
  position: relative;
  max-width: 91.6666666667%;
  margin: 0 auto;
}
.l-container.--sm {
  max-width: 58.3333333333%;
}
.l-container.--md {
  max-width: 68.6111111111%;
}
.l-container.--lg {
  max-width: 78.9583333333%;
}
.l-container.--about {
  max-width: 76.1805555556%;
}

.l-header {
  -webkit-backdrop-filter: blur(5px) saturate(200%) contrast(150%);
  z-index: 300;
  position: fixed;
  top: 0;
  right: 0;
  left: 0;
  width: 100%;
  padding: 27px 0;
  backdrop-filter: blur(5px) saturate(200%) contrast(150%);
  background-color: rgba(254, 255, 251, 0.6);
}

.l-header__inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 100%;
  max-width: 91.6666666667%;
  margin: 0 auto;
}

.l-section {
  position: relative;
  padding: 120px 0;
}
.l-section.--about:before,
.l-section.--about:after {
  position: absolute;
  aspect-ratio: 1/1;
  width: 19.7916666667%;
  border-radius: 50%;
  background-image: linear-gradient(
    135deg,
    #2e1dad 24.18%,
    #623abe 49.3%,
    #6980da 66.97%,
    #71cbf8 91.31%
  );
  content: "";
  filter: blur(50px);
  opacity: 0.7;
}
.l-section.--about:before {
  top: -24.7747747748%;
  right: -8.6111111111vw;
}
.l-section.--about:after {
  z-index: -1;
  bottom: -24.7747747748%;
  left: -6.875vw;
}
.l-section.--sns {
  text-align: center;
}
.l-section.--gallery:before,
.l-section.--gallery:after {
  position: absolute;
  aspect-ratio: 1/1;
  width: 19.7916666667%;
  border-radius: 50%;
  background-image: linear-gradient(
    135deg,
    #2e1dad 24.18%,
    #623abe 49.3%,
    #6980da 66.97%,
    #71cbf8 91.31%
  );
  content: "";
  filter: blur(50px);
  opacity: 0.7;
}
.l-section.--gallery:before {
  top: -11.4285714286%;
  right: -8.6805555556vw;
}
.l-section.--gallery:after {
  z-index: -1;
  bottom: -18.2260024301%;
  left: -5.625vw;
}
.l-section.--shop:after {
  z-index: -1;
  position: absolute;
  right: -6.7361111111vw;
  bottom: -5.829015544%;
  aspect-ratio: 1/1;
  width: 19.7916666667%;
  border-radius: 50%;
  background-image: linear-gradient(
    135deg,
    #2e1dad 24.18%,
    #623abe 49.3%,
    #6980da 66.97%,
    #71cbf8 91.31%
  );
  content: "";
  filter: blur(50px);
  opacity: 0.7;
}
.l-section.--blog {
  text-align: center;
}
.l-section.--blog:after {
  z-index: -1;
  position: absolute;
  top: 150px;
  right: 0;
  bottom: 0;
  width: 81.7361111111vw;
  height: 57.0833333333vw;
  border-radius: 10px 0 0 10px;
  background-image: linear-gradient(
    135deg,
    rgba(46, 29, 173, 0.2) 24.18%,
    rgba(98, 58, 190, 0.2) 49.3%,
    rgba(105, 128, 218, 0.2) 66.97%,
    rgba(113, 203, 248, 0.2) 91.31%
  );
  content: "";
}
.l-section.--novel {
  padding: 240px 0;
}
.l-section.--novel:before,
.l-section.--novel:after {
  position: absolute;
  aspect-ratio: 1/1;
  width: 19.7916666667%;
  border-radius: 50%;
  background-image: linear-gradient(
    135deg,
    #2e1dad 24.18%,
    #623abe 49.3%,
    #6980da 66.97%,
    #71cbf8 91.31%
  );
  content: "";
  filter: blur(50px);
  opacity: 0.7;
}
.l-section.--novel:before {
  top: -2.7630180659%;
  left: -6.9444444444vw;
}
.l-section.--novel:after {
  z-index: -1;
  right: -6.875vw;
  bottom: -10.7332624867%;
}
.l-section.--contact {
  background-color: #1b0000;
  text-align: center;
}

.l-footer {
  padding: 50px 0;
}

.l-footer__inner {
  display: flex;
  position: relative;
  justify-content: space-between;
  max-width: 91.6666666667%;
  margin: 0 auto;
}

.p-footerNav__wrap {
  display: flex;
  gap: 0 60px;
}

.footerNav__title {
  font-weight: 700;
  font-size: 1.25rem;
  line-height: 1;
  font-family: "Lato", sans-serif;
  letter-spacing: 0.08em;
}

.p-footerNav__list {
  display: flex;
  flex-direction: column;
  margin-top: 30px;
  gap: 20px;
}

.p-footerNav__link {
  display: block;
  color: #1b0000;
  font-weight: 500;
  font-size: 1rem;
  line-height: 1.5;
  font-family: "Lato", sans-serif;
  letter-spacing: 0.05em;
  transition: opacity 0.4s, transform 0.5s cubic-bezier(0.18, 0.51, 0.33, 1);
}
.p-footerNav__link:hover,
.p-footerNav__link:focus {
  opacity: 0.7;
}

.p-footerNav__icon {
  display: inline-block;
  width: 16px;
  height: auto;
  margin-right: 8px;
  vertical-align: -2px;
}

.p-copyright {
  margin-top: 104px;
}
.p-copyright small {
  display: block;
  font-weight: 400;
  font-size: 1.125rem;
  line-height: 1.9;
  font-family: "Lato", sans-serif;
  letter-spacing: 0.2em;
}

.p-pageTop {
  position: absolute;
  right: 0;
  bottom: 0;
  border-radius: 50%;
  background-image: linear-gradient(
    135deg,
    #2e1dad 24.18%,
    #623abe 49.3%,
    #6980da 66.97%,
    #71cbf8 91.31%
  );
  transition: opacity 0.4s, transform 0.5s cubic-bezier(0.18, 0.51, 0.33, 1);
}
.p-pageTop:hover,
.p-pageTop:focus {
  opacity: 0.8;
}

.p-pageTop__link {
  display: block;
  width: 60px;
  height: 60px;
}

.p-pageTop__img {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%) rotate(-90deg);
}

.c-btn {
  -webkit-appearance: none;
  -moz-appearance: none;
  display: flex;
  appearance: none;
  align-items: center;
  justify-content: space-between;
  width: 100%;
  max-width: 316px;
  height: 80px;
  padding: 0 42px;
  border: 0;
  border-radius: 50px;
  background-color: #1b0000;
  color: #fefffb;
  font-weight: 700;
  font-size: 1.25rem;
  font-size: clamp(1.25rem, 1.3888888889vw, 1.5rem);
  line-height: 1.5;
  letter-spacing: 0.02em;
  text-decoration: none;
  cursor: pointer;
  transition: 0.3s all;
}
.c-btn.--novel,
.c-btn.--contact {
  justify-content: center;
}
.c-btn.--contact {
  background-color: #fefffb;
  color: #1b0000;
}

.c-btn__icon {
  width: 22px;
  height: auto;
  margin-top: 2px;
  margin-right: 10px;
}

.c-btn__arrow {
  width: clamp(15px, 1.0416666667vw, 22px);
}
.c-heading {
  display: inline-block;
  transform: translateY(30px);
  line-height: 1;
  filter: blur(3px);
  opacity: 0;
  transition: all 0.6s cubic-bezier(0.18, 0.51, 0.33, 1);
}
.c-heading.is-show {
  transform: translateY(0);
  filter: blur(0);
  opacity: 1;
}
.c-heading.--center {
  text-align: center;
}
.c-heading.--contact {
  color: #fefffb;
}
.c-heading.--shop .c-heading__en {
  color: #fefffb;
}
.c-heading.--shop .c-heading__ja {
  color: #fefffb;
}

.c-heading__en {
  font-weight: 700;
  font-size: 3.75rem;
  font-size: clamp(3.75rem, 4.1666666667vw, 4.75rem);
  line-height: 1;
  font-family: "Lato", sans-serif;
  letter-spacing: 0.05em;
}

.c-heading__ja {
  display: inline-block;
  position: relative;
  margin-top: 20px;
  padding-left: 30px;
  font-weight: 700;
  font-size: 1.25rem;
  font-size: clamp(1.25rem, 1.3888888889vw, 1.875rem);
  line-height: 1;
  font-family: "Zen Old Mincho", serif;
  letter-spacing: 0.08em;
}
.c-heading__ja.--white::before {
  background-color: #fefffb;
}
.c-heading__ja:before {
  position: absolute;
  top: 50%;
  left: 0;
  width: 20px;
  height: 1px;
  background-color: #1b0000;
  content: "";
}

.c-breadcrumb {
  margin-top: 166px;
}

.c-breadcrumb__list {
  display: flex;
  flex-wrap: wrap;
  gap: 0 40px;
}

.c-breadcrumb__item,
.c-breadcrumb__link {
  font-weight: 500;
  font-size: 1rem;
  line-height: 1.5;
  font-family: "Lato", sans-serif;
  letter-spacing: 0.05em;
}

.c-breadcrumb__item {
  display: inline-block;
  position: relative;
  color: #1b0000;
}
.c-breadcrumb__item:not(:last-child):after {
  position: absolute;
  top: 50%;
  right: -22px;
  width: 8px;
  height: 8px;
  transform: translateY(-50%) rotate(-45deg);
  border-right: 1.5px solid #4e4e4e;
  border-bottom: 1.5px solid #4e4e4e;
  content: "";
}

.c-breadcrumb__link {
  color: #4e4e4e;
}

.p-logo__link {
  display: flex;
  gap: 10px;
  transform: translateY(-20px);
  filter: blur(5px);
  opacity: 0;
  transition: opacity 1.5s, filter 0.8s, transform 1s;
}
.p-logo__link.is-load {
  transform: translateY(0);
  filter: blur(0);
  opacity: 1;
}

.p-logo__link:hover,
.p-logo__link:focus,
.p-footerLogo__link:hover,
.p-footerLogo__link:focus {
  opacity: 0.7;
  transition: opacity 0.4s, transform 0.5s cubic-bezier(0.18, 0.51, 0.33, 1);
}

.p-logo__text {
  color: #1b0000;
  font-weight: 300;
  font-size: 1.875rem;
  line-height: 1.2;
  font-family: "Lato", sans-serif;
  letter-spacing: 0.07em;
}

.is-drawerActive .p-logo__text {
  color: #fefffb;
}

.p-globalNav {
  transform: translateY(-20px);
  filter: blur(5px);
  opacity: 0;
  transition: opacity 1.5s, filter 0.8s, transform 1s, visibility 0.5s;
}
.p-globalNav.is-load {
  transform: translateY(0);
  filter: blur(0);
  opacity: 1;
}

.p-globalNav__list {
  display: flex;
  align-items: center;
  gap: 0 clamp(25px, 1.7361111111vw, 40px);
}

.p-globalNav__item:last-of-type a {
  padding: 10px 24px;
  border-radius: 50px;
  background-image: linear-gradient(
    135deg,
    #2e1dad 24.18%,
    #623abe 49.3%,
    #6980da 66.97%,
    #71cbf8 91.31%
  );
  color: #fefffb;
}

.p-globalNav__link {
  display: block;
  position: relative;
  color: #1b0000;
  font-weight: 400;
  font-size: clamp(1rem, 1.1111111111vw, 1.5rem);
  line-height: 1.5;
  font-family: "Lato", sans-serif;
  letter-spacing: 0.05em;
  transition: opacity 0.4s, transform 0.5s cubic-bezier(0.18, 0.51, 0.33, 1);
}
.p-globalNav__link:hover,
.p-globalNav__link:focus {
  opacity: 0.7;
}
.p-globalNav__link.is-current::after {
  position: absolute;
  top: -10px;
  left: 50%;
  width: 8px;
  height: 8px;
  transform: translateX(-50%);
  border-radius: 50%;
  background-image: linear-gradient(
    135deg,
    #2e1dad 24.18%,
    #623abe 49.3%,
    #6980da 66.97%,
    #71cbf8 91.31%
  );
  content: "";
}

.p-globalNav__img {
  display: inline-block;
  width: clamp(16px, 1.1111111111vw, 1.375rem);
  margin-right: 5px;
  vertical-align: -1px;
}

.p-fv {
  margin-top: 150px;
  overflow: hidden;
}

.p-fv__inner {
  position: relative;
  aspect-ratio: 1440 / 823;
}
.p-fv__inner:before,
.p-fv__inner:after {
  position: absolute;
  width: 19.7916666667vw;
  height: 19.7916666667vw;
  border-radius: 50%;
  background-image: linear-gradient(
    135deg,
    #2e1dad 24.18%,
    #623abe 49.3%,
    #6980da 66.97%,
    #71cbf8 91.31%
  );
  content: "";
  opacity: 0.7;
}
.p-fv__inner:before {
  top: 8.8699878493%;
  right: 0.6944444444vw;
  filter: blur(40px);
}
.p-fv__inner:after {
  z-index: -1;
  top: 50.1822600243%;
  left: -9.7916666667vw;
  filter: blur(50px);
}

.p-fv__img1 {
  width: 37.3611111111vw;
  border-radius: 20px;
}

.p-fv__imgWrapper1 {
  z-index: 2;
  position: absolute;
  top: 11.1786148238%;
  left: 31.25vw;
  filter: blur(5px);
  opacity: 0;
  transition: opacity 1.7s, filter 1s;
}
.p-fv__imgWrapper1.is-load {
  filter: blur(0);
  opacity: 1;
}

.p-fv__img2 {
  width: 14.0277777778vw;
  border-radius: 20px;
}

.p-fv__imgWrapper2 {
  z-index: 1;
  position: absolute;
  top: 5.8323207776%;
  left: 19.6527777778vw;
  filter: blur(5px);
  opacity: 0;
  transition: opacity 1.5s, filter 0.8s;
}
.p-fv__imgWrapper2.is-load {
  filter: blur(0);
  opacity: 1;
}

.p-fv__img3 {
  width: 13.125vw;
  border-radius: 20px;
}

.p-fv__imgWrapper3 {
  position: absolute;
  top: 0%;
  right: 8.125vw;
  filter: blur(5px);
  opacity: 0;
  transition: opacity 1.5s, filter 0.8s;
}
.p-fv__imgWrapper3.is-load {
  filter: blur(0);
  opacity: 1;
}

.p-fv__img4 {
  width: 16.3888888889vw;
  border-radius: 20px 0 0 20px;
}

.p-fv__imgWrapper4 {
  position: absolute;
  top: 69.744835966%;
  right: 0;
  filter: blur(5px);
  opacity: 0;
  transition: opacity 1.5s, filter 0.8s;
}
.p-fv__imgWrapper4.is-load {
  filter: blur(0);
  opacity: 1;
}

.p-fv__img5 {
  width: 20.4861111111vw;
  border-radius: 0 20px 20px 0;
}

.p-fv__imgWrapper5 {
  position: absolute;
  top: 41.1907654921%;
  left: -30px;
  filter: blur(5px);
  opacity: 0;
  transition: opacity 1.5s, filter 0.8s;
}
.p-fv__imgWrapper5.is-load {
  filter: blur(0);
  opacity: 1;
}

.p-fv__img6 {
  width: 15.8333333333vw;
  border-radius: 20px;
}

.p-fv__imgWrapper6 {
  z-index: 3;
  position: absolute;
  top: 43.4993924666%;
  right: 21.7152777778vw;
  filter: blur(5px);
  opacity: 0;
  transition: opacity 1.5s, filter 0.8s;
}
.p-fv__imgWrapper6.is-load {
  filter: blur(0);
  opacity: 1;
}

.p-fv__copy {
  position: absolute;
  top: 74.4835965978%;
  margin-left: 4.1666666667vw;
  transform: translateY(20px);
  font-weight: 700;
  font-size: clamp(2.25rem, 4.8611111111vw, 7.5rem);
  line-height: 1.5;
  font-family: "Zen Old Mincho", serif;
  letter-spacing: 0.07em;
  opacity: 0;
  transition: opacity 1.5s, transform 1s;
}
.p-fv__copy.is-show {
  transform: translateY(0);
  opacity: 1;
}

.p-intro {
  margin: 80px 19.6527777778vw 160px 10.5555555556vw;
}

.p-intro__inner {
  display: flex;
  gap: 0 13.75vw;
}

p.intro__text {
  font-weight: 500;
  font-size: clamp(1.125rem, 1.3888888889vw, 1.875rem);
  line-height: 2;
  letter-spacing: 0.2em;
}
p.intro__text:first-child {
  margin-bottom: 40px;
}

.p-intro__imgWrapper {
  flex-shrink: 0;
  margin-top: 53px;
}

.p-intro__img {
  width: 15.9027777778vw;
  border-radius: 20px;
}

.p-hamburgerBtn {
  -webkit-appearance: none;
  -moz-appearance: none;
  display: none;
  appearance: none;
  position: relative;
  width: 32px;
  height: 22px;
  transform: translateY(-20px);
  border: 0;
  background-color: transparent;
  filter: blur(5px);
  opacity: 0;
  transition: opacity 1.5s, filter 0.8s, transform 1s;
}
.p-hamburgerBtn.is-load {
  transform: translateY(0);
  filter: blur(0);
  opacity: 1;
}

.p-hamburgerBtn__line {
  display: inline-block;
  width: 100%;
  height: 1px;
  background-color: #1b0000;
  transition: background-color 0.4s,
    transform 0.4s cubic-bezier(0.18, 0.51, 0.33, 1);
}
.p-hamburgerBtn__line:after,
.p-hamburgerBtn__line::before {
  position: absolute;
  left: 0;
  width: 100%;
  height: 1px;
  background-color: #1b0000;
  content: "";
  transition: background-color 0.4s,
    transform 0.4s cubic-bezier(0.18, 0.51, 0.33, 1);
}
.p-hamburgerBtn__line:before {
  top: 0;
}
.p-hamburgerBtn__line:after {
  bottom: 0;
}

.is-drawerActive .p-globalNav.is-load {
  visibility: visible;
  opacity: 1;
}
.is-drawerActive .p-hamburgerBtn__line {
  background-color: transparent;
}
.is-drawerActive .p-hamburgerBtn__line:after,
.is-drawerActive .p-hamburgerBtn__line::before {
  background-color: #fefffb;
}
.is-drawerActive .p-hamburgerBtn__line:before {
  top: 50%;
  transform: translateY(-50%) rotate(45deg);
}
.is-drawerActive .p-hamburgerBtn__line:after {
  bottom: 50%;
  transform: translateY(50%) rotate(-45deg);
}

:where(
    .u-visuallyHidden:not(:focus, :active, :focus-within, .not-visually-hidden)
  ) {
  -webkit-clip-path: inset(50%) !important;
  position: absolute !important;
  width: 1px !important;
  height: 1px !important;
  overflow: hidden !important;
  border: 0 !important;
  white-space: nowrap !important;
  clip-path: inset(50%) !important;
}

.u-margin--top56 {
  margin-top: 56px;
}

.u-margin--bottom40 {
  margin-bottom: 40px;
}

.u-margin--top80 {
  margin-top: 100px;
}

.u-spOnly {
  display: none;
}

.u-inlineBlock {
  display: inline-block;
}

.p-about {
  display: grid;
  position: relative;
  grid-template-rows: auto auto auto;
  grid-template-columns: 26.5277777778vw 32.3611111111vw;
  grid-template-areas: "img title" "img text" "img button";
  place-items: center;
  gap: 0 19.1666666667vw;
}

.p-about__imgWrapper {
  -ms-grid-row: 1;
  -ms-grid-row-span: 5;
  -ms-grid-column: 1;
  position: relative;
  grid-area: img;
}

.p-novel > .p-about__imgWrapper {
  -ms-grid-row: 1;
  -ms-grid-row-span: 5;
  -ms-grid-column: 3;
}
.p-about__imgWrapper::after {
  z-index: -1;
  position: absolute;
  top: 12px;
  left: 20px;
  width: 26.5277777778vw;
  height: 21.5972222222vw;
  background-image: url(../../assets/images/common/profile-img.jpg);
  background-size: contain;
  background-repeat: no-repeat;
  content: "";
  filter: blur(30px);
  opacity: 0.7;
}

.p-about__img {
  width: 26.5277777778vw;
  border-radius: 10px;
}

.p-about__body {
  display: contents;
}
.p-about__body .c-heading {
  -ms-grid-row: 1;
  -ms-grid-column: 3;
  grid-area: title;
  justify-self: flex-start;
}

.p-about__text {
  -ms-grid-row: 3;
  -ms-grid-column: 3;
  grid-area: text;
  margin-top: 55px;
  font-weight: 400;
  font-size: 18px;
  font-size: clamp(1.125rem, 1.25vw, 1.75rem);
  line-height: 1.9;
  letter-spacing: 0.2em;
}

.p-novel > .p-about__text {
  -ms-grid-row: 3;
  -ms-grid-column: 1;
}

.p-about__btn {
  -ms-grid-row: 5;
  -ms-grid-column: 3;
  grid-area: button;
  justify-self: stretch;
  margin-top: 55px;
}

.p-novel > .p-about__btn {
  -ms-grid-row: 5;
  -ms-grid-column: 1;
}

.p-sns {
  margin-top: 120px;
}

.p-sns__list {
  display: flex;
  justify-content: center;
  gap: 0 6.9444444444vw;
}

.p-sns__title {
  display: inline-block;
  z-index: 1;
  position: absolute;
  top: -13px;
  left: 50%;
  width: 78%;
  transform: translateX(-50%);
  background-color: #fefffb;
  font-weight: 500;
  font-size: 1.25rem;
  line-height: 1;
  font-family: "Noto Sans JP", sans-serif;
  letter-spacing: 0.2em;
}

.p-sns__item {
  position: relative;
  flex: 0 1 auto;
  padding: 46px 42px 42px !important;
  border: 1px solid #1b0000 !important;
  border-radius: 10px !important;
  background-color: #fefffb;
  transition: 0.3s all;
}
.p-sns__item .twitter-tweet {
  margin-top: 0 !important;
  margin-bottom: 0 !important;
}
.p-sns__item .instagram-media {
  margin-bottom: 0 !important;
}
.p-sns__item .twitter-tweet,
.p-sns__item .instagram-media {
  min-width: 25vw !important;
  max-width: 25vw !important;
  max-height: 29.5138888889vw !important;
  overflow-y: hidden !important;
}
.p-gallery {
  margin-top: 120px;
  overflow-x: hidden;
}

.p-gallery__list {
  display: flex;
  gap: 0 1.9652777778vw;
  animation: slide 40s linear infinite;
}

.p-gallery__item {
  flex: 0 0 338px;
}

.p-gallery__img {
  width: 100%;
}

@keyframes slide {
  0% {
    transform: translateX(0);
  }
  100% {
    transform: translateX(-2028px);
  }
}
.p-shop {
  display: grid;
  grid-template: auto/34.7% 1fr;
  overflow: hidden;
  border-radius: 20px;
  transition: 0.4s all;
}

.p-shop__imgWrapper {
  overflow: hidden;
}

.p-shop__img {
  transition: 0.3s all;
}
.p-shop__body {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: center;
  padding-left: 4.1666666667vw;
  background-image: linear-gradient(
    135deg,
    #2e1dad 24.18%,
    #623abe 49.3%,
    #6980da 66.97%,
    #71cbf8 91.31%
  );
}

.p-shop__btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 245px;
  max-height: 78px;
  margin-top: 50px;
  padding: 24px 0;
  gap: 10px;
  border: 1px solid #fefffb;
  border-radius: 50px;
  color: #fefffb;
  font-weight: 500;
  font-size: 1.25rem;
  line-height: 1.5;
  letter-spacing: 0.02em;
  transition: 0.3s all;
}

.p-shop__btn__img {
  width: 20px;
  vertical-align: -2px;
}

.p-blog__list {
  display: flex;
  margin-top: 120px;
  gap: 0 4.1666666667vw;
}

.p-blog__item {
  width: 23.6111111111vw;
}
.p-blog__imgWrapper {
  overflow: hidden;
  border-radius: 10px;
}

.p-blog__img {
  width: 100%;
  border-radius: 10px;
  transition: 0.3s all;
}

.p-blog__body {
  padding-top: 16px;
}

.p-blog__label {
  display: block;
  position: relative;
  width: -moz-fit-content;
  width: fit-content;
  padding-bottom: 6px;
  color: #4e4e4e;
  font-weight: 400;
  font-size: 1rem;
  line-height: 1;
  font-family: "Lato", sans-serif;
  letter-spacing: 0.2em;
}
.p-blog__label:after {
  display: block;
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 1px;
  background-image: linear-gradient(
    135deg,
    #2e1dad 24.18%,
    #623abe 49.3%,
    #6980da 66.97%,
    #71cbf8 91.31%
  );
  content: "";
}

.p-blog__title {
  -webkit-box-orient: vertical;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  margin-top: 16px;
  overflow: hidden;
  color: #1b0000;
  font-weight: 700;
  font-size: 1.25rem;
  line-height: 1.5;
  letter-spacing: 0.08em;
  text-align: left;
  text-overflow: ellipsis;
}

.p-blog__btn {
  display: flex;
  justify-content: center;
  margin-top: 80px;
}

.p-novel {
  display: grid;
  position: relative;
  grid-template-rows: auto auto auto;
  grid-template-columns: 33.5416666667vw 25.9027777778vw;
  grid-template-areas: "title img" "text img" "button img";
  place-items: center;
  gap: 0 9.2361111111vw;
}

.p-novel__body {
  display: contents;
}
.p-novel__body .c-heading {
  -ms-grid-row: 1;
  -ms-grid-column: 1;
  grid-area: title;
  justify-self: flex-start;
}

.p-novel__text {
  -ms-grid-row: 3;
  -ms-grid-column: 3;
  grid-area: text;
  margin-top: 55px;
  font-weight: 400;
  font-size: 1.125rem;
  letter-spacing: 0.2em;
}

.p-novel > .p-novel__text {
  -ms-grid-row: 3;
  -ms-grid-column: 1;
}

.p-novel__btn {
  -ms-grid-row: 5;
  -ms-grid-column: 3;
  grid-area: button;
  justify-self: stretch;
  margin-top: 55px;
}

.p-novel > .p-novel__btn {
  -ms-grid-row: 5;
  -ms-grid-column: 1;
}

.p-novel__imgWrapper {
  -ms-grid-row: 1;
  -ms-grid-row-span: 5;
  -ms-grid-column: 1;
  grid-area: img;
}

.p-novel > .p-novel__imgWrapper {
  -ms-grid-row: 1;
  -ms-grid-row-span: 5;
  -ms-grid-column: 3;
}

.p-contactArea {
  display: flex;
  justify-content: center;
  margin-top: 94px;
  color: #fefffb;
  text-align: center;
}

.p-contactArea__tel {
  position: relative;
  padding-right: 100px;
  border-right: 1px solid #4e4e4e;
}

.p-contactArea__tel__text {
  font-weight: 500;
  font-size: 1.125rem;
  line-height: 1.9;
  letter-spacing: 0.2em;
}

.p-contactArea__tel__number {
  margin-top: 41px;
  font-weight: 700;
  white-space: nowrap;
}

.p-contactArea__tel__link {
  color: #fefffb;
  font-size: 2.3125rem;
  line-height: 1;
  font-family: "Lato", sans-serif;
  letter-spacing: 0.08em;
}
.p-contactArea__tel__link span {
  font-size: 1.625rem;
  line-height: 1;
  font-family: "Lato", sans-serif;
  letter-spacing: 0.08em;
}

.p-contactArea__mail {
  flex: 0 0 316px;
  margin-left: 100px;
}

.p-contactArea__mail__text {
  font-weight: 500;
  font-size: 1.125rem;
  line-height: 1.9;
  letter-spacing: 0.2em;
}

.p-contactArea__mail__btn {
  display: flex;
  justify-content: center;
  margin-top: 16px;
}

.p-blogCont {
  position: relative;
  margin-top: 120px;
}
.p-blogCont:before,
.p-blogCont:after {
  display: block;
  z-index: -1;
  position: fixed;
  aspect-ratio: 1/1;
  width: 19.7916666667%;
  border-radius: 50%;
  background-image: linear-gradient(
    135deg,
    #2e1dad 24.18%,
    #623abe 49.3%,
    #6980da 66.97%,
    #71cbf8 91.31%
  );
  content: "";
  filter: blur(50px);
  opacity: 0.7;
}
.p-blogCont:before {
  top: 217px;
  right: -2.2222222222vw;
}
.p-blogCont:after {
  top: 447px;
  left: -6.5972222222vw;
}

.p-blogCont__list.--2col {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 0 5.1388888889vw;
}
.p-blogCont__list.--2col .p-blogCont__imgWrapper {
  aspect-ratio: 622/385;
}
.p-blogCont__list.--3col {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  margin-top: 60px;
  gap: 4.1666666667vw 3.125vw;
}
.p-blogCont__list.--3col .p-blogCont__imgWrapper {
  aspect-ratio: 407/251;
}
.p-blogCont__list.--3col .p-blogCont__body {
  margin-top: 20px;
}

.p-blogCont__link {
  display: flex;
  flex-direction: column;
}
.p-blogCont__img {
  -o-object-fit: cover;
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: all 0.4s;
}

.p-blogCont__imgWrapper {
  flex-shrink: 0;
  overflow: hidden;
}

.p-blogCont__body {
  margin-top: 30px;
  transition: all 0.4s;
}

.p-blogCont__title {
  -webkit-box-orient: vertical; /* 縦方向に並べる */
  display: -webkit-box;
  max-width: 100%;
  -webkit-line-clamp: 1; /* 2行で切る */
  overflow: hidden;
  color: #1b0000;
  font-weight: 700;
  font-size: 1.25rem;
  line-height: 1;
  letter-spacing: 0.08em;
}

.p-blogCont__text {
  -webkit-box-orient: vertical;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  margin-top: 20px;
  overflow: hidden;
  color: #1b0000;
  font-weight: 400;
  font-size: 1.125rem;
  line-height: 2;
  letter-spacing: 0.1em;
}

.p-blogCont__date {
  margin-top: 20px;
  color: #4e4e4e;
  font-weight: 400;
  font-size: 1.125rem;
  line-height: 1;
  font-family: "Lato", sans-serif;
  letter-spacing: 0.1em;
}

.p-blogCont__btn {
  display: flex;
  justify-content: center;
  margin: 120px 0;
}

.p-aboutFv {
  position: relative;
  padding-top: 120px;
  padding-bottom: 70px;
}
.p-aboutFv:before,
.p-aboutFv:after {
  z-index: -1;
  position: absolute;
  aspect-ratio: 1/1;
  width: 19.7916666667%;
  border-radius: 50%;
  background-image: linear-gradient(
    135deg,
    #2e1dad 24.18%,
    #623abe 49.3%,
    #6980da 66.97%,
    #71cbf8 91.31%
  );
  content: "";
  filter: blur(50px);
  opacity: 0.7;
}
.p-aboutFv:before {
  top: 70px;
  right: 3.6111111111vw;
}
.p-aboutFv:after {
  bottom: -48px;
  left: -10.4166666667vw;
}

.p-aboutFv__inner {
  display: flex;
  justify-content: space-between;
  max-width: 76.1805555556vw;
  margin: 0 auto;
  gap: 0 12.5vw;
}

.p-aboutFv__title {
  display: block;
  transform: translateY(15px);
  font-weight: 700;
  font-size: clamp(2.25rem, 4.8611111111vw, 7.5rem);
  line-height: 1.5;
  font-family: "Zen Old Mincho", serif;
  letter-spacing: 0.07em;
  opacity: 0;
  transition: opacity 1.5s, transform 1.5s cubic-bezier(0.18, 0.51, 0.33, 1);
}
.p-aboutFv__title.is-show {
  transform: translateY(0);
  opacity: 1;
}
.p-aboutFv__title span {
  display: block;
  white-space: nowrap;
}
.p-aboutFv__title .p-aboutFv__title-under {
  display: block;
  margin-left: 5.2083333333vw;
}

.p-aboutFv__imgWrapper {
  max-width: 27.25vw;
  margin-top: 123px;
  filter: blur(3px);
  opacity: 0;
  transition: opacity 1.4s, filter 0.6s cubic-bezier(0.18, 0.51, 0.33, 1);
}
.p-aboutFv__imgWrapper.is-show {
  filter: blur(0);
  opacity: 1;
}

.p-aboutFv__img {
  width: 100%;
}

.p-aboutCont {
  position: relative;
}

.p-aboutCont__inner {
  display: flex;
  position: relative;
  flex-direction: row-reverse;
  justify-content: space-between;
  max-width: 76.1805555556vw;
  margin: 0 auto;
  padding-bottom: 240px;
}
.p-aboutCont__inner.--reverse {
  flex-direction: row;
}
.p-aboutCont__inner.--layoutA:before,
.p-aboutCont__inner.--layoutA:after {
  z-index: -1;
  position: absolute;
  aspect-ratio: 1/1;
  width: 19.7916666667%;
  border-radius: 50%;
  background-image: linear-gradient(
    135deg,
    #2e1dad 24.18%,
    #623abe 49.3%,
    #6980da 66.97%,
    #71cbf8 91.31%
  );
  content: "";
  filter: blur(50px);
  opacity: 0.7;
}
.p-aboutCont__inner.--layoutA:before {
  top: 25.3472222222vw;
  right: -15.5555555556vw;
}
.p-aboutCont__inner.--layoutA:after {
  bottom: 0.2777777778vw;
  left: -16.9444444444vw;
}
.p-aboutCont__inner.--layoutC:before,
.p-aboutCont__inner.--layoutC:after {
  z-index: -1;
  position: absolute;
  aspect-ratio: 1/1;
  width: 19.7916666667%;
  border-radius: 50%;
  background-image: linear-gradient(
    135deg,
    #2e1dad 24.18%,
    #623abe 49.3%,
    #6980da 66.97%,
    #71cbf8 91.31%
  );
  content: "";
  filter: blur(50px);
  opacity: 0.7;
}
.p-aboutCont__inner.--layoutC:before {
  top: -18.8194444444vw;
  right: -15.7638888889vw;
}
.p-aboutCont__inner.--layoutC:after {
  bottom: 3.3333333333vw;
  left: -7.9861111111vw;
}

.p-aboutCont__body {
  max-width: 37.4305555556vw;
}

.p-aboutCont__title {
  display: flex;
  position: relative;
  flex-direction: column;
  gap: 10px 0;
  font-weight: 700;
  font-size: 2rem;
  line-height: 1;
  font-family: "Zen Old Mincho", serif;
  letter-spacing: 0.12em;
}

.--layoutB .p-aboutCont__title {
  padding-left: 1.55em;
  line-height: 1.5;
}
.--layoutB .p-aboutCont__title:before {
  position: absolute;
  top: 0;
  left: 0;
  content: "1、";
}

.--layoutC .p-aboutCont__title {
  padding-left: 1.55em;
  line-height: 1.5;
}
.--layoutC .p-aboutCont__title:before {
  position: absolute;
  top: 0;
  left: 0;
  content: "2、";
}

.p-aboutCont__title__label {
  font-size: 1.125rem;
  letter-spacing: 0.08em;
}

.p-aboutCont__title__name {
  font-size: 2rem;
  letter-spacing: 0.12em;
}

.p-aboutCont__img {
  width: 100%;
  border-radius: 10px;
}

.p-aboutCont__imgWrapper:has(.--profile) {
  position: relative;
  max-width: 28.4722222222vw;
}
.p-aboutCont__imgWrapper:has(.--profile)::after {
  z-index: -1;
  position: absolute;
  top: 12px;
  left: 20px;
  width: 28.4722222222vw;
  height: 23.2638888889vw;
  background-image: url(../../assets/images/common/profile-img.jpg);
  background-size: contain;
  background-repeat: no-repeat;
  content: "";
  filter: blur(30px);
  opacity: 0.7;
}
.p-aboutCont__imgWrapper:has(.--img1) {
  max-width: 10.4861111111vw;
  margin-top: 8.75vw;
  margin-left: 8.9583333333vw;
}
.p-aboutCont__imgWrapper:has(.--img2) {
  max-width: 18.4722222222vw;
  margin-top: 5vw;
}
.p-aboutCont__imgWrapper:has(.--img3) {
  max-width: 22.3611111111vw;
  margin-top: 6.1805555556vw;
  margin-left: 8.2638888889vw;
}
.p-aboutCont__imgWrapper:has(.--img4) {
  max-width: 8.4722222222vw;
}
.p-aboutCont__imgWrapper:has(.--img5) {
  max-width: 16.25vw;
  margin-top: 3.9583333333vw;
  margin-left: 13.0555555556vw;
}
.p-aboutCont__imgWrapper:has(.--img6) {
  max-width: 22.3611111111vw;
  margin-top: 4.0277777778vw;
  margin-left: 3.6111111111vw;
}
.p-aboutCont__imgWrapper:has(.--img7) {
  max-width: 25.7986111111vw;
}
.p-aboutCont__imgWrapper:has(.--img8) {
  max-width: 14.7222222222vw;
  margin-top: -2.5694444444vw;
  margin-left: 14.3055555556vw;
}
.p-aboutCont__imgWrapper:has(.--img9) {
  max-width: 12.6111111111vw;
  margin-top: 6.5277777778vw;
  margin-left: 5.1388888889vw;
}

.p-aboutCont__textWrap {
  margin-top: 50px;
}

.p-aboutCont__text {
  margin-top: 40px;
  font-weight: 500;
  font-size: 1.25rem;
  line-height: 2;
  font-family: "Noto Sans JP", sans-serif;
  letter-spacing: 0.2em;
}
.p-aboutCont__imgArea.--layoutA {
  max-width: 30.625vw;
}
.p-aboutCont__imgArea.--layoutB {
  max-width: 30.6944444444vw;
}
.p-aboutCont__imgArea.--layoutC {
  max-width: 29.0277777778vw;
}

.p-singlePost {
  margin-top: 80px;
}

.p-singlePost__inner {
  max-width: 45.1388888889vw;
  margin: 0 auto;
}

.p-singlePost__header {
  display: flex;
  position: relative;
  flex-direction: column;
  gap: 20px 0;
}
.p-singlePost__header:before,
.p-singlePost__header:after {
  z-index: -1;
  position: absolute;
  aspect-ratio: 1/1;
  width: 19.7916666667%;
  border-radius: 50%;
  background-image: linear-gradient(
    135deg,
    #2e1dad 24.18%,
    #623abe 49.3%,
    #6980da 66.97%,
    #71cbf8 91.31%
  );
  content: "";
  filter: blur(50px);
  opacity: 0.6;
}
.p-singlePost__header:before {
  top: -45px;
  right: -4.1666666667vw;
}
.p-singlePost__header:after {
  top: 179px;
  left: -4.2361111111vw;
}

.p-singlePost__imgWrapper.post-thumbnail {
  aspect-ratio: 650/430;
  max-width: 45.1388888889vw;
  overflow: hidden;
}

.p-singlePost__img {
  -o-object-fit: cover;
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: all 0.4s;
}

.p-singlePost__body {
  align-self: flex-end;
  max-width: 38.75vw;
}

.p-singlePost__title.post-title {
  font-weight: 700;
  font-size: 1.25rem;
  line-height: 1.5;
  letter-spacing: 0.08em;
}

.p-singlePost__date time {
  display: block;
  margin-top: 12px;
  color: #4e4e4e;
  font-weight: 400;
  font-size: 1.125rem;
  line-height: 1;
  font-family: "Lato", sans-serif;
  letter-spacing: 0.1em;
  text-align: right;
}

.p-singlePost__content.post-content {
  margin-top: 60px;
  font-weight: 400;
  font-size: 1.125rem;
  line-height: 2;
  letter-spacing: 0.1em;
}
.p-singlePost__content.post-content p,
.p-singlePost__content.post-content h2,
.p-singlePost__content.post-content div,
.p-singlePost__content.post-content figure {
  margin-top: 40px;
}
.p-singlePost__content.post-content div:has(> img),
.p-singlePost__content.post-content .wp-block-image:has(> img) {
  aspect-ratio: 650/488;
  max-width: 45.1388888889vw;
  overflow: hidden;
}
.p-singlePost__content.post-content div:has(> img) img,
.p-singlePost__content.post-content .wp-block-image:has(> img) img {
  -o-object-fit: cover;
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: all 0.4s;
}
.p-singlePost__content.post-content strong {
  font-weight: 700;
}
.p-singlePost__content.post-content a {
  text-decoration: underline;
}

.p-singlePostNav.post-navigation {
  margin: 50px 0 120px;
}

.p-singlePostNav__inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  max-width: 45.1388888889vw;
  margin: 0 auto;
}

.p-singlePostNav__prev.nav-previous,
.p-singlePostNav__next.nav-next {
  color: #1b0000;
  font-weight: 700;
  font-size: 1.25rem;
  line-height: 2;
  letter-spacing: 0.1em;
}
.p-singlePostNav__prev.nav-previous a,
.p-singlePostNav__next.nav-next a {
  color: #1b0000;
}
.p-singlePostNav__prev.nav-previous .p-singlePostNav__link,
.p-singlePostNav__next.nav-next .p-singlePostNav__link {
  display: block;
  color: #1b0000;
}
@media (prefers-reduced-motion: no-preference) {
  :where(html:focus-within) {
    scroll-behavior: smooth;
  }
}
@media (max-width: 768px) {
  .l-container {
    max-width: 89.8666666667%;
  }
  .l-container.--sm {
    max-width: 89.8666666667%;
  }
  .l-container.--md {
    max-width: 89.8666666667%;
  }
  .l-container.--lg {
    max-width: 89.8666666667%;
  }
  .l-container.--about {
    max-width: 89.8666666667%;
  }
  .l-header {
    padding: 12px 0;
  }
  .l-header__inner {
    max-width: 89.8666666667%;
  }
  .l-section {
    padding: 90px 0;
  }
  .l-section.--about:before,
  .l-section.--about:after {
    width: 40%;
    filter: blur(40px);
  }
  .l-section.--about:before {
    z-index: -1;
    top: -18.4151785714%;
    right: auto;
    left: 16vw;
  }
  .l-section.--about:after {
    right: -6.6666666667vw;
    bottom: -3.2366071429%;
    left: auto;
  }
  .l-section.--gallery:before,
  .l-section.--gallery:after {
    width: 40%;
    filter: blur(40px);
  }
  .l-section.--gallery:before {
    z-index: -1;
    top: -19.8571428571%;
    right: -15.4666666667vw;
  }
  .l-section.--gallery:after {
    bottom: -10%;
    left: -7.2vw;
  }
  .l-section.--shop:after {
    width: 40%;
    filter: blur(40px);
  }
  .l-section.--blog:after {
    top: 116px;
    bottom: auto;
    width: 80%;
    height: calc(100% - 125px);
  }
  .l-section.--novel {
    padding: 180px 0;
  }
  .l-section.--novel:before,
  .l-section.--novel:after {
    width: 40%;
    filter: blur(40px);
  }
  .l-section.--novel:before {
    z-index: -1;
    top: 5.3859964093%;
    left: -19.4666666667vw;
  }
  .l-section.--novel:after {
    right: -16.5333333333vw;
    bottom: 3.5906642729%;
    left: auto;
  }
  .l-footer {
    padding: 40px 0;
  }
  .l-footer__inner {
    flex-direction: column;
    max-width: 89.8666666667%;
    gap: 40px;
  }
  .p-copyright {
    margin-top: 28px;
  }
  .p-copyright small {
    font-size: 1rem;
  }
  .p-pageTop {
    bottom: 42px;
  }
  .p-pageTop__link {
    width: 50px;
    height: 50px;
  }
  .c-btn {
    max-width: 100%;
  }
  .c-heading__en {
    font-size: 3.125rem;
  }
  .c-heading__ja {
    margin-top: 10px;
    font-size: 1.0625rem;
  }
  .c-breadcrumb {
    margin-top: 108px;
  }
  .c-breadcrumb__list {
    gap: 8px 38px;
  }
  .p-logo__text {
    font-size: 1.4375rem;
  }
  .p-globalNav {
    display: flex;
    visibility: hidden;
    z-index: -1;
    position: absolute;
    top: 0;
    left: 0;
    align-items: center;
    justify-content: center;
    width: 100%;
    height: 100vh;
    background-image: linear-gradient(
      135deg,
      #2e1dad 24.18%,
      #623abe 49.3%,
      #6980da 66.97%,
      #71cbf8 91.31%
    );
    transition: opacity 0.5s, visibility 0.5s ease-in-out;
  }
  .p-globalNav.is-load {
    transform: translateY(0);
    filter: blur(0);
    opacity: 0;
  }
  .p-globalNav__list {
    display: flex;
    flex-direction: column;
    gap: 50px 0;
  }
  .p-globalNav__item:last-of-type a {
    padding: 18px 42px;
    background-image: none;
    background-color: #fefffb;
    color: #1b0000;
    line-height: 1;
  }
  .p-globalNav__link {
    color: #fefffb;
    font-size: 1.25rem;
  }
  .p-globalNav__link.is-current::after {
    content: none;
  }
  .p-fv {
    margin-top: 0;
  }
  .p-fv__inner {
    aspect-ratio: 375 / 797;
    padding-top: 80px;
  }
  .p-fv__inner:before,
  .p-fv__inner:after {
    width: 40vw;
    height: 40vw;
  }
  .p-fv__inner:before {
    z-index: -1;
    top: 15.6838143036%;
    right: -20.2666666667vw;
  }
  .p-fv__inner:after {
    top: 66.6248431619%;
    left: -14.4vw;
  }
  .p-fv__img1 {
    width: 71.2vw;
  }
  .p-fv__imgWrapper1 {
    top: 30.112923463%;
    left: 14.4vw;
  }
  .p-fv__img2 {
    width: 28.5333333333vw;
  }
  .p-fv__imgWrapper2 {
    top: 22.3337515684%;
    left: 4.8vw;
  }
  .p-fv__img3 {
    width: 26.6666666667vw;
  }
  .p-fv__imgWrapper3 {
    top: 13.4253450439%;
    right: 2.4vw;
  }
  .p-fv__img4 {
    width: 33.2533333333vw;
  }
  .p-fv__imgWrapper4 {
    top: 65.1191969887%;
    right: 0vw;
  }
  .p-fv__img5 {
    width: 28.5333333333vw;
  }
  .p-fv__imgWrapper5 {
    top: 57.3400250941%;
    left: -2.6666666667vw;
  }
  .p-fv__img6 {
    width: 32.16vw;
  }
  .p-fv__imgWrapper6 {
    top: 48.3061480552%;
    right: 5.3333333333vw;
  }
  .p-fv__copy {
    top: 81.1794228356%;
    margin-left: 5.0666666667vw;
    line-height: 1.4;
  }
  .p-intro {
    margin: 50px 5.0666666667vw 90px;
  }
  .p-intro__inner {
    flex-direction: column;
    gap: 0 13.3333333333vw;
  }
  .p-intro__imgWrapper {
    justify-items: end;
    margin-top: 50px;
  }
  .p-intro__img {
    width: 51.7333333333vw;
  }
  .p-hamburgerBtn {
    display: flex;
    align-items: center;
  }
  .u-margin--top56 {
    margin-top: 140px;
  }
  .u-spOnly {
    display: block;
  }
  .p-about {
    grid-template-columns: 1fr;
    grid-template-areas: "title" "img" "text" "button";
    place-items: flex-start;
  }
  .p-about__imgWrapper {
    margin-top: 50px;
  }
  .p-about__imgWrapper::after {
    top: 6px;
    left: 12px;
    width: 87.2vw;
    height: 71.2vw;
    filter: blur(10px);
  }
  .p-about__img {
    width: 87.2vw;
  }
  .p-about__text {
    margin-top: 40px;
  }
  .p-about__btn {
    margin-top: 40px;
  }
  .p-sns {
    margin-top: 50px;
  }
  .p-sns__list {
    flex-direction: column;
    gap: 50px 0;
  }
  .p-shop__btn {
    min-width: 194px;
    margin-top: 24px;
    padding: 20px 40px;
    gap: 8px;
    font-size: 0.9375rem;
  }
  .p-blog__list {
    flex-direction: column;
    margin-top: 50px;
    gap: 13.3333333333vw 0;
  }
  .p-blog__item {
    width: 100%;
  }
  .p-blog__title {
    font-size: 1.125rem;
  }
  .p-blog__btn {
    margin-top: 50px;
  }
  .p-novel {
    grid-template-columns: 1fr;
    grid-template-areas: "title" "img" "text" "button";
    place-items: flex-start;
  }
  .p-novel__text {
    margin-top: 40px;
    font-size: 1rem;
  }
  .p-novel__btn {
    margin-top: 60px;
  }
  .p-novel__imgWrapper {
    margin-top: 50px;
  }
  .p-contactArea {
    flex-direction: column;
    margin-top: 60px;
  }
  .p-contactArea__tel {
    padding-right: 0;
    padding-bottom: 30px;
    border-right: 0;
  }
  .p-contactArea__tel:after {
    position: absolute;
    bottom: 0;
    left: 50%;
    width: 134px;
    height: 1px;
    transform: translateX(-50%);
    background-color: #4e4e4e;
    content: "";
  }
  .p-contactArea__tel__number {
    margin-top: 14px;
  }
  .p-contactArea__tel__link {
    font-size: 2rem;
  }
  .p-contactArea__mail {
    flex: 0 0 auto;
    margin-top: 30px;
    margin-left: 0;
    font-size: 2rem;
  }
  .p-blogCont {
    margin-top: 60px;
  }
  .p-blogCont:before,
  .p-blogCont:after {
    width: 40%;
    filter: blur(40px);
  }
  .p-blogCont:before {
    top: 132px;
    right: -22.6666666667vw;
  }
  .p-blogCont:after {
    top: 251px;
    left: -16vw;
  }
  .p-blogCont__list.--2col {
    grid-template-columns: repeat(1, 1fr);
    gap: 40px 0;
  }
  .p-blogCont__list.--3col {
    grid-template-columns: repeat(1, 1fr);
    margin-top: 40px;
    gap: 40px 0;
  }
  .p-blogCont__body {
    margin-top: 20px;
  }
  .p-blogCont__title {
    font-size: 1.125rem;
    line-height: 1.5;
  }
  .p-blogCont__text {
    margin-top: 10px;
    font-size: 1rem;
  }
  .p-blogCont__date {
    margin-top: 10px;
    font-size: 1rem;
  }
  .p-blogCont__btn {
    margin: 40px 0 120px;
  }
  .p-aboutFv {
    padding-top: 50px;
    padding-bottom: 90px;
  }
  .p-aboutFv:before,
  .p-aboutFv:after {
    width: 40%;
    filter: blur(40px);
  }
  .p-aboutFv:before {
    top: -25px;
    right: -16.5333333333vw;
  }
  .p-aboutFv:after {
    left: -4.8vw;
  }
  .p-aboutFv__inner {
    flex-direction: column;
    max-width: none;
    gap: 60px 0;
  }
  .p-aboutFv__title .p-aboutFv__title-under {
    margin-left: 10.9333333333vw;
  }
  .p-aboutFv__imgWrapper {
    align-self: flex-end;
    max-width: 66.2666666667vw;
    margin-top: 0;
  }
  .p-aboutCont {
    margin-top: 90px;
  }
  .p-aboutCont__inner {
    flex-direction: column;
    max-width: 100%;
    padding-bottom: 180px;
  }
  .p-aboutCont__inner.--reverse {
    flex-direction: column;
  }
  .p-aboutCont__inner.--layoutA:before,
  .p-aboutCont__inner.--layoutA:after {
    width: 40%;
    filter: blur(40px);
  }
  .p-aboutCont__inner.--layoutA:before {
    top: 144.5333333333vw;
    right: -34.1333333333vw;
  }
  .p-aboutCont__inner.--layoutA:after {
    top: 380.8vw;
    bottom: auto;
    left: -32vw;
  }
  .p-aboutCont__inner.--layoutB:before {
    z-index: -1;
    position: absolute;
    top: -59.2vw;
    left: 72.8vw;
    aspect-ratio: 1/1;
    width: 40%;
    border-radius: 50%;
    background-image: linear-gradient(
      135deg,
      #2e1dad 24.18%,
      #623abe 49.3%,
      #6980da 66.97%,
      #71cbf8 91.31%
    );
    content: "";
    filter: blur(40px);
    opacity: 0.7;
  }
  .p-aboutCont__inner.--layoutC:before,
  .p-aboutCont__inner.--layoutC:after {
    width: 40%;
    filter: blur(40px);
  }
  .p-aboutCont__inner.--layoutC:before {
    top: -54.4vw;
    right: auto;
    left: -12.2666666667vw;
  }
  .p-aboutCont__inner.--layoutC:after {
    bottom: 18.1333333333vw;
    left: 69.3333333333vw;
  }
  .p-aboutCont__body {
    max-width: 100%;
  }
  .p-aboutCont__title {
    gap: 8px 0;
  }
  .p-aboutCont__title:not(:first-of-type) {
    color: red;
  }
  .p-aboutCont__title__label {
    font-size: 0.90625rem;
  }
  .p-aboutCont__title__name {
    font-size: 1.625rem;
  }
  .p-aboutCont__img.--img2 {
    border-radius: 0 10px 10px 0;
  }
  .p-aboutCont__img.--img3 {
    border-radius: 10px 0 0 10px;
  }
  .p-aboutCont__img.--img5 {
    border-radius: 10px 0 0 10px;
  }
  .p-aboutCont__img.--img7 {
    border-radius: 0 10px 10px 0;
  }
  .p-aboutCont__imgWrapper:has(.--profile) {
    order: -1;
    max-width: 100%;
    margin-bottom: 20px;
  }
  .p-aboutCont__imgWrapper:has(.--profile)::after {
    top: 6px;
    left: 12px;
    width: 87.2vw;
    height: 71.2vw;
    filter: blur(10px);
  }
  .p-aboutCont__imgWrapper:has(.--img1) {
    max-width: 36.5333333333vw;
    margin-top: 10.6666666667vw;
    margin-left: 56.8vw;
  }
  .p-aboutCont__imgWrapper:has(.--img2) {
    max-width: 54.1333333333vw;
    margin-top: 10.1333333333vw;
    margin-left: -5.0666666667vw;
  }
  .p-aboutCont__imgWrapper:has(.--img3) {
    max-width: 60.8vw;
    margin-top: 14.6666666667vw;
    margin-right: -5.0666666667vw;
    margin-left: auto;
  }
  .p-aboutCont__imgWrapper:has(.--img4) {
    max-width: 36.2666666667vw;
    margin-left: 11.7333333333vw;
  }
  .p-aboutCont__imgWrapper:has(.--img5) {
    max-width: 54.4vw;
    margin-top: 9.0666666667vw;
    margin-right: -9.6vw;
    margin-left: auto;
  }
  .p-aboutCont__imgWrapper:has(.--img6) {
    max-width: 69.8666666667vw;
    margin-top: 20.8vw;
    margin-left: 2.6666666667vw;
  }
  .p-aboutCont__imgWrapper:has(.--img7) {
    max-width: 88.8vw;
    margin-top: 0;
    margin-left: -14.6666666667vw;
  }
  .p-aboutCont__imgWrapper:has(.--img8) {
    max-width: 50.6666666667vw;
    margin-top: -9.6vw;
    margin-left: 44.2666666667vw;
  }
  .p-aboutCont__imgWrapper:has(.--img9) {
    max-width: 37.6vw;
    margin-top: 5.8666666667vw;
    margin-left: 10.6666666667vw;
  }
  .p-aboutCont__textWrap {
    margin-top: 30px;
  }
  .p-aboutCont__text {
    font-size: 1.125rem;
  }
  .p-aboutCont__text:first-of-type {
    margin-top: 30px;
  }
  .p-aboutCont__imgArea {
    margin-top: 40px;
  }
  .p-aboutCont__imgArea.--layoutA {
    display: contents;
    max-width: 100%;
  }
  .p-aboutCont__imgArea.--layoutB {
    max-width: 100%;
  }
  .p-aboutCont__imgArea.--layoutC {
    max-width: 100%;
  }
  .p-singlePost {
    margin-top: 60px;
  }
  .p-singlePost__inner {
    max-width: 100%;
  }
  .p-singlePost__header:before,
  .p-singlePost__header:after {
    width: 40%;
    filter: blur(40px);
  }
  .p-singlePost__header:before {
    top: -43px;
    right: -15.7333333333vw;
  }
  .p-singlePost__header:after {
    top: 105px;
    left: -21.6vw;
  }
  .p-singlePost__imgWrapper.post-thumbnail {
    aspect-ratio: 337/214;
    max-width: 100%;
  }
  .p-singlePost__body {
    max-width: 100%;
  }
  .p-singlePost__title.post-title {
    font-size: 1.125rem;
  }
  .p-singlePost__date time {
    font-size: 1rem;
  }
  .p-singlePost__content.post-content {
    max-width: 100%;
    margin-top: 50px;
  }
  .p-singlePost__content.post-content div:has(> img),
  .p-singlePost__content.post-content .wp-block-image:has(> img) {
    aspect-ratio: 337/214;
    max-width: 100%;
  }
  .p-singlePostNav.post-navigation {
    margin: 60px 0 120px;
  }
  .p-singlePostNav__inner {
    max-width: 100%;
  }
  .p-singlePostNav__prev.nav-previous,
  .p-singlePostNav__next.nav-next {
    font-size: 1.125rem;
  }
  .p-about__imgWrapper {
    -ms-grid-row: 2;
    -ms-grid-row-span: 1;
    -ms-grid-column: 1;
  }
  .p-novel > .p-about__imgWrapper {
    -ms-grid-row: 2;
    -ms-grid-row-span: 1;
    -ms-grid-column: 1;
  }
  .p-about__body .c-heading {
    -ms-grid-row: 1;
    -ms-grid-column: 1;
  }
  .p-novel > .c-heading {
    -ms-grid-row: 1;
    -ms-grid-column: 1;
  }
  .p-about__text {
    -ms-grid-row: 3;
    -ms-grid-column: 1;
  }
  .p-novel > .p-about__text {
    -ms-grid-row: 3;
    -ms-grid-column: 1;
  }
  .p-about__btn {
    -ms-grid-row: 4;
    -ms-grid-column: 1;
  }
  .p-novel > .p-about__btn {
    -ms-grid-row: 4;
    -ms-grid-column: 1;
  }
  .p-novel__body .c-heading {
    -ms-grid-row: 1;
    -ms-grid-column: 1;
  }
  .p-novel > .c-heading {
    -ms-grid-row: 1;
    -ms-grid-column: 1;
  }
  .p-novel__text {
    -ms-grid-row: 3;
    -ms-grid-column: 1;
  }
  .p-novel > .p-novel__text {
    -ms-grid-row: 3;
    -ms-grid-column: 1;
  }
  .p-novel__btn {
    -ms-grid-row: 4;
    -ms-grid-column: 1;
  }
  .p-novel > .p-novel__btn {
    -ms-grid-row: 4;
    -ms-grid-column: 1;
  }
  .p-novel__imgWrapper {
    -ms-grid-row: 2;
    -ms-grid-row-span: 1;
    -ms-grid-column: 1;
  }
  .p-novel > .p-novel__imgWrapper {
    -ms-grid-row: 2;
    -ms-grid-row-span: 1;
    -ms-grid-column: 1;
  }
}
@media (any-hover: hover) {
  .c-btn:hover {
    padding: 0 45px;
    transform: scale(0.96);
    transition: 0.3s all;
  }
  .p-sns__item:has(> .twitter-tweet:hover),
  .p-sns__item:has(> .instagram-media:hover) {
    transform: scale(0.98);
    transition: 0.3s all;
  }
  .p-shop:hover {
    transform: scale(0.98);
    transition: all 0.4s;
  }
  .p-blog__item:hover .p-blog__img {
    transform: scale(1.05);
    transition: 0.3s all;
  }
  .p-blogCont__link:hover .p-blogCont__img {
    transform: scale(1.05);
    transition: all 0.4s;
  }
  .p-blogCont__link:hover .p-blogCont__body {
    opacity: 0.7;
  }
}
@media (max-width: 992px) {
  .c-heading.--shop {
    text-align: center;
  }
  .u-margin--left250 {
    margin-left: 250px;
  }
  .p-sns__item {
    padding: 30px 12px 12px !important;
  }
  .p-sns__item .twitter-tweet,
  .p-sns__item .instagram-media {
    min-width: 310px !important;
    max-width: 100% !important;
    min-height: 446px !important;
  }
  .p-gallery {
    margin-top: 50px;
  }
  .p-gallery__item {
    flex: 0 0 306px;
  }
  .p-shop {
    grid-template: auto/1fr;
  }
  .p-shop__body {
    align-items: center;
    padding: 14.8367952522% 0;
  }
  .p-shop__btn__img {
    width: 16px;
  }
}

/*# sourceMappingURL=common.css.map*/
