@charset "UTF-8";
/*========================================
共通
=========================================*/
body {
  font-size: 1.6rem;
  line-height: 1.5;
  letter-spacing: 0.05em; }

html, body {
  background-color: #000;
  font-family: "Noto Sans JP";
  position: relative; }
html h1, body h1 {
  font-size: 2.5rem; }
html h2, body h2 {
  font-size: 1.8rem; }
html h3, body h3 {
  font-size: 1.6rem; }
html a, body a {
  text-decoration: none; }
html img, body img {
  max-width: 100%; }

.clearfix {
  clear: both; }

.cleartext {
  text-indent: 100%;
  white-space: nowrap;
  overflow: hidden; }

#new-more-link {
  font-family: "Yu Gothic", YuGothic, Verdana, 'Hiragino Kaku Gothic ProN', 'Hiragino Kaku Gothic Pro', 'ヒラギノ角ゴ Pro W3', 'メイリオ', Meiryo, sans-serif; }

.btn-box {
  display: inline-block;
  width: 200px;
  text-align: center;
  font-size: 16px;
  color: #9ec34b;
  text-decoration: none;
  font-weight: bold;
  padding: 12px 24px;
  position: relative;
  border: 2px solid #9ec34b;
  transition: .4s; }

.btn-box:hover {
  border: 2px solid transparent;
  color: #FFF; }

.btn-box:before, .btn-box:after {
  width: 100%;
  height: 100%;
  z-index: 3;
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  box-sizing: border-box;
  transform: scale(0);
  transition: .2s; }

.btn-box:before {
  border-bottom: 2px solid #FFF;
  border-left: 2px solid #FFF;
  transform-origin: 100% 0%; }

.btn-box:after {
  border-top: 2px solid #FFF;
  border-right: 2px solid #FFF;
  transform-origin: 0% 100%; }

.btn-box:hover:after, .btn-box:hover:before {
  transform: scale(1); }

::-webkit-scrollbar {
  width: 10px; }

::-webkit-scrollbar-track {
  border-radius: 10px;
  box-shadow: inset 0 0 5px rgba(0, 0, 0, 0.1); }

::-webkit-scrollbar-thumb {
  background-color: rgba(178, 62, 172, 0.5);
  border-radius: 10px;
  box-shadow: 0 0 0 1px rgba(255, 255, 255, 0.3); }

/*========================================
共通終わり
=========================================*/
@media (min-width: 360px) {
  #wrapper {
    overflow: hidden;
    position: relative;
    background: url("../img/top/main-bg.jpg") no-repeat; } }
@media (min-width: 1920px) {
  #wrapper {
    background: url("../img/top/main-bg-mega.jpg") no-repeat; } }
#wrapper div#right-ink {
  position: absolute;
  top: -100px;
  right: -100px;
  z-index: 9999;
  pointer-events: none; }
@media (min-width: 360px) {
  #wrapper div#right-ink {
    display: none; } }
@media (min-width: 1920px) {
  #wrapper div#right-ink {
    top: 0;
    right: 0; } }
#wrapper div#left-ink {
  position: absolute;
  bottom: -130px;
  left: -150px;
  z-index: 9999;
  pointer-events: none; }
@media (min-width: 360px) {
  #wrapper div#left-ink {
    display: none; } }
@media (min-width: 1920px) {
  #wrapper div#left-ink {
    left: 0;
    bottom: 0; } }
@media (min-width: 768px) {
  #wrapper header span {
    text-indent: -9999px;
    display: block; } }
#wrapper header .css-br::after {
  content: "\A";
  white-space: pre; }
@media (min-width: 360px) {
  #wrapper header nav {
    width: 100%;
    height: 70px;
    position: fixed;
    top: 0;
    background-color: rgba(0, 0, 0, 0.7);
    z-index: 8888;
    overflow: hidden; } }
@media (min-width: 768px) {
  #wrapper header nav {
    box-shadow: 0px 8px 0px;
    position: relative; } }
@media (min-width: 1024px) {
  #wrapper header nav {
    height: 80px; } }
@media (min-width: 360px) {
  #wrapper header nav ul {
    width: 100%;
    display: flex;
    justify-content: space-around; } }
@media (min-width: 768px) {
  #wrapper header nav ul {
    padding: 10px;
    box-sizing: border-box; } }
@media (min-width: 1024px) {
  #wrapper header nav ul {
    width: 900px;
    margin: 0 auto;
    padding: 10px 0; } }
@media (min-width: 360px) {
  #wrapper header nav ul li {
    width: 100%;
    text-align: center;
    line-height: 24px; } }
@media (min-width: 768px) {
  #wrapper header nav ul li {
    width: 20%;
    text-indent: -9999px; } }
@media (min-width: 360px) {
  #wrapper header nav ul li a {
    height: 60px;
    color: #fff;
    font-size: 13px;
    transition-duration: 300ms; } }
@media (min-width: 768px) {
  #wrapper header nav ul li a {
    height: auto; } }
@media (min-width: 360px) {
  #wrapper header nav ul li#free a {
    padding-top: 10px;
    display: block;
    width: 100%;
    border-right: 1px solid #fff;
    letter-spacing: -1px; } }
@media (min-width: 768px) {
  #wrapper header nav ul li#free a {
    width: 100%;
    padding-top: 0px;
    background-size: 100% auto !important;
    background: url("../img/glovalmenu/free.png") no-repeat;
    border: none; } }
@media (min-width: 1024px) {
  #wrapper header nav ul li#free a {
    width: 175px;
    height: 60px;
    text-indent: -9999px;
    background-size: auto !important; } }
@media (min-width: 360px) {
  #wrapper header nav ul li#free a:hover {
    background-color: #54cff9; } }
@media (min-width: 1024px) {
  #wrapper header nav ul li#free a:hover {
    background-position: 0 -55px; } }
@media (min-width: 360px) {
  #wrapper header nav ul li#document a {
    padding-top: 10px;
    display: block;
    width: 100%;
    border-right: 1px solid #fff; } }
@media (min-width: 768px) {
  #wrapper header nav ul li#document a {
    width: 100%;
    padding-top: 0px;
    background-size: 100% auto !important;
    background: url("../img/glovalmenu/document.png") no-repeat;
    border: none; } }
@media (min-width: 1024px) {
  #wrapper header nav ul li#document a {
    width: 175px;
    height: 60px;
    text-indent: -9999px;
    background-size: auto !important; } }
@media (min-width: 360px) {
  #wrapper header nav ul li#document a:hover {
    background-color: #81e63d; } }
@media (min-width: 1024px) {
  #wrapper header nav ul li#document a:hover {
    background-position: 0 -55px; } }
@media (min-width: 360px) {
  #wrapper header nav ul li#design a {
    padding-top: 10px;
    display: block;
    width: 100%;
    border-right: 1px solid #fff; } }
@media (min-width: 768px) {
  #wrapper header nav ul li#design a {
    width: 100%;
    padding-top: 0px;
    background-size: 100% auto !important;
    background: url("../img/glovalmenu/design.png") no-repeat;
    border: none; } }
@media (min-width: 1024px) {
  #wrapper header nav ul li#design a {
    width: 175px;
    height: 60px;
    text-indent: -9999px;
    background-size: auto !important; } }
@media (min-width: 360px) {
  #wrapper header nav ul li#design a:hover {
    background-color: #ec4dc8; } }
@media (min-width: 1024px) {
  #wrapper header nav ul li#design a:hover {
    background-position: 0 -55px; } }
@media (min-width: 360px) {
  #wrapper header nav ul li#blog a {
    padding-top: 10px;
    display: block;
    width: 100%;
    border-right: 1px solid #fff; } }
@media (min-width: 768px) {
  #wrapper header nav ul li#blog a {
    width: 100%;
    padding-top: 0px;
    background-size: 100% auto !important;
    background: url("../img/glovalmenu/blog.png") no-repeat;
    border: none; } }
@media (min-width: 1024px) {
  #wrapper header nav ul li#blog a {
    width: 175px;
    height: 60px;
    text-indent: -9999px;
    background-size: auto !important; } }
@media (min-width: 360px) {
  #wrapper header nav ul li#blog a:hover {
    background-color: #fde24c; } }
@media (min-width: 1024px) {
  #wrapper header nav ul li#blog a:hover {
    background-position: 0 -55px; } }
@media (min-width: 360px) {
  #wrapper header nav ul li#contact a {
    padding-top: 10px;
    display: block;
    width: 100%;
    letter-spacing: -1px; } }
@media (min-width: 768px) {
  #wrapper header nav ul li#contact a {
    width: 100%;
    padding-top: 0px;
    background-size: 100% auto !important;
    background: url("../img/glovalmenu/contact.png") no-repeat;
    border: none; } }
@media (min-width: 1024px) {
  #wrapper header nav ul li#contact a {
    width: 175px;
    height: 60px;
    text-indent: -9999px;
    background-size: auto !important; } }
@media (min-width: 360px) {
  #wrapper header nav ul li#contact a:hover {
    background-color: #f06b38; } }
@media (min-width: 1024px) {
  #wrapper header nav ul li#contact a:hover {
    background-position: 0 -55px; } }
#wrapper main {
  display: block;
  margin: 0 auto; }
@media (min-width: 360px) {
  #wrapper footer {
    width: 100%;
    height: 188px;
    text-align: center;
    background-image: url("../img/footer-bg.png");
    background-repeat: no-repeat;
    background-position: bottom;
    z-index: 8888;
    position: absolute;
    bottom: 0;
    right: 0;
    left: 0;
    top: auto; } }
@media (min-width: 1920px) {
  #wrapper footer {
    background: url("../img/footer-bg-mega.png") no-repeat; } }
@media (min-width: 360px) {
  #wrapper footer p {
    text-align: center;
    color: #fff;
    padding-top: 155px; } }

#page_top {
  width: 100px;
  height: 100px;
  position: fixed;
  right: 0;
  bottom: -100px;
  z-index: 999999;
  cursor: pointer;
  opacity: 0.6;
  border-radius: 50%;
  z-index: 999999; }

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