@charset "UTF-8";
/* =======================================
共通、汎用css
 ======================================= */
:root {
  --font-gothic:
  	"游ゴシック体", "Yu Gothic", YuGothic, "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo,
  	Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  --font-gothic-sp: YakuHanJP, "Noto Sans JP", sans-serif;
  --font-en: "Inter", sans-serif;
  --color-text: #25163c;
  --color-primary: #150134;
  --color-secondary: #f0ece3;
  --color-secondary-dark: #dbd5c5;
  --color-secondary-darker: #e9e4d7;
  --color-all: #00a105;
  --color-all-dark: #053107;
  --color-classical: #ff6e1c;
  --color-innovative: #ff0053;
  --color-competition: #9c40ff;
  --color-competition-dark: #340c50;
  --color-competition-light: #c38aff;
  --color-sample: #F21EB6;
  --color-gray: #706b78;
  --color-gold: #ba8f0f;
  --color-green: #053107;
  --color-red: #450903;
  --color-red-light: #673327;
  --color-blue: #0c2446;
  --color-purple: #a79abb;
}

* {
  font-family: "游ゴシック体", "Yu Gothic", YuGothic, "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo,
  	Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  font-family: var(--font-gothic);
}
@media only screen and (max-width: 719px) {
  * {
    font-family: YakuHanJP, "Noto Sans JP", sans-serif;
    font-family: var(--font-gothic-sp);
  }
}

body {
  font-family: "游ゴシック体", "Yu Gothic", YuGothic, "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo,
  	Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  font-family: var(--font-gothic);
  color: #f0ece3;
  color: var(--color-secondary);
}
@media only screen and (max-width: 719px) {
  body {
    font-family: YakuHanJP, "Noto Sans JP", sans-serif;
    font-family: var(--font-gothic-sp);
  }
}

p,
h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: "游ゴシック体", "Yu Gothic", YuGothic, "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo,
  	Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  font-family: var(--font-gothic);
}
@media only screen and (max-width: 719px) {
  p,
  h1,
  h2,
  h3,
  h4,
  h5,
  h6 {
    font-family: YakuHanJP, "Noto Sans JP", sans-serif;
    font-family: var(--font-gothic-sp);
  }
}

a img {
  opacity: 1;
  -webkit-transition: opacity 0.4s;
  transition: opacity 0.4s;
}
a:hover img {
  opacity: 0.8;
}

.opacity {
  opacity: 1;
  -webkit-transition: opacity 0.4s;
  transition: opacity 0.4s;
}
.opacity:hover {
  opacity: 0.6;
}

.base {
  width: 100%;
  padding: 0 20px;
}

.to-anim-top {
  -webkit-transition: all 1s;
  transition: all 1s;
  -webkit-transition-delay: 0.3s;
          transition-delay: 0.3s;
  opacity: 0;
  -webkit-transform: translateY(10px);
          transform: translateY(10px);
}
.to-anim-top.active {
  -webkit-transform: translateY(0);
          transform: translateY(0);
  opacity: 1;
}

/* =======================================
 PC/SP切り替え用
 ======================================= */
@media only screen and (min-width: 1000px) {
  .sp-nav {
    display: none !important;
  }
}
@media only screen and (max-width: 999px) {
  .pc-nav {
    display: none !important;
  }
}
@media only screen and (min-width: 720px) {
  .sp {
    display: none !important;
  }
}
@media only screen and (max-width: 719px) {
  .pc {
    display: none !important;
  }
}
/* ===================================
ecforceデフォルトcss打ち消し用
=================================== */
.u-color__text--main {
  color: #25163c;
  color: var(--color-text);
}

.u-color__bg--base {
  background-color: #f0ece3 !important;
  background-color: var(--color-secondary) !important;
}

.u-color__text--detail {
  background-color: #f0ece3 !important;
  background-color: var(--color-secondary) !important;
}

.u-color__text--detail {
  overflow: visible;
  color: #25163c;
  color: var(--color-text);
}

.u-font--body {
  color: #25163c !important;
  color: var(--color-text) !important;
}

.u-text--body {
  color: #25163c !important;
  color: var(--color-text) !important;
  font-size: 14px !important;
}

.u-text--body {
  font-family: "游ゴシック体", "Yu Gothic", YuGothic, "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo,
  	Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  font-family: var(--font-gothic);
}
@media only screen and (max-width: 719px) {
  .u-text--body {
    font-family: YakuHanJP, "Noto Sans JP", sans-serif;
    font-family: var(--font-gothic-sp);
  }
}

.u-text--input {
  color: #25163c !important;
  color: var(--color-text) !important;
}

.u-text--head {
  font-family: "游ゴシック体", "Yu Gothic", YuGothic, "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo,
  	Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  font-family: var(--font-gothic);
}
@media only screen and (max-width: 719px) {
  .u-text--head {
    font-family: YakuHanJP, "Noto Sans JP", sans-serif;
    font-family: var(--font-gothic-sp);
  }
}

.u-text--strong {
  font-size: 14px !important;
}

input::-webkit-input-placeholder {
  color: #666 !important;
  opacity: 1 !important;
}

input::-moz-placeholder {
  color: #666 !important;
  opacity: 1 !important;
}

input::-ms-input-placeholder {
  color: #666 !important;
  opacity: 1 !important;
}

input:-ms-input-placeholder {
  color: #666 !important;
  opacity: 1 !important;
}

input::placeholder {
  color: #666 !important;
  opacity: 1 !important;
}

.u-text--link {
  color: #150134 !important;
  color: var(--color-primary) !important;
}

.u-color__btn--bg {
  background: #150134 !important;
  background: var(--color-primary) !important;
}

.u-color__btn--bg {
  font-weight: 700;
  letter-spacing: 0.06em;
  border-radius: 9999px;
}

.u-color__border--border {
  border-color: #dbd5c5 !important;
  border-color: var(--color-secondary-dark) !important;
}

.u-color__border--input {
  border-radius: 0;
}

.u-color__btn {
  color: #150134 !important;
  color: var(--color-primary) !important;
}

.u-color__btn--bg--overlay {
  background: #150134 !important;
  background: var(--color-primary) !important;
}

.u-color__btn--bg--overlay {
  font-weight: 700;
  letter-spacing: 0.06em;
}

.u-color__bg--bg {
  background: #e9e4d7 !important;
  background: var(--color-secondary-darker) !important;
}

.u-color__bg--accent {
  background: #150134 !important;
  background: var(--color-primary) !important;
}

.u-icon--close:before {
  color: #666666;
}

.p-page_header__inner__title {
  letter-spacing: 0.05em;
}

.l-container__row.u-margin__top--60 {
  margin-top: 50px;
}

.p-page_table__inner {
  max-width: 600px;
}

.c-form_table__checkbox__text a {
  text-decoration: underline;
}

.c-table {
  border-left: 1px solid #dadada;
  border-right: 1px solid #dadada;
}
@media only screen and (max-width: 719px) {
  .c-table {
    display: table;
  }
}

@media only screen and (max-width: 719px) {
  .c-table tbody {
    display: table;
  }
}

@media only screen and (max-width: 719px) {
  .c-table tbody tr {
    display: table;
    width: 100%;
  }
}

.c-table tbody tr th {
  font-size: 16px !important;
  color: #fff !important;
}

.c-table tbody tr th {
  background: #340c50;
  background: var(--color-competition-dark);
  line-height: 1.3125;
  padding: 13px 12px;
}
@media only screen and (max-width: 719px) {
  .c-table tbody tr th {
    display: table-cell;
    margin-bottom: 0;
    width: 36.6%;
  }
}

.c-table tbody tr td {
  font-size: 16px !important;
}

.c-table tbody tr td {
  line-height: 1.3125;
  padding: 13px 12px;
}
@media only screen and (max-width: 719px) {
  .c-table tbody tr td {
    display: table-cell;
  }
}

.c-account_menu__logout {
  background: #150134;
  background: var(--color-primary);
}

.c-steps_to_order__number {
  color: var(--base-color) !important;
  background: #e9e4d7 !important;
  background: var(--color-secondary-darker) !important;
}

.c-steps_to_order__number.is-active,
.c-steps_to_order__number.is-complete {
  color: #f0ece3 !important;
  color: var(--color-secondary) !important;
  background: #150134 !important;
  background: var(--color-primary) !important;
}

.c-steps_to_order__number.is-complete::after {
  background: #150134 !important;
  background: var(--color-primary) !important;
}

.c-steps_to_order__number::before,
.c-steps_to_order__number::after {
  background: #e9e4d7 !important;
  background: var(--color-secondary-darker) !important;
}

.c-button.--primary {
  background: #150134 !important;
  background: var(--color-primary) !important;
}

.p-order_history_summary__status.--normal {
  --status-color: var(--color-primary) !important;
}

.p-page_content ul li h2 {
  font-weight: 700;
}
.p-page_content ul li strong {
  font-weight: 700;
}
.p-page_content ul li a {
  font-weight: 700;
}

.p-page_header__inner__title {
  font-weight: 700;
}

.p-order_history_summary__content {
  background: #e9e4d7 !important;
  background: var(--color-secondary-darker) !important;
}

.p-checkout_confirm__float {
  z-index: 99;
}

.c-product_item__inner__price {
  display: none;
}

/* =======================================
	HEADER
======================================= */
.c-announce_bar {
  background-color: #340c50 !important;
  background-color: var(--color-competition-dark) !important;
  color: #f0ece3 !important;
  color: var(--color-secondary) !important;
}
.c-announce_bar {
  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: 0 10px;
  height: 40px;
}
@media only screen and (min-width: 720px) {
  .is-scroll .c-announce_bar {
    height: 31px;
    border-bottom: 1px solid #532077;
  }
}
@media only screen and (max-width: 719px) {
  .c-announce_bar {
    height: 28px;
    -webkit-transition: background 0.2s ease-out;
    transition: background 0.2s ease-out;
    position: relative;
    z-index: 110;
  }
  .is-opened .c-announce_bar {
    background-color: #340c50 !important;
    background-color: var(--color-competition-dark) !important;
  }
}
.c-announce_bar__text {
  font-size: 13px;
}
@media only screen and (max-width: 719px) {
  .c-announce_bar__text {
    font-size: 11px;
    text-align: center;
  }
}

.l-header {
  border-bottom: none;
  position: absolute;
  z-index: auto;
}
@media only screen and (min-width: 720px) {
  .is-scroll .l-header {
    -webkit-animation: slideInHeader 0.6s ease forwards;
            animation: slideInHeader 0.6s ease forwards;
    position: fixed;
    background-color: #150134;
    background-color: var(--color-primary);
    z-index: 1000;
  }
}
@media only screen and (max-width: 719px) {
  .l-header {
    position: fixed;
    z-index: 100;
  }
}
.l-header__inner {
  position: relative;
  z-index: auto;
}
@media only screen and (min-width: 720px) {
  .is-scroll .l-header__inner {
    height: 60px;
  }
}
@media only screen and (max-width: 719px) {
  .l-header__inner {
    height: 66px;
    padding: 0 0 0 16px;
  }
}
.l-header__logo {
  width: 120px;
  margin-right: auto;
  mix-blend-mode: difference;
  position: relative;
  z-index: 100;
}
.is-scroll .l-header__logo {
  mix-blend-mode: normal;
}
@media only screen and (max-width: 719px) {
  .l-header__logo {
    width: 110px;
    position: relative;
    z-index: 110;
  }
  .is-opened .l-header__logo {
    mix-blend-mode: normal;
  }
}
.l-header__logo svg {
  width: 100%;
  height: auto;
}
.l-header__logo svg path {
  fill: #f0ece3;
  fill: var(--color-secondary);
  -webkit-transition: fill 0.2s ease-out;
  transition: fill 0.2s ease-out;
}
@media only screen and (max-width: 719px) {
  .l-header__logo svg path {
    fill: #150134;
    fill: var(--color-primary);
  }
  .is-opened .l-header__logo svg path {
    fill: #f0ece3;
    fill: var(--color-secondary);
  }
}
.l-header__navi {
  height: 100%;
}
@media only screen and (max-width: 719px) {
  .l-header__navi {
    display: block;
    padding: 94px 16px 36px;
    position: fixed;
    width: 100%;
    height: 100%;
    overflow: auto;
    top: 0;
    left: 0;
    z-index: 100;
    z-index: 1;
    pointer-events: none;
    -webkit-transition: padding 0.3s ease;
    transition: padding 0.3s ease;
  }
  .l-header__navi__bg {
    width: 100%;
    height: 100dvh;
    position: fixed;
    display: block;
    background-color: #150134;
    background-color: var(--color-primary);
    left: 0;
    top: calc(100dvh + 160px);
    opacity: 0;
    z-index: auto;
    pointer-events: none;
  }
  .is-opened .l-header__navi__bg {
    opacity: 1;
    top: 0;
    -webkit-animation: slideInUp 1.5s cubic-bezier(0.08, 0.82, 0.17, 1) forwards;
            animation: slideInUp 1.5s cubic-bezier(0.08, 0.82, 0.17, 1) forwards;
  }
  .is-hide .l-header__navi__bg {
    opacity: 1;
    top: 0;
    -webkit-animation: slideOutDown 1.5s cubic-bezier(0.08, 0.82, 0.17, 1) forwards;
            animation: slideOutDown 1.5s cubic-bezier(0.08, 0.82, 0.17, 1) forwards;
    -webkit-animation-delay: 0.3s;
            animation-delay: 0.3s;
  }
  .l-header__navi__bg::before {
    content: "";
    width: 254px;
    aspect-ratio: 508/644;
    background: url(https://d2w53g1q050m78.cloudfront.net/davidacom/uploads/img/common/bg_navi.webp) no-repeat;
    background-size: cover;
    position: absolute;
    right: 0;
    bottom: 0;
    z-index: -1;
    mix-blend-mode: color-dodge;
  }
  .is-opened .l-header__navi {
    pointer-events: inherit;
  }
}
.l-header__navi__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 32px;
  height: 100%;
}
@media only screen and (max-width: 719px) {
  .l-header__navi__list {
    width: 100%;
    height: auto;
    gap: 0;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-transition: padding 0.3s ease;
    transition: padding 0.3s ease;
  }
}
.l-header__navi__item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  height: 100%;
  position: relative;
}
@media only screen and (max-width: 719px) {
  .l-header__navi__item {
    display: block;
    width: 100%;
    height: auto;
    z-index: 1;
    opacity: 0;
  }
  .is-opened .l-header__navi__item {
    -webkit-animation: fadeInUp 0.5s ease forwards;
            animation: fadeInUp 0.5s ease forwards;
  }
  .is-opened .l-header__navi__item:nth-child(1) {
    -webkit-animation-delay: 0.5s;
            animation-delay: 0.5s;
  }
  .is-opened .l-header__navi__item:nth-child(2) {
    -webkit-animation-delay: 0.53s;
            animation-delay: 0.53s;
  }
  .is-opened .l-header__navi__item:nth-child(3) {
    -webkit-animation-delay: 0.56s;
            animation-delay: 0.56s;
  }
  .is-opened .l-header__navi__item:nth-child(4) {
    -webkit-animation-delay: 0.59s;
            animation-delay: 0.59s;
  }
  .is-opened .l-header__navi__item:nth-child(5) {
    -webkit-animation-delay: 0.62s;
            animation-delay: 0.62s;
  }
}
.l-header__navi__link {
  color: #f0ece3;
  color: var(--color-secondary);
  font-family: "Inter", sans-serif;
  font-family: var(--font-en);
  font-weight: 500;
  font-size: 12px;
  letter-spacing: 0.04em;
}
@media only screen and (min-width: 720px) {
  .l-header__navi__link {
    mix-blend-mode: difference;
    position: relative;
    z-index: 100;
  }
  .is-scroll .l-header__navi__link {
    mix-blend-mode: normal;
  }
}
@media only screen and (max-width: 719px) {
  .l-header__navi__link {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    width: 100%;
    color: #f0ece3;
    color: var(--color-secondary);
    height: 50px;
    font-size: 14px;
    letter-spacing: 0.03em;
    border-bottom: 1px solid rgba(255, 255, 255, 0.15);
  }
}
.l-header__navi__link.--recruit {
  color: #c38aff;
  color: var(--color-competition-light);
}
.l-header__navi__trigger {
  padding-right: 15px;
  position: relative;
}
.l-header__navi__trigger::before {
  content: "";
  width: 8px;
  height: 1.5px;
  background-color: #f0ece3;
  background-color: var(--color-secondary);
  position: absolute;
  right: 0;
  top: 50%;
  translate: 0 -50%;
}
@media only screen and (max-width: 719px) {
  .l-header__navi__trigger::before {
    width: 12px;
    height: 1px;
  }
}
.l-header__navi__trigger::after {
  content: "";
  width: 1.5px;
  height: 8px;
  background-color: #f0ece3;
  background-color: var(--color-secondary);
  position: absolute;
  right: 3.25px;
  top: 50%;
  translate: 0 -50%;
  -webkit-transition: opacity 0.2s ease-out;
  transition: opacity 0.2s ease-out;
}
@media only screen and (max-width: 719px) {
  .l-header__navi__trigger::after {
    width: 1px;
    height: 12px;
    right: 5.5px;
  }
}
.is-product .l-header__navi__trigger::after {
  opacity: 0;
}
.is-opened .l-header__navi__trigger::after {
  opacity: 0;
}
@media only screen and (max-width: 719px) {
  .l-header__navi__trigger.is-active::after {
    opacity: 1;
  }
}
@media only screen and (min-width: 720px) {
  .l-header__navi__product {
    display: block !important;
  }
  .l-header__navi__product {
    width: 260px;
    position: absolute;
    left: 50%;
    top: 100%;
    translate: -50% 0;
    padding: 15px 30px 30px;
    pointer-events: none;
    z-index: 10;
  }
  .is-product .l-header__navi__product {
    pointer-events: inherit;
  }
  .l-header__navi__product::after {
    content: "";
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    display: block;
    border-radius: 30px;
    background-color: #150134;
    background-color: var(--color-primary);
    z-index: -1;
    opacity: 0;
    -webkit-transform: translateY(30px);
            transform: translateY(30px);
    -webkit-transition: opacity 0.3s, -webkit-transform 0.3s;
    transition: opacity 0.3s, -webkit-transform 0.3s;
    transition: transform 0.3s, opacity 0.3s;
    transition: transform 0.3s, opacity 0.3s, -webkit-transform 0.3s;
  }
  .is-product .l-header__navi__product::after {
    opacity: 1;
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
}
@media only screen and (min-width: 720px) {
  .l-header__navi__product li {
    opacity: 0;
  }
  .is-product .l-header__navi__product li {
    -webkit-animation: fadeInUp 0.3s ease forwards;
            animation: fadeInUp 0.3s ease forwards;
  }
  .is-product .l-header__navi__product li:nth-child(1) {
    -webkit-animation-delay: 0.1s;
            animation-delay: 0.1s;
  }
  .is-product .l-header__navi__product li:nth-child(2) {
    -webkit-animation-delay: 0.13s;
            animation-delay: 0.13s;
  }
  .is-product .l-header__navi__product li:nth-child(3) {
    -webkit-animation-delay: 0.16s;
            animation-delay: 0.16s;
  }
  .is-product .l-header__navi__product li:nth-child(4) {
    -webkit-animation-delay: 0.19s;
            animation-delay: 0.19s;
  }
}
.l-header__navi__product li.parent > a {
  border-bottom: none;
  height: auto;
  padding: 14px 0 8px;
}
@media only screen and (max-width: 719px) {
  .l-header__navi__product li.parent > a {
    padding: 16px 0 11px;
  }
}
.l-header__navi__product li ul {
  border-bottom: 1px solid rgba(255, 255, 255, 0.15);
  padding-bottom: 13px;
  padding-left: 17px;
}
@media only screen and (max-width: 719px) {
  .l-header__navi__product li ul {
    padding-bottom: 18px;
  }
}
.l-header__navi__product li ul li {
  margin-bottom: 7px;
}
@media only screen and (max-width: 719px) {
  .l-header__navi__product li ul li {
    margin-bottom: 9px;
  }
}
.l-header__navi__product li ul li:last-child {
  margin-bottom: 0;
}
.l-header__navi__product li ul li a {
  height: auto;
  border-bottom: none;
}
.l-header__navi__product a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  height: 40px;
  padding-right: 7px;
  gap: 8px;
  font-family: "Inter", sans-serif;
  font-family: var(--font-en);
  font-weight: 700;
  font-size: 14px;
  letter-spacing: 0.03em;
  border-bottom: 1px solid rgba(255, 255, 255, 0.15);
}
@media only screen and (max-width: 719px) {
  .l-header__navi__product a {
    height: 50px;
  }
}
.l-header__navi__product a::before {
  content: "";
  width: 10px;
  aspect-ratio: 1;
  border-radius: 50%;
  background-repeat: no-repeat;
  background-size: cover;
}
.l-header__navi__product--all a {
  color: #00a105;
  color: var(--color-all);
}
.l-header__navi__product--all a::before {
  background-image: url(https://d2w53g1q050m78.cloudfront.net/davidacom/uploads/img/common/ico_product_all.svg);
}
.l-header__navi__product--classical a {
  color: #ff6e1c;
  color: var(--color-classical);
}
.l-header__navi__product--classical a::before {
  background-image: url(https://d2w53g1q050m78.cloudfront.net/davidacom/uploads/img/common/ico_product_classic.svg);
}
.l-header__navi__product--innovative a {
  color: #ff0053;
  color: var(--color-innovative);
}
.l-header__navi__product--innovative a::before {
  background-image: url(https://d2w53g1q050m78.cloudfront.net/davidacom/uploads/img/common/ico_product_innovative.svg);
}
.l-header__navi__product--competition a {
  color: #9c40ff;
  color: var(--color-competition);
}
.l-header__navi__product--competition a::before {
  background-image: url(https://d2w53g1q050m78.cloudfront.net/davidacom/uploads/img/common/ico_product_competition.svg);
}
.l-header__navi__product--sample a {
  color: #F21EB6;
  color: var(--color-sample);
}
.l-header__navi__product--sample a::before {
  background-image: url(https://d2w53g1q050m78.cloudfront.net/davidacom/uploads/img/common/ico_product_sample.svg);
}
.l-header__navi__ft {
  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;
}
@media only screen and (max-width: 719px) {
  .l-header__navi__ft {
    opacity: 0;
    position: relative;
    z-index: 1;
    margin-top: 30px;
  }
  .is-opened .l-header__navi__ft {
    -webkit-animation: fadeInUp 0.5s ease forwards;
            animation: fadeInUp 0.5s ease forwards;
    -webkit-animation-delay: 0.65s;
            animation-delay: 0.65s;
  }
}
.l-header__navi__copy {
  opacity: 0.2;
  opacity: 20%;
  color: #f0ece3;
  color: var(--color-secondary);
  font-family: "Inter", sans-serif;
  font-family: var(--font-en);
  font-size: 11px;
  font-weight: 500;
}
.l-header__navi__search {
  z-index: 10;
  width: 340px;
}
@media only screen and (min-width: 720px) {
  .l-header__navi__search {
    display: block !important;
  }
  .l-header__navi__search {
    position: absolute;
    right: 96px;
    top: 100%;
    pointer-events: none;
    opacity: 0;
    -webkit-transform: translateY(30px);
            transform: translateY(30px);
    -webkit-transition: opacity 0.3s, -webkit-transform 0.3s;
    transition: opacity 0.3s, -webkit-transform 0.3s;
    transition: transform 0.3s, opacity 0.3s;
    transition: transform 0.3s, opacity 0.3s, -webkit-transform 0.3s;
  }
  .is-search .l-header__navi__search {
    opacity: 1;
    -webkit-transform: translateY(0);
            transform: translateY(0);
    pointer-events: inherit;
  }
}
@media only screen and (max-width: 719px) {
  .l-header__navi__search {
    display: none;
    width: 100%;
    will-change: height;
    margin: 10px 0 25px;
    position: relative;
  }
}
.l-header__navi__search__input {
  width: 100%;
  height: 55px;
  padding: 0 50px 0 22px;
  border-radius: 8px;
  font-size: 14px;
  letter-spacing: 0.06em;
  color: #150134;
  color: var(--color-primary);
  font-weight: bold;
  background-color: #fff;
}
.l-header__navi__search__input::-webkit-input-placeholder {
  color: #a79abb !important;
  color: var(--color-purple) !important;
}
.l-header__navi__search__input::-moz-placeholder {
  color: #a79abb !important;
  color: var(--color-purple) !important;
}
.l-header__navi__search__input:-ms-input-placeholder {
  color: #a79abb !important;
  color: var(--color-purple) !important;
}
.l-header__navi__search__input::-ms-input-placeholder {
  color: #a79abb !important;
  color: var(--color-purple) !important;
}
.l-header__navi__search__input::placeholder {
  color: #a79abb !important;
  color: var(--color-purple) !important;
}
.l-header__navi__search__input::-webkit-input-placeholder {
  opacity: 1;
}
.l-header__navi__search__input::-moz-placeholder {
  opacity: 1;
}
.l-header__navi__search__input:-ms-input-placeholder {
  opacity: 1;
}
.l-header__navi__search__input::-ms-input-placeholder {
  opacity: 1;
}
.l-header__navi__search__input::placeholder {
  opacity: 1;
}
.l-header__navi__search__btn {
  width: 20px;
  position: absolute;
  right: 22px;
  top: 50%;
  translate: 0 -50%;
}
@media only screen and (max-width: 719px) {
  .l-header__navi__search__btn {
    right: 18px;
  }
}
.l-header__btns {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 25px;
  margin-left: 52px;
}
@media only screen and (min-width: 720px) {
  .l-header__btns {
    mix-blend-mode: difference;
    position: relative;
    z-index: 100;
  }
  .is-scroll .l-header__btns {
    mix-blend-mode: normal;
  }
}
@media only screen and (max-width: 719px) {
  .l-header__btns {
    height: 42px;
    margin-left: auto;
    gap: 18px;
    padding: 0 20px 0 28px;
    border-radius: 21px 0 0 21px;
    background-color: #f0ece3;
    background-color: var(--color-secondary);
  }
}
.l-header__btns button,
.l-header__btns a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.l-header__btns__search {
  position: relative;
  z-index: 110;
}
.l-header__btns__search path {
  stroke: #f0ece3;
  stroke: var(--color-secondary);
  -webkit-transition: stroke 0.2s ease-out;
  transition: stroke 0.2s ease-out;
}
@media only screen and (max-width: 719px) {
  .l-header__btns__search path {
    stroke: #150134;
    stroke: var(--color-primary);
  }
  .is-opened .l-header__btns__search path {
    stroke: #f0ece3;
    stroke: var(--color-secondary);
  }
}
.l-header__btns__cart {
  width: 20px;
  height: 22px;
  position: relative;
  z-index: 110;
}
.l-header__btns__cart span {
  color: #f0ece3;
  color: var(--color-secondary);
  font-size: 10px;
  position: absolute;
  left: 50%;
  top: 56%;
  translate: -50% -50%;
  -webkit-transition: color 0.2s ease-out;
  transition: color 0.2s ease-out;
}
@media only screen and (max-width: 719px) {
  .l-header__btns__cart span {
    color: #150134;
    color: var(--color-primary);
  }
  .is-opened .l-header__btns__cart span {
    color: #f0ece3;
    color: var(--color-secondary);
  }
}
.l-header__btns__cart .st0 {
  fill: none;
  stroke: #f0ece3;
  stroke: var(--color-secondary);
  -webkit-transition: stroke 0.2s ease-out;
  transition: stroke 0.2s ease-out;
  stroke-linecap: round;
  stroke-linejoin: round;
}
@media only screen and (max-width: 719px) {
  .l-header__btns__cart .st0 {
    stroke: #150134;
    stroke: var(--color-primary);
  }
  .is-opened .l-header__btns__cart .st0 {
    stroke: #f0ece3;
    stroke: var(--color-secondary);
  }
}
.l-header__btns__trigger {
  width: 15px;
  height: 14px;
  position: relative;
  z-index: 110;
  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: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.l-header__btns__trigger span {
  display: block;
  width: 100%;
  height: 1px;
  min-height: 1px;
  background-color: #150134;
  background-color: var(--color-primary);
  -webkit-transition: background 0.3s ease-out, -webkit-transform 0.3s ease-out;
  transition: background 0.3s ease-out, -webkit-transform 0.3s ease-out;
  transition: transform 0.3s ease-out, background 0.3s ease-out;
  transition: transform 0.3s ease-out, background 0.3s ease-out, -webkit-transform 0.3s ease-out;
  -webkit-transform-origin: 50%;
          transform-origin: 50%;
}
.is-opened .l-header__btns__trigger span {
  width: 125%;
  position: absolute;
  top: 50%;
  left: 50%;
  background-color: #f0ece3;
  background-color: var(--color-secondary);
}
.is-opened .l-header__btns__trigger span.top-bar {
  -webkit-transform: translate(-50%, -50%) rotate(45deg);
          transform: translate(-50%, -50%) rotate(45deg);
}
.is-opened .l-header__btns__trigger span.middle-bar {
  opacity: 0;
}
.is-opened .l-header__btns__trigger span.bottom-bar {
  -webkit-transform: translate(-50%, -50%) rotate(-45deg);
          transform: translate(-50%, -50%) rotate(-45deg);
}

/* =======================================
	CONTENTS
======================================= */
.l-inner {
  width: 100%;
  max-width: 1440px;
  margin-left: auto;
  margin-right: auto;
  margin-inline: auto;
  padding-left: 50px;
  padding-right: 50px;
  padding-inline: 50px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  position: relative;
}
@media only screen and (max-width: 719px) {
  .l-inner {
    padding-left: 16px;
    padding-right: 16px;
    padding-inline: 16px;
  }
}

.c-pankuzu {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 100%;
  padding: 15px 50px 50px;
  border-top: 1px solid #dbd5c5;
  border-top: 1px solid var(--color-secondary-dark);
  gap: 7px;
}
@media only screen and (max-width: 719px) {
  .c-pankuzu {
    padding: 15px 16px 25px;
    gap: 6px;
  }
}
.c-pankuzu li {
  font-family: "Inter", sans-serif;
  font-family: var(--font-en);
  color: #150134;
  color: var(--color-primary);
  font-weight: 500;
  font-size: 11px;
  line-height: 1.4;
  letter-spacing: 0.03em;
  margin-right: 13px;
  position: relative;
}
@media only screen and (max-width: 719px) {
  .c-pankuzu li {
    font-size: 10px;
    line-height: 1.5;
    margin-right: 10px;
  }
}
.c-pankuzu li:after {
  content: "";
  border: solid #a79abb;
  border-width: 0 1px 1px 0;
  padding: 2px;
  position: absolute;
  right: -11px;
  top: 5px;
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
}
@media only screen and (max-width: 719px) {
  .c-pankuzu li:after {
    right: -9px;
  }
}
.c-pankuzu li:last-child:after {
  display: none;
}
.c-pankuzu li a {
  font: inherit;
  color: inherit;
}

.c-column + .c-column {
  margin-top: 90px;
}
@media only screen and (max-width: 719px) {
  .c-column + .c-column {
    margin-top: 70px;
  }
}
@media only screen and (max-width: 719px) {
  .c-column {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
.c-column__head {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-bottom: 30px;
}
@media only screen and (max-width: 719px) {
  .c-column__head {
    display: contents;
  }
}
.c-column__subttl {
  font-size: 15px;
  font-weight: bold;
  line-height: 1;
  letter-spacing: 0.03em;
}
@media only screen and (max-width: 719px) {
  .c-column__subttl {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
    font-size: 12px;
  }
}
.c-column__ttl {
  font-family: "Inter", sans-serif;
  font-family: var(--font-en);
  font-size: 52px;
  font-weight: bold;
  line-height: 0.8;
  margin-top: 20px;
}
@media only screen and (max-width: 719px) {
  .c-column__ttl {
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
    font-size: 32px;
    margin: 15px 0 25px;
  }
}
.c-column__more {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  min-width: 170px;
  font-size: 15px;
  font-weight: bold;
  line-height: 1;
  padding-bottom: 15px;
  letter-spacing: 0.03em;
  position: relative;
}
@media only screen and (max-width: 719px) {
  .c-column__more {
    -webkit-box-ordinal-group: 5;
        -ms-flex-order: 4;
            order: 4;
    min-width: 146px;
    font-size: 13px;
    margin-top: 40px;
  }
}
.c-column__more::before {
  content: "";
  width: 100%;
  height: 2px;
  background-color: #828282;
  position: absolute;
  left: 0;
  bottom: 0;
}
.c-column__more::after {
  content: "";
  width: 100%;
  height: 2px;
  background-color: #f0ece3;
  background-color: var(--color-secondary);
  position: absolute;
  left: 0;
  bottom: 0;
  z-index: 10;
  -webkit-transform: scaleX(0);
          transform: scaleX(0);
  -webkit-transform-origin: right top;
          transform-origin: right top;
  -webkit-transition: -webkit-transform 0.2s ease;
  transition: -webkit-transform 0.2s ease;
  transition: transform 0.2s ease;
  transition: transform 0.2s ease, -webkit-transform 0.2s ease;
}
.c-column__more:hover::after {
  -webkit-transform-origin: left top;
          transform-origin: left top;
  -webkit-transform: scaleX(1);
          transform: scaleX(1);
}
.c-column__more.is-view::after {
  -webkit-animation: lineOnce 0.6s ease;
          animation: lineOnce 0.6s ease;
}
.c-column__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 30px 24px;
}
@media only screen and (max-width: 719px) {
  .c-column__list {
    gap: 30px 14px;
    -webkit-box-ordinal-group: 4;
        -ms-flex-order: 3;
            order: 3;
  }
}
@media only screen and (max-width: 719px) {
  .c-column__list.--sp-scroll {
    width: calc(100% + 32px);
    margin-left: -16px;
    margin-right: -16px;
    margin-inline: -16px;
    padding-left: 16px;
    padding-right: 16px;
    padding-inline: 16px;
    -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
    overflow: auto;
    gap: 8px;
  }
}
.c-column__item {
  width: calc(25% - 18px);
}
@media only screen and (max-width: 999px) {
  .c-column__item {
    width: calc(50% - 12px);
  }
}
@media only screen and (max-width: 719px) {
  .c-column__item {
    width: calc(50% - 7px);
  }
  .--sp-scroll .c-column__item {
    width: 164px;
    min-width: 164px;
  }
}
.c-column__item__img {
  width: 100%;
  position: relative;
  margin-bottom: 20px;
  border-radius: 5px;
  overflow: hidden;
  padding-top: 100%;
}
@media only screen and (max-width: 719px) {
  .c-column__item__img {
    margin-bottom: 18px;
  }
}
.--soldout .c-column__item__img::before {
  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;
  width: 100%;
  height: 100%;
  content: "SOLD OUT";
  font-family: "Inter", sans-serif;
  font-family: var(--font-en);
  font-weight: 500;
  letter-spacing: 0.03em;
  color: #f0ece3;
  color: var(--color-secondary);
  font-size: 20px;
  position: absolute;
  left: 0;
  top: 0;
  background-color: rgba(1, 11, 0, 0.5);
  border-radius: 5px;
  z-index: 10;
}
@media only screen and (max-width: 719px) {
  .--soldout .c-column__item__img::before {
    font-size: 13px;
  }
}
.c-column__item__img img {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.c-column__item__cat {
  color: #f0ece3;
  color: var(--color-secondary);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 6px;
  font-family: "Inter", sans-serif;
  font-family: var(--font-en);
  font-weight: 700;
  font-size: 13px;
  letter-spacing: 0.03em;
}
@media only screen and (max-width: 719px) {
  .c-column__item__cat {
    font-size: 11px;
    gap: 5px;
  }
  .product__info .c-column__item__cat {
    font-size: 13px;
    gap: 6px;
  }
}
.c-column__item__cat::before {
  content: "";
  width: 15px;
  aspect-ratio: 1;
  border-radius: 50%;
  background-repeat: no-repeat;
  background-size: cover;
}
@media only screen and (max-width: 719px) {
  .c-column__item__cat::before {
    width: 10px;
  }
  .product__info .c-column__item__cat::before {
    width: 15px;
  }
}
.c-column__item__cat.--classical {
  color: #ff6e1c;
  color: var(--color-classical);
}
.c-column__item__cat.--classical::before {
  background-image: url(https://d2w53g1q050m78.cloudfront.net/davidacom/uploads/img/common/ico_product_classic.svg);
}
.c-column__item__cat.--innovative {
  color: #ff0053;
  color: var(--color-innovative);
}
.c-column__item__cat.--innovative::before {
  background-image: url(https://d2w53g1q050m78.cloudfront.net/davidacom/uploads/img/common/ico_product_innovative.svg);
}
.c-column__item__cat.--competition {
  color: #9c40ff;
  color: var(--color-competition);
}
.c-column__item__cat.--competition::before {
  background-image: url(https://d2w53g1q050m78.cloudfront.net/davidacom/uploads/img/common/ico_product_competition.svg);
}
.c-column__item__txt {
  font-size: 13px;
  font-weight: bold;
  letter-spacing: 0.03em;
  color: #ba8f0f;
  color: var(--color-gold);
  margin-top: 16px;
  line-height: 1.5;
}
.c-column__item__txt::before {
  content: "";
  display: block;
  height: 0;
  width: 0;
  margin-top: calc((1 - 1.5) * 0.5em);
}
.c-column__item__txt::after {
  content: "";
  display: block;
  height: 0;
  width: 0;
  margin-bottom: calc((1 - 1.5) * 0.5em);
}
@media only screen and (max-width: 719px) {
  .c-column__item__txt {
    font-size: 10px;
    line-height: 1.35;
  }
  .c-column__item__txt::before {
    content: "";
    display: block;
    height: 0;
    width: 0;
    margin-top: calc((1 - 1.35) * 0.5em);
  }
  .c-column__item__txt::after {
    content: "";
    display: block;
    height: 0;
    width: 0;
    margin-bottom: calc((1 - 1.35) * 0.5em);
  }
  .c-column__item__txt {
    margin-top: 12px;
  }
}
.c-column__item__name {
  font-weight: bold;
  font-size: 24px;
  line-height: 1.3;
  font-family: "Inter", sans-serif;
  font-family: var(--font-en);
  letter-spacing: 0.05em;
  margin-top: 8px;
}
@media only screen and (max-width: 719px) {
  .c-column__item__name {
    font-size: 18px;
    line-height: 1.3;
    margin-top: 6px;
  }
}
.c-column__item__price {
  margin-top: 5px;
  font-size: 13px;
  font-weight: bold;
}
@media only screen and (max-width: 719px) {
  .c-column__item__price {
    font-size: 10px;
  }
}
.c-column__item__price__yen {
  font-family: "Inter", sans-serif;
  font-family: var(--font-en);
  font-size: 16px;
  font-weight: bold;
  line-height: 1;
  padding-left: 10px;
}
@media only screen and (max-width: 719px) {
  .c-column__item__price__yen {
    font-size: 14px;
    padding-left: 6px;
  }
}
.c-column__item__price__num {
  font-family: "Inter", sans-serif;
  font-family: var(--font-en);
  font-size: 24px;
  font-weight: bold;
  line-height: 1;
  padding-right: 4px;
}
@media only screen and (max-width: 719px) {
  .c-column__item__price__num {
    padding-right: 2px;
    font-size: 20px;
  }
}
.c-column__item__btn {
  width: 100%;
  margin-top: 11px;
  height: 46px;
}
@media only screen and (max-width: 719px) {
  .c-column__item__btn {
    height: 30px;
  }
}
.c-column__item__btn a,
.c-column__item__btn span {
  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;
  width: 100%;
  height: 100%;
  font-size: 13px;
  font-weight: bold;
  color: #f0ece3;
  color: var(--color-secondary);
  border-radius: 25px;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.c-column__item__btn a:hover,
.c-column__item__btn span:hover {
  background-color: #f0ece3;
  background-color: var(--color-secondary);
}
@media only screen and (max-width: 719px) {
  .c-column__item__btn a,
  .c-column__item__btn span {
    font-size: 10px;
  }
}
.c-column__item__btn__green {
  background-color: #053107;
  background-color: var(--color-green);
}
.c-column__item__btn__green:hover {
  color: #053107;
  color: var(--color-green);
}
.c-column__item__btn__blue {
  background-color: #0c2446;
  background-color: var(--color-blue);
}
.c-column__item__btn__blue:hover {
  color: #0c2446;
  color: var(--color-blue);
}

.sub__mv {
  background: #340c50;
  background: var(--color-competition-dark);
  width: 100%;
  height: 250px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media only screen and (max-width: 719px) {
  .sub__mv {
    height: 130px;
  }
}
.sub__mv__ttl {
  font-size: 27px;
  color: #f0ece3;
  color: var(--color-secondary);
  font-weight: 700;
}
@media only screen and (max-width: 719px) {
  .sub__mv__ttl {
    font-size: 23px;
  }
}
.sub__mv__txt {
  font-size: 14px;
  color: #f0ece3;
  color: var(--color-secondary);
  font-weight: 700;
  letter-spacing: 0.03em;
  margin-top: 10px;
}
@media only screen and (max-width: 719px) {
  .sub__mv__txt {
    font-size: 12px;
    margin-top: 5px;
  }
}

/* =======================================
	FOOTER
======================================= */
.l-footer {
  width: 100%;
  padding: 100px 0 64px;
  background-color: #150134;
  background-color: var(--color-primary);
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  border-top: none;
}
@media only screen and (max-width: 719px) {
  .l-footer {
    padding: 90px 0 60px;
  }
}
.l-footer__btns {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 30px;
}
@media only screen and (max-width: 719px) {
  .l-footer__btns {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 12px;
  }
}
.l-footer__btns__item {
  width: calc(50% - 15px);
  height: 158px;
}
@media only screen and (max-width: 719px) {
  .l-footer__btns__item {
    width: 100%;
    height: 84px;
  }
}
.l-footer__btns__item a {
  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;
  width: 100%;
  height: 100%;
  gap: 20px;
  text-align: center;
  color: #f0ece3;
  color: var(--color-secondary);
  border-radius: 30px;
  background-color: #340c50;
  background-color: var(--color-competition-dark);
}
@media only screen and (max-width: 719px) {
  .l-footer__btns__item a {
    gap: 12px;
    border-radius: 15px;
  }
}
.l-footer__btns__item__jp {
  font-size: 15px;
  font-weight: bold;
  line-height: 1;
  letter-spacing: 0.03em;
}
@media only screen and (max-width: 719px) {
  .l-footer__btns__item__jp {
    font-size: 12px;
  }
}
.l-footer__btns__item__en {
  font-family: "Inter", sans-serif;
  font-family: var(--font-en);
  font-weight: bold;
  font-size: 40px;
  line-height: 0.8;
  letter-spacing: 0.03em;
}
@media only screen and (max-width: 719px) {
  .l-footer__btns__item__en {
    font-size: 24px;
  }
}
a[target=_blank] .l-footer__btns__item__en::after {
  content: "";
  display: inline-block;
  width: 22px;
  aspect-ratio: 1;
  background: url("https://d2w53g1q050m78.cloudfront.net/davidacom/uploads/img/common/ico_external_link.svg") no-repeat center center;
  background-size: cover;
  margin-left: 8px;
  translate: 0 -1px;
}
@media only screen and (max-width: 719px) {
  a[target=_blank] .l-footer__btns__item__en::after {
    width: 17px;
    margin-left: 6px;
    translate: 0;
  }
}
.l-footer__inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-top: 60px;
  gap: 30px;
}
@media only screen and (max-width: 999px) {
  .l-footer__inner {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 36px;
  }
}
@media only screen and (max-width: 719px) {
  .l-footer__inner {
    margin-top: 45px;
  }
}
.l-footer__logo {
  width: 211px;
}
@media only screen and (max-width: 719px) {
  .l-footer__logo {
    width: 180px;
  }
}
.l-footer__navi {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 30px;
}
.l-footer__navi__item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 30px 50px;
}
@media only screen and (max-width: 999px) {
  .l-footer__navi__item {
    width: 100%;
    border-top: 1px solid rgba(255, 255, 255, 0.15);
    padding-top: 20px;
  }
}
@media only screen and (max-width: 719px) {
  .l-footer__navi__item {
    gap: 14px 0;
  }
  .l-footer__navi__item li {
    width: 50%;
  }
}
.l-footer__navi__item__ig {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media only screen and (max-width: 719px) {
  .l-footer__navi__item__ig {
    margin-top: 14px;
  }
}
.l-footer__navi__item a {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  color: #f0ece3;
  color: var(--color-secondary);
  font-family: "Inter", sans-serif;
  font-family: var(--font-en);
  font-weight: 500;
  font-size: 14px;
  line-height: 1;
  letter-spacing: 0.03em;
}
.l-footer__navi__item a.--recruit {
  color: #c38aff;
  color: var(--color-competition-light);
}
.l-footer__copy {
  -ms-flex-item-align: end;
      align-self: flex-end;
  color: #706b78;
  color: var(--color-gray);
  font-family: "Inter", sans-serif;
  font-family: var(--font-en);
  font-size: 13px;
  letter-spacing: 0.06em;
  font-weight: 500;
}
@media only screen and (max-width: 999px) {
  .l-footer__copy {
    -ms-flex-item-align: start;
        align-self: flex-start;
  }
}
@media only screen and (max-width: 719px) {
  .l-footer__copy {
    font-size: 11px;
  }
}

.text-split {
  overflow: hidden;
}
.text-split span {
  display: inline-block;
  min-width: 0.15em;
}

.block--1 .text-split span {
  -webkit-transform: translateY(100%);
          transform: translateY(100%);
}
.block--1 .is-active .text-split span {
  -webkit-transform: translateY(0);
          transform: translateY(0);
  -webkit-transition: -webkit-transform cubic-bezier(0.7, 0.2, 0.1, 1) 0.8s;
  transition: -webkit-transform cubic-bezier(0.7, 0.2, 0.1, 1) 0.8s;
  transition: transform cubic-bezier(0.7, 0.2, 0.1, 1) 0.8s;
  transition: transform cubic-bezier(0.7, 0.2, 0.1, 1) 0.8s, -webkit-transform cubic-bezier(0.7, 0.2, 0.1, 1) 0.8s;
}
.block--1 .is-active .text-split span:nth-child(1) {
  -webkit-transition-delay: 0s;
          transition-delay: 0s;
}
.block--1 .is-active .text-split span:nth-child(2) {
  -webkit-transition-delay: 0.04s;
          transition-delay: 0.04s;
}
.block--1 .is-active .text-split span:nth-child(3) {
  -webkit-transition-delay: 0.08s;
          transition-delay: 0.08s;
}
.block--1 .is-active .text-split span:nth-child(4) {
  -webkit-transition-delay: 0.12s;
          transition-delay: 0.12s;
}
.block--1 .is-active .text-split span:nth-child(5) {
  -webkit-transition-delay: 0.16s;
          transition-delay: 0.16s;
}
.block--1 .is-active .text-split span:nth-child(6) {
  -webkit-transition-delay: 0.2s;
          transition-delay: 0.2s;
}
.block--1 .is-active .text-split span:nth-child(7) {
  -webkit-transition-delay: 0.24s;
          transition-delay: 0.24s;
}
.block--1 .is-active .text-split span:nth-child(8) {
  -webkit-transition-delay: 0.28s;
          transition-delay: 0.28s;
}
.block--1 .is-active .text-split span:nth-child(9) {
  -webkit-transition-delay: 0.32s;
          transition-delay: 0.32s;
}
.block--1 .is-active .text-split span:nth-child(10) {
  -webkit-transition-delay: 0.36s;
          transition-delay: 0.36s;
}
.block--1 .is-active .text-split span:nth-child(11) {
  -webkit-transition-delay: 0.4s;
          transition-delay: 0.4s;
}
.block--1 .is-active .text-split span:nth-child(12) {
  -webkit-transition-delay: 0.44s;
          transition-delay: 0.44s;
}
.block--1 .is-active .text-split span:nth-child(13) {
  -webkit-transition-delay: 0.48s;
          transition-delay: 0.48s;
}

@-webkit-keyframes fadeInUp {
  0% {
    opacity: 0;
    -webkit-transform: translateY(20px);
            transform: translateY(20px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
}

@keyframes fadeInUp {
  0% {
    opacity: 0;
    -webkit-transform: translateY(20px);
            transform: translateY(20px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
}
@-webkit-keyframes slideInUp {
  0% {
    -webkit-transform: translateY(calc(100dvh + 160px));
            transform: translateY(calc(100dvh + 160px));
  }
  100% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
}
@keyframes slideInUp {
  0% {
    -webkit-transform: translateY(calc(100dvh + 160px));
            transform: translateY(calc(100dvh + 160px));
  }
  100% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
}
@-webkit-keyframes slideOutDown {
  0% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
  100% {
    -webkit-transform: translateY(calc(-100dvh - 160px));
            transform: translateY(calc(-100dvh - 160px));
  }
}
@keyframes slideOutDown {
  0% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
  100% {
    -webkit-transform: translateY(calc(-100dvh - 160px));
            transform: translateY(calc(-100dvh - 160px));
  }
}
@-webkit-keyframes slideInHeader {
  from {
    -webkit-transform: translateY(-100%);
            transform: translateY(-100%);
    opacity: 0;
  }
  to {
    -webkit-transform: translateY(0);
            transform: translateY(0);
    opacity: 1;
  }
}
@keyframes slideInHeader {
  from {
    -webkit-transform: translateY(-100%);
            transform: translateY(-100%);
    opacity: 0;
  }
  to {
    -webkit-transform: translateY(0);
            transform: translateY(0);
    opacity: 1;
  }
}
@-webkit-keyframes zoomOut {
  0% {
    -webkit-transform: scale(1.08);
            transform: scale(1.08);
  }
  100% {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
}
@keyframes zoomOut {
  0% {
    -webkit-transform: scale(1.08);
            transform: scale(1.08);
  }
  100% {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
}
@-webkit-keyframes lineOnce {
  0% {
    -webkit-transform: scaleX(0);
            transform: scaleX(0);
    -webkit-transform-origin: left top;
            transform-origin: left top;
  }
  50% {
    -webkit-transform: scaleX(1);
            transform: scaleX(1);
    -webkit-transform-origin: left top;
            transform-origin: left top;
  }
  51% {
    -webkit-transform: scaleX(1);
            transform: scaleX(1);
    -webkit-transform-origin: right top;
            transform-origin: right top;
  }
  100% {
    -webkit-transform: scaleX(0);
            transform: scaleX(0);
    -webkit-transform-origin: right top;
            transform-origin: right top;
  }
}
@keyframes lineOnce {
  0% {
    -webkit-transform: scaleX(0);
            transform: scaleX(0);
    -webkit-transform-origin: left top;
            transform-origin: left top;
  }
  50% {
    -webkit-transform: scaleX(1);
            transform: scaleX(1);
    -webkit-transform-origin: left top;
            transform-origin: left top;
  }
  51% {
    -webkit-transform: scaleX(1);
            transform: scaleX(1);
    -webkit-transform-origin: right top;
            transform-origin: right top;
  }
  100% {
    -webkit-transform: scaleX(0);
            transform: scaleX(0);
    -webkit-transform-origin: right top;
            transform-origin: right top;
  }
}