@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@300;400;500&display=swap");
[data-animate*=crossFade] {
  animation-duration: 4000ms;
  animation-timing-function: ease-in-out;
  animation-iteration-count: forwards;
  animation-direction: alternate;
  transition: cubic-bezier(0.25, 0.46, 0.45, 0.94), opacity 800ms;
}
@media screen and (min-width: 768px) {
  [data-animate*=crossFade]:hover {
    opacity: 0;
  }
}

@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;
}

[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);
}

@keyframes rotate {
  0% {
    transform: rotate(0);
  }
  100% {
    transform: rotate(360deg);
  }
}
[class*=anima] {
  opacity: 0;
  will-change: opacity, transform;
  transition: ease-in, opacity 2000ms, transform 2000ms;
  transform: translate3d(0, 0, 0);
}
[class*=anima].onView {
  opacity: 1;
  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][data-animate=slide-in-left] {
  transform: translate3d(-45%, 0, 0);
}
[class*=anima][data-animate=slide-in-left].onView {
  transform: translate3d(0, 0, 0);
}
[class*=anima][data-animate=slide-in-right] {
  transform: translate3d(45%, 0, 0);
}
[class*=anima][data-animate=slide-in-right].onView {
  transform: translate3d(0, 0, 0);
}

[data-src]::before {
  content: "";
  display: block;
  padding-top: 56.25%;
}

#aw1st_230810 .mainVisual {
  --color-base: #ebe4d5;
  background-color: var(--color-base);
}
#aw1st_230810 .mainVisual .anima {
  transition: ease-in, opacity 750ms;
}
#aw1st_230810 .content-inner:nth-child(1) .look__caption-wrap {
  opacity: 0;
  transition: ease-in, opacity 500ms;
  background-color: rgba(235, 228, 213, 0.6);
}
#aw1st_230810 .content-inner:nth-child(1) .look__caption-wrap a {
  pointer-events: none;
}
@media screen and (min-width: 768px) {
  #aw1st_230810 .content-inner:nth-child(1) figure:hover .look__caption-wrap {
    opacity: 1;
  }
  #aw1st_230810 .content-inner:nth-child(1) figure:hover .look__caption-wrap a {
    pointer-events: all;
  }
}
@media screen and (max-width: 767px) {
  #aw1st_230810 .content-inner:nth-child(1) figure.active {
    --icon-color: currentColor;
  }
  #aw1st_230810 .content-inner:nth-child(1) figure.active .look__caption-wrap {
    opacity: 1;
  }
  #aw1st_230810 .content-inner:nth-child(1) figure.active .look__caption-wrap a {
    pointer-events: all;
  }
  #aw1st_230810 .content-inner:nth-child(1) figure.active .look__tag-more {
    transform: rotate(90deg);
  }
  #aw1st_230810 .content-inner:nth-child(1) figure.active .look__tag-more::after {
    opacity: 0;
  }
}
@media screen and (max-width: 767px) {
  #aw1st_230810 .content-inner:nth-child(2) .look__caption-wrap {
    z-index: 1;
    opacity: 0;
    transition: ease-in, opacity 2000ms;
    background-color: rgba(235, 228, 213, 0.6);
  }
  #aw1st_230810 .content-inner:nth-child(2) .look__caption-wrap a {
    pointer-events: none;
  }
  #aw1st_230810 .content-inner:nth-child(2) figure.active {
    --icon-color: currentColor;
  }
  #aw1st_230810 .content-inner:nth-child(2) figure.active .look__caption-wrap {
    opacity: 1;
  }
  #aw1st_230810 .content-inner:nth-child(2) figure.active .look__caption-wrap a {
    pointer-events: all;
  }
  #aw1st_230810 .content-inner:nth-child(2) figure.active .look__tag-more {
    transform: rotate(90deg);
  }
  #aw1st_230810 .content-inner:nth-child(2) figure.active .look__tag-more::after {
    opacity: 0;
  }
}
#aw1st_230810 .look-03 .look__image-wrap {
  overflow: hidden;
}
@media screen and (min-width: 768px) {
  #aw1st_230810 .look-03 .look__image-wrap figure:nth-of-type(1) [data-animate=slide-in-right] {
    transform: translate3d(0, 0, 0);
  }
}
@media screen and (max-width: 767px) {
  #aw1st_230810 .look-03 .look__image-wrap figure:nth-of-type(3) [data-animate=slide-in-right] {
    transform: translate3d(0, 0, 0);
  }
}
#aw1st_230810 .look-04 .look__image-wrap {
  overflow: hidden;
}
@media screen and (min-width: 768px) {
  #aw1st_230810 .look-04 .look__image-wrap figure:nth-of-type(1) [data-animate=slide-in-left] {
    transform: translate3d(0, 0, 0);
  }
}
@media screen and (min-width: 768px) {
  #aw1st_230810 .look-04 .look__image-wrap figure:nth-of-type(2) [data-animate=slide-in-right] {
    transform: translate3d(0, 0, 0);
  }
}

@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));
  }
}

.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;
  }
}

#aw1st_230810 *,
#aw1st_230810 *::after,
#aw1st_230810 *::before {
  box-sizing: inherit;
  box-sizing: border-box;
}
#aw1st_230810 figure,
#aw1st_230810 figcaption,
#aw1st_230810 [class*=content],
#aw1st_230810 [class*=__wrap],
#aw1st_230810 [class*=-inner],
#aw1st_230810 [class*=__image],
#aw1st_230810 [class*=__item],
#aw1st_230810 [class*=__video],
#aw1st_230810 [class*=__caption] {
  position: relative;
  width: 100%;
}
#aw1st_230810 picture, #aw1st_230810 img, #aw1st_230810 video {
  position: relative;
  width: 100%;
  height: 100%;
  display: block;
  line-height: 0;
}
#aw1st_230810 a {
  display: block;
}
#aw1st_230810 a:hover {
  cursor: pointer;
  opacity: 0.7;
}
#aw1st_230810 a.no_link {
  opacity: 1;
  pointer-events: none;
  border: none;
  text-decoration: none;
}
#aw1st_230810 a.no_link span {
  font-size: 1rem;
}
@media screen and (max-width: 767px) {
  #aw1st_230810 a.no_link span {
    font-size: 1.6rem;
  }
}

#aw1st_230810 .look__caption .tag-list {
  font-family: elza, sans-serif;
  font-weight: 200;
  font-style: normal;
}

#aw1st_230810 .viewall, #aw1st_230810 .look__number, #aw1st_230810 .look__image-Text, #aw1st_230810 .staff_credits-list, #aw1st_230810 .staff_credits-title, #aw1st_230810 .section-title, #aw1st_230810 .tagline, #aw1st_230810 .side-text, #aw1st_230810 .mainInfo-title {
  font-family: minion-pro, serif;
  font-weight: 400;
  font-style: normal;
}

:root {
  --base-font-color: #195aa7;
}

#aw1st_230810 {
  /* ---------- Text Area ---------- */
  color: var(--base-font-color, #000);
  text-align: justify;
  text-justify: inter-cluster;
  text-justify: inter-character;
}
#aw1st_230810 .mainInfo {
  font-size: 1.5rem;
  font-weight: 500;
  line-height: 2.93;
  text-align: center;
}
@media screen and (max-width: 767px) {
  #aw1st_230810 .mainInfo {
    font-size: 2.4rem;
    line-height: 2.33;
  }
}
#aw1st_230810 .mainInfo-title {
  font-size: 1.5rem;
  line-height: 1.57;
  letter-spacing: 0.04em;
}
@media screen and (max-width: 767px) {
  #aw1st_230810 .mainInfo-title {
    font-size: 1.8rem;
    line-height: 1.31;
  }
}
#aw1st_230810 .side-text {
  font-size: 2.5rem;
  line-height: 1;
  letter-spacing: 0.05em;
}
@media screen and (min-width: 768px) {
  #aw1st_230810 .side-text {
    writing-mode: vertical-lr;
  }
}
@media screen and (max-width: 767px) {
  #aw1st_230810 .side-text {
    font-size: 3rem;
    text-align: center;
    line-height: 1.19;
    letter-spacing: 0.03em;
  }
}
@media screen and (max-width: 767px) {
  #aw1st_230810 .tagline {
    font-size: 2rem;
    line-height: 1.59;
    text-align: center;
    letter-spacing: 0.02em;
  }
}
#aw1st_230810 .section-title {
  font-size: 1.5rem;
  line-height: 1.45;
  letter-spacing: 0.01em;
}
@media screen and (max-width: 767px) {
  #aw1st_230810 .section-title {
    font-size: 2.1rem;
    line-height: 1.51;
  }
}
#aw1st_230810 .section-title p:nth-of-type(1) {
  font-size: 5rem;
  letter-spacing: 0.04em;
}
@media screen and (max-width: 767px) {
  #aw1st_230810 .section-title p:nth-of-type(1) {
    font-size: 5.364rem;
  }
}
#aw1st_230810 .section-title p:nth-of-type(1) span {
  font-size: 0.3em;
}
@media screen and (max-width: 767px) {
  #aw1st_230810 .section-title p:nth-of-type(1) span {
    font-size: 2.1rem;
  }
}
#aw1st_230810 .staff_credits-title {
  font-size: 1.5rem;
  line-height: 1.57;
  letter-spacing: 0.04em;
}
@media screen and (max-width: 767px) {
  #aw1st_230810 .staff_credits-title {
    font-size: 1.8rem;
    line-height: 1.31;
  }
}
#aw1st_230810 .staff_credits-list {
  font-size: 1.6rem;
  line-height: 2;
  letter-spacing: 0.025em;
}
@media screen and (max-width: 767px) {
  #aw1st_230810 .staff_credits-list {
    font-size: 2rem;
    line-height: 1.69;
  }
}
#aw1st_230810 .look__image-Text {
  font-size: 1.5rem;
  line-height: 1.59;
  letter-spacing: 0.03em;
  text-align: left;
}
@media screen and (max-width: 767px) {
  #aw1st_230810 .look__image-Text {
    font-size: 2rem;
  }
}
#aw1st_230810 .look__caption .tag-list {
  font-size: 1.1rem;
  letter-spacing: 0.06em;
  line-height: 1.82;
  text-align: var(--tag-align);
}
@media screen and (max-width: 767px) {
  #aw1st_230810 .look__caption .tag-list {
    font-size: 1.6rem;
    line-height: 2.25;
    letter-spacing: 0.08em;
  }
}
#aw1st_230810 .look__caption .tag-list li .no_link span {
  font-size: 0.9em;
  margin-left: 0.5em;
  font-family: "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic", "メイリオ", sans-serif;
}
#aw1st_230810 .look__number {
  font-size: 2.5rem;
  line-height: 1.24;
  letter-spacing: 0.06em;
}
#aw1st_230810 .look__number span {
  font-size: 0.64em;
}
#aw1st_230810 .viewall {
  font-size: 2.5rem;
  line-height: 1.25;
  letter-spacing: 0.05em;
}
@media screen and (max-width: 767px) {
  #aw1st_230810 .viewall {
    font-size: 2.3rem;
  }
}

.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%;
}

#aw1st_230810 .look__image::before {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  background-color: var(--background--color, #fff);
  top: 0;
}
#aw1st_230810 .tag-list li a {
  --transitions-timing: cubic-bezier(0.385, 0.145, 0.28, 0.925);
}
#aw1st_230810 .btn-sound {
  position: absolute;
  right: 1.7%;
  bottom: 2.7%;
  width: 4.5rem;
  height: 4rem;
  cursor: pointer;
  background: url("../assets/svg/sound-on.svg") no-repeat;
  background-size: contain;
}
@media screen and (max-width: 767px) {
  #aw1st_230810 .btn-sound {
    bottom: 1%;
  }
}
#aw1st_230810 .btn-sound.active {
  background: url("../assets/svg/sound-off.svg") no-repeat;
  background-size: contain;
}
#aw1st_230810 .btn-wrap {
  position: relative;
  display: block;
  width: 100%;
  margin-block-start: 5.8rem;
}
@media screen and (max-width: 767px) {
  #aw1st_230810 .btn-wrap {
    margin-block-start: 6rem;
  }
}
#aw1st_230810 .nav {
  margin-top: 15.6rem;
}
@media screen and (max-width: 767px) {
  #aw1st_230810 .nav {
    margin-block-start: 19.5rem;
  }
}
#aw1st_230810 .nav dd {
  margin-top: 4rem;
}
@media screen and (max-width: 767px) {
  #aw1st_230810 .nav dd {
    margin-top: 5.2rem;
  }
}
#aw1st_230810 .nav__list {
  display: block;
}
#aw1st_230810 .nav__list:not(:first-child) {
  margin-top: 3rem;
}
@media screen and (max-width: 767px) {
  #aw1st_230810 .nav__list:not(:first-child) {
    margin-top: 5.2rem;
  }
}
#aw1st_230810 .nav__list > * {
  display: inline-block;
}
#aw1st_230810 .nav__list > * a {
  display: inherit;
}
#aw1st_230810 .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) {
  #aw1st_230810 .nav__list > *:not(:last-of-type)::after {
    margin-inline: 3.5rem;
  }
}
@media screen and (min-width: 768px) {
  #aw1st_230810 .viewall {
    text-align: right;
  }
}
@media screen and (min-width: 768px) {
  #aw1st_230810 .viewall span:nth-child(1) {
    font-size: 2em;
    letter-spacing: 0.05em;
  }
}
@media screen and (max-width: 767px) {
  #aw1st_230810 .viewall span:nth-child(1) {
    font-size: 5.364rem;
    letter-spacing: 0.01em;
  }
}
@keyframes sliderPagination {
  100% {
    transform: scaleX(1);
    opacity: 1;
  }
}
#aw1st_230810 .main-contents .look__slider {
  pointer-events: all;
}
#aw1st_230810 .main-contents .look__slider-tag {
  pointer-events: none;
  margin-bottom: 0;
}
@media screen and (min-width: 768px) {
  #aw1st_230810 .main-contents .look__slider-tag {
    --mleft-caption: 11rem;
    width: auto;
    max-width: 60rem;
  }
}
@media screen and (min-width: 768px) {
  #aw1st_230810 .main-contents .look__slider-tag .swiper-slide {
    position: relative;
    z-index: 0;
    visibility: hidden;
  }
  #aw1st_230810 .main-contents .look__slider-tag .swiper-slide.swiper-slide-active {
    display: block;
    z-index: 5;
    visibility: visible;
    backface-visibility: visible;
  }
}
#aw1st_230810 .main-contents .look__slider-tag .tag-list {
  --c-gap: 1.2em;
}
#aw1st_230810 .main-contents .look__slider-tag .tag-list li {
  pointer-events: all;
}
@media screen and (max-width: 767px) {
  #aw1st_230810 .main-contents .look__slider-tag .tag-list {
    display: inline-block;
  }
}
#aw1st_230810 .main-contents .swiper-pagination {
  text-align: var(--align-navi, left);
  margin-left: var(--mleft-navi);
  margin-right: var(--mright-navi);
  margin-bottom: var(--mbottom-navi);
}
@media screen and (max-width: 767px) {
  #aw1st_230810 .main-contents .swiper-pagination {
    position: relative;
    z-index: 1;
    margin-top: var(--mtop-bullet, 3.5rem);
    width: var(--bullet-width);
  }
}
#aw1st_230810 .main-contents .swiper-pagination-bullet {
  background-color: transparent;
  position: relative;
  border-radius: 4em;
  border: 1px solid #fff;
  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) {
  #aw1st_230810 .main-contents .swiper-pagination-bullet {
    border-radius: 50vh;
    border: 0.5px solid currentColor;
  }
}
#aw1st_230810 .main-contents .swiper-pagination-bullet:not(:last-of-type) {
  margin-right: 1rem;
}
@media screen and (max-width: 767px) {
  #aw1st_230810 .main-contents .swiper-pagination-bullet:not(:last-of-type) {
    margin-right: 1rem;
  }
}
@media screen and (max-width: 767px) {
  #aw1st_230810 .main-contents .swiper-pagination-bullet {
    width: 1.1rem;
    height: 1.1rem;
    margin: auto;
  }
}
#aw1st_230810 .main-contents .swiper-pagination-bullet::before {
  content: "";
  background-color: transparent;
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  transform: scaleX(0);
  transform-origin: 0 0;
}
#aw1st_230810 .main-contents .swiper-pagination-bullet-active {
  background-color: #fff;
}
@media screen and (max-width: 767px) {
  #aw1st_230810 .main-contents .swiper-pagination-bullet-active {
    background-color: currentColor;
  }
}
#aw1st_230810 .main-contents .swiper-pagination-bullet-active::before {
  background-color: #fff;
}
#aw1st_230810 .main-contents .swiper-pagination-bullet:hover {
  opacity: 0.7;
}

@media screen and (max-width: 767px) {
  .main-area {
    overflow: unset;
  }
}
@media screen and (min-width: 768px) {
  .main-area {
    margin: 0 auto;
  }
}

@media screen and (-webkit-min-device-pixel-ratio: 0) {
  _:lang(x) + _:-webkit-full-screen-document video,
  body video {
    object-fit: fill;
    filter: drop-shadow(0px 0px #000);
  }
  @supports not (object-fit: fill) {
    _:lang(x) + _:-webkit-full-screen-document video,
    body video {
      object-fit: cover;
      transform: scale(1.002);
      filter: drop-shadow(0px 0px #000);
    }
  }
}
@media screen and (min-width: 768px) {
  .footer {
    padding-top: 0;
  }
}
@media screen and (max-width: 767px) {
  .footer-inner {
    --color-base: #ebe4d5;
    background-color: var(--color-base);
  }
}
#aw1st_230810 .wrap {
  margin: 0 auto;
  margin-inline: auto;
}
@media screen and (min-width: 768px) {
  #aw1st_230810 .wrap {
    padding-top: 3rem;
  }
}
#aw1st_230810 .mainVisual {
  position: relative;
  overflow: hidden;
  margin: 0 auto;
}
@media screen and (min-width: 768px) {
  #aw1st_230810 .mainVisual-video {
    width: 100vw;
  }
}
@media screen and (max-width: 767px) {
  #aw1st_230810 .mainVisual-video {
    height: 133rem;
    width: 100vw;
  }
}
#aw1st_230810 .mainVisual video {
  object-fit: cover;
  object-position: top center;
}
#aw1st_230810 .content-list {
  --color-base: #ebe4d5;
  position: relative;
  background-color: var(--color-base);
  margin: 0 auto;
  margin-inline: auto;
}
@media screen and (min-width: 768px) {
  #aw1st_230810 .content-list {
    padding-block-start: 15.5rem;
  }
}
@media screen and (max-width: 767px) {
  #aw1st_230810 .content-list {
    padding-block-start: 7rem;
    padding-block-end: 20rem;
  }
}
@media screen and (min-width: 768px) {
  #aw1st_230810 .content-list > *:not(:first-of-type) {
    margin-block-start: var(--mtop-content);
  }
}
@media screen and (max-width: 767px) {
  #aw1st_230810 .content-list > *:not(:first-of-type) {
    margin-block-start: var(--mtop-content);
  }
}
#aw1st_230810 .content-inner {
  margin-inline: auto;
}
#aw1st_230810 .content-inner > *:not(:first-of-type) {
  margin-top: var(--gap-content, 1rem);
}
@media screen and (min-width: 768px) {
  #aw1st_230810 .content-inner:nth-child(1) {
    display: grid;
    grid-template-columns: 85.6rem 2.5rem;
    align-items: flex-start;
    justify-content: flex-end;
    -moz-column-gap: 7.8rem;
         column-gap: 7.8rem;
    max-width: 106rem;
  }
}
@media screen and (min-width: 768px) {
  #aw1st_230810 .content-inner:nth-child(1) .side-text {
    position: sticky;
    justify-self: flex-end;
    grid-column: 2/3;
    grid-row: 1/2;
    top: calc(50vh - 18rem);
    margin-inline-start: 0.5em;
    padding-bottom: 85rem;
  }
}
@media screen and (max-width: 767px) {
  #aw1st_230810 .content-inner:nth-child(1) .side-text {
    padding-block-end: 5.8rem;
  }
}
@media screen and (min-width: 768px) {
  #aw1st_230810 .content-inner:nth-child(1) .look__inner-wrap {
    grid-column: 1/2;
  }
}
#aw1st_230810 .content-inner:nth-child(1) .look__inner-wrap > *:not(:first-of-type) {
  margin-top: var(--gap-content, 1rem);
}
@media screen and (min-width: 768px) {
  #aw1st_230810 .content-inner:nth-child(1) .look__caption {
    align-self: flex-end;
    margin-left: 1.6rem;
    margin-bottom: 0.6rem;
  }
}
#aw1st_230810 .content-inner:nth-child(2) {
  --background--color: transparent;
}
@media screen and (min-width: 768px) {
  #aw1st_230810 .content-inner:nth-child(2) {
    max-width: 112rem;
  }
}
@media screen and (max-width: 767px) {
  #aw1st_230810 .content-inner:nth-child(2) {
    display: grid;
    align-items: flex-start;
    grid-template-columns: 1fr;
    margin-block-start: 24.5rem;
    --btn-posi-bottom: 6rem;
  }
}
@media screen and (min-width: 768px) {
  #aw1st_230810 .content-inner:nth-child(2) .section-title {
    align-items: center;
    display: flex;
    justify-content: center;
    margin-block-start: 7.2rem;
  }
}
@media screen and (max-width: 767px) {
  #aw1st_230810 .content-inner:nth-child(2) .section-title {
    display: flex;
    flex-wrap: wrap;
    flex-direction: column-reverse;
    max-width: 57.5rem;
    margin-inline: auto;
    grid-column: 1/3;
    grid-row: 1/2;
    width: 100%;
  }
}
#aw1st_230810 .content-inner:nth-child(2) .section-title p:nth-of-type(1) {
  position: relative;
}
@media screen and (max-width: 767px) {
  #aw1st_230810 .content-inner:nth-child(2) .section-title p:nth-of-type(1) {
    margin-block-start: 2rem;
  }
}
#aw1st_230810 .content-inner:nth-child(2) .section-title p:nth-of-type(1) span {
  position: absolute;
}
@media screen and (min-width: 768px) {
  #aw1st_230810 .content-inner:nth-child(2) .section-title p:nth-of-type(1) span {
    right: -1.4em;
  }
}
@media screen and (max-width: 767px) {
  #aw1st_230810 .content-inner:nth-child(2) .section-title p:nth-of-type(1) span {
    top: -0.8rem;
    left: 14rem;
  }
}
@media screen and (min-width: 768px) {
  #aw1st_230810 .content-inner:nth-child(2) .section-title p:nth-of-type(2) {
    margin-inline-start: 4.5rem;
  }
}
@media screen and (max-width: 767px) {
  #aw1st_230810 .content-inner:nth-child(2) .side-text {
    writing-mode: vertical-lr;
    grid-column: 2/3;
    grid-row: 1/3;
    position: sticky;
    z-index: 1;
    pointer-events: none;
    font-size: 2.3rem;
    letter-spacing: 0.03em;
    margin-inline-start: -8.2rem;
    margin-block-end: 2.4rem;
    padding-inline-end: 25rem;
    top: calc(50vh - 18rem);
  }
}
@media screen and (max-width: 767px) {
  #aw1st_230810 .content-inner:nth-child(2) .look__caption {
    margin-block-end: 6rem;
  }
}
@media screen and (min-width: 768px) {
  #aw1st_230810 .content-inner:nth-child(3) {
    max-width: 83rem;
    margin-top: 22.5rem;
    padding-bottom: 20rem;
  }
}
@media screen and (min-width: 768px) {
  #aw1st_230810 .content-inner:nth-child(3) .inner {
    display: grid;
    grid-template-columns: 32rem 10rem 1fr;
  }
}
@media screen and (max-width: 767px) {
  #aw1st_230810 .content-inner:nth-child(3) .inner {
    margin-block-start: 15.2rem;
    max-width: 64rem;
    margin-inline: auto;
  }
}
@media screen and (min-width: 768px) {
  #aw1st_230810 .content-inner:nth-child(3) .inner .staff_credits {
    grid-column: 3/4;
  }
}
@media screen and (max-width: 767px) {
  #aw1st_230810 .content-inner:nth-child(3) .inner .staff_credits {
    margin-block-start: 7.2rem;
    margin-inline-start: 1.5rem;
  }
}
@media screen and (max-width: 767px) {
  #aw1st_230810 .content-inner:nth-child(3) .inner .viewall {
    display: inline-block;
  }
}
@media screen and (max-width: 767px) {
  #aw1st_230810 .content-inner:nth-child(3) .inner .viewall span:nth-of-type(2) {
    margin-inline-start: 0.5em;
  }
}
#aw1st_230810 .look {
  margin-inline: auto;
  margin: 0 auto;
  align-items: flex-start;
}
@media screen and (max-width: 767px) {
  #aw1st_230810 .look {
    --mtop-content: 16rem;
  }
}
@media screen and (min-width: 768px) {
  #aw1st_230810 .look-list {
    --gap-content: 6.5rem;
  }
}
@media screen and (max-width: 767px) {
  #aw1st_230810 .look-list {
    --background--color: transparent;
    --gap-content: 21.2rem;
    grid-row: 2/3;
    grid-column: 1/span 2;
  }
}
@media screen and (max-width: 767px) {
  #aw1st_230810 .look-list > * {
    max-width: 60rem;
    margin-inline: auto;
  }
}
@media screen and (min-width: 768px) {
  #aw1st_230810 .look-list > *:not(:first-of-type) {
    margin-block-start: 0.5rem;
  }
}
@media screen and (max-width: 767px) {
  #aw1st_230810 .look-list > *:not(:first-of-type) {
    margin-block-start: 5.2rem;
  }
}
@media screen and (min-width: 768px) {
  #aw1st_230810 .look-list .look__image-wrap {
    grid-template-columns: 71.4rem 3rem 1fr;
    -moz-column-gap: 0;
         column-gap: 0;
    margin-left: 8rem;
  }
}
@media screen and (min-width: 768px) {
  #aw1st_230810 .look-list .look__image-wrap .swiper-wrapper {
    display: grid;
    grid-template-columns: repeat(2, 35.4rem);
    -moz-column-gap: var(--cgap-image, 0.5rem);
         column-gap: var(--cgap-image, 0.5rem);
  }
}
@media screen and (min-width: 768px) {
  #aw1st_230810 .look-list .look__image-wrap figcaption {
    grid-column: 3/4;
  }
}
@media screen and (min-width: 768px) {
  #aw1st_230810 .look-list .look__image-wrap figcaption .look__caption {
    align-self: flex-start;
  }
}
@media screen and (min-width: 768px) {
  #aw1st_230810 .look-list .look__image-wrap figcaption .look__caption {
    margin-block-start: 18.8rem;
  }
}
@media screen and (min-width: 768px) {
  #aw1st_230810 .look-list .look__image-wrap figcaption .look__number span {
    position: absolute;
    top: -0.3em;
  }
}
@media screen and (min-width: 768px) {
  #aw1st_230810 .look-list .look__image-wrap figcaption .tag-list {
    margin-block-start: 1.5rem;
  }
}
#aw1st_230810 .look__image {
  position: relative;
  pointer-events: none;
  max-width: var(--image-width);
  grid-row: var(--row-image);
  grid-column: var(--column-image);
}
#aw1st_230810 .look__image a {
  pointer-events: all;
}
#aw1st_230810 .look__image::before {
  left: 0;
}
@media screen and (max-width: 767px) {
  #aw1st_230810 .look__image {
    overflow: hidden;
  }
}
#aw1st_230810 .look__image-wrap {
  position: relative;
  display: grid;
  align-items: flex-start;
  margin: 0 auto;
}
@media screen and (min-width: 768px) {
  #aw1st_230810 .look__image-wrap {
    grid-template-columns: var(--columnLayout-image, repeat(2, 1fr));
    -moz-column-gap: var(--cgap-image, 1rem);
         column-gap: var(--cgap-image, 1rem);
  }
}
@media screen and (max-width: 767px) {
  #aw1st_230810 .look__image-wrap {
    margin-inline: auto;
  }
}
#aw1st_230810 .look__image-wrap:not(:first-of-type) {
  margin-top: var(--mtop-image, 3rem);
}
@media screen and (max-width: 767px) {
  #aw1st_230810 .look__image-wrap:not(:first-of-type) {
    margin-block-start: var(--mtop-image, 15.8rem);
  }
}
#aw1st_230810 .look__image [data-animate*=crossFade] {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
}
#aw1st_230810 .look__caption {
  position: relative;
  grid-row: var(--row-caption);
  grid-column: var(--column-caption);
  max-width: var(--tag-width);
  margin-top: var(--mtop-caption);
  margin-right: var(--mright-caption);
  margin-left: var(--mleft-caption);
  color: var(--color-caption);
}
@media screen and (max-width: 767px) {
  #aw1st_230810 .look__caption {
    align-self: flex-end;
    margin-inline: 2rem auto;
    margin-block-end: 2rem;
  }
}
#aw1st_230810 .look__caption-wrap {
  position: absolute;
  display: flex;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  pointer-events: none;
}
#aw1st_230810 .look__captionText {
  margin-top: var(--mtop-text, 3.5rem);
}
@media screen and (max-width: 767px) {
  #aw1st_230810 .look__captionText {
    margin-block-start: var(--mtop-text, 5rem);
  }
}
@media screen and (min-width: 768px) {
  #aw1st_230810 .look__tag-more {
    display: none;
  }
}
@media screen and (max-width: 767px) {
  #aw1st_230810 .look__tag-more {
    pointer-events: all;
    position: absolute;
    bottom: var(--btn-posi-bottom, 1.8rem);
    right: var(--btn-posi-right, 2rem);
    width: 3rem;
    height: 3rem;
    z-index: 5;
    transition: transform 0.5s, opacity 0.5s;
    opacity: 1;
    cursor: pointer;
  }
}
#aw1st_230810 .look__tag-more::after, #aw1st_230810 .look__tag-more::before {
  content: "";
  background: var(--icon-color, #fff);
  display: block;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
  transition: transform 0.5s, opacity 0.5s;
}
#aw1st_230810 .look__tag-more::after {
  width: 100%;
  height: 0.2rem;
}
#aw1st_230810 .look__tag-more::before {
  width: 0.2rem;
  height: 100%;
}
#aw1st_230810 .look .tag-list {
  display: flex;
  -moz-column-gap: var(--c-gap, 0.6em);
       column-gap: var(--c-gap, 0.6em);
  flex-wrap: var(--wrap-tag, wrap);
  justify-content: var(--justify-tag);
}
@media screen and (min-width: 768px) {
  #aw1st_230810 .look .tag-list {
    justify-content: var(--justify-tag, flex-start);
  }
}
#aw1st_230810 .look .tag-list li.multiple-items {
  display: inherit;
}
#aw1st_230810 .look .tag-list .no_link {
  opacity: 1;
  pointer-events: all;
  cursor: initial;
  border: none;
  text-decoration: none;
}
#aw1st_230810 .look .tag-list .no_link span {
  padding: 0 0 0 0.5em;
}
#aw1st_230810 .look .tag-list a {
  pointer-events: all;
}
@media screen and (min-width: 768px) {
  #aw1st_230810 .look-01 .look__image-wrap figure:nth-child(1) {
    --tag-width: 28.7rem;
  }
  #aw1st_230810 .look-01 .look__image-wrap figure:nth-child(2) {
    --tag-width: 28rem;
  }
}
@media screen and (max-width: 767px) {
  #aw1st_230810 .look-01 .look__image-wrap figure:nth-child(1) {
    --tag-width: 43.5rem;
  }
  #aw1st_230810 .look-01 .look__image-wrap figure:nth-child(2) {
    --tag-width: 42.5rem;
    margin-block-start: 3rem;
  }
}
@media screen and (max-width: 767px) {
  #aw1st_230810 .look-02 {
    --gap-content: 7.4rem;
  }
}
@media screen and (max-width: 767px) {
  #aw1st_230810 .look-02 .look__image-wrap figure:nth-of-type(1) {
    max-width: 60rem;
    margin-inline: auto;
  }
}
@media screen and (min-width: 768px) {
  #aw1st_230810 .look-02 .look__image-wrap figure:nth-of-type(2) {
    --tag-width: 24.5rem;
  }
}
@media screen and (max-width: 767px) {
  #aw1st_230810 .look-02 .look__image-wrap figure:nth-of-type(2) {
    --tag-width: 40rem;
    max-width: 60rem;
    margin-inline: auto;
    margin-block-start: 1rem;
  }
}
@media screen and (min-width: 768px) {
  #aw1st_230810 .look-02 .look__image-wrap figure:nth-of-type(3) {
    --tag-width: 21rem;
  }
}
@media screen and (max-width: 767px) {
  #aw1st_230810 .look-02 .look__image-wrap figure:nth-of-type(3) {
    --tag-width: 30rem;
    margin-block-start: 7.2rem;
  }
}
@media screen and (min-width: 768px) {
  #aw1st_230810 .look-03 {
    --gap-content: 15.2rem;
    --cgap-image: 0;
    --columnLayout-image: 1fr 11.88rem 35.4rem;
    max-width: 84rem;
    margin-inline: auto;
  }
}
@media screen and (max-width: 767px) {
  #aw1st_230810 .look-03 {
    --gap-content: 10rem;
  }
}
@media screen and (min-width: 768px) {
  #aw1st_230810 .look-03 figure:nth-of-type(1) {
    grid-row: 1/2;
    grid-column: 1/span 3;
    --image-width: 49rem;
  }
}
@media screen and (max-width: 767px) {
  #aw1st_230810 .look-03 figure:nth-of-type(1) {
    --image-width: 60rem;
    grid-row: 1/2;
    grid-column: 1/span 2;
  }
}
#aw1st_230810 .look-03 figure:nth-of-type(1) .look__image {
  margin-inline: auto;
}
@media screen and (max-width: 767px) {
  #aw1st_230810 .look-03 figure:nth-of-type(1) .look__image {
    margin-inline: auto 0;
  }
}
@media screen and (min-width: 768px) {
  #aw1st_230810 .look-03 figure:nth-of-type(2) {
    --image-width: 24.9rem;
    grid-row: 2/3;
    grid-column: 1/2;
    margin-block-start: 11.2rem;
    margin-inline-start: 12rem;
  }
}
@media screen and (max-width: 767px) {
  #aw1st_230810 .look-03 figure:nth-of-type(2) {
    --image-width: 42rem;
    --tag-width: 35rem;
    margin-block-start: -9.5rem;
    z-index: 1;
    grid-row: 2/3;
    grid-column: 1/3;
  }
}
@media screen and (min-width: 768px) {
  #aw1st_230810 .look-03 figure:nth-of-type(3) {
    --image-width: 35.4rem;
    --tag-width: 30rem;
    grid-row: 2/3;
    grid-column: 3/4;
    margin-block-start: -3rem;
    z-index: 1;
  }
}
@media screen and (max-width: 767px) {
  #aw1st_230810 .look-03 figure:nth-of-type(3) {
    --tag-width: 45rem;
    grid-column: 1/3;
    margin-block-start: 7.8rem;
  }
}
@media screen and (min-width: 768px) {
  #aw1st_230810 .look-03 .look__image-Text {
    grid-row: 2/3;
    grid-column: 1/2;
    margin-top: 2.5rem;
    margin-left: 3.6rem;
    max-width: 21.5rem;
  }
}
@media screen and (max-width: 767px) {
  #aw1st_230810 .look-03 .look__image-Text {
    grid-row: 2/3;
    grid-column: 1/3;
    max-width: 27.5rem;
    margin-block-start: 7.5rem;
    margin-inline: auto 2.2rem;
    letter-spacing: 0.01em;
  }
}
@media screen and (min-width: 768px) {
  #aw1st_230810 .look-04 {
    --gap-content: 7.5rem;
  }
}
@media screen and (max-width: 767px) {
  #aw1st_230810 .look-04 {
    --gap-content: 5rem;
  }
}
@media screen and (max-width: 767px) {
  #aw1st_230810 .look-04 figure:nth-of-type(1) {
    --image-width: 60rem;
    max-width: 60rem;
  }
}
@media screen and (min-width: 768px) {
  #aw1st_230810 .look-04 figure:nth-of-type(2) {
    grid-row: 6/7;
    grid-column: 1/span 2;
    max-width: 24.9rem;
    margin-inline: auto;
    margin-block-start: 15.5rem;
  }
}
@media screen and (max-width: 767px) {
  #aw1st_230810 .look-04 figure:nth-of-type(2) {
    --image-width: 60rem;
    margin-block-start: 6.8rem;
  }
}
@media screen and (max-width: 767px) {
  #aw1st_230810 .look-04 figure:nth-of-type(2) .look__image {
    margin-block-start: 6.6rem;
    margin-inline-start: auto;
  }
}
@media screen and (min-width: 768px) {
  #aw1st_230810 .look-04 figure:nth-of-type(3) {
    --image-width: 49rem;
    --tag-width: 23.2rem;
    grid-row: 1/2;
    grid-column: 1/span 2;
    max-width: 49rem;
    margin-inline: auto;
    margin-block-end: 15.2rem;
  }
}
@media screen and (max-width: 767px) {
  #aw1st_230810 .look-04 figure:nth-of-type(3) {
    --tag-width: 35.5rem;
  }
}
@media screen and (min-width: 768px) {
  #aw1st_230810 .look-04 figure:nth-of-type(4) {
    margin-block-start: 1rem;
  }
}
@media screen and (max-width: 767px) {
  #aw1st_230810 .look-04 figure:nth-of-type(4) {
    --image-width: 60rem;
    max-width: 60rem;
    margin-inline: auto;
    margin-block-start: 7.5rem;
  }
}
@media screen and (min-width: 768px) {
  #aw1st_230810 .look-04 figure:nth-of-type(5) {
    --tag-width: 20rem;
    margin-block-start: 1rem;
  }
}
@media screen and (max-width: 767px) {
  #aw1st_230810 .look-04 figure:nth-of-type(5) {
    --image-width: 60rem;
    --tag-width: 29rem;
    max-width: 60rem;
    margin-inline: auto;
    margin-block-start: 1rem;
  }
}
@media screen and (min-width: 768px) {
  #aw1st_230810 .look-04 figure:nth-of-type(6) {
    --tag-width: 25.5rem;
    grid-row: 2/3;
    grid-column: 2/span 1;
  }
}
@media screen and (max-width: 767px) {
  #aw1st_230810 .look-04 figure:nth-of-type(6) {
    --tag-width: 38rem;
    margin-block-start: 7.5rem;
  }
}
@media screen and (max-width: 767px) {
  #aw1st_230810 .look-05 {
    --tag-width: 39rem;
  }
}
@media screen and (min-width: 768px) {
  #aw1st_230810 .look-05 .look__caption .tag-list {
    max-width: 26rem;
  }
}
@media screen and (max-width: 767px) {
  #aw1st_230810 .look-06 {
    --tag-width: 48rem;
  }
}
@media screen and (min-width: 768px) {
  #aw1st_230810 .look-06 .look__caption .tag-list {
    max-width: 32rem;
  }
}
@media screen and (max-width: 767px) {
  #aw1st_230810 .look-07 {
    --tag-width: 40rem;
  }
}
@media screen and (min-width: 768px) {
  #aw1st_230810 .look-07 .look__caption .tag-list {
    max-width: 26rem;
  }
}
@media screen and (max-width: 767px) {
  #aw1st_230810 .look-08 {
    --tag-width: 30rem;
  }
}
@media screen and (min-width: 768px) {
  #aw1st_230810 .look-08 .look__caption .tag-list {
    max-width: 25rem;
  }
}
@media screen and (max-width: 767px) {
  #aw1st_230810 .look-09 {
    --tag-width: 27.5rem;
  }
}
@media screen and (min-width: 768px) {
  #aw1st_230810 .look-09 .look__caption .tag-list {
    max-width: 25rem;
  }
}
@media screen and (max-width: 767px) {
  #aw1st_230810 .look-10 {
    --tag-width: 32rem;
  }
}
@media screen and (min-width: 768px) {
  #aw1st_230810 .look-10 .look__caption .tag-list {
    max-width: 25rem;
  }
}
@media screen and (max-width: 767px) {
  #aw1st_230810 .look-11 {
    --tag-width: 40rem;
  }
}
@media screen and (min-width: 768px) {
  #aw1st_230810 .look-11 .look__caption .tag-list {
    max-width: 25rem;
  }
}
@media screen and (max-width: 767px) {
  #aw1st_230810 .look-12 {
    --tag-width: 36rem;
  }
}
@media screen and (min-width: 768px) {
  #aw1st_230810 .look-12 .look__caption .tag-list {
    max-width: 25rem;
  }
}
@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
  */
}