/*
    全ページ共通CSS
 */
/*! 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"], /* 1 */
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;
}

/*     共通設定     */
body {
    min-width: 1100px;
    padding-right: 0!important;
    background: #0e0b0b;
    color: #212127;
    font-family: Arial, "Hiragino Kaku Gothic Pro", "ヒラギノ角ゴ Pro W3","メイリオ", Meiryo, sans-serif;
    font-size: 14px;
    font-weight: 500;
    line-height: 1.5;

    -webkit-font-smoothing: antialiased;
            font-smoothing: antialiased;
}
ul,
ol {
    list-style: none;
}
h1,
h2,
h3,
h4,
ul,
ol,
p,
a,
span {
    margin: 0;
    padding: 0;
    text-decoration: none;
}
button {
    padding: 0;
    border: none;
    outline: none;
    background-color: transparent;
    cursor: pointer;

    -webkit-appearance: none;

       -moz-appearance: none;

            appearance: none;
}
.clearfix:after {
    display: block;
    clear: both;
    content: " ";
}
.sect-content {
    margin-bottom: 64px;
    background: #fff;
}
::-moz-selection {
    background: #ab0f00;
    color: #fff;
}
::selection {
    background: #ab0f00;
    color: #fff;
}

::-moz-selection {
    background: #ab0f00;
    color: #fff;
}

#area-content {
    overflow: hidden;
    background: #fff;
}

/*          ヘッダー          */
.c-header {
    position: fixed;
    z-index: 120;
    top: 0;
    left: 0;
    width: 100%;
    background: #0e0b0b;
    transition: .3s;
}
/*     .header-main     */
.c-header .header-main {
    display: table;
    box-sizing: border-box;
    width: 1100px;
    height: 67px;
    margin: 0 auto;
    padding: 8px 0;
}
/*     .bx-logo     */
.c-header .bx-logo {
    float: left;
    padding: 3px 0;
}
.c-header .bx-logo img {
    display: block;
    width: 96px;
}
/*     .lst-nav     */
.c-header .lst-nav {
    display: table-cell;
    height: 51px;
    padding-left: 50px;
    vertical-align: middle;
}
/*     .nav-item     */
.c-header .nav-item {
    display: inline-block;
    position: relative;
    margin-right: 40px;
}
.c-header .nav-item:last-child {
    margin-right: 0;
}
.c-header .nav-item > a {
    display: block;
    position: relative;
    box-sizing: border-box;
    padding: 8px 0;
    color: #fff;
    font-size: 16px;
    line-height: 1;
    text-align: center;
}
/*     テキスト     */
.c-header .nav-item .nav-txt {
    display: inline-block;
    position: relative;
    box-sizing: border-box;
    padding: 0 8px;
    font-family: "Montserrat", sans-serif;
}
.c-header .nav-item > a .nav-txt:after {
    position: absolute;
    bottom: -3px;
    left: 0;
    width: 100%;
    height: 1px;
    background: #ab0f00;
    content: "";
    transition: -webkit-transform .3s;
    transition: transform .3s;
    transition: transform .3s, -webkit-transform .3s;
    -webkit-transform: scale(0, 1);
        -ms-transform: scale(0, 1);
            transform: scale(0, 1);
    -webkit-transform-origin: left top;
        -ms-transform-origin: left top;
            transform-origin: left top;
}
.c-header .nav-item:hover .nav-txt:after {
    -webkit-transform: scale(1, 1);
        -ms-transform: scale(1, 1);
            transform: scale(1, 1);
}
.c-header .nav-item .nav-txt-sub {
    display: block;
    margin-top: 8px;
    font-size: 10px;
    line-height: 1;
}
/*     .bx-search     */
.c-header .bx-search {
    display: table-cell;
    position: relative;
    width: 210px;
    vertical-align: middle;
}
/*     .bx-search-form     */
.c-header .bx-search-form {
    width: 180px;
    color: #fff;
    font-size: 14px;
}
.c-header .search-form-txt::-webkit-input-placeholder,
.c-header .search-form-txt:-moz-placeholder,
.c-header .search-form-txt::-moz-placeholder,
.c-header .search-form-txt:-ms-input-placeholder {
    color: #c4c4c4;
}
input:-webkit-autofill {
    -webkit-box-shadow: 0 0 0 1000px #0e0b0b inset;

    -webkit-text-fill-color: #fff !important;
}
.c-header .search-form-txt {
    box-sizing: border-box;
    width: 100%;
    height: 28px;
    padding-bottom: 2px;
    border: none;
    border-bottom: 1px solid #fff;
    outline: none;
    background: transparent;
    transition: border-color .3s;
}
/*     .bx-search-btn     */
.c-header .bx-search-btn {
    position: absolute;
    top: 14px;
    right: 0;
}
.c-header .btn-header-srarch {
    position: absolute;
    top: 0;
    right: 0;
    overflow: hidden;
    width: 25px;
    height: 25px;
    border: none;
    background: url(/pc/images/common/ico_search.png) 50% 50% no-repeat;
    background-size: 22px;
    text-indent: -9999px;
}


/* フッター */
.c-footer {
    background: #0e0b0b;
}
.c-footer .wrap-footer-content {
    width: 1100px;
    margin: 0 auto;
    padding: 56px 0;
    text-align: center;
}
.c-footer .bx-logo {
    display: inline-block;
    margin-right: 96px;
    vertical-align: middle;
}
.c-footer .bx-logo img {
    width: 195px;
}
/*     .bx-nav     */
.c-footer .bx-nav {
    display: inline-block;
    font-size: 0;
    vertical-align: middle;
}
.c-footer .lst-nav {
    display: inline-block;
    margin-right: 60px;
    font-size: 12px;
    text-align: left;
}
.c-footer .lst-nav:last-of-type {
    margin-right: 0;
}

/*     .item-nav     */
.c-footer .item-nav {
    display: table;
    position: relative;
    margin-bottom: 16px;
}
.c-footer .item-nav:last-child {
    margin-bottom: 0;
}
.c-footer .item-nav a {
    color: #fff;
    line-height: 1;
    transition: .2s;
}
.c-footer .item-nav a:after {
    position: absolute;
    bottom: -3px;
    left: 0;
    width: 100%;
    height: 1px;
    background: #ab0f00;
    content: "";
    transition: -webkit-transform .3s;
    transition: transform .3s;
    transition: transform .3s, -webkit-transform .3s;
    -webkit-transform: scale(0, 1);
        -ms-transform: scale(0, 1);
            transform: scale(0, 1);
    -webkit-transform-origin: left top;
        -ms-transform-origin: left top;
            transform-origin: left top;
}
.c-footer .item-nav a:hover {
    color: #ab0f00;
}
.c-footer .item-nav a:hover:after {
    -webkit-transform: scale(1, 1);
        -ms-transform: scale(1, 1);
            transform: scale(1, 1);
}
/*     .area-copy     */
.c-footer .area-copy {
    overflow: hidden;
    width: 1100px;
    margin: 0 auto;
    padding: 16px 0;
    color: #fff;
    font-size: 10px;
    text-align: center;
}


/* ページ見出し */
/*     .c-ttl-page     */
.c-ttl-page {
    color: #0e0b0b;
    line-height: 1;
    text-align: center;
}
.c-ttl-page:after {
    display: inline-block;
    position: relative;
    z-index: 10;
    width: 48px;
    height: 8px;
    margin-top: 14px;
    background: #ab0f00;
    content: "";
}
.c-ttl-page .ttl-page {
    position: relative;
    z-index: 10;
    overflow: hidden;
    margin-bottom: 14px;
    font-family: "Montserrat", sans-serif;
    font-size: 48px;
    line-height: 1;
    text-overflow: ellipsis;
    white-space: nowrap;
}
.c-ttl-page .ttl-page-sub {
    position: relative;
    z-index: 10;
    font-size: 14px;
}
/*     .c-ttl-segment     */
.c-ttl-segment {
    position: relative;
    color: #0e0b0b;
    font-family: "Montserrat", sans-serif;
    font-weight: bold;
    line-height: 1;
    text-align: center;
}
.c-ttl-segment .ttl-segment {
    display: inline-block;
    font-size: 36px;
    vertical-align: middle;
}
.c-ttl-segment .ttl-segment-sub {
    display: inline-block;
    margin-left: 2px;
    font-size: 14px;
    vertical-align: middle;
}
.c-ttl-segment:before,
.c-ttl-segment:after {
    display: inline-block;
    width: 56px;
    height: 1px;
    margin: 0 24px;
    background: #0e0b0b;
    vertical-align: middle;
    content: "";
}
/*     .c-ttl-sub-segment     */
.c-ttl-sub-segment {
    padding-bottom: 8px;
    border-bottom: 2px #0e0b0b solid;
    font-family: "Montserrat", sans-serif;
    font-size: 24px;
    font-weight: bold;
    line-height: 1;
}

.c-ttl-sub-segment.c-ttl-sub-segment--cart {
    position: relative;
    padding-left: 35px;
}

.c-ttl-sub-segment.c-ttl-sub-segment--cart:before {
    position: absolute;
    top: 50%;
    left: 0;
    width: 28px;
    height: 26px;
    background: url(/pc/images/common/ico_cart.png) no-repeat;
    content: "";
    -webkit-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
            transform: translateY(-50%);
}

.ttl-sub-segment {
    margin: 0;
    padding: 0;
    line-height: 1;
}

/* パンくずリスト */
.c-breadcrumb {
    position: relative;
    z-index: 10;
    overflow: hidden;
    width: 1100px;
    margin: 80px auto 0;
    font-size: 12px;
    line-height: 1;
    text-overflow: ellipsis;
    white-space: nowrap;
}
.c-breadcrumb > .item-breadcrumb {
    position: relative;
}
.c-breadcrumb > a {
    color: #ab0f00;
}
.c-breadcrumb > a:hover {
    color: #f43e43;
}
.c-breadcrumb > .item-breadcrumb:not(:last-child):after {
    display: inline-block;
    top: 50%;
    right: 24px;
    width: 6px;
    height: 6px;
    margin: -3px 16px 0 16px;
    border-top: solid 1px #0e0b0b;
    border-right: solid 1px #0e0b0b;
    vertical-align: middle;
    content: "";
    -webkit-transform: rotate(45deg);
        -ms-transform: rotate(45deg);
            transform: rotate(45deg);
}


/* ボタン_丸 */
/*     .c-bt-round     */
/*   基本   */
.c-btn-round {
    display: inline-block;
    width: 100%;
}
.c-btn-round .btn-inner {
    display: block;
    position: relative;
    z-index: 2;
    overflow: hidden;
    box-sizing: border-box;
    width: 100%;
    padding: 15px 40px;
    border: 2px solid #323234;
    border-radius: 50px;
    color: #323234;
    font-size: 14px;
    font-weight: bold;
    line-height: 1;
    text-align: center;
    transition: .3s;
}
.c-btn-round .btn-inner:after {
    display: inline-block;
    position: absolute;
    top: 50%;
    right: 8px;
    width: 6px;
    height: 6px;
    margin: -3px 16px 0 16px;
    border-top: solid 1px #323234;
    border-right: solid 1px #323234;
    vertical-align: middle;
    content: "";
    transition: .3s;
    -webkit-transform: rotate(45deg);
       -moz-transform: rotate(45deg);
        -ms-transform: rotate(45deg);
            transform: rotate(45deg);
}
.c-btn-round .btn-inner:hover {
    background: #323234;
    color: #fff;
}
.c-btn-round .btn-inner:hover:after {
    border-top: solid 1px #fff;
    border-right: solid 1px #fff;
}
.c-btn-round .btn-inner-icon-left:after {
    left: 8px;
    -webkit-transform: rotate(225deg);
       -moz-transform: rotate(225deg);
        -ms-transform: rotate(225deg);
            transform: rotate(225deg);
}
/*   .c-btn-round.c-btn-round--black   */
.c-btn-round.c-btn-round--black .btn-inner {
    background: #323234;
    color: #fff;
}
/*   .c-btn-round.c-btn-round--red   */
.c-btn-round.c-btn-round--red .btn-inner,
.c-btn-round.c-btn-round--red-border .btn-inner:hover {
    border: 2px solid #ab0f00;
    background: #ab0f00;
    color: #fff;
}
.c-btn-round.c-btn-round--red .btn-inner:hover {
    background: transparent;
    color: #ab0f00;
}
/*   .c-btn-round.c-btn-round--red-border   */
.c-btn-round.c-btn-round--red-border .btn-inner {
    border: 2px solid #ab0f00;
    color: #ab0f00;
}
/*   .c-btn-round.c-btn-round--white-border   */
.c-btn-round.c-btn-round--white-border .btn-inner {
    border: 2px solid #fff;
    color: #fff;
}
.c-btn-round.c-btn-round--black .btn-inner:hover,
.c-btn-round.c-btn-round--white-border .btn-inner:hover {
    background: #fff;
    color: #323234;
}
.c-btn-round.c-btn-round--black .btn-inner:after,
.c-btn-round.c-btn-round--red .btn-inner:after,
.c-btn-round.c-btn-round--red-border .btn-inner:hover:after,
.c-btn-round.c-btn-round--white-border .btn-inner:after {
    border-top: solid 1px #fff;
    border-right: solid 1px #fff;
}
.c-btn-round.c-btn-round--red .btn-inner:hover:after,
.c-btn-round.c-btn-round--red-border .btn-inner:after {
    border-top: solid 1px #ab0f00;
    border-right: solid 1px #ab0f00;
}
.c-btn-round.c-btn-round--black .btn-inner:hover:after,
.c-btn-round.c-btn-round--white-border .btn-inner:hover:after {
    border-top: solid 1px #323234;
    border-right: solid 1px #323234;
}
/*   .c-btn-round.c-btn-round--blank   */
.c-btn-round.c-btn-round--blank .btn-inner:after {
    display: inline-block;
    position: absolute;
    top: 50%;
    right: 0;
    width: 11px;
    height: 9px;
    margin-top: -5px;
    border: 0;
    background: url(/pc/images/common/ico_blank_gray.png) no-repeat center;
    background-size: 100%;
    content: "";
    -webkit-transform: rotate(0);
       -moz-transform: rotate(0);
        -ms-transform: rotate(0);
            transform: rotate(0);
}
.c-btn-round.c-btn-round--blank .btn-inner:hover:after,
.c-btn-round.c-btn-round--blank.c-btn-round--black .btn-inner:after,
.c-btn-round.c-btn-round--blank.c-btn-round--red .btn-inner:after,
.c-btn-round.c-btn-round--blank.c-btn-round--red-border .btn-inner:after,
.c-btn-round.c-btn-round--blank.c-btn-round--white-border .btn-inner:after,
.c-btn-round.c-btn-round--blank.c-btn-round--red-border .btn-inner:hover:after {
    width: 11px;
    height: 9px;
    border: 0;
    /* background-color: #fff; */
    background: url(/pc/images/common/ico_blank_white.png) no-repeat center;
    background-size: 100%;
}
.c-btn-round.c-btn-round--blank.c-btn-round--red-border .btn-inner:after,
.c-btn-round.c-btn-round--blank.c-btn-round--red .btn-inner:hover:after {
    width: 11px;
    height: 9px;
    border: 0;
    /* background-color: #ab0f00; */
    background: url(/pc/images/common/ico_blank_red.png) no-repeat center;
    background-size: 100%;
}
.c-btn-round.c-btn-round--blank.c-btn-round--black .btn-inner:hover:after,
.c-btn-round.c-btn-round--blank.c-btn-round--white-border .btn-inner:hover:after {
    width: 11px;
    height: 9px;
    border: 0;
    /* background-color: #323234; */
    background: url(/pc/images/common/ico_blank_gray.png) no-repeat center;
    background-size: 100%;
}
/*   .c-btn-round.c-btn-round--brightred.c-btn-round--blank   */
@-webkit-keyframes btn-hover {
    to {
        -webkit-transform: translateX(101%);
                transform: translateX(101%);
    }
}

@keyframes btn-hover {
    to {
        -webkit-transform: translateX(101%);
                transform: translateX(101%);
    }
}
.c-btn-round.c-btn-round--brightred .btn-inner {
    border: none;
    border-radius: 88px;
    background: #ca2010;
    color: #fff;
    font-size: 18px;
    line-height: 58px;
}
.c-btn-round.c-btn-round--brightred .btn-inner:hover {
    background: #e52513;
}
.c-btn-round.c-btn-round--brightred .btn-inner:after {
    content: none;
}
.c-btn-round.c-btn-round--brightred.c-btn-round--blank .btn-inner:after {
    right: 32px;
    width: 14px;
    height: 12px;
    margin: -7px 0 0 0;
    border: 0;
    background: url(/pc/images/common/ico_blank_white.png) no-repeat center;
    background-size: 100%;
    content: "";
}


/* ボタン_数字入り */
/*     .c-bt-num     */
/*   基本   */
.c-btn-num {
    display: inline-block;
    width: 100%;
    height: 100%;
}
.c-btn-num .btn-inner {
    display: table;
    position: relative;
    z-index: 2;
    overflow: hidden;
    box-sizing: border-box;
    width: 100%;
    height: 100%;
    padding: 13px 24px;
    border: 2px solid #323234;
    border-radius: 50px;
    background: #fff;
    line-height: 1;
    transition: .3s;
}
.c-btn-num .btn-inner .txt-btn {
    display: table-cell;
    color: #323234;
    font-size: 14px;
    font-weight: bold;
    line-height: 1.3;
    vertical-align: middle;
}
.c-btn-num .btn-inner .num-btn {
    display: inline-block;
    position: absolute;
    z-index: 3;
    top: 50%;
    right: 24px;
    color: #ab0f00;
    font-size: 12px;
    font-weight: normal;
    line-height: 1;
    line-height: 1;
    -webkit-transform: translateY(-50%);
       -moz-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
            transform: translateY(-50%);
}
.c-btn-num .btn-inner:hover {
    background: #323234;
}
.c-btn-num .btn-inner:hover > .txt-btn {
    color: #fff;
}
.c-btn-num .btn-inner:hover > .num-btn {
    color: #f43e43;
}


/* ボタン_開閉 */
/*     .c-btn-expand     */
.c-btn-expand {
    display: inline-block;
    width: 100%;
    cursor: pointer;
}
.c-btn-expand .btn-inner {
    display: block;
    position: relative;
    z-index: 2;
    overflow: hidden;
    box-sizing: border-box;
    width: 100%;
    padding: 15px 40px;
    border: 2px solid #323234;
    border-radius: 30px;
    background: #323234;
    color: #fff;
    font-size: 14px;
    font-weight: bold;
    line-height: 1;
    text-align: center;
    transition: .3s;
}
.c-btn-expand .btn-inner:after {
    display: inline-block;
    position: absolute;
    top: 50%;
    right: 8px;
    width: 6px;
    height: 6px;
    margin: -3px 16px 0 16px;
    border-top: solid 1px #fff;
    border-right: solid 1px #fff;
    vertical-align: middle;
    content: "";
    transition: .3s;
    -webkit-transform: rotate(135deg);
        -ms-transform: rotate(135deg);
            transform: rotate(135deg);
}
.c-btn-expand.is-hide .btn-inner:after {
    -webkit-transform: rotate(-45deg);
        -ms-transform: rotate(-45deg);
            transform: rotate(-45deg);
}
.c-btn-expand .btn-inner:hover {
    background: #fff;
    color: #323234;
}
.c-btn-expand .btn-inner:hover:after {
    border-top: solid 1px #323234;
    border-right: solid 1px #323234;
}


/* ボタン_四角 */
/*     .c-btn-square     */
.c-btn-square {
    display: inline-block;
    margin: 8px 8px 0 0;
    border: 2px solid #6e6e6e;
    background: #fff;
    line-height: 1;
    transition: .3s;
}
.c-btn-square:hover,
.c-btn-square.c-btn-square--white:hover {
    border: 2px solid #ab0f00;
    background: #ab0f00;
}
.c-btn-square.c-btn-square--white {
    border: 2px solid #fff;
}
.c-btn-square .btn-inner {
    display: block;
    position: relative;
    overflow: hidden;
    max-width: 207px;
    padding: 6px 8px;
    color: #6e6e6e;
    font-size: 11px;
    font-weight: bold;
    line-height: 1;
    text-overflow: ellipsis;
    white-space: nowrap;
    transition: .3s;
}
.c-btn-square:hover .btn-inner {
    color: #fff;
}
.c-btn-square .btn-inner:before {
    margin-right: 2px;
    content: "#";
}
.c-btn-square.c-btn-square--none .btn-inner:before {
    content: none;
}

/* 作品リスト */
/*     .lst-works     */
.c-list-works-item {
    display: inline-block;
    box-sizing: border-box;
    width: 263px;
    margin: 0 16px 16px 0;
    vertical-align: top;
}
.c-list-works-item:nth-child(4n) {
    margin-right: 0;
}
.c-list-works-item .wrap-works-item {
    width: 100%;
    background: #fff;
    box-shadow: 0 0 4px rgba(0,0,0,.1);
    font-size: 16px;
}
.c-list-works-item .bx-works-package {
    display: block;
    position: relative;
    overflow: hidden;
    width: 100%;
}
.c-list-works-item .bx-works-package:before {
    position: absolute;
    top: 300px;
    width: 100%;
    height: 100%;
    background: #f43e43;
    opacity: 0;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    content: "";
    transition: .15s ease;
}
.c-list-works-item .bx-works-package:after {
    position: absolute;
    top: 50%;
    left: 50%;
    opacity: 0;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    color: #fff;
    font-family: "Montserrat", sans-serif;
    font-size: 16px;
    font-weight: bold;
    white-space: nowrap;
    content: "VIEW MORE";
    transition: .3s ease;
    -webkit-transform: translate(-50%,100px);
        -ms-transform: translate(-50%,100px);
            transform: translate(-50%,100px);

    mix-blend-mode: overlay;
}
.c-list-works-item .img-works-package {
    width: 100%;
    height: auto;
    vertical-align: bottom;
    transition: .3s;
}
.c-list-works-item:hover .bx-works-package:after,
.c-list-works-item .bx-works-package:hover:after,
.c-list-works-item.is-hovered .bx-works-package:after {
    opacity: 1;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
    -webkit-transform: translate(-50%,-50%);
        -ms-transform: translate(-50%,-50%);
            transform: translate(-50%,-50%);
}
.c-list-works-item:hover .bx-works-package:before,
.c-list-works-item .bx-works-package:hover:before,
.c-list-works-item.is-hovered .bx-works-package:before {
    top: 0;
    opacity: .5;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=50)";
}
.c-list-works-item .bx-works-info {
    overflow: hidden;
    padding: 20px 16px;
    font-size: 0;
}
.c-list-works-item .wrap-ttl-works {
    overflow: hidden;
    width: 100%;
    max-height: 48px;
    margin-bottom: 4px;
    transition: .3s;
}
.c-list-works-item .ttl-works {
    display: -webkit-box;
    position: relative;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    color: #0e0b0b;
    font-size: 16px;
    font-weight: bold;
    line-height: 1.5;
    word-break: break-all;
    vertical-align: middle;
    transition: .3s;;
}
.c-list-works-item:hover .ttl-works,
.c-list-works-item .ttl-works:hover .ttl-works,
.c-list-works-item.is-hovered .ttl-works {
    color: #ab0f00;
}
.c-list-works-item .wrap-tag-works {
    font-size: 0;
}
.c-list-works-item .tag-works {
    display: inline-block;
    font-size: 0;
}
.c-list-works-item .btn-works-empty {
    height: 46px;
}
/*     非表示作品     */
.c-list-works-item .bx-works-non-display {
    display: block;
    position: relative;
    overflow: hidden;
    width: 100%;
}
.c-list-works-item .bx-works-non-display img {
    width: 100%;
    height: auto;
    vertical-align: bottom;
    transition: .2s;

    -webkit-backface-visibility: hidden;

            backface-visibility: hidden;
}
.c-list-works-item .tx-non-display {
    color: #212127;
    font-size: 16px;
}


/* ページネーション */
/*     .area-paging     */
.area-paging .tx-paging {
    display: inline-block;
    color: #0e0b0b;
    font-size: 14px;
    vertical-align: middle;
}
.area-paging .bx-paging {
    display: inline-block;
    margin-left: 20px;
    font-size: 0;
    vertical-align: middle;
}
.area-paging .bx-paging li {
    display: inline-block;
    width: 40px;
    height: 40px;
    margin-right: 2px;
    border: 1px #c5c4c4 solid;
    font-size: 14px;
    vertical-align: top;
}
.area-paging .bx-paging li.current {
    background: #ab0f00;
    color: #fff;
    font-weight: bold;
    line-height: 40px;
    text-align: center;
}
.area-paging .bx-paging li > a,
.area-paging .bx-paging li > span {
    display: block;
    height: 40px;
    color: #0e0b0b;
    line-height: 40px;
    text-align: center;
    transition: .3s;
}
.area-paging .bx-paging li > a:hover {
    background: #ab0f00;
    color: #fff;
    font-weight: bold;
    transition: .2s;
}
.area-paging .bx-paging li:first-child > a:before,
.area-paging .bx-paging li:last-child > a:before,
.area-paging .bx-paging li:first-child > span:before,
.area-paging .bx-paging li:last-child > span:before {
    display: inline-block;
    top: 50%;
    right: 24px;
    width: 6px;
    height: 6px;
    margin: -3px 3px 0 0;
    vertical-align: middle;
    content: "";
    -webkit-transform: rotate(45deg);
       -moz-transform: rotate(45deg);
        -ms-transform: rotate(45deg);
            transform: rotate(45deg);
}
.area-paging .bx-paging li:first-child > a:before,
.area-paging .bx-paging li:last-child > a:before {
    border-top: solid 1px #ab0f00;
    border-right: solid 1px #ab0f00;
    background: url(/pc/images/pages/common/ico_arrow_blue_s.png) no-repeat center center;
}
.area-paging .bx-paging li:first-child > span:before,
.area-paging .bx-paging li:last-child > span:before {
    border-top: solid 1px #c5c4c4;
    border-right: solid 1px #c5c4c4;
}
.area-paging .bx-paging li:first-child > a:hover:before,
.area-paging .bx-paging li:last-child > a:hover:before {
    border-top: solid 2px #fff;
    border-right: solid 2px #fff;
}
.area-paging .bx-paging li:first-child > a:hover,
.area-paging .bx-paging li:last-child > a:hover {
    background: #ab0f00;
}
.area-paging .bx-paging li:first-child > a,
.area-paging .bx-paging li:first-child > a:hover,
.area-paging .bx-paging li:first-child > span {
    -webkit-transform: rotate(180deg);
        -ms-transform: rotate(180deg);
            transform: rotate(180deg);
}