@charset "UTF-8";

.container,
.navbar-static-top .container,
.navbar-fixed-bottom .container,
.span12 {
  max-width: 1200px;
  width: 100%;
  margin: 0 auto;
}

p{
  font-family: 'ヒラギノ角ゴ Pro W3','Hiragino Kaku Gothic Pro';
}

.mainWrap{
  letter-spacing: 0.05em;
}

#lp{
  margin-bottom: 15rem;
}

.banner{
  display: block !important;
  width:80%;
  margin-top: 5rem;
  margin-left: auto;
  margin-right: auto;
}

.rn_all_in_one{
  display: block;
  width: 75rem;
  margin: auto;
}

.main_title{
  font-size: 1.44rem;
  letter-spacing: 0.05em;
  line-height: 2;
  text-align: center;
  margin-top: 8rem;
}

.item_image{
  display: block !important;
  width: 70%;
  margin-top: 10rem;
  margin-left: auto;
  margin-right: auto;
}

.itemname{
  font-size: 1.44rem;
  text-decoration: underline;
  text-align: center;
  margin-top: 3rem;
  line-height: 1.5;
}
.itemname a:hover{
  color: #777;
  opacity: 0.7;
}

.price1{
  font-size: 1.2rem;
  text-align: center;
  margin-top: 3rem;
  line-height: 1.5;
}

.main_text {
  font-size: 1.44rem;
  letter-spacing: 0.05em;
  text-align: center;
  margin-top: 8rem;
  line-height: 2;
}

.pcbr{
  display: block !important;
}

.style_flex{
  display: flex;
  list-style: none;
  padding: 0;
  margin-top: 20rem;
}

a :hover {
  opacity:0.6;
  cursor: pointer;
}
a :active{
  position: relative;
	top: 0.1rem;
}

.style_image1{
  width: 100%;
}

.style_image2{
  width: 100%;
  margin-top: 5rem;
}

.code_point{
  font-size: 1.44rem;
  text-align: left;
  margin-top: 5rem;
  line-height: 1.5;
}

.price2{
  font-size: 1.2rem;
  text-align: left;
  margin-top: 3rem;
  line-height: 1.5;
  text-decoration: underline;
}
.price2 a:hover{
  color: #777;
  opacity: 0.7;
}

.button a {
  color: white;
  padding: 1.5rem;
  margin-top: 20rem;
  margin-left: 250px;
  margin-right: 250px;
  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{
  width:100%;
}

.rn_all_in_one{
  display: block;
  width: 100%;
}

.main_title{
  font-size: calc(24* (100vw / 750));
  text-align: left;
  margin-top: calc(100* (100vw / 750));
}

.item_image{
  width: 100%;
  margin-top: calc(100* (100vw / 750));
}

.itemname{
  font-size: calc(24* (100vw / 750));
}

.price1{
  font-size: calc(24* (100vw / 750));
}

.main_text{
  font-size: calc(24* (100vw / 750));
  text-align: left;
}

.pcbr{
  display: none !important;
}

.style_flex{
  margin-top: calc(240* (100vw / 750));
}

.style_image2{
  margin-top: calc(40* (100vw / 750));
}

.code_point{
  font-size: calc(24* (100vw / 750));
  text-align: left;
  margin-top: calc(100* (100vw / 750));
  line-height: 1.5;
}

.price2{
  text-align: center;
}

.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));
}
}



