@charset "UTF-8";

#lp_cont01 .pc {
    display: block;
}

#lp_cont01 .pcIn {
    display: inline
}

#lp_cont01 .sp {
    display: none
}

#lp_cont01 .spIn {
    display: none
}

#lp_cont01 ul {
    list-style: none;
}

@media screen and (max-width: 767px) {
    #lp_cont01 .pc {
        display: none;
    }

    #lp_cont01 .pcIn {
        display: none
    }

    #lp_cont01 .sp {
        display: block
    }

    #lp_cont01 .spIn {
        display: inline
    }

    #lp_cont01 {
        overflow-x: hidden
    }
}

#lp_cont01 {
    font-family: "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", sans-serif;
}

#lp_cont01 img {
    max-width: 100%;
    height: auto
}

#lp_cont01 .mincho {
    font-family: "YuMincho +36p Kana", "游明朝体+36ポかな", YuMincho, "Yu Mincho", "Hiragino Mincho ProN", "serif";
}

#lp_cont01 .antonio {
    font-family: 'Antonio', sans-serif;

}

#lp_cont01 #mv {

    background-size: 100% auto;
    position: relative;

}

#lp_cont01 #mv .mvinner h2 {
    width: 100%;

}

#lp_cont01 #mv .bread {
    position: absolute;
    top: 0;
    max-width: 990px;
    margin: 0 auto;
    width: 100%;
    left: 50%;
    transform: translateX(-50%);
    color: #FFF;
    font-family: Noto Sans;
    font-size: 10px;
    font-style: normal;
    font-weight: 400;
    line-height: 4.5; /* 450% */
    letter-spacing: 2.5px;
}

#lp_cont01 #mv .bread a {
    color: #fff;
}

@media screen and (max-width: 767px) {
    #lp_cont01 #mv {
        background: #fff;
        background-size: 100% auto;
        position: relative;
        padding-top: 60px;
    }

    #lp_cont01 #mv .mvinner h2 {
        position: relative;
        text-align: center;
        width: 100%;
        top: 0%;
        left: 0;
        height: auto;
    }

    #lp_cont01 #mv .mvinner img {
        width: 100%;
    }

    #lp_cont01 #mv .bread {
        position: absolute;
        text-align: left;
        top: 20px;
        max-width: 990px;
        margin: 0 auto;
        width: 100%;
        left: 13px;
        transform: translateX(0%);
        color: #50453B;
        font-family: Noto Sans;
        font-size: 10px;
        font-style: normal;
        font-weight: 400;
        line-height: 4.5; /* 450% */
        letter-spacing: 2.5px;
    }

    #lp_cont01 #mv .bread a {
        color: #50453B;
    }
}

#lp_cont01 .inner {
    max-width: 1010px;
    width: 100%;
    margin: 0 auto;
    position: relative;
    box-sizing: border-box;
    padding: 0 10px
}

@media screen and (max-width: 767px) {
    #lp_cont01 .inner {
        max-width: 1010px;
        width: 90%;
        margin: 0 auto;
        position: relative;
        box-sizing: border-box;
        padding: 0 0px
    }
}

#lp_cont01 .product_list {
    display: flex;
    max-width: 990px;
    flex-wrap: wrap;
    column-gap: 9%;
    grid-row-gap: 90px;
    margin-bottom: 60px;
}

#lp_cont01 .product_list li {
    width: 45.5%;
    color: #251508;
}

#lp_cont01 .product_list li img {
    max-width: 100%;
    margin: 0 auto 19px;
    display: block;

}

#lp_cont01 .product_list li h4 {
    font-size: 24px;
    font-style: normal;
    font-weight: 500;
    line-height: 25px; /* 104.167% */
    margin-bottom: 5px;
    color: #8A4723;
}

#lp_cont01 .product_list li h4.lsminus {
    letter-spacing: -1.68px;
}

#lp_cont01 .product_list li h4.lsminus2 {
    letter-spacing: -2.4px;
}

#lp_cont01 .product_list li p.text01 {
    font-size: 15px;
    font-style: normal;
    font-weight: 500;
    white-space: nowrap;
    color: #8A4723;
    line-height: 25px; /* 166.667% */

}

@media screen and (max-width: 1100px) {
    #lp_cont01 .product_list li p.text01 {
        white-space: normal
    }
}

#lp_cont01 .product_list li dl {
    display: flex;
    justify-content: space-between;
    border-bottom: double #A7874B 4px;
    padding-bottom: 13px;
    margin-bottom: 10px;
    margin-top: 10px;
    color: #8A4723;


}

#lp_cont01 .product_list li dl dt {
    font-size: 15px;
    font-style: normal;
    font-weight: 500;
    line-height: 25px; /* 166.667% */

}

#lp_cont01 .product_list li dl dd {
    font-size: 15px;
    font-style: normal;
    font-weight: 500;
    line-height: 25px;

}

#lp_cont01 .product_list li dl dd strong {
    font-size: 20px;
    font-style: normal;
    font-weight: 500;
    line-height: 25px; /* 125% */

}

#lp_cont01 .product_list li p.text02 {
    font-size: 14px;
    font-style: normal;
    font-weight: 500;
    line-height: 16px; /* 178.571% */
    margin-bottom: 20px;
    min-height: 55px;
    color: #8A4723;
}

#lp_cont01 .product_list li .cart_btn {
    display: block;
    margin: 0 auto;
    max-width: 310px;
    border-radius: 30px;
    background: #CF7F54;
    text-align: center;
    color: #fff;
    font-size: 15px;
    font-style: normal;
    font-weight: 500;
    line-height: 25px; /* 166.667% */
    padding: 10px;
}

#lp_cont01 .product_list li .cart_btn.sold {
    background: #A4A4A4;
    display: block;
    margin: 0 auto;
    max-width: 310px;
    border-radius: 30px;
    text-align: center;
    color: #fff;
    font-size: 15px;
    font-style: normal;
    font-weight: 500;
    line-height: 25px; /* 166.667% */
    padding: 10px;
}

#lp_cont01 .product_list li .cart_btn.sold:hover {
    background: #A4A4A4;

}

#lp_cont01 .product_list li .cart_btn:hover {
    background: #000;
    text-decoration: none;
}

#lp_cont01 .list001 {
    margin-bottom: 100px;
}

#lp_cont01 .list002 {
    margin-bottom: 60px;
}

#lp_cont01 .list003 {
    justify-content: center;
    margin-bottom: 90px;
}

#lp_cont01 .list004 {
    margin-bottom: 100px;
}

#lp_cont01 .list005 {
    margin-bottom: 60px;
}

#lp_cont01 .list006 {
    margin-bottom: 60px;
}

@media screen and (max-width: 767px) {
    #lp_cont01 .product_list {
        display: flex;
        max-width: 990px;
        flex-wrap: wrap;
        column-gap: 0%;
        grid-row-gap: 25px;
        margin-bottom: 40px;
    }

    #lp_cont01 .product_list li {
        width: 100%;
        color: #251508;
        text-align: left;
    }

    #lp_cont01 .product_list li img {
        width: 90%;
        max-width: 90%;
        margin: 0 auto 19px;
        display: block;

    }

    #lp_cont01 .product_list li h4 {
        font-size: 22px;
        font-style: normal;
        font-weight: 500;
        line-height: 25px; /* 113.636% */
        margin-bottom: 5px;
    }

    #lp_cont01 .product_list li p.text01 {
        font-size: 15px;
        font-style: normal;
        font-weight: 500;
        line-height: 20px; /* 133.333% */
    }

    #lp_cont01 .product_list li dl {
        display: flex;
        justify-content: space-between;
        border-bottom: double #A7874B 4px;
        padding-bottom: 10px;
        margin-bottom: 10px;
        margin-top: 10px;
    }

    #lp_cont01 .product_list li dl dt {
        font-size: 15px;
        font-style: normal;
        font-weight: 500;
        line-height: 25px; /* 166.667% */

    }

    #lp_cont01 .product_list li dl dd {
        font-size: 15px;
        font-style: normal;
        font-weight: 500;
        line-height: 25px;

    }

    #lp_cont01 .product_list li dl dd strong {
        font-size: 20px;
        font-style: normal;
        font-weight: 500;
        line-height: 25px; /* 125% */

    }

    #lp_cont01 .product_list li p.text02 {
        font-size: 14px;
        font-style: normal;
        font-weight: 500;
        line-height: 25px; /* 178.571% */
        margin-bottom: 30px;
        min-height: 0px;

    }

    #lp_cont01 .product_list li a.cart_btn {
        display: block;
        text-decoration: none;
        margin: 0 auto;
        max-width: 310px;
        border-radius: 30px;
        text-align: center;
        color: #fff;
        font-size: 15px;
        font-style: normal;
        font-weight: 500;
        line-height: 25px; /* 166.667% */
        padding: 10px;
    }

    #lp_cont01 .product_list li a.cart_btn:hover {
        background: #000;
        text-decoration: none;
    }

    #lp_cont01 .list001 {
        margin-bottom: 70px;
    }

    #lp_cont01 .list002 {
        margin-bottom: 40px;
    }

    #lp_cont01 .list003 {
        justify-content: center;
        margin-bottom: 55px;
    }

    #lp_cont01 .list004 {
        margin-bottom: 60px;
    }

    #lp_cont01 .list005 {
        margin-bottom: 40px;
    }

    #lp_cont01 .list006 {
        margin-bottom: 40px;
    }

}


#lp_cont01 .flex_box {
    display: flex;
    max-width: 990px;
    column-gap: 9%;
    margin-bottom: 50px;
}

#lp_cont01 .rev {
    flex-direction: row-reverse;
}

#lp_cont01 .flex_box .flex_img {
    width: 41.5%;
}

#lp_cont01 .flex_box .flex_content {
    width: 49.5%;
}

#lp_cont01 .beyond_01 {
    background: url("https://gigaplus.makeshop.jp/storkglobal/neu_easter/images/Group712.jpg") center top no-repeat;
    background-size: cover;
    height: 1220px;
    box-sizing: border-box;
    position: relative;
    padding: 94px 0 60px

}

#lp_cont01 .beyond_01 .inner {
    max-width: 1120px;
}

#lp_cont01 .beyond_01 h3 {
    color: #fff;
    font-size: 122px;
    font-style: normal;
    font-weight: 300;
    line-height: 140.311px; /* 114.545% */
    letter-spacing: 12.249px;
    margin-bottom: 90px;

}

#lp_cont01 .beyond_01 p {
    max-width: 476px;
    font-size: 18px;
    font-style: normal;
    font-weight: 700;
    line-height: 34px; /* 188.889% */
    letter-spacing: 1.8px;
    color: #8A4723;
}

@media screen and (max-width: 1080px) {
    #lp_cont01 .beyond_01 h3 {
        color: #fff;
        font-size: 9.296296296296296vw;
        font-style: normal;
        font-weight: 300;
        line-height: 140.311px; /* 114.545% */
        letter-spacing: 12.249px;
        margin-bottom: 10%;

    }

    #lp_cont01 .beyond_01 p {
        max-width: 473px;
        width: 46%;
        font-size: 1.6666666666666667vw;
        font-style: normal;
        font-weight: 700;
        line-height: 34px; /* 188.889% */
        letter-spacing: 1.8px;
        color: #8A4723;
    }

}

@media screen and (max-width: 767px) {
    #lp_cont01 .beyond_01 {
        background: url("https://gigaplus.makeshop.jp/storkglobal/neu_easter/images/Rectangle170.jpg") center top no-repeat;
        background-size: 100% auto;
        height: auto;
        box-sizing: border-box;
        position: relative;
        padding: 30px 0 0px

    }

    #lp_cont01 .beyond_01 .inner {
        max-width: 1120px;
        width: 100%;
    }

    #lp_cont01 .beyond_01 h3 {
        color: #fff;
        padding: 0 5%;
        font-size: 64px;
        font-style: normal;
        font-weight: 400;
        line-height: 72px; /* 112.5% */
        letter-spacing: 6.4px;
        text-align: left;
        margin-bottom: 28px;
    }

    #lp_cont01 .beyond_01 p {
        max-width: 90%;
        width: 90%;
        font-size: 13px;
        font-style: normal;
        font-weight: 700;
        line-height: 22px; /* 169.231% */
        letter-spacing: 1.3px;
        color: #8A4723;
        margin: 25px auto;
        text-align: left;
    }


}


#lp_cont01 .beyond_tit {
    display: flex;
}

#lp_cont01 .beyond_tit dt {
    background: #fff;
    width: 50%;
    color: #8A4723;
    padding: 0 8px;
}

#lp_cont01 .beyond_02 {
    background: #68B5AE;
}

#lp_cont01 .beyond_02 .beyond_tit dt div {
    border-left: 2px solid #68B5AE;
    border-right: 2px solid #68B5AE;
    height: 100%;
    box-sizing: border-box;
    padding: 30px 30px 20px;
}

#lp_cont01 .beyond_tit dt h3 {
    font-size: 36px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    letter-spacing: 4.32px;
    margin-bottom: 10px;
}

#lp_cont01 .beyond_tit dt p.name {
    font-size: 24px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    margin-bottom: 20px;
}

#lp_cont01 .beyond_tit dt p {
    font-size: 15px;
    font-style: normal;
    font-weight: 500;
    line-height: 29px; /* 193.333% */
    letter-spacing: 1.5px;
}

#lp_cont01 .beyond_tit dd {
    background: #fff;
    width: 50%;
}

#lp_cont01 .beyond_tit dd img {
    width: 100%;
    height: 100% !important;
    object-fit: cover
}

@media screen and (max-width: 767px) {
    #lp_cont01 .beyond_tit {
        display: block;
    }

    #lp_cont01 .beyond_tit dt {
        background: #fff;
        width: 100%;
        color: #8A4723;
        padding: 4px 0px;
    }

    #lp_cont01 .beyond_02 {
        background: #68B5AE;
    }

    #lp_cont01 .beyond_02 .inner {
        width: 100%
    }

    #lp_cont01 .beyond_02 .beyond_tit dt div {
        border-top: 2px solid #68B5AE;
        border-bottom: 2px solid #68B5AE;
        border-left: 0px solid #68B5AE;
        border-right: 0px solid #68B5AE;
        height: 100%;
        box-sizing: border-box;
        padding: 20px 5% 15px;
        min-height: 180px;
    }

    #lp_cont01 .beyond_tit dt h3 {
        font-size: 30px;
        font-style: normal;
        font-weight: 400;
        line-height: normal;
        letter-spacing: 3.6px;
        text-align: left;
        margin-bottom: 10px;
    }

    #lp_cont01 .beyond_tit dt p.name {
        font-size: 14px;
        font-style: normal;
        font-weight: 500;
        line-height: normal;
        text-align: left;
        margin-bottom: 10px;
    }

    #lp_cont01 .beyond_tit dt p {
        font-size: 12px;
        font-style: normal;
        font-weight: 500;
        line-height: 18px; /* 150% */
        letter-spacing: 1.2px;
        text-align: left
    }

    #lp_cont01 .beyond_tit dd {
        background: #fff;
        width: 100%;
    }

    #lp_cont01 .beyond_tit dd img {
        width: 100%;
        height: 100% !important;
        object-fit: cover
    }


}


#lp_cont01 .beyond_03 {
    background: rgba(168, 210, 205, 0.20);
    padding: 55px 0 14px;
}

#lp_cont01 .beyond_04 {
    background: #F0B557;
}

#lp_cont01 .beyond_04 .beyond_tit dt div {
    border-left: 2px solid #F0B557;
    border-right: 2px solid #F0B557;
    height: 100%;
    box-sizing: border-box;
    padding: 30px 30px 20px;
}

#lp_cont01 .beyond_05 {
    background: rgba(253, 218, 156, 0.15);
    padding: 55px 0 14px;
}

#lp_cont01 .beyond_06 {
    background: #D99476;
}

#lp_cont01 .beyond_06 .beyond_tit dt div {
    border-left: 2px solid #D99476;
    border-right: 2px solid #D99476;
    height: 100%;
    box-sizing: border-box;
    padding: 30px 30px 20px;
}

#lp_cont01 .beyond_07 {
    background: rgba(255, 224, 199, 0.25);
    padding: 55px 0 14px;
}


#lp_cont01 .beyond_08 {
    background: #5BAE7F;
}

#lp_cont01 .beyond_08 .beyond_tit dt div {
    border-left: 2px solid #5BAE7F;
    border-right: 2px solid #5BAE7F;
    height: 100%;
    box-sizing: border-box;
    padding: 30px 30px 20px;
}

#lp_cont01 .beyond_09 {
    background: rgba(158, 211, 182, 0.20);
    padding: 55px 0 14px;
}

#lp_cont01 .beyond_10 {
    background: #697AAF;
}

#lp_cont01 .beyond_10 .beyond_tit dt div {
    border-left: 2px solid #697AAF;
    border-right: 2px solid #697AAF;
    height: 100%;
    box-sizing: border-box;
    padding: 30px 30px 20px;
}

#lp_cont01 .beyond_11 {
    background: rgba(94, 105, 177, 0.10);
    padding: 55px 0 14px;

}

@media screen and (max-width: 767px) {
    #lp_cont01 .beyond_04 .inner {
        width: 100% !important
    }

    #lp_cont01 .beyond_04 .beyond_tit dt div {
        border-top: 2px solid #F0B557;
        border-bottom: 2px solid #F0B557;
        border-left: 0px solid #F0B557;
        border-right: 0px solid #F0B557;
        height: 100%;
        box-sizing: border-box;
        padding: 20px 5% 15px;
        min-height: 180px;
    }

    #lp_cont01 .beyond_06 .inner {
        width: 100% !important
    }

    #lp_cont01 .beyond_06 .beyond_tit dt div {
        border-top: 2px solid #D99476;
        border-bottom: 2px solid #D99476;
        border-left: 0px solid #D99476;
        border-right: 0px solid #D99476;
        height: 100%;
        box-sizing: border-box;
        padding: 20px 5% 15px;
        min-height: 180px;
    }

    #lp_cont01 .beyond_08 .inner {
        width: 100% !important
    }

    #lp_cont01 .beyond_08 .beyond_tit dt div {
        border-top: 2px solid #5BAE7F;
        border-bottom: 2px solid #5BAE7F;
        border-left: 0px solid #5BAE7F;
        border-right: 0px solid #5BAE7F;
        height: 100%;
        box-sizing: border-box;
        padding: 20px 5% 15px;
        min-height: 180px;
    }

    #lp_cont01 .beyond_10 .inner {
        width: 100% !important
    }

    #lp_cont01 .beyond_10 .beyond_tit dt div {
        border-top: 2px solid #697AAF;
        border-bottom: 2px solid #697AAF;
        border-left: 0px solid #697AAF;
        border-right: 0px solid #697AAF;
        height: 100%;
        box-sizing: border-box;
        padding: 20px 5% 15px;
        min-height: 180px;
    }

}


#lp_cont01 .beyond_12 {
    background: url("https://gigaplus.makeshop.jp/storkglobal/neu_easter/images/Rectangle174.jpg") center center no-repeat;
    background-size: cover;
    padding: 60px 0
}

@media screen and (max-width: 767px) {
    #lp_cont01 .beyond_12 {
        background: url("https://gigaplus.makeshop.jp/storkglobal/neu_easter/images/Rectangle174.jpg") center center no-repeat;
        background-size: cover;
        padding: 40px 0
    }
}


#lp_cont01 .beyond_12 .btn_all {
    background: #8D6E52
}

#lp_cont01 #history {
    background: url("https://gigaplus.makeshop.jp/storkglobal/neu_easter/images/bg_history.jpg") center 0 no-repeat;
    background-size: cover;
    padding: 150px 0 1px;
    color: #3A200D;
}

#lp_cont01 #history .inner {
    max-width: 1060px
}

#lp_cont01 #history .inner h3 {
    text-align: center;
    color: #8A4723;
    font-size: 36px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
    letter-spacing: 5.4px;
    margin-bottom: 20px;
}

#lp_cont01 #history .inner p.leedh01 {
    color: #8A4723;
    font-size: 26px;
    font-style: normal;
    font-weight: 500;
    line-height: 48px; /* 184.615% */
    margin-bottom: 170px;
    text-align: center
}

#lp_cont01 .history_line {
    position: relative;
    padding-bottom: 80px;
}

#lp_cont01 .history_line:after {
    content: '';
    background: #C5581D;
    display: block;
    width: 3px;
    height: 100%;
    position: absolute;
    bottom: -1px;
    left: 50%;
    transform: translateX(-50%)
}

#lp_cont01 .mb0 {
    margin-bottom: 0px !important
}

#lp_cont01 #history .flex_box {
    column-gap: 7.8%;
    max-width: 1040px;
}

#lp_cont01 #history .flex_box .flex_img {
    width: 44.3%
}

#lp_cont01 #history .flex_box .flex_content {
    width: 47.9%;
    padding-top: 90px;
}

#lp_cont01 #history .flex_box .flex_content dl {
    display: flex;
    column-gap: 15px;
    position: relative;
}

#lp_cont01 #history .flex_box .flex_content dl:before {
    content: '';
    background: #C5581D;
    display: block;
    width: 20px;
    height: 20px;
    border-radius: 10px;
    position: absolute;
    left: -31px;
    top: 7px;
}

#lp_cont01 #history .flex_box.rev .flex_content dl:before {
    content: '';
    background: #C5581D;
    display: block;
    width: 20px;
    height: 20px;
    border-radius: 10px;
    position: absolute;
    left: auto;
    right: -31px;
    top: 7px;
}

#lp_cont01 #history .flex_box .flex_content dl dt {
    white-space: nowrap;
    color: #C5581D;
    font-size: 27px;
    font-style: normal;
    font-weight: 500;
    line-height: 38px; /* 140.741% */
    letter-spacing: 2.7px;
}

#lp_cont01 #history .flex_box .flex_content dl dd h4 {
    color: #C5581D;
    font-size: 24px;
    font-style: normal;
    font-weight: 500;
    line-height: 35px; /* 145.833% */
    letter-spacing: 2.4px;
    margin-bottom: 20px;
}

#lp_cont01 #history .flex_box .flex_content dl dd p {
    color: #8A4723;
    font-size: 14px;
    font-style: normal;
    font-weight: 700;
    line-height: 30px; /* 214.286% */
    letter-spacing: 1.4px;
}

#lp_cont01 #history .flex_box.rev .flex_content dl dt, #lp_cont01 #history .flex_box.rev .flex_content dl dd h4, #lp_cont01 #history .flex_box.rev .flex_content dl dd p {
    text-align: right
}

@media screen and (max-width: 767px) {
    #lp_cont01 #history {
        background: url("https://gigaplus.makeshop.jp/storkglobal/neu_easter/images/Group720.jpg") center 0 repeat-y;
        background-size: cover;
        padding: 100px 0 1px;
        color: #3A200D;
    }

    #lp_cont01 #history .inner {
        max-width: 1020px
    }

    #lp_cont01 #history .inner h3 {
        text-align: center;
        font-size: 28px;
        font-style: normal;
        font-weight: 600;
        line-height: normal;
        letter-spacing: 4.2px;
        margin-bottom: 10px;
    }

    #lp_cont01 #history .inner p.leedh01 {
        font-size: 16px;
        font-style: normal;
        font-weight: 500;
        line-height: 30.03px; /* 187.688% */
        text-align: center;
        margin-bottom: 55px;
    }

    #lp_cont01 .history_line {
        position: relative;
        padding-bottom: 50px;
    }

    #lp_cont01 .history_line:after {
        content: '';
        display: block;
        width: 3px;
        height: 100%;
        position: absolute;
        bottom: -1px;
        left: 19px;
    }

    #lp_cont01 .mb0 {
        margin-bottom: 0px !important
    }

    #lp_cont01 #history .flex_box {
        column-gap: 0%;
        flex-wrap: wrap;
        margin-bottom: 50px;
        max-width: 1000px;
    }

    #lp_cont01 #history .flex_box .flex_img {
        width: 100%;
        padding-left: 18%;
        text-align: center
    }

    #lp_cont01 #history .flex_box .flex_img img {
        width: 100%;
        max-width: 100%;
    }

    #lp_cont01 #history .flex_box .flex_content {
        width: 100%;
        padding-top: 25px;
    }

    #lp_cont01 #history .flex_box .flex_content dl {
        display: block;
        text-align: left;
        padding-left: 18%;
        column-gap: 0px;
        position: relative;
    }

    #lp_cont01 #history .flex_box .flex_content dl:before {
        content: '';
        display: block;
        width: 20px;
        height: 20px;
        border-radius: 10px;
        position: absolute;
        left: 8px;
        top: 7px;
    }

    #lp_cont01 #history .flex_box.rev .flex_content dl:before {
        content: '';
        display: block;
        width: 20px;
        height: 20px;
        border-radius: 10px;
        position: absolute;
        left: auto;
        left: 8px;
        top: 7px;
    }

    #lp_cont01 #history .flex_box .flex_content dl dt {
        white-space: nowrap;
        font-size: 23px;
        font-style: normal;
        font-weight: 500;
        line-height: 38px; /* 165.217% */
        letter-spacing: 2.3px;
    }

    #lp_cont01 #history .flex_box .flex_content dl dd h4 {
        font-size: 20px;
        font-feature-settings: 'palt';
        font-style: normal;
        font-weight: 500;
        line-height: 26px; /* 130% */
        margin-bottom: 20px;
    }

    #lp_cont01 #history .flex_box .flex_content dl dd p {
        font-size: 14px;
        font-style: normal;
        font-weight: 500;
        line-height: 24px; /* 171.429% */
        letter-spacing: 1.4px;
    }

    #lp_cont01 #history .flex_box.rev .flex_content dl dt, #lp_cont01 #history .flex_box.rev .flex_content dl dd h4, #lp_cont01 #history .flex_box.rev .flex_content dl dd p {
        text-align: left
    }

}


#lp_cont01 .btn_all {
    background: #C5581D;
    max-width: 980px;
    display: block;
    width: 100%;
    padding: 5px;
}

#lp_cont01 .btn_all:hover {
    background: #000;
    text-decoration: none;
}

#lp_cont01 .btn_all span {
    border: 1px solid #fff;
    display: block;
    color: #FFF;
    text-align: center;
    font-size: 20px;
    font-style: normal;
    font-weight: 500;
    padding: 21px 10px 22px;
    line-height: 25px; /* 125% */
}

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

    #lp_cont01 .btn_all {
        background: #C5581D;
        display: block;
        padding: 2px;
        text-decoration: none;
        width: 100%;
        margin: 0 auto
    }

    #lp_cont01 .btn_all span {
        border: 1px solid #fff;
        display: block;
        color: #FFF;
        text-align: center;
        font-size: 15px;
        font-style: normal;
        font-weight: 500;
        padding: 23px 10px 22px;
        line-height: 8.5px; /* 56.667% */
    }
}

#lp_cont01 #content10 {
    background: url("https://gigaplus.makeshop.jp/storkglobal/neu_easter/images/Slice7.jpg") center center repeat;
    padding: 60px 0 40px;
}

#lp_cont01 #content10 .box01, #lp_cont01 #content10 .box02 {
    margin-bottom: 26px;
}

#lp_cont01 #content10 p.caution01 {
    color: #fff;
    font-size: 14px;
    font-style: normal;
    font-weight: 500;
    line-height: 25px; /* 178.571% */
    padding-bottom: 35px;
    border-bottom: 1px solid #fff;
    margin-bottom: 35px;
}

#lp_cont01 #content10 p.caution02 {
    margin-top: 0px;
    color: #fff;
    font-size: 14px;
    font-style: normal;
    font-weight: 500;
    line-height: 25px; /* 178.571% */
    margin-bottom: 50px;
}

#lp_cont01 #content10 p.caution03 {
    margin-top: 0px;
    color: #fff;
    font-size: 14px;
    font-style: normal;
    font-weight: 500;
    line-height: 25px; /* 178.571% */
    margin-bottom: 10px;
}

@media screen and (max-width: 767px) {
    #lp_cont01 #content10 {
        background: #8A4723;
        padding: 2px 0 20px;
    }

    #lp_cont01 #content10 .box01, #lp_cont01 #content10 .box02 {
        margin-bottom: 20px;
    }

    #lp_cont01 #content10 p.caution01 {
        color: #fff;
        font-size: 13px;
        font-style: normal;
        font-weight: 500;
        padding: 0 15px 20px;
        text-align: left;
        line-height: 20px; /* 153.846% */
        letter-spacing: 0.65px;
        border-bottom: 1px solid #fff;
        margin-bottom: 20px;
    }

    #lp_cont01 #content10 p.caution02 {
        margin-top: 0px;
        color: #fff;
        font-size: 13px;
        font-style: normal;
        font-weight: 500;
        padding: 0 15px 0px;
        text-align: left;
        line-height: 20px; /* 153.846% */
        letter-spacing: 0.65px;
        margin-bottom: 20px;
    }

    #lp_cont01 #content10 p.caution03 {
        color: #fff;
        font-size: 13px;
        font-style: normal;
        font-weight: 500;
        padding: 0 15px 0px;
        text-align: left;
        line-height: 20px; /* 153.846% */
        letter-spacing: 0.65px;
        margin-bottom: 10px;
    }
}


#lp_cont01 .coupon {
    background: url("https://gigaplus.makeshop.jp/storkglobal/neu_easter/images/Group321.svg") 0 0 no-repeat;
    background-size: 100% auto;
    width: 101.7%;
    position: relative;
    padding-top: 24.5%;
    top: -0px;
    left: 0;
}

#lp_cont01 .coupon a {
    display: block;
    max-width: 428px;
    background: #8A4723;
    background-size: cover;
    padding: 9px;
    color: #FFF;
    text-align: center;
    font-size: 15px;
    font-style: normal;
    font-weight: 500;
    line-height: 22px; /* 146.667% */
    position: absolute;
    width: 100%;
    top: 70%;
    left: 50%;
    transform: translateX(-50%);
}

#lp_cont01 .coupon a:hover {
    text-decoration: none;
    background: #000;
}

@media screen and (max-width: 1100px) {
    #lp_cont01 .coupon {
        background: url("https://gigaplus.makeshop.jp/storkglobal/neu_easter/images/Group321.png") 0 0 no-repeat;
        background-size: 100% auto;
        width: 100%;
        position: relative;
        padding-top: 24.5%;
        top: -0px;
        left: 0;
    }

    #lp_cont01 .coupon a {
        display: block;
        max-width: 428px;
        background: #8A4723;
        background-size: cover;
        padding: 9px;
        color: #FFF;
        text-align: center;
        font-size: 15px;
        font-style: normal;
        font-weight: 500;
        line-height: 22px; /* 146.667% */
        position: absolute;
        width: 100%;
        top: 65%;
        left: 50%;
        transform: translateX(-50%);
    }
}

@media screen and (max-width: 767px) {
    #lp_cont01 .coupon {
        background: url("https://gigaplus.makeshop.jp/storkglobal/neu_easter/images/Group4631.png") 0 0 no-repeat;
        background-size: 100% auto;
        width: 101.7%;
        position: relative;
        padding-top: 38%;
        top: -0px;
        left: 0%;
    }

    #lp_cont01 .coupon a {
        display: block;
        max-width: none;
        width: 65.1%;
        padding: 4px;
        color: #FFF;
        text-align: center;
        font-size: 10px;
        font-style: normal;
        font-weight: 700;
        line-height: 11.909px; /* 119.087% */
        position: absolute;
        top: 73%;
        left: 49%;
        text-decoration: none;
        transform: translateX(-50%);
    }
}

#lp_cont01 #content11 {
    background: url("https://gigaplus.makeshop.jp/storkglobal/neu_easter/images/Slice8.jpg") center center repeat;
    background-size: 1440px auto;
    margin-top: 0px;
    position: relative;
    z-index: 9;
    padding: 63px 0
}

#lp_cont01 h3.baloon_h3 {
    padding: 0;
    color: #8A4723;
    text-align: center;
    font-size: 20px;
    font-style: normal;
    font-weight: 700;
    line-height: 30px; /* 150% */
    margin-bottom: 100px;
}

#lp_cont01 h3.baloon_h3:before {
    content: '';
    background: url("https://gigaplus.makeshop.jp/storkglobal/neu_easter/images/baloonL.svg") 0 0 no-repeat;
    display: inline-block;
    width: 21px;
    height: 34px;
    margin-right: 10px;
    vertical-align: middle;
    position: relative;
    top: -5px;
}

#lp_cont01 h3.baloon_h3:after {
    content: '';
    background: url("https://gigaplus.makeshop.jp/storkglobal/neu_easter/images/baloonR.svg") 0 0 no-repeat;
    display: inline-block;
    width: 21px;
    height: 34px;
    margin-left: 10px;
    vertical-align: middle;
    position: relative;
    top: -5px;
}

#lp_cont01 .tokuten_list {
    display: flex;
    column-gap: 1.8%;
    margin-bottom: 50px;
}

#lp_cont01 .tokuten_list li {
    width: 32%;
    position: relative;
    padding: 89px 35px 40px;
    background: #fff;
}

#lp_cont01 .tokuten_list li .circle {
    background: #C5581D;
    width: 102px;
    height: 82px;
    box-sizing: content-box;
    border-radius: 50%;
    position: absolute;
    text-align: center;
    color: #fff;
    top: -54px;
    left: 50%;
    transform: translateX(-50%);
    padding-top: 20px;
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    line-height: 29.213px; /* 182.582% */
}

#lp_cont01 .tokuten_list li .circle span {
    display: block;
    font-size: 25px;
    font-style: normal;
    font-weight: 500;
    line-height: 28.213px;
    letter-spacing: 5px;
    padding-left: 5px;
}

#lp_cont01 .tokuten_list li .imgBox {
    height: 150px;
    display: flex;
    justify-content: center;
    align-items: flex-start;
    text-align: center
}

#lp_cont01 .couponimg {
    margin-top: 16px;
}

#lp_cont01 .gift {
    margin-top: 7px;
}

#lp_cont01 .tokuten_list li h4 {
    text-align: center;
    color: #8A4723;
    font-size: 15px;
    font-style: normal;
    font-weight: 700;
    line-height: 22px; /* 146.667% */
    padding-bottom: 8px;
    border-bottom: 1px dotted #8A4723;
    margin-bottom: 14px;
}

#lp_cont01 .tokuten_list li:first-child h4 {
    padding: 10px 0 20px;
}

#lp_cont01 .tokuten_list li p {
    font-size: 13px;
    color: #8A4723;
    font-style: normal;
    font-weight: 500;
    line-height: 20px; /* 153.846% */
    text-align: center;
}

#lp_cont01 .mb60 {
    margin-bottom: 60px !important
}

#lp_cont01 .service_list {
    display: flex;
    justify-content: space-between;
    column-gap: 10px;
}

#lp_cont01 .service_list li {
    max-width: 240px;
}

@media screen and (max-width: 767px) {
    #lp_cont01 #content11 {
        margin-top: -0px;
        background: #F6E8E0;
        position: relative;
        z-index: 9;
        padding: 27px 0 26px;
    }

    #lp_cont01 h3.baloon_h3 {
        padding: 0;
        text-align: center;
        position: relative;
        display: inline-block;
        font-size: 20px;
        font-style: normal;
        font-weight: 700;
        line-height: 30px; /* 150% */
        margin-bottom: 74px;
    }

    #lp_cont01 h3.baloon_h3:before {
        content: '';
        background: url("https://gigaplus.makeshop.jp/storkglobal/neu_easter/images/baloonL.svg") 0 0 no-repeat;
        display: inline-block;
        position: absolute;
        width: 21px;
        height: 34px;
        left: 0px;
        vertical-align: middle;
        margin-left: -20px;
        top: auto;
        bottom: 5px;
    }

    #lp_cont01 h3.baloon_h3:after {
        content: '';
        background: url("https://gigaplus.makeshop.jp/storkglobal/neu_easter/images/baloonR.svg") 0 0 no-repeat;
        display: inline-block;
        width: 21px;
        height: 34px;
        margin-left: 10px;
        vertical-align: middle;
        position: absolute;
        right: -20px;
        top: auto;
        bottom: 5px;
    }

    #lp_cont01 .tokuten_list {
        display: block;
        column-gap: 1.8%;
        margin-bottom: 50px;
        list-style: none;
    }

    #lp_cont01 .tokuten_list li {
        width: 94%;
        margin: 0 auto 75px;
        box-sizing: border-box;
        position: relative;
        padding: 65px 35px 40px;
    }

    #lp_cont01 .tokuten_list li:last-child {
        margin-bottom: 31px;
    }

    #lp_cont01 .tokuten_list li .circle {
        width: 102px;
        height: 82px;
        box-sizing: content-box;
        border-radius: 50%;
        position: absolute;
        text-align: center;
        color: #fff;
        top: -54px;
        left: 50%;
        transform: translateX(-50%);
        padding-top: 20px;
        font-size: 16px;
        font-style: normal;
        font-weight: 500;
        line-height: 29.213px; /* 182.582% */
    }

    #lp_cont01 .tokuten_list li .circle span {
        display: block;
        font-size: 25px;
        font-style: normal;
        font-weight: 500;
        line-height: 28.213px;
        letter-spacing: 5px;
        padding-left: 5px;
    }

    #lp_cont01 .tokuten_list li .imgBox {
        height: 75px;
        display: flex;
        justify-content: center;
        align-items: flex-start;
        text-align: center
    }

    #lp_cont01 .cake {
        width: 25.1%;
    }

    #lp_cont01 .couponimg {
        width: 39.6%;
        margin-top: 0px;
    }

    #lp_cont01 .gift {
        width: 19%;
        margin-top: 7px;
    }

    #lp_cont01 .tokuten_list li h4 {
        text-align: center;
        font-size: 15px;
        font-style: normal;
        font-weight: 700;
        line-height: 22px; /* 146.667% */
        padding-bottom: 8px;
        border-bottom: 1px dotted #000;
        margin-bottom: 14px;
    }

    #lp_cont01 .tokuten_list li:first-child h4 {
        padding: 10px 0 20px;
    }

    #lp_cont01 .tokuten_list li p {
        font-size: 13px;
        font-style: normal;
        font-weight: 500;
        line-height: 20px; /* 153.846% */
        text-align: center;
    }

    #lp_cont01 .mb60 {
        margin-bottom: 26px !important
    }

    #lp_cont01 .service_list {
        display: flex;
        justify-content: space-between;
        flex-wrap: wrap;
        width: 100%;
        margin: 0 auto;
        column-gap: 2%;
        grid-row-gap: 6px;
        list-style: none;
    }

    #lp_cont01 .service_list li {
        max-width: none;
        width: 49%;
    }
}

#lp_cont01 #content12 {
    background: url("https://gigaplus.makeshop.jp/storkglobal/neu_easter/images/Slice9.jpg") center center repeat;
    background-size: 1440px auto;
    color: #fff;
    padding: 50px 0 78px;
}

#lp_cont01 #content12 h3 {

    text-align: center;
    color: #C3966F;
    font-size: 40px;
    font-style: normal;
    font-weight: 500;
    line-height: 25px; /* 62.5% */
    margin-bottom: 40px;
}

#lp_cont01 #content12 .concept_leed {
    color: #fff;
    text-align: center;
    font-size: 25px;
    font-style: normal;
    font-weight: 800;
    margin-bottom: 65px;
    line-height: 50px; /* 200% */
}

#lp_cont01 #content12 dl {
    display: flex;
    margin-bottom: 0px;
}

#lp_cont01 #content12 dl dt {
    width: 50%;
    max-width: 432px;
    box-sizing: content-box;
    padding-right: 70px;
}

#lp_cont01 #content12 dl dd {
    width: 50%;
}

#lp_cont01 #content12 dl dd p {
    color: #fff;
    font-size: 15px;
    font-style: normal;
    font-weight: 800;
    line-height: 28px; /* 186.667% */
    letter-spacing: 3px;
}

@media screen and (max-width: 767px) {
    #lp_cont01 #content12 {
        background: #8A4723;
        color: #fff;
        padding: 45px 0 40px;
    }

    #lp_cont01 #content12 h3 {
        padding: 0;
        font-size: 30px;
        font-style: normal;
        font-weight: 500;
        line-height: 25px; /* 83.333% */
        margin-bottom: 25px
    }

    #lp_cont01 #content12 .concept_leed {
        text-align: center;
        font-size: 20px;
        font-style: normal;
        font-weight: 800;
        line-height: 31px;
        margin-bottom: 30px;
    }

    #lp_cont01 #content12 dl {
        display: block;
        width: 94%;
        margin: 0 auto 0px;

    }

    #lp_cont01 #content12 dl dt {
        width: 100%;
        margin: 0 auto 30px;
        text-align: center;
        padding-left: 0px;
        padding-right: 0
    }

    #lp_cont01 #content12 dl dd {
        width: 100%;
        margin: 0 auto 0px;
    }

    #lp_cont01 #content12 dl dd p {
        font-size: 15px;
        font-style: normal;
        text-align: left;
        font-weight: 800;
        line-height: 28px; /* 186.667% */
        letter-spacing: 3px;
    }

    #lp_cont01 #pl, #lp_cont01 #ne, #lp_cont01 #mi {
        display: block;
        margin-top: -140px;
        padding-top: 140px;
    }

}

#lp_cont01 .sns-list li {
    width: 31px
}

#lp_cont01 #belgian {
    background: url("https://gigaplus.makeshop.jp/storkglobal/neu_easter/images/Slice4.png") center 0 repeat #440006;
    background-size: 1440px auto;
    padding: 70px 0
}

#lp_cont01 .belgian_box {
    display: flex;
    column-gap: 5.5%;
}

#lp_cont01 #belgian .belgian_box dt {
    width: 31%;
    padding-left: 10%;
}

#lp_cont01 #belgian .belgian_box dt img {
}

#lp_cont01 #belgian .belgian_box dd {
    width: 53.5%;
}

#lp_cont01 #belgian .belgian_box dd h3 {
    color: #fff;
    text-align: center;
    font-size: 22px;
    font-style: normal;
    font-weight: 800;
    line-height: 25px; /* 113.636% */
    letter-spacing: 2.2px;
    padding: 34px 0 50px;
    background: url("https://gigaplus.makeshop.jp/storkglobal/neu_easter/images/Vector02.svg") center bottom no-repeat;
    margin-bottom: 24px;
}

#lp_cont01 #belgian .belgian_box dd p {
    color: #fff;
    font-size: 15px;
    text-align: center;
    font-style: normal;
    font-weight: 600;
    line-height: 28px; /* 186.667% */
    letter-spacing: 7.5px;
}

@media screen and (max-width: 767px) {
    #lp_cont01 #belgian {
        background: url("https://gigaplus.makeshop.jp/storkglobal/neu_easter/images/Slice6.png") center 0 repeat #440006;
        background-size: cover;
        padding: 40px 0
    }

    #lp_cont01 .belgian_box {
        display: block;
        column-gap: 5.5%;
    }

    #lp_cont01 #belgian .belgian_box dt {
        width: 92%;
        margin: 0 auto;
        padding-left: 0%;
    }

    #lp_cont01 #belgian .belgian_box dt img {
        max-width: 100%;
        margin-top: 35px;
    }

    #lp_cont01 #belgian .belgian_box dd {
        width: 100%;
        margin: 0 auto;
    }

    #lp_cont01 #belgian .belgian_box dd h3 {
        color: #fff;
        font-size: 20px;
        font-style: normal;
        font-weight: 800;
        line-height: 25px; /* 113.636% */
        letter-spacing: 2px;
        padding: 0px 0 40px;
        background: url("https://gigaplus.makeshop.jp/storkglobal/neu_easter/images/Vector02.svg") center bottom no-repeat;
        background-size: 250px auto;
        margin-bottom: 15px;
    }

    #lp_cont01 #belgian .belgian_box dd p {
        color: #fff;
        font-feature-settings: 'palt';
        font-size: 13px;
        font-style: normal;
        font-weight: 600;
        line-height: 17.853px; /* 137.334% */
        letter-spacing: 6px;
    }
}

#lp_cont01 #followme {
    background: url("https://gigaplus.makeshop.jp/storkglobal/neu_easter/images/Slice5.jpg");
    background-size: cover;
    padding: 23px 0 25px;
    color: #fff;
}

#lp_cont01 #followme h3.baloon_h3 {
    padding: 0;
    color: #8A4723;
    text-align: center;
    font-size: 15px;
    font-style: normal;
    font-weight: 600;
    line-height: 30px; /* 200% */
    margin-bottom: 20px;
}

#lp_cont01 #followme h3.baloon_h3:before {
    content: '';
    background: url("https://gigaplus.makeshop.jp/storkglobal/neu_easter/images/baloonLw.svg") 0 0 no-repeat;
    display: inline-block;
    width: 18px;
    height: 28px;
    margin-right: 30px;
    vertical-align: middle;
    position: relative;
    top: -5px;
}

#lp_cont01 #followme h3.baloon_h3:after {
    content: '';
    background: url("https://gigaplus.makeshop.jp/storkglobal/neu_easter/images/baloonRw.svg") 0 0 no-repeat;
    display: inline-block;
    width: 18px;
    height: 28px;
    margin-left: 25px;
    vertical-align: middle;
    position: relative;
    top: -5px;
}

#lp_cont01 #followme p {
    color: #8A4723;
    text-align: center;
    font-size: 20px;
    font-style: normal;
    font-weight: 700;
    line-height: 30px; /* 150% */
    letter-spacing: 4px;
    margin-bottom: 26px;
}

#lp_cont01 #followme ul {
    display: flex;
    justify-content: center;
    column-gap: 62px;
}

@media screen and (max-width: 767px) {
    #lp_cont01 #followme {
        background: #F6E8E0;
        background-size: cover;
        padding: 26px 0 25px;
        color: #fff;
    }

    #lp_cont01 #followme h3.baloon_h3 {
        padding: 0;
        display: block;
        margin: 0 auto 18px;
        color: #8A4723;
        text-align: center;
        font-size: 15px;
        font-style: normal;
        font-weight: 600;
        line-height: 30px; /* 200% */
    }

    #lp_cont01 #followme h3.baloon_h3:before {
        content: '';
        background: url("https://gigaplus.makeshop.jp/storkglobal/neu_easter/images/baloonLw.svg") 0 0 no-repeat;
        display: inline-block;
        width: 18px;
        height: 28px;
        margin-right: 30px;
        vertical-align: middle;
        position: relative;
        top: -5px;
    }

    #lp_cont01 #followme h3.baloon_h3:after {
        content: '';
        background: url("https://gigaplus.makeshop.jp/storkglobal/neu_easter/images/baloonRw.svg") 0 0 no-repeat;
        display: inline-block;
        width: 18px;
        height: 28px;
        margin-left: 0px;
        vertical-align: middle;
        position: relative;
        top: -5px;
    }

    #lp_cont01 #followme p {
        color: #8A4723;
        text-align: center;
        font-size: 20px;
        font-style: normal;
        font-weight: 700;
        line-height: 30px; /* 150% */
        letter-spacing: normal
    }

    #lp_cont01 #followme ul {
        display: flex;
        list-style: none;
        justify-content: center;
        column-gap: 62px;
    }

}

#lp_cont01 * {
    text-box: normal;
}
