@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@300;400;500&display=swap");

@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));
  }
}


@font-face {
  font-family: "TsukuGoPro", sans-serif;
  src: url("../fonts/FOT-TsukuGoPro-R.otf") format("opentype"), url("../fonts/TsukuGoPro-R-AlphaNum.woff") format("woff2"), url("../fonts/TsukuGoPro-R-AlphaNum.woff2") format("woff");
  font-weight: normal;
  font-style: normal;
}

#look_231004 {
  /* ---------- Text Area ---------- */
  font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", YuGothic, "游ゴシック体", "メイリオ", "Meiryo", sans-serif;
  font-feature-settings: "palt";
  color: #231815;
  text-align: center;
  text-justify: inter-character;
  overflow: hidden;
}

.main-area {
  min-width: unset;
  max-width: unset;
}

.main-area .main-inner{
  padding: 0;
}

#look_231004 *,
#look_231004 *::after,
#look_231004 *::before {
  box-sizing: border-box;
}

#look_231004 * {
  font: inherit;
}

#look_231004 figure,
#look_231004 .credit-wrap,
#look_231004 [class*=content],
#look_231004 [class*=__wrap],
#look_231004 [class*=-inner],
#look_231004 [class*=__image],
#look_231004 [class*=__item],
#look_231004 [class*=__video],
#look_231004 [class*=__caption] {
  position: relative;
  width: 100%;
}

#look_231004 picture,
#look_231004 svg,
#look_231004 img,
#look_231004 video {
  position: relative;
  width: 100%;
  height: auto;
  display: block;
  line-height: 0;
}

#look_231004 a:link {
  pointer-events: all;
}

#look_231004 a:link:hover {
  cursor: pointer;
}

#look_231004 a.no_link {
  opacity: 1;
  pointer-events: none;
  border: none;
  text-decoration: none;
}

#look_231004 picture[data-animate*=crossFade--hover] {
  animation-name: crossFade;
  animation-duration: 4000ms;
  animation-timing-function: ease-in-out;
  animation-iteration-count: infinite;
  animation-direction: alternate;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
}

@keyframes crossFade {
  0% {
    opacity: 1;
  }
  30% {
    opacity: 1;
  }
  70% {
    opacity: 0;
  }
  100% {
    opacity: 0;
  }
}

[data-animate=rotate] {
  animation-name: rotate;
  animation-duration: 30000ms;
  animation-timing-function: linear;
  animation-iteration-count: infinite;
  animation-direction: forwards;
}

@keyframes rotate {
  0% {
    transform: rotate(0);
  }

  100% {
    transform: rotate(360deg);
  }
}

@keyframes aniGoing {
  0% {
    opacity: 0;
    transform: translateX(-100%);
  }

  25% {
    opacity: 1;
  }

  50% {
    transform: translateX(0);
  }

  100% {
    opacity: 0;
  }
}

[class*=anima] {
  opacity: 0;
  will-change: opacity, transform;
  transition: ease-in, opacity 3000ms, transform 1000ms;
}

[class*=anima]:not(.onView) * {
  animation-play-state: paused;
}

[class*=anima].onView {
  opacity: 1;
  transform: translate3d(0, 0, 0) !important;
}

[class*=anima].onView * {
  animation-play-state: running;
}

[data-src]::before {
  content: "";
  display: block;
  padding-top: 56.25%;
}

#look_231004 a:link {
  transition: ease, 600ms;
}

#look_231004 .look .credit-wrap {
  opacity: 0;
  background-color: transparent;
  transition: ease, 600ms;
}

#look_231004 .look:hover .look__image a,
#look_231004 .look.active .look__image a {
  opacity: 1;
  pointer-events: all;
}

/* STAFFSNAP */
#look_231004 .staff {
  position: relative;
  text-align: left;
}
@media screen and (max-width: 767px) {
  #look_231004 .staff {
    border-top: 0.99px solid #808080;
    padding: 3.1rem 5rem;
    white-space: nowrap;
    font-family: acumin-pro, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", YuGothic, "游ゴシック体", "メイリオ", "Meiryo", sans-serif!important;
    text-align: left;
    font-weight: 200;
    font-size: 2.2rem;
    line-height: 1.8;
    letter-spacing: 0.05em;
  }
}
#look_231004 .staff dt:not(:first-of-type) {
  margin-top: 2.2rem;
}
@media screen and (min-width: 768px) {
  #look_231004 .staff {
    position: relative;
    left: 50%;
    transform: translateX(-50%);
    width: 100vw;
    padding: 1.3rem 0 6rem;
    border-top: 1px solid #212121;
    font-size: 1.4rem;
    line-height: 1.65;
    letter-spacing: 0.063em;
    font-weight: 200;
  }
  #look_231004 .staff p{
    width: 111.6rem;
    margin: auto;
  }
}
#look_231004 .staff span {
  margin-left: 0.5em;
}

#look_231004 .look:hover .credit-wrap,
#look_231004 .look.active .credit-wrap {
  opacity: 1;
  background-color: rgba(255,  255,  255,  0.7);
}

#look_231004 .look .credit-wrap{
  display: flex;
  position: absolute;
  z-index: 1;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
  align-items: center;
  justify-content: center;
  pointer-events: none;
}

#look_231004 .look:hover .credit-wrap .credit-list a,
#look_231004 .look.active .credit-wrap .credit-list a {
  pointer-events: all;
}

#look_231004 .look:hover .credit-wrap .credit-list a,
#look_231004 .look.active .credit-wrap .credit-list a {
  pointer-events: all;
}

#look_231004 .look .credit-list {
    transform: translateY(-0.1rem);
    position: absolute;
    z-index: 1;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    margin: auto;
    font-family: acumin-pro, sans-serif;
    font-weight: 200;
    font-style: normal;
    font-size: 1.4rem;
    line-height: 1.85;
    letter-spacing: 0.05em;
    text-align: center;
    color: var(--tag-color);
}


/* SP */
#look_231004 .mvlead {
  font-feature-settings: "palt";
  font-family: acumin-pro, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", YuGothic, "游ゴシック体", "メイリオ", "Meiryo", sans-serif!important;
  text-align: center;
  letter-spacing: 0.1em;
}

#look_231004 .titleTxt {
  font-family: acumin-pro, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", YuGothic, "游ゴシック体", "メイリオ", "Meiryo", sans-serif!important;
  font-size: 4.4rem;
  font-weight: 700;
  letter-spacing: 0;
}
#look_231004 .titleTxt span{
  font-size: 3rem;
  letter-spacing: 0;
}



@media screen and (max-width: 767px) {
  .main-area {
    max-width: none;
  }

  #look_231004 .look:hover .credit-wrap,
  #look_231004 .look.active .credit-wrap {
    pointer-events: none;
  }

  #look_231004 .mvlead {
    font-size: 2.2rem;
    line-height: 2;
    margin: 9rem auto 10rem;
  }
  
  #look_231004 .titleTxt span {
    font-size: 4.4rem;
    letter-spacing: 0;
  }
  
  #look_231004 .titleTxt:first-of-type{
    margin-top: 0;
  }

  #look_231004 .titleTxt{
    width: 69.4rem;
    margin: 13rem auto 6rem;
    padding: 0 0 1rem;
    border-bottom: 0.1rem solid #000;
    font-size: 4.2rem;
    text-align: left;
  }

  #look_231004 .contents-wrap.grid{
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 1rem;
    margin: auto;
    width: 69.4rem;
  }
  
  #look_231004 .contents.full{
    width: 100%;
    margin: 8rem auto;
  }

  #look_231004 .contents-wrap.free{
    position: relative;
    width: 69.4rem;
    margin: auto;
  }
  
  #look_231004 .contents-wrap.free.--05{
    margin: 8rem auto 0;
  }
  #look_231004 .contents-wrap.free.--08{
    margin-bottom: 16rem;
  }

  #look_231004 .contents-wrap .contents.--11{
    width: 47.4rem;
  }
  #look_231004 .contents-wrap .contents.--12{
    width: 37.2rem;
    margin: -3rem 0 0 auto;
  }
  #look_231004 .contents-wrap .contents.--16{
    position: relative;
    width: 37.2rem;
    margin: 0 0 0 auto;
    z-index: 5;
  }
  #look_231004 .contents-wrap .contents.--17{
    width: 47.4rem;
    margin: -2rem auto 0 0;
  }
  #look_231004 .contents-wrap .contents.--18{
    width: 47.2rem;
    margin: 2rem 0 0 auto;
  }
  #look_231004 .contents.full.--28{
    width: 100%;
    margin: 6.5rem auto;
  }
  #look_231004 .contents-wrap .contents.--29{
    position: relative;
    width: 47.4rem;
    margin: 2rem 0 0 auto;
    z-index: 5;
  }
  #look_231004 .contents-wrap .contents.--30{
    width: 37.2rem;
    margin: -2.5rem auto 0 0;
  }
  #look_231004 .titleTxt--2{
    font-family: acumin-pro, "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic", "メイリオ", sans-serif;
    margin: 12.9rem auto 13.5rem;
    font-weight: 700;
    font-size: 5.8rem;
    line-height: 1.724;
    letter-spacing: 0.052em;
  }
  #look_231004 .look .credit-list {
    font-size: 2.0rem;
  }
}




@media screen and (min-width: 768px) {
  #look_231004 .mainVisual{
    width: 100rem;
    margin: auto;
  }
  

  #look_231004 .look.active .credit-wrap {
    pointer-events: all;
  }

  #look_231004 .mvlead {
    font-size: 2.2rem;
    line-height: 2;
    margin: 7rem auto 7rem;
  }
  #look_231004 .titleTxt:first-of-type{
    margin-top: 0;
  }

  #look_231004 .titleTxt{
    width: 100rem;
    margin: 14.8rem auto 6rem;
    padding: 0 0 0.6rem;
    border-bottom: 0.1rem solid #000;
    font-size: 3.1rem;
    text-align: left;
  }

  #look_231004 .contents-wrap.grid{
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 4rem;
    margin: auto;
    width: 100rem;
  }
  
  #look_231004 .contents.full{
    width: 60rem;
    margin: 12rem auto;
  }

  #look_231004 .contents.full.--10 {
    width: 86rem;
  }

  #look_231004 .contents-wrap.free{
    position: relative;
    width: 100rem;
    margin: auto;
  }
  
  #look_231004 .contents-wrap.free.--05{
    display: flex;
    flex-direction: row-reverse;
    justify-content: flex-end;
    padding-bottom: 47.6rem;
    margin: 12rem auto 0;
  }
  #look_231004 .contents-wrap.free.--08{
    margin-bottom: 15rem;
  }

  #look_231004 .contents-wrap .contents.--11{
    width: 54rem;
  }
  #look_231004 .contents-wrap .contents.--12{
    position: absolute;
    bottom: 0;
    right: 0;
    width: 42rem;
  }
  #look_231004 .contents-wrap .contents.--16{
    position: relative;
    width: 42rem;
    margin: 0;
    z-index: 5;
  }
  #look_231004 .contents-wrap .contents.--17{
    width: 48rem;
    margin: 18rem 0 0;
  }
  #look_231004 .contents-wrap .contents.--18{
    position: absolute;
    top: 65.5rem;
    right: 0;
    width: 48rem;
  }
  #look_231004 .contents.full.--28{
    width: 60rem;
    margin: 12rem auto;
  }
  #look_231004 .contents-wrap .contents.--29{
    position: relative;
    width: 54rem;
    margin: 2rem 0 0 auto;
    z-index: 5;
  }
  #look_231004 .contents-wrap .contents.--30{
    position: absolute;
    bottom: 0;
    width: 42rem;
  }
  #look_231004 .titleTxt--2{
    font-family: acumin-pro, "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic", "メイリオ", sans-serif;
    margin: 13.7rem auto 14rem;
    font-weight: 700;
    font-size: 4.6rem;
    line-height: 1.724;
    letter-spacing: 0.06em;
  }
}





@media screen and (min-width: 767px) {
  #look_231004 .credit-list {
    --tag-color: #231815;
  }
  
  #look_231004 .mvlead {
    font-size: 1.4rem;
    line-height: 2.214;
  }

}