@import url("https://use.typekit.net/jtk8drf.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; } }

/* ------------------------------------------------------------------------------------------------------------------------ */
html, body {
  width: 100%;
  height: auto; }

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

body {
  font-family: futura-pt, sans-serif;
  font-size: 1rem;
  line-height: 2rem;
  color: #111;
  text-align: center;
  -webkit-text-size-adjust: 100%;
  background-color: #FFF;
  height: 100%;
  overflow: hidden;
  position: fixed;
  left: 0px;
  top: 0px; }
  body.loaded {
    position: static;
    overflow: scroll; }
  body.looking {
    overflow: hidden; }

a {
  color: #111;
  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; }

/* ---------------------------------------------------------page--------------------------------------------------------- */
#loader {
  width: 100%;
  height: 100vh;
  background-image: url(../images/title.png);
  background-color: #1CF0C6;
  background-repeat: no-repeat;
  background-position: center 100px;
  background-size: 345px 329px;
  position: fixed;
  left: 0px;
  top: 0px;
  z-index: 99999;
  display: flex;
  flex-wrap: nowrap;
  flex-direction: row;
  justify-content: center;
  align-items: center; }
  #loader div {
    width: 0%;
    height: 10px;
    background-color: #FFF;
    display: block;
    position: absolute;
    left: 0px;
    bottom: 0px; }

header {
  width: auto;
  position: fixed;
  right: -45px;
  top: 134px;
  z-index: 999;
  box-sizing: border-box;
  transition: opacity 0.5s ease-in 0.5s;
  display: flex;
  flex-wrap: nowrap;
  flex-direction: row;
  justify-content: flex-end;
  align-items: center;
  transform: rotate(90deg); }
  header ul {
    display: flex;
    flex-wrap: nowrap;
    flex-direction: row;
    justify-content: flex-start;
    align-items: flex-start; }
    header ul li a {
      color: #111;
      font-family: futura-pt, sans-serif;
      font-size: 1.4rem;
      font-weight: 400;
      line-height: 100%;
      letter-spacing: 0.1em;
      transition: all 0.25s ease-in 0s; }
      header ul li a:hover {
        opacity: 0.7; }
    header ul li:not(:first-child) {
      margin-left: 16px; }
  header.active {
    opacity: 1; }

#title {
  width: 100%;
  padding: 100px 0 0 0;
  margin: 0px 0 0 0;
  background-color: #1CF0C6; }
  #title .inner {
    width: 100%; }
    #title .inner h1 {
      width: 345px;
      margin: 0 auto 125px auto;
      opacity: 1;
      transition: opacity 0.5s ease-in 0s; }
      #title .inner h1 span {
        height: 329px;
        background-image: url(../images/title.png);
        text-align: left;
        text-indent: 999%;
        white-space: nowrap;
        display: block;
        overflow: hidden;
        background-repeat: no-repeat;
        background-position: center;
        background-size: contain; }
    #title .inner ul {
      width: 100%;
      display: flex;
      flex-wrap: nowrap;
      flex-direction: row;
      justify-content: flex-start;
      align-items: flex-start; }
      #title .inner ul li {
        width: calc(100vw/6);
        opacity: 0; }
        #title .inner ul li a {
          width: 100%;
          height: calc(100vw/6);
          background-repeat: no-repeat;
          background-position: center;
          background-size: 100% auto;
          position: relative;
          display: block;
          transition: all 0.25s ease-out; }
          #title .inner ul li a img {
            display: none; }
          #title .inner ul li a:hover {
            background-size: 110% auto; }
          #title .inner ul li a::before {
            content: '';
            width: 160px;
            height: 160px;
            background-repeat: no-repeat;
            background-position: center;
            background-size: contain;
            position: absolute;
            left: calc(50% - 80px);
            top: -100px;
            z-index: 1; }
        #title .inner ul li:nth-child(1) {
          transition: opacity 0.5s ease-in 0.5s; }
          #title .inner ul li:nth-child(1) a {
            background-image: url(../images/thumb01.jpg); }
            #title .inner ul li:nth-child(1) a::before {
              background-image: url(../images/thumb_num01.png); }
        #title .inner ul li:nth-child(2) {
          transition: opacity 0.5s ease-in 0.75s; }
          #title .inner ul li:nth-child(2) a {
            background-image: url(../images/thumb02.jpg); }
            #title .inner ul li:nth-child(2) a::before {
              background-image: url(../images/thumb_num02.png); }
        #title .inner ul li:nth-child(3) {
          transition: opacity 0.5s ease-in 1s; }
          #title .inner ul li:nth-child(3) a {
            background-image: url(../images/thumb03.jpg); }
            #title .inner ul li:nth-child(3) a::before {
              background-image: url(../images/thumb_num03.png); }
        #title .inner ul li:nth-child(4) {
          transition: opacity 0.5s ease-in 1.25s; }
          #title .inner ul li:nth-child(4) a {
            background-image: url(../images/thumb04.jpg); }
            #title .inner ul li:nth-child(4) a::before {
              background-image: url(../images/thumb_num04.png); }
        #title .inner ul li:nth-child(5) {
          transition: opacity 0.5s ease-in 1.5s; }
          #title .inner ul li:nth-child(5) a {
            background-image: url(../images/thumb05.jpg); }
            #title .inner ul li:nth-child(5) a::before {
              background-image: url(../images/thumb_num05.png); }
        #title .inner ul li:nth-child(6) {
          transition: opacity 0.5s ease-in 1.75s; }
          #title .inner ul li:nth-child(6) a {
            background-image: url(../images/thumb06.jpg); }
            #title .inner ul li:nth-child(6) a::before {
              background-image: url(../images/thumb_num06.png); }
  #title.active .inner ul li {
    opacity: 1; }

main {
  opacity: 0;
  transition: opacity 1s ease-in 2s; }
  main.active {
    opacity: 1; }
  main section {
    width: 100%;
    position: relative; }
    main section .btn {
      color: #111;
      font-family: futura-pt, sans-serif;
      font-size: 2rem;
      font-weight: 400;
      line-height: 1;
      letter-spacing: 0.05em;
      width: 100px;
      height: 100px;
      background-color: #1CF0C6;
      position: absolute;
      left: calc(50% - 50px);
      bottom: 30px;
      z-index: 5;
      display: flex;
      flex-wrap: nowrap;
      flex-direction: row;
      justify-content: center;
      align-items: center;
      border-radius: 50px;
      cursor: pointer;
      transition: all 0.1s ease-in; }
      main section .btn:hover {
        width: 120px;
        height: 120px;
        left: calc(50% - 60px);
        bottom: 20px;
        border-radius: 60px; }
    main section ul {
      width: 100%; }
      main section ul li {
        width: 100%;
        height: 750px;
        position: relative; }
        main section ul li img {
          display: none; }
        main section ul li.full {
          background-repeat: no-repeat;
          background-position: center;
          background-size: 100% auto;
          position: relative;
          transition: all 0.25s ease-out;
          filter: grayscale(100%); }
          main section ul li.full:hover {
            background-size: 105% auto; }
          main section ul li.full h3 {
            text-align: left;
            text-indent: 999%;
            white-space: nowrap;
            display: block;
            overflow: hidden;
            background-repeat: no-repeat;
            background-position: center;
            background-size: contain;
            position: absolute;
            z-index: 3; }
        main section ul li.text {
          text-align: left;
          text-indent: 999%;
          white-space: nowrap;
          display: block;
          overflow: hidden;
          background-repeat: no-repeat;
          background-position: center;
          background-size: contain;
          position: absolute;
          transition: all 0.25s ease-out;
          filter: grayscale(100%);
          z-index: 3; }
        main section ul li.combo {
          display: flex;
          flex-wrap: nowrap;
          flex-direction: row;
          justify-content: flex-start;
          align-items: flex-start;
          transition: filter 0.5s ease-out 1s;
          filter: grayscale(100%); }
          main section ul li.combo div {
            width: 50%;
            height: 750px; }
            main section ul li.combo div.default {
              background-repeat: no-repeat;
              background-position: center;
              background-size: 100% auto;
              transition: all 0.25s ease-out; }
            main section ul li.combo div.compact span {
              width: calc(50vw*0.666);
              height: 600px;
              background-repeat: no-repeat;
              background-position: center;
              background-size: 100% auto;
              transition: all 0.25s ease-out;
              display: block; }
            main section ul li.combo div:nth-child(1).compact {
              display: flex;
              flex-wrap: nowrap;
              flex-direction: row;
              justify-content: flex-start;
              align-items: center; }
            main section ul li.combo div:nth-child(2).compact {
              display: flex;
              flex-wrap: nowrap;
              flex-direction: row;
              justify-content: flex-end;
              align-items: center; }
            main section ul li.combo div:hover.default {
              background-size: 105% auto; }
            main section ul li.combo div:hover.compact span {
              background-size: 105% auto; }
    main section#sec1 {
      background-color: #EDCFD4; }
      main section#sec1 ul li.full {
        background-image: url(../images/photo1_1.jpg); }
        main section#sec1 ul li.full h3 {
          background-image: url(../images/title_sec1.png);
          width: 63px;
          height: 323px;
          left: 75px;
          top: calc(50% - 161px); }
      main section#sec1 ul li.text {
        background-image: url(../images/text_sec1.png);
        width: 154px;
        height: 184px;
        left: 205px;
        top: calc(375px - 92px); }
      main section#sec1 ul li.combo div.compact span {
        background-image: url(../images/photo1_2.jpg); }
      main section#sec1 ul li.combo div.default {
        background-image: url(../images/photo1_3.jpg); }
    main section#sec2 {
      background-color: #AC9A86; }
      main section#sec2 ul li.full {
        background-image: url(../images/photo2_1.jpg); }
        main section#sec2 ul li.full h3 {
          background-image: url(../images/title_sec2.png);
          width: 65px;
          height: 362px;
          right: 75px;
          top: calc(50% - 181px); }
      main section#sec2 ul li.text {
        background-image: url(../images/text_sec2.png);
        width: 93px;
        height: 292px;
        right: 205px;
        top: calc(375px - 146px); }
      main section#sec2 ul li.combo div.compact span {
        background-image: url(../images/photo2_3.jpg); }
      main section#sec2 ul li.combo div.default {
        background-image: url(../images/photo2_2.jpg); }
    main section#sec3 {
      background-color: #B4CECE; }
      main section#sec3 ul li.full {
        background-image: url(../images/photo3_1.jpg); }
        main section#sec3 ul li.full h3 {
          background-image: url(../images/title_sec3.png);
          width: 79px;
          height: 371px;
          left: 75px;
          top: calc(50% - 185px); }
      main section#sec3 ul li.text {
        background-image: url(../images/text_sec3.png);
        width: 97px;
        height: 262px;
        left: 205px;
        top: calc(375px - 131px); }
      main section#sec3 ul li.combo div.compact span {
        background-image: url(../images/photo3_2.jpg); }
      main section#sec3 ul li.combo div.default {
        background-image: url(../images/photo3_3.jpg); }
    main section#sec4 {
      background-color: #A5B2C6; }
      main section#sec4 ul li.full {
        background-image: url(../images/photo4_1.jpg); }
        main section#sec4 ul li.full h3 {
          background-image: url(../images/title_sec4.png);
          width: 79px;
          height: 382px;
          right: 75px;
          top: calc(50% - 161px); }
      main section#sec4 ul li.text {
        background-image: url(../images/text_sec4.png);
        width: 97px;
        height: 283px;
        left: 165px;
        top: calc(375px - 141px); }
      main section#sec4 ul li.combo div.compact span {
        background-image: url(../images/photo4_3.jpg); }
      main section#sec4 ul li.combo div.default {
        background-image: url(../images/photo4_2.jpg); }
    main section#sec5 {
      background-color: #DEDDB8; }
      main section#sec5 ul li.combo div.compact span {
        background-image: url(../images/photo5_1.jpg); }
      main section#sec5 ul li.combo div.default {
        background-image: url(../images/photo5_2.jpg); }
    main section#sec6 {
      background-color: #BDC7AB; }
      main section#sec6 ul li.full {
        background-image: url(../images/photo6_1.jpg); }
        main section#sec6 ul li.full h3 {
          background-image: url(../images/title_sec6.png);
          width: 74px;
          height: 282px;
          left: 75px;
          top: calc(50% - 141px); }
      main section#sec6 ul li.text {
        background-image: url(../images/text_sec6.png);
        width: 70px;
        height: 254px;
        left: calc(50% + 55px);
        top: calc(375px - 127px); }
      main section#sec6 ul li.combo div.compact span {
        background-image: url(../images/photo6_3.jpg); }
      main section#sec6 ul li.combo div.default {
        background-image: url(../images/photo6_2.jpg); }
    main section.active ul li.full {
      filter: grayscale(0%); }
    main section.active ul li.text {
      filter: grayscale(0%); }
    main section.active ul li.combo {
      filter: grayscale(0%); }
  main footer {
    width: 100%;
    background-color: #1CF0C6; }
    main footer .inner {
      padding: 120px 0; }
      main footer .inner dl {
        margin: 0 auto; }
        main footer .inner dl dt {
          color: #111;
          font-family: futura-pt, sans-serif;
          font-size: 1.6rem;
          font-weight: 400;
          line-height: 2.4rem;
          letter-spacing: 0em;
          margin-bottom: 10px; }
        main footer .inner dl dd {
          color: #111;
          font-family: futura-pt, sans-serif;
          font-size: 1.6rem;
          font-weight: 400;
          line-height: 2.4rem;
          letter-spacing: 0em; }
          main footer .inner dl dd:not(:last-child) {
            margin: 0 auto 5px auto; }
        main footer .inner dl:not(:last-child) {
          margin: 0 auto 40px auto; }
      main footer .inner p {
        color: #111;
        font-family: futura-pt, sans-serif;
        font-size: 1.6rem;
        font-weight: 400;
        line-height: 2.4rem;
        letter-spacing: 0em; }

section#looks {
  background-color: rgba(255, 255, 255, 0.95);
  width: 100%;
  height: 100vh;
  padding: 220px 0;
  margin: 0px;
  position: fixed;
  top: 0px;
  left: 0px;
  z-index: 9999;
  overflow: scroll;
  opacity: 0;
  -webkit-overflow-scrolling: touch;
  pointer-events: none; }
  section#looks.active {
    pointer-events: auto; }
  section#looks .close {
    width: 32px;
    height: 32px;
    position: fixed;
    top: 50px;
    right: 50px;
    cursor: pointer; }
    section#looks .close::before {
      content: '';
      width: 32px;
      height: 2px;
      background-color: #1CF0C6;
      transform: rotate(-45deg);
      position: absolute;
      left: 0px;
      top: 0px;
      transition: background-color 0.3s linear; }
    section#looks .close::after {
      content: '';
      width: 32px;
      height: 2px;
      background-color: #1CF0C6;
      transform: rotate(45deg);
      position: absolute;
      left: 0px;
      top: 0px;
      transition: background-color 0.3s linear; }
    section#looks .close:hover::before,
    section#looks .close:hover::after {
      background-color: #111; }
  section#looks .title {
    width: 200px;
    padding: 0px;
    margin: 0 0 0 -100px;
    position: fixed;
    box-sizing: border-box;
    left: 50%;
    top: 50px;
    z-index: 10;
    opacity: 0.86; }
    section#looks .title .inner {
      width: 100%; }
      section#looks .title .inner h2 {
        background-image: url(../images/title_detail.png);
        text-align: left;
        text-indent: 999%;
        white-space: nowrap;
        display: block;
        overflow: hidden;
        background-repeat: no-repeat;
        background-position: center;
        background-size: contain;
        width: 200px;
        height: 185px;
        margin-bottom: 10px; }
    section#looks .title.active .inner {
      margin: 0px;
      position: fixed;
      left: 36px;
      top: 36px; }
  section#looks .look {
    width: 1000px;
    margin: 0 auto 200px auto; }
    section#looks .look .set {
      width: 100%;
      padding: 0px;
      display: flex;
      flex-wrap: nowrap;
      flex-direction: row;
      justify-content: space-between;
      align-items: flex-end; }
      section#looks .look .set .text {
        width: 350px;
        padding: 0px;
        order: 1; }
        section#looks .look .set .text .credits h4 {
          color: #111;
          font-family: futura-pt, sans-serif;
          font-size: 1.4rem;
          font-weight: 600;
          line-height: 1.2;
          letter-spacing: 0.05em;
          text-align: left;
          margin-bottom: 20px; }
        section#looks .look .set .text .credits .credit:not(:last-child) {
          margin-bottom: 20px; }
        section#looks .look .set .text .credits .credit dl {
          text-align: left;
          display: flex;
          flex-wrap: nowrap;
          flex-direction: row;
          justify-content: space-between;
          align-items: flex-start; }
          section#looks .look .set .text .credits .credit dl dt strong {
            color: #111;
            font-family: futura-pt, sans-serif;
            font-size: 1.4rem;
            font-weight: 400;
            line-height: 1.2;
            letter-spacing: 0.05em;
            display: block; }
            section#looks .look .set .text .credits .credit dl dt strong:first-child {
              padding-bottom: 5px; }
          section#looks .look .set .text .credits .credit dl dt span {
            color: #111;
            font-family: futura-pt, sans-serif;
            font-size: 1.4rem;
            font-weight: 500;
            line-height: 1.2;
            letter-spacing: 0.05em;
            display: inline-block;
            padding: 0 0 0 5px; }
            section#looks .look .set .text .credits .credit dl dt span:not(.nc)::after {
              content: '(TAX IN)';
              padding: 0 0 0 5px; }
          section#looks .look .set .text .credits .credit dl dd {
            padding-top: 5px;
            display: block; }
            section#looks .look .set .text .credits .credit dl dd a {
              color: #111;
              font-family: futura-pt, sans-serif;
              font-size: 1.6rem;
              font-weight: 600;
              line-height: 100%;
              letter-spacing: 0em;
              padding: 1px 8px;
              background-color: #1CF0C6;
              transition: all 0.25s ease-in 0s; }
              section#looks .look .set .text .credits .credit dl dd a:not([href]) {
                display: none; }
              section#looks .look .set .text .credits .credit dl dd a:hover {
                color: #1CF0C6;
                background-color: #111; }
      section#looks .look .set .photo {
        width: 600px;
        order: 1;
        position: relative; }

/* ----------------------------------------------- Media Queries Smartphone ----------------------------------------------- */
@media screen and (max-width: 768px) {
  html {
    font-size: calc(100vw / 75); }
  a {
    color: #111;
    text-decoration: none;
    cursor: pointer; }
  a:hover, a:active, a.active {
    color: #111; }
  /* ---------------------------------------------------------page--------------------------------------------------------- */
  #loader {
    background-repeat: no-repeat;
    background-position: center 50px;
    background-size: 172px 165px; }
    #loader div {
      left: 0px;
      top: 0px;
      bottom: auto; }
  header {
    width: auto;
    position: fixed;
    right: -70px;
    top: 90px;
    z-index: 999;
    box-sizing: border-box;
    transition: opacity 0.5s ease-in 0.5s;
    display: flex;
    flex-wrap: nowrap;
    flex-direction: row;
    justify-content: flex-end;
    align-items: center;
    transform: rotate(90deg); }
    header ul {
      display: flex;
      flex-wrap: nowrap;
      flex-direction: row;
      justify-content: flex-start;
      align-items: flex-start; }
      header ul li a {
        color: #111;
        font-family: futura-pt, sans-serif;
        font-size: 2.4rem;
        font-weight: 400;
        line-height: 100%;
        letter-spacing: 0.1em;
        transition: all 0.25s ease-in 0s; }
        header ul li a:hover {
          opacity: 1; }
      header ul li:not(:first-child) {
        margin-left: 10px; }
    header.active {
      opacity: 1; }
  #title {
    padding: 50px 0 0 0;
    margin: 0px 0 0 0;
    background-color: #1CF0C6; }
    #title .inner {
      width: 100%; }
      #title .inner h1 {
        width: 172px;
        margin: 0 auto 80px auto; }
        #title .inner h1 span {
          height: 165px; }
      #title .inner ul li a {
        background-size: 105%; }
        #title .inner ul li a:hover {
          background-size: 105%; }
        #title .inner ul li a::before {
          width: 100%;
          height: 80px;
          left: 0px;
          top: -50px; }
      #title .inner ul li:nth-child(1) {
        width: 16%; }
      #title .inner ul li:nth-child(2) {
        width: 17%; }
      #title .inner ul li:nth-child(3) {
        width: 17%; }
      #title .inner ul li:nth-child(4) {
        width: 17%; }
      #title .inner ul li:nth-child(5) {
        width: 17%; }
      #title .inner ul li:nth-child(6) {
        width: 16%; }
    #title.active .inner h1 {
      opacity: 1; }
    #title.active .inner ul li {
      opacity: 1; }
  main {
    opacity: 0;
    transition: opacity 1s ease-in 2s; }
    main.active {
      opacity: 1; }
    main section {
      width: 100%;
      position: relative; }
      main section .btn {
        color: #111;
        font-family: futura-pt, sans-serif;
        font-size: 2rem;
        font-weight: 400;
        line-height: 1;
        letter-spacing: 0.05em;
        width: 50px;
        height: 50px;
        background-color: #1CF0C6;
        position: absolute;
        left: calc(50% - 25px);
        bottom: 15px;
        border-radius: 25px; }
        main section .btn:hover {
          width: 50px;
          height: 50px;
          left: calc(50% - 25px);
          bottom: 15px;
          border-radius: 25px; }
      main section ul {
        width: 100%; }
        main section ul li {
          width: 100%;
          height: auto; }
          main section ul li img {
            display: none; }
          main section ul li.full {
            height: auto;
            background-image: none;
            transition: all 0.25s ease-out;
            filter: grayscale(100%); }
            main section ul li.full:hover {
              background-size: cover; }
            main section ul li.full h3 {
              text-align: left;
              text-indent: 999%;
              white-space: nowrap;
              display: block;
              overflow: hidden;
              background-repeat: no-repeat;
              background-position: center;
              background-size: contain;
              position: absolute;
              z-index: 3; }
            main section ul li.full img {
              display: block; }
          main section ul li.combo {
            display: flex;
            flex-wrap: nowrap;
            flex-direction: column;
            justify-content: flex-start;
            align-items: flex-start;
            filter: grayscale(100%); }
            main section ul li.combo div {
              width: 100%;
              height: auto; }
              main section ul li.combo div.default {
                background-image: none !important;
                transition: all 0.25s ease-out; }
                main section ul li.combo div.default img {
                  display: block; }
              main section ul li.combo div.compact {
                padding: 50px 0 50px 50px; }
                main section ul li.combo div.compact span {
                  width: 100%;
                  height: auto;
                  background-image: none !important; }
                  main section ul li.combo div.compact span img {
                    display: block; }
              main section ul li.combo div:nth-child(1).compact {
                display: flex;
                flex-wrap: nowrap;
                flex-direction: row;
                justify-content: flex-start;
                align-items: center; }
              main section ul li.combo div:nth-child(2).compact {
                display: flex;
                flex-wrap: nowrap;
                flex-direction: row;
                justify-content: flex-end;
                align-items: center; }
              main section ul li.combo div:hover.default {
                background-size: cover; }
              main section ul li.combo div:hover.compact span {
                background-size: cover; }
      main section#sec1 ul li.full {
        background-image: url(../images/photo1_1.jpg); }
        main section#sec1 ul li.full h3 {
          background-image: url(../images/title_sec1.png);
          width: 50px;
          height: 258px;
          left: 10px;
          top: calc(50% - 129px); }
      main section#sec1 ul li.text {
        left: 80px;
        top: calc(((100vw * 1.15)/2) - 95px); }
      main section#sec1 ul li.combo div.compact span {
        background-image: url(../images/photo1_2.jpg); }
      main section#sec1 ul li.combo div.default {
        background-image: url(../images/photo1_3.jpg); }
      main section#sec2 ul li.full h3 {
        background-image: url(../images/title_sec2.png);
        width: 52px;
        height: 290px;
        left: auto;
        right: 10px;
        top: calc(50% - 145px); }
      main section#sec2 ul li.text {
        right: 80px;
        top: calc(((100vw * 1.15)/2) - 131px); }
      main section#sec2 ul li.combo div.compact {
        padding: 50px 50px 50px 0; }
        main section#sec2 ul li.combo div.compact span {
          background-image: url(../images/photo2_3.jpg); }
      main section#sec2 ul li.combo div.default {
        background-image: url(../images/photo2_2.jpg); }
      main section#sec3 ul li.full {
        background-image: url(../images/photo3_1.jpg); }
        main section#sec3 ul li.full h3 {
          width: 63px;
          height: 296px;
          left: 10px;
          top: calc(50% - 148px); }
      main section#sec3 ul li.text {
        left: auto;
        right: 20px;
        top: calc(((100vw * 1.15)/2) - 131px); }
      main section#sec3 ul li.combo div.compact span {
        background-image: url(../images/photo3_2.jpg); }
      main section#sec3 ul li.combo div.default {
        background-image: url(../images/photo3_3.jpg); }
      main section#sec4 ul li.full {
        background-image: url(../images/photo4_1.jpg); }
        main section#sec4 ul li.full h3 {
          background-image: url(../images/title_sec4.png);
          width: 63px;
          height: 305px;
          left: auto;
          right: 10px;
          top: calc(50% - 153px); }
      main section#sec4 ul li.text {
        left: 20px;
        right: auto;
        top: calc(((100vw * 1.15)/2) - 142px); }
      main section#sec4 ul li.combo div.compact {
        padding: 50px 50px 50px 0; }
        main section#sec4 ul li.combo div.compact span {
          background-image: url(../images/photo4_3.jpg); }
      main section#sec4 ul li.combo div.default {
        background-image: url(../images/photo4_2.jpg); }
      main section#sec5 {
        background-color: #DEDDB8; }
        main section#sec5 ul li.combo div.compact span {
          background-image: url(../images/photo5_1.jpg); }
        main section#sec5 ul li.combo div.default {
          background-image: url(../images/photo5_2.jpg); }
      main section#sec6 {
        background-color: #BDC7AB; }
        main section#sec6 ul li.full {
          background-image: url(../images/photo6_1.jpg); }
          main section#sec6 ul li.full h3 {
            background-image: url(../images/title_sec6.png);
            width: 59px;
            height: 225px;
            left: 10px;
            top: calc(50% - 113px); }
        main section#sec6 ul li.text {
          left: auto;
          right: 20px;
          top: calc(((100vw * 1.15)/2) - 127px); }
        main section#sec6 ul li.combo div.compact {
          padding: 50px 50px 50px 0; }
          main section#sec6 ul li.combo div.compact span {
            background-image: url(../images/photo6_3.jpg); }
        main section#sec6 ul li.combo div.default {
          background-image: url(../images/photo6_2.jpg); }
      main section.active ul li.full {
        filter: grayscale(0%); }
      main section.active ul li.combo {
        filter: grayscale(0%); }
    main footer .inner {
      padding: 60px 0; }
      main footer .inner dl dt {
        color: #111;
        font-family: futura-pt, sans-serif;
        font-size: 3rem;
        font-weight: 400;
        line-height: 100%;
        letter-spacing: 0em;
        margin-bottom: 3rem; }
      main footer .inner dl dd {
        color: #111;
        font-family: futura-pt, sans-serif;
        font-size: 2.6rem;
        font-weight: 400;
        line-height: 100%;
        letter-spacing: 0em; }
        main footer .inner dl dd:not(:last-child) {
          margin: 0 auto 2rem auto; }
      main footer .inner dl:not(:last-child) {
        margin: 0 auto 8rem auto; }
      main footer .inner p {
        color: #111;
        font-family: futura-pt, sans-serif;
        font-size: 2.4rem;
        font-weight: 400;
        line-height: 2.6rem;
        letter-spacing: 0em; }
  section#looks {
    background-color: rgba(255, 255, 255, 0.95);
    width: 100%;
    height: 100vh;
    padding: 135px 0;
    margin: 0px;
    position: fixed;
    top: 0px;
    left: 0px;
    z-index: 9999;
    overflow: scroll;
    opacity: 0;
    -webkit-overflow-scrolling: touch;
    pointer-events: none; }
    section#looks.active {
      pointer-events: auto; }
    section#looks .close {
      width: 32px;
      height: 32px;
      top: 10px;
      right: 10px;
      z-index: 999; }
      section#looks .close::before {
        left: 0px;
        top: 15px; }
      section#looks .close::after {
        transform: rotate(45deg);
        position: absolute;
        left: 0px;
        top: 15px; }
      section#looks .close:hover::before,
      section#looks .close:hover::after {
        background-color: #111; }
    section#looks .title {
      width: 100px;
      padding: 0px;
      margin: 0 0 0 -50px;
      position: fixed;
      box-sizing: border-box;
      left: 50%;
      top: 50px;
      z-index: 10;
      opacity: 0.86; }
      section#looks .title .inner {
        padding: 0px; }
        section#looks .title .inner h2 {
          width: 100px;
          height: 93px; }
      section#looks .title.active .inner {
        margin: 0px;
        position: fixed;
        left: 36px;
        top: 36px; }
    section#looks .inner {
      padding: 0 30px; }
    section#looks .look {
      width: 100%;
      margin: 0 auto 10rem auto; }
      section#looks .look .set {
        width: 100%;
        padding: 0px;
        display: flex;
        flex-wrap: nowrap;
        flex-direction: column;
        justify-content: flex-start;
        align-items: flex-start; }
        section#looks .look .set .text {
          width: 100%;
          padding: 0px;
          order: 1; }
          section#looks .look .set .text .credits h4 {
            color: #111;
            font-family: futura-pt, sans-serif;
            font-size: 2.4rem;
            font-weight: 600;
            line-height: 1.2;
            letter-spacing: 0.05em;
            margin-bottom: 20px; }
          section#looks .look .set .text .credits .credit:not(:last-child) {
            margin-bottom: 20px; }
          section#looks .look .set .text .credits .credit dl {
            text-align: left;
            display: flex;
            flex-wrap: nowrap;
            flex-direction: row;
            justify-content: space-between;
            align-items: flex-start; }
            section#looks .look .set .text .credits .credit dl dt strong {
              color: #111;
              font-family: futura-pt, sans-serif;
              font-size: 2.4rem;
              font-weight: 400;
              line-height: 1.2;
              letter-spacing: 0.05em;
              display: block; }
              section#looks .look .set .text .credits .credit dl dt strong:first-child {
                padding-bottom: 5px; }
            section#looks .look .set .text .credits .credit dl dt span {
              color: #111;
              font-family: futura-pt, sans-serif;
              font-size: 2.4rem;
              font-weight: 500;
              line-height: 1.2;
              letter-spacing: 0.05em;
              display: inline-block;
              padding: 0 0 0 5px; }
            section#looks .look .set .text .credits .credit dl dd {
              padding-top: 5px;
              display: block; }
              section#looks .look .set .text .credits .credit dl dd a {
                color: #111;
                font-family: futura-pt, sans-serif;
                font-size: 3rem;
                font-weight: 600;
                line-height: 100%;
                letter-spacing: 0em;
                padding: 1px 8px;
                background-color: #1CF0C6; }
        section#looks .look .set .photo {
          width: 100%;
          margin-bottom: 20px; } }
