@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 {
  -webkit-animation-play-state: paused !important;
          animation-play-state: paused !important;
}

[class*=crossFade] {
  -webkit-animation-name: crossFade;
          animation-name: crossFade;
  -webkit-animation-duration: 4000ms;
          animation-duration: 4000ms;
  -webkit-animation-timing-function: ease-in-out;
          animation-timing-function: ease-in-out;
  -webkit-animation-iteration-count: infinite;
          animation-iteration-count: infinite;
  -webkit-animation-direction: alternate;
          animation-direction: alternate;
}

@-webkit-keyframes crossFade {
  0% {
    opacity: 1;
  }
  30% {
    opacity: 1;
  }
  70% {
    opacity: 0;
  }
  100% {
    opacity: 0;
  }
}

@keyframes crossFade {
  0% {
    opacity: 1;
  }
  30% {
    opacity: 1;
  }
  70% {
    opacity: 0;
  }
  100% {
    opacity: 0;
  }
}
[data-animate=rotate] {
  -webkit-animation-name: rotate;
          animation-name: rotate;
  -webkit-animation-duration: 30000ms;
          animation-duration: 30000ms;
  -webkit-animation-timing-function: linear;
          animation-timing-function: linear;
  -webkit-animation-iteration-count: infinite;
          animation-iteration-count: infinite;
  -webkit-animation-direction: forwards;
          animation-direction: forwards;
}

@-webkit-keyframes rotate {
  0% {
    -webkit-transform: rotate(0);
            transform: rotate(0);
  }
  100% {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg);
  }
}

@keyframes rotate {
  0% {
    -webkit-transform: rotate(0);
            transform: rotate(0);
  }
  100% {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg);
  }
}
[class*=anima] {
  opacity: 0;
  will-change: opacity, transform;
  -webkit-transition: ease-in, opacity 3000ms, -webkit-transform 1000ms;
  transition: ease-in, opacity 3000ms, -webkit-transform 1000ms;
  -o-transition: ease-in, opacity 3000ms, transform 1000ms;
  transition: ease-in, opacity 3000ms, transform 1000ms;
  transition: ease-in, opacity 3000ms, transform 1000ms, -webkit-transform 1000ms;
}
@media screen and (min-width: 768px) {
  [class*=anima].look__slider {
    --animation-duration-element: 1000ms;
    -webkit-transition-delay: var(--animation-duration-element);
         -o-transition-delay: var(--animation-duration-element);
            transition-delay: var(--animation-duration-element);
  }
}
@media screen and (max-width: 767px) {
  [class*=anima] figure + figure {
    --animation-duration-element: 2000ms;
    -webkit-transition-delay: var(--animation-duration-element);
         -o-transition-delay: var(--animation-duration-element);
            transition-delay: var(--animation-duration-element);
  }
}
[class*=anima]:not(.onView) * {
  -webkit-animation-play-state: paused;
          animation-play-state: paused;
}
[class*=anima].onView {
  opacity: 1;
  -webkit-transform: translate3d(0, 0, 0) !important;
          transform: translate3d(0, 0, 0) !important;
}
[class*=anima].onView * {
  -webkit-animation-play-state: running;
          animation-play-state: running;
}
[class*=anima][data-animate=slide-in-right] {
  -webkit-transform: translateX(20rem);
      -ms-transform: translateX(20rem);
          transform: translateX(20rem);
}
[class*=anima][data-animate=slide-in-left] {
  -webkit-transform: translateX(-20rem);
      -ms-transform: translateX(-20rem);
          transform: translateX(-20rem);
}

[data-src]::before {
  content: "";
  display: block;
  padding-top: 56.25%;
}

@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 / 1200));
  }
}
@media screen and (min-width: 768px) and (max-width: 1200px) and (orientation: landscape) {
  html {
    font-size: calc(10 * (100vw / 1200));
  }
}

.main-area {
  min-width: unset;
  max-width: unset;
}
@media screen and (max-width: 767px) {
  .main-area {
    max-width: none;
  }
}

#blk_220831 figure,
#blk_220831 figcaption,
#blk_220831 [class*=content],
#blk_220831 [class*=__wrap],
#blk_220831 [class*=-inner],
#blk_220831 [class*=__image],
#blk_220831 [class*=__item],
#blk_220831 [class*=__video],
#blk_220831 [class*=__caption] {
  position: relative;
  width: 100%;
}
#blk_220831 picture, #blk_220831 img, #blk_220831 video {
  position: relative;
  width: 100%;
  height: 100%;
  display: block;
  line-height: 0;
}
#blk_220831 a:link:hover {
  cursor: pointer;
}
#blk_220831 a.no_link {
  opacity: 1;
  pointer-events: none;
  border: none;
  text-decoration: none;
}
#blk_220831 a.no_link span {
  font-size: 1rem;
}
@media screen and (max-width: 767px) {
  #blk_220831 a.no_link span {
    font-size: 1.6rem;
  }
}

#blk_220831 {
  /* ---------- Text Area ---------- */
  font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", YuGothic, "游ゴシック体", "メイリオ", "Meiryo", sans-serif;
  -webkit-font-feature-settings: "palt";
          font-feature-settings: "palt";
  color: #000;
  text-align: justify;
  text-justify: inter-cluster;
  text-justify: inter-character;
}
#blk_220831 .mainVisual-text {
  text-align: center;
}
#blk_220831 .mainVisual-text h3 {
  font-family: acumin-pro, sans-serif;
  font-weight: bold;
  font-style: normal;
  font-size: 2.4rem;
  line-height: 1.52;
}
@media screen and (max-width: 767px) {
  #blk_220831 .mainVisual-text h3 {
    font-size: 3.4rem;
    line-height: 1.53;
  }
}
#blk_220831 .mainVisual-text h3 span {
  font-family: acumin-pro, sans-serif;
  font-weight: bold;
  font-style: normal;
  font-size: 0.82em;
}
#blk_220831 .mainVisual-text p {
  font-size: 1.6rem;
  letter-spacing: 0.12em;
  line-height: 2.06;
  text-align: center;
}
@media screen and (max-width: 767px) {
  #blk_220831 .mainVisual-text p {
    font-size: 2.4rem;
    line-height: 1.92;
  }
}
#blk_220831 .content-item-text {
  text-align: center;
}
#blk_220831 .content-profile-description {
  text-align: center;
}
#blk_220831 .content-profile-description-text {
  font-size: 1.4rem;
  line-height: 2.14;
  letter-spacing: 0.12em;
}
@media screen and (max-width: 767px) {
  #blk_220831 .content-profile-description-text {
    font-size: 2.2rem;
    line-height: 2;
  }
}
#blk_220831 .content-profile-name {
  font-size: 1.8rem;
  font-weight: bold;
  letter-spacing: 0.12em;
}
@media screen and (max-width: 767px) {
  #blk_220831 .content-profile-name {
    font-size: 3rem;
  }
}
#blk_220831 .content-profile-name--en {
  font-family: acumin-pro, sans-serif;
  font-weight: bold;
  font-style: normal;
  font-size: 1.4rem;
  letter-spacing: 0;
}
@media screen and (max-width: 767px) {
  #blk_220831 .content-profile-name--en {
    font-size: 2.2rem;
  }
}
#blk_220831 .content-profile-job {
  font-size: 1.2rem;
  font-weight: bold;
  letter-spacing: 0.12em;
}
@media screen and (max-width: 767px) {
  #blk_220831 .content-profile-job {
    font-size: 2rem;
  }
}
#blk_220831 .content-profile-sns {
  font-family: acumin-pro, sans-serif;
  font-weight: 300;
  font-style: normal;
  font-size: 1.7rem;
}
@media screen and (max-width: 767px) {
  #blk_220831 .content-profile-sns {
    font-size: 2.6rem;
  }
}
#blk_220831 .look-item__number {
  font-family: acumin-pro, sans-serif;
  font-weight: bold;
  font-style: normal;
  font-size: 3.7rem;
}
@media screen and (max-width: 767px) {
  #blk_220831 .look-item__number {
    font-size: 5.4rem;
    line-height: 1.04;
  }
}
#blk_220831 .look-item__details p {
  font-family: acumin-pro, sans-serif;
  font-weight: 200;
  font-style: normal;
  font-size: 1.4rem;
  line-height: 1.82;
  letter-spacing: 0.05em;
}
#blk_220831 .look-item__details p span {
  font-size: 1.4rem;
  letter-spacing: 0.05em;
}
@media screen and (max-width: 767px) {
  #blk_220831 .look-item__details p span {
    font-size: 2.2rem;
    line-height: 1.82;
  }
}
#blk_220831 .look-item__name {
  font-family: acumin-pro, sans-serif;
  font-weight: bold;
  font-style: normal;
  font-size: 2.2rem;
}
#blk_220831 .look-item__name .acumin_number {
  font-family: acumin-pro, sans-serif;
  font-weight: bold;
  font-size: 1.075em;
}
@media screen and (max-width: 767px) {
  #blk_220831 .look-item__name {
    font-size: 3.4rem;
    line-height: 1.65;
  }
}
#blk_220831 .look-item__price li {
  font-family: acumin-pro, sans-serif;
  font-weight: 200;
  font-style: normal;
  font-size: 1.4rem;
  line-height: 1.86;
  letter-spacing: 0.05em;
}
@media screen and (max-width: 767px) {
  #blk_220831 .look-item__price li {
    font-size: 2.2rem;
    line-height: 1.82;
  }
}
#blk_220831 .look-item__description {
  font-size: 1.4rem;
  line-height: 2.14;
  letter-spacing: 0.12em;
}
@media screen and (max-width: 767px) {
  #blk_220831 .look-item__description {
    font-size: 2.2rem;
    line-height: 2;
  }
}
#blk_220831 .staff-wrap dl dt, #blk_220831 .staff-wrap dl dd .staff-list li {
  font-family: acumin-pro, sans-serif;
  font-weight: 200;
  font-style: normal;
  font-size: 1.4rem;
  line-height: 1.64;
  letter-spacing: 0.05em;
}
@media screen and (max-width: 767px) {
  #blk_220831 .staff-wrap dl dt, #blk_220831 .staff-wrap dl dd .staff-list li {
    font-size: 2.2rem;
    line-height: 1.82;
  }
}
#blk_220831 .viewall {
  font-size: 1.8rem;
  text-align: center;
  letter-spacing: 0.06em;
  line-height: 1;
}
@media screen and (max-width: 767px) {
  #blk_220831 .viewall {
    font-size: 2.8rem;
  }
}

.c-text {
  text-align: center;
}

.flexbox {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}
.flexbox > * {
  width: 100%;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
}

.break {
  -ms-flex-preferred-size: 100%;
      flex-basis: 100%;
}

#blk_220831 .look__image::before {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  background-color: var(--background--color, #fff);
  top: 0;
}
#blk_220831 .btn-wrap {
  position: relative;
  display: block;
  width: 100%;
  max-width: 46rem;
  margin: 13.2rem auto 10rem;
}
@media screen and (max-width: 768px) {
  #blk_220831 .btn-wrap {
    max-width: 46rem;
    margin: 15.5rem auto 13rem;
  }
}
@media screen and (max-width: 767px) {
  #blk_220831 .border {
    border-top: 0.1rem solid #808080;
  }
}
#blk_220831 .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;
  -webkit-transition: cubic-bezier(0.385, 0.145, 0.28, 0.925), all 750ms;
  -o-transition: cubic-bezier(0.385, 0.145, 0.28, 0.925), all 750ms;
  transition: cubic-bezier(0.385, 0.145, 0.28, 0.925), all 750ms;
}
@media screen and (max-width: 768px) {
  #blk_220831 .viewall {
    padding: 4.5rem 0;
    font-size: 2.8rem;
  }
}
#blk_220831 .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;
  -webkit-transform: translate(0, -50%);
      -ms-transform: translate(0, -50%);
          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 {
  -webkit-transform: rotate(-53deg);
      -ms-transform: rotate(-53deg);
          transform: rotate(-53deg);
}
@media screen and (max-width: 767px) {
  .look__slider .slide-button-prev::after {
    -webkit-transform: rotate(-30deg);
        -ms-transform: rotate(-30deg);
            transform: rotate(-30deg);
  }
}
.look__slider .slide-button-prev::before {
  -webkit-transform: rotate(53deg);
      -ms-transform: rotate(53deg);
          transform: rotate(53deg);
}
@media screen and (max-width: 767px) {
  .look__slider .slide-button-prev::before {
    -webkit-transform: rotate(30deg);
        -ms-transform: rotate(30deg);
            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 {
  -webkit-transform: rotate(53deg);
      -ms-transform: rotate(53deg);
          transform: rotate(53deg);
}
@media screen and (max-width: 767px) {
  .look__slider .slide-button-next::after {
    -webkit-transform: rotate(30deg);
        -ms-transform: rotate(30deg);
            transform: rotate(30deg);
  }
}
.look__slider .slide-button-next::before {
  -webkit-transform: rotate(-53deg);
      -ms-transform: rotate(-53deg);
          transform: rotate(-53deg);
}
@media screen and (max-width: 767px) {
  .look__slider .slide-button-next::before {
    -webkit-transform: rotate(-30deg);
        -ms-transform: rotate(-30deg);
            transform: rotate(-30deg);
  }
}
.look__slider .slick-dots {
  width: 2.7rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          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%;
  -webkit-transition: background 0.3s;
  -o-transition: background 0.3s;
  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 {
    overflow: hidden;
  }
}
@media screen and (max-width: 767px) {
  .main-area .main-inner {
    padding-inline: 0;
  }
}
@media screen and (min-width: 768px) {
  #blk_220831 .wrap {
    -webkit-padding-before: 1.8rem;
            padding-block-start: 1.8rem;
  }
}
#blk_220831 .mainVisual-image {
  width: 100%;
  max-width: 100rem;
  margin-inline: auto;
}
#blk_220831 .mainVisual-text {
  -webkit-margin-before: 7rem;
          margin-block-start: 7rem;
}
#blk_220831 .mainVisual-text p {
  -webkit-margin-before: 2em;
          margin-block-start: 2em;
}
@media screen and (max-width: 767px) {
  #blk_220831 .mainVisual-text p {
    -webkit-margin-before: 1.8em;
            margin-block-start: 1.8em;
  }
}
@media screen and (max-width: 767px) {
  #blk_220831 .mainVisual-text {
    -webkit-margin-before: 8rem;
            margin-block-start: 8rem;
  }
}
#blk_220831 .content-list {
  position: relative;
  -webkit-margin-before: 14rem;
          margin-block-start: 14rem;
}
@media screen and (max-width: 767px) {
  #blk_220831 .content-list {
    -webkit-margin-before: 15.8rem;
            margin-block-start: 15.8rem;
  }
}
#blk_220831 .content-item {
  width: 100%;
  position: relative;
  margin-inline: auto;
}
@media screen and (max-width: 767px) {
  #blk_220831 .content-item {
    max-width: 75rem;
  }
}
#blk_220831 .content-item .flexbox {
  -webkit-column-gap: var(--column-gap);
     -moz-column-gap: var(--column-gap);
          column-gap: var(--column-gap);
}
@media screen and (max-width: 767px) {
  #blk_220831 .content-item .flexbox {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
}
#blk_220831 .content-item-image:not(:first-of-type) {
  -webkit-margin-before: var(--margin-top, 2.4rem);
          margin-block-start: var(--margin-top, 2.4rem);
}
@media screen and (max-width: 767px) {
  #blk_220831 .content-item-image:not(:first-of-type) {
    --margin-top: 4.6rem;
  }
}
#blk_220831 .content-item-image figure {
  max-width: var(--image-width);
}
@media screen and (max-width: 767px) {
  #blk_220831 .content-item-image figure {
    margin-inline: auto;
  }
}
#blk_220831 .content-item-text {
  -webkit-margin-before: var(--margin-top);
          margin-block-start: var(--margin-top);
}
#blk_220831 .content-profile {
  -webkit-margin-before: 17rem;
          margin-block-start: 17rem;
}
@media screen and (max-width: 767px) {
  #blk_220831 .content-profile {
    -webkit-margin-before: 20rem;
            margin-block-start: 20rem;
  }
}
@media screen and (max-width: 767px) {
  #blk_220831 .content-profile .content-title {
    font-size: 3.6rem;
    line-height: 1.56;
  }
}
#blk_220831 .content-profile-image {
  max-width: 30rem;
  margin-inline: auto;
  -webkit-margin-before: 2.8rem;
          margin-block-start: 2.8rem;
}
@media screen and (max-width: 767px) {
  #blk_220831 .content-profile-image {
    max-width: 40rem;
    -webkit-margin-before: 3.4rem;
            margin-block-start: 3.4rem;
  }
}
#blk_220831 .content-profile-description {
  -webkit-margin-before: 3rem;
          margin-block-start: 3rem;
}
@media screen and (max-width: 767px) {
  #blk_220831 .content-profile-description {
    -webkit-margin-before: 5rem;
            margin-block-start: 5rem;
  }
}
#blk_220831 .content-profile-description dd {
  -webkit-margin-before: 2.2rem;
          margin-block-start: 2.2rem;
}
@media screen and (max-width: 767px) {
  #blk_220831 .content-profile-description dd {
    -webkit-margin-before: 4rem;
            margin-block-start: 4rem;
  }
}
#blk_220831 .content-profile-name {
  -webkit-margin-before: 0.8em;
          margin-block-start: 0.8em;
}
@media screen and (max-width: 767px) {
  #blk_220831 .content-profile-name {
    -webkit-margin-before: 0.7em;
            margin-block-start: 0.7em;
  }
}
#blk_220831 .content-profile-job {
  -webkit-margin-before: 1em;
          margin-block-start: 1em;
}
@media screen and (max-width: 767px) {
  #blk_220831 .content-profile-job {
    -webkit-margin-before: 1.6rem;
            margin-block-start: 1.6rem;
  }
}
#blk_220831 .content-profile-sns {
  -webkit-margin-before: 2.2rem;
          margin-block-start: 2.2rem;
}
@media screen and (max-width: 767px) {
  #blk_220831 .content-profile-sns {
    -webkit-margin-before: 3.6rem;
            margin-block-start: 3.6rem;
  }
}
#blk_220831 .look__image:hover::before {
  --background--color: transparent;
}
#blk_220831 .look-item__details p {
  -webkit-margin-before: 0.7em;
          margin-block-start: 0.7em;
}
@media screen and (max-width: 767px) {
  #blk_220831 .look-item__details p {
    -webkit-margin-before: 0.8em;
            margin-block-start: 0.8em;
  }
}
#blk_220831 .look-item__details p span {
  display: block;
}
@media screen and (min-width: 768px) {
  #blk_220831 .look-item__name {
    -webkit-margin-before: 1.4rem;
            margin-block-start: 1.4rem;
  }
}
@media screen and (max-width: 767px) {
  #blk_220831 .look-item__name {
    -webkit-margin-before: 1.8rem;
            margin-block-start: 1.8rem;
  }
}
@media screen and (min-width: 768px) {
  #blk_220831 .look-item__description {
    -webkit-margin-before: var(--space-description, 2rem);
            margin-block-start: var(--space-description, 2rem);
  }
}
@media screen and (max-width: 767px) {
  #blk_220831 .look-item__description {
    -webkit-margin-before: 2.6rem;
            margin-block-start: 2.6rem;
  }
}
@media screen and (min-width: 768px) {
  #blk_220831 .look-item__price {
    -webkit-margin-before: 1.5em;
            margin-block-start: 1.5em;
  }
}
@media screen and (max-width: 767px) {
  #blk_220831 .look-item__price {
    -webkit-margin-before: 2.8rem;
            margin-block-start: 2.8rem;
  }
}
#blk_220831 .staff-wrap {
  position: relative;
}
@media screen and (min-width: 768px) {
  #blk_220831 .staff-wrap::before {
    content: "";
    width: 200vw;
    height: 1px;
    background-color: #808080;
    position: absolute;
    top: 0%;
    left: -100vw;
  }
}
@media screen and (max-width: 767px) {
  #blk_220831 .staff-wrap {
    border-top: 0.1rem solid #808080;
  }
}
#blk_220831 .staff-wrap dl {
  width: 95%;
  max-width: 112rem;
  margin-inline: auto;
  -webkit-padding-before: 1.4em;
          padding-block-start: 1.4em;
}
@media screen and (max-width: 767px) {
  #blk_220831 .staff-wrap dl {
    max-width: 65rem;
    padding-block: 2.8em 4.2em;
  }
}
@media screen and (min-width: 768px) {
  #blk_220831 .content-01 {
    --margin-top: 3.2rem;
    max-width: 56rem;
  }
}
@media screen and (max-width: 767px) {
  #blk_220831 .content-01 {
    --margin-top: 4.8rem;
  }
}
@media screen and (min-width: 768px) {
  #blk_220831 .content-01 figure {
    --image-width: 56rem;
  }
}
@media screen and (max-width: 767px) {
  #blk_220831 .content-01 figure {
    --image-width: 60rem;
  }
}
#blk_220831 .content-02 {
  -webkit-margin-before: 7.5rem;
          margin-block-start: 7.5rem;
}
@media screen and (min-width: 768px) {
  #blk_220831 .content-02 {
    max-width: 53rem;
  }
}
@media screen and (max-width: 767px) {
  #blk_220831 .content-02 {
    -webkit-margin-before: 9.5rem;
            margin-block-start: 9.5rem;
  }
}
@media screen and (min-width: 768px) {
  #blk_220831 .content-02 figure {
    --image-width: 53rem;
    margin-inline: auto;
  }
  #blk_220831 .content-02 figure .look__image {
    -webkit-margin-before: 6rem;
            margin-block-start: 6rem;
  }
}
@media screen and (max-width: 767px) {
  #blk_220831 .content-02 figure > *:nth-child(2) {
    max-width: 58rem;
    margin-inline: auto;
    -webkit-margin-before: 6rem;
            margin-block-start: 6rem;
  }
}
#blk_220831 .content-03 {
  -webkit-margin-before: 18rem;
          margin-block-start: 18rem;
}
@media screen and (min-width: 768px) {
  #blk_220831 .content-03 {
    --column-gap: 8rem;
    max-width: 84rem;
  }
}
@media screen and (max-width: 767px) {
  #blk_220831 .content-03 {
    --margin-top: 4.8rem;
    -webkit-margin-before: 20rem;
            margin-block-start: 20rem;
  }
}
@media screen and (min-width: 768px) {
  #blk_220831 .content-03 .content-item-image {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    -webkit-column-gap: var(--column-gap);
       -moz-column-gap: var(--column-gap);
            column-gap: var(--column-gap);
  }
}
@media screen and (min-width: 768px) {
  #blk_220831 .content-03 .content-item-image figure {
    --image-width: 38rem;
  }
}
@media screen and (max-width: 767px) {
  #blk_220831 .content-03 .content-item-image figure {
    --image-width: 58rem;
  }
}
@media screen and (min-width: 768px) {
  #blk_220831 .content-03 .content-item-text {
    --margin-top: 3.2rem;
  }
}
@media screen and (max-width: 767px) {
  #blk_220831 .content-03 .look-item__price {
    -webkit-margin-before: 3rem;
            margin-block-start: 3rem;
  }
}
@media screen and (min-width: 768px) {
  #blk_220831 .content-03 .look-item__description {
    --space-description: 2.2rem;
  }
}
#blk_220831 .content-04 {
  -webkit-margin-before: 7.5rem;
          margin-block-start: 7.5rem;
}
@media screen and (max-width: 767px) {
  #blk_220831 .content-04 {
    -webkit-margin-before: 9rem;
            margin-block-start: 9rem;
  }
}
#blk_220831 .content-04 .content-item-image {
  --image-width: 53rem;
  --margin-top: 6.2rem;
}
@media screen and (max-width: 767px) {
  #blk_220831 .content-04 .content-item-image {
    --image-width: 58rem;
    --margin-top: 6rem;
  }
}
@media screen and (min-width: 768px) {
  #blk_220831 .content-04 .content-item-image {
    max-width: 53rem;
    margin-inline: auto;
  }
}
@media screen and (min-width: 768px) {
  #blk_220831 .content-04 .content-item-image:nth-child(2) {
    --image-width: 38rem;
    --column-gap: 8rem;
    max-width: 84rem;
  }
}
@media screen and (max-width: 767px) {
  #blk_220831 .content-04 .content-item-image:nth-child(2) {
    --image-width: 36.4rem;
  }
  #blk_220831 .content-04 .content-item-image:nth-child(2) .flexbox {
    -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
  #blk_220831 .content-04 .content-item-image:nth-child(2) figure {
    margin-inline: 0;
  }
}
#blk_220831 .content-04 .content-item-image:nth-child(3) .look-item__price {
  text-align: center;
}
@media screen and (min-width: 768px) {
  #blk_220831 .content-04 .content-item-image:nth-child(3) .look-item__price {
    -webkit-margin-before: 2.2em;
            margin-block-start: 2.2em;
  }
}
@media screen and (max-width: 767px) {
  #blk_220831 .content-04 .content-item-image:nth-child(3) .look-item__price {
    -webkit-margin-before: 4em;
            margin-block-start: 4em;
  }
}
#blk_220831 .content-05 {
  -webkit-margin-before: 15.5rem;
          margin-block-start: 15.5rem;
}
@media screen and (max-width: 767px) {
  #blk_220831 .content-05 {
    -webkit-margin-before: 19.4rem;
            margin-block-start: 19.4rem;
  }
}
#blk_220831 .content-05 .content-item-image {
  --margin-top: 3.4rem;
}
@media screen and (max-width: 767px) {
  #blk_220831 .content-05 .content-item-image {
    --margin-top: 6rem;
  }
}
#blk_220831 .content-05 .content-item-text {
  --margin-top: 3.2rem;
}
@media screen and (max-width: 767px) {
  #blk_220831 .content-05 .content-item-text {
    --margin-top: 4.6rem;
  }
}
#blk_220831 .content-05 figure {
  margin-inline: auto;
}
@media screen and (min-width: 768px) {
  #blk_220831 .content-05 figure {
    --image-width: 69rem;
  }
}
#blk_220831 .content-06 {
  -webkit-margin-before: 15.5rem;
          margin-block-start: 15.5rem;
}
@media screen and (max-width: 767px) {
  #blk_220831 .content-06 {
    -webkit-margin-before: 19.5rem;
            margin-block-start: 19.5rem;
  }
}
#blk_220831 .content-06 .content-item-image figure {
  --image-width: 53rem;
  margin-inline: auto;
}
@media screen and (max-width: 767px) {
  #blk_220831 .content-06 .content-item-image figure {
    --image-width: 58rem;
  }
}
#blk_220831 .content-06 .content-item-text {
  --margin-top: 3.2rem;
  --space-description: 2.2rem;
}
@media screen and (max-width: 767px) {
  #blk_220831 .content-06 .content-item-text {
    --margin-top: 4.8rem;
  }
}
#blk_220831 .content-07 {
  -webkit-margin-before: 8rem;
          margin-block-start: 8rem;
}
@media screen and (max-width: 767px) {
  #blk_220831 .content-07 {
    -webkit-margin-before: 9.2rem;
            margin-block-start: 9.2rem;
  }
}
@media screen and (min-width: 768px) {
  #blk_220831 .content-07 .content-item-image {
    --image-width: 38rem;
    -webkit-column-gap: 8rem;
       -moz-column-gap: 8rem;
            column-gap: 8rem;
    max-width: 84rem;
    margin-inline: auto;
  }
}
@media screen and (max-width: 767px) {
  #blk_220831 .content-07 .content-item-image {
    --image-width: 58rem;
  }
  #blk_220831 .content-07 .content-item-image figure:nth-child(2) {
    -webkit-margin-before: 6rem;
            margin-block-start: 6rem;
  }
}
#blk_220831 .back__section-title {
  font-family: acumin-pro, sans-serif;
  font-weight: bold;
  font-style: normal;
  font-size: 2rem;
}
@media screen and (max-width: 767px) {
  #blk_220831 .back__section-title {
    font-size: 3.4rem;
  }
}
#blk_220831 .back__section {
  -webkit-margin-before: 12.4rem;
          margin-block-start: 12.4rem;
}
@media screen and (max-width: 767px) {
  #blk_220831 .back__section {
    -webkit-margin-before: 13rem;
            margin-block-start: 13rem;
    -webkit-margin-after: 13rem;
            margin-block-end: 13rem;
  }
}
#blk_220831 .back__section dd {
  margin-top: 3rem;
}
@media screen and (max-width: 767px) {
  #blk_220831 .back__section dd {
    -webkit-margin-before: 3.2rem;
            margin-block-start: 3.2rem;
  }
}
#blk_220831 .back__section dd figure {
  max-width: 60rem;
  margin-inline: auto;
}
@media screen and (max-width: 767px) {
  #blk_220831 .back__section dd figure {
    max-width: 58rem;
  }
}