@charset "UTF-8";
@import url("https://use.typekit.net/vxl5ope.css");
@keyframes bar-anime {
  0% {
    height: 40px;
    top: -40px;
  }
  75% {
    height: 40px;
    top: 50px;
  }
  100% {
    height: 40px;
    top: 50px;
  }
}
@keyframes bar-anime-sp {
  0% {
    height: 40px;
    top: -40px;
  }
  75% {
    height: 40px;
    top: 40px;
  }
  100% {
    height: 40px;
    top: 40px;
  }
}
html,
body {
  width: 100%;
  height: auto;
  overflow-x: hidden;
}

html {
  font-size: 62.5%;
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
}

body {
  min-height: 100vh;
  min-height: calc(var(--vh, 1vh) * 100);
  color: #17773B;
  font-family: "aktiv-grotesk", sans-serif;
  font-size: 1rem;
  line-height: 1.5;
  text-align: center;
  background-color: #d6dad8;
  overflow: hidden;
  position: fixed;
  left: 0;
  top: 0;
}
body.loaded {
  position: static;
  overflow: auto;
  overflow-x: hidden;
  overflow-y: scroll;
}

a {
  color: inherit;
  text-decoration: none;
  cursor: pointer;
  transition: opacity 0.25s ease 0s;
}

a:hover,
a:active,
a.active {
  opacity: 0.55;
}

img {
  width: 100%;
  height: auto;
  vertical-align: bottom;
}

i {
  font-style: normal;
}

form,
section,
p,
div,
ul,
li,
dl,
dt,
dd,
a,
span,
input,
textarea {
  padding: 0;
  margin: 0;
  box-sizing: border-box;
  list-style: none;
}

br.brsp {
  display: none;
}

br.brpc {
  display: block;
}

#loader {
  width: 100%;
  height: 100vh;
  height: calc(var(--vh, 1vh) * 100);
  background-color: #FFF;
  position: fixed;
  left: 0;
  top: 0;
  z-index: 9999;
  display: flex;
  flex-wrap: nowrap;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  transition: opacity 0.5s ease-in 0s;
}
#loader .logo {
  width: 359px;
  height: 26px;
  background-image: url(../images/logo_city.svg);
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  text-align: left;
  text-indent: 999%;
  white-space: nowrap;
  display: block;
  overflow: hidden;
}
#loader .bar {
  width: 100%;
  height: 10px;
  background-color: rgba(0, 0, 0, 0.25);
  position: absolute;
  left: 0;
  bottom: 0;
  z-index: 5;
}
#loader .bar span {
  width: 0;
  height: 100%;
  background-color: #17773B;
  display: block;
}
#loader.complete {
  opacity: 0;
}

@supports (height: 100dvh) {
  #loader {
    height: 100dvh;
  }
}
main {
  width: 100%;
  padding: 0;
  margin: 0 auto;
  position: relative;
  box-sizing: border-box;
}

.city-look {
  width: 1280px;
  max-width: 100%;
  margin: 0 auto;
  background-color: #d6dad8;
  overflow: visible;
  position: relative;
}

.look-photo {
  background-color: #3F3F3F;
  position: absolute;
  overflow: hidden;
}
.look-photo img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  display: block;
}
.look-photo span {
  color: rgba(23, 119, 59, 0.6);
  font-size: 1.1rem;
  font-weight: 500;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
}

.look-photo--fade img + img {
  position: absolute;
  left: 0;
  top: 0;
  opacity: 0;
  transition: opacity 1.1s ease;
}
.look-photo--fade.is-alt img + img {
  opacity: 1;
}

.look-lead__photo .slick-list,
.look-lead__photo .slick-track,
.look-lead__photo .slick-slide,
.look-lead__photo .slick-slide > div,
.look-lead__photo .look-lead__slide {
  height: 100%;
}

.look-credit {
  background-color: transparent;
  border: 0;
  position: absolute;
}

.look-month--july .look-credit {
  color: #17773B;
}

.look-month--august .look-credit {
  color: #d6dad8;
}

.look-credit__inner {
  width: 100%;
  height: 100%;
  padding: 0;
  display: flex;
  flex-wrap: nowrap;
  flex-direction: column;
  justify-content: flex-start;
  align-items: stretch;
  gap: 15px;
  text-align: inherit;
}

.look-credit__row {
  width: 100%;
  color: inherit;
  font-family: "aktiv-grotesk", sans-serif;
  font-size: 1.2rem;
  font-weight: 400;
  height: 10px;
  line-height: 1;
  letter-spacing: 0.03em;
  white-space: nowrap;
}
.look-credit a {
  color: inherit;
  text-decoration: none;
}
.look-credit__row > div,
.look-credit [class^=item-],
.look-credit [class*=" item-"] {
  display: inline;
}
.look-credit .item-d-none a {
  display: none;
}

[data-credit=july-01],
[data-credit=july-03],
[data-credit=july-04],
[data-credit=aug-01],
[data-credit=aug-02],
[data-credit=aug-03],
[data-credit=aug-04],
[data-credit=aug-05],
[data-credit=aug-07] {
  text-align: right;
}

[data-credit=july-02],
[data-credit=july-05],
[data-credit=aug-06] {
  text-align: left;
}

.look-num {
  color: #17773B;
  font-size: 4.8rem;
  font-weight: 500;
  line-height: 1;
  letter-spacing: 0;
  white-space: nowrap;
  position: absolute;
}

.look-month--august .look-num {
  color: #FFF;
}

.look-num--vertical {
  writing-mode: vertical-rl;
  text-orientation: mixed;
}

.look-hero {
  width: 100vw;
  height: auto;
  margin-left: calc(50% - 50vw);
  position: relative;
  background-color: #d6dad8;
}
.look-hero__title {
  width: 492px;
  height: 188px;
  position: absolute;
  left: 20px;
  top: 20px;
  z-index: 2;
  text-align: left;
}
.look-hero__title span {
  display: block;
  color: #FFF;
  font-size: 8.4rem;
  font-weight: 500;
  line-height: 0.86;
  letter-spacing: 0;
}
.look-hero__title small {
  margin-top: 14px;
  display: block;
  color: #FFF;
  font-size: 2.2rem;
  font-weight: 500;
  line-height: 1;
  letter-spacing: 0.08em;
}
.look-hero__subtitle {
  width: 397px;
  height: 285px;
  position: absolute;
  right: 30px;
  bottom: 30px;
  z-index: 2;
  color: #FFF;
  font-size: 6.2rem;
  font-weight: 500;
  line-height: 0.92;
  letter-spacing: 0;
  text-align: left;
}
.look-hero__title-sp, .look-hero__copy-sp {
  display: none;
}
.look-hero__title, .look-hero__subtitle {
  opacity: 0;
  transform: translate3d(0, 18px, 0);
  transition: opacity 0.9s ease, transform 0.9s ease;
}
.look-hero__title {
  transition-delay: 0.2s;
}
.look-hero__subtitle {
  transition-delay: 0.45s;
}
.look-hero.is-show .look-hero__title,
.look-hero.is-show .look-hero__subtitle,
.look-hero.is-show .look-hero__title-sp,
.look-hero.is-show .look-hero__copy-sp {
  opacity: 1;
  transform: translate3d(0, 0, 0);
}

.look-photo--hero-sp {
  display: none;
}

.look-photo--hero {
  width: 100vw;
  height: auto;
  position: relative;
  left: auto;
  top: auto;
  background-color: #d6dad8;
}
.look-photo--hero img {
  width: 100%;
  height: auto;
  -o-object-fit: contain;
     object-fit: contain;
}

.look-lead {
  width: 100%;
  height: 939px;
  padding: 54px;
  position: relative;
}
.look-lead__text {
  width: 632px;
  height: 830px;
  position: absolute;
  left: 54px;
  top: 54px;
  display: flex;
  flex-wrap: nowrap;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 2em;
}
.look-lead__text p {
  color: #17773B;
  font-family: "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", sans-serif;
  font-size: 1.4rem;
  font-weight: 400;
  line-height: 2;
  letter-spacing: 0;
  white-space: nowrap;
}
.look-lead__text p:last-child {
  font-size: 1.2rem;
}
.look-lead__photo {
  width: 540px;
  height: 830px;
  left: 686px;
  top: 54px;
}

.look-month {
  width: 100%;
  position: relative;
}
.look-month__inner {
  width: 100%;
  position: relative;
}
.look-month__title {
  height: 75px;
  color: #17773B;
  font-size: 7.8rem;
  font-weight: 500;
  line-height: 0.9;
  letter-spacing: 0;
  position: absolute;
  left: 30px;
  top: 10px;
  z-index: 2;
  text-align: left;
}

.look-month--july {
  height: auto;
  background-color: #d6dad8;
}

.look-month--august {
  width: 100vw;
  height: auto;
  padding-top: 100px;
  padding-bottom: 100px;
  margin-left: calc(50% - 50vw);
  background-color: #3F3F3F;
}
.look-month--august .look-month__inner {
  width: 1280px;
  max-width: 100%;
  margin: 0 auto;
}
.look-month--august .look-month__title {
  color: #FFF;
}

.look-scene {
  position: absolute;
}
.look-scene.is-reveal-ready {
  opacity: 0;
  transform: translate3d(0, 24px, 0);
  transition: opacity 0.75s ease, transform 0.75s ease;
}
.look-scene.is-visible {
  opacity: 1;
  transform: translate3d(0, 0, 0);
}

.look-scene__caption {
  position: absolute;
}

.brand-card {
  position: absolute;
}
.brand-card__logo {
  color: #17773B;
  font-size: 7.2rem;
  font-weight: 500;
  line-height: 0.86;
  letter-spacing: 0;
  text-align: left;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 2;
}
.brand-card__logo--vertical {
  writing-mode: vertical-rl;
  text-orientation: mixed;
}
.brand-card__box {
  border: 1px solid #17773B;
  box-shadow: 5px 5px 0 0 #17773B;
  position: absolute;
  height: auto !important;
  min-height: 130px;
  padding: 18px 22px;
  display: flex;
  flex-wrap: nowrap;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  text-align: center;
}
.brand-card__box p {
  color: #17773B;
  font-family: "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", sans-serif;
  font-size: 1.4rem;
  font-weight: 400;
  line-height: 2;
  letter-spacing: 0;
}

.brand-card--light .brand-card__box {
  background-color: #d6dad8;
}

.brand-card--dark .brand-card__logo {
  color: #d6dad8;
}
.brand-card--dark .brand-card__box {
  background-color: #3F3F3F;
  border-color: #d6dad8;
  box-shadow: 5px 5px 0 0 #d6dad8;
}
.brand-card--dark .brand-card__box p {
  color: #d6dad8;
}

.look-scene--july-01 {
  width: 100vw;
  height: 1059px;
  left: 50%;
  top: 0;
  transform: translateX(-50%);
}
.look-scene--july-01 .look-scene__photo--main {
  width: 100vw;
  height: 755px;
  left: 0;
  top: 95px;
}
.look-scene--july-01 .look-scene__caption {
  width: calc(100vw - 40px);
  height: 209px;
  left: auto;
  right: 20px;
  top: 850px;
  transform: none;
}
.look-scene--july-01 .look-num {
  right: 0;
  top: 20px;
}
.look-scene--july-01 .look-credit {
  width: 860px;
  height: 60px;
  left: auto;
  right: 0;
  top: 105px;
}

.look-scene--july-brand01 {
  width: 867px;
  height: 960px;
  left: 202px;
  top: 1143px;
}
.look-scene--july-brand01 .look-scene__photo--a {
  width: 290px;
  height: 470px;
  left: 0;
  top: 0;
}
.look-scene--july-brand01 .look-scene__photo--b {
  width: 421px;
  height: 635px;
  left: 446px;
  top: 39px;
}
.look-scene--july-brand01 .brand-card {
  width: 660px;
  height: 389px;
  left: 99px;
  top: 571px;
}
.look-scene--july-brand01 .brand-card__logo {
  width: 645px;
  height: 216px;
}
.look-scene--july-brand01 .brand-card__box {
  width: 660px;
  height: 130px;
  left: 0;
  top: 256px;
}

.look-scene--july-02 {
  width: 1280px;
  height: 768px;
  left: 0;
  top: 2290px;
}
.look-scene--july-02 .look-scene__photo--a {
  width: 443px;
  height: 663px;
  left: 0;
  top: 0;
}
.look-scene--july-02 .look-num {
  left: 467px;
  top: 272px;
}
.look-scene--july-02 .look-credit {
  width: 900px;
  height: 85px;
  left: 0;
  top: 683px;
}
.look-scene--july-02 .look-scene__photo--b {
  width: 254px;
  height: 390px;
  left: 756px;
  top: 273px;
}
.look-scene--july-02 .look-scene__photo--c {
  width: 254px;
  height: 390px;
  left: 1026px;
  top: 273px;
}

.look-scene--july-brand02 {
  width: 744px;
  height: 1096px;
  left: 245px;
  top: 3126px;
}
.look-scene--july-brand02 .look-scene__photo--a {
  width: 443px;
  height: 663px;
  left: 0;
  top: 0;
}
.look-scene--july-brand02 .look-scene__photo--b {
  width: 343px;
  height: 513px;
  left: 401px;
  top: 284px;
}
.look-scene--july-brand02 .brand-card {
  width: 660px;
  height: 371px;
  left: 42px;
  top: 717px;
}
.look-scene--july-brand02 .brand-card__logo {
  left: 54px;
  width: 539px;
  height: 193px;
}
.look-scene--july-brand02 .brand-card__box {
  width: 660px;
  height: 130px;
  left: 0;
  top: 241px;
}

.look-scene--july-03 {
  width: 606px;
  height: 900px;
  left: 287px;
  top: 4402px;
}
.look-scene--july-03 .look-num {
  width: 60px;
  left: 0;
  top: 282px;
  font-size: 3.8rem;
}
.look-scene--july-03 .look-scene__photo--main {
  width: 518px;
  height: 775px;
  left: 80px;
  top: 0;
}
.look-scene--july-03 .look-credit {
  width: 518px;
  height: 85px;
  left: 80px;
  top: 795px;
}

.look-scene--july-04 {
  width: 1280px;
  height: 955px;
  left: 0;
  top: 5374px;
}
.look-scene--july-04 .look-scene__photo--a {
  width: 540px;
  height: 803px;
  left: 100px;
  top: 0;
}
.look-scene--july-04 .look-scene__photo--b {
  width: 540px;
  height: 803px;
  left: 640px;
  top: 0;
}
.look-scene--july-04 .look-num {
  left: 100px;
  top: 823px;
}
.look-scene--july-04 .look-credit {
  width: 525px;
  height: 110px;
  left: 640px;
  top: 823px;
}

.look-scene--july-gallery {
  width: 1180px;
  height: 644px;
  left: 50px;
  top: 6368px;
}
.look-scene--july-gallery .look-scene__photo--a {
  width: 482px;
  height: 324px;
  left: 0;
  top: 0;
}
.look-scene--july-gallery .look-scene__photo--b {
  width: 324px;
  height: 483px;
  left: 530px;
  top: 161px;
}
.look-scene--july-gallery .look-scene__photo--c {
  width: 278px;
  height: 278px;
  left: 902px;
  top: 72px;
}

.look-scene--july-wide {
  width: 100vw;
  height: 768px;
  left: 50%;
  top: 7162px;
  transform: translateX(-50%);
}

.look-scene--july-brand03 {
  width: 1280px;
  height: 390px;
  left: 0;
  top: 8080px;
}
.look-scene--july-brand03 .look-scene__photo--a {
  width: 254px;
  height: 390px;
  left: 0;
  top: 0;
}
.look-scene--july-brand03 .look-scene__photo--b {
  width: 254px;
  height: 390px;
  left: 270px;
  top: 0;
}
.look-scene--july-brand03 .brand-card {
  width: 665px;
  height: 295px;
  left: 615px;
  top: 48px;
}
.look-scene--july-brand03 .brand-card__logo {
  width: 640px;
  height: 32px;
  font-size: 3.2rem;
  line-height: 1;
  top: 22px;
}
.look-scene--july-brand03 .brand-card__box {
  width: 640px;
  height: 194px;
  left: 0;
  top: 94px;
}

.look-scene--july-05 {
  width: 701px;
  height: 721px;
  left: 327px;
  top: 8605px;
}
.look-scene--july-05 .look-scene__photo--main {
  width: 470px;
  height: 721px;
  left: 0;
  top: 0;
}
.look-scene--july-05 .look-num {
  left: 486px;
  top: 299px;
}
.look-scene--july-05 .look-credit {
  width: 520px;
  height: 60px;
  left: 486px;
  top: 621px;
}

.look-movie {
  width: 100vw;
  height: calc(33.3333333333vw * 16 / 9);
  margin: 100px 0 0 calc(50% - 50vw);
  display: flex;
  background-color: #000;
}
.look-movie__item {
  width: 33.3333333333%;
  height: 100%;
  background-color: transparent;
  border-right: 0;
  position: relative;
  overflow: hidden;
}
.look-movie__item video {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
  -o-object-position: center center;
     object-position: center center;
  display: block;
}
.look-movie__item:last-child {
  border-right: 0;
}
.look-movie__item.is-reveal-ready {
  opacity: 0;
  transition: opacity 0.75s ease;
}
.look-movie__item.is-visible {
  opacity: 1;
}

.look-scene--aug-01 {
  width: 1280px;
  height: 1129px;
  left: 0;
  top: 100px;
}
.look-scene--aug-01 .look-scene__photo--main {
  width: 620px;
  height: 924px;
  left: 316px;
  top: 105px;
}
.look-scene--aug-01 .look-scene__caption {
  width: 620px;
  height: 100px;
  left: 316px;
  top: 1029px;
}
.look-scene--aug-01 .look-num {
  left: 0;
  top: 20px;
}
.look-scene--aug-01 .look-credit {
  width: 353px;
  height: 85px;
  left: 267px;
  top: 20px;
}

.look-scene--aug-brand01 {
  width: 1154px;
  height: 680px;
  left: 65px;
  top: 1337px;
}
.look-scene--aug-brand01 .look-scene__photo--a {
  width: 443px;
  height: 680px;
  left: 0;
  top: 0;
}
.look-scene--aug-brand01 .brand-card {
  width: 660px;
  height: 414px;
  left: 499px;
  top: 133px;
}
.look-scene--aug-brand01 .brand-card__logo {
  width: 434px;
  height: 198px;
  left: 109px;
  top: 36px;
}
.look-scene--aug-brand01 .brand-card__box {
  width: 660px;
  height: 130px;
  left: 0;
  top: 284px;
}

.look-scene--aug-02 {
  width: 1280px;
  height: 718px;
  left: 0;
  top: 2191px;
}
.look-scene--aug-02 .look-scene__photo--a {
  width: 480px;
  height: 718px;
  left: 0;
  top: 0;
}
.look-scene--aug-02 .look-num {
  left: 544px;
  top: 49px;
}
.look-scene--aug-02 .look-credit {
  width: 450px;
  height: 60px;
  left: 788px;
  top: 49px;
}
.look-scene--aug-02 .look-scene__photo--b {
  width: 313px;
  height: 313px;
  left: 544px;
  top: 168px;
}
.look-scene--aug-02 .look-scene__photo--c {
  width: 357px;
  height: 550px;
  left: 881px;
  top: 168px;
}

.look-scene--aug-03 {
  width: 100vw;
  height: 879px;
  left: 50%;
  top: 3034px;
  transform: translateX(-50%);
}
.look-scene--aug-03 .look-scene__photo--main {
  width: 100vw;
  height: 755px;
  left: 0;
  top: 0;
}
.look-scene--aug-03 .look-num {
  left: 20px;
  top: 775px;
}
.look-scene--aug-03 .look-credit {
  width: 990px;
  height: 110px;
  left: auto;
  right: 20px;
  top: 775px;
}

.look-scene--july-01.is-reveal-ready,
.look-scene--july-wide.is-reveal-ready,
.look-scene--aug-03.is-reveal-ready {
  transform: translateX(-50%) translate3d(0, 24px, 0);
}
.look-scene--july-01.is-visible,
.look-scene--july-wide.is-visible,
.look-scene--aug-03.is-visible {
  transform: translateX(-50%) translate3d(0, 0, 0);
}

.look-scene--aug-pair01 {
  width: 996px;
  height: 803px;
  left: 142px;
  top: 3960px;
}
.look-scene--aug-pair01 .look-scene__photo--a {
  width: 379px;
  height: 567px;
  left: 0;
  top: 120px;
}
.look-scene--aug-pair01 .look-scene__photo--b {
  width: 537px;
  height: 803px;
  left: 459px;
  top: 0;
}

.look-scene--aug-04 {
  width: 620px;
  height: 1104px;
  left: 330px;
  top: 4892px;
}
.look-scene--aug-04 .look-scene__photo--main {
  width: 620px;
  height: 924px;
  left: 0;
  top: 0;
}
.look-scene--aug-04 .look-scene__caption {
  width: 620px;
  height: 135px;
  left: 0;
  top: 949px;
}
.look-scene--aug-04 .look-num {
  left: 0;
  top: 20px;
}
.look-scene--aug-04 .look-credit {
  width: 353px;
  height: 135px;
  left: 267px;
  top: 20px;
}

.look-scene--aug-pair02 {
  width: 1074px;
  height: 803px;
  left: 103px;
  top: 5951px;
}
.look-scene--aug-pair02 .look-scene__photo--a,
.look-scene--aug-pair02 .look-scene__photo--b {
  width: 537px;
  height: 803px;
  top: 0;
}
.look-scene--aug-pair02 .look-scene__photo--a {
  left: 0;
}
.look-scene--aug-pair02 .look-scene__photo--b {
  left: 537px;
}

.look-scene--aug-vintage {
  width: 1082px;
  height: 733px;
  left: 113px;
  top: 6902px;
}
.look-scene--aug-vintage .brand-card__logo--vertical {
  left: 0;
  top: 142px;
  color: #FFF;
  font-size: 3.8rem;
}
.look-scene--aug-vintage .look-scene__photo--a {
  width: 490px;
  height: 733px;
  left: 144px;
  top: 0;
}
.look-scene--aug-vintage .look-scene__photo--b {
  width: 290px;
  height: 434px;
  left: 680px;
  top: 0;
}
.look-scene--aug-vintage .brand-card--small {
  width: 405px;
  height: 218px;
  left: 677px;
  top: 505px;
}
.look-scene--aug-vintage .brand-card__box {
  width: 405px;
  height: 218px;
  left: 0;
  top: 0;
}

.look-scene--aug-05 {
  width: 540px;
  height: 1030px;
  left: 357px;
  top: 7756px;
}
.look-scene--aug-05 .look-scene__photo--main {
  width: 540px;
  height: 805px;
  left: 0;
  top: 0;
}
.look-scene--aug-05 .look-num {
  left: 0;
  top: 839px;
}
.look-scene--aug-05 .look-credit {
  width: 315px;
  height: 85px;
  left: 225px;
  top: 839px;
}

.look-scene--aug-pair03 {
  width: 1074px;
  height: 803px;
  left: 0;
  top: 8822px;
}
.look-scene--aug-pair03 .look-scene__photo--a,
.look-scene--aug-pair03 .look-scene__photo--b {
  width: 537px;
  height: 803px;
  top: 0;
}
.look-scene--aug-pair03 .look-scene__photo--a {
  left: 0;
}
.look-scene--aug-pair03 .look-scene__photo--b {
  left: 537px;
}

.look-scene--aug-06 {
  width: 900px;
  height: 589px;
  left: 603px;
  top: 9681px;
}
.look-scene--aug-06 .look-num {
  left: 0;
  top: 210px;
}
.look-scene--aug-06 .look-credit {
  width: 480px;
  height: 160px;
  left: 0;
  top: 290px;
}
.look-scene--aug-06 .look-scene__photo--main {
  width: 394px;
  height: 589px;
  left: 506px;
  top: 0;
}

.look-scene--aug-07 {
  width: 1140px;
  height: 1135px;
  left: 62px;
  top: 10416px;
}
.look-scene--aug-07 .look-scene__photo--a {
  width: 602px;
  height: 897px;
  left: 0;
  top: 0;
}
.look-scene--aug-07 .look-num {
  left: 0;
  top: 929px;
}
.look-scene--aug-07 .look-credit {
  width: 378px;
  height: 135px;
  left: 224px;
  top: 929px;
}
.look-scene--aug-07 .look-scene__photo--b {
  width: 516px;
  height: 346px;
  left: 624px;
  top: 103px;
}
.look-scene--aug-07 .look-scene__photo--c {
  width: 341px;
  height: 508px;
  left: 799px;
  top: 473px;
}

.look-staff {
  width: 100vw;
  height: 234px;
  margin: 0 0 0 calc(50% - 50vw);
  padding-top: 100px;
  background-color: #17773B;
}
.look-staff p {
  color: #FFF;
  font-size: 1.4rem;
  font-weight: 400;
  line-height: 2;
  letter-spacing: 0.02em;
}

.city-footer {
  width: 100vw;
  height: 288px;
  padding: 78px 20px 0;
  margin: 0 auto;
  background-color: #17773B;
  color: #FFF;
  text-align: center;
  box-sizing: border-box;
}
.city-footer__logo {
  width: 359px;
  height: 26px;
  margin: 0 auto 50px;
  background-image: url(../images/logo_city.svg);
  filter: brightness(0) invert(1);
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  text-align: left;
  text-indent: 999%;
  white-space: nowrap;
  display: block;
  overflow: hidden;
}
.city-footer__nav {
  display: flex;
  flex-wrap: nowrap;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  gap: 20px;
  margin-bottom: 42px;
}
.city-footer__nav a {
  color: #FFF;
  font-size: 1.4rem;
  font-weight: 500;
  line-height: 1;
  text-decoration: underline;
  text-underline-offset: 2px;
  white-space: nowrap;
}
.city-footer__copy {
  color: #FFF;
  font-size: 1.2rem;
  font-weight: 400;
  line-height: 1;
  letter-spacing: 0.03em;
}

.look-hero__title img,
.look-hero__subtitle img,
.look-month__title img,
.look-num img,
.brand-card__logo img {
  width: 100%;
  height: 100%;
  display: block;
}

.look-hero__subtitle {
  height: 285px;
}

.look-month--july .look-month__title {
  width: 218px;
  left: calc(50% - 50vw + 20px);
}

.look-month--august .look-month__title {
  width: 410px;
  top: 0;
}

.look-num {
  font-size: 0;
}

.look-num--vertical {
  writing-mode: horizontal-tb;
  text-orientation: mixed;
}

.look-scene--july-01 .look-num {
  width: 192px;
  height: 65px;
}

.look-scene--july-02 .look-num {
  width: 192px;
  height: 60px;
}

.look-scene--july-03 .look-num {
  width: 60px;
  height: 196px;
}

.look-scene--july-04 .look-num {
  width: 191px;
  height: 60px;
}

.look-scene--july-05 .look-num {
  width: 188px;
  height: 60px;
}

.look-scene--aug-01 .look-num {
  width: 219px;
  height: 60px;
  top: 20px;
}
.look-scene--aug-01 .look-num img {
  height: auto;
  object-fit: contain;
}

.look-scene--aug-02 .look-num {
  width: 234px;
  height: 60px;
}

.look-scene--aug-03 .look-num {
  width: 230px;
  height: 60px;
}

.look-scene--aug-04 .look-num {
  width: 231px;
  height: 60px;
}

.look-scene--aug-05 .look-num {
  width: 225px;
  height: 60px;
}

.look-scene--aug-06 .look-num {
  width: 230px;
  height: 60px;
}

.look-scene--aug-07 .look-num {
  width: 224px;
  height: 60px;
}

.look-scene--july-brand01 .brand-card__logo {
  width: 297px;
  height: 178px;
}

.look-scene--july-brand02 .brand-card__logo {
  width: 213px;
  height: 130px;
}

.look-scene--july-brand03 .brand-card__logo {
  width: 207px;
  height: 32px;
}

.look-scene--aug-brand01 .brand-card__logo {
  width: 251px;
  height: 144px;
}

.look-scene--aug-vintage .brand-card__logo--vertical {
  width: 36px;
  height: 384px;
}

.brand-card__logo {
  overflow: visible;
}
.brand-card__logo img {
  position: absolute;
  max-width: none;
  height: auto;
}

.brand-card__logo--miller {
  width: 645px;
  height: 216px;
}
.brand-card__logo--miller .brand-card__mark {
  width: 296.923px;
  height: 178.447px;
  left: 0;
  top: 0;
}
.brand-card__logo--miller .brand-card__city {
  width: 458.102px;
  height: 33.292px;
  left: 186.238px;
  top: 182.312px;
}

.brand-card__logo--lee {
  width: 539px;
  height: 193px;
}
.brand-card__logo--lee .brand-card__mark {
  width: 212.946px;
  height: 129.848px;
  left: 0.13px;
  top: 0.04px;
}
.brand-card__logo--lee .brand-card__city {
  width: 423.216px;
  height: 30.648px;
  left: 114.221px;
  top: 161.701px;
}

.brand-card__logo--marge {
  width: 640px;
  height: 32px;
}
.brand-card__logo--marge .brand-card__mark {
  width: 207.497px;
  height: 32.008px;
  left: 0;
  top: 0;
}
.brand-card__logo--marge .brand-card__city {
  width: 382.396px;
  height: 28.072px;
  left: 256.204px;
  top: 1.738px;
}

.brand-card__logo--dickies {
  width: 434px;
  height: 198px;
}
.brand-card__logo--dickies .brand-card__mark {
  width: 251.275px;
  height: 143.538px;
  left: 85.239px;
  top: 0;
}
.brand-card__logo--dickies .brand-card__city {
  width: 429.941px;
  height: 31.34px;
  left: 1.93px;
  top: 165.791px;
}

.look-scene--aug-vintage .brand-card__logo--vintage {
  width: 101px;
  height: 450px;
}
.look-scene--aug-vintage .brand-card__logo--vintage .brand-card__mark {
  width: 35.555px;
  height: 384.087px;
  left: 0;
  top: 34.924px;
}
.look-scene--aug-vintage .brand-card__logo--vintage .brand-card__city {
  width: 32.623px;
  height: 445.927px;
  left: 66.36px;
  top: 2.07px;
}

.look-scene--july-01 .look-scene__photo--main,
.look-scene--july-01.look-photo,
.look-scene--july-01 .look-photo,
.look-scene--july-wide .look-scene__photo--main,
.look-scene--july-wide.look-photo,
.look-scene--july-wide .look-photo,
.look-scene--aug-03 .look-scene__photo--main,
.look-scene--aug-03.look-photo,
.look-scene--aug-03 .look-photo {
  height: auto;
  aspect-ratio: 2000/1334;
}
.look-scene--july-01 .look-scene__photo--main img,
.look-scene--july-01.look-photo img,
.look-scene--july-01 .look-photo img,
.look-scene--july-wide .look-scene__photo--main img,
.look-scene--july-wide.look-photo img,
.look-scene--july-wide .look-photo img,
.look-scene--aug-03 .look-scene__photo--main img,
.look-scene--aug-03.look-photo img,
.look-scene--aug-03 .look-photo img {
  height: auto;
  object-fit: contain;
}

.look-scene--july-01 {
  height: calc(95px + 66.7vw + 209px);
}
.look-scene--july-01 .look-scene__caption {
  top: calc(95px + 66.7vw);
}

.look-scene--july-wide {
  height: auto;
  aspect-ratio: 2000/1334;
}

.look-scene--aug-03 {
  height: calc(66.7vw + 140px);
}
.look-scene--aug-03 .look-num,
.look-scene--aug-03 .look-credit {
  top: calc(66.7vw + 20px);
}

/* Flow layout for variable-height monthly scenes. */
.look-month--july,
.look-month--august {
  height: auto;
}
.look-month--july .look-month__inner,
.look-month--august .look-month__inner {
  position: relative;
}
.look-month--july .look-scene,
.look-month--august .look-scene {
  position: relative;
  top: auto;
  left: auto;
  right: auto;
  transform: none;
  flex: none;
}
.look-month--july .look-scene.is-reveal-ready,
.look-month--august .look-scene.is-reveal-ready {
  transform: translate3d(0, 24px, 0);
}
.look-month--july .look-scene.is-visible,
.look-month--august .look-scene.is-visible {
  transform: translate3d(0, 0, 0);
}

.look-month--july .look-scene--july-01 {
  width: 100vw;
  margin: 0 0 0 calc(50% - 50vw);
}
.look-month--july .look-scene--july-brand01 {
  margin: 84px 0 0 202px;
}
.look-month--july .look-scene--july-02 {
  margin: 187px 0 0 0;
}
.look-month--july .look-scene--july-brand02 {
  margin: 173px 0 0 245px;
}
.look-month--july .look-scene--july-03 {
  margin: 180px 0 0 287px;
}
.look-month--july .look-scene--july-04 {
  margin: 109px 0 0 0;
}
.look-month--july .look-scene--july-gallery {
  margin: 103px 0 0 50px;
}
.look-month--july .look-scene--july-wide {
  width: 100vw;
  margin: 150px 0 0 calc(50% - 50vw);
}
.look-month--july .look-scene--july-brand03 {
  margin: 150px 0 0 0;
}
.look-month--july .look-scene--july-05 {
  margin: 135px 0 0 327px;
}

.look-month--august .look-scene--aug-01 {
  margin: 0 0 0 0;
}
.look-month--august .look-scene--aug-brand01 {
  margin: 108px 0 0 65px;
}
.look-month--august .look-scene--aug-02 {
  margin: 174px 0 0 0;
}
.look-month--august .look-scene--aug-03 {
  width: 100vw;
  margin: 125px 0 0 calc(50% - 50vw);
}
.look-month--august .look-scene--aug-pair01 {
  margin: 47px 0 0 142px;
}
.look-month--august .look-scene--aug-04 {
  margin: 129px 0 0 330px;
}
.look-month--august .look-scene--aug-pair02 {
  margin: 35px 0 0 103px;
}
.look-month--august .look-scene--aug-vintage {
  margin: 148px 0 0 113px;
}
.look-month--august .look-scene--aug-05 {
  margin: 121px 0 0 357px;
}
.look-month--august .look-scene--aug-pair03 {
  margin: 133px 0 0 0;
}
.look-month--august .look-scene--aug-06 {
  margin: 56px 0 0 380px;
}
.look-month--august .look-scene--aug-07 {
  margin: 146px 0 0 62px;
}

@media screen and (max-width: 768px) {
  br.brsp {
    display: inline;
  }
  br.brpc {
    display: none;
  }
  html {
    font-size: 62.5%;
    height: -webkit-fill-available;
  }
  body {
    font-size: 1rem;
    overflow-x: hidden;
  }
  #loader .logo {
    width: 68vw;
    height: 5vw;
  }
  .city-look {
    width: 100%;
    overflow: hidden;
  }
  .city-look {
    transform-origin: top left;
  }
  .look-photo {
    position: relative;
    left: auto !important;
    right: auto !important;
    top: auto !important;
    width: 100%;
    height: auto !important;
    background-color: transparent;
  }
  .look-photo img {
    width: 100%;
    height: auto !important;
    -o-object-fit: contain;
       object-fit: contain;
  }
  .look-hero {
    width: 100%;
    height: 149.9251282051vw;
    margin-left: 0;
  }
  .look-hero .look-photo--hero,
  .look-hero .look-hero__title,
  .look-hero .look-hero__subtitle {
    display: none;
  }
  .look-hero__title {
    width: 38vw;
    height: auto;
    left: 10px;
    top: 10px;
  }
  .look-hero__subtitle {
    width: 31vw;
    height: auto;
    right: 12px;
    bottom: 12px;
  }
  .look-hero__title-sp, .look-hero__copy-sp {
    display: block;
    position: absolute;
    z-index: 2;
    opacity: 0;
    transform: translate3d(0, 18px, 0);
    transition: opacity 0.9s ease, transform 0.9s ease;
  }
  .look-hero__title-sp img, .look-hero__copy-sp img {
    width: 100%;
    height: auto;
    display: block;
  }
  .look-hero__title-sp {
    width: 71.2820512821vw;
    left: 12.5641025641vw;
    top: 5.1282051282vw;
    transition-delay: 0.2s;
  }
  .look-hero__copy-sp--lead {
    width: 73.3333333333vw;
    left: 2.5641025641vw;
    top: 78.9743589744vw;
    transition-delay: 0.36s;
  }
  .look-hero__copy-sp--exclusive {
    width: 69.2307692308vw;
    left: 28.2051282051vw;
    top: 127.9487179487vw;
    transition-delay: 0.52s;
  }
  .look-photo--hero {
    width: 100%;
    margin-left: 0;
  }
  .look-photo--hero-sp {
    display: block;
    width: 100%;
    height: 100% !important;
    margin-left: 0;
    overflow: hidden;
    background-color: #17773B;
  }
  .look-photo--hero-sp img {
    width: 100%;
    height: 171.2820512821vw !important;
    -o-object-fit: cover;
       object-fit: cover;
    -o-object-position: center top;
       object-position: center top;
    transform: translateY(-7.9487179487vw);
  }
  .look-lead {
    height: auto;
    padding: 48px 20px 56px;
    display: flex;
    flex-direction: column;
    align-items: center;
  }
  .look-lead__text {
    width: 100%;
    height: auto;
    position: relative;
    left: auto;
    top: auto;
    gap: 2.2em;
  }
  .look-lead__text p {
    font-size: 1.2rem;
    line-height: 2;
    white-space: normal;
  }
  .look-lead__text p:last-child {
    font-size: 1.1rem;
  }
  .look-lead__photo {
    width: 76vw;
    margin-top: 42px;
  }
  .look-month,
  .look-month--august {
    width: 100%;
    margin-left: 0;
  }
  .look-month--july {
    padding-top: 42px;
  }
  .look-month--august {
    padding-top: 48px;
    padding-bottom: 70px;
  }
  .look-month--august .look-month__inner {
    width: 100%;
    max-width: none;
  }
  .look-month__title,
  .look-month--july .look-month__title,
  .look-month--august .look-month__title {
    width: 36vw;
    height: auto;
    position: relative;
    left: 20px;
    top: auto;
    margin-bottom: 28px;
  }
  .look-month--august .look-month__title {
    width: 54vw;
  }
  .look-scene,
  .look-month--july .look-scene,
  .look-month--august .look-scene {
    width: 100% !important;
    height: auto !important;
    margin: 0 auto 64px !important;
    position: relative !important;
    left: auto !important;
    top: auto !important;
    right: auto !important;
    transform: none !important;
    overflow: visible;
  }
  .look-scene.is-reveal-ready,
  .look-month--july .look-scene.is-reveal-ready,
  .look-month--august .look-scene.is-reveal-ready {
    transform: translate3d(0, 20px, 0) !important;
  }
  .look-scene.is-visible,
  .look-month--july .look-scene.is-visible,
  .look-month--august .look-scene.is-visible {
    transform: translate3d(0, 0, 0) !important;
  }
  .look-scene__caption,
  .look-num,
  .look-credit,
  .brand-card,
  .brand-card__logo,
  .brand-card__box {
    position: relative !important;
    left: auto !important;
    right: auto !important;
    top: auto !important;
    bottom: auto !important;
    width: auto;
    height: auto !important;
    transform: none !important;
  }
  .look-num {
    display: block;
    margin: 16px 20px 0;
  }
  .look-num img {
    width: auto;
    height: auto;
    max-width: 42vw;
    max-height: 54px;
  }
  .look-credit {
    width: calc(100% - 40px) !important;
    margin: 14px auto 0;
    text-align: left !important;
  }
  .look-credit__inner {
    gap: 6px;
    align-items: stretch;
  }
  .look-credit__row {
    font-size: 1.2rem;
    line-height: 1.55;
    height: auto;
    letter-spacing: 0.01em;
    white-space: normal;
  }
  .look-credit a,
  .look-credit .items__a {
    white-space: nowrap;
  }
  [data-credit=july-01],
  [data-credit=july-03],
  [data-credit=july-04],
  [data-credit=july-05],
  [data-credit=aug-01],
  [data-credit=aug-02],
  [data-credit=aug-03],
  [data-credit=aug-04],
  [data-credit=aug-05],
  [data-credit=aug-06],
  [data-credit=aug-07] {
    text-align: right !important;
  }
  [data-credit=july-02] {
    text-align: left !important;
  }
  .brand-card {
    width: calc(100% - 40px) !important;
    margin: 28px auto 0;
  }
  .brand-card__logo {
    margin: 0 auto 22px;
    overflow: visible;
  }
  .brand-card__logo img {
    position: relative;
    left: auto !important;
    top: auto !important;
    width: 100% !important;
    max-width: 100%;
    height: auto !important;
    display: block;
  }
  .brand-card__logo--miller {
    width: 72vw !important;
  }
  .brand-card__logo--lee {
    width: 58vw !important;
  }
  .brand-card__logo--marge {
    width: 68vw !important;
  }
  .brand-card__logo--dickies {
    width: 66vw !important;
  }
  .brand-card__box {
    width: 100% !important;
    margin-left: auto !important;
    margin-right: auto !important;
    min-height: 0;
    padding: 16px 14px;
  }
  .brand-card__box p {
    font-size: 1.2rem;
    line-height: 1.8;
  }
  .look-scene--july-01 .look-scene__photo--main,
  .look-scene--july-01.look-photo,
  .look-scene--july-01 .look-photo,
  .look-scene--july-wide .look-scene__photo--main,
  .look-scene--july-wide.look-photo,
  .look-scene--july-wide .look-photo,
  .look-scene--aug-03 .look-scene__photo--main,
  .look-scene--aug-03.look-photo,
  .look-scene--aug-03 .look-photo {
    aspect-ratio: auto;
  }
  .look-scene--july-01 .look-scene__photo--main {
    width: 100%;
  }
  .look-scene--july-01 .look-scene__caption {
    width: 100%;
    padding: 0 20px;
    margin-top: 18px;
  }
  .look-scene--july-01 .look-num {
    margin: 0 0 0 auto;
    text-align: right;
  }
  .look-scene--july-01 .look-num img {
    max-width: 52vw;
  }
  .look-scene--july-01 .look-credit {
    width: 100% !important;
    margin-right: 0;
  }
  .look-scene--july-brand01 .look-scene__photo--a {
    width: 44vw;
    margin-left: 8vw;
  }
  .look-scene--july-brand01 .look-scene__photo--b {
    width: 66vw;
    margin: -18vw 0 0 auto;
  }
  .look-scene--july-02 .look-scene__photo--a {
    width: 72vw;
    margin-left: 0;
  }
  .look-scene--july-02 .look-num {
    margin-left: 20px;
  }
  .look-scene--july-02 .look-num img {
    max-width: 50vw;
  }
  .look-scene--july-02 .look-scene__photo--b,
  .look-scene--july-02 .look-scene__photo--c {
    width: 45vw;
    display: inline-block;
    vertical-align: top;
    margin-top: 28px;
  }
  .look-scene--july-02 .look-scene__photo--b {
    margin-left: 6vw;
  }
  .look-scene--july-02 .look-scene__photo--c {
    margin-left: 3vw;
  }
  .look-scene--july-brand02 .look-scene__photo--a {
    width: 72vw;
    margin: 0 auto;
  }
  .look-scene--july-brand02 .look-scene__photo--b {
    width: 52vw;
    margin: -8vw 6vw 0 auto;
  }
  .look-scene--july-03 .look-num {
    width: 12vw;
    margin: 0 0 0 12vw;
  }
  .look-scene--july-03 .look-num img {
    max-width: none;
    max-height: none;
    width: 42px;
  }
  .look-scene--july-03 .look-scene__photo--main {
    width: 76vw;
    margin: -35vw 0 0 auto;
  }
  .look-scene--july-03 .look-credit {
    margin-top: 12px;
  }
  .look-scene--july-04 .look-scene__photo--a,
  .look-scene--july-04 .look-scene__photo--b {
    width: 50%;
    display: inline-block;
    vertical-align: top;
  }
  .look-scene--july-04 .look-num {
    margin-top: 24px;
  }
  .look-scene--july-gallery .look-scene__photo--a {
    width: 58vw;
    margin-left: 5vw;
  }
  .look-scene--july-gallery .look-scene__photo--b {
    width: 46vw;
    margin: 24px 0 0 48vw;
  }
  .look-scene--july-gallery .look-scene__photo--c {
    width: 34vw;
    margin: -18vw 0 0 12vw;
  }
  .look-scene--july-wide {
    width: 100% !important;
    margin-top: 76px !important;
  }
  .look-scene--july-brand03 .look-scene__photo--a,
  .look-scene--july-brand03 .look-scene__photo--b {
    width: 48vw;
    display: inline-block;
    vertical-align: top;
  }
  .look-scene--july-brand03 .look-scene__photo--a {
    margin-left: 0;
  }
  .look-scene--july-brand03 .look-scene__photo--b {
    margin-left: 2vw;
  }
  .look-scene--july-05 .look-scene__photo--main {
    width: 72vw;
    margin-left: 0;
  }
  .look-scene--july-05 .look-num {
    width: 42vw;
    margin: -48vw 7vw 0 auto;
  }
  .look-scene--july-05 .look-num img {
    max-width: 42vw;
  }
  .look-scene--july-05 .look-credit {
    margin-top: 34vw;
  }
  .look-movie {
    width: 100%;
    height: auto;
    margin: 64px 0 0;
    display: block;
  }
  .look-movie__item {
    width: 100%;
    height: auto;
    aspect-ratio: 9/16;
    border-right: 0;
  }
  .look-movie__item:nth-child(n+2) {
    display: none;
  }
  .look-movie__item video {
    width: 100%;
    height: 100%;
    -o-object-fit: contain;
       object-fit: contain;
  }
  .look-scene--aug-01 .look-scene__photo--main,
  .look-scene--aug-04 .look-scene__photo--main,
  .look-scene--aug-05 .look-scene__photo--main {
    width: 74vw;
    margin: 0 auto;
  }
  .look-scene--aug-01 .look-scene__caption,
  .look-scene--aug-04 .look-scene__caption,
  .look-scene--aug-05 .look-scene__caption {
    width: 100%;
    margin-top: 18px;
    padding: 0 20px;
    display: grid;
    grid-template-columns: 38vw 1fr;
    -moz-column-gap: 10px;
         column-gap: 10px;
    align-items: start;
  }
  .look-scene--aug-01 .look-num,
  .look-scene--aug-01 .look-credit,
  .look-scene--aug-04 .look-num,
  .look-scene--aug-04 .look-credit,
  .look-scene--aug-05 .look-num,
  .look-scene--aug-05 .look-credit {
    margin-top: 0;
    margin-left: 0;
    margin-right: 0;
  }
  .look-scene--aug-01 .look-credit,
  .look-scene--aug-04 .look-credit,
  .look-scene--aug-05 .look-credit {
    width: 100% !important;
  }
  .look-scene--aug-brand01 .look-scene__photo--a {
    width: 70vw;
    margin: 0 auto;
  }
  .look-scene--aug-02 .look-scene__photo--a {
    width: 58vw;
    margin-left: 0;
  }
  .look-scene--aug-02 .look-num {
    margin-left: 20px;
  }
  .look-scene--aug-02 .look-scene__photo--b {
    width: 38vw;
    margin: 24px 0 0 6vw;
    display: inline-block;
    vertical-align: top;
  }
  .look-scene--aug-02 .look-scene__photo--c {
    width: 48vw;
    margin: 24px 0 0 3vw;
    display: inline-block;
    vertical-align: top;
  }
  .look-scene--aug-03 .look-scene__photo--main {
    width: 100%;
  }
  .look-scene--aug-pair01 .look-scene__photo--a,
  .look-scene--aug-pair01 .look-scene__photo--b,
  .look-scene--aug-pair02 .look-scene__photo--a,
  .look-scene--aug-pair02 .look-scene__photo--b,
  .look-scene--aug-pair03 .look-scene__photo--a,
  .look-scene--aug-pair03 .look-scene__photo--b {
    width: 49%;
    display: inline-block;
    vertical-align: top;
  }
  .look-scene--aug-pair01 .look-scene__photo--b,
  .look-scene--aug-pair02 .look-scene__photo--b,
  .look-scene--aug-pair03 .look-scene__photo--b {
    margin-left: 2%;
  }
  .look-scene--aug-vintage .brand-card__logo--vertical {
    width: 17vw;
    margin: 0 0 -28vw 5vw;
  }
  .look-scene--aug-vintage .brand-card__logo--vertical img {
    position: relative;
    width: 100% !important;
    left: auto !important;
    top: auto !important;
  }
  .look-scene--aug-vintage .look-scene__photo--a {
    width: 70vw;
    margin: 0 0 0 auto;
  }
  .look-scene--aug-vintage .look-scene__photo--b {
    width: 46vw;
    margin: 22px 5vw 0 auto;
  }
  .look-scene--aug-06 {
    display: grid !important;
    grid-template-columns: 42vw 1fr;
    -moz-column-gap: 14px;
         column-gap: 14px;
    align-items: center;
    padding: 0 20px;
  }
  .look-scene--aug-06 .look-num {
    grid-column: 1;
    margin: 0 0 12px;
  }
  .look-scene--aug-06 .look-credit {
    grid-column: 1;
    width: 100% !important;
    margin: 0;
  }
  .look-scene--aug-06 .look-scene__photo--main {
    grid-column: 2;
    grid-row: 1/span 2;
    width: 100%;
  }
  .look-scene--aug-07 .look-scene__photo--a {
    width: 72vw;
    margin-left: 0;
  }
  .look-scene--aug-07 .look-scene__photo--b {
    width: 58vw;
    margin: 26px 0 0 auto;
  }
  .look-scene--aug-07 .look-scene__photo--c {
    width: 48vw;
    margin: 22px 8vw 0 auto;
  }
  .look-hero__title img,
  .look-hero__subtitle img,
  .look-month__title img,
  .look-num img {
    width: 100%;
    height: auto !important;
    -o-object-fit: contain;
       object-fit: contain;
  }
  .look-lead__photo {
    width: 90vw;
  }
  .look-num {
    width: 34vw !important;
    max-width: 150px;
  }
  .look-num img {
    width: 100%;
    max-width: 100%;
    max-height: none;
    display: block;
  }
  .look-scene--july-01 .look-num img {
    max-width: 44vw;
  }
  .look-scene--july-02 .look-num img {
    max-width: 42vw;
  }
  .look-scene--july-04 .look-num img {
    max-width: 40vw;
  }
  .look-scene--aug-01 .look-num img,
  .look-scene--aug-02 .look-num img,
  .look-scene--aug-03 .look-num img,
  .look-scene--aug-04 .look-num img,
  .look-scene--aug-05 .look-num img,
  .look-scene--aug-06 .look-num img,
  .look-scene--aug-07 .look-num img {
    max-width: 44vw;
  }
  .look-scene--july-brand01 {
    display: flex !important;
    flex-wrap: wrap;
    align-items: flex-start;
  }
  .look-scene--july-brand01 .look-scene__photo--a,
  .look-scene--july-brand01 .look-scene__photo--b {
    width: 50%;
    margin: 0;
    display: block;
  }
  .look-scene--july-brand01 .brand-card {
    flex: 0 0 calc(100% - 40px);
    margin-top: 30px;
  }
  .look-scene--july-02 .look-scene__photo--b,
  .look-scene--july-02 .look-scene__photo--c {
    width: 50%;
    margin: 28px 0 0;
  }
  .look-scene--july-brand02 .look-scene__photo--a {
    width: 72vw;
    margin: 0 0 0 8vw;
  }
  .look-scene--july-brand02 .look-scene__photo--b {
    width: 54vw;
    margin: 16px 7vw 0 auto;
  }
  .look-scene--july-03 {
    display: flex !important;
    flex-wrap: wrap;
    align-items: center;
    justify-content: flex-end;
    -moz-column-gap: 4vw;
         column-gap: 4vw;
  }
  .look-scene--july-03 .look-num {
    width: 12vw;
    margin: 0;
  }
  .look-scene--july-03 .look-num img {
    width: 36px;
    max-width: none;
    max-height: none;
  }
  .look-scene--july-03 .look-scene__photo--main {
    width: 78vw;
    margin: 0;
  }
  .look-scene--july-03 .look-credit {
    flex: 0 0 calc(100% - 40px);
    margin-top: 14px;
  }
  .look-scene--july-04 {
    font-size: 0;
  }
  .look-scene--july-04 .look-scene__photo--a,
  .look-scene--july-04 .look-scene__photo--b {
    width: 50%;
    margin: 0;
  }
  .look-scene--july-04 .look-num,
  .look-scene--july-04 .look-credit {
    font-size: 1rem;
  }
  .look-scene--july-brand03 .look-scene__photo--a,
  .look-scene--july-brand03 .look-scene__photo--b {
    width: 43vw;
  }
  .look-scene--july-brand03 .look-scene__photo--a {
    margin-left: 5vw;
  }
  .look-scene--july-brand03 .look-scene__photo--b {
    margin-left: 4vw;
  }
  .look-scene--july-05 .look-scene__photo--main {
    width: 72vw;
    margin-left: 0;
  }
  .look-scene--july-05 .look-num {
    width: 38vw;
    margin: 18px 8vw 0 auto;
  }
  .look-scene--july-05 .look-num img {
    max-width: 38vw;
    max-height: none;
    transform: rotate(90deg);
    transform-origin: center center;
  }
  .look-scene--july-05 .look-credit {
    margin-top: 18px;
  }
  .look-scene--aug-01 {
    width: 90vw !important;
  }
  .look-scene--aug-01 .look-scene__photo--main,
  .look-scene--aug-01 .look-scene__caption {
    width: 100%;
  }
  .look-scene--aug-01 .look-scene__caption {
    padding: 0;
  }
  .look-scene--aug-02 .look-scene__photo--b,
  .look-scene--aug-02 .look-scene__photo--c {
    width: 50%;
    margin: 24px 0 0;
  }
  .look-scene--aug-pair01 {
    height: auto !important;
    width: 100vw !important;
    margin-left: calc(50% - 50vw) !important;
    font-size: 0;
    text-align: left !important;
  }
  .look-scene--aug-pair01 .look-scene__photo--a {
    display: block !important;
    width: 52vw !important;
    margin: 0 0 0 auto !important;
  }
  .look-scene--aug-pair01 .look-scene__photo--b {
    display: block !important;
    width: 68vw !important;
    margin: 42px auto 0 0 !important;
  }
  .look-scene--aug-pair02,
  .look-scene--aug-pair03 {
    font-size: 0;
  }
  .look-scene--aug-pair02 .look-scene__photo--a,
  .look-scene--aug-pair02 .look-scene__photo--b,
  .look-scene--aug-pair03 .look-scene__photo--a,
  .look-scene--aug-pair03 .look-scene__photo--b {
    width: 50%;
    margin: 0;
  }
  .look-scene--aug-vintage {
    display: flex !important;
    flex-wrap: wrap;
    align-items: center;
    justify-content: flex-start;
  }
  .look-scene--aug-vintage .brand-card__logo--vertical {
    width: 14vw;
    margin: 0 4vw 0 6vw;
  }
  .look-scene--aug-vintage .look-scene__photo--a {
    width: 70vw;
    margin: 0;
  }
  .look-scene--aug-vintage .look-scene__photo--b {
    width: 46vw;
    margin: 24px 6vw 0 auto;
  }
  .look-scene--aug-vintage .brand-card {
    flex: 0 0 calc(100% - 40px);
  }
  .look-lead__text {
    width: 90%;
  }
  .look-lead__text br.brpc {
    display: none;
  }
  .look-lead__text br.brsp {
    display: inline;
  }
  .look-month--july .look-month__title {
    left: 10px;
    margin-bottom: 10px;
  }
  .brand-card__logo {
    position: relative !important;
  }
  .brand-card__logo img {
    position: absolute;
    max-width: none;
    height: auto !important;
  }
  .brand-card__logo--miller {
    width: 72vw !important;
    aspect-ratio: 645/216;
  }
  .brand-card__logo--miller .brand-card__mark {
    width: 46% !important;
    left: 0 !important;
    top: 0 !important;
  }
  .brand-card__logo--miller .brand-card__city {
    width: 71% !important;
    left: 29% !important;
    top: 84% !important;
  }
  .brand-card__logo--lee {
    width: 60vw !important;
    aspect-ratio: 539/193;
  }
  .brand-card__logo--lee .brand-card__mark {
    width: 39.5% !important;
    left: 0 !important;
    top: 0 !important;
  }
  .brand-card__logo--lee .brand-card__city {
    width: 78.5% !important;
    left: 21% !important;
    top: 84% !important;
  }
  .brand-card__logo--marge {
    width: 68vw !important;
    aspect-ratio: 640/32;
  }
  .brand-card__logo--marge .brand-card__mark {
    width: 32.5% !important;
    left: 0 !important;
    top: 0 !important;
  }
  .brand-card__logo--marge .brand-card__city {
    width: 60% !important;
    left: 40% !important;
    top: 5% !important;
  }
  .brand-card__logo--dickies {
    width: 66vw !important;
    aspect-ratio: 434/198;
  }
  .brand-card__logo--dickies .brand-card__mark {
    width: 58% !important;
    left: 20% !important;
    top: 0 !important;
  }
  .brand-card__logo--dickies .brand-card__city {
    width: 99% !important;
    left: 0 !important;
    top: 84% !important;
  }
  .look-scene--july-brand01 {
    display: grid !important;
    grid-template-columns: 43vw 1fr;
    -moz-column-gap: 4vw;
         column-gap: 4vw;
    align-items: start;
    padding: 0 3vw;
  }
  .look-scene--july-brand01 .look-scene__photo--a,
  .look-scene--july-brand01 .look-scene__photo--b {
    width: 100%;
    display: block;
  }
  .look-scene--july-brand01 .look-scene__photo--a {
    margin-top: 0;
  }
  .look-scene--july-brand01 .look-scene__photo--b {
    margin-top: 13vw;
  }
  .look-scene--july-brand01 .brand-card {
    width: 100% !important;
    grid-column: 1/-1;
    margin-top: 24px;
  }
  .look-scene--july-brand01 .brand-card__logo--miller {
    width: 92vw !important;
    margin: 0 auto 18px;
  }
  .look-scene--july-brand01 .brand-card__box {
    width: 100% !important;
    margin: 0 auto;
  }
  .look-scene--july-02 {
    font-size: 0;
  }
  .look-scene--july-02 .look-scene__photo--b,
  .look-scene--july-02 .look-scene__photo--c {
    width: 50%;
    margin: 28px 0 0;
  }
  .look-scene--july-brand02 .look-scene__photo--a {
    width: 72vw;
    margin: 0 0 0 0;
  }
  .look-scene--july-brand02 .look-scene__photo--b {
    width: 54vw;
    margin: -12vw 4vw 0 auto;
  }
  .look-scene--july-03 {
    justify-content: center;
    -moz-column-gap: 5vw;
         column-gap: 5vw;
  }
  .look-scene--july-03 .look-num {
    width: 10vw !important;
    max-width: none;
    margin: 0;
  }
  .look-scene--july-03 .look-scene__photo--main {
    width: 76vw;
  }
  .look-scene--july-brand03 {
    text-align: center;
  }
  .look-scene--july-brand03 .look-scene__photo--a,
  .look-scene--july-brand03 .look-scene__photo--b {
    width: 40vw;
  }
  .look-scene--july-brand03 .look-scene__photo--a {
    margin-left: 0;
  }
  .look-scene--july-brand03 .look-scene__photo--b {
    margin-left: 5vw;
  }
  .look-scene--july-05 {
    display: grid !important;
    grid-template-columns: 72vw 20vw;
    -moz-column-gap: 4vw;
         column-gap: 4vw;
    align-items: center;
    padding-left: 0;
  }
  .look-scene--july-05 .look-scene__photo--main {
    width: 72vw;
    grid-column: 1;
  }
  .look-scene--july-05 .look-num {
    width: 18vw !important;
    max-width: none;
    grid-column: 2;
    margin: 0;
  }
  .look-scene--july-05 .look-num img {
    width: 100%;
    max-width: 100%;
  }
  .look-scene--july-05 .look-credit {
    grid-column: 1/-1;
    margin-top: 18px;
  }
  .look-scene--aug-02 {
    font-size: 0;
  }
  .look-scene--aug-02 .look-scene__photo--a {
    width: 72vw !important;
  }
  .look-scene--aug-02 .look-scene__photo--b,
  .look-scene--aug-02 .look-scene__photo--c {
    width: 47vw;
    margin-top: 24px;
  }
  .look-scene--aug-02 .look-scene__photo--b {
    margin-left: 0;
  }
  .look-scene--aug-02 .look-scene__photo--c {
    margin-left: 6vw;
  }
  .look-scene--aug-pair01 {
    height: auto !important;
    width: 100vw !important;
    margin-left: calc(50% - 50vw) !important;
    padding: 0;
    font-size: 0;
    text-align: left !important;
  }
  .look-scene--aug-pair01 .look-scene__photo--a {
    display: block !important;
    width: 52vw !important;
    margin: 0 0 0 auto !important;
  }
  .look-scene--aug-pair01 .look-scene__photo--b {
    display: block !important;
    width: 68vw !important;
    margin: 42px auto 0 0 !important;
  }
  .look-scene--aug-04 {
    width: 90vw !important;
  }
  .look-scene--aug-04 .look-scene__photo--main,
  .look-scene--aug-04 .look-scene__caption {
    width: 100%;
  }
  .look-scene--aug-04 .look-scene__caption {
    padding: 0;
  }
  .look-scene--aug-vintage .brand-card__logo--vertical {
    width: 9vw !important;
    aspect-ratio: 101/450;
    margin: 0 5vw 0 8vw;
  }
  .look-scene--aug-vintage .brand-card__logo--vertical .brand-card__mark {
    width: 35% !important;
    left: 0 !important;
    top: 8% !important;
  }
  .look-scene--aug-vintage .brand-card__logo--vertical .brand-card__city {
    width: 32% !important;
    left: 66% !important;
    top: 0 !important;
  }
  .look-scene--aug-05 {
    width: 90vw !important;
  }
  .look-scene--aug-05 .look-scene__photo--main,
  .look-scene--aug-05 .look-scene__caption {
    width: 100%;
  }
  .look-scene--aug-05 .look-scene__caption {
    padding: 0;
  }
  .look-scene--aug-05 .look-num,
  .look-scene--aug-05 .look-credit {
    margin-top: 24px !important;
  }
  .look-scene--aug-07 .look-scene__photo--a {
    width: 72vw;
    margin-left: auto;
    margin-right: 0;
  }
  .look-scene--aug-07 .look-num,
  .look-scene--aug-07 .look-credit {
    margin-left: auto;
    margin-right: 20px;
    text-align: right !important;
  }
  .look-scene--aug-07 .look-scene__photo--b {
    width: 80vw;
    margin: 28px 0 0 calc(50% - 56vw);
  }
  .look-scene--aug-07 .look-scene__photo--c {
    width: 48vw;
    margin: 24px auto 0;
  }
  .brand-card__logo--lee {
    width: 68vw !important;
    margin: -6vw 0 22px 4vw;
  }
  .brand-card__logo--marge {
    width: 78vw !important;
  }
  .look-scene--july-05 {
    grid-template-columns: 72vw 18vw;
    -moz-column-gap: 5vw;
         column-gap: 5vw;
  }
  .look-scene--july-05 .look-num {
    width: 38vw !important;
    max-width: none;
    justify-self: center;
  }
  .look-scene--july-05 .look-num img {
    width: 100%;
    max-width: 100%;
    transform: rotate(90deg);
    transform-origin: center center;
  }
  .look-month--august .look-scene--aug-01,
  .look-month--august .look-scene--aug-04 {
    width: 90vw !important;
    margin-left: auto !important;
    margin-right: auto !important;
  }
  .look-month--august .look-scene--aug-05 {
    width: 80vw !important;
    margin-left: auto !important;
    margin-right: auto !important;
  }
  .look-month--august .look-scene--aug-01 .look-scene__photo--main,
  .look-month--august .look-scene--aug-01 .look-scene__caption,
  .look-month--august .look-scene--aug-04 .look-scene__photo--main,
  .look-month--august .look-scene--aug-04 .look-scene__caption,
  .look-month--august .look-scene--aug-05 .look-scene__photo--main,
  .look-month--august .look-scene--aug-05 .look-scene__caption {
    width: 100% !important;
  }
  .look-month--august .look-scene--aug-vintage .look-scene__photo--a,
  .look-month--august .look-scene--aug-vintage .look-scene__photo--b {
    margin-left: auto !important;
    margin-right: 0 !important;
  }
  .look-month--august .look-scene--aug-vintage .brand-card__logo--vertical,
  .look-month--august .look-scene--aug-vintage .brand-card__logo--vintage,
  .look-month--august .look-scene--aug-vintage .brand-card__logo--vertical.brand-card__logo--vintage {
    width: 15vw !important;
    height: calc(15vw * 450 / 101) !important;
    margin: 0 8vw 0 2vw !important;
    aspect-ratio: 101/450;
  }
  .look-month--august .look-scene--aug-vintage .brand-card__logo--vertical.brand-card__logo--vintage .brand-card__mark {
    width: 31% !important;
    height: auto !important;
    left: 0 !important;
    top: 8% !important;
  }
  .look-month--august .look-scene--aug-vintage .brand-card__logo--vertical.brand-card__logo--vintage .brand-card__city {
    width: 31% !important;
    height: auto !important;
    left: 73% !important;
    top: 0 !important;
  }
  .look-scene--aug-06 {
    display: flex !important;
    flex-direction: column;
    align-items: flex-start;
    padding: 0;
  }
  .look-scene--aug-06 .look-num {
    order: 1;
    margin: 0 0 14px 20px;
  }
  .look-scene--aug-06 .look-scene__photo--main {
    order: 2;
    width: 68vw;
    margin: 0 0 0 auto;
  }
  .look-scene--aug-06 .look-credit {
    order: 3;
    width: calc(100% - 40px) !important;
    margin: 18px auto 0;
    text-align: left !important;
  }
  .look-staff {
    height: auto;
    padding: 52px 20px;
    margin-left: 0;
  }
  .look-staff p {
    font-size: 1.2rem;
    line-height: 2;
  }
  .city-footer {
    width: 100%;
    height: auto;
    padding: 52px 20px 42px;
  }
  .city-footer__logo {
    width: 68vw;
    height: 5vw;
    margin-bottom: 34px;
  }
  .city-footer__nav {
    flex-wrap: wrap;
    gap: 14px 14px;
    margin-bottom: 50px;
  }
  .city-footer__nav a {
    font-size: 1.2rem;
  }
}/*# sourceMappingURL=style.css.map */
