@charset "UTF-8";
/*! destyle.css v2.0.2 | 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;
  line-height: 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;
  cursor: pointer !important;
}

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

[type=radio] {
  -webkit-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;
  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;
  font-weight: bold;
}

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

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

@font-face {
  font-family: "Noto Sans JP";
  src: url(../../assets/fonts/NotoSansJP-Light.otf) format("opentype");
  font-weight: 200;
  font-style: normal;
}
@font-face {
  font-family: "Noto Sans JP";
  src: url(../../assets/fonts/NotoSansJP-Regular.otf) format("opentype");
  font-weight: 400;
  font-style: normal;
}
@font-face {
  font-family: "Noto Sans JP";
  src: url(../../assets/fonts/NotoSansJP-Medium.otf) format("opentype");
  font-weight: 600;
  font-style: normal;
}
@font-face {
  font-family: "Noto Sans JP";
  src: url(../../assets/fonts/NotoSansJP-Bold.otf) format("opentype");
  font-weight: 700;
  font-style: normal;
}
@font-face {
  font-family: "Noto Sans JP";
  src: url(../../assets/fonts/NotoSansJP-Black.otf) format("opentype");
  font-weight: 900;
  font-style: normal;
}
@font-face {
  font-family: "Pacifico";
  src: url(../../assets/fonts/Pacifico-Regular.ttf) format("truetype");
  font-weight: 900;
  font-style: normal;
}
body {
  color: #EFEFEF;
  font-family: "Noto Sans JP";
  font-weight: 400;
  background-size: 100px;
  background-position: center;
  background-repeat: repeat;
  background-image: url("../img/noise-1.png");
}

.f-container__wrapper {
  min-height: 88vh;
}
.f-container__main {
  padding-top: 80px;
}
.f-container .l-S01, .f-container .l-S02, .f-container .l-S04 {
  width: 100%;
}
.f-container .l-S03 {
  width: calc( 100% - 24px * 2 );
  max-width: 1080px;
  margin: 0 auto;
}
@media screen and (min-width: 680px) {
  .f-container .l-S03 {
    width: calc( 100% - 48px * 2 );
  }
}
@media screen and (min-width: 960px) {
  .f-container .l-S03 {
    width: calc( 100% - 64px * 2 );
    min-width: 1080px;
  }
}

canvas {
  position: fixed;
  top: 0;
  left: 0;
  opacity: 0.1;
  z-index: 1;
  pointer-events: none;
  user-select: none;
}

.guide--details .l-LOGO {
  position: relative;
}
.guide--details .l-LOGO::after {
  content: "LOGO";
  display: flex;
  justify-content: center;
  align-items: center;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto;
  width: 64px;
  height: 24px;
  font-size: 12px;
  color: #000;
  background: #FFF;
}
.guide--details .l-S01, .guide--details .l-S02, .guide--details .l-S03, .guide--details .l-S04 {
  position: relative;
  min-height: 80px;
}
.guide--details .l-S01::after, .guide--details .l-S02::after, .guide--details .l-S03::after, .guide--details .l-S04::after {
  display: flex;
  justify-content: center;
  align-items: center;
  position: absolute;
  top: 0;
  width: 32px;
  height: 16px;
  font-size: 10px;
  color: #FFF;
}
.guide--details .l-S01 .l-S02, .guide--details .l-S02 .l-S02, .guide--details .l-S03 .l-S02, .guide--details .l-S04 .l-S02 {
  border: solid 1px #4D4D4D;
}
.guide--details .l-S01 .l-S02::after, .guide--details .l-S02 .l-S02::after, .guide--details .l-S03 .l-S02::after, .guide--details .l-S04 .l-S02::after {
  content: "S-02";
  left: 32px;
  background: #4D4D4D;
}
.guide--details .l-S01 .l-S03, .guide--details .l-S02 .l-S03, .guide--details .l-S03 .l-S03, .guide--details .l-S04 .l-S03 {
  border: solid 1px #666666;
}
.guide--details .l-S01 .l-S03::after, .guide--details .l-S02 .l-S03::after, .guide--details .l-S03 .l-S03::after, .guide--details .l-S04 .l-S03::after {
  content: "S-03";
  left: 0;
  background: #666666;
}
.guide--details .l-S01 .l-S04, .guide--details .l-S02 .l-S04, .guide--details .l-S03 .l-S04, .guide--details .l-S04 .l-S04 {
  border: solid 1px #808080;
}
.guide--details .l-S01 .l-S04::after, .guide--details .l-S02 .l-S04::after, .guide--details .l-S03 .l-S04::after, .guide--details .l-S04 .l-S04::after {
  content: "S-04";
  left: 32px;
  background: #808080;
}
.guide--details .l-S01 {
  border: solid 1px #000000;
}
.guide--details .l-S01::after {
  content: "S-01";
  left: 0;
  background: #000000;
}

.guide--details .l-LOGO,
.guide--line .l-LOGO {
  min-width: 120px;
  min-height: 40px;
  border: dashed 1px #FFF;
}

.guide--details .l-LOGO,
.guide--color .l-LOGO {
  min-width: 120px;
  min-height: 40px;
  background: rgba(255, 255, 255, 0.4);
}

.guide--details .l-L01, .guide--details .l-L02, .guide--details .l-L03, .guide--details .l-L04,
.guide--details .l-L05, .guide--details .l-L06, .guide--details .l-L07, .guide--details .l-L08,
.guide--details .l-L09, .guide--details .l-L10, .guide--details .l-L11, .guide--details .l-L12,
.guide--details .l-L13, .guide--details .l-L14, .guide--details .l-L15, .guide--details .l-L16 {
  position: relative;
  z-index: 0;
}
.guide--details .l-L01::after, .guide--details .l-L02::after, .guide--details .l-L03::after, .guide--details .l-L04::after,
.guide--details .l-L05::after, .guide--details .l-L06::after, .guide--details .l-L07::after, .guide--details .l-L08::after,
.guide--details .l-L09::after, .guide--details .l-L10::after, .guide--details .l-L11::after, .guide--details .l-L12::after,
.guide--details .l-L13::after, .guide--details .l-L14::after, .guide--details .l-L15::after, .guide--details .l-L16::after {
  position: absolute;
  bottom: 4px;
  right: 4px;
  font-size: 12px;
}
.guide--details .l-L01::after, .guide--details .l-L09::after {
  color: #E9000C;
}
.guide--details .l-L02::after, .guide--details .l-L10::after {
  color: #1CEFFF;
}
.guide--details .l-L03::after, .guide--details .l-L11::after {
  color: #A140FF;
}
.guide--details .l-L04::after, .guide--details .l-L12::after {
  color: #E6E900;
}
.guide--details .l-L05::after, .guide--details .l-L13::after {
  color: #FF1CF5;
}
.guide--details .l-L06::after, .guide--details .l-L14::after {
  color: #00D43E;
}
.guide--details .l-L07::after, .guide--details .l-L15::after {
  color: #1F00E9;
}
.guide--details .l-L08::after, .guide--details .l-L16::after {
  color: #F78A00;
}
.guide--details .l-L01::after {
  content: "L-01";
}
.guide--details .l-L02::after {
  content: "L-02";
}
.guide--details .l-L03::after {
  content: "L-03";
}
.guide--details .l-L04::after {
  content: "L-04";
}
.guide--details .l-L05::after {
  content: "L-05";
}
.guide--details .l-L06::after {
  content: "L-06";
}
.guide--details .l-L07::after {
  content: "L-07";
}
.guide--details .l-L08::after {
  content: "L-08";
}
.guide--details .l-L09::after {
  content: "L-09";
}
.guide--details .l-L10::after {
  content: "L-10";
}
.guide--details .l-L11::after {
  content: "L-11";
}
.guide--details .l-L12::after {
  content: "L-12";
}
.guide--details .l-L13::after {
  content: "L-13";
}
.guide--details .l-L14::after {
  content: "L-14";
}
.guide--details .l-L15::after {
  content: "L-15";
}
.guide--details .l-L16::after {
  content: "L-16";
}

.guide--details .l-L01, .guide--details .l-L02, .guide--details .l-L03, .guide--details .l-L04,
.guide--details .l-L05, .guide--details .l-L06, .guide--details .l-L07, .guide--details .l-L08,
.guide--details .l-L09, .guide--details .l-L10, .guide--details .l-L11, .guide--details .l-L12,
.guide--details .l-L13, .guide--details .l-L14, .guide--details .l-L15, .guide--details .l-L16,
.guide--line .l-L01,
.guide--line .l-L02,
.guide--line .l-L03,
.guide--line .l-L04,
.guide--line .l-L05,
.guide--line .l-L06,
.guide--line .l-L07,
.guide--line .l-L08,
.guide--line .l-L09,
.guide--line .l-L10,
.guide--line .l-L11,
.guide--line .l-L12,
.guide--line .l-L13,
.guide--line .l-L14,
.guide--line .l-L15,
.guide--line .l-L16 {
  border-style: dashed;
  border-width: 1px;
  min-height: 40px;
}
.guide--details .l-L01::before, .guide--details .l-L01::after, .guide--details .l-L02::before, .guide--details .l-L02::after, .guide--details .l-L03::before, .guide--details .l-L03::after, .guide--details .l-L04::before, .guide--details .l-L04::after,
.guide--details .l-L05::before,
.guide--details .l-L05::after, .guide--details .l-L06::before, .guide--details .l-L06::after, .guide--details .l-L07::before, .guide--details .l-L07::after, .guide--details .l-L08::before, .guide--details .l-L08::after,
.guide--details .l-L09::before,
.guide--details .l-L09::after, .guide--details .l-L10::before, .guide--details .l-L10::after, .guide--details .l-L11::before, .guide--details .l-L11::after, .guide--details .l-L12::before, .guide--details .l-L12::after,
.guide--details .l-L13::before,
.guide--details .l-L13::after, .guide--details .l-L14::before, .guide--details .l-L14::after, .guide--details .l-L15::before, .guide--details .l-L15::after, .guide--details .l-L16::before, .guide--details .l-L16::after,
.guide--line .l-L01::before,
.guide--line .l-L01::after,
.guide--line .l-L02::before,
.guide--line .l-L02::after,
.guide--line .l-L03::before,
.guide--line .l-L03::after,
.guide--line .l-L04::before,
.guide--line .l-L04::after,
.guide--line .l-L05::before,
.guide--line .l-L05::after,
.guide--line .l-L06::before,
.guide--line .l-L06::after,
.guide--line .l-L07::before,
.guide--line .l-L07::after,
.guide--line .l-L08::before,
.guide--line .l-L08::after,
.guide--line .l-L09::before,
.guide--line .l-L09::after,
.guide--line .l-L10::before,
.guide--line .l-L10::after,
.guide--line .l-L11::before,
.guide--line .l-L11::after,
.guide--line .l-L12::before,
.guide--line .l-L12::after,
.guide--line .l-L13::before,
.guide--line .l-L13::after,
.guide--line .l-L14::before,
.guide--line .l-L14::after,
.guide--line .l-L15::before,
.guide--line .l-L15::after,
.guide--line .l-L16::before,
.guide--line .l-L16::after {
  opacity: 0.5;
}
.guide--details .l-L01, .guide--details .l-L09,
.guide--line .l-L01,
.guide--line .l-L09 {
  border-color: #E9000C;
}
.guide--details .l-L02, .guide--details .l-L10,
.guide--line .l-L02,
.guide--line .l-L10 {
  border-color: #1CEFFF;
}
.guide--details .l-L03, .guide--details .l-L11,
.guide--line .l-L03,
.guide--line .l-L11 {
  border-color: #A140FF;
}
.guide--details .l-L04, .guide--details .l-L12,
.guide--line .l-L04,
.guide--line .l-L12 {
  border-color: #E6E900;
}
.guide--details .l-L05, .guide--details .l-L13,
.guide--line .l-L05,
.guide--line .l-L13 {
  border-color: #FF1CF5;
}
.guide--details .l-L06, .guide--details .l-L14,
.guide--line .l-L06,
.guide--line .l-L14 {
  border-color: #00D43E;
}
.guide--details .l-L07, .guide--details .l-L15,
.guide--line .l-L07,
.guide--line .l-L15 {
  border-color: #1F00E9;
}
.guide--details .l-L08, .guide--details .l-L16,
.guide--line .l-L08,
.guide--line .l-L16 {
  border-color: #F78A00;
}

.guide--details .l-L01, .guide--details .l-L02, .guide--details .l-L03, .guide--details .l-L04,
.guide--details .l-L05, .guide--details .l-L06, .guide--details .l-L07, .guide--details .l-L08,
.guide--details .l-L09, .guide--details .l-L10, .guide--details .l-L11, .guide--details .l-L12,
.guide--details .l-L13, .guide--details .l-L14, .guide--details .l-L15, .guide--details .l-L16,
.guide--color .l-L01,
.guide--color .l-L02,
.guide--color .l-L03,
.guide--color .l-L04,
.guide--color .l-L05,
.guide--color .l-L06,
.guide--color .l-L07,
.guide--color .l-L08,
.guide--color .l-L09,
.guide--color .l-L10,
.guide--color .l-L11,
.guide--color .l-L12,
.guide--color .l-L13,
.guide--color .l-L14,
.guide--color .l-L15,
.guide--color .l-L16 {
  min-height: 40px;
}
.guide--details .l-L01::before, .guide--details .l-L01::after, .guide--details .l-L02::before, .guide--details .l-L02::after, .guide--details .l-L03::before, .guide--details .l-L03::after, .guide--details .l-L04::before, .guide--details .l-L04::after,
.guide--details .l-L05::before,
.guide--details .l-L05::after, .guide--details .l-L06::before, .guide--details .l-L06::after, .guide--details .l-L07::before, .guide--details .l-L07::after, .guide--details .l-L08::before, .guide--details .l-L08::after,
.guide--details .l-L09::before,
.guide--details .l-L09::after, .guide--details .l-L10::before, .guide--details .l-L10::after, .guide--details .l-L11::before, .guide--details .l-L11::after, .guide--details .l-L12::before, .guide--details .l-L12::after,
.guide--details .l-L13::before,
.guide--details .l-L13::after, .guide--details .l-L14::before, .guide--details .l-L14::after, .guide--details .l-L15::before, .guide--details .l-L15::after, .guide--details .l-L16::before, .guide--details .l-L16::after,
.guide--color .l-L01::before,
.guide--color .l-L01::after,
.guide--color .l-L02::before,
.guide--color .l-L02::after,
.guide--color .l-L03::before,
.guide--color .l-L03::after,
.guide--color .l-L04::before,
.guide--color .l-L04::after,
.guide--color .l-L05::before,
.guide--color .l-L05::after,
.guide--color .l-L06::before,
.guide--color .l-L06::after,
.guide--color .l-L07::before,
.guide--color .l-L07::after,
.guide--color .l-L08::before,
.guide--color .l-L08::after,
.guide--color .l-L09::before,
.guide--color .l-L09::after,
.guide--color .l-L10::before,
.guide--color .l-L10::after,
.guide--color .l-L11::before,
.guide--color .l-L11::after,
.guide--color .l-L12::before,
.guide--color .l-L12::after,
.guide--color .l-L13::before,
.guide--color .l-L13::after,
.guide--color .l-L14::before,
.guide--color .l-L14::after,
.guide--color .l-L15::before,
.guide--color .l-L15::after,
.guide--color .l-L16::before,
.guide--color .l-L16::after {
  opacity: 0.5;
}
.guide--details .l-L01, .guide--details .l-L09,
.guide--color .l-L01,
.guide--color .l-L09 {
  background: rgba(230, 0, 10, 0.2);
}
.guide--details .l-L02, .guide--details .l-L10,
.guide--color .l-L02,
.guide--color .l-L10 {
  background: rgba(30, 240, 255, 0.2);
}
.guide--details .l-L03, .guide--details .l-L11,
.guide--color .l-L03,
.guide--color .l-L11 {
  background: rgba(120, 0, 230, 0.1);
}
.guide--details .l-L04, .guide--details .l-L12,
.guide--color .l-L04,
.guide--color .l-L12 {
  background: rgba(230, 230, 0, 0.2);
}
.guide--details .l-L05, .guide--details .l-L13,
.guide--color .l-L05,
.guide--color .l-L13 {
  background: rgba(255, 30, 245, 0.2);
}
.guide--details .l-L06, .guide--details .l-L14,
.guide--color .l-L06,
.guide--color .l-L14 {
  background: rgba(0, 210, 60, 0.2);
}
.guide--details .l-L07, .guide--details .l-L15,
.guide--color .l-L07,
.guide--color .l-L15 {
  background: rgba(30, 0, 230, 0.2);
}
.guide--details .l-L08, .guide--details .l-L16,
.guide--color .l-L08,
.guide--color .l-L16 {
  background: rgba(250, 140, 0, 0.2);
}

.guide--details .l-I01, .guide--details .l-I02, .guide--details .l-I03, .guide--details .l-I04,
.guide--details .l-I05, .guide--details .l-I06, .guide--details .l-I07, .guide--details .l-I08,
.guide--details .l-V01, .guide--details .l-V02, .guide--details .l-V03, .guide--details .l-V04,
.guide--details .l-V05, .guide--details .l-V06, .guide--details .l-V07, .guide--details .l-V08 {
  position: relative;
}
.guide--details .l-I01::after, .guide--details .l-I02::after, .guide--details .l-I03::after, .guide--details .l-I04::after,
.guide--details .l-I05::after, .guide--details .l-I06::after, .guide--details .l-I07::after, .guide--details .l-I08::after,
.guide--details .l-V01::after, .guide--details .l-V02::after, .guide--details .l-V03::after, .guide--details .l-V04::after,
.guide--details .l-V05::after, .guide--details .l-V06::after, .guide--details .l-V07::after, .guide--details .l-V08::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto;
  width: 30%;
  height: 30%;
  aspect-ratio: 4/3;
  background-position: center;
  background-size: auto;
  background-repeat: no-repeat;
}
.guide--details .l-I01::after, .guide--details .l-I02::after, .guide--details .l-I03::after, .guide--details .l-I04::after,
.guide--details .l-I05::after, .guide--details .l-I06::after, .guide--details .l-I07::after, .guide--details .l-I08::after {
  background-image: url(../svg/guide/guide_image.svg);
}
.guide--details .l-V01::after, .guide--details .l-V02::after, .guide--details .l-V03::after, .guide--details .l-V04::after,
.guide--details .l-V05::after, .guide--details .l-V06::after, .guide--details .l-V07::after, .guide--details .l-V08::after {
  background-image: url(../svg/guide/guide_video.svg);
}

.guide--details .l-I01, .guide--details .l-I02, .guide--details .l-I03, .guide--details .l-I04,
.guide--details .l-I05, .guide--details .l-I06, .guide--details .l-I07, .guide--details .l-I08,
.guide--details .l-V01, .guide--details .l-V02, .guide--details .l-V03, .guide--details .l-V04,
.guide--details .l-V05, .guide--details .l-V06, .guide--details .l-V07, .guide--details .l-V08,
.guide--line .l-I01,
.guide--line .l-I02,
.guide--line .l-I03,
.guide--line .l-I04,
.guide--line .l-I05,
.guide--line .l-I06,
.guide--line .l-I07,
.guide--line .l-I08,
.guide--line .l-V01,
.guide--line .l-V02,
.guide--line .l-V03,
.guide--line .l-V04,
.guide--line .l-V05,
.guide--line .l-V06,
.guide--line .l-V07,
.guide--line .l-V08 {
  display: inline-block;
  min-width: 200px;
  aspect-ratio: 16/9;
  border-style: dashed;
  border-width: 1px;
  border-color: #FFF;
}

.guide--details .l-I01, .guide--details .l-I02, .guide--details .l-I03, .guide--details .l-I04,
.guide--details .l-I05, .guide--details .l-I06, .guide--details .l-I07, .guide--details .l-I08,
.guide--details .l-V01, .guide--details .l-V02, .guide--details .l-V03, .guide--details .l-V04,
.guide--details .l-V05, .guide--details .l-V06, .guide--details .l-V07, .guide--details .l-V08,
.guide--color .l-I01,
.guide--color .l-I02,
.guide--color .l-I03,
.guide--color .l-I04,
.guide--color .l-I05,
.guide--color .l-I06,
.guide--color .l-I07,
.guide--color .l-I08,
.guide--color .l-V01,
.guide--color .l-V02,
.guide--color .l-V03,
.guide--color .l-V04,
.guide--color .l-V05,
.guide--color .l-V06,
.guide--color .l-V07,
.guide--color .l-V08 {
  display: inline-block;
  min-width: 200px;
  aspect-ratio: 16/9;
  background: rgba(255, 255, 255, 0.2);
}

.b-head {
  font-size: 22px;
  font-weight: 900;
  line-height: 36px;
}
@media screen and (min-width: 960px) {
  .b-head {
    font-size: 28px;
  }
}
.b-head--mid {
  font-size: 20px;
  font-weight: 900;
  line-height: 30px;
}
.b-head--min {
  font-size: 16px;
  font-weight: 900;
  line-height: 20px;
}
@media screen and (min-width: 960px) {
  .b-head--min {
    font-size: 20px;
    line-height: 26px;
  }
}
.b-head--other {
  position: relative;
  font-size: 18px;
  font-weight: 700;
  padding-bottom: 16px;
  margin-bottom: 24px;
  letter-spacing: 3px;
  color: #D0D3AA;
}
@media screen and (min-width: 960px) {
  .b-head--other {
    font-size: 30px;
  }
}
.b-head--other::before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 40px;
  height: 1px;
  background: #D0D3AA;
}

.b-text {
  font-size: 14px;
  line-height: 1.5;
}
@media screen and (min-width: 680px) {
  .b-text {
    font-size: 15px;
    line-height: 1.6;
  }
}
@media screen and (min-width: 960px) {
  .b-text {
    font-size: 16px;
    line-height: 1.7;
  }
}
.b-text--mid {
  font-size: 12px;
}
.b-text--min {
  font-size: 10px;
}
.b-text--link {
  text-decoration: underline;
}
.b-text--center {
  text-align: center;
}
.b-text--right {
  text-align: right;
}
.b-text span {
  display: inline-block;
}

.m-article .b-head {
  margin-bottom: 24px;
}
@media screen and (min-width: 960px) {
  .m-article .b-head {
    margin-bottom: 32px;
  }
}
.m-article .b-text:not(:last-child) {
  margin-bottom: 16px;
}
@media screen and (min-width: 960px) {
  .m-article .b-text:not(:last-child) {
    margin-bottom: 24px;
  }
}

.l-top-intro .l-S02 {
  padding-top: 40px;
}
@media screen and (min-width: 960px) {
  .l-top-intro .l-S02 {
    padding-top: 80px;
  }
}
.l-top-intro .l-L02 {
  padding-bottom: 40px;
  max-width: 600px;
  margin: 0 auto;
}
@media screen and (min-width: 960px) {
  .l-top-intro .l-L02 {
    padding-bottom: 80px;
    max-width: 100%;
  }
}
.l-top-intro .l-L03 {
  max-width: 600px;
  margin: 0 auto;
  padding-bottom: 40px;
}
@media screen and (min-width: 960px) {
  .l-top-intro .l-L03 {
    padding-bottom: 80px;
  }
}
.l-top-intro .l-L03 .b-text {
  line-height: 28px;
}
@media screen and (min-width: 960px) {
  .l-top-intro .l-L03 .b-text {
    line-height: 48px;
  }
}

.l-top-about {
  overflow: hidden;
}
.l-top-about .l-L01 {
  position: relative;
  padding-bottom: 80px;
}
@media screen and (min-width: 960px) {
  .l-top-about .l-L01 {
    padding-bottom: 120px;
    padding-top: 40px;
  }
}
.l-top-about .l-L01::before, .l-top-about .l-L01::after {
  content: "";
  position: absolute;
  width: 80px;
  height: 80px;
  animation: icon_move steps(2) infinite 1s;
  transform: rotate(-15deg);
}
@media screen and (min-width: 960px) {
  .l-top-about .l-L01::before, .l-top-about .l-L01::after {
    width: 200px;
    height: 200px;
  }
}
.l-top-about .l-L01::before {
  top: 0;
  right: 0;
  background-position: center;
  background-size: 100%;
  background-repeat: no-repeat;
  background-image: url(../svg/graphic_scissors.svg);
}
@media screen and (min-width: 960px) {
  .l-top-about .l-L01::before {
    right: 120px;
  }
}
.l-top-about .l-L01::after {
  bottom: 0;
  left: 0;
  background-position: center;
  background-size: 100%;
  background-repeat: no-repeat;
  background-image: url(../svg/graphic_dryer.svg);
}
@media screen and (min-width: 960px) {
  .l-top-about .l-L01::after {
    left: 120px;
  }
}
.l-top-about .l-S02 {
  padding: 40px 0 80px;
}
@media screen and (min-width: 960px) {
  .l-top-about .l-S02 {
    padding: 80px 0 160px;
  }
}

@keyframes icon_move {
  0% {
    transform: rotate(-15deg);
  }
  100% {
    transform: rotate(15deg);
  }
}
.l-top-reserve {
  overflow: hidden;
}
.l-top-reserve .l-S02 {
  padding-bottom: 64px;
}
@media screen and (min-width: 960px) {
  .l-top-reserve .l-S02 {
    padding-bottom: 120px;
  }
}
.l-top-reserve .b-sectionTitle {
  text-align: left;
  padding-left: 80px;
}
@media screen and (min-width: 960px) {
  .l-top-reserve .b-sectionTitle {
    padding-left: 0;
  }
}
.l-top-reserve .b-sectionTitle::before {
  justify-content: flex-start;
  padding-left: 80px;
}
@media screen and (min-width: 960px) {
  .l-top-reserve .b-sectionTitle::before {
    padding-left: 0;
  }
}
.l-top-reserve .b-sectionTitle::after {
  content: "";
  position: absolute;
  bottom: -8px;
  left: 0;
  width: 72px;
  height: 80px;
  background-position: center;
  background-size: 100%;
  background-repeat: no-repeat;
  background-image: url(../svg/graphic_carender.svg);
  background-position: center bottom;
}
@media screen and (min-width: 960px) {
  .l-top-reserve .b-sectionTitle::after {
    left: -144px;
    width: 120px;
    height: 120px;
  }
}
.l-top-reserve .l-L01 {
  position: relative;
  z-index: 0;
  padding-top: 348px;
}
.l-top-reserve .l-L01::before {
  content: "";
  position: absolute;
  z-index: -1;
  top: 0;
  left: calc( 24px * -1);
  width: 100vw;
  height: 380px;
  background: #B7B7B7;
  background-position: center;
  background-size: 100%;
  background-repeat: no-repeat;
  background-image: url(../img/top_reserve_1.jpg);
  background-size: cover;
}
@media screen and (min-width: 960px) {
  .l-top-reserve .l-L01::before {
    left: 120px;
    width: calc( ((100vw - 1080px) / 2) + 1080px - 120px );
    height: 100%;
    background-image: url("../img/top_reserve_pc1.jpg");
  }
}
@media screen and (min-width: 960px) {
  .l-top-reserve .l-L01 {
    padding-top: 0;
    display: flex;
    align-items: center;
    height: 856px;
  }
}
@media screen and (min-width: 960px) {
  .l-top-reserve .l-L02 {
    width: 480px;
  }
}
.l-top-reserve .l-L03 {
  padding-bottom: 40px;
}
@media screen and (min-width: 960px) {
  .l-top-reserve .l-L03 {
    padding-bottom: 64px;
  }
}
.l-top-reserve .l-L04 {
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 40px 0 64px;
}
@media screen and (min-width: 960px) {
  .l-top-reserve .l-L04 {
    justify-content: flex-start;
    padding: 80px 0 0;
  }
}

.l-top-hairstyle .l-S02 {
  position: relative;
  z-index: 0;
  padding-top: 64px;
}
.l-top-hairstyle .l-S02::before {
  content: "";
  position: absolute;
  z-index: -1;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #2B3448;
}
@media screen and (min-width: 960px) {
  .l-top-hairstyle .l-S02::before {
    height: calc(100% - 112px);
  }
}
.l-top-hairstyle .l-L02 {
  padding-bottom: 40px;
}
@media screen and (min-width: 960px) {
  .l-top-hairstyle .l-L02 {
    padding-bottom: 80px;
  }
}
.l-top-hairstyle .l-L03 {
  padding-bottom: 40px;
}
@media screen and (min-width: 960px) {
  .l-top-hairstyle .l-L03 {
    text-align: center;
    padding-bottom: 80px;
  }
}
.l-top-hairstyle .l-L03 br {
  display: none;
}
@media screen and (min-width: 960px) {
  .l-top-hairstyle .l-L03 br {
    display: block;
  }
}
.l-top-hairstyle .l-L04 {
  padding-bottom: 40px;
}
@media screen and (min-width: 960px) {
  .l-top-hairstyle .l-L04 {
    width: 680px;
    margin: 0 auto;
    padding-bottom: 80px;
  }
}

.l-top-news .l-S02 {
  padding: 64px 0;
}
@media screen and (min-width: 960px) {
  .l-top-news .l-S02 {
    padding: 88px 0;
  }
}
@media screen and (min-width: 960px) {
  .l-top-news .l-L01 {
    display: flex;
    justify-content: space-between;
    align-items: center;
  }
}
.l-top-news .l-L02 {
  padding-bottom: 40px;
}
@media screen and (min-width: 960px) {
  .l-top-news .l-L02 {
    width: 320px;
  }
}
@media screen and (min-width: 960px) {
  .l-top-news .l-L03 {
    width: calc(100% - 320px - 80px);
  }
}

.l-top-access .l-S02 {
  padding-bottom: 80px;
}
@media screen and (min-width: 960px) {
  .l-top-access .l-S02 {
    padding-bottom: 80px;
  }
}
.l-top-access .l-L02 {
  padding-bottom: 40px;
}
@media screen and (min-width: 960px) {
  .l-top-access .l-L02 {
    padding: 40px 0 80px;
  }
}
@media screen and (min-width: 960px) {
  .l-top-access .l-L03 {
    position: relative;
    display: flex;
    min-height: 720px;
  }
}
@media screen and (min-width: 960px) {
  .l-top-access .l-L04 {
    position: absolute;
    right: 500px;
    width: calc(100% - 420px - 80px + (100vw - 1080px) / 2);
  }
}
@media screen and (min-width: 960px) {
  .l-top-access .l-L05 {
    display: flex;
    flex-direction: column;
    width: 420px;
    margin: 0 0 0 auto;
  }
}
.l-top-access .l-L05 .l-L06 {
  padding: 8px 0 40px;
}
@media screen and (min-width: 960px) {
  .l-top-access .l-L05 .l-L06 {
    order: 2;
    padding: 0 0 40px;
  }
}
.l-top-access .l-L05 .l-L07 {
  padding-bottom: 40px;
}
@media screen and (min-width: 960px) {
  .l-top-access .l-L05 .l-L07 {
    order: 1;
  }
}
@media screen and (min-width: 960px) {
  .l-top-access .l-L05 .l-L08 {
    order: 3;
  }
}
.l-top-access .l-L05 .l-L09 {
  display: flex;
  justify-content: center;
  align-items: center;
  padding-bottom: 24px;
}
.l-top-access .l-L05 .l-L10 {
  display: flex;
  justify-content: center;
  align-items: center;
}

.l-menu-intro .l-S02,
.l-reserve-intro .l-S02 {
  padding: 0 0 64px;
}
@media screen and (min-width: 960px) {
  .l-menu-intro .l-S02,
.l-reserve-intro .l-S02 {
    padding: 0 0 88px;
  }
}
@media screen and (min-width: 960px) {
  .l-menu-intro .l-L01,
.l-reserve-intro .l-L01 {
    display: flex;
  }
}
.l-menu-intro .l-L01 .l-L02,
.l-reserve-intro .l-L01 .l-L02 {
  position: relative;
}
.l-menu-intro .l-L01 .l-L02::before,
.l-reserve-intro .l-L01 .l-L02::before {
  content: "";
  position: absolute;
  top: -104px;
  right: 0;
  width: 112px;
  height: 112px;
  animation: icon_move steps(2) infinite 1s;
  transform: rotate(-15deg);
}
@media screen and (min-width: 960px) {
  .l-menu-intro .l-L01 .l-L02::before,
.l-reserve-intro .l-L01 .l-L02::before {
    top: 0;
    right: -500px;
    width: 240px;
    height: 240px;
  }
}
@media screen and (min-width: 960px) {
  .l-menu-intro .l-L01 .l-L02,
.l-reserve-intro .l-L01 .l-L02 {
    width: 560px;
  }
}

.l-menu-intro .l-L02::before {
  background-position: center;
  background-size: 100%;
  background-repeat: no-repeat;
  background-image: url(../svg/graphic_scissors.svg);
}

.l-reserve-intro .l-L02::before {
  background-position: center;
  background-size: 100%;
  background-repeat: no-repeat;
  background-image: url(../svg/graphic_magazine.svg);
}

.l-about-profile .l-S02 {
  padding-bottom: 80px;
}
.l-about-profile .l-L01 {
  display: flex;
  flex-direction: column;
}
@media screen and (min-width: 960px) {
  .l-about-profile .l-L01 {
    flex-direction: row;
    justify-content: space-between;
  }
}
.l-about-profile .l-L01 .l-L02 {
  width: 100%;
}
@media screen and (min-width: 960px) {
  .l-about-profile .l-L01 .l-L02 {
    width: 300px;
  }
}
.l-about-profile .l-L01 .l-L03 {
  width: 100%;
  padding-top: 64px;
}
@media screen and (min-width: 960px) {
  .l-about-profile .l-L01 .l-L03 {
    width: calc(100% - 300px - 64px);
    padding-top: 0;
  }
}
.l-about-profile .l-L01 .l-L05 {
  padding-top: 64px;
}
.l-about-profile .l-L01 .l-L06 {
  padding-top: 64px;
}

.l-about-shop {
  overflow: hidden;
}
.l-about-shop .l-S02 {
  padding: 0 0 80px;
}
@media screen and (min-width: 960px) {
  .l-about-shop .l-S02 {
    padding: 88px 0;
  }
}
.l-about-shop .l-L02 {
  position: relative;
  z-index: 0;
}
@media screen and (min-width: 960px) {
  .l-about-shop .l-L02 {
    padding: 160px 0;
  }
}
.l-about-shop .l-L02::before {
  content: "";
  position: absolute;
  z-index: -1;
  top: 0;
  left: 0;
  width: 100%;
  height: 300px;
  background-position: center;
  background-size: 100%;
  background-repeat: no-repeat;
  background-image: url(../img/shop.jpg);
  background-size: cover;
}
@media screen and (min-width: 960px) {
  .l-about-shop .l-L02::before {
    background-image: url("../img/shop_pc.jpg");
  }
}
@media screen and (min-width: 960px) {
  .l-about-shop .l-L02::before {
    left: 180px;
    width: calc((100vw - 1080px) / 2 + (1080px - 180px ));
    height: 100%;
  }
}
@media screen and (min-width: 960px) {
  .l-about-shop .l-L03 {
    width: 420px;
  }
}
@media screen and (min-width: 960px) {
  .l-about-shop .l-L04 {
    padding-bottom: 40px;
  }
}
.l-about-shop .l-L05 {
  padding-bottom: 40px;
}
@media screen and (min-width: 960px) {
  .l-about-shop .l-L05 {
    padding-bottom: 0;
  }
}
@media screen and (min-width: 960px) {
  .l-about-shop .l-L06 {
    position: relative;
    z-index: 0;
    top: -40px;
  }
}
@media screen and (min-width: 960px) {
  .l-about-shop .l-L06::before {
    content: "";
    position: absolute;
    z-index: -1;
    top: -40px;
    right: -40px;
    width: calc((100vw - 1080px) / 2 + (1080px + 40px ));
    height: calc(100% + 80px);
    background: #2B3448;
  }
}

.l-menu-menu .l-S02 {
  padding-bottom: 64px;
}
@media screen and (min-width: 960px) {
  .l-menu-menu .l-S02 {
    padding-bottom: 88px;
  }
}
@media screen and (min-width: 960px) {
  .l-menu-menu .l-L02 {
    display: flex;
    justify-content: space-between;
  }
}
.l-menu-menu .l-L02 .l-L03,
.l-menu-menu .l-L02 .l-L04,
.l-menu-menu .l-L02 .l-L05 {
  padding-bottom: 64px;
}
@media screen and (min-width: 960px) {
  .l-menu-menu .l-L02 .l-L03,
.l-menu-menu .l-L02 .l-L04,
.l-menu-menu .l-L02 .l-L05 {
    position: relative;
    width: calc((100% - 80px) / 3);
    padding-bottom: 0;
  }
  .l-menu-menu .l-L02 .l-L03:not(:last-child)::before,
.l-menu-menu .l-L02 .l-L04:not(:last-child)::before,
.l-menu-menu .l-L02 .l-L05:not(:last-child)::before {
    content: "";
    position: absolute;
    top: 0;
    right: -20px;
    width: 1px;
    height: 100%;
    border-left: dashed 1px #EFEFEF;
  }
}
@media screen and (min-width: 960px) {
  .l-menu-menu .l-L02 .l-L05 .b-menuList {
    position: sticky;
    top: 96px;
  }
}
.l-menu-menu .l-L06 {
  display: flex;
  justify-content: center;
  align-items: center;
}
@media screen and (min-width: 960px) {
  .l-menu-menu .l-L06 {
    padding-top: 80px;
  }
}

.l-reserve-flow .l-S02 {
  padding-bottom: 80px;
}
.l-reserve-flow .l-L03 {
  padding-bottom: 40px;
}
.l-reserve-flow .l-L04 {
  display: flex;
  justify-content: center;
  align-items: center;
  display: none;
}
@media screen and (min-width: 960px) {
  .l-reserve-flow .l-L04 {
    padding: 80px 0;
  }
}
@media screen and (min-width: 960px) {
  .l-reserve-flow .l-L04 .l-V01 {
    width: 800px;
    height: auto;
    aspect-ratio: 16/9;
  }
}
@media screen and (min-width: 960px) {
  .l-reserve-flow .l-L05 {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    gap: 40px;
  }
  .l-reserve-flow .l-L05 .b-stepCard {
    width: calc((100% - 80px) / 2);
  }
}

.l-reserve-contact .l-S02 {
  padding-bottom: 80px;
}
.l-reserve-contact .l-L02 {
  padding-bottom: 40px;
}
.l-reserve-contact .l-L03 {
  display: flex;
  justify-content: center;
  align-items: center;
  padding-bottom: 40px;
}
@media screen and (min-width: 960px) {
  .l-reserve-contact .l-L04 {
    display: flex;
    justify-content: space-between;
  }
}
@media screen and (min-width: 960px) {
  .l-reserve-contact .l-L04 .l-L05 {
    width: calc(50% - 48px);
  }
}
.l-reserve-contact .l-L04 .l-L06 {
  position: relative;
  padding-top: 24px;
  margin-top: 24px;
}
@media screen and (min-width: 960px) {
  .l-reserve-contact .l-L04 .l-L06 {
    margin: 0 0 0 24px;
    padding: 0 0 0 24px;
    width: 50%;
  }
}
.l-reserve-contact .l-L04 .l-L06::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 1px;
  background: #2B3448;
}
@media screen and (min-width: 960px) {
  .l-reserve-contact .l-L04 .l-L06::before {
    width: 1px;
    height: 100%;
  }
}
.l-reserve-contact .l-L04 .l-L06 .b-head {
  margin-bottom: 16px;
}

.l-section {
  width: 100%;
}
.l-section__outside {
  width: 100%;
}
.l-section__inside {
  width: calc( 100% - 24px * 2);
  max-width: 1080px;
  margin: 0 auto;
}

.m-header {
  position: fixed;
  z-index: 1000;
  top: 0;
  left: 0;
  width: 100%;
  height: 80px;
  background: #151A24;
}
.m-header__wrapper {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  max-width: 1080px;
  height: 100%;
  margin: 0 auto;
}
.m-header__logo {
  display: flex;
  width: 168px;
  height: 40px;
  margin-left: 8px;
}
.m-header__logo img {
  height: 100%;
}

.m-hederNavi--typeA {
  position: fixed;
  z-index: 990;
  top: -100%;
  left: 0;
  width: 100%;
  height: 100%;
  padding: 112px 24px;
  background: rgba(0, 0, 0, 0.9);
  transition: all 0.6s ease-out;
}
@media screen and (min-width: 960px) {
  .m-hederNavi--typeA {
    position: static;
    padding: 0;
  }
  .m-hederNavi--typeA .l-layout1,
.m-hederNavi--typeA .l-layout2 {
    padding: 0 !important;
  }
}
.m-hederNavi--typeA::before {
  content: "";
  position: absolute;
  z-index: -1;
  right: 0;
  bottom: 0;
  width: 184px;
  height: 184px;
  background: url(../svg/graphic_scissors_dark.svg) top left/120% no-repeat;
}
@media screen and (min-width: 960px) {
  .m-hederNavi--typeA::before {
    display: none;
  }
}
@media screen and (min-width: 960px) {
  .m-hederNavi--typeA .m-hederNavi__menu {
    position: fixed;
    z-index: 1010;
    top: 0;
    right: calc((100% - 1080px) / 2);
    display: flex;
    justify-content: flex-end;
    width: calc( 1080px - 240px );
  }
}
.m-hederNavi--typeA .m-hederNavi__item a {
  position: relative;
  display: flex;
  align-items: center;
  height: 56px;
  color: #FFFFFF;
}
@media screen and (min-width: 960px) {
  .m-hederNavi--typeA .m-hederNavi__item a {
    justify-content: flex-end;
    height: 80px;
    margin-left: 40px;
    transition: all linear 0.2s;
  }
  .m-hederNavi--typeA .m-hederNavi__item a:hover {
    opacity: 0.7;
    transform: translate(0, 4px);
  }
}
.m-hederNavi--typeA .m-hederNavi__item a::before {
  content: "";
  position: absolute;
  top: 0;
  right: 8px;
  bottom: 0;
  margin: auto 0;
  width: 8px;
  height: 8px;
  border-top: solid 2px #666;
  border-right: solid 2px #666;
  transform: rotate(45deg);
}
@media screen and (min-width: 960px) {
  .m-hederNavi--typeA .m-hederNavi__item a::before {
    display: none;
  }
}
.m-hederNavi--typeA .m-hederNavi__item > a {
  font-size: 15px;
  font-weight: bold;
  border-bottom: solid 1px #555;
}
@media screen and (min-width: 960px) {
  .m-hederNavi--typeA .m-hederNavi__item > a {
    border-width: 0;
  }
}
.m-hederNavi--typeA .m-hederNavi__item:first-child > a {
  border-top: solid 1px #555;
}
@media screen and (min-width: 960px) {
  .m-hederNavi--typeA .m-hederNavi__item:first-child > a {
    border-width: 0;
  }
}
.m-hederNavi--typeA .m-hederNavi__item--active a {
  position: relative;
  text-indent: 16px;
}
@media screen and (min-width: 960px) {
  .m-hederNavi--typeA .m-hederNavi__item--active a {
    text-indent: 0;
  }
}
.m-hederNavi--typeA .m-hederNavi__item--active a::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  margin: auto 0;
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: #D0D3AA;
}
@media screen and (min-width: 960px) {
  .m-hederNavi--typeA .m-hederNavi__item--active a::after {
    top: 16px;
    right: 0;
    margin: 0 auto;
  }
}
.m-hederNavi--typeA .m-navi__subitem a {
  padding-left: 16px;
  font-size: 14px;
  border-bottom: dotted 1px #555;
}
@media screen and (min-width: 960px) {
  .m-hederNavi--typeA .m-navi__subitem a {
    border-width: 0;
  }
}
.m-hederNavi--typeA .l-layout1 {
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 40px 0;
}

#navi:checked ~ .m-hederNavi--typeA {
  top: 0;
}

.m-footer {
  width: 100%;
  padding: 40px 0 24px;
  background: #2B3448;
}
@media screen and (min-width: 960px) {
  .m-footer {
    padding: 64px 0 40px;
  }
}
.m-footer__logo {
  display: flex;
  width: 88px;
  height: 88px;
  margin: 0 auto 24px;
}
@media screen and (min-width: 960px) {
  .m-footer__logo {
    width: 140px;
    height: 140px;
    margin-bottom: 64px;
  }
}
.m-footer__logo img {
  width: 100%;
}
.m-footer .m-footerNavi--typeA {
  margin: 0 24px;
}
@media screen and (min-width: 960px) {
  .m-footer .m-footerNavi--typeA .m-footerNavi__menu {
    display: flex;
    justify-content: center;
  }
}
.m-footer .m-footerNavi--typeA .footerNavi__item a {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 40px;
  font-size: 14px;
  text-decoration: underline;
}
@media screen and (min-width: 960px) {
  .m-footer .m-footerNavi--typeA .footerNavi__item a {
    padding: 0 24px;
    font-size: 16px;
    transition: all ease 0.3s;
  }
  .m-footer .m-footerNavi--typeA .footerNavi__item a:hover {
    opacity: 0.5;
  }
}
.m-footer .m-footerNavi--typeA .m-footerNav__other {
  display: flex;
  flex-wrap: wrap;
}
.m-footer .m-footerNavi--typeA .m-footerNav__other > li a {
  font-size: 12px;
  text-decoration: underline;
}
.m-footer .m-footerNavi--typeA .l-layout1 {
  padding-top: 40px;
}
.m-footer__copyright {
  display: block;
  width: 100%;
  text-align: center;
  margin-top: 24px;
  font-size: 10px;
}

.m-aboutShop {
  position: relative;
  z-index: 0;
  padding-bottom: 40px;
}
.m-aboutShop:not(:last-child) {
  margin-bottom: 40px;
}
.m-aboutShop::before {
  content: "";
  position: absolute;
  z-index: -1;
  top: 40px;
  left: 0;
  width: calc( 100% + 24px );
  height: calc(100% - 40px);
  background: #2B3448;
}
@media screen and (min-width: 960px) {
  .m-aboutShop::before {
    top: 80px;
    height: calc(100% - 80px);
  }
}
.m-aboutShop__photo {
  position: relative;
  left: calc( 24px * -1 );
  width: calc( 100% + 24px );
  aspect-ratio: 6/4;
}
.m-aboutShop__photo img {
  position: relative;
  z-index: 1;
  width: 100%;
  opacity: 0;
}
.m-aboutShop__photo span {
  display: block;
  position: absolute;
  z-index: 4;
  bottom: -12px;
  right: -8px;
  font-family: "Pacifico";
  font-size: 26px;
  color: #D0D3AA;
}
@media screen and (min-width: 960px) {
  .m-aboutShop__photo span {
    font-size: 40px;
    bottom: 24px;
  }
}
.m-aboutShop__photo::before {
  content: "";
  position: absolute;
  z-index: 2;
  top: 0;
  left: 0;
  width: 0;
  height: 100%;
}
.m-aboutShop__wrapper {
  padding-top: 40px;
}
.m-aboutShop__wrapper .m-article {
  padding-left: 24px;
}
@media screen and (min-width: 960px) {
  .m-aboutShop__wrapper .m-article {
    padding-left: 0;
  }
}
.m-aboutShop__box {
  padding-top: 24px;
  display: flex;
  justify-content: center;
  align-items: center;
}
@media screen and (min-width: 960px) {
  .m-aboutShop__box {
    padding-top: 48px;
  }
}

@media screen and (min-width: 960px) {
  .m-aboutShop:first-child {
    margin-bottom: 80px;
  }
  .m-aboutShop:first-child::before {
    width: calc( ( (100vw - 1080px) / 2 ) + 1080px );
  }
  .m-aboutShop:first-child .m-aboutShop__photo {
    position: absolute;
    top: 0;
    left: -424px;
    width: 980px;
    height: 680px;
  }
  .m-aboutShop:first-child .m-aboutShop__photo span {
    top: 140px;
    bottom: auto;
    left: 1044px;
    right: auto;
    width: 400px;
  }
  .m-aboutShop:first-child .m-aboutShop__wrapper {
    margin: 0 0 0 auto;
    padding: 240px 0 160px;
    width: 456px;
  }
  .m-aboutShop:first-child .m-aboutShop__box {
    justify-content: flex-start;
  }
  .m-aboutShop:not(:first-child) {
    display: flex;
    justify-content: space-between;
  }
  .m-aboutShop:not(:first-child)::before {
    right: -280px;
    left: auto;
    width: calc( ( (100vw - 1080px) / 2 ) + 1080px + 280px );
  }
  .m-aboutShop:not(:first-child) .m-aboutShop__photo {
    left: 0;
    width: 600px;
    height: 400px;
  }
  .m-aboutShop:not(:first-child) .m-aboutShop__wrapper {
    width: 424px;
  }
  .m-aboutShop:not(:first-child) .m-aboutShop__box {
    position: absolute;
    left: 0;
    right: 0;
    bottom: -100px;
    margin: 0 auto;
  }
  .m-aboutShop:nth-child(even) {
    flex-direction: row-reverse;
  }
  .m-aboutShop:nth-child(odd) span {
    left: 24px;
    right: auto;
  }
  .m-aboutShop:nth-child(2)::before {
    height: calc(100% + 40px);
  }
  .m-aboutShop:nth-child(2) .m-aboutShop__wrapper {
    padding-top: 160px;
  }
  .m-aboutShop:nth-child(3)::before, .m-aboutShop:nth-child(4)::before {
    height: calc(100% + 40px);
  }
  .m-aboutShop:last-child {
    margin-bottom: 160px;
  }
  .m-aboutShop:last-child::before {
    height: calc(100% + 80px);
  }
}
.m-aboutShop--screen .m-aboutShop__photo img {
  animation: photo_opacity 1.2s linear;
  animation-fill-mode: forwards;
}
.m-aboutShop--screen .m-aboutShop__photo::before {
  background: #171C27;
  animation: photo_screen 1.2s ease;
}
@keyframes photo_screen {
  0% {
    width: 0;
    left: 0;
  }
  40% {
    width: 100%;
    left: 0;
  }
  59.9% {
    width: 100%;
    left: 0;
  }
  60% {
    width: 100%;
    left: auto;
    right: 0;
  }
  100% {
    width: 0%;
    left: auto;
    right: 0;
  }
}
@keyframes photo_opacity {
  0% {
    opacity: 0;
  }
  59.9% {
    opacity: 0;
  }
  60% {
    opacity: 1;
  }
  100% {
    opacity: 1;
  }
}

.m-pageTop {
  padding-bottom: 80px;
}
@media screen and (min-width: 960px) {
  .m-pageTop {
    padding-bottom: 80px;
  }
}

.m-profile {
  position: relative;
  z-index: 0;
  padding-bottom: 80px;
}
.m-profile::before {
  content: "";
  position: absolute;
  z-index: -1;
  top: 12px;
  left: -24px;
  width: 80%;
  height: calc(100% - 12px);
  background: #2B3448;
}
@media screen and (min-width: 960px) {
  .m-profile::before {
    top: 18px;
    left: -48px;
    width: calc(100% + 40px + (100vw - 1080px) / 2);
  }
}
.m-profile__item:not(:last-child) {
  margin-bottom: 40px;
}
@media screen and (min-width: 960px) {
  .m-profile__item:not(:last-child) {
    margin-bottom: 56px;
  }
}
.m-profile__item .b-head--min {
  margin-bottom: 8px;
}
@media screen and (min-width: 960px) {
  .m-profile__item .b-head--min {
    margin-bottom: 16px;
  }
}

.m-hairstyle__title {
  width: 100%;
  text-align: center;
  font-size: 14px;
  padding-bottom: 8px;
}
@media screen and (min-width: 960px) {
  .m-hairstyle__title {
    font-size: 16px;
  }
}
.m-hairstyle__navi {
  width: 100%;
  text-align: center;
  font-size: 12px;
  color: #7C7C7C;
}
@media screen and (min-width: 960px) {
  .m-hairstyle__navi {
    font-size: 14px;
  }
}
.m-hairstyle__wrapper {
  width: 100%;
  padding-top: 32px;
  display: flex;
  justify-content: space-between;
}
.m-hairstyle .b-sectionTitle {
  position: relative;
  margin-bottom: 48px;
}
.m-hairstyle .b-sectionTitle::after {
  content: "";
  position: absolute;
  top: -40px;
  right: -16px;
  width: 96px;
  height: 96px;
  background: url(../svg/graphic_comb.svg) center/100% no-repeat;
}
.m-hairstyle .b-text {
  margin: 32px 0 48px;
}

@media screen and (min-width: 960px) {
  .l-section--topAbout {
    padding-bottom: 80px;
  }
}

.l-section--topReserve .m-imageTitle {
  position: relative;
  width: 100%;
  height: 60vw;
  margin-bottom: 64px;
  background: gray;
}
.l-section--topReserve .m-imageTitle .b-sectionTitle {
  position: absolute;
  left: 0;
  bottom: -32px;
  text-align: left;
  padding-left: 80px;
}
.l-section--topReserve .m-imageTitle .b-sectionTitle::before {
  justify-content: flex-start;
  padding-left: 80px;
  top: -48px;
}
.l-section--topReserve .m-imageTitle .b-sectionTitle::after {
  content: "";
  position: absolute;
  bottom: -16px;
  left: 0;
  width: 80px;
  height: 80px;
  background: url(../svg/graphic_carender.svg) center/100% no-repeat;
}
.l-section--topReserve .l-image1 {
  width: 100%;
  aspect-ratio: 1/1;
}
@media screen and (min-width: 960px) {
  .l-section--topReserve .l-image1 {
    position: relative;
    top: 0;
    left: 80px;
  }
}
@media screen and (min-width: 960px) {
  .l-section--topReserve .l-layout1 {
    position: relative;
  }
}
.l-section--topReserve .l-layout2 {
  position: relative;
  padding-top: 64px;
}
@media screen and (min-width: 960px) {
  .l-section--topReserve .l-layout2 {
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    margin: auto 0;
    background: red;
    height: 300px;
    width: 480px;
  }
}
.l-section--topReserve .l-layout2 .l-layout3 {
  position: absolute;
  top: -32px;
  left: 0;
  width: 100%;
}
@media screen and (min-width: 960px) {
  .l-section--topReserve .l-layout2 .l-layout3 {
    top: 0;
  }
}
.l-section--topReserve .l-layout2 .b-sectionTitle {
  text-align: left;
  padding-left: 80px;
  margin-top: 48px;
}
.l-section--topReserve .l-layout2 .b-sectionTitle::before {
  justify-content: flex-start;
  padding-left: 80px;
  top: -48px;
}
.l-section--topReserve .l-layout2 .b-sectionTitle::after {
  content: "";
  position: absolute;
  bottom: -16px;
  left: 0;
  width: 80px;
  height: 80px;
  background: url(../svg/graphic_carender.svg) center/100% no-repeat;
}

.l-section--shop .m-imageTitle {
  position: relative;
  width: 100%;
  height: 90vw;
  margin-bottom: 240px;
  background: gray;
}
.l-section--shop .m-imageTitle::before {
  content: "";
  position: absolute;
  right: 0;
  bottom: -232px;
  width: 184px;
  height: 184px;
  background: url(../svg/graphic_shop.svg) center/100% no-repeat;
}
.l-section--shop .m-imageTitle__head {
  position: absolute;
  left: 16px;
  bottom: -24px;
  font-size: 40px;
  font-family: "Pacifico";
  color: #D0D3AA;
}

.b-button {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  width: 280px;
  min-height: 64px;
  font-size: 15px;
  border-radius: 4px;
  font-weight: 700;
}
@media screen and (min-width: 960px) {
  .b-button {
    position: relative;
    overflow: hidden;
    z-index: 0;
    width: 420px;
    height: 80px;
    font-size: 18px;
  }
  .b-button:hover::before {
    left: 0;
  }
  .b-button::before {
    content: "";
    position: absolute;
    z-index: -1;
    top: 0;
    left: -100%;
    width: 100%;
    height: 100%;
    transition: all linear 0.2s;
  }
}
.b-button__innerText {
  font-size: 11px;
}
@media screen and (min-width: 960px) {
  .b-button__innerText {
    font-size: 14px;
  }
}

.b-button--main {
  background: #3E744A;
}
.b-button--main::before {
  background: #003B1B;
}

.b-button--sub {
  border: solid 1px #EFEFEF;
}
@media screen and (min-width: 960px) {
  .b-button--sub {
    transition: all linear 0.2s;
  }
  .b-button--sub:hover {
    color: #151A24;
  }
  .b-button--sub::before {
    background: #EFEFEF;
  }
}

.b-button--tel {
  align-items: flex-start;
  position: relative;
  padding: 0 24px 0 56px;
  min-height: 80px;
  font-size: 27px;
  font-weight: 900;
  background: #3E744A;
}
@media screen and (min-width: 960px) {
  .b-button--tel {
    padding: 0 24px 0 104px;
    font-size: 36px;
    min-height: 96px;
    pointer-events: none;
  }
}
.b-button--tel::before {
  content: "";
  position: absolute;
  top: 0;
  left: 24px;
  bottom: 0;
  margin: auto 0;
  width: 24px;
  height: 32px;
  background: url(../svg/icon_tel.svg) top center/100% no-repeat;
}
@media screen and (min-width: 960px) {
  .b-button--tel::before {
    top: -4px;
    width: 30px;
    height: 40px;
    left: 64px;
  }
}
.b-button--tel .b-button__innerText {
  font-weight: 700;
}

@media screen and (min-width: 960px) {
  .b-button--wrap {
    display: block;
    position: fixed;
    z-index: 1000;
    bottom: 320px;
    left: 8px;
    width: 80px;
    height: 80px;
    overflow: hidden;
    transition: all ease-out 0.3s;
    border-radius: 0;
    transform-origin: left center;
    cursor: pointer;
  }
  .b-button--wrap a {
    pointer-events: none;
  }
  .b-button--wrap::before {
    content: "";
    position: absolute;
    z-index: 2;
    top: 0;
    left: 20px;
    bottom: 0;
    margin: auto 0;
    width: 24px;
    height: 24px;
    background: url(../svg/icon_tel.svg) center/100% no-repeat;
  }
  .b-button--wrap:hover::before {
    left: 20px;
  }
  .b-button--wrap::after {
    content: "";
    position: absolute;
    z-index: 1;
    top: 0;
    left: 8px;
    bottom: 0;
    margin: auto 0;
    width: 48px;
    height: 48px;
    border-radius: 50%;
    background: #3E744A;
  }
  .b-button--wrap:hover {
    width: 336px;
    height: 80px;
  }
}
.b-button--wrap .b-button__wrapper {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: center;
  position: relative;
  padding: 0 24px 0 56px;
  width: 280px;
  border-radius: 4px;
  min-height: 80px;
  font-size: 27px;
  font-weight: 900;
  background: #3E744A;
}
@media screen and (min-width: 960px) {
  .b-button--wrap .b-button__wrapper {
    position: absolute;
    top: 0;
    left: 96px;
    padding: 0 24px;
  }
}
.b-button--wrap .b-button__wrapper::before {
  content: "";
  position: absolute;
  top: 0;
  left: 24px;
  bottom: 0;
  margin: auto 0;
  width: 24px;
  height: 32px;
  background: url(../svg/icon_tel.svg) top center/100% no-repeat;
}
@media screen and (min-width: 960px) {
  .b-button--wrap .b-button__wrapper::before {
    display: none;
  }
}
@media screen and (min-width: 960px) {
  .b-button--wrap .b-button__wrapper::after {
    content: "";
    position: absolute;
    top: 0;
    left: -16px;
    bottom: 0;
    margin: auto 0;
    width: 0;
    height: 0;
    border-top: solid 10px transparent;
    border-left: solid 0 transparent;
    border-right: solid 16px #3E744A;
    border-bottom: solid 10px transparent;
  }
}

.b-menuButton {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 80px;
  height: 80px;
  background: #151A24;
}
@media screen and (min-width: 960px) {
  .b-menuButton {
    display: none;
  }
}
.b-menuButton::before {
  content: "MENU";
  display: flex;
  justify-content: flex-start;
  align-items: center;
  position: absolute;
  bottom: 20px;
  left: 0;
  right: 0;
  margin: 0 auto;
  width: 32px;
  height: 12px;
  font-size: 10px;
  font-weight: 600;
}
.b-menuButton__inner, .b-menuButton__inner::before, .b-menuButton__inner::after {
  background: #FFF;
}
.b-menuButton__inner {
  position: relative;
  width: 24px;
  height: 2px;
  left: 0;
  margin-right: 8px;
  margin-bottom: 8px;
  transition: all 0.6s ease-out;
}
.b-menuButton__inner::before, .b-menuButton__inner::after {
  content: "";
  position: absolute;
  right: -8px;
  margin: 0 auto;
  width: calc(100% + 8px);
  height: 100%;
  transition: all 0.4s ease-out;
}
.b-menuButton__inner::before {
  top: -8px;
}
.b-menuButton__inner::after {
  top: 8px;
}

#navi {
  display: none;
}
#navi:checked ~ .m-header .b-menuButton__inner {
  background: transparent;
  left: 2px;
}
#navi:checked ~ .m-header .b-menuButton__inner::before {
  width: 100%;
  top: 0;
  right: 0;
  transform: rotate(-45deg);
}
#navi:checked ~ .m-header .b-menuButton__inner::after {
  width: 100%;
  top: 0;
  right: 0;
  transform: rotate(45deg);
}

.b-menuList {
  width: 100%;
}
.b-menuList:not(:last-child) {
  margin-bottom: 104px;
}
.b-menuList__head {
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  width: 240px;
  margin: 32px 0 24px 80px;
}
@media screen and (min-width: 960px) {
  .b-menuList__head {
    margin-left: 96px;
  }
}
.b-menuList__head::before {
  content: "";
  position: absolute;
  bottom: 0;
  left: -80px;
  width: 56px;
  height: 80px;
}
@media screen and (min-width: 960px) {
  .b-menuList__head::before {
    left: -96px;
    width: 72px;
    height: 104px;
  }
}
.b-menuList__head .text--en {
  font-family: "Pacifico";
  font-size: 33px;
  color: #D0D3AA;
}
.b-menuList__head .text--ja {
  font-size: 13px;
  color: #D0D3AA;
}
.b-menuList__subHead {
  position: relative;
  z-index: 0;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 136px;
  height: 24px;
  margin: 32px auto 24px;
  font-size: 13px;
  font-weight: 700;
  color: #D0D3AA;
  letter-spacing: 2px;
}
.b-menuList__subHead::before {
  content: "";
  position: absolute;
  z-index: -1;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  color: #D0D3AA;
  background: #3E744A;
  transform: skew(-30deg);
}
.b-menuList__optionHead {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  width: 200px;
  height: 88px;
  background: url(../../assets/svg/bg_option.svg) center/100% no-repeat;
  color: #D0D3AA;
  margin: 0 auto 8px;
}
.b-menuList__optionHead .text--en {
  font-size: 18px;
  font-weight: 700;
  letter-spacing: 4px;
}
.b-menuList__optionHead .text--ja {
  font-size: 12px;
}
.b-menuList__item {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 16px 0;
}
.b-menuList__item:not(:last-child) {
  border-bottom: dashed 1px #B7B7B7;
}
.b-menuList__item .head {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}
.b-menuList__item .title {
  font-size: 14px;
  font-weight: 700;
}
@media screen and (min-width: 960px) {
  .b-menuList__item .title {
    font-size: 18px;
  }
}
.b-menuList__item .price {
  font-size: 16px;
}
@media screen and (min-width: 960px) {
  .b-menuList__item .price {
    font-size: 20px;
  }
}
.b-menuList__item .notice {
  margin-top: 8px;
  font-size: 12px;
  color: #B7B7B7;
}
.b-menuList__caution {
  font-size: 14px;
}

.b-menuList--mens .b-menuList__head::before {
  background-position: center;
  background-size: 100%;
  background-repeat: no-repeat;
  background-image: url(../svg/graphic_mens.svg);
  background-size: auto 100%;
}

.b-menuList--ledies .b-menuList__head::before {
  background-position: center;
  background-size: 100%;
  background-repeat: no-repeat;
  background-image: url(../svg/graphic_ledies.svg);
  background-size: auto 100%;
}

.b-conceptHead {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  background-position: top center;
  background-image: url(../../assets/svg/shopname.svg);
  background-repeat: no-repeat;
  background-size: 100%;
}
@media screen and (min-width: 960px) {
  .b-conceptHead {
    background-size: auto 100%;
  }
}
.b-conceptHead__signporl {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  max-width: 320px;
  height: 90px;
}
@media screen and (min-width: 960px) {
  .b-conceptHead__signporl {
    max-width: 1080px;
    height: 140px;
  }
}
.b-conceptHead__signporl svg, .b-conceptHead__signporl img {
  height: 100%;
}
@media screen and (min-width: 960px) {
  .b-conceptHead__signporl svg, .b-conceptHead__signporl img {
    height: 80%;
  }
}
.b-conceptHead__copy {
  width: 240px;
  margin: 24px 0 8px;
}
@media screen and (min-width: 960px) {
  .b-conceptHead__copy {
    width: 480px;
  }
}
.b-conceptHead__title {
  font-family: "Pacifico";
  font-size: 18px;
  color: #D0D3AA;
}
@media screen and (min-width: 960px) {
  .b-conceptHead__title {
    font-size: 32px;
  }
}

.b-stepCard {
  position: relative;
  padding: 64px 24px 48px;
  width: 100%;
  background: #2B3448;
  margin-top: 48px;
}
.b-stepCard__number {
  display: flex;
  justify-content: center;
  align-items: center;
  position: absolute;
  top: -24px;
  right: 24px;
  width: 104px;
  height: 104px;
  border-radius: 50%;
  background: #3E744A;
  background: url(../svg/bg_circle.svg) center/100% no-repeat;
  font-family: "Pacifico";
  font-size: 48px;
  color: #D0D3AA;
  transform: rotate(16deg);
}
.b-stepCard__number::before {
  content: "STEP";
  position: absolute;
  top: 16px;
  left: 0;
  right: 0;
  margin: 0 auto;
  width: 48px;
  height: 16px;
  text-align: center;
  font-family: "Noto Sans JP";
  font-size: 12px;
}
.b-stepCard__wrapper {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  margin-bottom: 16px;
}
.b-stepCard__wrapper .photo {
  width: 128px;
  height: 104px;
  margin-right: 16px;
  border-radius: 4px;
  background: #B7B7B7;
}

.b-shopInfo__item:not(:last-child) {
  margin-bottom: 40px;
}
.b-shopInfo .title {
  position: relative;
  font-size: 15px;
  font-weight: 700;
  padding-left: 24px;
  margin-bottom: 8px;
}
@media screen and (min-width: 960px) {
  .b-shopInfo .title {
    font-size: 20px;
  }
}
.b-shopInfo .title::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  margin: auto 0;
  width: 16px;
  height: 16px;
  background: url(../svg/icon_scissors.svg) center/100% no-repeat;
}
.b-shopInfo .data {
  font-size: 14px;
  line-height: 20px;
}
@media screen and (min-width: 960px) {
  .b-shopInfo .data {
    font-size: 16px;
    line-height: 24px;
  }
}
.b-shopInfo .data span {
  display: block;
}
.b-shopInfo .subText {
  margin-top: 8px;
  font-size: 12px;
}

.b-contentsTitle {
  display: flex;
  justify-content: center;
  align-items: flex-end;
  position: relative;
  width: 100%;
  height: 248px;
  font-size: 13px;
}
@media screen and (min-width: 960px) {
  .b-contentsTitle {
    font-size: 18px;
    height: 400px;
  }
}
.b-contentsTitle::before {
  position: absolute;
  z-index: 2;
  bottom: 32px;
  left: 0;
  right: 0;
  margin: 0 auto;
  width: 100%;
  text-align: center;
  font-size: 36px;
  font-weight: 900;
  letter-spacing: 6px;
}
@media screen and (min-width: 960px) {
  .b-contentsTitle::before {
    font-size: 56px;
  }
}
.b-contentsTitle::after {
  content: "";
  position: absolute;
  z-index: 1;
  top: 0;
  left: 0;
  width: 100%;
  height: 200px;
  background: #B7B7B7;
}
@media screen and (min-width: 960px) {
  .b-contentsTitle::after {
    height: 340px;
  }
}

.m-pageTop--about .b-contentsTitle::before {
  content: "ABOUT";
}
.m-pageTop--about .b-contentsTitle::after {
  background-position: center;
  background-size: 100%;
  background-repeat: no-repeat;
  background-image: url(../img/page_top_1.jpg);
  background-size: cover;
}
@media screen and (min-width: 960px) {
  .m-pageTop--about .b-contentsTitle::after {
    background-image: url("../img/page_top_pc1.jpg");
  }
}

.m-pageTop--menu .b-contentsTitle::before {
  content: "MENU";
}
.m-pageTop--menu .b-contentsTitle::after {
  background-position: center;
  background-size: 100%;
  background-repeat: no-repeat;
  background-image: url(../img/page_top_2.jpg);
  background-size: cover;
}
@media screen and (min-width: 960px) {
  .m-pageTop--menu .b-contentsTitle::after {
    background-image: url("../img/page_top_pc2.jpg");
  }
}

.m-pageTop--reserve .b-contentsTitle::before {
  content: "RESERVE";
}
.m-pageTop--reserve .b-contentsTitle::after {
  background-position: center;
  background-size: 100%;
  background-repeat: no-repeat;
  background-image: url(../img/page_top_3.jpg);
  background-size: cover;
}
@media screen and (min-width: 960px) {
  .m-pageTop--reserve .b-contentsTitle::after {
    background-image: url("../img/page_top_pc3.jpg");
  }
}

.b-sectionTitle {
  position: relative;
  width: 100%;
  font-size: 14px;
  text-align: center;
  margin-top: 56px;
  font-weight: 700;
  letter-spacing: 3px;
}
@media screen and (min-width: 960px) {
  .b-sectionTitle {
    font-size: 20px;
    margin-top: 88px;
  }
}
.b-sectionTitle::before {
  display: flex;
  justify-content: center;
  align-items: center;
  position: absolute;
  top: -56px;
  left: 0;
  right: 0;
  margin: 0 auto;
  width: 100%;
  height: 56px;
  font-size: 40px;
  font-family: "Pacifico";
}
@media screen and (min-width: 960px) {
  .b-sectionTitle::before {
    top: -80px;
    font-size: 80px;
  }
}
.b-sectionTitle--about::before {
  content: "About";
}
.b-sectionTitle--hairstyle::before {
  content: "HairStyle";
}
.b-sectionTitle--flow {
  color: #D0D3AA;
}
.b-sectionTitle--flow::before {
  content: "Flow";
}
.b-sectionTitle--contact {
  color: #D0D3AA;
}
.b-sectionTitle--contact::before {
  content: "Contact";
}
.b-sectionTitle--access::before {
  content: "Access";
}
.b-sectionTitle--reserve::before {
  content: "Reserve";
}
.b-sectionTitle--news::before {
  content: "News";
}

.b-list {
  padding: 0 0 0 24px;
}
.b-list .item {
  position: relative;
  font-size: 14px;
  font-weight: 400;
  line-height: 1.5;
}
.b-list .item:not(:last-child) {
  margin-bottom: 16px;
}
.b-list .item::before {
  content: "";
  position: absolute;
  top: 8px;
  left: -12px;
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background: #EFEFEF;
}
.b-list--caution .item::before {
  content: "※";
  display: flex;
  justify-content: center;
  align-items: center;
  top: 3px;
  left: -16px;
  width: 14px;
  height: 14px;
  border-radius: 0;
  background: transparent;
}

.b-owner {
  position: relative;
  padding-top: 352px;
}
@media screen and (min-width: 960px) {
  .b-owner {
    position: sticky;
    top: 80px;
    left: 0;
  }
}
.b-owner::before {
  content: "";
  position: absolute;
  z-index: 1;
  top: 0;
  left: 0;
  width: 100%;
  height: 288px;
  background-position: center;
  background-size: 100%;
  background-repeat: no-repeat;
  background-image: url(../img/owner.jpg);
  background-size: cover;
}
.b-owner::after {
  content: "Owner";
  position: absolute;
  z-index: 2;
  top: 260px;
  right: 8px;
  font-size: 45px;
  color: #D0D3AA;
  font-family: "Pacifico";
}
.b-owner .name {
  position: relative;
  font-size: 16px;
  font-weight: 400;
  margin-top: 40px;
}
@media screen and (min-width: 960px) {
  .b-owner .name {
    font-size: 18px;
  }
}
.b-owner .name::before {
  content: "TANAKA TAKEAKI";
  position: absolute;
  top: -40px;
  left: 0;
  font-size: 26px;
  font-weight: 700;
  letter-spacing: 4px;
}
.b-owner .wrapper {
  padding-top: 32px;
}
.b-owner .item {
  font-size: 12px;
  line-height: 16px;
}
@media screen and (min-width: 960px) {
  .b-owner .item {
    font-size: 14px;
  }
}
.b-owner .item:not(:last-child) {
  margin-bottom: 8px;
}

.b-snap {
  width: 100%;
  height: 150vw;
  max-height: 800px;
  display: grid;
  grid-template-columns: repeat(10, 1fr);
  grid-template-rows: repeat(16, 1fr);
}
.b-snap__photo {
  position: relative;
}
.b-snap__photo::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto;
  width: 100%;
  height: 100%;
  z-index: 1;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}
.b-snap__photo::after {
  content: "";
  position: absolute;
  z-index: 2;
}
.b-snap__photo:nth-child(1) {
  grid-column: 1/6;
  grid-row: 1/7;
}
.b-snap__photo:nth-child(1)::before {
  background-image: url("../img/snap_1.jpg");
}
.b-snap__photo:nth-child(2) {
  grid-column: 7/11;
  grid-row: 4/8;
}
.b-snap__photo:nth-child(2)::before {
  background-image: url("../img/snap_2.jpg");
}
.b-snap__photo:nth-child(2)::after {
  top: -56px;
  right: 16px;
  width: 112px;
  height: 112px;
  background-position: center;
  background-size: 100%;
  background-repeat: no-repeat;
  background-image: url(../svg/graphic_iron.svg);
}
.b-snap__photo:nth-child(3) {
  grid-column: 1/9;
  grid-row: 9/13;
}
.b-snap__photo:nth-child(3)::before {
  background-image: url("../img/snap_3.jpg");
}
.b-snap__photo:nth-child(3)::after {
  top: -40px;
  left: -16px;
  width: 104px;
  height: 104px;
  background-position: center;
  background-size: 100%;
  background-repeat: no-repeat;
  background-image: url(../svg/graphic_hairset.svg);
}
.b-snap__photo:nth-child(4) {
  grid-column: 4/11;
  grid-row: 14/17;
}
.b-snap__photo:nth-child(4)::before {
  background-image: url("../img/snap_4.jpg");
}
.b-snap__photo:nth-child(4)::after {
  top: -40px;
  left: -40px;
  width: 120px;
  height: 120px;
  background-position: center;
  background-size: 100%;
  background-repeat: no-repeat;
  background-image: url(../svg/graphic_scissors.svg);
}

.b-hairtype {
  position: relative;
  display: flex;
  flex-direction: center;
  justify-content: center;
  align-items: flex-end;
  width: 104px;
  height: 136px;
}
@media screen and (min-width: 960px) {
  .b-hairtype {
    width: 196px;
    height: 232px;
  }
}
.b-hairtype::before {
  content: "";
  position: absolute;
  z-index: 2;
  top: 0;
  left: 0;
  width: 100%;
  height: 112px;
  background-position: center;
  background-size: 100%;
  background-repeat: no-repeat;
}
@media screen and (min-width: 960px) {
  .b-hairtype::before {
    height: 200px;
  }
}
.b-hairtype::after {
  content: "";
  position: absolute;
  z-index: 1;
  top: 0;
  left: 0;
  right: 0;
  margin: 0 auto;
  width: 96px;
  height: 96px;
  border-radius: 50%;
  border: solid 1px #3E744A;
}
@media screen and (min-width: 960px) {
  .b-hairtype::after {
    width: 168px;
    height: 168px;
    transition: all ease 0.4s;
  }
}
@media screen and (min-width: 960px) {
  .b-hairtype:hover::after {
    border-color: transparent;
    background: #B7B7B7;
  }
}
.b-hairtype .text {
  position: relative;
  display: inline-block;
  font-size: 13px;
  padding-right: 24px;
}
@media screen and (min-width: 960px) {
  .b-hairtype .text {
    font-size: 16px;
  }
}
.b-hairtype .text::before {
  content: "";
  position: absolute;
  z-index: 1;
  top: 0;
  right: 0;
  bottom: 0;
  margin: auto 0;
  width: 16px;
  height: 16px;
  border-radius: 50%;
  background: #FFF;
}
.b-hairtype .text::after {
  content: "";
  position: absolute;
  z-index: 2;
  top: 0;
  right: 2px;
  bottom: 0;
  margin: auto 0;
  width: 12px;
  height: 12px;
  background-position: center;
  background-size: 100%;
  background-repeat: no-repeat;
  background-image: url(../svg/icon_arrow.svg);
}
.b-hairtype--mens::before {
  background-image: url(../svg/graphic_mens.svg);
}
.b-hairtype--ledies::before {
  background-image: url(../svg/graphic_ledies.svg);
}
.b-hairtype--kids::before {
  background-image: url(../svg/graphic_kids.svg);
}

.b-video {
  width: 100%;
  height: 50vw;
}

.b-map {
  width: 100%;
  height: 50vw;
}
.b-map iframe {
  width: 100%;
  filter: saturate(30%);
}
@media screen and (min-width: 960px) {
  .b-map {
    height: 720px;
  }
}

.b-slider {
  position: relative;
  width: 100%;
  padding-bottom: 112px;
}
.b-slider::before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  margin: 0 auto;
  width: 1px;
  height: 64px;
  background: #EFEFEF;
}
.b-slider__wrapper {
  width: 100%;
  background: #B7B7B7;
}
.b-slider__wrapper li {
  background: red;
}
.b-slider__wrapper li img {
  width: 100%;
}

.b-snsLink {
  display: flex;
  z-index: 1000;
  justify-content: center;
  width: 100%;
}
.b-snsLink__icon a {
  display: block;
  width: 48px;
  height: 48px;
  border-radius: 50%;
  margin: 0 4px;
  overflow: hidden;
  transition: all ease 0.3s;
}
.b-snsLink__icon a:hover {
  opacity: 0.5;
}

@media screen and (min-width: 960px) {
  .m-hederNavi--typeA .b-snsLink {
    position: fixed;
    bottom: 24px;
    left: 8px;
    width: 64px;
    padding-top: 16px;
    flex-direction: column;
    align-items: center;
    border-top: solid 1px #9BA7C9;
  }
  .m-hederNavi--typeA .b-snsLink__icon {
    margin: 4px 0;
  }
}

@media screen and (min-width: 960px) {
  .m-footerNavi--typeA .b-snsLink__icon a {
    margin: 0 12px;
  }
}

.b-newsBox h3 {
  color: #D0D3AA;
}
.b-newsBox:not(:last-child) {
  margin-bottom: 16px;
}
.b-newsBox__title {
  padding-bottom: 16px;
}
.b-newsBox__button {
  position: relative;
  display: flex;
  flex-direction: column;
  padding: 8px 40px 8px 16px;
  background: #2B3448;
}
.b-newsBox__button::before, .b-newsBox__button::after {
  content: "";
  position: absolute;
  top: 0;
  right: 16px;
  bottom: 0;
  margin: auto 0;
  width: 12px;
  height: 3px;
  background: #EFEFEF;
  transition: all ease 0.4s;
}
.b-newsBox__button::after {
  transform: rotate(90deg);
}
.b-newsBox .date {
  padding-top: 8px;
  font-size: 11px;
  color: #B7B7B7;
}
@media screen and (min-width: 960px) {
  .b-newsBox .date {
    font-size: 13px;
    font-weight: 400;
  }
}
.b-newsBox .article p,
.b-newsBox .article--close p {
  font-size: 14px;
  line-height: 1.5;
}
.b-newsBox .article p:not(:last-child),
.b-newsBox .article--close p:not(:last-child) {
  margin-bottom: 16px;
}
@media screen and (min-width: 960px) {
  .b-newsBox .article p,
.b-newsBox .article--close p {
    font-size: 16px;
  }
}
.b-newsBox .article span,
.b-newsBox .article--close span {
  font-size: 12px;
  line-height: 1.3;
}
.b-newsBox .article--close {
  padding: 0 16px;
  max-height: 0;
  overflow: hidden;
  transition: all ease 0.5s;
}
.b-newsBox input {
  display: none;
}
.b-newsBox input:checked + .b-newsBox__wrapper .article--close {
  max-height: 300px;
  padding: 16px;
}
.b-newsBox input:checked + .b-newsBox__wrapper .b-newsBox__button::before {
  transform: rotate(180deg);
}
.b-newsBox input:checked + .b-newsBox__wrapper .b-newsBox__button::after {
  transform: rotate(-180deg);
}

.b-photoalbum {
  display: flex;
  flex-wrap: wrap;
  gap: 16px;
  width: 100%;
}
.b-photoalbum__photo {
  width: calc(50% - 8px);
  aspect-ratio: 1/1;
  background: #B7B7B7;
}
@media screen and (min-width: 680px) {
  .b-photoalbum__photo {
    width: calc((100% - 32px) / 3);
  }
}
@media screen and (min-width: 960px) {
  .b-photoalbum__photo {
    width: calc((100% - 80px) / 6);
  }
}
.b-photoalbum__photo img {
  width: 100%;
}
.b-photoalbum__photo--large {
  width: 100%;
  aspect-ratio: 1/1;
  background: #B7B7B7;
}
@media screen and (min-width: 960px) {
  .b-photoalbum__photo--large {
    width: calc((100% - 80px) / 6);
  }
}
.b-photoalbum__photo--large img {
  width: 100%;
}

.b-followme {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 140px;
  height: 40px;
  padding-left: 40px;
  font-family: "Pacifico";
  font-size: 16px;
  color: #D0D3AA;
  margin: 0 auto 16px;
}
.b-followme::before {
  content: "";
  position: absolute;
  bottom: 8px;
  left: 0;
  width: 40px;
  height: 40px;
  background: url(../svg/graphic_good.svg) center/100% no-repeat;
}

.b-mainVisual {
  width: 100%;
  background: gray;
}
.b-mainVisual__wrapper {
  width: 100%;
  height: 100%;
}
.b-mainVisual__photo {
  width: 100%;
  height: 100%;
  overflow: hidden;
}
.b-mainVisual__photo img {
  width: 100%;
}
.b-mainVisual .slick-dots {
  position: absolute;
  bottom: 16px;
  left: 0;
  right: 0;
  margin: 0 auto;
  display: flex;
  justify-content: space-between;
  width: 200px;
}
.b-mainVisual .slick-dots li {
  width: 32px;
  height: 4px;
  line-height: 0;
  color: transparent;
}
.b-mainVisual .slick-dots button {
  margin: 0;
  padding: 0;
  width: 100%;
  height: 100%;
  line-height: 0;
  overflow: hidden;
  background: #FFF;
}
.b-mainVisual .slick-dots .slick-active button {
  background: #D0D3AA;
}

.b-imageTitle {
  position: relative;
  z-index: 0;
  padding-top: 272px;
  padding-bottom: 200px;
  width: 100%;
  font-family: "Pacifico";
  font-size: 40px;
  color: #D0D3AA;
}
@media screen and (min-width: 960px) {
  .b-imageTitle {
    font-size: 56px;
    padding-top: 0;
    padding-bottom: 0;
  }
}
.b-imageTitle::before {
  content: "";
  position: absolute;
  z-index: -1;
  bottom: 0;
  right: 0;
  width: 192px;
  height: 192px;
  background-position: center;
  background-size: 100%;
  background-repeat: no-repeat;
  background-image: url(../svg/graphic_shop.svg);
}
@media screen and (min-width: 960px) {
  .b-imageTitle::before {
    width: 140px;
    height: 140px;
    left: -156px;
    right: auto;
    bottom: -24px;
  }
}

/*# sourceMappingURL=style.css.map */
