@charset "UTF-8";

html {
  font-size: 62.5%;
}
.container, .navbar-static-top .container, .navbar-fixed-bottom .container, .span12 {
  width: 120rem;
}
.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: 1.2rem;
  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: 15rem;
}
.bannerPC{
  display: block !important;
  width:70%;
  margin-left: auto;
  margin-right: auto;
}
.bannerSMP{
  display: none !important;
}
.itemimage{
  display: block !important;
  width:50%;
  margin-left: auto;
  margin-right: auto;
}
.maintitle{
font-size: 1.6em;
text-align: center;
line-height: 1.5;
font-weight: bold;
}
.maintext,.subtext {
  font-size: 1.2em;
  text-align: left;
  margin-left: 25rem;
  margin-right: 25rem;
  margin-bottom: 3rem;
  line-height: 1.5;
}
.itemtitle {
  font-size: 1.1em;
  text-align: center;
  text-decoration: underline;
  margin-top: 1rem;
  line-height: 1.5;
}
.price{
  font-size: 1.1em;
  text-align: center;
  margin-top: 1rem;
  line-height: 1.5;
}
.button a {
  display: block;
  color: white;
  padding: 1.75rem;
  margin: 20rem;
  font-size: 1.1em;
  font-weight: bold;
  text-align: center;
  text-decoration: none;
  background-color: black;
  border-radius: 0;
 }
 .button :hover {
  background-color: #dcdcdc;
 }

 .button :active{
  background: white;
 }

 /* logo */
 #brandNavi {
  padding-bottom: 2rem;
}
.logo{
  display: block !important;
  width: 15%;
  margin-top: 15rem;
  margin-bottom: 5rem;
  margin-left: auto;
  margin-right: auto;
}
.logo:hover{
  opacity: 0.8;
  cursor: pointer;
}
.logo:active{
  position: relative;
  top: 0.1rem;
}
#brandNavi li svg {
  width: 15rem;
  max-width: 100%;
  height: 7rem;
}
.norc{
  text-align: center;
}


/* for tablet */ 
/* @media only screen and ( min-width: 768px ) and ( max-width: 1200px ){ 
  html {
   font-size: calc(10* (100vw / 1200));
  } 
  .button a {
    padding: calc(20* (100vw / 1200));
    margin-top: calc(300* (100vw / 1200));
    margin-left: calc(63* (100vw /1200));
    margin-right: calc(63* (100vw / 1200));
    font-size: calc(17* (100vw / 1200));
  }
  #brandNavi li svg {
    width: 23rem;
    max-width: 100%;
    height: 12.5rem;
}
} */


/* for sp */
@media only screen and (max-width: 767px) {
  .bannerPC{
    display: none !important;
  }
  .bannerSMP{
    display: block !important;
    width: 100%;
  }
  .itemimage{
    display: block !important;
    width:100%;
  }

  #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: calc(750* (100vw / 750));
  }

  #lp {
    margin-bottom: calc(180* (100vw / 750));
  }
  .maintitle {
    font-size: calc(29* (100vw / 750));
    margin-top:calc(100* (100vw / 750));
    margin-left: 0;
    margin-right: 0;
  }
  .maintext,.subtext {
    font-size: calc(24* (100vw / 750));
    margin-left: 0;
    margin-right: 0;
    margin-top: calc(60* (100vw / 750));
    margin-bottom: calc(60* (100vw / 750));
  }
  .itemtitle {
    font-size: calc(21* (100vw / 750));
    margin-top: calc(20* (100vw / 750));
    line-height: 1.4;
  }
  .price {
    font-size:  calc(21* (100vw / 750));
    text-align: center;
    margin-top: calc(20* (100vw / 750));
    line-height: 1.4;
  }
  .button a {
    padding: calc(28* (100vw / 750));
    margin-top: calc(300* (100vw / 750));
    margin-left: calc(80* (100vw / 750));
    margin-right: calc(80* (100vw / 750));
    font-size: calc(21* (100vw / 750));
  }

  
  #brandNavi {
    padding-bottom: calc(40* (100vw / 750));
  }
  .logo{
    display: block !important;
    width: 30%;
    margin-top: calc(200* (100vw / 750));
    margin-bottom: calc(100* (100vw / 750));
  }
  .logo:active{
    position: relative;
    top: calc(20* (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: 768px ) 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: calc(1200 * (100vw / 1200));
  }
   .bannerPC{
    display: block !important;
    width:70%;
    margin-left: auto;
    margin-right: auto;
  }
  .bannerSMP{
    display: none !important;
  }
  .itemimage{
    display: block !important;
    width:50%;
    margin-left: auto;
    margin-right: auto;
  }
  .maintitle{
    font-size:  calc(24 * (100vw / 1200));
    text-align: center;
    line-height: 1.5;
    font-weight: bold;
    }
    .maintext,.subtext {
      font-size: calc(17.5 * (100vw / 1200));
      text-align: left;
      margin-left: calc(300* (100vw / 1200));
      margin-right: calc(300* (100vw / 1200));
      margin-bottom: calc(30* (100vw / 1200));
      line-height: 1.5;
    }
    .itemimage {
      display: block !important;
      width: 50%;
      margin-left: auto;
      margin-right: auto;
  }
  .itemtitle {
    font-size:  calc(16 * (100vw / 1200));
    text-align: center;
    text-decoration: underline;
    margin-top: calc(10 * (100vw / 1200));
    line-height: 1.5;
  }
  .price{
    font-size:   calc(14 * (100vw / 1200));
    text-align: center;
    margin-top: calc(10* (100vw / 1200));
    line-height: 1.5;
  }
  .button a {
    display: block;
    color: white;
    padding: calc(22* (100vw / 1200));
    margin: calc(235* (100vw / 1200));
    font-size: calc(16 * (100vw / 1200));
    font-weight: bold;
    text-align: center;
    text-decoration: none;
    background-color: black;
    border-radius: 0;
}
#brandNavi li svg {
  width: calc(180* (100vw / 1200));
  max-width: 100%;
}
}
 