@charset "UTF-8";
/* 全体設定 */
*,
*:before,
*:after {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

img {
  max-width: 100%;
  vertical-align: bottom;
}

a {
  text-decoration: none;
  color: #666;
}

p {
  font-size: 16px;
}

body {
  color: #666;
  background-color: #fafafa;
  font-family: 'Roboto', 游ゴシック体, "Yu Gothic", YuGothic, "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ ProN W3", Meiryo, メイリオ, sans-serif;
}

/* top */
.top__bg {
  background-image: url(img/top_back_sp.jpg);
  background-size: cover;
  background-position: center top;
  background-repeat: no-repeat;
  min-height: 100vh;
}

@media (min-width: 768px) {
  .top__bg {
    background-image: url(img/top_back_pc.jpg);
  }
}

.top__wrapper {
  max-width: 100%;
  margin: 0 auto;
}

.top-moon {
  position: absolute;
  top: 32%;
  left: 70%;
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  width: 40%;
  max-width: 300px;
  z-index: 2;
}

@media (min-width: 768px) {
  .top-moon {
    top: 36%;
    left: 42%;
    width: 30%;
    max-width: 350px;
  }
}

.top-logo {
  position: absolute;
  top: 22%;
  left: 30%;
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  width: 45%;
  max-width: 240px;
  z-index: 2;
}

@media (min-width: 768px) {
  .top-logo {
    top: 26%;
    left: 31%;
    width: 30%;
    max-width: 320px;
  }
}

#top .logo {
  visibility: hidden;
}

header .header__fixed {
  padding: 18px 20px 0;
  max-width: 1000px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

@media (min-width: 768px) {
  header .header__fixed {
    padding-top: 40px;
    margin: 0 auto;
  }
}

header .logo {
  padding: 10px 0 60px 30px;
  font-size: 1.1rem;
  font-weight: 400;
}

@media (min-width: 768px) {
  header .logo {
    padding-left: 50px;
  }
}

header .header__logo {
  font-size: 1rem;
  font-weight: 400;
  padding-left: 1rem;
}

header .header__logo a:hover {
  opacity: .6;
}

header .header__navlist {
  visibility: hidden;
}

@media (min-width: 768px) {
  header .header__navlist {
    visibility: visible;
    padding-left: 30%;
  }
}

header .header__navlist ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  list-style-type: none;
  font-size: 0;
}

@media (min-width: 768px) {
  header .header__navlist ul {
    font-size: 1rem;
    padding-right: 5%;
  }
}

@media (min-width: 768px) {
  header .header__navlist ul li a {
    color: #666;
    padding-left: 1.6em;
  }
}

header .header__navlist ul li a:hover {
  color: #c6a63c;
}

/*========================================
   nav ハンバーガーボタン(sp)
========================================*/
.header-nav {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}

@media (min-width: 768px) {
  .header-nav {
    display: none;
    padding-right: 0;
  }
}

.menu-btn {
  width: 45px;
  height: 45px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  cursor: pointer;
}

@media (min-width: 768px) {
  .menu-btn {
    width: 0;
    height: 0;
    padding: 0;
  }
}

.menu-btn:focus {
  outline: none;
}

.menu-btn span {
  background: #666;
  display: block;
  width: 100%;
  height: 2.4px;
}

.close span {
  color: #666;
}

.close span:first-child {
  -webkit-transform: rotate(45deg) translate(4px, -5px);
          transform: rotate(45deg) translate(4px, -5px);
  -webkit-transform-origin: left top;
          transform-origin: left top;
}

.close span:nth-child(2) {
  -webkit-transform: rotate(-45deg) translate(7px, -7px);
          transform: rotate(-45deg) translate(7px, -7px);
}

.close span:last-child {
  display: none;
}

/*-------------------------------*/
#gnavi {
  display: none;
  text-align: right;
}

#gnavi.open {
  display: block;
  position: fixed;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  background: #fff;
  z-index: 100;
}

.gnav__wrap {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: 100%;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  position: absolute;
  width: 100%;
  min-width: 100vh;
  min-height: 100vh;
}

.gnavi__list {
  list-style-type: none;
  padding-top: 50px;
}

.gnavi__sns {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 1.1em 1em;
  width: 136px;
  margin: 40px auto 0;
}

.gnavi__sns li {
  font-size: 2.1rem;
  -ms-flex-pack: distribute;
      justify-content: space-around;
  display: block;
  text-decoration: none;
}

.gnavi__sns li:last-child {
  padding-left: 40px;
}

.gnavi__link {
  padding: 1.1em 1em;
  display: block;
  text-decoration: none;
  color: #666;
  text-align: center;
  font-size: 1.35rem;
}

.gnavi__link:hover,
.close:hover,
.gnavi__sns li a:hover {
  color: #c6a63c;
}

.close {
  width: 30px;
  margin-top: 50px;
  margin-right: 50px;
  cursor: pointer;
}

/*========================================
   nav ハンバーガーボタン(sp)　ここまで
========================================*/
/*--------contentsここから------------*/
.contents__wrapper {
  padding: 80px 0 0 0;
  margin: 0 auto;
}

@media (min-width: 768px) {
  .contents__wrapper {
    width: 700px;
  }
}

@media (min-width: 960px) {
  .contents__wrapper {
    width: 900px;
  }
}

.about__wrapper {
  padding: 50px 12%;
  font-weight: 500;
  font-family: 游ゴシック体, "Yu Gothic", YuGothic, "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ ProN W3", Meiryo, メイリオ, sans-serif;
}

.about__box {
  padding: 0 30px 20px;
}

.about__box__name-sns {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding-bottom: 30px;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.about__box__sns {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  list-style: none;
  padding-top: 1.5em;
  font-size: 1.1rem;
  padding-right: 1em;
}

.about__box__sns li {
  padding-left: 1.1rem;
  font-size: 1.2rem;
}

.about__name__ja {
  font-size: 1.5rem;
  font-weight: 500;
}

.about__name__en {
  font-size: 0.8rem;
  padding-left: 0.2rem;
  letter-spacing: 0.05em;
}

.about__text p {
  padding-bottom: 1em;
  font-size: 0.9rem;
  line-height: 1.8;
}

@media (min-width: 768px) {
  .about__text p {
    font-size: 0.95rem;
  }
}

.about__text span {
  color: #c6a63c;
}

.about__text span:hover {
  opacity: .6;
  -webkit-text-decoration-line: underline;
          text-decoration-line: underline;
  -webkit-text-decoration-color: #c6a63c;
          text-decoration-color: #c6a63c;
}

.illust__wrapper {
  padding: 20px 12%;
  margin-top: 100px;
  width: 100%;
}

@media (min-width: 768px) {
  .illust__wrapper {
    padding: 20px 30px;
  }
}

.illust__wrapper p {
  text-align: right;
  padding: 15px 20px 0 0;
}

.illust__wrapper p a {
  color: #666;
}

.illust__wrapper p a:hover {
  color: #c6a63c;
}

.illust__sec-title {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  height: 50px;
}

.illust__sec-title h2 {
  display: block;
  font-size: 1.5rem;
  font-weight: normal;
  border-bottom: 1.3px solid #666;
  text-align: center;
  width: 60px;
  padding-bottom: 8px;
}

.illust__illustbox {
  padding-top: 50px;
}

.illust__illustbox__item {
  margin-bottom: 14px;
}

@media (min-width: 768px) {
  .illust__illustbox__item {
    padding: 0;
  }
}

@media (min-width: 768px) {
  .illust__illustbox {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: (minmax(180px, 1fr))[auto-fit];
        grid-template-columns: repeat(auto-fit, minmax(180px, 1fr));
    grid-gap: 11px;
  }
}

.illust__illustbox a:last-child,
.illust__illustbox a:nth-last-child(2),
.work__workbox a:last-child,
.work__workbox a:nth-last-child(2) {
  display: none;
}

@media (min-width: 960px) {
  .illust__illustbox a:last-child,
  .illust__illustbox a:nth-last-child(2),
  .work__workbox a:last-child,
  .work__workbox a:nth-last-child(2) {
    display: contents;
  }
}

.work__wrapper {
  padding: 20px 12%;
  margin-top: 80px;
}

@media (min-width: 768px) {
  .work__wrapper {
    margin-top: 120px;
    padding: 20px 30px;
  }
}

.work__wrapper p {
  text-align: right;
  padding: 15px 20px 0 0;
}

.work__wrapper p a {
  color: #666;
}

.work__wrapper p a:hover {
  color: #c6a63c;
}

.work__sec-title {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  height: 50px;
}

.work__sec-title h2 {
  display: block;
  font-size: 1.5rem;
  font-weight: normal;
  border-bottom: 1.3px solid #666;
  text-align: center;
  width: 60px;
  padding-bottom: 8px;
}

.work__workbox {
  padding-top: 50px;
}

.work__workbox__item {
  margin-bottom: 14px;
}

@media (min-width: 768px) {
  .work__workbox__item {
    padding: 0;
  }
}

@media (min-width: 768px) {
  .work__workbox {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: (minmax(180px, 1fr))[auto-fit];
        grid-template-columns: repeat(auto-fit, minmax(180px, 1fr));
    grid-gap: 11px;
  }
}

.work__workbox a:last-child,
.work__workbox a:nth-last-child(2) {
  display: none;
}

@media (min-width: 960px) {
  .work__workbox a:last-child,
  .work__workbox a:nth-last-child(2) {
    display: contents;
  }
}

/*========================================
   illustbox & workbox <---hoverしたとき
========================================*/
/*-----------土台の写真------------------------*/
.work__workbox__item,
.illust__illustbox__item {
  width: 100%;
  height: auto;
  overflow: hidden;
  position: relative;
  cursor: pointer;
}

@media (min-width: 768px) {
  .work__workbox__item,
  .illust__illustbox__item {
    width: 206px;
  }
}

@media (min-width: 960px) {
  .work__workbox__item,
  .illust__illustbox__item {
    width: 201px;
  }
}

/*--------------土台の写真のサイズ--------------------*/
.work__workbox__item img,
.illust__illustbox__item img {
  display: block;
  width: 100%;
  height: auto;
}

@media (min-width: 768px) {
  .work__workbox__item img,
  .illust__illustbox__item img {
    width: 206px;
  }
}

@media (min-width: 960px) {
  .work__workbox__item img,
  .illust__illustbox__item img {
    width: 201px;
  }
}

/*----------2枚目に表示する文字設定----------------*/
.work__hover h3,
.illust__hover h3 {
  color: white;
  font-size: 1.2rem;
  font-weight: 500;
  padding: 10px 30px;
  font-family: 游ゴシック体, "Yu Gothic", YuGothic, "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ ProN W3", Meiryo, メイリオ, sans-serif;
}

.work__hover p,
.illust__hover p {
  color: white;
  font-size: 0.75rem;
  font-weight: 400;
  padding: 10px 30px;
  letter-spacing: 0.05em;
}

/*-------------Fade Inの初期表示---------------*/
.work__hover,
.illust__hover {
  width: 100%;
  height: 100%;
  background: rgba(102, 102, 102, 0);
  position: absolute;
  top: 0px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  overflow: hidden;
  -webkit-transition: 0.8s ease;
  transition: 0.8s ease;
}

@media (min-width: 768px) {
  .work__hover,
  .illust__hover {
    width: 206px;
    height: 206px;
  }
}

@media (min-width: 960px) {
  .work__hover,
  .illust__hover {
    width: 201px;
    height: 201px;
  }
}

.work__hover h3 {
  color: rgba(255, 255, 255, 0);
  position: absolute;
  -webkit-transition: 1.5s ease;
  transition: 1.5s ease;
  top: -130px;
}

.work__hover p,
.illust__hover p {
  color: rgba(255, 255, 255, 0);
  position: absolute;
  -webkit-transition: 1.5s ease;
  transition: 1.5s ease;
  top: -90px;
  font-size: 0.75rem;
  letter-spacing: 0.05em;
  text-align: center;
}

.work__workbox__item:hover .work__hover,
.illust__illustbox__item:hover .illust__hover {
  background: rgba(102, 102, 102, 0.9);
}

.work__workbox__item:hover .work__hover h3 {
  color: white;
  font-size: 1.2rem;
  text-align: center;
  padding: 10px 30px;
  -webkit-transition: 0.8s ease;
  transition: 0.8s ease;
  top: 30%;
}

@media (min-width: 768px) {
  .work__workbox__item:hover .work__hover h3 {
    top: 65px;
  }
}

.work__workbox__item:hover .work__hover p {
  color: white;
  font-size: 0.75rem;
  text-align: center;
  padding: 10px 30px;
  -webkit-transition: 0.8s ease;
  transition: 0.8s ease;
  top: 50%;
  letter-spacing: 0.05em;
}

@media (min-width: 768px) {
  .work__workbox__item:hover .work__hover p {
    top: 105px;
  }
}

.illust__illustbox__item:hover .illust__hover p {
  color: white;
  font-size: 0.9rem;
  text-align: center;
  padding: 10px 30px;
  -webkit-transition: 0.8s ease;
  transition: 0.8s ease;
  top: 50%;
  letter-spacing: 0.05em;
}

@media (min-width: 768px) {
  .illust__illustbox__item:hover .illust__hover p {
    top: 80px;
  }
}

/*========================================
   illustbox & workbox ここまで
========================================*/
/*--------contactここから------------*/
.conact__wrapper {
  margin-top: 100px;
}

@media (min-width: 768px) {
  .conact__wrapper {
    margin-bottom: 80px;
    margin-top: 150px;
  }
}

.conact__sec-title {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  height: 50px;
}

.conact__sec-title h2 {
  display: block;
  font-size: 1.5rem;
  font-weight: normal;
  border-bottom: 1.3px solid #666;
  text-align: center;
  width: 85px;
  padding-bottom: 8px;
}

.conact__message {
  text-align: center;
  margin: 40px 4% 0;
  font-size: 0.9rem;
  padding: 0;
}

.conact__form {
  padding: 20px 12%;
  margin: 0 auto;
  max-width: 500px;
}

@media (min-width: 960px) {
  .conact__form {
    max-width: 600px;
  }
}

form {
  margin: 40px 0;
}

form div {
  margin-bottom: 30px;
}

label {
  font-size: 1rem;
  margin-bottom: 10px;
  display: block;
}

input[type="text"],
input[type="email"],
textarea {
  border: 1px solid #666;
  border-radius: 5px;
  padding: 10px;
  font-size: 1rem;
}

input[type="text"],
input[type="email"] {
  width: 100%;
}

textarea {
  width: 100%;
  height: 8rem;
}

.contact-button {
  text-align: center;
  margin: 0 auto;
  border: 1px solid #666;
  border-radius: 5px;
  padding: 8px 0;
  width: 80px;
}

/* focus / hover */
input[type="text"]:focus,
input[type="email"]:focus,
textarea:focus {
  outline: none;
  border: 1px solid #c6a63c;
  background-color: rgba(198, 166, 60, 0.1);
}

.contact-button:hover {
  color: #fff;
  border: none;
  border: 1px solid #c6a63c;
  background-color: rgba(198, 166, 60, 0.8);
}

/*--------contactここまで------------*/
footer {
  text-align: center;
  padding: 30px 0 100px;
  color: #666;
}

.footer__wrapper {
  max-width: 100%;
  margin: 0 auto;
  font-size: 1rem;
  letter-spacing: 0.02rem;
}

/*========================================
     各ページ設定
========================================*/
#about-page .about__wrapper {
  margin-top: 50px;
}

@media (min-width: 768px) {
  #about-page .about__wrapper {
    margin-top: 100px;
  }
}

#about-page .contact-link {
  padding: 2px;
  border: 1px solid #666;
  text-align: center;
  max-width: 300px;
  margin-top: 30px;
}

#about-page .contact-link:hover {
  border: 1px solid #c6a63c;
  color: #c6a63c;
}

#work-page .work__wrapper,
#illust-page .illust__wrapper,
#contact-page .conact__wrapper {
  margin-top: 50px;
}

@media (min-width: 768px) {
  #work-page .work,
  #illust-page .illust,
  #contact-page .conact {
    margin-top: 100px;
  }
}

#work-page .contents__wrapper,
#illust-page .contents__wrapper,
#contact-page .contents__wrapper,
#about-page .contents__wrapper {
  padding: 0 0 100px 0;
  margin-top: 0;
}

@media (min-width: 768px) {
  #work-page .contents__wrapper,
  #illust-page .contents__wrapper,
  #contact-page .contents__wrapper,
  #about-page .contents__wrapper {
    padding: 80px 0 100px;
  }
}

#illust-page .illust__illustbox a:last-child,
#illust-page .illust__illustbox a:nth-last-child(2) {
  display: contents;
}

#work-page .work__workbox a:last-child,
#work-page .work__workbox a:nth-last-child(2) {
  display: contents;
}

#work-page- .work__title {
  padding-bottom: 30px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

#work-page- .work__title h2 {
  display: block;
  font-size: 1.5rem;
  font-weight: normal;
  border-bottom: 1.3px solid #666;
  text-align: center;
  padding-bottom: 8px;
}

#work-page- .work-img {
  padding: 20px 0;
  text-align: center;
}

#work-page- .work-img .link:hover {
  opacity: .8;
}

#work-page- .work__textbox {
  max-width: 700px;
  margin: 0 auto;
  padding: 0 8%;
}

@media (min-width: 768px) {
  #work-page- .work__textbox {
    padding: 0 8% 20px;
  }
}

#work-page- .work__textbox .work__text {
  font-size: 0.8rem;
  padding: 30px 0 2em;
  text-align: center;
}

@media (min-width: 768px) {
  #work-page- .work__textbox .work__text {
    font-size: 1rem;
    padding: 0 0 1em;
  }
}

#work-page- .work-link,
#work-page- .work-back {
  font-size: 0.95rem;
  color: #c6a63c;
  text-align: center;
  padding-bottom: 0.8em;
}

#work-page- .work-link:hover,
#work-page- .work-back:hover {
  color: #c6a63c;
  opacity: .5;
}
/*# sourceMappingURL=style.css.map */