@charset "utf-8";

/* *********************************************************
トイロジック公式サイト
Author    : Toylogic Web Support Team
File name : common.css
Modified  : 2017-07-28
********************************************************* */

/* ========================================================
reset
=========================================================== */
/* YUI 3.5.0 reset.css (http://developer.yahoo.com/yui/3/cssreset/) - http://cssreset.com */
html {
  height: 100%;
  color: #3c3c3c;
  background: #fff;
  font-family: "Noto Sans", "Noto Sans JP", sans-serif, Verdana, Roboto,
    "Droid Sans", "游ゴシック", YuGothic, "ヒラギノ角ゴ ProN W3",
    "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, sans-serif;
}
body,
div,
dl,
dt,
dd,
ul,
ol,
li,
h1,
h2,
h3,
h4,
h5,
h6,
pre,
code,
form,
fieldset,
legend,
input,
textarea,
p,
blockquote,
th,
td {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
fieldset,
img {
  border: 0;
  vertical-align: bottom;
}
address,
caption,
cite,
code,
dfn,
em,
strong,
th,
var {
  font-style: normal;
  font-weight: normal;
}
ol,
ul {
  list-style: none;
}
caption,
th {
  text-align: left;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  font-size: 100%;
  font-weight: normal;
}
q:before,
q:after {
  content: "";
}
abbr,
acronym {
  border: 0;
  font-variant: normal;
}
sup {
  vertical-align: text-top;
}
sub {
  vertical-align: text-bottom;
}
input,
textarea,
select {
  font-family: inherit;
  font-size: inherit;
  font-weight: inherit;
}
input,
textarea,
select {
  *font-size: 100%;
}
legend {
  color: #000;
}
#yui3-css-stamp.cssreset {
  display: none;
}
small {
  font-size: 100%;
}
body {
  background: #fff;
  -webkit-text-size-adjust: 100%; /*iphone*/
  width: 100%;
  font-size: 62.5%;
  line-height: 1.5;
  font-family: "Noto Sans", "Noto Sans JP", sans-serif, Verdana, Roboto,
    "Droid Sans", "游ゴシック", YuGothic, "ヒラギノ角ゴ ProN W3",
    "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, sans-serif;
}

/* common
=================================================*/
html {
  min-height: 100%;
  /* background: #fff url("../images/bg_body.gif"); */
  color: #3c3c3c;
}
body {
  min-height: 100%;
  height: 100%;
  /* background: #fff url("../images/bg_body.gif"); */
  color: #3c3c3c;
}
#container {
  width: 100%;
  overflow: hidden;
}
::-moz-selection {
  color: #fff;
  background: #d44d00;
}
::selection {
  color: #fff;
  background: #e25601;
}
a,
a:hover {
  color: #d44d00;
  transition: 0.3s;
  overflow: hidden;
}
a:hover {
  color: #d44d00;
  text-decoration: none;
}

a img,
a:hover img {
  transition: 0.3s;
}
a:hover img {
  opacity: 0.75;
  -ms-filter: "alpha(opacity=75)";
}
em {
  color: #d44d00;
}

/*!
 *  Font Awesome 4.5.0 by @davegandy - http://fontawesome.io - @fontawesome
 *  License - http://fontawesome.io/license (Font: SIL OFL 1.1, CSS: MIT License)
 */
@font-face {
  font-family: "FontAwesome";
  src: url("https://www.toylogic.com/common/fonts/fontawesome-webfont.eot?v=4.5.0"),
    url("https://www.toylogic.com/common/fonts/fontawesome-webfont.eot?#iefix&v=4.5.0")
      format("embedded-opentype"),
    url("https://www.toylogic.com/common/fonts/fontawesome-webfont.woff2?v=4.5.0")
      format("woff2"),
    url("https://www.toylogic.com/common/fonts/fontawesome-webfont.woff?v=4.5.0")
      format("woff"),
    url("https://www.toylogic.com/common/fonts/fontawesome-webfont.ttf?v=4.5.0")
      format("truetype"),
    url("https://www.toylogic.com/common/fonts/fontawesome-webfont.svg?v=4.5.0#fontawesomeregular")
      format("svg");
  font-weight: normal;
  font-style: normal;
}

/* For modern browsers */
.cf:before,
.cf:after {
  /* content: ""; */
  /* display: block; */
  /* overflow: hidden; */
}
.cf:after {
  clear: both;
}

/* Snipetts */
.secInner .notes {
  font-size: 12px;
  color: #999;
}

/* For IE 6/7 (trigger hasLayout) */
.cf {
  zoom: 1;
}
.l-columnInner {
  /*layout*/
  width: 100%;
  margin: 0 auto;
  padding: 16px 20px;
  display: flex;
  justify-content: space-between;
  padding: 0 1.5%;
}
.asideArea {
  background: #272727;
  width: 100%;
  min-width: 1100px;
  /* border-top: 3px solid #fff; */
}

.asideArea:before {
  content: "";
  display: block;
  height: 3px;
  background: linear-gradient(
    94deg,
    rgba(234, 69, 3, 1) 0%,
    rgba(255, 126, 4, 1) 24%,
    rgba(242, 200, 4, 1) 50%,
    rgba(192, 223, 5, 1) 75%,
    rgba(7, 174, 255, 1) 100%
  );
  position: fixed;
  z-index: 101;
  width: 100%;
}

.asideArea .l-columnInner {
  padding: 1rem 0 1rem 1rem;
}
.langArea a {
  overflow: hidden;
  color: #fff;
  font-size: 1.3em;
  background: url("../images/bg_langarrow.gif") no-repeat center right;
  padding-right: 8px;
  margin-right: 16px;
  text-decoration: none;
  position: relative;
  transition: 0.3s;
  z-index: 2;
}
.langArea a:hover {
  color: #232323;
  transition: 0.3s;
}
.langArea a::after {
  content: "";
  background: #fff;
  display: inline-block;
  position: absolute;
  bottom: -1px;
  width: 100%;
  left: 0;
  height: 1px;
  transition: 0.3s;
  z-index: -1;
}
.langArea a:hover::after {
  height: 100%;
  transition: 0.3s;
}

.langArea {
  display: inline-block;
  margin-right: auto;
}
.langArea li {
  display: inline-block;
  overflow: hidden;
}
.searchArea {
  margin-right: 1.5rem;
}
.searchArea #submit_button {
  background: #fabd11;
  border: none;
  padding: 2px 15px;
  border-radius: 2px;
  font-size: 1.2em;
  font-weight: bold;
  transition: 0.3s;
}
.searchArea #submit_button:hover {
  cursor: pointer;
  transition: 0.3s;
  background: #fff;
  color: #c9171b;
}
.searchArea #searchTxt {
  border-radius: 24px;
  height: 24px;
  padding: 2px 24px 2px 34px !important;
  border: none !important;
  background: #ffffff url("../images/bg_search.gif") no-repeat 7px center !important;
}
.searchArea #searchTxt:focus {
  background-color: #fffdf4;
}

.headersnsArea {
  margin-right: 1rem;
}
.headersnsArea ul {
  position: relative;
  top: 3px;
  margin-top: -6px;
}
.headersnsArea li {
  display: inline-block;
  width: 30px;
  margin: 0 2px;
}
.headersnsArea li img {
  width: 100%;
  height: auto;
}

.gNavwrap {
  width: 100%;
  z-index: 99;
  background: #fff;
  position: absolute;
  top: 0;
}
.gNavwrap .drawer-hamburger,
.moreLink {
  display: none;
}
.headerArea {
  background: #fff;
  /* min-width: 1100px; */
  position: relative;
  padding-top: calc(56px + 1.6rem);
}
.headerArea .l-header {
  padding: 0.8rem 1.5%;
  background: #fff;
}
.l-header h1 {
  float: left;
}
.l-gNav {
  height: 100%;
  display: flex;
  align-items: center;
}
.l-gNav ul {
  display: flex;
  justify-content: space-between;
  gap: 2rem;
}

.l-gNav li {
  /* text-indent: 100%; */
  /* white-space: nowrap; */
  /* overflow: hidden; */
  /* display: inline-block;
  padding: 0 8px; */
  /* background: url("../images/bg_gNav.gif") no-repeat; */
  /* background: url(../images/bg_gNav@2x.gif) no-repeat; */
  /* background-size: 866px 112px; */
  border: 0;
}
.l-gNav li a {
  display: flex;
  flex-direction: column;
  /* background: url(../images/bg_gNav@2x.gif) no-repeat; */
  /* background-size: 866px 112px; */
  color: #2a2a2a;
  text-decoration: none;
  font-size: 1rem;
  font-weight: bold;
  font-family: "Orbitron";
  line-height: 1.4;
  text-align: center;
  /* width: 100px; */
  letter-spacing: 0.1em;
  align-items: center;
}
@media screen and (max-width: 1000px) {
  .l-gNav ul {
    gap: 1rem;
  }
  .l-gNav li a {
    font-size: 0.9rem;
    letter-spacing: 0.1em;
  }
}
.l-gNav li a:after {
  font-size: 0.7rem;
  font-weight: normal;
  color: #646464;
  text-align: center;
}
.gNavlink span {
  display: flex;
  align-items: center;
}
.gNavlink span img {
  width: 1em;
  line-height: 1;
}

.l-gNav li a:hover:after {
  color: #db621c;
  transition: 0.3s;
}

.l-gNav li.gNav01 {
  /* border-top: 3px solid #db1c1c; */
  background-position: -13px -56px;
}
.l-gNav li.gNav01 a {
  /* width: 45px; */
  /* background-position: -21px 0px; */
}
.l-gNav li a:hover {
  /* opacity: 0; */
  filter: alpha(opacity=0); /* ie lt 8 */
  -ms-filter: "alpha(opacity=0)"; /* ie 8 */
  transition: 0.3s;
  color: #db621c;
}
.l-gNav li.gNav02 {
  /* border-top: 3px solid #f28e17; */
  background-position: -91px -56px;
}
.l-gNav li.gNav02 a {
  /* width: 104px; */
  background-position: -99px 0px;
}
.l-gNav li.gNav03 {
  border-top: 3px solid #e3d607;
  background-position: -199px -56px;
}
.l-gNav li.gNav03 a {
  width: 122px;
  background-position: -207px 0px;
}
.l-gNav li.gNav04 {
  /* border-top: 3px solid #81db00; */
  background-position: -327px -56px;
}
.l-gNav li.gNav04 a {
  /* width: 115px; */
  background-position: -335px 0px;
}
.l-gNav li.gNav05 {
  /* border-top: 3px solid #56bdb5; */
  background-position: -446px -56px;
}
.l-gNav li.gNav05 a {
  /* width: 137px; */
  background-position: -454px 0px;
}
.l-gNav li.gNav06 {
  /* border-top: 3px solid #42a1d7; */
  background-position: -589px -56px;
}
.l-gNav li.gNav06 a {
  /* width: 128px; */
  background-position: -597px 0px;
}
.l-gNav li.gNav07 {
  /* border-top: 3px solid #d44e97; */
  background-position: -721px -56px;
}
.l-gNav li.gNav07 a {
  /* width: 121px; */
  background-position: -729px 0px;
}

/*=======================================
slideArea
========================================*/
.footerArea {
  background: url("../images/bg_footer.gif") repeat-x top;
  padding-top: 11px;
}
.footerArea .snsArea {
  vertical-align: top;
  margin-top: -5px;
}
.footerNav .snsArea li a {
  background: transparent;
}
.footerNav .snsArea li:after,
.footerNav .snsArea li a:after {
  content: inherit;
  display: none;
  height: 0;
}

.footerNav {
  background: #f3f3f3;
  padding: 2rem 0;
}
.footerNav .l-columnInner {
  /* max-width: 1360px; */
}
.footerNav .l-columnInner ul {
  padding-top: 5px;
}
.footerNav li {
  display: inline-block;
  vertical-align: middle;
  font-size: 1.3em;
  overflow: hidden;
}
.footerNav li a {
  color: #232323;
  text-decoration: none;
  position: relative;
  z-index: 2;
  overflow: hidden;
}
.footerNav li:first-child:after {
  content: "";
  margin-right: 16px;
}
.footerNav li:after {
  content: "｜";
  color: #898989;
}
.footerNav li a::after {
  content: "";
  background: #232323;
  display: inline-block;
  position: absolute;
  bottom: -1px;
  width: 100%;
  left: 0;
  height: 1px;
  transition: 0.3s;
  z-index: -1;
}
.footerNav li a:hover {
  color: #fff;
  transition: 0.3s;
}
.footerNav li a:hover:after {
  height: 100%;
  transition: 0.3s;
}

.footerInfo {
  background: #232323;
  padding: 2rem 0;
  clear: both;
}
.footerInfo li {
  display: inline-block;
  overflow: hidden;
}
.footerInfo li:first-child:before,
.footerInfo .copyArea:before {
  content: none;
}
.footerInfo li:before {
  content: "｜";
  color: #fff;
}
.footerInfo a {
  color: #fff;
  font-size: 1.3em;
  text-decoration: none;
  position: relative;
  transition: 0.3s;
  z-index: 2;
  overflow: hidden;
}
.footerInfo a:hover {
  color: #232323;
  transition: 0.3s;
}
.footerInfo a::after {
  content: "";
  background: #fff;
  display: inline-block;
  position: absolute;
  bottom: -1px;
  width: 100%;
  left: 0;
  height: 1px;
  transition: 0.3s;
  z-index: -1;
}
.footerInfo a:hover::after {
  height: 100%;
  transition: 0.3s;
}
.footerInfo .copyArea {
  margin-left: auto;
}
.footerInfo .copyArea small {
  /*googlewebfontでgeorgiaに*/
  color: #8b8b8b;
  font-size: 1.3em;
  font-family: "Rokkitt", serif;
}

/*=============================================
under common
=============================================*/
.newMark:before {
  z-index: 16;
  content: "NEW!";
  position: absolute;
  display: inlne-block;
  width: 44px;
  height: 44px;
  line-height: 44px;
  text-align: center;
  vertical-align: middle;
  font-size: 11px;
  font-weight: bold;
  border-radius: 22px;
  background: #e11a36;
  color: #fff;
  right: -6px;
  top: -15px;
  font-family: "Orbitron", sans-serif;
}
.secInner {
  max-width: 1100px;
  background: #fff none repeat scroll 0% 0%;
  margin: 30px auto 50px;
  border-radius: 0px 0px 4px 4px;
  padding: 3rem 3%;
  font-size: 1.5em;
}
.secInner .subTtl {
  font-weight: bold;
  font-size: 2em;
  text-align: center;
  padding-bottom: 16px;
  border-bottom: 1px dotted #eee;
  margin-bottom: 16px;
}

.secInner p {
  margin-bottom: 1em;
  line-height: 1.5;
}
.secInner .txtLeft {
  float: left;
}
.secInner .txtRight {
  float: right;
  display: inline-block;
  text-align: right;
}
.secInner .txtCenter {
  text-align: center;
}
.secInner table {
  width: 100%;
  border: 1px solid #cccccc;
  margin: 16px 0;
}
.secInner tr:first-child > td {
  color: #fff;
  text-align: center;
  font-size: 1.4em;
  font-weight: bold;
  background: #666;
  padding: 0.25em;
}
.secInner tr > td {
  border-bottom: 1px solid #cccccc;
  padding: 10px;
}
.secInner tr > th {
  background: #eeeeee;
  width: 15%;
  padding: 0.5em 16px;
  text-align: right;
  border-right: 1px solid #cccccc;
  border-bottom: 1px solid #cccccc;
}
.pkzList {
  background: #f3f3f3;
  padding: 10px 1rem;
}
.pkzList ul {
  margin: 0 auto;
  padding: 0 0 0 22px;
  background: url("../images/bg_pkzlist.gif") no-repeat;
}
.pkzList li {
  display: inline-block;
  font-size: 1.2em;
  overflow: hidden;
}
.pkzList li a {
  color: #232323;
  text-decoration: none;
  position: relative;
  z-index: 2;
  overflow: hidden;
}
.pkzList li a::after {
  content: "";
  background: #232323;
  display: inline-block;
  position: absolute;
  bottom: -1px;
  width: 100%;
  left: 0;
  height: 1px;
  transition: 0.3s;
  z-index: -1;
}
.pkzList li a:hover {
  color: #fff;
  transition: 0.3s;
}
.pkzList li a:hover:after {
  height: 100%;
  transition: 0.3s;
}

.pkzList li:before {
  content: " > ";
  font-weight: normal;
}
.pkzList li:first-child:before {
  content: none;
}
.pkzCurrent {
  font-weight: bold;
}
.shareArea {
  display: inline-block;
  float: right;
}
.shareArea li {
  display: inline-block;
  vertical-align: top;
  margin-left: 4px;
}
.contentsArea .visImg {
  height: 120px;
  overflow: hidden;
  background-size: cover;
}
#news .contentsArea .newsvisImg {
  background: #000 url("../images/bg_ttl_news.jpg") no-repeat center center;
  background-size: cover;
}
#works .contentsArea .worksvisImg {
  background: #000 url("../images/bg_ttl_works.jpg") no-repeat center center;
  background-size: cover;
}
#games .contentsArea .gamesvisImg {
  background: #000 url("../images/bg_ttl_games.jpg") no-repeat center center;
  background-size: cover;
}
#service .contentsArea .servicevisImg {
  background: #000 url("../images/bg_ttl_service.jpg") no-repeat center center;
  background-size: cover;
}
#contact .contentsArea .contactvisImg {
  background: #000 url("../images/bg_ttl_contact.jpg") no-repeat center center;
  background-size: cover;
}
#about .contentsArea .aboutvisImg {
  background: #000 url("../images/bg_ttl_about.jpg") no-repeat center center;
  background-size: cover;
}
#recruit .contentsArea .recruitvisImg {
  background: #000 url("../images/bg_ttl_recruit.jpg") no-repeat center center;
  background-size: cover;
}

/*=============================================
animation  animation: bound 600ms ease-in-out 0ms 1 normal none;
=============================================*/
@-webkit-keyframes bound {
  0% {
    -webkit-transform: scale(1) translateY(0px);
  }

  20% {
    -webkit-transform: scale(1) translateY(20px);
  }

  22% {
    -webkit-transform: scaleX(1.4) translateY(23px);
  }

  50% {
    -webkit-transform: scaleY(0.7) translateY(-10px);
  }

  80% {
    -webkit-transform: scaleX(1.2) translateY(5px);
  }

  100% {
    -webkit-transform: scale(1) translateY(0);
  }
}

@keyframes bound {
  0% {
    -webkit-transform: scale(1) translateY(0px);
  }

  20% {
    -webkit-transform: scale(1) translateY(20px);
  }

  22% {
    -webkit-transform: scaleX(1.4) translateY(23px);
  }

  50% {
    -webkit-transform: scaleY(0.7) translateY(-10px);
  }

  80% {
    -webkit-transform: scaleX(1.2) translateY(5px);
  }

  100% {
    -webkit-transform: scale(1) translateY(0);
  }
}

/*=============================================
404
=============================================*/
.errorArea {
  text-align: center;
  height: calc(100vh - 254px);
  vertical-align: middle;
  display: table-cell;
  width: 100vw;
}

.errorTxt404 {
  font-size: 2.4rem;
  font-family: orbitron;
}

/*=============================================
script
=============================================*/
.fixed {
  position: fixed;
  top: 0;
  box-sizing: border-box;
  transition: 0.3s;
  -webkit-box-shadow: 0px 0px 16px rgba(51, 51, 51, 0.25);
  -moz-box-shadow: 0px 0px 16px rgba(51, 51, 51, 0.25);
  -ms-box-shadow: 0px 0px 16px rgba(51, 51, 51, 0.25);
  box-shadow: 0px 0px 16px rgba(51, 51, 51, 0.25);
}
.fixed .l-header {
  padding: 0 1rem;
  transition: 0.3s;
}
.fixed .l-gNav li a {
  font-size: 0.9rem;
}
.toTopNav {
  position: fixed;
  bottom: 48px;
  right: 15px;
  z-index: 99;
}

/*=======================================
gdpr
========================================*/

.cc-banner .cc-message {
  font-size: 0.8rem;
  border-left: 2px solid #d15a2b;
  padding-left: 0.5rem;
}

.cc-compliance a.cc-btn {
  font-size: 0.8rem;
  font-weight: normal;
  border-width: 1px;
}
.cc-compliance a.cc-btn:before {
  font-family: "FontAwesome";
  content: "\f00c ";
  padding-right: 0.3rem;
  color: #5cd610;
}
.cc-compliance a.cc-btn:hover {
  background: #fefefe;
  color: #333;
}
.cc-message .cc-link {
  padding: 0;
  display: inline;
  position: relative;
  padding-right: 8px;
  background: url(https://www.toylogic.com/common/images/bg_langarrow.gif)
    no-repeat center right;
}
@media screen and (max-width: 768px) {
  .cc-revoke,
  .cc-window {
    font-size: 1rem;
  }
  .cc-compliance a.cc-btn {
    font-size: 1.1rem;
    font-weight: normal;
    padding: 0.75em 0.25em;
  }
  a.cc-btn.cc-dismiss:before {
    font-family: "FontAwesome";
    content: "\f00c ";
    padding-right: 0.3rem;
    color: #5cd610;
  }
}

/*=======================================
skeloton screen
========================================*/
.skeleton {
  width: 100%;
  height: 20px;
  background: #ececec;
  position: relative;
  overflow: hidden;
}
.skeleton img {
  position: relative;
  opacity: 1;
  transition: opacity 0.3s;
}
.skeleton::before {
  content: "";
  display: block;
  height: 100%;
  width: 100%;
  background: linear-gradient(
    90deg,
    transparent,
    rgba(255, 255, 255, 0.5),
    transparent
  );
  position: absolute;
  top: 0;
  left: 0;
  animation: skeleton-animation 1.2s linear infinite;
}
@keyframes skeleton-animation {
  0% {
    transform: translateX(-100%);
  }
  100% {
    transform: translateX(100%);
  }
}
