@charset "UTF-8";
/* -----------------------------------------------
 Name: app.scss
----------------------------------------------- */
/* -----------------------------------------------
 Name: _config.scss
----------------------------------------------- */
/* -----------------------------------------------
 Name: vars/_easing.scss
----------------------------------------------- */
/* -----------------------------------------------
 Name: mixins/_clearfix.scss
----------------------------------------------- */
/* -----------------------------------------------
 Name: mixins/_hideaway.scss
----------------------------------------------- */
/* -----------------------------------------------
 Name: mixins/_opacity.scss
----------------------------------------------- */
/* -----------------------------------------------
 Name: mixins/_border.scss
----------------------------------------------- */
/* -----------------------------------------------
 Name: _normalize3.0.2.scss
----------------------------------------------- */
/*! 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 {
  -moz-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"] {
  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 */
  -moz-box-sizing: content-box;
  -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;
}

/* -----------------------------------------------
 Name: _default.scss
----------------------------------------------- */
body {
  background: #faf8f5;
}

a {
  color: #000;
  line-height: 1.4;
  text-decoration: none;
}

a.attention {
  color: #3b80ff;
}

a:hover {
  text-decoration: underline;
}

p, ul, ol, li {
  margin: 0;
}

ul, ol {
  list-style-type: none;
  padding: 0;
}

h1, h2, h3, h4, h5, h6, p {
  margin: 0;
  line-height: 1.4;
  font-weight: normal;
}

img {
  vertical-align: bottom;
}

#app {
  font-family: "メイリオ", "Meiryo UI", Meiryo, "Hiragino Kaku Gothic ProN", sans-serif;
  font-size: 15px;
  color: #000;
}

.font-arial {
  font-family: "Meiryo UI", Meiryo, "メイリオ", "Hiragino Kaku Gothic ProN", sans-serif !important;
}

.font-arial-bold {
  font-family: "Meiryo UI", Meiryo, "メイリオ", "Hiragino Kaku Gothic ProN", sans-serif !important;
  font-weight: bold;
}

input[type="submit"] {
  border-radius: 0;
}

input::-webkit-input-placeholder {
  color: #ccc;
  font-weight: normal;
}

textarea::-webkit-input-placeholder {
  color: #ccc;
  font-weight: normal;
}

input:-ms-input-placeholder {
  color: #ccc;
  font-weight: normal;
}

textarea:-ms-input-placeholder {
  color: #ccc;
  font-weight: normal;
}

input::-moz-placeholder {
  color: #ccc;
  font-weight: normal;
}

textarea::-moz-placeholder {
  color: #ccc;
  font-weight: normal;
}

/* -----------------------------------------------
 Name: utils/_align.scss
----------------------------------------------- */
.al {
  text-align: left !important;
}

.ac {
  text-align: center !important;
}

.ar {
  text-align: right !important;
}

/* -----------------------------------------------
 Name: utils/_float.scss
----------------------------------------------- */
.fl {
  float: left !important;
}

.fr {
  float: right !important;
}

/* -----------------------------------------------
 Name: utils/_margin.scss
----------------------------------------------- */
.mb0 {
  margin-bottom: 0px !important;
}

.mb5 {
  margin-bottom: 5px !important;
}

.mb10 {
  margin-bottom: 10px !important;
}

.mb15 {
  margin-bottom: 15px !important;
}

.mb20 {
  margin-bottom: 20px !important;
}

.mb25 {
  margin-bottom: 25px !important;
}

.mb30 {
  margin-bottom: 30px !important;
}

.mb35 {
  margin-bottom: 35px !important;
}

.mb40 {
  margin-bottom: 40px !important;
}

.mb45 {
  margin-bottom: 45px !important;
}

.mb50 {
  margin-bottom: 50px !important;
}

.mb75 {
  margin-bottom: 75px !important;
}

.mb100 {
  margin-bottom: 100px !important;
}

.mr0 {
  margin-right: 0px !important;
}

.mr5 {
  margin-right: 5px !important;
}

.mr10 {
  margin-right: 10px !important;
}

.mr15 {
  margin-right: 15px !important;
}

.mr20 {
  margin-right: 20px !important;
}

.mr25 {
  margin-right: 25px !important;
}

.mr30 {
  margin-right: 30px !important;
}

.mr35 {
  margin-right: 35px !important;
}

.mr40 {
  margin-right: 40px !important;
}

.mr45 {
  margin-right: 45px !important;
}

.mr50 {
  margin-right: 50px !important;
}

.mr100 {
  margin-right: 100px !important;
}

/* -----------------------------------------------
 Name: utils/_padding.scss
----------------------------------------------- */
.pl10 {
  padding-left: 10px !important;
}

.pl150 {
  padding-left: 150px !important;
}

/* -----------------------------------------------
 Name: utils/_mover.scss
----------------------------------------------- */
.mover {
  -webkit-transition: opacity 0.2s linear;
  -moz-transition: opacity 0.2s linear;
  -o-transition: opacity 0.2s linear;
  transition: opacity 0.2s linear;
}

.mover:hover {
  opacity: 0.6;
  filter: alpha(opacity=60);
  -ms-filter: "alpha(opacity=60)";
  -moz-opacity: 0.6;
  -khtml-opacity: 0.6;
  zoom: 1;
}

/* -----------------------------------------------
 Name: utils/_width.scss
----------------------------------------------- */
.w150 {
  width: 150px !important;
}

@font-face {
  font-family: 'omron-font';
  src: url("../fonts/omron-font/omron-font.eot?yrgjhp");
  src: url("../fonts/omron-font/omron-font.eot?#iefixyrgjhp") format("embedded-opentype"), url("../fonts/omron-font/omron-font.ttf?yrgjhp") format("truetype"), url("../fonts/omron-font/omron-font.woff?yrgjhp") format("woff"), url("../fonts/omron-font/omron-font.svg?yrgjhp#omron-font") format("svg");
  font-weight: normal;
  font-style: normal;
}

[class^="of-"], [class*=" of-"] {
  font-family: 'omron-font';
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.of-mail:before {
  content: "\e800";
}

.of-menu:before {
  content: "\e604";
}

.of-heart:before {
  content: "\e607";
}

.of-zoom:before {
  content: "\e600";
}

.of-logo-corp:before {
  content: "\e601";
}

.of-close:before {
  content: "\e602";
}

.of-comment-o:before {
  content: "\e603";
}

.of-heart-o:before {
  content: "\e605";
}

.of-logo-site:before {
  content: "\e606";
}

.of-gear-o:before {
  content: "\e608";
}

/* -----------------------------------------------
 Name: components/_footer.scss
----------------------------------------------- */
.footer {
  color: #fff;
  zoom: 1;
}

.footer:before, .footer:after {
  display: block;
  height: 0;
  visibility: hidden;
  content: "\0020";
}

.footer:after {
  clear: both;
}

.footer_sitemap {
  background: #222;
}

.footer_bottom {
  height: 50px;
  background: #000;
}

.footer_logo {
  float: left;
  padding: 16px 16px 0 23px;
}

.footer_logo a {
  display: block;
}

.footer_logo a i {
  font-size: 17.2px;
  color: #fff;
}

.footer_util {
  padding-top: 10px;
  margin-right: 15px;
  float: left;
}

.footer_util_nav {
  height: 28px;
  zoom: 1;
}

.footer_util_nav:before, .footer_util_nav:after {
  display: block;
  height: 0;
  visibility: hidden;
  content: "\0020";
}

.footer_util_nav:after {
  clear: both;
}

.footer_util_nav li {
  float: left;
}

.footer_util_nav li a {
  line-height: 28px;
  margin: 0 7px;
  color: #fff;
  font-size: 12px;
}

.footer_lang {
  float: left;
  padding-left: 15px;
  background: url("../images/common/bg_nav_border.png") no-repeat left center;
}

.footer_lang_name {
  line-height: 50px;
  vertical-align: middle;
  font-size: 10px;
  font-family: "Meiryo UI", Meiryo, "メイリオ", "Hiragino Kaku Gothic ProN", sans-serif;
  font-weight: bold;
  color: #fff;
}

.footer_copy {
  float: right;
  font-size: 11px;
  padding-right: 10px;
  padding-top: 10px;
  font-family: "Meiryo UI", Meiryo, "メイリオ", "Hiragino Kaku Gothic ProN", sans-serif;
  text-align: right;
}

.footer .sitemap_const {
  width: 960px;
  margin: 0 auto;
  padding: 63px 0 56px;
  zoom: 1;
}

.footer .sitemap_const:before, .footer .sitemap_const:after {
  display: block;
  height: 0;
  visibility: hidden;
  content: "\0020";
}

.footer .sitemap_const:after {
  clear: both;
}

.footer .sitemap_const .sitemap_item {
  float: left;
}

.footer .sitemap_const .sitemap_item.list-01 {
  margin-left: 33px;
}

.footer .sitemap_const .sitemap_item.list-02 {
  margin-left: 33px;
}

.footer .sitemap_const .sitemap_item.list-03 {
  margin-left: 50px;
}

.footer .sitemap_const .sitemap_item.list-04 {
  margin-left: 70px;
}

.footer .sitemap_const .sitemap_item.list-05 {
  margin-left: 55px;
}

.footer .sitemap_const .sitemap_item .category_title {
  font-size: 12px;
  line-height: 1;
  margin-bottom: 18px;
}

.footer .sitemap_const .sitemap_item a.category_title {
  color: #fff;
  display: block;
}

.footer .sitemap_const .sitemap_item .sitemap_category {
  padding-left: 14px;
}

.footer .sitemap_const .sitemap_item .sitemap_category li {
  line-height: 1;
  margin-bottom: 18px;
}

.footer .sitemap_const .sitemap_item .sitemap_category a {
  display: block;
  color: #fff;
  font-size: 12px;
}

@media screen and (min-width: 980px) {
  .footer_copy {
    padding-top: 0;
    line-height: 50px;
  }
  .footer .sitemap_category {
    display: block !important;
  }
}

@media screen and (min-width: 768px) {
  .footer .sitemap_category {
    display: block !important;
  }
}

@media screen and (max-width: 767px) {
  .footer_logo {
    float: left;
    padding: 16px 0 0 10px;
  }
  .footer_logo a i {
    font-size: 16px;
  }
  .footer_util {
    display: none;
  }
  .footer_lang {
    display: none;
  }
  .footer_copy {
    font-size: 10px;
  }
  .footer .sitemap_const {
    padding: 0;
    width: auto;
    margin: 0;
  }
  .footer .sitemap_const .sitemap_item {
    float: none;
  }
  .footer .sitemap_const .sitemap_item.list-01 {
    margin-left: 0;
  }
  .footer .sitemap_const .sitemap_item.list-02 {
    margin-left: 0;
  }
  .footer .sitemap_const .sitemap_item.list-03 {
    margin-left: 0;
  }
  .footer .sitemap_const .sitemap_item.list-04 {
    margin-left: 0;
  }
  .footer .sitemap_const .sitemap_item.list-05 {
    margin-left: 0;
  }
  .footer .sitemap_const .sitemap_item .category_title {
    position: relative;
    font-size: 11px;
    height: 41px;
    line-height: 41px;
    background: #000;
    padding-left: 20px;
    margin-bottom: 0;
    cursor: pointer;
  }
  .footer .sitemap_const .sitemap_item .category_title:hover {
    background: #111;
  }
  .footer .sitemap_const .sitemap_item .category_title:after {
    position: absolute;
    display: block;
    content: '';
    top: 50%;
    right: 20px;
    width: 7px;
    height: 13px;
    margin-top: -6px;
    background: url("../images/common/ico_sitemap_arrow_right.png") no-repeat center;
    background-size: 7px 13px;
  }
  .footer .sitemap_const .sitemap_item a.category_title {
    display: block;
    color: #fff;
  }
  .footer .sitemap_const .sitemap_item .sitemap_category {
    display: none;
    padding: 15px 0 18px 40px;
  }
  .footer .sitemap_const .sitemap_item .sitemap_category li:last-child {
    margin-bottom: 0;
  }
  .footer .sitemap_const .sitemap_item.hasSubNav .category_title:after {
    width: 13px;
    height: 7px;
    margin-top: -3.5px;
    background: url("../images/common/ico_sitemap_arrow_bottom.png") no-repeat center;
    background-size: 13px 7px;
  }
  .footer .sitemap_const .sitemap_item.hasSubNav .category_title.active:after {
    width: 13px;
    height: 7px;
    margin-top: -3.5px;
    background: url("../images/common/ico_sitemap_arrow_top.png") no-repeat center;
    background-size: 13px 7px;
  }
}

/* -----------------------------------------------
 Name: components/_header.scss
----------------------------------------------- */
.header {
  height: 66px;
  background: #000;
  color: #fff;
  position: fixed;
  width: 100%;
  z-index: 200;
  min-width: 1220px;
  zoom: 1;
}

.header:before, .header:after {
  display: block;
  height: 0;
  visibility: hidden;
  content: "\0020";
}

.header:after {
  clear: both;
}

.header_btnMenu, .header_btnMenuClose {
  float: left;
  font-size: 24px;
  line-height: 66px;
  padding-left: 20px;
  display: none;
  cursor: pointer;
}

.header_btnMenuClose {
  position: relative;
  z-index: 10;
  color: #000;
}

.header_title {
  float: left;
  margin-right: 10px;
  padding-left: 10px;
}

.header_title a {
  padding: 0 20px;
  display: block;
}

.header_title a i {
  font-size: 25px;
  color: #fff;
  line-height: 66px;
}

.header_nav {
  float: left;
}

.header_user {
  float: right;
  height: 66px;
}

.header_userAvatar {
  float: left;
  margin: 18px 10px 0 0;
  width: 33px;
  height: 33px;
  border-radius: 3px;
  overflow: hidden;
}

.header_userMenu {
  position: relative;
}

.header_userMenu .btn {
  line-height: 66px;
  font-size: 20px;
  padding: 0 5px;
  cursor: pointer;
  vertical-align: middle;
  overflow: hidden;
}

.header_userMenu .btn > i {
  vertical-align: middle;
}

.header_userMenu .btn > span {
  vertical-align: middle;
  line-height: 1;
  font-size: 16px;
  padding-left: 0.5em;
}

.header_userMenu .btn .badge {
  position: absolute;
  top: 50%;
  left: 0;
  background: #3b80ff;
  border-radius: 2px;
  font-size: 11px;
  padding: 2px;
  line-height: 1;
  margin: -14px 0 0 18px;
}

.header_userMenu .btn.active {
  background-color: #2a2a2a;
}

.header_userMenu-nices, .header_userMenu-comments {
  line-height: 66px;
  font-size: 16px;
  float: left;
}

.header_userMenu-nices .btn, .header_userMenu-comments .btn {
  font-family: "Meiryo UI", Meiryo, "メイリオ", "Hiragino Kaku Gothic ProN", sans-serif;
}

.header_userMenu-nices .btn i, .header_userMenu-comments .btn i {
  font-size: 20px;
  vertical-align: middle;
}

.header_userMenu-common {
  float: left;
}

.header_userMenu-common .btn {
  font-size: 22px;
  background: url("../images/common/bg_nav_border.png") no-repeat left center;
  padding: 0 15px;
}

.header_userMenu-search {
  position: static;
  float: left;
  width: 66px;
  height: 100%;
  background: url("../images/common/header/ico_search.png") no-repeat center #333333;
  -webkit-transition: all 0.2s linear;
  -moz-transition: all 0.2s linear;
  -o-transition: all 0.2s linear;
  transition: all 0.2s linear;
}

.header_userMenu-search .pointer {
  width: 100%;
  height: 100%;
  cursor: pointer;
}

.header_userMenu-search:hover {
  background: url("../images/common/header/ico_search.png") no-repeat center #222;
}

.header_search {
  position: absolute;
  top: 66px;
  left: 0;
  display: none;
  width: 100%;
  height: 180px;
  background: rgba(0, 0, 0, 0.6);
}

.header_search_inner {
  width: 440px;
  height: 120px;
  padding-top: 60px;
  margin: 0 auto;
}

.header_search_inner .search_box {
  zoom: 1;
}

.header_search_inner .search_box:before, .header_search_inner .search_box:after {
  display: block;
  height: 0;
  visibility: hidden;
  content: "\0020";
}

.header_search_inner .search_box:after {
  clear: both;
}

.header_search_inner .search_box .search_input {
  float: left;
  display: block;
  width: 350px;
  height: 60px;
  border: 0;
  margin: 0;
  padding: 0 15px;
  font-size: 16px;
  color: #222;
}

.header_search_inner .search_box .btn {
  float: left;
  width: 60px;
  height: 60px;
  background: url("../images/common/header/ico_search.png") no-repeat center #333333;
  cursor: pointer;
  padding: 0;
  -webkit-transition: all 0.2s linear;
  -moz-transition: all 0.2s linear;
  -o-transition: all 0.2s linear;
  transition: all 0.2s linear;
}

.header_search_inner .search_box .btn:hover {
  background: url("../images/common/header/ico_search.png") no-repeat center #222;
}

.headerOverlay {
  position: fixed;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  width: 100%;
  height: 100%;
  z-index: 199;
  background: url("../images/common/bg_overlay.png") repeat center center;
}

@media screen and (max-width: 767px) {
  .header {
    height: 50px;
    position: relative;
    min-width: 320px;
  }
  .header_btnMenu, .header_btnMenuClose {
    font-size: 18px;
    line-height: 50px;
    padding-left: 10px;
  }
  .header_btnMenu {
    display: block;
  }
  .header_title {
    margin-right: 0;
    padding-left: 10px;
    line-height: 0;
  }
  .header_title a {
    padding: 0;
    line-height: 0;
  }
  .header_title a i {
    font-size: 18px;
    line-height: 50px;
  }
  .header_user {
    height: 50px;
  }
  .header_userAvatar {
    display: none;
  }
  .header_userMenu {
    position: static;
  }
  .header_userMenu .btn {
    line-height: 50px;
    position: relative;
  }
  .header_userMenu .btn > span {
    font-size: 14px;
    padding-left: 4px;
  }
  .header_userMenu .btn .badge {
    font-size: 10px;
    margin: -10px 0 0 13px;
  }
  .header_userMenu-nices, .header_userMenu-comments {
    line-height: 50px;
    float: left;
  }
  .header_userMenu-nices .btn i, .header_userMenu-comments .btn i {
    font-size: 18px;
    vertical-align: middle;
  }
  .header_userMenu-common {
    float: left;
  }
  .header_userMenu-common .btn {
    font-size: 18px;
  }
  .header_userMenu-search {
    width: 50px;
    height: 100%;
    background: url("../images/common/header/ico_search.png") no-repeat center #333333;
    background-size: 19px;
    -webkit-transition: all 0.2s linear;
    -moz-transition: all 0.2s linear;
    -o-transition: all 0.2s linear;
    transition: all 0.2s linear;
  }
  .header_userMenu-search:hover {
    background: url("../images/common/header/ico_search.png") no-repeat center #222;
    background-size: 19px;
  }
  .header_userMenu-search .header_search {
    width: 100%;
    top: 50px;
    height: 95px;
  }
  .header_userMenu-search .header_search_inner {
    width: 100%;
    padding-top: 30px;
  }
  .header_userMenu-search .header_search_inner .search_box {
    width: 78%;
    margin: 0 auto;
  }
  .header_userMenu-search .header_search_inner .search_input {
    width: 75%;
    height: 35px;
    padding: 0 3%;
  }
  .header_userMenu-search .header_search_inner .btn {
    width: 35px;
    height: 35px;
    background: url("../images/common/header/ico_search.png") no-repeat center #333333;
    background-size: 13px;
  }
  .header_userMenu-search .header_search_inner .btn:hover {
    background: url("../images/common/header/ico_search.png") no-repeat center #222;
    background-size: 13px;
  }
}

/* -----------------------------------------------
 Name: components/_globalNav.scss
----------------------------------------------- */
.globalNav_item {
  float: left;
  background: url("../images/common/bg_nav_border.png") no-repeat right center;
  padding-right: 1px;
}

.globalNav_item-voice {
  background: none;
}

.globalNav_item-term, .globalNav_item-help {
  display: none;
}

.globalNav_item > a {
  display: block;
  height: 66px;
  padding: 0 20px;
  min-width: 50px;
  line-height: 66px;
  text-align: center;
  color: #fff;
  font-size: 16px;
  font-family: "Meiryo UI", Meiryo, "メイリオ", "Hiragino Kaku Gothic ProN", sans-serif;
  background: #000;
  text-decoration: none;
  -webkit-transition: background-color 0.2s linear;
  -moz-transition: background-color 0.2s linear;
  -o-transition: background-color 0.2s linear;
  transition: background-color 0.2s linear;
}

.globalNav_item.active > a {
  background: #2a2a2a;
}

.globalNav_item.btnVote, .globalNav_item.btnSf2030 {
  background: none;
  padding-right: 0;
}

.globalNav_item.btnVote > a, .globalNav_item.btnSf2030 > a {
  padding: 0;
}

.globalNav_item.btnVote > a:hover, .globalNav_item.btnSf2030 > a:hover {
  opacity: 0.8;
  filter: alpha(opacity=80);
  -ms-filter: "alpha(opacity=80)";
  -moz-opacity: 0.8;
  -khtml-opacity: 0.8;
  zoom: 1;
}

.globalNav_item_wrapper {
  position: absolute;
  top: 66px;
  left: 0;
  background: url("../images/common/bg_overlay.png") repeat center center;
  width: 100%;
  display: none;
  z-index: 1;
}

.globalNav_item_wrapper > .inner {
  position: relative;
  background: #fff;
  border: 1px solid #575757;
  overflow: hidden;
  width: 768px;
  height: 448px;
  margin: 0 auto;
}

.globalNav_item_wrapper > .inner .inner_btnAll {
  display: block;
  position: absolute;
  bottom: 22px;
  left: 50%;
  margin-left: -82px;
  font-family: "Meiryo UI", Meiryo, "メイリオ", "Hiragino Kaku Gothic ProN", sans-serif;
  font-size: 14px;
  width: 165px;
  height: 32px;
  line-height: 32px;
  border: 1px solid #575757;
  background: #fff;
  color: gray;
  text-align: center;
}

.globalNav_item_wrapper > .inner .inner_btnAll:after {
  content: ' ';
  position: absolute;
  right: 5%;
  top: 50%;
  width: 5px;
  height: 7px;
  background: url("../images/common/ico_arrow_nav.png") no-repeat center center;
  margin-top: -4px;
}

.globalNav_item_wrapper > .inner .inner_btnAll:hover {
  background-color: #b8b8b8;
  text-decoration: none;
}

.globalNav_item_wrapper > .inner.wide {
  background: rgba(0, 0, 0, 0.9);
}

.globalNav_item_wrapper > .inner.wide .inner_header {
  padding: 0;
  color: #000;
  background: #fff;
}

.globalNav_item_wrapper > .inner.wide .inner_header h3 {
  height: 59px;
  line-height: 59px;
  font-size: 26px;
  text-align: center;
  font-weight: bold;
}

.globalNav_item_wrapper > .inner.wide .inner_header .category_btn_prev {
  display: none;
}

.globalNav_item_wrapper > .inner.wide .inner_header .category_btn_next {
  display: none;
}

.globalNav_item_wrapper > .inner.wide .inner_header .category_list {
  text-align: center;
  padding: 18px 0;
  background: #222222;
  line-height: 0;
  zoom: 1;
}

.globalNav_item_wrapper > .inner.wide .inner_header .category_list:before, .globalNav_item_wrapper > .inner.wide .inner_header .category_list:after {
  display: block;
  height: 0;
  visibility: hidden;
  content: "\0020";
}

.globalNav_item_wrapper > .inner.wide .inner_header .category_list:after {
  clear: both;
}

.globalNav_item_wrapper > .inner.wide .inner_header .category_list li {
  display: inline-block;
  margin: 0 10px;
  color: #fff;
}

.globalNav_item_wrapper > .inner.wide .inner_header .category_list li a {
  display: block;
  color: #fff;
  text-decoration: none;
  -webkit-transition: opacity 0.2s linear;
  -moz-transition: opacity 0.2s linear;
  -o-transition: opacity 0.2s linear;
  transition: opacity 0.2s linear;
}

.globalNav_item_wrapper > .inner.wide .inner_header .category_list li a:hover {
  opacity: 0.75;
}

.globalNav_item_wrapper > .inner.wide .inner_header .category_list li .icon {
  display: table-cell;
  vertical-align: middle;
  width: 44px;
  height: 44px;
}

.globalNav_item_wrapper > .inner.wide .inner_header .category_list li .text {
  display: table-cell;
  vertical-align: middle;
  padding-left: 9px;
  text-align: left;
}

.globalNav_item_wrapper > .inner.wide .inner_header .categories.slide {
  position: relative;
  height: 80px;
}

.globalNav_item_wrapper > .inner.wide .inner_header .categories.slide .category_list {
  position: absolute;
  top: 0;
  left: 80px;
  width: 1005px;
  height: 100%;
  padding: 0;
  z-index: 1;
  transform: translate(0px);
  -webkit-transform: translate(0px);
  transition: transform 0.6s;
  -webkit-transition: transform 0.6s;
  transition-timing-function: ease-out-quint;
  -webkit-transition-timing-function: ease-out-quint;
}

.globalNav_item_wrapper > .inner.wide .inner_header .categories.slide .category_list li {
  position: absolute;
  top: 18px;
  left: 0;
  width: 105px;
  margin: 0;
  padding: 0 10px;
}

.globalNav_item_wrapper > .inner.wide .inner_header .categories.slide .category_btn_prev {
  position: relative;
  display: block;
  float: left;
  width: 80px;
  height: 80px;
  background: url("../images/common/header/category_btn_prev.png") no-repeat center #444;
  z-index: 2;
  cursor: pointer;
  -webkit-transition: opacity 0.2s linear;
  -moz-transition: opacity 0.2s linear;
  -o-transition: opacity 0.2s linear;
  transition: opacity 0.2s linear;
}

.globalNav_item_wrapper > .inner.wide .inner_header .categories.slide .category_btn_prev:hover {
  opacity: 0.75;
}

.globalNav_item_wrapper > .inner.wide .inner_header .categories.slide .category_btn_next {
  position: relative;
  display: block;
  float: right;
  width: 80px;
  height: 80px;
  background: url("../images/common/header/category_btn_next.png") no-repeat center #444;
  z-index: 2;
  cursor: pointer;
  -webkit-transition: opacity 0.2s linear;
  -moz-transition: opacity 0.2s linear;
  -o-transition: opacity 0.2s linear;
  transition: opacity 0.2s linear;
}

.globalNav_item_wrapper > .inner.wide .inner_header .categories.slide .category_btn_next:hover {
  opacity: 0.75;
}

.globalNav_item_wrapper > .inner.wide .inner_header p {
  font-size: 12px;
  text-align: left;
}

.globalNav_item_wrapper > .inner.wide .inner_body {
  color: #fff;
  position: relative;
}

.globalNav_item_wrapper > .inner.wide .inner_body_list {
  width: 596px;
  margin: 0 auto;
  padding: 22px 0;
}

.globalNav_item_wrapper > .inner.wide .inner_body_list a {
  color: #fff;
}

.globalNav_item_wrapper > .inner.wide .inner_body_list li {
  height: 90px;
  padding-bottom: 13px;
  border-bottom: 1px solid #3d3d3d;
}

.globalNav_item_wrapper > .inner.wide .inner_body_list li:last-child {
  border: 0;
}

.globalNav_item_wrapper > .inner.wide .inner_body_list_date {
  font-size: 13px;
  margin-bottom: 14px;
}

.globalNav_item_wrapper > .inner.wide .inner_body_list_text {
  font-size: 16px;
}

.globalNav_item_wrapper > .inner.wide .inner_body_list dl {
  margin: 13px 0;
}

.globalNav_item_wrapper > .inner.wide .inner_body_list dl dt {
  font-size: 12px;
  float: left;
  width: 434px;
}

.globalNav_item_wrapper > .inner.wide .inner_body_list dl dd {
  padding: 0;
  margin: 0;
  float: right;
  width: 160px;
}

.globalNav_item_wrapper > .inner.wide .inner_btnAll {
  background: #3d3d3d;
  color: #fff;
}

.globalNav_item_wrapper > .inner.wide .inner_btnAll:hover {
  background-color: #2f2f2f;
  text-decoration: none;
}

.globalNav_item_subNav {
  float: left;
  position: relative;
  z-index: 3;
  background: #fff;
  border-right: 1px solid #d2d2d2 \9;
}

.globalNav_item_categoryCard {
  position: absolute;
  z-index: 1;
  height: 100%;
  right: 0;
  background: #fff;
  -webkit-box-shadow: rgba(0, 0, 0, 0.4) 3px 0px 6px 3px;
  -moz-box-shadow: rgba(0, 0, 0, 0.4) 3px 0px 6px 3px;
  box-shadow: rgba(0, 0, 0, 0.4) 3px 0px 6px 3px;
}

.globalNav .globalNav_item.c-2 .item-01 .icon {
  background: url("../images/common/header/gnav/ico_link_voice.png") no-repeat center;
  background-size: 44px;
}

.globalNav .globalNav_item.c-2 .item-02 .icon {
  background: url("../images/common/header/gnav/ico_link_office.png") no-repeat center;
  background-size: 44px;
}

.globalNav .globalNav_item.c-2 .item-03 .icon {
  background: url("../images/common/header/gnav/ico_link_linkage.png") no-repeat center;
  background-size: 44px;
}

.globalNav .globalNav_item.c-2 .item-04 .icon {
  background: url("../images/common/header/gnav/ico_link_member.png") no-repeat center;
  background-size: 44px;
}

.globalNav .globalNav_item.c-2 .item-05 .icon {
  background: url("../images/common/header/gnav/ico_link_message.png") no-repeat center;
  background-size: 44px;
}

.globalNav .globalNav_item.c-4 .item-01 .icon {
  background: url("../images/common/header/gnav/ico_find_factory.png") no-repeat center;
  background-size: 44px;
}

.globalNav .globalNav_item.c-4 .item-02 .icon {
  background: url("../images/common/header/gnav/ico_find_atc.png") no-repeat center;
  background-size: 44px;
}

.globalNav .globalNav_item.c-4 .item-03 .icon {
  background: url("../images/common/header/gnav/ico_find_keyword.png") no-repeat center;
  background-size: 44px;
}

.globalNav .globalNav_item.c-4 .item-04 .icon {
  background: url("../images/common/header/gnav/ico_find_patent.png") no-repeat center;
  background-size: 44px;
}

.globalNav .globalNav_item.c-5 .item-01 .icon {
  background: url("../images/common/header/gnav/ico_stories_passion.png") no-repeat center;
  background-size: 44px;
}

.globalNav .globalNav_item.c-5 .item-02 .icon {
  background: url("../images/common/header/gnav/ico_stories_smiles.png") no-repeat center;
  background-size: 44px;
}

.globalNav .globalNav_item.c-5 .item-03 .icon {
  background: url("../images/common/header/gnav/ico_stories_voice.png") no-repeat center;
  background-size: 44px;
}

.globalNav .globalNav_item.c-5 .item-04 .icon {
  background: url("../images/common/header/gnav/ico_stories_toga.png") no-repeat center;
  background-size: 44px;
}

.globalNav .globalNav_item.c-5 .item-05 .icon {
  background: url("../images/common/header/gnav/ico_stories_market.png") no-repeat center;
  background-size: 44px;
}

.globalNav .globalNav_item.c-5 .item-06 .icon {
  background: url("../images/common/header/gnav/ico_stories_products.png") no-repeat center;
  background-size: 44px;
}

.globalNav .globalNav_item.c-3 .item-01 .icon {
  background: url("../images/common/header/gnav/ico_enjoy_people.png") no-repeat center;
  background-size: 44px;
}

.globalNav .globalNav_item.c-3 .item-02 .icon {
  background: url("../images/common/header/gnav/ico_enjoy_food.png") no-repeat center;
  background-size: 44px;
}

.globalNav .globalNav_item.c-3 .item-03 .icon {
  background: url("../images/common/header/gnav/ico_enjoy_place.png") no-repeat center;
  background-size: 44px;
}

.globalNav .globalNav_item.c-3 .item-04 .icon {
  background: url("../images/common/header/gnav/ico_enjoy_lifestyle.png") no-repeat center;
  background-size: 44px;
}

.globalNav .globalNav_item.c-3 .item-05 .icon {
  background: url("../images/common/header/gnav/ico_enjoy_contest.png") no-repeat center;
  background-size: 44px;
}

.globalNav .globalNav_item.c-3 .item-06 .icon {
  background: url("../images/common/header/gnav/ico_enjoy_calendar.png") no-repeat center;
  background-size: 44px;
}

.subNav {
  padding: 0 40px 32px;
  color: #000;
  height: 426px;
  -webkit-box-shadow: rgba(0, 0, 0, 0.4) 3px 0px 6px 3px;
  -moz-box-shadow: rgba(0, 0, 0, 0.4) 3px 0px 6px 3px;
  box-shadow: rgba(0, 0, 0, 0.4) 3px 0px 6px 3px;
}

.subNav_title {
  font-size: 22px;
  position: relative;
  height: 100px;
  line-height: 100px;
  margin-bottom: 23px;
  font-family: "Meiryo UI", Meiryo, "メイリオ", "Hiragino Kaku Gothic ProN", sans-serif;
  font-weight: bold;
}

.subNav_title:after {
  content: ' ';
  position: absolute;
  bottom: 0;
  left: 0;
  width: 17px;
  height: 1px;
  background: #000;
}

.subNav > ul > li {
  border-bottom: 1px solid #d2d2d2;
}

.subNav > ul > li.lastChild {
  border: none;
}

.subNav > ul > li > a {
  display: block;
  padding: 13px 0;
  width: 304px;
  font-size: 15px;
  color: #000;
  zoom: 1;
}

.subNav > ul > li > a:before, .subNav > ul > li > a:after {
  display: block;
  height: 0;
  visibility: hidden;
  content: "\0020";
}

.subNav > ul > li > a:after {
  clear: both;
}

.subNav_name {
  float: left;
  font-family: "Meiryo UI", Meiryo, "メイリオ", "Hiragino Kaku Gothic ProN", sans-serif;
  font-weight: bold;
  width: 90%;
  -webkit-transition: color 0.2s linear;
  -moz-transition: color 0.2s linear;
  -o-transition: color 0.2s linear;
  transition: color 0.2s linear;
}

.subNav_count {
  float: right;
  font-family: "Meiryo UI", Meiryo, "メイリオ", "Hiragino Kaku Gothic ProN", sans-serif;
  font-weight: bold;
  width: 10%;
  text-align: right;
  color: #818181;
}

.categoryCard {
  height: 100%;
  width: 384px;
}

.categoryCard_header {
  position: relative;
  z-index: 1;
}

.categoryCard_header_mv {
  overflow: hidden;
}

.categoryCard_header_mv_mask {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: url("../images/common/bg_overlay.png") repeat center center;
  z-index: 1;
}

.categoryCard_header .corner {
  right: 0;
  left: auto;
  z-index: 2;
}

.categoryCard_header_info {
  position: absolute;
  height: 100%;
  width: 100%;
  top: 0;
  left: 0;
  z-index: 2;
}

.categoryCard_header_info .title {
  font-size: 18px;
  margin-bottom: 1em;
  font-weight: bold;
  font-family: "Meiryo UI", Meiryo, "メイリオ", "Hiragino Kaku Gothic ProN", sans-serif;
}

.categoryCard_header_info .description {
  font-size: 12px;
  line-height: 1.8;
}

.categoryCard_header_info .table {
  display: table;
  height: 100%;
  width: 100%;
}

.categoryCard_header_info .table .cell {
  display: table-cell;
  vertical-align: middle;
  text-align: center;
  padding: 0 54px;
}

.categoryCard_body {
  padding: 30px 22px 50px 30px;
  position: relative;
}

.categoryCard_body_topic li {
  padding: 0.5em 0;
}

.categoryCard_body_topic li a dl {
  overflow: hidden;
  margin: 0;
}

.categoryCard_body_topic li a dl dt {
  float: left;
  font-size: 10px;
}

.categoryCard_body_topic li a dl dd {
  padding-left: 70px;
  font-size: 12px;
  margin: 0;
}

.categoryCard_btnAll {
  position: absolute;
  left: 50%;
  bottom: 17px;
  font-family: "Meiryo UI", Meiryo, "メイリオ", "Hiragino Kaku Gothic ProN", sans-serif;
  font-weight: bold;
  border: 1px solid #d2d2d2;
  color: #929292;
  width: 155px;
  height: 24px;
  text-align: center;
  line-height: 24px;
  margin-left: -78px;
  background-color: #fff;
}

.categoryCard_btnAll:after {
  content: ' ';
  position: absolute;
  right: 5%;
  top: 50%;
  width: 5px;
  height: 7px;
  background: url("../images/common/ico_arrow_nav.png") no-repeat center center;
  margin-top: -4px;
}

.categoryCard_btnAll:hover {
  background-color: #efefef;
  text-decoration: none;
}

@media screen and (max-width: 979px) {
  .globalNav_item_wrapper > .inner {
    border: none;
  }
}

@media screen and (max-width: 767px) {
  .globalNav {
    display: none !important;
  }
}

/* -----------------------------------------------
 Name: components/_globalNav-min.scss
----------------------------------------------- */
.globalNav-min {
  display: none;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 5;
  width: 90%;
  padding: 50px 5%;
  background: #fff;
}

.globalNav-min_item {
  border-top: 1px solid #000;
}

.globalNav-min_item > a {
  display: block;
  font-size: 18px;
  padding: 1em 0;
  position: relative;
  text-decoration: none;
  -webkit-transition: all 0.2s linear;
  -moz-transition: all 0.2s linear;
  -o-transition: all 0.2s linear;
  transition: all 0.2s linear;
}

.globalNav-min_item > a:after {
  content: ' ';
  width: 8px;
  height: 8px;
  position: absolute;
  right: 2%;
  top: 50%;
  margin-top: -4px;
  background: url("../images/common/ico_arrow_navmin_bottom.png") no-repeat center center;
  background-size: 8px auto;
}

.globalNav-min_item.active > a {
  padding: 1em 0 0;
}

.globalNav-min_item.active > a:after {
  background-image: url("../images/common/ico_arrow_navmin_top.png");
}

.globalNav-min_item_subNav {
  display: none;
  padding-bottom: 4px;
  zoom: 1;
}

.globalNav-min_item_subNav:before, .globalNav-min_item_subNav:after {
  display: block;
  height: 0;
  visibility: hidden;
  content: "\0020";
}

.globalNav-min_item_subNav:after {
  clear: both;
}

.globalNav-min_item_subNav li {
  width: 50%;
  float: left;
  padding: 16px 0;
}

.globalNav-min_item_subNav li a {
  display: block;
  font-size: 12px;
  position: relative;
  overflow: hidden;
}

.globalNav-min_item_subNav li a p {
  float: left;
  width: 90%;
}

.globalNav-min_item_subNav li a span {
  display: inline-block;
  width: 10%;
  color: #818181;
  text-align: right;
}

.globalNav-min_item_subNav li a .icon {
  display: table-cell;
  vertical-align: middle;
  width: 31%;
}

.globalNav-min_item_subNav li a .text {
  display: table-cell;
  vertical-align: middle;
  padding-left: 6%;
}

.globalNav-min_item_subNav li a .text p {
  line-height: 1.2;
}

.globalNav-min_item-news > a:after, .globalNav-min_item-about > a:after {
  background-image: url("../images/common/ico_arrow_navmin_right.png");
}

.globalNav-min_item-term, .globalNav-min_item-help {
  border-top: 1px solid #d2d2d2;
}

.globalNav-min_item-term > a, .globalNav-min_item-help > a {
  font-size: 12px;
}

.globalNav-min_item-term > a:after, .globalNav-min_item-help > a:after {
  background-image: url("../images/common/ico_arrow_navmin_right.png");
}

.globalNav-min_item-help {
  border-bottom: 1px solid #d2d2d2;
}

/* -----------------------------------------------
 Name: components/_userMenu.scss
----------------------------------------------- */
.userMenu {
  position: absolute;
  top: 66px;
  right: 0;
  display: none;
  border: 1px solid #525252;
  background: #fff;
}

.userMenu:before {
  content: ' ';
  position: absolute;
  top: -11px;
  right: 24px;
  background: url("../images/common/header/ico_arrow_top.png") no-repeat center center;
  width: 14px;
  height: 11px;
}

.userMenu_header {
  color: #010101;
  font-size: 12px;
  padding: 0 1.2em;
  height: 34px;
  line-height: 34px;
  border-bottom: 1px solid #d7d7d7;
}

.userMenu_body {
  color: #000;
  font-size: 12px;
  max-height: 260px;
  overflow: auto;
}

.userMenu_body .empty {
  min-width: 390px;
  text-align: center;
  background-color: #f0f0f0;
  border-bottom: 1px solid #d7d7d7;
}

.userMenu_body li {
  min-width: 238px;
}

.userMenu_body li > a, .userMenu_body li > .inner {
  display: block;
  line-height: 1;
  text-decoration: none;
  zoom: 1;
}

.userMenu_body li > a:before, .userMenu_body li > a:after, .userMenu_body li > .inner:before, .userMenu_body li > .inner:after {
  display: block;
  height: 0;
  visibility: hidden;
  content: "\0020";
}

.userMenu_body li > a:after, .userMenu_body li > .inner:after {
  clear: both;
}

.userMenu_body li > a:hover, .userMenu_body li > .inner:hover {
  background-color: #f0f0f0;
}

.userMenu_body li > a .fl, .userMenu_body li > .inner .fl {
  overflow: hidden;
  border-radius: 60px;
}

.userMenu_body li > a .fl img, .userMenu_body li > .inner .fl img {
  width: 60px;
  height: 60px;
}

.userMenu_body li > a .fr, .userMenu_body li > .inner .fr {
  padding-left: 70px;
  float: none !important;
}

.userMenu_body li > a .fr span, .userMenu_body li > .inner .fr span {
  font-size: 10px;
  color: #676767;
}

.userMenu_body li > a a, .userMenu_body li > .inner a {
  color: #3b80ff;
}

.userMenu_footer {
  text-align: right;
  font-size: 12px;
  height: 34px;
  line-height: 34px;
  border-top: 1px solid #d7d7d7;
  margin-top: -1px;
}

.userMenu_footer a {
  margin-right: 1em;
  display: inline-block;
  color: #3b80ff;
  text-decoration: none;
}

.userMenu_footer a:hover {
  text-decoration: underline;
}

.header_userMenu-nices .userMenu_header,
.header_userMenu-comments .userMenu_header {
  font-size: 16px;
  font-family: "Meiryo UI", Meiryo, "メイリオ", "Hiragino Kaku Gothic ProN", sans-serif;
}

.header_userMenu-nices .userMenu_body,
.header_userMenu-comments .userMenu_body {
  width: 390px;
}

.header_userMenu-nices .userMenu_body li,
.header_userMenu-comments .userMenu_body li {
  width: 100%;
  border-bottom: 1px solid #d7d7d7;
}

.header_userMenu-nices .userMenu_body li > a, .header_userMenu-nices .userMenu_body li > .inner,
.header_userMenu-comments .userMenu_body li > a,
.header_userMenu-comments .userMenu_body li > .inner {
  padding: 0.75em 1em;
}

.header_userMenu-nices .userMenu_body li > a:hover, .header_userMenu-nices .userMenu_body li > .inner:hover,
.header_userMenu-comments .userMenu_body li > a:hover,
.header_userMenu-comments .userMenu_body li > .inner:hover {
  background: #cfe4fa;
}

.header_userMenu-common .userMenu_body {
  padding: 14px 0;
  border-bottom: 1px solid #d7d7d7;
}

.header_userMenu-common .userMenu_body li > a, .header_userMenu-common .userMenu_body li > .inner {
  font-size: 14px;
  padding: 0.75em 2em;
}

@media screen and (max-width: 767px) {
  .userMenu {
    top: 50px;
    width: 100%;
    border: none;
    -webkit-box-shadow: rgba(0, 0, 0, 0.4) 3px 0px 6px 3px;
    -moz-box-shadow: rgba(0, 0, 0, 0.4) 3px 0px 6px 3px;
    box-shadow: rgba(0, 0, 0, 0.4) 3px 0px 6px 3px;
  }
  .userMenu:before {
    display: none;
  }
  .userMenu_header {
    font-size: 11px;
    height: 34px;
    line-height: 34px;
    border-bottom: 1px solid #d7d7d7;
  }
  .userMenu_body .empty {
    font-size: 11px;
    min-width: 100% !important;
  }
  .userMenu_body li {
    min-width: 100% !important;
  }
  .userMenu_body li > a, .userMenu_body li > .inner {
    font-size: 11px;
  }
  .userMenu_body li > a .fl, .userMenu_body li > .inner .fl {
    border-radius: 43px;
  }
  .userMenu_body li > a .fl img, .userMenu_body li > .inner .fl img {
    width: 43px;
    height: 43px;
  }
  .userMenu_body li > a .fr, .userMenu_body li > .inner .fr {
    padding-left: 56px;
  }
  .userMenu_footer {
    text-align: right;
    font-size: 11px;
    height: 34px;
    line-height: 34px;
  }
  .userMenu_footer a {
    margin-right: 1em;
    display: inline-block;
    color: #3b80ff;
    text-decoration: underline;
  }
  .userMenu_footer a:hover {
    text-decoration: none;
  }
  .header_userMenu-nices .userMenu_header,
  .header_userMenu-comments .userMenu_header {
    font-size: 14px;
  }
  .header_userMenu-nices .userMenu_body,
  .header_userMenu-comments .userMenu_body {
    max-height: 180px;
    width: 100%;
  }
  .header_userMenu-common .userMenu_body {
    padding: 0;
  }
  .header_userMenu-common .userMenu_body li > a, .header_userMenu-common .userMenu_body li > .inner {
    font-size: 12px;
    padding: 1em 2em;
  }
}

/* -----------------------------------------------
 Name: components/_corner.scss
----------------------------------------------- */
.corner {
  position: absolute;
  left: 0;
  top: 0;
  width: 0;
  height: 0;
  border-style: solid;
  border-color: transparent;
}

.corner_rank {
  position: absolute;
  left: -24px;
  top: -22px;
  width: 33px;
  height: 33px;
  text-align: center;
  color: #fff;
  font-size: 15px;
  font-family: "Meiryo UI", Meiryo, "メイリオ", "Hiragino Kaku Gothic ProN", sans-serif;
  line-height: 33px;
}

.corner-rank {
  border-color: #bfbfbf transparent transparent #bfbfbf;
}

.corner-rank-1 {
  border-color: #cdc02c transparent transparent #cdc02c;
}

.corner-rank-2 {
  border-color: #999ba7 transparent transparent #999ba7;
}

.corner-rank-3 {
  border-color: #a78756 transparent transparent #a78756;
}

.corner-S {
  border-width: 8.5px;
}

.corner-M {
  border-width: 11px;
}

.corner-L {
  border-width: 16.5px;
}

.corner-rev {
  left: auto;
  right: 0;
}

@media screen and (max-width: 767px) {
  .corner-S {
    border-width: 4.25px;
  }
  .corner-M {
    border-width: 5.5px;
  }
}

/* -----------------------------------------------
 Name: components/_sidebar.scss
----------------------------------------------- */
.sidebar {
  width: 329px;
  height: 100%;
  border-left: #000 solid 1px;
  position: relative;
  overflow: hidden;
  background-color: #faf8f5;
}

.sidebar_banner a {
  display: block;
  width: 100%;
}

.sidebar_banner a:hover {
  opacity: 0.7;
  filter: alpha(opacity=70);
  -ms-filter: "alpha(opacity=70)";
  -moz-opacity: 0.7;
  -khtml-opacity: 0.7;
  zoom: 1;
}

.sidebar_banner-app {
  border-top: 2px solid #000;
}

.sidebar_contents {
  padding: 0 15px 0 15px;
}

.sidebar_contents_title {
  width: 299px;
  padding: 16px 15px 0 15px;
  margin: 0 0 15px -15px;
  height: 61px;
  display: block;
  font-family: "Meiryo UI", Meiryo, "メイリオ", "Hiragino Kaku Gothic ProN", sans-serif;
  color: #fff;
  text-align: center;
  font-size: 22px;
  background: url("../images/common/bg_texture_2.png") repeat;
}

.sidebar_contents_title span {
  display: block;
  width: 100%;
  padding-top: 2px;
  text-align: center;
  line-height: 0;
}

.sidebar_contents_tab {
  width: 329px;
  font-weight: bold;
  margin: -15px 0 10px -15px;
  border-bottom: 1px solid #000;
  zoom: 1;
}

.sidebar_contents_tab:before, .sidebar_contents_tab:after {
  display: block;
  height: 0;
  visibility: hidden;
  content: "\0020";
}

.sidebar_contents_tab:after {
  clear: both;
}

.sidebar_contents_tab a {
  float: left;
  display: block;
  width: 50%;
  height: 33px;
  line-height: 33px;
  text-align: center;
  text-decoration: none;
  cursor: pointer;
}

.sidebar_contents_tab a.active {
  color: #fff;
  background: #387fd8;
}

.sidebar_contents_list {
  width: 299px;
}

.sidebar_contents_list li {
  overflow: hidden;
  padding-bottom: 15px;
  word-break: break-all;
}

.sidebar_contents_list li > a {
  position: relative;
  display: block;
}

.sidebar_contents_list li > a > img {
  position: absolute;
  top: 0;
  left: 0;
  width: 112px;
  height: 84px;
}

.sidebar_contents_list_text {
  padding: 0 0 0 130px;
  height: 84px;
  display: table-cell;
  vertical-align: middle;
  font-size: 12px;
}

.sidebar_text_cate {
  display: block;
  font-size: 11px;
  color: #b2b2b2;
  font-family: "Meiryo UI", Meiryo, "メイリオ", "Hiragino Kaku Gothic ProN", sans-serif;
}

.sidebar_text_view {
  display: block;
  padding-top: 10px;
  font-size: 12px;
  font-family: "Meiryo UI", Meiryo, "メイリオ", "Hiragino Kaku Gothic ProN", sans-serif;
  font-weight: bold;
}

.sidebar .corner {
  z-index: 10;
}

@media screen and (max-width: 979px) {
  .sidebar {
    border: none;
  }
  .sidebar_banner {
    display: none;
  }
  .sidebar_banner.photo_contest_2016 {
    display: block;
  }
  .sidebar_banner-app {
    display: block;
  }
  .sidebar_contents {
    padding: 0 30px;
  }
  .sidebar_contents_title {
    width: 100%;
    padding: 15px 30px 0 30px;
    margin: 0 0 20px -30px;
  }
  .sidebar_contents_list {
    width: 100%;
  }
  .sidebar_contents.ranking {
    position: relative;
  }
  .sidebar_contents.ranking .sidebar_contents_title {
    margin: 0 0 55px -30px;
  }
  .sidebar_contents.ranking .sidebar_contents_tab {
    position: absolute;
    width: 100%;
    top: 76px;
    left: 0;
    margin: 0;
  }
}

@media screen and (max-width: 767px) {
  .sidebar {
    border: none;
  }
  .sidebar .inner {
    position: relative;
  }
  .sidebar_banner {
    display: none;
  }
  .sidebar_banner.photo_contest_2016 {
    display: block;
  }
  .sidebar_banner-app {
    display: block;
  }
  .sidebar_banner-app {
    display: block;
  }
  .sidebar_contents {
    padding: 0 30px;
  }
  .sidebar_contents_title {
    width: 100%;
    font-size: 16px;
    height: 23px;
    padding: 7px 30px 0 30px;
    margin: 0 0 20px -30px;
  }
  .sidebar_contents_title span.reco {
    display: none;
  }
  .sidebar_contents_title span.rank {
    display: none;
  }
  .sidebar_contents_list {
    width: 100%;
  }
  .sidebar_contents_list_text {
    font-size: 10px;
  }
  .sidebar_contents.ranking {
    position: relative;
  }
  .sidebar_contents.ranking .sidebar_contents_title {
    margin: 0 0 55px -30px;
  }
  .sidebar_contents.ranking .sidebar_contents_tab {
    position: absolute;
    width: 100%;
    top: 30px;
    left: 0;
    margin: 0;
  }
  .sidebar_text_cate {
    font-size: 9px;
  }
  .sidebar_text_view {
    font-size: 10px;
  }
}

/* -----------------------------------------------
 Name: components/_commentBox.scss
----------------------------------------------- */
.commentBox {
  zoom: 1;
}

.commentBox:before, .commentBox:after {
  display: block;
  height: 0;
  visibility: hidden;
  content: "\0020";
}

.commentBox:after {
  clear: both;
}

.commentBox .fl {
  width: 83px;
}

.commentBox .fr {
  width: 100%;
  margin-left: -83px;
}

.commentBox_avator {
  display: block;
  width: 60px;
  height: 60px;
  border-radius: 60px;
  overflow: hidden;
}

.commentBox_avator > img {
  width: 100%;
  height: 100%;
}

.commentBox_article {
  margin-left: 83px;
}

.commentBox_header_name, .commentBox_header_date {
  display: inline-block;
}

.commentBox_header_name {
  font-size: 12px;
  color: #3b80ff;
  margin-right: 1em;
}

.commentBox_header_date {
  font-size: 10px;
  color: #676767;
}

.commentBox_body {
  margin-top: 6px;
  border: 1px solid #d2d2d2;
  border-radius: 3px;
  background: #fff;
  padding: 20px 16px;
  position: relative;
}

.commentBox_body:before {
  content: ' ';
  width: 8px;
  height: 10px;
  position: absolute;
  top: 12px;
  left: -8px;
  background: url("../images/common/commentbox/ico_arrow_left.png") repeat center center;
}

.commentBox_body_translation {
  display: none;
  margin-top: 20px;
  background: url("../images/common/commentbox/bg.png") repeat left top;
  padding: 15px 60px 15px 15px;
  position: relative;
}

.commentBox_body_translation p {
  line-height: 1.6;
}

.commentBox_body_translation_close {
  position: absolute;
  top: 10px;
  right: 15px;
  cursor: pointer;
  text-decoration: underline;
}

.commentBox_body_translation_close:hover {
  text-decoration: none;
}

.commentBox_body_translationOpen {
  margin-top: 20px;
  text-align: right;
}

.commentBox_body_translationOpen span {
  cursor: pointer;
}

.commentBox_body_translationOpen span:hover {
  text-decoration: underline;
}

.commentBox_action {
  margin-top: 10px;
  padding-bottom: 32px;
  zoom: 1;
  position: relative;
}

.commentBox_action:before, .commentBox_action:after {
  display: block;
  height: 0;
  visibility: hidden;
  content: "\0020";
}

.commentBox_action:after {
  clear: both;
}

.commentBox_action .niceButton {
  float: left;
}

.commentBox_action .replyButton {
  line-height: 29px;
  margin-left: 12px;
  text-decoration: underline;
}

.commentBox_action_report {
  float: right;
}

.commentBox_action_report span {
  display: inline-block;
  width: 18px;
  height: 18px;
  background: url("../images/common/commentbox/ico_action.png") no-repeat center center;
  cursor: pointer;
}

.commentBox_action_report a {
  position: absolute;
  top: 25px;
  right: 0;
  border: 1px solid #888;
  background: #fff;
  color: #333;
  font-size: 13px;
  display: none;
  min-width: 100px;
  height: 25px;
  line-height: 25px;
  padding: 0 0.6em;
  text-align: center;
}

.commentBox_action_report a:before {
  content: ' ';
  width: 8px;
  height: 6px;
  position: absolute;
  top: -6px;
  right: 4px;
  background: url("../images/common/commentbox/ico_arrow_top.png") no-repeat center center;
}

@media screen and (max-width: 767px) {
  .commentBox .fl {
    width: 55px;
  }
  .commentBox .fr {
    width: 100%;
    margin-left: -55px;
  }
  .commentBox_avator {
    display: block;
    width: 43px;
    height: 43px;
    border-radius: 43px;
  }
  .commentBox_article {
    margin-left: 55px;
  }
  .commentBox_header_name {
    font-size: 9px;
    color: #3b80ff;
  }
  .commentBox_header_date {
    font-size: 9px;
  }
  .commentBox_body {
    margin-top: 2px;
    padding: 10px;
  }
  .commentBox_body:before {
    content: ' ';
    width: 6px;
    height: 8px;
    position: absolute;
    top: 8px;
    left: -6px;
    background: url("../images/common/commentbox/ico_arrow_left@2x.png") repeat center center;
    background-size: 6px 8px;
  }
  .commentBox_body_original {
    font-size: 12px;
  }
  .commentBox_body_translation {
    margin-top: 10px;
    padding: 27px 10px 10px 10px;
  }
  .commentBox_body_translation p {
    font-size: 11px;
  }
  .commentBox_body_translation_close {
    font-size: 11px;
    top: 6px;
    right: 8px;
  }
  .commentBox_body_translationOpen {
    font-size: 11px;
    margin-top: 10px;
  }
  .commentBox_action {
    margin-top: 6px;
    padding-bottom: 24px;
  }
  .commentBox_action_report span {
    width: 14px;
    height: 14px;
    background: url("../images/common/commentbox/ico_action@2x.png") no-repeat center center;
    background-size: 14px 14px;
  }
  .commentBox_action_report a {
    top: 23px;
    right: -1px;
    font-size: 10px;
    min-width: 114px;
    height: 20px;
    line-height: 20px;
  }
  .commentBox_action_report a:before {
    width: 6px;
    height: 6px;
    top: -6px;
    right: 4px;
    background: url("../images/common/commentbox/ico_arrow_top@2x.png") no-repeat center center;
    background-size: 6px 6px;
  }
}

/* -----------------------------------------------
 Name: components/_mypageList.scss
----------------------------------------------- */
.mypageList {
  padding: 0 70px;
}

.mypageList_inner {
  width: 100%;
}

.mypageList_inner_title {
  position: relative;
}

.mypageList_inner_title-spaceRight {
  padding-right: 140px;
}

.mypageList_inner_title .fz16 {
  font-size: 16px;
}

.mypageList_inner_title a {
  color: #3b80ff;
}

.mypageList_inner_title .commentBox_avator {
  float: left;
  margin: 0 20px 0 0;
}

.mypageList_inner_title .comentTitle {
  padding: 0;
}

.mypageList_inner_title .comentTitle_inner {
  width: 100%;
  height: 60px;
  display: table-cell;
  vertical-align: middle;
}

.mypageList_inner_title .comentTitle_inner p {
  font-size: 13px;
}

.mypageList_inner_text {
  padding: 30px 0 0 0;
  clear: both;
}

.mypageList_inner_text .SicText {
  padding-bottom: 20px;
}

.mypageList_inner .comentTime {
  padding-top: 3px;
  display: block;
  color: #8f8e8e;
  font-size: 12px;
}

.mypageList_inner_comment {
  padding: 0;
  font-size: 14px;
}

.mypageList_inner_comment .commentEdit textarea {
  min-height: 85px;
}

.mypageList_inner_editBtn {
  float: right;
  width: 222px;
  height: 32px;
  font-size: 12px;
}

.mypageList_inner_editBtn .editBtn {
  float: right;
  width: 106px;
  height: 32px;
}

.mypageList_inner_editBtn .editBtn a span {
  text-align: center;
  width: 106px;
  height: 32px;
}

.mypageList_inner_editBtn .deleteBtn {
  float: left;
  width: 106px;
  height: 32px;
}

.mypageList_inner_editBtn .deleteBtn a span {
  text-align: center;
  width: 106px;
  height: 32px;
}

.mypageList_inner_editBtn .returnBtn {
  float: right;
  display: none;
  width: 106px;
  height: 32px;
}

.mypageList_inner_editBtn .returnBtn a span {
  text-align: center;
  width: 106px;
  height: 32px;
}

.mypageList_inner_empty {
  padding: 100px 0;
}

.mypageList_inner_empty p {
  text-align: center;
}

.mypageList ul li {
  position: relative;
  padding: 25px 9px;
  border-bottom: #d7d7d7 solid 1px;
  overflow: hidden;
}

.mypageList .niceBox {
  position: absolute;
  right: 0;
  top: 0;
  padding: 40px 0 0 0;
}

.mypageList .statusBox {
  float: right;
  padding: 15px 0 0 30px;
}

@media screen and (max-width: 979px) {
  .mypageList {
    padding: 0 30px;
  }
  .mypageList_inner_title-spaceRight {
    padding-right: 0;
  }
  .mypageList .niceBox {
    position: relative;
    padding: 15px 0 0 0;
  }
}

@media screen and (max-width: 767px) {
  .mypageList {
    padding: 0;
  }
  .mypageList .fz16 {
    font-size: 12px;
  }
  .mypageList .comentTitle {
    padding: 0;
  }
  .mypageList .comentNice {
    position: relative;
    right: auto;
    top: auto;
  }
  .mypageList_inner_title {
    margin-bottom: 20px;
  }
  .mypageList_inner_title .comentTitle_inner p {
    font-size: 11px;
  }
  .mypageList_inner_title .comentTitle_inner p .time {
    font-size: 9px;
  }
  .mypageList_inner_text {
    font-size: 11px;
  }
  .mypageList_inner_text .SicText {
    padding-bottom: 15px;
  }
  .mypageList_inner_text .translateText {
    padding-bottom: 15px;
  }
  .mypageList_inner_comment {
    margin-top: -20px;
    font-size: 11px;
  }
  .mypageList_inner_editBtn {
    padding-top: 10px;
  }
  .mypageList_inner_empty p {
    font-size: 11px;
  }
  .mypageList ul li {
    padding: 20px 18px;
  }
}

/* -----------------------------------------------
 Name: components/_commentInputBox.scss
----------------------------------------------- */
.commentInputBox {
  padding-bottom: 32px;
  zoom: 1;
}

.commentInputBox:before, .commentInputBox:after {
  display: block;
  height: 0;
  visibility: hidden;
  content: "\0020";
}

.commentInputBox:after {
  clear: both;
}

.commentInputBox-reply {
  margin-top: 20px;
  padding-bottom: 0;
}

.commentInputBox .fl {
  width: 83px;
}

.commentInputBox .fr {
  width: 100%;
  margin-left: -83px;
}

.commentInputBox_avator {
  display: block;
  width: 60px;
  height: 60px;
  border-radius: 60px;
  overflow: hidden;
}

.commentInputBox_avator > img {
  width: 100%;
  height: 100%;
}

.commentInputBox_article {
  margin-left: 83px;
}

.commentInputBox_header_name {
  font-size: 12px;
}

.commentInputBox_body {
  position: relative;
  margin-top: 6px;
  padding: 0 26px 0 11px;
  min-height: 85px;
}

.commentInputBox_body_arrow {
  display: block;
  width: 8px;
  height: 10px;
  position: absolute;
  top: 12px;
  left: -7px;
  background: url("../images/common/commentinputbox/ico_arrow_left.png") no-repeat center center;
}

.commentInputBox_body > textarea {
  width: 100%;
  min-height: 65px;
  margin-left: -11px;
  padding: 10px 25px 10px 10px;
  border: 1px solid #737373;
  border-radius: 0;
  background: #fff;
  font-size: 14px;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  outline: none;
  resize: vertical;
}

.commentInputBox_body_closeBtn {
  position: absolute;
  right: 0;
  top: 0;
  padding: 8px;
  font-size: 10px;
  color: #000;
  cursor: pointer;
}

.commentInputBox_action {
  margin-top: 4px;
  text-align: right;
}

.commentInputBox_action_port {
  position: relative;
  display: inline-block;
  padding: 0 1em;
  height: 28px;
  color: #fff;
  font-size: 13px;
  line-height: 28px;
  text-align: center;
  background-color: #3b80ff;
  border: none;
  outline: none;
}

.commentInputBox_action_port:hover {
  background-color: #2265e1;
}

.commentInputBox_action_port[disabled="disabled"] {
  background-color: #79b3fc;
}

.commentInputBox_action_port[disabled="disabled"]:hover {
  text-decoration: none;
}

.commentInputBox.is-close .commentInputBox_body_closeBtn {
  display: none;
}

.commentInputBox.is-close .commentInputBox_action_port {
  display: none;
}

.commentInputBox.is-wait .commentInputBox_body {
  opacity: 0.5;
  filter: alpha(opacity=50);
  -ms-filter: "alpha(opacity=50)";
  -moz-opacity: 0.5;
  -khtml-opacity: 0.5;
  zoom: 1;
}

.commentInputBox.is-wait .commentInputBox_body_closeBtn {
  cursor: default;
}

.commentInputBox.is-wait .commentInputBox_action_port:after {
  content: '';
  z-index: 10;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: url("../images/common/loading_s.gif") no-repeat center center;
}

@media screen and (max-width: 767px) {
  .commentInputBox {
    padding-bottom: 24px;
  }
  .commentInputBox .fl {
    width: 55px;
  }
  .commentInputBox .fr {
    width: 100%;
    margin-left: -55px;
  }
  .commentInputBox_avator {
    width: 43px;
    height: 43px;
    border-radius: 43px;
  }
  .commentInputBox_article {
    margin-left: 55px;
  }
  .commentInputBox_header_name {
    font-size: 9px;
  }
  .commentInputBox_body {
    margin-top: 2px;
    min-height: 73px;
    padding: 0 11px 0 6px;
  }
  .commentInputBox_body_arrow {
    width: 6px;
    height: 8px;
    top: 8px;
    left: -5px;
    background: url("../images/common/commentinputbox/ico_arrow_left@2x.png") no-repeat center center;
    background-size: 6px 8px;
  }
  .commentInputBox_body > textarea {
    min-height: 73px;
    margin-left: -6px;
    padding: 5px 10px 5px 5px;
    font-size: 16px;
  }
  .commentInputBox_action {
    margin-top: 2px;
  }
  .commentInputBox_action_port {
    height: 20px;
    font-size: 10px;
    line-height: 20px;
  }
}

/* -----------------------------------------------
 Name: components/_niceButton.scss
----------------------------------------------- */
.niceButton {
  font-size: 13px;
  display: inline-block;
  vertical-align: bottom;
  font-family: "Meiryo UI", Meiryo, "メイリオ", "Hiragino Kaku Gothic ProN", sans-serif;
  zoom: 1;
}

.niceButton:before, .niceButton:after {
  display: block;
  height: 0;
  visibility: hidden;
  content: "\0020";
}

.niceButton:after {
  clear: both;
}

.niceButton_btn {
  display: block;
  background: #3b80ff;
  color: #fff;
  float: left;
  text-align: center;
  margin-right: 9px;
  font-weight: bold;
  position: relative;
}

.niceButton_btn i {
  margin-right: 0.2em;
  font-size: 1.2em;
  vertical-align: middle;
}

.niceButton_btn:hover {
  text-decoration: none;
  background: #2265e1;
}

.niceButton_count {
  float: left;
  border: 1px solid #888;
  padding: 0 0.4em;
  position: relative;
  background-color: #fff;
}

.niceButton_count:before {
  content: ' ';
  width: 7px;
  height: 8px;
  background: url("../images/common/ico_nice_arrow.png") no-repeat center center;
  position: absolute;
  top: 50%;
  left: -7px;
  margin: -4px 0 0 0;
}

.niceButton-m .niceButton_btn {
  padding: 0 0.5em;
  height: 29px;
  line-height: 29px;
  font-size: 13px;
}

.niceButton-m .niceButton_count {
  height: 27px;
  line-height: 27px;
  font-size: 15px;
}

.niceButton-l .niceButton_btn {
  padding: 0 0.5em;
  height: 44px;
  line-height: 44px;
  font-size: 20px;
}

.niceButton-l .niceButton_count {
  height: 42px;
  line-height: 42px;
  font-size: 22px;
}

.niceButton-waiting .niceButton_btn {
  cursor: default;
  background: #79b3fc;
}

.niceButton-waiting .niceButton_btn:after {
  content: ' ';
  position: absolute;
  top: 50%;
  left: 50%;
  width: 26px;
  height: 8px;
  background: url("../images/common/loading_s.gif") no-repeat center center;
  margin: -4px 0 0 -13px;
}

.niceButton-done .niceButton_btn {
  background: #d9d9d9;
}

.niceButton-done .niceButton_btn i {
  color: #ff2ea4;
}

.niceButton-done .niceButton_btn:hover {
  background: #9d9d9d;
}

@media screen and (max-width: 767px) {
  .niceButton {
    font-size: 10px;
  }
  .niceButton_btn {
    margin-right: 9px;
  }
  .niceButton_count:before {
    width: 5px;
    height: 7px;
    background: url("../images/common/ico_nice_arrow@2x.png") no-repeat center center;
    background-size: 5px 7px;
    left: -5px;
    margin: -4px 0 0 0;
  }
  .niceButton-m .niceButton_btn {
    width: 46px;
    height: 21px;
    line-height: 21px;
    font-size: 8px;
  }
  .niceButton-m .niceButton_btn i {
    vertical-align: middle;
  }
  .niceButton-m .niceButton_count {
    height: 19px;
    line-height: 19px;
    font-size: 12px;
  }
  .niceButton-l .niceButton_btn {
    width: 46px;
    height: 21px;
    line-height: 21px;
    font-size: 8px;
  }
  .niceButton-l .niceButton_btn i {
    vertical-align: middle;
  }
  .niceButton-l .niceButton_count {
    height: 19px;
    line-height: 19px;
    font-size: 12px;
  }
}

/* -----------------------------------------------
 Name: components/_moreBtn.scss
----------------------------------------------- */
.moreBtn {
  width: 100%;
  padding: 70px 0;
  font-family: "Meiryo UI", Meiryo, "メイリオ", "Hiragino Kaku Gothic ProN", sans-serif;
  font-size: 27px;
  text-align: center;
}

.moreBtn.is-loading .moreBtn_inner:after {
  display: block;
}

.moreBtn.is-loading .moreBtn_inner a {
  opacity: 0;
  filter: alpha(opacity=0);
  -ms-filter: "alpha(opacity=0)";
  -moz-opacity: 0;
  -khtml-opacity: 0;
  zoom: 1;
}

.moreBtn_inner {
  position: relative;
  width: 377px;
  margin: 0 auto;
}

.moreBtn_inner:after {
  display: none;
  content: '';
  z-index: 10;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: url("../images/common/loading.gif") no-repeat center center;
}

.moreBtn_inner a {
  z-index: 1;
  border: #d2d2d2 solid 1px;
  display: block;
  width: 377px;
  height: 49px;
  line-height: 49px;
  color: #8f8e8e;
  position: relative;
  text-decoration: none;
}

.moreBtn_inner a .icon {
  content: '';
  position: absolute;
  top: 50%;
  left: 235px;
  margin-top: -3px;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 5px 3px 0 3px;
  border-color: #8f8e8e transparent transparent transparent;
}

.moreBtn_inner a:hover {
  background-color: #efefef;
}

@media screen and (max-width: 767px) {
  .moreBtn {
    font-size: 19px;
    padding: 35px 0;
  }
  .moreBtn_inner {
    width: 260px;
  }
  .moreBtn_inner:after {
    background-size: 16px 16px;
  }
  .moreBtn_inner a {
    width: 260px;
    height: 34px;
    line-height: 34px;
  }
  .moreBtn_inner a .icon {
    left: 163px;
  }
}

/* -----------------------------------------------
 Name: components/_archive.scss
----------------------------------------------- */
.archive_item {
  display: table;
  width: 100%;
  border-bottom: 1px solid #d2d2d2;
}

.archive_item_img {
  position: relative;
  display: table-cell;
  vertical-align: middle;
  width: 40%;
  background: url("../images/common/bg_texture_1.png") repeat;
}

.archive_item_img_inner {
  display: block;
  position: relative;
  overflow: hidden;
  -webkit-transform: translate3d(0, 0, 0);
}

.archive_item_img_inner > img {
  z-index: 1;
  width: 100%;
  height: auto;
  -webkit-transition: -webkit-transform 0.2s linear;
  -moz-transition: -moz-transform 0.2s linear;
  -o-transition: -o-transform 0.2s linear;
  transition: transform 0.2s linear;
  -webkit-transform: scale3d(1, 1, 1);
  -moz-transform: scale3d(1, 1, 1);
  -ms-transform: scale3d(1, 1, 1);
  -o-transform: scale3d(1, 1, 1);
  transform: scale3d(1, 1, 1);
}

.archive_item_img_inner .corner {
  z-index: 5;
}

.archive_item_img_inner_mask {
  z-index: 10;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: #000;
  -webkit-transition: opacity 0.2s linear;
  -moz-transition: opacity 0.2s linear;
  -o-transition: opacity 0.2s linear;
  transition: opacity 0.2s linear;
  opacity: 0.2;
  filter: alpha(opacity=20);
  -ms-filter: "alpha(opacity=20)";
  -moz-opacity: 0.2;
  -khtml-opacity: 0.2;
  zoom: 1;
}

.archive_item_img_inner.is-hover > img {
  -webkit-transform: scale3d(1.1, 1.1, 1);
  -moz-transform: scale3d(1.1, 1.1, 1);
  -ms-transform: scale3d(1.1, 1.1, 1);
  -o-transform: scale3d(1.1, 1.1, 1);
  transform: scale3d(1.1, 1.1, 1);
}

.archive_item_img_inner.is-hover .archive_item_img_inner_mask {
  opacity: 0;
  filter: alpha(opacity=0);
  -ms-filter: "alpha(opacity=0)";
  -moz-opacity: 0;
  -khtml-opacity: 0;
  zoom: 1;
}

.archive_item_body {
  display: table-cell;
  vertical-align: middle;
  width: 60%;
}

.archive_item_body_inner {
  position: relative;
  margin: 10px 40px 10px 30px;
  word-break: break-all;
}

.archive_item_head {
  margin-bottom: 10px;
}

.archive_item_category {
  padding-right: 100px;
  font-size: 14px;
  font-family: "Meiryo UI", Meiryo, "メイリオ", "Hiragino Kaku Gothic ProN", sans-serif;
  font-weight: bold;
}

.archive_item_title {
  font-size: 22px;
  margin-bottom: 10px;
}

.archive_item_text {
  display: block;
  font-size: 13px;
}

.archive_item_status {
  position: absolute;
  right: 0;
  top: 0;
  font-size: 16px;
}

.archive .more {
  margin-left: 0.5em;
  color: #3b80ff;
  font-size: 12px;
  font-family: "Meiryo UI", Meiryo, "メイリオ", "Hiragino Kaku Gothic ProN", sans-serif;
  font-weight: bold;
}

.archive .tooltip {
  position: relative;
}

.archive .tooltip_content {
  z-index: 100;
  display: none;
  position: absolute;
  right: -32px;
  top: 15px;
  width: 331px;
  font-size: 12px;
  cursor: default;
}

.archive .tooltip_content_inner {
  display: block;
  margin-top: 21px;
  padding: 5px 15px;
  width: 301px;
  line-height: 1.3;
  background: url("../images/common/archive/bg_tooltip_m.png") repeat-y left top;
}

.archive .tooltip_content:before {
  content: '';
  display: block;
  position: absolute;
  left: 0;
  top: 6px;
  width: 331px;
  height: 15px;
  background: url("../images/common/archive/bg_tooltip_t.png") no-repeat left top;
}

.archive .tooltip_content:after {
  content: '';
  z-index: 1;
  display: block;
  position: absolute;
  left: 0;
  bottom: -10px;
  width: 331px;
  height: 10px;
  background: url("../images/common/archive/bg_tooltip_b.png") no-repeat left top;
}

@media screen and (max-width: 767px) {
  .archive_item_body_inner {
    position: relative;
    margin: 5px 12px 5px 10px;
  }
  .archive_item_head {
    margin-bottom: 5px;
  }
  .archive_item_category {
    padding-right: 0;
    font-size: 8px;
  }
  .archive_item_title {
    font-size: 10px;
    margint-bottom: 5px;
  }
  .archive_item_text {
    display: none;
  }
  .archive_item_status.status {
    position: relative;
    font-size: 11px;
  }
  .archive .tooltip_content {
    right: -14px;
    top: 8px;
    width: 166px;
    font-size: 10px;
  }
  .archive .tooltip_content_inner {
    margin-top: 12px;
    padding: 3px 7px;
    width: 152px;
    background-size: 166px 10px;
  }
  .archive .tooltip_content:before {
    top: 5px;
    width: 166px;
    height: 8px;
    background-size: 166px 8px;
  }
  .archive .tooltip_content:after {
    bottom: -5px;
    width: 166px;
    height: 5px;
    background-size: 166px 5px;
  }
}

/* -----------------------------------------------
 Name: components/_hotTopics.scss
----------------------------------------------- */
.hotTopics {
  position: relative;
  height: 540px;
  overflow: hidden;
  zoom: 1;
}

.hotTopics:before, .hotTopics:after {
  display: block;
  height: 0;
  visibility: hidden;
  content: "\0020";
}

.hotTopics:after {
  clear: both;
}

.hotTopics_slider {
  position: absolute;
  top: 0;
  left: 50%;
  margin: 0 0 0 -480px;
  width: 960px;
  height: 540px;
}

.hotTopics_slider_child {
  position: absolute;
  top: 0;
  height: 540px;
}

.hotTopics_btn {
  position: relative;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 12;
  cursor: pointer;
}

.hotTopics_btn .hotTopics_ov {
  position: absolute;
  top: 0;
  width: 2000px;
  height: 100%;
  background: rgba(255, 255, 255, 0.6);
}

.hotTopics_btn_prev {
  position: absolute;
  top: 0;
  left: 50%;
  width: 100px;
  margin-left: -531px;
  height: 540px;
  background: url("../images/common/slider/btn_slider_prev.png") no-repeat center;
  background-size: 31px 80px;
}

.hotTopics_btn_prev .hotTopics_ov {
  left: -1949px;
}

.hotTopics_btn_prev:hover {
  opacity: 0.75;
  filter: alpha(opacity=75);
  -ms-filter: "alpha(opacity=75)";
  -moz-opacity: 0.75;
  -khtml-opacity: 0.75;
  zoom: 1;
}

.hotTopics_btn_next {
  position: absolute;
  top: 0;
  left: 50%;
  width: 100px;
  height: 540px;
  margin-left: 430px;
  background: url("../images/common/slider/btn_slider_next.png") no-repeat center;
  background-size: 31px 80px;
}

.hotTopics_btn_next .hotTopics_ov {
  right: -1950px;
}

.hotTopics_btn_next:hover {
  opacity: 0.75;
  filter: alpha(opacity=75);
  -ms-filter: "alpha(opacity=75)";
  -moz-opacity: 0.75;
  -khtml-opacity: 0.75;
  zoom: 1;
}

.hotTopics_nav {
  height: 40px;
  background: #3a83d9;
}

.hotTopics_nav ul {
  text-align: center;
  padding-top: 9px;
  zoom: 1;
}

.hotTopics_nav ul:before, .hotTopics_nav ul:after {
  display: block;
  height: 0;
  visibility: hidden;
  content: "\0020";
}

.hotTopics_nav ul:after {
  clear: both;
}

.hotTopics_nav ul li {
  display: inline-block;
  width: 10px;
  height: 10px;
  border-radius: 50%;
  margin-right: 10px;
  background: #78a8e3;
  cursor: pointer;
}

.hotTopics_nav ul li.active {
  background: #fff;
  cursor: default;
}

.hotTopics_item {
  position: absolute;
  top: 0;
  left: 0;
  width: 960px;
  height: 540px;
  color: #fff;
  overflow: hidden;
}

.hotTopics_item_img {
  position: relative;
}

.hotTopics_item_img > img {
  z-index: 1;
  position: relative;
  width: 100%;
  height: auto;
  -webkit-transition: -webkit-transform 0.2s linear;
  -moz-transition: -moz-transform 0.2s linear;
  -o-transition: -o-transform 0.2s linear;
  transition: transform 0.2s linear;
  -webkit-transform: scale3d(1, 1, 1);
  -moz-transform: scale3d(1, 1, 1);
  -ms-transform: scale3d(1, 1, 1);
  -o-transform: scale3d(1, 1, 1);
  transform: scale3d(1, 1, 1);
}

.hotTopics_item_img .corner {
  z-index: 5;
}

.hotTopics_item_img_mask {
  z-index: 10;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: #000;
  -webkit-transition: opacity 0.2s linear;
  -moz-transition: opacity 0.2s linear;
  -o-transition: opacity 0.2s linear;
  transition: opacity 0.2s linear;
  opacity: 0.2;
  filter: alpha(opacity=20);
  -ms-filter: "alpha(opacity=20)";
  -moz-opacity: 0.2;
  -khtml-opacity: 0.2;
  zoom: 1;
}

.hotTopics_item_img.is-hover > img {
  -webkit-transform: scale3d(1.02, 1.02, 1.02);
  -moz-transform: scale3d(1.02, 1.02, 1.02);
  -ms-transform: scale3d(1.02, 1.02, 1.02);
  -o-transform: scale3d(1.02, 1.02, 1.02);
  transform: scale3d(1.02, 1.02, 1.02);
}

.hotTopics_item_img.is-hover .hotTopics_item_img_mask {
  opacity: 0;
  filter: alpha(opacity=0);
  -ms-filter: "alpha(opacity=0)";
  -moz-opacity: 0;
  -khtml-opacity: 0;
  zoom: 1;
}

.hotTopics_item_body {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 102px;
}

.hotTopics_item_body_bg {
  z-index: 1;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: #000;
  opacity: 0.7;
  filter: alpha(opacity=70);
  -ms-filter: "alpha(opacity=70)";
  -moz-opacity: 0.7;
  -khtml-opacity: 0.7;
  zoom: 1;
}

.hotTopics_item_body_inner {
  z-index: 10;
  position: relative;
  padding: 13px 20px 0 25px;
}

.hotTopics_item_head {
  zoom: 1;
  margin-bottom: 0;
}

.hotTopics_item_head:before, .hotTopics_item_head:after {
  display: block;
  height: 0;
  visibility: hidden;
  content: "\0020";
}

.hotTopics_item_head:after {
  clear: both;
}

.hotTopics_item_category {
  float: left;
  font-size: 14px;
  font-family: "Meiryo UI", Meiryo, "メイリオ", "Hiragino Kaku Gothic ProN", sans-serif;
  font-weight: bold;
}

.hotTopics_item_status {
  float: right;
  font-size: 16px;
}

.hotTopics_item_title {
  font-size: 20px;
  margin-bottom: 3px;
}

.hotTopics_item_title > a {
  color: #fff;
}

.hotTopics_item_text {
  font-size: 12px;
}

@media screen and (max-width: auto) {
  .hotTopics .hotTopics_slider_inner {
    margin-left: 0 !important;
  }
}

@media screen and (max-width: 979px) {
  .hotTopics {
    width: 100%;
    height: auto;
  }
  .hotTopics .hotTopics_slider {
    position: relative;
    top: auto;
    left: auto;
    margin: 0;
    width: 100%;
    height: auto;
  }
  .hotTopics .hotTopics_slider_child {
    height: auto;
  }
  .hotTopics .hotTopics_slider_inner {
    position: absolute;
    top: 0;
    left: 50%;
  }
  .hotTopics .hotTopics_item {
    width: 100%;
  }
  .hotTopics .hotTopics_item_text {
    display: none;
  }
  .hotTopics_nav {
    height: 30px;
  }
  .hotTopics_nav ul {
    padding-top: 4px;
  }
  .hotTopics_btn {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 12;
    cursor: pointer;
  }
  .hotTopics_btn .hotTopics_ov {
    display: none;
  }
  .hotTopics_btn_prev {
    position: absolute;
    top: 0;
    left: 0;
    width: 25px;
    height: 45px;
    margin: 0;
    margin-top: 23%;
    background: url("../images/common/slider/btn_slider_prev.png") no-repeat center rgba(0, 0, 0, 0.7);
    background-size: 7px 12px;
  }
  .hotTopics_btn_next {
    position: absolute;
    top: 0;
    left: auto;
    right: 0;
    width: 25px;
    height: 45px;
    margin: 0;
    margin-top: 23%;
    background: url("../images/common/slider/btn_slider_next.png") no-repeat center rgba(0, 0, 0, 0.7);
    background-size: 7px 12px;
  }
}

@media screen and (max-width: 767px) {
  .hotTopics {
    width: 100%;
    height: auto;
  }
  .hotTopics .hotTopics_slider {
    position: relative;
    top: auto;
    left: auto;
    margin: 0;
    width: 100%;
    height: auto;
  }
  .hotTopics .hotTopics_slider_child {
    height: auto;
  }
  .hotTopics .hotTopics_slider_inner {
    position: absolute;
    top: 0;
    left: 50%;
  }
  .hotTopics .hotTopics_nav {
    height: 30px;
  }
  .hotTopics .hotTopics_nav ul {
    padding-top: 4px;
  }
  .hotTopics .hotTopics_item {
    width: 100%;
  }
  .hotTopics .hotTopics_item_body {
    height: 70px;
  }
  .hotTopics .hotTopics_item_body_inner {
    padding: 10px 17px 0 12px;
  }
  .hotTopics .hotTopics_item_category {
    font-size: 11px;
  }
  .hotTopics .hotTopics_item_status {
    font-size: 11px;
  }
  .hotTopics .hotTopics_item_title {
    font-size: 11px;
    font-weight: bold;
  }
  .hotTopics .hotTopics_item_text {
    font-size: 10px;
    display: none;
  }
  .hotTopics .hotTopics_btn {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 12;
    cursor: pointer;
  }
  .hotTopics .hotTopics_btn .hotTopics_ov {
    display: none;
  }
  .hotTopics .hotTopics_btn_prev {
    position: absolute;
    top: 0;
    left: 0;
    width: 25px;
    height: 45px;
    margin: 0;
    margin-top: 23%;
    background: url("../images/common/slider/btn_slider_prev.png") no-repeat center rgba(0, 0, 0, 0.7);
    background-size: 7px 12px;
  }
  .hotTopics .hotTopics_btn_next {
    position: absolute;
    top: 0;
    left: auto;
    right: 0;
    width: 25px;
    height: 45px;
    margin: 0;
    margin-top: 23%;
    background: url("../images/common/slider/btn_slider_next.png") no-repeat center rgba(0, 0, 0, 0.7);
    background-size: 7px 12px;
  }
}

/* -----------------------------------------------
 Name: components/_color.scss
----------------------------------------------- */
.c-1 .c_boder {
  border-color: #00a051;
}

.c-1 .c_boderT {
  border-top-color: #00a051;
}

.c-1 .c_boderR {
  border-right-color: #00a051;
}

.c-1 .c_boderB {
  border-bottom-color: #00a051;
}

.c-1 .c_boderL {
  border-left-color: #00a051;
}

.c-1 .c_text {
  color: #00a051;
}

.c-1 .c_bg {
  background-color: #00a051;
}

.c-1 .c_hover:hover .c_hover_text {
  color: #00a051;
}

.c-1 .c_active .c_active_text {
  color: #00a051;
}

.c-2 .c_boder {
  border-color: #fdd108;
}

.c-2 .c_boderT {
  border-top-color: #fdd108;
}

.c-2 .c_boderR {
  border-right-color: #fdd108;
}

.c-2 .c_boderB {
  border-bottom-color: #fdd108;
}

.c-2 .c_boderL {
  border-left-color: #fdd108;
}

.c-2 .c_text {
  color: #fdd108;
}

.c-2 .c_bg {
  background-color: #fdd108;
}

.c-2 .c_hover:hover .c_hover_text {
  color: #fdd108;
}

.c-2 .c_active .c_active_text {
  color: #fdd108;
}

.c-3 .c_boder {
  border-color: #983ac9;
}

.c-3 .c_boderT {
  border-top-color: #983ac9;
}

.c-3 .c_boderR {
  border-right-color: #983ac9;
}

.c-3 .c_boderB {
  border-bottom-color: #983ac9;
}

.c-3 .c_boderL {
  border-left-color: #983ac9;
}

.c-3 .c_text {
  color: #983ac9;
}

.c-3 .c_bg {
  background-color: #983ac9;
}

.c-3 .c_hover:hover .c_hover_text {
  color: #983ac9;
}

.c-3 .c_active .c_active_text {
  color: #983ac9;
}

.c-4 .c_boder {
  border-color: #00a8ff;
}

.c-4 .c_boderT {
  border-top-color: #00a8ff;
}

.c-4 .c_boderR {
  border-right-color: #00a8ff;
}

.c-4 .c_boderB {
  border-bottom-color: #00a8ff;
}

.c-4 .c_boderL {
  border-left-color: #00a8ff;
}

.c-4 .c_text {
  color: #00a8ff;
}

.c-4 .c_bg {
  background-color: #00a8ff;
}

.c-4 .c_hover:hover .c_hover_text {
  color: #00a8ff;
}

.c-4 .c_active .c_active_text {
  color: #00a8ff;
}

.c-5 .c_boder {
  border-color: #ff0000;
}

.c-5 .c_boderT {
  border-top-color: #ff0000;
}

.c-5 .c_boderR {
  border-right-color: #ff0000;
}

.c-5 .c_boderB {
  border-bottom-color: #ff0000;
}

.c-5 .c_boderL {
  border-left-color: #ff0000;
}

.c-5 .c_text {
  color: #ff0000;
}

.c-5 .c_bg {
  background-color: #ff0000;
}

.c-5 .c_hover:hover .c_hover_text {
  color: #ff0000;
}

.c-5 .c_active .c_active_text {
  color: #ff0000;
}

.c-other .c_boder {
  border-color: #fff;
}

.c-other .c_boderT {
  border-top-color: #fff;
}

.c-other .c_boderR {
  border-right-color: #fff;
}

.c-other .c_boderB {
  border-bottom-color: #fff;
}

.c-other .c_boderL {
  border-left-color: #fff;
}

.c-other .c_text {
  color: #fff;
}

.c-other .c_bg {
  background-color: #fff;
}

.c-other .c_hover:hover .c_hover_text {
  color: #fff;
}

.c-other .c_active .c_active_text {
  color: #fff;
}

.c_boder {
  border-color: #b7b7b7;
}

.c_boderT {
  border-top-color: #b7b7b7;
}

.c_boderR {
  border-right-color: #b7b7b7;
}

.c_boderB {
  border-bottom-color: #b7b7b7;
}

.c_boderL {
  border-left-color: #b7b7b7;
}

.c_text {
  color: #b7b7b7;
}

.c_bg {
  background-color: #b7b7b7;
}

.c_hover:hover .c_hover_text {
  color: #b7b7b7;
}

.c_active .c_active_text {
  color: #b7b7b7;
}

/* -----------------------------------------------
 Name: components/_status.scss
----------------------------------------------- */
.status {
  font-size: 16px;
}

.status_item.has-commentTooltip {
  cursor: pointer;
}

.status_item + .status_item {
  margin-left: 0.5em;
}

.status_item_icon {
  font-size: 1.2em;
  vertical-align: middle;
}

.status_item_count {
  margin-left: 0.2em;
  vertical-align: middle;
  font-family: "Meiryo UI", Meiryo, "メイリオ", "Hiragino Kaku Gothic ProN", sans-serif;
  font-weight: bold;
}

.status_item_new {
  background: #3a83da;
  padding: 0 6px 0 10px;
  font-size: 13px;
  color: #fff !important;
}

.status_item_days {
  font-size: 14px;
}

/* -----------------------------------------------
 Name: components/_voiceForm.scss
----------------------------------------------- */
.main .voiceSubCopy {
  padding: 25px 0 0 55px;
  font-size: 20px;
}

.voiceForm {
  padding: 60px 70px 95px 70px;
}

.voiceForm .fzImg {
  font-size: 16px;
  margin-bottom: 5px;
}

.voiceForm_complete {
  padding: 140px 0;
}

.voiceForm_errorContents {
  color: #ff0000;
  font-size: 13px;
  margin-bottom: 50px;
}

.voiceForm_errorContents p {
  padding-bottom: 5px;
}

.voiceForm_title {
  width: 100%;
  font-size: 20px;
  padding: 0 0 10px 0;
}

.voiceForm_title span {
  font-size: 14px;
}

.voiceForm_input {
  padding: 0 0 40px 0;
}

.voiceForm_input_catText {
  margin-top: 15px;
  color: #846f19;
  background: #fff;
  padding: 15px 12px;
  position: relative;
  font-size: 12px;
  box-shadow: 0 0 5px 0 #cfc8b3;
  display: none;
}

.voiceForm_input_catText .inner {
  width: 100%;
}

.voiceForm_input_catText:before {
  content: ' ';
  width: 14px;
  height: 10px;
  position: absolute;
  top: -10px;
  left: 20px;
  background: url("../images/common/voice/ico_arrow_top.png") repeat center center;
}

.voiceForm_input_img {
  margin: 0 0 10px;
  width: 100%;
}

.voiceForm_input_img p {
  font-size: 14px;
}

.voiceForm_input_img > img {
  max-width: 100%;
}

.voiceForm_input_img_action {
  margin-top: 5px;
}

.voiceForm_input_img_action label {
  font-size: 12px;
}

.voiceForm_input .fileBox label {
  font-size: 13px;
  margin-top: 5px;
}

.voiceForm_agreement {
  font-size: 16px;
  margin: 0 0 70px 0;
  text-align: center;
  padding: 20px 0;
  border-top: #d2d2d2 solid 1px;
  border-bottom: #d2d2d2 solid 1px;
  width: 100%;
}

.voiceForm_agreement.error {
  background-color: #ffe5e5;
}

.voiceForm .inputParts_btnGroup {
  width: 495px;
  margin: 0 auto;
}

.voiceForm .inputParts_btnGroup .inputParts_submitBtn {
  width: 240px;
}

.voiceForm .inputParts_btnGroup .inputParts_cancelBtn {
  width: 240px;
}

.voiceForm .inputParts_submitBtn {
  width: 297px;
  height: 52px;
  margin: 0 auto 25px;
}

.voiceForm .inputParts_submitBtn span {
  width: 297px;
  height: 52px;
}

.voiceForm .inputParts_cancelBtn {
  width: 297px;
  height: 52px;
  margin: 0 auto 25px;
}

.voiceForm .inputParts_cancelBtn span {
  width: 297px;
  height: 52px;
}

.voiceForm .inputParts_deleteBtn {
  display: none;
  font-size: 12px;
  width: 250px;
  height: 40px;
  margin-top: 8px;
}

.voiceForm .inputParts_deleteBtn span {
  width: 250px;
  height: 40px;
}

.voiceForm_contact {
  font-size: 13px;
  text-align: center;
}

.voiceForm_contact a {
  color: #3b80ff;
}

@media screen and (max-width: 979px) {
  .main .voiceSubCopy {
    padding: 25px 0 0 30px;
  }
  .voiceForm {
    padding: 60px 30px 95px 30px;
  }
}

@media screen and (max-width: 767px) {
  .main .voiceSubCopy {
    padding: 13px 15px 0 15px;
    font-size: 12px;
  }
  .voiceForm {
    padding: 30px 15px 50px 15px;
  }
  .voiceForm_complete {
    padding: 70px 0;
  }
  .voiceForm_errorContents {
    color: #ff0000;
    font-size: 11px;
    margin-bottom: 23px;
  }
  .voiceForm_errorContents p {
    padding-bottom: 3px;
  }
  .voiceForm_title {
    font-size: 13px;
    padding: 0 0 5px 0;
  }
  .voiceForm_title span {
    font-size: 9px;
  }
  .voiceForm_input {
    padding: 0 0 40px 0;
    font-size: 10px;
  }
  .voiceForm_input .fileBox input[type="file"] {
    margin-bottom: 8px;
  }
  .voiceForm_input .fileBox label {
    font-size: 12px;
  }
  .voiceForm_agreement {
    font-size: 12px;
    margin: 0 0 35px 0;
    text-align: center;
  }
  .voiceForm_agreement label {
    display: block;
    padding: 10px 5%;
    width: 90%;
  }
  .voiceForm_agreement label.error {
    background-color: #ffe5e5;
  }
  .voiceForm .inputParts_btnGroup {
    width: 225px;
  }
  .voiceForm .inputParts_btnGroup .inputParts_submitBtn, .voiceForm .inputParts_btnGroup .inputParts_cancelBtn {
    width: 225px;
  }
  .voiceForm select {
    width: 100%;
  }
  .voiceForm .inputParts_submitBtn {
    width: 225px;
    margin: 0 auto 15px;
  }
  .voiceForm .inputParts_submitBtn input[type="submit"] {
    width: 225px;
    height: 50px;
  }
  .voiceForm .inputParts_submitBtn span {
    width: 225px;
    height: 50px;
  }
  .voiceForm_contact {
    font-size: 10px;
  }
}

/* -----------------------------------------------
 Name: components/_inputParts.scss
----------------------------------------------- */
.inputParts_errorContents {
  color: #ff0000;
  font-size: 12px;
}

.inputParts_errorContents p {
  padding-bottom: 5px;
}

.inputParts input[type="text"], .inputParts input[type="email"], .inputParts input[type="password"] {
  position: relative;
  z-index: 0;
  border-radius: 0;
  width: 98%;
  padding: 1%;
  background: #fff;
  line-height: 1.2em;
  border: #d2d2d2 solid 1px;
}

.inputParts input[type="text"].error, .inputParts input[type="email"].error, .inputParts input[type="password"].error {
  background-color: #ffe5e5;
  border: #ff0000 solid 1px;
}

.inputParts textarea {
  position: relative;
  z-index: 0;
  border-radius: 0;
  width: 98%;
  min-height: 149px;
  padding: 1%;
  background: #fff;
  line-height: 1.2em;
  border: #d2d2d2 solid 1px;
  resize: vertical;
}

.inputParts textarea.error {
  background-color: #ffe5e5;
  border: #ff0000 solid 1px;
}

.inputParts_charCntBox {
  padding: 5px 0 0 0;
  width: 100%;
  text-align: right;
  font-size: 12px;
}

.inputParts select {
  background-color: #fff;
}

.inputParts select.error {
  background-color: #ffe5e5;
  border: #ff0000 solid 1px;
}

.inputParts input[type="file"].error {
  color: #ff0000;
}

.inputParts .fileError {
  padding-left: 8px;
  color: #ff0000;
  font-size: 12px;
}

.inputParts_btnGroup {
  text-align: center;
  overflow: hidden;
}

.inputParts_submitBtn {
  position: relative;
}

.inputParts_submitBtn input[type="submit"] {
  color: #fff;
  width: 100%;
  height: 100%;
  background: #3b80ff;
  display: block;
  border: none;
}

.inputParts_submitBtn input[type="submit"]:hover {
  background: #2265e1;
}

.inputParts_submitBtn input[disabled] {
  background: #79b3fc;
}

.inputParts_submitBtn input[disabled]:hover {
  background: #79b3fc;
}

.inputParts_submitBtn a {
  color: #fff;
  width: 100%;
  height: 100%;
  background: #3b80ff;
  display: block;
  border: none;
  text-align: center;
}

.inputParts_submitBtn a span {
  display: table-cell;
  vertical-align: middle;
  height: 100%;
}

.inputParts_submitBtn a:hover {
  text-decoration: none;
  background: #2265e1;
}

.inputParts_submitBtn_arrow {
  display: block;
  position: absolute;
  top: 50%;
  right: 8%;
  margin-top: -3px;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 3px 0px 3px 3px;
  border-color: transparent  transparent transparent #fff;
}

.inputParts_deleteBtn {
  position: relative;
}

.inputParts_deleteBtn input[type="submit"] {
  color: #fff;
  width: 100%;
  height: 100%;
  background: #b7b7b7;
  display: block;
  border: none;
}

.inputParts_deleteBtn input[type="submit"]:hover {
  background: #9d9d9d;
}

.inputParts_deleteBtn a {
  color: #fff;
  width: 100%;
  height: 100%;
  background: #b7b7b7;
  display: block;
  border: none;
  text-align: center;
}

.inputParts_deleteBtn a span {
  display: table-cell;
  vertical-align: middle;
}

.inputParts_deleteBtn a:hover {
  text-decoration: none;
  background: #9d9d9d;
}

.inputParts_deleteBtn i {
  color: #fff;
  position: absolute;
  top: 50%;
  right: 8%;
  margin-top: -5px;
  font-size: 9px;
}

.inputParts_cancelBtn {
  position: relative;
}

.inputParts_cancelBtn input[type="submit"] {
  color: #fff;
  width: 100%;
  height: 100%;
  background: #b7b7b7;
  display: block;
  border: none;
}

.inputParts_cancelBtn input[type="submit"]:hover {
  background: #9d9d9d;
}

.inputParts_cancelBtn a {
  color: #fff;
  width: 100%;
  height: 100%;
  background: #b7b7b7;
  display: block;
  border: none;
  text-align: center;
}

.inputParts_cancelBtn a span {
  display: table-cell;
  vertical-align: middle;
}

.inputParts_cancelBtn a:hover {
  text-decoration: none;
  background: #9d9d9d;
}

.inputParts_cancelBtn_arrow {
  display: block;
  position: absolute;
  top: 50%;
  left: 8%;
  margin-top: -3px;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 3px 3px 3px 0px;
  border-color: transparent #fff transparent transparent;
}

@media screen and (max-width: 767px) {
  .inputParts_errorContents {
    color: #ff0000;
    font-size: 10px;
    margin-bottom: 23px;
  }
  .inputParts_errorContents p {
    padding-bottom: 3px;
  }
  .inputParts select {
    font-size: 16px;
  }
  .inputParts input[type="file"], .inputParts label {
    font-size: 12px;
  }
  .inputParts input[type="text"], .inputParts input[type="email"], .inputParts input[type="password"], .inputParts textarea {
    font-size: 16px;
    padding: 2%;
    width: 96%;
  }
  .inputParts_charCntBox {
    font-size: 9px;
  }
  .inputParts_catText {
    font-size: 10px;
  }
  .inputParts_submitBtn {
    font-size: 12px;
  }
  .inputParts_submitBtn input[type="submit"] {
    border-radius: 0;
  }
  .inputParts_deleteBtn {
    font-size: 12px;
  }
  .inputParts_deleteBtn input[type="submit"] {
    border-radius: 0;
  }
  .inputParts_deleteBtn i {
    margin-top: -4px;
    font-size: 7px;
  }
  .inputParts_cancelBtn {
    font-size: 12px;
  }
  .inputParts_cancelBtn_arrow {
    left: auto;
    right: 8%;
    border-width: 3px 0px 3px 3px;
    border-color: transparent transparent transparent #fff;
  }
}

/* -----------------------------------------------
 Name: components/_dialog.scss
----------------------------------------------- */
.dialog {
  display: none;
  min-width: 470px;
  min-height: 290px;
  position: fixed;
  top: 50%;
  left: 50%;
  margin: -145px 0 0 -235px;
  border: #000 solid 1px;
  border-radius: 3px;
  background-color: #fff;
  z-index: 110;
  box-shadow: 0 0 3px 0 #000;
}

.dialog_inner {
  padding: 30px 30px 0 30px;
}

.dialog_inner_title {
  font-family: "Meiryo UI", Meiryo, "メイリオ", "Hiragino Kaku Gothic ProN", sans-serif;
  font-size: 34px;
  text-align: center;
  font-weight: bold;
  margin: 0 0 50px 0;
}

.dialog_inner_contents .commentList {
  margin-bottom: 88px;
}

.dialog_inner_contents .commentList p {
  font-size: 20px;
  text-align: center;
  margin-bottom: 40px;
}

.dialog_inner_contents .commentList .inputParts {
  width: 233px;
  margin: 0 auto;
}

.dialog_inner_contents .commentList .inputParts_deleteBtn {
  font-size: 12px;
  width: 106px;
  height: 32px;
  float: left;
}

.dialog_inner_contents .commentList .inputParts_submitBtn {
  font-size: 12px;
  width: 106px;
  height: 32px;
  float: right;
}

.dialog_inner_contents .commentList .inputParts_submitBtn::before {
  content: none;
  /* style */
  border: none;
}

.overlay {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #000;
  z-index: 100;
  opacity: 0.7;
  filter: alpha(opacity=70);
  -ms-filter: "alpha(opacity=70)";
  -moz-opacity: 0.7;
  -khtml-opacity: 0.7;
  zoom: 1;
}

@media screen and (max-width: 767px) {
  .dialog {
    min-width: 268px;
    min-height: 206px;
    position: fixed;
    top: 50%;
    left: 50%;
    margin: -103px 0 0 -134px;
  }
  .dialog_inner_title {
    font-size: 30px;
    margin: 0 0 30px 0;
  }
  .dialog_inner_contents .commentList {
    margin-bottom: 60px;
  }
  .dialog_inner_contents .commentList p {
    font-size: 12px;
    margin-bottom: 20px;
  }
  .dialog_inner_contents .commentList .inputParts {
    width: 176px;
    margin: 0 auto;
  }
  .dialog_inner_contents .commentList .inputParts_deleteBtn {
    font-size: 10px;
    width: 82px;
    height: 25px;
  }
  .dialog_inner_contents .commentList .inputParts_submitBtn {
    font-size: 10px;
    width: 82px;
    height: 25px;
  }
}

/* -----------------------------------------------
 Name: components/_modal.scss
----------------------------------------------- */
.modalOverlay {
  display: none;
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 10000;
  background-color: #000;
  opacity: 0.7;
  filter: alpha(opacity=70);
  -ms-filter: "alpha(opacity=70)";
  -moz-opacity: 0.7;
  -khtml-opacity: 0.7;
  zoom: 1;
}

.modal {
  display: none;
  overflow: auto;
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 10010;
  -webkit-overflow-scrolling: touch;
}

.modal-error .modal_content_body {
  color: #ff0000;
}

.modal_dialog {
  position: relative;
  width: 540px;
  margin: 20px auto;
}

.modal_content {
  position: relative;
  margin: 0 20px;
  padding: 30px 25px;
  border: solid 2px #000;
  border-radius: 3px;
  background-color: #fff;
  box-shadow: 0 0 3px 0 #000;
}

.modal_content_head {
  font-family: "Meiryo UI", Meiryo, "メイリオ", "Hiragino Kaku Gothic ProN", sans-serif;
  font-size: 34px;
  text-align: center;
  font-weight: bold;
  margin-bottom: 25px;
}

.modal_content_body {
  margin-bottom: 35px;
  font-size: 20px;
  text-align: center;
}

.modal_content_body .loading {
  width: 100px;
  height: 100px;
  margin: 0 auto;
  background: url("../images/common/loading_2.gif") no-repeat center center;
}

.modal_content_foot {
  text-align: center;
}

.modal_content_foot .btn {
  display: inline-block;
  padding: 0 10px;
  height: 32px;
  min-width: 80px;
  color: #fff;
  font-size: 12px;
  line-height: 32px;
  text-align: center;
  background-color: #b7b7b7;
  border: none;
  outline: none;
}

.modal_content_foot .btn:hover {
  text-decoration: none;
  background-color: #9d9d9d;
}

.modal_content_foot .btn-submit {
  margin-left: 20px;
  background-color: #3b80ff;
}

.modal_content_foot .btn-submit:hover {
  background-color: #2265e1;
}

.modal.is-loading .modal_content {
  border: none;
  background-color: transparent;
  box-shadow: none;
}

.modalMeasure {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll;
}

@media screen and (max-width: 767px) {
  .modal_dialog {
    width: 300px;
  }
  .modal_content_head {
    font-size: 30px;
  }
  .modal_content_body {
    font-size: 12px;
  }
  .modal_content_body .loading {
    width: 50px;
    height: 50px;
    margin: 0 auto;
    background-size: 16px 16px;
  }
  .modal_content_foot .btn {
    padding: 0 5px;
    height: 25px;
    min-width: 50px;
    color: #fff;
    font-size: 10px;
    line-height: 25px;
  }
}

/* -----------------------------------------------
 Name: components/_postComplete.scss
----------------------------------------------- */
.postComplete {
  padding: 190px 0 220px;
}

.postComplete_title {
  text-align: center;
  font-size: 24px;
  margin-bottom: 55px;
}

.postComplete .inputParts_submitBtn {
  width: 297px;
  height: 52px;
  margin: 0 auto;
}

.postComplete .inputParts_submitBtn span {
  width: 297px;
  height: 52px;
}

.postComplete_contact {
  padding-top: 1em;
  font-size: 12px;
}

.postComplete_contact p {
  text-align: center;
}

.postComplete_contact p a {
  color: #3b80ff;
}

@media screen and (max-width: 767px) {
  .postComplete {
    padding: 90px 0 90px;
  }
  .postComplete_title {
    font-size: 15px;
    margin-bottom: 25px;
  }
  .postComplete .inputParts_submitBtn {
    width: 225px;
    height: 50px;
  }
  .postComplete .inputParts_submitBtn span {
    width: 225px;
    height: 50px;
  }
  .postComplete_contact {
    font-size: 10px;
  }
}

/* -----------------------------------------------
 Name: components/_userInputForm.scss
----------------------------------------------- */
.userInputForm dl {
  margin: 0;
  padding: 15px 0;
}

.userInputForm dl dt {
  clear: both;
  float: left;
  padding: 0.5em 0;
  font-weight: bold;
  font-size: 16px;
}

.userInputForm dl dd {
  margin: 0;
  padding: 0 120px 0 130px;
}

.userInputForm dl dd input {
  padding: 0.6em 1% !important;
}

.userInputForm dl dd .note {
  font-size: 12px;
  padding-top: 0.5em;
}

@media screen and (max-width: 979px) {
  .userInputForm dl dt {
    float: none;
  }
  .userInputForm dl dd {
    padding: 0;
  }
}

@media screen and (max-width: 767px) {
  .userInputForm dl {
    padding: 10px 0;
  }
  .userInputForm dl dt {
    float: none;
    font-size: 12px;
  }
  .userInputForm dl dd {
    padding: 0;
  }
  .userInputForm dl dd .note {
    font-size: 10px;
  }
}

/* -----------------------------------------------
 Name: components/_userIconRegister.scss
----------------------------------------------- */
.userIconRegister {
  zoom: 1;
}

.userIconRegister:before, .userIconRegister:after {
  display: block;
  height: 0;
  visibility: hidden;
  content: "\0020";
}

.userIconRegister:after {
  clear: both;
}

.userIconRegister_avatar {
  display: block;
  width: 100px;
  height: 100px;
  border-radius: 2px;
  float: left;
  margin-right: 24px;
  overflow: hidden;
}

.userIconRegister_form {
  float: left;
}

.userIconRegister_form_presetIcon, .userIconRegister_form_originalIcon {
  padding: 7px 0;
}

.userIconRegister_form_presetIcon label, .userIconRegister_form_originalIcon label {
  margin-right: 1em;
}

.userIconRegister_form_presetIcon .note, .userIconRegister_form_originalIcon .note {
  padding-left: 1em;
  font-size: 12px;
  padding-top: 1em;
}

.userIconRegister_form_presetIcon .openIconList {
  color: #3b80ff;
}

.userIconRegister_form_presetIcon .openIconList.disabled {
  color: #79b3fc;
  cursor: default;
}

.userIconRegister_form_presetIcon .openIconList.disabled:hover {
  text-decoration: none;
}

@media screen and (max-width: 767px) {
  .userIconRegister_avatar {
    float: none;
    margin: 0 auto 30px;
  }
}

/* -----------------------------------------------
 Name: components/_userCommentRegister.scss
----------------------------------------------- */
.userCommentRegister h3 {
  float: left;
  width: 122px;
  height: 35px;
  background: url("../images/common/user/bg_comment_bubble_m.png") no-repeat center center;
  font-size: 13px;
  text-align: center;
  padding-top: 10px;
  margin: 0 15px 5px 0;
}

.userCommentRegister .note {
  float: left;
  font-size: 13px;
  line-height: 1.6;
}

.userCommentRegister .note span {
  font-size: 12px;
}

.userCommentRegister .voiceForm_input {
  clear: both;
  padding-top: 5px;
}

.en .userCommentRegister h3 {
  height: 41px;
  padding-top: 4px;
  line-height: 1.2;
}

@media screen and (max-width: 767px) {
  .userCommentRegister h3 {
    width: 96px;
    height: 28px;
    background-image: url("../images/common/user/bg_comment_bubble_l.png");
    background-size: 96px auto;
    font-size: 11px;
    padding-top: 7px;
    float: none;
  }
  .userCommentRegister .note {
    float: none;
    font-size: 12px;
  }
  .en .userCommentRegister h3 {
    height: 33px;
    padding-top: 2px;
  }
}

/* -----------------------------------------------
 Name: components/_userSettingRegister.scss
----------------------------------------------- */
.userSettingRegister label {
  margin-right: 2em;
}

.userSettingRegister select {
  width: 200px;
}

.userSettingRegister input[type="text"] {
  width: 192px;
}

.userSettingRegister .voiceForm_input {
  padding-bottom: 30px;
}

@media screen and (max-width: 767px) {
  .userSettingRegister label {
    display: block;
    margin-bottom: 5px;
  }
  .userSettingRegister select {
    width: 100%;
  }
  .userSettingRegister input[type="text"] {
    width: 95%;
  }
  .userSettingRegister .voiceForm_input {
    padding-bottom: 1em;
  }
}

/* -----------------------------------------------
 Name: components/_userIconDialog.scss
----------------------------------------------- */
.userIconDialogOverlay {
  display: none;
  position: fixed;
  z-index: 10000;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: #000;
  opacity: 0.7;
  filter: alpha(opacity=70);
  -ms-filter: "alpha(opacity=70)";
  -moz-opacity: 0.7;
  -khtml-opacity: 0.7;
  zoom: 1;
}

.userIconDialog {
  display: none;
  position: fixed;
  z-index: 10010;
  overflow: auto;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
}

.userIconDialog_contents {
  position: relative;
  width: 90%;
  max-width: 750px;
  margin: 0 auto 20px;
  border: 2px solid #000;
  border-radius: 3px;
  background-color: #fff;
  box-shadow: 0 0 3px 0 #000;
}

.userIconDialog_contents_inner {
  position: relative;
  padding: 35px 35px;
}

.userIconDialog_contents_title {
  margin-bottom: 10px;
  font-family: "Meiryo UI", Meiryo, "メイリオ", "Hiragino Kaku Gothic ProN", sans-serif;
  font-size: 34px;
  text-align: center;
  font-weight: bold;
}

.userIconDialog_contents_text {
  margin-bottom: 40px;
  font-size: 16px;
  text-align: center;
}

.userIconDialog_contents_list {
  text-align: center;
  max-height: 290px;
  overflow: auto;
}

.userIconDialog_contents_list ul {
  margin: -18px 0 0 -20px;
}

.userIconDialog_contents_list ul li {
  display: inline-block;
  overflow: hidden;
  margin: 18px 0 0 20px;
  width: 68px;
  height: 68px;
  border: 3px solid #fff;
  border-radius: 5px;
  cursor: pointer;
}

.userIconDialog_contents_list ul li:hover, .userIconDialog_contents_list ul li.selected {
  border-color: #000;
}

.userIconDialog_contents_list ul li img {
  width: 100%;
  height: auto;
}

.userIconDialog_contents_closeBtn {
  position: absolute;
  top: 0;
  right: 0;
  padding: 10px;
  font-size: 15px;
  cursor: pointer;
}

@media screen and (max-width: 767px) {
  .userIconDialog_contents_inner {
    position: relative;
    padding: 20px 10px;
  }
  .userIconDialog_contents_list ul {
    margin: -15px 0 0 -10px;
  }
  .userIconDialog_contents_list ul li {
    margin: 15px 0 0 10px;
  }
  .userIconDialog_contents_list ul li:hover {
    border-color: #fff;
  }
}

/* -----------------------------------------------
 Name: components/_userConfirm.scss
----------------------------------------------- */
.userConfirm {
  font-size: 14px;
}

.userConfirm dl {
  margin: 0;
  zoom: 1;
}

.userConfirm dl:before, .userConfirm dl:after {
  display: block;
  height: 0;
  visibility: hidden;
  content: "\0020";
}

.userConfirm dl:after {
  clear: both;
}

.userConfirm dl dt {
  font-weight: bold;
  float: left;
  width: 120px;
  padding: 6px 0;
}

.userConfirm dl dd {
  margin: 0;
  padding: 6px 0;
  padding-left: 120px;
}

.userConfirm_profile {
  margin-bottom: 40px;
  zoom: 1;
}

.userConfirm_profile:before, .userConfirm_profile:after {
  display: block;
  height: 0;
  visibility: hidden;
  content: "\0020";
}

.userConfirm_profile:after {
  clear: both;
}

.userConfirm_profile_avatar {
  display: block;
  float: left;
  width: 100px;
  overflow: hidden;
  border-radius: 2px;
}

.userConfirm_profile_avatar img {
  width: 100%;
}

.userConfirm_profile_detail {
  padding-left: 125px;
}

.userConfirm_comment {
  margin-bottom: 40px;
}

.userConfirm_comment dl dt {
  float: none;
  margin-bottom: 1em;
  padding: 0;
}

.userConfirm_comment dl dd {
  float: none;
  padding: 0;
}

.userRegisterConfirm_setting dl dt {
  clear: both;
}

.userRegisterConfirm_setting dl dd {
  float: left;
  padding-left: 0;
}

@media screen and (max-width: 767px) {
  .userConfirm {
    font-size: 13px;
  }
  .userConfirm dl dt {
    width: 95px;
  }
  .userConfirm dl dd {
    padding-left: 95px;
  }
  .userConfirm_profile {
    margin-bottom: 20px;
  }
  .userConfirm_profile_avatar {
    float: none;
    margin: 0 auto 20px;
  }
  .userConfirm_profile_detail {
    padding-left: 0;
  }
  .userConfirm_comment {
    margin-bottom: 20px;
  }
  .userConfirm_comment dl dd {
    padding-left: 0;
  }
  .userRegisterConfirm_setting dl dt {
    clear: both;
  }
  .userRegisterConfirm_setting dl dd {
    float: left;
    padding-left: 0;
  }
}

/* -----------------------------------------------
 Name: components/_userRegisterSteps.scss
----------------------------------------------- */
.userRegisterSteps ul {
  text-align: center;
}

.userRegisterSteps ul li {
  display: inline-block;
  margin: 0 4px;
}

.userRegisterSteps ul li span {
  display: block;
  width: 13px;
  height: 13px;
  background-color: #e1ded7;
  border-radius: 13px;
  text-indent: -9999px;
  overflow: hidden;
}

.userRegisterSteps ul li.current span {
  background-color: #c3bdaf;
}

/* -----------------------------------------------
 Name: components/_termsContent.scss
----------------------------------------------- */
.termsContent {
  font-size: 15px;
  line-height: 1.8;
}

.termsContent p {
  line-height: 1.8;
}

.termsContent dl {
  margin: 0;
}

.termsContent dl dt {
  font-size: 20px;
  border-bottom: 1px solid #d7d7d7;
  margin: 40px 0 1em 0;
  padding: 0 10px;
}

.termsContent dl dd {
  margin: 0;
  padding: 0 10px;
}

.termsContent ol {
  padding-left: 1em;
}

.termsContent ol li {
  text-indent: -1em;
}

.termsContent_lead {
  font-weight: bold;
  margin-bottom: 60px;
}

@media screen and (max-width: 767px) {
  .termsContent {
    font-size: 12px;
  }
  .termsContent dl dt {
    font-size: 14px;
    padding: 0;
  }
  .termsContent dl dd {
    padding: 0;
  }
  .termsContent_lead {
    margin-bottom: 30px;
  }
}

/* -----------------------------------------------
 Name: components/_editable.scss
----------------------------------------------- */
.editable {
  font-size: 15px;
}

.editable p {
  vertical-align: middle;
}

.editable a {
  text-decoration: none;
  color: #3b80ff;
}

.editable a:hover {
  text-decoration: underline;
}

.editable em {
  color: #ff0000;
  font-style: normal;
}

.editable b {
  font-weight: bold;
}

.editable img {
  max-width: 100%;
}

.editable iframe {
  max-width: 100%;
}

.editable .heading {
  font-weight: bold;
  margin: 2em 0 0.4em 0;
  font-size: 1.4em;
  padding-left: 0.4em;
}

.editable .fs-s {
  font-size: 0.8em;
}

.editable .fs-m {
  font-size: 1em;
}

.editable .fs-l {
  font-size: 1.2em;
}

.editable .ta-c {
  text-align: center;
}

.editable .border {
  border-bottom: 1px solid #d2d2d2;
}

@media screen and (max-width: 767px) {
  .editable {
    font-size: 13px;
  }
}

/* -----------------------------------------------
 Name: layouts/_common.scss
----------------------------------------------- */
.body {
  zoom: 1;
  word-wrap: break-word;
  overflow-wrap: break-word;
  padding-top: 66px;
}

.body:before, .body:after {
  display: block;
  height: 0;
  visibility: hidden;
  content: "\0020";
}

.body:after {
  clear: both;
}

.wrapper {
  zoom: 1;
  position: relative;
}

.wrapper:before, .wrapper:after {
  display: block;
  height: 0;
  visibility: hidden;
  content: "\0020";
}

.wrapper:after {
  clear: both;
}

.main {
  float: left;
  width: 100%;
  margin-right: -330px;
}

.mainInner {
  margin-right: 330px;
}

.sidebar {
  position: absolute;
  right: 0;
  top: 0;
}

.is-oldIe {
  min-width: 980px;
}

.only-layout1 {
  display: none;
}

.only-layout2 {
  display: none;
}

.only-layout3 {
  display: none;
}

.only-hide1 {
  display: none;
}

.only-hide2 {
  display: none;
}

.only-hide3 {
  display: none;
}

@media screen and (min-width: 980px) {
  .only-layout1 {
    display: block;
  }
  .mediaState {
    background-color: #ff0000;
  }
}

.is_hide_layout1 {
  display: none;
}

.is_hide_layout2 {
  display: inline;
}

.is_hide_layout3 {
  display: inline;
}

.is_hide_layout1-2 {
  display: none;
}

.only-hide1 {
  display: none;
}

.only-hide2 {
  display: block;
}

.only-hide3 {
  display: block;
}

.only-hide1-2 {
  display: none;
}

@media screen and (max-width: 979px) {
  .main {
    float: none;
    margin-right: 0;
  }
  .mainInner {
    margin-right: 0;
  }
  .sidebar {
    float: none;
    position: relative;
    width: 100%;
  }
  .is_hide_layout1 {
    display: inline;
  }
  .is_hide_layout2 {
    display: none;
  }
  .is_hide_layout3 {
    display: inline;
  }
  .only-hide1 {
    display: block;
  }
  .only-hide2 {
    display: none;
  }
  .only-hide3 {
    display: block;
  }
}

@media screen and (max-width: 979px) and (min-width: 768px) {
  .only-layout2 {
    display: block;
  }
  .mediaState {
    background-color: #00ff00;
  }
  .is_hide_layout1 {
    display: inline;
  }
  .is_hide_layout2 {
    display: inline;
  }
  .is_hide_layout3 {
    display: inline;
  }
  .is_hide_layout1-2 {
    display: none;
  }
  .only-hide1 {
    display: block;
  }
  .only-hide2 {
    display: block;
  }
  .only-hide3 {
    display: block;
  }
  .only-hide1-2 {
    display: none;
  }
}

@media screen and (max-width: 767px) {
  .only-layout3 {
    display: block;
  }
  .mediaState {
    background-color: #0000ff;
  }
  .body {
    padding-top: 0;
  }
  .main {
    float: none;
    margin-right: 0;
  }
  .mainInner {
    margin-right: 0;
  }
  .sidebar {
    float: none;
    position: relative;
    width: 100%;
  }
  .is_hide_layout1 {
    display: inline;
  }
  .is_hide_layout2 {
    display: inline;
  }
  .is_hide_layout3 {
    display: none;
  }
  .is_hide_layout1-2 {
    display: inline;
  }
  .only-hide1 {
    display: block;
  }
  .only-hide2 {
    display: block;
  }
  .only-hide3 {
    display: none;
  }
  .only-hide1-2 {
    display: block;
  }
}

/* -----------------------------------------------
 Name: layouts/_mypage_user.scss
----------------------------------------------- */
.mypage_user .subCopy {
  padding: 25px 0 0 55px;
  font-size: 20px;
}

.mypage_user .userData {
  padding: 40px 100px;
}

.mypage_user .userData_inner {
  width: 100%;
}

.mypage_user .userData_inner_img {
  float: left;
  padding-right: 15px;
  width: 150px;
}

.mypage_user .userData_inner_img > img {
  width: 100%;
  height: auto;
}

.mypage_user .userData_inner_name {
  font-size: 16px;
  padding-left: 165px;
  margin-bottom: 15px;
}

.mypage_user .userData_inner_comment {
  padding-left: 165px;
}

.mypage_user .userData_inner_comment .inner {
  position: relative;
  padding: 20px 35px;
  background-color: #FFF;
  border: #737373 solid 1px;
}

.mypage_user .userData_inner_comment .inner:before {
  content: ' ';
  width: 10px;
  height: 12px;
  position: absolute;
  top: 15px;
  left: -9px;
  background: url("../images/common/mypage/ico_comment.png") repeat center center;
}

.mypage_user .userData_inner_other {
  clear: both;
  padding-top: 25px;
}

.mypage_user .userData_inner_other dl dt {
  float: left;
  clear: both;
  width: 120px;
}

.mypage_user .userData_inner_other dl dd {
  margin-left: 120px;
  margin-bottom: 15px;
}

.mypage_user .archive {
  background-color: #FFF;
}

@media screen and (max-width: 979px) {
  .mypage_user .subCopy {
    padding: 25px 0 0 30px;
  }
  .mypage_user .userData {
    padding: 40px 30px;
  }
  .mypage_user .userData_inner_name {
    padding-top: 60px;
  }
  .mypage_user .userData_inner_comment {
    clear: both;
    padding-left: 0;
    padding-top: 24px;
  }
  .mypage_user .userData_inner_comment .inner:before {
    width: 16px;
    height: 11px;
    top: -11px;
    left: 67px;
    background: url("../images/common/mypage/ico_comment_top.png") repeat center center;
  }
}

@media screen and (max-width: 767px) {
  .mypage_user .subCopy {
    padding: 13px 15px 0 15px;
    font-size: 12px;
  }
  .mypage_user .userData {
    padding: 20px 15px;
  }
  .mypage_user .userData_inner {
    width: 100%;
  }
  .mypage_user .userData_inner_img {
    width: 75px;
  }
  .mypage_user .userData_inner_name {
    font-size: 12px;
    padding-left: 70px;
    padding-top: 27px;
  }
  .mypage_user .userData_inner_comment {
    clear: both;
    padding-left: 0;
    padding-top: 12px;
  }
  .mypage_user .userData_inner_comment .inner {
    padding: 14px 12px;
    font-size: 11px;
  }
  .mypage_user .userData_inner_comment .inner:before {
    width: 8px;
    height: 6px;
    top: -6px;
    left: 33px;
    background: url("../images/common/mypage/ico_comment_top@2x.png") repeat center center;
    background-size: 8px 6px;
  }
  .mypage_user .userData_inner_other {
    font-size: 12px;
    clear: both;
    padding-top: 25px;
  }
  .mypage_user .userData_inner_other dl dt {
    float: left;
    clear: both;
    width: 120px;
  }
  .mypage_user .userData_inner_other dl dd {
    margin-left: 120px;
    margin-bottom: 15px;
  }
}
