/*!*** Base Rules *****/
/*!
	 * html5doctor.com Reset Stylesheet v1.6.1 (http://html5doctor.com/html-5-reset-stylesheet/)
	 * Richard Clark (http://richclarkdesign.com)
	 * http://cssreset.com
	 */
@import url("https://fonts.googleapis.com/css?family=M+PLUS+Rounded+1c:400,500,700&display=swap");
html, body, div, span, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
abbr, address, cite, code,
del, dfn, em, img, ins, kbd, q, samp,
small, strong, sub, sup, var,
b, i,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, figcaption, figure,
footer, header, hgroup, menu, nav, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
}

body {
  line-height: 1;
}

article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
  display: block;
}

nav ul {
  list-style: none;
}

blockquote, q {
  quotes: none;
}

blockquote:before, blockquote:after,
q:before, q:after {
  content: '';
  content: none;
}

a {
  margin: 0;
  padding: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
}

/* change colours to suit your needs */
ins {
  background-color: #ff9;
  color: #000;
  text-decoration: none;
}

/* change colours to suit your needs */
mark {
  background-color: #ff9;
  color: #000;
  font-style: italic;
  font-weight: bold;
}

del {
  text-decoration: line-through;
}

abbr[title], dfn[title] {
  border-bottom: 1px dotted;
  cursor: help;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

/* change border colour to suit your needs */
hr {
  display: block;
  height: 1px;
  border: 0;
  border-top: 1px solid #cccccc;
  margin: 1em 0;
  padding: 0;
}

input, select {
  vertical-align: middle;
}

/*!*** Base Rules(Custom) *****/
*, *:before, *:after {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

html {
  font-size: 62.5%;
}

body {
  font-size: 1.6rem;
  font-family: 'M PLUS Rounded 1c', sans-serif;
  line-height: 1.8;
  color: #1A1A1A;
  background-color: #000;
}

img {
  width: 100%;
}

input[type="text"],
input[type="email"],
input[type="tel"] {
  padding: 0;
  border: none;
  border-radius: 0;
  outline: none;
  background: none;
}

textarea {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  padding: 0;
  border: 0;
  outline: none;
  background: transparent;
}

input[type="button"] {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  padding: 0;
  border: none;
  outline: none;
  background: transparent;
}

form .error_blank {
  color: red;
}

form dt .required, form dt .optional {
  display: none;
}

@keyframes move-twink-back {
  from {
    background-position: 0 0;
  }
  to {
    background-position: -10000px 5000px;
  }
}

@-webkit-keyframes move-twink-back {
  from {
    background-position: 0 0;
  }
  to {
    background-position: -10000px 5000px;
  }
}

@keyframes move-clouds-back {
  from {
    background-position: 0 0;
  }
  to {
    background-position: 10000px 0;
  }
}

@-webkit-keyframes move-clouds-back {
  from {
    background-position: 0 0;
  }
  to {
    background-position: 10000px 0;
  }
}

.stars, .twinkling, .clouds {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  display: block;
}

.stars {
  background: #333 url(../images/stars.png) repeat top center;
  z-index: 0;
  opacity: 0;
  -webkit-animation: fadeIn .5s ease-out forwards;
          animation: fadeIn .5s ease-out forwards;
  -webkit-animation-delay: 1s;
          animation-delay: 1s;
}

.twinkling {
  background: transparent url(../images/twinkling.png) repeat top center;
  z-index: 1;
  -webkit-animation: move-twink-back 200s linear infinite;
  animation: move-twink-back 200s linear infinite;
}

.clouds {
  background: transparent url(../images/clouds.png) repeat top center;
  z-index: 3;
  -webkit-animation: move-clouds-back 200s linear infinite;
  animation: move-clouds-back 200s linear infinite;
}

.stars, .twinkling, .clouds {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100vw;
  height: 100vh;
  display: block;
}

.stars {
  background: #000 url(../images/stars.png) repeat top center;
  z-index: 0;
}

.twinkling {
  background: transparent url(../images/twinkling.png) repeat top center;
  z-index: 1;
  -webkit-animation: move-twink-back 200s linear infinite;
  animation: move-twink-back 200s linear infinite;
}

.clouds {
  background: transparent url(../images/clouds.png) repeat top center;
  z-index: 3;
  -webkit-animation: move-clouds-back 200s linear infinite;
  animation: move-clouds-back 200s linear infinite;
}

.bg-video {
  position: fixed;
  top: 0;
  left: 0;
  overflow: hidden;
  width: 100%;
  height: 100vh;
  opacity: 0;
  -webkit-animation: fadeIn .5s ease-out forwards;
          animation: fadeIn .5s ease-out forwards;
  -webkit-animation-delay: 1s;
          animation-delay: 1s;
}

.bg-video video {
  position: relative;
  top: 0;
  left: 0;
  min-width: 100%;
  min-height: 100vh;
  z-index: 1;
}

.bg-video .overlay {
  width: 100%;
  height: 100vh;
  position: absolute;
  top: 0;
  left: 0;
  background-color: rgba(0, 0, 0, 0.5);
  z-index: 2;
}

.bg-image {
  position: fixed;
  top: 0;
  left: 0;
  overflow: hidden;
  width: 100%;
  height: 100vh;
  background: url(../images/bg.jpg) no-repeat center bottom/cover;
  opacity: 0;
  -webkit-animation: fadeIn .5s ease-out forwards;
          animation: fadeIn .5s ease-out forwards;
  -webkit-animation-delay: 1s;
          animation-delay: 1s;
}

.bg-image .overlay {
  width: 100%;
  height: 100vh;
  position: absolute;
  top: 0;
  left: 0;
  background-image: -webkit-linear-gradient(45deg, rgba(0, 0, 0, 0.3) 50%, rgba(0, 0, 0, 0.7) 50%);
  background-image: linear-gradient(45deg, rgba(0, 0, 0, 0.3) 50%, rgba(0, 0, 0, 0.7) 50%);
  background-size: 3px 3px;
  z-index: 2;
}

/*!*** Module Rules *****/
.pc-nav {
  display: none;
  position: fixed;
  top: 30px;
  right: 20px;
  opacity: 0;
  -webkit-animation: fadeIn .5s ease-out forwards;
          animation: fadeIn .5s ease-out forwards;
  -webkit-animation-delay: 1s;
          animation-delay: 1s;
}

.pc-nav .pc-nav-list > li {
  display: inline-block;
  margin-left: 1em;
}

.pc-nav .pc-nav-list > li a {
  color: #eee;
  text-decoration: none;
  font-weight: 500;
  font-size: 1.6rem;
}

@media screen and (min-width: 900px) {
  .pc-nav {
    display: block;
  }
}

#global-nav {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100vh;
  background-color: #FFEC00;
  text-align: center;
  padding-top: 100px;
}

#global-nav .nav-logo {
  margin-bottom: 2em;
}

#global-nav .nav-logo img {
  width: 300px;
}

#global-nav .nav-list > li {
  margin-bottom: 1em;
}

#global-nav .nav-list > li a {
  color: #333;
  text-decoration: none;
  font-weight: 500;
  font-size: 3.0rem;
}

#global-nav .nav-copy {
  font-size: 1.4rem;
  width: 100%;
  position: absolute;
  bottom: 1em;
  color: #333;
  text-align: center;
}

.menu-button-wrap {
  position: fixed;
  top: 20px;
  right: 5%;
  background-color: rgba(255, 255, 255, 0.8);
  width: 44px;
  height: 44px;
  padding-top: 11px;
  text-align: center;
  z-index: 100;
  opacity: 0;
  -webkit-animation: fadeIn .5s ease-out forwards;
          animation: fadeIn .5s ease-out forwards;
  -webkit-animation-delay: 1s;
          animation-delay: 1s;
}

@media screen and (min-width: 900px) {
  .menu-button-wrap {
    display: none;
  }
}

#menu-button {
  display: inline-block;
  -webkit-transition: all .4s;
  transition: all .4s;
  width: 35px;
  height: 21px;
  z-index: 2;
  position: relative;
}

#menu-button span {
  display: inline-block;
  -webkit-transition: all .4s;
  transition: all .4s;
  position: absolute;
  left: 0;
  width: 100%;
  height: 3px;
  background-color: #333;
}

#menu-button span:nth-of-type(1) {
  top: 0;
}

#menu-button span:nth-of-type(2) {
  top: 9px;
}

#menu-button span:nth-of-type(3) {
  bottom: 0;
}

#menu-button.active span:nth-of-type(1) {
  -webkit-transform: translateY(9px) rotate(-315deg);
          transform: translateY(9px) rotate(-315deg);
}

#menu-button.active span:nth-of-type(2) {
  opacity: 0;
}

#menu-button.active span:nth-of-type(3) {
  -webkit-transform: translateY(-9px) rotate(315deg);
          transform: translateY(-9px) rotate(315deg);
}

body {
  background-color: #000;
}

.header {
  position: relative;
  top: 0;
  height: 100vh;
  z-index: 5;
}

.header-inner {
  height: 100%;
  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;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  position: relative;
}

.header-inner-thanks {
  text-align: center;
  padding-right: 5%;
  padding-left: 5%;
  padding-top: 5em;
}

.header-inner-thanks .header-logo {
  margin-right: auto;
  margin-left: auto;
}

@media screen and (min-width: 900px) {
  .header-inner-thanks {
    text-align: left;
    padding: 0;
    height: 100%;
    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;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  .header-inner-thanks .header-logo {
    margin: 0;
  }
}

.header-logo {
  width: 270px;
  -webkit-animation: logo-up .5s ease-out forwards;
          animation: logo-up .5s ease-out forwards;
  -webkit-animation-delay: 1s;
          animation-delay: 1s;
}

@-webkit-keyframes logo-up {
  0% {
    width: 270px;
  }
  100% {
    width: 300px;
  }
}

@keyframes logo-up {
  0% {
    width: 270px;
  }
  100% {
    width: 300px;
  }
}

@-webkit-keyframes fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}

@keyframes fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}

.scroll-button {
  -webkit-animation: fadeIn .5s ease-out forwards;
          animation: fadeIn .5s ease-out forwards;
  -webkit-animation-delay: 1s;
          animation-delay: 1s;
  opacity: 0;
}

.scroll-button a {
  padding-top: 70px;
  position: absolute;
  width: 100px;
  text-align: center;
  left: 50%;
  margin-left: -50px;
  bottom: 2em;
  text-decoration: none;
  color: #EEE;
}

.scroll-button a:hover {
  opacity: 0.8;
}

.scroll-button a span {
  position: absolute;
  top: 0;
  left: 50%;
  width: 24px;
  height: 24px;
  margin-left: -12px;
  border-left: 1px solid #fff;
  border-bottom: 1px solid #fff;
  -webkit-transform: rotateZ(-45deg);
  transform: rotateZ(-45deg);
  -webkit-animation: sdb 1.5s infinite;
  animation: sdb 1.5s infinite;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

@-webkit-keyframes sdb {
  0% {
    -webkit-transform: rotateY(0) rotateZ(-45deg) translate(0, 0);
    opacity: 0;
  }
  50% {
    opacity: 1;
  }
  100% {
    -webkit-transform: rotateY(720deg) rotateZ(-45deg) translate(-20px, 20px);
    opacity: 0;
  }
}

@keyframes sdb {
  0% {
    -webkit-transform: rotateY(0) rotateZ(-45deg) translate(0, 0);
            transform: rotateY(0) rotateZ(-45deg) translate(0, 0);
    opacity: 0;
  }
  50% {
    opacity: 1;
  }
  100% {
    -webkit-transform: rotateY(720deg) rotateZ(-45deg) translate(-20px, 20px);
            transform: rotateY(720deg) rotateZ(-45deg) translate(-20px, 20px);
    opacity: 0;
  }
}

.section-wrap {
  position: relative;
  z-index: 5;
  padding-right: 5%;
  padding-left: 5%;
  padding-top: 4em;
}

@media screen and (min-width: 900px) {
  .section-wrap {
    max-width: 1000px;
    margin-right: auto;
    margin-left: auto;
    margin-bottom: 5em;
  }
}

.title-01 {
  color: #EFEFEF;
  font-size: 3.4rem;
  text-align: center;
  font-weight: 700;
  margin-bottom: 0.7em;
  letter-spacing: 0.05em;
}

.title-02 {
  color: #4CA223;
  font-size: 2.0rem;
  font-weight: 700;
  margin-bottom: 0.7em;
}

@media screen and (min-width: 900px) {
  .title-02 {
    font-size: 2.8rem;
  }
}

.works-box {
  background: rgba(255, 255, 255, 0.8);
  background-image: -webkit-linear-gradient(135deg, rgba(255, 255, 255, 0.6) 50%, rgba(255, 255, 255, 0.7) 50%);
  background-image: linear-gradient(-45deg, rgba(255, 255, 255, 0.6) 50%, rgba(255, 255, 255, 0.7) 50%);
  padding-top: 2em;
  padding-right: 1em;
  padding-left: 1em;
  padding-bottom: 2em;
  margin-bottom: 2em;
}

@media screen and (min-width: 900px) {
  .works-box {
    padding-top: 3em;
    padding-bottom: 3em;
    margin-bottom: 2.5em;
  }
}

.works-description {
  color: #555;
  font-weight: 500;
  margin-bottom: 1em;
}

.works-text {
  color: #555;
  font-size: 1.4rem;
}

.works-art {
  margin-top: 1em;
  text-align: center;
}

.works-art img {
  width: 100%;
}

@media screen and (min-width: 900px) {
  .works-box {
    text-align: center;
  }
  .works-description {
    font-size: 2.0rem;
  }
  .works-text {
    font-size: 1.8rem;
  }
  .works-art {
    margin-top: 1em;
    text-align: center;
  }
  .works-art img {
    width: 300px;
  }
}

.history-list {
  font-size: 1.4rem;
  margin-left: 1.5em;
}

.history-list > li {
  margin-bottom: 1em;
}

@media screen and (min-width: 900px) {
  .history-list {
    font-size: 1.6rem;
  }
}

.history-box {
  margin-bottom: 2em;
}

.profile-image {
  width: 191px;
  margin-right: auto;
  margin-left: auto;
  margin-bottom: 1em;
}

.profile-wrap {
  border-radius: 10px;
  background: rgba(255, 255, 255, 0.9);
  padding-top: 2em;
  padding-right: 1em;
  padding-left: 1em;
  padding-bottom: 2em;
  margin-bottom: 2em;
}

@media screen and (min-width: 900px) {
  .profile-wrap {
    width: 500px;
    margin-right: auto;
    margin-left: auto;
  }
}

.profile-name {
  color: #333;
}

.profile-name > span {
  font-size: 1.6rem;
  display: block;
}

@media screen and (min-width: 900px) {
  .profile-text {
    text-align: center;
  }
}

.company-table {
  color: #efefef;
}

.company-table th, .company-table td {
  display: block;
  width: 100%;
  text-align: left;
}

.company-table td {
  margin-bottom: 1em;
}

@media screen and (min-width: 900px) {
  .company-table {
    font-size: 1.8rem;
    width: 475px;
    margin-right: auto;
    margin-left: auto;
  }
  .company-table th, .company-table td {
    display: table-cell;
    width: auto;
  }
  .company-table th {
    width: 100px;
  }
  .company-table td {
    padding-bottom: 1em;
    margin-bottom: 0;
  }
}

#contact form {
  color: #efefef;
}

#contact form dd {
  margin-bottom: 1em;
}

#contact form input[type="text"], #contact form input[type="email"] {
  width: 100%;
  font-size: 1.6rem;
  padding: 0.5em;
  background: #fff;
  -webkit-box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.16);
          box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.16);
  border: 1px solid #ccc;
}

#contact form textarea {
  width: 100%;
  font-size: 1.6rem;
  padding: 0.5em;
  background: #fff;
  -webkit-box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.16);
          box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.16);
  border: 1px solid #ccc;
}

#contact form input[type="button"] {
  border-radius: 5px;
  background: #4CA223;
  -webkit-box-shadow: 0px 3px 0px rgba(255, 255, 255, 0.8);
          box-shadow: 0px 3px 0px rgba(255, 255, 255, 0.8);
  color: #FFF;
  padding: 1em 4em;
  font-size: 1.6rem;
}

@media screen and (min-width: 900px) {
  #contact form {
    width: 600px;
    margin-right: auto;
    margin-left: auto;
  }
}

.footer {
  background-color: #333;
  margin-top: 3em;
  padding-top: 3em;
  padding-bottom: 2em;
  position: relative;
  z-index: 5;
}

.footer.no-color {
  background: transparent;
}

@media screen and (min-width: 900px) {
  .footer {
    margin-top: 10em;
  }
}

.footer .footer-logo {
  width: 260px;
  margin-right: auto;
  margin-left: auto;
  margin-bottom: 2em;
}

.footer .footer-nav-list {
  text-align: center;
  margin-bottom: 2em;
}

.footer .footer-nav-list > li {
  margin-bottom: 0.5em;
  font-size: 1.4rem;
}

@media screen and (min-width: 900px) {
  .footer .footer-nav-list > li {
    display: inline-block;
    margin-right: 0.5em;
    margin-left: 0.5em;
  }
}

.footer .footer-nav-list > li a {
  color: #FFF;
  text-decoration: none;
}

.footer .footer-copy {
  text-align: center;
  font-size: 1.4rem;
  color: #FFF;
}

.tac {
  text-align: center;
}

.br-sp {
  display: block;
}

@media screen and (min-width: 900px) {
  .br-sp {
    display: none;
  }
}

.br-pc {
  display: none;
}

@media screen and (min-width: 900px) {
  .br-pc {
    display: block;
  }
}

#page_top {
  z-index: 10;
  line-height: 1;
  width: 50px;
  height: 50px;
  position: fixed;
  border-radius: 25px;
  right: 5%;
  bottom: 10px;
  background: #EEE;
  opacity: 0.8;
}

@media screen and (min-width: 900px) {
  #page_top {
    right: 20px;
    bottom: 20px;
  }
}

#page_top a {
  position: relative;
  display: block;
  width: 50px;
  height: 50px;
  text-decoration: none;
}

#page_top a::before {
  font-family: 'Font Awesome 5 Free';
  font-weight: 900;
  content: '\f106';
  font-size: 25px;
  color: #333;
  position: absolute;
  width: 25px;
  height: 25px;
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;
  margin: auto;
  text-align: center;
}
/*# sourceMappingURL=style.css.map */