@charset "UTF-8";
@import url("https://use.typekit.net/trc4hjw.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;
  }
}
@keyframes moveleft {
  0% {
    left: 100vw;
  }
  100% {
    left: -200vw;
  }
}
@keyframes moveright {
  0% {
    left: -200vw;
  }
  100% {
    left: 100vw;
  }
}
/* ------------------------------------------------------------------------------------------------------------------------ */
html, body {
  width: 100%;
  height: auto;
}

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

body {
  font-family: "source-han-sans-japanese", sans-serif;
  font-size: 1rem;
  line-height: 1.5rem;
  color: #FFF;
  text-align: center;
  -webkit-text-size-adjust: 100%;
  background-color: #F15A25;
  height: 100%;
  position: fixed;
  left: 0px;
  top: 0px;
}
body.loaded {
  position: static;
}
body.looking {
  overflow: hidden;
}

a {
  color: #111;
  text-decoration: none;
  cursor: pointer;
}

a:hover, a:active, a.active {
  color: #F27439;
}

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: 0px;
  margin: 0px;
  box-sizing: border-box;
  list-style: none;
}

br.brsp {
  display: none;
}

/* ---------------------------------------------------------page--------------------------------------------------------- */
#loader {
  width: 100%;
  height: calc(var(--vh) * 100);
  min-height: 100%;
  background-color: #F15A25;
  position: fixed;
  left: 0px;
  top: 0px;
  z-index: 99999;
  transition: opacity 0.75s ease-out;
}
#loader.hide {
  opacity: 0;
}
#loader .inner {
  width: 100%;
  height: 100%;
  display: flex;
  flex-wrap: nowrap;
  flex-direction: row;
  justify-content: center;
  align-items: center;
}
#loader .inner h2 {
  width: 223px;
  height: 17px;
  background-image: url(../images/logo.png);
  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(255, 255, 255, 0.2);
  position: absolute;
  left: 0px;
  bottom: 0px;
  z-index: 5;
}
#loader .bar span {
  width: 0%;
  height: 100%;
  background-color: #FFF;
  display: block;
}

header {
  width: auto;
  position: fixed;
  top: 10px;
  right: 10px;
  z-index: 999;
  pointer-events: none;
  transition: all 0.25s ease-in 0s;
  opacity: 1;
}
header.on {
  opacity: 1;
}
header .inner {
  width: 100%;
  position: relative;
}
header .inner ul {
  display: flex;
  flex-wrap: nowrap;
  flex-direction: row;
  justify-content: flex-start;
  align-items: stretch;
}
header .inner ul li {
  width: 120px;
}
header .inner ul li:not(:first-child) {
  margin-left: 5px;
}
header .inner ul li a {
  width: 100%;
  pointer-events: auto;
  background-color: #111;
  height: 30px;
  display: flex;
  flex-wrap: nowrap;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  transition: all 0.25s ease-in 0s;
}
header .inner ul li a span {
  color: #FFF;
  font-family: aktiv-grotesk-condensed, sans-serif;
  font-size: 1.6rem;
  font-weight: 700;
  line-height: 1;
  letter-spacing: 0em;
  position: relative;
}
header .inner ul li a:hover {
  background-color: rgba(0, 0, 0, 0.5);
}

main {
  width: 100%;
  padding: 0px;
  margin: 0 0 90px 0;
  position: relative;
  z-index: 0;
  box-sizing: border-box;
}
main .inner {
  width: 100%;
  display: flex;
  flex-wrap: nowrap;
  flex-direction: row;
  justify-content: space-between;
  align-items: flex-start;
}
main .inner section#visual {
  width: 40%;
  display: flex;
  flex-wrap: nowrap;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  position: sticky;
  top: 0px;
}
main .inner section#visual.on .img::before {
  opacity: 1;
}
main .inner section#visual.on .img::after {
  opacity: 1;
}
main .inner section#visual.on .img h1 {
  opacity: 1;
}
main .inner section#visual.on .img h2 {
  opacity: 1;
}
main .inner section#visual.on .img p {
  opacity: 1;
}
main .inner section#visual.on .img > div {
  opacity: 1;
}
main .inner section#visual.on .copy {
  opacity: 1;
}
main .inner section#visual .img {
  width: 100%;
  margin-bottom: 50px;
  position: relative;
}
main .inner section#visual .img::before {
  content: "";
  width: 213px;
  height: 17px;
  background-image: url(../images/logo.png);
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  display: block;
  position: absolute;
  top: 10px;
  left: 10px;
  z-index: 3;
  opacity: 0;
  transition: opacity 0.25s ease-in 1.5s;
}
main .inner section#visual .img::after {
  content: "ザ ムード";
  color: #FFF;
  font-family: "source-han-sans-japanese", sans-serif;
  font-size: 2.3rem;
  font-weight: 500;
  line-height: 1;
  letter-spacing: 0em;
  text-align: right;
  position: absolute;
  top: 5px;
  right: 10px;
  z-index: 3;
  display: inline-block;
  opacity: 0;
  transition: opacity 0.25s ease-in 1.75s;
}
main .inner section#visual .img h1 {
  background-image: url(../images/title.png);
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  text-align: left;
  text-indent: 999%;
  white-space: nowrap;
  display: block;
  overflow: hidden;
  width: 100%;
  height: 17.588vw;
  opacity: 0;
  transition: opacity 0.25s ease-in 0.25s;
}
main .inner section#visual .img h2 {
  background-image: url(../images/title_body1.png);
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  text-align: left;
  text-indent: 999%;
  white-space: nowrap;
  display: block;
  overflow: hidden;
  width: calc(100% - 60px);
  height: calc((40vw - 60px) * 0.1723);
  position: absolute;
  bottom: 50px;
  left: 30px;
  z-index: 1;
  opacity: 0;
  transition: opacity 0.25s ease-in 1s;
}
main .inner section#visual .img p {
  background-image: url(../images/title_body2.png);
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  text-align: left;
  text-indent: 999%;
  white-space: nowrap;
  display: block;
  overflow: hidden;
  width: 217px;
  height: 42px;
  position: absolute;
  right: 20px;
  bottom: 160px;
  z-index: 1;
  opacity: 0;
  transition: opacity 0.25s ease-in 1.25s;
}
main .inner section#visual .img > div {
  width: 100%;
  margin-top: -80px;
  position: relative;
  opacity: 0;
  transition: opacity 0.25s ease-in 0.5s;
}
main .inner section#visual .copy {
  width: calc(100% - 100px);
  opacity: 0;
  transition: opacity 0.25s ease-in 2s;
}
main .inner section#visual .copy h3 {
  color: #FFF;
  font-family: aktiv-grotesk-condensed, sans-serif;
  font-size: 3rem;
  font-weight: 700;
  line-height: 1;
  letter-spacing: -0.02em;
  margin-bottom: 20px;
}
main .inner section#visual .copy p {
  color: #FFF;
  font-family: "source-han-sans-japanese", sans-serif;
  font-size: 1.2rem;
  font-weight: 400;
  line-height: 2;
  letter-spacing: 0em;
  text-align: left;
}
main .inner section#contents {
  width: 60%;
  display: flex;
  flex-wrap: nowrap;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
}
main .inner section#contents .sec {
  width: calc(100% - 20px);
}
main .inner section#contents .sec.on h4 {
  opacity: 1;
}
main .inner section#contents .sec.on .thumbs .thumb {
  opacity: 1;
}
main .inner section#contents .sec.on .text {
  opacity: 1;
}
main .inner section#contents .sec:not(:last-child) {
  margin-bottom: 140px;
}
main .inner section#contents .sec.anchor {
  padding: 90px 100px;
}
main .inner section#contents .sec.anchor.on h3 {
  opacity: 1;
}
main .inner section#contents .sec.anchor.on ul li {
  opacity: 1;
  clip-path: inset(0 0 0 0);
}
main .inner section#contents .sec.anchor:not(:last-child) {
  margin-bottom: 0px;
}
main .inner section#contents .sec.anchor h3 {
  color: #FFF;
  font-family: aktiv-grotesk-condensed, sans-serif;
  font-size: 4rem;
  font-weight: 700;
  line-height: 1;
  letter-spacing: -0.02em;
  margin-bottom: 30px;
  opacity: 0;
  transition: opacity 0.5s ease-in 0s;
}
main .inner section#contents .sec.anchor ul {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  flex-direction: row;
  justify-content: flex-start;
  align-items: stretch;
}
main .inner section#contents .sec.anchor ul li {
  width: calc((100% - 20px) / 3);
  position: relative;
  clip-path: inset(0 100% 0 0);
  opacity: 0;
}
main .inner section#contents .sec.anchor ul li::before {
  content: "";
  width: 12px;
  height: 12px;
  background-color: #FFF;
  position: absolute;
  right: 5px;
  bottom: 5px;
  z-index: 1;
  display: block;
  clip-path: polygon(100% 0, 0% 100%, 100% 100%);
  transition: all 0.25s ease-in 0s;
}
main .inner section#contents .sec.anchor ul li:not(:nth-child(3n+1)) {
  margin-left: 10px;
}
main .inner section#contents .sec.anchor ul li:not(:nth-child(n+4)) {
  margin-bottom: 10px;
}
main .inner section#contents .sec.anchor ul li:nth-child(1) {
  transition: all 0.25s ease-out 0.5s;
}
main .inner section#contents .sec.anchor ul li:nth-child(2) {
  transition: all 0.25s ease-out 0.6s;
}
main .inner section#contents .sec.anchor ul li:nth-child(3) {
  transition: all 0.25s ease-out 0.7s;
}
main .inner section#contents .sec.anchor ul li:nth-child(4) {
  transition: all 0.25s ease-out 0.8s;
}
main .inner section#contents .sec.anchor ul li:nth-child(5) {
  transition: all 0.25s ease-out 0.9s;
}
main .inner section#contents .sec.anchor ul li:nth-child(6) {
  transition: all 0.25s ease-out 1s;
}
main .inner section#contents .sec.anchor ul li:hover::before {
  width: 18px;
  height: 18px;
}
main .inner section#contents .sec.anchor ul li:hover img {
  transform: scale(1.05);
}
main .inner section#contents .sec.anchor ul li dl {
  width: 100%;
  height: 100%;
  display: flex;
  flex-wrap: nowrap;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  position: absolute;
  top: 0px;
  left: 0px;
  z-index: 1;
}
main .inner section#contents .sec.anchor ul li dl dt {
  color: #FFF;
  font-family: aktiv-grotesk-condensed, sans-serif;
  font-size: 1.8rem;
  font-weight: 700;
  line-height: 1.5;
  letter-spacing: -0.02em;
}
main .inner section#contents .sec.anchor ul li dl dd {
  color: #FFF;
  font-family: aktiv-grotesk-condensed, sans-serif;
  font-size: 2.6rem;
  font-weight: 700;
  line-height: 1.5;
  letter-spacing: -0.02em;
}
main .inner section#contents .sec.anchor ul li img {
  transition: all 0.25s ease-in 0s;
}
main .inner section#contents .sec.profile {
  width: 100%;
  display: flex;
  flex-wrap: nowrap;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  opacity: 0;
  transition: opacity 0.5s ease-in 0s;
}
main .inner section#contents .sec.profile.on {
  opacity: 1;
}
main .inner section#contents .sec.profile .inprof {
  width: 62.5%;
  display: flex;
  flex-wrap: wrap;
  flex-direction: row;
  justify-content: flex-start;
  align-items: center;
}
main .inner section#contents .sec.profile .inprof > div {
  width: calc((100% - 60px) / 3);
}
main .inner section#contents .sec.profile .inprof > div:not(:nth-child(3n+1)) {
  margin-left: 30px;
}
main .inner section#contents .sec.profile .inprof > div:not(:nth-child(n+4)) {
  margin-bottom: 30px;
}
main .inner section#contents .sec.profile .inprof > div a {
  width: 100%;
  display: flex;
  flex-wrap: nowrap;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
}
main .inner section#contents .sec.profile .inprof > div a:hover > div {
  padding: 0px;
}
main .inner section#contents .sec.profile .inprof > div a:hover dl {
  opacity: 0.7;
}
main .inner section#contents .sec.profile .inprof > div a > div {
  width: 100%;
  padding: 5px;
  margin-bottom: 10px;
  border: solid 1px #FFF;
  border-radius: 50%;
  transition: all 0.25s ease-in 0s;
}
main .inner section#contents .sec.profile .inprof > div a > div img {
  width: 100%;
  border-radius: 50%;
}
main .inner section#contents .sec.profile .inprof > div a dl {
  display: flex;
  flex-wrap: nowrap;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  transition: all 0.25s ease-in 0s;
}
main .inner section#contents .sec.profile .inprof > div a dl::after {
  content: "";
  width: 18px;
  height: 18px;
  background-image: url(../images/icon_insta.svg);
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  display: block;
}
main .inner section#contents .sec.profile .inprof > div a dl dt {
  color: #FFF;
  font-family: aktiv-grotesk-condensed, sans-serif;
  font-size: 2rem;
  font-weight: 700;
  line-height: 1;
  letter-spacing: 0em;
  margin-bottom: 5px;
}
main .inner section#contents .sec.profile .inprof > div a dl dd {
  color: #FFF;
  font-family: aktiv-grotesk-condensed, sans-serif;
  font-size: 1.2rem;
  font-weight: 700;
  line-height: 1.5;
  letter-spacing: 0em;
  white-space: nowrap;
  margin-bottom: 10px;
}
main .inner section#contents .sec h4 {
  display: flex;
  flex-wrap: nowrap;
  flex-direction: row;
  justify-content: center;
  align-items: flex-start;
  margin-bottom: 30px;
  opacity: 0;
  transition: opacity 0.5s ease-in 0s;
}
main .inner section#contents .sec h4 span {
  position: relative;
}
main .inner section#contents .sec h4 span:nth-child(1) {
  color: #FFF;
  font-family: aktiv-grotesk-condensed, sans-serif;
  font-size: 2rem;
  font-weight: 700;
  line-height: 1;
  letter-spacing: -0.02em;
  transform: translateY(0.25rem);
}
main .inner section#contents .sec h4 span:nth-child(2) {
  color: #FFF;
  font-family: aktiv-grotesk-condensed, sans-serif;
  font-size: 4rem;
  font-weight: 700;
  line-height: 1;
  letter-spacing: -0.02em;
  margin-left: 10px;
}
main .inner section#contents .sec .thumbs {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  flex-direction: row;
  justify-content: flex-start;
  align-items: stretch;
}
main .inner section#contents .sec .thumbs .thumb {
  width: 50%;
  position: relative;
  opacity: 0;
}
main .inner section#contents .sec .thumbs .thumb::before {
  content: "";
  width: 96px;
  height: 13px;
  background-image: url(../images/text_viewmore.png);
  background-repeat: no-repeat;
  background-position: left center;
  background-size: contain;
  position: absolute;
  bottom: 10px;
  left: calc(50% - 48px);
  z-index: 3;
}
main .inner section#contents .sec .thumbs .thumb:nth-child(1) {
  transition: opacity 0.25s ease-in 0.25s;
}
main .inner section#contents .sec .thumbs .thumb:nth-child(2) {
  transition: opacity 0.25s ease-in 0.5s;
}
main .inner section#contents .sec .thumbs .thumb:nth-child(3) {
  transition: opacity 0.25s ease-in 0.75s;
}
main .inner section#contents .sec .thumbs .thumb:nth-child(4) {
  transition: opacity 0.25s ease-in 1s;
}
main .inner section#contents .sec .thumbs .thumb .ph {
  width: 100%;
}
main .inner section#contents .sec .thumbs .thumb .slider {
  width: 100%;
}
main .inner section#contents .sec .thumbs .thumb .slider.thumbslide {
  width: 60px;
  height: 565px;
  position: absolute;
  right: 10px;
  bottom: 10px;
}
main .inner section#contents .sec .thumbs .thumb .slider.thumbslide .swiper-wrapper {
  width: 100%;
}
main .inner section#contents .sec .thumbs .thumb .slider.thumbslide .swiper-wrapper .swiper-slide {
  width: 60px;
  height: 90px;
  position: relative;
}
main .inner section#contents .sec .thumbs .thumb .slider.thumbslide .swiper-wrapper .swiper-slide::before {
  content: "";
  width: 60px;
  height: 90px;
  box-sizing: border-box;
  display: block;
  position: absolute;
  top: 0px;
  left: 0px;
  z-index: 1;
}
main .inner section#contents .sec .thumbs .thumb .slider.thumbslide .swiper-wrapper .swiper-slide.swiper-slide-thumb-active::before {
  border: solid 2px #FFF;
}
main .inner section#contents .sec .text {
  width: 100%;
  padding: 40px;
  opacity: 0;
  transition: opacity 0.5s ease-in 1s;
}
main .inner section#contents .sec .text p {
  color: #FFF;
  font-family: "source-han-sans-japanese", sans-serif;
  font-size: 1.2rem;
  font-weight: 400;
  line-height: 2;
  letter-spacing: 0em;
  text-align: left;
}
main .inner section#contents .sec .text p:not(:last-child) {
  margin-bottom: 20px;
}
main .inner section#contents footer {
  width: calc(100% - 40px);
  border-top: solid 1px #FFF;
}
main .inner section#contents footer .inner {
  width: 100%;
  padding: 60px 0 0 0;
  display: flex;
  flex-wrap: nowrap;
  flex-direction: row;
  justify-content: space-between;
  align-items: flex-end;
}
main .inner section#contents footer .inner .link {
  width: 50%;
  display: flex;
  flex-wrap: nowrap;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
}
main .inner section#contents footer .inner .link ul {
  text-align: left;
  margin-bottom: 60px;
}
main .inner section#contents footer .inner .link ul li a {
  color: #FFF;
  font-family: aktiv-grotesk-condensed, sans-serif;
  font-size: 1.4rem;
  font-weight: 700;
  line-height: 1;
  letter-spacing: 0em;
  transition: all 0.25s ease-in 0s;
}
main .inner section#contents footer .inner .link ul li a:hover {
  opacity: 0.7;
}
main .inner section#contents footer .inner .link ul li:not(:last-child) {
  margin-bottom: 10px;
}
main .inner section#contents footer .inner .link p {
  color: #FFF;
  font-family: aktiv-grotesk-condensed, sans-serif;
  font-size: 1.1rem;
  font-weight: 700;
  line-height: 1;
  letter-spacing: 0em;
}
main .inner section#contents footer .inner .pgtop {
  width: 50%;
  display: flex;
  flex-wrap: nowrap;
  flex-direction: column;
  justify-content: flex-end;
  align-items: flex-end;
  cursor: pointer;
}
main .inner section#contents footer .inner .pgtop p {
  color: #FFF;
  font-family: aktiv-grotesk-condensed, sans-serif;
  font-size: 1.4rem;
  font-weight: 700;
  line-height: 1;
  letter-spacing: 0em;
  text-decoration: underline;
  text-align: right;
}

.looks {
  background-color: #FFF;
  width: 100%;
  height: 100%;
  padding: 40px 0 50vh 0;
  margin: 0px;
  position: fixed;
  left: 0px;
  top: 0px;
  z-index: 9999;
  overflow: scroll;
  opacity: 0;
  -webkit-overflow-scrolling: touch;
  pointer-events: none;
  transition: opacity 0.3s ease-in;
  box-sizing: border-box;
}
.looks.active {
  opacity: 1;
  pointer-events: auto;
}
.looks .wrap {
  width: 100%;
  height: auto;
}
.looks .wrap .spc {
  width: 100%;
  height: 50vh;
}
.looks .close {
  width: 40px;
  height: 40px;
  position: fixed;
  right: 30px;
  top: 30px;
  z-index: 99999;
  transition: all 0.25s ease-in 0s;
}
.looks .close span {
  width: 40px;
  height: 2px;
  background-color: #F15A25;
  position: absolute;
}
.looks .close span:nth-child(1) {
  left: 0px;
  top: 20px;
  transform: rotate(45deg);
}
.looks .close span:nth-child(2) {
  left: 0px;
  top: 20px;
  transform: rotate(-45deg);
}
.looks .close:hover {
  opacity: 0.7;
}
.looks .look {
  width: 800px;
  padding: 0px;
  margin: 0 auto;
  position: relative;
}
.looks .look:not(:last-child) {
  margin-bottom: 120px;
}
.looks .look .set {
  width: 100%;
  padding: 0px;
  display: flex;
  flex-wrap: nowrap;
  flex-direction: row;
  justify-content: space-between;
  align-items: flex-end;
}
.looks .look .set .photo {
  width: 400px;
  position: relative;
}
.looks .look .set .text {
  width: 360px;
  padding: 0px;
}
.looks .look .set .text .credits > div {
  padding-bottom: 10px;
  background-image: url(../images/dotline.png);
  background-repeat: repeat-x;
  background-position: left bottom;
  background-size: 4px 1px;
}
.looks .look .set .text .credits > div:not(:last-child) {
  margin-bottom: 10px;
}
.looks .look .set .text .credits > div.item-d-none dl dd {
  display: none;
}
.looks .look .set .text .credits > div dl {
  text-align: left;
  display: flex;
  flex-wrap: nowrap;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
}
.looks .look .set .text .credits > div dl dt {
  display: flex;
  flex-wrap: wrap;
  flex-direction: row;
  justify-content: flex-start;
  align-items: flex-start;
}
.looks .look .set .text .credits > div dl dt strong {
  color: #111;
  font-family: aktiv-grotesk-condensed, sans-serif;
  font-size: 1.4rem;
  font-weight: 600;
  line-height: 1;
  letter-spacing: 0em;
}
.looks .look .set .text .credits > div dl dt span {
  display: inline-block;
}
.looks .look .set .text .credits > div dl dt span:nth-child(2) {
  color: #111;
  font-family: aktiv-grotesk-condensed, sans-serif;
  font-size: 1.2rem;
  font-weight: 400;
  line-height: 1;
  letter-spacing: 0em;
  margin-left: 5px;
}
.looks .look .set .text .credits > div dl dt span:nth-child(3) {
  color: #111;
  font-family: aktiv-grotesk-condensed, sans-serif;
  font-size: 1.4rem;
  font-weight: 400;
  line-height: 1;
  letter-spacing: 0em;
  width: 100%;
}
.looks .look .set .text .credits > div dl dd a {
  color: #111;
  font-family: aktiv-grotesk-condensed, sans-serif;
  font-size: 1.2rem;
  font-weight: 600;
  line-height: 1;
  letter-spacing: 0em;
  padding: 4px 10px;
  border: solid 1px #111;
  border-radius: 20px;
  transition: all 0.25s ease-in 0s;
}
.looks .look .set .text .credits > div dl dd a:hover {
  opacity: 0.7;
}
.looks .look .set .text .credits > div dl dd a:not([href]) {
  display: none;
}
.looks .look .set .text .credits > div dl dd a:not([href]) + span {
  color: #FFF;
  font-family: aktiv-grotesk-condensed, sans-serif;
  font-size: 1.6rem;
  font-weight: 400;
  line-height: 1;
  letter-spacing: 0em;
  display: inline-block;
}
.looks .look .set .text .credits > div dl dd a:not([href]) + a.linelink {
  display: inline-block;
}
.looks .look .set .text .credits > div dl dd a[href] {
  display: inline-block;
}
.looks .look .set .text .credits > div dl dd a[href] + a.linelink {
  display: none;
}
.looks .look .set .text .credits > div dl dd a + span {
  display: none;
}
.looks .look .set .text .credits > div dl dd span {
  color: #111;
  font-family: aktiv-grotesk-condensed, sans-serif;
  font-size: 1.4rem;
  font-weight: 400;
  line-height: 1;
  letter-spacing: 0em;
}
.looks .look .set .arrow {
  width: 30px;
  height: 30px;
  background-image: url(../images/arrow.png);
  text-align: left;
  text-indent: 999%;
  white-space: nowrap;
  display: block;
  overflow: hidden;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  position: absolute;
  top: calc(50% - 15px);
  z-index: 1;
  cursor: pointer;
  transition: all 0.25s ease-in 0s;
}
.looks .look .set .arrow:hover {
  opacity: 0.7;
}
.looks .look .set .arrow.prev {
  left: 15px;
}
.looks .look .set .arrow.next {
  right: 15px;
  transform: rotate(180deg);
}

/* ----------------------------------------------- Media Queries Smartphone ----------------------------------------------- */
@media screen and (max-width: 768px) {
  br.brsp {
    display: block;
  }

  header {
    display: none;
  }

  main {
    margin: 0 0 80px 0;
  }
  main .inner {
    display: flex;
    flex-wrap: nowrap;
    flex-direction: column;
    justify-content: flex-start;
    align-items: center;
  }
  main .inner section#visual {
    width: 100%;
    padding: 0px;
    margin-bottom: 140px;
    display: flex;
    flex-wrap: nowrap;
    flex-direction: column;
    justify-content: flex-start;
    align-items: center;
    position: relative;
    top: auto;
  }
  main .inner section#visual .img {
    width: 100%;
    margin-bottom: 50px;
    position: relative;
  }
  main .inner section#visual .img::before {
    width: 152px;
    height: 11px;
    top: 10px;
    left: 10px;
    z-index: 3;
  }
  main .inner section#visual .img::after {
    content: "ザ ムード";
    color: #FFF;
    font-family: "source-han-sans-japanese", sans-serif;
    font-size: 1.5rem;
    font-weight: 500;
    line-height: 1;
    letter-spacing: 0em;
    text-align: right;
    position: absolute;
    top: 5px;
    right: 20px;
    z-index: 3;
    display: inline-block;
  }
  main .inner section#visual .img h1 {
    width: 100%;
    height: 43.97vw;
  }
  main .inner section#visual .img h2 {
    width: calc(100% - 40px);
    height: calc((100vw - 40px) * 0.1723);
    position: absolute;
    bottom: 35px;
    left: 20px;
    z-index: 1;
  }
  main .inner section#visual .img p {
    width: 155px;
    height: 30px;
    right: 15px;
    bottom: 115px;
  }
  main .inner section#visual .img > div {
    width: 100%;
    margin-top: -80px;
    position: relative;
  }
  main .inner section#visual .copy {
    width: calc(100% - 40px);
  }
  main .inner section#visual .copy h3 {
    color: #FFF;
    font-family: aktiv-grotesk-condensed, sans-serif;
    font-size: 3rem;
    font-weight: 700;
    line-height: 1;
    letter-spacing: -0.02em;
    margin-bottom: 20px;
  }
  main .inner section#visual .copy p {
    color: #FFF;
    font-family: "source-han-sans-japanese", sans-serif;
    font-size: 1.2rem;
    font-weight: 400;
    line-height: 2;
    letter-spacing: 0em;
    text-align: left;
  }
  main .inner section#contents {
    width: 100%;
    display: flex;
    flex-wrap: nowrap;
    flex-direction: column;
    justify-content: flex-start;
    align-items: center;
  }
  main .inner section#contents .sec {
    width: 100%;
  }
  main .inner section#contents .sec:not(:last-child) {
    margin-bottom: 150px;
  }
  main .inner section#contents .sec.anchor {
    width: calc(100% - 20px);
    padding: 0px;
  }
  main .inner section#contents .sec.anchor:not(:last-child) {
    margin-bottom: 80px;
  }
  main .inner section#contents .sec.anchor h3 {
    color: #FFF;
    font-family: aktiv-grotesk-condensed, sans-serif;
    font-size: 4rem;
    font-weight: 700;
    line-height: 1;
    letter-spacing: -0.02em;
    margin-bottom: 15px;
  }
  main .inner section#contents .sec.anchor ul {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    flex-direction: row;
    justify-content: flex-start;
    align-items: stretch;
  }
  main .inner section#contents .sec.anchor ul li {
    width: calc((100% - 10px) / 3);
  }
  main .inner section#contents .sec.anchor ul li:not(:nth-child(3n+1)) {
    margin-left: 5px;
  }
  main .inner section#contents .sec.anchor ul li:not(:nth-child(n+4)) {
    margin-bottom: 5px;
  }
  main .inner section#contents .sec.anchor ul li:hover::before {
    width: 12px;
    height: 12px;
  }
  main .inner section#contents .sec.anchor ul li:hover img {
    transform: scale(1);
  }
  main .inner section#contents .sec.anchor ul li dl dt {
    color: #FFF;
    font-family: aktiv-grotesk-condensed, sans-serif;
    font-size: 1.4rem;
    font-weight: 700;
    line-height: 1.5;
    letter-spacing: -0.02em;
  }
  main .inner section#contents .sec.anchor ul li dl dd {
    color: #FFF;
    font-family: aktiv-grotesk-condensed, sans-serif;
    font-size: 2rem;
    font-weight: 700;
    line-height: 1.5;
    letter-spacing: -0.02em;
  }
  main .inner section#contents .sec.profile {
    width: 100%;
    display: flex;
    flex-wrap: nowrap;
    flex-direction: column;
    justify-content: flex-start;
    align-items: center;
  }
  main .inner section#contents .sec.profile .inprof {
    width: calc(100% - 20px);
    display: flex;
    flex-wrap: wrap;
    flex-direction: row;
    justify-content: flex-start;
    align-items: flex-start;
  }
  main .inner section#contents .sec.profile .inprof > div {
    width: calc((100% - 20px) / 3);
  }
  main .inner section#contents .sec.profile .inprof > div:not(:nth-child(3n+1)) {
    margin-left: 10px;
  }
  main .inner section#contents .sec.profile .inprof > div:not(:nth-child(n+4)) {
    margin-bottom: 10px;
  }
  main .inner section#contents .sec.profile .inprof > div a:hover dl {
    opacity: 1;
  }
  main .inner section#contents .sec.profile .inprof > div a > div {
    width: 100%;
    padding: 5px;
    margin-bottom: 10px;
  }
  main .inner section#contents .sec.profile .inprof > div a > div img {
    width: 100%;
    border-radius: 50%;
  }
  main .inner section#contents .sec.profile .inprof > div a dl dt {
    color: #FFF;
    font-family: aktiv-grotesk-condensed, sans-serif;
    font-size: 1.4rem;
    font-weight: 700;
    line-height: 1.5;
    letter-spacing: 0em;
    margin-bottom: 5px;
  }
  main .inner section#contents .sec.profile .inprof > div a dl dd {
    color: #FFF;
    font-family: aktiv-grotesk-condensed, sans-serif;
    font-size: 1.2rem;
    font-weight: 700;
    line-height: 1.25;
    letter-spacing: 0em;
    white-space: nowrap;
  }
  main .inner section#contents .sec h4 {
    display: flex;
    flex-wrap: nowrap;
    flex-direction: row;
    justify-content: center;
    align-items: flex-start;
    margin-bottom: 30px;
  }
  main .inner section#contents .sec h4 span {
    position: relative;
  }
  main .inner section#contents .sec h4 span:nth-child(1) {
    color: #FFF;
    font-family: aktiv-grotesk-condensed, sans-serif;
    font-size: 2rem;
    font-weight: 700;
    line-height: 1;
    letter-spacing: -0.02em;
    transform: translateY(0.25rem);
  }
  main .inner section#contents .sec h4 span:nth-child(2) {
    color: #FFF;
    font-family: aktiv-grotesk-condensed, sans-serif;
    font-size: 4rem;
    font-weight: 700;
    line-height: 1;
    letter-spacing: -0.02em;
    margin-left: 10px;
  }
  main .inner section#contents .sec .thumbs {
    width: 100%;
    display: flex;
    flex-wrap: nowrap;
    flex-direction: column;
    justify-content: flex-start;
    align-items: center;
  }
  main .inner section#contents .sec .thumbs .thumb {
    width: 100%;
    position: relative;
  }
  main .inner section#contents .sec .thumbs .thumb:nth-child(1) {
    order: 1;
  }
  main .inner section#contents .sec .thumbs .thumb:nth-child(2) {
    order: 2;
  }
  main .inner section#contents .sec .thumbs .thumb:nth-child(3) {
    order: 4;
  }
  main .inner section#contents .sec .thumbs .thumb:nth-child(4) {
    order: 3;
  }
  main .inner section#contents .sec .thumbs .thumb .ph {
    width: 100%;
  }
  main .inner section#contents .sec .thumbs .thumb .slider {
    width: 100%;
  }
  main .inner section#contents .sec .thumbs .thumb .slider.thumbslide {
    width: 50px;
    height: 475px;
    position: absolute;
    right: 10px;
    bottom: 10px;
  }
  main .inner section#contents .sec .thumbs .thumb .slider.thumbslide .swiper-wrapper {
    width: 100%;
  }
  main .inner section#contents .sec .thumbs .thumb .slider.thumbslide .swiper-wrapper .swiper-slide {
    width: 50px;
    height: 75px;
    position: relative;
  }
  main .inner section#contents .sec .thumbs .thumb .slider.thumbslide .swiper-wrapper .swiper-slide::before {
    content: "";
    width: 50px;
    height: 75px;
    box-sizing: border-box;
    display: block;
    position: absolute;
    top: 0px;
    left: 0px;
    z-index: 1;
  }
  main .inner section#contents .sec .thumbs .thumb .slider.thumbslide .swiper-wrapper .swiper-slide.swiper-slide-thumb-active::before {
    border: solid 2px #FFF;
  }
  main .inner section#contents .sec .text {
    width: 100%;
    padding: 40px 30px 0 30px;
  }
  main .inner section#contents .sec .text p {
    color: #FFF;
    font-family: "source-han-sans-japanese", sans-serif;
    font-size: 1.2rem;
    font-weight: 400;
    line-height: 2;
    letter-spacing: 0em;
    text-align: left;
  }
  main .inner section#contents .sec .text p:not(:last-child) {
    margin-bottom: 20px;
  }
  main .inner section#contents footer {
    width: calc(100% - 20px);
  }
  main .inner section#contents footer .inner {
    padding: 30px 0 0 0;
    display: flex;
    flex-wrap: nowrap;
    flex-direction: row;
    justify-content: space-between;
    align-items: flex-end;
  }
  main .inner section#contents footer .inner .link {
    width: auto;
  }
  main .inner section#contents footer .inner .link ul {
    margin-bottom: 50px;
  }
  main .inner section#contents footer .inner .link ul li a {
    color: #FFF;
    font-family: aktiv-grotesk-condensed, sans-serif;
    font-size: 1.4rem;
    font-weight: 700;
    line-height: 1;
    letter-spacing: 0em;
  }
  main .inner section#contents footer .inner .link ul li a:hover {
    opacity: 1;
  }
  main .inner section#contents footer .inner .link ul li:not(:last-child) {
    margin-bottom: 10px;
  }
  main .inner section#contents footer .inner .link p {
    color: #FFF;
    font-family: aktiv-grotesk-condensed, sans-serif;
    font-size: 1.1rem;
    font-weight: 700;
    line-height: 1;
    letter-spacing: 0em;
  }
  main .inner section#contents footer .inner .pgtop {
    width: auto;
    display: flex;
    flex-wrap: nowrap;
    flex-direction: column;
    justify-content: flex-end;
    align-items: flex-end;
  }
  main .inner section#contents footer .inner .pgtop p {
    color: #FFF;
    font-family: aktiv-grotesk-condensed, sans-serif;
    font-size: 1.4rem;
    font-weight: 700;
    line-height: 1;
    letter-spacing: 0em;
  }

  .looks {
    padding: 80px 0 50vh 0;
  }
  .looks .wrap {
    width: 100%;
    height: auto;
  }
  .looks .wrap .spc {
    width: 100%;
    height: 50vh;
  }
  .looks .close {
    width: 40px;
    height: 40px;
    right: 10px;
    top: 10px;
  }
  .looks .close:hover {
    opacity: 1;
  }
  .looks .look {
    width: calc(100% - 40px);
    padding: 0px;
    margin: 0 auto;
    position: relative;
  }
  .looks .look:not(:last-child) {
    margin-bottom: 80px;
  }
  .looks .look .set {
    width: 100%;
    padding: 0px;
    display: flex;
    flex-wrap: nowrap;
    flex-direction: column;
    justify-content: flex-start;
    align-items: center;
  }
  .looks .look .set .photo {
    width: 100%;
    margin-bottom: 20px;
  }
  .looks .look .set .text {
    width: 100%;
    padding: 0px;
  }
  .looks .look .set .text .credits > div.item-d-none dl dd {
    display: none;
  }
}

/*# sourceMappingURL=style.css.map */
