@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@100..900&family=Roboto:ital,wght@0,100..900;1,100..900&display=swap");
/*! destyle.css v2.0.2 | MIT License | https://github.com/nicolas-cusan/destyle.css */
/* Reset box-model and set borders */
/* ============================================ */
*,
::before,
::after {
  -webkit-box-sizing: border-box;
          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;
  line-height: inherit;
  font-weight: inherit;
  margin: 0;
}

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

/* Lists (definition) */
/* ============================================ */
dd {
  margin-left: 0;
}

/* Grouping content */
/* ============================================ */
/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */
hr {
  -webkit-box-sizing: content-box;
          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; /* 2 */
  -webkit-text-decoration: underline dotted;
          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;
}

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

/* Forms */
/* ============================================ */
/**
 * Reset form fields to make them styleable
 */
button,
input,
optgroup,
select,
textarea {
  -webkit-appearance: none;
  -moz-appearance: none;
       appearance: none;
  vertical-align: middle;
  color: inherit;
  font: inherit;
  background: transparent;
  padding: 0;
  margin: 0;
  outline: 0;
  border-radius: 0;
  text-align: inherit;
}

/**
 * Reset radio and checkbox appearance to preserve their look in iOS.
 */
[type=checkbox] {
  -webkit-appearance: checkbox;
  -moz-appearance: checkbox;
       appearance: checkbox;
}

[type=radio] {
  -webkit-appearance: radio;
  -moz-appearance: radio;
       appearance: radio;
}

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */
button,
input {
  /* 1 */
  overflow: visible;
}

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */
button,
select {
  /* 1 */
  text-transform: none;
}

/**
 * Correct the inability to style clickable types in iOS and Safari.
 */
button,
[type=button],
[type=reset],
[type=submit] {
  cursor: pointer;
  -webkit-appearance: none;
  -moz-appearance: none;
       appearance: none;
}

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

/**
 * Remove the inner border and padding in Firefox.
 */
button::-moz-focus-inner,
[type=button]::-moz-focus-inner,
[type=reset]::-moz-focus-inner,
[type=submit]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

/**
 * Restore the focus styles unset by the previous rule.
 */
button:-moz-focusring,
[type=button]:-moz-focusring,
[type=reset]:-moz-focusring,
[type=submit]:-moz-focusring {
  outline: 1px dotted ButtonText;
}

/**
 * Remove arrow in IE10 & IE11
 */
select::-ms-expand {
  display: none;
}

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

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

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *    `fieldset` elements in all browsers.
 */
legend {
  color: inherit; /* 2 */
  display: table; /* 1 */
  max-width: 100%; /* 1 */
  padding: 0; /* 3 */
  white-space: normal; /* 1 */
}

/**
 * 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;
}

/**
 * 1. 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. Change font properties to `inherit` in Safari.
 */
::-webkit-file-upload-button {
  -webkit-appearance: button; /* 1 */
  font: inherit; /* 2 */
}

/**
 * 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] {
  outline: none;
}

/* Table */
/* ============================================ */
table {
  border-collapse: collapse;
  border-spacing: 0;
}

caption {
  text-align: left;
}

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

th {
  text-align: left;
}

/* Misc */
/* ============================================ */
/**
 * Add the correct display in IE 10+.
 */
template {
  display: none;
}

/**
 * Add the correct display in IE 10.
 */
[hidden] {
  display: none;
}

/*======================================================
# Media Query
====================================================== */
html {
  scroll-behavior: smooth;
  font-size: 0.8333333333vw; /* 1200px の時に 10px になる */
}

@media only screen and (min-width: 0px) and (max-width: 750px) {
  html {
    font-size: 2.6666666667vw; /* 375px × 2.666...% = 10px */
  }
}
body {
  font-size: 16px;
  font-family: "Shippori Mincho B1", serif;
  font-weight: 400;
  line-height: 1.5;
  overflow-x: hidden;
}

main, footer {
  overflow-x: hidden;
}

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

p {
  letter-spacing: 0.02em;
}

a {
  -webkit-transition: 0.4s;
  transition: 0.4s;
}
a:hover {
  opacity: 0.7;
}

/*======================================================
# サムネイル
====================================================== */
/*======================================================
# 円
====================================================== */
/*======================================================
# アローアイコン
====================================================== */
.l-inner {
  max-width: 1184px;
  padding: 0 32px;
  margin: 0 auto;
}

.l-header {
  width: 100%;
  height: 80px;
  -webkit-transition: -webkit-transform 0.5s ease-in-out;
  transition: -webkit-transform 0.5s ease-in-out;
  transition: transform 0.5s ease-in-out;
  transition: transform 0.5s ease-in-out, -webkit-transform 0.5s ease-in-out;
  margin-bottom: -79px;
  position: relative;
  z-index: 99;
}
@media screen and (max-width: 960px) {
  .l-header {
    position: fixed;
    left: 0;
    top: 0;
    margin-bottom: unsetd;
  }
}
.l-header__logo a {
  margin-top: -16px;
  margin-left: 24px;
  width: 146px;
  display: block;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: opacity 0.4s, visibility 0.4s;
  transition: opacity 0.4s, visibility 0.4s;
}
@media screen and (max-width: 960px) {
  .l-header__logo a {
    width: 160px;
    opacity: 1;
    visibility: unset;
    -webkit-transition: unset;
    transition: unset;
    margin-left: 16px;
    margin-top: 18px;
  }
}
.l-header__logo a img {
  width: 100%;
  height: auto;
}
.l-header__logo.is-visible a {
  opacity: 1;
  visibility: visible;
}
@media screen and (max-width: 960px) {
  .l-header__logo.active a {
    width: 105px;
  }
}
.l-header__inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 0 45px 0 0px;
}
@media screen and (max-width: 960px) {
  .l-header__contents {
    width: 100%;
    height: 100vh;
    position: fixed;
    z-index: 999;
    left: 0;
    top: 0px;
    background: linear-gradient(135deg, rgb(138, 141, 143) 0%, rgb(171, 179, 190) 100%);
    display: none;
    overflow-y: scroll;
  }
}
.l-header__contents--inner {
  width: 100%;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
@media screen and (max-width: 960px) {
  .l-header__contents--inner {
    padding: 70px 32px 80px;
  }
}
.l-header__contents--head {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media screen and (max-width: 960px) {
  .l-header__contents--head {
    display: block;
    width: 100%;
  }
}
.l-header__button {
  width: 80px;
  height: 80px;
  margin-left: 45px;
  -webkit-transition: -webkit-transform 0.5s ease-in-out;
  transition: -webkit-transform 0.5s ease-in-out;
  transition: transform 0.5s ease-in-out;
  transition: transform 0.5s ease-in-out, -webkit-transform 0.5s ease-in-out;
}
@media screen and (max-width: 960px) {
  .l-header__button {
    display: none;
  }
}
.l-header__banners {
  display: none;
}
@media screen and (max-width: 960px) {
  .l-header__banners {
    width: 100%;
    margin-top: 32px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 5px;
  }
}
.l-header__banner {
  display: none;
}
@media screen and (max-width: 960px) {
  .l-header__banner {
    margin-right: -60px;
    display: block;
    margin-right: unset;
  }
  .l-header__banner:nth-of-type(1) {
    margin: 0 -32px 0 -24px;
  }
  .l-header__banner:nth-of-type(2) {
    margin: -40px -32px 0 -25px;
  }
}
.l-header__banner img {
  width: 100%;
  height: auto;
}

.l-footer {
  background: linear-gradient(135deg, rgb(138, 141, 143) 0%, rgb(171, 179, 190) 100%);
  overflow: hidden;
  position: relative;
}
.l-footer__inner {
  max-width: 1167px;
  padding: 80px 20px 90px;
  margin: 0 auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 10%;
}
@media screen and (max-width: 768px) {
  .l-footer__inner {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    padding: 40px 32px 35px;
  }
}
.l-footer__contents {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  width: 100%;
}
@media screen and (max-width: 768px) {
  .l-footer__contents {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
.l-footer__logo {
  max-width: 180px;
  width: 100%;
  height: auto;
  display: block;
  margin-left: 8px;
}
@media screen and (max-width: 768px) {
  .l-footer__logo {
    margin: 0 auto;
  }
}
.l-footer__logo img {
  width: 100%;
  height: auto;
}
.l-footer__nav {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  color: #fff;
}
@media screen and (max-width: 768px) {
  .l-footer__nav {
    margin-top: 34px;
  }
}
.l-footer__nav div {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}
@media screen and (max-width: 768px) {
  .l-footer__nav div {
    -webkit-box-pack: unset;
        -ms-flex-pack: unset;
            justify-content: unset;
  }
}
.l-footer__nav1 {
  gap: 10px 43px;
  margin-left: auto;
  margin-top: 8px;
}
@media screen and (max-width: 768px) {
  .l-footer__nav1 {
    gap: 21px 0;
    margin-top: unset;
  }
}
.l-footer__nav1 a {
  font-size: 16px;
  letter-spacing: 0.2em;
  position: relative;
  padding-left: 24px;
}
@media screen and (max-width: 768px) {
  .l-footer__nav1 a {
    font-size: 13px;
    width: 50%;
  }
  .l-footer__nav1 a:nth-of-type(1) {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
  }
  .l-footer__nav1 a:nth-of-type(2) {
    -webkit-box-ordinal-group: 4;
        -ms-flex-order: 3;
            order: 3;
  }
  .l-footer__nav1 a:nth-of-type(3) {
    -webkit-box-ordinal-group: 6;
        -ms-flex-order: 5;
            order: 5;
  }
  .l-footer__nav1 a:nth-of-type(4) {
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
  }
  .l-footer__nav1 a:nth-of-type(5) {
    -webkit-box-ordinal-group: 5;
        -ms-flex-order: 4;
            order: 4;
  }
}
.l-footer__nav1 a::after {
  position: absolute;
  content: "";
  background: #CDAB5D;
  left: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  width: 6px;
  height: 6px;
  border-radius: 50%;
}
.l-footer__nav2 {
  margin-top: 35px;
  gap: 10px 23px;
  margin-left: auto;
}
@media screen and (max-width: 768px) {
  .l-footer__nav2 {
    margin-top: 30px;
    gap: 22px 0;
  }
}
.l-footer__nav2 a {
  font-size: 14px;
  letter-spacing: 0.2em;
  padding-left: 28px;
}
@media screen and (max-width: 768px) {
  .l-footer__nav2 a {
    font-size: 13px;
    width: 50%;
    padding-left: unset;
  }
}
.l-footer__nav2 a:not(:first-of-type) {
  position: relative;
}
.l-footer__nav2 a:not(:first-of-type)::after {
  position: absolute;
  content: "|";
  font-size: 14px;
  left: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
@media screen and (max-width: 768px) {
  .l-footer__nav2 a:not(:first-of-type) {
    position: unset;
  }
  .l-footer__nav2 a:not(:first-of-type)::after {
    position: unset;
    content: none;
  }
}
.l-footer__nav2 a.-noicon {
  position: unset;
  padding-left: unset;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 12px;
}
@media screen and (max-width: 768px) {
  .l-footer__nav2 a.-noicon svg {
    width: 10px;
  }
}
.l-footer__nav2 a.-noicon::after {
  position: unset;
  content: none;
}
.l-footer__small {
  background-color: #fff;
  font-size: 12px;
  letter-spacing: 0.2em;
  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: 80px;
  padding-top: 3px;
}
@media screen and (max-width: 768px) {
  .l-footer__small {
    height: 50px;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    padding-left: 33px;
  }
}
.l-footer__banners {
  width: 50%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 5px;
}
@media screen and (max-width: 768px) {
  .l-footer__banners {
    width: 100%;
    margin-top: 33px;
  }
}
.l-footer__banner {
  margin-right: -60px;
  display: block;
}
@media screen and (max-width: 768px) {
  .l-footer__banner {
    margin-right: unset;
  }
  .l-footer__banner:nth-of-type(1) {
    margin: 0 -31px 0 -25px;
  }
  .l-footer__banner:nth-of-type(2) {
    margin: -40px -32px 0 -25px;
  }
}
.l-footer__banner img {
  width: 100%;
  height: auto;
}
.l-footer__top {
  display: block;
  position: absolute;
  bottom: -5px;
  right: 0;
}
.l-footer__top svg {
  width: 80px;
  height: 80px;
}
@media screen and (max-width: 768px) {
  .l-footer__top svg {
    width: 50px;
    height: 50px;
  }
}

.c-bg-gray {
  background: #F3F2F2;
}

.c-title {
  font-size: 64px;
  font-size: 4rem;
  font-weight: 700;
  line-height: 1.4;
  letter-spacing: 0.05em;
  text-align: center;
}
@media screen and (max-width: 768px) {
  .c-title {
    font-size: 2.4rem;
  }
}

.c-title__catch {
  font-size: 24px;
  font-size: 1.5rem;
  font-weight: bold;
  line-height: 2;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.c-title__outline-text {
  position: relative;
  display: inline-block;
}
.c-title__outline-text::before {
  content: "";
  position: absolute;
  bottom: -1.6px;
  bottom: -0.1rem;
  left: 0;
  width: 100%;
  height: 20px;
  background-color: #FCEE21;
  z-index: 0;
}

.c-title__text-outline {
  font-size: 80px;
  font-size: 5rem;
  color: #fff;
  /* 必須：中身白に見せるため */
  -webkit-text-stroke: 8px #1c50a1;
  /* 青フチ */
  position: absolute;
  top: 0;
  left: 0;
  pointer-events: none;
  letter-spacing: 0.03em;
  z-index: 1;
}
@media screen and (max-width: 768px) {
  .c-title__text-outline {
    -webkit-text-stroke: 4px #1c50a1;
    font-size: 2.4rem;
  }
}

.c-title__text-fill {
  font-size: 80px;
  font-size: 5rem;
  color: #fff;
  position: relative;
  letter-spacing: 0.03em;
  z-index: 2;
  /* 同じフォント/サイズ/ウェイト必須 */
}
@media screen and (max-width: 768px) {
  .c-title__text-fill {
    font-size: 2.4rem;
  }
}

.c-title02 {
  font-size: 64px;
  font-size: 4rem;
  line-height: 2;
  font-weight: 700;
  text-align: center;
  position: relative;
  padding-bottom: 38.4px;
  padding-bottom: 2.4rem;
}
@media screen and (max-width: 768px) {
  .c-title02 {
    font-size: 2.4rem;
  }
}
.c-title02::after {
  position: absolute;
  content: "";
  background-image: url("path/to/image.png");
  background-size: contain;
  background-repeat: no-repeat;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  bottom: 0;
  width: 128px;
  width: 8rem;
  height: 8px;
  height: 0.5rem;
  background-color: #1C50A1;
}

.c-bread {
  padding-top: 45px;
}
@media screen and (max-width: 768px) {
  .c-bread {
    padding-top: 34px;
  }
}
.c-bread span {
  font-size: 14px;
  letter-spacing: 0.2em;
}
@media screen and (max-width: 768px) {
  .c-bread span {
    font-size: 13px;
  }
}
.c-bread span:first-of-type span {
  width: 16px;
  height: 16px;
  display: inline-block;
  background-image: url("../images/bread-home.svg");
  background-size: contain;
  background-repeat: no-repeat;
}
.c-bread span:not(:last-of-type) {
  position: relative;
  padding-right: 21px;
  margin-right: 14px;
}
.c-bread span:not(:last-of-type)::after {
  position: absolute;
  content: "";
  background-image: url("../images/bread-arrow.svg");
  background-size: contain;
  background-repeat: no-repeat;
  right: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  width: 5px;
  height: 8px;
}

.c-burger {
  display: none;
}
@media screen and (max-width: 960px) {
  .c-burger {
    display: block;
    width: 50px;
    height: 50px;
    position: fixed;
    z-index: 999999;
    right: 0px;
    top: 0px;
    background-color: #232221;
  }
  .c-burger__border {
    width: 26px;
    height: 1px;
    background: #fff;
    display: block;
    cursor: pointer;
  }
  .c-burger__border--top, .c-burger__border--bottom {
    position: absolute;
    left: 11px;
    -webkit-transition: all 0.4s;
    transition: all 0.4s;
  }
  .c-burger__border--top {
    top: 21px;
  }
  .c-burger__border--bottom {
    bottom: 21px;
  }
  .c-burger.active .c-burger__border--top {
    rotate: -45deg;
    top: 25px;
    left: 12px;
  }
  .c-burger.active .c-burger__border--bottom {
    rotate: 45deg;
    bottom: 23px;
    left: 12px;
  }
}

.c-gnav {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 46px;
  padding-top: 30px;
}
@media screen and (max-width: 960px) {
  .c-gnav {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    gap: 16px 0;
    padding-top: unset;
  }
}
.c-gnav__item {
  font-size: 16px;
  line-height: 200%;
  letter-spacing: 0.2em;
  padding-bottom: 17px;
}
@media screen and (max-width: 960px) {
  .c-gnav__item {
    font-size: 13px;
    width: 50%;
    color: #fff;
    position: relative;
    padding-left: 24px;
    padding-bottom: unset;
  }
  .c-gnav__item:nth-of-type(1) {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
  }
  .c-gnav__item:nth-of-type(2) {
    -webkit-box-ordinal-group: 4;
        -ms-flex-order: 3;
            order: 3;
  }
  .c-gnav__item:nth-of-type(3) {
    -webkit-box-ordinal-group: 6;
        -ms-flex-order: 5;
            order: 5;
  }
  .c-gnav__item:nth-of-type(4) {
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
  }
  .c-gnav__item:nth-of-type(5) {
    -webkit-box-ordinal-group: 5;
        -ms-flex-order: 4;
            order: 4;
  }
  .c-gnav__item::after {
    position: absolute;
    content: "";
    background: #CDAB5D;
    left: 0;
    top: 50%;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
    width: 6px;
    height: 6px;
    border-radius: 50%;
  }
}
.c-gnav__item.-current {
  position: relative;
}
.c-gnav__item.-current::after {
  position: absolute;
  content: "";
  background-color: #232221;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  bottom: 0;
  width: 117%;
  height: 1px;
}
@media screen and (max-width: 960px) {
  .c-gnav__item.-current::after {
    background: #CDAB5D;
    left: 0;
    top: 50%;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
    width: 6px;
    height: 6px;
    border-radius: 50%;
  }
}

.c-gnav2 {
  display: none;
}
@media screen and (max-width: 960px) {
  .c-gnav2 {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    margin-top: 16px;
  }
  .c-gnav2 a {
    font-size: 13px;
    width: 50%;
    line-height: 320%;
    letter-spacing: 0.2em;
    position: relative;
    color: #fff;
    display: block;
  }
  .c-gnav2 a.-noicon {
    position: unset;
    padding-left: unset;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    gap: 12px;
  }
  .c-gnav2 a.-noicon svg {
    width: 10px;
  }
  .c-gnav2 a.-noicon::after {
    position: unset;
    content: none;
  }
}

.c-button a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background: #000;
  width: 360px;
  height: 68px;
  font-size: 14px;
  line-height: 2.4;
  color: #fff;
}

.c-page-header {
  background-image: url(../images/page-bg-pc.jpg);
  background-size: cover;
  background-position: center;
  height: 420px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding-bottom: 136px;
}
@media screen and (max-width: 768px) {
  .c-page-header {
    background-image: url(../images/page-bg-sp.jpg);
    height: 320px;
    padding-bottom: 114px;
  }
}
.c-page-header h1 {
  font-size: 46px;
  line-height: 1.4565217391;
  letter-spacing: 0.1em;
  text-align: center;
}
@media screen and (max-width: 768px) {
  .c-page-header h1 {
    font-size: 32px;
    line-height: 1.4375;
  }
}
.c-page-body {
  padding-top: 120px;
  padding-bottom: 160px;
}
@media screen and (max-width: 768px) {
  .c-page-body {
    padding-top: 80px;
    padding-bottom: 80px;
  }
}

.c-pagenation {
  margin-top: 90px;
}
.c-pagenation-archive {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  margin-top: 80px;
}
.c-pagenation-archive .wp-pagenavi {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 16px;
}
.c-pagenation-archive .wp-pagenavi span, .c-pagenation-archive .wp-pagenavi a {
  width: 40px;
  height: 40px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  font-size: 14px;
}
.c-pagenation-archive .wp-pagenavi span {
  background-color: #232221;
  color: #fff;
}
.c-pagenation-archive .wp-pagenavi a {
  color: #232221;
  border: 1px solid;
}
.c-pagenation-single {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-top: 120px;
}
@media screen and (max-width: 768px) {
  .c-pagenation-single {
    margin-top: 64px;
  }
}
.c-pagenation-single__button a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 8px;
  background: #000;
  width: 360px;
  height: 40px;
  font-size: 14px;
  line-height: 2.4;
  color: #fff;
}
@media screen and (max-width: 768px) {
  .c-pagenation-single__button a {
    width: 180px;
    gap: 10px;
    font-size: 13px;
  }
}
.c-pagenation-single__next {
  position: relative;
}
.c-pagenation-single__next span {
  display: inline-block;
  vertical-align: middle;
  color: #232221;
  line-height: 1;
  position: absolute;
  width: 8px;
  height: 8px;
  -webkit-transform: translateX(-25%) rotate(45deg);
  transform: translate(-50%) rotate(45deg);
  top: 42%;
  left: 46%;
}
.c-pagenation-single__next span::after {
  content: "";
  position: absolute;
  background: currentColor;
  border-radius: 0.1rem;
  top: 0;
  right: 0;
  bottom: 0;
  width: 1px;
}
.c-pagenation-single__next span::before {
  content: "";
  position: absolute;
  background: currentColor;
  border-radius: 0.1rem;
  top: 0;
  left: 0;
  right: 0;
  height: 1px;
}
.c-pagenation-single__prev {
  position: relative;
}
.c-pagenation-single__prev span {
  display: inline-block;
  vertical-align: middle;
  color: #232221;
  line-height: 1;
  position: absolute;
  width: 8px;
  height: 8px;
  -webkit-transform: translateX(25%) rotate(-135deg);
  transform: translateX(25%) rotate(-135deg);
  top: 42%;
  left: 39%;
}
.c-pagenation-single__prev span::after {
  content: "";
  position: absolute;
  background: currentColor;
  border-radius: 0.1rem;
  top: 0;
  right: 0;
  bottom: 0;
  width: 1px;
}
.c-pagenation-single__prev span::before {
  content: "";
  position: absolute;
  background: currentColor;
  border-radius: 0.1rem;
  top: 0;
  left: 0;
  right: 0;
  height: 1px;
}
.c-pagenation-single a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.p-top__inner {
  max-width: 1184px;
  padding: 0 32px;
  margin: 0 auto;
}
.p-top__title {
  font-size: 46px;
  line-height: 1.4565217391;
  letter-spacing: 0.1em;
  position: relative;
  z-index: 10;
}
@media screen and (max-width: 768px) {
  .p-top__title {
    font-size: 32px;
    line-height: 1.4375;
  }
}
.p-top__title.-white {
  color: #fff;
}
.p-top__title.-center {
  text-align: center;
}
.p-top__lead {
  font-size: 18px;
  line-height: 240%;
  letter-spacing: 0.2em;
  position: relative;
  z-index: 10;
}
@media screen and (max-width: 768px) {
  .p-top__lead {
    font-size: 13px;
    line-height: 200%;
  }
}
.p-top__lead.-white {
  color: #fff;
}
.p-top__lead.-center {
  text-align: center;
}
.p-top-mv {
  background-image: url(../images/kv-bg.mp4);
  position: relative;
  overflow: hidden;
}
@media screen and (max-width: 768px) {
  .p-top-mv {
    background-color: #E9EBED;
  }
}
.p-top-mv::after {
  position: absolute;
  content: "";
  background-image: url("../images/bg-grad-pc.png");
  background-size: cover;
  background-repeat: no-repeat;
  background-position: bottom;
  mix-blend-mode: screen;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
}
@media screen and (max-width: 768px) {
  .p-top-mv::after {
    background-image: url("../images/bg-grad-sp.png");
    height: 136.2666666667vw;
    bottom: unset;
    top: 0;
    mix-blend-mode: unset;
  }
}
.p-top-mv video {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}
@media screen and (max-width: 768px) {
  .p-top-mv video {
    height: 83.7333333333vw;
    top: 0;
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
  }
}
.p-top-mv__inner {
  max-width: 1500px;
  padding: 0 32px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  padding-top: 65px;
  margin: 0 50px 0 auto;
}
@media screen and (min-width: 2000px) {
  .p-top-mv__inner {
    margin: 0 auto;
  }
}
@media screen and (max-width: 768px) {
  .p-top-mv__inner {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    padding: 16px 16px;
  }
}
.p-top-mv__content {
  position: relative;
  z-index: 2;
  width: 44.52%;
}
@media screen and (max-width: 768px) {
  .p-top-mv__content {
    width: 100%;
  }
}
.p-top-mv__logo {
  max-width: 240px;
  margin-top: 80px;
}
@media screen and (max-width: 768px) {
  .p-top-mv__logo {
    width: 140px;
    margin-top: unset;
  }
}
.p-top-mv__logo img {
  width: 100%;
  height: auto;
}
.p-top-mv__title {
  margin-top: 80px;
  max-width: 622px;
  width: 100%;
  display: block;
}
@media screen and (max-width: 768px) {
  .p-top-mv__title {
    max-width: 225px;
    margin-left: 15px;
    margin-top: 46px;
    margin-bottom: 8px;
  }
}
.p-top-mv__title img {
  width: 100%;
  height: auto;
}
.p-top-mv__message {
  margin-top: 100px;
}
.p-top-mv__text {
  margin-top: 64px;
  padding-bottom: 17.7083333333vw;
}
@media screen and (min-width: 2000px) {
  .p-top-mv__text {
    padding-bottom: 400px;
  }
}
@media screen and (max-width: 768px) {
  .p-top-mv__text {
    position: relative;
    padding-bottom: 40px;
    margin-left: 80px;
    margin-top: 31px;
  }
}
.p-top-mv__text p + p {
  margin-top: 45px;
}
@media screen and (max-width: 768px) {
  .p-top-mv__text p + p {
    margin-top: 25px;
  }
}
.p-top-mv__images {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 40px;
  margin-left: -44px;
  width: 61.57%;
  margin-top: 80px;
}
@media screen and (max-width: 768px) {
  .p-top-mv__images {
    width: 100%;
    margin-left: unset;
    gap: 14px;
    margin-top: -31px;
    padding: 0 16px;
  }
}
.p-top-mv__images .mv-col {
  list-style: none;
  margin: 0;
  padding: 0;
  width: calc(33.33333% - 26.66667px);
  overflow: hidden;
  position: relative;
}
@media screen and (max-width: 768px) {
  .p-top-mv__images .mv-col {
    width: calc(33.33333% - 9.33333px);
  }
}
.p-top-mv__images .mv-col:nth-of-type(1) {
  margin-top: 297px;
}
@media screen and (max-width: 768px) {
  .p-top-mv__images .mv-col:nth-of-type(1) {
    padding-top: 44.2666666667vw;
    margin-top: 28.8vw;
  }
}
.p-top-mv__images .mv-col:nth-of-type(2) {
  margin-top: 148px;
}
@media screen and (max-width: 768px) {
  .p-top-mv__images .mv-col:nth-of-type(2) {
    margin-top: 14.1333333333vw;
  }
}
.p-top-mv__images .mv-col li {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: auto;
  opacity: 0;
  -webkit-transform: scale(1.02);
          transform: scale(1.02);
  -webkit-transition: opacity 1s ease-in-out, -webkit-transform 1s ease-in-out;
  transition: opacity 1s ease-in-out, -webkit-transform 1s ease-in-out;
  transition: opacity 1s ease-in-out, transform 1s ease-in-out;
  transition: opacity 1s ease-in-out, transform 1s ease-in-out, -webkit-transform 1s ease-in-out;
  z-index: 0;
}
.p-top-mv__images .mv-col li.is-visible {
  opacity: 1;
  -webkit-transform: scale(1);
          transform: scale(1);
  z-index: 1;
}
.p-top-salon {
  background: -webkit-gradient(linear, left top, left bottom, from(rgb(138, 141, 143)), to(rgb(171, 179, 190)));
  background: linear-gradient(to bottom, rgb(138, 141, 143), rgb(171, 179, 190));
  margin: 0 calc(50% - 50vw);
  padding: 0 calc(50vw - 50%);
  width: 100vw;
}
.p-top-salon__inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding-top: 80px;
  padding-bottom: 87px;
  color: #fff;
}
@media screen and (max-width: 768px) {
  .p-top-salon__inner {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    padding-top: 50px;
    padding-bottom: 28px;
  }
}
.p-top-salon__content {
  margin-left: 188px;
}
@media screen and (max-width: 768px) {
  .p-top-salon__content {
    margin-left: unset;
    margin-top: 22px;
  }
}
.p-top-salon__text {
  color: #fff;
}
.p-top-salon__banner {
  margin-top: 13px;
  max-width: 620px;
  display: block;
  margin-left: -28px;
  position: relative;
  z-index: 10;
}
@media screen and (max-width: 768px) {
  .p-top-salon__banner {
    max-width: unset;
    margin-left: -24px;
    margin-top: 20px;
    margin-right: -32px;
  }
}
.p-top-salon__banner img {
  width: 100%;
  height: auto;
}
.p-top-salon__button {
  margin-top: 58px;
}
.p-top-salon__link {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-top: 40px;
}
.p-top-salon__link a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  border: 1px solid #000;
  width: 360px;
  height: 68px;
  font-size: 14px;
  line-height: 2.4;
  color: #fff;
}
.p-top-salon__link a + a {
  margin-left: 64px;
}
.p-top-product {
  margin: 0 calc(50% - 50vw);
  padding: 80px calc(50vw - 50%) 80px;
  width: 100vw;
  background-color: #ECEEF0;
  background-image: url(../images/product-bg.png);
  background-size: cover;
  background-position: center bottom;
  background-repeat: no-repeat;
  position: relative;
}
@media screen and (max-width: 768px) {
  .p-top-product {
    padding: 107px calc(50vw - 50%) 64px;
  }
}
.p-top-product__head {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 76px;
  position: relative;
  z-index: 6;
}
@media screen and (max-width: 768px) {
  .p-top-product__head {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
  }
}
.p-top-product__head .p-top__lead {
  margin-top: 2px;
}
@media screen and (max-width: 768px) {
  .p-top-product__head .p-top__lead {
    margin-top: -54px;
    margin-right: -1px;
  }
}
.p-top-product__voicetext {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 20px;
  margin: 64px auto 0;
}
@media screen and (max-width: 768px) {
  .p-top-product__voicetext {
    margin: 34px -7px 0;
    gap: 0;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
}
.p-top-product__voicetext p {
  font-size: 18px;
  line-height: 240%;
  letter-spacing: 0.2em;
}
@media screen and (max-width: 768px) {
  .p-top-product__voicetext p {
    font-size: 13px;
  }
}
@media screen and (max-width: 768px) {
  .p-top-product__voicetext svg {
    width: 14px;
  }
}
.p-top-product__voicebutton {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 64px;
  max-width: 783px;
  margin: 24px auto 0;
}
@media screen and (max-width: 768px) {
  .p-top-product__voicebutton {
    gap: 39px;
    margin: 20px auto 0;
  }
}
.p-top-product__voicebutton a {
  background-color: #F5F5F5;
  border: #232221 1px solid;
  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: calc(50% - 32px);
  height: 68px;
  padding-left: 7px;
}
@media screen and (max-width: 768px) {
  .p-top-product__voicebutton a {
    width: 100%;
    max-width: 280px;
    padding-left: 1px;
  }
  .p-top-product__voicebutton a:nth-of-type(1) img {
    width: 32%;
    margin: 0 auto;
  }
}
.p-top-popular {
  margin-top: 24px;
}
@media screen and (max-width: 768px) {
  .p-top-popular {
    margin-top: 29px;
  }
}
.p-top-popular__title {
  font-size: 20px;
  line-height: 2.4;
  letter-spacing: 0.2em;
  text-align: center;
  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-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media screen and (max-width: 768px) {
  .p-top-popular__title {
    font-size: 18px;
    line-height: 2.3;
  }
  .p-top-popular__title svg {
    width: 20px;
  }
}
.p-top-popular__list {
  max-width: 1120px;
  margin: 54px auto 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 40px;
  counter-reset: number 0;
}
@media screen and (max-width: 768px) {
  .p-top-popular__list {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    margin: 50px auto 0;
    gap: 33px 24px;
  }
}
.p-top-popular__item {
  width: calc(20% - 32px);
  position: relative;
}
@media screen and (max-width: 768px) {
  .p-top-popular__item {
    width: calc(50% - 12px);
  }
  .p-top-popular__item:nth-of-type(1) {
    width: 100%;
    margin-bottom: 8px;
  }
  .p-top-popular__item:nth-of-type(1) .p-top-popular__image {
    width: calc(100% - 132px);
    margin: 0 auto;
  }
}
.p-top-popular__item::after {
  position: absolute;
  content: counter(number) " ";
  counter-increment: number 1;
  top: 0;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  font-size: 14px;
  letter-spacing: 0.2em;
}
@media screen and (max-width: 768px) {
  .p-top-popular__item::after {
    font-size: 12px;
  }
}
.p-top-popular__item:nth-child(-n+3)::after {
  color: #fff;
  width: 52px;
  height: 36px;
  background-size: contain;
  background-repeat: no-repeat;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  top: -31px;
  padding-top: 12px;
}
@media screen and (max-width: 768px) {
  .p-top-popular__item:nth-child(-n+3)::after {
    width: 42px;
    height: 29px;
    top: -24px;
  }
}
.p-top-popular__item:nth-of-type(1)::after {
  background-image: url(../images/rank1.png);
}
.p-top-popular__item:nth-of-type(2)::after {
  background-image: url(../images/rank2.png);
}
.p-top-popular__item:nth-of-type(3)::after {
  background-image: url(../images/rank3.png);
}
.p-top-popular__item:nth-of-type(4)::after, .p-top-popular__item:nth-of-type(5)::after {
  width: 28px;
  height: 28px;
  background-color: #fff;
  border-radius: 50%;
  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;
  top: -20px;
  letter-spacing: 0;
}
@media screen and (max-width: 768px) {
  .p-top-popular__item:nth-of-type(4)::after, .p-top-popular__item:nth-of-type(5)::after {
    top: -15px;
  }
}
.p-top-popular__image {
  -webkit-box-shadow: 4px 4px 30px 0px rgba(0, 0, 0, .45);
          box-shadow: 4px 4px 30px 0px rgba(0, 0, 0, .45);
}
.p-top-popular__image img {
  width: 100%;
  height: 100%;
  aspect-ratio: 1/1;
  -o-object-fit: cover;
     object-fit: cover;
}
.p-top-popular__name {
  margin-top: 24px;
}
@media screen and (max-width: 768px) {
  .p-top-popular__name {
    margin-top: 8px;
  }
}
.p-top-popular__name p {
  font-size: 14px;
  line-height: 180%;
  letter-spacing: 0.2em;
  text-align: center;
  padding-left: 5px;
}
@media screen and (max-width: 768px) {
  .p-top-popular__name p {
    font-size: 12px;
    letter-spacing: 0;
    line-height: 200%;
    padding-left: unset;
  }
}
.p-top-popular__button {
  margin: 55px auto 0;
  display: block;
}
@media screen and (max-width: 768px) {
  .p-top-popular__button {
    margin: 33px auto 0;
  }
}
.p-top-popular__button a {
  margin: 0 auto;
  letter-spacing: 0.2em;
}
@media screen and (max-width: 768px) {
  .p-top-popular__button a {
    max-width: 278px;
  }
}
.p-top-news {
  padding: 80px 0;
}
@media screen and (max-width: 768px) {
  .p-top-news {
    padding: 50px 0 64px;
  }
}
.p-top-news__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  margin-top: 23px;
}
@media screen and (max-width: 768px) {
  .p-top-news__list {
    margin-top: 8px;
  }
}
.p-top-news__item a {
  padding: 40px 40px 40px 0;
  border-bottom: rgba(169, 176, 186, .3) 1px solid;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  gap: 32px;
  position: relative;
}
@media screen and (max-width: 768px) {
  .p-top-news__item a {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 17px;
    padding: 24px 36px 15px 0;
  }
}
.p-top-news__item a:hover svg {
  right: 20px;
}
.p-top-news__item svg {
  position: absolute;
  right: 32px;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  -webkit-transition: 0.4s;
  transition: 0.4s;
}
@media screen and (max-width: 768px) {
  .p-top-news__item svg {
    width: 6px;
    right: 16px;
    top: 66%;
  }
}
.p-top-news__head {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 27px;
  padding-top: 5px;
}
@media screen and (max-width: 768px) {
  .p-top-news__head {
    gap: 24px;
    padding-top: unset;
  }
}
.p-top-news__head time {
  font-size: 14px;
  letter-spacing: 0.2em;
  display: block;
  position: relative;
  padding-left: 23px;
}
@media screen and (max-width: 768px) {
  .p-top-news__head time {
    font-size: 13px;
  }
}
.p-top-news__head time::after {
  position: absolute;
  content: "";
  background: #CDAB5D;
  left: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  width: 6px;
  height: 6px;
  border-radius: 50px;
}
.p-top-news__cate {
  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: 130px;
  height: 25px;
  font-size: 14px;
  letter-spacing: 0.2em;
}
@media screen and (max-width: 768px) {
  .p-top-news__cate {
    font-size: 13px;
    width: 120px;
    height: 23px;
  }
}
.p-top-news__cate.-salon {
  background-color: #E8DEDC;
}
.p-top-news__cate.-event {
  background-color: #ECE2CB;
}
.p-top-news__cate.-information {
  background-color: #E3E6EA;
}
.p-top-news__cate.-publish {
  background-color: #E0DDE9;
}
.p-top-news__body {
  font-size: 14px;
  line-height: 240%;
  letter-spacing: 0.2em;
}
@media screen and (max-width: 768px) {
  .p-top-news__body {
    line-height: 180%;
  }
}
.p-top-news__button {
  margin: 62px auto 0;
  display: block;
}
@media screen and (max-width: 768px) {
  .p-top-news__button {
    margin: 39px auto 0;
  }
}
.p-top-news__button a {
  margin: 0 auto;
  letter-spacing: 0.2em;
}
@media screen and (max-width: 768px) {
  .p-top-news__button a {
    max-width: 278px;
  }
}
.p-top-sns {
  background: linear-gradient(195deg, rgb(201, 207, 212) 0%, rgb(220, 225, 229) 100%);
  margin: 0 calc(50% - 50vw);
  padding: 80px 4.1666666667vw;
  width: 100vw;
  position: relative;
  overflow: hidden;
}
@media screen and (max-width: 768px) {
  .p-top-sns {
    padding: 50px 32px 65px;
    background: #E9EBED;
  }
  .p-top-sns::after {
    position: absolute;
    content: "";
    background-image: url("../images/sns-bg.png");
    background-size: contain;
    background-repeat: no-repeat;
    right: 0;
    top: 0;
    width: 100%;
    height: 100%;
  }
}
.p-top-sns .p-top__lead {
  margin-top: 65px;
  margin-bottom: 53px;
}
@media screen and (max-width: 768px) {
  .p-top-sns .p-top__lead {
    margin: 22px auto 20px;
    text-align: left;
  }
}
.p-top-sns__title {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  font-size: 20px;
  line-height: 230%;
  letter-spacing: 0.2em;
  margin-top: 80px;
  position: relative;
  z-index: 10;
  margin-bottom: 50px;
}
@media screen and (max-width: 768px) {
  .p-top-sns__title {
    margin-top: 56px;
    font-size: 18px;
    margin-bottom: 30px;
  }
}
.p-top-sns__title img {
  width: 32px;
  height: auto;
}
@media screen and (max-width: 768px) {
  .p-top-sns__title img {
    width: 29px;
  }
}
.p-top-sns__listwrap {
  position: relative;
}
.p-top-sns__item img {
  width: 100%;
  height: 100%;
  aspect-ratio: 1/1;
  -o-object-fit: cover;
     object-fit: cover;
}
.p-top-sns .swiper-button-next, .p-top-sns .swiper-button-prev {
  width: 4.1666666667vw;
  height: 4.1666666667vw;
  top: 55%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
@media screen and (max-width: 768px) {
  .p-top-sns .swiper-button-next, .p-top-sns .swiper-button-prev {
    width: 50px;
    height: 50px;
    top: 56.5%;
  }
}
.p-top-sns .swiper-button-next, .p-top-sns .swiper-rtl .swiper-button-prev {
  right: -4.1666666667vw;
}
@media screen and (max-width: 768px) {
  .p-top-sns .swiper-button-next, .p-top-sns .swiper-rtl .swiper-button-prev {
    right: -32px;
  }
}
.p-top-sns .swiper-button-prev, .p-top-sns .swiper-rtl .swiper-button-next {
  left: -4.1666666667vw;
}
@media screen and (max-width: 768px) {
  .p-top-sns .swiper-button-prev, .p-top-sns .swiper-rtl .swiper-button-next {
    left: -32px;
  }
}
.p-top-sns .swiper-button-next:after, .p-top-sns .swiper-button-prev:after {
  position: unset;
  content: none;
}
.p-top-sns__button {
  background-color: #F5F5F5;
  border: #232221 1px solid;
  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%;
  max-width: 360px;
  height: 68px;
  margin: 44px auto 0;
  display: flex;
  gap: 21px;
  font-size: 16px;
  letter-spacing: 0.2em;
}
@media screen and (max-width: 768px) {
  .p-top-sns__button {
    max-width: 278px;
    margin: 18px auto 0;
    font-size: 13px;
    gap: 24px;
    padding-left: 10px;
  }
}
.p-top-sns__button img {
  width: 32px;
  height: auto;
}
@media screen and (max-width: 768px) {
  .p-top-sns__button img {
    width: 29px;
    margin-left: -5px;
  }
}
.p-top-sns #sb_instagram {
  position: relative;
  z-index: 10;
}
.p-top-fade {
  position: absolute;
  width: 100%;
  max-width: 26.0416666667vw;
  height: 17.2916666667vw;
  z-index: 2;
  top: -71px;
  right: 9.7%;
}
@media screen and (max-width: 768px) {
  .p-top-fade {
    max-width: 250px;
    height: 166px;
    right: -10px;
    top: -36px;
  }
}
.p-top-fade__slide {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: auto;
  -o-object-fit: cover;
     object-fit: cover;
  opacity: 0;
  -webkit-transition: opacity 3s ease-in-out;
  transition: opacity 3s ease-in-out;
  z-index: 0;
}
.p-top-fade__slide.-item1 {
  max-width: 19.7916666667vw;
}
@media screen and (max-width: 768px) {
  .p-top-fade__slide.-item1 {
    max-width: 190px;
  }
}
.p-top-fade__slide.-item2 {
  max-width: 25vw;
}
@media screen and (max-width: 768px) {
  .p-top-fade__slide.-item2 {
    max-width: 240px;
  }
}
.p-top-fade__slide.-item3 {
  max-width: 26.0416666667vw;
}
@media screen and (max-width: 768px) {
  .p-top-fade__slide.-item3 {
    max-width: 250px;
  }
}
.p-top-fade__slide.active {
  opacity: 1;
  z-index: 1;
}
.p-top-fade__slide img {
  width: 100%;
  height: auto;
}
.p-top__object1 {
  max-width: 46.875vw;
  width: 100%;
  position: absolute;
  top: -17.7083333333vw;
  left: 15.625vw;
  mix-blend-mode: screen;
}
@media screen and (max-width: 768px) {
  .p-top__object1 {
    max-width: 92.8vw;
    top: -17.6vw;
    left: -21.3333333333vw;
  }
}
.p-top__object1 img {
  width: 100%;
  height: auto;
}
.p-top__object2 {
  max-width: 22.9166666667vw;
  width: 100%;
  position: absolute;
  top: -40px;
  left: 43.4%;
  z-index: 2;
  mix-blend-mode: screen;
}
@media screen and (max-width: 768px) {
  .p-top__object2 {
    max-width: 72vw;
    top: -3.4666666667vw;
    left: 28%;
  }
}
.p-top__object2 img {
  width: 100%;
  height: auto;
}

.p-news-archive__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  margin-top: -35px;
}
@media screen and (max-width: 768px) {
  .p-news-archive__list {
    margin-top: -42px;
  }
}
.p-news-archive__item a {
  padding: 40px 40px 40px 45px;
  border-bottom: rgba(169, 176, 186, .3) 1px solid;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  gap: 32px;
  position: relative;
}
@media screen and (max-width: 768px) {
  .p-news-archive__item a {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 15px;
    padding: 40px 36px 40px 0;
  }
}
.p-news-archive__item svg {
  position: absolute;
  right: 40px;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
@media screen and (max-width: 768px) {
  .p-news-archive__item svg {
    width: 6px;
    right: 16px;
    top: 60%;
  }
}
.p-news-archive__head {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 27px;
  padding-top: 5px;
}
@media screen and (max-width: 768px) {
  .p-news-archive__head {
    gap: 24px;
    padding-top: unset;
  }
}
.p-news-archive__head time {
  font-size: 14px;
  letter-spacing: 0.2em;
  display: block;
  position: relative;
  padding-left: 23px;
}
@media screen and (max-width: 768px) {
  .p-news-archive__head time {
    font-size: 13px;
  }
}
.p-news-archive__head time::after {
  position: absolute;
  content: "";
  background: #CDAB5D;
  left: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  width: 6px;
  height: 6px;
  border-radius: 50px;
}
.p-news-archive__cate {
  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: 130px;
  height: 25px;
  font-size: 14px;
  letter-spacing: 0.2em;
}
@media screen and (max-width: 768px) {
  .p-news-archive__cate {
    font-size: 13px;
    width: 120px;
    height: 23px;
  }
}
.p-news-archive__cate.-salon {
  background-color: #E8DEDC;
}
.p-news-archive__cate.-event {
  background-color: #ECE2CB;
}
.p-news-archive__cate.-information {
  background-color: #E3E6EA;
}
.p-news-archive__body {
  font-size: 14px;
  line-height: 240%;
  letter-spacing: 0.2em;
  margin-top: 22px;
}
@media screen and (max-width: 768px) {
  .p-news-archive__body {
    line-height: 180%;
    width: calc(100% - 136px);
    margin-top: unset;
  }
}
.p-news-archive__img {
  width: 240px;
}
@media screen and (max-width: 768px) {
  .p-news-archive__img {
    width: 120px;
    margin-top: 9px;
  }
}
.p-news-archive__img img {
  width: 100%;
  height: auto;
}
.p-news-archive__wrap {
  width: calc(100% - 280px);
}
@media screen and (max-width: 768px) {
  .p-news-archive__wrap {
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 16px;
  }
}
.p-news-single {
  margin-top: 10px;
}
@media screen and (max-width: 768px) {
  .p-news-single {
    margin-top: unset;
  }
}
.p-news-single__head {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 27px;
}
@media screen and (max-width: 768px) {
  .p-news-single__head {
    gap: 24px;
    padding-top: unset;
  }
}
.p-news-single__head time {
  font-size: 14px;
  letter-spacing: 0.2em;
  display: block;
  position: relative;
  padding-left: 23px;
}
@media screen and (max-width: 768px) {
  .p-news-single__head time {
    font-size: 13px;
  }
}
.p-news-single__head time::after {
  position: absolute;
  content: "";
  background: #CDAB5D;
  left: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  width: 6px;
  height: 6px;
  border-radius: 50px;
}
.p-news-single__cate {
  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: 130px;
  height: 25px;
  font-size: 14px;
  letter-spacing: 0.2em;
}
@media screen and (max-width: 768px) {
  .p-news-single__cate {
    font-size: 13px;
    width: 120px;
    height: 23px;
  }
}
.p-news-single__cate.-salon {
  background-color: #E8DEDC;
}
.p-news-single__cate.-event {
  background-color: #ECE2CB;
}
.p-news-single__cate.-information {
  background-color: #E3E6EA;
}
.p-news-single__title {
  font-size: 24px;
  line-height: 240%;
  letter-spacing: 0.02em;
  padding-bottom: 24px;
  border-bottom: 1px solid;
  margin-top: 30px;
}
@media screen and (max-width: 768px) {
  .p-news-single__title {
    font-size: 18px;
    line-height: 200%;
    margin-top: 24px;
  }
}
.p-news-single__contents {
  margin-top: 40px;
}
.p-news-single__contents p, .p-news-single__contents a, .p-news-single__contents li {
  font-size: 14px;
  letter-spacing: 0.02em;
  line-height: 240%;
}
@media screen and (max-width: 768px) {
  .p-news-single__contents p, .p-news-single__contents a, .p-news-single__contents li {
    font-size: 13px;
    line-height: 200%;
  }
}
.p-news-single__contents a {
  text-decoration: underline;
}
.p-news-single__contents ul {
  list-style: disc;
  margin-left: 1em;
}
.p-news-single__contents img {
  width: 100%;
  height: auto;
}

.u-pt0 {
  padding-top: 0 !important;
}

.u-pb0 {
  padding-bottom: 0 !important;
}

.u-mr16 {
  margin-right: 16px !important;
}

.u-mt0 {
  margin-top: 0 !important;
}

.u-mt5 {
  margin-top: 5px !important;
}

.u-mt10 {
  margin-top: 10px !important;
}

.u-mt15 {
  margin-top: 15px !important;
}

.u-mt20 {
  margin-top: 20px !important;
}

.u-mt25 {
  margin-top: 25px !important;
}

.u-mt30 {
  margin-top: 30px !important;
}

.u-mt35 {
  margin-top: 35px !important;
}

.u-mt40 {
  margin-top: 40px !important;
}

.u-mt50 {
  margin-top: 50px !important;
}

.u-mb0 {
  margin-bottom: 0 !important;
}

.u-mb5 {
  margin-bottom: 5px !important;
}

.u-mb10 {
  margin-bottom: 10px !important;
}

.u-mb15 {
  margin-bottom: 15px !important;
}

.u-mb20 {
  margin-bottom: 20px !important;
}

.u-mb25 {
  margin-bottom: 25px !important;
}

.u-mb30 {
  margin-bottom: 30px !important;
}

.u-mb35 {
  margin-bottom: 35px !important;
}

.u-mb40 {
  margin-bottom: 40px !important;
}

.u-mr0 {
  margin-right: 0 !important;
}

@media screen and (max-width: 768px) {
  .u-smt0 {
    margin-top: 0 !important;
  }
  .u-smt5 {
    margin-top: 5px !important;
  }
  .u-smt10 {
    margin-top: 10px !important;
  }
  .u-smt15 {
    margin-top: 15px !important;
  }
  .u-smt20 {
    margin-top: 20px !important;
  }
  .u-smb0 {
    margin-bottom: 0 !important;
  }
  .u-smb5 {
    margin-bottom: 5px !important;
  }
  .u-smb10 {
    margin-bottom: 10px !important;
  }
  .u-smb15 {
    margin-bottom: 15px !important;
  }
  .u-smb20 {
    margin-bottom: 20px !important;
  }
  .u-sml0 {
    margin-left: 0 !important;
  }
}
.u-w03per {
  width: 3% !important;
}

.u-w05per {
  width: 5% !important;
}

.u-w10per {
  width: 10% !important;
}

.u-w13per {
  width: 13% !important;
}

.u-w15per {
  width: 15% !important;
}

.u-w20per {
  width: 20% !important;
}

.u-w23per {
  width: 23% !important;
}

.u-w25per {
  width: 25% !important;
}

.u-w30per {
  width: 30% !important;
}

.u-w33per {
  width: 33% !important;
}

.u-w35per {
  width: 35% !important;
}

.u-w40per {
  width: 40% !important;
}

.u-w43per {
  width: 43% !important;
}

.u-w45per {
  width: 45% !important;
}

.u-w50per {
  width: 50% !important;
}

.u-w53per {
  width: 53% !important;
}

.u-w55per {
  width: 55% !important;
}

.u-w60per {
  width: 60% !important;
}

.u-w63per {
  width: 63% !important;
}

.u-w65per {
  width: 65% !important;
}

.u-w70per {
  width: 70% !important;
}

.u-w73per {
  width: 73% !important;
}

.u-w75per {
  width: 75% !important;
}

.u-w80per {
  width: 80% !important;
}

.u-w83per {
  width: 83% !important;
}

.u-w85per {
  width: 85% !important;
}

.u-w90per {
  width: 90% !important;
}

.u-w93per {
  width: 93% !important;
}

.u-w95per {
  width: 95% !important;
}

.u-table-fixed {
  table-layout: fixed;
}

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

.u-text-left {
  text-align: left;
}

@media screen and (max-width: 768px) {
  .s-text-center {
    text-align: center;
  }
}

/* background
--------------------------------------------------------------*/
.u-bg-blue {
  background: #F4F8FF;
}

/* hidden
--------------------------------------------------------------*/
.u-header-only {
  display: none;
}
@media screen and (max-width: 960px) {
  .u-header-only {
    display: block;
  }
}

.u-header-hidden {
  display: block;
}
@media screen and (max-width: 960px) {
  .u-header-hidden {
    display: none;
  }
}

.u-xxl-only {
  display: none;
}
@media screen and (max-width: 1276px) {
  .u-xxl-only {
    display: block;
  }
}

.u-xxl-hidden {
  display: block;
}
@media screen and (max-width: 1276px) {
  .u-xxl-hidden {
    display: none;
  }
}

.u-md-only {
  display: none;
}
@media screen and (max-width: 768px) {
  .u-md-only {
    display: block;
  }
}
.u-md-only--flex {
  display: none;
}
@media screen and (max-width: 768px) {
  .u-md-only--flex {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}

.u-md-hidden {
  display: block;
}
@media screen and (max-width: 768px) {
  .u-md-hidden {
    display: none;
  }
}
.u-md-hidden--flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
@media screen and (max-width: 768px) {
  .u-md-hidden--flex {
    display: none;
  }
}