/*! destyle.css v4.0.1 | MIT License | https://github.com/nicolas-cusan/destyle.css */
/* Reset box-model and set borders */
/* ============================================ */
*,
::before,
::after {
  box-sizing: border-box;
  border-style: solid;
  border-width: 0;
  min-width: 0;
}

/* Document */
/* ============================================ */
/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 * 3. Remove gray overlay on links for iOS.
 */
html {
  line-height: 1.15; /* 1 */
  -webkit-text-size-adjust: 100%; /* 2 */
  -webkit-tap-highlight-color: transparent; /* 3*/
}

/* Sections */
/* ============================================ */
/**
 * Remove the margin in all browsers.
 */
body {
  margin: 0;
}

/**
 * Render the `main` element consistently in IE.
 */
main {
  display: block;
}

/* Vertical rhythm */
/* ============================================ */
p,
table,
blockquote,
address,
pre,
iframe,
form,
figure,
dl {
  margin: 0;
}

/* Headings */
/* ============================================ */
h1,
h2,
h3,
h4,
h5,
h6 {
  font-size: inherit;
  font-weight: inherit;
  margin: 0;
}

/* Lists (enumeration) */
/* ============================================ */
ul,
ol {
  margin: 0;
  padding: 0;
  list-style: none;
}

/* Lists (definition) */
/* ============================================ */
dt {
  font-weight: bold;
}

dd {
  margin-left: 0;
}

/* Grouping content */
/* ============================================ */
/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */
hr {
  box-sizing: content-box; /* 1 */
  height: 0; /* 1 */
  overflow: visible; /* 2 */
  border-top-width: 1px;
  margin: 0;
  clear: both;
  color: inherit;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
pre {
  font-family: monospace, monospace; /* 1 */
  font-size: inherit; /* 2 */
}

address {
  font-style: inherit;
}

/* Text-level semantics */
/* ============================================ */
/**
 * Remove the gray background on active links in IE 10.
 */
a {
  background-color: transparent;
  text-decoration: none;
  color: inherit;
}

/**
 * 1. Remove the bottom border in Chrome 57-
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */
abbr[title] {
  text-decoration: underline dotted; /* 2 */
}

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */
b,
strong {
  font-weight: bolder;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
code,
kbd,
samp {
  font-family: monospace, monospace; /* 1 */
  font-size: inherit; /* 2 */
}

/**
 * Add the correct font size in all browsers.
 */
small {
  font-size: 80%;
}

/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

/* Replaced content */
/* ============================================ */
/**
 * Prevent vertical alignment issues.
 */
svg,
img,
embed,
object,
iframe {
  vertical-align: bottom;
}

/* Forms */
/* ============================================ */
/**
 * Reset form fields to make them styleable.
 * 1. Make form elements stylable across systems iOS especially.
 * 2. Inherit text-transform from parent.
 */
button,
input,
optgroup,
select,
textarea {
  -webkit-appearance: none; /* 1 */
  appearance: none;
  vertical-align: middle;
  color: inherit;
  font: inherit;
  background: transparent;
  padding: 0;
  margin: 0;
  border-radius: 0;
  text-align: inherit;
  text-transform: inherit; /* 2 */
}

/**
 * Correct cursors for clickable elements.
 */
button,
[type=button],
[type=reset],
[type=submit] {
  cursor: pointer;
}

button:disabled,
[type=button]:disabled,
[type=reset]:disabled,
[type=submit]:disabled {
  cursor: default;
}

/**
 * Improve outlines for Firefox and unify style with input elements & buttons.
 */
:-moz-focusring {
  outline: auto;
}

select:disabled {
  opacity: inherit;
}

/**
 * Remove padding
 */
option {
  padding: 0;
}

/**
 * Reset to invisible
 */
fieldset {
  margin: 0;
  padding: 0;
  min-width: 0;
}

legend {
  padding: 0;
}

/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */
progress {
  vertical-align: baseline;
}

/**
 * Remove the default vertical scrollbar in IE 10+.
 */
textarea {
  overflow: auto;
}

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */
[type=number]::-webkit-inner-spin-button,
[type=number]::-webkit-outer-spin-button {
  height: auto;
}

/**
 * Correct the outline style in Safari.
 */
[type=search] {
  outline-offset: -2px; /* 1 */
}

/**
 * Remove the inner padding in Chrome and Safari on macOS.
 */
[type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
}

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Fix font inheritance.
 */
::-webkit-file-upload-button {
  -webkit-appearance: button; /* 1 */
  font: inherit; /* 2 */
}

/**
 * Fix appearance for Firefox
 */
[type=number] {
  -moz-appearance: textfield;
}

/**
 * Clickable labels
 */
label[for] {
  cursor: pointer;
}

/* Interactive */
/* ============================================ */
/*
 * Add the correct display in Edge, IE 10+, and Firefox.
 */
details {
  display: block;
}

/*
 * Add the correct display in all browsers.
 */
summary {
  display: list-item;
}

/*
 * Remove outline for editable content.
 */
[contenteditable]:focus {
  outline: auto;
}

/* Tables */
/* ============================================ */
/**
1. Correct table border color inheritance in all Chrome and Safari.
*/
table {
  border-color: inherit; /* 1 */
  border-collapse: collapse;
}

caption {
  text-align: left;
}

td,
th {
  vertical-align: top;
  padding: 0;
}

th {
  text-align: left;
  font-weight: bold;
}

:root {
  --color_black: #363636;
  --color_white: #fff;
  --color_base: #f3f3f3;
  --color_sub: #787878;
  --color_main: #4f9ab7;
  --color_main_dark: #16405b;
  --color_accent: #ffff87;
  --font_en: 'Inter';
  --ease-in-out: cubic-bezier(0.64, 0, 0.36, 1);
}

html {
  transition: 0.4s ease;
  transition-property: background-color, color;
  background-color: var(--color_white);
  color: var(--color_black);
  font-size: clamp(0.5208333333vw, 62.5%, 0.6944444444vw);
  word-break: break-all;
  text-size-adjust: 100%;
}
@media only screen and (max-width: 767px) {
  html {
    font-size: 2.0408163265vw;
  }
}
html.is-top {
  background-color: var(--color_main);
  color: var(--color_white);
}
html.is-top .l-header {
  background-color: transparent;
}
html.is-top.is-scroll {
  background-color: var(--color_white);
  color: var(--color_black);
}
html.is-top.is-scroll .top-fv {
  visibility: hidden;
  opacity: 0;
}
html.is-top.is-scroll .top-fv + .sec-artist {
  visibility: visible;
  opacity: 1;
}

body {
  overflow: hidden auto;
  font-family: "Noto Sans JP", "Helvetica Neue", Arial, "Hiragino Kaku Gothic ProN", "Hiragino Sans", Meiryo, sans-serif;
  font-weight: 400;
  font-feature-settings: "palt";
  -webkit-font-smoothing: antialiased;
}

img {
  max-width: 100%;
}

input,
textarea {
  width: 100%;
  padding: 1em 2em;
  border-radius: 0.8rem;
  background-color: var(--color_white);
  color: var(--color_black);
  font-size: 1.6rem;
  font-weight: 400;
  letter-spacing: 0.3em;
  line-height: 2.375;
}
input:focus-visible,
textarea:focus-visible {
  outline: none;
}

input {
  min-height: 7rem;
}

textarea {
  min-height: 30rem;
  resize: vertical;
}

::placeholder {
  color: #c1c1c1;
}

@media only screen and (max-width: 767px) {
  .u-pc {
    display: none !important;
  }
}
@media only screen and (min-width: 768px) {
  .u-sp {
    display: none !important;
  }
}
.l-header {
  display: flex;
  position: absolute;
  z-index: 1;
  align-items: center;
  justify-content: flex-end;
  height: 13rem;
  padding: 0 12rem;
  background-color: var(--color_main);
  inset: 0 0 auto;
}
@media only screen and (max-width: 767px) {
  .l-header {
    padding: 0 3.2rem;
  }
}

.l-header__logo {
  position: absolute;
  z-index: 99;
  top: 3.6rem;
  left: 12rem;
  width: 13rem;
  transform: translateY(-0.8rem);
  transition: 1s ease;
  transition-property: opacity, transform;
  opacity: 0;
}
.l-header__logo.is-init {
  transform: translateY(0);
  opacity: 1;
}
@media only screen and (max-width: 767px) {
  .l-header__logo {
    left: 3.2rem;
  }
}

@media only screen and (min-width: 768px) {
  .l-header__menu {
    transform: translateY(-0.8rem);
    transition: 1s ease 1s;
    transition-property: opacity, transform;
    opacity: 0;
  }
  .l-header__menu.is-init {
    transform: translateY(0);
    opacity: 1;
  }
}
@media only screen and (max-width: 767px) {
  .l-header__menu {
    visibility: hidden;
    position: fixed;
    z-index: 999;
    overflow: hidden auto;
    transition: 1s ease;
    transition-property: opacity, visibility;
    opacity: 0;
    background-color: var(--color_base);
    overscroll-behavior-y: contain;
    inset: 0;
  }
  .l-header__menu.is-open {
    visibility: visible;
    opacity: 1;
  }
}

@media only screen and (max-width: 767px) {
  .l-header__menu__inner {
    min-height: calc(100% + 1px);
    padding: 12rem 0;
  }
}

@media only screen and (max-width: 767px) {
  .l-header__menu__logo {
    display: block;
    width: 20rem;
    margin: 0 auto 12rem;
  }
}

.l-header__list {
  display: flex;
  align-items: center;
  gap: 10.8rem;
}
@media only screen and (max-width: 767px) {
  .l-header__list {
    flex-direction: column;
    gap: 6.4rem;
  }
}

.l-header__link {
  display: block;
  color: var(--color_white);
  font-size: 2.4rem;
  letter-spacing: 0.05em;
}
@media only screen and (min-width: 768px) {
  .l-header__link {
    position: relative;
    padding: 0.8rem 0;
  }
  .l-header__link::before {
    content: "";
    position: absolute;
    bottom: 0;
    left: 50%;
    width: 0;
    height: 0.1rem;
    transition: 0.5s ease;
    transition-property: left, width;
    background-color: currentColor;
  }
  .l-header__link:hover::before {
    left: 0;
    width: 100%;
  }
}
@media only screen and (max-width: 767px) {
  .l-header__link {
    color: var(--color_main);
    font-size: 3.2rem;
  }
}

.l-footer {
  padding: 8rem 0;
  background-color: var(--color_main_dark);
  color: var(--color_white);
}

.l-footer__logo {
  display: block;
  width: 18.5rem;
  margin: 0 auto;
}

.l-footer__copyright {
  margin-top: 3.2rem;
  font-size: 1.8rem;
  letter-spacing: 0.1em;
  text-align: center;
}

.l-lower {
  padding-top: 13rem;
}

.l-menu-btn {
  position: fixed;
  z-index: 1000;
  top: 4rem;
  right: 3.2rem;
  width: 4rem;
  height: 2.8rem;
}
.l-menu-btn.is-open > span {
  background-color: var(--color_main);
}
.l-menu-btn.is-open > span:nth-child(1) {
  top: calc(50% - 0.15rem);
  transform: rotate(135deg);
}
.l-menu-btn.is-open > span:nth-child(2) {
  opacity: 0;
}
.l-menu-btn.is-open > span:nth-child(3) {
  bottom: calc(50% - 0.15rem);
  transform: rotate(-135deg);
}
.l-menu-btn > span {
  position: absolute;
  left: 0;
  width: 100%;
  height: 0.3rem;
  transition: 1s ease;
  transition-property: background-color, top, bottom, opacity, transform;
  background-color: currentColor;
}
.l-menu-btn > span:nth-child(1) {
  top: 0;
}
.l-menu-btn > span:nth-child(2) {
  top: calc(50% - 0.15rem);
}
.l-menu-btn > span:nth-child(3) {
  bottom: 0;
}

.c-en {
  font-family: var(--font_en), sans-serif;
}

.c-inner {
  width: min(100%, 120rem);
  margin-inline: auto;
}
@media only screen and (max-width: 767px) {
  .c-inner {
    padding: 0 3.2rem;
  }
}

.c-ttl {
  display: grid;
  grid-template-columns: auto 1fr;
  align-items: flex-end;
  gap: 1.2rem;
  margin-bottom: 7.2rem;
}

.c-ttl--secondary {
  grid-template-columns: 100%;
}

.c-ttl__en {
  margin-bottom: -0.24em;
  font-size: 7.2rem;
  font-weight: 200;
  letter-spacing: 0.05em;
}
@media only screen and (max-width: 767px) {
  .c-ttl__en {
    font-size: 6.4rem;
  }
}

.c-ttl__ja {
  display: grid;
  grid-template-columns: 1fr auto;
  align-items: flex-end;
  gap: 1.2rem;
  font-size: 2rem;
  letter-spacing: 0.1em;
}
.c-ttl__ja::before {
  content: "";
  height: 0.1rem;
  background-color: currentColor;
}

.c-ttl02 {
  display: flex;
  align-items: flex-end;
  gap: 1.2rem;
  margin-bottom: 7rem;
}
.c-ttl02.js-scroll {
  transition: opacity 2s ease;
  opacity: 0;
}
.c-ttl02.js-scroll.is-show {
  opacity: 1;
}

.c-ttl02--wt {
  color: var(--color_white);
}

.c-ttl02__en {
  margin-bottom: -0.15em;
  font-size: 7.2rem;
  font-weight: 200;
  letter-spacing: 0.05em;
}
@media only screen and (max-width: 767px) {
  .c-ttl02__en {
    font-size: 6.4rem;
  }
}

.c-ttl02__ja {
  font-size: 2rem;
  letter-spacing: 0.1em;
}

.c-btn {
  display: grid;
  position: relative;
  height: var(--height);
  transition: 0.5s ease-in-out;
  transition-property: background-color, color;
  border: 0.2rem solid var(--color_white);
  border-radius: calc(var(--height) / 2);
  background-color: var(--color_white);
  color: var(--color_main);
  font-size: 2.1rem;
  font-weight: 500;
  letter-spacing: 0.3em;
  --height: 8rem;
  place-content: center;
}
.c-btn::after {
  content: "";
  position: absolute;
  width: 1.5rem;
  transform: rotate(45deg);
  border-top: 0.2rem solid currentColor;
  border-right: 0.2rem solid currentColor;
  inset: 0 4rem 0 auto;
  aspect-ratio: 1/1;
  margin-block: auto;
}
@media only screen and (min-width: 768px) {
  .c-btn:hover {
    background-color: transparent;
    color: var(--color_white);
  }
}

.top-fv {
  display: grid;
  height: 100lvh;
  transition: 0.4s ease;
  transition-property: opacity, visibility;
  place-content: center;
}
.top-fv + .sec-artist {
  visibility: hidden;
  margin-top: -25vh;
  transition: 0.4s ease;
  transition-property: opacity, visibility;
  opacity: 0;
}

.top-fv__logo {
  width: 55.4rem;
  transition: opacity 3s ease;
  opacity: 0;
}
@media only screen and (max-width: 767px) {
  .top-fv__logo {
    width: 25rem;
  }
}
.top-fv__logo.is-init {
  opacity: 1;
}
.top-fv__logo > a {
  display: block;
}

.sec-artist {
  padding: 20rem 0;
}
@media only screen and (max-width: 767px) {
  .sec-artist {
    padding: 12rem 0;
  }
}

.artist-container + .artist-container {
  margin-top: 11rem;
}
@media only screen and (max-width: 767px) {
  .artist-container + .artist-container {
    margin-top: 8rem;
  }
}

.artist-list {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 6rem;
}
@media only screen and (max-width: 767px) {
  .artist-list {
    grid-template-columns: 100%;
  }
}

.artist-list__img {
  display: block;
  position: relative;
  z-index: 0;
  aspect-ratio: 1/1;
}
.artist-list__img > img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
@media only screen and (min-width: 768px) {
  .artist-list__img:hover .artist-list__img__cover {
    opacity: 1;
  }
}

.artist-list__img__cover {
  display: grid;
  position: absolute;
  z-index: 1;
  transition: opacity 0.5s ease-in-out;
  opacity: 0;
  background-color: rgba(0, 0, 0, 0.4);
  color: var(--color_white);
  font-size: 6.4rem;
  font-weight: 100;
  letter-spacing: 0.05em;
  line-height: 1.125;
  text-align: center;
  inset: 0;
  place-content: center;
}

.artist-list__main {
  display: grid;
  grid-template-columns: 1fr auto;
  margin-top: 1.2rem;
}

.artist-list__name {
  font-size: 1.6rem;
  font-weight: 500;
  letter-spacing: 0.3em;
}

.artist-list__sns {
  display: flex;
  align-items: center;
  gap: 1.6rem;
}

.artist-list__sns__icon {
  display: block;
}
.artist-list__sns__icon > img {
  height: 1.8rem;
}

.sec-company {
  padding: 11rem 0 14rem;
  background-color: var(--color_base);
}

.company-info__item {
  display: grid;
  grid-template-columns: 28rem 1fr;
  align-items: center;
  min-height: 10.5rem;
  padding: 1.2rem 0;
}
@media only screen and (max-width: 767px) {
  .company-info__item {
    grid-template-columns: 13rem 1fr;
  }
}
.company-info__item + .company-info__item {
  border-top: 0.1rem solid var(--color_sub);
}

.company-info__ttl {
  font-size: 1.6rem;
  font-weight: 500;
  letter-spacing: 0.6em;
  line-height: 1.5;
  text-align: justify;
}

.company-info__txt {
  color: var(--color_sub);
  font-size: 1.6rem;
  font-weight: 500;
  letter-spacing: 0.3em;
  line-height: 1.5;
  text-align: justify;
}

.top-contact {
  padding: 11rem 0 14rem;
  background-color: var(--color_main);
}

.top-contact-container {
  display: grid;
  grid-template-columns: 1fr 40rem;
  align-items: center;
}
@media only screen and (max-width: 767px) {
  .top-contact-container {
    grid-template-columns: 100%;
    gap: 4rem;
  }
}

.top-contact-txt {
  color: var(--color_white);
  font-size: 1.8rem;
  letter-spacing: 0.3em;
  line-height: 2.1111111111;
  text-align: justify;
}

.artist-detail__name {
  display: flex;
  justify-content: center;
  gap: 0.1em 0.4em;
  margin-bottom: 6rem;
  padding-left: 0.05em;
  font-size: 7.2rem;
  font-weight: 200;
  letter-spacing: 0.1em;
}
@media only screen and (max-width: 767px) {
  .artist-detail__name {
    flex-direction: column;
    align-items: center;
    margin-bottom: 4rem;
    font-size: 6.4rem;
  }
}

.artist-detail__img {
  margin-bottom: 3.2rem;
  transition: opacity 2s ease;
  opacity: 0;
  text-align: center;
}
.artist-detail__img.is-init {
  opacity: 1;
}
.artist-detail__img > img {
  max-height: 52rem;
}

.artist-detail__name-ja {
  margin-bottom: 1.6rem;
  padding-left: 0.15em;
  font-size: 3.6rem;
  font-weight: 500;
  letter-spacing: 0.3em;
  line-height: 1.75;
  text-align: center;
}

.artist-detail__data {
  margin-bottom: 3.2rem;
  font-size: 2.4rem;
  font-weight: 500;
  letter-spacing: 0.2em;
  line-height: 1.75;
  text-align: center;
}

.artist-detail__sns {
  display: flex;
  justify-content: center;
  gap: 4.8rem;
}

.artist-detail__sns__icon > img {
  height: 3.2rem;
}

.artist-detail__works {
  width: min(100%, 98rem);
  margin-top: 10rem;
  margin-inline: auto;
}

.artist-detail__works__ttl {
  display: grid;
  grid-template-columns: 1fr auto 1fr;
  align-items: center;
  gap: 2.4rem;
  margin-bottom: 4.8rem;
  font-size: 4.2rem;
  font-weight: 600;
  letter-spacing: 0.05em;
}
.artist-detail__works__ttl::before, .artist-detail__works__ttl::after {
  content: "";
  height: 0.1rem;
  background: currentColor;
}

.artist-detail__works__txt {
  font-size: 2.4rem;
  font-weight: 500;
  letter-spacing: 0.2em;
  line-height: 2;
  text-align: justify;
}
@media only screen and (max-width: 767px) {
  .artist-detail__works__txt {
    font-size: 2rem;
  }
}

.artist-detail__thumbnail {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  justify-content: center;
  gap: 6rem;
  margin-top: 14rem;
}
@media only screen and (max-width: 767px) {
  .artist-detail__thumbnail {
    grid-template-columns: 100%;
    gap: 3.2rem;
    margin-top: 8rem;
  }
}

.contact {
  padding: 11rem 0 14rem;
  background-color: var(--color_main);
}

.contact__lead {
  margin-bottom: 5.6rem;
  color: var(--color_white);
  font-size: 1.8rem;
  letter-spacing: 0.3em;
  line-height: 2.1111111111;
  text-align: justify;
}

.form__item {
  display: grid;
  grid-template-columns: 24.5rem 75rem;
  padding: 3rem 0;
}
@media only screen and (max-width: 767px) {
  .form__item {
    grid-template-columns: 100%;
    padding: 2.4rem 0;
  }
}

.form__dt {
  padding: 1.2rem 0;
  color: var(--color_white);
  font-size: 1.8rem;
  font-weight: 600;
  letter-spacing: 0.4em;
  line-height: 2.1111111111;
}
@media only screen and (max-width: 767px) {
  .form__dt {
    padding: 0 0 1.6rem;
  }
}
.form__dt > span {
  color: var(--color_accent);
}

.form-submit {
  margin-top: 3rem;
  padding-left: 24.5rem;
}
@media only screen and (max-width: 767px) {
  .form-submit {
    padding-left: 0;
  }
}

.form-submit__btn {
  display: inline-grid;
  width: min(100%, 75rem);
  height: 8rem;
  transition: 0.5s ease-in-out;
  transition-property: background-color, color;
  border: 0.2rem solid var(--color_white);
  border-radius: 4rem;
  background-color: var(--color_white);
  color: var(--color_main);
  font-size: 2.1rem;
  font-weight: 500;
  letter-spacing: 0.3em;
  line-height: 2.1111111111;
  place-content: center;
}
@media only screen and (min-width: 768px) {
  .form-submit__btn:hover {
    background-color: transparent;
    color: var(--color_white);
  }
}