/* Document
 * ========================================================================== */
/**
 * Add border box sizing in all browsers (opinionated).
 */
*,
::before,
::after {
  box-sizing: border-box;
}

/**
 * 1. Add text decoration inheritance in all browsers (opinionated).
 * 2. Add vertical alignment inheritance in all browsers (opinionated).
 */
::before,
::after {
  text-decoration: inherit; /* 1 */
  vertical-align: inherit; /* 2 */
}

/**
 * 1. Use the default cursor in all browsers (opinionated).
 * 2. Change the line height in all browsers (opinionated).
 * 3. Use a 4-space tab width in all browsers (opinionated).
 * 4. Remove the grey highlight on links in iOS (opinionated).
 * 5. Prevent adjustments of font size after orientation changes in
 *    IE on Windows Phone and in iOS.
 * 6. Breaks words to prevent overflow in all browsers (opinionated).
 */
html {
  cursor: default; /* 1 */
  line-height: 1.5; /* 2 */
  -moz-tab-size: 4; /* 3 */
  -o-tab-size: 4;
     tab-size: 4; /* 3 */
  -webkit-tap-highlight-color: transparent;
  -ms-text-size-adjust: 100%; /* 5 */
  -webkit-text-size-adjust: 100%; /* 5 */
  word-break: break-word; /* 6 */
}

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

/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Edge, Firefox, and Safari.
 */
h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

/* Grouping content
 * ========================================================================== */
/**
 * Remove the margin on nested lists in Chrome, Edge, IE, and Safari.
 */
dl dl,
dl ol,
dl ul,
ol dl,
ul dl {
  margin: 0;
}

/**
 * Remove the margin on nested lists in Edge 18- and IE.
 */
ol ol,
ol ul,
ul ol,
ul ul {
  margin: 0;
}

/**
 * 1. Add the correct sizing in Firefox.
 * 2. Show the overflow in Edge 18- and IE.
 */
hr {
  height: 0; /* 1 */
  overflow: visible; /* 2 */
}

/**
 * Add the correct display in IE.
 */
main {
  display: block;
}

/**
 * Remove the list style on navigation lists in all browsers (opinionated).
 */
nav ol,
nav ul {
  list-style: none;
  padding: 0;
}

/**
 * 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: 1em; /* 2 */
}

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

/**
 * Add the correct text decoration in Edge 18-, IE, and Safari.
 */
abbr[title] {
  text-decoration: underline;
  -webkit-text-decoration: underline dotted;
          text-decoration: underline dotted;
}

/**
 * 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: 1em; /* 2 */
}

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

/* Embedded content
 * ========================================================================== */
/*
 * Change the alignment on media elements in all browsers (opinionated).
 */
audio,
canvas,
iframe,
img,
svg,
video {
  vertical-align: middle;
}

/**
 * Add the correct display in IE 9-.
 */
audio,
video {
  display: inline-block;
}

/**
 * Add the correct display in iOS 4-7.
 */
audio:not([controls]) {
  display: none;
  height: 0;
}

/**
 * Remove the border on iframes in all browsers (opinionated).
 */
iframe {
  border-style: none;
}

/**
 * Remove the border on images within links in IE 10-.
 */
img {
  border-style: none;
}

/**
 * Change the fill color to match the text color in all browsers (opinionated).
 */
svg:not([fill]) {
  fill: currentColor;
}

/**
 * Hide the overflow in IE.
 */
svg:not(:root) {
  overflow: hidden;
}

/* Tabular data
 * ========================================================================== */
/**
 * Collapse border spacing in all browsers (opinionated).
 */
table {
  border-collapse: collapse;
}

/* Forms
 * ========================================================================== */
/**
 * Remove the margin on controls in Safari.
 */
button,
input,
select {
  margin: 0;
}

/**
 * 1. Show the overflow in IE.
 * 2. Remove the inheritance of text transform in Edge 18-, Firefox, and IE.
 */
button {
  overflow: visible; /* 1 */
  text-transform: none; /* 2 */
}

/**
 * Correct the inability to style buttons in iOS and Safari.
 */
button,
[type=button],
[type=reset],
[type=submit] {
  -webkit-appearance: button;
}

/**
 * 1. Change the inconsistent appearance in all browsers (opinionated).
 * 2. Correct the padding in Firefox.
 */
fieldset {
  border: 1px solid #a0a0a0; /* 1 */
  padding: 0.35em 0.75em 0.625em; /* 2 */
}

/**
 * Show the overflow in Edge 18- and IE.
 */
input {
  overflow: visible;
}

/**
 * 1. Correct the text wrapping in Edge 18- and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 */
legend {
  color: inherit; /* 2 */
  display: table; /* 1 */
  max-width: 100%; /* 1 */
  white-space: normal; /* 1 */
}

/**
 * 1. Add the correct display in Edge 18- and IE.
 * 2. Add the correct vertical alignment in Chrome, Edge, and Firefox.
 */
progress {
  display: inline-block; /* 1 */
  vertical-align: baseline; /* 2 */
}

/**
 * Remove the inheritance of text transform in Firefox.
 */
select {
  text-transform: none;
}

/**
 * 1. Remove the margin in Firefox and Safari.
 * 2. Remove the default vertical scrollbar in IE.
 * 3. Change the resize direction in all browsers (opinionated).
 */
textarea {
  margin: 0; /* 1 */
  overflow: auto; /* 2 */
  resize: vertical; /* 3 */
}

/**
 * Remove the padding in IE 10-.
 */
[type=checkbox],
[type=radio] {
  padding: 0;
}

/**
 * 1. Correct the odd appearance in Chrome, Edge, and Safari.
 * 2. Correct the outline style in Safari.
 */
[type=search] {
  -webkit-appearance: textfield; /* 1 */
  outline-offset: -2px; /* 2 */
}

/**
 * Correct the cursor style of increment and decrement buttons in Safari.
 */
::-webkit-inner-spin-button,
::-webkit-outer-spin-button {
  height: auto;
}

/**
 * Correct the text style of placeholders in Chrome, Edge, and Safari.
 */
::-webkit-input-placeholder {
  color: inherit;
  opacity: 0.54;
}

/**
 * Remove the inner padding in Chrome, Edge, and Safari on macOS.
 */
::-webkit-search-decoration {
  -webkit-appearance: none;
}

/**
 * 1. Correct the inability to style upload buttons in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */
::-webkit-file-upload-button {
  -webkit-appearance: button; /* 1 */
  font: inherit; /* 2 */
}

/**
 * Remove the inner border and padding of focus outlines in Firefox.
 */
::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

/**
 * Restore the focus outline styles unset by the previous rule in Firefox.
 */
:-moz-focusring {
  outline: 1px dotted ButtonText;
}

/**
 * Remove the additional :invalid styles in Firefox.
 */
:-moz-ui-invalid {
  box-shadow: none;
}

/* Interactive
 * ========================================================================== */
/*
 * Add the correct display in Edge 18- and IE.
 */
details {
  display: block;
}

/*
 * Add the correct styles in Edge 18-, IE, and Safari.
 */
dialog {
  background-color: white;
  border: solid;
  color: black;
  display: block;
  height: -moz-fit-content;
  height: fit-content;
  left: 0;
  margin: auto;
  padding: 1em;
  position: absolute;
  right: 0;
  width: -moz-fit-content;
  width: fit-content;
}

dialog:not([open]) {
  display: none;
}

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

/* Scripting
 * ========================================================================== */
/**
 * Add the correct display in IE 9-.
 */
canvas {
  display: inline-block;
}

/**
 * Add the correct display in IE.
 */
template {
  display: none;
}

/* User interaction
 * ========================================================================== */
/*
 * 1. Remove the tapping delay in IE 10.
 * 2. Remove the tapping delay on clickable elements
      in all browsers (opinionated).
 */
a,
area,
button,
input,
label,
select,
summary,
textarea,
[tabindex] { /* 1 */
  touch-action: manipulation; /* 2 */
}

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

/* Accessibility
 * ========================================================================== */
/**
 * Change the cursor on busy elements in all browsers (opinionated).
 */
[aria-busy=true] {
  cursor: progress;
}

/*
 * Change the cursor on control elements in all browsers (opinionated).
 */
[aria-controls] {
  cursor: pointer;
}

/*
 * Change the cursor on disabled, not-editable, or otherwise
 * inoperable elements in all browsers (opinionated).
 */
[aria-disabled=true],
[disabled] {
  cursor: not-allowed;
}

/*
 * Change the display on visually hidden accessible elements
 * in all browsers (opinionated).
 */
[aria-hidden=false][hidden] {
  display: initial;
}

[aria-hidden=false][hidden]:not(:focus) {
  clip: rect(0, 0, 0, 0);
  position: absolute;
}

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

html {
  font-size: 100%;
  font-size: 62.5%;
}

img {
  width: 100%;
}

body {
  margin: 0;
  padding: 0;
  font-family: "Poppins", YuGothic, "Yu Gothic", 'Noto Sans JP', sans-serif;
  color: #000;
  font-size: 1.6rem;
}

a {
  color: inherit;
  text-decoration: none;
  transition: all 0.3s ease;
}

a:hover {
  opacity: 0.6;
}

.sp{
  display:none!important;
}
@media (width <= 600px) {
  .sp{
  display:block!important;
}
}

@media (width <= 600px) {
.sp-n{
  display:none!important;
}
}

.fadein {
  opacity: 1;
  transform: translate(0, 0);
  transition: all 1.5s;
  transform: translate(0, 0);
}

.fadein.scrollin {
  opacity: 1 !important;
  transform: translate(0, 0) !important;
}

.content-inner {
  padding: 0 3.3984375vw 7.25vh 3.3984375vw;
  display: flex;
  position: relative;
}
@media (width <= 600px) {
  .content-inner{
  padding-bottom:6.5rem;
  padding-top:5.857142857142857vh;
  }
}

.content-title {
  width: 13%;
  display: flex;
  align-items: center;
  z-index: 1;
}
@media (width <= 600px) {
  .content-title {
    position: absolute;
  }
}

.content-title__text {
  margin: 0rem 0.8rem 0rem 0.8rem;
  writing-mode: vertical-rl;
  font-size:2.734375vw;
  font-weight: 500;
  letter-spacing: 1.75px;
  line-height: 4.140625vw;
  white-space: nowrap;
  display:flex;
  align-items: flex-start;
  gap:1.5vh;
}
@media (width <= 992px) {
  .content-title__text {
    font-size: 4.9058524173vw;
  }
}
@media (width <= 600px) {
  .content-title__text {
    font-size: 8.9058524173vw;
  }
}

.content-title__text span{
  font-size:1.753125vw;
  font-weight:400;
  display: block;
  margin-right: 0.32vw;
}
@media (width <= 992px) {
  .content-title__text span {
    font-size: 3.293478260869565vw;
  }
}
@media (width <= 600px) {
  .content-title__text span {
    font-size: 5.793478260869565vw;
    margin-right: 0.8vw;
  }
}

.content-main {
  width: 87%;
}
@media (width <= 600px) {
  .content-main {
    width: 100%;
  }
}

.content-main__link {
  position: absolute;
  bottom: min(115px, 8.984375vw);
  right: min(137px, 10.703125vw);
  font-size: min(15px, 1.171875vw);
}

.btn {
  display: block;
  text-align: center;
}

.c-btn {
  display: block;
  text-align: center;
}

.btn--border {
  border: 1px solid #000000;
  font-size: min(20px, 1.5625vw);
  font-weight: 300;
  padding: 0 min(15px, 1.171875vw);
  line-height: min(30px, 2.34375vw);
}
@media (width <= 600px) {
  .btn--border {
    font-size: 5.0890585242vw;
    line-height: calc(var(--vh, 1vh) * 21 / 852 * 100);
  }
}

.c-btn--border {
  border: 1px solid #000000;
  font-size: min(20px, 1.5625vw);
  font-weight: 300;
  padding: 0 min(15px, 1.171875vw);
  line-height: min(30px, 2.34375vw);
}
@media (width <= 600px) {
  .c-btn--border {
    font-size: 5.0890585242vw;
    line-height: calc(var(--vh, 1vh) * 21 / 852 * 100);
  }
}

.c-btn--wh{
    border: 1px solid #000;
  	background:#fff;
    position: relative;
    font-size: 0.9375vw;
    transition: all 0.3s ease;
    font-family: "Noto Sans JP", sans-serif;
    font-size: 0.9375vw;
    font-weight: 300;
}

.c-btn--wh:hover{
  	background:#000;
 	color:#fff;
 	opacity:1;
}

.c-btn--wh::after{
  background-image: url(../img/common/arrow-down.svg);
  background-repeat: no-repeat;
  background-size: cover;
  width: 14px;
  height: 14px;
  right: 14px;
  top: 50%;
  transform: translateY(-50%);
  position: absolute;
  content: "";
  transition: all 0.3s ease;
}

.c-btn--wh:hover::after {
    filter: invert(1);
 	 opacity:1;
}

@media (width <=600px) {
  .c-btn--wh{
    font-size: 3.0534351145vw;
  }
}

.c-btn--header {
  border: 1px solid white;
  font-size: min(20px, 1.5625vw);
  font-weight: 300;
  padding: 0 min(15px, 1.171875vw);
  line-height: min(30px, 2.34375vw);
  color: white;
}
@media (width <= 600px) {
  .c-btn--header {
    font-size: 3.5623409669vw;
    line-height: calc(var(--vh, 1vh) * 20 / 852 * 100);
  }
}

.c-btn--bk {
  background-color: #000000;
  color: white;
}

.c-close {
  position: absolute;
  right: 3.50625vw;
  top: 2.75vh;
  cursor: pointer;
}
@media (width <= 600px) {
  .c-close {
    right: 5.8524173028vw;
    top: 6.3613231552vw;
  }
}
.c-close span {
  background-color: #000000;
  display: block;
  height: 1px;
  width: 2.34375vw;
  background-color: #000000;
  margin: 0.859375vw 0;
  transition: all 0.3s ease;
  transform-origin: center;
}
@media (width <= 600px) {
  .c-close span {
    width: 7.6335877863vw;
  }
}
.c-close span:nth-child(1) {
  transform: translateY(0.4296875vw) rotate(45deg);
}
@media (width <= 600px) {
  .c-close span:nth-child(1) {
    transform: translateY(0.5089058524vw) rotate(45deg);
  }
}
.c-close span:nth-child(2) {
  transform: translateY(-0.4296875vw) rotate(-45deg);
}
@media (width <= 600px) {
  .c-close span:nth-child(2) {
    transform: translateY(-0.5089058524vw) rotate(-45deg);
  }
}

.c-logo__container {
  width: min(192px, 15vw);
}
@media (width <= 600px) {
  .c-logo__container {
    width: 37.9134860051vw;
  }
}

.c-accordion__toggle {
  cursor: pointer;
  border: none;
  background-color: transparent;
  font-size: 1.640625vw;
  color:#000;
}
@media (width <= 600px) {
  .c-accordion__toggle {
    font-size: 5.3435114504vw;
  }
}

.c-humbuger__toggle {
  position: relative;
  z-index: 100;
  cursor: pointer;
}
.c-humbuger__toggle span {
  display: block;
  height: 1px;
  width: 3.515625vw;
  background-color: #000000;
  margin: min(11px, 0.859375vw);
  transition: all 0.3s ease;
  transform-origin: center;
}
@media (width <= 600px) {
  .c-humbuger__toggle span {
    width: 7.0890585242vw;
    margin: calc(var(--vh, 1vh) * 8 / 852 * 100) 1.5267175573vw;
  }
}

.no-scroll {
  overflow: hidden;
  height: 100%;
  width: 100%;
}

.c-card .c-card__info {
  padding: 1.015625vw 3.046875vw;
}
@media (width <= 600px) {
  .c-card .c-card__info {
    padding: 3.3078880407vw 3.9236641221vw;
  }
}
.c-card .c-card__columns {
  display: flex;
  justify-content: space-between;
  margin-bottom: 1.171875vw;
}
@media (width <= 600px) {
  .c-card .c-card__columns {
     margin-bottom: 1.6875vw;
     gap:1rem;
  }
}
.c-card .c-card__icons {
  display: flex;
  align-items: center;
  gap: 1.171875vw;
}
.c-card .c-card__icon {
  width: 1.5625vw;
}
@media (width <= 992px) {
  .c-card .c-card__icon {
    width: 2.7vw;
  }
}
@media (width <= 600px) {
  .c-card .c-card__icon {
    width: 5.0890585242vw;
  }
}
.c-card .c-card__role {
  font-size: clamp(14px, 0.866549vw, 0.866549vw);
}
@media (width <= 600px) {
  .c-card .c-card__role {
    font-size: 3.5623409669vw;
  }
}
.c-card .c-card__name {
  font-size: 1.796875vw;
  font-weight: 500;
}
@media (width <= 992px) {
  .c-card .c-card__name {
    font-size: 2.5875vw;
  }
}
@media (width <= 600px) {
  .c-card .c-card__name {
    font-size: 5.8524173028vw;
  }
}
.c-card .c-card__action {
  margin-bottom: 1.171875vw;
}
@media (width <= 600px) {
  .c-card .c-card__action {
  margin-bottom: 1.6875vw;
}
}
.c-card .c-btn {
  font-family: "Noto Sans JP", sans-serif;
  padding: 0.15625vw 0;
  display: block;
  font-size: 0.9375vw;
  width: 100%;
  text-align: center;
  font-weight:300;
}
@media (width <= 992px) {
  .c-card .c-btn {
    padding: 0.27vw 1vw;
    font-size: 1.944vw;
  }
}
@media (width <= 600px) {
  .c-card .c-btn {
    font-size: 3.0534351145vw;
    padding: 0.875vh 0;
  }
}

.c-reservation {
  text-align: center;
  display: none;
  width:26.5625vw;
  padding: 8vh 0;
}
@media (width <= 992px) {
    .c-reservation {
    width: 55.08vw;
  }
}
@media (width <= 600px) {
  .c-reservation {
    width: 85.4961832061vw;
    padding: calc(var(--vh, 1vh) * 64 / 852 * 100) 0 calc(var(--vh, 1vh) * 55 / 852 * 100) 0;
  }
}
.c-reservation .c-reservation_text {
  font-size: min(20px, 1.5625vw);
  margin-bottom: 4vh;
}
@media (width <= 600px) {
  .c-reservation .c-reservation_text {
    font-size: 5.0890585242vw;
  }
}
.c-reservation .c-reservation__actions {
  display: flex;
  flex-direction: column;
  gap: 3.75vh;
}
.c-reservation .c-btn {
  margin: 0 auto;
  display: block;
  width: 18.046875vw;
}
@media (width <= 600px) {
  .c-reservation .c-btn {
    width: 57.7608142494vw;
    font-size: 3.8167938931vw;
    line-height: 2.9rem;
  }
}

.c-post__title {
  font-size: 1.875vw;
  text-align: center;
  margin-bottom: 2.890625vw;
}
@media (width <= 600px) {
  .c-post__title {
    font-size: 1.9rem;
  }
}

.c-post {
  padding: 4.6875vw 0;
}

.c-post__body p {
  font-size: 1.25vw;
}
@media (width <= 600px) {
  .c-post__body p {
    font-size: 1.6rem;
  }
}

.c-contact {
  padding: 9.375vh 1.5625vw;
}
@media (width <= 600px) {
  .c-contact {
    padding: 1.6rem 1rem;
  }
}

.c-form {
  margin: 0 auto;
  width: auto;
  max-width: 82.5rem;
  display: flex;
  flex-direction: column;
  gap: 4.6rem;
}
.c-form form{
  display: flex;
  flex-direction: column;
  gap: 4.6vh;
}
@media (width <= 600px) {
  .c-form {
    max-width: 100%;
    gap: 2.4rem;
  }
}
.c-form .c-form__row {
  display: flex;
  gap: 0.78125vw;
  font-size: 1.328125vw;
  font-weight: 300;
}
@media (width <= 600px) {
  .c-form .c-form__row {
    flex-direction: column;
    font-size: 1.7rem;
  }
}
.c-form__wrapper{
  width:100%;
}
.c-form label {
  font-size: 1.328125vw;
  font-weight: 300;
  width: 9.375vw;
}
@media (width <= 600px) {
  .c-form label {
    width: 100%;
    font-size: 1.7rem;
  }
}
.c-form select, .c-form input {
  background-color: #F8F8F8;
  border: none;
  width: 100%;
  padding: 0.8rem 0.8rem;
  font-size: 1.25vw;
  border-radius: 2%;
}
@media (width <= 600px) {
  .c-form select, .c-form input {
    width: 100%;
    font-size: 1.4rem;
  }
}
.c-form option {
  background-color: #F8F8F8;
}
.c-form textarea {
  border-radius: 2%;
  width: 100%;
  height: 19.375vh;
  padding: 0.8rem 0.8rem;
  background-color: #F8F8F8;
  border: none;
  font-size: 1.25vw;
}
@media (width <= 600px) {
  .c-form textarea {
    width: 100%;
    font-size: 1.4rem;
  }
}
.c-form .c-form__req {
  color: #FF0000;
}
.c-form .c-form__sumbit {
  margin: 0 auto;
  border: 1px solid #000;
  background-color: #000000;
  color: white;
  width: 28.828125vw;
  height: 4.2rem;
  text-align: center;
  margin-top: 5vh;
  cursor: pointer;
  transition: all .3s;
}
.c-form .c-form__sumbit:hover{
  color:#000;
    background-color: #fff;
  transition:all .3s;
}
  

@media (width <= 600px) {
  .c-form .c-form__sumbit {
    width: 100%;
    margin-top: 1rem;
    line-height: 2.9rem;
    font-size: 1.4rem;
  }
}
.c-form__thanks{
  font-size: 1.328125vw;
  margin-bottom: 10vh;
  text-align: center;
}
@media (width <= 600px) {
  .c-form__thanks{ 
    font-size: 1.4rem;
  }
}
.c-form__linkbox{
  margin-top: 10vh;
  text-align: center;
}
.c-form__link{
  text-decoration: revert;
  font-size: 1.328125vw;
}
@media (width <= 600px) {
  .c-form__thanks{ 
    font-size: 1.4rem;
  }
}
.mw_wp_form .error{
      font-size: 75%;
}

.c-icon__map {
  width: 1.25vw;
  display: inline;
}
@media (width <= 600px) {
  .c-icon__map {
    width: calc(var(--vh, 1vh) * 10.95 / 852 * 100);
  }
}

.c-card__img--stylist{
  width: 22.734375vw;
  height: 22.734375vw;
  overflow: hidden;
}
@media (width <= 992px) {
  .c-card__img--stylist {
    margin:0 auto;
    width: 100%;
    height: 28.46244131455399vh;
	aspect-ratio: 1 / 1;
  }
}
@media (width <= 600px) {
  .c-card__img--stylist {
    margin:0 auto;
    width: 100%;
    height: 34.15492957746479vh;
	aspect-ratio: 1 / 1;

  }
}

.c-popnotice{
  width: 39.0625vw;
  height: 73.375vh;
  padding: 5.3125vw 3.203125vw;
}
@media (width <= 600px) {
  .c-popnotice{
    width: 85.49618320610686vw;
    height: 68.89671361502347vh;
  }
}
.c-popnotice__content{
  display: flex;
  flex-direction: column;
  height: 100%;
}

.c-popnotice__title{
  text-align: center;
  font-size: 1.5625vw;
  font-weight: 300;
}
@media (width <= 600px) {
  .c-popnotice__title{
    font-size: 5.089058524173027vw;
  }
}
.c-popnotice_text p{
  font-size: 1.171875vw;
}
@media (width <= 600px) {
  .c-popnotice_text p{
    font-size: 3.816793893129771vw;
  }
}
.c-popnotice__action{
  width: 17.734375vw;
  margin: 0 auto;
  margin-top: auto;
}
@media (width <= 600px){
  .c-popnotice__action{
    width: 57.76081424936387vw;
  }
}
@media (width <= 600px){
.c-popnotice__action .c-btn{
  line-height: 3.403755868544601vh;
}
}

.featherlight .featherlight-close-icon{
  top: 1.25vh !important;
  right: 0.78125vw !important;
  font-size: 1.5625vw !important;
}
@media (width <= 600px){
  .featherlight .featherlight-close-icon{
    font-size: 5.089058524173027vw !important;
    top: 0 !important;
    right: 0 !important;
  }
}


.l-header {
  z-index: 10;
  position: fixed;
  width: 100%;
}
.l-header .l-header__inner {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  height: 6rem;
  padding: 0 min(36px, 2.8125vw);
}
.l-header .l-header__logo-container {
  width: min(192px, 15vw);
}
.l-header .l-header__info {
  display: flex;
  align-self: center;
  gap: 2.275vh;
  margin-right: 0.46875vw;
}
.l-header .l-header__toggle {
  position: relative;
  z-index: 100;
  cursor: pointer;
}
.l-header .l-header__toggle span {
  display: block;
  height: 1px;
  width: 3.515625vw;
  background-color: white;
  margin: min(11px, 0.859375vw);
  transition: all 0.3s ease;
  transform-origin: center;
}
@media (width <= 600px) {
  .l-header .l-header__toggle span {
    width: 9.9236641221vw;
    margin: calc(var(--vh, 1vh) * 8 / 852 * 100) 2.0356234097vw;
  }
}

#main-footer {
  display: none;
}

.l-footer {
  position: fixed;
  width: 100%;
  bottom: 0;
  background-color: #fff;
  z-index: 1;
}
.l-footer .l-footer__inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  height: 6rem;
  padding: 0 min(36px, 2.8125vw);
}
@media (width <= 600px) {
  .l-footer .l-footer__inner {
    height: 5rem;
  }
}
.l-footer .l-footer__info {
  display: flex;
  align-self: center;
  gap: 1.421875vw;
  margin-right: 0.46875vw;
}
@media (width <= 600px) {
  .l-footer .c-btn {
    font-size: 3.5623409669vw;
    width: 39.6946564885vw;
  }
}
@media (width <= 600px) {
  .l-footer .c-logo__container {
    margin-bottom: calc(var(--vh, 1vh) * -9 / 852 * 100);
  }
}

.l-humbuger {
  display: block;
  position: fixed;
  top: 0;
  right: 0;
  width: 100%;
  height: 100%;
  background-color: #fff;
  z-index: 100;
  overflow: hidden;
}
.l-humbuger .l-humbuger__content {
  height: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  text-align: center;
}
.l-humbuger .l-humbuger__menu {
  list-style: none;
  font-size: min(22px, 1.71875vw);
  display: flex;
  flex-direction: column;
  gap: 2.875vh;
  margin: 3.75vh 0 5.010416666666667vh 0;
  padding: 0;
}
@media (width <= 600px) {
  .l-humbuger .l-humbuger__menu {
    font-size: 5.5979643766vw;
    margin: 0;
    margin: calc(var(--vh, 1vh) * 45 / 852 * 100) 0 calc(var(--vh, 1vh) * 45 / 852 * 100) 0;
    gap: calc(var(--vh, 1vh) * 24 / 852 * 100);
  }
}
.l-humbuger .l-humbuger__icon-container {
  margin: 0 auto;
  margin-bottom: 3.625vh;
  display: block;
  width: min(25.8px, 2.015625vw);
}
@media (width <= 600px) {
  .l-humbuger .l-humbuger__icon-container {
    width: 6.5648854962vw;
    margin-bottom: 5.5979643766vw;
  }
}
@media (width <= 600px) {
  .l-humbuger .c-btn {
    width: 57.7608142494vw;
    line-height: calc(var(--vh, 1vh) * 29 / 852 * 100);
  }
}

.menu-hidden {
  visibility: hidden;
  opacity: 0;
  transition: visibility 0s linear 0.5s, opacity 0.5s ease;
}

.menu-hidden.active {
  visibility: visible;
  opacity: 1;
  transition: opacity 0.5s ease;
}

/*========================================================================== 
sec1 top 
========================================================================== */
.p-top {
  /* background-image: url(../img/sec1-bg.jpg); */
  background-size: cover;
  position: relative;
  overflow: hidden;
  background-position: 0% 50%;
}
@media (width <= 600px) {
  .p-top {
    /*background-image: url(../img/sec1-bg-sp.jpg);*/
  }
}
.p-top .p-top__content {
  position: absolute;
  right: 3.828125vw;
  width: 37.65625vw;
  bottom: 4.62625vh;
}
@media (width <= 600px) {
  .p-top .p-top__content {
    width: 100%;
    right: auto;
    left: 50%;
    bottom: 5%;
    top: auto;
    transform: translate(-50%, 0);
    padding: 0 7.2519083969vw;
  }
}
.p-top .c-logo__container {
  width: min(486px, 37.96875vw);
  margin-bottom: min(15.3px, 1.1953125vw);
  overflow: hidden; 
}
@media (width <= 600px) {
  .p-top .c-logo__container {
    width: 85.4198473282vw;
    margin-bottom: 2.265258215962441svh;
  }
}
.p-top .c-logo{
  opacity:0;

}

.c-logo--animate {
    animation-name: fadeUpAnime;
    animation-duration: 3.5s;
    animation-fill-mode: forwards;
  	animation-delay: .8s;
}
  
.p-top .p-top__text {
  color: white;
  font-size: min(17px, 1.328125vw);
  font-weight: 300;
  letter-spacing: 1.75px;
  /*height: min(163px, 12.734375vw);*/
  overflow: hidden;
  opacity: 0;
}
@media (width <= 600px) {
  .p-top .p-top__text {
    width: 56.7430025445vw;
    min-width: 300px;
    font-size: 4.3256997455vw;
    letter-spacing: normal;
    height: auto;
  }
}
.p-top__text--animate {
      animation-name: fadeUpAnime;
    animation-duration: 3.5s;
    animation-fill-mode: forwards;
  	animation-delay: .8s;
}

.p-top .header--top {
  position: absolute;
  top: 0.46875vw;
}
.p-top .header--top .header__inner {
  justify-content: end;
}
.p-top .header--top .btn--header {
  border: 1px solid white;
  color: white;
}
.p-top .header--top .header__toggle span {
  background-color: white;
}

/*========================================================================== 
sec2 season theme 
========================================================================== */
.p-season .l-content__main {
  display: flex;
  justify-content: center;
  align-items: center;
  margin-left: -7%;
}
@media (width <= 600px) {
  .p-season .l-content__main {
    margin-left: -3.8167938931vw;
  }
}
@media (width <= 600px) {
  .p-season .l-content__title {
    top: 0;
    left: 4.834605598vw;
  }
}
.p-season .p-season__imgs {
  /*max-width: 46vh;*/
  width: 100%;
  height: 85.5vh;
  overflow: hidden;
}
@media (width <= 600px) {
  .p-season .p-season__imgs {
    max-width: 93.6386768448vw;
  }
}
.p-season .p-season__imgs img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}
@media (width <= 600px) {
  .p-season .p-season__imgs img {
    -o-object-position: top;
       object-position: top;
    	object-fit: cover;
  }
}

/*========================================================================== 
sec3 season location 
========================================================================== */
@media (width <= 600px) {
  .p-location .l-content__titlebox {
    top: calc(var(--vh, 1vh) * 167 / 800 * 100);
  }
}
@media (width <= 600px) {
  .p-location .l-content__main {
    margin-left: 2.5445292621vw;
    margin-top: 0;
  }
}
.p-location .p-location__imgs {
  display: flex;
  flex-direction: column;
  /*gap: 0.390625vw;*/
}
@media (width <= 600px) {
  .p-location .p-location__imgs {
    gap: calc(var(--vh, 1vh) * 5 / 878 * 100);
  }
}
.p-location .p-location__img-container {
  overflow: hidden;
  line-height: 0;
}
.p-location  .p-location__img-container--1{
    width: 42.5vw;
  	height: min(315px, 39.375vh);
    display: flex;
  	align-items: flex-end;
}
@media (width <= 600px) {
  .p-location  .p-location__img-container--1 {
    width: 92.3664122137vw;
    height: calc(var(--vh, 1vh) * 210 / 878 * 100);
  }
}
.p-location  .p-location__img-container--2{
  width: 38.4375vw;
  height: min(314px, 39.25vh);
  display: flex;
  align-items: flex-end;
}
@media (width <= 600px) {
  .p-location  .p-location__img-container--2 {
    width: 83.7150127226vw;
    height: calc(var(--vh, 1vh) * 210 / 878 * 100);
  }
}
.p-location  .p-location__img-container--3{
  width: 23.125vw;
  height: min(306px, 38.25vh);
}
@media (width <= 600px) {
  .p-location  .p-location__img-container--3 {
    width: 50.1272264631vw;
    height: calc(var(--vh, 1vh) * 203 / 878 * 100);
  }
}
.p-location  .p-location__img-container--4{
  width: 23.203125vw;
  height: min(343px, 42.875vh);
}
@media (width <= 600px) {
  .p-location  .p-location__img-container--4 {
    width: 50.1272264631vw;
    height: calc(var(--vh, 1vh) * 227 / 878 * 100);
  }
}
.p-location .p-location__img-container img {
  transform: scale(1);
  transition: 0.3s ease-in-out;
}
.p-location .p-location__img-container img:hover {
  /*transform: scale(1.1);*/
}
.p-location .p-location__upper {
  display: flex;
  gap: 0.390625vw;
  margin-bottom:0.875vh;
}
@media (width <= 600px) {
  .p-location .p-location__upper {
    flex-direction: column;
    align-items: flex-end;
    gap: calc(var(--vh, 1vh) * 5 / 878 * 100);
  }
}
.p-location .p-location__lowwer {
  display: flex;
  justify-content: flex-start;
  margin-left: 3.515625vw;
  gap: 3.75vw;
}
@media (width <= 600px) {
  .p-location .p-location__lowwer {
    flex-direction: column;
    margin-left: 0;
    gap: 0.625vh;
  }
}
.p-location .p-location__lowwer-imgs {
  gap: 0.625vh;
  display: flex;
  align-items: flex-start;
}
.p-location .p-location__img1 {
  -o-object-fit: cover;
     object-fit: cover;
}
@media (width <= 600px) {
  .p-location .p-location__img1 {
    -o-object-fit: cover;
       object-fit: cover;
  }
}
.p-location .p-location__img2 {
  -o-object-fit: cover;
     object-fit: cover;
}
@media (width <= 600px) {
  .p-location .p-location__img2 {
    -o-object-fit: cover;
       object-fit: cover;
  }
}
.p-location .p-location__img3 {
  -o-object-fit: cover;
     object-fit: cover;
}
@media (width <= 600px) {
  .p-location .p-location__img3 {
    -o-object-fit: cover;
       object-fit: cover;
  }
}
.p-location .p-location__img4 {
  -o-object-fit: cover;
     object-fit: cover;
}
@media (width <= 600px) {
  .p-location .p-location__img4 {
    -o-object-fit: cover;
       object-fit: cover;
  }
}
.p-location .p-location__info {
  display: flex;
  justify-content: center;
  align-items: center;
}
@media (width <= 600px) {
  .p-location .p-location__info {
    justify-content: flex-start;
    margin-left:2.531645569620253vh;
  }
}
.p-location .p-location__details {
  width: 23.125vw;
}
@media (width <= 600px) {
  .p-location .p-location__details {
    width: 52.1628498728vw;
    margin-top: calc(var(--vh, 1vh) * 2 / 878 * 100);
  }
}
.p-location .p-location__details p {
  font-family: "Noto Sans JP", sans-serif;
  font-size: min(16px, 1.25vw);
  font-weight: 300;
  margin: 0.9375vw 0;
  padding: 0 0.625vw;
}
@media (width <= 600px) {
  .p-location .p-location__details p {
    font-size: 3.3078880407vw;
    margin: calc(var(--vh, 1vh) * 1 / 878 * 100) 0;
  }
}
.p-location .p-location__logo-container {
  width: min(265px, 20.703125vw);
  margin-bottom: calc(var(--vh, 1vh) * -22 / 878 * 100);
}
@media (width <= 600px) {
  .p-location .p-location__logo-container {
    display:none;
  }
}
.p-location .l-location__address {
  display: block;
  position: relative;
  padding-left: 1.25vw;
  text-indent: -1.25vw;
}
@media (width <= 600px) {
  .p-location .l-location__address {
    padding-left: 2.786259542vw;
    text-indent: -2.5572519084vw;
  }
}
.p-location .c-card {
  display: none;
}

/*========================================================================== 
sec4 stylist 
========================================================================== */
@media (width <= 600px) {
  .p-stylist .l-content__section {
    height: 100%;
  }
}
@media (width <= 600px) {
  .p-stylist .l-content__titlebox {
    /* top: calc(var(--vh, 1vh) * 18 / 800 * 100); */
    top:2.582159624413146svh;
  }
}
@media (width <= 600px) {
  .p-stylist .l-content__main {
    min-height: 100%;
  }
}
.p-stylist .p-stylist__items {
  display: grid;
  grid-template-columns: repeat(4, 16.40625vw);
  grid-auto-rows: 16.40625vw;
  gap: 3.75vw;
}
@media (width <= 600px) {
  .p-stylist .p-stylist__items {
    width: 95%;
    justify-content: center;
    margin: 0 auto;
    grid-auto-rows: auto;
    grid-template-columns: repeat(2, calc(var(--vh, 1vh) * 168 / 852 * 100));
    grid-template-rows: repeat(4, calc(var(--vh, 1vh) * 168 / 852 * 100));
    gap: 1.5267175573vw;
    padding-top: calc(var(--vh, 1vh) * 40 / 852 * 100);
  }
}
.p-stylist .p-stylist__item {
  margin-left: 0.625vw;
  position: relative;
  width: 16.40625vw;
  height: auto;
  aspect-ratio: 1 / 1;
  cursor: pointer;
  overflow: hidden;
}
@media (width <= 600px) {
  .p-stylist .p-stylist__item {
    /*max-width: calc(var(--vh, 1vh) * 168 / 852 * 100);*/
    min-width: 13.125vw;
    width: 100%;
    height: 100%;
    overflow: hidden;
  }
}
.p-stylist .p-stylist__img {
  display: block;
  transition: transform 0.3s ease;
}
@media (width <= 600px) {
  .p-stylist .p-stylist__img {
    -o-object-fit: cover;
       object-fit: cover;
    -o-object-position: center;
       object-position: center;
  }
}
.p-stylist .p-stylist__item:hover .p-stylist__img {
  transform: scale(1.08);
}
.p-stylist .p-stylist__info {
  position: absolute;
  bottom: 0;
  left: 0;
  padding: 0.625vw 0.9375vw 0.234375vw 0.9375vw;
  background: rgba(255, 255, 255, 0.5);
  min-width: 57%;
}
.p-stylist .p-stylist__role,
.p-stylist .p-stylist__name {
  display: block;
}
.p-stylist .p-stylist__role {
  font-size: min(14px, 1.09375vw);
  line-height: 21px;
}
@media (width <= 600px) {
  .p-stylist .p-stylist__role {
    font-size: 2.7989821883vw;
    line-height: 4.3256997455vw;
  }
}
.p-stylist .p-stylist__name {
  font-size: min(20px, 1.5625vw);
  font-weight: 500;
}
@media (width <= 600px) {
  .p-stylist .p-stylist__name {
    font-size: 4.0712468193vw;
    line-height: 4.3256997455vw;
  }
}
.p-stylist .c-card {
  display: none;
}

/*========================================================================== 
sec5 product 
========================================================================== */
@media (width <= 600px) {
  .slide--product .content-section {
    height: 100%;
  }
}
@media (width <= 600px) {
  .slide--product .content-title {
    position: static;
    margin-bottom: calc(var(--vh, 1vh) * 24 / 852 * 100);
  }
}
@media (width <= 600px) {
  .slide--product .content-title__text {
    writing-mode: horizontal-tb;
  }
}
.slide--product .content-inner {
  padding-top: 0.9375vw;
}
@media (width <= 600px) {
  .slide--product .content-inner {
    flex-direction: column;
    padding-top: calc(var(--vh, 1vh) * 39 / 852 * 100);
  }
}
@media (width <= 600px) {
  .slide--product .content-main {
    padding: spvh(40) 0 spvh(20) 0;
  }
}
.slide--product .products {
  margin-right: 6.09375vw;
  display: grid;
  grid-template-columns: repeat(4, 16.640625vw);
  row-gap: 2.578125vw;
  -moz-column-gap: 2.265625vw;
       column-gap: 2.265625vw;
  justify-content: center;
  align-items: start;
  position: relative;
}
@media (width <= 600px) {
  .slide--product .products {
    margin-right: 0;
    grid-template-columns: repeat(2,18.89671361502347vh);
    row-gap: calc(var(--vh, 1vh) * 22 / 852 * 100);
    -moz-column-gap: 5.8524173028vw;
         column-gap: 5.8524173028vw;
  }
  .slide--product .products > *:nth-child(n+7) {
    display: none;
  }
}
.slide--product .product {
  display: flex;
  flex-direction: column;
  align-items: start;
  cursor: pointer;
  overflow: hidden;
}
@media (width <= 600px) {
  .slide--product .product {
    margin: 0 auto;
  }
}

.slide--product .product__img-container{
    width: 16.640625vw;
    height: auto;
    aspect-ratio: 1 / 1;
    overflow: hidden;
    display: flex;
    align-items: center;
    justify-content: center;
}
@media (width <= 600px) {
  .slide--product .product__img-container {
    width:auto;
    height:18.89671361502347svh;
  }
}
.slide--product .product__img {
    width: 100%;
    height: 100%;
    object-fit: contain;
    transition: transform 0.3s ease;
}
@media (width <= 600px) {
  .slide--product .product__img {
    width: 100%;
  }
}
.slide--product .product:hover .product__img {
  transform: scale(1.08);
}
.slide--product .product__info {
  width: 100%;
}
.slide--product .product__name {
  display: block;
  text-align: center;
  margin-top: min(14px, 0.9375vw);
  font-size: min(12px, 0.9375vw);
}
@media (width <= 600px) {
  .slide--product .product__name {
    white-space: nowrap;
    font-size: min(3.053435vw, 15px);
    margin-top: calc(var(--vh, 1vh) * 9 / 852 * 100);
  }
}
.slide--product .content-main__link {
  position: static;
  display:block;
  text-align: right;
  margin-top:1.25vh;
  margin-right:6.875vw;
  font-size: min(15px, 1.171875vw);
}
@media (width <= 600px) {
  .slide--product .content-main__link {
    font-size: 3.0534351145vw;
    right: 6.6157760814vw;
    display: block;
     margin-top:2.25vh;
  }
}

/*========================================================================== 
sec6 instagram 
========================================================================== */
.sb_instagram_header.sbi_medium.sbi_no_avatar {
    display:none;
}

.content-main-insta {
    width: 93%;
}
  
@media (width <= 600px) {
  .content-main-insta  {
    margin: 0 auto;
    width: 98%;
  }
}

@media (height <= 667px) {
  .content-main-insta  {
    margin: 0 auto;
    width: 95%;
  }
}


/* Instagram */

#sb_instagram #sbi_load .sbi_follow_btn {
  display:none;
}

@media (width <= 600px){
.slide--instagram .fp-tableCell {
  /*display: block; */
  /*vertical-align: top; */

}
}

@media (width <= 600px) {
  .slide--instagram .content-title {
    top: calc(var(--vh, 1vh) * 140 / 852 * 100);
  }
}

@media (width <= 600px) {
  .slide--instagram .sample-text {
    text-align: center;
  }
}


.slide--instagram .content-main__link {
  /* position: absolute; */
  position: static;
  display:block;
  text-align: right;
  bottom: auto;
  /* right: 10.703125vw; */
  font-size: min(15px, 1.171875vw);
}
@media (width <= 600px) {
  .slide--instagram .content-main__link {
    margin-top:-1.9868544600938967vh;
    font-size: 3.0534351145vw;
    /* right: 6.3613231552vw; */
  }
}

/*========================================================================== 
sec7 menu 
========================================================================== */
@media (width <= 600px){
  .content-section--menu{
    overflow-y: auto;
    max-height: 100%;
    padding: 2vh 0 6vh 0;
  }
}
@media (width <= 600px) {
  .slide--menu .content-title {
    top: 4.5vh;
  }
}
@media (width <= 600px) {
  .slide--menu .content-title__text {
    writing-mode: horizontal-tb;
  }
}
.slide--menu .content-main {
  padding: 0 min(8px, 0.625vw);
}
@media (width <= 600px) {
  .slide--menu .content-main {
    height: calc(var(--vh, 1vh) * 719 / 852 * 100);
  }
}
.slide--menu .menus {
  display: flex;
  flex-direction: column;
  flex-wrap: wrap;
  height: min(440px, 37.5vw);
  gap: 3.125vw;
}
@media (width <= 600px) {
  .slide--menu .menus {
    flex-wrap: nowrap;
    flex-direction: column;
    padding: calc(var(--vh, 1vh) * 50 / 852 * 100) 7.6335877863vw calc(var(--vh, 1vh) * 10 / 852 * 100) 7.6335877863vw;
    gap: calc(var(--vh, 1vh) * 30 / 852 * 100);
    height: auto;
    /* overflow-y: scroll; */
  }
}
.slide--menu .menus:last-child {
    height: auto;
}
@media (width <= 600px) {
  .slide--menu .menus:not(:first-child) {
    flex-wrap: nowrap;
    flex-direction: column;
    padding: calc(var(--vh, 1vh) * 30 / 852 * 100) 7.6335877863vw calc(var(--vh, 1vh) * 10 / 852 * 100) 7.6335877863vw;
  }
}

.slide--menu .menu {
  width: min(390px, 30.46875vw);
}
@media (width <= 600px) {
  .slide--menu .menu {
    width: 100%;
  }
}
.slide--menu .menu__title {
  font-size: min(28px, 2.1875vw);
  font-weight: 500;
  margin: 0;
  margin-bottom: min(19px, 1.484375vw);
}
@media (width <= 600px) {
  .slide--menu .menu__title {
    font-size: 5.3435114504vw;
    margin-bottom: calc(var(--vh, 1vh) * 13 / 852 * 100);
  }
}
.slide--menu .menu__list {
  margin-left: min(27.5px, 2.1484375vw);
}
.slide--menu .menu__list dl {
  margin: 0;
  font-size: min(18px, 1.40625vw);
  line-height: min(27px, 2.109375vw);
  display: flex;
  justify-content: space-between;
  font-weight: 400;
}
@media (width <= 600px) {
  .slide--menu .menu__list dl {
    font-size: 3.5623409669vw;
    line-height: calc(var(--vh, 1vh) * 19 / 852 * 100);
  }
}
.slide--menu .menu__list dt {
  margin: 0;
  font-size: min(15px, 1.171875vw);
  margin-bottom: min(6px, 0.46875vw);
  font-family: "Noto Sans JP", sans-serif;
}
@media (width <= 600px) {
  .slide--menu .menu__list dt {
    font-size: 3.5623409669vw;
    margin-bottom: calc(var(--vh, 1vh) * 6 / 852 * 100);
    line-height: normal;
  }
}

.slide--menu .menu__list dd{
  width:25%;
}
@media (width <= 600px) {
  .slide--menu .menu__list dd{
  width:20%;
}
}

@media (width <= 600px) {
  .featherlight .featherlight-close-icon {
    top: 2% !important;
    right: 2% !important;
  }
}

.price-container{
  display: flex;
  justify-content: flex-start;
  width: 100%;
}

.featherlight .featherlight-content {
  padding: 0 !important;
}

.l-content .l-content__inner {
  padding: 2.6171875vw 3.3984375vw 6.2734375vw 3.3984375vw;
  display: flex;
  position: relative;
}
@media (width <= 600px) {
  .l-content .l-content__inner {
    padding-bottom:5rem;
  }
}
.l-content .l-content__titlebox {
  width: 13%;
  display: flex;
  align-items: center;
  z-index: 1;
}
@media (width <= 600px) {
  .l-content .l-content__titlebox {
    position: absolute;
  }
}
.l-content .l-content__title {
  z-index: 1;
  margin: 0rem 0.8rem 0rem 0.8rem;
  writing-mode: vertical-rl;
  font-size: 2.734375vw;
  font-weight: 500;
  letter-spacing: 1.75px;
  line-height: 4.140625vw;
  white-space: nowrap;
}
@media (width <= 992px) {
  .l-content .l-content__title {
    font-size: 4.9058524173vw;
  }
}
@media (width <= 600px) {
  .l-content .l-content__title {
    font-size: 8.9058524173vw;
  }
}
.l-content .l-content__main {
  width: 100%;
}
@media (width <= 600px) {
  .l-content .l-content__main {
    width: 100%;
  }
}
.l-content .l-content__main__link {
  position: absolute;
  bottom: min(115px, 8.984375vw);
  right: min(137px, 10.703125vw);
  font-size: min(15px, 1.171875vw);
}

.l-page .l-page__inner {
  display: flex;
  padding: 0;
  width: 100%;
}
@media (width <= 600px) {
  .l-page .l-page__inner {
    flex-direction: column;
    padding: 3.2rem 3.2rem;
  }
}
.l-page .l-page__body {
  width: 80%;
  height: 100vh;
  display: flex;
  align-items: center;
}
@media (width <= 600px) {
  .l-page .l-page__body {
    width: 100%;
    height: auto;
    padding-bottom:5rem;
  }
}
.l-page .l-page__titlebox {
  width: 11.5%;
  height: auto;
  display: flex;
  justify-content: center;
  align-items: center;
  z-index: 1;
}
@media (width <= 600px) {
  .l-page .l-page__titlebox {
    width: 100%;
    position: static;
    justify-content: center;
    height: auto;
  }
}
.l-page .l-page__title {
  writing-mode: vertical-rl;
  font-size: min(35px, 2.734375vw);
  font-weight: 500;
  letter-spacing: 1.75px;
  line-height: 4.140625vw;
  white-space: nowrap;
}
@media (width <= 600px) {
  .l-page .l-page__title {
    writing-mode: horizontal-tb;
    line-height: normal;
    font-size: 3.5rem;
    margin: 0;
    margin-bottom: 1.2rem;
  }
}
#page-footer.l-footer {
  position: fixed;
}

#product-page {
  display: flex;
  height: 100vh;
  align-items: center;
}
@media (width <= 600px) {
  #product-page {
    height: auto;
  }
}
@media (width <= 600px) {
  #product-page .l-page__inner {
    padding: 3.2rem 5rem;
  }
}
#product-page .l-page__body {
  display: flex;
  gap: 3.7890625vw;
  margin-bottom: 7.5vh;
  align-items: center;
}
@media (width <= 600px) {
  #product-page .l-page__body {
    flex-direction: column;
    gap: 4.7rem;
    align-items: flex-start;
  }
}
#product-page .p-prodct__img-container {
  max-width: 26.828125vw;
  width: 26.828125vw;
  margin-bottom: 4.25vh;
}
@media (width <= 600px) {
  #product-page .p-prodct__img-container {
    width: 100%;
    margin-bottom: 1.6rem;
    max-width: none;
  }
}
#product-page .p-prodct__name {
  font-size: 2.03125vw;
  font-weight: 500;
  margin: 0 0 1.125vh 0;
}
@media (width <= 600px) {
  #product-page .p-prodct__name {
    font-size: 1.7rem;
  }
}
#product-page .p-product__price {
  font-size: 2.03125vw;
  font-weight: 500;
  margin: 0 0 4.875vh 0;
}
@media (width <= 600px) {
  #product-page .p-product__price {
    font-size: 1.7rem;
    margin-bottom: 4.1rem;
  }
}
#product-page .p-product__price span {
  font-size: 1.328125vw;
  font-weight: 300;
}
@media (width <= 600px) {
  #product-page .p-product__price span {
    font-size: 1.1rem;
  }
}
#product-page .p-product__btn {
  width: 100%;
}
#product-page .p-product__btn .c-btn {
  display: block;
  line-height: 5.25vh;
  text-align: center;
  font-size: 1.328125vw;
}
@media (width <= 600px) {
  #product-page .p-product__btn .c-btn {
    font-size: 1.4rem;
  }
}
#product-page .p-details{
  width: 100%;
}
@media (width <= 600px) {
  #product-page .p-details {
    display: flex;
    flex-direction: column;
    gap: 3.6rem;
  }
}
#product-page .p-details__headline {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
#product-page .p-details__title {
  margin: 0;
  font-size: 1.640625vw;
}
@media (width <= 600px) {
  #product-page .p-details__title {
    font-size: 1.4rem;
  }
}
#product-page .p-details__texts {
  display: flex;
  flex-direction: column;
  gap: 3.75vh;
}
@media (width <= 600px) {
  #product-page .p-details__texts {
    margin-bottom: 6rem;
    gap: 0rem;
  }
}
#product-page .p-details__text {
  font-size: 1.171875vw;
}
@media (width <= 600px) {
  #product-page .p-details__text {
    font-size: 1.5rem;
  }
}
#product-page p {
  font-size: 1.171875vw;
}
@media (width <= 600px) {
  #product-page p {
    font-size: 1.5rem;
  }
}

#notice-page .l-page__body {
  align-items:flex-start;
}

#noticelist-page .l-page__inner {
  height: 100vh;
}
#noticelist-page .l-page__body {
  padding: 10vh 3.125vw;
  align-items:flex-start;
}
@media (width <= 600px) {
  #noticelist-page .l-page__body {
    padding: 0;
  }
}
#noticelist-page ul {
  list-style: none;
}
#noticelist-page .p-postlist {
  display: flex;
  flex-direction: column;
  gap: 1.5vh;
}
@media (width <= 600px) {
  #noticelist-page .p-postlist {
    padding: 0;
  }
}
#noticelist-page .p-post__title {
  margin: 0;
  font-size: 1.40625vw;
  font-weight: 400;
}
@media (width <= 600px) {
  #noticelist-page .p-post__title {
    font-size: 1.7rem;
  }
}

#archive-product .l-page__body{
  padding: 3vh 2vw;
  height: 100%;
}
#archive-product .p-products{
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 2vw;
}
@media (width <= 600px){
  #archive-product .p-products{
    grid-template-columns: repeat(2, 1fr);
    gap: 5vw;
  }
}
#archive-product .p-product__info{
  text-align:center;
}

#archive-product .p-product__name{
  font-size: min(14px, 0.9375vw);
}
@media (width <= 600px){
  #archive-product .p-product__name{
    font-size: 3.0534351145vw;
  }
}


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

.fp-controlArrow.fp-next {
    border-color: transparent transparent transparent transparent;
}

.fp-controlArrow.fp-prev {
    border-color: transparent transparent transparent transparent;
}
.fullpage-wrapper .fp-section .fp-slidesContainer {
  width: 100% !important;
  -webkit-transform: none !important;
  transform: none !important;
}
.fullpage-wrapper .fp-section .fp-slidesContainer .fp-slide {
  width: 100% !important;
  position: absolute;
  left: 0;
  top: 0;
  visibility: hidden;
  opacity: 0;
  z-index: 0;
  -webkit-transition: all .7s ease-in-out;
  transition: all .7s ease-in-out;
}
.fullpage-wrapper .fp-section .fp-slidesContainer .fp-slide.active {
  visibility: visible;
  opacity: 1;
  z-index: 1;
}
/* 全般のスタイル設定 */
.fp-slidesNav {
  left: max(650px, 74%) !important;
  transform: translateX(-50%);
  margin: 0 auto !important;
  bottom: 13%;
}
@media (width <=1280px){
    .fp-slidesNav {
    left: max(650px, 75%) !important;
  }
}
@media (width <=992px) {
  .fp-slidesNav {
    left: 90% !important;
    bottom:10%;
  }
}

@media (width <=600px) {
  .fp-slidesNav {
    left: 87% !important;
  }
}

#fp-nav ul,
.fp-slidesNav ul {
  display: flex;
  flex-direction: column;
}


.fp-slidesNav ul li,
.fp-slidesNav ul li a span,
.fp-slidesNav ul li a.active span {
  height: 2px;
  margin: 0.8vh 0.6vw 0.8vh 0.6vw;
}


.fp-slidesNav ul li a span {
  background: #000;
  width: 20.57px;
 border-radius: unset;
}

@media (width <=600px) {
  .fp-slidesNav ul li a span {
    background: #000;
    width: 4.589673913043478vw;
  }
}

#fp-nav ul li:hover a span,
.fp-slidesNav ul li:hover a span,
.fp-slidesNav ul li a.active span,
.fp-slidesNav ul li:hover a.active span {
  width: 61px;
  height: 2px;
  margin: 0.8vh 0.6vw 0.8vh 0.6vw;
  border-radius: unset;
}

@media (width <=600px) {

  #fp-nav ul li:hover a span,
  .fp-slidesNav ul li:hover a span,
  .fp-slidesNav ul li a.active span,
  .fp-slidesNav ul li:hover a.active span {
    width: 40px;
    border-radius: unset;
  }
}


/*anime*/
@keyframes fadeUpAnime {
    0% {
        opacity: 0;
    }
    100% {
        opacity: 1;
    }
}

#loading-screen.fade-out {
  opacity: 0;
  visibility: hidden;
  transition: opacity 1s ease, visibility 1s ease;
}

.customNav.right{
  color:transparent;
}