@charset "UTF-8";
/* Foundation
  ------------------------------------------------*/
/*!
 * ress.css • v2.0.4
 * MIT License
 * github.com/filipelinhares/ress
 */
/* # =================================================================
   # Global selectors
   # ================================================================= */
html {
  box-sizing: border-box;
  -webkit-text-size-adjust: 100%; /* Prevent adjustments of font size after orientation changes in iOS */
  word-break: normal;
  -moz-tab-size: 4;
  -o-tab-size: 4;
     tab-size: 4;
}

*,
::before,
::after {
  background-repeat: no-repeat; /* Set `background-repeat: no-repeat` to all elements and pseudo elements */
  box-sizing: inherit;
}

::before,
::after {
  text-decoration: inherit; /* Inherit text-decoration and vertical align to ::before and ::after pseudo elements */
  vertical-align: inherit;
}

* {
  padding: 0; /* Reset `padding` and `margin` of all elements */
  margin: 0;
}

/* # =================================================================
     # General elements
     # ================================================================= */
hr {
  overflow: visible; /* Show the overflow in Edge and IE */
  height: 0; /* Add the correct box sizing in Firefox */
}

details,
main {
  display: block; /* Render the `main` element consistently in IE. */
}

summary {
  display: list-item; /* Add the correct display in all browsers */
}

small {
  font-size: 80%; /* Set font-size to 80% in `small` elements */
}

[hidden] {
  display: none; /* Add the correct display in IE */
}

abbr[title] {
  border-bottom: none; /* Remove the bottom border in Chrome 57 */
  /* Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari */
  text-decoration: underline;
  -webkit-text-decoration: underline dotted;
          text-decoration: underline dotted;
}

a {
  background-color: transparent; /* Remove the gray background on active links in IE 10 */
}

a:active,
a:hover {
  outline-width: 0; /* Remove the outline when hovering in all browsers */
}

code,
kbd,
pre,
samp {
  font-family: monospace, monospace; /* Specify the font family of code elements */
}

pre {
  font-size: 1em; /* Correct the odd `em` font sizing in all browsers */
}

b,
strong {
  font-weight: bolder; /* Add the correct font weight in Chrome, Edge, and Safari */
}

/* https://gist.github.com/unruthless/413930 */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

/* # =================================================================
     # Forms
     # ================================================================= */
input {
  border-radius: 0;
}

/* Replace pointer cursor in disabled elements */
[disabled] {
  cursor: default;
}

[type=number]::-webkit-inner-spin-button,
[type=number]::-webkit-outer-spin-button {
  height: auto; /* Correct the cursor style of increment and decrement buttons in Chrome */
}

[type=search] {
  -webkit-appearance: textfield; /* Correct the odd appearance in Chrome and Safari */
  outline-offset: -2px; /* Correct the outline style in Safari */
}

[type=search]::-webkit-search-decoration {
  -webkit-appearance: none; /* Remove the inner padding in Chrome and Safari on macOS */
}

textarea {
  overflow: auto; /* Internet Explorer 11+ */
  resize: vertical; /* Specify textarea resizability */
}

button,
input,
optgroup,
select,
textarea {
  font: inherit; /* Specify font inheritance of form elements */
}

optgroup {
  font-weight: bold; /* Restore the font weight unset by the previous rule */
}

button {
  overflow: visible; /* Address `overflow` set to `hidden` in IE 8/9/10/11 */
}

button,
select {
  text-transform: none; /* Firefox 40+, Internet Explorer 11- */
}

/* Apply cursor pointer to button elements */
button,
[type=button],
[type=reset],
[type=submit],
[role=button] {
  cursor: pointer;
  color: inherit;
}

/* Remove inner padding and border in Firefox 4+ */
button::-moz-focus-inner,
[type=button]::-moz-focus-inner,
[type=reset]::-moz-focus-inner,
[type=submit]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

/* Replace focus style removed in the border reset above */
button:-moz-focusring,
[type=button]::-moz-focus-inner,
[type=reset]::-moz-focus-inner,
[type=submit]::-moz-focus-inner {
  outline: 1px dotted ButtonText;
}

button,
html [type=button],
[type=reset],
[type=submit] {
  -webkit-appearance: button; /* Correct the inability to style clickable types in iOS */
}

/* Remove the default button styling in all browsers */
button,
input,
select,
textarea {
  background-color: transparent;
  border-style: none;
}

/* Style select like a standard input */
select {
  -moz-appearance: none; /* Firefox 36+ */
  -webkit-appearance: none; /* Chrome 41+ */
}

select::-ms-expand {
  display: none; /* Internet Explorer 11+ */
}

select::-ms-value {
  color: currentColor; /* Internet Explorer 11+ */
}

legend {
  border: 0; /* Correct `color` not being inherited in IE 8/9/10/11 */
  color: inherit; /* Correct the color inheritance from `fieldset` elements in IE */
  display: table; /* Correct the text wrapping in Edge and IE */
  max-width: 100%; /* Correct the text wrapping in Edge and IE */
  white-space: normal; /* Correct the text wrapping in Edge and IE */
  max-width: 100%; /* Correct the text wrapping in Edge 18- and IE */
}

::-webkit-file-upload-button {
  /* Correct the inability to style clickable types in iOS and Safari */
  -webkit-appearance: button;
  color: inherit;
  font: inherit; /* Change font properties to `inherit` in Chrome and Safari */
}

/* # =================================================================
     # Specify media element style
     # ================================================================= */
img {
  border-style: none; /* Remove border when inside `a` element in IE 8/9/10 */
}

/* Add the correct vertical alignment in Chrome, Firefox, and Opera */
progress {
  vertical-align: baseline;
}

svg:not([fill]) {
  fill: currentColor;
}

/* # =================================================================
     # Accessibility
     # ================================================================= */
/* Hide content from screens but not screenreaders */
@media screen {
  [hidden~=screen] {
    display: inherit;
  }
  [hidden~=screen]:not(:active):not(:focus):not(:target) {
    position: absolute !important;
    clip: rect(0 0 0 0) !important;
  }
}
/* Specify the progress cursor of updating elements */
[aria-busy=true] {
  cursor: progress;
}

/* Specify the pointer cursor of trigger elements */
[aria-controls] {
  cursor: pointer;
}

/* Specify the unstyled cursor of disabled, not-editable, or otherwise inoperable elements */
[aria-disabled] {
  cursor: default;
}

/* CSS変数の定義を削除（静的CMSでは使用不可） */
/* :root {
  --gray: #E4E4E4;
  --white: #ffffff;
  --black: #000000;
  --black02: rgba(0, 0, 0, 1);
  --lightBlack: #333333;
} */

/* base default*/
html,
body {
  margin: 0;
  padding: 0;
  width: 100%;
}

* {
  box-sizing: border-box;
}
*::before, *::after {
  box-sizing: border-box;
}

html {
  font-size: 16px;
  font-family: "Zen Kaku Gothic New", sans-serif;
  scroll-padding-top: 20px;
}

body {
  background-color: #ffffff;
  color: #000000;
}

/* main {
  overflow-x: hidden;
  flex: 1;
} */

ul {
  margin: 0;
  padding: 0;
  list-style: none;
}

p {
  letter-spacing: 0;
  line-height: 1.7;
}

a {
  color: inherit;
  text-decoration: none;
}

figure {
  display: flex;
}

picture {
  display: flex;
}

img {
  width: 100%;
  height: auto;
}

address {
  font-style: normal;
}

/* Layout (prefix: l-)
  ------------------------------------------------*/
.l-wrapper {
  position: relative;
  margin-inline: auto;
  padding-inline: 15px;
  max-width: 888px;
  width: 100%;
}

.l-siteWrapper {
  display: flex;
  flex-direction: column;
  min-height: 100vh;
  min-height: 100dvh;
}

.l-header {
  padding-block: 122px;
}
@media screen and (max-width: 1024px) {
  .l-header {
    padding-block: 20px 10px;
  }
}

.l-header__inner {
  display: flex;
  justify-content: space-between;
  align-items: center;
  -moz-column-gap: 24px;
       column-gap: 24px;
}
@media screen and (max-width: 1024px) {
  .l-header__inner {
    flex-direction: column;
    justify-content: center;
    row-gap: 10px;
  }
}

.l-header-logo {
  width: 120px;
}

.l-header-logo__link {
  transition: opacity 0.3s;
}
@media (hover: hover) and (pointer: fine) {
  .l-header-logo__link:hover {
    opacity: 0.7;
  }
}

.l-header-nav__list {
  display: flex;
  align-items: center;
  -moz-column-gap: 30px;
       column-gap: 30px;
}
@media screen and (max-width: 1024px) {
  .l-header-nav__list {
    margin-top: 20px;
  }
}

.l-header-nav__link {
  display: block;
  font-size: 0.9rem;
  font-weight: 300;
  transition: opacity 0.3s;
}
@media screen and (max-width: 1024px) {
  .l-header-nav__link {
    font-size: 0.8rem;
  }
}
@media (hover: hover) and (pointer: fine) {
  .l-header-nav__link:hover {
    opacity: 0.7;
  }
}

.l-header-nav__image {
  width: 20px;
}

.l-footer {
  margin-top: 240px;
}

.l-footer__inner {
  padding: 10px;
  background-color: #000000;
}

.l-footer__copy {
  font-size: 0.625rem;
  text-align: center;
  color: #ffffff;
}

/* Component (prefix: c-)
  ------------------------------------------------*/
.c-sentence__paragraph {
  display: block;
}

.c-heading {
  font-size: 1.5rem;
  font-weight: 600;
  text-align: center;
}

.c-decoration{
  width: 3px;
  margin: 0 auto;
}
#c-page_top_btn {
  position: fixed;
  bottom: 40px;
  right: 40px;
  z-index: 9;
  opacity: 0;
  pointer-events: none;
  transition: opacity 0.8s ease;
  transform: translateY(20px);
}

#c-page_top_btn.active {
  opacity: 1;
  pointer-events: all;
  transform: translateY(0);
}

@media screen and (max-width: 768px) {
  #c-page_top_btn {
    right: 10px;
    bottom: 10px;
  }
}

#c-page_top_btn .line {
  width: 1px;
  height: 52px;
  background-color: rgb(0, 0, 0);
  position: relative;
  margin: 0px auto 10px;
}

#c-page_top_btn .line::before {
  content: "";
  width: 6px;
  height: 6px;
  position: absolute;
  top: 0px;
  left: 50%;
  transform: translateX(-40%);
  background-color: rgb(255, 255, 255);
  opacity: 0;
  border-radius: 50%;
  border-width: 1px;
  border-style: solid;
  border-color: initial;
  -o-border-image: initial;
  border-image: initial;
  animation: 2.7s linear 0s infinite normal none running scrollVertical2;
}

@keyframes scrollVertical2 {
  0% {
    opacity: 0;
    transform: translateX(-40%) translateY(52px);
  }
  50% {
    opacity: 1;
    transform: translateX(-40%) translateY(26px);
  }
  100% {
    opacity: 0;
    transform: translateX(-40%) translateY(0px);
  }
}

#c-page_top_btn p {
  font-family: "Cormorant Garamond", serif;
  font-weight: 700;
  font-size: 14px;
  line-height: 1;
  letter-spacing: 0.659259px;
  writing-mode: vertical-rl;
}
.c-button {
  width: 54px;
  vertical-align: top;
}
.c-button__wrap {
  text-align: center;
  vertical-align: top;
  height: 21px;
}

.c-button img {
  vertical-align: top;
  width: 54px;
}

/* フェードインアニメーション */
.fade-first,
.fade-late,
.fade-later {
  opacity: 0;
  transform: translateY(50px);
  transition: opacity 0.9s ease-in-out, transform 0.9s ease-in-out;
}

.fade-first.active,
.fade-late.active,
.fade-later.active {
  opacity: 1;
  transform: translateY(0);
}

.fade-late {
  transition-delay: 0.3s;
}

.fade-later {
  transition-delay: 0.6s;
}

.js-inview {
  opacity: 0;
  transform: translateY(40px);
  transition: opacity 0.8s ease, transform 0.8s ease;
}

.js-inview.is-show {
  opacity: 1;
  transform: translateY(0);
}

.c-button-02 {
  font-family: "Akshar", sans-serif;
  font-size: 12px;
  font-weight: 400;
  border: 1px solid rgba(0, 0, 0, 1);
  border-radius: 1.125rem;
  display: inline-block;
  padding: 1px 16px;
  background: #ffffff;
}
.c-button-02:hover {
  background: rgba(0, 0, 0, 1);
  color: #ffffff;
}

.fade-first,
.fade-late,
.fade-later {
  opacity: 0;
  transform: translateY(50px);
  transition: opacity 0.9s ease-in-out, transform 0.9s ease-in-out;
}
.fade-first.active,
.fade-late.active,
.fade-later.active {
  opacity: 1;
  transform: translateY(0);
}

.fade-late {
  transition-delay: 0.3s;
}

.fade-later {
  transition-delay: 0.6s;
}

.js-inview {
  opacity: 0;
  transform: translateY(40px);
  transition: opacity 0.8s ease, transform 0.8s ease;
}
.js-inview.is-show {
  opacity: 1;
  transform: translateY(0);
}

.c-block__pc {
  display: inline;
}
@media screen and (max-width: 1024px) {
  .c-block__pc {
    display: none;
  }
}

.c-block__sp {
  display: none;
}
@media screen and (max-width: 1024px) {
  .c-block__sp {
    display: block;
  }
}

/* JavaScript (prefix: js- or [data-js])
------------------------------------------------*/
/* Project (prefix: p-)
  ------------------------------------------------*/
.main-4style {
  margin-top: 110px;
  background: #E4E4E4;
}

.OnlyPc {
  display: block;
}
@media screen and (max-width: 576px) {
  .OnlyPc {
    display: none;
  }
}

.OnlySp {
  display: none;
}
@media screen and (max-width: 576px) {
  .OnlySp {
    display: block;
  }
}

#by4style {
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-weight: 500;
  background: #f2f0f0;
}


.mv-4style {
  max-width: 1040px;
  margin: 0 auto;
  text-align: center;
  padding: 67px 33px 0;
}
@media screen and (max-width: 1024px) {
  .mv-4style {
    padding-top: 38px;
  }
}
.mv-4style__titleBox {
  margin-bottom: -45px;
  position: relative;
  z-index: 2;
}
@media screen and (max-width: 1024px) {
  .mv-4style__titleBox {
    margin-bottom: -33px;
  }
}
.mv-4style__title {
  font-family: "Akshar", sans-serif;
  font-weight: 400;
  font-size: 32px;
  color: #ffffff;
  -webkit-text-stroke: 1px #000;
}
@media screen and (max-width: 1024px) {
  .mv-4style__title {
    font-size: 20px;
    line-height: 21px;
  }
}
.mv-4style__text {
  font-family: "Akshar", sans-serif;
  font-weight: 400;
  font-size: 14px;
  color: #000000;
  margin-bottom: 19px;
}
@media screen and (max-width: 1024px) {
  .mv-4style__text {
    margin-bottom: 13px;
    font-size: 12px;
  }
}

.contents_box {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  font-family: "Akshar", sans-serif;
}
.contents_box .stylist_list {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 5px;
}
.contents_box .stylist_item {
  position: relative;
  width: calc(25% - 15px);
}
@media screen and (max-width: 1024px) {
  .contents_box .stylist_item {
    width: calc(50% - 5px);
  }
}
.contents_box .stylist_item .stylist_item__txt {
  position: absolute;
  bottom: 25px;
  max-width: 135px;
  left: 25%;
  width: 52.34%;
}
.contents_box .stylist_item .stylist_item__name {
  font-family: "Akshar", sans-serif;
  font-weight: 500;
  font-size: 18px;
  letter-spacing: 0.88px;
  text-align: center;
  vertical-align: middle;
  text-transform: uppercase;
  -webkit-text-stroke: 1px #000;
}

.mv-4style__explanation {
  margin-top: 62px;
  margin-bottom: 101px;
  font-family: "Zen Kaku Gothic New", sans-serif;
}
@media screen and (max-width: 1024px) {
  .mv-4style__explanation {
    margin-top: 37px;
    margin-bottom: 86px;
  }
}

.mv-4style__explanation-title {
  font-weight: 500;
  font-size: 32px;
  line-height: 40px;
  letter-spacing: 2px;
  text-align: center;
}
@media screen and (max-width: 1024px) {
  .mv-4style__explanation-title {
    font-size: 18px;
    line-height: 26px;
  }
}

.mv-4style__explanation-txt {
  font-weight: 500;
  font-size: 14px;
  line-height: 28px;
  letter-spacing: 2px;
}

.stylist-list {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: flex-start;
  max-width: 968px;
  margin: 0 auto;
  text-align: center;
  padding-bottom: 133px;
  padding: 0 68px 89px;
}
@media screen and (max-width: 992px) {
  .stylist-list {
    flex-wrap: wrap;
    gap: 37px;
  }
}
.stylist-list__item {
  width: 100%;
  max-width: 208px;
  padding: 0 15px;
  font-size: 12px;
}
@media screen and (max-width: 992px) {
  .stylist-list__item {
    padding: 0;
    max-width: calc((100% - 37px) / 2);
    box-sizing: border-box;
    font-size: 12px;
  }
}
.stylist-list__item:last-child {
  padding-right: 0;
}
.stylist-list__item:first-child {
  padding-left: 0;
}
.stylist-list__photo-wrapper {
  max-width: 100px;
  margin: 0 auto;
}
@media screen and (max-width: 1024px) {
  .stylist-list__photo-wrapper {
    margin-top: 31px;
  }
}
.stylist-list__separator {
  margin-top: 40px;
  font-size: 15px;
}
@media screen and (max-width: 992px) {
  .stylist-list__separator {
    display: none;
  }
  .stylist-list__separator.OnlySp {
    position: absolute;
    display: block;
    top: 38%;
    font-size: 19px;
  }
}
.stylist-list__name {
  letter-spacing: 5px;
  font-weight: 700;
  margin-top: 21px;
  margin-bottom: 21px;
  line-height: 1;
}
@media screen and (max-width: 1024px) {
  .stylist-list__name {
    font-size: 18px;
  }
}
.stylist-list__number {
  font-weight: 500;
  letter-spacing: 1px;
  line-height: 1;
  margin-top: 24px;
}
@media screen and (max-width: 1024px) {
  .stylist-list__number {
    font-size: 12px;
  }
}
.stylist-list__en-name {
  line-height: 1;
}
@media screen and (max-width: 1024px) {
  .stylist-list__en-name {
    font-size: 12px;
  }
}
.stylist-list__bio {
  text-align: start;
}
@media screen and (max-width: 992px) {
  .stylist-list__bio {
    display: none;
  }
}

.stylist_section__fotNum {
  max-width: 250px;
  margin: 0 auto;
}
.stylist_section__fotClothes {
  max-width: 300px;
  margin: 0 auto;
}

.style-inner {
  padding-left: 30px;
  padding-right: 50px;
}

.stylist01__titleBox {
  text-align: center;
}

@media screen and (max-width: 1024px) {
  .p-about {
    margin-top: 30px;
  }
}

.p-about__inner {
  margin-top: 65px;
  display: flex;
  flex-direction: column;
  row-gap: 30px;
}
@media screen and (max-width: 1024px) {
  .p-about__inner {
    margin-top: 30px;
  }
}

.p-about__text {
  font-size: 0.9rem;
}

.p-about__link {
  transition: opacity 0.3s;
}
@media (hover: hover) and (pointer: fine) {
  .p-about__link:hover {
    opacity: 0.7;
  }
}

.p-about__address {
  display: flex;
  flex-direction: column;
}

.p-sato__main {
  background-color: #ffffff;
}

.p-sato__header {
  background-color: #ffffff;
  max-width: 1040px;
  margin: 0 auto;
  text-align: center;
  padding: 0 2.0625rem;
  margin-top: 1.625rem;
}
@media screen and (max-width: 1024px) {
  .p-sato__header {
    margin-top: 1.375rem;
    padding: 0;
  }
}

.p-sato__header__text {
  font-family: "Inter", serif;
  font-weight: 700;
  font-size: 0.875rem;
  line-height: 1;
  letter-spacing: 0.0625rem;
  position: relative;
  z-index: 99;
}
@media screen and (max-width: 1024px) {
  .p-sato__header__text {
    font-size: 0.75rem;
    line-height: 1.25;
    margin-bottom: 0.75rem;
  }
}

.p-sato__header__title {
  font-family: "Cormorant Garamond", serif;
  font-weight: 300;
  font-size: 3.25rem;
  line-height: 2.25rem;
  position: relative;
  z-index: 99;
}
@media screen and (max-width: 1024px) {
  .p-sato__header__title {
    font-size: 2.9375rem;
    line-height: 2.25rem;
    letter-spacing: 0;
  }
}
.p-sato__header__title .p-sato__header__title--small {
  font-size: 1.75rem;
  line-height: 2.25rem;
}
@media screen and (max-width: 1024px) {
  .p-sato__header__title .p-sato__header__title--small {
    font-size: 1.375rem;
  }
}

.p-sato__header__img__wrap {
  position: relative;
  top: -40px;
}
@media screen and (max-width: 1024px) {
  .p-sato__header__img__wrap {
    top: -120px;
  }
}

@media screen and (max-width: 1024px) {
  .p-sato__header__img {
    display: none;
  }
}

.p-sato__header__img--sp {
  display: none;
}
@media screen and (max-width: 1024px) {
  .p-sato__header__img--sp {
    display: block;
  }
}

.p-sato__inner {
  max-width: 808px;
  font-weight: 500;
}
@media screen and (max-width: 1024px) {
  .p-sato__inner {
    padding-inline: 1.4375rem;
  }
}

.p-sato__inner .c-button__wrap{
  margin-bottom: 1rem;
}
@media screen and (max-width: 1024px) {
  .p-sato__inner .c-button__wrap{
    margin-bottom: 2rem;
  }
}

.p-sato__introduction {
  margin-top: 10px;
  margin-bottom: 4.375rem;
}

.p-sato__introduction__title {
  font-size: 2rem;
  line-height: 2.75rem;
  font-family: "Zen Kaku Gothic New", sans-serif;
  text-align: center;
  margin: 2rem 0 1.5rem;
  font-weight: 500;
  letter-spacing: 0.125rem;
}
@media screen and (max-width: 1024px) {
  .p-sato__introduction__title {
    font-size: 1.4rem;
    line-height: 1.65;
    margin: -5.125rem 0 1.875rem;
  }
}

.p-sato__introduction__text {
  font-size: 0.875rem;
  line-height: 2rem;
  font-family: "Zen Kaku Gothic New", sans-serif;
  text-align: center;
  letter-spacing: 0.125rem;
  font-weight: 500;
}
@media screen and (max-width: 1024px) {
  .p-sato__introduction__text {
    font-size: 0.875rem;
  }
}

.p-sato__item {
  margin: 1.5rem 0 10rem;
}
@media screen and (max-width: 1024px) {
  .p-sato__item {
    margin: 1.5rem 0 6rem;
  }
}


.p-sato__item__box {
  text-align: center;
  margin-bottom: 10px;
}
@media screen and (max-width: 1024px) {
  .p-sato__item__box {
    margin-bottom: 0.4rem;
  }
}

.p-sato__item__text {
  font-size: 0.75rem;
  font-weight: 700;
  font-family: "Cormorant Garamond", serif;
  line-height: 0.875rem;
  margin-bottom: 0;
}

.p-sato__item__name {
  font-size: 1.5rem;
  font-weight: 600;
  font-family: "Cormorant Garamond", serif;
  margin: 0.5rem 0 -0.5rem;
}

.p-sato__item__price {
  font-size: 1.125rem;
  font-weight: 600;
  font-family: "Cormorant Garamond", serif;
  line-height: 1.5rem;
}

.p-sato__item__tax {
  display: inline-block;
  margin-left: 0.8125rem;
  font-size: 0.625rem;
  font-weight: 700;
}

.p-sato__item__container {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 2rem;
  margin-bottom: 2rem;
}
@media screen and (max-width: 1024px) {
  .p-sato__item__container {
    flex-direction: column;
    margin-bottom: 3.8125rem;
  }
}

.p-sato__item__ex__wrap {
  max-width: 345px;
  font-family: "Zen Kaku Gothic New", sans-serif;
}
@media screen and (max-width: 1024px) {
  .p-sato__item__ex__wrap {
    max-width: none;
    padding-right: 1.4375rem;
  }
}

.p-sato__item__ex--large {
  font-size: 1rem;
  line-height: 1.75rem;
  font-weight: 500;
  margin-bottom: 1.125rem;
  letter-spacing: 0.125rem;
}

.p-sato__item__ex {
  font-size: 0.875rem;
  font-weight: 500;
  line-height: 1.75rem;
  letter-spacing: 0.0625rem;
}

.p-sato__item__styling__text {
  font-size: 0.75rem;
  font-weight: 700;
  font-family: "Cormorant Garamond", serif;
  line-height: 0.875rem;
  letter-spacing: 0.0625rem;
  text-align: center;
  margin: 2.5rem 0 1.5rem;
}

@media screen and (max-width: 1024px) {
  .p-sato__item__styling__img {
    width: 120%;
    margin-left: -10%;
  }
}

.p-sato__comment {
  max-width: 1000px;
  margin: 4.125rem auto 0;
}
@media screen and (max-width: 1024px) {
  .p-sato__comment {
    margin: 3rem auto 0;
  }
}

.p-sato__comment__inner {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  position: relative;
  gap: 4.5rem;
}
@media screen and (max-width: 1024px) {
  .p-sato__comment__inner {
    flex-direction: column;
    padding: 0 1.4375rem;
    gap: 2.375rem;
  }
}

.p-sato__comment__item__box {
  flex: 1;
}
.p-sato__comment__box{
  max-width: 464px;
}
@media screen and (max-width: 1024px) {
  .p-sato__comment__box,
  .p-sato__comment__item__box {
    width: 100%;
  }
  .p-sato__comment__box {
    padding-right: 1.4375rem;
  }
}

.p-sato__comment__divider {
  width: 1px;
  height: 4.875rem;
  background-color: #000000;
  position: relative;
  top: 1.5rem;
}
@media screen and (max-width: 1024px) {
  .p-sato__comment__divider {
    width: 4.875rem;
    height: 1px;
    left: 3.75rem;
    top: 0;
  }
  .p-sato__item__img--pea-coat {
    width: 90%;
    padding-left: 5%;
  }
}

.p-sato__comment__item__wrap {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 5px;
}
@media screen and (max-width: 1024px) {
  .p-sato__comment__item__wrap {
    margin-bottom: 0.8rem;
    justify-content: flex-start;
    gap: 0.5rem;
  }
}

.p-sato__comment__heading {
  font-family: "Cormorant Garamond", serif;
  font-size: 0.75rem;
  font-weight: 700;
  line-height: 0.875rem;
  letter-spacing: 0.0625rem;
  margin-bottom: 10px;
}
@media screen and (max-width: 1024px) {
  .p-sato__comment__heading {
    margin-bottom: 0.625rem;
  }
}

.p-sato__comment__main {
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-size: 1rem;
  font-weight: 500;
  line-height: 1.75rem;
  letter-spacing: 0.125rem;
  margin-bottom: 1.125rem;
}

.p-sato__comment__text {
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-size: 0.875rem;
  font-weight: 500;
  line-height: 1.6875rem;
  letter-spacing: 0.0625rem;
}

.p-sato__comment__item__name {
  font-family: "Cormorant Garamond", serif;
  line-height: 1.125rem;
  font-size: 0.875rem;
  font-weight: 700;
  letter-spacing: 0.0625rem;
  width: 180px;
  margin-bottom: 0;
}
@media screen and (max-width: 1024px) {
  .p-sato__comment__item__name {
    width: 130px;
    line-height: 1rem;
  }
}

.p-sato__comment__item__price {
  font-family: "Cormorant Garamond", serif;
  font-size: 0.875rem;
  font-weight: 700;
  letter-spacing: 0.0625rem;
  margin-bottom: 0;
}
@media screen and (max-width: 1024px) {
  .p-sato__comment__item__price {
    width: 115px;
    line-height: 1rem;
  }
}

.p-sato__comment__item__tax {
  display: inline-block;
  margin-left: 0.8125rem;
  font-size: 0.625rem;
}

.p-sato__comment__item__note {
  font-family: "Cormorant Garamond", serif;
  font-size: 0.75rem;
  font-weight: 700;
  line-height: 0.875rem;
  letter-spacing: 0.0625rem;
  margin-top: 0.8rem;
}

.p-sato__comment__item__name__ref {
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-size: 0.75rem;
  display: inline-block;
  margin-left: 0.75rem;
  line-height: 2rem;
  font-weight: 500;
}

.p-sato__prof {
  max-width: 1300px;
  margin: -2rem auto 0;
}
@media screen and (max-width: 1024px) {
  .p-sato__prof {
    padding: 0 1.4375rem;
    margin: 0 auto;
  }
}

.p-sato__prof__inner {
  width: 775px;
  margin-left: 5.8125rem;
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  gap: 1.125rem;
}
@media screen and (max-width: 1024px) {
  .p-sato__prof__inner {
    width: 100%;
    margin-left: 0;
    gap: 0;
    flex-direction: column;
  }
}

.p-sato__prof__heading__wrap {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  gap: 1.125rem;
}

.p-sato__prof__heading {
  font-family: "Cormorant Garamond", serif;
  font-size: 0.75rem;
  font-weight: 700;
}

.p-sato__prof__divider {
  width: 71px;
  height: 1px;
  background-color: #000000;
  position: relative;
  top: 0.9em;
}

.p-sato__prof__text {
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-size: 0.75rem;
  line-height: 1.375rem;
  letter-spacing: 0.0625rem;
  font-weight: 500;
}

.p-sato__link__wrap {
  margin: 6.4375rem auto 7.5rem;
  text-align: center;
}
@media screen and (max-width: 1024px) {
  .p-sato__link__wrap {
    padding: 0 1.4375rem;
  }
}

.p-sato__link {
  display: inline-block;
  width: 323px;
  padding: 0.6rem 3.125rem;
  border: 1px solid #000000;
  font-size: 0.875rem;
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-weight: 500;
}
@media screen and (max-width: 1024px) {
  .p-sato__link {
    width: 100%;
  }
}

/* Utility (prefix: u-)
  ------------------------------------------------*/
.u-uppercase {
  text-transform: uppercase;
}

.u-lowercase {
  text-transform: lowercase;
}

.u-centerposition {
  display: flex;
  justify-content: center;
  align-items: center;
}

.u-visually-hidden {
  position: absolute;
  overflow: hidden;
  clip: rect(0 0 0 0);
  margin: -1px;
  padding: 0;
  width: 1px;
  height: 1px;
  border: 0;
  white-space: nowrap;
  -webkit-clip-path: inset(50%);
          clip-path: inset(50%);
}

.u-bold {
  font-weight: bold;
}

.u-color\:white {
  color: #fff;
}

.u-block {
  display: block;
}

.u-left {
  text-align: left;
}

.u-center {
  text-align: center;
}

.u-font-size\:smallish {
  font-size: var(--font-size-smallish);
}

.u-font-size\:biggish {
  font-size: var(--font-size-biggish);
}

.u-font-size\:big {
  font-size: var(--font-size-big);
}

/* footer 内の画像サイズを公式に合わせる */
#footer img,
.footer img {
  max-width: none !important;
  width: auto !important;
  max-height: 50px !important;
  height: auto !important;
  vertical-align: middle !important;
}

/* vstack 等、Bootstrapユーティリティが上書きされている場合の復元 */
#footer .vstack,
.footer .vstack {
  display: flex !important;
  flex-direction: column !important;
  align-items: center !important;
  gap: 0.5rem !important;
}

/* footer専用のcontainer調整に限定 */
#footer .container,
.footer .container {
  width: 100% !important;
  max-width: 1200px !important;
  padding-left: 15px !important;
  padding-right: 15px !important;
  margin-left: auto !important;
  margin-right: auto !important;
}

/* footer のリンク色・文字サイズを保つ */
#footer .text-primary {
  color: inherit !important;
}

#footer .text-secondary {
  color: #6c757d !important;
}

/* pagetopボタン */
#pagetop {
  display: none;
  position: fixed;
  right: 20px;
  bottom: 40px;
  z-index: 9999;
}

#pagetop img {
  display: block;
  width: 48px;
  height: auto;
}

/* collapse（フッターメニュー折りたたみ） */
#footer .footer-nav-body.collapse,
.footer .footer-nav-body.collapse {
  display: block !important;
  height: auto !important;
  visibility: visible !important;
}

/* footer 内のbox-sizing調整 */
#footer *, .footer * {
  box-sizing: border-box !important;
}

/* header調整 */
header .container {
  max-width: none !important;
}

#footer .vstack img {
  width: auto !important;
  height: auto !important;
  max-height: 50px !important;
  min-width: 35px !important; /* ←追加 */
  min-height: 35px !important; /* ←追加 */
}

/* =================================================================
   SVG Color Control with currentColor
   ================================================================= */

/* レディース購入ボタンの色制御例 */
.p-sato__button {
  color: #333333; /* SVGのfillとstrokeがこの色になる */
}

.p-sato__button:hover {
  color: #000000; /* ホバー時に濃い色に変更 */
}

.p-sato__button:active {
  color: #666666; /* アクティブ時に中間色に変更 */
}

/* テーマ別の色制御例 */
.theme-dark .p-sato__button {
  color: #ffffff; /* ダークテーマでは白 */
}

.theme-dark .p-sato__button:hover {
  color: #cccccc; /* ダークテーマのホバー色 */
}

.theme-primary .p-sato__button {
  color: #007bff; /* プライマリテーマの色 */
}

.theme-primary .p-sato__button:hover {
  color: #0056b3; /* プライマリテーマのホバー色 */
}

/* PC版でのスケール変換（メンズページと同様） */
@media screen and (min-width: 769px) {
  #sato {
    transform: scale(1.25);
    transform-origin: top center;
  }
  main {
    overflow: hidden;
  }
}

/* スペーサー（JSで高さを付与） */
#sato-spacer { height: 0; }

