@import url("https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@100..900&family=Noto+Serif+JP:wght@200..900&display=swap");
@font-face {
  font-style: normal;
  font-weight: 400;
  src: local("IBM Plex Mono"), local("IBMPlexMono"), url("/assets/font/IBMPlexMono-Regular.woff2") format("woff2"), url("/assets/font/IBMPlexMono-Regular.woff") format("woff");
  font-family: "IBM Plex Mono";
}
@font-face {
  font-style: normal;
  font-weight: 700;
  src: local("IBM Plex Mono"), local("IBMPlexMono"), url("/assets/font/IBMPlexMono-Bold.woff2") format("woff2"), url("/assets/font/IBMPlexMono-Bold.woff") format("woff");
  font-family: "IBM Plex Mono";
}
/* destyle.css v4.0.0 | MIT License | https://github.com/nicolas-cusan/destyle.css */
*,
::before,
::after {
  box-sizing: border-box;
  border-width: 0;
  border-style: solid;
}
html {
  line-height: 1.15;
  -webkit-text-size-adjust: 100%;
  -webkit-tap-highlight-color: transparent;
}
body {
  margin: 0;
}
main {
  display: block;
}
p,
table,
blockquote,
address,
pre,
iframe,
form,
figure,
dl {
  margin: 0;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  margin: 0;
  font-weight: inherit;
  font-size: inherit;
}
ul,
ol {
  margin: 0;
  padding: 0;
  list-style: none;
}
dt {
  font-weight: bold;
}
dd {
  margin-left: 0;
}
hr {
  box-sizing: content-box;
  height: 0;
  margin: 0;
  clear: both;
  overflow: visible;
  border-top-width: 1px;
  color: inherit;
}
pre {
  font-size: inherit;
  font-family: monospace, monospace;
}
address {
  font-style: inherit;
}
a {
  background-color: transparent;
  color: inherit;
  text-decoration: none;
}
abbr[title] {
  -webkit-text-decoration: underline dotted;
  text-decoration: underline dotted;
}
b,
strong {
  font-weight: bolder;
}
code,
kbd,
samp {
  font-size: inherit;
  font-family: monospace, monospace;
}
small {
  font-size: 80%;
}
sub,
sup {
  position: relative;
  font-size: 75%;
  line-height: 0;
  vertical-align: baseline;
}
sub {
  bottom: -0.25em;
}
sup {
  top: -0.5em;
}
svg,
img,
embed,
object,
iframe {
  vertical-align: bottom;
}
button,
input,
optgroup,
select,
textarea {
  appearance: none;
  margin: 0;
  padding: 0;
  border-radius: 0;
  background: transparent;
  color: inherit;
  font: inherit;
  text-align: inherit;
  text-transform: inherit;
  vertical-align: middle;
}
button,
[type=button],
[type=reset],
[type=submit] {
  cursor: pointer;
}
button:disabled,
[type=button]:disabled,
[type=reset]:disabled,
[type=submit]:disabled {
  cursor: default;
}
:-moz-focusring {
  outline: auto;
}
select:disabled {
  opacity: inherit;
}
option {
  padding: 0;
}
fieldset {
  min-width: 0;
  margin: 0;
  padding: 0;
}
legend {
  padding: 0;
}
progress {
  vertical-align: baseline;
}
textarea {
  overflow: auto;
}
[type=number]::-webkit-inner-spin-button,
[type=number]::-webkit-outer-spin-button {
  height: auto;
}
[type=search] {
  outline-offset: -2px;
}
[type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
}
::-webkit-file-upload-button {
  -webkit-appearance: button;
  font: inherit;
}
[type=number] {
  -moz-appearance: textfield;
}
label[for] {
  cursor: pointer;
}
details {
  display: block;
}
summary {
  display: list-item;
}
[contenteditable]:focus {
  outline: auto;
}
table {
  border-color: inherit;
  border-collapse: collapse;
}
caption {
  text-align: left;
}
td,
th {
  padding: 0;
  vertical-align: top;
}
th {
  font-weight: bold;
  text-align: left;
}
:root {
  --bar-width: 15px;
}
html {
  overflow-y: scroll;
  scroll-padding-top: 88px;
}
html.is-fixed {
  margin-right: var(--bar-width);
  overflow: hidden;
}
.l-header {
  z-index: 100;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  color: #FFFFFF;
  font-style: normal;
  font-weight: 300;
  font-size: 13px;
  line-height: 1.8461538462;
  font-family: "Noto Sans JP", sans-serif;
  font-optical-sizing: auto;
  letter-spacing: 0.04em;
  transition: color 0.3s ease;
}
.l-header.is-color {
  color: #000000;
}
.l-header.is-all {
  transition-duration: 0s;
}
html.is-fixed .l-header {
  width: calc(100% - var(--bar-width));
}
html.is-nav .l-header {
  color: #000000;
}
.l-header__inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 15px 2.5%;
  background: rgba(255, 255, 255, 0);
  transition: background-color 0.3s ease;
}
.l-header.is-color .l-header__inner {
  background-color: white;
}
.l-header__logo {
  z-index: 1;
  position: relative;
}
.l-header__logo a {
  display: block;
  aspect-ratio: 388/47;
  width: 230px;
  background: currentColor;
  font-size: 0;
  -webkit-mask: url("/assets/img/logo_andcreage.svg") center center/contain no-repeat;
  mask: url("/assets/img/logo_andcreage.svg") center center/contain no-repeat;
}
.l-header__toggle {
  display: none;
  z-index: 1;
  position: relative;
}
.l-header__toggle a {
  display: block;
  position: relative;
  aspect-ratio: 1/1;
}
.l-header__toggle a::before {
  position: absolute;
  top: calc(50% - 4px);
  left: 0;
  width: 100%;
  height: 2px;
  background: currentColor;
  content: "";
  transition: transform 0.2s ease 0s, top 0.2s ease 0.2s;
}
.l-header__toggle a::after {
  position: absolute;
  top: calc(50% + 4px);
  left: 0;
  width: 100%;
  height: 2px;
  background: currentColor;
  content: "";
  transition: transform 0.2s ease 0s, top 0.3s ease 0.2s;
}
.l-header__toggle a.is-open::before {
  top: 50%;
  transform: rotate(45deg);
  transition: transform 0.2s ease 0.2s, top 0.2s ease 0s;
}
.l-header__toggle a.is-open::after {
  top: 50%;
  transform: rotate(-45deg);
  transition: transform 0.2s ease 0.2s, top 0.2s ease 0s;
}
.l-nav {
  position: relative;
}
.l-nav__list {
  display: flex;
  flex-direction: row-reverse;
  gap: 0 32px;
}
.l-nav__list .item__title {
  display: none;
}
.l-nav__list .item__list {
  font-size: 11px;
  line-height: 1.1818181818;
}
.l-footer {
  padding: 100px 0 80px;
  border-top: 1px solid #D6D6D6;
  font-style: normal;
  font-weight: 300;
  font-size: 13px;
  line-height: 1.8461538462;
  font-family: "Noto Sans JP", sans-serif;
  font-optical-sizing: auto;
  letter-spacing: 0.04em;
}
.l-footer__inner {
  padding-inline: 6.25%;
}
.l-footer__block.upper {
  display: flex;
  justify-content: space-between;
  margin-bottom: 32px;
  padding-bottom: 60px;
  gap: 0 7.1428571429%;
  border-bottom: 1px solid #D6D6D6;
}
.l-footer__logo {
  width: 261px;
}
.l-footer__link {
  flex: 1;
  max-width: 674px;
}
.l-footer__nav {
  display: flex;
  margin-bottom: 48px;
  padding-bottom: 48px;
  gap: 0 11.8694362018%;
  border-bottom: 1px solid #D6D6D6;
}
.l-footer__nav .item__title {
  margin-bottom: 20px;
}
.l-footer__related__title {
  margin-bottom: 24px;
}
.l-footer__related__list {
  display: flex;
  flex-wrap: wrap;
  gap: 32px 10.6824925816%;
}
.l-footer__related__list .item:nth-of-type(1) {
  width: 100%;
}
.l-footer__related__list .item:nth-of-type(2) {
  max-width: 324px;
}
.l-footer__related__list .item:nth-of-type(3) {
  flex: 1;
}
.l-footer__related__list .item__title {
  margin-bottom: 20px;
}
.l-footer__related__list .item__list {
  display: flex;
  flex-wrap: wrap;
  gap: 16px 24px;
}
.l-footer__related__list .item__list .w {
  width: 100%;
}
.l-footer__follow {
  display: flex;
  justify-content: flex-end;
  margin-bottom: 24px;
  gap: 0 36px;
}
.l-footer__follow__list {
  display: flex;
  gap: 0 20px;
}
.l-footer__copyright {
  letter-spacing: 0;
  text-align: right;
}
.l-footer img {
  max-width: 100%;
}
.l-header .c-button--b,
.l-footer .c-button--b {
  display: inline-block;
  position: relative;
}
.l-header .c-button--b::after,
.l-footer .c-button--b::after {
  position: absolute;
  right: 0;
  bottom: 0;
  width: 0;
  height: 1px;
  background: currentColor;
  content: "";
}
.l-header .c-title-en--h4,
.l-footer .c-title-en--h4 {
  font-size: 16px;
  line-height: 1.75;
}
.l-header .c-text-jp--s,
.l-footer .c-text-jp--s {
  font-size: 11px;
  line-height: 1.8181818182;
}
.l-header .c-text-jp--xs,
.l-footer .c-text-jp--xs {
  font-size: 10px;
  line-height: 1.4;
}
.l-header .c-text-en--m,
.l-footer .c-text-en--m {
  font-size: 11px;
  line-height: 1.1818181818;
}
.l-header .c-text-en--s,
.l-footer .c-text-en--s {
  font-size: 10px;
  line-height: 1.2;
}
.l-header .u-tab,
.l-footer .u-tab {
  display: none;
}
.l-header .u-sp,
.l-footer .u-sp {
  display: none;
}
.l-header .u-pc,
.l-footer .u-pc {
  display: block;
}
.l-header .u-font--sans,
.l-footer .u-font--sans {
  font-family: "Noto Sans JP", sans-serif;
}
.l-header .u-font--serif,
.l-footer .u-font--serif {
  font-family: "Noto Serif JP", serif;
}
.l-header .u-font--en,
.l-footer .u-font--en {
  font-weight: 400;
  font-family: "IBM Plex Mono", serif;
  font-feature-settings: "ss04";
}
.l-header .u-font--400,
.l-footer .u-font--400 {
  font-weight: 400;
}
.l-header .u-color--gray-05,
.l-footer .u-color--gray-05 {
  color: #888888;
}
@media screen and (max-width: 1024px) {
  .l-footer__related__list {
    flex-direction: column;
  }
  .l-footer__related__list .item:nth-of-type(2) {
    max-width: none;
  }
  .l-header .u-pc,
  .l-footer .u-pc {
    display: none;
  }
  .l-header .u-sp,
  .l-footer .u-sp {
    display: none;
  }
  .l-header .u-tab,
  .l-footer .u-tab {
    display: block;
  }
}
@media screen and (max-width: 767px) {
  :root {
    --bar-width: 0px;
  }
  html {
    scroll-padding-top: 68px;
  }
  .l-header__inner {
    padding: 22px 5.1282051282%;
  }
  .l-header__logo a {
    width: 189px;
  }
  .l-header__toggle {
    display: block;
    width: 24px;
  }
  .l-nav {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100dvh;
  }
  .l-nav__bg {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.6);
  }
  .l-nav__wrap {
    position: relative;
    min-height: calc(100% - 120px);
    max-height: 100%;
    overflow-y: auto;
    background: #FFFFFF;
  }
  .l-nav__inner {
    padding: 128px 5.8974358974% 60px;
  }
  .l-nav__list {
    flex-direction: column;
    gap: 48px 0;
  }
  .l-nav__list .item__title {
    display: block;
    margin-bottom: 24px;
    padding-bottom: 8px;
    border-bottom: 1px solid #D6D6D6;
  }
  .l-nav__list .item__list {
    font-size: 12px;
    line-height: 1.3333333333;
  }
  .l-nav__list .item__list a::before {
    content: "-";
  }
  .l-footer {
    padding: 80px 0 60px;
  }
  .l-footer__inner {
    padding-inline: 6.1538461538%;
  }
  .l-footer__block.upper {
    flex-direction: column;
    margin-bottom: 40px;
    padding-bottom: 40px;
    gap: 40px 0;
  }
  .l-footer__logo {
    width: 245px;
  }
  .l-footer__link {
    max-width: none;
  }
  .l-footer__nav {
    flex-direction: column;
    margin-bottom: 40px;
    padding-bottom: 40px;
    gap: 40px 0;
  }
  .l-footer__follow {
    justify-content: flex-start;
    margin-bottom: 40px;
    padding-bottom: 40px;
    border-bottom: 1px solid #D6D6D6;
  }
  .l-footer__copyright {
    text-align: center;
  }
  .l-header .u-pc,
  .l-footer .u-pc {
    display: none;
  }
  .l-header .u-tab,
  .l-footer .u-tab {
    display: none;
  }
  .l-header .u-sp,
  .l-footer .u-sp {
    display: block;
  }
}
@media (max-width: 767px) and (orientation: landscape) {
  .l-nav__wrap {
    min-height: calc(100% - 60px);
  }
}
@media (any-hover: hover) {
  .l-header .c-button--b::after,
  .l-footer .c-button--b::after {
    transition: width 0.3s ease;
  }
  .l-header .c-button--b:hover::after,
  .l-footer .c-button--b:hover::after {
    right: auto;
    left: 0;
    width: 100%;
  }
}