@charset "UTF-8";
/*-- 初期化 --*/
* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  -o-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
}
body {
  margin: 0px;
  padding: 0px;
  color: #5a412a;
  background-color: #000;
  line-height: 150%;
  font-family: YuMincho, "Yu Mincho", "Hiragino Mincho ProN", "serif";
  font-family: Georgia, "Times New Roman", Times, "serif"
    -webkit-text-size-adjust: 100%;
  position: relative;
  z-index: 1;
}
h1, h2, h3, h4, h5, h6 {
  margin: 0px;
  padding: 0px;
}
p {
  margin: 0;
}
ul li {
  margin: 0;
  padding: 0;
  list-style: none;
  display: list-item;
}
img {
  border: 0;
  vertical-align: top;
  line-height: 0;
}
a img {
  border: 0;
  transition: .3s;
}
a {
  transition: .3s;
  text-decoration: none;
}
a:link {
  color: #fff;
}
a:visited {
  color: #fff;
}
a:hover {
  color: #fff;
}
a:active {
  color: #fff;
}
/*クリア、クリアフィックス
--------------------------------*/
.clear {
  clear: both;
}
.clearfix:after {
  content: ".";
  display: block;
  clear: both;
  height: 0;
  line-height: 0;
  visibility: hidden;
}
.clearfix {
  display: inline-block;
}
/*基本
--------------------------------*/
#main {
  width: 100%;
}
@media print, screen and (min-width: 960px) {
  .hidden-pc {
    display: none !important;
  }
  body, html {
    font-size: 16px;
  }
  body {
    text-align: center;
  }
  #main {
    margin: 0 auto;
  }
  .wrap, .wrap2 {
    width: 1024px;
  }
  .wrap2 {
    margin: auto;
  }
}
@media print, screen and (max-width: 959px) {
  .hidden-sp {
    display: none !important;
  }
  body, html {
    font-size: 3.2vw;
  }
  .wrap2 {
    padding: 0 1em;
  }
}
.bgdot {
  width: 100%;
  height: 100%;
  background-repeat: repeat;
  position: absolute;
  z-index: -1;
  background-image: url("../img/common/dot.png");
}
@media print, screen and (max-width: 959px) {
  .bgdot {
    z-index: -1;
  }
}
/*共通
-----------------------------------*/
#main {
  padding: 0 0 0 0;
}
.wrap, .iris, .foliage {
  position: relative;
}
.com2 {
  clear: both;
  display: block;
  overflow: hidden;
  position: relative;
}
/*画像枠*/
img.sen {
  border: 1px solid #fbd87a;
}
/*タイトル*/
#main .wrap h2 {
  text-align: center;
}
h2.title {
  color: #f9dd7b;
  line-height: 200%;
  background-image: url("../img/common/title_bg.png");
  background-repeat: no-repeat;
  background-position: center center;
  text-shadow: 0 0 4px #000;
}
/*サブタイトル*/
h3.subtitle {
  text-align: center;
  color: #f9dd7b;
  line-height: 180%;
  background-image: url("../img/common/subtitle_bg.png");
  background-repeat: repeat;
  background-position: top center;
  text-shadow: 0 0 4px #000;
  margin: 2em auto 1em auto;
}
/*枠*/
.waku {
  position: relative;
  border: 2px ridge #f9dd7b;
  background-image: url("../img/about/aboutjk_bg.jpg");
  background-repeat: no-repeat;
  background-size: 100%;
  box-shadow: 0px 0px 12px 3px rgba(51, 25, 0, .5) inset;
  -webkit-box-shadow: 0px 0px 12px 3px rgba(51, 25, 0, .5) inset;
  -moz-box-shadow: 0px 0px 12px 3px rgba(51, 25, 0, .5) inset;
}
.waku:before, .waku:after, .iris:before, .iris:after {
  content: '';
  position: absolute;
  background-repeat: no-repeat;
  background-size: cover;
}
.waku:before, .waku:after, .iris:before, .iris:after {
  width: 1.5em;
  height: 1.5em;
}
.waku:after {
  top: -2px;
  left: -2px;
  background-image: url("../img/common/waku_iris_1.png");
}
.waku:before {
  bottom: -2px;
  right: -2px;
  background-image: url("../img/common/waku_iris_3.png");
}
.iris:before, .iris:after {
  z-index: 2;
}
.iris:after {
  top: 0px;
  right: 0px;
  background-image: url("../img/common/waku_iris_2.png");
}
.iris:before {
  bottom: 0px;
  left: 0px;
  background-image: url("../img/common/waku_iris_4.png");
}
.waku p {
  text-align: left;
  text-shadow: 0 0 3px rgba(177, 121, 49, .7);
  line-height: 1.5em;
  margin-bottom: .8em
}
.waku h2.title {
  margin: .4em auto 1em auto;
}
/*枠2*/
.waku2 {
  position: relative;
  border-top: 2px ridge #f7cf46;
  border-bottom: 2px ridge #f7cf46;
  color: #fff;
}
.waku2:before, .waku2:after {
  content: '';
  position: absolute;
  background-repeat: no-repeat;
  background-size: cover;
}
.waku2:before {
  margin: auto;
  left: 0;
  right: 0;
  background-image: url("../img/common/waku_foliage.png");
}
.waku2 p {
  text-align: left;
  text-shadow: 0 0 3px rgba(0, 0, 0, .7);
  line-height: 1.5em;
  margin-bottom: .8em
}
.foliage h2.title {
  z-index: 3;
}
@media print, screen and (min-width: 960px) {
  /*wrap*/
  #main .wrap {
    margin: 50px auto;
  }
  /*タイトル*/
  h2.title {
    font-size: 30px;
    background-size: 504px 63px;
  }
  h2.title span {
    font-size: 24px;
  }
  /*サブタイトル*/
  h3.subtitle {
    font-size: 24px;
    border: 2px ridge #f7cf46;
    width: 100%;
  }
  /*枠*/
  .waku {
    padding: 2em;
  }
  .waku:before, .waku:after, .iris:before, .iris:after {
    width: 2em;
    height: 2em;
  }
  /*枠2*/
  #main .foliage.wrap {
    margin: 80px 0 50px 0;
  }
  .foliage h2.title {
    margin-top: -30px;
    margin-bottom: 30px;
  }
  .waku2 {
    padding: 0 0 2em 0;
  }
  .waku2:before {
    width: 300px;
    height: 52px;
    bottom: -28px;
  }
}
@media print, screen and (max-width: 959px) {
  /*wrap*/
  .wrap {
    margin: 3em auto;
  }
  /*タイトル*/
  h2.title {
    font-size: 4vw;
    background-size: 67.2vw 8.4vw;
  }
  /*サブタイトル*/
  h3.subtitle {
    font-size: 3.73vw;
    border: 1px ridge #f7cf46;
    width: 85%;
  }
  /*枠*/
  .waku {
    padding: 1em;
  }
  .waku:before, .waku:after, .iris:before, .iris:after {
    width: 1.5em;
    height: 1.5em;
  }
  /*枠2*/
  #main .foliage.wrap {
    margin: 4em 0 3em 0;
  }
  .foliage h2.title {
    margin-top: -4vw;
    margin-bottom: 4vw;
  }
  .waku2 {
    padding: 0;
    border-top: 1px ridge #f7cf46;
    border-bottom: 1px ridge #f7cf46;
  }
  .waku2:before {
    width: 40vw;
    height: 6.93vw;
    bottom: -3.73vw;
  }
}



/*MV
-----------------------------------*/
#mv {
  clear: both;
  display: block;
  overflow: hidden;
  position: relative;
  overflow: hidden;
  margin: auto;
}
#mv .slider img {
  width: 100%;
}
#mv .com {
  clear: both;
  display: block;
  overflow: hidden;
  position: absolute;
  z-index: 2;
}
#mv #logo img, #mv #aori img {
  width: 100%;
}
#mv #dl {
  margin: 0 auto;
  padding: 1em 0;
  left: 0;
  right: 0;
  text-align: center;
}
#mv #dl p {
  text-align: center;
  margin-bottom: .5em;
}
#mv #dl img {
  width: auto;
  margin: 0 .5em;
}
@media print, screen and (min-width: 960px) {
  #mv {
    width: 1024px;
    height: 750px;
  }
  #mv #logo {
    margin: auto;
    width: 291px;
    height: 280px;
    top: 170px;
    left: 0;
    right: 0;
  }
  #mv #aori {
    margin: auto;
    width: 207px;
    height: 64px;
    top: 430px;
    left: 0;
    right: 0;
  }
  

  #mv #dl {
    width: 520px;
    height: 140px;
    bottom: 65px;
    background-color: rgba(255, 255, 255, 0.8);
  }


/* coming soon表記のときはこちらを適用
  #mv #dl {
    width: 320px;
    height: 100px;
    bottom: 65px;
    background-color: rgba(0, 0, 0, 0.8);
  }
*/

  #mv #dl img {
    height: 72px;
  }
  #mv #dl p {
    font-size: 18px;
    color: #2c3061;
    text-shadow: -1px -1px 1px #fff, 1px -1px 1px #fff, -1px 1px 1px #fff, 1px 1px 1px #fff;
  }
  #mv #dl p span {
    color: #cc1212;
  }
}
@media print, screen and (max-width: 959px) {
  #mv {
    width: 100%;
    height: 139.35vw;
  }
  #mv #logo {
    margin: auto;
    width: 38.2vw;
    height: 36.7vw;
    top: 2.8em;
    right: 1.8em;
  }
  #mv #aori {
    margin: auto;
    width: 27.4vw;
    height: 8.5vw;
    top: 42vw;
    right: 3em;
  }
  #mv #dl {
    width: 90vw;
    height: 7.5em;
    bottom: 1.5em;
    background-color: rgba(38, 39, 91, 0.6);
  }

  
  #mv #dl p {
    font-size: 4vw;
    color: #ffffff;
    text-shadow: -1px -1px 1px #26275b, 1px -1px 1px #26275b, -1px 1px 1px #26275b, 1px 1px 1px #26275b;
  }
  #mv #dl img {
    height: 3.5em;
  }
  #mv #dl p span {
    color: #fff099;
  }
}
/*ナビメニュー
-----------------------------------*/
ul.navi {
  display: block;
  margin: 2px auto;
  position: relative;
  overflow: hidden;
}
ul.navi li {
  float: left;
  position: relative;
  display: block;
  transition: all 0.3s ease;
}
ul.navi li a {
  display: inline-block;
}
@media print, screen and (min-width: 960px) {
  ul.navi {
    margin: 5px auto;
    width: 1024px;
  }
  ul.navi li {
    width: 20%;
  }
  ul.navi li img {
    width: 204px;
    height: 46px;
  }
}
@media print, screen and (max-width: 959px) {
  ul.navi {
    margin: 2px auto;
  }
  ul.navi li {
    width: 33%;
    margin-right: .5%;
  }
  ul.navi li img {
    width: 100%;
    height: auto;
  }
  ul.navi li:nth-of-type(3n) {
    margin-right: 0;
  }
  ul.navi li:nth-of-type(3n+1) {
    clear: both;
  }
}
/*人狼KINGDOMとは
-----------------------------------*/
#aboutjk ul {
  margin: 1em auto;
}
#aboutjk ul li img {
  width: 100%;
}
@media print, screen and (min-width: 960px) {
  #aboutjk ul li {
    width: 49%;
    float: left;
  }
  #aboutjk ul li:nth-of-type(1) {
    margin-right: 1%
  }
}
/*人狼ゲームとは
-----------------------------------*/
#aboutjg {
  z-index: 1;
  background-position: top center;
  background-size: cover;
}
#aboutjg.wrap {
  width: 100%
}
#aboutjg ul {
  margin: 1em auto;
}
#aboutjg .image1 {
  text-align: center;
  margin: 1em 0 2em 0;
}
#aboutjg .image2 {
  margin: 0 0 1em 0;
}
span.orange {
  color: #ffa067
}
span.yellow {
  color: #ffe033
}
span.blue {
  color: #9bcafb
}
#aboutjg .image2 img:nth-of-type(1) {
  float: left;
}
#aboutjg .image2 img:nth-of-type(2) {
  float: right;
}
@media print, screen and (min-width: 960px) {
  #aboutjg {
    background-attachment: fixed;
    background-image: url("../img/about/pc_aboutjg_bg.jpg");
  }
  #aboutjg .wrap2 span {
    font-size: 18px;
  }
  #aboutjg .image2 {
    width: 534px;
    float: right;
    margin-left: 1em;
  }
  #aboutjg .image1 img {
    width: 630px;
  }
  #aboutjg .image2 img {
    width: 380px;
  }
  #aboutjg .image2 img:nth-of-type(2) {
    margin-top: -2em;
  }
  #aboutjg p:nth-of-type(3) {
    margin-top: 3em
  }
}
@media print, screen and (max-width: 959px) {
  #aboutjg {
    background-image: url("../img/about/sp_aboutjg_bg.jpg");
    z-index: -1;
  }
  #aboutjg .image1 img {
    width: 70%;
  }
  #aboutjg .image2 img {
    width: 55%;
  }
  #aboutjg .image2 img:nth-of-type(2) {
    margin-top: -7.5em;
  }
  #aboutjg p:nth-of-type(3) {
    margin-bottom: 2em
  }
}
/*役職
-----------------------------------*/
#job {
  background-position: top center;
  background-size: 100% 100%;
  overflow: hidden;
}
#job h2.title {
  margin: 1.5em auto 1em auto;
}
#job .swiper-container {
  padding-bottom: 3em;
}
#job #graver ul {
  display: block;
  overflow: hidden;
  margin: auto;
}
#job #graver ul li {
  width: 50%;
  float: left;
}
/*タブ切り替え*/
#graver label {
  cursor: pointer;
  display: block;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
}
#tab1 ~ #graver .tab1_label {
  background-image: url("../img/job/job_btn_st_off.png")
}
#tab1 ~ #graver .tab1_label:hover {
  background-image: url("../img/job/job_btn_st_on.png")
}
#tab2 ~ #graver .tab2_label {
  background-image: url("../img/job/job_btn_fm_off.png")
}
#tab1 ~ #graver .tab2_label:hover {
  background-image: url("../img/job/job_btn_fm_on.png")
}
input[name="tab_btn"] {
  display: none;
}
.tab_panel {
  display: none;
  clear: both;
}
#tab1:checked ~ #graver .tab1_label, #tab2:checked ~ #graver .tab2_label {
  color: #222;
  text-decoration: none;
  cursor: default;
}
#tab1:checked ~ #graver .tab1_label {
  background-image: url("../img/job/job_btn_st_on.png")
}
#tab2:checked ~ #graver .tab2_label {
  background-image: url("../img/job/job_btn_fm_on.png")
}
#tab1:checked ~ #jobslider #panel1, #tab2:checked ~ #jobslider #panel2 {
  display: block;
  color: #000;
}
/*slickスライダー*/
#jobslider {
  margin: 1em auto 3em auto;
}
#jobslider ul.slider  {
	box-shadow:0px 0px .8em 3px rgba(86,53,21,.4);
	-webkit-box-shadow:0px 0px .8em 3px rgba(86,53,21,.4);
	-moz-box-shadow:0px 0px .8em 3px rgba(86,53,21,.4);
}
#jobslider ul.slider li {
  position:relative;
}
#jobslider .slide-arrow{
	position: absolute;
	top: 50%;
	z-index: 9999;
}
#jobslider .slide-arrow:hover{
	cursor: pointer;
}
#jobslider .next-arrow{
  right:.6em;
}
#jobslider .prev-arrow{
  left:.6em;
}
#job .slider h3 {
  position: absolute;
  top: 1em;
  color: #f9dd7b;
  width: 9em;
  line-height: 150%;
  background-image: url("../img/job/job_waku_name.png");
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  text-align: center;
  font-weight: normal;
}
#job .slider img.sidegra {
  position: absolute;
  width: auto;
}

#job .slider p {
  position: absolute;
  overflow: hidden;
  bottom: 1.5em;
  color: #45290f;
  width: 90%;
  border: 1px solid #45290f;
  background-color: rgba(255, 255, 255, 0.85);
  line-height: 150%;
  text-align: left;
  margin: auto;
  left: 0;
  right: 0;
}
#job img.maingra {
  width: 100%;
}
@media print, screen and (min-width: 960px) {
  #job {
    background-image: url("../img/job/pc_job_bg.jpg");
    padding: 2em;
  }
  #graver label {
    width: 200px;
    height: 45px;
  }
  #job #graver ul li {
    padding: 0 70px;
  }
  #jobslider {
    width: 860px;
  }
#jobslider .slide-arrow{
	margin-top: -23px;
	height:45px;
	width:auto;
}
#jobslider .slick-dots li button:before{
		font-size:10px;
}
  #job .slider h3 {
    font-size: 38px;
    margin: auto;
    left: 0;
    right: 0;
  }
  #job .slider img.sidegra {
    bottom: 11em;
  	height: 3em;
    right: 5em;
  }
  #job .slider p {
    font-size: 16px;
    bottom: 2.5em;
    height: 10em;
    padding: 1.5em 1.2em 1.2em 1.2em;
  }
}
@media print, screen and (max-width: 959px) {
  #job {
    background-image: url("../img/job/sp_job_bg.jpg");
    padding: 1em;
  }
  #graver label {
    width: 40vw;
    height: 9.06vw;
  }
  #job #graver ul li {
    padding: 0 1em;
  }
#jobslider .slide-arrow{
	margin-top: -1em;
	height:2em;
	width:auto;
}
#jobslider .slick-dots li button:before{
		font-size:2.4vw;
}
  #job .slider h3 {
    font-size: 5vw;
    right: 1em;
  }
  #job .slider img.sidegra {
    bottom: 6.5em;
  	height: 2.3em;
    right: 2.5em;
  }
  #job .slider p {
    font-size: 3.2vw;
    bottom: 1.5em;
    height: 6em;
    padding: 1em .8em .8em .8em;
  }
}
/* 遊び方
-----------------------------------*/
#htp {
  z-index: 1;
  background-position: top center;
  background-size: cover;
}
#htp.wrap {
  width: 100%
}
#htp ul {
  margin: 1em auto;
}
#htp .image1 {
  text-align: center;
  margin: 1em 0 2em 0;
}
#htp .gm {
  text-align: center;
  margin: 1em 0;
}
#htp .gm img {
  width: 5em;
  margin: 0 1em .5em 1em;
}
#htp p.ver {
  color: #f9dd7b;
  font-weight: bold;
}
#htp .image2 {
  margin: 0 0 1em 0;
}
#htp .image1 img:nth-of-type(1), #htp .image2 img:nth-of-type(1) {
  float: left;
}
#htp .image1 img:nth-of-type(2), #htp .image2 img:nth-of-type(2) {
  float: right;
}
@media print, screen and (min-width: 960px) {
  #htp {
    background-attachment: fixed;
    background-image: url("../img/htp/pc_htp_bg.jpg");
    background-size: cover;
  }
  #htp .image1 img {
    width: 380px;
    margin: 0 2em;
  }
  #htp .gm span {
    margin: 0 2.5em;
  }
  #htp verwaku {
    width: 100%;
  }
  #htp p.ver {
    font-size: 18px;
    margin-top: 1em
  }
  #htp .image2 {
    width: 530px;
  }
  #htp .image2 img {
    width: 326px;
    float: left;
  }
  #htp .image2 img:nth-of-type(2) {
    margin-top: -135px;
  }
  ul.verwaku {
    width: 100%
  }
  ul.verwaku:nth-of-type(1) li:nth-of-type(1) {
    width: 424px;
    float: left;
  }
  ul.verwaku:nth-of-type(1) li:nth-of-type(2) {
    width: 530px;
    float: right;
  }
  ul.verwaku:nth-of-type(2) li:nth-of-type(1) {
    width: 530px;
    float: left;
  }
  ul.verwaku:nth-of-type(2) li:nth-of-type(2) {
    width: 424px;
    float: right;
  }
}
@media print, screen and (max-width: 959px) {
  #htp {
    background-image: url("../img/htp/sp_htp_bg.jpg");
    background-repeat: repeat-y;
    background-size: 100%;
    z-index: -1;
  }
  #htp .image1 img {
    width: 55%;
  }
  #htp .image1 img:nth-of-type(2) {
    margin-top: -7.5em;
  }
  #htp .gm {
    margin: 1em 0 0 0;
  }
  #htp .gm img {
    width: 4em;
    vertical-align: middle;
  }
  #htp p.ver {
    font-size: 3.7vw;
    text-align: center;
  }
  #htp .image2 img {
    width: 48%;
  }
  #htp .verwaku:nth-of-type(2) p:nth-of-type(2) {
    margin-bottom: -1em;
  }
}
/*Q&A
-----------------------------------*/
#qanda .waku {
  background-size: cover;
}
#qanda {
  line-height: 150%;
}
#qanda dl {
  display: block;
  overflow: hidden;
  clear: both;
  counter-reset: cnt; /*自動カウント*/
  margin: 0 auto 1em;
  text-align: left;
  border-bottom: 1px solid #c4a668;
  text-shadow: 0 0 3px rgba(177, 121, 49, .7);
}
#qanda dt, #qanda dd, #qanda dl h4 {
  display: block;
  overflow: hidden;
  clear: both;
  position: relative;
}
#qanda dl h4 {
  padding-right: 1.8em;
  margin: 0 0 0 5em; /*ミドル揃え*/
}
#qanda dl dt {
  border-top: 1px solid #c4a668;
  pointer-events: none;
  min-height: 1.6em;
  padding: 1.2em 1em .7em 1em;
}
#qanda dl dt:first-of-type {
  border-top: none;
}
#qanda dl dt:before, #qanda dl dd:before {
  display: inline-block;
  left: 1em;
  margin: auto;
  border-radius: 2px;
  border: 2px ridge #f7cf46;
  font-family: Georgia, "Times New Roman", Times, "serif";
  line-height: 130%;
  padding: .3em .9em .3em 1em;
  text-align: center;
  font-weight: bold;
  color: #f9dd7b;
  background-size: cover;
  text-shadow: 0 0 3px rgba(0, 0, 0, .7);
}
#qanda dl dt:before {
  counter-increment: cnt;
  content: "Q"counter(cnt)".";
  background-image: url("../img/common/qanda_bg_q.jpg");
}
#qanda dl dd:before {
  content: "A"counter(cnt)".";
  background-image: url("../img/common/qanda_bg_a.jpg");
}
#qanda dl dt.omake:before {
  counter-increment: none;
  content: "\304A\307E\3051\306E Q.";
}
#qanda dl dd.omake:before {
  content: "\304A\307E\3051\306E A.";
}
#qanda dl dt:before {
  position: absolute;
  top: 0;
  bottom: 0;
  height: 1.5em;
}
#qanda dl dt.omake:before {
  position: relative;
  left: 0
}
#qanda dl dt h4:after {
  position: absolute;
  content: " ";
  display: block;
  right: .5em;
  top: 0;
  bottom: 0;
  width: 1em;
  height: 1em;
  margin: auto;
  background-image: url(../img/qanda/arrow_t.png);
  background-repeat: no-repeat;
  background-size: 1em auto;
  background-position: center center;
}
#qanda dl dt.active h4:after {
  -moz-transform: rotate(-180deg);
  -webkit-transform: rotate(-180deg);
  -ms-transform: rotate(-180deg);
  transform: rotate(-180deg);
}
#qanda dl dt, #qanda dl dd {}
#qanda dl dt:before, #qanda dl dd:before {
  left: 0;
}
#qanda dl dt {
  cursor: pointer;
  pointer-events: all;
  padding: 1.5em 0;
}
#qanda dl dd {
  display: none;
  padding: .5em 0 1.5em 0;
}
#qanda dd h4 {
  margin-top: -2em;
}
#qanda dl .omake h4 {
  margin: .5em 0 0 0;
}
#qanda dl dd ol {
  margin: .5em 0;
}
#qanda dl dd ol li {
  margin-bottom: .4em;
}
/* 遊び方
-----------------------------------*/
#credit {
  z-index: 1;
  background-color: #341c09;
  background-repeat: no-repeat;
  background-image: url("../img/credit_bg.png");
}
#credit.wrap {
  width: 100%
}
#credit p {
  text-align: center;
}
@media print, screen and (min-width: 960px) {
  #credit {
    background-position: center left 100px;
    background-size: 30%;
  }
}
@media print, screen and (max-width: 959px) {
  #credit {
    background-position: center left -10vw;
    background-size: 50%;
  }
}
/*footer
-----------------------------------*/
#footer {
  background-position: top center;
  background-size: 100%;
  overflow: hidden;
  padding: 1em;
  margin: auto;
  text-align: center;
}
#footer ul#ft_share {
  border-bottom: 1px solid #492a10;
}
#footer ul#ft_share li {
  display: inline-block;
}
@media print, screen and (min-width: 960px) {
  #footer {
    background-image: url("../img/job/pc_job_bg.jpg");
    padding: 3em 2em 2em 2em;
    font-size: 12px
  }
  #footer ul#ft_share {
    padding: 3em 0;
    margin-bottom: 3em;
  }
  #footer ul#ft_share li img {
    width: auto;
    height: 50px;
  }
  #footer ul#ft_share li a:hover img {
    opacity: 0.6;
    filter: alpha(opacity=60);
  }
  #footer ul#ft_share li:not(last-child) {
    margin-right: 20px;
  }
}
@media print, screen and (max-width: 959px) {
  #footer {
    background-image: url("../img/job/sp_job_bg.jpg");
    padding: 1.5em 1em;
    font-size: 2.8vw
  }
  #footer ul#ft_share {
    padding: 2em 0;
    margin-bottom: 1em;
  }
  #footer ul#ft_share li img {
    width: auto;
    height: 12vw;
  }
  #footer ul#ft_share li:not(last-child) {
    margin-right: 5vw;
  }
}
/*画面上部へ戻る
-----------------------------------*/
#pagetop {
  display: block;
  position: fixed;
  bottom: 20px;
  right: 0px;
  z-index: 9997;
}
#pagetop a {
  text-align: center;
  width: 4em;
  height: 4em;
  display: block;
  background-color: rgba(69, 41, 15, .7);
  padding: 1em;
  border-right: none;
  position: relative;
  border: 1px solid #fbd87a;
  border-right: none;
}
#pagetop a img {
  height: auto;
  width: 1.2em;
  margin: auto;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}
@media print, screen and (min-width: 960px) {
  #pagetop a:hover {
    background-color: rgba(237, 203, 43, 1);
  }
}
@media print, screen and (max-width: 959px) {
  #pagetop {
    bottom: 60px;
    right: 0;
  }
  #pagetop a:active {
    background-color: rgba(237, 203, 43, 1);
  }
}

.supportmail {
color:#fff;
}

.supportmail a{
text-decoration:underline;
}

