@charset "UTF-8";

/* パンくず */
.re-pnkz.single{
  padding-left: 30px;
  padding-top: 40px;
  padding-right: 30px;
  padding-bottom: 40px;}
.re-pnkz-inner{
  max-width: 1000px;
  margin: 0 auto;}
.re-pnkz.single .re-pnkz-inner .c-breadcrumb{font-size: 14px;}

/* コンテンツ */
#renewal-single{
  font-family: 'Noto Sans JP',serif;
  max-width: 656px;
  margin: 0 auto 200px;
  letter-spacing: .05em;}
#renewal-single .renewal-single__heading{
  font-family: 'Noto Serif JP',"Hiragino Mincho ProN","Hiragino Mincho Pro",HGS明朝E,メイリオ,Meiryo,serif;
  font-weight: normal;
  font-size: 30px;
  line-height: 1.5;
  color: #6b460b;
  padding-bottom: 30px;
  margin: 0 auto 30px;
  position: relative;}
#renewal-single .renewal-single__heading::after{
  content: "";
  background-image: url(/wp-content/themes/tougyoku_theme/img/h1-under-border.png);
  background-position: center;
  background-repeat: no-repeat;
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 10px;}
#renewal-single .renewal-single__thumbnail{}
#renewal-single .renewal-single__thumbnail img{max-width: 100%;vertical-align: top;}
#renewal-single .renewal-single__fv{
  position: relative;
  margin-bottom: 120px;}
#renewal-single.type-360 .renewal-single__fv{
  margin-bottom: 30px;
}
#renewal-single .renewal-single__fv::after{
  content: "";
  background-image: url(/wp-content/themes/tougyoku_theme/img/bg-obi.png);
  background-position: center;
  background-repeat: no-repeat;
  background-color: #F7F7F7;
  position: absolute;
  bottom: -60px;
  left: calc(-51vw + 50%);
  width: 100vw;
  height: 350px;
  z-index: -1;}
#renewal-single .meta-box{
  display: flex;
  justify-content: flex-end;
  align-items: center;
  margin-bottom: 30px;}
#renewal-single .meta__date{
  font-family: 'Noto Serif JP',"Hiragino Mincho ProN","Hiragino Mincho Pro",HGS明朝E,メイリオ,Meiryo,serif;
  font-size: 18px;
  margin-right: 15px;
  color: #6b460b;}
#renewal-single .meta__category{}
#renewal-single .meta__category a{
  font-family: 'Noto Serif JP',"Hiragino Mincho ProN","Hiragino Mincho Pro",HGS明朝E,メイリオ,Meiryo,serif;
  font-size: 18px;
  color: #6b460b;
  padding: 10px 30px;
  background-color: #f7f7f7;
  border-radius: 20px;}
#renewal-single .meta__category a:hover{
  opacity: 1;
  background-color: #e1e1e1;
  transition: all .3s;}
#renewal-single .archive__link{
  text-align: center;
  margin: 60px auto 100px;}
#renewal-single .archive__link a{
  font-family: 'Noto Serif JP',"Hiragino Mincho ProN","Hiragino Mincho Pro",HGS明朝E,メイリオ,Meiryo,serif;
  font-weight: normal;
  display: flex;
  align-items: center;
  justify-content: center;
  border: 1px solid #6b460b;
  width: 313px;
  height: 56px;
  border-radius: 28px;
  line-height: 1;
  font-size: 18px;
  margin: 0 auto;
  color: #6b460b;}
#renewal-single .archive__link a:hover{
  color: #fff;
  opacity: 1;
  transition: all 0.2s;
  border-color: #6b460b;
  background-color: #6b460b;}
#renewal-contents{}

/* 目次 */
#toc{
  display: flex;
  justify-content: space-between;
  background-color: #fcfcfc;
  margin: 50px auto;
  position: relative;}
#toc::before{
  content: "";
  background-image: url(/wp-content/themes/tougyoku_theme/img/toc-left.png);
  background-position: center;
  background-repeat: no-repeat;
  position: absolute;
  top: 20px;
  left: -90px;
  width: 94px;
  height: 97px;
  z-index: -1;}
#toc::after{
  content: "";
  background-image: url(/wp-content/themes/tougyoku_theme/img/toc-right.png);
  background-position: center;
  background-repeat: no-repeat;
  position: absolute;
  bottom: 10px;
  right: -95px;
  width: 104px;
  height: 75px;
  z-index: -1;}
#toc .index__title{
  font-family: 'Noto Serif JP',"Hiragino Mincho ProN","Hiragino Mincho Pro",HGS明朝E,メイリオ,Meiryo,serif;
  font-weight: normal;
  color: #6b460b;
  font-size: 22px;
  width: 95px;
  padding-top: 30px;
  background-image: url(/wp-content/themes/tougyoku_theme/img/toc-obi.png);
  background-position: left top;

  display: flex;
  align-items: center;
  writing-mode: vertical-rl;
  letter-spacing: 1em;}
#toc .index__list{
  width: calc(100% - 95px);
  padding-left: 85px;
  padding-right: 30px;
  padding-top: 40px;
  padding-bottom: 20px;}
#toc .index__list_child{position: relative;margin-top: 5px;margin-bottom: 20px;}
#toc .index__item{position: relative;}
#toc .index__item::before{
  content: "01：";
  text-indent: 30px;
  font-family: 'Noto Serif JP',"Hiragino Mincho ProN","Hiragino Mincho Pro",HGS明朝E,メイリオ,Meiryo,serif;
  font-weight: normal;
  color: #6b460b;
  text-decoration: none;
  font-size: 18px;
  line-height: 1.3;
  background-image: url(/wp-content/themes/tougyoku_theme/img/common-icon.png);
  background-position: center;
  background-repeat: no-repeat;
  position: absolute;
  top: 4.5px;
  left: -70px;
  width: 20px;
  height: 21px;}
#toc .index__item:nth-of-type(2)::before{content: "02：";}
#toc .index__item:nth-of-type(3)::before{content: "03：";}
#toc .index__item:nth-of-type(4)::before{content: "04：";}
#toc .index__item:nth-of-type(5)::before{content: "05：";}
#toc .index__item:nth-of-type(6)::before{content: "06：";}
#toc .index__item:nth-of-type(7)::before{content: "07：";}
#toc .index__item:nth-of-type(8)::before{content: "08：";}
#toc .index__item:nth-of-type(9)::before{content: "09：";}
#toc .index__item:nth-of-type(10)::before{content: "10：";}
#toc .index__item:nth-of-type(11)::before{content: "11：";}
#toc .index__item:nth-of-type(12)::before{content: "12：";}
#toc .index__item:nth-of-type(13)::before{content: "13：";}
#toc .index__item:nth-of-type(14)::before{content: "14：";}
#toc .index__item:nth-of-type(15)::before{content: "15：";}
#toc .index__item:nth-of-type(16)::before{content: "16：";}
#toc .index__list_child .index__item{}
#toc .index__list_child .index__item::before{
  content: "・";
  background-image: none;
  text-indent: unset;
  top: 3px;
  left: -20px;}
#toc .index__item .index__link{
  font-family: 'Noto Serif JP',"Hiragino Mincho ProN","Hiragino Mincho Pro",HGS明朝E,メイリオ,Meiryo,serif;
  font-weight: normal;
  color: #6b460b;
  text-decoration: none;
  font-size: 18px;
  line-height: 1.83;}
#toc .index__list_child .index__link{font-size: 16px;}
#toc .index__item .index__link::before{}
#toc .index__item .index__link:hover{
  color: #d9a300;
  opacity: 1;
  transition: all 0.2s;}

/* コンテンツ内 */
#renewal-contents p{
  color: #262626;
  line-height: 2;
  margin-bottom: 20px;
  font-weight: 300;
  }
#renewal-contents h2{
  font-family: 'Noto Serif JP',"Hiragino Mincho ProN","Hiragino Mincho Pro",HGS明朝E,メイリオ,Meiryo,serif;
  font-weight: normal;
  color: #6b460b;
  position: relative;
  font-size: 26px;
  line-height: 1.5;
  margin-top: 150px;
  margin-bottom: 15px;}
#renewal-contents h2::before{
  content: "";
  background-image: url(/wp-content/themes/tougyoku_theme/img/h2-01.png);
  background-position: center;
  background-repeat: no-repeat;
  position: absolute;
  width: 123px;
  height: 43px;
  left: 40%;
  top: -55px;}
#renewal-contents h2:nth-of-type(2)::before{background-image: url(/wp-content/themes/tougyoku_theme/img/h2-02.png);}
#renewal-contents h2:nth-of-type(3)::before{background-image: url(/wp-content/themes/tougyoku_theme/img/h2-03.png);}
#renewal-contents h2:nth-of-type(4)::before{background-image: url(/wp-content/themes/tougyoku_theme/img/h2-04.png);}
#renewal-contents h2:nth-of-type(5)::before{background-image: url(/wp-content/themes/tougyoku_theme/img/h2-05.png);}
#renewal-contents h2:nth-of-type(6)::before{background-image: url(/wp-content/themes/tougyoku_theme/img/h2-06.png);}
#renewal-contents h2:nth-of-type(7)::before{background-image: url(/wp-content/themes/tougyoku_theme/img/h2-07.png);}
#renewal-contents h2:nth-of-type(8)::before{background-image: url(/wp-content/themes/tougyoku_theme/img/h2-08.png);}
#renewal-contents h2:nth-of-type(9)::before{background-image: url(/wp-content/themes/tougyoku_theme/img/h2-09.png);}
#renewal-contents h2:nth-of-type(10)::before{background-image: url(/wp-content/themes/tougyoku_theme/img/h2-10.png);}
#renewal-contents h2:nth-of-type(11)::before{background-image: url(/wp-content/themes/tougyoku_theme/img/h2-11.png);}
#renewal-contents h2:nth-of-type(12)::before{background-image: url(/wp-content/themes/tougyoku_theme/img/h2-12.png);}
#renewal-contents h2:nth-of-type(13)::before{background-image: url(/wp-content/themes/tougyoku_theme/img/h2-13.png);}
#renewal-contents h2:nth-of-type(14)::before{background-image: url(/wp-content/themes/tougyoku_theme/img/h2-14.png);}
#renewal-contents h2:nth-of-type(15)::before{background-image: url(/wp-content/themes/tougyoku_theme/img/h2-15.png);}
#renewal-contents h2:nth-of-type(16)::before{background-image: url(/wp-content/themes/tougyoku_theme/img/h2-16.png);}
#renewal-contents h3{
  font-family: 'Noto Serif JP',"Hiragino Mincho ProN","Hiragino Mincho Pro",HGS明朝E,メイリオ,Meiryo,serif;
  font-weight: normal;
  color: #6b460b;
  position: relative;
  font-size: 22px;
  line-height: 1.5;
  padding-bottom: 25px;
  margin-top: 50px;
  margin-bottom: 25px;}
#renewal-contents h3::after{
  content: "";
  background-image: url(/wp-content/themes/tougyoku_theme/img/h3-under-border.png);
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  position: absolute;
  bottom: 0;
  left: -2%;
  width: 105%;
  height: 35px;}
#renewal-contents h4{
  font-family: 'Noto Serif JP',"Hiragino Mincho ProN","Hiragino Mincho Pro",HGS明朝E,メイリオ,Meiryo,serif;
  font-weight: normal;
  color: #6b460b;
  position: relative;
  font-size: 18px;
  line-height: 1.66;
  text-align: center;
  padding-bottom: 20px;
  margin-top: 50px;
  margin-bottom: 20px;}
#renewal-contents h4::after{
  content: "";
  background-image: url(/wp-content/themes/tougyoku_theme/img/h4-under-dots.png);
  background-position: center;
  background-repeat: no-repeat;
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 10px;}
#renewal-contents .toc{
  font-family: 'Noto Serif JP',"Hiragino Mincho ProN","Hiragino Mincho Pro",HGS明朝E,メイリオ,Meiryo,serif;
  font-weight: normal;
  color: #6b460b;}
#renewal-contents ul{
  margin: 20px auto;
  padding-left: 30px;}
#renewal-contents ul li{
  font-family: 'Noto Serif JP',"Hiragino Mincho ProN","Hiragino Mincho Pro",HGS明朝E,メイリオ,Meiryo,serif;
  font-weight: normal;
  color: #6b460b;
  font-size: 16px;
  line-height: 2.25;
  position: relative;}
#renewal-contents ul li::before{
  content: "";
  background-image: url(/wp-content/themes/tougyoku_theme/img/common-icon.png);
  background-position: center;
  background-repeat: no-repeat;
  position: absolute;
  top: 8px;
  left: -30px;
  width: 20px;
  height: 21px;}
#renewal-contents img{}
#renewal-contents .alignleft{margin: 5px 15px 10px 0;}
#renewal-contents .alignright{margin: 5px 0 10px 15px;}
#renewal-contents .aligncenter{
display: block;
margin: 5px auto 10px;}
#renewal-contents a{
  color: #d9a300;
  text-decoration: underline;}
#renewal-contents a:hover{}

/* 商品紹介 */
#product-intro{
  background-image: url(/wp-content/themes/tougyoku_theme/img/product-bg.png);
  background-position: center;
  background-repeat: no-repeat;
  height: 308px;
  padding: 25px 20px 20px 30px;}
#product-intro .product__heading{
  font-family: 'Noto Serif JP',"Hiragino Mincho ProN","Hiragino Mincho Pro",HGS明朝E,メイリオ,Meiryo,serif;
  font-weight: normal;
  color: #6b460b;
  font-size: 22px;
  line-height: 1.5;
  text-align: center;
  letter-spacing: 0.3em;
  position: relative;}
#product-intro .product__heading::before,
#product-intro .product__heading::after{
  content: "";
  height: 1px;
  background: #6b460b;
  display: block;
  position: absolute;
  width: 40px;
  top: 48%;}
#product-intro .product__heading::before{left: 31%;}
#product-intro .product__heading::after{right: 31%;}
#product-intro .product__inner{
  display: flex;
  justify-content: space-between;}
#product-intro .product__img{width: 200px;}
#product-intro .product__img a{}
#product-intro .product__img a:hover{opacity: .6;}
#product-intro .product__img a img{}
#product-intro .product__text{width: 400px;}
#product-intro .product__title{
  line-height: 1.5;
  margin-bottom: 10px;}
#product-intro .product__title a{
  color: #6b460b;
  text-decoration: none;
  font-size: 18px;
  font-family: 'Noto Serif JP',"Hiragino Mincho ProN","Hiragino Mincho Pro",HGS明朝E,メイリオ,Meiryo,serif;
  font-weight: normal;}
#product-intro .product__title a:hover{
  color: #d9a300;
  opacity: 1;
  transition: all .3s;}
#product-intro .product__price{
  color: #d9a300;
  text-decoration: none;
  font-size: 18px;
  font-family: 'Noto Serif JP',"Hiragino Mincho ProN","Hiragino Mincho Pro",HGS明朝E,メイリオ,Meiryo,serif;
  font-weight: normal;
  line-height: 1.5;}
#product-intro .product__price span{font-size: 14px;}
#product-intro .product__desc{
  margin-bottom: 7px;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
  overflow: hidden;}
#product-intro .product__more{display: flex;align-items: center;justify-content: flex-end;}
#product-intro .product__more a{
  background-color: #efefef;
  width: 200px;
  height: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 20px;
  font-family: 'Noto Serif JP',"Hiragino Mincho ProN","Hiragino Mincho Pro",HGS明朝E,メイリオ,Meiryo,serif;
  font-weight: normal;
  color: #6b460b;
  font-size: 18px;
  text-decoration: none;}
#product-intro .product__more a:hover{
  opacity: 1;
  background-color: #e1e1e1;
  transition: all .3s;}

/* この記事を書いた人 */
#author-cont{position: relative;padding: 50px 0;margin: 100px auto;display: flex;justify-content: space-between;}
#author-cont::before,
#author-cont::after{
  content: "";
  background-image: url(/wp-content/themes/tougyoku_theme/img/author-border.png);
  background-position: center;
  background-repeat: no-repeat;
  position: absolute;
  height: 6px;
  width: 100%;}
#author-cont::before{top: 0;}
#author-cont::after{bottom: 0;}
#author-cont .author__img{width: 205px;}
#author-cont .author__img img{}
#author-cont .author__inner{width: calc(100% - 235px);}
#author-cont .author__heading{
  font-family: 'Noto Serif JP',"Hiragino Mincho ProN","Hiragino Mincho Pro",HGS明朝E,メイリオ,Meiryo,serif;
  font-weight: normal;
  color: #6b460b;
  font-size: 18px;
  line-height: 1.5;
  margin-bottom: 20px;}
#author-cont .author__name{
  font-family: 'Noto Serif JP',"Hiragino Mincho ProN","Hiragino Mincho Pro",HGS明朝E,メイリオ,Meiryo,serif;
  font-weight: normal;
  color: #6b460b;
  font-size: 22px;
  line-height: 1.5;
  margin-bottom: 20px;}
#author-cont .athor__prof{
    color: #555;
    line-height: 2;
    margin-bottom: 20px;
    font-weight: 300;
}


/* 前後記事へのリンク */
#single__navi{width: 313px;margin: 100px auto 0;display: flex;justify-content: space-between;}
#single__navi .navi__left{}
#single__navi .navi__left a{
  display: flex;
  align-items: center;
  width: 150px;
  justify-content: center;
  height: 40px;
  background-color: #f7f7f7;
  border-radius: 20px;
  font-family: 'Noto Serif JP',"Hiragino Mincho ProN","Hiragino Mincho Pro",HGS明朝E,メイリオ,Meiryo,serif;
  font-weight: normal;
  color: #6b460b;}
#single__navi .navi__left a:hover{
  opacity: 1;
  background-color: #e1e1e1;
  transition: all .3s;}
#single__navi .navi__right{}
#single__navi .navi__right a{
  display: flex;
  align-items: center;
  width: 150px;
  justify-content: center;
  height: 40px;
  background-color: #f7f7f7;
  border-radius: 20px;
  font-family: 'Noto Serif JP',"Hiragino Mincho ProN","Hiragino Mincho Pro",HGS明朝E,メイリオ,Meiryo,serif;
  font-weight: normal;
  color: #6b460b;}
#single__navi .navi__right a:hover{
  opacity: 1;
  background-color: #e1e1e1;
  transition: all .3s;}


/* -----------  SP  ---------*/
@media only screen and (max-width: 640px){
  /* パンくず */
  .re-pnkz.single{
    padding: 0;
    margin-top: 24.5vw;
    margin-bottom: 3.44vw;
  }
  .re-pnkz-inner{
    width: 90%;
    margin: 0 auto;
    padding: 2vw 0;
  }
  .re-pnkz.single .re-pnkz-inner .c-breadcrumb{
    font-size: 3.2vw;
    max-width: 90vw;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    display: inline-block;
    padding: 0;
    margin-top: -3px;
    vertical-align: middle;
  }

  /* コンテンツ */
  #renewal-single{
    max-width: 90%;
    margin: 0 auto 15.63vw;}
  #renewal-single .renewal-single__heading{
    font-size: 4.38vw;
    padding-bottom: 3.75vw;
    margin: 0 auto 4.69vw;
    line-height: 1.73;
    }
  #renewal-single .renewal-single__heading::after{
    background-image: url(/wp-content/themes/tougyoku_theme/img/h1-under-border_sp.png);
    height: 8px;
    background-size: contain;}
  #renewal-single .renewal-single__thumbnail{}
  #renewal-single .renewal-single__thumbnail img{}
  #renewal-single .renewal-single__fv{margin-bottom: 10.94vw;}
  #renewal-single.type-360 .renewal-single__fv{
    margin-bottom: 5vw;
  }
  #renewal-single .renewal-single__fv::after{
    background-image: url(/wp-content/themes/tougyoku_theme/img/bg-obi_sp.png);
    background-color: unset;
    background-size: contain;
    height: 46.89vw;
    bottom: -5vw;}
  #renewal-single .meta-box{margin-bottom: 4.69vw;line-height: 1.6875;}
  #renewal-single .meta__date{
    font-size: 3.75vw;
    margin-right: 2.5vw;
    }
  #renewal-single .meta__category{margin-bottom: 0.1vw;}
  #renewal-single .meta__category a{
    font-size: 2.82vw;
    padding: 1.57vw 4.69vw;
    }
  #renewal-single .meta__category a:hover{}
  #renewal-single .archive__link{margin: 4.69vw auto;}
  #renewal-single .archive__link a{
    width: 42.98vw;
    height: 8.75vw;
    font-size: 3.75vw;
    }
  #renewal-single .archive__link a:hover{}
  #renewal-contents{}

  /* 目次 */
  #toc{
    margin: 7.82vw auto;
    flex-direction: column;}
  #toc::before{
    background-image: url(/wp-content/themes/tougyoku_theme/img/toc-left_sp.png);
    background-size: contain;
    top: -3vw;
    /* top: 27vw; */
    left: -3vw;
    width: 11.41vw;
    height: 12.04vw;
    z-index: 1;}
  #toc::after{
    background-image: url(/wp-content/themes/tougyoku_theme/img/toc-right_sp.png);
    background-size: contain;
    width: 19.85vw;
    height: 12.19vw;
    z-index: 1;
    bottom: -3vw;
    right: -3vw;}
  #toc .index__title{
    width: 100%;
    background-image: url(/wp-content/themes/tougyoku_theme/img/toc-obi_sp.png);
    background-size: contain;
    background-repeat: no-repeat;
    padding: 3vw 0 5vw;
    font-size: 3.75vw;
    writing-mode: unset;
    display: block;
    text-align: center;
    background-position: center top;}
  #toc .index__list{
    width: 100%;
    padding-left: 15.63vw;
    padding-right: 4.69vw;
    padding-top: 3.91vw;
    padding-bottom: 3.91vw;}
  #toc .index__list_child{
    margin-top: 0.8vw;
    margin-bottom: 3.13vw;}
  #toc .index__item{
    line-height: 1.81;
    display: flex;
    flex-direction: column;}
  #toc .index__item::before{
    font-size: 3.44vw;
    line-height: 1.81;
    text-indent: 5vw;
    left: -13vw;
    top: 0;
    background-image: url(/wp-content/themes/tougyoku_theme/img/common-icon_sp.png);
    background-size: contain;
    width: 3.13vw;
    height: 6vw;}
  #toc .index__item:nth-of-type(2)::before{}
  #toc .index__item:nth-of-type(3)::before{content: "03：";}
  #toc .index__item:nth-of-type(4)::before{content: "04：";}
  #toc .index__item:nth-of-type(5)::before{content: "05：";}
  #toc .index__item:nth-of-type(6)::before{content: "06：";}
  #toc .index__item:nth-of-type(7)::before{content: "07：";}
  #toc .index__item:nth-of-type(8)::before{content: "08：";}

  #toc .index__list_child .index__item{}
  #toc .index__list_child .index__item::before{
    content: "・";
    top: 0;
    left: -7.64vw;
    }
  #toc .index__item .index__link{
    font-size: 3.75vw;
    line-height: 1.81;
    }
  #toc .index__list_child .index__link{font-size: 3.44vw;}
  #toc .index__item .index__link::before{}
  #toc .index__item .index__link:hover{}

  /* コンテンツ内 */
  #renewal-contents p{
    font-size: 3.44vw;
    line-height: 2;
    margin-bottom: 3.13vw;
    }
  #renewal-contents h2{
    margin-top: 23.45vw;
    font-size: 4.07vw;
    line-height: 2.08;
    margin-bottom: 3.13vw;
    }
  #renewal-contents h2::before{
    background-image: url(/wp-content/themes/tougyoku_theme/img/h2-01_sp.png);
    width: 19.23vw;
    height: 6.72vw;
    background-size: contain;
    top: -8.5vw;}
  #renewal-contents h2:nth-of-type(2)::before{background-image: url(/wp-content/themes/tougyoku_theme/img/h2-02.png);}
  #renewal-contents h2:nth-of-type(3)::before{background-image: url(/wp-content/themes/tougyoku_theme/img/h2-03.png);}
  #renewal-contents h2:nth-of-type(4)::before{background-image: url(/wp-content/themes/tougyoku_theme/img/h2-04.png);}
  #renewal-contents h2:nth-of-type(5)::before{background-image: url(/wp-content/themes/tougyoku_theme/img/h2-05.png);}
  #renewal-contents h2:nth-of-type(6)::before{background-image: url(/wp-content/themes/tougyoku_theme/img/h2-06.png);}
  #renewal-contents h2:nth-of-type(7)::before{background-image: url(/wp-content/themes/tougyoku_theme/img/h2-07.png);}
  #renewal-contents h2:nth-of-type(8)::before{background-image: url(/wp-content/themes/tougyoku_theme/img/h2-08.png);}
  #renewal-contents h2:nth-of-type(9)::before{background-image: url(/wp-content/themes/tougyoku_theme/img/h2-09.png);}
  #renewal-contents h2:nth-of-type(10)::before{background-image: url(/wp-content/themes/tougyoku_theme/img/h2-10.png);}
  #renewal-contents h2:nth-of-type(11)::before{background-image: url(/wp-content/themes/tougyoku_theme/img/h2-11.png);}
  #renewal-contents h2:nth-of-type(12)::before{background-image: url(/wp-content/themes/tougyoku_theme/img/h2-12.png);}
  #renewal-contents h2:nth-of-type(13)::before{background-image: url(/wp-content/themes/tougyoku_theme/img/h2-13.png);}
  #renewal-contents h2:nth-of-type(14)::before{background-image: url(/wp-content/themes/tougyoku_theme/img/h2-14.png);}
  #renewal-contents h2:nth-of-type(15)::before{background-image: url(/wp-content/themes/tougyoku_theme/img/h2-15.png);}
  #renewal-contents h2:nth-of-type(16)::before{background-image: url(/wp-content/themes/tougyoku_theme/img/h2-16.png);}
  #renewal-contents h3{
    font-size: 3.75vw;
    line-height: 2.13;
    margin-top: 7.82vw;
    padding-bottom: 3vw;
    margin-bottom: 3.44vw;
    }
  #renewal-contents h3::after{
    background-image: url(/wp-content/themes/tougyoku_theme/img/h3-under-border_sp.png);
    left: 0;
    width: 100%;
    height: 5.63vw;}
  #renewal-contents h4{
    margin-bottom: 3.91vw;
    font-size: 3.44vw;
    margin-top: 6.25vw;
    padding-bottom: 5.5vw;}
  #renewal-contents h4::after{
    background-image: url(/wp-content/themes/tougyoku_theme/img/h4-under-dots_sp.png);
    height: 3vw;
    background-position: center;}
  #renewal-contents .toc{}
  #renewal-contents ul{
    margin: 7.82vw auto;
    padding-left: 6vw;}
  #renewal-contents ul li{
    font-size: 3.75vw;
    line-height: 1.81;
    margin-bottom: 2vw;
    }
  #renewal-contents ul li::before{
    background-image: url(/wp-content/themes/tougyoku_theme/img/common-icon_sp.png);
    background-size: contain;
    width: 3.13vw;
    height: 6vw;
    left: -5vw;
    top: 1px;}
  #renewal-contents img{}
  #renewal-contents .aligncenter{margin: 0 auto 3.75vw;}
  #renewal-contents .alignleft{
    float: none;
    display: block;
    margin: 0 auto 3.75vw;}
  #renewal-contents .alignright{
    float: none;
    display: block;
    margin: 0 auto 3.75vw;}
  #renewal-contents a{}
  #renewal-contents a:hover{}

  /* 商品紹介 */
  #product-intro{
    margin: 7.82vw auto 1vw;
    background-image: url(/wp-content/themes/tougyoku_theme/img/product-bg_sp.png);
    background-size: contain;
    height: 113.16vw;
    padding: 4.5vw 4.69vw 3.91vw;
    }
  #product-intro .product__heading{font-size: 3.44vw;margin-bottom: 3vw;}
  #product-intro .product__heading::before,
  #product-intro .product__heading::after{width: 6.25vw;}
  #product-intro .product__heading::before{left: 26%;}
  #product-intro .product__heading::after{right: 26%;}
  #product-intro .product__inner{
    flex-direction: column;
    align-items: center;}
  #product-intro .product__img{
    width: 52.36vw;
    text-align: center;
    margin-bottom: 3vw;
    }
  #product-intro .product__img a{}
  #product-intro .product__img a:hover{}
  #product-intro .product__img a img{}
  #product-intro .product__text{
    width: 100%;
    text-align: center;}
  #product-intro .product__title{
    margin-bottom: 2vw;
}
  #product-intro .product__title a{font-size: 3.75vw;}
  #product-intro .product__title a:hover{}
  #product-intro .product__price{font-size: 3.75vw;margin-bottom: 2vw;}
  #product-intro .product__price span{}
  #product-intro .product__desc{
    text-align: center;
    margin-bottom: 2vw;
    }
  #product-intro .product__more{justify-content: center;}
  #product-intro .product__more a{
    font-size: 3.44vw;
    width: 40.64vw;
    height: 7.04vw;}
  #product-intro .product__more a:hover{}

  /* この記事を書いた人 */
  #author-cont{
    margin: 15.63vw auto;
    padding: 8.6vw 0;}
  #author-cont::before,
  #author-cont::after{
      background-image: url(/wp-content/themes/tougyoku_theme/img/author-border_sp.png);
      height: 2vw;}
  #author-cont::before{}
  #author-cont::after{}
  #author-cont .author__img{width: 32vw;}
  #author-cont .author__img img{}
  #author-cont .author__inner{width: calc(100% - 37vw);}
  #author-cont .author__heading{
    font-size: 3.13vw;
    line-height: 1.8;
    margin-bottom: 1.57vw;}
  #author-cont .author__name{
    font-size: 3.75vw;
    line-height: 1.66;
    margin-bottom: 3.13vw;}
  #author-cont .athor__prof{font-size: 3.13vw;line-height: 2;margin-bottom: 3.13vw;}

  /* 前後記事へのリンク */
  #single__navi{width: 65.65vw;margin: 15.63vw auto 0}
  #single__navi .navi__left{}
  #single__navi .navi__left a{
    font-size: 3.44vw;;
    width: 31.26vw;
    height: 7.04vw;}
  #single__navi .navi__left a:hover{}
  #single__navi .navi__right{}
  #single__navi .navi__right a{
    font-size: 3.44vw;
    width: 31.26vw;
    height: 7.04vw;}
  #single__navi .navi__right a:hover{}
}
