@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=Montserrat:wght@400&family=Noto+Sans+JP:wght@100..900&family=Urbanist:wght@100..900&display=swap");
:root {
  --vw: 1vw;
  --content-w: 128rem;
  --content-w-small: 98rem;
  --gutter: 8rem;
  --gutter-sp: 1.6rem;
  --header-h: min(10.8rem, 108px);
  --header-h-sp: 7.2rem;
  --color-black: #231815;
  --color-background01: #FFFFFF;
  --color-background02: #F5F5F5;
  --color-green: #8FC31F;
  --color-yellow: #C36C1F;
  --color-blue: #1FA5C3;
  --color-light-gray: #BEBEBE;
  --color-notes: #656565;
  --color-rule: #BEBEBE;
  --color-main-yellow01: #FFD400;
  --color-main-yellow02: #EBC514;
  --font-ja: "Noto Sans JP", sans-serif;
  --font-en: "Urbanist", sans-serif;
  --font-montserrat: "Montserrat", sans-serif;
  --font-mixed: "Noto Sans JP", "Urbanist", sans-serif;
  --font-size-h1: max(7.8rem, 10px);
  --font-size-h1-sp: max(4.2rem, 10px);
  --font-size-h2: max(4rem, 10px);
  --font-size-h3: max(3.2rem, 10px);
  --font-size-h4: max(2.4rem, 10px);
  --font-size-t-l: max(1.8rem, 10px);
  --font-size-t-m: max(1.6rem, 10px);
  --font-size-t-s: max(1.4rem, 10px);
  --font-size-t-xs: max(1.2rem, 10px);
  --font-size-t-xxs: max(1rem, 10px);
  --thin: 100;
  --extraLight: 200;
  --light: 300;
  --regular: 400;
  --medium: 500;
  --semiBold: 600;
  --bold: 700;
  --extraBold: 800;
  --black: 800;
  --duration-short: 0.3s;
  --duration-base: 0.4s;
  --duration-full: 0.6s;
  --easing-transform: cubic-bezier(0.43, 0.05, 0.17, 1);
  --easing-material: cubic-bezier(0.26, 0.16, 0.1, 1);
}

/*! sanitize.css v3.0.0 | CC0 1.0 Public Domain | github.com/10up/sanitize.css */
/*
 * Normalization
 */
audio:not([controls]) {
  display: none;
  /* Chrome 44-, iOS 8+, Safari 9+ */
}

button {
  overflow: visible;
  /* Internet Explorer 11- */
  -webkit-appearance: button;
  /* iOS 8+ */
}

details {
  display: block;
  /* Edge 12+, Firefox 40+, Internet Explorer 11-, Windows Phone 8.1+ */
}

html {
  /* Edge 12+, Internet Explorer 11- */
  /* All browsers without overlaying scrollbars */
  -webkit-text-size-adjust: 100%;
  /* iOS 8+ */
}

input {
  -webkit-border-radius: 0;
}

input[type=button],
input[type=reset],
input[type=submit] {
  -webkit-appearance: button;
  /* iOS 8+ */
}

input[type=search] {
  -webkit-appearance: textfield;
  /* Chrome 45+, Safari 9+ */
}

input[type=search]::-webkit-search-cancel-button,
input[type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
  /* Chrome 45+, Safari 9+ */
}

main {
  display: block;
  /* Android 4.3-, Internet Explorer 11-, Windows Phone 8.1+ */
}

pre {
  overflow: auto;
  /* Internet Explorer 11- */
}

progress {
  display: inline-block;
  /* Internet Explorer 11-, Windows Phone 8.1+ */
}

small {
  font-size: 75%;
  /* All browsers */
}

summary {
  display: block;
  /* Firefox 40+, Internet Explorer 11-, Windows Phone 8.1+ */
}

svg:not(:root) {
  overflow: hidden;
  /* Internet Explorer 11- */
}

template {
  display: none;
  /* Android 4.3-, Internet Explorer 11-, iOS 7-, Safari 7-, Windows Phone 8.1+ */
}

textarea {
  overflow: auto;
  /* Edge 12+, Internet Explorer 11- */
}

[hidden] {
  display: none;
  /* Internet Explorer 10- */
}

/*
 * Universal inheritance
 */
*,
:before,
:after {
  box-sizing: inherit;
}

* {
  font-size: inherit;
  line-height: inherit;
}

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

/*
 * Opinionated defaults
 */
/* specify the border style and width of all elements */
*,
:before,
:after {
  border-style: solid;
  border-width: 0;
}

/* specify the core styles of all elements */
* {
  background-repeat: no-repeat;
  margin: 0;
  padding: 0;
}

/* specify the root styles of the document */
:root {
  background-color: #ffffff;
  box-sizing: border-box;
  color: #000000;
  cursor: default;
  text-rendering: optimizeLegibility;
}

/* specify the text decoration of anchors */
a {
  text-decoration: none;
}

/* specify the alignment of media elements */
audio,
canvas,
iframe,
img,
svg,
video {
  vertical-align: middle;
}

/* specify the background color of form elements */
button,
input,
select,
textarea {
  background-color: transparent;
}

/* specify the inherited color and font of form elements */
button,
input,
select,
textarea {
  color: inherit;
  font-family: inherit;
  font-style: inherit;
  font-weight: inherit;
}

/* specify the minimum height of form elements */
button,
[type=button],
[type=date],
[type=datetime],
[type=datetime-local],
[type=email],
[type=month],
[type=number],
[type=password],
[type=reset],
[type=search],
[type=submit],
[type=tel],
[type=text],
[type=time],
[type=url],
[type=week],
select,
textarea {
  min-height: 1.5em;
}

/* specify the font family of code elements */
code,
kbd,
pre,
samp {
  font-family: monospace, monospace;
}

/* specify the list style of nav lists */
nav ol,
nav ul {
  list-style: none;
}

/* specify the standard appearance of selects */
select {
  -moz-appearance: none;
  /* Firefox 40+ */
  -webkit-appearance: none;
}

select::-ms-expand {
  display: none;
  /* Edge 12+, Internet Explorer 11- */
}

select::-ms-value {
  color: currentColor;
  /* Edge 12+, Internet Explorer 11- */
}

/* specify the border styling of tables */
table {
  border-collapse: collapse;
  border-spacing: 0;
}

/* specify the resizability of textareas */
textarea {
  resize: vertical;
}

/* specify the background color, font color, and drop shadow of text selections */
::-moz-selection {
  background-color: #b3d4fc;
  /* required when declaring ::selection */
  color: #4c2b03;
  text-shadow: none;
}

::selection {
  background-color: #b3d4fc;
  /* required when declaring ::selection */
  color: #4c2b03;
  text-shadow: none;
}

/* specify the progress cursor of updating elements */
[aria-busy=true] {
  cursor: progress;
}

/* specify the pointer cursor of trigger elements */
[aria-controls] {
  cursor: pointer;
}

/* specify the unstyled cursor of disabled, not-editable, or otherwise inoperable elements */
[aria-disabled] {
  cursor: default;
}

/* specify the style of visually hidden yet accessible elements */
[hidden][aria-hidden=false] {
  clip: rect(0 0 0 0);
  display: inherit;
  position: absolute;
}

[hidden][aria-hidden=false]:focus {
  clip: auto;
}

/*  basic styles  */
html {
  font-size: calc(0.6944444444 * var(--vw));
}
@media screen and (max-width: 767px) {
  html {
    font-size: calc(2.6666666667 * var(--vw));
  }
}

body {
  position: relative;
  font-size: var(--font-size-t-m);
  line-height: 1.8;
  color: var(--color-black);
  -webkit-font-smoothing: antialiased;
  line-break: strict;
}
@media screen and (max-width: 767px) {
  body {
    font-size: var(--font-size-t-s);
  }
}
body.is-drawer-open {
  overflow: hidden;
}

ul,
ol {
  list-style: none;
}

a {
  color: inherit;
}

body,
input,
select,
textarea,
button {
  font-family: var(--font-ja);
  font-optical-sizing: auto;
  font-weight: 400;
  font-style: normal;
}

.u-en {
  font-family: var(--font-en);
}

@keyframes mmfadeIn {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@keyframes mmfadeOut {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
  }
}
@keyframes mmslideIn {
  from {
    transform: translateY(10%);
  }
  to {
    transform: translateY(0);
  }
}
@keyframes mmslideOut {
  from {
    transform: translateY(0);
  }
  to {
    transform: translateY(10%);
  }
}
.l-header {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 100;
  display: flex;
  flex-direction: row;
  gap: 4.8rem;
  align-items: center;
  justify-content: space-between;
  width: calc(100% - var(--scrollbar-width, 0px));
  height: 10.8rem;
  padding: 2.4rem;
  background: rgba(255, 255, 255, 0.2);
  backdrop-filter: blur(1.5rem);
}
@media (min-width: 1440px) {
  .l-header {
    gap: 48px;
    height: 108px;
    padding: 24px;
  }
}
@media screen and (max-width: 767px) {
  .l-header {
    gap: 0;
    height: 7.2rem;
    padding: 1.6rem;
  }
}
.l-header.--white {
  background-color: transparent;
  backdrop-filter: blur(0);
  transition: background-color var(--duration-base) var(--easing-material);
}
.l-header.--white .l-header__logo img {
  transition: opacity var(--duration-base) var(--easing-material);
}
.l-header.--white .l-header__logo img.--black {
  opacity: 0;
  pointer-events: none;
}
.l-header.--white .l-header__logo img.--white {
  opacity: 1;
  pointer-events: auto;
}
.is-menu-open .l-header.--white .l-header__logo img.--black, .is-drawer-open .l-header.--white .l-header__logo img.--black {
  opacity: 1;
  pointer-events: auto;
}
.is-menu-open .l-header.--white .l-header__logo img.--white, .is-drawer-open .l-header.--white .l-header__logo img.--white {
  opacity: 0;
  pointer-events: none;
}
.l-header.--white .l-header__item--has-mega.is-open .l-header__link, .l-header.--white .l-header__item--has-mega.is-current .l-header__link {
  color: var(--color-main-yellow02);
  border-bottom: solid 0.1rem var(--color-main-yellow01);
}
.l-header.--white .l-header__item--has-mega.is-open .l-header__link .svg-arrow-down, .l-header.--white .l-header__item--has-mega.is-current .l-header__link .svg-arrow-down {
  fill: var(--color-main-yellow02);
}
.l-header.--white .l-header__link {
  color: var(--color-background01);
  border-color: var(--color-background01);
  transition: color var(--duration-base) var(--easing-material), border-color var(--duration-base) var(--easing-material);
}
.l-header.--white .l-header__link .svg-icon-blank {
  color: var(--color-background01);
  transition: color var(--duration-base) var(--easing-material);
}
.l-header.--white .l-header__menu-btn {
  background-color: var(--color-background01);
  transition: background-color var(--duration-base) var(--easing-material);
}
.l-header.--white .l-header__menu-btn.is-open {
  background-color: var(--color-black);
}
.l-header.--white .l-header__menu-btn-icon span {
  background-color: var(--color-black);
  transition: background-color var(--duration-base) var(--easing-material);
}
.is-open .l-header.--white .l-header__menu-btn-icon span {
  background-color: var(--color-background01);
}

@media screen and (max-width: 767px) {
  .l-header__sub-nav {
    display: none;
  }
}

.l-header__sub-list {
  display: flex;
  flex-direction: row;
  gap: 0;
  align-items: center;
  margin: 0;
  padding: 0;
  list-style: none;
}

.l-header__sub-item {
  display: flex;
  align-items: center;
}
.l-header__sub-item:not(:last-child)::after {
  display: block;
  width: 0.1rem;
  height: 1rem;
  margin: 0 1.2rem;
  background-color: var(--color-black);
  content: "";
}
@media (min-width: 1440px) {
  .l-header__sub-item:not(:last-child)::after {
    width: 1px;
    height: 10px;
    margin: 0 12px;
  }
}

.l-header__sub-link {
  font-size: 1.2rem;
  font-weight: 400;
  line-height: 1;
  color: var(--color-black);
  text-decoration: none;
  transition: color var(--duration-base) var(--easing-material);
}
@media (min-width: 1440px) {
  .l-header__sub-link {
    font-size: 12px;
  }
}
@media (hover: hover) {
  .l-header__sub-link:hover, .l-header__sub-link:focus-visible {
    color: var(--color-main-yellow02);
  }
}

.l-header.--white .l-header__sub-link {
  color: var(--color-background01);
}
.l-header.--white .l-header__sub-item:not(:last-child)::after {
  background-color: var(--color-background01);
}

.l-header__logo {
  position: relative;
  flex-shrink: 0;
  width: 27.3rem;
  height: 4.2rem;
}
@media (min-width: 1440px) {
  .l-header__logo {
    width: 273px;
    height: 42px;
  }
}
@media screen and (max-width: 767px) {
  .l-header__logo {
    width: 20.4rem;
    height: 3.2rem;
  }
}
.l-header__logo a,
.l-header__logo img {
  display: block;
  width: 100%;
  height: 100%;
}
.l-header__logo img.--white {
  opacity: 0;
  pointer-events: none;
  position: absolute;
  top: 0;
  left: 0;
}

.l-header__nav-wrap {
  display: flex;
  flex-direction: row;
  flex-grow: 1;
  gap: 2.4rem;
  align-items: center;
  justify-content: flex-end;
}
@media (min-width: 1440px) {
  .l-header__nav-wrap {
    width: 100%;
    gap: 24px;
  }
}
@media screen and (max-width: 767px) {
  .l-header__nav-wrap {
    flex-grow: 0;
    gap: 0;
  }
}

.l-header__nav {
  display: flex;
  flex-direction: column;
  align-items: flex-end;
  gap: 0.8rem;
}
@media (min-width: 1440px) {
  .l-header__nav {
    flex: 1;
    gap: 8px;
  }
}
@media screen and (max-width: 767px) {
  .l-header__nav {
    display: none;
  }
}
.is-menu-open .l-header__nav {
  display: none;
}

.l-header__list {
  display: flex;
  flex-direction: row;
  gap: 2.4rem;
  align-items: center;
}
@media (min-width: 1440px) {
  .l-header__list {
    width: 100%;
    gap: 24px;
  }
}

.l-header__item {
  position: relative;
  display: flex;
  align-items: center;
}
@media (min-width: 1440px) {
  .l-header__item {
    flex: 1;
  }
}
.l-header__item--has-mega.is-open .l-header__link {
  color: var(--color-main-yellow02);
  border-bottom: solid 0.1rem var(--color-main-yellow01);
}
.l-header__item--has-mega.is-open .l-header__link .svg-arrow-down {
  fill: var(--color-main-yellow02);
}
.l-header__item--has-mega.is-open .l-header__mega {
  pointer-events: auto;
  visibility: visible;
  opacity: 1;
  transform: translateY(0);
  transition: opacity var(--duration-base) var(--easing-transform), transform var(--duration-base) var(--easing-transform), visibility 0s;
}
.l-header__item--has-mega.is-current .l-header__link {
  color: var(--color-main-yellow02);
  border-bottom: solid 0.1rem var(--color-main-yellow01);
}
.l-header__item--has-mega.is-current .l-header__link .svg-arrow-down {
  fill: var(--color-main-yellow02);
}

.l-header__link {
  display: flex;
  flex-direction: row;
  gap: 1.5rem;
  align-items: center;
  justify-content: space-between;
  width: 17.9rem;
  height: 4rem;
  padding: 0 0.4rem 0 0;
  font-size: 1.4rem;
  font-weight: 400;
  line-height: 1;
  color: var(--color-black);
  text-decoration: none;
  cursor: pointer;
  background: none;
  border: none;
  border-bottom: 0.1rem solid var(--color-light-gray);
  transition: opacity var(--duration-base) var(--easing-material), border-color var(--duration-base) var(--easing-material);
}
@media (min-width: 1440px) {
  .l-header__link {
    gap: 15px;
    width: 100%;
    height: 40px;
    padding: 0 4px 0 0;
    font-size: 14px;
    border-bottom-width: 1px;
  }
}
.l-header__link .svg-arrow-down {
  flex-shrink: 0;
  width: 1.1rem;
  height: 0.6rem;
  fill: var(--color-black);
}
@media (min-width: 1440px) {
  .l-header__link .svg-arrow-down {
    width: 11px;
    height: 6px;
  }
}
.l-header__link .svg-icon-blank {
  flex-shrink: 0;
  width: 1.2rem;
  height: 1.2rem;
  color: var(--color-black);
}
@media (min-width: 1440px) {
  .l-header__link .svg-icon-blank {
    width: 12px;
    height: 12px;
  }
}

.l-header__menu-btn {
  display: flex;
  flex-shrink: 0;
  align-items: center;
  justify-content: center;
  width: 4rem;
  height: 4rem;
  padding: 0;
  cursor: pointer;
  background-color: var(--color-black);
  border: none;
  border-radius: 1rem;
}
@media (min-width: 1440px) {
  .l-header__menu-btn {
    width: 40px;
    height: 40px;
    border-radius: 10px;
  }
}

.l-header__menu-btn-icon {
  position: relative;
  display: flex;
  gap: 0.3rem;
  align-items: center;
  justify-content: center;
  width: 1.9rem;
  height: 1.9rem;
}
@media (min-width: 1440px) {
  .l-header__menu-btn-icon {
    gap: 3px;
    width: 19px;
    height: 19px;
  }
}
.l-header__menu-btn-icon::before, .l-header__menu-btn-icon::after {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 1.6rem;
  height: 0.2rem;
  content: "";
  background-color: var(--color-background01);
  border-radius: 0.1rem;
  opacity: 0;
  transition: opacity var(--duration-base) var(--easing-material), transform var(--duration-base) var(--easing-transform);
  transform: translate(-50%, -50%) rotate(0deg) scaleX(0);
}
@media (min-width: 1440px) {
  .l-header__menu-btn-icon::before, .l-header__menu-btn-icon::after {
    width: 16px;
    height: 2px;
    border-radius: 1px;
  }
}
.l-header__menu-btn-icon::before {
  transform: translate(-50%, -50%) rotate(45deg) scaleX(0);
}
.l-header__menu-btn-icon::after {
  transform: translate(-50%, -50%) rotate(-45deg) scaleX(0);
}
.l-header__menu-btn-icon span {
  flex-shrink: 0;
  width: 0.4rem;
  height: 0.4rem;
  background-color: var(--color-background01);
  border-radius: 50%;
  transition: opacity var(--duration-base) var(--easing-material), transform var(--duration-base) var(--easing-transform);
}
@media (min-width: 1440px) {
  .l-header__menu-btn-icon span {
    width: 4px;
    height: 4px;
  }
}
.l-header__menu-btn-icon span:first-child {
  transform: translateX(0);
}
.l-header__menu-btn-icon span:last-child {
  transform: translateX(0);
}
.is-open .l-header__menu-btn-icon span {
  opacity: 0;
}
.is-open .l-header__menu-btn-icon span:first-child {
  transform: translateX(0.7rem);
}
@media (min-width: 1440px) {
  .is-open .l-header__menu-btn-icon span:first-child {
    transform: translateX(7px);
  }
}
.is-open .l-header__menu-btn-icon span:last-child {
  transform: translateX(-0.7rem);
}
@media (min-width: 1440px) {
  .is-open .l-header__menu-btn-icon span:last-child {
    transform: translateX(-7px);
  }
}
.is-open .l-header__menu-btn-icon::before, .is-open .l-header__menu-btn-icon::after {
  opacity: 1;
}
.is-open .l-header__menu-btn-icon::before {
  transform: translate(-50%, -50%) rotate(45deg) scaleX(1);
}
.is-open .l-header__menu-btn-icon::after {
  transform: translate(-50%, -50%) rotate(-45deg) scaleX(1);
}

.l-header__mega {
  position: fixed;
  top: 10.6rem;
  left: 0;
  display: flex;
  gap: 4.8rem;
  width: calc(100% - 6.4rem);
  padding: 2.4rem 3.2rem 4.8rem;
  visibility: hidden;
  background-color: var(--color-background01);
  border-radius: 0 1rem 1rem 0;
  opacity: 0;
  transition: opacity var(--duration-base) var(--easing-material), transform var(--duration-base) var(--easing-transform), visibility var(--duration-base);
  transform: translateY(-1rem);
  pointer-events: none;
}
@media (min-width: 1440px) {
  .l-header__mega {
    top: 106px;
    gap: 48px;
    width: calc(100% - 64px);
    padding: 24px 32px 48px;
    border-radius: 0 10px 10px 0;
    transform: translateY(-10px);
  }
}

.l-header__mega-head {
  padding-top: 1.6rem;
  width: 27.3rem;
}
@media (min-width: 1440px) {
  .l-header__mega-head {
    padding-top: 16px;
    width: 273px;
  }
}

.l-header__mega-wrapper {
  display: flex;
  flex-direction: column;
  width: -moz-max-content;
  width: max-content;
}
@media (hover: hover) {
  a.l-header__mega-wrapper:hover .l-header__mega-title,
  a.l-header__mega-wrapper:hover .l-header__mega-title svg,
  a.l-header__mega-wrapper:hover .l-header__mega-en, a.l-header__mega-wrapper:focus-visible .l-header__mega-title,
  a.l-header__mega-wrapper:focus-visible .l-header__mega-title svg,
  a.l-header__mega-wrapper:focus-visible .l-header__mega-en {
    color: var(--color-main-yellow02);
  }
}

.l-header__mega-en {
  font-family: var(--font-urbanist);
  font-size: 1.6rem;
  font-weight: 400;
  line-height: 1;
  color: var(--color-black);
  transition: color var(--duration-base) var(--easing-material);
}
@media (min-width: 1440px) {
  .l-header__mega-en {
    font-size: 16px;
  }
}

.l-header__mega-title {
  display: inline-flex;
  gap: 1.6rem;
  align-items: center;
  padding-top: 0.8rem;
  font-size: 2.4rem;
  font-weight: 500;
  line-height: 1.6;
  color: var(--color-black);
  transition: color var(--duration-base) var(--easing-material);
}
@media (min-width: 1440px) {
  .l-header__mega-title {
    gap: 16px;
    padding-top: 8px;
    font-size: 24px;
  }
}
.l-header__mega-title svg {
  width: 0.7rem;
  height: 0.8rem;
  color: var(--color-black);
  transition: color var(--duration-base) var(--easing-material);
}
@media (min-width: 1440px) {
  .l-header__mega-title svg {
    width: 7px;
    height: 8px;
  }
}

.l-header__mega-body {
  display: flex;
  flex-direction: column;
  flex-grow: 1;
}

.l-header__mega-list {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 0 2.4rem;
}
@media (min-width: 1440px) {
  .l-header__mega-list {
    gap: 0 24px;
  }
}

.l-header__mega-item {
  border-bottom: 0.1rem solid var(--color-light-gray);
}
@media (min-width: 1440px) {
  .l-header__mega-item {
    border-bottom-width: 1px;
  }
}

.l-header__mega-link {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1rem;
  padding: 1.6rem 0.9rem 1.6rem 0;
  font-size: 1.4rem;
  font-weight: 400;
  line-height: 1.8;
  color: var(--color-black);
  text-decoration: none;
  transition: color var(--duration-base) var(--easing-material);
}
@media (min-width: 1440px) {
  .l-header__mega-link {
    gap: 10px;
    padding: 16px 9px 16px 0;
    font-size: 14px;
  }
}
.l-header__mega-link svg {
  flex-shrink: 0;
  width: 0.7rem;
  height: 0.8rem;
  color: var(--color-black);
  transition: color var(--duration-base) var(--easing-material);
}
@media (min-width: 1440px) {
  .l-header__mega-link svg {
    width: 7px;
    height: 8px;
  }
}
.l-header__mega-link::after {
  position: absolute;
  bottom: -0.1rem;
  left: 0;
  width: 100%;
  height: 0.2rem;
  background-color: var(--color-main-yellow01);
  content: "";
  transform: scaleX(0.1);
  transform-origin: left;
  transition: transform var(--duration-base) var(--easing-transform);
}
@media (min-width: 1440px) {
  .l-header__mega-link::after {
    bottom: -1px;
    height: 2px;
  }
}
@media (hover: hover) {
  .l-header__mega-link:hover, .l-header__mega-link:focus-visible {
    color: var(--color-main-yellow02);
  }
  .l-header__mega-link:hover svg, .l-header__mega-link:focus-visible svg {
    color: var(--color-main-yellow02);
  }
  .l-header__mega-link:hover::after, .l-header__mega-link:focus-visible::after {
    transform: scaleX(1);
  }
}
.l-header__mega-link[target=_blank] svg {
  width: 1.2rem;
  height: 1.2rem;
}
@media (min-width: 1440px) {
  .l-header__mega-link[target=_blank] svg {
    width: 12px;
    height: 12px;
  }
}

.l-header-drawer {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 99;
  display: none;
  width: 100%;
  height: 100%;
  padding-top: 7.2rem;
  visibility: hidden;
  background-color: var(--color-background02);
  opacity: 0;
  transition: opacity var(--duration-base) var(--easing-material), visibility var(--duration-base);
}
@media screen and (max-width: 767px) {
  .l-header-drawer {
    display: block;
  }
}
.l-header-drawer.is-open {
  visibility: visible;
  opacity: 1;
}

.l-header-drawer__content {
  display: flex;
  flex-direction: column;
  gap: 0.4rem;
  padding: 0 1.6rem 4.8rem 0;
  overflow-y: auto;
  height: 100%;
}

.l-header-drawer__section {
  display: flex;
  flex-direction: column;
  gap: 0.8rem;
  padding: 2.4rem 1.6rem;
  background-color: var(--color-background01);
  border-radius: 0 1rem 1rem 0;
}

.l-header-drawer__section-head {
  display: flex;
  flex-direction: column;
  gap: 0.8rem;
}

.l-header-drawer__section-wrapper {
  display: flex;
  flex-direction: column;
  gap: 0.8rem;
}
@media (hover: hover) {
  .l-header-drawer__section-wrapper:hover .l-header-drawer__section-title,
  .l-header-drawer__section-wrapper:hover .l-header-drawer__section-title svg,
  .l-header-drawer__section-wrapper:hover .l-header-drawer__section-en, .l-header-drawer__section-wrapper:focus-visible .l-header-drawer__section-title,
  .l-header-drawer__section-wrapper:focus-visible .l-header-drawer__section-title svg,
  .l-header-drawer__section-wrapper:focus-visible .l-header-drawer__section-en {
    color: var(--color-main-yellow02);
  }
}

.l-header-drawer__section-en {
  font-family: var(--font-urbanist);
  font-size: 1.2rem;
  font-weight: 400;
  line-height: 1;
  color: var(--color-black);
  transition: color var(--duration-base) var(--easing-material);
}

.l-header-drawer__section-title {
  display: flex;
  gap: 0.8rem;
  align-items: center;
  font-size: 1.6rem;
  font-weight: 500;
  line-height: 1.6;
  color: var(--color-black);
  text-decoration: none;
  transition: color var(--duration-base) var(--easing-material);
}
.l-header-drawer__section-title svg {
  flex-shrink: 0;
  width: 0.7rem;
  height: 0.8rem;
  color: var(--color-black);
  transition: color var(--duration-base) var(--easing-material);
}

.l-header-drawer__section-list {
  display: flex;
  flex-direction: column;
}

.l-header-drawer__section-item {
  border-bottom: 0.1rem solid var(--color-light-gray);
}

.l-header-drawer__section-link {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1rem;
  padding: 1.6rem 0;
  font-size: 1.4rem;
  font-weight: 400;
  line-height: 1.8;
  color: var(--color-black);
  text-decoration: none;
  transition: color var(--duration-base) var(--easing-material);
}
.l-header-drawer__section-link svg {
  flex-shrink: 0;
  width: 0.7rem;
  height: 0.8rem;
  color: var(--color-black);
  transition: color var(--duration-base) var(--easing-material);
}
.l-header-drawer__section-link[target=_blank] svg {
  width: 1.175rem;
  height: 1.175rem;
}
.l-header-drawer__section-link::after {
  position: absolute;
  bottom: -0.1rem;
  left: 0;
  width: 3rem;
  height: 0.2rem;
  background-color: var(--color-main-yellow02);
  content: "";
  transform: scaleX(1);
  transform-origin: left;
  transition: transform var(--duration-base) var(--easing-transform);
}
@media (hover: hover) {
  .l-header-drawer__section-link:hover, .l-header-drawer__section-link:focus-visible {
    color: var(--color-main-yellow02);
  }
  .l-header-drawer__section-link:hover svg, .l-header-drawer__section-link:focus-visible svg {
    color: var(--color-main-yellow02);
  }
  .l-header-drawer__section-link:hover::after, .l-header-drawer__section-link:focus-visible::after {
    transform: scaleX(1);
  }
}

.l-header-menu {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 99;
  width: 100%;
  height: 100%;
  padding-top: 10.6rem;
  visibility: hidden;
  opacity: 0;
  transition: opacity var(--duration-base) var(--easing-material), visibility var(--duration-base);
  background-color: var(--color-background02);
}
@media (min-width: 1440px) {
  .l-header-menu {
    padding-top: 106px;
  }
}
@media screen and (max-width: 767px) {
  .l-header-menu {
    display: none;
  }
}
.l-header-menu.is-open {
  visibility: visible;
  opacity: 1;
}

.l-header-menu__content {
  display: flex;
  flex-direction: column;
  gap: 0.8rem;
  height: calc(100vh - 10.6rem);
  padding: 0 6.3rem 10.6rem 0;
  overflow-y: auto;
}
@media (min-width: 1440px) {
  .l-header-menu__content {
    gap: 8px;
    height: calc(100vh - 106px);
    padding: 0 63px 106px 0;
  }
}

.l-header-menu__section {
  display: flex;
  flex-direction: row;
  gap: 4.8rem;
  align-items: flex-start;
  padding: 2.4rem 3.2rem 4.8rem;
  background-color: var(--color-background01);
  border-radius: 0 1rem 1rem 0;
}
@media (min-width: 1440px) {
  .l-header-menu__section {
    gap: 48px;
    padding: 24px 32px 48px;
    border-radius: 0 10px 10px 0;
  }
}

.l-header-menu__head {
  width: 27.3rem;
  padding-top: 1.6rem;
}
@media (min-width: 1440px) {
  .l-header-menu__head {
    width: 273px;
    padding-top: 16px;
  }
}

.l-header-menu__en {
  display: inline-flex;
  font-family: var(--font-urbanist);
  font-size: 1.6rem;
  font-weight: 400;
  line-height: 1;
  color: var(--color-black);
  transition: color var(--duration-base) var(--easing-material);
}
@media (min-width: 1440px) {
  .l-header-menu__en {
    font-size: 16px;
  }
}

.l-header-menu__title {
  display: inline-flex;
  gap: 0.8rem;
  align-items: center;
  padding-top: 0.8rem;
  font-size: 2.4rem;
  font-weight: 500;
  line-height: 1.6;
  color: var(--color-black);
  text-decoration: none;
  transition: color var(--duration-base) var(--easing-material);
}
@media (min-width: 1440px) {
  .l-header-menu__title {
    gap: 8px;
    padding-top: 8px;
    font-size: 24px;
  }
}
.l-header-menu__title svg {
  width: 0.7rem;
  height: 0.8rem;
  color: var(--color-black);
  transition: color var(--duration-base) var(--easing-material);
}
@media (min-width: 1440px) {
  .l-header-menu__title svg {
    width: 7px;
    height: 8px;
  }
}

.l-header-menu__wrapper {
  display: flex;
  flex-direction: column;
  width: -moz-max-content;
  width: max-content;
}
@media (hover: hover) {
  a.l-header-menu__wrapper:hover .l-header-menu__title,
  a.l-header-menu__wrapper:hover .l-header-menu__title svg,
  a.l-header-menu__wrapper:hover .l-header-menu__en, a.l-header-menu__wrapper:focus-visible .l-header-menu__title,
  a.l-header-menu__wrapper:focus-visible .l-header-menu__title svg,
  a.l-header-menu__wrapper:focus-visible .l-header-menu__en {
    color: var(--color-main-yellow02);
  }
}

.l-header-menu__body {
  display: flex;
  flex-direction: column;
  flex-grow: 1;
}

.l-header-menu__list {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 0 2.4rem;
}
@media (min-width: 1440px) {
  .l-header-menu__list {
    gap: 0 24px;
  }
}

.l-header-menu__item {
  border-bottom: 0.1rem solid var(--color-light-gray);
}
@media (min-width: 1440px) {
  .l-header-menu__item {
    border-bottom-width: 1px;
  }
}

.l-header-menu__link {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1rem;
  padding: 1.6rem 0;
  font-size: 1.4rem;
  font-weight: 400;
  line-height: 1.8;
  color: var(--color-black);
  text-decoration: none;
  transition: color var(--duration-base) var(--easing-material);
}
@media (min-width: 1440px) {
  .l-header-menu__link {
    gap: 10px;
    padding: 16px 0;
    font-size: 14px;
  }
}
.l-header-menu__link svg {
  flex-shrink: 0;
  width: 0.7rem;
  height: 0.8rem;
  color: var(--color-black);
  transition: color var(--duration-base) var(--easing-material);
}
@media (min-width: 1440px) {
  .l-header-menu__link svg {
    width: 7px;
    height: 8px;
  }
}
.l-header-menu__link[target=_blank] svg {
  width: 1.2rem;
  height: 1.2rem;
}
@media (min-width: 1440px) {
  .l-header-menu__link[target=_blank] svg {
    width: 12px;
    height: 12px;
  }
}
.l-header-menu__link::after {
  position: absolute;
  bottom: -0.1rem;
  left: 0;
  width: 100%;
  height: 0.2rem;
  background-color: var(--color-main-yellow01);
  content: "";
  transform: scaleX(0.1);
  transform-origin: left;
  transition: transform var(--duration-base) var(--easing-transform);
}
@media (min-width: 1440px) {
  .l-header-menu__link::after {
    bottom: -1px;
    height: 2px;
  }
}
@media (hover: hover) {
  .l-header-menu__link:hover, .l-header-menu__link:focus-visible {
    color: var(--color-main-yellow02);
  }
  .l-header-menu__link:hover svg, .l-header-menu__link:focus-visible svg {
    color: var(--color-main-yellow02);
  }
  .l-header-menu__link:hover::after, .l-header-menu__link:focus-visible::after {
    transform: scaleX(1);
  }
}

.l-footer {
  position: relative;
  z-index: 2;
  padding: 4rem;
  background-color: transparent;
  overflow: hidden;
}
@media screen and (max-width: 767px) {
  .l-footer {
    padding: 0.8rem;
  }
}

.l-footer__inner {
  background-color: var(--color-background02);
  border-radius: 1rem 1rem 0 0;
  transform-origin: center top;
  will-change: transform, opacity, box-shadow;
}
@media screen and (max-width: 767px) {
  .l-footer__inner {
    border-radius: 0.5rem 0.5rem 0 0;
  }
}

.l-footer__cards {
  display: flex;
  align-items: center;
}
@media screen and (max-width: 767px) {
  .l-footer__cards {
    flex-direction: column;
  }
}

.l-footer__cards .c-card-cta {
  flex: 1;
  border-bottom: 0.1rem solid var(--color-light-gray);
  border-left: 0.1rem solid var(--color-light-gray);
}
@media screen and (max-width: 767px) {
  .l-footer__cards .c-card-cta {
    flex: none;
    align-self: stretch;
    border-left: none;
  }
}

.l-footer__cards .c-card-cta:first-child {
  border-left: none;
}

@media screen and (max-width: 767px) {
  .l-footer__cards .c-card-cta:last-child {
    border-bottom: none;
  }
}

.l-footer__nav {
  display: flex;
  flex-wrap: wrap;
  gap: 4.2rem 3.2rem;
  padding: 4.8rem;
  background-color: var(--color-background01);
}
@media screen and (max-width: 767px) {
  .l-footer__nav {
    gap: 3.2rem 0.8rem;
    padding: 4.8rem 0.8rem 4.8rem;
    border-top: 0.1rem solid var(--color-light-gray);
  }
}

.l-footer__nav-column {
  display: flex;
  flex-direction: column;
  gap: 1.6rem;
  width: calc(25% - 2.4rem);
}
@media screen and (max-width: 767px) {
  .l-footer__nav-column {
    width: calc(50% - 0.4rem);
  }
}

.l-footer__nav-title {
  font-weight: 700;
  line-height: 1.2;
  color: var(--color-black);
}
@media screen and (max-width: 767px) {
  .l-footer__nav-title {
    font-size: 1.4rem;
  }
}

.l-footer__nav-list {
  display: flex;
  flex-direction: column;
  gap: 1.6rem;
}
@media screen and (max-width: 767px) {
  .l-footer__nav-list {
    gap: 1.2rem;
  }
}
.l-footer__nav-list li {
  display: flex;
  align-items: center;
}
.l-footer__nav-list a {
  position: relative;
  display: inline-flex;
  align-items: center;
  font-size: 1.4rem;
  line-height: 1.2;
  color: var(--color-black);
  text-decoration: none;
  transition: transform var(--duration-base) var(--easing-transform);
}
@media screen and (max-width: 767px) {
  .l-footer__nav-list a {
    font-size: 1rem;
  }
}
.l-footer__nav-list a .l-footer__nav-list__icon {
  position: absolute;
  top: 50%;
  left: -1.2rem;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 0.7rem;
  height: 0.8rem;
  transform: translateY(-50%);
  overflow: hidden;
}
@media screen and (max-width: 767px) {
  .l-footer__nav-list a .l-footer__nav-list__icon {
    display: none;
  }
}
.l-footer__nav-list a .l-footer__nav-list__icon svg {
  transform: translateX(-105%);
  transition: transform var(--duration-base) var(--easing-transform);
}
@media (hover: hover) {
  .l-footer__nav-list a:hover, .l-footer__nav-list a:focus-visible {
    transform: translateX(1.2rem);
  }
  .l-footer__nav-list a:hover .l-footer__nav-list__icon svg, .l-footer__nav-list a:focus-visible .l-footer__nav-list__icon svg {
    transform: translateX(0);
  }
}
.l-footer__nav-list a[target=_blank] .l-footer__nav-list__icon-window {
  flex-shrink: 0;
  width: 1.2rem;
  height: 1.2rem;
  margin-left: 0.6rem;
}
@media screen and (max-width: 767px) {
  .l-footer__nav-list a[target=_blank] .l-footer__nav-list__icon-window {
    width: 0.9rem;
    height: 0.9rem;
  }
}

.l-footer__bottom {
  display: flex;
  gap: 1.6rem;
  align-items: flex-end;
  justify-content: space-between;
  padding: 4.8rem;
  background-color: var(--color-background01);
  border-top: 0.1rem solid var(--color-light-gray);
}
@media screen and (max-width: 767px) {
  .l-footer__bottom {
    flex-direction: column;
    align-items: flex-start;
    gap: 3.2rem;
    padding: 4.8rem 0.8rem 2.4rem;
  }
}

.l-footer__logo {
  display: flex;
  width: 35.9rem;
  height: 5.6rem;
}
@media screen and (max-width: 767px) {
  .l-footer__logo {
    width: 20.5rem;
    height: 3.2rem;
  }
}
.l-footer__logo img,
.l-footer__logo svg {
  width: 100%;
  height: 100%;
}

.l-footer__links {
  display: flex;
  gap: 0.8rem;
  align-items: center;
  margin-top: 1.2rem;
}
@media screen and (max-width: 767px) {
  .l-footer__links {
    margin-top: 1.6rem;
  }
}
.l-footer__links li {
  display: flex;
  align-items: center;
}
.l-footer__links li:not(:last-child)::after {
  position: relative;
  top: 0.1rem;
  margin-left: 0.8rem;
  font-size: 1.4rem;
  color: var(--color-black);
  content: "｜";
}
@media screen and (max-width: 767px) {
  .l-footer__links li:not(:last-child)::after {
    font-size: 1rem;
  }
}
.l-footer__links a {
  font-size: 1.4rem;
  font-weight: 400;
  line-height: 1.2;
  color: var(--color-black);
  text-decoration: none;
  transition: opacity var(--duration-short) var(--easing-transform);
}
@media screen and (max-width: 767px) {
  .l-footer__links a {
    font-size: 1rem;
  }
}
@media (hover: hover) {
  .l-footer__links a:hover, .l-footer__links a:focus-visible {
    opacity: 0.7;
  }
}

.l-footer__copyright {
  font-family: var(--font-en);
  font-size: 1.2rem;
  line-height: 1.2;
}
.l-footer__copyright small {
  font-size: inherit;
}
@media screen and (max-width: 767px) {
  .l-footer__copyright {
    font-size: 1rem;
  }
}

.l-footer__sns {
  display: flex;
  justify-content: flex-end;
  margin: 0 0 0.4rem auto;
  position: relative;
  right: -0.4rem;
  width: 4.2rem;
  height: 4.2rem;
}
@media screen and (max-width: 767px) {
  .l-footer__sns {
    justify-content: flex-start;
    margin: 0 0 3.2rem 0;
    right: auto;
    left: -0.6rem;
  }
}
.l-footer__sns svg {
  width: 100%;
  height: 100%;
}

.l-inner {
  width: 100%;
  max-width: var(--content-w);
  margin-left: auto;
  margin-right: auto;
}
@media screen and (max-width: 767px) {
  .l-inner {
    max-width: calc(100% - var(--gutter-sp) * 2);
    margin: 0;
    margin-left: var(--gutter-sp);
    margin-right: var(--gutter-sp);
  }
}
.l-inner.--small {
  max-width: var(--content-w-small);
}
@media screen and (max-width: 1023px) {
  .l-inner.--small {
    max-width: var(--content-w);
  }
}
@media screen and (max-width: 767px) {
  .l-inner.--small {
    max-width: calc(100% - var(--gutter-sp) * 2);
  }
}

.l-container.--bg-comics {
  background-color: #FCF3EE;
}
.l-container.--bg-comics .l-footer {
  background-color: #FCF3EE;
}
.l-container.--bg-lignage {
  background-color: #faf9f5;
}
.l-container.--bg-lignage .l-footer {
  background-color: #faf9f5;
}
.l-container.--bg-lignage-order {
  background-color: #EEF7FC;
}
.l-container.--bg-lignage-order .l-footer {
  background-color: #EEF7FC;
}
.l-container.--bg-general-contractor {
  background-color: #F8F0F0;
}
.l-container.--bg-general-contractor .l-footer {
  background-color: #F8F0F0;
}
.l-container.--bg-renovage {
  background-color: #F5FCEE;
}
.l-container.--bg-renovage .l-footer {
  background-color: #F5FCEE;
}
.l-container.--bg-lignage-condominium {
  background-color: var(--color-background02);
}
.l-container.--bg-lignage-condominium .l-footer {
  background-color: var(--color-background02);
}
.l-container.--bg-reve {
  background-color: #E6E6E6;
}
.l-container.--bg-reve .l-footer {
  background-color: #E6E6E6;
}
.l-container.--bg-column {
  background-color: var(--color-background02);
}
.l-container.--bg-column .l-footer {
  background-color: var(--color-background02);
}

.l-main {
  transform: initial !important;
}
.l-main.--bg-orange {
  background-color: #FCF3EE;
}
.l-main.--bg-orange + .l-footer {
  background-color: #FCF3EE;
}
.l-main.--bg-ft-orange + .l-footer {
  background-color: #FCF3EE;
}
.l-main.--bg-ft-orange .l-page {
  padding-bottom: 0;
}

.l-page {
  padding-top: var(--header-h);
  padding-bottom: 6.4rem;
}
@media screen and (max-width: 767px) {
  .l-page {
    padding-top: var(--header-h-sp);
    padding-bottom: 4.8rem;
  }
}
.l-page.--pb-0 {
  padding-bottom: 0;
}

.c-btn {
  position: relative;
  display: flex;
  align-items: center;
  width: 100%;
  height: 6rem;
  overflow: hidden;
  text-decoration: none;
  background-color: var(--color-black);
  border-radius: 0.5rem;
}
@media screen and (max-width: 767px) {
  .c-btn {
    height: 5rem;
  }
}
@media (hover: hover) {
  .c-btn:hover .c-btn__bg, .c-btn:focus-visible .c-btn__bg {
    width: 101.5%;
  }
  .c-btn:hover .c-btn__icon__arrow, .c-btn:focus-visible .c-btn__icon__arrow {
    transform: translateX(0.6rem);
  }
  .c-btn:hover .c-btn__icon__arrow svg, .c-btn:focus-visible .c-btn__icon__arrow svg {
    color: var(--color-main-yellow01);
  }
  .c-btn:hover .c-btn__icon__arrow::before, .c-btn:focus-visible .c-btn__icon__arrow::before {
    background-color: var(--color-main-yellow01);
    transform: translateY(-50%) scaleX(1);
  }
}

.c-btn__bg {
  position: absolute;
  top: 0;
  left: 0;
  width: 0;
  height: 100%;
  background-color: var(--color-main-yellow01);
  border-radius: 0.5rem;
  transition: width var(--duration-base) var(--easing-transform);
}

.c-btn__inner {
  position: relative;
  z-index: 1;
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 100%;
  height: 100%;
  padding: 0 1rem 0 2.4rem;
}
@media screen and (max-width: 767px) {
  .c-btn__inner {
    padding: 0 1rem 0 1.6rem;
  }
}

.c-btn__text {
  font-size: 1.6rem;
  font-weight: 400;
  line-height: 1;
  color: var(--color-background01);
}
@media screen and (max-width: 767px) {
  .c-btn__text {
    font-size: 1.4rem;
  }
}

.c-btn__icon {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 4rem;
  height: 4rem;
  background-color: var(--color-background01);
  border-radius: 1rem;
  transition: transform var(--duration-base) var(--easing-transform);
}
@media screen and (max-width: 767px) {
  .c-btn__icon {
    width: 3.2rem;
    height: 3.2rem;
  }
}
.c-btn__icon__arrow {
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  transition: transform var(--duration-base) var(--easing-transform);
}
.c-btn__icon__arrow svg {
  width: 1.4rem;
  height: 0.8rem;
  color: var(--color-black);
  transition: color var(--duration-base) var(--easing-material);
}
.c-btn__icon__arrow::before {
  position: absolute;
  top: 50%;
  left: -0.8rem;
  width: 1.2rem;
  height: 0.2rem;
  background-color: var(--color-black);
  content: "";
  transform: translateY(-50%) scaleX(0);
  transform-origin: right;
  transition: color var(--duration-base) var(--easing-material), transform var(--duration-base) var(--easing-transform);
}

.c-top-h {
  display: flex;
  flex-direction: column;
  gap: 0.72rem;
  align-items: flex-start;
}
.c-top-h[data-align=right] {
  align-items: flex-end;
  text-align: right;
}

.c-top-h__title {
  font-family: var(--font-en);
  font-size: var(--font-size-h1);
  font-weight: 400;
  line-height: 1.2;
  color: var(--color-black);
}
@media screen and (max-width: 767px) {
  .c-top-h__title {
    font-size: 4.2rem;
  }
}

.c-top-h__title-mask {
  overflow: hidden;
}

.c-top-h__subtitle {
  font-size: var(--font-size-t-l);
  font-weight: 400;
  line-height: 1.6;
  color: var(--color-black);
}
@media screen and (max-width: 767px) {
  .c-top-h__subtitle {
    font-size: 1.4rem;
    line-height: 1.8;
  }
}

.c-top-h--reveal .c-top-h__title {
  transform: translateY(115%);
  transition: transform 0.8s cubic-bezier(0.22, 1, 0.36, 1);
  will-change: transform;
}
.c-top-h--reveal .c-top-h__subtitle {
  opacity: 0;
  transform: translateY(0.8rem);
  transition: opacity 0.5s ease-out 0.1s, transform 0.5s ease-out 0.1s;
}
.c-top-h--reveal.is-inview .c-top-h__title {
  transform: translateY(0);
}
.c-top-h--reveal.is-inview .c-top-h__subtitle {
  opacity: 1;
  transform: translateY(0);
}
@media (prefers-reduced-motion: reduce) {
  .c-top-h--reveal .c-top-h__title,
  .c-top-h--reveal .c-top-h__subtitle {
    transition: none;
    transform: none;
    opacity: 1;
  }
}

.c-label {
  display: flex;
  flex-shrink: 0;
  align-items: center;
  justify-content: center;
  padding: 0.8rem 1.6rem;
  font-size: 1.4rem;
  font-weight: 400;
  line-height: 1;
  color: var(--color-background01);
  background-color: var(--color-yellow);
  border-radius: 4rem;
}
@media screen and (max-width: 767px) {
  .c-label {
    padding: 0.6rem 1.2rem 0.7rem;
  }
}
.c-label[data-type=release] {
  background-color: var(--color-main-yellow02);
}

.c-card-cta {
  position: relative;
  display: flex;
  align-items: center;
  width: 100%;
  overflow: hidden;
  text-decoration: none;
  background-color: var(--color-background01);
}
@media (hover: hover) {
  .c-card-cta:hover .c-card-cta__bg, .c-card-cta:focus-visible .c-card-cta__bg {
    width: 100%;
  }
  .c-card-cta:hover .c-card-cta__title, .c-card-cta:focus-visible .c-card-cta__title {
    color: var(--color-background01);
  }
  .c-card-cta:hover .c-card-cta__arrow__icon, .c-card-cta:focus-visible .c-card-cta__arrow__icon {
    transform: translateX(0.6rem);
  }
  .c-card-cta:hover .c-card-cta__arrow__icon svg, .c-card-cta:focus-visible .c-card-cta__arrow__icon svg {
    color: var(--color-background01);
  }
  .c-card-cta:hover .c-card-cta__arrow__icon::before, .c-card-cta:focus-visible .c-card-cta__arrow__icon::before {
    background-color: var(--color-background01);
    transform: translateY(-50%) scaleX(1);
  }
}

.c-card-cta__bg {
  position: absolute;
  top: 0;
  left: 0;
  width: 0;
  height: 100%;
  background-color: var(--color-main-yellow02);
  transition: width var(--duration-base) var(--easing-transform);
}

.c-card-cta__inner {
  position: relative;
  z-index: 1;
  display: flex;
  gap: 3.2rem;
  align-items: center;
  width: 100%;
  height: 100%;
  padding: 2rem;
}
@media screen and (max-width: 767px) {
  .c-card-cta__inner {
    gap: 1.6rem;
    padding: 0.8rem;
  }
}

.c-card-cta__thumbnail {
  flex-shrink: 0;
  width: 12rem;
  height: 12rem;
  background-color: var(--color-background01);
}
@media screen and (max-width: 767px) {
  .c-card-cta__thumbnail {
    width: 8rem;
    height: 8rem;
  }
}
.c-card-cta__thumbnail img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.c-card-cta__body {
  display: flex;
  flex-grow: 1;
  gap: 4.2rem;
  align-items: center;
  justify-content: space-between;
  margin-right: 1rem;
}
@media screen and (max-width: 767px) {
  .c-card-cta__body {
    gap: 1rem;
    margin-right: 1.05rem;
  }
}

.c-card-cta__title {
  font-size: 1.8rem;
  font-weight: 700;
  line-height: 1.2;
  color: var(--color-black);
  transition: color var(--duration-base) var(--easing-transform);
}
@media screen and (max-width: 767px) {
  .c-card-cta__title {
    font-size: 1.6rem;
  }
}

.c-card-cta__arrow {
  display: flex;
  flex-shrink: 0;
  align-items: center;
  justify-content: center;
}
.c-card-cta__arrow__icon {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: transform var(--duration-base) var(--easing-transform);
}
.c-card-cta__arrow__icon svg {
  width: 0.7rem;
  height: 0.8rem;
  color: var(--color-black);
  transition: color var(--duration-base) var(--easing-material);
}
.c-card-cta__arrow__icon::before {
  position: absolute;
  top: 50%;
  left: -1.3rem;
  width: 1.4rem;
  height: 0.2rem;
  background-color: var(--color-black);
  content: "";
  transform: translateY(-50%) scaleX(0);
  transform-origin: right;
  transition: background-color var(--duration-base) var(--easing-material), transform var(--duration-base) var(--easing-transform);
}

.c-page-h-01 {
  padding: 6.4rem 0;
}
@media screen and (max-width: 767px) {
  .c-page-h-01 {
    padding: 4.8rem 0;
  }
}
.c-page-h-01__inner {
  padding-bottom: 4.5rem;
  border-bottom: 0.1rem solid var(--color-rule);
}
@media screen and (max-width: 767px) {
  .c-page-h-01__inner {
    padding-bottom: 3rem;
  }
}
.c-page-h-01__head.is-inview .c-page-h-01__en {
  transform: translateY(0);
}
.c-page-h-01__head.is-inview .c-page-h-01__ja {
  opacity: 1;
  transform: translateY(0);
}
.c-page-h-01__head-mask {
  overflow: hidden;
  padding-bottom: 0.5em;
}
.c-page-h-01__en {
  font-size: var(--font-size-h1);
  font-family: var(--font-en);
  font-weight: var(--regular);
  line-height: 1;
  transform: translateY(115%);
  transition: transform 0.8s cubic-bezier(0.22, 1, 0.36, 1);
  will-change: transform;
}
@media screen and (max-width: 767px) {
  .c-page-h-01__en {
    font-size: var(--font-size-h1-sp);
  }
}
.c-page-h-01__ja {
  font-size: var(--font-size-t-l);
  font-weight: var(--regular);
  padding-top: calc(1.5rem - 0.5em);
  opacity: 0;
  transform: translateY(0.8rem);
  transition: opacity 0.5s ease-out 0.1s, transform 0.5s ease-out 0.1s;
}
@media screen and (max-width: 767px) {
  .c-page-h-01__ja {
    font-size: var(--font-size-t-m);
  }
}
.c-page-h-01 .c-breadcrumb {
  margin-top: -1.8rem;
}
@media screen and (max-width: 767px) {
  .c-page-h-01 .c-breadcrumb {
    margin-top: 1.5rem;
  }
}
.c-page-h-02 {
  padding: 6.4rem 0;
}
@media screen and (max-width: 767px) {
  .c-page-h-02 {
    padding: 4.8rem 0;
  }
}
.c-page-h-02__inner {
  display: grid;
  grid-template-columns: 60% auto;
  gap: 1.4rem 4rem;
  align-items: end;
  padding-bottom: 4.6rem;
  border-bottom: 0.1rem solid var(--color-rule);
}
@media screen and (max-width: 767px) {
  .c-page-h-02__inner {
    grid-template-columns: 1fr;
    padding-bottom: 2.8rem;
  }
}
.c-page-h-02__head.is-inview .c-page-h-02__en {
  opacity: 1;
  transform: translateY(0);
}
.c-page-h-02__head.is-inview .c-page-h-02__ja {
  transform: translateY(0);
}
.c-page-h-02__head-mask {
  overflow: hidden;
}
.c-page-h-02__en {
  padding-bottom: 1.6rem;
  font-size: var(--font-size-t-m);
  font-family: var(--font-en);
  font-weight: var(--regular);
  line-height: 1;
  opacity: 0;
  transform: translateY(0.8rem);
  transition: opacity 0.5s ease-out 0.1s, transform 0.5s ease-out 0.1s;
}
@media screen and (max-width: 767px) {
  .c-page-h-02__en {
    font-size: var(--font-size-t-s);
    font-weight: var(--light);
  }
}
.c-page-h-02__ja {
  font-size: var(--font-size-h3);
  font-weight: var(--medium);
  line-height: 1.6;
  transform: translateY(115%);
  transition: transform 0.8s cubic-bezier(0.22, 1, 0.36, 1);
  will-change: transform;
}
@media screen and (max-width: 767px) {
  .c-page-h-02__ja {
    font-size: var(--font-size-h4);
  }
}
.c-page-h-03 {
  position: relative;
  z-index: 2;
  height: 49.4rem;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
}
@media screen and (max-width: 767px) {
  .c-page-h-03 {
    height: 52.8rem;
  }
}
.c-page-h-03__bg {
  position: absolute;
  top: -10.6rem;
  left: 0;
  width: 100%;
  height: calc(100% + 10.6rem);
}
@media screen and (max-width: 767px) {
  .c-page-h-03__bg {
    top: -7.2rem;
    height: calc(100% + 7.2rem);
  }
}
.c-page-h-03__bg::before {
  content: "";
  position: fixed;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background-color: rgba(0, 0, 0, 0.4);
  z-index: 2;
}
.c-page-h-03__bg-video {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  z-index: 1;
}
.c-page-h-03__inner {
  position: relative;
  z-index: 2;
  max-width: 144rem;
  padding: 0 3.2rem 3rem;
  display: grid;
  grid-template-columns: 55% auto;
  gap: 2rem 4rem;
  align-items: end;
}
@media screen and (max-width: 767px) {
  .c-page-h-03__inner {
    max-width: calc(100% - var(--gutter-sp) * 2);
    padding: 0 0 1.5rem;
    grid-template-columns: 1fr;
  }
}
.c-page-h-03__logo {
  height: 8rem;
  width: auto;
}
@media screen and (max-width: 767px) {
  .c-page-h-03__logo {
    height: 4rem;
  }
}
@media screen and (max-width: 767px) {
  .c-page-h-03__logo.--large {
    height: 7rem;
  }
}
.c-page-h-03__logo.--small {
  height: 4.2rem;
}
@media screen and (max-width: 767px) {
  .c-page-h-03__logo.--small {
    height: 2rem;
  }
}
.c-page-h-03__logo > img {
  height: 100%;
  width: auto;
  vertical-align: top;
}
.c-page-h-03__ja {
  font-size: var(--font-size-t-m);
  font-weight: var(--medium);
  color: var(--color-background01);
  margin-top: 1.6rem;
}
@media screen and (max-width: 767px) {
  .c-page-h-03__ja {
    font-size: var(--font-size-t-s);
    margin-top: 0.8rem;
  }
}
.c-page-h-03__ja.--large {
  font-size: max(4.6rem, 10px);
  line-height: 1;
}
@media screen and (max-width: 767px) {
  .c-page-h-03__ja.--large {
    font-size: max(2.8rem, 10px);
    line-height: 1.6;
  }
}
.c-page-h-03 .c-breadcrumb__item {
  color: var(--color-background01);
}
@media screen and (max-width: 767px) {
  .c-page-h-03 .c-breadcrumb__list {
    justify-content: flex-start;
  }
}
.c-page-h-03 + * {
  position: relative;
  z-index: 3;
}

.c-breadcrumb__list {
  display: flex;
  flex-wrap: wrap;
  align-items: flex-end;
  justify-content: flex-end;
}
.c-breadcrumb__item {
  font-size: var(--font-size-t-xs);
}
.c-breadcrumb__item::after {
  content: "・";
  padding: 0 0.7em;
}
.c-breadcrumb__item:last-child::after {
  display: none;
}
.c-breadcrumb__item > a {
  opacity: 0.5;
}

.c-page-links {
  padding: 6.4rem 0;
  display: grid;
  align-items: start;
  grid-template-columns: 22rem 1fr;
  gap: 2.4rem 8rem;
}
@media screen and (max-width: 767px) {
  .c-page-links {
    padding: 4.8rem 0;
    grid-template-columns: 1fr;
  }
}
.c-page-links__ttl-en {
  font-family: var(--font-en);
  font-size: 4.8rem;
  line-height: 1;
  display: block;
}
@media screen and (max-width: 767px) {
  .c-page-links__ttl-en {
    font-size: 3.2rem;
  }
}
.c-page-links__ttl-ja {
  display: block;
  font-size: var(--font-size-t-s);
  font-weight: var(--regular);
  margin-top: 0.8rem;
}
.c-page-links__list {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 2.4rem;
}
@media screen and (max-width: 767px) {
  .c-page-links__list {
    grid-template-columns: 1fr;
    row-gap: 0.8rem;
  }
}
.c-page-links__item {
  border: 1px solid #A0A0A0;
  border-radius: 0.5rem;
}
.c-page-links__item > a {
  position: relative;
  display: block;
  width: 100%;
  height: 100%;
  padding: calc(1.6rem - 1px);
  transition: opacity var(--duration-short) var(--easing-transform);
}
@media screen and (max-width: 767px) {
  .c-page-links__item > a {
    padding-right: 3rem;
  }
}
@media (hover: hover) {
  .c-page-links__item > a:hover, .c-page-links__item > a:focus-visible {
    opacity: 0.7;
  }
}
.c-page-links__item > a[target=_blank] .c-page-links__item-icon {
  right: 1.7rem;
  padding-bottom: 0.4rem;
}
.c-page-links__item > a[target=_blank] .c-page-links__item-icon > .svg-arrow-right {
  width: 0.75em;
  height: 0.8125em;
}
@media screen and (max-width: 767px) {
  .c-page-links__item > a[target=_blank] .c-page-links__item-icon > .svg-arrow-right {
    width: 0.8571428571em;
    height: 0.9285714286em;
  }
}
.c-page-links__item-icon {
  position: absolute;
  right: 1.9rem;
  top: 50%;
  transform: translateY(-50%);
  padding-bottom: 0.5rem;
}
.c-page-links__item-icon > .svg-arrow-right {
  width: 0.7rem;
  height: 0.8rem;
}

.c-page-social {
  padding: 6.4rem 0;
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
}
@media screen and (max-width: 767px) {
  .c-page-social {
    padding-left: 0.8rem;
    padding-right: 0.8rem;
  }
}
.c-page-social.--detached {
  background-image: url(../img/business/detached/bg_insta.jpg);
}
@media screen and (max-width: 767px) {
  .c-page-social.--detached {
    background-image: url(../img/business/detached/bg_insta_sp.jpg);
  }
}
.c-page-social.--custom {
  background-image: url(../img/business/custom/bg_insta.jpg);
}
@media screen and (max-width: 767px) {
  .c-page-social.--custom {
    background-image: url(../img/business/custom/bg_insta_sp.jpg);
  }
}
.c-page-social__wrap {
  background-color: var(--color-background01);
  margin: 0 auto;
  max-width: 68.4rem;
}
.c-page-social__wrap > a {
  width: 100%;
  height: 100%;
  padding: 4.95rem 4.8rem;
  display: grid;
  grid-template-columns: 18.1rem 1fr;
  gap: 3.9rem;
  align-items: center;
  transition: opacity var(--duration-short) var(--easing-transform);
}
@media screen and (max-width: 767px) {
  .c-page-social__wrap > a {
    grid-template-columns: 1fr;
    padding: 2.4rem;
  }
}
@media (hover: hover) {
  .c-page-social__wrap > a:hover, .c-page-social__wrap > a:focus-visible {
    opacity: 0.7;
  }
}
.c-page-social__img > img {
  width: 100%;
  height: auto;
}
.c-page-social__icon {
  width: 4rem;
}
.c-page-social__icon > img {
  width: 100%;
  height: auto;
}
@media screen and (max-width: 767px) {
  .c-page-social__icon {
    margin: 0 auto;
  }
}
.c-page-social__txt {
  margin-top: 1.6rem;
  font-size: var(--font-size-t-l);
  font-weight: var(--medium);
}
@media screen and (max-width: 767px) {
  .c-page-social__txt {
    text-align: center;
  }
}

.c-pagination .nav-links {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 0 2.45rem;
}
@media (hover: hover) {
  .c-pagination a.page-numbers:not(.next):not(.prev):hover, .c-pagination a.page-numbers:not(.next):not(.prev):focus-visible {
    opacity: 1;
  }
}
.c-pagination .page-numbers {
  font-family: var(--font-en);
  line-height: 1;
  opacity: 0.3;
  padding: 0.8rem;
}
.c-pagination .page-numbers.current {
  opacity: 1;
  text-decoration: underline;
}
.c-pagination .prev,
.c-pagination .next {
  font-size: 0;
  opacity: 1;
}
.c-pagination .prev::before,
.c-pagination .next::before {
  content: "";
  display: block;
  width: 1.2rem;
  height: 1.5rem;
  background: url(../img/common/icon/icn_arrow_bottom_type03.svg) no-repeat center/100%;
}
@media (hover: hover) {
  .c-pagination .prev:hover, .c-pagination .prev:focus-visible,
  .c-pagination .next:hover,
  .c-pagination .next:focus-visible {
    opacity: 0.7;
  }
}
.c-pagination .prev {
  margin-right: 0.5rem;
}
.c-pagination .prev::before {
  transform: rotate(90deg);
}
.c-pagination .next {
  margin-left: 0.5rem;
}
.c-pagination .next::before {
  transform: rotate(-90deg);
}

.u-sp {
  display: none !important;
}

@media screen and (max-width: 767px) {
  .u-pc {
    display: none !important;
  }
  .u-sp {
    display: block !important;
  }
}
.u-clearfix::after {
  content: "";
  display: block;
  block-size: 0;
  font-size: 0;
  clear: both;
  visibility: hidden;
}

.u-txt-link {
  text-decoration: underline;
  text-decoration-thickness: 1px;
  text-underline-offset: 0.15em;
}
@media (hover: hover) {
  .u-txt-link:hover {
    text-decoration: none;
  }
}
.u-txt-link[target=_blank]:after {
  content: "";
  vertical-align: text-bottom;
  background: url(../img/common/icon/icn_window.svg) no-repeat top 20% center/75%;
  display: inline-block;
  width: 1.3125em;
  height: 1.3125em;
  margin-left: 0.4rem;
}
.u-txt-link.--has-icn:after {
  content: "";
  vertical-align: text-bottom;
  background: url(../img/common/icon/icn_arrow_square.svg) no-repeat top 20% center/75%;
  display: inline-block;
  width: 1.3125em;
  height: 1.3125em;
  margin-left: 0.4rem;
}
.u-txt-link.--no-icon::after {
  display: none;
}
/*# sourceMappingURL=common.css.map */
