@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;
}

[class*=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;
  }
}
[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 3000ms, transform 1000ms;
}
@media screen and (min-width: 768px) {
  [class*=anima].look__slider {
    --animation-duration-element: 1000ms;
    transition-delay: var(--animation-duration-element);
  }
}
@media screen and (max-width: 767px) {
  [class*=anima] figure + figure {
    --animation-duration-element: 2000ms;
    transition-delay: var(--animation-duration-element);
  }
}
[class*=anima]:not(.onView) * {
  animation-play-state: paused;
}
[class*=anima].onView {
  opacity: 1;
  transform: translate3d(0, 0, 0) !important;
}
[class*=anima].onView * {
  animation-play-state: running;
}
[class*=anima][data-animate=slide-in-right] {
  transform: translateX(20rem);
}
[class*=anima][data-animate=slide-in-left] {
  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;
  }
}

#fruitloom_230324 figure,
#fruitloom_230324 figcaption,
#fruitloom_230324 [class*=content],
#fruitloom_230324 [class*=__wrap],
#fruitloom_230324 [class*=-inner],
#fruitloom_230324 [class*=__image],
#fruitloom_230324 [class*=__item],
#fruitloom_230324 [class*=__video],
#fruitloom_230324 [class*=__caption] {
  position: relative;
  width: 100%;
}
#fruitloom_230324 picture, #fruitloom_230324 img, #fruitloom_230324 video {
  position: relative;
  width: 100%;
  height: 100%;
  display: block;
  line-height: 0;
}
#fruitloom_230324 a {
  transition: ease 0.6s;
}
#fruitloom_230324 a:link:hover {
  cursor: pointer;
}
#fruitloom_230324 a.no_link {
  opacity: 1;
  pointer-events: none;
  border: none;
  text-decoration: none;
}
#fruitloom_230324 a.no_link span {
  font-size: 1rem;
}
@media screen and (max-width: 767px) {
  #fruitloom_230324 a.no_link span {
    font-size: 1.6rem;
  }
}

#fruitloom_230324 .staff-wrap dl dt, #fruitloom_230324 .staff-wrap dl dd, #fruitloom_230324 .look-item__price li, #fruitloom_230324 .look-item__name, #fruitloom_230324 .look-item__details, #fruitloom_230324 .look-item__type, #fruitloom_230324 .content-text-sub, #fruitloom_230324 .content-text-title, #fruitloom_230324 .content-item-image figcaption {
  font-family: acumin-pro, sans-serif;
  font-style: normal;
}

#fruitloom_230324 .look-item__price li .jp, #fruitloom_230324 .look-item__name .jp, #fruitloom_230324 {
  font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", YuGothic, "游ゴシック体", "メイリオ", "Meiryo", sans-serif;
}

#fruitloom_230324 {
  /* ---------- Text Area ---------- */
  font-feature-settings: "palt";
  color: #000;
  text-align: justify;
  text-justify: inter-cluster;
  text-justify: inter-character;
}
#fruitloom_230324 * {
  font: inherit;
}
#fruitloom_230324 .mainVisual-text {
  font-size: 1.6rem;
  letter-spacing: 0.12em;
  line-height: 2.06;
  text-align: center;
}
@media screen and (max-width: 767px) {
  #fruitloom_230324 .mainVisual-text {
    font-size: 2.4rem;
    line-height: 1.92;
  }
}
#fruitloom_230324 .content-item-image figcaption {
  font-weight: 400;
  font-size: 1.6rem;
  text-align: center;
  line-height: 1;
}
@media screen and (max-width: 767px) {
  #fruitloom_230324 .content-item-image figcaption {
    font-size: 2.8rem;
  }
}
#fruitloom_230324 .content-item-text {
  text-align: center;
}
#fruitloom_230324 .content-text-title {
  font-weight: bold;
  font-size: 2.6rem;
  line-height: 2.19;
  text-align: center;
}
@media screen and (max-width: 767px) {
  #fruitloom_230324 .content-text-title {
    font-size: 3.6rem;
  }
}
#fruitloom_230324 .content-text-sub {
  font-weight: bold;
  font-size: 2rem;
  text-align: center;
}
@media screen and (max-width: 767px) {
  #fruitloom_230324 .content-text-sub {
    font-size: 2.8rem;
  }
}
@media screen and (min-width: 768px) {
  #fruitloom_230324 .content-04 .content-text-title, #fruitloom_230324 .content-05 .content-text-title {
    font-size: 2.5rem;
    line-height: 2.28;
  }
}
#fruitloom_230324 .look-item__type {
  font-weight: bold;
  font-size: 3.7rem;
  line-height: 1.52;
}
@media screen and (max-width: 767px) {
  #fruitloom_230324 .look-item__type {
    font-size: 4.6rem;
    line-height: 1.22;
  }
}
#fruitloom_230324 .look-item__type-sub {
  font-size: 2.8rem;
  line-height: 1;
}
@media screen and (max-width: 767px) {
  #fruitloom_230324 .look-item__type-sub {
    font-size: 4rem;
  }
}
#fruitloom_230324 .look-item__details {
  font-weight: 200;
  font-size: 1.4rem;
  line-height: 1.82;
  letter-spacing: 0.05em;
}
@media screen and (max-width: 767px) {
  #fruitloom_230324 .look-item__details {
    font-size: 2.2rem;
  }
}
#fruitloom_230324 .look-item__details span {
  font-size: 1.4rem;
  letter-spacing: 0.05em;
}
@media screen and (max-width: 767px) {
  #fruitloom_230324 .look-item__details span {
    font-size: 2.2rem;
    line-height: 1.82;
  }
}
#fruitloom_230324 .look-item__details .remarks {
  font-size: 0.86em;
  line-height: 1;
}
#fruitloom_230324 .look-item__name {
  font-weight: bold;
  font-size: 2rem;
  line-height: 1.5;
}
#fruitloom_230324 .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;
}
@media screen and (max-width: 767px) {
  #fruitloom_230324 .look-item__name {
    font-size: 3.4rem;
    line-height: 0.88;
  }
}
#fruitloom_230324 .look-item__price li {
  font-weight: 200;
  font-size: 1.4rem;
  line-height: 1.86;
  letter-spacing: 0.05em;
}
@media screen and (max-width: 767px) {
  #fruitloom_230324 .look-item__price li {
    font-size: 2.2rem;
    line-height: 1.82;
  }
}
#fruitloom_230324 .look-item__price li .jp {
  font-size: 0.85em;
  font-weight: 500;
}
#fruitloom_230324 .look-item__description {
  font-size: 1.4rem;
  line-height: 2.14;
  letter-spacing: 0.12em;
}
@media screen and (max-width: 767px) {
  #fruitloom_230324 .look-item__description {
    font-size: 2.2rem;
    line-height: 2;
  }
}
#fruitloom_230324 .staff-wrap dl dt, #fruitloom_230324 .staff-wrap dl dd {
  font-weight: 200;
  font-size: 1.4rem;
  line-height: 1.64;
  letter-spacing: 0.05em;
}
@media screen and (max-width: 767px) {
  #fruitloom_230324 .staff-wrap dl dt, #fruitloom_230324 .staff-wrap dl dd {
    font-size: 2.2rem;
    line-height: 1.82;
  }
}
#fruitloom_230324 .viewall {
  font-size: 1.8rem;
  text-align: center;
  letter-spacing: 0.06em;
  line-height: 1;
}
@media screen and (max-width: 767px) {
  #fruitloom_230324 .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%;
}

#fruitloom_230324 .look__image::before {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  background-color: var(--background--color, #fff);
  top: 0;
}
#fruitloom_230324 .btn-wrap {
  position: relative;
  display: block;
  width: 100%;
  max-width: 50rem;
  margin: 15.2rem auto 10rem;
}
@media screen and (max-width: 768px) {
  #fruitloom_230324 .btn-wrap {
    max-width: 60rem;
    margin: 14.2rem auto 13rem;
  }
}
@media screen and (max-width: 767px) {
  #fruitloom_230324 .border {
    border-top: 0.1rem solid #808080;
  }
}
#fruitloom_230324 .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) {
  #fruitloom_230324 .viewall {
    padding: 4.5rem 0;
    font-size: 2.8rem;
  }
}
#fruitloom_230324 .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 {
    overflow: hidden;
  }
}
@media screen and (max-width: 767px) {
  .main-area .main-inner {
    padding-inline: 0;
  }
}
@media screen and (min-width: 768px) {
  #fruitloom_230324 .wrap {
    -webkit-padding-before: 1.8rem;
            padding-block-start: 1.8rem;
  }
}
#fruitloom_230324 .mainVisual-image {
  width: 100%;
  max-width: 100rem;
  margin-inline: auto;
}
#fruitloom_230324 .mainVisual-text {
  -webkit-margin-before: 7rem;
          margin-block-start: 7rem;
}
@media screen and (max-width: 767px) {
  #fruitloom_230324 .mainVisual-text {
    -webkit-margin-before: 8rem;
            margin-block-start: 8rem;
  }
}
#fruitloom_230324 .mainVisual-text > *:not(:last-of-type) {
  -webkit-margin-after: 3.4rem;
          margin-block-end: 3.4rem;
}
@media screen and (max-width: 767px) {
  #fruitloom_230324 .mainVisual-text > *:not(:last-of-type) {
    -webkit-margin-after: 1.9em;
            margin-block-end: 1.9em;
  }
}
#fruitloom_230324 .content-list {
  position: relative;
  -webkit-margin-before: 9.2rem;
          margin-block-start: 9.2rem;
}
@media screen and (max-width: 767px) {
  #fruitloom_230324 .content-list {
    -webkit-margin-before: 11rem;
            margin-block-start: 11rem;
  }
}
#fruitloom_230324 .content-item {
  width: 100%;
  position: relative;
  margin-inline: auto;
}
@media screen and (max-width: 767px) {
  #fruitloom_230324 .content-item {
    max-width: 75rem;
  }
}
#fruitloom_230324 .content-item-image {
  -webkit-margin-before: var(--margin-top, 2.4rem);
          margin-block-start: var(--margin-top, 2.4rem);
}
#fruitloom_230324 .content-item-image .flexbox {
  -moz-column-gap: var(--column-gap);
       column-gap: var(--column-gap);
}
#fruitloom_230324 .content-item-image figure {
  max-width: var(--image-width);
}
@media screen and (min-width: 768px) {
  #fruitloom_230324 .content-item-image figure picture {
    max-width: var(--image-width);
  }
}
#fruitloom_230324 .content-item-text {
  -webkit-margin-before: var(--margin-top);
          margin-block-start: var(--margin-top);
}
#fruitloom_230324 .content-item-text:nth-of-type(2) {
  -webkit-margin-before: var(--margin-top-text);
          margin-block-start: var(--margin-top-text);
}
#fruitloom_230324 .content-item-text a {
  display: inline-block;
}
#fruitloom_230324 .look__image {
  background: #fff;
}
#fruitloom_230324 .look__image:hover::before {
  --background--color: transparent;
}
#fruitloom_230324 .look-item__details p span {
  display: block;
}
#fruitloom_230324 .look-item__details .remarks {
  margin-top: 0.7em;
}
@media screen and (max-width: 767px) {
  #fruitloom_230324 .look-item__name {
    -webkit-margin-before: var(--mtop-name, 4.2rem);
            margin-block-start: var(--mtop-name, 4.2rem);
  }
}
#fruitloom_230324 .look-item__price {
  -webkit-margin-before: var(--mtop-price);
          margin-block-start: var(--mtop-price);
}
@media screen and (min-width: 768px) {
  #fruitloom_230324 .look-item__price {
    display: flex;
    justify-content: center;
  }
  #fruitloom_230324 .look-item__price > *:not(:last-of-type)::after {
    content: "/";
    padding-inline: 0.4em;
  }
}
@media screen and (max-width: 767px) {
  #fruitloom_230324 .look-item__price {
    -webkit-margin-before: var(--mtop-price, 3.8rem);
            margin-block-start: var(--mtop-price, 3.8rem);
  }
}
#fruitloom_230324 .look-item__description {
  margin-top: var(--mtop-description);
}
@media screen and (min-width: 768px) {
  #fruitloom_230324 .look-item__description:not(:first-of-type) {
    margin-top: var(--description-space, 2.4rem);
  }
}
@media screen and (max-width: 767px) {
  #fruitloom_230324 .look-item__description:not(:first-of-type) {
    margin-top: var(--description-space, 3.8rem);
  }
}
#fruitloom_230324 .staff-wrap {
  position: relative;
}
@media screen and (min-width: 768px) {
  #fruitloom_230324 .staff-wrap::before {
    content: "";
    width: 200vw;
    height: 1px;
    background-color: #808080;
    position: absolute;
    top: 0%;
    left: -100vw;
  }
}
@media screen and (max-width: 767px) {
  #fruitloom_230324 .staff-wrap {
    border-top: 0.1rem solid #808080;
  }
}
#fruitloom_230324 .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) {
  #fruitloom_230324 .staff-wrap dl {
    max-width: 65rem;
    padding-block: 2.8em 4.2em;
  }
}
#fruitloom_230324 .staff-wrap dl .link {
  -webkit-margin-start: 0.6em;
          margin-inline-start: 0.6em;
}
#fruitloom_230324 .staff-wrap dl dt:nth-of-type(2) {
  margin-top: 1.5em;
}
@media screen and (min-width: 768px) {
  #fruitloom_230324 .content-01 {
    --image-width: 47.7rem;
    --margin-top: 3.2rem;
    --mtop-description: 1.5em;
    max-width: 75rem;
  }
}
@media screen and (max-width: 767px) {
  #fruitloom_230324 .content-01 {
    --image-width: 56.5rem;
    --margin-top: 4.8rem;
    --mtop-description: 3rem;
  }
}
@media screen and (min-width: 768px) {
  #fruitloom_230324 .content-01 .content-item-text .look-item__details {
    margin-top: 2.6rem;
  }
}
#fruitloom_230324 .content-01 figure {
  margin-inline: auto;
}
@media screen and (max-width: 767px) {
  #fruitloom_230324 .content-01 figure {
    left: -0.5rem;
  }
}
#fruitloom_230324 .content-02 {
  -webkit-margin-before: 15rem;
          margin-block-start: 15rem;
}
@media screen and (max-width: 767px) {
  #fruitloom_230324 .content-02 {
    -webkit-margin-before: 14rem;
            margin-block-start: 14rem;
  }
}
#fruitloom_230324 .content-02 .content-item-image > * {
  margin: 0 auto;
  margin-inline: auto;
}
@media screen and (min-width: 768px) {
  #fruitloom_230324 .content-02 .content-item-image > *:nth-child(1) {
    max-width: 87rem;
  }
}
#fruitloom_230324 .content-02 .content-item-image > *:nth-child(2) {
  -webkit-margin-before: 10rem;
          margin-block-start: 10rem;
}
@media screen and (min-width: 768px) {
  #fruitloom_230324 .content-02 .content-item-image > *:nth-child(2) {
    --column-gap: 3rem;
    --image-width: 35rem;
    max-width: 73rem;
  }
}
@media screen and (max-width: 767px) {
  #fruitloom_230324 .content-02 .content-item-image > *:nth-child(2) {
    --image-width: 45rem;
    max-width: 45rem;
    -webkit-margin-before: 12rem;
            margin-block-start: 12rem;
  }
}
@media screen and (min-width: 768px) {
  #fruitloom_230324 .content-02 .content-item-image > *:nth-child(3) {
    max-width: 39rem;
    margin-top: 7rem;
  }
}
@media screen and (max-width: 767px) {
  #fruitloom_230324 .content-02 .content-item-image > *:nth-child(3) {
    max-width: 58rem;
    -webkit-margin-before: 8rem;
            margin-block-start: 8rem;
  }
}
#fruitloom_230324 .content-03 {
  margin-top: 18rem;
}
@media screen and (max-width: 767px) {
  #fruitloom_230324 .content-03 {
    -webkit-margin-before: 22rem;
            margin-block-start: 22rem;
  }
}
#fruitloom_230324 .content-03 .content-item-image > * {
  margin: 0 auto;
  margin-inline: auto;
}
@media screen and (min-width: 768px) {
  #fruitloom_230324 .content-03 .content-item-image > *:nth-child(1) {
    max-width: 58rem;
  }
}
#fruitloom_230324 .content-03 .content-item-image > *:nth-child(2) {
  margin-top: 10rem;
}
@media screen and (min-width: 768px) {
  #fruitloom_230324 .content-03 .content-item-image > *:nth-child(2) {
    max-width: 71rem;
  }
}
@media screen and (max-width: 767px) {
  #fruitloom_230324 .content-03 .content-item-image > *:nth-child(2) {
    -webkit-margin-before: 12rem;
            margin-block-start: 12rem;
  }
}
@media screen and (min-width: 768px) {
  #fruitloom_230324 .content-03 .content-item-image > *:nth-child(2) > *:nth-child(1) {
    --image-width: 32rem;
  }
}
@media screen and (max-width: 767px) {
  #fruitloom_230324 .content-03 .content-item-image > *:nth-child(2) > *:nth-child(1) {
    --image-width: 34rem;
  }
}
#fruitloom_230324 .content-03 .content-item-image > *:nth-child(2) > *:nth-child(2) {
  z-index: 1;
}
@media screen and (min-width: 768px) {
  #fruitloom_230324 .content-03 .content-item-image > *:nth-child(2) > *:nth-child(2) {
    --image-width: 42rem;
    margin-left: -3rem;
    margin-top: 17.5rem;
  }
}
@media screen and (max-width: 767px) {
  #fruitloom_230324 .content-03 .content-item-image > *:nth-child(2) > *:nth-child(2) {
    --image-width: 44rem;
    -webkit-margin-start: -3rem;
            margin-inline-start: -3rem;
    -webkit-margin-before: 22.5rem;
            margin-block-start: 22.5rem;
  }
}
@media screen and (min-width: 768px) {
  #fruitloom_230324 .content-03 .content-item-image > *:nth-child(3) {
    max-width: 39rem;
    margin-top: 7rem;
  }
}
@media screen and (max-width: 767px) {
  #fruitloom_230324 .content-03 .content-item-image > *:nth-child(3) {
    max-width: 58rem;
    -webkit-margin-before: 8rem;
            margin-block-start: 8rem;
  }
}
#fruitloom_230324 .content-04 {
  margin-top: 18rem;
}
@media screen and (min-width: 768px) {
  #fruitloom_230324 .content-04 {
    --margin-top: 13.4rem;
    --mtop-description: 1em;
  }
}
@media screen and (max-width: 767px) {
  #fruitloom_230324 .content-04 {
    --margin-top: 17.8rem;
    --mtop-description: 2.4rem;
    -webkit-margin-before: 22rem;
            margin-block-start: 22rem;
  }
}
#fruitloom_230324 .content-04 .content-item-image > * {
  margin: 0 auto;
  margin-inline: auto;
}
@media screen and (min-width: 768px) {
  #fruitloom_230324 .content-04 .content-item-image > *:nth-child(1) {
    --column-gap: 3rem;
    --image-width: 35rem;
    max-width: 73rem;
  }
}
@media screen and (max-width: 767px) {
  #fruitloom_230324 .content-04 .content-item-image > *:nth-child(1) {
    --image-width: 45rem;
    max-width: 45rem;
  }
}
#fruitloom_230324 .content-04 .content-item-image > *:nth-child(2) {
  -webkit-margin-before: 10rem;
          margin-block-start: 10rem;
}
@media screen and (min-width: 768px) {
  #fruitloom_230324 .content-04 .content-item-image > *:nth-child(2) {
    max-width: 58rem;
  }
}
@media screen and (max-width: 767px) {
  #fruitloom_230324 .content-04 .content-item-image > *:nth-child(2) {
    -webkit-margin-before: 8rem;
            margin-block-start: 8rem;
  }
}
@media screen and (min-width: 768px) {
  #fruitloom_230324 .content-04 .content-item-image > *:nth-child(3) {
    max-width: 39rem;
    margin-top: 7rem;
  }
}
@media screen and (max-width: 767px) {
  #fruitloom_230324 .content-04 .content-item-image > *:nth-child(3) {
    max-width: 58rem;
    -webkit-margin-before: 12rem;
            margin-block-start: 12rem;
  }
}
#fruitloom_230324 .content-05 {
  margin-top: 15.4rem;
}
@media screen and (max-width: 767px) {
  #fruitloom_230324 .content-05 {
    -webkit-margin-before: 16.6rem;
            margin-block-start: 16.6rem;
  }
}
#fruitloom_230324 .content-05 .content-item-text dt > *:nth-child(2) {
  margin-top: 0.5em;
}
@media screen and (max-width: 767px) {
  #fruitloom_230324 .content-05 .content-item-text dt > *:nth-child(2) {
    -webkit-margin-before: 0.8em;
            margin-block-start: 0.8em;
  }
}
@media screen and (min-width: 768px) {
  #fruitloom_230324 .content-05 .content-item-image {
    --margin-top: 4.8rem;
    max-width: 82rem;
    margin-inline: auto;
    display: grid;
    grid-template-columns: 35rem 21rem 21rem;
    align-items: center;
    -moz-column-gap: 2.5rem;
         column-gap: 2.5rem;
  }
}
@media screen and (max-width: 767px) {
  #fruitloom_230324 .content-05 .content-item-image {
    --margin-top: 8rem;
    display: grid;
    grid-template-columns: 30rem 30rem;
    justify-content: center;
    row-gap: 4rem;
    -moz-column-gap: 2.4rem;
         column-gap: 2.4rem;
  }
}
@media screen and (min-width: 768px) {
  #fruitloom_230324 .content-05 .content-item-image figure {
    top: 1rem;
  }
}
#fruitloom_230324 .content-05 .content-item-image figure figcaption {
  margin-top: 1rem;
}
#fruitloom_230324 .content-05 .content-item-image > *:nth-child(1) {
  overflow: hidden;
}
@media screen and (min-width: 768px) {
  #fruitloom_230324 .content-05 .content-item-image > *:nth-child(1) {
    display: grid;
    grid-template-columns: 1fr 17rem;
  }
}
@media screen and (max-width: 767px) {
  #fruitloom_230324 .content-05 .content-item-image > *:nth-child(1) {
    grid-column: 1/3;
  }
}
@media screen and (min-width: 768px) {
  #fruitloom_230324 .content-05 .content-item-image > *:nth-child(1) figure:nth-of-type(1) {
    --image-width: 14.5rem;
    top: 0;
  }
}
@media screen and (max-width: 767px) {
  #fruitloom_230324 .content-05 .content-item-image > *:nth-child(1) figure:nth-of-type(1) {
    display: grid;
    grid-template-columns: repeat(3, 17rem);
    -moz-column-gap: 5rem;
         column-gap: 5rem;
    max-width: 61.5rem;
    margin-inline: auto;
  }
}
#fruitloom_230324 .content-05 .content-item-image > *:nth-child(1) figure:nth-of-type(1) .look__image::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
  box-shadow: inset 0 0 0 1px #000;
  pointer-events: none;
}
@media screen and (min-width: 768px) {
  #fruitloom_230324 .content-05 .content-item-image > *:nth-child(1) figure:nth-of-type(1) .look__image:not(:first-of-type) {
    margin-top: 1.2rem;
  }
}
#fruitloom_230324 .content-05 .content-item-image > *:nth-child(1) figure:nth-of-type(1) .look__image picture::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 0;
  background: #000;
  width: 30rem;
  height: 1px;
  z-index: -1;
  pointer-events: none;
}
@media screen and (min-width: 768px) {
  #fruitloom_230324 .content-05 .content-item-image > *:nth-child(1) figure:nth-of-type(1) .look__image picture::after {
    left: -0.6rem;
  }
}
@media screen and (max-width: 767px) {
  #fruitloom_230324 .content-05 .content-item-image > *:nth-child(1) figure:nth-of-type(1) .look__image picture::after {
    top: 100%;
    left: 0;
    right: 0;
    width: 0.1rem;
    height: 30rem;
    margin-inline: auto;
    transform-origin: top;
  }
}
#fruitloom_230324 .content-05 .content-item-image > *:nth-child(1) figure:nth-of-type(1) .look__image:nth-child(1) picture::after {
  transform: rotate(45deg);
}
@media screen and (max-width: 767px) {
  #fruitloom_230324 .content-05 .content-item-image > *:nth-child(1) figure:nth-of-type(1) .look__image:nth-child(1) picture::after {
    transform: rotate(-45deg);
  }
}
@media screen and (min-width: 768px) {
  #fruitloom_230324 .content-05 .content-item-image > *:nth-child(1) figure:nth-of-type(1) .look__image:nth-child(2) picture::after {
    max-width: 21rem;
  }
}
#fruitloom_230324 .content-05 .content-item-image > *:nth-child(1) figure:nth-of-type(1) .look__image:nth-child(3) picture::after {
  transform: rotate(-45deg);
}
@media screen and (max-width: 767px) {
  #fruitloom_230324 .content-05 .content-item-image > *:nth-child(1) figure:nth-of-type(1) .look__image:nth-child(3) picture::after {
    transform: rotate(45deg);
  }
}
@media screen and (min-width: 768px) {
  #fruitloom_230324 .content-05 .content-item-image > *:nth-child(1) figure:nth-of-type(2) {
    align-self: center;
  }
}
@media screen and (max-width: 767px) {
  #fruitloom_230324 .content-05 .content-item-image > *:nth-child(1) figure:nth-of-type(2) {
    max-width: 25rem;
    margin-inline: auto;
    -webkit-margin-before: 6rem;
            margin-block-start: 6rem;
  }
}
#fruitloom_230324 .content-05 .content-item-image > *:nth-child(1) figure:nth-of-type(2) .look__image {
  background: rgba(0, 0, 0, 0);
  --background--color: #fff;
}
@media screen and (min-width: 768px) {
  #fruitloom_230324 .content-05 .content-item-image > *:nth-child(1) figure:nth-of-type(2) .look__image::before {
    width: 79%;
    height: 85%;
    margin: auto;
    left: 0;
    right: 0;
    bottom: 0;
  }
}
@media screen and (max-width: 767px) {
  #fruitloom_230324 .content-05 .content-item-image > *:nth-child(1) figure:nth-of-type(2) .look__image {
    --background--color: #00000000;
  }
}