@font-face {
  font-family: "Yu Gothic";
  src: local("Yu Gothic Medium");
  font-weight: 100;
}
@font-face {
  font-family: "Yu Gothic";
  src: local("Yu Gothic Medium");
  font-weight: 200;
}
@font-face {
  font-family: "Yu Gothic";
  src: local("Yu Gothic Medium");
  font-weight: 300;
}
@font-face {
  font-family: "Yu Gothic";
  src: local("Yu Gothic Medium");
  font-weight: 400;
}
@font-face {
  font-family: "Yu Gothic";
  src: local("Yu Gothic Bold");
  font-weight: bold;
}

.global_footer {
}
@media only screen and (max-width: 767px) {
  .global_footer { margin-top: 0; }
}

.l-wrapper {
  color: #b3b3b3;
  background-color: #000;
}

.l-wrapper * {
  box-sizing: border-box;
}

#toPageTop {
  position: fixed;
  /display: none;
  bottom: 120px;
  right: -52px;
  transition: right 200ms ease;
}

#toPageTop.is-show {
  right: -10px;
}

#toPageTop a {
  display: block;
  width: 52px; /* +10px */
  height: 42px;
  background: #000 url(../img/topagetop_bg.gif) no-repeat 12px 14px;
  text-indent: -9999px;
  overflow: hidden;
  zoom: 1;
}

#category_title {
  padding-top: 6px;
  font-size: 106.25%;
  font-weight: bold;
}
@media only screen and (max-width: 767px) {
  #category_title {
    float: left;
    padding: 20px 10px;
    font-size: 128.57%;
  }
}

.u-for-sp {
  display: none;
}
@media only screen and (max-width: 767px) {
  .u-for-sp {
    display: inherit;
  }
}

.c-button {
  text-align: center;
}

.c-button a {
  display: inline-block;
  min-width: 400px;
  padding: .75em 40px;
  font-size: 16px;
  font-weight: bold;
  text-decoration: none;
  line-height: 1.6;
  border: 1px solid #961a27;
  border-radius: 4px;
  color: #961a27;
  background: url(../img/icn_arw_01.svg) no-repeat right 16px center;
  background-size: 8px 13px;
}
@media only screen and (max-width: 767px) {
  .c-button a {
    min-width: auto;
    width: 100%;
    padding: 1em 30px 1em 20px;
    font-size: 14px;
    line-height: 1.4;
  }
}

.c-button a:hover {
  color: #fff;
  background: #961a27 url(../img/icn_arw_04.svg) no-repeat right 13px center;
  background-size: 8px 13px;
}

.c-button--header {
}
@media only screen and (max-width: 767px) {
  .c-button--header {
    float: right;
    padding: 10px 10px 10px 4px;
  }
}

.c-button--header a {
}
@media only screen and (max-width: 767px) {
  .c-button--header a {
    display: inline-block;
    min-width: initial;
    min-width: auto;
    width: auto;
    padding: .5em 18px .5em 6px;
    font-size: 10px;
    background-size: 7px 11px;
    background-position: right 5px center;
  }
}

.c-button--header a:hover {
}
@media only screen and (max-width: 767px) {
  .c-button--header a:hover {
    background-size: 7px 11px;
    background-position: right 5px center;
  }
}
