@charset "utf-8";

/* CSS Document */


/* ------------------------------------------
  common
--------------------------------------------- */
/*header*/

.header {
    background: #fff;
}

.header-inner {
    max-width: 1000px;
    height: 60px;
    margin: 0 auto;
    display: flex;
    align-items: center;
}

.header .logo {
    display: flex;
    align-items: center;
}

.header a {
    -webkit-transition: opacity .4s 0s ease;
    transition: opacity .4s 0s ease;
}

.header a:hover {
    opacity: 0.5;
}


/*footer*/

.footer {
    margin: 0 auto;
    padding: 20px 0;
    background: #fff;
    color: #ccc;
    font-size: 12px;
    text-align: center;
}


/*block*/

.block {
    width: 100%;
    padding: 80px 0 100px;
    position: relative;
    overflow: hidden;
}

.block-bg-pink {
    background: url(../images/section-bg-pink.png) repeat;
}

.block-bg-blue {
    background: url(../images/section-bg-blue.png) repeat;
}

.inner {
    width: 1300px;
    margin: 0 auto;
}

.inner-pink{
    position: relative;
}

.inner-blue{
    position: relative;
}

.block:before,
.block:after,
.inner-pink:before,
.inner-pink:after,
.inner-blue:before,
.inner-blue:after{
    content: "";
    display: block;
    position: absolute;
}

.block:before{
    background: url(../images/bg-somen01.png) no-repeat;
    width: 462px;
    height: 531px;
    left: -123px;
    top: -150px;
}

.block:after{
    background: url(../images/bg-somen02.png) no-repeat;
    width: 227px;
    height: 415px;
    right: -30px;
    bottom: -10px;
}

.inner-pink:before{
    background: url(../images/bg-furin.png) no-repeat;
    width: 274px;
    height: 273px;
    top: -60px;
    right: 0;
}

.inner-pink:after{
    background: url(../images/bg-sakana.png) no-repeat;
    width: 241px;
    height: 280px;
    bottom: -60px;
    left: -30px;
}

.inner-blue:before{
    background: url(../images/bg-asagao.png) no-repeat;
    width: 297px;
    height: 235px;
    top: -50px;
    right: -50px;
}

.inner-blue:after{
    background: url(../images/bg-uchiwa.png) no-repeat;
    width: 269px;
    height: 229px;
    bottom: 0;
    left: 0;
}

.nami{
    display: flex;
}

.nami img{
    width: 50%;
}

.nami-afterPink-blue{
    position: absolute;
    right: 0;
    z-index: 2;
    bottom: 0px;
    width: 50%;
}

.nami-afterPink-pink{
    position: absolute;
    left: 0;
    z-index: 2;
    top: 0px;
    width: 50%;
}

/*title*/

.head-lv2{
    color: #791a12;
    font-size: 28px;
    line-height: 1.5;
    padding-bottom: 30px;
    font-family: 'Noto Serif JP', serif;
    font-weight: 600;
    text-align: center;
}

.head-lv2 > span{
    display: inline-block;
    padding-bottom: 10px;
}

.head-lv2 > span:after{
    content: "";
    display: block;
    width: 100%;
    height: 9px;
    background: url(../images/recipe-title-line.svg) repeat-x center;
}


.head-lv2 small {
    font-family: 'Merriweather', serif;
    font-size: 13px;
    display: block;
    height: 35px;
    background: url(../images/recipe-title-icon.png) no-repeat center;
    background-size: 76px;
    margin: 0 auto 5px;
}

.head-lv2 small span{
    font-size: 19px;
}

.head-lv2 strong{
    padding-bottom: 10px;
    display: inline-block;
}

.head-lv3 {
    font-size: 18px;
    line-height: 28px;
    font-weight: 500;
    color: #5494ba;
    padding-bottom: 12px;
    text-align: center;
}

.cmn-lead{
    text-align: center;
    padding-bottom: 50px;
}

.head-lv4 {
    font-size: 16px;
    line-height: 1.5;
    font-weight: 500;
    color: #5494ba;
    padding-bottom: 10px;
    text-align: center;
}


/* ------------------------------------------
  mv
--------------------------------------------- */

.mv {
    width: 100%;
    position: relative;
}

.mv > img {
    width: 100%;
    height: auto;
}


.mv-lead{
    height: 100%;
    display: flex;
    align-items: center;
    position: absolute;
    top: 0;
    left: 10%;
    padding-bottom: 55px;
}

/* ------------------------------------------
  introduction
--------------------------------------------- */
.introduction-block{
    padding: 40px 0 80px;
    text-align: center;
}

.introduction-inner-hanabhi{
    width: 1270px;
    margin: 0 auto;
    position: relative;
}

.introduction-inner-hanabhi:before,
.introduction-inner-hanabhi:after{
    content: "";
    display: block;
    position: absolute;
    z-index: -1;
}

.introduction-inner-hanabhi:before{
    background: url(../images/bg-hanabi01.png) no-repeat;
    width: 272px;
    height: 265px;
    top: -110px;
}

.introduction-inner-hanabhi:after{
    background: url(../images/bg-hanabi02.png) no-repeat;
    width: 291px;
    height: 280px;
    right: 0;
    bottom: -40px;
}

.introduction-inner:before,
.introduction-inner:after{
    content: "";
    display: block;
    position: absolute;
    z-index: -1;
}

.introduction-inner:before{
    background: url(../images/introduction-bg01.png) no-repeat;
    width: 373px;
    height: 374px;
    right: 0;
    top: -225px;
}

.introduction-inner:after{
    background: url(../images/introduction-bg02.png) no-repeat;
    width: 370px;
    height: 369px;
    bottom: -240px;
}

.introduction-title{
    color: #791a12;
    font-size: 28px;
    line-height: 1.5;
    padding-bottom: 20px;
    font-family: 'Noto Serif JP', serif;
    font-weight: 600;
}

.introduction-lead{
    font-family: 'Noto Serif JP', serif;
    font-weight: 500;
    padding-bottom: 30px;
}

.introduction-link{
    display: flex;
    justify-content: center;
    padding-bottom: 50px;
}

.introduction-link-btn{
    display: block;
    transition: all 0.3s ease 0s;
}

.introduction-link-btn:hover {
  transform: translateY(-10px);
}

.introduction-sozai{
    width: 620px;
    margin: 0 auto;
    background: #fff;
    box-shadow: 0px 0px 16px -6px rgba(0,0,0,0.6);
    border-radius: 18px;
    position: relative;
    display: flex;
    padding: 40px;
    text-align: left;
}

.introduction-sozai-badge{
    position: absolute;
    right: 0;
    top: -30px;
}

.introduction-sozai-text{
    padding-left: 30px;
}

.introduction-sozai-title{
    color: #791a12;
    font-size: 18px;
    font-weight: 500;
    letter-spacing: 0px;
    line-height: 1.5;
    padding-bottom: 10px;
}

.introduction-sozai-title:hover{
    cursor: pointer;
}

.sns-list{
    display: flex;
    justify-content: center;
}

.sns-list li {
    padding: 0 10px;
}


/* ------------------------------------------
  recipe
--------------------------------------------- */
.recipe{
    width: 790px;
    margin: 0 auto;
}

.recipe-summary{
    display: flex;
    align-items: center;
    padding-bottom: 40px;
}

.recipe-summary-text{
    padding-left: 35px;
}

.recipe-summary-text p{
    padding-bottom: 20px;
}

.recipe-material-title{
    display: inline-block;
    background: #791a12;
    color: #fff;
    padding: 5px 20px;
    border-radius: 30px;
    margin-bottom: 5px;
}

.recipe-material dl{
    display: flex;
    flex-wrap: wrap;
}

.recipe-material dt,
.recipe-material dd{
    border-bottom: 1px dashed;
    padding: 8px 0;
}

.recipe-material dt:last-of-type,
.recipe-material dd:last-of-type{
    border-bottom: none;
}

.recipe-material dt{
    width: 70%;
    padding-right: 15px;
}

.recipe-material dd{
    width: 30%;
}

.recipe-contents-title{
    background: #791a12;
    color: #fff;
    font-family: 'Noto Serif JP', serif;
    font-size: 18px;
    font-weight: 500;
    text-align: center;
    padding: 5px 0;
    position: relative;
    border-radius: 20px 20px 0 0;
    z-index: 5;
}

.recipe-contents-title:after,
.recipe-contents-title:before {
    content: "";
    display: block;
    width: 12px;
    height: 2px;
    border: 0;
    background: #fff;
    position: absolute;
    top: 50%;
    right: 20px;
    margin-top: -2px -webkit-transition: all 0.3s 0s ease;
    transition: all 0.3s 0s ease;
}

.recipe-contents-title:after {
    -webkit-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    transform: rotate(90deg);
}

.recipe-contents-title.is-open:after {
    -webkit-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    transform: rotate(180deg);
}

.recipe-contents-title.is-open:before {
    -webkit-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    transform: rotate(180deg);
}

.recipe-contents-title + .recipe-text {
    display: none;
    background: #fff;
    padding: 40px;
    border-radius: 0 0 40px 40px;
}

.recipe-contents-title:hover{
    cursor: pointer;
}

.recipe-text li{
    display: flex;
    justify-content: space-between;
    padding-bottom: 10px;
}

.recipe-text li:last-child{
    padding-bottom: 0;
}

.recipe-text li p{
    padding-left: 25px;
    position: relative;
}

.recipe-text li p:after{
    content: "";
    display: inline-block;
    width: 16px;
    height: 16px;
    background: #791a12;
    position: absolute;
    top: 5px;
    left: 0;
    border-radius: 8px;
}

.recipe-text li p:before{
    color: #fff;
    position: absolute;
    z-index: 4;
    font-size: 10px;
    top: 4px;
    left: 5px;
}

.recipe-text li:nth-child(1) p:before{
    content: "1";
}

.recipe-text li:nth-child(2) p:before{
    content: "2";
}

.recipe-text li:nth-child(3) p:before{
    content: "3";
}

.recipe-text li:nth-child(4) p:before{
    content: "4";
}

.recipe-text li:nth-child(5) p:before{
    content: "5";
}

.recipe-text li:nth-child(6) p:before{
    content: "6";
}

.recipe-contents-title.is-open+.recipe-text {
    display: block;
}

/* ------------------------------------------
  otherRecipes
--------------------------------------------- */
.block-otherRecipes{
    background: #fff;
    padding: 60px;
    text-align: center;
}
.otherRecipes-link-btn{
    display: inline-block;
    transition: all 0.3s ease 0s;
}
.otherRecipes-link-btn:hover {
  transform: translateY(-10px);
}



/* ========================================================
   for SP
===========================================================*/

@media screen and (max-width: 768px) {
    /*common*/
    html {
        overflow-x: hidden;
    }
    body {
        font-size: 12px;
        min-width: 0;
        overflow-x: hidden;
    }
    a:hover,a:not(.btn):hover {
        opacity: 1;
    }
    .btn-wrap {
        padding-top: 30px;
    }
    .btn {
        width: 260px;
        height: 50px;
        font-size: 14px;
    }
    .btn:after {
        top: 48%;
        right: 20px;
        width: 8px;
        height: 8px;
    }
    .pc-hide {
        display: block !important;
    }
    .sp-hide {
        display: none !important;
    }
    .block {
        padding: 30px 20px 100px;
    }
    .block:before{
        width: 200px;
        height: 240px;
        left: -90px;
        top: -70px;
        background-size: 200px;
    }

    .block:after{
        width: 120px;
        height: 300px;
        right: -20px;
        bottom: -100px;
        background-size: 120px;
    }
    .inner-pink:before{
        background: url(../images/bg-furin.png) no-repeat;
        width: 100px;
        height: 100px;
        top: -30px;
        right: -45px;
        background-size: 100px;
    }

    .inner-pink:after{
        background: url(../images/bg-sakana.png) no-repeat;
        width: 130px;
        height: 155px;
        bottom: -90px;
        left: -30px;
        background-size: 130px;
    }
    .inner-blue:before{
        background: url(../images/bg-asagao.png) no-repeat;
        width: 150px;
        height: 120px;
        top: -80px;
        right: -85px;
        background-size: 150px;
    }

    .inner-blue:after{
        background: url(../images/bg-uchiwa.png) no-repeat;
        width: 160px;
        height: 140px;
        bottom: -95px;
        left: -65px;
        background-size: 160px;
    }

    .inner {
        width: 100%;
    }
    /*head*/
    .head-lv2 {
        padding-bottom: 20px;
        font-size: 16px;
    }
    .head-lv2 > span {
        display: inline-block;
        padding-bottom: 0;
    }
    .head-lv2 > span:after {
        background: url(../images/recipe-title-line.svg) repeat-x center;
        background-size: 30px;
    }  
    .head-lv2 strong {
        padding-bottom: 5px;
    }
    .head-lv3 {
        font-size: 14px;
        line-height: 1.5;
        padding-bottom: 5px;
    }
    
    .head-lv4 {
        font-size: 12px;
        line-height: 24px;
        padding-bottom: 10px;
    }
    .cmn-lead {
        padding-bottom: 30px;
    }
    /*header*/
    .header .logo {
        padding-top: 3px;
    }
    .header a:hover {
        opacity: 1;
    }
    .header .header-inner {
        padding: 0 20px;
    }
    .footer {
        width: 100%;
        padding: 20px;
        font-size: 10px;
    }
    
    /* ------------------------------------------
      mv
    --------------------------------------------- */
    .mv {
        background: none;
        height: auto;
    }
    
    .mv > img {
        width: 100%;
        height: auto;
    }
    
    .mv-inner {
        width: 100%;
        display: block;
        height: 100%;
        position: absolute;
        top: 0;
    }
    
    .mv-lead{
        position: absolute;
        left: 0;
        padding-bottom: 40px;
    }
    
    .mv-lead img{
        width: 60%;
        height: auto;
    }
    
    .mv-lead p {
        color: #212121;
        font-size: 13px;
        letter-spacing: 2px;
        padding-top: 10px;
    }
    
    .mv-logo {
        right: 20px;
        bottom: 20px;
    }
    
    .mv-logo img{
        width: 60px;
        height: auto;
    }
    
    /* ------------------------------------------
      introduction
    --------------------------------------------- */
    .introduction-block{
        padding: 40px 20px 80px;
        text-align: center;
    }

    .introduction-inner-hanabhi{
        width: 100%;
        margin: 0 auto;
        position: relative;
    }

    .introduction-inner-hanabhi:before{
        width: 140px;
        height: 135px;
        top: -70px;
        left: -40px;
        background-size: 140px;
    }

    .introduction-inner-hanabhi:after{
        width: 150px;
        height: 150px;
        right: -35px;
        bottom: -100px;
        background-size: 150px;
    }
    
    .introduction-inner:before{
        width: 150px;
        height: 155px;
        right: -50px;
        top: -115px;
        background-size: 150px;
    }

    .introduction-inner:after{
        width: 150px;
        height: 150px;
        bottom: -145px;
        background-size: 150px;
        left: -60px;
    }

    .introduction-title{
        font-size: 18px;
        padding-bottom: 20px;
    }

    .introduction-lead{
        padding-bottom: 20px;
    }

    .introduction-link{
        display: block;
        justify-content: center;
        padding-bottom: 30px;
    }
    
    .introduction-link-item{
        padding-bottom: 10px;
    }

    .introduction-link-btn{
        display: block;
        transition: all 0.3s ease 0s;
    }

    .introduction-link-btn:hover {
      transform: translateY(-10px);
    }

    .introduction-sozai{
        width: 100%;
        margin: 0 auto;
        box-shadow: 0px 0px 16px -6px rgba(0,0,0,0.6);
        border-radius: 12px;
        position: relative;
        display: block;
        padding: 20px;
        text-align: left;
    }

    .introduction-sozai-badge{
        position: absolute;
        right: 0;
        top: -30px;
        width: 85px;
        height: auto;
    }
    
    .introduction-sozai-image{
        padding: 15px 0 20px;
        text-align: center;
    }

    .introduction-sozai-text{
        padding-left: 0;
    }

    .introduction-sozai-title{
        color: #791a12;
        font-size: 18px;
        font-weight: 500;
        letter-spacing: 0px;
        line-height: 1.5;
        padding-bottom: 10px;
    }

    .introduction-sozai-title:hover{
        cursor: pointer;
    }

    .sns-list{
        display: flex;
        justify-content: center;
    }

    .sns-list li {
        padding: 0 10px;
    }
    
    /* ------------------------------------------
      recipe
    --------------------------------------------- */
    .recipe{
        width: 100%;
        margin: 0 auto;
    }

    .recipe-summary{
        display: block;
        align-items: center;
        padding-bottom: 20px;
    }
    
    .recipe-image{
        padding-bottom: 20px;
    }    
    
    .recipe-image img{
        width: 100%;
        height: auto;
    }

    .recipe-summary-text{
        padding-left: 0;
    }

    .recipe-summary-text p{
        padding-bottom: 20px;
    }
    
    .recipe-contents-title{
        font-size: 14px;
    }
    
    .recipe-contents-title + .recipe-text {
        padding: 20px;
        border-radius: 0 0 30px 30px;
    }
    
    .recipe-text-image img{
        width: 60px;
        height: auto;
    }
    
    .sns-list {
        display: block;
    }
    
    .sns-list li {
        padding: 0px 0 10px 0;
    }
    
    .sns-list img{
        width: 100%;
        height: auto;
    }

    /* ------------------------------------------
    otherRecipes
    --------------------------------------------- */
    .block-otherRecipes{
        padding: 20px;
    }
    .otherRecipes-link-btn{
        display: inline-block;
        transition: all 0.3s ease 0s;
    }
    .otherRecipes-link-btn:hover {
        transform: translateY(10px);
    }

    .otherRecipes-link-btn img{
        width: 100%;
        height: auto;
    }
    
}