@charset "UTF-8";
@import url("https://use.typekit.net/ofg5vxf.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;
  }
}
/* ------------------------------------------------- Default and Common --------------------------------------------------- */
html, body {
  width: 100%;
  height: auto;
}

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

body {
  line-height: 22px;
  -webkit-text-size-adjust: 100%;
  height: 100%;
  position: fixed;
  left: 0px;
  top: 0px;
}
body.loaded {
  position: static;
}
body.looking {
  overflow: hidden;
}

.l-inner .ftool-wrapper {
  width: 100vw;
  max-width: 100vw;
  margin: 0 calc(50% - 50vw);
  padding: 0;
  display: block;
  position: relative;
}
.l-inner .ftool-wrapper .col--02--Y {
  max-width: 100%;
}
.l-inner .ftool-wrapper img {
  max-width: 100%;
}

a {
  color: #000;
  text-decoration: none;
  cursor: pointer !important;
}

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

i {
  font-style: normal;
}

form, section, p, div, ul, li, dl, dt, dd, a, span, input, textarea {
  padding: 0px;
  margin: 0px;
  list-style: none;
}

br.brsp {
  display: none;
}

br.brpc {
  display: block;
}

/*----- Sticky -----*/
.js-scroll-overlap:not(.is-disabled) {
  --sticky-offset: -1px;
  position: sticky;
  top: var(--sticky-offset);
  background-color: #FFF;
}

.notoverlap {
  position: relative;
}

/* ---------------------------------------------------------page--------------------------------------------------------- */
#loader {
  width: 100%;
  height: 100vh;
  background-color: #FFF;
  display: flex;
  flex-wrap: nowrap;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  position: fixed;
  left: 0px;
  bottom: 0px;
  z-index: 9999;
  transition: opacity 0.5s ease-in 0s;
}
#loader .logo {
  width: 180px;
  height: 68px;
  background-image: url(../images/logo_hardy.svg);
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  text-align: left;
  text-indent: 999%;
  white-space: nowrap;
  display: block;
  overflow: hidden;
}
#loader .bar {
  width: 100%;
  height: 10px;
  background-color: rgba(0, 0, 0, 0.25);
  position: absolute;
  left: 0px;
  bottom: 0px;
  z-index: 5;
}
#loader .bar span {
  width: 0%;
  height: 100%;
  background-color: #000;
  display: block;
}
#loader.active h3 {
  opacity: 1;
}
#loader.complete {
  opacity: 0;
}

#header {
  width: 100%;
  padding: 0;
  box-sizing: border-box;
}
#header .inner {
  width: 100%;
  margin: 0 auto;
  position: relative;
  display: flex;
  flex-wrap: nowrap;
  flex-direction: row;
  justify-content: flex-start;
  align-items: flex-start;
}
#header .inner .photo {
  width: 33.3333333333vw;
  margin: 0 auto;
  overflow: hidden;
  position: relative;
}
#header .inner .photo img {
  display: block;
  width: 100%;
  height: auto;
}
#header .inner .photo .mask {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #fff;
  z-index: 2;
  transform: translateX(0%);
}
#header .inner .photo.on img {
  opacity: 1;
}
#header .inner .photo:nth-child(1) .mask {
  transition: transform 0.3s ease-in-out 0.25s;
}
#header .inner .photo:nth-child(2) .mask {
  transition: transform 0.3s ease-in-out 0.25s;
}
#header .inner .photo:nth-child(3) .mask {
  transition: transform 0.3s ease-in-out 0.25s;
}
#header .inner .photo.on:nth-child(1) .mask, #header .inner .photo.on:nth-child(2) .mask, #header .inner .photo.on:nth-child(3) .mask {
  transform: translateX(100%);
}

#container {
  width: 100%;
  position: relative;
  box-sizing: border-box;
  font-size: 62.5%;
}
#container .lead {
  width: 100%;
  max-width: 1100px;
  margin: 100px auto 0;
  position: relative;
  will-change: transform;
  transition: transform 0.1s linear;
  display: flex;
  flex-wrap: nowrap;
  flex-direction: row;
  justify-content: flex-end;
  align-items: flex-start;
}
#container .lead.on .lead_text {
  opacity: 1;
}
#container .lead .lead_text {
  margin: 0 0 0 auto;
  text-align: left;
  display: inline-block;
  color: #000;
  font-family: "neue-haas-grotesk-display", sans-serif;
  font-size: 2rem;
  font-weight: 400;
  line-height: 1.5;
  letter-spacing: 0.1em;
  font-style: normal;
  opacity: 0;
  transition: all 0.5s ease-in 0s;
}
#container .looks {
  padding-bottom: 200px;
}
#container .looks.last {
  padding-bottom: 0;
}
#container .looks .sec {
  width: 100%;
  padding: 0;
  margin: 0 auto;
}
#container .looks .sec .insec {
  width: 100%;
  margin: 0 auto;
  padding: 0;
  position: relative;
}
#container .looks .sec .insec .photo {
  position: relative;
}
#container .looks .sec .insec .photo video {
  width: 100%;
  height: auto;
  display: block;
  -o-object-fit: cover;
     object-fit: cover;
}
#container .looks .sec .insec.type1 {
  width: 100%;
  max-width: 1100px;
  display: flex;
  flex-wrap: wrap;
  flex-direction: row;
  justify-content: space-between;
  align-items: flex-start;
}
#container .looks .sec .insec.type1.on .photo {
  opacity: 1;
}
#container .looks .sec .insec.type1 .photo {
  width: 100%;
  position: relative;
  opacity: 0;
  transition: all 0.5s ease-in 0s;
}
#container .looks .sec .insec.type1 .photo:nth-child(1) {
  width: 45%;
}
#container .looks .sec .insec.type1 .photo:nth-child(2) {
  width: 50%;
  padding-top: 150px;
}
#container .looks .sec .insec.type2 {
  width: 100%;
  max-width: 1100px;
  margin: 0 auto;
  display: flex;
  flex-wrap: wrap;
  flex-direction: row;
  justify-content: space-between;
  align-items: flex-start;
}
#container .looks .sec .insec.type2 .photo {
  opacity: 0;
}
#container .looks .sec .insec.type2 .photo.on {
  opacity: 1;
}
#container .looks .sec .insec.type2 .photo:nth-child(1) {
  width: 45%;
  position: relative;
  transition: all 0.5s ease-in 0s;
}
#container .looks .sec .insec.type2 .photo:nth-child(1) img {
  width: 78%;
  margin: 0 auto;
  display: block;
}
#container .looks .sec .insec.type2 .photo:nth-child(1) video {
  width: 78%;
  margin: 0 auto;
  display: block;
}
#container .looks .sec .insec.type2 .photo:nth-child(2) {
  width: 50%;
  padding-top: 200px;
  position: relative;
  transition: all 0.5s ease-in 0.25s;
}
#container .looks .sec .insec.type2 .photo:nth-child(2) img {
  width: 60%;
  margin: 0 auto;
  display: block;
}
#container .looks .sec .insec.type3 {
  width: 60%;
  max-width: 660px;
  margin: 150px auto 0;
}
#container .looks .sec .insec.type3.mt_none {
  margin-top: 0;
}
#container .looks .sec .insec.type3 .photo {
  width: 100%;
  opacity: 0;
  transition: all 0.5s ease-in 0s;
}
#container .looks .sec .insec.type3 .photo.on {
  opacity: 1;
}
#container .looks .sec .insec.type4 {
  width: 100%;
  max-width: 1100px;
  display: flex;
  flex-wrap: wrap;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
}
#container .looks .sec .insec.type4.on .photo {
  opacity: 1;
}
#container .looks .sec .insec.type4 .photo {
  width: 100%;
  position: relative;
  opacity: 0;
  transition: all 0.5s ease-in 0s;
}
#container .looks .sec .insec.type4 .photo:nth-child(1) {
  width: 50%;
  position: relative;
  transition: all 0.5s ease-in 0.25s;
}
#container .looks .sec .insec.type4 .photo:nth-child(1) img {
  width: 60%;
  margin: 0 auto 0 0;
  display: block;
}
#container .looks .sec .insec.type4 .photo:nth-child(2) {
  width: 50%;
}
#container .looks .sec .insec.type5 {
  width: 100%;
  max-width: 1100px;
  margin: 150px auto 0;
  display: flex;
  flex-wrap: nowrap;
  flex-direction: row;
  justify-content: flex-start;
  align-items: flex-start;
}
#container .looks .sec .insec.type5 .photo {
  width: 50%;
  margin: 0 auto 0 0;
  opacity: 0;
  transition: all 0.5s ease-in 0s;
}
#container .looks .sec .insec.type5 .photo video {
  width: 70%;
  margin: 0 0 0 auto;
  display: block;
}
#container .looks .sec .insec.type5 .photo.on {
  opacity: 1;
}
#container .looks .sec .insec.type6 {
  width: 100%;
  max-width: 1100px;
  margin: 150px auto 0;
  display: flex;
  flex-wrap: wrap;
  flex-direction: row;
  justify-content: space-between;
  align-items: flex-start;
  gap: 0 20px;
}
#container .looks .sec .insec.type6 .photo {
  width: calc((100% - 20px) / 2);
  opacity: 0;
}
#container .looks .sec .insec.type6 .photo.on {
  opacity: 1;
}
#container .looks .sec .insec.type6 .photo:nth-child(1) {
  margin: 0 auto 0 0;
  transition: all 0.5s ease-in 0s;
}
#container .looks .sec .insec.type6 .photo:nth-child(2) {
  margin: 0 0 0 auto;
  transition: all 0.5s ease-in 0.25s;
}
#container .looks .sec .insec.type7 {
  width: 100%;
  max-width: 1100px;
  margin: 0 auto;
  display: flex;
  flex-wrap: wrap;
  flex-direction: row;
  justify-content: space-between;
  align-items: flex-start;
}
#container .looks .sec .insec.type7.pt {
  padding-top: 150px;
}
#container .looks .sec .insec.type7 .photo {
  opacity: 0;
}
#container .looks .sec .insec.type7 .photo.on {
  opacity: 1;
}
#container .looks .sec .insec.type7 .photo:nth-child(1) {
  width: 50%;
  padding-top: 100px;
  position: relative;
  transition: all 0.5s ease-in 0s;
}
#container .looks .sec .insec.type7 .photo:nth-child(1) img {
  width: 90%;
  margin: 0 auto 0 0;
  display: block;
}
#container .looks .sec .insec.type7 .photo:nth-child(2) {
  width: 50%;
  position: relative;
  transition: all 0.5s ease-in 0.25s;
}
#container .looks .sec .insec.type7 .photo:nth-child(2) img {
  width: 70%;
  margin: 0 auto;
  display: block;
}
#container .looks .sec .insec.type7 .photo:nth-child(2) video {
  width: 70%;
  margin: 0 auto;
  display: block;
}
#container .looks .sec .insec.type8 {
  width: 100%;
  max-width: 1100px;
  margin: 0 auto;
}
#container .looks .sec .insec.type8 .photo {
  width: 50%;
  margin: 0 0 0 auto;
  opacity: 0;
  transition: all 0.5s ease-in 0s;
}
#container .looks .sec .insec.type8 .photo img {
  width: 60%;
  margin: 0 auto;
  display: block;
}
#container .looks .sec .insec.type8 .photo video {
  width: 60%;
  margin: 0 auto;
  display: block;
}
#container .looks .sec .insec.type8 .photo.on {
  opacity: 1;
}
#container .looks .sec .insec.type9 {
  width: 100%;
  margin: 150px auto 0;
}
#container .looks .sec .insec.type9 .photo {
  width: 100%;
  margin: 0 auto;
  opacity: 0;
  transition: all 0.5s ease-in 0s;
}
#container .looks .sec .insec.type9 .photo.on {
  opacity: 1;
}
#container .looks .sec .insec.type10 {
  width: 100%;
  max-width: 1100px;
  margin: 150px auto 0;
  display: flex;
  flex-wrap: wrap;
  flex-direction: row;
  justify-content: space-between;
  align-items: flex-start;
}
#container .looks .sec .insec.type10 .photo {
  opacity: 0;
}
#container .looks .sec .insec.type10 .photo.on {
  opacity: 1;
}
#container .looks .sec .insec.type10 .photo:nth-child(1) {
  width: 45%;
  position: relative;
  padding-top: 150px;
  transition: all 0.5s ease-in 0s;
}
#container .looks .sec .insec.type10 .photo:nth-child(1) img {
  width: 68%;
  margin: 0 0 0 auto;
  display: block;
}
#container .looks .sec .insec.type10 .photo:nth-child(1) video {
  width: 68%;
  margin: 0 0 0 auto;
  display: block;
}
#container .looks .sec .insec.type10 .photo:nth-child(2) {
  width: 50%;
  position: relative;
  transition: all 0.5s ease-in 0.25s;
}
#container .looks .sec .insec.type10 .photo:nth-child(2) img {
  width: 60%;
  margin: 0 auto;
  display: block;
}
#container .looks .sec .insec.type11 {
  width: 100%;
  max-width: 1100px;
  margin: -50px auto 0;
  display: flex;
  flex-wrap: wrap;
  flex-direction: row;
  justify-content: space-between;
  align-items: flex-start;
}
#container .looks .sec .insec.type11 .photo {
  opacity: 0;
}
#container .looks .sec .insec.type11 .photo.on {
  opacity: 1;
}
#container .looks .sec .insec.type11 .photo:nth-child(1) {
  width: 45%;
  position: relative;
  padding-top: 150px;
  transition: all 0.5s ease-in 0s;
}
#container .looks .sec .insec.type11 .photo:nth-child(1) img {
  width: 68%;
  margin: 0 auto;
  display: block;
}
#container .looks .sec .insec.type11 .photo:nth-child(2) {
  width: 45%;
  position: relative;
  transition: all 0.5s ease-in 0.25s;
}
#container .looks .sec .insec.type11 .photo:nth-child(2) img {
  width: 68%;
  margin: 0 auto;
  display: block;
}
#container .looks .sec .insec.type12 {
  width: 100%;
  max-width: 1100px;
  margin: 0 auto;
  display: flex;
  flex-wrap: wrap;
  flex-direction: row;
  justify-content: space-between;
  align-items: flex-start;
}
#container .looks .sec .insec.type12.pt {
  padding-top: 150px;
}
#container .looks .sec .insec.type12 .photo {
  opacity: 0;
}
#container .looks .sec .insec.type12 .photo.on {
  opacity: 1;
}
#container .looks .sec .insec.type12 .photo:nth-child(1) {
  width: 50%;
  position: relative;
  transition: all 0.5s ease-in 0s;
}
#container .looks .sec .insec.type12 .photo:nth-child(1) img {
  width: 90%;
  margin: 0 auto 0 0;
  display: block;
}
#container .looks .sec .insec.type12 .photo:nth-child(2) {
  width: 45%;
  position: relative;
  transition: all 0.5s ease-in 0.25s;
}
#container .looks .sec .insec.type12 .photo:nth-child(2) img {
  width: 68%;
  margin: 0 auto;
  display: block;
}
#container .looks .sec .insec.type13 {
  width: 45%;
  max-width: 498px;
  margin: 150px auto 0;
}
#container .looks .sec .insec.type13 .photo {
  width: 100%;
  opacity: 0;
  transition: all 0.5s ease-in 0s;
}
#container .looks .sec .insec.type13 .photo.on {
  opacity: 1;
}
#container .looks .sec .insec.type14 {
  width: 100%;
  max-width: 1100px;
  margin: 150px auto 0;
  display: flex;
  flex-wrap: wrap;
  flex-direction: row;
  justify-content: space-between;
  align-items: flex-start;
}
#container .looks .sec .insec.type14 .photo {
  width: 100%;
  opacity: 0;
}
#container .looks .sec .insec.type14 .photo.on {
  opacity: 1;
}
#container .looks .sec .insec.type14 .photo:nth-child(1) {
  width: 45%;
  position: relative;
  transition: all 0.5s ease-in 0s;
}
#container .looks .sec .insec.type14 .photo:nth-child(1) img {
  width: 68%;
  margin: 0 auto;
  display: block;
}
#container .looks .sec .insec.type14 .photo:nth-child(2) {
  width: 50%;
  position: relative;
  transition: all 0.5s ease-in 0.25s;
}
#container .looks .sec .insec.type14 .photo:nth-child(2) img {
  width: 90%;
  margin: 0 0 0 auto;
  display: block;
}
#container .looks .sec .insec.type14 .photo:nth-child(3) {
  width: 50%;
  position: relative;
  transition: all 0.5s ease-in 0.5s;
}
#container .looks .sec .insec.type14 .photo:nth-child(3) img {
  width: 90%;
  margin: -70px -100px 0 auto;
  display: block;
}
#container .staff {
  width: 100%;
  max-width: 1100px;
  margin: 0 auto;
  padding: 200px 0;
}
#container .staff .inner {
  width: 100%;
  text-align: center;
}
#container .staff .inner p {
  color: #000;
  font-family: "linotype-didot", serif;
  font-size: 14px;
  font-weight: 400;
  line-height: 2;
  letter-spacing: 0.03em;
  font-style: normal;
}
#container .links {
  width: 100%;
  margin: 0 auto;
  padding: 0 0 100px;
  opacity: 0;
  transition: opacity 0.5s ease-in 0s;
  position: relative;
}
#container .links.on {
  opacity: 1;
}
#container .links h3 {
  width: 200px;
  margin: 0 auto 50px;
}
#container .links .link {
  width: 200px;
  margin: 0 auto;
  text-align: center;
}
#container .links .link li {
  color: #000;
  font-family: "linotype-didot-headline", serif;
  font-size: 20px;
  font-weight: 400;
  line-height: 1;
  letter-spacing: 0.03em;
  font-style: normal;
}
#container .links .link li:not(:last-child) {
  padding-bottom: 20px;
}
#container .bnr {
  width: 100%;
  padding: 0 0 100px;
}
#container .bnr > div {
  width: 500px;
  margin: 0 auto;
}
#container .bnr > div:not(:last-child) {
  margin-bottom: 50px;
}

#footer {
  position: relative;
  text-align: left;
  width: 100%;
  max-width: 1100px;
  padding: 0;
  margin: 0 auto;
  box-sizing: border-box;
  background-color: #FFF;
}
#footer .infoot {
  width: 100%;
  margin: 0 auto;
  padding: 300px 0 100px;
  position: relative;
}
#footer .infoot div .staff {
  margin: 0 auto 100px 0;
  color: #000;
  font-family: "linotype-didot-headline", serif;
  font-size: 1.2rem;
  font-weight: 500;
  line-height: 2.4;
  letter-spacing: 0.05em;
  font-style: normal;
}
#footer .infoot div ul {
  display: flex;
  flex-wrap: nowrap;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  margin-bottom: 50px;
}
#footer .infoot div ul li:not(:last-child) {
  margin-bottom: 18px;
}
#footer .infoot div ul li a, #footer .infoot div ul li span {
  color: #000;
  font-family: "linotype-didot-headline", serif;
  font-size: 1.2rem;
  font-weight: 500;
  line-height: 1;
  letter-spacing: 0.05em;
  font-style: normal;
  transition: all 0.25s ease-in 0s;
}
#footer .infoot div ul li a:hover, #footer .infoot div ul li span:hover {
  color: #000;
  opacity: 0.5;
}
#footer .infoot div p {
  color: #000;
  font-family: "linotype-didot-headline", serif;
  font-size: 1.2rem;
  font-weight: 400;
  line-height: 1;
  letter-spacing: 0.05em;
  font-style: normal;
  text-align: left;
}
#footer .infoot .pgtop {
  position: absolute;
  right: 0;
  bottom: 100px;
  writing-mode: vertical-rl;
}
#footer .infoot .pgtop a {
  color: #000;
  font-family: "linotype-didot-headline", serif;
  font-size: 1.2rem;
  font-weight: 500;
  line-height: 1;
  letter-spacing: 0.05em;
  font-style: normal;
  transition: all 0.25s ease-in 0s;
}
#footer .infoot .pgtop a:hover {
  color: #000;
  opacity: 0.5;
}

/* ---- common credits ---- */
.credits {
  width: 100%;
  padding-top: 20px;
}
.credits:first-child {
  padding-right: 30px;
}
.credits > div {
  width: 100%;
  transition: all 0.25s ease-in 0s;
}
.credits > div:not(:last-child) {
  margin-bottom: 8px;
}
.credits > div:hover {
  opacity: 0.7;
}
.credits > div dl {
  width: 100%;
  display: flex;
  flex-wrap: nowrap;
  flex-direction: row;
  justify-content: flex-start;
  align-items: center;
}
.credits > div dl dt {
  padding: 2px 0;
  text-align: left;
  display: flex;
  flex-wrap: nowrap;
  flex-direction: row;
  justify-content: flex-start;
  align-items: center;
}
.credits > div dl dt strong {
  color: #000;
  font-family: "neue-haas-grotesk-display", sans-serif;
  font-size: 12px;
  font-weight: 300;
  line-height: 1;
  letter-spacing: 0.05em;
  font-style: normal;
}
.credits > div dl dt strong:not(:first-child) {
  margin-left: 5px;
}
.credits > div dl dt span {
  color: #000;
  font-family: "neue-haas-grotesk-display", sans-serif;
  font-size: 12px;
  font-weight: 300;
  line-height: 1;
  letter-spacing: 0.05em;
  font-style: normal;
  margin-left: 5px;
}
.credits > div dl dd {
  margin-left: 14px;
}
.credits > div dl dd a {
  color: #000;
  font-family: "neue-haas-grotesk-display", sans-serif;
  font-size: 12px;
  font-weight: 300;
  line-height: 1;
  letter-spacing: 0.05em;
  font-style: normal;
  text-decoration: none;
  padding: 0;
  display: block;
  background-color: transparent;
}
.credits > div dl dd .item-d-none a {
  display: none;
}
.credits > div dl dd .item-d-none span {
  color: #000;
  font-family: "neue-haas-grotesk-display", sans-serif;
  font-size: 12px;
  font-weight: 300;
  line-height: 1;
  letter-spacing: 0.05em;
  font-style: normal;
  padding: 2px 0;
  display: inline-block;
}
.credits > div dl dd span {
  display: none;
}

/*--------- SLICK -----------*/
.slick-prev::before {
  content: "　";
  background: url(../images/arrow.png);
  background-repeat: no-repeat;
  background-size: contain;
  background-position: left;
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
}

.slick-next::before {
  content: "　";
  background: url(../images/arrow2.png);
  background-repeat: no-repeat;
  background-size: contain;
  background-position: right;
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
}

ul.slider li {
  width: 100%;
}

.slider img {
  border-radius: 0;
}

.slick-dots {
  display: block !important; /* ドットを強制的に表示 */
  position: absolute; /* スライダー内で配置調整 */
  bottom: 16px; /* 必要に応じて位置を調整 */
  list-style: none;
  text-align: center;
  width: 100%; /* 横幅をスライダーに合わせる */
}

.slick-dots li {
  width: 10px;
  height: 10px;
}

.slick-dots li button {
  width: 10px;
  height: 10px;
}

.slick-dots li button:before {
  font-size: 40px; /* ドットのサイズ */
  color: #ccc; /* ドットの色 */
  opacity: 1; /* 透明度を100%に */
}

.slick-dots li.slick-active button:before {
  color: #1C2E4A; /* アクティブなドットの色 */
  opacity: 1;
}

/* ----------------------------------------------- Media Queries Smartphone ----------------------------------------------- */
@media screen and (max-width: 768px) {
  /* --------------------------- Default and Common --------------------------- */
  br.brsp {
    display: block;
  }
  br.brpc {
    display: none;
  }
  /* --------------------------- page --------------------------- */
  #loader .logo {
    width: 180px;
    height: 39px;
  }
  #loader .bar {
    height: 8px;
  }
  .l-inner {
    width: 100%;
    margin: 0px;
    padding: 0px;
  }
  .l-inner .ftool-wrapper {
    width: 100%;
    max-width: 100%;
    padding: 0;
    margin: 0;
  }
  .l-inner .ftool-wrapper a:hover {
    text-decoration: none;
  }
  .l-inner .ftool-wrapper ul li {
    list-style: none;
  }
  .l-inner .ftool-wrapper div {
    box-sizing: border-box;
  }
  .l-inner .ftool-wrapper .col--02--Y {
    max-width: 100%;
  }
  #header {
    width: 100%;
    padding: 0;
    box-sizing: border-box;
  }
  #header .inner {
    position: relative;
    width: 100%;
    height: auto;
    padding-top: 125%;
  }
  #header .inner .photo {
    width: 100%;
    height: auto;
    overflow: hidden;
    position: absolute;
    top: 0;
    left: 0;
    transform: translateX(100%);
    opacity: 1;
    transition: transform 0.4s ease-out;
  }
  #header .inner .photo img {
    display: block;
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
       object-fit: cover;
  }
  #header .inner .photo.on {
    transform: translateX(0%);
    opacity: 1;
  }
  #header .inner .photo:nth-child(1) {
    z-index: 1;
  }
  #header .inner .photo:nth-child(2) {
    z-index: 2;
  }
  #header .inner .photo:nth-child(3) {
    z-index: 3;
  }
  #container {
    width: 100%;
    position: relative;
    box-sizing: border-box;
  }
  #container .lead {
    width: 90%;
    max-width: inherit;
    margin: 60px auto 0;
    position: relative;
    will-change: transform;
    transition: transform 0.1s linear;
    display: flex;
    flex-wrap: nowrap;
    flex-direction: row;
    justify-content: flex-end;
    align-items: flex-start;
  }
  #container .lead .lead_text {
    margin: 0 0 0 auto;
    text-align: left;
    display: inline-block;
    color: #000;
    font-family: "neue-haas-grotesk-display", sans-serif;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
    letter-spacing: 0.1em;
    font-style: normal;
  }
  #container .looks {
    padding-bottom: 120px;
  }
  #container .looks.last {
    padding-bottom: 0;
  }
  #container .looks .sec {
    width: 100%;
    padding: 0;
  }
  #container .looks .sec .insec {
    width: 100%;
    margin: 0 auto;
    padding: 0;
  }
  #container .looks .sec .insec .photo {
    position: relative;
  }
  #container .looks .sec .insec .photo:not(:last-child) {
    margin-bottom: 0;
  }
  #container .looks .sec .insec.pb_none {
    padding-bottom: 0;
  }
  #container .looks .sec .insec.pb_none .title {
    bottom: 20px !important;
  }
  #container .looks .sec .insec.type1 {
    width: 100%;
    max-width: inherit;
    display: flex;
    flex-wrap: wrap;
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
  }
  #container .looks .sec .insec.type1 .photo {
    width: 100%;
    position: relative;
  }
  #container .looks .sec .insec.type1 .photo:nth-child(1) {
    width: 76%;
    margin: 0 auto 0 0;
  }
  #container .looks .sec .insec.type1 .photo:nth-child(2) {
    width: 89%;
    padding-top: 50px;
    margin: 0 0 0 auto;
  }
  #container .looks .sec .insec.type2 {
    width: 100%;
    max-width: inherit;
    margin: 100px auto 0;
    display: flex;
    flex-wrap: wrap;
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
  }
  #container .looks .sec .insec.type2 .photo:nth-child(1) {
    width: 76%;
    margin: 0 auto 0 0;
    transition: all 0.5s ease-in 0s;
  }
  #container .looks .sec .insec.type2 .photo:nth-child(1) img {
    width: 100%;
    margin: 0 auto;
    display: block;
  }
  #container .looks .sec .insec.type2 .photo:nth-child(1) video {
    width: 100%;
    margin: 0 auto;
    display: block;
  }
  #container .looks .sec .insec.type2 .photo:nth-child(2) {
    width: 64%;
    padding-top: 0;
    margin: -50px 0 0 auto;
    position: relative;
  }
  #container .looks .sec .insec.type2 .photo:nth-child(2) img {
    width: 100%;
    margin: 0 auto;
    display: block;
  }
  #container .looks .sec .insec.type3 {
    width: 100%;
    max-width: inherit;
    margin: 100px auto 0;
  }
  #container .looks .sec .insec.type3.mt_none {
    margin-top: 0;
  }
  #container .looks .sec .insec.type3 .photo {
    width: 100%;
  }
  #container .looks .sec .insec.type3 .credits {
    padding: 20px 10px 0;
  }
  #container .looks .sec .insec.type4 {
    width: 100%;
    max-width: inherit;
  }
  #container .looks .sec .insec.type4 .photo {
    width: 100%;
    position: relative;
    opacity: 0;
    transition: all 0.5s ease-in 0s;
  }
  #container .looks .sec .insec.type4 .photo:nth-child(1) {
    width: 64%;
    padding-top: 0;
    margin: 0 auto 0 0;
    position: relative;
  }
  #container .looks .sec .insec.type4 .photo:nth-child(1) img {
    width: 100%;
    margin: 0 auto;
    display: block;
  }
  #container .looks .sec .insec.type4 .photo:nth-child(2) {
    width: 89%;
    padding-top: 50px;
    margin: 0 0 0 auto;
  }
  #container .looks .sec .insec.type5 {
    width: 100%;
    max-width: inherit;
    margin: 100px auto 0;
    display: flex;
    flex-wrap: nowrap;
    flex-direction: row;
    justify-content: flex-start;
    align-items: flex-start;
  }
  #container .looks .sec .insec.type5 .photo {
    width: 76%;
    margin: 0 auto 0 0;
  }
  #container .looks .sec .insec.type5 .photo img {
    width: 100%;
    margin: 0 auto;
    display: block;
  }
  #container .looks .sec .insec.type5 .photo video {
    width: 100%;
    margin: 0 auto;
    display: block;
  }
  #container .looks .sec .insec.type6 {
    width: 64%;
    max-width: inherit;
    margin: 100px auto 0;
    display: flex;
    flex-wrap: wrap;
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
    gap: 10px 0;
  }
  #container .looks .sec .insec.type6 .photo {
    width: 100%;
  }
  #container .looks .sec .insec.type6 .photo:nth-child(1) {
    margin: 0 auto;
    transition: all 0.5s ease-in 0s;
  }
  #container .looks .sec .insec.type6 .photo:nth-child(2) {
    margin: 0 auto;
    transition: all 0.5s ease-in 0.25s;
  }
  #container .looks .sec .insec.type6.wide {
    width: calc(100% - 20px);
  }
  #container .looks .sec .insec.type7 {
    width: 100%;
    max-width: inherit;
    margin: 0 auto;
    display: flex;
    flex-wrap: wrap;
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
  }
  #container .looks .sec .insec.type7.pt {
    padding-top: 100px;
  }
  #container .looks .sec .insec.type7 .photo:nth-child(1) {
    width: 76%;
    margin: 0 auto 0 0;
    padding-top: 0;
    position: relative;
    order: 1;
  }
  #container .looks .sec .insec.type7 .photo:nth-child(1) img {
    width: 100%;
    margin: 0 auto;
    display: block;
  }
  #container .looks .sec .insec.type7 .photo:nth-child(2) {
    width: 76%;
    margin: 0 0 100px auto;
    position: relative;
    order: 0;
  }
  #container .looks .sec .insec.type7 .photo:nth-child(2) img {
    width: 100%;
    margin: 0 auto;
    display: block;
  }
  #container .looks .sec .insec.type7 .photo:nth-child(2) video {
    width: 100%;
    margin: 0 auto;
    display: block;
  }
  #container .looks .sec .insec.type7.inverted {
    margin: 100px auto 0;
  }
  #container .looks .sec .insec.type7.inverted .photo:nth-child(1) {
    width: 76%;
    margin: 0 auto 0 0;
    padding-top: 0;
    position: relative;
    order: 0;
  }
  #container .looks .sec .insec.type7.inverted .photo:nth-child(1) img {
    width: 100%;
    margin: 0 auto 100px;
    display: block;
  }
  #container .looks .sec .insec.type7.inverted .photo:nth-child(2) {
    width: 64%;
    margin: 0 auto 0 auto;
    position: relative;
    order: 1;
  }
  #container .looks .sec .insec.type7.inverted .photo:nth-child(2) img {
    width: 100%;
    margin: 0 auto;
    display: block;
  }
  #container .looks .sec .insec.type7.inverted .photo:nth-child(2) video {
    width: 100%;
    margin: 0 auto;
    display: block;
  }
  #container .looks .sec .insec.type8 {
    width: 100%;
    max-width: inherit;
    margin: 100px auto 0;
  }
  #container .looks .sec .insec.type8 .photo {
    width: 64%;
    margin: 0 0 0 auto;
  }
  #container .looks .sec .insec.type8 .photo img {
    width: 100%;
    margin: 0 auto;
    display: block;
  }
  #container .looks .sec .insec.type8 .photo video {
    width: 100%;
    margin: 0 auto;
    display: block;
  }
  #container .looks .sec .insec.type9 {
    width: 100%;
    margin: 100px auto 0;
  }
  #container .looks .sec .insec.type9 .photo {
    width: 100%;
    margin: 0 auto;
  }
  #container .looks .sec .insec.type10 {
    width: 100%;
    max-width: inherit;
    margin: 100px auto 0;
    display: flex;
    flex-wrap: wrap;
    flex-direction: row;
    justify-content: space-between;
    align-items: flex-start;
  }
  #container .looks .sec .insec.type10 .photo:nth-child(1) {
    width: 76%;
    margin: 0 auto 100px;
    position: relative;
    padding-top: 0;
  }
  #container .looks .sec .insec.type10 .photo:nth-child(1) img {
    width: 100%;
    margin: 0 auto;
    display: block;
  }
  #container .looks .sec .insec.type10 .photo:nth-child(1) video {
    width: 100%;
    margin: 0 auto;
    display: block;
  }
  #container .looks .sec .insec.type10 .photo:nth-child(2) {
    width: 64%;
    margin: 0 0 0 auto;
    position: relative;
  }
  #container .looks .sec .insec.type10 .photo:nth-child(2) img {
    width: 100%;
    margin: 0 auto;
    display: block;
  }
  #container .looks .sec .insec.type11 {
    width: 100%;
    max-width: inherit;
    margin: 100px auto 0;
    display: flex;
    flex-wrap: wrap;
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
  }
  #container .looks .sec .insec.type11 .photo:nth-child(1) {
    width: 76%;
    margin: 0 auto 50px;
    position: relative;
    padding-top: 0;
    transition: all 0.5s ease-in 0s;
  }
  #container .looks .sec .insec.type11 .photo:nth-child(1) img {
    width: 100%;
    margin: 0 auto;
    display: block;
  }
  #container .looks .sec .insec.type11 .photo:nth-child(2) {
    width: 89%;
    margin: 0 auto;
    position: relative;
  }
  #container .looks .sec .insec.type11 .photo:nth-child(2) img {
    width: 100%;
    margin: 0 auto;
    display: block;
  }
  #container .looks .sec .insec.type12 {
    width: 100%;
    max-width: inherit;
    margin: 0 auto;
    display: flex;
    flex-wrap: wrap;
    flex-direction: row;
    justify-content: space-between;
    align-items: flex-start;
  }
  #container .looks .sec .insec.type12.pt {
    padding-top: 100px;
  }
  #container .looks .sec .insec.type12 .photo:nth-child(1) {
    width: 100%;
    margin: 0 auto;
    position: relative;
  }
  #container .looks .sec .insec.type12 .photo:nth-child(1) img {
    width: 100%;
    margin: 0 auto;
    display: block;
  }
  #container .looks .sec .insec.type12 .photo:nth-child(2) {
    width: 64%;
    margin: 50px auto 0;
    position: relative;
  }
  #container .looks .sec .insec.type12 .photo:nth-child(2) img {
    width: 100%;
    margin: 0 auto;
    display: block;
  }
  #container .looks .sec .insec.type13 {
    width: 64%;
    max-width: inherit;
    margin: 100px auto 0;
  }
  #container .looks .sec .insec.type13 .photo {
    width: 100%;
  }
  #container .looks .sec .insec.type14 {
    width: 100%;
    max-width: 1100px;
    margin: 100px auto 0;
    display: flex;
    flex-wrap: wrap;
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
  }
  #container .looks .sec .insec.type14 .photo {
    width: 100%;
    opacity: 0;
  }
  #container .looks .sec .insec.type14 .photo.on {
    opacity: 1;
  }
  #container .looks .sec .insec.type14 .photo:nth-child(1) {
    width: 64%;
    margin: 0 auto 50px 0;
    position: relative;
    transition: all 0.5s ease-in 0s;
  }
  #container .looks .sec .insec.type14 .photo:nth-child(1) img {
    width: 100%;
    margin: 0 auto 0 0;
    display: block;
  }
  #container .looks .sec .insec.type14 .photo:nth-child(2) {
    width: 64%;
    margin: 0 0 0 auto;
    position: relative;
  }
  #container .looks .sec .insec.type14 .photo:nth-child(2) img {
    width: 100%;
    margin: 0 auto;
    display: block;
  }
  #container .looks .sec .insec.type14 .photo:nth-child(3) {
    width: 64%;
    margin: 0 auto 0 0;
    position: relative;
  }
  #container .looks .sec .insec.type14 .photo:nth-child(3) img {
    width: 100%;
    margin: -30px auto 0;
    display: block;
  }
  #container .staff {
    width: 100%;
    max-width: inherit;
    margin: 0 auto;
    padding: 100px 0;
  }
  #container .staff .inner {
    width: 100%;
    text-align: center;
  }
  #container .staff .inner p {
    color: #000;
    font-family: "linotype-didot", serif;
    font-size: 13px;
    font-weight: 400;
    line-height: 2;
    letter-spacing: 0.03em;
    font-style: normal;
  }
  #container .links {
    width: 100%;
    margin: 0 auto;
    padding: 0 0 60px;
  }
  #container .links h3 {
    width: 150px;
    margin: 0 auto 30px;
  }
  #container .links .link {
    width: 300px;
    margin: 0 auto;
    text-align: center;
  }
  #container .links .link li {
    color: #000;
    font-family: "linotype-didot-headline", serif;
    font-size: 18px;
    font-weight: 400;
    line-height: 1;
    letter-spacing: 0.03em;
    font-style: normal;
  }
  #container .links .link li:not(:last-child) {
    padding-bottom: 15px;
  }
  #container .bnr {
    width: 100%;
    padding: 0 0 80px;
  }
  #container .bnr > div {
    width: 80%;
    margin: 0 auto;
  }
  #container .bnr > div:not(:last-child) {
    margin-bottom: 20px;
  }
  #footer {
    position: relative;
    text-align: left;
    width: 100%;
    max-width: inherit;
  }
  #footer .infoot {
    width: 100%;
    margin: 0 auto;
    padding: 0 20px 40px;
    position: relative;
  }
  #footer .infoot div .staff {
    margin: 0 auto 50px 0;
    color: #000;
    font-family: "linotype-didot-headline", serif;
    font-size: 1.2rem;
    font-weight: 500;
    line-height: 2.4;
    letter-spacing: 0.05em;
    font-style: normal;
  }
  #footer .infoot div ul {
    display: flex;
    flex-wrap: nowrap;
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
    margin-bottom: 30px;
  }
  #footer .infoot div ul li:not(:last-child) {
    margin-bottom: 14px;
  }
  #footer .infoot div ul li a, #footer .infoot div ul li span {
    color: #000;
    font-family: "linotype-didot-headline", serif;
    font-size: 1.2rem;
    font-weight: 400;
    line-height: 1;
    letter-spacing: 0.05em;
    font-style: normal;
  }
  #footer .infoot div p {
    color: #000;
    font-family: "linotype-didot-headline", serif;
    font-size: 1.2rem;
    font-weight: 400;
    line-height: 1;
    letter-spacing: 0.05em;
    font-style: normal;
    text-align: left;
  }
  #footer .infoot .pgtop {
    position: absolute;
    right: 10px;
    bottom: 40px;
    writing-mode: vertical-rl;
  }
  #footer .infoot .pgtop a {
    color: #000;
    font-family: "linotype-didot-headline", serif;
    font-size: 1.2rem;
    font-weight: 500;
    line-height: 1;
    letter-spacing: 0.05em;
    font-style: normal;
  }
  /* common credits------ */
  .credits {
    width: 100%;
  }
  .credits:first-child {
    padding-right: 0;
  }
  .credits > div {
    width: 100%;
  }
  .credits > div:not(:last-child) {
    margin-bottom: 8px;
  }
  .credits > div.item-d-none dl dt {
    width: auto;
  }
  .credits > div.item-d-none dl dd {
    width: auto;
  }
  .credits > div.item-d-none dl dd a {
    display: none;
  }
  .credits > div.item-d-none dl dd span {
    color: #000;
    font-family: "neue-haas-grotesk-display", sans-serif;
    font-size: 12px;
    font-weight: 300;
    line-height: 1;
    letter-spacing: 0em;
    font-style: normal;
    padding: 4px 0;
    display: inline-block;
  }
  .credits > div dl {
    width: 100%;
    display: flex;
    flex-wrap: nowrap;
    flex-direction: row;
    justify-content: flex-start;
    align-items: center;
  }
  .credits > div dl dt {
    padding: 2px 0;
    text-align: left;
    display: flex;
    flex-wrap: nowrap;
    flex-direction: row;
    justify-content: flex-start;
    align-items: center;
  }
  .credits > div dl dt strong {
    color: #000;
    font-family: "neue-haas-grotesk-display", sans-serif;
    font-size: 12px;
    font-weight: 300;
    line-height: 1;
    letter-spacing: 0.03em;
    font-style: normal;
  }
  .credits > div dl dt strong:not(:first-child) {
    margin-left: 2px;
  }
  .credits > div dl dt .s {
    font-size: 1rem;
  }
  .credits > div dl dt span {
    color: #000;
    font-family: "neue-haas-grotesk-display", sans-serif;
    font-size: 12px;
    font-weight: 300;
    line-height: 1;
    letter-spacing: 0.03em;
    font-style: normal;
    margin-left: 2px;
  }
  .credits > div dl dd {
    margin-left: 10px;
  }
  .credits > div dl dd a {
    color: #000;
    font-family: "neue-haas-grotesk-display", sans-serif;
    font-size: 12px;
    font-weight: 300;
    line-height: 1;
    letter-spacing: 0.03em;
    font-style: normal;
  }
  .credits > div dl dd .item-d-none a {
    display: none;
  }
  .credits > div dl dd .item-d-none span {
    color: #000;
    font-family: "neue-haas-grotesk-display", sans-serif;
    font-size: 12px;
    font-weight: 300;
    line-height: 1;
    letter-spacing: 0.03em;
    font-style: normal;
    padding: 2px 0;
    display: inline-block;
  }
  .credits > div dl dd span {
    display: none;
  }
}/*# sourceMappingURL=style.css.map */