@charset "UTF-8";
/*      common     */
/*      #chocolate_recipe用     */
/*      商品用     */
/*--------------------------------------------------------------------------

        PC/SPサイズ共通

--------------------------------------------------------------------------*/
main#chocolate_recipe {
  background-color: #f8f7f3;
}
main#chocolate_recipe .normal-price {
  display: none;
}
main#chocolate_recipe .normal-price + .prod-item__price {
  margin-top: 8px;
}
main#chocolate_recipe .lp-menu a {
  background-color: #603813;
}
main#chocolate_recipe .lp-menu__sub a {
  background-color: #8c3924;
}
main#chocolate_recipe .btn-prod {
  background-color: #8c3924;
  color: #ffffff;
}
main#chocolate_recipe .btn-link {
  color: #603813;
}
main#chocolate_recipe .btn-recipe {
  background-color: #8c3924;
  color: #ffffff;
}
main#chocolate_recipe .section-ttl {
  color: #603813;
}
main#chocolate_recipe .section-ttl .sub {
  color: #603813;
}
main#chocolate_recipe .sub-ttl {
  color: #603813;
}
main#chocolate_recipe .content-table__simple dt {
  background-color: #603813;
  flex: 1 0 20%;
  margin-bottom: 8px;
}
main#chocolate_recipe .content-table__simple dd {
  flex: 1 0 80%;
  margin-bottom: 8px;
}
main#chocolate_recipe .content-table .head {
  background-color: #603813;
}
main#chocolate_recipe .content-table.scroll-wrap .content-table_item {
  width: 1600px;
}
main#chocolate_recipe .content-data__ttl-inner {
  background-color: #603813;
  border-color: #603813;
  color: #fff;
}
main#chocolate_recipe .content-data__txt {
  border-color: #603813;
}
main#chocolate_recipe .content.lineup .prod-list .item .prod-item__name {
  min-height: 62px;
}
main#chocolate_recipe .section-ttl {
  font-size: 1.75rem;
}
main#chocolate_recipe .section-ttl.type-radius {
  background-color: #603813;
}
main#chocolate_recipe .section-ttl.type-band {
  background-color: #603813;
}
main#chocolate_recipe .section-ttl.type-band .sub {
  color: #f8f7f3;
}
main#chocolate_recipe .section-ttl.type-brd_l, main#chocolate_recipe .section-ttl.type-brd_b {
  border-color: #603813;
}
main#chocolate_recipe .sub-ttl.type-radius {
  background-color: #f8f7f3;
}
main#chocolate_recipe .sub-ttl.type-band {
  background-color: #f8f7f3;
}
main#chocolate_recipe .sub-ttl.type-brd_l, main#chocolate_recipe .sub-ttl.type-brd_b {
  border-color: #f8f7f3;
}
main#chocolate_recipe .set-item__ttl {
  background-color: #f8f7f3;
}
main#chocolate_recipe .faq__box {
  background-color: #8c3924;
}
main#chocolate_recipe .faq__question:hover {
  background-color: #8c3924;
}
main#chocolate_recipe .faq__icon--question {
  color: #8c3924;
}
main#chocolate_recipe .pickup-list .figureSquareCard .icn {
  background-color: #603813;
  top: 0;
  left: 0;
}
main#chocolate_recipe .pickup-list .figureSquareCard .icn.sale {
  background-color: #940e07;
  line-height: 1;
}
main#chocolate_recipe .pickup-list .figureSquareCard .icn.pup {
  background-color: #940e07;
}
main#chocolate_recipe .pickup-copy {
  color: #603813;
}
main#chocolate_recipe .icn.sale {
  background-color: #940e07;
  line-height: 1;
}
main#chocolate_recipe .prod-item {
  /*  商品ごとの配色  */
}
main#chocolate_recipe .prod-item__main {
  margin: 0 auto 40px;
}
main#chocolate_recipe .prod-item__info {
  max-width: 480px;
}
main#chocolate_recipe .prod-item__info .content-photo {
  max-width: 80%;
}
main#chocolate_recipe .prod-item__info .content-photo .figureSquareCard {
  background-color: transparent;
}
main#chocolate_recipe .prod-item__info .content-photo .icn.type-circle {
  width: 20.8333333333vw;
  height: 20.8333333333vw;
  font-size: 5.2083333333vw;
}
main#chocolate_recipe .prod-item__info .content-photo .icn.kind {
  background-image: url("icn-kind.svg");
  background-repeat: no-repeat;
  background-position: center center;
  background-size: 13.0208333333vw;
  top: unset;
  left: unset;
  bottom: 0;
  right: 0;
}
main#chocolate_recipe .prod-item__info .content-photo .icn.pup {
  width: 26.0416666667vw;
  height: 26.0416666667vw;
  font-size: 6.25vw;
}
main#chocolate_recipe .prod-item__info .content-detail {
  margin-top: 40px;
}
main#chocolate_recipe .prod-item__info .content-slogan {
  font-size: 1.175rem;
}
main#chocolate_recipe .prod-item__cart {
  max-width: 100%;
}
main#chocolate_recipe .prod-item__cart .content-photo {
  order: 1;
  flex: 1;
}
main#chocolate_recipe .prod-item__cart .content-photo .icn.sale {
  width: 9.375vw;
  height: 9.375vw;
  font-size: 2.6041666667vw;
}
main#chocolate_recipe .prod-item__cart .content-detail {
  order: 2;
  flex: 2;
  margin-top: 0;
}
main#chocolate_recipe .prod-item__recipe + .btn-prod {
  min-height: 96px;
}
main#chocolate_recipe .prod-item .content-table__simple {
  max-width: 480px;
  margin: 40px auto 0;
}
main#chocolate_recipe .prod-item .content-table__simple dt {
  flex: 1 0 30%;
  margin: 0;
  padding: 16px;
  border-bottom: 1px solid #ffffff;
}
main#chocolate_recipe .prod-item .content-table__simple dd {
  background-color: transparent;
  flex: 1 0 70%;
  margin: 0;
  padding: 16px;
  border-bottom: 1px solid #603813;
}
main#chocolate_recipe .prod-item .section-ttl {
  color: #ffffff;
}
main#chocolate_recipe .prod-item .section-ttl .sub {
  color: #ffffff;
}
main#chocolate_recipe .prod-item.sweet .section-ttl {
  background-color: #ebc3c3;
}
main#chocolate_recipe .prod-item.sweet .content-table__simple dt {
  background-color: #ebc3c3;
}
main#chocolate_recipe .prod-item.sweet .content-table__simple dd {
  border-color: #ebc3c3;
}
main#chocolate_recipe .prod-item.sweet .btn-prod {
  background-color: #ebc3c3;
}
main#chocolate_recipe .prod-item.sweet .icn.kind {
  background-color: #ebc3c3;
}
main#chocolate_recipe .prod-item.extra .section-ttl {
  background-color: #502200;
}
main#chocolate_recipe .prod-item.extra .content-table__simple dt {
  background-color: #502200;
  color: #ffffff;
}
main#chocolate_recipe .prod-item.extra .content-table__simple dd {
  border-color: #502200;
}
main#chocolate_recipe .prod-item.extra .btn-prod {
  background-color: #502200;
}
main#chocolate_recipe .prod-item.extra .icn.kind {
  background-color: #502200;
}
main#chocolate_recipe .prod-item.milk .section-ttl {
  background-color: #84563c;
}
main#chocolate_recipe .prod-item.milk .content-table__simple dt {
  background-color: #84563c;
}
main#chocolate_recipe .prod-item.milk .content-table__simple dd {
  border-color: #84563c;
}
main#chocolate_recipe .prod-item.milk .btn-prod {
  background-color: #84563c;
}
main#chocolate_recipe .prod-item.milk .icn.kind {
  background-color: #84563c;
}
main#chocolate_recipe .prod-item.white .section-ttl {
  background-color: #dbd3c5;
}
main#chocolate_recipe .prod-item.white .content-table__simple dt {
  background-color: #dbd3c5;
}
main#chocolate_recipe .prod-item.white .content-table__simple dd {
  border-color: #dbd3c5;
}
main#chocolate_recipe .prod-item.white .btn-prod {
  border-color: #fff;
  background-color: #dbd3c5;
}
main#chocolate_recipe .prod-item.white .icn.kind {
  background-color: #dbd3c5;
}
main#chocolate_recipe span.cacao56 {
  color: #333333;
}
main#chocolate_recipe h3.section-ttl.type-band.sweet {
  color: #333333;
}
main#chocolate_recipe span.sub.sweet {
  color: #333333;
}
main#chocolate_recipe a.btn-prod.arw-solid.right.mt48.sweet {
  border-color: #fff;
  color: #333333;
}
main#chocolate_recipe dt.cacao1 {
  color: #fff;
}
main#chocolate_recipe dt.sweet2 {
  color: #fff;
}
main#chocolate_recipe dt.bitter3 {
  color: #fff;
}
main#chocolate_recipe dt.milk4 {
  color: #fff;
}
main#chocolate_recipe #specialprice .inner {
  border: 2px solid #940e07;
  border-radius: 20px;
}
main#chocolate_recipe #specialprice .section-ttl {
  color: #940e07;
}
main#chocolate_recipe #specialprice .section-ttl.brn {
  color: #603813;
}
main#chocolate_recipe #specialprice .section-ttl .section-ttl_sub {
  display: block;
  font-size: 1.8rem;
  margin-bottom: 10px;
}
main#chocolate_recipe #specialprice .item.content-photo {
  position: relative;
}
main#chocolate_recipe #specialprice .item.content-photo .icn.type-circle.sale {
  position: absolute;
  width: 120px;
  height: 120px;
  font-size: 22px;
  top: 16px;
  left: 16px;
  font-weight: 600;
}
main#chocolate_recipe #specialprice .specialprice_itembox {
  max-width: 400px;
  width: 100%;
  margin: 0 auto;
}
main#chocolate_recipe #specialprice .specialprice_itembox .content-detail a {
  text-align: center;
  margin-top: 20px;
  font-size: 1.2rem;
}
main#chocolate_recipe #specialprice .specialprice_itembox .icn.type-circle.sale.en {
  font-size: 1.575rem;
  line-height: 1.1;
  top: 16px;
  left: 16px;
  width: 112px;
  height: 112px;
}
main#chocolate_recipe #specialprice .special_content-txt {
  max-width: 560px;
  width: 100%;
  margin: 40px auto;
  line-height: 1.8;
  font-size: 18px;
}
main#chocolate_recipe #specialprice .special_recipe_item {
  width: 100%;
  max-width: 400px;
  margin: 0 auto;
}

main .column-box.col04 {
  grid-column-gap: 4px;
}

span.sub.sweet {
  color: #333333 !important;
}

span.sub.white {
  color: #333333 !important;
}

h3.section-ttl.type-band {
  color: #333333;
}

p.icn.type-circle.kind.en.white {
  color: #333333 !important;
}

a.btn-prod.arw-solid.right.mt48.white {
  color: #333333 !important;
}

main#chocolate_recipe .prod-item.white .section-ttl {
  color: #333333 !important;
}

main .intro-slogan {
  color: #603813;
}

/*--------------------------------------------------------------------------

        タブレットサイズのみ（769pxより小さいウィンドウサイズ）

--------------------------------------------------------------------------*/
@media screen and (max-width: 768px) {
  main#chocolate_recipe .content.lineup .prod-list .item .prod-item__name {
    min-height: 90px;
  }
  main#chocolate_recipe #specialprice .inner {
    width: 94%;
    margin: 30px auto 0;
    padding-bottom: 40px;
  }
  main#chocolate_recipe #specialprice .section-ttl .section-ttl_sub {
    display: block;
    font-size: 1.4rem;
    margin-bottom: 8px;
  }
  main#chocolate_recipe #specialprice .specialprice_itembox .icn.type-circle.sale.en {
    width: 14.7vw;
    height: 14.7vw;
    font-size: 3.2vw;
    top: 16px;
    left: 16px;
  }
  main#chocolate_recipe #specialprice .special_content-txt {
    font-size: 16px;
  }
}
/*--------------------------------------------------------------------------

        PCサイズのみ（769pxより大きいウィンドウサイズ）

--------------------------------------------------------------------------*/
@media screen and (min-width: 769px) {
  main#chocolate_recipe .btn-prod:hover, main#chocolate_recipe .btn-prod:active, main#chocolate_recipe .btn-prod:focus {
    background-color: #ffffff;
    color: #502200;
    border-color: #502200;
  }
  main#chocolate_recipe .btn-link:hover, main#chocolate_recipe .btn-link:active, main#chocolate_recipe .btn-link:focus {
    background-color: #603813;
    color: #ffffff;
    border-color: #ffffff;
  }
  main#chocolate_recipe .btn-recipe:hover, main#chocolate_recipe .btn-recipe:active, main#chocolate_recipe .btn-recipe:focus {
    background-color: #ffffff;
    color: #502200;
    border-color: #502200;
  }
  main#chocolate_recipe .section-ttl {
    font-size: 2.75rem;
  }
  main#chocolate_recipe .faq__icon--answer {
    background-color: #8c3924;
  }
  main#chocolate_recipe .prod-item {
    /*  商品ごとの配色  */
  }
  main#chocolate_recipe .prod-item .inner {
    max-width: 840px;
  }
  main#chocolate_recipe .prod-item .content-table__simple {
    margin-left: 0;
  }
  main#chocolate_recipe .prod-item .content-table__simple dt {
    flex: 1 0 30%;
  }
  main#chocolate_recipe .prod-item .content-table__simple dd {
    flex: 1 0 70%;
  }
  main#chocolate_recipe .prod-item__main {
    max-width: 320px;
    margin: 0 auto 40px;
  }
  main#chocolate_recipe .prod-item__info {
    max-width: 100%;
  }
  main#chocolate_recipe .prod-item__info .content-photo {
    max-width: 320px;
    flex: 2;
  }
  main#chocolate_recipe .prod-item__info .content-photo .icn.type-circle {
    width: 112px;
    height: 112px;
    font-size: 32px;
  }
  main#chocolate_recipe .prod-item__info .content-photo .icn.kind {
    background-size: 64px;
  }
  main#chocolate_recipe .prod-item__info .content-photo .icn.pup {
    width: 128px;
    height: 128px;
    font-size: 32px;
  }
  main#chocolate_recipe .prod-item__info .content-detail {
    flex: 3;
    padding-left: 40px;
  }
  main#chocolate_recipe .prod-item__info .content-slogan {
    font-size: 1.175rem;
  }
  main#chocolate_recipe .prod-item__cart {
    align-items: center;
  }
  main#chocolate_recipe .prod-item__cart .content-photo {
    order: 2;
  }
  main#chocolate_recipe .prod-item__cart .content-photo .icn.type-circle {
    width: 80px;
    height: 80px;
    font-size: 24px;
  }
  main#chocolate_recipe .prod-item__cart .content-detail {
    order: 1;
    padding-left: 0;
  }
  main#chocolate_recipe .prod-item.sweet .btn-prod:hover, main#chocolate_recipe .prod-item.sweet .btn-prod:active, main#chocolate_recipe .prod-item.sweet .btn-prod:focus {
    background-color: #ffffff !important;
    color: #502200 !important;
    border-color: #502200 !important;
  }
  main#chocolate_recipe .prod-item.extra .btn-prod:hover, main#chocolate_recipe .prod-item.extra .btn-prod:active, main#chocolate_recipe .prod-item.extra .btn-prod:focus {
    background-color: #ffffff;
    color: #502200;
    border-color: #502200;
  }
  main#chocolate_recipe .prod-item.milk .btn-prod:hover, main#chocolate_recipe .prod-item.milk .btn-prod:active, main#chocolate_recipe .prod-item.milk .btn-prod:focus {
    background-color: #ffffff;
    color: #502200;
    border-color: #502200;
  }
  main#chocolate_recipe .prod-item.white .btn-prod:hover, main#chocolate_recipe .prod-item.white .btn-prod:active, main#chocolate_recipe .prod-item.white .btn-prod:focus {
    background-color: #ffffff;
    color: #502200;
    border-color: #502200;
  }
}
/*--------------------------------------------------------------------------

        769pxより小さいウィンドウサイズ

--------------------------------------------------------------------------*/
@media screen and (min-width: 480px) {
  main#chocolate_recipe #outro .column-box.col02 {
    grid-template-columns: repeat(2, 1fr);
  }
  main#chocolate_recipe #products .content-list_side {
    align-items: center;
  }
  main#chocolate_recipe #products .content-list_side.prod-item__cart {
    padding-right: 0;
  }
  main#chocolate_recipe #products .content-list_side.prod-item__cart .item.content-detail {
    max-width: 360px;
  }
}
/*--------------------------------------------------------------------------

        SPサイズのみ（480pxより小さいウィンドウサイズ）

--------------------------------------------------------------------------*/
@media screen and (max-width: 480px) {
  main#chocolate_recipe .prod-item__info .content-photo .icn.type-circle {
    width: 33.3333333333vw;
    height: 33.3333333333vw;
    font-size: 8.3333333333vw;
  }
  main#chocolate_recipe .prod-item__info .content-photo .icn.kind {
    width: 23.3333333333vw;
    height: 23.3333333333vw;
    font-size: 6.6666666667vw;
  }
  main#chocolate_recipe .prod-item__info .content-photo .icn.pup {
    width: 26.6666666667vw;
    height: 26.6666666667vw;
    font-size: 6.6666666667vw;
    line-height: 1.1;
  }
  main#chocolate_recipe .prod-item__cart .content-photo {
    flex: 100%;
  }
  main#chocolate_recipe .prod-item__cart .content-photo .icn.sale {
    width: 23.3333333333vw;
    height: 23.3333333333vw;
    font-size: 6.6666666667vw;
  }
  main#chocolate_recipe .prod-item__cart .content-detail {
    flex: 100%;
  }
  main#chocolate_recipe .content.intro .intro-slogan {
    font-size: 4.7916666667vw;
  }
  main#chocolate_recipe .content.intro .intro-txt {
    font-size: 1rem;
  }
  main#chocolate_recipe .content.lineup .btn-link {
    font-size: 3.3333333333vw;
  }
  main#chocolate_recipe .content.products .section-ttl {
    font-size: 8.3333333333vw;
    line-height: 1.2;
  }
  main#chocolate_recipe .content.products .section-ttl .sub {
    font-size: 5vw;
  }
  main#chocolate_recipe #specialprice .section-ttl {
    font-size: 1.6rem;
  }
  main#chocolate_recipe #specialprice .section-ttl .section-ttl_sub {
    display: block;
    font-size: 1.2rem;
    margin-bottom: 6px;
  }
  main#chocolate_recipe #specialprice .item.content-photo {
    position: relative;
  }
  main#chocolate_recipe #specialprice .item.content-photo .icn.type-circle.sale {
    position: absolute;
    width: 24vw;
    height: 24vw;
    font-size: 4vw;
  }
  main#chocolate_recipe #specialprice .specialprice_itembox .icn.type-circle.sale.en {
    font-size: 5.6666666667vw;
    width: 23.3333333333vw;
    height: 23.3333333333vw;
  }
}/*# sourceMappingURL=chocolate-recipe_test.css.map */