@charset "UTF-8";
* {
  margin: 0;
  padding: 0;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

ul {
  list-style-type: none;
}

a {
  color: inherit;
  text-decoration: none;
}

ul,
ol,
div {
  margin: 0;
  padding: 0;
}

html {
  font-family: "Noto Sans JP", sans-serif;
  color: #000;
  font-size: 10px;
  font-display: block;
  scroll-behavior: smooth;
}

body::before {
  background-image: url("./public/img/body-texture.jpg");
}
body::after {
  background-image: url("./public/img/body-texture-dark.jpg");
}

main {
  background-image: url("./public/img/body-texture.jpg");
}
main.page {
  margin-top: 80px;
}
@media screen and (max-width: 767px) {
  main.page {
    margin-top: 60px;
  }
}

input,
textarea,
select,
button {
  font-size: inherit;
  font-family: inherit;
}

.header {
  position: fixed;
  inset: 0 0 auto;
  z-index: 1000;
  overflow: hidden;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.header.active {
  background: #000;
}
.header.scrolled {
  background-color: #e6e4da;
}
.header.scrolled .header__content {
  color: #000;
  padding-block: 10px;
}
.header.scrolled svg {
  -webkit-filter: brightness(0);
          filter: brightness(0);
}
.header.scrolled .header__pill-action {
  color: #000;
  border-color: #808080;
}
.header.scrolled .header__logo {
  width: 112px;
}
@media screen and (max-width: 767px) {
  .header.scrolled .header__logo {
    width: 74px;
  }
}
.header.scrolled .header__hamburger-icon span {
  background-color: #000;
}
.header.scrolled .header__hamburger-icon.active span {
  background-color: #fff;
}
@media screen and (max-width: 1080px) {
  .header.scrolled .header__navigation {
    top: 60px;
    max-height: calc(100dvh - 60px);
  }
}
.header.scrolled.active svg {
  -webkit-filter: initial;
          filter: initial;
}
.header.scrolled.active .header__pill-action {
  border-color: #fff;
  color: #fff;
}
.header.scrolled.active {
  background-color: #000;
}
.header__content {
  position: relative;
  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;
  padding: 20px 1.04%;
  color: #fff;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
@media screen and (max-width: 1080px) {
  .header__content {
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
}
@media screen and (max-width: 767px) {
  .header__content {
    padding-inline: 2.67%;
  }
}
.header__logo {
  position: relative;
  width: 186px;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  z-index: 2;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
@media screen and (max-width: 1440px) {
  .header__logo {
    width: 149px;
  }
}
@media screen and (max-width: 1366px) {
  .header__logo {
    width: 119px;
  }
}
@media screen and (max-width: 767px) {
  .header__logo {
    width: 74px;
  }
}
.header__navigation {
  width: 44.6%;
  margin-inline: 18.94% 11.17%;
}
@media screen and (max-width: 1600px) {
  .header__navigation {
    -webkit-margin-start: 15.15%;
            margin-inline-start: 15.15%;
  }
}
@media screen and (max-width: 1440px) {
  .header__navigation {
    width: 48%;
    gap: 10%;
  }
}
@media screen and (max-width: 1280px) {
  .header__navigation {
    margin-inline: auto;
  }
}
@media screen and (max-width: 1080px) {
  .header__navigation {
    position: fixed;
    inset: 80px -100% 0 auto;
    width: 100%;
    padding: 30px 8%;
    background-color: #000;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-transition: 0.3s;
    transition: 0.3s;
    z-index: 0;
    max-height: calc(100dvh - 80px);
  }
}
.header__navigation.active {
  right: 0;
  overflow: scroll;
}
.header__links {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 7.01%;
}
@media screen and (max-width: 1600px) {
  .header__links {
    gap: 9%;
  }
}
@media screen and (max-width: 1080px) {
  .header__links {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
.header__navigation-link {
  white-space: nowrap;
  position: relative;
  font-size: 1.6rem;
  text-align: center;
}
@media screen and (max-width: 1440px) {
  .header__navigation-link {
    font-size: 1.3rem;
  }
}
@media screen and (max-width: 1080px) {
  .header__navigation-link {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    width: 375px;
    margin: 0 auto;
    font-size: 1.6rem;
  }
}
@media screen and (max-width: 767px) {
  .header__navigation-link {
    max-width: 375px;
    width: 100%;
  }
}
@media screen and (max-width: 1080px) {
  .header__navigation-link:not(:last-of-type) {
    margin-bottom: 35px;
  }
}
.header__navigation-link span {
  display: block;
  position: relative;
  white-space: nowrap;
  font-family: "Montserrat", sans-serif;
  font-weight: 700;
  opacity: 1;
}
@media screen and (max-width: 1080px) {
  .header__navigation-link span {
    opacity: 0;
  }
}
.header__navigation-link::before {
  content: attr(data-ja);
  position: absolute;
  inset: -1px -100% 0;
  margin: auto;
  display: block;
  font-weight: 700;
  font-family: "Montserrat", sans-serif;
  color: #fff;
  opacity: 0;
  -webkit-transition: 0.3s ease;
  transition: 0.3s ease;
  pointer-events: none;
}
@media screen and (max-width: 1080px) {
  .header__navigation-link::before {
    inset: 0 auto 0 0;
    opacity: 1;
    color: #fff;
    pointer-events: initial;
  }
}
@media screen and (max-width: 1080px) {
  .header__navigation-link::after {
    content: "";
    display: block;
    width: 20px;
    height: 20px;
    background-image: url("./public/img/icons/arrow.svg");
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
    rotate: -90deg;
  }
}
.header__navigation-link:hover span {
  opacity: 0;
}
.header__navigation-link:hover::before {
  opacity: 1;
}
@media screen and (max-width: 1080px) {
  .header__navigation-link[data-ja=オールペイント] {
    -webkit-box-ordinal-group: 1;
        -ms-flex-order: 0;
            order: 0;
  }
}
@media screen and (max-width: 1080px) {
  .header__navigation-link[data-ja=販売商品一覧] {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
  }
}
@media screen and (max-width: 1080px) {
  .header__navigation-link[data-ja=修理事例一覧] {
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
  }
}
@media screen and (max-width: 1080px) {
  .header__navigation-link[data-ja=よくあるご質問] {
    -webkit-box-ordinal-group: 4;
        -ms-flex-order: 3;
            order: 3;
  }
}
@media screen and (max-width: 1080px) {
  .header__navigation-link[data-ja=採用情報] {
    -webkit-box-ordinal-group: 5;
        -ms-flex-order: 4;
            order: 4;
  }
}
@media screen and (max-width: 1080px) {
  .header__navigation-link[data-ja=会員登録／ログイン] {
    -webkit-box-ordinal-group: 6;
        -ms-flex-order: 5;
            order: 5;
  }
}
@media screen and (max-width: 1080px) {
  .header__navigation-link[data-ja=特定商取引法に基づく表記] {
    -webkit-box-ordinal-group: 7;
        -ms-flex-order: 6;
            order: 6;
  }
}
@media screen and (max-width: 1080px) {
  .header__navigation-link[data-ja=プライバシーポリシー] {
    -webkit-box-ordinal-group: 8;
        -ms-flex-order: 7;
            order: 7;
  }
}
@media screen and (max-width: 1080px) {
  .header__navigation-link[data-ja=サイトマップ] {
    -webkit-box-ordinal-group: 9;
        -ms-flex-order: 8;
            order: 8;
  }
}
.header__actions {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 30px;
  z-index: 2;
}
@media screen and (max-width: 1440px) {
  .header__actions {
    gap: 24px;
  }
}
@media screen and (max-width: 1080px) {
  .header__actions {
    gap: 15px;
  }
}
@media screen and (max-width: 350px) {
  .header__actions {
    gap: 10px;
  }
}
.header__action {
  position: relative;
  top: 3px;
  display: block;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.header__action:hover {
  opacity: 0.6;
}
.header__action svg {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}
.header__action.user {
  width: 25px;
}
@media screen and (max-width: 1440px) {
  .header__action.user {
    width: 20px;
  }
}
@media screen and (max-width: 767px) {
  .header__action.user {
    width: 17px;
  }
}
.header__action.cart {
  width: 30px;
}
@media screen and (max-width: 1440px) {
  .header__action.cart {
    width: 24px;
  }
}
@media screen and (max-width: 767px) {
  .header__action.cart {
    width: 20px;
  }
}
.header__action.instagram {
  width: 30px;
}
@media screen and (max-width: 1440px) {
  .header__action.instagram {
    width: 24px;
  }
}
@media screen and (max-width: 767px) {
  .header__action.instagram {
    width: 20px;
  }
}
.header__pill-action {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 10px;
  height: 40px;
  border-radius: 20px;
  border: 1px solid #fff;
  padding-inline: 24px;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
@media screen and (max-width: 1440px) {
  .header__pill-action {
    gap: 8px;
    height: 32px;
    padding-inline: 19px;
  }
}
@media screen and (max-width: 767px) {
  .header__pill-action {
    gap: 8px;
    padding-inline: 17px;
    height: 30px;
  }
}
@media screen and (max-width: 767px) {
  .header__pill-action svg {
    width: 15px;
    height: 15px;
  }
}
.header__pill-action:hover {
  opacity: 0.6;
}
.header__pill-text {
  font-size: 1.8rem;
  font-weight: 700;
}
@media screen and (max-width: 1440px) {
  .header__pill-text {
    font-size: 1.4rem;
  }
}
@media screen and (max-width: 767px) {
  .header__pill-text {
    font-size: 1.3rem;
  }
}
.header__hamburger {
  display: none;
  width: 27px;
  height: 18px;
  border: none;
  background-color: transparent;
  cursor: pointer;
}
@media screen and (max-width: 1080px) {
  .header__hamburger {
    display: block;
  }
}
.header__hamburger-icon {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 5px;
}
.header__hamburger-icon span {
  display: block;
  width: 100%;
  height: 2px;
  background-color: #fff;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  border-radius: 10px;
}
.header__hamburger-icon.active span:first-of-type {
  -webkit-transform: rotate(30deg) translate(0, 5px);
          transform: rotate(30deg) translate(0, 5px);
}
.header__hamburger-icon.active span:nth-of-type(2) {
  width: 0;
}
.header__hamburger-icon.active span:last-of-type {
  -webkit-transform: rotate(-30deg) translate(2px, -10px);
          transform: rotate(-30deg) translate(2px, -10px);
}

.footer {
  background-color: #000;
}
.footer__content {
  padding: 5rem 0 4rem;
}
@media screen and (max-width: 767px) {
  .footer__content {
    padding: 5rem 0 8rem;
  }
}
.footer__logo {
  display: block;
  width: 186px;
}
@media screen and (max-width: 767px) {
  .footer__logo {
    margin: auto;
  }
}
.footer__links {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 2.08%;
  margin-block: 3.5rem 9.5rem;
  color: #fff;
  font-size: 1.6rem;
  font-weight: 700;
  line-height: 1.5em;
}
@media screen and (max-width: 767px) {
  .footer__links {
    font-size: 1.4rem;
    gap: 5rem 0;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    margin-block: 5.5rem;
  }
}
.footer__links.xs {
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  max-width: 500px;
  margin: 40px auto;
  gap: 20px 1%;
}
@media screen and (max-width: 767px) {
  .footer__links.xs {
    font-size: 1.2rem;
    max-width: 400px;
  }
}
.footer__links.xs .footer__link {
  width: 47%;
}
@media screen and (max-width: 767px) {
  .footer__links.xs .footer__link {
    width: 40%;
  }
}
.footer__col {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 20px;
  -ms-flex-preferred-size: 200px;
      flex-basis: 200px;
}
@media screen and (max-width: 767px) {
  .footer__col {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-flow: row wrap;
            flex-flow: row wrap;
    -ms-flex-negative: 0;
        flex-shrink: 0;
    -ms-flex-preferred-size: 167px;
        flex-basis: 167px;
    gap: 3.5rem 0;
  }
}
@media screen and (max-width: 767px) {
  .footer__col:nth-of-type(3), .footer__col:last-of-type {
    -ms-flex-preferred-size: 100%;
        flex-basis: 100%;
    gap: 2.3rem 0;
  }
}
@media screen and (max-width: 767px) {
  .footer__col:nth-of-type(3) .footer__link:nth-of-type(3) {
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
  }
}
@media screen and (max-width: 767px) {
  .footer__col:nth-of-type(3) .footer__link:nth-of-type(2) {
    -webkit-box-ordinal-group: 4;
        -ms-flex-order: 3;
            order: 3;
  }
}
.footer__col:last-of-type {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
@media screen and (max-width: 767px) {
  .footer__col:last-of-type {
    -ms-flex-preferred-size: auto;
        flex-basis: auto;
  }
}
@media screen and (max-width: 767px) {
  .footer__col:last-of-type .footer__link {
    -ms-flex-preferred-size: auto;
        flex-basis: auto;
  }
}
.footer__link {
  display: block;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
@media screen and (max-width: 767px) {
  .footer__link {
    -ms-flex-preferred-size: 167px;
        flex-basis: 167px;
    -ms-flex-negative: 0;
        flex-shrink: 0;
  }
}
.footer__link:hover {
  color: #dc4405;
}
.footer__cpy {
  font-size: 1.2rem;
  color: #808080;
}
@media screen and (max-width: 767px) {
  .footer__cpy {
    text-align: center;
  }
}

.image {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
  display: block;
}
.image--auto {
  width: auto;
}
.image--contain {
  -o-object-fit: contain;
     object-fit: contain;
}

.banner {
  position: relative;
  overflow: hidden;
  isolation: isolate;
}
.banner::before {
  content: "";
  position: absolute;
  inset: 0;
  max-height: 200px;
  background-image: url("./public/img/banner-texture.jpg");
  z-index: -1;
}
@media screen and (max-width: 767px) {
  .banner::before {
    max-height: 146px;
  }
}
.banner.nobefore::before {
  display: none;
}
.banner__content {
  position: relative;
  padding-block: 43px 23px;
  z-index: 1;
}
.banner__page-title {
  position: relative;
  font-size: 6rem;
  font-family: "Montserrat", sans-serif;
  font-weight: 700;
  line-height: 1.2166666667em;
  z-index: 1;
}
@media screen and (max-width: 767px) {
  .banner__page-title {
    font-size: 2.8rem;
  }
}
.banner__page-subtitle {
  display: block;
  margin-top: 10px;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 2rem;
  line-height: 1.45em;
}
@media screen and (max-width: 767px) {
  .banner__page-subtitle {
    margin-top: 5px;
    font-size: 1.6rem;
  }
}
.banner__breadcrumbs {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 8px;
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
  margin-inline: auto 2.5%;
  z-index: 1;
}
.banner__breadcrumb {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-size: 1.4rem;
  font-weight: 700;
}
@media screen and (max-width: 767px) {
  .banner__breadcrumb {
    font-size: 1.2rem;
  }
}
.banner__breadcrumb:not(span) {
  gap: 8px;
}
.banner__breadcrumb:not(span)::after {
  content: "";
  display: block;
  width: 6px;
  height: 9px;
  background-image: url("./public/img/icons/arrow-right.svg");
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
  -webkit-transform: translateY(1px);
          transform: translateY(1px);
}
.banner__breadcrumb:is(span) {
  display: block;
  max-width: 460px;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}
@media screen and (max-width: 767px) {
  .banner__breadcrumb--long:is(span) {
    max-width: 42vw;
  }
}

.container {
  max-width: calc(1200px + 10%);
  margin: auto;
  padding-inline: 5%;
}
.container--wide {
  max-width: calc(1600px + 6%);
  padding-inline: 3%;
}
.container--narrow {
  max-width: calc(1000px + 10%);
  padding-inline: 5%;
}

.anchor-nav {
  position: relative;
  display: grid;
  grid-template-rows: 100px 80px 68px;
  grid-template-columns: repeat(3, 32%);
  -webkit-column-gap: 2%;
     -moz-column-gap: 2%;
          column-gap: 2%;
  place-items: center;
  z-index: 0;
}
@media screen and (max-width: 767px) {
  .anchor-nav {
    grid-template-rows: repeat(3, 50px);
    grid-template-columns: 1fr;
    grid-auto-flow: column;
  }
}
.anchor-nav--lines-only {
  grid-template-rows: 1fr;
  height: 100px;
}
@media screen and (max-width: 767px) {
  .anchor-nav--lines-only {
    height: 50px;
  }
}
.anchor-nav--lines-only .anchor-nav__bg {
  grid-template-rows: 1fr;
  height: calc(100% + 200px);
}
@media screen and (max-width: 767px) {
  .anchor-nav--lines-only .anchor-nav__bg {
    grid-template-columns: 1fr;
  }
}
.anchor-nav--four {
  grid-template-columns: repeat(4, 23.5%);
  -webkit-column-gap: 2%;
     -moz-column-gap: 2%;
          column-gap: 2%;
}
@media screen and (max-width: 767px) {
  .anchor-nav--four {
    grid-template-rows: repeat(4, 50px);
    grid-template-columns: 1fr;
  }
}
.anchor-nav--four .anchor-nav__item:nth-of-type(4) {
  grid-column: 4/5;
}
@media screen and (max-width: 767px) {
  .anchor-nav--four .anchor-nav__item:nth-of-type(4) {
    grid-row: 4/5;
    grid-column: 1/2;
  }
}
.anchor-nav--four .anchor-nav__bg {
  grid-template-columns: repeat(4, 23.5%);
  inset: -200px 0 auto;
  grid-template-rows: 270px 100px 80px 68px;
}
@media screen and (max-width: 767px) {
  .anchor-nav--four .anchor-nav__bg {
    grid-template-columns: 1fr;
  }
}
.anchor-nav--four .anchor-nav__fullwidth-line {
  grid-column: 1/5;
}
@media screen and (max-width: 767px) {
  .anchor-nav--four .anchor-nav__fullwidth-line:nth-child(4) {
    place-self: start;
  }
}
.anchor-nav__item {
  grid-row: 2/3;
  position: relative;
  width: 100%;
  height: 100%;
  font-size: 2rem;
  font-weight: 700;
  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;
}
@media screen and (max-width: 1366px) {
  .anchor-nav__item {
    font-size: 1.6rem;
  }
}
@media screen and (max-width: 1080px) {
  .anchor-nav__item {
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-padding-start: 4%;
            padding-inline-start: 4%;
    font-size: 1.3rem;
  }
}
@media screen and (max-width: 767px) {
  .anchor-nav__item {
    font-size: 1.6rem;
  }
}
.anchor-nav__item:first-of-type {
  grid-column: 1/2;
}
@media screen and (max-width: 767px) {
  .anchor-nav__item:first-of-type {
    grid-row: 1/2;
  }
}
.anchor-nav__item:nth-of-type(2) {
  grid-column: 2/3;
}
@media screen and (max-width: 767px) {
  .anchor-nav__item:nth-of-type(2) {
    grid-column: 1/2;
    grid-row: 2/3;
  }
}
.anchor-nav__item:nth-of-type(3) {
  grid-column: 3/4;
}
@media screen and (max-width: 767px) {
  .anchor-nav__item:nth-of-type(3) {
    grid-column: 1/2;
    grid-row: 3/4;
  }
}
.anchor-nav__item:hover .anchor-nav__item-icon::after {
  scale: initial;
}
.anchor-nav__item:hover .anchor-nav__item-icon svg {
  translate: 0 4px;
}
.anchor-nav__item-icon {
  position: absolute;
  inset: 0 7.84% 0 auto;
  display: block;
  margin: auto;
  width: 32px;
  height: 32px;
  border-radius: 50%;
  background-color: #333;
  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;
}
@media screen and (max-width: 1366px) {
  .anchor-nav__item-icon {
    width: 26px;
    height: 26px;
  }
}
@media screen and (max-width: 1080px) {
  .anchor-nav__item-icon {
    right: 4%;
    width: 21px;
    height: 21px;
  }
}
@media screen and (max-width: 767px) {
  .anchor-nav__item-icon {
    right: 0;
    width: 20px;
    height: 20px;
  }
}
.anchor-nav__item-icon::after {
  content: "";
  position: absolute;
  inset: -0.5px;
  background-color: #dc4405;
  border-radius: 50%;
  scale: 0;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.anchor-nav__item-icon svg {
  width: 37.5%;
  position: relative;
  z-index: 1;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.anchor-nav__bg {
  position: absolute;
  inset: -200px 0 auto;
  display: grid;
  grid-template-rows: 200px 100px 80px 68px;
  grid-template-columns: repeat(3, 32%);
  -webkit-column-gap: 2%;
     -moz-column-gap: 2%;
          column-gap: 2%;
  width: 100%;
  z-index: 0;
  pointer-events: none;
}
@media screen and (max-width: 767px) {
  .anchor-nav__bg {
    top: -146px;
    grid-template-columns: 1fr;
  }
}
.anchor-nav__bg-item {
  border-inline: 1px solid #deddd3;
}
.anchor-nav__fullwidth-line {
  position: relative;
  grid-column: 1/4;
  justify-self: start;
  align-self: start;
  width: 100%;
  height: 1px;
  background-color: #deddd3;
}
.anchor-nav__fullwidth-line::before, .anchor-nav__fullwidth-line::after {
  content: "";
  position: absolute;
  inset: 0 -200%;
  margin: auto;
  display: block;
  width: 200%;
  height: 1px;
  background-color: #deddd3;
}
.anchor-nav__fullwidth-line:first-of-type {
  grid-row: 1/2;
}
.anchor-nav__fullwidth-line:nth-of-type(2) {
  grid-row: 2/3;
}
.anchor-nav__fullwidth-line:nth-of-type(3) {
  grid-row: 3/4;
}
.anchor-nav__fullwidth-line:nth-of-type(4) {
  place-self: end;
  grid-row: 4/5;
}

.heading {
  position: relative;
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
  font-family: "Montserrat", sans-serif;
  isolation: isolate;
}
@media screen and (max-width: 767px) {
  .heading {
    width: auto;
  }
}
.heading--centered {
  margin: auto;
  text-align: center;
}
.heading--centered .heading__text::before {
  background-position: center;
}
.heading__text {
  position: relative;
}
.heading__text.fs60 {
  line-height: 1.2166666667em;
  font-size: 6rem;
}
@media screen and (max-width: 767px) {
  .heading__text.fs60 {
    line-height: 1.2333333333em;
    font-size: 3rem;
  }
}
.heading__text.fs40 {
  font-size: 4rem;
}
@media screen and (max-width: 767px) {
  .heading__text.fs40 {
    font-size: 2rem;
  }
}
.heading__text.fs30 {
  font-size: 3rem;
}
@media screen and (max-width: 767px) {
  .heading__text.fs30 {
    font-size: 1.8rem;
  }
}
.heading__text.fs32 {
  font-size: 3.2rem;
}
.heading__text.fs24 {
  font-size: 2.4rem;
}
.heading__sub {
  display: block;
  margin-left: 20px;
  margin-top: 15px;
  font-weight: 700;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 2rem;
}
@media screen and (max-width: 767px) {
  .heading__sub {
    margin-top: 10px;
    margin-left: 10px;
    font-size: 1.6rem;
  }
}

.button {
  position: relative;
  border: none;
  outline: none;
  width: 100%;
  height: 80px;
  background-color: #dc4405;
  border-radius: 40px;
  overflow: hidden;
  font-size: 2rem;
  cursor: pointer;
  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;
}
@media screen and (max-width: 767px) {
  .button {
    height: 64px;
    font-size: 1.6rem;
  }
}
.button::before {
  content: "";
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  border-radius: 40px;
  background-color: #333;
  translate: -100% 0;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  z-index: 0;
}
.button:hover::before {
  translate: initial;
}
.button--secondary {
  background-color: #333;
}
.button--secondary::before {
  background-color: #c2c2c2;
}
.button__text,
.button input {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 23px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-family: inherit;
  font-weight: 700;
  color: #fff;
  z-index: 1;
  background-color: transparent;
  border: none;
  cursor: pointer;
}
.button__text::after,
.button input::after {
  content: "";
  display: block;
  width: 30px;
  height: 27px;
  background-image: url("./public/img/icons/cart.svg");
  background-size: contain;
  background-repeat: no-repeat;
}
@media screen and (max-width: 767px) {
  .button__text::after,
  .button input::after {
    width: 24px;
    height: 22px;
  }
}
.button__text--arrow::after,
.button input--arrow::after {
  background-image: url("./public/img/icons/arrow.svg");
  -webkit-transform: rotate(-90deg);
          transform: rotate(-90deg);
}
.button__text--prev::after,
.button input--prev::after {
  display: none;
}
.button__text--prev::before,
.button input--prev::before {
  content: "";
  display: block;
  width: 30px;
  height: 27px;
  background-image: url("./public/img/icons/arrow.svg");
  background-size: contain;
  background-repeat: no-repeat;
  -webkit-transform: rotate(90deg);
          transform: rotate(90deg);
}
@media screen and (max-width: 767px) {
  .button__text--prev::before,
  .button input--prev::before {
    width: 24px;
    height: 22px;
  }
}
.button__text--no-icon::before, .button__text--no-icon::after,
.button input--no-icon::before,
.button input--no-icon::after {
  display: none;
}
.button input {
  width: 100%;
  height: 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;
}
.button--zip {
  height: 50px;
}
.button--zip .button__text {
  font-size: 1.6rem;
}
.button--zip .button__text::after {
  display: none;
}

.link {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 20px;
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
}
.link:hover .link__icon::after {
  scale: 1;
}
.link:hover .link__icon svg {
  translate: 0 10px;
}
.link:hover .link__text {
  translate: 10px 0;
}
.link__icon {
  width: 60px;
  height: 60px;
  border-radius: 50%;
  background-color: #333;
  -webkit-transform: rotate(-90deg);
          transform: rotate(-90deg);
  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;
}
.link__icon::after {
  content: "";
  position: absolute;
  inset: -0.5px;
  background-color: #dc4405;
  border-radius: 50%;
  scale: 0;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.link__icon--green::after {
  background-color: #06c755;
}
.link__icon svg {
  display: block;
  width: 33.33%;
  position: relative;
  z-index: 1;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.link__icon--left {
  -webkit-transform: rotate(90deg);
          transform: rotate(90deg);
}
.link__text {
  font-size: 2rem;
  font-weight: 700;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.link__text--en {
  font-family: "Montserrat", sans-serif;
}
.link--icon-only .link__icon {
  width: 52px;
  height: 52px;
}
@media screen and (max-width: 767px) {
  .link--icon-only .link__icon {
    width: 34px;
    height: 34px;
  }
}
.link--icon-only .link__icon svg {
  width: 30.77%;
}
.link:not(a) {
  pointer-events: none;
}

.pagination {
  gap: 40px;
  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;
}
@media screen and (max-width: 767px) {
  .pagination {
    gap: 10px;
  }
}
.pagination .wp-pagenavi {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 10px;
}
.pagination .page,
.pagination .current,
.pagination .previouspostslink,
.pagination .nextpostslink {
  border-radius: 50%;
  font: 700 3.2rem "Montserrat", sans-serif;
  width: 60px;
  aspect-ratio: 1/1;
  display: block;
  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;
}
@media screen and (max-width: 767px) {
  .pagination .page,
  .pagination .current,
  .pagination .previouspostslink,
  .pagination .nextpostslink {
    width: 34px;
    font-size: 21px;
  }
}
.pagination .page {
  color: #000;
  position: relative;
  background-image: radial-gradient(circle at center, #dc4405 50%, transparent 50%);
  background-position: 50% 50%;
  background-repeat: no-repeat;
  background-size: 0% 0%;
  background-color: #e6e4da;
  -webkit-transition: background-size 0.6s, color 0.3s;
  transition: background-size 0.6s, color 0.3s;
}
.pagination .page:hover {
  background-size: 200% 200%;
  color: #fff;
}
.pagination .current {
  color: #fff;
  background: #dc4405;
}
.pagination .previouspostslink:not(a) .link__icon, .pagination .previouspostslink.inactive .link__icon,
.pagination .nextpostslink:not(a) .link__icon,
.pagination .nextpostslink.inactive .link__icon {
  background: #e6e4da;
}

.b-grid {
  overflow-x: clip;
}
.b-grid__content {
  position: relative;
}
.b-grid__bg-container {
  position: absolute;
  width: 100%;
  height: 100%;
  inset: 0;
  margin-top: 0;
}
.b-grid__bg {
  display: grid;
  grid-template-columns: repeat(3, 32%);
  gap: 80px 2%;
  height: 100%;
}
@media screen and (max-width: 767px) {
  .b-grid__bg {
    grid-template-columns: 1fr !important;
    gap: 20px;
  }
}
.b-grid__bg-line-y {
  position: relative;
}
.b-grid__bg-line-y::before, .b-grid__bg-line-y::after {
  content: "";
  position: absolute;
  display: block;
  width: 1px;
  height: 100%;
  top: 0;
  background-color: #deddd3;
}
.b-grid__bg-line-y::before {
  left: 0;
}
.b-grid__bg-line-y::after {
  right: 0;
}
.b-grid__list {
  display: grid;
  grid-template-columns: repeat(3, 32%);
  gap: 80px 2%;
}
@media screen and (max-width: 767px) {
  .b-grid__list {
    grid-template-columns: 1fr !important;
    gap: 40px;
  }
}
.b-grid__item {
  position: relative;
}
.b-grid__item::before, .b-grid__item::after {
  content: "";
  position: absolute;
  left: -20vw;
  margin: auto;
  display: block;
  width: 120vw;
  height: 1px;
  background-color: #deddd3;
}
.b-grid__item::before {
  top: 0;
}
.b-grid__item::after {
  bottom: 0;
}
@media screen and (min-width: 767px) {
  .b-grid__item:not(:nth-child(3n+1))::before, .b-grid__item:not(:nth-child(3n+1))::after {
    content: none;
  }
}
.b-grid__item-link:hover .b-grid__item-thumb img {
  -webkit-transform: scale(1.2);
          transform: scale(1.2);
}
.b-grid__item-link:hover .b-grid__item-info {
  background: #e6e4da;
}
.b-grid__item-link:hover .b-grid__item-title {
  color: #dc4405;
}
.b-grid__item-link:hover .link__icon::after {
  scale: 1;
}
.b-grid__item-link:hover .link__icon svg {
  translate: 0 10px;
}
.b-grid__item-thumb {
  overflow: hidden;
}
.b-grid__item-info {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 20px;
}
.b-grid__item-info--col {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  gap: 10px;
}
.b-grid__item-title {
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
}
.b-grid.page-ca {
  padding-bottom: 100px;
}
.b-grid.page-ca__content {
  margin-bottom: 100px;
}
.b-grid.page-ca__list-item-thumb {
  aspect-ratio: 512/384;
}
.b-grid.page-ca__list-item-info {
  padding: 20px;
}
.b-grid .page-ca2__list-item-price.product__price {
  font-size: 2.4rem;
}

.form__fields {
  margin-bottom: 50px;
}
@media screen and (max-width: 767px) {
  .form__fields {
    margin-bottom: 25px;
  }
}
.form__item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 40px;
}
@media screen and (max-width: 767px) {
  .form__item {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    gap: 20px;
  }
}
.form__item.required .form__label::after {
  content: "必須";
  border-color: #e33d49;
  color: #e33d49;
}
.form__item.align-start {
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}
.form__item:not(:last-of-type) {
  margin-bottom: 30px;
}
.form__label {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -ms-flex-preferred-size: 300px;
      flex-basis: 300px;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  font-size: 1.6rem;
  font-weight: 500;
}
@media screen and (max-width: 767px) {
  .form__label {
    -ms-flex-preferred-size: auto;
        flex-basis: auto;
    width: -webkit-max-content;
    width: -moz-max-content;
    width: max-content;
    gap: 10px;
  }
}
.form__label::after {
  content: "任意";
  width: 42px;
  height: 24px;
  border: 2px solid #c2c2c2;
  border-radius: 5px;
  font-size: 1.3rem;
  font-weight: 500;
  color: #c2c2c2;
  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;
}
@media screen and (max-width: 767px) {
  .form__label::after {
    font-size: 1.1rem;
  }
}
.form__input-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 6%;
  width: 100%;
  font-size: 1.6rem;
}
.form__input-wrapper select {
  display: block;
  padding: 18px 10px;
  border: 1px solid #deddd3;
  border-radius: 5px;
  font-size: inherit;
  font-family: inherit;
  background-color: #fff;
  width: 208px;
}
.form__input {
  display: block;
  width: 100%;
  padding: 18px 10px;
  border: 1px solid #deddd3;
  border-radius: 5px;
  font-size: inherit;
  font-family: inherit;
}
.form__input--zip {
  max-width: 208px;
}
@media screen and (max-width: 767px) {
  .form__input--zip {
    width: 100%;
  }
}
.form__input--select {
  background-color: #fff;
  -webkit-appearance: none; /* stylelint-disable-line */
  width: 208px;
}
.form__input--textarea {
  min-height: 150px;
}
.form__input:has(+ .form__input), .form__input + .form__input {
  max-width: 307px;
  width: 46.87%;
}
.form__zip-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 15px;
}
.form__zip-wrapper .button {
  max-width: 208px;
}
@media screen and (max-width: 767px) {
  .form__zip-wrapper .button {
    width: 100%;
  }
}
.form__choice-group {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 20px;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.form__choice {
  cursor: pointer;
}
.form__choice input {
  display: none;
}
.form__choice input:not(:checked) ~ span::after {
  scale: 0;
}
.form__choice input:checked ~ span::after {
  scale: 1;
}
.form__choice span {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 10px;
  font-size: 1.6rem;
}
.form__choice span::before,
.form__choice span::after {
  content: "";
  display: block;
}
.form__choice span::before {
  width: 16px;
  height: 16px;
  border: 1px solid #c2c2c2;
}
.form__choice span::after {
  position: absolute;
  margin: auto 0;
  width: 14px;
  height: 14px;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.form__radio-label span::before,
.form__radio-label span::after {
  content: "";
  border-radius: 50%;
}
.form__radio-label span::after {
  inset: 0 auto 0 2px;
  border: 5px solid #dc4405;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.form__checkbox-label span::before {
  border-radius: 5px;
}
.form__checkbox-label span::after {
  inset: 0 auto 0 1px;
  width: 16px;
  height: 16px;
  background-image: url("./public/img/icons/check.svg");
  background-size: 95%;
  background-repeat: no-repeat;
  background-color: #dc4405;
  border-radius: 5px;
}
.form__checkbox {
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
  margin-inline: auto;
}

.entry {
  background: url("./public/img/entry/bg.jpg") center/cover no-repeat;
  padding: 150px 0;
}
@media screen and (max-width: 767px) {
  .entry {
    padding: 50px 0;
  }
}
.entry__wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
.entry__heading {
  margin-bottom: 80px;
}
@media screen and (max-width: 767px) {
  .entry__heading {
    margin-bottom: 40px;
  }
}
.entry__heading > .heading__text {
  text-align: center;
}
.entry__heading > .heading__sub {
  margin-top: 10px;
  margin-left: 0;
}

.top {
  position: relative;
  isolation: isolate;
}
.top__page-bg {
  position: absolute;
  inset: 0;
  margin: auto;
  display: grid;
  grid-template-columns: repeat(3, 32%);
  gap: 2%;
  z-index: -1;
}
@media screen and (max-width: 767px) {
  .top__page-bg {
    grid-template-columns: 1fr;
  }
}
.top__bg-column {
  border-inline: 1px solid #deddd3;
}
.top__mv {
  height: 100svh;
}
.top__mv-slider {
  position: relative;
  height: 100%;
  isolation: isolate;
}
.top__mv-backdrop-slider {
  position: relative;
  height: 100%;
  z-index: -1;
}
.top__mv-backdrop-slider::after {
  content: "";
  position: absolute;
  inset: 0;
  -webkit-backdrop-filter: blur(30px);
          backdrop-filter: blur(30px);
  background-color: rgba(0, 0, 0, 0.3);
  z-index: 1;
}
.top__mv-main-slider {
  position: absolute;
  inset: 18.65% 0 auto;
  margin: auto;
  height: 73.33%;
}
@media screen and (max-width: 1024px) {
  .top__mv-main-slider {
    top: 22.38%;
    height: 58.66%;
  }
}
@media screen and (max-width: 767px) {
  .top__mv-main-slider {
    top: 16.14%;
    height: 67.87%;
  }
}
.top__mv-main-slider .image {
  width: 62.67%;
  aspect-ratio: 1056/704;
}
@media screen and (max-width: 1600px) {
  .top__mv-main-slider .image {
    width: 73%;
  }
}
@media screen and (max-width: 1280px) {
  .top__mv-main-slider .image {
    width: 80.3%;
  }
}
@media screen and (max-width: 767px) {
  .top__mv-main-slider .image {
    width: 89.33%;
    aspect-ratio: unset;
  }
}
.top__mv-main-slider .is-next .image {
  scale: 75%;
  translate: -12.3% 0;
}
@media screen and (max-width: 767px) {
  .top__mv-main-slider .is-next .image {
    translate: unset;
  }
}
.top__mv-main-slider .is-active .image {
  margin: auto;
  -webkit-box-shadow: 0 10px 40px rgba(0, 0, 0, 0.4);
          box-shadow: 0 10px 40px rgba(0, 0, 0, 0.4);
  -webkit-transition: 1s;
  transition: 1s;
}
.top__mv-main-slider .splide__slide {
  aspect-ratio: 1056/704;
}
.top__mv-scroll-indicator {
  position: absolute;
  inset: auto auto 8.02% 17.92%;
  width: 176px;
  height: 176px;
  z-index: 1;
}
@media screen and (max-width: 1600px) {
  .top__mv-scroll-indicator {
    left: 14.34%;
  }
}
@media screen and (max-width: 767px) {
  .top__mv-scroll-indicator {
    width: 100px;
    height: 100px;
    inset: auto auto 8.45% 5.33%;
  }
}
.top__mv-scroll-indicator::after {
  content: "";
  position: absolute;
  inset: 0;
  margin: auto;
  background-color: #dc4405;
  border-radius: 50%;
  width: 67.61%;
  height: 67.61%;
}
.top__mv-scroll-indicator:hover .top__mv-scroll-indicator-arrow {
  -webkit-animation: arrow-animation 1s infinite linear;
          animation: arrow-animation 1s infinite linear;
}
.top__mv-scroll-indicator-text {
  display: block;
  width: 100%;
  height: 100%;
  -webkit-animation: scroll-animation 10s infinite linear;
          animation: scroll-animation 10s infinite linear;
}
.top__mv-scroll-indicator-text svg {
  -o-object-fit: contain;
     object-fit: contain;
  width: 100%;
  height: 100%;
}
.top__mv-scroll-indicator-text rect {
  width: 100%;
  height: 100%;
}
.top__mv-scroll-indicator-arrow {
  position: absolute;
  inset: 0;
  width: 31.25%;
  height: 32.95%;
  margin: auto;
  z-index: 3;
}
.top__mv-scroll-indicator-arrow svg {
  width: 100%;
  height: 100%;
}
.top__section {
  position: relative;
  padding-block: 15rem 16rem;
}
@media screen and (max-width: 820px) {
  .top__section {
    padding-block: 5rem;
    overflow: hidden;
  }
}
.top__section--case {
  padding-block: 0 10rem;
}
@media screen and (max-width: 820px) {
  .top__section--case {
    padding-block: 0 8rem;
  }
}
.top__section--dark-bg {
  -webkit-padding-after: 15rem;
          padding-block-end: 15rem;
}
@media screen and (max-width: 820px) {
  .top__section--dark-bg {
    padding-block: 6rem 8rem;
  }
}
.top__section--dark-bg::before {
  content: "";
  position: absolute;
  inset: 0;
  background-image: url("./public/img/body-texture-dark.jpg");
  z-index: -2;
}
.top__row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
@media screen and (max-width: 820px) {
  .top__row {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
.top__image-column {
  width: 50%;
}
@media screen and (max-width: 820px) {
  .top__image-column {
    width: 100%;
  }
}
.top__text-column {
  width: 36.25%;
  min-width: 588px;
  margin-right: 1.88%;
}
@media screen and (max-width: 1080px) {
  .top__text-column {
    min-width: 470px;
  }
}
@media screen and (max-width: 820px) {
  .top__text-column {
    min-width: unset;
    width: 100%;
  }
}
.top__fullwidth-wrapper {
  border-block: 1px solid #deddd3;
  padding-block: 4rem;
}
@media screen and (max-width: 820px) {
  .top__fullwidth-wrapper {
    padding-block: 3rem;
  }
}
.top__heading-text::before {
  content: "";
  position: absolute;
  inset: auto auto 0 0;
  display: block;
  width: 100%;
  height: 40px;
  background-image: url("./public/img/top/heading-decor.svg");
  background-size: contain;
  background-repeat: no-repeat;
  z-index: -1;
}
@media screen and (max-width: 767px) {
  .top__heading-text::before {
    height: 20px;
  }
}
.top__heading-text--short::before {
  background-image: url("./public/img/top/heading-decor-short.svg");
}
.top__text-content {
  margin-top: 40px;
  padding-left: 40px;
}
@media screen and (max-width: 767px) {
  .top__text-content {
    margin-top: 30px;
    padding-left: 10px;
  }
}
.top__text-content p {
  margin-bottom: 34px;
  font-size: 1.8rem;
  line-height: 2em;
}
@media screen and (max-width: 767px) {
  .top__text-content p {
    margin-top: 30px;
    font-size: 1.6rem;
    line-height: 1.75em;
  }
}
.top__link.align-center {
  margin: auto;
}
.top__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 2%;
}
@media screen and (max-width: 767px) {
  .top__list {
    gap: 20px;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
}
.top__item {
  position: relative;
  max-width: 512px;
  width: 32%;
}
@media screen and (max-width: 767px) {
  .top__item {
    max-width: unset;
    width: 100%;
  }
}
.top__item:not(:first-of-type)::before, .top__item:not(:last-of-type)::after {
  content: "";
}
@media screen and (max-width: 767px) {
  .top__item:not(:first-of-type)::before, .top__item:not(:last-of-type)::after {
    position: absolute;
    inset: auto -200%;
    margin: auto;
    height: 1px;
    background-color: #deddd3;
  }
}
.top__item:hover {
  background-color: #e6e4da;
}
.top__item:hover .top__item-title {
  color: #dc4405;
}
.top__item:hover .top__item-thumbnail img {
  scale: 1.1;
}
.top__item-thumbnail {
  overflow: hidden;
  aspect-ratio: 512/384;
}
.top__item-info {
  padding: 37px 5.86% 42px;
}
@media screen and (max-width: 767px) {
  .top__item-info {
    padding: 29px 6.57% 33px;
  }
}
.top__item-title {
  margin-bottom: 10px;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  font-size: 1.8rem;
  line-height: 2em;
}
@media screen and (max-width: 767px) {
  .top__item-title {
    font-size: 1.4rem;
    line-height: 2em;
  }
}
.top__item-date {
  display: block;
  text-align: end;
  color: #808080;
  font-weight: 700;
  font-size: 1.6rem;
  font-family: "Montserrat", sans-serif;
}
@media screen and (max-width: 767px) {
  .top__item-date {
    font-size: 1.2rem;
  }
}
.top__item-price {
  font-family: "Montserrat", sans-serif;
  font-size: 2.4rem;
  font-weight: 700;
}
@media screen and (max-width: 767px) {
  .top__item-price {
    margin-top: 9px;
  }
}
.top__item-currency {
  font-family: "Noto Sans JP", sans-serif;
  font-size: 1.4rem;
}
.top__masonry-section {
  padding-block: 0 15rem;
}
@media screen and (max-width: 820px) {
  .top__masonry-section {
    padding-block: 0 5rem;
  }
}
.top__masonry-item {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  grid-template-rows: repeat(2, 1fr);
  gap: 30px 6.45%;
}
@media screen and (max-width: 767px) {
  .top__masonry-item {
    gap: 16px;
  }
}
.top__masonry-item[data-slide="1"] .top__masonry-panel:first-of-type {
  grid-column: 1/2;
  grid-row: 1/3;
}
.top__masonry-item[data-slide="2"] .top__masonry-panel {
  grid-column: 1/3;
  grid-row: 1/3;
}
.top__masonry-item[data-slide="3"] .top__masonry-panel:first-of-type, .top__masonry-item[data-slide="3"] .top__masonry-panel:nth-of-type(2) {
  grid-row: 1/2;
}
.top__masonry-item[data-slide="3"] .top__masonry-panel:first-of-type {
  grid-column: 1/2;
}
.top__masonry-item[data-slide="3"] .top__masonry-panel:nth-of-type(2) {
  grid-column: 2/3;
}
.top__masonry-item[data-slide="3"] .top__masonry-panel:last-of-type {
  grid-column: 1/3;
}
.top__cta-banner {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: 600px;
}
@media screen and (max-width: 820px) {
  .top__cta-banner {
    height: auto;
  }
}
.top__cta-bg-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  overflow: hidden;
}
@media screen and (max-width: 820px) {
  .top__cta-bg-wrapper {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
}
.top__cta-bg {
  width: 50%;
  overflow: hidden;
  -webkit-transition: 0.7s;
  transition: 0.7s;
}
@media screen and (max-width: 820px) {
  .top__cta-bg {
    width: 100%;
    height: 400px;
  }
}
@media screen and (max-width: 767px) {
  .top__cta-bg {
    height: 234px;
  }
}
.top__cta-bg img {
  -o-object-fit: cover;
     object-fit: cover;
  height: 100%;
  min-width: 100%;
  min-height: 800px;
}
@media screen and (max-width: 1366px) {
  .top__cta-bg img {
    min-height: 600px;
  }
}
@media screen and (max-width: 767px) {
  .top__cta-bg img {
    min-height: unset;
  }
}
.top__cta-bg:first-of-type img {
  -o-object-position: left;
     object-position: left;
}
@media screen and (max-width: 1366px) {
  .top__cta-bg:first-of-type img {
    -o-object-position: center;
       object-position: center;
  }
}
.top__cta-bg:last-of-type img {
  -o-object-position: right;
     object-position: right;
}
@media screen and (max-width: 1366px) {
  .top__cta-bg:last-of-type img {
    -o-object-position: center;
       object-position: center;
  }
}
@media screen and (min-width: 821px) {
  .top__cta-bg.hovered {
    width: 100%;
  }
}
@media screen and (min-width: 821px) {
  .top__cta-bg.not-hovered {
    width: 0;
    opacity: 0;
  }
}
.top__cta-links {
  position: absolute;
  inset: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
@media screen and (max-width: 820px) {
  .top__cta-links {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
}
.top__cta-column {
  width: 50%;
  position: relative;
  -webkit-transition: width 0.7s opacity 0.3s;
  transition: width 0.7s opacity 0.3s;
}
@media screen and (max-width: 820px) {
  .top__cta-column {
    width: 100%;
  }
}
.top__cta-column .link__icon {
  margin-top: 24px;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}
@media screen and (max-width: 767px) {
  .top__cta-column .link__icon {
    margin-top: 16px;
  }
}
.top__cta-column:last-of-type .top__cta-overlay {
  text-align: end;
}
@media screen and (max-width: 820px) {
  .top__cta-column:last-of-type .top__cta-overlay {
    left: 0;
    right: 0;
    text-align: start;
  }
}
.top__cta-column:last-of-type .top__cta-overlay::before {
  right: 100%;
}
.top__cta-column:last-of-type .link__icon {
  margin-left: auto;
}
@media screen and (max-width: 820px) {
  .top__cta-column:last-of-type .link__icon {
    margin-left: unset;
  }
}
.top__cta-column.hovered {
  opacity: 1;
}
@media screen and (max-width: 820px) {
  .top__cta-column.hovered {
    opacity: 1;
  }
}
.top__cta-column.hovered .top__cta-overlay::before {
  width: 200%;
}
@media screen and (max-width: 820px) {
  .top__cta-column.hovered .top__cta-overlay::before {
    width: 100%;
  }
}
.top__cta-column:last-of-type.hovered .top__cta-overlay::before {
  left: -100%;
}
@media screen and (max-width: 820px) {
  .top__cta-column:last-of-type.hovered .top__cta-overlay::before {
    left: 0;
  }
}
.top__cta-column.not-hovered {
  opacity: 0;
}
@media screen and (max-width: 820px) {
  .top__cta-column.not-hovered {
    opacity: 1;
  }
}
.top__cta-column.not-hovered .top__cta-overlay::before {
  width: 0;
}
@media screen and (max-width: 820px) {
  .top__cta-column.not-hovered .top__cta-overlay::before {
    width: 100%;
  }
}
.top__cta-overlay {
  position: absolute;
  inset: 0 auto;
  width: 100%;
  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: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding-inline: 80px;
  isolation: isolate;
}
@media screen and (max-width: 767px) {
  .top__cta-overlay {
    padding-inline: 40px;
  }
}
.top__cta-overlay::before {
  content: "";
  position: inherit;
  inset: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.5);
  z-index: -1;
  pointer-events: none;
}
.top__cta-title {
  font-size: 6rem;
  font-family: "Montserrat", sans-serif;
  color: #fff;
}
@media screen and (max-width: 767px) {
  .top__cta-title {
    font-size: 3rem;
  }
}
.top__cta-title span {
  display: block;
  margin-top: 10px;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 2rem;
}
@media screen and (max-width: 767px) {
  .top__cta-title span {
    font-size: 1.6rem;
  }
}

@-webkit-keyframes scroll-animation {
  to {
    rotate: 360deg;
  }
}

@keyframes scroll-animation {
  to {
    rotate: 360deg;
  }
}
@-webkit-keyframes arrow-animation {
  0% {
    -webkit-transform: translateY(-10%);
            transform: translateY(-10%);
  }
  25% {
    -webkit-transform: translateY(0%);
            transform: translateY(0%);
  }
  50% {
    -webkit-transform: translateY(10%);
            transform: translateY(10%);
  }
  100% {
    -webkit-transform: translateY(-10%);
            transform: translateY(-10%);
  }
}
@keyframes arrow-animation {
  0% {
    -webkit-transform: translateY(-10%);
            transform: translateY(-10%);
  }
  25% {
    -webkit-transform: translateY(0%);
            transform: translateY(0%);
  }
  50% {
    -webkit-transform: translateY(10%);
            transform: translateY(10%);
  }
  100% {
    -webkit-transform: translateY(-10%);
            transform: translateY(-10%);
  }
}
.case {
  padding-bottom: 150px;
}
@media screen and (max-width: 767px) {
  .case {
    padding-bottom: 75px;
  }
}
.case__content {
  margin-bottom: 100px;
  position: relative;
}
@media screen and (max-width: 767px) {
  .case__content {
    margin-bottom: 50px;
  }
}
.case__item-thumb {
  aspect-ratio: 512/384;
}
.case__item-date {
  font: 700 1.6rem "Montserrat", sans-serif;
  color: #808080;
}
@media screen and (max-width: 767px) {
  .case__item-date {
    font-size: 14px;
  }
}
.case__item-info {
  padding: 20px 20px 40px;
}
.case__item-info-main {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 20px;
}
.case__item-title {
  font-size: 2rem;
  line-height: 1.6em;
}
@media screen and (max-width: 767px) {
  .case__item-title {
    font-size: 15px;
  }
}

.case-detail {
  padding-block: 100px 150px;
}
@media screen and (max-width: 767px) {
  .case-detail {
    padding-block: 50px 75px;
  }
}
@media screen and (max-width: 1600px) {
  .case-detail .container {
    max-width: calc(1000px + 6%);
  }
}
.case-detail__date {
  font: 700 1.6rem "Montserrat", sans-serif;
  color: #808080;
}
@media screen and (max-width: 767px) {
  .case-detail__date {
    font-size: 12px;
  }
}
.case-detail__title {
  margin-block: 20px 80px;
  font-size: 4rem;
}
@media screen and (max-width: 767px) {
  .case-detail__title {
    margin-block: 12px 40px;
    font-size: 30px;
  }
}
.case-detail__cards {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
@media screen and (max-width: 767px) {
  .case-detail__cards {
    -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;
  }
}
.case-detail__card-arrow-wrap {
  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;
}
.case-detail__card-arrow {
  margin-top: 36px;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  background-color: #333;
  -webkit-transform: rotate(-90deg);
          transform: rotate(-90deg);
  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;
}
@media screen and (max-width: 767px) {
  .case-detail__card-arrow {
    margin-block: 20px;
    -webkit-transform: rotate(0);
            transform: rotate(0);
  }
}
.case-detail__card-arrow svg {
  display: block;
  width: 33.125%;
}
.case-detail__card {
  width: 42.667%;
}
@media screen and (max-width: 767px) {
  .case-detail__card {
    width: 100%;
  }
}
.case-detail__card-label::before {
  content: "";
  position: absolute;
  inset: auto auto 0 0;
  display: block;
  width: 100%;
  height: 18px;
  background-image: url("./public/img/heading-decoration-no-ratio.svg");
  background-repeat: no-repeat;
  background-size: 100% 100%;
  z-index: -1;
}
@media screen and (max-width: 767px) {
  .case-detail__card-label::before {
    height: 10px;
    background-size: contain;
  }
}
.case-detail__card-img {
  margin-top: 10px;
  width: 100%;
  aspect-ratio: 512/384;
}
.case-detail__info-table {
  margin-top: 100px;
  font-size: 2rem;
  width: 100%;
}
@media screen and (max-width: 767px) {
  .case-detail__info-table {
    margin-top: 50px;
    font-size: 15px;
  }
}
.case-detail__info-table tr:first-child td {
  padding-top: 0;
}
.case-detail__info-table td {
  border-bottom: 1px solid #deddd3;
  padding-block: 38px;
}
@media screen and (max-width: 767px) {
  .case-detail__info-table td {
    padding-block: 25px;
  }
}
.case-detail__info-table td:first-child {
  font-weight: 700;
  width: 27.5%;
  vertical-align: top;
}
@media screen and (max-width: 767px) {
  .case-detail__info-table td:first-child {
    width: 32%;
  }
}
.case-detail__info-table td:nth-child(2) {
  font-weight: 500;
  line-height: 1.6em;
}
.case-detail__article {
  margin-top: 100px;
}
@media screen and (max-width: 767px) {
  .case-detail__article {
    margin-top: 50px;
  }
}
.case-detail__article-heading {
  font-size: 4rem;
}
@media screen and (max-width: 767px) {
  .case-detail__article-heading {
    font-size: 25px;
  }
}
.case-detail__article-heading + .case-detail__article-par {
  margin-top: 80px;
}
@media screen and (max-width: 767px) {
  .case-detail__article-heading + .case-detail__article-par {
    margin-top: 40px;
  }
}
.case-detail__article-par {
  font-size: 1.8rem;
  line-height: 2em;
}
@media screen and (max-width: 767px) {
  .case-detail__article-par {
    font-size: 14px;
  }
}
.case-detail__article-par + .case-detail__article-par {
  margin-top: 40px;
}
@media screen and (max-width: 767px) {
  .case-detail__article-par + .case-detail__article-par {
    margin-top: 20px;
  }
}
.case-detail__archive-link {
  margin: 100px auto 0;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
}
@media screen and (max-width: 767px) {
  .case-detail__archive-link {
    margin-top: 50px;
  }
}

.faq {
  padding: 75px 0;
}
@media screen and (max-width: 767px) {
  .faq {
    padding: 37.5px 0;
  }
}
.faq__category-container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 150px;
}
@media screen and (max-width: 767px) {
  .faq__category-container {
    gap: 75px;
  }
}
@media screen and (max-width: 767px) {
  .faq__heading {
    font-size: 28px !important;
  }
}
.faq__row {
  border-bottom: 1px solid #deddd3;
}
.faq__question {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 40px;
  position: relative;
  padding: 40px 112px 30px 0;
  cursor: pointer;
}
@media screen and (max-width: 767px) {
  .faq__question {
    gap: 20px;
    padding: 20px 60px 20px 0;
  }
}
@media screen and (max-width: 681px) {
  .faq__question {
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
  }
}
.faq__question span {
  font-size: 4rem;
  font-weight: 700;
  font-family: "Montserrat", sans-serif;
  color: #333;
}
@media screen and (max-width: 767px) {
  .faq__question span {
    font-size: 30px;
  }
}
.faq__question p {
  font-size: 2rem;
  font-weight: 700;
  line-height: 1.45em;
}
@media screen and (max-width: 767px) {
  .faq__question p {
    font-size: 16px;
  }
}
.faq__question.is-active {
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.faq__question.is-active > .faq__icon {
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  background-image: url("./public/img/icons/minus-icon.svg");
  background-color: #dc4405;
}
.faq__question.is-active ~ .faq__answer {
  opacity: 1;
  visibility: visible;
  max-height: initial;
  padding: 0 112px 40px 0;
  -webkit-transition: 0.3s opacity ease-in-out;
  transition: 0.3s opacity ease-in-out;
}
@media screen and (max-width: 767px) {
  .faq__question.is-active ~ .faq__answer {
    padding: 20px 60px 20px 0;
  }
}
.faq__question.is-active ~ .faq__answer p {
  padding-top: 10px;
}
@media screen and (max-width: 767px) {
  .faq__question.is-active ~ .faq__answer p {
    padding-top: 5px;
  }
}
.faq__answer {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  gap: 40px;
  opacity: 0;
  visibility: hidden;
  max-height: 0;
}
@media screen and (max-width: 767px) {
  .faq__answer {
    gap: 20px;
  }
}
.faq__answer span {
  font-size: 4rem;
  font-weight: 700;
  font-family: "Montserrat", sans-serif;
  color: #dc4405;
}
@media screen and (max-width: 767px) {
  .faq__answer span {
    font-size: 30px;
  }
}
.faq__answer p {
  font-size: 2rem;
  font-weight: 500;
  line-height: 1.6em;
}
@media screen and (max-width: 767px) {
  .faq__answer p {
    font-size: 16px;
  }
}
.faq__icon {
  width: 32px;
  height: 32px;
  background-image: url("./public/img/icons/plus-icon.svg");
  background-repeat: no-repeat;
  background-position: center;
  background-size: auto;
  background-color: #333;
  border-radius: 50%;
  position: absolute;
  top: 50%;
  right: 40px;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
@media screen and (max-width: 767px) {
  .faq__icon {
    width: 28px;
    height: 28px;
    right: 20px;
  }
}

.specific-trade {
  padding: 110px 0 150px;
}
@media screen and (max-width: 767px) {
  .specific-trade {
    padding: 55px 0 75px;
  }
}
@media screen and (max-width: 1600px) {
  .specific-trade .container {
    max-width: calc(1000px + 6%);
  }
}
.specific-trade__row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 40px 0;
  border-bottom: 1px solid #deddd3;
}
@media screen and (max-width: 767px) {
  .specific-trade__row {
    padding: 20px 0;
  }
}
.specific-trade__label {
  min-width: 330px;
  font-size: 2rem;
  font-weight: 700;
  line-height: 1.6em;
}
@media screen and (max-width: 1600px) {
  .specific-trade__label {
    font-size: 1.8rem;
  }
}
@media screen and (max-width: 767px) {
  .specific-trade__label {
    min-width: 200px;
    font-size: 16px;
  }
}
@media screen and (max-width: 576px) {
  .specific-trade__label {
    font-size: 14px;
    min-width: 170px;
  }
}
.specific-trade__info {
  font-size: 2rem;
  font-weight: 500;
  line-height: 1.6em;
}
@media screen and (max-width: 1600px) {
  .specific-trade__info {
    font-size: 1.8rem;
  }
}
@media screen and (max-width: 767px) {
  .specific-trade__info {
    font-size: 16px;
  }
}
@media screen and (max-width: 576px) {
  .specific-trade__info {
    font-size: 14px;
  }
}

.product {
  overflow: hidden;
  padding-bottom: 150px;
}
@media screen and (max-width: 767px) {
  .product {
    padding-bottom: 75px;
  }
}
.product__category-grid {
  grid-template-rows: 40px auto 40px;
  position: relative;
}
@media screen and (max-width: 1158px) {
  .product__nav-grid-bg {
    grid-template-rows: 250px 100px 80px 68px;
  }
}
.product__category-list {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 20px;
  grid-column: 1/4;
  grid-row: 2/3;
  padding: 20px;
  position: relative;
  z-index: 1;
}
@media screen and (max-width: 767px) {
  .product__category-list {
    gap: 10px;
  }
}
.product__category-link {
  font-size: 1.8rem;
  font-weight: 700;
  padding: 8px 20px;
  border-radius: 21px;
  background-color: #e6e4da;
  -webkit-transition: 0.3s all ease;
  transition: 0.3s all ease;
  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;
}
@media screen and (max-width: 767px) {
  .product__category-link {
    font-size: 16px;
    padding: 5px 15px;
  }
}
.product__category-link.active {
  color: #fff;
  background-color: #dc4405;
}
.product__category-link:hover {
  color: #fff;
  background-color: #dc4405;
}
.product__list-item {
  position: relative;
  display: block;
}
.product__list-item.new::before {
  content: "NEW";
  font-size: 2.4rem;
  font-weight: 700;
  font-family: "Montserrat", sans-serif;
  color: #fff;
  background-color: #dc4405;
  min-width: 103px;
  height: 53px;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
  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;
}
.product__item-img {
  aspect-ratio: 512/512 !important;
}
.product__info {
  padding: 25px 3.91% 20px 5.86%;
}
@media screen and (max-width: 943px) {
  .product__info {
    max-height: unset;
    height: -webkit-fit-content;
    height: -moz-fit-content;
    height: fit-content;
  }
}
.product__info .link {
  margin-left: auto;
}
.product__list-item-texts {
  height: 100%;
  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: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.product__item-title {
  font-size: 1.8rem;
  line-height: 1.6666666667em;
  margin-bottom: 10px;
}
.product__details {
  padding-top: 100px;
}
@media screen and (max-width: 767px) {
  .product__details {
    padding-top: 50px;
  }
}
.product__item-price {
  font-size: 1.4rem;
  font-weight: 700;
  padding-left: 5px;
}
.product__price {
  font-family: "Montserrat", sans-serif;
  font-weight: 700;
}
.product__wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 150px;
}
@media screen and (max-width: 1200px) {
  .product__wrapper {
    gap: 80px;
  }
}
@media screen and (max-width: 1080px) {
  .product__wrapper {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
@media screen and (max-width: 767px) {
  .product__wrapper {
    gap: 75px;
  }
}
.product__slider {
  width: 51.917%;
  height: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 20px;
}
@media screen and (max-width: 1080px) {
  .product__slider {
    width: 100%;
  }
}
.product__main-slider {
  border: 2px solid #bcbcbc;
  border-radius: 30px;
  overflow: hidden;
  max-height: 380px;
}
.product__main-slider .splide__track {
  height: 100%;
}
.product__main-slider .splide__list {
  max-height: 380px;
}
.product__detail-info {
  width: 36%;
}
@media screen and (max-width: 1080px) {
  .product__detail-info {
    width: 100%;
  }
}
.product__details-category-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 12px 10px;
}
.product__details-category-list li {
  font-size: 1.2rem;
  font-weight: 700;
  padding: 6.5px 12px;
  background-color: #e6e4da;
  border-radius: 15px;
  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;
}
.product__thumbnail {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 20px 5%;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.product__thumbnail-img {
  width: 20%;
  height: 100px;
  border: 2px solid transparent;
}
@media screen and (max-width: 767px) {
  .product__thumbnail-img {
    height: auto;
  }
}
.product__thumbnail-img.current {
  border-color: #dc4405;
}
.product__heading {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin: 40px 0;
}
@media screen and (max-width: 767px) {
  .product__heading {
    margin: 20px 0;
  }
}
.product__heading-text {
  font-size: 2.4rem;
}
@media screen and (max-width: 767px) {
  .product__heading-text {
    font-size: 18px;
  }
}
.product__heading-text.fs32 {
  font-size: 3.2rem;
}
@media screen and (max-width: 767px) {
  .product__heading-text.fs32 {
    font-size: 24px;
  }
}
.product__detail-price {
  font-family: "Montserrat", sans-serif;
  font-weight: 700;
}
.product__detail-price .block {
  font-size: 2rem;
  font-weight: 500;
  font-family: "Noto Sans JP", sans-serif;
  margin-bottom: 10px;
  display: block;
}
.product__detail-price .lg {
  font-size: 4rem;
}
.product__detail-price .sm {
  font-size: 1.8rem;
  padding-left: 4px;
}
.product__detail-price .xs {
  font-size: 1rem;
  font-weight: 400;
  font-family: "Noto Sans JP", sans-serif;
  padding-left: 4px;
}
.product__qty {
  max-width: 204px;
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin: 40px 0;
}
.product__qty.m0 {
  margin: 0;
}
.product__input input[type=number]::-webkit-inner-spin-button,
.product__input input[type=number]::-webkit-outer-spin-button {
  -webkit-appearance: none;
          appearance: none;
}
.product__input input[type=number] {
  max-width: 104px;
  height: 56px;
  font-size: 2rem;
  font-weight: 700;
  font-family: "Montserrat", sans-serif;
  text-align: center;
  outline: none;
  border-top: none;
  border-bottom: none;
  border-left: 1px solid #bcbcbc;
  border-right: 1px solid #bcbcbc;
}
.product__btn {
  max-width: 50px;
  width: 100%;
  height: 56px;
  background-color: #fff;
  cursor: pointer;
  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;
}
.product__btn.add::before {
  content: "+";
  font-size: 2rem;
  font-family: "Montserrat", sans-serif;
  font-weight: 700;
  width: 100%;
  height: 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;
}
.product__btn.minus::before {
  content: "-";
  font-size: 2rem;
  font-weight: 700;
  font-family: "Montserrat", sans-serif;
  width: 100%;
  height: 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;
}
.product__feature {
  margin-top: 95px;
}
@media screen and (max-width: 767px) {
  .product__feature {
    margin-top: 47.5px;
  }
}
.product__feature-container:not(:last-child) {
  margin-bottom: 90px;
}
@media screen and (max-width: 767px) {
  .product__feature-container:not(:last-child) {
    margin-bottom: 45px;
  }
}
.product__feature-heading {
  margin-bottom: 30px;
  font-size: 3.2rem;
}
@media screen and (max-width: 767px) {
  .product__feature-heading {
    font-size: 2.4rem;
  }
}
.product__feature-heading:not(:first-of-type) {
  margin-top: 30px;
}
@media screen and (max-width: 767px) {
  .product__feature-heading:not(:first-of-type) {
    margin-top: 15px;
  }
}
.product__feature-paragraph {
  font-size: 1.8rem;
  line-height: 2em;
}
@media screen and (max-width: 767px) {
  .product__feature-paragraph {
    font-size: 16px;
  }
}
.product__feature-img {
  max-width: 623px;
  width: 100%;
  height: auto;
  margin: 20px 0;
}
@media screen and (max-width: 767px) {
  .product__feature-img {
    max-width: 100%;
  }
}
.product__btn-group {
  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: 40px;
}
@media screen and (max-width: 767px) {
  .product__btn-group {
    gap: 20px;
  }
}
@media screen and (max-width: 550px) {
  .product__btn-group {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 25px;
  }
}
.product__btn-cart {
  max-width: 427px;
}
@media screen and (max-width: 550px) {
  .product__btn-cart {
    max-width: 100%;
  }
}
.product__return-btn {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-top: 80px;
}
@media screen and (max-width: 767px) {
  .product__return-btn {
    margin-top: 40px;
  }
}

.company__section {
  max-width: calc(1560px + 10%);
  width: 100%;
  margin-left: auto;
  padding-bottom: 150px;
  -webkit-padding-start: 5%;
          padding-inline-start: 5%;
}
@media screen and (max-width: 1560px) {
  .company__section {
    max-width: 100%;
  }
}
@media screen and (max-width: 767px) {
  .company__section {
    -webkit-padding-start: unset;
            padding-inline-start: unset;
    padding: 0 5%;
  }
}
.company__anchor {
  top: 0 !important;
}
.company__heading-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 11px;
}
.company__heading-sub {
  font-weight: 700;
}
.company__section-text-content {
  margin-top: 40px;
}
@media screen and (max-width: 767px) {
  .company__section-text-content {
    margin-top: 20px;
  }
}
.company__text-contents {
  width: 827px;
}
@media screen and (max-width: 1200px) {
  .company__text-contents {
    width: 50%;
  }
}
@media screen and (max-width: 767px) {
  .company__text-contents {
    width: 100%;
  }
}
.company__section-text {
  font-size: 3.2rem;
  font-weight: 700;
}
@media screen and (max-width: 767px) {
  .company__section-text {
    font-size: 16px;
  }
}
.company__section-text--highlighted {
  color: #dc4405;
}
.company__section-text--head {
  margin-bottom: 40px;
}
@media screen and (max-width: 1200px) {
  .company__section-text--head {
    margin-bottom: 120px;
  }
}
@media screen and (max-width: 767px) {
  .company__section-text--head {
    margin-bottom: 20px;
  }
}
.company__section-text--fs18 {
  font-size: 1.8rem;
  font-weight: 400;
  line-height: 2em;
  margin-bottom: 60px;
}
@media screen and (max-width: 767px) {
  .company__section-text--fs18 {
    font-size: 16px;
    line-height: 2em;
    margin-bottom: 30px;
  }
}
.company__section-clip {
  overflow: clip;
  padding-bottom: 150px;
}
@media screen and (max-width: 767px) {
  .company__section-clip {
    padding-bottom: 75px;
  }
}
.company__content-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  gap: 40px;
  position: relative;
}
@media screen and (max-width: 767px) {
  .company__content-wrapper {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
.company__text-container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
}
@media screen and (max-width: 767px) {
  .company__text-container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 20px;
  }
}
.company__scrollbox01 {
  padding-top: 266px;
}
@media screen and (max-width: 1200px) {
  .company__scrollbox01 {
    padding-top: 150px;
  }
}
@media screen and (max-width: 767px) {
  .company__scrollbox01 {
    padding-top: 0;
  }
}
.company__scrollbox02 {
  padding-top: 512px;
}
@media screen and (max-width: 1200px) {
  .company__scrollbox02 {
    padding-top: 500px;
  }
}
@media screen and (max-width: 767px) {
  .company__scrollbox02 {
    padding-top: 70px;
  }
}
.company__scrollbox03 {
  padding: 496px 0 248px;
}
@media screen and (max-width: 767px) {
  .company__scrollbox03 {
    padding: 70px 0 50px;
  }
}
.company__images {
  width: 27.75%;
  height: 640px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: sticky;
  top: 100px;
}
@media screen and (max-width: 1200px) {
  .company__images {
    width: 50%;
    height: 512px;
  }
}
@media screen and (max-width: 767px) {
  .company__images {
    top: 0;
    display: none;
  }
}
.company__images .company__image-container {
  height: 100%;
  display: block;
  position: absolute;
  visibility: hidden;
  top: 0;
  bottom: 0;
  padding-top: 0;
  -webkit-transition: 0.8s;
  transition: 0.8s;
  opacity: 0;
  right: -360px;
}
@media screen and (max-width: 1200px) {
  .company__images .company__image-container {
    right: -205px;
  }
}
.company__images .company__image-container:first-child, .company__images .company__image-container.active {
  visibility: visible;
  opacity: 1;
}
.company__image-sp {
  display: none;
}
@media screen and (max-width: 767px) {
  .company__image-sp {
    display: block;
    width: 100%;
    height: 320px;
  }
  .company__image-sp img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
       object-fit: cover;
  }
}
.company__text-wrap {
  width: 100%;
  position: relative;
  z-index: 1;
}
.company__text-wrap p {
  width: 85%;
}
@media screen and (max-width: 767px) {
  .company__text-wrap p {
    width: 92%;
  }
}
.company__section-desc {
  font-weight: 400;
  font-size: 1.8rem;
  line-height: 2em;
}
@media screen and (max-width: 767px) {
  .company__section-desc {
    font-size: 16px;
    line-height: 2em;
  }
}
.company__text-number {
  font: 700 20rem "Montserrat", sans-serif;
  color: #e6e4da;
  line-height: 1.22em;
  position: absolute;
  top: -55px;
  right: 0;
  z-index: -1;
}
@media screen and (max-width: 1200px) {
  .company__text-number {
    font-size: 120px;
    top: 80px;
  }
}
@media screen and (max-width: 767px) {
  .company__text-number {
    font-size: 100px;
    line-height: 1em;
    top: unset;
    bottom: -12px;
  }
}
.company__image-container img {
  width: auto;
  height: auto;
  max-width: 100%;
}
.company__image-container--wt512 {
  width: 512px;
  height: 512px;
}
@media screen and (max-width: 767px) {
  .company__image-container--wt512 {
    max-width: 337px;
    margin: auto;
    width: 100%;
    height: 350px;
  }
  .company__image-container--wt512 img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
       object-fit: cover;
  }
}
.company__section-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 40px;
  margin-top: 40px;
}
@media screen and (max-width: 767px) {
  .company__section-wrapper {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 20px;
    margin-top: 20px;
  }
}
.company__section-text-wrap {
  max-width: 648px;
  width: 100%;
}
.company__section-text-pointer {
  font-size: 1.8rem;
  font-weight: 400;
  line-height: 2em;
  text-align: right;
}
@media screen and (max-width: 767px) {
  .company__section-text-pointer {
    font-size: 16px;
    line-height: 2em;
  }
}
.company__section-text-pointer--bold {
  font-size: 2rem;
  font-weight: 700;
  line-height: 1.8em;
}
@media screen and (max-width: 767px) {
  .company__section-text-pointer--bold {
    font-size: 18px;
    line-height: 1.7777777778em;
  }
}
.company__section-contain {
  padding-bottom: 100px;
}
@media screen and (max-width: 767px) {
  .company__section-contain {
    padding-bottom: 50px;
  }
}
.company__overview-content {
  padding-top: 80px;
}
@media screen and (max-width: 767px) {
  .company__overview-content {
    padding-top: 40px;
  }
}
.company__overview-list-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-size: 2rem;
  line-height: 1.35em;
  padding-bottom: 41px;
  margin-bottom: 41px;
  border-bottom: 1px solid #deddd3;
}
@media screen and (max-width: 767px) {
  .company__overview-list-wrap {
    font-size: 16px;
    line-height: 1.4375em;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 10px;
    margin-bottom: 20px;
    padding-bottom: 20px;
  }
}
.company__overview-list-wrap:last-child {
  margin-bottom: 0;
}
.company__overview-title-wrap {
  max-width: 352px;
  width: 100%;
}
@media screen and (max-width: 767px) {
  .company__overview-title-wrap {
    max-width: 100%;
  }
}
.company__overview-title {
  font-weight: 700;
}
.company__overview-text {
  font-size: 2rem;
  font-weight: 500;
  line-height: 1.6em;
}
@media screen and (max-width: 767px) {
  .company__overview-text {
    font-size: 18px;
    line-height: 1.7777777778em;
  }
}
.company__heading::before {
  content: "";
  position: absolute;
  inset: auto auto 0 0;
  display: block;
  width: 100%;
  height: 40px;
  background-image: url("./public/img/heading-decoration.svg");
  background-repeat: no-repeat;
  background-size: contain;
  z-index: -1;
}
@media screen and (max-width: 767px) {
  .company__heading::before {
    height: 20px;
  }
}
.company__content {
  margin-top: 80px;
}

#section01,
#section02,
#section03 {
  scroll-margin-top: 90px;
}

.pp {
  padding-block: 150px;
  font-size: 1.8rem;
  font-weight: 500;
  line-height: 1.6em;
}
@media screen and (max-width: 767px) {
  .pp {
    padding-block: 75px;
    font-size: 1.6rem;
  }
}
.pp__list {
  margin-top: 60px;
}
@media screen and (max-width: 767px) {
  .pp__list {
    margin-top: 30px;
  }
}
.pp__item:not(:last-of-type) {
  margin-bottom: 70px;
}
@media screen and (max-width: 767px) {
  .pp__item:not(:last-of-type) {
    margin-bottom: 35px;
  }
}
.pp__item:last-of-type {
  margin-bottom: 80px;
}
@media screen and (max-width: 767px) {
  .pp__item:last-of-type {
    margin-bottom: 40px;
  }
}
.pp__heading {
  margin-bottom: 30px;
  padding: 10px 0 10px 20px;
  border-left: 3px solid #dc4405;
}
@media screen and (max-width: 767px) {
  .pp__heading {
    margin-bottom: 15px;
    padding: 10px 0 10px 10px;
  }
}
.pp__heading h2 {
  font-size: 2rem;
}
.pp__text:has(+ ol) {
  margin-bottom: 20px;
}
@media screen and (max-width: 767px) {
  .pp__text:has(+ ol) {
    margin-bottom: 10px;
  }
}
.pp__text.align-end {
  text-align: end;
}
.pp__sublist {
  list-style: none;
  counter-reset: ordered-list;
  padding-left: 30px;
}
@media screen and (max-width: 767px) {
  .pp__sublist {
    padding-left: 15px;
  }
}
.pp__sublist li {
  position: relative;
  counter-increment: ordered-list;
  padding-left: 35px;
}
@media screen and (max-width: 767px) {
  .pp__sublist li {
    padding-left: 25px;
  }
}
.pp__sublist li::before {
  content: counter(ordered-list) ". ";
  position: absolute;
  inset: 1px auto auto 0;
  font-family: "Montserrat", sans-serif;
  font-weight: 700;
  font-size: 1.9rem;
  color: #dc4405;
}
@media screen and (max-width: 767px) {
  .pp__sublist li::before {
    top: 2px;
    font-size: 1.8rem;
  }
}
.pp__sublist li:not(:last-of-type) {
  margin-bottom: 15px;
}
.pp__sublist .pp__sublist {
  margin-top: 15px;
}

.sitemap {
  padding-block: 150px;
}
@media screen and (max-width: 767px) {
  .sitemap {
    padding-block: 75px;
  }
}
.sitemap__links {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 2.08%;
  font-size: 1.6rem;
  font-weight: 700;
  line-height: 1.5em;
}
@media screen and (max-width: 767px) {
  .sitemap__links {
    gap: 5rem 0;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    margin-block: 5.5rem;
  }
}
.sitemap__col {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 20px;
  -ms-flex-preferred-size: 200px;
      flex-basis: 200px;
}
@media screen and (max-width: 767px) {
  .sitemap__col {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-flow: row wrap;
            flex-flow: row wrap;
    -ms-flex-negative: 0;
        flex-shrink: 0;
    -ms-flex-preferred-size: 167px;
        flex-basis: 167px;
    gap: 3.5rem 0;
  }
}
@media screen and (max-width: 767px) {
  .sitemap__col:nth-of-type(3), .sitemap__col:last-of-type {
    -ms-flex-preferred-size: 100%;
        flex-basis: 100%;
    gap: 2.3rem 0;
  }
}
@media screen and (max-width: 767px) {
  .sitemap__col:nth-of-type(3) .footer__link:nth-of-type(3) {
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
  }
}
@media screen and (max-width: 767px) {
  .sitemap__col:nth-of-type(3) .footer__link:nth-of-type(2) {
    -webkit-box-ordinal-group: 4;
        -ms-flex-order: 3;
            order: 3;
  }
}
.sitemap__col:last-of-type {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
@media screen and (max-width: 767px) {
  .sitemap__col:last-of-type {
    -ms-flex-preferred-size: auto;
        flex-basis: auto;
  }
}
@media screen and (max-width: 767px) {
  .sitemap__col:last-of-type .sitemap__link {
    -ms-flex-preferred-size: auto;
        flex-basis: auto;
  }
}
.sitemap__link {
  display: block;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
@media screen and (max-width: 767px) {
  .sitemap__link {
    -ms-flex-preferred-size: 167px;
        flex-basis: 167px;
    -ms-flex-negative: 0;
        flex-shrink: 0;
  }
}
.sitemap__link:hover {
  color: #dc4405;
}

.recruit {
  position: relative;
}
.recruit__heading::before {
  content: "";
  position: absolute;
  inset: auto auto 0 0;
  display: block;
  width: 100%;
  height: 24px;
  background-image: url("./public/img/heading-decoration.svg");
  background-repeat: no-repeat;
  background-size: contain;
  z-index: -1;
}
.recruit__heading.xl::before {
  background-image: url("./public/img/heading-decoration-xl.svg");
}
.recruit__subtitle {
  font-size: 2rem;
  font-weight: 500;
}
@media screen and (max-width: 767px) {
  .recruit__subtitle {
    font-size: 15px;
  }
}
.recruit__container {
  margin: 72px auto;
}
@media screen and (max-width: 767px) {
  .recruit__container {
    margin: 40px auto;
  }
}
.recruit__training-content {
  counter-reset: step;
}
.recruit__training-row {
  width: 100%;
  border-top: 1px solid #deddd3;
  border-bottom: 1px solid #deddd3;
  position: relative;
  counter-increment: step;
}
.recruit__training-row:not(:last-child) {
  margin-bottom: 40px;
}
@media screen and (max-width: 767px) {
  .recruit__training-row:not(:last-child) {
    margin-bottom: 20px;
  }
}
.recruit__training-row:not(:last-child)::after {
  content: "";
  display: block;
  width: 60px;
  aspect-ratio: 1;
  background-image: url("./public/img/icons/caret-down.svg");
  background-repeat: no-repeat;
  background-size: contain;
  position: absolute;
  left: 0;
  right: 0;
  bottom: -50px;
  margin: 0 auto;
  z-index: 1;
}
@media screen and (max-width: 767px) {
  .recruit__training-row:not(:last-child)::after {
    width: 40px;
    bottom: -30px;
  }
}
.recruit__training-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 40px;
  height: 100%;
  max-height: 240px;
}
@media screen and (max-width: 980px) {
  .recruit__training-wrap {
    max-height: unset;
  }
}
@media screen and (max-width: 767px) {
  .recruit__training-wrap {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 20px;
  }
}
.recruit__training-img, .recruit__training-text {
  padding: 24px 0;
}
@media screen and (max-width: 767px) {
  .recruit__training-img, .recruit__training-text {
    padding: 0 10px;
  }
}
.recruit__training-step, .recruit__training-img {
  width: 240px;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}
@media screen and (max-width: 767px) {
  .recruit__training-step, .recruit__training-img {
    width: 100%;
  }
}
.recruit__training-text {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  font-size: 1.8rem;
  width: 100%;
  line-height: 2em;
}
@media screen and (max-width: 980px) {
  .recruit__training-text {
    font-size: 14px;
  }
}
@media screen and (max-width: 767px) {
  .recruit__training-text {
    padding-bottom: 20px;
  }
}
.recruit__training-text span {
  font-weight: 700;
}
.recruit__training-text span.highlight {
  color: #dc4405;
}
@media screen and (max-width: 980px) {
  .recruit__training-text span.highlight {
    font-size: 14px;
  }
}
.recruit__training-step {
  background-color: #e6e4da;
  font-size: 3rem;
  font-weight: 700;
  font-family: "Montserrat", sans-serif;
  color: #333;
  text-align: center;
  width: 150px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  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;
}
@media screen and (max-width: 980px) {
  .recruit__training-step {
    font-size: 20px;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    padding: 4%;
  }
}
@media screen and (max-width: 767px) {
  .recruit__training-step {
    width: 100%;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    gap: 10px;
  }
}
.recruit__training-step::after {
  content: counter(step);
  font-size: 4rem;
  display: block;
}
@media screen and (max-width: 980px) {
  .recruit__training-step::after {
    font-size: 25px;
  }
}
.recruit__manual {
  margin-top: 150px;
  counter-reset: manual;
}
@media screen and (max-width: 767px) {
  .recruit__manual {
    margin-top: 75px;
  }
}
.recruit__manual-content {
  margin-top: 75px;
}
.recruit__manual-row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 80px;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  counter-increment: manual;
}
@media screen and (max-width: 980px) {
  .recruit__manual-row {
    gap: 40px;
  }
}
@media screen and (max-width: 767px) {
  .recruit__manual-row {
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: normal !important;
        -ms-flex-direction: column !important;
            flex-direction: column !important;
    gap: 20px;
  }
}
.recruit__manual-row:nth-child(even) {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
}
.recruit__manual-row:not(:last-child) {
  margin-bottom: 40px;
}
.recruit__manual-text {
  width: 100%;
  position: relative;
  z-index: 0;
}
.recruit__manual-text::before {
  content: counter(manual, decimal-leading-zero);
  font-size: 20rem;
  font-family: "Montserrat", sans-serif;
  font-weight: 700;
  color: #e6e4da;
  display: block;
  position: absolute;
  left: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  line-height: 0.8;
  z-index: -1;
}
@media screen and (max-width: 767px) {
  .recruit__manual-text::before {
    font-size: 150px;
    top: 70%;
  }
}
@media screen and (max-width: 980px) {
  .recruit__manual-text, .recruit__manual-img {
    width: 50% !important;
  }
}
@media screen and (max-width: 767px) {
  .recruit__manual-text, .recruit__manual-img {
    width: 100% !important;
  }
}
.recruit__manual-img {
  width: 485px;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  z-index: 1;
}
.recruit__manual-title {
  font-size: 2.4rem;
  margin-bottom: 40px;
}
@media screen and (max-width: 767px) {
  .recruit__manual-title {
    font-size: 17px;
    margin-bottom: 20px;
  }
}
.recruit__manual-title span.orange {
  font-size: 3.2rem;
  color: #dc4405;
}
@media screen and (max-width: 767px) {
  .recruit__manual-title span.orange {
    font-size: 21px;
  }
}
.recruit__manual-desc {
  font-size: 1.8rem;
  line-height: 2em;
}
@media screen and (max-width: 767px) {
  .recruit__manual-desc {
    font-size: 14px;
  }
}
.recruit__strength-content {
  position: relative;
}
.recruit__strength-heading {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  margin: 0 auto;
  text-align: center;
  height: 145px;
  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;
}
@media screen and (max-width: 767px) {
  .recruit__strength-heading {
    position: relative;
  }
}
.recruit__strength-title {
  font-size: clamp(2rem, 0rem + 2.6667vw, 3.2rem);
  color: #333;
}
@media screen and (max-width: 767px) {
  .recruit__strength-title {
    font-size: 21px;
  }
}
.recruit__strength-title.orange {
  color: #dc4405;
}
.recruit__strength-cols {
  display: grid;
  grid-template-columns: 1fr 1fr;
  border-top: 1px solid #deddd3;
}
@media screen and (max-width: 767px) {
  .recruit__strength-cols {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 40px;
  }
}
.recruit__strength-col .recruit__strength-row:first-of-type {
  width: 50%;
  height: 145px;
  padding: 0 !important;
  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;
}
@media screen and (max-width: 767px) {
  .recruit__strength-col .recruit__strength-row:first-of-type {
    width: 100%;
    height: 100px;
  }
}
.recruit__strength-col--gray .recruit__strength-row {
  background-color: #d2d1c9;
}
.recruit__strength-col--gray .recruit__strength-row:nth-child(2) .recruit__strenth-img {
  right: 24px;
  bottom: 24px;
}
@media screen and (max-width: 980px) {
  .recruit__strength-col--gray .recruit__strength-row:nth-child(2) .recruit__strenth-img {
    right: 0;
  }
}
.recruit__strength-col--gray .recruit__strength-row:nth-child(3) .recruit__strenth-img {
  right: 21px;
  bottom: 24px;
}
@media screen and (max-width: 980px) {
  .recruit__strength-col--gray .recruit__strength-row:nth-child(3) .recruit__strenth-img {
    right: 0;
  }
}
.recruit__strength-col--gray .recruit__strength-row:nth-child(4) .recruit__strenth-img {
  right: 27px;
  bottom: 24px;
}
@media screen and (max-width: 980px) {
  .recruit__strength-col--gray .recruit__strength-row:nth-child(4) .recruit__strenth-img {
    right: 0;
  }
}
.recruit__strength-col--white .recruit__strength-row {
  background-color: #fff;
}
.recruit__strength-col--white .recruit__strength-row:nth-child(1) {
  border-top: none;
}
.recruit__strength-col--white .recruit__strength-row:nth-child(2) .recruit__strenth-img {
  right: 35px;
  bottom: -5px;
}
@media screen and (max-width: 980px) {
  .recruit__strength-col--white .recruit__strength-row:nth-child(2) .recruit__strenth-img {
    right: 0;
  }
}
.recruit__strength-col--white .recruit__strength-row:nth-child(3) .recruit__strenth-img {
  bottom: -4px;
}
.recruit__strength-col--white .recruit__strength-row:first-of-type {
  margin-left: auto;
}
.recruit__strength-col--white .recruit__strength-desc {
  font-size: 3.2rem;
  font-weight: 700;
  line-height: 1.4375em;
}
@media screen and (max-width: 980px) {
  .recruit__strength-col--white .recruit__strength-desc {
    font-size: 21px;
  }
}
.recruit__strength-row {
  border-top: 1px solid #deddd3;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  height: 240px;
  padding: 0 10px 0 32px;
  position: relative;
}
@media screen and (max-width: 767px) {
  .recruit__strength-row {
    height: 200px;
    padding: 0 10px 0 15px;
  }
}
.recruit__strength-center {
  font-size: clamp(2rem, 0rem + 2.6667vw, 3.2rem);
}
.recruit__strength-center span.orange {
  color: #dc4405;
}
.recruit__stength-subtitle {
  font-size: 1.6rem;
  font-weight: 500;
  line-height: 1.5em;
}
@media screen and (max-width: 767px) {
  .recruit__stength-subtitle {
    font-size: 13px;
  }
}
.recruit__strength-desc {
  font-size: 2rem;
  font-weight: 500;
  line-height: 1.8em;
  z-index: 1;
}
@media screen and (max-width: 980px) {
  .recruit__strength-desc {
    font-size: 15px;
  }
}
.recruit__strength-desc span.orange {
  color: #dc4405;
}
.recruit__strenth-img {
  position: absolute;
  right: 0;
  bottom: 0;
}
@media screen and (max-width: 767px) {
  .recruit__strenth-img {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: end;
    padding-right: 10px;
  }
}
@media screen and (max-width: 980px) {
  .recruit__strenth-img img {
    width: 60%;
  }
}
.recruit__strength-wrap {
  margin: 150px 0 72px;
}
@media screen and (max-width: 767px) {
  .recruit__strength-wrap {
    margin: 72px 0 30px;
  }
}
.recruit__system {
  position: relative;
}
.recruit__system-content {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
}
@media screen and (max-width: 767px) {
  .recruit__system-content {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 40px;
  }
}
.recruit__system-row {
  border-top: 1px solid #deddd3;
  border-bottom: 1px solid #deddd3;
  margin-top: 95px;
  counter-reset: system;
}
@media screen and (max-width: 767px) {
  .recruit__system-row {
    border-top: none;
    border-bottom: none;
    margin-top: 45px;
  }
}
.recruit__system-col {
  border-right: 1px solid #deddd3;
  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;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  padding-top: 40px;
  height: 424px;
  position: relative;
  counter-increment: system;
  width: 100%;
}
@media screen and (max-width: 1200px) {
  .recruit__system-col {
    padding: 40px 20px 30px;
    gap: 20px !important;
    height: 100%;
  }
}
@media screen and (max-width: 767px) {
  .recruit__system-col {
    border-left: 1px solid #deddd3;
    border-top: 1px solid #deddd3;
    border-bottom: 1px solid #deddd3;
    padding: 30px 20px 20px;
  }
}
.recruit__system-col::before {
  content: counter(system, decimal-leading-zero);
  font-size: 8rem;
  font-family: "Montserrat", sans-serif;
  font-weight: 700;
  color: #ccc9b8;
  position: absolute;
  top: -48.5px;
  left: 0;
  right: 0;
  margin: 0 auto;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  display: inline;
}
@media screen and (max-width: 767px) {
  .recruit__system-col::before {
    font-size: 45px;
    top: -28px;
  }
}
.recruit__system-col:first-child {
  border-left: 1px solid #deddd3;
}
.recruit__system-col:nth-child(1) {
  gap: 36px;
}
.recruit__system-col:nth-child(1) .recruit__system-img {
  width: 253px;
}
.recruit__system-col:nth-child(2) {
  gap: 24px;
}
.recruit__system-col:nth-child(2) .recruit__system-img {
  width: 324px;
  margin-top: 30px;
}
@media screen and (max-width: 1200px) {
  .recruit__system-col:nth-child(2) .recruit__system-img {
    margin-top: 0;
  }
}
.recruit__system-col:nth-child(3) {
  gap: 52px;
}
.recruit__system-col:nth-child(3) .recruit__system-img {
  width: 192px;
}
.recruit__system-title {
  font-size: 2.4rem;
  line-height: 1.4583333333em;
}
@media screen and (max-width: 980px) {
  .recruit__system-title {
    font-size: 18px;
  }
}
@media screen and (max-width: 1200px) {
  .recruit__system-img {
    width: 80% !important;
  }
}
@media screen and (max-width: 767px) {
  .recruit__system-img {
    width: 60% !important;
  }
}
.recruit__flow {
  padding: 150px 0;
}
@media screen and (max-width: 767px) {
  .recruit__flow {
    padding: 75px 0;
  }
}
.recruit__flow-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 80px;
  counter-reset: flow-num;
  margin-top: 109px;
}
@media screen and (max-width: 1200px) {
  .recruit__flow-list {
    gap: 60px;
  }
}
@media screen and (max-width: 980px) {
  .recruit__flow-list {
    gap: 40px;
  }
}
@media screen and (max-width: 767px) {
  .recruit__flow-list {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 60px;
  }
}
@media screen and (max-width: 767px) {
  .recruit__flow-list {
    margin-top: 50px;
  }
}
.recruit__flow-item {
  position: relative;
  width: 120px;
  height: 400px;
  background-color: #e6e4da;
  padding-left: 10px;
  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;
}
@media screen and (max-width: 1200px) {
  .recruit__flow-item {
    height: 350px;
    width: 100px;
  }
}
@media screen and (max-width: 767px) {
  .recruit__flow-item {
    width: 100%;
    height: auto;
    padding: 30px 0 10px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 10px;
  }
}
.recruit__flow-item::before, .recruit__flow-item::after {
  content: "";
  border-style: solid;
  border-width: 200px 0 200px 40px;
  position: absolute;
  top: 0;
}
@media screen and (max-width: 1200px) {
  .recruit__flow-item::before, .recruit__flow-item::after {
    border-width: 175px 0 175px 30px;
  }
}
@media screen and (max-width: 980px) {
  .recruit__flow-item::before, .recruit__flow-item::after {
    border-width: 175px 0 175px 20px;
  }
}
@media screen and (max-width: 767px) {
  .recruit__flow-item::before, .recruit__flow-item::after {
    border-width: 30px calc(169px + 191 * (100vw - 375px) / 425) 0;
  }
}
.recruit__flow-item::before {
  border-color: #e6e4da transparent #e6e4da transparent;
  left: -40px;
}
@media screen and (max-width: 1200px) {
  .recruit__flow-item::before {
    left: -30px;
  }
}
@media screen and (max-width: 980px) {
  .recruit__flow-item::before {
    left: -20px;
  }
}
@media screen and (max-width: 767px) {
  .recruit__flow-item::before {
    border-color: transparent #e6e4da transparent;
    top: -30px;
    left: 0;
  }
}
.recruit__flow-item::after {
  border-color: transparent transparent transparent #e6e4da;
  right: -40px;
}
@media screen and (max-width: 1200px) {
  .recruit__flow-item::after {
    right: -30px;
  }
}
@media screen and (max-width: 980px) {
  .recruit__flow-item::after {
    right: -20px;
  }
}
@media screen and (max-width: 767px) {
  .recruit__flow-item::after {
    border-color: #e6e4da transparent #e6e4da;
    top: unset;
    bottom: -30px;
    right: 0;
  }
}
.recruit__flow-item:first-child {
  width: 160px;
}
@media screen and (max-width: 1200px) {
  .recruit__flow-item:first-child {
    width: 140px;
  }
}
@media screen and (max-width: 767px) {
  .recruit__flow-item:first-child {
    width: 100%;
  }
}
.recruit__flow-item:first-child::before {
  content: none;
}
.recruit__flow-item:first-child .recruit__flow-num {
  left: 52%;
}
@media screen and (max-width: 767px) {
  .recruit__flow-item:first-child .recruit__flow-num {
    top: -18px;
    left: 20px;
  }
}
.recruit__flow-item:last-child {
  width: 160px;
  padding-right: 30px;
}
@media screen and (max-width: 1200px) {
  .recruit__flow-item:last-child {
    width: 140px;
  }
}
@media screen and (max-width: 767px) {
  .recruit__flow-item:last-child {
    width: 100%;
    padding: 30px 0;
  }
}
.recruit__flow-item:last-child::after {
  content: none;
}
.recruit__flow-num {
  font-size: 6rem;
  font-weight: 700;
  font-family: "Montserrat", sans-serif;
  color: #808080;
  position: absolute;
  top: -36px;
  left: 36%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}
@media screen and (max-width: 1200px) {
  .recruit__flow-num {
    font-size: 4.5rem;
    top: -25px;
  }
}
@media screen and (max-width: 980px) {
  .recruit__flow-num {
    font-size: 4rem;
  }
}
@media screen and (max-width: 767px) {
  .recruit__flow-num {
    font-size: 3rem;
    top: -45px;
    left: 20px;
    -webkit-transform: none;
            transform: none;
  }
}
.recruit__flow-num::before {
  counter-increment: flow-num;
  content: counter(flow-num, decimal-leading-zero);
  display: block;
}
.recruit__flow-label {
  font-size: 3.2rem;
  -webkit-writing-mode: vertical-rl;
      -ms-writing-mode: tb-rl;
          writing-mode: vertical-rl;
  text-orientation: upright;
}
@media screen and (max-width: 1400px) {
  .recruit__flow-label {
    font-size: 3rem;
  }
}
@media screen and (max-width: 1100px) {
  .recruit__flow-label {
    font-size: 2.8rem;
  }
}
@media screen and (max-width: 767px) {
  .recruit__flow-label {
    -webkit-writing-mode: unset;
        -ms-writing-mode: unset;
            writing-mode: unset;
    text-orientation: unset;
    font-size: 24px;
  }
}
.recruit__flow-note {
  font-size: 1.8rem;
  font-weight: 500;
  position: absolute;
  left: 41%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  bottom: 24px;
  white-space: nowrap;
}
@media screen and (max-width: 1400px) {
  .recruit__flow-note {
    font-size: 1.6rem;
  }
}
@media screen and (max-width: 1100px) {
  .recruit__flow-note {
    font-size: 1.3rem;
    bottom: 14px;
  }
}
@media screen and (max-width: 767px) {
  .recruit__flow-note {
    position: static;
    font-size: 1.6rem;
    -webkit-transform: none;
            transform: none;
  }
}
.recruit__rmt-heading {
  font-size: 3.2rem;
  font-weight: 500;
  line-height: 1.4375em;
  margin-top: 72px;
}
@media screen and (max-width: 767px) {
  .recruit__rmt-heading {
    font-size: 20px;
    margin-top: 30px;
  }
}
.recruit__rmt-heading > .highlight {
  font-weight: 700;
  color: #dc4405;
}
.recruit__rmt {
  padding-bottom: 150px;
}
@media screen and (max-width: 767px) {
  .recruit__rmt {
    padding-bottom: 50px;
  }
}
.recruit__rmt-list {
  margin-top: 16px;
}
@media screen and (max-width: 767px) {
  .recruit__rmt-list {
    margin-top: 10px;
  }
}
.recruit__rmt-dl {
  display: grid;
  grid-template-columns: 22.33% 1fr;
  padding: 24px 0;
  border-bottom: 1px solid #deddd3;
}
@media screen and (max-width: 767px) {
  .recruit__rmt-dl {
    grid-template-columns: 1fr;
    padding: 15px 0;
  }
}
.recruit__rmt-dt {
  font-weight: 700;
  padding-left: 40px;
}
.recruit__rmt-dt, .recruit__rmt-dd {
  font-size: 1.8rem;
  line-height: 2em;
}
@media screen and (max-width: 767px) {
  .recruit__rmt-dt, .recruit__rmt-dd {
    font-size: 16px;
  }
}

.allpaint {
  position: relative;
}
.allpaint__banner {
  background: url("./public/img/allpaint/allpaint_top.jpg") no-repeat center center/cover;
  height: 486px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
@media screen and (max-width: 767px) {
  .allpaint__banner {
    height: 300px;
  }
}
.allpaint__banner-container {
  width: 100%;
}
.allpaint__banner-title, .allpaint__banner-text {
  color: #fff;
}
.allpaint__banner-title {
  font-size: 3.2rem;
  margin-bottom: 47px;
}
@media screen and (max-width: 767px) {
  .allpaint__banner-title {
    font-size: 21px;
    margin-bottom: 20px;
  }
}
.allpaint__banner-title span.highlight {
  color: #000;
  background-color: #fff;
  padding: 0 5px;
}
.allpaint__banner-text {
  font-size: 1.8rem;
  line-height: 2em;
}
@media screen and (max-width: 767px) {
  .allpaint__banner-text {
    font-size: 14px;
  }
}
.allpaint__heading {
  margin: 150px 0 72px;
}
@media screen and (max-width: 767px) {
  .allpaint__heading {
    margin: 100px 0 40px;
  }
}
.allpaint__heading h3::before {
  content: "";
  position: absolute;
  inset: auto auto 0 0;
  display: block;
  width: 100%;
  height: 24px;
  background-image: url("./public/img/heading-decoration.svg");
  background-repeat: no-repeat;
  background-size: contain;
  z-index: -1;
}
.allpaint__heading h3.xl::before {
  background-image: url("./public/img/heading-decoration-xl.svg");
}
@media screen and (max-width: 767px) {
  .allpaint__heading h3.xl::before {
    background-image: url("./public/img/heading-decoration.svg");
  }
}
.allpaint__heading p {
  font-size: 2rem;
  font-weight: 500;
}
@media screen and (max-width: 767px) {
  .allpaint__heading p {
    font-size: 15px;
  }
}
.allpaint__features-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 40px;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
@media screen and (max-width: 767px) {
  .allpaint__features-item {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 20px;
  }
}
.allpaint__features-item:nth-child(even) {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
}
@media screen and (max-width: 767px) {
  .allpaint__features-item:nth-child(even) {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
.allpaint__features-item:not(:last-child) {
  margin-bottom: 40px;
}
@media screen and (max-width: 767px) {
  .allpaint__features-item:not(:last-child) {
    margin-bottom: 20px;
  }
}
.allpaint__features-title {
  font-size: 3.2rem;
}
@media screen and (max-width: 767px) {
  .allpaint__features-title {
    font-size: 21px;
  }
}
.allpaint__features-text {
  font-size: 1.8rem;
  line-height: 2em;
}
@media screen and (max-width: 767px) {
  .allpaint__features-text {
    font-size: 14px;
  }
}
.allpaint__features-img, .allpaint__features-desc {
  width: 100%;
}
@media screen and (max-width: 1024px) {
  .allpaint__features-img, .allpaint__features-desc {
    width: 50%;
  }
}
@media screen and (max-width: 767px) {
  .allpaint__features-img, .allpaint__features-desc {
    width: 100%;
  }
}
.allpaint__features-img {
  max-width: 640px;
}
.allpaint__flow-row {
  height: 228px;
}
@media screen and (max-width: 767px) {
  .allpaint__flow-row {
    height: 100%;
  }
}
.allpaint__flow-row::after {
  display: none !important;
}
.allpaint__flow-wrap {
  gap: 0;
}
.allpaint__flow-img {
  padding: 0;
}
.allpaint__flow-text {
  padding: 32px 0 0 80px;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
}
@media screen and (max-width: 767px) {
  .allpaint__flow-text {
    padding: 20px;
  }
}
.allpaint__flow-title {
  font-size: 3.2rem;
  margin-bottom: 20px;
}
@media screen and (max-width: 767px) {
  .allpaint__flow-title {
    font-size: 21px;
    margin-bottom: 10px;
  }
}
.allpaint__line {
  height: 228px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
  margin-top: 150px;
  border-top: 1px solid #e6e4da;
}
@media screen and (max-width: 767px) {
  .allpaint__line {
    margin-top: 100px;
    height: 100%;
    padding: 30px 0;
  }
}
.allpaint__line:hover {
  background-color: #e6e4da;
}
.allpaint__line:hover .link__icon--green::after {
  scale: 1;
}
.allpaint__line:hover .link__icon svg {
  translate: 0 10px;
}
.allpaint__line:hover .link__text {
  translate: 10px 0;
}

.text-orange-dc {
  color: #dc4405;
}

.overflow {
  overflow: hidden;
}

div :has(.anchor),
section :has(.anchor) {
  position: relative;
}

.anchor {
  position: absolute;
  top: -80px;
}

.animate {
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

.center-auto {
  margin: 0 auto;
}

.xs {
  display: none;
}
@media screen and (max-width: 1080px) {
  .xs {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}

@media screen and (max-width: 1080px) {
  .pc {
    display: none;
  }
}

.no-items {
  font-size: 1.8rem;
  font-weight: 500;
}

.orange {
  color: #dc4405;
}

.text-center {
  text-align: center;
}

.line-pc {
  display: none;
}
@media screen and (max-width: 767px) {
  .line-pc {
    display: block;
  }
}

.top__mv-main-slider .splide__track,
.top__mv-main-slider .splide__list {
  height: 100%;
}
.top__mv-main-slider .splide__pagination {
  right: 20.31%;
  left: unset;
}
@media screen and (max-width: 1600px) {
  .top__mv-main-slider .splide__pagination {
    right: 15.5%;
  }
}
@media screen and (max-width: 1280px) {
  .top__mv-main-slider .splide__pagination {
    right: 12.55%;
  }
}
@media screen and (max-width: 820px) {
  .top__mv-main-slider .splide__pagination {
    right: 10%;
  }
}
@media screen and (max-width: 767px) {
  .top__mv-main-slider .splide__pagination {
    right: 20px;
    bottom: -30px;
    padding: unset;
    gap: 15px;
  }
}
.top__mv-main-slider .splide__pagination__page {
  width: 10px;
  height: 10px;
  border: 1px solid #fff;
  margin-block: 10px !important;
  opacity: 1 !important;
  background-color: transparent;
}
@media screen and (max-width: 767px) {
  .top__mv-main-slider .splide__pagination__page {
    width: 8px;
    height: 8px;
    margin-block: unset !important;
  }
}
.top__mv-main-slider .splide__pagination__page.is-active {
  background-color: #fff;
  -webkit-transform: initial !important;
          transform: initial !important;
}

.top__mv-backdrop-slider .splide__track,
.top__mv-backdrop-slider .splide__list {
  height: 100%;
}

.product__thumbnail .splide__slide {
  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;
}
.product__thumbnail .splide__slide.is-active {
  width: 108px !important;
  height: 108px !important;
  border: 1px solid #dc4405 !important;
  padding: 6px;
}
@media screen and (max-width: 767px) {
  .product__thumbnail .splide__slide.is-active {
    width: 35% !important;
    height: auto !important;
  }
}

.welcart {
  padding-block: 100px;
}
@media screen and (max-width: 767px) {
  .welcart {
    padding-block: 50px;
  }
}
.welcart .hidden {
  max-height: 0;
  overflow: hidden;
}
.welcart__login-section {
  margin-bottom: 50px;
}
@media screen and (max-width: 767px) {
  .welcart__login-section {
    margin-bottom: 25px;
  }
}
.welcart__action-button {
  max-width: 400px;
  margin-top: 20px;
  color: #fff;
}
.welcart__text {
  font-size: 1.6rem;
  font-weight: 700;
  color: #303030;
}
@media screen and (max-width: 767px) {
  .welcart__text {
    font-size: 1.3rem;
  }
}
.welcart__text--regular {
  font-weight: 400;
}
.welcart__heading {
  font-size: 2.8rem;
}
@media screen and (max-width: 767px) {
  .welcart__heading {
    font-size: 2rem;
  }
}
.welcart__heading--error {
  color: #e33d49;
}
.welcart__reset-pass {
  display: block;
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
  margin-top: 20px;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.welcart__reset-pass:hover {
  color: #dc4405;
}
.welcart__signup-text {
  border-top: 1px solid #deddd3;
  padding-top: 50px;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .welcart__signup-text {
    padding-top: 25px;
  }
}
.welcart__action-buttons {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 2%;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
@media screen and (max-width: 767px) {
  .welcart__action-buttons {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
}
@media screen and (max-width: 767px) {
  .welcart__action-buttons--customer {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
.welcart__action-buttons--confirm {
  margin-top: 50px;
}
.welcart__section-heading {
  margin-bottom: 50px;
}
.welcart__cart-update-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-bottom: 40px;
}
@media screen and (max-width: 767px) {
  .welcart__cart-update-wrapper {
    gap: 4%;
  }
}
.welcart__cart-update-wrapper .button {
  max-width: 120px;
  height: 40px;
  font-size: 1.5rem;
}
.welcart__cart-customer:not(:first-of-type) {
  margin-top: 60px;
  padding-top: 60px;
  border-top: 1px solid #deddd3;
}
@media screen and (max-width: 767px) {
  .welcart__cart-customer:not(:first-of-type) {
    margin-top: 30px;
    padding-top: 30px;
  }
}
.welcart__cart-table-wrapper {
  margin-bottom: 40px;
}
@media screen and (max-width: 767px) {
  .welcart__cart-table-wrapper {
    overflow: scroll;
  }
}
.welcart__cart-table {
  width: 100%;
}
@media screen and (max-width: 767px) {
  .welcart__cart-table {
    width: 980px;
  }
}
.welcart__cart-heading {
  border-bottom: 1px solid #deddd3;
  padding-bottom: 20px;
  font-size: 1.8rem;
}
@media screen and (max-width: 1080px) {
  .welcart__cart-heading {
    padding-bottom: 12px;
    font-size: 1.4rem;
  }
}
@media screen and (max-width: 767px) {
  .welcart__cart-heading {
    font-size: 1.6rem;
  }
}
.welcart__cart-heading.num {
  width: 80px;
}
@media screen and (max-width: 1080px) {
  .welcart__cart-heading.num {
    width: 40px;
  }
}
.welcart__cart-heading.item {
  width: 600px;
}
@media screen and (max-width: 1080px) {
  .welcart__cart-heading.item {
    width: 35%;
  }
}
.welcart__cart-table-content {
  font-size: 1.6rem;
  padding: 20px 2%;
  border-bottom: 1px solid #deddd3;
}
@media screen and (max-width: 1080px) {
  .welcart__cart-table-content {
    padding-block: 10px;
    font-size: 1.3rem;
  }
}
@media screen and (max-width: 767px) {
  .welcart__cart-table-content {
    font-size: 1.4rem;
  }
}
.welcart__cart-table-content.num {
  text-align: center;
}
.welcart__cart-item-info {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 15px;
}
.welcart__cart-item-image {
  -ms-flex-negative: 0;
      flex-shrink: 0;
  width: 100px;
  height: 100px;
}
@media screen and (max-width: 1080px) {
  .welcart__cart-item-image {
    width: 80px;
    height: 80px;
  }
}
@media screen and (max-width: 820px) {
  .welcart__cart-item-image {
    width: 60px;
    height: 60px;
  }
}
.welcart__cart-item-title {
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  font-size: 1.6rem;
}
@media screen and (max-width: 767px) {
  .welcart__cart-item-title {
    font-size: 1.4rem;
  }
}
.welcart__cart-item-qty {
  display: block;
  width: 70px;
  height: 50px;
  margin: auto;
  border: 1px solid #deddd3;
  padding: 0 5px;
  font-size: 1.6rem;
}
.welcart__cart-item-delete-button {
  display: block;
  width: 35px;
  height: 35px;
  margin: auto;
  background-color: transparent;
  border: none;
  cursor: pointer;
}
.welcart__cart-total-wrap {
  text-align: end;
}
.welcart__cart-total-block {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  gap: 20px;
  margin-bottom: 20px;
}
.welcart__cart-total-block:last-of-type {
  margin-bottom: 40px;
}
.welcart__cart-total-label {
  font-size: 1.6rem;
}
@media screen and (max-width: 1080px) {
  .welcart__cart-total-label {
    font-size: 1.3rem;
  }
}
.welcart__cart-total-label--grand-total {
  font-size: 2rem;
}
@media screen and (max-width: 1080px) {
  .welcart__cart-total-label--grand-total {
    font-size: 1.6rem;
  }
}
.welcart__cart-total-price {
  display: block;
  width: 150px;
  font-size: 1.8rem;
}
@media screen and (max-width: 1080px) {
  .welcart__cart-total-price {
    font-size: 1.4rem;
  }
}
.welcart__cart-total-price--grand-total {
  font-size: 3.6rem;
  color: #dc4405;
  font-weight: 700;
  line-height: 1em;
}
@media screen and (max-width: 1080px) {
  .welcart__cart-total-price--grand-total {
    font-size: 2.9rem;
  }
}
.welcart__mypage-layout {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 5%;
}
@media screen and (max-width: 767px) {
  .welcart__mypage-layout {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    gap: 40px;
  }
}
.welcart__sidebar {
  -ms-flex-preferred-size: 252px;
      flex-basis: 252px;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}
@media screen and (max-width: 767px) {
  .welcart__sidebar {
    -ms-flex-preferred-size: 100%;
        flex-basis: 100%;
  }
}
.welcart__sidebar-heading-wrapper {
  padding: 20px;
  background-color: #dc4405;
  color: #fff;
}
@media screen and (max-width: 767px) {
  .welcart__sidebar-heading-wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 4%;
    padding: 10px;
  }
}
.welcart__sidebar-label {
  font-weight: 700;
  font-size: 1.6rem;
}
@media screen and (max-width: 767px) {
  .welcart__sidebar-label {
    font-size: 1.4rem;
  }
}
.welcart__sidebar-customer-name {
  font-size: 2rem;
}
@media screen and (max-width: 767px) {
  .welcart__sidebar-customer-name {
    font-size: 1.4rem;
  }
}
.welcart__sidebar-nav {
  margin-bottom: 30px;
}
@media screen and (max-width: 767px) {
  .welcart__sidebar-nav {
    margin-bottom: 15px;
  }
}
.welcart__sidebar-button {
  display: block;
  width: 100%;
  background-color: transparent;
  border: none;
  border-bottom: 1px solid #deddd3;
  padding: 20px;
  font-size: 1.6rem;
  text-align: start;
  cursor: pointer;
}
@media screen and (max-width: 767px) {
  .welcart__sidebar-button {
    padding: 10px;
    font-size: 1.4rem;
  }
}
.welcart__sidebar-button.active {
  background-color: #deddd3;
}
.welcart__mypage-content {
  width: 100%;
}
.welcart__mypage-block {
  display: none;
}
.welcart__mypage-block.active {
  display: block;
}
.welcart__mypage-block#delete {
  text-align: center;
}
.welcart__mypage-table {
  width: 100%;
  border-collapse: collapse;
  font-size: 1.8rem;
}
@media screen and (max-width: 767px) {
  .welcart__mypage-table {
    font-size: 1.4rem;
  }
}
.welcart__mypage-table th,
.welcart__mypage-table td {
  padding: 15px;
  border-bottom: 1px solid #deddd3;
}
.welcart__mypage-table th {
  text-align: start;
}
.welcart__history-item:not(:last-of-type) {
  margin-bottom: 60px;
}
.welcart__history-label {
  margin-bottom: 30px;
}
.welcart__mypage-history-count {
  color: #dc4405;
}
.welcart__purchase-block {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 5%;
  margin-bottom: 30px;
}
.welcart__purchase-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 20px;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  border-bottom: 1px solid #deddd3;
  padding-bottom: 15px;
}
.welcart__purchase-item:not(:last-of-type) {
  margin-bottom: 15px;
}
.welcart__item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 3%;
  max-width: 750px;
  width: 90%;
}
@media screen and (max-width: 767px) {
  .welcart__item {
    width: 95%;
  }
}
.welcart__item-thumbnail {
  -ms-flex-negative: 0;
      flex-shrink: 0;
  width: 100px;
  height: 100px;
}
@media screen and (max-width: 767px) {
  .welcart__item-thumbnail {
    width: 70px;
    height: 70px;
  }
}
.welcart__item-thumbnail img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.welcart__item-qty-col {
  -ms-flex-negative: 0;
      flex-shrink: 0;
}
@media screen and (max-width: 767px) {
  .welcart__item-qty-col {
    width: 100px;
  }
}
.welcart__qty-row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 10px;
}
.welcart__qty-row small {
  font-size: 1.2rem;
}
.welcart__qty-row .orange {
  color: #dc4405;
}
.welcart .error_message {
  margin-bottom: 20px;
  color: #e33d49;
  font-size: 1.8rem;
  font-weight: 500;
}
.welcart .customer_form {
  width: 100%;
  margin-top: 30px;
}
.welcart .customer_form tr {
  gap: 40px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
@media screen and (max-width: 767px) {
  .welcart .customer_form tr {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
.welcart .customer_form th {
  width: 300px;
  font-size: 1.6rem;
  text-align: left;
  padding-top: 20px;
}
@media screen and (max-width: 767px) {
  .welcart .customer_form th {
    width: 100%;
  }
}
.welcart .customer_form div {
  margin: 0 !important;
}
.welcart .customer_form td {
  width: 660px;
}
@media screen and (max-width: 767px) {
  .welcart .customer_form td {
    width: 100%;
  }
}
.welcart .customer_form td input {
  width: 100%;
  font-size: 1.6rem;
  padding: 18px 10px;
  border: 1px solid #deddd3;
  border-radius: 5px;
  max-width: 100% !important;
  margin-bottom: 20px;
}
.welcart .customer_form td input[type=tel] {
  max-width: 400px !important;
}
.welcart .customer_form td select {
  width: 100px;
  font-size: 1.6rem;
  margin-right: 10px;
  padding: 18px 10px;
  margin-bottom: 5px;
  border: 1px solid #deddd3;
  border-radius: 5px;
}
.welcart .customer_form td span,
.welcart .customer_form td label {
  font-size: 1.6rem;
  margin-bottom: 20px;
}