/* ------------------------------------- */
/* CONTENT_ITEM */
/* ------------------------------------- */
body#spreatable main .content_item {
 width: 980px;
 margin: 0 auto;
 padding: 40px 0px;
 border-top: 1px solid #a4000d;
 letter-spacing: -.40em;
}
body#spreatable main .content_item.index_list {
 border-top: none;
}
body#spreatable main .content_item .item {
 display: inline-block;
 letter-spacing: normal;
 vertical-align: top;
}
body#spreatable main .content_item .item.areaL {
 width: 500px;
 margin-right: 45px;
 position: relative;
}
body#spreatable main .content_item .item.areaR {
 width: 435px;
}
body#spreatable main .content_item .item.areaA {
 width: 915px;
}
body#spreatable main .content_item .item.areaA .footer_bnr {
 text-align: center;
 margin: 0 auto 55px;
}
@media screen and (max-width: 640px) {
 body#spreatable main .content_item {
  width: 94vw;
  padding: 3vw;
  border-top: 1px solid #a4000d;
 }
 body#spreatable main .content_item .item {
  display: block;
 }
 body#spreatable main .content_item .item.areaL {
  width: auto;
  margin-right: 0;
 }
 body#spreatable main .content_item .item.areaR {
  width: auto;
 }
 body#spreatable main .content_item .item.areaA {
  width: 90vw;
 }
 body#spreatable main .content_item .item.areaA .footer_bnr {
  margin: 0 auto 10vw;
 }
 body#spreatable main .content_item .item.areaA .footer_bnr img {
  width: 100%;
 }
}
/* ------------------------------------- */
/* CONTENT_ITEM : Area All */
/* ------------------------------------- */
body#spreatable main .content_item .item.areaA h2 {
 display: block;
 width: 95px;
 margin: 0 auto 36px;
}
/* hashtag */
body#spreatable main .content_item .item.areaA .hashtag {
 display: block;
 /*width: 800px;*/
	width: 880px;
 margin:0 auto 25px;
}
body#spreatable main .content_item .item.areaA .hashtag ul {
 display: -webkit-flex;
 display: -ms-flexbox;
 display: flex;
 -webkit-justify-content: space-between;
 -ms-justify-content: space-between;
 justify-content: space-between;
	-webkit-flex-wrap:wrap;
	-ms-flex-wrap:wrap;
	flex-wrap:wrap;
 list-style: none;
 padding: 0;
 margin: 0 auto;
}
body#spreatable main .content_item .item.areaA .hashtag li {
 display: block;
 color: #a4000d;
 font-size: 16px;
 text-decoration: none;
 padding: 5px 15px;
 background: rgba(164, 0, 13, 0.2);
 border-radius: 20px;
 outline: 1px solid transparent;
 transition: all 0.1s ease-in-out;
 cursor: pointer;
}
body#spreatable main .content_item .item.areaA .hashtag li:hover {
 opacity: 0.8;
}
body#spreatable main .content_item .item.areaA .hashtag .active {
 color: #fff;
 background: rgba(164, 0, 13, 1.0);
}
@media screen and (max-width: 640px) {
 body#spreatable main .content_item .item.areaA h2 {
  width: 16.267vw;
  margin: 0 auto 5vw;
 }
 body#spreatable main .content_item .item.areaA h2 img {
  width: 100%;
 }
 /* hashtag */
 body#spreatable main .content_item .item.areaA .hashtag {
  display: block;
  width: 100%;
  margin: auto;
 }
 body#spreatable main .content_item .item.areaA .hashtag ul {
  width: 100%;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
		-webkit-justify-content: flex-start;
  -ms-justify-content: flex-start;
  justify-content: flex-start;
  /*margin: 0 auto 5vw;*/
		margin: auto;
 }
 body#spreatable main .content_item .item.areaA .hashtag li:nth-last-child(-n+2) {
  /*margin: 2vw auto 0;*/
 }
 body#spreatable main .content_item .item.areaA .hashtag li {
  font-size: 3.7vw;
  text-decoration: none;
  padding: 1vw 3vw;
		margin: 0 3.4vw 3vw 0;
 }
 body#spreatable main .content_item .item.areaA .hashtag li:nth-child(4) {
		margin: 0 0 3vw 0;
 }
}
/* ------------------------------------- */
/* CONTENT_ITEM : Area All : レシピ一覧 */
/* ------------------------------------- */
body#spreatable #recipe_list {
 padding: 0 0 35px;
 overflow: hidden;
}
body#spreatable #main #recipe_list ul {}
body#spreatable #main #recipe_list ul li {
 position: relative;
 display: inline-block;
 width: 281px;
 margin: 25px 10px 0;
 letter-spacing: normal;
 vertical-align: top;
 box-sizing: border-box;
}
body#spreatable #main #recipe_list ul li .image img {
 width: 100% !important;
}
body#spreatable #main #recipe_list ul li .text {
 position: absolute;
 bottom: 0;
 width: 281px;
 color: #fff;
 font-size: 14px;
 line-height: 1.286;
 font-weight: bold;
 padding: 10px 5px 10px 5px;
 background: rgba(0, 0, 0, 0.5);
 margin-top: 5px;
}
body#spreatable #main #recipe_list ul li .text span {
 font-size: 13px;
}
body#spreatable #main #recipe_list ul li .icon {
 position: absolute;
 top: 10px;
 left: 10px;
 width: 60px;
}
body#spreatable #main #recipe_list ul li .icon img {
 width: 100%;
}
@media screen and (max-width: 640px) {
 body#spreatable #main #recipe_list {
  padding: 2.5vw 0 5vw;
 }
 body#spreatable #main #recipe_list ul {}
 body#spreatable #main #recipe_list ul li {
  width: 40vw;
  margin: 5vw 2vw 0;
 }
 body#spreatable #main #recipe_list ul li .image img {}
 body#spreatable #main #recipe_list ul li .text {
  width: 100%;
  margin-top: 1.5vw;
  padding: 1vw 1vw;
  font-size: 3.3vw;
  line-height: 1.2;
 }
 body#spreatable #main #recipe_list ul li .text span {
  display: block;
  font-size: 3.0vw;
 }
 body#spreatable #main #recipe_list ul li .icon {
  position: absolute;
  bottom: 29vw;
  left: 1vw;
  width: 9vw;
 }
}
/* ============================================ */
/* RecipeList:Li(遅延読み込み)                  */
/* ============================================ */
body#spreatable #main #recipe_list ul li.delay_load {
 display: none;
 transition: all 0.6s ease;
 opacity: 1;
}
body#spreatable #main #recipe_list ul li.delay_load.state_wait {
 opacity: 0;
}
/* ------------------------------------- */
/* CONTENT_ITEM : Area Left */
/* ------------------------------------- */
body#spreatable main .content_item .item.areaL .sub_item.type_name {
 color: #a4000d;
 font-size: 30px;
 white-space: nowrap;
 line-height: 1;
}
body#spreatable main .content_item .item.areaL .sub_item.type_name.opt_new {
 padding-left: 68px;
 line-height: 55px;
 position: relative;
}
body#spreatable main .content_item .item.areaL .sub_item.type_name.opt_new:before {
 content: "";
 display: inline-block;
 width: 55px;
 height: 100%;
 background-image: url('../../images/recipe/common/icon_new@2x.png');
 background-size: contain;
 background-position: left center;
 background-repeat: no-repeat;
 position: absolute;
 top: 0;
 left: 0;
}
body#spreatable main .content_item .item.areaL .sub_item.type_image {
 margin-top: 15px;
 position: relative;
}
body#spreatable main .content_item .item.areaL .sub_item.type_image img {
 width: 100%;
}
body#spreatable main .content_item .item.areaL .sub_item.type_printout {
 margin-top: 25px;
}
body#spreatable main .content_item .item.areaL .sub_item.type_printout span {
 display: block;
 border: 2px solid #a4000d;
 text-align: center;
 color: #a4000d;
 font-size: 24px;
 line-height: 60px;
 cursor: pointer;
 position: relative;
}
body#spreatable main .content_item .item.areaL .sub_item.type_printout span:before {
 content: "";
 display: inline-block;
 width: 22px;
 height: 100%;
 background: url('../../images/recipe/common/icon_print@2x.png');
 background-size: contain;
 background-position: center center;
 background-repeat: no-repeat;
 position: absolute;
 top: 0;
 right: 20px;
 z-index: 1;
}
@media screen and (max-width: 640px) {
 body#spreatable main .content_item .item.areaL .sub_item.type_name {
  padding-bottom: 2vw;
  font-size: 6vw;
  white-space: normal;
  line-height: 1.4;
 }
 body#spreatable main .content_item .item.areaL .sub_item.type_name.opt_new {
  padding-left: 10vw;
  padding-bottom: 0vw;
  margin-bottom: 2vw;
  line-height: 1.4;
 }
 body#spreatable main .content_item .item.areaL .sub_item.type_name.opt_new:before {
  width: 8vw;
  background-position: top left;
 }
 body#spreatable main .content_item .item.areaL .sub_item.type_image {
  margin-top: 2vw;
 }
 body#spreatable main .content_item .item.areaL .sub_item.type_image img {}
 body#spreatable main .content_item .item.areaL .sub_item.type_printout {
  margin-top: 5vw;
 }
 body#spreatable main .content_item .item.areaL .sub_item.type_printout span {
  border: 2px solid #a4000d;
  font-size: 6vw;
  line-height: 14vw;
 }
 body#spreatable main .content_item .item.areaL .sub_item.type_printout span:before {
  content: "";
  width: 3vw;
  position: absolute;
  right: 3vw;
 }
}
/* ------------------------------------- */
/* CONTENT_ITEM : Area Right & Left : SNS */
/* ------------------------------------- */
body#spreatable main .content_item .item .sub_item.type_sns ul {
 text-align: right;
 letter-spacing: -.40em;
}
body#spreatable main .content_item .item .sub_item.type_sns ul li {
 display: inline-block;
 height: 20px;
 margin-right: 10px;
 line-height: 1;
 letter-spacing: normal;
 vertical-align: top;
}
body#spreatable main .content_item .item .sub_item.type_sns ul li:last-child {
 margin-right: 0;
}
@media screen and (max-width: 640px) {
 body#spreatable main .content_item .item .sub_item.type_sns ul {
  text-align: left;
 }
 body#spreatable main .content_item .item .sub_item.type_sns ul li {
  margin-right: 3vw;
  margin-bottom: 3vw;
 }
 body#spreatable main .content_item .item .sub_item.type_sns ul li:last-child {}
}
/* ------------------------------------- */
/* CONTENT_ITEM : Area Right : Abstract */
/* ------------------------------------- */
body#spreatable main .content_item .item.areaR .sub_item.type_abstract {
 margin-top: 30px;
}
body#spreatable main .content_item .item.areaR .sub_item.type_abstract .mini_item:nth-child(2) {
 margin-top: 15px;
 font-size: 16px;
}
@media screen and (max-width: 640px) {
 body#spreatable main .content_item .item.areaR .sub_item.type_abstract {
  margin-top: 8vw;
 }
 body#spreatable main .content_item .item.areaR .sub_item.type_abstract .mini_item:nth-child(1) {
  text-align: center;
 }
 body#spreatable main .content_item .item.areaR .sub_item.type_abstract .mini_item:nth-child(1) img {
  width: 48vw;
 }
 body#spreatable main .content_item .item.areaR .sub_item.type_abstract .mini_item:nth-child(2) {
  margin-top: 6vw;
  font-size: 3.5vw;
 }
}
/* ------------------------------------- */
/* CONTENT_ITEM : Area Right : 材料 */
/* ------------------------------------- */
body#spreatable main .content_item .item.areaR .sub_item.type_material {
 margin-top: 27px;
 padding-top: 30px;
 border-top: 2px solid #a4000d;
}
body#spreatable main .content_item .item.areaR .sub_item.type_material .mini_item.type_title {
 letter-spacing: -.40em;
}
body#spreatable main .content_item .item.areaR .sub_item.type_material .mini_item.type_title .nano_item {
 display: inline-block;
 letter-spacing: normal;
 color: #a4000d;
 font-size: 20px;
 vertical-align: middle;
}
body#spreatable main .content_item .item.areaR .sub_item.type_material .mini_item.type_title .nano_item:first-child {
 margin-right: 10px;
}
body#spreatable main .content_item .item.areaR .sub_item.type_material .mini_item.type_detail {
 padding: 20px 0px 20px;
 border-bottom: 1px solid #cccccc;
 font-size: 15px;
}
body#spreatable main .content_item .item.areaR .sub_item.type_material .mini_item.type_detail:last-child {
 padding-bottom: 0px;
 border-bottom: none;
}
body#spreatable main .content_item .item.areaR .sub_item.type_material .mini_item.type_detail .nano_item {
 height: 30px;
 position: relative;
}
body#spreatable main .content_item .item.areaR .sub_item.type_material .mini_item.type_detail .nano_item:before {
 content: "";
 display: inline-block;
 width: 100%;
 height: 0;
 border-bottom: 1px dotted #666666;
 position: absolute;
 left: 0;
 bottom: 50%;
 z-index: 1;
}
body#spreatable main .content_item .item.areaR .sub_item.type_material .mini_item.type_detail .nano_item.normal:before {
 display: none;
}
body#spreatable main .content_item .item.areaR .sub_item.type_material .mini_item.type_detail .nano_item .pico_item {
 display: inline-block;
 background: #ffffff;
 line-height: 30px;
 position: absolute;
 z-index: 2;
}
body#spreatable main .content_item .item.areaR .sub_item.type_material .mini_item.type_detail .nano_item .pico_item.material_name {
 padding-right: 5px;
 left: 0;
}
body#spreatable main .content_item .item.areaR .sub_item.type_material .mini_item.type_detail .nano_item .pico_item.material_quantity {
 padding-left: 5px;
 right: 0;
}
@media screen and (max-width: 640px) {
 body#spreatable main .content_item .item.areaR .sub_item.type_material {
  margin-top: 4vw;
  padding-top: 6vw;
  border-top: 2px solid #a4000d;
 }
 body#spreatable main .content_item .item.areaR .sub_item.type_material .mini_item.type_title {}
 body#spreatable main .content_item .item.areaR .sub_item.type_material .mini_item.type_title img {
  width: 31vw;
 }
 body#spreatable main .content_item .item.areaR .sub_item.type_material .mini_item.type_title .nano_item {
  font-size: 5.5vw;
 }
 body#spreatable main .content_item .item.areaR .sub_item.type_material .mini_item.type_title .nano_item:first-child {
  margin-right: 3vw;
 }
 body#spreatable main .content_item .item.areaR .sub_item.type_material .mini_item.type_detail {
  padding: 3vw 0vw 3vw;
  border-bottom: 1px solid #cccccc;
  font-size: 4vw;
 }
 body#spreatable main .content_item .item.areaR .sub_item.type_material .mini_item.type_detail:last-child {}
 body#spreatable main .content_item .item.areaR .sub_item.type_material .mini_item.type_detail .nano_item {
  height: 9vw;
 }
 body#spreatable main .content_item .item.areaR .sub_item.type_material .mini_item.type_detail .nano_item:before {}
 body#spreatable main .content_item .item.areaR .sub_item.type_material .mini_item.type_detail .nano_item.normal:before {}
 body#spreatable main .content_item .item.areaR .sub_item.type_material .mini_item.type_detail .nano_item .pico_item {
  line-height: 9vw;
 }
 body#spreatable main .content_item .item.areaR .sub_item.type_material .mini_item.type_detail .nano_item .pico_item.material_name {
  padding-right: 2vw;
 }
 body#spreatable main .content_item .item.areaR .sub_item.type_material .mini_item.type_detail .nano_item .pico_item.material_quantity {
  padding-left: 2vw;
 }
}
/* ------------------------------------- */
/* CONTENT_ITEM : Area Right : 下準備 */
/* ------------------------------------- */
body#spreatable main .content_item .item.areaR .sub_item.type_beforehand {
 margin-top: 27px;
 padding-top: 30px;
 border-top: 2px solid #a4000d;
}
body#spreatable main .content_item .item.areaR .sub_item.type_beforehand .mini_item.type_title {
 margin-bottom: 20px;
}
body#spreatable main .content_item .item.areaR .sub_item.type_beforehand .mini_item.type_detail {}
body#spreatable main .content_item .item.areaR .sub_item.type_beforehand .mini_item.type_detail .nano_item {
 font-size: 15px;
}
body#spreatable main .content_item .item.areaR .sub_item.type_beforehand .mini_item.type_detail .nano_item img {
 display: inline-block;
 margin: 15px 0px 5px;
}
@media screen and (max-width: 640px) {
 body#spreatable main .content_item .item.areaR .sub_item.type_beforehand {
  margin-top: 8vw;
  padding-top: 8vw;
  border-top: 2px solid #a4000d;
 }
 body#spreatable main .content_item .item.areaR .sub_item.type_beforehand .mini_item.type_title {
  margin-bottom: 4vw;
 }
 body#spreatable main .content_item .item.areaR .sub_item.type_beforehand .mini_item.type_title img {
  width: 31vw;
 }
 body#spreatable main .content_item .item.areaR .sub_item.type_beforehand .mini_item.type_detail {}
 body#spreatable main .content_item .item.areaR .sub_item.type_beforehand .mini_item.type_detail .nano_item {
  font-size: 3.5vw;
 }
 body#spreatable main .content_item .item.areaR .sub_item.type_beforehand .mini_item.type_detail .nano_item img {
  width: 100%;
  margin: 4.5vw 0vw 2vw;
 }
}
/* ------------------------------------- */
/* CONTENT_ITEM : Area Right : 作り方 */
/* ------------------------------------- */
body#spreatable main .content_item .item.areaR .sub_item.type_procedure {
 margin-top: 27px;
 padding-top: 30px;
 border-top: 2px solid #a4000d;
}
body#spreatable main .content_item .item.areaR .sub_item.type_procedure .mini_item.type_detail {}
body#spreatable main .content_item .item.areaR .sub_item.type_procedure .mini_item.type_detail .nano_item {
 padding: 20px 0px 15px;
 border-bottom: 1px dotted #a2a2a2;
}
body#spreatable main .content_item .item.areaR .sub_item.type_procedure .mini_item.type_detail .nano_item .pico_item.step_num {
 color: #a4000d;
 font-size: 19px;
}
body#spreatable main .content_item .item.areaR .sub_item.type_procedure .mini_item.type_detail .nano_item .pico_item.step_procedure {
 font-size: 15px;
}
@media screen and (max-width: 640px) {
 body#spreatable main .content_item .item.areaR .sub_item.type_procedure {
  margin-top: 6vw;
  padding-top: 8vw;
  border-top: 2px solid #a4000d;
 }
 body#spreatable main .content_item .item.areaR .sub_item.type_procedure .mini_item.type_title img {
  width: 31vw;
 }
 body#spreatable main .content_item .item.areaR .sub_item.type_procedure .mini_item.type_detail {}
 body#spreatable main .content_item .item.areaR .sub_item.type_procedure .mini_item.type_detail .nano_item {
  padding: 3vw 0vw 3vw;
  border-bottom: 1px dotted #a2a2a2;
 }
 body#spreatable main .content_item .item.areaR .sub_item.type_procedure .mini_item.type_detail .nano_item .pico_item.step_num {
  font-size: 4.5vw;
 }
 body#spreatable main .content_item .item.areaR .sub_item.type_procedure .mini_item.type_detail .nano_item .pico_item.step_procedure {
  font-size: 3.5vw;
 }
}
/* ------------------------------------- */
/* CONTENT_ITEM : Area Right : POINT */
/* ------------------------------------- */
body#spreatable main .content_item .item.areaR .sub_item.type_point {
 margin-top: 35px;
 border: 2px solid #a4000d;
}
body#spreatable main .content_item .item.areaR .sub_item.type_point .mini_item {
 width: 400px;
 margin: 0 auto;
 padding: 20px 0px;
 letter-spacing: -.40em;
}
body#spreatable main .content_item .item.areaR .sub_item.type_point .mini_item .nano_item {
 display: inline-block;
 letter-spacing: normal;
 vertical-align: middle;
}
body#spreatable main .content_item .item.areaR .sub_item.type_point .mini_item .nano_item:nth-child(1) {
 width: 75px;
}
body#spreatable main .content_item .item.areaR .sub_item.type_point .mini_item .nano_item:nth-child(1) img {
 width: 100%;
}
body#spreatable main .content_item .item.areaR .sub_item.type_point .mini_item .nano_item:nth-child(2) {
 width: 300px;
 padding-left: 25px;
 font-size: 15px;
}
@media screen and (max-width: 640px) {
 body#spreatable main .content_item .item.areaR .sub_item.type_point {
  margin-top: 8vw;
  border: 2px solid #a4000d;
 }
 body#spreatable main .content_item .item.areaR .sub_item.type_point .mini_item {
  width: 80vw;
  margin: 0 auto;
  padding: 4vw 0vw;
 }
 body#spreatable main .content_item .item.areaR .sub_item.type_point .mini_item .nano_item {
  display: block;
 }
 body#spreatable main .content_item .item.areaR .sub_item.type_point .mini_item .nano_item:nth-child(1) {
  width: 17vw;
  margin: 0 auto;
 }
 body#spreatable main .content_item .item.areaR .sub_item.type_point .mini_item .nano_item:nth-child(1) img {}
 body#spreatable main .content_item .item.areaR .sub_item.type_point .mini_item .nano_item:nth-child(2) {
  width: auto;
  margin-top: 4vw;
  padding-left: 0;
  font-size: 3.5vw;
 }
}
/* ------------------------------------- */
/* CONTENT_ITEM : Recipe Footer */
/* ------------------------------------- */
body#spreatable main #recipe_footer {
 margin-bottom: 95px;
 padding: 43px 0px 53px;
 background: url('../../images/recipe/common/recipe_background.png');
 background-size: 400px auto;
 background-position: top left;
 position: relative;
}
body#spreatable main #recipe_footer .recipe_footer_slider {}
body#spreatable main #recipe_footer .recipe_footer_arrange {
 width: 645px;
 margin: 30px auto 0;
 display: -webkit-flex;
 display: flex;
 -webkit-justify-content: space-between;
 justify-content: space-between;
 -webkit-align-items: flex-start;
 align-items: flex-start;
}
body#spreatable main #recipe_footer .recipe_footer_arrange .item img {
 width: 310px;
}
@media screen and (max-width: 640px) {
 body#spreatable main #recipe_footer {
  margin-bottom: 0vw;
  padding: 10vw 0vw;
  background: url('../../images/recipe/common/recipe_background.png');
  background-size: 60vw auto;
  background-position: top left;
  position: relative;
 }
 body#spreatable main #recipe_footer .recipe_footer_slider {}
 body#spreatable main #recipe_footer .recipe_footer_arrange {
  width: 92vw;
  margin: 10vw auto 0vw;
  display: block;
 }
 body#spreatable main #recipe_footer .recipe_footer_arrange .item:nth-child(n + 2) {
  margin-top: 4.7vw;
 }
 body#spreatable main #recipe_footer .recipe_footer_arrange .item img {
  width: 100%;
 }
}
/* ------------------------------------- */
/* 材料　商品サムネイル */
/* ------------------------------------- */
body#spreatable main .product_list {
 display: -webkit-flex;
 display: -ms-flexbox;
 display: flex;
 margin-top: 15px;
}
body#spreatable main .product_list li {
 margin-right: 10px;
}