@charset "UTF-8";

/* CSS Document */
.genlpwrap_ec #content {
    width: 100% !important;
    max-width: none !important;
    padding: 0 !important;
    margin: 0 !important;
}

.genlpwrap_ec #header,
#header-banner {
    display: none !important;
}

body .genlpwrap_ec {
    width: 100%;
    font-size: 1em;
    line-height: 180%;
    font-family: "Zen Maru Gothic", "游ゴシック", "Yu Gothic", "游ゴシック体", "YuGothic", Avenir, "Open Sans", "Helvetica Neue", Helvetica, Arial, Verdana, Roboto, "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "Meiryo UI", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
    font-weight: 400;
    color: #5c1d00;
    animation-name: fadein;
    animation-duration: 500ms;
    animation-timing-function: linear;
    background: #F3EFE2;

}

@keyframes fadein {
    0% {
        opacity: 0;
    }

    100% {
        opacity: 1;
    }
}

* {
    box-sizing: border-box;
    margin: 0px;
    padding: 0px;
    caret-color: rgba(0, 0, 0, 1);
}

.genlpwrap_ec a {
    overflow: hidden;
    outline: none;
}

.genlpwrap_ec a:link,
.genlpwrap_ec a:hover,
.genlpwrap_ec a:visited {
    text-decoration: none;
}

.genlpwrap_ec a,
.genlpwrap_ec a::before,
.genlpwrap_ec a::after {
    transition: all ease 300ms;
}

.genlpwrap_ec li {
    list-style-type: none;
}

.genlpwrap_ec img {
    /*vertical-align: bottom;*/
    border-style: none;
    box-shadow: #000 0 0 0;
    height: auto;
    width: 100%;
}

.genlpwrap_ec img:not([src*=".svg"]) {
    width: 100%;
    /*
    max-width: max-content;
    max-width: -moz-max-content;
*/
}

x:-moz-any-link,
x:default {
    box-shadow: #000 0 0 0;
}

.genlpwrap_ec table,
.genlpwrap_ec th,
.genlpwrap_ec td {
    border-collapse: collapse;
    border: 0;
}

.genlpwrap_ec .red {
    color: #d80d18;
}

/*==================================
lpheader
/*==================================*/
.genlpwrap_ec .lpheader {
    width: 100%;
    position: fixed;
    top: 0;
    background: rgba(255, 255, 255, 0.8);
    display: flex;
    justify-content: space-between;
    padding: 15px 2%;
    z-index: 100;
}

.genlpwrap_ec .lpheader_menu a {
    color: #5c1d00;
}

.genlpwrap_ec .lpheader_logo {
    width: 80%;
    max-width: 260px;
}

.genlpwrap_ec .lpheader_menu {
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-end;
}

.genlpwrap_ec .lpheader_menu li {
    font-size: 90%;
    margin-left: 0.75em;
    margin-right: 0.75em;
}

@media screen and (max-width:994px) {
    .genlpwrap_ec .lpheader_menu {
        display: none;
    }
}

@media screen and (max-width:640px) {
    .genlpwrap_ec .lpheader {
        position: absolute;
    }
}

/*==================================
fv
/*==================================*/
.genlpwrap_ec .fv_wrap {
    background: url("https://www.alpha-online.jp/img/docs/image/lp/20220901/fv2.png") no-repeat top center /100% auto;
    width: 100%;
    padding-top: 42vw;
    padding-bottom: 140px;
    position: relative;
}
/*.fvslide{
    position: relative;
    top: 30%;
}*/

@media screen and (min-width:601px) and (max-width:1600px) {
    .genlpwrap_ec .fv_wrap {
        background-image: url("https://www.alpha-online.jp/img/docs/image/lp/20220901/fv3.png");
    }

}

@media screen and (max-width:600px) {
    .genlpwrap_ec .fv_wrap {
        background-image: url("https://www.alpha-online.jp/img/docs/image/lp/20220901/fv_sp_s.jpg");
        background-size: contain;
        padding-top: 154vw;
        position: relative;
    }
}

.genlpwrap_ec .fv_wrap::before {
    content: "";
    display: block;
    background: url("https://www.alpha-online.jp/img/docs/image/lp/20220901/bg_fv_end.png") repeat-x bottom left / auto 100%;
    width: 100%;
    height: 8vw;
    position: absolute;
    bottom: 0;
    z-index: 1;
}

.genlpwrap_ec .fv_wrap::after {
    content: "";
    display: block;
    width: 100%;
    height: 148px;
    background: url(https://www.alpha-online.jp/img/docs/image/lp/20220901/bg_ttl01.png) no-repeat left top / auto 105px;
    position: absolute;
    bottom: 0;
    z-index: 2;
}

.genlpwrap_ec .fvslide {
    overflow: hidden;
}

.genlpwrap_ec .fvslide_imgs {
    display: flex;
    width: 200vw;
}

.genlpwrap_ec .fvslide_imgs li {
    width: 100vw;
    animation: fvscroll 40s infinite linear 0.5s both;
}

@keyframes fvscroll {
    from {
        transform: translateX(0);
    }

    to {
        transform: translateX(-100%);
    }
}

@media screen and (max-width:640px) {
    .genlpwrap_ec .fvslide_imgs {
        width: 400vw;
    }

    .genlpwrap_ec .fvslide_imgs li {
        width: 200vw;
    }
}


.genlpwrap_ec .ico_fv {
    width: 128px;
    position: absolute;
    top: calc(42vw - 128px);
}

.genlpwrap_ec .ico_fv_left {
    left: 4%;
    animation: swings 1500ms infinite ease-in-out 0.5s both;
}

.genlpwrap_ec .ico_fv_right {
    right: 4%;
    animation: swings 1500ms infinite ease-in-out 0.5s both;
}

@media screen and (max-width:640px) {
    .genlpwrap_ec .ico_fv {
        width: 22vw;
        max-width: 128px;
        top: calc(92vw - 22vw);
    }
}

/*==================================
cart_btn_wrap
/*==================================*/
.genlpwrap_ec .campaign_wrap {
    display: flex;
    background: #fff;
    border-radius: 20px;
    justify-content: space-between;
    align-items: center;
    width: 90%;
    max-width: 1040px;
    margin: 0 auto;
    padding: 40px 5%;
    position: relative;
    z-index: 5;
}

.genlpwrap_ec .fv_campaign {
    margin-top: min(5.5vw, 80px);
}

.genlpwrap_ec .cart_ttl {
    font-size: 320%;
    font-size: min(10.5vw, 180%);
    letter-spacing: 7.5px;
    line-height: 140%;
    margin-bottom: 10px;
}



.genlpwrap_ec .cart_caption {
    font-size: 150%;
    font-size: min(5vw, 150%);
    line-height: 160%;
    margin-bottom: 40px;
}

.genlpwrap_ec .cart_detail {
    margin: 0 20px;
}





.genlpwrap_ec .cart_ttl {
    position: relative;
}

.genlpwrap_ec .cart_ttl:after {
    content: "";
    /*background: url(https://www.alpha-online.jp/img/docs/image/lp/20220901/campbox.png) no-repeat center / contain;*/
    width: 42px;
    height: 50px;
    position: absolute;

    left: 75%;
    top: 50%;
    transform: translateY(-50%);
}

@media screen and (max-width:1000px) {
    .genlpwrap_ec .cart_ttl:after {

        left: 80%;

    }
}

@media screen and (max-width:930px) {
    .genlpwrap_ec .cart_ttl:after {

        left: 320px;

    }
}

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

    .genlpwrap_ec .cart_ttl:after {

        left: 95%;

    }
}

@media screen and (max-width:430px) {
    .genlpwrap_ec .cart_ttl {
        margin-left: -20px;
    }

}




.genlpwrap_ec .cart_btn_wrap {
    width: 100%;
    max-width: 400px;
}

.genlpwrap_ec .cart_btn {
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 40px;
    background: #D80D18;
    color: #fff;
    padding: 1em 0;
    font-size: 150%;
    font-size: min(5vw, 150%);
}

.genlpwrap_ec .cart_btn:hover {
    /*transform: scale(1.1);*/
}

.genlpwrap_ec .cart_btn::before {
    content: "";
    width: 46px;
    height: 32px;
    background: url("https://www.alpha-online.jp/img/docs/image/lp/20220901/cart_icon.png") no-repeat center / contain;
    margin-right: 10px;
}

@media screen and (max-width:600px) {
    .genlpwrap_ec .campaign_wrap {
        flex-wrap: wrap;
        justify-content: center;
    }

    .genlpwrap_ec .about_img {
        border-radius: 20px;
        overflow: hidden;
        margin-bottom: 15px;
    }

    .genlpwrap_ec .about_name {
        text-align: center;
    }

    .genlpwrap_ec .cart_img {
        margin: 0 0 30px;
    }
}

/*==================================
about_wrap
/*==================================*/
.genlpwrap_ec h2.about_ttl {
    writing-mode: vertical-rl;
    -ms-writing-mode: tb-rl;
    -webkit-writing-mode: vertical-rl;
    font-size: min(4vw, 250%);
    line-height: 160%;
    margin-left: 6.7%;
    /*20221019文言と画像の距離を調整SPは要調整*/
    font-weight: normal;
}

.genlpwrap_ec .gothic {
    font-family: "游ゴシック", "Yu Gothic", "游ゴシック体", "YuGothic", Avenir, "Open Sans", "Helvetica Neue", Helvetica, Arial, Verdana, Roboto, "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "Meiryo UI", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}

.genlpwrap_ec .about_list {
    display: flex;
    flex-wrap: wrap;
}

.genlpwrap_ec .about_list li {
    width: calc(50% - 20px);
    position: relative;
    padding-top: 80px;
    padding-left: 50px;
    margin-right: 20px;
    margin-bottom: 50px;
}

.genlpwrap_ec .about_pop {
    background: url(https://www.alpha-online.jp/img/docs/image/lp/20220901/pointpop.png) no-repeat center / contain;
    display: flex;
    color: #fff;
    justify-content: center;
    text-align: center;
    align-items: center;
    line-height: 130%;
    width: 210px;
    height: 120px;
    font-size: 110%;
    transform: rotate(-3deg);
    position: absolute;
    top: 0;
    left: 0;
    animation: swings 2500ms infinite ease-in-out 0.5s both;
}

@keyframes swings {
    0% {
        transform: rotate(0deg);
    }

    20% {
        transform: rotate(7.5deg);
    }

    40% {
        transform: rotate(-7.5deg);
    }

    60% {
        transform: rotate(4.5deg);
    }

    80% {
        transform: rotate(-1.5deg);
    }

    100% {
        transform: rotate(0deg);
    }
}

.genlpwrap_ec .about_flex {
    display: flex;
    flex-direction: row-reverse;
    justify-content: center;
    width: 90%;
    max-width: 1130px;
    margin: min(3.2vw, 45px) auto min(11vw, 120px);
}

.genlpwrap_ec .about_img {
    border-radius: 20px;
    overflow: hidden;
    margin-bottom: 18px;
}

.genlpwrap_ec .about_name {
    text-align: center;
}

.genlpwrap_ec .about_link {
    color: #b48a6d;
    text-align: center;
    display: block;
    background: #fff;
    border-radius: 40px;
    padding: 15px 9%;
    box-shadow: 0 0 10px 0 rgb(0 0 0 / 20%);
    width: 90%;
    margin: 18px auto 0;
    position: relative;
    font-family: "游ゴシック", "Yu Gothic", "游ゴシック体", "YuGothic", Avenir, "Open Sans", "Helvetica Neue", Helvetica, Arial, Verdana, Roboto, "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "Meiryo UI", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}

.genlpwrap_ec .about_link:hover {
    background: #b48a6d;
    color: #fff;
}

.genlpwrap_ec .about_link::after {
    content: "";
    display: block;
    width: 8px;
    height: 8px;
    border: 2px solid;
    border-bottom: none;
    border-left: none;
    transform: rotate(45deg);
    position: absolute;
    top: 0;
    bottom: 0;
    margin: auto;
    right: 9%;
}

@media screen and (max-width:800px) {
    .genlpwrap_ec .about_flex {
        flex-wrap: wrap;
    }

    .genlpwrap_ec h2.about_ttl {
        writing-mode: horizontal-tb;
        -webkit-writing-mode: horizontal-tb;
        width: 100%;
    }
}

@media screen and (max-width:640px) {
    .genlpwrap_ec .about_list li {
        width: 100%;
        margin-right: 50px;
    }

    .genlpwrap_ec .about_pop {
        font-size: 105%;
        width: 195px;
        height: 115px;
    }
}

/*==================================
feature_wrap
/*==================================*/
.genlpwrap_ec .feature_wrap {
    background: #e4d7a6 url("https://www.alpha-online.jp/img/docs/image/lp/20220901/bg_ttl02.png") no-repeat top left;
    padding-top: min(8.1vw, 115px);
    position: relative;
}

.genlpwrap_ec .feature_ttl_wrap {
    text-align: center;
    margin-bottom: min(8.1vw, 115px);
}

.genlpwrap_ec .feature_list {
    max-width: 1245px;
    width: 90%;
    margin: 0 auto;
    padding-bottom: min(10vw, 130px);
}

.genlpwrap_ec .feature_list li {
    display: flex;
    flex-wrap: wrap;
    margin-bottom: min(4.2vw, 60px);
    align-items: center;
}

.genlpwrap_ec .feature_list li:nth-of-type(2n-1) {
    flex-direction: row-reverse;
    align-items: center;
}

.genlpwrap_ec .feature_num {
    width: 117px;
    margin: 0 auto 30px;
}

.genlpwrap_ec .feature_img {
    width: 46.2%;
    margin-top: 35px;
    max-height: 334px;
    height: 24vw;
    overflow: hidden;
    border-radius: 30px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.genlpwrap_ec .feature_img img {
    border-radius: 20px;
    overflow: hidden;
}


.genlpwrap_ec .feature_detail {
    width: 40.8%;
    margin-left: 3.5%;
    margin-right: 3.5%;
    margin-bottom: 25px;
}

.genlpwrap_ec .ruby_dot::before {
    content: "";
    width: 4px;
    height: 4px;
    background: #5c1d00;
    display: block;
    border-radius: 50%;
    margin: 0 auto;
}

.genlpwrap_ec .feature_subttl {
    font-size: 120%;
    font-weight: bold;
    letter-spacing: 3px;
    width: 326px;
    height: 110px;
    background: url(https://www.alpha-online.jp/img/docs/image/lp/20220901/featurepop.png) no-repeat center / contain;
    display: flex;
    justify-content: center;
    align-items: center;
    margin: 0 auto 20px;
}

.genlpwrap_ec .feature_ttl {
    font-size: 240%;
    font-size: min(8vw, 240%);
    line-height: 140%;
}

.genlpwrap_ec .feature_name {
    font-size: 180%;
    font-size: min(6vw, 180%);
    line-height: 160%;
    margin-bottom: 20px;
    text-align: center;
}

.genlpwrap_ec .feature_txt {
    font-size: 110%;
    line-height: 190%;
    font-family: "游ゴシック", "Yu Gothic", "游ゴシック体", "YuGothic", Avenir, "Open Sans", "Helvetica Neue", Helvetica, Arial, Verdana, Roboto, "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "Meiryo UI", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}

.genlpwrap_ec .feature_btn_link {
    display: flex;
    justify-content: center;
    margin-top: 50px;
}

.genlpwrap_ec .feature_btn {
    display: inline-block;
    color: #5c1d00;
    border: 1px solid;
    border-radius: 50px;
    padding: 0.75em 4em 0.75em 2em;
    position: relative;
}

.genlpwrap_ec .feature_btn:hover {
    background: #5c1d00;
    color: #fff;
}

.genlpwrap_ec .feature_btn::after {
    content: "";
    width: 7px;
    height: 7px;
    border: 2px solid;
    border-top: none;
    border-left: navajowhite;
    display: block;
    transform: rotate(45deg);
    position: absolute;
    top: 0;
    bottom: 0;
    margin: auto;
    right: 6%;
}

.genlpwrap_ec .feature_graph {
    background: #fff;
    padding: 50px;
    border-radius: 20px;
    margin: 15px auto 0;
    max-width: 967px;
    width: 90%;
    position: relative;
}

.genlpwrap_ec .feature_graph::before {
    content: "";
    display: block;
    position: absolute;
    width: 100px;
    height: 50px;
    background: #fff;
    top: -50px;
    right: 10%;
    clip-path: polygon(50% 0%, 0% 100%, 100% 100%);
}

.genlpwrap_ec .feature_wrap::after {
    content: "";
    display: block;
    position: absolute;
    z-index: 1;
    width: 100%;
    background: #8f4e36;
    height: 12vw;
    max-height: 200px;
    bottom: 0;
}

@media screen and (max-width:900px) {
    .genlpwrap_ec .feature_img {
        width: 100%;
        max-width: 576px;
        margin: 0 auto 35px;
        height: 38vw;
    }

    .genlpwrap_ec .feature_detail {
        width: 100%;
    }
}

@media screen and (max-width:640px) {
    .genlpwrap_ec .feature_graph {
        padding: 40px 20px 40px;
        width: 100%;
    }
}

/*==================================
comparise_wrap
/*==================================*/
.genlpwrap_ec .comparise_wrap {
    background: #8f4e36 url("https://www.alpha-online.jp/img/docs/image/lp/20220901/bg_ttl03.png") no-repeat top left;
    padding-top: min(5.6vw, 80px);
}

.genlpwrap_ec .comparise_flex {
    background: url(https://www.alpha-online.jp/img/docs/image/lp/20220901/comparise_bg.png) no-repeat center / auto 100%;
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    padding: min(20vw, 270px) 5% min(7.8vw, 110px);
    width: 100%;
}

.genlpwrap_ec .comparise_ttl_wrap {
    width: 11%;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-content: flex-start;
}

.genlpwrap_ec h2.comparise_ttl {
    writing-mode: vertical-rl;
    -ms-writing-mode: tb-rl;
    -webkit-writing-mode: vertical-rl;
    font-size: min(8vw, 250%);
    line-height: 160%;
    font-weight: normal;
    margin-bottom: 0;
}

.genlpwrap_ec .comparise_detail {
    width: 74.8%;
    margin-left: 6%;
    max-width: 720px;
}

.genlpwrap_ec .comparise_foot {
    padding-top: min(7vw, 100px);
    background: url("https://www.alpha-online.jp/img/docs/image/lp/20220901/bg_school.jpg") repeat-x bottom center;
}

.genlpwrap_ec .comparise_ft {
    color: #fff;
    font-size: 180%;
    font-size: min(6vw, 180%);
    text-align: center;
    margin-bottom: min(2.8vw, 40px);
    line-height: 140%;
}

.genlpwrap_ec .comparise_ft::before,
.genlpwrap_ec .comparise_ft::after {
    content: "　";
    display: inline-block;
    border-left: 3px dotted;
    color: #fff;
    width: 1px;
}

.genlpwrap_ec .comparise_ft::before {
    transform: rotate(-35deg);
    margin-right: 20px;

}

.genlpwrap_ec .comparise_ft::after {
    transform: rotate(35deg);
    margin-left: 20px;
}

.genlpwrap_ec .comparise_photo_wrap {
    width: 100%;
    max-width: 1240px;
    margin: 0 auto;
    position: relative;
}

.genlpwrap_ec .comparise_mini {
    font-size: 75%;
    line-height: 140%;
    margin-top: 10px;
    color: #000;
    font-family: "游ゴシック", "Yu Gothic", "游ゴシック体", "YuGothic", Avenir, "Open Sans", "Helvetica Neue", Helvetica, Arial, Verdana, Roboto, "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "Meiryo UI", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}

.genlpwrap_ec .sc_woman {
    width: 16vw;
    max-width: 220px;
    position: absolute;
    bottom: 0;
    left: 0;
}

.genlpwrap_ec .sc_img {
    width: 90%;
    max-width: 1000px;
    margin: 0 auto;
}

.genlpwrap_ec .sc_img::after {
    content: "実際の献立事例";
    position: absolute;
    bottom: max(-1em, -3.5vw);
    font-size: min(3.5vw, 1em);
    line-height: 100%;
    width: 80%;
    text-align: right;
    left: 0;
    right: 0;
    margin: auto;
    font-family: "游ゴシック", "Yu Gothic", "游ゴシック体", "YuGothic", Avenir, "Open Sans", "Helvetica Neue", Helvetica, Arial, Verdana, Roboto, "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "Meiryo UI", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}

@media screen and (max-width: 800px) {
    .genlpwrap_ec h2.comparise_ttl {
        writing-mode: horizontal-tb;
        -webkit-writing-mode: horizontal-tb;
        width: 100%;
        text-align: center;
    }

    .genlpwrap_ec .comparise_ttl_wrap,
    .genlpwrap_ec .comparise_detail {
        width: 100%;
        margin-bottom: 30px;
        margin-left: auto;
    }
}

@media screen and (max-width: 640px) {
    .genlpwrap_ec .sc_woman {
        position: relative;
        margin: 0 auto;
        width: 220px;
    }
}

/*==================================
evidence_wrap
/*==================================*/
.genlpwrap_ec .evidence_wrap {
    background: #dac886 url("https://www.alpha-online.jp/img/docs/image/lp/20220901/bg_ttl04.png") no-repeat top left;
    padding-top: min(8vw, 110px);
    padding-bottom: 40px;
}

.genlpwrap_ec .evidence_inr {
    width: 90%;
    max-width: 1200px;
    margin: 0 auto;
    background: #fff;
    border-radius: 20px;
    position: relative;
    padding-right: 2%;
    padding-left: 6.5%;
    padding-bottom: 50px;
}






.genlpwrap_ec .evidence_ttl {
    background: #5c1d00;
    color: #fff;
    font-size: 180%;
    font-size: min(6vw, 180%);
    text-align: center;
    padding: 0.75em 0;
    border-radius: 0 0 10px 10px;
    /*max-width: 664px;*/
    max-width: 540px;
    margin: 0 auto min(3.5vw, 50px);
    position: relative;
}

.genlpwrap_ec .evidence_ttl::before {
    content: "";
    display: block;
    width: 110px;
    height: 136px;
    position: absolute;
    background: url("https://www.alpha-online.jp/img/docs/image/lp/20220901/expect_icon.png") no-repeat center;
    top: -30px;
    /*right: -65px;*/
    right: -115px;
}






.genlpwrap_ec .evidence_flex {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

.genlpwrap_ec .evidence_detail {
    width: 50%;
}

.genlpwrap_ec .evidence_name .bg_line {
    background: #dac886;
    line-height: 120%;
    font-size: 190%;
    font-size: 1.5rem;
    display: inline-block;
    font-weight: bold;
    letter-spacing: 1.5px;
    margin-bottom: 13px;
}

.genlpwrap_ec .evidence_img {
    width: 47.965%;
}

.genlpwrap_ec .evidence_name {
    margin-bottom: 20px;
}

.genlpwrap_ec .evidence_graph {
    margin-bottom: 30px;
}

.genlpwrap_ec .evidence_graph::after {
    content: "脂肪肝の抑制イメージ";
    display: block;
    text-align: right;
    font-size: 80%;
    color: #666666;
    font-family: "游ゴシック", "Yu Gothic", "游ゴシック体", "YuGothic", Avenir, "Open Sans", "Helvetica Neue", Helvetica, Arial, Verdana, Roboto, "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "Meiryo UI", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}

.genlpwrap_ec .evidence_comment {
    width: 92.5%;
    margin-left: auto;
    font-size: 80%;
    line-height: 200%;
    color: #666666;
    font-family: "游ゴシック", "Yu Gothic", "游ゴシック体", "YuGothic", Avenir, "Open Sans", "Helvetica Neue", Helvetica, Arial, Verdana, Roboto, "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "Meiryo UI", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}

.genlpwrap_ec .evidence_subttl {
    font-size: 120%;
    font-family: "游ゴシック", "Yu Gothic", "游ゴシック体", "YuGothic", Avenir, "Open Sans", "Helvetica Neue", Helvetica, Arial, Verdana, Roboto, "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "Meiryo UI", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
    font-weight: bold;
    line-height: 180%;
    margin-bottom: 20px;
}

.genlpwrap_ec .evidence_txt {
    margin-bottom: 15px;
    font-size: 110%;
    font-family: "游ゴシック", "Yu Gothic", "游ゴシック体", "YuGothic", Avenir, "Open Sans", "Helvetica Neue", Helvetica, Arial, Verdana, Roboto, "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "Meiryo UI", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
    line-height: 180%;
}

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

    .genlpwrap_ec .evidence_detail,
    .genlpwrap_ec .evidence_img {
        width: 100%;
    }

    .genlpwrap_ec .evidence_ttl {
        text-align: left;
        padding-left: 3%;
    }

    .genlpwrap_ec .evidence_ttl::before {
        right: 0;
        width: 55px;
        height: 70px;
        bottom: 0;
        top: 0;
        margin: auto;
        background-size: contain;
    }

    .genlpwrap_ec .evidence_comment {
        margin-right: auto;
    }



    .genlpwrap_ec .evidence_ttl {
        background: #5c1d00;
        color: #fff;
        font-size: 180%;
        font-size: min(6vw, 180%);
        text-align: center;
        padding: 0.75em 0;
        border-radius: 0 0 10px 10px;
        /*max-width: 664px;*/
        max-width: 440px;
        margin: 0 auto min(3.5vw, 50px);
        position: relative;
    }

    .genlpwrap_ec .evidence_ttl::before {
        content: "";
        display: block;
        width: 90px;
        height: 136px;
        position: absolute;
        background: url("https://www.alpha-online.jp/img/docs/image/lp/20220901/expect_icon.png") no-repeat center /contain;
        top: -30px;
        /*right: -65px;*/
        right: -100px;
    }







}


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

    .genlpwrap_ec .evidence_ttl::before {
        content: "";
        display: block;
        width: 80px;
        height: 136px;
        position: absolute;
        background: url("https://www.alpha-online.jp/img/docs/image/lp/20220901/expect_icon.png") no-repeat center /contain;
        top: -20px;
        /*right: -65px;*/
        right: -85px;
    }



}

@media screen and (max-width:640px) {
    .genlpwrap_ec .evidence_ttl {
        background: #5c1d00;
        color: #fff;
        font-size: 180%;
        font-size: min(6vw, 180%);
        text-align: center;
        padding: 0.75em 0;
        border-radius: 0 0 10px 10px;
        /*max-width: 664px;*/
        max-width: 300px;
        margin: 0 auto min(3.5vw, 50px);
        position: relative;
    }
}

@media screen and (max-width:500px) {
    .genlpwrap_ec .evidence_ttl {
        background: #5c1d00;
        color: #fff;
        font-size: 180%;
        font-size: min(6vw, 180%);
        text-align: center;
        padding: 0.75em 0;
        border-radius: 0 0 10px 10px;
        /*max-width: 664px;*/
        max-width: 220px;
        margin: 0 auto min(3.5vw, 50px);
        position: relative;
    }

    .genlpwrap_ec .evidence_ttl::before {
        content: "";
        display: block;
        width: 60px;
        height: 136px;
        position: absolute;
        background: url("https://www.alpha-online.jp/img/docs/image/lp/20220901/expect_icon.png") no-repeat center /contain;
        top: -10px;
        /*right: -65px;*/
        right: -65px;
    }


}


/*==================================
voice_wrap
==================================*/

.genlpwrap_ec .voice_wrap {
    background: #fff;
}

.genlpwrap_ec .voice_inr {
    width: 100%;
    max-width: 1110px;
    margin: 0 auto;
}

.genlpwrap_ec .voice_ttl {
    color: #5c1d00;
    font-size: 120%;
    line-height: 140%;
    text-align: center;
    margin-bottom: 15px;
}

.genlpwrap_ec .voice_list {
    display: flex;
}

.genlpwrap_ec .voice_list .voice {
    width: calc(100% / 3 - 40px);
    margin: 0 20px;
    padding: 25px;
    border: 1px solid #b9b9b9;
}

.genlpwrap_ec .voice_img {
    border-radius: 10px;
    overflow: hidden;
    margin-bottom: 20px;
    position: relative;
}

.genlpwrap_ec .voice_img::after {
    content: "イメージ";
    position: absolute;
    z-index: 2;
    bottom: 0;
    left: 10px;
    font-size: 80%;
    color: #4d4d4d;
}

.genlpwrap_ec .voice_txt {
    margin-bottom: 20px;
    line-height: 160%;
    font-family: "游ゴシック", "Yu Gothic", "游ゴシック体", "YuGothic", Avenir, "Open Sans", "Helvetica Neue", Helvetica, Arial, Verdana, Roboto, "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "Meiryo UI", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}

.genlpwrap_ec .voice_txt::before {
    content: "●";
    color: #ffcbca;
}

.genlpwrap_ec .voice_wrap {
    padding-top: 180px;
    padding-top: min(12vw, 180px);
    background: #fff url(https://www.alpha-online.jp/img/docs/image/lp/20220901/voice_head.png) repeat-x top;
}

.genlpwrap_ec .voice_ttl {
    font-size: 200%;
    letter-spacing: 1.5px;
    margin-bottom: 60px;
}

.genlpwrap_ec .voice_subttl {
    background: #ffdad9;
    display: flex;
    justify-content: center;
    width: 80%;
    max-width: 364px;
    border-radius: 40px;
    padding: 0.75em;
    font-size: 120%;
    margin: 0 auto 30px;
    position: relative;
}

.genlpwrap_ec .voice_subttl::after {
    content: "▼";
    color: #ffdad9;
    left: 0;
    right: 0;
    margin: auto;
    position: absolute;
    bottom: -1em;
    text-align: center;
}






.genlpwrap_ec .updwnanimated {
    animation: updwn .6s infinite alternate ease-in-out;

}

@keyframes updwn {
    from {
        transform: translateY(0);
    }

    to {
        transform: translateY(10px);
    }
}




.genlpwrap_ec .voice_name {
    text-align: center;
    font-size: 130%;
    line-height: 160%;
    margin-bottom: 15px;
}

.genlpwrap_ec .voice_list {
    display: flex;
    flex-wrap: wrap;
    margin-bottom: 30px;
}



.genlpwrap_ec .voice_present {
    display: flex;
    width: calc(100% - 40px);
    background: #ffdad9;
    border-radius: 20px;
    margin: 0 20px;
    justify-content: center;
    align-items: center;
    padding: 40px 3%;
    position: relative;
    flex-wrap: wrap;
    z-index: 3;
}

.genlpwrap_ec .ico_voice {
    width: 44px;
    margin-right: 10px;
}

.genlpwrap_ec .voice_present_name {
    display: flex;
    align-items: center;
    padding: 0 2em 0 0;
    border-right: 1px solid;
    margin-right: 2em;
}

.genlpwrap_ec .voice_present_ttl {
    margin-bottom: 0;
    font-size: 160%;
    font-size: min(5vw, 160%);
}

.genlpwrap_ec .voice_btn_wrap {
    width: 100%;
    position: absolute;
    bottom: -30px;
    left: 0;
    right: 0;
    margin: auto;
    display: flex;
    justify-content: center;
}

.genlpwrap_ec .voice_btn {
    display: block;
    background: #fff;
    width: 100%;
    max-width: 280px;
    text-align: center;
    border-radius: 30px;
    padding: 0.75em;
    box-shadow: 0 0 5px 0 rgb(0 0 0 / 20%);
    bottom: -25px;
    color: #5c1d00;
}

.genlpwrap_ec .voice_btn:hover {
    background: #5c1d00;
    color: #fff;
}

.genlpwrap_ec .voice_wrap::after {
    content: "";
    display: block;
    width: 100%;
    padding-top: 180px;
    padding-top: min(12vw, 180px);
    background: url(https://www.alpha-online.jp/img/docs/image/lp/20220901/voice_head.png) repeat-x top;
    transform: rotate(180deg);
}

@media screen and (max-width:800px) {
    .genlpwrap_ec .voice_list .voice {
        width: 100%;
        margin-bottom: 20px;
    }

    .genlpwrap_ec .voice_img {
        max-width: 265px;
        margin: 0 auto 30px;
    }

    .genlpwrap_ec .voice_present_name {
        padding: 0;
        margin: 0;
        margin-bottom: 10px;
        border: none;
    }
}

/*==================================
cook_wrap
==================================*/
.genlpwrap_ec .cook_wrap_ec {
    background: url("https://www.alpha-online.jp/img/docs/image/lp/20220901/bg.jpg") no-repeat top center / cover;
    padding: min(7vw, 90px) 0;
    width: 100%;
}

.genlpwrap_ec .cook_inr {
    width: 90%;
    max-width: 1240px;
    background: rgba(255, 255, 255, 0.9);
    margin: 0 auto;
    border-radius: 15px;
    padding: min(5vw, 70px) 0;
}

.genlpwrap_ec .cook_ttl_wrap {
    width: 90%;
    max-width: 1000px;
    margin: 0 auto;
}

.genlpwrap_ec .cook_subttl {
    background: #b48a6d;
    color: #fff;
    display: flex;
    justify-content: center;
    max-width: 364px;
    border-radius: 40px;
    padding: 0.75em;
    font-size: 120%;
    margin: 0 auto 30px;
    position: relative;
}

.genlpwrap_ec .cook_subttl::after {
    content: "▼";
    color: #b48a6d;
    left: 0;
    right: 0;
    margin: auto;
    position: absolute;
    bottom: -1em;
    text-align: center;
}

.genlpwrap_ec .cook_ttl {
    text-align: center;
    font-size: min(6vw, 180%);
    font-size: 180%;
}

.genlpwrap_ec .cook_ttl_wrap {
    position: relative;
    display: flex;
    justify-content: space-between;
    margin-bottom: 40px;
}

.genlpwrap_ec .cook_ttl_wrap::before,
.genlpwrap_ec .cook_ttl_wrap::after {
    content: "";
    display: block;
    width: 128px;
    height: 128px;
}

.genlpwrap_ec .cook_ttl_wrap::before {
    background: url(https://www.alpha-online.jp/img/docs/image/lp/20220901/ico_suihan.png) no-repeat center / contain;
}

.genlpwrap_ec .cook_ttl_wrap::after {
    background: url(https://www.alpha-online.jp/img/docs/image/lp/20220901/ico_nabe.png) no-repeat center / contain;
}

.genlpwrap_ec .cook_open_btn {
    padding: 20px 4%;
    display: flex;
    align-items: center;
    justify-content: space-between;
    transition: all ease 200ms;
    color: #5c1d00;
}

.genlpwrap_ec .cook_list {
    width: 90%;
    margin: 0 auto;
}

.genlpwrap_ec .cook_recipe {
    background: #fff;
    box-shadow: 0 0 10px 0 rgb(0 0 0 / 20%);
    border-radius: 40px;
    margin-bottom: 30px;
    padding: 2%;
}

.genlpwrap_ec .cook_open_ttl {
    font-size: 140%;
    font-size: min(4.5vw, 140%);
    line-height: 140%;
}

.genlpwrap_ec .cook_contents {
    padding: 0 4%;
    transform-origin: top;
    /*transform: scale(1, 0);*/
    /*height: 0;*/
    transition: all ease 200ms;
    margin-top: -50px;
    padding-top: 50px;
}

.genlpwrap_ec .cook_recipe:target .cook_contents {
    padding: 80px 4% 30px;
    /*transform: scale(1, 1);*/
    height: auto;
}

.genlpwrap_ec .cook_process_list {
    display: flex;
    justify-content: space-between;
}

.genlpwrap_ec #cook_recipe01 .cook_process {
    width: 30%;
}

.genlpwrap_ec #cook_recipe02 .cook_process {
    width: 48%;

}

.genlpwrap_ec .process_img {
    position: relative;
    margin-bottom: 10px;
    min-height: 40px;
    max-width: 260px;
}

.genlpwrap_ec .process_num {
    background: #8f4e36;
    display: flex;
    color: #fff;
    font-size: 200%;
    width: 40px;
    height: 40px;
    justify-content: center;
    align-items: center;
    position: absolute;
    left: 0;
    top: 0;
}

.genlpwrap_ec .cook_process_list {
    display: flex;
    justify-content: space-between;
    padding: 0 0 35px;
    margin-bottom: 35px;
    border-bottom: 1px dashed;
    flex-wrap: wrap;
}

.genlpwrap_ec .process02flex {
    display: flex;
    align-items: flex-start;
}

.genlpwrap_ec .process02flex .ico {
    width: 110px;
    margin-right: 10px;
}

.genlpwrap_ec .process02flex .txt {
    width: calc(100% - 120px);
}

.genlpwrap_ec .cook_open_icon {
    position: relative;
    margin-right: 4%;
}

.genlpwrap_ec .cook_open_icon::before,
.genlpwrap_ec .cook_open_icon::after {
    content: "";
    width: 24px;
    /*background: #b48a6d;*/
    height: 4px;
    display: block;
    border-radius: 2px;
    position: absolute;
    right: 0;
}

.genlpwrap_ec .cook_recipe:not(:target) .cook_open_icon::before {
    transform: rotate(90deg);
}


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

    .genlpwrap_ec .cook_ttl_wrap::before,
    .genlpwrap_ec .cook_ttl_wrap::after {
        display: none;
    }

    .genlpwrap_ec .cook_ttl_wrap {
        justify-content: center;
    }

    .genlpwrap_ec #cook_recipe01 .cook_process,
    .genlpwrap_ec #cook_recipe02 .cook_process {
        width: 100%;
        margin-bottom: 30px;
    }
}

/*==================================
faq_wrap
==================================*/
.genlpwrap_ec .faq_wrap {
    padding: min(7vw, 90px) 0 0;
}

.genlpwrap_ec .faq_list_wrap {
    padding: min(7vw, 90px) 0;
    background: url("https://www.alpha-online.jp/img/docs/image/lp/20220901/bg_ttl05.png") no-repeat top left;
}

.genlpwrap_ec .faq_ttl {
    text-align: center;
    font-size: 180%;
    font-size: min(6vw, 180%);
    margin-bottom: 50px;
}

.genlpwrap_ec .faq_list {
    max-width: 1000px;
    width: 90%;
    margin: 0 auto;
}

.genlpwrap_ec .faq {
    margin-top: -80px;
    padding-top: 80px;
}

.genlpwrap_ec .faq_anchor {
    background: #fff;
    border-radius: 40px;
    box-shadow: 0 0 10px 0 rgb(0 0 0 / 10%);
    margin-bottom: 30px;
}

.genlpwrap_ec .faq_open_btn {
    padding: 20px 4%;
    display: flex;
    align-items: center;
    justify-content: space-between;
    transition: all ease 200ms;
    color: #5c1d00;
    flex-wrap: wrap;
}

.genlpwrap_ec .faq_open_icon {
    position: relative;
    margin-right: 0;
}

.genlpwrap_ec .faq_open_icon::before,
.genlpwrap_ec .faq_open_icon::after {
    content: "";
    width: 24px;
    background: #b48a6d;
    height: 4px;
    display: block;
    border-radius: 2px;
    position: absolute;
    right: 0;
}

.genlpwrap_ec .faq:not(:target) .faq_open_icon::before {
    transform: rotate(90deg);
}

.genlpwrap_ec .faq_open_ttl {
    font-size: 110%;
    width: calc(100% - 70px);
    line-height: 120%;
}

.genlpwrap_ec .faq_open_btn::before {
    content: "Q";
    background: #b48a6d;
    display: flex;
    width: 36px;
    min-width: 36px;
    height: 36px;
    justify-content: center;
    align-items: center;
    color: #fff;
    border-radius: 50%;
    font-size: 140%;
    line-height: 100%;
}

.genlpwrap_ec .faq_contents {
    padding: 0px 4% 0 calc(4% + 50px);
    font-size: 105%;
    line-height: 180%;
    /*height: 0;*/
    /*transform: scale(1, 0);*/
    transform-origin: top;
    transition: all ease 300ms;
}

.genlpwrap_ec .faq:target .faq_contents {
    padding: 0px 4% 30px calc(4% + 50px);
    height: auto;
    /*transform: scale(1, 1);*/
}

@media screen and (max-width:640px) {
    .genlpwrap_ec .faq:target .faq_contents {
        padding: 0px 4% 30px;
        line-height: 160%;
        font-size: 95%;
    }
}

.genlpwrap_ec .faq_process {
    margin-top: 30px;
}

.genlpwrap_ec .faq_process:not(:last-child) {
    margin-bottom: 55px;
}

.genlpwrap_ec .faq_process_flex {
    display: flex;
    justify-content: space-between;
    margin-bottom: 30px;
    flex-wrap: wrap;
}

.genlpwrap_ec .faq_process_img {
    width: 150px;
}

.genlpwrap_ec .faq_process_txt {
    width: calc(100% - 180px);
}

.genlpwrap_ec .faq_process_ttl {
    background: #f3efe2;
    display: flex;
    justify-content: center;
    font-size: 110%;
    line-height: 140%;
    padding: 0.5em 1.5em;
    border-radius: 30px;
    margin-bottom: 30px;
}

.genlpwrap_ec .faq_process_name {
    display: flex;
    justify-content: center;
    font-size: 120%;
    font-weight: bold;
    width: 90%;
    margin: 0 auto 20px;
}

.genlpwrap_ec .faq_process_flex_wrap {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}

.genlpwrap_ec .faq_process_flex_wrap .faq_process_flex {
    width: 51%;
}

.genlpwrap_ec .faq_process_flex_wrap .faq_process_flex:nth-of-type(2n) {
    width: 45%;
}

.genlpwrap_ec .faq_process_flex_wrap .faq_process_txt {
    width: calc(100% - 160px);
}

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

    .genlpwrap_ec .faq_process_flex_wrap .faq_process_flex,
    .genlpwrap_ec .faq_process_flex_wrap .faq_process_flex:nth-of-type(2n) {
        width: 100%;
    }
}

@media screen and (max-width:640px) {
    .genlpwrap_ec .faq_process_flex {
        justify-content: center;
    }

    .genlpwrap_ec .faq_process_txt,
    .genlpwrap_ec .faq_process_flex_wrap .faq_process_txt {
        width: 90%;
        margin: 10px auto 0;
    }
}


/*==================================
arrange_head
==================================*/
.genlpwrap_ec .arrange_head {
    background: #f3efe2;
    width: 100%;
    height: min(9.3vw, 130px);
    clip-path: polygon(0 0, 100% 0, 100% 100%, 50% 0, 0 100%);
}

.genlpwrap_ec .arrange_wrap {
    background: url(https://www.alpha-online.jp/img/docs/image/lp/20220901/bg_arrange.jpg) repeat;
    padding-bottom: min(3.5vw, 50px);
}

.genlpwrap_ec .arrange_ttl_ico {
    width: 27%;
    max-width: 300px;
}

.genlpwrap_ec .arrange_ttl_wrap {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    text-align: center;
    width: 90%;
    max-width: 1040px;
    justify-content: space-between;
    margin: 0 auto 40px;
}

.genlpwrap_ec .arrange_ttl_inr {
    text-align: center;
}

.genlpwrap_ec .arrange_subttl {
    font-size: 120%;
    color: #b48a6d;
    line-height: 120%;
    margin-bottom: 10px;
}

.genlpwrap_ec .arrange_ttl {
    font-size: min(10vw, 300%);
    font-weight: bold;
    line-height: 140%;
}

.genlpwrap_ec .arrange_ttl> :nth-of-type(1) {
    color: #88a562;
}

.genlpwrap_ec .arrange_ttl> :nth-of-type(2) {
    color: #878ca0;
}

.genlpwrap_ec .arrange_ttl> :nth-of-type(3) {
    color: #98b59f;
}

.genlpwrap_ec .arrange_ttl> :nth-of-type(4) {
    color: #689a98;
}

.genlpwrap_ec .arrange_ttl> :nth-of-type(5) {
    color: #d1ab80;
}

.genlpwrap_ec .arrange_ttl> :nth-of-type(6) {
    color: #ddc780;
}

.genlpwrap_ec .arrange_ttl> :nth-of-type(7) {
    color: #c7be40;
}

@media screen and (max-width:860px) {
    .genlpwrap_ec .arrange_ttl_wrap {
        justify-content: center;
    }

    .genlpwrap_ec .arrange_ttl_inr {
        width: 100%;
        margin: 10px 0;
    }
}

.genlpwrap_ec .arrange_list {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    width: 90%;
    max-width: 1360px;
    margin: 0 auto;
}

.genlpwrap_ec .arrange {
    width: 31%;
    background: #dbc374;
    position: relative;
    padding: 40px 0 20px;
    margin-bottom: 30px;
}

.genlpwrap_ec .arrange:nth-of-type(2n) {
    background: #878ca0;
}

.genlpwrap_ec .arrange:nth-of-type(3n) {
    background: #98b59f;
}

.genlpwrap_ec .arrange:nth-of-type(4n) {
    background: #88a562;
}

.genlpwrap_ec .arrange:nth-of-type(5n) {
    background: #d0a880;
}

.genlpwrap_ec .arrange:nth-of-type(6n) {
    background: #d98c80;
}

.genlpwrap_ec .arrange_name {
    font-weight: bold;
    text-align: center;
    color: #fff;
    font-size: 160%;
    font-size: min(5vw, 160%);
    margin-bottom: 20px;
}

.genlpwrap_ec .arrange_photo {
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-bottom: 10px;
}

.genlpwrap_ec .arrange_copy {
    position: absolute;
}

.genlpwrap_ec .arrange_img {
    width: 70%;
    border-radius: 20px;
    overflow: hidden;
    margin-bottom: 5px;
}

.genlpwrap_ec .arrange_hash {
    width: 86%;
    margin: 0 auto;
    color: #fff;
    font-size: 110%;
    line-height: 160%;
}



@media screen and (max-width:576px) {
    .genlpwrap_ec .arrange_hash {
        width: 86%;
        margin: 0 auto 0 6px;
        color: #fff;
        font-size: 110%;
        line-height: 160%;
    }

}


.genlpwrap_ec .arrange_open_btn {
    background: #fff;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 90px;
    height: 90px;
    font-size: 90%;
    text-align: center;
    line-height: 140%;
    border-radius: 50%;
    position: absolute;
    bottom: 45px;
    right: 10px;
    color: #dbc374;
}

.genlpwrap_ec .arrange:nth-of-type(2n) .arrange_open_btn {
    color: #878ca0;
}

.genlpwrap_ec .arrange:nth-of-type(3n) .arrange_open_btn {
    color: #98b59f;
}

.genlpwrap_ec .arrange:nth-of-type(4n) .arrange_open_btn {
    color: #88a562;
}

.genlpwrap_ec .arrange:nth-of-type(5n) .arrange_open_btn {
    color: #d0a880;
}

.genlpwrap_ec .arrange:nth-of-type(6n) .arrange_open_btn {
    color: #d98c80;
}

.genlpwrap_ec .arrange_contents {
    /*width: 100vw;
    position: fixed;
    z-index: 100;
    top: 0;
    left: 0;
    overflow: scroll;
    height: 100vh;
    visibility: visible;*/
}

.genlpwrap_ec .arrange_contents:before {
    content: "";
    width: 100%;
    height: 100%;
    display: block;
    position: fixed;
    opacity: 0.9;
}

.genlpwrap_ec .arr_contents_flex {
    position: relative;
    z-index: 5;
    width: 90%;
    max-width: 1280px;
    margin: min(5vw, 40px) auto;
    background: #fff;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}

.genlpwrap_ec .arr_left,
.genlpwrap_ec .arr_right {
    width: 50%;
}

.genlpwrap_ec .arr_left {
    border-right: 2px dashed;
    padding: min(4.5vw, 50px) 4% min(4vw, 50px) 0;
}

.genlpwrap_ec .arr_right {
    padding: min(4.5vw, 50px) 4% min(4vw, 50px);
    background: url("https://www.alpha-online.jp/img/docs/image/lp/20220901/bg_arr.png") no-repeat top right / auto;
}

.genlpwrap_ec .arr_close_btn {
    position: fixed;
    top: 10px;
    right: 10px;
    font-size: 300%;
    color: #fff;
    display: block;
    z-index: 10;
    height: 100%;
}

.genlpwrap_ec .page_num_left {
    position: absolute;
    bottom: 10px;
    left: 2%;
    font-size: 93.5%;
}

.genlpwrap_ec .page_num_right {
    position: absolute;
    bottom: 10px;
    right: 2%;
    font-size: 93.5%;
}

.genlpwrap_ec .arr_ttl {
    font-size: 150%;
    font-size: min(5vw, 150%);
    margin-bottom: 10px;
}

.genlpwrap_ec .arr_txt {
    font-size: 100%;
    line-height: 160%;
}

.genlpwrap_ec .arr_recipe:not(:last-child) {
    margin-bottom: 40px;
}

.genlpwrap_ec .arr_process {
    display: flex;
    margin-bottom: 20px;
}

.genlpwrap_ec .arr_num {
    width: 30px;
    min-width: 30px;
    height: 30px;
    display: flex;
    justify-content: center;
    align-items: center;
    color: #fff;
    margin-right: 10px;
}

.genlpwrap_ec .arr_p_txt {
    line-height: 160%;
}

.genlpwrap_ec .arr_name_wrap {
    margin-left: 4vw;
    display: flex;
    flex-wrap: wrap;
    margin-bottom: 30px;
}

.genlpwrap_ec .arr_name_wrap::before {
    transform: rotate(-90deg);
    transform-origin: left;
    display: block;
    height: 1em;
    line-height: 100%;
    border-bottom: 1px solid;
    padding-bottom: 5px;
    margin-top: 5vw;
    position: absolute;
}

.genlpwrap_ec #arrange01 .arr_name_wrap::before {
    content: "RECIPE1";
}

.genlpwrap_ec #arrange02 .arr_name_wrap::before {
    content: "RECIPE2";
}

.genlpwrap_ec #arrange03 .arr_name_wrap::before {
    content: "RECIPE3";
}

.genlpwrap_ec #arrange04 .arr_name_wrap::before {
    content: "RECIPE4";
}

.genlpwrap_ec #arrange05 .arr_name_wrap::before {
    content: "RECIPE5";
}

.genlpwrap_ec #arrange06 .arr_name_wrap::before {
    content: "RECIPE6";
}

.genlpwrap_ec .arr_name {
    font-size: 200%;
    font-size: min(6.5vw, 200%);
    font-weight: normal;
    line-height: 140%;
    margin-bottom: 10px;
}

.genlpwrap_ec .arr_name_wrap .arr_name,
.genlpwrap_ec .arr_name_wrap .arr_txt {
    padding-left: 30px;
}

.genlpwrap_ec .arr_point {
    background: #8f4e36;
    color: #fff;
    /*   width: 260px;
    height: 260px;*/
    width: 290px;
    height: 290px;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-content: center;
    border-radius: 50%;
    /*padding: 0 30px;*/
    padding: 0 40px;
    line-height: 140%;
    margin-left: auto;
    margin-top: -130px;
    margin-right: -2vw;
    z-index: 2;
    position: relative;
}

.genlpwrap_ec .arr_point_name {
    font-size: 200%;
    font-size: min(6.5vw, 200%);
    margin-bottom: 20px;
}

.genlpwrap_ec #arrange01 .arr_num,
.genlpwrap_ec #arrange01.arrange_contents:before {
    background: #dbc374;
}

.genlpwrap_ec #arrange01 .arr_name,
.genlpwrap_ec #arrange01 .arr_name_wrap::before {
    color: #dbc374;
}

.genlpwrap_ec #arrange01 .arr_left {
    border-color: #dbc374;
}

.genlpwrap_ec #arrange02 .arr_num,
.genlpwrap_ec #arrange02.arrange_contents:before {
    background: #878ca0;
}

.genlpwrap_ec #arrange02 .arr_name,
.genlpwrap_ec #arrange02 .arr_name_wrap::before {
    color: #878ca0;
}

.genlpwrap_ec #arrange02 .arr_left {
    border-color: #878ca0;
}

.genlpwrap_ec #arrange03 .arr_num,
.genlpwrap_ec #arrange03.arrange_contents:before {
    background: #98b59f;
}

.genlpwrap_ec #arrange03 .arr_name,
.genlpwrap_ec #arrange03 .arr_name_wrap::before {
    color: #98b59f;
}

.genlpwrap_ec #arrange03 .arr_left {
    border-color: #98b59f;
}

.genlpwrap_ec #arrange04 .arr_num,
.genlpwrap_ec #arrange04.arrange_contents:before {
    background: #88a562;
}

.genlpwrap_ec #arrange04 .arr_name,
.genlpwrap_ec #arrange04 .arr_name_wrap::before {
    color: #88a562;
}

.genlpwrap_ec #arrange04 .arr_left {
    border-color: #88a562;
}

.genlpwrap_ec #arrange05 .arr_num,
.genlpwrap_ec #arrange05.arrange_contents:before {
    background: #d0a880;
}

.genlpwrap_ec #arrange05 .arr_name,
.genlpwrap_ec #arrange05 .arr_name_wrap::before {
    color: #d0a880;
}

.genlpwrap_ec #arrange05 .arr_left {
    border-color: #d0a880;
}

.genlpwrap_ec #arrange06 .arr_num,
.genlpwrap_ec #arrange06.arrange_contents:before {
    background: #d98c80;
}

.genlpwrap_ec #arrange06 .arr_name,
.genlpwrap_ec #arrange06 .arr_name_wrap::before {
    color: #d98c80;
}

.genlpwrap_ec #arrange06 .arr_left {
    border-color: #d98c80;
}

.genlpwrap_ec .arrange_contents {
    /*visibility: hidden;
    opacity: 0;
    transition: all ease 200ms;*/
}

.genlpwrap_ec .arrange_contents:target {
    visibility: visible;
    opacity: 1;

}

@media screen and (max-width:1000px) {
    .genlpwrap_ec .arrange {
        width: 48%;
    }

    .genlpwrap_ec .arr_point {
        margin-top: -60px;
    }
}

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

    .genlpwrap_ec .arr_left,
    .genlpwrap_ec .arr_right {
        width: 100%;
    }

    .genlpwrap_ec .arr_left {
        border: none;
    }

    .genlpwrap_ec .arr_point {
        /*    width: 180px;
    height: 180px;*/
        width: 210px;
        height: 210px;
        /*padding: 0 20px;*/
        padding: 0 35px;
        font-size: 70%;
    }

    .genlpwrap_ec .arr_point_name {
        margin-bottom: 10px;
    }

    .genlpwrap_ec .arr_left {
        padding-bottom: 0;
    }

    .genlpwrap_ec .arr_right {
        padding-top: 0;
    }

    .genlpwrap_ec a.arr_close_btn {
        text-shadow: 0 0 5px rgb(0 0 0 / 50%);
    }

    .genlpwrap_ec .arr_name_wrap::before {
        margin-top: 12vw;
    }
}

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

/*==================================
quality_wrap
==================================*/
.genlpwrap_ec .quality_wrap {
    background: #dac886 url("https://www.alpha-online.jp/img/docs/image/lp/20220901/bg_ttl06.png") no-repeat top left;
    padding: min(7vw, 90px) 0;
    width: 100%;
}

.genlpwrap_ec .quality_inr {
    width: 90%;
    max-width: 1240px;
    background: rgba(255, 255, 255, 0.9);
    margin: 0 auto;
    border-radius: 15px;
    padding: min(5vw, 70px) 0;
}

.genlpwrap_ec .quality_ttl_wrap {
    width: 90%;
    max-width: 800px;
    margin: 0 auto;
}

.genlpwrap_ec .quality_subttl {
    background: #5c1d00;
    color: #dac886;
    display: flex;
    justify-content: center;
    max-width: 364px;
    border-radius: 40px;
    padding: 0.75em;
    font-size: 140%;
    font-size: min(4.5vw, 140%);
    margin: 0 auto 30px;
    position: relative;
}

.genlpwrap_ec .quality_subttl::after {
    content: "▼";
    color: #5c1d00;
    left: 0;
    right: 0;
    margin: auto;
    position: absolute;
    bottom: -0.5em;
    text-align: center;
    line-height: 100%;
}

.genlpwrap_ec .quality_ttl {
    text-align: center;
    font-size: min(8vw, 240%);
    font-size: 240%;
    line-height: 120%;
}

.genlpwrap_ec .quality_ttl_wrap {
    position: relative;
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 40px;
}

.genlpwrap_ec .quality_ttl_wrap::before,
.genlpwrap_ec .quality_ttl_wrap::after {
    content: "";
    display: block;
    width: 52px;
    height: 84px;
}

.genlpwrap_ec .quality_ttl_wrap::before,
.genlpwrap_ec .quality_ttl_wrap::after {
    background: url(https://www.alpha-online.jp/img/docs/image/lp/20220901/quarity_ico.png) no-repeat center / contain;
}

.genlpwrap_ec .quality_ttl_wrap::after {
    transform: rotateY(180deg);
}

.genlpwrap_ec .quality_contents {
    width: 90%;
    max-width: 960px;
    background: #fff;
    margin: 0 auto;
    border-radius: 20px;
    padding: 50px 4.5%;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;
}

.genlpwrap_ec .quality_img {
    width: 45.056%;
}

.genlpwrap_ec .quality_img img {
    display: block;
    overflow: hidden;
    border-radius: 10px;
    margin-bottom: 5px;
}

.genlpwrap_ec .quality_detail {
    width: 48%;
    color: #8f4e36;
    font-size: 110%;
}

.genlpwrap_ec .quality_d_ttl {
    margin-bottom: 15px;
    font-size: 150%;
    font-size: min(5vw, 150%);
    font-weight: bold;
}

.genlpwrap_ec .quality_txt:not(:last-child) {
    margin-bottom: 25px;
}

.genlpwrap_ec .quality_txt {
    font-family: "游ゴシック", "Yu Gothic", "游ゴシック体", "YuGothic", Avenir, "Open Sans", "Helvetica Neue", Helvetica, Arial, Verdana, Roboto, "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "Meiryo UI", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}



.genlpwrap_ec .quality_txt:first-child {
    font-size: 106%;
}





@media screen and (max-width:800px) {
    .genlpwrap_ec .quality_ttl_wrap {
        justify-content: center;
    }

    .genlpwrap_ec .quality_ttl_wrap::before {
        position: absolute;
        left: 0;
        width: 52px;
        height: 84px;
    }

    .genlpwrap_ec .quality_ttl_wrap::after {
        position: absolute;
        right: 0;
        width: 52px;
        height: 84px;
    }

    .genlpwrap_ec .quality_img,
    .genlpwrap_ec .quality_detail {
        width: 100%;
    }

    .genlpwrap_ec .quality_img {
        display: flex;
        margin-bottom: 20px;
    }

    .genlpwrap_ec .quality_contents {
        padding-top: 30px;
        padding-bottom: 30px;
    }
}


/*==================================
prege_wrap
==================================*/
.genlpwrap_ec .prege_wrap {
    background: #fff url("https://www.alpha-online.jp/img/docs/image/lp/20220901/bg_ttl07.png") no-repeat top left;
    padding: min(7vw, 90px) 0;
    width: 100%;
}

.genlpwrap_ec .prege_inr {
    width: 90%;
    max-width: 1240px;
    background: rgba(255, 255, 255, 0.9);
    margin: 0 auto;
    border-radius: 15px;
    padding: min(5vw, 70px) 0;
}

.genlpwrap_ec .prege_ttl_wrap {
    width: 90%;
    max-width: 800px;
    margin: 0 auto;
}

.genlpwrap_ec .prege_subttl {
    background: #8f4e36;
    color: #f3efe2;
    display: flex;
    justify-content: center;
    max-width: 364px;
    border-radius: 40px;
    padding: 0.75em;
    font-size: 140%;
    font-size: min(4.5vw, 140%);
    margin: 0 auto 30px;
    position: relative;
}

.genlpwrap_ec .prege_subttl::after {
    content: "▼";
    color: #8f4e36;
    left: 0;
    right: 0;
    margin: auto;
    position: absolute;
    bottom: -0.5em;
    text-align: center;
    line-height: 100%;
}

.genlpwrap_ec .prege_ttl {
    text-align: center;
    font-size: 240%;
    font-size: min(7vw, 240%);
    line-height: 120%;
    color: #8f4e36;
}

.genlpwrap_ec .prege_ttl_wrap {
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
    /*margin-bottom: 40px;*/
    margin-bottom: 10px;
}

.genlpwrap_ec .prege_img {
    width: 96%;
    max-width: 1200px;
    margin: 0 auto;
}


/*==================================
cp_wrap
==================================*/
.genlpwrap_ec .cp_wrap {
    background: #8f4e36
        /*url("https://www.alpha-online.jp/img/docs/image/lp/20220901/bg_ttl08.png") no-repeat top left*/
    ;
    padding: min(9.2vw, 130px) 0 min(5.6vw, 80px);
}

.genlpwrap_ec .cp_inr {
    width: 90%;
    max-width: 1000px;
    margin: 0 auto;
}

.genlpwrap_ec .cp_attention {
    color: #fff;
}

.genlpwrap_ec .cp_a_ttl {
    margin-bottom: 20px;
    font-size: 150%;
    font-size: min(5vw, 150%);
    letter-spacing: 1.5px;
}

.genlpwrap_ec .cp_a_txt {
    font-weight: normal;
    line-height: 200%;
    font-size: 105%;
    font-family: "游ゴシック", "Yu Gothic", "游ゴシック体", "YuGothic", Avenir, "Open Sans", "Helvetica Neue", Helvetica, Arial, Verdana, Roboto, "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "Meiryo UI", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}

.genlpwrap_ec .cp_link {
    background: #fff;
    display: block;
    border-radius: 40px;
    color: #5c1d00;
}





.genlpwrap_ec .cp_num {
    border-radius: 50%;
    background: #F1C500;
    width: 140px;
    height: 140px;
    display: flex;
    justify-content: center;
    align-content: center;
    color: #fff;
    letter-spacing: 1.5px;
    flex-wrap: wrap;
    text-align: center;
    transform: translate(-20px, -20px);
    position: absolute;
}

.genlpwrap_ec .cp_num strong {
    font-size: 280%;
    width: 100%;
    line-height: 100%;
}

.genlpwrap_ec .cp_headname {
    color: #fff;
    background: #F1C500;
    text-align: center;
    font-size: min(7vw, 240%);
    line-height: 120%;
    padding: 0.7em 0;
}






.genlpwrap_ec .cp_img {
    margin: 0 3%;
}

.genlpwrap_ec .cp_detail {
    width: 440px;
    min-width: 440px;
}

.genlpwrap_ec .cp_sub {
    font-family: "游ゴシック", "Yu Gothic", "游ゴシック体", "YuGothic", Avenir, "Open Sans", "Helvetica Neue", Helvetica, Arial, Verdana, Roboto, "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "Meiryo UI", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}

.genlpwrap_ec .cp_flex {
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 20px 4% 40px;
}

.genlpwrap_ec .cp_list li {
    margin-bottom: 40px;
}

.genlpwrap_ec .cp_name {
    font-size: 180%;
    font-size: min(6vw, 180%);
    font-weight: bold;
    letter-spacing: 1.5px;
    margin: 10px 0;
}

.genlpwrap_ec .cp_price_wrap {
    margin-top: 10px;
    display: flex;
    align-items: center;
    flex-wrap: wrap;
}

.genlpwrap_ec .cp_box {
    text-align: center;
    line-height: 140%;
    font-size: 120%;
    border: 1px solid;
    padding: 10px 12px;
    margin-right: 10px;
}

.genlpwrap_ec .main_price {
    color: #d80d18;
    font-weight: bold;
    font-size: 400%;
    font-size: min(18vw, 400%);
    line-height: 100%;
    margin-bottom: 7px;
    margin-right: 10px;
}

.genlpwrap_ec .main_price span {
    font-size: 50%;
    line-height: 100%;
    display: inline-block;
    position: relative;
}

.genlpwrap_ec .main_price span::before {
    content: "税込";
    font-size: 40%;
    position: absolute;
    text-align: center;
    top: -1.8em;
    left: 0;
    right: 0;
    margin: auto;
}

.genlpwrap_ec .cp_deliv {
    background: #d80d18;
    color: #fff;
    font-size: 180%;
    font-size: min(6vw, 180%);
    line-height: 100%;
    padding: 11px;
}

.genlpwrap_ec .cp_box.red_box {
    border: none;
    background: #d80d18;
    border-radius: 50%;
    color: #fff;
    width: 100px;
    height: 100px;
    display: flex;
    justify-content: center;
    align-content: center;
    font-size: 240%;
    line-height: 100%;
    flex-wrap: wrap;
}

.genlpwrap_ec .cp_box.red_box .mini {
    font-size: 80%;
    line-height: 100%;
}

.genlpwrap_ec .cp_link02 .cp_num,
.genlpwrap_ec .cp_link02 .cp_headname {
    background: #cf6d72;
}

.genlpwrap_ec .cp_link02 .main_price {
    font-size: 550%;
    font-size: min(18vw, 550%);
}

.genlpwrap_ec .c_price_head {
    width: 100%;
    min-width: 100%;
    text-align: center;
    border: 1px solid #d80d18;
    color: #d80d18;
    line-height: 100%;
    font-size: 120%;
    padding: 7px 10px;
    letter-spacing: 1.5px;
    margin-bottom: 14px;
}

@media screen and (max-width:740px) {
    .genlpwrap_ec .cp_headname {
        padding-left: 35px;
    }

    .genlpwrap_ec .cp_num {
        width: 80px;
        height: 80px;
        font-size: 60%;
        line-height: 100%;
    }

    .genlpwrap_ec .cp_price_wrap {
        margin-top: 0;
        justify-content: center;
    }

    .genlpwrap_ec .cp_flex {
        flex-wrap: wrap;
    }

    .genlpwrap_ec .cp_name {
        margin: 0;
    }

    .genlpwrap_ec .cp_sub {
        font-size: 90%;
    }

    .genlpwrap_ec .cp_box {
        font-size: 90%;
        padding: 5px;
    }

    .genlpwrap_ec .cp_attention {
        font-size: 80%;
    }

    .genlpwrap_ec .cp_deliv {
        width: 100%;
        text-align: center;
        margin-top: 10px;
    }

    .genlpwrap_ec .cp_detail {
        width: 90%;
        min-width: auto;
    }

    .genlpwrap_ec .cp_box.red_box {
        width: 80px;
        height: 80px;
        font-size: 180%;
    }
}

.genlpwrap_ec .cp_present {
    margin: 10px 4% 40px;
    display: flex;
    background: #d80d18;
    border-radius: 30px;
    box-shadow: 0 0 5px 0 rgb(0 0 0 / 10%);
    padding: 0px 3% 20px 0;
}

.genlpwrap_ec .cp_present_box {
    color: #d80d18;
    font-weight: bold;
    width: 128px;
    min-width: 128px;
    height: 128px;
    border: 2px solid;
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 130%;
    background: #fff;
    /*transform: translate(-15px, -15px);*/
}

.genlpwrap_ec .cp_present_ttl {
    color: #fff;
    text-align: center;
    font-size: 170%;
    font-size: min(12vw, 170%);
    line-height: 140%;
    display: flex;
    align-items: center;
    margin-left: 0;
    margin-right: 15px;
    width: auto;
    min-width: auto;
}

.genlpwrap_ec .cp_list {
    margin-bottom: 60px;
    margin-bottom: min(4.2vw, 60px);
}

.genlpwrap_ec .cp_present_ttl {
    font-size: min(2.6vw, 170%);
}

.genlpwrap_ec .cp_present_img {
    margin-top: 15px;
}









.genlpwrap_ec .cp_present_box {
    position: relative;
}

.genlpwrap_ec .cp_present_box .imgbox {
    width: 42px;
    display: inline-block;
    position: absolute;

    bottom: -50%;
    left: 50%;
    transform: translateX(-50%);
}


@media screen and (max-width:640px) {
    .genlpwrap_ec .cp_present_box {
        width: 90px;
        min-width: 90px;
        height: 90px;
        font-size: 100%;

        /*transform: translate(0, -15px);*/
        margin-bottom: 52px;

    }

    .genlpwrap_ec .cp_present_box .imgbox {
        width: 35px;

        bottom: -67%;

    }


    .genlpwrap_ec .cp_present {
        flex-wrap: wrap;
        justify-content: center;
        transform: translate(0);
        padding: 0 3% 20px;
    }

    .genlpwrap_ec .cp_present_ttl {
        font-size: min(4vw, 170%);
        margin: 0 auto 20px;
        min-width: auto;
        justify-content: center;
    }

    .genlpwrap_ec .cp_present_img {
        margin: 0 auto;
    }
}

@media screen and (min-width:641px) {
    .genlpwrap_ec .sp {
        display: none !important;
    }
}

@media screen and (max-width:640px) {
    .genlpwrap_ec .pc {
        display: none !important;
    }
}



.genlpwrap_ec .page_top_btn {
    position: fixed;
    bottom: -110px;
    right: 10px;
    padding: 0.7em;
    transition: 0.3s ease all;
    width: 100px;
    height: 100px;
    background: url(https://www.alpha-online.jp/img/docs/image/lp/20220901/totop.png) no-repeat center top / contain;
    z-index: 10;
    overflow: hidden;
    border-radius: 50%;
    -moz-box-shadow: 8px 10px 9px -9px rgba(0, 0, 0, 0.28);
    -webkit-box-shadow: 8px 10px 9px -9px rgba(0, 0, 0, 0.28);
    -ms-box-shadow: 8px 10px 9px -9px rgba(0, 0, 0, 0.28);
    box-shadow: 8px 10px 9px -9px rgba(0, 0, 0, 0.28);
}

.genlpwrap_ec .page_top_btn.show {
    bottom: 10px;
}

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

    .genlpwrap_ec .page_top_btn {

        width: 55px;
        height: 55px;

    }



}