@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: "shippori-mincho", sans-serif;
  font-size: 1rem;
  line-height: 1.5rem;
  color: #FFF;
  text-align: center;
  -webkit-text-size-adjust: 100%;
  background-color: #FFF;
  height: 100%;
  position: fixed;
  left: 0px;
  top: 0px;
}
body.loaded {
  position: static;
}
body.looking {
  overflow: hidden;
}

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

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

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: 99999;
  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: #999;
  position: absolute;
  left: 0px;
  bottom: 0px;
  z-index: 5;
}
#loader .bar span {
  width: 0%;
  height: 100%;
  background-color: #000;
  display: block;
}

main {
  width: 880px;
  padding: 60px 0 80px 0;
  margin: 0 auto;
}
main section#visual {
  width: 100%;
  display: flex;
  flex-wrap: nowrap;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
}
main section#visual:not(:last-child) {
  margin-bottom: 90px;
}
main section#visual.on > h3 {
  opacity: 1;
}
main section#visual.on .inner {
  opacity: 1;
}
main section#visual.on .inner .title h1 {
  opacity: 1;
}
main section#visual.on .inner .title h2 {
  opacity: 1;
}
main section#visual.on .inner .photo {
  opacity: 1;
}
main section#visual > h3 {
  display: flex;
  flex-wrap: nowrap;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  margin-bottom: 10px;
  opacity: 0;
  transition: all 0.5s ease-in 0s;
}
main section#visual > h3 span:nth-child(1) {
  color: #000;
  font-family: "linotype-didot-headline", serif;
  font-size: 1.6rem;
  font-weight: 400;
  line-height: 1;
  letter-spacing: 0em;
}
main section#visual > h3 span:nth-child(2) {
  color: #000;
  font-family: "aw-conqueror-didot", serif;
  font-size: 1.6rem;
  font-weight: 400;
  line-height: 1;
  letter-spacing: 0em;
  margin-left: 5px;
}
main section#visual .inner {
  width: 100%;
  padding: 80px 0;
  border-top: solid 1px #000;
  border-bottom: solid 1px #000;
  border-left: solid 1px #000;
  display: flex;
  flex-wrap: nowrap;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  opacity: 0;
  transition: all 0.5s ease-in 0.25s;
}
main section#visual .inner .title {
  width: 100%;
  margin-bottom: 40px;
  display: flex;
  flex-wrap: nowrap;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
}
main section#visual .inner .title h1 {
  width: 670px;
  height: 89px;
  background-image: url(../images/title1.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: 20px;
  opacity: 0;
  transition: all 0.5s ease-in 0.75s;
}
main section#visual .inner .title h2 {
  width: 536px;
  height: 27px;
  background-image: url(../images/title2.png);
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  text-align: left;
  text-indent: 999%;
  white-space: nowrap;
  display: block;
  overflow: hidden;
  opacity: 0;
  transition: all 0.5s ease-in 1s;
}
main section#visual .inner .photo {
  width: calc(100% - 80px);
  display: flex;
  flex-wrap: nowrap;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  position: relative;
  opacity: 0;
  transition: all 0.5s ease-in 1.5s;
}
main section#visual .inner .photo:not(:last-child) {
  margin-bottom: 75px;
}
main section#visual .inner .photo > div {
  width: 100%;
  margin-bottom: 15px;
}
main section#visual .inner .photo p {
  width: 145px;
  height: 10px;
  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#visual .inner .photo ul {
  display: flex;
  flex-wrap: nowrap;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  position: absolute;
  top: calc(50% - 120px);
  right: -40px;
}
main section#visual .inner .photo ul::before {
  content: "";
  width: 90%;
  height: 1px;
  margin-bottom: 5px;
  background-color: #000;
  display: inline-block;
  order: 2;
}
main section#visual .inner .photo ul li {
  width: 1.6rem;
}
main section#visual .inner .photo ul li:nth-child(1) {
  margin-bottom: 5px;
  order: 1;
}
main section#visual .inner .photo ul li:nth-child(2) {
  order: 3;
}
main section#visual .inner .photo ul li a {
  width: 100%;
  pointer-events: auto;
}
main section#visual .inner .photo ul li a span {
  color: #000;
  font-family: "aw-conqueror-didot", serif;
  font-size: 1.6rem;
  font-weight: 400;
  line-height: 1;
  letter-spacing: 0.05em;
  -ms-writing-mode: tb-rl;
  writing-mode: vertical-rl;
  position: relative;
  transition: all 0.2s ease-in 0s;
}
main section#visual .inner .photo ul li a:hover span {
  color: #999;
}
main section#visual .inner .lead {
  text-align: left;
  width: calc(100% - 80px);
}
main section#visual .inner .lead.on h3 {
  clip-path: inset(0 0 0 0);
}
main section#visual .inner .lead.on p {
  clip-path: inset(0 0 0 0);
}
main section#visual .inner .lead h3 {
  display: flex;
  flex-wrap: nowrap;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  clip-path: inset(0 100% 0 0);
  transition: all 0.5s ease-in 0s;
}
main section#visual .inner .lead h3:not(:last-child) {
  margin-bottom: 40px;
}
main section#visual .inner .lead h3 > span {
  color: #FFF;
  font-family: "shippori-mincho", sans-serif;
  font-size: 2.6rem;
  font-weight: 400;
  line-height: 1;
  letter-spacing: 0em;
  background-color: #000;
  padding: 5px;
}
main section#visual .inner .lead h3 > span:not(:last-child) {
  margin-bottom: 10px;
}
main section#visual .inner .lead p {
  color: #000;
  font-family: "shippori-mincho", sans-serif;
  font-size: 1.6rem;
  font-weight: 400;
  line-height: 1.875;
  letter-spacing: 0em;
  clip-path: inset(0 100% 0 0);
  transition: all 0.5s ease-in 0.5s;
}
main section#anchor {
  width: 100%;
  opacity: 0;
  transition: all 0.5s ease-in 0s;
}
main section#anchor:not(:last-child) {
  margin-bottom: 110px;
}
main section#anchor.on {
  opacity: 1;
}
main section#anchor .inner {
  width: 100%;
  display: flex;
  flex-wrap: nowrap;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
}
main section#anchor .inner p {
  color: #000;
  font-family: "aw-conqueror-didot", serif;
  font-size: 1.4rem;
  font-weight: 400;
  line-height: 1;
  letter-spacing: 0.05em;
  margin-bottom: 20px;
}
main section#anchor .inner table tbody tr td {
  text-align: right;
}
main section#anchor .inner table tbody tr td span {
  color: #000;
  font-family: "aktiv-grotesk", sans-serif;
  font-size: 2rem;
  font-weight: 500;
  line-height: 1;
  letter-spacing: 0em;
  padding: 10px 20px;
  display: inline-block;
  cursor: pointer;
  transition: all 0.2s ease-in 0s;
}
main section#anchor .inner table tbody tr td span:hover {
  color: #999;
}
main section#contents {
  width: 100%;
  padding: 0px;
  display: flex;
  flex-wrap: nowrap;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
}
main section#contents .sec {
  width: 100%;
  padding: 0px;
  display: flex;
  flex-wrap: nowrap;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  opacity: 0;
  transition: all 0.5s ease-in 0s;
}
main section#contents .sec.on {
  opacity: 1;
}
main section#contents .sec:not(:last-child) {
  margin-bottom: 150px;
}
main section#contents .sec:nth-child(odd) .insec {
  border-right: solid 1px #000;
}
main section#contents .sec:nth-child(even) .insec {
  border-left: solid 1px #000;
}
main section#contents .sec .myhead {
  width: 100%;
  margin-bottom: 10px;
  display: flex;
  flex-wrap: nowrap;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
}
main section#contents .sec .myhead h3 {
  color: #000;
  font-family: "adobe-garamond-pro", serif;
  font-size: 9rem;
  font-weight: 400;
  line-height: 1;
  letter-spacing: 0em;
}
main section#contents .sec .myhead h4 {
  color: #000;
  font-family: "aw-conqueror-didot", serif;
  font-size: 1.8rem;
  font-weight: 500;
  line-height: 1;
  letter-spacing: 0.05em;
  position: relative;
  transform: translateY(1rem);
}
main section#contents .sec .myhead h5 {
  color: #000;
  font-family: "aw-conqueror-didot", serif;
  font-size: 1.4rem;
  font-weight: 700;
  line-height: 1;
  letter-spacing: 0em;
  position: relative;
  transform: translateY(1rem);
}
main section#contents .sec .insec {
  width: 100%;
  padding: 40px 0;
  border-top: solid 1px #000;
  border-bottom: solid 1px #000;
  display: flex;
  flex-wrap: nowrap;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  position: relative;
}
main section#contents .sec .insec .number {
  background-color: #FFF;
  padding: 5px;
  display: flex;
  flex-wrap: nowrap;
  flex-direction: row;
  justify-content: flex-start;
  align-items: flex-end;
  position: absolute;
  right: -5px;
  bottom: -10px;
  z-index: 1;
}
main section#contents .sec .insec .number p:nth-child(1) {
  color: #000;
  font-family: "adobe-garamond-pro", serif;
  font-size: 2rem;
  font-weight: 400;
  line-height: 1;
  letter-spacing: 0em;
}
main section#contents .sec .insec .number p:nth-child(2) {
  color: #000;
  font-family: "adobe-garamond-pro", serif;
  font-size: 1.2rem;
  font-weight: 400;
  line-height: 2rem;
  letter-spacing: 0em;
  margin-left: 5px;
}
main section#contents .sec .insec .photo {
  width: calc(100% - 80px);
  margin: 0 0 40px 0;
}
main section#contents .sec .insec .set {
  width: calc(100% - 80px);
  display: flex;
  flex-wrap: nowrap;
  flex-direction: row;
  justify-content: space-between;
  align-items: flex-start;
  opacity: 1;
  transition: opacity 0.25s ease-in 0s;
}
main section#contents .sec .insec .set.on {
  opacity: 1;
}
main section#contents .sec .insec .set .ph {
  width: 360px;
}
main section#contents .sec .insec .set .ph.swiper {
  margin: 0px;
}
main section#contents .sec .insec .set .text {
  text-align: left;
  width: calc(100% - 360px - 40px);
}
main section#contents .sec .insec .set .text > p {
  color: #000;
  font-family: "shippori-mincho", sans-serif;
  font-size: 1.4rem;
  font-weight: 400;
  line-height: 2;
  letter-spacing: 0em;
}
main section#contents .sec .insec .set .text > p:not(:last-child) {
  margin-bottom: 40px;
}
main section#contents .sec .insec .set .text .credits {
  width: 100%;
  display: flex;
  flex-wrap: nowrap;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
}
main section#contents .sec .insec .set .text .credits > div {
  width: 100%;
}
main section#contents .sec .insec .set .text .credits > div:not(:last-child) {
  margin-bottom: 10px;
}
main section#contents .sec .insec .set .text .credits > div.item-d-none dl dd a {
  display: none;
}
main section#contents .sec .insec .set .text .credits > div.item-d-none dl dd a + span {
  display: inline-block;
}
main section#contents .sec .insec .set .text .credits > div dl {
  text-align: left;
  display: flex;
  flex-wrap: nowrap;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
}
main section#contents .sec .insec .set .text .credits > div dl dt {
  width: calc(100% - 70px);
  display: flex;
  flex-wrap: wrap;
  flex-direction: row;
  justify-content: flex-start;
  align-items: flex-start;
}
main section#contents .sec .insec .set .text .credits > div dl dt strong {
  color: #000;
  font-family: "aktiv-grotesk", sans-serif;
  font-size: 1.2rem;
  font-weight: 400;
  line-height: 1;
  letter-spacing: 0em;
}
main section#contents .sec .insec .set .text .credits > div dl dt span {
  display: inline-block;
}
main section#contents .sec .insec .set .text .credits > div dl dt span.price {
  margin-left: 0.6rem;
}
main section#contents .sec .insec .set .text .credits > div dl dt span:nth-child(2) {
  color: #000;
  font-family: "aktiv-grotesk", sans-serif;
  font-size: 1.2rem;
  font-weight: 400;
  line-height: 1;
  letter-spacing: 0em;
}
main section#contents .sec .insec .set .text .credits > div dl dt span:nth-child(3) {
  color: #000;
  font-family: "aktiv-grotesk", sans-serif;
  font-size: 1.2rem;
  font-weight: 400;
  line-height: 1;
  letter-spacing: 0em;
}
main section#contents .sec .insec .set .text .credits > div dl dt span:nth-child(3)::before {
  content: "/";
  margin: 0 0.6rem;
  display: inline-block;
}
main section#contents .sec .insec .set .text .credits > div dl dd {
  width: 70px;
}
main section#contents .sec .insec .set .text .credits > div dl dd a {
  color: #000;
  font-family: "aktiv-grotesk", sans-serif;
  font-size: 1.1rem;
  font-weight: 400;
  line-height: 1;
  letter-spacing: 0em;
  text-align: center;
  width: 100%;
  padding: 2px 8px;
  border: solid 1px #000;
  border-radius: 12px;
  display: block;
  transition: all 0.2s ease-in 0s;
}
main section#contents .sec .insec .set .text .credits > div dl dd a:hover {
  opacity: 0.5;
}
main section#contents .sec .insec .set .text .credits > div dl dd a + span {
  display: none;
}
main section#contents .sec .insec .set .text .credits > div dl dd span {
  color: #000;
  font-family: "aktiv-grotesk", sans-serif;
  font-size: 1.1rem;
  font-weight: 400;
  line-height: 1;
  letter-spacing: 0em;
}
main section#contents .sec.goods:not(:last-child) {
  margin-bottom: 0px;
}
main section#contents .sec.goods .myhead {
  width: 100%;
  margin-bottom: 10px;
  display: flex;
  flex-wrap: nowrap;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
}
main section#contents .sec.goods .myhead h3 {
  display: flex;
  flex-wrap: nowrap;
  flex-direction: row;
  justify-content: flex-start;
  align-items: flex-end;
}
main section#contents .sec.goods .myhead h3 span {
  position: relative;
}
main section#contents .sec.goods .myhead h3 span:nth-child(1) {
  color: #000;
  font-family: "adobe-garamond-pro", serif;
  font-size: 8rem;
  font-weight: 400;
  line-height: 1;
  letter-spacing: 0em;
}
main section#contents .sec.goods .myhead h3 span:nth-child(2) {
  color: #000;
  font-family: "adobe-garamond-pro", serif;
  font-size: 4rem;
  font-weight: 400;
  line-height: 1;
  letter-spacing: 0em;
  transform: translateY(-1rem);
}
main section#contents .sec.goods .myhead h4 {
  color: #000;
  font-family: "shippori-mincho", sans-serif;
  font-size: 1.8rem;
  font-weight: 500;
  line-height: 1;
  letter-spacing: 0.05em;
  position: relative;
  transform: translateY(1rem);
}
main section#contents .sec.goods .insec {
  padding-bottom: 140px;
  border-bottom: none;
}
main section#contents .sec.goods .insec .set {
  width: calc(100% - 80px);
  display: flex;
  flex-wrap: nowrap;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
}
main section#contents .sec.goods .insec .set .ph {
  width: 100%;
  margin-bottom: 20px;
}
main section#contents .sec.goods .insec .set .text {
  text-align: left;
  width: 100%;
}
main section#contents .sec.goods .insec .set .text h5 {
  color: #000;
  font-family: "shippori-mincho", sans-serif;
  font-size: 1.4rem;
  font-weight: 400;
  line-height: 1;
  letter-spacing: 0em;
  margin-bottom: 20px;
}
main section#contents .sec.goods .insec .set .text .credits {
  width: 50%;
}
main section#contents .sec.profile:not(:last-child) {
  margin-bottom: 40px;
}
main section#contents .sec.profile .myhead {
  width: 100%;
  padding-bottom: 10px;
  margin: 0px;
  border-right: solid 1px #000;
  display: flex;
  flex-wrap: nowrap;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
}
main section#contents .sec.profile .myhead::after {
  content: "";
  width: 12.6rem;
  display: inline-block;
}
main section#contents .sec.profile .myhead h3 {
  color: #000;
  font-family: "aw-conqueror-didot", serif;
  font-size: 1.8rem;
  font-weight: 700;
  line-height: 1;
  letter-spacing: 0.05em;
}
main section#contents .sec.profile .myhead h4 {
  color: #000;
  font-family: "aw-conqueror-didot", serif;
  font-size: 1.4rem;
  font-weight: 700;
  line-height: 1;
  letter-spacing: 0.05em;
  position: relative;
  transform: none;
}
main section#contents .sec.profile .insec {
  padding-bottom: 40px;
}
main section#contents .sec.profile .insec .set {
  width: calc(100% - 80px);
  display: flex;
  flex-wrap: nowrap;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
}
main section#contents .sec.profile .insec .set .ph {
  width: 100%;
  margin-bottom: 20px;
}
main section#contents .sec.profile .insec .set .data {
  text-align: left;
  width: 100%;
  display: flex;
  flex-wrap: nowrap;
  flex-direction: row;
  justify-content: flex-start;
  align-items: flex-start;
}
main section#contents .sec.profile .insec .set .data dl {
  display: flex;
  flex-wrap: nowrap;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
}
main section#contents .sec.profile .insec .set .data dl:not(:first-child) {
  margin-left: 120px;
}
main section#contents .sec.profile .insec .set .data dl dt:nth-child(1) {
  color: #000;
  font-family: "aw-conqueror-didot", serif;
  font-size: 1.4rem;
  font-weight: 400;
  line-height: 1.25;
  letter-spacing: 0.05em;
}
main section#contents .sec.profile .insec .set .data dl dt:nth-child(2) {
  color: #000;
  font-family: "aw-conqueror-didot", serif;
  font-size: 2.4rem;
  font-weight: 700;
  line-height: 1.25;
  letter-spacing: 0.05em;
}
main section#contents .sec.profile .insec .set .data dl dd:nth-child(3) {
  color: #000;
  font-family: "aw-conqueror-didot", serif;
  font-size: 1.4rem;
  font-weight: 400;
  line-height: 1.25;
  letter-spacing: 0.05em;
  margin-bottom: 10px;
}
main section#contents .sec.profile .insec .set .data dl dd:nth-child(4) a {
  display: flex;
  flex-wrap: nowrap;
  flex-direction: row;
  justify-content: flex-start;
  align-items: flex-start;
  transition: all 0.2s ease-in 0s;
}
main section#contents .sec.profile .insec .set .data dl dd:nth-child(4) a:hover {
  opacity: 0.5;
}
main section#contents .sec.profile .insec .set .data dl dd:nth-child(4) a::before {
  content: "";
  width: 14px;
  height: 14px;
  background-image: url(../images/icon_insta.svg);
  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#contents .sec.profile .insec .set .data dl dd:nth-child(4) a span {
  color: #000;
  font-family: "aw-conqueror-didot", serif;
  font-size: 1.4rem;
  font-weight: 400;
  line-height: 1;
  letter-spacing: 0.05em;
  margin-left: 5px;
}
main section#contents footer {
  width: 100%;
}
main section#contents footer .inner {
  width: 100%;
  display: flex;
  flex-wrap: nowrap;
  flex-direction: row;
  justify-content: space-between;
  align-items: flex-end;
}
main section#contents footer .inner .link {
  width: 50%;
  display: flex;
  flex-wrap: nowrap;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
}
main section#contents footer .inner .link ul {
  text-align: left;
  margin-bottom: 50px;
}
main section#contents footer .inner .link ul li a {
  color: #000;
  font-family: "aw-conqueror-didot", serif;
  font-size: 1.4rem;
  font-weight: 700;
  line-height: 1;
  letter-spacing: 0em;
  transition: all 0.2s ease-in 0s;
}
main section#contents footer .inner .link ul li a:hover {
  opacity: 0.5;
}
main section#contents footer .inner .link ul li:not(:last-child) {
  margin-bottom: 10px;
}
main section#contents footer .inner .link p {
  color: #000;
  font-family: "aw-conqueror-didot", serif;
  font-size: 1.1rem;
  font-weight: 700;
  line-height: 1;
  letter-spacing: 0em;
}
main section#contents footer .inner .pgtop {
  width: 50%;
  display: flex;
  flex-wrap: nowrap;
  flex-direction: column;
  justify-content: flex-end;
  align-items: flex-end;
  cursor: pointer;
}
main section#contents footer .inner .pgtop p {
  color: #000;
  font-family: "aw-conqueror-didot", serif;
  font-size: 1.4rem;
  font-weight: 700;
  line-height: 1;
  letter-spacing: 0em;
  text-decoration: underline;
  text-align: right;
}

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

  main {
    width: calc(100% - 20px);
    padding: 20px 0 40px 0;
  }
  main section#visual {
    width: 100%;
    display: flex;
    flex-wrap: nowrap;
    flex-direction: column;
    justify-content: flex-start;
    align-items: center;
  }
  main section#visual:not(:last-child) {
    margin-bottom: 60px;
  }
  main section#visual > h3 {
    display: flex;
    flex-wrap: nowrap;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    margin-bottom: 10px;
  }
  main section#visual > h3 span:nth-child(1) {
    color: #000;
    font-family: "linotype-didot-headline", serif;
    font-size: 1.6rem;
    font-weight: 400;
    line-height: 1;
    letter-spacing: 0em;
  }
  main section#visual > h3 span:nth-child(2) {
    color: #000;
    font-family: "aw-conqueror-didot", serif;
    font-size: 1.6rem;
    font-weight: 400;
    line-height: 1;
    letter-spacing: 0em;
    margin-left: 5px;
  }
  main section#visual .inner {
    padding: 30px 0 15px 0;
  }
  main section#visual .inner .title {
    margin-bottom: 20px;
  }
  main section#visual .inner .title h1 {
    width: 80.8%;
    height: calc((100vw - 20px) * 0.1328);
    margin-bottom: 10px;
  }
  main section#visual .inner .title h2 {
    width: 238px;
    height: 12px;
  }
  main section#visual .inner .photo {
    width: calc(100% - 20px);
  }
  main section#visual .inner .photo:not(:last-child) {
    margin-bottom: 30px;
  }
  main section#visual .inner .photo > div {
    width: calc(100% - 10px);
    margin-right: auto;
    margin-bottom: 10px;
  }
  main section#visual .inner .photo p {
    width: 83px;
    height: 6px;
  }
  main section#visual .inner .photo ul {
    display: flex;
    flex-wrap: nowrap;
    flex-direction: column;
    justify-content: flex-start;
    align-items: center;
    position: absolute;
    top: calc(50% - 93px);
    right: -10px;
  }
  main section#visual .inner .photo ul::before {
    content: "";
    width: 90%;
    height: 1px;
    margin-bottom: 5px;
    background-color: #000;
    display: inline-block;
    order: 2;
  }
  main section#visual .inner .photo ul li {
    width: 1.2rem;
  }
  main section#visual .inner .photo ul li a span {
    color: #000;
    font-family: "aw-conqueror-didot", serif;
    font-size: 1.2rem;
    font-weight: 400;
    line-height: 1;
    letter-spacing: 0.05em;
  }
  main section#visual .inner .photo ul li a:hover span {
    color: #000;
  }
  main section#visual .inner .lead {
    width: calc(100% - 20px);
  }
  main section#visual .inner .lead h3:not(:last-child) {
    margin-bottom: 20px;
  }
  main section#visual .inner .lead h3 > span {
    color: #FFF;
    font-family: "shippori-mincho", sans-serif;
    font-size: 1.7rem;
    font-weight: 400;
    line-height: 1;
    letter-spacing: 0em;
  }
  main section#visual .inner .lead h3 > span:not(:last-child) {
    margin-bottom: 5px;
  }
  main section#visual .inner .lead h3 > span:nth-child(2) {
    display: flex;
    flex-wrap: nowrap;
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
    background-color: transparent;
    padding: 0px;
  }
  main section#visual .inner .lead h3 > span:nth-child(2) > span {
    color: #FFF;
    font-family: "shippori-mincho", sans-serif;
    font-size: 1.7rem;
    font-weight: 400;
    line-height: 1;
    letter-spacing: 0em;
    background-color: #000;
    padding: 5px;
  }
  main section#visual .inner .lead h3 > span:nth-child(2) > span:not(:last-child) {
    margin-bottom: 5px;
  }
  main section#visual .inner .lead p {
    color: #000;
    font-family: "shippori-mincho", sans-serif;
    font-size: 1.4rem;
    font-weight: 400;
    line-height: 1.875;
    letter-spacing: 0em;
  }
  main section#visual .inner .lead p br {
    display: none;
  }
  main section#anchor {
    width: 100%;
  }
  main section#anchor:not(:last-child) {
    margin-bottom: 80px;
  }
  main section#anchor .inner {
    width: 100%;
    display: flex;
    flex-wrap: nowrap;
    flex-direction: column;
    justify-content: flex-start;
    align-items: center;
  }
  main section#anchor .inner p {
    color: #000;
    font-family: "aw-conqueror-didot", serif;
    font-size: 1.4rem;
    font-weight: 400;
    line-height: 1;
    letter-spacing: 0.05em;
    margin-bottom: 20px;
  }
  main section#anchor .inner table tbody tr td span:hover {
    color: #000;
  }
  main section#contents {
    width: 100%;
    padding: 0px;
    display: flex;
    flex-wrap: nowrap;
    flex-direction: column;
    justify-content: flex-start;
    align-items: center;
  }
  main section#contents .sec {
    width: 100%;
    padding: 0px;
    display: flex;
    flex-wrap: nowrap;
    flex-direction: column;
    justify-content: flex-start;
    align-items: center;
  }
  main section#contents .sec:not(:last-child) {
    margin-bottom: 100px;
  }
  main section#contents .sec .myhead {
    width: 100%;
    margin-bottom: 0px;
    display: flex;
    flex-wrap: nowrap;
    flex-direction: row;
    justify-content: flex-start;
    align-items: center;
  }
  main section#contents .sec .myhead h3 {
    color: #000;
    font-family: "adobe-garamond-pro", serif;
    font-size: 4rem;
    font-weight: 400;
    line-height: 1;
    letter-spacing: 0em;
  }
  main section#contents .sec .myhead h4 {
    color: #000;
    font-family: "aw-conqueror-didot", serif;
    font-size: 1.2rem;
    font-weight: 500;
    line-height: 1;
    letter-spacing: 0.05em;
    margin-left: 10px;
    transform: translateY(0.7rem);
  }
  main section#contents .sec .myhead h5 {
    color: #000;
    font-family: "aw-conqueror-didot", serif;
    font-size: 1rem;
    font-weight: 700;
    line-height: 1;
    letter-spacing: 0em;
    margin-left: auto;
    position: relative;
    transform: translateY(0.7rem);
  }
  main section#contents .sec .insec {
    width: 100%;
    padding: 20px 0 45px 0;
  }
  main section#contents .sec .insec .number p:nth-child(1) {
    color: #000;
    font-family: "adobe-garamond-pro", serif;
    font-size: 1.4rem;
    font-weight: 400;
    line-height: 1;
    letter-spacing: 0em;
  }
  main section#contents .sec .insec .number p:nth-child(2) {
    color: #000;
    font-family: "adobe-garamond-pro", serif;
    font-size: 0.8rem;
    font-weight: 400;
    line-height: 1.4rem;
    letter-spacing: 0em;
    margin-left: 5px;
  }
  main section#contents .sec .insec .photo {
    width: calc(100% - 40px);
    margin-bottom: 20px;
  }
  main section#contents .sec .insec .set {
    width: calc(100% - 40px);
    display: flex;
    flex-wrap: nowrap;
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
  }
  main section#contents .sec .insec .set .ph {
    width: 100%;
    margin-bottom: 20px;
  }
  main section#contents .sec .insec .set .text {
    text-align: left;
    width: 100%;
  }
  main section#contents .sec .insec .set .text > p {
    color: #000;
    font-family: "shippori-mincho", sans-serif;
    font-size: 1.4rem;
    font-weight: 400;
    line-height: 2;
    letter-spacing: 0em;
  }
  main section#contents .sec .insec .set .text > p:not(:last-child) {
    margin-bottom: 30px;
  }
  main section#contents .sec .insec .set .text .credits {
    width: 100%;
    display: flex;
    flex-wrap: nowrap;
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
  }
  main section#contents .sec .insec .set .text .credits > div:not(:last-child) {
    margin-bottom: 10px;
  }
  main section#contents .sec .insec .set .text .credits > div dl dd {
    width: 70px;
  }
  main section#contents .sec .insec .set .text .credits > div dl dd a:hover {
    opacity: 1;
  }
  main section#contents .sec .insec .set .text .credits > div dl dd a + span {
    display: none;
  }
  main section#contents .sec.goods:not(:last-child) {
    margin-bottom: 0px;
  }
  main section#contents .sec.goods .myhead {
    width: 100%;
    margin-bottom: 0px;
    display: flex;
    flex-wrap: nowrap;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
  }
  main section#contents .sec.goods .myhead h3 {
    display: flex;
    flex-wrap: nowrap;
    flex-direction: row;
    justify-content: flex-start;
    align-items: flex-end;
  }
  main section#contents .sec.goods .myhead h3 span {
    position: relative;
  }
  main section#contents .sec.goods .myhead h3 span:nth-child(1) {
    color: #000;
    font-family: "adobe-garamond-pro", serif;
    font-size: 3.6rem;
    font-weight: 400;
    line-height: 1;
    letter-spacing: 0em;
  }
  main section#contents .sec.goods .myhead h3 span:nth-child(2) {
    color: #000;
    font-family: "adobe-garamond-pro", serif;
    font-size: 1.8rem;
    font-weight: 400;
    line-height: 1;
    letter-spacing: 0em;
    transform: translateY(-0.5rem);
  }
  main section#contents .sec.goods .myhead h4 {
    color: #000;
    font-family: "shippori-mincho", sans-serif;
    font-size: 1.3rem;
    font-weight: 500;
    line-height: 1;
    letter-spacing: 0.05em;
    position: relative;
    transform: translateY(0.4rem);
  }
  main section#contents .sec.goods .insec {
    padding-bottom: 40px;
  }
  main section#contents .sec.goods .insec .set {
    width: calc(100% - 40px);
    display: flex;
    flex-wrap: nowrap;
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
  }
  main section#contents .sec.goods .insec .set .ph {
    width: 100%;
    margin-bottom: 20px;
  }
  main section#contents .sec.goods .insec .set .text .credits {
    width: 100%;
  }
  main section#contents .sec.profile:not(:last-child) {
    margin-bottom: 40px;
  }
  main section#contents .sec.profile .myhead {
    width: 100%;
    padding-bottom: 5px;
    display: flex;
    flex-wrap: nowrap;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
  }
  main section#contents .sec.profile .myhead::after {
    content: none;
  }
  main section#contents .sec.profile .myhead h3 {
    color: #000;
    font-family: "aw-conqueror-didot", serif;
    font-size: 1.4rem;
    font-weight: 700;
    line-height: 1;
    letter-spacing: 0.05em;
  }
  main section#contents .sec.profile .myhead h4 {
    color: #000;
    font-family: "aw-conqueror-didot", serif;
    font-size: 1.2rem;
    font-weight: 700;
    line-height: 1;
    letter-spacing: 0.05em;
    position: relative;
    transform: translateX(-20px);
  }
  main section#contents .sec.profile .insec {
    padding-bottom: 20px;
  }
  main section#contents .sec.profile .insec .set {
    width: calc(100% - 40px);
  }
  main section#contents .sec.profile .insec .set .ph {
    width: 100%;
    margin-bottom: 20px;
  }
  main section#contents .sec.profile .insec .set .data {
    text-align: left;
    width: 100%;
    display: flex;
    flex-wrap: nowrap;
    flex-direction: row;
    justify-content: space-between;
    align-items: flex-start;
  }
  main section#contents .sec.profile .insec .set .data dl {
    width: auto;
    display: flex;
    flex-wrap: nowrap;
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
  }
  main section#contents .sec.profile .insec .set .data dl:not(:first-child) {
    margin-left: 0;
  }
  main section#contents .sec.profile .insec .set .data dl dt:nth-child(1) {
    color: #000;
    font-family: "aw-conqueror-didot", serif;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
    letter-spacing: 0em;
  }
  main section#contents .sec.profile .insec .set .data dl dt:nth-child(2) {
    color: #000;
    font-family: "aw-conqueror-didot", serif;
    font-size: 1.5rem;
    font-weight: 700;
    line-height: 1.25;
    letter-spacing: 0.05em;
  }
  main section#contents .sec.profile .insec .set .data dl dd:nth-child(3) {
    color: #000;
    font-family: "aw-conqueror-didot", serif;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
    letter-spacing: 0em;
    margin-bottom: 10px;
  }
  main section#contents .sec.profile .insec .set .data dl dd:nth-child(4) a {
    display: flex;
    flex-wrap: nowrap;
    flex-direction: row;
    justify-content: flex-start;
    align-items: flex-start;
  }
  main section#contents .sec.profile .insec .set .data dl dd:nth-child(4) a:hover {
    opacity: 1;
  }
  main section#contents .sec.profile .insec .set .data dl dd:nth-child(4) a::before {
    width: 14px;
    height: 14px;
  }
  main section#contents .sec.profile .insec .set .data dl dd:nth-child(4) a span {
    color: #000;
    font-family: "aw-conqueror-didot", serif;
    font-size: 1.2rem;
    font-weight: 400;
    line-height: 1;
    letter-spacing: 0.05em;
    margin-left: 5px;
  }
  main section#contents footer .inner .link {
    width: auto;
    display: flex;
    flex-wrap: nowrap;
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
  }
  main section#contents footer .inner .link ul {
    text-align: left;
    margin-bottom: 20px;
  }
  main section#contents footer .inner .link ul li a {
    color: #000;
    font-family: "aw-conqueror-didot", serif;
    font-size: 1.2rem;
    font-weight: 700;
    line-height: 1;
    letter-spacing: 0em;
  }
  main section#contents footer .inner .link ul li a:hover {
    opacity: 1;
  }
  main section#contents footer .inner .link ul li:not(:last-child) {
    margin-bottom: 5px;
  }
  main section#contents footer .inner .link p {
    color: #000;
    font-family: "aw-conqueror-didot", serif;
    font-size: 1rem;
    font-weight: 700;
    line-height: 1;
    letter-spacing: 0em;
  }
  main section#contents footer .inner .pgtop {
    width: auto;
  }
  main section#contents footer .inner .pgtop p {
    color: #000;
    font-family: "aw-conqueror-didot", serif;
    font-size: 1.2rem;
    font-weight: 700;
    line-height: 1;
    letter-spacing: 0em;
  }
}

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