/* hasList */

/* アイテムリスト…商品には使わない。商品はproduct */
.itemList{
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  margin-bottom: 48px;
}
.itemList li{
  width: 470px;
  height: 96px;
  margin-bottom: 8px;
}

.itemList li a{
  width: 100%;
  height: 100%;
  font-size: 24px;
  font-weight: bold;
  background: #e0d8bf;
  transition: .1s;
  display: flex;
  justify-content: center;
  align-items: center;
}
.itemList li:hover a,
.itemList li a.current{
  background: #95260d !important;
  color: #ede7d4 !important;
}
/* //アイテムリスト */

/* pager */
.pager{
  position: absolute;
  top: 300px;
  width: 100%;
}
.pager ul{
  display: flex;
  justify-content: space-between;
}
.pager li{
  width: 70px;
  text-align: center;
  margin: 0 32px;
  position: relative;
  z-index: 1;
  font-weight: bold;
  cursor: pointer;
}
.pager li a{
  color: #05060d;
  transition: .3s;
  padding: 70px 18px 0;
  margin-top: -70px;
}
.pager li::before{
  font-family: FontAwesome;
  content: "\f104";
  display: block;
  font-size: 32px;
  margin: -4px 4px 36px 0;
  font-weight: normal;
  color: #fff;
  line-height: 0;
}
.pager li:last-child::before{
  content: "\f105";
  margin-right: -4px;
}
.msBrowser.ie .pager li::before{
  margin-top: -16px;
}
.pager li::after{
  line-height: 0;
  content: "◆";
  position: absolute;
  top: 0;
  left: 0;
  font-size: 70px;
  color: #dbd0c8;
  z-index: -1;
  transition: .3s;
}
.pager li:hover a{
  color: #65666d;
}
.pager li:hover::after{
  color: #b59f97;
}
/* //pager */

/* 狭小 */
@media only screen and (max-width: 1170px){
  .pager,
  .pager li{
    position: static;
  }
  .pager{
    padding: 0 0 32px;
  }
  .pager li{
    margin: 0;
    width: auto;
  }
  .pager li::before,
  .pager li:last-child::before,
  .pager li::after{
    content: none;
  }
  .pager li a{
    margin: 0;
    padding: 16px;
    background-color: #95260d;
    color: #fff;
  }
  .pager li:first-child a::before,
  .pager li:last-child a::after{
    font-family: FontAwesome;
    margin: 0;
    font-weight: normal;
    line-height: 0;
  }
  .pager li:first-child a::before{
    content: "\f104";
    margin-right: 8px;
  }
  .pager li:last-child a::after{
    content: "\f105";
    margin-left: 8px;
  }
}/* このとじカッコは消さないこと */

/* //hasList */@charset "utf-8";
h2.decorated,
.decorated_dia{
  margin-bottom: 16px;
}

.toProductBtn{
  background-color: #95260d;
  text-align: center;
  transition: .3s;
  margin: 0 auto;
  font-weight: bold;
}
.toProductBtn a{
  display: block;
  line-height: 0;
  color: #fff;
}
.toProductBtn a::before{
  font-family: FontAwesome;
  content: "\f0da";
  margin: 0 4px;
}
.toProductBtn:hover{
  background-color: #bc3010;
}

/* index */
.index .productList{
  display: flex;
  justify-content: space-between;
}
.index .productList .product{
  padding-top: 314px;
  background: no-repeat center top;
  width: 464px;
  height: 538px;
}
.index .productList .product.fushigiko{
  background-image:url("/img/product/fushigikou_btn.png");
}
.index .productList .product.kinshigan{
  background-image:url("/img/product/kinshigan_btn.png");
}
.index .productList .product dt{
  font-size: 42px;
  text-align: center;
  margin-bottom: 16px;
  font-weight: bold;
}
.index .productList .product dd{
  text-align: center;
}

.index .toProductBtn{
  font-size: 20px;
  width: 400px;
}
.index .toProductBtn a{
  padding: 24px 0;
}
/* //index */

/* 下層共通 */
/* ページタイトル スタイル */
h1.item{
  margin-bottom: 15px;
  color: #05060d;
  font-size: 42px;
  font-weight: normal;
  border-bottom: 1px solid #95260d;
  text-align: left;
  width: 290px;
}
h1.item span{
  font-size: 16px;
  margin-right: 10px;
}

.productIntroduction > dt{
  width: 100%;
  position: relative;
  z-index: 1;
  display: block;
  font-size: 32px;
  margin-bottom: 32px;
}
.productIntroduction > dt::before{
  content: "";
  position: absolute;
  top: -4px;
  left: 8px;
  width: 50px;
  height: 50px;
  background: #e9ddca;
  transform: rotate(45deg);
  z-index: -1;
}
.productIntroduction > dd{
  margin-bottom: 32px;
  padding-bottom: 16px;
  border-bottom: 2px dotted #05060d;
  line-height: 2;
}
.productIntroduction > dd:last-child{
  border-bottom: none;
  margin-bottom: 90px;
}
p.notice,
dd.notice li{
  }

/* 注意事項 */
dd.notice p{
  margin-bottom: 0;
}
dd.notice ul{
  margin-left: 16px;
}
/* //注意事項 */

/* お客さまのお喜びの声 */
.customerFeedback{
  background: url(/img/product/BgLeaf01.png) 850px -5px #f8f5ee no-repeat;
  padding-bottom: 24px;
}
.customerFeedback .decorated_dia{
  top: -58px;
  padding-top: 36px;
}
.customerFeedback .decorated_dia::before,
.customerFeedback .decorated_dia::after{
  content: none;
}

.customerFeedback ul{
  margin: 0 auto 24px;
}
.customerFeedback ul li{
  border-bottom: 1px dotted #95260d;
  position: relative;
  display: flex;
  justify-content: space-between;
  margin-bottom: 24px;
  padding-bottom: 24px;
}
.customerFeedback ul li:nth-child(even){
  flex-direction: row-reverse;
}
.customerFeedback ul li:nth-child(odd)::before,
.customerFeedback ul li:nth-child(even):after{
  position: absolute;
  content: "";
  z-index: 1;
  background-repeat: no-repeat;
  width: 100%;
  height: 100%;
  top: 0;
}
.customerFeedback ul li:nth-child(odd):before{
  background-image: url(/img/product/BgLeaf02.png);
  background-position: top left;
  left: -107px;
}
.customerFeedback ul li:nth-child(even):after{
  background-image: url(/img/product/BgLeaf03.png);
  background-position: top right;
  right: -146px;
}

.customerFeedback ul img{
  width: auto;
  height: 100%;
}
.customerFeedback ul dl{
  width: 744px;
}
.customerFeedback ul dt{
  margin-top: 32px;
}
.customerFeedback ul h3{
  position: absolute;
  top: 0;
  font-size: 24px;
  font-weight: bold;
  line-height: 1;
  color: #05060d;
}
.customerFeedback ul dd{
  line-height: 1.7;
  padding-top: 16px;
}
.customerFeedback .cmt{
  text-align: right;
}
/* //お客さまのお喜びの声 */
/* //下層共通 */

/* 不思議膏 */
/* 用法･用量 */
.usage_fushigiko dt{
  font-size: 24px;
  color: #95260d;
  font-weight: bold;
}
.usage_fushigiko dt::before{
  content: "◆";
  margin-right: 4px;
}
.usage_fushigiko dd ol{
  display: flex;
  justify-content: space-between;
  position: relative;
}
.usage_fushigiko dd ol li{
  padding-top: 300px;
  background: no-repeat center top / 100%;
  width: 388px;
}
.usage_fushigiko dd.paste ol li.first{
  background-image:url("/img/product/usage01_1.jpg");
}
.usage_fushigiko dd.paste ol li.second{
  background-image:url("/img/product/usage01_2.jpg");
}
.usage_fushigiko dd.insert ol li.first{
  background-image:url("/img/product/usage02_1.jpg");
}
.usage_fushigiko dd.insert ol li.second{
  background-image:url("/img/product/usage02_2.jpg");
}
.usage_fushigiko dd ol li.first::after{
  position: absolute;
  top: 42px;
  left: 49%;
  font-family: FontAwesome;
  content: "\f0da";
  font-size: 96px;
  color: #95260d;
}

.usage_fushigiko dd ol li.first.video{
  padding-top: 0;
  background-image: none;
}
.usage_fushigiko dd ol li.first.video div.video_box{
  overflow: hidden;
  width: 100%;
  height: auto;
  position: relative;
  padding-top: 74.35%;
  background: #000;
}
.usage_fushigiko dd ol li.first.video div.video_box iframe,
.usage_fushigiko dd ol li.first.video div.video_box video{
  position: absolute;
  top: 0;
  left: 0;
  width: 100% !important;
  height: 100% !important;
}
.usage_fushigiko dd ol li.first.video div.video_ttl{
  font-size: 18px;
  font-weight: bold;
}
.usage_fushigiko dd ol li.first.video div.video_ttl.mrgn{
  margin-top: 15px;
}
.usage_fushigiko dd ol li.first.video div.video_ttl span{
  display: inline-block;
  margin: 5px 0 0 10px;
  padding: 5px 10px;
  color: #fff;
  font-size: 13px;
  line-height: 1.0;
  vertical-align: top;
  background: #95260d;
}

/* //用法･用量 */
/* 成分 */
.component_fushigiko{
  background: url(/img/product/componentBgImg.png) top 0 center no-repeat;
  text-align: center;
  font-size: 32px;
  color: #95260d;
  padding-top: 48px;
  line-height: 1.5;
  font-weight: bold;
}
.component_fushigiko img{
  width: auto;
  margin: 24px auto 0;
}
/* //成分 */

/*
バナー
.toFushigikoは金鵄丸ページの内容。
*/
.productBunner{
  background-color: #f8f5ee;
  font-size: 18px;
  padding-bottom: 24px;
}
.productBunner.toFushigiko{
  font-size: 20px;
  color: #ffffff;
}

.productBunner .contentSetter{
  background: top center/100% no-repeat;
  background-image: url(/img/product/bnr_toKinshigan.jpg);
  display: flex;
  align-items: center;
  margin-bottom: 32px;
  height: 144px;
}
.productBunner.toFushigiko .contentSetter{
  background-image: url(/img/product/bnr_toFushigiko.jpg);
}

.productBunner p{
  line-height: 1.7;
  width: 308px;
  margin-bottom: 0;
  padding-left: 24px;
}
.productBunner.toFushigiko p{
  width: 230px;
}
.productBunner .contact{
  width: 346px;
  color: #7b2a18;
  text-align: center;
}
.productBunner.toFushigiko .contact{
  width: 432px;
  color: #fff;
}
.productBunner .contact .txt1{
  font-size: 32px;
  margin-right: 10px;
}
.productBunner .contact .txt2{
  font-size: 62px;
}

.productBunner .toProductBtn{
  font-size: 18px;
  width: 300px;
}
.productBunner .toProductBtn a{
  padding: 18px 0;
}
/* //不思議膏 */


/* 金鵄丸 */
/* 用法･用量 */
.usage_kinshigan p{
  margin-bottom: 0;
}
.usage_kinshigan dl{
  display: flex;
}
.usage_kinshigan dt{
  width: 124px;
}
.usage_kinshigan dd::before{
  content: " : ";
}
/* //用法･用量 */

/* cn */
.cn .headList{
  width: 800px;
  margin: 0 auto 120px;
}
.cn .headList .itemList li{
  position: relative;
  width: 240px;
  height: 50px;
}
.cn .headList .itemList li a{
  color: #95260d;
  background-color: #fff;
  font-size: 18px;
}
.cn .headList .itemList li a::after{
  font-family: FontAwesome;
  content: "\f107";
  position: absolute;
  right: 16px;
}

.cn .secContent .decorated_dia{
  top: -58px;
  margin-bottom: -42px;
  margin-top: 0;
}
.cn .secContent .decorated_dia::before,
.cn .secContent .decorated_dia::after{
  content: none;
}
.cn .secContent{
  background-color: #F8F5EE;
}
.cn h2.item{
  margin-bottom: 15px;
  color: #05060d;
  font-size: 42px;
  font-weight: normal;
  border-bottom: 1px solid #95260d;
  text-align: left;
  width: 170px;
}
.cn h2.item span{
  font-size: 16px;
  margin-right: 10px;
  display: block;
}
.cn .secClass1 div,
.cn .secClass1 ul{
  display: flex;
}
.cn .secContent .decorated_dia{
  margin-bottom: -100px;
}
.cn .decorated_dia.usage span{
  margin-top: -12px;
}
.cn .secClass1 div{
  align-items: flex-start;
}
.cn .secClass1 div li{
  text-align: center;
}
.cn .secClass1 div li p{
  margin: -80px 0 80px;
}
.cn .secClass1 div li:first-of-type{
  margin: 0 16px 0 -36px;
}
.cn .withTel ul{
  margin-bottom: 16px;
}
.cn .secClass2 dd{
  display: flex;
  justify-content: space-between;
}
.cn .secClass2 dd div{
  width: 684px;
}
/* //cn */

/* 狭小 */
@media only screen and (max-width: 1250px){
  .customerFeedback ul li:nth-child(odd)::before,
  .customerFeedback ul li:nth-child(even):after{
    content: none;
  }
}/* このとじカッコは消さないこと */
@media only screen and (max-width: 960px){
  .productBunner .contentSetter{
    align-items: flex-start;
  }
  .productBunner p{
    width: 280px;
    padding: 16px 0 0 0;
  }
  .productBunner.toFushigiko p{
    padding: 32px 0 0 16px;
  }
  .productBunner .contact{
    width: 300px;
  }
}/* このとじカッコは消さないこと */
@media only screen and (max-width: 885px){
  .productBunner p{
    font-size: 14px;
    width: 220px;
    padding: 24px 0 0 0;
  }
  .productBunner .contact,
  .productBunner .toProductBtn{
    width: 260px;
  }
  .productBunner .contact .txt2{
    font-size: 48px;
    padding-top: 16px;
  }
}/* このとじカッコは消さないこと */
@media only screen and (max-width: 860px){
  .productBunner.toFushigiko .contact{
    width: 300px;
  }
}/* このとじカッコは消さないこと */
@media only screen and (max-width: 840px){
  .usage_fushigiko dd ol li{
    padding-top: 35%;
    width: 45%;
  }
}/* このとじカッコは消さないこと */
@media only screen and (max-width: 830px){
  .index .productList .product{
    width: 49%;
    background-size: 100%;
  }
  .index .toProductBtn{
    width: 100%;
  }
}/* このとじカッコは消さないこと */

/* スマホ以下 */
@media only screen and (max-width: 767px){
  .index .productList .product,
  .index .toProductBtn,
  .usage_fushigiko dd ol li,
  .customerFeedback ul,
  .customerFeedback ul dl,
  .productBunner p,
  .productBunner.toFushigiko p,
  .productBunner .contact,
  .productBunner.toFushigiko .contact,
  .productBunner .toProductBtn{
    width: 100%;
  }
  .contentSetter.index p,
  .productList{
    padding: 0 16px;
  }
  .index .productList,
  .usage_fushigiko dd ol,
  .customerFeedback ul li,
  .customerFeedback ul li:nth-child(even),
  .productBunner .contentSetter{
    flex-direction: column;
  }
  .index .productList .product{
    padding-top: 75%;
    background-size: contain;
    height: auto;
    margin-bottom: 32px;
  }
  .productIntroduction{
    padding: 0 16px;
  }
  .usage_fushigiko dd ol{
    margin-bottom: 32px;
  }
  .usage_fushigiko dd ol li{
    padding-top: 80%;
  }
  .usage_fushigiko dd ol li.first::after{
    content: "\f0d7";
    position: static;
    display: block;
    margin: 45px auto 0px;
    width: 48px;
    height: 48px;
    line-height: 0;
  }
  .usage_fushigiko dd ol li.first.video div.video_ttl.mrgn{
    margin-top: 10px;
  }
  .component_fushigiko{
    background-position: 0px 0px ;
    background-size: contain;
    font-size: 20px;
    padding-top: 0;
  }
  .component_fushigiko span{
    display: inline-block;
  }
  .component_fushigiko img{
    margin-top: 0;
  }
  .component_kinshigan img{
    margin: 0 auto;
  }

  .customerFeedback ul{
    padding: 0 16px;
    margin-top: -32px;
  }
  .customerFeedback ul li img{
    width: 40%;
  }
  .customerFeedback ul li:nth-child(even) img{
    margin: 0 0 0 auto;
  }
  .customerFeedback ul li:nth-child(odd)::before,
  .customerFeedback ul li:nth-child(even):after{
    content: "";
    z-index: 0;
    top: 20px;
    background-size: 20%;
  }
  .customerFeedback ul li:nth-child(odd):before{
    background-position: top right;
    right: -16px;
    left: auto;
  }
  .customerFeedback ul li:nth-child(even):after{
    background-position: top left;
    left: -16px;
    right: auto;
    top: 32px;
  }
  .customerFeedback ul li h3{
    font-size: 20px;
    top: 0;
    right: 0;
    text-align: left;
    line-height: 1.2;
    width: 59%;
    padding-left: 8px;
  }
  .customerFeedback ul li h3 span{
    display: inline-block;
  }
  .customerFeedback ul li dt{
    margin-top: 0;
    position: absolute;
    top: 60px;
    right: 0px;
    font-size: 12px;
  }
  .customerFeedback ul li dt.long{
    top: 94px;
  }
  .customerFeedback ul li:nth-child(even) h3,
  .customerFeedback ul li:nth-child(even) dt{
    left: 0;
    z-index: 1;
  }
.customerFeedback .cmt{
  text-align: left;
  text-indent: -16px;
  margin-left: 16px;
}

  .productBunner{
    background-size: cover;
    background-image: url(/img/product/sp_bnr_toKinshigan.jpg);
    padding-top: 41%;
    position: relative;
  }
  .productBunner.toFushigiko{
    background-image: url(/img/product/sp_bnr_toFushigiko.jpg);
    font-size: 20px;
    color: #ffffff;
    padding-top: 38.5%;
  }
  .productBunner .contentSetter{
    position: absolute;
    top: 16px;
    left: 16px;
    width: 60%;
    background-image:none;
  }
  .productBunner.toFushigiko .contentSetter{
    background-image:none;
  }
  .productBunner p,
  .productBunner.toFushigiko p{
    font-size: 16px;
    padding: 0;
  }
  .productBunner .contact .txt1{
    font-size: 24px;
  }
  .productBunner .contact .txt2{
    font-size: 32px;
  }
/* cn */
  .cn .headList{
    width: 100%;
    padding: 0 16px;
  }
  .cn .itemList{
    flex-direction: column;
    align-items: center;
  }
  .cn .secClass1 div,
  .cn .secClass1 ul{
    flex-direction: column;
  }
  .cn .secClass1 div{
    padding: 0 16px;
  }
  .cn .secClass1 div li:first-of-type{
    margin: 0;
  }
  .cn .secContent .decorated_dia {
    margin-bottom: -60px;
  }

/* cn */
}/* このとじカッコは消さないこと */

/* iPhone5くらい */
@media only screen and (max-width: 399px){
  .productBunner p{
    font-size: 14px;
  }
  .productBunner .contentSetter{
    width: 70%;
  }
  .productBunner .contact{
    text-align: left;
  }
  .productBunner .contact .txt1{
    font-size: 20px;
  }
  .productBunner .contact .txt2{
    font-size: 24px;
  }
  .productBunner .toProductBtn{
    width: 80%;
    font-size: 16px;
    margin: 0;
  }
}/* このとじカッコは消さないこと */
