@charset "UTF-8";
@import url("https://use.typekit.net/lku3swd.css");
@import url("https://fonts.googleapis.com/css2?family=Marcellus&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;
  }
}
@keyframes change {
  0% {
    opacity: 0;
  }
  45% {
    opacity: 0;
  }
  55% {
    opacity: 1;
  }
  100% {
    opacity: 1;
  }
}
/* ------------------------------------------------------------------------------------------------------------------------ */
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: #000;
  text-align: center;
  -webkit-text-size-adjust: 100%;
  background-color: #FFF;
  height: 100%;
  position: fixed;
  left: 0px;
  top: 0px;
}
body.loaded {
  position: static;
  overflow: scroll;
}
body.looking {
  overflow: hidden;
}

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

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

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--------------------------------------------------------- */
@keyframes myScroll {
  0% {
    transform: translateX(0);
  }
  100% {
    transform: translateX(-1976px);
  }
}
@keyframes myScroll-SP {
  0% {
    transform: translateX(0);
  }
  100% {
    transform: translateX(-788px);
  }
}
#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.5s ease-in-out 0.25s;
}
#loader .logo {
  width: 166px;
  height: 110px;
  background-image: url(../images/logo_loading1.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;
  top: calc(50% - 55px);
  left: calc(50% - 83px);
}
#loader .bar {
  width: 200px;
  height: 47px;
  background-image: url(../images/logo_loading3.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;
  top: calc(50% + 20px);
  left: calc(50% - 100px);
  z-index: 5;
}
#loader .bar span {
  width: 100%;
  height: 100%;
  background-image: url(../images/logo_loading2.png);
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  text-align: left;
  text-indent: 999%;
  white-space: nowrap;
  display: block;
  overflow: hidden;
  clip-path: inset(0 0 0 0);
}

.loaded main {
  opacity: 1;
}

header {
  width: calc(100% - 60px);
  position: fixed;
  top: 50px;
  left: 30px;
  z-index: 1;
}
header .inner {
  width: 100%;
  display: flex;
  flex-wrap: nowrap;
  flex-direction: row;
  justify-content: space-between;
  align-items: flex-start;
}
header .inner .logo h1 {
  width: 170px;
}
header .inner .logo h1:not(:last-child) {
  margin-bottom: 30px;
}
header .inner .logo h1 span {
  width: 100%;
  height: 81px;
  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;
}
header .inner ul {
  display: flex;
  flex-wrap: nowrap;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 1.2rem;
  position: fixed;
  top: 50px;
  right: 20px;
  z-index: 10;
}
header .inner ul li {
  width: 100%;
}
header .inner ul li:not(:last-child) {
  margin-bottom: 10px;
}
header .inner ul li a {
  color: #000;
  font-family: "aktiv-grotesk", sans-serif;
  font-size: 1.2rem;
  font-weight: 600;
  line-height: 1;
  letter-spacing: 0em;
  -ms-writing-mode: tb-rl;
  writing-mode: vertical-rl;
  transition: all 0.25s ease-in 0s;
}
header .inner ul li a:hover {
  color: #A6A6A6;
}
header .inner ul li span {
  width: 100%;
  height: 1px;
  background-color: #000;
  display: block;
}

main {
  width: 100%;
  padding: 50px 0 0 0;
  margin: 0;
  position: relative;
  box-sizing: border-box;
}
main .sec {
  width: 100%;
  padding: 0px;
  margin: 0 auto;
  box-sizing: border-box;
}
main .sec:not(:last-child) {
  margin-bottom: 150px;
}
main .sec.on .insec .text h2 {
  clip-path: inset(0 0 0 0);
}
main .sec.on .insec .text > div {
  clip-path: inset(0 0 0 0);
}
main .sec .insec {
  width: calc(100% - 100px);
  margin: 0 auto;
  display: flex;
  flex-wrap: nowrap;
  flex-direction: row;
  justify-content: space-between;
  align-items: flex-start;
}
main .sec .insec .text {
  width: 45.5%;
  padding: 180px 0 0 0;
  display: flex;
  flex-wrap: nowrap;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  position: sticky;
  z-index: 5;
}
main .sec .insec .text .visual {
  display: none;
}
main .sec .insec .text h2 {
  width: 590px;
  height: 140px;
  background-image: url(../images/title.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;
  position: relative;
  transform: translateX(80px);
  clip-path: inset(0 0 0 100%);
  transition: all 0.3s ease-in 0s;
}
main .sec .insec .text > div {
  text-align: left;
  clip-path: inset(0 0 0 100%);
}
main .sec .insec .text > div:nth-child(3) {
  width: 100%;
  margin-bottom: 50px;
  transition: all 0.3s ease-in 0.25s;
}
main .sec .insec .text > div:nth-child(3) h3 {
  color: #000;
  font-family: "游明朝", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "MS P明朝", "MS PMincho", serif;
  font-size: 2rem;
  font-weight: 500;
  line-height: 1;
  letter-spacing: 0em;
  margin-bottom: 10px;
}
main .sec .insec .text > div:nth-child(3) h4 {
  color: #000;
  font-family: "游明朝", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "MS P明朝", "MS PMincho", serif;
  font-size: 1.4rem;
  font-weight: 500;
  line-height: 1;
  letter-spacing: 0em;
}
main .sec .insec .text > div:nth-child(4) {
  width: calc(100% - 140px);
  transition: all 0.3s ease-in 0.5s;
}
main .sec .insec .text > div:nth-child(4) p:nth-child(1) {
  color: #000;
  font-family: "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", sans-serif;
  font-size: 1.4rem;
  font-weight: 500;
  line-height: 2;
  letter-spacing: 0em;
  margin-bottom: 20px;
}
main .sec .insec .text > div:nth-child(4) p: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 .sec .insec .detail {
  width: 54.5%;
}
main .sec .insec .detail.on .visual {
  opacity: 1;
}
main .sec .insec .detail.on .visual + h3 {
  opacity: 1;
}
main .sec .insec .detail.on .visual + h3 + dl {
  opacity: 1;
}
main .sec .insec .detail .visual {
  width: 100%;
  margin-bottom: 60px;
  transition: all 0.5s ease-in 0s;
  opacity: 0;
}
main .sec .insec .detail .visual.on {
  opacity: 1;
}
main .sec .insec .detail h3 {
  color: #000;
  font-family: "source-han-sans-japanese", sans-serif;
  font-size: 2rem;
  font-weight: 700;
  line-height: 2.8rem;
  letter-spacing: 0em;
  text-align: left;
  margin-bottom: 50px;
  transition: all 0.5s ease-in 0s;
  opacity: 0;
}
main .sec .insec .detail h3.on {
  opacity: 1;
}
main .sec .insec .detail > dl {
  text-align: left;
  transition: all 0.5s ease-in 0.1s;
  opacity: 0;
}
main .sec .insec .detail > dl.on {
  opacity: 1;
}
main .sec .insec .detail > dl:not(:last-child) {
  margin-bottom: 50px;
}
main .sec .insec .detail > dl.mb100:not(:last-child) {
  margin-bottom: 100px;
}
main .sec .insec .detail > dl > dt {
  display: flex;
  flex-wrap: nowrap;
  flex-direction: row;
  justify-content: flex-start;
  align-items: flex-start;
  margin-bottom: 20px;
}
main .sec .insec .detail > dl > dt::before {
  content: "ー";
  color: #000;
  font-family: "source-han-sans-japanese", sans-serif;
  font-size: 1.4rem;
  font-weight: 700;
  line-height: 2;
  letter-spacing: 0em;
  display: block;
}
main .sec .insec .detail > dl > dt span {
  color: #000;
  font-family: "source-han-sans-japanese", sans-serif;
  font-size: 1.4rem;
  font-weight: 700;
  line-height: 2;
  letter-spacing: 0em;
  margin-left: 5px;
}
main .sec .insec .detail > dl > dd p {
  color: #000;
  font-family: "source-han-sans-japanese", sans-serif;
  font-size: 1.4rem;
  font-weight: 400;
  line-height: 2;
  letter-spacing: 0em;
}
main .sec .insec .detail > dl > dd p:not(:last-child) {
  margin-bottom: 10px;
}
main .sec .insec .detail .photo {
  width: calc(100% - 200px);
  margin: 0 auto;
  overflow: hidden;
  transition: all 0.5s ease-in 0.1s;
  opacity: 0;
}
main .sec .insec .detail .photo.on {
  opacity: 1;
}
main .sec .insec .detail .photo:not(:last-child) {
  margin-bottom: 60px;
}
main .sec .insec .detail .photo .img {
  width: 100%;
}
main .sec .insec .detail .photo .img:not(:last-child) {
  margin-bottom: 20px;
}
main .sec .insec .detail .photo .img {
  width: 100%;
}
main .sec .insec .detail .photo .img:not(:last-child) {
  margin-bottom: 20px;
}
main .sec .insec .detail .photo .slider {
  width: 100%;
  position: relative;
}
main .sec .insec .detail .photo .slider:not(:last-child) {
  margin-bottom: 20px;
}
main .sec .insec .detail .photo .slider .arrow {
  width: 13px;
  height: 23px;
  background-image: url(../images/arrow.png);
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  position: absolute;
  top: calc(50% - 12px);
  z-index: 3;
}
main .sec .insec .detail .photo .slider .arrow.prev {
  left: 10px;
}
main .sec .insec .detail .photo .slider .arrow.next {
  right: 10px;
  transform: rotate(180deg);
}
main .sec .insec .detail .photo .credits {
  text-align: left;
  width: 100%;
}
main .sec .insec .detail .photo .credits > div {
  width: 100%;
}
main .sec .insec .detail .photo .credits > div.item-d-none a {
  pointer-events: none;
}
main .sec .insec .detail .photo .credits > div.item-d-none a dl::before {
  content: none;
}
main .sec .insec .detail .photo .credits > div.item-d-none a dl dd {
  display: none;
}
main .sec .insec .detail .photo .credits > div.item-d-none a dl dd.show {
  padding-left: 10px;
  display: inline-block;
}
main .sec .insec .detail .photo .credits > div a {
  display: block;
}
main .sec .insec .detail .photo .credits > div a dl {
  display: flex;
  flex-wrap: nowrap;
  flex-direction: row;
  justify-content: flex-start;
  align-items: flex-start;
  opacity: 1;
}
main .sec .insec .detail .photo .credits > div a dl::before {
  content: "-";
  color: #000;
  font-family: "source-han-sans-japanese", sans-serif;
  font-size: 1.2rem;
  font-weight: 400;
  line-height: 2;
  letter-spacing: 0em;
  display: inline-block;
  order: 2;
}
main .sec .insec .detail .photo .credits > div a dl dt {
  display: flex;
  flex-wrap: nowrap;
  flex-direction: row;
  justify-content: flex-start;
  align-items: flex-start;
  order: 1;
}
main .sec .insec .detail .photo .credits > div a dl dt::before {
  content: none;
}
main .sec .insec .detail .photo .credits > div a dl dt strong {
  color: #000;
  font-family: "source-han-sans-japanese", sans-serif;
  font-size: 1.2rem;
  font-weight: 400;
  line-height: 2;
  letter-spacing: 0em;
}
main .sec .insec .detail .photo .credits > div a dl dt strong:nth-child(2) {
  margin-left: 5px;
}
main .sec .insec .detail .photo .credits > div a dl dd {
  display: flex;
  flex-wrap: nowrap;
  flex-direction: row;
  justify-content: flex-start;
  align-items: flex-start;
  order: 3;
}
main .sec .insec .detail .photo .credits > div a dl dd span {
  color: #000;
  font-family: "source-han-sans-japanese", sans-serif;
  font-size: 1.2rem;
  font-weight: 400;
  line-height: 2;
  letter-spacing: 0em;
}
main .sec .insec .detail .photo > p {
  color: #000;
  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 .sec .insec .detail .photo > p:not(:last-child) {
  margin-bottom: 20px;
}
main .sec .insec .detail .profile {
  width: 100%;
  transition: all 0.5s ease-in 0s;
  opacity: 0;
}
main .sec .insec .detail .profile.on {
  opacity: 1;
}
main .sec .insec .detail .profile .inprof {
  text-align: left;
  width: 100%;
  padding: 40px;
  background-color: #F5F5F5;
}
main .sec .insec .detail .profile .inprof h4 {
  color: #000;
  font-family: "游明朝", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "MS P明朝", "MS PMincho", serif;
  font-size: 2.4rem;
  font-weight: 500;
  line-height: 1;
  letter-spacing: 0em;
  margin-bottom: 20px;
}
main .sec .insec .detail .profile .inprof h5 {
  color: #000;
  font-family: "source-han-sans-japanese", sans-serif;
  font-size: 1.2rem;
  font-weight: 500;
  line-height: 2;
  letter-spacing: 0em;
  margin-bottom: 20px;
}
main .sec .insec .detail .profile .inprof p {
  color: #000;
  font-family: "source-han-sans-japanese", sans-serif;
  font-size: 1.2rem;
  font-weight: 400;
  line-height: 2;
  letter-spacing: 0em;
}
main .sec#sec1 {
  padding-bottom: 150px;
  border-bottom: dotted 1px #000;
}
main .sec#sec2 {
  margin-bottom: 100px;
}
main .sec#sec2 ul {
  width: calc(100% - 140px);
  margin: 0 auto;
  display: flex;
  flex-wrap: nowrap;
  flex-direction: row;
  justify-content: space-between;
  align-items: stretch;
}
main .sec#sec2 ul li {
  width: calc((100% - 20px) / 3);
}
main .sec#sec2 ul li a {
  display: block;
}
main .sec#sec2 ul li a img {
  width: 100%;
  transition: all 0.25s ease-in 0s;
}
main .sec#sec2 ul li a img:hover {
  opacity: 0.7;
}

footer {
  text-align: left;
  width: 100%;
  padding: 65px 0;
  border-top: solid 1px #000;
}
footer .infoot {
  width: calc(100% - 60px);
  margin: 0 auto;
}
footer .infoot ul {
  display: flex;
  flex-wrap: nowrap;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
}
footer .infoot ul:not(:last-child) {
  margin-bottom: 20px;
}
footer .infoot ul li:not(:last-child) {
  margin-bottom: 5px;
}
footer .infoot ul li a {
  color: #000;
  font-family: "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", sans-serif;
  font-size: 1.4rem;
  font-weight: 700;
  line-height: 1;
  letter-spacing: 0em;
  transition: all 0.25s ease-in 0s;
}
footer .infoot ul li a:hover {
  color: #A6A6A6;
  text-decoration: underline;
}
footer .infoot ul li span {
  color: #000;
  font-family: "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", sans-serif;
  font-size: 1.4rem;
  font-weight: 700;
  line-height: 1;
  letter-spacing: 0em;
}
footer .infoot p span {
  color: #000;
  font-family: "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", sans-serif;
  font-size: 1.2rem;
  font-weight: 400;
  line-height: 1;
  letter-spacing: 0em;
}

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

  header {
    width: 100%;
    top: 10px;
    left: 0px;
    z-index: 111;
  }
  header .inner {
    width: 100%;
    padding: 0 0 0 20px;
    display: flex;
    flex-wrap: nowrap;
    flex-direction: row;
    justify-content: space-between;
    align-items: flex-start;
  }
  header .inner .logo h1 {
    width: 142px;
  }
  header .inner .logo h1 span {
    height: 68px;
  }
  header .inner ul {
    position: fixed;
    top: 10px;
    right: 5px;
  }
  header .inner ul li {
    width: 100%;
  }
  header .inner ul li:not(:last-child) {
    margin-bottom: 10px;
  }
  header .inner ul li a {
    color: #000;
    font-family: "aktiv-grotesk", sans-serif;
    font-size: 1.2rem;
    font-weight: 600;
    line-height: 1;
    letter-spacing: 0em;
    -ms-writing-mode: tb-rl;
    writing-mode: vertical-rl;
    transition: all 0.25s ease-in 0s;
  }
  header .inner ul li a:hover {
    color: #A6A6A6;
  }
  header .inner ul li span {
    width: 100%;
    height: 1px;
    background-color: #000;
    display: block;
  }

  main {
    width: 100%;
    padding: 50px 0 0 0;
    margin-bottom: 20px;
    position: relative;
    box-sizing: border-box;
  }
  main .sec {
    width: 100%;
    padding: 0px;
    margin: 0 auto;
    box-sizing: border-box;
  }
  main .sec:not(:last-child) {
    margin-bottom: 150px;
  }
  main .sec.on .insec .text .visual {
    opacity: 1;
  }
  main .sec.on .insec .text h2 {
    clip-path: inset(0 0 0 0);
  }
  main .sec.on .insec .text > div {
    clip-path: inset(0 0 0 0);
  }
  main .sec .insec {
    width: calc(100% - 20px);
    padding: 0 15px 0 0;
    margin: 0 auto;
    display: flex;
    flex-wrap: nowrap;
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
  }
  main .sec .insec .text {
    width: 100%;
    display: flex;
    flex-wrap: nowrap;
    flex-direction: column;
    justify-content: flex-start;
    align-items: center;
    padding: 0px;
    position: relative;
    top: auto;
    z-index: 5;
    margin-bottom: 80px;
  }
  main .sec .insec .text .visual {
    width: 100%;
    margin-bottom: 20px;
    display: block;
    opacity: 0;
    transition: opacity 0.5s ease-in 0s;
  }
  main .sec .insec .text h2 {
    width: 100%;
    height: 80px;
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
    margin-bottom: 50px;
    transform: translateX(0px);
  }
  main .sec .insec .text > div {
    text-align: left;
  }
  main .sec .insec .text > div:nth-child(3) {
    width: 100%;
    margin-bottom: 40px;
  }
  main .sec .insec .text > div:nth-child(3) h3 {
    color: #000;
    font-family: "游明朝", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "MS P明朝", "MS PMincho", serif;
    font-size: 1.6rem;
    font-weight: 500;
    line-height: 1;
    letter-spacing: 0em;
    margin-bottom: 10px;
  }
  main .sec .insec .text > div:nth-child(3) h4 {
    color: #000;
    font-family: "游明朝", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "MS P明朝", "MS PMincho", serif;
    font-size: 1.4rem;
    font-weight: 500;
    line-height: 1;
    letter-spacing: 0em;
    padding-left: 0.8rem;
  }
  main .sec .insec .text > div:nth-child(4) {
    width: 100%;
  }
  main .sec .insec .text > div:nth-child(4) p:nth-child(1) {
    color: #000;
    font-family: "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", sans-serif;
    font-size: 1.4rem;
    font-weight: 500;
    line-height: 2;
    letter-spacing: 0em;
    margin-bottom: 20px;
  }
  main .sec .insec .text > div:nth-child(4) p: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 .sec .insec .detail {
    width: 100%;
  }
  main .sec .insec .detail .visual {
    display: none;
  }
  main .sec .insec .detail h3 {
    color: #000;
    font-family: "source-han-sans-japanese", sans-serif;
    font-size: 1.6rem;
    font-weight: 700;
    line-height: 1.5;
    letter-spacing: 0em;
    margin-bottom: 40px;
  }
  main .sec .insec .detail dl:not(:last-child) {
    margin-bottom: 40px;
  }
  main .sec .insec .detail dl.mb100:not(:last-child) {
    margin-bottom: 80px;
  }
  main .sec .insec .detail dl dt {
    display: flex;
    flex-wrap: nowrap;
    flex-direction: row;
    justify-content: flex-start;
    align-items: flex-start;
    margin-bottom: 10px;
  }
  main .sec .insec .detail dl dt::before {
    content: "ー";
    color: #000;
    font-family: "source-han-sans-japanese", sans-serif;
    font-size: 1.4rem;
    font-weight: 700;
    line-height: 2;
    letter-spacing: 0em;
    display: block;
  }
  main .sec .insec .detail dl dt span {
    color: #000;
    font-family: "source-han-sans-japanese", sans-serif;
    font-size: 1.4rem;
    font-weight: 700;
    line-height: 2;
    letter-spacing: 0em;
    margin-left: 5px;
  }
  main .sec .insec .detail dl dd {
    padding-left: calc(5px + 1.4rem);
  }
  main .sec .insec .detail dl dd p {
    color: #000;
    font-family: "source-han-sans-japanese", sans-serif;
    font-size: 1.4rem;
    font-weight: 400;
    line-height: 2;
    letter-spacing: 0em;
  }
  main .sec .insec .detail dl dd p:not(:last-child) {
    margin-bottom: 10px;
  }
  main .sec .insec .detail .photo {
    width: 100%;
    padding-left: calc(5px + 1.4rem);
  }
  main .sec .insec .detail .photo:not(:last-child) {
    margin-bottom: 40px;
  }
  main .sec .insec .detail .photo .img {
    width: 100%;
  }
  main .sec .insec .detail .photo .img:not(:last-child) {
    margin-bottom: 20px;
  }
  main .sec .insec .detail .photo .slider {
    width: 100%;
    position: relative;
  }
  main .sec .insec .detail .photo .slider:not(:last-child) {
    margin-bottom: 20px;
  }
  main .sec .insec .detail .photo .slider .arrow {
    width: 13px;
    height: 23px;
    background-image: url(../images/arrow.png);
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
    position: absolute;
    top: calc(50% - 12px);
    z-index: 3;
  }
  main .sec .insec .detail .photo .slider .arrow.prev {
    left: 10px;
  }
  main .sec .insec .detail .photo .slider .arrow.next {
    right: 10px;
    transform: rotate(180deg);
  }
  main .sec .insec .detail .photo .credits {
    text-align: left;
    width: 100%;
  }
  main .sec .insec .detail .photo .credits > div {
    width: 100%;
  }
  main .sec .insec .detail .photo .credits > div a {
    display: block;
  }
  main .sec .insec .detail .photo .credits > div a dl {
    display: flex;
    flex-wrap: nowrap;
    flex-direction: row;
    justify-content: flex-start;
    align-items: flex-start;
  }
  main .sec .insec .detail .photo .credits > div a dl::before {
    content: "-";
    color: #000;
    font-family: "source-han-sans-japanese", sans-serif;
    font-size: 1.2rem;
    font-weight: 400;
    line-height: 2;
    letter-spacing: 0em;
    display: inline-block;
    order: 2;
  }
  main .sec .insec .detail .photo .credits > div a dl dt {
    display: flex;
    flex-wrap: nowrap;
    flex-direction: row;
    justify-content: flex-start;
    align-items: flex-start;
    order: 1;
  }
  main .sec .insec .detail .photo .credits > div a dl dt::before {
    content: none;
  }
  main .sec .insec .detail .photo .credits > div a dl dt strong {
    color: #000;
    font-family: "source-han-sans-japanese", sans-serif;
    font-size: 1.2rem;
    font-weight: 400;
    line-height: 2;
    letter-spacing: 0em;
  }
  main .sec .insec .detail .photo .credits > div a dl dd {
    display: flex;
    flex-wrap: nowrap;
    flex-direction: row;
    justify-content: flex-start;
    align-items: flex-start;
    order: 3;
  }
  main .sec .insec .detail .photo .credits > div a dl dd span {
    color: #000;
    font-family: "source-han-sans-japanese", sans-serif;
    font-size: 1.2rem;
    font-weight: 400;
    line-height: 2;
    letter-spacing: 0em;
  }
  main .sec .insec .detail .photo > p {
    color: #000;
    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 .sec .insec .detail .photo > p:not(:last-child) {
    margin-bottom: 20px;
  }
  main .sec .insec .detail .profile {
    padding-left: calc(5px + 1.4rem);
  }
  main .sec .insec .detail .profile .inprof {
    text-align: left;
    width: 100%;
    padding: 20px;
  }
  main .sec .insec .detail .profile .inprof h4 {
    color: #000;
    font-family: "游明朝", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "MS P明朝", "MS PMincho", serif;
    font-size: 2.4rem;
    font-weight: 500;
    line-height: 1;
    letter-spacing: 0em;
    margin-bottom: 20px;
  }
  main .sec .insec .detail .profile .inprof h5 {
    color: #000;
    font-family: "source-han-sans-japanese", sans-serif;
    font-size: 1.2rem;
    font-weight: 500;
    line-height: 2;
    letter-spacing: 0em;
    margin-bottom: 20px;
  }
  main .sec .insec .detail .profile .inprof p {
    color: #000;
    font-family: "source-han-sans-japanese", sans-serif;
    font-size: 1.2rem;
    font-weight: 400;
    line-height: 2;
    letter-spacing: 0em;
  }
  main .sec#sec1 {
    padding-bottom: 40px;
    margin-bottom: 40px;
  }
  main .sec#sec2 {
    margin-bottom: 0px;
  }
  main .sec#sec2 ul {
    width: calc(100% - 40px);
    margin: 0 auto;
    display: flex;
    flex-wrap: nowrap;
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
  }
  main .sec#sec2 ul li {
    width: 100%;
  }
  main .sec#sec2 ul li:not(:last-child) {
    margin-bottom: 20px;
  }
  main .sec#sec2 ul li a img:hover {
    opacity: 1;
  }

  footer {
    padding: 20px 0 40px 0;
  }
  footer .infoot {
    width: calc(100% - 40px);
  }
  footer .infoot ul {
    display: flex;
    flex-wrap: nowrap;
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
  }
  footer .infoot ul:not(:last-child) {
    margin-bottom: 40px;
  }
  footer .infoot ul li:not(:last-child) {
    margin-bottom: 5px;
  }
  footer .infoot ul li a {
    color: #000;
    font-family: "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", sans-serif;
    font-size: 1.2rem;
    font-weight: 700;
    line-height: 1;
    letter-spacing: 0em;
    transition: all 0.25s ease-in 0s;
  }
  footer .infoot ul li a:hover {
    color: #A6A6A6;
    text-decoration: underline;
  }
  footer .infoot ul li span {
    color: #000;
    font-family: "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", sans-serif;
    font-size: 1.2rem;
    font-weight: 700;
    line-height: 1;
    letter-spacing: 0em;
  }
  footer .infoot p span {
    color: #000;
    font-family: "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", sans-serif;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1;
    letter-spacing: 0em;
  }
}

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