@charset "UTF-8";
/* CSS Document */





/*------------------------------------------------
main
------------------------------------------------*/
.page_main_wrap {
  display: flex;
  justify-content: space-between;
  border-bottom: solid 1px #898989;
  padding-bottom: 40px;
}
.page_main_img {
  width: 45%;
  position: relative;
}
.limited {
  text-align: right;
  margin-top: 5px;
}
.page_main_derails {
  width: 50%;
}
.m_block_r_page {
  text-align: right;
  padding: 0 20px 20px 0;
  margin-top: -40px;	
}
.m_block_r_page a:hover {
  opacity: 0.6;
  transition: 0.5s;
}
#sec01 {
  padding: 40px 0;
}
#sec01 .h2_title {
  font-size: 23px;
  font-size: min(2.0vw,23px);	
  text-align: center;
  font-weight: 600;
  line-height: 1.4;
	margin-bottom: 60px;
}
#sec01 .h2_title span {
  font-size: 16px;
  font-size: min(1.5vw,16px);	
  line-height: 1.4;	
  margin-bottom: 14px;
  font-weight: normal;
  display: block;
}
#sec01 .sub_title {
  font-size: 18px;
  font-size: min(1.6vw,18px);	
  line-height: 1.3;
  text-align: center;
  margin-bottom: 40px;
  letter-spacing: 0.06em;	
}
#sec01 .txt {
  font-size: 16px;
  font-size: min(1.5vw,16px);		
  line-height: 2;
	margin-bottom: 40px;
}
#sec01 .price_area {
  font-size: 21px;
  font-size: min(1.9vw,21px);		
  background: #151616;
  padding: 20px 30px;
  margin-bottom: 16px;
}
#sec01 .pro_code {
  font-size: 16px;
  font-size: min(1.5vw,16px);	
}
#sec01 .pro_spec_wrap {
  padding: 40px 0 0 0;
  font-size: min(1.5vw,16px);
}
#sec01 .pro_spec_wrap p {
  line-height: 1.6;
}
#sec01 .spec_dl {
  font-size: 15px;
  font-size: min(1.3vw,15px);	
  line-height: 1.7;
  letter-spacing: 0.06em;	
}
#sec01 .spec_dl {
  display: flex;
	margin-bottom: 32px;
}
#sec01 .spec_dl:last-child {
	margin-bottom: 0;
}
#sec01 .spec_dt {
  width: 120px;
}
#sec01 .spec_dd {
  width: calc(100% - 120px);
}
#sec01 .pro_spec_wrap p {
  margin-bottom: 10px;
}
#sec01 table {
  border: solid 1px #fff;
  max-width: 80%;
}
table td {
  padding: 5px 20px;
  font-size: 14px;
  line-height: 1.3;
  white-space: nowrap;
}
#sec01 .note {
  font-size: 12px;
  margin-top: 5px;
}



@media screen and (max-width:1100px){
#sec01 {
  padding: 40px 20px;	
	}
}

@media screen and (max-width:768px){
.page_main_wrap {
  display: block;
}
.page_main_img {
  width: 100%;
  margin-bottom: 16px;
}	
.page_main_derails {
  width: 100%;
}
.m_block_r_page {
  padding: 0 20px 20px 0;
}	
#sec01 {
  padding: 30px 20px 40px 20px;
}	
#sec01 .h2_title {
  font-size: 20px;
  text-align: left;
  margin-bottom: 40px;
}	
#sec01 .h2_title span {
  font-size: 15px;
  margin-bottom: 14px;
  display: block;
}
#sec01 .sub_title {
  font-size: 18px;
  margin-bottom: 24px;
  text-align: left;	
}	
#sec01 .txt {
  font-size: 16px;
  line-height: 1.6;
  letter-spacing: 0.06em;
	}
#sec01 .price_area {
  font-size: 18px;
  padding: 16px 16px;
  margin-bottom: 16px;
}	
#sec01 .price_area span{
  display: block;
  font-size: 80%;
  margin-bottom: 10px;	
	}	
#sec01 .pro_code {
  font-size: 14px;
}	
#sec01 .pro_spec_wrap {
  padding: 20px 0 0 0;
}	
#sec01 .spec_dl {
  display: block;
  margin-bottom: 20px;
}
#sec01 .spec_dt {
  width: 100%;
  font-weight: bold;
}	
#sec01 .spec_dd {
  width: 100%;
}	
#sec02 {
  background: #151616;
  padding: 40px 0 20px 0;
}	
#sec01 table {
  border: solid 1px #fff;
  column-span: 20px;
  max-width: 100%;
  width: 100%;
}	
#sec01 table td {
  padding: 5px 20px;
  font-size: 14px;
  line-height: 1.3;
  white-space: inherit;
}	
#sec01 .pro_spec_wrap {
  font-size: 16px;
}	
}






/*------------------------------------------------
colum
------------------------------------------------*/
#sec02 {
  background: #151616;
  padding: 60px 0 20px 0;
}
#sec02 .h2_title {
  font-size: 26px;
  font-size: min(2.3vw,26px);	
  font-weight: 600;
  margin-bottom: 80px;
  letter-spacing: 0.06em;	
}
#sec02 .h2_title span {
  font-size: 13px;
  font-size: min(1.1vw,13px);	
  color: #888988;
  display: block;
  letter-spacing: 0.08em;
  margin-bottom: 30px;
}
#sec02 .txt {
  font-size: 16px;
  font-size: min(1.5vw,16px);	
  line-height: 2;
  letter-spacing: 0.06em;	
}
#sec02 .page_colum_wrap {
  display: flex;
  justify-content: space-between;
}
#sec02 .page_colum_derails {
  width: 42%;
}
#sec02 .page_main_img {
  width: 50%;
}


@media screen and (max-width:1100px){
#sec02 {
  padding: 60px 20px 20px 20px;
}	
}

@media screen and (max-width:768px){
#sec02{
padding: 40px 20px 20px 20px;
}
#sec02 .page_colum_wrap {
  display: block;
	}
#sec02 .page_colum_derails {
  width: 100%;
}	
#sec02 .page_main_img {
  width: 100%;
  margin-top: 40px;
}	
#sec02 .h2_title {
  font-size: 18px;
  margin-bottom: 40px;
  text-align: left;
}	
#sec02 .h2_title span {
  margin-bottom: 13px;
}	
#sec02 .txt {
  line-height: 1.6;
}	
#sec02 .txt {
  font-size: 16px;
}	
}

.link_backnumber {
  display: none;
}
	
@media screen and (max-width:768px){
.link_backnumber {
  display: block;
  text-align: right;
  padding-right: 20px;
}	
}












