@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@300;400;500&display=swap");
[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;
  }
}
[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 1500ms, transform 1000ms;
  transform: translate3d(0, 0, 0);
}
[class*=anima][data-animate=slideUp] {
  transform: translateY(2.5rem);
}
[class*=anima].onView {
  opacity: 1;
  transform: translate3d(0, 0, 0);
}
[class*=anima].onView[data-animate=slideUp] {
  transform: translateY(0);
}

[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));
  }
}

@media screen and (min-width: 768px) {
  .bredlist.lp {
    width: 95%;
    min-width: auto;
    max-width: 120rem;
  }
}

.main-area {
  min-width: unset;
  max-width: unset;
}
@media screen and (max-width: 767px) {
  .main-area {
    max-width: none;
  }
}

#catalog_221108 *,
#catalog_221108 *::after,
#catalog_221108 *::before {
  margin: 0;
  padding: 0;
  box-sizing: inherit;
}
#catalog_221108 figure,
#catalog_221108 figcaption,
#catalog_221108 [class*=content],
#catalog_221108 [class*=__wrap],
#catalog_221108 [class*=-inner],
#catalog_221108 [class*=__image],
#catalog_221108 [class*=__item],
#catalog_221108 [class*=__video],
#catalog_221108 [class*=__caption] {
  position: relative;
  width: 100%;
}
#catalog_221108 picture, #catalog_221108 img, #catalog_221108 video {
  position: relative;
  width: 100%;
  height: 100%;
  display: block;
  line-height: 0;
}
#catalog_221108 a {
  display: block;
}
#catalog_221108 a:hover {
  cursor: pointer;
  opacity: 0.7;
}
#catalog_221108 a.no_link {
  opacity: 1;
  pointer-events: none;
  border: none;
  text-decoration: none;
}
#catalog_221108 a.no_link span {
  font-size: 1rem;
}
@media screen and (max-width: 767px) {
  #catalog_221108 a.no_link span {
    font-size: 1.6rem;
  }
}

#catalog_221108 .staff_credits, #catalog_221108 .model-gallery-title, #catalog_221108 .look figcaption p, #catalog_221108 .look__number, #catalog_221108 .mainVisual-text {
  font-family: freightbigcmp-pro, serif;
  font-weight: 500;
  font-style: normal;
}

#catalog_221108 .model-gallery-wrap .tag-list, #catalog_221108 .look .tag-list {
  font-family: elza, sans-serif;
  font-weight: 200;
  font-style: normal;
}

#catalog_221108 {
  /* ---------- Text Area ---------- */
  color: var(--color-primaryText);
}
#catalog_221108 * {
  font: inherit;
}
#catalog_221108 .mainVisual-text {
  font-size: calc(23 * (100vw / 1200));
  letter-spacing: 0.04em;
  line-height: 1.04;
}
@media screen and (min-width: 768px) {
  #catalog_221108 .mainVisual-text {
    text-align: right;
  }
}
@media screen and (max-width: 767px) {
  #catalog_221108 .mainVisual-text {
    font-size: 2.5rem;
  }
}
#catalog_221108 .look__number {
  color: var(--color-numberText);
  font-size: calc(31.29 * (100vw / 1200));
  letter-spacing: 0.08em;
  line-height: 1;
  text-align: var(--align-number, left);
}
@media screen and (max-width: 767px) {
  #catalog_221108 .look__number {
    font-size: 3.8rem;
  }
}
#catalog_221108 .look .tag-list {
  font-size: calc(12 * (100vw / 1200));
  letter-spacing: 0.06em;
  line-height: 1.67;
  text-align: var(--align-tag, left);
}
@media screen and (max-width: 767px) {
  #catalog_221108 .look .tag-list {
    font-size: 1.6rem;
    line-height: 1.63;
  }
}
#catalog_221108 .look .tag-list li span {
  font-size: 0.9em;
  font-family: "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic", "メイリオ", sans-serif;
}
#catalog_221108 .look figcaption p {
  font-size: calc(23 * (100vw / 1200));
  text-align: var(--align-text, center);
  line-height: 1.67;
  letter-spacing: 0.04em;
}
@media screen and (max-width: 767px) {
  #catalog_221108 .look figcaption p {
    font-size: 2.5rem;
  }
}
#catalog_221108 .model-gallery-title {
  font-size: calc(12 * (100vw / 1200));
  line-height: 1.92;
  letter-spacing: 0.08em;
  text-align: center;
}
@media screen and (max-width: 767px) {
  #catalog_221108 .model-gallery-title {
    font-size: 3.8rem;
    line-height: 0.84;
  }
}
#catalog_221108 .model-gallery-title h3 {
  font-size: calc(38 * (100vw / 1200));
  line-height: 0.84;
  letter-spacing: 0.08em;
}
@media screen and (max-width: 767px) {
  #catalog_221108 .model-gallery-title h3 {
    font-size: 3.8rem;
  }
}
#catalog_221108 .model-gallery-wrap .tag-list {
  color: var(--active-color);
  font-size: 1rem;
  font-size: calc(10 * (100vw / 1200));
  letter-spacing: 0.06em;
  line-height: 2.2;
  text-align: right;
}
@media screen and (max-width: 767px) {
  #catalog_221108 .model-gallery-wrap .tag-list {
    font-size: 1.6rem;
    line-height: 1.63;
  }
}
#catalog_221108 .model-gallery-wrap .tag-list li span {
  font-size: 0.9em;
  font-family: "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic", "メイリオ", sans-serif;
}
#catalog_221108 .staff_credits {
  font-size: calc(12 * (100vw / 1200));
  line-height: 1.92;
  letter-spacing: 0.08em;
  text-align: center;
}
@media screen and (max-width: 767px) {
  #catalog_221108 .staff_credits {
    font-size: 2.5rem;
    line-height: 1.76;
    letter-spacing: 0.04em;
  }
}
@media screen and (min-width: 768px) {
  #catalog_221108 .staff_credits-list {
    text-transform: uppercase;
  }
}
@media screen and (min-width: 768px) {
  #catalog_221108 .staff_credits .remarks {
    text-transform: lowercase;
  }
}
@media screen and (max-width: 767px) {
  #catalog_221108 .staff_credits .remarks {
    line-height: 2;
  }
}
#catalog_221108 .viewall {
  font-size: 1.8rem;
  text-align: center;
  letter-spacing: 0.06em;
  line-height: 1;
}
@media screen and (max-width: 767px) {
  #catalog_221108 .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%;
}

#catalog_221108 .look__image::before {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  background-color: var(--background--color, #fff);
  top: 0;
}
#catalog_221108 .tag-list {
  display: inline;
}
#catalog_221108 .tag-list li a {
  --transitions-timing: cubic-bezier(0.385, 0.145, 0.28, 0.925);
}
#catalog_221108 .slide-button {
  transition: all 1s;
}
#catalog_221108 .slide-button:hover {
  cursor: pointer;
  opacity: 0.3;
  filter: invert(1);
}
@media screen and (max-width: 767px) {
  #catalog_221108 .slide-button {
    position: absolute;
    top: 42.8%;
    width: 3.4rem;
    height: 5.6rem;
    z-index: 1;
    background: var(--btn-image);
    background-size: contain;
  }
}
#catalog_221108 .slide-button-prev {
  left: 2.6rem;
  --btn-image: url("../assets/svg/prev.svg") no-repeat;
}
#catalog_221108 .slide-button-next {
  right: 2.6rem;
  --btn-image: url("../assets/svg/next.svg") no-repeat;
}
#catalog_221108 .btn-wrap {
  position: relative;
  display: block;
  width: 100%;
  max-width: calc(126 * (100vw / 1200));
  margin: calc(85 * (100vw / 1200)) auto 0;
}
@media screen and (max-width: 767px) {
  #catalog_221108 .btn-wrap {
    max-width: 30.5rem;
    -webkit-margin-before: 15.6rem;
            margin-block-start: 15.6rem;
  }
}
#catalog_221108 .nav {
  margin-top: 15.6rem;
}
@media screen and (max-width: 767px) {
  #catalog_221108 .nav {
    -webkit-margin-before: 19.5rem;
            margin-block-start: 19.5rem;
  }
}
#catalog_221108 .nav dd {
  margin-top: 4rem;
}
@media screen and (max-width: 767px) {
  #catalog_221108 .nav dd {
    margin-top: 5.2rem;
  }
}
#catalog_221108 .nav__list {
  display: block;
}
#catalog_221108 .nav__list:not(:first-child) {
  margin-top: 3rem;
}
@media screen and (max-width: 767px) {
  #catalog_221108 .nav__list:not(:first-child) {
    margin-top: 5.2rem;
  }
}
#catalog_221108 .nav__list > * {
  display: inline-block;
}
#catalog_221108 .nav__list > * a {
  display: inherit;
}
#catalog_221108 .nav__list > *:not(:last-of-type)::after {
  content: "";
  position: relative;
  display: inline-block;
  vertical-align: baseline;
  width: 1px;
  height: 0.8em;
  background: currentColor;
  margin: 0 2.5em;
}
@media screen and (max-width: 767px) {
  #catalog_221108 .nav__list > *:not(:last-of-type)::after {
    margin-inline: 3.5rem;
  }
}
@keyframes sliderPagination {
  100% {
    transform: scaleX(1);
    opacity: 1;
  }
}
@media screen and (min-width: 768px) {
  #catalog_221108 .main-contents .swiper-container {
    overflow: visible;
  }
}
@media screen and (min-width: 768px) {
  #catalog_221108 .main-contents .swiper-wrapper {
    background-color: #fff;
  }
}
#catalog_221108 .main-contents .swiper-pagination {
  text-align: var(--align-navi, left);
  margin-left: var(--mleft-navi);
  margin-right: var(--mright-navi);
}
@media screen and (min-width: 768px) {
  #catalog_221108 .main-contents .swiper-pagination {
    position: relative;
    margin-top: 2.5rem;
  }
}
@media screen and (max-width: 767px) {
  #catalog_221108 .main-contents .swiper-pagination {
    position: relative;
    bottom: 0;
    margin-top: 3rem;
  }
}
#catalog_221108 .main-contents .swiper-pagination-bullet {
  background-color: rgba(0, 0, 0, 0.5);
  position: relative;
  border-radius: 4em;
  overflow: hidden;
  opacity: 1;
  transition: background-color 0.3s ease;
  width: 0.8rem;
  height: 0.8rem;
  pointer-events: all;
  margin: 0;
}
@media screen and (max-width: 767px) {
  #catalog_221108 .main-contents .swiper-pagination-bullet {
    border-radius: 50vh;
  }
}
#catalog_221108 .main-contents .swiper-pagination-bullet:not(:last-of-type) {
  margin-right: 1.4rem;
}
@media screen and (max-width: 767px) {
  #catalog_221108 .main-contents .swiper-pagination-bullet:not(:last-of-type) {
    margin-right: 2.5rem;
  }
}
@media screen and (max-width: 767px) {
  #catalog_221108 .main-contents .swiper-pagination-bullet {
    width: 7px;
    height: 7px;
    margin: auto;
  }
}
#catalog_221108 .main-contents .swiper-pagination-bullet::before {
  content: "";
  background-color: #000;
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  transform: scaleX(0);
  transform-origin: 0 0;
}
#catalog_221108 .main-contents .swiper-pagination-bullet-active {
  background-color: #000;
}
#catalog_221108 .main-contents .swiper-pagination-bullet:hover {
  opacity: 0.7;
}

:root {
  --background-section-01: #fff;
  --background-section-02: #d5d7c1;
  --color-primaryText: #535353;
  --color-numberText: #525252;
}

@media screen and (max-width: 767px) {
  .main-area {
    overflow: unset;
  }
}
@media screen and (min-width: 768px) {
  #catalog_221108 .wrap {
    padding-bottom: 10rem;
  }
}
@media screen and (max-width: 767px) {
  #catalog_221108 .wrap {
    -webkit-padding-after: 20rem;
            padding-block-end: 20rem;
  }
}
#catalog_221108 .mainVisual {
  position: relative;
  margin-inline: auto;
  margin: 0 auto;
  width: 100%;
}
@media screen and (min-width: 768px) {
  #catalog_221108 .mainVisual-text {
    margin-inline: auto;
    max-width: calc(975 * (100vw / 1200));
  }
}
@media screen and (max-width: 767px) {
  #catalog_221108 .mainVisual-text {
    -webkit-margin-start: 4rem;
            margin-inline-start: 4rem;
  }
}
#catalog_221108 .main-contents {
  padding-top: 9.2rem;
  background-color: var(--color-base, #fff);
}
@media screen and (max-width: 767px) {
  #catalog_221108 .main-contents {
    padding-top: 4.8rem;
  }
}
#catalog_221108 .content-list {
  position: relative;
  counter-reset: look_number;
  margin-top: 16rem;
}
@media screen and (max-width: 767px) {
  #catalog_221108 .content-list {
    -webkit-margin-before: 7.4rem;
            margin-block-start: 7.4rem;
  }
}
#catalog_221108 .content-01 {
  position: sticky;
  height: var(--lenght-content);
  top: calc(100vh - var(--lenght-content));
}
@media screen and (min-width: 768px) {
  #catalog_221108 .content-01 {
    --lenght-content: calc( 7200 * (100vw / 1200));
  }
}
@media screen and (max-width: 767px) {
  #catalog_221108 .content-01 {
    --lenght-content: 930.0rem;
  }
}
@media screen and (min-width: 768px) {
  #catalog_221108 .content-02 {
    background-color: var(--background-section-02);
    margin-top: calc(68 * (100vw / 1200));
  }
}
@media screen and (max-width: 767px) {
  #catalog_221108 .content-02 {
    background-color: #fff;
    -webkit-margin-before: 16.5rem;
            margin-block-start: 16.5rem;
  }
}
@media screen and (max-width: 767px) {
  #catalog_221108 .content .flexbox {
    flex-wrap: wrap;
  }
}
#catalog_221108 .look {
  counter-increment: look_number;
  margin-inline: auto;
  margin: 0 auto;
}
@media screen and (max-width: 767px) {
  #catalog_221108 .look-inner {
    max-width: 75rem;
    margin-inline: auto;
  }
}
#catalog_221108 .look__number {
  position: relative;
  z-index: 3;
  pointer-events: none;
  grid-row: var(--row-number);
  grid-column: var(--column-number);
  border-bottom: 1px solid currentColor;
  display: inline;
}
@media screen and (min-width: 768px) {
  #catalog_221108 .look__number {
    padding: 0 0.25em;
    grid-row: var(--row-number, 1/2);
    grid-column: var(--column-number, 1/2);
  }
}
@media screen and (max-width: 767px) {
  #catalog_221108 .look__number {
    --align-number: center;
    max-width: 5rem;
    border-bottom: 0.1rem solid currentColor;
  }
}
#catalog_221108 .look__number::after {
  content: counter(look_number);
  font-size: 1em;
  line-height: 1;
}
#catalog_221108 .look-01 .look__number::after {
  content: "0" counter(look_number);
}
#catalog_221108 .look-02 .look__number::after {
  content: "0" counter(look_number);
}
#catalog_221108 .look-03 .look__number::after {
  content: "0" counter(look_number);
}
#catalog_221108 .look-04 .look__number::after {
  content: "0" counter(look_number);
}
#catalog_221108 .look-05 .look__number::after {
  content: "0" counter(look_number);
}
#catalog_221108 .look-06 .look__number::after {
  content: "0" counter(look_number);
}
#catalog_221108 .look-07 .look__number::after {
  content: "0" counter(look_number);
}
#catalog_221108 .look-08 .look__number::after {
  content: "0" counter(look_number);
}
#catalog_221108 .look-09 .look__number::after {
  content: "0" counter(look_number);
}
@media screen and (min-width: 768px) {
  #catalog_221108 .look__tag-more {
    display: none;
  }
}
#catalog_221108 .look__image {
  position: relative;
  pointer-events: none;
  grid-row: var(--row-image);
  grid-column: var(--column-image);
  max-width: var(--image-width);
}
#catalog_221108 .look__image a {
  pointer-events: all;
}
#catalog_221108 .look__image::before {
  left: 0;
}
#catalog_221108 .look__image-wrap {
  position: relative;
}
@media screen and (max-width: 767px) {
  #catalog_221108 .look__image-wrap {
    margin-inline: auto;
  }
  #catalog_221108 .look__image-wrap:not(:first-of-type) {
    -webkit-margin-before: var(--mtop-image, 4rem);
            margin-block-start: var(--mtop-image, 4rem);
  }
}
#catalog_221108 .look__image-wrap figure {
  display: var(--layout-image, block);
  align-items: var(--align-image, flex-start);
  justify-content: var(--justify-image, flex-start);
  grid-template-columns: var(--grid-columnLayout);
  -moz-column-gap: var(--cgap-image);
       column-gap: var(--cgap-image);
}
#catalog_221108 .look__image [data-animate*=crossFade] {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
}
#catalog_221108 .look__caption {
  position: relative;
  grid-row: var(--row-caption);
  grid-column: var(--column-caption);
  max-width: var(--caption-width);
  height: var(--caption-height);
  margin-top: var(--mtop-caption);
  margin-right: var(--mright-caption);
  margin-left: var(--mleft-caption);
}
@media screen and (max-width: 767px) {
  #catalog_221108 .look__caption {
    --justify-tag: flex-end;
    --mtop-caption: 2.4rem;
    display: grid;
    grid-template-columns: 1fr auto;
    align-items: flex-end;
    margin-inline: auto;
  }
}
#catalog_221108 .look .tag-list {
  display: var(--layout-tag, flex);
  -moz-column-gap: var(--c-gap, 1em);
       column-gap: var(--c-gap, 1em);
  flex-wrap: var(--wrap-tag, wrap);
  justify-content: var(--justify-tag);
  margin-top: var(--mtop-tag);
}
@media screen and (min-width: 768px) {
  #catalog_221108 .look .tag-list {
    --mtop-tag: 3rem;
  }
}
@media screen and (max-width: 767px) {
  #catalog_221108 .look .tag-list {
    max-width: var(--tag-width);
    --c-gap: 0.9em;
  }
}
#catalog_221108 .look .tag-list li:has(.no_link):hover {
  transition: none;
  opacity: 1;
}
#catalog_221108 .look .tag-list .no_link {
  opacity: 1;
  pointer-events: none;
  cursor: initial;
  border: none;
  text-decoration: none;
}
#catalog_221108 .look .tag-list .no_link span {
  padding: 0 0 0 0.5em;
}
#catalog_221108 .model-gallery-title h3::after {
  content: "";
  height: 1px;
  background: var(--color-numberText);
  display: block;
  margin: 0.2em auto 0.075em;
}
@media screen and (min-width: 768px) {
  #catalog_221108 .model-gallery-title h3::after {
    width: calc(250 * (100vw / 1200));
  }
}
@media screen and (max-width: 767px) {
  #catalog_221108 .model-gallery-title h3::after {
    -webkit-margin-before: 0.3em;
            margin-block-start: 0.3em;
    height: 0.3px;
    max-width: 30rem;
  }
}
#catalog_221108 .model-gallery-wrap {
  background-color: var(--background-section-01);
}
@media screen and (min-width: 768px) {
  #catalog_221108 .model-gallery-wrap {
    display: grid;
    align-items: flex-start;
    max-width: calc(1200 * (100vw / 1200));
    grid-template-columns: auto calc(800 * (100vw / 1200));
    padding-top: calc(13 * (100vw / 1200));
  }
}
@media screen and (max-width: 767px) {
  #catalog_221108 .model-gallery-wrap {
    -webkit-margin-before: 20.2rem;
            margin-block-start: 20.2rem;
  }
}
@media screen and (min-width: 768px) {
  #catalog_221108 .model-gallery-wrap > *:not([class*=inner]) {
    position: sticky;
    top: 20vh;
    grid-row: 1/2;
    margin-top: calc(162 * (100vw / 1200));
  }
}
@media screen and (max-width: 767px) {
  #catalog_221108 .model-gallery-wrap > *:not([class*=inner]) {
    display: grid;
  }
  #catalog_221108 .model-gallery-wrap > *:not([class*=inner]) .btn-wrap {
    grid-row: 1/2;
  }
}
@media screen and (max-width: 767px) {
  #catalog_221108 .model-gallery-wrap .model_number {
    -webkit-margin-before: 0.2em;
            margin-block-start: 0.2em;
  }
}
@media screen and (max-width: 767px) {
  #catalog_221108 .model-gallery-wrap .tag-list {
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-end;
    max-width: 55rem;
    max-width: var(--slider-tagWidth, 52rem);
    -moz-column-gap: 1em;
         column-gap: 1em;
  }
}
@media screen and (max-width: 767px) {
  #catalog_221108 .model-gallery-wrap [data-textmodel="02"],
  #catalog_221108 .model-gallery-wrap [data-textmodel="03"],
  #catalog_221108 .model-gallery-wrap [data-textmodel="08"],
  #catalog_221108 .model-gallery-wrap [data-textmodel="12"] {
    --slider-tagWidth: 36rem;
  }
  #catalog_221108 .model-gallery-wrap [data-textmodel="11"] {
    --slider-tagWidth: 55rem;
  }
}
#catalog_221108 .model-gallery-inner {
  position: relative;
}
@media screen and (min-width: 768px) {
  #catalog_221108 .model-gallery-inner {
    max-width: calc(800 * (100vw / 1200));
    grid-column: 2/3;
  }
}
@media screen and (max-width: 767px) {
  #catalog_221108 .model-gallery-inner {
    -webkit-margin-before: 3.6rem;
            margin-block-start: 3.6rem;
    overflow: hidden;
  }
}
@media screen and (min-width: 768px) {
  #catalog_221108 .model-gallery-list {
    display: grid;
    grid-template-columns: repeat(3, calc(258 * (100vw / 1200)));
    gap: calc(13 * (100vw / 1200));
  }
}
@media screen and (min-width: 768px) {
  #catalog_221108 .model-gallery-item.active .model_text {
    opacity: 1;
  }
  #catalog_221108 .model-gallery-item.active .model_text > * {
    pointer-events: all;
  }
  #catalog_221108 .model-gallery-item.active .model_text .tag-list {
    --active-color: #fff;
  }
}
#catalog_221108 .model-gallery-item figcaption {
  display: flex;
  align-items: flex-end;
  justify-content: flex-end;
  transition: all 1s;
}
@media screen and (min-width: 768px) {
  #catalog_221108 .model-gallery-item figcaption {
    opacity: 0;
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    pointer-events: none;
    background-color: rgba(82, 82, 82, 0.4);
  }
  #catalog_221108 .model-gallery-item figcaption > * {
    margin-bottom: 0.6em;
    margin-right: 1.1em;
  }
}
@media screen and (max-width: 767px) {
  #catalog_221108 .model-gallery-item figcaption {
    max-width: 70rem;
    margin-inline: auto;
    -webkit-margin-before: 2.6rem;
            margin-block-start: 2.6rem;
  }
}
@media screen and (min-width: 768px) {
  #catalog_221108 .staff_credits {
    margin: 0 auto;
    max-width: calc(1050 * (100vw / 1200));
    margin-top: calc(98 * (100vw / 1200));
  }
}
@media screen and (max-width: 767px) {
  #catalog_221108 .staff_credits {
    margin-inline: auto;
    -webkit-margin-before: 8.8rem;
            margin-block-start: 8.8rem;
  }
}
#catalog_221108 .staff_credits dd {
  margin-top: 0.6em;
}
@media screen and (max-width: 767px) {
  #catalog_221108 .staff_credits dd {
    -webkit-margin-before: 0.9em;
            margin-block-start: 0.9em;
  }
}
#catalog_221108 .staff_credits .remarks {
  position: relative;
  margin-top: 10.5rem;
}
@media screen and (max-width: 767px) {
  #catalog_221108 .staff_credits .remarks {
    -webkit-margin-before: 20.8rem;
            margin-block-start: 20.8rem;
  }
}
#catalog_221108 .staff_credits .remarks::after {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  margin: auto;
  margin-left: 2rem;
  width: 100vw;
  height: 1px;
  background-color: #000;
}
#catalog_221108 .content-item {
  position: relative;
  margin: 0 auto;
  max-width: var(--width-content, 140rem);
}
@media screen and (max-width: 767px) {
  #catalog_221108 .content-item {
    max-width: 75rem;
    overflow: hidden;
  }
}
@media screen and (max-width: 767px) {
  #catalog_221108 .content .look-04, #catalog_221108 .content .look-15 {
    max-width: 70rem;
  }
  #catalog_221108 .content .look-05, #catalog_221108 .content .look-08, #catalog_221108 .content .look-11, #catalog_221108 .content .look-14 {
    max-width: 56rem;
  }
  #catalog_221108 .content .look-10 {
    max-width: 70.5rem;
  }
}
@media screen and (min-width: 768px) {
  #catalog_221108 .content .look:not(:first-of-type) {
    margin-top: var(--mtop-content, calc(200 * (100vw / 1200)));
  }
}
@media screen and (max-width: 767px) {
  #catalog_221108 .content .look:not(:first-of-type) {
    margin-top: var(--mtop-content, 11rem);
  }
}
@media screen and (min-width: 768px) {
  #catalog_221108 .content .look-01 {
    max-width: calc(975 * (100vw / 1200));
    --layout-image: grid;
    --grid-columnLayout: 1fr calc(600 * (100vw / 1200));
    --column-image: 2/3;
    --row-caption: 1/2;
    --mtop-caption: auto;
    --mleft-caption: 0.4rem;
    --tag-width: calc(300 * (100vw / 1200));
    --cgap-image: calc(100 * (100vw / 1200));
  }
}
@media screen and (max-width: 767px) {
  #catalog_221108 .content .look-01 {
    --caption-width: 70rem;
    --tag-width: 54rem;
  }
}
@media screen and (min-width: 768px) {
  #catalog_221108 .content .look-01 .look__caption {
    margin-bottom: -0.2em;
  }
}
@media screen and (max-width: 767px) {
  #catalog_221108 .content .look-01 .look__number {
    -webkit-margin-start: 0.2em;
            margin-inline-start: 0.2em;
    -webkit-margin-after: 0.1em;
            margin-block-end: 0.1em;
    -webkit-padding-after: 0.1em;
            padding-block-end: 0.1em;
  }
}
@media screen and (min-width: 768px) {
  #catalog_221108 .content .look-02 {
    max-width: calc(975 * (100vw / 1200));
    --mtop-content: calc(20 * (100vw / 1200));
    --layout-image: grid;
    --grid-columnLayout: 1fr calc(600 * (100vw / 1200));
    --column-image: 2/3;
    --row-caption: 1/2;
    --mtop-caption: auto;
    --mleft-caption: 0.4rem;
    --tag-width: calc(300 * (100vw / 1200));
    --cgap-image: calc(100 * (100vw / 1200));
  }
}
@media screen and (max-width: 767px) {
  #catalog_221108 .content .look-02 {
    --caption-width: 70rem;
    --tag-width: 34rem;
  }
}
@media screen and (min-width: 768px) {
  #catalog_221108 .content .look-02 .look__caption {
    margin-bottom: -0.2em;
  }
}
@media screen and (max-width: 767px) {
  #catalog_221108 .content .look-02 .look__caption {
    --mtop-caption: 2.6rem;
  }
}
#catalog_221108 .content .look-02 .look__caption .tag-list li:nth-child(4) {
  display: none;
}
@media screen and (max-width: 767px) {
  #catalog_221108 .content .look-02 .look__number {
    -webkit-margin-start: 0.2em;
            margin-inline-start: 0.2em;
    -webkit-margin-after: 0.1em;
            margin-block-end: 0.1em;
    -webkit-padding-after: 0.1em;
            padding-block-end: 0.1em;
  }
}
@media screen and (min-width: 768px) {
  #catalog_221108 .content .look-03 {
    max-width: calc(985 * (100vw / 1200));
    --mtop-content: calc(200 * (100vw / 1200));
    --layout-image: grid;
    --grid-columnLayout: calc(600 * (100vw / 1200)) auto;
    --column-image: 1/2;
    --mtop-caption: auto;
    --tag-width: calc(300 * (100vw / 1200));
    --cgap-image: calc(116 * (100vw / 1200));
  }
}
@media screen and (max-width: 767px) {
  #catalog_221108 .content .look-03 {
    --caption-width: 70rem;
    --tag-width: 40rem;
  }
}
@media screen and (min-width: 768px) {
  #catalog_221108 .content .look-03 .look__number {
    padding-bottom: 0.2em;
  }
}
@media screen and (max-width: 767px) {
  #catalog_221108 .content .look-03 .look__number {
    -webkit-margin-start: 0.2em;
            margin-inline-start: 0.2em;
    -webkit-padding-after: 0.15em;
            padding-block-end: 0.15em;
    -webkit-margin-after: 0.1em;
            margin-block-end: 0.1em;
  }
}
@media screen and (min-width: 768px) {
  #catalog_221108 .content .look-03 .look__caption {
    margin-bottom: -0.2em;
  }
}
@media screen and (max-width: 767px) {
  #catalog_221108 .content .look-03 .look__caption {
    --mtop-caption: 3.2rem;
  }
}
@media screen and (min-width: 768px) {
  #catalog_221108 .content .look-03 .look__caption .tag-list {
    --mtop-tag: calc(35 * (100vw / 1200));
  }
}
@media screen and (min-width: 768px) {
  #catalog_221108 .content .look-04 {
    max-width: calc(515 * (100vw / 1200));
    --mtop-content: calc(200 * (100vw / 1200));
  }
}
@media screen and (max-width: 767px) {
  #catalog_221108 .content .look-04 {
    --mtop-content: 9.8rem;
    --caption-width: 70rem;
    --tag-width: 40rem;
  }
}
@media screen and (min-width: 768px) {
  #catalog_221108 .content .look-04 .look__number {
    margin-bottom: 0.1em;
    padding-bottom: 0.2em;
  }
}
@media screen and (max-width: 767px) {
  #catalog_221108 .content .look-04 .look__number {
    -webkit-margin-start: 0.2em;
            margin-inline-start: 0.2em;
    -webkit-padding-after: 0.15em;
            padding-block-end: 0.15em;
    -webkit-margin-after: 0.1em;
            margin-block-end: 0.1em;
  }
}
@media screen and (min-width: 768px) {
  #catalog_221108 .content .look-04 .look__caption {
    display: grid;
    grid-template-columns: 1fr auto;
    align-items: flex-end;
    -moz-column-gap: calc(170 * (100vw / 1200));
         column-gap: calc(170 * (100vw / 1200));
  }
}
@media screen and (min-width: 768px) {
  #catalog_221108 .content .look-04 .look__caption .tag-list {
    --mtop-tag: calc(26 * (100vw / 1200));
    --c-gap: 1.4em;
  }
}
#catalog_221108 .content .look-04 .look__caption .tag-list li:nth-child(4), #catalog_221108 .content .look-04 .look__caption .tag-list li:nth-child(6), #catalog_221108 .content .look-04 .look__caption .tag-list li:nth-child(7) {
  display: none;
}
@media screen and (min-width: 768px) {
  #catalog_221108 .content .look-05 {
    max-width: calc(984 * (100vw / 1200));
    --mtop-content: calc( 234 * (100vw / 1200));
    --layout-image: grid;
    --grid-columnLayout: 1fr calc( 450 * (100vw / 1200));
    --column-image: 2/3;
    --image-width: calc( 440 * (100vw / 1200));
    --row-caption: 1/2;
    --mtop-caption: auto;
    --tag-width: calc( 300 * (100vw / 1200));
    --cgap-image: calc( 238 * (100vw / 1200));
  }
}
@media screen and (max-width: 767px) {
  #catalog_221108 .content .look-05 {
    --mtop-content: 18rem;
    --caption-width: 55.2rem;
    --tag-width: 40rem;
  }
}
#catalog_221108 .content .look-05 .look__image {
  margin-inline: auto;
}
@media screen and (min-width: 768px) {
  #catalog_221108 .content .look-05 .look__number {
    padding-bottom: 0.2em;
  }
}
@media screen and (max-width: 767px) {
  #catalog_221108 .content .look-05 .look__number {
    -webkit-padding-after: 0.2em;
            padding-block-end: 0.2em;
    -webkit-margin-after: 0.1em;
            margin-block-end: 0.1em;
  }
}
@media screen and (min-width: 768px) {
  #catalog_221108 .content .look-05 .look__caption {
    margin-bottom: -0.1em;
  }
}
@media screen and (max-width: 767px) {
  #catalog_221108 .content .look-05 .look__caption {
    margin-inline: 0 auto;
  }
}
@media screen and (min-width: 768px) {
  #catalog_221108 .content .look-05 .look__caption .tag-list {
    --mtop-tag: calc(36 * (100vw / 1200));
  }
}
#catalog_221108 .content .look-05 .look__caption .tag-list li:nth-child(6) {
  display: none;
}
@media screen and (min-width: 768px) {
  #catalog_221108 .content .look-06 {
    max-width: calc(985 * (100vw / 1200));
    --mtop-content: calc( 200 * (100vw / 1200));
    --layout-image: grid;
    --grid-columnLayout: calc(600 * (100vw / 1200)) 1fr;
    --column-image: 1/2;
    --mtop-caption: auto;
    --tag-width: calc(300 * (100vw / 1200));
    --cgap-image: calc(162 * (100vw / 1200));
  }
}
@media screen and (max-width: 767px) {
  #catalog_221108 .content .look-06 {
    --mtop-content: 15.4rem;
    --caption-width: 70rem;
    --tag-width: 40rem;
  }
}
@media screen and (min-width: 768px) {
  #catalog_221108 .content .look-06 .look__number {
    padding-bottom: 0.1em;
  }
}
@media screen and (max-width: 767px) {
  #catalog_221108 .content .look-06 .look__number {
    -webkit-margin-start: 0.2em;
            margin-inline-start: 0.2em;
    -webkit-padding-after: 0.2em;
            padding-block-end: 0.2em;
    -webkit-margin-after: 0.1em;
            margin-block-end: 0.1em;
  }
}
@media screen and (min-width: 768px) {
  #catalog_221108 .content .look-06 .look__caption {
    margin-bottom: -0.2em;
  }
}
@media screen and (min-width: 768px) {
  #catalog_221108 .content .look-06 .look__caption .tag-list {
    --mtop-tag: calc(36 * (100vw / 1200));
  }
}
#catalog_221108 .content .look-06 .look__caption .tag-list li:nth-child(6), #catalog_221108 .content .look-06 .look__caption .tag-list li:nth-child(7) {
  display: none;
}
@media screen and (min-width: 768px) {
  #catalog_221108 .content .look-07 {
    max-width: calc(985 * (100vw / 1200));
    --mtop-content: calc(20 * (100vw / 1200));
    --layout-image: grid;
    --grid-columnLayout: calc(600 * (100vw / 1200)) 1fr;
    --column-image: 1/2;
    --mtop-caption: auto;
    --tag-width: calc(300 * (100vw / 1200));
    --cgap-image: calc(162 * (100vw / 1200));
  }
}
@media screen and (max-width: 767px) {
  #catalog_221108 .content .look-07 {
    --caption-width: 70rem;
    --tag-width: 50rem;
  }
}
@media screen and (min-width: 768px) {
  #catalog_221108 .content .look-07 .look__number {
    padding-bottom: 0.1em;
  }
}
@media screen and (max-width: 767px) {
  #catalog_221108 .content .look-07 .look__number {
    -webkit-margin-start: 0.2em;
            margin-inline-start: 0.2em;
    -webkit-padding-after: 0.2em;
            padding-block-end: 0.2em;
    -webkit-margin-after: 0.1em;
            margin-block-end: 0.1em;
  }
}
@media screen and (min-width: 768px) {
  #catalog_221108 .content .look-07 .look__caption {
    margin-bottom: -0.2em;
  }
}
@media screen and (max-width: 767px) {
  #catalog_221108 .content .look-07 .look__caption {
    --mtop-caption: 2.6rem;
  }
}
@media screen and (min-width: 768px) {
  #catalog_221108 .content .look-07 .look__caption .tag-list {
    --mtop-tag: calc(36 * (100vw / 1200));
  }
}
#catalog_221108 .content .look-07 .look__caption .tag-list li:nth-child(6) {
  display: none;
}
@media screen and (min-width: 768px) {
  #catalog_221108 .content .look-08 {
    max-width: calc(515 * (100vw / 1200));
    --mtop-content: calc(300 * (100vw / 1200));
  }
}
@media screen and (max-width: 767px) {
  #catalog_221108 .content .look-08 {
    --mtop-content: 18rem;
    --tag-width: 40rem;
  }
}
@media screen and (min-width: 768px) {
  #catalog_221108 .content .look-08 .look__number {
    margin-bottom: 0.1em;
    padding-bottom: 0.1em;
  }
}
@media screen and (max-width: 767px) {
  #catalog_221108 .content .look-08 .look__number {
    -webkit-padding-after: 0.15em;
            padding-block-end: 0.15em;
    -webkit-margin-after: 0.1em;
            margin-block-end: 0.1em;
  }
}
@media screen and (min-width: 768px) {
  #catalog_221108 .content .look-08 .look__caption {
    display: grid;
    grid-template-columns: auto 1fr;
    align-items: flex-end;
    -moz-column-gap: calc(242 * (100vw / 1200));
         column-gap: calc(242 * (100vw / 1200));
  }
}
@media screen and (min-width: 768px) {
  #catalog_221108 .content .look-08 .look__caption .tag-list {
    --mtop-tag: calc( 26 * (100vw / 1200));
    --c-gap: 1.4em;
  }
}
#catalog_221108 .content .look-08 .look__caption .tag-list li:nth-child(4) {
  display: none;
}
#catalog_221108 .content .look-09 .look__image-wrap {
  display: grid;
}
@media screen and (min-width: 768px) {
  #catalog_221108 .content .look-09 .look__image-wrap {
    row-gap: calc(186 * (100vw / 1200));
  }
}
@media screen and (max-width: 767px) {
  #catalog_221108 .content .look-09 .look__image-wrap {
    row-gap: 6.5rem;
  }
}
@media screen and (max-width: 767px) {
  #catalog_221108 .content .look-09 .look__image-wrap > *:nth-child(1) {
    --caption-width: 70rem;
    --tag-width: 45rem;
  }
}
@media screen and (min-width: 768px) {
  #catalog_221108 .content .look-09 .look__image-wrap > *:nth-child(1) .look__number {
    padding-bottom: 0.25em;
    margin-bottom: 0.1em;
  }
}
@media screen and (max-width: 767px) {
  #catalog_221108 .content .look-09 .look__image-wrap > *:nth-child(1) .look__number {
    -webkit-margin-start: 0.2em;
            margin-inline-start: 0.2em;
    -webkit-padding-after: 0.15em;
            padding-block-end: 0.15em;
    -webkit-margin-after: 0.1em;
            margin-block-end: 0.1em;
  }
}
@media screen and (min-width: 768px) {
  #catalog_221108 .content .look-09 .look__image-wrap > *:nth-child(1) .look__caption {
    display: grid;
    grid-template-columns: auto 1fr;
    align-items: flex-end;
    -moz-column-gap: calc(158 * (100vw / 1200));
         column-gap: calc(158 * (100vw / 1200));
    max-width: calc(625 * (100vw / 1200));
    margin-inline: auto 0;
  }
}
@media screen and (min-width: 768px) {
  #catalog_221108 .content .look-09 .look__image-wrap > *:nth-child(1) .look__caption .tag-list {
    --mtop-tag: calc( 30 * (100vw / 1200));
    --c-gap: 0.8em;
  }
}
#catalog_221108 .content .look-09 .look__image-wrap > *:nth-child(2) {
  grid-row: 1/2;
  margin-inline: auto;
}
@media screen and (min-width: 768px) {
  #catalog_221108 .content .look-09 .look__image-wrap > *:nth-child(2) {
    max-width: calc(515 * (100vw / 1200));
  }
}
@media screen and (max-width: 767px) {
  #catalog_221108 .content .look-09 .look__image-wrap > *:nth-child(2) {
    --align-text: right;
    max-width: 56rem;
  }
}
@media screen and (min-width: 768px) {
  #catalog_221108 .content .look-09 .look__image-wrap > *:nth-child(2) figcaption {
    margin-top: calc(75 * (100vw / 1200));
  }
}
@media screen and (max-width: 767px) {
  #catalog_221108 .content .look-09 .look__image-wrap > *:nth-child(2) figcaption {
    --mtop-caption: 6.8rem;
  }
  #catalog_221108 .content .look-09 .look__image-wrap > *:nth-child(2) figcaption p {
    line-height: 1.04;
  }
}
#catalog_221108 .content .look-09 .look__image-wrap > *:nth-child(2) figcaption .tag-list {
  display: none;
}
@media screen and (min-width: 768px) {
  #catalog_221108 .content .look-10 {
    max-width: calc(985 * (100vw / 1200));
    --mtop-content: calc( 130 * (100vw / 1200));
    --layout-image: grid;
    --grid-columnLayout: 1fr calc( 515 * (100vw / 1200));
    --column-image: 2/3;
    --row-caption: 1/2;
    --mtop-caption: auto;
    --mleft-caption: calc( 10 * (100vw / 1200));
    --tag-width: calc( 300 * (100vw / 1200));
    --cgap-image: calc( 170 * (100vw / 1200));
  }
}
@media screen and (max-width: 767px) {
  #catalog_221108 .content .look-10 {
    --mtop-content: 12rem;
    --caption-width: 70rem;
    --tag-width: 50rem;
  }
}
#catalog_221108 .content .look-10 .look__image {
  margin-inline: auto;
}
@media screen and (min-width: 768px) {
  #catalog_221108 .content .look-10 .look__number {
    padding-bottom: 0.1em;
  }
}
@media screen and (max-width: 767px) {
  #catalog_221108 .content .look-10 .look__number {
    -webkit-margin-start: 0.2em;
            margin-inline-start: 0.2em;
    -webkit-margin-after: 0.1em;
            margin-block-end: 0.1em;
    -webkit-padding-after: 0.1em;
            padding-block-end: 0.1em;
  }
}
@media screen and (min-width: 768px) {
  #catalog_221108 .content .look-10 .look__caption {
    margin-bottom: -0.2em;
  }
}
@media screen and (min-width: 768px) {
  #catalog_221108 .content .look-10 .look__caption .tag-list {
    --mtop-tag: calc(34 * (100vw / 1200));
  }
}
#catalog_221108 .content .look-10 .look__caption .tag-list li:nth-child(5) {
  display: none;
}
@media screen and (min-width: 768px) {
  #catalog_221108 .content .look-11 {
    max-width: calc(968 * (100vw / 1200));
    --mtop-content: calc(202 * (100vw / 1200));
    --layout-image: grid;
    --grid-columnLayout: calc(515 * (100vw / 1200)) 1fr;
    --column-image: 1/2;
    --mtop-caption: auto;
    --tag-width: calc(300 * (100vw / 1200));
    --cgap-image: calc(158 * (100vw / 1200));
  }
}
@media screen and (max-width: 767px) {
  #catalog_221108 .content .look-11 {
    --mtop-content: 18rem;
    --caption-width: 55.7rem;
    --tag-width: 40rem;
  }
}
@media screen and (min-width: 768px) {
  #catalog_221108 .content .look-11 .look__number {
    padding-bottom: 0.1em;
  }
}
@media screen and (max-width: 767px) {
  #catalog_221108 .content .look-11 .look__number {
    -webkit-padding-after: 0.1em;
            padding-block-end: 0.1em;
    -webkit-margin-after: 0.1em;
            margin-block-end: 0.1em;
  }
}
@media screen and (min-width: 768px) {
  #catalog_221108 .content .look-11 .look__caption {
    margin-bottom: -0.2em;
  }
}
@media screen and (max-width: 767px) {
  #catalog_221108 .content .look-11 .look__caption {
    margin-inline: 0 auto;
  }
}
@media screen and (min-width: 768px) {
  #catalog_221108 .content .look-11 .look__caption .tag-list {
    --mtop-tag: calc(35 * (100vw / 1200));
  }
}
@media screen and (min-width: 768px) {
  #catalog_221108 .content .look-12 {
    max-width: calc(975 * (100vw / 1200));
    --mtop-content: calc(202 * (100vw / 1200));
    --layout-image: grid;
    --grid-columnLayout: 1fr calc(600 * (100vw / 1200));
    --column-image: 2/3;
    --row-caption: 1/2;
    --mtop-caption: auto;
    --mleft-caption: 0.4rem;
    --tag-width: calc(300 * (100vw / 1200));
    --cgap-image: calc(160 * (100vw / 1200));
  }
}
@media screen and (max-width: 767px) {
  #catalog_221108 .content .look-12 {
    --mtop-content: 15.4rem;
    --caption-width: 70rem;
    --tag-width: 35rem;
  }
}
@media screen and (min-width: 768px) {
  #catalog_221108 .content .look-12 .look__caption {
    margin-bottom: -0.2em;
  }
}
@media screen and (min-width: 768px) {
  #catalog_221108 .content .look-12 .look__caption .tag-list {
    --mtop-tag: calc(32 * (100vw / 1200));
  }
}
#catalog_221108 .content .look-12 .look__caption .tag-list li:nth-child(4), #catalog_221108 .content .look-12 .look__caption .tag-list li:nth-child(5) {
  display: none;
}
@media screen and (max-width: 767px) {
  #catalog_221108 .content .look-12 .look__number {
    -webkit-margin-start: 0.2em;
            margin-inline-start: 0.2em;
    -webkit-margin-after: 0.1em;
            margin-block-end: 0.1em;
    -webkit-padding-after: 0.1em;
            padding-block-end: 0.1em;
  }
}
@media screen and (min-width: 768px) {
  #catalog_221108 .content .look-13 {
    max-width: calc(975 * (100vw / 1200));
    --mtop-content: calc(20 * (100vw / 1200));
    --layout-image: grid;
    --grid-columnLayout: 1fr calc(600 * (100vw / 1200));
    --column-image: 2/3;
    --row-caption: 1/2;
    --mtop-caption: auto;
    --mleft-caption: 1.4rem;
    --tag-width: calc(300 * (100vw / 1200));
    --cgap-image: calc(160 * (100vw / 1200));
  }
}
@media screen and (max-width: 767px) {
  #catalog_221108 .content .look-13 {
    --caption-width: 70rem;
    --tag-width: 50rem;
  }
}
@media screen and (min-width: 768px) {
  #catalog_221108 .content .look-13 .look__number {
    padding-bottom: 0.15em;
  }
}
@media screen and (max-width: 767px) {
  #catalog_221108 .content .look-13 .look__number {
    -webkit-margin-start: 0.2em;
            margin-inline-start: 0.2em;
    -webkit-padding-after: 0.2em;
            padding-block-end: 0.2em;
    -webkit-margin-after: 0.1em;
            margin-block-end: 0.1em;
  }
}
@media screen and (min-width: 768px) {
  #catalog_221108 .content .look-13 .look__caption {
    margin-bottom: -0.2em;
  }
}
@media screen and (max-width: 767px) {
  #catalog_221108 .content .look-13 .look__caption {
    --mtop-caption: 2.6rem;
  }
}
@media screen and (min-width: 768px) {
  #catalog_221108 .content .look-13 .look__caption .tag-list {
    --mtop-tag: calc(38 * (100vw / 1200));
  }
}
@media screen and (min-width: 768px) {
  #catalog_221108 .content .look-14 {
    max-width: calc(515 * (100vw / 1200));
    --mtop-content: calc(200 * (100vw / 1200));
  }
}
@media screen and (max-width: 767px) {
  #catalog_221108 .content .look-14 {
    --mtop-content: 15.2rem;
    --caption-width: 55.2rem;
    --tag-width: 35rem;
  }
}
@media screen and (min-width: 768px) {
  #catalog_221108 .content .look-14 .look__number {
    padding-bottom: 0.25em;
    margin-bottom: 0.1em;
  }
}
@media screen and (max-width: 767px) {
  #catalog_221108 .content .look-14 .look__number {
    -webkit-padding-after: 0.15em;
            padding-block-end: 0.15em;
    -webkit-margin-after: 0.1em;
            margin-block-end: 0.1em;
  }
}
@media screen and (min-width: 768px) {
  #catalog_221108 .content .look-14 .look__caption {
    display: grid;
    grid-template-columns: 1fr auto;
    align-items: flex-end;
    -moz-column-gap: calc(278 * (100vw / 1200));
         column-gap: calc(278 * (100vw / 1200));
  }
}
@media screen and (max-width: 767px) {
  #catalog_221108 .content .look-14 .look__caption {
    margin-inline: 0 auto;
  }
}
@media screen and (min-width: 768px) {
  #catalog_221108 .content .look-14 .look__caption .tag-list {
    --mtop-tag: 2.6rem;
    --c-gap: 1.4em;
  }
}
#catalog_221108 .content .look-14 .look__caption .tag-list li:nth-child(4) {
  display: none;
}
@media screen and (max-width: 767px) {
  #catalog_221108 .content .look-14 .look__caption .tag-list li:nth-child(3) {
    display: block;
  }
}
@media screen and (min-width: 768px) {
  #catalog_221108 .content .look-15 {
    max-width: calc(515 * (100vw / 1200));
    --mtop-content: calc(90 * (100vw / 1200));
  }
}
@media screen and (max-width: 767px) {
  #catalog_221108 .content .look-15 {
    --mtop-content: 17.6rem;
    --tag-width: 40rem;
  }
}
@media screen and (min-width: 768px) {
  #catalog_221108 .content .look-15 .look__number {
    padding-bottom: 0.2em;
    margin-bottom: 0.1em;
  }
}
@media screen and (max-width: 767px) {
  #catalog_221108 .content .look-15 .look__number {
    -webkit-margin-start: 0.2em;
            margin-inline-start: 0.2em;
    -webkit-padding-after: 0.15em;
            padding-block-end: 0.15em;
    -webkit-margin-after: 0.1em;
            margin-block-end: 0.1em;
  }
}
@media screen and (min-width: 768px) {
  #catalog_221108 .content .look-15 .look__caption {
    display: grid;
    grid-template-columns: 1fr auto;
    align-items: flex-end;
    -moz-column-gap: calc(255 * (100vw / 1200));
         column-gap: calc(255 * (100vw / 1200));
  }
}
@media screen and (min-width: 768px) {
  #catalog_221108 .content .look-15 .look__caption .tag-list {
    --mtop-tag: 2.6rem;
    --c-gap: 1.4em;
  }
}
#catalog_221108 .content .look-15 .look__caption .tag-list li:nth-child(5), #catalog_221108 .content .look-15 .look__caption .tag-list li:nth-child(7) {
  display: none;
}
@media screen and (min-width: 768px) {
  #catalog_221108 .content .look-16 {
    --mtop-content: calc(196 * (100vw / 1200));
    padding-bottom: calc(130 * (100vw / 1200));
  }
}
@media screen and (max-width: 767px) {
  #catalog_221108 .content .look-16 {
    --mtop-content: 17rem;
    --caption-width: 70rem;
    --tag-width: 45rem;
  }
}
@media screen and (min-width: 768px) {
  #catalog_221108 .content .look-16 .look__number {
    padding-bottom: 0.1em;
    margin-bottom: 0.1em;
  }
}
@media screen and (max-width: 767px) {
  #catalog_221108 .content .look-16 .look__number {
    -webkit-margin-start: 0.2em;
            margin-inline-start: 0.2em;
    -webkit-margin-after: 0.1em;
            margin-block-end: 0.1em;
    -webkit-padding-after: 0.1em;
            padding-block-end: 0.1em;
  }
}
@media screen and (min-width: 768px) {
  #catalog_221108 .content .look-16 .look__caption {
    display: grid;
    grid-template-columns: auto 1fr;
    align-items: flex-end;
    -moz-column-gap: calc(105 * (100vw / 1200));
         column-gap: calc(105 * (100vw / 1200));
    max-width: calc(622 * (100vw / 1200));
    margin-inline: auto 0;
  }
}
@media screen and (min-width: 768px) {
  #catalog_221108 .content .look-16 .look__caption .tag-list {
    --mtop-tag: calc( 30 * (100vw / 1200));
    --c-gap: 0.9em;
    max-width: calc(350 * (100vw / 1200));
  }
}
#catalog_221108 .content .look-16 .look__caption .tag-list li:nth-child(6), #catalog_221108 .content .look-16 .look__caption .tag-list li:nth-child(7) {
  display: none;
}

@media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
  /*
  * Prefixed by https://autoprefixer.github.io
  * PostCSS: v8.4.12,
  * Autoprefixer: v10.4.4
  * Browsers: last 4 version
  */
  /*
  * Prefixed by https://autoprefixer.github.io
  * PostCSS: v8.4.14,
  * Autoprefixer: v10.4.7
  * Browsers: last 4 version
  */
}