@charset "UTF-8";
@import url("https://use.typekit.net/ccx2eyc.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 arrow {
  0% {
    top: calc(50% - 175px);
  }
  25% {
    top: calc(50% - 175px);
  }
  50% {
    top: calc(50% - 125px);
  }
  75% {
    top: calc(50% - 125px);
  }
  100% {
    top: calc(50% - 175px);
  }
}
/* ------------------------------------------------------------------------------------------------------------------------ */
html, body {
  width: 100%;
  height: auto;
}
html {
  font-size: 70.5%;
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
}
body {
  color: #fff;
  font-family: din-condensed, sans-serif;
  font-weight: 400;
  font-style: normal;
  font-size: 14px;
  line-height: 1.5rem;
  text-align: center;
  -webkit-text-size-adjust: 100%;
  background-color: #222;
  height: 100%;
  left: 0px;
  top: 0px;
}
body.loaded {
  position: static;
  overflow: scroll;
}
body.looking {
  overflow: hidden;
}
body.looking .sec {
  pointer-events: none;
}
a {
  color: #fff;
  text-decoration: none;
  cursor: pointer;
}
a:hover, a:active, a.active {
  color: #999;
}
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;
}
*{
  margin: 0;
  padding: 0;
}
br.brsp {
  display: none;
}
.sp { display: none;}
.pc { display: block;}
.font, h5 { 
  font-weight: 700;
  font-style: normal;
}
.font_din {
  font-family: din-condensed, sans-serif;
  font-weight: 400;
  font-style: normal;
}
.font_didot {
  font-family: linotype-didot, serif;
  font-weight: 700;
  font-style: normal;
}
.font_thick {
  font-weight: 600;
}
/* ---------------------------------------------------------page--------------------------------------------------------- */
#loader {
  width: 100%;
  height: 100vh;
  background-color: #222;
  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 1s ease-in-out 0.5s;
}
#loader .load .noble_logo {
  width: 160px;
}
#loader .load div:nth-of-type(2) {
  padding-top: 30px;
  color: #fff;
  animation: flash 1s linear infinite;
}
@keyframes flash {
  0%,100% {
    opacity: 1;
  }

  50% {
    opacity: 0;
  }
}
#loader.complete {
  opacity: 0;
  pointer-events: none;
}
#visual {
  position: relative;
  padding-top: 50px;
  padding-bottom: 50px;
  background: #222;
}
#visual .noble_logo { 
  width: 580px;
  height: auto;
  padding-top: 70px;
  margin: auto;
  z-index: 3;
  position: absolute;
  top: -1%;
  left: 50%;
  transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
}
#visual div:nth-of-type(1) {
  max-width: 600px;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
}
#visual .ttl {
  position: absolute;
  bottom: 7vh;
  left: 60%;
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  width: 500px;
}
#visual .ttl span {
  font-size: 0.7em;
}
#visual .sub {
  display: flex;
  flex-wrap: wrap;
  width: 80%;
  margin: 40px auto;
  align-items: center;
  justify-content: center;
}
#visual .sub div img {
  max-height: 13px;
  width: auto;
  padding-bottom: 1px;
}
h5 { font-size: 3em;
  line-height: 1.2;}
h5 span {}
main {
  width: 100%;
  padding: 0 0 0 0;
  margin: 0px;
  position: relative;
  box-sizing: border-box;
  overflow: hidden;
}
main section {
  width: 100%;
  background-color: #FFF;
}
main section#combo .inner {
  width: 100vw;
  margin: 0 auto;
  position: relative;
}
main section#combo .inner .thumbs {
  width: 100%;
  padding: 5px;
  background: #222;
}
main section#combo .inner .thumbs .inthumbs {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  flex-direction: row;
  justify-content: flex-start;
  align-items: stretch;
}
main section#combo .inner .thumbs .inthumbs.active .thumb {
  opacity: 1;
  cursor: pointer;
}
main section#combo .inner .thumbs .inthumbs .thumb {
  width: 14.2857143%;
  padding: 5px;
  background: #222;
  opacity: 0;
  text-align: left;
  position: relative;
}
main section#combo .inner .thumbs .inthumbs .thumb p {
  position: absolute;
  bottom: 8%;
  left: -2%;
  z-index: 2;
  font-size: 40px;
  font-weight: 600;
  line-height: 1.2;
}
main section#combo .inner .thumbs .inthumbs .thumb p span {
  font-size: 14px;
}
main section#combo .inner .thumbs .inthumbs .thumb span {
  width: 100%;
  height: auto;
  display: block;
  overflow: hidden;
  position: relative;
  cursor: pointer;
}
#looks {
  background: rgba(0, 0, 0, 0.9);
  width: 100%;
  height: 100vh;
  padding: 40px 0 220px 0;
  margin: 0px;
  position: fixed;
  left: 0px;
  top: 0px;
  z-index: 9999;
  overflow: scroll;
  opacity: 0;
  -webkit-overflow-scrolling: touch;
  pointer-events: none;
  transition: opacity 0.25s ease-in;
}
#looks.active {
  opacity: 1;
  pointer-events: auto;
}
#looks.active ul.btnset {
  display: block;
}
#looks .title {
  padding: 0px;
  margin: 0px auto 205px auto;
  display: flex;
  flex-wrap: nowrap;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  position: fixed;
  top: 105px;
  right: calc(50% - 600px);
  z-index: 999;
}
#looks .title .close {
  width: 80px;
  height: 80px;
  position: relative;
  transition: all 0.25s ease-in 0s;
  cursor: pointer;
}
#looks .title .close:hover {
  opacity: 0.6;
}
#looks .title .close span {
  width: 100%;
  height: 1px;
  background-color: #fff;
  display: block;
  position: absolute;
}
#looks .title .close span:nth-child(1) {
  transform: rotate(-45deg);
  left: 0px;
  top: 40px;
}
#looks .title .close span:nth-child(2) {
  transform: rotate(45deg);
  right: 0px;
  top: 40px;
}
#looks .look {
  max-width: 1000px;
  width: 90%;
  margin: 0 auto 140px auto;
  position: relative;
}
#looks .look .set {
  width: 100%;
  padding: 0px;
}
#looks .look .set .photo ul {
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
}
#looks .look .set .photo ul li {
  width: 49%;
}
#looks .look .set .text {
  width: 100%;
  padding: 0px;
  order: 1;
}
#looks .look .set .text .credits .creditBox {
  flex-wrap: nowrap;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 10px;
}
#looks .look .set .text .credits .creditBox .items__name {
  text-align: left;
}
#looks .look .set .text .credits .credit dl dt {
  display: flex;
  flex-wrap: nowrap;
  flex-direction: row;
  justify-content: flex-start;
  align-items: flex-start;
  width: 70%;
}
#looks .look .set .text .credits .items__price, #looks .look .set .text .credits .items__name span {
  color: #fff;
  font-size: 1.2rem;
  font-weight: 400;
  line-height: 1;
  letter-spacing: 0em;
  display: inline-block;
  padding: 0px;
  text-decoration: underline;
  text-underline-offset: 0.1em;
}
#looks .look .set .text .credits .items__name span:not(:first-child) {
  margin-left: 0.2rem;
}
#looks .look .set .text .credits .items__name span:not(:first-child)::before{
  content: " / ";
}
#looks .look .set .text .credits .credit dl dd a,
#looks .look .set .text .creditBox .items__snap a {
  color: #fff;
  font-size: 1.4rem;
  font-weight: 400;
  line-height: 1;
  letter-spacing: 0em;
  text-decoration: none;
  transition: all 0.25s ease-in 0s;
}
#looks .look .set .text .credits .credit dl dd a:not([href]) {
  text-decoration: underline;
}
#looks .look .set .text .credits .credit dl dd a:not([href]) + span {
  display: inline-block;
}
#looks .look .set .text .credits .credit dl dd a + span {
  display: none;
}
#looks .look .set .text .credits .credit .disable dl dd span{
  display: inline-block;
}
#looks .look .set .text .credits .disable a {
  cursor: auto;
}
#looks .look .set .text .credits .disable a span {
  text-decoration: unset;
  pointer-events: none;
  cursor: text;
}
#looks .look .set .photo {
  width: 100%;
  margin-bottom: 30px;
  order: 1;
  position: relative;
  flex-wrap: nowrap;
  flex-direction: row;
  justify-content: flex-start;
  align-items: flex-start;
}
#looks .look .set::before {
  text-align: left;
  text-indent: 999%;
  white-space: nowrap;
  display: block;
  overflow: hidden;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  display: block;
  margin: 0 40px 65px auto;
}
#looks .look .set .photo p {
  text-align: left;
  position: absolute;
  bottom: 2%;
  left: -2%;
  font-size: 40px;
  font-weight: 600;
  line-height: 1.2;
}
#looks .look .set .photo p span {
  display: block;
  font-size: 14px;
}
.spc {
  width: 100%;
  height: 10px;
}
footer {
  width: 100%;
  padding: 50px 0 200px;
  margin: 0 auto;
  position: relative;
}
footer .inner {
  width: 100%;
}
footer .inner dl {
margin-bottom: 40px;
}
footer .inner dt {
  max-width: 140px;
  margin: 0 auto 20px;
}
footer .inner dl dd:nth-of-type(1) {
  max-width: 25px;
  margin: 0 auto 40px;
}
footer .inner dl dd {
  margin-bottom: 10px;
}
footer .inner dd p {
margin-top: 10px;
}
footer .inner ul {
  display: flex;
  flex-wrap: nowrap;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  margin-bottom: 30px;
}
footer .inner ul li:not(:last-child) {
  margin: 0 0 10px 0;
}
footer .inner ul li a {
  color: #222;
  font-size: 1.4rem;
  font-weight: 400;
  line-height: 1;
  letter-spacing: 0em;
}
footer .inner ul li a:hover,
footer .inner dd p a:hover {
  text-decoration: underline;
  opacity: 0.7;
  color: #222;
}
footer .inner p {
  color: #222;
  font-size: 1.4rem;
  font-weight: 400;
  line-height: 1;
  letter-spacing: 0em;
}
footer .pgtop {
  position: absolute;
  right: 40px;
  bottom: 40px;
}
footer .pgtop a {
  display: inline-block;
  vertical-align: middle;
  color: #fff;
  line-height: 1;
  position: relative;
  width: 0.1em;
  height: 3em;
  background: currentColor;
}
footer .pgtop a::before {
  content: '';
  width: 1em;
  height: 1em;
  border: 0.1em solid currentColor;
  border-left: 0;
  border-bottom: 0;
  transform: rotate(-45deg);
  transform-origin: top right;
  position: absolute;
  top: -0.05em;
  right: 50%;
  box-sizing: border-box;
}
footer .pgtop a:hover {
  opacity: 0.7;
}
/* ----------------------------------------------- Media Queries Smartphone ----------------------------------------------- */
@media screen and (max-width: 768px) {
  .sp { display: block;}
  .pc { display: none;}
  br.brsp {
    display: block;
  }
  html {
    height: -webkit-fill-available;
  }
  body {
    min-height: 100vh;
    min-height: -webkit-fill-available;
  }
  #loader {
    display: flex;
    flex-wrap: nowrap;
    flex-direction: row;
    justify-content: center;
    align-items: center;
  }
  #loader .logo {
    width: 145px;
    position: relative;
  }
  #loader .logo h2 {
    width: 100%;
    height: 35px;
    position: static;
  }
  #loader .bar {
    width: 100%;
    height: 5px;
    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: #222;
    display: block;
  }
  #loader .load .noble_logo {
    width: 100px;
  }
  #loader.active h3 {
    opacity: 1;
  }
  #loader.complete {
    opacity: 0;
  }
  #visual .noble_logo {
    width: 97%;
    top: -2%;
  }
  #visual .ttl {
    width: 80%;
    left: 56%;
  }
  h5 {
    font-size: 2em;
  }
  #visual .sub {
    margin: 20px auto;
  }
  #visual .sub div {
    display: block;
}
  #visual .sub div img {
    max-height: 10px;
  }
  main {
    width: 100%;
    padding: 0 0 0 0;
    margin: 0px;
    position: relative;
    box-sizing: border-box;
  }
  main section#combo {
    margin-bottom: 0px;
  }
  main section#combo .inner {
    /* width: calc(100% - 10px); */
  }
  main section#combo .inner .logo {
    width: 9px;
    position: absolute;
    left: 5px;
    top: 10px;
  }
  main section#combo .inner .logo.on {
    position: absolute;
    top: 10px;
    left: 5px;
  }
  main section#combo .inner .thumbs {
    width: 100%;
  }
  main section#combo .inner .thumbs h2 {
    width: 220px;
    height: 84px;
    margin: 0 auto 45px auto;
  }
  main section#combo .inner .thumbs .inthumbs {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    flex-direction: row;
    justify-content: flex-start;
    align-items: stretch;
  }
  main section#combo .inner .thumbs .inthumbs .thumb {
    width: 50%;

  }
  main section#combo .inner .thumbs .inthumbs .thumb span:hover img {
    opacity: 1;
    transform: scale(1);
  }
  main section#combo .inner .thumbs .inthumbs .thumb p {
    font-size: 26px;
    left: -1%;
  }
  main section#combo .inner .thumbs .inthumbs .thumb p span {
    font-size: 12px;
  }

  #looks {
    padding: 115px 0 80px 0;
    margin: 0px;
    z-index: 9999;
    overflow: scroll;
    -webkit-overflow-scrolling: touch;
  }
  #looks .title {
    padding: 0px;
    margin: 0px;
    top: 30px;
    right: 14px;
  }
  #looks .title .close {
    width: 36px;
    height: 36px;
  }
  #looks .title .close:hover {
    opacity: 1;
  }
  #looks .title .close span:nth-child(1) {
    top: 18px;
  }
  #looks .title .close span:nth-child(2) {
    top: 18px;
  }
  #looks .look {
    width: calc(100% - 56px);
    padding: 0px;
    margin: 0 auto 80px auto;
    position: relative;
  }
  #looks .look .set {
    width: 100%;
    padding: 0px;
  }
  #looks .look .set .text {
    width: 100%;
    padding: 0px;
    order: 1;
  }
  #looks .look .set .photo ul li {
    width: 100%
  }
  #looks .look .set .photo ul li:nth-of-type(2) {
    margin-top: 30px
  }
  #looks .look .set .text .credits .creditBox .items__name {
  }
  #looks .look .set .text .credits .credit {
    text-align: left;
    display: flex;
    flex-wrap: nowrap;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
  }
  #looks .look .set .text .credits .credit dl dt {
    display: block;
    width: 60%;
  }
  #looks .look .set .text .credits .items__name span {
    font-size: 1.2rem;
    font-weight: 400;
    line-height: 1.8rem;
    letter-spacing: 0em;
    display: inline-block;
    padding: 0px;
  }
  #looks .look .set .text .credits .items__price {
    padding-top: 3px;
  }
  #looks .look .set .text .credits .items__name span.items__price::before {
    content: unset;
  }
  #looks .look .set .text .credits .credit span.items__price::before {
  
  }
  #looks .look .set .text .credits .credit span:not(:first-child) {
    margin-left: 0.2rem;
  }
  #looks .look .set .text .credits .credit span:not(:first-child)::before {
    content: " / ";
  }
  #looks .look .set .text .credits .credit dl dd a,
  #looks .look .set .text .creditBox .items__snap a {
    color: #fff;
    font-size: 1.1rem;
    font-weight: 400;
    line-height: 1;
    letter-spacing: 0em;
  }
  #looks .look .set .text .credits .credit .disable dl dd span {
    display: inline-block;
  }
  #looks .look .set .photo {
    width: 100%;
    margin-bottom: 20px;
    order: 1;
    display: flex;
    flex-wrap: nowrap;
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
  }
  footer {
    padding: 60px 0 60px 0;
  }
  footer .inner {
    width: 100%;
  }
  footer .inner ul {
    display: flex;
    flex-wrap: nowrap;
    flex-direction: column;
    justify-content: flex-start;
    align-items: center;
    margin-bottom: 30px;
  }
  footer .inner ul li:not(:last-child) {
    margin: 0 0 10px 0;
  }
  footer .inner ul li a {
    color: #222;
    font-size: 1.2rem;
    font-weight: 400;
    line-height: 1;
    letter-spacing: 0em;
  }
  footer .inner ul li a:hover {
    text-decoration: underline;
    opacity: 1;
  }
  footer .inner p {
    color: #222;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1;
    letter-spacing: 0em;
  }
  footer .pgtop {
    position: absolute;
    right: 20px;
    bottom: 40px;
  }
  footer .pgtop a {

  }
  footer .pgtop a:hover {
    opacity: 0.7;
  }
}