@import url("https://use.typekit.net/trc4hjw.css");
@keyframes bar-anime {
  0% {
    height: 40px;
    top: -40px;
  }
  75% {
    height: 40px;
    top: 50px;
  }
  100% {
    height: 40px;
    top: 50px;
  }
}
@keyframes bar-anime-sp {
  0% {
    height: 40px;
    top: -40px;
  }
  75% {
    height: 40px;
    top: 40px;
  }
  100% {
    height: 40px;
    top: 40px;
  }
}
@keyframes moveleft {
  0% {
    left: 100vw;
  }
  100% {
    left: -200vw;
  }
}
@keyframes moveright {
  0% {
    left: -200vw;
  }
  100% {
    left: 100vw;
  }
}
/* ------------------------------------------------------------------------------------------------------------------------ */
html, body {
  width: 100%;
  height: auto;
}

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

body {
  font-family: "source-han-sans-japanese", 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: #111;
  text-decoration: none;
  cursor: pointer;
}

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

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: #ECA514;
  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: 250px;
  height: 47px;
  background-image: url(../images/logo_white.png);
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  text-align: left;
  text-indent: 999%;
  white-space: nowrap;
  display: block;
  overflow: hidden;
}
#loader .bar {
  width: 100%;
  height: 10px;
  background-color: rgba(255, 255, 255, 0.2);
  position: absolute;
  left: 0px;
  bottom: 0px;
  z-index: 5;
}
#loader .bar span {
  width: 0%;
  height: 100%;
  background-color: #FFF;
  display: block;
}

header {
  width: 30px;
  position: fixed;
  top: 0px;
  left: 0px;
  z-index: 999;
  pointer-events: none;
  transition: all 0.25s ease-in 0s;
  opacity: 1;
}
header.on {
  opacity: 1;
}
header .inner {
  width: 100%;
  display: flex;
  flex-wrap: nowrap;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  position: relative;
}
header .inner::before {
  content: "";
  width: 5px;
  height: 225px;
  background-color: #ECA514;
  display: block;
}
header .inner ul {
  display: flex;
  flex-wrap: nowrap;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
}
header .inner ul li {
  width: auto;
}
header .inner ul li:not(:last-child) {
  margin-bottom: 10px;
}
header .inner ul li a {
  color: #ECA514;
  font-family: "aktiv-grotesk", sans-serif;
  font-size: 1.4rem;
  font-weight: 600;
  line-height: 1;
  letter-spacing: 0em;
  writing-mode: vertical-rl;
  pointer-events: auto;
  transition: all 0.25s ease-in 0s;
}
header .inner ul li a:hover {
  color: #111;
}
header .inner ul li span {
  width: 1.4rem;
  height: 1px;
  background-color: #ECA514;
  display: block;
}

main {
  width: 100%;
  padding: 0px;
  margin: 0px;
  position: relative;
  z-index: 0;
  box-sizing: border-box;
}
main .inner {
  width: 100%;
  display: flex;
  flex-wrap: nowrap;
  flex-direction: row;
  justify-content: space-between;
  align-items: flex-start;
}
main .inner section#visual {
  width: 60%;
  height: 100vh;
  padding: 0px;
  display: flex;
  flex-wrap: nowrap;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  position: sticky;
  top: 0px;
}
main .inner section#visual.on .copy h3 {
  clip-path: inset(0 0 0 0);
}
main .inner section#visual.on .copy h4 {
  clip-path: inset(0 0 0 0);
}
main .inner section#visual.on .copy p {
  clip-path: inset(0 0 0 0);
}
main .inner section#visual .copy {
  width: calc(100% - 100px);
  padding: 50px 0;
  display: flex;
  flex-wrap: nowrap;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  transition: opacity 0.25s ease-in 2s;
}
main .inner section#visual .copy h3 {
  width: 500px;
  height: 94px;
  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: 20px;
  clip-path: inset(0 100% 0 0);
  transition: all 0.3s ease-in 0s;
}
main .inner section#visual .copy h4 {
  width: 240px;
  height: 46px;
  background-image: url(../images/text_introduce.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: 70px;
  clip-path: inset(0 100% 0 0);
  transition: all 0.3s ease-in 0s;
}
main .inner section#visual .copy p {
  color: #111;
  font-family: "source-han-sans-japanese", sans-serif;
  font-size: 1.2rem;
  font-weight: 400;
  line-height: 2.2rem;
  letter-spacing: 0em;
  width: calc(100% - 130px);
  max-width: 550px;
  min-width: 500px;
  text-align: left;
  clip-path: inset(0 100% 0 0);
}
main .inner section#visual .copy p:not(:last-child) {
  margin-bottom: 20px;
}
main .inner section#visual .copy p:nth-child(3) {
  transition: all 0.35s ease-in 0.5s;
}
main .inner section#visual .copy p:nth-child(4) {
  transition: all 0.35s ease-in 0.5s;
}
main .inner section#visual .copy p:nth-child(5) {
  transition: all 0.35s ease-in 0.5s;
}
main .inner section#visual .copy p:nth-child(6) {
  transition: all 0.35s ease-in 0.5s;
}
main .inner section#contents {
  width: 40%;
  display: flex;
  flex-wrap: nowrap;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
}
main .inner section#contents .sec {
  width: 100%;
}
main .inner section#contents .sec.sec1 {
  margin-bottom: 0px;
}
main .inner section#contents .sec.sec1.on .insec .headsec {
  clip-path: inset(0 0 0 0);
}
main .inner section#contents .sec.sec1.on .insec .spec {
  clip-path: inset(0 0 0 0);
}
main .inner section#contents .sec.sec1 .insec .headsec::before {
  width: 39px;
  height: 371px;
  background-image: url(../images/text_deco.png);
}
main .inner section#contents .sec.sec2 {
  margin-bottom: 60px;
}
main .inner section#contents .sec.sec3 {
  margin-bottom: 60px;
}
main .inner section#contents .sec .insec {
  width: 100%;
  display: flex;
  flex-wrap: nowrap;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
}
main .inner section#contents .sec .insec .headsec {
  width: 100%;
  background-color: #ECA514;
  position: relative;
  opacity: 0;
  transition: all 0.3s ease-in 0s;
}
main .inner section#contents .sec .insec .headsec.on {
  opacity: 1;
}
main .inner section#contents .sec .insec .headsec::before {
  content: "";
  width: 38px;
  height: 199px;
  background-image: url(../images/text_deco2.png);
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  display: block;
  position: absolute;
  right: 10px;
  bottom: 60px;
  z-index: 1;
}
main .inner section#contents .sec .insec .headsec .inhead {
  width: calc(100% - 120px);
  padding-bottom: 60px;
  margin: 0 auto;
  position: relative;
  overflow: hidden;
}
main .inner section#contents .sec .insec .headsec .inhead h4 {
  width: 100%;
  height: 60px;
  display: flex;
  flex-wrap: nowrap;
  flex-direction: row;
  justify-content: flex-start;
  align-items: center;
}
main .inner section#contents .sec .insec .headsec .inhead h4 span {
  width: 126px;
  height: 24px;
  background-image: url(../images/text_introduce.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 .inner section#contents .sec .insec .headsec .inhead .slider {
  width: 100%;
}
main .inner section#contents .sec .insec .headsec .inhead .slider .inslide {
  width: 100%;
}
main .inner section#contents .sec .insec .spec {
  width: 100%;
  background-color: #EFEFEF;
  padding: 30px;
  opacity: 0;
  transition: all 0.3s ease-in 0s;
}
main .inner section#contents .sec .insec .spec.on {
  opacity: 1;
}
main .inner section#contents .sec .insec .spec .inspec {
  width: 100%;
  padding: 30px;
  border-top: solid 2px #333333;
  border-bottom: solid 2px #333333;
  display: flex;
  flex-wrap: nowrap;
  flex-direction: row;
  justify-content: space-between;
  align-items: flex-start;
}
main .inner section#contents .sec .insec .spec .inspec dl {
  text-align: left;
}
main .inner section#contents .sec .insec .spec .inspec dl:not(:last-child) {
  padding-bottom: 10px;
  margin-bottom: 10px;
  border-bottom: solid 1px #333333;
}
main .inner section#contents .sec .insec .spec .inspec dl dt {
  color: #111;
  font-family: "aktiv-grotesk", sans-serif;
  font-size: 1.2rem;
  font-weight: 400;
  line-height: 1.5;
  letter-spacing: 0em;
  margin-bottom: 20px;
}
main .inner section#contents .sec .insec .spec .inspec dl dd {
  color: #111;
  font-family: "brother-1816-printed", sans-serif;
  font-size: 1.4rem;
  font-weight: 500;
  line-height: 1.5;
  letter-spacing: 0em;
}
main .inner section#contents .sec .insec .spec .inspec dl dd.l {
  color: #111;
  font-family: "brother-1816-printed", sans-serif;
  font-size: 2.6rem;
  font-weight: 500;
  line-height: 1.5;
  letter-spacing: 0.05em;
}
main .inner section#contents .sec .insec .spec .inspec dl dd.l2 {
  color: #111;
  font-family: "brother-1816-printed", sans-serif;
  font-size: 1.9rem;
  font-weight: 500;
  line-height: 1.5;
  letter-spacing: 0.05em;
}
main .inner section#contents .sec .insec .spec .inspec dl dd p {
  color: #111;
  font-family: "source-han-sans-japanese", sans-serif;
  font-size: 1.2rem;
  font-weight: 400;
  line-height: 2.2rem;
  letter-spacing: 0em;
}
main .inner section#contents .sec .insec .spec .inspec dl dd p:not(:last-child) {
  margin-bottom: 10px;
}
main .inner section#contents .sec .insec .spec .inspec dl dd p.notice {
  font-size: 1rem;
  line-height: 2;
}
main .inner section#contents .sec .insec .spec .inspec .data {
  width: calc(50% - 15px);
}
main .inner section#contents .sec .insec .spec .inspec .comment {
  width: calc(50% - 15px);
}
main .inner section#contents .sec .insec > .photo {
  width: 100%;
  overflow: hidden;
  opacity: 0;
  transition: all 0.3s ease-in 0s;
}
main .inner section#contents .sec .insec > .photo.on {
  opacity: 1;
}
main .inner section#contents .sec .insec .pset {
  width: 100%;
  padding: 60px;
}
main .inner section#contents .sec .insec .pset.on > .photo {
  opacity: 1;
}
main .inner section#contents .sec .insec .pset > .photo {
  width: 100%;
  overflow: hidden;
  opacity: 0;
}
main .inner section#contents .sec .insec .pset > .photo:not(:last-child) {
  margin-bottom: 60px;
}
main .inner section#contents .sec .insec .pset > .photo:nth-child(1) {
  transition: all 0.3s ease-in 0s;
}
main .inner section#contents .sec .insec .pset > .photo:nth-child(2) {
  transition: all 0.3s ease-in 0.3s;
}
main .inner section#contents .profile {
  width: 100%;
  padding: 0px;
  margin: 0 auto 60px auto;
  display: flex;
  flex-wrap: nowrap;
  flex-direction: row;
  justify-content: space-between;
  align-items: stretch;
  opacity: 0;
  transition: all 0.5s ease-in 0s;
}
main .inner section#contents .profile.on {
  opacity: 1;
}
main .inner section#contents .profile .person {
  width: 50%;
  padding: 0px 30px;
  display: flex;
  flex-wrap: nowrap;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
}
main .inner section#contents .profile .person dl {
  display: flex;
  flex-wrap: nowrap;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  margin-bottom: 30px;
}
main .inner section#contents .profile .person dl dt {
  color: #111;
  font-family: "aktiv-grotesk", sans-serif;
  font-size: 2rem;
  font-weight: 500;
  line-height: 1;
  letter-spacing: 0em;
  margin-bottom: 10px;
}
main .inner section#contents .profile .person dl dd {
  color: #111;
  font-family: "source-han-sans-japanese", sans-serif;
  font-size: 1.4rem;
  font-weight: 400;
  line-height: 1;
  letter-spacing: 0em;
}
main .inner section#contents .profile .person .photo {
  width: 80%;
  margin-bottom: 15px;
  border: solid 1px #111;
  border-radius: 50%;
}
main .inner section#contents .profile .person .photo span {
  padding: 5px;
  display: block;
}
main .inner section#contents .profile .person .photo span img {
  width: 100%;
  clip-path: circle(50% at 50% 50%);
}
main .inner section#contents .profile .person .insta {
  width: 100%;
  margin-bottom: 40px;
}
main .inner section#contents .profile .person .insta a {
  display: flex;
  flex-wrap: nowrap;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  transition: all 0.25s ease-in 0s;
}
main .inner section#contents .profile .person .insta a:hover {
  opacity: 0.7;
}
main .inner section#contents .profile .person .insta a::before {
  content: "";
  width: 18px;
  height: 18px;
  background-image: url(../images/icon_insta.svg);
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  display: block;
}
main .inner section#contents .profile .person .insta a span {
  color: #111;
  font-family: "aktiv-grotesk", sans-serif;
  font-size: 1.4rem;
  font-weight: 400;
  line-height: 1;
  letter-spacing: 0em;
  margin-left: 10px;
  display: inline-block;
}
main .inner section#contents .profile .person p {
  color: #111;
  font-family: "source-han-sans-japanese", sans-serif;
  font-size: 1.2rem;
  font-weight: 400;
  line-height: 2;
  letter-spacing: 0em;
  text-align: left;
}
main .inner section#contents footer {
  width: 100%;
  border-top: solid 1px #ECA514;
}
main .inner section#contents footer .inner {
  width: 100%;
  padding: 60px 0 100px 0;
}
main .inner section#contents footer .inner .link {
  width: calc(100% - 30px);
  display: flex;
  flex-wrap: nowrap;
  flex-direction: row;
  justify-content: space-between;
  align-items: flex-end;
}
main .inner section#contents footer .inner .link ul {
  text-align: left;
}
main .inner section#contents footer .inner .link ul li a {
  color: #ECA514;
  font-family: "aktiv-grotesk", sans-serif;
  font-size: 1.4rem;
  font-weight: 600;
  line-height: 1;
  letter-spacing: 0em;
  transition: all 0.25s ease-in 0s;
}
main .inner section#contents footer .inner .link ul li a:hover {
  color: #111;
}
main .inner section#contents footer .inner .link ul li:not(:last-child) {
  margin-bottom: 10px;
}
main .inner section#contents footer .inner .link p {
  color: #ECA514;
  font-family: "aktiv-grotesk", sans-serif;
  font-size: 1.1rem;
  font-weight: 600;
  line-height: 1;
  letter-spacing: 0em;
  text-align: right;
}
main .inner 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 .inner section#contents footer .inner .pgtop p {
  color: #FFF;
  font-family: "brother-1816-printed", sans-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;
  }

  #loader .inner h2 {
    width: 125px;
    height: 24px;
  }

  header {
    width: 100%;
    position: absolute;
    top: 0px;
    right: 0px;
    left: auto;
  }
  header .inner {
    width: 100%;
    display: flex;
    flex-wrap: nowrap;
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-end;
    position: relative;
  }
  header .inner::before {
    content: "";
    width: 100%;
    height: 5px;
    margin-bottom: 5px;
    display: block;
  }
  header .inner ul {
    display: flex;
    flex-wrap: nowrap;
    flex-direction: row;
    justify-content: flex-start;
    align-items: flex-start;
    position: relative;
    transform: translateX(-10px);
  }
  header .inner ul li {
    width: auto;
  }
  header .inner ul li:not(:last-child) {
    margin-bottom: 0px;
  }
  header .inner ul li:not(:first-child) {
    margin-left: 10px;
  }
  header .inner ul li a {
    color: #ECA514;
    font-family: "aktiv-grotesk", sans-serif;
    font-size: 1.2rem;
    font-weight: 600;
    line-height: 1;
    letter-spacing: 0em;
    writing-mode: horizontal-tb;
  }
  header .inner ul li a:hover {
    color: #ECA514;
  }
  header .inner ul li span {
    width: 1px;
    height: 1.2rem;
  }

  main .inner {
    display: flex;
    flex-wrap: nowrap;
    flex-direction: column;
    justify-content: flex-start;
    align-items: center;
  }
  main .inner section#visual {
    width: 100%;
    height: auto;
    padding: 60px 0 0 0;
    margin-bottom: 60px;
    display: flex;
    flex-wrap: nowrap;
    flex-direction: column;
    justify-content: flex-start;
    align-items: center;
    position: relative;
    top: auto;
  }
  main .inner section#visual.on .img::before {
    opacity: 1;
  }
  main .inner section#visual.on .img::after {
    opacity: 1;
  }
  main .inner section#visual.on .img h1 {
    opacity: 1;
  }
  main .inner section#visual.on .img h2 {
    opacity: 1;
  }
  main .inner section#visual.on .img p {
    opacity: 1;
  }
  main .inner section#visual.on .img > div {
    opacity: 1;
  }
  main .inner section#visual.on .copy {
    opacity: 1;
  }
  main .inner section#visual .copy {
    width: 100%;
    display: flex;
    flex-wrap: nowrap;
    flex-direction: column;
    justify-content: flex-start;
    align-items: center;
    transition: opacity 0.25s ease-in 2s;
  }
  main .inner section#visual .copy h3 {
    width: calc(100% - 60px);
    height: calc((100vw - 60px) * 0.187);
    margin-bottom: 20px;
  }
  main .inner section#visual .copy h4 {
    width: calc(100% - 200px);
    height: calc((100vw - 200px) * 0.192);
    background-image: url(../images/text_introduce.png);
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
    text-align: left;
    text-indent: 999%;
    white-space: nowrap;
    display: block;
    overflow: hidden;
    margin-bottom: 40px;
  }
  main .inner section#visual .copy p {
    color: #111;
    font-family: "source-han-sans-japanese", sans-serif;
    font-size: 1.2rem;
    font-weight: 400;
    line-height: 2.2rem;
    letter-spacing: 0em;
    width: calc(100% - 60px);
    max-width: calc(100% - 60px);
    min-width: calc(100% - 60px);
    text-align: left;
  }
  main .inner section#visual .copy p:not(:last-child) {
    margin-bottom: 20px;
  }
  main .inner section#contents {
    width: 100%;
    display: flex;
    flex-wrap: nowrap;
    flex-direction: column;
    justify-content: flex-start;
    align-items: center;
  }
  main .inner section#contents .sec {
    width: 100%;
  }
  main .inner section#contents .sec.sec1 {
    margin-bottom: 0px;
  }
  main .inner section#contents .sec.sec1 .insec .headsec::before {
    width: 20px;
    height: 186px;
  }
  main .inner section#contents .sec.sec2 {
    margin-bottom: 30px;
  }
  main .inner section#contents .sec.sec3 {
    margin-bottom: 60px;
  }
  main .inner section#contents .sec .insec {
    width: 100%;
    display: flex;
    flex-wrap: nowrap;
    flex-direction: column;
    justify-content: flex-start;
    align-items: center;
  }
  main .inner section#contents .sec .insec .headsec {
    width: 100%;
  }
  main .inner section#contents .sec .insec .headsec::before {
    width: 19px;
    height: 100px;
    right: 5px;
    bottom: 30px;
  }
  main .inner section#contents .sec .insec .headsec .inhead {
    width: calc(100% - 60px);
    padding-bottom: 30px;
  }
  main .inner section#contents .sec .insec .headsec .inhead h4 {
    width: 100%;
    height: 60px;
    display: flex;
    flex-wrap: nowrap;
    flex-direction: row;
    justify-content: flex-start;
    align-items: center;
  }
  main .inner section#contents .sec .insec .headsec .inhead h4 span {
    width: 126px;
    height: 24px;
    background-image: url(../images/text_introduce.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 .inner section#contents .sec .insec .headsec .inhead .slider {
    width: 100%;
  }
  main .inner section#contents .sec .insec .headsec .inhead .slider .inslide {
    width: 100%;
  }
  main .inner section#contents .sec .insec .spec {
    width: 100%;
    background-color: #EFEFEF;
    padding: 30px;
  }
  main .inner section#contents .sec .insec .spec .inspec {
    width: 100%;
    padding: 30px 0;
    border-top: solid 2px #333333;
    border-bottom: solid 2px #333333;
    display: flex;
    flex-wrap: nowrap;
    flex-direction: column;
    justify-content: flex-start;
    align-items: center;
  }
  main .inner section#contents .sec .insec .spec .inspec dl {
    text-align: left;
  }
  main .inner section#contents .sec .insec .spec .inspec dl:not(:last-child) {
    padding-bottom: 10px;
    margin-bottom: 10px;
    border-bottom: solid 1px #333333;
  }
  main .inner section#contents .sec .insec .spec .inspec dl dt {
    color: #111;
    font-family: "aktiv-grotesk", sans-serif;
    font-size: 1.2rem;
    font-weight: 400;
    line-height: 1.5;
    letter-spacing: 0em;
    margin-bottom: 20px;
  }
  main .inner section#contents .sec .insec .spec .inspec dl dd {
    color: #111;
    font-family: "brother-1816-printed", sans-serif;
    font-size: 1.4rem;
    font-weight: 500;
    line-height: 1.5;
    letter-spacing: 0em;
  }
  main .inner section#contents .sec .insec .spec .inspec dl dd.l {
    color: #111;
    font-family: "brother-1816-printed", sans-serif;
    font-size: 2rem;
    font-weight: 500;
    line-height: 1.5;
    letter-spacing: 0.05em;
  }
  main .inner section#contents .sec .insec .spec .inspec dl dd p {
    color: #111;
    font-family: "source-han-sans-japanese", sans-serif;
    font-size: 1.2rem;
    font-weight: 400;
    line-height: 2.2rem;
    letter-spacing: 0em;
  }
  main .inner section#contents .sec .insec .spec .inspec dl dd p.notice {
    font-size: 1rem;
    line-height: 2;
  }
  main .inner section#contents .sec .insec .spec .inspec .data {
    width: 100%;
    margin-bottom: 10px;
  }
  main .inner section#contents .sec .insec .spec .inspec .comment {
    width: 100%;
    padding-top: 10px;
    border-top: solid 1px #333333;
  }
  main .inner section#contents .sec .insec > .photo {
    width: 100%;
    overflow: hidden;
  }
  main .inner section#contents .sec .insec .pset {
    width: 100%;
    padding: 30px;
  }
  main .inner section#contents .sec .insec .pset > .photo {
    width: 100%;
    overflow: hidden;
  }
  main .inner section#contents .sec .insec .pset > .photo:not(:last-child) {
    margin-bottom: 30px;
  }
  main .inner section#contents .profile {
    margin: 0 auto 60px auto;
    display: flex;
    flex-wrap: nowrap;
    flex-direction: column;
    justify-content: flex-start;
    align-items: center;
  }
  main .inner section#contents .profile .person {
    width: 100%;
    padding: 0px 30px;
    display: flex;
    flex-wrap: nowrap;
    flex-direction: column;
    justify-content: flex-start;
    align-items: center;
  }
  main .inner section#contents .profile .person:not(:last-child) {
    margin-bottom: 60px;
  }
  main .inner section#contents .profile .person dl {
    display: flex;
    flex-wrap: nowrap;
    flex-direction: column;
    justify-content: flex-start;
    align-items: center;
    margin-bottom: 30px;
  }
  main .inner section#contents .profile .person dl dt {
    color: #111;
    font-family: "aktiv-grotesk", sans-serif;
    font-size: 2rem;
    font-weight: 500;
    line-height: 1;
    letter-spacing: 0em;
    margin-bottom: 10px;
  }
  main .inner section#contents .profile .person dl dd {
    color: #111;
    font-family: "source-han-sans-japanese", sans-serif;
    font-size: 1.4rem;
    font-weight: 400;
    line-height: 1;
    letter-spacing: 0em;
  }
  main .inner section#contents .profile .person .photo {
    width: 200px;
    margin-bottom: 15px;
    border: solid 1px #111;
    border-radius: 100px;
  }
  main .inner section#contents .profile .person .photo span {
    padding: 5px;
    display: block;
  }
  main .inner section#contents .profile .person .photo span img {
    width: 100%;
    clip-path: circle(50% at 50% 50%);
  }
  main .inner section#contents .profile .person .insta {
    margin-bottom: 30px;
  }
  main .inner section#contents .profile .person .insta a:hover {
    opacity: 1;
  }
  main .inner section#contents .profile .person p {
    color: #111;
    font-family: "source-han-sans-japanese", sans-serif;
    font-size: 1.2rem;
    font-weight: 400;
    line-height: 2;
    letter-spacing: 0em;
    text-align: left;
  }
  main .inner section#contents footer {
    width: calc(100% - 60px);
  }
  main .inner section#contents footer .inner {
    padding: 30px 0 50px 0;
  }
  main .inner section#contents footer .inner .link {
    width: 100%;
    display: flex;
    flex-wrap: nowrap;
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
  }
  main .inner section#contents footer .inner .link ul {
    text-align: left;
    margin-bottom: 30px;
  }
  main .inner section#contents footer .inner .link ul li a {
    color: #ECA514;
    font-family: "aktiv-grotesk", sans-serif;
    font-size: 1.4rem;
    font-weight: 600;
    line-height: 1;
    letter-spacing: 0em;
  }
  main .inner section#contents footer .inner .link ul li a:hover {
    color: #ECA514;
  }
  main .inner section#contents footer .inner .link ul li:not(:last-child) {
    margin-bottom: 10px;
  }
  main .inner section#contents footer .inner .link p {
    color: #ECA514;
    font-family: "aktiv-grotesk", sans-serif;
    font-size: 1rem;
    font-weight: 600;
    line-height: 1;
    letter-spacing: 0em;
    text-align: left;
  }
  main .inner 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 .inner section#contents footer .inner .pgtop p {
    color: #FFF;
    font-family: "brother-1816-printed", sans-serif;
    font-size: 1.4rem;
    font-weight: 700;
    line-height: 1;
    letter-spacing: 0em;
    text-decoration: underline;
    text-align: right;
  }
}

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