/*----------------------------------EDIT----------------------------------*/
@import url('https://fonts.googleapis.com/css2?family=Noto+Serif+JP&display=swap');

/*APP COLOR Teema*/
:root {
  /*corporate*/
  --color-corporate: #36CFDD;
  /*contents(Triadics)*/
  --color-scenario: #dd367d;
  --color-illust: #367ddd;
  --color-games: #7ddd36;
  /*blue&Corpo is Analogous*/
  /*bright*/
  --color-corporate-b: #00eaff;
  --color-scenario-b: #ff006c;
  --color-illust-b: #006cff;
  --color-games-b: #6cff00;
  /*Other*/
  --color-text: #7f7f7f;
}
/*----------------------------------EDIT----------------------------------*/

/*----------------------------------FONT AWESOME----------------------------------*/
[class^="icon-"], [class*=" icon-"] {
    /* use !important to prevent issues with browser extensions that change fonts */
    font-family: "Font Awesome 5 Free","Font Awesome 5 Brands" !important;
    speak: none;
    font-style: normal;
    font-weight: 900;
    font-variant: normal;
    text-transform: none;
    line-height: 1;

    /* Better Font Rendering =========== */
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.icon-global:before {
    content: "\f0ac";
}
.icon-twitter:before {
    content: "\f099";
}
.icon-facebook:before {
    content: "\f09a";
}
.icon-external-link:before {
    content: "→";
}
.icon-magic:before {
    content: "\f0d0";
}
.icon-edit:before {
    content: "\f044";
}
.icon-th-large:before {
    content: "\f009";
}
.icon-picture-o:before {
    content: "\f03e";
}
.icon-star:before {
    content: "\f005";
}
.icon-leaf:before {
    content: "\f06c";
}
.icon-angle-double-right:before {
    content: "\f101";
}
.icon-pencil:before {
    content: "\f5ad";
}
.icon-chat:before {
    content: "\f086";
}
.icon-globe:before {
    content: "\f57e";
}
.icon-book-open:before {
    content: "\f518";
}
.icon-rotate-right:before {
    content: "\f01e";
}
.icon-paper:before {
    content: "\f0c5"
}

.icon-comment:before {
    content: "\f4ad"
  }

.icon-problem:before {
    content: "\f119"
  }

.icon-discussion:before {
    content: "\f500"
}

.icon-arrow-down:before {
    content: "\f063";
    font-size:3em;
    color:#dd367d;
}

.icon-arrow-right:before{
  /*content:"\f0a9"*/
}

/*----------------------------------EDIT----------------------------------*/

/*font awesome*/
/*@import url('https://use.fontawesome.com/releases/v5.12.1/css/all.css');*/

/*
@font-face {
  font-family: 'icomoon';
  src: url("../fonts/icomoon/icomoon.eot?srf3rx");
  src: url("../fonts/icomoon/icomoon.eot?srf3rx#iefix") format("embedded-opentype"), url("../fonts/icomoon/icomoon.ttf?srf3rx") format("truetype"), url("../fonts/icomoon/icomoon.woff?srf3rx") format("woff"), url("../fonts/icomoon/icomoon.svg?srf3rx#icomoon") format("svg");
  font-weight: normal;
  font-style: normal;
}
*/

/* =======================================================
*
* 	Template Style
*	Edit this section
*
* ======================================================= */
body {
  /*EDIT*/
  font-family: "Noto Serif JP", "游明朝", YuMincho, "Hiragino Mincho ProN W3", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
  overflow-x: hidden !important;
  /*EDITEND*/
  /*original*/
  /*font-family: "Work Sans", Arial, sans-serif;*/
  font-weight: 300;
  font-size: 18px;
  line-height: 1.5em;
  color: #7f7f7f;
  background: #fff;
  width:100%;
  height: 100%;
  position: relative;
}

@media screen and (max-width:480px){
  body {
    font-size:16px;
  }
}

a {
  color: #36CFDD;
  -webkit-transition: 0.5s;
  -o-transition: 0.5s;
  transition: 0.5s;
}
a:hover, a:active, a:focus {
  color: #00eaff;
  outline: none;
  text-decoration: none;
}

/*ページ別カラー*/
.page_s a{
  color: #dd367d;
}
.page_s a:hover,
.page_s a:active,
.page_s a:focus{
  color: #ff006c;
}
.page_i a{
  color: #367ddd;
}
.page_i a:hover,
.page_i a:active,
.page_i a:focus{
  color: #006cff;
}
.page_g a{
  color: #7ddd36;
}
.page_g a:hover,
.page_g a:active,
.page_g a:focus{
  color: #6cff00;
}


h1, h2, h3, h4, h5, h6{
  color: #333;
}

::-webkit-selection {
  color: #fff;
  background: #36CFDD;
}

::-moz-selection {
  color: #fff;
  background: #36CFDD;
}

::selection {
  color: #fff;
  background: #36CFDD;
}

#fh5co-wrap {
  position: relative;
  background: #fff;
  z-index: 2;
  margin-bottom: 450px;
}
@media screen and (max-width: 992px) {
  #fh5co-wrap {
    margin-bottom: auto;
  }
}

#fh5co-footer {
  padding-top: 4em;
  position: fixed;
  bottom: 0;
  left: 0;
  width: 100%;
  z-index: 1;
  height: 450px;
  background: #36CFDD;
  color:#FFF;
  font-size: 1em;
}

@media screen and (max-width: 992px) {
  #fh5co-footer {
    height: inherit;
    position: relative;
  }
}
#fh5co-footer .fh5co-social li {
  display: block;
}
#fh5co-footer p {
  line-height: 1.5;
}
#fh5co-footer h3 {
  color: #fff;
  font-size: 20px;
}
#fh5co-footer a {
  color: rgba(255, 255, 255, 0.8) !important;
}

#fh5co-footer a:active,
#fh5co-footer a:hover {
  color: rgba(255, 255, 255, 1) !important;
  text-shadow: 0px 0px 16px #FFF;
}
#fh5co-footer ul {
  padding: 0;
  margin: 0;
}
#fh5co-footer ul li {
  padding: 0;
  margin: 0;
  list-style: none;
}
#fh5co-footer .fh5co-copyright {
  padding-top: 1em;
}
#fh5co-footer .fh5co-copyright small {
  display: block;
}

/*フッター用ボタン*/
#fh5co-footer .btn-foot {
  background: none;
  font-size:1.25em !important;
  border: 2px solid #FFF;
  border-color: rgba(255, 255, 255, 0.8);
}

#fh5co-footer .btn-foot:hover,
#fh5co-footer .btn-foot:focus,
#fh5co-footer .btn-foot:active {
  background-color: rgba(255, 255, 255, 0.2);
  border-color: rgba(255, 255, 255, 1);
  color: #FFF;
}

#fh5co-header {
  position: absolute;
  top: 0;
  width: 100%;
  z-index: 1000;
}
#fh5co-header nav {
  text-align: center;
}
#fh5co-header nav ul {
  padding: 0;
  margin: 0;
}
#fh5co-header nav li {
  padding: 0;
  margin: 0;
  list-style: none;
  display: inline;
}

@media screen and (max-width: 530px) {
  #fh5co-header nav li {
    width:25%;
    display: inline-block;
    float: left;
  }
}

#fh5co-header nav li a {
  padding: 20px;
  color: rgba(255, 255, 255, 0.7) !important;
  display: -moz-inline-stack;
  display: inline-block;
  zoom: 1;
  *display: inline;
  -webkit-transition: 0.1s;
  -o-transition: 0.1s;
  transition: 0.1s;
}

#fh5co-header nav li a span {
  -webkit-transition: 0.5s;
  -o-transition: 0.5s;
  transition: 0.5s;
  border-bottom: 2px solid transparent;
  display: block;
}

@media screen and (max-width: 768px) {
  #fh5co-header nav li a {
    padding: 10px 2px;
  }
}
@media screen and (max-width: 530px) {
  #fh5co-header nav li a {
    padding: 2px 2px;
  }
}

#fh5co-header nav li a:hover {
  color: white;
}
#fh5co-header nav li a:hover span {
  border-bottom: 2px solid #fff;
}
#fh5co-header nav li.fh5co-active a {
  color: #fff;
}
#fh5co-header nav li.fh5co-active a span {
  border-bottom: 2px solid #fff;
}

.fh5co-table,
.fh5co-table-cell,
.fh5co-hero,
.fh5co-parallax {
  /*height: 670px;*/
  height:640px;
}

.fh5co-hero, .fh5co-parallax {
  position: relative;
  min-height: 100%;
  background-attachment: fixed;
  background-repeat: no-repeat;
  background-size: cover;
  z-index: 2;
}

.fh5co-hero {
  background-size: 100% auto;
}

/*表示領域が縦長の場合（1138以下の場合）*/
@media screen and (max-width: 1280px) {
  .fh5co-hero {
    /*縦に合わせる（固定）*/
    background-size: cover;
  }
}

/*edit for iOS bag*/
@media screen and (max-width: 736px) {
	.fh5co-hero, .fh5co-parallax {
		background-attachment: scroll;
	}
}

/*--固定背景--*/
.bg_main  {
  background-image: url('../images/hero_main_1.png'),url('../images/hero_main_2.png');
  background-position: right top, left top;
}

.bg_main02  {
  background-image: url('../images/hero_2_mono.jpg');
  background-position: right top;
}

.bg_scenario  {
  background-image: url('../images/hero_2.jpg');
  background-position: right top;
}

.bg_scenario02  {
  background-image: url('../images/hero_2_mono.jpg');
  background-position: right top;
}

.bg_freescript  {
  background-image: url('../images/hero_script.jpg');
  background-position: center bottom;
}

.bg_scenario_w  {
  background-image: url('../images/hero_7.jpg');
  background-position: right top;
}

.bg_illust  {
  background-image: url('../images/hero_2b.jpg');
  background-position: left top;
}

.bg_illust02  {
  background-image: url('../images/hero_2b_mono.jpg');
  background-position: left top;
}

.bg_games  {
  background-image: url('../images/hero_3.jpg');
  background-position: right top;
}

.bg_company  {
  background-image: url('../images/hero_4.jpg');
  background-position: center top;
}

.bg_works  {
  background-image: url('../images/hero_6.jpg');
  background-position: left top;
}

.bg_contact  {
  background-image: url('../images/hero_4b.jpg');
  background-position: center top;
}

.bg_creator{
  background-image: url('../images/hero_5.jpg');
  background-position: center top;
}

.bg_an{
  background-image: url('../images/hero_an.jpg');
  background-position: center top;
}

/*TOPANIM*/
.topanim1_1,
.topanim1_2 {
  opacity: 0;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-repeat: inherit;
  background-size: inherit;
  background-attachment: inherit;
}

.topanim1_1{
  background-image: url('../images/hero_main_1.png');
  background-position: right top;
}

.topanim1_2{
  background-image: url('../images/hero_main_2.png');
  background-position: left top;
}

@media screen and (max-width: 1150px) {
  .bg_main  {
    background-image: url('../images/hero_1.jpg');
    background-position: right top;
  }
  .topanim1_2{
    background-image:none;
  }
}

@media screen and (max-width: 480px) {
  .bg_main  {
    background-image: url('../images/hero_2b.jpg');
    background-position: left top;
  }
  .topanim1_1{
    background-image: none;
  }
  .topanim1_2{
    background-image: url('../images/hero_2b.jpg');
    background-position: left top;
  }
}


/*TOPANIM*/

.fh5co-hero .backlay{
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: #FFF;
}

/*JS無効のとき*/
.no-js .fh5co-hero .backlay{
  opacity: 0;
  visibility: hidden;
}

/*END EDIT*/

.fh5co-hero .overlay, .fh5co-parallax .overlay {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: black;
  opacity: .2;
}

@media screen and (max-width: 768px) {
  .fh5co-hero, .fh5co-parallax {
    /*height: inherit;*/
    padding: 4em 0;
  }
}

/*maintext*/
.fh5co-hero .fh5co-intro p, .fh5co-parallax .fh5co-intro p,
.fh5co-hero .fh5co-intro h2, .fh5co-parallax .fh5co-intro h2 {
  color: #fff;
  /*EDIT*/
  font-weight: 300;
  margin-bottom: 10px;
  line-height: 1.5em;
}

.fh5co-hero .fh5co-intro p + h2,
.fh5co-parallax .fh5co-intro p + h2 {
  margin-top:10px !important;
}

/*pageTOP*/
.fh5co-hero .fh5co-intro p{
  font-size:3.5em;
}

/*OTHER*/
.fh5co-parallax .fh5co-intro p {
  font-size:1.8em;
}

@media screen and (max-width: 768px) {
  /*pageTOP*/
  .fh5co-hero .fh5co-intro p {
    font-size:2.6em;
  }
  /*OTHER*/
  .fh5co-parallax .fh5co-intro p {
    font-size:1.25em;
  }
}

@media screen and (max-width: 530px) {
  .fh5co-hero .fh5co-intro p {
    font-size:1.8em;
  }
  /*OTHER*/
  .fh5co-parallax .fh5co-intro p {
    font-size:1.1em;
  }
}

/*main-subtext*/
.fh5co-hero .fh5co-intro .sub, .fh5co-parallax .fh5co-intro .sub,
.fh5co-hero .fh5co-intro h2, .fh5co-parallax .fh5co-intro h2 {
    font-size:1em;
}

@media screen and (max-width: 480px) {
  .fh5co-hero .fh5co-intro .sub, .fh5co-parallax .fh5co-intro .sub,
  .fh5co-hero .fh5co-intro h2, .fh5co-parallax .fh5co-intro h2 {
      font-size:0.8em;
  }
}

/*EDIT*/


.fh5co-hero .fh5co-intro p a, .fh5co-parallax .fh5co-intro p a {
  color: #fff;
  border-bottom: 2px solid rgba(255, 255, 255, 0.2);
}
.fh5co-hero .fh5co-intro p a:hover, .fh5co-parallax .fh5co-intro p a:hover {
  color: #fff;
}

.fh5co-table {
  display: table;
}

.fh5co-table-cell {
  display: table-cell;
  vertical-align: middle;
}

.fh5co-section {
  padding: 5em 0;
}
@media screen and (max-width: 768px) {
  .fh5co-section {
    padding: 3em 0;
  }
}

.fh5co-feature {
  text-align: left;
  width: 100%;
  float: left;
  padding: 20px;
}
.fh5co-feature .fh5co-icon {
  float: left;
  width: 10%;
  display: block;
  margin-top: 5px;
  /*EDIT*/
  text-align: right;
}

.fh5co-feature .fh5co-icon i {
  color: #dd367d;
  /*EDIT*/
  /*font-size: 70px;*/
  font-size:1.6em;
}

.fh5co-feature.fh5co-feature-sm .fh5co-icon i {
  color: #dd367d;
  font-size: 28px;
}
@media screen and (max-width: 1200px) {
  .fh5co-feature.fh5co-feature-sm .fh5co-icon i {
    font-size: 28px;
  }
}
.fh5co-feature .fh5co-text {
  font-size:0.9em;
  float: right;
  width: 80%;
}
@media screen and (max-width: 768px) {
  .fh5co-feature .fh5co-text {
    width: 82%;
  }
}
@media screen and (max-width: 480px) {
  .fh5co-feature .fh5co-text {
    width: 72%;
  }
}
.fh5co-feature .fh5co-text h2, .fh5co-feature .fh5co-text h3 {
  margin: 0;
  padding: 0;
  /*EDIT*/
  margin-bottom:20px;
}
.fh5co-feature .fh5co-text h3 {
  margin-bottom: 20px;
  color: rgba(0, 0, 0, 0.8);
}

.fh5co-social {
  padding: 0;
  margin: 0;
}
.fh5co-social li {
  padding: 0;
  margin: 0;
  list-style: none;
  display: -moz-inline-stack;
  display: inline-block;
  zoom: 1;
  *display: inline;
}
.fh5co-social li a span {
  display: -moz-inline-stack;
  display: inline-block;
  zoom: 1;
  *display: inline;
  padding-left: 10px;
}

.btn {
  margin-right: 4px;
  margin-bottom: 4px;
  /*font-family: "Noto Serif JP", Arial, sans-serif;*/
  font-size: 1.25em;
  font-weight: 400;
  -webkit-border-radius: 0px;
  -moz-border-radius: 0px;
  -ms-border-radius: 0px;
  border-radius: 0px;
  -webkit-transition: 0.5s;
  -o-transition: 0.5s;
  transition: 0.5s;
  padding: 8px 20px;
  /*EDIT*/
  width:100%;
  max-width: 760px;
}

.btn:hover, .btn:active, .btn:focus {
  /*box-shadow: none !important;
  outline: none !important;*/
}

/*基本ボタン*/
.btn-primary {
  background: #36CFDD;
  color: #fff;
  border: 2px solid #36CFDD;
}
.btn-primary:hover, .btn-primary:focus, .btn-primary:active {
  background: none;
  color: #36CFDD;
  border-color: #36CFDD;
}

.btn-primary:before{
  font-family: "Font Awesome 5 Free","Font Awesome 5 Brands";
  font-weight: 900;
  content:"\f1d8";
  padding-right:16px;
}

/*ページ別カラー*/
.page_s .colortext{
  color: #dd367d;
}

.page_s .btn-primary {
  background: #dd367d;
  border: 2px solid #dd367d;
  color:#FFF;
}
.page_s .btn-primary:hover,
.page_s .btn-primary:focus,
.page_s .btn-primary:active {
  background: none;
  color: #dd367d;
  border-color: #dd367d;
}

.page_i .colortext{
  color: #dd367d;
}
.page_i .btn-primary {
  background: #367ddd;
  border: 2px solid #367ddd;
  color:#FFF;
}
.page_i .btn-primary:hover,
.page_i .btn-primary:focus,
.page_i .btn-primary:active {
  background: none;
  color: #367ddd;
  border-color: #367ddd;
}
.page_g .btn-primary {
  background: #7ddd36;
  border: 2px solid #7ddd36;
  color:#FFF;
}
.page_g .btn-primary:hover,
.page_g .btn-primary:focus,
.page_g .btn-primary:active {
  background: none;
  color: #7ddd36;
  border-color: #7ddd36;
}

.fh5co-check {
  padding: 0 0 0 0;
  margin: 0 0 1.5em 0;
}
.fh5co-check li {
  padding: 0 0 0 40px;
  margin: 0;
  list-style: none;
  position: relative;
}
.fh5co-check li:before {
  /*font-family: "Font Awesome 5 Free","Font Awesome 5 Brands";*/
  font-weight: 900;
  speak: none;
  font-style: normal;
  /*font-weight: normal;*/
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  position: absolute;
  left: 0;
  top: .3em;
  content: "■";
  color: #36CFDD;
}
/*ページ別カラー*/
.page_s .fh5co-check li:before {
  color: #dd367d;
}
.page_i .fh5co-check li:before {
  color: #367ddd;
}
.page_g .fh5co-check li:before {
  color: #7ddd36;
}


.fh5co-works.col-md-4{
  height:380px;
}

@media screen and (max-width:992px){
  .fh5co-works.col-md-4{
    height:auto;
  }
}


.fh5co-staff img,
.fh5co-works img {
  margin-bottom: 1em;
}
.fh5co-works h2,
.fh5co-staff h3,
.fh5co-works h3{
  margin: 0;
}
.fh5co-staff h4,
.fh5co-works h4,
.fh5co-staff p,
.fh5co-works p {
  /*margin: 0 0 10px 0;*/
  font-weight: 300;
  color: rgba(0, 0, 0, 0.4);
}

.fh5co-works h2,
.fh5co-works h3,
.fh5co-works h4,
.fh5co-works p {
  font-size:0.75em;
  text-align: center;
  padding:4px;
  /*line-height: 1.5em;*/
}

.fh5co-works h2,
.fh5co-works h3{
  border-bottom: 1px solid rgba(0, 0, 0, 0.2);
}

#map {
  width: 100%;
  height: 700px;
}
@media screen and (max-width: 768px) {
  #map {
    height: 200px;
  }
}

@media screen and (max-width: 480px) {
  .col-xxs-12 {
    float: none;
    width: 100%;
  }
}

.row-bottom-padded-lg {
  padding-bottom: 7em;
}
@media screen and (max-width: 768px) {
  .row-bottom-padded-lg {
    padding-bottom: 2em;
  }
}

.row-bottom-padded-md {
  padding-bottom: 4em;
}
@media screen and (max-width: 768px) {
  .row-bottom-padded-md {
    padding-bottom: 2em;
  }
}

.row-bottom-padded-sm {
  padding-bottom: 2em;
}
@media screen and (max-width: 768px) {
  .row-bottom-padded-sm {
    padding-bottom: 2em;
  }
}

/*--------------------------EDIT-------------------------------*/

/*余白・行間*/

h1, h2, h3, h4, h5, h6,.fh5co-section .catch{
  margin:0 0 0.8em 0;
}

p,ul{
  line-height: 2em;
  margin-bottom: 2em;
}

p + h2,p + h3,p + h4{
  margin-top:5%;
}

h2{
  font-size:1.6em;
}

@media screen and (max-width: 480px) {
  h2{
    font-size:1.4em;
  }
}

.container + .container  {
  margin-top: 2em;
}

.fh5co-section + .fh5co-parallax{
  margin-top: 2em;
}

.row > div + div{
  margin-bottom: 2em;
}

@media screen and (max-width: 768px) {

  .cl-list> .col-md-3 + .col-md-9{
    margin-top:-1.5em;
  }

  .cl-list> .col-md-3{
    font-weight: bold;
  }

}

/*Negative*/
.row > .midashi{
  margin-top:1em;
  margin-bottom: 0;
}

/*FONT IMPACT*/
.font_impact{
  font-size:1.5em;
  text-shadow: 0px 0px 16px #00eaff;
}

/*ページ別カラー*/
.page_s .font_impact{
  text-shadow: 0px 0px 16px #ff006c;
}
.page_i .font_impact{
  text-shadow: 0px 0px 16px #006cff;
}
.page_g .font_impact{
  text-shadow: 0px 0px 16px #6cff00;
}

/*listsアイコン*/
.contact .fh5co-check li:before {
  /*icon-caret-right*/
  font-family: "Font Awesome 5 Free","Font Awesome 5 Brands";
  font-weight: 900;
  content: "\f0da";
}

.comlist .fh5co-check li:before {
  /*icon-angle-right*/
  font-family: "Font Awesome 5 Free","Font Awesome 5 Brands";
  font-weight: 900;
  content: "\f105";
}

/*VIDEO*/
.works_video {
  height: 0;
  padding-bottom: calc(315 / 560 * 100%);
  position: relative;
  overflow: hidden;
  margin-bottom: 1em;
}
.works_video iframe{
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
}

/*servicelist for PC*/
/*右側の画像サイズで高さを決める*/
.serviceimg {
  min-height:360px;
}

/*タブレットの場合は無効*/
@media screen and (max-width: 768px) {
  .serviceimg {
    min-height:auto;
  }
}

@media screen and (max-width: 480px) {
  .servicelist h2{
    font-size:1.25em;
  }
}

.servicelist h2{
}

.servicelist ul{
  font-size:0.9em;
}

/*ページ別カラー*/
.page_s .servicelist i{
  color: #dd367d;
}
.page_i .servicelist i{
  color: #367ddd;
}
.page_g .servicelist i{
  color: #7ddd36;
}

.col-md-5.serviceimg{
  margin-bottom: 8em;
}

/*TEST*/
.test-i-check i{
  font-size:32px;
  color:#36CFDD;
}

/*buttons*/

#btn01 {
  margin-top: 0px;
  margin-left: 16px;
  position: relative;
  display: inline-block;
  color: #7f7f7f;
  text-decoration: none;
  font-size: 1em;
  font-weight: bold;
  /*line-heigt: 1.2em;*/
  -webkit-transition: .8s;
  transition: .8s;
}

#btn01:hover {
  cursor: pointer;
  text-decoration: none;
  color: #36CFDD;
}

#btn01::after {
  position: absolute;
  bottom: -4px;
  left: 0;
  content: '';
  width: 100%;
  height: 2px;
  background: #36CFDD;
  transform: scale(0.5, 1);
  transform-origin: center top;
  transition: transform .3s;
}

#btn01:hover::after {
  transform: scale(1, 1);
}

/*ページ別カラー*/
.page_s #btn01:hover {
  color: #dd367d;
}
.page_s #btn01::after {
  background: #dd367d;
}
.page_i #btn01::after {
  background: #367ddd;
}
.page_i #btn01:hover {
  color: #367ddd;
}
.page_g #btn01::after {
  background: #7ddd36;
}
.page_g #btn01:hover {
  color: #7ddd36;
}

/*会社概要*/
.cl-list{
  font-size:0.8em;
}

.cl-list div{
  line-height: 2em;
  margin-bottom:1.5em;
}

/*見出しの代わりに使うp*/
.fh5co-section .catch{
  color: #333;
  /*font-family: "Noto Serif JP", Arial, sans-serif;*/
  font-weight: 300;
  font-size:1.6em;
}

/*for SEO*/

h1{
  display: none;
}

#fh5co-footer h2{
  display: none;
}

/*LOADING*/
/* ローディング画面 */

#app_loading {
  width: 100vw;
  height: 100vh;
  transition: all 1s;
  background-color: #FFF;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 9999;
}

#app_loading noscript p{
  position: absolute;
  top:0;
  right:0;
  left:0;
  bottom:0;
  margin: auto;
  font-size: 1.2em;
}

/*JS無効の時*/
.no-js #app_loading{
  opacity: 0;
  visibility: hidden;
  transition: none;
}

.sk-folding-cube {
  margin: auto;
  width: 40px;
  height: 40px;
  position: absolute;
  top:0;
  right:0;
  left:0;
  bottom:0;
  -webkit-transform: rotateZ(45deg);
          transform: rotateZ(45deg);
}

.sk-folding-cube .sk-cube {
  float: left;
  width: 50%;
  height: 50%;
  position: relative;
  -webkit-transform: scale(1.1);
      -ms-transform: scale(1.1);
          transform: scale(1.1);
}
.sk-folding-cube .sk-cube:before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -webkit-animation: sk-foldCubeAngle 2.4s infinite linear both;
          animation: sk-foldCubeAngle 2.4s infinite linear both;
  -webkit-transform-origin: 100% 100%;
      -ms-transform-origin: 100% 100%;
          transform-origin: 100% 100%;
}
.sk-cube:before {
  background-color: #36CFDD;
}
.sk-folding-cube .sk-cube2 {

  -webkit-transform: scale(1.1) rotateZ(90deg);
          transform: scale(1.1) rotateZ(90deg);
}
.sk-folding-cube .sk-cube3 {

  -webkit-transform: scale(1.1) rotateZ(180deg);
          transform: scale(1.1) rotateZ(180deg);
}
.sk-folding-cube .sk-cube4 {
  -webkit-transform: scale(1.1) rotateZ(270deg);
          transform: scale(1.1) rotateZ(270deg);
}
.sk-folding-cube .sk-cube2:before {
  background-color: #367ddd;
  -webkit-animation-delay: 0.3s;
          animation-delay: 0.3s;
}
.sk-folding-cube .sk-cube3:before {
  background-color: #dd367d;
  -webkit-animation-delay: 0.6s;
          animation-delay: 0.6s;
}
.sk-folding-cube .sk-cube4:before {
  background-color: #7ddd36;
  -webkit-animation-delay: 0.9s;
          animation-delay: 0.9s;
}
@-webkit-keyframes sk-foldCubeAngle {
  0%, 10% {
    -webkit-transform: perspective(140px) rotateX(-180deg);
            transform: perspective(140px) rotateX(-180deg);
    opacity: 0;
  } 25%, 75% {
    -webkit-transform: perspective(140px) rotateX(0deg);
            transform: perspective(140px) rotateX(0deg);
    opacity: 1;
  } 90%, 100% {
    -webkit-transform: perspective(140px) rotateY(180deg);
            transform: perspective(140px) rotateY(180deg);
    opacity: 0;
  }
}

@keyframes sk-foldCubeAngle {
  0%, 10% {
    -webkit-transform: perspective(140px) rotateX(-180deg);
            transform: perspective(140px) rotateX(-180deg);
    opacity: 0;
  } 25%, 75% {
    -webkit-transform: perspective(140px) rotateX(0deg);
            transform: perspective(140px) rotateX(0deg);
    opacity: 1;
  } 90%, 100% {
    -webkit-transform: perspective(140px) rotateY(180deg);
            transform: perspective(140px) rotateY(180deg);
    opacity: 0;
  }
}

.app_loaded {
  opacity: 0;
  visibility: hidden;
}

/* ローディングアニメーション */
@keyframes sk-scaleout {
  0% {
    transform: scale(0);
  } 100% {
    transform: scale(1.0);
    opacity: 0;
  }
}

/*scrolldown*/
.scdown {
  position: relative;
  padding-top: 1em;
  /*left: 50%;
  top: 90%;*/
}

.scdown:before {
  font-family: "Font Awesome 5 Free","Font Awesome 5 Brands";
  font-weight: 900;
  content:"\f103";
  color:#FFF;
  font-size:3em;
  text-shadow: 1px 1px 2px #333;
}

/*facebook*/
.fb-container {
	width: 100%;
  max-width: 500px;
  text-align: center;
  margin:0 auto;
}

/* スマホ用 */
@media screen and (max-width: 500px) {
  .fb-container {
    width: 400px;
    margin:0 auto;
  }
}

@media screen and (max-width: 400px) {
  .fb-container {
    width: 300px;
    margin:0 auto;
  }
}


/*VIEW IMG*/
.pcview{
  display: block;
}

.spview{
  display: none;
}

@media screen and (max-width: 992px) {
  .pcview{
    display: none;
  }
  .spview{
    display: block;
  }
}

/*IMG SHADOW*/

/*news*/
.news {
  border-bottom: 1px dotted rgba(0, 0, 0, 0.2);
  width: 100%;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  -webkit-text-overflow: ellipsis; /* Safari */
	-o-text-overflow: ellipsis; /* Opera */
  margin-bottom: 0.5em;
}

.news .tag,.news .date{
  padding: -6px;
  margin-right: 1em;
  font-size:0.75em;
  display: inline-block;
}

.news .date{
  width:5em;
}

.news .tag{
  /*タグの共通設定*/
  width:10.5em;
  text-align: right;
  border-right: 8px solid #36CFDD;
  padding-right: 1em;
}

@media screen and (max-width:480px){
  .news .tag{
    display: block;
    text-align: left;
    border: none;
  }
  .news .tag::before{
    content:"■";
    color:#36CFDD;
  }
}

.news .ann::after{
  content:"ANNOUNCEMENT";
}

.news .mes::after{
  content:"MESSAGE";
}

.news .pr::after{
  content:"PRESS RELEASE";
}

.news .gm::after{
  content:"GAMES";
}

.news .sc::after{
  content:"SCENARIO";
}

.news .il::after{
  content:"ILLUST";
}

.news a{
  font-size:0.9em;
}

.prob{
  width: 100%;
  list-style: none;
  margin: 0 auto;
  padding: 0;
}

.prob li{
  color: #dd367d;
  font-size:1.25em;
  border: 1px solid #dd367d;
  border-radius: 8px;
  padding: 0.5em;
  margin: 0.5em;
}

.prob li i,
.prob li span{
  display: block;
}


.ardw::after{
  font-family: "Font Awesome 5 Free","Font Awesome 5 Brands";
  font-weight: 900;
  content:"\f063"
}

.s_red{
  color: #dd367d;
  font-weight: bold;
}

.i_blue{
  color: #006cff;
  font-weight: bold;
}


.hiright_red{
  color: #FFF;
  font-size:1.5em;
  font-weight: bold;
  background-color: #dd367d;
  padding: 0.5em;
  border-radius: 8px;
}

.box_accent{
  border: 1px solid #dd367d;
  border-radius: 8px;
  margin: 0.5em;
}

.box_accent a{
  text-decoration: underline;
}

.accent_b{
  border: 1px solid #006cff;
}

.box_accent h2{
  color: #dd367d;
  font-size:2em;
  padding: 0.5em 0;
  text-align: center;
  margin:0.5em 0 0.25em;
}

.box_accent h3,.box_accent h4{
  color:#7f7f7f;
}

.box_accent h4{
  font-size:1.25em;
  padding: 0.5em 0.5em;
  margin:0.5em 0 0.25em;
}

.box_accent p{
  padding: 0 1em 0;
}

@media screen and (max-width:480px){
  .hiright_red{
    font-size:1.25em;
  }
  .box_accent h2{
    font-size:1.5em;
  }
}

.steps_cap{
  position: relative;
  font-size:0.9em;
}

.steps_cap h3{

}

.steps_cap p+ul{
  margin-top: -1.5em;
}

.steps_cap ul{
  margin-bottom: 0;
  padding-left: 1.5em;
}

.steps{
  padding:1.5em;
  text-align: center;
}

.steps small{
  color:#FFF;
}

.vision.catch{
  margin: 3em 0 0;
  line-height: 3em;
}

@media screen and (max-width:800px){
  .vision.catch{
    margin: inherit;
    line-height: 2em;
  }
}

@media screen and (max-width:480px){
  .vision.catch{
    font-size:1.3em;
  }
}

@media screen and (min-width:800px){
  .row.max800{
    margin: 0 auto;
    max-width: 800px;
  }
}

#btn01.arrowright{
  font-size:3em;
}

#btn01.arrowright::after{
  bottom:-12px;
}

.appiconarea{
  text-align: center;
}

.appicon{
  max-width:480px;
  width:20%;
  padding: 1%;
  text-align: center;
  border-radius: 32px;
}

.divhr{
  border-bottom: 1px dotted #7f7f7f;
}



/*----------------------------ENDEDIT----------------------------*/
