@charset "UTF-8";

/* html {
  font-size: 62.5%;
} */
.container,
.navbar-static-top .container,
.navbar-fixed-bottom .container,
.span12 {
  width: 1200px;
}

.container {
  margin-right: auto;
  margin-left: auto;
  /* for sp */
}

@media only screen and (max-width: 767px) {
  .container {
    width: 100% !important;
  }
}
.body.container {
  color: #000;
  font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", MS PGothic, sans-serif;
  font-size: 12px;
  letter-spacing: 0.05em;
  overflow: hidden;
  /* --------  top area--------------- */
  /* logo */
  /* for tablet */
  /* for sp */
}

.body.container img {
  height: auto;
  max-width: 100%;
  vertical-align: middle;
  border: 0;
  -ms-interpolation-mode: bicubic;
}

.body.container figure {
  margin: 0;
  padding: 0;
}

.body.container p {
  margin: 0 0 1rem;
}

.body.container .container,
.body.container .navbar-static-top .container,
.body.container .navbar-fixed-top .container,
.body.container .navbar-fixed-bottom .container,
.body.container .span12 {
  width: 120rem;
}

.body.container #page-body,
.body.container #brandNavi {
  background: #fff;
}

.body.container #lp {
  margin-bottom: 150px;
}

.body.container .bannerPC {
  display: block !important;
  width: 70%;
  margin-left: auto;
  margin-right: auto;
}

.body.container .bannerSMP {
  display: none !important;
}

.body.container .itemimage {
  display: block !important;
  width: 50%;
  margin-left: auto;
  margin-right: auto;
}

.body.container .tresse {
  display: block;
  width: 750px;
  margin: auto;
}

.body.container .maintitle {
  font-size: 1.6em;
  text-align: center;
  line-height: 1.5;
  font-weight: bold;
  margin-top: 80px;
}

.body.container .maintext {
  font-size: 1.2em;
  text-align: center;
  margin-bottom: 50px;
  line-height: 1.5;
}

.body.container .pcbr {
  display: block !important;
}

.body.container .style_image {
  display: block !important;
  width: 50%;
  margin-left: auto;
  margin-right: auto;
}

.body.container .subtext {
  font-size: 1.2em;
  text-align: left;
  margin-top: 50px;
  margin-bottom: 50px;
  line-height: 1.5;
}

.body.container .itemimage {
  display: block !important;
  width: 60%;
  margin-left: auto;
  margin-right: auto;
}

.body.container .itemtitle {
  font-size: 1em;
  text-align: center;
  margin-top: 10px;
  line-height: 1.8;
}

.body.container .matometext {
  font-size: 1.2em;
  text-align: left;
  margin-top: 100px;
  line-height: 1.5;
}

.body.container .attentiontext {
  font-size: 1em;
  text-align: left;
  margin-top: 50px;
  margin-bottom: 30px;
  line-height: 1.5;
}

.body.container #brandNavi {
  padding-bottom: 2rem;
}

.body.container .logo {
  display: block !important;
  width: 15%;
  margin-top: 150px;
  margin-bottom: 50px;
  margin-left: auto;
  margin-right: auto;
}

.body.container .logo:hover {
  opacity: 0.8;
  cursor: pointer;
}

.body.container #brandNavi li svg {
  width: 150px;
  max-width: 100%;
  height: 75px;
}

.body.container .norc {
  text-align: center;
}





@media only screen and (min-width: 768px) and (max-width: 979px) {


  .body.container .bannerPC {
    display: none !important;
  }

  .body.container .bannerSMP {
    display: block !important;
    width: 100%;
  }

  .body.container #page-body {
    border: none;
    clear: both;
  }
  .body.container .container,
  .body.container .navbar-static-top .container,
  .body.container .navbar-fixed-top .container,
  .body.container .navbar-fixed-bottom .container,
  .body.container .span12 {
    width: calc(1200* (100vw / 979));
  }

  .body.container #lp {
    margin-bottom: calc(250* (100vw / 979));
  }

  .body.container .tresse {
    display: block;
    width: 100%;
  }

  .body.container .maintitle {
    font-size: 1.9em;
    margin-top: calc(50* (100vw / 979));
  }

  .body.container .maintext {
    font-size: 1.6em;
    text-align: left;
    margin-top: calc(30* (100vw / 979));
    margin-bottom: calc(80* (100vw / 979));
  }

  .body.container .pcbr {
    display: none !important;
  }

  .body.container .style_image {
    width: 70%;
  }

  .body.container .subtext {
    font-size: 1.6em;
    margin-top: calc(60* (100vw / 979));
    margin-bottom: calc(80* (100vw / 979));
  }

  .body.container .itemimage {
    display: block !important;
    width: 100%;
  }

  .body.container .itemtitle {
    font-size: 1.4em;
    margin-top: calc(10* (100vw / 979));
    line-height: 1.4;
  }

  .body.container .matometext {
    font-size: 1.6em;
    margin-top: calc(150* (100vw / 979));
  }

  .body.container .attentiontext {
    font-size: 1.4em;
    margin-top: calc(80* (100vw / 979));
    margin-bottom: calc(30* (100vw / 979));
  }
  .body.container #brandNavi {
    padding-bottom: calc(40* (100vw / 979));
  }

  .body.container .logo {
    margin-top: calc(300* (100vw / 979));
    margin-bottom: calc(100* (100vw / 979));
  }

  .body.container #brandNavi li svg {
    width: calc(350* (100vw / 979));
    height: calc(130* (100vw / 979));
  }

  .body.container .header__brand-logo {
    left: calc(-14 * (100vw / 979));
  }

  .body.container .header-item__icon {
    right: calc(10 * (100vw / 979));
  }
  
  #Foot{
    width:1200px;
  }
}


@media (min-width: 980px) and (max-width: 1200px){
.container, .navbar-static-top .container, .navbar-fixed-top .container, .navbar-fixed-bottom .container, .span12, #header-nav, #global-navi .nav, #global-navi.fixed .nav {
  width: 940px;
}
.container {
margin-right: auto;
margin-left: auto;
}
#lp {
  margin-bottom: 150px;
}
.bannerPC {
  display: block !important;
  width: 70%;
  margin-left: auto;
  margin-right: auto;
}
}




@media only screen and (max-width: 767px) {
  .body.container {
    padding: 0 calc(20* (100vw / 750));
    width: auto;
  }

  .body.container .bannerPC {
    display: none !important;
  }

  .body.container .bannerSMP {
    display: block !important;
    width: 100%;
  }

  .body.container .container,
  .body.container .navbar-static-top .container,
  .body.container .navbar-fixed-top .container,
  .body.container .navbar-fixed-bottom .container,
  .body.container .span12 {
    width: calc(1200* (100vw / 1200));
  }

  .body.container #lp {
    margin-bottom: calc(150* (100vw / 750));
  }

  .body.container .tresse {
    display: block;
    width: 100%;
  }

  .body.container .maintitle {
    font-size: calc(29* (100vw / 750));
    margin-top: calc(100* (100vw / 750));
  }

  .body.container .maintext {
    font-size: calc(24* (100vw / 750));
    text-align: left;
    margin-top: calc(60* (100vw / 750));
    margin-bottom: calc(100* (100vw / 750));
  }

  .body.container .pcbr {
    display: none !important;
  }

  .body.container .style_image {
    width: 70%;
  }

  .body.container .subtext {
    font-size: 1em;
    margin-top: calc(60* (100vw / 750));
  }

  .body.container .itemimage {
    display: block !important;
    width: 100%;
  }

  .body.container .itemtitle {
    font-size: calc(21* (100vw / 750));
    margin-top: calc(20* (100vw / 750));
    line-height: 1.4;
  }

  .body.container .matometext {
    font-size: calc(24* (100vw / 750));
    margin-top: calc(200* (100vw / 750));
  }

  .body.container .attentiontext {
    font-size: calc(21* (100vw / 750));
    margin-top: calc(100* (100vw / 750));
    margin-bottom: calc(60* (100vw / 750));
  }

  .body.container #brandNavi {
    padding-bottom: calc(40* (100vw / 750));
  }

  .body.container .logo {
    margin-top: calc(300* (100vw / 750));
    margin-bottom: calc(100* (100vw / 750));
  }

  .body.container #brandNavi li svg {
    width: calc(180* (100vw / 750));
    height: calc(130* (100vw / 750));
  }

  .body.container .header__brand-logo {
    left: calc(-14 * (100vw / 750));
  }

  .body.container .header-item__icon {
    right: calc(30 * (100vw / 750));
  }
}


/*# sourceMappingURL=style.css.map */