img {
    max-width:100%;
    height:auto;
}
.fade, .fadeUp {
	opacity:0;
	-webkit-transition:.7s;
	transition:.7s
}
.fadeUp {
	-webkit-transform:translateY(5.33333vw);
	-ms-transform:translateY(5.33333vw);
	transform:translateY(5.33333vw)
}
.scroll, .scrollUp {
	opacity:1
}
.scrollUp {
	-webkit-transform:translateY(0);
	-ms-transform:translateY(0);
	transform:translateY(0)
}
.delay0 {
	-webkit-transition-delay:0ms;
	transition-delay:0ms
}
.delay4 {
	-webkit-transition-delay:400ms;
	transition-delay:400ms
}
.delay8 {
	-webkit-transition-delay:800ms;
	transition-delay:800ms
}
.delay12 {
	-webkit-transition-delay:1200ms;
	transition-delay:1200ms
}
.delay16 {
	-webkit-transition-delay:1600ms;
	transition-delay:1600ms
}
.delay20 {
	-webkit-transition-delay:2000ms;
	transition-delay:2000ms
}
.noanime {
	-webkit-transition:none;
	transition:none
}
@-webkit-keyframes new {
0% {
-webkit-transform:scale(1, 1);
transform:scale(1, 1)
}
44% {
-webkit-transform:scale(1, 1);
transform:scale(1, 1)
}
50% {
-webkit-transform:scale(1.2, 1.2) translate(-2%, -2%) skew(-4deg, 2deg);
transform:scale(1.2, 1.2) translate(-2%, -2%) skew(-4deg, 2deg)
}
56% {
-webkit-transform:scale(1, 1);
transform:scale(1, 1)
}
100% {
-webkit-transform:scale(1, 1);
transform:scale(1, 1)
}
}
@keyframes new {
0% {
-webkit-transform:scale(1, 1);
transform:scale(1, 1)
}
44% {
-webkit-transform:scale(1, 1);
transform:scale(1, 1)
}
50% {
-webkit-transform:scale(1.2, 1.2) translate(-2%, -2%) skew(-4deg, 2deg);
transform:scale(1.2, 1.2) translate(-2%, -2%) skew(-4deg, 2deg)
}
56% {
-webkit-transform:scale(1, 1);
transform:scale(1, 1)
}
100% {
-webkit-transform:scale(1, 1);
transform:scale(1, 1)
}
}
body {
	background:#fff;
	font-size:15px;
	line-height:1.8em
}
a {
	color:#000;
	text-decoration:none
}
#header {
	height:40px;
	border-bottom:solid 4px #543c35
}
#header .logo {
	width:96px;
	margin:14px auto 14px 5%
}
.clearfix:after {
	content:'';
	display:table;
	clear:both
}
.pt5 {
	padding-top:5px
}
.pt10 {
	padding-top:10px
}
.pb15 {
	padding-bottom:0
}
.pt15 {
	padding-top:15px
}
.pb30 {
	padding-bottom:30px
}
/* footer
--------------------------- */
footer {
	padding: 0 0 25px 0;
}
footer p.info {
	padding: 20px 0 20px 0;
	color: #3b5998;
	text-align: center;
	font-weight: bold;
	font-size: 20px;
	line-height: 26px;
	background-color: #f5f5f5;
}
footer .social_media {
	background-color: #fff;
	border-bottom: solid 42px #f5f5f5;
}
footer .social_media ul {
	width: 82.8%;
	margin: 20px auto;
	font-size: 0;
}
footer .social_media ul li {
	display: inline-block;
	width: 33.3%;
	text-align: center;
}
footer .social_media ul li:last-child {
	margin-right: 0;
}
.footer_bottom {
	font-size: 4vw;
	line-height: 1.8;
	font-family: "メイリオ", "Meiryo", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", Osaka, "ＭＳ Ｐゴシック", "MS PGothic", Helvetica, Arial, Sans-Serif;
	color: #000;
	padding: 5.06667% 0 0;
	background: url(/library/line/contents/img/img_footer/footer_bg_sp.png) 50% 50% no-repeat;
	background-size: 100%;
}
@media screen and (min-width: 641px) {
  .footer_bottom {
    padding: 38px 0 0;
    background: url(/library/line/contents/img/img_footer/footer_bg_pc.png) 50% 50% no-repeat;
    background-size: 100%;
  }
}
.footer_bottom .ft_inner {
  padding: 0 4%;
}
@media screen and (min-width: 641px) {
  .footer_bottom.ft_inner {
    width: 100%;
    padding: 0 42px;
  }
}
.footer-logo {
  width: 52.66667%;
  line-height: 1;
  margin: 0 auto 11.73333%;
}
@media screen and (min-width: 641px) {
  .footer-logo {
    width: 197px;
    font-size: 0;
    margin: 0 auto 5%;
  }
}
.footer-logoNews {
  width: 32%;
  line-height: 1;
  margin-left: auto;
}

@media screen and (min-width: 641px) {
  .footer-logoNews {
    width: 150px;
    font-size: 0;
  }
}
.footer-copy {
  width: 100%;
  text-align: right;
  font-size: 2.26667vw;
  line-height: 1;
  margin: 0;
  margin-top: 4%;
  margin-right: 4%;
}

@media screen and (min-width: 641px) {
  .footer-copy {
    font-size: 14px;
    margin-top: 1.66667%;
  }
}
.arg-023 {
	background-color:#ffd2d2;
	color:#543c35
}
.arg-023 .inner {
	max-width:640px;
	margin:0 auto;
}
.arg-023 #header {
	background-color:#fff
}
.arg-023 footer {
	background-color:#fff
}
.arg-023 .footer_bottom {
	background-color:#fff
}
.arg-023>img {
	position:absolute
}
.wrapper {
	margin:0 auto
}
@media screen and (max-width: 640px) {
.wrapper {
	width:89.33333vw
}
}
@media screen and (min-width: 641px), print {
.wrapper {
	width:572px
}
}
.pink {
	color:#ff4568
}
main {
	display:block;
	background-image:url(/library/line/contents/img/023/bg.jpg);
	background-repeat:repeat
}
@media screen and (max-width: 640px) {
main {
	background-size:4.8vw 4.8vw
}
}
@media screen and (min-width: 641px), print {
main {
	background-size:31px 31px
}
}
.mv.wrapper {
	position:relative
}
@media screen and (max-width: 640px) {
.mv.wrapper {
	padding-top:6.66667vw;
	padding-bottom:6.4vw
}
}
@media screen and (min-width: 641px), print {
.mv.wrapper {
	padding-top:43px;
	padding-bottom:41px
}
}
@media screen and (max-width: 640px) {
.mv_ttl {
	width:91.86667vw;
	height:0;
	padding-bottom:40.53333vw;
	background:url(/library/line/contents/img/023/mttl.png) no-repeat 50% 50%;
	background-size:contain;
	text-indent:-9999px;
	margin-left:-2.13333vw
}
}
@media screen and (min-width: 641px), print {
.mv_ttl {
	background:url(/library/line/contents/img/023/mttl.png) no-repeat 50% 50%;
	text-indent:-9999px;
	background-size:contain;
	width:588px;
	height:259px;
	margin-left:-14px
}
}
.mv_lead {
	margin:0 auto
}
@media screen and (max-width: 640px) {
.mv_lead {
	width:83.73333vw;
	height:0;
	padding-bottom:20.26667vw;
	background:url(/library/line/contents/img/023/mlead.png) no-repeat 50% 50%;
	background-size:contain;
	text-indent:-9999px;
	margin-top:4.4vw
}
}
@media screen and (min-width: 641px), print {
.mv_lead {
	background:url(/library/line/contents/img/023/mlead.png) no-repeat 50% 50%;
	text-indent:-9999px;
	background-size:contain;
	width:536px;
	height:130px;
	margin-top:28px
}
}
.mv_chara {
	position:absolute
}
@media screen and (max-width: 640px) {
.mv_chara {
	width:19.33333vw;
	height:0;
	padding-bottom:26vw;
	background:url(/library/line/contents/img/023/mchara.png) no-repeat 50% 50%;
	background-size:contain;
	text-indent:-9999px;
	top:3.46667vw;
	right:2.13333vw
}
}
@media screen and (min-width: 641px), print {
.mv_chara {
	background:url(/library/line/contents/img/023/mchara.png) no-repeat 50% 50%;
	text-indent:-9999px;
	background-size:contain;
	width:124px;
	height:166px;
	top:22px;
	right:14px
}
}
.goods {
	position:relative;
	background:#fff
}
@media screen and (max-width: 640px) {
.goods {
	margin-top:3.73333vw;
	margin-bottom:3.73333vw
}
}
@media screen and (min-width: 641px), print {
.goods {
	margin-top:24px;
	margin-bottom:24px
}
}
.goods::after, .goods::before {
	content:'';
	display:block;
	position:absolute;
	left:0;
	width:100%;
	background-repeat:repeat-x;
	background-size:contain
}
@media screen and (max-width: 640px) {
.goods::after, .goods::before {
	height:3.73333vw
}
}
@media screen and (min-width: 641px), print {
.goods::after, .goods::before {
	height:24px
}
}
.goods::before {
	background-image:url(/library/line/contents/img/023/g_bg1.png)
}
@media screen and (max-width: 640px) {
.goods::before {
	top:-3.73333vw
}
}
@media screen and (min-width: 641px), print {
.goods::before {
	top:-24px
}
}
.goods::after {
	background-image:url(/library/line/contents/img/023/g_bg2.png)
}
@media screen and (max-width: 640px) {
.goods::after {
	bottom:-3.73333vw
}
}
@media screen and (min-width: 641px), print {
.goods::after {
	bottom:-24px
}
}
.goods .wrapper {
	width:100%
}
@media screen and (max-width: 640px) {
.goods .wrapper {
	padding-top:4.8vw;
	padding-bottom:6vw
}
}
@media screen and (min-width: 641px), print {
.goods .wrapper {
	padding-top:31px;
	padding-bottom:38px
}
}
.goods_ttl {
	margin:0 auto
}
@media screen and (max-width: 640px) {
.goods_ttl {
	width:40.53333vw;
	height:0;
	padding-bottom:9.6vw;
	background:url(/library/line/contents/img/023/gttl.png) no-repeat 50% 50%;
	background-size:contain;
	text-indent:-9999px
}
}
@media screen and (min-width: 641px), print {
.goods_ttl {
	background:url(/library/line/contents/img/023/gttl.png) no-repeat 50% 50%;
	text-indent:-9999px;
	background-size:contain;
	width:259px;
	height:61px
}
}
.goods_subttl {
	margin:0 auto
}
@media screen and (max-width: 640px) {
.goods_subttl {
	width:75.33333vw;
	height:0;
	padding-bottom:5.06667vw;
	background:url(/library/line/contents/img/023/gsubttl.png) no-repeat 50% 50%;
	background-size:contain;
	text-indent:-9999px;
	margin-top:5.33333vw
}
}
@media screen and (min-width: 641px), print {
.goods_subttl {
	background:url(/library/line/contents/img/023/gsubttl.png) no-repeat 50% 50%;
	text-indent:-9999px;
	background-size:contain;
	margin-top:34px
}
}
.goods_container {
	display:-webkit-box;
	display:-ms-flexbox;
	display:flex;
	-webkit-box-pack:justify;
	-ms-flex-pack:justify;
	justify-content:space-between;
	-ms-flex-wrap:wrap;
	flex-wrap:wrap
}
@media screen and (max-width: 640px) {
.goods_container {
	padding-top:3.46667vw!important;
	margin-left:5.33333vw!important;
	margin-right:5.33333vw!important;
}
}
@media screen and (min-width: 641px), print {
.goods_container {
	padding-top:22px!important;
	margin-left:34px!important;
	margin-right:34px!important;
}
}
@media screen and (max-width: 640px) {
.goods_box {
	width:25.33333vw
}
}
@media screen and (min-width: 641px), print {
.goods_box {
	width:162px
}
}
@media screen and (max-width: 640px) {
.goods_box:nth-of-type(n+4) {
	padding-top:4.4vw
}
}
@media screen and (min-width: 641px), print {
.goods_box:nth-of-type(n+4) {
	padding-top:28px
}
}
.goods_item {
	display:block
}
@media screen and (max-width: 640px) {
.goods_item {
	width:25.33333vw;
	height:18.8vw
}
}
@media screen and (min-width: 641px), print {
.goods_item {
	width:162px;
	height:120px
}
}
@media screen and (max-width: 640px) {
.goods_name {
	margin-top:3.6vw
}
}
@media screen and (min-width: 641px), print {
.goods_name {
	margin-top:23px
}
}
@media screen and (max-width: 640px) {
.goods_name.name1 {
	width:25.33333vw;
	height:0;
	padding-bottom:3.6vw;
	background:url(/library/line/contents/img/023/gtxt_1.png) no-repeat 50% 50%;
	background-size:contain;
	text-indent:-9999px;
	background-size:contain
}
}
@media screen and (min-width: 641px), print {
.goods_name.name1 {
	background:url(/library/line/contents/img/023/gtxt_1.png) no-repeat 50% 50%;
	text-indent:-9999px;
	background-size:contain;
	width:162px;
	height:23px
}
}
@media screen and (max-width: 640px) {
.goods_name.name2 {
	width:25.33333vw;
	height:0;
	padding-bottom:3.6vw;
	background:url(/library/line/contents/img/023/gtxt_2.png) no-repeat 50% 50%;
	background-size:contain;
	text-indent:-9999px;
	background-size:contain
}
}
@media screen and (min-width: 641px), print {
.goods_name.name2 {
	background:url(/library/line/contents/img/023/gtxt_2.png) no-repeat 50% 50%;
	text-indent:-9999px;
	background-size:contain;
	width:162px;
	height:23px
}
}
@media screen and (max-width: 640px) {
.goods_name.name3 {
	width:25.33333vw;
	height:0;
	padding-bottom:3.6vw;
	background:url(/library/line/contents/img/023/gtxt_3.png) no-repeat 50% 50%;
	background-size:contain;
	text-indent:-9999px;
	background-size:contain
}
}
@media screen and (min-width: 641px), print {
.goods_name.name3 {
	background:url(/library/line/contents/img/023/gtxt_3.png) no-repeat 50% 50%;
	text-indent:-9999px;
	background-size:contain;
	width:162px;
	height:23px
}
}
@media screen and (max-width: 640px) {
.goods_name.name4 {
	width:25.33333vw;
	height:0;
	padding-bottom:3.6vw;
	background:url(/library/line/contents/img/023/gtxt_4.png) no-repeat 50% 50%;
	background-size:contain;
	text-indent:-9999px;
	background-size:contain
}
}
@media screen and (min-width: 641px), print {
.goods_name.name4 {
	background:url(/library/line/contents/img/023/gtxt_4.png) no-repeat 50% 50%;
	text-indent:-9999px;
	background-size:contain;
	width:162px;
	height:23px
}
}
@media screen and (max-width: 640px) {
.goods_name.name5 {
	width:25.33333vw;
	height:0;
	padding-bottom:3.6vw;
	background:url(/library/line/contents/img/023/gtxt_5.png) no-repeat 50% 50%;
	background-size:contain;
	text-indent:-9999px;
	background-size:contain
}
}
@media screen and (min-width: 641px), print {
.goods_name.name5 {
	background:url(/library/line/contents/img/023/gtxt_5.png) no-repeat 50% 50%;
	text-indent:-9999px;
	background-size:contain;
	width:162px;
	height:23px
}
}
@media screen and (max-width: 640px) {
.goods_name.name6 {
	width:25.33333vw;
	height:0;
	padding-bottom:3.6vw;
	background:url(/library/line/contents/img/023/gtxt_6.png) no-repeat 50% 50%;
	background-size:contain;
	text-indent:-9999px;
	background-size:contain
}
}
@media screen and (min-width: 641px), print {
.goods_name.name6 {
	background:url(/library/line/contents/img/023/gtxt_6.png) no-repeat 50% 50%;
	text-indent:-9999px;
	background-size:contain;
	width:162px;
	height:23px
}
}
.goods_desc {
	width:100%
}
@media screen and (max-width: 640px) {
.goods_desc {
	font-size:3.46667vw;
	line-height:1.38462;
	margin-top:1.6vw;
margin-bottom:-.66667vw
}
}
@media screen and (min-width: 641px), print {
.goods_desc {
	margin-top:10px;
	font-size:22px;
	line-height:1.38462;
	margin-bottom:-10px
}
}
.recipe .wrapper {
	width:100%;
	margin:0
}
@media screen and (max-width: 640px) {
.recipe .wrapper {
	padding-top:9.6vw;
	padding-bottom:10.4vw
}
}
@media screen and (min-width: 641px), print {
.recipe .wrapper {
	padding-top:61px;
	padding-bottom:67px
}
}
.recipe_container {
	width:100%;
	box-sizing:border-box
}
@media screen and (max-width: 640px) {
.recipe_container {
	padding-left:3.33333%!important;
}
}
@media screen and (min-width: 641px), print {
.recipe_container {
	padding-left:21px!important;
}
}
.recipe_box {
	width:50%;
	float:left;
	box-sizing:border-box
}
@media screen and (max-width: 640px) {
.recipe_box {
	height:64.26667vw
}
}
@media screen and (min-width: 641px), print {
.recipe_box {
	height:411px
}
}
@media screen and (max-width: 640px) {
.recipe_box:nth-of-type(2n) {
	padding-left:2.26667%
}
}
@media screen and (min-width: 641px), print {
.recipe_box:nth-of-type(2n) {
	padding-left:15px
}
}
@media screen and (max-width: 640px) {
.recipe_box:nth-of-type(n+3) {
	margin-top:10vw
}
}
@media screen and (min-width: 641px), print {
.recipe_box:nth-of-type(n+3) {
	margin-top:64px
}
}
@media screen and (max-width: 640px) {
.recipe_box:last-of-type {
	margin-left:23.46667vw
}
}
@media screen and (min-width: 641px), print {
.recipe_box:last-of-type {
	margin-left:150px
}
}
.recipe_ttl {
	position:relative;
	z-index:1
}
.recipe_ttl_new {
	position:absolute
}
@media screen and (max-width: 640px) {
.recipe_ttl_new {
	width:14.26667vw;
	height:0;
	padding-bottom:6.4vw;
	background:url(/library/line/contents/img/023/rttl_new.png) no-repeat 50% 50%;
	background-size:contain;
	text-indent:-9999px;
	top:-1.46667vw
}
}
@media screen and (min-width: 641px), print {
.recipe_ttl_new {
	background:url(/library/line/contents/img/023/rttl_new.png) no-repeat 50% 50%;
	text-indent:-9999px;
	background-size:contain;
	top:-9px;
	width:91px;
	height:41px
}
}
@media screen and (max-width: 640px) {
:nth-of-type(2n+1) .recipe_ttl_new {
	left:-3.86667vw
}
}
@media screen and (min-width: 641px), print {
:nth-of-type(2n+1) .recipe_ttl_new {
	left:-25px
}
}
@media screen and (max-width: 640px) {
:nth-of-type(2n) .recipe_ttl_new {
	left:-1.2vw
}
}
@media screen and (min-width: 641px), print {
:nth-of-type(2n) .recipe_ttl_new {
	left:-8px
}
}
@media screen and (max-width: 640px) {
.recipe_ttl.ricesand {
	width:40.8vw;
	height:0;
	padding-bottom:11.46667vw;
	background:url(/library/line/contents/img/023/rttl_ricesand.png) no-repeat 50% 50%;
	background-size:contain;
	text-indent:-9999px
}
}
@media screen and (min-width: 641px), print {
.recipe_ttl.ricesand {
	background:url(/library/line/contents/img/023/rttl_ricesand.png) no-repeat 50% 50%;
	text-indent:-9999px;
	background-size:contain;
	width:261px;
	height:73px
}
}
@media screen and (max-width: 640px) {
:nth-of-type(2n+1) .recipe_ttl {
	margin-left:3.06667vw
}
}
@media screen and (min-width: 641px), print {
:nth-of-type(2n+1) .recipe_ttl {
	margin-left:20px
}
}
@media screen and (max-width: 640px) {
:nth-of-type(2n) .recipe_ttl {
	margin-left:1.2vw
}
}
@media screen and (min-width: 641px), print {
:nth-of-type(2n) .recipe_ttl {
	margin-left:8px
}
}
.recipe_imgBtn {
	position:relative
}
:nth-of-type(2n+1) .recipe_imgBtn {
	display:block
}
@media screen and (max-width: 640px) {
:nth-of-type(2n+1) .recipe_imgBtn {
	width:46.93333vw;
	height:46.93333vw;
	margin-top:-4.53333vw
}
}
@media screen and (min-width: 641px), print {
:nth-of-type(2n+1) .recipe_imgBtn {
	width:300px;
	height:300px;
	margin-top:-29px
}
}
:nth-of-type(2n) .recipe_imgBtn {
	display:block
}
@media screen and (max-width: 640px) {
:nth-of-type(2n) .recipe_imgBtn {
	width:43.2vw;
	height:43.2vw;
	margin-top:-2.66667vw
}
}
@media screen and (min-width: 641px), print {
:nth-of-type(2n) .recipe_imgBtn {
	width:276px;
	height:276px;
	margin-top:-17px
}
}
.recipe_img {
	position:absolute;
	top:0;
	left:0
}
@media screen and (max-width: 640px) {
:nth-of-type(2n+1) .recipe_img {
	width:46.93333vw;
	height:46.93333vw
}
}
@media screen and (min-width: 641px), print {
:nth-of-type(2n+1) .recipe_img {
	width:300px;
	height:300px
}
}
@media screen and (max-width: 640px) {
:nth-of-type(2n) .recipe_img {
	width:43.2vw;
	height:43.2vw
}
}
@media screen and (min-width: 641px), print {
:nth-of-type(2n) .recipe_img {
	width:276px;
	height:276px
}
}
.recipe_ttl {
	position:relative;
	z-index:1
}
.recipe_ttl_new {
	position:absolute
}
@media screen and (max-width: 640px) {
.recipe_ttl_new {
	width:14.26667vw;
	height:0;
	padding-bottom:6.4vw;
	background:url(/library/line/contents/img/023/rttl_new.png) no-repeat 50% 50%;
	background-size:contain;
	text-indent:-9999px;
	top:-1.46667vw
}
}
@media screen and (min-width: 641px), print {
.recipe_ttl_new {
	background:url(/library/line/contents/img/023/rttl_new.png) no-repeat 50% 50%;
	text-indent:-9999px;
	background-size:contain;
	top:-9px;
	width:91px;
	height:41px
}
}
@media screen and (max-width: 640px) {
:nth-of-type(2n+1) .recipe_ttl_new {
	left:-3.86667vw
}
}
@media screen and (min-width: 641px), print {
:nth-of-type(2n+1) .recipe_ttl_new {
	left:-25px
}
}
@media screen and (max-width: 640px) {
:nth-of-type(2n) .recipe_ttl_new {
	left:-1.2vw
}
}
@media screen and (min-width: 641px), print {
:nth-of-type(2n) .recipe_ttl_new {
	left:-8px
}
}
@media screen and (max-width: 640px) {
.recipe_ttl.chocobanana {
	width:40.8vw;
	height:0;
	padding-bottom:11.46667vw;
	background:url(/library/line/contents/img/023/rttl_chocobanana.png) no-repeat 50% 50%;
	background-size:contain;
	text-indent:-9999px
}
}
@media screen and (min-width: 641px), print {
.recipe_ttl.chocobanana {
	background:url(/library/line/contents/img/023/rttl_chocobanana.png) no-repeat 50% 50%;
	text-indent:-9999px;
	background-size:contain;
	width:261px;
	height:73px
}
}
@media screen and (max-width: 640px) {
:nth-of-type(2n+1) .recipe_ttl {
	margin-left:3.06667vw
}
}
@media screen and (min-width: 641px), print {
:nth-of-type(2n+1) .recipe_ttl {
	margin-left:20px
}
}
@media screen and (max-width: 640px) {
:nth-of-type(2n) .recipe_ttl {
	margin-left:1.2vw
}
}
@media screen and (min-width: 641px), print {
:nth-of-type(2n) .recipe_ttl {
	margin-left:8px
}
}
.recipe_imgBtn {
	position:relative
}
:nth-of-type(2n+1) .recipe_imgBtn {
	display:block
}
@media screen and (max-width: 640px) {
:nth-of-type(2n+1) .recipe_imgBtn {
	width:46.93333vw;
	height:46.93333vw;
	margin-top:-4.53333vw
}
}
@media screen and (min-width: 641px), print {
:nth-of-type(2n+1) .recipe_imgBtn {
	width:300px;
	height:300px;
	margin-top:-29px
}
}
:nth-of-type(2n) .recipe_imgBtn {
	display:block
}
@media screen and (max-width: 640px) {
:nth-of-type(2n) .recipe_imgBtn {
	width:43.2vw;
	height:43.2vw;
	margin-top:-2.66667vw
}
}
@media screen and (min-width: 641px), print {
:nth-of-type(2n) .recipe_imgBtn {
	width:276px;
	height:276px;
	margin-top:-17px
}
}
.recipe_img {
	position:absolute;
	top:0;
	left:0
}
@media screen and (max-width: 640px) {
:nth-of-type(2n+1) .recipe_img {
	width:46.93333vw;
	height:46.93333vw
}
}
@media screen and (min-width: 641px), print {
:nth-of-type(2n+1) .recipe_img {
	width:300px;
	height:300px
}
}
@media screen and (max-width: 640px) {
:nth-of-type(2n) .recipe_img {
	width:43.2vw;
	height:43.2vw
}
}
@media screen and (min-width: 641px), print {
:nth-of-type(2n) .recipe_img {
	width:276px;
	height:276px
}
}
.recipe_ttl {
	position:relative;
	z-index:1
}
.recipe_ttl_new {
	position:absolute
}
@media screen and (max-width: 640px) {
.recipe_ttl_new {
	width:14.26667vw;
	height:0;
	padding-bottom:6.4vw;
	background:url(/library/line/contents/img/023/rttl_new.png) no-repeat 50% 50%;
	background-size:contain;
	text-indent:-9999px;
	top:-1.46667vw
}
}
@media screen and (min-width: 641px), print {
.recipe_ttl_new {
	background:url(/library/line/contents/img/023/rttl_new.png) no-repeat 50% 50%;
	text-indent:-9999px;
	background-size:contain;
	top:-9px;
	width:91px;
	height:41px
}
}
@media screen and (max-width: 640px) {
:nth-of-type(2n+1) .recipe_ttl_new {
	left:-3.86667vw
}
}
@media screen and (min-width: 641px), print {
:nth-of-type(2n+1) .recipe_ttl_new {
	left:-25px
}
}
@media screen and (max-width: 640px) {
:nth-of-type(2n) .recipe_ttl_new {
	left:-1.2vw
}
}
@media screen and (min-width: 641px), print {
:nth-of-type(2n) .recipe_ttl_new {
	left:-8px
}
}
@media screen and (max-width: 640px) {
.recipe_ttl.hotate {
	width:40.8vw;
	height:0;
	padding-bottom:11.46667vw;
	background:url(/library/line/contents/img/023/rttl_hotate.png) no-repeat 50% 50%;
	background-size:contain;
	text-indent:-9999px
}
}
@media screen and (min-width: 641px), print {
.recipe_ttl.hotate {
	background:url(/library/line/contents/img/023/rttl_hotate.png) no-repeat 50% 50%;
	text-indent:-9999px;
	background-size:contain;
	width:261px;
	height:73px
}
}
@media screen and (max-width: 640px) {
:nth-of-type(2n+1) .recipe_ttl {
	margin-left:3.06667vw
}
}
@media screen and (min-width: 641px), print {
:nth-of-type(2n+1) .recipe_ttl {
	margin-left:20px
}
}
@media screen and (max-width: 640px) {
:nth-of-type(2n) .recipe_ttl {
	margin-left:1.2vw
}
}
@media screen and (min-width: 641px), print {
:nth-of-type(2n) .recipe_ttl {
	margin-left:8px
}
}
.recipe_imgBtn {
	position:relative
}
:nth-of-type(2n+1) .recipe_imgBtn {
	display:block
}
@media screen and (max-width: 640px) {
:nth-of-type(2n+1) .recipe_imgBtn {
	width:46.93333vw;
	height:46.93333vw;
	margin-top:-4.53333vw
}
}
@media screen and (min-width: 641px), print {
:nth-of-type(2n+1) .recipe_imgBtn {
	width:300px;
	height:300px;
	margin-top:-29px
}
}
:nth-of-type(2n) .recipe_imgBtn {
	display:block
}
@media screen and (max-width: 640px) {
:nth-of-type(2n) .recipe_imgBtn {
	width:43.2vw;
	height:43.2vw;
	margin-top:-2.66667vw
}
}
@media screen and (min-width: 641px), print {
:nth-of-type(2n) .recipe_imgBtn {
	width:276px;
	height:276px;
	margin-top:-17px
}
}
.recipe_img {
	position:absolute;
	top:0;
	left:0
}
@media screen and (max-width: 640px) {
:nth-of-type(2n+1) .recipe_img {
	width:46.93333vw;
	height:46.93333vw
}
}
@media screen and (min-width: 641px), print {
:nth-of-type(2n+1) .recipe_img {
	width:300px;
	height:300px
}
}
@media screen and (max-width: 640px) {
:nth-of-type(2n) .recipe_img {
	width:43.2vw;
	height:43.2vw
}
}
@media screen and (min-width: 641px), print {
:nth-of-type(2n) .recipe_img {
	width:276px;
	height:276px
}
}
.recipe_ttl {
	position:relative;
	z-index:1
}
.recipe_ttl_new {
	position:absolute
}
@media screen and (max-width: 640px) {
.recipe_ttl_new {
	width:14.26667vw;
	height:0;
	padding-bottom:6.4vw;
	background:url(/library/line/contents/img/023/rttl_new.png) no-repeat 50% 50%;
	background-size:contain;
	text-indent:-9999px;
	top:-1.46667vw
}
}
@media screen and (min-width: 641px), print {
.recipe_ttl_new {
	background:url(/library/line/contents/img/023/rttl_new.png) no-repeat 50% 50%;
	text-indent:-9999px;
	background-size:contain;
	top:-9px;
	width:91px;
	height:41px
}
}
@media screen and (max-width: 640px) {
:nth-of-type(2n+1) .recipe_ttl_new {
	left:-3.86667vw
}
}
@media screen and (min-width: 641px), print {
:nth-of-type(2n+1) .recipe_ttl_new {
	left:-25px
}
}
@media screen and (max-width: 640px) {
:nth-of-type(2n) .recipe_ttl_new {
	left:-1.2vw
}
}
@media screen and (min-width: 641px), print {
:nth-of-type(2n) .recipe_ttl_new {
	left:-8px
}
}
@media screen and (max-width: 640px) {
.recipe_ttl.roll {
	width:40.8vw;
	height:0;
	padding-bottom:11.46667vw;
	background:url(/library/line/contents/img/023/rttl_roll.png) no-repeat 50% 50%;
	background-size:contain;
	text-indent:-9999px
}
}
@media screen and (min-width: 641px), print {
.recipe_ttl.roll {
	background:url(/library/line/contents/img/023/rttl_roll.png) no-repeat 50% 50%;
	text-indent:-9999px;
	background-size:contain;
	width:261px;
	height:73px
}
}
@media screen and (max-width: 640px) {
:nth-of-type(2n+1) .recipe_ttl {
	margin-left:3.06667vw
}
}
@media screen and (min-width: 641px), print {
:nth-of-type(2n+1) .recipe_ttl {
	margin-left:20px
}
}
@media screen and (max-width: 640px) {
:nth-of-type(2n) .recipe_ttl {
	margin-left:1.2vw
}
}
@media screen and (min-width: 641px), print {
:nth-of-type(2n) .recipe_ttl {
	margin-left:8px
}
}
.recipe_imgBtn {
	position:relative
}
:nth-of-type(2n+1) .recipe_imgBtn {
	display:block
}
@media screen and (max-width: 640px) {
:nth-of-type(2n+1) .recipe_imgBtn {
	width:46.93333vw;
	height:46.93333vw;
	margin-top:-4.53333vw
}
}
@media screen and (min-width: 641px), print {
:nth-of-type(2n+1) .recipe_imgBtn {
	width:300px;
	height:300px;
	margin-top:-29px
}
}
:nth-of-type(2n) .recipe_imgBtn {
	display:block
}
@media screen and (max-width: 640px) {
:nth-of-type(2n) .recipe_imgBtn {
	width:43.2vw;
	height:43.2vw;
	margin-top:-2.66667vw
}
}
@media screen and (min-width: 641px), print {
:nth-of-type(2n) .recipe_imgBtn {
	width:276px;
	height:276px;
	margin-top:-17px
}
}
.recipe_img {
	position:absolute;
	top:0;
	left:0
}
@media screen and (max-width: 640px) {
:nth-of-type(2n+1) .recipe_img {
	width:46.93333vw;
	height:46.93333vw
}
}
@media screen and (min-width: 641px), print {
:nth-of-type(2n+1) .recipe_img {
	width:300px;
	height:300px
}
}
@media screen and (max-width: 640px) {
:nth-of-type(2n) .recipe_img {
	width:43.2vw;
	height:43.2vw
}
}
@media screen and (min-width: 641px), print {
:nth-of-type(2n) .recipe_img {
	width:276px;
	height:276px
}
}
.recipe_ttl {
	position:relative;
	z-index:1
}
.recipe_ttl_new {
	position:absolute
}
@media screen and (max-width: 640px) {
.recipe_ttl_new {
	width:14.26667vw;
	height:0;
	padding-bottom:6.4vw;
	background:url(/library/line/contents/img/023/rttl_new.png) no-repeat 50% 50%;
	background-size:contain;
	text-indent:-9999px;
	top:-1.46667vw
}
}
@media screen and (min-width: 641px), print {
.recipe_ttl_new {
	background:url(/library/line/contents/img/023/rttl_new.png) no-repeat 50% 50%;
	text-indent:-9999px;
	background-size:contain;
	top:-9px;
	width:91px;
	height:41px
}
}
@media screen and (max-width: 640px) {
:nth-of-type(2n+1) .recipe_ttl_new {
	left:-3.86667vw
}
}
@media screen and (min-width: 641px), print {
:nth-of-type(2n+1) .recipe_ttl_new {
	left:-25px
}
}
@media screen and (max-width: 640px) {
:nth-of-type(2n) .recipe_ttl_new {
	left:-1.2vw
}
}
@media screen and (min-width: 641px), print {
:nth-of-type(2n) .recipe_ttl_new {
	left:-8px
}
}
@media screen and (max-width: 640px) {
.recipe_ttl.currynudle {
	width:40.8vw;
	height:0;
	padding-bottom:11.46667vw;
	background:url(/library/line/contents/img/023/rttl_currynudle.png) no-repeat 50% 50%;
	background-size:contain;
	text-indent:-9999px
}
}
@media screen and (min-width: 641px), print {
.recipe_ttl.currynudle {
	background:url(/library/line/contents/img/023/rttl_currynudle.png) no-repeat 50% 50%;
	text-indent:-9999px;
	background-size:contain;
	width:261px;
	height:73px
}
}
@media screen and (max-width: 640px) {
:nth-of-type(2n+1) .recipe_ttl {
	margin-left:3.06667vw
}
}
@media screen and (min-width: 641px), print {
:nth-of-type(2n+1) .recipe_ttl {
	margin-left:20px
}
}
@media screen and (max-width: 640px) {
:nth-of-type(2n) .recipe_ttl {
	margin-left:1.2vw
}
}
@media screen and (min-width: 641px), print {
:nth-of-type(2n) .recipe_ttl {
	margin-left:8px
}
}
.recipe_imgBtn {
	position:relative
}
:nth-of-type(2n+1) .recipe_imgBtn {
	display:block
}
@media screen and (max-width: 640px) {
:nth-of-type(2n+1) .recipe_imgBtn {
	width:46.93333vw;
	height:46.93333vw;
	margin-top:-4.53333vw
}
}
@media screen and (min-width: 641px), print {
:nth-of-type(2n+1) .recipe_imgBtn {
	width:300px;
	height:300px;
	margin-top:-29px
}
}
:nth-of-type(2n) .recipe_imgBtn {
	display:block
}
@media screen and (max-width: 640px) {
:nth-of-type(2n) .recipe_imgBtn {
	width:43.2vw;
	height:43.2vw;
	margin-top:-2.66667vw
}
}
@media screen and (min-width: 641px), print {
:nth-of-type(2n) .recipe_imgBtn {
	width:276px;
	height:276px;
	margin-top:-17px
}
}
.recipe_img {
	position:absolute;
	top:0;
	left:0
}
@media screen and (max-width: 640px) {
:nth-of-type(2n+1) .recipe_img {
	width:46.93333vw;
	height:46.93333vw
}
}
@media screen and (min-width: 641px), print {
:nth-of-type(2n+1) .recipe_img {
	width:300px;
	height:300px
}
}
@media screen and (max-width: 640px) {
:nth-of-type(2n) .recipe_img {
	width:43.2vw;
	height:43.2vw
}
}
@media screen and (min-width: 641px), print {
:nth-of-type(2n) .recipe_img {
	width:276px;
	height:276px
}
}
.recipe_ttl {
	position:relative;
	z-index:1
}
.recipe_ttl_new {
	position:absolute
}
@media screen and (max-width: 640px) {
.recipe_ttl_new {
	width:14.26667vw;
	height:0;
	padding-bottom:6.4vw;
	background:url(/library/line/contents/img/023/rttl_new.png) no-repeat 50% 50%;
	background-size:contain;
	text-indent:-9999px;
	top:-1.46667vw
}
}
@media screen and (min-width: 641px), print {
.recipe_ttl_new {
	background:url(/library/line/contents/img/023/rttl_new.png) no-repeat 50% 50%;
	text-indent:-9999px;
	background-size:contain;
	top:-9px;
	width:91px;
	height:41px
}
}
@media screen and (max-width: 640px) {
:nth-of-type(2n+1) .recipe_ttl_new {
	left:-3.86667vw
}
}
@media screen and (min-width: 641px), print {
:nth-of-type(2n+1) .recipe_ttl_new {
	left:-25px
}
}
@media screen and (max-width: 640px) {
:nth-of-type(2n) .recipe_ttl_new {
	left:-1.2vw
}
}
@media screen and (min-width: 641px), print {
:nth-of-type(2n) .recipe_ttl_new {
	left:-8px
}
}
@media screen and (max-width: 640px) {
.recipe_ttl.hijiki {
	width:40.8vw;
	height:0;
	padding-bottom:11.46667vw;
	background:url(/library/line/contents/img/023/rttl_hijiki.png) no-repeat 50% 50%;
	background-size:contain;
	text-indent:-9999px
}
}
@media screen and (min-width: 641px), print {
.recipe_ttl.hijiki {
	background:url(/library/line/contents/img/023/rttl_hijiki.png) no-repeat 50% 50%;
	text-indent:-9999px;
	background-size:contain;
	width:261px;
	height:73px
}
}
@media screen and (max-width: 640px) {
:nth-of-type(2n+1) .recipe_ttl {
	margin-left:3.06667vw
}
}
@media screen and (min-width: 641px), print {
:nth-of-type(2n+1) .recipe_ttl {
	margin-left:20px
}
}
@media screen and (max-width: 640px) {
:nth-of-type(2n) .recipe_ttl {
	margin-left:1.2vw
}
}
@media screen and (min-width: 641px), print {
:nth-of-type(2n) .recipe_ttl {
	margin-left:8px
}
}
.recipe_imgBtn {
	position:relative
}
:nth-of-type(2n+1) .recipe_imgBtn {
	display:block
}
@media screen and (max-width: 640px) {
:nth-of-type(2n+1) .recipe_imgBtn {
	width:46.93333vw;
	height:46.93333vw;
	margin-top:-4.53333vw
}
}
@media screen and (min-width: 641px), print {
:nth-of-type(2n+1) .recipe_imgBtn {
	width:300px;
	height:300px;
	margin-top:-29px
}
}
:nth-of-type(2n) .recipe_imgBtn {
	display:block
}
@media screen and (max-width: 640px) {
:nth-of-type(2n) .recipe_imgBtn {
	width:43.2vw;
	height:43.2vw;
	margin-top:-2.66667vw
}
}
@media screen and (min-width: 641px), print {
:nth-of-type(2n) .recipe_imgBtn {
	width:276px;
	height:276px;
	margin-top:-17px
}
}
.recipe_img {
	position:absolute;
	top:0;
	left:0
}
@media screen and (max-width: 640px) {
:nth-of-type(2n+1) .recipe_img {
	width:46.93333vw;
	height:46.93333vw
}
}
@media screen and (min-width: 641px), print {
:nth-of-type(2n+1) .recipe_img {
	width:300px;
	height:300px
}
}
@media screen and (max-width: 640px) {
:nth-of-type(2n) .recipe_img {
	width:43.2vw;
	height:43.2vw
}
}
@media screen and (min-width: 641px), print {
:nth-of-type(2n) .recipe_img {
	width:276px;
	height:276px
}
}
.recipe_ttl {
	position:relative;
	z-index:1
}
.recipe_ttl_new {
	position:absolute
}
@media screen and (max-width: 640px) {
.recipe_ttl_new {
	width:14.26667vw;
	height:0;
	padding-bottom:6.4vw;
	background:url(/library/line/contents/img/023/rttl_new.png) no-repeat 50% 50%;
	background-size:contain;
	text-indent:-9999px;
	top:-1.46667vw
}
}
@media screen and (min-width: 641px), print {
.recipe_ttl_new {
	background:url(/library/line/contents/img/023/rttl_new.png) no-repeat 50% 50%;
	text-indent:-9999px;
	background-size:contain;
	top:-9px;
	width:91px;
	height:41px
}
}
@media screen and (max-width: 640px) {
:nth-of-type(2n+1) .recipe_ttl_new {
	left:-3.86667vw
}
}
@media screen and (min-width: 641px), print {
:nth-of-type(2n+1) .recipe_ttl_new {
	left:-25px
}
}
@media screen and (max-width: 640px) {
:nth-of-type(2n) .recipe_ttl_new {
	left:-1.2vw
}
}
@media screen and (min-width: 641px), print {
:nth-of-type(2n) .recipe_ttl_new {
	left:-8px
}
}
@media screen and (max-width: 640px) {
.recipe_ttl.pafe {
	width:40.8vw;
	height:0;
	padding-bottom:11.46667vw;
	background:url(/library/line/contents/img/023/rttl_pafe.png) no-repeat 50% 50%;
	background-size:contain;
	text-indent:-9999px
}
}
@media screen and (min-width: 641px), print {
.recipe_ttl.pafe {
	background:url(/library/line/contents/img/023/rttl_pafe.png) no-repeat 50% 50%;
	text-indent:-9999px;
	background-size:contain;
	width:261px;
	height:73px
}
}
@media screen and (max-width: 640px) {
:nth-of-type(2n+1) .recipe_ttl {
	margin-left:3.06667vw
}
}
@media screen and (min-width: 641px), print {
:nth-of-type(2n+1) .recipe_ttl {
	margin-left:20px
}
}
@media screen and (max-width: 640px) {
:nth-of-type(2n) .recipe_ttl {
	margin-left:1.2vw
}
}
@media screen and (min-width: 641px), print {
:nth-of-type(2n) .recipe_ttl {
	margin-left:8px
}
}
.recipe_imgBtn {
	position:relative
}
:nth-of-type(2n+1) .recipe_imgBtn {
	display:block
}
@media screen and (max-width: 640px) {
:nth-of-type(2n+1) .recipe_imgBtn {
	width:46.93333vw;
	height:46.93333vw;
	margin-top:-4.53333vw
}
}
@media screen and (min-width: 641px), print {
:nth-of-type(2n+1) .recipe_imgBtn {
	width:300px;
	height:300px;
	margin-top:-29px
}
}
:nth-of-type(2n) .recipe_imgBtn {
	display:block
}
@media screen and (max-width: 640px) {
:nth-of-type(2n) .recipe_imgBtn {
	width:43.2vw;
	height:43.2vw;
	margin-top:-2.66667vw
}
}
@media screen and (min-width: 641px), print {
:nth-of-type(2n) .recipe_imgBtn {
	width:276px;
	height:276px;
	margin-top:-17px
}
}
.recipe_img {
	position:absolute;
	top:0;
	left:0
}
@media screen and (max-width: 640px) {
:nth-of-type(2n+1) .recipe_img {
	width:46.93333vw;
	height:46.93333vw
}
}
@media screen and (min-width: 641px), print {
:nth-of-type(2n+1) .recipe_img {
	width:300px;
	height:300px
}
}
@media screen and (max-width: 640px) {
:nth-of-type(2n) .recipe_img {
	width:43.2vw;
	height:43.2vw
}
}
@media screen and (min-width: 641px), print {
:nth-of-type(2n) .recipe_img {
	width:276px;
	height:276px
}
}
.recipe_btn {
	display:block
}
@media screen and (max-width: 640px) {
.recipe_btn {
	width:35.46667vw;
	height:0;
	padding-bottom:10.4vw;
	background:url(/library/line/contents/img/023/rbtn.png) no-repeat 50% 50%;
	background-size:contain;
	text-indent:-9999px
}
}
@media screen and (min-width: 641px), print {
.recipe_btn {
	background:url(/library/line/contents/img/023/rbtn.png) no-repeat 50% 50%;
	text-indent:-9999px;
	background-size:contain;
	width:227px;
	height:67px
}
}
@media screen and (max-width: 640px) {
:nth-of-type(2n+1) .recipe_btn {
	margin-left:4.66667vw
}
}
@media screen and (min-width: 641px), print {
:nth-of-type(2n+1) .recipe_btn {
	margin-left:30px
}
}
@media screen and (max-width: 640px) {
:nth-of-type(2n) .recipe_btn {
	margin-top:1.86667vw;
	margin-left:4.93333vw
}
}
@media screen and (min-width: 641px), print {
:nth-of-type(2n) .recipe_btn {
	margin-top:12px;
	margin-left:32px
}
}
.recipe .overlay {
	display:none;
	position:fixed;
	top:0;
	left:0;
	right:0;
	bottom:0;
	z-index:100;
	background:rgba(0,0,0,0.7);
	overflow:hidden;
	overflow-y:auto;
	-webkit-overflow-scrolling:touch
}
.recipe .overlay .container {
	display:table;
	width:100%;
	height:100%
}
.recipe .overlay .container .inner {
	display:table-cell;
	vertical-align:middle
}
@media screen and (max-width: 640px) {
.recipe .overlay .container .inner {
	padding:23.2vw 5.33333% 
}
}
@media screen and (min-width: 641px), print {
.recipe .overlay .container .inner {
	padding:148px 34px
}
}
.recipe .overlay .container .modal {
	position:relative;
	margin:0 auto;
	background:#fff
}
@media screen and (max-width: 640px) {
.recipe .overlay .container .modal {
	padding:5.33333vw 5.33333% 10.66667vw;
	border-radius:1.06667vw
}
}
@media screen and (min-width: 641px), print {
.recipe .overlay .container .modal {
	max-width:640px;
	padding:34px 34px 68px;
	border-radius:7px;
	box-sizing:border-box
}
}
.recipe .overlay .container .modal_close {
	position:absolute
}
.recipe .overlay .container .modal_close.close1 {
	right:0
}
@media screen and (max-width: 640px) {
.recipe .overlay .container .modal_close.close1 {
	width:8vw;
	height:0;
	padding-bottom:8vw;
	background:url(/library/line/contents/img/023/rmodal_close1.png) no-repeat 50% 50%;
	background-size:contain;
	text-indent:-9999px;
	top:-10.13333vw
}
}
@media screen and (min-width: 641px), print {
.recipe .overlay .container .modal_close.close1 {
	background:url(/library/line/contents/img/023/rmodal_close1.png) no-repeat 50% 50%;
	text-indent:-9999px;
	background-size:contain;
	width:51px;
	height:51px;
	top:-65px
}
}
.recipe .overlay .container .modal_close.close2 {
	left:50%;
	-webkit-transform:translateX(-50%);
	-ms-transform:translateX(-50%);
	transform:translateX(-50%)
}
@media screen and (max-width: 640px) {
.recipe .overlay .container .modal_close.close2 {
	width:14.53333vw;
	height:0;
	padding-bottom:14.13333vw;
	background:url(/library/line/contents/img/023/rmodal_close2.png) no-repeat 50% 50%;
	background-size:contain;
	text-indent:-9999px;
	bottom:-19.2vw
}
}
@media screen and (min-width: 641px), print {
.recipe .overlay .container .modal_close.close2 {
	background:url(/library/line/contents/img/023/rmodal_close2.png) no-repeat 50% 50%;
	text-indent:-9999px;
	background-size:contain;
	width:93px;
	height:90px;
	bottom:-123px
}
}
.recipe .overlay .container .modal_close:hover {
	cursor:pointer
}
.recipe .overlay .container .modal_ttl {
	width:100%
}
@media screen and (max-width: 640px) {
.recipe .overlay .container .modal_ttl {
	height:10.66667vw
}
}
@media screen and (min-width: 641px), print {
.recipe .overlay .container .modal_ttl {
	height:68px
}
}
@media screen and (max-width: 640px) {
.recipe .overlay .container .modal_ttl img {
	width:100%;
	height:100%
}
}
@media screen and (min-width: 641px), print {
.recipe .overlay .container .modal_ttl img {
	width:100%;
	height:auto
}
}
.recipe .overlay .container .modal_img {
	width:100%;
	height:auto;
	vertical-align:middle
}
@media screen and (max-width: 640px) {
.recipe .overlay .container .modal_img {
	margin-top:5.33333vw
}
}
@media screen and (min-width: 641px), print {
.recipe .overlay .container .modal_img {
	margin-top:34px
}
}
.recipe .overlay .container .modal_subttl {
	width:100%;
	text-indent:-9999px;
	background-repeat:no-repeat;
	background-size:contain;
	background-position:bottom center
}
@media screen and (max-width: 640px) {
.recipe .overlay .container .modal_subttl {
	height:6.4vw;
	padding-top:6.4vw
}
}
@media screen and (min-width: 641px), print {
.recipe .overlay .container .modal_subttl {
	height:41px;
	padding-top:41px
}
}
.recipe .overlay .container .modal_subttl.subttl1 {
	background-image:url(/library/line/contents/img/023/rmodal_subttl1.png)
}
.recipe .overlay .container .modal_subttl.subttl2 {
	background-image:url(/library/line/contents/img/023/rmodal_subttl2.png)
}
.recipe .overlay .container .modal_amount {
	color:#000
}
@media screen and (max-width: 640px) {
.recipe .overlay .container .modal_amount {
	font-size:4.26667vw;
	line-height:1.5;
	margin-top:5.33333vw;
	margin-bottom:-1.06667vw
}
}
@media screen and (min-width: 641px), print {
.recipe .overlay .container .modal_amount {
	margin-top:34px;
	font-size:27px;
	line-height:1.5
}
}
.recipe .overlay .container .modal_inglist {
	overflow:hidden
}
.recipe .overlay .container .modal_inglist dt, .recipe .overlay .container .modal_inglist dd {
	color:#000
}
@media screen and (max-width: 640px) {
.recipe .overlay .container .modal_inglist dt, .recipe .overlay .container .modal_inglist dd {
	font-size:4.26667vw;
	line-height:1.5;
	margin-top:1.33333vw;
	margin-bottom:-1.06667vw
}
}
@media screen and (min-width: 641px), print {
.recipe .overlay .container .modal_inglist dt, .recipe .overlay .container .modal_inglist dd {
	margin-top:9px;
	margin-bottom:-9px;
	font-size:27px;
	line-height:1.5
}
}
@media screen and (max-width: 640px) {
.recipe .overlay .container .modal_inglist dt:first-of-type, .recipe .overlay .container .modal_inglist dd:first-of-type {
	margin-top:2.4vw
}
}
@media screen and (min-width: 641px), print {
.recipe .overlay .container .modal_inglist dt:first-of-type, .recipe .overlay .container .modal_inglist dd:first-of-type {
	margin-top:15px
}
}
.recipe .overlay .container .modal_inglist dt {
	position:relative;
	float:left;
	z-index:1;
	background:#fff;
	clear:both
}
.recipe .overlay .container .modal_inglist dd {
	position:relative;
	float:right
}
.recipe .overlay .container .modal_inglist dd::after {
	content:'';
	display:block;
	position:absolute;
	top:50%;
	right:100%;
	-webkit-transform:translateY(-50%);
	-ms-transform:translateY(-50%);
	transform:translateY(-50%);
	margin:0 auto;
	background:url(/library/line/contents/img/023/modal_dot.png) repeat-x
}
@media screen and (max-width: 640px) {
.recipe .overlay .container .modal_inglist dd::after {
	width:78.66667vw;
	height:2.13333vw;
	background-size:2.13333vw 2.13333vw
}
}
@media screen and (min-width: 641px), print {
.recipe .overlay .container .modal_inglist dd::after {
	width:503px;
	height:14px;
	background-size:14px 14px
}
}
@media screen and (max-width: 640px) {
.recipe .overlay .container .modal_inglist .pafe_note {
	margin-bottom:12.8vw
}
}
@media screen and (min-width: 641px), print {
.recipe .overlay .container .modal_inglist .pafe_note {
	margin-bottom:82px
}
}
.recipe .overlay .container .modal_inglist .pafe_note span {
	display:block;
	position:absolute;
	right:0
}
@media screen and (max-width: 640px) {
.recipe .overlay .container .modal_inglist .pafe_note span {
	width:78.66667vw
}
}
@media screen and (min-width: 641px), print {
.recipe .overlay .container .modal_inglist .pafe_note span {
	width:572px
}
}
.recipe .overlay .container .modal_order {
	padding-left:1em;
	text-indent:-1em;
	color:#000
}
@media screen and (max-width: 640px) {
.recipe .overlay .container .modal_order {
	font-size:4.26667vw;
	line-height:1.5;
	margin-top:3.2vw;
	margin-bottom:-1.06667vw
}
}
@media screen and (min-width: 641px), print {
.recipe .overlay .container .modal_order {
	margin-top:22px;
	margin-bottom:-22px;
	font-size:27px;
	line-height:1.5
}
}
@media screen and (max-width: 640px) {
.recipe .overlay .container .modal_order.pt40 {
	padding-top:5.33333vw
}
}
@media screen and (min-width: 641px), print {
.recipe .overlay .container .modal_order.pt40 {
	padding-top:34px
}
}
.about {
	background:url(/library/line/contents/img/023/a_bg.png) repeat
}
@media screen and (max-width: 640px) {
.about {
	background-size:4.8vw 4.8vw
}
}
@media screen and (min-width: 641px), print {
.about {
	background-size:31px 31px
}
}
.about .wrapper {
	width:100%;
	margin:0
}
@media screen and (max-width: 640px) {
.about .wrapper {
	padding-top:4.13333vw;
	padding-bottom:6.4vw
}
}
@media screen and (min-width: 641px), print {
.about .wrapper {
	padding-top:26px;
	padding-bottom:41px
}
}
@media screen and (max-width: 640px) {
.about_ttl {
	width:83.6vw;
	height:0;
	padding-bottom:15.46667vw;
	background:url(/library/line/contents/img/023/attl.png) no-repeat 50% 50%;
	background-size:contain;
	text-indent:-9999px;
	margin-left:5.33333vw
}
}
@media screen and (min-width: 641px), print {
.about_ttl {
	background:url(/library/line/contents/img/023/attl.png) no-repeat 50% 50%;
	text-indent:-9999px;
	background-size:contain;
	width:535px;
	height:99px;
	margin-left:34px
}
}
.about_profWrap {
	position:relative;
	width:100%;
	background:#fff
}
@media screen and (max-width: 640px) {
.about_profWrap {
	margin-top:4.26667vw;
	padding-top:6.4vw;
	padding-bottom:6.53333vw
}
}
@media screen and (min-width: 641px), print {
.about_profWrap {
	margin-top:27px;
	padding-top:41px;
	padding-bottom:42px
}
}
.about_profImg {
	position:absolute;
	bottom:0
}
@media screen and (max-width: 640px) {
.about_profImg {
	left:6.4vw;
	width:31.86667vw;
	height:40.13333vw
}
}
@media screen and (min-width: 641px), print {
.about_profImg {
	left:41px;
	width:204px;
	height:257px
}
}
.about_profIntro {
	text-align:justify;
	text-justify:inter-ideograph
}
@media screen and (max-width: 640px) {
.about_profIntro {
	width:52.13333vw;
	margin-left:42.53333vw;
	font-size:3.2vw;
	line-height:1.66667;
	margin-top:-1.06667vw;
	margin-bottom:-1.06667vw
}
}
@media screen and (min-width: 641px), print {
.about_profIntro {
	width:334px;
	margin-top:0;
	margin-left:272px;
	font-size:20px;
	line-height:1.66667
}
}
.banner {
	background:url(/library/line/contents/img/023/b_bg.jpg) repeat
}
@media screen and (max-width: 640px) {
.banner .wrapper {
	padding-top:5.86667vw;
	padding-bottom:6.4vw
}
}
@media screen and (min-width: 641px), print {
.banner .wrapper {
	padding-top:38px;
	padding-bottom:41px
}
}
.banner_ttl {
	position:relative;
	z-index:1;
	margin:0 auto
}
@media screen and (max-width: 640px) {
.banner_ttl {
	width:52.83582%;
	height:0;
	padding-bottom:14.93333vw;
	background:url(/library/line/contents/img/023/b_ttl.png) no-repeat 50% 50%;
	background-size:contain;
	text-indent:-9999px
}
}
@media screen and (min-width: 641px), print {
.banner_ttl {
	background:url(/library/line/contents/img/023/b_ttl.png) no-repeat 50% 50%;
	text-indent:-9999px;
	background-size:contain;
	width:302px;
	height:96px
}
}
.banner_bnr {
	display:block;
	width:100%
}
@media screen and (max-width: 640px) {
.banner_bnr {
	height:26.13333vw;
	margin-top:1.06667vw
}
}
@media screen and (min-width: 641px), print {
.banner_bnr {
	height:167px;
	margin-top:7px
}
}
.banner_bnr img {
	width:100%;
	height:auto
}
