@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@300;400;500&display=swap");
@import url('https://fonts.googleapis.com/css2?family=Noto+Serif+Display:wght@500&display=swap');
[data-animate*=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;
}

[data-animate=slide-in]::after {
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  z-index: 1;
  background: #fff;
  transform: translate3d(0, 0, 0);
  transition: cubic-bezier(0.25, 0.46, 0.45, 0.94), width 1500ms, transform 1500ms;
  pointer-events: none;
}
[data-animate=slide-in].onView::after {
  transform: translate3d(100%, 0, 0);
}

@-webkit-keyframes rotate {
  0% {
    transform: rotate(0);
  }
  100% {
    transform: rotate(360deg);
  }
}

@keyframes rotate {
  0% {
    transform: rotate(0);
  }
  100% {
    transform: rotate(360deg);
  }
}
[class*=anima] {
  opacity: 0;
  will-change: opacity, transform;
  transition: ease-in, opacity 1000ms, transform 1000ms;
  transform: translate3d(0, 0, 0);
}
[class*=anima][data-animate=slide-up] {
  transform: translate3d(0, 10rem, 0);
}
[class*=anima][data-animate=slide-up].onView {
  transform: translate3d(0, 0, 0);
}
[class*=anima].onView {
  opacity: 1;
  transform: translate3d(0, 0, 0);
}

[data-src]::before {
  content: "";
  display: block;
  padding-top: 56.25%;
}

#temp-2401-02 .mainVisual-caption {
  transition: opacity 1000ms 1250ms;
}

@media screen and (max-width: 767px) {
  html {
    font-size: 1.33334vw;
  }
  html .pcOnly {
    display: none !important;
  }
}
@media screen and (min-width: 768px) {
  html {
    font-size: 62.5%;
  }
  html .spOnly {
    display: none !important;
  }
}
@media screen and (min-width: 768px) and (max-width: 1024px) and (orientation: portrait) {
  html {
    font-size: calc(10 * (100vw / 1400));
  }
}
@media screen and (min-width: 768px) and (max-width: 1200px) and (orientation: landscape) {
  html {
    font-size: calc(10 * (100vw / 1400));
  }
}

/* .bredlist.lp {
  margin: auto;
  width: 95%;
  min-width: auto;
  max-width: 120rem;
  font-size: 10px;
}
@media screen and (max-width: 767px) {
  .bredlist.lp {
    max-width: 70rem;
  }
} */

.main-area {
  min-width: unset;
  max-width: unset;
}
@media screen and (max-width: 767px) {
  .main-area {
    max-width: none;
  }
}

#temp-2401-02 *,
#temp-2401-02 *::after,
#temp-2401-02 *::before {
  margin: 0;
  padding: 0;
  box-sizing: inherit;
}
#temp-2401-02 figure,
#temp-2401-02 figcaption,
#temp-2401-02 [class*=content],
#temp-2401-02 [class*=__wrap],
#temp-2401-02 [class*=-inner],
#temp-2401-02 [class*=__image],
#temp-2401-02 [class*=__item],
#temp-2401-02 [class*=__video],
#temp-2401-02 [class*=__caption] {
  position: relative;
  width: 100%;
}
#temp-2401-02 picture, #temp-2401-02 img, #temp-2401-02 video {
  position: relative;
  width: 100%;
  height: 100%;
  display: block;
  line-height: 0;
}
#temp-2401-02 a {
  display: block;
}
#temp-2401-02 a:hover {
  cursor: pointer;
  opacity: 0.7;
}
#temp-2401-02 a.no_link {
  opacity: 1;
  pointer-events: none;
  border: none;
  text-decoration: none;
}
#temp-2401-02 a.no_link span {
  font-size: 1rem;
}
@media screen and (max-width: 767px) {
  #temp-2401-02 a.no_link span {
    font-size: 1.6rem;
  }
}

#temp-2401-02 .look .tag-list, #temp-2401-02 .look__captionTitle, #temp-2401-02 .staff_credits-list, #temp-2401-02 .mainInfo-title h3 {
  font-family: "Futura", "游ゴシック体", "Yu Gothic", YuGothic, "Noto Sans JP", sans-serif;
  font-weight: 400;
  font-style: normal;
}

#temp-2401-02 .look__captionText {
  font-family: "游ゴシック体", "Yu Gothic", YuGothic, "游ゴシック Medium", "メイリオ", sans-serif;
  font-style: normal;
}

#temp-2401-02 .viewall, #temp-2401-02 .look__captionText-title, #temp-2401-02 .mainInfo-title {
  font-family: "Futura", "游ゴシック体", "Yu Gothic", YuGothic, "Noto Sans JP", sans-serif;
  font-style: normal;
}

#temp-2401-02 {
  /* ---------- Text Area ---------- */
  text-align: justify;
  text-justify: inter-cluster;
  text-justify: inter-character;
  background: #fff;
}
#temp-2401-02 .mainVisual-text {
  font-family: "游ゴシック体", "Yu Gothic", YuGothic, "游ゴシック Medium", "メイリオ", sans-serif;
  font-weight: 400;
  font-style: normal;
  font-size: 1.5rem;
  line-height: 2.93;
}
@media screen and (max-width: 767px) {
  #temp-2401-02 .mainVisual-text {
    font-size: 2.4rem;
    line-height: 2.33;
    font-feature-settings: "palt";
  }
}
#temp-2401-02 .mainInfo {
  font-size: 1.4rem;
  font-weight: 500;
  line-height: 1.86;
  text-align: center;
}
@media screen and (max-width: 767px) {
  #temp-2401-02 .mainInfo {
    font-size: 2.2rem;
    line-height: 1.91;
  }
}
#temp-2401-02 .mainInfo-title {
  font-size: 1.8rem;
  line-height: 1.68;
  letter-spacing: inherit;
}
@media screen and (max-width: 767px) {
  #temp-2401-02 .mainInfo-title {
    font-size: 2.7rem;
    line-height: 1.69;
  }
}
#temp-2401-02 .mainInfo-title h3 {
  font-size: 3.4rem;
  line-height: 0.89;
  letter-spacing: 0.04em;
}
@media screen and (max-width: 767px) {
  #temp-2401-02 .mainInfo-title h3 {
    font-size: 5.2rem;
  }
}
#temp-2401-02 .mainInfo-title h3 span {
  font-size: 0.8em;
  letter-spacing: 0.04em;
}
#temp-2401-02 .staff_credits-list {
  font-size: 1.3rem;
  line-height: 2.38;
  letter-spacing: 0.02em;
}
@media screen and (max-width: 767px) {
  #temp-2401-02 .staff_credits-list {
    font-size: 2.4rem;
    line-height: 2.17;
  }
}
#temp-2401-02 .look__captionTitle {
  font-size: 2.9rem;
  line-height: 1.75;
  color: var(--title-color);
  text-align: var(--title-align, center);
}
@media screen and (max-width: 767px) {
  #temp-2401-02 .look__captionTitle {
    font-size: 4.2rem;
    line-height: 1.21;
  }
}
#temp-2401-02 .look__captionTitle h4 {
  font-size: 9.4rem;
  line-height: 1.09;
  letter-spacing: 0.02em;
}
@media screen and (max-width: 767px) {
  #temp-2401-02 .look__captionTitle h4 {
    font-size: 11rem;
    line-height: 0.84;
  }
}
#temp-2401-02 .look__captionText {
  font-weight: 400;
  font-size: 1.4rem;
  line-height: 1.86;
}
@media screen and (max-width: 767px) {
  #temp-2401-02 .look__captionText {
    font-size: 2.4rem;
    line-height: 1.75;
  }
}
#temp-2401-02 .look__captionText-title {
  font-weight: 500;
  font-size: 2rem;
  line-height: 1.6;
  letter-spacing: 0.07em;
  font-feature-settings: "palt";
}
@media screen and (max-width: 767px) {
  #temp-2401-02 .look__captionText-title {
    font-size: 3.5rem;
    padding: 0 1em;
  }
}
#temp-2401-02 .look .tag-list {
  font-size: 1.4rem;
  letter-spacing: 0.02em;
  line-height: 1.64;
  text-align: var(--tag-align);
}
@media screen and (max-width: 767px) {
  #temp-2401-02 .look .tag-list {
    font-size: 2.5rem;
    line-height: 1.76;
  }
}
#temp-2401-02 .look .tag-list li span {
  font-size: 0.9em;
  margin-left: 0.5em;
  font-family: "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic", "メイリオ", sans-serif;
}
#temp-2401-02 .viewall {
  font-weight: 500;
  font-size: 1.8rem;
  text-align: center;
  letter-spacing: 0.06em;
  line-height: 1;
}
@media screen and (max-width: 767px) {
  #temp-2401-02 .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%;
}

#temp-2401-02 .mainInfo-title h3::before {
  content: "";
  width: 100%;
  height: 1px;
  display: block;
  background-color: var(--border-color, #000);
}
#temp-2401-02 .look__image::before {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  background-color: var(--background--color, #fff);
  top: 0;
}
#temp-2401-02 .tag-list {
  display: inline;
}
#temp-2401-02 .tag-list li a {
  --transitions-timing: cubic-bezier(0.385, 0.145, 0.28, 0.925);
}
#temp-2401-02 .btn-wrap {
  position: relative;
  display: block;
  width: 100%;
  max-width: 38rem;
  margin: 12rem auto 0;
}
@media screen and (max-width: 767px) {
  #temp-2401-02 .btn-wrap {
    max-width: 67.5rem;
    -webkit-margin-before: 12rem;
    margin-block-start: 12rem;
  }
}
#temp-2401-02 .nav {
  margin-top: 15.6rem;
}
@media screen and (max-width: 767px) {
  #temp-2401-02 .nav {
    -webkit-margin-before: 19.5rem;
            margin-block-start: 19.5rem;
  }
}
#temp-2401-02 .nav dd {
  margin-top: 4rem;
}
@media screen and (max-width: 767px) {
  #temp-2401-02 .nav dd {
    margin-top: 5.2rem;
  }
}
#temp-2401-02 .nav__list {
  display: block;
}
#temp-2401-02 .nav__list:not(:first-child) {
  margin-top: 3rem;
}
@media screen and (max-width: 767px) {
  #temp-2401-02 .nav__list:not(:first-child) {
    margin-top: 5.2rem;
  }
}
#temp-2401-02 .nav__list > * {
  display: inline-block;
}
#temp-2401-02 .nav__list > * a {
  display: inherit;
}
#temp-2401-02 .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) {
  #temp-2401-02 .nav__list > *:not(:last-of-type)::after {
    margin-inline: 3.5rem;
  }
}
#temp-2401-02 .viewall {
  padding: 1.3em 0;
  box-shadow: inset 0 0 0 1px #000;
  transition: cubic-bezier(0.385, 0.145, 0.28, 0.925), all 750ms;
  color: #000;
}
@media screen and (max-width: 767px) {
  #temp-2401-02 .viewall {
    padding: 1.6em 0 1.8em;
  }
}
#temp-2401-02 .viewall:not(:first-of-type) {
  margin-top: 2rem;
}
@media screen and (max-width: 767px) {
  #temp-2401-02 .viewall:not(:first-of-type) {
    -webkit-margin-before: 3rem;
            margin-block-start: 3rem;
  }
}

@-webkit-keyframes sliderPagination {
  100% {
    transform: scaleX(1);
    opacity: 1;
  }
}

@keyframes sliderPagination {
  100% {
    transform: scaleX(1);
    opacity: 1;
  }
}
@media screen and (min-width: 768px) {
  #temp-2401-02 .main-contents .swiper-container {
    overflow: visible;
  }
}
@media screen and (min-width: 768px) {
  #temp-2401-02 .main-contents .swiper-wrapper {
    background-color: #fff;
  }
}
#temp-2401-02 .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) {
  #temp-2401-02 .main-contents .swiper-pagination {
    position: relative;
    margin-top: 2.5rem;
  }
}
@media screen and (max-width: 767px) {
  #temp-2401-02 .main-contents .swiper-pagination {
    position: relative;
    bottom: 0;
    margin-top: 3rem;
  }
}
#temp-2401-02 .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) {
  #temp-2401-02 .main-contents .swiper-pagination-bullet {
    border-radius: 50vh;
  }
}
#temp-2401-02 .main-contents .swiper-pagination-bullet:not(:last-of-type) {
  margin-right: 1.4rem;
}
@media screen and (max-width: 767px) {
  #temp-2401-02 .main-contents .swiper-pagination-bullet:not(:last-of-type) {
    margin-right: 2.5rem;
  }
}
@media screen and (max-width: 767px) {
  #temp-2401-02 .main-contents .swiper-pagination-bullet {
    width: 7px;
    height: 7px;
    margin: auto;
  }
}
#temp-2401-02 .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;
}
#temp-2401-02 .main-contents .swiper-pagination-bullet-active {
  background-color: #000;
}
#temp-2401-02 .main-contents .swiper-pagination-bullet:hover {
  opacity: 0.7;
}

@media screen and (max-width: 767px) {
  .main-area {
    overflow: unset;
  }
}
#temp-2401-02 .wrap {
  margin: 0 auto;
  margin-inline: auto;
}
@media screen and (min-width: 768px) {
  #temp-2401-02 .wrap {
    padding-top: 3rem;
    padding-bottom: 15rem;
  }
}
@media screen and (max-width: 767px) {
  #temp-2401-02 .wrap {
    -webkit-padding-after: 15rem;
    padding-block-end: 15rem;
  }
}
#temp-2401-02 .pageTitle-main {
  position: relative;
  width: 100%;
  max-width: 30.8rem;
  margin: 0 auto;
  margin-inline: auto;
  padding-top: 5rem;
}
@media screen and (max-width: 767px) {
  #temp-2401-02 .pageTitle-main {
    max-width: 39.2rem;
    margin-inline: auto;
    -webkit-padding-before: 6.2rem;
            padding-block-start: 6.2rem;
  }
}
#temp-2401-02 .mainVisual {
  position: relative;
  overflow: hidden;
  max-width: 1500px;
  margin: auto;
}
#temp-2401-02 .mainVisual-caption {
  position: absolute;
  z-index: 1;
  left: auto;
}
@media screen and (min-width: 768px) {
  #temp-2401-02 .mainVisual-caption {
    top: 5%;
    right: 5.7%;
    max-width: 54.6rem;
  }
}
@media screen and (min-width: 1401px) {
  #temp-2401-02 .mainVisual-caption {
    max-width: calc(546 * (100vw / 1400));
  }
}
@media screen and (max-width: 767px) {
  #temp-2401-02 .mainVisual-caption {
    top: 0;
    right: -0.3rem;
    max-width: 51rem;
    margin-top: 3.5rem;
  }
}
#temp-2401-02 .mainVisual-text {
  margin-top: 6.8rem;
}
#temp-2401-02 .mainVisual-text .look__captionText-title {
  display: block;
  margin-bottom: 1em;
}
@media screen and (max-width: 767px) {
  #temp-2401-02 .mainVisual-text {
    -webkit-margin-before: 8.6rem;
    margin-block-start: 8.6rem;
    padding: 0 0.8em;
  }
}
#temp-2401-02 .mainVisual .look__image-wrap {
  max-width: 107rem !important;
  margin-top: 9.8rem !important;
}

#temp-2401-02 .mainInfo {
  margin-top: 8.8rem;
}
@media screen and (max-width: 767px) {
  #temp-2401-02 .mainInfo {
    margin-top: 12rem;
  }
}
#temp-2401-02 .mainInfo-title {
  display: inline-block;
}
#temp-2401-02 .mainInfo-title h3 {
  position: relative;
}
#temp-2401-02 .mainInfo-title h3::before {
  position: absolute;
  bottom: -0.8rem;
  left: 0;
}
@media screen and (max-width: 767px) {
  #temp-2401-02 .mainInfo-title h3::before {
    bottom: -1.2rem;
  }
}
#temp-2401-02 .mainInfo-title h3 span {
  position: relative;
  top: -0.1em;
}
#temp-2401-02 .mainInfo-title p {
  margin-top: 1.1em;
}
#temp-2401-02 .mainInfo dd {
  margin-top: 1.2em;
}
@media screen and (max-width: 767px) {
  #temp-2401-02 .mainInfo dd {
    margin-top: 1.3em;
  }
}
#temp-2401-02 .content-list {
  position: relative;
  background-color: var(--color-base);
  margin: 0 auto;
  margin-inline: auto;
}
@media screen and (min-width: 768px) {
  #temp-2401-02 .content-list {
    max-width: 107rem;
    margin-top: 14.6rem;
  }
}
@media screen and (max-width: 767px) {
  #temp-2401-02 .content-list {
    -webkit-margin-before: 18.8rem;
            margin-block-start: 18.8rem;
  }
}
@media screen and (max-width: 767px) {
  #temp-2401-02 .content-item .flexbox {
    flex-wrap: wrap;
  }
}
#temp-2401-02 .staff_credits-list {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  width: 100%;
  max-width: 61.5rem;
  margin-inline: auto;
  -moz-column-gap: 1em;
       column-gap: 1em;
  margin-top: 9.2rem;
}
@media screen and (max-width: 767px) {
  #temp-2401-02 .staff_credits-list {
    -webkit-margin-before: 10.6rem;
            margin-block-start: 10.6rem;
    max-width: 50rem;
  }
}
#temp-2401-02 .look {
  display: grid;
  margin-inline: auto;
  margin: 0 auto;
  align-items: flex-start;
  grid-template-columns: var(--grid-columnLayout);
  -moz-column-gap: var(--cgap-look, 5rem);
       column-gap: var(--cgap-look, 5rem);
}
@media screen and (min-width: 768px) {
  #temp-2401-02 .look {
    grid-template-columns: var(--grid-columnLayout, minmax(0, 1fr));
  }
}
@media screen and (max-width: 767px) {
  #temp-2401-02 .look-inner {
    max-width: 75rem;
    margin-inline: auto;
  }
}
#temp-2401-02 .look dd {
  text-align: var(--align-text);
}
@media screen and (max-width: 767px) {
  #temp-2401-02 .look dd {
    --align-text: center;
    --justify-tag: center;
  }
}
#temp-2401-02 .look__image {
  position: relative;
  pointer-events: none;
}
#temp-2401-02 .look__image a {
  pointer-events: all;
}
#temp-2401-02 .look__image::before {
  left: 0;
}
@media screen and (max-width: 767px) {
  #temp-2401-02 .look__image {
    overflow: hidden;
  }
}
#temp-2401-02 .look__image-wrap {
  position: relative;
  grid-row: var(--row-image);
  grid-column: var(--column-image);
  max-width: var(--image-width);
  margin: 0 auto;
}
@media screen and (max-width: 767px) {
  #temp-2401-02 .look__image-wrap {
    margin-inline: auto;
  }
}
#temp-2401-02 .look__image-wrap:not(:first-of-type) {
  margin-top: var(--mtop-image);
}
@media screen and (max-width: 767px) {
  #temp-2401-02 .look__image-wrap:not(:first-of-type) {
    -webkit-margin-before: var(--mtop-image, 11.4rem);
            margin-block-start: var(--mtop-image, 11.4rem);
  }
}
#temp-2401-02 .look__image [data-animate*=crossFade] {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
}
#temp-2401-02 .look__caption {
  position: relative;
  grid-row: var(--row-caption);
  grid-column: var(--column-caption);
  max-width: var(--tag-width);
  margin-top: var(--mtop-caption, 4.2rem);
  margin-right: var(--mright-caption);
  margin-left: var(--mleft-caption);
}
@media screen and (max-width: 767px) {
  #temp-2401-02 .look__caption {
    margin-inline: auto;
    --mtop-caption: 5.2rem;
  }
}
#temp-2401-02 .look__captionTitle {
  position: relative;
  grid-row: var(--row-title);
  grid-column: var(--column-title);
}
@media screen and (min-width: 768px) {
  #temp-2401-02 .look__captionTitle p {
    margin-top: 0.05em;
  }
}
@media screen and (max-width: 767px) {
  #temp-2401-02 .look__captionTitle p {
    margin-top: 0.8em;
  }
}
@media screen and (min-width: 768px) {
  #temp-2401-02 .look__captionTitle {
    grid-row: var(--row-title, 1/2);
    grid-column: var(--column-title, 1/2);
  }
}
#temp-2401-02 .look__captionText {
  margin-top: var(--mtop-text, 3.5rem);
}
@media screen and (max-width: 767px) {
  #temp-2401-02 .look__captionText {
    -webkit-margin-before: var(--mtop-text, 5rem);
    margin-block-start: var(--mtop-text, 5rem);
    padding: 0 1em;
  }
}
#temp-2401-02 .look .tag-list {
  display: 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);
}
@media screen and (min-width: 768px) {
  #temp-2401-02 .look .tag-list {
    justify-content: var(--justify-tag, center);
  }
}
#temp-2401-02 .look .tag-list .no_link {
  opacity: 1;
  pointer-events: all;
  cursor: initial;
  border: none;
  text-decoration: none;
}
#temp-2401-02 .look .tag-list .no_link span {
  padding: 0 0 0 0.5em;
}

/* === look-01 === */
#temp-2401-02 .look-01 {
  --title-color: #D2D2D2;
}
@media screen and (min-width: 768px) {
  #temp-2401-02 .look-01 {
    --cgap-look: auto;
    --grid-columnLayout: auto;
    --column-image: 1/3;
    --column-title: 1/3;
    --align-text: center;
    --mtop-image: 9.6rem;
  }
}
@media screen and (max-width: 767px) {
  #temp-2401-02 .look-01 {
    --tag-width: 50rem;
  }
}
#temp-2401-02 .look-01 dd:nth-of-type(1) {
  margin-top: 4.5rem;
}
@media screen and (min-width: 768px) {
  #temp-2401-02 .look-01 dd:nth-of-type(1) {
    width: 100%;
    -moz-column-gap: 3rem;
         column-gap: 3rem;
  }
}
@media screen and (max-width: 767px) {
  #temp-2401-02 .look-01 dd:nth-of-type(1) {
    --image-width: 68rem;
    -webkit-margin-before: 5.5rem;
            margin-block-start: 5.5rem;
  }
}
@media screen and (min-width: 768px) {
  #temp-2401-02 .look-01 dd.flexbox > * {
    max-width: 52rem;
  }
}
#temp-2401-02 .look-01 dd:nth-of-type(2) {
  margin-top: 6.2rem;
}
@media screen and (min-width: 768px) {
  #temp-2401-02 .look-01 dd:nth-of-type(2) {
    grid-column: 1/3;
  }
}
@media screen and (max-width: 767px) {
  #temp-2401-02 .look-01 dd:nth-of-type(2) {
    -webkit-margin-before: 7rem;
            margin-block-start: 7rem;
  }
}

/* === look-02 === */
#temp-2401-02 .look-02 {
  --title-color: #E6E6E6;
}
@media screen and (min-width: 768px) {
  #temp-2401-02 .look-02 {
    --tag-width: 37.8rem;
    --justify-tag: flex-start;
    --grid-columnLayout: 58rem 1fr;
    --mtop-image: 3rem;
    --mtop-text: 3.4rem;
    margin-top: 14.8rem;
  }
}
@media screen and (max-width: 767px) {
  #temp-2401-02 .look-02 {
    -webkit-margin-before: 9.8rem;
            margin-block-start: 9.8rem;
    --tag-width: 50rem;
  }
}
#temp-2401-02 .look-02 dt {
  --title-align: left;
  display: inline-block;
  margin-top: 5.8rem;
}
@media screen and (min-width: 768px) {
  #temp-2401-02 .look-02 dt {
    left: -0.5rem;
  }
}
@media screen and (max-width: 767px) {
  #temp-2401-02 .look-02 dt {
    width: auto;
    -webkit-margin-start: 1.1rem;
            margin-inline-start: 1.1rem;
  }
}
#temp-2401-02 .look-02 dt > * {
  display: inline-block;
}
#temp-2401-02 .look-02 dt p {
  margin-left: 0.55em;
}
@media screen and (min-width: 768px) {
  #temp-2401-02 .look-02 dd:nth-of-type(1) {
    --row-image: 1/3;
  }
}
@media screen and (max-width: 767px) {
  #temp-2401-02 .look-02 dd:nth-of-type(1) {
    --image-width: 56rem;
    margin-inline: auto 0;
    -webkit-margin-before: 4.5rem;
            margin-block-start: 4.5rem;
  }
}
@media screen and (min-width: 768px) {
  #temp-2401-02 .look-02 dd:nth-of-type(2) {
    --row-image: 2/4;
  }
}
@media screen and (max-width: 767px) {
  #temp-2401-02 .look-02 dd:nth-of-type(2) {
    --mtop-image: 5rem;
    --image-width: 69rem;
    margin-inline: 0;
  }
}
@media screen and (min-width: 768px) {
  #temp-2401-02 .look-02 dd:nth-of-type(3) {
    margin-top: 6.4rem;
  }
}
@media screen and (max-width: 767px) {
  #temp-2401-02 .look-02 dd:nth-of-type(3) {
    -webkit-margin-before: 7rem;
            margin-block-start: 7rem;
  }
}

/* === look-03 === */
#temp-2401-02 .look-03 {
  --title-color: #c1b06c;
}
@media screen and (min-width: 768px) {
  #temp-2401-02 .look-03 {
    --row-title: 2/3;
    --column-title: 1/3;
    --grid-columnLayout: 53rem 1fr;
    --cgap-look: 10rem;
    --mtop-image: 6rem;
    --mtop-text: 3.4rem;
    --tag-width: 34rem;
    --mtop-caption: 4rem;
    --justify-tag: flex-start;
    margin-top: 14.6rem;
  }
}
@media screen and (max-width: 767px) {
  #temp-2401-02 .look-03 {
    --tag-width: 60rem;
    -webkit-margin-before: 15.2rem;
            margin-block-start: 15.2rem;
  }
}
#temp-2401-02 .look-03 dt {
  margin-top: 5.8rem;
}
@media screen and (max-width: 767px) {
  #temp-2401-02 .look-03 dt {
    margin-top: 9.2rem;
  }
}
@media screen and (min-width: 768px) {
  #temp-2401-02 .look-03 dd:nth-of-type(1) {
    --column-image: 1/3;
    --image-width: 54rem;
  }
}
@media screen and (min-width: 768px) {
  #temp-2401-02 .look-03 dd:nth-of-type(2) {
    --row-image: 3/4;
    --column-image: 1/2;
  }
}
@media screen and (max-width: 767px) {
  #temp-2401-02 .look-03 dd:nth-of-type(2) {
    --mtop-image: 7.8rem;
    --image-width: 65rem;
  }
}
@media screen and (min-width: 768px) {
  #temp-2401-02 .look-03 dd:nth-of-type(3) {
    margin-top: 26.2rem;
    max-width: 36.5rem;
  }
}
@media screen and (max-width: 767px) {
  #temp-2401-02 .look-03 dd:nth-of-type(3) {
    -webkit-margin-before: 7rem;
            margin-block-start: 7rem;
  }
}


/* === look-04 === */
#temp-2401-02 .look-04 {
  --title-color: #F5F5F5;
}
@media screen and (min-width: 768px) {
  #temp-2401-02 .look-04 {
    --cgap-look: auto;
    --grid-columnLayout: auto;
    --column-image: 1/3;
    --column-title: 1/3;
    --align-text: center;
    --mtop-image: 9.6rem;
    margin-top: 14.6rem;
  }
}
@media screen and (max-width: 767px) {
  #temp-2401-02 .look-04 {
    --tag-width: 50rem;
    -webkit-margin-before: 9.8rem;
    margin-block-start: 9.8rem;
  }
}
#temp-2401-02 .look-04 dd:nth-of-type(1) {
  margin-top: 4.5rem;
}
@media screen and (max-width: 767px) {
  #temp-2401-02 .look-04 dd:nth-of-type(1) {
    -webkit-margin-before: 5.5rem;
    margin-block-start: 5.5rem;
  }
}
#temp-2401-02 .look-04 dd:nth-of-type(2) {
  margin-top: 9.8rem;
}
@media screen and (min-width: 768px) {
  #temp-2401-02 .look-04 dd:nth-of-type(2) {
    width: 100%;
    -moz-column-gap: 3rem;
         column-gap: 3rem;
  }
}
@media screen and (max-width: 767px) {
  #temp-2401-02 .look-04 dd:nth-of-type(2) {
    --image-width: 68rem;
    -webkit-margin-before: 5.5rem;
    margin-block-start: 5.5rem;
  }
}
@media screen and (min-width: 768px) {
  #temp-2401-02 .look-04 dd.flexbox > * {
    max-width: 52rem;
  }
}
#temp-2401-02 .look-04 dd:nth-of-type(3) {
  margin-top: 6.2rem;
}
@media screen and (min-width: 768px) {
  #temp-2401-02 .look-04 dd:nth-of-type(3) {
    grid-column: 1/3;
  }
}
@media screen and (max-width: 767px) {
  #temp-2401-02 .look-04 dd:nth-of-type(3) {
    -webkit-margin-before: 7rem;
            margin-block-start: 7rem;
  }
}


@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
  */
}