@charset "UTF-8";

/*! normalize.css v2.1.1 | MIT License | git.io/normalize */
/* ==========================================================================
   HTML5 display definitions
   ========================================================================== */
/**
 * Correct `block` display not defined in IE 8/9.
 */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
nav,
section,
summary {
  display: block;
}

/**
 * Correct `inline-block` display not defined in IE 8/9.
 */
audio,
canvas,
video {
  display: inline-block;
}

/**
 * Prevent modern browsers from displaying `audio` without controls.
 * Remove excess height in iOS 5 devices.
 */
audio:not([controls]) {
  display: none;
  height: 0;
}

/**
 * Address styling not present in IE 8/9.
 */
[hidden] {
  display: none;
}

.pc-only {
  display: block;
}

.sp-only {
  display: none;
}

/* ==========================================================================
   Base
   ========================================================================== */
/**
 * 1. Prevent system color scheme's background color being used in Firefox, IE,
 *    and Opera.
 * 2. Prevent system color scheme's text color being used in Firefox, IE, and
 *    Opera.
 * 3. Set default font family to sans-serif.
 * 4. Prevent iOS text size adjust after orientation change, without disabling
 *    user zoom.
 */
html {
  background: #fff;
  /* 1 */
  color: #000;
  /* 2 */
  font-family: sans-serif;
  /* 3 */
  -ms-text-size-adjust: 100%;
  /* 4 */
  -webkit-text-size-adjust: 100%;
  /* 4 */
}

/**
 * Remove default margin.
 */
body {
  margin: 0;
}

/* ==========================================================================
   Links
   ========================================================================== */
/**
 * Address `outline` inconsistency between Chrome and other browsers.
 */
a:focus {
  outline: thin dotted;
}

/**
 * Improve readability when focused and also mouse hovered in all browsers.
 */
a:active,
a:hover {
  outline: 0;
}

/* THREE 2016/03/10 Start */
.links li a {
  line-height: 1.4;
}

/* THREE 2016/03/10 End   */
/* ==========================================================================
   Typography
   ========================================================================== */
/**
 * Address variable `h1` font-size and margin within `section` and `article`
 * contexts in Firefox 4+, Safari 5, and Chrome.
 */
h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

/**
 * Address styling not present in IE 8/9, Safari 5, and Chrome.
 */
abbr[title] {
  border-bottom: 1px dotted;
}

/**
 * Address style set to `bolder` in Firefox 4+, Safari 5, and Chrome.
 */
b,
strong {
  font-weight: bold;
}

/**
 * Address styling not present in Safari 5 and Chrome.
 */
dfn {
  font-style: italic;
}

/**
 * Address differences between Firefox and other browsers.
 */
hr {
  -moz-box-sizing: content-box;
  box-sizing: content-box;
  height: 0;
}

/**
 * Address styling not present in IE 8/9.
 */
mark {
  background: #ff0;
  color: #000;
}

/**
 * Correct font family set oddly in Safari 5 and Chrome.
 */
code,
kbd,
pre,
samp {
  font-family: monospace, serif;
  font-size: 1em;
}

/**
 * Improve readability of pre-formatted text in all browsers.
 */
pre {
  white-space: pre-wrap;
}

/**
 * Set consistent quote types.
 */
q {
  quotes: "\201C""\201D""\2018""\2019";
}

/**
 * Address inconsistent and variable font size in all browsers.
 */
small {
  font-size: 80%;
}

/**
 * Prevent `sub` and `sup` affecting `line-height` in all browsers.
 */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sup {
  top: -0.5em;
}

sub {
  bottom: -0.25em;
}

/* ==========================================================================
   Embedded content
   ========================================================================== */
/**
 * Remove border when inside `a` element in IE 8/9.
 */
img {
  border: 0;
}

/**
 * Correct overflow displayed oddly in IE 9.
 */
svg:not(:root) {
  overflow: hidden;
}

/* ==========================================================================
   Figures
   ========================================================================== */
/**
 * Address margin not present in IE 8/9 and Safari 5.
 */
figure {
  margin: 0;
  display: inline-block;
}

/* ==========================================================================
   Forms
   ========================================================================== */
/**
 * Define consistent border, margin, and padding.
 */
fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em;
}

/**
 * 1. Correct `color` not being inherited in IE 8/9.
 * 2. Remove padding so people aren't caught out if they zero out fieldsets.
 */
legend {
  border: 0;
  /* 1 */
  padding: 0;
  /* 2 */
}

/**
 * 1. Correct font family not being inherited in all browsers.
 * 2. Correct font size not being inherited in all browsers.
 * 3. Address margins set differently in Firefox 4+, Safari 5, and Chrome.
 */
button,
input,
select,
textarea {
  font-family: inherit;
  /* 1 */
  font-size: 100%;
  /* 2 */
  margin: 0;
  /* 3 */
}

/**
 * Address Firefox 4+ setting `line-height` on `input` using `!important` in
 * the UA stylesheet.
 */
button,
input {
  line-height: normal;
}

/**
 * Address inconsistent `text-transform` inheritance for `button` and `select`.
 * All other form control elements do not inherit `text-transform` values.
 * Correct `button` style inheritance in Chrome, Safari 5+, and IE 8+.
 * Correct `select` style inheritance in Firefox 4+ and Opera.
 */
button,
select {
  text-transform: none;
}

/**
 * 1. Avoid the WebKit bug in Android 4.0.* where (2) destroys native `audio`
 *    and `video` controls.
 * 2. Correct inability to style clickable `input` types in iOS.
 * 3. Improve usability and consistency of cursor style between image-type
 *    `input` and others.
 */
button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
  -webkit-appearance: button;
  /* 2 */
  cursor: pointer;
  /* 3 */
}

/**
 * Re-set default cursor for disabled elements.
 */
button[disabled],
html input[disabled] {
  cursor: default;
}

/**
 * 1. Address box sizing set to `content-box` in IE 8/9.
 * 2. Remove excess padding in IE 8/9.
 */
input[type="checkbox"],
input[type="radio"] {
  box-sizing: border-box;
  /* 1 */
  padding: 0;
  /* 2 */
}

/**
 * 1. Address `appearance` set to `searchfield` in Safari 5 and Chrome.
 * 2. Address `box-sizing` set to `border-box` in Safari 5 and Chrome
 *    (include `-moz` to future-proof).
 */
input[type="search"] {
  -webkit-appearance: textfield;
  /* 1 */
  -moz-box-sizing: content-box;
  -webkit-box-sizing: content-box;
  /* 2 */
  box-sizing: content-box;
}

/**
 * Remove inner padding and search cancel button in Safari 5 and Chrome
 * on OS X.
 */
input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}

/**
 * Remove inner padding and border in Firefox 4+.
 */
button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0;
}

/**
 * 1. Remove default vertical scrollbar in IE 8/9.
 * 2. Improve readability and alignment in all browsers.
 */
textarea {
  overflow: auto;
  /* 1 */
  vertical-align: top;
  /* 2 */
}


/* ==========================================================================
   Tables
   ========================================================================== */
/**
 * Remove most spacing between table cells.
 */
table {
  border-collapse: collapse;
  border-spacing: 0;
}

.inner {
  /* width: 100%; */
  width: 100%;
  margin: 0 auto;
}

.inner>.thin {
  width: 850px;
  position: relative;
}

#right-contents-area.sidebar-category {
  position: absolute;
  top: 0;
  right: 0;
  z-index: 10;
}

@media only screen and (max-width: 669px) {
  main {
    overflow: hidden;
  }

  .inner {
    width: auto;
  }

  .inner>.thin {
    width: auto;
  }
}

.clearfix::after {
  content: "";
  display: block;
  clear: both;
}

/* 2016.03.08 update start */
.box {
  position: relative;
  /*  padding-bottom: 50px;*/
  padding-bottom: 80px;
}

.box.column2 {
  overflow: hidden;
}

.box.column2 .box-left,
.box.column2 .box-right {
  width: 49%;
}

.box.column2 .box-left.color,
.box.column2 .box-right.color {
  padding: 10px 20px;
}

.box.column2 .box-left {
  float: left;
  margin-right: 1%;
}

.box.column2 .box-right {
  float: right;
  margin-left: 1%;
}

@media only screen and (max-width: 669px) {
  .box {
    /*    padding-bottom: 35px;*/
    padding-bottom: 60px;
  }

  .box.column2 {
    margin: 0 10px;
  }

  .box.column2 .box-left,
  .box.column2 .box-right {
    width: 100%;
    margin-bottom: 10px;
  }

  .box.column2 .box-left.color,
  .box.column2 .box-right.color {
    padding: 10px;
  }

  .box.column2 .box-left {
    float: none;
    margin-right: 0;
  }

  .box.column2 .box-right {
    float: none;
    margin-left: 0;
  }
}

/* 2016.03.08 update end */

.text-box {
  line-height: 1.8;
  margin-bottom: 40px;
  overflow: hidden;
}

.text-box.bg-gray {
  padding: 25px 25px 10px 25px;
  background-color: #eee;
}

.text-box.border {
  border: 2px solid #888;
  padding: 25px 25px 10px 25px;
}

.text-box .center-title {
  font-size: 20px;
  font-size: 1.25rem;
  text-align: center;
  padding: 5px 0;
  margin-bottom: 20px;
  background-color: #eee;
}

.text-box p {
  font-size: 15px;
  font-size: 0.9375rem;
  margin-bottom: 20px;
}

.parts-comment p {
  font-size: 10px;
  font-size: 0.625rem;
}

.page-prize .parts-comment p {
  padding: 10px;
  background: #EEEEEE;
  margin-bottom: 0;
}

.page-ac-game .product-list-wrapper+.parts-comment {
  margin-bottom: 0;
}

.page-ac-game .product-list-wrapper+.parts-comment p {
  margin-bottom: 0;
}

.text-box .large {
  font-size: 21px;
  font-size: 1.3125rem;
}

.text-box .caption {
  font-size: 13px;
  font-size: 0.8125rem;
}

.text-box .text-right {
  text-align: right;
}

.text-box .text-center {
  text-align: center;
}

.text-box dl {
  padding: 0;
  margin: 0 0 20px 0;
}

.text-box dl dd {
  margin-left: 1.6em;
}

.text-box .note {
  padding: 0;
  margin: 0 0 20px 0;
}

.text-box .note li {
  position: relative;
  list-style: none;
  padding: 0 0 0 1.6em;
}

.text-box .note li span {
  position: absolute;
  left: 0;
  top: 0;
}

.post-type-archive-liveprogram .box.inner>.text-box {
  margin-bottom: 0;
}

.post-type-archive-liveprogram .box.inner>.text-box>p {
  margin-bottom: 0;
}

.page-prize .text-box.parts-comment {
  margin-bottom: 0;
}

@media only screen and (max-width: 669px) {
  .text-box {
    font-size: 12px;
    font-size: 0.75rem;
    line-height: 1.6;
    margin: 0 10px 20px;
    overflow: inherit;
  }

  .page-contact {
    font-size: 12px;
    font-size: 0.75rem;
    line-height: 1.6;
    /*  margin: 0 10px 5px;*/
    overflow: inherit;
  }

  .text-box.bg-gray {
    padding: 15px 15px 5px 15px;
    margin: 0 0 20px;
  }

  .text-box.border {
    padding: 15px 15px 5px 15px;
  }

  .text-box .center-title {
    font-size: 14px;
    font-size: 0.875rem;
    padding: 5px 10px;
    margin: 0 -10px 20px;
  }

  .text-box img {
    width: auto;
  }

  .single-enquete .text-box img {
    width: 100%;
  }

  .text-box p {
    font-size: 12px;
    font-size: 0.75rem;
    margin-bottom: 20px;
  }

  .text-box .large {
    font-size: 14px;
    font-size: 0.875rem;
  }

  .text-box .caption {
    font-size: 11px;
    font-size: 0.6875rem;
  }

  .text-box .text-right {
    text-align: right;
  }

  .text-box .text-center {
    text-align: center;
  }

  .text-box dl {
    padding: 0;
    margin: 0 0 20px 0;
  }

  .text-box dl dd {
    margin-left: 1.6em;
  }

  .text-box .note {
    padding: 0;
    margin: 0 0 20px 0;
  }

  .text-box .note li {
    position: relative;
    list-style: none;
    padding: 0 0 0 1.6em;
  }

  .text-box .note li span {
    position: absolute;
    left: 0;
    top: 0;
  }

  .page-prize .text-box.parts-comment {
    margin: 20px 4px 0;
  }

  .page-prize .text-box.parts-comment p {
    font-size: 0.625rem;
  }
}

/* 2016.03.08 update start */
/* リストのスタイル .text-list */
.supplemental-list {
  list-style: none;
  padding: 0 0 1.5em;
  margin: 0 0;
}

.supplemental-list li {
  position: relative;
  font-size: 12px;
  font-size: 0.75rem;
  padding-left: 1.5em;
  margin: 0 0 .25em 0;
}

.supplemental-list li i {
  position: absolute;
  top: 0;
  left: 0;
}

.supplemental-list.disk {
  list-style: none;
}

.supplemental-list.disk li:before {
  position: absolute;
  top: 0;
  left: 0;
  content: "●";
}

@media only screen and (max-width: 669px) {
  .supplemental-list {
    margin: 0 10px;
    padding-left: 0;
    margin-right: 0;
    margin-left: 0;
  }
}

/*2016.03.08 update end*/
/* 2016.03.08 update start */
/* コラム等入れられる枠のスタイル .column-box */
.column-box {
  padding: 1.4em 28px .1em;
  margin-bottom: 4em;
  background-color: #a9e2ff;
}

/*
.genre-sp-game .column-box {
  background-color: #d0d7e7;
}

.genre-pc-game .column-box {
  background-color: #cfe6e6;
}

.genre-ac-game .column-box {
  background-color: #f6e3df;
}

.genre-amusement .column-box {
  background-color: #f7eae0;
}

.genre-goods .column-box {
  background-color: #f6e3ee;
}

.genre-prize .column-box {
  background-color: #DD3E6F;
}
.genre-toy .column-box {
  background-color: #17C261;
}
.genre-anime .column-box {
  background-color: #E9B730;
}
.genre-darts .column-box {
  background-color: #743E5F;
}
*/


@media only screen and (max-width: 669px) {
  .column-box {
    padding: 1em 10px .1em;
    margin: 0 10px 2em;
  }
}

/* 2016.03.08 update end */
/* 2016.03.08 update start */
/* youtube動画枠のスタイル .movie-box */
.movie-box {
  margin-bottom: 3em;
}

.movie-box h3,
.movie-box h4 {
  margin-bottom: .5em;
}

.movie-box .video {
  text-align: center;
  margin-bottom: .5em;
}

.movie-box .caption {
  font-size: 13px;
  font-size: 0.8125rem;
  text-align: center;
}

@media only screen and (max-width: 669px) {
  .movie-box {
    margin: 0 10px 2em;
  }

  .movie-box .caption {
    font-size: 11px;
    font-size: 0.6875rem;
  }
}

/* 2016.03.08 update end */
/* 2016.03.07 merge start */
/* 2016.03.18 THREE DELETE START */
/*
.parts-comment p {
  font-size: 12px;
  font-size: 0.75rem;
}
*/
/* 2016.03.18 THREE DELETE END */
/* 2016.03.07 merge end */
/* 2016.03.07 merge start */
/* 2016.03.18 THREE DELETE START */
/*
.page-contact h3 {
  background: #aaa;
  text-align: center;
  font-size: 19px;
  font-size: 1.1875rem;
  color: #ffffff;
  margin: 0 0 5px;
}

.page-contact h3.genre-sp-game {
  background: #3361c4;
}
.page-contact h3.genre-pc-game {
  background: #158d8d;
}
.page-contact h3.genre-ac-game {
  background: #d6563d;
}
.page-contact h3.genre-amusement {
  background: #e57e29;
}
.page-contact h3.genre-goods {
  background: #743e5f;
}
.page-contact h3.genre-prize {
  background: #DD3E6F;
}
.page-contact h3.genre-toy {
  background: #17C261;
}
.page-contact h3.genre-anime {
  background: #E9B730;
}
.page-contact h3.genre-darts {
  background: #743E5F;
}
.page-contact dl {
  border: 2px solid #ccc;
  margin: 3px 0;
}
*/
/* 2016.03.18 THREE DELETE END */
.page-contact dl dt {
  clear: left;
  float: left;
  width: 20em;
  padding: 5px 0.5em;
  border-right: 1px dotted #727272;
}

.page-contact dl dd {
  margin-left: 0;
  padding: 5px 0.5em 5px 21em;
}

.page-contact dl dd a {
  color: #3361c4;
}

/* 2016.03.18 THREE DELETE START */
/*
@media only screen and (max-width: 669px) {
  .page-contact {
    font-size: 12px;
    font-size: 0.75rem;
    line-height: 1.6;
    margin: 0 10px 5px;
    overflow: inherit;
  }
}
*/
/* 2016.03.18 THREE DELETE END */
/* 2016.03.07 merge end */
/* 2016.03.07 merge start */
.page-contact-list {
  list-style: none;
  padding: 0;
}

.page-contact-list .link-bar {
  height: 70px;
  vertical-align: middle;
  padding: 10px;
}

.page-contact-list .link-bar a {
  display: table-cell;
  height: 100%;
  vertical-align: middle;
}

.page-contact-list .page-contact-list-title {
  display: block;
  font-size: 17px;
  font-size: 1.0625rem;
}

.page-contact-list .page-contact-list-texts {
  display: block;
}

.page-contact-list .page-contact-list-block {
  float: left;
  display: block;
  width: 10px;
  height: 100%;
  margin: 10px 15px 10px 0;
  background: #aaa;
}

/* 2016.03.07 merge end */
/* 2016.03.07 merge start */
.page-contact-attention {
  border: 2px solid #ccc;
}

.page-contact-attention h3 {
  background: #eee;
  text-align: center;
  font-size: 19px;
  font-size: 1.1875rem;
  color: #ff0000;
  margin: 0;
}

/* 2016.03.07 merge end */
/* 2016.03.07 merge start */
.page-contact-attention-title {
  margin: 15px 15px 5px 15px;
  font-size: 17px;
  font-size: 1.0625rem;
}

/* 2016.03.07 merge end */
/* 2016.03.07 merge start */
.page-contact-attention-text {
  margin: 0 15px 15px 15px;
}

.page-contact-attention-text a {
  color: #0000ff;
}

/* 2016.03.07 merge end */
/* 2016.03.07 merge start */
/* 2016.03.18 THREE DELETE START */
/*
@media only screen and (max-width: 669px) {
  .single-enquete .text-box img {
    width: 100%;
  }
}
*/
/* 2016.03.18 THREE DELETE END */
/* 2016.03.07 merge end */
.topics-list {
  margin: 0 0 0 5px;
}

.topics-list ul {
  width: 1071px;
  padding: 0;
  margin: 0 auto;
  overflow: hidden;
}

.topics-list ul li {
  list-style: none;
  float: left;
  width: 352px;
  padding: 0;
  margin: 0 5px 50px 0;
  /*  background-color: #000;*/
}

.topics-list ul li .image {
  width: 352px;
  height: 250px;
  overflow: hidden;
}

.topics-list ul li .image img {
  width: 100%;
  vertical-align: bottom;
}

.topics-list ul li .genre-date {
  display: table;
  width: 100%;
  height: 30px;
}

.topics-list ul li .genre-date .genre,
.topics-list ul li .genre-date .date {
  display: table-cell;
  color: #fff;
  line-height: 1;
  vertical-align: middle;
}

.topics-list ul li .genre-date .genre {
  font-size: 15px;
  font-size: 0.9375rem;
  text-align: center;
  width: 60%;
}

.topics-list ul li .genre-date .date {
  font-size: 13px;
  font-size: 0.8125rem;
  text-align: right;
  padding-right: 22px;
  background-color: #484848;
}

.topics-list ul li .text {
  position: relative;
  color: #f0f0f0;
  padding: 12px 22px 52px;
}

.topics-list ul li .text p {
  margin-bottom: 0.6em;
}

.topics-list ul li .text .title {
  text-align: justify;
  word-break: break-all;
}

.topics-list ul li .text .title strong {
  /*  font-weight: normal;*/
}

.topics-list ul li .text .description {
  font-size: 11px;
  font-size: 0.6875rem;
  line-height: 1.4;
}

.topics-list ul li .text .more {
  position: absolute;
  bottom: 19px;
  left: 0;
  width: 308px;
  margin: 0 22px;
}

/* 2016.03.23 THREE Delete start */
/*
ul.topics-attention-list  {
list-style-type: none;
}
*/
/* 2016.03.23 THREE Delete end */
@media only screen and (max-width: 669px) {
  .topics-list {
    margin: 0 4px;
  }

  .topics-list ul {
    width: auto;
    overflow: hidden;
  }

  .topics-list ul li {
    float: left;
    width: 50%;
    padding: 0 4px;
    margin: 0 0 50px 0;
    background-color: #fff;
  }

  .topics-list ul li .image {
    width: auto;
    height: auto;
  }

  .topics-list ul li .genre-date {
    display: block;
    height: auto;
  }

  .topics-list ul li .genre-date .genre,
  .topics-list ul li .genre-date .date {
    display: block;
  }

  .topics-list ul li .genre-date .genre {
    font-size: 10px;
    font-size: 0.625rem;
    font-weight: normal;
    text-align: center;
    width: 100%;
    padding: 5px 0;
    margin-bottom: 3px;
  }

  .topics-list ul li .genre-date .date {
    display: inline-block;
    -moz-border-radius: 20px;
    -webkit-border-radius: 20px;
    border-radius: 20px;
    font-size: 10px;
    font-size: 0.625rem;
    text-align: left;
    line-height: 1.5;
    padding: 2px 10px;
  }

  .topics-list ul li .text {
    color: #333;
    padding: 2px 0 3px;
  }

  .topics-list ul li .text p.title {
    font-size: 12px;
    font-size: 0.75rem;
    margin-bottom: 0.2em;
  }

  .topics-list ul li .text .description {
    display: none;
  }

  .topics-list ul li .text .more {
    display: none;
  }

  .topics-list ul li .link-official a {
    font-size: 12px;
    font-size: 0.75rem;
    padding: 8px 10px;
  }

  .topics-list ul li .link-official a:before {
    right: 10px;
  }
}

.featured-item {
  margin: 0 0 40px 0;
  padding: 32px 40px 0;
  background-color: #eee;
}

.featured-item .visual {
  text-align: center;
  padding-bottom: 30px;
}

.featured-item .title {
  margin-bottom: 2px;
  overflow: hidden;
}

.featured-item .title .main-name {
  display: inline-block;
  font-size: 20px;
  font-size: 1.25rem;
  margin: 0 20px 0 0;
  vertical-align: middle;
}

.featured-item h3 {
  border-bottom: 1px dotted #666;
  font-size: 24px;
  font-size: 1.5rem;
  padding-top: 20px;
  padding-bottom: 20px;
  margin: 0 0 10px 0;
}

.featured-item .description {
  font-size: 15px;
  font-size: 0.9375rem;
  margin-bottom: 30px;
}

.featured-item .links {
  padding: 0 0 38px 0;
  margin: 0;
  overflow: hidden;
}

.featured-item .links li {
  list-style: none;
  float: left;
  margin-right: 15px;
}

.featured-item .links li a {
  min-width: 225px;
  padding-top: 5px;
  padding-bottom: 5px;
}

@media only screen and (max-width: 669px) {
  .featured-item {
    margin: 0 0 40px 0;
    padding: 10px 0 0;
    background-color: #eee;
  }

  .featured-item .visual {
    text-align: center;
    padding-bottom: 10px;
  }

  .featured-item .visual img {
    width: 100%;
  }

  .featured-item .title {
    margin: 0 10px 10px 10px;
    overflow: hidden;
  }

  .featured-item .title p {
    float: left;
    font-size: 14px;
    font-size: 0.875rem;
    margin: 0 10px 0 0;
  }

  .featured-item .title .category-list li {
    /*2017/12/12 s*/
    /*padding: 3px 5px 2px;*/
    padding: 2px 5px 2px;
    /*2017/12/12 e*/
    line-height: 1.2;
  }

  /*2017/12/12 s*/
  .featured-item .title .category-list li.catlink {
    padding: 0;
    line-height: 1.2;
  }

  /*2017/12/12 e*/
  .featured-item h3 {
    border: 0;
    font-size: 15px;
    font-size: 0.9375rem;
    line-height: 1.3;
    padding: 0 0 5px 50px;
    margin: 0 10px 10px 10px;
  }

  .featured-item .description {
    display: none;
  }

  .featured-item .links {
    padding: 0 0 18px 0;
    margin: 0 5px;
    overflow: hidden;
  }

  .featured-item .links li {
    list-style: none;
    float: left;
    width: 50%;
    padding: 0 5px;
    margin: 0;
  }

  .featured-item .links li a {
    font-size: 12px;
    font-size: 0.75rem;
    min-width: inherit;
    padding: 8px 10px;
  }

  .featured-item .links li a:before {
    right: 10px;
  }
}

.featured-item-s {
  padding: 0;
  margin: 0;
  overflow: hidden;
}

.featured-item-s li {
  list-style: none;
  float: left;
  /*  border-bottom: 1px solid #666;*/
  width: 580px;
  margin-bottom: 40px;
}

.featured-item-s li:nth-child(2n+0) {
  float: right;
}

.featured-item-s li .content {
  margin-bottom: 18px;
}

.featured-item-s li .visual {
  margin-bottom: 10px;
}

.featured-item-s li .title {
  margin-bottom: 10px;
  overflow: hidden;
}

.featured-item-s li .title .main-name {
  display: inline-block;
  font-size: 20px;
  font-size: 1.25rem;
  margin: 0 30px 0 0;
  vertical-align: middle;
}

.featured-item-s li .title .category-list li {
  border: none;
  /*2017/12/12 s*/
  /*padding: 3px 5px 2px;*/
  padding: 2px 5px 2px;
  /*2017/12/12 e*/
  line-height: 1.2;
  float: left;
}

/*2017/12/12 s*/
.featured-item-s li .title .category-list li.catlink {
  border: none;
  padding: 0;
  line-height: 1.2;
  float: left;
}

/*2017/12/12 e*/
.featured-item-s li .description {
  font-size: 21px;
  font-size: 1.3125rem;
  font-weight: bold;
  line-height: 1.4;
  min-height: 60px;
  margin: 0 10px;
}

.featured-item-s li .description:before {
  top: 0;
  margin-top: 0;
}

.featured-item-s li .links {
  padding: 0 0 13px 0;
  margin: 0;
  overflow: hidden;
}

.featured-item-s li .links li {
  list-style: none;
  float: left;
  border: none;
  width: auto;
  margin: 0 15px 0 0;
}

.featured-item-s li .links li a {
  min-width: 225px;
  max-width: 225px;
  padding-top: 5px;
  padding-bottom: 5px;
}

@media only screen and (max-width: 669px) {
  .featured-item-s {
    margin-bottom: 30px;
  }

  .featured-item-s li {
    float: none;
    border-bottom: none;
    width: auto;
    margin-bottom: 20px;
  }

  .featured-item-s li:nth-child(2n+0) {
    float: none;
  }

  .featured-item-s li .content {
    margin-bottom: 18px;
  }

  .featured-item-s li .visual {
    margin-bottom: 5px;
  }

  .featured-item-s li .title {
    margin: 0 10px 13px 10px;
    overflow: hidden;
  }

  .featured-item-s li .title p {
    font-size: 14px;
    font-size: 0.875rem;
    margin: 0 10px 0 0;
  }

  .featured-item-s li .title .category-list li {
    float: left;
  }

  .featured-item-s li .description {
    font-size: 12.5px;
    font-size: 0.78125rem;
    font-weight: bold;
  }

  .featured-item-s li .links {
    /*    display: none;*/
    width: 100%;
  }

  .featured-item-s li .links .link-official {
    width: 100%;
  }

  .featured-item-s li .links .link-official a {
    display: block;
    max-width: 90%;
    width: 90%;
    margin: 0 auto;
  }

  /* THREE 2016/03/10 Start */
  .featured-item-s li .links li {
    width: 100%;
    margin-bottom: 10px;
  }

  .featured-item-s li .links li a {
    display: block;
    max-width: 90%;
    width: 90%;
    margin: 0 auto;
  }

  /* THREE 2016/03/10 End   */
}

.special-introduction {
  margin: 0;
}

.special-introduction+.special-introduction {
  margin-top: 40px;
}

.special-introduction .top-image img {
  vertical-align: bottom;
}

.special-introduction .content {
  margin: 0;
  padding: 25px 40px 20px 40px;
  background-color: #eee;
  overflow: hidden;
}

.special-introduction .content .image {
  float: right;
}

.special-introduction .content .text {
  float: left;
  width: 680px;
  margin-right: 30px;
}

.special-introduction .content .text .date {
  color: #fff;
  font-size: 24px;
  font-size: 1.5rem;
  padding: 6px 20px;
  margin-bottom: 15px;
  background-color: #cc0000;
}

.special-introduction .content .text .main-name {
  border-bottom: 1px dotted #666;
  font-size: 22px;
  font-size: 1.375rem;
  font-weight: bold;
  line-height: 1.2;
  padding: 0 0 8px 0;
  margin: 0 0 15px 0;
}

.special-introduction .content .text .heading {
  font-size: 18px;
  font-size: 1.125rem;
  margin: 0 0 10px 0;
}

.special-introduction .content .text .product-name {
  font-size: 18px;
  font-size: 1.125rem;
  margin-bottom: 10px;
}

.special-introduction .content .text .description {
  font-size: 15px;
  font-size: 0.9375rem;
}

.special-introduction .content .text .live-link {
  margin-bottom: 15px;
}

.special-introduction .content .text .live-link a {
  min-width: 225px;
  max-width: 225px;
  padding-top: 5px;
  padding-bottom: 5px;
}

.special-introduction .content .text .links {
  padding: 0 0 15px 0;
  margin: 0;
  overflow: hidden;
}

.special-introduction .content .text .links li {
  list-style: none;
  float: left;
  width: auto;
  margin: 0 15px 0 0;
}

.special-introduction .content .text .links li a {
  min-width: 225px;
  max-width: 225px;
  padding-top: 5px;
  padding-bottom: 5px;
  line-height: 1.4;
}

@media only screen and (max-width: 669px) {
  .special-introduction {
    margin: 0;
  }

  .special-introduction .content {
    margin: 0 0 20px 0;
    padding: 20px 20px 10px 20px;
  }

  .special-introduction .content .image {
    float: none;
    margin-bottom: 10px;
  }

  .special-introduction .content .image img {
    -moz-border-radius: 10px;
    -webkit-border-radius: 10px;
    border-radius: 10px;
  }

  .special-introduction .content .text {
    float: none;
    width: auto;
    margin-right: 0;
  }

  .special-introduction .content .text .date {
    font-size: 16px;
    font-size: 1rem;
    padding: 5px 10px;
    margin-bottom: 10px;
  }

  .special-introduction .content .text .main-name {
    border-bottom: 1px dotted #666;
    font-size: 15px;
    font-size: 0.9375rem;
    line-height: 1.2;
    padding: 0 0 8px 0;
    margin: 0 0 12px 0;
  }

  .special-introduction .content .text .heading {
    font-size: 15px;
    font-size: 0.9375rem;
    margin: 0 0 10px 0;
  }

  .special-introduction .content .text .product-name {
    font-size: 18px;
    font-size: 1.125rem;
    margin-bottom: 10px;
  }

  .special-introduction .content .text .description {
    display: none;
  }

  .special-introduction .content .text .live-link {
    margin-bottom: 10px;
  }

  .special-introduction .content .text .live-link a {
    font-size: 14px;
    font-size: 0.875rem;
    min-width: inherit;
    max-width: inherit;
    padding: 7px 10px;
  }

  .special-introduction .content .text .live-link a:before {
    right: 10px;
  }

  .special-introduction .content .text .links {
    padding: 0 0 10px 0;
    margin: 0;
  }

  .special-introduction .content .text .links li {
    float: none;
    list-style: none;
    width: auto;
    margin: 0 0 10px 0;
  }

  .special-introduction .content .text .links li a {
    font-size: 14px;
    font-size: 0.875rem;
    min-width: inherit;
    max-width: inherit;
    padding: 7px 10px;
  }

  .special-introduction .content .text .links li a:before {
    right: 10px;
  }
}

.product-list ul {
  padding: 0;
  margin: 0;
  overflow: hidden;
}

@media only screen and (min-width: 670px) {
  .search-sidebar .product-list>ul {
    width: 850px;
  }
}

.product-list ul li {
  list-style: none;
  float: left;
  color: #333;
  width: 250px;
  margin: 0 0 40px;
}

.product-list ul li a:hover {
  opacity: 0.7;
  filter: alpha(opacity=70);
  -webkit-transition: 0.2s ease-out;
  -moz-transition: 0.2s ease-out;
  -ms-transition: 0.2s ease-out;
  -o-transition: 0.2s ease-out;
  transition: 0.2s ease-out;
}

.product-list.movie-list>ul>li a {
  color: #3361C4;
}

@media only screen and (min-width: 670px) {
  .product-list>ul>li {
    margin: 0 66px 40px 0;
  }

  .product-list>ul>li:nth-child(4n) {
    margin: 0 0 40px;
  }

  .thin>.product-list>ul>li {
    width: 270px;
    margin: 0 0 20px 0;
  }

  .thin>.product-list ul li .visual img {
    width: 100%;
  }

  .thin>.product-list>ul>li:nth-child(3n-1) {
    margin: 0 20px 20px;
  }

  .page-toy .thin>.product-list>ul>li {
    margin-top: 20px;
    margin-bottom: 0;
  }

  .page-toy .thin>.product-list>ul>li:nth-child(1) {
    margin-top: 0;
  }

  .page-toy .thin>.product-list>ul>li:nth-child(2) {
    margin-top: 0;
  }

  .page-toy .thin>.product-list>ul>li:nth-child(3) {
    margin-top: 0;
  }

  .product-list.product-list-type1>ul>li>.wrap div,
  .product-list.product-list-type2>ul>li>.wrap div,
  .product-list.product-list-type3>ul>li>.wrap div,
  .product-list.product-list-type4>ul>li>.wrap div,
  .product-list.product-list-type5>ul>li>.wrap div,
  .product-list.product-list-type6>ul>li>.wrap div,
  .product-list.product-list-type7>ul>li>.wrap div,
  .product-list.product-list-type8>ul>li>.wrap div,
  .product-list.product-list-type9>ul>li>.wrap div,
  .product-list.product-list-type1>ul>li>.wrap dl,
  .product-list.product-list-type2>ul>li>.wrap dl,
  .product-list.product-list-type3>ul>li>.wrap dl,
  .product-list.product-list-type4>ul>li>.wrap dl,
  .product-list.product-list-type5>ul>li>.wrap dl,
  .product-list.product-list-type6>ul>li>.wrap dl,
  .product-list.product-list-type7>ul>li>.wrap dl,
  .product-list.product-list-type8>ul>li>.wrap dl,
  .product-list.product-list-type9>ul>li>.wrap dl,
  .product-list.product-list-type1>ul>li>.wrap p,
  .product-list.product-list-type2>ul>li>.wrap p,
  .product-list.product-list-type3>ul>li>.wrap p,
  .product-list.product-list-type4>ul>li>.wrap p,
  .product-list.product-list-type5>ul>li>.wrap p,
  .product-list.product-list-type6>ul>li>.wrap p,
  .product-list.product-list-type7>ul>li>.wrap p,
  .product-list.product-list-type8>ul>li>.wrap p,
  .product-list.product-list-type9>ul>li>.wrap p {
    font-size: 14px;
    font-size: 0.875rem;
  }

  .product-list.product-list-type1>ul>li>.wrap .title,
  .product-list.product-list-type2>ul>li>.wrap .title,
  .product-list.product-list-type3>ul>li>.wrap .title,
  .product-list.product-list-type4>ul>li>.wrap .title,
  .product-list.product-list-type5>ul>li>.wrap .title,
  .product-list.product-list-type6>ul>li>.wrap .title,
  .product-list.product-list-type7>ul>li>.wrap .title,
  .product-list.product-list-type8>ul>li>.wrap .title,
  .product-list.product-list-type9>ul>li>.wrap .title {
    font-size: 16px;
    font-size: 1.0rem;
  }

  .thin>.product-list.movie-list>ul>li {
    width: 410px;
    margin: 20px 0 0 0;
  }

  .thin>.product-list.movie-list>ul>li:nth-child(2n) {
    margin-left: 30px;
    margin-right: 0;
  }

  .thin>.product-list.movie-list>ul>li:nth-child(1) {
    margin-top: 0;
  }

  .thin>.product-list.movie-list>ul>li:nth-child(2) {
    margin-top: 0;
  }

  .product-list.movie-list>ul>li a {
    font-size: 12px;
    font-size: 0.75rem;
  }

  .product-list.movie-list>ul>li .movie_name {
    font-size: 16px;
    font-size: 1.0rem;
  }

  .product-list.product-list-type1>ul>li {
    width: 100%;
    margin: 0;
  }

  .product-list.product-list-type1>ul>li>div.visual {
    float: left;
    width: 590px;
  }

  .thin>.product-list-type1>ul>li>div.visual {
    width: 500px;
  }

  .product-list.product-list-type1>ul>li>div.wrap {
    float: left;
    margin-left: 20px;
    width: 590px;
  }

  .thin>.product-list.product-list-type1>ul>li>div.wrap {
    width: 330px;
  }

  .product-list.product-list-type1>ul>li>div.wrap .info-area .title {
    float: left;
  }

  .product-list.product-list-type1>ul>li>div.wrap .info-area .category-list {
    float: left;
    margin-left: 10px;
  }

  .product-list.product-list-type1>ul>li>div.wrap>.links {
    border: 0;
    display: table;
  }


  .product-list.product-list-type1>ul>li>div.wrap>.links a,
  .product-list.product-list-type1>ul>li>div.wrap>.links a:hover {
    color: #fff;
    font-size: 14px;
    font-size: 0.875rem;
    width: 250px;
    padding: 6px 16px;
    /*  background-color: #0078FF;*/
    border-radius: 20px 20px 20px 20px;
  }

  .product-list.product-list-type1>ul>li>div.wrap>.links a:before,
  .product-list.product-list-type1>ul>li>div.wrap>.links a:hover:before {
    color: #fff;
    font-size: 14px;
    font-size: 0.875rem;
    margin-top: -8px;
    content: "a";
    width: 16px;
    height: 16px;
    opacity: 1;
  }

  .product-list.product-list-type1-complex .visual {
    width: 620px;
  }

  .product-list.product-list-type1-complex .wrap {
    width: 580px;
    padding: 15px 15px 0;
  }

  .product-list.product-list-type1-complex .wrap img {
    margin: 10px auto;
  }

  .product-list.product-list-type1-complex .wrap .text {
    padding-bottom: 0;
    margin-bottom: 0;
  }

  .product-list.product-list-type1-complex .wrap .text p:last-child {
    padding-bottom: 0;
    margin-bottom: 0;
  }

  .thin>.product-list.product-list-type2>ul>li {
    width: 415px;
    margin: 0 0 0 0;
  }

  .thin>.product-list.product-list-type2>ul>li:nth-child(2n-1) {
    margin: 0 20px 0 0;
  }

  .thin>.product-list.product-list-type2>ul>li:nth-child(2)~li {
    margin-top: 20px;
  }

  .thin>.product-list.product-list-type2>ul>li>.wrap>.text {
    margin-bottom: 0;
    padding-bottom: 0;
  }

  .thin>.product-list.product-list-type2>ul>li>.wrap>.text>p {
    margin-bottom: 0;
    padding-bottom: 0;
  }

  .product-list.product-list-type3>ul>li {
    width: 380px;
    margin: 0 30px 0 0;
  }

  .product-list.product-list-type3>ul>li:nth-child(3n) {
    margin: 0 0 0;
  }

  .product-list.product-list-type3>ul>li:nth-child(3)~li {
    margin-top: 40px;
  }

  .product-list.product-list-type3>ul>li>.wrap>.text {
    margin-bottom: 0;
    padding-bottom: 0;
  }

  .product-list.product-list-type3>ul>li>.wrap>.text .description {
    margin-bottom: 0;
    padding-bottom: 0;
  }

  .thin>.product-list.product-list-type3>ul>li {
    width: 270px;
    margin: 0 20px 0 0;
  }

  .thin>.product-list.product-list-type3>ul>li:nth-child(3n) {
    margin: 0 0 0 0;
  }

  .thin>.product-list.product-list-type3>ul>li:nth-child(3)~li {
    margin-top: 20px;
  }

  .thin>.product-list.product-list-type3>ul>li>.wrap>.text {
    margin-bottom: 0;
    padding-bottom: 0;
  }

  .thin>.product-list.product-list-type3>ul>li>.wrap>.text .description {
    margin-bottom: 0;
    padding-bottom: 0;
  }

  .product-list-type4>ul>li {
    width: 285px;
    margin: 0 20px 0 0;
  }

  .product-list-type4>ul>li>.wrap>.text {
    margin-bottom: 0;
    padding-bottom: 0;
  }

  .product-list-type4>ul>li>.wrap>.text>.address {
    margin-bottom: 0;
    padding-bottom: 0;
  }

  .product-list-type4>ul>li:nth-child(4n) {
    margin: 0 0 0;
  }

  .product-list-type4>ul>li:nth-child(4)~li {
    margin-top: 40px;
  }


  .thin>.product-list-type4>ul>li:nth-child(odd) {
    width: 415px;
    margin: 0 10px 0 0;
  }

  .thin>.product-list-type4>ul>li:nth-child(even) {
    width: 415px;
    margin: 0 0 0 10px;
  }

  .thin>.product-list.product-list-type4>ul>li:nth-child(2)~li {
    margin-top: 20px;
  }

  .thin>.product-list-type5>ul>li:nth-child(1) {
    width: 415px;
    margin: 0 10px 0 0;
  }

  .thin>.product-list-type5>ul>li:nth-child(2) {
    width: 415px;
    margin: 0 0 0 10px;
  }

  .thin>.product-list-type5>ul>li:nth-child(3) {
    margin: 20px 20px 0 0;
  }

  .thin>.product-list-type5>ul>li:nth-child(4) {
    margin: 20px 0 0 0;
  }

  .thin>.product-list-type5>ul>li:nth-child(5) {
    margin: 20px 0 0 20px;
  }

  .product-list-type5>ul>li>.wrap>.text {
    margin-bottom: 0;
    padding-bottom: 0;
  }

  .product-list-type5>ul>li>.wrap>.text>.address {
    margin-bottom: 0;
    padding-bottom: 0;
  }

  .product-list-type8>ul>li {
    width: 285px;
    margin: 0 20px 0 0;
  }

  .product-list-type8>ul>li:nth-child(4n) {
    margin: 0 0 0;
  }

  .product-list-type8>ul>li:nth-child(4)~li {
    margin-top: 40px;
  }

  .product-list.product-list-type8>ul>li>.wrap>.text {
    margin-bottom: 0;
    padding-bottom: 0;
  }

  .product-list.product-list-type8>ul>li>.wrap>.text .description {
    margin-bottom: 0;
    padding-bottom: 0;
  }


  .search-sidebar>.product-list>ul>li {
    margin: 0 0 40px;
  }

  .search-sidebar>.product-list>ul>li:nth-child(3n-1) {
    margin: 0 50px 40px;
  }
}

.product-list ul li.genre-goods {
  height: 300px;
  overflow: hidden;
}


.product-list ul li .visual img {
  vertical-align: bottom;
  width: 100%;
}

.product-list ul li .wrap {
  background-color: #fff;
}

.product-list ul li .info-area {
  position: relative;
  background-color: #fff;
  overflow: hidden;
}

.product-list ul li .category-list li {
  width: auto;
  margin: 1px 5px 0 0;
  padding: 3px 5px 2px;
  line-height: 1.2;
  color: #fff;
}

.product-list ul li .info-area .icon-cero {
  position: absolute;
  top: 0;
  right: 0;
}

.product-list ul li .text {
  padding: 10px 0 5px;
  margin-bottom: 5px;
  overflow: hidden;
}

.product-list.movie-list ul li .text {
  padding: 3px 0 0;
  margin-bottom: 0;
}

.product-list ul li .text .title {
  line-height: 1.3;
  margin-bottom: 8px;
}

.product-list.movie-list ul li .text .title {
  margin-bottom: 4px;
}

.product-list ul li .text dl {
  font-size: 11px;
  font-size: 0.6875rem;
  line-height: 1.4;
  margin: 0;
  overflow: hidden;
}

.product-list ul li.genre-prize .text {
  padding-top: 5px;
}

.product-list ul li.genre-prize .text dl {
  background: #A9E2FF;
  padding: 4px;
  margin-bottom: 4px;
  font-size: 13px;
  font-size: 0.825rem;
}

.product-list ul li .text dl dt {
  position: relative;
  clear: both;
  float: left;
  width: 6.5em;
}

.product-list ul li .text dl dd {
  margin-left: 6.5em;
}

.product-list ul li .text .address {
  font-size: 11px;
  font-size: 0.6875rem;
  line-height: 1.4;
  margin-bottom: 8px;
}

.product-list ul li .text .description {
  font-size: 11px;
  font-size: 0.6875rem;
  line-height: 1.4;
  margin-bottom: 8px;
}

.product-list ul li .link-btn {
  min-height: 0px;
  margin: 0 0 5px;
  float: left;
}

.product-list ul li .link-btn a {
  font-size: 11px;
  font-size: 0.6875rem;
  padding: 4px 0 4px 10px;
  -moz-border-radius: 0;
  -webkit-border-radius: 0;
  border-radius: 0;
  text-align: left;
}

@media only screen and (min-width: 670px) {
  .product-list ul li .link-btn:nth-child(2n) {
    margin-right: 10px;
  }
}

.product-list ul li .link-btn a:before {
  color: #fff;
  font-size: 16px;
  font-size: 1.0rem;
  margin-top: -8px;
  opacity: 0.5;
  filter: alpha(opacity=20);
  right: 5px;
}

.product-list ul li .ios a {
  background-color: #19b8e2;
}

.product-list ul li .android a {
  background-color: #6e9f2f;
}

.product-list ul li .download-free a {
  background-color: #b60606;
}

.product-list ul li .download-buy a {
  background-color: #004e74;
}

.product-list ul li .download-ps a {
  background-color: #09225c;
}

.product-list ul li .download-switch a {
  background-color: #dc0000;
}

.product-list ul li .download-pc a {
  background-color: #4d4d4d;
}

.product-list ul li .download-xbox a {
  background-color: #287c00;
}

.product-list ul li .ios a:hover {
  background-color: #35e0ff;
}

.product-list ul li .android a:hover {
  background-color: #6bcb51;
}

.product-list ul li .download-free a:hover {
  background-color: #d30f0f;
}

.product-list ul li .download-buy a:hover {
  background-color: #006291;
}

.product-list ul li .links {
  display: table;
  width: 100%;
  border-top: 1px solid #e5e5e5;
  padding-top: 5px;
}

.product-list ul li .links div {
  display: inline-block;
  margin: 0;
}

@media only screen and (min-width: 670px) {
  .product-list ul li .links div {
    width: 120px;
  }

  .product-list ul li .links>div:only-child {
    width: 100%;
  }

  .product-list ul li .link-btn a {
    width: 120px;
  }

  .product-list ul li.genre-goods .links div,
  .product-list ul li.genre-prize .links div,
  .product-list ul li.genre-toy .links div,
  .product-list ul li.genre-anime .links div,
  .product-list ul li.genre-darts .links div {
    width: auto;
  }

  .product-list ul li.genre-amusement .links div {
    width: auto;
  }

  .product-list ul li.genre-amusement .info-area {
    padding-top: 5px;
  }


  .product-list ul li .links div+div {
    margin-left: 6px;
    float: right;
  }
}

.product-list ul li .links div a {
  display: block;
  font-size: 12px;
  font-size: 0.75rem;
  padding: 10px 30px 10px 10px;
}

.product-list ul li .links div a:before {
  right: 10px;
}

@media only screen and (max-width: 669px) {
  .product-list.product-list-type1-complex .wrap .text img {
    width: 50%;
    margin: 10px auto;
  }

  .product-list-wrapper #right-contents-area {
    display: none;
  }

  .product-list ul li.genre-prize .text dl {
    font-size: 11px;
    font-size: 0.687rem;
  }

  .product-list ul li .links div {
    display: table-cell;
    width: 49%;
  }

  .product-list ul li .links div:nth-child(odd) {
    padding-right: 1%;
  }

  .product-list ul {
    margin: 0;
  }

  .product-list ul li {
    float: left;
    width: 50%;
    padding: 0 4px;
    margin: 0;
  }

  .product-list>ul>li:nth-child(2)~li {
    margin-top: 20px;
  }

  .product-list ul li .info-area {
    padding: 5px 0 5px 5px;
  }

  .product-list ul li.genre-prize .info-area {
    padding: 5px 0 0;
  }

  .product-list ul li.genre-toy .info-area {
    display: none;
  }

  .product-list ul li.genre-darts .info-area {
    display: none;
  }

  .product-list ul li.genre-amusement .info-area {
    padding: 5px 0 0;
  }

  .product-list.product-list-type1>ul>li>div.wrap>.links {
    border: 0;
    display: table;
  }

  /* オービィ*/
  .page-id-56118 .product-list ul li .info-area {
    display: none;
  }

  .product-list ul li .info-area .category-list li {
    width: auto;
    margin: 0 5px 2px 0;
  }

  .product-list ul li .text {
    padding: 10px 0 5px;
    text-align: justify;
    word-break: break-all;
  }

  .product-list ul li.genre-prize .text {
    padding-bottom: 0;
    margin-bottom: 0;
  }

  .product-list ul li.genre-darts .text {
    padding-bottom: 0;
    margin-bottom: 0;
  }

  .product-list ul li.genre-darts .text .description {
    padding-bottom: 0;
    margin-bottom: 0;
  }

  .product-list ul li.genre-amusement .text {
    padding-top: 5px;
    padding-bottom: 0;
    margin-bottom: 0;
  }

  .product-list ul li.genre-amusement .text .description {
    padding-bottom: 0;
    margin-bottom: 0;
  }

  .product-list ul li.genre-amusement .text .address {
    padding-bottom: 0;
    margin-bottom: 0;
  }

  /* オービィ*/
  .page-id-56118 .box.inner>h3 {
    padding: 0 4px;
  }

  .page-id-56118 .box.inner>p {
    padding: 0 4px;
  }

  .page-id-56118 .product-list ul li .info-area {
    display: none;
  }

  .page-id-56118 .product-list ul li .text {
    padding-top: 5px;
    padding-bottom: 0;
    margin-bottom: 0;
  }

  .page-id-56118 .product-list ul li .text .description {
    padding-bottom: 0;
    margin-bottom: 0;
  }

  /* 複合施設*/
  .page-id-56120 .product-list ul li .info-area {
    display: none;
  }

  .page-id-56120 .product-list ul li .text {
    padding-top: 5px;
    padding-bottom: 0;
    margin-bottom: 0;
  }

  .page-id-56120 .product-list ul li .text .description {
    padding-bottom: 0;
    margin-bottom: 0;
  }

  .product-list ul li .text .title {
    font-size: 11px;
    font-size: 0.6875rem;
  }

  .product-list ul li .text dl {
    font-size: 10px;
    font-size: 0.625rem;
    line-height: 1.4;
    margin: 0 0 8px 0;
    overflow: hidden;
  }

  .product-list ul li .text dl dt {
    width: 5.2em;
    padding-left: 0;
  }

  .product-list ul li .text dl dt:before {
    display: none;
  }

  .product-list ul li .text dl dd {
    margin-left: 5.2em;
  }

  .product-list ul li .text .address {
    font-size: 10px;
    font-size: 0.625rem;
    line-height: 1.4;
    margin-bottom: 8px;
  }

  .product-list ul li .text .description {
    font-size: 10px;
    font-size: 0.625rem;
    line-height: 1.4;
    margin-bottom: 8px;
  }

  .product-list ul li.genre-prize .text .description {
    padding-bottom: 0;
    margin-bottom: 0;
  }

  .product-list ul li .link-btn {
    margin: 0 0 5px;
    width: 49%;
  }

  .product-list ul li .link-btn:nth-child(odd) {
    margin: 0 0 5px 1%;
  }

  .product-list ul li .link-btn a {
    font-size: 9px;
    font-size: 0.5625rem;
    padding: 6px 0;
    width: 100%;

    text-indent: -9999px;
    background-repeat: no-repeat;
    background-size: auto 10px;
    background-position: 5px center;
  }

  .product-list ul li .link-btn a.btn-dl-1 {
    background-image: url(/images/common/btn_dl_1.svg);
  }

  .product-list ul li .link-btn a.btn-dl-2 {
    background-image: url(/images/common/btn_dl_2.svg);
  }

  .product-list ul li .link-btn a.btn-dl-3 {
    background-image: url(/images/common/btn_dl_3.svg);
  }

  .product-list ul li .link-btn a.btn-dl-4 {
    background-image: url(/images/common/btn_dl_4.svg);
  }

  .product-list ul li .link-btn a.btn-dl-5 {
    background-image: url(/images/common/btn_dl_5.svg);
  }

  .product-list ul li .link-btn a.btn-dl-6 {
    background-image: url(/images/common/btn_dl_6.svg);
  }

  .product-list ul li .link-btn a.btn-dl-7 {
    background-image: url(/images/common/btn_dl_7.svg);
  }

  .product-list ul li .link-btn a.btn-dl-8 {
    background-image: url(/images/common/btn_dl_8.svg);
  }

  .product-list ul li .link-btn a.btn-dl-9 {
    background-image: url(/images/common/btn_dl_9.svg);
  }

  .product-list ul li .link-btn a.btn-dl-10 {
    background-image: url(/images/common/btn_dl_10.svg);
  }

  .product-list ul li .link-btn a.btn-dl-11 {
    background-image: url(/images/common/btn_dl_11.svg);
  }

  .product-list ul li .link-btn a.btn-dl-12 {
    background-image: url(/images/common/btn_dl_12.svg);
  }

  .product-list ul li .link-btn a.btn-dl-13 {
    background-image: url(/images/common/btn_dl_13.svg);
  }

  .product-list ul li .link-btn a.btn-dl-14 {
    background-image: url(/images/common/btn_dl_14.svg);
  }

  .product-list ul li .link-btn a.btn-dl-15 {
    background-image: url(/images/common/btn_dl_15.svg);
  }

  .product-list ul li .link-btn a.btn-dl-16 {
    background-image: url(/images/common/btn_dl_16.svg);
  }

  .product-list ul li .link-btn a:before {
    color: #fff;
    font-size: 14px;
    font-size: 0.825rem;
    margin-top: -7px;
    opacity: 0.5;
    filter: alpha(opacity=50);
    right: 3px;
    text-indent: 0;
  }

  .product-list ul li .links div a {
    font-size: 9px;
    font-size: 0.5625rem;
    line-height: 1.3;
    padding: 10px 5px 10px 5px;
  }

  .product-list ul li .links div a:before {
    right: 5px;
    font-size: 20px;
    font-size: 1.25rem;
    margin-top: -10px;
  }


  .product-list.product-list-type1>ul>li {
    width: 100%;
    margin: 0;
  }

  .product-list.product-list-type1>ul>li>div.visual {
    width: 100%;
  }

  .thin>.product-list-type1>ul>li>div.visual {
    width: 100%;
  }

  .product-list.product-list-type1>ul>li>div.wrap {
    float: left;
    margin-left: 0;
    width: 100%;
    margin-bottom: 20px;
  }

  .thin>.product-list.product-list-type1>ul>li>div.wrap {
    width: 100%;
  }

  .product-list.product-list-type1>ul>li>div.wrap .info-area .title {
    float: left;
  }

  .product-list.product-list-type1>ul>li>div.wrap .info-area .category-list {
    float: left;
    margin-left: 10px;
  }

  .product-list.product-list-type1>ul>li>div.wrap>.links {
    border: 0;
  }


  .product-list.product-list-type1>ul>li>div.wrap>.links a,
  .product-list.product-list-type1>ul>li>div.wrap>.links a:hover {
    color: #fff;
    font-size: 14px;
    font-size: 0.875rem;
    width: 250px;
    padding: 6px 16px;
    /*  background-color: #0078FF;*/
    border-radius: 20px 20px 20px 20px;
    /*  margin: 0 auto;*/
  }

  .product-list.product-list-type1>ul>li>div.wrap>.links a:before,
  .product-list.product-list-type1>ul>li>div.wrap>.links a:hover:before {
    color: #fff;
    font-size: 14px;
    font-size: 0.875rem;
    margin-top: -8px;
    content: "a";
    width: 16px;
    height: 16px;
    opacity: 1;
  }

  .product-list-type4>ul>li>.wrap>.text {
    margin-bottom: 0;
    padding-bottom: 0;
  }

  .product-list-type4>ul>li>.wrap>.text>.address {
    margin-bottom: 0;
    padding-bottom: 0;
  }

  .product-list-type5>ul>li>.wrap>.text {
    margin-bottom: 0;
    padding-bottom: 0;
  }

  .product-list-type5>ul>li>.wrap>.text>.address {
    margin-bottom: 0;
    padding-bottom: 0;
  }
}

.page-darts .product-list-type1 .title {
  color: #0058BE;
}


.product-list>ul>li>div.wrap .info-area .title {
  display: inline;
}

.product-list>ul>li>div.wrap .info-area .title+.category-list {
  display: inline-block;
  margin-left: 10px;
  vertical-align: top;
  margin-top: 2px;
}

/* 中央寄せのボタンスタイル .button-block */
/* 2016.03.08 update start */
.button-block {
  margin-bottom: 3em;
}

.button-block .btn-base {
  color: #fff !important;
  text-decoration: none !important;
  margin: 0 auto 1.5em;
}

.button-block .small {
  width: 33%;
}

.button-block .normal {
  font-size: 18px;
  font-size: 1.125rem;
  width: 50%;
  padding: 1em 40px 1em 22px;
}

.button-block .large {
  font-size: 22px;
  font-size: 1.375rem;
  width: 70%;
  padding: 1em 40px 1em 22px;
}

@media only screen and (max-width: 669px) {
  .button-block .btn-base {
    font-size: 16px;
    font-size: 1rem;
    width: 90%;
    padding: 10px 22px;
  }
}

/* 2016.03.08 update end */
.link-bar {
  display: table;
  width: 100%;
  margin-bottom: 40px;
  background-color: #eee;
}

.link-bar a,
.link-bar a:hover {
  color: #333;
  padding: 0;
  background-color: #eee;
}

.link-bar a:before,
.link-bar a:hover:before {
  color: #666;
  font-size: 38px;
  font-size: 2.375rem;
  margin-top: -19px;
}

.link-bar .image,
.link-bar .text {
  display: table-cell;
  vertical-align: middle;
}

.link-bar .image {
  padding: 15px 0 15px 40px;
}

.link-bar .image img {
  vertical-align: bottom;
}

.link-bar .text {
  font-size: 20px;
  font-size: 1.25rem;
  padding: .8em 2.5em 1em 2em;
}

.link-bar-left-text {
  color: #0078FF;
  float: left;
  padding: 6px 6px 6px 0;
}

.link-bar.link-bar-blue {
  width: 250px;
  margin: 0;
  background-color: transparent;
}

.link-bar.link-bar-blue a,
.link-bar.link-bar-blue a:hover {
  color: #fff;
  padding: 0;
  background-color: #0078FF;
  width: 100%;
  border-radius: 20px 20px 20px 20px;
}

.page-amusement .link-bar-left-text {
  color: #ea9550;
}

.page-amusement .link-bar.link-bar-blue a,
.link-bar.link-bar-blue a:hover {
  background-color: #ea9550;
}


.link-bar.link-bar-blue a:before,
.link-bar.link-bar-blue a:hover:before {
  color: #fff;
  font-size: 14px;
  font-size: 0.875rem;
  margin-top: -8px;
  content: "a";
  width: 16px;
  height: 16px;
  opacity: 1;
  margin-right: -15px;
}

.link-bar.link-bar-blue .text {
  font-size: 14px;
  font-size: 0.875rem;
  padding: 6px 15px;
}

.link-bar.link-bar-blue .image {
  display: none;
}

.link-bar.link-bar-blue-blank {
  width: 60%;
  background: #0078FF;
  margin: 0 auto;
}

.link-bar.link-bar-blue-blank a,
.link-bar.link-bar-blue-blank a:hover {
  color: #fff;
  padding: 0;
  background-color: #0078FF;
}

.link-bar.link-bar-blue-blank a:before,
.link-bar.link-bar-blue-blank a:hover:before {
  color: #fff;
  font-size: 38px;
  font-size: 2.375rem;
  margin-top: -19px;
  content: "";
  background-image: url(/images/common/icon-blank-link-arrow.png);
  width: 16px;
  height: 16px;
  margin-top: -8px;
  opacity: 1;
}

.link-bar.link-bar-blue-blank .text {
  font-size: 20px;
  font-size: 1.25rem;
  padding: 0.625rem 1.25rem;
}

@media only screen and (max-width: 669px) {
  .link-bar {
    margin-bottom: 20px;
  }

  .link-bar a:before,
  .link-bar a:hover:before {
    color: #666;
    right: 10px;
    font-size: 26px;
    font-size: 1.625rem;
    margin-top: -13px;
  }

  .link-bar .image {
    padding: 10px 0 10px 10px;
  }

  .link-bar .image img {
    vertical-align: bottom;
  }

  .link-bar .text {
    font-size: 12px;
    font-size: 0.75rem;
    line-height: 1.3;
    padding: 10px 30px 10px 10px;
  }

  .link-bar.link-bar-blue-blank .text {
    font-size: 16px;
    font-size: 1.0rem;
  }


  .link-bar-left-text {
    margin-left: 10px;
  }

  .link-bar.link-bar-blue {
    margin-left: 10px;
  }

  .link-bar.link-bar-blue a:before,
  .link-bar.link-bar-blue a:hover:before {
    margin-right: -5px;
  }
}

.sns-account {
  overflow: hidden;
  margin-bottom: 15px;
}

.sns-account .sns-group {
  float: left;
  width: 590px;
  margin: 0 20px 3em 0;
}

.sns-account .sns-group-archive {
  width: 100%;
  margin: 0 0 3em 0;
}

.sns-account .sns-group:nth-child(even) {
  margin-right: 0;
}

.sns-account .sns-group h3 {
  display: inline-block;
  min-width: 250px;
  margin-top: 0;
  padding: 1px 0 0;
  text-align: center;
  color: #fff;
  line-height: 26px;
  font-size: 16px;
  font-size: 1rem;
  font-weight: normal;
  -moz-border-radius: 27px;
  -webkit-border-radius: 27px;
  border-radius: 27px;
}

.sns-account .sns-group ul {
  margin: 0;
  padding: 0;
}

/* 2017/02/28 update s*/
.sns-account .sns-group ul li {
  /*  min-height: 176px;*/
  min-height: 156px;
  /*  min-height: 176px;*/
  margin-bottom: 20px;
  /*  padding: 12px 20px 0;*/
  padding: 12px 20px 12px 20px;
  background-color: #eee;
  list-style: none;
  overflow: hidden;
}

/* 2017/02/28 update e*/

.sns-account .sns-group-archive ul li {
  float: left;
  width: 590px;
}

.sns-account .sns-group-archive ul li.sns-group-archive-left {
  margin-right: 20px;
}


.sns-account .sns-group ul li .image {
  float: left;
  padding: 2px;
  border: 1px #9c9899 solid;
  -moz-border-radius: 6px;
  -webkit-border-radius: 6px;
  border-radius: 6px;
  background-color: #fff;
}

.sns-account .sns-group ul li .image img {
  -moz-border-radius: 6px;
  -webkit-border-radius: 6px;
  border-radius: 6px;
}

.sns-account .sns-group ul li .text {
  margin-left: 160px;
  overflow: hidden;
}

.sns-account .sns-group ul li .text .account {
  font-size: 20px;
  font-size: 1.25rem;
  margin-bottom: .2em;
}

.sns-account .sns-group ul li .text .sns {
  margin-bottom: .4em;
}

.sns-account .sns-group ul li .text .description p {
  margin-bottom: 0;
  text-align: justify;
}

.sns-account .sns-group ul li:last-child {
  margin-bottom: 0;
}

.sns-account #twitter h3 {
  background-color: #33a6ff;
}

.sns-account #facebook h3 {
  background-color: #00348a;
}

.sns-account .more-account {
  clear: both;
}

.sns-account .more-account a {
  position: relative;
  display: block;
  padding: .8em 2em 1em;
  font-size: 20px;
  font-size: 1.25rem;
  background-color: #eee;
}

.sns-account .more-account a:before {
  display: inline-block;
  color: #666;
  font-family: "sega-font-icon";
  font-style: normal;
  font-weight: normal;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 38px;
  font-size: 2.375rem;
  line-height: 1;
  content: "a";
  position: absolute;
  right: 20px;
  top: 50%;
  margin-top: -20px;
  opacity: 0.5;
  filter: alpha(opacity=50);
}

@media only screen and (max-width: 669px) {
  .sns-account .sns-group {
    float: none;
    width: auto;
    margin: 0 0 1.6em 0;
  }

  .sns-account .sns-group h3 {
    min-width: 150px;
    margin-left: 10px;
  }

  .sns-account .sns-group ul li {
    display: block;
    min-height: inherit;
    margin-bottom: 10px;
    padding: 10px;
    width: 100%;
    margin-right: 0;
  }

  .sns-account .sns-group ul li .image img {
    width: 60px;
    height: 60px;
  }

  .sns-account .sns-group ul li .text {
    margin-left: 75px;
  }

  .sns-account .sns-group ul li .text .title {
    font-size: 12px;
    font-size: 0.75rem;
  }

  .sns-account .sns-group ul li .text .account {
    font-size: 16px;
    font-size: 1rem;
    margin-bottom: 8px;
  }

  .sns-account .sns-group ul li .text .description {
    display: none;
  }

  .sns-account #twitter h3 {
    background-color: #33a6ff;
  }

  .sns-account #facebook h3 {
    background-color: #00348a;
  }

  .sns-account .more-account a {
    padding: .8em 3em 1em 1em;
    margin-bottom: 20px;
    font-size: 15px;
    font-size: 0.9375rem;
  }

  .sns-account .more-account a:before {
    right: 10px;
  }
}

.refine-search {
  font-size: 15px;
  font-size: 0.9375rem;
  padding: 40px 40px 0;
  background-color: #eee;
  overflow: hidden;
}

.refine-search .wrap {
  margin-bottom: 30px;
  overflow: hidden;
}

.refine-search .wrap .column {
  float: left;
  width: 33.33333%;
  margin-bottom: 20px;
}

.refine-search .title {
  position: relative;
  font-size: 17px;
  font-size: 1.0625rem;
  font-weight: bold;
  padding-left: 15px;
  margin-bottom: 8px;
}

.refine-search .title:before {
  content: "";
  position: absolute;
  top: 50%;
  left: 0;
  width: 8px;
  height: 8px;
  margin-top: -4px;
  background: url("/images/common/mk-form-title.gif") no-repeat left center;
}

.refine-search label {
  display: inline-block;
  margin: 0 40px 7px 0;
  cursor: pointer;
}

.refine-search input[type="checkbox"] {
  margin-right: 4px;
}

.refine-search select {
  border: 1px solid #333;
  color: #fff;
  min-width: 260px;
  padding: 5px;
  background-color: #666;
  cursor: pointer;
}

.refine-search input.free-word {
  border: 1px solid #ccc;
  min-width: 260px;
  padding: 8px;
}

.refine-search .button {
  clear: both;
  text-align: center;
}

.refine-search .button input {
  border: none;
  -moz-border-radius: 12px;
  -webkit-border-radius: 12px;
  border-radius: 12px;
  color: #fff;
  font-size: 18px;
  font-size: 1.125rem;
  padding: 14px 100px;
  background-color: #000;
  background-image: url('data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4gPHN2ZyB2ZXJzaW9uPSIxLjEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PGRlZnM+PGxpbmVhckdyYWRpZW50IGlkPSJncmFkIiBncmFkaWVudFVuaXRzPSJvYmplY3RCb3VuZGluZ0JveCIgeDE9IjAuNSIgeTE9IjAuMCIgeDI9IjAuNSIgeTI9IjEuMCI+PHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iIzRkNGQ0ZCIvPjxzdG9wIG9mZnNldD0iMTAwJSIgc3RvcC1jb2xvcj0iIzAwMDAwMCIvPjwvbGluZWFyR3JhZGllbnQ+PC9kZWZzPjxyZWN0IHg9IjAiIHk9IjAiIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiIGZpbGw9InVybCgjZ3JhZCkiIC8+PC9zdmc+IA==');
  background-size: 100%;
  background-image: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, #4d4d4d), color-stop(100%, #000000));
  background-image: -moz-linear-gradient(#4d4d4d 0%, #000000 100%);
  background-image: -webkit-linear-gradient(#4d4d4d 0%, #000000 100%);
  background-image: linear-gradient(#4d4d4d 0%, #000000 100%);
}

.refine-search .button input:hover {
  opacity: 0.9;
  filter: alpha(opacity=90);
}

@media only screen and (max-width: 669px) {
  .refine-search {
    font-size: 15px;
    font-size: 0.9375rem;
    padding: 20px 20px 0;
    margin-bottom: 20px;
  }

  .refine-search .wrap {
    margin-bottom: 30px;
    overflow: hidden;
  }

  .refine-search .wrap .column {
    float: none;
    width: auto;
    margin-bottom: 30px;
  }

  .refine-search .wrap .free {
    margin-bottom: 0;
  }

  .refine-search .title {
    font-size: 17px;
    font-size: 1.0625rem;
    padding-left: 15px;
    margin-bottom: 10px;
  }

  .refine-search label {
    margin: 0 20px 8px 0;
  }

  .refine-search select {
    border: 1px solid #333;
    width: 100%;
    min-width: inherit;
    -webkit-appearance: none;
    appearance: none;
  }

  .refine-search input.free-word {
    width: 100%;
    min-width: inherit;
  }

  .refine-search .button input {
    -moz-border-radius: 10px;
    -webkit-border-radius: 10px;
    border-radius: 10px;
    font-size: 20px;
    font-size: 1.25rem;
    width: 100%;
    padding: 10px 0;
  }
}

.pagenation {
  text-align: center;
  padding: 10px 0 30px 0;
  margin: 0 10px;
}

@media only screen and (min-width: 670px) {
  .search-sidebar .pagenation {
    width: 850px;
  }
}

.pagenation a,
.pagenation span {
  line-height: 3.2;
  padding: 5px 10px;
}

.pagenation a {
  border: 1px solid #e5e5e5;
}

.pagenation a:hover {
  background-color: #e5e5e5;
}

.pagenation span {
  border: none;
  font-weight: bold;
}

@media only screen and (max-width: 669px) {
  .pagenation {
    font-size: 13px;
    font-size: 0.8125rem;
  }

  .pagenation a,
  .pagenation span {
    line-height: 3.2;
    padding: 7px 10px;
  }
}


.news-list .date-title {
  margin-bottom: 10px;
}

.news-list ul {
  padding: 0;
  margin: 0 0 20px 5px;
}

.news-list ul li {
  /*  display: table;*/
  list-style: none;
  border-bottom: 1px dotted #ccc;
  width: 100%;
  overflow: hidden;
}

div.news-list>ul>li {
  float: left;
  width: 48%;
  margin-top: 25px;
}

div.news-list>ul>li:nth-child(odd) {
  margin-right: 2%;
}

div.news-list>ul>li:nth-child(even) {
  margin-left: 2%;
}

div.news-list>ul>li:nth-child(1) {
  margin-top: 0;
}

div.news-list>ul>li:nth-child(2) {
  margin-top: 0;
}


.page-template-page-news_second .news-list>ul>li,
.post-type-archive-news div.news-list>ul>li {
  float: left;
  width: 100%;
  margin-top: 25px;
}

.page-template-page-news_second .news-list>ul>li:nth-child(odd),
.post-type-archive-news div.news-list>ul>li:nth-child(odd) {
  margin-right: 0;
}

.page-template-page-news_second .news-list>ul>li:nth-child(even),
.post-type-archive-news div.news-list>ul>li:nth-child(even) {
  margin-left: 0;
}

.page-template-page-news_second .news-list>ul>li:nth-child(1),
.post-type-archive-news div.news-list>ul>li:nth-child(1) {
  margin-top: 0;
}

.page-template-page-news_second .news-list>ul>li:nth-child(2),
.post-type-archive-news div.news-list>ul>li:nth-child(2) {
  margin-top: 25px;
}

@media only screen and (max-width: 669px) {
  div.news-list>ul>li {
    float: none;
    width: 100%;
    margin-left: 0;
    margin-right: 0;
    margin-top: 0;
  }

  div.news-list>ul>li:nth-child(odd) {
    margin-right: 0;
  }

  div.news-list>ul>li:nth-child(even) {
    margin-left: 0;
  }
}

.news-list ul li div {
  display: block;
  padding: 0 0 5px;
  float: left;
}

.news-list ul li div a {
  display: block;
}

.news-list ul li div a:hover {
  text-decoration: underline;
}

.news-list ul li .genre {
  font-size: 11px;
  font-size: 0.6875rem;
  text-align: center;
  width: 100%;
}

.news-list ul li .genre i {
  background: #999;
}

.news-list ul li .genre i {
  display: block;
  color: #fff;
  padding: 3px 10px;
  /*  width: 160px;*/
  float: left;
  width: auto;
  margin-right: 10px;
  margin-bottom: 2px;
}

i {
  /*  background: #999;*/
}

.news-list ul li .date {
  text-align: left;
  width: 105px;
  padding-left: 5px;
}

.news-list ul li .information {
  width: 450px;
}

.page-template-page-news_second .news-list ul li .information,
.post-type-archive-news .news-list ul li .information {
  width: auto;
}

@media only screen and (max-width: 669px) {
  .news-list ul {
    margin-bottom: 20px;
  }

  .news-list ul li {
    padding: 0 0 10px;
    margin-bottom: 10px;
    display: block;
  }

  .news-list ul li div {
    display: block;
    padding: 5px 0;
  }

  .news-list ul li div a {
    display: block;
  }

  .news-list ul li div a:hover {
    text-decoration: underline;
  }

  .news-list ul li .genre {
    font-size: 10px;
    font-size: 0.625rem;
    width: 100%;
    margin-right: 5px;
  }

  .news-list ul li .genre i {
    display: block;
    color: #fff;
    padding: 3px 5px;
    margin-bottom: 2px;
  }

  .news-list ul li .date {
    text-align: left;
    width: auto;
    padding-top: 6px;
    padding-bottom: 0;
  }

  .news-list ul li .information {
    clear: both;
    float: none;
    font-size: 12px;
    font-size: 0.75rem;
    width: 100%;
  }
}

.topics-list-all {
  margin-bottom: 40px;
}

.topics-list-all ul {
  padding: 0;
  margin: 0;
}

.topics-list-all ul li {
  display: table;
  list-style: none;
  border-bottom: 1px dotted #ccc;
  width: 100%;
  padding-bottom: 15px;
  margin-bottom: 15px;
  overflow: hidden;
}

.topics-list-all ul li .image,
.topics-list-all ul li .text {
  display: table-cell;
  vertical-align: top;
}

.topics-list-all ul li .image {
  width: 148px;
}

.topics-list-all ul li .text {
  width: 1050px;
  padding: 5px 0 0 0;
  overflow: hidden;
}

.topics-list-all ul li .text .genre {
  float: left;
  margin-right: 30px;
}

.topics-list-all ul li .text .date {
  padding: 3px 0;
}

.topics-list-all ul li .text .information {
  clear: both;
  padding: 17px 0 0 0;
}

.topics-list-all ul li .text .information a {
  display: block;
}

.topics-list-all ul li .text .information a:hover {
  text-decoration: underline;
}

@media only screen and (max-width: 669px) {
  .topics-list-all {
    margin-bottom: 20px;
  }

  .topics-list-all ul li {
    padding: 0 10px 10px 10px;
  }

  .topics-list-all ul li .image {
    width: 30%;
  }

  .topics-list-all ul li .text {
    width: 70%;
    padding: 0 0 0 10px;
  }

  .topics-list-all ul li .text .genre {
    float: left;
    margin-right: 10px;
    margin-bottom: 5px;
  }

  .topics-list-all ul li .text .genre i {
    font-size: 10px;
    font-size: 0.625rem;
    width: auto;
    padding: 2px 10px;
  }

  .topics-list-all ul li .text .date {
    font-size: 10px;
    font-size: 0.625rem;
    padding: 3px 0;
  }

  .topics-list-all ul li .text .information {
    font-size: 12px;
    font-size: 0.75rem;
    padding: 0;
  }
}

.anchor-list {
  margin-bottom: 50px;
  padding: 0 10px;
}

.anchor-list ul {
  padding: 0;
  margin: 0;
}

.anchor-list ul li {
  display: inline-block;
  list-style: none;
  margin: 0 30px 10px 0;
}

.anchor-list ul li a {
  color: #0030ff;
}

.anchor-list2 {
  margin-bottom: 50px;
  /*  padding: 0 10px;*/
  padding: 0 0px;
  */
}

.anchor-list2 ul {
  padding: 0;
  margin: 0;
  font-size: 0;
}

.anchor-list2 ul li {
  width: 25%;
  display: inline-block;
  list-style: none;
  /* margin: 0 30px 10px 0; */
  background-color: #696969;
  /* THREE 2016/03/10 Start */
  margin-left: -1px;
  margin-top: -1px;
  border-left: 1px solid #1c1f00;
  border-right: 1px solid #1c1f00;
  border-top: 1px solid #1c1f00;
  border-bottom: 1px solid #1c1f00;
  /* THREE 2016/03/10 End   */
  text-align: center;
  font-size: 16px;
}

/* THREE 2016/03/10 Start */
@media only screen and (max-width: 669px) {
  .anchor-list2 ul li {
    width: 50%;
  }

  .anchor-list2 ul li a.btn-base-sns {
    font-size: 0.6rem;
    background-position: 5% center;
    padding: 10px 20px 10px 30px;
  }
}

/* THREE 2016/03/10 End   */

.anchor-list2 ul li a {
  color: #fff;
}

.questionnaire-list {
  margin-bottom: 40px;
}

.questionnaire-list ul {
  padding: 0;
  margin: 0;
}

.questionnaire-list ul li {
  position: relative;
  display: table;
  font-size: 18px;
  font-size: 1.125rem;
  list-style: none;
  width: 100%;
  padding: 10px 25px;
  margin-bottom: 13px;
  background-color: #eee;
  overflow: hidden;
}

.questionnaire-list ul li:before {
  content: "a";
  color: #666;
  font-size: 26px;
  font-size: 1.625rem;
  font-family: "sega-font-icon";
  position: absolute;
  top: 50%;
  right: 25px;
  margin-top: -13px;
}

.questionnaire-list ul li a {
  color: #00a4a2;
}

.questionnaire-list ul li a:hover .information {
  text-decoration: underline;
}

.questionnaire-list ul li .image,
.questionnaire-list ul li .text {
  display: table-cell;
  vertical-align: middle;
}

.questionnaire-list ul li .image {
  /*  width: 115px;*/
  width: 180px;
}

.questionnaire-list ul li .text {
  /*  width: 1036px;*/
  width: 970px;
}

.questionnaire-list ul li .text .date {
  padding: 2px 0;
}

.questionnaire-list ul li .text .information {
  padding: 2px 0;
}

.questionnaire-list ul li .text .information i {
  display: inline;
  font-size: 14px;
  font-size: 0.875rem;
  padding: 3px 15px;
  margin-left: 10px;
}

@media only screen and (max-width: 669px) {
  .questionnaire-list {
    margin-bottom: 20px;

  }

  .questionnaire-list ul li {
    font-size: 12px;
    font-size: 0.75rem;
    padding: 10px 25px 10px 10px;
    margin-bottom: 10px;
  }

  .questionnaire-list ul li:before {
    font-size: 20px;
    font-size: 1.25rem;
    right: 5px;
    margin-top: -10px;
  }

  .questionnaire-list ul li .image {
    /*    width: 20%;*/
    width: 60px;
    height: 60px;
  }

  .questionnaire-list ul li .image img {
    /*    width:60px;*/
    width: auto;
    height: 60px;
  }

  .questionnaire-list ul li .text {
    /*    width: 80%;*/
    padding-left: 10px;
  }

  .questionnaire-list ul li .text .information i {
    font-size: 10px;
    font-size: 0.625rem;
    padding: 2px 5px;
    margin-left: 5px;
  }
}

.questionnaire-pw .lead {
  font-size: 21px;
  font-size: 1.3125rem;
}

.questionnaire-pw form {
  text-align: center;
  margin-bottom: 20px;
}

.questionnaire-pw form input {
  line-height: 1.5;
  padding: 4px 5px;
}

.questionnaire-pw form input[type="submit"] {
  padding: 6px 5px;
}

@media only screen and (max-width: 669px) {
  .questionnaire-pw .lead {
    font-size: 15px;
    font-size: 0.9375rem;
    margin: 0 10px 10px;
  }

  .questionnaire-pw form {
    text-align: center;
    margin-bottom: 20px;
  }

  .questionnaire-pw form input {
    font-size: 16px;
    font-size: 1rem;
    line-height: 1.5;
    padding: 4px 5px;
  }
}

.banner-list {
  border-top: 1px solid #ccc;
  padding: 30px 0 20px 0;
  background-color: #f5f5f5;
}

/* THREE 2016/03/16 Start */
/* @media only screen and (max-width: 669px) {
  min-width: 100%; */
/* } */

/* THREE 2016/03/16 End */

.banner-list ul {
  width: 100%;
  padding: 0;
  margin: 0;
  overflow: hidden;
}

.banner-list ul li {
  list-style: none;
  float: left;
  margin: 0 10px 50px 0;
}

.banner-list ul li a {
  display: block;
}

.banner-list ul li a img {
  border: 1px solid #ccc;
  margin-bottom: 5px;
}

.banner-list ul li a .caption {
  text-align: center;
  font-size: 11px;
  font-size: 0.6875rem;
  margin-bottom: 0;
}

.banner-list ul li a:hover {
  opacity: 0.8;
  filter: alpha(opacity=80);
}

.banner-list ul li:nth-child(5n+0) {
  margin-right: 0;
}

@media only screen and (max-width: 669px) {
  .banner-list {
    padding: 30px 0 20px 0;
  }

  .banner-list ul {
    width: auto;
  }

  .banner-list ul li {
    float: none;
    margin: 0 10px 10px 10px;
  }

  .banner-list ul li a {
    display: block;
    overflow: hidden;
  }

  .banner-list ul li a img {
    float: left;
    width: 50%;
    margin-right: 5px;
  }

  .banner-list ul li a .caption {
    text-align: left;
    font-size: 12px;
    font-size: 0.75rem;
  }

  .banner-list ul li:nth-child(5n+0) {
    margin-right: 10px;
  }
}



.banner-list-single {
  border-top: 1px solid #ccc;
  padding: 30px 0 0 5px;
}

.page-prize .banner-list-single {
  border-top: 0;
  padding-top: 0;
}

.banner-list-single ul {
  width: 100%;
  padding: 0;
  margin: 0;
  overflow: hidden;
}

.banner-list-single ul li {
  list-style: none;
  float: left;
  margin: 0 10px 10px 0;
}

.page-prize .banner-list-single ul li:nth-child(3n) {
  margin: 0 0 10px 0;
}

.banner-list-single ul li a {
  display: block;
}

.banner-list-single ul li a img {
  border: 1px solid #ccc;
}

.banner-list-single ul li a .caption {
  text-align: center;
  font-size: 11px;
  font-size: 0.6875rem;
  margin-bottom: 0;
}

.banner-list-single ul li a:hover {
  opacity: 0.8;
  filter: alpha(opacity=80);
}

@media only screen and (max-width: 669px) {
  .banner-list-single {
    padding: 30px 0 0 5%;
  }

  .banner-list-single ul {
    width: auto;
  }

  .banner-list-single ul li {
    float: left;
    width: 45%;
    margin-right: 5%;
  }

  .banner-list-single ul li a {
    display: block;
    overflow: hidden;
  }
}





/* 2016.03.08 update start */
.detail-layout #date {
  margin-bottom: 10px;
  padding: 5px 20px 2px;
  background-color: #8a8a8a;
  color: #fff;
  font-size: 20px;
  font-size: 1.25rem;
  overflow: hidden;
}

.detail-layout #date .supply {
  float: right;
  display: inline-block;
  font-size: 16px;
  font-size: 1rem;
  line-height: 2em;
}

.detail-layout #topics-title {
  padding: 14px 28px;
  background-color: #e5e5e5;
}

.detail-layout #topics-title .category .genre {
  display: inline-block;
  color: #fff;
  font-size: 12px;
  font-size: 0.75rem;
  text-align: center;
  margin-right: 10px;
  padding: 2px 10px 3px;
}

/* 2017/12/05 s */
.detail-layout #topics-title .category .catlink {
  display: inline-block;
  color: #fff;
  font-size: 12px;
  font-size: 0.75rem;
  text-align: left;
  margin-right: 10px;
  padding: 0;
}

.detail-layout #topics-title .category .catlink a {
  color: #fff;
  text-decoration: none;
  display: inline-block;
  margin-bottom: 2px;
}

.detail-layout #topics-title .category .catlink a i {
  padding: 2px 10px 3px;
}

.detail-layout #topics-title .category .catlink>a+a {
  margin-left: 5px;
}

.detail-layout #topics-title .category .catlink a:hover {
  opacity: 0.8;
  filter: alpha(opacity=80);
  -webkit-transition: 0.2s ease-out;
  -moz-transition: 0.2s ease-out;
  -ms-transition: 0.2s ease-out;
  -o-transition: 0.2s ease-out;
  transition: 0.2s ease-out;
}

/* 2017/12/05 e */
.detail-layout #topics-title .category .title {
  display: inline-block;
  vertical-align: middle;
}

/* 2017/12/05 s*/
.detail-layout #topics-title .category .title a {
  text-decoration: none;
  vertical-align: middle;
  margin-right: 25px;
}

.detail-layout #topics-title .category .title a:hover {
  opacity: 0.6;
  filter: alpha(opacity=60);
  -webkit-transition: 0.2s ease-out;
  -moz-transition: 0.2s ease-out;
  -ms-transition: 0.2s ease-out;
  -o-transition: 0.2s ease-out;
  transition: 0.2s ease-out;
}

.detail-layout #topics-title .category .title span {
  vertical-align: middle;
  /*  margin-right:10px;*/
}

.detail-layout #topics-title h1 {
  margin: 10px 0 10px;
  line-height: 1.44;
  font-size: 20px;
  font-size: 1.250rem;
  font-weight: bold;
  text-align: left;
}

/* 2017/12/05 e*/
.detail-layout #topics-title h2 {
  margin: 10px 0 0;
  line-height: 1.44;
  font-size: 26px;
  font-size: 1.625rem;
}

.detail-layout #summary {
  margin: .8em 0 .4em;
  padding: 0 25px;
  line-height: 1.44;
  font-size: 20px;
  font-size: 1.250rem;
}

@media only screen and (max-width: 669px) {
  .detail-layout #summary {
    font-size: 20px;
    font-size: 1.25rem;
  }
}

.detail-layout #sns {
  margin-bottom: 1.5em;
  padding: 10px 0 5px;
  text-align: right;
  border-bottom: #e5e5e5 5px solid;
}


/* THREE 2016/03/16 Start */
.home .detail-layout #sns {
  margin-bottom: 0;
  padding: 10px 0 5px;
  text-align: right;
  border-bottom: 0;
}

/* THREE 2016/03/16 End */

.detail-layout #sns>div {
  display: inline-block;
  vertical-align: top;
  height: 26px;
  margin-right: 15px;
}

.detail-layout #sns.bottom {
  border: none;
  padding-bottom: 0;
  margin-bottom: 0;
}

.detail-layout #sns2 {
  margin-bottom: 1.5em;
  padding: 10px 0 5px;
  text-align: right;
  border-bottom: #e5e5e5 5px solid;
}

.detail-layout #sns2>div {
  display: inline-block;
  vertical-align: top;
  height: 66px;
  margin-right: 15px;
}

.detail-layout p {
  font-size: 17px;
  font-size: 1.0625rem;
}

/* THREE 2016/03/18 Start */
/* THREE 2016/03/25 Start */
.detail-layout p.topics-small {
  font-size: 12px;
  font-size: 0.75rem;
}

/* THREE 2016/03/25 End */

.detail-layout hr.topics-hr {
  border: none;
  border-top: solid 1px #CCC;
  height: 1px;
  color: #FFFFFF;
  margin: 10px 0;
}

/* THREE 2016/03/18 End */

/* 2016.03.22 update start */
.detail-layout h3 {
  margin: .2em 0 .5em 0;
  font-size: 22px;
  font-size: 1.375rem;
  line-height: 1.44;
}

.detail-layout h3.center {
  text-align: center;
}

.detail-layout h3.border {
  border-bottom: 1px solid #f0f0f0;
  padding-bottom: .3em;
}

.detail-layout h3.border.red {
  border-color: red;
}

/* 2016.03.22 update end */
/* THREE 2016/03/29 Start */
.detail-layout h3.red {
  color: red !important;
}

/* THREE 2016/03/29 End */

.detail-layout h4 {
  font-size: 17px;
  font-size: 1.0625rem;
  line-height: 1.44;
  margin: .2em 0 .5em 0;
}

.detail-layout h4.center {
  text-align: center;
}

.detail-layout h4.border {
  border-bottom: 1px solid;
  padding-bottom: .3em;
}

.detail-layout h5 {
  font-size: 17px;
  font-size: 1.0625rem;
  line-height: 1.44;
  margin: .2em 0 .5em 0;
}

.detail-layout h5.center {
  text-align: center;
}

.detail-layout img {
  display: inline-block;
}

/* 2016.03.22 update start */
.detail-layout table.basic {
  width: 100%;
  margin-bottom: 3em;
}

.detail-layout table.basic thead,
.detail-layout table.basic tbody,
.detail-layout table.basic tfoot {
  font-size: 16px;
  font-size: 1rem;
}

.detail-layout table.basic tr th,
.detail-layout table.basic tr td {
  border: 1px solid #333;
  font-size: 16px;
  font-size: 1rem;
  padding: 8px 12px;
}

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

  .detail-layout table.basic tr th,
  .detail-layout table.basic tr td {
    font-size: 12px;
    font-size: 0.75rem;
  }
}

.detail-layout .scroll-table {
  overflow: auto;
  white-space: nowrap;
}

.detail-layout .scroll-table::-webkit-scrollbar {
  height: 5px;
}

.detail-layout .scroll-table::-webkit-scrollbar-track {
  background: #F1F1F1;
}

.detail-layout .scroll-table::-webkit-scrollbar-thumb {
  background: #BCBCBC;
}

.detail-layout .scroll-table table {
  margin-bottom: 0;
}

/* 2016.03.22 update end */

.detail-layout ul.basic {
  font-size: 16px;
  font-size: 1rem;
  padding-left: 1.5em;
  margin-bottom: 2em;
}

.detail-layout ol.basic {
  font-size: 16px;
  font-size: 1rem;
  padding-left: 1.5em;
  margin-bottom: 2em;
}

.detail-layout dl.basic {
  font-size: 16px;
  font-size: 1rem;
  padding: 0;
  margin-bottom: 2em;
  background: none;
}

@media only screen and (max-width: 669px) {
  .detail-layout dl.basic {
    margin-bottom: 1em;
  }

  .detail-layout dl.basic dd {
    width: 100%;
  }
}

.detail-layout .text-box {
  margin-bottom: 1.5em;
}

.detail-layout .text-image-box {
  margin-bottom: 3em;
  line-height: 1.8;
  overflow: hidden;
}

.detail-layout .text-image-box .text {
  float: left;
  max-width: 700px;
}

.detail-layout .text-image-box figure {
  float: right;
  width: 500px;
  text-align: right;
}

.detail-layout .text-image-box figure img {
  max-width: 500px;
}

.detail-layout .text-image-box figure figcaption {
  display: inline-block;
  text-align: left;
  color: #666;
}

/*	20190618 Fujii	*/
.detail-layout .text-image-box-left {
  margin-bottom: 3em;
  line-height: 1.8;
  overflow: hidden;
}

.detail-layout .text-image-box-left .text {
  float: left;
  max-width: 700px;
}

.detail-layout .text-image-box-left figure {
  float: left;
  width: 510px;
  text-align: left;
}

.detail-layout .text-image-box-left figure img {
  max-width: 500px;
}

.detail-layout .text-image-box-left figure figcaption {
  display: inline-block;
  text-align: left;
  color: #666;
}





.detail-layout .image1-box {
  margin-bottom: 2em;
  text-align: center;
}

/* 2016.03.22 update start */
.detail-layout .image2-box,
.detail-layout .image3-box,
.detail-layout .image4-box {
  overflow: hidden;
  margin-bottom: 2em;
  text-align: center;
}

.detail-layout .image2-box img,
.detail-layout .image3-box img,
.detail-layout .image4-box img {
  letter-spacing: normal;
  margin-right: 20px;
}

.detail-layout .image2-box img:last-child,
.detail-layout .image3-box img:last-child,
.detail-layout .image4-box img:last-child {
  margin-right: 0;
}

.detail-layout .image2-box figure,
.detail-layout .image3-box figure,
.detail-layout .image4-box figure {
  display: block;
  float: left;
  padding: 0 10px;
}

.detail-layout .image2-box figure img,
.detail-layout .image3-box figure img,
.detail-layout .image4-box figure img {
  margin-right: 0;
  margin-bottom: .2em;
}

.detail-layout .image2-box figure figcaption,
.detail-layout .image3-box figure figcaption,
.detail-layout .image4-box figure figcaption {
  letter-spacing: normal;
}

.detail-layout .image2-box figure {
  width: 50%;
}

.detail-layout .image3-box figure {
  width: 33.333333%;
}

.detail-layout .image4-box figure {
  width: 25%;
}

/* 2016.03.22 update end */

.detail-layout .links {
  margin-bottom: 2em;
  padding: 0;
}

.detail-layout .links li {
  display: inline-block;
  min-width: 370px;
  margin-right: 15px;
  list-style: none;
}

.detail-layout dl {
  padding: 24px 24px;
  margin-bottom: 2em;
  background-color: #eee;
  font-size: 15px;
  font-size: 0.938rem;
  overflow: hidden;
}

.detail-layout dl dt {
  clear: both;
  float: left;
  width: 200px;
  padding: 15px .5em;
}

.detail-layout dl dd {
  float: left;
  width: 74%;
  margin-left: 0;
  padding: 15px .5em;
}

.detail-layout dl dd a {
  color: #3361c4;
}

.detail-layout dl p {
  clear: both;
  margin-top: 1em;
}

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

  .detail-layout dl dt,
  .detail-layout dl dd {
    display: block;
    width: 100%;
  }
}

/* 2016.03.08 update end */
/* 2016.03.08 update start */
/* 製品スペック枠のスタイル .spec-box */
.spec-box .spec-body {
  display: table;
  width: 100%;
  margin-bottom: 1em;
  background-color: #eee;
}

.spec-box .spec-body dl {
  display: table-cell;
  width: 75%;
  margin-top: 0;
  margin-bottom: 0;
}

.spec-box .spec-body .image {
  display: table-cell;
  text-align: center;
  vertical-align: middle;
  width: 25%;
  padding-right: 24px;
}

.spec-box .spec-body .image img {
  max-width: 100%;
}

@media only screen and (max-width: 669px) {
  .spec-box {
    margin: 0 10px;
  }

  .spec-box .spec-body {
    display: block;
    width: auto;
    margin: 0 -10px 1em;
    background-color: #eee;
  }

  .spec-box .spec-body dl {
    display: block;
    width: auto;
  }

  .spec-box .spec-body .image {
    display: block;
    text-align: center;
    vertical-align: middle;
    width: auto;
    padding: 20px;
  }

  .spec-box .spec-body .image img {
    width: auto;
  }
}

/* 2016.03.08 update end */
/* 2016.03.08 update start */
/* 表エリア .table-box */
@media only screen and (max-width: 669px) {
  .table-box {
    margin: 0 10px;
  }

  .table-box table.basic tr th,
  .table-box table.basic tr td {
    font-size: 12px;
    font-size: 0.75rem;
    padding: 5px;
  }

  .table-box table.basic tr th {
    min-width: 70px;
  }
}

/* 2016.03.08 update end */
#product-contents #date {
  margin-bottom: 0;
}

/* 2017/12/05 s */
#product-contents #topics-title h1 {
  margin: 0;
}

#product-contents #topics-title h1 .category {
  display: inline-block;
  margin-left: 10px;
  /*2017/12/18 s*/
  /*  padding: 4px 15px 2px;*/
  padding: 3px 15px 3px;
  margin-bottom: 3px;
  /*2017/12/18 e*/
  color: #fff;
  font-size: 13px;
  font-size: 0.8125rem;
  font-weight: normal;
  vertical-align: text-bottom;
}

@media only screen and (max-width: 669px) {
  #product-contents #topics-title h1 .category {
    margin-bottom: 0;
  }
}

/* 2017/12/05 e */
#product-contents #topics-title h2 {
  margin: 0;
}

#product-contents #topics-title h2 .category {
  display: inline-block;
  margin-left: 10px;
  padding: 4px 15px 2px;
  color: #fff;
  font-size: 13px;
  font-size: 0.8125rem;
  font-weight: normal;
  vertical-align: text-bottom;
}

#product-contents #sns {
  border-top: #e5e5e5 5px solid;
  border-bottom: none;
}

/* THREE 2016/03/24 START   */
#product-contents #sns.bottom {
  border: none;
  padding-bottom: 0;
  margin-bottom: 0;
}

/* THREE 2016/03/24 END   */
/* 詳細用レイアウト ジャンル別カラー設定 */
/* 2016.03.08 update start */
.genre-sp-game #product-contents #date {
  background-color: #3361c4;
}

.genre-sp-game #product-contents #topics-title {
  color: #3361c4;
  background-color: #93b2f6;
}

/* 2017/12/05 s */
.genre-sp-game #product-contents #topics-title h1 .category {
  background-color: #3361c4;
}

.genre-sp-game #product-contents #topics-title h1 a .category:hover {
  opacity: 0.8;
  filter: alpha(opacity=80);
  -webkit-transition: 0.2s ease-out;
  -moz-transition: 0.2s ease-out;
  -ms-transition: 0.2s ease-out;
  -o-transition: 0.2s ease-out;
  transition: 0.2s ease-out;
}

/* 2017/12/05 e */
.genre-sp-game #product-contents #topics-title h2 .category {
  background-color: #3361c4;
}

.genre-sp-game .title,
.genre-sp-game h3 {
  font-weight: bold;
}

.genre-sp-game .detail-layout .title,
.genre-sp-game .detail-layout h3 {
  border-color: #3361c4;
  color: #3361c4;
  font-weight: bold;
}

/* 2017/12/07 s*/
.genre-sp-game .detail-layout #topics-title .category .title a {
  color: #3361c4;
}

/* 2017/12/07 e*/
.genre-sp-game .detail-layout h4 {
  color: #3361c4;
  font-weight: bold;
}

.genre-sp-game .detail-layout table.basic tr th {
  background-color: #d0d7e7;
}

.genre-sp-game .detail-layout .box.column2 .color {
  background-color: #d0d7e7;
}

.genre-pc-game #product-contents #date {
  background-color: #158d8d;
}

.genre-pc-game #product-contents #topics-title {
  color: #158d8d;
  background-color: #6ed0d0;
}

/* 2017/12/05 s */
.genre-pc-game #product-contents #topics-title h1 .category {
  background-color: #158d8d;
}

.genre-pc-game #product-contents #topics-title h1 a .category:hover {
  opacity: 0.8;
  filter: alpha(opacity=80);
  -webkit-transition: 0.2s ease-out;
  -moz-transition: 0.2s ease-out;
  -ms-transition: 0.2s ease-out;
  -o-transition: 0.2s ease-out;
  transition: 0.2s ease-out;
}

/* 2017/12/05 e */
.genre-pc-game #product-contents #topics-title h2 .category {
  background-color: #158d8d;
}

.genre-pc-game .title,
.genre-pc-game h3 {
  font-weight: bold;
}

.genre-pc-game .detail-layout .title,
.genre-pc-game .detail-layout h3 {
  border-color: #158d8d;
  color: #158d8d;
  font-weight: bold;
}

/* 2017/12/07 s*/
.genre-pc-game .detail-layout #topics-title .category .title a {
  color: #158d8d;
}

/* 2017/12/07 e*/
.genre-pc-game .detail-layout h4 {
  color: #158d8d;
  font-weight: bold;
}

.genre-pc-game .detail-layout table.basic tr th {
  background-color: #cfe6e6;
}

.genre-pc-game .detail-layout .box.column2 .color {
  background-color: #cfe6e6;
}

.genre-ac-game #product-contents #date {
  background-color: #d6563d;
}

.genre-ac-game #product-contents #topics-title {
  color: #d6563d;
  background-color: #f5d4cd;
}

/* 2017/12/05 s */
.genre-ac-game #product-contents #topics-title h1 .category {
  background-color: #d6563d;
}

.genre-ac-game #product-contents #topics-title h1 a .category:hover {
  opacity: 0.8;
  filter: alpha(opacity=80);
  -webkit-transition: 0.2s ease-out;
  -moz-transition: 0.2s ease-out;
  -ms-transition: 0.2s ease-out;
  -o-transition: 0.2s ease-out;
  transition: 0.2s ease-out;
}

/* 2017/12/05 e */
.genre-ac-game #product-contents #topics-title h2 .category {
  background-color: #d6563d;
}

.genre-ac-game .title,
.genre-ac-game h3 {
  font-weight: bold;
}

.genre-ac-game .detail-layout .title,
.genre-ac-game .detail-layout h3 {
  border-color: #d6563d;
  color: #d6563d;
  font-weight: bold;
}

/* 2017/12/07 s*/
.genre-ac-game .detail-layout #topics-title .category .title a {
  color: #d6563d;
}

/* 2017/12/07 e*/
.genre-ac-game .detail-layout h4 {
  color: #d6563d;
  font-weight: bold;
}

.genre-ac-game .detail-layout table.basic tr th {
  background-color: #f6e3df;
}

.genre-ac-game .detail-layout .box.column2 .color {
  background-color: #f6e3df;
}

.genre-amusement #product-contents #date {
  background-color: #e57e29;
}

.genre-amusement #product-contents #topics-title {
  color: #e57e29;
  background-color: #f6b885;
}

/* 2017/12/05 s */
.genre-amusement #product-contents #topics-title h1 .category {
  background-color: #e57e29;
}

.genre-amusement #product-contents #topics-title h1 a .category:hover {
  opacity: 0.8;
  filter: alpha(opacity=80);
  -webkit-transition: 0.2s ease-out;
  -moz-transition: 0.2s ease-out;
  -ms-transition: 0.2s ease-out;
  -o-transition: 0.2s ease-out;
  transition: 0.2s ease-out;
}

/* 2017/12/05 e */
.genre-amusement #product-contents #topics-title h2 .category {
  background-color: #e57e29;
}

.genre-amusement .title,
.genre-amusement h3 {
  font-weight: bold;
}

.genre-amusement .detail-layout .title,
.genre-amusement .detail-layout h3 {
  border-color: #e57e29;
  color: #e57e29;
  font-weight: bold;
}

/* 2017/12/07 s*/
.genre-amusement .detail-layout #topics-title .category .title a {
  color: #e57e29;
}

/* 2017/12/07 e*/
.genre-amusement .detail-layout h4 {
  color: #e57e29;
  font-weight: bold;
}

.genre-amusement .detail-layout table.basic tr th {
  background-color: #f7eae0;
}

.genre-amusement .detail-layout .box.column2 .color {
  background-color: #f7eae0;
}

.genre-goods #product-contents #date {
  background-color: #743e5f;
}

.genre-goods #product-contents #topics-title {
  color: #743e5f;
  background-color: #cda5bd;
}

.genre-goods #product-contents #topics-title h1 .category {
  background-color: #743e5f;
}

.genre-prize #product-contents #date {
  background-color: #DD3E6F;
}

.genre-prize #product-contents #topics-title {
  color: #743e5f;
  background-color: #DD3E6F;
}

.genre-prize #product-contents #topics-title h1 .category {
  background-color: #DD3E6F;
}

.genre-toy #product-contents #date {
  background-color: #17C261;
}

.genre-toy #product-contents #topics-title {
  color: #743e5f;
  background-color: #17C261;
}

.genre-toy #product-contents #topics-title h1 .category {
  background-color: #17C261;
}

.genre-anime #product-contents #date {
  background-color: #E9B730;
}

.genre-anime #product-contents #topics-title {
  color: #743e5f;
  background-color: #E9B730;
}

.genre-anime #product-contents #topics-title h1 .category {
  background-color: #E9B730;
}

.genre-darts #product-contents #date {
  background-color: #743E5F;
}

.genre-darts #product-contents #topics-title {
  color: #743e5f;
  background-color: #743E5F;
}

.genre-darts #product-contents #topics-title h1 .category {
  background-color: #743E5F;
}


.genre-goods #product-contents #topics-title h1 a .category:hover,
.genre-prize #product-contents #topics-title h1 a .category:hover,
.genre-toy #product-contents #topics-title h1 a .category:hover,
.genre-anime #product-contents #topics-title h1 a .category:hover,
.genre-darts #product-contents #topics-title h1 a .category:hover {
  opacity: 0.8;
  filter: alpha(opacity=80);
  -webkit-transition: 0.2s ease-out;
  -moz-transition: 0.2s ease-out;
  -ms-transition: 0.2s ease-out;
  -o-transition: 0.2s ease-out;
  transition: 0.2s ease-out;
}

.genre-goods #product-contents #topics-title h2 .category {
  background-color: #743e5f;
}

.genre-goods .title,
.genre-goods h3 {
  font-weight: bold;
}

.genre-goods .detail-layout .title,
.genre-goods .detail-layout h3 {
  border-color: #743e5f;
  color: #743e5f;
  font-weight: bold;
}

.genre-goods .detail-layout #topics-title .category .title a {
  color: #e57e29;
}

/* 2017/12/07 e*/
.genre-goods .detail-layout h4 {
  color: #743e5f;
  font-weight: bold;
}

.genre-goods .detail-layout table.basic tr th {
  background-color: #f6e3ee;
}

.genre-goods .detail-layout .box.column2 .color {
  background-color: #f6e3ee;
}


.genre-prize .title,
.genre-prize h3 {
  font-weight: bold;
}

.genre-prize .detail-layout .title,
.genre-prize .detail-layout h3 {
  border-color: #DD3E6F;
  color: #DD3E6F;
  font-weight: bold;
}

.genre-prize .detail-layout #topics-title .category .title a {
  color: #DD3E6F;
}

.genre-prize .detail-layout h4 {
  color: #DD3E6F;
  font-weight: bold;
}

.genre-prize #product-contents #topics-title h2 .category,
.genre-prize .detail-layout table.basic tr th,
.genre-prize .detail-layout .box.column2 .color {
  background-color: #DD3E6F;
}



.genre-toy .title,
.genre-toy h3 {
  font-weight: bold;
}

.genre-toy .detail-layout .title,
.genre-toy .detail-layout h3 {
  border-color: #17C261;
  color: #17C261;
  font-weight: bold;
}

.genre-toy .detail-layout #topics-title .category .title a {
  color: #17C261;
}

.genre-toy .detail-layout h4 {
  color: #17C261;
  font-weight: bold;
}

.genre-toy #product-contents #topics-title h2 .category,
.genre-toy .detail-layout table.basic tr th,
.genre-toy .detail-layout .box.column2 .color {
  background-color: #17C261;
}


.genre-anime .title,
.genre-anime h3 {
  font-weight: bold;
}

.genre-anime .detail-layout .title,
.genre-anime .detail-layout h3 {
  border-color: #E9B730;
  color: #E9B730;
  font-weight: bold;
}

.genre-anime .detail-layout #topics-title .category .title a {
  color: #E9B730;
}

.genre-anime .detail-layout h4 {
  color: #E9B730;
  font-weight: bold;
}

.genre-anime #product-contents #topics-title h2 .category,
.genre-anime .detail-layout table.basic tr th,
.genre-anime .detail-layout .box.column2 .color {
  background-color: #E9B730;
}



.genre-darts .title,
.genre-darts h3 {
  font-weight: bold;
}

.genre-darts .detail-layout .title,
.genre-darts .detail-layout h3 {
  border-color: #743E5F;
  color: #743E5F;
  font-weight: bold;
}

.genre-darts .detail-layout #topics-title .category .title a {
  color: #743E5F;
}

.genre-darts .detail-layout h4 {
  color: #743E5F;
  font-weight: bold;
}

.genre-darts #product-contents #topics-title h2 .category,
.genre-darts .detail-layout table.basic tr th,
.genre-darts .detail-layout .box.column2 .color {
  background-color: #743E5F;
}


/* 2016.03.08 update end */

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

  /* 2017/12/05 s*/
  .detail-layout #topics-title h1 {
    font-size: 20px;
    font-size: 1.25rem;
  }

  /* 2017/12/05 e*/
  .detail-layout #topics-title h2 {
    font-size: 20px;
    font-size: 1.25rem;
  }

  .detail-layout h3 {
    line-height: 1.44;
  }

  .detail-layout .text-image-box {
    margin: 0 10px 20px;
    line-height: 1.6;
  }

  .detail-layout .text-image-box .text {
    float: none;
    max-width: auto;
  }

  .detail-layout .text-image-box figure {
    float: none;
    width: auto;
    text-align: left;
  }

  .detail-layout .text-image-box figure img {
    display: block;
    max-width: auto;
    margin: 0 auto;
  }

  /*	20190618 Fujii	*/
  .detail-layout .text-image-box-left {
    margin: 0 10px 20px;
    line-height: 1.6;
  }

  .detail-layout .text-image-box-left .text {
    float: none;
    max-width: auto;
  }

  .detail-layout .text-image-box-left figure {
    float: none;
    width: auto;
    text-align: left;
  }

  .detail-layout .text-image-box-left figure img {
    display: block;
    max-width: auto;
    margin: 0 auto;
  }








  /* 2016.03.22 update start */
  .detail-layout .image2-box,
  .detail-layout .image3-box,
  .detail-layout .image4-box {
    letter-spacing: normal;
    overflow: hidden;
  }

  .detail-layout .image2-box img,
  .detail-layout .image3-box img,
  .detail-layout .image4-box img {
    letter-spacing: normal;
    padding: .4em;
    margin: 0 0 .6em 0;
  }

  .detail-layout .image2-box figure,
  .detail-layout .image3-box figure,
  .detail-layout .image4-box figure {
    float: left;
    width: 50%;
    padding: 0 .4em;
    margin-bottom: 1em;
  }

  .detail-layout .image2-box figure:nth-child(2n+1),
  .detail-layout .image3-box figure:nth-child(2n+1),
  .detail-layout .image4-box figure:nth-child(2n+1) {
    clear: both;
  }

  .detail-layout .image2-box figure figcaption,
  .detail-layout .image3-box figure figcaption,
  .detail-layout .image4-box figure figcaption {
    font-size: 11px;
    font-size: 0.6875rem;
    padding: 0;
  }

  .detail-layout .image2-box figure img,
  .detail-layout .image3-box figure img,
  .detail-layout .image4-box figure img {
    float: none;
    width: 100%;
    padding: 0;
  }

  /* 2016.03.22 update end */

  .detail-layout .links li {
    display: block;
    width: 90%;
    min-width: inherit;
    margin-right: 0;
    margin: 0 auto .8em;
  }

  .detail-layout dl {
    padding: 10px 15px 0;
  }

  .detail-layout dl dt {
    clear: both;
    float: none;
    width: auto;
    padding: 5px 0;
    font-weight: bold;
  }

  .detail-layout dl dd {
    margin: 0 0 5px 0;
    padding: 5px 0 10px;
    border-bottom: 1px #ccc dotted;
    line-height: 1.4;
  }

  .detail-layout dl dd:last-child {
    margin-bottom: 0;
    border-bottom: none;
  }
}

.contact-list {
  margin-bottom: 40px;
}

.contact-list ul {
  padding: 0;
  margin: 0;
}

.contact-list ul li {
  position: relative;
  font-size: 18px;
  font-size: 1.125rem;
  list-style: none;
  width: 100%;
  padding: 12px 20px;
  margin-bottom: 17px;
  background-color: #eee;
  overflow: hidden;
}

.contact-list ul li:before {
  content: "a";
  color: #666;
  font-size: 26px;
  font-size: 1.625rem;
  font-family: "sega-font-icon";
  position: absolute;
  top: 50%;
  right: 25px;
  margin-top: -13px;
}

.contact-list ul li .text {
  border-left: 16px solid #878787;
  padding: 13px 15px 13px 25px;
}

.contact-list ul li .text .information {
  font-size: 15px;
  font-size: 0.9375rem;
}

.contact-list ul .sp-game .text {
  border-color: #557cce;
}

.contact-list ul .sp-game .text .title {
  color: #557cce;
}

.contact-list ul .pc-game .text {
  border-color: #3ca0a0;
}

.contact-list ul .pc-game .text .title {
  color: #3ca0a0;
}

.contact-list ul .ac-game .text {
  border-color: #dd725e;
}

.contact-list ul .ac-game .text .title {
  color: #dd725e;
}

.contact-list ul .amusement .text {
  border-color: #ea9550;
}

.contact-list ul .amusement .text .title {
  color: #ea9550;
}

.contact-list ul .goods .text {
  border-color: #8b5f7a;
}

.contact-list ul .goods .text .title {
  color: #8b5f7a;
}

@media only screen and (max-width: 669px) {
  .contact-list {
    margin-bottom: 20px;
  }

  .contact-list ul li {
    font-size: 16px;
    font-size: 1rem;
    padding: 10px 25px 10px 10px;
    margin-bottom: 10px;
  }

  .contact-list ul li:before {
    font-size: 20px;
    font-size: 1.25rem;
    right: 5px;
    margin-top: -10px;
  }

  .contact-list ul li .text {
    border-left: 12px solid #878787;
    padding: 0 15px;
  }

  .contact-list ul li .text .information {
    font-size: 12px;
    font-size: 0.75rem;
  }
}

.inquiry-box {
  display: table;
  border: 2px solid #838383;
  padding: 5px;
  margin-bottom: 6px;
  width: 100%;
}

.inquiry-box .title,
.inquiry-box .inquiry-content {
  display: table-cell;
  vertical-align: middle;
  padding: 10px 15px;
}

.inquiry-box .title {
  border-right: 1px dotted #585858;
  font-size: 16px;
  font-size: 1rem;
  width: 25%;
}

.inquiry-box .inquiry-content {
  padding-left: 25px;
}

.inquiry-box .inquiry-content .telnumber {
  color: #020202;
  font-size: 31px;
  font-size: 1.9375rem;
  font-weight: bold;
  letter-spacing: 0.015em;
  padding-left: 44px;
  margin-bottom: 5px;
  background: url("/images/common/icon_navi.gif") no-repeat left 10px;
}

.inquiry-box .inquiry-content .phone {
  color: #020202;
  font-size: 31px;
  font-size: 1.9375rem;
  font-weight: bold;
  letter-spacing: 0.015em;
  padding-left: 44px;
  margin-bottom: 5px;
  background: url("/images/common/icon_phone.gif") no-repeat left 10px;
}

.inquiry-box .inquiry-content .mail {
  font-size: 21px;
  font-size: 1.3125rem;
  font-weight: bold;
  padding-left: 44px;
  margin-bottom: 5px;
  background: url("/images/common/icon_mail.gif") no-repeat top 2px left 2px;
}


.inquiry-box .inquiry-content .note {
  padding: 0;
  margin: 0;
}

.inquiry-box .inquiry-content .note li {
  position: relative;
  font-size: 13px;
  font-size: 0.8125rem;
  list-style: none;
  padding-left: 15px;
  margin: 0;
}

.inquiry-box .inquiry-content .note li span {
  position: absolute;
  left: 0;
  top: 0;
}

@media only screen and (max-width: 669px) {
  .inquiry-box {
    display: block;
    width: auto;
    margin: 0 10px 6px 10px;
  }

  .inquiry-box .title,
  .inquiry-box .inquiry-content {
    display: block;
    padding: 5px;
  }

  .inquiry-box .title {
    border-right: 0;
    border-bottom: 1px dotted #585858;
    font-size: 15px;
    font-size: 0.9375rem;
    width: auto;
  }

  .inquiry-box .inquiry-content {
    padding: 5px;
  }

  .inquiry-box .inquiry-content .telnumber {
    font-size: 26px;
    font-size: 1.625rem;
    padding-left: 40px;
    margin-bottom: 5px;
    background: url("/images/common/icon_navi.gif") no-repeat left 7px;
  }

  .inquiry-box .inquiry-content .phone {
    font-size: 26px;
    font-size: 1.625rem;
    padding-left: 40px;
    margin-bottom: 5px;
    background: url("/images/common/icon_phone.gif") no-repeat left 7px;
  }

  .inquiry-box .inquiry-content .note li {
    font-size: 11px;
    font-size: 0.6875rem;
  }

  .inquiry-box .inquiry-content .mail {
    font-size: 21px;
    font-size: 1.3125rem;
    padding-left: 40px;
    margin-bottom: 5px;
    background: url("/images/common/icon_mail.gif") no-repeat;
  }
}

.business-product-list {
  margin-bottom: 40px;
}

.business-product-list ul {
  padding: 0;
  margin: 0;
}

.business-product-list ul li {
  position: relative;
  display: table;
  font-size: 18px;
  font-size: 1.125rem;
  list-style: none;
  width: 100%;
  padding: 10px 25px;
  margin-bottom: 13px;
  background-color: #eee;
  overflow: hidden;
}

.business-product-list ul li:before {
  content: "a";
  color: #666;
  font-size: 26px;
  font-size: 1.625rem;
  font-family: "sega-font-icon";
  position: absolute;
  top: 50%;
  right: 25px;
  margin-top: -13px;
}

.business-product-list ul li a:hover .information {
  text-decoration: underline;
}

.business-product-list ul li .image,
.business-product-list ul li .text {
  display: table-cell;
  vertical-align: middle;
}

.business-product-list ul li .image {
  width: 115px;
}

.business-product-list ul li .text {
  width: 1036px;
}

.business-product-list ul li .text .date {
  padding: 2px 0;
}

.business-product-list ul li .text .information {
  padding: 2px 0;
}

.business-product-list ul li .text .information i {
  display: inline;
  font-size: 14px;
  font-size: 0.875rem;
  padding: 3px 15px;
  margin-left: 10px;
}

@media only screen and (max-width: 669px) {
  .business-product-list {
    margin-bottom: 20px;
  }

  .business-product-list ul li {
    font-size: 12px;
    font-size: 0.75rem;
    padding: 10px 25px 10px 10px;
    margin-bottom: 10px;
  }

  .business-product-list ul li:before {
    font-size: 20px;
    font-size: 1.25rem;
    right: 5px;
    margin-top: -10px;
  }

  .business-product-list ul li .image {
    width: 20%;
  }

  .business-product-list ul li .text {
    width: 80%;
    padding-left: 10px;
  }

  .business-product-list ul li .text .information i {
    font-size: 10px;
    font-size: 0.625rem;
    padding: 2px 5px;
    margin-left: 5px;
  }
}

.support-list {
  margin-top: -17px;
}

.support-list ul {
  padding: 0;
  margin: 0 0 40px 5px;
}

.support-list ul li {
  display: table;
  list-style: none;
  border-bottom: 1px dotted #ccc;
  width: 100%;
  padding: 10px 0;
  overflow: hidden;
}

.support-list ul li div {
  display: table-cell;
  padding: 5px 0;
}

.support-list ul li div a {
  display: block;
}

.support-list ul li div a:hover {
  text-decoration: underline;
}

.support-list ul li .date {
  text-align: left;
  width: 105px;
  padding-left: 5px;
}

.support-list ul li .information {
  position: relative;
  display: block;
  width: 100%;
  padding-left: 55px;
}

.support-list ul li .information .pdf {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  color: #fff;
  font-size: 11px;
  font-size: 0.6875rem;
  text-align: center;
  width: 40px;
  margin: 7px 0;
  background-color: #de1400;
}

@media only screen and (max-width: 669px) {
  .support-list {
    margin-top: -10px;
  }

  .support-list ul {
    margin-bottom: 20px;
  }

  .support-list ul li {
    padding: 0 10px 10px 10px;
    margin-bottom: 10px;
    display: block;
  }

  .support-list ul li div {
    display: block;
    padding: 5px 0;
  }

  .support-list ul li div a {
    display: block;
  }

  .support-list ul li div a:hover {
    text-decoration: underline;
  }

  .support-list ul li .date {
    text-align: left;
    width: 100%;
    padding-top: 6px;
    padding-bottom: 0;
    padding-left: 0;
  }

  .support-list ul li .information {
    position: relative;
    padding-left: 55px;
  }

  .support-list ul li .information .pdf {
    margin: 7px 0;
  }
}

@-webkit-keyframes menu-bar01 {
  0% {
    -webkit-transform: translateY(8px) rotate(45deg);
  }

  50% {
    -webkit-transform: translateY(8px) rotate(0);
  }

  100% {
    -webkit-transform: translateY(0) rotate(0);
  }
}

@keyframes menu-bar01 {
  0% {
    transform: translateY(8px) rotate(45deg);
  }

  50% {
    transform: translateY(8px) rotate(0);
  }

  100% {
    transform: translateY(0) rotate(0);
  }
}

header #header-middle #menu-button .menu-trigger span:nth-of-type(2) {
  transition: all .25s .25s;
  opacity: 1;
}

header #header-middle #menu-button .menu-trigger span:nth-of-type(3) {
  -webkit-animation: menu-bar02 .75s forwards;
  animation: menu-bar02 .75s forwards;
}

@-webkit-keyframes menu-bar02 {
  0% {
    -webkit-transform: translateY(-8px) rotate(-45deg);
  }

  50% {
    -webkit-transform: translateY(-8px) rotate(0);
  }

  100% {
    -webkit-transform: translateY(0) rotate(0);
  }
}

@keyframes menu-bar02 {
  0% {
    transform: translateY(-8px) rotate(-45deg);
  }

  50% {
    transform: translateY(-8px) rotate(0);
  }

  100% {
    transform: translateY(0) rotate(0);
  }
}

header #header-middle #menu-button .menu-trigger.active span:nth-of-type(1) {
  -webkit-animation: active-menu-bar01 .75s forwards;
  animation: active-menu-bar01 .75s forwards;
}

@-webkit-keyframes active-menu-bar01 {
  0% {
    -webkit-transform: translateY(0) rotate(0);
  }

  50% {
    -webkit-transform: translateY(8px) rotate(0);
  }

  100% {
    -webkit-transform: translateY(8px) rotate(45deg);
  }
}

@keyframes active-menu-bar01 {
  0% {
    transform: translateY(0) rotate(0);
  }

  50% {
    transform: translateY(8px) rotate(0);
  }

  100% {
    transform: translateY(8px) rotate(45deg);
  }
}

header #header-middle #menu-button .menu-trigger.active span:nth-of-type(2) {
  opacity: 0;
}

header #header-middle #menu-button .menu-trigger.active span:nth-of-type(3) {
  -webkit-animation: active-menu-bar03 .75s forwards;
  animation: active-menu-bar03 .75s forwards;
}

@-webkit-keyframes active-menu-bar03 {
  0% {
    -webkit-transform: translateY(0) rotate(0);
  }

  50% {
    -webkit-transform: translateY(-8px) rotate(0);
  }

  100% {
    -webkit-transform: translateY(-8px) rotate(-45deg);
  }
}

@keyframes active-menu-bar03 {
  0% {
    transform: translateY(0) rotate(0);
  }

  50% {
    transform: translateY(-8px) rotate(0);
  }

  100% {
    transform: translateY(-8px) rotate(-45deg);
  }
}

header #header-middle .link-area {
  right: 0;
  top: 50px;
  z-index: 1000;
  float: none;
  font-size: 15px;
  font-size: 0.9375rem;
  width: 100%;
  background-color: #fff;
  padding: 0 4% 5px;
  display: block;
}

header #header-middle .link-area:after {
  content: " ";
  display: block;
  clear: both;
}

header #header-middle .link-area #global-navi,
header #header-middle .link-area #search,
header #header-middle .link-area #sub-navi {
  float: none;
}

header #header-middle .link-area #global-navi ul li {
  display: block;
  border-left: none;
  float: left;
  width: 23%;
  height: 55px;
  margin: 0 1%;
  font-size: 8px;
  background-color: #fff;
  text-indent: -9999px;
}

header #header-middle .link-area #global-navi ul li a {
  display: block;
  text-align: left;
  width: 100%;
  height: 50px;
  padding: 0;
  margin: 5px 0 0;
}

/*  header #header-middle .link-area #global-navi ul li a:after {
    display: inline-block;
    color: #ccc;
    font-family: "sega-font-icon";
    font-style: normal;
    font-weight: normal;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-size: 20px;
    font-size: 1.25rem;
    line-height: 1;
    content: "a";
    position: absolute;
    right: 10px;
    top: 50%;
    margin-top: -10px;
  }*/
header #header-middle .link-area #global-navi ul li a:before,
header #header-middle .link-area #global-navi ul li a:hover:before {
  display: none;
}

header #header-middle .link-area #global-navi ul li a br {
  display: none;
}

header #header-middle .link-area #search {
  border: none;
  text-align: left;
  width: 100%;
  height: auto;
}

header #header-middle .link-area #search span {
  padding: 15px 0 15px 10px;
}

header #header-middle .link-area #search span:after {
  content: "　ゲーム検索";
  font-size: 0.9375rem;
}

header #header-middle .link-area #search p {
  display: none;
}

header #header-middle .link-area #sub-navi ul li {
  display: block;
  border-left: none;
  border-bottom: 1px solid #444;
}

header #header-middle .link-area #sub-navi ul li a {
  position: relative;
  display: block;
  text-align: left;
  width: 100%;
  height: auto;
  padding: 15px 0 15px 10px;
}

header #header-middle .link-area #sub-navi ul li a:hover {
  color: #bbb;
}

header #header-middle .link-area #sub-navi ul li a:before {
  display: inline-block;
  color: #ccc;
  font-family: "sega-font-icon";
  font-style: normal;
  font-weight: normal;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 20px;
  font-size: 1.25rem;
  line-height: 1;
  content: "a";
  position: absolute;
  right: 10px;
  top: 50%;
  margin-top: -10px;
}

header #header-middle .link-area #sub-navi ul li a br {
  display: none;
}

header #header-bottom {
  min-width: inherit;
  background-color: #fff;
}

header #header-bottom:after {
  display: none;
}

header #header-bottom #local-navi {
  float: none;
}

header #header-bottom #local-navi ul li {
  border-left: none;
  border-right: 1px solid #ababa9;
  border-bottom: 1px solid #ababa9;
  width: 33.3336%;
}

header #header-bottom #local-navi ul li a {
  width: 33.3336%;
  font-size: 11px;
  font-size: 0.6875rem;
  padding: 9px 0 15px;
  background-color: #e0e0e0;
}

header #header-bottom #local-navi ul li a:after {
  display: none;
}

header #header-bottom #local-navi ul li a:hover {
  background-color: #f3f3f3;
}

header #header-bottom #local-navi ul li a:hover:after {
  display: none;
}
}


/*
 *  Owl Carousel - Animate Plugin
 */
.owl-carousel .animated {
  -webkit-animation-duration: 1000ms;
  animation-duration: 1000ms;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}

.owl-carousel .owl-animated-in {
  z-index: 0;
}

.owl-carousel .owl-animated-out {
  z-index: 1;
}

.owl-carousel .fadeOut {
  -webkit-animation-name: fadeOut;
  animation-name: fadeOut;
}

@-webkit-keyframes fadeOut {
  0% {
    opacity: 1;
  }

  100% {
    opacity: 0;
  }
}

@keyframes fadeOut {
  0% {
    opacity: 1;
  }

  100% {
    opacity: 0;
  }
}

/*
 * 	Owl Carousel - Auto Height Plugin
 */
.owl-height {
  -webkit-transition: height 500ms ease-in-out;
  -moz-transition: height 500ms ease-in-out;
  -ms-transition: height 500ms ease-in-out;
  -o-transition: height 500ms ease-in-out;
  transition: height 500ms ease-in-out;
}

/*
 *  Core Owl Carousel CSS File
 */
.owl-carousel {
  display: none;
  width: 100%;
  -webkit-tap-highlight-color: transparent;
  /* position relative and z-index fix webkit rendering fonts issue */
  position: relative;
  z-index: 1;
}

.owl-carousel .owl-stage {
  position: relative;
  -ms-touch-action: pan-Y;
}

.owl-carousel .owl-stage:after {
  content: ".";
  display: block;
  clear: both;
  visibility: hidden;
  line-height: 0;
  height: 0;
}

.owl-carousel .owl-stage-outer {
  position: relative;
  overflow: hidden;
  /* fix for flashing background */
  -webkit-transform: translate3d(0px, 0px, 0px);
}

.owl-carousel .owl-controls .owl-nav .owl-prev,
.owl-carousel .owl-controls .owl-nav .owl-next,
.owl-carousel .owl-controls .owl-dot {
  cursor: pointer;
  cursor: hand;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.owl-carousel.owl-loaded {
  display: block;
}

.owl-carousel.owl-loading {
  opacity: 0;
  display: block;
}

.owl-carousel.owl-hidden {
  opacity: 0;
}

.owl-carousel .owl-refresh .owl-item {
  display: none;
}

.owl-carousel .owl-item {
  position: relative;
  min-height: 1px;
  float: left;
  -webkit-backface-visibility: hidden;
  -webkit-tap-highlight-color: transparent;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.owl-carousel .owl-item img {
  display: block;
  width: 100%;
  -webkit-transform-style: preserve-3d;
}

.owl-carousel.owl-text-select-on .owl-item {
  -webkit-user-select: auto;
  -moz-user-select: auto;
  -ms-user-select: auto;
  user-select: auto;
}

.owl-carousel .owl-grab {
  cursor: move;
  cursor: -webkit-grab;
  cursor: -o-grab;
  cursor: -ms-grab;
  cursor: grab;
}

.owl-carousel.owl-rtl {
  direction: rtl;
}

.owl-carousel.owl-rtl .owl-item {
  float: right;
}

/* No Js */
.no-js .owl-carousel {
  display: block;
}

/*
 * 	Owl Carousel - Lazy Load Plugin
 */
.owl-carousel .owl-item .owl-lazy {
  opacity: 0;
  -webkit-transition: opacity 400ms ease;
  -moz-transition: opacity 400ms ease;
  -ms-transition: opacity 400ms ease;
  -o-transition: opacity 400ms ease;
  transition: opacity 400ms ease;
}

.owl-carousel .owl-item img {
  transform-style: preserve-3d;
}

/*
 * 	Owl Carousel - Video Plugin
 */
.owl-carousel .owl-video-wrapper {
  position: relative;
  height: 100%;
  background: #000;
}

.owl-carousel .owl-video-play-icon {
  position: absolute;
  height: 80px;
  width: 80px;
  left: 50%;
  top: 50%;
  margin-left: -40px;
  margin-top: -40px;
  background: url("owl.video.play.png") no-repeat;
  cursor: pointer;
  z-index: 1;
  -webkit-backface-visibility: hidden;
  -webkit-transition: scale 100ms ease;
  -moz-transition: scale 100ms ease;
  -ms-transition: scale 100ms ease;
  -o-transition: scale 100ms ease;
  transition: scale 100ms ease;
}

.owl-carousel .owl-video-play-icon:hover {
  -webkit-transition: scale(1.3, 1.3);
  -moz-transition: scale(1.3, 1.3);
  -ms-transition: scale(1.3, 1.3);
  -o-transition: scale(1.3, 1.3);
  transition: scale(1.3, 1.3);
}

.owl-carousel .owl-video-playing .owl-video-tn,
.owl-carousel .owl-video-playing .owl-video-play-icon {
  display: none;
}

.owl-carousel .owl-video-tn {
  opacity: 0;
  height: 100%;
  background-position: center center;
  background-repeat: no-repeat;
  -webkit-background-size: contain;
  -moz-background-size: contain;
  -o-background-size: contain;
  background-size: contain;
  -webkit-transition: opacity 400ms ease;
  -moz-transition: opacity 400ms ease;
  -ms-transition: opacity 400ms ease;
  -o-transition: opacity 400ms ease;
  transition: opacity 400ms ease;
}

.owl-carousel .owl-video-frame {
  position: relative;
  z-index: 1;
}

.swiper-slide {
  opacity: 0;
}

.swiper-slide.swiper-slide-prev {
  opacity: 0.5;
}

.swiper-slide.swiper-slide-next {
  opacity: 0.5;
}

.swiper-slide.swiper-slide-prev .information {
  display: none;
}

.swiper-slide.swiper-slide-next .information {
  display: none;
}

@media only screen and (max-width: 669px) {
  .swiper-slide.swiper-slide-prev {
    opacity: 0;
  }

  .swiper-slide.swiper-slide-next {
    opacity: 0;
  }

  .swiper-button-next {
    display: none;
  }

  .swiper-button-prev {
    display: none;
  }
}

.swiper-slide.swiper-slide-active {
  opacity: 1.0;
}

div.carousel-wrapper {
  padding-bottom: 75px;
  width: 100%;
  overflow: hidden;
  margin-top: -65px;
}

@media only screen and (max-width: 669px) {
  div.carousel-wrapper {
    margin-top: 0;
  }
}

div.carousel-bg {
  background: #A9E2FF;
}

div.carousel {
  margin-left: -300px;
  overflow: visible;
  background: #A9E2FF;
  width: 1800px;
}

.carousel .contents {
  position: relative;
  top: 0;
  height: 395px;
  z-index: 100;
  overflow: hidden;
  margin: 20px auto 10px;
}

.owl-item.active:nth-child(2) {
  width: 100%;
  height: 1000px;
  z-index: 1000;
}

.carousel .contents .images {
  width: 770px;
  margin: 0 auto;
}

.carousel .contents .images img {
  width: 770px;
}

.carousel .contents .information {
  width: 770px;
  margin: 0 auto;
}

.carousel .contents .information .product-info {
  padding: 15px 0;
  float: left;
}

.carousel .contents .information .related-link {
  float: right;
}

.page-sp-game .carousel .contents .information nav ul li a {
  background-color: #3361c4;
}

.page-pc-game .carousel .contents .information nav ul li a {
  background-color: #158d8d;
}

.page-ac-game .carousel .contents .information nav ul li a {
  background-color: #d6563d;
}

.page-amusement .carousel .contents .information nav ul li a {
  background-color: #e57e29;
}

.page-goods .carousel .contents .information nav ul li a {
  background-color: #743e5f;
}

.page-prize .carousel .contents .information nav ul li a {
  background-color: #dd3e6f;
}

.page-toy .carousel .contents .information nav ul li a {
  background-color: #17c261;
}

.page-anime .carousel .contents .information nav ul li a {
  background-color: #e9b730;
}

.page-darts .carousel .contents .information nav ul li a {
  background-color: #743e5f;
}

.carousel.swiper-container.swiper-container-coverflow .swiper-pagination {
  position: absolute;
  bottom: -15px;
}

.carousel.swiper-container.swiper-container-coverflow .swiper-pagination-bullet {
  width: 50px;
  height: 6px;
  border-radius: 0;
  margin: 0 3px;
}

.swiper-custom-button {
  background-image: none !important;
  color: #333;
  font-size: 36px;
  text-align: center;
}

.swiper-button-prev.swiper-custom-button {
  left: 460px !important;
}

.swiper-button-next.swiper-custom-button {
  right: 470px !important;
}

@media only screen and (max-width: 669px) {
  div.carousel {
    margin-left: -50%;
    overflow: visible;
    background: #A9E2FF;
    width: 200%;
  }

  .carousel.swiper-container.swiper-container-coverflow .swiper-pagination-bullet {
    width: 40px;
  }

  .swiper-button-prev.swiper-custom-button {
    left: 25% !important;
  }

  .swiper-button-next.swiper-custom-button {
    right: 30% !important;
  }
}

.carousel .contents .information .product-info .tags {
  margin: 0 0 .4em 0;
  padding: 0;
}

.carousel .contents .information .product-info .tags li {
  display: inline-block;
  padding: 6px 10px 4px;
  list-style: none;
  background-color: #eee;
  color: #fff;
  line-height: 1;
  font-size: 14px;
  font-size: 0.875rem;
  /* 2017/12/08 s */
  margin-top: 5px;
  /* 2017/12/08 e */
}

.carousel .contents .information .product-info .tags li.catlink {
  display: inline-block;
  padding: 0;
  list-style: none;
  background-color: #eee;
  color: #fff;
  line-height: 1;
  font-size: 14px;
  font-size: 0.875rem;
  /* 2017/12/08 s */
  margin-top: 5px;
  /* 2017/12/08 e */
}

.page-sp-game .carousel .contents .information .product-info .tags li {
  background-color: #3361c4;
}

/* 2017/12/05 s */
.page-sp-game .carousel .contents .information .product-info .tags li.catlink a {
  color: #f0f0f0;
  display: block;
  width: 100%;
  padding: 6px 10px 4px;
}

.page-sp-game .carousel .contents .information .product-info .tags li.catlink:hover {
  opacity: 0.8;
  filter: alpha(opacity=80);
  -webkit-transition: 0.2s ease-out;
  -moz-transition: 0.2s ease-out;
  -ms-transition: 0.2s ease-out;
  -o-transition: 0.2s ease-out;
  transition: 0.2s ease-out;
}

/* 2017/12/05 e */
.page-pc-game .carousel .contents .information .product-info .tags li {
  background-color: #158d8d;
}

/* 2017/12/05 s */
.page-pc-game .carousel .contents .information .product-info .tags li.catlink a {
  color: #f0f0f0;
  display: block;
  width: 100%;
  padding: 6px 10px 4px;
}

.page-pc-game .carousel .contents .information .product-info .tags li.catlink:hover {
  opacity: 0.8;
  filter: alpha(opacity=80);
  -webkit-transition: 0.2s ease-out;
  -moz-transition: 0.2s ease-out;
  -ms-transition: 0.2s ease-out;
  -o-transition: 0.2s ease-out;
  transition: 0.2s ease-out;
}

/* 2017/12/05 e */
.page-ac-game .carousel .contents .information .product-info .tags li {
  background-color: #d6563d;
}

/* 2017/12/05 s */
.page-ac-game .carousel .contents .information .product-info .tags li.catlink a {
  color: #f0f0f0;
  display: block;
  width: 100%;
  padding: 6px 10px 4px;
}

.page-ac-game .carousel .contents .information .product-info .tags li.catlink:hover {
  opacity: 0.8;
  filter: alpha(opacity=80);
  -webkit-transition: 0.2s ease-out;
  -moz-transition: 0.2s ease-out;
  -ms-transition: 0.2s ease-out;
  -o-transition: 0.2s ease-out;
  transition: 0.2s ease-out;
}

/* 2017/12/05 e */
.page-amusement .carousel .contents .information .product-info .tags li {
  background-color: #e57e29;
}

/* 2017/12/05 s */
.page-amusement .carousel .contents .information .product-info .tags li.catlink a {
  color: #f0f0f0;
  display: block;
  width: 100%;
  padding: 6px 10px 4px;
}

.page-amusement .carousel .contents .information .product-info .tags li.catlink:hover {
  opacity: 0.8;
  filter: alpha(opacity=80);
  -webkit-transition: 0.2s ease-out;
  -moz-transition: 0.2s ease-out;
  -ms-transition: 0.2s ease-out;
  -o-transition: 0.2s ease-out;
  transition: 0.2s ease-out;
}

/* 2017/12/05 e */
.page-goods .carousel .contents .information .product-info .tags li {
  background-color: #743e5f;
}

/* 2017/12/05 s */
.page-goods .carousel .contents .information .product-info .tags li.catlink a {
  color: #f0f0f0;
  display: block;
  width: 100%;
}

.page-goods .carousel .contents .information .product-info .tags li.catlink:hover {
  opacity: 0.8;
  filter: alpha(opacity=80);
  -webkit-transition: 0.2s ease-out;
  -moz-transition: 0.2s ease-out;
  -ms-transition: 0.2s ease-out;
  -o-transition: 0.2s ease-out;
  transition: 0.2s ease-out;
}

/* 2017/12/05 e */

.carousel .contents .information .product-info .title {
  margin-bottom: .6em;
}

.carousel .contents .information .product-info .title strong {
  font-size: 16px;
  font-size: 1rem;
  /*  font-weight: normal;*/
}

.carousel .contents .information .related-link ul {
  margin: 0;
  padding: 0;
}

.carousel .contents .information .related-link ul li {
  margin-top: 10px;
  font-size: 14px;
  font-size: 0.875rem;
  list-style: none;
  float: left;
  margin-left: 10px;
}

.carousel .contents .information .related-link ul li a {
  position: relative;
  display: block;
  padding: 10px;
  width: 170px;
  color: #fff;
  background-color: rgba(0, 0, 0, 0.4);
}

.carousel .contents .information .related-link ul li a:before {
  display: inline-block;
  color: #fff;
  font-family: "sega-font-icon";
  font-style: normal;
  font-weight: normal;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 14px;
  font-size: 0.875rem;
  line-height: 1;
  content: "a";
  position: absolute;
  right: 10px;
  top: 50%;
  margin-top: -8px;
  font-weight: 100;
}

.carousel .contents .information .related-link ul li a:hover {
  background-color: rgba(0, 0, 0, 0.2);
}

.carousel .background-image {
  position: absolute;
  top: 0;
  width: 110%;
  height: 450px;
  overflow: hidden;
  z-index: 1;
}

.carousel .background-image img {
  -webkit-filter: blur(20px);
  -moz-filter: blur(20px);
  -o-filter: blur(20px);
  -ms-filter: blur(20px);
  filter: blur(20px);
  margin: -20px -40px -40px -20px;
}

@media only screen and (max-width: 669px) {
  .carousel {
    margin-top: 0;
  }

  .carousel .owl-carousel {
    min-width: 100%;
  }

  .carousel .owl-carousel .owl-item {
    height: 100%;
  }

  .carousel .owl-thumbs {
    display: none;
  }

  .carousel .contents {
    height: 100%;
    padding-bottom: 0;
    margin-top: 10px;
  }

  .carousel .contents .images {
    position: static;
    width: 100%;
    top: 0;
    bottom: auto;
  }

  .carousel .contents .images img {
    width: 100%;
    height: auto;
  }

  .carousel .contents .information {
    position: static;
    width: 100%;
  }

  .carousel .contents .information .product-info {
    position: relative;
    width: 100%;
    margin: 0;
    padding: 10px 0;
    min-height: 100%;
    bottom: auto;
  }

  .carousel .contents .information .product-info .tags {
    display: none;
  }

  .carousel .contents .information .product-info .title {
    margin: 0;
    padding: 3px 4px 2px;
    line-height: 1;
  }

  .carousel .contents .information .product-info .description {
    display: none;
  }

  .carousel .contents .information .related-link {
    float: left;
    width: 100%;
  }

  .carousel .contents .information .related-link ul {
    overflow: hidden;
  }

  .carousel .contents .information .related-link ul li {
    float: left;
    width: 50%;
    padding: 0 5px;
    letter-spacing: normal;
    font-size: 12px;
    font-size: 0.75rem;
    margin-left: 0;
    margin-top: 0;
  }

  .carousel .contents .information .related-link ul li a {
    width: 100%;
    padding: 10px 10px;
  }

  .carousel .contents .information .related-link ul li a:before {
    font-size: 24px;
    font-size: 1.5rem;
    margin-top: -12px;
  }

  .carousel .background-image {
    width: 200%;
    height: 100%;
  }

  /*
  .page-sp-game .carousel .contents .information .product-info {
    background-color: rgba(52, 98, 196);
  }

  .page-pc-game .carousel .contents .information .product-info {
    background-color: rgba(21, 141, 140);
  }

  .page-ac-game .carousel .contents .information .product-info {
    background-color: rgba(214, 86, 61);
  }

  .page-amusement .carousel .contents .information .product-info {
    background-color: rgba(228, 126, 41);
  }

  .page-goods .carousel .contents .information .product-info {
    background-color: rgba(116, 62, 94);
  }
*/
}

/**
 * BxSlider v4.1.2 - Fully loaded, responsive content slider
 * http://bxslider.com
 *
 * Written by: Steven Wanderski, 2014
 * http://stevenwanderski.com
 * (while drinking Belgian ales and listening to jazz)
 *
 * CEO and founder of bxCreative, LTD
 * http://bxcreative.com
 */
/** RESET AND LAYOUT
===================================*/
.bx-wrapper {
  position: relative;
  margin: 0 auto;
  padding: 0;
  *zoom: 1;
}

.bx-wrapper img {
  max-width: 100%;
  display: block;
}

/** THEME
===================================*/
.bx-wrapper .bx-viewport {
  /*fix other elements on the page moving (on Chrome)*/
  -webkit-transform: translatez(0);
  -moz-transform: translatez(0);
  -ms-transform: translatez(0);
  -o-transform: translatez(0);
  transform: translatez(0);
}

.bx-wrapper .bx-pager,
.bx-wrapper .bx-controls-auto {
  position: absolute;
  bottom: -30px;
  width: 100%;
}

/* LOADER */
.bx-wrapper .bx-loading {
  min-height: 50px;
  background: url("/images/common/loader.gif") center center no-repeat #fff;
  height: 100%;
  width: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 2000;
}

/* PAGER */
.bx-wrapper .bx-pager {
  text-align: center;
  font-size: .85em;
  font-family: Arial;
  font-weight: bold;
  color: #666;
  padding-top: 20px;
}

.bx-wrapper .bx-pager .bx-pager-item,
.bx-wrapper .bx-controls-auto .bx-controls-auto-item {
  display: inline-block;
  *zoom: 1;
  *display: inline;
}

.bx-wrapper .bx-pager.bx-default-pager a {
  background: #666;
  text-indent: -9999px;
  display: block;
  width: 10px;
  height: 10px;
  margin: 0 5px;
  outline: 0;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  border-radius: 5px;
}

.bx-wrapper .bx-pager.bx-default-pager a:hover,
.bx-wrapper .bx-pager.bx-default-pager a.active {
  background: #000;
}

/* DIRECTION CONTROLS (NEXT / PREV) */
.bx-wrapper .bx-controls-direction a {
  position: absolute;
  top: 0;
  outline: 0;
  width: 50px;
  height: 100%;
  background-color: #eee;
  text-indent: -9999px;
  z-index: 9999;
}

.bx-wrapper .bx-controls-direction a.disabled {
  display: none;
}

.bx-wrapper .bx-prev {
  left: 0;
  background: url("/images/common/controls.png") no-repeat 0 50%;
}

.bx-wrapper .bx-next {
  right: 0;
  background: url("/images/common/controls.png") no-repeat -50px 50%;
}

.bx-wrapper .bx-controls-direction a:hover {
  background-color: #ddd;
}

/* PAGER WITH AUTO-CONTROLS HYBRID LAYOUT */
.bx-wrapper .bx-controls.bx-has-controls-auto.bx-has-pager .bx-pager {
  text-align: left;
  width: 80%;
}

.bx-wrapper .bx-controls.bx-has-controls-auto.bx-has-pager .bx-controls-auto {
  right: 0;
  width: 35px;
}

/* IMAGE CAPTIONS */
.bx-wrapper .bx-caption {
  position: absolute;
  bottom: 0;
  left: 0;
  background: #666 \9;
  background: rgba(80, 80, 80, 0.75);
  width: 100%;
}

.bx-wrapper .bx-caption span {
  color: #fff;
  font-family: Arial;
  display: block;
  font-size: .85em;
  padding: 10px;
}

ul.topics-list {
  width: 1071px;
  padding: 0;
  margin: 0 auto;
  overflow: hidden;
  transform: scale(1);
  /* 201801 Edit */
  width: 100%;
  list-style: none;
  /* 201801 Edit */
}

/* 201801 Edit Start*/
ul.topics-list>li {
  width: 285px;
  float: left;
  margin-right: 20px;
  margin-bottom: 0;
}

@media only screen and (min-width: 670px) {
  .home ul.topics-list>li {
    margin-bottom: 30px;
  }

  .home ul.topics-list>li:nth-child(4)~li {
    margin-bottom: 0;
  }
}

ul.topics-list>li:nth-child(4n) {
  margin-right: 0;
}

ul.topics-list>li:last-child {
  margin-right: 0;
}

ul.topics-list>li .box-link {
  /*  height:290px;*/
}

ul.topics-list>li.fix-banner {
  width: 590px;
  float: left;
  padding-left: 0;
  margin-right: 20px;
}

ul.topics-list>li.fix-banner ul {
  width: 100%;
  margin: 0;
  padding: 0;
}

ul.topics-list>li.fix-banner ul>li {
  width: 100%;
  height: auto;
}

ul.topics-list>li.fix-banner ul>li img {
  width: 100%;
}

ul.topics-list>li>.box-link>a>.image>img {
  width: 100%;
}

ul.topics-list>li>.box-link>a>.text>.genre {
  background: none;
  font-size: 0.625rem;
  margin-top: 5px;
}

ul.topics-list>li>.box-link>a>.text>.date {
  margin: 5px 0 3px;
  font-size: 0.750rem;
}

ul.topics-list>li>.box-link>a>.text>p {
  margin-bottom: 0;
  font-weight: normal;
  font-size: 0.813rem;
}

ul.topics-list>li>.box-link>a>.text>.genre span+span {
  margin-left: 8px;
}

ul.topics-list>li.genre-sp-game>.box-link>a>.text>.genre {
  color: #3361c4;
}

ul.topics-list>li.genre-pc-game>.box-link>a>.text>.genre {
  color: #158d8d;
}

ul.topics-list>li.genre-ac-game>.box-link>a>.text>.genre {
  color: #d6563d;
}

ul.topics-list>li.genre-amusement>.box-link>a>.text>.genre {
  color: #e57e29;
}

ul.topics-list>li.genre-goods>.box-link>a>.text>.genre {
  color: #743e5f;
}

ul.topics-list>li.genre-prize>.box-link>a>.text>.genre {
  color: #DD3E6F;
}

ul.topics-list>li.genre-toy>.box-link>a>.text>.genre {
  color: #17C261;
}

ul.topics-list>li.genre-anime>.box-link>a>.text>.genre {
  color: #E9B730;
}

ul.topics-list>li.genre-darts>.box-link>a>.text>.genre {
  color: #743E5F;
}

ul.topics-list>li>.box-link>a>.text>.genre .genre-sp-game {
  color: #3361c4;
}

ul.topics-list>li>.box-link>a>.text>.genre .genre-pc-game {
  color: #158d8d;
}

ul.topics-list>li>.box-link>a>.text>.genre .genre-ac-game {
  color: #d6563d;
}

ul.topics-list>li>.box-link>a>.text>.genre .genre-amusement {
  color: #e57e29;
}

ul.topics-list>li>.box-link>a>.text>.genre .genre-goods {
  color: #743e5f;
}

ul.topics-list>li>.box-link>a>.text>.genre .genre-prize {
  color: #DD3E6F;
}

ul.topics-list>li>.box-link>a>.text>.genre .genre-toy {
  color: #17C261;
}

ul.topics-list>li>.box-link>a>.text>.genre .genre-anime {
  color: #E9B730;
}

ul.topics-list>li>.box-link>a>.text>.genre .genre-darts {
  color: #743E5F;
}

ul.topics-list>li>.box-link>a>.text>.genre .genre-info {
  color: #bd113d;
}

ul.topics-list>li>.box-link>a>.text>.genre.icon-gray .genre-info {
  color: #999999;
}


/* 201801 Edit End*/

ul.topics-list ul {
  padding-left: 66px;
}

/*2017/02/08 height update s*/
ul.topics-list ul li {
  position: relative;
  list-style: none;
  float: left;
  width: 352px;
  /*  height: 484px;*/
  height: 454px;
  padding: 0;
  margin: 0 5px 15px 0;
  /*  background-color: #000;*/
}

/*2017/02/08 height update e*/
ul.topics-list ul li .image {
  width: 352px;
  height: 250px;
  overflow: hidden;
}

ul.topics-list ul li .image img {
  width: 100%;
  vertical-align: bottom;
}

ul.topics-list ul li .genre-date {
  display: table;
  width: 100%;
  height: 30px;
}

ul.topics-list ul li .genre-date .genre,
ul.topics-list ul li .genre-date .date {
  display: table-cell;
  color: #fff;
  line-height: 1;
  vertical-align: middle;
}

ul.topics-list ul li .genre-date .genre {
  font-size: 0.875rem;
  text-align: center;
  width: 60%;
}

ul.topics-list ul li .genre-date .date {
  font-size: 0.625rem;
  text-align: right;
  padding-right: 22px;
  background-color: #484848;
}

/*2017/02/08 height update s*/
ul.topics-list ul li .text {
  position: relative;
  /*  height: 160px;*/
  height: 130px;
  color: #f0f0f0;
  padding: 12px 22px 52px;
}

/*2017/02/08 height update e*/
ul.topics-list ul li .text p {
  margin-bottom: 0.6em;
}

/*2017/02/08 height update s*/
ul.topics-list ul li .text .title {
  text-align: justify;
  word-break: break-all;
  font-weight: normal;
}

/*2017/02/08 height update e*/
ul.topics-list ul li .text .title strong {
  /*  font-weight: normal;*/
}

ul.topics-list ul li .text .description {
  font-size: 11px;
  font-size: 0.6875rem;
  line-height: 1.4;
}

ul.topics-list ul li .text .more {
  position: absolute;
  bottom: 19px;
  left: 0;
  width: 308px;
  margin: 0 22px;
}

ul.topics-list ul li .link-official {
  position: absolute;
  bottom: 0;
  width: 100%;
}

@media only screen and (max-width: 669px) {
  ul.topics-list {
    width: auto;
    overflow: hidden;
    list-style: none;
  }

  ul.topics-list li {
    float: left;
    width: 50%;
    padding: 0 4px;
    margin: 20px 0 0 0;
    background-color: #fff;
  }

  ul.topics-list li:nth-child(1) {
    margin-top: 0;
  }

  ul.topics-list li:nth-child(2) {
    margin-top: 0;
  }

  ul.topics-list li.fix-banner ul li {
    margin-bottom: 10px;
  }

  ul.topics-list li .genre-date .genre,
  ul.topics-list li .genre-date .date {
    display: block;
  }

  ul.topics-list li .genre-date .genre {
    font-size: 10px;
    font-size: 0.625rem;
    font-weight: normal;
    text-align: center;
    width: 100%;
    padding: 5px 0;
    margin-bottom: 3px;
    color: #fff;
  }

  ul.topics-list li .genre-date .date {
    display: inline-block;
    -moz-border-radius: 20px;
    -webkit-border-radius: 20px;
    border-radius: 20px;
    font-size: 10px;
    font-size: 0.625rem;
    text-align: left;
    line-height: 1.5;
    padding: 2px 10px;
    background-color: #676661;
    color: #fff;
  }

  ul.topics-list li .text {
    color: #333;
    padding: 2px 0 0;
  }

  /*2017/02/08 s*/
  ul.topics-list li .text .title {
    font-size: 12px;
    font-size: 0.75rem;
    margin-bottom: 0.2em;
    font-weight: normal;
  }

  /*2017/02/08 e*/
  ul.topics-list li .text .title strong {
    font-weight: normal;
  }

  ul.topics-list li .text .description {
    display: none;
  }

  ul.topics-list li .text .more {
    display: none;
  }

  ul.topics-list li .link-official a {
    font-size: 12px;
    font-size: 0.75rem;
    padding: 8px 10px;
  }

  ul.topics-list li .link-official a:before {
    right: 10px;
  }

  ul.topics-list li:nth-of-type(n+7) {
    /*display: none;*/
  }

  ul.topics-list>li.fix-banner {
    width: 100%;
    float: left;
    padding-left: 0;
    margin-right: 0;
  }

  ul.topics-list>li .box-link {
    height: auto;
  }

}

/* 2016.03.22 update start */
.topics-attention-list {
  list-style-type: none;
  padding: 0;
  margin-bottom: 0 15px;
}

@media only screen and (max-width: 669px) {
  .topics-attention-list {
    padding: 0;
    margin-bottom: 0 15px;
  }
}

/* 2016.03.22 update end */

/* THREE 2016/03/16 Start */
.top-sns-buttons {
  margin-bottom: 5px;
  padding-bottom: 5px;
}

/* THREE 2016/03/16 End */

#main-visual {
  position: relative;
  /* THREE 2016/03/16 Start */
  margin-bottom: 50px;
  /* THREE 2016/03/16 End */
  /*  padding-top: 12px;*/
  min-width: 100%;
}

/* THREE 2016/03/17 Start */
@media only screen and (max-width: 669px) {
  #main-visual {
    /* THREE 2016/07/08 Start */
    margin-bottom: 25px;
    /* THREE 2016/07/08 End */
  }
}

/* THREE 2016/03/17 End */

#main-visual #main-wrap {
  position: relative;
  z-index: 100;
  /*
  #navi {
  	div {
  	    position: absolute;
  	    top:52%;
  	    margin: -25px 6% 0;
  	    width: 50px;
  	    height: 50px;
  	    border-top: solid 2px #fff;
  	    border-left: solid 2px #fff;
  	    cursor: pointer;
  	}
  	#prev {
  	    -ms-transform: rotateX(-45deg);
  	    -webkit-transform: rotate(-45deg);
  	    transform: rotate(-45deg);
  	}
  	#next {
  	    right: 0;
  	    -ms-transform: rotateX(135deg);
  	    -webkit-transform: rotate(135deg);
  	    transform: rotate(135deg);
  	}
  }
  */
}

#main-visual #main-wrap #main-photo {
  position: relative;
  height: 437px;
  margin: 0;
  z-index: 100;
}

#main-visual #main-wrap #main-photo img {
  position: absolute;
  top: 0;
  width: 100%;
}

#main-visual #main-wrap #thumbnail {
  position: relative;
  margin: -5px -1px 0;
  padding: 0;
  text-align: center;
  letter-spacing: -0.4em;
  overflow: hidden;
  z-index: 100;
}

#main-visual #main-wrap #thumbnail li {
  display: inline-block;
  width: 226px;
  height: 220px;
  letter-spacing: normal;
  margin-right: 18px;
  /* 201801 Edit */
  width: 50px;
  height: 6px;
  margin-right: 5px;
  background-color: #b2b2b2;
  font-size: 0.1rem;
  /* 201801 Edit */
}

#main-visual #main-wrap #thumbnail li:last-child {
  margin-right: 0;
}

#main-visual #main-wrap #thumbnail li .contents-box {
  position: relative;
  height: 160px;
  /* 201801 Edit */
  display: none;
  /* 201801 Edit */
}

#main-visual #main-wrap #thumbnail li .contents-box .images {
  position: absolute;
  top: 0;
  z-index: 500;
}

#main-visual #main-wrap #thumbnail li .contents-box .text {
  position: absolute;
  width: 100%;
  padding: 0 10px;
}

#main-visual #main-wrap #thumbnail li .contents-box .text .sub-title {
  font-size: 16px;
  font-size: 1rem;
  line-height: 1;
  margin: 40px 0 14px;
  padding-bottom: 0;
  border: none;
}

#main-visual #main-wrap #thumbnail li .contents-box .text .main-title {
  font-size: 18px;
  font-size: 1.125rem;
  line-height: 1.4;
}

#main-visual #main-wrap #thumbnail li .contents-box .text .main-title a {
  color: #fff;
  font-weight: normal;
}

#main-visual #main-wrap #thumbnail li .category {
  display: table;
  width: 100%;
  /* 201801 Edit */
  /*background-color: #ccc;*/
  /* 201801 Edit */
  font-size: 13px;
  font-size: 0.8125rem;
  text-align: left;
  /* 201801 Edit */
  /*padding-left: 60px;*/
  padding-left: 10px;
  /* 201801 Edit */
}

#main-visual #main-wrap #thumbnail li .category a {
  position: relative;
  display: table-cell;
  /* 201801 Edit */
  /*height: 60px;*/
  height: 6px;
  /* 201801 Edit */
  color: #fff;
  vertical-align: middle;
}

/* 201801 Edit */
/*
#main-visual #main-wrap #thumbnail li .category a:before {
  display: inline-block;
  color: #fff;
  font-family: "sega-font-icon";
  font-style: normal;
  font-weight: normal;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 24px;
  font-size: 1.5rem;
  line-height: 1;
  content: "a";
  position: absolute;
  right: 8px;
  margin-top: -2px;
  opacity: 0.5;
  filter: alpha(opacity=50);
}
*/
/* 201801 Edit */

#main-visual #main-wrap #thumbnail li .category a:hover {
  color: #fff;
  opacity: 0.8;
  filter: alpha(opacity=80);
  -webkit-transition: 0.2s ease-out;
  -moz-transition: 0.2s ease-out;
  -ms-transition: 0.2s ease-out;
  -o-transition: 0.2s ease-out;
  transition: 0.2s ease-out;
}

#main-visual #main-wrap #thumbnail .current .images {
  display: none;
}

/* 201801 Edit */
#main-visual #main-wrap #thumbnail li.current {
  background-color: #2d83ce;
}

/* 201801 Edit */

#main-visual #main-wrap #thumbnail .genre-sp-game {
  background-color: rgba(52, 98, 196, 0.6);
}

#main-visual #main-wrap #thumbnail .genre-sp-game .contents-box .sub-title {
  color: #143680;
}

#main-visual #main-wrap #thumbnail .genre-sp-game .category {
  background-color: #3361c4;
}

#main-visual #main-wrap #thumbnail .genre-pc-game {
  background-color: rgba(21, 141, 140, 0.6);
}

#main-visual #main-wrap #thumbnail .genre-pc-game .contents-box .sub-title {
  color: #054a49;
}

#main-visual #main-wrap #thumbnail .genre-pc-game .category {
  background-color: #158d8d;
}

#main-visual #main-wrap #thumbnail .genre-ac-game {
  background-color: rgba(214, 86, 61, 0.6);
}

#main-visual #main-wrap #thumbnail .genre-ac-game .contents-box .sub-title {
  color: #831c08;
}

#main-visual #main-wrap #thumbnail .genre-ac-game .category {
  background-color: #d6563d;
}

#main-visual #main-wrap #thumbnail .genre-amusement {
  background-color: rgba(228, 126, 41, 0.6);
}

#main-visual #main-wrap #thumbnail .genre-amusement .contents-box .sub-title {
  color: #643107;
}

#main-visual #main-wrap #thumbnail .genre-amusement .category {
  background-color: #e57e29;
}

#main-visual #main-wrap #thumbnail .genre-goods {
  background-color: rgba(116, 62, 94, 0.6);
}

#main-visual #main-wrap #thumbnail .genre-goods .contents-box .sub-title {
  color: #511036;
}

#main-visual #main-wrap #thumbnail .genre-goods .category {
  background-color: #743e5f;
}

#main-visual #background-image {
  position: absolute;
  top: 0;
  width: 100%;
  overflow: hidden;
  z-index: 1;
  /* 201801 Edit */
  height: 437px;
  /* 201801 Edit */
}

#main-visual #background-image img {
  width: 100%;
  height: 100%;
}

@media only screen and (max-width: 669px) {
  #main-visual {
    min-width: 100%;
    padding-top: 0;
  }

  #main-visual #main-wrap #main-photo {
    height: 320px;
    margin-bottom: 10px;
    overflow: hidden;
  }

  #main-visual #main-wrap #main-photo img {
    position: relative;
    display: inline-block;
  }

  #main-visual #main-wrap #thumbnail {
    display: none;
    text-align: left;
    margin: 0 auto;
    padding: 0 8px 0 11px;
  }

  #main-visual #main-wrap #thumbnail li {
    width: 33.333%;
    height: auto;
    min-height: 74px;
    background: none !important;
    margin: 0 0 0 0;
    padding: 0 2px;
  }

  #main-visual #main-wrap #thumbnail li .contents-box {
    display: none;
  }

  #main-visual #main-wrap #thumbnail li .category {
    padding: 0;
  }

  #main-visual #main-wrap #thumbnail li .category a {
    height: 90px;
    vertical-align: bottom;
    text-align: center;
  }

  #main-visual #main-wrap #thumbnail li .category a span {
    display: block;
    font-size: 8px;
    font-size: 0.5rem;
    letter-spacing: 0;
    margin-bottom: 5px;
  }

  #main-visual #main-wrap #thumbnail li .category a:before {
    display: none;
  }

  #main-visual #main-wrap #thumbnail li .genre-icon:before {
    width: 100%;
    height: 90px;
    margin-top: 0;
    top: 0;
    -moz-background-size: auto;
    -o-background-size: auto;
    -webkit-background-size: auto;
    background-size: auto;
    background-position: top center;
    background-repeat: no-repeat;
  }

  #main-visual #main-wrap #thumbnail li:nth-child(3),
  #main-visual #main-wrap #thumbnail li:nth-child(6) {
    margin-right: 0;
  }

  #main-visual #main-wrap #thumbnail li.genre-sp-game .genre-icon:before {
    background-color: #3361c4;
  }

  #main-visual #main-wrap #thumbnail li.genre-pc-game .genre-icon:before {
    background-color: #158d8d;
  }

  #main-visual #main-wrap #thumbnail li.genre-ac-game .genre-icon:before {
    background-color: #d6563d;
  }

  #main-visual #main-wrap #thumbnail li.genre-amusement .genre-icon:before {
    background-color: #e57e29;
  }

  #main-visual #main-wrap #thumbnail li.genre-goods .genre-icon:before {
    background-color: #743e5f;
  }

  #main-visual #main-wrap #thumbnail li.genre-prize .genre-icon:before {
    background-color: #DD3E6F;
  }

  #main-visual #main-wrap #thumbnail li.genre-toy .genre-icon:before {
    background-color: #17C261;
  }

  #main-visual #main-wrap #thumbnail li.genre-anime .genre-icon:before {
    background-color: #E9B730;
  }

  #main-visual #main-wrap #thumbnail li.genre-darts .genre-icon:before {
    background-color: #743E5F;
  }

  #main-visual #background-image {
    display: none;
    height: 105%;
  }

  /* 2017/02/08 s*/

  #main-visual #background-image img {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    height: 100%;
    width: auto;
  }

  /* 2017/02/08 e */
}

/*! 共通スタイル */
* {
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

body {
  font-family: "segoe UI", Roboto, "Droid Sans", "HiraKakuProN-W3", "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴProN W3", "Hiragino Kaku Gothic Pro", "ヒラギノ角ゴPro W3", Meiryo, "メイリオ", sans-serif;
  color: #333;
  font-size: 14px;
  font-size: 0.875rem;
  letter-spacing: 0.01em;
  /* THREE 2016/03/25 Start */
  transform-origin: 0 0;
  word-break: break-all;
  /* THREE 2016/03/25 End */
}

a {
  color: #333;
  border-bottom: none;
  text-decoration: none;
  -webkit-transition: 0.15s ease-out;
  -moz-transition: 0.15s ease-out;
  -ms-transition: 0.15s ease-out;
  -o-transition: 0.15s ease-out;
  transition: 0.15s ease-out;
}

a:hover,
a:active,
a:focus {
  color: #666666;
}

p {
  margin: 0 0 1.4em 0;
}

i {
  font-style: normal;
}

h1 {
  margin: 0 auto 1em;
  font-size: 28px;
  font-size: 1.75rem;
  text-align: center;
  font-weight: 100;
}

img {
  vertical-align: bottom;
}

@media only screen and (max-width: 669px) {
  img {
    width: 100%;
  }
}

@font-face {
  font-family: 'sega-font-icon';
  src: url("/static/details/font/sega-icon.eot");
  src: url("/static/details/font/sega-icon.eot") format("embedded-opentype"), url("/static/details/font/sega-icon.woff") format("woff"), url("/static/details/font/sega-icon.ttf") format("truetype"), url("/static/details/font/sega-icon.svg") format("svg");
  font-weight: normal;
  font-style: normal;
}

.icon {
  font-style: normal;
  font-weight: normal;
  font-family: "sega-font-icon";
}

.pc {
  visibility: visible;
}

.sp {
  visibility: hidden;
}

@media only screen and (max-width: 669px) {
  .pc {
    visibility: hidden;
  }

  .sp {
    visibility: visible;
  }
}

.color-gray {
  color: #888;
}

.color-blue {
  color: #0030ff;
}

.color-blue-dark {
  color: #001b91;
}

.color-green {
  color: #00a41b;
}

.color-green-dark {
  color: #006110;
}

.color-emerald {
  color: #00a4a2;
}

.color-orange {
  color: #ff6000;
}

.color-orange-dark {
  color: #ba2500;
}

.color-red {
  color: #ff0000;
}

.color-red-dark {
  color: #620000;
}

.btn-normal {
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  border-radius: 5px;
  font-size: 13px;
  font-size: 0.8125rem;
  display: inline-block;
  position: relative;
  padding: 2px 28px;
  text-decoration: none;
  text-align: center;
  background-color: #424242;
  color: #f0f0f0;
  cursor: pointer;
  border: none;
  display: block;
}

.btn-normal:before {
  display: inline-block;
  color: #aaa;
  font-family: "sega-font-icon";
  font-style: normal;
  font-weight: normal;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 16px;
  font-size: 1rem;
  line-height: 1;
  content: "a";
  position: absolute;
  right: 10px;
  top: 50%;
  margin-top: -8px;
}

.btn-normal:hover {
  color: #f0f0f0;
  background-color: #5c5c5c;
  -webkit-transition: 0.2s ease-out;
  -moz-transition: 0.2s ease-out;
  -ms-transition: 0.2s ease-out;
  -o-transition: 0.2s ease-out;
  transition: 0.2s ease-out;
}

.btn-base {
  position: relative;
  color: #fff;
  font-size: 16px;
  font-size: 1rem;
  padding: 10px 22px;
  background-color: #727272;
  -webkit-transition-property: all;
  -webkit-transition-duration: 0.3s;
  -webkit-transition-timing-function: ease-in-out;
  display: block;
}

.btn-base:before {
  display: inline-block;
  color: #fff;
  font-family: "sega-font-icon";
  font-style: normal;
  font-weight: normal;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 24px;
  font-size: 1.5rem;
  line-height: 1;
  content: "a";
  position: absolute;
  right: 20px;
  top: 50%;
  margin-top: -12px;
  opacity: 0.5;
  filter: alpha(opacity=50);
}

.btn-base:hover {
  color: #fff;
  opacity: 0.8;
  filter: alpha(opacity=80);
  -webkit-transition: 0.2s ease-out;
  -moz-transition: 0.2s ease-out;
  -ms-transition: 0.2s ease-out;
  -o-transition: 0.2s ease-out;
  transition: 0.2s ease-out;
}

/* THREE 2016/03/10 Start */
.btn-base-sns {
  position: relative;
  color: #fff;
  font-size: 16px;
  font-size: 1rem;
  padding: 10px 40px 10px 22px;
  background-color: #727272;
  -webkit-transition-property: all;
  -webkit-transition-duration: 0.3s;
  -webkit-transition-timing-function: ease-in-out;
  display: block;
  background-image: url('/images/icon_tri.png');
  background-repeat: no-repeat;
  background-position: 10% center;
}

.btn-base-sns:hover {
  color: #fff;
  opacity: 0.8;
  filter: alpha(opacity=80);
  -webkit-transition: 0.2s ease-out;
  -moz-transition: 0.2s ease-out;
  -ms-transition: 0.2s ease-out;
  -o-transition: 0.2s ease-out;
  transition: 0.2s ease-out;
}

/* THREE 2016/03/10 End   */

.genre-icon {
  position: relative;
  padding-left: 70px;
}

.genre-icon:before {
  content: "";
  position: absolute;
  left: 0;
  top: 50%;
  width: 50px;
  height: 50px;
  margin-top: -25px;
  -moz-background-size: 50px 50px;
  -o-background-size: 50px 50px;
  -webkit-background-size: 50px 50px;
  background-size: 50px 50px;
}

@media only screen and (max-width: 669px) {
  .genre-icon {
    padding-left: 50px;
  }

  .genre-icon:before {
    width: 40px;
    height: 40px;
    margin-top: -20px;
    -moz-background-size: 40px 40px;
    -o-background-size: 40px 40px;
    -webkit-background-size: 40px 40px;
    background-size: 40px 40px;
  }
}

.page-title {
  position: relative;
  font-size: 20px;
  font-size: 1.275rem;
  font-weight: bold;
  text-align: left;
  margin: 0 auto 60px;
  padding: 20px 0 20px 85px;
}

.single-topics .page-title {
  margin: 0 auto 40px;
  padding: 20px 0 20px 85px;
}

.page-title:before {
  left: 13px;
}

@media only screen and (max-width: 669px) {
  .page-title {
    font-size: 18px;
    font-size: 1.125rem;
    padding: 20px 0 20px 55px;
    margin-bottom: 20px;
  }

  .page-title:before {
    left: 10px;
  }
}

.page-sp-game .page-title:before {
  background-image: url("/images/common/genre-icon-sp.png");
}

.page-pc-game .page-title:before {
  background-image: url("/images/common/genre-icon-pc.png");
}

.page-ac-game .page-title:before {
  background-image: url("/images/common/genre-icon-ac.png");
}

.page-amusement .page-title:before {
  background-image: url("/images/common/genre-icon-amusement.png");
}

.page-goods .page-title:before {
  background-image: url("/images/common/genre-icon-goods.png");
}

.page-toy .page-title:before {
  background-image: url("/images/common/genre-icon-toy.png");
}

.page-prize .page-title:before {
  background-image: url("/images/common/genre-icon-prize.png");
}

.page-darts .page-title:before {
  background-image: url("/images/common/genre-icon-darts.png");
}

.page-anime .page-title:before {
  background-image: url("/images/common/genre-icon-anime.png");
}

.page-live .page-title:before {
  background-image: url("/images/common/genre-icon-live.png");
}

.page-policy .page-title:before {
  background-image: url("/images/common/genre-icon-policy.png");
}

.page-sns .page-title:before {
  background-image: url("/images/common/genre-icon-sns.png");
}

.page-search .page-title:before {
  background-image: url("/images/common/genre-icon-search.png");
}

.page-sitemap .page-title:before {
  background-image: url("/images/common/genre-icon-sitepolicy.png");
}

.category-title {
  min-width: 100%;
  border-bottom: 8px solid #eee;
  font-size: 23px;
  font-size: 1.4375rem;
  font-weight: bold;
  padding: 0 33px;
  margin-bottom: 40px;
}

@media only screen and (max-width: 669px) {
  .category-title {
    min-width: 100%;
    border-bottom: 4px solid #eee;
    font-size: 18px;
    font-size: 1.125rem;
    padding: 0 10px;
    margin-bottom: 20px;
  }
}

.category-title img {
  display: block;
  margin: 0 auto;
}

/* 2016.03.22 update start */
.text-center {
  text-align: center;
}

.text-left {
  text-align: left;
}

.text-right {
  text-align: right;
}

/* 2016.03.22 update end */

.item-title {
  border-bottom: 1px solid #ccc;
  border-left: 6px solid #0078FF;
  font-size: 20px;
  font-size: 1.25rem;
  letter-spacing: 0.08em;
  padding: 7px 0 7px 15px;
  margin: 0 0 20px 0;
}

.item-title small {
  display: none;
  border-left: 1px solid #ccc;
  font-weight: normal;
  padding-left: 15px;
  margin-left: 13px;
}

@media only screen and (max-width: 669px) {
  .item-title {
    font-size: 16px;
    font-size: 1rem;
    line-height: 1.4;
    padding: 7px 25% 7px 10px;
    margin: 0 4px 20px 4px;
  }

  .item-title small {
    display: none;
    border: none;
    font-size: 12px;
    font-size: 0.75rem;
    padding-left: 0;
    margin-left: 0;
  }
}

.sub-title {
  font-size: 18px;
  font-size: 1.125rem;
  border-bottom: 5px solid #ccc;
  padding-bottom: 5px;
  margin-bottom: 30px;
}

.sub-title a {
  font-size: 17px;
  font-size: 1.0625rem;
  color: #004fff;
}

@media only screen and (max-width: 669px) {
  .sub-title {
    font-size: 14px;
    font-size: 0.875rem;
    padding-left: 10px;
    margin-bottom: 20px;
  }

  .sub-title a {
    font-size: 14px;
    font-size: 0.875rem;
  }
}

.link-more {
  position: absolute;
  top: 5px;
  right: 0;
  padding: 7px 0 5px 10px;
}

.link-more a {
  position: relative;
  -moz-border-radius: 25px;
  -webkit-border-radius: 25px;
  border-radius: 25px;
  color: #fff;
  font-size: 12px;
  font-size: 0.75rem;
  padding: 4px 25px 6px 10px;
  background-color: #0078FF;
}

.link-more-blank a {
  padding: 4px 30px 6px 10px;
}

.link-more a:before {
  font-family: "sega-font-icon";
  font-style: normal;
  font-weight: normal;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: "a";
  position: absolute;
  right: 10px;
  top: 50%;
  margin-top: -7px;
  font-size: 13px;
  font-size: 0.8125rem;
  opacity: 0.6;
  filter: alpha(opacity=60);
}

.link-more-blank a:before {
  content: "";
  right: 10px;
  top: 50%;
  margin-top: -7px;
  background-image: url(/images/common/icon-blank-link-arrow.png);
  width: 12px;
  height: 12px;
  opacity: 1;
  background-size: cover;
}

.link-more a.link-more-harddic {
  margin-right: 10px;
  background: #1E5B57;
}

.link-more a.link-more-special {
  background: #666666;
}

@media only screen and (max-width: 669px) {
  .link-more {
    top: 0;
    right: 5px;
    border-left: none;
    padding: 9px 0 10px 10px;
  }

  .link-more a {
    font-size: 10px;
    font-size: 0.625rem;
  }
}

.box-link {
  cursor: pointer;
}

.box-link:hover {
  opacity: 0.8;
  filter: alpha(opacity=80);
  -webkit-transition: 0.2s ease-out;
  -moz-transition: 0.2s ease-out;
  -ms-transition: 0.2s ease-out;
  -o-transition: 0.2s ease-out;
  transition: 0.2s ease-out;
}

.topics-list .fix-banner a:hover {
  opacity: 0.8;
  filter: alpha(opacity=80);
  -webkit-transition: 0.2s ease-out;
  -moz-transition: 0.2s ease-out;
  -ms-transition: 0.2s ease-out;
  -o-transition: 0.2s ease-out;
  transition: 0.2s ease-out;
}

@media only screen and (max-width: 669px) {
  .video {
    position: relative;
    width: 100%;
    padding-top: 56.25%;
  }

  .video iframe {
    position: absolute;
    top: 0;
    right: 0;
    width: 100% !important;
    height: 100% !important;
  }
}

.category-list {
  display: inline-block;
  padding: 0;
  margin: 0;
  vertical-align: middle;
}

.category-list li {
  display: block;
  list-style: none;
  float: left;
  font-size: 10px;
  font-size: 0.625rem;
  color: #f0f0f0;
  width: auto;
  padding: 2px 8px;
  /* 2017/12/05 s */
  /*  margin: 0 5px 0 0;*/
  margin: 3px 5px 3px 0;
  /* 2017/12/05 e */
  background-color: #424242;
}

/* 2017/12/05 s */
.category-list li.catlink {
  display: block;
  list-style: none;
  float: left;
  font-size: 10px;
  font-size: 0.625rem;
  color: #f0f0f0;
  width: auto;
  margin: 3px 5px 3px 0;
  background-color: #424242;
  padding: 0;
}

.category-list li.catlink a {
  display: block;
  color: #f0f0f0;
  width: 100%;
  padding: 2px 8px;
}

.category-list li.catlink:hover {
  opacity: 0.8;
  filter: alpha(opacity=80);
  -webkit-transition: 0.2s ease-out;
  -moz-transition: 0.2s ease-out;
  -ms-transition: 0.2s ease-out;
  -o-transition: 0.2s ease-out;
  transition: 0.2s ease-out;
}

/* 2017/12/05 e */
.genre-sp-game .genre {
  background-color: #3361c4;
}

.genre-sp-game .link-official .btn-base {
  background-color: #557cce;
}

/* 2016.03.07 merge start */
.genre-sp-game .button-block .btn-base {
  background-color: #557cce;
}

/* 2016.03.07 merge end */
.genre-sp-game .category-list li {
  background-color: #3361c4;
}

.genre-sp-game .main-name {
  color: #3361c4;
}

/* 2017/12/11 s*/
.featured-item-box.genre-sp-game .main-name a {
  color: #3361c4;
  /*  margin-right:25px;*/
}

.featured-item-box.genre-sp-game .main-name a:hover {
  opacity: 0.6;
  filter: alpha(opacity=60);
  -webkit-transition: 0.2s ease-out;
  -moz-transition: 0.2s ease-out;
  -ms-transition: 0.2s ease-out;
  -o-transition: 0.2s ease-out;
  transition: 0.2s ease-out;
}

.featured-item-box.genre-sp-game .main-name span {
  /*  margin-right:25px;*/
}

.featured-item.genre-sp-game .main-name a {
  color: #3361c4;
  /*  margin-right:25px;*/
}

.featured-item.genre-sp-game .main-name a:hover {
  opacity: 0.6;
  filter: alpha(opacity=60);
  -webkit-transition: 0.2s ease-out;
  -moz-transition: 0.2s ease-out;
  -ms-transition: 0.2s ease-out;
  -o-transition: 0.2s ease-out;
  transition: 0.2s ease-out;
}

.featured-item.genre-sp-game .main-name span {
  /*  margin-right:25px;*/
}

.special-introduction.genre-sp-game .main-name .title a {
  color: #3361c4;
  /*  margin-right:25px;*/
}

.special-introduction.genre-sp-game .main-name .title a:hover {
  opacity: 0.6;
  filter: alpha(opacity=60);
  -webkit-transition: 0.2s ease-out;
  -moz-transition: 0.2s ease-out;
  -ms-transition: 0.2s ease-out;
  -o-transition: 0.2s ease-out;
  transition: 0.2s ease-out;
}

.special-introduction.genre-sp-game .main-name .title span {
  /*  margin-right:25px;*/
}

/* 2017/12/11 e*/
.genre-sp-game .genre-icon:before {
  background-image: url("/images/common/genre-icon-sp.png");
}

.genre-pc-game .genre {
  background-color: #158d8d;
}

.genre-pc-game .link-official .btn-base {
  background-color: #3ca0a0;
}

/* 2016.03.07 merge start */
.genre-pc-game .button-block .btn-base {
  background-color: #3ca0a0;
}

/* 2016.03.07 merge end */
.genre-pc-game .category-list li {
  background-color: #158d8d;
}

.genre-pc-game .main-name {
  color: #158d8d;
}

/* 2017/12/11 s*/
.featured-item-box.genre-pc-game .main-name a {
  color: #158d8d;
  /*  margin-right:25px;*/
}

.featured-item-box.genre-pc-game .main-name a:hover {
  opacity: 0.6;
  filter: alpha(opacity=60);
  -webkit-transition: 0.2s ease-out;
  -moz-transition: 0.2s ease-out;
  -ms-transition: 0.2s ease-out;
  -o-transition: 0.2s ease-out;
  transition: 0.2s ease-out;
}

.featured-item-box.genre-pc-game .main-name span {
  /*  margin-right:25px;*/
}

.featured-item.genre-pc-game .main-name a {
  color: #158d8d;
  /*  margin-right:25px;*/
}

.featured-item.genre-pc-game .main-name a:hover {
  opacity: 0.6;
  filter: alpha(opacity=60);
  -webkit-transition: 0.2s ease-out;
  -moz-transition: 0.2s ease-out;
  -ms-transition: 0.2s ease-out;
  -o-transition: 0.2s ease-out;
  transition: 0.2s ease-out;
}

.featured-item.genre-pc-game .main-name span {
  /*  margin-right:25px;*/
}

.special-introduction.genre-pc-game .main-name .title a {
  color: #158d8d;
  /*  margin-right:25px;*/
}

.special-introduction.genre-pc-game .main-name .title a:hover {
  opacity: 0.6;
  filter: alpha(opacity=60);
  -webkit-transition: 0.2s ease-out;
  -moz-transition: 0.2s ease-out;
  -ms-transition: 0.2s ease-out;
  -o-transition: 0.2s ease-out;
  transition: 0.2s ease-out;
}

.special-introduction.genre-pc-game .main-name span {
  /*  margin-right:25px;*/
}

/* 2017/12/11 e*/
.genre-pc-game .genre-icon:before {
  background-image: url("/images/common/genre-icon-pc.png");
}

.genre-ac-game .genre {
  background-color: #d6563d;
}

.genre-ac-game .link-official .btn-base {
  background-color: #dd725e;
}

/* 2016.03.07 merge start */
.genre-ac-game .button-block .btn-base {
  background-color: #dd725e;
}

/* 2016.03.07 merge end */
.genre-ac-game .category-list li {
  background-color: #d6563d;
}

.genre-ac-game .main-name {
  color: #d6563d;
}

/* 2017/12/11 s*/
.featured-item-box.genre-ac-game .main-name a {
  color: #d6563d;
  /*  margin-right:25px;*/
}

.featured-item-box.genre-ac-game .main-name a:hover {
  opacity: 0.6;
  filter: alpha(opacity=60);
  -webkit-transition: 0.2s ease-out;
  -moz-transition: 0.2s ease-out;
  -ms-transition: 0.2s ease-out;
  -o-transition: 0.2s ease-out;
  transition: 0.2s ease-out;
}

.featured-item-box.genre-ac-game .main-name span {
  /*  margin-right:25px;*/
}

.featured-item.genre-ac-game .main-name a {
  color: #d6563d;
  /*  margin-right:25px;*/
}

.featured-item.genre-ac-game .main-name a:hover {
  opacity: 0.6;
  filter: alpha(opacity=60);
  -webkit-transition: 0.2s ease-out;
  -moz-transition: 0.2s ease-out;
  -ms-transition: 0.2s ease-out;
  -o-transition: 0.2s ease-out;
  transition: 0.2s ease-out;
}

.featured-item.genre-ac-game .main-name span {
  /*  margin-right:25px;*/
}

.special-introduction.genre-ac-game .main-name .title a {
  color: #d6563d;
  /*  margin-right:25px;*/
}

.special-introduction.genre-ac-game .main-name .title a:hover {
  opacity: 0.6;
  filter: alpha(opacity=60);
  -webkit-transition: 0.2s ease-out;
  -moz-transition: 0.2s ease-out;
  -ms-transition: 0.2s ease-out;
  -o-transition: 0.2s ease-out;
  transition: 0.2s ease-out;
}

.special-introduction.genre-ac-game .main-name .title span {
  /*  margin-right:25px;*/
}

/* 2017/12/11 e*/
.genre-ac-game .genre-icon:before {
  background-image: url("/images/common/genre-icon-ac.png");
}

.genre-amusement .genre {
  background-color: #e57e29;
}

.genre-amusement .link-official .btn-base {
  background-color: #ea9550;
}

/* 2016.03.07 merge start */
.genre-amusement .button-block .btn-base {
  background-color: #ea9550;
}

/* 2016.03.07 merge end */
.genre-amusement .category-list li {
  background-color: #e57e29;
}

.genre-amusement .main-name {
  color: #e57e29;
}

/* 2017/12/11 s */
.featured-item-box.genre-amusement .main-name a {
  color: #e57e29;
  /*  margin-right:25px;*/
}

.featured-item-box.genre-amusement .main-name a:hover {
  opacity: 0.6;
  filter: alpha(opacity=60);
  -webkit-transition: 0.2s ease-out;
  -moz-transition: 0.2s ease-out;
  -ms-transition: 0.2s ease-out;
  -o-transition: 0.2s ease-out;
  transition: 0.2s ease-out;
}

.featured-item-box.genre-amusement .main-name span {
  /*  margin-right:25px;*/
}

.featured-item.genre-amusement .main-name a {
  color: #e57e29;
  /*  margin-right:25px;*/
}

.featured-item.genre-amusement .main-name a:hover {
  opacity: 0.6;
  filter: alpha(opacity=60);
  -webkit-transition: 0.2s ease-out;
  -moz-transition: 0.2s ease-out;
  -ms-transition: 0.2s ease-out;
  -o-transition: 0.2s ease-out;
  transition: 0.2s ease-out;
}

.featured-item.genre-amusement .main-name span {
  /*  margin-right:25px;*/
}

.special-introduction.genre-amusement .main-name .title a {
  color: #e57e29;
  /*  margin-right:25px;*/
}

.special-introduction.genre-amusement .main-name .title a:hover {
  opacity: 0.6;
  filter: alpha(opacity=60);
  -webkit-transition: 0.2s ease-out;
  -moz-transition: 0.2s ease-out;
  -ms-transition: 0.2s ease-out;
  -o-transition: 0.2s ease-out;
  transition: 0.2s ease-out;
}

.special-introduction.genre-amusement .main-name .title span {
  /*  margin-right:25px;*/
}

/* 2017/12/11 e */
.genre-amusement .genre-icon:before {
  background-image: url("/images/common/genre-icon-amusement.png");
}

.genre-goods .genre,
.genre-goods .link-official .btn-base,
.genre-goods .button-block .btn-base,
.genre-goods .category-list li {
  background-color: #743e5f;
}

.genre-goods .main-name,
.featured-item-box.genre-goods .main-name a,
.featured-item.genre-goods .main-name a,
.special-introduction.genre-goods .main-name .title a {
  color: #743e5f;
}

.featured-item-box.genre-goods .main-name a:hover,
.featured-item.genre-goods .main-name a:hover,
.special-introduction.genre-goods .main-name .title a:hover {
  opacity: 0.6;
  filter: alpha(opacity=60);
  -webkit-transition: 0.2s ease-out;
  -moz-transition: 0.2s ease-out;
  -ms-transition: 0.2s ease-out;
  -o-transition: 0.2s ease-out;
  transition: 0.2s ease-out;
}

.genre-prize .genre,
.genre-prize .links .btn-base,
.genre-prize .link-official .btn-base,
.genre-prize .button-block .btn-base,
.genre-prize .category-list li {
  background-color: #DD3E6F;
}

.genre-prize .main-name,
.featured-item-box.genre-prize .main-name a,
.featured-item.genre-prize .main-name a,
.special-introduction.genre-prize .main-name .title a {
  color: #DD3E6F;
}

.featured-item-box.genre-prize .main-name a:hover,
.featured-item.genre-prize .main-name a:hover,
.special-introduction.genre-prize .main-name .title a:hover {
  opacity: 0.6;
  filter: alpha(opacity=60);
  -webkit-transition: 0.2s ease-out;
  -moz-transition: 0.2s ease-out;
  -ms-transition: 0.2s ease-out;
  -o-transition: 0.2s ease-out;
  transition: 0.2s ease-out;
}

.genre-toy .genre,
.genre-toy .links .btn-base,
.genre-toy .link-official .btn-base,
.genre-toy .button-block .btn-base,
.genre-toy .category-list li {
  background-color: #17C261;
}

.genre-toy .main-name,
.featured-item-box.genre-toy .main-name a,
.featured-item.genre-toy .main-name a,
.special-introduction.genre-toy .main-name .title a {
  color: #17C261;
}

.featured-item-box.genre-toy .main-name a:hover,
.featured-item.genre-toy .main-name a:hover,
.special-introduction.genre-toy .main-name .title a:hover {
  opacity: 0.6;
  filter: alpha(opacity=60);
  -webkit-transition: 0.2s ease-out;
  -moz-transition: 0.2s ease-out;
  -ms-transition: 0.2s ease-out;
  -o-transition: 0.2s ease-out;
  transition: 0.2s ease-out;
}



.genre-anime .genre,
.genre-anime .links .btn-base,
.genre-anime .link-official .btn-base,
.genre-anime .button-block .btn-base,
.genre-anime .category-list li {
  background-color: #E9B730;
}

.genre-anime .main-name,
.featured-item-box.genre-anime .main-name a,
.featured-item.genre-anime .main-name a,
.special-introduction.genre-anime .main-name .title a {
  color: #E9B730;
}

.featured-item-box.genre-anime .main-name a:hover,
.featured-item.genre-anime .main-name a:hover,
.special-introduction.genre-anime .main-name .title a:hover {
  opacity: 0.6;
  filter: alpha(opacity=60);
  -webkit-transition: 0.2s ease-out;
  -moz-transition: 0.2s ease-out;
  -ms-transition: 0.2s ease-out;
  -o-transition: 0.2s ease-out;
  transition: 0.2s ease-out;
}

.genre-darts .genre,
.genre-darts .links .btn-base,
.genre-darts .link-official .btn-base,
.genre-darts .button-block .btn-base,
.genre-darts .category-list li {
  background-color: #743E5F;
}

.genre-darts .main-name,
.featured-item-box.genre-darts .main-name a,
.featured-item.genre-darts .main-name a,
.special-introduction.genre-darts .main-name .title a {
  color: #743E5F;
}

.featured-item-box.genre-darts .main-name a:hover,
.featured-item.genre-darts .main-name a:hover,
.special-introduction.genre-darts .main-name .title a:hover {
  opacity: 0.6;
  filter: alpha(opacity=60);
  -webkit-transition: 0.2s ease-out;
  -moz-transition: 0.2s ease-out;
  -ms-transition: 0.2s ease-out;
  -o-transition: 0.2s ease-out;
  transition: 0.2s ease-out;
}



.genre-goods .genre-icon:before {
  background-image: url("/images/common/genre-icon-goods.png");
}

.page-topics .genre-icon:before {
  background-image: url("/images/common/genre-icon-topics.png");
}

.page-search .genre-icon:before {
  background-image: url("/images/common/genre-icon-search.png");
}

.page-contact .genre-icon:before {
  background-image: url("/images/common/genre-icon-contact.png");
}

.page-sitepolicy .genre-icon:before {
  background-image: url("/images/common/genre-icon-sitepolicy.png");
}

.page-opinion .genre-icon:before {
  background-image: url("/images/common/genre-icon-opinion.png");
}

.page-anzentaisaku .genre-icon:before {
  background-image: url("/images/common/genre-icon-anzentaisaku.png");
}

.page-news .genre-icon:before {
  background-image: url("/images/common/genre-icon-news.png");
}

.page-business .genre-icon:before {
  background-image: url("/images/common/genre-icon-business.png");
}

/* THREE 2016/03/18 Start */
.page-topics-icon-gray .genre-icon:before {
  background-image: url("/images/common/genre-icon-info-gray.png");
}

.page-topics-icon-red .genre-icon:before {
  background-image: url("/images/common/genre-icon-info-red.png");
}


.single-topics section h2.genre-icon:before {
  background-image: url("/images/common/genre-icon-topics.png");
}

.page-template-page-topics_second section .page-title:before {
  background-image: url("/images/common/genre-icon-topics.png");
}

/* THREE 2016/03/18 End */


.topics-list-all .genre i {
  display: inline-block;
  color: #fff;
  font-size: 11px;
  font-size: 0.6875rem;
  text-align: center;
  padding: 3px 10px;
}

.topics-list-all .genre>i+i {
  margin-left: 5px;
}


i.genre-sp-game,
i.genre-pc-game,
i.genre-ac-game,
i.genre-amusement,
i.genre-prize,
i.genre-toy,
i.genre-anime,
i.genre-info,
i.genre-darts,
i.genre-goods {
  display: inline-block;
  color: #fff;
  font-size: 11px;
  font-size: 0.6875rem;
  text-align: center;
  padding: 3px 0;
}

i.genre-sp-game {
  background-color: #3361c4;
}

i.genre-pc-game {
  background-color: #158d8d;
}

i.genre-ac-game {
  background-color: #d6563d;
}

i.genre-amusement {
  background-color: #e57e29;
}

i.genre-goods {
  background-color: #743e5f;
}

i.genre-prize {
  background-color: #DD3E6F;
}

i.genre-toy {
  background-color: #17C261;
}

i.genre-anime {
  background-color: #E9B730;
}

i.genre-darts {
  background-color: #743E5F;
}

i.genre-info {
  background-color: #bd113d;
}

.icon-gray i.genre-info {
  background-color: #999999;
}


i.important-info {
  background-color: #fe0000;
}


.news-list ul li .genre i.genre-sp-game {
  background-color: #3361c4;
}

.news-list ul li .genre i.genre-pc-game {
  background-color: #158d8d;
}

.news-list ul li .genre i.genre-ac-game {
  background-color: #d6563d;
}

.news-list ul li .genre i.genre-amusement {
  background-color: #e57e29;
}

.news-list ul li .genre i.genre-goods {
  background-color: #743e5f;
}

.news-list ul li .genre i.genre-prize {
  background-color: #DD3E6F;
}

.news-list ul li .genre i.genre-toy {
  background-color: #17C261;
}

.news-list ul li .genre i.genre-anime {
  background-color: #E9B730;
}

.news-list ul li .genre i.genre-darts {
  background-color: #743E5F;
}

.news-list ul li .genre i.genre-info {
  background-color: #bd113d;
}

.news-list ul li .genre i.important-info {
  background-color: #fe0000;
}

/*-- search box -- */
.search-soft,
.search-sp,
.search-ac {
  display: none;
}

dl.search-list {
  display: block;
  clear: both;
  min-height: 10px;
}

dl.search-list dt {
  float: left;
  padding: 5px 0.5em;
}

dl.search-list dd {
  float: left;
  padding: 5px 0.5em;
  margin-left: 0;
  margin-right: 15px;
}

body {
  transform-origin: 0 0;
}

/* contact form */
div.page-contact-attention {
  border: 2px solid #ccc;
}

div.page-contact-attention h3 {
  background: #eee;
  text-align: center;
  font-size: 19px;
  font-size: 1.1875rem;
  color: #ff0000;
  margin: 0;
}

div.page-contact-attention-title {
  margin: 15px 15px 5px 15px;
  font-size: 17px;
  font-size: 1.0625rem;
}

div.page-contact-attention-text {
  margin: 0 15px 15px 15px;
}

div.page-contact-attention-text a {
  color: #0000ff;
}

ul.page-contact-list {
  list-style: none;
  padding: 0;
}

ul.page-contact-list div.link-bar {
  height: 70px;
  vertical-align: middle;
  padding: 10px;
}

ul.page-contact-list div.link-bar a {
  display: table-cell;
  height: 100%;
  vertical-align: middle;
}


ul.page-contact-list .page-contact-list-block {
  float: left;
  display: block;
  width: 10px;
  height: 100%;
  margin: 10px 15px 10px 0;
  background: #aaa;
}

.page-contact-list .page-contact-list-title {
  display: block;
  font-size: 17px;
  font-size: 1.0625rem;
}

.page-contact-list .page-contact-list-text {
  display: block;
}

.page-contact h3 {
  background: #aaa;
  text-align: center;
  font-size: 19px;
  font-size: 1.1875rem;
  color: #ffffff;
  margin: 0 0 5px;

}

/* 2017.02.10*/
@media only screen and (max-width: 669px) {
  .page-contact h3 {
    margin: 0 10px 5px;
  }
}

/* 2017.02.10*/

.page-contact h3.genre-sp-game {
  background: #3361c4;
}

.page-contact h3.genre-pc-game {
  background: #158d8d;
}

.page-contact h3.genre-ac-game {
  background: #d6563d;
}

.page-contact h3.genre-amusement {
  background: #e57e29;
}

.page-contact h3.genre-goods {
  background: #743e5f;
}

.page-contact h3.genre-prize {
  background: #DD3E6F;
}

.page-contact h3.genre-toy {
  background: #17C261;
}

.page-contact h3.genre-anime {
  background: #E9B730;
}

.page-contact h3.genre-darts {
  background: #743E5F;
}












.page-contact dl {
  border: 2px solid #ccc;
  margin: 3px 0;
}

.page-contact dl dt {
  clear: left;
  float: left;
  width: 20em;
  padding: 5px 0.5em;
  border-right: 1px dotted #727272;
}

.page-contact dl dd {
  margin-left: 0;
  padding: 5px 0.5em 5px 21em;
}

/* 201801 Edit Start*/
.topics-contents-2018 {
  /* width: 850px; */
  width: 100%;
  float: left;
}

.product-contents-2018 {
  width: 850px;
  float: left;
}

.topics-contents-2018 dl dt {
  width: 26%;
}

.product-contents-2018 dl dt {
  width: 26%;
}

#right-contents-area {
  width: 270px;
  float: right;
}

#right-contents-area ul.right-banner {
  list-style: none;
  padding: 0;
  margin: 0 0 30px 0;
}

#right-contents-area ul.right-banner img {
  border: 1px solid #9b9b9b;
  width: 100%;
}

#right-contents-area ul.right-banner p {
  line-height: 1.0rem;
  font-size: 0.750rem;
  margin-top: 5px;
}

#right-contents-area h4 {
  width: 100%;
  background: #9b9b9b;
  color: #fff;
  text-align: center;
  font-size: 1.000rem;
  margin-bottom: 0;
  line-height: 1.8;
  padding-top: 2px;
  font-weight: normal;
}

#right-contents-area ul.right-news {
  list-style: none;
  padding: 20px 15px;
  margin: 0 0 30px 0;
  border: 1px solid #9b9b9b;
}

#right-contents-area ul.sidebar-db-apps,
#right-contents-area ul.sidebar-banner-apps,
#right-contents-area ul.sidebar-db-soft,
#right-contents-area ul.sidebar-banner-soft,
#right-contents-area ul.sidebar-db-arcade,
#right-contents-area ul.sidebar-banner-arcade {
  display: none;
}

.page-sp-game #right-contents-area ul.sidebar-db-apps,
.page-sp-game #right-contents-area ul.sidebar-banner-apps,
.page-pc-game #right-contents-area ul.sidebar-db-soft,
.page-pc-game #right-contents-area ul.sidebar-banner-soft,
.page-ac-game #right-contents-area ul.sidebar-db-arcade,
.page-ac-game #right-contents-area ul.sidebar-banner-arcade {
  display: block;
}

#right-contents-area ul.sidebar-db,
#right-contents-area ul.sidebar-db-apps {
  list-style: none;
  padding: 20px 10px;
  margin: 0 0 30px 0;
  border: 0;
  background: #A9E2FF;
}

#right-contents-area ul.right-news>li {
  border-bottom: 1px dotted #9b9b9b;
  margin-bottom: 20px;
  padding-bottom: 20px;
}

#right-contents-area ul.right-news>li:last-child {
  border-bottom: 0;
  margin-bottom: 0;
  padding-bottom: 0;
}

#right-contents-area ul.right-news>li figure {
  width: 80px;
  display: inline-block;
  height: 100%;
  vertical-align: top;
  margin-right: 10px;
}

#right-contents-area ul.sidebar-db>li figure,
#right-contents-area ul.sidebar-db-apps>li figure {
  width: 250px;
  display: block;
  height: auto;
  vertical-align: top;
  margin-right: 0;
}

#right-contents-area ul.right-news>li figure>img {
  width: 100%;
}

#right-contents-area ul.right-news>li div {
  width: 135px;
  display: inline-block;
}

#right-contents-area ul.sidebar-db>li div,
#right-contents-area ul.sidebar-db-apps>li div {
  width: 100%;
  display: block;
}

#right-contents-area ul.right-news>li div.text p {
  margin-bottom: 10px;
  background: none;
  line-height: 1.0rem;
  font-size: 0.750rem;
  font-weight: bold;
}

#right-contents-area ul.right-news>li div.text p.genre,
#right-contents-area ul.right-news>li div.text p.right-news-date {
  line-height: 0.750rem;
  font-size: 0.688rem;
}

#right-contents-area ul.right-news>li div.text p.right-news-title {
  font-size: 0.813rem;
  font-weight: normal;
  line-height: 1.0rem;
}

#right-contents-area ul.right-news>li div.text p:last-child {
  margin-bottom: 0;
  font-weight: normal;
}

#right-contents-area ul.right-news>li div.text .right-news-title br {
  display: none;
}

#right-contents-area ul.right-news>li div.text p.genre-sp-game {
  color: #3361c4;
}

#right-contents-area ul.right-news>li div.text p.genre-pc-game {
  color: #158d8d;
}

#right-contents-area ul.right-news>li div.text p.genre-ac-game {
  color: #d6563d;
}

#right-contents-area ul.right-news>li div.text p.genre-amusement {
  color: #e57e29;
}

#right-contents-area ul.right-news>li div.text p.genre-goods {
  color: #743e5f;
}

#right-contents-area ul.right-news>li div.text p.genre-prize {
  color: #DD3E6F;
}

#right-contents-area ul.right-news>li div.text p.genre-toy {
  color: #17C261;
}

#right-contents-area ul.right-news>li div.text p.genre-anime {
  color: #E9B730;
}

#right-contents-area ul.right-news>li div.text p.genre-darts {
  color: #743E5F;
}

#right-contents-area ul.right-news>li div.text p.recom-title {
  font-weight: bold;
}

#right-contents-area ul.right-news>li.right-news-title {
  text-align: center;
  border: none;
  color: #fff;
  font-size: 0.750rem;
  padding: 2px;
  margin: 5px 0 10px;
}

#right-contents-area ul.sidebar-db>li.right-news-title {
  text-align: left;
  font-size: 1.0rem;
  background: #0058BE;
  position: relative;
  padding-left: 15px;
}

#right-contents-area ul.sidebar-db>li.right-news-title:after {
  position: absolute;
  top: 50%;
  left: 5px;
  transform: translateY(-50%);
  content: '';
  width: 4px;
  height: 1em;
  background-color: #fff;
}

#right-contents-area ul.right-news>li.right-news-title-sp {
  background: #3361c4;
}

#right-contents-area ul.right-news>li.right-news-title-pc {
  background: #158d8d;
}

#right-contents-area ul.right-news>li.right-news-title-arc {
  background: #d6563d;
}

#right-contents-area ul.right-news>li.noborder {
  border-bottom: none;
}


#right-contents-area ul.right-game>li div.text p {
  margin-bottom: 3px;
  font-weight: bold;
  line-height: 0.813rem;
  font-size: 0.750rem;
}

#right-contents-area ul.right-game>li div.text p.genre {
  font-weight: normal;
}

#right-contents-area ul.right-game>li div.text p+p.genre {
  color: #666;
  margin-bottom: 7px;
}

#right-contents-area ul.right-game>li div.text p.right-news-title {
  font-size: 0.813rem;
  font-weight: bold;
  margin-bottom: 10px;
}

#right-contents-area ul.sidebar-db-apps>li div.text p,
#right-contents-area ul.sidebar-db>li div.text p {
  margin-bottom: 3px;
  font-weight: bold;
  line-height: 0.813rem;
  font-size: 0.750rem;
  color: #3361c4;
}

#right-contents-area ul.sidebar-db>li div.text p.genre {
  font-weight: normal;
}

#right-contents-area ul.sidebar-db>li div.text p+p.genre {
  color: #666;
  margin-bottom: 7px;
}

#right-contents-area ul.sidebar-db-apps>li div.text p.right-news-title,
#right-contents-area ul.sidebar-db>li div.text p.right-news-title {
  color: #333;
  font-size: 1.0rem;
  font-weight: bold;
  margin-top: 5px;
}

#bottom-contents-area {
  width: 100%;
  border-top: 1px solid #9b9b9b;
}

#bottom-contents-area h4 {
  font-size: 1.0rem;
  margin-top: 50px;
  margin-bottom: 5px;
}


#bottom-contents-area>ul {
  list-style: none;
  padding: 0;
  margin: 0;
}

#bottom-contents-area>ul>li {
  display: inline-block;
  width: 180px;
  margin-right: 18px;
  vertical-align: top;
}

#bottom-contents-area>ul>li:last-child {
  margin-right: 0;
}

#bottom-contents-area>ul figure {
  width: 100%;
  vertical-align: top;
}

#bottom-contents-area>ul img {
  /*  border: 1px solid #9b9b9b;*/
  width: 100%;
}

#bottom-contents-area>ul p {
  margin-bottom: 5px;
  background: none;
  line-height: 0.938rem;
  font-size: 0.750rem;
}

#bottom-contents-area>ul p.right-news-title {
  line-height: 1.0rem;
  font-size: 0.813rem;
}

#bottom-contents-area ul.bottom-news>li div.text {
  margin-top: 5px;
}

#bottom-contents-area ul.bottom-news>li div.text .right-news-title br {
  display: none;
}

#bottom-contents-area ul.bottom-news>li div.text p.genre-sp-game {
  color: #3361c4;
}

#bottom-contents-area ul.bottom-news>li div.text p.genre-pc-game {
  color: #158d8d;
}

#bottom-contents-area ul.bottom-news>li div.text p.genre-ac-game {
  color: #d6563d;
}

#bottom-contents-area ul.bottom-news>li div.text p.genre-amusement {
  color: #e57e29;
}

#bottom-contents-area ul.bottom-news>li div.text p.genre-goods {
  color: #743e5f;
}

#bottom-contents-area ul.bottom-news>li div.text p.genre-prize {
  color: #DD3E6F;
}

#bottom-contents-area ul.bottom-news>li div.text p.genre-toy {
  color: #17C261;
}

#bottom-contents-area ul.bottom-news>li div.text p.genre-anime {
  color: #E9B730;
}

#bottom-contents-area ul.bottom-news>li div.text p.genre-darts {
  color: #743E5F;
}

#bottom-contents-area ul.bottom-game>li div.text p {
  margin-bottom: 3px;
  line-height: 0.813rem;
  font-size: 0.750rem;
}

#bottom-contents-area ul.bottom-game>li div.text p.genre {
  font-weight: normal;
}

#bottom-contents-area ul.bottom-game>li div.text p.right-news-title+p.genre {
  color: #666;
  line-height: 0.750rem;
  font-size: 0.688rem;
  font-weight: normal;
  margin-bottom: 7px;
}

#bottom-contents-area ul.bottom-game>li div.text p.right-news-title {
  font-weight: bold;
  line-height: 1.0rem;
  font-size: 0.813rem;
  margin-bottom: 10px;
}


@media only screen and (max-width: 669px) {
  .topics-contents-2018 {
    width: 100%;
    float: none;
  }

  .product-contents-2018 {
    width: 100%;
    float: none;
  }

  #right-contents-area {
    width: 100%;
    float: none;
    padding: 10px 10px;
  }

  #right-contents-area ul.right-news>li figure {
    width: 33%;
    margin-right: 1%;
  }

  #right-contents-area ul.right-news>li div {
    width: 64%;
  }


  #bottom-contents-area {
    display: none;
  }

}

/* 201801 Edit End*/

#topics-contents div a {
  color: #0078FF;
  text-decoration: underline;
}

#topics-contents div a:hover {
  opacity: 0.9;
  filter: alpha(opacity=90);
}

#topics-contents .link-official .btn-base {
  background-color: #0078FF;
}

#topics-contents .button-block .btn-base {
  background-color: #0078FF;
}

#topics-contents .category-list li {
  background-color: #0078FF;
}

#topics-contents .main-name {
  color: #0078FF;
}

#topics-contents.detail-layout .title,
#topics-contents.detail-layout h3 {
  border-color: #0078FF;
  color: #0078FF;
  font-weight: bold;
}

#topics-contents.detail-layout #topics-title .category .title a {
  color: #0078FF;
}

#topics-contents.detail-layout h4 {
  color: #0078FF;
  font-weight: bold;
}

#topics-contents.detail-layout table.basic tr th {
  background-color: #a9e2ff;
}

#topics-contents.detail-layout .box.column2 .color {
  background-color: #0078FF;
}

#topics-title .category .genre {
  background-color: transparent;
}

/*
.icon-gray {
  background-color: #999999;
}
.icon-red {
  background-color: #bd113d;
}*/

.topics-list-all ul li .genre i.genre-info.icon-red,
.news-list ul li .genre i.genre-info.icon-red {
  background-color: #bd113d;
}

.topics-list-all ul li .genre i.genre-info.icon-gray,
.news-list ul li .genre i.genre-info.icon-gray {
  background-color: #999999;
}

/* 2017/02/21 start */
/* リストのスタイル .text-list */
.topinfo-list {
  list-style: none;
  /*  padding: 0 0 1.5em;*/
  padding: 0;
  padding-top: 4px;
  margin: 0 0;
}

.topinfo-list li {
  position: relative;
  /*  font-size: 12px;*/
  /*  font-size: 0.75rem;*/
  font-size: 14px;
  font-size: 0.875rem;
  padding-left: 1.5em;
  padding-left: 0;
  margin: 0 0 .25em 0;
}

.topinfo-list li a:hover {
  text-decoration: underline;
  opacity: 0.6;
  filter: alpha(opacity=60);
}

.topinfo-list li.color-red {
  color: #ff0000;
}

.topinfo-list li.color-blue {
  color: #0030ff;
}

.topinfo-list li.color-red a {
  color: #ff0000;
}

.topinfo-list li.color-red a:hover {
  text-decoration: underline;
  opacity: 0.6;
  filter: alpha(opacity=60);
}

.topinfo-list li.color-blue a {
  color: #0030ff;
}

.topinfo-list li.color-blue a:hover {
  text-decoration: underline;
  opacity: 0.6;
  filter: alpha(opacity=60);
}

/*.topinfo-list li i {
  position: absolute;
  top: 0;
  left: 0;
}
.topinfo-list.disk {
  list-style: none;
}
.topinfo-list.disk li:before {
  position: absolute;
  top: 0;
  left: 0;
  content: "●";
}*/

@media only screen and (max-width: 669px) {
  .topinfo-list {
    margin: 0 10px;
    padding-right: 5px;
    padding-left: 5px;
    margin-right: 0;
    margin-left: 0;
  }
}

/* 2017/02/21 end */
/* 2017/02/27 start*/
.sns-account .sns-group ul li figure .image {
  float: none;
}

.sns-account .sns-group ul li ul.social-icon-menu li {
  display: inline-block;
  width: auto;
  min-height: 50px;
  padding: 10px 10px 0px 0px;
  margin-bottom: 0px;
}

.sns-account .sns-group-archive ul li ul.social-icon-menu li {
  display: inline-block;
  width: auto;
  min-height: 50px;
  padding: 10px 10px 0px 0px;
}

.social-icon-menu li a {
  display: block;
  width: 40px;
  height: 40px;
  background-size: cover;
}

.social-icon-menu li.icon_twitter a {
  background-image: url('/images/common/icon_tw.png');
}

.social-icon-menu li.icon_facebook a {
  background-image: url('/images/common/icon_fb.png');
}

.social-icon-menu li.icon_line a {
  background-image: url('/images/common/icon_line.png');
}

.social-icon-menu li.icon_instagram a {
  background-image: url('/images/common/icon_insta.png');
}

.social-icon-menu li.icon_youtube a {
  background-image: url('/images/common/icon_yt.png');
}

.social-icon-menu li.icon_tiktok a {
  background-image: url('/images/common/icon_tiktok.png');
}

.social-icon-menu li.icon_blog a {
  background-image: url('/images/common/ico_blog.png');
}

.social-icon-menu li a:hover {
  text-decoration: underline;
  opacity: 0.6;
  filter: alpha(opacity=60);
}

.social-icon-menu .link-text {
  display: none;
}

.sns-account .sns-group ul li figure {
  float: left;
}

.sns-account .sns-group ul li figure a.l-official {
  color: #0030ff;
  font-size: 12px;
  font-size: 0.75rem;
  padding-left: 14px;
}

.sns-account .sns-group ul li figure a.l-official:hover {
  text-decoration: underline;
  opacity: 0.6;
  filter: alpha(opacity=60);
}

.sns-account .sns-group ul li figure a.l-official {
  background-image: url("/images/common/ico_link.png");
  background-size: 11px 11px;
  background-repeat: no-repeat;
  background-position: left center;
  /*  padding-right: 16px;*/
}

ul.social-icon-menu-top {
  list-style: none;
  text-align: center;
  margin: 0;
  padding: 0;
}

ul.social-icon-menu-top li {
  display: inline-block;
  width: 70px;
  height: 70px;
  margin-bottom: 0px;
}

ul.social-icon-menu-top li+li {
  margin-left: 45px;
}

.social-icon-menu-top .link-text {
  display: none;
}

.social-icon-menu-top li a {
  display: block;
  width: 70px;
  height: 70px;
}

.social-icon-menu-top li.icon_twitter a {
  background-image: url('/images/common/icon_tw.png');
}

.social-icon-menu-top li.icon_facebook a {
  background-image: url('/images/common/icon_fb.png');
}

.social-icon-menu-top li.icon_line {
  background-image: url('/images/common/icon_line.png');
}

.social-icon-menu-top li.icon_instagram a {
  background-image: url('/images/common/icon_insta.png');
}

.social-icon-menu-top li.icon_youtube a {
  background-image: url('/images/common/icon_yt.png');
}

.social-icon-menu-top li.icon_tiktok {
  background-image: url('/images/common/icon_tiktok.png');
  background-size: cover;
}

.social-icon-menu-top li a:hover {
  text-decoration: underline;
  opacity: 0.6;
  filter: alpha(opacity=60);
}


@media only screen and (max-width: 669px) {
  .sns-account .sns-group ul li ul.social-icon-menu li {
    padding: 5px 10px 0px 0px;
  }

  .sns-account .sns-group-archive ul li ul.social-icon-menu li {
    min-height: 40px;
    padding: 5px 10px 0px 0px;
  }

  .social-icon-menu li a {
    display: block;
    width: 35px;
    height: 35px;
  }

  .sns-account .sns-group ul li figure a.l-official {
    color: #0030ff;
    font-size: 10px;
    font-size: 0.625rem;
    padding-left: 12px;
  }

  .sns-account .sns-group ul li figure a.l-official {
    background-image: url("/images/common/ico_link.png");
    background-size: 10px 10px;
    background-repeat: no-repeat;
    background-position: left center;
    /*  padding-right: 16px;*/
  }

  ul.social-icon-menu-top li+li {
    margin-left: 10px;
  }

  ul.social-icon-menu-top li {
    width: 38px;
    height: 38px;
    background-size: contain;
  }

  ul.social-icon-menu-top li a {
    width: 38px;
    height: 38px;
    background-size: contain;
  }

}

/* 2017/02/27 end */

/* 2017/03/03 start */
#link-history {
  float: left;
  margin-top: 0;
  margin-bottom: 0;
}

#link-history li {
  list-style-type: none;
  background-color: #24d113;

}

#link-header-other {
  /*	float: left;
	margin-top: 0;
	margin-bottom: 0;*/
  margin-left: 1px;
  padding: 0;
}

#link-header-other li {
  list-style-type: none;
  background-color: #0090ff;
}

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

  header #header-top div.link-area {
    float: right;
    /*min-width: inherit;*/
    width: 50%;
    max-width: 200px;
  }

  header #header-top #link-company-information {
    background-color: #0058BE;
    width: 28%;
  }

  header #header-top #link-company-information a {
    display: block;
    width: 100%;
    height: 60px;
    background: url(/images/common/head_sp_link05.svg) no-repeat center center;
    font-size: 13px;
    text-align: left;
    text-indent: -9999px;
  }

  header #header-top #link-company-information a:hover {
    color: #bbb;
  }




  #link-history {
    /*	float: left;
 	margin-top: 0;
 	margin-bottom: 0;*/
    padding: 0;
    padding-right: 1px;
    width: 32%;
    height: 35px;
  }

  #link-history li {
    list-style-type: none;
    width: auto;
    /*display: inline-block;*/
  }

  /* #link-history li img{
	widht: auto;
	heigth: auto;
	max-height: 35px;
 }*/

  #link-history li .historyimg {
    /*    background: url(/images/common/g_navi_history_sp.png);*/
    background: url(/history/common/img/img_hh_213x41.png);
    background-size: cover;
    /*    background-color: #24d113;*/
    background-position: center center;
    background-repeat: no-repeat;
    /*    background-size: auto; width: auto; height: 35px;*/
  }

  #link-header-other {
    /*	float: left;
 	margin-top: 0;
 	margin-bottom: 0;*/
    margin: 0;
    padding: 0;
    padding-right: 1px;
    width: 32%;
    max-height: 35px;
  }

  #link-header-other li {
    list-style-type: none;
    /*display: inline-block;*/
  }

  /* #link-header-other li img{
	widht: auto;
	heigth: auto;
	max-height: 35px;
 }*/

  #link-header-other li .specialimg {
    /*    background: url(/special/common/img/img_sp_213x41.jpg);*/
    background: url(/special/common/img/img_sp_213x41.png);
    background-size: cover;
    /*    background-color: #0090ff;*/
    background-position: center center;
    background-repeat: no-repeat;
    /*    background-size: auto; width: auto; height: 35px;*/

  }

  header #header-top #site-name {
    display: none;
    padding: 0;
  }

  header #header-top #link-company-information {
    float: right;
    width: 102px;
  }
}

@media only screen and (max-width: 567px) {
  #link-history li .historyimg {
    background: url(/history/common/img/img_hh_132x46.png);
    background-size: cover;
    /*    background-color: #24d113;*/
    background-position: center center;
    background-repeat: no-repeat;
  }

  #link-header-other li .specialimg {
    background: url(/special/common/img/img_sp_132x46.png);
    background-size: cover;
    /*    background-color: #24d113;*/
    background-position: center center;
    background-repeat: no-repeat;
  }
}

/* 2017/03/03 end */


/* 2017/03/08 start */

footer #footer-middle {
  background-color: #0078FF;
  padding: 0 20px 5px 0;
  text-align: right;
  position: relative;
}

footer #footer-middle>.inner {
  border-bottom: 1px solid #fff;
  padding-bottom: 10px;
}

footer #footer-middle div div.acordion {
  width: 154px;
  margin-left: 1036px;
  margin-right: 10px;
  text-align: left;
  /*  float: right;
  padding: 10px 10px 0 10px;
  height: 200px;*/
  vertical-align: baseline;
  /*z-index: 1;*/
  position: absolute;
  bottom: 0;
  margin-bottom: 50px;
}

footer #footer-middle div div.acordion ul {
  padding: 0;
  margin-bottom: 0;
  border-bottom: 2px solid #222;

}

footer #footer-middle div div.acordion ul li {
  list-style: none;
  background-color: #fff;
  border-top: 1px solid #ccc;
  /*  padding: 5px 10px 5px 0;
  padding: 0px 0px 8px 0;*/
  padding: 0;
  line-height: 1.8;
  vertical-align: middle;
}

footer #footer-middle div div.acordion ul li a {
  color: #222;
  /*  line-height:1.8;*/
  display: block;
  padding-bottom: 4px;
}

footer #footer-middle div div.acordion ul li a:hover {
  opacity: 0.6;
  filter: alpha(opacity=60);
}

footer #footer-middle div div.acordion ul li a.usa:before {
  background: url(images/common/ico_usa.png) 0 0 no-repeat;
  -webkit-background-size: 22px 22px;
  content: "";
  background-size: cover;
  display: inline-block;
  width: 22px;
  height: 22px;
  margin-right: 5px;
  margin-left: 5px;
  top: 7px;
  position: relative;
}

footer #footer-middle div div.acordion ul li a.uk:before {
  background: url(images/common/ico_uk.png) 0 0 no-repeat;
  -webkit-background-size: 22px 22px;
  content: "";
  background-size: cover;
  display: inline-block;
  width: 22px;
  height: 22px;
  margin-right: 5px;
  margin-left: 5px;
  top: 7px;
  position: relative;
}

footer #footer-middle div div.acordion ul li a.aust:before {
  background: url(images/common/ico_aust.png) 0 0 no-repeat;
  -webkit-background-size: 22px 22px;
  content: "";
  background-size: cover;
  display: inline-block;
  width: 22px;
  height: 22px;
  margin-right: 5px;
  margin-left: 5px;
  top: 7px;
  position: relative;
}

footer #footer-middle div div.acordion ul li a.fra:before {
  background: url(images/common/ico_fra.png) 0 0 no-repeat;
  -webkit-background-size: 22px 22px;
  content: "";
  background-size: cover;
  display: inline-block;
  width: 22px;
  height: 22px;
  margin-right: 5px;
  margin-left: 5px;
  top: 7px;
  position: relative;
}

footer #footer-middle div div.acordion ul li a.deu:before {
  background: url(images/common/ico_deu.png) 0 0 no-repeat;
  -webkit-background-size: 22px 22px;
  content: "";
  background-size: cover;
  display: inline-block;
  width: 22px;
  height: 22px;
  margin-right: 5px;
  margin-left: 5px;
  top: 7px;
  position: relative;
}

footer #footer-middle div div.acordion ul li a.esp:before {
  background: url(images/common/ico_esp.png) 0 0 no-repeat;
  -webkit-background-size: 22px 22px;
  content: "";
  background-size: cover;
  display: inline-block;
  width: 22px;
  height: 22px;
  margin-right: 5px;
  margin-left: 5px;
  top: 7px;
  position: relative;
}

footer #footer-middle div div.acordion ul li a.ita:before {
  background: url(images/common/ico_ita.png) 0 0 no-repeat;
  -webkit-background-size: 22px 22px;
  content: "";
  background-size: cover;
  display: inline-block;
  width: 22px;
  height: 22px;
  margin-right: 5px;
  margin-left: 5px;
  top: 7px;
  position: relative;
}

footer #footer-middle div div.acordion ul li a.ned:before {
  background: url(images/common/ico_ned.png) 0 0 no-repeat;
  -webkit-background-size: 22px 22px;
  content: "";
  background-size: cover;
  display: inline-block;
  width: 22px;
  height: 22px;
  margin-right: 5px;
  margin-left: 5px;
  top: 7px;
  position: relative;
}

/*
footer #footer-middle div div.acordion ul li a:before {
    content: url(images/common/ico_aust.png);
    position: relative;
    top: 6px;
    margin-right: 2px;
	width: 18px;
	height: 18px;
    display:inline-block;

}
*/
footer #footer-middle div div.country {
  padding-top: 15px;
  width: 154px;
  margin-left: auto;
  margin-right: 10px;
  color: #222;
  cursor: pointer;
  cursor: hand;
  /*  z-index: 999;*/
}

footer #footer-middle div div.country div.triger {
  padding: 5px 7px 5px 0px;
  background-color: #fff;
  font-size: 12px;
}

footer #footer-middle div div.country div.triger:hover {
  opacity: 0.6;
  filter: alpha(opacity=60);
}

footer #footer-middle div div.country div.triger:before {
  display: inline-block;
  color: #333;
  font-family: "sega-font-icon";
  font-style: normal;
  font-weight: normal;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 12px;
  font-size: 0.875rem;
  line-height: 1.8;
  content: "a";
  top: 50%;
  margin-right: 5px;
  padding-right: 5px;
  border-right: 1px dotted #fff;
}



@media only screen and (max-width: 669px) {
  footer #footer-middle {
    text-align: left;
  }

  footer #footer-middle div div.acordion {
    width: 154px;
    margin-left: 10px;
    margin-right: auto;
    text-align: left;
  }

  footer #footer-middle div div.country {
    width: 154px;
    margin-left: 10px;
    margin-right: auto;
    padding-top: 15px;
    margin-left: 10px;
    margin-right: 10px;
  }

  footer #footer-middle div div.country div.triger {
    padding: 5px 7px 5px 7px;
    background-color: #fff;
    font-size: 12px;
  }

  footer #footer-middle div div.country div.triger:hover {
    opacity: 1.0;
    filter: alpha(opacity=100);
  }

}

/* 2017/03/08 end */

/* 2017/03/23 pmark s*/
.page-contact .link-faq ul {
  width: 30%;
  margin-left: auto;
  margin-right: auto;
  padding: 0;
}

.page-contact .link-faq li {
  list-style: none;
}

@media only screen and (max-width: 669px) {
  .page-contact .link-faq ul {
    width: 80%;
  }

  .page-contact .link-faq ul li a {
    font-size: 0.75rem;
    padding: 8px 10px;
  }
}

/* 2017/03/23 pmark e*/


/* s017/04/13 s */
header {
  position: fixed;
  width: 100%;
  top: 0;
  left: 0;
  z-index: 200000;

}

.header-nav-wrap {
  position: relative;
}

.header-sub-nav {
  position: absolute;
  right: 0;
  background: transparent;
  width: 100%;
  /* 201801 Edit Start*/
  padding-top: 0;
  padding-bottom: 0;
  top: 0;
  /* 201801 Edit End*/
  min-width: 100%;
}

.header-sub-nav nav {
  /* 201801 Edit Start*/
  width: 100%;
  margin: 0 auto;
  /* 201801 Edit End*/
}

.header-sub-nav ul li {
  width: 285px;
  vertical-align: top;
  box-sizing: border-box;
  /* border-left: 1px solid #2e2f30; */
  float: left;
  list-style: none;
}

/* 201801 Edit Start*/
.header-sub-nav ul li.sub-nav-l {
  width: 285px;
  padding: 0;
  background: #fff;
}

.header-sub-nav ul li.sub-nav-r {
  width: 285px;
  margin: 25px 0 20px;
  padding: 0 0 0 20px;
  background: #fff;
}

.header-sub-nav ul li h2 {
  font-size: 1.00rem;
  font-weight: normal;
  margin: 0;
  padding: 5px;
  padding-left: 10px;
}

.header-sub-nav ul li h3 {
  background: transparent;
  text-align: left;
  margin: 0 0 20px 0;
  font-size: 1.00rem;
  font-weight: normal;
  opacity: 0.9;
}

.header-sub-nav ul li.sub-nav-c h3 {
  margin: 5px 0 5px 20px;
  font-size: 1.00rem;
  font-weight: normal;
  opacity: 0.9;
}

/*.header-sub-nav-lc ul li.sub-nav-c h3{
 margin: 20px 0 0 20px;
 font-size: 1.00rem;
 font-weight: normal;
 opacity: 0.9;
}
.header-sub-nav-lc ul li.sub-nav-c h3:first-child{
 margin: 5px 0 5px 20px;
}*/

.header-sub-nav-lc ul li.sub-nav-c h3 {
  border-top: 1px solid #b3b3b1;
  width: 920px;
  padding-top: 20px;
}

.header-sub-nav-lc ul li.sub-nav-c h3:first-child {
  border-top: 0;
  padding-top: 0;
}

.header-sub-nav-sp {
  border-top: 1px solid #3361c4;
  border-bottom: 1px solid #3361c4;
}

.header-sub-nav-sp h2 {
  background: #3361c4;
}

.header-sub-nav-pc {
  border-top: 1px solid #158d8d;
  border-bottom: 1px solid #158d8d;
}

.header-sub-nav-pc h2 {
  background: #158d8d;
}

.header-sub-nav-ac {
  border-top: 1px solid #d6563d;
  border-bottom: 1px solid #d6563d;
}

.header-sub-nav-ac h2 {
  background: #d6563d;
}

.header-sub-nav-lc {
  border-top: 1px solid #e57e29;
  border-bottom: 1px solid #e57e29;
}

.header-sub-nav-lc h2 {
  background: #e57e29;
}

.header-sub-nav-toy {
  border-top: 1px solid #743e5f;
  border-bottom: 1px solid #743e5f;
}

.header-sub-nav-toy h2 {
  background: #743e5f;
}

.header-sub-nav-toy ul>li.sub-nav-c h3 {
  margin-top: 5px;
  margin-bottom: 5px;
}

#header-bottom .header-sub-nav-toy ul>li.sub-nav-c {
  margin-top: 5px;
}

#header-bottom .header-sub-nav-toy ul>li.sub-nav-c-2nd {
  border-top: 1px solid #743e5f;
  margin-top: 0;
}

#header-bottom .header-sub-nav-toy ul.sub-nav li.sub-nav-c>ul>li {
  margin-top: 0;
}

/* 201801 Edit End*/


.header-sub-nav ul li ul li {
  float: none;
}

.header-sub-nav ul li ul li a {
  /* width: 145px;*/
  /* 201801 Edit Start*/
  /* width: 135px;*/
  width: auto;
  /* 201801 Edit End*/
  /* text-align: center; */
  display: block;
  /* font-size: 1.3rem;  */
  color: #fff;
  float: none;
}


/*#global-navi:hover + #header-bottom {
  overflow: visible;
}*/

/*#header-middle:hover + #header-bottom {
 overflow: visible;
}*/

#header-bottom:hover {
  overflow: visible;
}

header #header-bottom:after {
  /* background-color: #35393c;*/
  background-color: transparent;
}

#header-bottom.hover {
  overflow: visible;
}

.header-sub-nav nav ul.sub-nav {
  padding-left: 0;
  font-size: 0.813rem;
  /* 201801 Edit Strat*/
  /* margin-top:0px;*/
  margin: 0;

  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: -moz-flex;
  display: flex;
  -webkit-box-lines: multiple;
  -moz-box-lines: multiple;
  -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;

  /* 201801 Edit End*/
}

/* 201801 Edit Strat*/
.header-sub-nav nav ul.sub-nav li ul {
  /* padding-left: 5px;*/
  padding: 0;
}

.header-sub-nav nav ul.sub-nav li.sub-nav-l ul {
  padding: 10px;
}

/* 201801 Edit End*/

.header-sub-nav nav ul.sub-nav li ul li {
  /* margin:0px;*/
  /* padding:0px;*/
  /*   margin: 0px 0px 10px 0px; */
  margin: 0px 0px 5px 0px;
  line-height: 1.8;
}

/* 201801 Edit Strat*/
.header-sub-nav ul.sub-nav li.sub-nav-c>ul>li {
  margin: 0 20px 20px;
  padding: 0;
  float: left;
  width: 200px;
}

.header-sub-nav ul.sub-nav li.sub-nav-c>ul>li>a {
  margin: 0;
  padding: 0;
  width: auto;
  text-indent: 0;
}

.header-sub-nav-sp ul.sub-nav li.sub-nav-c>ul>li>a,
.header-sub-nav-pc ul.sub-nav li.sub-nav-c>ul>li>a,
.header-sub-nav-ac ul.sub-nav li.sub-nav-c>ul>li>a {
  min-height: 160px;
}

.header-sub-nav ul.sub-nav li.sub-nav-c>ul>li>a>p {
  margin: 0;
  font-weight: normal;
  font-size: 0.625rem;
  min-height: 3px;
}

.header-sub-nav ul.sub-nav li.sub-nav-c>ul>li>a>p.sub-nav-title {
  font-size: 0.750rem;
}

.header-sub-nav ul.sub-nav li.sub-nav-c>ul>li>a>p+p.sub-nav-title {
  line-height: 0.813rem;
}

.header-sub-nav ul.sub-nav li.sub-nav-r>ul>li {
  border-bottom: 1px dotted #fff;
  width: 250px;
  padding: 10px 0;
}

.header-sub-nav ul.sub-nav li.sub-nav-r>ul>li:first-child {
  padding: 0 0 10px;
}

.header-sub-nav ul.sub-nav li.sub-nav-r>ul>li:last-child {
  border-bottom: 0;
}

.header-sub-nav ul.sub-nav li.sub-nav-r>ul>li>a {
  margin: 0;
  padding: 0;
  width: auto;
  text-indent: 0;
}

.header-sub-nav ul.sub-nav li.sub-nav-r>ul>li .text {
  /*  width: 180px;*/
  float: left;
}

.header-sub-nav ul.sub-nav li.sub-nav-r>ul>li .imgcap+.text {
  width: 180px;
}

.header-sub-nav ul.sub-nav li.sub-nav-r>ul>li .text {
  text-indent: -1rem;
  padding-left: 1.125rem;
  font-size: 0.625rem;
  width: 100%;
}

.header-sub-nav ul.sub-nav li.sub-nav-r>ul>li .text>.sub-nav-title {
  display: block;
  font-size: 0.750rem;
}

.header-sub-nav ul.sub-nav li.sub-nav-r>ul>li figure {
  float: right;
}

/* 201801 Edit End*/


header #header-bottom .link-area {
  display: block;
  float: right;
  font-size: 12.5px;
  font-size: 0.78125rem;
}

/*.header-sub-nav nav ul.sub-nav li ul li:hover {
  background-color: #666666;
}*/
.header-sub-nav nav ul.sub-nav li ul li a {
  /*  text-indent: -12px;
  padding-left: 0;
  margin-left: 6px;*/
}

.header-sub-nav nav ul.sub-nav li ul li a.ico-sp:hover {
  /*    opacity:0.6;*/
  /*	opacity: 1;*/
  background-color: #666666;
}

.header-sub-nav nav ul.sub-nav li ul li a.ico-sp:before {
  background: url(images/common/ico01.png) 0 0 no-repeat;
  -webkit-background-size: 10px 10px;
  content: "";
  background-size: cover;
  display: inline-block;
  width: 10px;
  height: 12px;
  margin-right: 2px;
  margin-left: 5px;
  top: 2px;
  left: 1px;
  position: relative;
}

.header-sub-nav nav ul.sub-nav li ul li a.ico-soft:hover {
  /*    opacity:0.6;*/
  /*	opacity: 1;*/
  background-color: #666666;
}

.header-sub-nav nav ul.sub-nav li ul li a.ico-soft:before {
  background: url(images/common/ico02.png) 0 0 no-repeat;
  -webkit-background-size: 10px 10px;
  content: "";
  background-size: cover;
  display: inline-block;
  width: 10px;
  height: 12px;
  margin-right: 2px;
  margin-left: 5px;
  /*    top: 7px;*/
  top: 2px;
  left: 1px;
  position: relative;
}

.header-sub-nav nav ul.sub-nav li ul li a.ico-arcade:hover {
  /*    opacity:0.6;*/
  /*	opacity: 1;*/
  background-color: #666666;
}

.header-sub-nav nav ul.sub-nav li ul li a.ico-arcade:before {
  background: url(images/common/ico03.png) 0 0 no-repeat;
  -webkit-background-size: 10px 10px;
  content: "";
  background-size: cover;
  display: inline-block;
  width: 10px;
  height: 12px;
  margin-right: 2px;
  margin-left: 5px;
  /*    top: 7px;*/
  top: 2px;
  left: 1px;
  position: relative;
}

.header-sub-nav nav ul.sub-nav li ul li a.ico-location:hover {
  /*    opacity:0.6;*/
  /*	opacity: 1;*/
  background-color: #666666;
}

.header-sub-nav nav ul.sub-nav li ul li a.ico-location:before {
  background: url(images/common/ico04.png) 0 0 no-repeat;
  -webkit-background-size: 10px 10px;
  content: "";
  background-size: cover;
  display: inline-block;
  width: 10px;
  height: 12px;
  margin-right: 2px;
  margin-left: 5px;
  /*    top: 7px;*/
  top: 2px;
  left: 1px;
  position: relative;
}

.header-sub-nav nav ul.sub-nav li ul li a.ico-goods:hover {
  /*    opacity:0.6;*/
  /*	opacity: 1;*/
  background-color: #666666;
}

.header-sub-nav nav ul.sub-nav li ul li a.ico-goods:before {
  background: url(images/common/ico05.png) 0 0 no-repeat;
  -webkit-background-size: 10px 10px;
  content: "";
  background-size: cover;
  display: inline-block;
  width: 10px;
  height: 12px;
  margin-right: 2px;
  margin-left: 5px;
  /*    top: 7px;*/
  top: 2px;
  left: 1px;
  position: relative;
}

/* 201903

header #header-middle .link-area #global-navi ul li.current a.cur-sp:before {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 90%;
  height: 5px;
  margin: 0 5%;
  background-color: #3361c4;
  content: "";
  -webkit-transition: 0.15s ease-out;
  -moz-transition: 0.15s ease-out;
  -ms-transition: 0.15s ease-out;
  -o-transition: 0.15s ease-out;
  transition: 0.15s ease-out;
}
header #header-middle .link-area #global-navi ul li.current a.cur-soft:before {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 90%;
  height: 5px;
  margin: 0 5%;
  background-color: #158d8d;
  content: "";
  -webkit-transition: 0.15s ease-out;
  -moz-transition: 0.15s ease-out;
  -ms-transition: 0.15s ease-out;
  -o-transition: 0.15s ease-out;
  transition: 0.15s ease-out;
}
header #header-middle .link-area #global-navi ul li.current a.cur-arcade:before {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 90%;
  height: 5px;
  margin: 0 5%;
  background-color: #d6563d;
  content: "";
  -webkit-transition: 0.15s ease-out;
  -moz-transition: 0.15s ease-out;
  -ms-transition: 0.15s ease-out;
  -o-transition: 0.15s ease-out;
  transition: 0.15s ease-out;
}
header #header-middle .link-area #global-navi ul li.current a.cur-location:before {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 90%;
  height: 5px;
  margin: 0 5%;
  background-color: #e57e29;
  content: "";
  -webkit-transition: 0.15s ease-out;
  -moz-transition: 0.15s ease-out;
  -ms-transition: 0.15s ease-out;
  -o-transition: 0.15s ease-out;
  transition: 0.15s ease-out;
}
header #header-middle .link-area #global-navi ul li.current a.cur-goods:before {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 90%;
  height: 5px;
  margin: 0 5%;
  background-color: #743e5f;
  content: "";
  -webkit-transition: 0.15s ease-out;
  -moz-transition: 0.15s ease-out;
  -ms-transition: 0.15s ease-out;
  -o-transition: 0.15s ease-out;
  transition: 0.15s ease-out;
}

header #header-middle .link-area #global-navi ul li.current-hov a.cur-sp:before,
header #header-middle .link-area #global-navi ul li a.cur-sp:hover:before {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 90%;
  height: 5px;
  margin: 0 5%;
  background-color: #3361c4;
  content: "";
  -webkit-transition: 0.15s ease-out;
  -moz-transition: 0.15s ease-out;
  -ms-transition: 0.15s ease-out;
  -o-transition: 0.15s ease-out;
  transition: 0.15s ease-out;
}

header #header-middle .link-area #global-navi ul li.current-hov a.cur-soft:before,
header #header-middle .link-area #global-navi ul li a.cur-soft:hover:before {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 90%;
  height: 5px;
  margin: 0 5%;
  background-color: #158d8d;
  content: "";
  -webkit-transition: 0.15s ease-out;
  -moz-transition: 0.15s ease-out;
  -ms-transition: 0.15s ease-out;
  -o-transition: 0.15s ease-out;
  transition: 0.15s ease-out;
}
header #header-middle .link-area #global-navi ul li.current-hov a.cur-arcade:before,
header #header-middle .link-area #global-navi ul li a.cur-arcade:hover:before {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 90%;
  height: 5px;
  margin: 0 5%;
  background-color: #d6563d;
  content: "";
  -webkit-transition: 0.15s ease-out;
  -moz-transition: 0.15s ease-out;
  -ms-transition: 0.15s ease-out;
  -o-transition: 0.15s ease-out;
  transition: 0.15s ease-out;
}
header #header-middle .link-area #global-navi ul li.current-hov a.cur-location:before,
header #header-middle .link-area #global-navi ul li a.cur-location:hover:before {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 90%;
  height: 5px;
  margin: 0 5%;
  background-color: #e57e29;
  content: "";
  -webkit-transition: 0.15s ease-out;
  -moz-transition: 0.15s ease-out;
  -ms-transition: 0.15s ease-out;
  -o-transition: 0.15s ease-out;
  transition: 0.15s ease-out;
}
header #header-middle .link-area #global-navi ul li.current-hov a.cur-goods:before,
header #header-middle .link-area #global-navi ul li a.cur-goods:hover:before {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 90%;
  height: 5px;
  margin: 0 5%;
  background-color: #743e5f;
  content: "";
  -webkit-transition: 0.15s ease-out;
  -moz-transition: 0.15s ease-out;
  -ms-transition: 0.15s ease-out;
  -o-transition: 0.15s ease-out;
  transition: 0.15s ease-out;
}

201903 */

header #header-middle .link-area #global-navi ul li.current>a {
  color: #fff;
  -webkit-transition: 0.15s ease-out;
  -moz-transition: 0.15s ease-out;
  -ms-transition: 0.15s ease-out;
  -o-transition: 0.15s ease-out;
  transition: 0.15s ease-out;
}

header #header-middle .link-area #global-navi ul li.current a.cur-sp {
  background-color: #3361c4;
  color: #fff;
}

header #header-middle .link-area #global-navi ul li.current a.cur-soft {
  background-color: #158d8d;
  color: #fff;
}

header #header-middle .link-area #global-navi ul li.current a.cur-arcade {
  background-color: #d6563d;
  color: #fff;
}

header #header-middle .link-area #global-navi ul li.current a.cur-location {
  background-color: #e57e29;
  color: #fff;
}

header #header-middle .link-area #global-navi ul li.current a.cur-goods {
  background-color: #743e5f;
  color: #fff;
}

header #header-middle .link-area #global-navi ul li.current a.cur-prize {
  background-color: #dd3e6f;
  color: #fff;
}

header #header-middle .link-area #global-navi ul li.current a.cur-darts {
  background-color: #743e5f;
  color: #fff;
}

header #header-middle .link-area #global-navi ul li.current a.cur-toy {
  background-color: #17c261;
  color: #fff;
}

header #header-middle .link-area #global-navi ul li.current a.cur-anime {
  background-color: #e9b730;
  color: #fff;
}



header #header-middle .link-area #global-navi ul li.current-hov a,
header #header-middle .link-area #global-navi ul li a:hover {
  -webkit-transition: 0.15s ease-out;
  -moz-transition: 0.15s ease-out;
  -ms-transition: 0.15s ease-out;
  -o-transition: 0.15s ease-out;
  transition: 0.15s ease-out;
}


header #header-middle .link-area #global-navi ul li.current-hov a.cur-sp,
header #header-middle .link-area #global-navi ul li:hover a.cur-sp {
  background-color: #3361c4;
}

header #header-middle .link-area #global-navi ul li.current-hov a.cur-soft,
header #header-middle .link-area #global-navi ul li:hover a.cur-soft {
  background-color: #158d8d;
}

header #header-middle .link-area #global-navi ul li.current-hov a.cur-arcade,
header #header-middle .link-area #global-navi ul li:hover a.cur-arcade {
  background-color: #d6563d;
}

header #header-middle .link-area #global-navi ul li.current-hov a.cur-location,
header #header-middle .link-area #global-navi ul li:hover a.cur-location {
  background-color: #e57e29;
}

header #header-middle .link-area #global-navi ul li.current-hov a.cur-goods,
header #header-middle .link-area #global-navi ul li:hover a.cur-goods {
  background-color: #743e5f;
}

header #header-middle .link-area #global-navi ul li.current-hov a.cur-prize,
header #header-middle .link-area #global-navi ul li:hover a.cur-prize {
  background-color: #dd3e6f;
}

header #header-middle .link-area #global-navi ul li.current-hov a.cur-darts,
header #header-middle .link-area #global-navi ul li:hover a.cur-darts {
  background-color: #743e5f;
}

header #header-middle .link-area #global-navi ul li.current-hov a.cur-toy,
header #header-middle .link-area #global-navi ul li:hover a.cur-toy {
  background-color: #17c261;
}

header #header-middle .link-area #global-navi ul li.current-hov a.cur-anime,
header #header-middle .link-area #global-navi ul li:hover a.cur-anime {
  background-color: #e9b730;
}

/* s017/04/13 e */


/* s017/05/24 s */
.localnavi {
  min-width: 100%;
  color: #f0f0f0;
  background-color: #000;
}

.localnavi a {
  color: #f0f0f0;
}

.localnavi #header-bottom2 {
  min-width: 100%;
  position: relative;
  background-color: #e0e0e0;
  overflow: hidden;
}

.localnavi #header-bottom2:after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 1px;
  background-color: #ababa9;
  z-index: 1;
}

.localnavi #header-bottom2 #local-navi {
  float: right;
}

.localnavi #header-bottom2 #local-navi ul {
  padding: 0;
  margin: 0;
  overflow: hidden;
}

.localnavi #header-bottom2 #local-navi ul li {
  position: relative;
  display: table;
  float: left;
  border-left: 1px solid #ababa9;
  line-height: 1;
  list-style: none;
  text-align: center;
  width: 108px;
  height: 50px;
}

.localnavi #header-bottom2 #local-navi ul li a {
  position: relative;
  display: table-cell;
  width: 108px;
  color: #000;
  font-weight: bold;
  font-size: 12px;
  font-size: 0.688rem;
  padding: 9px 0 15px;
  text-align: center;
  vertical-align: middle;
}

.localnavi #header-bottom2 #local-navi ul li a:after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 1px;
  background-color: #ababa9;
  z-index: 2;
}

.localnavi #header-bottom2 #local-navi ul li a:hover {
  background-color: #f3f3f3;
}

.localnavi #header-bottom2 #local-navi ul li a:hover:after {
  height: 2px;
  background-color: #fff;
}

.localnavi #header-bottom2 #local-navi ul li a:before {
  content: "▼";
  position: absolute;
  bottom: 2px;
  left: 50%;
  color: #9b9b9b;
  font-size: 10px;
  font-size: 0.625rem;
  margin-left: -5px;
}

.localnavi #header-bottom2 #local-navi ul li.current a {
  background-color: #f3f3f3;
}

.localnavi #header-bottom2 #local-navi ul li.current a:after {
  height: 2px;
  background-color: #fff;
}

@media only screen and (max-width: 669px) {
  .localnavi {
    min-width: 100%;
  }

  .localnavi #header-bottom2 {
    min-width: inherit;
    background-color: #fff;
  }

  .localnavi #header-bottom2:after {
    display: none;
  }

  .localnavi #header-bottom2 #local-navi {
    float: none;
  }

  .localnavi #header-bottom2 #local-navi ul li {
    border-left: none;
    border-right: 1px solid #ababa9;
    border-bottom: 1px solid #ababa9;
    width: 33.3336%;
  }

  .localnavi #header-bottom2 #local-navi ul li a {
    width: 33.3336%;
    font-size: 11px;
    font-size: 0.6875rem;
    padding: 9px 0 15px;
    background-color: #e0e0e0;
  }

  .localnavi #header-bottom2 #local-navi ul li a:after {
    display: none;
  }

  .localnavi #header-bottom2 #local-navi ul li a:hover {
    background-color: #f3f3f3;
  }

  .localnavi #header-bottom2 #local-navi ul li a:hover:after {
    display: none;
  }
}

/* s017/05/24 e */





/* footer text */
/* 2017/12/05 s*/

.footer-list {
  /*border-top: 1px solid #ccc;*/
  padding: 0 0 60px 0;
  /*background-color: #f5f5f5;*/
}

.footer-list ul {
  width: 100%;
  padding: 0;
  margin: 0;
  overflow: hidden;
}

.footer-list ul li {
  list-style: none;
  float: left;
  margin: 0 10px 10px 0;
}

.footer-list ul li a {
  display: block;
  background-color: #6384c9;
  color: #fff;
  padding: 5px 10px;
  border-radius: 5px;
  height: 31px;
}

.footer-list ul li a:hover {
  opacity: 0.8;
  filter: alpha(opacity=80);
  -webkit-transition: 0.2s ease-out;
  -moz-transition: 0.2s ease-out;
  -ms-transition: 0.2s ease-out;
  -o-transition: 0.2s ease-out;
  transition: 0.2s ease-out;
}

@media only screen and (max-width: 669px) {
  .footer-list {
    padding: 0 0 30px 0;
  }

  .footer-list ul {
    width: auto;
  }

  .footer-list ul li {
    /*    float: none;*/
    float: left;
    margin: 0 5px 10px 5px;
  }

  .footer-list ul li a {
    display: block;
    overflow: hidden;
    font-size: 12px;
    height: 27px;
  }
}

/* 2017/12/05 e*/
/* 2017/12/12 s*/
.right-sp {
  margin-right: 25px;
}

.error-section {
  padding-top: 60px;
}

.error-section .text-box {
  line-height: 1.8;
  margin-bottom: 0px;
  overflow: hidden;
}

.error-section .text-box .main-message {
  margin-bottom: 50px;
}

.error-section .text-box .main-message p {
  font-size: 22px;
  font-size: 1.375rem;
  text-align: center;
  color: #2d82cd;
  /*  font-size: 15px;*/
  /*  font-size: 0.9375rem;*/
  margin-bottom: 0;
}

.error-section .text-box .lead-message {
  margin-bottom: 50px;
}

.error-section .text-box .lead-message p {
  font-size: 17px;
  font-size: 1.0625rem;
  text-align: center;
  /*  font-size: 15px;*/
  /*  font-size: 0.9375rem;*/
  margin-bottom: 0;
}

.error-section .links {
  margin-top: 0;
  margin-bottom: 10px;
  padding: 0;
}

.error-section .links li {
  display: inline-block;
  min-width: 370px;
  margin-right: 0;
  list-style: none;
  background-color: #6384c9;
  color: #fff;

}

.error-section .btn-base {
  background-color: #6384c9;
}

@media only screen and (max-width: 669px) {
  .error-section {
    padding-top: 45px;
  }

  .error-section .text-box {
    line-height: 1.44;
  }

  .error-section .text-box .main-message {
    margin-bottom: 35px;
  }

  .error-section .text-box .main-message p {
    font-size: 20px;
    font-size: 1.25rem;
    /*  font-size: 18px;*/
    /*  font-size: 1.125rem;*/
  }

  .error-section .text-box .lead-message {
    margin-bottom: 35px;
  }

  .error-section .text-box .lead-message p {
    font-size: 15px;
    font-size: 0.9375rem;
    /*  font-size: 14px;*/
    /*  font-size: 0.875rem;*/
  }

  .error-section .links li {
    width: 100%;
    min-width: 0;
  }
}

/* 2017/12/12 e*/

/* 2017/12/25 s*/

.lefts {
  /* padding-left: 13px;
  padding-right: 20px;
  margin: 10px 0 10px; */
  /* width: 100%; */
  width: 100%;
  /* line-height: 1.1; */
}





.pan {
  font-size: 0;
  padding: 0;
  line-height: 1.6;
}

.pan-wrap {
  width: 100%;
  /*  padding: 20px 0;*/
  box-sizing: border-box;
}

.pan li {
  display: inline;
  vertical-align: top;
  position: relative;
}

.pan li:after {
  width: 1em;
  padding: 0 1em;
  text-align: center;
  content: "＞";
  ;
  font-size: 0.65rem;
  vertical-align: middle;
}

.pan li a:hover {
  opacity: 0.6;
  filter: alpha(opacity=80);
  -webkit-transition: 0.2s ease-out;
  -moz-transition: 0.2s ease-out;
  -ms-transition: 0.2s ease-out;
  -o-transition: 0.2s ease-out;
  transition: 0.2s ease-out;
}

.pan li:last-child:after {
  display: none;
}

.pan li a {
  font-size: 0.65rem;
  vertical-align: middle;
}

.pan li span {
  font-size: 0.65rem;
  vertical-align: middle;
  visibility: hidden;
}

@media only screen and (max-width: 669px) {
  .lefts {
    /* padding-left: 10px;
    padding-right: 5px;
    margin: 20px 0 10px 0; */
    width: 100%;
  }

  .pan li:after {
    font-size: 0.6rem;
  }

  .pan li a {
    font-size: 0.6rem;
  }

  .pan li span {
    font-size: 0.6rem;
  }

}

/* 2017/12/25 e*/

.second-head-wrapper {
  position: relative;
  /*  width: 100%;*/
  margin: 0 auto;
}

@media only screen and (max-width: 669px) {
  .second-head-wrapper {
    width: 100%;
  }
}

.second-head-wrapper h1 {
  font-size: 1.275rem;
}

.second-head-wrapper .local-navi-wrapper {
  position: absolute;
  bottom: 20px;
  width: 100%;
}

.second-head-wrapper #local-navi {
  width: 100%;
  margin: 0 auto;
}

@media only screen and (max-width: 669px) {
  .second-head-wrapper #local-navi {
    position: initial;
    margin-bottom: 5px;
    width: 100%;
  }

  .second-head-wrapper .local-navi-wrapper {
    position: initial;
    margin-bottom: 5px;
  }

  .second-head-wrapper .page-title {
    margin-bottom: 0;
  }
}

.second-head-wrapper #local-navi ul {
  padding: 0;
  margin: 0;
  float: right;
  text-align: right;
  padding-right: 3px;
}

.second-head-wrapper #local-navi ul li {
  display: inline;
  line-height: 1;
  list-style: none;
  text-align: center;
  padding: 0 10px;
}

.second-head-wrapper #local-navi ul li+li {
  border-left: 1px solid #ccc;
}

.second-head-wrapper #local-navi ul li a {
  position: relative;
  display: table-cell;
  text-align: center;
  vertical-align: middle;
  color: #3361c4;
  font-size: 0.925rem;
  padding-bottom: 10px;
}

.second-head-wrapper #local-navi ul li a:hover {}

.second-head-wrapper #local-navi ul li a:hover:after {}

.second-head-wrapper #local-navi ul li.current a {}

.second-head-wrapper #local-navi ul li.current a:after {}

@media only screen and (max-width: 669px) {
  .second-head-wrapper #local-navi {
    /*    display: none;*/
  }

  .second-head-wrapper #local-navi ul li {
    padding: 0 5px;
  }

  .second-head-wrapper #local-navi ul li a {
    font-size: 0.625rem;
  }
}

#global-navi ul#megaon>li {
  position: relative;
}

#global-navi ul#megaon>li>div {
  visibility: hidden;
  position: absolute;
  display: block;
  top: 60px;
  width: 275px;
  background: #fff;
  /*    -webkit-transition: all .2s ease;
    transition: all .2s ease;*/
  margin: 0;
  padding: 20px 10px 5px;
  box-shadow: 5px 5px 6px 0px rgba(0, 0, 0, 0.5);
}

@media only screen and (min-width: 670px) {

  #global-navi ul#megaon>li:hover>div {
    top: 60px;
    visibility: visible;
    opacity: 1;
  }
}

#global-navi ul#megaon>li>div>ul {
  padding: 0;
}

#global-navi ul#megaon>li>div>ul>li {
  list-style: none;
  float: left;
  padding: 5px 0;
}

#global-navi ul#megaon>li>div>ul>li a:hover span,
#global-navi ul#megaon>li>div>ul>li a:hover {
  opacity: 0.6;
  filter: alpha(opacity=80);
  -webkit-transition: 0.2s ease-out;
  -moz-transition: 0.2s ease-out;
  -ms-transition: 0.2s ease-out;
  -o-transition: 0.2s ease-out;
  transition: 0.2s ease-out;
}

#global-navi ul#megaon>li>a+div>ul.text-area>li>a {
  color: #666 !important;
  position: relative;
  padding-right: 12px;
}

#global-navi ul#megaon>li>a+div>ul.text-area>li>a.link-blank:after {
  content: url(/images/common/icon-blank-link.png);
  /*  float: right;*/
  position: absolute;
  right: 0;
  top: 0;
}

#global-navi ul#megaon>li>a+div>ul.text-area {
  margin-bottom: 10px;
}

#global-navi ul#megaon>li>a+div>ul.local-area+ul {
  margin-top: 20px;
}

#global-navi ul#megaon>li>a+div>ul.local-area+ul.kiji-area {
  border-top: 1px solid #ccc;
  padding-top: 5px;
}

#global-navi ul#megaon>li>a+div>ul.text-area+ul.kiji-area {
  border-top: 1px solid #ccc;
  padding-top: 5px;
}

#global-navi ul#megaon>li>a+div>ul.kiji-area div.text span {
  display: block;
  color: red;
  margin-bottom: 4px;
}

#global-navi ul#megaon>li>a+div>ul.kiji-area div.text span.sub-nav-title {
  color: #333;
  font-size: 1rem;
}

#global-navi ul#megaon>li>div>ul.local-area>li {
  width: 50%;
  list-style: none;
  float: left;
  padding: 5px 0;
}

#global-navi ul#megaon>li>div>ul.text-area>li>a,
#global-navi ul#megaon>li>div>ul.local-area>li>a {
  position: relative;
  display: block;
  padding-left: 15px;
}

#global-navi ul#megaon>li>div>ul.text-area>li>a:before,
#global-navi ul#megaon>li>div>ul.local-area>li>a:before {
  display: inline-block;
  color: #ccc;
  font-family: "sega-font-icon";
  font-style: normal;
  font-weight: normal;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 12.5px;
  font-size: 0.8125rem;
  line-height: 1.2;
  content: "a";
  position: absolute;
  left: 0;
  top: 0%;
}

#global-navi ul#megaon>li>a.cur-sp+div {
  border: 2px solid #3361c4;
}

#global-navi ul#megaon>li>a.cur-sp+div>ul>li>a {
  color: #3361c4;
}

#global-navi ul#megaon>li>a.cur-soft+div {
  border: 2px solid #158d8d;
}

#global-navi ul#megaon>li>a.cur-soft+div>ul>li>a {
  color: #158d8d;
}

#global-navi ul#megaon>li>a.cur-arcade+div {
  border: 2px solid #d6563d;
}

#global-navi ul#megaon>li>a.cur-arcade+div>ul>li>a {
  color: #d6563d;
}


#global-navi ul#megaon>li>a.cur-location+div {
  border: 2px solid #e57e29;
}

#global-navi ul#megaon>li>a.cur-location+div>ul>li>a {
  color: #e57e29;
}


#global-navi ul#megaon>li>a+div>ul>li>a {
  -webkit-transition: 0s ease-out;
  -moz-transition: 0s ease-out;
  -ms-transition: 0s ease-out;
  -o-transition: 0s ease-out;
  transition: 0s ease-out;
}

.page-sitemap>article>section>div>ul {
  display: flex;
}

.page-sitemap>article>section>div>ul>li {
  display: inline-block;
  width: 25%;
}

.page-sitemap>article>section>div>ul>li a {
  color: #3361C4;
}

.page-sitemap>article>section>div>ul>li span.heading {
  display: block;
  position: relative;
  width: 90%;
  font-size: 1.0rem;
  padding: 5px;
  padding-left: 15px;
  margin-bottom: 5px;

  background-image: linear-gradient(to right, #ccc, #ccc 1px, transparent 1px, transparent 4px);
  background-size: 5px 1px;
  background-position: bottom;
  background-repeat: repeat-x;
}

.page-sitemap>article>section>div>ul>li span.heading:before {
  position: absolute;
  content: '';
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 5px 0 5px 8.7px;
  border-color: transparent transparent transparent #333333;
  top: 50%;
  left: 0;
  margin-top: -5px;
}

.page-sitemap>article>section>div>ul>li>ul {
  padding: 15px;
}

.page-sitemap>article>section>div>ul>li>ul>li {
  position: relative;
  list-style: none;
}

.page-sitemap>article>section>div>ul>li>ul>li>a {
  padding-left: 15px;
  line-height: 1.6;
}

.page-sitemap>article>section>div>ul>li>ul>li.sitemap-normal>a:before {
  display: inline-block;
  color: #333;
  font-family: "sega-font-icon";
  font-style: normal;
  font-weight: normal;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 10px;
  font-size: 0.625rem;
  line-height: 1;
  content: "a";
  position: absolute;
  left: 0;
  top: 50%;
  margin-top: -6px;
  transform: rotate(135deg);
}

.page-sitemap>article>section>div>ul>li>ul>li.sitemap-dot>a:before {
  position: absolute;
  content: '';
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 4px;
  border-color: #333333;
  border-radius: 50%;
  top: 50%;
  left: 0;
  margin-top: -5px;
}

.page-sitemap>article>section>div>ul>li>ul>li.sitemap-window>a:before {
  position: absolute;
  content: url('/images/common/icon-blank-link.png');
  left: 0;
}

@media only screen and (max-width: 669px) {
  .page-sitemap>article>section>div>ul {
    display: block;
    padding: 0;
    width: 90%;
    margin: 0 auto;
  }

  .page-sitemap>article>section>div>ul>li {
    display: block;
    width: 100%;
  }

  .page-sitemap>article>section>div>ul>li>span.heading {
    width: 100%;
  }

  .page-sitemap>article>section>div>ul>li>ul {
    padding-top: 0;
  }

  .page-sitemap>article>section>div>ul>li>span+ul {
    /*  padding-top: 15px;*/
  }

}

.img-bar {
  background: #A9E2FF;
  position: relative;
  margin: 30px 0 0 10px;
  min-height: 120px;
  padding: 15px 25px 10px 320px;
}

.img-bar .image {
  position: absolute;
  top: -10px;
  left: -10px;
  border: 3px solid #0078FF;
  width: 320px;
  height: 120px;
  overflow: hidden;
}

.img-bar .text h3 {
  color: #0058BE;
  font-size: 1.25rem;
  margin: 0;
}

.img-bar .text p {
  font-size: 1.0rem;
  margin-bottom: 0;
}

.box.inner.pb-20 {
  padding-bottom: 20px;
}

.link-bar-list3 {
  margin: 0 auto;
  text-align: center;
  padding: 0;
}

.link-bar-list3 li {
  list-style: none;
  display: inline-block;
}

.link-bar-list3 li+li {
  margin-left: 15px;
}

.link-bar-list3 .link-bar {
  display: block;
  margin-bottom: 0;
  background: transparent;
}

.link-bar-list3 .link-bar a {
  background: transparent;
}

.link-bar-list3 .link-bar a .text {
  display: none;
}

.link-bar-list3 .link-bar a .image {
  margin: 0;
  padding: 0;
}

.link-bar-list3 .link-bar a:before {
  content: "";
}


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

  .img-bar {
    margin: 10px 4px 0;
    padding: 5px 10px 10px 10px;
  }

  .img-bar .image {
    border: 3px solid #0078FF;
    width: 50%;
    height: auto;
    top: -5px;
    left: 5px;
    position: initial;
    margin-top: -10px;
    margin-left: -5px;
  }

  .img-bar .text h3 {
    font-size: 1.0rem;
  }

  .img-bar .text p {
    font-size: 0.875rem;
  }

  #right-contents-area.sidebar-category {
    display: none;
  }

  .link-bar.link-bar-blue-blank {
    width: 80%;
  }

  .link-bar-list3 {
    text-align: left;
    padding: 0 10px;
  }

  .link-bar-list3 li {
    width: 48%;
    margin: 0;
  }

  .link-bar-list3 li+li {
    margin: 0;
  }

  .link-bar-list3 li:nth-child(2n) {
    margin: 0 0 0 2%;
  }

}

ul.live-lists {
  list-style: none;
  padding: 0;
  margin: 0;
}

ul.live-lists>li {
  float: left;
  width: 380px;
  margin-right: 30px;
  margin-top: 30px;
}

ul.live-lists>li:nth-child(1) {
  margin-top: 0;
  margin-bottom: 0;
}

ul.live-lists>li:nth-child(2) {
  margin-top: 0;
  margin-bottom: 0;
}

ul.live-lists>li:nth-child(3) {
  margin-top: 0;
  margin-bottom: 0;
}

.home ul.live-lists>li {
  margin-top: 0;
  margin-bottom: 0;
}

ul.live-lists>li:nth-child(3n) {
  margin-right: 0;
}

ul.live-lists>li .date {
  background: #000;
  color: #fff;
  font-size: 1.0rem;
  padding: 10px;
  margin-bottom: 10px;
}

ul.live-lists>li .image img {
  width: 100%;
}

ul.live-lists>li ul.links {
  list-style: none;
  padding: 0;
}

ul.live-lists>li ul.links li {
  width: 49%;
  float: left;
}

ul.live-lists>li ul.links li a {
  background: #0078FF;
  padding: 5px 10px;
}

ul.live-lists>li ul.links li a:before {
  right: 10px;
}

ul.live-lists>li ul.live-alert-text {
  list-style: none;
  text-indent: -0.625rem;
  padding: 5px 0 0 0.625rem;
  font-size: 0.625rem;
}

ul.live-lists>li ul.live-alert-text li:before {
  display: inline;
  content: "※";
}

@media only screen and (min-width: 670px) {
  ul.live-lists>li ul.links li:nth-child(odd) {
    margin: 1px 0.4% 1px 0;
  }

  ul.live-lists>li ul.links li:nth-child(even) {
    margin: 1px 0 1px 0.4%;
  }
}

@media only screen and (max-width: 669px) {
  ul.live-lists {
    margin: 0;
  }

  ul.live-lists>li {
    width: 50%;
    margin-top: 20px;
    margin-right: 0;
    padding: 0 4px;
  }

  ul.live-lists>li:nth-child(3) {
    margin-top: 20px;
  }

  ul.live-lists>li ul.links>li {
    width: 100%;
    padding: 1px 0;
  }

  ul.live-lists>li .date {
    font-size: 0.825rem;
    padding: 5px;
    margin-bottom: 5px;
  }

  ul.live-lists>li h3 {
    font-size: 0.875rem;
    margin: 5px 0;
  }

  ul.live-lists>li ul.links li a {
    font-size: 0.825rem;
  }

  ul.live-lists>li ul.links li a:before {
    font-size: 0.825rem;
    right: 10px;
    top: 50%;
    margin-top: -6px;
  }

  .home ul.live-lists>li:nth-child(3) {
    margin-top: 20px;
  }

}

ul.item-list {
  list-style: none;
  padding: 0;
  margin: 0;
}

ul.item-list li {
  float: left;
  width: 224px;
  margin-left: 20px;
  font-size: 0.875rem;
}

ul.item-list li:first-child {
  margin-left: 0;
}

ul.item-list>li figure>img {
  width: 100%;
  border: 1px solid #ccc;
  margin-bottom: 10px;
}

ul.item-list>li figure>figcaption {
  color: #3361C4;
  font-size: 0.825rem;
}

ul.item-list>li p {
  font-size: 0.825rem;
  margin-bottom: 0;
}

.top-banner-list>.viewport {
  width: 1140px;
}

.top-banner-list>.viewport>ul {
  list-style: none;
  padding: 0;
  margin: 0;
}

.top-banner-list>.viewport>ul>li {
  float: left;
  width: 366px;
  margin-right: 20px;
}

.top-banner-list>.viewport>ul>li:last-child {
  margin-right: 0;
}

.top-banner-list>.viewport>ul>li img {
  width: 100%;
}

.viewport {
  overflow: hidden;
  margin: 0 auto;
  -webkit-transform: translateZ(0);
  /* Optional: When heavy at iOS6+ */
}

.flipsnap2 {
  width: 100%;
}

.flipsnap2:after {
  content: '';
  display: block;
  clear: both;
  height: 0;
}

.fl2prev {
  outline: none;

  position: absolute;
  top: 50%;
  left: -10px;
  border: 0;
  background: transparent;
  margin-top: -30px;
  width: 0;
  height: 0;
  border-top: 15px solid transparent;
  border-right: 10px solid #0078FF;
  border-bottom: 15px solid transparent;
}

.fl2next {
  outline: none;
  position: absolute;
  top: 50%;
  right: -10px;
  border: 0;
  background: transparent;
  margin-top: -30px;
  width: 0;
  height: 0;
  border-left: 10px solid #0078FF;
  border-top: 15px solid transparent;
  border-bottom: 15px solid transparent;
}

.fl2prev[disabled] {
  display: none;
}

.fl2next[disabled] {
  display: none;
}


@media only screen and (max-width: 669px) {
  ul.item-list {
    padding-left: 4px;
  }

  ul.item-list li {
    width: 150px;
  }

  .flipsnap {
    width: 840px;
  }

  .flipsnap:after {
    content: '';
    display: block;
    clear: both;
    height: 0;
  }

  .top-banner-list>.viewport {
    width: 100%;
    padding: 0 4px;
  }

  .top-banner-list>.viewport>ul {
    padding: 0;
  }

  .top-banner-list>.viewport>ul>li {
    width: 150px;
    margin-right: 10px;
  }

  .top-banner-list>.viewport>ul>li:last-child {
    margin-right: 0;
  }

  .fl2prev {
    display: none;
  }

  .fl2next {
    display: none;
  }

  .tempo-map-sp {
    margin: 0 8px;
    padding: 8px;
    border: 2px solid #A9E2FF;
    border-radius: 10px 10px 10px 10px;
  }

  .tempo-map-sp>ul {
    margin: 0 20px;
    padding: 0;
    list-style: none;
  }

  .tempo-map-sp>ul>li {
    margin-bottom: 10px;
  }

  .tempo-map-sp>ul>li>a {
    position: relative;
    display: block;
    color: #fff;
    background: #aaa;
    padding: 10px 14px;
  }

  .tempo-map-sp>ul>li>a:after {
    position: absolute;
    display: block;
    color: #fff;
    font-family: "sega-font-icon";
    font-style: normal;
    font-weight: normal;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-size: 14px;
    font-size: 0.875rem;
    line-height: 1.2;
    content: "a";
    right: 20px;
    top: 50%;
    margin-top: -8px;
    -moz-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    -webkit-transform: rotate(90deg);
    transform: rotate(90deg);
    -moz-transition: all, 0.25s, linear;
    -o-transition: all, 0.25s, linear;
    -webkit-transition: all, 0.25s, linear;
    transition: all, 0.25s, linear;
  }

  .tempo-map-sp>ul>li>a.open:after {
    -moz-transform: translate(0, 50%);
    -ms-transform: translate(0, 50%);
    -webkit-transform: translate(0, 50%);
    transform: translate(0, 50%);
    -moz-transform: rotate(-90deg);
    -ms-transform: rotate(-90deg);
    -webkit-transform: rotate(-90deg);
    transform: rotate(-90deg);
  }

  .tempo-map-sp .map-tohoku>a {
    background: #3361C4;
  }

  .tempo-map-sp .map-kanto>a {
    background: #158D8C;
  }

  .tempo-map-sp .map-hokuriku>a {
    background: #17C261;
  }

  .tempo-map-sp .map-tokai>a {
    background: #E9B730;
  }

  .tempo-map-sp .map-kansai>a {
    background: #E57E29;
  }

  .tempo-map-sp .map-chugoku>a {
    background: #D6563D;
  }

  .tempo-map-sp .map-kyusyu>a {
    background: #DD3E6F;
  }

  .tempo-map-sp>ul>li>ul {
    list-style: none;
    margin: 0;
    padding: 0;
  }

  .tempo-map-sp>ul>li>ul>li {
    margin: 1px;
    background: #efefef;
  }

  .tempo-map-sp>ul>li>ul>li>a {
    padding: 10px 20px;
    font-size: 0.825rem;
    width: 100%;
    display: block;
  }


}


ul.top-product-info-list {
  list-style: none;
  padding: 0;
}

ul.top-product-info-list>li {
  float: left;
  width: 575px;
  margin-bottom: 20px;
}

ul.top-product-info-list>li:nth-child(2),
ul.top-product-info-list>li:nth-child(4),
ul.top-product-info-list>li:nth-child(6),
ul.top-product-info-list>li:nth-child(8) {
  margin-left: 50px;
}

ul.top-product-info-list>li>a:hover {
  opacity: 0.7;
  filter: alpha(opacity=70);
  -webkit-transition: 0.2s ease-out;
  -moz-transition: 0.2s ease-out;
  -ms-transition: 0.2s ease-out;
  -o-transition: 0.2s ease-out;
  transition: 0.2s ease-out;
}

ul.top-product-info-list>li>a>img {
  display: inline-block;
}

ul.top-product-info-list>li>a>div {
  display: inline-block;
  margin-left: 20px;
  vertical-align: top;
}

ul.top-product-info-list>li>a>div>div.category {
  height: 45px;
  width: 280px;
  border-bottom: 1px solid #ccc;
  font-size: 1.0rem;
  font-weight: normal;
  margin: 0 0 10px;
  padding: 7px 20px 20px 50px;
}

ul.top-product-info-list>li>a>div>div.category.genre-icon:before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 40px;
  height: 40px;
  margin-top: 0;
  -moz-background-size: 40px 40px;
  -o-background-size: 40px 40px;
  -webkit-background-size: 40px 40px;
  background-size: 40px 40px;
}

ul.top-product-info-list>li>a>div>div.title {
  font-size: 1.125rem;
  font-weight: bold;
  max-width: 280px;
}

ul.top-product-info-list-small {
  list-style: none;
  padding: 0;
  text-align: center;
}

ul.top-product-info-list-small>li {
  display: inline-block;
}

ul.top-product-info-list-small>li+li {
  margin-left: 40px;
}

ul.top-product-info-list-small>li>a>img {
  display: inline-block;
}

ul.top-product-info-list-small>li>a>div {
  display: inline-block;
  vertical-align: top;
  padding: 20px 10px;
}


.top-product-info-list-small-dot {
  height: 5px;
  margin: 5px 0 0 0;
  background-image: linear-gradient(to right, #ccc, #ccc 2px, transparent 1px, transparent 2px);
  background-size: 12px 2px;
  /* この値を変更 */
  background-position: top;
  background-repeat: repeat-x;
}

@media only screen and (max-width: 669px) {
  .home .box>p {
    margin-left: 4px;
    margin-right: 4px;
  }

  .top-product-info-list-small-dot {
    margin: 5px 4px;
  }

  ul.top-product-info-list>li {
    width: 100%;
    padding: 4px;
  }

  ul.top-product-info-list>li>a>img {
    width: 45%;
    margin-right: 3%;
    float: left;
  }

  ul.top-product-info-list>li:nth-child(2),
  ul.top-product-info-list>li:nth-child(4),
  ul.top-product-info-list>li:nth-child(6),
  ul.top-product-info-list>li:nth-child(8) {
    margin-left: 0;
  }

  ul.top-product-info-list>li>a>div {
    float: left;
    margin-left: 0;
    width: 52%;
  }

  ul.top-product-info-list>li>a>div>div.category {
    width: 100%;
    font-size: 0.78125rem;
    padding: 5px 5px 20px 35px;
    height: 35px;
  }

  ul.top-product-info-list>li>a>div>div.title {
    font-size: 0.875rem;
  }

  ul.top-product-info-list>li>a>div>div.category.genre-icon:before {
    top: 0;
    width: 30px;
    height: 30px;
    margin-top: 0;
    -moz-background-size: 30px 30px;
    -o-background-size: 30px 30px;
    -webkit-background-size: 30px 30px;
    background-size: 30px 30px;
  }

  ul.top-product-info-list-small {
    text-align: left;
  }

  ul.top-product-info-list-small>li {
    display: block;
    width: 100%;
    padding: 0 10px;

  }

  ul.top-product-info-list-small>li img {
    width: 100px;
  }

  ul.top-product-info-list-small>li+li {
    margin-left: 0;
    margin-top: 10px;
  }

  ul.top-product-info-list-small>li>a>div {
    vertical-align: center;
    padding: 22px 0;
  }

}

.page-prize .banner-list-single {
  padding-left: 0;
}

.page-prize .banner-list-single>.inner>ul>li {
  width: 390px;
  margin-right: 15px;
}

.page-prize .banner-list-single>.inner>ul>li:nth-child(3n) {
  margin-right: 0;
}

.page-prize .banner-list-single>.inner>ul>li>a>img {
  width: 100%;
}

@media only screen and (max-width: 669px) {
  .page-prize .banner-list-single>.inner>ul>li {
    width: 50%;
    margin-right: 0;
    padding: 0 4px;
  }
}

.product-list .genre-toy .wrap .text {
  padding-top: 5px;
  margin-bottom: 0;
  padding-bottom: 0;
}

.product-list .genre-toy .wrap .text .title {
  font-size: 0.875rem;
  font-weight: normal;
  margin-bottom: 0;
}

.product-list .genre-toy .wrap .text dl {
  display: none;
}

.product-list .genre-toy .wrap .text .description {
  display: none;
}

.product-list .genre-toy .wrap .links {
  border: 0;
  padding-top: 0;
  display: inline;
}

.product-list .genre-toy .wrap .links a {
  background: transparent;
  color: #3361C4;
  padding: 0;
  font-size: 0.75rem;
  display: inline;
}

.product-list .genre-toy .wrap .links a:before {
  font-size: 0.875rem;
  font-weight: normal;
  color: #3361C4;
  opacity: 1;
  right: -0.825rem;
  margin-top: -7px;
}

.product-list .genre-prize .wrap .text .title {
  display: none;
}

.product-list .genre-amusement .wrap .links {
  display: none;
}

div.text-box.pb-80 {
  padding-bottom: 80px;
}

@media only screen and (max-width: 669px) {
  div.text-box.pb-80 {
    padding-bottom: 60px;
  }
}
