@charset "UTF-8";

.container,
.navbar-static-top .container,
.navbar-fixed-bottom .container,
.span12 {
  max-width: 1200px;
  width: 100%;
  margin: 0 auto 15rem;
}

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;
}

.koe_collaboration{
  display: block;
  width: 75rem;
  margin: auto;
}

.main_text{
  font-size: 1.56rem;
  text-align: center;
  line-height: 2;
  margin-top: 10rem;
}

.style_image{
  display: block !important;
  width: 100%;
  margin-top: 12rem;
  margin-left: auto;
  margin-right: auto;
}

.sub_text{
  font-size: 1.44rem;
  text-align: left;
  line-height: 2;
  margin-top: 5rem;
}

.item_image{
  display: block !important;
  width: 60%;
  margin-left: auto;
  margin-right: auto;
}

a :hover {
  opacity:0.6;
  cursor: pointer;
}

a :active{
  position: relative;
              top: 1px;
}

.itemname{
  font-size: 1.2rem;
  text-decoration: underline;
  text-align: center;
  line-height: 1.5;
}
.itemname a:hover{
  color: #777;
  opacity: 0.7;
}

.price{
  font-size: 1.2rem;
  text-align: center;
  margin-top: 3rem;
  line-height: 1.5;
}

.credit{
  font-size: 1.08rem;
  text-align: center;
  margin-top: 10rem;
}

.button a {
  color: #333127;
  padding: 1.5rem;
  margin-top: 10.5rem;
  margin-left: 250px;
  margin-right: 250px;
  display: block;
  font-size: 1.3rem;
  font-weight: bold;
  text-align: center;
  background-color: #e6e6d8;
  text-decoration: none;
  border-radius: 0;
  font-family: 'ヒラギノ角ゴ Pro W3','Hiragino Kaku Gothic Pro';
  line-height: 2rem;
}

.button :hover {
  background-color: #ccc39b;
  opacity: 0.7;
}

@media only screen and (max-width: 767px){
#page-body {
    padding: 0 calc(20* (100vw / 750));
    margin: 0 auto;
}

#lp{
  margin-bottom: calc(150* (100vw / 750));
}

.banner{
  width:100%;
  margin-top: calc(100* (100vw / 750));
}

.main_text{
  font-size: calc(29* (100vw / 750));
  margin-top: calc(200* (100vw / 750));
}

.style_image{
  margin-top: calc(240* (100vw / 750));
}

.sub_text{
  font-size: calc(28.8* (100vw / 750))!important;
  margin-top: calc(100* (100vw / 750));
  margin-bottom: calc(20* (100vw / 750));
}

.koe_collaboration{
  display: block;
  width: 100%;
}

.item_image{
  width: 100%;
}

.itemname{
  font-size: calc(24* (100vw / 750));
}

.price{
  font-size: calc(24* (100vw / 750));
  margin-top: calc(60* (100vw / 750));
}

.credit{
  font-size: calc(21.6* (100vw / 750));
  margin-top: calc(200* (100vw / 750));
  margin-bottom: calc(20* (100vw / 750));
}

.button a {
  padding: calc(20* (100vw / 750));
  margin-top: calc(210* (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) {

  .sub_text{
    font-size: 1.4rem;
    text-align: left;
    line-height: 2;
    margin-top: 5rem;
  }
  
  }
