@charset "UTF-8";
/***CSS DOCUMENT***/
@font-face {
  font-family: 'PixelMplus10-Regular';
  src: url('PixelMplus10-Regular.ttf');
}
body {
  font-family: 'Hiragino Kaku Gothic Pro',Osaka,'Meiryo UI','メイリオ','ＭＳ Ｐゴシック','MS PGothic',Verdana,Arial,sans-serif;
  background: #fff;
  -webkit-text-size-adjust: 100%;
  text-align: justify;
}
a {
  transition: 0.3s;
}
a:hover {
  transition: 0.3s;
}
img {
  vertical-align: bottom;
}
a img {
  transition: 0.3s;
}
a img:hover {
  opacity: 0.7;
  transition: 0.3s;
}
.clearfix:after {
  content: "";
  clear: both;
  display: block;
}
br.pc {
  display: block;
}
br.sp {
  display: none;
}

html{
  overflow-y:scroll;
}
.loader{
  width:100%;
  height:100%;
  position:fixed;
  top:0;
  bottom: 0;
  left:0;
  right: 0;
  margin: auto;
  z-index:1002;
  display: none;
}
.loader-animation img {
  width: 100%;
  height: auto;
  position: absolute;
  left: 50%;
  top: 50%;
  margin: auto;
  display: none;
  transform: translate(-50%,-50%);
}
.loader-animation img.ani {
  display: block;
}
.f-min {
  font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
}
/********TOP********/
#wrapper {
  background: url(../img/bg.png) center;
  background-size: contain;
}
#top {
  position: relative
}
.inner {
  height: 100vh;
  position: relative;
}
#ani-cont {
  height: 400px;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
}
.ani-a {
  width: 100%;
  text-align:center;
  position: relative;
  top: 0;
}
.logo-txt {
  position: relative;
  display: inline-block;
  top: -720px;
  height: 163px;
}
.logo-face {
  position: absolute;
  top: 50px;
  left: 178px;
  transform: scale(0);
  opacity: 0;
  width: 25px;
}
.ani-b {
  text-align: center;
  position: relative;
  bottom: 0;
}
.logo-companyname {
  height: 31px;
  opacity: 0;
}
.ani-c {
  position: relative;
  bottom: 184px;
  text-align: center;
}
.logo-msg {
  position: relative;
  display: none;
  height: 34px;
}
#top_nav {
  opacity: 0;
  transform: scale(0);
  width: 264px;
  margin: auto;
}
#top_nav li {
  font-size: 22px;
  font-weight: 400;
  margin-top: 24px;
}
#top_nav a.button {
  width: 264px;
  height: 40px;
  line-height: 40px;
}
#top_nav a.button span {
  width: 264px;
  height: 42px;
  line-height: 38px;
}
#top_nav a.button span:nth-child(1) {
  -webkit-transform-origin: 50% 50% -21px;
  -moz-transform-origin: 50% 50% -21px;
  transform-origin: 50% 50% -21px;
}
#top_nav a.button span:nth-child(2) {
  -webkit-transform-origin: 50% 50% -16px;
  -moz-transform-origin: 50% 50% -16px;
  transform-origin: 50% 50% -16px;
}
a.button {
  position: relative;
  display: inline-block;
  text-align: center;
  text-decoration: none;
  outline: none;
}
a.button::before, a.button::after {
  position: absolute;
  z-index: -1;
  display: block;
  content: '';
}
a.button, a.button::before, a.button::after {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-transition: all .3s;
  transition: all .3s;
}
a.button span {
  display: block;
  position: absolute;
  border: 2px solid #32c8f0;
  text-align: center;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-transition: all .3s;
  transition: all .3s;
  pointer-events: none;
}
a.button span:nth-child(1) {
  background-color: #fff;
  color: #32c8f0;
  -webkit-transform: rotateX(90deg);
  -moz-transform: rotateX(90deg);
  transform: rotateX(90deg);
}
a.button span:nth-child(2) {
  background-color: #32c8f0;
  color: #fff;
  -webkit-transform: rotateX(0deg);
  -moz-transform: rotateX(0deg);
  transform: rotateX(0deg);
}
a.button:hover span:nth-child(1) {
  -webkit-transform: rotateX(0deg);
  -moz-transform: rotateX(0deg);
  transform: rotateX(0deg);
}
a.button:hover span:nth-child(2) {
  background-color: #fff;
  -webkit-transform: rotateX(-90deg);
  -moz-transform: rotateX(-90deg);
  transform: rotateX(-90deg);
}
/********HEADER********/
header {
  padding: 24px 0 28px;
  background: #fff;
}
#hd_logo {
  float: left;
  width: 233px;
}
nav,.f-en {
  font-family: 'Century Gothic', 'Avenir-Book', sans-serif;;
  line-height: 1;
}
nav a {
  color: #fff;
}
#hd_nav {
  float: right;
  margin-top: 12px;
}
#hd_nav li {
  font-size: 22px;
  font-weight: 400;
  float: left;
  margin-right: 5px;
}
#hd_nav a.button {
  width: 180px;
  height: 30px;
  line-height: 30px;
}
#hd_nav a.button span {
  width: 180px;
  height: 32px;
  line-height: 28px;
}
#hd_nav a.button span:nth-child(1) {
  -webkit-transform-origin: 50% 50% -16px;
  -moz-transform-origin: 50% 50% -16px;
  transform-origin: 50% 50% -16px;
}
#hd_nav a.button span:nth-child(2) {
  -webkit-transform-origin: 50% 50% -16px;
  -moz-transform-origin: 50% 50% -16px;
  transform-origin: 50% 50% -16px;
}
/********FOOTER********/
footer {
  text-align: center;
  background: #54d0f2;
  padding-bottom: 40px;
}
#ft_nav {
  max-width: 600px;
  padding: 40px 0;
  margin: auto;
}
#ft_nav li {
  float: left;
  text-align: center;
  width: 23%;
  margin: 0 1%;
  font-size: 20px;
}
#ft_nav a:hover {
  opacity: 0.7;
}
#ft_logo {
  margin-bottom: 40px;
}
#copyright {
  font-size: 16px;
  color: #fff;
}

/********CONTENT********/
article {
  background: url(../img/article_bg.png) bottom center no-repeat;
  background-size: contain;
}
article#page {
  padding-top: 36px;
  padding-bottom: 160px;
}

/********MAIN********/
#main {
  padding: 36px 0;
  background: url(../img/main_bg.png) bottom center no-repeat;
  background-size: cover;
  position: relative;
}
#main .content {
  position: relative;
}
.content {
  width: 1000px;
  margin: 0 auto;
}
.pixel {
  font-family: 'PixelMplus10-Regular';
}
#frame {
  padding: 32px 44px 32px;
  background: rgba(0,0,0,0.8);
  opacity: 0;
  clear: both;
  overflow: hidden;
}
#main_logo {
  text-align: center;
}
.window {
  color: #fff;
  -webkit-border-radius: 5px;
  border-radius: 5px;
  border: #fff 3px solid;
}
.js_window {
  opacity: 0;
}
#status {
  max-width: 560px;
}
#status ul.plyer-name {
  margin-top: -8px;
}
#status ul.plyer-name li.shacho {
  background: #2a3132;
}
#status ul.plyer-name li.tencho {
  background: #132b30;
}
#status ul.plyer-name li.chief {
  background: #132b30;
}
#status ul.plyer-name li.manager {
  background: #132b30;
}
#status ul {
  margin: 10px 20px;
  font-size: 16px;
}
#status ul.hp,#status ul.mp {
  font-size: 23px;
}
#status ul.hp span,#status ul.mp span {
  display: inline-block;
  margin-left: 4px;
}
#status ul li {
  display: block;
  float: left;
  width: 96px;
  padding-left: 8px;
  margin-right: 26px;
}
#monster {
  position: relative;
  height: 240px;
  opacity: 0;
}
#monster p {
  position: absolute;
  top: 50%;
  display: inline;
  width: 100%;
  text-align: center;
  transform: translateY(-50%);
}
#commend {
  float: left;
  width: 136px;
  margin-left: 150px;
  box-sizing: border-box;
}
#commend ul {
  margin: 16px 10px 16px 36px;
  font-size: 16px;
}
#commend li {
  position: relative;
  margin: 16px 0 0 0;
}
#commend ul li a {
  color: #fff;
}
#commend ul li.cur:before {
  position: absolute;
  top: -3px;
  left: -20px;
  content: "";
  display: block;
  height: 0px;
  width: 0px;
  border: 10px solid #fff;
  border-color: transparent;
  border-left-color: #fff;
}
#first-message {
  width: 620px;
  margin-left: 150px;
  position: absolute;
  z-index: 1;
  opacity: 0;
}
#first-message p {
  opacity: 0;
}
.message {
  padding: 16px 24px;
  height: 150px;
  line-height: 22px;
  box-sizing: border-box;
}
#message {
  width: 460px;
  margin-left: 310px;
}
.tgt {
  opacity: 0;
}
.tgt span{
  opacity: 0;
}
.message p {
  line-height: 1.6em;
  font-size: 18px;
}
#message span.flash {
  width: 15px;
  height: 16px;
  background: #fff;
  display: inline-block;
  vertical-align: middle;
  margin-top: -4px;
  margin-left: 2px;
}
@keyframes flash {
0% {opacity:0;}
10% {opacity:0;}
20% {opacity:0;}
30% {opacity:0;}
40% {opacity:0;}
50% {opacity:1;}
60% {opacity:1;}
70% {opacity:1;}
80% {opacity:1;}
90% {opacity:1;}
100% {opacity:0;}
}

#people-l {
  position: absolute;
  bottom: -36px;
  left: 0;
}
#people-r {
  position: absolute;
  bottom: -36px;
  right: 0;
}

#lead {
  text-align: center;
}
#lead h2 {
  font-size: 52px;
  font-weight: bold;
  letter-spacing: 0.1em;
  margin-bottom: 40px;
}
#lead h2 span {
  color: #ed4630;
}
#lead p {
  font-size: 28px;
  line-height: 1.8em;
}


/********INFO********/
.content_inner {
  padding: 64px 15px 120px;
}
.page-content h2 {
  font-size: 40px;
  text-align: center;
  letter-spacing: 0.1em;
  font-weight: bold;
  color: #32c8f0;
}
.page-content h2 span {
  display: block;
  margin-top: 1em;
  font-size: 0.6em;
}
#profile {
  margin: auto;
  display: block;
  padding-top: 40px;
  line-height: 1.8em;
}
#profile tr {
  margin-top: 10px;
  display: block;
}
#profile th {
  width: 200px;
  padding: 12px 16px;
  margin-bottom: 10px;
  box-sizing: border-box;
  background: #32c8f0;
  color: #fff;
  vertical-align: middle;
  position: relative;
}
#profile td {
  padding: 12px 16px 12px 20px;
  margin-bottom: 10px;
  box-sizing: border-box;
  width: 770px;
  background: rgba(255,255,255,.8);
  vertical-align: middle;
}
#profile th:after {
	left: 100%;
	top: 50%;
	border: solid transparent;
	content: " ";
	height: 0;
	width: 0;
	position: absolute;
	pointer-events: none;
	border-color: transparent;
	border-left-color: #32c8f0;
	border-width: 10px;
	margin-top: -10px;
}

/********SALES********/
#sales h3 {
  font-size: 52px;
  font-weight: bold;
  letter-spacing: 0.1em;
  margin-top: 80px;
  text-align: center;
}
#sales .txt-box {
  margin-top: 56px;
  font-size: 1.2em;
  font-size: 19.2px;
  text-align: center;
}
#sales  {
  margin-top: 1em;
}
#sales p {
  line-height: 1.8em;
}
#sales-details {
  width: 100%;
  display: flex;
  margin-top: 48px;
}
#sales-details h4 {
  font-size: 1.1em;
  font-size: 17.6px;
  position: absolute;
  top: 0;
  bottom: 0;
  font-weight: 600;
  display: flex;
  align-items: center;
}
#sales-details h5 {
  font-size: 1.05em;
  font-size: 16.8px;
  font-weight: 600;
  margin: 0.8em 0 0.4em;
}
#sales-details h5:before {
  content: '';
  display: inline-block;
  width: 0;
  height: 0;
  margin-right: 4px;
  margin-left: 4px;
  border: transparent solid 5px;
  border-left-color: #32c8f0;
  vertical-align: middle;
}
#ttl-box {
  width: 20%;
  padding: 16px 24px;
  box-sizing: border-box;
  background: #32c8f0;
  color: #fff;
  vertical-align: middle;
  position: relative;
}
#cont-box {
  padding: 16px 24px;
  box-sizing: border-box;
  width: 80%;
  background: rgba(255,255,255,.8);
  vertical-align: middle;
}
#cont-box p {
  margin-bottom: 1em;
}
#cont-box p.list-txt{
  text-indent: -1em;
  padding-left: 1.5em;
}
#cont-box p.note {
  color: #666;
  font-size: 0.8em;
  font-size: 12.8px;
  text-align: right;
}
.ask-btn {
  text-align: center;
  margin: 20px auto;
  padding-top: 40px;
  padding-bottom: 40px;
}
.ask-btn a {
  font-size: 40px;
  font-weight: 600;
  color: #32c8f0;
  letter-spacing: 0.1em;
  display: block;
  max-width: 640px;
  padding: 12px 40px;
  margin: auto;
  background: #fff;
  border: 2px solid #32c8f0;
  transition: 0.3s;
  box-sizing: border-box;
}
.ask-btn a:hover {
  color: #fff;
  background: #32c8f0;
  transition: 0.3s;
}
/*===============================================
画面の横幅が768pxまで（iPad）
===============================================*/
@media screen and (max-width: 768px){
  .content {
    width: 100%;
  }
  .logo-txt {
    height: 156px;
  }
  .logo-face {
    left: 76px;
  }
  #top_nav li {
    font-size: 28px;
  }
  #top_nav,#top_nav a.button,#top_nav a.button span {
    width: 320px;
  }
  #top_nav,#top_nav a.button,#top_nav a.button span {
    height: 64px;
  }
  #top_nav a.button {
    line-height: 64px;
  }
  #top_nav a.button span {
    line-height: 62px;
  }
  .loader-animation img {
    width: auto;
    height: 100%;
  }

  header {
    padding: 20px 0;
  }
  #hd_inner {
    padding: 0 15px;
  }
  #hd_logo {
    width: 188px;
  }
  #hd_logo img {
    width: 100%;
    height: auto;
  }
  #hd_nav {
    margin-top: 5px;
  }
  #hd_nav a.button,#hd_nav a.button span {
    width: 124px;
  }
  #main {
    padding: 36px 0 96px;
  }
  #frame {
    margin: 0 15px;
    padding: 48px 44px 64px;
  }
  #first-message {
    width: 650px;
  }
  #first-message,#commend {
    margin-left: 0;
  }
  #message {
    width: 490px;
    margin-left: 160px;
  }
  #people-l {
    left: 90px;
    bottom: -96px;
  }
  #people-r {
    right: 80px;
    bottom: -96px;
  }
  .people img {
    height: 150px;
    width: auto;
  }

  #lead h2 {
    font-size: 44px;
  }
  #lead p {
    font-size: 24px;
  }
  #profile {
    font-size: 15px;
  }
  #profile dt {
    width: 24%;
    margin-bottom: 2%;
  }
  #profile dd {
    width: 74%;
    margin-left: 2%;
    margin-bottom: 2%;
  }
#sales  p {
  margin-top: 1em;
  font-size: small;
}
}


/*===============================================
画面の横幅が414pxまで（iPhone6/7/8 Plus）
===============================================*/
@media screen and (max-width: 414px){
  .logo-txt {
    height: 72px;
  }
  .logo-face {
    top: 23px;
    left: 64px;
    width: 14px;
  }
  .ani-b {
    margin-top: 6px;
  }
  .logo-companyname {
    height: 18px;
  }
  .ani-c {
    bottom: 104px;
  }
  .logo-msg {
    height: 24px;
  }
  #top_nav li {
    font-size: 24px;
  }
  #top_nav, #top_nav a.button, #top_nav a.button span {
    width: 280px;
  }
  header {
    padding: 15px 0;
  }
  article#page {
    padding-top: 0;
  }
  br.pc {
    display: none;
  }
  br.sp {
    display: block;
  }
  #hd_inner {
    padding: 0;
  }
  #hd_logo {
  margin-left: 10px;
  }
  #hd_logo,#hd_nav {
    float: none;
  }
  #hd_nav{
    position: fixed;
    top: 0;
    width: 100%;
    height: 100%;
    margin-top: 0;
    display: table;
    vertical-align: middle;
    visibility: hidden;
  }
  .content {
    /* background: #000; */
  }
  #hd_nav ul {
    width: 100%;
    padding: 64px;
    display: table-cell;
    vertical-align: middle;
  }
  #hd_nav ul li {
    width: 100%;
    margin-right: 0;
    margin-top: 10px;
    margin-bottom: 10px;

    opacity: 0;
    transform: scaleX(0) translateX(-260px);
    transition: none;
  }
  #hd_nav a.button, #hd_nav a.button span {
    width: 100%;
  }
  #hd_nav a.button {
    height: 50px;
    line-height: 50px;
  }
  #hd_nav a.button span {
    height: 52px;
    line-height: 48px;
  }
  .open #hd_nav {
    background: #fff;
    visibility: visible;
    transition: .3s;
    z-index: 1001;
  }
  .open #hd_nav ul li {
    opacity: 1;
    transform: scaleX(1) translateX(0);
    transition: all .3s ease-out;
    transition-delay: .1s;
    float: none;
  }
  .open #hd_nav ul li:nth-child(2) {
    transition-delay: .2s;
  }
  .open #hd_nav ul li:nth-child(3) {
    transition-delay: .3s;
  }
  .open #hd_nav ul li:nth-child(4) {
    transition-delay: .4s;
  }
  .open #hd_nav ul li:nth-child(5) {
    transition-delay: .5s;
  }
  #nav-btn {
    content: "";
    margin: 0 auto;
    width: 60px;
    height: 60px;
    top: 5px;
    text-align: center;
    right: 10px;
    position: fixed;
    border-radius: 50%;
    transition: all .3s ease-out;
    backface-visibility: hidden;
    z-index: 999;
  }
  .open #nav-btn {
    z-index: 1001;
    transition: all .6s ease-out;
  }
  #nav-toggle {
    margin: 0 auto;
    display: block;
    position: fixed;
    top: 5px;
    right: 0;
    width: 40px;
    height: 20px;
    cursor: pointer;
    padding: 20px;
    z-index: 1001;
    -webkit-tap-highlight-color: rgba(0,0,0,0);
  }
  #nav-toggle div {
    position: relative;
  }
  #nav-toggle span {
    display: block;
    position: absolute;
    height: 4px;
    width: 100%;
    background: #32c8f0;
    left: 0;
    zoom: 1;
    transition: .35s ease-in-out;
  }
  #nav-toggle span:nth-child(1) {
    top: -5px;
  }
  #nav-toggle span:nth-child(2) {
    top: 8px;
  }
  #nav-toggle span:nth-child(3) {
    top: 21px;
  }
  .open #nav-toggle {
    z-index: 1002;
    background: transparent;
  }
  .open #nav-toggle span {
    background: #696969;
  }
  .open #nav-toggle span:nth-child(1) {
    top: 9px;
    transform: rotate(-135deg);
    zoom: 1;
  }
  .open #nav-toggle span:nth-child(2) {
    width: 0;
    left: 50%;
  }
  .open #nav-toggle span:nth-child(3) {
    top: 9px;
    transform: rotate(135deg);
    zoom: 1;
  }
  #frame {
    margin: 0;
    padding: 32px 10px 64px;
  }
  #status ul {
    font-size: 14px;
    margin: 8px 16px;
  }
  #status ul li {
    width: 22%;
    padding-left: 1%;
    margin-right: 2%;
  }
  #status ul.hp, #status ul.mp {
    font-size: 20px;
  }
  #monster img {
    width: 100%;
    height: auto;
  }
  #first-message {
    width: 94%;
    left: 3%;
  }
  #commend {
    width: 30%;
  }
  #commend ul {
    font-size: 14px;
  }
  #commend ul li.cur:before {
    border: 8px solid #fff;
    border-color: transparent;
    border-left-color: #fff;
  }
  #message {
    width: 67%;
    margin-left: 33%;
  }
  .message {
    padding: 12px 16px;
    height: 142px;
  }
  .message p {
    font-size: 16px;
  }
  #message span.flash {
    width: 14px;
    height: 15px;
  }
  #lead h2 {
    font-size: 42px;
  }
  #lead p {
    font-size: 20px;
  }
  #ft_logo {
    padding: 0 15px;
  }
  #ft_logo img {
    width: 80%;
    height: auto;
  }

  .content_inner {
    padding: 64px 15px 0px;
  }
  #profile th {
    margin-bottom: 0;
  }
  #profile th:after {
    left: 5%;
    top: 100%;
    border-left-color: transparent;
    border-top-color: #32c8f0;
    margin-top: 0;
  }
  #profile th, #profile td {
    width: 100%;
    display: block;
  }
  #sales h3 {
    font-size: 42px;
    text-indent: -2em;
    padding-left: 1em;
  }
  #sales-details {
    display: block;
  }
  #ttl-box, #cont-box {
    width: 100%;
    padding: 12px 16px;
  }
  #sales-details h4 {
    position: static;
  }
  #cont-box p.note {
    font-size: 0.7em;
    font-size: 11.2px;
  }
  .ask-btn {
    margin: 0px auto;
    padding-top: 20px;
  }
  #sales  p {
    margin-top: 1em;
    font-size: small;
  }
}


/*===============================================
画面の横幅が375pxまで（iPhone6/7/8）
===============================================*/
@media screen and (max-width: 375px){
  .logo-face {
    width: 14px;
    left: 44px;
  }
  #status ul {
    margin: 8px 12px;
  }
  #monster {
    height: 200px;
  }
  #commend ul {
    margin: 16px 10px 16px 32px;
  }
  .message {
    height: 142px;
  }
  .message p {
    font-size: 14px;
  }
  #lead h2 {
    font-size: 40px;
  }
}
/*===============================================
画面の横幅が360pxまで（Galaxy S6/Note5）
===============================================*/
@media screen and (max-width: 360px){
  #ani-cont {
    height: 320px;
  }
  .logo-face {
    left: 38px;
  }
  #status ul {
    font-size: 13px;
  }
  #commend ul {
    font-size: 13px;
  }
  #lead h2 {
    font-size: 36px;
  }
}

/*===============================================
画面の横幅が320pxまで（iPhone5/SE）
===============================================*/
@media screen and (max-width: 320px){
  .logo-txt {
    height: 66px;
  }
  .logo-face {
    top: 20px;
    left: 30px;
    width: 13px;
  }
  .ani-c {
    bottom: 96px;
  }
  .logo-msg {
    height: 22px;
  }
  #main {
    padding: 24px 0 96px;
  }
  #frame {
    padding: 32px 5px;
  }
  #status ul {
    font-size: 12px;
    margin: 8px 8px;
  }
  #status ul.hp, #status ul.mp {
    font-size: 18px;
  }
  #monster {
    height: 160px;
  }
  #commend ul {
    font-size: 12px;
    margin: 16px 8px 16px 26px;
  }
  #commend ul li.cur:before {
    border: 6px solid #fff;
    border-color: transparent;
    border-left-color: #fff;
    top: -2px;
    left: -15px;
  }
  #message {
    width: 68%;
    margin-left: 32%;
  }
  .message {
    padding: 8px 10px;
    height: 134px;
  }
  .message p {
    font-size: 13px;
  }
  .people img {
      height: 120px;
  }
  #lead p {
    font-size: 18px;
  }

}
