@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@300;400;500&display=swap");
.js-loading *,
.js-loading *:before,
.js-loading *:after {
  animation-play-state: paused !important;
}

[data-animate*=crossFade] {
  animation-name: crossFade;
  animation-duration: 4000ms;
  animation-timing-function: ease-in-out;
  animation-iteration-count: infinite;
  animation-direction: alternate;
}

@keyframes crossFade {
  0% {
    opacity: 1;
  }
  30% {
    opacity: 1;
  }
  70% {
    opacity: 0;
  }
  100% {
    opacity: 0;
  }
}
@keyframes fadingIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@keyframes stretch {
  0% {
    width: 0;
  }
  100% {
    width: 100%;
  }
}
[data-animate=rotate] {
  animation-name: rotate;
  animation-duration: 30000ms;
  animation-timing-function: linear;
  animation-iteration-count: infinite;
  animation-direction: forwards;
}

@keyframes rotate {
  0% {
    transform: rotate(0);
  }
  100% {
    transform: rotate(360deg);
  }
}
[class*=anima] {
  opacity: 0;
  will-change: opacity, transform;
  transition: ease-in, opacity 1800ms, transform 1000ms;
}
@media screen and (min-width: 768px) {
  [class*=anima].look__slider {
    --animation-duration-element: 1000ms;
    transition-delay: var(--animation-duration-element);
  }
}
[class*=anima]:not(.onView) * {
  animation-play-state: paused;
}
[class*=anima][data-animate=slide-in-from-bottom] {
  opacity: 1;
}
[class*=anima][data-animate=slide-in-from-bottom] > * {
  transform: translateY(4em);
  transition: ease-in, transform 1000ms;
}
[class*=anima][data-animate=slide-in-from-bottom].onView > * {
  transform: translate3d(0, 0, 0);
}
[class*=anima][data-animate=slide-in-from-right] {
  transform: translateX(2rem);
}
[class*=anima][data-animate=slide-in-from-left] {
  transform: translateX(-2rem);
}
[class*=anima].onView {
  opacity: 1;
  transform: translate3d(0, 0, 0) !important;
}
[class*=anima].onView * {
  animation-play-state: running;
}
[class*=anima][data-animate=borderSlide] {
  position: relative;
}
[class*=anima][data-animate=borderSlide]::before {
  content: "";
  height: 5px;
  background-color: #000000;
  position: absolute;
  top: var(--border-top, 1em);
  bottom: var(--border-bottom);
  left: var(--border-left);
  right: var(--border-right);
  transition: width 0.5s ease, transform 1000ms ease;
  transform: scaleX(0);
  transform-origin: left;
  pointer-events: none;
}
@media screen and (max-width: 767px) {
  [class*=anima][data-animate=borderSlide]::before {
    height: 0.4rem;
    top: var(--border-top, 1.1em);
    transition: width 0.5s ease, transform 1000ms ease;
  }
}
[class*=anima][data-animate=borderSlide].onView::before {
  transform: scaleX(1);
  width: var(--border-width, 100%);
}

[data-src]::before {
  content: "";
  display: block;
  padding-top: 56.25%;
}

#sbys_230601 .mainVisual-textTitle,
#sbys_230601 .content-item-text dt,
#sbys_230601 .content-description-title {
  overflow-y: hidden;
}
#sbys_230601 .content-item-image:nth-of-type(2) .anima > * {
  opacity: 0;
  will-change: opacity, transform;
  transition: ease-in, opacity 1800ms, transform 1000ms;
}
#sbys_230601 .content-item-image:nth-of-type(2) .anima > *:nth-child(1) {
  transition-delay: 0.25s;
}
#sbys_230601 .content-item-image:nth-of-type(2) .anima > *:nth-child(2) {
  transition-delay: 0.5s;
}
#sbys_230601 .content-item-image:nth-of-type(2) .anima > *:nth-child(3) {
  transition-delay: 0.75s;
}
#sbys_230601 .content-item-image:nth-of-type(2) .anima > *:nth-child(4) {
  transition-delay: 1s;
}
#sbys_230601 .content-item-image:nth-of-type(2) .anima.onView > * {
  opacity: 1;
}

@media screen and (max-width: 767px) {
  html {
    font-size: 1.33334vw;
  }
  html .pcOnly {
    display: none !important;
  }
}
@media screen and (min-width: 768px) {
  html {
    font-size: 62.5%;
  }
  html .spOnly {
    display: none !important;
  }
}
@media screen and (min-width: 768px) and (max-width: 1024px) and (orientation: portrait) {
  html {
    font-size: calc(10 * (100vw / 1400));
  }
}
@media screen and (min-width: 768px) and (max-width: 1200px) and (orientation: landscape) {
  html {
    font-size: calc(10 * (100vw / 1400));
  }
}

.main-area {
  min-width: unset;
  max-width: unset;
}
@media screen and (max-width: 767px) {
  .main-area {
    max-width: none;
  }
}

#sbys_230601 figure,
#sbys_230601 figcaption,
#sbys_230601 [class*=content],
#sbys_230601 [class*=__wrap],
#sbys_230601 [class*=-inner],
#sbys_230601 [class*=__image],
#sbys_230601 [class*=__item],
#sbys_230601 [class*=__video],
#sbys_230601 [class*=__caption] {
  position: relative;
  width: 100%;
}
#sbys_230601 picture, #sbys_230601 img, #sbys_230601 video {
  position: relative;
  width: 100%;
  height: 100%;
  display: block;
  line-height: 0;
}
@media screen and (max-width: 767px) {
  #sbys_230601 picture, #sbys_230601 img, #sbys_230601 video {
    image-rendering: -webkit-optimize-contrast;
    image-rendering: crisp-edges;
  }
}
#sbys_230601 a {
  transition: ease 0.6s;
}
#sbys_230601 a:link:hover {
  cursor: pointer;
}
#sbys_230601 a.no_link {
  opacity: 1;
  pointer-events: none;
  border: none;
  text-decoration: none;
}
#sbys_230601 a.no_link span {
  font-size: 1rem;
}
@media screen and (max-width: 767px) {
  #sbys_230601 a.no_link span {
    font-size: 1.6rem;
  }
}

#sbys_230601 .content-text-title {
  font-family: acumin-pro, sans-serif;
  font-style: normal;
}

#sbys_230601 .look-item__price li, #sbys_230601 .look-item__name, #sbys_230601 .content-staff-description, #sbys_230601 .content-description-sns, #sbys_230601 .content-description-title, #sbys_230601 .mainVisual-text h2 {
  font-family: acumin-pro, sans-serif;
  font-style: normal;
}

#sbys_230601 .look-item__price li.jp--text, #sbys_230601 .look-item__name .jp, #sbys_230601 .content-description-text, #sbys_230601 {
  font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", YuGothic, "游ゴシック体", "メイリオ", "Meiryo", sans-serif;
}

#sbys_230601 {
  /* ---------- Text Area ---------- */
  font-feature-settings: "palt";
  color: #000;
  text-align: justify;
  text-justify: inter-cluster;
  text-justify: inter-character;
}
#sbys_230601 * {
  font: inherit;
}
#sbys_230601 .mainVisual-text {
  font-size: 1.6rem;
  letter-spacing: 0.12em;
  line-height: 2.06;
  text-align: center;
}
@media screen and (max-width: 767px) {
  #sbys_230601 .mainVisual-text {
    font-size: 2.2rem;
    line-height: 2;
  }
}
#sbys_230601 .mainVisual-text h2 {
  font-size: 2.5rem;
  font-weight: bold;
  line-height: 1;
  letter-spacing: normal;
}
@media screen and (max-width: 767px) {
  #sbys_230601 .mainVisual-text h2 {
    font-size: 3.8rem;
  }
}
#sbys_230601 .mainVisual-text h3 {
  font-size: 1.6rem;
}
@media screen and (max-width: 767px) {
  #sbys_230601 .mainVisual-text h3 {
    font-size: 2.4rem;
  }
}
#sbys_230601 .content-text-title {
  font-weight: 600;
  font-size: 3.4rem;
  line-height: 1;
}
@media screen and (max-width: 767px) {
  #sbys_230601 .content-text-title {
    font-size: 4.5rem;
  }
}
#sbys_230601 .content-description-title {
  font-size: 2.3rem;
  font-weight: bold;
  line-height: 1;
  letter-spacing: normal;
  text-align: center;
}
@media screen and (max-width: 767px) {
  #sbys_230601 .content-description-title {
    font-size: 3.4rem;
  }
}
#sbys_230601 .content-description-text {
  font-size: 1.3rem;
  line-height: 2.23;
  letter-spacing: 0.12em;
}
@media screen and (max-width: 767px) {
  #sbys_230601 .content-description-text {
    font-size: 2.1rem;
    line-height: 2;
  }
}
#sbys_230601 .content-description-sns {
  font-size: 1.7rem;
  font-weight: 300;
  line-height: 2.53;
  letter-spacing: normal;
}
@media screen and (max-width: 767px) {
  #sbys_230601 .content-description-sns {
    font-size: 2.6rem;
    line-height: 1.72;
  }
}
#sbys_230601 .content-staff-description {
  font-weight: 200;
  font-size: 1.4rem;
  line-height: 1.64;
  letter-spacing: 0.05em;
}
@media screen and (max-width: 767px) {
  #sbys_230601 .content-staff-description {
    font-size: 2.2rem;
    line-height: 1.82;
  }
}
#sbys_230601 .look-item__name {
  font-weight: bold;
  font-size: var(--fz-itemName, 3.4rem);
  line-height: 1;
  text-align: center;
}
@media screen and (max-width: 767px) {
  #sbys_230601 .look-item__name {
    font-size: var(--fz-itemName, 4.5rem);
  }
}
#sbys_230601 .look-item__name .jp {
  font-family: "ヒラギノ角ゴ Pro W6", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", YuGothic, "游ゴシック体", "メイリオ", "Meiryo", sans-serif;
  font-size: 0.85em;
  font-weight: 600;
}
#sbys_230601 .look-item__price li {
  font-weight: 200;
  font-size: 1.4rem;
  line-height: 1.86;
  letter-spacing: 0.05em;
  text-align: center;
}
@media screen and (max-width: 767px) {
  #sbys_230601 .look-item__price li {
    font-size: 2.2rem;
    line-height: 1.82;
  }
}
#sbys_230601 .look-item__price li.jp--text {
  font-size: 1.2rem;
  letter-spacing: 0.12em;
}
@media screen and (max-width: 767px) {
  #sbys_230601 .look-item__price li.jp--text {
    font-size: 2rem;
  }
}
#sbys_230601 .viewall {
  font-size: 1.8rem;
  text-align: center;
  letter-spacing: 0.06em;
  line-height: 1;
}
@media screen and (max-width: 767px) {
  #sbys_230601 .viewall {
    font-size: 2.8rem;
  }
}

.c-text {
  text-align: center;
}

.flexbox {
  display: flex;
  justify-content: flex-start;
  align-items: flex-start;
}
.flexbox > * {
  width: 100%;
  flex: 0 0 auto;
}

.break {
  flex-basis: 100%;
}

#sbys_230601 .look__image::before {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  background-color: var(--background--color, #fff);
  top: 0;
}
#sbys_230601 .btn-wrap {
  position: relative;
  display: block;
  width: 100%;
  max-width: 46rem;
  margin: 13rem auto 10rem;
}
@media screen and (max-width: 768px) {
  #sbys_230601 .btn-wrap {
    max-width: 46rem;
    margin: 13rem auto 13rem;
  }
}
@media screen and (max-width: 767px) {
  #sbys_230601 .border {
    border-top: 0.1rem solid #808080;
  }
}
#sbys_230601 .viewall {
  padding: 2.2rem 0;
  border: 1px solid var(--border-color, #000);
  font-size: 1.8rem;
  text-align: center;
  letter-spacing: 0.06em;
  line-height: 1;
  transition: cubic-bezier(0.385, 0.145, 0.28, 0.925), all 750ms;
}
@media screen and (max-width: 768px) {
  #sbys_230601 .viewall {
    padding: 4.5rem 0;
    font-size: 2.8rem;
  }
}
#sbys_230601 .viewall:hover {
  color: var(--font-color, #d3d3d3);
  background-color: var(--border-color, #000);
}

/* ---------- Slider Control ---------- */
.look__slider {
  position: relative;
  overflow: hidden;
}
.look__slider .slide-button-prev, .look__slider .slide-button-next {
  font-size: 0;
  line-height: 0;
  position: absolute;
  z-index: 1;
  top: 50%;
  display: block;
  width: 20px;
  height: 20px;
  padding: 0;
  transform: translate(0, -50%);
  cursor: pointer;
  color: rgba(0, 0, 0, 0);
  border: none;
  outline: none;
  background: rgba(0, 0, 0, 0);
}
@media screen and (max-width: 767px) {
  .look__slider .slide-button-prev, .look__slider .slide-button-next {
    width: 5rem;
    height: 10rem;
    top: 51%;
  }
}
.look__slider .slide-button-prev::after, .look__slider .slide-button-prev::before, .look__slider .slide-button-next::after, .look__slider .slide-button-next::before {
  content: "";
  display: block;
  position: absolute;
  width: 1px;
  height: 13px;
  background-color: var(--arrow-color, #fff);
}
@media screen and (max-width: 767px) {
  .look__slider .slide-button-prev::after, .look__slider .slide-button-prev::before, .look__slider .slide-button-next::after, .look__slider .slide-button-next::before {
    height: 4rem;
  }
}
.look__slider .slide-button-prev::after, .look__slider .slide-button-next::after {
  left: 10px;
  bottom: -1px;
}
@media screen and (max-width: 767px) {
  .look__slider .slide-button-prev::after, .look__slider .slide-button-next::after {
    left: 3rem;
    bottom: 2.6rem;
  }
}
.look__slider .slide-button-prev::before, .look__slider .slide-button-next::before {
  top: 0;
  left: 10px;
  bottom: 0px;
}
@media screen and (max-width: 767px) {
  .look__slider .slide-button-prev::before, .look__slider .slide-button-next::before {
    left: 3rem;
  }
}
.look__slider .slide-button-prev {
  left: 2.7rem;
}
@media screen and (max-width: 767px) {
  .look__slider .slide-button-prev {
    left: 1rem;
  }
}
.look__slider .slide-button-prev::after {
  transform: rotate(-53deg);
}
@media screen and (max-width: 767px) {
  .look__slider .slide-button-prev::after {
    transform: rotate(-30deg);
  }
}
.look__slider .slide-button-prev::before {
  transform: rotate(53deg);
}
@media screen and (max-width: 767px) {
  .look__slider .slide-button-prev::before {
    transform: rotate(30deg);
  }
}
.look__slider .slide-button-next {
  right: 2.7rem;
}
@media screen and (max-width: 767px) {
  .look__slider .slide-button-next {
    right: 2rem;
  }
}
.look__slider .slide-button-next::after {
  transform: rotate(53deg);
}
@media screen and (max-width: 767px) {
  .look__slider .slide-button-next::after {
    transform: rotate(30deg);
  }
}
.look__slider .slide-button-next::before {
  transform: rotate(-53deg);
}
@media screen and (max-width: 767px) {
  .look__slider .slide-button-next::before {
    transform: rotate(-30deg);
  }
}
.look__slider .slick-dots {
  width: 2.7rem;
  display: flex;
  justify-content: space-between;
  position: absolute;
  left: 0;
  bottom: -2.2rem;
}
@media screen and (max-width: 767px) {
  .look__slider .slick-dots {
    width: 5rem;
    bottom: -4rem;
    left: auto;
    right: 2rem;
  }
}
.look__slider .slick-dots li {
  position: relative;
  display: block;
  cursor: pointer;
  margin: 0;
  padding: 0;
}
.look__slider .slick-dots li button {
  display: block;
  width: 0.6rem;
  height: 0.6rem;
  cursor: pointer;
  color: transparent;
  background: black;
  opacity: 0.5;
  border-radius: 50%;
  transition: background 0.3s;
}
.look__slider .slick-dots li button:hover, .look__slider .slick-dots li button:focus {
  opacity: 0.5;
}
@media screen and (max-width: 767px) {
  .look__slider .slick-dots li button {
    width: 1rem;
    height: 1rem;
  }
}
.look__slider .slick-dots li.slick-active button {
  opacity: 1;
}

.header {
  pointer-events: none;
}
.header-inner {
  pointer-events: none;
}
.header-inner > * {
  pointer-events: all;
}

@media screen and (min-width: 768px) {
  .main-area.lp {
    padding-top: 0;
    overflow: hidden;
  }
  .main-area .main-inner {
    width: 100%;
    max-width: none;
  }
}
@media screen and (max-width: 767px) {
  .main-area .main-inner {
    padding-inline: 0;
  }
}
@media screen and (min-width: 768px) {
  #sbys_230601 .wrap {
    -webkit-padding-before: 8rem;
            padding-block-start: 8rem;
  }
}
@media screen and (max-width: 767px) {
  #sbys_230601 .wrap {
    overflow: hidden;
  }
}
#sbys_230601 .mainVisual-image {
  width: 100%;
  max-width: 48.3rem;
  margin-inline: auto;
}
@media screen and (max-width: 767px) {
  #sbys_230601 .mainVisual-image {
    max-width: 66rem;
  }
}
#sbys_230601 .mainVisual-logo {
  width: 9rem;
  -webkit-margin-before: 4.8rem;
          margin-block-start: 4.8rem;
  margin-inline: auto;
}
@media screen and (max-width: 767px) {
  #sbys_230601 .mainVisual-logo {
    width: 12.4rem;
    -webkit-margin-before: 6.4rem;
            margin-block-start: 6.4rem;
  }
}
#sbys_230601 .mainVisual-text {
  max-width: 60rem;
  margin-inline: auto;
  -webkit-margin-before: 7.6rem;
          margin-block-start: 7.6rem;
}
@media screen and (max-width: 767px) {
  #sbys_230601 .mainVisual-text {
    -webkit-margin-before: 8.2rem;
            margin-block-start: 8.2rem;
  }
}
#sbys_230601 .mainVisual-text h3 {
  color: #fff;
}
@media screen and (min-width: 768px) {
  #sbys_230601 .mainVisual-text h3 {
    background: #000;
    -webkit-margin-before: 2.8rem;
            margin-block-start: 2.8rem;
    padding-block: 0.2em;
    padding-inline: 1em;
    display: inline-block;
    width: auto;
  }
}
@media screen and (max-width: 767px) {
  #sbys_230601 .mainVisual-text h3 {
    -webkit-margin-before: 4.5rem;
            margin-block-start: 4.5rem;
  }
}
@media screen and (max-width: 767px) {
  #sbys_230601 .mainVisual-text h3 span {
    display: inline-block;
    padding-inline: 1em;
    padding-block: 0.1em;
    background: #000;
  }
  #sbys_230601 .mainVisual-text h3 span:nth-of-type(2) {
    -webkit-margin-before: 1em;
            margin-block-start: 1em;
    padding-inline: 0.8em;
  }
}
@media screen and (min-width: 768px) {
  #sbys_230601 .mainVisual-text h3 > *:not(:first-of-type) {
    -webkit-margin-start: 0.4em;
            margin-inline-start: 0.4em;
  }
}
#sbys_230601 .mainVisual-text dd {
  -webkit-margin-before: 4.5em;
          margin-block-start: 4.5em;
}
@media screen and (max-width: 767px) {
  #sbys_230601 .mainVisual-text dd {
    -webkit-margin-before: 4em;
            margin-block-start: 4em;
  }
}
#sbys_230601 .mainVisual-text dd > *:not(:first-of-type) {
  -webkit-margin-before: 2.1em;
          margin-block-start: 2.1em;
}
@media screen and (max-width: 767px) {
  #sbys_230601 .mainVisual-text dd > *:not(:first-of-type) {
    -webkit-margin-before: 1.5em;
            margin-block-start: 1.5em;
  }
}
@media screen and (max-width: 767px) {
  #sbys_230601 .mainVisual-text dd > *:last-of-type {
    -webkit-margin-before: 1.7em;
            margin-block-start: 1.7em;
  }
}
#sbys_230601 .mainVisual-text dd.index-logo {
  width: 37rem;
  margin-inline: auto;
  position: relative;
  left: 0.4rem;
}
@media screen and (max-width: 767px) {
  #sbys_230601 .mainVisual-text dd.index-logo {
    width: 46.2rem;
    -webkit-margin-before: 4.1em;
            margin-block-start: 4.1em;
  }
}
#sbys_230601 .content-list {
  position: relative;
  margin-inline: auto;
  -webkit-margin-before: 14.4rem;
          margin-block-start: 14.4rem;
}
@media screen and (max-width: 767px) {
  #sbys_230601 .content-list {
    -webkit-margin-before: 19.8rem;
            margin-block-start: 19.8rem;
  }
}
@media screen and (min-width: 768px) {
  #sbys_230601 .content-bg {
    height: 18rem;
    -webkit-margin-before: 7.4rem;
            margin-block-start: 7.4rem;
  }
}
@media screen and (max-width: 767px) {
  #sbys_230601 .content-bg {
    height: 15rem;
    -webkit-margin-before: 7rem;
            margin-block-start: 7rem;
  }
}
#sbys_230601 .content-bg::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  background: url("../assets/img/bg.jpg") no-repeat;
  background-size: 100%;
  margin: auto;
  display: block;
  width: 100%;
  height: 18rem;
  pointer-events: none;
  z-index: -1;
}
@media screen and (max-width: 767px) {
  #sbys_230601 .content-bg::before {
    background: url("../assets/img/bg-sp.jpg") no-repeat;
    background-size: contain;
    height: 15rem;
  }
}
#sbys_230601 .content-item {
  width: 100%;
  position: relative;
  margin-inline: auto;
  max-width: var(--max-content, 140rem);
}
@media screen and (max-width: 767px) {
  #sbys_230601 .content-item {
    max-width: 75rem;
  }
}
#sbys_230601 .content-item-image:not(:first-of-type) {
  -webkit-margin-before: var(--mtop-image);
          margin-block-start: var(--mtop-image);
}
#sbys_230601 .content-item-image .flexbox {
  -moz-column-gap: var(--column-gap);
       column-gap: var(--column-gap);
}
#sbys_230601 .content-item-image figure {
  max-width: var(--image-width);
}
@media screen and (min-width: 768px) {
  #sbys_230601 .content-item-image figure picture {
    max-width: var(--image-width);
  }
}
#sbys_230601 .content-item-text {
  -webkit-margin-before: var(--mtop-text);
          margin-block-start: var(--mtop-text);
}
#sbys_230601 .content-item-text a {
  display: inline-block;
}
@media screen and (min-width: 768px) {
  #sbys_230601 .content-description-wrap {
    -webkit-margin-before: 14.2rem;
            margin-block-start: 14.2rem;
  }
}
@media screen and (max-width: 767px) {
  #sbys_230601 .content-description-wrap {
    -webkit-margin-before: 19rem;
            margin-block-start: 19rem;
  }
}
#sbys_230601 .content-description-logo {
  width: 5rem;
  -webkit-margin-before: 3.2rem;
          margin-block-start: 3.2rem;
  margin-inline: auto;
}
@media screen and (max-width: 767px) {
  #sbys_230601 .content-description-logo {
    width: 6.6rem;
    -webkit-margin-before: 4.6rem;
            margin-block-start: 4.6rem;
  }
}
#sbys_230601 .content-description-sns {
  display: inline-block;
  text-align: center;
  -webkit-margin-before: 7rem;
          margin-block-start: 7rem;
}
@media screen and (max-width: 767px) {
  #sbys_230601 .content-description-sns {
    -webkit-margin-before: 8rem;
            margin-block-start: 8rem;
  }
}
#sbys_230601 .content-description-sns img {
  width: 3.8rem;
  margin-inline: auto;
}
@media screen and (max-width: 767px) {
  #sbys_230601 .content-description-sns img {
    width: 5rem;
  }
}
#sbys_230601 .content-description-sns span {
  display: inline-block;
  -webkit-margin-before: 0.6em;
          margin-block-start: 0.6em;
}
@media screen and (max-width: 767px) {
  #sbys_230601 .content-description-sns span {
    -webkit-margin-before: 1em;
            margin-block-start: 1em;
  }
}
#sbys_230601 .content-description-slider {
  margin-inline: auto;
  -webkit-margin-before: 7rem;
          margin-block-start: 7rem;
}
@media screen and (min-width: 768px) {
  #sbys_230601 .content-description-slider {
    max-width: 140rem;
  }
}
@media screen and (max-width: 767px) {
  #sbys_230601 .content-description-slider {
    -webkit-margin-before: 9.4rem;
            margin-block-start: 9.4rem;
  }
}
#sbys_230601 .content-description-slider .swiper-wrapper {
  transition-timing-function: linear;
}
#sbys_230601 .content-profile-description-text {
  -webkit-margin-before: 0.7em;
          margin-block-start: 0.7em;
}
@media screen and (max-width: 767px) {
  #sbys_230601 .content-profile-description-text {
    -webkit-margin-before: 1em;
            margin-block-start: 1em;
  }
}
#sbys_230601 .content-profile-sns {
  -webkit-margin-before: 0.3em;
          margin-block-start: 0.3em;
}
#sbys_230601 [data-animate*=crossFade] {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
}
#sbys_230601 .look {
  display: grid;
  align-items: flex-start;
  -moz-column-gap: var(--colGap-look);
       column-gap: var(--colGap-look);
  row-gap: var(--rowGap-look);
  grid-template-columns: var(--grid-columnLayout);
}
@media screen and (min-width: 768px) {
  #sbys_230601 .look {
    grid-template-columns: var(--grid-columnLayout, minmax(0, 1fr));
  }
}
#sbys_230601 .look > * {
  grid-column: var(--grid-columnItem);
  grid-row: var(--grid-rowItem);
}
#sbys_230601 .look__image {
  background: #fff;
}
#sbys_230601 .look__image:hover::before {
  --background--color: transparent;
}
#sbys_230601 .look-item__details p span {
  display: block;
}
#sbys_230601 .look-item__details .remarks {
  -webkit-margin-before: 0.7em;
          margin-block-start: 0.7em;
}
#sbys_230601 .look-item__price {
  -webkit-margin-before: var(--mtop-price);
          margin-block-start: var(--mtop-price);
}
@media screen and (max-width: 767px) {
  #sbys_230601 .look-item__price {
    -webkit-margin-before: var(--mtop-price, 4rem);
            margin-block-start: var(--mtop-price, 4rem);
  }
}
#sbys_230601 .staff-wrap {
  position: relative;
}
@media screen and (min-width: 768px) {
  #sbys_230601 .staff-wrap {
    -webkit-margin-before: 9.8rem;
            margin-block-start: 9.8rem;
  }
}
@media screen and (max-width: 767px) {
  #sbys_230601 .staff-wrap {
    -webkit-margin-before: 9.5rem;
            margin-block-start: 9.5rem;
    border-top: 0.1rem solid #808080;
  }
}
@media screen and (min-width: 768px) {
  #sbys_230601 .staff-wrap::before {
    content: "";
    width: 100%;
    margin-inline: auto;
    height: 1px;
    background-color: #808080;
    position: absolute;
    top: 0%;
    left: 0;
    right: 0;
  }
}
#sbys_230601 .staff-wrap dl {
  width: 95%;
  max-width: 112rem;
  margin-inline: auto;
  -webkit-padding-before: 1.4rem;
          padding-block-start: 1.4rem;
}
@media screen and (max-width: 767px) {
  #sbys_230601 .staff-wrap dl {
    max-width: 61rem;
    padding-block: 1.4em 1.9em;
  }
}
#sbys_230601 .staff-wrap dl:not(:first-of-type) {
  -webkit-margin-before: 0.9em;
          margin-block-start: 0.9em;
}
@media screen and (max-width: 767px) {
  #sbys_230601 .staff-wrap dl:not(:first-of-type) {
    -webkit-margin-before: 2em;
            margin-block-start: 2em;
    padding: 0;
  }
}
#sbys_230601 .staff-wrap dl .link {
  -webkit-margin-start: 0.6em;
          margin-inline-start: 0.6em;
}
#sbys_230601 .staff-wrap dl dt:nth-of-type(2) {
  -webkit-margin-before: 1.5em;
          margin-block-start: 1.5em;
}
@media screen and (min-width: 768px) {
  #sbys_230601 .content-01 .content-item-image:nth-of-type(1) {
    --image-width: 54rem;
    -webkit-margin-before: 3.8rem;
            margin-block-start: 3.8rem;
  }
}
@media screen and (max-width: 767px) {
  #sbys_230601 .content-01 .content-item-image:nth-of-type(1) {
    -webkit-margin-before: 3.6rem;
            margin-block-start: 3.6rem;
  }
}
#sbys_230601 .content-01 .content-item-image:nth-of-type(2) {
  margin-inline: auto;
}
@media screen and (min-width: 768px) {
  #sbys_230601 .content-01 .content-item-image:nth-of-type(2) {
    max-width: 44rem;
  }
}
@media screen and (max-width: 767px) {
  #sbys_230601 .content-01 .content-item-image:nth-of-type(2) {
    max-width: 58rem;
  }
}
@media screen and (min-width: 768px) {
  #sbys_230601 .content-01 .content-item-image:nth-of-type(2) > * .look__image {
    max-width: 21.2rem;
  }
}
@media screen and (max-width: 767px) {
  #sbys_230601 .content-01 .content-item-image:nth-of-type(2) > * .look__image {
    max-width: 28rem;
  }
}
@media screen and (min-width: 768px) {
  #sbys_230601 .content-02 .content-item-image:nth-of-type(1) {
    --image-width: 58rem;
    -webkit-margin-before: 3.8rem;
            margin-block-start: 3.8rem;
  }
  #sbys_230601 .content-02 .content-item-image:nth-of-type(1) figure {
    margin-inline: auto;
  }
}
@media screen and (max-width: 767px) {
  #sbys_230601 .content-02 .content-item-image:nth-of-type(1) {
    -webkit-margin-before: 3.6rem;
            margin-block-start: 3.6rem;
  }
}
@media screen and (max-width: 767px) {
  #sbys_230601 .content-02 .content-item-image:nth-of-type(2) {
    max-width: 56rem;
    margin-inline: auto;
  }
}
@media screen and (min-width: 768px) {
  #sbys_230601 .content-03 .content-item-image:nth-of-type(1) {
    --image-width: 83rem;
    -webkit-margin-before: 3.6rem;
            margin-block-start: 3.6rem;
  }
}
@media screen and (max-width: 767px) {
  #sbys_230601 .content-03 .content-item-image:nth-of-type(1) {
    --image-width: 58rem;
    -webkit-margin-before: 3.6rem;
            margin-block-start: 3.6rem;
  }
}
@media screen and (min-width: 768px) {
  #sbys_230601 .content-03 .content-item-image:nth-of-type(2) {
    --image-width: 43rem;
  }
}
@media screen and (max-width: 767px) {
  #sbys_230601 .content-03 .content-item-image:nth-of-type(2) {
    --image-width: 34rem;
  }
}
@media screen and (min-width: 768px) {
  #sbys_230601 .content-04 .content-item-image:nth-of-type(1) {
    --image-width: 58rem;
    -webkit-margin-before: 3.6rem;
            margin-block-start: 3.6rem;
  }
}
@media screen and (max-width: 767px) {
  #sbys_230601 .content-04 .content-item-image:nth-of-type(1) {
    --image-width: 75rem;
    -webkit-margin-before: 3.6rem;
            margin-block-start: 3.6rem;
  }
}
#sbys_230601 .content-04 .content-item-image:nth-of-type(2) {
  margin-inline: auto;
}
@media screen and (min-width: 768px) {
  #sbys_230601 .content-04 .content-item-image:nth-of-type(2) {
    max-width: 44rem;
  }
}
@media screen and (max-width: 767px) {
  #sbys_230601 .content-04 .content-item-image:nth-of-type(2) {
    max-width: 58rem;
  }
}
@media screen and (min-width: 768px) {
  #sbys_230601 .content-04 .content-item-image:nth-of-type(2) > * .look__image {
    max-width: 21.2rem;
  }
}
@media screen and (max-width: 767px) {
  #sbys_230601 .content-04 .content-item-image:nth-of-type(2) > * .look__image {
    max-width: 28rem;
  }
}
@media screen and (min-width: 768px) {
  #sbys_230601 .content-01 {
    --max-content: 54rem;
    --mtop-image: 8rem;
    --mtop-price: 3.2rem;
  }
}
@media screen and (max-width: 767px) {
  #sbys_230601 .content-01 {
    --mtop-image: 8rem;
  }
}
#sbys_230601 .content-01 .content-item-image:nth-of-type(2) figure {
  display: flex;
  flex-wrap: wrap;
  gap: 1.6rem;
}
@media screen and (max-width: 767px) {
  #sbys_230601 .content-01 .content-item-image:nth-of-type(2) figure {
    gap: 2rem;
  }
}
#sbys_230601 .content-02 {
  -webkit-margin-before: 13.8rem;
          margin-block-start: 13.8rem;
}
@media screen and (min-width: 768px) {
  #sbys_230601 .content-02 {
    --max-content: 78rem;
    --mtop-image: 8rem;
    --mtop-price: 3.4rem;
  }
}
@media screen and (max-width: 767px) {
  #sbys_230601 .content-02 {
    -webkit-margin-before: 19rem;
            margin-block-start: 19rem;
    --mtop-image: 8rem;
  }
}
#sbys_230601 .content-02 .content-item-image:nth-of-type(2) figure {
  display: flex;
  -moz-column-gap: 6rem;
       column-gap: 6rem;
}
@media screen and (min-width: 768px) {
  #sbys_230601 .content-02 .content-item-image:nth-of-type(2) figure > * {
    max-width: 36rem;
  }
}
@media screen and (max-width: 767px) {
  #sbys_230601 .content-02 .content-item-image:nth-of-type(2) figure > * {
    max-width: 56rem;
  }
}
#sbys_230601 .content-03 {
  -webkit-margin-before: 14.6rem;
          margin-block-start: 14.6rem;
}
@media screen and (min-width: 768px) {
  #sbys_230601 .content-03 {
    --max-content: 74rem;
    --fz-itemName: 3.7rem;
    --grid-columnItem: 1/4;
    --grid-columnLayout: 46rem 4rem 24rem;
    --mtop-price: 3.2rem;
  }
}
@media screen and (max-width: 767px) {
  #sbys_230601 .content-03 {
    -webkit-margin-before: 19.8rem;
            margin-block-start: 19.8rem;
    --fz-itemName: 5.4rem;
  }
}
@media screen and (min-width: 768px) {
  #sbys_230601 .content-03 .content-item-image:nth-of-type(1) {
    --grid-columnItem: 1/3;
    --grid-rowItem: 2/3;
  }
}
#sbys_230601 .content-03 .content-item-image:nth-of-type(2) {
  z-index: 1;
}
@media screen and (min-width: 768px) {
  #sbys_230601 .content-03 .content-item-image:nth-of-type(2) {
    --grid-columnItem: 2/4;
    --grid-rowItem: 3/4;
    -webkit-margin-before: -30rem;
            margin-block-start: -30rem;
  }
}
@media screen and (max-width: 767px) {
  #sbys_230601 .content-03 .content-item-image:nth-of-type(2) figure {
    -webkit-margin-start: auto;
            margin-inline-start: auto;
    -webkit-margin-before: -21rem;
            margin-block-start: -21rem;
  }
}
@media screen and (min-width: 768px) {
  #sbys_230601 .content-03 .content-item-text:not(:first-of-type) {
    --grid-rowItem: 5/6;
  }
}
#sbys_230601 .content-04 {
  -webkit-margin-before: 13.8rem;
          margin-block-start: 13.8rem;
}
@media screen and (min-width: 768px) {
  #sbys_230601 .content-04 {
    --max-content: 58rem;
    --fz-itemName: 3.7rem;
    --mtop-image: 8rem;
    --mtop-price: 3.4rem;
  }
}
@media screen and (max-width: 767px) {
  #sbys_230601 .content-04 {
    -webkit-margin-before: 19rem;
            margin-block-start: 19rem;
    --fz-itemName: 5.4rem;
    --mtop-image: 8rem;
  }
}
#sbys_230601 .content-04 .content-item-image:nth-of-type(2) figure {
  display: flex;
  flex-wrap: wrap;
  gap: 1.6rem;
}
@media screen and (max-width: 767px) {
  #sbys_230601 .content-04 .content-item-image:nth-of-type(2) figure {
    gap: 2rem;
  }
}