@charset "utf-8";

@media only screen and (max-width:640px) {
  article {
    min-width: auto;
    min-width: initial;
    font-size: 13px;
    background: url(../images/bg.png);
    background-size: 300px auto;
  }

  .only_smart {
    display: block !important;
  }

  .only_smart_i {
    display: inline-block !important;
  }

  .only_pc {
    display: none !important;
  }


  article h1 {
    background-image: none;
  }

  article h2 img {
    width: 90%;
  }


  /* article > nav */
  article>nav {
    padding: 5% 0;
    background:
      url(../images/top/cont_bg_line.png)repeat-x center top,
      url(../images/top/cont_bg_line.png)repeat-x center bottom,
      url(../images/top/cont_bg.png);
    background-size: 150% auto, 150% auto, 200px auto;
  }

  article>nav>ul {
    width: 90%;
  }

  article>nav>ul>li {
    width: calc((100% - 20px) / 2);
    margin: 1% 0;
  }

  article>nav>ul>li a {
    display: block;
    height: auto;
    padding: 25px 10px;
    font-size: 2.8vw;
    background: url(../images/nav_off_s.png)no-repeat center center;
    background-size: contain;
  }

  article>nav>ul>li a.on {
    background: url(../images/nav_on_s.png)no-repeat center center;
    background-size: 100% auto;
  }

  article>nav>ul>li a:hover {
    background: url(../images/nav_on_s.png)no-repeat center center;
    background-size: contain;
  }


  /* #topbtn */
  #topbtn {
    width: 60px;
    right: 10px;
  }


  /***********************************
　レシピページ
************************************/

  /* #recipe_sec */
  #recipe_sec {
    padding: 3% 0 10%;
  }

  #recipe_sec nav ul {
    width: 90%;
    margin: auto;
    padding-bottom: 5%;
  }

  #recipe_sec nav ul li {
    width: 49%;
    margin: 1% 0;
  }

  #recipe_sec nav ul li:first-child {
    width: 100%;
  }

  #recipe_sec nav ul li a {
    width: 100%;
    height: 3.2em;
    line-height: 1.2;
    font-size: 3.5vw;
    text-shadow: -1px -1px 0px rgba(255, 255, 255, 30), 1px 1px 0px rgba(255, 255, 255, 30), -1px 1px 0px rgba(255, 255, 255, 30), 1px -1px 0px rgba(255, 255, 255, 30);
    background: url(../images/top/recipe_nav_s.png)no-repeat center center;
    background-size: 100% 100%;
    display: -webkit-flex;
    display: flex;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-align-items: center;
    align-items: center;
  }

  #recipe_sec nav ul li:first-child a {
    background: url(../images/top/recipe_nav2_s.png)no-repeat center center;
    background-size: 100% 100%;
  }

  #recipe_sec section {
    width: auto;
    margin: 0 auto 10%;
    padding: 3% 5% 10%;
    background-size: 150% auto, 150% auto, 200px auto;
  }

  #recipe_sec section h3 {
    margin-bottom: 0;
  }

  #recipe_sec section h3 img {
    max-width: 500px;
    width: 100%;
  }

  #recipe_sec section ul {
    margin-top: 3%;
  }

  #recipe_sec section ul li {
    width: auto;
    margin-top: 5%;
    border-bottom: 3px solid #b5807a;
  }

  #recipe_sec section ul li.mt {
    margin-top: 5%;
  }

  #recipe_sec section ul li:nth-child(n+4) {
    margin-top: 5%;
  }

  #recipe_sec section ul li:nth-child(n+4).mt {
    margin-top: 5%;
  }

  #recipe_sec section ul li>a {
    padding: 3%;
  }

  #recipe_sec section ul li>a figure figcaption {
    width: 80%;
    margin: 3% auto 0;
    font-size: 3.8vw;
  }

  #recipe_sec section ul li>span {
    width: 70%;
    margin: 3% 0 0;
  }

  #recipe_sec section ul li>span a {
    font-size: 3.6vw;
  }

  #recipe_sec section ul li>span a img {
    width: 2em;
  }


  /* #recipe1 */
  #recipe_sec #recipe1 {
    padding-left: 5%;
    padding-right: 5%;
  }

  #recipe_sec #recipe1 ul li {
    width: auto;
    padding: 3%;
  }

  #recipe_sec #recipe1 ul li>figure figcaption {
    height: auto;
    padding: 0.3em 0;
    font-size: 3.8vw;
  }

  #recipe_sec #recipe1 ul li>figure+a {
    width: 80%;
    line-height: 1.3;
    font-size: 3.8vw;
  }

  #recipe_sec #recipe1>div {
    margin-top: 5%;
    padding: 5%;
    display: block;
  }

  #recipe_sec #recipe1>div figure {
    width: 45%;
    margin: auto;
  }

  #recipe_sec #recipe1>div figure figcaption {
    font-size: 3.6vw;
  }

  #recipe_sec #recipe1>div div {
    width: auto;
    margin-left: 0;
  }

  #recipe_sec #recipe1>div div p {
    margin-bottom: 3%;
  }

  #recipe_sec #recipe1>div div a {
    width: 90%;
    line-height: 2.8;
    font-size: 3.6vw;
    border-radius: 1.4;
    position: relative;
  }

  #recipe_sec #recipe1>div div a img:first-of-type {
    width: 15%;
    position: absolute;
    left: 0;
    top: 50%;
    transform: translate(-40%, -50%);
  }

  #recipe_sec #recipe1>div div a img:last-of-type {
    width: 15%;
    position: absolute;
    right: 0;
    top: 50%;
    transform: translate(40%, -50%);
  }

  /* #recipe_sec dl */
  #recipe_sec dl {
    width: 90%;
    margin: 9% auto 5%;
    display: block;
  }

  #recipe_sec dl dt {
    width: 100%;
    margin-bottom: 0;
  }

  #recipe_sec dl dt img {
    max-width: 500px;
    width: 100%;
  }

  #recipe_sec dl dd {
    width: auto;
    margin-top: 5%;
  }

  #recipe_sec dl dd a {
    display: block;
    line-height: 3.2em;
    padding-top: 0.5em;
    font-size: 4.5vw;
    background: url(../images/top/bottom_bg_s.png)no-repeat center center;
    background-size: 100% 100%;
  }

  #recipe_sec>div ul {
    width: 90%;
    margin: auto;
    display: -webkit-flex;
    display: flex;
    -webkit-justify-content: space-between;
    justify-content: space-between;
  }

  #recipe_sec>div ul li {
    width: 49%;
    margin: 0 0.3%;
    display: inline-block;
    vertical-align: middle;
    text-align: center;
  }


  /***********************************
　商品ページ
************************************/

  article nav+a.banner {
    max-width: 530px;
    width: 90%;
    margin: 5% 0 3%;
  }

  /* #item_sec */
  #item_sec {
    padding-bottom: 50px;
  }

  #item_sec h2+p {
    font-size: 4vw;
    font-weight: bold;
    text-shadow: -2px -2px 0px rgba(255, 255, 255, 30), 2px 2px 0px rgba(255, 255, 255, 30), -2px 2px 0px rgba(255, 255, 255, 30), 2px -2px 0px rgba(255, 255, 255, 30);
  }


  /* #kit */
  #kit {
    margin: 6% 0 0;
  }

  #kit h3 {
    margin: 0;
    padding: 9% 0 5%;
    background: url(../images/item/kit_bg_top_s.png)no-repeat center top;
    background-size: 100% auto;
  }

  #kit h3 img {
    max-width: 546px;
    width: 90%;
  }

  #kit>div {
    padding-bottom: 25%;
    background:
      url(../images/item/kit_bg_bottom.png)no-repeat center bottom,
      url(../images/item/kit_bg_s.png)repeat-y center top;
    background-size: 100% auto;
  }

  #kit>div ul {
    width: 90%;
    display: block;
    background-image: none;
  }

  #kit>div ul li {
    width: 100%;
    margin-bottom: 5%;
    padding: 1% 5% 7%;
    border: 1px solid #9e4315;
    border-radius: 0.7em;
    background: #fff url(../images/item/kit_h4.png)no-repeat center top;
    background-size: 100% auto;
  }

  #kit>div ul li:nth-child(even) {
    transform: none;
  }

  #kit>div ul li h4 {
    height: 3em;
    font-size: 4.5vw;
  }

  #kit>div ul li h4 img {
    width: 16%;
    position: absolute;
    left: -1%;
    top: 50%;
  }

  #kit>div ul li .spec {
    font-size: 3.3vw;
  }

  #kit>div ul li p {
    height: auto;
    font-size: 3.3vw;
  }

  #kit>div ul li a {
    display: inline-block;
    width: 94%;
  }

  #kit>div>p {
    margin: -3% 0 5%;
    font-size: 3.4vw;
  }

  #kit>div>a {
    width: 90%;
    line-height: 3;
    padding-left: 0;
    font-size: 4vw;
    border-radius: 1.5em;
    position: relative;
  }

  #kit>div>a:after {
    position: absolute;
    right: 1em;
    top: 50%;
    transform: translateY(-50%);
  }


  /* #sumi */
  #sumi {
    margin-top: -15%;
  }

  #sumi h3 {
    margin: 0;
    padding-top: 12%;
    background: url(../images/item/sumi_h3_bg_s.png)no-repeat center top;
    background-size: 100% auto;
  }

  #sumi h3+div {
    max-width: auto;
    padding: 5% 0;
    background-color: #ffd4eb;
  }

  #sumi h3+div section {
    width: 90%;
    margin: auto;
    padding: 1% 5% 1%;
    background: #fff url(../images/item/sumi_h4_s.png)no-repeat center top;
    background-size: 100% auto;
  }

  #sumi h3+div section h4 {
    margin: 0 0 5%;
    line-height: 1.2;
    font-size: 4.5vw;
  }

  #sumi h3+div section h4 span {
    margin: 0;
    display: block;
  }

  #sumi h3+div section>div {
    display: block;
  }

  #sumi h3+div section div figure {
    width: auto;
    margin-top: 0;
  }

  #sumi h3+div section .spec {
    margin-top: 0.5em;
    font-size: 3.3vw;
  }

  #sumi h3+div section p {
    font-size: 3.3vw;
  }

  #sumi h3+div section>span {
    margin-top: 1em;
    font-size: 2.8vw;
  }

  #sumi h3+div>p {
    margin: 1.5% 0 3%;
    font-size: 3.4vw;
  }

  #sumi h3+div>a {
    width: 90%;
    line-height: 3;
    padding-left: 0;
    font-size: 4vw;
    border-radius: 1.5em;
    position: relative;
  }

  #sumi h3+div>a:after {
    position: absolute;
    right: 1em;
    top: 50%;
    transform: translateY(-50%);
  }


  /* #other */
  #other {
    padding: 5% 0 0;
  }

  #other h3 img {
    width: 80%;
  }

  #other ul {
    width: 90%;
    display: block;
  }

  #other ul li {
    width: 100%;
    margin-top: 4%;
  }

  #other ul li a {
    padding: 6% 2% 3%;
    background: url(../images/item/other_bg_s.png)no-repeat center top;
    background-size: 100% auto;
  }

  #other ul li a figure figcaption {
    height: 3.2em;
    margin-top: -1em;
    font-size: 3.8vw;
  }


  /* #bottom_pr */
  #bottom_pr {
    margin: 0;
    padding: 0 5% 15%;
  }

  #bottom_pr p {
    margin: 0 0 10%;
  }

  #bottom_pr a {
    max-width: 500px;
    width: 100%;
  }



  /***********************************
　チョコレートページ
************************************/

  /* #choco_sec */
  #choco_sec {
    padding: 0 0 10%;
  }

  #choco_sec nav {
    padding: 5% 5%;
  }

  #choco_sec nav ul {
    display: -webkit-flex;
    display: flex;
    -webkit-justify-content: space-between;
    justify-content: space-between;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
  }

  #choco_sec nav ul li {
    width: 48.5%;
    margin: 1% 0;
  }

  #choco_sec nav ul li a {
    width: 100%;
    height: 3.5em;
    box-sizing: border-box;
    font-size: 3.3vw;
    border: 1px solid #be6334;
    text-align: center;
  }


  #choco_sec .choco {
    width: 100%;
    margin: 10% auto 0;
    padding: 5% 0 3%;
  }

  #choco_sec .choco h2+div {
    padding: 3% 5%;
    box-sizing: border-box;
  }


  .choco table {
    border-spacing: 0;
    border-collapse: collapse;
    width: auto;
    margin: 5% auto 0;
    border-top: 1px solid #9d6747;
    border-bottom: 1px solid #9d6747;
  }

  .choco table tr:nth-child(n+2) {
    border-top: 1px solid #e0d1c8;
  }

  .choco table th {
    padding: 3% 0%;
    font-size: 2.8vw;
    white-space: nowrap;
    border-left: 1px solid #9d6747;
    letter-spacing: -0.08em;
  }

  .choco table th span {
    font-size: 2.5vw;
    display: block;
  }

  .choco table td {
    width: 40%;
    padding: 3%;
    border-left: 1px solid #9d6747;
    font-size: 2.5vw;
    font-weight: normal;
    text-align: justify;
    text-justify: inter-ideograph;
  }

  .choco table th:last-of-type,
  .choco table td:last-of-type {
    border-right: 1px solid #9d6747;
  }

  .choco table td.center {
    text-align: center;
  }

  .choco table tr:first-child th {
    height: auto;
    padding: 4% 0;
    border-left: 1px solid #9d6747;
    line-height: 1.2;
  }

  .choco table tr:first-child th:first-child {
    width: 20% !important;
  }

  .choco table td.tenpa {
    padding-bottom: calc(6% + 25px);
    position: relative;
  }

  .choco table td.tenpa span {
    display: block;
    width: 86%;
    line-height: 30px;
    text-align: center;
    position: absolute;
    bottom: 8%;
    left: 7%;
  }

  .choco table td a {
    display: inline-block;
    width: 100%;
    line-height: 35px;
    margin: 10px 0;
    border-radius: 4px;
    font-weight: bold;
    text-decoration: none;
  }


  /* #choco1 */
  #choco1 {
    width: 90%;
    margin: auto;
    padding: 0 0 3% 3%;
    box-sizing: border-box;
    border-radius: 4px;
    text-align: left;
    position: relative;
  }

  #choco1 h2 {
    width: 50%;
  }

  #choco1 h2 img {
    width: 100%;
  }

  #choco1 p {
    margin: -4% 0 0;
    line-height: 1.5 !important;
    font-size: 3.4vw;
  }

  #choco1 p+img {
    width: 25%;
    position: absolute;
    right: 2%;
    top: 8%;
    transform: translateY(0);
  }


  /* #choco2 */
  #choco2>div p {
    line-height: 1.8;
    font-weight: normal;
    font-size: 3.2vw;
    margin: 0 0 5%;
  }

  #choco2 table:first-of-type {
    margin-bottom: 30px;
  }

  #choco2 table tr:first-child th {
    width: 21%;
  }

  #choco2 table tr:first-child th:first-child {
    width: 16%;
  }

  #choco2 section {
    padding: 5% 0 0;
  }

  #choco2 section h3 {
    margin-bottom: 3%;
    position: relative;
  }

  #choco2 section h3 img {
    width: 36%;
  }

  #choco2 section h3:before {
    content: '';
    display: block;
    width: 30%;
    height: 2px;
    position: absolute;
    right: 70%;
    top: 55%;
  }

  #choco2 section h3:after {
    content: '';
    display: block;
    width: 30%;
    height: 2px;
    position: absolute;
    left: 70%;
    top: 55%;
  }

  #choco2 section h3+p {
    margin: 3% 0;
    font-size: 3.4vw;
    text-align: justify;
    text-justify: inter-ideograph;
  }

  #choco2 section ul li {
    width: 48%;
    margin: 0;
    display: inline-block;
    vertical-align: top;
    font-size: 15px;
    font-weight: normal;
  }

  #choco2 section ul li:nth-child(odd) {
    margin-right: 2%;
  }

  #choco2 section ul li h4 {
    line-height: 1.6;
    margin: 0 auto 5px;
    padding-top: 2px;
    border-radius: 0.2em;
    font-size: 3.4vw;
  }

  #choco2 section ul li p {
    line-height: 1.5;
    text-align: justify;
    text-justify: inter-ideograph;
    font-size: 3.4vw;
  }

  #choco2 section ul li p span {
    color: #e51717;
  }


  /* #choco3 */
  #choco3 {
    width: 100% !important;
    margin: 15% auto 0 !important;
    padding: 0 5% 3% !important;
    box-sizing: border-box;
    background-color: #fcfbf2;
    border-radius: 0;
  }

  #choco3 h2 {
    transform: translateY(-40%);
    width: 90%;
    height: auto;
    margin: 0 auto -21% !important;
    padding: 5% 0 10%;
    border-radius: 100%;
    font-size: 3.4vw;
  }

  #choco3 table tr:first-child th {
    width: 36% !important;
    height: 20px;
    box-sizing: border-box;
    background-color: #fffdf8;
  }

  #choco3 table tr:first-child th:first-child {
    width: 28% !important;
    box-sizing: border-box;
  }

  #choco3 table tr:first-child th:nth-child(n+2) {
    border-left: 1px solid #e0d1c8;
  }

  #choco3 table tr:nth-child(n+2) {
    border-top: 1px solid #9d6747;
  }

  #choco3 table tr:nth-child(n+2) th {
    background-color: #ffcfcf;
    border-right: 1px solid #e0d1c8;
    font-size: 2.5vw;
  }

  #choco3 table tr th {
    padding: 3% 1%;
    box-sizing: border-box;
  }

  #choco3 table tr th br {
    display: none;
  }

  #choco3 table tr td {
    padding-left: 1.5%;
    padding-right: 1.5%;
    box-sizing: border-box;
    border-left: 1px solid #e0d1c8;
  }


  /* #choco4 */
  #choco4 div>p {
    font-size: 3.3vw;
    white-space: nowrap;
  }

  #choco4 div>p span.pink {
    display: inline-block;
    margin-right: 5px;
    padding: 0 3px;
    font-size: 2.5vw;
  }

  #choco4 section.temp {
    width: auto;
    margin: 3% auto 5%;
    padding: 5%;
    border: 1px solid #ff7272;
    border-radius: 5px;
  }

  #choco4 section.temp h3 {
    margin: 0 0 3%;
  }

  #choco4 section.temp h3 img {
    width: 45%;
  }

  #choco4 section.temp p {
    line-height: 1.5;
    margin: 0;
    font-size: 3.4vw;
    text-align: left;
  }

  #choco4 section.temp p span {
    background-color: #fff266;
  }

  #choco4 section.temp h4 {
    margin-bottom: 3%;
    font-size: 3.4vw;
  }

  #choco4 section.temp+p {
    margin: 0;
    font-size: 3.6vw;
    position: relative;
  }

  #choco4 section.temp+p:before {
    content: '!';
    display: inline-block;
    vertical-align: middle;
    font-size: 3.8vw;
    width: 5.5vw;
    line-height: 5.5vw;
    margin-right: 0;
    position: absolute;
    left: 4%;
    top: 50%;
    transform: translateY(-50%);
  }

  #choco4 section.temp+p:after {
    content: '!';
    display: inline-block;
    vertical-align: middle;
    font-size: 3.8vw;
    width: 5.5vw;
    line-height: 5.5vw;
    margin-left: 0;
    position: absolute;
    right: 4%;
    top: 50%;
    transform: translateY(-50%);
  }

  #choco4 ul li {
    width: 90%;
    display: block;
    margin: 5% auto 0;
    padding: 3% 3% 5%;
    box-sizing: border-box;
  }

  #choco4 ul li h3 {
    line-height: 1.3;
    margin: 0 0 5%;
    padding-top: 2%;
    font-size: 4.5vw;
  }

  #choco4 ul li h3 span {
    display: block;
    font-size: 3vw;
  }

  #choco4 ul li:last-child h3 {
    height: auto;
    line-height: 1.2;
  }

  #choco4 ul li p {
    line-height: 1.8;
    margin: 5% 0;
    font-size: 3.2vw;
    background-color: #fff7cd;
  }

  #choco4 ul li a {
    display: inline-block;
    width: 40%;
    line-height: 2.8;
    font-size: 2.6vw;
    border-radius: 3px;
  }

  #choco4 ul+p {
    width: auto;
    margin: 3% 0 0;
    padding: 0 5%;
    margin-left: 1em;
    text-indent: -1em;
    font-size: 3.1vw;
    font-weight: normal;
    text-align: left;
  }


  /* #choco5 */
  #choco5 {
    margin-top: 0 !important;
    padding: 2% 0 6% !important;
  }

  #choco5 h3 {
    margin-bottom: 3%;
    font-size: 3.4vw;
  }

  #choco5 h3 span.pink {
    display: inline-block;
    margin-right: 5px;
    padding: 0 3px;
    font-size: 2.5vw;
  }

  #choco5 h3+a img {
    width: 90%;
  }

  #choco5 section {
    display: block;
    vertical-align: bottom;
    width: auto;
    margin: 5% 0 1%;
  }

  #choco5 section h4 {
    line-height: 1;
    margin: 0 0 -3%;
    padding: 0 8%;
  }

  #choco5 section p {
    line-height: 1.5;
    margin: 0;
    padding: 5%;
    font-size: 3.4vw;
    border-radius: 4px;
    text-align: left;
  }

  #choco5 section+figure {
    display: block;
    margin: 5% 0 0;
  }


  /* #choco6 */
  #choco6 {}

  #choco6 h2 {
    margin: 0;
  }

  #choco6 div>p {
    font-size: 3.4vw;
  }

  #choco6 div>ul {
    margin-bottom: 8%;
  }

  #choco6 div>ul>li {
    width: 100%;
    display: block;
    margin: 5% auto 0;
    padding: 1% 5% 5%;
    box-sizing: border-box;
    background-color: #fff;
  }

  #choco6 div>ul>li h4 {
    margin-bottom: 5%;
    font-size: 3.6vw;
    white-space: nowrap;
  }

  #choco6 div>ul>li h4+p {
    font-weight: normal;
    text-align: justify;
    text-justify: inter-ideograph;
    height: auto;
    margin-bottom: 5%;
    font-size: 3.2vw;
  }

  #choco6 div>ul>li section {
    width: 80%;
    height: 6em;
    margin: 8% auto 8%;
    padding: 2% 5%;
    box-sizing: border-box;
    background-color: #fff7cd;
    font-size: 3vw;
    position: relative;
  }

  #choco6 div>ul>li section h5 {
    margin: 0;
    font-size: 3vw;
    text-align: left;
  }

  #choco6 div>ul>li section p {
    margin: 0;
    font-size: 2.8vw;
    padding-right: 25%;
    text-align: left;
  }

  #choco6 div>ul>li section p span {}

  #choco6 div>ul>li section img {
    width: 26%;
    position: absolute;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
  }

  #choco6 div>ul>li>a {
    display: inline-block;
    width: 48%;
    line-height: 2.8;
    font-size: 2.6vw;
    border-radius: 3px;
  }

  #choco6 div>ul+a img {
    width: 55%;
  }

  #choco6 div>section {
    padding: 5% 0 0;
    background: url(../images/choco/cont6_bg_s.png)no-repeat center bottom 5%;
    background-size: 100% auto;
  }

  #choco6 div>section h3 {
    margin-bottom: 3%;
    position: relative;
  }

  #choco6 div>section h3 img {
    width: 60%;
  }

  #choco6 div>section h3:before {
    content: '';
    display: block;
    width: 15%;
    height: 2px;
    position: absolute;
    right: 85%;
    top: 50%;
    transform: translateY(-50%);
  }

  #choco6 div>section h3:after {
    content: '';
    display: block;
    width: 15%;
    height: 2px;
    position: absolute;
    left: 85%;
    top: 50%;
    transform: translateY(-50%);
  }

  #choco6 div>section h3+p {
    font-size: 3.4vw;
    text-align: left;
  }

  #choco6 div>section ul li {
    width: 48%;
    margin: 5% 0;
    box-sizing: border-box;
    display: inline-block;
    vertical-align: top;
    font-size: 15px;
    font-weight: normal;
  }

  #choco6 div>section ul li:nth-child(odd) {
    margin-right: 2%;
  }

  #choco6 div>section ul li h4 {
    height: 3em !important;
    line-height: 1.3;
    margin: 0 auto -5px;
    padding-top: 2px;
    font-size: 3.4vw;
  }

  #choco6 div>section ul li p {
    height: 4.8em;
    font-size: 3.1vw;
    text-align: justify;
    text-justify: inter-ideograph;
  }

  #choco6 div>section ul li:last-child p {
    height: auto;
  }

  #choco6 div>section ul li a {
    display: inline-block;
    width: 100%;
    line-height: 2.8;
    font-size: 3.4vw;
    border-radius: 3px;
  }


  /* #choco7 */
  #choco7 h2 {
    margin-top: 0;
  }

  #choco7>div {
    padding: 5% 5% 8% !important;
  }

  #choco7>div>section {
    width: 94%;
    margin: 2% auto 8%;
    padding: 3% 5%;
    box-sizing: border-box;
  }

  #choco7>div>section h3 {
    margin: 0 0 10px;
  }

  #choco7>div>section h3 img {
    width: 50%;
  }

  #choco7>div>section p {
    font-size: 3.4vw;
    line-height: 1.5;
    text-align: left;
  }

  #choco7 ul {
    padding: 0 3%;
  }

  #choco7 ul li {
    width: auto;
    display: block;
    padding: 0;

  }

  #choco7 ul li:first-child {
    margin: 0 0 8% 0;
  }

  #choco7 ul li h4 {
    line-height: 2;
    margin: 0 0 3%;
    font-size: 4vw;
  }

  #choco7 ul li p {
    font-size: 3.5vw;
  }

  #choco7 ul li dl {
    padding: 0 3%;
  }

  #choco7 ul li dl dt {
    margin: 0 auto;
    font-size: 4vw;
    font-weight: normal;
    position: relative;
  }

  #choco7 ul li dl dt span {
    display: inline-block;
    padding: 0 10px;
    position: relative;
  }

  #choco7 ul li dl dd {
    margin: 10px 0 0;
    font-size: 3.2vw;
    font-weight: normal;
    padding-left: 1.5em;
    text-indent: -1.5em;
    text-align: justify;
    text-justify: inter-ideograph;
  }

  #choco7 ul li dl dd span {
    font-weight: bold;
    color: #e51717;
  }

  #choco7 ul li dl dd span.check {
    margin-right: 0.5em;
  }

  #choco7 ul+section {
    width: auto;
    margin: 4% auto 0;
    padding: 0 0 6%;
    background: url(../images/choco/cont7_4.png)no-repeat right bottom;
    background-size: 24% auto;
  }

  #choco7 ul+section div {
    padding: 5%;
  }

  #choco7 ul+section div h3 {
    display: inline-block;
    margin: 0 0 3%;
    padding: 0 10px;
    font-size: 3.4vw;
  }

  #choco7 ul+section div p {
    padding: 0;
    margin: 0;
    padding: 0;
    font-size: 3.4vw;
    text-align: center;
  }

  #choco7 ul+section div p span {
    background: linear-gradient(transparent 50%, #fff266 50%);
  }

  #choco7 ul+section h4 {
    width: auto;
    margin: 8% auto -1%;
    text-align: left;
  }

  #choco7 ul+section h4 img {
    width: 45%;
    transform: rotate(-4deg);
  }

  #choco7 ul+section h4+p {
    font-size: 3vw;
    text-align: left;
  }

  #choco7 ul+section h4+p span {
    background-color: #fff266;
  }


  /* #choco8 */
  #choco8 div {
    width: 100%;
    margin: 1% auto 0;
    padding: 0 3% 3% !important;
    box-sizing: border-box;
    background-color: #fffbe7;
    border-radius: 0;
  }

  #choco8 h2 {
    transform: translateY(-45%);
    width: 90%;
    height: auto;
    margin: 0 auto -18% !important;
    padding: 5% 0 10%;
    border-radius: 100%;
    font-size: 3.4vw;
  }

  #choco8 dl {
    width: auto;
    margin: auto;
    padding: 3%;
  }

  #choco8 dl dt {
    margin: 0;
    font-size: 3.4vw;
    position: relative;
  }

  #choco8 dl dt:before {
    content: '!';
    display: inline-block;
    vertical-align: middle;
    font-size: 3vw;
    width: 4vw;
    line-height: 4vw;
    margin-right: 0;
    position: absolute;
    left: 4%;
    top: 50%;
    transform: translateY(-50%);
  }

  #choco8 dl dt:after {
    content: '!';
    display: inline-block;
    vertical-align: middle;
    font-size: 3vw;
    width: 4vw;
    line-height: 4vw;
    margin-left: 0;
    position: absolute;
    right: 4%;
    top: 50%;
    transform: translateY(-50%);
  }

  #choco8 dl dd {
    margin: 3% 0;
    text-align: left;
    font-size: 3.2vw;
    padding-left: 1.5em;
    text-indent: -1.5em;
  }

  #choco8 dl dd span:first-of-type {
    margin-right: 0.5em;
    color: #e10000;
  }

  #choco8 dl dd span:nth-of-type(n+2) {
    background-color: #fff266;
  }

  article#recipe,
  article#item,
  article#choco {
    padding-top: 60px;
  }


}