@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: 100vw;
  overflow-x: hidden;
}

* {
  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 {
  margin: 0;
  letter-spacing: 0.08em;
  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: 768px) {
  .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: 768px) {
  .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: 768px) {
  .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: 768px) {
  .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 {
  position: relative;
  width: 2px;
  height: 37px;
  background-color: #000;
  margin: 0 auto;
}
.c-decoration::before {
  content: "";
  position: absolute;
  left: 50%;
  width: 5px;
  height: 5px;
  background-color: #000;
  border-radius: 50%;
  transform: translateX(-50%);
  top: 0;
}
.c-decoration::after {
  content: "";
  position: absolute;
  left: 50%;
  width: 5px;
  height: 5px;
  background-color: #000;
  border-radius: 50%;
  transform: translateX(-50%);
  bottom: 0;
} */

#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: "Akshar", sans-serif;
  font-weight: 400;
  font-size: 14px;
  line-height: 1;
  letter-spacing: 0.659259px;
  writing-mode: vertical-rl;
}

.c-button__wrap {
  text-align: center;
}


.stylist-list__link img{
  width: 54px;
}

.stylist-btn .stylist-list__link img{
  width: 90px;
}


.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: 768px) {
  .c-block__pc {
    display: none;
  }
}

.c-block__sp {
  display: none;
}

@media screen and (max-width: 768px) {
  .c-block__sp {
    display: block;
  }
}

/* JavaScript (prefix: js- or [data-js])
------------------------------------------------*/
/* Project (prefix: p-)
  ------------------------------------------------*/
.main-4style {
  background: #E4E4E4;
  padding-top: 47px;
}


#by4style {
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-weight: 500;
  background: #E4E4E4;
}


@media screen and (min-width: 769px) {
  #by4style {
    transform: scale(1.25);
    transform-origin: top center;
    /* 既存の見た目位置調整は最小限に。スペーサーで余白を吸収 */
  }
  /* main {
    overflow: hidden;
  } */
}

/* スペーサー（JSで高さを付与） */
#by4style-spacer { height: 0; }

.stylist_fixedNav {
  position: fixed;
  bottom: 50%;
  transform: translateY(50%) !important;
  right: 35px;
  z-index: 10;
}

@media screen and (max-width: 768px) {
  .stylist_fixedNav {
    right: 12px;
  }
  html,body,main,#app {
    max-width: 100vw;
    overflow-x: hidden;
  }
}

.stylist_fixedNav__ul {
  max-width: 72px;
  padding-left: 0;
}

.stylist_fixedNav__li {
  margin-bottom: 35px;
  font-family: "Akshar", sans-serif;
  font-weight: 500;
  font-size: 10px;
  line-height: 14px;
  letter-spacing: 1px;
  text-align: center;
  text-transform: uppercase;
  color:#fff;
  /* -webkit-text-stroke: 1px #000; */
  /* text-shadow: -1px -1px 0 #000, 1px -1px 0 #000, -1px 1px 0 #000, 1px 1px 0 #000; */
  text-shadow: -0.5px -0.5px 0 #000, 0.5px -0.5px 0 #000, -0.5px 0.5px 0 #000, 0.5px 0.5px 0 #000;
}

@media screen and (max-width: 768px) {
  .stylist_fixedNav__li {
    margin-bottom: 13px;
  }
}

.stylist_fixedNav__li:not(.active) img {
  opacity: 0.5;
}

.stylist_fixedNav__ul.OnlySp {
  display: none;
  /* 2. リストを縦書きモードにする */
  writing-mode: vertical-rl;
  /* または vertical-lr */
  /* vertical-rl: 上から下へ流し、次の列は右側に配置（日本語の一般的な縦書き） */
  /* vertical-lr: 上から下へ流し、次の列は左側に配置 */
  width: -moz-fit-content;
  width: fit-content;
  align-items: center;
  list-style: none;
  padding: 0;
  margin: 0;
}

@media screen and (max-width: 768px) {
  .stylist_fixedNav__ul.OnlySp {
    display: flex;
  }
}

.stylist_fixedNav__ul.OnlySp .stylist_fixedNav__li:not(:last-child)::after {
  content: "/";
  text-align: center;
  margin-top: 8px;
}

.stylist_fixedNav__ul.OnlySp .stylist_fixedNav__li.active {
  /* color: #000000; */
  font-weight: bold;
}

.stylist_fixedNav__ul.OnlySp .stylist_fixedNav__li:not(.active) {
  opacity: 0.3;
}

.mv-4style {
  max-width: 1040px;
  margin: 0 auto;
  text-align: center;
  padding: 0 33px;
}


.mv-4style__titleBox {
  margin-bottom: -45px;
  position: relative;
  z-index: 2;
}

@media screen and (max-width: 768px) {
  .mv-4style__titleBox {
    margin-bottom: -33px;
  }
}

.mv-4style__title {
  font-family: "Akshar", sans-serif;
  font-weight: 400;
  font-size: 32px;
  color: #ffffff;
  text-shadow: -1px -1px 0 #000, 1px -1px 0 #000, -1px 1px 0 #000, 1px 1px 0 #000;
  letter-spacing: 3px;
  /* -webkit-text-stroke: 1px #000; */
}

@media screen and (max-width: 768px) {
  .mv-4style__title {
    font-size: 30px;
    line-height: 1.1;
    letter-spacing: 0.095em;
  }
}

.mv-4style__text {
  font-family: "Akshar", sans-serif;
  font-weight: 400;
  font-size: 14px;
  color: #000000;
  margin-bottom: 19px;
  line-height: 1;
  letter-spacing: 0.04em;
}

@media screen and (max-width: 768px) {
  .mv-4style__text {
    margin-bottom: 13px;
    font-size: 18px;
  }
}

.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);
  cursor: pointer;
  transition: opacity 0.3s ease;
}

.contents_box .stylist_item:hover {
  opacity: 0.8;
}

@media screen and (max-width: 768px) {
  .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%;
}

@media screen and (max-width: 768px) {
 

.contents_box .stylist_item .stylist_item__txt {
  max-width: auto;
  left: 0;
  right: 0;
  margin: auto;
  bottom: 15px;
  width: 72.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: 83px;
  font-family: "Zen Kaku Gothic New", sans-serif;
}

@media screen and (max-width: 768px) {
  .mv-4style__explanation {
    margin-top: 40px;
    margin-bottom: 80px;
  }
}

.mv-4style__explanation-title {
  font-weight: 500;
  font-size: 32px;
  line-height: 40px;
  letter-spacing: 2px;
  text-align: center;
}

@media screen and (max-width: 768px) {
  .mv-4style__explanation-title {
    font-size: 22px;
    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: 130px;
}

@media screen and (max-width: 992px) {
  .stylist-list {
    flex-wrap: wrap;
    gap: 15px 20px;
  }

  .stylist-list__photo-wrapper.ntaddspace {
    margin-top: 0;
  }
}

@media screen and (max-width: 768px) {
  .stylist-list {
    padding-bottom: 89px;
  }
}

.stylist-list__item {
  width: 100%;
  /* max-width: 208px; */
  min-width: 208px;
  padding: 0 10px;
  font-size: 12px;
}

@media screen and (max-width: 992px) {
  .stylist-list__item {
    padding: 0;
    min-width: auto;url(https://www.figma.com/design/ay1oJkgLNzF79brdXih7Ho/brooksbrothers_outer--%E3%82%B3%E3%83%94%E3%83%BC1?node-id%3D15-3040%26t%3DrXDKQChsn3lMDHlg-0)
    box-sizing: border-box;
    font-size: 12px;
    width: 35%;
    max-width: calc((100% - 20px) / 2);
    min-height: 253px;
    display: flex;
    flex-direction: column;
  }

  .stylist-list__en-name.underitem {
    margin-bottom: auto;
    flex-grow: 1;
  }
}

.stylist-list__item:last-child {
  padding-right: 0;
}

.stylist-list__item:first-child {
  padding-left: 0;
}

.stylist-list__photo-wrapper {
  max-width: 113px;
  margin: 0 auto;
}

@media print, screen and (min-width: 769px) {
  .stylist-list__photo-wrapper {
    height:  133px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 10px;
  }
  .stylist-list__bio {
    min-height: 187px;
  }
}
@media screen and (max-width: 768px) {
  .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: 10px;
  line-height: 1;
  font-family: "Zen Kaku Gothic New", sans-serif;
}

@media screen and (max-width: 768px) {
  .stylist-list__name {
    font-size: 18px;
    margin-bottom: 12px;
    margin-top: 18px;
  }
}

.stylist-list__number {
  font-weight: 500;
  letter-spacing: 1px;
  line-height: 1;
  /* margin-top: 24px; */
  font-family: "Akshar", sans-serif;
}

@media screen and (max-width: 768px) {
  .stylist-list__number {
    font-size: 12px;
    margin-bottom: 0;
  }

  .stylist-list__number.addspace {
    margin-top: 11px;
  }
}

.stylist-list__en-name {
  line-height: 1;
  font-family: "Akshar", sans-serif;
  margin-bottom: 30px;
}

@media screen and (max-width: 768px) {
  .stylist-list__en-name {
    font-size: 12px;
    white-space: nowrap;
  }
}

.stylist-list__bio {
  text-align: start;
}

@media screen and (max-width: 992px) {
  .stylist-list__bio {
    display: none;
  }

}

.stylist_section {
  padding-bottom: 131px;
  display: none;
  opacity: 0;
  transition: opacity 0.5s ease;
}

.stylist_section.active {
  display: block;
  opacity: 1;
}

.stylist_section__fotNum {
  max-width: 250px;
  margin: 0 auto;
}

.stylist_section__fotClothes {
  max-width: 300px;
  margin: 0 auto;
}

.stylist_section__explanationBox {
  text-align: center;
  margin-top: 31px;
  font-family: "Akshar", sans-serif;
  
}

.stylist_section__explanationBox-title {
  font-weight: 500;
  font-size: 12px;
  line-height: 14px;
  letter-spacing: 1px;
  text-align: center;
  vertical-align: middle;
  text-transform: uppercase;
  font-family: "Akshar", sans-serif;
}

.stylist_section__explanationBox-product {
  font-weight: 500;
  font-size: 25px;
  line-height: 1.2;
  letter-spacing: 1px;
  text-align: center;
  vertical-align: middle;
  text-transform: uppercase;
  font-family: "Akshar", sans-serif;
  margin: 15px 0 5px;
}

.style-inner {
  padding-left: 30px;
  padding-right: 50px;
}

.stylist01__titleBox {
  text-align: center;
}

.c-decoration {
  width: 3px;
  margin: 0 auto;
}


.c-decoration.by4style-space {
  padding-top: 21px;
  margin-bottom: 41px;
}

@media screen and (max-width: 768px) {
  .c-decoration.by4style-space {
    padding-top: 11px;
  margin-bottom: 31px;
}
}

.stylist_modelSection {
  display: flex;
  max-width: 1080px;
  gap: 57px;
  margin: 0 auto;
  justify-content: center;
  position: relative;
}

@media screen and (max-width: 768px) {
  .stylist_modelSection {
    display: block;
  }
}

.stylist_modelSection__imageBox {
  max-width: 539px;
  margin: 0 auto;
}
.stylist_modelSection.sec03 .stylist_modelSection__imageBox  {
  margin: 0;
}
.stylist_modelSection__priceBox {
  font-family: Akshar;
  font-weight: 400;
  font-size: 14px;
  letter-spacing: 1px;
}

@media screen and (min-width: 1040px) {
  .stylist_modelSection__priceBox {
    position: absolute;
    left: calc(50% + 320px); /* 画像右端から少し右に */
    top: 0;
    transform: translateY(-50%);
  }
}



@media screen and (max-width: 768px) {
  .stylist_modelSection__priceBox {
    margin-top: 30px;
    display: table;
    width: 100%; 
    border-collapse: separate; /* これが必要！ */
    border-spacing: 0 10px;
  }
}

.stylist_modelSection__priceItem-price .modelSection-price-small {
  font-size: 10px;
}

.stylist_modelSection__priceItem {
  margin-bottom: 30px;
}

@media screen and (max-width: 768px) {
  .stylist_modelSection__priceItem {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-between;
  }

  .stylist_modelSection__priceItem {
  display: table-row;
}

}

.stylist_modelSection__priceItem p {
  margin-bottom: 8px;
  line-height: 1;
}
.stylist_modelSection__priceItem-price,
.modelSection-price-small {
  display: inline-block;
  vertical-align: baseline;
}
@media screen and (max-width: 768px) {
  .stylist_modelSection__priceItem-name {
    margin-right: 12px;
    display: table-cell;
  }
  .stylist_modelSection__priceBox .stylist-list__button.c-button-02 {    
    display: table-cell;
  }
  .stylist_modelSection__priceItem p {
    margin-bottom: 0;
    line-height: 1;
  }
}


.stylist_modelSection__conversation-wrap {
  margin: 96px 0 60px;
}

@media screen and (max-width: 768px) {
.stylist_modelSection__conversation-wrap {
  margin-bottom: 20px;
  margin-top: 61px;
}
}

.stylist_modelSection__conversation {
  max-width: 780px;
  width: 100%;
  padding-bottom: 36px;
  min-height: 138px;
  margin: 0 auto;
  position: relative;
}



.stylist_modelSection__conversation-imgBox {
  position: absolute;
  top: -5px;
  left: 0;
  width: 85px;
  text-align: center;
}

@media screen and (max-width: 768px) {
  .stylist_modelSection__conversation {
    min-height: auto;
    padding-bottom: 30px;
  }

  .stylist_modelSection__conversation-imgBox {
    top: 0;
    left: 0;
    width: 55px;
  }
}

.stylist_modelSection__conversation-imgBox img {
  height: auto;
  display: block;
  margin: 0 auto 8px;
}

@media screen and (max-width: 768px) {
  .stylist_modelSection__conversation-imgBox img {
    width: 44px;
  }
}

.stylist_modelSection__conversation-imgBox p {
  font-size: 15px;
  text-align: center;
}

@media screen and (max-width: 768px) {
  .stylist_modelSection__conversation-imgBox p {
    font-size: 14px;
  }
}

.stylist_modelSection__conversation-textBox-txt {
  font-weight: 500;
  font-size: 15px;
  line-height: 27px;
  letter-spacing: 1px;
}

@media screen and (max-width: 768px) {
  .stylist_modelSection__conversation-textBox-txt {
    font-size: 14px;
    line-height: 25px;
  }
}

.stylist_modelSection__conversation-textBox {
  position: relative;
  background:#fff;
  border: 1px solid #000;
  border-radius: 7px;
  padding: 25px 28px;
  max-width: 650px;
  margin-left: 120px;
  display: block;
  overflow: visible;
  transition: opacity 5s ease-in-out 1s;
  opacity: 0;
}
.stylist_modelSection__conversation--reverse .stylist_modelSection__conversation-textBox {
  margin-left: 0;
  margin-right: 120px;
}

.stylist_modelSection__conversation--reverse .stylist_modelSection__conversation-imgBox {
  left: auto;
  right: 0;
}

.stylist_modelSection__conversation-textBox.is-show {
  opacity: 1;
}

.stylist_modelSection__conversation-textBox::before {
  content: "";
  position: absolute;
  top: 20%;
  left: -27px;
  /* 本体の外へ少し出す */
  width: 30px;
  height: 30px;
  background: url(/ex/img/free/fw25-outerwear-men/crcle-arrow.svg) no-repeat center center;
  background-size: 100% 100%;
  transform: scaleX(-1);
  z-index: 1;
}

@media screen and (max-width: 768px) {
  .stylist_modelSection__conversation-textBox {
    min-width: auto;
    padding: 14px 21px;
    margin-left: 85px;
  }
  .stylist_modelSection__conversation--reverse .stylist_modelSection__conversation-textBox {
    margin-left: 0;
    margin-right: 85px;
  }
  
  .stylist_modelSection__conversation-textBox::before {
    background-image: url(/ex/img/free/fw25-outerwear-men/crcle-arrow-sp.svg);
    width: 20px;
    height: 16px;
    top: 20px;
    left: -18px;
  }
}

.stylist_modelSection__conversation--reverse {
  flex-direction: row-reverse;
}

.stylist_modelSection__conversation--reverse .stylist_modelSection__conversation-textBox::before {
  left: auto;
  right: -27px;
  transform: scaleX(1);
}

@media screen and (max-width: 768px) {
  .stylist_modelSection__conversation--reverse .stylist_modelSection__conversation-textBox::before {
    right: -19px;
  }
}

.stylist_modelSection__itemBox {
  background:#fff;
  border: 1px solid #000;
  border-radius: 8px;
  padding: 15px 0;
  position: relative;
  display: table;
  margin: 0 auto;
  min-width: 383px;
  min-height: 232px;
  text-align: center;
  color: #000;
  transition: box-shadow 0.3s ease;
}

@media screen and (max-width: 768px) {
  .stylist_modelSection__itemBox {
    min-width: auto;
    min-height: auto;padding-right: 15px;
  }
}

.stylist_modelSection__itemBox-label {
  font-family: "Akshar", sans-serif;
  position: absolute;
  top: 0;
  left: 20px;
  transform: translateY(-50%);
  background:#fff;
  border: 1px solid #000;
  border-radius: 16px;
  padding: 9px 20px 6px;
  font-size: 12px;
  font-weight: 500;
  letter-spacing: 1px;
  text-transform: uppercase;
  line-height: 1;
  min-width: 167px;
}

.stylist_modelSection__itemBox-product.stylist-itemBox {
  font-weight: 500;
  font-size: 18px;
  line-height: 0px;
  letter-spacing: 1px;
  vertical-align: middle;
  text-transform: uppercase;
}

.stylist_modelSection__itemBox-inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  height: 100%;
}

.stylist_modelSection__itemBox-title {
  font-family: "Akshar", sans-serif;
  font-weight: 700;
  font-size: 1.6rem;
  margin-bottom: 10px;
  letter-spacing: 0.03em;
}

.stylist_modelSection__itemBox-price {
  font-weight: 400;
  font-size: 14px;
  line-height: 0px;
  letter-spacing: 1px;
}

.stylist_modelSection__itemBox-price span {
  font-size: 10px;
}

.stylist_modelSection__itemBox-img {
  max-width: 210px;
}

.stylist_modelSection__itemBox-img img {
  margin: 0 auto;
}

.stylist_section__explanationBox-price.stylist-itemBox {
  font-weight: 400;
  font-size: 14px;
  margin-bottom: 8px;
  letter-spacing: 1px;
  text-align: start;
}

.modelSection-price-small {
  font-size: 10px;
  margin-left: 10px;
}

.stylist_section__explanationBox-product.stylist-itemBox {
  margin: 0 0 8px;
  font-weight: 500;
  font-size: 18px;
  line-height: 1.2;
  letter-spacing: 1px;
  vertical-align: middle;
  text-transform: uppercase;
  text-align: start;
}

.stylist_modelSection__itemBox-info.stylist_section__explanationBox {
  margin: 20px 0 0 45px;
  padding-bottom: 15px;

}

@media screen and (max-width: 768px) {

.stylist_modelSection__priceBox .modelSection-price-small {
    display: table-cell;
    padding-left: 5px;
    padding-right: 10px;
  }
  .modelSection-price-small.modelSection-price-small-ml0 {
    margin-left: 0;
  }
  .stylist_modelSection__itemBox-info.stylist_section__explanationBox {
    margin: 20px 0 0 21px;
    padding-bottom: 15px;
    min-width: 115px;
  
  }
}

.stylist_section__explanationBox-title.stylist-itemBox {
  font-size: 14px;
  margin-bottom: 20px;
  display: flex;
  justify-content: start;
  align-items: center;
  text-transform: none;
  gap: 12px;
}

.stylist_section__explanationBox-title-name {
  color: #ffffff;
  /* -webkit-text-stroke: 1px #000; */
  font-family: Akshar;
  font-weight: 500;
  font-size: 20px;
  line-height: 22px;
  letter-spacing: 2px;
  vertical-align: middle;
  text-transform: uppercase;
  text-align: left;
  text-shadow: -1px -1px 0 #000, 1px -1px 0 #000, -1px 1px 0 #000, 1px 1px 0 #000;
}

.stylist-list__button.c-button-02.stylist_model-itemBox-button {
  margin-right: 75px;
}

.profile-spBox {
  display: none;
  margin-top: 121px;
}

@media screen and (max-width: 768px) {
  
.stylist-list__button.c-button-02.stylist_model-itemBox-button {
  margin-right: 0;
  text-align: left;
}
  .profile-spBox {
    display: block;
  }
}

.profile-spBox__title {
  font-family: Akshar;
  font-weight: 400;
  font-size: 12px;
  line-height: 0px;
  letter-spacing: 1px;
  text-align: center;
  vertical-align: middle;
  text-transform: uppercase;
}

.stylist_modelSection__conversation-textBox-txt.profile.first {
  position: relative;
}

.profile-spBox__title {
  position: absolute;
  top: -33px;
  left: 0;
}

.stylist_modelSection__conversation-textBox.profile {
  background: none;
  border: none;
  padding: 0;
  align-items: start;
}

.stylist_modelSection__conversation-textBox.profile::before,
.stylist_modelSection__conversation-textBox.profile::after {
  display: none;
}

.stylist_modelSection__conversation-imgBox.profile img {
  width: 70px;
  height: auto;
  display: block;
  margin: 0 auto 6px;
}

.stylist_modelSection__conversation-textBox-txt.profile {
  font-weight: 500;
  font-size: 12px;
  line-height: 22px;
  letter-spacing: 0.5px;
}

.js-inview {
  opacity: 0;
  transform: translateY(40px);
  transition: opacity 0.6s ease-in-out, transform 0.6s ease-in-out;
}

.js-inview.is-show {
  opacity: 1;
  transform: translateY(0);
}

.js-inview--late {
  opacity: 0;
  transform: translateY(40px);
  transition: opacity 1s ease-in-out, transform 1s ease-in-out;
}

.js-inview--late.is-show {
  opacity: 1;
  transform: translateY(0);
}

@media screen and (max-width: 370px) {
  .stylist-list__button.c-button-02 {
    font-size: 10px;
  }

  .stylist_modelSection__priceItem-name {
    width: 90px;
  }
}

@media screen and (max-height: 850px) {
  .stylist_fixedNav__li {
    letter-spacing: 0.8px;
  }

  .stylist_fixedNav__li {
    margin-bottom: 6px;
  }

  .stylist_fixedNav {
    bottom: 54%;
  }

  #c-page_top_btn.active {
    right: 13px;
    bottom: 25px;
  }
}

@media screen and (max-height: 800px) {
  .stylist_fixedNav__li {
    letter-spacing: 0.6px;
  }

  .stylist_fixedNav__li {
    margin-bottom: 4px;
  }

  .stylist_fixedNav {
    bottom: 56%;
  }

  #c-page_top_btn.active {
    right: 13px;
    bottom: 25px;
  }
}

@media screen and (max-width: 768px) {
  .p-about {
    margin-top: 30px;
  }
}

.p-about__inner {
  margin-top: 65px;
  display: flex;
  flex-direction: column;
  row-gap: 30px;
}

@media screen and (max-width: 768px) {
  .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 {
  margin-top: 6.875rem;
  background-color:#fff;
}

.p-sato__header {
  background-color:#fff;
  max-width: 1040px;
  margin: 0 auto;
  text-align: center;
  padding: 0 2.0625rem;
  margin-top: 1.625rem;
}

@media screen and (max-width: 768px) {
  .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: 2.5rem;
  letter-spacing: 0.0625rem;
  position: relative;
  z-index: 99;
}

@media screen and (max-width: 768px) {
  .p-sato__header__text {
    font-size: 0.75rem;
  }
}

.p-sato__header__title {
  font-family: "Cormorant Garamond", serif;
  font-weight: 400;
  font-size: 3.25rem;
  line-height: 2.25rem;
  position: relative;
  z-index: 99;
}

@media screen and (max-width: 768px) {
  .p-sato__header__title {
    font-size: 2.9375rem;
    line-height: 2.5rem;
    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: 768px) {
  .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: 768px) {
  .p-sato__header__img__wrap {
    top: -130px;
  }
}

@media screen and (max-width: 768px) {
  .p-sato__header__img {
    display: none;
  }
}

.p-sato__header__img--sp {
  display: none;
}

@media screen and (max-width: 768px) {
  .p-sato__header__img--sp {
    display: block;
  }
}

.p-sato__inner {
  max-width: 808px;
  font-weight: 500;
}

@media screen and (max-width: 768px) {
  .p-sato__inner {
    padding-inline: 1.4375rem;
  }
}

.p-sato__introduction {
  margin-bottom: 4.375rem;
}

.p-sato__introduction__title {
  font-size: 2rem;
  line-height: 2.5rem;
  font-family: "Zen Kaku Gothic New", sans-serif;
  text-align: center;
  margin: 3.5rem 0 1.5rem;
}

@media screen and (max-width: 768px) {
  .p-sato__introduction__title {
    font-size: 1.125rem;
    line-height: 1.75rem;
    margin: -5.8125rem 0 1.1875rem;
  }
}

.p-sato__introduction__text {
  font-size: 0.875rem;
  line-height: 1.75rem;
  font-family: "Zen Kaku Gothic New", sans-serif;
  text-align: center;
}

@media screen and (max-width: 768px) {
  .p-sato__introduction__text {
    font-size: 0.875rem;
  }
}

.p-sato__item {
  margin: 1.5rem 0 7.5rem;
}

.p-sato__button {
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-size: 0.75rem;
}

.p-sato__item__box {
  text-align: center;
  margin-bottom: 1.5rem;
}

@media screen and (max-width: 768px) {
  .p-sato__item__box {
    margin-bottom: 1.125rem;
  }
}

.p-sato__item__text {
  font-size: 0.75rem;
  font-weight: 700;
  font-family: "Cormorant Garamond", serif;
  line-height: 0.875rem;
}

.p-sato__item__name {
  font-size: 1.5rem;
  font-weight: 600;
  font-family: "Cormorant Garamond", serif;
}

.p-sato__item__price {
  font-size: 1.125rem;
  font-weight: 700;
  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;
  margin-bottom: 1.0625rem;
}

@media screen and (max-width: 768px) {
  .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: 768px) {
  .p-sato__item__ex__wrap {
    max-width: none;
  }
}

.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.875rem 0 1.5rem;
}

@media screen and (max-width: 768px) {
  .p-sato__item__styling__img {
    width: 120%;
    margin-left: -10%;
  }
}

.p-sato__comment {
  max-width: 980px;
  margin: 4.125rem auto 0;
}

.p-sato__comment__inner {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  position: relative;
  gap: 5.5rem;
}

@media screen and (max-width: 768px) {
  .p-sato__comment__inner {
    flex-direction: column;
    padding: 0 1.4375rem;
    gap: 2.375rem;
  }
}

.p-sato__comment__box,
.p-sato__comment__item__box {
  flex: 1;
}

@media screen and (max-width: 768px) {

  .p-sato__comment__box,
  .p-sato__comment__item__box {
    width: 100%;
  }
}

.p-sato__comment__divider {
  width: 1px;
  height: 4.875rem;
  background-color: #000;
  position: relative;
  top: 1.5rem;
}

@media screen and (max-width: 768px) {
  .p-sato__comment__divider {
    width: 4.875rem;
    height: 1px;
    left: 3.75rem;
    top: 0;
  }
}

.p-sato__comment__item__wrap {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 0.25rem;
}

@media screen and (max-width: 768px) {
  .p-sato__comment__item__wrap {
    margin-bottom: 1.125rem;
  }
}

.p-sato__comment__heading {
  font-family: "Cormorant Garamond", serif;
  font-size: 0.75rem;
  font-weight: 700;
  line-height: 0.875rem;
  letter-spacing: 0.0625rem;
}

@media screen and (max-width: 768px) {
  .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;
  font-size: 0.875rem;
  font-weight: 700;
  line-height: 0;
  letter-spacing: 0.0625rem;
  width: 180px;
}

@media screen and (max-width: 768px) {
  .p-sato__comment__item__name {
    width: 125px;
    line-height: 1rem;
  }
}

.p-sato__comment__item__price {
  font-family: "Cormorant Garamond", serif;
  font-size: 0.875rem;
  font-weight: 700;
  line-height: 0;
  letter-spacing: 0.0625rem;
}

@media screen and (max-width: 768px) {
  .p-sato__comment__item__price {
    width: 110px;
    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.625rem;
}

.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;
}

.p-sato__prof {
  max-width: 1300px;
  margin: 0 auto;
}

@media screen and (max-width: 768px) {
  .p-sato__prof {
    padding: 0 1.4375rem;
  }
}

.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: 768px) {
  .p-sato__prof__inner {
    width: 100%;
    margin-left: 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: #000;
  position: relative;
  top: 10px;
}

.p-sato__prof__text {
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-size: 0.75rem;
  line-height: 1.375rem;
  letter-spacing: 0.0625rem;
}

.p-sato__link__wrap {
  margin: 6.4375rem auto 7.5rem;
  text-align: center;
}

@media screen and (max-width: 768px) {
  .p-sato__link__wrap {
    padding: 0 1.4375rem;
  }
}

.p-sato__link {
  display: inline-block;
  width: 323px;
  padding: 1.125rem 3.125rem;
  border: 1px solid #000;
  font-size: 0.875rem;
  font-family: "Zen Kaku Gothic New", sans-serif;
}

@media screen and (max-width: 768px) {
  .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;
  /* ←追加 */
}



/* 1020追加 */
.mv-4style__explanation-title {
  font-family: "Zen Kaku Gothic New", sans-serif;
}


.stylist_modelSection__conversation--reverse .stylist_modelSection__conversation-textBox::before {
  right: -21px;
}

.stylist_modelSection__conversation-textBox::before {
  left: -21px;
}

.stylist_modelSection__conversation-textBox::before {
  width: 23px;
  height: 23px;
}

.stylist_modelSection__conversation-imgBox p {
  line-height: 1;
}

.stylist-list--cross {
  width: 15px;
  height: 15px;
  margin-top: 61px;
}

@media screen and (max-width: 992px) {
  .stylist-list--cross {
    display: none;
  }

  .stylist-list--cross.OnlySp {
    display: block;
    margin-top: 0;
    position: absolute;
    top: 224px;
    margin-top: 61px;
    width: 19px;
    height: 19px;
  }
}



@media screen and (max-width: 768px) {

  .stylist_modelSection__conversation--reverse .stylist_modelSection__conversation-textBox::before {
    right: -20px;
  }
  
  .stylist_modelSection__conversation-textBox::before {
    left: -20px;
  }
  
  .stylist_modelSection__priceItem-name.sec03 {
    white-space: nowrap;
    font-size: 12px;
    font-family: Akshar;
    font-weight: 400;
    letter-spacing: 1px;
    padding-top: 5px;
  }
}
.stylist_modelSection__priceItem-name.textEnd {
  text-wrap: nowrap;
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-weight: 500;
}

@media screen and (max-width: 768px) {

  .stylist_modelSection__priceBox.sec03 .stylist_modelSection__priceItem.sec03 {
    flex-wrap: nowrap;
  }

  /* .stylist_modelSection__priceBox.sec03 .stylist_modelSection__priceItem-name {
    margin-right: 4px;
  } */

  /* .stylist_modelSection__priceBox.sec03 .stylist_modelSection__priceItem-price {
    margin-right: 15px;
  } */

  .stylist_modelSection__priceItem-name.textEnd {
    font-size: 13px;
  }

  .stylist_modelSection__priceItem.sec03 {
    justify-content: flex-start;
  }

  .stylist-list__button.c-button-02.sec03 {
    text-align: center;
  }
}

.stylist_section__explanationBox-price.secTopSpace {
  margin-bottom: 10px;
}

@media screen and (max-width: 768px) {
  .mv-4style__explanation-title {
    margin-bottom: 30px;
  }

  .stylist_section__explanationBox-price.secTopSpace {
    margin-bottom: 14px;
  }

  .stylist_modelSection__conversation-wrap.lastcoment {
    margin-bottom: 60px;
  }
}


.OnlyPc {
  display: block;
}

@media screen and (max-width: 768px) {
  .OnlyPc {
    display: none;
  }
}

.OnlySp {
  display: none;
}

@media screen and (max-width: 768px) {
  .OnlySp {
    display: block;
  }
}
