@charset "UTF-8";
/*--------------------------------------------------------------------------------
  Reset
--------------------------------------------------------------------------------*/
html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, embed, figure, figcaption, footer, header, hgroup, menu, nav, output, ruby, section, summary, time, mark, audio, video, main {
  margin: 0;
  padding: 0;
  border: 0;
  vertical-align: baseline; }

html {
  font-size: 62.5%;
  line-height: 1; }

body, table, input, textarea, select, option, button, h1, h2, h3, h4, h5, h6 {
  font-family: Hiragino Kaku Gothic Pro, "ヒラギノ角ゴ Pro W3", Yu Gothic Medium, "游ゴシック Medium", YuGothic, "游ゴシック体", "メイリオ", sans-serif;
  line-height: 1.1; }

ol, ul {
  list-style: none; }

table {
  border-collapse: collapse;
  border-spacing: 0; }

caption, th, td {
  text-align: left;
  vertical-align: middle; }

q, blockquote {
  quotes: none; }

q:before, q:after {
  content: "";
  content: none; }

blockquote:before, blockquote:after {
  content: "";
  content: none; }

:focus {
  outline: 0; }

ins {
  text-decoration: none; }

del {
  text-decoration: line-through; }

img {
  vertical-align: top; }

a img {
  border: none; }

article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section, summary, main {
  display: block; }

/*------------------------------------------------------------
	Text Format
------------------------------------------------------------*/
/* text position */
.taLeft {
  text-align: left !important; }

.taCenter {
  text-align: center !important; }

.taRight {
  text-align: right !important; }

.vTop {
  vertical-align: top !important; }

.vMiddle {
  vertical-align: middle !important; }

/* font weight */
.fwNormal {
  font-weight: normal !important; }

.fwBold {
  font-weight: bold !important; }

/*------------------------------------------------------------
	adjustment class ※ no use frequently
------------------------------------------------------------*/
.mt0 {
  margin-top: 0 !important; }

.mb0 {
  margin-bottom: 0 !important; }

/*------------------------------------------------------------
	clearfix（float解除）
------------------------------------------------------------*/
.clearfix {
  *zoom: 1; }
  .clearfix:after {
    display: block;
    clear: both;
    content: ""; }

/*------------------------------------------------------------
	for tracking tag
------------------------------------------------------------*/
.trackTags {
  display: none; }

/*------------------------------------------------------------
	Layout
------------------------------------------------------------*/
body {
  min-width: 930px;
  background: #E7EAEF;
  color: #414141;
  /* ウインドウ幅で横スクロール時に背景が切れるバグ対策でコンテンツと同じ幅を指定 */
  line-height: 1.5;
  font-family: Hiragino Kaku Gothic Pro, "ヒラギノ角ゴ Pro W3", Yu Gothic Medium, "游ゴシック Medium", YuGothic, "游ゴシック体", "メイリオ", sans-serif; }
  @media screen and (max-width: 767px) {
    body {
      min-width: 320px;
      width: 100%; }
      body img {
        width: 100%; } }

.container {
  margin: 0 auto;
  width: 930px;
  text-align: left;
  position: relative; }
  @media screen and (max-width: 767px) {
    .container {
      width: auto; } }

.l-main {
  font-size: 1.4rem;
  letter-spacing: 0.05em; }
  .l-main:after {
    display: block;
    clear: both;
    content: ""; }
  @media screen and (max-width: 767px) {
    .l-main {
      font-size: 1.2rem; } }

.sm {
  display: none !important; }

.trans {
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -ms-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s; }
  .trans:hover {
    opacity: 0.5; }

/*------------------------------------------------------------
	header
------------------------------------------------------------*/
/*------------------------------------------------------------
	Headline
------------------------------------------------------------*/
/*------------------------------------------------------------
	Button
------------------------------------------------------------*/
.md {
  display: block !important; }
  @media screen and (max-width: 767px) {
    .md {
      display: none !important; } }

.sm {
  display: none !important; }
  @media screen and (max-width: 767px) {
    .sm {
      display: block !important; } }

.font-mincho {
  font-family: "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif; }

/*------------------------------------------------------------
	Header
------------------------------------------------------------*/
header {
  background: rgba(0, 0, 0, 0.5);
  width: 100%;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  z-index: 9999;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box; }
  header .h-header {
    padding: 15px 0px 14px;
    max-width: 1080px;
    width: 100%;
    margin: auto; }
    @media screen and (max-width: 767px) {
      header .h-header {
        padding: 0;
        z-index: 9999;
        position: relative;
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        box-sizing: border-box; } }
    header .h-header .h-logo {
      float: left; }
      @media screen and (max-width: 767px) {
        header .h-header .h-logo {
          width: 132.5px;
          padding: 10px 10px 8px; }
          header .h-header .h-logo img {
            width: 100%; } }
    header .h-header ul {
      float: right;
      margin-top: 13px; }
      @media screen and (max-width: 767px) {
        header .h-header ul {
          display: none; } }
      header .h-header ul li {
        float: left;
        background: url(../img/common/line.png) no-repeat right center;
        background-size: 14px auto;
        font-size: 1.8rem;
        text-align: center;
        padding-right: 25px;
        margin-right: 7px;
        line-height: 24px; }
        header .h-header ul li:last-child {
          background: none;
          padding-right: 0;
          margin-right: 0; }
        @media screen and (max-width: 1050px) {
          header .h-header ul li {
            font-size: 1.5rem;
            padding-right: 20px;
            margin-right: 5px; } }
        header .h-header ul li span {
          display: block;
          font-size: 1.2rem;
          line-height: 16px;
          margin-top: 1px; }
        header .h-header ul li a {
          color: #fff;
          text-decoration: none;
          display: block;
          padding-bottom: 4px;
          position: relative; }
          header .h-header ul li a:before {
            content: "";
            width: 0;
            height: 2px;
            background: #fff;
            position: absolute;
            bottom: 0;
            left: 0;
            -webkit-transition: all 0.3s;
            -moz-transition: all 0.3s;
            -ms-transition: all 0.3s;
            -o-transition: all 0.3s;
            transition: all 0.3s; }
          @media screen and (min-width: 768px) {
            header .h-header ul li a:hover:before {
              content: "";
              width: 100%; } }
  @media screen and (max-width: 767px) {
    header .bnt-menu {
      background: url(../img/common/btn_menu.png) no-repeat center center;
      background-size: 18px auto;
      width: 43px;
      height: 43px;
      display: block;
      float: right;
      z-index: 999; }
      header .bnt-menu.opened {
        background: url(../img/common/btn_menu_on.png) no-repeat center center;
        background-size: 18px auto; } }

/*------------------------------------------------------------
	footer
------------------------------------------------------------*/
footer {
  background: #000;
  color: #fff;
  padding-bottom: 32px;
  padding-top: 49px; }
  @media screen and (max-width: 767px) {
    footer {
      padding-bottom: 28px;
      padding-top: 19px;
      margin-top: -1px; } }
  footer a {
    text-decoration: none;
    color: #fff;
    text-decoration: none; }
  footer .left-footer {
    padding-top: 105px; }
    footer .left-footer .txt {
      margin-top: 10.6px;
      font-size: 1rem;
      font-weight: bold;
      line-height: 21px; }
    footer .left-footer .coppyright {
      margin-top: 19px;
      font-size: 1rem;
      font-weight: bold; }
  footer .right-footer {
    float: right;
    width: 470px;
    margin-right: -100px; }
    @media screen and (max-width: 1150px) {
      footer .right-footer {
        margin-right: 0; } }
    footer .right-footer h3 {
      font-size: 1.2rem;
      font-weight: bold; }
    footer .right-footer ul {
      float: left;
      margin-right: 53px; }
      footer .right-footer ul:nth-child(2) {
        margin-right: 47px; }
      footer .right-footer ul:last-child {
        margin-right: 0; }
    footer .right-footer li {
      margin-top: 25px;
      font-size: 1.6rem;
      font-weight: bold;
      -webkit-transition: all 0.3s;
      -moz-transition: all 0.3s;
      -ms-transition: all 0.3s;
      -o-transition: all 0.3s;
      transition: all 0.3s; }
      @media screen and (min-width: 768px) {
        footer .right-footer li:hover {
          opacity: 0.5; } }
      footer .right-footer li span {
        display: block;
        font-size: 1rem;
        color: #4B4B4B; }
  footer .footer-sp .f_logo {
    width: 143.5px;
    margin: auto; }
  footer .footer-sp .f-menu {
    margin-top: 29px; }
    footer .footer-sp .f-menu h3 {
      text-align: center;
      font-size: 0.6rem; }
    footer .footer-sp .f-menu table {
      border: 1px solid #707070;
      margin-top: 18.5px;
      text-align: center;
      background: #1F1F1F;
      width: 100%; }
      footer .footer-sp .f-menu table td {
        width: 50%;
        padding: 20px 0 20px 38.5px;
        border: 1px solid #707070; }
        footer .footer-sp .f-menu table td:nth-child(2n) {
          padding-left: 16.5px; }
        footer .footer-sp .f-menu table td a {
          font-size: 1rem;
          font-weight: bold; }
        footer .footer-sp .f-menu table td span {
          display: block;
          color: #4B4B4B;
          font-size: 0.6rem;
          margin-top: 3px; }
  footer .footer-sp .txt-footer {
    text-align: center;
    margin-top: 26px;
    line-height: 15.5px;
    font-size: 0.8rem;
    font-weight: bold; }
  footer .footer-sp .coppyright {
    font-size: 0.5rem;
    margin-top: 8px;
    text-align: center; }

.menu-sp {
  color: #fff;
  background: #000000;
  text-align: center;
  width: 100%;
  position: fixed;
  right: 0;
  left: 0;
  top: 0;
  bottom: 0;
  overflow: scroll;
  text-align: center;
  z-index: 999;
  display: none; }
  .menu-sp a {
    color: #fff;
    text-decoration: none;
    font-size: 1.2rem;
    font-weight: bold;
    line-height: 16px; }
    .menu-sp a span {
      font-size: 0.7rem;
      color: #4B4B4B;
      display: block;
      line-height: 10px; }
  .menu-sp h3 {
    text-align: center;
    font-size: 0.8rem;
    margin-top: 57.5px;
    margin-bottom: 5px; }
  .menu-sp ul {
    display: inline-block;
    vertical-align: top;
    text-align: left;
    margin: 0 20px; }
    .menu-sp ul:first-child {
      margin-left: 0; }
    .menu-sp ul:last-child {
      margin-right: 0; }
  .menu-sp li {
    margin-top: 22.5px; }

.has-nav {
  background: #000; }
  .has-nav:after {
    content: "";
    background: #000;
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    width: 100%;
    height: 100%; }
