@import url("https://use.typekit.net/tws7gmd.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: source-serif-4-variable, 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: 100px;
  height: 34px;
  background-image: url(../images/logo_foll.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: 0px 0 150px 0;
  position: relative;
  z-index: 0;
  box-sizing: border-box;
}
main section#visual {
  width: 100%;
  margin: 0 auto 150px auto;
}
main section#visual.on .inner .photo {
  opacity: 1;
}
main section#visual.on .inner .title {
  opacity: 1;
}
main section#visual .inner {
  width: 100%;
  position: relative;
}
main section#visual .inner .title {
  width: 100%;
  height: 100%;
  display: flex;
  flex-wrap: nowrap;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  position: absolute;
  top: 0px;
  left: 0px;
  z-index: 1;
  opacity: 1;
  transition: opacity 0.25s ease-in 0.75s;
}
main section#visual .inner .title dl {
  display: flex;
  flex-wrap: nowrap;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
}
main section#visual .inner .title dl dt {
  width: 170px;
  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: 10px;
}
main section#visual .inner .title dl dd p {
  color: #111;
  font-family: source-serif-4-variable, sans-serif;
  font-size: 1.4rem;
  font-weight: 400;
  line-height: 2.8rem;
  letter-spacing: 0.05em;
  font-variation-settings: "opsz" 8, "wght" 400;
  text-align: left;
}
main section#lead {
  width: 100%;
  margin-bottom: 150px;
}
main section#lead .inner {
  display: flex;
  flex-wrap: nowrap;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
}
main section#lead .inner h3 {
  width: 530px;
  height: 44px;
  background-image: url(../images/title_lead.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: 0 auto 20px auto;
}
main section#lead .inner p {
  color: #111;
  font-family: source-serif-4-variable, sans-serif;
  font-size: 1.4rem;
  font-weight: 400;
  line-height: 2.8rem;
  letter-spacing: 0em;
  font-variation-settings: "opsz" 8, "wght" 400;
}
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: 0px;
  display: flex;
  flex-wrap: wrap;
  flex-direction: row;
  justify-content: flex-start;
  align-items: stretch;
  position: relative;
  z-index: 1;
}
main section.sec .combo.cmb1 {
  margin-bottom: 150px;
}
main section.sec .combo.cmb2 {
  margin-bottom: 20px;
}
main section.sec .combo .thumb {
  width: calc((100% - 20px) / 2);
  margin-bottom: 20px;
  position: relative;
  transition: all 0.25s ease-in 0s;
}
main section.sec .combo .thumb .btn {
  width: 20px;
  height: 20px;
  display: flex;
  flex-wrap: nowrap;
  flex-direction: row;
  justify-content: flex-start;
  align-items: center;
  position: absolute;
  right: 10px;
  bottom: 10px;
  z-index: 1;
  opacity: 0;
  transition: opacity 0.25s ease-in 0.5s;
}
main section.sec .combo .thumb .btn.wh::before, main section.sec .combo .thumb .btn.wh::after {
  background-color: #FFF;
}
main section.sec .combo .thumb .btn::before {
  content: "";
  width: 1px;
  height: 20px;
  margin-left: 50%;
  background-color: #111;
  display: block;
}
main section.sec .combo .thumb .btn::after {
  content: "";
  width: 20px;
  height: 1px;
  background-color: #111;
  display: block;
  position: absolute;
  top: 50%;
  left: 0px;
}
main section.sec .combo .thumb:not(:nth-child(2n+1)) {
  margin-left: 20px;
}
main section.sec .combo .thumb:not(:nth-child(2n+1)) img {
  transition: opacity 0.75s ease-in 0.2s;
}
main section.sec .combo .thumb.on img {
  opacity: 1;
}
main section.sec .combo .thumb.on .btn {
  opacity: 1;
}
main section.sec .combo .thumb.link {
  cursor: pointer;
}
main section.sec .combo .thumb.link:hover {
  opacity: 0.8;
}
main section.sec .combo .thumb#t7 {
  margin: 0 0 0 auto;
}
main section.sec .combo .thumb#t12, main section.sec .combo .thumb#t13, main section.sec .combo .thumb#t17, main section.sec .combo .thumb.mb {
  margin-bottom: 0px;
}
main section.sec .combo .thumb img {
  transition: opacity 0.75s ease-in 0.1s;
  opacity: 0;
}
main section.sec .interval {
  width: 100%;
  margin-bottom: 150px;
  display: flex;
  flex-wrap: nowrap;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
}
main section.sec .interval.on .ph {
  opacity: 1;
}
main section.sec .interval .ph {
  width: 650px;
  opacity: 0;
}
main section.sec .interval .ph:nth-child(1) {
  margin: 0 0 60px auto;
  transition: opacity 0.5s ease-in 0s;
}
main section.sec .interval .ph:nth-child(2) {
  margin: 0 auto 0 0;
  transition: opacity 0.5s ease-in 0.5s;
}
main section.sec p {
  color: #333;
  font-family: source-serif-4-variable, 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: source-serif-4-variable, sans-serif;
  font-size: 1.6rem;
  font-weight: 400;
  line-height: 1;
  letter-spacing: 0em;
  font-variation-settings: "opsz" 8, "wght" 400;
  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: source-serif-4-variable, sans-serif;
  font-size: 1.2rem;
  font-weight: 400;
  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: source-serif-4-variable, sans-serif;
  font-size: 1.2rem;
  font-weight: 400;
  line-height: 1;
  letter-spacing: 0em;
  font-variation-settings: "opsz" 8, "wght" 400;
  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 #333;
  box-sizing: border-box;
  position: relative;
}
footer .inner {
  width: calc(100% - 140px);
  padding: 75px 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: #111;
  font-family: source-serif-4-variable, sans-serif;
  font-size: 1.4rem;
  font-weight: 400;
  line-height: 1;
  letter-spacing: 0em;
  font-variation-settings: "opsz" 8, "wght" 400;
}
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: #111;
  font-family: source-serif-4-variable, sans-serif;
  font-size: 1.1rem;
  font-weight: 400;
  line-height: 1;
  letter-spacing: 0em;
  font-variation-settings: "opsz" 8, "wght" 400;
  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: 310px;
  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 ul {
    width: 100%;
    padding-right: 10px;
    display: flex;
    flex-wrap: nowrap;
    flex-direction: row;
    justify-content: flex-end;
    align-items: stretch;
    box-sizing: border-box;
  }
  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: 0px 0 75px 0;
  }
  main section#visual {
    margin: 0 auto 60px auto;
  }
  main section#visual.on .inner .photo {
    opacity: 1;
  }
  main section#visual.on .inner .title {
    opacity: 1;
  }
  main section#visual .inner {
    width: 100%;
    height: 100vh;
    background-image: url(../images/visual_sp.jpg);
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
  }
  main section#visual .inner .title {
    width: 100%;
    height: 100%;
    display: flex;
    flex-wrap: nowrap;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    position: absolute;
    top: 0px;
    left: 0px;
    z-index: 1;
    opacity: 1;
    transition: opacity 0.25s ease-in 0.75s;
  }
  main section#visual .inner .title dl {
    width: calc(100% - 60px);
    display: flex;
    flex-wrap: nowrap;
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
  }
  main section#visual .inner .title dl dt {
    width: 170px;
    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: 10px;
  }
  main section#visual .inner .title dl dd {
    padding-left: 15px;
  }
  main section#visual .inner .title dl dd p {
    color: #111;
    font-family: source-serif-4-variable, sans-serif;
    font-size: 1.4rem;
    font-weight: 400;
    line-height: 2.8rem;
    letter-spacing: 0.05em;
    text-align: left;
  }
  main section#visual .inner img {
    display: none;
  }
  main section#lead {
    width: calc(100% - 90px);
    margin: 0 auto 60px auto;
  }
  main section#lead .inner {
    display: flex;
    flex-wrap: nowrap;
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
  }
  main section#lead .inner h3 {
    width: 100%;
    height: calc((100vw - 90px) * 0.083);
    background-repeat: no-repeat;
    background-position: left center;
    background-size: contain;
    margin: 0 auto 20px auto;
  }
  main section#lead .inner p {
    color: #111;
    font-family: source-serif-4-variable, sans-serif;
    font-size: 1rem;
    font-weight: 400;
    line-height: 2;
    letter-spacing: 0em;
    font-variation-settings: "opsz" 8, "wght" 400;
    text-align: left;
  }
  main section.sec {
    width: calc(100% - 20px);
  }
  main section.sec:not(:last-child) {
    margin-bottom: 100px;
  }
  main section.sec .combo {
    width: 100%;
    margin: 0px;
    display: flex;
    flex-wrap: wrap;
    flex-direction: row;
    justify-content: flex-start;
    align-items: stretch;
    position: relative;
    z-index: 1;
  }
  main section.sec .combo.cmb1 {
    margin-bottom: 75px;
  }
  main section.sec .combo.cmb2 {
    margin-bottom: 10px;
  }
  main section.sec .combo .thumb {
    width: calc((100% - 10px) / 2);
    margin-bottom: 10px;
    position: relative;
    transition: all 0.25s ease-in 0s;
  }
  main section.sec .combo .thumb .btn {
    width: 10px;
    height: 10px;
    right: 5px;
    bottom: 5px;
  }
  main section.sec .combo .thumb .btn::before {
    height: 10px;
  }
  main section.sec .combo .thumb .btn::after {
    width: 10px;
  }
  main section.sec .combo .thumb:not(:nth-child(2n+1)) {
    margin-left: 10px;
  }
  main section.sec .combo .thumb:not(:nth-child(2n+1)) img {
    transition: opacity 0.75s ease-in 0.2s;
  }
  main section.sec .combo .thumb.on img {
    opacity: 1;
  }
  main section.sec .combo .thumb.on .btn {
    opacity: 1;
  }
  main section.sec .combo .thumb.link {
    cursor: pointer;
  }
  main section.sec .combo .thumb.link:hover {
    opacity: 0.8;
  }
  main section.sec .combo .thumb#t12 {
    margin-bottom: 10px;
  }
  main section.sec .combo .thumb img {
    transition: opacity 0.75s ease-in 0.1s;
    opacity: 0;
  }
  main section.sec .interval {
    margin-bottom: 75px;
  }
  main section.sec .interval .ph {
    width: calc(100% - 100px);
  }
  main section.sec .interval .ph:nth-child(1) {
    margin: 0 0 30px auto;
  }
  main section.sec .interval .ph:nth-child(2) {
    margin: 0 auto 0 0;
  }
  main section.sec p {
    color: #333;
    font-family: source-serif-4-variable, sans-serif;
    font-size: 1.2rem;
    font-weight: 400;
    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 {
    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: source-serif-4-variable, sans-serif;
    font-size: 1.4rem;
    font-weight: 400;
    line-height: 1;
    letter-spacing: 0em;
    font-variation-settings: "opsz" 8, "wght" 400;
    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: source-serif-4-variable, sans-serif;
    font-size: 1.2rem;
    font-weight: 400;
    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: source-serif-4-variable, sans-serif;
    font-size: 1.2rem;
    font-weight: 400;
    line-height: 1;
    letter-spacing: 0em;
    font-variation-settings: "opsz" 8, "wght" 400;
    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: source-serif-4-variable, 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: source-serif-4-variable, sans-serif;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1;
    letter-spacing: 0em;
    text-align: left;
  }

  .pgtop {
    width: 12px;
    height: 70px;
    bottom: 140px;
    right: 5px;
  }
  .pgtop.on:hover {
    opacity: 1;
  }
}

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