@charset "UTF-8";
@import url("https://use.typekit.net/dek7hpc.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: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
  font-size: 1rem;
  line-height: 1.5rem;
  color: #000;
  text-align: center;
  -webkit-text-size-adjust: 100%;
  background-color: #FFF;
  overflow: hidden;
  position: fixed;
  left: 0px;
  top: 0px;
}
body.loaded {
  position: static;
  overflow: scroll;
}
body.loaded.looking {
  overflow: hidden;
}

a {
  color: #000;
  text-decoration: none;
  cursor: pointer;
  transition: all 0.25s ease-in 0s;
}

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

img {
  width: 100%;
  height: auto;
  vertical-align: bottom;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-touch-callout: none;
  -moz-user-select: none;
  user-select: none;
  position: relative;
}

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: 99999;
}
#loader .logo {
  width: 200px;
  height: 45px;
  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;
  position: absolute;
  left: calc(50% - 100px);
  top: calc(50% - 22px);
}
#loader .bar {
  width: 100%;
  height: 10px;
  background-color: rgba(0, 0, 0, 0.05);
  position: absolute;
  left: 0px;
  bottom: 0px;
  z-index: 5;
}
#loader .bar span {
  width: 0%;
  height: 100%;
  background-color: #000;
  opacity: 1;
  display: block;
}

.loaded main {
  opacity: 1;
}

header {
  width: 100%;
}
header .inner {
  width: 100%;
  margin: 0 auto;
  display: flex;
  flex-wrap: nowrap;
  flex-direction: row;
  justify-content: space-between;
  align-items: stretch;
  position: relative;
}
header .inner ul {
  display: flex;
  flex-wrap: nowrap;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  position: absolute;
  top: 30px;
  right: 30px;
  z-index: 10;
}
header .inner ul li {
  color: #FFF;
  font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
  font-size: 1.6rem;
  font-weight: 700;
  line-height: 1;
  letter-spacing: -0.02em;
  -ms-writing-mode: tb-rl;
  writing-mode: vertical-rl;
}
header .inner ul li:not(:last-child) {
  margin-bottom: 10px;
}
header .inner ul li a {
  color: #FFF;
  display: block;
  transition: all 0.25s ease-in 0s;
}
header .inner ul li a:hover {
  color: #000;
}

main {
  width: 100%;
  padding: 0px;
  margin: 0;
  display: flex;
  flex-wrap: nowrap;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  position: relative;
  box-sizing: border-box;
}
main #wrapper {
  width: 100%;
  padding: 40px 0 0 0;
  background-color: #FFF;
  display: flex;
  flex-wrap: nowrap;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  position: relative;
  z-index: 3;
}
main #wrapper .photo {
  position: relative;
}
main #wrapper .photo::before {
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0px;
  left: 0px;
  z-index: 1;
}
main section {
  width: 100%;
}
main section.hero {
  width: 100%;
  position: sticky;
  z-index: -1;
}
main section.hero.hide {
  opacity: 0;
}
main section.hero .inner {
  width: 100%;
  display: flex;
  flex-wrap: nowrap;
  flex-direction: row;
  justify-content: flex-start;
  align-items: stretch;
}
main section.hero .inner .text {
  width: 50%;
  padding: 40px 0 0 40px;
  display: flex;
  flex-wrap: nowrap;
  flex-direction: column;
  justify-content: space-between;
  align-items: flex-start;
}
main section.hero .inner .text h2 {
  width: 100px;
  height: 23px;
  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;
}
main section.hero .inner .text h3 {
  color: #000;
  font-family: "adobe-caslon-pro", serif;
  font-size: 1.6rem;
  font-weight: 400;
  line-height: 1;
  letter-spacing: 0.02em;
  white-space: nowrap;
}
main section.hero .inner .text p {
  color: #000;
  font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
  font-size: 1.1rem;
  font-weight: 400;
  line-height: 1.8;
  letter-spacing: 0.02em;
  text-align: left;
}
main section.hero .inner .photo {
  width: 50%;
}
main section.look {
  width: 100%;
  display: flex;
  flex-wrap: nowrap;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  opacity: 0;
  transition: opacity 0.5s ease-in 0s;
  position: relative;
  z-index: 1;
}
main section.look.on {
  opacity: 1;
}
main section.look .credits {
  width: 100%;
  display: flex;
  flex-wrap: nowrap;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
}
main section.look .credits > div {
  width: 100%;
}
main section.look .credits > div:not(:last-child) {
  margin-bottom: 5px;
}
main section.look .credits > div.item-d-none dl dd {
  display: none;
}
main section.look .credits > div dl {
  text-align: left;
  width: 27.5vw;
  display: flex;
  flex-wrap: nowrap;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
}
main section.look .credits > div dl dt {
  display: flex;
  flex-wrap: nowrap;
  flex-direction: row;
  justify-content: flex-start;
  align-items: flex-start;
}
main section.look .credits > div dl dt span {
  color: #000;
  font-family: "adobe-caslon-pro", serif;
  font-size: 1.2rem;
  font-weight: 400;
  line-height: 1;
  letter-spacing: 0.05em;
}
main section.look .credits > div dl dd {
  width: 84px;
}
main section.look .credits > div dl dd a {
  width: 100%;
  height: 16px;
  display: flex;
  flex-wrap: nowrap;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  border: solid 1px #000;
  box-sizing: border-box;
  transition: all 0.25s ease-in 0s;
}
main section.look .credits > div dl dd a:hover {
  opacity: 0.5;
}
main section.look .credits > div dl dd a span {
  color: #000;
  font-family: "adobe-caslon-pro", serif;
  font-size: 1.1rem;
  font-weight: 400;
  line-height: 1;
  letter-spacing: 0.05em;
  position: relative;
  transform: translateY(2px);
}
main section.look.lk1 {
  width: calc(100% - 80px);
}
main section.look.lk1:not(:last-child) {
  margin-bottom: 150px;
}
main section.look.lk1 .set {
  width: 100%;
  display: flex;
  flex-wrap: nowrap;
  flex-direction: row;
  justify-content: flex-start;
  align-items: stretch;
}
main section.look.lk1 .set:not(:last-child) {
  margin-bottom: 20px;
}
main section.look.lk2, main section.look.lk3 {
  width: calc(100% - 480px);
  min-width: 800px;
}
main section.look.lk2:not(:last-child), main section.look.lk3:not(:last-child) {
  margin-bottom: 200px;
}
main section.look.lk4, main section.look.lk6, main section.look.lk9 {
  width: calc(100% - 80px);
}
main section.look.lk4:not(:last-child), main section.look.lk6:not(:last-child), main section.look.lk9:not(:last-child) {
  margin-bottom: 200px;
}
main section.look.lk4 .set, main section.look.lk6 .set, main section.look.lk9 .set {
  width: 100%;
  display: flex;
  flex-wrap: nowrap;
  flex-direction: row;
  justify-content: flex-start;
  align-items: stretch;
}
main section.look.lk4 .set:not(:last-child), main section.look.lk6 .set:not(:last-child), main section.look.lk9 .set:not(:last-child) {
  margin-bottom: 20px;
}
main section.look.lk5, main section.look.lk8, main section.look.lk11 {
  width: calc(100% - 680px);
  min-width: 600px;
}
main section.look.lk5:not(:last-child), main section.look.lk8:not(:last-child), main section.look.lk11:not(:last-child) {
  margin-bottom: 200px;
}
main section.look.lk7 {
  width: 100%;
  position: relative;
  display: flex;
  flex-wrap: nowrap;
  flex-direction: colmn;
  justify-content: fle-start;
  align-items: flex-end;
}
main section.look.lk7:not(:last-child) {
  margin-bottom: 250px;
}
main section.look.lk7 .photo {
  width: 100%;
}
main section.look.lk7 .sub {
  width: 50%;
  padding: 0 50px 0 90px;
  position: relative;
  z-index: 1;
}
main section.look.lk7 .sub .ph {
  width: 100%;
  margin-bottom: 20px;
}
main section.look.lk7 .sub .credits > div dl {
  width: 75%;
}
main section.look.lk10 {
  width: calc(100% - 80px);
  display: flex;
  flex-wrap: nowrap;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
}
main section.look.lk10:not(:last-child) {
  margin-bottom: 200px;
}
main section.look.lk10 .photo {
  width: 50%;
  padding: 0 50px;
  margin: 0 auto 70px 0;
}
main section.look.lk10 .set {
  width: calc(100% - 400px);
  margin: 0 0 0 auto;
}
main section.look.lk10 .set .ph {
  width: 100%;
  margin-bottom: 20px;
}
main section.look.lk12 {
  width: calc(100% - 80px);
  display: flex;
  flex-wrap: nowrap;
  flex-direction: row;
  justify-content: flex-start;
  align-items: center;
}
main section.look.lk12:not(:last-child) {
  margin-bottom: 150px;
}
main section.look.lk12 .photo {
  width: 50%;
  padding: 0 100px;
}
main section.look.lk12 .set {
  width: 50%;
}
main section.look.lk12 .set .ph {
  width: 100%;
  margin-bottom: 20px;
}
main section.look.lk13 {
  width: calc(100% - 780px);
  min-width: 500px;
}
main section.look.lk13:not(:last-child) {
  margin-bottom: 200px;
}
main section.profile {
  width: calc(100% - 80px);
  display: flex;
  flex-wrap: nowrap;
  flex-direction: row;
  justify-content: space-between;
  align-items: flex-start;
  margin-bottom: 160px;
}
main section.profile dl {
  text-align: left;
  width: calc(50% - 20px);
}
main section.profile dl dt {
  color: #000;
  font-family: "aktiv-grotesk-condensed", sans-serif;
  font-size: 1.4rem;
  font-weight: 500;
  line-height: 1;
  letter-spacing: 0.02em;
}
main section.profile dl dt:not(:last-child) {
  margin-bottom: 20px;
}
main section.profile dl dd p {
  color: #000;
  font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
  font-size: 1.1rem;
  font-weight: 400;
  line-height: 1.8;
  letter-spacing: 0.02em;
}
main section.profile dl dd p:not(:last-child) {
  margin-bottom: 10px;
}
main section.staff {
  width: calc(100% - 80px);
  margin-bottom: 60px;
}
main section.staff p {
  color: #000;
  font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
  font-size: 1.1rem;
  font-weight: 400;
  line-height: 2;
  letter-spacing: 0.02em;
  text-align: left;
}

footer {
  width: calc(100% - 80px);
  padding: 60px 0 120px 0;
  margin: 0 auto;
  border-top: solid 1px #000;
}
footer .inner {
  width: 100%;
  display: flex;
  flex-wrap: nowrap;
  flex-direction: row;
  justify-content: space-between;
  align-items: flex-end;
  position: relative;
}
footer .inner .link dl {
  display: flex;
  flex-wrap: nowrap;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  margin-bottom: 60px;
}
footer .inner .link dl dt {
  width: 140px;
  height: 32px;
  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;
  margin-bottom: 30px;
}
footer .inner .link dl dd {
  text-align: left;
}
footer .inner .link dl dd:not(:last-child) {
  margin-bottom: 10px;
}
footer .inner .link dl dd a {
  color: #000;
  font-family: "adobe-caslon-pro", serif;
  font-size: 1.6rem;
  font-weight: 400;
  line-height: 1;
  letter-spacing: 0em;
  transition: all 0.25s ease-in 0s;
}
footer .inner .link dl dd a:hover {
  opacity: 0.7;
}
footer .inner .link p {
  color: #000;
  font-family: "adobe-caslon-pro", serif;
  font-size: 1.2rem;
  font-weight: 400;
  line-height: 1;
  letter-spacing: 0em;
}
footer .inner .pgtop {
  color: #000;
  font-family: "adobe-caslon-pro", serif;
  font-size: 1.6rem;
  font-weight: 400;
  line-height: 1;
  letter-spacing: 0em;
  -ms-writing-mode: tb-rl;
  writing-mode: vertical-rl;
  width: 1.6rem;
  cursor: pointer;
  transition: all 0.25s ease-in 0s;
}
footer .inner .pgtop:hover {
  opacity: 0.7;
}

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

  #loader .logo {
    width: 110px;
    height: 25px;
    left: calc(50% - 55px);
    top: calc(50% - 12px);
  }

  main section.hero:not(:last-child) {
    margin-bottom: 0px;
  }
  main section.hero .inner {
    display: flex;
    flex-wrap: nowrap;
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
  }
  main section.hero .inner .text {
    width: 100%;
    padding: 40px 20px;
    display: flex;
    flex-wrap: nowrap;
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
    order: 2;
  }
  main section.hero .inner .text h2 {
    margin-bottom: 20px;
  }
  main section.hero .inner .text h3 {
    color: #000;
    font-family: "adobe-caslon-pro", serif;
    font-size: 1.6rem;
    font-weight: 400;
    line-height: 1.5;
    letter-spacing: 0.02em;
    text-align: left;
    white-space: normal;
    margin-bottom: 20px;
  }
  main section.hero .inner .text p {
    color: #000;
    font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
    font-size: 1.1rem;
    font-weight: 400;
    line-height: 1.8;
    letter-spacing: 0.02em;
    text-align: left;
  }
  main section.hero .inner .text p br {
    display: none;
  }
  main section.hero .inner .photo {
    width: 100%;
    order: 1;
  }
  main section.look {
    width: 100%;
    display: flex;
    flex-wrap: nowrap;
    flex-direction: column;
    justify-content: flex-start;
    align-items: center;
  }
  main section.look .credits {
    width: 100%;
    display: flex;
    flex-wrap: nowrap;
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
  }
  main section.look .credits > div {
    width: 100%;
  }
  main section.look .credits > div:not(:last-child) {
    margin-bottom: 5px;
  }
  main section.look .credits > div dl {
    text-align: left;
    width: 100%;
    display: flex;
    flex-wrap: nowrap;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
  }
  main section.look .credits > div dl dt {
    display: flex;
    flex-wrap: nowrap;
    flex-direction: row;
    justify-content: flex-start;
    align-items: flex-start;
  }
  main section.look .credits > div dl dt span {
    color: #000;
    font-family: "adobe-caslon-pro", serif;
    font-size: 1.2rem;
    font-weight: 400;
    line-height: 1;
    letter-spacing: 0.05em;
  }
  main section.look .credits > div dl dd {
    width: 56px;
    flex-shrink: 0;
  }
  main section.look .credits > div dl dd a {
    width: 100%;
    height: 16px;
    display: flex;
    flex-wrap: nowrap;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    border: solid 1px #000;
    box-sizing: border-box;
    transition: all 0.25s ease-in 0s;
  }
  main section.look .credits > div dl dd a:hover {
    opacity: 0.5;
  }
  main section.look .credits > div dl dd a span {
    color: #000;
    font-family: "adobe-caslon-pro", serif;
    font-size: 1.1rem;
    font-weight: 400;
    line-height: 1;
    letter-spacing: 0.05em;
    position: relative;
    transform: translateY(2px);
  }
  main section.look.lk1 {
    width: calc(100% - 40px);
  }
  main section.look.lk1:not(:last-child) {
    margin-bottom: 75px;
  }
  main section.look.lk1 .set {
    width: 100%;
    display: flex;
    flex-wrap: nowrap;
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
  }
  main section.look.lk1 .set:not(:last-child) {
    margin-bottom: 20px;
  }
  main section.look.lk2, main section.look.lk3 {
    width: 100%;
    min-width: 100%;
  }
  main section.look.lk2:not(:last-child), main section.look.lk3:not(:last-child) {
    margin-bottom: 100px;
  }
  main section.look.lk4, main section.look.lk6, main section.look.lk9 {
    width: calc(100% - 40px);
  }
  main section.look.lk4:not(:last-child), main section.look.lk6:not(:last-child), main section.look.lk9:not(:last-child) {
    margin-bottom: 100px;
  }
  main section.look.lk4 .set, main section.look.lk6 .set, main section.look.lk9 .set {
    width: 100%;
    display: flex;
    flex-wrap: nowrap;
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
  }
  main section.look.lk4 .set:not(:last-child), main section.look.lk6 .set:not(:last-child), main section.look.lk9 .set:not(:last-child) {
    margin-bottom: 20px;
  }
  main section.look.lk5, main section.look.lk8, main section.look.lk11 {
    width: calc(100% - 80px);
    min-width: calc(100% - 80px);
  }
  main section.look.lk5:not(:last-child), main section.look.lk8:not(:last-child), main section.look.lk11:not(:last-child) {
    margin-bottom: 100px;
  }
  main section.look.lk7 {
    width: 100%;
    position: relative;
    display: flex;
    flex-wrap: nowrap;
    flex-direction: colmn;
    justify-content: flex-start;
    align-items: center;
  }
  main section.look.lk7:not(:last-child) {
    margin-bottom: 125px;
  }
  main section.look.lk7 .photo {
    width: 100%;
  }
  main section.look.lk7 .sub {
    width: calc(100% - 160px);
    padding: 120px 0 0 0;
  }
  main section.look.lk7 .sub .ph {
    width: 100%;
    margin-bottom: 20px;
  }
  main section.look.lk7 .sub .credits > div dl {
    width: 100%;
  }
  main section.look.lk10 {
    width: 100%;
    display: flex;
    flex-wrap: nowrap;
    flex-direction: column;
    justify-content: flex-start;
    align-items: center;
  }
  main section.look.lk10:not(:last-child) {
    margin-bottom: 100px;
  }
  main section.look.lk10 .photo {
    width: calc(100% - 80px);
    padding: 0px;
    margin: 0 auto 40px 0;
  }
  main section.look.lk10 .set {
    width: calc(100% - 40px);
  }
  main section.look.lk10 .set .ph {
    width: 100%;
    margin-bottom: 20px;
  }
  main section.look.lk10 .set .credits {
    padding-right: 20px;
  }
  main section.look.lk12 {
    width: 100%;
    display: flex;
    flex-wrap: nowrap;
    flex-direction: column;
    justify-content: flex-start;
    align-items: center;
  }
  main section.look.lk12:not(:last-child) {
    margin-bottom: 75px;
  }
  main section.look.lk12 .photo {
    width: calc(100% - 160px);
    padding: 0px;
    margin-bottom: 40px;
  }
  main section.look.lk12 .set {
    width: calc(100% - 40px);
  }
  main section.look.lk12 .set .ph {
    width: 100%;
    margin-bottom: 20px;
  }
  main section.look.lk13 {
    width: calc(100% - 120px);
    min-width: calc(100% - 120px);
  }
  main section.look.lk13:not(:last-child) {
    margin-bottom: 100px;
  }
  main section.profile {
    width: calc(100% - 40px);
    display: flex;
    flex-wrap: nowrap;
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
    margin-bottom: 80px;
  }
  main section.profile dl {
    text-align: left;
    width: 100%;
  }
  main section.profile dl:not(:last-child) {
    margin-bottom: 40px;
  }
  main section.profile dl dt {
    color: #000;
    font-family: "aktiv-grotesk-condensed", sans-serif;
    font-size: 1.4rem;
    font-weight: 500;
    line-height: 1;
    letter-spacing: 0.02em;
  }
  main section.profile dl dt:not(:last-child) {
    margin-bottom: 10px;
  }
  main section.profile dl dd p {
    color: #000;
    font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
    font-size: 1.1rem;
    font-weight: 400;
    line-height: 1.8;
    letter-spacing: 0.02em;
  }
  main section.profile dl dd p:not(:last-child) {
    margin-bottom: 5px;
  }
  main section.staff {
    width: calc(100% - 40px);
    margin-bottom: 40px;
  }
  main section.staff p {
    color: #000;
    font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
    font-size: 1.1rem;
    font-weight: 400;
    line-height: 2;
    letter-spacing: 0.02em;
    text-align: left;
  }

  footer {
    width: calc(100% - 40px);
    padding: 40px 0 80px 0;
  }
  footer .inner {
    width: 100%;
    display: flex;
    flex-wrap: nowrap;
    flex-direction: row;
    justify-content: space-between;
    align-items: flex-end;
    position: relative;
  }
  footer .inner .link dl {
    display: flex;
    flex-wrap: nowrap;
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
    margin-bottom: 60px;
  }
  footer .inner .link dl dt {
    margin-bottom: 20px;
  }
  footer .inner .link dl dd:not(:last-child) {
    margin-bottom: 10px;
  }
  footer .inner .link dl dd a {
    color: #000;
    font-family: "adobe-caslon-pro", serif;
    font-size: 1.4rem;
    font-weight: 400;
    line-height: 1;
    letter-spacing: 0em;
  }
  footer .inner .link dl dd a:hover {
    opacity: 1;
  }
  footer .inner .link p {
    color: #000;
    font-family: "adobe-caslon-pro", serif;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1;
    letter-spacing: 0em;
  }
  footer .inner .pgtop {
    color: #000;
    font-family: "adobe-caslon-pro", serif;
    font-size: 1.4rem;
    font-weight: 400;
    line-height: 1;
    letter-spacing: 0em;
    width: 1.4rem;
  }
  footer .inner .pgtop:hover {
    opacity: 1;
  }
}

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