@charset "UTF-8";
/* 共通
------------------------------------------------------*/
body {
  background: url(../images/common/bg_contents.jpg) top center repeat, #000;
  min-width: 1000px;
  font-family: "游ゴシック Medium", YuGothic, YuGothicM, "Hiragino Kaku Gothic ProN", メイリオ, Meiryo, sans-serif;
  font-size: 14px;
  color: #FFF;
  line-height: 1.5;
}

img {
  vertical-align: bottom;
}

/*icoOblique*/
.icoOblique {
  position: relative;
  padding-left: 30px;
}
.icoOblique:before {
  position: absolute;
  top: 0;
  left: 0;
  content: "　";
  background: url(../images/common/ico_oblique.png) no-repeat left top;
  width: 20px;
  height: 18px;
}

/*pagetop*/
#btnPagetop {
  z-index: 500;
  position: fixed;
  right: 10px;
  bottom: 5px;
}

/*a リンク設定*/
a {
  color: #ff5a00;
  text-decoration: underline;
  border: none;
}
a:hover, a:visited, a:active {
  text-decoration: none;
  border: none;
}

/*R*/
.icoR {
  vertical-align: sub;
}

/* header gnav 
------------------------------------------------------*/
header {
  position: relative;
}

#gnav {
  z-index: 1000;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  background: rgba(0, 0, 0, 0.9);
}
#gnav #mainNav {
  width: 1140px;
  height: 60px;
  margin: 0 auto;
  padding: 0 0 0 11px;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
#gnav #mainNav li {
  height: 100%;
  display: inline-block;
  margin-right: 30px;
  padding-top: 19px;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
#gnav #mainNav li:last-child {
  margin-right: 0;
}
#gnav #mainNav span.new {
  position: absolute;
  top: -1px;
  left: 50%;
  margin-left: -15px;
}
#gnav #guNav {
  display: none;
  width: 100%;
  height: 45px;
  border-top: 1px solid #ff5a00;
}
#gnav #guNav > ul {
  width: 1140px;
  margin: 0 auto;
  padding: 11px 0 0 11px;
  line-height: 22px;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
#gnav #guNav > ul li {
  display: inline-block;
  margin-right: 40px;
}
#gnav #guNav > ul li .icoOblique {
  padding-left: 20px;
}
#gnav #guNav span.new {
  position: absolute;
  top: -21px;
  left: 50%;
  margin-left: -15px;
}
#gnav li {
  position: relative;
}

/* footer
------------------------------------------------------*/
footer {
  background: #060606;
  width: 100%;
  border-top: 1px solid #ff5a00;
}
footer #copyright {
  padding: 10px 0;
  border-bottom: 1px solid #1a1a1a;
  text-align: center;
  font-size: 12px;
  font-weight: bold;
  color: #ff5a00;
}
footer #footerCol {
  width: 1110px;
  margin: 0 auto;
  padding: 20px 0;
  text-align: center;
}
footer #footerCol #platform {
  margin-bottom: 30px;
}
footer #footerCol #platform > li {
  display: inline-block;
  margin-right: 15px;
}
footer #footerCol #platform > li:last-child {
  margin-right: 0;
}
footer #footerCol #platform #notice {
  text-align: left;
}
footer #footerCol #sns {
  display: inline-block;
  @includ hidden;
}
footer #footerCol #sns > li {
  float: left;
  margin-right: 20px;
  height: 40px;
}
footer #footerCol #sns > li:last-child {
  margin-right: 0;
}

/*rm*/
#rm {
  display: none;
}

/*=====================================================*/
/* OneTrust */
/*=====================================================*/
#onetrust-consent-sdk {
  font-family: auto !important;
}

#onetrust-consent-sdk a {
  display: inline;
}
