@charset "UTF-8";

/* Imports
===================================================== */
@font-face {
  font-family: "Helvetica Neue";
  src: url("../fonts/HelveticaNeue.otf") format("opentype");
  font-weight: normal;
}

@font-face {
  font-family: "GenInterfaceJP";
  src: url("../../assets/fonts/gen-interface-jp/GenInterfaceJP-Light.ttf") format("truetype");
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "GenInterfaceJP";
  src: url("../../assets/fonts/gen-interface-jp/GenInterfaceJP-Regular.ttf") format("truetype");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "GenInterfaceJP";
  src: url("../../assets/fonts/gen-interface-jp/GenInterfaceJP-Medium.ttf") format("truetype");
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "GenInterfaceJP";
  src: url("../../assets/fonts/gen-interface-jp/GenInterfaceJP-Bold.ttf") format("truetype");
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}

/* Colors
===================================================== */
/* Fontsize
===================================================== */
/* Layout
===================================================== */
/* Animation setting
===================================================== */
/* Helper / Don't Edit
===================================================== */
/* media query shortcode
   ========================================================================== */
/* transition
* ========================================================================== */
/* cover - object-fit set
* ========================================================================== */
/* Reset
   ========================================================================== */
html,
body,
div,
span,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
abbr,
address,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
samp,
small,
strong,
sub,
sup,
var,
b,
i,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section,
summary,
time,
mark,
audio,
video {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
  box-sizing: border-box;
}

html {
  font-size: 0.625vw;
  overflow-x: hidden;
}

@media screen and (max-width: 767px) {
  html {
    font-size: 2.6666666667vw;
  }
}

html body {
  word-wrap: break-word;
  -webkit-font-smoothing: subpixel-antialiased;
  -webkit-text-size-adjust: 100%;
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
}

ul {
  list-style: none;
}

blockquote,
q {
  quotes: none;
}

blockquote::before,
blockquote::after,
q::before,
q::after {
  content: "";
  content: none;
}

a {
  display: inline-block;
  margin: 0;
  padding: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
  box-sizing: border-box;
}

a:hover,
a:link {
  text-decoration: none;
}

/* change colours to suit your needs */
ins {
  text-decoration: none;
}

/* change colours to suit your needs */
mark {
  font-style: italic;
  font-weight: bold;
}

del {
  text-decoration: line-through;
}

abbr[title],
dfn[title] {
  border-bottom: 1px dotted;
  cursor: help;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

/* change border colour to suit your needs */
hr {
  display: block;
  height: 1px;
  border: 0;
  margin: 1em 0;
  padding: 0;
}

label {
  vertical-align: middle;
  margin: 0 10px 0 0;
}

input,
select,
textarea,
button {
  vertical-align: middle;
  box-sizing: border-box;
  outline: none;
  outline-style: none;
  border: 0;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  box-shadow: none;
  margin: 0;
  padding: 0;
}

:root {
  --base-text: "GenInterfaceJP", "Noto Sans JP", "Helvetica Neue", "Instrument Sans", "Inter", "Hiragino Kaku Gothic", 'Hiragino Sans', 'ヒラギノ角ゴシック', "Hiragino Kaku Gothic ProN", 'Hiragino Kaku Gothic Pro', YuGothic, 'Yu Gothic', 'メイリオ', Meiryo, 'ＭＳ Ｐゴシック', 'MS PGothic', sans-serif;
  --head-text: "GenInterfaceJP", "Instrument Sans", "Inter", "Noto Sans JP", "Helvetica Neue", "Hiragino Kaku Gothic", 'Hiragino Sans', 'ヒラギノ角ゴシック', "Hiragino Kaku Gothic ProN", 'Hiragino Kaku Gothic Pro', YuGothic, 'Yu Gothic', 'メイリオ', Meiryo, 'ＭＳ Ｐゴシック', 'MS PGothic', sans-serif;
  --font-helvetica: "Helvetica Neue", "Noto Sans JP", "Instrument Sans", "Inter", " Hiragino Kaku Gothic", 'Hiragino Sans', 'ヒラギノ角ゴシック', " Hiragino Kaku Gothic ProN", 'Hiragino Kaku Gothic Pro', YuGothic, 'Yu Gothic', 'メイリオ', Meiryo, 'ＭＳ Ｐゴシック', 'MS PGothic', sans-serif;
  --font-inter: "Inter", "Instrument Sans", "Noto Sans JP", "Helvetica Neue", " Hiragino Kaku Gothic", 'Hiragino Sans', 'ヒラギノ角ゴシック', " Hiragino Kaku Gothic ProN", 'Hiragino Kaku Gothic Pro', YuGothic, 'Yu Gothic', 'メイリオ', Meiryo, 'ＭＳ Ｐゴシック', 'MS PGothic', sans-serif;
  --container-padding: clamp(50px, 5.625vw, 90px);
  --letter-spacing: 0.03em;
  --line-height: 180%;
  --color-black: #232426;
  --color-purple: #080809;
  --color-orange: #F96353;
  --color-white-1: #FFFCF9;
}

@media (max-width: 1023px) {
  :root {
    --container-padding: 5rem;
  }
}

@media (max-width: 767px) {
  :root {
    --container-padding: 2rem;
  }
}

body {
  font-feature-settings: "palt";
}

.c-split {
  display: inline-block;
}

.c-split--block {
  display: block;
}

.c-loading {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 99;
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: opacity 1.5s cubic-bezier(0.215, 0.61, 0.355, 1), visibility 1.5s cubic-bezier(0.215, 0.61, 0.355, 1);
  background-color: var(--color-white-1);
}

.c-loading.is-loaded {
  opacity: 0;
  visibility: hidden;
}

.c-loading img {
  width: 19.8rem;
  -o-object-fit: cover;
  object-fit: cover;
}

h1,
h2,
h3,
h4,
h5 {
  font-feature-settings: "palt" 1;
}

a {
  outline: none;
}

img {
  max-width: 100%;
  width: auto;
  height: auto;
  vertical-align: middle;
}

svg path {
  transition: all 0.25s ease;
}

/* Basic Elements
===================================================== */
html {
  -webkit-font-smoothing: subpixel-antialiased;
  -webkit-text-size-adjust: 100%;
  visibility: visible;
  scroll-behavior: smooth;
}

html.wf-active,
html.loading-delay {
  visibility: visible;
}

body,
h1,
h2,
h3,
h4,
h5,
h6,
p,
li,
dd,
dt,
th,
td {
  letter-spacing: var(--letter-spacing);
  line-height: var(--line-height);
}

body {
  scroll-behavior: smooth;
  color: var(--color-black);
  font-family: var(--base-text);
  font-weight: 400;
  font-size: 1.4rem;
  background-color: var(--color-white-1);
}

@media (max-width: 767px) {
  body {
    min-width: 320px;
    font-size: 1.4rem;
  }
}

a[href^="tel:"] {
  pointer-events: none;
}

@media (max-width: 767px) {
  a[href^="tel:"] {
    pointer-events: unset;
  }
}

a {
  display: inline-block;
  color: var(--color-black);
  transition: all 0.25s ease;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: var(--head-text);
  font-weight: normal;
}

li {
  list-style: none;
}

.only-pc {
  display: block !important;
}

@media (max-width: 767px) {
  .only-pc {
    display: none !important;
  }
}

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

@media (max-width: 767px) {
  .only-sp {
    display: block !important;
  }
}

.u--bold {
  font-weight: bold;
}

.u--bg-purple {
  background-color: var(--color-purple);
}

.visually-hidden {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0;
}

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

.ff-head {
  font-family: var(--head-text);
}

.u-text--subdued {
  font-size: 1.4rem;
  opacity: 0.7;
}

.l-container {
  padding-inline: var(--container-padding);
  width: 100%;
}

.c-heading {
  font-family: var(--head-text);
  font-weight: 900;
  font-size: 5rem;
  letter-spacing: 0;
  line-height: 7rem;
}

@media (max-width: 767px) {
  .c-heading {
    font-size: 3rem;
    line-height: 130%;
  }
}

.page {
  opacity: 0;
}

/* Header
===================================================== */
.c-header {
  padding-top: 4.4rem;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 2;
}

@media (max-width: 767px) {
  .c-header {
    padding-top: 1.6rem;
  }
}

.c-header__container {
  position: relative;
  display: flex;
  justify-content: space-between;
  padding-right: 24.3rem;
}

@media (max-width: 767px) {
  .c-header__container {
    padding: 0;
  }
}

.c-header__container::before,
.c-header__container::after {
  position: absolute;
  content: "";
  top: 0;
  left: 0;
  height: 0.1rem;
}

@media (max-width: 767px) {

  .c-header__container::before,
  .c-header__container::after {
    display: none;
  }
}

.c-header__container::before {
  background-color: rgba(255, 255, 255, 0.3);
  width: calc(100% - 24.3rem);
}

.c-header__container::after {
  background-color: rgba(255, 255, 255, 0.3);
  width: calc(100% - 24.3rem);
}

.c-header__logo {
  margin-top: 2.3rem;
  transform: translateY(0.3em);
}

@media (max-width: 767px) {
  .c-header__logo {
    margin-top: 0;
  }
}

.c-header__logo img {
  width: 15.9rem;
}

@media (max-width: 767px) {
  .c-header__logo img {
    width: 10rem;
  }
}

.c-header__list {
  display: flex;
  flex-wrap: wrap;
}

@media (max-width: 767px) {
  .c-header__list {
    padding-bottom: 3.4rem;
  }
}

@media screen and (min-width: 768px) {
  .c-header .c-header__list {
    display: flex !important;
  }
}

.c-header__item {
  min-width: 20.12rem;
}

@media (max-width: 767px) {
  .c-header__item {
    min-width: 11.2rem;
  }
}

@media (max-width: 767px) {
  .c-header__item:last-child {
    min-width: 1px;
    flex: 1;
  }
}

.c-header__link {
  position: relative;
  display: flex;
  -moz-column-gap: 1.5rem;
  column-gap: 1.5rem;
  font-family: var(--head-text);
  color: rgba(255, 255, 255, 0.5);
  padding-block: 2.4rem;
}

@media (max-width: 767px) {
  .c-header__link {
    padding-block: 0.9rem;
  }
}

.c-header__link::before {
  position: absolute;
  content: "";
  width: 100%;
  height: 0.1rem;
  top: 0;
  left: 0;
  /* background-color: rgba(255, 255, 255, 0.5); */
  transition: background-color 0.3s ease;
  z-index: 1;
}

@media (max-width: 767px) {
  .c-header__link::before {
    top: -0.1rem;
  }
}

.c-header__link.is-active,
.c-header__link:hover {
  --color-white: #FFF;
  color: var(--color-white);
}

.c-header__link.is-active::before,
.c-header__link:hover::before {
  background-color: var(--color-white);
}

@media (max-width: 767px) {
  .c-header__link {
    -moz-column-gap: 0.6rem;
    column-gap: 0.6rem;
  }
}

.c-header__link-number {
  font-size: 1rem;
  transform: translateY(-0.4rem);
}

@media (max-width: 1299px) {
  .c-header__link-number {
    font-size: 1.5rem;
  }
}

@media (max-width: 767px) {
  .c-header__link-number {
    font-size: 0.9rem;
    transform: translateY(0);
  }
}

.c-header__link-name {
  font-size: 1.8rem;
  letter-spacing: -0.01em;
}

@media (max-width: 1299px) {
  .c-header__link-name {
    font-size: 2.2rem;
  }
}

@media (max-width: 767px) {
  .c-header__link-name {
    font-size: 1.3rem;
  }
}

.c-header__contact {
  position: fixed;
  z-index: 2;
  top: 4.4rem;
  right: var(--container-padding);
  background-color: #F96353;
  color: var(--color-white-1);
  text-align: center;
  font-size: 1.8rem;
  padding: 1.25rem 4.9rem;
  border-radius: 10rem;
  letter-spacing: -0.01em;
  transition: background-color 0.25s ease, color 0.25s ease;
  font-family: var(--font-inter);
}

@media (max-width: 1299px) {
  .c-header__contact {
    padding: 1.5rem 4rem 1.2rem;
    font-size: 2.2rem;
  }
}

@media (max-width: 767px) {
  .c-header__contact {
    top: 2rem;
    padding: 1rem 2.05rem;
    font-size: 1.2rem;
    line-height: 100%;
  }
}

/* Footer
===================================================== */
.c-footer__row {
  padding-block: 5rem 8rem;
  display: flex;
  align-items: center;
}

@media (max-width: 767px) {
  .c-footer__row {
    margin-top: 8rem;
    flex-direction: column;
    gap: 4rem;
  }
}

.c-footer__klaviyo {
  width: 25.7%;
}

@media (max-width: 767px) {
  .c-footer__klaviyo {
    width: auto;
  }
}

.c-footer__klaviyo img {
  width: 10.4rem;
}

.c-footer__r6b {
  font-size: 1.5rem;
  line-height: 90%;
  letter-spacing: -0.02em;
  transform: translateY(0.1rem);
  font-family: var(--font-inter);
}

@media (max-width: 1299px) {
  .c-footer__r6b {
    font-size: 1.8rem;
  }
}

@media (max-width: 767px) {
  .c-footer__r6b {
    font-size: 1.3rem;
  }
}

.c-footer__inc {
  flex: 1;
  display: flex;
  justify-content: flex-end;
}

.c-footer__inc img {
  width: 3.2rem;
}

/* Components
===================================================== */
/*# sourceMappingURL=common.css.map */