html {
  -webkit-text-size-adjust: 100%;
  box-sizing: border-box;
  -moz-tab-size: 4;
  -o-tab-size: 4;
     tab-size: 4;
  word-break: normal;
}

*, :after, :before {
  background-repeat: no-repeat;
  box-sizing: inherit;
}

:after, :before {
  text-decoration: inherit;
  vertical-align: inherit;
}

* {
  margin: 0;
  padding: 0;
}

hr {
  color: inherit;
  height: 0;
  overflow: visible;
}

details, main {
  display: block;
}

summary {
  display: list-item;
}

small {
  font-size: 80%;
}

[hidden] {
  display: none;
}

abbr[title] {
  border-bottom: none;
  text-decoration: underline;
  -webkit-text-decoration: underline dotted;
          text-decoration: underline dotted;
}

a {
  background-color: transparent;
}

a:active, a:hover {
  outline-width: 0;
}

code, kbd, pre, samp {
  font-family: monospace, monospace;
}

pre {
  font-size: 1em;
}

b, strong {
  font-weight: bolder;
}

sub, sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

table {
  border-color: inherit;
  text-indent: 0;
}

iframe {
  border-style: none;
}

input {
  border-radius: 0;
}

[type=number]::-webkit-inner-spin-button, [type=number]::-webkit-outer-spin-button {
  height: auto;
}

[type=search] {
  -webkit-appearance: textfield;
  outline-offset: -2px;
}

[type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
}

textarea {
  overflow: auto;
  resize: vertical;
}

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

optgroup {
  font-weight: 700;
}

button {
  overflow: visible;
}

button, select {
  text-transform: none;
}

[role=button], [type=button], [type=reset], [type=submit], button {
  cursor: pointer;
}

[type=button]::-moz-focus-inner, [type=reset]::-moz-focus-inner, [type=submit]::-moz-focus-inner, button::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

[type=button]::-moz-focus-inner, [type=reset]::-moz-focus-inner, [type=submit]::-moz-focus-inner, button:-moz-focusring {
  outline: 1px dotted ButtonText;
}

[type=reset], [type=submit], button, html [type=button] {
  -webkit-appearance: button;
}

button, input, select, textarea {
  background-color: transparent;
  border-style: none;
}

a:focus, button:focus, input:focus, select:focus, textarea:focus {
  outline-width: 0;
}

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

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

select::-ms-value {
  color: currentColor;
}

legend {
  border: 0;
  color: inherit;
  display: table;
  max-width: 100%;
  white-space: normal;
}

::-webkit-file-upload-button {
  -webkit-appearance: button;
  color: inherit;
  font: inherit;
}

[disabled] {
  cursor: default;
}

img {
  border-style: none;
}

progress {
  vertical-align: baseline;
}

[aria-busy=true] {
  cursor: progress;
}

[aria-controls] {
  cursor: pointer;
}

[aria-disabled=true] {
  cursor: default;
}

* {
  box-sizing: border-box;
  overflow-wrap: break-word;
  word-wrap: break-word;
  background-repeat: no-repeat;
}

html {
  overflow-y: scroll;
  font-weight: 400;
  font-size: 62.5%;
}
@supports (-webkit-touch-callout: none) {
  html {
    height: -webkit-fill-available;
  }
}

body {
  position: relative;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 1.6rem;
  font-family: "hiragino-kaku-gothic-pron", sans-serif;
  scroll-behavior: smooth;
  transition: 0.3s all;
  background-color: var(--color-bg);
  color: var(--color-text, #151515);
}
@supports (-webkit-touch-callout: none) {
  body {
    min-height: 100vh;
    min-height: -webkit-fill-available;
  }
}

ol,
ul {
  list-style: none;
}

img {
  max-width: 100%;
  height: auto;
  vertical-align: bottom;
}

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

a {
  transition: 0.3s all;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-weight: 400;
}

a,
button {
  font-family: inherit;
  font-size: inherit;
  letter-spacing: inherit;
  text-decoration: none;
  color: inherit;
}

.t-br {
  display: block;
}

.t-ib {
  display: inline-block;
}

.t-hidden {
  display: none;
}

.t-hiddenSp {
  display: none;
}

.t-taL {
  text-align: left !important;
}

.t-taR {
  text-align: right !important;
}

.t-taC {
  text-align: center !important;
}
.t-bold {
  font-weight: 600 !important;
}

.t-italic {
  font-style: italic !important;
}

.t-ttU {
  text-transform: uppercase !important;
}

.t-ttL {
  text-transform: lowercase !important;
}

.t-caution-color {
  color: var(--caution-color);
}

.t-mt0 {
  margin-top: 0 !important;
}

.t-visuallyHidden {
  clip: rect(0 0 0 0);
  -webkit-clip-path: inset(50%);
          clip-path: inset(50%);
  width: 1px;
  height: 1px;
  margin: -1px;
  overflow: hidden;
  position: absolute;
  white-space: nowrap;
}

:root {
  --color-main: #004cbd;
  --color-black: #000;
  --color-bg: #fff;
  --font-jp: "Noto Sans JP", sans-serif;
  --font-en: "Roboto", sans-serif;
}

.m-wrapper {
  width: 100%;
  max-width: 1240px;
  padding: 0 20px;
  margin-left: auto;
  margin-right: auto;
}

.l-header {
  position: fixed;
  width: 100vw;
  top: 0;
  left: 0;
  z-index: 10;
  mix-blend-mode: difference;
  -webkit-backdrop-filter: blur(50px);
          backdrop-filter: blur(50px);
  background: rgba(0, 0, 0, 0.5);
}
.l-header__inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 20px;
}
.l-header__logo {
  font-family: "Italiana", sans-serif;
  font-weight: 400;
  text-transform: uppercase;
  font-size: 2rem;
  line-height: 1;
  color: #fff;
  opacity: 0;
  visibility: hidden;
}
.l-header__logo img {
  width: 127px;
}
.l-header__logo.fixed {
  position: fixed;
  color: #000;
  top: 26px;
  left: 20px;
  opacity: 1;
  z-index: 10;
  visibility: visible;
}
.l-header__nav {
  display: flex;
  align-items: center;
}
.l-header__nav.active {
  visibility: visible;
  opacity: 1;
  pointer-events: all;
}
.l-header__navList {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: flex-end;
  gap: 5px 20px;
  font-family: "Noto Serif JP", serif;
  font-optical-sizing: auto;
  color: #000;
  width: calc(100% - 175px);
}
.l-header__navList li a {
  font-size: 1.5rem;
  font-weight: 400;
  line-height: 22.5px;
  letter-spacing: 0.02em;
  color: #fff;
}
.l-header__hambuger {
  width: 36px;
  aspect-ratio: 1/1;
  background: #3c3c3c;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  cursor: pointer;
  z-index: 11;
}
.l-header__hambuger.active {
  background: #fff;
}
.l-header__hambuger.active span {
  transition: margin 0.3s, 0.3s transform 0.3s;
  background: #3c3c3c;
}
.l-header__hambuger.active span:first-child {
  transform: rotate(135deg);
  margin-bottom: -1px;
}
.l-header__hambuger.active span:nth-of-type(2) {
  transform: rotate(225deg);
}
.l-header__hambuger span {
  width: 20px;
  height: 1px;
  background: #fff;
  transition: transform 0.3s, 0.3s margin 0.3s;
}
.l-header__hambuger span:first-child {
  margin-bottom: 10px;
}

.line-btn {
  font-family: "Noto Serif JP", serif;
  font-size: 1.5rem;
  font-weight: 400;
  line-height: 22.5px;
  letter-spacing: 0.02em;
  text-align: center;
  padding: 10px 20px;
  width: 158px;
  display: flex;
  margin-left: 20px;
  gap: 10px;
  opacity: 0;
  color: #fff;
  visibility: hidden;
  background: #06c755;
}
.line-btn::after {
  content: "";
  width: 20px;
  aspect-ratio: 1/1;
  -webkit-mask-image: url(../img/top/icon-line.svg);
          mask-image: url(../img/top/icon-line.svg);
  -webkit-mask-repeat: no-repeat;
          mask-repeat: no-repeat;
  -webkit-mask-size: cover;
          mask-size: cover;
  background: #fff;
  display: block;
}
.line-btn.fixed {
  opacity: 1;
  position: fixed;
  top: 20px;
  right: 20px;
  z-index: 10;
  visibility: visible;
}

.l-footer {
  padding: 20px 0;
}
.l-footer p {
  font-family: "Italiana", sans-serif;
  font-size: 1.2rem;
  font-weight: 400;
  line-height: 21.6px;
  letter-spacing: 0.02em;
  text-align: left;
  text-align: center;
}

.c-ttl {
  mix-blend-mode: difference;
}
.c-ttl.no-mix {
  mix-blend-mode: unset;
}
.c-ttl.no-mix span {
  color: #151515;
}
.c-ttl.center {
  text-align: center;
  margin-bottom: 50px;
}
.c-ttl.center .smaller {
  text-align: center;
}
.c-ttl span {
  display: block;
  color: #fff;
}
.c-ttl .en {
  font-family: "Italiana", sans-serif;
  font-size: 2rem;
  font-weight: 400;
  line-height: 23.56px;
  text-transform: uppercase;
  margin-bottom: 15px;
}
.c-ttl .jp {
  font-family: "Noto Serif JP", serif;
  font-size: 2.4rem;
  font-weight: 400;
  line-height: 43.2px;
  letter-spacing: 0.2em;
  text-align: left;
  margin-top: 25px;
}
.c-ttl .jp.smaller {
  font-size: 2rem;
  margin-top: 0;
}

.c-ttl__sub {
  font-family: var(--font-jp);
  font-size: 2.4rem;
  font-weight: 400;
  line-height: 1.5;
  letter-spacing: 0.04em;
  font-family: "Noto Serif JP", serif;
  padding-left: 30px;
  position: relative;
}
.c-ttl__sub::before {
  content: "";
  width: 20px;
  aspect-ratio: 20/2;
  background: #151515;
  position: absolute;
  top: 18px;
  left: 0;
}

.c-txt {
  font-size: 1.6rem;
  font-weight: 300;
  line-height: 2;
  letter-spacing: 0.04em;
  text-align: left;
  color: #fff;
  font-weight: 300;
  transition: 0.6s all ease;
}

.p-profileTtl {
  position: relative;
}
.p-profileTtl.animatable figure,
.p-profileTtl.animatable h1 {
  transition: 0.6s all ease;
  opacity: 0;
}
.p-profileTtl.animatable figure {
  transition-delay: 0.2s;
}
.p-profileTtl.animatable h1 {
  transition-delay: 0.4s;
}
.p-profileTtl.animatable.animated figure,
.p-profileTtl.animatable.animated h1 {
  opacity: 1;
}
.p-profileTtl figure {
  position: relative;
}
.p-profileTtl figure::before {
  content: "";
  width: 100%;
  height: 90px;
  position: absolute;
  left: 0;
  bottom: 0;
  background: linear-gradient(transparent, #fff);
}
.p-profileTtl figure img {
  width: 100%;
}
.p-profileTtl__inner {
  position: absolute;
  inset: 210px 0 120px 0;
}
.p-profileTtl__inner h1 {
  font-family: "Italiana", sans-serif;
  font-size: 80px;
  font-weight: 400;
  line-height: 120px;
  letter-spacing: 0.02em;
  color: #9f9f9f;
  mix-blend-mode: difference;
}

.p-profileAbout {
  background: url(../img/top/bg-menu.webp) no-repeat;
  background-size: cover;
  padding: 90px 0;
  position: relative;
}
.p-profileAbout::before, .p-profileAbout::after {
  content: "";
  width: 100%;
  height: 90px;
  position: absolute;
  left: 0;
}
.p-profileAbout::before {
  background: linear-gradient(#fff, transparent);
  top: 0;
}
.p-profileAbout::after {
  background: linear-gradient(transparent, #fff);
  bottom: 0;
}
.p-profileAbout__inner {
  display: flex;
  flex-wrap: wrap;
}
.p-profileAbout__inner:first-of-type {
  margin-bottom: 90px;
}
.p-profileAbout__ttl, .p-profileAbout__brief {
  width: 50%;
}
.p-profileAbout__ttl {
  padding-right: 20px;
}
.p-profileAbout__brief p {
  font-size: 1.6rem;
  font-weight: 300;
  line-height: 1.8;
  letter-spacing: 0.04em;
  text-align: left;
}

.p-profileArticle {
  padding-bottom: 120px;
}
.p-profileArticle__img {
  display: flex;
  gap: 80px;
  margin-bottom: 121px;
}
.p-profileArticle__img figure img {
  width: 100%;
}
.p-profileArticle__txt {
  max-width: 600px;
}
.p-profileArticle__block {
  max-width: 921px;
  margin-top: 50px;
}
.p-profileArticle__block, .p-profileArticle__txt {
  margin-left: auto;
  margin-right: auto;
}
.p-profileArticle__block .ttl, .p-profileArticle__txt .ttl {
  font-family: "Noto Serif JP", serif;
  font-size: 2.4rem;
  font-weight: 400;
  line-height: 1.5;
  letter-spacing: 0.04em;
  text-align: center;
}
.p-profileArticle__block .ttl:not(:first-of-type), .p-profileArticle__txt .ttl:not(:first-of-type) {
  margin-top: 80px;
}
.p-profileArticle__block .txt, .p-profileArticle__txt .txt {
  font-size: 1.6rem;
  font-weight: 300;
  line-height: 1.8;
  letter-spacing: 0.04em;
  text-align: left;
  margin-top: 50px;
}
.p-profileArticle__block .article, .p-profileArticle__txt .article {
  display: flex;
  align-items: flex-start;
  flex-wrap: wrap;
  margin-top: 50px;
}
.p-profileArticle__block .article img, .p-profileArticle__txt .article img {
  width: 291px;
}
.p-profileArticle__block .article figcaption, .p-profileArticle__txt .article figcaption {
  width: calc(100% - 291px);
  padding-left: 30px;
}
.p-profileArticle__block .article figcaption.txt, .p-profileArticle__txt .article figcaption.txt {
  margin-top: 0;
}

.animatable {
  opacity: 0;
  transition: 0.6s all ease;
  transition-delay: 0.2s;
}
.animatable.slide-in {
  transform: translateX(-80%);
  transition: 0.8s all ease;
  transition-delay: 0.4s;
}
.animatable.slide-in.animated {
  transform: translateX(0);
}
.animatable.slide-out {
  transform: translateX(80%);
  transition: 0.8s all ease;
  transition-delay: 0.4s;
}
.animatable.slide-out.animated {
  transform: translateX(0);
}
.animatable.animated {
  opacity: 1;
}

.p-topMv {
  position: relative;
}
.p-topMv.animatable .p-topMv__content,
.p-topMv.animatable .p-topMv__scroll,
.p-topMv.animatable figure {
  opacity: 0;
  transition: 0.6s all;
  transition-delay: 0.2s;
}
.p-topMv.animatable figure {
  transition-delay: 0.4s;
}
.p-topMv.animatable .p-topMv__content {
  transition-delay: 0.6s;
}
.p-topMv.animatable .p-topMv__content p,
.p-topMv.animatable .p-topMv__content h1 {
  opacity: 0;
  transition: 0.6s all;
  transition-delay: 0.8s;
}
.p-topMv.animatable .p-topMv__content h1 > span span {
  transform: translateY(110%) rotate(15deg);
  transition: transform 0.8s cubic-bezier(0, 0, 0.5, 1) 0.6s;
  display: block;
}
.p-topMv.animatable .p-topMv__content p {
  transition-delay: 1.4s;
}
.p-topMv.animatable .p-topMv__scroll {
  transition-delay: 1s;
}
.p-topMv.animatable.animated .p-topMv__content,
.p-topMv.animatable.animated .p-topMv__scroll,
.p-topMv.animatable.animated figure {
  opacity: 1;
}
.p-topMv.animatable.animated .p-topMv__content p,
.p-topMv.animatable.animated .p-topMv__content h1 {
  opacity: 1;
}
.p-topMv.animatable.animated .p-topMv__content h1 > span span {
  transform: translateY(0%) rotate(0);
}
.p-topMv.animatable.animated .p-topMv__scroll {
  opacity: 1;
}
.p-topMv figure img {
  width: 100%;
  height: 100vh;
  -o-object-fit: cover;
     object-fit: cover;
  min-height: 650px;
}
.p-topMv__content {
  position: absolute;
  width: 500px;
  padding-right: 50px;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  mix-blend-mode: difference;
}
.p-topMv__content h1,
.p-topMv__content p {
  color: #9f9f9f;
}
.p-topMv__content h1 {
  font-size: 80px;
  font-weight: 400;
  line-height: 120px;
  letter-spacing: 0.02em;
  text-align: left;
  font-family: "Italiana", sans-serif;
}
.p-topMv__content h1 > span {
  display: block;
  overflow: hidden;
}
.p-topMv__content p {
  font-family: "Noto Serif JP", serif;
  font-size: 1.6rem;
  font-weight: 400;
  line-height: 1.5;
  letter-spacing: 0.12em;
  text-align: left;
  margin-bottom: 30px;
}
.p-topMv__scroll {
  position: absolute;
  bottom: 40px;
  right: 17.1527777778vw;
}
.p-topMv__scroll::before {
  content: "";
  width: 11.52px;
  height: 28.52px;
  background: url(../img/top/scrolldown-arrow.svg) no-repeat;
  background-size: cover;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.p-topMv__scroll img {
  animation: circle_txt 40s linear infinite;
}
.p-topMv .btn-line {
  position: absolute;
  background: #06c755;
  font-family: "Noto Serif JP", serif;
  font-size: 1.5rem;
  font-weight: 400;
  line-height: 22.5px;
  letter-spacing: 0.02em;
  text-align: center;
  padding: 10px 20px;
  display: none;
  gap: 10px;
  color: #fff;
  width: 155px;
  margin-top: 30px;
  margin-bottom: 30px;
  top: 85%;
}
.p-topMv .btn-line::after {
  content: "";
  width: 20px;
  aspect-ratio: 1/1;
  background: url(../img/top/icon-line.svg) no-repeat;
  background-size: cover;
  display: block;
}

.p-topAbout {
  padding: 130px 0 130px;
  background: url(../img/top/img-about-bg.webp) no-repeat;
  background-size: cover;
  border-radius: 0 0 0 200px;
}
.p-topAbout__inner {
  display: flex;
}
.p-topAbout__inner.animatable .p-topAbout__ttl,
.p-topAbout__inner.animatable .p-topAbout__brief {
  opacity: 0;
  transition: all 0.6s ease;
}
.p-topAbout__inner.animatable .p-topAbout__brief {
  transition-delay: 0.2s;
}
.p-topAbout__inner.animatable.animated .p-topAbout__ttl,
.p-topAbout__inner.animatable.animated .p-topAbout__brief {
  opacity: 1;
}
.p-topAbout__ttl {
  width: 45.63%;
  display: flex;
  justify-content: center;
  padding-top: 10px;
}
.p-topAbout__ttl .c-ttl {
  mix-blend-mode: unset;
}
.p-topAbout__ttl .c-ttl span {
  color: #000;
}
.p-topAbout__ttl .c-ttl span.en:nth-child(2) {
  color: black;
  font-size: 50px;
  margin-top: 30px;
}
.p-topAbout__brief {
  width: 54.37%;
}
.p-topAbout__brief .c-txt {
  color: #000;
}

.p-topArtmake {
  padding: 120px 0;
  position: relative;
  z-index: 1;
  overflow: hidden;
}
.p-topArtmake.profile-page {
  padding: 80px 0;
}
.p-topArtmake .decor {
  width: 43%;
  aspect-ratio: 620/419;
  background: #f0f0f0;
  border-end-end-radius: 200px;
  position: absolute;
  bottom: 0;
  left: 0;
  z-index: -1;
}
.p-topArtmake .decor.top-294 {
  bottom: unset;
  top: 294px;
}
.p-topArtmake__inner {
  display: flex;
  flex-wrap: wrap;
}
.p-topArtmake__inner.animatable .p-topArtmake__ttl,
.p-topArtmake__inner.animatable .p-topArtmake__brief {
  opacity: 0;
  transition: all 0.6s ease;
}
.p-topArtmake__inner.animatable .p-topArtmake__brief {
  transition-delay: 0.2s;
}
.p-topArtmake__inner.animatable.animated .p-topArtmake__ttl,
.p-topArtmake__inner.animatable.animated .p-topArtmake__brief {
  opacity: 1;
}
.p-topArtmake__ttl {
  width: 28.09%;
}
.p-topArtmake__ttl .artist {
  font-size: 50px;
  font-family: "Italiana", sans-serif;
}
.p-topArtmake__brief {
  width: 71.91%;
  display: flex;
  flex-wrap: wrap;
}
.p-topArtmake__brief figure {
  width: 34.76%;
}
.p-topArtmake__brief figure img {
  width: 100%;
}
.p-topArtmake__info {
  width: 65.24%;
  padding-left: 52px;
}
.p-topArtmake__info h3 {
  font-family: "Italiana", sans-serif;
  font-size: 4rem;
  font-weight: 400;
  line-height: 60px;
  letter-spacing: 0.02em;
  text-align: left;
  margin-bottom: 21px;
}
.p-topArtmake__info p {
  font-family: "Noto Serif JP", serif;
  font-size: 2.4rem;
  font-weight: 400;
  line-height: 36px;
  letter-spacing: 0.04em;
  text-align: left;
}
.p-topArtmake__info p .smaller {
  display: block;
  font-family: "hiragino-kaku-gothic-pron", sans-serif;
  font-size: 1.6rem;
  font-weight: 300;
  line-height: 28.8px;
  letter-spacing: 0.04em;
  text-align: left;
  margin-top: 30px;
}
.p-topArtmake__info .detail {
  display: block;
  background: #3c3c3c;
  color: #fff;
  width: 200px;
  font-family: "hiragino-kaku-gothic-pron", sans-serif;
  font-size: 1.6rem;
  font-weight: 300;
  line-height: 28.8px;
  letter-spacing: 0.04em;
  text-align: left;
  padding: 10px 16px;
  position: relative;
  margin-top: 30px;
}
.p-topArtmake__info .detail::before {
  content: "";
  width: 14px;
  aspect-ratio: 1/1;
  position: absolute;
  top: 50%;
  right: 16px;
  transform: translateY(-50%);
  background: url(../img/top/arrow.svg) no-repeat;
  background-size: cover;
}
.p-topArtmake__txt {
  overflow: hidden;
  width: 100%;
  position: relative;
  padding-top: 4px;
}
.p-topArtmake__txt.jp-txt p {
  font-family: "Noto Serif JP", serif;
  font-size: 60px;
}
.p-topArtmake__txt.jp-txt p span {
  width: 50px;
  aspect-ratio: 50/2;
  background: #151515;
  display: inline-block;
  margin-right: 20px;
  vertical-align: 20px;
}
.p-topArtmake__txt.jp-txt .p-topArtmake__txtFrame p {
  font-family: "Noto Serif JP", serif;
}
.p-topArtmake__txt > p {
  font-family: "Italiana", sans-serif;
  font-size: 5.5555555556vw;
  font-weight: 400;
  line-height: 1.178;
  text-align: center;
  -webkit-text-stroke: 1px #151515;
  text-stroke: 1px #151515;
  color: transparent;
  text-wrap: nowrap;
  opacity: 0;
}
.p-topArtmake__txtFrame {
  overflow: hidden;
  width: 100%;
}
.p-topArtmake__txtFrame p {
  font-family: "Italiana", sans-serif;
  font-size: 5.5555555556vw;
  font-weight: 400;
  line-height: 1.178;
  text-align: center;
  -webkit-text-stroke: 1px #151515;
  text-stroke: 1px #151515;
  color: transparent;
  text-wrap: nowrap;
  padding: 0 10px;
}

.p-topMenu {
  background: url(../img/top/bg-menu.webp) no-repeat;
  background-size: cover;
  padding: 90px 0;
  position: relative;
}
.p-topMenu::before, .p-topMenu::after {
  content: "";
  width: 100%;
  height: 90px;
  position: absolute;
  left: 0;
}
.p-topMenu::before {
  background: linear-gradient(#fff, transparent);
  top: 0;
}
.p-topMenu::after {
  background: linear-gradient(transparent, #fff);
  bottom: 0;
}
.p-topMenu__brief {
  display: flex;
  flex-direction: column;
  align-items: center;
  margin-bottom: 50px;
}
.p-topMenu__brief .ttl {
  font-family: "Italiana", sans-serif;
  font-size: 4rem;
  font-weight: 400;
  line-height: 47.12px;
  text-align: center;
  text-transform: uppercase;
  margin-bottom: 47px;
}
.p-topMenu__brief .txt {
  font-weight: 300;
  line-height: 28.8px;
  letter-spacing: 0.04em;
  text-align: left;
}
.p-topMenu__list .list {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  gap: 50px 37px;
}
.p-topMenu__list .list.animatable li {
  opacity: 0;
  transition: 0.6s all ease;
}
.p-topMenu__list .list.animatable.animated li {
  opacity: 1;
}
.p-topMenu__list .list li {
  width: calc((100% - 74px) / 3);
  background: #fff;
  padding: 15px;
}
.p-topMenu__list .list li figure {
  position: relative;
}
.p-topMenu__list .list li figure figcaption {
  position: absolute;
  top: 15px;
  left: -25px;
  mix-blend-mode: difference;
  transform: rotate(-15deg);
}
.p-topMenu__list .list li:last-of-type {
  width: 100%;
  max-width: 500px;
}
.p-topMenu__list .list li:last-of-type figure {
  height: 0;
}
.p-topMenu__list .list li:last-of-type figure figcaption {
  top: -4px;
}
.p-topMenu__list .list li:last-of-type .list-brief .ttl {
  text-align: center;
  margin: 5px 0 15px;
}
.p-topMenu__list .list-brief .ttl {
  margin: 10px 0;
  font-family: "Noto Serif JP", serif;
  font-size: 2.4rem;
  font-weight: 400;
  line-height: 36px;
  letter-spacing: 0.02em;
  text-align: left;
}
.p-topMenu__list .list-brief .price dl {
  display: flex;
  align-items: center;
  justify-content: space-between;
  color: #3e3e3e;
}
.p-topMenu__list .list-brief .price dl:first-child {
  border-bottom: 1px solid #ededed;
}
.p-topMenu__list .list-brief .price dl:first-child dt {
  padding-bottom: 10px;
}
.p-topMenu__list .list-brief .price dl:nth-child(2) dt {
  padding-top: 10px;
}
.p-topMenu__list .list-brief .price dl dt {
  font-size: 1.4rem;
  font-weight: 300;
  line-height: 21px;
  letter-spacing: 0.02em;
  text-align: left;
}
.p-topMenu__list .list-brief .price dl dd {
  font-size: 1.5rem;
  font-weight: 400;
  line-height: 15px;
  letter-spacing: 0.02em;
  text-align: right;
}

.p-topFlow {
  padding: 90px 0 105px;
}
.p-topFlow span:nth-child(2) {
  font-size: 40px;
  font-family: "Italiana", sans-serif;
}
.p-topFlow__list {
  max-width: 900px;
  margin-left: auto;
  margin-right: auto;
}
.p-topFlow__list .list-flow.animatable li {
  opacity: 0;
  transition: 1s all ease;
  transition-delay: 0.2s;
}
.p-topFlow__list .list-flow.animatable li:nth-child(2) {
  transition-delay: 0.4s;
}
.p-topFlow__list .list-flow.animatable li:nth-child(3) {
  transition-delay: 0.6s;
}
.p-topFlow__list .list-flow.animatable li:nth-child(4) {
  transition-delay: 0.8s;
}
.p-topFlow__list .list-flow.animatable li:nth-child(5) {
  transition-delay: 1s;
}
.p-topFlow__list .list-flow.animatable.animated li {
  opacity: 1;
}
.p-topFlow__list .list-flow li {
  display: flex;
  box-shadow: 0px 0px 30px 0px rgba(149, 149, 149, 0.1019607843);
  position: relative;
}
.p-topFlow__list .list-flow li:not(:last-of-type) {
  margin-bottom: 15px;
}
.p-topFlow__list .list-flow li .black {
  background: #000;
  color: #fff;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  font-family: "Italiana", sans-serif;
  text-transform: uppercase;
  width: 126px;
  font-size: 2rem;
  font-weight: 400;
  line-height: 23.56px;
  letter-spacing: 0.02em;
  text-align: center;
}
.p-topFlow__list .list-flow li .black span {
  font-size: 5.5rem;
  font-weight: 400;
  line-height: 64.79px;
  letter-spacing: 0.02em;
  text-align: center;
}
.p-topFlow__list .list-flow li .white {
  background: #fff;
  width: calc(100% - 126px);
  padding: 30px;
}
.p-topFlow__list .list-flow li .white .ttl {
  font-size: 24px;
  font-size: 2.4rem;
  font-weight: 400;
  line-height: 36px;
  letter-spacing: 0.02em;
  text-align: left;
  margin-bottom: 20px;
  font-family: "Noto Serif JP", serif;
  color: #151515;
}
.p-topFlow__list .list-flow li .white .txt {
  font-weight: 300;
  line-height: 28.8px;
  letter-spacing: 0.02em;
  text-align: left;
  color: #3e3e3e;
}

.p-topCase {
  padding: 105px 0 45px;
  position: relative;
  z-index: 1;
  overflow: hidden;
}
.p-topCase .decor {
  width: 73.4%;
  aspect-ratio: 1057/250;
  position: absolute;
  right: 0;
  top: 230px;
  border-radius: 0 0 0 200px;
  background: #f0f0f0;
  z-index: -1;
}
.p-topCase .btn-ig {
  background: linear-gradient(93.47deg, #ffd600 0%, #ff7a00 25%, #ff0069 50%, #d300c5 74.5%, #7638fa 100%);
  color: #fff;
  font-size: 16px;
  font-weight: 300;
  line-height: 28.8px;
  letter-spacing: 0.04em;
  text-align: left;
  padding: 10px 16px;
  width: 199px;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.p-topCase .btn-ig::after {
  content: "";
  width: 20px;
  aspect-ratio: 1/1;
  background: url(../img/top/instagram.svg) no-repeat;
  background-size: cover;
  display: block;
}
.p-topCase__inner {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.p-topCase__inner.animatable .p-topCase__ttl,
.p-topCase__inner.animatable .p-topCase__img {
  opacity: 0;
  transition: all 0.6s ease;
}
.p-topCase__inner.animatable .p-topCase__img {
  transition-delay: 0.2s;
}
.p-topCase__inner.animatable.animated .p-topCase__ttl,
.p-topCase__inner.animatable.animated .p-topCase__img {
  opacity: 1;
}
.p-topCase__ttl .c-ttl {
  margin-bottom: 50px;
}
.p-topCase__ttl .cases {
  font-size: 43px;
  font-family: "Italiana", sans-serif;
}
.p-topCase__img {
  width: calc(100% - 320px);
}
.p-topCase__img .btn-ig {
  margin-left: auto;
  margin-right: auto;
  margin-top: 50px;
}
.p-topCase__img .list-img {
  display: flex;
  flex-wrap: wrap;
  gap: 36px 57px;
}
.p-topCase__img .list-img li {
  width: calc((100% - 114px) / 3);
}
.p-topCase__img .list-img li img {
  width: 100%;
}

.p-topAccess {
  padding: 197px 0 0;
  background: url(../img/top/bg-access.webp) no-repeat left top;
  background-size: 50% auto;
  margin-top: -77px;
}
.p-topAccess__inner {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
}
.p-topAccess__left, .p-topAccess__right {
  width: 50%;
}
.p-topAccess__left {
  padding: 90px;
}
.p-topAccess__left .c-ttl {
  margin-bottom: 50px;
}
.p-topAccess__left .access {
  font-size: 43px;
  font-family: "Italiana", sans-serif;
}
.p-topAccess__left .table-info th,
.p-topAccess__left .table-info td {
  font-family: "Noto Serif JP", serif;
  font-weight: 400;
  line-height: 24px;
  letter-spacing: 0.02em;
  text-align: left;
  border-bottom: 1px solid #e8e8e8;
  padding: 30px 0;
}
.p-topAccess__left .table-info th {
  width: 150px;
}
.p-topAccess__right {
  line-height: 0;
}
.p-topAccess__right .map {
  width: 100%;
  aspect-ratio: 720/716;
}

.p-topReview {
  padding: 100px 0 55px;
  background: #fff;
}
.p-topReview__inner {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.p-topReview__inner .detail {
  display: block;
  background: #3c3c3c;
  color: #fff;
  width: 200px;
  font-family: "hiragino-kaku-gothic-pron", sans-serif;
  font-size: 1.6rem;
  font-weight: 300;
  line-height: 28.8px;
  letter-spacing: 0.04em;
  text-align: left;
  padding: 10px 16px;
  position: relative;
  margin-top: 50px;
}
.p-topReview__inner .detail::before {
  content: "";
  width: 14px;
  aspect-ratio: 1/1;
  position: absolute;
  top: 50%;
  right: 16px;
  transform: translateY(-50%);
  background: url(../img/top/arrow.svg) no-repeat;
  background-size: cover;
}
.p-topReview .googlereview {
  font-size: 43px;
  font-family: "Italiana", sans-serif;
}
.p-topReview__list {
  width: calc(100% - 320px);
  max-width: 800px;
}
.p-topReview__list .list {
  display: flex;
}

.p-topHow {
  padding: 100px 0;
  background: url(../img/top/img-about.webp) no-repeat;
  background-size: cover;
}
.p-topHow__inner {
  display: flex;
  flex-wrap: wrap;
}
.p-topHow__ttl {
  width: 35%;
}
.p-topHow__ttl .reservation {
  font-size: 43px;
  font-family: "Italiana", sans-serif;
}
.p-topHow__brief {
  width: 65%;
}
.p-topHow__brief .txt {
  font-size: 1.6rem;
  font-weight: 300;
  line-height: 28.8px;
  letter-spacing: 0.04em;
  text-align: left;
}
.p-topHow__brief .btn-line {
  background: #06c755;
  font-family: "Noto Serif JP", serif;
  font-size: 1.5rem;
  font-weight: 400;
  line-height: 22.5px;
  letter-spacing: 0.02em;
  text-align: center;
  padding: 10px 20px;
  display: flex;
  gap: 10px;
  color: #fff;
  width: 155px;
  margin-top: 30px;
}
.p-topHow__brief .btn-line::after {
  content: "";
  width: 20px;
  aspect-ratio: 1/1;
  background: url(../img/top/icon-line.svg) no-repeat;
  background-size: cover;
  display: block;
}

.p-topFaq {
  padding: 120px 0;
  background: url(../img/top/bg-faq.webp) no-repeat top;
  background-size: cover;
}
.p-topFaq .faq {
  font-size: 43px;
  font-family: "Italiana", sans-serif;
}
.p-topFaq__list {
  max-width: 900px;
  margin-left: auto;
  margin-right: auto;
}
.p-topFaq__list.animatable dl {
  opacity: 0;
  transition: 0.6s all ease;
  transition-delay: 0.2s;
}
.p-topFaq__list.animatable dl:nth-child(2) {
  transition-delay: 0.4s;
}
.p-topFaq__list.animatable dl:nth-child(3) {
  transition-delay: 0.8s;
}
.p-topFaq__list.animatable dl:nth-child(4) {
  transition-delay: 1s;
}
.p-topFaq__list.animatable dl:nth-child(5) {
  transition-delay: 1.2s;
}
.p-topFaq__list.animatable.animated dl {
  opacity: 1;
}
.p-topFaq__list dl {
  padding: 30px 0;
  border-bottom: 1px solid #ededed;
  border-top: 1px solid #ededed;
}
.p-topFaq__list dl:not(:last-of-type) {
  margin-bottom: 30px;
}
.p-topFaq__list dl dt {
  font-family: "Noto Serif JP", serif;
  font-size: 2rem;
  font-weight: 400;
  line-height: 28.74px;
  letter-spacing: 0.02em;
  text-align: left;
  display: flex;
  gap: 24px;
  margin-bottom: 23px;
}
.p-topFaq__list dl dt::before {
  content: "Q.";
  color: #c18773;
}
.p-topFaq__list dl dd {
  font-family: "Noto Serif JP", serif;
  font-size: 1.6rem;
  font-weight: 400;
  line-height: 28.8px;
  letter-spacing: 0.02em;
  text-align: left;
  display: flex;
  gap: 24px;
}
.p-topFaq__list dl dd::before {
  content: "A.";
  color: #ef462f;
  font-size: 2rem;
}

@keyframes circle_txt {
  0% {
    transform: rotate(0);
  }
  100% {
    transform: rotate(360deg);
  }
}
@keyframes hover_arrow {
  0% {
    opacity: 1;
    top: 50%;
  }
  50% {
    opacity: 0;
    top: 60%;
  }
  51% {
    top: 40%;
    opacity: 0;
  }
  100% {
    opacity: 1;
    top: 50%;
  }
}
.marquee {
  margin: 0 auto;
  white-space: nowrap;
  overflow: hidden;
  position: absolute;
  top: 60px;
}

.marquee p {
  display: inline-block;
  animation: marquee 50s linear infinite;
}

.marquee2 p {
  animation-delay: 25s;
  margin-left: 55%;
}

@keyframes marquee {
  0% {
    transform: translate(0, 0);
  }
  100% {
    transform: translate(-100%, 0);
  }
}

@media print, screen and (min-width: 769px) {
  a:hover {
    opacity: 0.75;
  }
  .t-hiddenSp {
    display: block;
  }
  .t-hiddenPc {
    display: none;
  }
  .t-taL-pc {
    text-align: left !important;
  }
  .t-taR-pc {
    text-align: right !important;
  }
  .t-taC-pc {
    text-align: center !important;
  }
  .l-header__logo.fixed:hover {
    opacity: 0.75;
  }
  .l-header__hambuger {
    display: none;
  }
  .line-btn.fixed:hover {
    opacity: 0.75;
  }
  .sp-only {
    display: none;
  }
  .p-topMv__scroll:hover::before {
    animation: hover_arrow 0.8s ease;
  }
  .p-topCase__img .btn-ig {
    display: none;
  }
}

@media screen and (max-width: 768px) {
  .l-header {
    mix-blend-mode: unset;
    background: rgba(255, 255, 255, 0.5);
  }
  .l-header__logo {
    opacity: 1;
    visibility: visible;
    color: #000000;
  }
  .l-header__logo img {
    width: 100px;
  }
  .l-header__logo.fixed {
    opacity: 0;
    visibility: hidden;
  }
  .l-header__nav {
    position: fixed;
    width: 100vw;
    height: 100vh;
    transition: 0.3s all;
    background: #3c3c3c;
    color: #fff;
    opacity: 0;
    visibility: hidden;
    top: 0;
    left: 0;
    flex-direction: column;
    align-items: flex-start;
    padding: 105px 20px 20px;
    pointer-events: none;
  }
  .l-header__navList {
    flex-direction: column;
    align-items: flex-start;
    width: 100%;
  }
  .l-header__navList li {
    margin-bottom: 40px;
  }
  .l-header__navList li a {
    display: flex;
    align-items: center;
  }
  .l-header__navList li a::before {
    content: "";
    width: 14px;
    height: 2px;
    background: #fff;
    display: block;
    margin-right: 10px;
  }
  .line-btn {
    opacity: 1;
    visibility: visible;
    margin-left: 0;
    width: 100%;
    background: #06c755;
    display: flex;
    justify-content: center;
  }
  .line-btn.fixed {
    opacity: 0;
    visibility: hidden;
  }
  .pc-only {
    display: none;
  }
  .p-profileAbout__inner:first-of-type {
    margin-bottom: 70px;
  }
  .p-profileAbout__ttl, .p-profileAbout__brief {
    width: 100%;
  }
  .p-profileAbout__ttl {
    padding-right: 0;
    padding-bottom: 20px;
  }
  .p-profileArticle {
    padding-bottom: 90px;
  }
  .p-profileArticle__img {
    flex-wrap: wrap;
    gap: 20px;
    margin-bottom: 70px;
  }
  .p-profileArticle__block {
    margin-top: 30px;
  }
  .p-profileArticle__block .article, .p-profileArticle__txt .article {
    flex-direction: column;
    align-items: center;
    margin-top: 30px;
  }
  .p-profileArticle__block .article figcaption, .p-profileArticle__txt .article figcaption {
    width: 100%;
    padding-left: 0;
  }
  .p-profileArticle__block .article figcaption.txt, .p-profileArticle__txt .article figcaption.txt {
    margin-top: 30px;
  }
  .p-topMv {
    padding-bottom: 100px;
  }
  .p-topMv__content {
    width: 100%;
    bottom: 230px;
    left: 0;
    top: unset;
    padding: 20px;
    transform: unset;
  }
  .p-topMv__content h1 {
    font-size: 6rem;
    line-height: 90px;
  }
  .p-topMv__scroll {
    position: relative;
    width: 90px;
    margin-left: auto;
    margin-right: auto;
    display: block;
    inset: 0 0 0 0;
  }
  .p-topMv .btn-line {
    width: 93%;
    display: flex;
    justify-content: center;
    top: 90%;
    right: 3.5%;
  }
  .p-topAbout {
    padding: 60px 0 64px;
    background: url(../img/top/bg-about-sp.webp) no-repeat;
    background-size: cover;
    border-radius: 0 0 0 100px;
  }
  .p-topAbout__inner {
    padding-top: 20px;
    flex-direction: column;
  }
  .p-topAbout__ttl {
    padding-top: 0;
    justify-content: flex-start;
    width: 100%;
    padding-bottom: 20px;
  }
  .p-topAbout__brief {
    width: 100%;
  }
  .p-topArtmake {
    padding: 60px 0 80px;
  }
  .p-topArtmake.profile-page {
    padding: 60px 0 80px;
  }
  .p-topArtmake .decor {
    width: 100%;
    aspect-ratio: 385/253;
    border-end-end-radius: 100px;
    bottom: unset;
    top: 42.5%;
    display: none;
  }
  .p-topArtmake__ttl {
    width: 100%;
    padding-bottom: 40px;
  }
  .p-topArtmake__brief {
    width: 100%;
  }
  .p-topArtmake__brief figure {
    width: 100%;
    padding: 0 18px;
  }
  .p-topArtmake__info {
    width: 100%;
    padding-left: 0;
    margin-top: 30px;
    position: relative;
  }
  .p-topArtmake__info::before {
    content: "";
    width: calc(100% + 40px);
    aspect-ratio: 385/253;
    border-radius: 0 0 100px 0;
    bottom: unset;
    top: 42.5%;
    background: #f0f0f0;
    position: absolute;
    z-index: -1;
    left: -20px;
    top: -19%;
  }
  .p-topArtmake__txt > p {
    font-size: 6rem;
  }
  .p-topArtmake__txtFrame p {
    font-size: 6rem;
  }
  .p-topMenu__brief {
    margin-bottom: 40px;
  }
  .p-topMenu__list .list {
    gap: 20px;
  }
  .p-topMenu__list .list li {
    width: 100%;
  }
  .p-topMenu__list .list li:nth-child(3) figure figcaption {
    display: none;
  }
  .p-topMenu__list .list li:last-child {
    display: none;
  }
  .p-topMenu__list .list li figure figcaption {
    left: -38px;
  }
  .p-topFlow {
    padding: 80px 0 90px;
  }
  .p-topFlow__list .list-flow li .black {
    position: absolute;
    top: 0;
    left: 0;
    font-size: 1.3rem;
    line-height: 15.31px;
    height: 78px;
    width: 60px;
  }
  .p-topFlow__list .list-flow li .black span {
    font-size: 3rem;
    font-weight: 400;
    line-height: 35.34px;
  }
  .p-topFlow__list .list-flow li .white {
    width: 100%;
    padding: 24px 0 20px 10px;
  }
  .p-topFlow__list .list-flow li .white .ttl {
    padding-left: 62px;
    margin-bottom: 38px;
  }
  .p-topCase {
    padding: 0 0 50px;
  }
  .p-topCase__ttl .btn-ig {
    display: none;
  }
  .p-topCase__img {
    width: 100%;
  }
  .p-topCase__img .list-img {
    gap: 20px 30px;
  }
  .p-topAccess {
    padding: 80px 0 0;
    margin-top: 0;
    background: url(../img/top/bg-access-sp.webp) no-repeat left top;
    background-size: contain;
  }
  .p-topAccess__left, .p-topAccess__right {
    width: 100%;
  }
  .p-topAccess__left {
    padding: 0 20px 50px;
  }
  .p-topAccess__left .table-info th {
    width: 90px;
  }
  .p-topReview {
    padding: 70px 0 55px;
  }
  .p-topReview__list {
    width: 100%;
  }
  .p-topReview__list .list {
    flex-wrap: wrap;
    margin-top: 30px;
    gap: 20px;
  }
  .p-topHow {
    padding: 70px 0;
    background: url(../img/top/img-about-sp.webp) no-repeat;
    background-size: cover;
  }
  .p-topHow__ttl {
    width: 100%;
    padding-bottom: 40px;
  }
  .p-topHow__brief {
    width: 100%;
  }
  .p-topHow__brief .btn-line {
    width: 100%;
    justify-content: center;
  }
  .p-topFaq {
    padding: 80px 0;
    background: url(../img/top/bg-faq-sp.webp) no-repeat top;
    background-size: cover;
  }
  .p-topFaq__list dl dt {
    gap: 12px;
    font-size: 1.8rem;
    line-height: 25.87px;
    margin-bottom: 26px;
  }
  .p-topFaq__list dl dd {
    gap: 12px;
  }
  .p-topFaq__list dl dd::before {
    gap: 12px;
    font-size: 1.8rem;
    line-height: 25.87px;
  }
}

@media print, screen and (min-width: 1221px) {
  .l-header__inner {
    padding: 26px 50px 26px 56px;
  }
  .l-header__logo.fixed {
    left: 56px;
  }
  .l-header__navList {
    gap: 40px;
  }
  .line-btn {
    margin-left: 36px;
  }
  .line-btn.fixed {
    top: 30px;
    right: 34px;
  }
  .p-topArtmake__txt.jp-txt p span {
    vertical-align: 20px;
  }
}

@media screen and (max-width: 991px) {
  .p-profileTtl figure img {
    height: 375px;
    width: 100%;
    -o-object-fit: cover;
       object-fit: cover;
  }
  .p-profileTtl__inner {
    inset: 150px 0 50px 0;
  }
  .p-profileTtl__inner h1 {
    font-size: 60px;
  }
}

@media screen and (max-width: 559px) {
  .p-topCase .decor {
    border-radius: 0 0 0 100px;
    width: 94.66%;
    height: 612px;
    bottom: 50%;
    transform: translateY(50%);
  }
  .p-topCase__img .list-img {
    flex-wrap: wrap;
  }
  .p-topCase__img .list-img li {
    width: 100%;
    padding: 0 42px;
  }
}