@charset "UTF-8";
/* ----------------------------------------------------------------
Global
-------------------------------------------------------------------*/
* {
  box-sizing: border-box;
}

input {
  border-radius: 0;
}

#container {
  background-image: none;
}

#content {
  background: none;
  background-color: #fff;
}
/* width reset
----------------------------------------------*/
#container-inner,
#content-inner,
#display_wrapper,
#header-inner,
#cat_navi,
#footer-inner,
#footer-inner ul,
#footer p#copyright1,
#footer p#copyright2,
#banner_area li,
#gnavi,
#alpha,
#beta,
#banner_area,
#whatsnew ul,
#whatsnew ul li,
#sub_navi_list,
#list #alpha ol {
  float: none;
  width: 100%;
}

#header-inner,
#footer-inner,
#alpha-inner,
#beta-inner,
#gamma-inner {
  overflow: visible;
}

img {
  width: 100%;
  max-width: 100%;
  height: auto;
}

#alpha-inner {
  margin: 0;
}
/* ----------------------------------------------------------------
header
-------------------------------------------------------------------*/
#header-inner {
  padding: 0;
}

#header-name {
  position: static;
  bottom: auto;
  padding: 20px 0 20px;
  text-align: center;
}

#header-name img {
  width: auto;
  height: 20px;
}

#cat_navi {
  position: static;
  top: auto;
  right: auto;
}

#header ul {
  display: table;
  width: 100%;
  table-layout: fixed;
}

#header ul li {
  display: table-cell;
  float: none;
  vertical-align: top;
}

#header #cat_navi > ul > li > a{
  display: block;
}

/* gnav */
#gnavi {
  height: auto;
  margin-bottom: 5px;
}

#gnavi .allbtn{
  display: block;
}

#gnavi .allbtn > li > a{
  display: block;
}

/* ----------------------------------------------------------------
footer
-------------------------------------------------------------------*/
#footer {
  margin-top: 20px;
  padding-bottom: 0;
  text-align: center;
}

#footer-inner {
  padding: 15px 10px !important;
}

#footer-inner ul {
  padding-left: 0;
  font-size: 11px;
}

#footer-inner ul:before,
#footer-inner ul:after {
  display: table;
  content: " ";
}

#footer-inner ul:after {
  clear: both;
}

#footer-inner ul li {
  display: inline-block;
  margin-bottom: 14px;
  padding: 0 15px;
  vertical-align: middle;
  border-right: solid 1px #999;
}

#footer-inner ul li a {
  display: inline-block;
  float: none;
  margin: 0;
  padding: 0;
  border: none;
  line-height: 1.1;
}

#copyright1 {
  margin-bottom: 30px;
}

#copyright2 {
  text-align: center;
}
/* ----------------------------------------------------------------
search2
-------------------------------------------------------------------*/
#search,
#search2 {
  margin: 20px 0;
  padding: 0;
  border: none;
}

#beta #search,
#beta #search2 {
  margin: 20px -10px;
}

#srchBox #srch {
  width: 253px;
  height: 40px;
  margin: 0 auto;
  padding: 0;
  padding-top: 4px;
  padding-left: 35px;
  background-size: 253px auto;
}

#search #srchBox,
#search2 #srchBox {
  float: none;
  width: auto;
  margin-right: 0;
}

#srchBox #srchBtn {
  width: 60px;
  margin-left: -2px;
}

#srchBox #srchInput {
  width: 148px;
  height: 30px;
  padding: 0;
  line-height: 30px;
}

#srchBox #srchInput,
#srchBox #srchBtn {
  display: inline-block;
  vertical-align: middle;
}

#search #text_link,
#search2 #text_link {
  display: none;
  padding: 0;
}

#search2 #text_link span {
  letter-spacing: 0 !important;
}
/* ----------------------------------------------------------------
text_link
-------------------------------------------------------------------*/
/* btn */
.js-textlink-btn {
  position: relative;
  display: block;
  width: 253px;
  margin: 0 auto;
  cursor: pointer;
  -webkit-transition: all linear 0.08s;
  transition: all linear 0.08s;
  text-align: center;
  color: #cf9d18;
  border: 1px solid #cf9d18;
  border-radius: 3px;
  font-size: 13px;
  line-height: 30px;
}

.js-textlink-btn::before,
.js-textlink-btn::after {
  position: relative;
  position: absolute;
  top: 5px;
  left: 23px;
  display: block;
  width: 1px;
  height: 20px;
  content: "";
  background-color: #cf9d18;
  line-height: 1;
}

.js-textlink-btn::after {
  -webkit-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  transform: rotate(90deg);
}

.js-textlink-btn-open,
.js-textlink-btn-open:hover {
  color: #fff;
  background-color: #cf9d18;
}

.js-textlink-btn-open::before,
.js-textlink-btn-open:hover::before,
.js-textlink-btn-open::after,
.js-textlink-btn-open:hover::after {
  background-color: #fff;
}

.js-textlink-btn-open::before {
  -webkit-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  transform: rotate(90deg);
}
/* nav */
.js-textlink-nav {
  display: block;
  width: 253px;
  margin: 15px auto 0;
  padding: 0;
  list-style-type: none;
  text-align: center;
}

.js-textlink-nav:before,
.js-textlink-nav:after {
  display: table;
  content: " ";
}

.js-textlink-nav:after {
  clear: both;
}

.js-textlink-nav > li {
  float: left;
  width: 50%;
  cursor: pointer;
  letter-spacing: 0;
  color: #cf9d18;
  border: 1px solid #cf9d18;
  border-width: 1px 1px 0 1px;
  font-size: 13px;
  line-height: 36px;
}

.js-textlink-nav > li:first-child {
  border-right: 0;
}

.js-textlink-nav > li:hover,
.js-textlink-nav > li.js-textlink-nav-active {
  color: #fff;
  background-color: #cf9d18;
}
/* list*/
.js-textlink-list {
  border-top: 1px solid #cf9d18;
}

.js-textlink-list-inner {
  display: block;
  width: 253px;
  margin: 0 auto;
  padding-top: 10px;
  padding-left: 2px;
}

.js-textlink-list-inner > span {
  display: block;
}

.js-textlink-list-inner > span:before,
.js-textlink-list-inner > span:after {
  display: table;
  content: " ";
}

.js-textlink-list-inner > span:after {
  clear: both;
}

.js-textlink-list-inner > span:not(.js-textlink-list-active) {
  display: none;
}

.js-textlink-list-inner br {
  display: none;
}

.js-textlink-list-inner a {
  display: block;
  float: left;
  width: 44px;
  margin-top: 5px;
  margin-left: 5px;
  text-align: center;
  text-decoration: none !important;
  border: 1px solid #cf9d18;
  border-radius: 3px;
  font-size: 16px;
  line-height: 42px;
}

.js-textlink-list-inner a:empty {
  display: none;
}

.js-textlink-list-inner a:hover {
  color: #fff !important;
  background-color: #cf9d18;
}

.js-textlink-list-inner a[href*="09.html#a01"] {
  clear: left;
}
/* ----------------------------------------------------------------
banner_area
-------------------------------------------------------------------*/
#banner_area li {
  height: auto;
  margin-top: 5px;
}
/* ----------------------------------------------------------------
top(top.css)
-------------------------------------------------------------------*/
#top_content-inner,
#fbanner,
#fbanner ul,
#label,
#label ul,
.display,
#gnavi_top {
  width: 100%;
}

#gnavi_top {
  display: none;
}

#display_wrapper {
  height: auto;
  margin: 0;
  padding: 0;
  border: none;
}

.display {
  height: auto;
}

.display img {
  width: 100% !important;
  height: auto !important;
}
/* label */
#label {
  padding: 20px 10px 10px;
  border: 1px solid #ececec;
  border-width: 1px 0;
  font-size: 10px;
}

#label:before,
#label:after {
  display: table;
  content: " ";
}

#label:after {
  clear: both;
}

#label span {
  padding-right: 5px !important;
  padding-left: 37px !important;
  text-align: left;
  background-size: 37px auto;
  line-height: 1.5;
}

#label ul {
  margin: 0;
  padding: 0;
}

#label ul:before,
#label ul:after {
  display: table;
  content: " ";
}

#label ul:after {
  clear: both;
}

#label ul li {
  float: left;
  width: 48.5%;
  margin-bottom: 10px;
}

#label ul li:nth-child(2n) {
  float: right;
}

#label ul li:nth-child(2n+1) {
  clear: left;
}

#label li.label0 span {
  background-size: 30px auto;
}

#label li.label1 span {
  background-size: 20px auto;
}

#label li.label8 span {
  background-size: 25px auto;
}

#label li.label2 span {
  background-position: 3px center;
  background-size: 23px auto;
}

#label li.label3 span {
  background-size: 20px auto;
}

#label li.label4 span {
  background-position: 5px center;
  background-size: 19px auto;
}

#label li.label5 span {
  background-size: 20px auto;
}

#label li.label6 span {
  background-size: 30px auto;
}

#label li.label7 span {
  background-size: 30px auto;
}
/* fbanner */
#fbanner {
  padding: 25px 15px 10px 15px;
}

#fbanner ul {
  margin: 0;
}

#fbanner ul:before,
#fbanner ul:after {
  display: table;
  content: " ";
}

#fbanner ul:after {
  clear: both;
}

#fbanner ul li {
  float: left;
  width: 48.5%;
  margin-bottom: 8px;
}

#fbanner ul li:nth-child(2n) {
  float: right;
}

#fbanner ul li:nth-child(2n+1) {
  clear: left;
}
/* ----------------------------------------------------------------
scroll
-------------------------------------------------------------------*/
.line {
  margin-top: 10px;
  padding-right: 10px;
  border: none;
}

.line a,
.line a:visited {
  background: none;
}

.line a::before,
.line a:visited::before {
  display: inline-block;
  width: 0;
  height: 0;
  margin-right: 4px;
  content: "";
  border-width: 0 5px 9px 5px;
  border-style: solid;
  border-color: transparent transparent #bf9200 transparent;
}
/* ----------------------------------------------------------------
scroll
-------------------------------------------------------------------*/
.flexcroll {
  float: none !important;
  overflow: hidden !important;
  width: 100% !important;
  height: 260px !important;
}

.flexcroll.is-open {
  height: auto !important;
}

.contentwrapper,
.mcontentwrapper {
  overflow: hidden !important;
  width: 100% !important;
  height: auto !important;
}

.vscrollerbase {
  display: none !important;
}

.scrollwrapper {
  display: none !important;
}
/* flexcrollButton */
.js-flexcroll-button {
  position: relative;
  display: block;
  width: initial;
  cursor: pointer;
  text-align: center;
  color: #fff;
  background-color: #cd9b19;
  line-height: 40px;
}

#beta .js-flexcroll-button {
  margin: 0 -10px;
}

.js-flexcroll-button::before,
.js-flexcroll-button::after {
  position: absolute;
  top: 20px;
  left: 10px;
  display: block;
  width: 20px;
  height: 1px;
  content: "";
  background-color: #fff;
}

.js-flexcroll-button::after {
  -webkit-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  transform: rotate(90deg);
}

.js-flexcroll-button-open::after {
  -webkit-transform: rotate(0);
  -ms-transform: rotate(0);
  transform: rotate(0);
}
/* ----------------------------------------------------------------
whatsnew
-------------------------------------------------------------------*/
#whatsnew ul li span,
#whatsnew ul li a {
  font-size: 13px !important;
}

#whatsnew ul li span {
  width: 4.7em;
}

#whatsnew ul li a {
  float: none;
  overflow: hidden;
  width: auto;
}
/* ----------------------------------------------------------------
newrelease
-------------------------------------------------------------------*/
#newrelease_title {
  float: none;
  margin: 0 2px;
}

#newrelease_title:before,
#newrelease_title:after {
  display: table;
  content: " ";
}

#newrelease_title:after {
  clear: both;
}

#newrelease_title h2 {
  display: table;
  width: 100%;
  background: -webkit-linear-gradient(top, #dadada 0%, #dadada 100%), -webkit-linear-gradient(top, #eaeaea 0%, #dadada 50%, #fff 60%, #fff 100%), -webkit-linear-gradient(top, #fff 0%, #eaeaea 100%);
  background: linear-gradient(to bottom, #dadada 0%, #dadada 100%), linear-gradient(to bottom, #eaeaea 0%, #dadada 50%, #fff 60%, #fff 100%), linear-gradient(to bottom, #fff 0%, #eaeaea 100%);
  background-repeat: repeat-x, repeat-x, repeat;
  background-position: 0 1px, 0 bottom, 0 0;
  background-size: 100% 1px, 100% 2px, 100% 100%;
}

#newrelease_title h2 > * {
  display: table-cell;
  vertical-align: top;
}

#newrelease_title h2 a {
  width: 121px;
  text-align: right;
}

#beta #newrelease_title h2 a {
  width: 34%;
}

ul.list {
  width: 97% !important;
  width: calc(100% - 20px) !important;
  margin: 10px !important;
}

div#newrelease ul {
  width: 100% !important;
}

div#newrelease ul li,
ul.list li {
  position: relative !important;
  float: none !important;
  width: 100% !important;
  min-height: 75px !important;
  margin-top: 15px !important;
  text-align: left !important;
  color: #333 !important;
  background: url("/files/52/img/dotted.gif") left bottom repeat-x !important;
  font-size: 12px !important;
  line-height: 130% !important;
  _height: 75px !important;
}

ul.list li {
  padding-bottom: 10px;
}

ul.list li a {
  color: #000;
}

#newrelease #beta ul li,
div#newrelease ul li,
ul.list li {
  margin-bottom: 3px !important;
  font-size: 12px !important;
}

#download ul.list .text {
  color: #000;
}

#newrelease #pv,
#newrelease #cd {
  float: none;
}
/* ----------------------------------------------------------------
alpha
-------------------------------------------------------------------*/
#alpha .body {
  margin-top: 0;
  padding: 0;
}

#alpha .body h2 {
  padding-right: 10px;
  padding-left: 10px;
  font-size: 12px;
}

#alpha-inner h1 {
  margin-bottom: 5px;
  padding: 0 10px;
}

#alpha-inner h1 img {
  width: auto;
  height: 25px;
}

#alpha h3 {
  display: none;
  padding-right: 10px;
  padding-left: 10px;
  font-size: 16px;
}

#alpha h4 {
  display: block;
  float: none;
  width: 100%;
  margin-bottom: 5px;
  padding-right: 10px;
  padding-left: 10px;
  font-size: 16px;
}
/* ----------------------------------------------------------------
beta
-------------------------------------------------------------------*/
#beta {
  display: block;
  margin: 0;
  padding: 0 10px;
  font-size: 13px;
}

#list #beta {
  padding: 0 10px;
}

#beta-inner {
  float: none;
  width: 100%;
  margin: 0;
}
/* list */
#list #alpha ol {
  margin: 0;
  padding: 0;
  font-size: 13px;
}

#list #alpha ol li {
  float: none;
  width: 100%;
}

#list #alpha ol li.odd {
  background-color: #f2f0f1;
}

#list #alpha ol li a {
  display: block;
  padding: 5px 10px;
  text-decoration: none;
  color: #000;
}
/* sub_navi_list */
#sub_navi_list {
  padding: 0 20px;
}

#sub_navi_list li {
  display: inline-block;
  float: none;
  min-width: 3.5em;
  margin-bottom: 6px;
  padding: 3px 0;
  padding-right: 0;
  text-align: center;
  vertical-align: top;
  text-decoration: none;
  letter-spacing: 0;
  color: #999;
  border: 1px solid #000;
  font-size: 11px;
  line-height: 1.1;
}

#sub_navi_list li a {
  text-decoration: none;
  letter-spacing: 0;
}
/* ----------------------------------------------------------------
slider
-------------------------------------------------------------------*/
.slider {
  position: relative;
  overflow: hidden;
  margin: 15px auto;
  padding: 0;
  border: none;
}

.slick-prev,
.slick-next {
  z-index: 99;
}

.slick-prev {
  left: 0;
}

.slick-next {
  right: 0;
}
