@charset "UTF-8";
/*! normalize.css v3.0.2 | MIT License | git.io/normalize */
/**
 * 1. Set default font family to sans-serif.
 * 2. Prevent iOS text size adjust after orientation change, without disabling
 *    user zoom.
 */
html {
  font-family: sans-serif;
  /* 1 */
  -ms-text-size-adjust: 100%;
  /* 2 */
  -webkit-text-size-adjust: 100%;
  /* 2 */
}

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

/* HTML5 display definitions
   ========================================================================== */
/**
 * Correct `block` display not defined for any HTML5 element in IE 8/9.
 * Correct `block` display not defined for `details` or `summary` in IE 10/11
 * and Firefox.
 * Correct `block` display not defined for `main` in IE 11.
 */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
menu,
nav,
section,
summary {
  display: block;
}

/**
 * 1. Correct `inline-block` display not defined in IE 8/9.
 * 2. Normalize vertical alignment of `progress` in Chrome, Firefox, and Opera.
 */
audio,
canvas,
progress,
video {
  display: inline-block;
  /* 1 */
  vertical-align: baseline;
  /* 2 */
}

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

/**
 * Address `[hidden]` styling not present in IE 8/9/10.
 * Hide the `template` element in IE 8/9/11, Safari, and Firefox < 22.
 */
[hidden],
template {
  display: none;
}

/* Links
   ========================================================================== */
/**
 * Remove the gray background color from active links in IE 10.
 */
a {
  background-color: transparent;
}

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

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

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

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

/**
 * Address variable `h1` font-size and margin within `section` and `article`
 * contexts in Firefox 4+, Safari, and Chrome.
 */
h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

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

/**
 * 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/10.
 */
img {
  border: 0;
}

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

/* Grouping content
   ========================================================================== */
/**
 * Address margin not present in IE 8/9 and Safari.
 */
figure {
  margin: 1em 40px;
}

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

/**
 * Contain overflow in all browsers.
 */
pre {
  overflow: auto;
}

/**
 * Address odd `em`-unit font size rendering in all browsers.
 */
code,
kbd,
pre,
samp {
  font-family: monospace, monospace;
  font-size: 1em;
}

/* Forms
   ========================================================================== */
/**
 * Known limitation: by default, Chrome and Safari on OS X allow very limited
 * styling of `select`, unless a `border` property is set.
 */
/**
 * 1. Correct color not being inherited.
 *    Known issue: affects color of disabled elements.
 * 2. Correct font properties not being inherited.
 * 3. Address margins set differently in Firefox 4+, Safari, and Chrome.
 */
button,
input,
optgroup,
select,
textarea {
  color: inherit;
  /* 1 */
  font: inherit;
  /* 2 */
  margin: 0;
  /* 3 */
}

/**
 * Address `overflow` set to `hidden` in IE 8/9/10/11.
 */
button {
  overflow: visible;
}

/**
 * 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 Firefox, IE 8/9/10/11, and Opera.
 * Correct `select` style inheritance in Firefox.
 */
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;
}

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

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

/**
 * It's recommended that you don't attempt to style these elements.
 * Firefox's implementation doesn't respect box-sizing, padding, or width.
 *
 * 1. Address box sizing set to `content-box` in IE 8/9/10.
 * 2. Remove excess padding in IE 8/9/10.
 */
input[type="checkbox"],
input[type="radio"] {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  /* 1 */
  padding: 0;
  /* 2 */
}

/**
 * Fix the cursor style for Chrome's increment/decrement buttons. For certain
 * `font-size` values of the `input`, it causes the cursor style of the
 * decrement button to change from `default` to `text`.
 */
input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
  height: auto;
}

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

/**
 * Remove inner padding and search cancel button in Safari and Chrome on OS X.
 * Safari (but not Chrome) clips the cancel button when the search input has
 * padding (and `textfield` appearance).
 */
input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}

/**
 * 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/10/11.
 * 2. Remove padding so people aren't caught out if they zero out fieldsets.
 */
legend {
  border: 0;
  /* 1 */
  padding: 0;
  /* 2 */
}

/**
 * Remove default vertical scrollbar in IE 8/9/10/11.
 */
textarea {
  overflow: auto;
}

/**
 * Don't inherit the `font-weight` (applied by a rule above).
 * NOTE: the default cannot safely be changed in Chrome and Safari on OS X.
 */
optgroup {
  font-weight: bold;
}

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

td,
th {
  padding: 0;
}

/* styleweb-reset */
/* 全体共通指定
----------------------------------------------- */
body,
div, span,
dl, dt, dd,
ul, ol, li,
h1, h2, h3, h4, h5, h6,
p, th, td,
form, fieldset, input, textarea {
  padding: 0;
  margin: 0;
  font-family: "メイリオ",Meiryo,"ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro","HiraKakuPro-W3","ＭＳ Ｐゴシック","MS PGothic",sans-serif;
  font-size: 14px;
  text-align: left;
  line-height: 1.6;
  color: #222;
  line-break: strict;
  word-break: normal;
  word-wrap: normal;
}

body {
  max-width: 100%;
  max-height: 100%;
}

div {
  text-align: left;
}

img {
  border-style: none;
  vertical-align: bottom;
}

a {
  text-decoration: underline;
}

a:link {
  color: #2bbfe2;
}

a:visited {
  color: #2bbfe2;
}

a:hover {
  color: #ef9d00;
  text-decoration: underline;
}

a:focus {
  outline: none;
}

ul {
  list-style: none;
}

li {
  list-style: none;
}

table {
  border-collapse: collapse;
}

td {
  vertical-align: top;
  text-align: left;
}

th {
  vertical-align: top;
  text-align: left;
}

input, textarea {
  border: 1px solid #959595;
  color: #362e2b;
}

input[type='image'] {
  border: 0;
}

/* 各ページ共通指定
----------------------------------------------- */
.hover:hover * {
  opacity: 0.7;
}

/* layout */
.fl {
  float: left;
}

.fr {
  float: right;
}

.clear {
  clear: both;
}

.ar {
  text-align: right;
}

.al {
  text-align: left;
}

.ac {
  text-align: center;
}

/* margin-top */
.mt00 {
  margin-top: 0px;
}

.mt05 {
  margin-top: 5px;
}

.mt10 {
  margin-top: 10px;
}

.mt15 {
  margin-top: 15px;
}

.mt20 {
  margin-top: 20px;
}

.mt25 {
  margin-top: 25px;
}

.mt30 {
  margin-top: 30px;
}

.mt35 {
  margin-top: 35px;
}

.mt40 {
  margin-top: 40px;
}

.mt45 {
  margin-top: 45px;
}

.mt50 {
  margin-top: 50px;
}

.mt55 {
  margin-top: 55px;
}

.mt60 {
  margin-top: 60px;
}

.mt65 {
  margin-top: 65px;
}

.mt70 {
  margin-top: 70px;
}

.mt75 {
  margin-top: 75px;
}

.mt80 {
  margin-top: 80px;
}

/* margin-right */
.mr00 {
  margin-right: 0px;
}

.mr05 {
  margin-right: 5px;
}

.mr10 {
  margin-right: 10px;
}

.mr15 {
  margin-right: 15px;
}

.mr20 {
  margin-right: 20px;
}

.mr25 {
  margin-right: 25px;
}

.mr30 {
  margin-right: 30px;
}

.mr35 {
  margin-right: 35px;
}

.mr40 {
  margin-right: 40px;
}

.mr45 {
  margin-right: 45px;
}

.mr50 {
  margin-right: 50px;
}

.mr55 {
  margin-right: 55px;
}

.mr60 {
  margin-right: 60px;
}

.mr65 {
  margin-right: 65px;
}

.mr70 {
  margin-right: 70px;
}

.mr75 {
  margin-right: 75px;
}

.mr80 {
  margin-right: 80px;
}

/* margin-bottom */
.mb00 {
  margin-bottom: 0px;
}

.mb05 {
  margin-bottom: 5px;
}

.mb10 {
  margin-bottom: 10px;
}

.mb15 {
  margin-bottom: 15px;
}

.mb20 {
  margin-bottom: 20px;
}

.mb25 {
  margin-bottom: 25px;
}

.mb30 {
  margin-bottom: 30px;
}

.mb35 {
  margin-bottom: 35px;
}

.mb40 {
  margin-bottom: 40px;
}

.mb45 {
  margin-bottom: 45px;
}

.mb50 {
  margin-bottom: 50px;
}

.mb55 {
  margin-bottom: 55px;
}

.mb60 {
  margin-bottom: 60px;
}

.mb65 {
  margin-bottom: 65px;
}

.mb70 {
  margin-bottom: 70px;
}

.mb75 {
  margin-bottom: 75px;
}

.mb80 {
  margin-bottom: 80px;
}

/* margin-left */
.ml00 {
  margin-left: 0px;
}

.ml05 {
  margin-left: 5px;
}

.ml10 {
  margin-left: 10px;
}

.ml15 {
  margin-left: 15px;
}

.ml20 {
  margin-left: 20px;
}

.ml25 {
  margin-left: 25px;
}

.ml30 {
  margin-left: 30px;
}

.ml35 {
  margin-left: 35px;
}

.ml40 {
  margin-left: 40px;
}

.ml45 {
  margin-left: 45px;
}

.ml50 {
  margin-left: 50px;
}

.ml55 {
  margin-left: 55px;
}

.ml60 {
  margin-left: 60px;
}

.ml65 {
  margin-left: 65px;
}

.ml70 {
  margin-left: 70px;
}

.ml75 {
  margin-left: 75px;
}

.ml80 {
  margin-left: 80px;
}

/* margin-vertical */
.mv00 {
  margin-top: 0px;
  margin-bottom: 0px;
}

.mv05 {
  margin-top: 5px;
  margin-bottom: 5px;
}

.mv10 {
  margin-top: 10px;
  margin-bottom: 10px;
}

.mv15 {
  margin-top: 15px;
  margin-bottom: 15px;
}

.mv20 {
  margin-top: 20px;
  margin-bottom: 20px;
}

.mv25 {
  margin-top: 25px;
  margin-bottom: 25px;
}

.mv30 {
  margin-top: 30px;
  margin-bottom: 30px;
}

.mv35 {
  margin-top: 35px;
  margin-bottom: 35px;
}

.mv40 {
  margin-top: 40px;
  margin-bottom: 40px;
}

.mv45 {
  margin-top: 45px;
  margin-bottom: 45px;
}

.mv50 {
  margin-top: 50px;
  margin-bottom: 50px;
}

.mv55 {
  margin-top: 55px;
  margin-bottom: 55px;
}

.mv60 {
  margin-top: 60px;
  margin-bottom: 60px;
}

.mv65 {
  margin-top: 65px;
  margin-bottom: 65px;
}

.mv70 {
  margin-top: 70px;
  margin-bottom: 70px;
}

.mv75 {
  margin-top: 75px;
  margin-bottom: 75px;
}

.mv80 {
  margin-top: 80px;
  margin-bottom: 80px;
}

/* margin-horizonal */
.mh00 {
  margin-left: 0px;
  margin-right: 0px;
}

.mh05 {
  margin-left: 5px;
  margin-right: 5px;
}

.mh10 {
  margin-left: 10px;
  margin-right: 10px;
}

.mh15 {
  margin-left: 15px;
  margin-right: 15px;
}

.mh20 {
  margin-left: 20px;
  margin-right: 20px;
}

.mh25 {
  margin-left: 25px;
  margin-right: 25px;
}

.mh30 {
  margin-left: 30px;
  margin-right: 30px;
}

.mh35 {
  margin-left: 35px;
  margin-right: 35px;
}

.mh40 {
  margin-left: 40px;
  margin-right: 40px;
}

.mh45 {
  margin-left: 45px;
  margin-right: 45px;
}

.mh50 {
  margin-left: 50px;
  margin-right: 50px;
}

.mh55 {
  margin-left: 55px;
  margin-right: 55px;
}

.mh60 {
  margin-left: 60px;
  margin-right: 60px;
}

.mh65 {
  margin-left: 65px;
  margin-right: 65px;
}

.mh70 {
  margin-left: 70px;
  margin-right: 70px;
}

.mh75 {
  margin-left: 75px;
  margin-right: 75px;
}

.mh80 {
  margin-left: 80px;
  margin-right: 80px;
}

/* padding-top */
.pt00 {
  padding-top: 0px;
}

.pt05 {
  padding-top: 5px;
}

.pt10 {
  padding-top: 10px;
}

.pt15 {
  padding-top: 15px;
}

.pt20 {
  padding-top: 20px;
}

.pt25 {
  padding-top: 25px;
}

.pt30 {
  padding-top: 30px;
}

.pt35 {
  padding-top: 35px;
}

.pt40 {
  padding-top: 40px;
}

.pt45 {
  padding-top: 45px;
}

.pt50 {
  padding-top: 50px;
}

.pt55 {
  padding-top: 55px;
}

.pt60 {
  padding-top: 60px;
}

.pt65 {
  padding-top: 65px;
}

.pt70 {
  padding-top: 70px;
}

.pt75 {
  padding-top: 75px;
}

.pt80 {
  padding-top: 80px;
}

/* padding-right */
.pr00 {
  padding-right: 0px;
}

.pr05 {
  padding-right: 5px;
}

.pr10 {
  padding-right: 10px;
}

.pr15 {
  padding-right: 15px;
}

.pr20 {
  padding-right: 20px;
}

.pr25 {
  padding-right: 25px;
}

.pr30 {
  padding-right: 30px;
}

.pr35 {
  padding-right: 35px;
}

.pr40 {
  padding-right: 40px;
}

.pr45 {
  padding-right: 45px;
}

.pr50 {
  padding-right: 50px;
}

.pr55 {
  padding-right: 55px;
}

.pr60 {
  padding-right: 60px;
}

.pr65 {
  padding-right: 65px;
}

.pr70 {
  padding-right: 70px;
}

.pr75 {
  padding-right: 75px;
}

.pr80 {
  padding-right: 80px;
}

/* padding-bottom */
.pb00 {
  padding-bottom: 0px;
}

.pb05 {
  padding-bottom: 5px;
}

.pb10 {
  padding-bottom: 10px;
}

.pb15 {
  padding-bottom: 15px;
}

.pb20 {
  padding-bottom: 20px;
}

.pb25 {
  padding-bottom: 25px;
}

.pb30 {
  padding-bottom: 30px;
}

.pb35 {
  padding-bottom: 35px;
}

.pb40 {
  padding-bottom: 40px;
}

.pb45 {
  padding-bottom: 45px;
}

.pb50 {
  padding-bottom: 50px;
}

.pb55 {
  padding-bottom: 55px;
}

.pb60 {
  padding-bottom: 60px;
}

.pb65 {
  padding-bottom: 65px;
}

.pb70 {
  padding-bottom: 70px;
}

.pb75 {
  padding-bottom: 75px;
}

.pb80 {
  padding-bottom: 80px;
}

/* padding-left */
.pl00 {
  padding-left: 0px;
}

.pl05 {
  padding-left: 5px;
}

.pl10 {
  padding-left: 10px;
}

.pl15 {
  padding-left: 15px;
}

.pl20 {
  padding-left: 20px;
}

.pl25 {
  padding-left: 25px;
}

.pl30 {
  padding-left: 30px;
}

.pl35 {
  padding-left: 35px;
}

.pl40 {
  padding-left: 40px;
}

.pl45 {
  padding-left: 45px;
}

.pl50 {
  padding-left: 50px;
}

.pl55 {
  padding-left: 55px;
}

.pl60 {
  padding-left: 60px;
}

.pl65 {
  padding-left: 65px;
}

.pl70 {
  padding-left: 70px;
}

.pl75 {
  padding-left: 75px;
}

.pl80 {
  padding-left: 80px;
}

/* padding-vertical */
.pv00 {
  padding-top: 0px;
  padding-bottom: 0px;
}

.pv05 {
  padding-top: 5px;
  padding-bottom: 5px;
}

.pv10 {
  padding-top: 10px;
  padding-bottom: 10px;
}

.pv15 {
  padding-top: 15px;
  padding-bottom: 15px;
}

.pv20 {
  padding-top: 20px;
  padding-bottom: 20px;
}

.pv25 {
  padding-top: 25px;
  padding-bottom: 25px;
}

.pv30 {
  padding-top: 30px;
  padding-bottom: 30px;
}

.pv35 {
  padding-top: 35px;
  padding-bottom: 35px;
}

.pv40 {
  padding-top: 40px;
  padding-bottom: 40px;
}

.pv45 {
  padding-top: 45px;
  padding-bottom: 45px;
}

.pv50 {
  padding-top: 50px;
  padding-bottom: 50px;
}

.pv55 {
  padding-top: 55px;
  padding-bottom: 55px;
}

.pv60 {
  padding-top: 60px;
  padding-bottom: 60px;
}

.pv65 {
  padding-top: 65px;
  padding-bottom: 65px;
}

.pv70 {
  padding-top: 70px;
  padding-bottom: 70px;
}

.pv75 {
  padding-top: 75px;
  padding-bottom: 75px;
}

.pv80 {
  padding-top: 80px;
  padding-bottom: 80px;
}

/* padding-horizonal */
.ph00 {
  padding-left: 0px;
  padding-right: 0px;
}

.ph05 {
  padding-left: 5px;
  padding-right: 5px;
}

.ph10 {
  padding-left: 10px;
  padding-right: 10px;
}

.ph15 {
  padding-left: 15px;
  padding-right: 15px;
}

.ph20 {
  padding-left: 20px;
  padding-right: 20px;
}

.ph25 {
  padding-left: 25px;
  padding-right: 25px;
}

.ph30 {
  padding-left: 30px;
  padding-right: 30px;
}

.ph35 {
  padding-left: 35px;
  padding-right: 35px;
}

.ph40 {
  padding-left: 40px;
  padding-right: 40px;
}

.ph45 {
  padding-left: 45px;
  padding-right: 45px;
}

.ph50 {
  padding-left: 50px;
  padding-right: 50px;
}

.ph55 {
  padding-left: 55px;
  padding-right: 55px;
}

.ph60 {
  padding-left: 60px;
  padding-right: 60px;
}

.ph65 {
  padding-left: 65px;
  padding-right: 65px;
}

.ph70 {
  padding-left: 70px;
  padding-right: 70px;
}

.ph75 {
  padding-left: 75px;
  padding-right: 75px;
}

.ph80 {
  padding-left: 80px;
  padding-right: 80px;
}

/* clearfix */
.cf {
  content: "";
  clear: both;
  display: block;
}

/* font */
.f_gray {
  color: #ccc;
}

.f_red {
  color: #f00;
}

.f_dark {
  color: #494949;
}

.f_yellow {
  color: #ff7;
}

.f_col01 {
  color: #177ad7;
}

.f_col02 {
  color: #3ca7cf;
}

.f_col03 {
  color: #666;
}

.f_col04 {
  color: #e90359;
}

.f_col05 {
  color: #1d79cf;
}

.f_col06 {
  color: #999;
}

.f_brown {
  color: #daa520;
}

.f_sm {
  font-size: smaller;
}

.f_10 {
  font-size: 10px;
}

.f_14 {
  font-size: 14px;
}

.f_16 {
  font-size: 16px;
}

.f_18 {
  font-size: 18px;
}

.f_20 {
  font-size: 20px;
}

.f_b {
  font-weight: bold;
}

.required {
  font-size: 10px;
  color: #f00;
}

/* 月間キャンペーン
----------------------------------------------- */
#monthcampaign {
  /* バナー */
  /* キャンペーン内容 */
}

#monthcampaign .title {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background: url(../images/common/bar01.gif) repeat-x bottom #E50212;
  padding: 15px 15px 20px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  margin-bottom: 20px;
}

#monthcampaign .title .jp {
  font-size: 21px;
  color: #ffffff;
  font-weight: bold;
  background: url(../images/common/crown.png) no-repeat left top 2px;
  background-size: 15%;
  padding-left: 40px;
}

#monthcampaign .title .en {
  font-size: 12px;
  color: #ffffff;
  font-weight: bold;
  text-align: right;
}

#monthcampaign .banner {
  width: 100%;
}

#monthcampaign .campaign-contents {
  margin-bottom: 30px;
  /* ご注意 */
}

#monthcampaign .campaign-contents .subtitle {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin-bottom: 20px;
}

#monthcampaign .campaign-contents .subtitle .icon {
  width: 11%;
  margin-right: 2%;
  padding-top: 5px;
}

#monthcampaign .campaign-contents .subtitle .text {
  width: 87%;
  font-size: 22px;
  color: #e60012;
  font-weight: bold;
  line-height: normal;
  border-bottom: dotted 4px #E50212;
}

#monthcampaign .campaign-contents .campaign_title {
  background: #E50212;
  padding: 10px 50px 5px 15px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  position: relative;
}

#monthcampaign .campaign-contents .campaign_title .text {
  font-size: 20px;
  font-weight: bold;
  color: #DA8E00;
  background: -webkit-linear-gradient(-45deg, #F7DE05, #DA8E00, #EDAC06, #F7DE05, #ECB802, #DAAF08, #B67B03, #DA8E00, #EDAC06, #F7DE05, #ECB802, #EDAC06);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

#monthcampaign .campaign-contents .campaign_title .image {
  width: 52px;
  height: auto;
  position: absolute;
  top: -3px;
  right: 5px;
}

#monthcampaign .campaign-contents .campaign_title span {
  font-size: 13px;
}

#monthcampaign .campaign-contents .campaign-content {
  margin-bottom: 30px;
}

#monthcampaign .campaign-contents .subject {
  margin-right: 0;
  margin-left: auto;
  background: #f5f5eb;
  padding: 25px 20px 20px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  position: relative;
}

#monthcampaign .campaign-contents .subject .label {
  width: 30%;
  position: absolute;
  top: -15px;
  left: 0;
}

#monthcampaign .campaign-code {
  background: #f5f5eb;
  border-radius: 7px;
  margin-bottom: 30px;
}

#monthcampaign .campaign-code .campaign-code_title {
  font-size: 19px;
  color: #ffffff;
  font-weight: bold;
  text-align: center;
  padding: 10px;
  background: #E50212;
  border-top-left-radius: 7px;
  border-top-right-radius: 7px;
}

#monthcampaign .campaign-code .inner {
  padding: 15px;
}

#monthcampaign .campaign-code .index {
  font-size: 16px;
  color: black;
  text-align: center;
  font-weight: bold;
  margin-bottom: 5px;
}

#monthcampaign .campaign-code .frame {
  margin: 0 auto 10px;
  padding: 15px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  border: solid 2px #E50212;
  background: #ffffff;
  font-size: 16px;
  color: #a0a0a0;
  font-weight: bold;
  text-align: center;
}

/* リサイクルショップご経営者様限定シークレットキャンペーン
----------------------------------------------- */
#recycle {
  /* バナー */
  /* キャンペーン内容 */
}

#recycle .title {
  background: url(../images/recycle/bar01.gif) repeat-x bottom #000000;
  padding: 0 15px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  margin-bottom: 20px;
}

#recycle .title .wrapper {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  margin-top: -10px;
}

#recycle .title .wrapper img {
  width: 9%;
  height: auto;
}

#recycle .title .wrapper .title_text {
  margin-left: 10px;
}

#recycle .title .wrapper .title_text .jp {
  font-size: 21px;
  color: #ffffff;
  font-weight: bold;
}

#recycle .title .wrapper .title_text .en {
  font-size: 12px;
  color: #ffffff;
  font-weight: bold;
}

#recycle .banner {
  width: 100%;
  margin-bottom: 25px;
}

#recycle .campaign-contents {
  margin-bottom: 30px;
  /* ご注意 */
}

#recycle .campaign-contents .subtitle {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  border-bottom: dotted 4px #000000;
  padding-bottom: 15px;
  margin-bottom: 25px;
}

#recycle .campaign-contents .subtitle .text {
  font-size: 20px;
  color: #000000;
  font-weight: bold;
  line-height: 1.5;
  background: url(../images/recycle/title_icon.png) no-repeat top left;
  background-size: 11%;
  padding-left: 47px;
}

#recycle .campaign-contents .index {
  font-size: 16px;
  color: #000000;
  font-weight: bold;
  margin-bottom: 20px;
}

#recycle .campaign-contents ul.problem-list {
  margin-bottom: 20px;
}

#recycle .campaign-contents ul.problem-list li {
  background: url(../images/recycle/icon_check.png) no-repeat left top 1px;
  padding-left: 30px;
  margin-bottom: 5px;
}

#recycle .campaign-contents .campaign_title {
  background: #000000;
  padding: 10px 50px 10px 15px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  position: relative;
}

#recycle .campaign-contents .campaign_title .text {
  font-size: 20px;
  color: #ffffff;
  font-weight: bold;
}

#recycle .campaign-contents .campaign_title .text span.gradation {
  font-size: 20px;
  font-weight: bold;
  color: #DA8E00;
  background: -webkit-linear-gradient(-45deg, #F7DE05, #DA8E00, #EDAC06, #F7DE05, #ECB802, #DAAF08, #B67B03, #DA8E00, #EDAC06, #F7DE05, #ECB802, #EDAC06);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

#recycle .campaign-contents .campaign_title .text span.small {
  font-size: 13px;
  color: #ffffff;
}

#recycle .campaign-contents .campaign_title .image {
  width: 52px;
  height: auto;
  position: absolute;
  top: -3px;
  right: 5px;
}

#recycle .campaign-contents .campaign-content {
  margin: 25px 0 30px;
}

#recycle .campaign-contents .generic-banner {
  margin-bottom: 45px;
}

#recycle .campaign-contents .generic-banner a {
  display: block;
  margin-bottom: 15px;
}

#recycle .campaign-contents .subject {
  margin-right: 0;
  margin-left: auto;
  background: #f5f5eb;
  padding: 25px 20px 20px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  position: relative;
}

#recycle .campaign-contents .subject .label {
  width: 30%;
  position: absolute;
  top: -15px;
  left: 0;
}

#recycle .campaign-code {
  background: #f5f5eb;
  border-radius: 7px;
  margin-bottom: 30px;
}

#recycle .campaign-code .campaign-code_title {
  font-size: 19px;
  color: #ffffff;
  font-weight: bold;
  text-align: center;
  padding: 10px;
  background: #000000;
  border-top-left-radius: 7px;
  border-top-right-radius: 7px;
}

#recycle .campaign-code .inner {
  padding: 15px;
}

#recycle .campaign-code .index {
  font-size: 16px;
  color: #000000;
  text-align: center;
  font-weight: bold;
  margin-bottom: 10px;
}

#recycle .campaign-code .frame {
  margin: 0 auto 15px;
  padding: 15px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  border: solid 2px #000000;
  background: #ffffff;
  font-size: 20px;
  text-align: center;
}

#recycle .campaign-code p {
  font-size: 12px;
}

/* 採用情報
----------------------------------------------- */
#recruit {
  margin-bottom: 30px;
}

#recruit .title {
  background: url(../images/recruit/bar01.gif) repeat-x bottom #002060;
  padding: 5px 15px 0;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  margin-bottom: 20px;
}

#recruit .title .wrapper {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  margin-top: -10px;
}

#recruit .title .wrapper img {
  width: 9%;
  height: auto;
}

#recruit .title .wrapper .title_text {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-left: 10px;
}

#recruit .title .wrapper .title_text .jp {
  font-size: 21px;
  color: #ffffff;
  font-weight: bold;
}

#recruit .title .wrapper .title_text .en {
  font-size: 12px;
  color: #ffffff;
  font-weight: bold;
}

#recruit section {
  padding: 0 15px;
}

#recruit .message {
  margin-bottom: 40px;
}

#recruit .message img {
  margin-bottom: 20px;
}

#recruit .message .text {
  margin-bottom: 25px;
}

#recruit .message .text p {
  font-size: 18px;
  font-weight: bold;
  text-align: center;
  line-height: 1.7;
}

#recruit .message .wrapper {
  width: 100%;
}

#recruit .message .wrapper .block {
  margin-bottom: 15px;
}

#recruit .message .wrapper .block .block-title {
  font-size: 16px;
  color: #ffffff;
  text-align: center;
  background: #002060;
  padding: 15px;
}

#recruit .message .wrapper .block .block-text {
  border: solid 1px #dfdfd7;
  padding: 20px;
}

#recruit .message .wrapper .block .block-text p {
  text-align: center;
}

#recruit .outline {
  margin-bottom: 40px;
}

#recruit .outline .outline-title {
  font-size: 22px;
  color: #002060;
  font-weight: bold;
  border-bottom: solid 5px #002060;
  padding-bottom: 5px;
  margin-bottom: 25px;
}

#recruit .outline table {
  width: 100%;
}

#recruit .outline table tr th, #recruit .outline table tr td {
  border: solid 1px #dfdfd7;
  padding: 20px 10px;
  vertical-align: middle;
}

#recruit .outline table tr th {
  width: 30%;
  font-weight: bold;
  background: #f1f5f6;
}

#recruit .outline table tr td {
  width: 70%;
}

#recruit .info .info_title {
  font-size: 18px;
  color: #ffffff;
  text-align: center;
  background: #002060;
  padding: 15px;
}

#recruit .info .text {
  border: solid 1px #dfdfd7;
  padding: 20px;
}

/* リピーター様限定シークレットキャンペーン
----------------------------------------------- */
#repeater {
  /* バナー */
  /* キャンペーン内容 */
}

#repeater .title {
  background: url(../images/recycle/bar01.gif) repeat-x bottom #000000;
  padding: 0 15px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  margin-bottom: 20px;
}

#repeater .title .wrapper {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  margin-top: -10px;
}

#repeater .title .wrapper img {
  width: 9%;
  height: auto;
}

#repeater .title .wrapper .title_text {
  margin-left: 10px;
}

#repeater .title .wrapper .title_text .jp {
  font-size: 21px;
  color: #ffffff;
  font-weight: bold;
}

#repeater .title .wrapper .title_text .en {
  font-size: 12px;
  color: #ffffff;
  font-weight: bold;
}

#repeater .banner {
  width: 100%;
  margin-bottom: 25px;
}

#repeater .campaign-contents {
  margin-bottom: 30px;
  /* ご注意 */
}

#repeater .campaign-contents .subtitle {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  border-bottom: dotted 4px #000000;
  padding-bottom: 15px;
  margin-bottom: 25px;
}

#repeater .campaign-contents .subtitle .text {
  font-size: 20px;
  color: #000000;
  font-weight: bold;
  line-height: 1.5;
  background: url(../images/repeater/title_icon.png) no-repeat top left;
  background-size: 17%;
  padding: 10px 0 0 47px;
}

#repeater .campaign-contents .campaign_title {
  background: #000000;
  padding: 10px 70px 10px 15px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  position: relative;
  margin-bottom: 20px;
}

#repeater .campaign-contents .campaign_title .text {
  font-size: 20px;
  color: #ffffff;
  font-weight: bold;
}

#repeater .campaign-contents .campaign_title .text span.gradation {
  font-size: 20px;
  font-weight: bold;
  color: #DA8E00;
  background: -webkit-linear-gradient(-45deg, #F7DE05, #DA8E00, #EDAC06, #F7DE05, #ECB802, #DAAF08, #B67B03, #DA8E00, #EDAC06, #F7DE05, #ECB802, #EDAC06);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

#repeater .campaign-contents .campaign_title .text span.small {
  font-size: 13px;
  color: #ffffff;
}

#repeater .campaign-contents .campaign_title .image {
  width: 52px;
  height: auto;
  position: absolute;
  top: -3px;
  right: 5px;
}

#repeater .campaign-contents .campaign-content {
  margin: 25px 0 30px;
}

#repeater .campaign-contents .generic-banner {
  margin-bottom: 45px;
}

#repeater .campaign-contents .generic-banner a {
  display: block;
  margin-bottom: 15px;
}

#repeater .campaign-contents .subject {
  margin-right: 0;
  margin-left: auto;
  background: #f5f5eb;
  padding: 25px 20px 20px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  position: relative;
}

#repeater .campaign-contents .subject .label {
  width: 30%;
  position: absolute;
  top: -15px;
  left: 0;
}

#repeater .campaign-code {
  background: #f5f5eb;
  border-radius: 7px;
  margin-bottom: 30px;
}

#repeater .campaign-code .campaign-code_title {
  font-size: 19px;
  color: #ffffff;
  font-weight: bold;
  text-align: center;
  padding: 10px;
  background: #000000;
  border-top-left-radius: 7px;
  border-top-right-radius: 7px;
}

#repeater .campaign-code .inner {
  padding: 15px;
}

#repeater .campaign-code .index {
  font-size: 16px;
  color: #000000;
  text-align: center;
  font-weight: bold;
  margin-bottom: 10px;
}

#repeater .campaign-code .frame {
  margin: 0 auto 15px;
  padding: 15px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  border: solid 2px #000000;
  background: #ffffff;
  font-size: 20px;
  font-weight: bold;
  text-align: center;
}

#repeater .campaign-code p {
  font-size: 12px;
}

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

/* ---- body  ---- */
body {
  background-color: #fff;
  /* ---- navi button  ---- */
}

body #navicon {
  position: fixed;
  z-index: 999;
  top: 15px;
  right: 4%;
  width: 11%;
  min-width: 35px;
  max-width: 70px;
}

body #navicon a {
  display: block;
  width: auto;
}

body #gototop {
  z-index: 999;
  position: fixed;
  bottom: 15px;
  right: 4%;
  width: 11%;
  min-width: 35px;
  max-width: 70px;
}

body #gototop a {
  display: block;
  width: auto;
}

body #floating-top {
  z-index: 999;
  position: fixed;
  bottom: 60px;
  right: 4%;
  width: 14%;
  min-width: 35px;
  max-width: 70px;
}

body #floating-top a {
  display: block;
  width: auto;
}

/* -------- header -------- */
header {
  background-color: #f5f5eb;
  border-top: 14px solid #d80c18;
  position: relative;
  padding: 15px 4% 19px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

header .wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
}

header .wrap .title_area {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

header .wrap .title_area .title {
  width: 53%;
  height: auto;
}

header .wrap .title_area .title a {
  display: block;
}

header .wrap .title_area .subtitle {
  width: 34%;
  height: auto;
  margin-left: 4%;
}

header.items_header {
  background: none;
  padding: 0;
  margin-bottom: 20px;
}

/* -------- crumb -------- */
#crumbwrap {
  background: url(../images/common/bar13.gif) top repeat-x;
  padding: 30px 0 15px 0;
}

#crumbs {
  padding-left: 0;
  padding-right: 0;
  padding-top: 2px;
  width: 92%;
  margin: 0 auto 0 auto;
  max-width: 588px;
  text-align: left;
  line-height: 2.8;
}

#crumbs span a.home {
  background: url(../images/common/icon_home.gif) left top no-repeat;
  padding: 12px 0 16px 102px;
}

#crumbs_item {
  margin: 0 auto 15px;
  line-height: 2.8;
}

#crumbs_item span a.home {
  background: url(../images/common/icon_home.gif) left top no-repeat;
  padding: 12px 0 16px 102px;
}

/* -------- content --------*/
#content {
  background-color: #ffffff;
}

#content .wrap {
  margin: 0 4%;
}

#content .button {
  padding-left: 0;
  padding-right: 0;
  text-align: center;
  width: 92%;
  margin: 0 auto 20px auto;
  max-width: 588px;
}

#content .title_wrap {
  width: 100%;
  background: url(../images/common/bar01.gif) repeat-x bottom #E50212;
  padding: 15px 15px 25px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  margin-bottom: 20px;
  position: relative;
}

#content .title_wrap .title {
  font-size: 21px;
  color: #ffffff;
  font-weight: bold;
  background: url(../images/common/crown.png) no-repeat left top 2px;
  background-size: 10%;
  padding: 0 0 0 43px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

#content .title_wrap .img_strong {
  width: 70%;
  height: auto;
}

#content .title_wrap .en {
  font-size: 12px;
  color: #ffffff;
  font-weight: bold;
  text-align: right;
  padding-top: 5px;
  position: absolute;
  top: 25%;
  right: 15px;
}

/* -------- inner（左右余白） --------*/
#content_inner {
  padding: 0 15px;
}

/* -------- sidebar -------- */
#side_wrap {
  background-color: #fff;
}

#side_wrap .assessment {
  background-color: #e60012;
  padding-bottom: 4%;
  margin-bottom: 20px;
}

#side_wrap .assessment .title {
  padding-left: 0;
  padding-right: 0;
  text-align: center;
  width: 92%;
  margin: 0 auto 20px auto;
  max-width: 588px;
  padding: 20px 0;
}

#side_wrap .assessment .formwrap {
  padding-left: 0;
  padding-right: 0;
  text-align: center;
  width: 92%;
  margin: 0 auto 20px auto;
  max-width: 588px;
  background-color: #f5f5eb;
}

#side_wrap .assessment .formwrap .form {
  max-width: 536px;
  width: 84%;
  padding: 4% 0;
  margin: 0 auto;
}

#side_wrap .assessment .formwrap .form p {
  margin-bottom: 15px;
  color: #434343;
  font-size: 15px;
}

#side_wrap .assessment .formwrap .form .input {
  margin-bottom: 15px;
}

#side_wrap .assessment .formwrap .form .input input {
  font-size: 15px;
  width: 90%;
  padding: 5px;
}

#side_wrap .assessment .formwrap .form .submit {
  text-align: right;
  margin-bottom: 20px;
}

#side_wrap .assessment .formwrap .form .submit input {
  width: 50%;
  max-width: 318px;
}

#side_wrap .assessment .formwrap .form .notice li {
  padding-left: 20px;
  background: url("../images/common/assessment_icon.gif") left 3px no-repeat;
  background-size: 14px;
  margin-bottom: 5px;
  color: #6c6c66;
}

#side_wrap .items_area {
  padding-left: 0;
  padding-right: 0;
  text-align: center;
  width: 92%;
  margin: 0 auto 20px auto;
  max-width: 588px;
}

#side_wrap .items_area a {
  text-decoration: none;
}

#side_wrap .items_area .title {
  background: url(../images/top/icon_crown.png) no-repeat left 10px center #e60012;
  padding: 10px 10px 10px 47px;
  font-size: 22px;
  font-weight: bold;
  color: #ffffff;
}

#side_wrap .items_area .inner {
  margin-bottom: 15px;
}

#side_wrap .items_area .inner ul {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

#side_wrap .items_area .inner ul li {
  width: 49.1%;
  border: solid 1px #e60012;
  background: #f5f5eb;
}

#side_wrap .items_area .inner ul li a {
  display: block;
  padding: 14px 10px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  color: #d80c18;
  font-weight: bold;
  text-align: center;
}

#side_wrap .items_area .inner ul li:nth-child(even) {
  margin-left: -1px;
  width: 50%;
}

#side_wrap .items_area .inner ul li:nth-child(n+3) {
  margin-top: -1px;
}

#side_wrap .items_btn .btn a {
  background: url(../images/common/icon_arrow.png) no-repeat left 15px center #d80c18;
  background-size: 13px;
  display: block;
  padding: 10px;
  font-size: 15px;
  color: #ffffff;
  text-align: center;
}

#side_wrap .items_btn .btn:first-child {
  margin-bottom: 10px;
}

#side_wrap .blog {
  padding: 20px 0;
  background-color: #f5f5eb;
  margin-bottom: 30px;
}

#side_wrap .blog .side_column {
  margin-bottom: 35px;
}

#side_wrap .blog .titlebar {
  padding-left: 0;
  padding-right: 0;
  text-align: center;
  width: 92%;
  margin: 0 auto 20px auto;
  max-width: 588px;
  padding-bottom: 20px;
  margin-bottom: 15px;
  background: url(../images/common/bar04.gif) bottom repeat-x;
  position: relative;
}

#side_wrap .blog .titlebar:after {
  content: "";
  clear: both;
  display: block;
  font-size: 0.1em;
  visibility: hidden;
}

#side_wrap .blog .titlebar .title {
  float: left;
  width: 37%;
}

#side_wrap .blog .titlebar .list {
  float: right;
  padding-top: 10px;
  margin-right: 10px;
  width: 25%;
}

#side_wrap .blog ul {
  padding-left: 0;
  padding-right: 0;
  text-align: center;
  width: 92%;
  margin: 0 auto 20px auto;
  max-width: 588px;
}

#side_wrap .blog ul li {
  margin-bottom: 20px;
}

#side_wrap .blog ul li .date {
  font-size: 16px;
  color: #313131;
  font-weight: bold;
}

#side_wrap .blog ul li .date span {
  display: inline-block;
  margin-left: 10px;
  width: 9%;
  max-width: 38px;
}

#side_wrap .blog ul li .date span img {
  vertical-align: baseline;
}

#side_wrap .blog ul li .title a {
  font-size: 18px;
  color: #434343;
  text-decoration: none;
}

#side_wrap .blog ul li:last-child {
  margin-bottom: 0;
}

#side_wrap .column {
  border-top: 5px solid #71bc2e;
  background-color: #f5f5eb;
  margin-bottom: 30px;
}

#side_wrap .tagcloud {
  padding: 20px 0;
  margin-bottom: 30px;
}

#side_wrap .tagcloud .titlebar {
  padding-left: 0;
  padding-right: 0;
  text-align: center;
  width: 92%;
  margin: 0 auto 20px auto;
  max-width: 588px;
  padding-bottom: 20px;
  margin-bottom: 15px;
  position: relative;
  background: url(../images/common/bar04.gif) bottom repeat-x;
}

#side_wrap .tagcloud .titlebar .title {
  width: 48%;
  min-width: 155px;
}

#side_wrap .tagcloud .tags {
  padding-left: 0;
  padding-right: 0;
  text-align: center;
  width: 92%;
  margin: 0 auto 20px auto;
  max-width: 588px;
}

#side_wrap .tagcloud .tags a {
  color: #434343;
  text-decoration: none;
}

#side_wrap .category {
  padding: 20px 0;
  margin-bottom: 30px;
}

#side_wrap .category .titlebar {
  padding-left: 0;
  padding-right: 0;
  text-align: center;
  width: 92%;
  margin: 0 auto 20px auto;
  max-width: 588px;
  padding-bottom: 20px;
  margin-bottom: 15px;
  position: relative;
  background: url(../images/common/bar04.gif) bottom repeat-x;
}

#side_wrap .category .titlebar .title {
  width: 48%;
  min-width: 155px;
}

#side_wrap .category .titlebar_column {
  padding-left: 0;
  padding-right: 0;
  text-align: center;
  width: 92%;
  margin: 0 auto 20px auto;
  max-width: 588px;
  padding-bottom: 20px;
  margin-bottom: 15px;
  position: relative;
  background: url(../images/column/bar05.gif) bottom repeat-x;
}

#side_wrap .category .titlebar_column .title {
  width: 48%;
  min-width: 155px;
}

#side_wrap .category ul {
  padding-top: 20px;
  padding-left: 0;
  padding-right: 0;
  text-align: center;
  width: 92%;
  margin: 0 auto 20px auto;
  max-width: 588px;
}

#side_wrap .category ul li {
  margin-bottom: 10px;
}

#side_wrap .category ul li a {
  text-decoration: none;
  color: #434343;
  font-size: 16px;
}

#side_wrap .archive {
  padding: 20px 0;
  margin-bottom: 30px;
}

#side_wrap .archive .titlebar {
  padding-left: 0;
  padding-right: 0;
  text-align: center;
  width: 92%;
  margin: 0 auto 20px auto;
  max-width: 588px;
  padding-bottom: 20px;
  margin-bottom: 15px;
  position: relative;
  background: url(../images/common/bar04.gif) bottom repeat-x;
}

#side_wrap .archive .titlebar .title {
  width: 42%;
  min-width: 165px;
}

#side_wrap .archive .titlebar_column {
  padding-left: 0;
  padding-right: 0;
  text-align: center;
  width: 92%;
  margin: 0 auto 20px auto;
  max-width: 588px;
  padding-bottom: 20px;
  margin-bottom: 15px;
  position: relative;
  background: url(../images/column/bar05.gif) bottom repeat-x;
}

#side_wrap .archive .titlebar_column .title {
  width: 42%;
  min-width: 165px;
}

#side_wrap .archive ul {
  padding-left: 0;
  padding-right: 0;
  text-align: center;
  width: 92%;
  margin: 0 auto 20px auto;
  max-width: 588px;
  padding-top: 20px;
}

#side_wrap .archive ul li {
  margin-bottom: 10px;
}

#side_wrap .archive ul li a {
  text-decoration: none;
  color: #434343;
  font-size: 16px;
}

.sidebar_blog {
  background-color: #f5f5eb !important;
}

.sidebar_blog .blog {
  border-top: 5px solid #e60012;
}

/* -------- レトロゲーム、ジャンク品 -------- */
.retro_btn {
  width: 100%;
  position: relative;
  display: inline-block;
  background: url(../images/common/roundarrow.png) no-repeat left 10px center #66b2f1;
  /*背景色*/
  background-size: 6%;
  border-bottom: solid 2px #4591d1;
  /*少し濃い目の色に*/
  -webkit-box-shadow: inset 0 2px 0 rgba(255, 255, 255, 0.2), 0 2px 2px rgba(0, 0, 0, 0.19);
          box-shadow: inset 0 2px 0 rgba(255, 255, 255, 0.2), 0 2px 2px rgba(0, 0, 0, 0.19);
}

.retro_btn a {
  display: block;
  font-weight: bold;
  padding: 8px 10px 5px 45px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  cursor: pointer;
  text-decoration: none;
}

.retro_btn a:hover {
  text-decoration: none;
  opacity: 1.0;
}

.retro_btn .catch {
  font-size: 13px;
  color: #ffffff;
  letter-spacing: 1.1px;
  padding: 5px 0 0 30px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  background: url(../images/common/crown.png) no-repeat left center;
  background-size: 8%;
}

.retro_btn .title {
  font-size: 24px;
  color: #ffffff;
}

.retro_btn:active {
  /*押したとき*/
  border-bottom: solid 2px #66b2f1;
  -webkit-box-shadow: 0 0 2px rgba(0, 0, 0, 0.3);
          box-shadow: 0 0 2px rgba(0, 0, 0, 0.3);
}

/* -------- foot banner -------- */
.banner {
  padding-left: 0;
  padding-right: 0;
  text-align: center;
  width: 92%;
  margin: 0 auto 20px auto;
  max-width: 588px;
}

.banner a {
  display: block;
  margin-bottom: 15px;
}

/* -------- footer navi -------- */
#footlink {
  background-color: #f5f5eb;
  padding: 20px 0;
  margin-bottom: 5px;
}

#footlink ul {
  padding-left: 0;
  padding-right: 0;
  text-align: center;
  width: 92%;
  margin: 0 auto 20px auto;
  max-width: 588px;
  margin-bottom: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

#footlink ul li {
  float: left;
  padding-left: 15px;
  margin-right: 20px;
  background: url(../images/common/icon_footlink.gif) left 40% no-repeat;
  background-size: 8px;
  margin-bottom: 10px;
}

#footlink ul li a {
  font-size: 16px;
  text-decoration: none;
  color: #313131;
}

/* -------- slide naviはmobile-menu.css参照 -------- */
/* -------- footer -------- */
footer {
  border-top: 12px solid #d5b100;
  background-color: #d80c18;
  padding: 30px 10px;
}

footer * {
  color: #fff;
  text-align: center;
}

footer .logo {
  text-align: center;
  margin-bottom: 20px;
}

footer .logo img {
  width: 38%;
  max-width: 247px;
}

footer .info {
  margin-bottom: 30px;
}

footer .description {
  margin-bottom: 30px;
}

footer .description p a {
  color: #fff;
}

footer .copyright {
  font-size: 12px;
}
/*# sourceMappingURL=style.css.map */