/*客戶網站特別設定**************************/
/* *{
  color: #000 !important;
} */


.u-text--body{
  font-size: 16px !important;
  font-family:"Noto Sans TC", serif;
}

.p-page_content__inner h2.qaHead{
  font-size: 46px;
  font-weight: 600;
}

@media(max-width:767px){
  .p-page_content__inner h2.qaHead{
    font-size: 36px;
  }
}

.p-page_content__inner p{
  margin: 16px 0;
}

.p-page_content__inner a{
  text-decoration: none;
}

.l-container{
  padding: 0 !important;
  margin: 0 !important;
}
.l-container__row{
  margin: 0 !important;
}
.p-page_content{
  padding: 0 !important;
}

.p-page_content__inner{
  max-width: 100% !important;
}

.c-header{
  display: none;
  pointer-events: none;
  opacity: 0;
}
.c-footer{
  display: none;
  pointer-events: none;
  opacity: 0;
}

*{
  color: #333;
}

.swiper-wrapper{
  height: auto;
}


/*全域設定**************************/
body{
  margin: 0;
  font-size: 16px;
  letter-spacing: 4px;
  line-height: 1.8;
  font-family:"Noto Sans TC", serif;
  font-optical-sizing: auto;
  font-size-adjust: 0.5;
  color: #333;
}

h1,h2,h3,h4,h5,h6,p{
  margin: 0;
}

a{
  text-decoration: none;
  color: #000;
}

ul{
  padding: 0;
}

ul li{
  list-style-type: none;
}

img{
  width: 100%;
  display: block;
}

@media (max-width: 767px) {
  body{
    overflow-x: hidden;
  }
}


/*選單**************************/
.headerBg{
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 100;
  transition: 0.5s;
}
.headerBg.active{
  background-color: rgba(255,255,255,0.7);
  transition: 0.5s;
}
.headerBg .headerArea{
  width: calc(100% - 40px);
  max-width: 1200px;
  padding: 28px 0;
  margin: 0 auto;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.headerBg .logoBox .logo{
  width: 118px;
  margin: 0;
}


.headerBg .menuBox ul{
  display: flex;
  gap: 40px;
}
.headerBg .menuBox ul li {
  list-style-type: none;
}
.headerBg .menuBox ul li a:hover{
  opacity: 0.7;
}

.headerBg .spMenuBox{
  display: none;
  width: 60px;
  height: 60px;
  justify-content: center;
  align-items: center;
}

.headerBg .spMenuBox span{
  width: 30px;
  height: 1px;
  background-color: #333;
  display: grid;
}

.headerBg .spMenuBox span:before{
  content: "";
  width: 30px;
  height: 1px;
  background-color: #333;
  transform: translate(0,7px);
}

.headerBg .spMenuBox span:after{
  content: "";
  width: 30px;
  height: 1px;
  background-color: #333;
  transform: translate(0,-7px);
}

.spMenuPopupBg{
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: transparent;
  transform: translate(-40px,0);
  transition: 0.5s;
  opacity: 0;
  pointer-events: none;
}

.spMenuPopupBg .spMenuCloseBtn{
  position: absolute;
  top: 10px;
  right: 0;
  width: 100px;
  height: 100px;
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 5;
}

.spMenuPopupBg .spMenuCloseBtn span{
  display: grid;
}

.spMenuPopupBg .spMenuCloseBtn span:before{
  content: "";
  width: 30px;
  height: 1px;
  background-color: #333;
  transform: rotate(-45deg);
}
.spMenuPopupBg .spMenuCloseBtn span:after{
  content: "";
  width: 30px;
  height: 1px;
  background-color: #333;
  transform: rotate(45deg);
}

.spMenuPopupBg .spMenuBg{
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
}

.spMenuPopupBg .spMenuBg .topLogo{
  border-bottom: 1px solid #ccc;
  padding: 50px 0 40px 20px;
  width: 100%;
  pointer-events: none;
}

.spMenuPopupBg .spMenuBg .topLogo .pic{
  width: 180px;
}

.spMenuPopupBg .spMenuBg ul{
  padding: 0;
  display: flex;
  flex-direction: column;
  gap: 20px;
  margin-top: 20px;
}

.spMenuPopupBg .spMenuBg ul li{
  list-style-type: none;
}

.spMenuPopupBg .spMenuBg ul li a {
  font-size: 18px;
  padding: 0 0 0 20px;
}

.spMenuPopupBg.active{
  display: block;
  transform: translate(0,0);
  transition: 0.5s;
  opacity: 1;
  background-color: transparent;
  background-color: #fff;
}

.spMenuPopupBg.active{
  pointer-events: initial;
}

@media (max-width: 1000px) {
  .headerBg .menuBox{
    display: none;
  }
  .headerBg .spMenuBox{
    display: flex;
  }
}

@media (max-width: 767px) {
  .headerBg .headerArea{
    padding: 20px 0;
  }
  .headerBg .logoBox .logo{
    width: 90px;
  }
  .spMenuPopupBg .spMenuCloseBtn{
    top: 0;
  }
  .spMenuPopupBg .spMenuBg{
    top: 0%;
    transform: translate(0,0);
  }
  .spMenuPopupBg .spMenuBg .topLogo{
    padding: 30px 0 30px 20px;
  }
  .spMenuPopupBg .spMenuBg .topLogo .pic{
    width: 120px;
  }
  .spMenuPopupBg .spMenuCloseBtn{
    width: 80px;
    height: 80px;
  }
}


/*footer**************************/
.footerBg{
  background-color: #EFEFEF;
  padding: 76px 0;
}

.footerBg .footerArea{
  width: calc(100% - 40px);
  max-width: 1200px;
  margin: 0 auto;
  display: flex;
  flex-direction: column;
  align-items: center;
}
.footerBg .companyName{
  display: flex;
  align-items: center;
  margin-bottom: 22px;
}
.footerBg .companyName .pic{
  width: 320px;
  margin-right: 13px;
}

.footerBg .infoList{
  margin-bottom: 12px;
}

.footerBg .infoList li{
  font-size: 14px;
  margin-bottom: 18px;
  color: #333;
  text-align: center;
}

.footerBg .copyright{
  padding: 30px 0 0 0;
  border-top: 1px solid #C3C3C3 ;
  display: flex;
  flex-direction: column;
  align-items: center;
}

.footerBg .copyright .text{
  font-size: 14px;
  color: #333;
}
.footerBg .copyright .note{
  font-size: 11px;
  color: #737373;
  text-align: center;
}



/*content內容**************************/
.contentBg{
  position: relative;
  z-index: 1;
}

.contentBg .contentArea{
  width: calc(100% - 40px);
  max-width: 1200px;
  margin: 0 auto;
}

.contentBg .allTexture{
  position: absolute;
  top: 100px;
  left: 8vw;
  width: 3.6vw;
}

.contentBg .allBtn{
  border:1px solid #2399B3;
  border-radius: 100px;
  padding: 12px 58px;
  box-sizing: border-box;
  text-align: center;
  font-size: 20px;
  transition: 0.4s;  
  background-color: rgba(255, 255, 255, 0.8);
}
.contentBg .allBtn:hover{
  background-color: #2399B3;
  color: #fff;
  transition: 0.4s;  
}

.contentBg .bigHead{
  position: relative;
  display: flex;
  justify-content: center;
  max-width: 1000px;
  width: 100%;
  margin: 6rem auto;
}

.contentBg .bigHead:before{
  content: "";
  width: 100%;
  height: 1px;
  background-color: #6a6a6a;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%,-50%);
  z-index: -1;
}

.contentBg .bigHead .text{
  background-color: #FAFAFA;
  padding: 0 20px;
  box-sizing: border-box;
  text-align: center;
  line-height: 1.4;
  font-size: 36px;
  font-weight: 500;
  font-family: "Noto Serif JP", serif;
}

.allHeadBg{
  text-align: center;
  margin-bottom: 68px;
}

.allHeadBg .allHead{
    font-family: "Noto Serif JP", serif;
    border-bottom: 1px solid #00a7c3;
    font-size: 46px;
    display: inline-block;
    margin: 0;
}

.allHeadBg.awardSet{
  position: absolute;
  top: 6vw;
  left: 0;
  width: 100%;
}

.allHeadBg.awardSet .row{
  display: flex;
  align-items: center;
  justify-content: center;
}

.allHeadBg.awardSet .row .allHead{
  display: flex;
  align-items: center;
}

.allHeadBg.awardSet .row .allHead .pic{
  width: 260px;
  margin-right: 10px;
}

@media (max-width: 1000px) {
  .contentBg .bigHead{
    margin: 4rem auto;
  }
  .contentBg .bigHead .text{
    font-size: 32px;
  }
  .allHeadBg .allHead{
    font-size: 36px;
  }
  .allHeadBg.awardSet .row .allHead .pic{
    width: 180px;

  }
}

@media (max-width: 767px) {
  .contentBg .bigHead .text{
    font-size: 30px;
  }
  .contentBg .allTexture{
    width: 11vw;
    left: 7vw;
    top: 10vw;
  }
  .contentBg .allBtn{
    display: inline-block;
    margin: 0 auto;
  }
  .allHeadBg.awardSet{
    position: initial;
    margin-top: 80px;
    margin-bottom: 30px;
  }
  .allHeadBg.awardSet .row .allHead{
    flex-direction: column;
  }
}



/*index_banner**************************/
.bannerBg{
  height: 46vw;
}
@media (max-width: 767px) {
  .bannerBg{
    height: auto;
  }
}

/*index_award**************************/
.awardBg{
  position: relative;
  margin-bottom: 220px;
}

.awardBg .allTexture{
  position: absolute;
  top: 9vw;
  left: 8vw;
  width: 3.6vw;
}
@media(max-width:1000px){
  .awardBg{
    margin-bottom: 100px;
  }
}
@media(max-width:767px){
  .awardBg{
    margin-bottom: 110px;
  }
  .awardBg .allTexture{
    width: 11vw;
    left: 5vw;
  }
}

/*index_concept**************************/

.conceptBg{
  position: relative;
  margin-bottom: 220px;
}
.conceptBg .conceptBox{
  display: flex;
  margin: 50px 0;
  align-items: center;
}

.conceptBg .conceptBox .pic{
  width: 50%;
  height: 680px;
  overflow: hidden;
  /* background: url(../images/index_concept_pic01.jpg) center center no-repeat; */
  background: url(https://d2w53g1q050m78.cloudfront.net/azelaincom/uploads/AB/index_concept_pic01.jpg) center center no-repeat;
  background-size: cover;
}

.conceptBg .conceptBox .conceptInfo{
  padding: 0 12px 0 84px;
  box-sizing: border-box;
}

.conceptBg .conceptBox .conceptInfo .logo{
  width: 316px;
  margin-bottom: 25px;
}

.conceptBg .conceptBox .conceptInfo h3{
  font-size: 34px;
  margin: 0 0 25px 0;
  font-family: "Noto Serif JP", serif;
  line-height: 1.6;
  font-weight: 600;
}
.conceptBg .conceptBox .conceptInfo p{
  font-size: 20px;
  line-height: 2.4;
  margin: 0;
}

.conceptBg .allTexture{
  position: absolute;
  top: 86px;
  left: 8vw;
  width: 3.6vw;
}

@media(max-width:1000px){
  .conceptBg{
    margin-bottom: 100px;
  }
  .conceptBg .conceptBox .conceptInfo p{
    line-height: 2;
    font-size: 16px;
  }
  .conceptBg .conceptBox .pic{
    height: 580px;
  }
}

@media(max-width:767px){
  .conceptBg{
    margin-bottom: 110px;
  }
  .conceptBg .conceptBox{
    flex-direction: column;
  }
  .conceptBg .conceptBox .pic{
    width: 100%;
    background-size: 100% auto;
    height: 320px;
  }
  .conceptBg .conceptBox .conceptInfo{
    padding: 50px 20px;
  }
  .conceptBg .allTexture{
    width: 11vw;
    left: 5vw;
    top: 14vw;
  }
  .conceptBg .conceptBox .conceptInfo .logo{
    width: 220px;
    margin-bottom: 26px;
  }
  .conceptBg .conceptBox .conceptInfo h3{
    font-size: 26px;
    font-weight: 700;
  }
}


/*index_goods**************************/

.goodsBg{
  margin-bottom: 220px;
}

.goodsBg .goodsBox{
  display: flex;
  align-items: center;
}

.goodsBg .goodsBox .pic{
  padding: 0 56px;
}

.goodsBg .goodsInfo h3{
  font-size: 34px;
  font-family: "Noto Serif JP", serif;
  font-weight: 600;
}
.goodsBg .goodsInfo h4{
  font-size: 20px;
  font-weight: 700;
  margin-bottom: 25px;
}
.goodsBg .goodsInfo p{
  font-size: 20px;
  line-height: 2.4;
  margin-bottom: 54px;
}

@media(max-width:1000px){
  .goodsBg{
    margin-bottom: 100px;
  }
}

@media(max-width:767px){
  .goodsBg{
    margin-bottom: 110px;
  }
  .goodsBg .goodsBox{
    flex-direction: column;
  }
  .goodsBg .goodsBox .pic{
    padding: 0;
    margin-bottom: 40px;
  }
  .goodsBg .goodsInfo{
    display: flex;
    flex-direction: column;
  }
  .goodsBg .goodsInfo h3{
    font-size: 26px;
    font-weight: 700;
  }
  .goodsBg .goodsInfo p{
    font-size: 16px;
    line-height: 2;
  }
  .goodsBg .goodsInfo h4{
    margin-bottom: 4px;
  }
}

/*index_sales**************************/

.salesBg{
  margin-bottom: 220px;
}

.salesBg .salesBox{
  display: flex;
  justify-content: space-around;
  align-items: center;
}

.salesBg .item{
  display: flex;
  flex-direction: column;
  justify-content: space-around;
  align-items: center;
}

.salesBg .title{
  font-size: 30px;
  text-align: center;
  margin: 0 0 16px 0;
}

@media(max-width:1000px){
  .salesBg{
    margin-bottom: 100px;
  }
}

@media (max-width: 767px) {
  .salesBg{
    margin-bottom: 110px;
  }
  .salesBg .salesBox{
    flex-direction: column;
    margin: 0 0 3rem 0;
  }
  .salesBg .item{
    margin-bottom: 68px;
  }
  .salesBg .title{
    font-size: 16px;
  }
  .salesBg .salesBox .pic{
    width: 80%;
  }

}

/*index_faq**************************/

.faqBg{
  /* background: url(../images/index_faqBg.jpg) center center no-repeat; */
  background: url(https://d2w53g1q050m78.cloudfront.net/azelaincom/uploads/AB/index_faqBg.jpg) center center no-repeat;
  background-size: cover;
  margin-bottom: 198px;
  padding-top: 160px;
  padding-bottom: 180px;
}

.faqBg .faqArea{
  width: calc(100% - 40px);
  max-width: 1200px;
  margin: 0 auto;
}

.faqBg .faqArea h2{
  font-family: "Bodoni Moda", serif;
  font-weight: 400;
  border-bottom: 1px solid #00a7c3;
  font-size: 46px;
  display: inline-block;
  margin-bottom: 52px;
}
.faqBg .faqArea p{
  font-size: 20px;
  margin-bottom: 52px;
}
.faqBg .faqArea .allBtn{
  font-size: 20px;
    border: 1px solid #2399B3;
    border-radius: 100px;
    padding: 12px 58px;
    box-sizing: border-box;
    text-align: center;
}

.faqBg .faqArea .allBtn:hover{
  background-color: #2399B3;
  color: #fff;
  transition: 0.4s;  
}

@media(max-width:767px){
  .faqBg{
    position: relative;
    padding-top: 100px;
    padding-bottom: 120px;
    margin-bottom: 100px;
  }
  .faqBg:before{
    content: "";
    background-color: rgba(255,255,255,0.5);
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
  }
  .faqArea{
    position: relative;
  }
}




/*商品介紹區域**************************/
.aboutBg{
  margin-bottom: 220px;
  padding-top: 200px;
}
.aboutBg .aboutArea {
  display: flex;
  align-items: center;
}
.aboutBg .aboutInfo{
  width: 50%;
  padding: 0 12px 0 84px;
  box-sizing: border-box;
}
.aboutBg .aboutInfo p{
  margin-bottom: 20px;
}
.aboutBg .aboutInfo p .small{
  font-size: 11px;
}
.aboutBg .pic{
  width: 50%;
  height: 680px;
  overflow: hidden;
  /* background: url(../images/product_about_pic.jpg) center center no-repeat; */
  background: url(https://d2w53g1q050m78.cloudfront.net/azelaincom/uploads/AB/product_about_pic.jpg) center center no-repeat;
  background-size: cover;
}
.aboutBg p{
  font-size: 20px;
  line-height: 2.4;
}

@media(max-width:1000px){
  .aboutBg{
    padding-top: 100px;
    margin-bottom: 100px;
  }
  .aboutBg .pic{
    width: 36%;
  }
  .aboutBg .aboutInfo{
    width: 64%;
    padding: 0 12px 0 32px;
  }
}

@media(max-width:767px){
  .aboutBg .pic{
    width: 100%;
    background-size: 100% auto;
    height: 340px;
    margin-bottom: 10px;
  }
  .aboutBg .aboutArea{
    flex-direction: column;
  }
  .aboutBg .aboutInfo{
    width: 100%;
    padding: 0 20px;
  }
  .aboutBg .aboutInfo p{
    font-size: 16px;
    line-height: 2;
  }
}

.featureBg{
  /* background: url(../images/feature_bg.jpg) left center no-repeat; */
  background: url(https://d2w53g1q050m78.cloudfront.net/azelaincom/uploads/AB/feature_bg.jpg) left center no-repeat;
  background-color: #f2f3f8;
  background-size: 100% auto;
}

.featureBg .featureArea{
  position: relative;
  padding: 18vw 0;
}

.featureBg .featureInfo{
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(0 , -50%);
}

.featureBg .featureInfo h3{
  font-size: 34px;
  margin: 0;
  font-family: "Noto Serif JP", serif;
  margin-bottom: 20px;
  font-weight: 600;
}
.featureBg .featureInfo p{
  font-size: 20px;
  line-height: 2.4;
}

@media(max-width:1000px){
  .featureBg{
    background-size: cover;
    background-position: -24vw 0;
  }
  .featureBg .featureArea{
    padding: 30vw 0;
  }
  .featureBg .featureInfo{
    padding-right: 10px;
    transform: translate(-20px,-50%);
  }
}

@media(max-width:767px){
  .featureBg{
    height: 160vw;
    background-size: 210% auto;
    background-position: left bottom;
  }
  .featureBg .featureInfo{
    left: 20px;
    top: 20px;
    right: 20px;
    transform: none;
    padding-right: 0;
  }
  .featureBg .featureInfo h3{
    font-size: 26px;
    font-weight: 700;
  }
  .featureBg .featureInfo p{
    font-size: 16px;
    line-height: 2;
  }
}

.pointBg{
  display: flex;
  background-color: #fff;
  padding: 102px;
  box-sizing: border-box;
  margin-bottom: 110px;
  justify-content: space-between;
}
.pointBg .number{
  display: flex;
  align-items: center;
  height: 60px;
}
.pointBg .number span{
  font-size: 20px;
  color: #2399B3;
  font-family: "Noto Serif JP", serif;
}
.pointBg .number .line{
  content: "";
  height: 1px;
  width: 50px;
  background-color: #2399B3;
  margin-left: 10px;
}

.pointBg .infoBox{
  padding-right: 20px;
}

.pointBg .infoBox h3{
  font-size: 43px;
  margin: 0;
  font-family: "Noto Serif JP", serif;
  line-height: 1.4;
  margin-bottom: 10px;
  font-weight: 600;
}
.pointBg .infoBox p{
  font-size: 20px;
  line-height: 2.4;
  box-sizing: border-box;
}
.pointBg .picBox{
  padding-top: 75px;
  width: 388px;
}

.pointBg-re{
  flex-direction: row-reverse;
}

.pointBg-re .infoBox{
  padding-left: 20px;
  padding-right: 60px;
}

.pointBg.lastSet{
  margin-bottom: 220px;
}

@media(max-width:1200px){
  .pointBg .infoBox h3{
    font-size: 30px;
    font-weight: 700;
  }
  .pointBg .infoBox p{
    line-height: 2;
  }
  .pointBg .picBox{
    padding-top: 70px;
  }
  .pointBg-re .infoBox{
    padding-right: 0;
  }
}

@media (max-width: 1080px) {
  .pointBg{
    padding: 50px;
  }
}

@media (max-width: 1000px) {
  .pointBg.lastSet{
    margin-bottom: 100px;
  }
}



@media(max-width:767px){
  .pointBg{
    flex-direction: column-reverse;
    padding: 10px;
  }
  .pointBg .picBox{
    width: 100%;
    padding-top: 0;
  }
  .pointBg .infoBox{
    padding-left: 0;
  }
  .pointBg .infoBox h3{
    font-size: 26px;
  }
  .pointBg .infoBox p{
    font-size: 16px;
    line-height: 2;
  }
}

.productBg{
  margin-bottom: 220px;
  background-color: #fff;
  padding: 100px 0;
}

.productBg .productArea{
  width: calc(100% - 40px);
  max-width: 1200px;
  margin: 0 auto;
}

.productBg .productBox{
  display: flex;
}

.productBg .productBox .itemPic{
  flex: 0 0 540px;
  position: relative;
  margin-right: 40px;
}

.productBg .productBox .itemPic .pic img{
  width: 540px;
}

.productBg .productBox .itemInfo .list li .bold{
  display: flex;
  align-items: center;
  font-weight: 900;
}

.productBg .productBox .itemInfo .list li .bold:before{
  content: "";
  width: 10px;
  height: 10px;
  background-color: #2399B3;
  border-radius: 100px;
  margin-right: 6px;
}

.productBg .productBox .itemInfo .list li .text{
  display: flex;
  align-items: center;
}

.productBg .productBox .itemInfo .list li .text:before{
  content: "";
  width: 10px;
  height: 10px;
  margin-right: 6px;
}



.productBg .productBox .itemInfo h3{
  margin: 0 0 25px 0;
}

.productBg .productBox .itemInfo h3 .en{
  font-size: 21px;
  font-family: "Noto Serif JP", serif;
}
.productBg .productBox .itemInfo h3 .head{
  font-size: 46px;
  font-family: "Noto Serif JP", serif;
  line-height: 1;
  font-weight: 600;
}

.productBg .productBox .itemInfo h4{
  margin: 0 0 25px 0;
}

.productBg .productBox .itemInfo h4 .bold{
  font-weight: 900;
}
.productBg .productBox .itemInfo h4 {
  font-weight: 500;
}

.productBg .productBox .itemInfo .note{
  font-size: 14px;
  line-height: 1.6;
  margin: 40px 0 0 0;
}
.productBg .productBox .itemInfo .btnBox{
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 32px 0 0 0;
}
.productBg .productBox .itemInfo .btnBox a{
  border: 1px solid #BCBCBC;
  display: flex;
  align-items: center;
  justify-content: center;
  height: 58px;
  border-radius: 100px;
  padding: 3px 30px;
  margin: 0 4px;
  flex: 1 1;
  line-height: 1.4;
  transition: 0.5s;
}

.productBg .productBox .itemInfo .btnBox a:hover{
  opacity: 0.7;
}

.productBg .productBox .itemInfo .btnBox a img{
  width: 68px;
  margin: 0 6px 0 0;
}

@media (max-width: 1080px) {
  .productBg .productBox .itemPic{
    flex: 0 0 480px;
  }

  .productBg .productBox .itemPic .pic img{
    width: 480px;
  }
}

@media (max-width: 1000px) {
  .productBg .productBox{
    flex-direction: column;
  }
  .productBg .productBox .itemPic{
    margin: 0 auto;
    width: 100%;
  }
  .productBg .productBox .itemPic .pic {
    margin-bottom: 10px;
  }
  .productBg .productBox .itemPic .pic img{
    width: 100%;
  }
}

@media (max-width: 767px) {
  .productBg{
    margin-bottom: 100px;
  }
  .productBg .productBox .itemPic .pic{
    transform: scale(1);
    margin: 0 0 20px 0;
  }
  .productBg .productBox .itemPic{
    flex: 0 0;
  }
  .productBg .productBox .itemInfo .btnBox{
    flex-direction: column;
  }
  .productBg .productBox .itemInfo .btnBox a{
    margin: 0 0 12px 0;
    width: 80%;
    padding: 9px 30px;
  }
  .productBg .productBox .itemInfo h3 .en{
    font-size: 16px;
  }
  .productBg .productBox .itemInfo h3 .head{
    font-size: 26px;
    font-weight: 700;
  }

}

.useBg{
  margin-bottom: 220px;
  background-color: #EFEFEF;
}

.useBg .useArea{
  width: calc(100% - 40px);
  max-width: 1200px;
  margin: 0 auto;
  padding: 100px 0;
}

.useBg h2{
  font-size: 46px;
  margin: 0 0 20px 0;
  text-align: center;
  font-family: "Bodoni Moda", serif;
}
.useBg .text{
  font-size: 20px;
  text-align: center;
  margin: 0 0 30px 0;
}

.useBg .list{
  display: flex;
  justify-content: center;
  column-gap: 32px;
  padding: 0;
}

.useBg .list li{
  display: flex;
  flex-direction: column;
  align-items: center;
}

.useBg .list li .pic{
  margin-bottom: 8px;
  position: relative;
}
.useBg .list li .pic .icon{
  position: absolute;
  top: 0;
  left: 0;
  width: 74px;
}
.useBg .list li .num{
  font-size: 20px;
  margin-bottom: 8px;
}
.useBg .list li p{
  font-size: 20px;
}

@media(max-width:1000px){
  .useBg .list li .pic .icon{
    width: 60px;
  }
}

@media(max-width:767px){
  .useBg{
    margin-bottom: 100px;
  }
  .useBg h2{
    font-size: 36px;
  }
  .useBg .text{
    font-size: 16px;
    line-height: 2;
  }
  .useBg .list{
    flex-wrap: wrap;
  }
  .useBg .list li{
    width: 44%;
    margin-bottom: 20px;
  }
}


.qaHead{
  text-align: center;
  margin: 200px 0 40px 0;
  font-family: "Noto Serif JP", serif;
  font-size: 46px;
  font-weight: 500;
}

.qaBg{
  margin: 0 0 10rem 0;
}

.qaBg .qaBox{
  max-width: 1000px;
  margin: 0 auto;
  border-bottom: 1px solid #D8DDDF ;
  padding: 20px 20px;
  box-sizing: border-box;
  cursor: pointer;
}

.qaBg .qaBox:first-child{
  border-top: 1px solid #D8DDDF ;
}

.qaBg .qaBox dt{
  display:flex;
  position: relative;
}
.qaBg .qaBox dt span{
  flex: 0 0 30px;
  font-size: 24px;
}
.qaBg .qaBox dt p{
  flex: 1 1;
  margin: 4px 0 0 0;
  transition: 0.4s;
  text-align: justify;
  font-size: 20px;
}
.qaBg .qaBox:hover dt p{
  opacity: 0.6;
  transition: 0.4s;
}
.qaBg .qaBox dt .icon{
  position: absolute;
  top: 8px;
  right: 0;
}
.qaBg .qaBox dt .plus{
  opacity: 1;
  transition: 0.5s;
}
.qaBg .qaBox.active dt .plus{
  opacity: 0;
  transition: 0.5s;
}
.qaBg .qaBox dt .minus{
  opacity: 0;
  transition: 0.5s;
}

.qaBg .qaBox.active dt .minus{
  opacity: 1;
  transition: 0.5s;
}

.qaBg .qaBox dd{
  margin: 0;
  transition: 1s;
  overflow: hidden;
  display: flex;
  height: 0;
  opacity: 0;
}
.qaBg .qaBox.active dd{
  transition: 1s;
  height: auto;
  opacity: 1;
  padding: 20px 0 0 0;
}
.qaBg .qaBox dd span{
  flex: 0 0 30px;
  font-size: 24px;
}
.qaBg .qaBox dd p{
  flex: 1 1;
  margin: 4px 0 0 0;
  text-align: justify;
  font-size: 20px;
  padding-right: 20px;
}

@media (max-width: 767px) {
  .qaHead{
    font-size: 36px;
  }
  .qaBg .qaBox{
    padding: 20px 0;
  }
  .qaBg .qaBox dt p{
    margin: 4px 36px 0 0;
    font-size: 16px;
  }
  .qaBg .qaBox dd p{
    margin: 4px 36px 0 0;
    font-size: 16px;
  }
  .qaBg .qaBox dt span{
    font-size: 20px;
  }
  .qaBg .qaBox dd span{
    font-size: 20px;
  }
}















