@charset "UTF-8";
#lineup #mainimgContent {
  background-image: url(../img/lineup/pic_mainimg01_sp.jpg);
}
#mainimgContent{
  margin-bottom:0;
}
section{
  padding-top:35px;
}
.h2-title{
  text-align: center;
  font-family: "Noto Serif Japanese", serif;
}
.h2-title span{
  font-size:1.5rem;
  color:#a69180;
}
.h2-title+p{
  text-align: left;
}
.mod_tit02{
  font-size:2rem;
  margin-bottom:10px;
}
.prodouctsArchive{
  padding-top:20px;
}
.prodouctsArchive .inner{
  width:100%;
  padding:0 20px;
  text-align: center;
  box-sizing: border-box;
}
.prodoucts-itemList{
  display: -ms-flexbox;
  display: flex;
  justify-content: space-between;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-top:30px;
  border-bottom: 1px solid #e4ded9;
}
.prodoucts-itemList li{
  width: 100%;
  margin-bottom:50px;
}
.prodoucts-itemList li a{
  color: #382e2c;
  display: block;
  cursor:pointer;
}
.prodoucts-itemList li p{
  text-align:left;
}
.prodoucts-itemList-title{
  padding:10px 0;
  box-sizing: border-box;
}
.prodoucts-itemList-title h3{
  font-family: "Noto Serif Japanese", serif;
  margin-bottom:5px;
  font-size:1.4em;
}
.prodoucts-other-Archive .inner {
  width:100%;
  padding:0 20px;
  box-sizing: border-box;
  text-align: center;
}
.prodoucts-other-itemList{
  display: -ms-flexbox;
  display: flex;
  justify-content: space-between;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-top: 30px;
  padding-bottom:40px;
  border-bottom: 1px solid #e4ded9;
}
.prodoucts-other-itemList li:first-child{
  margin-right:0;
}
.prodoucts-other-itemList li{
  width: calc( (100% - 10px) / 2);
  margin-right: 10px;
  margin-bottom:10px;
}
.prodoucts-other-itemList li:last-child{
  margin-bottom:0;
}
.prodoucts-other-itemList li:nth-child(n){
  margin-right: 0;
}
.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;
}
.prodoucts-other-itemList .prodoucts-itemList-title{
  padding:15px 10px;
}
.prodoucts-other-itemList .prodoucts-itemList-title h3{
  font-family: "Noto Serif Japanese", serif;
  margin-bottom:10px;
  font-size:1.8rem;
}
.prodoucts-other-itemList .prodoucts-itemList-title p{
  text-align: left;
}
.prodoucts-other-itemList li a{
  color: #382e2c;
  display: block;
  cursor: pointer;
}
.prodoucts-gift-Archive .inner {
  width:100%;
  padding:0 20px;
  box-sizing: border-box;
  text-align: center;
}
.prodoucts-gift-itemList{
  margin-top:30px;
}
#lineup #ftSub02{
  padding-top:45px;
}
.prodoucts-gift-itemList a{
  transition: 0.3s;
  display: inline-block;
}
.prodoucts-gift-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;
}
.prodoucts-itemList a figure{
  position: relative;
}
.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 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);
}
a:hover:before .boxTxt .more-text {
  width: 100%;
}
/*マウスオーバー下線 3行*/
.prodoucts-other-itemList li a h3{
  position: relative;
  display: inline-block;
  text-decoration: none;
}
.prodoucts-other-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-other-itemList li a:hover h3:after {
  transform-origin: left top;
  transform: scale(1, 1);
}

@media (min-width: 600px) {
  #lineup #mainimgContent {
    background-image: url(../img/lineup/pic_mainimg01_pc.jpg);
  }
  section{
    padding-top:40px;
  }
  .prodouctsArchive{
    padding-top:40px;
    margin-bottom:30px;
  }
  .prodouctsArchive .inner{
    margin: 0 auto;
    max-width: 1700px;
    padding:0 50px;
  }
  .prodoucts-other-Archive{
    margin-bottom: 45px;
  }
  .prodoucts-other-Archive .inner {
    margin: 0 auto;
    max-width: 1700px;
    padding:0 50px;
  }
  .prodoucts-gift-Archive .inner {
    margin: 0 auto;
    max-width: 1700px;
    padding:0 50px;
  }
  .prodoucts-itemList li{
    width: calc( (100% - 20px) / 2);
    margin-right:20px;
    margin-bottom:0;
  }
  .prodoucts-other-itemList{
    padding-bottom:0;
    border-bottom: none;
  }
  .prodoucts-other-itemList li:first-child{
    width: calc( (100% - 100px) / 3);
    margin-right:50px;
  }
  .prodoucts-itemList li:last-child{
    margin-right:0;
  }
  .prodoucts-itemList li p{
    text-align: center;
  }
  .prodoucts-other-itemList li{
    width: calc( (100% - 100px) / 3);
    margin-right: 50px;
    margin-bottom:50px;
  }
  .prodoucts-other-itemList li:nth-child(3n){
    margin-right: 0;
  }
  .prodoucts-other-itemList li:last-child,.prodoucts-other-itemList li:nth-last-child(2),.prodoucts-other-itemList li:nth-last-child(3){
    margin-bottom:0;
  }
  .h2-title span{
    font-size:2.3rem;
  }
  .mod_tit02{
    font-size:2.6rem;
    margin-bottom:30px;
  }
  .h2-title+p{
    text-align: center;
  }
  #lineup .more{
    margin-top:30px;
  }
  .prodoucts-itemList{
    margin-top:60px;
    border:none;
  }
  .prodoucts-itemList-title{
    padding:30px;
  }
  .prodoucts-other-itemList .prodoucts-itemList-title h3{
    font-size:2.3rem;
  }
  .prodoucts-gift-itemList{
    margin-top:60px;
  }
  #lineup #ftSub02{
    padding-top:80px;
    margin-top:0;
  }
  .prodoucts-other-itemList li:nth-child(n){
    margin-right: 50px;
  }
  .prodoucts-other-itemList li:nth-child(3n){
    margin-right: 0px;
  }
}