@charset "UTF-8";
/*================================================================
 *FILE          :style.css
 *DESCRIPTION   :resetはressを使用。環境変数とmixinは_mixin.scss内に記述。
                 それぞれfoundationよりインポート。
 *AUTHOR        :
=================================================================*/
/*!
 * ress.css • v1.0.1
 * MIT License
 * github.com/filipelinhares/ress
 */
/* # =================================================================
   # Global selectors
   # ================================================================= */
html {
  box-sizing: border-box;
  overflow-y: scroll;
  /* All browsers without overlaying scrollbars */
  -webkit-text-size-adjust: 100%;
  /* iOS 8+ */ }

*,
::before,
::after {
  box-sizing: inherit; }

::before,
::after {
  text-decoration: inherit;
  /* Inherit text-decoration and vertical align to ::before and ::after pseudo elements */
  vertical-align: inherit; }

/* Remove margin, padding of all elements and set background-no-repeat as default */
* {
  background-repeat: no-repeat;
  /* Set `background-repeat: no-repeat` to all elements */
  padding: 0;
  /* Reset `padding` and `margin` of all elements */
  margin: 0; }

/* # =================================================================
   # General elements
   # ================================================================= */
/* Add the correct display in iOS 4-7.*/
audio:not([controls]) {
  display: none;
  height: 0; }

hr {
  overflow: visible;
  /* Show the overflow in Edge and IE */ }

/*
* 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,
main,
menu,
nav,
section,
summary {
  display: block; }

small {
  font-size: 80%;
  /* Set font-size to 80% in `small` elements */ }

[hidden],
template {
  display: none;
  /* Add the correct display in IE */ }

abbr[title] {
  border-bottom: 1px dotted;
  /* Add a bordered underline effect in all browsers */
  text-decoration: none;
  /* Remove text decoration in Firefox 40+ */ }

a {
  color: #000;
  text-decoration: none;
  background-color: transparent;
  /* Remove the gray background on active links in IE 10 */
  -webkit-text-decoration-skip: objects;
  /* Remove gaps in links underline in iOS 8+ and Safari 8+ */ }

a:active,
a:hover {
  outline-width: 0;
  /* Remove the outline when hovering in all browsers */ }

code,
kbd,
pre,
samp {
  font-family: monospace, monospace;
  /* Specify the font family of code elements */ }

b,
strong {
  font-weight: bolder;
  /* Correct style set to `bold` in Edge 12+, Safari 6.2+, and Chrome 18+ */ }

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

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

/* https://gist.github.com/unruthless/413930 */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline; }

sub {
  bottom: -0.25em; }

sup {
  top: -0.5em; }

/* # =================================================================
   # Forms
   # ================================================================= */
input {
  border-radius: 0; }

[type="number"] {
  width: auto;
  /* Firefox 36+ */ }

[type="search"] {
  -webkit-appearance: textfield;
  /* Safari 8+ */ }

[type="search"]::-webkit-search-cancel-button,
[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
  /* Safari 8 */ }

textarea {
  overflow: auto;
  /* Internet Explorer 11+ */
  resize: vertical;
  /* Specify textarea resizability */ }

button,
input,
optgroup,
select,
textarea {
  font: inherit;
  /* Specify font inheritance of form elements */ }

optgroup {
  font-weight: bold;
  /* Restore the font weight unset by the previous rule. */ }

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

hr {
  border: none; }

/* Remove inner padding and border in Firefox 4+ */
button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
  border-style: 0;
  padding: 0; }

/* Replace focus style removed in the border reset above */
button:-moz-focusring,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
  outline: 1px dotted ButtonText; }

button,
html [type="button"],
[type="reset"],
[type="submit"] {
  -webkit-appearance: button;
  /* Correct the inability to style clickable types in iOS */ }

button,
select {
  text-transform: none;
  /* Firefox 40+, Internet Explorer 11- */ }

/* Remove the default button styling in all browsers */
button,
input,
select,
textarea {
  background-color: transparent;
  border-style: none;
  color: inherit; }

/* Style select like a standard input */
select {
  -moz-appearance: none;
  /* Firefox 36+ */
  -webkit-appearance: none;
  /* Chrome 41+ */ }

select::-ms-expand {
  display: none;
  /* Internet Explorer 11+ */ }

select::-ms-value {
  color: currentColor;
  /* Internet Explorer 11+ */ }

legend {
  border: 0;
  /* Correct `color` not being inherited in IE 8/9/10/11 */
  color: inherit;
  /* Correct the color inheritance from `fieldset` elements in IE */
  display: table;
  /* Correct the text wrapping in Edge and IE */
  max-width: 100%;
  /* Correct the text wrapping in Edge and IE */
  white-space: normal;
  /* Correct the text wrapping in Edge and IE */ }

::-webkit-file-upload-button {
  -webkit-appearance: button;
  /* Correct the inability to style clickable types in iOS and Safari */
  font: inherit;
  /* Change font properties to `inherit` in Chrome and Safari */ }

/* Correct the text style of placeholders in Chrome, Edge, and Safari */
::-webkit-input-placeholder {
  color: inherit;
  opacity: 0.54; }

[type="search"] {
  -webkit-appearance: textfield;
  /* Correct the odd appearance in Chrome and Safari */
  outline-offset: -2px;
  /* Correct the outline style in Safari */ }

/* # =================================================================
   # Specify media element style
   # ================================================================= */
img {
  border-style: none;
  /* Remove border when inside `a` element in IE 8/9/10 */ }

/* Add the correct vertical alignment in Chrome, Firefox, and Opera */
progress {
  vertical-align: baseline; }

svg:not(:root) {
  overflow: hidden;
  /* Internet Explorer 11- */ }

audio,
canvas,
progress,
video {
  display: inline-block;
  /* Internet Explorer 11+, Windows Phone 8.1+ */ }

/* # =================================================================
   # Acessibility
   # ================================================================= */
/* Hide content from screens but not screenreaders */
@media screen {
  [hidden~="screen"] {
    display: inherit; }
  [hidden~="screen"]:not(:active):not(:focus):not(:target) {
    position: absolute !important;
    clip: rect(0 0 0 0) !important; } }

/* Specify the progress cursor of updating elements */
[aria-busy="true"] {
  cursor: progress; }

/* Specify the pointer cursor of trigger elements */
[aria-controls] {
  cursor: pointer; }

/* Specify the unstyled cursor of disabled, not-editable, or otherwise inoperable elements */
[aria-disabled] {
  cursor: default; }

/* add RIDE */
body,
div,
p,
form,
input,
textarea,
select,
option,
dl,
dt,
dd,
ul,
ol,
li,
h1,
h2,
h3,
h4,
h5,
h6,
address {
  font-style: normal;
  font-weight: normal;
  margin: 0;
  padding: 0; }

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

img, svg {
  vertical-align: middle; }

/* クリアフィックス
-----------------------------------------------------------------*/
.headerNav_list-level2, .footerInner {
  zoom: 1; }
  .headerNav_list-level2:before, .footerInner:before, .headerNav_list-level2:after, .footerInner:after {
    position: static;
    display: block;
    height: 0;
    visibility: hidden;
    content: "\0020"; }
  .headerNav_list-level2:after, .footerInner:after {
    clear: both; }

/* フォント
-----------------------------------------------------------------*/
@font-face {
  font-family: 'MyYuGothicM';
  font-weight: normal;
  src: local("YuGothic-Medium"), local("Yu Gothic Medium"), local("YuGothic-Regular");
  /* 游ゴシックMediumが存在しないWindows8.1用 */ }

@font-face {
  font-family: 'MyYuGothicM';
  font-weight: bold;
  src: local("YuGothic-Bold"), local("Yu Gothic Bold");
  /* PostScript Nameを認識できないChrome用にFull Nameを指定 */ }

@font-face {
  font-family: 'MyYuMinchoM';
  font-weight: normal;
  src: local("YuMincho-Medium"), local("Yu Mincho Medium"), local("YuMincho-Regular");
  /* 游明朝Mediumが存在しないWindows8.1用 */ }

@font-face {
  font-family: 'MyYuMinchoM';
  font-weight: bold;
  src: local("YuMincho-Demibold"), local("Yu Mincho");
  /* PostScript Nameを認識できないChrome用にFull Nameを指定 */ }

html {
  margin-top: 0 !important; }

* {
  line-height: 2; }

br {
  line-height: 1; }

i {
  font-style: normal; }

body {
  min-width: 1140px; }

.defs {
  display: block;
  height: 0;
  width: 0;
  overflow: hidden; }

.main {
  padding: 70px 0 0; }

.dn-pc {
  display: none; }

.header {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 2000;
  width: 100%;
  min-width: 1140px;
  background-color: #000;
  text-align: center; }

.headerLogo {
  position: absolute;
  top: 24px;
  left: 30px;
  -webkit-transition: all .3s ease-in-out .0s;
  transition: all .3s ease-in-out .0s; }
  .scrolled .headerLogo {
    top: 14px; }
  .headerLogo a {
    display: block;
    line-height: 0; }
  .headerLogo svg {
    width: 129px;
    height: 20px;
    fill: #fff; }

.headerSearch {
  position: absolute;
  top: 25px;
  right: 30px;
  line-height: 0;
  cursor: pointer;
  -webkit-transition: all .3s ease-in-out .0s;
  transition: all .3s ease-in-out .0s; }
  .scrolled .headerSearch {
    top: 18px; }
  .headerSearch svg {
    width: 18px;
    height: 18px;
    -webkit-transition: all .3s ease-in-out .0s;
    transition: all .3s ease-in-out .0s;
    fill: #fff; }
  .headerSearch.active svg {
    opacity: 0; }

.headerSearchClose {
  position: absolute;
  top: 5px;
  left: -5px;
  width: 30px;
  height: 12px;
  opacity: 0;
  -webkit-transition: all .3s ease-in-out .0s;
  transition: all .3s ease-in-out .0s; }
  .active .headerSearchClose {
    opacity: 1; }
  .headerSearchClose:before {
    display: block;
    position: absolute;
    top: 5px;
    left: 0;
    -webkit-transform: rotate(-23deg);
    -ms-transform: rotate(-23deg);
    transform: rotate(-23deg);
    width: 30px;
    height: 2px;
    background-color: #fff;
    content: ''; }
  .headerSearchClose:after {
    display: block;
    position: absolute;
    top: 5px;
    left: 0;
    -webkit-transform: rotate(23deg);
    -ms-transform: rotate(23deg);
    transform: rotate(23deg);
    width: 30px;
    height: 2px;
    background-color: #fff;
    content: ''; }

.headerShare {
  position: absolute;
  top: 25px;
  right: 80px;
  line-height: 0;
  cursor: pointer;
  -webkit-transition: all .3s ease-in-out .0s;
  transition: all .3s ease-in-out .0s; }
  .scrolled .headerShare {
    top: 18px; }
  .headerShare:hover > svg {
    opacity: 0; }
  .headerShare:hover .headerShare_list {
    opacity: 1; }
  .headerShare svg {
    width: 18px;
    height: 18px;
    -webkit-transition: all .3s ease-in-out .0s;
    transition: all .3s ease-in-out .0s;
    fill: #fff; }

.headerShare_list {
  position: absolute;
  top: -7px;
  right: 0;
  width: 200px;
  opacity: 0;
  text-align: center;
  -webkit-transition: all .3s ease-in-out .0s;
  transition: all .3s ease-in-out .0s; }

.headerShare_list_node-line,
.headerShare_list_node-fb,
.headerShare_list_node-insta,
.headerShare_list_node-tw,
.headerShare_list_node-mailmag {
  display: inline-block;
  margin: 0 8px; }
  .headerShare_list_node-line a,
  .headerShare_list_node-fb a,
  .headerShare_list_node-insta a,
  .headerShare_list_node-tw a,
  .headerShare_list_node-mailmag a {
    display: block;
    line-height: 1; }
    .headerShare_list_node-line a svg,
    .headerShare_list_node-fb a svg,
    .headerShare_list_node-insta a svg,
    .headerShare_list_node-tw a svg,
    .headerShare_list_node-mailmag a svg {
      -webkit-transition: all .3s ease-in-out .0s;
      transition: all .3s ease-in-out .0s;
      fill: #fff; }

.headerShare_list_node-line:hover svg {
  fill: #1dcd00; }

.headerShare_list_node-fb:hover svg {
  fill: #315096; }

.headerShare_list_node-insta:hover svg {
  fill: #e4405f; }

.headerShare_list_node-tw:hover svg {
  fill: #55acee; }

.headerShare_list_node-mailmag:hover svg {
  fill: #ccc; }

.headerNav {
  display: inline-block;
  vertical-align: middle; }

#navigationLine {
  display: block;
  position: absolute;
  bottom: 0;
  left: -60px;
  width: 60px;
  height: 4px;
  background-color: #a91e1e;
  -webkit-transition: all .3s ease-in-out .0s;
  transition: all .3s ease-in-out .0s; }

.headerNav_list_node {
  display: inline-block; }
  .headerNav_list_node > a,
  .headerNav_list_node > span {
    display: block;
    padding: 0 18px;
    color: #fff;
    font-family: "Helvetica Neue", Arial, sans-serif;
    font-size: 12px;
    letter-spacing: .05em;
    line-height: 70px;
    cursor: pointer;
    -webkit-transition: all .3s ease-in-out .0s;
    transition: all .3s ease-in-out .0s; }
    .headerNav_list_node > a a,
    .headerNav_list_node > span a {
      display: block;
      color: #fff;
      color: #fff;
      font-family: "Helvetica Neue", Arial, sans-serif;
      font-size: 12px;
      letter-spacing: .05em; }
    .scrolled .headerNav_list_node > a, .scrolled
    .headerNav_list_node > span {
      line-height: 55px; }
  .headerNav_list_node:hover .headerNav_inner {
    height: 630px; }
  .headerNav_list_node:hover .headerNav_inner-low {
    height: 80px; }

.headerNav_inner,
.headerNav_inner-low {
  position: absolute;
  top: 70px;
  left: 0;
  overflow: hidden;
  width: 100%;
  height: 0;
  background-color: #f5f5f5;
  -webkit-transition: all .3s ease-in-out .0s;
  transition: all .3s ease-in-out .0s; }
  .scrolled .headerNav_inner, .scrolled
  .headerNav_inner-low {
    top: 50px; }

.headerNav_list-level2 {
  width: 975px;
  margin: 0 auto;
  padding: 40px 0;
  text-align: left; }
  .headerNav_inner-low .headerNav_list-level2 {
    padding: 0;
    text-align: center; }
  .headerNav_list-level2 dt {
    float: left;
    padding-right: 60px;
    color: #000;
    font-family: "Helvetica Neue", Arial, sans-serif;
    font-weight: bold;
    font-size: 16px;
    letter-spacing: .05em;
    line-height: 1; }
  .headerNav_list-level2 dd {
    float: left;
    width: 785px;
    font-size: 0;
    text-align: center; }
    .headerNav_list-level2 dd ul {
      font-size: 0; }
      .headerNav_list-level2 dd ul.extraLine {
        margin: 15px 0 0; }

.headerNav_list_node-level2 {
  display: inline-block;
  height: 150px;
  margin: 0 5px;
  vertical-align: top; }
  .headerNav_list_node-level2.commingsoon .headerNav_list_node_img {
    position: relative; }
    .headerNav_list_node-level2.commingsoon .headerNav_list_node_img:before {
      display: block;
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      background-color: rgba(0, 0, 0, 0.4);
      color: #fff;
      font-weight: bold;
      font-size: 14px;
      line-height: 80px;
      text-align: center;
      content: '9月10日公開'; }
  .extraLine .headerNav_list_node-level2 {
    height: 110px; }
  .headerNav_inner-low .headerNav_list_node-level2 {
    height: 80px; }
    .headerNav_inner-low .headerNav_list_node-level2 a {
      position: relative;
      padding: 0 18px;
      color: #000;
      font-weight: bold;
      font-size: 12px;
      letter-spacing: .05em;
      line-height: 80px; }
      .headerNav_inner-low .headerNav_list_node-level2 a:before {
        display: block;
        position: absolute;
        bottom: 0;
        left: 50%;
        -webkit-transform: translate(-50%, 0) scale(0);
        -ms-transform: translate(-50%, 0) scale(0);
        transform: translate(-50%, 0) scale(0);
        width: 100%;
        height: 4px;
        background-color: #a91e1e;
        content: '';
        -webkit-transition: all .3s ease-in-out .0s;
        transition: all .3s ease-in-out .0s; }
      .headerNav_inner-low .headerNav_list_node-level2 a:hover:before {
        -webkit-transform: translate(-50%, 0) scale(1);
        -ms-transform: translate(-50%, 0) scale(1);
        transform: translate(-50%, 0) scale(1); }
  .headerNav_list_node-level2 a {
    display: block; }

.headerNav_list_node_img {
  width: 100px;
  height: 100px;
  background-color: #fff;
  line-height: 100px; }
  .extraLine .headerNav_list_node_img {
    width: 186px;
    height: 80px;
    line-height: 80px; }
    .extraLine .headerNav_list_node_img img {
      height: 28px; }
  .headerNav_list_node_img img {
    height: 50px; }

.headerNav_list_node_name {
  margin: 7px 0 0;
  font-weight: bold;
  font-size: 10px;
  line-height: 1.5;
  word-break: break-all;
  -ms-word-break: break-all; }
  .headerNav_list_node_name br {
    line-height: 1; }

.headrSearchBlock {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1500;
  width: 100%;
  height: 100%;
  background-color: #f5f5f5; }

.headr_searchBox {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  width: 600px;
  border-bottom: 2px solid #000; }
  .headr_searchBox input {
    display: block;
    width: 600px;
    height: 45px;
    color: #999;
    font-weight: bold;
    font-size: 20px;
    line-height: 45px;
    text-align: center; }
  .headr_searchBox button {
    position: absolute;
    bottom: 10px;
    left: 10px;
    cursor: pointer; }
    .headr_searchBox button svg {
      width: 28px;
      height: 28px; }

.headrSearchBlock_keyword {
  position: absolute;
  top: 56%;
  left: 50%;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
  width: 600px;
  color: #999; }
  .headrSearchBlock_keyword a {
    color: #999;
    font-size: 14px;
    letter-spacing: .07em;
    line-height: 2;
    text-decoration: underline; }
    .headrSearchBlock_keyword a:hover {
      text-decoration: none; }

.headrSearchBlock_keyword_title {
  margin-bottom: 5px;
  color: #000;
  font-weight: bold;
  font-size: 16px;
  letter-spacing: .05em;
  line-height: inherit; }

.footer {
  position: relative;
  z-index: 50;
  width: 100%;
  background-color: #000; }
  .footer:before {
    content: "";
    display: block;
    width: 50%;
    height: 100%;
    position: absolute;
    top: 0;
    right: 50%;
    z-index: 10;
    background-color: #1a1a1a; }

.footerInner {
  position: relative;
  z-index: 50;
  width: 1100px;
  margin: 0 auto; }

.footerClumn-left {
  position: absolute;
  top: 50%;
  left: 0;
  width: 290px;
  -webkit-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  transform: translate(0, -50%); }

.footer_logo {
  margin: 0 0 50px; }
  .footer_logo a {
    display: block; }
  .footer_logo svg {
    fill: #FFF;
    width: 208px;
    height: 36px; }

.footer_searchBox {
  position: relative;
  margin: 0 0 60px 20px; }
  .footer_searchBox button {
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 45px;
    line-height: 45px;
    text-align: left;
    cursor: pointer; }
    .footer_searchBox button svg {
      vertical-align: middle;
      width: 18px;
      height: 18px;
      fill: #FFF; }
  .footer_searchBox input {
    font-size: 12px;
    width: 180px;
    height: 45px;
    line-height: 45px;
    color: #FFF;
    padding-left: 44px;
    border-bottom: 1px solid #FFF; }

.footer_snsList {
  text-align: center;
  margin: 0 0 0 10px;
  display: inline-block; }
  .footer_snsList dt {
    display: block;
    font-size: 0;
    margin: 0 0 20px; }
  .footer_snsList dd {
    display: inline-block;
    margin: 0 8px; }
    .footer_snsList dd a {
      display: block; }
    .footer_snsList dd svg {
      vertical-align: middle;
      width: 19px;
      height: 19px;
      fill: #FFF;
      -webkit-transition: all .3s ease-in-out .0s;
      transition: all .3s ease-in-out .0s; }
    .footer_snsList dd:hover.footer_snsList_node-line svg {
      fill: #1dcd00; }
    .footer_snsList dd:hover.footer_snsList_node-fb svg {
      fill: #315096; }
    .footer_snsList dd:hover.footer_snsList_node-insta svg {
      fill: #e4405f; }
    .footer_snsList dd:hover.footer_snsList_node-tw svg {
      fill: #55acee; }
    .footer_snsList dd:hover.footer_snsList_node-mailmag svg {
      fill: #ccc; }

.footerClumn-right {
  float: right;
  width: 810px;
  background-color: #000;
  padding: 80px 0; }

.footerNav {
  position: relative; }
  .footerNav:before {
    content: "";
    position: absolute;
    top: 0;
    left: 543px;
    display: block;
    height: 100%;
    width: 1px;
    background-color: #FFF; }

.footerNav_list {
  display: inline-block;
  height: 100%;
  vertical-align: top;
  margin: 0 0 0 60px; }
  .footerNav_list:first-child {
    margin: 0 0 0 80px; }
  .footerNav_list:last-child {
    margin: 0 0 0 70px;
    padding: 0 0 0 70px; }

.footerNav_list_node, .footerNav_list_node-sub, .footerNav_list_node-ttl {
  margin: 0 0 10px 10px;
  line-height: 1; }
  .footerNav_list_node a, .footerNav_list_node-sub a, .footerNav_list_node-ttl a, .footerNav_list_node span, .footerNav_list_node-sub span, .footerNav_list_node-ttl span {
    font-size: 12px;
    line-height: 1;
    color: #FFF;
    -webkit-transition: all .3s ease-in-out .0s;
    transition: all .3s ease-in-out .0s; }
  .footerNav_list_node a:hover, .footerNav_list_node-sub a:hover, .footerNav_list_node-ttl a:hover {
    color: #a91e1e; }
  .footerNav_list_node + .footerNav_list_node-ttl, .footerNav_list_node-sub + .footerNav_list_node-ttl, .footerNav_list_node-ttl + .footerNav_list_node-ttl {
    margin: 18px 0; }

.footerNav_list_node-ttl {
  font-size: 14px;
  margin: 0 0 18px; }

.copyright {
  display: block;
  position: absolute;
  bottom: 20px;
  right: 20px;
  z-index: 60;
  font-size: 10px;
  color: #FFF; }

*, .footer_searchBox input {
  font-family: MyYuGothicM, "游ゴシック", "Yu Gothic", YuGothic, -apple-system, BlinkMacSystemFont, "Hiragino Kaku Gothic ProN", Meirio, sans-serif;
  letter-spacing: .1em; }

.footerNav_list_node a, .footerNav_list_node-sub a, .footerNav_list_node-ttl a, .footerNav_list_node span, .footerNav_list_node-sub span, .footerNav_list_node-ttl span, .copyright, .c-productList_name, .pager li a, .pager li span {
  font-family: "Helvetica Neue", Arial, sans-serif;
  letter-spacing: .05em; }

.c-productList {
  position: relative;
  width: 1110px;
  margin: 0 auto;
  text-align: center; }

.c-productList_node {
  display: inline-block;
  position: relative;
  margin: 0 2px;
  overflow: hidden; }
  .extraLine .c-productList_node {
    margin: 10px 2px 0; }
  .c-productList_node.commingsoon {
    position: relative; }
    .c-productList_node.commingsoon:before {
      display: block;
      position: absolute;
      top: 0;
      left: 0;
      z-index: 30;
      width: 100%;
      background-color: rgba(0, 0, 0, 0.4);
      color: #fff;
      font-weight: bold;
      font-size: 14px;
      line-height: 120px;
      text-align: center;
      content: '9月10日公開'; }
  .c-productList_node:nth-of-type(5) .productList_detail, .c-productList_node:nth-of-type(12) .productList_detail {
    margin-top: 28px; }
  .c-productList_node a {
    display: block;
    width: 145px;
    height: 145px;
    background-color: #fff;
    text-align: center; }
    .extraLine .c-productList_node a {
      width: 268px;
      height: 120px; }
    .c-productList_node a span {
      display: block;
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      background-position: center;
      background-repeat: no-repeat;
      background-size: cover;
      opacity: 0;
      -webkit-transition: all .3s ease-in-out .0s;
      transition: all .3s ease-in-out .0s; }
      .c-productList_node a span:before {
        display: block;
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        background-color: rgba(0, 0, 0, 0.3);
        content: ''; }
    .c-productList_node a:hover {
      background-color: #fff; }
      .c-productList_node a:hover .c-productList_detail {
        margin-top: 0; }
      .c-productList_node a:hover span {
        opacity: 1; }

.c-productList_detail {
  display: block;
  position: absolute;
  top: 50%;
  left: 50%;
  z-index: 10;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  width: 100%;
  margin-top: 21px;
  -webkit-transition: all .3s ease-in-out .0s;
  transition: all .3s ease-in-out .0s; }

.c-productList_name {
  padding-top: 18px;
  color: #fff;
  font-weight: bold;
  font-size: 12px;
  line-height: 1.3; }
  .c-productList_name br {
    line-height: 1; }

.breadcrumb {
  text-align: center;
  padding: 15px 0;
  line-height: 1; }

.breadcrumb_list {
  display: inline-block;
  line-height: 1; }

.breadcrumb_list_node {
  display: inline-block;
  font-size: 10px;
  line-height: 1;
  color: #000; }
  .breadcrumb_list_node a, .breadcrumb_list_node span {
    font-size: 10px;
    line-height: 1;
    color: #000; }
  .breadcrumb_list_node a {
    color: #314682;
    text-decoration: underline; }
    .breadcrumb_list_node a:hover {
      text-decoration: none; }

.pageup {
  opacity: 0;
  position: fixed;
  bottom: 20px;
  right: 20px;
  background-color: rgba(255, 255, 255, 0.6);
  -webkit-transition: all .3s ease-in-out .0s;
  transition: all .3s ease-in-out .0s; }
  .scrolled .pageup {
    opacity: 1; }
  .pageup a {
    display: block;
    height: 60px;
    width: 60px;
    background-image: url(../img/common/pageup.png);
    background-repeat: no-repeat;
    background-position: center; }

.productHeader {
  background-color: #e6e6e6; }
  .productHeader .slick-list {
    padding: 0 0 0 90px !important; }
  .productHeader .slick-arrow {
    position: absolute;
    cursor: pointer;
    top: 0;
    z-index: 10;
    width: 90px;
    height: 80px;
    background-size: auto 16px;
    background-repeat: no-repeat;
    background-position: center;
    background-color: rgba(255, 255, 255, 0.7); }
    .productHeader .slick-arrow.slick-next {
      cursor: pointer;
      right: 0;
      background-image: url("../img/common/next.png"); }
    .productHeader .slick-arrow.slick-prev {
      cursor: pointer;
      left: 0;
      background-image: url("../img/common/prev.png"); }
  .productHeader .productHeader_list_node {
    position: relative;
    height: 80px; }
    .productHeader .productHeader_list_node a {
      display: block;
      width: 108px;
      height: 80px;
      line-height: 80px;
      text-align: center; }
      .productHeader .productHeader_list_node a img {
        vertical-align: middle;
        display: inline;
        height: 46px; }
      .productHeader .productHeader_list_node a:before {
        content: "";
        display: block;
        width: 100%;
        height: 4px;
        position: absolute;
        bottom: 0;
        left: 0;
        background-color: #A91E1E;
        opacity: 0; }
    [category-data="allstar"] .productHeader .productHeader_list_node.allstar a:before {
      opacity: 1; }

.pagerBlock {
  text-align: center; }

.pager {
  position: relative;
  display: inline-block;
  text-align: center;
  line-height: 1;
  padding: 0 80px; }
  .pager li {
    position: relative;
    display: inline-block;
    padding: 0 5px; }
    .pager li a, .pager li span {
      display: inline-block;
      vertical-align: middle;
      line-height: 22px;
      font-size: 20px;
      -webkit-transition: all .3s ease-in-out .0s;
      transition: all .3s ease-in-out .0s; }
      .pager li a img, .pager li span img {
        vertical-align: middle; }
      .pager li a:hover, .pager li span:hover {
        font-weight: bold; }
    .pager li + .active {
      padding-left: 80px; }
      .pager li + .active:before {
        content: "";
        display: block;
        width: 40px;
        height: 1px;
        position: absolute;
        top: 50%;
        left: 16px;
        background-color: #000;
        -webkit-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
        transform: translateY(-50%); }
    .pager li:first-child {
      padding-left: 0; }
    .pager li.active a, .pager li.active span {
      font-size: 20px;
      font-weight: bold; }
    .pager li.active + li {
      padding-left: 80px; }
      .pager li.active + li:before {
        content: "";
        display: block;
        width: 40px;
        height: 1px;
        position: absolute;
        top: 50%;
        left: 20px;
        background-color: #000;
        -webkit-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
        transform: translateY(-50%); }
    .pager li.prev, .pager li.next {
      position: absolute;
      top: 50%;
      line-height: 0;
      margin-top: -8px; }
      .pager li.prev a, .pager li.next a {
        line-height: 0; }
    .pager li.prev {
      left: 0; }
    .pager li.next {
      right: 0; }
    .pager li:last-child + li {
      padding-left: 0; }
