@charset "UTF-8";
@import url("https://use.typekit.net/zhc7wwy.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 change {
  0% {
    opacity: 0;
  }
  20% {
    opacity: 0;
  }
  40% {
    opacity: 1;
  }
  80% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
/* ------------------------------------------------------------------------------------------------------------------------ */
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: "trumpgothicpro", sans-serif;
  font-size: 1rem;
  line-height: 1.5;
  text-align: center;
  background-color: #FFF;
  min-height: 100vh;
  /* Fallback */
  min-height: calc(var(--vh, 1vh) * 100);
  overflow: hidden;
  position: fixed;
  left: 0px;
  top: 0px;
}
body.loaded {
  position: static;
  overflow: auto;
  overflow-y: 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: #d4d5d4;
}

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: 9999;
  transition: opacity 1s ease-in-out 0.5s;
}
#loader .logo {
  width: 318px;
  height: 92px;
  background-image: url(../images/logo_blk.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(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.active h3 {
  opacity: 1;
}
#loader.complete {
  opacity: 0;
}

header {
  position: fixed;
  top: 30px;
  right: 30px;
  z-index: 999;
}
header .inner ul {
  display: flex;
  flex-wrap: nowrap;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
}
header .inner ul li:not(:last-child) {
  margin-bottom: 20px;
}
header .inner ul li.line {
  display: none;
}
header .inner ul li a {
  color: #000;
  font-family: "trumpgothicpro", sans-serif;
  font-size: 1.6rem;
  font-weight: 500;
  line-height: 1;
  letter-spacing: 0em;
  white-space: nowrap;
  -ms-writing-mode: tb-rl;
  writing-mode: vertical-rl;
  transition: all 0.25s ease-in 0s;
}
header .inner ul li a:hover {
  color: #666666;
}

.photo .cb {
  position: absolute;
  right: 20px;
  bottom: 20px;
  z-index: 10;
  display: flex;
  flex-wrap: nowrap;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
}
.photo .cb::before {
  content: "";
  width: 28px;
  height: 28px;
  background-image: url(../images/icon_cross.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: 10px;
}
.photo .cb span {
  color: #FFF;
  font-family: "trumpgothicpro", sans-serif;
  font-size: 1.2rem;
  font-weight: 700;
  line-height: 1;
  letter-spacing: 0em;
  white-space: nowrap;
  display: inline-block;
}

main {
  width: 100%;
  padding: 30px 0 0 0;
  margin: 0 0 150px 0;
  position: relative;
  box-sizing: border-box;
  display: flex;
  flex-wrap: nowrap;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
}
main #visual {
  width: 880px;
  margin-bottom: 100px;
}
main #visual.on #invisual {
  opacity: 1;
}
main #visual h1 {
  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;
  width: 159px;
  height: 46px;
  position: absolute;
  top: 60px;
  left: calc(50% - 440px + 40px);
  z-index: 1;
}
main #visual .text {
  text-align: left;
  width: 800px;
  height: calc(100vh - 30px);
  display: flex;
  flex-wrap: nowrap;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  position: absolute;
  top: 30px;
  left: calc(50% - 400px);
  z-index: 1;
}
main #visual .text > div {
  opacity: 0;
  transition: all 0.35s ease-in 0s;
}
main #visual .text > div.on {
  opacity: 1;
}
main #visual .text > div h2 {
  color: #FFF;
  font-family: "trumpgothicpro", sans-serif;
  font-size: 14rem;
  font-weight: 700;
  line-height: 1;
  letter-spacing: 0em;
  margin-bottom: 10px;
}
main #visual .text > div p {
  color: #FFF;
  font-family: "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", sans-serif;
  font-size: 1.4rem;
  font-weight: 400;
  line-height: 2.6rem;
  letter-spacing: 0em;
}
main #visual #invisual {
  width: 100%;
  transition: opacity 0.5s ease-in 0s;
  opacity: 0;
}
main #visual #invisual .photo {
  position: relative;
}
main #contents {
  width: 880px;
  padding: 0;
  position: relative;
}
main #contents .sec {
  width: 100%;
  box-sizing: border-box;
}
main #contents .sec:not(:last-child) {
  margin-bottom: 180px;
}
main #contents .sec#sec1.on .inner h3 {
  clip-path: inset(0 0 0 0);
}
main #contents .sec#sec1 .inner h3 {
  display: flex;
  flex-wrap: nowrap;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  margin-right: auto;
  clip-path: inset(0 100% 0 0);
  transition: all 0.5s ease-in 0s;
}
main #contents .sec#sec1 .inner h3:not(:last-child) {
  margin-bottom: 40px;
}
main #contents .sec#sec1 .inner h3 span:nth-child(1) {
  color: #000;
  font-family: "trumpgothicpro", sans-serif;
  font-size: 10rem;
  font-weight: 700;
  line-height: 1;
  letter-spacing: 0em;
}
main #contents .sec#sec1 .inner h3 span:nth-child(2) {
  color: #000;
  font-family: "trumpgothicpro", sans-serif;
  font-size: 3rem;
  font-weight: 700;
  line-height: 1;
  letter-spacing: 0em;
  position: relative;
  transform: translateX(10px);
}
main #contents .sec#sec2.on .inner .combo h3, main #contents .sec#sec4.on .inner .combo h3, main #contents .sec#sec5.on .inner .combo h3 {
  clip-path: inset(0 0 0 0);
}
main #contents .sec#sec2 .inner .combo, main #contents .sec#sec4 .inner .combo, main #contents .sec#sec5 .inner .combo {
  width: 100%;
  display: flex;
  flex-wrap: nowrap;
  flex-direction: row;
  justify-content: space-between;
  align-items: flex-start;
}
main #contents .sec#sec2 .inner .combo:not(:last-child), main #contents .sec#sec4 .inner .combo:not(:last-child), main #contents .sec#sec5 .inner .combo:not(:last-child) {
  margin-bottom: 50px;
}
main #contents .sec#sec2 .inner .combo h3, main #contents .sec#sec4 .inner .combo h3, main #contents .sec#sec5 .inner .combo h3 {
  text-align: left;
  display: flex;
  flex-wrap: nowrap;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  clip-path: inset(0 0 100% 0);
  transition: all 0.5s ease-in 0.25s;
}
main #contents .sec#sec2 .inner .combo h3 > span, main #contents .sec#sec4 .inner .combo h3 > span, main #contents .sec#sec5 .inner .combo h3 > span {
  display: inline-block;
  position: relative;
}
main #contents .sec#sec2 .inner .combo h3 > span:nth-child(1), main #contents .sec#sec4 .inner .combo h3 > span:nth-child(1), main #contents .sec#sec5 .inner .combo h3 > span:nth-child(1) {
  color: #000;
  font-family: "trumpgothicpro", sans-serif;
  font-size: 14rem;
  font-weight: 700;
  line-height: 1;
  letter-spacing: 0em;
  white-space: nowrap;
  -ms-writing-mode: tb-rl;
  writing-mode: vertical-rl;
  margin-bottom: 20px;
  transform: translateX(-1.25rem);
}
main #contents .sec#sec2 .inner .combo h3 > span:nth-child(2), main #contents .sec#sec4 .inner .combo h3 > span:nth-child(2), main #contents .sec#sec5 .inner .combo h3 > span:nth-child(2) {
  color: #000;
  font-family: "trumpgothicpro", sans-serif;
  font-size: 3rem;
  font-weight: 700;
  line-height: 1;
  letter-spacing: 0em;
}
main #contents .sec#sec2 .inner .combo h3 > span:nth-child(2) > span, main #contents .sec#sec4 .inner .combo h3 > span:nth-child(2) > span, main #contents .sec#sec5 .inner .combo h3 > span:nth-child(2) > span {
  color: #000;
  font-family: "trumpgothicpro", sans-serif;
  font-size: 3rem;
  font-weight: 400;
  line-height: 1;
  letter-spacing: 0em;
}
main #contents .sec#sec2 .inner .combo .photo, main #contents .sec#sec4 .inner .combo .photo, main #contents .sec#sec5 .inner .combo .photo {
  width: calc(100% - 150px);
  margin: 0px;
}
main #contents .sec#sec3.on .inner h3 {
  clip-path: inset(0 0 0 0);
}
main #contents .sec#sec3 .inner h3 {
  margin-right: auto;
  display: flex;
  flex-wrap: nowrap;
  flex-direction: row;
  justify-content: flex-start;
  align-items: flex-end;
  clip-path: inset(0 100% 0 0);
  transition: all 0.5s ease-in 0s;
}
main #contents .sec#sec3 .inner h3:not(:last-child) {
  margin-bottom: 40px;
}
main #contents .sec#sec3 .inner h3 > span:nth-child(1) {
  color: #000;
  font-family: "trumpgothicpro", sans-serif;
  font-size: 10rem;
  font-weight: 700;
  line-height: 1;
  letter-spacing: 0em;
  transform: translateY(1rem);
}
main #contents .sec#sec3 .inner h3 > span:nth-child(2) {
  color: #000;
  font-family: "trumpgothicpro", sans-serif;
  font-size: 3rem;
  font-weight: 700;
  line-height: 1;
  letter-spacing: 0em;
  margin-left: 20px;
}
main #contents .sec#sec3 .inner h3 > span:nth-child(2) > span {
  color: #000;
  font-family: "trumpgothicpro", sans-serif;
  font-size: 3rem;
  font-weight: 400;
  line-height: 1;
  letter-spacing: 0em;
}
main #contents .sec .inner {
  width: 100%;
  margin: 0 auto;
  display: flex;
  flex-wrap: nowrap;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
}
main #contents .sec .inner .subtitle {
  text-align: left;
  width: 100%;
  opacity: 0;
  transition: all 0.5s ease-in 0s;
}
main #contents .sec .inner .subtitle.on {
  opacity: 1;
}
main #contents .sec .inner .subtitle.right {
  text-align: right;
}
main #contents .sec .inner .subtitle.center {
  text-align: center;
}
main #contents .sec .inner .subtitle:not(:last-child) {
  margin-bottom: 20px;
}
main #contents .sec .inner .subtitle h4 {
  color: #000;
  font-family: "trumpgothicpro", sans-serif;
  font-size: 3rem;
  font-weight: 700;
  line-height: 1;
  letter-spacing: 0em;
}
main #contents .sec .inner .photo {
  width: 100%;
  position: relative;
}
main #contents .sec .inner .photo:not(:last-child) {
  margin-bottom: 95px;
}
main #contents .sec .inner .photo.type2 {
  width: 730px;
}
main #contents .sec .inner .photo.mb50 {
  margin-bottom: 50px;
}
main #contents .sec .inner .photo img {
  transition: opacity 0.5s ease-in 0s;
  opacity: 0;
}
main #contents .sec .inner .photo.on img {
  opacity: 1;
}
main #contents .sec .inner .set {
  width: 100%;
  display: flex;
  flex-wrap: nowrap;
  flex-direction: row;
  justify-content: space-between;
  align-items: stretch;
  position: relative;
}
main #contents .sec .inner .set:not(:last-child) {
  margin-bottom: 95px;
}
main #contents .sec .inner .set .photo {
  width: calc(50% - 10px);
  position: relative;
  transition: all 0.4s ease-out 0s;
  opacity: 0;
}
main #contents .sec .inner .set .photo.on {
  opacity: 1;
}
main #contents .sec .inner .set .photo:not(:last-child) {
  margin-bottom: 0px;
}
main #contents .sec .inner .set .photo:nth-child(1) {
  transform: translateX(-40px);
}
main #contents .sec .inner .set .photo:nth-child(1).on {
  transform: translateX(0px);
}
main #contents .sec .inner .set .photo:nth-child(2) {
  transform: translateX(40px);
}
main #contents .sec .inner .set .photo:nth-child(2).on {
  transform: translateX(0px);
}
main #contents .sec .inner .set .photo img {
  transition: none;
}
main #contents .sec .inner .trio {
  width: calc(100vw - 60px);
  position: relative;
  left: 0px;
}
main #contents .sec .inner .trio:not(:last-child) {
  margin-bottom: 100px;
}
main #contents .sec .inner .trio .swiper {
  width: 100%;
}
main #contents .sec .inner .trio .swiper .swiper-wrapper {
  width: 100%;
  display: flex;
  flex-wrap: nowrap;
  flex-direction: row;
  justify-content: space-between;
  align-items: stretch;
}
main #contents .sec .inner .trio .swiper .swiper-wrapper .photo {
  width: calc((100% - 16px) / 3);
  opacity: 0;
}
main #contents .sec .inner .trio .swiper .swiper-wrapper .photo.on {
  opacity: 1;
}
main #contents .sec .inner .trio .swiper .swiper-wrapper .photo:not(:last-child) {
  margin-bottom: 0px;
}
main #contents .sec .inner .trio .swiper .swiper-wrapper .photo:nth-child(1) {
  transition: all 0.3s ease-in 0s;
}
main #contents .sec .inner .trio .swiper .swiper-wrapper .photo:nth-child(2) {
  transition: all 0.3s ease-in 0.3s;
}
main #contents .sec .inner .trio .swiper .swiper-wrapper .photo:nth-child(3) {
  transition: all 0.3s ease-in 0.6s;
}
main #contents .sec .inner .trio .swiper .swiper-wrapper .photo img {
  transition: none;
}
main #contents .sec .inner .thumb {
  transition: all 0.25s ease-in 0s;
  cursor: pointer;
}
main #contents .sec .inner .thumb:hover {
  opacity: 0.7;
}
main #contents .sec .inner .thumb .cb {
  width: 28px;
  height: 28px;
  background-image: url(../images/icon_cross_blk.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: 20px;
  bottom: 20px;
  z-index: 1;
}
main #contents .sec .inner .thumb .cb.w {
  background-image: url(../images/icon_cross_wh.png);
}

footer {
  width: calc(100% - 60px);
  padding: 55px 0;
  margin: 0 auto;
  border-top: solid 1px #000;
  position: relative;
  display: flex;
  flex-wrap: nowrap;
  flex-direction: row;
  justify-content: space-between;
  align-items: flex-end;
}
footer .pgtop a {
  color: #000;
  font-family: "trumpgothicpro", sans-serif;
  font-size: 1.4rem;
  font-weight: 400;
  line-height: 1;
  letter-spacing: 0.05em;
  text-decoration: underline;
  display: inline-block;
  transition: all 0.25s ease-in 0s;
}
footer .pgtop a:hover {
  color: #666666;
}
footer .inner {
  display: flex;
  flex-wrap: nowrap;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
}
footer .inner ul {
  display: flex;
  flex-wrap: nowrap;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  margin-bottom: 40px;
}
footer .inner ul li:not(:last-child) {
  margin: 0 0 10px 0;
}
footer .inner ul li a {
  color: #000;
  font-family: "trumpgothicpro", sans-serif;
  font-size: 2rem;
  font-weight: 400;
  line-height: 1;
  letter-spacing: 0.05em;
  transition: all 0.25s ease-in 0s;
}
footer .inner ul li:hover a {
  color: #808080;
}
footer .inner p {
  color: #000;
  font-family: "trumpgothicpro", sans-serif;
  font-size: 1.1rem;
  font-weight: 400;
  line-height: 1;
  letter-spacing: 0em;
}

#looks {
  width: 100%;
  height: 100vh;
  padding: 160px 0 0 0;
  background-color: rgba(255, 255, 255, 0.95);
  position: fixed;
  top: 0px;
  z-index: -999;
  overflow: scroll;
  opacity: 0;
  -webkit-overflow-scrolling: touch;
  box-sizing: border-box;
  pointer-events: none;
}
#looks.active {
  pointer-events: auto;
  z-index: 999;
}
#looks.active .close div {
  pointer-events: auto;
}
#looks .close {
  width: 40px;
  position: fixed;
  top: 20px;
  right: 20px;
  z-index: 99999;
}
#looks .close div {
  width: 40px;
  height: 40px;
  position: relative;
  pointer-events: none;
  cursor: pointer;
}
#looks .close div span {
  width: 10px;
  height: 10px;
  background-color: #000;
  position: absolute;
  transition: all 0.25s ease-in 0s;
}
#looks .close div span:nth-child(1) {
  width: 40px;
  height: 1px;
  left: 0px;
  top: 17px;
  transform: rotate(45deg);
}
#looks .close div span:nth-child(2) {
  width: 40px;
  height: 1px;
  left: 0px;
  top: 17px;
  transform: rotate(-45deg);
}
#looks .close div:hover span {
  background-color: #666666;
}
#looks .look-combo {
  width: 1020px;
  margin: 0 auto;
  display: flex;
  flex-wrap: wrap;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
}
#looks .look-combo .look {
  width: 100%;
  padding: 0px;
  margin: 0px;
  position: relative;
}
#looks .look-combo .look:not(:last-child) {
  margin-bottom: 100px;
}
#looks .look-combo .look .set {
  width: 100%;
  padding: 0px;
  display: flex;
  flex-wrap: nowrap;
  flex-direction: row;
  justify-content: space-between;
  align-items: flex-end;
}
#looks .look-combo .look .set .ph {
  width: 600px;
  overflow: hidden;
  order: 1;
  position: relative;
}
#looks .look-combo .look .set .ph .arrow {
  width: 20px;
  height: 20px;
  background-image: url(../images/arrow.svg);
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  position: absolute;
  top: calc(50% - 10px);
  z-index: 5;
}
#looks .look-combo .look .set .ph .arrow.left {
  left: 10px;
}
#looks .look-combo .look .set .ph .arrow.right {
  right: 10px;
  transform: rotate(180deg);
}
#looks .look-combo .look .set .text {
  width: 360px;
  order: 2;
}
#looks .look-combo .look .set .text .credits h5 {
  color: #000;
  font-family: "trumpgothicpro", sans-serif;
  font-size: 1.5rem;
  font-weight: 700;
  line-height: 1;
  letter-spacing: 0em;
  text-align: left;
  margin-bottom: 10px;
}
#looks .look-combo .look .set .text .credits h5:not(:first-child) {
  padding-top: 20px;
}
#looks .look-combo .look .set .text .credits > div {
  width: 100%;
  padding-bottom: 10px;
  background-image: url(../images/dotline.png);
  background-repeat: repeat-x;
  background-position: left bottom;
  background-size: 3px 1px;
}
#looks .look-combo .look .set .text .credits > div:not(:last-child) {
  margin-bottom: 10px;
}
#looks .look-combo .look .set .text .credits > div.item-d-none dl dt {
  width: auto;
}
#looks .look-combo .look .set .text .credits > div.item-d-none dl dd {
  width: auto;
}
#looks .look-combo .look .set .text .credits > div.item-d-none dl dd a {
  display: none;
}
#looks .look-combo .look .set .text .credits > div.item-d-none dl dd span {
  display: inline-block;
}
#looks .look-combo .look .set .text .credits > div dl {
  text-align: left;
  width: 100%;
  display: flex;
  flex-wrap: nowrap;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
}
#looks .look-combo .look .set .text .credits > div dl dt {
  width: calc(100% - 62px);
  display: flex;
  flex-wrap: wrap;
  flex-direction: row;
  justify-content: flex-start;
  align-items: flex-start;
}
#looks .look-combo .look .set .text .credits > div dl dt span {
  color: #000;
  font-family: "trumpgothicpro", sans-serif;
  font-size: 1.8rem;
  font-weight: 500;
  line-height: 1;
  letter-spacing: 0.05em;
}
#looks .look-combo .look .set .text .credits > div dl dt span:first-child {
  width: 100%;
}
#looks .look-combo .look .set .text .credits > div dl dt span:not(:last-child) {
  margin-bottom: 10px;
}
#looks .look-combo .look .set .text .credits > div dl dt span.price {
  color: #000;
  font-family: "trumpgothicpro", sans-serif;
  font-size: 1.6rem;
  font-weight: 400;
  line-height: 1;
  letter-spacing: 0.05em;
}
#looks .look-combo .look .set .text .credits > div dl dt span.price::after {
  content: " (tax in)";
  display: inline;
}
#looks .look-combo .look .set .text .credits > div dl dt span.brand {
  color: #000;
  font-family: "trumpgothicpro", sans-serif;
  font-size: 1.6rem;
  font-weight: 400;
  line-height: 1;
  letter-spacing: 0.05em;
}
#looks .look-combo .look .set .text .credits > div dl dt span.brand::before {
  content: " _ ";
  display: inline;
}
#looks .look-combo .look .set .text .credits > div dl dd {
  width: 62px;
  flex-shrink: 0;
}
#looks .look-combo .look .set .text .credits > div dl dd a {
  color: #000;
  font-family: "trumpgothicpro", sans-serif;
  font-size: 1.5rem;
  font-weight: 600;
  line-height: 1;
  letter-spacing: 0em;
  width: 100%;
  height: 25px;
  border: solid 1px #000;
  display: flex;
  flex-wrap: nowrap;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  transition: all 0.25s ease-in 0s;
}
#looks .look-combo .look .set .text .credits > div dl dd a:hover {
  opacity: 0.5;
}
#looks .look-combo .look .set .text .credits > div dl dd span {
  color: #000;
  font-family: "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", sans-serif;
  font-size: 1.2rem;
  font-weight: 500;
  line-height: 1;
  letter-spacing: 0em;
}
#looks .space {
  width: 560px;
  height: 100vh;
  margin: 0 auto;
}

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

  html {
    font-size: 2.6666666667vw;
    height: -webkit-fill-available;
  }

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

  #loader .logo {
    width: 159px;
    height: 46px;
  }

  header {
    position: absolute;
    top: 10px;
    right: 10px;
  }
  header .inner ul {
    display: flex;
    flex-wrap: nowrap;
    flex-direction: row;
    justify-content: flex-start;
    align-items: stretch;
  }
  header .inner ul li:not(:last-child) {
    margin-bottom: 0px;
  }
  header .inner ul li:not(:first-child) {
    margin-left: 10px;
  }
  header .inner ul li:nth-child(1) {
    order: 1;
  }
  header .inner ul li:nth-child(2) {
    order: 3;
  }
  header .inner ul li.line {
    width: 1px;
    background-color: #000;
    display: block;
    order: 2;
  }
  header .inner ul li a {
    color: #000;
    font-family: "trumpgothicpro", sans-serif;
    font-size: 1.6rem;
    font-weight: 500;
    line-height: 1;
    letter-spacing: 0em;
    white-space: nowrap;
    -ms-writing-mode: lr-tb;
    writing-mode: horizontal-tb;
    transition: all 0.25s ease-in 0s;
  }
  header .inner ul li a:hover {
    color: #666666;
  }

  .photo .cb {
    position: absolute;
    right: 20px;
    bottom: 20px;
    z-index: 10;
    display: flex;
    flex-wrap: nowrap;
    flex-direction: column;
    justify-content: flex-start;
    align-items: center;
  }
  .photo .cb::before {
    content: "";
    width: 28px;
    height: 28px;
    background-image: url(../images/icon_cross.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: 10px;
  }
  .photo .cb span {
    color: #FFF;
    font-family: "trumpgothicpro", sans-serif;
    font-size: 1.2rem;
    font-weight: 700;
    line-height: 1;
    letter-spacing: 0em;
    white-space: nowrap;
    display: inline-block;
  }

  main {
    padding: 35px 0 0 0;
    margin: 0 0 80px 0;
    position: relative;
    box-sizing: border-box;
    display: flex;
    flex-wrap: nowrap;
    flex-direction: column;
    justify-content: flex-start;
    align-items: center;
  }
  main #visual {
    width: calc(100% - 20px);
    height: auto;
    margin-bottom: 75px;
    position: relative;
  }
  main #visual.on #invisual {
    opacity: 1;
  }
  main #visual h1 {
    width: 100px;
    height: 29px;
    top: 15px;
    left: 15px;
    z-index: 1;
  }
  main #visual .text {
    text-align: left;
    width: calc(100% - 40px);
    height: auto;
    margin: -80px auto 0 auto;
    display: flex;
    flex-wrap: nowrap;
    flex-direction: column;
    justify-content: center;
    align-items: flex-start;
    position: relative;
    top: auto;
    left: auto;
    z-index: 1;
  }
  main #visual .text > div h2 {
    color: #FFF;
    font-family: "trumpgothicpro", sans-serif;
    font-size: 6.8rem;
    font-weight: 700;
    line-height: 1;
    letter-spacing: 0em;
    margin-bottom: 30px;
  }
  main #visual .text > div p {
    color: #000;
    font-family: "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", sans-serif;
    font-size: 1.4rem;
    font-weight: 400;
    line-height: 2.6rem;
    letter-spacing: 0em;
  }
  main #visual .text > div p br {
    display: none;
  }
  main #visual #invisual {
    width: 100%;
    transition: opacity 0.5s ease-in 0s;
    opacity: 0;
  }
  main #visual #invisual .photo {
    position: relative;
  }
  main #contents {
    width: 100%;
  }
  main #contents .sec {
    width: 100%;
    box-sizing: border-box;
    overflow: hidden;
  }
  main #contents .sec:not(:last-child) {
    margin-bottom: 80px;
  }
  main #contents .sec#sec1 .inner h3:not(:last-child) {
    margin-bottom: 20px;
  }
  main #contents .sec#sec1 .inner h3 span:nth-child(1) {
    color: #000;
    font-family: "trumpgothicpro", sans-serif;
    font-size: 4.4rem;
    font-weight: 700;
    line-height: 1;
    letter-spacing: 0em;
  }
  main #contents .sec#sec1 .inner h3 span:nth-child(2) {
    color: #000;
    font-family: "trumpgothicpro", sans-serif;
    font-size: 1.4rem;
    font-weight: 700;
    line-height: 1;
    letter-spacing: 0em;
    transform: translateX(5px);
  }
  main #contents .sec#sec2 .inner .combo, main #contents .sec#sec4 .inner .combo, main #contents .sec#sec5 .inner .combo {
    width: 100%;
    display: flex;
    flex-wrap: nowrap;
    flex-direction: row;
    justify-content: space-between;
    align-items: flex-start;
  }
  main #contents .sec#sec2 .inner .combo:not(:last-child), main #contents .sec#sec4 .inner .combo:not(:last-child), main #contents .sec#sec5 .inner .combo:not(:last-child) {
    margin-bottom: 50px;
  }
  main #contents .sec#sec2 .inner .combo h3, main #contents .sec#sec4 .inner .combo h3, main #contents .sec#sec5 .inner .combo h3 {
    text-align: left;
    display: flex;
    flex-wrap: nowrap;
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
    clip-path: inset(0 0 100% 0);
    transition: all 0.5s ease-in 0.25s;
  }
  main #contents .sec#sec2 .inner .combo h3 > span, main #contents .sec#sec4 .inner .combo h3 > span, main #contents .sec#sec5 .inner .combo h3 > span {
    display: inline-block;
    position: relative;
  }
  main #contents .sec#sec2 .inner .combo h3 > span:nth-child(1), main #contents .sec#sec4 .inner .combo h3 > span:nth-child(1), main #contents .sec#sec5 .inner .combo h3 > span:nth-child(1) {
    color: #000;
    font-family: "trumpgothicpro", sans-serif;
    font-size: 4.4rem;
    font-weight: 700;
    line-height: 1;
    letter-spacing: 0em;
    margin-bottom: 10px;
    transform: translateX(0rem);
  }
  main #contents .sec#sec2 .inner .combo h3 > span:nth-child(2), main #contents .sec#sec4 .inner .combo h3 > span:nth-child(2), main #contents .sec#sec5 .inner .combo h3 > span:nth-child(2) {
    color: #000;
    font-family: "trumpgothicpro", sans-serif;
    font-size: 2rem;
    font-weight: 700;
    line-height: 1;
    letter-spacing: 0em;
    white-space: nowrap;
    -ms-writing-mode: tb-rl;
    writing-mode: vertical-rl;
  }
  main #contents .sec#sec2 .inner .combo h3 > span:nth-child(2) > span, main #contents .sec#sec4 .inner .combo h3 > span:nth-child(2) > span, main #contents .sec#sec5 .inner .combo h3 > span:nth-child(2) > span {
    color: #000;
    font-family: "trumpgothicpro", sans-serif;
    font-size: 2rem;
    font-weight: 400;
    line-height: 1;
    letter-spacing: 0em;
  }
  main #contents .sec#sec2 .inner .combo h3 > span:nth-child(2) br.pc, main #contents .sec#sec4 .inner .combo h3 > span:nth-child(2) br.pc, main #contents .sec#sec5 .inner .combo h3 > span:nth-child(2) br.pc {
    display: none;
  }
  main #contents .sec#sec2 .inner .combo .photo, main #contents .sec#sec4 .inner .combo .photo, main #contents .sec#sec5 .inner .combo .photo {
    width: calc(100% - 10px);
    margin: 0 0 0 10px;
  }
  main #contents .sec#sec3.on .inner h3 {
    clip-path: inset(0 0 0 0);
  }
  main #contents .sec#sec3 .inner h3:not(:last-child) {
    margin-bottom: 10px;
  }
  main #contents .sec#sec3 .inner h3 > span:nth-child(1) {
    color: #000;
    font-family: "trumpgothicpro", sans-serif;
    font-size: 4.4rem;
    font-weight: 700;
    line-height: 1;
    letter-spacing: 0em;
    transform: translateY(0.2rem);
  }
  main #contents .sec#sec3 .inner h3 > span:nth-child(2) {
    color: #000;
    font-family: "trumpgothicpro", sans-serif;
    font-size: 2rem;
    font-weight: 700;
    line-height: 1;
    letter-spacing: 0em;
    margin-left: 10px;
  }
  main #contents .sec#sec3 .inner h3 > span:nth-child(2) > span {
    color: #000;
    font-family: "trumpgothicpro", sans-serif;
    font-size: 2rem;
    font-weight: 400;
    line-height: 1;
    letter-spacing: 0em;
  }
  main #contents .sec .inner {
    width: calc(100% - 20px);
    margin: 0 auto;
    display: flex;
    flex-wrap: nowrap;
    flex-direction: column;
    justify-content: flex-start;
    align-items: center;
  }
  main #contents .sec .inner .subtitle:not(:last-child) {
    margin-bottom: 10px;
  }
  main #contents .sec .inner .subtitle h4 {
    color: #000;
    font-family: "trumpgothicpro", sans-serif;
    font-size: 1.8rem;
    font-weight: 700;
    line-height: 1;
    letter-spacing: 0em;
  }
  main #contents .sec .inner .photo {
    width: 100%;
    position: relative;
  }
  main #contents .sec .inner .photo:not(:last-child) {
    margin-bottom: 35px;
  }
  main #contents .sec .inner .photo.type2 {
    width: calc(100% - 60px);
  }
  main #contents .sec .inner .photo.mb50 {
    margin-bottom: 10px;
  }
  main #contents .sec .inner .photo img {
    transition: opacity 0.5s ease-in 0s;
    opacity: 0;
  }
  main #contents .sec .inner .photo.on img {
    opacity: 1;
  }
  main #contents .sec .inner .set:not(:last-child) {
    margin-bottom: 35px;
  }
  main #contents .sec .inner .set .photo {
    width: calc(50% - 5px);
  }
  main #contents .sec .inner .set .photo:not(:last-child) {
    margin-bottom: 0px;
  }
  main #contents .sec .inner .set .photo:nth-child(1) {
    transform: translateX(-20px);
  }
  main #contents .sec .inner .set .photo:nth-child(2) {
    transform: translateX(20px);
  }
  main #contents .sec .inner .set .photo img {
    transition: none;
  }
  main #contents .sec .inner .trio {
    width: calc(100% - 60px);
  }
  main #contents .sec .inner .trio:not(:last-child) {
    margin-bottom: 40px;
  }
  main #contents .sec .inner .trio .swiper {
    width: 100%;
  }
  main #contents .sec .inner .trio .swiper .swiper-wrapper {
    width: 100%;
  }
  main #contents .sec .inner .trio .swiper .swiper-wrapper .photo {
    width: 100%;
  }
  main #contents .sec .inner .trio .swiper .swiper-wrapper .photo:not(:last-child) {
    margin-bottom: 0px;
  }
  main #contents .sec .inner .trio .swiper .swiper-wrapper .photo:nth-child(1) {
    transition: normal;
  }
  main #contents .sec .inner .trio .swiper .swiper-wrapper .photo:nth-child(2) {
    transition: normal;
  }
  main #contents .sec .inner .trio .swiper .swiper-wrapper .photo:nth-child(3) {
    transition: normal;
  }
  main #contents .sec .inner .trio .swiper .swiper-wrapper .photo.on img {
    opacity: 1;
  }
  main #contents .sec .inner .trio .swiper .swiper-wrapper .photo img {
    opacity: 0;
    transition: all 0.5s ease-in 0.1s;
  }
  main #contents .sec .inner .thumb#t11 {
    width: calc(100% - 60px);
  }
  main #contents .sec .inner .thumb:hover {
    opacity: 1;
  }
  main #contents .sec .inner .thumb .cb {
    width: 22px;
    height: 22px;
    right: 10px;
    bottom: 10px;
  }

  footer {
    width: calc(100% - 20px);
    padding: 45px 0;
    margin: 0 auto;
    border-top: solid 1px #000;
    position: relative;
    display: flex;
    flex-wrap: nowrap;
    flex-direction: row;
    justify-content: space-between;
    align-items: flex-end;
  }
  footer .pgtop a {
    color: #000;
    font-family: "trumpgothicpro", sans-serif;
    font-size: 1.4rem;
    font-weight: 400;
    line-height: 1;
    letter-spacing: 0.05em;
    text-decoration: underline;
    display: inline-block;
    transition: all 0.25s ease-in 0s;
  }
  footer .pgtop a:hover {
    color: #666666;
  }
  footer .inner {
    display: flex;
    flex-wrap: nowrap;
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
  }
  footer .inner ul {
    display: flex;
    flex-wrap: nowrap;
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
    margin-bottom: 40px;
  }
  footer .inner ul li:not(:last-child) {
    margin: 0 0 10px 0;
  }
  footer .inner ul li a {
    color: #000;
    font-family: "trumpgothicpro", sans-serif;
    font-size: 2rem;
    font-weight: 400;
    line-height: 1;
    letter-spacing: 0.05em;
    transition: all 0.25s ease-in 0s;
  }
  footer .inner ul li:hover a {
    color: #808080;
  }
  footer .inner p {
    color: #000;
    font-family: "trumpgothicpro", sans-serif;
    font-size: 1.1rem;
    font-weight: 400;
    line-height: 1;
    letter-spacing: 0em;
  }

  #looks {
    padding: 40px 0 0 0;
  }
  #looks .close {
    width: 20px;
    position: fixed;
    top: 10px;
    right: 10px;
    z-index: 99999;
  }
  #looks .close div {
    width: 20px;
    height: 20px;
  }
  #looks .close div span {
    width: 20px;
    height: 20px;
    background-color: #000;
    position: absolute;
    transition: all 0.25s ease-in 0s;
  }
  #looks .close div span:nth-child(1) {
    width: 100%;
    height: 2px;
    left: 0px;
    top: 10px;
    transform: rotate(45deg);
  }
  #looks .close div span:nth-child(2) {
    width: 100%;
    height: 2px;
    left: 0px;
    top: 10px;
    transform: rotate(-45deg);
  }
  #looks .close div:hover span {
    background-color: #666666;
  }
  #looks .look-combo {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    flex-direction: column;
    justify-content: flex-start;
    align-items: center;
  }
  #looks .look-combo .look {
    width: calc(100% - 20px);
  }
  #looks .look-combo .look:not(:last-child) {
    margin-bottom: 100px;
  }
  #looks .look-combo .look .set {
    width: 100%;
    padding: 0px;
    display: flex;
    flex-wrap: nowrap;
    flex-direction: column;
    justify-content: flex-start;
    align-items: center;
  }
  #looks .look-combo .look .set .ph {
    width: 100%;
  }
  #looks .look-combo .look .set .ph:not(:last-child) {
    margin-bottom: 20px;
  }
  #looks .look-combo .look .set .text {
    width: 100%;
  }
  #looks .look-combo .look .set .text .credits h5 {
    color: #000;
    font-family: "trumpgothicpro", sans-serif;
    font-size: 1.5rem;
    font-weight: 700;
    line-height: 1;
    letter-spacing: 0em;
    text-align: left;
    margin-bottom: 10px;
  }
  #looks .look-combo .look .set .text .credits h5:not(:first-child) {
    padding-top: 20px;
  }
  #looks .space {
    width: 100%;
    height: 100vh;
    margin: 0 auto;
  }
}

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