@charset "UTF-8";
h1, h2, h3{
    font-weight: 100;
}

body{
    min-width: inherit!important;
}
a {
    text-decoration: none;
}

.pc{
    display: block;
}
.sp{
    display: none;
}

.kondate-list{
    color: #836405;
    font-size: 18px;
}
.kondate-list li{
    display: flex;
}
.kondate-list a{
    color: #836405;
    text-decoration: underline;
}

.l-base-wrap{
    /* font-family: YuMincho, 游明朝, "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", serif;*/
    font-family: YuGothic, "游ゴシック", "ヒラギノ角ゴ Pro W3" , "Hiragino Kaku Gothic Pro" , "Meiryo UI" , "メイリオ" , Meiryo, sans-serif;
    width: 100% !important;
    background: #fff;
    color: #000;
    line-height: 2.0em;
    padding: 0;
    font-size: 14px;
}

.l-base-wrap .mont{
    font-family: Montserrat, YuGothic, "游ゴシック", "ヒラギノ角ゴ Pro W3" , "Hiragino Kaku Gothic Pro" , "Meiryo UI" , "メイリオ" , Meiryo, sans-serif;
}


.l-base-wrap .logo{
    position: fixed;
    z-index: 100;
    width: 100%;
    padding: 35px 0 30px 40px;
    /*background:url("../img/header-logo-bk.png") repeat-x;*/
}
.l-base-wrap .logo img{
    width:140px;
}

@media screen and (max-width: 979px) {
    .l-base-wrap .logo img {
        width: 100px;
    }
    }

.snsArea{
    position: fixed;
    top: 20px;
    right: 35px;
    z-index: 99999;
}

.snsArea li{
    display: inline-block;
    margin-right: 10px;
    vertical-align: top;
}
.l-base-wrap #page-top{
    position: fixed;
    bottom: 35px;
    right: 35px;
    z-index: 200;
    width: 60px;
    height: 60px;
}
.l-base-wrap #page-top img{
    width: 100%;
}

.l-base-wrap #page-top a{
    text-align: center;
    display: block;
}

.l-base-wrap .menu{
    position: fixed;
    top: 90px;
    right: -250px;
    z-index: 500;
    transition: all .5s;
}

.l-base-wrap .menu.fadeIn{
    right: 52px;
}

.l-base-wrap .menu li{
    position: absolute;
    width: 150px;
    height: 50px;
    right: -130px;
    transition: .3s;
}
.l-base-wrap .menu a:hover{
    opacity:1;
}
.l-base-wrap .menu li a{
    display: block;
    width: 200px;
    height: 50px;
    font-size: 12px;
    font-weight: bold;
    background: transparent;
    margin-bottom: 40px;
    line-height: 15px;
    position: relative;
    margin-right: -20px;
    transition: .3s;
}

.l-base-wrap .menu li a p{
    display: inline-block;
    width: 180px;
    position: absolute;
    right: -170px;
    top: 3px;
    z-index: 480;
    color: #000;
    border:2px solid #f7e00d;
    transition: .3s;
    background:#fff;
    opacity:0;
    text-align: center;
}
.l-base-wrap .menu li a span{
    position: relative;
    display: block;
    padding: 10px;

}
.l-base-wrap .menu li a span:before{
    content: "";
    position: absolute;
    top: 50%;
    left: 97%;
    margin-top: -15px;
    border: 15px solid transparent;
    border-left: 15px solid #f7e00d;
}


.l-base-wrap .menu li:nth-child(1) a span,.l-base-wrap .menu li:nth-child(3) a span {
    width: 160px;
}
.l-base-wrap .menu li:nth-child(4) a span{
    width: 160px;
}
.l-base-wrap .menu a:hover p{
    background: none;
    right: 220px;
    background:#fff;
    opacity:1;
}

.l-base-wrap .menu a li span.oneline{
    padding: 15px 30px 15px 100px;
    line-height: 20px;
}

.l-base-wrap .menu li a img{
    position: absolute;
    top: 0px;
    left: 0;
    z-index: 490;
    width: 60px;
}

.l-base-wrap .menu li:hover{

}



.l-base-wrap .menu li:hover span.oneline{
    padding-left: 80px;
}

.l-base-wrap .menu li:nth-child(1){
    top: 0;
}

.l-base-wrap .menu li:nth-child(2){
    top: 95px;
}

.l-base-wrap .menu li:nth-child(3){
    top: 190px;
}

.l-base-wrap .menu li:nth-child(4){
    top: 290px;
}

.l-base-wrap .menu li:nth-child(5){
    top: 380px;
}
.l-base-wrap .menu li:nth-child(6){
    top: 470px;
}



/*mainVisual*/

.p-main-visual{
    position: relative;
    z-index: 20;
    width: 100%;
    margin: 0 auto;
}
.main-visual{
    width:100%;
}

.p-main-visual__img{
    position: relative;
    width: 100%;
    height:100%;
}
.main-visual-logo{
    position: absolute;
    left: calc(50% - 30%);
    bottom: calc(50% - 20%);
    width: 60%;
}
.main-visual-logo img{
    width: 100%;
    max-width: 1100px;
}


.p-intro{
    width:100%;
    font-size: 13px;
    text-align: center;
}

.p-intro .p-content__intro-text{
    margin: 0 auto;
    padding: 40px 10px;
    max-width: 1100px;
    width: calc(100% - 20px);
}
.p-intro ul{
    margin: 0 auto;
    padding: 0 10px 80px;
    max-width: 1100px;
    width: calc(100% - 20px);
}
.p-intro ul li a{
    position: relative;
    transition: .3s;
}

.p-intro ul li a:hover{
    opacity:1;
    color:#fff;
}
.p-content__intro-text{
    font-size: 1.2em;
    line-height:2.5;
    margin: 40px 0 60px 0;
    text-align: center;
}
.p-intro__tit{
    margin: 60px 0;
    font-size: 50px;
    font-weight: bold;
    line-height: 1.5;
    letter-spacing: 1px;
}

.p-intro ul{
    display: flex;
    justify-content: space-between;
    flex-wrap:wrap;
}
.p-intro ul li{
    position: relative;
    width: calc(100% / 3);
    text-align: center;
}
.p-intro ul li:after{
    display: block;
    position: absolute;
    left: calc(50% - 5px);
    bottom: -30px;
    width: 10px;
    height: 10px;
    border-top: 5px solid #000;
    border-right: 5px solid #000;
    -webkit-transform: rotate(135deg);
    transform: rotate(135deg);
    transition: .3s;
    content: "";
}
.p-intro ul li:hover:after{
    bottom: -40px;
    color: #707070;
}
.p-intro ul li a{
    font-weight: normal;
}
.p-intro ul li a p{
    position: relative;
}
.p-intro ul li a img{
    width: 180px;
    height:180px;
}

.intro__text{
    text-align: center;
    font-size: 1.3em;
    line-height: 2.3;
}
.intro__img{
    margin: 0 auto 80px auto;
}

.intro__tit{
    margin: 40px 0;
    font-size: 1.8em;
    font-weight: bold;
    color:#07551f;
}

.index + .index{
    margin-top: 30px;
}
.index h2{
    margin-bottom: 50px;
    font-size: 50px;
    font-weight: bold;
    line-height: 60px;
}
.index .mainTtl{
    font-size: 28px;
    line-height: 38px;
    text-align: center;
    font-weight: bold;
}
.index .mainTtl span{
    font-size: 20px;
}

.font-mincho{
    font-family: YuMincho, 游明朝, "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", serif;
}


/*メインコンテンツ共通*/
.p-content{
    position: relative;
    width: 980px;
    margin: 0 auto 80px auto;
}
.p-content__full{
    position: relative;
    width: 100%;
    padding: 80px 0;
}
.p-content__full .inner, .p-content__theme .inner{
    max-width: 980px;
    width: 100%;
    margin: 0 auto;
    padding-bottom: 50px;
}

.p-content__tit{
    margin: 0 0 20px 0;
    text-align: center;
    font-size: 2.8em;
    color: #000;
    font-weight: bold;
    line-height:1.5;
}
.p-content__tit img{
    width: 100%;
    height: auto;
}

.p-content__tit img.sp{
    width: 100%;
    height: auto;
}

.p-content__theme-tit{
  margin: 0 0 20px 0;
  text-align: center;
  font-size: 1.6em;
  color: #000;
  font-weight: bold;
  line-height:1.5;
}

.p-single-recipe__wrapper-night .p-content__tit{
    color:#fff;

}

.p-content__tit-recipe{
    margin: 0 0 33px 0;
    font-size: 32px;
    text-align: center;
    font-weight: bold;
    line-height:1.5;
    width:100%;
}

.p-single-recipe__wrapper-night .p-content__tit-recipe{
    padding: 0 0 15px 0;
}

.p-single-recipe__wrapper{
    width: 100%;
}
.p-single-recipe__wrapper + .p-single-recipe__wrapper .p-content__tit-recipe{
    padding-top: 90px;
}
.p-single-recipe__inner{
    padding-bottom: 100px;
}

/*PCの場合表示*/
.tit-display-pc{
    display: block;
}
/*PCの場合非表示*/
.tit-display-sp{
    display: none;
}

.p-content__theme-single.theme-02 .p-content__tit-recipe, .p-content__theme-single.theme-03 .p-content__tit-recipe{
    font-size: 1.6em;
}
.p-content__tit-recipe:before{
    display: none;
}

.p-content__theme{
    padding: 0;
    position: relative;
    padding-bottom: 0;
    margin-bottom: 0;
}

.p-content__theme-text{
    font-size: 16px;
    line-height:1.8;
    margin-top: 30px;
    margin-bottom: 50px;
    text-align: left;
}
.p-content__theme-list{
    margin: 80px 0 0 0;
    display: flex;
    flex-wrap:wrap;
}

.p-content__theme-list li{
    width:210px;
    margin-right:45px;
    position: relative;
    margin-bottom:70px;
    font-family: YuMincho, 游明朝, "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", serif;
}
.p-content__theme-list li img{
    width:100%;
}
.p-content__theme-list li:nth-child(4n){
    margin-right:0;
}
.p-content__theme-list li a{
    transition: .3s;
}


.p-content__theme-list .new-mark .theme-badge{
    padding: 12px 0;
}

.theme-ribbon{
    position: absolute;
    left:0;
    bottom: 0;
    width: calc(100% - 20px);
    height: 63px;
    color: #fff;
    padding: 5px 10px 0 10px;
    line-height: 1.4;
    background:#07551f;

}

/* レシピのサムネイルを4個ずつ表示 */
.p-content__recipe-thumb{
    padding-bottom :0;
    background: #fff;
    position: relative;
}
.p-content__recipe-thumb .inner{
    padding-bottom: 0;
}
.p-content__recipe-thumb .cat-block h3{
    width: 350px;
    margin: 0 auto 20px;
}
.p-content__recipe-thumb .cat-block h3 img{
    width: 100%;
    height: auto;
}
.p-content__recipe-thumb ul{
    display: flex;
    position: relative;
    flex-wrap:wrap;
    justify-content: center;
}
.p-content__recipe-thumb ul li{
    text-align: center;
    width: 225px;
    font-size: 14px;
    font-weight: bold;
    position: relative;
    margin-bottom:40px;
    padding: 10px;
}
.p-content__recipe-thumb ul li:after{
    display: block;
    position: absolute;
    right: calc(50% - 10px);
    bottom: -20px;
    width: 20px;
    height: 20px;
    border-top: 5px solid #fff;
    border-right: 5px solid #fff;
    -webkit-transform: rotate(135deg);
    transform: rotate(135deg);
    transition: .3s;
    content: "";
}
.p-content__recipe-thumb ul li:hover:after{
    bottom: -30px;
}
.p-content__recipe-thumb ul li a{
    color:#000;
    transition: .3s;
}
.p-content__recipe-thumb ul li a:hover{
    opacity:1;
}
.p-content__recipe-thumb ul li img{
    width:180px;
    height:auto;
    transition: .3s;
    border-radius: 50%;
}
.p-content__recipe-thumb ul li:hover img{
    transform: rotate(15deg);
}
.p-content__recipe-thumb ul p{
    padding-top: 15px;
    font-size: 14px;
    line-height:1.5;
}

/* レシピのサムネイルを2個ずつ表示 */
.p-content__recipe-thumb.halflayout ul li{
    text-align: center;
    width: calc(50% - 20px);
    margin-bottom:40px;
    padding: 10px;
}
.p-content__recipe-thumb.halflayout ul li:nth-child(odd){
    padding-left: 0;
}
.p-content__recipe-thumb.halflayout ul li:nth-child(even){
    padding-right: 0;
}
.p-content__recipe-thumb.halflayout ul li:after{
    right: calc(105px - 5px);
    bottom: 50px;
    width: 20px;
    height: 20px;
    border-top: 5px solid #fff;
    border-right: 5px solid #fff;
}
.p-content__recipe-thumb.halflayout ul li:hover:after{
    bottom:30px;
}
.p-content__recipe-thumb.halflayout ul li a{
    display: flex;
    align-items: center;
    color:#000;
    transition: .3s;
}
.p-content__recipe-thumb.halflayout ul li img{
    width:260px;
    height:260px;
    transition: .3s;
    border-radius: 50%;
}
.p-content__recipe-thumb.halflayout ul p{
    width: 200px;
    padding-left: 10px;
    font-size: 15px;
    line-height:1.5;
}



/*テーマレシピ*/
.p-content__theme-single{
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    width: 100%;
    max-width: 980px;
    margin: 0 auto;
    position: relative;
}

.p-content__theme-single-wrap .p-content__theme-single{
    padding: 0;
}

.recipe-wrap-05 .p-content__theme-single{
    align-items:center;
}
.p-single-text-full-tit{
    font-size: 1.6em;
    font-weight: bold;
    margin: 20px 0;
}

/*プロセス枠*/
.p-content__theme-single.theme-process{
    margin-top: 50px;
    border-radius: 10px;
    background: #fff;
    align-items: flex-start;
}
.p-content__theme-single.theme-process .theme-process__text{
    width: 400px;
    padding: 30px 10px 30px 30px;
}
.p-content__theme-single.theme-process .theme-process__img{
    width: 500px;
    padding: 30px 30px 30px 10px;
}
.p-content__theme-single.theme-process .theme-process__img img{
    width: 100%;
    height: auto;
}
.theme-process-tit{
    font-size: 1.7em;
    font-weight: bold;
    background: #fff;
    color: #393;
    margin: 0 0 20px 0;
    padding: 20px 10px;
    text-align: center;
}
/*
.p-content__theme-single.theme-process:before{
    content: "";
    position: absolute;
    top: -28px;
    left: 22%;
    margin-left: -15px;
    border: 12px solid transparent;
    border-bottom: 16px solid #fff;
    z-index: 2;
}
*/
.p-content__theme-single.theme-process .process{
    display: flex;
}
.p-content__theme-single.theme-process .process + .process{
    margin-top: 20px;
}
.p-content__theme-single.theme-process .process dt{
    width: 20px;
    margin-right: 5px;
    text-align: center;
}
.p-content__theme-single.theme-process .process dt span{
    padding: 5px;
    border-radius: 3px;
    background: #fff;
    color: #9dd3a8;
}
.p-content__theme-single.theme-process .process dd{
    width: 415px;
}

/*コラム枠*/
.p-content__theme-single.theme-column{
    display: flex;
    margin-top: 45px;
    padding: 30px;
    border-radius: 20px;
    background: #fff;
}
.p-content__theme-single.theme-column .p-single-column__text{
    width: 450px;
    margin-right: 60px;
    font-size: 18px;
}
.p-content__theme-single.theme-column .p-single-column__text .p-single-column__tit{
    margin-bottom: 10px;
    padding: 22px 0;
    font-size: 24px;
    font-weight: bold;
    text-align: center;
}
.p-content__theme-single.theme-column .p-single-column__img{
    width: 410px;
}
.p-content__theme-single.theme-column .p-single-column__img img{
    width: 100%;
    height: auto;
}

/*クライアント商品*/
.p-single-recipe__wrapper.client{
    margin-top: 65px;
}
.p-content__theme-single.theme-client{
    background: #fff;
    align-items: center;
}
.p-content__theme-single.theme-client .theme-client__text{
    width: 530px;
    padding: 45px 0 45px 45px;
    font-size: 18px;
}
.p-content__theme-single.theme-client .theme-client__text .theme-client-tit{
    font-size: 22px;
    font-weight: bold;
    line-height: 1.6;
    margin: 0 0 20px 0;
}
.p-content__theme-single.theme-client .theme-client__text .theme-client-content + .theme-client-content{
    margin-top: 15px;
}
.p-content__theme-single.theme-client .theme-client__text .theme-client-content h4{
    font-size: 22px;
}
.p-content__theme-single.theme-client .theme-client__text .theme-client-content p{
    font-size: 18px;
    font-weight: normal;
}
.p-content__theme-single.theme-client .theme-client__text .company{
    margin-top: 10px;
    font-weight: bold;
    text-align: right;
}
.p-content__theme-single.theme-client .theme-client__text .company-ato {
    margin-top: 30px;
    font-weight: bold;
    text-align: left;
}
.p-content__theme-single.theme-client .theme-client__img{
    width: 340px;
    padding: 50px 50px 50px 10px;
}
.p-content__theme-single.theme-client .theme-client__img img{
    width: 100%;
    height: auto;
}
.p-content__theme-single.theme-client .single-btn-area{
    margin: 40px 0 0;
    justify-content: center;
}

.p-single-recipe{
    width: 50%;
    position: relative;
}
.single-text{
    width: 48%;
}
.p-single-text-full{
    width:100%;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

.p-content__theme-single.theme-process .p-single-recipe{
    max-width: 500px;
    width: 58%;
    position: relative;
}
.p-content__theme-single.theme-process .single-text{
    width:41%
}
.p-content__theme-single.theme-process .single-text ul li{
    margin-bottom:10px;
    text-indent: -24px;
    padding-left: 24px;
}

.single-btn-area{
    width:100%;
    /*position: absolute;
    bottom:0;
    right:0;*/
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    margin: 20px 0;
    justify-content: flex-end;
}
.single-btn{
    width: 270px;
    letter-spacing:1px;
}

.p-single-recipe__photo{
    position: relative;
}
.p-single-recipe__photo .ico-recommend{
    position: absolute;
    top: -30px;
    left: -40px;
    width: 290px;
}
.p-single-recipe__photo .ico-recommend img{
    width: 100%;
    height: auto;
}

.single-photo-frame{
    width: 100%;

}
.single-photo-frame img{
    width:100%;
    max-width: 440px;
}

.single-photo-frame-05{
    width: 100%;

}
.single-photo-frame-05 img{
    width:100%;
    max-width: 480px;
}

.p-content__theme-single.theme-02 .single-photo-frame img{
    width:100%;
    border-radius: 5px;
}

.single-photo-frame.img-cuisinart-02 img{
    width: auto!important;
}
.single-photo-frame.img-cuisinart-02{
    text-align: center;
}

.single-photo{
    width: 100%;
}
.icon-artist{
    position: absolute;
    bottom: -20px;
    right: -12px;
    width:110px;
}
.p-single-recipe__copy{
    font-size: 1.2em;

}
.p-single-recipe__tit{
    position: relative;
    font-size: 24px;
    line-height: 1.6;
    padding: 10px 0;
    display: inline-block;
    top:0;
    margin-bottom: 30px;
    font-weight: bold;
    color: #000;
}
.p-single-recipe__text{
    font-size: 18px;
    line-height: 2;
    margin-bottom: 30px;
}
.p-single-recipe__link{
    display: block;
    padding: 10px;
    border: 1px solid #07551f;
    border-radius: 4px;
    background: #07551f;
    color:#fff;
}
.p-content__theme-single-wrap{
    padding: 20px;
    border: 4px dashed #73b190;
    position: relative;
}

/* ============================================================
 button
============================================================ */
.m-btn{
    display: block;
    position: relative;
    transition:.3s;
}
.m-btn:hover{
    opacity:0.7;
}
.m-btn p{
    padding: 10px;
    border-radius: 30px;
    background: #9dd3a8;
    color: #fff;
    font-size: 17px;
    font-weight: bold;
    text-align: center;
}
/*.m-btn p::after{
    display: block;
    position: absolute;
    right: 20px;
    top: calc(50% - 5px);
    width: 8px;
    height: 8px;
    border-top: 2px solid #fff;
    border-right: 2px solid #fff;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    transition: .3s;
    content: "";
}
.m-btn.link-ext p::after{
	right: 30px;
	top: calc(50% - 15px);
    border: none;
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
    transition: 0;
    font-family: "fontAwesome";
    content: "\f2d2";
    font-weight: normal;
}*/


/* ============================================================
 photo frame
============================================================ */
.img_frame-right{
    border:10px solid #fff;
    box-shadow: 0 0px 32px #000;
    transform: rotate(1deg);
}
.img_frame-left{
    border:10px solid #fff;
    box-shadow: 0 0px 32px #000;
    transform: rotate(-1.5deg);
}
.sec-img{
    position: relative;
}

/* ============================================================
 clearfix
============================================================ */
.clearfix{
    zoom: 1;
}
.clearfix:after{
    content: "";
    display: block;
    clear: both;
}

/* ============================================================
 br
============================================================ */
br.pc-only{
    display: block;
}
br.sp-only{
    display: none;
}

/* ============================================================
 footer
============================================================ */
footer{
    width: 100%;
    font-size: 12px;
    color: #000;
    text-align: center;
    background: #fff;
    padding: 45px 0;
}

/* ============================================================
 #artist
============================================================ */
#artist{
    background: #fff;
}
#artist .inner-artist{
    padding: 30px 0 0;
}
.p-content__artist{
    position: relative;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}
.p-content__artist-tit{
    width: 300px;
    margin: 0 auto 30px;
    padding: 15px 30px;
    color: #000;
    font-size: 22px;
    font-weight: bold;
    text-align: center;
}
.p-content__artist .inner{
    width: 47%;
    padding: 10px;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-around;
    align-items: start;
    position: relative;
}
.p-content__artist .inner:nth-child(n + 3){
    margin-top: 30px;
}
.p-content__artist-icon{
    width: 130px;
    height:130px;
}
.p-content__artist-icon img{
    width: 100%;
    margin-bottom: 20px;
}
.p-content__artist-text{
    width: 66%;
}
.p-content__artist-text p{
    font-size: 17px;
    line-height: 2;
}
.p-content__artist-name{
    margin-bottom: 10px;
    font-size: 17px;
    font-weight: bold;
}
.p-content__artist .single-btn-area{
    margin: 20px 0 0 0;
}
.p-content__artist-text .single-btn{
    width: auto;
}
.p-content__artist-text .m-btn:hover{
    opacity: 0.4;
}
.p-content__artist-text .m-btn p{
    padding: 0;
    background: none;
    color: #000;
}
.p-content__artist-text .m-btn p:after{
    content: "\03009";
    padding-left: 5px;
}



/* ***** 2019クリスマス特集専用 ***** */
/* ============================================================
 .l-base-wrap
============================================================ */
.l-base-wrap{
    min-width: 1100px;
    color: #272727;
}
.l-base-wrap .menu li:nth-child(odd) a p{
    border: solid 2px #4BA380;
}
.l-base-wrap .menu li:nth-child(odd) a span:before{
    border-left: solid 15px #4BA380;
}
.l-base-wrap .menu li:nth-child(even) a p{
    border: solid 2px #B61C24;
}
.l-base-wrap .menu li:nth-child(even) a span:before{
    border-left: solid 15px #B61C24;
}
.l-base-wrap .menu li a span{
    padding: 20px 10px;
}


/* ============================================================
 .p-intro
============================================================ */
.p-intro{
    background-color:#FFEDE6;
    background-size: 100% auto;
}

.p-intro .p-content__intro-text{
    padding: 40px 10px 90px;
    color: #3c1400;
}

.p-intro ul{
    padding-bottom: 130px;
}
.p-intro ul li{
    width: calc(100% / 5);
}
.p-intro ul li a{
    color: #3c1400;
}
.p-intro ul li a:hover{
    color: #54382B;
}
.p-intro ul li .thumb{
    margin-bottom: 30px;
}
.p-intro ul li:after{
    border-top: 5px solid #B78025;
    border-right: 5px solid #B78025;
}

/* ============================================================
 .p-content__theme
============================================================ */
/* 各ブロックの背景設定 */
#sec1.p-content__theme{
    background-color: #FFEDE6;
}
#sec2.p-content__theme{
    background-color: #FFEDE6;
}
#sec3.p-content__theme{
    background-color: #FFEDE6;
}
#sec4.p-content__theme{
    background-color: #FFF8E0;
}
#sec5.p-content__theme{
    background-color: #FFEDE6;
}
.p-content__recipe-thumb{
    background: none;
}

/* テーマとレシピ間のマージンのとり方を変更・調整 */
.p-single-recipe__wrapper + .p-single-recipe__wrapper .p-content__tit-recipe{
    padding-top: 0;
}
.p-single-recipe__wrapper + .p-single-recipe__wrapper{
    margin-top: 90px;
}

/* ============================================================
 .p-single-recipe__inner：レシピ単体
============================================================ */
/* レシピタイトルのカラー設定 */
.p-content__theme .p-content__tit-recipe{
    position: relative;
    color: #168556;
}
/* レシピタイトル上部の装飾 */
.p-content__theme .p-content__theme-single:before{
    content: '';
    display: block;
    position: relative;
    width: 100%;
    height: 60px;
    margin: 0 auto 20px;
    background: url(../img/own_line-3.png) no-repeat 50% 50%;
    background-size: auto 30px;
}

/* sec2とsec4のレシピタイトル上部のみ別の装飾 */
#sec2.p-content__theme .p-content__theme-single:before,
#sec4.p-content__theme .p-content__theme-single:before{
    background: url(../img/own_line-3.png) no-repeat 50% 50%;
    background-size: auto 30px;
}

/* レシピタイトル左右部の装飾 */
/*.p-content__theme .p-content__tit-recipe:before{
    content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 213px;
    height: 83px;
    margin: 0 auto 20px;
    background: url(../img/orn-left.png) no-repeat 50% 50%;
    background-size: auto 83px;
}*/

/*.p-content__theme .p-content__tit-recipe:after{
    content: '';
    display: block;
    position: absolute;
    top: 0;
    right: 0;
    width: 213px;
    height: 83px;
    margin: 0 auto 20px;
    background: url(../img/orn-right.png) no-repeat 50% 50%;
    background-size: auto 83px;
}*/

/* クライアント商品紹介枠のタイトルまわりは装飾なし */
.p-content__theme .p-content__theme-single.theme-client:before,
.p-content__theme .p-content__theme-single.theme-client .p-content__tit-recipe:before,
.p-content__theme .p-content__theme-single.theme-client .p-content__tit-recipe:after{
    position: static;
    height: auto;
    margin: 0;
    background: none;
}

/* レシピメインコピー */
.p-single-recipe__tit{
    color: #D11E17;
}

/* レシピボタン */
.p-content__theme .m-btn p{
    background: #D11E17;
}
.p-content__theme .m-btn p:after{
    content: "\03009";
    padding-left: 5px;
}


/* クライアントレシピ */
.p-content__theme-single.theme-client{
    border-radius: 40px;
}
.p-content__theme-single.theme-client:before{
    content: "";
    position: absolute;
    top: -60px;
    left: calc(50% - 20px);
    z-index: 2;
}
.p-content__theme-single.theme-client:after{
    content: "";
    position: absolute;
    top: -43px;
    left: calc(50% - 14px);
    border: 14px solid transparent;
    border-bottom: 29px solid #fff;
    z-index: 2;
}
/* 例外処理 */
.p-content__theme-single.theme-client#client-02 .theme-client__text{
    width: 580px;
}
.p-content__theme-single.theme-client#client-02 .theme-client__img{
    padding: 50px 10px 50px 0;
}

/* おすすめアイコン */
.p-content__theme-single.recipe__client .p-single-recipe__photo{
    position: relative;
}
.p-content__theme-single.recipe__client .ico-client{
    position: absolute;
    top: -15px;
    left: -30px;
    width: 210px;
}
.p-content__theme-single.recipe__client .ico-client img{
    width: 100%;
    height: auto;
}

/* ============================================================
 #artist
============================================================ */
#artist{
    background: #fff;
}
.p-content__artist-tit{
    position: relative;
    width: 200px;
    padding: 30px;
    color: #c43500;
}
.p-content__artist-tit span:before{
    content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 30px;
    height: 55px;
    margin: 15px auto 0;
    background: url(../img/orn02.png) 50% 50%;
    background-size: auto 55px;
}
.p-content__artist-tit span:after{
    content: '';
    display: block;
    position: absolute;
    top: 0;
    right: 0;
    width: 30px;
    height: 55px;
    margin: 15px auto 0;
    background: url(../img/orn02.png) 50% 50%;
    background-size: auto 55px;
}
.p-content__artist-text .single-btn .m-btn p{
    background: none;
    color: #c43500;
}

/* ============================================================
 footer
============================================================ */
footer{
    background: #fff;
}
