@charset "UTF-8";
@import url("https://use.typekit.net/haw7uyi.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 motion {
  0% {
    opacity: 0;
  }
  45% {
    opacity: 0;
  }
  55% {
    opacity: 1;
  }
  100% {
    opacity: 1;
  }
}
/* ------------------------------------------------------------------------------------------------------------------------ */
html, body {
  width: 100%;
  height: auto;
}

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

body {
  color: #000;
  font-family: "aktiv-grotesk", sans-serif;
  font-size: 1rem;
  line-height: 1.5rem;
  text-align: center;
  -webkit-text-size-adjust: 100%;
  height: 100%;
  left: 0px;
  top: 0px;
}
body.loaded {
  position: static;
  overflow: scroll;
}
body.looking {
  overflow: hidden;
}
body.looking .sec {
  pointer-events: none;
}

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

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

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: 100vh;
  background-color: #FFF;
  display: flex;
  flex-wrap: nowrap;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  position: fixed;
  left: 0px;
  bottom: 0px;
  z-index: 999999;
  transition: all 0.75s ease-in-out 0s;
}
#loader .logo {
  width: 250px;
  background-image: url(../images/logo_load.svg);
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  text-align: left;
  text-indent: 999%;
  white-space: nowrap;
  display: block;
  overflow: hidden;
  height: 33px;
}
#loader .bar {
  width: 100%;
  height: 10px;
  background-color: rgba(0, 0, 0, 0.25);
  position: absolute;
  left: 0px;
  bottom: 0px;
  z-index: 5;
}
#loader .bar span {
  width: 0%;
  height: 100%;
  background-color: #000;
  display: block;
}
#loader.complete {
  opacity: 0;
}

main#container {
  width: 100%;
  box-sizing: border-box;
  position: relative;
}
main#container:not(:last-child) {
  margin-bottom: 100px;
}
main#container img {
  line-height: 0;
  width: 100%;
  vertical-align: bottom;
}
main#container #wrapper {
  width: calc(100% - 90px);
  min-width: 1280px;
  margin: 0 auto;
}
main#container #wrapper #visual {
  width: 100%;
  display: flex;
  flex-wrap: nowrap;
  flex-direction: row;
  justify-content: space-between;
  align-items: flex-start;
  position: relative;
}
main#container #wrapper #visual:not(:last-child) {
  margin-bottom: 2px;
}
main#container #wrapper #visual.on .box > div {
  opacity: 1;
}
main#container #wrapper #visual .title {
  width: calc(100% - 40px);
  height: calc(100% - 40px);
  position: absolute;
  top: 20px;
  left: 20px;
  z-index: 5;
  display: flex;
  flex-wrap: nowrap;
  flex-direction: column;
  justify-content: space-between;
  align-items: flex-start;
}
main#container #wrapper #visual .title > div {
  text-align: left;
  display: flex;
  flex-wrap: nowrap;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
}
main#container #wrapper #visual .title > div h1 {
  width: 588px;
  height: 162px;
  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;
  margin-bottom: 30px;
}
main#container #wrapper #visual .title > div p {
  color: #FFF;
  font-family: "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", sans-serif;
  font-size: 1.6rem;
  font-weight: 500;
  line-height: 1.875;
  letter-spacing: 0em;
}
main#container #wrapper #visual .title h2 {
  width: 200px;
  height: 227px;
  background-image: url(../images/title_sub.png);
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  text-align: left;
  text-indent: 999%;
  white-space: nowrap;
  display: block;
  overflow: hidden;
  margin-left: auto;
}
main#container #wrapper #visual .box {
  width: calc((100% - 2px) / 2);
  display: flex;
  flex-wrap: wrap;
  flex-direction: row;
  justify-content: flex-start;
  align-items: flex-start;
}
main#container #wrapper #visual .box > div {
  opacity: 0;
  transition: all 0.3s ease-in 0s;
}
main#container #wrapper #visual .box .p1 {
  width: 100%;
  margin-bottom: 2px;
  opacity: 0;
}
main#container #wrapper #visual .box .p2 {
  width: calc(50% - 1px);
  transition-delay: 0.25s;
}
main#container #wrapper #visual .box .p3 {
  width: calc(50% - 1px);
  margin-left: 2px;
  transition-delay: 0.5s;
}
main#container #wrapper #visual .box .p4 {
  width: calc(50% - 1px);
  margin-bottom: 2px;
  transition-delay: 0.75s;
}
main#container #wrapper #visual .box .p5 {
  width: calc(50% - 1px);
  margin: 0 0 2px 2px;
  transition-delay: 0.5s;
}
main#container #wrapper #visual .box .p6 {
  width: 100%;
  transition-delay: 0.25s;
}
main#container section {
  width: 100%;
  padding: 0px;
  display: flex;
  flex-wrap: nowrap;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  position: relative;
}
main#container section:not(:last-child) {
  margin-bottom: 2px;
}
main#container section .inner {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  flex-direction: row;
  justify-content: flex-start;
  align-items: stretch;
  position: relative;
}
main#container section .inner .title {
  width: calc((100% - 2px) / 2);
  display: flex;
  flex-wrap: nowrap;
  flex-direction: row;
  justify-content: flex-end;
  align-items: center;
  opacity: 0;
  transition: all 0.3s ease-in 0.75s;
}
main#container section .inner .title:not(:first-child) {
  margin-left: 2px;
}
main#container section .inner .title:not(:last-child) {
  margin-bottom: 2px;
}
main#container section .inner .title dl {
  display: flex;
  flex-wrap: nowrap;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-end;
}
main#container section .inner .title dl dt {
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  text-align: left;
  text-indent: 999%;
  white-space: nowrap;
  display: block;
  overflow: hidden;
  margin-bottom: 20px;
}
main#container section .inner .title dl dd {
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  text-align: left;
  text-indent: 999%;
  white-space: nowrap;
  display: block;
  overflow: hidden;
}
main#container section .inner .thumb {
  width: calc((100% - 4px) / 3);
  margin: 0 0 2px 2px;
  position: relative;
  transition: all 0.25s ease-in 0s;
  cursor: pointer;
}
main#container section .inner .thumb:hover {
  opacity: 0.75;
}
main#container section .inner .thumb::after {
  content: "";
  width: 36px;
  height: 36px;
  background-image: url(../images/icon_plus.png);
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  text-align: left;
  text-indent: 999%;
  white-space: nowrap;
  display: block;
  overflow: hidden;
  position: absolute;
  right: 10px;
  bottom: 10px;
  z-index: 3;
}
main#container section .inner .thumb:first-child {
  margin-left: 0px;
}
main#container section .inner .thumb.combo {
  width: 100%;
  display: flex;
  flex-wrap: nowrap;
  flex-direction: row;
  justify-content: flex-start;
  align-items: stretch;
}
main#container section .inner .thumb.combo::after {
  right: auto;
  left: 10px;
}
main#container section .inner .thumb.combo .ph {
  width: calc((100% - 2px) / 2);
}
main#container section .inner .thumb.full {
  width: 100%;
  margin-left: 0px;
}
main#container section .inner .thumb.full.on > div {
  opacity: 1;
}
main#container section .inner .thumb.full > div {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0px;
  left: 0px;
  display: flex;
  flex-wrap: nowrap;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  opacity: 0;
  transition: all 0.3s ease-in 0.75s;
}
main#container section .inner .thumb.full > div h5 {
  padding: 20px;
  background-color: #FFF;
  box-sizing: border-box;
}
main#container section .inner .thumb.full > div h5 span {
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  text-align: left;
  text-indent: 999%;
  white-space: nowrap;
  display: block;
  overflow: hidden;
}
main#container section .inner .thumb:nth-child(2n+1) img {
  transition-delay: 0.25s;
}
main#container section .inner .thumb:nth-child(3n+1) img {
  transition-delay: 0.5s;
}
main#container section .inner .thumb.on .title {
  opacity: 1;
}
main#container section .inner .thumb.on img {
  opacity: 1;
}
main#container section .inner .thumb img {
  opacity: 0;
  transition: all 0.25s ease-in 0s;
}
main#container section .inner .text {
  width: calc((100% - 4px) / 3);
  display: flex;
  flex-wrap: nowrap;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  opacity: 0;
  transition: all 0.3s ease-in 0.25s;
}
main#container section .inner .text.on {
  opacity: 1;
}
main#container section .inner .text.sp {
  display: none;
}
main#container section .inner .text p {
  width: 300px;
  height: 81px;
  background-image: url(../images/text_collection.png);
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  text-align: left;
  text-indent: 999%;
  white-space: nowrap;
  display: block;
  overflow: hidden;
}
main#container section.sec1 .inner .title dl dt {
  width: 343px;
  height: 162px;
  background-image: url(../images/title_brand1.png);
}
main#container section.sec1 .inner .title dl dd {
  width: 544px;
  height: 104px;
  background-image: url(../images/lead_brand1.png);
}
main#container section.sec1 .inner .thumb:nth-child(2) {
  margin-left: 0px;
}
main#container section.sec1 .inner .thumb:nth-child(n+5) {
  margin-bottom: 0px;
}
main#container section.sec2 .inner .thumb.full > div h5 span {
  width: 424px;
  height: 57px;
  background-image: url(../images/title_brand2.png);
}
main#container section.sec2 .inner .thumb:nth-child(2) {
  margin-left: 0px;
}
main#container section.sec2 .inner .thumb:nth-child(5) {
  margin-left: 0px;
}
main#container section.sec2 .inner .thumb:nth-child(n+5) {
  margin-bottom: 0px;
}
main#container section.sec3 .inner .title dl dt {
  width: 296px;
  height: 160px;
  background-image: url(../images/title_brand3.png);
}
main#container section.sec3 .inner .title dl dd {
  width: 578px;
  height: 142px;
  background-image: url(../images/lead_brand3.png);
}
main#container section.sec3 .inner .thumb:nth-child(2) {
  margin-left: 0px;
}
main#container section.sec3 .inner .thumb:nth-child(5) {
  margin-left: 0px;
}
main#container section.sec3 .inner .thumb:nth-child(n+5) {
  margin-bottom: 0px;
}
main#container section.sec4 .inner .thumb.full > div h5 span {
  width: 470px;
  height: 57px;
  background-image: url(../images/title_brand4.png);
}
main#container section.sec4 .inner .thumb:nth-child(2) {
  margin-left: 0px;
}
main#container section.sec4 .inner .thumb:nth-child(5) {
  margin-left: 0px;
}
main#container section.sec4 .inner .thumb:nth-child(n+5) {
  margin-bottom: 0px;
}
main#container section.sec5 .inner .title dl dt {
  width: 250px;
  height: 74px;
  background-image: url(../images/title_brand5.png);
}
main#container section.sec5 .inner .title dl dd {
  width: 538px;
  height: 222px;
  background-image: url(../images/lead_brand5.png);
}
main#container section.sec5 .inner .thumb:nth-child(2) {
  margin-left: 0px;
}
main#container section.sec5 .inner .thumb:nth-child(5) {
  margin-left: 0px;
}
main#container section.sec5 .inner .thumb:nth-child(n+5) {
  margin-bottom: 0px;
}
main#container section.sec6 .inner .thumb.full > div h5 span {
  width: 182px;
  height: 57px;
  background-image: url(../images/title_brand6.png);
}
main#container section.sec6 .inner .thumb:nth-child(2), main#container section.sec6 .inner .thumb:nth-child(5), main#container section.sec6 .inner .thumb:nth-child(8) {
  margin-left: 0px;
}
main#container section.sec6 .inner .thumb:nth-child(n+8) {
  margin-bottom: 0px;
}
main#container section.sec7 .inner .title dl dt {
  width: 353px;
  height: 160px;
  background-image: url(../images/title_brand7.png);
}
main#container section.sec7 .inner .title dl dd {
  width: 613px;
  height: 97px;
  background-image: url(../images/lead_brand7.png);
}

footer {
  width: 100%;
}
footer .inner {
  width: calc(100% - 90px);
  min-width: 1280px;
  margin: 0 auto;
  display: flex;
  flex-wrap: nowrap;
  flex-direction: row;
  justify-content: space-between;
  align-items: flex-end;
}
footer .inner:not(:last-child) {
  margin-bottom: 40px;
}
footer .inner .set ul {
  display: flex;
  flex-wrap: nowrap;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
}
footer .inner .set ul li a {
  color: #000;
  font-family: "aktiv-grotesk", sans-serif;
  font-size: 1.6rem;
  font-weight: 600;
  line-height: 1.75;
  letter-spacing: 0.05em;
}
footer .inner .pgtop {
  color: #000;
  font-family: "aktiv-grotesk", sans-serif;
  font-size: 1.2rem;
  font-weight: 600;
  line-height: 1;
  letter-spacing: 0em;
  text-decoration: underline;
  -ms-writing-mode: tb-rl;
  writing-mode: vertical-rl;
  cursor: pointer;
  transition: all 0.25s ease-in 0s;
}
footer .inner .pgtop:hover {
  opacity: 0.7;
}
footer .cp {
  width: 100%;
  padding: 20px 45px 45px 45px;
  border-top: solid 1px #000;
}
footer .cp p {
  color: #000;
  font-family: "aktiv-grotesk", sans-serif;
  font-size: 1.1rem;
  font-weight: 600;
  line-height: 1;
  letter-spacing: 0em;
}

section.looks {
  background-color: white;
  width: 100%;
  height: 100%;
  padding: 150px 0 110px 0;
  margin: 0px;
  position: fixed;
  left: 0px;
  top: 0px;
  z-index: 999;
  overflow: scroll;
  opacity: 0;
  -webkit-overflow-scrolling: touch;
  pointer-events: none;
  transition: opacity 0.3s ease-in;
  box-sizing: border-box;
}
section.looks.active {
  opacity: 1;
  pointer-events: auto;
}
section.looks .wrap {
  width: 100%;
  height: auto;
}
section.looks .wrap .spc {
  width: 100%;
  height: 100vh;
}
section.looks .close {
  width: 40px;
  height: 40px;
  position: fixed;
  right: 30px;
  top: 30px;
  z-index: 99999;
  transition: all 0.25s ease-in 0s;
}
section.looks .close span {
  width: 40px;
  height: 1px;
  background-color: #000;
  position: absolute;
}
section.looks .close span:nth-child(1) {
  left: 0px;
  top: 30px;
  transform: rotate(45deg);
}
section.looks .close span:nth-child(2) {
  left: 0px;
  top: 30px;
  transform: rotate(-45deg);
}
section.looks .close:hover {
  opacity: 0.7;
}
section.looks .chead {
  width: 902px;
  margin: 0 auto;
}
section.looks .chead:not(:last-child) {
  margin-bottom: 80px;
}
section.looks .chead .inhead {
  width: 100%;
  display: flex;
  flex-wrap: nowrap;
  flex-direction: row;
  justify-content: space-between;
  align-items: flex-end;
}
section.looks .chead .inhead:not(:last-child) {
  margin-bottom: 70px;
}
section.looks .chead .inhead .photo {
  width: calc(50% - 1px);
}
section.looks .chead .inhead .title {
  width: calc(50% - 1px);
}
section.looks .chead .inhead .title.t1 dl dt {
  width: 343px;
  height: 162px;
  background-image: url(../images/title_brand1.png);
}
section.looks .chead .inhead .title.t1 dl dd {
  width: 544px;
  height: 104px;
  background-image: url(../images/lead_brand1.png);
}
section.looks .chead .inhead .title.t2 dl dt {
  width: 296px;
  height: 160px;
  background-image: url(../images/title_brand3.png);
}
section.looks .chead .inhead .title.t2 dl dd {
  width: 578px;
  height: 142px;
  background-image: url(../images/lead_brand3.png);
}
section.looks .chead .inhead .title.t3 dl dt {
  width: 250px;
  height: 74px;
  background-image: url(../images/title_brand5.png);
}
section.looks .chead .inhead .title.t3 dl dd {
  width: 538px;
  height: 222px;
  background-image: url(../images/lead_brand5.png);
}
section.looks .chead .inhead .title dl {
  display: flex;
  flex-wrap: nowrap;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-end;
  position: relative;
  transform: translateY(-20px);
}
section.looks .chead .inhead .title dl dt {
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  text-align: left;
  text-indent: 999%;
  white-space: nowrap;
  display: block;
  overflow: hidden;
  margin-bottom: 20px;
}
section.looks .chead .inhead .title dl dd {
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  text-align: left;
  text-indent: 999%;
  white-space: nowrap;
  display: block;
  overflow: hidden;
}
section.looks .chead .lead {
  text-align: left;
  width: 590px;
  margin: 0 auto;
}
section.looks .chead .lead p {
  color: #000;
  font-family: "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", sans-serif;
  font-size: 1.4rem;
  font-weight: 500;
  line-height: 1.875;
  letter-spacing: 0em;
}
section.looks .chead .lead p:not(:last-child) {
  margin-bottom: 10px;
}
section.looks .inlook {
  width: 902px;
  margin: 0 auto;
  display: flex;
  flex-wrap: wrap;
  flex-direction: row;
  justify-content: flex-start;
  align-items: stretch;
}
section.looks .inlook:not(:last-child) {
  padding-bottom: 50px;
  margin-bottom: 100px;
  border-bottom: dotted 1px #000;
}
section.looks .inlook .look {
  width: 450px;
  padding: 0px;
  margin: 0 0 50px 0;
  position: relative;
}
section.looks .inlook .look:not(:nth-child(2n+1)) {
  margin-left: 2px;
}
section.looks .inlook .look .set {
  width: 100%;
  padding: 0px;
  display: flex;
  flex-wrap: nowrap;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
}
section.looks .inlook .look .set:not(:last-child) {
  margin-bottom: 100px;
}
section.looks .inlook .look .set .photo {
  width: 100%;
  margin-bottom: 10px;
  position: relative;
}
section.looks .inlook .look .set .photo div {
  width: 100%;
}
section.looks .inlook .look .set .text {
  width: 100%;
  padding: 0px;
}
section.looks .inlook .look .set .text .credits {
  width: 100%;
}
section.looks .inlook .look .set .text .credits > div {
  width: 100%;
}
section.looks .inlook .look .set .text .credits > div:not(:last-child) {
  margin-bottom: 10px;
}
section.looks .inlook .look .set .text .credits > div.item-d-none dl dd a {
  display: none;
}
section.looks .inlook .look .set .text .credits > div.item-d-none dl dd a.line {
  display: inline-block;
}
section.looks .inlook .look .set .text .credits > div dl {
  text-align: left;
  width: 100%;
  display: flex;
  flex-wrap: nowrap;
  flex-direction: row;
  justify-content: flex-start;
  align-items: flex-start;
}
section.looks .inlook .look .set .text .credits > div dl dt {
  display: flex;
  flex-wrap: nowrap;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
}
section.looks .inlook .look .set .text .credits > div dl dt strong {
  display: inline-block;
}
section.looks .inlook .look .set .text .credits > div dl dt strong:first-child {
  margin-bottom: 5px;
  display: flex;
  flex-wrap: nowrap;
  flex-direction: row;
  justify-content: flex-start;
  align-items: flex-start;
}
section.looks .inlook .look .set .text .credits > div dl dt strong:first-child span {
  color: #000;
  font-family: "aktiv-grotesk", sans-serif;
  font-size: 1.4rem;
  font-weight: 500;
  line-height: 1;
  letter-spacing: 0em;
}
section.looks .inlook .look .set .text .credits > div dl dt strong:first-child span:nth-child(2) {
  font-weight: 400;
  margin-left: 10px;
}
section.looks .inlook .look .set .text .credits > div dl dt strong:not(:first-child) span {
  color: #000;
  font-family: "aktiv-grotesk", sans-serif;
  font-size: 1.2rem;
  font-weight: 400;
  line-height: 1;
  letter-spacing: 0em;
}
section.looks .inlook .look .set .text .credits > div dl dd {
  margin-left: 50px;
}
section.looks .inlook .look .set .text .credits > div dl dd a {
  color: #000;
  font-family: "aktiv-grotesk", sans-serif;
  font-size: 1.3rem;
  font-weight: 400;
  line-height: 1;
  letter-spacing: 0em;
  padding: 0px 20px;
  border: solid 1px #000;
  transition: all 0.25s ease-in 0s;
}
section.looks .inlook .look .set .text .credits > div dl dd a:hover {
  opacity: 0.7;
}
section.looks .inlook .look .set .text .credits > div dl dd a.line {
  color: #000;
  font-family: "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", sans-serif;
  font-size: 1.1rem;
  font-weight: 500;
  line-height: 1;
  letter-spacing: 0em;
  padding: 2px 10px;
  display: none;
}

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

  html {
    height: -webkit-fill-available;
  }

  body {
    min-height: 100vh;
    min-height: -webkit-fill-available;
  }

  #loader {
    width: 100%;
    height: 100vh;
    min-height: -webkit-fill-available;
    display: flex;
    flex-wrap: nowrap;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    position: fixed;
    left: 0px;
    bottom: 0px;
    z-index: 9999;
  }
  #loader .logo {
    width: 150px;
    height: 20px;
  }
  #loader.active h3 {
    opacity: 1;
  }
  #loader.complete {
    opacity: 0;
  }

  main#container:not(:last-child) {
    margin-bottom: 100px;
  }
  main#container #wrapper {
    width: 100%;
    min-width: 100%;
  }
  main#container #wrapper #visual {
    display: flex;
    flex-wrap: nowrap;
    flex-direction: column;
    justify-content: flex-start;
    align-items: center;
    position: relative;
  }
  main#container #wrapper #visual:not(:last-child) {
    margin-bottom: 2px;
  }
  main#container #wrapper #visual .title {
    width: calc(100% - 20px);
    height: calc(100% - 20px);
    top: 10px;
    left: 10px;
    z-index: 5;
    display: flex;
    flex-wrap: nowrap;
    flex-direction: column;
    justify-content: space-between;
    align-items: flex-end;
  }
  main#container #wrapper #visual .title > div {
    text-align: left;
    display: flex;
    flex-wrap: nowrap;
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-end;
  }
  main#container #wrapper #visual .title > div h1 {
    width: 310px;
    height: 85px;
    margin-bottom: 15px;
  }
  main#container #wrapper #visual .title > div p {
    color: #FFF;
    font-family: "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", sans-serif;
    font-size: 1.2rem;
    font-weight: 500;
    line-height: 1.875;
    letter-spacing: 0em;
    text-align: right;
  }
  main#container #wrapper #visual .title h2 {
    width: 133px;
    height: 150px;
    margin: 0 auto 0 0;
  }
  main#container #wrapper #visual .box {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    flex-direction: row;
    justify-content: flex-start;
    align-items: flex-start;
    position: relative;
  }
  main#container #wrapper #visual .box:not(:last-child) {
    margin-bottom: 1px;
  }
  main#container #wrapper #visual .box .p1 {
    width: calc(100% - 130px);
    margin-bottom: 0px;
  }
  main#container #wrapper #visual .box .p2 {
    width: 129px;
    margin-left: 1px;
  }
  main#container #wrapper #visual .box .p3 {
    width: 129px;
    margin-left: 0px;
    border-top: solid 1px #FFF;
    position: absolute;
    right: 0px;
    bottom: 0px;
  }
  main#container #wrapper #visual .box .p4 {
    width: 129px;
    margin-bottom: 0px;
  }
  main#container #wrapper #visual .box .p5 {
    width: 129px;
    margin: 0px;
    border-top: solid 1px #FFF;
    position: absolute;
    bottom: 0px;
    left: 0px;
  }
  main#container #wrapper #visual .box .p6 {
    width: calc(100% - 130px);
    margin-left: 1px;
  }
  main#container section {
    width: 100%;
    padding: 0px;
    display: flex;
    flex-wrap: nowrap;
    flex-direction: column;
    justify-content: flex-start;
    align-items: center;
    position: relative;
  }
  main#container section:not(:last-child) {
    margin-bottom: 1px;
  }
  main#container section .inner {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    flex-direction: row;
    justify-content: flex-start;
    align-items: stretch;
    position: relative;
  }
  main#container section .inner .title {
    width: 129px;
    display: flex;
    flex-wrap: nowrap;
    flex-direction: row;
    justify-content: flex-end;
    align-items: flex-end;
  }
  main#container section .inner .title:not(:first-child) {
    margin-left: 1px;
  }
  main#container section .inner .title:not(:last-child) {
    margin-bottom: 1px;
  }
  main#container section .inner .title dl {
    display: flex;
    flex-wrap: nowrap;
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-end;
    position: relative;
    z-index: 5;
    transform: translate(-10px, -10px);
  }
  main#container section .inner .title dl dt {
    margin-bottom: 10px;
  }
  main#container section .inner .thumb {
    width: calc((100% - 1px) / 2);
    margin: 0 0 1px 1px;
  }
  main#container section .inner .thumb:hover {
    opacity: 1;
  }
  main#container section .inner .thumb::after {
    width: 16px;
    height: 16px;
    right: 5px;
    bottom: 5px;
  }
  main#container section .inner .thumb:first-child {
    margin-left: 0px;
  }
  main#container section .inner .thumb.combo {
    width: 100%;
    display: flex;
    flex-wrap: nowrap;
    flex-direction: row;
    justify-content: flex-start;
    align-items: stretch;
  }
  main#container section .inner .thumb.combo::after {
    right: auto;
    left: 5px;
  }
  main#container section .inner .thumb.combo .ph {
    width: calc(100% - 130px);
  }
  main#container section .inner .thumb.half {
    width: calc(100% - 130px);
  }
  main#container section .inner .thumb.half::after {
    right: auto;
    left: 5px;
  }
  main#container section .inner .thumb.full {
    width: 100%;
    margin-left: 0px;
  }
  main#container section .inner .thumb.full > div {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0px;
    left: 0px;
    display: flex;
    flex-wrap: nowrap;
    flex-direction: row;
    justify-content: center;
    align-items: center;
  }
  main#container section .inner .thumb.full > div h5 {
    padding: 10px;
  }
  main#container section .inner .text {
    width: calc((100% - 1px) / 2);
  }
  main#container section .inner .text.sp {
    display: flex;
  }
  main#container section .inner .text p {
    width: 150px;
    height: 41px;
  }
  main#container section.sec1 .inner .title dl dt {
    width: 137px;
    height: 65px;
    background-image: url(../images/title_brand1.png);
  }
  main#container section.sec1 .inner .title dl dd {
    width: 218px;
    height: 42px;
    background-image: url(../images/lead_brand1.png);
  }
  main#container section.sec1 .inner .thumb:nth-child(3) {
    margin-left: 1px;
  }
  main#container section.sec1 .inner .thumb:nth-child(2), main#container section.sec1 .inner .thumb:nth-child(4), main#container section.sec1 .inner .thumb:nth-child(6) {
    margin-left: 0px;
  }
  main#container section.sec1 .inner .thumb:nth-child(n+6) {
    margin-bottom: 0px;
  }
  main#container section.sec2 .inner .thumb.full > div h5 span {
    width: 170px;
    height: 23px;
    background-image: url(../images/title_brand2.png);
  }
  main#container section.sec2 .inner .thumb:nth-child(2), main#container section.sec2 .inner .thumb:nth-child(4), main#container section.sec2 .inner .thumb:nth-child(6) {
    margin-left: 0px;
  }
  main#container section.sec2 .inner .thumb:nth-child(5) {
    margin-left: 1px;
  }
  main#container section.sec2 .inner .thumb:nth-child(n+5) {
    margin-bottom: 1px;
  }
  main#container section.sec2 .inner .thumb:nth-child(n+6) {
    margin-bottom: 0px;
  }
  main#container section.sec3 .inner .title {
    order: 2;
  }
  main#container section.sec3 .inner .title dl dt {
    width: 118px;
    height: 64px;
    background-image: url(../images/title_brand3.png);
  }
  main#container section.sec3 .inner .title dl dd {
    width: 231px;
    height: 57px;
    background-image: url(../images/lead_brand3.png);
  }
  main#container section.sec3 .inner .thumb:nth-child(2), main#container section.sec3 .inner .thumb:nth-child(4) {
    margin-left: 0px;
  }
  main#container section.sec3 .inner .thumb:nth-child(3), main#container section.sec3 .inner .thumb:nth-child(5) {
    margin-left: 1px;
  }
  main#container section.sec3 .inner .thumb:nth-child(n+6) {
    margin-bottom: 1px;
  }
  main#container section.sec3 .inner .thumb#t14 {
    order: 1;
  }
  main#container section.sec3 .inner .thumb#t15 {
    order: 2;
  }
  main#container section.sec3 .inner .thumb#t16 {
    order: 3;
  }
  main#container section.sec3 .inner .thumb#t17 {
    order: 4;
  }
  main#container section.sec3 .inner .thumb#t18 {
    margin-bottom: 0px;
    order: 7;
  }
  main#container section.sec3 .inner .thumb#t19 {
    margin-bottom: 0px;
    margin-left: 0px;
    order: 6;
  }
  main#container section.sec3 .inner .thumb#t20 {
    order: 5;
  }
  main#container section.sec4 .inner .thumb.full > div h5 span {
    width: 188px;
    height: 23px;
    background-image: url(../images/title_brand4.png);
  }
  main#container section.sec4 .inner .thumb:nth-child(2), main#container section.sec4 .inner .thumb:nth-child(4), main#container section.sec4 .inner .thumb:nth-child(6) {
    margin-left: 0px;
  }
  main#container section.sec4 .inner .thumb:nth-child(5) {
    margin-left: 1px;
  }
  main#container section.sec4 .inner .thumb:nth-child(n+5) {
    margin-bottom: 1px;
  }
  main#container section.sec4 .inner .thumb:nth-child(n+6) {
    margin-bottom: 0px;
  }
  main#container section.sec5 .inner .title {
    order: 2;
  }
  main#container section.sec5 .inner .title dl dt {
    width: 100px;
    height: 30px;
    background-image: url(../images/title_brand5.png);
  }
  main#container section.sec5 .inner .title dl dd {
    width: 215px;
    height: 89px;
    background-image: url(../images/lead_brand5.png);
  }
  main#container section.sec5 .inner .thumb:nth-child(2) {
    margin-left: 0px;
  }
  main#container section.sec5 .inner .thumb:nth-child(5) {
    margin-left: 1px;
  }
  main#container section.sec5 .inner .thumb:nth-child(n+6) {
    margin-bottom: 1px;
  }
  main#container section.sec5 .inner .thumb#t28 {
    order: 1;
  }
  main#container section.sec5 .inner .thumb#t29 {
    order: 2;
  }
  main#container section.sec5 .inner .thumb#t30 {
    margin-left: 0px;
    order: 4;
  }
  main#container section.sec5 .inner .thumb#t31 {
    order: 5;
  }
  main#container section.sec5 .inner .thumb#t32 {
    order: 3;
  }
  main#container section.sec5 .inner .thumb#t33 {
    margin: 0px;
    order: 6;
  }
  main#container section.sec5 .inner .thumb#t34 {
    margin-bottom: 0px;
    order: 7;
  }
  main#container section.sec6 .inner .thumb.full > div h5 span {
    width: 73px;
    height: 23px;
    background-image: url(../images/title_brand6.png);
  }
  main#container section.sec6 .inner .thumb:nth-child(2), main#container section.sec6 .inner .thumb:nth-child(4), main#container section.sec6 .inner .thumb:nth-child(6), main#container section.sec6 .inner .thumb:nth-child(8) {
    margin-left: 0px;
  }
  main#container section.sec6 .inner .thumb:nth-child(5) {
    margin-left: 1px;
  }
  main#container section.sec6 .inner .thumb:nth-child(n+8) {
    margin-bottom: 1px;
  }
  main#container section.sec6 .inner .thumb#t35 {
    order: 1;
  }
  main#container section.sec6 .inner .thumb#t36 {
    order: 2;
  }
  main#container section.sec6 .inner .thumb#t37 {
    order: 3;
  }
  main#container section.sec6 .inner .thumb#t38 {
    order: 4;
  }
  main#container section.sec6 .inner .thumb#t39 {
    order: 5;
  }
  main#container section.sec6 .inner .thumb#t40 {
    order: 6;
  }
  main#container section.sec6 .inner .thumb#t41 {
    order: 8;
  }
  main#container section.sec6 .inner .thumb#t42 {
    order: 9;
  }
  main#container section.sec6 .inner .thumb#t43 {
    margin-bottom: 0px;
    order: 11;
  }
  main#container section.sec6 .inner .text {
    margin: 0 0 1px 1px;
    order: 7;
  }
  main#container section.sec6 .inner .text.sp {
    margin: 0px;
    order: 10;
  }
  main#container section.sec7 .inner .title dl dt {
    width: 141px;
    height: 64px;
    background-image: url(../images/title_brand7.png);
  }
  main#container section.sec7 .inner .title dl dd {
    width: 245px;
    height: 39px;
    background-image: url(../images/lead_brand7.png);
  }

  footer {
    width: 100%;
  }
  footer .inner {
    width: calc(100% - 40px);
    min-width: calc(100% - 40px);
    margin: 0 auto;
    display: flex;
    flex-wrap: nowrap;
    flex-direction: row;
    justify-content: space-between;
    align-items: flex-end;
  }
  footer .inner:not(:last-child) {
    margin-bottom: 20px;
  }
  footer .inner .set ul {
    display: flex;
    flex-wrap: nowrap;
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
  }
  footer .inner .set ul li a {
    color: #000;
    font-family: "aktiv-grotesk", sans-serif;
    font-size: 1.6rem;
    font-weight: 600;
    line-height: 1.75;
    letter-spacing: 0.05em;
  }
  footer .inner .pgtop {
    color: #000;
    font-family: "aktiv-grotesk", sans-serif;
    font-size: 1.2rem;
    font-weight: 600;
    line-height: 1;
    letter-spacing: 0em;
    position: relative;
    transform: translateX(10px);
  }
  footer .inner .pgtop:hover {
    opacity: 1;
  }
  footer .cp {
    text-align: left;
    width: 100%;
    padding: 20px 20px 40px 20px;
    border-top: solid 1px #000;
  }

  section.looks {
    padding: 0px;
    margin: 0px;
  }
  section.looks .wrap {
    width: 100%;
    height: auto;
  }
  section.looks .wrap .spc {
    width: 100%;
    height: 100vh;
  }
  section.looks .close {
    width: 20px;
    height: 20px;
    right: 10px;
    top: 10px;
  }
  section.looks .close span {
    width: 20px;
    background-color: #000;
  }
  section.looks .close span:nth-child(1) {
    left: 0px;
    top: 10px;
  }
  section.looks .close span:nth-child(2) {
    left: 0px;
    top: 10px;
  }
  section.looks .close:hover {
    opacity: 1;
  }
  section.looks .chead {
    width: 100%;
    margin: 0 auto;
  }
  section.looks .chead:not(:last-child) {
    margin-bottom: 30px;
  }
  section.looks .chead .inhead {
    width: 100%;
    display: flex;
    flex-wrap: nowrap;
    flex-direction: column;
    justify-content: flex-start;
    align-items: center;
    position: relative;
  }
  section.looks .chead .inhead:not(:last-child) {
    margin-bottom: 30px;
  }
  section.looks .chead .inhead .photo {
    width: 100%;
    height: 100vw;
    overflow: hidden;
  }
  section.looks .chead .inhead .title {
    width: calc(100% - 20px);
    position: absolute;
    left: 10px;
    bottom: 10px;
  }
  section.looks .chead .inhead .title.t1 dl dt {
    width: 222px;
    height: 104px;
    background-image: url(../images/title_brand1_sp.png);
  }
  section.looks .chead .inhead .title.t2 dl dt {
    width: 195px;
    height: 105px;
    background-image: url(../images/title_brand3.png);
  }
  section.looks .chead .inhead .title.t3 dl dt {
    width: 176px;
    height: 52px;
    background-image: url(../images/title_brand5_sp.png);
  }
  section.looks .chead .inhead .title dl {
    display: flex;
    flex-wrap: nowrap;
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-end;
    position: relative;
    transform: translateY(0px);
  }
  section.looks .chead .inhead .title dl dt {
    margin-bottom: 0px;
  }
  section.looks .chead .inhead .title dl dd {
    display: none;
  }
  section.looks .chead .lead {
    width: calc(100% - 80px);
  }
  section.looks .chead .lead p {
    color: #000;
    font-family: "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", sans-serif;
    font-size: 1.2rem;
    font-weight: 500;
    line-height: 1.875;
    letter-spacing: 0em;
  }
  section.looks .chead .lead p:not(:last-child) {
    margin-bottom: 10px;
  }
  section.looks .inlook {
    width: 100%;
    margin: 0 auto;
    display: flex;
    flex-wrap: wrap;
    flex-direction: row;
    justify-content: flex-start;
    align-items: stretch;
  }
  section.looks .inlook:not(:last-child) {
    padding-bottom: 10px;
    margin-bottom: 50px;
  }
  section.looks .inlook .look {
    width: calc((100% - 1px) / 2);
    padding: 0px;
    margin: 0 0 40px 0;
    position: relative;
  }
  section.looks .inlook .look:not(:nth-child(2n+1)) {
    margin-left: 1px;
  }
  section.looks .inlook .look .set {
    width: 100%;
    padding: 0px;
    display: flex;
    flex-wrap: nowrap;
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
  }
  section.looks .inlook .look .set:not(:last-child) {
    margin-bottom: 100px;
  }
  section.looks .inlook .look .set .photo {
    width: 100%;
    margin-bottom: 10px;
    position: relative;
  }
  section.looks .inlook .look .set .photo div {
    width: 100%;
  }
  section.looks .inlook .look .set .text {
    width: 100%;
    padding: 0px;
  }
  section.looks .inlook .look .set .text .credits {
    width: 100%;
    padding: 0 10px;
  }
  section.looks .inlook .look .set .text .credits > div {
    width: 100%;
  }
  section.looks .inlook .look .set .text .credits > div:not(:last-child) {
    margin-bottom: 10px;
  }
  section.looks .inlook .look .set .text .credits > div.item-d-none dl dd a {
    display: none;
  }
  section.looks .inlook .look .set .text .credits > div.item-d-none dl dd a.line {
    display: inline-block;
  }
  section.looks .inlook .look .set .text .credits > div dl {
    display: flex;
    flex-wrap: nowrap;
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
  }
  section.looks .inlook .look .set .text .credits > div dl dt {
    display: flex;
    flex-wrap: nowrap;
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
  }
  section.looks .inlook .look .set .text .credits > div dl dt:not(:last-child) {
    margin-bottom: 10px;
  }
  section.looks .inlook .look .set .text .credits > div dl dt strong {
    display: inline-block;
  }
  section.looks .inlook .look .set .text .credits > div dl dt strong:first-child {
    margin-bottom: 2px;
    display: flex;
    flex-wrap: nowrap;
    flex-direction: row;
    justify-content: flex-start;
    align-items: flex-start;
  }
  section.looks .inlook .look .set .text .credits > div dl dt strong:first-child span {
    color: #000;
    font-family: "aktiv-grotesk", sans-serif;
    font-size: 1.2rem;
    font-weight: 500;
    line-height: 1;
    letter-spacing: 0em;
  }
  section.looks .inlook .look .set .text .credits > div dl dt strong:first-child span:nth-child(2) {
    font-weight: 400;
    margin-left: 5px;
  }
  section.looks .inlook .look .set .text .credits > div dl dt strong:not(:first-child) span {
    color: #000;
    font-family: "aktiv-grotesk", sans-serif;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1;
    letter-spacing: 0em;
  }
  section.looks .inlook .look .set .text .credits > div dl dd {
    margin-left: 0px;
  }
  section.looks .inlook .look .set .text .credits > div dl dd a {
    color: #000;
    font-family: "aktiv-grotesk", sans-serif;
    font-size: 1.1rem;
    font-weight: 400;
    line-height: 1;
    letter-spacing: 0em;
    padding: 0px 20px;
    border: solid 1px #000;
    transition: all 0.25s ease-in 0s;
  }
  section.looks .inlook .look .set .text .credits > div dl dd a:hover {
    opacity: 0.7;
  }
  section.looks .inlook .look .set .text .credits > div dl dd a.line {
    color: #000;
    font-family: "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", sans-serif;
    font-size: 1rem;
    font-weight: 500;
    line-height: 1;
    letter-spacing: 0em;
    padding: 2px 10px;
    display: none;
  }
}

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