@import url("https://use.typekit.net/rus3rqf.css");
@import url("https://fonts.googleapis.com/css2?family=Noto+Sans+JP&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@500&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@600&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Roboto:ital,wght@0,100;0,300;0,400;0,500;0,700;0,900;1,100;1,300;1,400;1,500;1,700;1,900&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Lexend+Peta:wght@100..900&display=swap");
@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: "Lexend Peta", sans-serif;
  font-size: 1rem;
  line-height: 1.5rem;
  color: #000;
  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: #605951;
}

img {
  width: 100%;
  height: auto;
  vertical-align: bottom;
}
img.sp {
  display: none;
}

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: 200px;
  height: 62px;
  background-image: url(../images/logo_iena.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: #E5E9ED;
  position: absolute;
  left: 0px;
  bottom: 0px;
  z-index: 5;
}
#loader .bar span {
  width: 0%;
  height: 100%;
  background-color: #000;
  display: block;
}

header {
  width: 100%;
  height: 60px;
  background-color: #FFF;
  display: flex;
  flex-wrap: nowrap;
  flex-direction: row;
  justify-content: center;
  align-items: center;
}
header h1 {
  width: 98px;
  height: 30px;
  background-image: url(../images/logo_iena.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 {
  width: 100%;
  padding: 0px;
  margin: 0 auto;
  position: relative;
}
main section .credits {
  display: flex;
  flex-wrap: wrap;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  opacity: 1;
  transition: all 0.5s ease-in 0s;
}
main section .credits.on {
  opacity: 1;
}
main section .credits > div:not(:last-child) {
  margin-bottom: 8px;
}
main section .credits > div.item-d-none dl dd a {
  display: none;
}
main section .credits > div.item-d-none dl dd a + span {
  color: #000;
  font-family: "Roboto", sans-serif;
  font-size: 1.2rem;
  font-weight: 400;
  line-height: 1.75;
  letter-spacing: 0em;
  display: inline-block;
}
main section .credits > div dl {
  text-align: left;
  display: flex;
  flex-wrap: nowrap;
  flex-direction: row;
  justify-content: center;
  align-items: flex-start;
}
main section .credits > div dl dt {
  display: flex;
  flex-wrap: nowrap;
  flex-direction: row;
  justify-content: flex-start;
  align-items: flex-start;
}
main section .credits > div dl dt span {
  color: #000;
  font-family: "Roboto", sans-serif;
  font-size: 1.2rem;
  font-weight: 400;
  line-height: 1.75;
  letter-spacing: 0em;
}
main section .credits > div dl dt span:not(:first-child) {
  margin-left: 5px;
}
main section .credits > div dl dd {
  color: #000;
  font-family: "Roboto", sans-serif;
  font-size: 1.2rem;
  font-weight: 400;
  line-height: 1.75;
  letter-spacing: 0em;
  margin-left: 10px;
}
main section .credits > div dl dd a {
  color: #000;
  font-family: "Roboto", sans-serif;
  font-size: 1.2rem;
  font-weight: 400;
  line-height: 1.75;
  letter-spacing: 0em;
  text-decoration: underline;
  padding: 0 5px;
  transition: all 0.1s ease-in;
}
main section .credits > div dl dd a:hover {
  color: #605951;
}
main section .credits > div dl dd a + span {
  display: none;
}
main section#visual {
  width: 100%;
  margin: 0 auto;
  position: relative;
}
main section#visual.on .swiper {
  opacity: 1;
}
main section#visual .swiper {
  width: 100%;
  overflow: hidden;
  opacity: 0;
  transition: all 0.5s ease-in 0s;
}
main section#visual .swiper .swiper-wrapper {
  width: 100%;
  -webkit-transition-timing-function: linear !important;
  -o-transition-timing-function: linear !important;
  transition-timing-function: linear !important;
  display: flex;
}
main section#prof {
  width: 100%;
  padding: 96px 0;
  background-image: url(../images/bg_prof.jpg);
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  display: flex;
  flex-wrap: nowrap;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  opacity: 0;
  transition: all 0.5s ease-in 0s;
}
main section#prof:not(:last-child) {
  margin-bottom: 104px;
}
main section#prof.on {
  opacity: 1;
}
main section#prof.on .inner {
  opacity: 1;
}
main section#prof .inner {
  width: 800px;
  padding: 40px;
  background-color: #FFF;
  border-radius: 15px;
  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 0.75s;
}
main section#prof .inner h3 {
  color: #000;
  font-family: "Lexend Peta", sans-serif;
  font-size: 5.4rem;
  font-weight: 400;
  line-height: 1;
  letter-spacing: 0em;
}
main section#prof .inner h3:not(:last-child) {
  margin-bottom: 40px;
}
main section#prof .inner > p {
  color: #000;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 1.8rem;
  font-weight: 400;
  line-height: 1.75;
  letter-spacing: 0em;
}
main section#prof .inner > p:not(:last-child) {
  margin-bottom: 40px;
}
main section#prof .inner .anchor {
  width: calc(100% - 160px);
  display: flex;
  flex-wrap: wrap;
  flex-direction: row;
  justify-content: center;
  align-items: stretch;
  gap: 40px;
}
main section#prof .inner .anchor:not(:last-child) {
  margin-bottom: 40px;
}
main section#prof .inner .anchor dl {
  width: calc((100% - 120px) / 4);
  display: flex;
  flex-wrap: wrap;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  cursor: pointer;
}
main section#prof .inner .anchor dl:hover dt img {
  transform: scale(1.1);
}
main section#prof .inner .anchor dl:hover dd:nth-child(2), main section#prof .inner .anchor dl:hover dd:nth-child(3) {
  color: #605951;
}
main section#prof .inner .anchor dl dt {
  width: 100%;
  border-radius: 50%;
  overflow: hidden;
  margin-bottom: 8px;
}
main section#prof .inner .anchor dl dt img {
  width: 100%;
  transition: all 0.2s ease-in 0s;
}
main section#prof .inner .anchor dl dd {
  transition: all 0.2s ease-in 0s;
}
main section#prof .inner .anchor dl dd:nth-child(2) {
  color: #000;
  font-family: "Roboto", sans-serif;
  font-size: 1.6rem;
  font-weight: 400;
  line-height: 1;
  letter-spacing: 0em;
  white-space: nowrap;
  margin-bottom: 4px;
}
main section#prof .inner .anchor dl dd:nth-child(3) {
  color: #000;
  font-family: "Roboto", sans-serif;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1;
  letter-spacing: 0em;
  white-space: nowrap;
}
main section#prof .inner .text {
  width: calc(100% - 160px);
}
main section#prof .inner .text p {
  color: #000;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 1.4rem;
  font-weight: 400;
  line-height: 1.75;
  letter-spacing: 0em;
  text-align: left;
}
main section#prof .inner .deco {
  color: #000;
  font-family: "Lexend Peta", sans-serif;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1;
  letter-spacing: 0em;
  white-space: nowrap;
  width: 800px;
  position: absolute;
  top: 800px;
  left: 16px;
  z-index: 1;
  transform: rotate(270deg);
  transform-origin: left top 0;
}
main section.person {
  width: 100%;
  padding-bottom: 104px;
  border-bottom: solid 1px #000;
  opacity: 0;
  transition: all 0.5s ease-in 0s;
}
main section.person:not(:last-child) {
  margin-bottom: 104px;
}
main section.person.on {
  opacity: 1;
}
main section.person .title {
  width: 100%;
  display: flex;
  flex-wrap: nowrap;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
}
main section.person .title:not(:last-child) {
  margin-bottom: 40px;
}
main section.person .title h4 {
  color: #000;
  font-family: "Lexend Peta", sans-serif;
  font-size: 5rem;
  font-weight: 500;
  line-height: 1;
  letter-spacing: 0.1em;
  margin-bottom: 8px;
}
main section.person .title h5 {
  color: #000;
  font-family: "Roboto", sans-serif;
  font-size: 2rem;
  font-weight: 400;
  line-height: 1;
  letter-spacing: 0em;
  margin-bottom: 16px;
}
main section.person .title .insta {
  margin-bottom: 24px;
}
main section.person .title .insta a {
  display: flex;
  flex-wrap: nowrap;
  flex-direction: row;
  justify-content: center;
  align-items: center;
}
main section.person .title .insta a::before {
  content: "";
  width: 12px;
  height: 12px;
  background-image: url(../images/icon_insta.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.person .title .insta a span {
  color: #000;
  font-family: "Roboto", sans-serif;
  font-size: 1rem;
  font-weight: 500;
  line-height: 1;
  letter-spacing: 0em;
  margin-left: 8px;
}
main section.person .title p {
  color: #000;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 1.4rem;
  font-weight: 400;
  line-height: 1.75;
  letter-spacing: 0em;
  text-align: left;
  width: 470px;
}
main section.person .photo {
  width: 100%;
  position: relative;
}
main section.person .photo:not(:last-child) {
  margin-bottom: 40px;
}
main section.person .photo > div {
  width: 100%;
}
main section.person .photo > div .pc {
  width: 100%;
}
main section.person .photo > div .sp {
  display: none;
}
main section.person .photo > div.catch {
  width: auto;
  position: absolute;
  z-index: 1;
}
main section.person .photo > div.catch.c1 {
  top: 38.75%;
  right: 9%;
}
main section.person .photo > div.catch.c2 {
  top: 13.75%;
  right: 16.5%;
}
main section.person .photo > div.catch.c3 {
  top: 11.875%;
  right: 7.425%;
}
main section.person .photo > div.catch.c4 {
  top: 15%;
  right: 13.675%;
}
main section.person .photo > div.catch.c5 {
  top: 25%;
  left: 12.5%;
}
main section.person .photo > div.catch.c6 {
  top: 11.65%;
  right: 7.8125%;
}
main section.person .photo > div.catch.c7 {
  top: 31.25%;
  right: 10.55%;
}
main section.person .photo > div.catch h6 {
  display: flex;
  flex-wrap: nowrap;
  flex-direction: row-reverse;
  justify-content: flex-start;
  align-items: flex-start;
}
main section.person .photo > div.catch h6 span {
  color: #000;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 2rem;
  font-weight: 400;
  line-height: 1.75;
  letter-spacing: 0.05em;
  -ms-writing-mode: tb-rl;
  writing-mode: vertical-rl;
  font-feature-settings: initial;
  text-orientation: upright;
}
main section.person .pset {
  width: 100%;
  display: flex;
  flex-wrap: nowrap;
  flex-direction: row;
  justify-content: space-between;
  align-items: stretch;
}
main section.person .pset:not(:last-child) {
  margin-bottom: 40px;
}
main section.person .pset .p-swiper {
  width: calc(50% - 20px);
}
main section.person .pset .p-single {
  width: calc(50% - 20px);
}

footer {
  width: 100%;
  padding: 104px 0;
  margin: 0 auto;
  position: relative;
}
footer .inner {
  width: 100%;
  display: flex;
  flex-wrap: nowrap;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
}
footer .inner .link {
  width: 100%;
  display: flex;
  flex-wrap: nowrap;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
}
footer .inner .link ul {
  display: flex;
  flex-wrap: nowrap;
  flex-direction: row;
  justify-content: center;
  align-items: flex-start;
  margin-bottom: 24px;
}
footer .inner .link ul li {
  text-align: left;
}
footer .inner .link ul li a {
  color: #000;
  font-family: "Roboto", sans-serif;
  font-size: 1.4rem;
  font-weight: 400;
  line-height: 1;
  letter-spacing: 0em;
  transition: all 0.2s ease-in 0s;
}
footer .inner .link ul li a:hover {
  opacity: 0.75;
}
footer .inner .link ul li span {
  color: #000;
  font-family: "Roboto", sans-serif;
  font-size: 1.4rem;
  font-weight: 400;
  line-height: 1;
  letter-spacing: 0em;
  padding: 0 8px;
  display: inline-block;
}
footer .inner .link p {
  color: #000;
  font-family: "Roboto", sans-serif;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1;
  letter-spacing: 0em;
  margin-bottom: 48px;
}
footer .inner .link h6 {
  width: 200px;
  height: 62px;
  background-image: url(../images/logo_iena.png);
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  text-align: left;
  text-indent: 999%;
  white-space: nowrap;
  display: block;
  overflow: hidden;
}
footer .inner .pgtop {
  cursor: pointer;
  position: absolute;
  right: 20px;
  bottom: 0px;
  display: none;
}
footer .inner .pgtop p {
  color: #000;
  font-family: "Roboto", sans-serif;
  font-size: 1.2rem;
  font-weight: 500;
  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;
  }

  img.pc {
    display: none;
  }
  img.sp {
    display: block;
  }

  #loader .inner h2 {
    width: 100px;
    height: 31px;
  }

  main {
    width: 100%;
    padding: 0px;
    margin: 0 auto;
    position: relative;
  }
  main section .credits {
    display: flex;
    flex-wrap: wrap;
    flex-direction: column;
    justify-content: flex-start;
    align-items: center;
    opacity: 1;
    transition: all 0.5s ease-in 0s;
  }
  main section .credits.on {
    opacity: 1;
  }
  main section .credits > div:not(:last-child) {
    margin-bottom: 8px;
  }
  main section .credits > div.item-d-none dl dd a {
    display: none;
  }
  main section .credits > div.item-d-none dl dd a + span {
    color: #000;
    font-family: "Noto Sans JP", sans-serif;
    font-size: 1.1rem;
    font-weight: 400;
    line-height: 1.75;
    letter-spacing: 0em;
    display: inline-block;
  }
  main section .credits > div dl {
    text-align: left;
    display: flex;
    flex-wrap: nowrap;
    flex-direction: row;
    justify-content: center;
    align-items: flex-start;
  }
  main section .credits > div dl dt {
    display: flex;
    flex-wrap: nowrap;
    flex-direction: row;
    justify-content: flex-start;
    align-items: flex-start;
  }
  main section .credits > div dl dt span {
    color: #000;
    font-family: "Roboto", sans-serif;
    font-size: 1.2rem;
    font-weight: 400;
    line-height: 1.75;
    letter-spacing: 0em;
  }
  main section .credits > div dl dt span:not(:first-child) {
    margin-left: 5px;
  }
  main section .credits > div dl dd {
    color: #000;
    font-family: "Roboto", sans-serif;
    font-size: 1.2rem;
    font-weight: 400;
    line-height: 1.75;
    letter-spacing: 0em;
    margin-left: 10px;
  }
  main section .credits > div dl dd a {
    color: #000;
    font-family: "Roboto", sans-serif;
    font-size: 1.2rem;
    font-weight: 400;
    line-height: 1.75;
    letter-spacing: 0em;
    text-decoration: underline;
    padding: 0 5px;
    transition: all 0.1s ease-in;
  }
  main section .credits > div dl dd a:hover {
    color: #605951;
  }
  main section .credits > div dl dd a + span {
    display: none;
  }
  main section#prof {
    width: 100%;
    padding: 40px 40px;
  }
  main section#prof:not(:last-child) {
    margin-bottom: 56px;
  }
  main section#prof .inner {
    width: 100%;
    padding: 24px;
  }
  main section#prof .inner h3 {
    color: #000;
    font-family: "Lexend Peta", sans-serif;
    font-size: 3.4rem;
    font-weight: 400;
    line-height: 1.25;
    letter-spacing: 0em;
  }
  main section#prof .inner h3:not(:last-child) {
    margin-bottom: 16px;
  }
  main section#prof .inner h3 span {
    display: none;
  }
  main section#prof .inner > p {
    color: #000;
    font-family: "Noto Sans JP", sans-serif;
    font-size: 1.4rem;
    font-weight: 400;
    line-height: 1.75;
    letter-spacing: 0em;
  }
  main section#prof .inner > p:not(:last-child) {
    margin-bottom: 20px;
  }
  main section#prof .inner .anchor {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    flex-direction: row;
    justify-content: center;
    align-items: stretch;
    gap: 16px;
  }
  main section#prof .inner .anchor:not(:last-child) {
    margin-bottom: 16px;
  }
  main section#prof .inner .anchor dl {
    width: calc((100% - 32px) / 3);
    position: relative;
  }
  main section#prof .inner .anchor dl:nth-child(1) {
    margin-left: calc((100% - 32px) / 3 / 2);
  }
  main section#prof .inner .anchor dl:nth-child(2) {
    margin-right: calc((100% - 32px) / 3 / 2);
  }
  main section#prof .inner .anchor dl:hover dt img {
    transform: scale(1);
  }
  main section#prof .inner .anchor dl:hover dd:nth-child(2), main section#prof .inner .anchor dl:hover dd:nth-child(3) {
    color: #000;
  }
  main section#prof .inner .anchor dl dt {
    width: 100%;
    margin-bottom: 8px;
  }
  main section#prof .inner .anchor dl dd {
    transition: all 0.2s ease-in 0s;
  }
  main section#prof .inner .anchor dl dd:nth-child(2) {
    color: #000;
    font-family: "Roboto", sans-serif;
    font-size: 1.4rem;
    font-weight: 400;
    line-height: 1.25;
    letter-spacing: 0em;
    white-space: nowrap;
    margin-bottom: 0px;
  }
  main section#prof .inner .anchor dl dd:nth-child(3) {
    color: #000;
    font-family: "Roboto", sans-serif;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1;
    letter-spacing: 0em;
    white-space: nowrap;
    display: none;
  }
  main section#prof .inner .text {
    width: 100%;
  }
  main section#prof .inner .text p {
    color: #000;
    font-family: "Noto Sans JP", sans-serif;
    font-size: 1.2rem;
    font-weight: 400;
    line-height: 1.75;
    letter-spacing: 0em;
    text-align: left;
  }
  main section#prof .inner .deco {
    color: #000;
    font-family: "Lexend Peta", sans-serif;
    font-size: 1rem;
    font-weight: 500;
    line-height: 1;
    letter-spacing: 0em;
    white-space: nowrap;
    width: 100%;
    margin-bottom: 16px;
    position: relative;
    top: auto;
    left: auto;
    z-index: 1;
    transform: none;
  }
  main section.person {
    padding-bottom: 64px;
  }
  main section.person:not(:last-child) {
    margin-bottom: 64px;
  }
  main section.person .title {
    width: calc(100% - 32px);
    margin: 0 auto;
    display: flex;
    flex-wrap: nowrap;
    flex-direction: column;
    justify-content: flex-start;
    align-items: center;
  }
  main section.person .title:not(:last-child) {
    margin-bottom: 40px;
  }
  main section.person .title h4 {
    color: #000;
    font-family: "Lexend Peta", sans-serif;
    font-size: 3.2rem;
    font-weight: 500;
    line-height: 1;
    letter-spacing: 0.1em;
    margin-bottom: 8px;
  }
  main section.person .title h5 {
    color: #000;
    font-family: "Roboto", sans-serif;
    font-size: 1.6rem;
    font-weight: 400;
    line-height: 1;
    letter-spacing: 0em;
    margin-bottom: 16px;
  }
  main section.person .title .insta {
    margin-bottom: 24px;
  }
  main section.person .title .insta a {
    display: flex;
    flex-wrap: nowrap;
    flex-direction: row;
    justify-content: center;
    align-items: center;
  }
  main section.person .title .insta a::before {
    content: "";
    width: 12px;
    height: 12px;
    background-image: url(../images/icon_insta.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.person .title .insta a span {
    color: #000;
    font-family: "Roboto", sans-serif;
    font-size: 1rem;
    font-weight: 500;
    line-height: 1;
    letter-spacing: 0em;
    margin-left: 8px;
  }
  main section.person .title p {
    color: #000;
    font-family: "Noto Sans JP", sans-serif;
    font-size: 1.4rem;
    font-weight: 400;
    line-height: 1.75;
    letter-spacing: 0em;
    width: 100%;
  }
  main section.person .photo {
    width: 100%;
    position: relative;
  }
  main section.person .photo:not(:last-child) {
    margin-bottom: 40px;
  }
  main section.person .photo > div {
    width: 100%;
  }
  main section.person .photo > div .pc {
    display: none;
  }
  main section.person .photo > div .sp {
    width: 100%;
    display: block;
  }
  main section.person .photo > div.catch {
    width: auto;
    position: absolute;
    z-index: 1;
  }
  main section.person .photo > div.catch.c1 {
    top: 40px;
    right: auto;
    left: 40px;
  }
  main section.person .photo > div.catch.c2 {
    top: 80px;
    right: 40px;
  }
  main section.person .photo > div.catch.c3 {
    top: 60px;
    right: 5px;
  }
  main section.person .photo > div.catch.c4 {
    top: 50px;
    right: 80px;
  }
  main section.person .photo > div.catch.c5 {
    top: 60px;
    left: 40px;
  }
  main section.person .photo > div.catch.c6 {
    top: 70px;
    right: 15px;
  }
  main section.person .photo > div.catch.c7 {
    top: 50px;
    right: 60px;
  }
  main section.person .photo > div.catch h6 {
    display: flex;
    flex-wrap: nowrap;
    flex-direction: row-reverse;
    justify-content: flex-start;
    align-items: flex-start;
  }
  main section.person .photo > div.catch h6 span {
    font-size: 1.4rem;
  }
  main section.person .pset {
    width: 100%;
    display: flex;
    flex-wrap: nowrap;
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
  }
  main section.person .pset:not(:last-child) {
    margin-bottom: 40px;
  }
  main section.person .pset .p-swiper {
    width: calc(100% - 64px);
  }
  main section.person .pset .p-swiper:not(:last-child) {
    margin-bottom: 40px;
  }
  main section.person .pset .p-swiper:nth-child(2) {
    margin-left: auto;
    margin-bottom: 40px;
    order: 1;
  }
  main section.person .pset .p-single {
    width: 100%;
  }
  main section.person .pset .p-single:not(:last-child) {
    margin-bottom: 40px;
  }
  main section.person .pset .p-single:nth-child(1) {
    order: 2;
  }

  footer {
    width: 100%;
    padding: 64px 0;
    margin: 0 auto;
    position: relative;
  }
  footer .inner {
    width: 100%;
    display: flex;
    flex-wrap: nowrap;
    flex-direction: column;
    justify-content: flex-start;
    align-items: center;
  }
  footer .inner .link {
    width: 100%;
    display: flex;
    flex-wrap: nowrap;
    flex-direction: column;
    justify-content: flex-start;
    align-items: center;
  }
  footer .inner .link ul {
    display: flex;
    flex-wrap: nowrap;
    flex-direction: row;
    justify-content: center;
    align-items: flex-start;
    margin-bottom: 24px;
  }
  footer .inner .link ul li a {
    color: #000;
    font-family: "Roboto", sans-serif;
    font-size: 1.2rem;
    font-weight: 400;
    line-height: 1;
    letter-spacing: 0em;
  }
  footer .inner .link ul li a:hover {
    opacity: 1;
  }
  footer .inner .link ul li span {
    color: #000;
    font-family: "Roboto", sans-serif;
    font-size: 1.2rem;
    font-weight: 400;
    line-height: 1;
    letter-spacing: 0em;
    padding: 0 8px;
    display: inline-block;
  }
  footer .inner .link p {
    color: #000;
    font-family: "Roboto", sans-serif;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1;
    letter-spacing: 0em;
    margin-bottom: 48px;
  }
  footer .inner .link h6 {
    width: 130px;
    height: 40px;
    background-image: url(../images/logo_iena.png);
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
    text-align: left;
    text-indent: 999%;
    white-space: nowrap;
    display: block;
    overflow: hidden;
  }
  footer .inner .pgtop {
    cursor: pointer;
    position: absolute;
    right: 20px;
    bottom: 0px;
    display: none;
  }
  footer .inner .pgtop p {
    color: #000;
    font-family: "Roboto", sans-serif;
    font-size: 1.2rem;
    font-weight: 500;
    line-height: 1;
    letter-spacing: 0em;
    text-decoration: underline;
    text-align: right;
  }
}

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