@charset "UTF-8";

.container,
.navbar-static-top .container,
.navbar-fixed-bottom .container,
.span12 {
  max-width: 1200px;
  width: 100%;
  margin: 0 auto 15rem;
}

#page-body p{
  font-family: 'ヒラギノ角ゴ Pro W3','Hiragino Kaku Gothic Pro';
}

#page-body{
  letter-spacing: 0.05em;
}

#lp{
  margin-bottom: 15rem;
}

.banner{
  display: block !important;
  width:80%;
  margin-top: 5rem;
  margin-left: auto;
  margin-right: auto;
}

.ribbon_overolls{
  display: block;
  width: 75rem;
  margin: auto;
}

.main_text {
  font-size: 1.44rem;
  letter-spacing: 0.05em;
  text-align: center;
  margin-top: 5rem;
  margin-bottom: 5rem;
  line-height: 2;
}

.pcbr{
  display: block !important;
}

.overalls_image{
display: block !important;
width: 50%;
margin-top: 5rem;
margin-left: auto;
margin-right: auto;
}

.itemname {
  font-size: 1.2rem;
  text-align: center;
  margin-top: 1rem;
  line-height: 1.5;
  text-decoration: underline;
}
.itemname a:hover{
  color: #777;
  opacity: 0.7;
}

.price1{
  font-size: 1.2rem;
  text-align: center;
  margin-top: 1rem;
  line-height: 1.5;
}

.style_image{
display: block !important;
width: 100%;
margin-top: 10rem;
}

.style_image2{
display: block !important;
width: 100%;
margin-top: 5rem;
}

.code_point{
  font-size: 1.45rem;
  text-align: left;
  margin-top: 5rem;
  line-height: 1.5;
}

.price2{
  font-size: 1.2rem;
  text-align: center;
  margin-top: 3rem;
  line-height: 1.5;
}
.price2 a:hover{
  color: #777;
  opacity: 0.7;
}

.button a {
 color: white;
 padding: 1.5rem;
 margin-top: 10rem;
 margin-left: 35rem;
 margin-right: 35rem;
 display: block;
 font-size: 1.32rem;
 font-weight: bold;
 text-align: center;
 text-decoration: none;
 background-color: black;
 border-radius: 0px;
 font-family: 'ヒラギノ角ゴ Pro W3','Hiragino Kaku Gothic Pro';
 line-height: 2rem;
}

.button :hover {
  background-color: #dcdcdc;
}


@media only screen and (max-width: 767px){
#page-body {
    padding: 0 calc(20* (100vw / 750));
    width: auto;
}

#lp{
  margin-bottom: calc(150* (100vw / 750));
}

.banner{
  display: block !important;
  width: 100%;
}

.main_text{
  font-size: calc(24* (100vw / 750));
  text-align: left;
  margin-top: calc(80* (100vw / 750));
  margin-left: calc(20* (100vw / 750));
  margin-right: calc(20* (100vw / 750));
  margin-bottom: calc(100* (100vw / 750));
}

.pcbr{
  display: none;
}

.ribbon_overolls{
 display: block;
 width: 100%;
}

.overalls_image{
  width: 80%;
}

.itemname {
  font-size: calc(21.6* (100vw / 750));
}

.price1{
  font-size: calc(21.6* (100vw / 750));
}

.code_point{
  font-size: calc(24* (100vw / 750))!important;
}

.price2{
  font-size: calc(21.6* (100vw / 750));
}

.button a {
  padding: calc(20* (100vw / 750)) ;
  margin-top: calc(200* (100vw / 750));
  margin-left: calc(60* (100vw / 750));
  margin-right: calc(60* (100vw / 750));
  font-size: calc(21.6* (100vw / 750));
  line-height: calc(40* (100vw / 750));
}


}


/* for Tablet */
@media screen and (max-width: 1200px) {


  .code_point{
    font-size: 1.4rem;
  }
  
  }
