/*! destyle.css v4.0.1 | MIT License | https://github.com/nicolas-cusan/destyle.css */
/* Reset box-model and set borders */
/* ============================================ */
*,
::before,
::after {
  -webkit-box-sizing: border-box;
          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 {
  scroll-behavior: smooth;
}

/* Sections */
/* ============================================ */
/**
 * Remove the margin in all browsers.
 */
body {
  min-height: 100vh;
  text-rendering: optimizeSpeed;
  line-height: 1.5;
  margin: 0;
}

/* 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) */
/* ============================================ */
dd {
  margin-left: 0;
}

/* img */
/* ============================================ */
img {
  max-width: 100%;
  height: auto;
}

/* Grouping content */
/* ============================================ */
/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */
hr {
  -webkit-box-sizing: content-box;
          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,
em {
  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] {
  -webkit-text-decoration: underline dotted;
          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 {
  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;
}

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

html {
  scroll-behavior: smooth;
  -webkit-text-size-adjust: 100%;
  -moz-text-size-adjust: 100%;
   -ms-text-size-adjust: 100%;
       text-size-adjust: 100%;
}
html .sp-none {
  display: none;
}
@media screen and (min-width: 768px) {
  html .sp-none {
    display: block;
  }
}
html .pc-none {
  display: block;
}
@media screen and (min-width: 768px) {
  html .pc-none {
    display: none;
  }
}

body {
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 400;
  line-height: 1.8;
  letter-spacing: 0.08em;
  color: #3F2A2A;
  background: #fff;
  font-size: 16px;
}

body.is-fixed {
  overflow: hidden;
}

.l-header {
  z-index: 2000;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  background-color: rgba(66, 19, 19, .1);
  -webkit-backdrop-filter: blur(10px);
          backdrop-filter: blur(10px);
  padding: 8px 16px;
}
@media screen and (min-width: 768px) {
  .l-header {
    padding: 12px 40px;
  }
}
.l-header .l-header__inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 100%;
}
@media screen and (min-width: 768px) {
  .l-header .l-header__inner {
    max-width: 1200px;
    margin-inline: auto;
  }
}
.l-header .l-header__inner .l-header__logo-link {
  display: block;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
}
.l-header .l-header__inner .l-header__logo-link .l-header__logo {
  font-size: 14px;
  color: #3F2A2A;
  font-family: "Adamina", serif;
}
@media screen and (min-width: 768px) {
  .l-header .l-header__inner .l-header__logo-link .l-header__logo {
    font-size: 24px;
  }
}
.l-header .l-header__inner .l-header__nav-pc {
  display: none;
}
@media screen and (min-width: 768px) {
  .l-header .l-header__inner .l-header__nav-pc {
    display: block;
    margin-left: auto;
  }
}
.l-header .l-header__inner .l-header__nav-pc .l-header__nav-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 40px;
}
.l-header .l-header__inner .l-header__nav-pc .l-header__nav-list .l-header__nav-item .l-header__nav-link {
  font-family: "Adamina", serif;
  text-transform: capitalize;
  display: grid;
  place-items: center;
}
@media screen and (min-width: 768px) {
  .l-header .l-header__inner .l-header__nav-pc .l-header__nav-list .l-header__nav-item .l-header__nav-link {
    font-size: 18px;
  }
}
.l-header .l-header__inner .l-header__nav-pc .l-header__nav-list .l-header__nav-item .l-header__nav-link img {
  width: 28px;
  height: auto;
}
.l-header .l-header__inner .m-hamburger {
  display: block;
  width: 32px;
  height: 24px;
  position: relative;
}
@media screen and (min-width: 768px) {
  .l-header .l-header__inner .m-hamburger {
    display: none;
  }
}
.l-header .l-header__inner .m-hamburger .m-hamburger__bar {
  display: block;
  width: 100%;
  height: 2px;
  background-color: #3F2A2A;
  position: absolute;
  z-index: 2000;
  -webkit-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
}
.l-header .l-header__inner .m-hamburger .m-hamburger__bar:first-child {
  top: 0;
}
.l-header .l-header__inner .m-hamburger .m-hamburger__bar:nth-child(2) {
  top: calc(50% - 1px);
}
.l-header .l-header__inner .m-hamburger .m-hamburger__bar:last-child {
  top: calc(100% - 2px);
}
.l-header .l-header__inner .m-hamburger.active .m-hamburger__bar:first-child {
  top: 50%;
  -webkit-transform: translate(0, -50%) rotate(45deg);
          transform: translate(0, -50%) rotate(45deg);
}
.l-header .l-header__inner .m-hamburger.active .m-hamburger__bar:nth-child(2) {
  opacity: 0;
}
.l-header .l-header__inner .m-hamburger.active .m-hamburger__bar:last-child {
  -webkit-transform: translate(0, -50%) rotate(-45deg);
          transform: translate(0, -50%) rotate(-45deg);
  top: 50%;
}

.l-header__nav-sp {
  opacity: 0;
  pointer-events: none;
  -webkit-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100vh;
  background-color: rgba(66, 19, 19, .1);
  -webkit-backdrop-filter: blur(10px);
          backdrop-filter: blur(10px);
  z-index: 1000;
  padding: 120px 16px;
}
@media screen and (min-width: 768px) {
  .l-header__nav-sp {
    display: none;
  }
}
.l-header__nav-sp .l-header__nav-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 24px;
}
.l-header__nav-sp .l-header__nav-list .l-header__nav-item .l-header__nav-link {
  font-size: 18px;
  color: #3F2A2A;
  font-family: "Adamina", serif;
  text-decoration: none;
  text-transform: capitalize;
  display: grid;
  place-items: center;
}
.l-header__nav-sp .l-header__nav-list .l-header__nav-item .l-header__nav-link img {
  width: 28px;
  height: auto;
}
.l-header__nav-sp.active {
  opacity: 1;
  pointer-events: auto;
}

.l-footer {
  background: url("../images/footer.webp") no-repeat center center/cover;
}
.l-footer .l-footer__inner {
  padding: 40px 20px 0 20px;
  display: grid;
  grid-template-columns: 1fr;
  gap: 32px;
}
@media screen and (min-width: 768px) {
  .l-footer .l-footer__inner {
    grid-template-columns: 1.2fr 1fr;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    padding: 64px 20px 0 20px;
  }
}
@media screen and (min-width: 1024px) {
  .l-footer .l-footer__inner {
    grid-template-columns: 1.8fr 1fr;
    max-width: 1080px;
    margin-inline: auto;
  }
}
.l-footer .l-footer__inner .l-footer__link {
  font-size: 32px;
  color: #fff;
  font-family: "Adamina", serif;
  text-transform: lowercase;
  text-decoration: none;
  text-align: center;
  display: block;
  margin-inline: auto;
}
@media screen and (min-width: 768px) {
  .l-footer .l-footer__inner .l-footer__link {
    width: 100%;
    text-align: left;
    font-size: 40px;
  }
}
.l-footer .l-footer__inner .l-footer__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 24px;
}
.l-footer .l-footer__inner .l-footer__list .l-footer__item .l-footer__item-link {
  font-size: 16px;
  color: #fff;
  font-family: "Adamina", serif;
  text-transform: capitalize;
}
@media screen and (min-width: 768px) {
  .l-footer .l-footer__inner .l-footer__list .l-footer__item .l-footer__item-link {
    font-size: 18px;
  }
}
.l-footer .l-footer__inner .l-footer__list .l-footer__item .l-footer__item-link img {
  width: 28px;
  height: auto;
  display: block;
}
.l-footer .l-footer__copyright {
  font-size: 12px;
  color: #fff;
  font-weight: 300;
  text-align: center;
  margin-top: 32px;
  text-transform: capitalize;
  padding-bottom: 12px;
}

.works-single__article {
  padding: 80px 20px 0;
  width: 100%;
  max-width: 500px;
  margin-inline: auto;
}
@media screen and (min-width: 768px) {
  .works-single__article {
    padding: 120px 40px 0;
    max-width: 960px;
  }
}
@media screen and (min-width: 1024px) {
  .works-single__article {
    padding: 160px 80px 0;
  }
}
@media screen and (min-width: 1440px) {
  .works-single__article {
    padding: 160px 0 0;
  }
}
.works-single__article .works-single__title-wrapper .works-single__title {
  font-size: 64px;
  font-family: "Adamina", serif;
  text-transform: capitalize;
  text-align: center;
}
.works-single__article .works-single__summary {
  margin-top: 120px;
}
.works-single__article .works-single__summary .works-single__summary-title-wrapper {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 16px;
}
@media screen and (min-width: 768px) {
  .works-single__article .works-single__summary .works-single__summary-title-wrapper {
    gap: 32px;
  }
}
.works-single__article .works-single__summary .works-single__summary-title-wrapper .works-single__summary-title {
  font-size: 24px;
  text-transform: capitalize;
  max-width: 70%;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  line-height: 1;
}
@media screen and (min-width: 768px) {
  .works-single__article .works-single__summary .works-single__summary-title-wrapper .works-single__summary-title {
    font-size: 40px;
  }
}
.works-single__article .works-single__summary .works-single__summary-title-wrapper .works-single__summary-title-line {
  width: 100%;
  height: 2px;
  background-color: #3F2A2A;
}
.works-single__article .works-single__summary .works-single__software-list {
  margin-top: 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 16px;
}
@media screen and (min-width: 768px) {
  .works-single__article .works-single__summary .works-single__software-list {
    margin-top: 40px;
  }
}
.works-single__article .works-single__summary .works-single__software-list .works-single__software-item .works-single__software-icon {
  width: 30px;
  height: 30px;
}
@media screen and (min-width: 768px) {
  .works-single__article .works-single__summary .works-single__software-list .works-single__software-item .works-single__software-icon {
    width: 40px;
    height: 40px;
  }
}
.works-single__article .works-single__summary .works-single__thumbnail-wrapper {
  margin-top: 40px;
}
@media screen and (min-width: 768px) {
  .works-single__article .works-single__summary .works-single__thumbnail-wrapper {
    margin-top: 80px;
  }
}
.works-single__article .works-single__summary .works-single__thumbnail-wrapper .works-single__thumbnail {
  width: 100%;
  height: auto;
}
@media screen and (min-width: 768px) {
  .works-single__article .works-single__summary .works-single__thumbnail-wrapper .works-single__thumbnail {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: start;
  }
}
.works-single__article .works-single__info {
  margin-top: 100px;
  padding-bottom: 80px;
}
@media screen and (min-width: 768px) {
  .works-single__article .works-single__info {
    padding-bottom: 120px;
  }
}
.works-single__article .works-single__info .works-single__info-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 64px;
}
.works-single__article .works-single__info .works-single__info-list .works-single__info-row dt {
  font-size: 20px;
  font-weight: 700;
  letter-spacing: 0.18em;
}
.works-single__article .works-single__info .works-single__info-list .works-single__info-row dd {
  font-size: 16px;
  font-weight: 300;
  letter-spacing: 0.18em;
}
.works-single__article .works-single__info .works-single__info-list .works-single__info-row dd.url a {
  text-decoration: underline;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  word-wrap: break-word;
}
.works-single__article .works-single__info .works-single__info-list .works-single__info-row dd.url a:hover {
  color: #AC9796;
}
.works-single__article .works-single__info .works-single__info-list .works-single__info-row dd.target {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 8px;
}
.works-single__article .works-single__visual {
  padding: 80px 40px;
  width: 100vw;
  margin-left: calc(50% - 50vw);
  background: #FAF8F7;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 80px;
}
@media screen and (min-width: 768px) {
  .works-single__article .works-single__visual {
    padding: 120px 80px;
  }
}
@media screen and (min-width: 1024px) {
  .works-single__article .works-single__visual {
    padding: 160px 100px;
  }
}
@media screen and (min-width: 1440px) {
  .works-single__article .works-single__visual {
    padding: 160px 0;
  }
}
.works-single__article .works-single__visual .works-single__visual_title {
  font-size: 16px;
  font-weight: 700;
  letter-spacing: 0.18em;
}
.works-single__article .works-single__visual .works-single__visual_comp {
  display: grid;
  grid-template-columns: 1fr;
  gap: 40px;
  width: 100%;
}
@media screen and (min-width: 768px) {
  .works-single__article .works-single__visual .works-single__visual_comp {
    display: grid;
    grid-template-columns: 2fr 1fr;
    max-width: 960px;
    margin-inline: auto;
  }
}
.works-single__article .works-single__visual .works-single__visual_comp .works-single__visual_comp-img {
  width: 100%;
  height: auto;
}
.works-single__article .works-single__visual .works-single__visual_comp .works-single__visual_comp-img img {
  width: 100%;
  height: auto;
  margin-top: 16px;
}
.works-single__article .works-single__visual .works-single__visual_vertical {
  max-width: 960px;
  margin-inline: auto;
}
.works-single__article .works-single__visual .works-single__visual_vertical .works-single__vertical-images {
  display: grid;
  grid-template-columns: 1fr;
  width: 100%;
  max-width: 768px;
  margin-inline: auto;
}
.works-single__article .works-single__visual .works-single__visual_vertical .works-single__vertical-images img {
  width: 100%;
  height: auto;
}
.works-single__article .works-single__visual .works-single__visual_square {
  max-width: 960px;
  margin-inline: auto;
}
.works-single__article .works-single__visual .works-single__visual_square .works-single__square-images {
  display: grid;
  grid-template-columns: 1fr;
  width: 100%;
  gap: 16px;
  margin-inline: auto;
  margin-top: 16px;
}
@media screen and (min-width: 768px) {
  .works-single__article .works-single__visual .works-single__visual_square .works-single__square-images {
    grid-template-columns: repeat(2, 1fr);
    gap: 24px;
  }
}
@media screen and (min-width: 1024px) {
  .works-single__article .works-single__visual .works-single__visual_square .works-single__square-images {
    gap: 40px;
  }
}
.works-single__article .works-single__visual .works-single__visual_square .works-single__square-images img {
  width: 100%;
  height: auto;
  aspect-ratio: 1/1;
  -o-object-fit: cover;
     object-fit: cover;
}
.works-single__article .works-single__visual .works-single__visual_movie {
  max-width: 960px;
  margin-inline: auto;
  width: 100%;
  height: auto;
}
.works-single__article .works-single__visual .works-single__visual_movie iframe {
  margin-top: 16px;
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
  aspect-ratio: 16/9;
}
.works-single__article .works-single__top-button {
  display: block;
  width: 100%;
  padding: 8px 20px;
  background-color: #AC9796;
  border: 1px solid #AC9796;
  color: #fff;
  border-radius: 100vh;
  text-align: center;
  margin: 80px auto 0 auto;
  -webkit-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
  max-width: 320px;
}
.works-single__article .works-single__top-button:hover {
  background-color: #fff;
  color: #AC9796;
}

.top__kv {
  width: 100%;
  padding: 120px 20px 64px 20px;
}
@media screen and (min-width: 640px) {
  .top__kv {
    padding: 160px 40px 100px 40px;
  }
}
@media screen and (min-width: 768px) {
  .top__kv {
    padding: 160px 80px 120px 80px;
    max-width: 1360px;
    margin-inline: auto;
  }
}
@media screen and (min-width: 1024px) {
  .top__kv {
    padding: 160px 80px 100px 80px;
  }
}
.top__kv picture {
  width: 100vw;
  height: auto;
  display: block;
  margin: 40px calc(50% - 50vw) 0;
}
@media screen and (min-width: 768px) {
  .top__kv picture {
    width: 100%;
    margin: 80px 0 0;
  }
}
.top__kv picture img {
  width: 100%;
  height: auto;
}
.top__kv h1 {
  font-size: 40px;
  font-family: "Adamina", serif;
  font-weight: 300;
  line-height: 1.5;
  text-transform: capitalize;
}
@media screen and (min-width: 768px) {
  .top__kv h1 {
    font-size: 60px;
  }
}
@media screen and (min-width: 1440px) {
  .top__kv h1 {
    font-size: 80px;
  }
}
.top__kv h1 span {
  display: block;
}
.top__kv .top__kv-scroll {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 16px;
  margin-top: 120px;
}
.top__kv .top__kv-scroll .top__kv-scroll-text {
  font-size: 16px;
  font-weight: 300;
  font-family: "Adamina", serif;
  -webkit-transform: rotate(90deg);
          transform: rotate(90deg);
}
@media screen and (min-width: 1440px) {
  .top__kv .top__kv-scroll .top__kv-scroll-text {
    font-size: 24px;
  }
}
.top__kv .top__kv-scroll .top__kv-scroll-line {
  width: 1px;
  height: 56px;
  background-image: -webkit-gradient(linear, left top, left bottom, from(#3F2A2A), to(#3F2A2A));
  background-image: linear-gradient(#3F2A2A, #3F2A2A);
  background-repeat: no-repeat;
  background-position: top;
  background-size: 1px 0%;
  -webkit-animation: scrollDown 2.4s ease-in-out infinite;
          animation: scrollDown 2.4s ease-in-out infinite;
  border-radius: 1px;
  will-change: background-size;
}

.top__section-title-wrapper .top__section-title {
  font-size: 40px;
  font-family: "Adamina", serif;
  text-transform: capitalize;
  text-align: center;
}

.top__works {
  width: 100%;
}
.top__works .top__works-inner {
  padding: 64px 20px;
  width: 100%;
  max-width: 500px;
  margin-inline: auto;
}
@media screen and (min-width: 768px) {
  .top__works .top__works-inner {
    padding: 80px 40px;
    max-width: 1200px;
  }
}
@media screen and (min-width: 1024px) {
  .top__works .top__works-inner {
    padding: 100px 80px;
  }
}
@media screen and (min-width: 1440px) {
  .top__works .top__works-inner {
    padding: 100px 0;
  }
}
.top__works .top__works-inner .top__works-content {
  margin-top: 40px;
}
@media screen and (min-width: 768px) {
  .top__works .top__works-inner .top__works-content {
    margin-top: 80px;
  }
}
.top__works .top__works-inner .top__works-content .top__works-list {
  display: grid;
  grid-template-columns: 1fr;
  gap: 24px;
}
@media screen and (min-width: 768px) {
  .top__works .top__works-inner .top__works-content .top__works-list {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media screen and (min-width: 1024px) {
  .top__works .top__works-inner .top__works-content .top__works-list {
    grid-template-columns: repeat(3, 1fr);
  }
}
.top__works .top__works-inner .top__works-content .top__works-list .top__works-item .top__works-link .top__works-img-wrapper {
  aspect-ratio: 460/300;
  overflow: hidden;
  border-radius: 10px;
}
@media screen and (min-width: 768px) {
  .top__works .top__works-inner .top__works-content .top__works-list .top__works-item .top__works-link .top__works-img-wrapper {
    border-radius: 20px;
  }
}
.top__works .top__works-inner .top__works-content .top__works-list .top__works-item .top__works-link .top__works-img-wrapper img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.top__works .top__works-inner .top__works-content .top__works-list .top__works-item .top__works-link .top__works-text-wrapper {
  margin-top: 16px;
}
.top__works .top__works-inner .top__works-content .top__works-list .top__works-item .top__works-link .top__works-text-wrapper .top__works-category-wrapper {
  background: #AC9796;
  padding: 4px 20px;
  border-radius: 100vh;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
}
.top__works .top__works-inner .top__works-content .top__works-list .top__works-item .top__works-link .top__works-text-wrapper .top__works-category-wrapper .top__works-category {
  font-size: 12px;
  color: #fff;
  text-transform: capitalize;
}
.top__works .top__works-inner .top__works-content .top__works-list .top__works-item .top__works-link .top__works-text-wrapper .top__works-title {
  font-size: 16px;
  margin-top: 8px;
}
.top__works .top__works-inner .top__works-content .top__works-more {
  display: block;
  width: 60%;
  padding: 8px 20px;
  background-color: #AC9796;
  border: 1px solid #AC9796;
  border-radius: 100vh;
  text-align: center;
  margin: 40px auto 0 auto;
  -webkit-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
  max-width: 300px;
}
@media screen and (min-width: 768px) {
  .top__works .top__works-inner .top__works-content .top__works-more {
    margin: 80px auto 0 auto;
  }
}
.top__works .top__works-inner .top__works-content .top__works-more span {
  font-size: 16px;
  font-weight: 300;
  font-family: "Adamina", serif;
  color: #fff;
  -webkit-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
}
@media screen and (min-width: 768px) {
  .top__works .top__works-inner .top__works-content .top__works-more span {
    font-size: 20px;
  }
}
.top__works .top__works-inner .top__works-content .top__works-more:hover {
  background-color: #fff;
  color: #AC9796;
}
.top__works .top__works-inner .top__works-content .top__works-more:hover span {
  color: #AC9796;
}

.top__about {
  width: 100%;
  background: #FAF8F7;
}
.top__about .top__about-inner {
  padding: 64px 20px 120px 20px;
  width: 100%;
  max-width: 500px;
  margin-inline: auto;
}
@media screen and (min-width: 768px) {
  .top__about .top__about-inner {
    padding: 80px 40px 160px 40px;
    max-width: 1200px;
  }
}
@media screen and (min-width: 1024px) {
  .top__about .top__about-inner {
    padding: 100px 80px;
  }
}
@media screen and (min-width: 1440px) {
  .top__about .top__about-inner {
    padding: 100px 0;
  }
}
.top__about .top__about-inner .top__about-content {
  margin-top: 40px;
}
@media screen and (min-width: 768px) {
  .top__about .top__about-inner .top__about-content {
    margin-top: 80px;
  }
}
@media screen and (min-width: 768px) {
  .top__about .top__about-inner .top__about-content .top__about-content-inner {
    display: grid;
    grid-template-columns: 1.5fr 1fr;
    gap: 40px;
  }
}
.top__about .top__about-inner .top__about-content .top__about-content-inner .top__about-text-wrapper .top__about-name {
  font-size: 32px;
  font-weight: 300;
  line-height: 1.5;
  text-align: center;
}
@media screen and (min-width: 768px) {
  .top__about .top__about-inner .top__about-content .top__about-content-inner .top__about-text-wrapper .top__about-name {
    text-align: left;
  }
}
.top__about .top__about-inner .top__about-content .top__about-content-inner .top__about-text-wrapper .top__about-name-en {
  font-size: 16px;
  font-weight: 300;
  text-transform: capitalize;
  text-align: center;
}
@media screen and (min-width: 768px) {
  .top__about .top__about-inner .top__about-content .top__about-content-inner .top__about-text-wrapper .top__about-name-en {
    text-align: left;
  }
}
.top__about .top__about-inner .top__about-content .top__about-content-inner .top__about-text-wrapper img {
  width: 60%;
  height: auto;
  margin: 24px auto 0 auto;
  display: block;
}
@media screen and (min-width: 768px) {
  .top__about .top__about-inner .top__about-content .top__about-content-inner .top__about-text-wrapper img {
    display: none;
  }
}
.top__about .top__about-inner .top__about-content .top__about-content-inner .top__about-text-wrapper .top__about-text {
  font-size: 16px;
  font-weight: 300;
  margin-top: 40px;
}
.top__about .top__about-inner .top__about-content .top__about-content-inner .top__about-img-pc {
  display: none;
}
@media screen and (min-width: 768px) {
  .top__about .top__about-inner .top__about-content .top__about-content-inner .top__about-img-pc {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    max-width: 300px;
    margin-left: auto;
  }
}
.top__about .top__about-inner .top__about-content .top__about-content-inner .top__about-img-pc img {
  width: 100%;
  height: auto;
}

.top__concept {
  width: 100%;
}
.top__concept .top__concept-inner {
  padding: 120px 20px;
  width: 100%;
  position: relative;
}
@media screen and (min-width: 768px) {
  .top__concept .top__concept-inner {
    padding: 160px 40px;
    margin-inline: auto;
    max-width: 1200px;
  }
}
@media screen and (min-width: 1024px) {
  .top__concept .top__concept-inner {
    padding: 160px 80px;
  }
}
@media screen and (min-width: 1440px) {
  .top__concept .top__concept-inner {
    padding: 160px 0;
  }
}
.top__concept .top__concept-inner .top__concept-leaf01,
.top__concept .top__concept-inner .top__concept-leaf02 {
  position: absolute;
  width: 140px;
  height: auto;
  opacity: 0.5;
}
@media screen and (min-width: 768px) {
  .top__concept .top__concept-inner .top__concept-leaf01,
  .top__concept .top__concept-inner .top__concept-leaf02 {
    width: 200px;
  }
}
.top__concept .top__concept-inner .top__concept-leaf01 {
  top: -80px;
  left: 0;
}
@media screen and (min-width: 768px) {
  .top__concept .top__concept-inner .top__concept-leaf01 {
    top: -40px;
  }
}
.top__concept .top__concept-inner .top__concept-leaf02 {
  bottom: -64px;
  right: 0;
}
@media screen and (min-width: 768px) {
  .top__concept .top__concept-inner .top__concept-leaf02 {
    bottom: -64px;
  }
}
.top__concept .top__concept-inner .top__concept-text-wrapper {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin-inline: auto;
}
.top__concept .top__concept-inner .top__concept-text-wrapper .top__concept-text {
  font-size: 20px;
  font-weight: 300;
  letter-spacing: 0.3em;
}

.top__skills {
  width: 100%;
  background: #FAF7F7;
}
.top__skills .top__skills-inner {
  padding: 64px 20px;
  width: 100%;
  max-width: 500px;
  margin-inline: auto;
}
@media screen and (min-width: 768px) {
  .top__skills .top__skills-inner {
    padding: 80px 40px;
    max-width: 1080px;
  }
}
@media screen and (min-width: 1024px) {
  .top__skills .top__skills-inner {
    padding: 100px 80px;
  }
}
@media screen and (min-width: 1440px) {
  .top__skills .top__skills-inner {
    padding: 100px 0;
  }
}
.top__skills .top__skills-inner .top__skills-content {
  margin-top: 40px;
}
@media screen and (min-width: 768px) {
  .top__skills .top__skills-inner .top__skills-content {
    margin-top: 80px;
  }
}
.top__skills .top__skills-inner .top__skills-content .top__skills-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 80px 24px;
}
@media screen and (min-width: 768px) {
  .top__skills .top__skills-inner .top__skills-content .top__skills-list {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}
.top__skills .top__skills-inner .top__skills-content .top__skills-list .top__skills-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  gap: 24px;
  width: calc(50% - 12px);
}
@media screen and (min-width: 768px) {
  .top__skills .top__skills-inner .top__skills-content .top__skills-list .top__skills-item {
    width: calc(33.33333% - 21.33333px);
  }
}
.top__skills .top__skills-inner .top__skills-content .top__skills-list .top__skills-item .top__skills-img-wrapper {
  width: 100px;
  height: 100px;
  margin-inline: auto;
}
.top__skills .top__skills-inner .top__skills-content .top__skills-list .top__skills-item .top__skills-img-wrapper img {
  width: 100%;
  height: 100%;
}
.top__skills .top__skills-inner .top__skills-content .top__skills-list .top__skills-item .top__skills-title {
  font-size: 16px;
  font-weight: 700;
  text-align: center;
  letter-spacing: 0.18em;
  line-height: 1.2;
}
.top__skills .top__skills-inner .top__skills-content .top__skills-list .top__skills-item .top__skills-text {
  font-size: 14px;
  font-weight: 300;
  width: 80%;
  margin-inline: auto;
}
.top__skills .top__skills-inner .top__skills-content02 {
  margin-top: 80px;
}
@media screen and (min-width: 768px) {
  .top__skills .top__skills-inner .top__skills-content02 {
    margin-top: 120px;
    width: 60%;
    max-width: 800px;
    margin-inline: auto;
  }
}
.top__skills .top__skills-inner .top__skills-content02 .top__skills-title-wrapper {
  position: relative;
}
.top__skills .top__skills-inner .top__skills-content02 .top__skills-title-wrapper .top__skills-title {
  font-size: 24px;
  font-weight: 300;
  text-align: center;
  letter-spacing: 0.2em;
}
.top__skills .top__skills-inner .top__skills-content02 .top__skills-title-wrapper::before, .top__skills .top__skills-inner .top__skills-content02 .top__skills-title-wrapper::after {
  content: "";
  position: absolute;
  top: 50%;
  width: 25%;
  height: 1px;
  background: #3F2A2A;
}
.top__skills .top__skills-inner .top__skills-content02 .top__skills-title-wrapper::before {
  left: 0;
  -webkit-transform: translate(0, -50%);
          transform: translate(0, -50%);
}
.top__skills .top__skills-inner .top__skills-content02 .top__skills-title-wrapper::after {
  right: 0;
  -webkit-transform: translate(0, -50%);
          transform: translate(0, -50%);
}
.top__skills .top__skills-inner .top__skills-content02 .top__skills-list-sub {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 16px;
  width: 80%;
  margin: 24px auto 0 auto;
}
@media screen and (min-width: 768px) {
  .top__skills .top__skills-inner .top__skills-content02 .top__skills-list-sub {
    gap: 40px;
    margin: 40px auto 0 auto;
  }
}
.top__skills .top__skills-inner .top__skills-content02 .top__skills-list-sub .top__skills-item .top__skills-img-wrapper {
  width: 100%;
  height: auto;
}

@-webkit-keyframes scrollDown {
  0% {
    background-size: 1px 0%;
  }
  100% {
    background-size: 1px 100%;
  }
}

@keyframes scrollDown {
  0% {
    background-size: 1px 0%;
  }
  100% {
    background-size: 1px 100%;
  }
}
@media (prefers-reduced-motion: reduce) {
  .top__kv-scroll .top__kv-scroll-line {
    -webkit-animation: none;
            animation: none;
    background-size: 1px 100%;
  }
}
.l-archive {
  padding: 80px 20px;
  width: 100%;
  max-width: 500px;
  margin-inline: auto;
}
@media screen and (min-width: 768px) {
  .l-archive {
    padding: 120px 40px;
    max-width: 1200px;
  }
}
@media screen and (min-width: 1024px) {
  .l-archive {
    padding: 160px 80px;
  }
}
@media screen and (min-width: 1440px) {
  .l-archive {
    padding: 160px 0;
  }
}
.l-archive .l-archive__title-wrapper .l-archive__title {
  font-size: 64px;
  font-family: "Adamina", serif;
  text-transform: capitalize;
  text-align: center;
}
.l-archive .l-archive__category {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 12px;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-top: 40px;
}
@media screen and (min-width: 768px) {
  .l-archive .l-archive__category {
    margin-top: 80px;
    gap: 16px;
  }
}
.l-archive .l-archive__category .l-archive__category-button {
  padding: 4px 20px;
  background-color: #fff;
  border: 1px solid #AC9796;
  border-radius: 100vh;
  text-align: center;
  -webkit-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
  display: block;
}
@media screen and (min-width: 768px) {
  .l-archive .l-archive__category .l-archive__category-button {
    padding: 8px 12px;
  }
}
.l-archive .l-archive__category .l-archive__category-button span {
  font-size: 12px;
  font-weight: 300;
  font-family: "Adamina", serif;
  color: #3F2A2A;
  -webkit-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
}
@media screen and (min-width: 768px) {
  .l-archive .l-archive__category .l-archive__category-button span {
    font-size: 16px;
  }
}
.l-archive .l-archive__category .l-archive__category-button:hover {
  background-color: #AC9796;
}
.l-archive .l-archive__category .l-archive__category-button:hover span {
  color: #fff;
}
.l-archive .l-archive__category .l-archive__category-button.is-active {
  background-color: #AC9796;
  border: 1px solid #AC9796;
}
.l-archive .l-archive__category .l-archive__category-button.is-active span {
  color: #fff;
}
.l-archive .l-archive__list {
  margin-top: 40px;
  display: grid;
  grid-template-columns: 1fr;
  gap: 40px;
}
@media screen and (min-width: 768px) {
  .l-archive .l-archive__list {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media screen and (min-width: 1024px) {
  .l-archive .l-archive__list {
    grid-template-columns: repeat(3, 1fr);
  }
}
@media screen and (min-width: 1440px) {
  .l-archive .l-archive__list {
    gap: 64px;
  }
}
.l-archive .l-archive__list .l-archive__item {
  display: block;
  width: 100%;
  overflow: hidden;
}
.l-archive .l-archive__list .l-archive__item .l-archive__item-thumbnail {
  width: 100%;
  aspect-ratio: 460/300;
  overflow: hidden;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  border-radius: 10px;
}
.l-archive .l-archive__list .l-archive__item .l-archive__item-thumbnail img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.l-archive .l-archive__item-content {
  margin-top: 16px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 8px;
}
.l-archive .l-archive__item-content .l-archive__item-category {
  font-size: 12px;
  font-weight: 300;
  color: #fff;
  text-transform: capitalize;
  background-color: #AC9796;
  padding: 2px 12px;
  border-radius: 100vh;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
}
.l-archive .l-archive__item-content .l-archive__item-title {
  font-size: 16px;
  color: #3F2A2A;
}
/*# sourceMappingURL=styles.css.map */
