﻿@charset "UTF-8";

#lp{
  margin-bottom: 150px;
}

.banner{
  display: block !important;
  width:80%;
  margin-top: 50px;
  margin-left: auto;
  margin-right: auto;
}

.ls_size_guide{
  display: block;
  width: 750px;
  margin: auto;
}

.main_text{
  font-size: 18px;
  line-height: 2;
  text-align: center;
  margin-top: 50px;
  margin-bottom: 50px;
}

.cp_hr01 {
	border-top: solid 1px;
  border-color: #dcdcdc;
  text-align:center;
}

.model_image{
  display: block !important;
  width: 60%;
  margin-top: 100px;
}

.style_flex{
  display: flex;
  list-style: none;
  margin-top: 50px;
}

a :hover {
  opacity:0.6;
  cursor: pointer;
}
a :active{
  position: relative;
	top: 1px;
}

.style_image{
  width: 100%;
}

.code_point{
  font-size: 18px;
  line-height: 1.7;
  text-align: left;
  margin-top: 30px;
  margin-bottom: 50px;
}

.pcbr{
  display: block !important;
}

.button a {
  color: white;
  padding: 15px;
  margin-top: 150px;
  margin-left: 250px;
  margin-right: 250px;
  display: block;
  font-size: 18px;
  font-weight: bold;
  text-align: center;
  text-decoration: none;
  background-color: black;
  border-radius: 0px;
}

.button :hover {
  background-color: #dcdcdc;
}

@media(max-width:800px){

#lp{
  margin-bottom: 75px;
}

.banner{
  width:98%;
}

.ls_size_guide{
  display: block;
  width: 100%;
}

.main_text{
  text-align: left;
  margin-top: 50px;
  padding: 0 calc(30*(100vw/750));
  font-size: calc(30*(100vw/750));
}

.cp_hr01 {
  width: 300px;
  margin-left: auto;
  margin-right: auto;
}

.model_image{
  width: 95%;
  margin-top: 50px;
  margin-left: auto;
  margin-right: auto;
}

.style_image{
  width: 97%;
}

.code_point{
  text-align: left;
  margin-top: 50px;
  padding: 0 calc(30*(100vw/750));
  font-size: calc(30*(100vw/750));
}

.button a {
  padding: 10px;
  margin-top: 100px;
  margin-left: 30px;
  margin-right: 30px;
}

}
