@import url("https://use.typekit.net/oko6gdf.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 moveleft {
  0% {
    left: 100vw;
  }
  100% {
    left: -200vw;
  }
}
@keyframes moveright {
  0% {
    left: -200vw;
  }
  100% {
    left: 100vw;
  }
}
/* ------------------------------------------------------------------------------------------------------------------------ */
html, body {
  width: 100%;
  height: auto;
}

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

body {
  font-family: "acumin-pro", sans-serif;
  font-size: 1rem;
  line-height: 1.5rem;
  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: auto;
}
body.looking {
  overflow: hidden;
}

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

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

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: 999;
  transition: opacity 0.75s ease-out;
}
#loader.hide {
  opacity: 0;
}
#loader .inner {
  width: 100%;
  height: 100%;
  display: flex;
  flex-wrap: nowrap;
  flex-direction: row;
  justify-content: center;
  align-items: center;
}
#loader .inner h2 {
  width: 223px;
  height: 17px;
  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;
}
#loader .bar {
  width: 100%;
  height: 10px;
  background-color: rgba(0, 0, 0, 0.1);
  position: absolute;
  left: 0px;
  bottom: 0px;
  z-index: 5;
}
#loader .bar span {
  width: 0%;
  height: 100%;
  background-color: #333;
  display: block;
}

header {
  width: 100%;
  padding: 20px 0 0 0;
  margin: 0;
  box-sizing: border-box;
  position: fixed;
  top: 0px;
  left: 0px;
  z-index: 5;
}
header .inner {
  width: calc(100% - 50px);
  margin: 0 auto;
  display: flex;
  flex-wrap: nowrap;
  flex-direction: row;
  justify-content: space-between;
  align-items: flex-start;
}
header .inner h1 {
  background-image: url(../images/logo_tate.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: 16px;
  height: 126px;
  position: relative;
  display: block;
}
header .inner ul {
  display: flex;
  flex-wrap: nowrap;
  flex-direction: row;
  justify-content: flex-end;
  align-items: stretch;
}
header .inner ul::after {
  content: "";
  width: 1px;
  height: auto;
  background-color: #333;
  margin-left: 10px;
  display: block;
  order: 2;
}
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 a {
  color: #333;
  font-family: "acumin-pro", sans-serif;
  font-size: 1.4rem;
  font-weight: 600;
  line-height: 1;
  letter-spacing: 0em;
}
header .inner ul li a:hover {
  opacity: 0.7;
}

main {
  width: 100%;
  padding: 0px;
  margin: 120px 0 90px 0;
  position: relative;
  z-index: 0;
  box-sizing: border-box;
}
main section#visual {
  width: 1060px;
  margin: 0 auto 80px auto;
}
main section#visual.on .inner .photo {
  opacity: 1;
}
main section#visual.on .inner .title {
  opacity: 1;
}
main section#visual .inner {
  width: 100%;
}
main section#visual .inner .title {
  width: 100%;
  opacity: 1;
  transition: opacity 0.25s ease-in 0.75s;
}
main section#visual .inner .title dl {
  width: 100%;
  display: flex;
  flex-wrap: nowrap;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
}
main section#visual .inner .title dl dt {
  width: 530px;
  height: 34px;
  background-image: url(../images/title.png);
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  text-align: left;
  text-indent: 999%;
  white-space: nowrap;
  display: block;
  overflow: hidden;
  margin-bottom: 40px;
}
main section#visual .inner .title dl dd {
  width: 555px;
}
main section#visual .inner .title dl dd p {
  color: #333;
  font-family: "acumin-pro", sans-serif;
  font-size: 1.8rem;
  font-weight: 300;
  line-height: 3.6rem;
  letter-spacing: 0.05em;
  text-align: justify;
}
main section#visual .inner .title dl dd p:not(:last-child) {
  margin-bottom: 40px;
}
main section#visual .inner .title dl dd p strong {
  font-weight: 600;
}
main section.sec {
  width: 1060px;
  padding: 0px;
  margin: 0 auto;
  overflow: hidden;
  position: relative;
}
main section.sec:not(:last-child) {
  margin-bottom: 200px;
}
main section.sec .combo {
  width: 100%;
  margin: 0 0 100px 0;
  display: flex;
  flex-wrap: wrap;
  flex-direction: row;
  justify-content: flex-start;
  align-items: stretch;
  position: relative;
  z-index: 1;
}
main section.sec .combo.on .thumb img {
  opacity: 1;
}
main section.sec .combo .thumb {
  width: calc((100% - 20px) / 2);
  position: relative;
  transition: all 0.25s ease-in 0s;
}
main section.sec .combo .thumb .btn {
  display: flex;
  flex-wrap: nowrap;
  flex-direction: row;
  justify-content: flex-start;
  align-items: center;
  position: absolute;
  right: 10px;
  bottom: 10px;
  z-index: 1;
}
main section.sec .combo .thumb .btn::after {
  content: "";
  width: 8px;
  height: 8px;
  margin-left: 5px;
  background-image: url(../images/icon_plus.png);
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  display: block;
}
main section.sec .combo .thumb .btn span {
  color: #FFF;
  font-family: "acumin-pro", sans-serif;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1;
  letter-spacing: 0em;
}
main section.sec .combo .thumb:not(:nth-child(n+11)) {
  margin-bottom: 20px;
}
main section.sec .combo .thumb:not(:nth-child(2n+1)) {
  margin-left: 20px;
}
main section.sec .combo .thumb:hover {
  opacity: 0.8;
}
main section.sec .combo .thumb img {
  opacity: 0;
  transition: opacity 0.5s ease-out 0s;
}
main section.sec .combo .thumb:nth-child(1) img {
  transition-delay: 0.2s;
}
main section.sec .combo .thumb:nth-child(2) img {
  transition-delay: 0.4s;
}
main section.sec .combo .thumb:nth-child(3) img {
  transition-delay: 0.6s;
}
main section.sec .combo .thumb:nth-child(4) img {
  transition-delay: 0.8s;
}
main section.sec .combo .thumb:nth-child(5) img {
  transition-delay: 1s;
}
main section.sec .combo .thumb:nth-child(6) img {
  transition-delay: 1.2s;
}
main section.sec .combo .thumb:nth-child(7) img {
  transition-delay: 1.4s;
}
main section.sec .combo .thumb:nth-child(8) img {
  transition-delay: 1.6s;
}
main section.sec .combo .thumb:nth-child(9) img {
  transition-delay: 1.8s;
}
main section.sec .combo .thumb:nth-child(10) img {
  transition-delay: 2s;
}
main section.sec .combo .thumb:nth-child(11) img {
  transition-delay: 2.2s;
}
main section.sec .combo .thumb:nth-child(12) img {
  transition-delay: 2.4s;
}
main section.sec .combo .thumb .thumbslide {
  width: 100%;
}
main section.sec .combo .thumb ul li.koma {
  animation-name: blink;
  animation-duration: 4s;
  animation-iteration-count: infinite;
}
main section.sec .combo .line {
  width: 33.3333333333%;
  position: relative;
}
main section.sec .combo .line .thumb:nth-child(1) div {
  transition-delay: 0.25s;
}
main section.sec .combo .line .thumb:nth-child(1).active::before {
  animation-delay: 0.4s;
}
main section.sec .combo .line .thumb:nth-child(2) div {
  transition-delay: 0.5s;
}
main section.sec .combo .line .thumb:nth-child(2).active::before {
  animation-delay: 0.8s;
}
main section.sec .combo .line .thumb:nth-child(3) div {
  transition-delay: 0.75s;
}
main section.sec .combo .line .thumb:nth-child(3).active::before {
  animation-delay: 1.2s;
}
main section.sec p {
  color: #333;
  font-family: "acumin-pro", sans-serif;
  font-size: 1.2rem;
  font-weight: 300;
  line-height: 1;
  letter-spacing: 0.05em;
  text-align: left;
}
main section.sec p br {
  display: none;
}
main section.sec.on .combo .thumb::after {
  opacity: 0;
}

section.looks {
  background-color: rgba(255, 255, 255, 0.95);
  width: 100%;
  height: 100%;
  padding: 200px 0 50vh 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.5s ease-in;
  box-sizing: border-box;
}
section.looks.active {
  opacity: 1;
  pointer-events: auto;
}
section.looks .wrap {
  width: 100%;
  height: auto;
}
section.looks .wrap .spc {
  width: 100%;
  height: 25vh;
}
section.looks .close {
  width: 40px;
  height: 40px;
  position: fixed;
  right: 30px;
  top: 30px;
  z-index: 99999;
  transition: all 0.25s ease-in 0s;
}
section.looks .close span {
  width: 40px;
  height: 2px;
  background-color: #333;
  position: absolute;
}
section.looks .close span:nth-child(1) {
  left: 0px;
  top: 20px;
  transform: rotate(45deg);
}
section.looks .close span:nth-child(2) {
  left: 0px;
  top: 20px;
  transform: rotate(-45deg);
}
section.looks .close:hover {
  opacity: 0.7;
}
section.looks .look {
  width: 1040px;
  padding: 0px;
  margin: 0 auto;
  position: relative;
  display: none;
}
section.looks .look:not(:last-child) {
  margin-bottom: 120px;
}
section.looks .look.on {
  display: block;
}
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 .photo {
  width: 580px;
  position: relative;
}
section.looks .look .set .photo div {
  width: 100%;
}
section.looks .look .set .photo div:not(:last-child) {
  margin-bottom: 30px;
}
section.looks .look .set .text {
  width: calc(100% - 580px - 50px);
  padding: 0px;
}
section.looks .look .set .text .credits > div {
  background-repeat: repeat-x;
  background-position: left bottom;
  background-size: 4px 1px;
}
section.looks .look .set .text .credits > div:not(:last-child) {
  margin-bottom: 20px;
}
section.looks .look .set .text .credits > div dl {
  text-align: left;
  display: flex;
  flex-wrap: nowrap;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
}
section.looks .look .set .text .credits > div dl dt {
  color: #111;
  font-family: "acumin-pro", sans-serif;
  font-size: 1.4rem;
  font-weight: 600;
  line-height: 1;
  letter-spacing: 0em;
  margin-bottom: 10px;
}
section.looks .look .set .text .credits > div dl dd {
  display: flex;
  flex-wrap: nowrap;
  flex-direction: row;
  justify-content: flex-start;
  align-items: center;
}
section.looks .look .set .text .credits > div dl dd span {
  color: #111;
  font-family: "acumin-pro", sans-serif;
  font-size: 1.2rem;
  font-weight: 300;
  line-height: 1;
  letter-spacing: 0em;
  display: inline-block;
}
section.looks .look .set .text .credits > div dl dd span:not(:first-child) {
  margin-left: 5px;
}
section.looks .look .set .text .credits > div dl dd a {
  color: #FFF;
  font-family: "acumin-pro", sans-serif;
  font-size: 1.2rem;
  font-weight: 600;
  line-height: 1;
  letter-spacing: 0em;
  padding: 3px 6px;
  margin-left: 10px;
  background-color: #111;
  transition: all 0.25s ease-in 0s;
}
section.looks .look .set .text .credits > div dl dd a:hover {
  opacity: 0.7;
}
section.looks .look .set .arrow {
  width: 30px;
  height: 30px;
  background-image: url(../images/arrow.png);
  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;
  top: calc(50% - 15px);
  z-index: 1;
  cursor: pointer;
  transition: all 0.25s ease-in 0s;
}
section.looks .look .set .arrow:hover {
  opacity: 0.7;
}
section.looks .look .set .arrow.prev {
  left: 15px;
}
section.looks .look .set .arrow.next {
  right: 15px;
  transform: rotate(180deg);
}

footer {
  text-align: left;
  width: 100%;
  padding: 0px;
  border-top: solid 1px #CCC;
  box-sizing: border-box;
  position: relative;
}
footer .inner {
  width: calc(100% - 140px);
  padding: 160px 0 80px 0;
  margin: 0 auto;
  display: flex;
  flex-wrap: nowrap;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
}
footer .inner .link {
  width: 100%;
  margin-bottom: 60px;
}
footer .inner .link ul {
  text-align: left;
}
footer .inner .link ul li a {
  color: #333;
  font-family: "acumin-pro", sans-serif;
  font-size: 1.4rem;
  font-weight: 600;
  line-height: 1;
  letter-spacing: 0em;
}
footer .inner .link ul li a:hover {
  opacity: 0.8;
}
footer .inner .link ul li:not(:last-child) {
  margin-bottom: 10px;
}
footer .inner .cp p {
  color: #333;
  font-family: "acumin-pro", sans-serif;
  font-size: 1.1rem;
  font-weight: 600;
  line-height: 1;
  letter-spacing: 0em;
  text-align: left;
}

.pgtop {
  width: 15px;
  height: 68px;
  background-image: url(../images/pagetop.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: fixed;
  bottom: 20px;
  right: 20px;
  z-index: 5;
  display: none;
  transition: all 0.25s ease-in 0s;
}
.pgtop.on {
  display: block;
}
.pgtop.on:hover {
  opacity: 0.7;
}

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

  header {
    padding: 10px 0 0 0;
  }
  header .inner {
    width: calc(100% - 10px);
  }
  header .inner h1 {
    width: 9px;
    height: 73px;
  }
  header .inner ul {
    padding-right: 5px;
    display: flex;
    flex-wrap: nowrap;
    flex-direction: row;
    justify-content: flex-end;
    align-items: stretch;
  }
  header .inner ul::after {
    margin-left: 10px;
  }
  header .inner ul li:not(:first-child) {
    margin-left: 10px;
  }
  header .inner ul li a {
    color: #333;
    font-family: "acumin-pro", sans-serif;
    font-size: 1.2rem;
    font-weight: 600;
    line-height: 1;
    letter-spacing: 0em;
  }
  header .inner ul li a:hover {
    opacity: 1;
  }

  main {
    margin: 60px 0 50px 0;
    position: relative;
    z-index: 0;
    box-sizing: border-box;
  }
  main section#visual {
    width: calc(100% - 70px);
    margin: 0 auto 30px auto;
  }
  main section#visual.on .inner .photo {
    opacity: 1;
  }
  main section#visual.on .inner .title {
    opacity: 1;
  }
  main section#visual .inner {
    width: 100%;
  }
  main section#visual .inner .title {
    width: 100%;
    opacity: 1;
    transition: opacity 0.25s ease-in 0.75s;
  }
  main section#visual .inner .title dl {
    width: 100%;
    display: flex;
    flex-wrap: nowrap;
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
  }
  main section#visual .inner .title dl dt {
    width: 100%;
    height: calc((100vw - 70px) * 0.0634);
    max-width: 300px;
    max-height: 19px;
    background-image: url(../images/title.png);
    margin-bottom: 30px;
  }
  main section#visual .inner .title dl dd {
    width: 100%;
  }
  main section#visual .inner .title dl dd p {
    color: #333;
    font-family: "acumin-pro", sans-serif;
    font-size: 1.2rem;
    font-weight: 300;
    line-height: 2.2rem;
    letter-spacing: 0.04em;
  }
  main section.sec {
    width: calc(100% - 20px);
    margin: 0 auto;
  }
  main section.sec:not(:last-child) {
    margin-bottom: 200px;
  }
  main section.sec .combo {
    width: 100%;
    margin: 0 0 50px 0;
    display: flex;
    flex-wrap: wrap;
    flex-direction: row;
    justify-content: flex-start;
    align-items: stretch;
    position: relative;
    z-index: 1;
  }
  main section.sec .combo.on .thumb img {
    opacity: 1;
  }
  main section.sec .combo .thumb {
    width: calc((100% - 10px) / 2);
    position: relative;
    transition: all 0.25s ease-in 0s;
  }
  main section.sec .combo .thumb .btn {
    display: flex;
    flex-wrap: nowrap;
    flex-direction: row;
    justify-content: flex-start;
    align-items: center;
    position: absolute;
    right: 10px;
    bottom: 10px;
    z-index: 1;
  }
  main section.sec .combo .thumb .btn::after {
    content: "";
    width: 8px;
    height: 8px;
    margin-left: 5px;
    background-image: url(../images/icon_plus.png);
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
    display: block;
  }
  main section.sec .combo .thumb .btn span {
    color: #FFF;
    font-family: "acumin-pro", sans-serif;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1;
    letter-spacing: 0em;
    display: none;
  }
  main section.sec .combo .thumb:not(:nth-child(n+11)) {
    margin-bottom: 10px;
  }
  main section.sec .combo .thumb:not(:nth-child(2n+1)) {
    margin-left: 10px;
  }
  main section.sec .combo .thumb:hover {
    opacity: 1;
  }
  main section.sec .combo .thumb img {
    opacity: 0;
    transition: opacity 0.5s ease-out 0s;
  }
  main section.sec .combo .thumb:nth-child(1) img {
    transition-delay: 0.2s;
  }
  main section.sec .combo .thumb:nth-child(2) img {
    transition-delay: 0.4s;
  }
  main section.sec .combo .thumb:nth-child(3) img {
    transition-delay: 0.6s;
  }
  main section.sec .combo .thumb:nth-child(4) img {
    transition-delay: 0.8s;
  }
  main section.sec .combo .thumb:nth-child(5) img {
    transition-delay: 1s;
  }
  main section.sec .combo .thumb:nth-child(6) img {
    transition-delay: 1.2s;
  }
  main section.sec .combo .thumb:nth-child(7) img {
    transition-delay: 1.4s;
  }
  main section.sec .combo .thumb:nth-child(8) img {
    transition-delay: 1.6s;
  }
  main section.sec .combo .thumb:nth-child(9) img {
    transition-delay: 1.8s;
  }
  main section.sec .combo .thumb:nth-child(10) img {
    transition-delay: 2s;
  }
  main section.sec .combo .thumb:nth-child(11) img {
    transition-delay: 2.2s;
  }
  main section.sec .combo .thumb:nth-child(12) img {
    transition-delay: 2.4s;
  }
  main section.sec .combo .thumb .thumbslide {
    width: 100%;
  }
  main section.sec .combo .thumb ul li.koma {
    animation-name: blink;
    animation-duration: 4s;
    animation-iteration-count: infinite;
  }
  main section.sec .combo .line {
    width: 33.3333333333%;
    position: relative;
  }
  main section.sec .combo .line .thumb:nth-child(1) div {
    transition-delay: 0.25s;
  }
  main section.sec .combo .line .thumb:nth-child(1).active::before {
    animation-delay: 0.4s;
  }
  main section.sec .combo .line .thumb:nth-child(2) div {
    transition-delay: 0.5s;
  }
  main section.sec .combo .line .thumb:nth-child(2).active::before {
    animation-delay: 0.8s;
  }
  main section.sec .combo .line .thumb:nth-child(3) div {
    transition-delay: 0.75s;
  }
  main section.sec .combo .line .thumb:nth-child(3).active::before {
    animation-delay: 1.2s;
  }
  main section.sec p {
    color: #333;
    font-family: "acumin-pro", sans-serif;
    font-size: 1rem;
    font-weight: 300;
    line-height: 2rem;
    letter-spacing: 0.05em;
  }
  main section.sec p span {
    display: none;
  }
  main section.sec p br {
    display: block;
  }
  main section.sec.on .combo .thumb::after {
    opacity: 0;
  }

  section.looks {
    padding: 70px 0 50vh 0;
  }
  section.looks .wrap {
    width: 100%;
    height: auto;
  }
  section.looks .wrap .spc {
    width: 100%;
    height: 25vh;
  }
  section.looks .close {
    width: 20px;
    height: 20px;
    position: fixed;
    right: 10px;
    top: 10px;
  }
  section.looks .close span {
    width: 22px;
    height: 1px;
    background-color: #111;
    position: absolute;
  }
  section.looks .close span:nth-child(1) {
    left: 0px;
    top: 10px;
    transform: rotate(45deg);
  }
  section.looks .close span:nth-child(2) {
    left: 0px;
    top: 10px;
    transform: rotate(-45deg);
  }
  section.looks .close:hover {
    opacity: 0.7;
  }
  section.looks .look {
    width: 100%;
  }
  section.looks .look:not(:last-child) {
    margin-bottom: 60px;
  }
  section.looks .look.on {
    display: block;
  }
  section.looks .look .set {
    width: 100%;
    padding: 0px;
    display: flex;
    flex-wrap: nowrap;
    flex-direction: column;
    justify-content: flex-start;
    align-items: center;
  }
  section.looks .look .set .photo {
    width: calc(100% - 20px);
  }
  section.looks .look .set .photo:not(:last-child) {
    margin-bottom: 20px;
  }
  section.looks .look .set .photo div {
    width: 100%;
  }
  section.looks .look .set .photo div:not(:last-child) {
    margin-bottom: 10px;
  }
  section.looks .look .set .text {
    width: calc(100% - 40px);
  }
  section.looks .look .set .text .credits > div {
    background-repeat: repeat-x;
    background-position: left bottom;
    background-size: 4px 1px;
  }
  section.looks .look .set .text .credits > div:not(:last-child) {
    margin-bottom: 20px;
  }
  section.looks .look .set .text .credits > div dl {
    text-align: left;
    display: flex;
    flex-wrap: nowrap;
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
  }
  section.looks .look .set .text .credits > div dl dt {
    color: #111;
    font-family: "acumin-pro", sans-serif;
    font-size: 1.4rem;
    font-weight: 600;
    line-height: 1;
    letter-spacing: 0em;
    margin-bottom: 10px;
  }
  section.looks .look .set .text .credits > div dl dd {
    display: flex;
    flex-wrap: nowrap;
    flex-direction: row;
    justify-content: flex-start;
    align-items: center;
  }
  section.looks .look .set .text .credits > div dl dd span {
    color: #111;
    font-family: "acumin-pro", sans-serif;
    font-size: 1.2rem;
    font-weight: 300;
    line-height: 1;
    letter-spacing: 0em;
    display: inline-block;
  }
  section.looks .look .set .text .credits > div dl dd span:not(:first-child) {
    margin-left: 5px;
  }
  section.looks .look .set .text .credits > div dl dd a {
    color: #FFF;
    font-family: "acumin-pro", sans-serif;
    font-size: 1.2rem;
    font-weight: 600;
    line-height: 1;
    letter-spacing: 0em;
    padding: 3px 6px;
    margin-left: 10px;
    background-color: #111;
    transition: all 0.25s ease-in 0s;
  }
  section.looks .look .set .text .credits > div dl dd a:hover {
    opacity: 0.7;
  }
  section.looks .look .set .arrow {
    width: 30px;
    height: 30px;
    background-image: url(../images/arrow.png);
    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;
    top: calc(50% - 15px);
    z-index: 1;
    cursor: pointer;
    transition: all 0.25s ease-in 0s;
  }
  section.looks .look .set .arrow:hover {
    opacity: 0.7;
  }
  section.looks .look .set .arrow.prev {
    left: 15px;
  }
  section.looks .look .set .arrow.next {
    right: 15px;
    transform: rotate(180deg);
  }

  footer .inner {
    width: calc(100% - 20px);
    padding: 30px 0 50px 0;
    margin: 0 auto;
    display: flex;
    flex-wrap: nowrap;
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
  }
  footer .inner .link {
    width: 100%;
    margin-bottom: 60px;
  }
  footer .inner .link ul {
    text-align: left;
  }
  footer .inner .link ul li a {
    color: #333;
    font-family: "acumin-pro", sans-serif;
    font-size: 1.4rem;
    font-weight: 600;
    line-height: 1;
    letter-spacing: 0em;
  }
  footer .inner .link ul li a:hover {
    opacity: 1;
  }
  footer .inner .link ul li:not(:last-child) {
    margin-bottom: 10px;
  }
  footer .inner .cp p {
    color: #333;
    font-family: "acumin-pro", sans-serif;
    font-size: 1.1rem;
    font-weight: 600;
    line-height: 1;
    letter-spacing: 0em;
    text-align: left;
  }

  .pgtop {
    width: 9px;
    height: 53px;
    bottom: 30px;
    right: 5px;
  }
  .pgtop.on:hover {
    opacity: 1;
  }
}

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