@charset "UTF-8";
@import url("https://use.typekit.net/mal0vuz.css");
@keyframes bar-anime {
  0% {
    height: 40px;
    top: -40px;
  }
  75% {
    height: 40px;
    top: 50px;
  }
  100% {
    height: 40px;
    top: 50px;
  }
}
@keyframes bar-anime-sp {
  0% {
    height: 40px;
    top: -40px;
  }
  75% {
    height: 40px;
    top: 40px;
  }
  100% {
    height: 40px;
    top: 40px;
  }
}
/* ------------------------------------------------------------------------------------------------------------------------ */
html, body {
  width: 100%;
  height: auto;
}

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

body {
  font-family: futura-pt, sans-serif;
  font-size: 1rem;
  line-height: 2rem;
  color: #111;
  text-align: center;
  -webkit-text-size-adjust: 100%;
  background-color: #eeeeef;
  height: 100%;
  overflow: hidden;
  position: fixed;
  left: 0px;
  top: 0px;
}
body.loaded {
  position: static;
  overflow: scroll;
}
body.looking {
  overflow: hidden;
}

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

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

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;
}

/* ---------------------------------------------------------page--------------------------------------------------------- */
#loader {
  width: 100%;
  height: 100vh;
  background-color: #eeeeef;
  position: fixed;
  left: 0px;
  top: 0px;
  z-index: 99999;
  display: flex;
  flex-wrap: nowrap;
  flex-direction: row;
  justify-content: center;
  align-items: center;
}
#loader span {
  width: 100%;
  height: 100%;
  display: flex;
  flex-wrap: nowrap;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
#loader span h2 {
  width: 267px;
  margin-bottom: 40px;
}
#loader span h2 span {
  height: 138px;
  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;
}
#loader span p {
  color: #111;
  font-family: "ヒラギノ角ゴ Pro W3", "Yu Gothic", "游ゴシック", YuGothic, "游ゴシック体", "メイリオ", sans-serif;
  font-size: 1.6rem;
  font-weight: 400;
  line-height: 3rem;
  letter-spacing: 0em;
}
#loader span p:not(:last-child) {
  margin-bottom: 15px;
}
#loader div {
  width: 0%;
  height: 10px;
  background-color: #111;
  display: block;
  position: absolute;
  left: 0px;
  bottom: 0px;
  z-index: 1;
}

header {
  -ms-writing-mode: tb-rl;
  writing-mode: vertical-rl;
  width: auto;
  height: calc(100vh - 100px);
  position: fixed;
  right: 20px;
  top: 50px;
  z-index: 999;
  box-sizing: border-box;
  transition: opacity 0.5s ease-in 0.5s;
  display: flex;
  flex-wrap: nowrap;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
}
header ul {
  display: flex;
  flex-wrap: nowrap;
  flex-direction: row;
  justify-content: flex-start;
  align-items: flex-start;
}
header ul li a {
  color: #111;
  font-family: futura-pt, sans-serif;
  font-size: 1.4rem;
  font-weight: 400;
  line-height: 100%;
  letter-spacing: 0.1em;
  transition: all 0.25s ease-in 0s;
}
header ul li a:hover {
  color: #B18888;
}
header ul li:first-child {
  margin-bottom: 20px;
}
header.active {
  opacity: 1;
}
header p {
  align-self: flex-end;
}

#title {
  width: 100%;
  padding: 0px;
  margin: 0 auto;
  position: fixed;
  left: 0px;
  top: 0px;
  transition: all 1s ease-in;
}
#title.active {
  filter: blur(5px);
  opacity: 0.25;
}
#title .inner {
  width: 100%;
  height: 100vh;
  position: relative;
}
#title .inner::before {
  content: "";
  width: 100%;
  height: 100vh;
  background-image: url(../images/background.jpg);
  background-repeat: no-repeat;
  background-position: center bottom;
  background-size: contain;
  display: block;
  left: 0px;
  top: 0px;
  z-index: -1;
}
#title .inner h1 {
  width: 506px;
  height: 68px;
  margin: 0 auto;
  background-image: url(../images/title_illust.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: relative;
  position: absolute;
  left: calc(50% - 253px);
  top: 20px;
  z-index: 1;
}
#title .inner h2 {
  width: 488px;
  position: absolute;
  left: calc(50% - 244px);
  top: 118px;
  z-index: 3;
}
#title .inner h2 span {
  height: 136px;
  background-image: url(../images/title.png);
  text-align: left;
  text-indent: 999%;
  white-space: nowrap;
  display: block;
  overflow: hidden;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
}
#title .inner > div.torso {
  width: calc(90vh*0.8);
  height: 90vh;
  position: absolute;
  left: calc(50% - ((90vh*0.8)/2));
  bottom: 0px;
  z-index: 2;
}
#title .inner > div.torso img {
  width: 100%;
  height: auto;
  transform: scaleY(1);
  transform-origin: center bottom;
  position: absolute;
  left: 0px;
  top: 0px;
}
#title .inner > div.torso a {
  width: 10%;
  height: 50%;
  background-color: rgba(0, 0, 0, 0);
  position: absolute;
  z-index: 10;
}
#title .inner > div.torso a.lnk1 {
  left: calc(50% - 37.5%);
  top: 27.5%;
}
#title .inner > div.torso a.lnk2 {
  left: calc(50% - 22.5%);
  top: 30%;
}
#title .inner > div.torso a.lnk3 {
  left: calc(50% - 5%);
  top: 30%;
}
#title .inner > div.torso a.lnk4 {
  left: calc(50% + 12.5%);
  top: 30%;
}
#title .inner > div.torso a.lnk5 {
  left: calc(50% + 27.5%);
  top: 27.5%;
}
#title.active .inner ul li {
  opacity: 1;
}

nav {
  width: 100%;
  position: fixed;
  left: 0px;
  bottom: 20px;
  z-index: 100;
}
nav dl {
  width: 100%;
  display: flex;
  flex-wrap: nowrap;
  flex-direction: row;
  justify-content: center;
  align-items: center;
}
nav dl::after {
  content: "";
  width: 75px;
  margin: 0 0 0 40px;
}
nav dl dt {
  width: 75px;
  height: 20px;
  background-image: url(../images/text_itemnum.png);
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  text-align: left;
  text-indent: 999%;
  white-space: nowrap;
  display: block;
  overflow: hidden;
}
nav dl dd {
  width: 20px;
  margin: 0 0 0 40px;
}
nav dl dd a {
  width: 100%;
  height: 20px;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  text-align: left;
  text-indent: 999%;
  white-space: nowrap;
  display: block;
  overflow: hidden;
  display: block;
  transition: all 0.25s ease-in 0s;
}
nav dl dd a:hover {
  opacity: 0.7;
}
nav dl dd:nth-child(2) a {
  background-image: url(../images/text_num1.png);
}
nav dl dd:nth-child(3) a {
  background-image: url(../images/text_num2.png);
}
nav dl dd:nth-child(4) a {
  background-image: url(../images/text_num3.png);
}
nav dl dd:nth-child(5) a {
  background-image: url(../images/text_num4.png);
}
nav dl dd:nth-child(6) a {
  background-image: url(../images/text_num5.png);
}

main {
  padding: 200vh 0 0 0;
  transition: opacity 1s ease-in 2s;
}
main.active {
  opacity: 1;
}
main section {
  width: 100%;
  position: relative;
  z-index: 1;
  opacity: 0;
  transition: all 0.25s ease-in 0s;
}
main section.active {
  opacity: 1;
}
main section .text .credits.set {
  padding: 50px 0 50px 50px;
}
main section .text .credits .credit:not(:last-child) {
  margin-bottom: 10px;
}
main section .text .credits .credit dl {
  display: flex;
  flex-wrap: nowrap;
  flex-direction: row;
  justify-content: flex-start;
  align-items: center;
}
main section .text .credits .credit dl dt {
  display: flex;
  flex-wrap: nowrap;
  flex-direction: row;
  justify-content: flex-start;
  align-items: center;
}
main section .text .credits .credit dl dt strong {
  color: #111;
  font-family: futura-pt, sans-serif;
  font-size: 1.4rem;
  font-weight: 500;
  line-height: 1;
  letter-spacing: 0em;
  display: inline-block;
}
main section .text .credits .credit dl dt strong span {
  color: #111;
  font-family: futura-pt, sans-serif;
  font-size: 1.4rem;
  font-weight: 500;
  line-height: 1;
  letter-spacing: 0em;
  padding: 0 0 0 10px;
  display: inline-block;
}
main section .text .credits .credit dl dt strong:nth-child(2) {
  margin: 0 0 0 10px;
}
main section .text .credits .credit dl dd {
  line-height: 1;
  margin: 0 0 0 10px;
}
main section .text .credits .credit dl dd a {
  color: #B18888;
  font-family: futura-pt, sans-serif;
  font-size: 1.4rem;
  font-weight: 500;
  line-height: 1;
  letter-spacing: 0em;
  transition: color 0.1s ease-in;
  display: inline-block;
}
main section .text .credits .credit dl dd a:hover {
  color: #999;
}
main section .text .credits .credit dl dd a:not([href]) {
  display: none;
}
main section .combo {
  width: 1100px;
  background-color: #FFF;
}
main section .combo.cmb1 {
  margin: 0 auto 30px auto;
  display: flex;
  flex-wrap: nowrap;
  flex-direction: row;
  justify-content: flex-start;
  align-items: stretch;
  position: sticky;
  top: 80px;
}
main section .combo.cmb1 .photo {
  width: 500px;
}
main section .combo.cmb1 .text {
  width: 600px;
  display: flex;
  flex-wrap: nowrap;
  flex-direction: row;
  justify-content: center;
  align-items: center;
}
main section .combo.cmb1 .text .inner {
  display: flex;
  flex-wrap: nowrap;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
}
main section .combo.cmb1 .text .inner h3 {
  text-align: left;
  text-indent: 999%;
  white-space: nowrap;
  display: block;
  overflow: hidden;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  margin-bottom: 60px;
}
main section .combo.cmb1 .text .inner h4 {
  color: #111;
  font-family: futura-pt, sans-serif;
  font-size: 3rem;
  font-weight: 500;
  line-height: 1;
  letter-spacing: 0.05em;
  margin-bottom: 30px;
}
main section .combo.cmb1 .text .inner .credits:not(:last-child) {
  margin-bottom: 40px;
}
main section .combo.cmb1 .text .inner .credits .credit dl {
  justify-content: center;
}
main section .combo.cmb1 .text .inner h5 {
  color: #111;
  font-family: futura-pt, sans-serif;
  font-size: 2rem;
  font-weight: 500;
  line-height: 1;
  letter-spacing: 0.05em;
  margin-bottom: 20px;
}
main section .combo.cmb1 .text .inner ul.question {
  display: flex;
  flex-wrap: wrap;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
}
main section .combo.cmb1 .text .inner ul.question li {
  color: #111;
  font-family: "ヒラギノ角ゴ Pro W3", "Yu Gothic", "游ゴシック", YuGothic, "游ゴシック体", "メイリオ", sans-serif;
  font-size: 1.4rem;
  font-weight: 400;
  line-height: 1;
  letter-spacing: 0em;
  padding: 5px;
}
main section .combo.cmb2 {
  padding: 50px;
  margin: 0 auto;
  position: sticky;
}
main section .combo.cmb2:not(:last-child) {
  margin-bottom: 0px;
}
main section .combo.cmb2 .photo {
  margin-bottom: 50px;
  display: flex;
  flex-wrap: nowrap;
  flex-direction: row;
  justify-content: flex-start;
  align-items: flex-start;
}
main section .combo.cmb2 .photo.mb {
  margin: 0px;
}
main section .combo.cmb2 .photo > div {
  width: 50%;
}
main section .combo.cmb2 .text {
  text-align: left;
  display: flex;
  flex-wrap: nowrap;
  flex-direction: row;
  justify-content: flex-start;
  align-items: flex-start;
}
main section .combo.cmb2 .text .inphoto {
  width: 50%;
}
main section .combo.cmb2 .text .prof {
  width: 50%;
}
main section .combo.cmb2 .text .prof dl dt {
  color: #111;
  font-family: futura-pt, sans-serif;
  font-size: 2.2rem;
  font-weight: 500;
  line-height: 1;
  letter-spacing: 0em;
  margin-bottom: 20px;
}
main section .combo.cmb2 .text .prof dl dd {
  color: #111;
  font-family: futura-pt, sans-serif;
  font-size: 1.6rem;
  font-weight: 400;
  line-height: 2.6rem;
  letter-spacing: 0em;
}
main section .combo.cmb2 .text .credits {
  width: 50%;
}
main section .combo.cmb2 .text .credits > dl {
  margin-bottom: 20px;
}
main section .combo.cmb2 .text .credits > dl dt {
  color: #111;
  font-family: futura-pt, sans-serif;
  font-size: 2.2rem;
  font-weight: 500;
  line-height: 1;
  letter-spacing: 0em;
  margin-bottom: 20px;
}
main section .combo.cmb2 .text .credits > dl dd {
  color: #111;
  font-family: futura-pt, sans-serif;
  font-size: 1.6rem;
  font-weight: 400;
  line-height: 2.6rem;
  letter-spacing: 0em;
}
main section#sec1 {
  padding: 80px 50px;
}
main section#sec1 .combo .text .inner h3 {
  background-image: url(../images/text_item_num1.png);
  width: 125px;
  height: 54px;
}
main section#sec2 {
  padding: 80px 50px;
}
main section#sec2 .combo .text .inner h3 {
  background-image: url(../images/text_item_num2.png);
  width: 133px;
  height: 55px;
}
main section#sec3 {
  padding: 80px 50px;
}
main section#sec3 .combo .photo.mb {
  margin: 0px;
}
main section#sec3 .combo .text .inner h3 {
  background-image: url(../images/text_item_num3.png);
  width: 131px;
  height: 82px;
}
main section#sec4 {
  padding: 80px 50px;
}
main section#sec4 .combo .photo.mb {
  margin: 0px;
}
main section#sec4 .combo .text .inner h3 {
  background-image: url(../images/text_item_num4.png);
  width: 133px;
  height: 83px;
}
main section#sec5 {
  padding: 80px 50px;
}
main section#sec5 .combo .photo.mb {
  margin: 0px;
}
main section#sec5 .combo .text .inner h3 {
  background-image: url(../images/text_item_num5.png);
  width: 133px;
  height: 86px;
}
main article {
  width: 1100px;
  padding: 0 0 80px 0px;
  margin: 0 auto;
  position: relative;
  z-index: 10;
}

footer {
  width: 100%;
  position: relative;
}
footer .inner {
  padding: 120px 0;
}
footer .inner dl {
  margin: 0 auto;
}
footer .inner dl dt {
  color: #FFF;
  font-family: futura-pt, sans-serif;
  font-size: 1.6rem;
  font-weight: 500;
  line-height: 2.4rem;
  letter-spacing: 0em;
  margin-bottom: 10px;
}
footer .inner dl dd {
  color: #FFF;
  font-family: futura-pt, sans-serif;
  font-size: 1.6rem;
  font-weight: 500;
  line-height: 2.4rem;
  letter-spacing: 0em;
}
footer .inner dl dd:not(:last-child) {
  margin: 0 auto 5px auto;
}
footer .inner dl:not(:last-child) {
  margin: 0 auto 40px auto;
}
footer .inner p {
  color: #FFF;
  font-family: futura-pt, sans-serif;
  font-size: 1.6rem;
  font-weight: 500;
  line-height: 2.4rem;
  letter-spacing: 0em;
}

/* ----------------------------------------------- Media Queries Smartphone ----------------------------------------------- */
@media screen and (max-width: 768px) {
  html {
    font-size: calc(100vw / 37.5);
  }

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

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

  /* ---------------------------------------------------------page--------------------------------------------------------- */
  #loader {
    display: flex;
    flex-wrap: nowrap;
    flex-direction: row;
    justify-content: center;
    align-items: flex-start;
  }
  #loader > span {
    width: 100%;
    height: 100vh;
    padding: 100px 0 0 0;
    position: relative;
    justify-content: flex-start;
  }
  #loader > span h2 {
    width: 240px;
  }
  #loader > span h2 span {
    height: 124px;
  }
  #loader > span p {
    color: #111;
    font-family: "ヒラギノ角ゴ Pro W3", "Yu Gothic", "游ゴシック", YuGothic, "游ゴシック体", "メイリオ", sans-serif;
    font-size: 1.4rem;
    font-weight: 400;
    line-height: 2.8rem;
    letter-spacing: 0em;
    text-align: left;
    font-feature-settings: "palt";
    width: 100%;
    padding: 0 40px;
  }
  #loader > span p br {
    display: none;
  }
  #loader > span p:not(:last-child) {
    margin-bottom: 10px;
  }
  #loader div {
    height: 5px;
    top: 0px;
    bottom: auto;
  }

  header {
    -ms-writing-mode: tb-rl;
    writing-mode: vertical-rl;
    width: auto;
    height: calc(100vh - 160px);
    position: fixed;
    right: 5px;
    top: 20px;
    z-index: 999;
    box-sizing: border-box;
    transition: opacity 0.5s ease-in 0.5s;
    display: flex;
    flex-wrap: nowrap;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
  }
  header ul {
    display: flex;
    flex-wrap: nowrap;
    flex-direction: row;
    justify-content: flex-start;
    align-items: flex-start;
  }
  header ul li a {
    color: #111;
    font-family: futura-pt, sans-serif;
    font-size: 1.4rem;
    font-weight: 400;
    line-height: 100%;
    letter-spacing: 0.1em;
    transition: all 0.25s ease-in 0s;
  }
  header ul li a:hover {
    color: #B18888;
  }
  header ul li:first-child {
    margin-bottom: 20px;
  }
  header.active {
    opacity: 1;
  }
  header p {
    align-self: flex-end;
  }

  #title .inner::before {
    background-image: url(../images_sp/background_sp.jpg);
    background-repeat: no-repeat;
    background-position: center bottom;
    background-size: cover;
  }
  #title .inner h1 {
    width: 253px;
    height: 34px;
    left: calc(50% - 127px);
    top: 30px;
    z-index: 1;
  }
  #title .inner h2 {
    width: 240px;
    left: calc(50% - 120px);
    top: 100px;
    z-index: 3;
  }
  #title .inner h2 span {
    height: 124px;
  }
  #title .inner > div.torso {
    width: 100vw;
    height: 125vw;
    position: absolute;
    left: calc(50% - 50%);
    top: 22.5%;
    bottom: auto;
    z-index: 5;
  }
  #title .inner > div.torso img {
    max-height: 100%;
    transform-origin: center bottom;
  }
  #title .inner > div.torso a.lnk1 {
    left: calc(50% - 37.5%);
    top: 27.5%;
  }
  #title .inner > div.torso a.lnk2 {
    left: calc(50% - 25%);
    top: 30%;
  }
  #title .inner > div.torso a.lnk3 {
    left: calc(50% - 5%);
    top: 30%;
  }
  #title .inner > div.torso a.lnk4 {
    left: calc(50% + 15%);
    top: 30%;
  }
  #title .inner > div.torso a.lnk5 {
    left: calc(50% + 30%);
    top: 27.5%;
  }
  #title.active .inner ul li {
    opacity: 1;
  }

  nav {
    width: 100%;
    padding: 10px 20px;
    background-color: #FFF;
    bottom: 0px;
    box-sizing: border-box;
  }
  nav dl {
    width: 100%;
    display: flex;
    flex-wrap: nowrap;
    flex-direction: row;
    justify-content: center;
    align-items: center;
  }
  nav dl dd {
    margin: 0 0 0 20px;
  }
  nav dl dd a:hover {
    opacity: 1;
  }
  nav dl::after {
    content: none;
  }

  main {
    padding: 150vh 0 0 0;
    transition: opacity 1s ease-in 2s;
  }
  main.active {
    opacity: 1;
  }
  main section {
    width: 100%;
    position: relative;
    z-index: 1;
  }
  main section .text .credits.set {
    padding: 0px;
  }
  main section .text .credits.set > dl dt {
    color: #111;
    font-family: futura-pt, sans-serif;
    font-size: 2rem;
    font-weight: 500;
    line-height: 1;
    letter-spacing: 0em;
  }
  main section .text .credits.set > dl dt:not(:last-child) {
    margin-bottom: 20px;
  }
  main section .text .credits.set > dl dd {
    color: #111;
    font-family: futura-pt, sans-serif;
    font-size: 1.2rem;
    font-weight: 400;
    line-height: 2.2rem;
    letter-spacing: 0em;
    font-feature-settings: "palt";
  }
  main section .text .credits.set > dl dd br {
    display: none;
  }
  main section .text .credits .credit:not(:last-child) {
    margin-bottom: 10px;
  }
  main section .text .credits .credit dl {
    display: flex;
    flex-wrap: nowrap;
    flex-direction: row;
    justify-content: flex-start;
    align-items: center;
  }
  main section .text .credits .credit dl dt {
    display: flex;
    flex-wrap: nowrap;
    flex-direction: row;
    justify-content: flex-start;
    align-items: center;
  }
  main section .text .credits .credit dl dt strong {
    color: #111;
    font-family: futura-pt, sans-serif;
    font-size: 1.2rem;
    font-weight: 500;
    line-height: 1;
    letter-spacing: 0em;
    display: inline-block;
  }
  main section .text .credits .credit dl dt strong span {
    color: #111;
    font-family: futura-pt, sans-serif;
    font-size: 1.2rem;
    font-weight: 500;
    line-height: 1;
    letter-spacing: 0em;
    padding: 0 0 0 10px;
    display: inline-block;
  }
  main section .text .credits .credit dl dt strong:nth-child(2) {
    margin: 0 0 0 10px;
  }
  main section .text .credits .credit dl dd {
    line-height: 1;
    margin: 0 0 0 10px;
  }
  main section .text .credits .credit dl dd a {
    color: #B18888;
    font-family: futura-pt, sans-serif;
    font-size: 1.2rem;
    font-weight: 500;
    line-height: 1;
    letter-spacing: 0em;
    transition: color 0.1s ease-in;
    display: inline-block;
  }
  main section .text .credits .credit dl dd a:hover {
    color: #999;
  }
  main section .combo {
    width: 100%;
    background-color: #FFF;
  }
  main section .combo.cmb1 {
    margin: 0 auto 30px auto;
    display: flex;
    flex-wrap: nowrap;
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
    position: relative;
    top: auto;
  }
  main section .combo.cmb1 .photo {
    width: 100%;
  }
  main section .combo.cmb1 .text {
    width: 100%;
    padding: 40px 10px;
    display: flex;
    flex-wrap: nowrap;
    flex-direction: row;
    justify-content: center;
    align-items: center;
  }
  main section .combo.cmb1 .text .inner {
    width: 100%;
    display: flex;
    flex-wrap: nowrap;
    flex-direction: column;
    justify-content: flex-start;
    align-items: center;
  }
  main section .combo.cmb1 .text .inner h3 {
    text-align: left;
    text-indent: 999%;
    white-space: nowrap;
    display: block;
    overflow: hidden;
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
    margin-bottom: 40px;
  }
  main section .combo.cmb1 .text .inner h4 {
    color: #111;
    font-family: futura-pt, sans-serif;
    font-size: 2rem;
    font-weight: 500;
    line-height: 1;
    letter-spacing: 0em;
    margin-bottom: 20px;
  }
  main section .combo.cmb1 .text .inner .credits {
    width: 100%;
  }
  main section .combo.cmb1 .text .inner .credits:not(:last-child) {
    margin-bottom: 30px;
  }
  main section .combo.cmb1 .text .inner .credits .credit dl {
    justify-content: center;
  }
  main section .combo.cmb1 .text .inner h5 {
    color: #111;
    font-family: futura-pt, sans-serif;
    font-size: 1.8rem;
    font-weight: 500;
    line-height: 1;
    letter-spacing: 0.05em;
    margin-bottom: 10px;
  }
  main section .combo.cmb1 .text .inner ul.question li {
    color: #111;
    font-family: "ヒラギノ角ゴ Pro W3", "Yu Gothic", "游ゴシック", YuGothic, "游ゴシック体", "メイリオ", sans-serif;
    font-size: 1.2rem;
    font-weight: 400;
    line-height: 1;
    letter-spacing: 0em;
    padding: 5px;
  }
  main section .combo.cmb2 {
    padding: 0px;
    margin: 0 auto;
    position: sticky;
  }
  main section .combo.cmb2:not(:last-child) {
    margin-bottom: 0px;
  }
  main section .combo.cmb2 .photo {
    width: 100%;
    margin-bottom: 0px;
    display: flex;
    flex-wrap: nowrap;
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
  }
  main section .combo.cmb2 .photo.mb {
    margin: 0px;
  }
  main section .combo.cmb2 .photo > div {
    width: 100%;
  }
  main section .combo.cmb2 .text {
    text-align: left;
    padding: 40px 20px;
    display: flex;
    flex-wrap: nowrap;
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
  }
  main section .combo.cmb2 .text .inphoto {
    width: 100%;
    margin-bottom: 40px;
  }
  main section .combo.cmb2 .text .prof {
    width: 100%;
    margin-bottom: 20px;
  }
  main section .combo.cmb2 .text .prof dl dt {
    color: #111;
    font-family: futura-pt, sans-serif;
    font-size: 2rem;
    font-weight: 500;
    line-height: 1;
    letter-spacing: 0em;
  }
  main section .combo.cmb2 .text .prof dl dt:not(:last-child) {
    margin-bottom: 20px;
  }
  main section .combo.cmb2 .text .prof dl dd {
    color: #111;
    font-family: futura-pt, sans-serif;
    font-size: 1.2rem;
    font-weight: 400;
    line-height: 2.2rem;
    letter-spacing: 0em;
    font-feature-settings: "palt";
  }
  main section .combo.cmb2 .text .prof dl dd br {
    display: none;
  }
  main section .combo.cmb2 .text .credits {
    width: 100%;
  }
  main section .combo.cmb2 .text .credits > dl {
    margin-bottom: 20px;
  }
  main section .combo.cmb2 .text .credits > dl dt {
    color: #111;
    font-family: futura-pt, sans-serif;
    font-size: 2rem;
    font-weight: 500;
    line-height: 1;
    letter-spacing: 0em;
  }
  main section .combo.cmb2 .text .credits > dl dt:not(:last-child) {
    margin-bottom: 20px;
  }
  main section .combo.cmb2 .text .credits > dl dd {
    color: #111;
    font-family: futura-pt, sans-serif;
    font-size: 1.2rem;
    font-weight: 400;
    line-height: 2.2rem;
    letter-spacing: 0em;
  }
  main section#sec1 {
    padding: 40px 20px;
  }
  main section#sec1 .combo .text .inner h3 {
    background-image: url(../images/text_item_num1.png);
    width: 100%;
    height: 40px;
  }
  main section#sec1 .combo.cmb2:last-child .photo div:nth-child(1) {
    order: 2;
  }
  main section#sec1 .combo.cmb2:last-child .photo div:nth-child(2) {
    order: 1;
  }
  main section#sec2 {
    padding: 40px 20px;
  }
  main section#sec2 .combo .text .inner h3 {
    background-image: url(../images/text_item_num2.png);
    width: 100%;
    height: 40px;
  }
  main section#sec3 {
    padding: 40px 20px;
  }
  main section#sec3 .combo .photo.mb {
    margin: 0px;
  }
  main section#sec3 .combo .text .inner h3 {
    background-image: url(../images/text_item_num3.png);
    width: 100%;
    height: 40px;
  }
  main section#sec4 {
    padding: 40px 20px;
  }
  main section#sec4 .combo .photo.mb {
    margin: 0px;
  }
  main section#sec4 .combo .text .inner h3 {
    background-image: url(../images/text_item_num4.png);
    width: 100%;
    height: 40px;
  }
  main section#sec5 {
    padding: 40px 20px;
  }
  main section#sec5 .combo .photo.mb {
    margin: 0px;
  }
  main section#sec5 .combo .text .inner h3 {
    background-image: url(../images/text_item_num5.png);
    width: 100%;
    height: 40px;
  }
  main article {
    width: calc(100% - 40px);
    padding: 0 0 120px 0px;
    margin: 0 auto;
    position: relative;
    z-index: 10;
  }
}
@media screen and (max-width: 375px) {
  #loader {
    display: flex;
    flex-wrap: nowrap;
    flex-direction: row;
    justify-content: center;
    align-items: flex-start;
  }
  #loader > span {
    padding: 80px 0 0 0;
  }

  #title .inner::before {
    background-repeat: no-repeat;
    background-position: center bottom 40px;
    background-size: cover;
  }
  #title .inner h2 {
    top: 80px;
  }
  #title .inner > div.torso {
    width: 98vw;
    height: calc(98vw*1.25);
    left: calc(50% - 49%);
    top: 16.5%;
  }
  #title .inner > div.torso a.lnk1 {
    left: calc(50% - 37.5%);
    top: 27.5%;
  }
  #title .inner > div.torso a.lnk2 {
    left: calc(50% - 25%);
    top: 30%;
  }
  #title .inner > div.torso a.lnk3 {
    left: calc(50% - 5%);
    top: 30%;
  }
  #title .inner > div.torso a.lnk4 {
    left: calc(50% + 15%);
    top: 30%;
  }
  #title .inner > div.torso a.lnk5 {
    left: calc(50% + 30%);
    top: 27.5%;
  }
}

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