@charset "utf-8";
.section {
  margin-bottom: 50px;
}
figure {
  margin:0;
}
@media screen and (max-width:767px) {
  .section {
    margin-bottom: 40px;
  }
}
.ttl_bg02.ttl_bg02__center {
  margin-bottom: 25px;
  font-size: 20px;
  font-size: 2.0rem;
  text-align: center;
}
.productLead_wrap {
  display: -webkit-flex;
  display: flex;
}
.productLead_img {
  width: 42.5%;
}
.productLead_cont {
  padding-right: 75px;
  flex: 1;
}
.productLead_ttl {
  margin-bottom: 20px;
  text-align: center;
}
.productLead_ttl img {
	margin:0 auto;
}
.productLead_txt {
  margin-bottom: 20px;
  font-size: 22px;
  font-size: 1.6rem;
  font-weight: 900;
  line-height: 1.63;
  text-align: center;
}
.productLead_list_wrap {
  position: relative;
}
.productLead_list {
  padding: 6% 8%;
  position: relative;
  counter-reset: cnt 0;
  background-color: #EEEEEE;
}
.productLead_list::before,
.productLead_list::after,
.productLead_list_wrap::before,
.productLead_list_wrap::after {
  content: '';
  width: 18px;
  height: 18px;
  position: absolute;
  top: -3px;
  left: -3px;
  background-color: #111;
  background: url(../img/ideaboard/bg_ideaboard_02.png) 0 100% no-repeat;
}
.productLead_list::after {
  top: auto;
  bottom: -3px;
  transform: rotate(90deg);
}
.productLead_list_wrap::before {
  left: auto;
  right: -3px;
  transform: rotate(-90deg);
  z-index: 10;
}
.productLead_list_wrap::after {
  top: auto;
  left: auto;
  right: -3px;
  bottom: -3px;
  transform: rotate(180deg);
  z-index: 10;
}
.productLead_listItem {
  margin-bottom: 25px;
  padding-left: 70px;
  position: relative;
  font-size: 16px;
  font-size: 1.4rem;
  font-weight: 700;
  list-style: none;
}

.productLead_listItem:last-child {
  margin-bottom: 0;
}
.productLead_listItem:before {
  counter-increment: cnt 1;
  content: counter(cnt) " ";
  width: 57px;
  height: 57px;
  font-size: 20px;
  font-size: 2.0rem;
  display: -webkit-flex;
  display: flex;
  justify-content: center;
  align-items: center;
  position: absolute;
  left: 0;
  top: 5px;
  /*transform: translateY(-50%);*/
  background-color: #fff;
  border-radius: 50%;
}
.lineup.section {
  margin-bottom: 0;
}
.lineupList {
  display: -webkit-flex;
  display: flex;
  flex-wrap: wrap;
  max-width:1000px;
  margin:0 auto;
}
.lineupList_item {
  margin-left: 40px;
  width: calc(100% / 3 - 40px);
}
.lineupList_item:first-child {
  margin-left: 20px;
}
.lineupList_item dd{
text-align: left;
}
.lineupList_item .productList_name{
  margin-bottom: 10px;
  font-size: 18px;
  font-weight: 700;
  word-break: break-all;
}
.lineupList_item .productList_price {
  margin: auto 0 0 0;
  font-weight: bold;
  color: #1782c3;
}
.lineupList_item .productList_price dt {
  display: inline-block;
}
.lineupList_item .productList_price dd {
  display: inline-block;
  margin: 0;
  font-size: 20px;
}
.lineupList_item .productList_price dd:last-child {
  font-size: 14px;
}
.lineupList_item .productList_code {
  margin-bottom: 0;
}
.lineupList_item .productList_img {
  margin-bottom: 15px;
  text-align: center;
}
.lineupList_item .productList_img::before {
	padding-top: 100%;
}
.lineupList_item .productList_img img {
  width: 100%;
  height: auto;
}
.lineupList_item .product_cartBtn .btn_groupItem {
  margin-bottom: 0;
}
.lineupList_item .product_cartBtn .btn_groupItem a {
  display: block;
  text-align: right;
  border-bottom: solid 2px #232323;
  width: 150px;
  text-align: left;
  text-decoration: none;
  margin-left: calc(100% - 150px);
  /* background: url(../img/arrow_right.svg); */
  background: url(../../cmn/img/arrow_right.svg);
  background-repeat: no-repeat;
  background-size: 15px 15px;
  background-position: right center;
  text-decoration: none;
  padding: 10px 0;
  font-weight: bold;
}
.lineupList_item .detail_salePrice {
    margin-bottom: 10px;
    display: inline-block;
}

.feature {
  counter-reset: num 0;
  max-width:1000px;
  margin:0 auto
}
.feature_wrap {
  display: -webkit-flex;
  display: flex;
}
.feature_img {
  margin-left: 20px;
  width: 38.6%;
}
.feature_cont {
  flex: 1;
}
.feature_cap {
  margin-bottom: 20px;
  padding-left: 85px;
  position: relative;
  font-size: 20px;
  font-size: 1.4rem;
  line-height: 1.5;
  font-weight: 900;
}
.feature_cap::before {
  counter-increment: num 1;
  content: counter(num) " ";
  width: 57px;
  height: 57px;
  font-size: 30px;
  font-size: 2.0rem;
  display: -webkit-flex;
  display: flex;
  justify-content: center;
  align-items: center;
  position: absolute;
  left: 0;
  top: 5px;
  /*transform: translateY(-50%);*/
  background-color: #fff;
  border-radius: 50%;
  border: 1px solid #111;
}
.feature_contItem {
  margin-bottom: 30px;
  padding-bottom: 25px;
  border-bottom: 1px solid #111;
}
.feature_cont.feature_cont__row {
  width: 100%;
}
.feature_cont__row .feature_contItem_wrap {
  margin-bottom: 30px;
  display: -webkit-flex;
  display: flex;
}
.feature_cont__row .feature_contItem {
  margin-bottom: 0;
  flex: 1;
}
.feature_cont__row .feature_subImg {
  margin-right: 30px;
  width: 32.9%;
}
.specification {
  max-width:1000px;
  margin:0 auto
}
.specification_tbl {
  table-layout: auto;
  border-collapse: collapse;
  border: 1px solid #111111;
  line-height: 1.5;
  width: 100%;
}
.specification_tbl th {
  width: 20%;
  padding: 10px;
  font-weight: normal;
  vertical-align: middle;
  border: 1px solid #111111;
  background-color: #E6E6E6;
}
.specification_tbl th:first-child {
  width: 20%;
}
.specification_tbl td {
  padding: 10px;
  font-weight: normal;
  vertical-align: middle;
  border: 1px solid #111111;
}
.guide_movie {
  margin: 0 auto;
  position: relative;
  max-width: 790px;
  overflow: hidden;
}
.guide_movie::before {
  content: '';
  display: block;
  width: 100%;
  height: 0;
  padding-top: 56.25%;
}
.guide_movie iframe {
  position: absolute;
top: 0;
left: 50%;
width: 100%;
height: 100%;
  transform: translateX(-50%);
}
.delivery_img {
  text-align: center;
}
.delivery_img img {
	margin:0 auto;
}
@media screen and (max-width:1200px) {
  .productLead_cont {
    padding-right: 0;
  }
}
@media screen and (max-width:1000px) {
  .productLead_listItem {
    margin-bottom: 20px;
    padding-left: 50px;
    letter-spacing: -0.025em;
    font-size: 1.3rem;
  }
  .productLead_listItem:before {
    width: 40px;
    height: 40px;
    font-size: 20px;
    font-size: 1.6rem;
  }
  .productLead_img {
    width: 35%;
  }
}
@media screen and (max-width:812px) {
  .productLead_wrap {
    flex-direction: column;
  }
  .productLead_img {
    margin: 0 auto 10px;
    width: 250px;
    text-align: center;
  }
  .productLead_cont {
    width: 100%;
    flex: auto;
  }
  .productLead_txt {
    font-size: 19px;
    font-size: 1.2rem;
  }
  .productLead_list {
    padding: 5%;
  }
  
  .feature_wrap {
    flex-direction: column-reverse;
  }
  .feature_img {
    margin-left: 0;
    margin: 0 auto 30px;
    width: 100%;
    max-width: 185px;
    text-align: center;
  }
  .feature_cont {
    flex: auto;
    width: 100%;
  }
  .feature_cont__row .feature_contItem_wrap {
    flex-direction: column;
  }
  .feature_cont__row .feature_subImg {
    margin: 0 auto 20px;
    width: 100%;
    max-width: 300px;
  }
  .feature_cont__row .feature_contItem {
    flex: auto;
    width: 100%;
  }
  .feature_cap {
    padding-left: 50px;
  }
  .feature_cap::before {
    width: 40px;
    height: 40px;
    font-size: 20px;
    font-size: 2.0rem;
  }
}
@media screen and (max-width:767px) {
  
  
  .specification_tbl th {
    width: 40%;
  }
  .specification_tbl th:first-child {
    width: 20%;
  }
}
@media screen and (max-width:560px) {

  .lineupList {
    margin-left: 0;
    margin-bottom: 0;
    flex-direction: column;
    width: 100%;
  }
  .lineupList_item {
    margin-left: 0;
    margin-bottom: 30px;
    width: 100%;
  }
  .lineupList_item:last-child {
    margin-bottom: 0;
  }
  .lineupList_item:first-child {
    margin-left: 0;
}
  
}

.lineupCatch {
  padding: 65px 0;
  width: 100%;
  /*height: 494px;*/
  display: -webkit-flex;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  position: relative;
  margin-top:50px;
}
.lineupCatch::before {
  content: '';
  width: 100%;
  max-width: 631px;
  height: 100%;
  position: absolute;
  bottom: 0;
  right: 0;
  background: url(../img/ideaboard/bg_ideaboard_01.png) 100% 0 no-repeat;
  background-size: 100% auto;
  z-index: -1;
}
.lineupCatch_ttl {
  margin-bottom: 50px;
  padding-bottom: 30px;
  font-size: 30px;
  font-size: 2.0rem;
  font-weight: 700;
  line-height: 2;
  text-align: center;
  border-bottom: 1px solid #111;
}
.lineupCatch_cont {
  text-align: center;
  line-height: 1.85;
}
@media screen and (max-width:767px) {
  .lineupCatch_ttl {
    margin-bottom: 40px;
    padding-bottom: 20px;
    font-size: 28px;
    font-size: 1.6rem;
    line-height: 1.57;
  }
  .lineupCatch::before {
    max-width: 400px;
  }
}
@media screen and (max-width:560px) {
  .lineupCatch {
    height: auto;
    margin-top:0;
  }
  .lineupCatch::before {
    max-width: none;
    width: calc(100% + 20px);
    height: calc(100% - 25%);
    top: 25%;
    left: 0;
    background-position: 0 0;
    background-size: 120% auto;
  }
}


#main h1.ttl_bg.product_ttl {
	max-width:1200px;
	margin:40px auto 15px auto;
	padding:0 30px;
	font-size: 24px;
    background: #e7f2f9;
    height: 60px;
    line-height: 60px;
    padding-left: 20px;
    margin-bottom: 20px;
}
#main h2 {
  max-width:1000px;
  margin:40px auto 15px auto;
}
.mainImg {
  text-align:center;
}
.mainImg img {
  margin:0 auto;
}
#main .sec_inr {
  max-width:1200px;
  margin:0 auto;
}

@media screen and (max-width:767px) {
#main .sec_inr {
  width:90vw;
  margin:0 auto;
}
#main .sec_inr img {
	width:100%;
}
#main h2 {
  max-width:80vw;
  margin:20px auto 15px auto;
  text-align: center;
}
}
@media (min-width: 768px) and (max-width: 1250px) {
	#content {
		margin-left: 20px !important;
		margin-right: 20px !important;
	}
}