@charset "UTF-8";


/********************************************************

ベース

********************************************************/

@media (min-width:768px) {
    .sp {
        display: none !important;
    }
}
@media (max-width:768px) {
    .pc {
        display: none !important;
    }
}

 img {
    max-width: 100%;
    height: auto;
}
 a {
    position: relative;
}
.l-container a:hover {
    filter: brightness(120%);
    opacity: 1;
}

 /* a::after {
    opacity: 0;
    visibility: hidden;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1;
    width: 100%;
    height: 100%;
    background-color: #fff;
    transition: .3s;
    border-radius: 50px;
    content: '';
}
a:hover::after {
    opacity: 0.3;
    visibility: visible;
} */
.l-container {
    overflow: hidden;
}
.l-pd {
    padding-left: 30px;
    padding-right: 30px;
}
.l-pd0 {
    margin-left: -75px;
    margin-right: -75px;
}

@media screen and (max-width: 767px) {

    .l-pd {
        padding-left: 20px;
        padding-right: 20px;
    }
    .l-pd0 {
        margin-left: -20px;
        margin-right: -20px;
    }
}

/********************************************************

メインコンテンツ

********************************************************/
.l-container {
    width: 100%;
    max-width: 931px;
    margin: 0 auto;
}

/*―――――――――――――――――――――――――――――――――――――――――――――
/* kv
――――――――――――――――――――――――――――――――――――――――――――――*/
.kv {
    margin-top: 0;
    margin-bottom: 0;
}
.kv__img {
    width: 100%;
    max-width: inherit;
}

@media (max-width:768px) {
    .kv {
        margin-top: 0;
        margin-bottom: 0;
        margin-right: -29px;
    }
    .kv__img {
        width: 100%;
        max-width: inherit;
    }
}


/*――――――――――――――――――――――――――――――――――――――――――――
/* p-glonav
――――――――――――――――――――――――――――――――――――――――――――――*/
.p-glonav {
    margin-top: 5px;
    margin-bottom: 27px;
    margin-left: -20px;
}
.p-glonavList {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 0 5px;
    max-width: 812px;
    margin-inline: auto;
}
.p-glonavList__item:nth-child(2n) {
    margin-top: 38px;
}
.p-glonavList__item:nth-child(5) {
    margin-top: 21px;
}
.p-glonavList__link {
    display: block;
}

@media (max-width:768px) {
    .p-glonav {
        margin-top: 16px;
        margin-bottom: 7px;
        margin-left: 0;
    }
    .p-glonavList {
        display: flex;
        justify-content: center;
        align-items: flex-start;
        gap: 0 0;
        max-width: 812px;
        margin-inline: auto;
    }
    .p-glonavList__item +  .p-glonavList__item {
        margin-left: -20px;
    }
    .p-glonavList__item:nth-child(2n) {
        margin-top: 50px;
    }
    .p-glonavList__item:nth-child(5) {
        margin-top: 0;
    }
    .p-glonavList__link {
        display: block;
    }
}


/*――――――――――――――――――――――――――――――――――――――――――――
/* p-item
――――――――――――――――――――――――――――――――――――――――――――――*/
.p-item__ttl {
    margin-bottom: 30px;
}
.p-itemIntro {
    padding-bottom: 88px;
}
.p-itemIntro__info {
    position: relative;
    width: 100%;
    max-width: 842px;
    margin: 0 auto 60px;
}
.p-itemIntro__infoLink {
    position: absolute;
    bottom: 24%;
    z-index: 2;
    width: 42%;
    margin: 0 auto;
    display: block;
}
.p-itemIntro__infoLink.link01 {
    left: 4.6%;
}
.p-itemIntro__infoLink.link02 {
    right: 4.6%;
}
.p-itemIntro__txt01 {
    width: 100%;
    max-width: 847px;
    margin: 0 auto 20px;
}
.p-itemIntro__moai {
    width: 100%;
    max-width: 800px;
    margin: 0 auto;
    position: relative;
}
.p-itemIntro__moaiLink {
    position: absolute;
    z-index: 2;
    width: 82.9%;
    left: 0;
    right: 0;
    bottom: 5.4%;
    margin: auto;
}

@media (max-width:768px) {
    .p-item__ttl {
        margin-bottom: 16px;
    }
    .p-itemIntro {
        padding-bottom: 31px;
    }
    .p-itemIntro__info {
        position: relative;
        width: 100%;
        max-width: 842px;
        margin: 0 auto 50px;
    }
    .p-itemIntro__infoLink {
        position: absolute;
        bottom: 23.5%;
        z-index: 2;
        width: 44%;
        margin: 0 auto;
        display: block;
    }
    .p-itemIntro__infoLink.link01 {
        left: 3.5%;
    }
    .p-itemIntro__infoLink.link02 {
        right: 3.5%;
    }
    .p-itemIntro__txt01 {
        width: 100%;
        max-width: 847px;
        margin: 0 auto 10px;
    }
    .p-itemIntro__moai {
        width: 100%;
        max-width: 800px;
        margin: 0 auto;
        position: relative;
    }
    .p-itemIntro__moaiLink {
        position: absolute;
        z-index: 2;
        width: 96.8%;
        left: 0;
        right: 0;
        bottom: 7%;
        margin: auto;
    }
}

/*――――――――――――――――――――――――――――――――――――――――――――
/* p-recipe
――――――――――――――――――――――――――――――――――――――――――――――*/
.p-recipe {
    padding-top: 20px;
    background: url(../images/index/recipe_bg.jpg) repeat center center / 321px 870px;
}
.p-recipe.item {
    padding-top: 26px;
    padding-bottom: 100px;
}
.p-recipeNav {
    display: flex;
    justify-content: center;
    gap: 0 44px;
    width: 100%;
    margin-bottom :30px;
}
.p-recipe.item .p-recipeNav {
    display: flex;
    justify-content: center;
    gap: 0 44px;
    width: 100%;
    margin-bottom :30px;
    margin-left: 9px;
}
.p-recipe.item .p-recipeNav .p-recipeNav__item{
    margin-left: 0px;
}
.p-recipe.neri .p-recipeNav {
    display: flex;
    justify-content: center;
    gap: 0 10px;
    width: 100%;
    max-width: 830px;
    margin-inline: auto;
    margin-bottom: 38px;
}
.p-recipeNav__item {
    width: 220px;
}
.p-recipeNav__link {
    display: block;
}
.p-recipeCont + .p-recipeCont {
    margin-top: 100px;
}
.p-recipe.neri .p-recipeCont + .p-recipeCont {
    margin-top: 110px;
}
.p-recipeCont__ttl {
    width: 100%;
    max-width: 786px;
    margin: 0 auto 13px;
}
.p-recipeList {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    gap: 37px 15px;
}
.p-recipeList__item {
    width: calc((100% - (15px * 1)) / 2);
    max-width: 397px;
    position: relative;
}
.p-recipeList__item:nth-child(2n) {
    margin-right: -15px;
}
.p-recipeList__link {
    position: absolute;
    z-index: 2;
    width: 85%;
    left: -4%;
    right: 0;
    bottom: -3.5%;
    margin: auto;
}
.p-recipe.neri .p-recipeList__link {
    bottom: -4.7%;
}
.p-recipe__note {
    width: 100%;
    max-width: 796px;
    margin: 42px auto -48px;
}
.p-recipe__note.item01 img{
    max-width: 527px;
}
.p-recipe__note.neri01 img {
    max-width: 691px;
}

@media (max-width:768px) {
    .p-recipe {
        padding-top: 20px;
        background: url(../images/index/recipe_bg.jpg) repeat center center / 321px 870px;
    }
    .p-recipe.item {
        padding-top: 11px;
        padding-bottom: 60px;
    }
    .p-recipeNav {
        display: flex;
        justify-content: center;
        gap: 0 44px;
        width: 100%;
        margin-bottom: 30px;
    }
    .p-recipe.item .p-recipeNav {
        display: flex;
        justify-content: center;
        gap: 0 5px;
        width: 100%;
        margin-bottom: 11px;
        margin-left: 0px;
    }
    .p-recipe.item .p-recipeNav .p-recipeNav__item{
        margin-left: 0px;
    }
    .p-recipe.neri .p-recipeNav {
        display: flex;
        justify-content: center;
        gap: 0 10px;
        width: 100%;
        max-width: 830px;
        margin-inline: auto;
        margin-bottom: 12px;
    }
    .p-recipeNav__item {
        width: 220px;
    }
    .p-recipeNav__link {
        display: block;
    }
    .p-recipeCont + .p-recipeCont {
        margin-top: 66px;
    }
    .p-recipe.neri .p-recipeCont + .p-recipeCont {
        margin-top: 67px;
    }
    .p-recipeCont__ttl {
        width: 100%;
        max-width: 786px;
        margin: 0 auto 0px;
    }
    .p-recipeList {
        flex-direction: column;
        align-items: center;
        gap: 0;
    }
    .p-recipeList__item {
        width: auto;
        max-width: 500px;
        position: relative;
        margin-left: 5px;
        margin-right: -3px;
    }
    .p-recipeList__item:nth-child(2n) {
        margin-right: 0;
    }
    .p-recipeList__item + .p-recipeList__item {
        margin-top: 35px;
    }
    .p-recipeList__item.has-note {
        margin-bottom: 30px;
    }
    .p-recipeList__link {
        position: absolute;
        z-index: 2;
        width: 89%;
        left: -2%;
        right: 0;
        bottom: -4.8%;
        margin: auto;
    }
    .p-recipe.neri .p-recipeList__link {
        bottom: -4.7%;
    }

    .p-recipe__note {
        position: absolute;
        bottom: clamp(-60px, -14%, -30px);
        left: 0;
        right: 0;
        width: 100%;
        max-width: 796px;
        margin: 0 auto 0;
        padding-left: 16px;
    }
    .p-recipeList__item.has-note {

    }
    .p-recipe__note.item01 {

    }
    .p-recipe__note.item01 img{
        max-width: 248px;
        width: 100%;
    }
    .p-recipe__note.neri01 {
        position: absolute;
        top: calc(100% + clamp(20px, 8vw, 42px));
        width: 100%;
        max-width: 500px;
        margin: 0;
    }
    .p-recipe__note.neri01 img {
        max-width: 248px;
        width: 100%;
    }
}

/*――――――――――――――――――――――――――――――――――――――――――――
/* p-neriIntro
――――――――――――――――――――――――――――――――――――――――――――――*/
.p-neriIntro {
    padding-top: 29px;
    margin-bottom: 72px;
}
.p-neriIntro__ttl {
    width: 100%;
    max-width: 950px;
    margin: 0 auto 23px;
}
.p-neriIntro__txt01 {
    width: 100%;
    max-width: 795px;
    margin: 0 auto;
}
.p-neriIntro__txt01 img {
    margin-left: 10px;
}

@media (max-width:768px) {
    .p-neriIntro {
        padding-top: 29px;
        margin-bottom: 49px;
    }
    .p-neriIntro__ttl {
        width: 100%;
        max-width: 950px;
        margin: 0 auto 13px;
    }
    .p-neriIntro__txt01 {
        width: 100%;
        max-width: clamp(336px, 70vw, 500px);
        margin: 0 auto;
    }
    .p-neriIntro__txt01 img {
        margin-left: 0;
    }
}

/*――――――――――――――――――――――――――――――――――――――――――――
/* p-neriRecipe__ttl
――――――――――――――――――――――――――――――――――――――――――――――*/
.p-recipe.neri {
    margin-top: -50px;
    padding-top: 80px;
    padding-bottom: 80px;
}
.p-neriRecipe__ttl {
    width: 100%;
    max-width: 950px;
    margin: 0 auto;
}

@media (max-width:768px) {
    .p-recipe.neri {
        margin-top: -50px;
        padding-top: 63px;
    }
    .p-neriRecipe__ttl {
        width: 100%;
        max-width: 950px;
        margin: 0 auto;
    }
}


/*――――――――――――――――――――――――――――――――――――――――――――
/* p-oshi
――――――――――――――――――――――――――――――――――――――――――――――*/
.p-oshi {
    margin-top: -30px;
}
.p-oshi__ttl {
    margin-bottom: 30px;
}
.p-oshiList {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    gap: 42px 38px;
    width: 100%;
    max-width: 800px;
    margin: 0 auto;
}
.p-oshiList__item {
    width: calc((100% - (38px * 1)) / 2);
}
.p-oshi__txt01 {
    width: 100%;
    max-width: 530px;
    margin: 71px auto 0;
}

@media (max-width:768px) {
    .p-oshi {
        margin-top: 0;
    }
    .p-oshi__ttl {
        margin-bottom: 8px;
    }
    .p-oshiList {
        display: block;
        gap: 42px 38px;
        width: auto;
        max-width: 800px;
        margin: 0 auto;
        padding: 0 24px;
    }
    .p-oshiList__item {
        width: auto;
    }
    .p-oshiList__item +  .p-oshiList__item {
        margin-top: 4px;
    }
    .p-oshiList__img {
        width: 100%;
    }
    .p-oshi__txt01 {
        width: 100%;
        max-width: 230px;
        margin: 35px auto 20px;
    }
}

/*――――――――――――――――――――――――――――――――――――――――――――
/* nav
――――――――――――――――――――――――――――――――――――――――――――――*/
.kantanotegaru #mainContents {
    margin-top: 50px;
}
.kantanotegaru .footer_nav_lead_title img {
    width: auto;
    height: 21px;
}
@media (max-width:768px) {
    .kantanotegaru .footer_nav_lead_title img {
        width: auto;
        height: 15px;
    }

    .kantanotegaru #mainContents {
        margin-top: 15px;
    }
}


/*―――――――――――――――――――――――――――――――――――――――――――――
/* snsList
――――――――――――――――――――――――――――――――――――――――――――――*/
.snsList {
    display: flex;
    justify-content: center;
    margin-top: 60px;
}
.snsList__item {
    padding: 0 15px;
}
.snsList__link {
    display: block;
}
.snsList__link::after {
    border-radius: 0;
}

@media screen and (min-width: 768px) {
    .snsList__item.line {
        display: none;
    }
}

@media screen and (max-width: 767px) {
    .snsList {
        display: flex;
        justify-content: center;
        margin-top: 30px;
    }
    .snsList__item {
        width: 33.333%;
        padding: 0 15px;
    }
    .snsList__link {
        display: block;
    }
    .snsList__link img {
        width: 100%;
    }
}
