  /*--------------------------------------------
  2pc. サイドナビ z-index:3333
---------------------------------------------*/
  .side-nav {
    width: 370px;
    background: #fff;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 3333;
    *zoom: 1;
    -webkit-transition: all 400ms ease;
            transition: all 400ms ease;
    -webkit-transform: translateX(-300px);
        -ms-transform: translateX(-300px);
            transform: translateX(-300px); }
    .side-nav:after {
      content: "";
      display: table;
      clear: both; }
    .side-nav:before {
      content: "";
      display: table; }
    .side-nav-open {
      width: 70px;
      float: right;
      position: relative; }
    .side-nav-cts {
      width: 300px;
      box-sizing: border-box;
      display: table-cell;
      vertical-align: middle;
      padding: 70px 0 70px 70px; }
      .side-nav-cts nav {
        display: inline-block; }
  #snav-triger {
    width: 70px;
    height: 70px;
    text-align: center;
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    margin: auto;
    cursor: pointer; }
    #snav-triger span {
      display: block;
      position: absolute;
      top: 31px;
      left: 26px;
      right: 7px;
      width: 19px;
      height: 2px;
      background-color: #262626;
      -webkit-transition: background 0 0.3s;
      transition: background 0 0.3s; }
      #snav-triger span:before, #snav-triger span:after {
        position: absolute;
        display: block;
        left: 0;
        width: 19px;
        height: 2px;
        background-color: #262626;
        content: ""; }
      #snav-triger span:before {
        top: -7px; }
      #snav-triger span:after {
        bottom: -7px; }
      #snav-triger span:before, #snav-triger span:after {
        -webkit-transition-duration: 0.3s, 0.3s;
        transition-duration: 0.3s, 0.3s;
        -webkit-transition-delay: 0.3s, 0;
        transition-delay: 0.3s, 0; }
      #snav-triger span:before {
        -webkit-transition-property: top, -webkit-transform;
        transition-property: top, transform; }
      #snav-triger span:after {
        -webkit-transition-property: bottom, -webkit-transform;
        transition-property: bottom, transform; }
    #snav-triger.active span {
      background: none; }
      #snav-triger.active span:before {
        top: 0;
        -webkit-transform: rotate(45deg);
        -ms-transform: rotate(45deg);
        transform: rotate(45deg); }
      #snav-triger.active span:after {
        bottom: 0;
        -webkit-transform: rotate(-45deg);
        -ms-transform: rotate(-45deg);
        transform: rotate(-45deg); }
      #snav-triger.active span:before, #snav-triger.active span:after {
        -webkit-transition-delay: 0, 0.3s;
        transition-delay: 0, 0.3s;
        background-color: #262626; }
  .nav-main {
    font-size: 22px;
    line-height: 1em;
    font-family: "Montserrat", sans-serif;
    margin-bottom: 40px; }
    .nav-main li {
      margin-bottom: 20px;
      line-height: 1.4em; }
      .nav-main li a {
        position: relative;
        display: inline-block;
        -webkit-transition: .3s;
                transition: .3s;
        text-decoration: none;
        color: #262626; }
        .nav-main li a:after {
          position: absolute;
          bottom: 0;
          left: 0;
          content: '';
          width: 0;
          height: 1px;
          background-color: #262626;
          -webkit-transition: .3s;
                  transition: .3s; }
        .nav-main li a:hover:after {
          width: 100%; }
  .nav-sub {
    font-size: 13px;
    line-height: 1em; }
    .nav-sub li {
      margin-bottom: 20px; }
      .nav-sub li a {
        color: #a1a1a1;
        text-decoration: none;
        -webkit-transition: all 400ms ease;
                transition: all 400ms ease; }
        .nav-sub li a:hover {
          color: #262626; }
    .nav-sub-link {
      margin-top: 40px;
      padding-bottom: 40px; }
  .nav-sns {
    font-size: 0; }
    .nav-sns li {
      font-size: 24px;
      display: inline-block;
      *display: inline;
      *zoom: 1;
      vertical-align: middle;
      margin-right: 20px; }
      .nav-sns li a {
        color: #262626; }
  /*--------------------------------------------
  3pc. カテゴリーナビ z-index:2222
---------------------------------------------*/
  .cate-nav {
    width: 670px;
    background: #fff;
    position: fixed;
    z-index: 2222;
    top: 0;
    right: 0;
    *zoom: 1;
    -webkit-transition: all 400ms ease;
            transition: all 400ms ease;
    -webkit-transform: translateX(600px);
        -ms-transform: translateX(600px);
            transform: translateX(600px); }
    .cate-nav:after {
      content: "";
      display: table;
      clear: both; }
    .cate-nav:before {
      content: "";
      display: table; }
    .cate-nav-open {
      width: 70px;
      float: left;
      position: relative; }
    .cate-nav-cts {
      width: 600px;
      box-sizing: border-box;
      display: table-cell;
      vertical-align: middle;
      padding: 70px 70px 70px 0; }
      .cate-nav-cts nav {
        display: inline-block; }
        .cate-nav-cts nav h4 {
          font-family: "Montserrat", sans-serif;
          font-size: 16px;
          margin-bottom: 20px; }
        .cate-nav-cts nav p {
          margin-bottom: 10px; }
  #cate-triger {
    width: 70px;
    height: 70px;
    text-align: center;
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    margin: auto;
    cursor: pointer;
    -webkit-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    transform: rotate(90deg); }
    #cate-triger div {
      font-family: "Montserrat", sans-serif;
      line-height: 70px;
      -webkit-transition: all 400ms ease;
              transition: all 400ms ease;
      position: absolute;
      top: 0;
      left: 0;
      text-align: center; }
    #cate-triger span {
      display: block;
      position: absolute;
      top: 34px;
      left: 22px;
      right: 7px;
      width: 19px;
      height: 2px;
      background: none;
      opacity: 0;
      -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
      transform: scale(0);
      -webkit-transform: rotate(-90deg);
      -ms-transform: rotate(-90deg);
      transform: rotate(-90deg);
      transition: all 400ms cubic-bezier(1, 0, 0, 1);
      -webkit-transition: background 0 0.3s;
      transition: background 0 0.3s; }
      #cate-triger span:before, #cate-triger span:after {
        position: absolute;
        display: block;
        left: 0;
        width: 19px;
        height: 2px;
        background-color: #262626;
        content: "";
        -webkit-transition: all 400ms ease;
                transition: all 400ms ease; }
      #cate-triger span:before {
        top: 0;
        -webkit-transform: rotate(45deg);
        -ms-transform: rotate(45deg);
        transform: rotate(45deg); }
      #cate-triger span:after {
        bottom: 0;
        -webkit-transform: rotate(-45deg);
        -ms-transform: rotate(-45deg);
        transform: rotate(-45deg); }
      #cate-triger span:before, #cate-triger span:after {
        -webkit-transition-duration: 0.3s, 0.3s;
        transition-duration: 0.3s, 0.3s;
        -webkit-transition-delay: 0.3s, 0;
        transition-delay: 0.3s, 0; }
      #cate-triger span:before {
        -webkit-transition-property: top, -webkit-transform;
        transition-property: top, transform; }
      #cate-triger span:after {
        -webkit-transition-property: bottom, -webkit-transform;
        transition-property: bottom, transform; }
    #cate-triger.active div {
      font-size: 0;
      opacity: 0;
      -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)"; }
    #cate-triger.active span {
      display: block;
      position: absolute;
      top: 34px;
      left: 22px;
      right: 7px;
      width: 19px;
      height: 1px;
      background: none;
      opacity: 1;
      -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
      transform: scale(1);
      -webkit-transform: rotate(0deg);
      -ms-transform: rotate(0deg);
      transform: rotate(0deg); }
      #cate-triger.active span:before {
        opacity: 1;
        -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)"; }
      #cate-triger.active span:after {
        opacity: 1;
        -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)"; }
      #cate-triger.active span:before, #cate-triger.active span:after {
        -webkit-transition-delay: 0, 0.3s;
        transition-delay: 0, 0.3s;
        background-color: #262626; }
  .nav-item {
    font-size: 0;
    line-height: 1em;
    margin-bottom: 40px; }
    .nav-item li {
      display: inline-block;
      *display: inline;
      *zoom: 1;
      width: 33.33%;
      width: calc(100% / 3);
      width: -webkit-calc(100% / 3);
      vertical-align: top;
      display: inline-block;
      font-size: 15px;
      margin-bottom: 20px;
      line-height: 1.4em;
      padding: 0 10px 0 0;
      box-sizing: border-box; }
      .nav-item li a {
        text-decoration: none;
        color: #a1a1a1;
        -webkit-transition: all 400ms ease;
                transition: all 400ms ease; }
        .nav-item li a:hover {
          color: #262626; }
        .nav-item li a img {
          vertical-align: middle;
          margin-right: 10px; }
  .nav-idol {
    font-size: 0;
    line-height: 1em;
    margin-bottom: 40px; }
    .nav-idol li {
      display: inline-block;
      *display: inline;
      *zoom: 1;
      width: 33.33%;
      width: calc(100% / 3);
      width: -webkit-calc(100% / 3);
      vertical-align: top;
      display: inline-block;
      font-size: 15px;
      margin-bottom: 20px;
      line-height: 1.4em;
      padding: 0 10px 0 0;
      box-sizing: border-box; }
      .nav-idol li a {
        text-decoration: none;
        color: #a1a1a1;
        -webkit-transition: all 400ms ease;
                transition: all 400ms ease; }
        .nav-idol li a:hover {
          color: #262626; }
        .nav-idol li a img {
          vertical-align: middle;
          margin-right: 10px; }
          
/* ================================
 *
 * システム吐き出し用CSS
 *
 * システムから出力されるテキスト全体を囲む<div>等に
 * class="system_article"を付与すること。
 *
 * ================================ */

/* 文字色・文字サイズなどのデフォルト設定 */
.system_article p,
.system_article ul,
.system_article ol {
  color: #111 !important;
  font-size: 14px !important;
  font-weight: normal !important;
  line-height: 1.4 !important;
  margin-bottom: .6em !important;
}


/* リンクテキスト */
.system_article a {
  color: #37d !important;
  text-decoration: underline !important;
}
.system_article a:hover {
  text-decoration: none !important;
}
.system_article a:active {
  text-decoration: underline !important;
}


/* 左揃え・中央揃え・右揃え */
.system_article p{
  min-height: 1.4em;
  *zoom: 1;
}
.system_article p::after {
  font-size: 0;

  display: block;
  visibility: hidden;
  clear: both;

  height: 0;

  content: " ";
}

.alignleft {
  float: left;
  margin-right: 20px;
  margin-bottom: 20px;
  clear:both;
}

.alignright {
  float: right;
  margin-left: 20px;
  margin-bottom: 20px;
  clear:both;
}

.system_article .aligncenter,
.system_article img.aligncenter {
  clear: both !important;
  display: block !important;
  margin: 0 auto !important;
}


/* 写真のキャプションの揃え */
.wp-caption-text {
  text-align: center;
}


/* 箇条書きリスト */
.system_article ul,
.system_article ol {
  padding-left: 1.5em !important;
}
.system_article ul {
  list-style: disc !important;
}
.system_article ol {
  list-style: decimal !important;
}


/* 太字 */
.system_article strong {
  font-weight: boldl !important;
}


/* 斜体 */
.system_article em {
  font-style: italic !important;
  font-family: "ＭＳ ゴシック", "MS Gothic", "Osaka－等幅", Osaka-mono, monospace;
  font-weight: normal;
}


/* 見出しの基本設定 */
.system_article h1,
.system_article h2,
.system_article h3 {
  clear: both;
  font-weight: bold;
  line-height: 1.4;
}

.system_article h1:first-child,
.system_article h2:first-child,
.system_article h3:first-child {
  margin-top: 0;
}

.system_article h1 {
  margin: 2.4em 0 1.2em;
  font-size: 1.25em;
}
.system_article h2 {
  margin: 2em 0 1em;
  font-size: 1.25em;
}
.system_article h3 {
  margin: 1.6em 0 .8em;
  font-size: 1.2em;
}


/* 表組み */
.system_article table {
  max-width: 100%;

  margin: 1em 0 1.4em;

  border-collapse: collapse;

  border-top: 1px solid #ccc;
  border-left: 1px solid #ccc;
}

.system_article th,
.system_article td {
  font-size: .9em;

  padding: .4em;

  border-right: 1px solid #ccc;
  border-bottom: 1px solid #ccc;
}

.system_article th {
  text-align: center;

  background-color: #eee;
}

.system_article img,
.system_article video{
  max-width:100%;
}

