@charset "UTF-8";
/*--------------------------------------------------------------
Foundation
--------------------------------------------------------------*/
@import url("https://fonts.googleapis.com/css?family=Open+Sans");
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, i, font, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td, figure, figcaption,
input, textarea, select, i {
  border: 0;
  font-style: inherit;
  font-weight: inherit;
  font-size: inherit;
  line-height: inherit;
  font-family: inherit;
  color: inherit;
  margin: 0;
  outline: 0;
  padding: 0;
  vertical-align: baseline;
  line-height: 1.5;
}

html {
  font-size: 62.5%;
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
}

*,
*:before,
*:after {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

input[type="submit"], button {
  -webkit-appearance: none;
}

body {
  font-size: 20px;
  font-size: 2rem;
  line-height: 1.5;
  background: #fff;
  color: #000;
  overflow-y: scroll;
  font-family: "メイリオ", "Meiryo", "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック体", YuGothic, "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", sans-serif;
}

ul, li {
  list-style: none;
}

table {
  border-collapse: collapse;
  width: 100%;
}

a:hover,
a:active,
a:focus {
  outline: 0;
}

a {
  backface-visibility: hidden;
  -webkit-backface-visibility: hidden;
  transition: opacity .2s ease-in;
  -webkit-transition: opacity .2s ease-in;
  transition-property: opacity, color, background, transform, box-shadow;
  -webkit-transition-property: opacity, color, background, transform, box-shadow;
  opacity: 1;
  line-height: inherit;
}

img,
input[type="image"] {
  border: 0;
  height: auto;
  max-width: 100%;
}

input[type="submit"] {
  cursor: pointer;
  -webkit-appearance: none;
  border-radius: 0;
}

strong {
  font-weight: bold;
}

a {
  text-decoration: none;
}

a:hover,
input[type="image"]:hover {
  opacity: 0.7;
}

p * {
  line-height: inherit;
}

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

.ft_e {
  font-family: 'Open Sans', sans-serif;
}

.c_ttl {
  text-align: center;
}

.c_ttl.b {
  color: #fff;
}

.c_ttl.b span:before {
  border-color: #fff;
}

.c_ttl span {
  font-size: 2.4rem;
  display: block;
  font-weight: bold;
  padding-bottom: .1em;
  margin-bottom: .35em;
  position: relative;
  letter-spacing: .04em;
  margin-left: .04em;
}

.c_ttl span:before {
  content: '';
  position: absolute;
  left: 50%;
  transform: translate(-50%, 0);
  border-bottom: solid 1px #959595;
  width: 5.5em;
  bottom: 0;
}

.c_ttl small {
  display: block;
  font-size: 1.2rem;
  letter-spacing: .6em;
  margin-left: 1em;
}

.c_ttl small.b {
  letter-spacing: 00;
}

.c_btn {
  text-align: center;
}

.c_btn a, .c_btn span {
  font-size: 1.6rem;
  display: inline-block;
  border: solid 1px #000;
  width: 14.75em;
  position: relative;
}

.c_btn a:before, .c_btn span:before {
  content: '';
  position: absolute;
  background: url(../img/ico_arrow01.svg) no-repeat center center;
  background-size: contain;
  height: 100%;
  top: 0;
  right: 1em;
  width: .8125em;
}

.c_btn a {
  padding: .9em 0 .7em;
}

.c_btn input {
  padding: .9em 0 .7em;
  background: transparent;
}

.c_bg {
  background: #f5f5f5;
}

/*--------------------------------------------------------------
Layout/PageBase
--------------------------------------------------------------*/
#header {
  position: fixed;
  width: 100%;
  top: 0;
  z-index: 99;
}

#header a {
  display: block;
}

.h_top {
  background: #2a2a2a;
  height: 5em;
  padding-top: .8em;
}

@media screen and (max-width: 767px) {
  .h_top {
    height: 4em;
  }
}

.h_logo {
  text-align: center;
}

.h_logo img {
  width: 12.1em;
}

@media screen and (max-width: 767px) {
  .h_logo img {
    width: 10em;
  }
}

.h_sns li {
  display: inline-block;
}

.h_sns img {
  width: 1em;
}

@media screen and (min-width: 768px) {
  .h_sns {
    position: absolute;
    right: 50%;
    margin-right: -30em;
    top: 2em;
  }
  .h_sns li {
    margin-left: 1.5em;
  }
}

@media screen and (max-width: 767px) {
  .h_sns {
    margin-top: 4em;
    margin-left: 2.8em;
  }
  .h_sns li {
    margin-right: 1.2em;
  }
}

nav {
  background: #fff;
}

@media screen and (max-width: 767px) {
  .h_nav {
    color: #fff;
    padding-top: 5em;
    margin-left: 2.5em;
  }
  .h_nav li {
    margin-bottom: 1em;
  }
  .h_nav a {
    padding: 1em .4em .2em;
    font-size: 1.5rem;
    letter-spacing: .1em;
  }
  .h_nav a.active {
    border-bottom: solid 1px #fff;
  }
}

@media screen and (min-width: 768px) {
  .h_nav {
    height: 4em;
    text-align: center;
  }
  .h_nav li {
    display: inline-block;
    font-size: 1.5rem;
    width: 19%;
    vertical-align: top;
    padding: 1.7em 5em;
  }
  .h_nav a {
    padding: .2em;
  }
  .h_nav a:hover {
    opacity: 1;
    border-bottom: solid 1px #838383;
  }
  .h_nav a.active {
    border-bottom: solid 1px #838383;
  }
}

@media all and (min-width: 768px) {
  .h_sp_inner {
    height: auto !important;
  }
  #toggle_menu {
    display: block !important;
  }
}

@media all and (max-width: 767px) {
  .h_menu {
    position: absolute;
    right: 1.2em;
    top: 1.5em;
    width: 1.75em;
    z-index: 10;
    cursor: pointer;
  }
  #toggle_menu {
    position: fixed;
    top: 0;
    z-index: 9;
    left: -80%;
    width: 80%;
    height: 100%;
    transition: left .2s ease-in;
    -webkit-transition: left .2s ease-in;
    background: rgba(0, 0, 0, 0.7);
  }
  .h_sp_inner {
    overflow-y: auto;
  }
  body.open {
    overflow-y: hidden;
  }
  body.open #toggle_menu {
    left: 0;
  }
}

#footer {
  background: #000000;
  text-align: center;
}

.f_logo {
  padding: 2em 0 1.2em;
}

.f_logo img {
  width: 12.1em;
}

@media screen and (max-width: 767px) {
  .f_logo {
    padding: 1em 0 .6em;
  }
  .f_logo img {
    width: 10em;
  }
}

.f_copy {
  font-size: 1rem;
  color: #565656;
  border-top: solid 1px #565656;
  padding: 1em;
}

/*--------------------------------------------------------------
Component
--------------------------------------------------------------*/
.evt {
  visibility: hidden;
}

.c_anchor {
  position: absolute;
  margin-top: -4.5em;
}

@media all and (max-width: 767px) {
  .c_anchor {
    margin-top: -5em;
  }
}

/*--------------------------------------------------------------
Project
--------------------------------------------------------------*/
.top_main {
  margin-top: 9em;
  position: relative;
}

.top_main .img {
  background: url(../img/top_mv_img01.jpg) no-repeat center center;
  background-size: cover;
  height: 28em;
}

@media screen and (max-width: 767px) {
  .top_main {
    margin-top: 4em;
  }
}

.top_main .bx-pager {
  position: absolute;
  bottom: 1em;
  width: 100%;
  z-index: 101;
  text-align: center;
}

.top_main .bx-pager a {
  display: inline-block;
  vertical-align: bottom;
  color: transparent;
  width: .5em;
  height: .5em;
  background: #9d9d9d;
  border-radius: 50%;
}

.top_main .bx-pager a:hover {
  background: #fff;
}

.top_main .bx-pager a.active {
  background: #fff;
}

.top_main .bx-pager-item {
  display: inline-block;
  padding: 0 .5em;
}

.top_news {
  padding: 2.5em 0 4em;
}

.top_news .news_list {
  margin: 2em 0 1.5em;
}

@media screen and (max-width: 767px) {
  .top_news {
    padding: 1.5em 0 4em;
  }
  .top_news .news_list {
    margin: 1.5em 0 1em;
  }
}

.top_brand {
  background: #f5f5f5;
  padding: 4em 0;
}

.top_brand .brand_list {
  margin: 2em 0 1.5em;
}

@media screen and (max-width: 767px) {
  .top_brand {
    padding: 2em 0 3em;
  }
  .top_brand .brand_list {
    margin: 1.5em 0 1em;
  }
}

.top_com {
  background: #0e0e0e;
  color: #fff;
  padding: 4.4em 0 8em;
}

.top_com ul {
  margin-left: -2.6%;
  margin-top: 4em;
}

.top_com ul > li {
  margin-left: 2.6%;
  width: 30.73333%;
  float: left;
}

@media screen and (max-width: 767px) {
  .top_com ul {
    margin-left: 0;
  }
  .top_com ul > li {
    margin-left: 0;
    width: auto;
    float: none;
  }
}

.top_com a {
  border: solid 1px #7d7d7d;
  display: block;
  text-align: center;
  height: 9em;
}

.top_com a span {
  display: block;
  position: relative;
  top: 50%;
  transform: translate(0, -50%);
  letter-spacing: .15em;
}

.top_com a small {
  display: block;
  font-size: 70%;
}

@media screen and (max-width: 767px) {
  .top_com {
    padding: 2.4em 0 2em;
  }
  .top_com ul {
    margin-top: 2.4em;
    width: 74%;
    margin-left: 13%;
  }
  .top_com li {
    margin-bottom: 2em;
  }
  .top_com a {
    height: 5em;
  }
  .top_com a span {
    font-size: 1.8rem;
  }
}

.low {
  margin: 9em 0 9em;
  padding-top: 4em;
}

.low.b {
  padding: 0;
}

.low.c {
  border-top: solid 1px #d2d2d2;
  padding-top: 1em;
}

@media screen and (max-width: 767px) {
  .low.c {
    padding-top: 2.5em;
  }
}

@media screen and (max-width: 767px) {
  .low {
    margin: 4em 0 3em;
    padding: 2.5em 0 5em;
  }
  .low.d {
    margin-bottom: 0;
    padding-bottom: 1em;
  }
}

.low_path {
  margin-bottom: 1em;
}

.low_path li {
  display: inline-block;
  font-size: 1.1rem;
}

.low_path li + li:before {
  content: '>';
  margin: 0 .75em 0 .5em;
}

@media screen and (max-width: 767px) {
  .low_path {
    display: none;
  }
}

.brand_list ul {
  margin-left: -2.6%;
}

.brand_list ul > li {
  margin-left: 2.6%;
  width: 22.4%;
  float: left;
}

@media screen and (max-width: 767px) {
  .brand_list ul {
    margin-left: -4%;
  }
  .brand_list ul > li {
    margin-left: 4%;
    width: 46%;
  }
}

.brand_list li {
  margin-bottom: 2.5em;
}

.brand_list img {
  display: block;
}

.brand_list a {
  display: block;
  position: relative;
}

.brand_list a:before {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: #000;
  opacity: 0;
  transition: opacity .2s ease-in;
}

.brand_list a:hover {
  opacity: 1;
}

.brand_list a:hover:before {
  opacity: .4;
}

@media screen and (max-width: 767px) {
  .brand_list li {
    margin-bottom: 2em;
  }
}

.brands {
  padding: 4em 0 9em;
}

.brands .c_ttl {
  margin-bottom: 2em;
}

.brands .c_btn {
  margin-top: 5em;
}

@media screen and (max-width: 767px) {
  .brands {
    padding: 2.5em 0 5em;
  }
  .brands .c_ttl {
    margin-bottom: 1.5em;
  }
  .brands .c_btn {
    margin-top: 3em;
  }
}

.brand_ttl {
  text-align: center;
  margin-bottom: .5em;
}

.brand_gallery {
  margin-top: -5em;
  padding-bottom: 6em;
}

.brand_gallery .brand_list {
  margin: 2em 0 3em;
}

@media screen and (max-width: 767px) {
  .brand_gallery {
    margin-top: -2em;
    padding-bottom: 4em;
  }
  .brand_gallery .brand_list {
    margin: 1.5em 0 1em;
  }
  .brand_gallery .brand_list li {
    margin-bottom: 1em;
  }
}

.news_list ul {
  margin-left: -2.6%;
}

.news_list ul > li {
  margin-left: 2.6%;
  width: 22.4%;
  float: left;
}

@media screen and (max-width: 767px) {
  .news_list ul {
    margin-left: -4%;
  }
  .news_list ul > li {
    margin-left: 4%;
    width: 46%;
  }
}

.news_list li {
  margin-bottom: 2em;
}

.news_list a {
  display: block;
}

.news_list p {
  font-size: 1.6rem;
  margin-top: .6em;
}

.news_list p small {
  display: block;
  font-size: 1.4rem;
  margin-bottom: .2em;
}

.news_list p span {
  display: block;
  white-space: nowrap;
  overflow: hidden;
  -o-text-overflow: ellipsis;
  -webkit-text-overflow: ellipsis;
  text-overflow: ellipsis;
}

@media screen and (max-width: 767px) {
  .news_list li {
    margin-bottom: 1.5em;
  }
  .news_list p {
    font-size: 1.4rem;
    margin-top: 0;
  }
}

.low.news .c_ttl {
  margin-bottom: 2em;
}

.low.news .c_btn {
  margin-top: 5em;
}

@media screen and (max-width: 767px) {
  .low.news .c_ttl {
    margin-bottom: 1.5em;
  }
  .low.news .c_btn {
    margin-top: 3em;
  }
}

.news_body {
  width: 43em;
  max-width: 100%;
  margin: 2.5em auto 12em;
}

@media screen and (max-width: 767px) {
  .news_body {
    margin: 1.5em auto 6em;
  }
}

.news_ttl {
  position: relative;
  padding-bottom: .8em;
  margin-bottom: 2.2em;
}

.news_ttl:before {
  content: '';
  width: 6em;
  border-bottom: solid 2px #000;
  position: absolute;
  left: 0;
  bottom: 0;
}

.news_ttl span {
  display: block;
  font-size: 1.4rem;
  margin-bottom: .5em;
}

@media screen and (max-width: 767px) {
  .news_ttl {
    padding-bottom: .6em;
    margin-bottom: 1.2em;
    font-size: 1.8rem;
  }
  .news_ttl:before {
    width: 5em;
  }
}

.news_img {
  margin-bottom: 2.5em;
}

@media screen and (max-width: 767px) {
  .news_img {
    margin-bottom: 1em;
  }
}

.news_img img {
  width: 100%;
}

.news_movie {
  position: relative;
  margin-bottom: 2.5em;
  padding-top: 56%;
}

@media screen and (max-width: 767px) {
  .news_movie {
    margin-bottom: 1em;
  }
}

.news_movie iframe {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
}

.news_article {
  font-size: 1.6rem;
}

.news_article img {
  width: 100%;
}

.com_inner {
  width: 41.1em;
  margin: 0 auto;
  max-width: 100%;
}

.com_ttl {
  border-left: solid 2px #000;
  font-size: 3.2rem;
  letter-spacing: .02em;
  padding-left: .5em;
  line-height: 1;
}

.com_ttl small {
  display: block;
  font-size: 1.5rem;
}

@media screen and (max-width: 767px) {
  .com_ttl {
    font-size: 2.6rem;
  }
  .com_ttl small {
    font-size: 1.4rem;
  }
}

.com_info {
  margin: 3em 0 7em;
}

@media screen and (max-width: 767px) {
  .com_info {
    margin: 2em 0 5em;
  }
}

.com_info p {
  margin: 2em 0 5em;
}

@media screen and (max-width: 767px) {
  .com_info p {
    font-size: 1.7rem;
    margin: 1.5em 0 3em;
  }
}

.com_info dt {
  letter-spacing: .02em;
  margin-bottom: 1em;
}

.com_info dt small {
  display: block;
  font-size: 1.4rem;
}

@media screen and (max-width: 767px) {
  .com_info dt {
    margin-bottom: 0;
  }
}

.com_info table {
  width: 100%;
}

.com_info th {
  text-align: left;
  width: 9em;
}

.com_info tr > * {
  font-size: 1.4rem;
  border-bottom: solid 1px #c9c9c9;
  padding: 2em 0 .5em;
}

.com_info .map {
  position: relative;
  padding-top: 26em;
  margin-top: 5em;
}

.com_info .map iframe {
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
}

@media screen and (max-width: 767px) {
  .com_info .map {
    padding-top: 70%;
    margin-top: 2.5em;
  }
}

.com_biz {
  margin-bottom: 8em;
}

@media screen and (max-width: 767px) {
  .com_biz {
    margin-bottom: 4em;
  }
}

.com_biz ul {
  margin-top: 2em;
}

.com_biz li {
  float: left;
  width: 46.5%;
}

.com_biz li + li {
  float: right;
}

.com_biz dl {
  margin-top: .5em;
}

.com_biz dt {
  font-size: 1.8rem;
  margin-bottom: .5em;
}

.com_biz dd {
  font-size: 1.5rem;
}

.form {
  background: #f5f5f5;
  padding: 4em 0 8em;
}

@media screen and (max-width: 767px) {
  .form {
    padding: 4em 0 1em;
    margin-bottom: -5em;
  }
}

.form p {
  font-size: 1.2rem;
  text-align: right;
  margin-bottom: 2em;
}

.form em {
  color: #d63131;
}

.form .btn {
  text-align: center;
  margin-top: 6em;
}

@media screen and (max-width: 767px) {
  .form .btn {
    margin: 4em -2em;
  }
}

.form .c_btn {
  display: inline-block;
  margin: 0 1em;
}

.form .c_btn span {
  background: #fff;
}

.form .c_btn small {
  display: block;
  font-size: 1.2rem;
  margin-top: 1em;
}

@media screen and (max-width: 767px) {
  .form .c_btn {
    margin: 0 .5em;
  }
  .form .c_btn span {
    width: 12em;
    font-size: 1.5rem;
  }
}

.form table {
  width: 100%;
  margin-bottom: 1.8em;
}

@media screen and (max-width: 767px) {
  .form table {
    margin-bottom: .8em;
  }
}

.form tr > * {
  font-size: 1.5rem;
  border-bottom: solid 1px #c9c9c9;
  padding: 2em 0 .5em;
  vertical-align: bottom;
}

@media screen and (max-width: 767px) {
  .form tr > * {
    float: left;
    width: 100%;
    padding: 0;
  }
  .form tr > *.subject {
    display: none;
  }
}

.form th {
  text-align: left;
  width: 15em;
}

@media screen and (max-width: 767px) {
  .form th {
    width: 100%;
    border-bottom: none;
    padding-top: 1.2em;
  }
}

.form input[type="text"], .form input[type="email"], .form input[type="tel"], .form textarea, .form select {
  width: 100%;
  background: transparent;
  padding: .5em;
}

.form label {
  font-size: 1.5rem;
  margin-right: 2em;
}

.form label input {
  margin-right: .5em;
}

.form textarea {
  height: 18em;
  background: #fff;
  font-size: 1.5rem;
}

.thanks_lead {
  text-align: center;
  margin: 5.5em 0 15em;
  font-size: 1.6rem;
  line-height: 2;
}

@media screen and (max-width: 767px) {
  .thanks_lead {
    margin: 2em 0 6em;
  }
}

/*--------------------------------------------------------------
Utility
--------------------------------------------------------------*/
.u_wrap {
  overflow: hidden;
}

.u_inner {
  width: 62em;
  margin: 0 auto;
  padding: 0 1em;
  max-width: 100%;
}

#max {
  width: 62em;
}

#min {
  width: 22.5em;
}

.u_clearfix:after,
.u_clearfix > li:after {
  height: 0;
  visibility: hidden;
  content: ".";
  display: block;
  clear: both;
}

* html .u_clearfix,
* html .u_clearfix > li {
  zoom: 1;
}

* + html .u_clearfix,
* + html .u_clearfix li {
  zoom: 1;
}

.u_switch_img {
  opacity: 1;
}

.u_left {
  float: left;
}

.u_right {
  float: right;
}

.u_center {
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-align-items: center;
  align-items: center;
}

.u_col, .u_tbl {
  display: table;
  width: 100%;
}

.u_col > *, .u_tbl > * {
  vertical-align: middle;
  display: table-cell;
}

.u_relative {
  position: relative;
}

@media all and (min-width: 768px) {
  .u_visible_sp {
    display: none;
  }
}

@media all and (max-width: 767px) {
  .u_visible_pc {
    display: none;
  }
  .u_inner {
    width: auto;
    margin: 0 4.6875%;
    padding: 0;
  }
  .u_inner.sp {
    margin: 0;
  }
  .u_left {
    float: none;
    width: auto !important;
  }
  .u_right {
    float: none;
    width: auto !important;
  }
  .u_col {
    display: block;
  }
  .u_col > * {
    display: block;
    width: auto !important;
  }
}

/*# sourceMappingURL=style.css.map */