@charset "UTF-8";
section {
  padding-top: 45px;
}
#ordermade #mainimgContent {
  background-image: url(../img/ordermade/pic_mainimg01_sp.png);
}
#mainimgContent{
  margin-bottom:0;
}
.mod_tit02{
  font-size:2rem;
  margin-bottom:10px;
}
.prodouctsFlow .mod_tit02{
  margin-bottom:30px;
}
.h2-title {
  text-align: center;
  font-family: "Noto Serif Japanese", serif;
}
.h2-title span {
  font-size: 1.5rem;
  color: #a69180;
}
.prodoucts-itemList {
  display: -ms-flexbox;
  display: flex;
  justify-content: space-between;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.prodouctsArchive .inner {
  width: 100%;
  padding: 0 20px;
  text-align: center;
  box-sizing: border-box;
}
.prodouctsFlow{
  padding-top: 25px;
}
.prodouctsFlow .inner {
  width: 100%;
  padding: 0 20px;
  text-align: center;
  box-sizing: border-box;
}
.prodouctsMaintenance .inner{
  width: 100%;
  padding: 0 20px;
  text-align: center;
  box-sizing: border-box;
}
.prodoucts-itemList li>a {
  color: #382e2c;
  display: block;
  cursor: pointer;
}
.prodoucts-itemList a figure {
  position: relative;
}
.prodoucts-itemList li {
  width: 100%;
  margin-bottom: 50px;
}
.prodoucts-itemList li:last-child {
  margin-bottom: 0;
}
.prodoucts-itemList figure img.active {
  position: absolute;
  left: 0;
  top: 0;
  opacity: 0;
  transition: 0.5s;
}
.prodoucts-itemList a:hover figure img.active {
  opacity: 1;
}
.prodoucts-itemList-title {
  padding: 10px 0;
  box-sizing: border-box;
}
.prodoucts-itemList-title h3 {
  font-family: "Noto Serif Japanese", serif;
  margin-bottom: 10px;
  font-size: 1.4em;
  letter-spacing: 0px;
}
.prodouctsFeatures{
  padding-top:35px;
}
.prodouctsFeatures .inner {
  width: 100%;
  padding: 0 20px;
  text-align: center;
  box-sizing: border-box;
}
#ordermade .prodoucts-itemList-title p{
  text-align: left;
}

/*マウスオーバー下線*/
.prodoucts-itemList li a h3{
  position: relative;
  display: inline-block;
  text-decoration: none;
}
.prodoucts-itemList li a h3:after {
  position: absolute;
  bottom: -4px;
  left: 0;
  content: '';
  width: 100%;
  height: 2px;
  background: #333;
  transform: scale(0, 1);
  transform-origin: right top;
  transition: transform .3s;
}
.prodoucts-itemList li a:hover h3:after {
  transform-origin: left top;
  transform: scale(1, 1);
}
.prodouctsArchive {
  padding-top: 20px;
}
/*マウスオーバー下線 終わり*/
.featuresList{
  display: -ms-flexbox;
  display: flex;
  justify-content: space-between;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.featuresList li{
  width: 100%;
  position: relative;
}
.features-content{
  padding:10px;
}
.featuresList li:nth-last-child(2),.featuresList li:last-child{
  margin-bottom: 0;
}
.featuresList .features-icon{
  position: absolute;
  height:50px;
  width:50px;
  z-index:2;
  background: #d9c077;
  color:#403433;
  font-family: "Noto Serif Japanese", serif;
  font-size:3rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}
.features-icon span{
  margin-top:0;
  line-height: 1;
}
.prodoucts-flowList{
  display: -ms-flexbox;
  display: flex;
  justify-content: space-between;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.prodoucts-flowList li{
  width: 100%;
  margin-right: 0;
  position: relative;
  margin-bottom: 50px;
}
.prodoucts-flowList li:last-child{
  margin-bottom: 0;
  margin-right:0;
}
.prodoucts-flowList li:after{
  content: '';
  width: 20px;
  height: 20px;
  margin-top: -5px;
  border-top: solid 2px #555;
  border-right: solid 2px #555;
  position: absolute;
  bottom: -25px;
  right: 50%;
  left: 50%;
  transform: translateX(-50%)rotate(135deg);
  -webkit-transform: translateX(-50%)rotate(135deg);
  -ms-transform: translateX(-50%)rotate(135deg);
}
.prodoucts-flowList li:last-child:after{
  content: none;
}
.prodoucts-flowList li figure{
  padding:0 50px;
}

.prodoucts-maintenanceList{
  display: -ms-flexbox;
  display: flex;
  justify-content: space-between;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.prodoucts-maintenanceList li{
  width: 100%;
  margin-right: 0;
  margin-bottom: 15px;
}
.prodoucts-maintenanceList li:last-child{
  margin-bottom:0;
}
.prodoucts-maintenanceList li a{
  display: block;
  padding-top: 60%;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  position: relative;
}
.pro01 a{
  background:url(../img/ordermade/maintenancelist-01.jpg) no-repeat;
}
.pro02 a{
  background:url(../img/ordermade/maintenancelist-02.jpg) no-repeat;
}
.prodoucts-maintenanceList li a h3{
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%,-50%);
  transform: translate(-50%,-50%);
  font-size: 2rem;
  color:#ffffff;
  font-family: "Noto Serif Japanese", serif;
  width: 100%;
}
.prodoucts-maintenanceList li a:before{
  content: "";
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  width: 100%;
}
.pro01 a:hover{
  background:url(../img/ordermade/maintenancelist-01_on.jpg) no-repeat;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  transition: all .5s ease;
}
.pro02 a:hover{
  background:url(../img/ordermade/maintenancelist-02_on.jpg) no-repeat;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  transition: all .5s ease;
}
.prodouctsMaintenance .boxTxt{
  margin-top:30px;
  padding:0 15px;
}
#ordermade #ftSub02{
  padding-top: 45px;
  margin-top: 0;
}
.prodouctsFlow .boxTxt{
  padding:0 15px;
  margin-top:30px;
}
.prodoucts-itemList-btn{
  padding:0 15px;
  margin-top:30px;
}
.tit+p{
  text-shadow: 0 0 5px #fff, 0 0 5px #fff, 0 0 5px #fff, 0 0 5px #fff;
}
.sp{
  display: block;
}
.product-flowList > li {
  padding: 30px 30px 20px;
  background: #fbf8f1;
  margin-bottom: 70px;
  text-align: center;
  position: relative;
}
.product-flowList > li .icon {
  position: absolute;
  top: -14px;
  left: 50%;
  transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
}
.product-flowList h4 {
  font-family: "Noto Serif Japanese", serif;
  font-size: 1.8rem;
}
.product-flowList > li p {
  margin-top: 15px;
  text-align: left;
}
.product-flowList .product-picList {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin: 15px 0 0;
  padding: 0 20px;
}
.product-flowList .product-picList li {
  margin-bottom: 10px;
}
.product-flowList .product-picList li:last-child {
  margin-bottom: 0;
}
.product-flowList > li:after {
  content: '';
  border: 15px solid transparent;
  border-top: 25px solid #d9c077;
  position: absolute;
  bottom: -55px;
  left: 50%;
  transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
}
.product-flowList > li:last-child {
  margin-bottom: 0px;
}
.product-flowList > li:last-child:after {
  content: none;
}
.product-flowList > li .icon img {
  max-width: 86px;
  width: 100%;
}

@media (min-width: 600px) {
  .mod_tit0{
    margin-bottom:25px;
  }
  section {
    padding-top: 40px;
    margin-bottom:60px;
  }
  .mod_tit02{
    font-size:2.6rem;
    margin-bottom:30px;
  }
  #ordermade #mainimgContent {
    background-image: url(../img/ordermade/pic_mainimg01_pc.png);
  }
  .h2-title span {
    font-size: 2.3rem;
  }
  .prodouctsArchive .inner {
    margin: 0 auto;
    max-width: 1700px;
    padding: 0 50px;
  }
  #ordermade .prodoucts-itemList {
    margin-top: 0;
  }
  .prodoucts-itemList li {
    width: calc( (100% - 20px) / 2);
    margin-right: 20px;
    margin-bottom: 0;
  }
  .prodoucts-itemList li:last-child {
    margin-right: 0;
  }
  .prodoucts-itemList-title {
    padding: 30px;
  }
  .prodoucts-itemList-title h3 {
    font-size: 2.3rem;
    margin-bottom: 15px;
  } 
  .prodouctsArchive {
    padding-top: 40px;
    margin-bottom: 20px;
  }
  .prodouctsFeatures{
    margin-bottom:30px;
    padding-top:40px;
  }
  .prodouctsFeatures .inner {
    margin: 0 auto;
    max-width: 1700px;
    padding: 0 50px;
  }
  #prodoucts .more {
    margin-top: 30px;
  }
  .prodouctsFlow{
    padding-top: 40px;
  }
  .prodouctsFlow .inner {
    margin: 0 auto;
    max-width: 1200px;
    padding: 0 50px;
  }
  .prodouctsMaintenance{
    margin-bottom:0;
  }
  .prodouctsMaintenance .inner {
    margin: 0 auto;
    max-width: 1700px;
    padding: 0 50px;
  }
  .featuresList li{
    width: calc( (100% - 20px) / 2);
    margin-right: 20px;
    margin-bottom:50px;
  }
  .featuresList li:nth-child(2n){
    margin-right: 0;
  }
  .features-content{
    padding:40px 50px 0;
  }
  .featuresList .features-icon{
    height:100px;
    width:100px;
    font-size: 6rem;
  }
  .features-icon span{
    margin-top:-8px;
  }
  .prodoucts-flowList li{
    width: calc( (100% - 200px) / 3);
    margin-right: 100px;
    margin-bottom:0;
  }
  .prodoucts-flowList li figure {
    position: relative;
  }
  .prodoucts-flowList li figure:after{
    content: '';
    width: 30px;
    height: 30px;
    margin-top: -5px;
    border-top: solid 3px #555;
    border-right: solid 3px #555;
    transform: rotate(45deg);
    position: absolute;
    top: 50%;
    right: -60px;
  }
  .prodoucts-flowList li:last-child figure:after{
    content:none;
  }
  .prodoucts-flowList li:after{
    content: none;
  }
  .prodoucts-flowList li figure{
    padding:0;
  }
  .prodoucts-maintenanceList li{
    width: calc( (100% - 20px) / 2);
    margin-right: 20px;
    margin-bottom: 0;
  }
  .prodoucts-maintenanceList li:last-child{
    margin-right: 0;
  }
  .prodouctsMaintenance .boxTxt{
    margin-top:40px;
  }
  .prodouctsFlow .boxTxt{
    margin-top:40px;
  }
  #ordermade #ftSub02{
    padding-top: 80px;
  }
  .prodoucts-maintenanceList li a h3{
    font-size: 3rem;
  }
  .prodouctsFlow .boxTxt{
    padding:0;
  }
  .prodouctsMaintenance .boxTxt{
    padding:0 15px;
  }
  .prodoucts-itemList-btn{
    padding:0;
  }
  .sp{
    display: none;
  }
  .prodoucts-itemList-btn{
    margin-top:40px;
  }
  .product-flowList > li {
    padding: 35px 46px 40px;
    margin-bottom: 100px;
  }
  .product-flowList > li .icon {
    left: 23px;
    top: -30px;
    transform: translateX(0);
    -webkit-transform: translateX(0);
    -ms-transform: translateX(0);
  }
  .product-flowList h4 {
    font-size: 2.4rem;
  }
  .product-flowList > li p {
    text-align: center;
  }
  .product-flowList .product-picList {
    margin: 25px 0 0;
    padding: 0;
  }
  .product-flowList .product-picList li {
    width: calc( (100% - 25px) / 2);
    margin-right: 25px;
    margin-bottom: 0;
  }
  .product-flowList .product-picList li:last-child {
    margin-right: 0;
  }
  .boxTxt {
    margin-top: 40px;
  }
  .product-flowList > li .icon img {
    max-width: 177px;
  }
}