@charset "UTF-8";

/* base
----------------------------------------------------------*/
html {
  font-size: 62.5%; /* root: 10px */
  height: 100%;
}

body {
  font-family: "メイリオ", "Meiryo", "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  font-size: 14px;
  font-size: 1.4rem;
  line-height: 1.8;
  font-weight: normal;
  color: #fff;
  -webkit-text-size-adjust: 100%;
  -moz-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
  -o-text-size-adjust: 100%;
  text-size-adjust: 100%;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  background: #000;
}


@media screen and (max-width:768px) {
  body {
    font-size: 3.125vw;
  }
}

@media screen and (min-width:769px) {
  .sp {
    display: none!important;
  }
}

img {
  max-width: 100%;
  height: auto;
  vertical-align: top;
  -ms-interpolation-mode: bicubic;
}
a {
  text-decoration: none;
  color: inherit;
  outline: none; /* IE lt 8 */
}
a:hover {
  text-decoration: none;
}
a.mouse-over.hv-udl-on:hover {
  text-decoration: underline;
  padding-bottom: 1px; /* font-size:11px以下のバグ対策; */
}
a img {
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  -o-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}
a.mouse-over:hover img {
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -ms-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
  filter: alpha(opacity=70); /* IE lt 8 */
  opacity: 0.7;
}
a.mouse-over.hv-op-01:hover {
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -ms-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
  filter: alpha(opacity=70); /* IE lt 8 */
  opacity: 0.7;
}
a.mouse-over.hv-op-02:hover {
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -ms-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}
a.mouse-over.hv-op-no:hover {
  filter: alpha(opacity=100); /* IE lt 8 */
  opacity: 1;
}

@media screen and (max-width:768px) {
  a.mouse-over.hv-udl-on:hover {
    text-decoration: none;
    padding: 0;
  }
  a.mouse-over:hover img {
    filter: inherit; /* IE lt 8 */
    opacity: 1;
  }
  a.mouse-over.hv-op-01:hover {
    filter: inherit; /* IE lt 8 */
    opacity: 1;
  }
  a.mouse-over.hv-op-no:hover {
    opacity: 1;
  }
}

.font-jp-01 {
  font-family: "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "游明朝", YuMincho, "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
}
.font-en-01 {
  font-family: "Arial", "Apple Gothic", AppleGothic, "URW Gothic L", "Avant Garde", Futura, sans-serif;
}

.font-narrow-01 {
  letter-spacing: -1px;
}
.font-narrow-02 {
  letter-spacing: -2px;
}
.font-wide-01 {
  letter-spacing: 1px;
}
.font-wide-02 {
  letter-spacing: 2px;
}


/* basic
----------------------------------*/
.wrapper {
  width: 100%;
  /* min-width: 1260px; */
  margin: 0 auto;
  position: relative;
  overflow: hidden;
}
.inner-01 {
  max-width: 1260px;
  margin: 0 auto;
  box-sizing: border-box;
  padding-right: 20px;
  padding-left: 20px;
}
.inner-02 {
  max-width: 1400px;
  margin: 0 auto;
  box-sizing: border-box;
}
.clearfix:after {
  content: " ";
  display: block;
  clear: both;
}


/* header
----------------------------------*/

.header-group {
  background: #9d5e35;
  background-size: auto 100%;
  height: 80px;
}
.hg-inner {
  display: table;
  width: 100%;
  height: inherit;
}
.hg-logo {
  display: table-cell;
  vertical-align: middle;
}
.header-logo {
  width: 247px;
  margin: 0 50px 0 0;
}
.header-logo > a {
  display: block;
}
.hg-nav {
  display: table-cell;
  vertical-align: bottom;
}
.hgn-menu {
  float: right;
  margin-right: -15px;
}
.hgn-menu > li {
  display: inline-block;
  vertical-align: top;
  text-align: center;
  position: relative;
  z-index: 1;
}
.hgn-menu > li > a {
  display: block;
  box-sizing: border-box;
  padding: 30px;
  line-height: 1;
  font-weight: bold;
}
.hgn-menu > li > a.mouse-over:hover,
.hgn-menu > li.hgn-menu-current > a {
  background: #c1520a;
}

.menu-sub {
  display: none;
  position: absolute;
  z-index: 2;
  top: 100%;
  left: 0;
  text-align: left;
  box-sizing: border-box;
  padding-top: 1%;
  padding-bottom: 1%;
  min-width: 166px;
  background: #333;
  background: rgba(0,0,0,0.8);
}
.menu-sub > li {
  margin: 10px 10px;
}
.menu-sub > li > a {
}
.menu-sub > li > a.mouse-over:hover,
.menu-sub > li > a.menu-sub-current {
  color: #fee969;
}

@media screen and (max-width:768px) {
  .hgn-menu > li > a.mouse-over:hover,
  .hgn-menu > li.hgn-menu-current > a {
    background: transparent;
  }
  .menu-sub > li > a.mouse-over:hover,
  .menu-sub > li > a.menu-sub-current {
    color: transparent;
  }
}



.footer-group .menu-sub-trouble {
  display: block !important;
  position: relative;
  top: 0;
  background: none;
  padding: 0;
  margin: 0 auto;
}
.fg-cont-01 {
  background: url(../img/common/bg-fg-cont-01.png) no-repeat center top;
  background-size: auto 100%;
  height: 32px;
  position: relative;
  z-index: 1;
  text-align: center;
}
.fgc1-inner {
  height: inherit;
}
.fgc1-menu {
  display: inline-block;
  vertical-align: middle;
}
.fgc1-menu li {
  display: inline-block;
  vertical-align: middle;
  margin: 0 5px;
  box-sizing: border-box;
  font-size: 12px;
  font-size: 1.2rem;
  padding: 5px 0 0 0;
}

.fgc1-menu li:before {
  content: " ";
  border-left: 1px solid #fff;
  margin-right: 10px;
  position: relative;
  top: -1px;
}
.fgc1-menu li:first-child:before  {
  border-left: none;
}

.fg-cont-02 {
  padding-bottom: 30px;
}
.fgc2-inner {
  position: relative;
  z-index: 1;
}
.sns-icon {
  position: absolute;
  z-index: 2;
  top: 13px;
  right: 20px;
}
.sns-icon li {
  display: inline-block;
  vertical-align: top;
  box-sizing: border-box;
  max-width: 30px;
  margin: 0 0 0 10px;
}

.copyright {
  font-size: 10px;
  font-size: 1.0rem;
  text-align: center;
  padding: 20px 0;
}


.page-ttl-wrap {
  background: url(../img/common/bg-page-ttl-wrap.png) no-repeat center top;
  background-size: auto 100%;
  height: 70px;
}
.page-ttl-inner {
  display: table;
  width: 100%;
  height: inherit;
}
.page-ttl {
  display: table-cell;
  vertical-align: middle;
  font-size: 30px;
  font-size: 3.0rem;
  line-height: 1;
  padding: 0 30px 0 90px;
}
.page-ttl:first-letter {
  font-weight: bold;
}

.main {
}
.main-cont-01 {
  background: #000;
  background: -moz-linear-gradient( #3d3d3d 0%, #000 100%);
  background: -webkit-gradient(linear, left top, left bottom, from(#3d3d3d), to(#000));
  background: -webkit-linear-gradient( #3d3d3d 0%, #000 100%);
  background: -o-linear-gradient( #3d3d3d 0%, #000 100%);
  background: linear-gradient( #3d3d3d 0%, #000 100%);
}
.main-cont-02 {
  background: #ecebe3;
}

.breadcrumb-wrap {
  padding-top: 3px;
}
.breadcrumb {
  font-size: 12px;
  font-size: 1.2rem;
}
.breadcrumb li {
  display: inline-block;
  margin-left: 5px;
}
.breadcrumb li:before {
  content: ">";
  margin: 0 5px 0 0;
}
.breadcrumb li:first-child {
  margin-left: 0;
}
.breadcrumb li:first-child:before {
  display: none;
}
.breadcrumb li a {
  text-decoration: underline;
}
.breadcrumb li a.mouse-over:hover {
  text-decoration: none;
}

.mc-inner-01 {
  box-sizing: border-box;
  padding-right: 58px;
  padding-left: 58px;
}
.mc-inner-02 {
  box-sizing: border-box;
  padding-right: 48px;
  padding-left: 48px;
}

.mc-common {
  margin: 60px 0 60px 0;
}

.cmn-ttl {
  background: url(../img/common/bg-cmn-line-01.png) no-repeat center bottom;
  padding: 0 0 20px 0;
  font-size: 30px;
  font-size: 3.0rem;
  text-align: center;
}
.cmn-ttl:first-letter {
  font-weight: bold;
}
