@charset "utf-8";
/* 汎用クラス */
.pcBlock {
  display: block;
}
.spBlock {
  display: none;
}

/* .aromaBg */
.aromaBg {
  background: #fff url(/files/cdb/ZZ/b2b/aroma/zzb2b_aroma_bg01.png) top center repeat-x;
}
.aromaInner {
  width: 1080px;
  margin: 0 auto;
}
.introductionBox {
  padding: 63px 0 13px;
  background: url(/files/cdb/ZZ/b2b/aroma/zzb2b_aroma_decoration01.png) bottom center no-repeat;
}
.h1Title {
  text-align: center;
}
.h1Title img {
  margin: 0 auto;
}
.introductionInner {
  width: 861px;
  margin: 0 auto;
  padding: 42px 0 0;
}
.builtInner {
  padding-bottom: 18px;
}
.bottleInner {
  padding-bottom: 41px;
}
.h2Title {
  margin-bottom: 20px;
}
.tableImg {
  margin-bottom: 50px;
}
.bottleInner .tableImg:nth-of-type(2) {
  margin-bottom: 0;
}
.listComment {
  padding: 23px 0;
}
.listComment li {
  font-size: 14px;
  color: #726b3b;
  line-height: 1.5;
  text-indent: -1em;
  padding-left: 1em;
}
.descriptionBox {
  overflow: hidden;
  margin-bottom: 40px;
}
.descriptionBox .descriptionText {
  float: left;
  width: 582px;
  padding: 31px 58px;
}
.descriptionBox .descriptionText p {
  font-size: 22px;
  color: #726b3b;
  line-height: 2;
}
.descriptionBox .descriptionText .productName {
  margin-top: 24px;
  font-size: 18px;
  line-height: 1;
}
.descriptionBox .descriptionImg {
  float: left;
  width: 279px;
}
.btnBuy {
  margin: 30px 0 85px;
}
.btnBuy a {
  display: block;
  width: 501px;
  margin: 0 auto;
}

/* .contentBox */
.contentBox {
  padding: 82px 0 1px;
  background: url(/files/cdb/ZZ/b2b/aroma/zzb2b_aroma_border01.png) bottom left repeat-x;
}
.contentBox.constellation {
  padding: 2px 0 1px;
  background: none;
}
.contentBox h2 {
  margin-bottom: 82px;
}
.contentBox h2 img {
  margin: 0 auto;
}
.contentBox .contentList {
  text-align: center;
}
.contentBox .contentList li {
  display: inline-block;
}
.contentBox .contentList li:nth-child(n+4) {
  margin-top: 72px;
}
.contentItem img {
  margin-bottom: 30px;
}
.contentItem .btnMore {
  display: block;
  width: 279px;
  margin: 0 auto;
}

/* modal */
.modalContent {
  display: none;
}
#cboxContent {
  background: none;
  border: none;
  padding: 0px;
  margin: 0 auto;
}
#cboxLoadedContent {
  background: none;
}
.close a {
  display: block;
}
/* aroma_modal */
.aroma_modal {
  background-color: #ffffff;
  border: 1px solid #b3b2a4;
  padding: 99px 46px 48px;
  position: relative;
}
.aroma_modal img {
  margin: 0 auto;
}
.aroma_modal.constellation {
  padding-bottom: 99px;
}
.aroma_modal h1 {
  width: 100%;
  margin: 0 auto 30px;
  text-align: center;
}
.aroma_modal p {
  font-size: 18px;
  line-height: 1.5;
  color: #524e2f;
}
.aroma_modal.constellation p {
  margin: 0 auto;
}
.aroma_modal .close {
  width: 44px;
  height: 44px;
  position: absolute;
  top: 32px;
  right: 30px;
}

/* 1812追加分 */
.introductionBox {
  background: none;
}
.listComment li {
  font-family: "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "MS P明朝", "MS PMincho", serif;
  font-weight: 500;
}
.descriptionBox .descriptionText {
  width: 600px;
  padding: 25px 35px 25px 85px;
}
.descriptionBox .descriptionText p {
  font-family: "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "MS P明朝", "MS PMincho", serif;
  font-weight: 500;
}
.descriptionBox .descriptionText p:nth-of-type(1) {
  font-size: 24px;
  letter-spacing: 0.13em;
}
.descriptionBox .descriptionImg {
  width: 250px;
}
.btnBuy {
  margin: 80px 0 115px;
}
.contentBox,
.contentBox.constellation {
  background: url(/files/cdb/ZZ/b2b/aroma/1812/zzb2b_aroma_decoration01.png) top center no-repeat;
  background-size: 100% auto;
  padding: 60px 0 1px;
}
.contentBox .contentList {
  text-align: left;
}
.contentBox .contentList li {
  text-align: center;
}
#pure10 p {
  letter-spacing: -0.03em;
}

/** SP
******************/
@media screen and (max-width: 767px) {
  /* 汎用クラス */
  .pcBlock {
    display: none;
  }
  .spBlock {
    display: block;
  }

  /* .aromaBg */
  .aromaBg {
    background: #fff url(/files/cdb/ZZ/b2b/aroma/sp/zzb2b_aroma_bg01.png) top center repeat-x;
    -webkit-background-size: contain;
    background-size: contain;
  }
  .aromaInner {
    width: 100%;
    max-width: 640px;
    padding: 0 5%;
  }
  .introductionBox {
    max-width: 540px;
    padding: 39px 0 2.4074%;
    background: url(/files/cdb/ZZ/b2b/aroma/sp/zzb2b_aroma_decoration01.png) bottom center no-repeat;
    background-size: 100%
  }
  .h1Title {
    text-align: center;
  }
  .introductionInner {
    width: 100%;
    padding: 21px 0 0;
  }
  .builtInner {
    padding-bottom: 10px;
  }
  .bottleInner {
    padding-bottom: 20px;
  }
  .h2Title {
    margin-bottom: 8px;
  }
  .builtInner .h2Title img {
    width: 67.7777%;
  }
  .tableImg {
    margin-bottom: 21px;
  }
  .bottleInner .h2Title img {
    width: 72.2222%;
  }
  .listComment {
    padding: 10px 0;
  }
  .listComment li {
    font-size: 7px;
  }
  .descriptionBox {
    margin-bottom: 0;
  }
  .descriptionBox .descriptionText {
    float: none;
    width: 100%;
    max-width: 270px;
    padding: 0 22px;
    margin: 0 auto;
  }
  .descriptionBox .descriptionText p {
    font-size: 12px;
  }
  .descriptionBox .descriptionText .productName {
    margin-top: 15px;
    font-size: 9px;
  }
  .descriptionBox .descriptionImg {
    float: none;
    width: 100%;
    margin-top: 25px;
  }
  .descriptionBox .descriptionImg img {
    width: 46.2962%;
    margin-left: 36.1111%;
  }
  .btnBuy {
    margin: 15px 0 35px;
  }
  .btnBuy a {
    width: 92.9629%;
    max-width: 502px;
  }

  /* .contentBox */
  .contentBox {
    padding: 29px 0 1px;
  }
  .contentBox.constellation {
    padding: 10px 0 1px;
    background: none;
  }
  .contentBox h2 {
    margin-bottom: 36px;
  }
  .contentBox .contentList li {
    display: block;
  }
  .contentBox .contentList li:nth-child(n+4) {
    margin-top: 0;
  }
  .contentItem img {
    margin-bottom: 15px;
  }
  .contentItem .btnMore {
    display: block;
    width: 51.8518%;
    margin: 0 auto 50px;
  }
  #cboxContent {
    background: none!important;
    border: 0!important;
    padding: 0px!important;
    width: 100%!important;
  }
  #cboxLoadedContent {
    width: 100%!important;
    background-color: rgba(0, 0, 0, 0)
  }

  /* aroma_modal */
  .aroma_modal {
    width: 100%;
    padding: 40px 15px 15px;
    box-sizing:border-box;
    background-color: #ffffff;
    border: #b3b2a4 solid 1px;
    position: relative;
  }
  .aroma_modal.relux {
    min-height: 320px;
  }
  .aroma_modal h1 {
    width: 100%;
    line-height:0;
    margin: 0 auto 15px;
    text-align: center;
  }
  .aroma_modal p {
    font-size: 18px;
    line-height: 1.5;
    color: #524e2f;
    margin-bottom: 15px;
  }
  .aroma_modal .close {
    width: 22px;
    height: 22px;
    position: absolute;
    top: 10px;
    right: 10px;
  }
  
  /* 1812追加分 */
  .introductionBox {
    background: none;
  }
  .descriptionBox .descriptionText {
    max-width: 320px;
  }
  .descriptionBox .descriptionText p:nth-of-type(1) {
    font-size: 14px;
    line-height: 1.8;
    letter-spacing: 0.08em;
  }
  .descriptionBox .descriptionImg {
    text-align: center;
  }
  .descriptionBox .descriptionImg img.spBlock {
    display: inline-block;
    margin-left: 0;
  }
  .btnBuy {
    margin: 5px 0 35px;
  }
  .contentBox .contentList {
    letter-spacing: -.40em;
  }
  .contentBox .contentList li {
    display: inline-block;
    width: 50%;
    letter-spacing: normal;
    vertical-align: top;
  }
  .contentBox .contentList li:nth-child(n+4) {
    margin-top: 0;
  }
  .contentBox.constellation {
    background: url(/files/cdb/ZZ/b2b/aroma/sp/zzb2b_aroma_decoration01.png) top center no-repeat;
    background-size: 100% auto;
  }
  .contentItem .btnMore {
    display: block;
    width: 90%;
    margin: 0 auto 30px;
  }

}