html {
  color: #d9e5dd;
  font-family: "ivystyle-sans", "hiragino-kaku-gothic-pron", sans-serif;
  font-weight: 300;
  font-style: normal;
}
@media screen and (max-width: 599px) {
  html {
    font-size: 62.5%;
  }
}
@media screen and (min-width: 600px) {
  html {
    font-size: 75%;
  }
}
@media screen and (min-width: 1025px) {
  html {
    font-size: 75%;
  }
}

body {
  background-color: #3B3E41;
}

#wrap {
  font-size: 1.6rem;
  position: relative;
}

nav {
  position: fixed;
  top: 0;
  right: 0;
  z-index: 100;
}
nav input {
  display: none;
}
nav label {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  position: absolute;
  top: 20px;
  right: 20px;
  z-index: 100;
  cursor: pointer;
}
nav label span,
nav label span:before,
nav label span:after {
  content: "";
  display: block;
  background: #d9e5dd;
  -webkit-transition: 0.5s;
  transition: 0.5s;
  position: absolute;
  opacity: 1;
}
nav input:checked ~ label span {
  background: rgba(217, 229, 221, 0);
}
nav input:checked ~ label span::before {
  bottom: 0;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
}
nav input:checked ~ label span::after {
  top: 0;
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
}
nav ul {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  height: 100%;
  position: fixed;
  top: 0;
  z-index: 99;
  background: #212425;
  -webkit-transition: 0.5s;
  transition: 0.5s;
  list-style: none;
  text-align: center;
}
nav #drawer_input:checked ~ ul {
  right: 0;
}
nav ul li {
  width: 80%;
  border-radius: 30px;
  margin-top: 1em;
}
nav ul li a {
  display: block;
  background-color: rgba(180, 231, 134, 0);
  border-radius: 30px;
  padding: 1rem 0;
  text-decoration: none;
  font-family: "futura-pt", "a-otf-ud-shin-go-pr6n", sans-serif;
  font-weight: 300;
  font-style: normal;
  color: #d9e5dd;
}
nav ul li a:hover {
  background-color: rgba(180, 231, 134, 0.1);
  color: #b4e786;
}
@media screen and (max-width: 599px) {
  nav {
    height: 60px;
  }
  nav label {
    width: 40px;
    height: 40px;
  }
  nav label span,
  nav label span:before,
  nav label span:after {
    width: 28px;
    height: 2px;
  }
  nav label span:before {
    bottom: 8px;
  }
  nav label span:after {
    top: 8px;
  }
  nav ul {
    width: 50%;
    right: -50%;
  }
  nav ul li a {
    font-size: 160%;
  }
}
@media screen and (min-width: 600px) {
  nav {
    height: 60px;
  }
  nav label {
    width: 40px;
    height: 40px;
  }
  nav label span,
  nav label span:before,
  nav label span:after {
    width: 25px;
    height: 2px;
  }
  nav label span:before {
    bottom: 8px;
  }
  nav label span:after {
    top: 8px;
  }
  nav ul {
    width: 33%;
    right: -33%;
  }
  nav ul li a {
    font-size: 160%;
  }
}
@media screen and (min-width: 1025px) {
  nav {
    height: 100px;
  }
  nav label {
    width: 80px;
    height: 80px;
  }
  nav label span,
  nav label span:before,
  nav label span:after {
    width: 40px;
    height: 3px;
  }
  nav label span:before {
    bottom: 12px;
  }
  nav label span:after {
    top: 12px;
  }
  nav ul {
    width: 25%;
    right: -25%;
  }
  nav ul li a {
    font-size: 180%;
  }
}

h1, h2, h3, h4, h5, h6 {
  font-family: "futura-pt", "a-otf-ud-shin-go-pr6n", sans-serif;
  font-weight: 300;
  font-style: normal;
}

section {
  width: 100%;
}
section .inner {
  height: 100%;
  background: #292c2e;
}
section .swiper-main > ul > li {
  position: relative;
  overflow: hidden;
}
section .swiper-main > ul > li > img {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  width: 100%;
  height: auto;
}
section .swiper-main > ul > li .detail {
  position: absolute;
  bottom: 30px;
  right: 100px;
  width: 300px;
  max-height: calc(100% - 100px);
  padding: 30px;
  border-radius: 20px;
  background-color: #292c2e;
}
section .swiper-main > ul > li .detail ul {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}
section .swiper-main > ul > li .detail ul li {
  position: relative;
  width: 20vh;
  height: 20vh;
  max-width: 240px;
  max-height: 240px;
  overflow: hidden;
  margin: 0 0 20px;
}
section .swiper-main > ul > li .detail ul li img {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  height: 20vh;
  width: auto;
}
section .swiper-button-prev,
section .swiper-button-next {
  color: #d9e5dd;
}
section .menu {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  margin: 0 auto;
  padding: 10px 0;
}
section .menu h2 {
  text-align: center;
}
section .menu .swiper-thumb {
  display: block;
  -webkit-box-flex: 1;
  -webkit-flex-grow: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
}
section .swiper-thumb li {
  position: relative;
  overflow: hidden;
}
section .swiper-thumb li img {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  width: 400px;
  height: auto;
  z-index: 1;
}
section .swiper-thumb .swiper-slide {
  cursor: pointer;
}
section .menu .swiper-thumb .swiper-slide.swiper-slide-thumb-active::before {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  display: block;
  width: 100%;
  height: 100%;
  border: solid 2px #b4e786;
  background-color: rgba(0, 0, 0, 0.4);
  z-index: 2;
  content: "";
}
@media screen and (max-width: 599px) {
  section {
    height: calc(100vh - 50px);
    padding: 40px 0;
    margin: 0 0 180px;
  }
  section .swiper-main {
    height: calc(100% - 80px);
  }
  section .swiper-main > ul > li > img {
    width: auto;
    height: 100%;
  }
  section .swiper-main > ul > li .detail {
    display: none;
  }
  section .swiper-main > ul > li .detail ul {
    display: none;
  }
  section .menu {
    width: 100%;
    margin: 0 0;
  }
  section .menu h2 {
    width: 160px;
    font-size: 1.6em;
  }
  section .menu ul li {
    width: 33.3333333333% !important;
    height: 60px;
    background-size: 300px auto;
  }
  section .menu .slick-list {
    height: 40px;
  }
  section .menu .slick-track {
    height: 40px;
  }
}
@media screen and (min-width: 600px) {
  section {
    height: calc(100vh - 50px);
    padding: 60px 0;
    margin: 0 auto 180px;
  }
  section .swiper-main {
    height: calc(100% - 100px);
  }
  section .swiper-main > ul > li > img {
    width: 100%;
    height: auto;
  }
  section .swiper-main > ul > li .detail {
    display: block;
  }
  section .swiper-main > ul > li .detail ul {
    display: none;
  }
  section .menu {
    width: 100%;
    margin: 0 0;
  }
  section .menu h2 {
    width: 180px;
    font-size: 1.6em;
  }
  section .menu ul li {
    height: 60px;
    background-size: 500px auto;
  }
  section .menu .slick-list {
    height: 60px;
  }
  section .menu .slick-track {
    height: 60px;
  }
}
@media screen and (min-width: 1025px) {
  section {
    height: calc(100vh - 60px);
    padding: 60px 0;
    margin: 0 auto 180px;
  }
  section .swiper-main {
    height: calc(100% - 100px);
  }
  section .swiper-main > ul > li > img {
    width: 100%;
    height: auto;
  }
  section .swiper-main > ul > li .detail {
    display: block;
  }
  section .swiper-main > ul > li .detail ul {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
  }
  section .menu {
    width: 1000px;
    margin: 0 auto;
  }
  section .menu h2 {
    width: 300px;
    font-size: 2em;
  }
  section .menu ul li {
    height: 80px;
    background-size: 500px auto;
  }
  section .menu .slick-list {
    height: 80px;
  }
  section .menu .slick-track {
    height: 80px;
  }
}

#sculpt .swiper-thumb > ul > li:nth-last-of-type(1) > img {
  top: 130%;
  left: -20%;
}

@media screen and (max-width: 599px) {
  #sculpt .swiper-main > ul > li:nth-last-of-type(1) > img {
    width: auto;
    height: 100%;
    left: 35%;
  }
  #illust .swiper-main > ul > li:nth-last-of-type(3) > img {
    left: 20%;
  }
  #illust .swiper-main > ul > li:nth-last-of-type(1) > img {
    width: auto;
    height: 120%;
  }
}
#sculpt .swiper-main > ul > li:nth-last-of-type(1) > img {
  width: auto;
  height: 100%;
}

@media screen and (min-width: 1025px) {
  #sculpt .swiper-main > ul > li:nth-last-of-type(4) > img {
    width: auto;
    height: 100%;
  }
  #illust .swiper-main > ul > li:nth-last-of-type(4) > img {
    width: auto;
    height: 100%;
  }
  #illust .swiper-main > ul > li:nth-last-of-type(3) > img {
    width: auto;
    height: 140%;
  }
  #illust .swiper-main > ul > li:nth-last-of-type(2) > img {
    width: auto;
    height: 100%;
  }
  #illust .swiper-main > ul > li:nth-last-of-type(1) > img {
    width: auto;
    height: 100%;
  }
}
footer {
  position: fixed;
  bottom: 0;
  width: 100%;
  background-color: #292c2e;
  border-top: 2px solid #4e5f3f;
  z-index: 999;
}
footer #logo {
  position: absolute;
  display: inline-block;
  overflow: hidden;
}
footer #logo img {
  width: auto;
}
footer #profile {
  display: inline-block;
  position: absolute;
  width: 220px;
  -webkit-transition: 0.5s;
  transition: 0.5s;
  overflow: hidden;
}
footer #profile > div {
  position: absolute;
  bottom: -15px;
  right: -40px;
  width: 100vw;
  height: 45px;
  background: none;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}
footer #profile #profile_author {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  position: absolute;
  font-family: "futura-pt", "a-otf-ud-shin-go-pr6n", sans-serif;
  font-weight: 300;
  font-style: normal;
  color: #d9e5dd;
}
footer #profile #profile_author span {
  display: none;
  padding: 2px 1em 0 0;
  font-size: 0.7em;
}
footer #profile #profile_detail {
  width: 100%;
  height: 0;
  padding-top: 30px;
  overflow: hidden;
}
footer #profile #profile_detail p {
  display: block;
  margin: 0 auto 0 auto;
  font-family: "ivystyle-sans", "hiragino-kaku-gothic-pron", sans-serif;
  font-weight: 300;
  font-style: normal;
  color: #d9e5dd;
}
footer #profile #profile_detail address {
  margin: 0 auto 0 auto;
}
footer #profile #profile_detail address ul {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}
footer #profile:hover #profile_author {
  color: #b4e786;
}
footer #profile.active {
  overflow: visible;
}
footer #profile.active > div {
  background: #4e5f3f;
}
footer #profile.active #profile_author span {
  display: inline;
}
footer #profile.active #profile_detail {
  width: 100%;
  overflow: visible;
}
footer #profile.active #profile_detail p {
  line-height: 1.75;
  text-align: left;
}
footer #profile.active #profile_detail address {
  padding-top: 10px;
}
footer #profile.active #profile_detail address img {
  height: 1.4em;
}
@media screen and (max-width: 599px) {
  footer {
    height: 50px;
    text-align: left;
  }
  footer #logo {
    top: 0;
    left: 0;
    -webkit-transform: translate(25px, 0);
            transform: translate(25px, 0);
    height: 50px;
  }
  footer #logo img {
    -webkit-transform: translate(0, -20%);
            transform: translate(0, -20%);
    height: 100px;
  }
  footer #profile {
    bottom: 6px;
    right: 20px;
    height: 30px;
  }
  footer #profile > div {
    bottom: -6px;
    right: -20px;
    width: 100vw;
    height: 45px;
  }
  footer #profile #profile_author {
    bottom: 6px;
    right: 20px;
    font-size: 1.8em;
  }
  footer #profile #profile_detail p,
  footer #profile #profile_detail address {
    width: 80%;
  }
  footer #profile.active > div {
    height: 300px;
  }
}
@media screen and (min-width: 600px) {
  footer {
    height: 50px;
    text-align: center;
  }
  footer #logo {
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
    height: 40px;
  }
  footer #logo img {
    -webkit-transform: translate(0, 0);
            transform: translate(0, 0);
    height: 40px;
  }
  footer #profile {
    bottom: 8px;
    right: 30px;
    height: 30px;
  }
  footer #profile > div {
    bottom: -8px;
    right: -30px;
    width: 100vw;
    height: 40px;
  }
  footer #profile #profile_author {
    bottom: 8px;
    right: 30px;
    font-size: 1.5em;
  }
  footer #profile #profile_detail p,
  footer #profile #profile_detail address {
    width: 520px;
  }
  footer #profile.active > div {
    height: 300px;
  }
}
@media screen and (min-width: 1025px) {
  footer {
    height: 60px;
    text-align: center;
  }
  footer #logo {
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
    height: 40px;
  }
  footer #logo img {
    -webkit-transform: translate(0, 0);
            transform: translate(0, 0);
    height: 40px;
  }
  footer #profile {
    bottom: 12px;
    right: 40px;
    height: 30px;
  }
  footer #profile > div {
    bottom: -12px;
    right: -40px;
    width: 100vw;
    height: 45px;
  }
  footer #profile #profile_author {
    bottom: 12px;
    right: 40px;
    font-size: 1.5em;
  }
  footer #profile #profile_detail p,
  footer #profile #profile_detail address {
    width: 1000px;
  }
  footer #profile.active > div {
    height: 240px;
  }
}/*# sourceMappingURL=style.css.map */