@charset "UTF-8";
/*! destyle.css v4.0.0 | MIT License | https://github.com/nicolas-cusan/destyle.css */
/* Reset box-model and set borders */
/* ============================================ */
*,
::before,
::after {
  box-sizing: border-box;
  border-style: solid;
  border-width: 0;
}

/* Document */
/* ============================================ */
/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 * 3. Remove gray overlay on links for iOS.
 */
html {
  line-height: 1.15; /* 1 */
  -webkit-text-size-adjust: 100%; /* 2 */
  -webkit-tap-highlight-color: transparent; /* 3*/
}

/* Sections */
/* ============================================ */
/**
 * Remove the margin in all browsers.
 */
body {
  margin: 0;
}

/**
 * Render the `main` element consistently in IE.
 */
main {
  display: block;
}

/* Vertical rhythm */
/* ============================================ */
p,
table,
blockquote,
address,
pre,
iframe,
form,
figure,
dl {
  margin: 0;
}

/* Headings */
/* ============================================ */
h1,
h2,
h3,
h4,
h5,
h6 {
  font-size: inherit;
  font-weight: inherit;
  margin: 0;
}

/* Lists (enumeration) */
/* ============================================ */
ul,
ol {
  margin: 0;
  padding: 0;
  list-style: none;
}

/* Lists (definition) */
/* ============================================ */
dt {
  font-weight: bold;
}

dd {
  margin-left: 0;
}

/* Grouping content */
/* ============================================ */
/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */
hr {
  box-sizing: content-box; /* 1 */
  height: 0; /* 1 */
  overflow: visible; /* 2 */
  border-top-width: 1px;
  margin: 0;
  clear: both;
  color: inherit;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
pre {
  font-family: monospace, monospace; /* 1 */
  font-size: inherit; /* 2 */
}

address {
  font-style: inherit;
}

/* Text-level semantics */
/* ============================================ */
/**
 * Remove the gray background on active links in IE 10.
 */
a {
  background-color: transparent;
  text-decoration: none;
  color: inherit;
}

/**
 * 1. Remove the bottom border in Chrome 57-
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */
abbr[title] {
  text-decoration: underline dotted; /* 2 */
}

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */
b,
strong {
  font-weight: bolder;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
code,
kbd,
samp {
  font-family: monospace, monospace; /* 1 */
  font-size: inherit; /* 2 */
}

/**
 * Add the correct font size in all browsers.
 */
small {
  font-size: 80%;
}

/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

/* Replaced content */
/* ============================================ */
/**
 * Prevent vertical alignment issues.
 */
svg,
img,
embed,
object,
iframe {
  vertical-align: bottom;
}

/* Forms */
/* ============================================ */
/**
 * Reset form fields to make them styleable.
 * 1. Make form elements stylable across systems iOS especially.
 * 2. Inherit text-transform from parent.
 */
button,
input,
optgroup,
select,
textarea {
  -webkit-appearance: none; /* 1 */
  appearance: none;
  vertical-align: middle;
  color: inherit;
  font: inherit;
  background: transparent;
  padding: 0;
  margin: 0;
  border-radius: 0;
  text-align: inherit;
  text-transform: inherit; /* 2 */
}

/**
 * Correct cursors for clickable elements.
 */
button,
[type=button],
[type=reset],
[type=submit] {
  cursor: pointer;
}

button:disabled,
[type=button]:disabled,
[type=reset]:disabled,
[type=submit]:disabled {
  cursor: default;
}

/**
 * Improve outlines for Firefox and unify style with input elements & buttons.
 */
:-moz-focusring {
  outline: auto;
}

select:disabled {
  opacity: inherit;
}

/**
 * Remove padding
 */
option {
  padding: 0;
}

/**
 * Reset to invisible
 */
fieldset {
  margin: 0;
  padding: 0;
  min-width: 0;
}

legend {
  padding: 0;
}

/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */
progress {
  vertical-align: baseline;
}

/**
 * Remove the default vertical scrollbar in IE 10+.
 */
textarea {
  overflow: auto;
}

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */
[type=number]::-webkit-inner-spin-button,
[type=number]::-webkit-outer-spin-button {
  height: auto;
}

/**
 * Correct the outline style in Safari.
 */
[type=search] {
  outline-offset: -2px; /* 1 */
}

/**
 * Remove the inner padding in Chrome and Safari on macOS.
 */
[type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
}

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Fix font inheritance.
 */
::-webkit-file-upload-button {
  -webkit-appearance: button; /* 1 */
  font: inherit; /* 2 */
}

/**
 * Fix appearance for Firefox
 */
[type=number] {
  -moz-appearance: textfield;
}

/**
 * Clickable labels
 */
label[for] {
  cursor: pointer;
}

/* Interactive */
/* ============================================ */
/*
 * Add the correct display in Edge, IE 10+, and Firefox.
 */
details {
  display: block;
}

/*
 * Add the correct display in all browsers.
 */
summary {
  display: list-item;
}

/*
 * Remove outline for editable content.
 */
[contenteditable]:focus {
  outline: auto;
}

/* Tables */
/* ============================================ */
/**
1. Correct table border color inheritance in all Chrome and Safari.
*/
table {
  border-color: inherit; /* 1 */
  border-collapse: collapse;
}

caption {
  text-align: left;
}

td,
th {
  vertical-align: top;
  padding: 0;
}

th {
  text-align: left;
  font-weight: bold;
}

/*  ============================
common
================================*/
*,
*::before,
*::after {
  box-sizing: border-box;
}

html {
  font-size: 62.5%;
  scroll-behavior: smooth;
  scroll-padding-top: 70px;
}

body {
  font-family: "Noto Sans JP", Arial, sans-serif;
  font-size: 16px;
  font-style: normal;
  color: #333132;
  font-weight: 400;
  line-height: 2.1;
  letter-spacing: 0.04em;
}
@media (max-width: 767px) {
  body {
    font-family: "Noto Sans JP";
    font-size: 16px;
    line-height: 1.8;
    letter-spacing: 0.1em;
  }
}

img {
  max-width: 100%;
  height: auto;
  display: block;
}

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

ul {
  list-style: none;
}

body,
h1,
h2,
h3,
p,
ul,
li {
  margin: 0;
  padding: 0;
}

.section-heading {
  font-family: "Noto Serif JP", serif;
  color: #7D777A;
  font-style: normal;
  font-weight: 700;
  letter-spacing: 0.07em;
  line-height: 2;
}

.section-title {
  text-align: center;
  font-size: 32px;
}
@media (max-width: 767px) {
  .section-title {
    font-family: "Noto Serif JP";
    font-size: 22px;
    font-weight: 700;
    line-height: 1.5;
    letter-spacing: 0.1em;
    margin-bottom: 16px;
  }
}

.section-subtitle {
  font-size: 20px;
  text-align: center;
}
@media (max-width: 767px) {
  .section-subtitle {
    font-family: "Noto Sans JP";
    font-size: 18px;
    font-weight: 500;
    line-height: 1.5;
    letter-spacing: 0.08em;
  }
}

.btn-outline {
  border: 1px solid #333132;
  background: #FFF;
  display: inline-flex;
  height: 44px;
  padding: 12px 40px 12px 32px;
  align-items: center;
  gap: 8px;
  transition: all 0.3s;
}

.btn-outline:hover {
  opacity: 0.7;
}

.sp-text {
  font-size: 16px;
  line-height: 1.8;
  font-weight: 400;
  line-height: 1.8;
  letter-spacing: 0.1em;
}

.sp_big_message {
  font-family: "Noto Serif JP";
  font-size: 24px;
  font-weight: 500;
  line-height: 1.5;
  letter-spacing: 0.1em;
}

@media (max-width: 767px) {
  .main {
    padding-top: 122px;
  }
}
/* Slider */
.slick-slider {
  position: relative;
  display: block;
  box-sizing: border-box;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -ms-touch-action: pan-y;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent;
}

.slick-list {
  position: relative;
  overflow: hidden;
  display: block;
  margin: 0;
  padding: 0;
}
.slick-list:focus {
  outline: none;
}
.slick-list.dragging {
  cursor: pointer;
  cursor: hand;
}

.slick-slider .slick-track,
.slick-slider .slick-list {
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  -o-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}

.slick-track {
  position: relative;
  left: 0;
  top: 0;
  display: block;
  margin-left: auto;
  margin-right: auto;
}
.slick-track:before, .slick-track:after {
  content: "";
  display: table;
}
.slick-track:after {
  clear: both;
}
.slick-loading .slick-track {
  visibility: hidden;
}

.slick-slide {
  float: left;
  height: 100%;
  min-height: 1px;
}
[dir=rtl] .slick-slide {
  float: right;
}
.slick-slide img {
  display: block;
  width: 100%;
}
.slick-slide.slick-loading img {
  display: none;
}
.slick-slide {
  display: none;
}
.slick-slide.dragging img {
  pointer-events: none;
}
.slick-initialized .slick-slide {
  display: block;
}
.slick-loading .slick-slide {
  visibility: hidden;
}
.slick-vertical .slick-slide {
  display: block;
  height: auto;
  border: 1px solid transparent;
}

.slick-arrow.slick-hidden {
  display: none;
}

/* Slider */
.slick-loading .slick-list {
  background: #fff url("./ajax-loader.gif") center center no-repeat;
}

/* Icons */
@font-face {
  font-family: "slick";
  src: url("./fonts/slick.eot");
  src: url("./fonts/slick.eot?#iefix") format("embedded-opentype"), url("./fonts/slick.woff") format("woff"), url("./fonts/slick.ttf") format("truetype"), url("./fonts/slick.svg#slick") format("svg");
  font-weight: normal;
  font-style: normal;
}
/* Arrows */
.slick-prev,
.slick-next {
  position: absolute;
  display: block;
  height: 20px;
  width: 20px;
  line-height: 0px;
  font-size: 0px;
  cursor: pointer;
  background: transparent;
  color: transparent;
  top: 50%;
  -webkit-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  transform: translate(0, -50%);
  padding: 0;
  border: none;
  outline: none;
}
.slick-prev:hover, .slick-prev:focus,
.slick-next:hover,
.slick-next:focus {
  outline: none;
  background: transparent;
  color: transparent;
}
.slick-prev:hover:before, .slick-prev:focus:before,
.slick-next:hover:before,
.slick-next:focus:before {
  opacity: 1;
}
.slick-prev.slick-disabled:before,
.slick-next.slick-disabled:before {
  opacity: 0.25;
}
.slick-prev:before,
.slick-next:before {
  font-family: "slick";
  font-size: 20px;
  line-height: 1;
  color: white;
  opacity: 0.75;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.slick-prev {
  left: -25px;
}
[dir=rtl] .slick-prev {
  left: auto;
  right: -25px;
}
.slick-prev:before {
  content: "←";
}
[dir=rtl] .slick-prev:before {
  content: "→";
}

.slick-next {
  right: -25px;
}
[dir=rtl] .slick-next {
  left: -25px;
  right: auto;
}
.slick-next:before {
  content: "→";
}
[dir=rtl] .slick-next:before {
  content: "←";
}

/* Dots */
.slick-dotted.slick-slider {
  margin-bottom: 30px;
}

.slick-dots {
  position: absolute;
  bottom: -25px;
  list-style: none;
  display: block;
  text-align: center;
  padding: 0;
  margin: 0;
  width: 100%;
}
.slick-dots li {
  position: relative;
  display: inline-block;
  height: 12px;
  width: 12px;
  margin: 0 5px;
  padding: 0;
  cursor: pointer;
}
.slick-dots li button {
  border: 0;
  background: transparent;
  display: block;
  height: 12px;
  width: 12px;
  outline: none;
  line-height: 0px;
  font-size: 0px;
  color: transparent;
  padding: 5px;
  cursor: pointer;
}
.slick-dots li button:hover, .slick-dots li button:focus {
  outline: none;
}
.slick-dots li button:hover:before, .slick-dots li button:focus:before {
  opacity: 1;
}
.slick-dots li button:before {
  position: absolute;
  top: 0;
  left: 0;
  content: "•";
  width: 12px;
  height: 12px;
  font-family: "slick";
  font-size: 6px;
  line-height: 12px;
  text-align: center;
  color: black;
  opacity: 0.25;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.slick-dots li.slick-active button:before {
  color: black;
  opacity: 0.75;
}

/* =========================
   header
========================= */
.header {
  width: 100%;
  height: 72px;
  padding: 10px;
  justify-content: center;
  align-items: center;
  gap: 10px;
  position: fixed;
  top: 0;
  left: 0;
  background: #F5F5F5;
  z-index: 1000;
}
@media (max-width: 1080px) {
  .header {
    height: 80px;
    justify-content: space-between;
  }
}

.header-inner {
  max-width: 1180px;
  height: 100%;
  margin: 0 auto;
  padding: 0 20px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.header-logo img {
  width: 77px;
  height: auto;
  display: block;
}

.header-nav {
  display: flex;
  gap: 80px;
}
@media (max-width: 1080px) {
  .header-nav {
    display: none;
    position: fixed;
    top: 0;
    width: 100%;
    left: 0;
    bottom: 0;
    padding: 110px 20px 40px;
    background-color: #EFEFEF;
    flex-direction: column;
    gap: 40px;
    align-items: flex-start;
    z-index: 5;
  }
}

.header-nav__close {
  display: none;
}
@media (max-width: 1080px) {
  .header-nav__close {
    display: block;
    position: absolute;
    top: 36px;
    left: 32px;
    width: 21px;
    height: 15px;
  }
}
.header-nav__close:before {
  content: "";
  position: absolute;
  height: 1px;
  width: 28px;
  background-color: #000;
  inset: 0;
  margin: auto;
  z-index: 1;
  transform: rotate(-45deg);
}
.header-nav__close:after {
  content: "";
  position: absolute;
  height: 1px;
  width: 28px;
  background-color: #000;
  inset: 0;
  margin: auto;
  z-index: 1;
  transform: rotate(45deg);
}

.header-nav-list {
  display: flex;
  /* padding: 0 38px; */
  align-items: center;
  gap: 40px;
}
@media (max-width: 1080px) {
  .header-nav-list {
    flex-direction: column;
    align-items: flex-start;
  }
}

.header-nav-list a {
  display: block;
  padding: 10px 0;
  font-family: "Noto Serif JP", serif;
  font-size: 16px;
  font-style: normal;
  font-weight: 600;
  line-height: 1.1;
  letter-spacing: 0.15em;
  transition: opacity 0.3s;
}
@media (max-width: 1080px) {
  .header-nav-list a {
    padding: 0;
  }
}

.header-nav-list a:hover {
  opacity: 0.6;
}

.header-sns {
  display: flex;
  align-items: center;
  gap: 36px;
}
@media (max-width: 1080px) {
  .header-sns {
    gap: 24px;
    margin-top: 40px;
  }
}

.header-instagram {
  width: 35px;
  height: 35px;
  display: block;
}
@media (max-width: 1080px) {
  .header-instagram {
    width: 32px;
    height: 32px;
  }
}

.header-tiktok {
  width: 28px;
  height: 28px;
  display: block;
}
@media (max-width: 1080px) {
  .header-tiktok {
    width: 27px;
    height: 27px;
  }
}

.btn-header {
  display: flex;
  height: 44px;
  align-items: center;
  gap: 8px;
}
@media (max-width: 1080px) {
  .btn-header {
    display: none;
  }
}

.btn-header img {
  width: 20px;
}

.btn-text {
  text-align: center;
  font-family: "Noto Serif JP";
  font-size: 15px;
  font-weight: 500;
  letter-spacing: 0.2em;
}

.header-sns a {
  transition: opacity 0.3s;
}

.header-sns a:hover {
  opacity: 0.6;
}

.big-message {
  font-family: "Noto Serif JP";
  font-size: 30px;
  font-style: normal;
  font-weight: 500;
  line-height: 1.5;
  letter-spacing: 0.1em;
}
@media (max-width: 767px) {
  .big-message {
    font-size: 24px;
    letter-spacing: 0.075em;
  }
}

.hamburger {
  display: none;
}
@media (max-width: 1080px) {
  .hamburger {
    display: block;
    width: 21px;
    height: 15px;
    position: relative;
  }
}
.hamburger span {
  background-color: #000;
  position: absolute;
  inset: 0;
  margin: auto;
  height: 1px;
  width: 100%;
  z-index: 1;
}
.hamburger span:first-of-type {
  bottom: auto;
}
.hamburger span:last-of-type {
  top: auto;
}

/* =========================
   footer
========================= */
.footer {
  background: #EFEFEF;
  padding: 59px 20px 59px;
}

.footer-inner {
  max-width: 1180px;
  margin: 0 auto;
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
}

.footer-logo img {
  width: 120px;
  height: auto;
}

.footer-all-content {
  flex: 1;
  padding-top: 20px;
}

.footer-txt-content {
  display: flex;
  justify-content: flex-end;
  gap: 40px;
}

.footer-heading {
  font-family: "Noto Serif JP", serif;
  font-size: 1.6rem;
  margin-bottom: 16px;
  font-weight: 600;
  line-height: 1.1;
  letter-spacing: 0.15em;
}

.footer-address-txt,
.footer-contact-txt {
  line-height: 1.8;
  letter-spacing: 0.64px;
  font-size: 1.5rem;
  margin-bottom: 16px;
}

.footer-contact .btn-outline {
  align-items: center;
  gap: 8px;
  margin-bottom: 12px;
}

.footer-btn {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}

.footer-info ul li {
  margin-bottom: 10px;
}

.copyright {
  max-width: 1280px;
  margin: 40px auto 0;
  text-align: left;
  padding: 0 20px;
  font-size: 1.2rem;
  margin-top: 40px;
  color: #7D777A;
}

@media (max-width: 1024px) {
  .footer {
    padding: 48px 20px;
  }
  .footer-logo {
    display: none;
  }
  .footer-txt-content {
    display: flex;
    flex-direction: column;
    gap: 32px;
  }
  .footer-heading {
    font-size: 16px;
    font-weight: 600;
    line-height: 1.1;
    margin-bottom: 24px;
    letter-spacing: 0.15em;
  }
  .footer-address-txt p,
  .footer-contact-txt {
    line-height: 1.8;
    margin-bottom: 16px;
  }
  .footer-contact .btn-outline {
    white-space: nowrap;
  }
  .copyright {
    padding-left: 0;
    margin-top: 40px;
    text-align: center;
    font-size: 14px;
    font-family: "Noto Serif JP";
    font-weight: 400;
    letter-spacing: 0.05em;
  }
}
/* =========================
   fv
========================= */
.fv {
  margin-top: 153px;
}
@media (max-width: 767px) {
  .fv {
    margin-top: 80px;
  }
}

.fv-inner {
  max-width: 1180px;
  margin: 0 auto;
  position: relative;
}

.fv-text {
  position: absolute;
  right: 0;
  bottom: 120px;
  z-index: 1;
  color: #4A565D;
  font-family: "Noto Serif JP", serif;
  font-size: 36px;
  font-style: normal;
  font-weight: 600;
  line-height: 1.5;
  letter-spacing: 0.06em;
}
@media (max-width: 767px) {
  .fv-text {
    position: initial;
    font-size: 20px;
    text-align: center;
    margin-top: 34px;
  }
}

/* =========================
   Concept
========================= */
.concept {
  padding: 64px 24px;
  text-align: center;
}
@media (max-width: 767px) {
  .concept {
    padding: 32px 20px 72px;
  }
}

.concept-designing_your_life {
  max-width: 400px;
  margin: 0 auto 64px;
}
@media (max-width: 767px) {
  .concept-designing_your_life {
    margin-bottom: 32px;
  }
}

.concept-sub {
  font-size: 1.8rem;
  font-weight: 500;
  margin-bottom: 16px;
}

.big-message-concept {
  margin-bottom: 36px;
}

/* =========================
   About
========================= */
.about-title,
.support-title {
  text-align: left;
}

.about {
  display: flex;
  align-items: center;
  padding: 0 20px;
}

.about-inner {
  display: flex;
  padding: 80px 0;
  align-items: flex-start;
  gap: 32px;
  max-width: 1090px;
  margin: 0 auto;
}
@media (max-width: 1024px) {
  .about-inner {
    padding: 0 0 48px;
    align-items: center;
    flex-direction: column-reverse;
  }
}

.about-text {
  display: flex;
  max-width: 529px;
  flex-direction: column;
  align-items: flex-start;
  gap: 36px;
}

.about-message {
  font-family: "Noto Serif JP";
  font-size: 32px;
  font-style: normal;
  font-weight: 600;
  line-height: 1.3;
  letter-spacing: 0.1em;
}

/* =========================
   message
========================= */
.message {
  background-color: #F8F5F5;
  padding: 80px 20px;
  align-items: center;
  text-align: center;
}
@media (max-width: 767px) {
  .message {
    padding: 48px 20px;
  }
}

.message-inner {
  max-width: 1180px;
  margin: 0 auto;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 36px;
}

.section-heading-message {
  align-items: center;
  text-align: center;
}

.message-txt {
  font-family: "Noto Serif JP";
  font-weight: 600;
}

.message-ten {
  max-width: 2px;
  margin: 0 auto 0;
}

.message-logo {
  max-width: 159px;
  margin: -24px auto;
  display: block;
}

.message-logo:hover {
  animation: logoHover 0.6s ease-in-out infinite;
}

@keyframes logoHover {
  0% {
    transform: rotate(0);
  }
  50% {
    transform: rotate(7deg);
  }
  100% {
    transform: rotate(0);
  }
}
/* =========================
   line up
========================= */
.lineup {
  margin: 80px auto;
  display: flex;
  flex-direction: column;
  align-items: center;
}
@media (max-width: 767px) {
  .lineup {
    margin: 48px 20px 0 20px;
  }
}

.lineup-inner {
  display: flex;
  flex-direction: column;
  align-items: center;
}

.lineup-heading {
  align-items: center;
  text-align: center;
  margin-bottom: 32px;
}
.lineup-items {
  display: flex;
  justify-content: center;
  gap: 109px;
  margin-bottom: 32px;
}
@media (max-width: 767px) {
  .lineup-items {
    display: flex;
    flex-direction: column;
    gap: 32px;
  }
}

.lineup-card-inner {
  display: flex;
  flex-direction: column;
}

.lineup-card-image {
  margin-bottom: 8px;
}

.lineup-card-title {
  font-weight: 500;
}

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

/* =========================
   style gallery
========================= */
.style_gallery-inner {
  margin: 80px auto;
  max-width: 1260px;
}
@media (max-width: 767px) {
  .style_gallery-inner {
    margin: 48px 0;
  }
}

.style_gallery-heading {
  margin-bottom: 36px;
}

.gallery-item .slick-track {
  display: flex;
  align-items: center;
}

.gallery-list {
  padding: 0 20px;
}

.slick-dots li button::before {
  content: "";
  width: 12px;
  height: 12px;
  background: #D9D9D9;
  border-radius: 50%;
  display: block;
  margin: auto;
  opacity: 1;
}

.slick-dots li.slick-active button::before {
  background: #978B8B;
}

.gallery-item {
  position: relative;
}
.gallery-item::before, .gallery-item::after {
  content: "";
  position: absolute;
  top: 0;
  width: 80px;
  height: 100%;
  z-index: 2;
  pointer-events: none;
}
.gallery-item::before {
  left: 0;
  background: linear-gradient(to right, #fff, transparent);
}
.gallery-item::after {
  right: 0;
  background: linear-gradient(to left, #fff, transparent);
}

.slick-loading .slick-list {
  background: #fff url("./../images/ajax-loader.gif") center center no-repeat;
}

/* Icons */
@font-face {
  font-family: "slick";
  src: url("../fonts/slick.woff") format("woff"), url("../fonts/slick.ttf") format("truetype");
}
/* =========================
support
========================= */
.support-inner {
  padding: 80px 20px;
  display: flex;
  align-items: center;
  margin: 0 auto 48px;
  gap: 64px;
  max-width: 1017px;
}
@media (max-width: 767px) {
  .support-inner {
    flex-direction: column;
    gap: 24px;
    align-items: flex-start;
  }
}

@media (max-width: 767px) {
  .support-image {
    order: 1;
  }
}

.support-content {
  display: flex;
  flex-direction: row;
  flex-direction: column;
  align-items: flex-start;
  gap: 36px;
}
@media (max-width: 767px) {
  .support-content {
    gap: 24px;
    display: contents;
  }
}

@media (max-width: 767px) {
  .support-heading {
    order: 0;
  }
}

@media (max-width: 767px) {
  .support-description {
    order: 2;
  }
}

@media (max-width: 767px) {
  .support .btn-outline {
    width: auto;
    max-width: none;
    justify-content: center;
    order: 3;
    margin-top: 12px;
  }
}

/* =========================
information 
========================= */
.information {
  background-color: #EFECEC;
  padding: 80px 20px;
}
@media (max-width: 767px) {
  .information {
    padding: 62px 20px;
  }
}

.information-inner {
  display: flex;
  align-items: flex-start;
  max-width: 1180px;
  margin: 0 auto;
  gap: 64px;
}
@media (max-width: 767px) {
  .information-inner {
    gap: 24px;
    flex-direction: column;
    align-items: center;
  }
}

@media (max-width: 767px) {
  .information-inner .section-heading {
    align-items: center;
    text-align: center;
  }
}

.information-list {
  display: flex;
  align-items: center;
  padding-top: 16px;
}
@media (max-width: 767px) {
  .information-list {
    display: flex;
    flex-direction: row;
  }
}

.information-item {
  display: flex;
  gap: 32px;
  align-items: center;
}
@media (max-width: 767px) {
  .information-item {
    display: flex;
    flex-direction: column;
    gap: 8px;
    align-items: flex-start;
  }
}

.information-date {
  font-weight: 500;
}
@media (max-width: 767px) {
  .information-date {
    font-size: 16px;
    line-height: 1.5;
  }
}

@media (max-width: 767px) {
  .information-text {
    font-size: 16px;
    line-height: 1.8;
  }
}

/* =========================
   About　 
========================= */
.section-page-heading {
  margin: 132px auto 0;
}
@media (max-width: 767px) {
  .section-page-heading {
    margin: 40px auto 64px;
  }
}

.page-header {
  color: #7D777A;
  display: flex;
  margin: 80px auto;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  font-family: "Noto Serif JP";
  font-weight: 700;
}
@media (max-width: 767px) {
  .page-header {
    gap: 16px;
    margin: 64px auto;
  }
}

@media (max-width: 767px) {
  .about-header {
    margin-top: 104px;
  }
}

.about-pic {
  width: 100%;
}

.page-title {
  font-size: 40px;
  line-height: 2.5;
  letter-spacing: 0.08em;
  font-family: "Noto Serif JP";
}
@media (max-width: 767px) {
  .page-title {
    font-size: 26px;
    line-height: 1.5;
    letter-spacing: 0.1em;
  }
}

.page-subtitle {
  font-size: 20px;
  font-style: normal;
  line-height: 2;
  letter-spacing: 0.08em;
  text-align: center;
}
@media (max-width: 767px) {
  .page-subtitle {
    font-family: "Noto Sans JP";
    font-size: 18px;
    font-weight: 500;
    line-height: 1.5;
    letter-spacing: 0.07em;
  }
}

.about-section-subheading {
  color: #7D777A;
  font-family: "Noto Serif JP";
  font-size: 32px;
  font-style: normal;
  font-weight: 600;
  line-height: 1;
  letter-spacing: 0.08em;
}
@media (max-width: 767px) {
  .about-section-subheading {
    font-size: 22px;
    font-weight: 700;
    line-height: 1.5;
    letter-spacing: 0, 1em;
  }
}

.about-block {
  display: flex;
  max-width: 1094px;
  margin: 160px auto;
  align-items: flex-start;
  text-align: center;
}
@media (max-width: 767px) {
  .about-block {
    margin: 64px auto;
  }
}

.about-about-inner {
  display: flex;
  justify-content: center;
  margin: 0 auto;
  max-width: 1094px;
  gap: 118px;
}
@media (max-width: 767px) {
  .about-about-inner {
    display: flex;
    flex-direction: column;
    gap: 40px;
  }
}

/* concept */
.about-concept-text_box {
  display: flex;
  max-width: 492px;
  flex-direction: column;
  align-items: flex-start;
  gap: 36px;
  text-align: start;
}
@media (max-width: 767px) {
  .about-concept-text_box {
    gap: 24px;
    padding: 0 20px;
  }
}

.about-concept-pic1 {
  display: block;
}
.about-concept-pic2 {
  display: none;
}
@media (max-width: 767px) {
  .about-concept-pic1 {
    display: none;
  }
  .about-concept-pic2 {
    display: block;
  }
}

/* brand story */
.brand_story_inner {
  display: flex;
  gap: 118px;
}
@media (max-width: 767px) {
  .brand_story_inner {
    flex-direction: column-reverse;
    gap: 40px;
  }
}

.about-brand_story-text_box {
  max-width: 492px;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  text-align: start;
}
@media (max-width: 767px) {
  .about-brand_story-text_box {
    margin: 0 20px;
  }
}

.subheading-brand-story {
  margin-bottom: 36px;
}

.brand_story-message {
  margin-bottom: 36px;
}

.brand_story-inner-text1 {
  margin-bottom: 16px;
}

.brand_story-inner-text2 {
  font-size: 20px;
  line-height: 2.1;
  letter-spacing: 0.04em;
  margin-bottom: 16px;
}

.brand_story-inner-text3 {
  margin-bottom: 36px;
}

.brand_story-txt-name {
  font-family: "Zen Kurenaido", sans-serif;
  font-size: 24px;
  font-weight: 400;
  line-height: 2.1;
  letter-spacing: 0.04em;
}

/* our vision */
.our_vision_inner {
  display: flex;
  gap: 88px;
}
@media (max-width: 767px) {
  .our_vision_inner {
    gap: 40px;
  }
}

/* =========================
   our team 
========================= */
.team {
  padding: 80px 0 120px;
  background: #F8F5F5;
}
@media (max-width: 767px) {
  .team {
    padding: 8px 0 64px;
  }
}

.team-header {
  padding-top: 0;
}

.team-inner {
  max-width: 1280px;
  margin: 0 auto;
  padding: 0 20px;
}

.team-list {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  column-gap: 80px;
  row-gap: 64px;
  max-width: 760px;
  margin: 88px auto;
}
@media (max-width: 767px) {
  .team-list {
    column-gap: 24px;
    row-gap: 40px;
    margin: 40px auto;
  }
}

.team-item {
  max-width: 200px;
  text-align: center;
}
@media (max-width: 767px) {
  .team-item {
    width: calc((100% - 24px) / 2);
    text-align: center;
  }
}

.team-item img {
  display: block;
  width: 100%;
  aspect-ratio: 1/1;
  margin: 0 auto;
  border-radius: 50%;
  object-fit: cover;
}

.team-role {
  margin-top: 11px;
  font-weight: 500;
  line-height: 1.8;
}
@media (max-width: 767px) {
  .team-role {
    font-size: 15px;
    line-height: 1.5;
  }
}

@media (max-width: 767px) {
  .team-name {
    font-size: 15px;
  }
}

.our_team-description {
  display: flex;
  text-align: center;
  justify-content: center;
}

@media (max-width: 767px) {
  .team-item:first-child {
    margin: 0 calc((100% - 12px) / 4);
    width: calc((100% - 24px) / 2);
  }
}

/* =========================
   support
========================= */
@media (max-width: 767px) {
  .support-header {
    margin-top: 104px;
  }
}

.support-heading1 {
  margin-bottom: 80px;
}
@media (max-width: 767px) {
  .support-heading1 {
    margin-bottom: 36px;
  }
}

.support-heading2 {
  margin-bottom: 36px;
}

.support-box {
  padding: 80px 0 0;
}
@media (max-width: 767px) {
  .support-box {
    padding: 48px 0;
  }
}

.support-flow {
  overflow: scroll;
  padding: 0 20px;
  margin-bottom: 80px;
}
.support-flow ul {
  display: flex;
  gap: 48px;
  max-width: 1144px;
  min-width: 1144px;
  margin: 0 auto;
}
@media (max-width: 767px) {
  .support-flow ul {
    max-width: 1096px;
    min-width: 1096px;
    gap: 32px;
  }
}
.support-flow li {
  width: calc((100% - 144px) / 4);
  position: relative;
}
@media (max-width: 767px) {
  .support-flow li {
    width: calc((100% - 96px) / 4);
  }
}
.support-flow a {
  font-size: 16px;
  position: absolute;
  left: 20px;
  bottom: 20px;
  z-index: 1;
  display: block;
  width: fit-content;
  border-bottom: 1px solid #000;
  padding-bottom: 4px;
  padding-right: 20px;
}
.support-flow a:after {
  content: "";
  position: absolute;
  width: 8px;
  height: 8px;
  border-left: 1px solid #000;
  border-bottom: 1px solid #000;
  top: 0;
  bottom: 3px;
  margin: auto;
  z-index: 1;
  right: 0;
  transform: rotate(-135deg);
}

.support-box-how_to {
  background-color: #F7F7F7;
  display: flex;
  padding: 80px 20px;
}

.care-box {
  background-color: #F7F7F7;
  padding: 80px 20px;
}
@media (max-width: 767px) {
  .care-box {
    padding: 48px 20px;
  }
}

.howto-inner {
  display: flex;
  align-items: center;
  gap: 80px;
  max-width: 1080px;
  margin: 0 auto;
}
@media (max-width: 1024px) {
  .howto-inner {
    flex-direction: column;
    gap: 32px;
  }
}

.support-heading2 {
  margin-bottom: 32px;
}

.use-title,
.use-subtitle {
  text-align: left;
}

.howto-message {
  margin-bottom: 24px;
}

.support-care {
  overflow: scroll;
}
.support-care ul {
  display: flex;
  gap: 48px;
  max-width: 1144px;
  min-width: 1144px;
  margin: 0 auto;
}
@media (max-width: 767px) {
  .support-care ul {
    max-width: 1096px;
    min-width: 1096px;
    gap: 32px;
  }
}
.support-care li {
  width: calc((100% - 144px) / 4);
  position: relative;
}
@media (max-width: 767px) {
  .support-care li {
    width: calc((100% - 96px) / 4);
  }
}
.support-care a {
  font-size: 16px;
  position: absolute;
  left: 20px;
  bottom: 20px;
  z-index: 1;
  display: block;
  width: fit-content;
  border-bottom: 1px solid #000;
  padding-bottom: 4px;
  padding-right: 20px;
}
.support-care a:after {
  content: "";
  position: absolute;
  width: 8px;
  height: 8px;
  border-left: 1px solid #000;
  border-bottom: 1px solid #000;
  top: 0;
  bottom: 3px;
  margin: auto;
  z-index: 1;
  right: 0;
  transform: rotate(-135deg);
}

/* =========================
   Q&A
========================= */
.qa-list {
  margin-top: 80px;
  max-width: 1180px;
  margin: 0 auto;
}

.qa-item + .qa-item {
  margin-top: 36px;
}

.qa-question,
.qa-answer {
  display: grid;
  grid-template-columns: 72px 1fr;
  column-gap: 24px;
  align-items: start;
}

.qa-question {
  background: #F7F7F7;
  padding: 16px 32px;
}

.qa-answer {
  padding: 24px 32px 0;
}

.qa-label {
  font-family: "Noto Serif JP", serif;
  font-size: 24px;
  line-height: 1.2;
}

.qa-text p {
  margin: 0;
}

.qa-text-1 {
  font-weight: 500;
}

/* SP */
@media (max-width: 767px) {
  .qa-list {
    margin-top: 40px;
  }
  .qa-item + .qa-item {
    margin-top: 32px;
  }
  .qa-question,
  .qa-answer {
    grid-template-columns: 28px 1fr;
    column-gap: 24px;
  }
  .qa-question {
    padding: 14px 18px;
  }
  .qa-answer {
    padding: 18px 18px 0;
  }
  .qa-label {
    font-size: 22px;
    line-height: 1.2;
  }
  .qa-text {
    font-size: 16px;
    line-height: 1.9;
  }
}
/* =========================
   salon
========================= */
.salon-inner {
  display: flex;
  gap: 80px;
  max-width: 1080px;
  margin: 0 auto;
  padding: 0 20px;
  margin-bottom: 80px;
}
@media (max-width: 767px) {
  .salon-inner {
    margin-bottom: 48px;
  }
}

/* SP */
@media (max-width: 1024px) {
  .salon-inner {
    flex-direction: column;
    gap: 32px;
  }
  .salon-text {
    font-size: 16px;
    line-height: 1.9;
  }
}
/* =========================
   contact
========================= */
.qa-box {
  text-align: center;
  background-color: #EFECEC;
  padding: 80px 20px;
}
@media (max-width: 767px) {
  .qa-box {
    padding: 48px 0;
  }
}

.contact-text {
  margin-bottom: 36px;
}

/* =========================
   company
========================= */
@media (max-width: 767px) {
  .company-header {
    padding-top: 40px;
    margin-bottom: 0;
  }
}

.company-box {
  margin: 0 20px 80px;
}
@media (max-width: 767px) {
  .company-box {
    margin: 0 20px;
  }
}

.vision-inner {
  margin-bottom: 80px;
}
@media (max-width: 767px) {
  .vision-inner {
    margin-bottom: 48px;
  }
}

.vision-heading {
  margin-bottom: 80px;
}
@media (max-width: 767px) {
  .vision-heading {
    margin-bottom: 36px;
  }
}

.vision-content {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 64px;
}
@media (max-width: 1024px) {
  .vision-content {
    flex-direction: column;
    gap: 64px;
  }
}

.vision-message {
  margin-top: 0;
  line-height: 1.8;
}
@media (max-width: 767px) {
  .vision-message {
    text-align: center;
  }
}

.vision-pic {
  display: block;
  width: 100%;
  max-width: 720px;
  height: auto;
}
@media (max-width: 767px) {
  .vision-pic {
    max-width: 100%;
  }
}

/* =========================
outline
========================= */
.outline-box {
  width: 100%;
  max-width: 828px;
  margin: 80px auto 0;
}
@media (max-width: 767px) {
  .outline-box {
    padding-bottom: 48px;
  }
}

.outline-pic {
  display: block;
  width: 100%;
  height: auto;
  aspect-ratio: 828/220;
  object-fit: cover;
}

.company-table {
  width: 100%;
  border-collapse: collapse;
  table-layout: fixed;
  margin-top: 24px;
}

.company-table th,
.company-table td {
  border: 1px solid #8E8E8E;
  padding: 18px 16px;
  font-size: 16px;
  line-height: 1.8;
  text-align: left;
  vertical-align: middle;
}

.company-table th {
  width: 24%;
  font-weight: 500;
}

.company-table td {
  width: 76%;
}

/* SP */
@media (max-width: 767px) {
  .outline-box {
    margin-top: 40px;
  }
  .company-table th,
  .company-table td {
    padding: 14px 12px;
    font-size: 14px;
    line-height: 1.7;
  }
  .company-table th {
    width: 32%;
  }
  .company-table td {
    width: 68%;
  }
}/*# sourceMappingURL=style.css.map */