@charset 'UTF-8';

/*===========================================
mv
===========================================*/
.mv{
margin-top: 6%;
}
.mv .txt{
margin-top: 2em;
}
.mv .txt p{
text-align: center;
}
.mv .link{
margin-top: 2em;
}

@media screen and (max-width:767px){
.mv .img{
display: none;
}
.mv .link{
margin-top: 3em;
}
.mv .txt p{
text-align: left;
}
}

/*===========================================
anchorBtnBlock
===========================================*/
.anchorBtnBlock{
margin-top: 6%;
}
.anchorBtnBlock li{
flex-basis: calc((100% - 1px) / 3);
}

@media screen and (max-width:767px){
.anchorBtnBlock{
margin-top: 3em;
}
}

/*===========================================
lambColumn
===========================================*/
.txtBlock{
margin-top: 2em;
}

/*===========================================
lambColumn
===========================================*/
.lambColumn{
display: flex;
justify-content: space-between;
flex-wrap: wrap;
margin-top: 2em;
}
.lambColumn .img{
flex-basis: 27%;
order: 2;
}
.lambColumn .txt{
flex-basis: calc(73% - 1em);
order: 1;
}
.lambColumn .txt > * + *{
margin-top: 1em;
}
.lambColumn .ttl:first-child{
margin: 0;
padding: 0;
}
.lambColumn .link a{
font-weight: bold;
}
.lambColumn .btn{
max-width: 300px;
margin-left: auto;
margin-right: auto;
}

@media screen and (max-width:767px){
.lambColumn .img{
flex-basis: 100%;
order: 1;
}
.lambColumn .txt{
flex-basis: 100%;
order: 2;
margin-top: 2em;
}
.lambColumn .txt > * + *{
margin-top: 2em;
}
}
.lambColumn02{
display: flex;
justify-content: space-between;
flex-wrap: wrap;
margin-top: 2em;
}
.lambColumn02 .img{
margin: 1em auto 0;
flex-basis: 60%;
order: 2;
}
.lambColumn02 .txt{
flex-basis: calc(100% - 1em);
order: 1;
}
.lambColumn02 .txt > * + *{
margin-top: 1em;
}
.lambColumn02 .ttl:first-child{
margin: 0;
padding: 0;
}
.lambColumn02 .link a{
font-weight: bold;
}
.lambColumn02 .btn{
max-width: 300px;
margin-left: auto;
margin-right: auto;
}

@media screen and (max-width:767px){
.lambColumn02 .img{
 margin-top: 0;
flex-basis: 100%;
order: 1;
}
.lambColumn02 .txt{
flex-basis: 100%;
order: 2;
margin-top: 2em;
}
.lambColumn02 .txt > * + *{
margin-top: 2em;
}
}

/*===========================================
flowBlock
===========================================*/
.flowBlock{
margin-top: 6%;
}
.flowBlock ul{
position: relative;
display: flex;
}
.flowBlock ul:after{
content: '';
display: block;
position: absolute;
width: 100%;
height: 10px;
top: 0;
bottom: 0;
left: 0;
right: 0;
margin: auto;
background: #e6002d;
}
.flowBlock li{
flex: 1;
position: relative;
border: 1px solid #ccc;
background: #fff;
z-index: 1;
}
.flowBlock li + li{
margin-left: 20px;
}
.flowBlock li .flex-item{
display: flex;
flex-wrap: wrap;
align-items: center;
padding: 10px;
}
.flowBlock li .flex-item > *{
flex-basis: 100%;
}
.flowBlock li p{
margin-top: 1em;
}
.flowBlock img{
display: block;
width: auto;
max-width: 100%;
margin: 0.5em auto 0 auto;
}

@media screen and (max-width:767px){
.flowBlock ul{
flex-wrap: wrap;
}
.flowBlock ul:after{
width: 15px;
height: 100%;
}
.flowBlock li{
flex-basis: 100%;
}
.flowBlock li + li{
margin: 0;
margin-top: 20px;
}
.flowBlock li .flex-item{
flex-wrap: nowrap;
justify-content: space-between;
}
.flowBlock li .flex-item > *:first-child{
flex-basis: 32.5%;
}
.flowBlock li .flex-item > *:last-child{
flex-basis: calc(67.5% - 0.45em);
}
.flowBlock li p{
margin-top: 0;
font-size: 1.2rem;
}
}


/*===========================================
makingBlock
===========================================*/
.makingBlock{
margin-top: 6%;
}
.makingBlock + .makingBlock{
border-top: 1px solid #ccc;
padding-top: 6%;
}
.makingBlock .txt + .mod_ttl_03,
.makingBlock .mod_ttl_02 + .mod_ttl_03{
margin-top: 2.5em;
}
.makingBlock .column{
display: flex;
justify-content: space-between;
}
.makingBlock * + .column{
margin-top: 2em;
}
.makingBlock .column + .column{
margin-top: 4em;
}
.makingBlock .txt{
margin-top: 2em;
}
.makingBlock .column > *:first-child{
flex-basis: calc(73% - 1em);
}
.makingBlock .column > *:last-child{
flex-basis: 27%;
}
.makingBlock .column .txt{
margin-top: 0;
padding-right: 1em;
}
.makingBlock .column .img img{
width: auto;
max-width: 100%;
}
.makingBlock .box{
margin-top: 6em;
padding: 50px;
}
.makingBlock .box .ttl{
margin-top: 0;
padding-bottom: 0;
}
.makingBlock .note{
margin-top: 0.5em;
}
.makingBlock .note li{
font-size: 1.4rem;
}

@media screen and (max-width:767px){
.makingBlock{
margin-top: 2em;
}
.makingBlock + .makingBlock{
padding-top: 2em;
}
.makingBlock .column{
flex-wrap: wrap;
}
.makingBlock .column > *:first-child{
flex-basis: 100%;
}
.makingBlock .column > *:last-child{
flex-basis: 100%;
}
.makingBlock .column .img{
margin-top: 2em;
}
.makingBlock .column .img img{
max-width: 100%;
margin: auto;
}
.makingBlock .box{
padding: 40px 20px;
}
}


/*===========================================
lambTrivia
===========================================*/
.lambTrivia{
position: relative;
margin-top: 6%;
}
.lambTrivia .box{
padding: 50px;
}
.lambTrivia .icon{
display: block;
position: absolute;
top: 0;
left: 0;
width: 70px;
height: 70px;
text-align: left;
text-indent: -9999px;
white-space: nowrap;
background: url(/recipes/meat/knowhow/lamb/image/icon_trivia.svg) center no-repeat;
background-size: contain;
overflow: hidden;
}
.lambTrivia .ttl > *{
font-size: 2rem;
font-weight: bold;
}
.lambTrivia * + .mod_txt_01{
margin-top: 1em;
}

@media screen and (max-width:767px){
.lambTrivia{
margin-top: 4em;
}
.lambTrivia .box{
padding: 50px 30px;
}
.lambTrivia .ttl > *{
font-size: 1.8rem;
}
}

/*===========================================
lambRecommendedRecipe
===========================================*/
.lambRecommendedRecipe{
margin-top: 6%;
}
.lambRecommendedRecipe .flex{
display: flex;
}
.lambRecommendedRecipe .lambRecommendedRecipeTtl{
align-items: center;
display: flex;
background: #E30934;
}
.lambRecommendedRecipe .lambRecommendedRecipeTtl p{
padding: 0 2em;
font-size: 2rem;
color: #fff;
font-weight: bold;
white-space: nowrap;
}
.lambRecommendedRecipe .box{
flex-grow: 1;
padding: 20px 20px 20px 30px;
border-color: #E30934;
}
.lambRecommendedRecipe .lambRecommendedRecipeData{
display: flex;
justify-content: space-between;
align-items: center;
}
.lambRecommendedRecipe .lambRecommendedRecipeData .img{
order: 2;
flex-basis: 39.13%;
max-width: 281px;
margin: 0 0 auto 0;
}
.lambRecommendedRecipe .lambRecommendedRecipeData .data{
order: 1;
flex-basis: calc(60.87% - 2em);
}
.lambRecommendedRecipe .lambRecommendedRecipeData .ttl > *{
font-size: 2rem;
font-weight: bold;
}
.lambRecommendedRecipe .lambRecommendedRecipeData .txt{
margin-top: 0.5em;
}
.lambRecommendedRecipe .lambRecommendedRecipeData .btn{
margin: 1em auto 0 auto;
max-width: 260px;
}

@media screen and (max-width:767px){
.lambRecommendedRecipe{
margin-top: 3em;
}
.lambRecommendedRecipe .flex{
flex-wrap: wrap;
}
.lambRecommendedRecipe .box{
padding: 30px 20px;
}
.lambRecommendedRecipe .lambRecommendedRecipeTtl{
display: flex;
align-items: center;
justify-content: center;
flex-basis: 100%;
height: 5em;
}
.lambRecommendedRecipe .lambRecommendedRecipeTtl p{
font-size: 1.8rem;
}
.lambRecommendedRecipe .lambRecommendedRecipeData{
flex-wrap: wrap;
}
.lambRecommendedRecipe .lambRecommendedRecipeData .data{
flex-basis: 100%;
order: 2;
}
.lambRecommendedRecipe .lambRecommendedRecipeData .ttl{
margin-top: 2em;
}
.lambRecommendedRecipe .lambRecommendedRecipeData .ttl > *{
font-size: 1.8rem;
}
.lambRecommendedRecipe .lambRecommendedRecipeData .txt{
margin-top: 1em;
}
.lambRecommendedRecipe .lambRecommendedRecipeData .btn{
margin-top: 3em;
}
.lambRecommendedRecipe .lambRecommendedRecipeData .img{
flex-basis: 100%;
order: 1;
max-width: 100%;
}
}