@charset "UTF-8";
/*
color
*/
body {
  width: 100%;
  font-family: 'ヒラギノ角ゴ Pro W3','Hiragino Kaku Gothic Pro','メイリオ',Meiryo,'ＭＳ Ｐゴシック',sans-serif;
  color: #111111;
  font-size: 14px;
  line-height: 1.8em;
}

h2 {
  font-size: 24px;
  font-weight: bold;
  font-family: "ヒラギノ明朝 ProN W3", "HiraMinProN-W3", "HG明朝E", "ＭＳ Ｐ明朝", "MS PMincho", "MS 明朝", serif;
}
@media print, screen and (max-width: 1020px) {
  h2 {
    font-size: 18px;
  }
}

h3 {
  font-size: 16px;
  font-weight: bold;
  font-family: "ヒラギノ明朝 ProN W3", "HiraMinProN-W3", "HG明朝E", "ＭＳ Ｐ明朝", "MS PMincho", "MS 明朝", serif;
}
@media print, screen and (max-width: 1020px) {
  h3 {
    font-size: 18px;
  }
}

p {
  font-size: 13px;
}
@media print, screen and (max-width: 1020px) {
  p {
    font-size: 12px;
  }
}

.txt a {
  border-bottom: 1px solid #111;
}
.txt a:hover {
  border: none;
}
.txt strong {
  font-weight: bold;
}
.txt em {
  font-style: italic;
  font-family: 'ヒラギノ角ゴ Pro W3', 'Hiragino Kaku Gothic Pro', 'メイリオ', Meiryo, 'ＭＳ Ｐゴシック', sans-serif;
}
a:link,
a:visited,
a:hover,
a:active {
  color: #111111;
}

a:hover img {
  opacity: 0.6;
  transition: all 0.6s ease;
}

.clearfix:after {
  height: 0;
  visibility: hidden;
  content: ".";
  display: block;
  clear: both;
  font-size: 0;
  line-height: 0;
  overflow: hidden;
}

.pc {
  display: block !important;
}
@media print, screen and (max-width: 1020px) {
  .pc {
    display: none !important;
  }
}

.sp {
  display: none !important;
}
@media print, screen and (max-width: 1020px) {
  .sp {
    display: block !important;
  }
}

#wrapper {
  width: 100%;
  position: relative;
  overflow: hidden;
}
@media print, screen and (min-width: 1020px) and (max-width: 1180px) {
  #wrapper {
    min-width: 1180px;
  }
}

#header {
  background-color: #f3f3f3;
  margin-left: 160px;
  padding: 20px 0;
}
@media print, screen and (max-width: 1020px) {
  #header {
    position: fixed;
    width: 100%;
    margin-left: 0;
    padding: 19px 0;
    z-index: 99;
  }
}
#header #logo {
  width: 214px;
  margin: 0 auto;
}
@media print, screen and (max-width: 1020px) {
  #header #logo {
    width: 180px;
  }
}
#header #logo a {
  display: block;
}

#gnav {
  position: fixed;
  top: 0;
  left: 0;
  width: 160px;
  height: 100%;
  background-color: #111;
  z-index: 9999; }
  @media print, screen and (max-width: 1020px) {
    #gnav {
      display: none;
      width: 100%;
      height: 100%;
      background-color: #fff;
      z-index: 99; } }
  #gnav #menu-global-nav .menu-item {
    display: table;
    width: 160px;
    border-bottom: solid 1px #868686; }
    @media print, screen and (max-width: 1020px) {
      #gnav #menu-global-nav .menu-item {
        width: 100%; }
        #gnav #menu-global-nav .menu-item:first-child {
          height: 80px; } }
    #gnav #menu-global-nav .menu-item a {
      display: table-cell;
      width: 100%;
      color: #a8abad;
      padding: 14px 10px 14px 30px;
      height: 53px;
      line-height: 53px;
      vertical-align: middle;
      transition: all 0.6s ease; }
      #gnav #menu-global-nav .menu-item a.small {
        height: 50px;
        line-height: 50px;
        font-size: 90%;
        padding: 6px 10px; }
      @media print, screen and (max-width: 1020px) {
        #gnav #menu-global-nav .menu-item a.menu-item-home {
          display: none; } }
      #gnav #menu-global-nav .menu-item a.active {
        background-color: #414141; }
        @media print, screen and (max-width: 1020px) {
          #gnav #menu-global-nav .menu-item a.active {
            background-color: inherit; } }
        #gnav #menu-global-nav .menu-item a.active h4 {
          color: #fff; }
          @media print, screen and (max-width: 1020px) {
            #gnav #menu-global-nav .menu-item a.active h4 {
              color: #111; } }
        #gnav #menu-global-nav .menu-item a.active em {
          color: #fff; }
          @media print, screen and (max-width: 1020px) {
            #gnav #menu-global-nav .menu-item a.active em {
              color: #999; } }
      @media print, screen and (max-width: 1020px) {
        #gnav #menu-global-nav .menu-item a {
          display: inline-block;
          width: 100%;
          height: 30px;
          line-height: 30px;
          min-height: 20px;
          padding: 10px 25px; } }
      #gnav #menu-global-nav .menu-item a h4 {
        color: #a8abad;
        font-size: 14px;
        font-family: "ヒラギノ明朝 ProN W3", "HiraMinProN-W3", "HG明朝E", "ＭＳ Ｐ明朝", "MS PMincho", "MS 明朝", serif;
        line-height: 1.4em; }
        @media print, screen and (max-width: 1020px) {
          #gnav #menu-global-nav .menu-item a h4 {
            display: inline;
            color: #111;
            font-size: 15px;
            font-weight: bold; } }
        #gnav #menu-global-nav .menu-item a h4.new {
          background-image: url(/asset/img/common/ico_new.png);
          background-position: bottom right;
          background-repeat: no-repeat; }
          @media print, screen and (max-width: 1020px) {
            #gnav #menu-global-nav .menu-item a h4.new {
              padding-right: 40px; } }
      #gnav #menu-global-nav .menu-item a em {
        display: block;
        color: #999;
        font-size: 11px;
        font-family: "ヒラギノ明朝 ProN W3", "HiraMinProN-W3", "HG明朝E", "ＭＳ Ｐ明朝", "MS PMincho", "MS 明朝", serif;
        line-height: 1.4em; }
        @media print, screen and (max-width: 1020px) {
          #gnav #menu-global-nav .menu-item a em {
            display: inline;
            margin-left: 15px; } }
    #gnav #menu-global-nav .menu-item a:hover {
      background-color: #414141; }
      @media print, screen and (max-width: 1020px) {
        #gnav #menu-global-nav .menu-item a:hover {
          background-color: inherit; } }
    #gnav #menu-global-nav .menu-item a:hover h4,
    #gnav #menu-global-nav .menu-item a:hover em {
      color: #fff; }
      @media print, screen and (max-width: 1020px) {
        #gnav #menu-global-nav .menu-item a:hover h4,
        #gnav #menu-global-nav .menu-item a:hover em {
          color: inherit; } }
    #gnav #menu-global-nav .menu-item .menu-global-subnav li {
      margin-left: 20px;
      margin-right: 15px;
      border-top: 1px dotted #8c8e90; }
      #gnav #menu-global-nav .menu-item .menu-global-subnav li a {
        padding: 20px 0;
        font-size: 93%; }

#contents {
  margin-left: 160px;
  padding-top: 50px;
  -webkit-animation-duration: 1s;
          animation-duration: 1s;
  -webkit-animation-fill-mode: both;
          animation-fill-mode: both;
  overflow: hidden; }
  @media print, screen and (max-width: 1020px) {
    #contents {
      margin-left: 0;
      padding-left: 0;
      padding-top: 120px; } }

#footer {
  position: relative;
  margin-left: 160px;
  padding-top: 75px; }
  @media print, screen and (max-width: 1020px) {
    #footer {
      margin-left: 0;
      padding-top: 90px; } }
  #footer .top {
    background-color: #eee;
    padding: 70px 0 50px;
    font-family: "ヒラギノ明朝 ProN W3", "HiraMinProN-W3", "HG明朝E", "ＭＳ Ｐ明朝", "MS PMincho", "MS 明朝", serif; }
    @media print, screen and (max-width: 1069px) {
      #footer .top {
        padding-left: 40px; } }
    @media print, screen and (max-width: 1020px) {
      #footer .top {
        padding: 30px 0; } }
    #footer .top .footer_inner {
      width: 1020px;
      margin: 0 auto; }
      @media print, screen and (max-width: 1020px) {
        #footer .top .footer_inner {
          width: 94%; } }
      #footer .top .footer_inner .facebook {
        float: left;
        width: 360px;
        margin-left: 20px;
        margin-right: 40px; }
        @media print, screen and (max-width: 1020px) {
          #footer .top .footer_inner .facebook {
            float: none;
            width: 100%;
            margin: 0 auto 30px; } }
      #footer .top .footer_inner .leftBlock {
        float: left;
        width: 240px;
        margin-right: 40px; }
        @media print, screen and (max-width: 1020px) {
          #footer .top .footer_inner .leftBlock {
            float: none;
            width: 100%; } }
        #footer .top .footer_inner .leftBlock .bnr li {
          margin-top: 17px; }
          @media print, screen and (max-width: 1020px) {
            #footer .top .footer_inner .leftBlock .bnr li {
              float: left;
              width: 32%;
              margin-top: 0;
              margin-bottom: 10px;
              margin-right: 2%; }
              #footer .top .footer_inner .leftBlock .bnr li:last-child {
                margin-right: 0%; } }
          @media print, screen and (max-width: 767px) {
            #footer .top .footer_inner .leftBlock .bnr li {
              width: 48%; }
              #footer .top .footer_inner .leftBlock .bnr li:nth-child(odd) {
                margin-right: 4%; }
              #footer .top .footer_inner .leftBlock .bnr li:nth-child(even) {
                margin-right: 0; } }
        #footer .top .footer_inner .leftBlock .bnr li:first-child {
          margin-top: 0; }
      #footer .top .footer_inner .centerBlock {
        float: left;
        width: 130px;
        margin-right: 40px; }
        @media print, screen and (max-width: 1020px) {
          #footer .top .footer_inner .centerBlock {
            display: none; } }
        #footer .top .footer_inner .centerBlock h2 {
          padding-left: 15px;
          color: #8c8e90;
          font-size: 14px;
          font-weight: bold;
          border-left: 1px solid #8c8e90; }
        #footer .top .footer_inner .centerBlock ul {
          margin-top: 30px;
          padding-left: 12px; }
          #footer .top .footer_inner .centerBlock ul li {
            color: #8c8e90;
            font-size: 11px;
            font-weight: bold; }
      #footer .top .footer_inner .rightBlock {
        float: left; }
        @media print, screen and (max-width: 1020px) {
          #footer .top .footer_inner .rightBlock {
            float: none;
            display: table;
            width: 100%;
            overflow: hidden;
            margin-top: 20px; } }
        @media print, screen and (max-width: 1020px) {
          #footer .top .footer_inner .rightBlock ul {
            display: table-cell; } }
        #footer .top .footer_inner .rightBlock ul li {
          padding-left: 12px;
          color: #8c8e90;
          font-size: 14px;
          font-weight: bold;
          border-left: 1px solid #8c8e90;
          margin-bottom: 25px; }
          @media print, screen and (max-width: 1020px) {
            #footer .top .footer_inner .rightBlock ul li {
              font-size: 12px; } }
      #footer .top .footer_inner a {
        color: inherit; }
      #footer .top .footer_inner a img {
        transition: all 0.6s ease; }
      #footer .top .footer_inner a:hover img {
        opacity: 0.6; }
  #footer .bottom {
    padding: 30px 0;
    text-align: center; }
    @media print, screen and (max-width: 1069px) {
      #footer .bottom {
        padding-left: 40px; } }
    @media print, screen and (max-width: 1020px) {
      #footer .bottom {
        padding-left: 0; } }
    #footer .bottom p {
      text-align: center;
      color: #8c8e90;
      font-size: 10px; }
      @media print, screen and (max-width: 1069px) {
        #footer .bottom p {
          font-size: 10px; } }

#humberger-wrap {
  display: none; }
  @media print, screen and (max-width: 1020px) {
    #humberger-wrap {
      position: fixed;
      z-index: 10001;
      display: block;
      width: 32px;
      height: 15px;
      top: 18px;
      right: 15px;
      padding: 15px 8px;
      background-color: #fff;
      cursor: pointer;
      vertical-align: baseline;
      zoom: 1;
      cursor: pointer;
      z-index: 100; }
      #humberger-wrap .humberger {
        position: relative;
        margin-left: 6px; }
        #humberger-wrap .humberger, #humberger-wrap .humberger:before, #humberger-wrap .humberger:after {
          display: block;
          width: 20px;
          height: 2px;
          background: #1a1919;
          border-radius: 1px;
          transition: all 0.3s ease; }
        #humberger-wrap .humberger:before {
          content: "";
          position: absolute;
          bottom: 6px;
          margin: 0; }
        #humberger-wrap .humberger:after {
          content: "";
          position: absolute;
          top: 6px;
          margin: 0; }
      #humberger-wrap em {
        display: inline-block;
        width: 32px;
        padding-top: 5px;
        font-size: 8px;
        color: #101010;
        text-align: center; } }

/* label */
.label {
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  line-height: 0; }
  .label img {
    display: block;
    width: 100%; }
    @media print, screen and (max-width: 767px) {
      .label img.cultyre {
        width: 96px; } }

/* pagination */
.pagination {
  margin-top: 85px;
  text-align: center;
}
.pagination ul {
  padding: 0;
  margin: 0;
}
.pagination ul li {
  display: inline-block;
}
.pagination ul li .current {
  float: left;
  margin: 0 4px;
  padding: 8px 16px;
  background-color: #dedede;
  color: white;
}
.pagination ul li a {
  color: #fff;
  float: left;
  margin: 0 4px;
  padding: 8px 16px;
  text-decoration: none;
  background-color: #000;
}
.pagination ul li a:hover {
  background-color: #dedede;
}
.pagination ul li a.next {
  color: #000;
  background-color: inherit;
}

/* btn */
.btn a {
  display: inline-block;
  width: 210px;
  height: 40px;
  line-height: 40px;
  font-size: 14px;
  font-weight: bold;
  color: #fff;
  text-align: center;
  background-color: #000; }
  @media print, screen and (max-width: 1020px) {
    .btn a {
      width: 100%; } }

.btn a:hover {
  opacity: 0.6;
  transition: all 0.6s ease; }

/* pageTop */
.pageTop {
  position: absolute;
  top: 30px;
  right: 30px;
  width: 50px;
  margin: 0 auto 20px;
  text-align: right; }

@-webkit-keyframes fadeInUp {
  0% {
    opacity: 0;
    -webkit-transform: translateY(20px); }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0); } }

@keyframes fadeInUp {
  0% {
    opacity: 0;
    -webkit-transform: translateY(20px);
            transform: translateY(20px); }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
            transform: translateY(0); } }

.fadeInUp {
  -webkit-animation-name: fadeInUp;
  animation-name: fadeInUp;
}