@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;
}

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: #000;
  text-align: center;
  -webkit-text-size-adjust: 100%;
  position: fixed;
  left: 0px;
  top: 0px;
}
body.loaded {
  position: static;
}
body.looking {
  overflow: hidden;
}
body::before {
  content: "";
  width: 100%;
  height: 100vh;
  background-image: url(../images/bg.jpg);
  background-repeat: repeat-y;
  background-position: left top;
  background-size: 100% auto;
  position: fixed;
  top: 0px;
  left: 0px;
  z-index: -1;
  display: block;
}

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

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

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: #FFF;
  position: fixed;
  left: 0px;
  top: 0px;
  z-index: 99999;
  transition: opacity 0.5s ease-in-out 0.25s;
}
#loader .logo {
  width: 143px;
  height: 23px;
  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;
  position: absolute;
  left: calc(50% - 72px);
  top: calc(50% - 11px);
}
#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;
  opacity: 1;
  display: block;
}

.loaded main {
  opacity: 1;
}

header {
  width: 100%;
  padding: 20px;
  position: fixed;
  top: 0px;
  left: 0px;
  z-index: 999;
  pointer-events: none;
  box-sizing: border-box;
  transition: top 0.5s ease-in;
}
header.on {
  top: 0px;
  pointer-events: auto;
}
header .inner {
  width: 100%;
  display: flex;
  flex-wrap: nowrap;
  flex-direction: row;
  justify-content: flex-start;
  align-items: flex-start;
}
header .inner h1 {
  width: 150px;
  height: 19px;
  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;
}
header .inner .hum {
  display: none;
}

/* -------------------- */
#visual {
  width: 100%;
  height: 100vh;
  min-height: 100%;
  clip-path: inset(0 100% 0 0);
  transition: clip-path 0.5s cubic-bezier(0.39, 0.575, 0.565, 1) 0s;
}
#visual.on {
  clip-path: inset(0 0 0 0);
}
#visual.on .inner .title > div {
  clip-path: inset(0 0 0 0);
}
#visual.on .inner .anchor {
  clip-path: inset(0 0 0 0);
}
#visual.on .inner .anchor > div ul {
  clip-path: inset(0 0 0 0);
}
#visual .inner {
  width: 100%;
  height: 100%;
  position: relative;
}
#visual .inner .title {
  width: 100%;
  height: 40%;
  border-bottom: solid 2px #000;
  display: flex;
  flex-wrap: nowrap;
  flex-direction: column;
  justify-content: flex-end;
  align-items: flex-end;
}
#visual .inner .title > div {
  width: 300px;
  display: flex;
  flex-wrap: nowrap;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  transform: translateX(-110px) translateY(38px);
  position: relative;
  clip-path: inset(0 100% 0 0);
  transition: clip-path 0.25s cubic-bezier(0.39, 0.575, 0.565, 1) 0.5s;
}
#visual .inner .title > div h2 {
  background-image: url(../images/ttl_tokyo.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: 300px;
  height: 63px;
  margin-bottom: 20px;
}
#visual .inner .title > div h3 {
  background-image: url(../images/ttl_brandlist.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: 204px;
  height: 28px;
}
#visual .inner .anchor {
  width: 100%;
  max-width: 1160px;
  height: 60%;
  min-height: 60%;
  margin: 0 auto;
  display: flex;
  flex-wrap: nowrap;
  flex-direction: row;
  justify-content: flex-end;
  align-items: flex-start;
  clip-path: inset(0 0 100% 0);
  transition: clip-path 0.5s cubic-bezier(0.39, 0.575, 0.565, 1) 0.25s;
}
#visual .inner .anchor > div {
  width: calc(100% - 220px);
  height: 100%;
  padding-left: 20px;
  border-left: solid 2px #000;
  display: flex;
  flex-wrap: nowrap;
  flex-direction: row;
  justify-content: flex-start;
  align-items: flex-end;
}
#visual .inner .anchor > div ul {
  padding: 0 0 20px 20px;
  display: flex;
  flex-wrap: nowrap;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  clip-path: inset(0 100% 0 0);
  transition: clip-path 0.25s cubic-bezier(0.39, 0.575, 0.565, 1) 0.75s;
}
#visual .inner .anchor > div ul li {
  cursor: pointer;
}
#visual .inner .anchor > div ul li:not(:last-child) {
  margin-bottom: 10px;
}
#visual .inner .anchor > div ul li:hover span {
  color: #999999;
}
#visual .inner .anchor > div ul li span {
  color: #000;
  font-family: futura-pt, sans-serif;
  font-size: 1.7rem;
  font-weight: 500;
  line-height: 1;
  letter-spacing: 0em;
  text-align: left;
  display: block;
  transition: all 0.25s ease-in 0s;
}

main {
  width: 100%;
  position: relative;
  box-sizing: border-box;
}
main.show .incontainer nav {
  opacity: 1;
  transform: translateX(0px);
}
main .incontainer {
  width: 100%;
  max-width: 1160px;
  margin: 0 auto;
  display: flex;
  flex-wrap: nowrap;
  flex-direction: row;
  justify-content: space-between;
  align-items: flex-start;
}
main .incontainer nav {
  width: 220px;
  padding: 100px 0 0 0;
  position: sticky;
  top: 0px;
  opacity: 0;
  transform: translateX(-40px);
  transition: all 1s cubic-bezier(0.19, 1, 0.22, 1) 0.25s;
}
main .incontainer nav dl {
  width: 153px;
  margin-bottom: 80px;
  display: flex;
  flex-wrap: nowrap;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
}
main .incontainer nav dl dt {
  background-image: url(../images/ttl_tokyo.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: 153px;
  height: 32px;
  margin-bottom: 10px;
}
main .incontainer nav dl dd {
  background-image: url(../images/ttl_brandlist.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: 104px;
  height: 14px;
}
main .incontainer nav ul {
  display: flex;
  flex-wrap: nowrap;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
}
main .incontainer nav ul li {
  cursor: pointer;
}
main .incontainer nav ul li:not(:last-child) {
  margin-bottom: 10px;
}
main .incontainer nav ul li:hover span {
  color: #999999;
}
main .incontainer nav ul li span {
  color: #000;
  font-family: futura-pt, sans-serif;
  font-size: 1.7rem;
  font-weight: 500;
  line-height: 1;
  letter-spacing: 0em;
  text-align: left;
  display: block;
  transition: all 0.25s ease-in 0s;
}
main .incontainer .contents {
  width: calc(100% - 220px);
  padding: 100px 0;
  border-left: solid 2px #000;
  display: flex;
  flex-wrap: nowrap;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
}
main .incontainer .contents footer p {
  color: #000;
  font-family: futura-pt, sans-serif;
  font-size: 1.4rem;
  font-weight: 500;
  line-height: 1;
  letter-spacing: 0em;
}
main .sec {
  width: 700px;
  transition: opacity 0.5s ease-in 0s;
  opacity: 0;
}
main .sec:not(:last-child) {
  margin-bottom: 200px;
}
main .sec.on.on {
  opacity: 1;
}
main .sec#anchor {
  width: 680px;
}
main .sec#anchor:not(:last-child) {
  margin-bottom: 180px;
}
main .sec#anchor .insec {
  width: 100%;
}
main .sec#anchor .insec ul {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  flex-direction: row;
  justify-content: flex-start;
  align-items: stretch;
}
main .sec#anchor .insec ul li {
  width: calc((100% - 120px) / 4);
  position: relative;
  cursor: pointer;
}
main .sec#anchor .insec ul li:not(:nth-child(4n+1)) {
  margin-left: 40px;
}
main .sec#anchor .insec ul li:not(:nth-child(n+5)) {
  margin-bottom: 40px;
}
main .sec#anchor .insec ul li:hover > div {
  border: solid 2px #999999;
}
main .sec#anchor .insec ul li:hover p {
  color: #999999;
}
main .sec#anchor .insec ul li > div {
  width: 100%;
  border: solid 2px #000;
  transition: all 0.25s ease-in 0s;
}
main .sec#anchor .insec ul li p {
  color: #000;
  font-family: "futura-pt-condensed", sans-serif;
  font-size: 2rem;
  font-weight: 500;
  line-height: 1;
  letter-spacing: 0em;
  -ms-writing-mode: tb-rl;
  writing-mode: vertical-rl;
  position: absolute;
  top: 0px;
  right: -25px;
  transition: all 0.25s ease-in 0s;
}
main .sec .insec {
  width: 100%;
  display: flex;
  flex-wrap: nowrap;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
}
main .sec .insec .profile {
  width: 100%;
}
main .sec .insec .profile:not(:last-child) {
  margin-bottom: 100px;
}
main .sec .insec .profile .inprof {
  width: 100%;
  padding: 20px 20px 20px 30px;
  border: solid 2px #000;
  border-radius: 10px;
  display: flex;
  flex-wrap: no-repeat;
  flex-direction: row;
  justify-content: space-between;
  align-items: flex-start;
  position: relative;
}
main .sec .insec .profile .inprof:not(:last-child) {
  margin-bottom: 30px;
}
main .sec .insec .profile .inprof::before {
  content: "";
  width: 180px;
  height: 4px;
  background-image: url(../images/bg.jpg);
  background-repeat: no-repeat;
  background-position: center;
  background-size: 100vw auto;
  position: absolute;
  top: -3px;
  left: 30px;
}
main .sec .insec .profile .inprof .illust {
  width: 180px;
  position: relative;
  z-index: 1;
}
main .sec .insec .profile .inprof .illust.i7 {
  width: 140px;
}
main .sec .insec .profile .inprof .illust.i7 img {
  margin-top: -80px;
}
main .sec .insec .profile .inprof .illust img {
  margin-top: -55px;
  position: relative;
}
main .sec .insec .profile .inprof .text {
  text-align: left;
  width: calc(100% - 180px - 30px);
}
main .sec .insec .profile .inprof .text dl:nth-child(1) {
  padding-bottom: 20px;
  margin-bottom: 20px;
  border-bottom: solid 2px #000;
}
main .sec .insec .profile .inprof .text dl:nth-child(1) dt {
  display: flex;
  flex-wrap: no-repeat;
  flex-direction: row;
  justify-content: flex-start;
  align-items: center;
}
main .sec .insec .profile .inprof .text dl:nth-child(1) dt span:nth-child(1) {
  background-image: url(../images/text_number.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: 22px;
  height: 24px;
}
main .sec .insec .profile .inprof .text dl:nth-child(1) dt span:nth-child(2) {
  color: #000;
  font-family: futura-pt, sans-serif;
  font-size: 2.4rem;
  font-weight: 500;
  line-height: 1;
  letter-spacing: 0em;
  margin-left: 5px;
}
main .sec .insec .profile .inprof .text dl:nth-child(1) dd {
  display: flex;
  flex-wrap: no-repeat;
  flex-direction: row;
  justify-content: flex-start;
  align-items: center;
}
main .sec .insec .profile .inprof .text dl:nth-child(1) dd span:nth-child(1) {
  color: #000;
  font-family: futura-pt, sans-serif;
  font-size: 3.4rem;
  font-weight: 500;
  line-height: 1;
  letter-spacing: 0em;
}
main .sec .insec .profile .inprof .text dl:nth-child(1) dd span:nth-child(1).small {
  color: #000;
  font-family: futura-pt, sans-serif;
  font-size: 2.6rem;
  font-weight: 500;
  line-height: 1;
  letter-spacing: 0em;
}
main .sec .insec .profile .inprof .text dl:nth-child(1) dd span:nth-child(2) {
  color: #000;
  font-family: source-han-sans-japanese, sans-serif;
  font-size: 1.4rem;
  font-weight: 700;
  line-height: 1;
  letter-spacing: 0em;
  margin-left: 10px;
  position: relative;
  transform: translateY(0.35rem);
}
main .sec .insec .profile .inprof .text dl:nth-child(2) dt {
  margin-bottom: 5px;
}
main .sec .insec .profile .inprof .text dl:nth-child(2) dt span {
  color: #000;
  font-family: "futura-pt-condensed", sans-serif;
  font-size: 1.2rem;
  font-weight: 500;
  line-height: 1;
  letter-spacing: 0em;
}
main .sec .insec .profile .inprof .text dl:nth-child(2) dd {
  display: flex;
  flex-wrap: no-repeat;
  flex-direction: row;
  justify-content: flex-start;
  align-items: flex-end;
}
main .sec .insec .profile .inprof .text dl:nth-child(2) dd span:not(:first-child) {
  margin-left: 5px;
}
main .sec .insec .profile .inprof .text dl:nth-child(2) dd span:nth-child(1) {
  color: #000;
  font-family: source-han-sans-japanese, sans-serif;
  font-size: 1.4rem;
  font-weight: 500;
  line-height: 1;
  letter-spacing: 0em;
}
main .sec .insec .profile .inprof .text dl:nth-child(2) dd span:nth-child(2) {
  color: #000;
  font-family: source-han-sans-japanese, sans-serif;
  font-size: 1.4rem;
  font-weight: 500;
  line-height: 1;
  letter-spacing: 0em;
}
main .sec .insec .profile .inprof .text dl:nth-child(2) dd span:nth-child(3) {
  color: #000;
  font-family: futura-pt, sans-serif;
  font-size: 1.5rem;
  font-weight: 500;
  line-height: 0.75;
  letter-spacing: 0em;
}
main .sec .insec .profile > p {
  color: #000;
  font-family: source-han-sans-japanese, sans-serif;
  font-size: 1.4rem;
  font-weight: 400;
  line-height: 2.4rem;
  letter-spacing: 0em;
  text-align: left;
}
main .sec .insec .photos {
  width: 510px;
}
main .sec .insec .photos .slider {
  width: 100%;
  margin-bottom: 10px;
  position: relative;
}
main .sec .insec .photos .slider .arrow {
  width: 27px;
  height: 51px;
  background-image: url(../images/arrow.png);
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  position: absolute;
  top: calc(50% - 25px);
  transition: all 0.25s ease-in 0s;
  cursor: pointer;
}
main .sec .insec .photos .slider .arrow:hover {
  opacity: 0.7;
}
main .sec .insec .photos .slider .arrow.prev {
  left: -60px;
  transform: rotate(180deg);
}
main .sec .insec .photos .slider .arrow.next {
  right: -60px;
}
main .sec .insec .photos .thumbnail {
  width: 100%;
  margin-bottom: 30px;
  display: flex;
  flex-wrap: nowrap;
  flex-direction: row;
  justify-content: flex-start;
  align-items: flex-start;
}
main .sec .insec .photos .thumbnail .slick-track {
  transform: unset !important;
}
main .sec .insec .photos .thumbnail .slick-slide {
  width: calc((100% - 20px) / 3) !important;
  position: relative;
}
main .sec .insec .photos .thumbnail .slick-slide:not(:first-child) {
  margin-left: 10px;
}
main .sec .insec .photos .thumbnail .slick-current::after {
  content: "";
  width: 100%;
  height: 100%;
  border: solid 2px #000;
  position: absolute;
  top: 0px;
  left: 0px;
  box-sizing: border-box;
}
main .sec .insec .photos .text {
  width: 100%;
  margin-bottom: 50px;
}
main .sec .insec .photos .text p {
  color: #000;
  font-family: source-han-sans-japanese, sans-serif;
  font-size: 1.4rem;
  font-weight: 400;
  line-height: 2.4rem;
  letter-spacing: 0em;
  text-align: left;
}
main .sec .insec .photos .text p:not(:last-child) {
  margin-bottom: 0px;
}
main .sec .insec .photos .btn {
  width: 100%;
}
main .sec .insec .photos .btn a {
  width: 100%;
  height: 60px;
  border: solid 2px #000;
  border-radius: 10px;
  display: flex;
  flex-wrap: nowrap;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  transition: all 0.25s ease-in 0s;
}
main .sec .insec .photos .btn a:hover {
  border: solid 2px #999999;
}
main .sec .insec .photos .btn a:hover::after {
  opacity: 0.5;
}
main .sec .insec .photos .btn a:hover span {
  color: #999999;
}
main .sec .insec .photos .btn a::after {
  content: "";
  width: 10px;
  height: 17px;
  background-image: url(../images/arrow_btn.png);
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  margin-left: 10px;
  display: block;
  transition: all 0.25s ease-in 0s;
}
main .sec .insec .photos .btn a span {
  color: #000;
  font-family: futura-pt, sans-serif;
  font-size: 2rem;
  font-weight: 500;
  line-height: 1;
  letter-spacing: 0em;
  transition: all 0.25s ease-in 0s;
}
main .pgtop {
  display: flex;
  flex-wrap: nowrap;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  position: fixed;
  bottom: 100px;
  right: 40px;
  z-index: 11;
  opacity: 0;
  pointer-events: none;
  transition: all 0.25s ease-in 0s;
}
main .pgtop:hover::before,
main .pgtop:hover span {
  opacity: 0.6;
}
main .pgtop.on {
  opacity: 1;
  pointer-events: auto;
}
main .pgtop::before {
  content: "";
  width: 10px;
  height: 17px;
  background-image: url(../images/arrow_btn.png);
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  margin-bottom: 10px;
  position: relative;
  transform: rotate(-90deg);
  display: block;
  transition: all 0.25s ease-in 0s;
}
main .pgtop span {
  color: #000;
  font-family: "futura-pt-condensed", sans-serif;
  font-size: 2.4rem;
  font-weight: 500;
  line-height: 1;
  letter-spacing: 0em;
  -ms-writing-mode: tb-rl;
  writing-mode: vertical-rl;
  display: block;
  cursor: pointer;
  transition: all 0.25s ease-in 0s;
}

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

  header {
    width: 100%;
    padding: 20px;
    position: fixed;
    top: 0px;
    left: 0px;
    z-index: 999;
    pointer-events: none;
    transition: top 0.5s ease-in;
  }
  header.on {
    top: 0px;
    pointer-events: auto;
  }
  header .inner {
    width: 100%;
    display: flex;
    flex-wrap: nowrap;
    flex-direction: row;
    justify-content: space-between;
    align-items: flex-start;
  }
  header .inner h1 {
    width: 150px;
    height: 19px;
    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;
  }
  header .inner .hum {
    width: 30px;
    position: relative;
    display: block;
  }
  header .inner .hum.on > div span:nth-child(1) {
    top: 10px;
    transform: rotate(135deg);
  }
  header .inner .hum.on > div span:nth-child(2) {
    opacity: 0;
  }
  header .inner .hum.on > div span:nth-child(3) {
    top: 10px;
    transform: rotate(-135deg);
  }
  header .inner .hum > div {
    width: 100%;
    height: 30px;
  }
  header .inner .hum > div span {
    width: 100%;
    height: 2px;
    background-color: #000;
    display: block;
    position: absolute;
    left: 0px;
    transition: all 0.2s ease-in;
  }
  header .inner .hum > div span:nth-child(1) {
    top: 0px;
  }
  header .inner .hum > div span:nth-child(2) {
    top: 10px;
  }
  header .inner .hum > div span:nth-child(3) {
    top: 20px;
  }

  /* -------------------- */
  #visual {
    width: 100%;
    height: calc(var(--vh) * 100);
    min-height: 100%;
  }
  #visual .inner .title {
    width: 100%;
    height: 40%;
    border-bottom: solid 2px #000;
    display: flex;
    flex-wrap: nowrap;
    flex-direction: column;
    justify-content: flex-end;
    align-items: flex-end;
  }
  #visual .inner .title > div {
    width: 150px;
    display: flex;
    flex-wrap: nowrap;
    flex-direction: column;
    justify-content: flex-start;
    align-items: center;
    transform: translateX(-20px) translateY(24px);
    position: relative;
  }
  #visual .inner .title > div h2 {
    width: 150px;
    height: 32px;
    margin-bottom: 20px;
  }
  #visual .inner .title > div h3 {
    width: 102px;
    height: 14px;
  }
  #visual .inner .anchor {
    width: 100%;
    max-width: 100%;
    height: 60%;
    min-height: 60%;
    margin: 0 auto;
    display: flex;
    flex-wrap: nowrap;
    flex-direction: row;
    justify-content: flex-start;
    align-items: flex-start;
  }
  #visual .inner .anchor > div {
    width: calc(100% - 40px);
    height: 100%;
    padding-left: 20px;
    margin: 0 auto;
  }
  #visual .inner .anchor > div ul {
    padding: 0 0 20px 0;
  }
  #visual .inner .anchor > div ul li {
    cursor: pointer;
  }
  #visual .inner .anchor > div ul li:not(:last-child) {
    margin-bottom: 10px;
  }
  #visual .inner .anchor > div ul li:hover span {
    color: #000;
  }
  #visual .inner .anchor > div ul li span {
    color: #000;
    font-family: futura-pt, sans-serif;
    font-size: 1.6rem;
    font-weight: 500;
    line-height: 1;
    letter-spacing: 0em;
  }

  main.show .incontainer nav {
    opacity: 0;
    transform: translateX(0px);
  }
  main .incontainer {
    width: calc(100% - 40px);
    max-width: 100%;
    margin: 0 auto;
    display: flex;
    flex-wrap: nowrap;
    flex-direction: row;
    justify-content: flex-start;
    align-items: flex-start;
  }
  main .incontainer nav {
    width: 100%;
    height: 100%;
    padding: 20px;
    background-image: url(../images/bg.jpg);
    background-repeat: repeat-y;
    background-position: center;
    background-size: 100% auto;
    display: flex;
    flex-wrap: nowrap;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    position: fixed;
    top: 0px;
    left: 0px;
    z-index: 777;
    box-sizing: border-box;
    pointer-events: none;
    opacity: 0;
    transform: translateX(0px);
    transition: opacity 0.3s ease-in 0s;
  }
  main .incontainer nav.on {
    pointer-events: auto;
    opacity: 1;
  }
  main .incontainer nav dl {
    width: 153px;
    margin-bottom: 40px;
    display: flex;
    flex-wrap: nowrap;
    flex-direction: column;
    justify-content: flex-start;
    align-items: center;
  }
  main .incontainer nav dl dt {
    background-image: url(../images/ttl_tokyo.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: 150px;
    height: 32px;
    margin-bottom: 10px;
  }
  main .incontainer nav dl dd {
    background-image: url(../images/ttl_brandlist.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: 102px;
    height: 14px;
  }
  main .incontainer nav ul {
    display: flex;
    flex-wrap: nowrap;
    flex-direction: column;
    justify-content: flex-start;
    align-items: center;
  }
  main .incontainer nav ul li {
    cursor: pointer;
  }
  main .incontainer nav ul li:not(:last-child) {
    margin-bottom: 10px;
  }
  main .incontainer nav ul li:hover span {
    color: #000;
  }
  main .incontainer nav ul li span {
    color: #000;
    font-family: futura-pt, sans-serif;
    font-size: 1.6rem;
    font-weight: 500;
    line-height: 1;
    letter-spacing: 0em;
    text-align: center;
  }
  main .incontainer .contents {
    width: 100%;
    padding: 50px 0;
    border-left: solid 2px #000;
    display: flex;
    flex-wrap: nowrap;
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-end;
  }
  main .incontainer .contents footer {
    width: calc(100% - 20px);
  }
  main .incontainer .contents footer p {
    color: #000;
    font-family: futura-pt, sans-serif;
    font-size: 1.4rem;
    font-weight: 500;
    line-height: 1;
    letter-spacing: 0em;
  }
  main .sec {
    width: calc(100% - 20px);
  }
  main .sec:not(:last-child) {
    margin-bottom: 100px;
  }
  main .sec#anchor {
    width: calc(100% - 20px);
  }
  main .sec#anchor:not(:last-child) {
    margin-bottom: 80px;
  }
  main .sec#anchor .insec {
    width: calc(100% - 10px);
  }
  main .sec#anchor .insec ul {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    flex-direction: row;
    justify-content: flex-start;
    align-items: stretch;
  }
  main .sec#anchor .insec ul li {
    width: calc((100% - 40px) / 2);
  }
  main .sec#anchor .insec ul li:not(:nth-child(4n+1)) {
    margin-left: 0px;
  }
  main .sec#anchor .insec ul li:not(:nth-child(n+5)) {
    margin-bottom: 0px;
  }
  main .sec#anchor .insec ul li:not(:nth-child(2n+1)) {
    margin-left: 40px;
  }
  main .sec#anchor .insec ul li:not(:nth-child(n+7)) {
    margin-bottom: 20px;
  }
  main .sec#anchor .insec ul li:hover > div {
    border: solid 2px #000;
  }
  main .sec#anchor .insec ul li:hover p {
    color: #000;
  }
  main .sec#anchor .insec ul li p {
    color: #000;
    font-family: "futura-pt-condensed", sans-serif;
    font-size: 1.6rem;
    font-weight: 500;
    line-height: 1;
    letter-spacing: 0em;
    top: 0px;
    right: -15px;
  }
  main .sec .insec {
    width: 100%;
    display: flex;
    flex-wrap: nowrap;
    flex-direction: column;
    justify-content: flex-start;
    align-items: center;
  }
  main .sec .insec .profile {
    width: 100%;
  }
  main .sec .insec .profile:not(:last-child) {
    margin-bottom: 40px;
  }
  main .sec .insec .profile .inprof {
    width: 100%;
    padding: 20px;
    border: solid 2px #000;
    border-radius: 10px;
    display: flex;
    flex-wrap: no-repeat;
    flex-direction: column;
    justify-content: flex-start;
    align-items: center;
    position: relative;
  }
  main .sec .insec .profile .inprof:not(:last-child) {
    margin-bottom: 30px;
  }
  main .sec .insec .profile .inprof::before {
    width: 60%;
    height: 4px;
    left: 20%;
  }
  main .sec .insec .profile .inprof .illust {
    width: 60%;
    margin-bottom: 20px;
  }
  main .sec .insec .profile .inprof .illust.i7 {
    width: 50%;
  }
  main .sec .insec .profile .inprof .illust.i7 img {
    margin-top: -80px;
  }
  main .sec .insec .profile .inprof .illust img {
    margin-top: -55px;
    position: relative;
  }
  main .sec .insec .profile .inprof .text {
    text-align: left;
    width: 100%;
  }
  main .sec .insec .profile .inprof .text dl:nth-child(1) {
    padding-bottom: 10px;
    margin-bottom: 10px;
    border-bottom: solid 2px #000;
  }
  main .sec .insec .profile .inprof .text dl:nth-child(1) dt {
    display: flex;
    flex-wrap: no-repeat;
    flex-direction: row;
    justify-content: flex-start;
    align-items: center;
  }
  main .sec .insec .profile .inprof .text dl:nth-child(1) dt span:nth-child(1) {
    background-image: url(../images/text_number.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: 22px;
    height: 24px;
  }
  main .sec .insec .profile .inprof .text dl:nth-child(1) dt span:nth-child(2) {
    color: #000;
    font-family: futura-pt, sans-serif;
    font-size: 2.4rem;
    font-weight: 500;
    line-height: 1;
    letter-spacing: 0em;
    margin-left: 5px;
  }
  main .sec .insec .profile .inprof .text dl:nth-child(1) dd {
    display: flex;
    flex-wrap: no-repeat;
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
  }
  main .sec .insec .profile .inprof .text dl:nth-child(1) dd span:nth-child(1) {
    color: #000;
    font-family: futura-pt, sans-serif;
    font-size: 3rem;
    font-weight: 500;
    line-height: 1;
    letter-spacing: 0em;
    margin-bottom: 5px;
  }
  main .sec .insec .profile .inprof .text dl:nth-child(1) dd span:nth-child(1).small {
    color: #000;
    font-family: futura-pt, sans-serif;
    font-size: 2.2rem;
    font-weight: 500;
    line-height: 1;
    letter-spacing: 0em;
  }
  main .sec .insec .profile .inprof .text dl:nth-child(1) dd span:nth-child(2) {
    color: #000;
    font-family: source-han-sans-japanese, sans-serif;
    font-size: 1.4rem;
    font-weight: 700;
    line-height: 1;
    letter-spacing: 0em;
    margin-left: 0px;
    transform: translateY(0rem);
  }
  main .sec .insec .profile .inprof .text dl:nth-child(2) dt {
    margin-bottom: 5px;
  }
  main .sec .insec .profile .inprof .text dl:nth-child(2) dt span {
    color: #000;
    font-family: "futura-pt-condensed", sans-serif;
    font-size: 1.2rem;
    font-weight: 500;
    line-height: 1;
    letter-spacing: 0em;
  }
  main .sec .insec .profile .inprof .text dl:nth-child(2) dd {
    display: flex;
    flex-wrap: no-repeat;
    flex-direction: row;
    justify-content: flex-start;
    align-items: flex-end;
  }
  main .sec .insec .profile .inprof .text dl:nth-child(2) dd span:not(:first-child) {
    margin-left: 5px;
  }
  main .sec .insec .profile .inprof .text dl:nth-child(2) dd span:nth-child(1) {
    color: #000;
    font-family: source-han-sans-japanese, sans-serif;
    font-size: 1.4rem;
    font-weight: 500;
    line-height: 1;
    letter-spacing: 0em;
  }
  main .sec .insec .profile .inprof .text dl:nth-child(2) dd span:nth-child(2) {
    color: #000;
    font-family: source-han-sans-japanese, sans-serif;
    font-size: 1.4rem;
    font-weight: 500;
    line-height: 1;
    letter-spacing: 0em;
  }
  main .sec .insec .profile .inprof .text dl:nth-child(2) dd span:nth-child(3) {
    color: #000;
    font-family: futura-pt, sans-serif;
    font-size: 1.5rem;
    font-weight: 500;
    line-height: 0.75;
    letter-spacing: 0em;
  }
  main .sec .insec .profile > p {
    color: #000;
    font-family: source-han-sans-japanese, sans-serif;
    font-size: 1.4rem;
    font-weight: 400;
    line-height: 2.4rem;
    letter-spacing: 0em;
    text-align: left;
  }
  main .sec .insec .photos {
    width: calc(100% - 40px);
  }
  main .sec .insec .photos .slider {
    width: 100%;
    margin-bottom: 5px;
  }
  main .sec .insec .photos .slider .arrow {
    width: 16px;
    height: 30px;
    top: calc(50% - 15px);
  }
  main .sec .insec .photos .slider .arrow:hover {
    opacity: 1;
  }
  main .sec .insec .photos .slider .arrow.prev {
    left: -30px;
  }
  main .sec .insec .photos .slider .arrow.next {
    right: -30px;
  }
  main .sec .insec .photos .thumbnail {
    width: 100%;
    margin-bottom: 30px;
    display: flex;
    flex-wrap: nowrap;
    flex-direction: row;
    justify-content: flex-start;
    align-items: flex-start;
  }
  main .sec .insec .photos .thumbnail .slick-track {
    transform: unset !important;
  }
  main .sec .insec .photos .thumbnail .slick-slide {
    width: calc((100% - 10px) / 3) !important;
    position: relative;
  }
  main .sec .insec .photos .thumbnail .slick-slide:not(:first-child) {
    margin-left: 5px;
  }
  main .sec .insec .photos .text {
    margin-bottom: 30px;
  }
  main .sec .insec .photos .text p {
    color: #000;
    font-family: source-han-sans-japanese, sans-serif;
    font-size: 1.4rem;
    font-weight: 400;
    line-height: 2.4rem;
    letter-spacing: 0em;
  }
  main .sec .insec .photos .btn a {
    height: 50px;
  }
  main .sec .insec .photos .btn a:hover {
    border: solid 2px #000;
  }
  main .sec .insec .photos .btn a:hover::after {
    opacity: 1;
  }
  main .sec .insec .photos .btn a:hover span {
    color: #000;
  }
  main .sec .insec .photos .btn a::after {
    content: "";
    width: 8px;
    height: 14px;
    margin-left: 5px;
  }
  main .sec .insec .photos .btn a span {
    color: #000;
    font-family: futura-pt, sans-serif;
    font-size: 1.5rem;
    font-weight: 500;
    line-height: 1;
    letter-spacing: 0em;
  }
  main .sec .insec .photos .btn a span.s {
    font-size: 1.3rem;
  }
  main .pgtop {
    bottom: 30px;
    right: 0px;
  }
  main .pgtop:hover::before,
main .pgtop:hover span {
    opacity: 1;
  }
  main .pgtop::before {
    width: 8px;
    height: 14px;
    margin-bottom: 10px;
  }
  main .pgtop span {
    color: #000;
    font-family: "futura-pt-condensed", sans-serif;
    font-size: 1.6rem;
    font-weight: 500;
    line-height: 1;
    letter-spacing: 0em;
  }
}

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