@charset "UTF-8";

/* html {
  font-size: 62.5%;
} */
.container {
  margin-right: auto;
  margin-left: auto;
}
body, input, button, select, textarea {
  color: #000;
  font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", MS PGothic, sans-serif;
  font-size: 12px;
  letter-spacing: 0.05em;
}
img {
  height: auto;
  max-width: 100%;
  vertical-align: middle;
  border: 0;
  -ms-interpolation-mode: bicubic;
}
figure {
  margin: 0;
  padding: 0;
}
p {
  margin: 0 0 1rem;
}
article, aside, details, figcaption, figure, footer, header, hgroup, nav, section {
  display: block;
}
/* --------  top area--------------- */

.container, .navbar-static-top .container, .navbar-fixed-top .container, .navbar-fixed-bottom .container, .span12 {
  width: 120rem;
}
#page-body, #brandNavi {
  background: #fff;
}
#lp {
  margin-bottom: 150px;
}
.nc_popup {
  display: block;
  width: 750px;
  margin: auto;
}
.maintitle {
  font-size: 1.6em;
  text-align: center;
  font-weight: bold;
  margin-top: 80px;
}
.maintext {
  font-size: 1.2em;
  text-align: center;
  line-height: 2;
  margin-top: 80px;
}

/* logo */
#brandNavi {
  padding-bottom: 20px;
}
.logo{
  display: block !important;
  width: 15%;
  margin-top: 150px;
  margin-bottom: 50px;
  margin-left: auto;
  margin-right: auto;
}
.logo:hover{
  opacity: 0.8;
  cursor: pointer;
}
#brandNavi li svg {
  width: 150px;
  max-width: 100%;
  height: 65px;
}
.norc{
  text-align: center;
}



  
/* for sp */
@media only screen and (max-width: 767px) {
  #page-body {
    border: none;
    clear: both;
  }
  #page-body {
    padding: 0 calc(20* (100vw / 750));
    width: auto;
  }
  .container, .navbar-static-top .container, .navbar-fixed-top .container, .navbar-fixed-bottom .container, .span12 {
    width: 100%;
  }

  #lp {
    margin-bottom: calc(180* (100vw / 750));
  }
  .nc_popup {
    width: calc(715* (100vw / 750)) !important;
  }
  .maintitle {
    font-size: calc(38* (100vw / 750));
    margin-top: calc(160* (100vw / 750));
  }
  .maintext {
    font-size: calc(29* (100vw / 750));
    margin-top: calc(160* (100vw / 750));
  }
  #brandNavi {
    padding-bottom: calc(40* (100vw / 750));
  }
  .logo{
    margin-top: calc(300* (100vw / 750));
    margin-bottom: calc(100* (100vw / 750));
  }
  #brandNavi li svg {
    width: calc(180* (100vw / 750));
    height: calc(130* (100vw / 750));
  }
  /* header */
  .header__brand-logo {
    left: calc(-14 * (100vw / 750));
  }
  .header-item__icon {
    right: calc(30 * (100vw / 750));
  }
}



/* for tablet */ 
@media only screen and ( min-width: 750px ) and ( max-width: 1200px ){
  
  /* html {
   font-size: calc(10* (100vw / 1200));
  }  */

}