@charset "utf-8";

/* ==============================

    common / utility

===============================*/

/* typo
----------------*/

.page {
    font-family: "メイリオ", Meiryo, "Noto Sans Japanese", "游ゴシック", YuGothic, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
    font-size: 12px;
    line-height: 1.8;
    text-align: justify;
    min-width: 1000px;
}

.font-newgo {
    font-family: "A-OTF UD新ゴ Pro", A-OTF UDShin Go Pro, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}

/* img
----------------*/
img {
    max-width: 100%;
    height: auto;
}

.pc_br {
    display: inline;
}

.sp_br {
    display: none;
}

.inner {
    max-width: 1280px;
    margin: 0 auto;
    padding: 0 40px;
}

.pc_img {
    display: block;
}

.sp_img {
    display: none;
}


@media screen and (max-width:1000px) and (min-width:641px) {
    .inner {
        width: 1000px;
    }
}

@media screen and (max-width:640px) {
    .page {
        min-width: 100%;
    }

    .inner {
        padding: 0;
    }

    .pc_br {
        display: none;
    }

    .sp_br {
        display: inline;
    }

    .pc_img {
        display: none;
    }

    .sp_img {
        display: block;
    }
}


/* ==============================

    header

===============================*/


/* ==============================

    footer

===============================*/
.globalFooter {
    background: #fff;
}

.footer_area {
    padding-top: 5%;
    padding-bottom: 5%;
}

.top_return {
    text-align: center;
    padding-bottom: 7%;
}

.top_return a {
    transition: .4s;
}

.top_return a:hover {
    opacity: 0.5;
}

.top_return img {
    width: 6%;
}

.index_btn {
    text-align: center;
    margin-bottom: 5%;
}

.index_btn a {
    background: #000;
    display: inline-block;
    width: 40%;
    text-align: center;
    color: #fff;
    padding: 2%;
    font-size: 1.8vw;
    font-weight: bold;
    border: solid 1px #000;
    transition: .4s;
}

.index_btn a:hover {
    background: #fff;
    color: #000;
    text-decoration: none;
}

.page_link_area {
    -js-display: flex;
    display: flex;
    justify-content: center;
}

.page_link_area a {
    width: 40%;
    margin: 0 3.33%;
    transition: .4s;
    display: block;
}

.page_link_area a:hover {
    opacity: 0.5;
}

.page_link_area img {
    max-width: none;
    width: 100%;
}


.sns_link_area {
    text-align: center;
    margin-top: 5%;
}

.sns_link_area h3 {}

.sns_link_area h3 img {
    width: 10%;
}

.sns_link_icon {
    margin-top: 2.33%;
}

.sns_link_icon a {
    margin: 0 2.1%;
}

.sns_link_icon a :hover {
    opacity: 0.5;
}

.sns_link_icon img {
    width: 8.33%;
    font-size: 0;
    transition: .4s;
}

.ykkap_link_area {
    text-align: center;
    margin-top: 4%;
}

.ykkap_link_area a img:hover {
    opacity: 0.5;
}

.ykkap_link_area a img {
    width: 20.83%;
    transition: .4s;
}

.footer_copywrite {
    margin: 1.67% auto 0;
    width: 36.67%;
    display: block;
}


/*---------------1200px以上------------------------*/

@media screen and (min-width:1201px) {

    .index_btn a {
        font-size: 22px;
    }
}

/*---------------1000px以上------------------------*/

@media screen and (min-width:641px) and (max-width:1000px) {

    .index_btn a {
        font-size: 18px;
    }
}

/*---------------640px以上------------------------*/

@media screen and (max-width:640px) {

    .footer_area {
        padding-top: 7%;
        padding-bottom: 10%;
    }

    .top_return img {
        width: 11.25%;
    }

    .index_btn {
        margin-top: 3%;
        margin-bottom: 2.34%
    }

    .index_btn a {
        width: 75%;
        font-size: 3.75vw;
        padding: 4.3%;
    }

    .page_link_area {
        -js-display: flex;
        display: flex;
        justify-content: center;
        flex-direction: column;

    }

    .page_link_area a {
        width: 75%;
        height: 100%;
        margin: 2.34% auto;
    }

    .page_link_area img {
        width: 100%;
    }


    .sns_link_area {
        text-align: center;
        margin-top: 5%;
    }

    .sns_link_area h3 {}

    .sns_link_area h3 img {
        width: 22.66%;
    }

    .sns_link_icon {
        margin-top: 2.33%;
    }

    .sns_link_icon a {
        margin: 0 2.1%;
    }

    .sns_link_icon img {
        width: 15.63%;
        font-size: 0;
    }

    .ykkap_link_area {
        text-align: center;
        margin-top: 11%;
    }

    .ykkap_link_area a img {
        width: 39.1%;
    }

    .footer_copywrite {
        width: 68.75%;
        margin-top: 4.06%;
    }
}



/* ==============================

    sec-mainvisual fv

===============================*/
.sec-mainvisual {
    position: relative;
}

.fv_area {
    margin: 0;
}

.fv_bg {
    height: 10px;
    background: #9e8c66;
}

.fv_title {
    text-align: center;
    margin: 0.83% auto 1.33%
}

.fv_title img {
    width: 20%;
}

.fv_comment_area {
    text-align: center;
}

.fv_main_comment {
    display: inline-block;
    text-align: center;
    font-size: 1.83vw;
    margin: 5% auto 8%;
}

.fv_main_comment span {
    background: linear-gradient(transparent 50%, #ffecfd 50%);
}

@media all and (-ms-high-contrast: none) {
    .fv_main_comment span:not(:target) {
        background: linear-gradient(transparent 40%, #ffecfd 40%);
    }

    *::-ms-backdrop,
    .fv_main_comment span:not(:target) {
        background: linear-gradient(transparent 40%, #ffecfd 40%);
    }

}

.fv_main_image {
    text-align: center;
}

.fv_main_image img {
    width: 100%;
    transition: .4s;
}

.fv_main_image img:hover {
    opacity: .7;
}

.fv_main_text {
    padding: 3% 1.67% 0;
}

.new_icon {
    color: #ed4d4d;
    display: inline-block;
    padding: 0;
    font-size: 2.33vw;
    line-height: 1.5em;
    vertical-align: top;
    margin-right: .5em;
}

.main_text_years {
    display: inline-block;
    font-size: 2vw;
    vertical-align: top;
}

.main_text_title {
    position: relative;
}

.main_text_title h2 {
    background: linear-gradient(transparent 0%, #a89775 0%);
    display: inline;
    color: #fff;
    font-size: 2.67vw;
    font-weight: 500;
    line-height: 1.7;
    padding: .2em 0;
    font-feature-settings: "palt";
}

@media all and (-ms-high-contrast: none) {

    .main_text_title h2:not(:target)

    /* 詳細度の関係でこっちにも:not(:target)つける */
        {
        padding: .3em 0 0;
        /* IE10,11 (上書きされて結果的にIE10のみ) */
    }

    .main_text_title:not(:target)

    /* 詳細度の関係でこっちにも:not(:target)つける */
        {
        padding-top: 1em;
        /* IE10,11 (上書きされて結果的にIE10のみ) */
    }


    *::-ms-backdrop,
    .main_text_title h2:not(:target)

    /* 詳細度の関係でこっちにも:not(:target)つける */
        {
        padding: .3em 0 0;
        /* IE11のみ */
    }

    *::-ms-backdrop,
    .main_text_title:not(:target)

    /* 詳細度の関係でこっちにも:not(:target)つける */
        {
        padding-top: 1em;
        /* IE11のみ */
    }

}


.main_text_title img {
    position: absolute;
    top: -80%;
    right: 0;
    width: 5.36%;
}

.fv_btn_area {
    text-align: center;
}

.fv_btn {
    display: inline-block;
    color: #000;
    font-weight: normal;
    background: #fff;
    font-size: 1.9vw;
    padding: .4em;
    margin: 6% 0 0;
    width: 28.13%;
    position: relative;
    border: solid 2px #000;
    transition: .4s;
}

.fv_btn::after {
    display: inline-block;
    content: "";
    width: 1.8vw;
    height: 1.8vw;
    border: solid #000;
    border-width: 2px 2px 0 0;
    transform: rotate(45deg);
    position: absolute;
    top: 0;
    bottom: 0;
    right: 1em;
    margin: auto;
    transition: .4s
}

.fv_btn:hover {
    text-decoration: none;
    color: #fff;
    background: #000;
}

/*
.fv_btn:hover::after {
    border: solid #000;
    border-width: 4px 4px 0 0;
}
*/


.sec_line {
    border: solid 1px #cccccc;
    margin-top: 8%;
}


/*---------------1200px以上------------------------*/

@media screen and (min-width:1200px) {

    .fv_main_comment {
        font-size: 22px;
    }

    .new_icon {
        font-size: 28px;
    }

    .main_text_years {
        font-size: 24px;
    }

    .main_text_title h2 {
        font-size: 32px;
    }

    .fv_btn {
        font-size: 24px;
    }


    .fv_btn::after {
        width: 23px;
        height: 23px;
    }

}


/*---------------1000px以上------------------------*/

@media screen and (min-width:641px) and (max-width:1000px) {

    .fv_main_comment {
        font-size: 18px;
    }

    .new_icon {
        font-size: 22px;
    }

    .main_text_years {
        font-size: 19px;
    }

    .main_text_title h2 {
        font-size: 25px;
    }

    .fv_btn {
        font-size: 19px;
    }

    .fv_btn::after {
        width: 18px;
        height: 18px;
    }

}


/*---------------640px以上------------------------*/

@media screen and (max-width:640px) {
    .sec-mainvisual {}

    .fv_area {
        margin: 0;
    }

    .fv_bg {}

    .fv_title {
        margin: 1.41% auto 1.56%;
    }

    .fv_title img {
        width: 38.66%;
    }

    .fv_main_comment {
        font-size: 3.44vw;
    }

    .fv_main_image {
        text-align: center;
    }

    .fv_main_image img {}


    .fv_main_text {
        padding: 4.69% 3.13% 0;
    }

    .new_icon {
        font-size: 4.68vw;
    }

    .main_text_years {
        font-size: 4.05vw;
    }

    .main_text_title {}

    .main_text_title h2 {
        font-size: 5.3vw;
    }

    .main_text_title img {
        width: 10%;
        top: 0;
    }


    .fv_btn {
        font-size: 4vw;
        padding: .4em;
        margin: 10% 0 0;
        width: 56.25%;
        border: solid .3vw #000;
    }

    .fv_btn::after {
        display: inline-block;
        content: "";
        width: 3.5vw;
        height: 3.5vw;
        border: solid #000;
        border-width: .3vw .3vw 0 0;
        transform: rotate(45deg);
        position: absolute;
        top: 0;
        bottom: 0;
        right: 1em;
        margin: auto;
        transition: .4s
    }

    .fv_btn:hover {
        text-decoration: none;
        color: #fff;
        background: #000;
    }

    .sec_line {
        border: solid 1px #cccccc;
        margin: 16% 3.13% 0;
    }


}



/* ==============================

others recipe

===============================*/

.others_area {}

/* ==============================

others recipe area

===============================*/

.others_recipe {
    padding: 8% 0 0;
}

.others_title {
    text-align: center;
    margin-bottom: 5%;
}

.others_title img {
    width: 24.17%;
}

.others_recipe_btn {
    -js-display: flex;
    display: flex;
    justify-content: center;
}

.others_recipe_btn a {
    text-decoration: none;
    display: block;
    width: 32%;
    margin-bottom: 5%;
    margin-right: 2%;
}

.others_recipe_btn a:last-child {
    margin-right: 0;
}

/*
.others_recipe_btn a:nth-child(2n) {
    margin: 0 2% 5%;
}
*/

.others_recipe_image {
    text-align: center;
}

.others_recipe_image img {
    transition: .4s;
}

.others_recipe_image img:hover {
    opacity: .5;
}

.others_recipe_text {
    margin: 3% 0 0;
}

.others_text_years {
    color: #000;
    font-size: 1.25vw;
    font-weight: normal;
    margin-bottom: 1%;
}

.others_text_title h2 {
    color: #000;
    font-size: 1.72vw;
    font-weight: bold;
    font-feature-settings: "palt";
    line-height: 1.3;
    margin-bottom: 0;
}

/*---------------1200px以上------------------------*/

@media screen and (min-width:1201px) {

    .others_text_years {
        font-size: 16px;
    }

    .others_text_title h2 {
        font-size: 22px;
    }
}

/*---------------1000px以上------------------------*/

@media screen and (min-width:641px) and (max-width:1000px) {

    .others_text_years {
        font-size: 12px;
    }

    .others_text_title h2 {
        font-size: 17px;
    }
}

/*---------------640px以上------------------------*/

@media screen and (max-width:640px) {


    .others_recipe {
        padding: 16% 3.13% 0;
    }

    .others_recipe_btn {
        flex-direction: column;
    }

    .others_recipe_btn a {
        margin-bottom: 8.33%;
        margin-right: 0;
        width: 100%;
        height: 100%;
    }

    .others_title {
        margin-bottom: 5%;
    }

    .others_title img {
        width: 48.33%;
    }

    .others_recipe_text {
        margin: 3% 0 0;
    }

    .others_text_years {
        font-size: 3vw;
        margin-bottom: 1%;
    }

    .others_text_title h2 {
        font-size: 4.69vw;
    }
}
