@charset "UTF-8";
section {
  padding-top: 35px;
}
#standard #mainimgContent {
  background-image: url(../img/standard/pic_mainimg01_sp.jpg);
}
#mainimgContent{
  margin-bottom:0;
}
.h2-title {
  text-align: center;
  font-family: "Noto Serif Japanese", serif;
}
.h2-title span {
  font-size: 1.5rem;
  color: #a69180;
}
.semiorderArchive{
  padding-top:20px;
  margin-bottom:35px;
}
.semiorderArchive .inner{
  width: 100%;
  padding: 0 20px;
  text-align: center;
  box-sizing: border-box;
}
.prodoucts-itemList a{
  display: block;
}
.prodoucts-itemList h3 {
  font-family: "Noto Serif Japanese", serif;
  margin-bottom: 10px;
  font-size: 1.4em;
  letter-spacing: 0px;
}
.prodoucts-itemList-title{
  padding: 10px 0;
  box-sizing: border-box;
}
.prodoucts-itemList-btn {
  padding: 0 15px;
  margin-top: 30px;
}
#standard .prodoucts-itemList-title p{
  text-align:left; 
}
.standardArchive{
  margin-bottom:0;
  padding-top:0;
}
.standardArchive .inner{
  width: 100%;
  padding: 0 20px;
  box-sizing: border-box;
  text-align: center;
}
.prodoucts-other-itemList{
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-top: 30px;
  padding-bottom: 10px;
}
.prodoucts-other-itemList:last-of-type{
  padding-bottom:0;
}
.prodoucts-other-itemList li {
  width: calc( (100% - 10px) / 2);
  margin-right: 10px;
  margin-bottom: 10px;
}
.prodoucts-other-itemList:last-of-type li:last-child{
  margin-bottom:0;
}
.prodoucts-other-itemList li a {
  color: #382e2c;
  display: block;
  cursor: pointer;
}
.prodoucts-other-itemList .prodoucts-itemList-title {
  padding: 15px 10px;
}
.prodoucts-other-itemList li:nth-child(2n) {
  margin-right: 0px;
}
.prodoucts-other-itemList .prodoucts-itemList-title h4 {
  font-family: "Noto Serif Japanese", serif;
  margin-bottom: 10px;
  font-size: 1.8rem;
}
.standardArchive h3{
  font-family: "Noto Serif Japanese", serif;
  font-size: 1.8rem;
  position: relative;
  padding-bottom:10px;
}
.standardArchive h3:after{
  width: 55px;
  height: 4px;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  content: "";
  position: absolute;
  background-color: #ABA6A0;
}
#standard #ftSub02{
  margin-top:0;
  padding-top:35px;
}
.mod_tit02{
  margin-bottom:10px;
  font-size:2rem;
}
.prodoucts-itemList a:hover h4:after {
  opacity: 0.7;
  -webkit-transition: 0.5s ease-in-out;
  -moz-transition: 0.5s ease-in-out;
  -o-transition: 0.5s ease-in-out;
  transition: 0.5s ease-in-out;
}
/*マウスオーバー下線*/
.prodoucts-itemList h3{
  position: relative;
  display: inline-block;
  text-decoration: none;
}
.prodoucts-itemList 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 a:hover h3:after {
  transform-origin: left top;
  transform: scale(1, 1);
}
.prodouctsArchive {
  padding-top: 20px;
}
.prodoucts-itemList a:hover img {
  opacity: 0.7;
  -webkit-transition: 0.5s ease-in-out;
  -moz-transition: 0.5s ease-in-out;
  -o-transition: 0.5s ease-in-out;
  transition: 0.5s ease-in-out;
}
/*マウスオーバー下線 終わり*/
/*マウスオーバー下線 3行*/
.prodoucts-other-itemList li a h4{
  position: relative;
  display: inline-block;
  text-decoration: none;
}
.prodoucts-other-itemList li a h4: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-other-itemList li a:hover h4:after {
  transform-origin: left top;
  transform: scale(1, 1);
}
.prodoucts-other-itemList li a:hover img {
  opacity: 0.7;
  -webkit-transition: 0.5s ease-in-out;
  -moz-transition: 0.5s ease-in-out;
  -o-transition: 0.5s ease-in-out;
  transition: 0.5s ease-in-out;
}
/*マウスオーバー下線 3行 終わり*/

@media (min-width: 600px) {
  section {
    padding-top: 40px;
    margin-bottom: 60px;
  }
  #standard #mainimgContent {
    background-image: url("../img/standard/pic_mainimg01_pc.jpg");
  }
  .h2-title span {
    font-size: 2.3rem;
  }
  .semiorderArchive{
    margin-bottom:30px;
    padding-top:40px;
  }
  .semiorderArchive .inner{
    margin: 0 auto;
    max-width: 1700px;
    padding: 0 50px;
  }
  .prodoucts-itemList h3 {
    font-size: 2.3rem;
    margin-bottom: 15px;
  }
  .prodoucts-itemList{
    max-width:870px;
    margin: 0 auto;
  }
  .prodoucts-itemList-title {
    padding: 30px;
  }
  .prodoucts-itemList-btn {
    margin-top: 40px;
    padding:0;
  }
  .standardArchive{
    padding-top:40px;
  }
  .standardArchive .inner{
    margin: 0 auto;
    max-width: 1700px;
    padding: 0 50px;
  }
  .prodoucts-other-itemList {
    padding-bottom: 0;
    border-bottom: none;
  }
  .prodoucts-other-itemList li {
    width: calc( (100% - 100px) / 3);
    margin-right: 50px;
    margin-bottom: 50px;
  }
  .prodoucts-other-itemList li:first-child {
    width: calc( (100% - 100px) / 3);
    margin-right: 50px;
  }
  .prodoucts-other-itemList li:nth-child(n) {
    margin-right: 50px;
  }
  .prodoucts-other-itemList li:nth-child(3n) {
    margin-right: 0px;
  }
  .prodoucts-other-itemList .prodoucts-itemList-title h4 {
    font-size: 2.3rem;
  }
  .standardArchive h3{
    font-size: 2.3rem;
  }
  .prodoucts-other-itemList:last-of-type li{
    margin-bottom:50px;
  }
  .prodoucts-other-itemList{
    padding-bottom: 40px;
  }
  #standard #ftSub02{
    padding-top:80px;
  }
  .mod_tit02{
    margin-bottom:30px;
    font-size:2.6rem;
  }
  #standard #mainimgContent .mainIn .tit .en{
    width:500px;
  }
}

/* add 20250324 */
@media (max-width: 600px) {
  .standardArchive {
    padding-top: 20px;
  }
}