/*
ヘッダー
*/
@media(min-width:768px){
#header-menu {
    margin-bottom: 20px;
}
}

#footer2 {
    max-width: 960px;
    width: auto;
}

#header-menu .header-menu-btn a.header-menu-btn-entry {
    width: 60px;
}
#header-menu .header-menu-btn a.header-menu-btn-mail {
    width: 71px;
}
#header-menu .header-menu-btn a.header-menu-btn-shop {
    width: 71px;
}
#header-menu .header-menu-btn a.header-menu-btn-entry {
    width: 60px;
}
#header-menu .header-menu-btn a.header-menu-btn-login {
    width: 49px;
}
#header-menu .header-menu-btn a.header-menu-btn-mypage {
    width: 63px;
}
#header-menu .header-menu-btn a.header-menu-btn-cart {
    width: 49px;
}
#header-menu .header-menu-btn a.header-menu-btn-faq {
    width: 84px;
}
#header-menu .header-menu-btn {
    margin: 7px 27px 7px 0;
}
#flex-menu {
    display: flex;
    width: 100%;
    background-color: #5A554B;
}
.flex-menu-wrapper {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    padding: 5px 3em 5px 0;
}
.flex-menu-inner {
    display: inline-flex;
    position: relative;
}
.flex-menu-inner::after {
    content: '';
    position: absolute;
    width: 1px;
    height: calc(100% - 11px);
    background-color: #5A554B;
    right: -1.5em;
    top: 6px;
}
.flex-menu-col {
    position: relative;
    color: white;
    cursor: pointer;
    line-height: 1;
    padding-left: 3em;
    padding-top: 10px;
    padding-bottom: 10px;
    font-size: 16px;
    font-weight: bold;
}
.flex-menu-col a {
    color: white;
}

.flex-menu-col::before {
    content: '';
    position: absolute;
    width: 1px;
    height: calc(100% - 11px);
    background-color: white;
    left: 1.5em;
    top: 6px;
}

.flex-menu-col ul {
    display: none;
    position: absolute;
    padding: 3px 0;
    list-style: none;
    background-color: #999999;
    top: 34px;
    margin: 0;
    word-break: keep-all;
    left: 1.5em;
    border-radius: 3px;
}

.flex-menu-col ul li {
    position: relative;
}

.flex-menu-col ul li a {
    color: white;
    display: block;
    padding: 14px 1em 14px 48px;
}

.flex-menu-col ul li a::before {
    content: '';
    position: absolute;
    width: 25px;
    height: 25px;
    display: block;
    left: 13px;
    top: 7px;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: contain;
}

.flex-menu-col ul li a.flex-dog::before {
    background-image: url("/img/gpn/nav01.png");
}

.flex-menu-col ul li a.flex-cat::before {
    background-image: url("/img/gpn/nav02.png");
}

.flex-menu-col ul.active {
    display: block;
}

@media(min-width:768px) {
    #header-menu .header-menu-btn {
        /** width: 254px; **/
        width: 340px;
    }
}

@media(max-width:767px) {
    #header-menu .header-menu-btn {
        margin: 7px 0;
    }
}

/*
ナビ削除
*/
nav.top_menu {
    display: none !important;
}

/*
右上menu
*/
@media(min-width:768px) {
    #menu {
        display: none;
    }

    #header-menu .header-menu-btn {
        margin: 7px -29px 7px 0;
    }
}

/*
LP
*/
body.body-lp .pagetitle {
    background: none;
    display: none;
}

body.body-lp #main {
    margin-top: 0;
}

#lp {
    overflow: hidden;
}

#lp .lp-container {
    max-width: 1080px;
    margin: 0 auto;
    padding: 0 10px;
}

#lp img {
    width: 100%;
/*    height: auto;*/
}

#lp section {
    padding: 65px 0 25px;
}

#lp section.gray {
    background-color: #eeeeee;
}

/*
lpタイトル
*/
.lp-title {
    padding: 0 0 15px;
    margin-bottom: 30px;
}

.lp-title-icon {
    width: 80px;
    margin: 0 auto;
}

.lp-title h1 {
    font-size: 34px;
}

@media(max-width:767px) {
    .lp-title h1 {
        font-size: 20px;
    }
    .lp-title-icon{
            width: 55px;
    }
}

.lp-title .lp-title-inner-l {
    width: 100px;
    margin: 0 auto 40px;
}

.lp-title .lp-title-inner-l img {
    height: 65px;
}

.lp-title .lp-title-inner-r h1 {
    margin: 0.67em 0;
    color: #575757;
    font-weight: 600;
    font-size: 34px;
    line-height: 1.75;
    text-align: left;
}

#lp .lp-guide {
    margin-bottom: 0;
    float: right;
    width: 100%;
    padding: 0 10px;
    z-index: 2;
}
#lp .lp-guide ul{
    list-style: none;
    display: flex;
    width: calc(100% - 86px);
    padding: 7px 0;
    float: left;
    justify-content: flex-end;
}
#lp .lp-guide ul li + li{
        padding-left: 2em;
    position: relative;
}
#lp .lp-guide ul li + li::before{
    content: '｜';
    position: absolute;
    left: .5em;
    top: 1px;
    
}
#lp .lp-guide ul li a{
    color: black;
}

#lp .lp-guide a.button {
    float: right;
    background-color: #6fa80c;
    color: white;
    margin-top: 15px;
    line-height: 1;
    padding: .5em 1em;
    font-size: 15px;
}

.lp-guide-btn a {
    color: white;
    padding: 0px 1.5em;
    font-size: 16px;
    line-height: 37px;
}

#lp .lp-main {
    padding-bottom: 83px;
}

.lp-main img.brand-image {
    max-width: 270px;
    margin: 0 auto 30px;
    display: block;
}

.lp-main h1 {
    color: #575757;
    margin: 0 0 .5em;
    font-size: 34px;
    font-weight: 600;
    text-align: center;
}

.lp-main h1.gather-cat {
        font-size: 26px;
}

.lp-main img.product-image {
    width: 100%;
    display: block;
}

.lp-main h2 {
    font-size: 18px;
    color: #575757;
    font-weight: 200;
    line-height: 1.75;
    padding: 0 28px;
}

.lp-main h2 span {
    color: #6fa80c;
    font-weight: bold;
}

.lp-main p {
    text-align: center;
    font-size: 18px;
    color: #575757;
    margin-bottom: .5em;
    font-weight: bold;
}

.lp-main .lp-main-voyage-inner {
    display: flex;
    /*display: inline-block;*/
    width: 100%;
    margin: 0 auto;
    flex-wrap: wrap;
    padding-top: 70px;
}

.lp-main .lp-main-l {
    width: 400px;
}

.lp-main .lp-main-r {
    width: calc(100% - 400px);
}

#lp .lp-video {
    background-color: #575757;
    padding: 1em 16px;
}

.lp-video a {
    color: white;
    border: 1px solid white;
    padding: 14px 30px;
    line-height: 1;
    letter-spacing: .3em;
    display: block;
    width: 198px;
    font-size: 13px;
    margin: 0 auto;
    text-align: center;
}

#lp section.lp-n1bnr{
    padding: 5rem 0;
}
.lp-n1bnr figure{
    margin: 0 auto;
    text-align: center;
    max-width: 820px;
}

/*
そもそもオーガニックとは？
*/
.lp-about h1 {
    text-align: center;
    font-size: 34px;
}

.lp-about h2 {
    margin: 0 0 40px;
}

.lp-about p {
    text-align: center;
    font-size: 16px;
    margin: 0;
    line-height: 2;
}

@media(max-width:767px) {
    .lp-about h1 {
        font-size: 20px;
    }

    .lp-about h2 {
        color: #333;
        background-color: transparent;
        font-size: 15px;
        margin: 0 0 30px;
    }

    .lp-about p {
        font-size: 14.5px;
        line-height: 1.75;
        text-align: left;
    }
#lp section.lp-n1bnr{
    padding: 3rem 0;
}
    
}

/*
オーガニック食材を取り入れるメリット
*/
.lp-merit h1 {
    text-align: center;
    font-size: 34px;
}

.lp-merit dl {
    position: relative;
    display: flex;
    flex-wrap: wrap;
    padding: 50px 0;
    border-top: 5px solid #5A554B;
    margin: 0 0 50px;
}

.lp-merit dl dt {
    position: absolute;
    width: 80px;
    left: 50%;
    margin-left: -40px;
    text-align: center;
    background-color: white;
    top: -25px;
}

.lp-merit dl dt span {
    background-color: #ed7023;
    color: white;
    font-size: 24px;
    font-weight: bold;
    width: 42px;
    line-height: 42px;
    display: block;
    border-radius: 50%;
    margin: 0 auto;

}

.lp-merit dl .lp-merit-txt {
    width: calc(100% / 2);
    padding-right: 16px;
}

.lp-merit dl .lp-merit-txt h2 {
    margin: 0 0 1em;
}

.lp-merit dl .lp-merit-txt p {
    font-size: 16px;
    line-height: 1.75;
}

.lp-merit dl .lp-merit-img {
    width: calc(100% / 2);
    padding-left: 16px;
}

@media(max-width:767px) {
    .lp-merit h1 {
        font-size: 20px;
    }

    .lp-merit dl .lp-merit-txt {
        padding-right: 0;
        width: 100%;
        margin: 0 0 1em;
    }

    .lp-merit dl .lp-merit-txt h2 {
        color: #333;
        background-color: transparent;
        font-size: 16px;
    }

    .lp-merit dl .lp-merit-txt p {
        font-size: 14.5px;
        line-height: 1.75;
    }

    .lp-merit dl .lp-merit-img {
        width: 100%;
        padding-left: 0;
    }
}

/*
これからはサステナビリティーがキーワード
*/
.lp-merit-col {
    padding: 30px 45px;
    background-color: #fffbf2;
}

.lp-merit-col h2 {
    margin: 0 0 1em;
    font-size: 27px;
    border-bottom: 2px solid #ed7023;
    line-height: 2.2;
    margin-right: 90px;
    position: relative;
}

.lp-merit-col h2::after {
    content: '';
    background-image: url("/img/gpn/gather/peticon_column_green.svg");
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center center;
    width: 90px;
    height: 90px;
    position: absolute;
    right: -112px;
    top: -22px;
}

.lp-merit-col h2 span {
    color: #6fa80c;
}

.lp-merit-col p {
    font-size: 16px;
    line-height: 2.6;
    background: linear-gradient(#ccc 1px, transparent 1px) #fffbf2;
    background-size: auto 2.55em;
    padding: 0 1.5em;
    position: relative;
    z-index: 1;
}

.lp-merit-col p::before {
    content: '';
    position: absolute;
    z-index: 2;
    width: 100%;
    left: 0;
    background-color: #fffbf2;
    height: 1px;
}

@media(max-width:767px) {
    .lp-merit-col {
        padding: 20px 16px;
        background-color: #fffbf2;
    }

    .lp-merit-col h2 {
        color: #333;
        background-color: transparent;
        line-height: 1.5;
        font-size: 18px;
        margin-right: 53px;
        padding-bottom: 5px;
    }

    .lp-merit-col h2::after {
        width: 56px;
        height: 56px;
        right: -63px;
        top: -4px;
    }

    .lp-merit-col p {
        font-size: 13px;
        line-height: 2.6;
        background: linear-gradient(#ccc 1px, transparent 1px) #fffbf2;
        background-size: auto 2.55em;
        padding: 0 1em;
        position: relative;
        z-index: 1;
    }
}

/*
gather(ギャザー)の食事を紹介します。
*/
.lp-intro {
    background-image: url("/img/gpn/gather/dog-4967820_1920.jpg");
    background-position: center center;
    background-size: cover;
    background-repeat: no-repeat;
}

.lp-intro .lp-title h1 {
    text-align: center;
    color: white;
}

.lp-intro-txt {
    max-width: 670px;
    margin: 0 auto;
    margin-bottom: 50px;
    width: 100%;
    padding: 50px 0;
    background-color: rgba(255, 255, 255, .85);
}

.lp-intro p {
    font-size: 16px;
    line-height: 2.6;
    background: linear-gradient(#ccc 1px, transparent 1px) transparent;
    background-size: auto 2.55em;
    padding: 0 1.5em;
    text-align: center;
}

.lp-intro-wrapper {
    display: flex;
    flex-wrap: wrap;
    margin-left: -6px;
    margin-right: -6px;
    max-width: 960px;
    width: 100%;
    margin: 0 auto;
}

.lp-intro-col {
    width: calc(100% / 4);
    padding: 0 6px;
}

.lp-intro-col a {
    display: block;
    padding: 40px 13px;
    background-color: rgba(255, 255, 255, .95);
}

.lp-intro-col:nth-child(1) a {
    border-top: 5px solid #EA6F30;
    border-bottom: 5px solid #EA6F30;
    color: #EA6F30;
}

.lp-intro-col:nth-child(2) a {
    border-top: 5px solid #e61673;
    border-bottom: 5px solid #e61673;
    color: #e61673;
}

.lp-intro-col:nth-child(3) a {
    border-top: 5px solid #0874BE;
    border-bottom: 5px solid #0874BE;
    color: #0874BE;
}

.lp-intro-col:nth-child(4) a {
    border-top: 5px solid #c9a062;
    border-bottom: 5px solid #c9a062;
    color: #c9a062;
}

.lp-now-intro-col:nth-child(1) a {
    border-top: 5px solid #c9a062;
    border-bottom: 5px solid #c9a062;
    color: #c9a062;
}

.lp-now-intro-col:nth-child(2) a {
    border-top: 5px solid #b68152;
    border-bottom: 5px solid #b68152;
    color: #b68152;
}

.lp-now-intro-col:nth-child(3) a {
    border-top: 5px solid #956134;
    border-bottom: 5px solid #956134;
    color: #956134;
}

.lp-intro-col img {
    margin-bottom: 1em;
    width: 100%;
    max-width: 110px;
    display: block;
    margin: 0 auto 1em;
}

.lp-intro-col h2 {
    text-align: center;
    font-size: 18px;
    display: block;
}

.lp-intro-col h3 {
    text-align: center;
    font-size: 13px;
    display: block;
}

.lp-main a {
    color: #97b433;
    border: 2px solid #97b433;
    border-radius: 3px;
    display: block;
    width: 100%;
    max-width: 250px;
    text-align: center;
    font-size: 19px;
    padding: .5em 1em;
    margin: 0 auto;
}

@media(max-width:767px) {
    .lp-intro .lp-title h1 {
        font-size: 20px;
    }

    .lp-intro p {
        text-align: left;
        font-size: 13px;
    }

    .lp-intro-col {
        padding: 0 5px;
        width: calc(100% / 2);
        margin-bottom: 1em;
    }
    .lp-intro-col a{
        padding: 18px 13px;
    }
    .lp-intro-col img{
        max-width: 60px;
    }

    .lp-intro-col h2 {
        font-size: 12px;
        background-color: transparent;
    }

    .lp-intro-col:nth-child(1) a h2 {
        color: #EA6F30;
    }

    .lp-intro-col:nth-child(2) a h2 {
        color: #D44E4D;
    }

    .lp-intro-col:nth-child(3) a h2 {
        color: #0874BE;
    }

    .lp-intro-col:nth-child(4) a h2 {
        color: #77963C;
    }

    body.sp-brand-gpn h3 {
        color: #77963C;
    }
}

/*
信頼できるネットワークから調達した食材
*/
.lp-trust .lp-title h1 {}

.lp-trust h4 {
    font-size: 16px;
    line-height: 1.75;
    font-weight: 500;
    margin-bottom: 50px;
}

.lp-trust-wrapper {
    display: flex;
    flex-wrap: wrap;
    margin-left: -45px;
    margin-right: -45px;
}

.lp-trust-col {
    width: calc(100% / 4);
    padding: 0 45px;
    margin: 0 0 30px;
}

.lp-trust-col img {
    margin: 0 0 1em;
    object-fit: contain;
    height: 150px;
}

.lp-trust-col p {
    font-size: 16px;
    line-height: 1.75;
    color: #ed7023;
}

@media(max-width:767px) {
    .lp-trust .lp-title h1 {
        font-size: 20px;
    }

    .lp-trust h4 {
        font-size: 14.5px;
    }

    .lp-trust-wrapper {
        margin-left: -10px;
        margin-right: -10px;
    }

    .lp-trust-col {
        padding: 0 10px;
    }

    .lp-trust-col img {
        height: 75px;
    }

    .lp-trust-col p {
        font-size: 13px;
    }
}

/*
ポイント1
*/
#lp .lp-taste dl.lp-taste-list {
    display: flex;
    flex-wrap: wrap;
    padding: 24px 74px 0;
}

.lp-taste .lp-taste-txt p {
    font-size: 16px;
    line-height: 1.75;
}

.lp-taste-txt {
    margin-bottom: 50px;
}

.lp-taste dl.lp-taste-list dl {
    display: flex;
}

.lp-taste dl.lp-taste-list dl dt {
    width: 18%;
}

.lp-taste dl.lp-taste-list dl dd {
    width: 82%;
    font-size: 15.5px;
    line-height: 1.8;
}

.lp-include {
    /*background-color: rgba(225,105,18,.2);*/
}

.lp-include h1 {
    margin: 0 0 75px;
    color: #999999;
}

.lp-include p {
    font-size: 16px;
    line-height: 1.75;
}

.lp-include .lp-include-list {
    display: flex;
    flex-wrap: wrap;
    width: 100%;
    max-width: 1050px;
    margin: 0 auto;
    padding: 0 0 50px;
}

.lp-include .lp-include-list-inner {
    display: flex;
    flex-wrap: wrap;
    max-width: 600px;
    margin: 0 auto;
}

.lp-include .lp-include-list dl {
    width: calc(100% / 3 - 16px);
    margin: 0 8px 30px;
    padding: 19px 16px 16px;
    background-color: #0874be;
}

.lp-include .lp-include-list dl img {
    max-width: 97px;
    margin: 0 auto 26px;
    display: block;
}

.lp-include .lp-include-list dl dd {
    margin: 0;
    text-align: center;
    line-height: 1.3;
    color: white;
}

.lp-effect {
    margin-bottom: 50px;
}

.lp-effect h1 {
    margin: 0 0 1em;
    font-size: 27px;
    border-bottom: 2px solid #ed7023;
    line-height: 2.2;
    margin-right: 90px;
    position: relative;
    background-color: transparent;
    color: #333;
    width: 100%;
}

.lp-effect h1::after {
    content: '';
    background-image: url("/img/gpn/gather/peticon_column_green.svg");
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center center;
    width: 90px;
    height: 90px;
    position: absolute;
    right: -112px;
    top: -22px;
}

.lp-effect h2 {
    color: white;
    margin: 0 0 .5em;
    background-color: transparent;
    font-size: 23px;
    text-align: center;
}

.lp-effect p {
    font-size: 16px;
    margin: 0;
    line-height: 1.5;
    color: white;
    line-height: 40.2px;
    background: linear-gradient(#ccc 1px, transparent 1px) transparent;
    background-size: auto 39.7px;
    position: relative;
    padding: 0 1.5em;
}

.lp-effect p::before {
    content: '';
    position: absolute;
    z-index: 2;
    width: 100%;
    left: 0;
    background-color: #fffbf2;
    height: 1px;
}

.lp-effect .lp-effect-wrapper {}

.lp-effect img.bg {
    height: 620px;
    object-fit: cover;
}

@media(max-width:767px) {
    .lp-include-txt {
        margin: 0 0 1em;
    }

    .lp-include p {
        font-size: 14.5px;
    }

    .lp-taste .lp-taste-txt p {
        font-size: 14.5px;
    }
}

/*
環境に配慮した 30%植物由来素材のパッケージ
*/
#lp section.lp-package {
    padding-bottom: 100px;
}

.lp-package p {
    font-size: 16px;
    line-height: 1.75;

}

.lp-package p span {
    display: block;
    font-size: 80%;
    padding-top: 1em;
}

.lp-package-wapper {
    display: flex;
    flex-wrap: wrap;
}

.lp-package-col-l {
    width: 60%;
}

.lp-package-col-r {
    width: 40%;
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.lp-voice .lp-title .lp-title-inner-r h1 {
    background-color: #8c78b7;
    color: white;
    padding: 10px 0;
}

#lp .lp-voice dl.lp-voice-list {
    display: flex;
    flex-wrap: wrap;
}

.lp-voice .lp-voice-list dl {
    display: flex;
    margin: 0 0 40px;
    width: calc(100% / 2);
    padding: 0 8px;
    position: relative;
}

.lp-voice .lp-voice-list dl dt {
    width: 65%;
    padding-left: 8px;
    line-height: 1.75;
    font-size: 15px;
}

.lp-voice .lp-voice-list dl dd {
    width: 35%;
    font-size: 20px;
    margin: 0;
    padding-right: 8px;
}

.lp-voice .lp-voice-list dl dd img {
    object-fit: cover;
    margin-bottom: .5em;
}

.lp-voice .lp-voice-list dl dd span {
    color: #e16912;
    font-size: 20px;
}

.lp-voice .lp-voice-list dl dd.lp-voice-r {
    margin-left: 50px;
}

@media(max-width:767px) {
    .lp-package-col-l {
        width: 100%;
    }

    .lp-package-col-r {
        width: 100%;
    }

    .lp-package p {
        font-size: 14.5px;
    }
}

/*
ベジタリアンレシピのエンドレスバレー
*/
.lp-vege .lp-title h1 {
    border-bottom: 2px dotted #ccc;
    text-align: center;
}

.lp-vege .lp-title h2 {
    text-align: center;
    color: white;
    margin-bottom: 30px;
    background-color: transparent;
}

.lp-vege .lp-title h2 span {
    background-color: #6fa80c;
    padding: .5em 130px;
    border-radius: 3px;
    position: relative;
}

.lp-vege .lp-title h2 span::after {
    content: '';
    width: 30px;
    height: 30px;
    transform: rotate(45deg);
    background-color: #6fa80c;
    position: absolute;
    visibility: inherit;
    bottom: -8px;
    z-index: -1;
    left: calc(50% - 15px);
}

.lp-vege-intro {
    display: flex;
    flex-wrap: wrap;
    margin-left: -16px;
    margin-right: -16px;
}

.lp-vege-intro-col-l {
    width: 35%;
    padding: 0 16px;
}

.lp-vege-intro-col-r {
    width: 65%;
    padding: 0 16px;
}

.lp-vege-intro-col-r h2 {
    margin: 0 0 1em;
    background-color: transparent;
    color: #6fa80c;
}

.lp-vege-intro-col-r p {
    font-size: 16px;
    line-height: 1.75;
}

.lp-sub-title {
    padding: 50px 0;
}

.lp-sub-title h1 {
    text-align: center;
    margin: 0;
    font-size: 34px;
}

.lp-vege-wrapper {
    display: flex;
    flex-wrap: wrap;
    margin-left: -16px;
    margin-right: -16px;
}

.lp-vege-col {
    width: calc(100% / 2);
    padding: 0 16px;
    margin: 0 0 60px;
}

.lp-vege-col-inner {
    background-color: #e4efd1;
    padding: 25px 16px;
}

.lp-vege-col h2 {
    text-align: center;
    margin: 0 0 1em;
    font-size: 26px;
    background-color: transparent;
    color: #333;
}


.lp-vege-col-title{
    margin-left: 50px;
    position: relative;
}
.lp-vege-col-title::after {
    font-family: "Font Awesome 5 Pro";
    content: '\f00c';
    font-weight: 900;
    padding-right: .5em;
    position: absolute;
    left: -72px;
    font-size: 57px;
    top: -37px;
    color: #6fa80c;
}

.lp-vege-col p {
    font-size: 16px;
    line-height: 1.75;
}

.lp-vege-txt {
    padding: 30px 45px;
    margin-bottom: 50px;
    background-color: #fffbf2;
}

.lp-vege-txt h2 {
    margin: 0 0 1em;
    font-size: 27px;
    border-bottom: 2px solid #ed7023;
    line-height: 2.2;
    margin-right: 90px;
    position: relative;
    background-color: transparent;
    color: #333;
}

.lp-vege-txt h2::after {
    content: '';
    background-image: url("/img/gpn/gather/peticon_column_green.svg");
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center center;
    width: 90px;
    height: 90px;
    position: absolute;
    right: -112px;
    top: -22px;
}

.lp-vege-txt p {
    font-size: 16px;
    line-height: 2.6;
    background: linear-gradient(#ccc 1px, transparent 1px) #fffbf2;
    background-size: auto 2.55em;
    padding: 0 1.5em;
    position: relative;
    z-index: 1;
}

.lp-vege-txt p::before {
    content: '';
    position: absolute;
    z-index: 2;
    width: 100%;
    left: 0;
    background-color: #fffbf2;
    height: 1px;
}

.lp-vege-txt p span {
    font-weight: bold;
}

@media(max-width:767px) {
    .lp-sub-title {
        padding: 50px 0 25px;
    }

    .lp-sub-title h1 {
        font-size: 20px;
    }

    .lp-vege .lp-title h2 span {
        padding: .5em 1em;
        font-size: 16px;
    }

    .lp-vege-intro-col-l {
        width: 100%;
        margin-bottom: 1em;
    }

    #lp .lp-vege-intro-col-l img {
        max-width: 250px;
        width: 100%;
        display: block;
        margin: 0 auto;
    }

    .lp-vege-intro-col-r {
        width: 100%;
    }

    .lp-vege-intro-col-r h2 {
        font-size: 20px;
    }

    .lp-vege-intro-col-r p {
        font-size: 14.5px;
    }

    .lp-vege-col-inner {
        padding: 18px 14px;
    }

    .lp-vege-col {
        width: 100%;
        margin: 0 0 20px;
    }

    .lp-vege-col h2 {
        font-size: 18px;
        text-align: left;
        margin-left: 31px;
    }

    .lp-vege-col h2::after {
        left: -50px;
        font-size: 40px;
        top: -32px;
    }

    .lp-vege-col h2 br {
        display: none;
    }

    .lp-vege-col p {
        font-size: 14.5px;
    }

    .lp-vege-txt {
        padding: 20px 16px;
    }

    .lp-vege-txt h2 {
        color: #333;
        background-color: transparent;
        line-height: 1.5;
        font-size: 18px;
        margin-right: 53px;
        padding-bottom: 5px;
    }

    .lp-vege-txt h2::after {
        width: 56px;
        height: 56px;
        right: -63px;
        top: -10px;
    }

    .lp-vege-txt p {
        font-size: 13px;
        line-height: 2.6;
        background: linear-gradient(#ccc 1px, transparent 1px) #fffbf2;
        background-size: auto 2.55em;
        padding: 0 1em;
        position: relative;
        z-index: 1;
    }
}

/*
どのgatherにしますか？
*/

#lp .lp-select {
    background-color: #6fa80c;
    padding-bottom: 50px;
}

.lp-select h1 {
    color: #999999;
    margin: 0 0 20px;
    text-align: center;
}

.lp-select .lp-title .lp-title-inner-r h1 {
    color: white;
    text-align: center;
}

#lp .lp-select dl.lp-select-list {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
}

.lp-select dl.lp-select-list dl {
    padding: 0 23px;
    margin: 0 4px 50px;
    width: calc(100% / 3 - 8px);
    background-color: white;
}

.lp-select dl.lp-select-list dl.gather01 {
    border-top: 2px solid #a2c037;
    border-bottom: 2px solid #a2c037;
}

.lp-select dl.lp-select-list dl.gather02 {
    border-top: 2px solid #ef9120;
    border-bottom: 2px solid #ef9120;
}

.lp-select dl.lp-select-list dl.gather03 {
    border-top: 2px solid #50b1b7;
    border-bottom: 2px solid #50b1b7;
}

.lp-select dl.lp-select-list dl.now01{
    width: calc(100% / 4 - 8px);
    border-top: 2px solid #67bc4a;
    border-bottom: 2px solid #67bc4a;
}
.lp-select dl.lp-select-list dl.now02{
    width: calc(100% / 4 - 8px);
    border-top: 2px solid #df4891;
    border-bottom: 2px solid #df4891;
}
.lp-select dl.lp-select-list dl.now03{
    width: calc(100% / 4 - 8px);
    border-top: 2px solid #86cbde;
    border-bottom: 2px solid #86cbde;
}
.lp-select dl.lp-select-list dl.now04{
    width: calc(100% / 4 - 8px);
    border-top: 2px solid #a467ac;
    border-bottom: 2px solid #a467ac;
}

.lp-select dl.lp-select-bottom {
    width: 100%;
}

.lp-select dl.lp-select-bottom a {
    color: #262626;
    display: block;
    width: 100%;
    max-width: 241px;
    text-align: center;
    font-size: 16px;
    padding: .75em 1em;
    margin: 0 auto 50px;
    background-color: white;
    font-weight: bold;
    line-height: 1;
}

.lp-select dl.lp-select-list dl dt {
    max-width: 165px;
    margin: 0 auto 1em;
    width: 100%;
    padding-top: 28px;
}

.lp-select dl.lp-select-list dl dd {
    font-size: 17px;
    position: relative;
    margin: 0;
}

.lp-select dl.lp-select-list dl h2 {
    color: #575757;
    font-size: 19px;
    margin-bottom: 1em;
    background-color: transparent;
    text-align: center;
}

.lp-select dl.lp-select-list dl p {
    font-size: 14px;
    line-height: 1.75;
    margin-bottom: 2em;
    text-align: center;
}

.lp-select dl.lp-select-list dl dd a {
    color: #e16912;
    line-height: 1;
    font-size: 14px;
    padding: .5em 1em;
    margin-bottom: .5em;
    border: 1px solid #e16912;
    display: block;
    margin: 0 auto 16px;
}

.lp-select dl.lp-select-list dl dd a + a {
    margin-left: 1em;
}

.lp-select dl.lp-select-list dl dd .lp-select-link {
    display: flex;
    flex-wrap: wrap;
    margin-bottom: 16px;
}

.lp-select-head {
    margin-bottom: 65px
}

.lp-select-head p {
    text-align: center;
}

.lp-select-head p a {
    color: #333;
}

.lp-select-end {
    text-align: center;
    padding: 13px 0;
}

.lp-select-end a {
    color: #333;
    font-size: 16px;
}
@media(max-width:767px){
    .lp-select dl.lp-select-list dl.now01{
    width: calc(100% / 2 - 8px);
}
.lp-select dl.lp-select-list dl.now02{
    width: calc(100% / 2 - 8px);
}
.lp-select dl.lp-select-list dl.now03{
    width: calc(100% / 2 - 8px);
}
.lp-select dl.lp-select-list dl.now04{
    width: calc(100% / 2 - 8px);
}
}

/*
ギャザーキャット
*/
.lp-select-gcat dl.lp-select-list dl.gather02{
    display: flex;
    flex-wrap: wrap;
    width: 100%;
}
.lp-select-gcat dl.lp-select-list dl {
    padding: 17px 229px;
}
.lp-select-gcat dl.lp-select-list dl dt{
        width: 30%;
    max-width: inherit;
}
.lp-select-gcat dl.lp-select-list dl dd{
        width: 70%;
    display: flex;
    flex-direction: column;
    justify-content: center;
}
@media(min-width:768px) {
    .lp-select-gcat dl.lp-select-list dl.gather02{
        margin: 0 auto 50px;
    }
}
/*
ギャザーキャットここまで
*/

#lp .lp-end {
    padding-top: 100px;
}

.lp-end-col-wrapper {
    display: flex;
    flex-wrap: wrap;
    margin-bottom: 35px;
}

.lp-end-col-l {
    background-color: #ed7023;
    width: 50%;
    padding: 0 50px;
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.lp-end-col-half a:first-child {
    margin-right: 8px;
}

.lp-end-col-r {
    width: 50%;
    height: 227px;
    position: relative;
}

.lp-end-col-r img {
    height: 100%!important;
    object-fit: cover;
}

.lp-end-col {
    margin: 0 0 10px;
    display: flex;
}

.lp-end-col a {
    display: flex;
    width: 100%;
}

.lp-end a:hover {
    text-decoration: none;
}

.lp-end-col-half {
    width: 100%;
    display: flex;
}

.lp-end-col-half a {
    width: 50%;
}

.lp-end-col-half a .lp-end-col-l {
    width: 100%;
    z-index: 1;
    padding: 33px 50px;
    background-position: center center;
    background-size: cover;
    background-repeat: no-repeat;
    position: relative;
}

.lp-end-col-half a .lp-end-col-l04 {
    padding: 36.5px 20px;
}

.lp-end-col-l h1 {
    color: white;
    font-size: 48px;
    margin: 0;
    font-weight: 200;
    line-height: 1;
}

.lp-end-col-half a .lp-end-col-l03 span {
    margin: 0;
}

.lp-end-col-half a .lp-end-col-l04 h1 {
    font-size: 32px;
    text-align: center;
    margin-bottom: 8px;
}

.lp-end-col-half a .lp-end-col-l04 span {
    margin: 0;
    text-align: center;
}

.lp-end-col-l h1 span {
    font-size: 15px;
    letter-spacing: 0;
    padding-left: 1em;
}

.lp-end-col-l span {
    color: white;
    margin-bottom: 1em;
    letter-spacing: .3em;
}

.lp-end-col-l p {
    color: white;
    font-size: 21px;
    font-weight: bold;
    line-height: 1.5;
}


.lp-end-col-inner {
    margin: 0 0 30px;
}

.lp-end .arrow {
    width: 42px;
    height: 42px;
    border-top: solid 2px white;
    border-right: solid 2px white;
    transform: rotate(45deg);
    display: block;
    position: absolute;
    top: 50%;
    right: 25px;
    margin-top: -21px;
    margin-right: 0;
}

.lp-yammy h1 {
    color: #999999;
    margin: 0 0 40px;
}

.lp-yammy-list {
    display: flex;
    flex-wrap: wrap;
}

.lp-yammy-list dl {
    display: flex;
    flex-wrap: wrap;
    margin-bottom: 45px;
}

.lp-yammy-list dt {
    width: calc(100% / 2);
    padding: 0 16px;
}

.lp-yammy-list dd {
    width: calc(100% / 2);
    margin: 0;
    padding: 0 16px;
}

.lp-yammy-list dd p {
    font-size: 20px;
    line-height: 1.75;
    margin-bottom: 40px;
    padding-top: .5em;
}

.lp-yammy-list dd p span {
    font-weight: bold;
}

.lp-yammy-list dd ul {
    font-size: 20px;
    font-weight: bold;
}

.lp-yammy-list dd ul li {
    margin-bottom: .5em;
}

.lp-size h1 {
    margin: 0 0 30px;
    color: #999999;
}

.lp-size p {
    font-size: 21px;
    margin: 0 0 1em;
    line-height: 1.5;
}

.lp-size .product-image-wrapper {
    display: flex;
    flex-wrap: wrap;
}

#lp .lp-size img {
    width: calc(100% / 2);
    padding: 0 16px;
    height: 500px;
    object-fit: cover;
}

#lp .lp-footer img {
    width: 100px;
    display: block;
    margin: 0 auto;
}

#lp .lp-footer p {
    text-align: center;
    margin-bottom: .5em;
}

@media(max-width:767px) {
    .lp-guide-wrapper {
        font-size: 10px;
        padding-right: 1em;
        padding-top: 14px;
    }

    #lp .lp-guide a {
        font-size: 13px;
    }

    .lp-title {
        padding: 0px 0 15px;
    }

    .lp-title .lp-title-inner-r h1 {
        font-size: 19px;
        line-height: 1.5;
    }

    #lp section {}

    #lp .lp-guide ul {
        padding-top: 4px;
        margin-top: 15px;
    }

    .lp-main h1 {
        font-size: 15px;
    }

    .lp-title .lp-title-inner-l {
        margin: 0 auto 20px;
    }

    .lp-title .lp-title-inner-l img {
        height: 46px;
    }

    .lp-main img.product-image {
        max-width: 190px;
        margin: 0 auto 1em;
    }

    .lp-main h2 {
        background-color: transparent;
        font-size: 14.5px;
        text-align: left;
    }

    .lp-main .lp-main-voyage-inner {
        padding-top: 30px;
    }

    .lp-main .lp-main-l {
        width: 100%;
    }

    .lp-main .lp-main-r {
        width: 100%;
    }

    .lp-main img.brand-image {
        max-width: 170px;
    }

    #lp .lp-taste dl.lp-taste-list {
        padding: 24px 16px;
    }

    .lp-taste h1 {
        font-size: 17px;
        padding: 0 1em;
    }

    .lp-taste dl.lp-taste-list {
        padding: 0 25px;
    }

    .lp-taste dl.lp-taste-list dl dd {
        font-size: 12.5px;
        margin: 0 0 30px;
        padding-left: 1em;
    }

    .lp-include h1 {
        font-size: 17px;
        padding: 0 1em;
        margin: 0 0 27px;
    }

    .lp-include .lp-include-list dl {}

    .lp-include .lp-include-list dl dd {
        font-size: 11px;
    }

    .lp-include .lp-include-list dl img {
        margin: 0 auto 17px;
    }

    .lp-include .lp-include-list {
        padding: 0;
    }


    .lp-effect h2 {
        background-color: transparent;
        padding: 0 1em;
        font-size: 16px;
        text-align: left;
    }

    .lp-effect p {
        padding: 0 1em;
        font-size: 13px;
    }

    .lp-effect img {
        height: 218px;
        padding: 0;
    }

    .lp-effect img.bg {
        height: 289px;
    }


    .lp-voice h1 {
        font-size: 17px;
        padding: 0 1em;
        margin: 0 0 27px;
    }

    .lp-voice dl.lp-voice-list dl dt {
        font-size: 13px;
    }

    .lp-voice dl.lp-voice-list dl dd {
        font-size: 13px;
    }

    .lp-voice dl.lp-voice-list dl {
        margin: 0 0 13px;
    }

    .lp-select {
        margin: 0 16px;
        padding: 16px 20px;
    }

    .lp-select h1 {
        font-size: 17px;
    }

    .lp-select-head {
        margin-bottom: 40px;
    }

    .lp-select dl.lp-select-list dl dd .lp-select-link {
        position: relative;
    }

    .lp-select dl.lp-select-list dl {
        flex-wrap: wrap;
        width: 100%;
        padding: 0 17px;
        margin: 0 4px 24px;
    }

    .lp-select dl.lp-select-list dl dt {
        width: 100%;
        max-width: 127px;
    }

    .lp-select dl.lp-select-list dl dd {
        width: 100%;
    }

    .lp-select dl.lp-select-list dl h2 {
        background-color: transparent;
        font-size: 17px;
    }

    .lp-select dl.lp-select-list dl p {
        font-size: 14px;
        margin-bottom: 31px;
    }

    .lp-select dl.lp-select-list dl dd a {
        right: 0;
    }

    .lp-select dl.lp-select-list dl dd a + a {
        margin: 0 0 .5em;
    }

    .lp-select dl.lp-select-bottom a {
        max-width: 211px;
        font-size: 14px;
    }

    .lp-end-col-wrapper {
        margin-bottom: 25px;
    }

    .lp-end-col-l {
        flex-wrap: wrap;
    }

    .lp-end-col-l {
        width: 100%;
        padding: 1em;
    }

    .lp-end-col-r {
        width: 100%;
        height: 100px;
    }

    .lp-end-col {
        margin-bottom: 1em;
    }

    .lp-end-col-inner {
        padding: 16px 30px 0;
    }

    .lp-end-col a {
        display: block;
    }

    .lp-end-col h1 {
        font-size: 23px;
        margin-bottom: 4px;
    }

    .lp-end-col p {
        font-size: 14px;
    }

    .lp-end-col p br {
        display: none;
    }

    .lp-yammy h1 {
        font-size: 17px;
        padding: 0 1em;
    }

    .lp-yammy-list dt {
        width: 100%;
        margin-bottom: 15px;
    }

    .lp-yammy-list dd {
        width: 100%;
    }

    .lp-yammy-list dd p {
        font-size: 14px;
        margin-bottom: 17px;
    }

    .lp-yammy-list dd ul {
        font-size: 14px;
    }

    .lp-yammy-list dl {
        margin-bottom: 30px;
    }

    .lp-size h1 {
        font-size: 17px;
        padding: 0 1em;
    }

    .lp-size p {
        font-size: 14px;
        padding: 0 1em;
    }

    #lp .lp-size img {
        height: 188px;
        padding: 0;
    }

    .lp-effect {
        margin-bottom: 0;
    }

    .lp-effect img.lp-effect-now {
        height: 218px;
    }

    .lp-end-col-half a {
        width: 100%;
    }

    .lp-end-col-half {
        flex-wrap: wrap;
    }

    .lp-end-col-half a:first-child {
        margin-right: 0;
    }

    .lp-end-col-half a .lp-end-col-l {
        margin-bottom: 1em;
    }

    .lp-end-col-l h1 {
        font-size: 26px;
    }

    .lp-end-col-half a .lp-end-col-l04 h1 {
        font-size: 21px;
    }

    .lp-end-col-half a .lp-end-col-l04 {
        padding: 23.5px 20px;
    }

    .lp-effect .lp-effect-col {
        padding: 0;
        margin: 0;
    }
}

/*LP nowページ*/
.lp-now .lp-main a {
    color: #e16912;
    border: 2px solid #e16912;
}

.lp-now .lp-title {
    background-color: #ffb74e;
}

.lp-now .lp-main h2 {
    background-color: #ffb74e;
}

.lp-now .lp-title .lp-title-inner-l {
    color: #ffb74e;
}

.lp-now .lp-title .lp-title-inner-r h1 span {
    color: #e16912;
}

.lp-now .lp-main p span {
    color: #e16912;
}

.lp-now .lp-include .lp-include-list dl {
    width: calc(100% / 4);
}

.lp-now .lp-select dl.lp-select-list {
    border: 2px solid #e16912 !important;
}

.lp-now .lp-select {
    background-color: rgba(225, 105, 18, .2) !important;
}

.lp-now .lp-select dl.lp-select-list dl dd a {
    font-size: 14px;

}

.lp-now .lp-select dl.lp-select-list dl.lp-select-bottom a {
    color: #e16912;
    border: 2px solid #e16912;
}

.lp-now .lp-voice dl.lp-voice-list dl dd {
    border: 2px solid #97b433;
}

.lp-now .lp-voice dl.lp-voice-list dl dd span {
    color: #a98948;
}

.lp-now .lp-voice h1 {
    background-color: #97b433;
}

.lp-now .lp-voice h1::after {
    background-color: #97b433;
}

/*
gather再々修正
*/

.lp-title-point {
    background-color: #6fa80c;
}

.lp-title-point-title {
    display: flex;
    padding: 16px 0;
    margin-bottom: 40px;
}

.lp-title-point-l {
    width: 30%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

.lp-title-point-l span {
    background-color: white;
    color: #6fa80c;
    border-radius: 3px;
    padding: .5em 1em;
    font-weight: bold;
    font-size: 18px;
}

.lp-title-point-r {
    width: 70%;
    color: white;
    font-size: 24px;
    font-weight: bold;
}

.lp-title-point-r span {
    color: #ffff00;
}

.lp-include .lp-include-list-inner {
    max-width: 940px;
}

.lp-include .lp-include-list dl {
    width: calc(100% / 5 - 16px);
    background-color: transparent;
    margin-bottom: 0;
}

.lp-include .lp-include-list dl dd {
    color: #231815;
}

#lp section.lp-effect {
    padding: 0;
    margin: 0;
    padding-top: 50px;
}

.lp-effect .lp-title-point-title {
    margin-bottom: 0;
}

.lp-effect .lp-effect-col {
    margin: 0 0 24px;
    background-color: transparent;
}

.lp-effect .lp-effect-col + .lp-effect-col {
    border-top: 0;
}

.lp-effect h2 {
    text-align: left;
    color: #6fa80c;
}

.lp-effect p {
    color: #333;
}

#lp .lp-effect-wrapper {
    padding: 0 0 50px;
}

.lp-effect-inner {
    display: flex;
    flex-wrap: wrap;
    padding: 40px 45px 30px;
    background-color: #fffbf2;
}

.lp-effect-inner-l {
    width: 35%;
    padding-right: 16px;
}

.lp-effect-inner-r {
    width: 65%;
    padding-left: 16px;
}

.lp-title-voice {
    background-color: #ed7023;
    text-align: center;
    color: white;
    font-size: 29px;
    font-weight: bold;
    padding: 40px 0;
    /*margin-bottom: 100px;*/
    margin-bottom: 40px;
    position: relative;
}
.lp-title-voice-now{
    background-color: #cea575;
}

.lp-title-voice::after {
    content: '';
    width: 2rem;
    height: 2rem;
    transform: rotate(-45deg);
    background-color: #ed7023;
    position: absolute;
    visibility: inherit;
    bottom: -8px;
    z-index: 0;
    left: 50%;
}
.lp-title-voice-now::after{
    background-color: #cea575;
}

.lp-title-voice h1 {
    margin: 0;
    font-size: 34px;
}

.linen {
    background-image: url("/img/gpn/gather/p0117_m.jpg");
    background-position: center center;
}

.lp-voice dl.lp-voice-list dl {
    background-color: white;
    margin: 0 4px 0;
    padding: 0 28px;
}

.lp-voice dl.lp-voice-list dl dd {
    position: absolute;
    right: 11px;
    padding: 0;
    top: -70px;
}

.lp-voice dl.lp-voice-list dl dd img {
    border-radius: 50%;
}

.lp-voice dl.lp-voice-list dl dt {
    width: 100%;
    padding: 30px 0 0 0;
    margin-bottom: 30px;
}

.lp-voice dl.lp-voice-list dl dt span {
    display: block;
    color: #a98948;
    font-size: 20px;
}

.lp-voice dl.lp-voice-list dl dt span {
    display: block;
}

#lp .lp-voice dl.lp-voice-list {
    flex-wrap: nowrap;
}
#lp .lp-voice p.personal{
    width: 100%;
    text-align: right;
    padding: 1em 0;
}

#lp section.lp-footer {
    padding-bottom: 100px;
}

@media(max-width:767px) {
    .lp-include .lp-include-list-inner {
        margin-left: -16px;
        margin-right: -16px;
    }

    .lp-include .lp-include-list dl {
        width: calc(100% / 3);
        margin: 0;
        padding: 0 16px;
        margin-bottom: 16px;
    }

    .lp-include .lp-include-list dl p {
        font-size: 13px;
    }

    .lp-title-voice {
        font-size: 20px;
        padding: 22px 0;
        margin-bottom: 37px;
    }

    #lp .lp-voice dl.lp-voice-list {
        flex-wrap: wrap;
    }

    .lp-voice .lp-voice-list dl {
        margin-bottom: 24px;
    }

    .lp-voice .lp-voice-list dl dt {
        padding: 27px 0 0 0;
        margin-bottom: 19px;
    }

    .lp-voice .lp-voice-list dl dd {
        width: 20%;
        top: -19px;
    }

    .lp-select {
        margin: 0;
    }

    .lp-title-voice h1 {
        font-size: 20px;
    }

    .lp-effect h1 {
        background-color: transparent;
        line-height: 1.5;
        font-size: 18px;
        margin-right: 53px;
        padding-bottom: 5px;
    }

    .lp-effect h1::after {
        width: 56px;
        height: 56px;
        right: -63px;
        top: -10px;
    }

    .lp-effect-inner {
        padding: 20px 16px;
    }

    .lp-effect-inner-l {
        padding-right: 0;
        width: 100%;
        margin-bottom: 16px;
    }

    .lp-effect-inner-r {
        padding-left: 0;
        width: 100%;
    }
    
    .lp-voice dl.lp-voice-list dl {
        width: 100%;
        margin-bottom: 1em;
    }
    #lp .lp-voice p.personal{
            margin: 0 4px 0;
        font-size: 11px;
        width: inherit;
    }
}



/*
運営会社案内
*/

.guide_company table{
    display: block;
}

/*
now - lp
*/
#lp section.lp-now-fresh{
        padding: 65px 0;
        background-repeat: no-repeat;
        background-size: cover;
        background-position: center center;
}
.lp-now-fresh{
    background-color: #cea575;
}
.lp-now-fresh h2{
color: white;
    margin: 0 0 1em;
    text-align: center;
    font-size: 28px;
    font-weight: 600;
    background-color: transparent;
}
.lp-now-fresh-inner{
    display: flex;
    flex-wrap: wrap;
}
.lp-now-fresh-inner .image{
    width: 45%;
    background-image: url("/img/gpn/now/fresh.jpeg");
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center;
}
.lp-now-fresh-inner .text{
    background-color: rgba(255,255,255,.85);
    text-align: center;
    padding: 40px 42px;
    width: 100%;
    width: 55%;
}
.lp-now-fresh-inner h2{
color: #cea575;
margin: 0 0 .5em;
    font-size: 30px;
    font-weight: 600;
    background-color: transparent;
}
.lp-now-fresh-inner p{
    font-size: 18px;
    color: #575757;
    font-weight: 200;
    margin-bottom: 16px;
    font-size: 16.5px;
    line-height: 2.6;
    background: linear-gradient(#ccc 1px, transparent 1px) transparent;
    background-size: auto 2.54em;
    padding: 0;
    color: black;
}
.lp-now-fresh-inner p span{
    color: #ed7023;
    font-weight: bold;
}
#lp .lp-now-fresh-inner img{
    width: 100px;
    display: block;
}
@media(max-width:767px){
    .lp-now-fresh-inner{
            padding: 28px 16px;
    }
    .lp-now-fresh-inner h2{
        font-size: 18px;
    }
    .lp-now-fresh-inner p{
            font-size: 14px;
    line-height: 2.58;
    }
    #lp .lp-now-fresh-inner img{
            width: 69px;
    }
    .lp-now-fresh h2{
        font-size: 21px;
        margin: 0;
    }
    .lp-now-fresh-inner .image{
        width: 100%;
        height: 200px;
    }
    .lp-now-fresh-inner .text{
        width: 100%;
            padding: 30px 22px;
    }
    .lp-now-fresh-inner h2{
        margin: 0 0 .5em;
    }
}


/*
ペット先進国のカナダ発。
中身はまるで「和食」なドッグフード
*/
#lp .lp-now-intro{
    background-image: url("/img/gpn/now/bg_now_paper.jpg");
    padding: 20px 0;
}

.lp-now-intro .lp-title h1 {
    text-align: center;
    color: white;
}

.lp-now-intro-txt {
    max-width: 670px;
    margin: 0 auto;
    margin-bottom: 50px;
    width: 100%;
    padding: 50px 0;
    background-color: rgba(159, 120, 98, .85);
    border-radius: 5px;
}

.lp-now-intro p {
font-size: 15px;
    line-height: 2.6;
    background: linear-gradient(#ccc 1px, transparent 1px) transparent;
    background-size: auto 2.55em;
    padding: 0;
    text-align: center;
    margin: 0 2em;
    color: white;
}

.lp-now-intro-wrapper {
    display: flex;
    flex-wrap: wrap;
    margin-left: -6px;
    margin-right: -6px;
    max-width: 960px;
    width: 100%;
    margin: 0 auto 90px;
}

.lp-now-intro-col {
    width: calc(100% / 3);
    padding: 0 6px;
}

.lp-now-intro-col a {
    display: block;
    padding: 40px 13px;
    background-color: rgba(255, 255, 255, .95);
    color: #999999;
}


.lp-now-intro-col img {
    margin-bottom: 1em;
    width: 100%;
    max-width: 110px;
    display: block;
    margin: 0 auto 1em;
}

.lp-now-intro-col h2 {
    text-align: center;
    font-size: 18px;
    display: block;
}

.lp-now-intro-col h3 {
    text-align: center;
    font-size: 13px;
    display: block;
}

@media(max-width:767px) {
    .lp-now-intro .lp-title h1 {
        font-size: 20px;
    }

    .lp-now-intro p {
        text-align: left;
        font-size: 13px;
    }

    .lp-now-intro-col {
        padding: 0 5px;
        width: calc(100% / 2);
        margin-bottom: 1em;
    }
    .lp-now-intro-col a{
        padding: 18px 13px;
    }
    .lp-now-intro-col img{
        max-width: 60px;
    }

    .lp-now-intro-col h2 {
        font-size: 12px;
        background-color: transparent;
    }

    .lp-now-intro-col:nth-child(1) a h2 {
        color: #c9a062;
    }

    .lp-now-intro-col:nth-child(2) a h2 {
        color: #b68152;
    }

    .lp-now-intro-col:nth-child(3) a h2 {
        color: #956134;
    }

    .lp-now-intro-col:nth-child(4) a h2 {
        color: #77963C;
    }
}

/*
ここがポイント！フルーツ・野菜たっぷり!20種類以上の食材を使用
*/
.lp-point-inner{
    display: flex;
        flex-wrap: wrap;
            margin-bottom: 30px;
}
#lp section.lp-point{
    padding: 100px 0 75px;
    border-bottom: 3px dotted #ccc;
}


#lp .lp-point img.title-image{
width: 100px;
    margin: 0 auto 16px;
    display: block;
}
.lp-point h1{
    color: #999;
    margin: 0 0 .5em;
    font-size: 33px;
}
.lp-point h1 span{
    position: relative;
}
.lp-point h1 span.this{
position: absolute;
    background-color: #fdd735;
    color: black;
    bottom: 100%;
    left: -65px;
    font-size: 18px;
    transform: rotate(-17deg);
}
.lp-point h3{
    color: #999;
        font-size: 29px;
    margin: 0 0 30px;
}
.lp-point-inner .lp-point-text{
width: 50%;
padding: 0 8px;
    display: flex;
    flex-direction: column;
    justify-content: center;
}
.lp-point-inner .lp-point-text p{
        font-size: 18.5px;
    line-height: 2.6;
    background: linear-gradient(#ccc 1px, transparent 1px) transparent;
    background-size: auto 2.55em;
    padding: 0;
    color: black;
}
.lp-point-inner .lp-point-image{
    width: 50%;
    padding: 0 8px;
}
.lp-point-inner .lp-point-image img{
        transform: rotate(-8deg) scale(.75);
}
@media(max-width:767px){
    #lp section.lp-point{
        padding: 50px 0 25px;
    }
    .lp-point h1 span{
            font-size: 18px;
    }
    body.sp-brand-gpn .lp-point h3{
        color: #999;
    font-size: 16px;
    }
    .lp-point-inner .lp-point-text p{
            font-size: 12.5px;
    }
    .lp-point-inner .lp-point-text{
        width: 100%;
    }
    #lp .lp-point img.title-image{
        width: 62px;
    }
    .lp-point h1 span.this{
            bottom: calc(100% + 15px);
    left: 2px;
    font-size: 12px;
    width: 96px;
    }
    .lp-point-inner .lp-point-image{
        width: 100%;
    }
}

/*
家族の大切な一員である愛犬のために
「0%」の安心をお約束します！
*/
.lp-promise h1{
color: #999;
    font-size: 29px;
    margin: 0 0 1em;
    text-align: center;
}
.lp-promise .rendaling h1{
    color: white;
}
.lp-promise-wrapper{
    padding: 90px 40px 0;
    margin: 0 auto;
    max-width: 820px;
    width: 100%;
    position: relative;
}
.lp-promise-wrapper::before{
    position: absolute;
    content: '';
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 50px 50px 0 50px;
    border-color: #fdd735 transparent transparent transparent;
    top: -9px;
    z-index: 2;
    left: 50%;
    margin-left: -55px;
}
.lp-promise-wrapper p.promise1{
    font-size: 18px;
    color: #ed7023;
    margin: 0 0 1em;
}
.lp-promise-wrapper p.promise2{
    font-size: 18px;
    margin: 0 0 30px;
}
.rendaling{
padding: 30px 18px;
    margin-bottom: 95px;
    background-color: #444444;
}
.rendaling img.actually{
    margin: -25px 0px 40px;
}
.lp-promise-col-wrapper{
    display: flex;
    flex-wrap: wrap;
    margin-bottom: 50px;
}
.lp-promise-col{
    width: calc(100% / 4);
        margin-bottom: 30px;
        padding: 0 8px;
}
.lp-promise-col img{
        max-width: 100px;
    width: 100%;
    margin: 0 auto 16px;
    display: block;
}
.lp-promise-col p{
    text-align: center;
        font-size: 12px;
}
img.promise-title-img{
    width: 100%;
    max-width: 64px;
    display: block;
    margin: 0 auto 1em;
}
.lp-promise h1 span{
        position: relative;
}
.lp-promise h1 span.this{
position: absolute;
    background-color: #fdd735;
    color: black;
    bottom: 100%;
    left: -65px;
    font-size: 18px;
    transform: rotate(-17deg);
}
.lp-promise-textbg{
display: flex;
flex-wrap: wrap;
    margin-bottom: 30px;
    align-items: flex-start;
}
.lp-promise-textbg .image{
width: 35%;
padding: 0 8px;
}
.lp-promise-textbg .text{
width: 65%;
padding: 0 8px;
}
.lp-promise-textbg .text p{
    color: white;
}
.lp-promise-bgcolor{
    background-color: rgba(255,255,255,.7);
}
.lp-promise-bgcolor p{
padding: 40px 30px;
margin-bottom: 50px;
font-size: 16px;
    line-height: 1.5;
}
.lp-promise-inner{
    padding: 30px 28px;
    position: relative;
    background-color: #fff9e1;
}
.lp-promise-inner::before{
    position: absolute;
    content: '';
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 50px 50px 0 50px;
    border-color: #fdd735 transparent transparent transparent;
    top: -70px;
    z-index: 2;
    left: 50%;
    margin-left: -55px;
}
.lp-promise-inner h2{
    color: #999;
    font-size: 24px;
    margin: 0 0 1em;
    text-align: center;
    border-bottom: 1px solid #999;
    padding-bottom: .5em;
    background-color: transparent;
}
.lp-promise-inner-flex{
    display: flex;
    flex-wrap: wrap;
}
.lp-promise-inner-flex .image{
    width: 36%;
    padding: 0 8px;
}
.lp-promise-inner-flex .text{
    width: 64%;
    padding: 0 8px;
        display: flex;
    flex-direction: column;
    justify-content: center;
}
.lp-promise-inner-flex .text p{
    line-height: 2;
}
.lp-promise-inner-flex .text p span{
    color: #ed7023;
}
.image-bubble{
        background-color: #ed7023;
    padding: 1em;
    color: white;
    font-size: 14px;
    border-radius: 5px;
    position: relative;
}
.image-bubble::after{
    content: '';
    width: 2rem;
    height: 2rem;
    transform: rotate(-45deg);
    background-color: #ed7023;
    position: absolute;
    visibility: inherit;
    top: -8px;
    z-index: 0;
    left: 50%;
    margin-left: -1rem;
}
@media(max-width:767px){
    .lp-promise h1{
        font-size: 17px;
    }
    .lp-promise-wrapper::before{
        border-width: 26px 26px 0 26px;
    border-color: #fdd735 transparent transparent transparent;
    top: -3px;
    z-index: 2;
    left: 50%;
    margin-left: -24px;
    }
    .lp-promise-wrapper{
        padding: 45px 16px 0;
    }
    .lp-promise-wrapper p.promise1{
        font-size: 14px;
    }
    .lp-promise-wrapper p.promise2{
        font-size: 13px;
    }
    .lp-promise-col{
        width: 100%;
        display: flex;
            padding: 0;
    }
    .lp-promise-col img{
        max-width: 43px;
    width: 100%;
    margin: 0;
    margin-right: 9px;
    display: block;
    }
    .lp-promise-col p {
    text-align: center;
    font-size: 12px;
    width: calc(100% - 52px);
    text-align: left;
        display: flex;
    flex-direction: column;
    justify-content: center;
}
.lp-promise-col p br{
    display: none;
}
.lp-promise-col-wrapper{
    margin-bottom: 30px;
}
.rendaling {
    padding: 21px 8px;
    margin-bottom: 95px;
    background-color: #444444;
}
img.promise-title-img{
        max-width: 43px;
}
.lp-promise h1 span.this{
    bottom: calc(100% + 16px);
    left: -10px;
    font-size: 12px;
}
.lp-promise-textbg .image{
    width: 100%;
        margin-bottom: 16px;
}
.lp-promise-textbg .text{
    width: 100%;
}
.lp-promise-textbg .text p{
    font-size: 12px;
}
.lp-promise-inner::before{
    border-width: 26px 26px 0 26px;
    border-color: #fdd735 transparent transparent transparent;
    top: -66px;
    z-index: 2;
    left: 50%;
    margin-left: -24px;
}
.lp-promise-inner{
        padding: 16px 12px;
}
.lp-promise-inner h2{
    font-size: 17px;
}
.lp-promise-inner-flex .image{
    width: 100%;
        margin-bottom: 16px;
}
.lp-promise-inner-flex .text{
    width: 100%;
}
.lp-promise-inner-flex .text p{
    font-size: 12px;
}
.rendaling img.actually{
    margin: -15px 0px 20px 0px;
}
}

/*
だから、おいしくて使いやすい！
*/
.useful-title{
background-color: #ed7023;
    background-position: center center;
    margin-bottom: 50px;
}
.useful-title h1{
    margin: 0;
padding: 65px 1em;
    text-align: center;
    color: white;
    font-size: 35px;
}
.useful-wrapper{
    margin-bottom: 50px;
}
.useful-wrapper h2{
    color: #616161;
    text-align: center;
    font-size: 27px;
    margin-bottom: 50px;
    background-color: transparent;
}
.useful-inner{
border-top: 3px dotted #ccc;
border-bottom: 3px dotted #ccc;
}
.useful-inner dl{
    display: flex;
    flex-wrap: wrap;
    margin: 0;
    padding: 40px 0;
}
.useful-inner dl + dl{
    border-top: 3px dotted #ccc;
}
.useful-inner dl dt{
    width: calc(200% / 3);
    padding: 0 8px;
        display: flex;
    flex-direction: column;
    justify-content: center;
}

.useful-inner dl dd{
    width: calc(100% / 3);
    margin: 0;
    padding: 0 8px;
        display: flex;
    flex-direction: column;
    justify-content: center;
}
.useful-question{
    width: 100%;
}
.useful-question-inner{
        margin-bottom: -16px;
    width: 50%;
    background-color: white;
    padding: 30px;
    font-size: 18px;
    border-radius: 5px;
    color: #ed7023;
    text-align: center;
    position: relative;
        border: 1px solid #ed7023;
}
.useful-question-inner::before{
    content: 'Q';
    color: #ed7023;
    position: absolute;
    left: 13px;
    top: -37px;
    font-size: 51px;
    font-weight: bold;
}
.useful-answer{
    width: 100%;
}
.useful-answer-inner{
        width: 65%;
    margin-left: 35%;
    background-color: #ed7023;
    padding: 30px 30px;
    color: white;
    font-size: 18px;
    border-radius: 5px;
    position: relative;
}
/*どのナウフレッシュ*/
.lp-now-select{
    /*background-color: #ed7023;*/
    background-color: #cea575;
}
.lp-now-select .select-title h1{
color: white;
    font-size: 29px;
    margin: 0 0 .5em;
    text-align: center;
    padding-bottom: 36px;
}
.lp-now-select .select-title p{
    text-align: center;
    
}
.lp-now-select .select-title p a{
color: #333;
    background-color: white;
    padding: 16px 30px;
}
.lp-now-select .select-title{
    margin-bottom: 50px;
}
.lp-now-select dl dl{
    display: flex;
    flex-wrap: wrap;
    background-color: white;
    margin: 0 0 30px;
    padding: 30px 50px;
}
.lp-now-select dl dl dt{
    width: 15%;
}
.lp-now-select dl dl dt.dog-title{
    width: 100%;
    text-align: center;
}
.lp-now-select dl dl dt.dog-title h2{
    font-size: 36px;
    margin: 0.5em 0 1em;
    color: #333333;
    background: transparent;
}
.lp-now-select dl dl dd{
    width: 70%;
    margin: 0;
    padding: 0 0 0 30px;
}
.lp-now-select dl dl dd h2{
        margin: 0 0 1em;
        background-color: transparent;
        color: black;
}
.lp-now-select dl dl dd p{
        font-size: 16px;
    line-height: 1.8;
    margin: 0 0 1em;
}
.lp-now-select dl dl dd a{
    text-align: center;
    color: white;
    font-size: 14px;
    padding: .5em 1em;
    display: inline-block;
}
.lp-now-select dl dl dd a + a{
    margin-left: .25em;
}
.lp-now-select dl dl dd.dog-lead{
    width: 100%;
    max-width: 620px;
    margin: 0 auto;
    display: flex;
    align-items: center;
    justify-content: space-between;
    flex-wrap: wrap;
}
.lp-now-select dl dl dd.dog-lead img{
    width: 25%!important;
    height: auto;
}
.lp-now-select dl dl dd.dog-lead p{
    width: 73%;
}
.lp-now-select dl dl dd.dog-products{
    width: 100%;
    padding: 0;
}
.lp-now-select .dog-products-wrapper{
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-wrap: wrap;
    list-style: none;
    padding: 0;
}
.lp-now-select .dog-products-wrapper:after{
    display: none;
}
.lp-now-select .dog-products-wrapper li{
    width: 24%!important;
    list-style: none;
}
.lp-now-select .dog-products-wrapper li img{
    width: 100%;
    height: auto;
}
/*.lp-now-select .dog-products-wrapper li a{
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-top: 20px;
    height: 4em;
    background-color: #b8cb00;
    font-weight: bold;
    color: #231815;
}*/
.lp-now-select .dog-products-wrapper li a.btn{
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-top: 20px;
    height: 3em;
    background-color: #b8cb00;
    font-weight: bold;
    color: #231815;
}
.lp-now-select .dog-products-wrapper .amazon_buy {
    width: 130px!important;
    display: block;
    margin: 2rem auto 0;
}


.lp-now-select .dog-pic h3{
    text-align: center;
    font-size: 24px;
    margin: 1em 0 1.5em;
    color: #333333;
}
.lp-now-select br.sp{
    display: none;
}
@media(max-width: 767px){
    .useful-title{
        margin-bottom: 37px;
    }
    .useful-title h1{
        padding: 36px 1em;
    font-size: 20px;
    }
    .useful-wrapper h2{
        font-size: 16px;
            margin-bottom: 30px;
    }
    .useful-inner dl{
        padding: 31px 0 8px;
    }
    .useful-inner dl dt{
        width: 100%;
        margin-bottom: 16px;
    }
    .useful-inner dl dd{
        width: 100%;
        margin-bottom: 16px;
    }
    .useful-question-inner{
            font-size: 14px;
                padding: 21px;
                    width: 60%;
    }
    .useful-question-inner::before{
            left: 7px;
    top: -26px;
    font-size: 35px;
    }
    .useful-answer-inner{
        font-size: 14px;
        width: 76%;
    margin-left: 24%;
        padding: 21px;
    }
    .useful-wrapper{
        margin-bottom: 0;
    }
    .lp-now-select .select-title h1{
        font-size: 20px;
    }
    .lp-now-select .select-title p a{
            padding: 10px 23px;
    font-size: 12px;
    }
.lp-now-select dl dl dt{
    width: 50%;
}
.lp-now-select dl dl dd{
    width: 100%;
    margin: 0;
        padding: 12px 0 0 12px;
}
    .lp-now-select dl dl dd p {
    font-size: 12px;
}
.lp-now-select dl dl dd h2{
    font-size: 16px;
    text-align: left;
}
.lp-now-select dl dl{
    padding: 28px 16px;
}
.lp-now-select dl dl dd a{
        font-size: 12px;
            margin-bottom: .5em;
}
.lp-now-select br.sp{
    display: block;
}
.lp-now-select dl dl dt.dog-title h2{
    font-size: 20px;
}
.lp-now-select .dog-products-wrapper li{
    width: 48%!important;
    margin-bottom: 30px;
}
.lp-now-select .dog-pic h3{
    font-size: 18px;
}
}
@media(max-width: 480px){
.lp-now-select .dog-products-wrapper li a{
    font-size: 3vw;
}
}


#lp .lp-voice-list2{
    list-style: none;
    margin-top: 50px;
}
#lp .lp-voice-list2 li{
    list-style: none;
    display: flex;
    flex-wrap: wrap;
    align-items: flex-start;
    justify-content: space-between;
    margin-bottom: 40px;
}
#lp .lp-voice-list2 li h3{
    margin-bottom: 0.3em;
    color: #000;
}
#lp .lp-voice-list2 li img{
    width: 150px;
    height: auto;
    border-radius: 10px;
    order: 1;
}
@media screen and (max-width: 767px) {
#lp .lp-voice-list2 li img{
    width: 20%;
}
}
#lp .lp-voice-list2 li:nth-child(2n) img{
    order: 2;
}
#lp .lp-voice-list2 li .balloon{
    width: calc(100% - 200px);
    text-align: left;
    position: relative;
    padding: 2em;
    border: 2px solid #5A554B;
    border-radius: 8px 8px 8px 8px;
    order: 2;
    background: #fff;
}
@media screen and (max-width: 767px) {
#lp .lp-voice-list2 li .balloon{
    width: calc(80% - 30px);
    padding: 1.5em;
}
}
#lp .lp-voice-list2 li:nth-child(2n) .balloon{
    order: 1;
}
#lp .lp-voice-list2 li .balloon:before{
    content: "";
    position: absolute;
    width: 0;
    height: 0;
    margin: auto;
    top: 15px;
    left: -36px;
    border-style: solid;
    border-color: #5A554B transparent transparent transparent;
    border-width: 20px 0px 0px 36px;
}
@media screen and (max-width: 767px) {
#lp .lp-voice-list2 li .balloon:before{
    left: -26px;
    border-width: 20px 0px 0px 26px;
}
}
#lp .lp-voice-list2 li:nth-child(2n) .balloon:before{
    left: auto;
    right: -36px;
    border-width: 20px 36px 0px 0px;
}
@media screen and (max-width: 767px) {
#lp .lp-voice-list2 li:nth-child(2n) .balloon:before{
    right: -26px;
    border-width: 20px 26px 0px 0px;
}
}
#lp .lp-voice-list2 li .balloon:after{
    content: "";
    position: absolute;
    width: 0;
    height: 0;
    margin: auto;
    top: 17px;
    left: -28px;
    border-style: solid;
    border-color: #fff transparent transparent transparent;
    border-width: 30px 0px 0px 53px;
    z-index: 1;
}
@media screen and (max-width: 767px) {
#lp .lp-voice-list2 li .balloon:after{
    left: -21px;
    border-width: 30px 0px 0px 40px;
}
}
#lp .lp-voice-list2 li:nth-child(2n) .balloon:after{
    left: auto;
    right: -28px;
    border-width: 30px 53px 0px 0px;
}
@media screen and (max-width: 767px) {
#lp .lp-voice-list2 li:nth-child(2n) .balloon:after{
    right: -21px;
    border-width: 30px 40px 0px 0px;
}
}
#lp .lp-voice-list2 .more{
    text-align: right;
    margin-top: 1em;
}

#lp.nowVoiceWrap .title-bg{
    background: url("/img/gpn/now/now-fresh-paper.jpg") center no-repeat;
    background-size: cover;
    text-align: center;
    margin-top: -4px;
    padding: 80px 0;
}
#lp.nowVoiceWrap .title-bg h1.page-title{
    color: #fff;
    padding: 0;
    font-size: 32px;
    position: relative;
    display: inline-block;
    margin: 0;
}
#lp.nowVoiceWrap .title-bg p.page-subtitle{
    color: #fff;
    font-size: 18px;
    margin-bottom: 0.5em;
}
#lp.nowVoiceWrap .title-bg .lp-container{
    position: relative;
}
#lp.nowVoiceWrap .title-bg .photo{
    position: absolute;
    left: -160px;
    top: -85px;
    width: 160px;
}
#lp.nowVoiceWrap.sp .title-bg{
    background: url("/img/gpn/now/now-fresh-paper.jpg") center no-repeat;
    background-size: cover;
    text-align: center;
    padding: 40px 0 40px;
    margin-top: -0.8em;
}
#lp.nowVoiceWrap.sp .title-bg h1.page-title{
    font-size: 24px;
    text-align: center;
    /** padding: 1em 0; **/
    color: #fff;
    line-height: 1.2;
    margin: 0;
}
#lp.nowVoiceWrap.sp .title-bg p.page-subtitle{
    font-size: 14px;
}
#lp.nowVoiceWrap.sp .title-bg .photo{
    top: -40px;
    left: -80px;
    width: 80px;
}
@media screen and (max-width: 480px) {
#lp.nowVoiceWrap.sp .title-bg .photo{
    top: -20px;
    left: -65px;
    width: 60px;
}
}
#lp.nowVoiceWrap.sp .title-bg h1.page-title br{
    display: none;
}
#lp.nowVoiceWrap.sp .title-bg h1.page-title br.img_br{
    display: block;
}
@media screen and (max-width: 480px) {
#lp.nowVoiceWrap.sp .title-bg h1.page-title br{
    display: block;
}
}
#lp.nowVoiceWrap .lp-guide li br,
#lp.nowWrap .lp-guide li br{
    display: none;
}
@media screen and (max-width: 767px) {
#lp.nowVoiceWrap .lp-guide ul,
#lp.nowWrap .lp-guide ul{
    margin-top: 4px;
}
#lp.nowVoiceWrap .lp-guide li,
#lp.nowWrap .lp-guide li{
    text-align: center;
}
#lp.nowVoiceWrap .lp-guide li br,
#lp.nowWrap .lp-guide li br{
    display: block;
}
}
@media screen and (max-width: 498px) {
#lp.nowVoiceWrap .lp-guide li a,
#lp.nowWrap .lp-guide li a{
    font-size: 11px;
}
}
#lp.nowVoiceWrap .lp-footer a{
    color: #333333;
    text-decoration: none;
}
#lp.nowVoiceWrap .lp-footer a:hover{
    opacity: 0.7;
}
#lp.nowVoiceWrap .lp-footer p{
    opacity: inherit;
}
#lp.nowVoiceWrap .lp-footer img{
    opacity: inherit;
}

#lp .lp-now-dog-photo{
    background: #412800;
}
#lp .lp-now-dog-photo h2{
    color: white;
    font-size: 29px;
    margin: 0;
    text-align: center;
    padding-bottom: 36px;
    background: transparent;
}
@media screen and (max-width: 767px){
#lp .lp-now-dog-photo h2{
    font-size: 20px;
}
}
#lp .lp-now-dog-photo-wrapper{
    display: flex;
    align-items: center;
    justify-content: space-between;
    flex-wrap: wrap;
}
#lp .lp-now-dog-photo-wrapper img{
    width: 18.5%;
    margin-bottom: 20px;
}
.lp-now-select dl dl dd.dog-pic{
    width: 100%;
    padding: 0;
    margin-top: 30px;
}
.lp-now-select dl dl dd.dog-pic .nowrap{
    display: inline-block;
}
.lp-now-select dl dl dd.dog-pic .dog-pic-wrapper{
    display: flex;
    flex-wrap: wrap;
    align-items: flex-start;
    justify-content: center;
    list-style: none;
    padding: 0;
    max-width: 800px;
    margin: 0 auto;
}
.lp-now-select dl dl dd.dog-pic .dog-pic-wrapper:after{
    display: none;
}
.lp-now-select dl dl dd.dog-pic .dog-pic-wrapper li{
    /** width: 18.5%; **/
    width: 22%;
    margin: 0 1.5% 20px 1.5%;
    list-style: none;
}
@media screen and (max-width: 767px){
.lp-now-select dl dl dd.dog-pic .dog-pic-wrapper li{
    /** width: 30%; **/
    width: 46%;
    margin: 0 2% 20px 2%;
}
.lp-now-select dl dl dd.dog-pic .dog-pic-wrapper li.ml{
    margin-left: 15%;
}
.lp-now-select dl dl dd.dog-pic .dog-pic-wrapper li.mr{
    margin-right: 15%;
}
}
.lp-now-select dl dl dd.dog-pic .dog-pic-wrapper li p{
    text-align: center;
    font-size: 14px;
    margin-top: 1em;
    line-height: 1.3;
}
@media screen and (max-width: 767px){
.lp-now-select dl dl dd.dog-pic .dog-pic-wrapper li p{
    font-size: 3vw;
    margin-bottom: 0;
}
}
.lp-now-select dl dl dd.dog-pic .dog-pic-wrapper li img{
    width: 100%;
}
.lp-now-select dl dl dd.dog-pic .heading{
    background: #f5c43e;
    height: calc(960px * 0.185);
    border-radius: 50%;
    color: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    font-size: 18px;
}
@media screen and (max-width: 1094px){
.lp-now-select dl dl dd.dog-pic .heading{
    height: calc((100vw - 140px) * 0.185);
    font-size: 2vw;
}
}
@media screen and (max-width: 767px){
.lp-now-select dl dl dd.dog-pic .heading{
    height: calc((100vw - 72px) * 0.3);
    font-size: 3vw;
}
}
.lp-now-select dl dl dd.dog-pic .dummy.sp{
    display: none;
}
@media screen and (max-width: 767px){
.lp-now-select dl dl dd.dog-pic .dummy.sp{
    display: block;
}
.lp-now-select dl dl dd.dog-pic .dummy.pc{
    display: none;
}
}
.lp-now-select dl dl dd.dog-pic .heading.green{
    background: #bed82c;
}


/** lp-gather dog MV **/
.lp-gather .lp-main2 .nowrap{
    display: inline-block;
}
.lp-gather .lp-main2 .lp-main-voyage-inner{
    display: block;
    padding-top: 20px;
}
.lp-gather .lp-main2 .lp-main2-logo{
    position: relative;
    max-width: 270px;
    width: 100%;
    margin: 0 auto;
}
.lp-gather .lp-main2 .lp-main2-logo p{
    position: absolute;
    right: 0;
    top: -7px;
}
.lp-gather .lp-main2 .lp-main2-img{
    display: flex;
    align-items: center;
    justify-content: center;
    flex-wrap: wrap;
}
.lp-gather .lp-main2 .lp-main2-img img{
    width: 35%!important;
    margin: 0 -3%;
}
.lp-gather .lp-main2 .lp-main2-description{
    text-align: center;
}

.lp-gather .lp-bnr{
    padding: 40px 0 25px;
}
.lp-gather .lp-bnr .nowrap{
    display: inline-block;
}
.lp-gather .lp-bnr-block{
    position: relative;
    background: #b8cb00;
    color: #231815;
    max-width: 920px;
    width: 100%;
    margin: 0 auto;
    border-radius: 10px;
    padding: 20px 0 20px 270px;
}
.lp-gather .lp-bnr-block.gather-cat{
    background: #ef9120;
}

.lp-gather .lp-bnr-block .arrow{
    position: absolute;
    left: 0;
    top: calc(50% - 38px);
    width: 50px!important;
    height: auto;
}
.lp-gather .lp-bnr-block .photo{
    position: absolute;
    left: 70px;
    bottom: 20px;
    width: 180px!important;
}
.lp-gather .lp-bnr-block .lp-bnr-txt{
    position: relative;
}
.lp-gather .lp-bnr-block .lp-bnr-txt h3{
    font-size: 36px;
    line-height: 1.3;
    margin-bottom: 0.3em;
    color: #fff;
}
.lp-gather .lp-bnr-block .lp-bnr-txt p{
    font-size: 18px;
    font-weight: bold;
    color: #231815;
}
.lp-gather .lp-bnr-block .lp-bnr-txt a{
    display: block;
    background: #fff;
    color: #333;
    font-size: 14px;
    font-weight: bold;
    padding: 4px 8px;
    text-align: center;
    margin: 0 0 0 auto;
    border-radius: 4px;
    text-decoration: none;
}
.lp-gather  .lp-bnr-block .lp-bnr-txt a:hover{
    opacity: 0.7;
}

.lp-gather  .lp-bnr-block .buy-unit{
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    padding-left: 0;
}
.lp-gather  .lp-bnr-block .buy-unit li{
 list-style: none;
}
.lp-gather .lp-bnr-block .lp-bnr-txt .buy-unit li.link-amz a{
    background-color: transparent;
    width: auto;
}
.lp-gather .lp-bnr-block .buy-unit li.link-amz img{
    height: 26px;
    width: auto!important;
}


@media screen and (max-width: 767px){
.lp-gather .lp-main2 .lp-main2-logo{
    max-width: 170px;
}
.lp-gather .lp-main2 .lp-main2-logo p{
    top: -5px;
    font-size: 14px;
}
.lp-gather .lp-bnr-block,
.lp-gather .cat .lp-bnr-block{
    padding: 20px;
    text-align: center;
}
.lp-gather .lp-bnr-block .arrow{
    top: 70px;
}
.lp-gather .lp-bnr-block .photo,
.lp-gather .cat .lp-bnr-block .photo{
    position: relative;
    left: auto;
    bottom: auto;
    margin-bottom: 10px;
}
.lp-gather .lp-bnr-block .lp-bnr-txt h3{
    font-size: 20px;
}
.lp-gather .lp-bnr-block .lp-bnr-txt p{
    font-size: 13px;
}
.lp-gather .lp-bnr-block .lp-bnr-txt p br{
    display: none;
}
.lp-gather .lp-bnr-block .lp-bnr-txt a{
    position: relative;
    right: auto;
    left: auto;
    margin: 20px auto 0;
    font-size: 15px;
    max-width: 250px;
    width: 95%;
    padding: 0.6em 0.3em;
}
.lp-gather .lp-catbnr-block,
.lp-gather .cat .lp-catbnr-block{
    padding: 20px;
    text-align: center;
}
.lp-gather .lp-catbnr-block .arrow{
    top: 70px;
}
.lp-gather .lp-catbnr-block .photo,
.lp-gather .cat .lp-catbnr-block .photo{
    position: relative;
    left: auto;
    bottom: auto;
    margin-bottom: 10px;
}
.lp-gather .lp-catbnr-block .lp-catbnr-txt h3{
    font-size: 20px;
}
.lp-gather .lp-catbnr-block .lp-catbnr-txt p{
    font-size: 13px;
}
.lp-gather .lp-catbnr-block .lp-catbnr-txt p br{
    display: none;
}
.lp-gather .lp-catbnr-block .lp-catbnr-txt a{
    position: relative;
    right: auto;
    left: auto;
    margin: 20px auto 0;
    font-size: 15px;
    max-width: 250px;
    width: 95%;
    padding: 0.6em 0.3em;
}

.lp-gather .lp-bnr-block .buy-unit{
        display: contents;
    }
.lp-gather .lp-catbnr-block .buy-unit{
        display: contents;
    }
}


.nowWrap .lp-bnr{
    padding: 40px 0 25px;
}
.nowWrap .lp-bnr .nowrap{
    display: inline-block;
}
.nowWrap .lp-bnr-block{
    position: relative;
    background: #b8cb00;
    color: #231815;
    max-width: 920px;
    width: 100%;
    margin: 0 auto;
    border-radius: 10px;
    padding: 20px 0 20px 270px;
}
.nowWrap .lp-bnr-block .arrow{
    position: absolute;
    left: 0;
    top: calc(50% - 38px);
    width: 50px!important;
    height: auto;
}
.nowWrap .lp-bnr-block .photo{
    position: absolute;
    left: 70px;
    bottom: 20px;
    width: 180px!important;
}
.nowWrap .lp-bnr-block .lp-bnr-txt{
    position: relative;
}
.nowWrap .lp-bnr-block .lp-bnr-txt h3{
    font-size: 36px;
    line-height: 1.3;
    margin-bottom: 0.3em;
    color: #fff;
}
.nowWrap .lp-bnr-block .lp-bnr-txt p{
    font-size: 18px;
    font-weight: bold;
    color: #231815;
}
.nowWrap .lp-bnr-block .lp-bnr-txt a{
    display: block;
    background: #fff;
    color: #333;
    font-size: 14px;
    font-weight: bold;
    padding: 4px 8px;
    text-align: center;
    margin: 0 0 0 auto;
    border-radius: 4px;
    text-decoration: none;
}
.nowWrap .lp-bnr-block .lp-bnr-txt a:hover{
    opacity: 0.7;
}

.nowWrap .lp-bnr-block .buy-unit{
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    padding-left: 0;
    height: 40px;
}
.nowWrap .lp-bnr-block .buy-unit li{
 list-style: none;
}
.nowWrap .lp-bnr-block .lp-bnr-txt .buy-unit li.link-amz a{
    background-color: transparent;
    width: auto;
}
.nowWrap .lp-bnr-block .buy-unit li.link-amz img{
    height: 26px;
    width: auto!important;
}


/*NOW cat btn*/
.nowWrap .lp-catbnr{
    padding: 40px 0 25px;
}
.nowWrap .lp-catbnr .nowrap{
    display: inline-block;
}
.nowWrap .lp-catbnr-block{
    position: relative;
    background: #E84091;
    color: #231815;
    max-width: 920px;
    width: 100%;
    margin: 0 auto;
    border-radius: 10px;
    padding: 20px 0 20px 250px;
}
.nowWrap .lp-catbnr-block .arrow{
    position: absolute;
    left: 0;
    top: calc(50% - 38px);
    width: 50px!important;
    height: auto;
}
.nowWrap .lp-catbnr-block .photo{
    position: absolute;
    left: 70px;
    bottom: 15px;
    width: 160px!important;
}
.nowWrap .lp-catbnr-block .lp-catbnr-txt{
    position: relative;
}
.nowWrap .lp-catbnr-block .lp-catbnr-txt h3{
    font-size: 36px;
    line-height: 1.3;
    margin-bottom: 0.3em;
    color: #fff;
}
.nowWrap .lp-catbnr-block .lp-catbnr-txt p{
    font-size: 18px;
    font-weight: bold;
    color: #231815;
}

.nowWrap .lp-catbnr-block .lp-catbnr-txt a{
    display: block;
    background: #fff;
    color: #333;
    font-size: 14px;
    font-weight: bold;
    padding: 4px 8px;
    text-align: center;
    margin: 0 0 0 auto;
    border-radius: 4px;
    /*position: absolute;
    bottom: 0;
    right: 0;*/
    text-decoration: none;
}
.nowWrap .lp-catbnr-block .lp-catbnr-txt a:hover{
    opacity: 0.7;
}

.nowWrap .lp-catbnr-block .buy-unit{
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    padding-left: 0;
}
.nowWrap .lp-catbnr-block .buy-unit li{
 list-style: none;
}
.nowWrap .lp-catbnr-block .lp-catbnr-txt .buy-unit li.link-amz a{
    background-color: transparent;
    width: auto;
}
.nowWrap .lp-catbnr-block .buy-unit li.link-amz img{
    height: 26px;
    width: auto!important;
}

/*NOW ver02*/
.lp-main.nowHead .lp-main-voyage-inner {
    display: inline-block;
    /*width: 100%;*/
    max-width: 760px;
    margin: 0 auto;
    flex-wrap: wrap;
    padding-top: 70px;
    /*background-color: rgba(65, 40, 0, 0.5);*/
}
#lp.nowWrap .lp-guide ul li + li::before{
    color: #fff;
}
.lp-main.nowHead img.brand-image{
     max-width: 480px;
    margin-top: 1rem;
}
#lp.nowWrap .lp-main h1{
    font-size: 3rem;
    margin: 0 auto 3rem;
}

#lp.nowWrap .lp-guide ul li a{
    color: #fff;
}
#lp .lp-main.nowHead{
    background: url("/img/gpn/now/bg_nowhead.jpg") no-repeat center center / cover;
    background-color: #412800;
    text-align: center;
}

#lp .lp-main.nowHead h2{
    max-width: 680px;
    margin: 0 auto;
    background-color: #412800;
    padding: 3%;
    font-weight: bold;
}
#lp .lp-main.nowHead p.itemHead{
    color: #fff;
    margin-bottom: 2rem;
}
.lp-now-intro .puton_ttl{
    width: 400px;
    position: absolute;
}

#lp .lp-now-intro .lp-container .putonBox {
    background-image: url("/img/gpn/now/bg_meal-free.png");
    background-position: center center;
    background-size: cover;
    background-repeat: no-repeat;
    margin: 60px auto;
    max-width: 820px;
    min-height: 840px;
    position: relative;
}
.putonBox h3{
    font-size: 2.1rem;
    color: #412800;
}
.putonBox01{
    position: absolute;
    top:20%;
    left: 10%;
    text-align: center;
}
.putonBox02{
    position: absolute;
    bottom: 3%;
    left: 26%;
    text-align: center;
}
.putonBox03{
    position: absolute;
    right: 12%;
    top: 29%;
    text-align: center;
}
.putonBox04{
    position: absolute;
    right: 5%;
    bottom: 13%;
    text-align: center;
}


#lp .lp-now-intro .lp-container .putoncatBox {
    background-image: url("/img/gpn/now/bg_meal-free_cat.png");
    background-position: center center;
    background-size: cover;
    background-repeat: no-repeat;
    margin: 60px auto;
    max-width: 820px;
    min-height: 840px;
    position: relative;
}
.putoncatBox h3{
    font-size: 2.1rem;
    color: #412800;
}
.putoncatBox01{
    position: absolute;
    top:20%;
    left: 10%;
    text-align: center;
}
.putoncatBox02{
    position: absolute;
    bottom: 3%;
    left: 26%;
    text-align: center;
}
.putoncatBox03{
    position: absolute;
    right: 12%;
    top: 29%;
    text-align: center;
}
.putoncatBox04{
    position: absolute;
    right: 5%;
    bottom: 13%;
    text-align: center;
}

.modallistBox{
    padding: 0;
    justify-content: space-between;
}
.modallistBox li{
    list-style: none;
    width: 33.3333%;
    border-left: 2px dotted #412800;
    padding: 0 3%;
}
.modallistBox li:first-child{
    border-left: none;
}

.modallistBox li img{
    width: 80px;
    margin: 0 auto 2rem;
}

.nowWrap .lp-main h2{
    color: #fff;    
}

.nowWrap .lp-now-fresh-inner p span{
    color: #412800;
}
.nowWrap .lp-promise-wrapper p.promise1{
    color: #412800;
}
.nowWrap .image-bubble{
    background-color: #412800;
}
.nowWrap .lp-promise-inner-flex .text p span{
    color: #412800;
}
.nowWrap .useful-title{
    background: #412800;
}
.nowWrap .image-bubble::after{
    background-color: #412800;
}
.nowWrap .useful-question-inner{
    color: #412800;
    border: 1px solid #cea575;
}
.nowWrap .useful-answer-inner{
    background-color: #cea575;
}
.nowWrap .useful-question-inner::before{
    color: #cea575;
}

.puton-text{
    color: #412800;
    font-size: 1.6rem;
}

#lp-exblock{
    background: url("/img/gpn/now/japanese-food.jpeg") no-repeat center center / cover;
    padding: 40px 0;
}
#lp-exblock .exInnerBlock{
    text-align: center;
    font-size: 18px;
    margin: 0 auto;
    max-width: 720px;
    padding: 30px 60px;
        background-color: rgba(159, 120, 98, .85);
    color: #fff;
}
#lp-exblock .exInnerBlock::after{
    background-color: rgba(255.255.255.0.5);
}
#lp-exblock .exInnerBlock h2{
    margin-bottom: 2rem;
}
.nowbtnBox{
    margin: 3rem auto 0;
    display: inline-block;
}
.nowbtn{
    padding: 2rem;
}
.nowbtn a{
    background-color: #b8cb00;
    border: 1px solid #b8cb00; 
    border-radius: 18px;
    padding: 1rem 2rem;
    color: #fff;
    font-weight: bold;
}
.nowbtn a:hover{
    text-decoration: none;
    background-color: #fff;
    border: 1px solid #b8cb00;
    transition: .3s;
    color: #b8cb00;
}
.nowbtn a{
    background-color: #b8cb00;
    border: 1px solid #b8cb00; 
    border-radius: 18px;
    padding: 1rem 2rem;
    color: #fff;
    font-weight: bold;
}
.nowbtn a:hover{
    text-decoration: none;
    background-color: #fff;
    border: 1px solid #b8cb00;
    transition: .3s;
    color: #b8cb00;
}
.nowBox05{
}
.nowBox05 p{
    font-size: 1.6rem;
    line-height: 1.8;
    margin-top: 3rem;
    text-align: left;
}
.nowBox05 p span{
    padding-bottom: 0.5rem;
    border-bottom: 1px dotted #412800;
}

.nowBox05 p:nth-child(1){
    margin-top: 0;
}
/*now cat colorchange*/
.nowcatbtnBox{
    margin: 3rem auto 0;
    display: inline-block;
}
.nowcatbtn{
    padding: 2rem;
}
.nowcatbtn a{
    background-color: #E84091;
    border: 1px solid #E84091; 
    border-radius: 18px;
    padding: 1rem 2rem;
    color: #fff;
    font-weight: bold;
}
.nowcatbtn a:hover{
    text-decoration: none;
    background-color: #fff;
    border: 1px solid #E84091;
    transition: .3s;
    color: #E84091;
}
.nowcatBox05{
}
.nowcatBox05 p{
    font-size: 1.6rem;
    line-height: 1.8;
    margin-top: 3rem;
    text-align: left;
}
.nowcatBox05 p span{
    padding-bottom: 0.5rem;
    border-bottom: 1px dotted #412800;
}

.nowcatBox05 p:nth-child(1){
    margin-top: 0;
}

/*Modal Settings*/

.remodal {
  position: relative;
  padding: 25px;
    border-radius: 12px;
    border: 3px dotted #412800;
}
.remodal figure {
    width: 120px;
    margin: 0 auto 3rem;
}
.remodal img {
  width: 100%;
  height: auto;
  vertical-align: top;
}

.remodal-cancel {
  color: #412800;
  background: #fff;
  width: 100%;
  margin-top: 25px;
}
.remodal-cancel:hover {
  background: #412800;
    color: #fff;
}
.remodal-overlay{
    background: rgba(255,255,255,0.6);
}


@media screen and (max-width: 1000px){
.nowWrap .lp-bnr-block{
    padding: 20px 0 20px 240px;
}
.nowWrap .lp-bnr-block .photo{
    left: 70px;
    width: 150px!important;
}
.nowWrap .lp-bnr-block .lp-bnr-txt h3{
    font-size: 30px;
}
.nowWrap .lp-bnr-block .lp-bnr-txt p{
    font-size: 15px;
}
.nowWrap .lp-bnr-block .lp-bnr-txt a{
    font-size: 20px;
    width: 250px;
}
.nowWrap .cat .lp-bnr-block{
    padding: 20px 0 20px 220px;
}
.nowWrap .cat .lp-bnr-block .photo{
    width: 140px!important;
}
.nowWrap .lp-catbnr-block{
    padding: 20px 0 20px 240px;
}
.nowWrap .lp-catbnr-block .photo{
    left: 70px;
    width: 150px!important;
}
.nowWrap .lp-catbnr-block .lp-catbnr-txt h3{
    font-size: 30px;
}
.nowWrap .lp-catbnr-block .lp-catbnr-txt p{
    font-size: 15px;
}
.nowWrap .lp-catbnr-block .lp-catbnr-txt a{
    font-size: 20px;
    width: 250px;
}
.nowWrap .cat .lp-catbnr-block{
    padding: 20px 0 20px 220px;
}
.nowWrap .cat .lp-catbnr-block .photo{
    width: 140px!important;
}
}
@media screen and (max-width: 767px){
.nowWrap .lp-bnr-block,
.nowWrap .cat .lp-bnr-block{
    padding: 20px;
    text-align: center;
}
.nowWrap .lp-bnr-block .arrow{
    top: 70px;
}
.nowWrap .lp-bnr-block .photo,
.nowWrap .cat .lp-bnr-block .photo{
    position: relative;
    left: auto;
    bottom: auto;
    margin-bottom: 10px;
}
.nowWrap .lp-bnr-block .lp-bnr-txt h3{
    font-size: 20px;
}
.nowWrap .lp-bnr-block .lp-bnr-txt p{
    font-size: 13px;
}
.nowWrap .lp-bnr-block .lp-bnr-txt p br{
    display: none;
}
.nowWrap .lp-bnr-block .lp-bnr-txt a{
    position: relative;
    right: auto;
    left: auto;
    margin: 20px auto 0;
    font-size: 15px;
    max-width: 250px;
    width: 95%;
    padding: 0.6em 0.3em;
}
.nowWrap .lp-catbnr-block,
.nowWrap .cat .lp-catbnr-block{
    padding: 20px;
    text-align: center;
}
.nowWrap .lp-catbnr-block .arrow{
    top: 70px;
}
.nowWrap .lp-catbnr-block .photo,
.nowWrap .cat .lp-catbnr-block .photo{
    position: relative;
    left: auto;
    bottom: auto;
    margin-bottom: 10px;
}
.nowWrap .lp-catbnr-block .lp-catbnr-txt h3{
    font-size: 20px;
}
.nowWrap .lp-catbnr-block .lp-catbnr-txt p{
    font-size: 13px;
}
.nowWrap .lp-catbnr-block .lp-catbnr-txt p br{
    display: none;
}
.nowWrap .lp-catbnr-block .lp-catbnr-txt a{
    position: relative;
    right: auto;
    left: auto;
    margin: 20px auto 0;
    font-size: 15px;
    max-width: 250px;
    width: 95%;
    padding: 0.6em 0.3em;
}

    .nowWrap .lp-bnr-block .buy-unit{
        display: contents;
    }
    .nowWrap .lp-catbnr-block .buy-unit{
        display: contents;
    }
    

/*NOW ver02*/

.lp-main.nowHead img.brand-image{
     max-width: 300px;
    margin-top: 1rem;
}
#lp.nowWrap .lp-main h1{
    font-size: 2.1rem;
    margin: 0 auto 3rem;
}

#lp.nowWrap .lp-guide ul li a{
    color: #fff;
}
#lp .lp-main.nowHead{
    background: url("/img/gpn/now/bg_nowhead_sp.jpg") no-repeat center center / cover;
    background-color: #412800;
    text-align: center;
    padding-bottom: 4%;
}
    .lp-main.nowHead .lp-main-voyage-inner{
        padding-top: 4rem;
    }
#lp .lp-main.nowHead h2{
    max-width: 680px;
    margin: 0 auto;
    /*background-color: #412800;*/
    padding: 3% 6%;
    font-weight: bold;
}
#lp .lp-main.nowHead p.itemHead{
    color: #fff;
    margin-top: 2rem;
    margin-bottom: 2rem;
}
.lp-now-intro .puton_ttl{
    width: 90%;
    position: static;
    margin: auto;
    background: none;
}

#lp .lp-now-intro .lp-container .putonBox {
    background-image: url("/img/gpn/now/bg_meal-free.png");
    background-position: center center;
    background-size: contain;
    background-repeat: no-repeat;
    margin: 40px auto;
    min-height: 420px;
    position: relative;
}

    body.sp-brand-gpn .putonBox h3{
        font-size: 1.6rem;
        color: #412800;
        text-align: center;
        text-shadow: 2px 2px 3px #fff;
    }
.putonBox01{
    position: absolute;
    top:0;
    left: 0;
    text-align: center;
}
.putonBox02{
    position: absolute;
    bottom: -40px;
    left: 8%;
    text-align: center;
}
.putonBox03{
    position: absolute;
    right: 0;
    top: 8%;
    text-align: center;
}
.putonBox04{
    position: absolute;
    right: 0;
    bottom: -10px;
    text-align: center;
}


#lp .lp-now-intro .lp-container .putoncatBox {
    background-image: url("/img/gpn/now/bg_meal-free_cat.png");
    background-position: center center;
    background-size: contain;
    background-repeat: no-repeat;
    margin: 40px auto;
    min-height: 420px;
    position: relative;
}

    body.sp-brand-gpn .putoncatBox h3{
        font-size: 1.6rem;
        color: #412800;
        text-align: center;
        text-shadow: 2px 2px 3px #fff;
    }
.putoncatBox01{
    position: absolute;
    top:0;
    left: 0;
    text-align: center;
}
.putoncatBox02{
    position: absolute;
    bottom: -40px;
    left: 8%;
    text-align: center;
}
.putoncatBox03{
    position: absolute;
    right: 0;
    top: 8%;
    text-align: center;
}
.putoncatBox04{
    position: absolute;
    right: 0;
    bottom: -10px;
    text-align: center;
}



.modallistBox{
    padding: 0;
    justify-content: space-between;
}
.modallistBox li{
    width: 100%;
    border-left: none;
    display: block;
    text-align: left;
    margin-top: 20px;
}
.modallistBox li:first-child{
    margin-top: 0;
}

.modallistBox li img{
    width: 50px;
    margin: 0 16px 0 0;
    float: left;
}

.nowWrap .lp-main h2{
    color: #fff;    
}

.nowWrap .lp-now-fresh-inner p span{
    color: #412800;
}
.nowWrap .lp-promise-wrapper p.promise1{
    color: #412800;
}
.nowWrap .image-bubble{
    background-color: #412800;
}
.nowWrap .lp-promise-inner-flex .text p span{
    color: #412800;
}
.nowWrap .useful-title{
    background: #412800;
}
.nowWrap .image-bubble::after{
    background-color: #412800;
}
.nowWrap .useful-question-inner{
    color: #412800;
    border: 1px solid #412800;
}
.nowWrap .useful-answer-inner{
    background-color: #412800;
}
.nowWrap .useful-question-inner::before{
    color: #412800;
}

.puton-text{
    color: #412800;
    font-size: 1.6rem;
}

#lp-exblock{
    background: url("/img/gpn/now/japanese-food.jpeg") no-repeat center center / cover;
    padding: 40px 0;
}
#lp-exblock .exInnerBlock{
    padding: 30px 20px;
}
#lp-exblock .exInnerBlock h2{
    margin-bottom: 2rem;
    background: none;
}
.nowbtnBox{
    margin: 3rem auto 0;
    display: inline-block;
}
.nowbtn{
    padding: 2rem;
    display: flex;
}
.nowbtn a{
    padding: 1rem;
}
.nowbtn a:hover{
    text-decoration: none;
    background-color: #fff;
    border: 1px solid #b8cb00;
    transition: .3s;
}
.nowBox05{
}
.nowBox05 p{
    font-size: 1.6rem;
    line-height: 1.8;
    margin-top: 3rem;
    text-align: left;
}
.nowBox05 p span{
    padding-bottom: 0.5rem;
    border-bottom: 1px dotted #412800;
}

.nowBox05 p:nth-child(1){
    margin-top: 0;
}

/*now catbtn*/
.nowcatbtnBox{
    margin: 3rem auto 0;
    display: inline-block;
}
.nowcatbtn{
    padding: 2rem;
    display: flex;
}
.nowcatbtn a{
    padding: 1rem;
}
.nowcatbtn a:hover{
    text-decoration: none;
    background-color: #fff;
    border: 1px solid #b8cb00;
    transition: .3s;
}
.nowcatBox05{
}
.nowcatBox05 p{
    font-size: 1.6rem;
    line-height: 1.8;
    margin-top: 3rem;
    text-align: left;
}
.nowcatBox05 p span{
    padding-bottom: 0.5rem;
    border-bottom: 1px dotted #412800;
}

.nowcatBox05 p:nth-child(1){
    margin-top: 0;
}


/*Modal Settings*/

.remodal {
  position: relative;
  padding: 25px;
    border-radius: 12px;
    border: 3px dotted #412800;
}
.remodal figure {
    width: 100px;
    margin: 0 auto 1rem;
}
.remodal img {
  width: 100%;
  height: auto;
  vertical-align: top;
}


.remodal-cancel {
  color: #412800;
  background: #fff;
  width: 100%;
  margin-top: 25px;
}
.remodal-cancel:hover {
  background: #412800;
    color: #fff;
}
.remodal-overlay{
    background: rgba(255,255,255,0.6);
}
    
}

.nowWrap #brand--footbar{
    padding-top: 0;
}
.nowWrap #brand--footbar .lp-bnr-block-sp .nowrap{
    display: inline-block;
}
.nowWrap #brand--footbar .lp-bnr-block-sp{
    display: none;
}

.lp-gather #brand--footbar{
    padding-top: 0;
}
.lp-gather #brand--footbar .lp-bnr-block-sp .lp-gather{
    display: inline-block;
}
.lp-gather #brand--footbar .lp-bnr-block-sp{
    display: none;
}



/** PC メガメニュー **/
.flex-menu-col .flex-menu-megamenu-wrapper{
    display: none;
    position: absolute;
    left: 1.5em;
    top: 40px;
    z-index: 1;
}
.flex-menu-col .flex-menu-megamenu-wrapper.active{
    display: block;
}
.flex-menu-col .flex-menu-megamenu{
    background: #fff;
    margin: 0; 
    border-radius: 3px;
    border: 4px solid #ea6004;
    width: 90vw;
    max-width: 580px;
    width: calc(100vw - 220px);
    padding: 40px 20px 0 35px;
    z-index: 1;
    max-height: calc(100vh - 150px);
    overflow: auto;
}
@media screen and (max-width: 991px){
.flex-menu-col .flex-menu-megamenu-wrapper .flex-menu-megamenu{
    width: calc(100vw - 120px);
}
}
@media screen and (max-width: 767px){
.flex-menu-col .flex-menu-megamenu-wrapper .flex-menu-megamenu{
    width: 95vw;
}
}
.flex-menu-col .flex-menu-megamenu.active{
    display: block;
}
.flex-menu-col .flex-menu-megamenu-triangle{
    display: block;
    position: absolute;
    top: -10px;
    left: 34px;
    width: 20px;
    height: 15px;
    background: url("/img/megamenu-triangle.png") no-repeat center;
    background-size: contain;
}
.flex-menu-col .flex-menu-megamenu ul{
    display: block;
    background: transparent;
    position: relative;
    top: auto;
    left: auto;
    right: auto;
    bottom: auto;
    margin: 0;
    padding: 0;
}
.flex-menu-col .flex-menu-megamenu ul li a{
    text-decoration: none;
}
.flex-menu-col .flex-menu-megamenu ul li a:hover{
    opacity: 0.7;
}
.flex-menu-col .flex-menu-megamenu-wrapper.gather .flex-menu-megamenu{
    max-width: 580px;
}
@media screen and (max-width: 767px){
.flex-menu-col .flex-menu-megamenu-wrapper.gather{
    left: -20px
}
.flex-menu-col .flex-menu-megamenu-wrapper.gather .flex-menu-megamenu-triangle{
    left: 65px;
}
}

.flex-menu-col .flex-menu-megamenu-heading{
    background: #ea6004;
    color: #fff;
    font-weight: bold;
    font-size: 18px;
    padding: 0.5em 1em;
    line-height: 1.3;
    margin-bottom: 20px;
    width: calc(100% - 15px);
}
.flex-menu-col .flex-menu-megamenu-heading i{
    margin-right: 0.5em;
}
.flex-menu-col .flex-menu-megamenu-content{
    display: flex;
    justify-content: flex-start;
    align-items: flex-start;
    flex-wrap: wrap;
    padding: 0 5px;
    margin-bottom: 30px;
}
.flex-menu-col .flex-menu-megamenu-content .photo{
    width: 100px;
    height: auto;
    margin-right: 20px;
    margin-bottom: 20px;
}
.flex-menu-col .flex-menu-megamenu-content .photo img{
    width: 100%;
    height: auto;
    margin-left: 10px;
}
.flex-menu-col .flex-menu-megamenu-content .left{
    width: 165px;
    margin-right: 30px;
    margin-bottom: 20px;
}
.flex-menu-col .flex-menu-megamenu-content .right{
    width: 165px;
}
.flex-menu-col .flex-menu-megamenu .flex-menu-megamenu-list{
    list-style: none;
    display: block;
    margin-bottom: 10px;
}
.flex-menu-col .flex-menu-megamenu-list li{
    color: #000;
    font-size: 14px;
    padding: 0.7em 5px;
    border-bottom: 1px solid #ea6004;
    position: relative;
}
.flex-menu-col .flex-menu-megamenu-list li:after{
    content: "";
    display: block;
    width: 5px;
    height: 5px;
    border-left: 1px solid #ea6004;
    border-bottom: 1px solid #ea6004;
    transform: rotate(-135deg);
    position: absolute;
    bottom: 1em;
    right: 0.5em;
}
.flex-menu-col .flex-menu-megamenu-list li a{
    color: #000;
    padding: 0;
    margin: 0;
}
.flex-menu-col .flex-menu-megamenu-category{
    color: #ea6004;
    font-weight: bold;
    font-size: 12px;
    line-height: 1.3em;
    margin-bottom: 0.5em;
    padding-left: 5px;
}
.flex-menu-col .flex-menu-megamenu-category a{
    color: #ea6004;
}
.flex-menu-col .flex-menu-megamenu-category-list li{
    margin-bottom: 10px;
    margin-left: calc(1em + 5px);
}
.flex-menu-col .flex-menu-megamenu-category-list li a{
    color: #fff;
    position: relative;
    display: inline-block;
    padding: 0.1em 0.2em;
    line-height: 1.3;
    font-size: 12px;
    margin: 0;
    background: #ea6004;
}
.flex-menu-col .flex-menu-megamenu-category-list li a:before{
    content: "";
    display: block;
    width: 5px;
    height: 5px;
    border-left: 1px solid #ea6004;
    border-bottom: 1px solid #ea6004;
    position: absolute;
    left: -10px;
    top: 5px;
}

.flex-menu-col .flex-menu-megamenu-wrapper.now{
    left: -75px;
}
@media screen and (max-width: 767px){
.flex-menu-col .flex-menu-megamenu-wrapper.now{
    left: -100px
}
}
.flex-menu-col .flex-menu-megamenu-wrapper.now .flex-menu-megamenu{
    max-width: 900px;
}
.flex-menu-col .flex-menu-megamenu-wrapper.now .flex-menu-megamenu-triangle{
    left: 150px;
}
.flex-menu-col .flex-menu-megamenu-wrapper.now .flex-menu-megamenu-content .right{
    width: auto;
}
.flex-menu-col .flex-menu-megamenu .flex-menu-megamenu-content .flex-menu-megamenu-online{
    width: auto;
    display: flex;
    align-items: flex-start;
    justify-content: flex-start;
}
.flex-menu-col .flex-menu-megamenu .flex-menu-megamenu-content .flex-menu-megamenu-online-item{
    width: auto;
}
.flex-menu-col .flex-menu-megamenu .flex-menu-megamenu-content .flex-menu-megamenu-online-item:first-child{
    margin-right: 10px;
}

.flex-menu-col .flex-menu-megamenu-wrapper.go{
    left: -200px;
}
.flex-menu-col .flex-menu-megamenu-wrapper.go .flex-menu-megamenu{
    max-width: 680px;
}
.flex-menu-col .flex-menu-megamenu-wrapper.go .flex-menu-megamenu-triangle{
    left: 250px;
}
.flex-menu-col .flex-menu-megamenu-wrapper.go .flex-menu-megamenu-content .right{
    width: auto;
}
.flex-menu-col .flex-menu-megamenu-wrapper.go .flex-menu-megamenu .flex-menu-megamenu-content .flex-menu-megamenu-online-item:first-child{
    width: 130px;
}

.flex-menu-col .flex-menu-megamenu-wrapper.online{
    left: -430px;
}
.flex-menu-col .flex-menu-megamenu-wrapper.online .flex-menu-megamenu{
    max-width: 770px;
}
.flex-menu-col .flex-menu-megamenu-wrapper.online .flex-menu-megamenu-triangle{
    left: 525px;
}
@media screen and (max-width: 767px){
.flex-menu-col .flex-menu-megamenu-wrapper.online{
    left: -400px
}
.flex-menu-col .flex-menu-megamenu-wrapper.online .flex-menu-megamenu-triangle{
    left: 480px;
}
}
.flex-menu-col .flex-menu-megamenu-wrapper.online .flex-menu-megamenu-product-list{
    display: flex;
    justify-content: flex-start;
    flex-wrap: wrap;
}
.flex-menu-col .flex-menu-megamenu-wrapper.online .flex-menu-megamenu-product-list li{
    width: 20%;
    min-width: 120px;
    border-right: 1px solid #ea6004;
    padding: 0 10px;
    margin-bottom: 10px;
}
.flex-menu-col .flex-menu-megamenu-wrapper.online .flex-menu-megamenu-product-list li:last-child{
    border-right: none;
}
.flex-menu-col .flex-menu-megamenu-wrapper.online .flex-menu-megamenu-product-list li .img-wrapper{
    display: flex;
    align-items: center;
    justify-content: center;
    min-height: 180px;
}
.flex-menu-col .flex-menu-megamenu-wrapper.online .flex-menu-megamenu-product-list li img{
    width: 100%;
    height: auto;
}
.flex-menu-col .flex-menu-megamenu-wrapper.online .flex-menu-megamenu-product-list a{
    padding: 0;
    display: inline-block;
}
.flex-menu-col .flex-menu-megamenu-wrapper.online .flex-menu-megamenu-product-list p{
    color: #333333;
    text-align: center;
    line-height: 1.3;
    font-size: 12px;
    font-weight: normal;
    margin-top: -1em;
}
.flex-menu-col .flex-menu-megamenu-wrapper.online .dog .flex-menu-megamenu-product-list li:first-child img{
    width: 95%;
}
.flex-menu-col .flex-menu-megamenu-wrapper.online .dog .flex-menu-megamenu-product-list li:nth-child(2) img{
    margin-bottom: 8px;
}
.flex-menu-col .flex-menu-megamenu-wrapper.online .dog .flex-menu-megamenu-product-list li:nth-child(3) img{
    width: 89%;
}
.flex-menu-col .flex-menu-megamenu-wrapper.online .cat .flex-menu-megamenu-product-list li:first-child img{
    width: 95%;
}
.flex-menu-col .flex-menu-megamenu-wrapper.online .cat .flex-menu-megamenu-product-list li:nth-child(2) img{
    width: 90%;
}
.flex-menu-col .flex-menu-megamenu-wrapper.online .cat .flex-menu-megamenu-product-list li:nth-child(3) img{
    width: 89%;
}
.flex-menu-col .flex-megamenu-01{
    left: 20px !important;
}
.flex-menu-col .flex-megamenu-01 .flex-menu-megamenu-triangle {
    left: 60px !important;
}
.flex-menu-col .flex-megamenu-02{
    left: 20px !important;
}
.flex-menu-col .flex-megamenu-02 .flex-menu-megamenu-triangle {
    left: 80px !important;
}
.flex-menu-col .flex-megamenu-04{
    left: -310px !important;
}
.flex-menu-col .flex-megamenu-04 .flex-menu-megamenu-triangle {
    left: 398px !important;
}
.flex-menu-col .flex-megamenu-05{
    left: -310px !important;
}
.flex-menu-col .flex-megamenu-05 .flex-menu-megamenu-triangle {
    left: 410px !important;
}
.flex-menu-col .flex-megamenu-06{
    left: -460px !important;
}
.flex-menu-col .flex-megamenu-06 .flex-menu-megamenu-triangle {
    left: 525px !important;
}

/** SPメニュー改修 **/
/** 検索機能 **/
.global_header-202012 #header-menu{
    margin-bottom: 5px;
}
.global_header-202012 #header-menu.active{
    margin-bottom: 0;
}
.global_header-202012 #header-menu .header-menu-btn{
    width: 150px;
    position: relative;
    left: -20px;
}
.global_header-202012 #header-menu .header-menu-btn .item{
    width: 29%;
    float: left;
    text-align: center;
    padding-left: 0.2em;
}
.global_header-202012 #header-menu .header-menu-btn button{
    border: none;
    background: transparent;
    outline: none;
}
.global_header-202012 #header-menu .header-menu-btn button img{
    width: 20px;
    padding: 9px 0;
}
.global_header-202012 #header-menu .header-menu-btn #header-menu-search-icon.active{
    color: #23527c;
    text-decoration: underline;
}
.global_header-202012 #header-menu .nowrap{
    display: inline-block;
}
.global_header-202012 #header-menu .header-menu-btn p.adj{
    position: relative;
    bottom: 0.5em;
    line-height: 1.2;
}
.global_header-202012 #search{
    display: none;
}
.global_header-202012 #search.active{
    display: block;
}
@media (max-width: 767px){
#menu{
    right: 10px;
}
}
@media (max-width: 415px){
.global_header-202012 a.logo{
    max-width: 150px;
}
}
@media (max-width: 370px){
.global_header-202012 a.logo{
    transform: scale(0.8);
    margin-left: -15px;
    margin-top: 15px;
}
.global_header-202012 #header-menu .header-menu-btn{
    transform: scale(0.85);
    left: -25px;
    width: 130px;
}
.global_header-202012 #header-menu .header-menu-btn .item{
    width: 33%;
}
.drawer-close{
    transform: scale(0.85);
}
}

/** SPドロワーメニュー **/
#drawer.drawer-202012{
    top: 74px;
    
}
#drawer.drawer-202012.drawer-active{
    z-index: 10000!important;
}
#drawer.drawer-202012 .main_navi{
    margin-top: 0;
}
#drawer.drawer-202012 .container{
    padding: 0;
}
#drawer.drawer-202012 ul{
    padding: 0;
    background: #fff;
}
#drawer.drawer-202012 li a .drawer-icon{
    width: 23px;
    height: 23px;
    position: relative;
    display: inline-block;
    vertical-align: bottom;
    margin-right: 5px;
}
#drawer.drawer-202012 li a .drawer-icon-txt{
    padding-left: 0;
}
#drawer.drawer-202012 ul.parent{
    display: none;
    background: #fff;
    border-radius: 0;
    padding: 0;
    position: relative;
    margin: 0;
}
#drawer.drawer-202012 ul.parent::after{
    display: none;
}
#drawer.drawer-202012 li{
    border-top: solid 1px #bfbfbf;
}
#drawer.drawer-202012 li a{
    display: block;
    position: relative;
    font-size: 15px;
    padding: 0.7em 0 0.7em 20px;
}
#drawer.drawer-202012 li a i{
    font-size: 19px;
    margin-right: 0.3em;
}
#drawer.drawer-202012 li a.category-name{
    float: none!important;
    background: #eeeeee;
}
#drawer.drawer-202012 li a.category-name + i.btn{
    margin: -34px 5px 0 0;
    z-index: 2;
    position: relative;
}
#drawer.drawer-202012 li a.category-parent{
    opacity: 1!important;
}
#drawer.drawer-202012 ul.parent .child{
    float: none;
    margin: 0;
}
#drawer.drawer-202012 ul.parent .child a{
    display: block;
    font-weight: bold;
    font-size: 15px;
    float: none!important;
    padding: 0.5em 0 0.5em 30px;
    border-bottom: 1px solid #bfbfbf;
}
#drawer.drawer-202012 ul.parent .child a:last-child{
    border-bottom: none;
}
#drawer.drawer-202012 .icon-child-item{
    display: inline-block;
    width: 12px;
    height: 12px;
    border-left: 3px solid #bfbfbf;
    border-bottom: 3px solid #bfbfbf;
    margin: 0 0.5em 2px 0.5em;
    vertical-align: middle;
}
#drawer.drawer-202012 ul.parent .child .fa-angle-right{
    position: absolute;
    right: 12px;
    top: 10px;
}
#drawer.drawer-202012 li.link-wrapper{
    background: #eeeeee;
    padding: 20px 15px;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}
#drawer.drawer-202012 li.link-wrapper a{
    width: 48%;
    margin-bottom: 7px;
    display: block;
    background: #fff;
    text-align: center;
    padding: 0.7em 0.3em;
}
#drawer.drawer-202012 li.link-wrapper #btn-close{
    display: block;
    padding: 0.7em 0.3em;
    text-align: center;
    background: #fff;
    width: 100%;
    border: none;
    outline: none;
    border-radius: 0;
    font-size: 15px;
    font-weight: bold;
    margin-top: 7px;
}
#drawer.drawer-202012 li.link-wrapper #btn-close:hover{
    opacity: 0.8;
}
@media screen and (max-width: 415px){
#drawer.drawer-202012 li a{
    padding: 0.7em 0 0.7em 15px;
}
#drawer.drawer-202012 ul.parent .child a{
    padding: 0.5em 0 0.5em 25px;
}
}
@media screen and (max-width: 350px){
#drawer.drawer-202012 li.link-wrapper a {
    width: 100%;
}
}

/*add mediaWrap*/

#lp .lp-mediaWrap{
    /*background-color: #fff9e1;*/
    background-color: #f6f3df;
}
#lp .lp-mediaWrap h2{
    color: #412800;
    text-align: center;
    font-size: 29px;
    margin-bottom: 50px;
    background-color: transparent;
}
#lp .lp-mediaWrap .mediaContentsBox{
	padding: 30px 60px 50px;
	max-width: 820px;
	margin: 0 auto 40px;
    font-size: 16px;
    background-color: #fff;
    border-radius: 6px;
    box-shadow: 4px 4px 4px rgba(0,0,0,0.3);
}

#lp .lp-mediaWrap .mediaContentsBox h3{
    font-size: 24px;
    margin-bottom: 2rem;
}
#lp .lp-mediaWrap .mediaContentsBox h3 a::before{
    content:'';
    display: inline-block;
    height: 40px;
    width: 40px;
    background: url("/img/common/icn_media.png") no-repeat center center /cover;
    position: relative;
    bottom: -11px;
    margin-right: 1rem;
}
#lp .lp-mediaWrap .mediaContentsBox h3 a:hover{
    color: #ed7023;
}

#lp .lp-mediaWrap .mediaContentsBox p{
    color: #575757;
    font-weight: 200;
    margin-bottom: 2rem;
    font-size: 16.5px;
    line-height: 2.6;
    background: linear-gradient(#ccc 1px, transparent 1px) transparent;
    background-size: auto 2.54em;
    padding: 0;
}

#lp .lp-mediaWrap .mediaContents--bnr{
    width: auto;
}

.lp-end-col figure.bnrTtl{
    width: 80%;
    margin: 0 auto;
}

@media screen and (max-width: 767px){
	#column-top--article .column--categoryBox li{
	    font-size: 18px;
    }
    #lp .lp-mediaWrap h2{
        font-size: 21px;
        margin-bottom: 30px;
    }
    #lp .lp-mediaWrap .mediaContentsBox{
        padding: 6%;
    }
    #lp .lp-mediaWrap .mediaContentsBox h3{
        font-size: 21px;
        text-indent: -5rem;
        padding-left: 5rem;
        padding-right: 3rem;
        position: relative;
    }
    #lp .lp-mediaWrap .mediaContentsBox h3 a::before{
        bottom: -30px;
    }
    #lp .lp-mediaWrap .mediaContentsBox h3 a::after{
        content: '';
        color: #ed7023;
        display: block;
        position: absolute;
        right: 3%;
        bottom: calc(50% - 20px);
        width: 20px;
          height: 20px;
          border: 2px solid;
          border-color: #ed7023 #ed7023 transparent transparent;
          transform: rotate(45deg);
    }
    #lp .lp-mediaWrap .mediaContentsBox p{
        font-size: 14px;
    }
    
    .lp-end-col figure.bnrTtl{
    width: 58%;
    margin: 0 auto;
}
    
}


/*baloons*/

.balloon3 {
  position: relative;
  display: inline-block;
  margin: 1.5em 0;
  padding: 0 5px;
  width: 120px;
  height: 120px;
  line-height: 90px;
  text-align: center;
  color: #FFF;
  font-size: 20px;
  font-weight: bold;
  background: #fff;
  border-radius: 50%;
  box-sizing: border-box;
border: 3px solid #412800;
}

.balloon3:before {
  content: "";
  position: absolute;
  bottom: -30px;
  left: 50%;
  margin-left: -15px;
  border: 15px solid transparent;
  border-top: 15px solid #412800;
  z-index: 0;
}
.balloon3-top {
  position: relative;
  display: inline-block;
  margin: 1.5em 0;
  padding: 0 5px;
  width: 120px;
  height: 120px;
  line-height: 90px;
  text-align: center;
  color: #FFF;
  font-size: 20px;
  font-weight: bold;
  background: #fff;
  border-radius: 50%;
  box-sizing: border-box;
border: 3px solid #412800;
}

.balloon3-top:before {
  content: "";
  position: absolute;
  top: -30px;
  left: 50%;
  margin-left: -15px;
  border: 15px solid transparent;
  border-bottom: 15px solid #412800;
  z-index: 0;
}


.balloon3-left {
  position: relative;
  display: inline-block;
  margin: 1.5em 0 1.5em 15px;
  padding: 0 5px;
  width: 120px;
  height: 120px;
  line-height: 90px;
  text-align: center;
  color: #FFF;
  font-size: 20px;
  font-weight: bold;
  background: #fff;
  border-radius: 50%;
  box-sizing: border-box;
border: 3px solid #412800;
}

.balloon3-left:before {
  content: "";
  position: absolute;
  top: 50%;
  left: -30px;
  margin-top: -15px;
  border: 15px solid transparent;
  border-right: 15px solid #412800;
  z-index: 0;
}
.balloon3-right {
  position: relative;
  display: inline-block;
  margin: 1.5em 15px 1.5em 0;
  padding: 0 5px;
  width: 120px;
  height: 120px;
  line-height: 90px;
  text-align: center;
  color: #412800;
  font-size: 20px;
  font-weight: bold;
  background: #fff;
  border-radius: 50%;
  box-sizing: border-box;
border: 3px solid #412800;
}

.balloon3-right:before {
  content: "";
  position: absolute;
  top: 50%;
  right: -30px;
  margin-top: -15px;
  border: 15px solid transparent;
  border-left: 15px solid #412800;
  z-index: 0;
}

/*moving animation*/
.moving {
	animation: wobbling_x 0.8s ease-in-out infinite alternate,
		wobbling_y 1.1s ease-in-out infinite alternate;
}
@keyframes wobbling_x {
	0% {
		margin-left: 8px;
	}
	100% {
		margin-left: 0px;
	}
}
@keyframes wobbling_y {
	0% {
		margin-top: 0px;
        margin-bottom: 8px;
	}
	100% {
		margin-top: 8px;
        margin-bottom: 0;
	}
}


.lp-renewal {
    background-image: url("/img/gpn/now/bg_now_renew.jpg");
padding: 60px 0 20px;
    background-position: center center;
    background-size: cover;
    background-repeat: no-repeat;
}

.lp-renewal .lp-title h2 {
    text-align: center;
    color: white;
    font-size: 3rem;
    text-shadow: 2px 1px 4px #412800;
}

.lp-now-intro p {
font-size: 15px;
    line-height: 2.6;
    background: linear-gradient(#ccc 1px, transparent 1px) transparent;
    background-size: auto 2.55em;
    padding: 0;
    text-align: center;
    margin: 0 2em;
    color: white;
}

.lp-now-renewal-wrapper {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    margin-left: -6px;
    margin-right: -6px;
    max-width: 960px;
    width: 100%;
    margin: 0 auto 90px;
}

.lp-now-renewal-col {
    width: 30%;
    padding: 0 6px;
}

.lp-now-renewal-col {
    display: block;
    padding: 40px 20px;
    background-color: rgba(255, 255, 255, .8);
    color: #412800;
    margin-left: 0;
}


.lp-now-renewal-col img {
    margin-bottom: 1em;
    width: 100%;
    max-width: 110px;
    display: block;
    margin: 0 auto 1em;
}

.lp-now-renewal-col dt {
    text-align: center;
    font-size: 18px;
    display: block;
    font-weight: bold;
    margin-bottom: 1rem;
}

.lp-now-renewal-col dd {
    text-align: center;
    font-size: 16px;
    display: block;
    margin-left: 0;
}

@media(max-width:767px) {
    .lp-renewal .lp-title h2 {
        font-size: 20px;
        background-color: transparent;
    }

    .lp-now-intro.renewal p {
        text-align: left;
        font-size: 13px;
    }

    .lp-now-renewal-col {
        padding: 18px;
        width: 48%;
        margin-bottom: 1em;
    }
    .lp-now-renewal-col a{
        padding: 18px 13px;
    }
    .lp-now-renewal-col img{
        max-width: 60px;
    }

    .lp-now-renewal-col dd {
        font-size: 14px;
        margin-left: 0;
    }
    
    
#item-go .lp-bnr{
    padding: 0 0 25px;
}
#item-go .lp-bnr .nowrap{
    display: inline-block;
}
#item-go .lp-bnr-block{
    position: relative;
    background: #000;
    color: #fff;
    max-width: 920px;
    width: 100%;
    margin: 0 auto;
    border-radius: 10px;
    padding: 20px 0 20px 270px;
}
#item-go .lp-bnr-block.gather-cat{
    background: #ef9120;
}

#item-go .lp-bnr-block .arrow{
    position: absolute;
    left: 0;
    top: calc(50% - 38px);
    width: 50px!important;
    height: auto;
}
#item-go .lp-bnr-block .photo{
    position: absolute;
    left: 70px;
    bottom: 20px;
    width: 180px!important;
}
#item-go .lp-bnr-block .lp-bnr-txt{
    position: relative;
}
#item-go .lp-bnr-block .lp-bnr-txt h3{
    font-size: 36px;
    line-height: 1.3;
    margin-bottom: 0.3em;
    color: #fff;
}
#item-go .lp-bnr-block .lp-bnr-txt p{
    font-size: 18px;
    font-weight: bold;
    color: #fff;
}
#item-go .lp-bnr-block .lp-bnr-txt a{
    display: block;
    background: #fff;
    color: #333;
    font-size: 14px;
    font-weight: bold;
    padding: 4px 8px;
    text-align: center;
    margin: 0 0 0 auto;
    border-radius: 4px;
    text-decoration: none;
}
#item-go  .lp-bnr-block .lp-bnr-txt a:hover{
    opacity: 0.7;
}

#item-go  .lp-bnr-block .buy-unit{
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    padding-left: 0;
}
#item-go  .lp-bnr-block .buy-unit li{
 list-style: none;
}
#item-go .lp-bnr-block .lp-bnr-txt .buy-unit li.link-amz a{
    background-color: transparent;
    width: auto;
}
#item-go .lp-bnr-block .buy-unit li.link-amz img{
    height: 26px;
    width: auto!important;
}

#item-go .lp-bnr-block,
#item-go .cat .lp-bnr-block{
    padding: 20px;
    text-align: center;
    width: 92%;
}
#item-go .lp-bnr-block .arrow{
    top: 70px;
}
#item-go .lp-bnr-block .photo,
#item-go .cat .lp-bnr-block .photo{
    position: relative;
    left: auto;
    bottom: auto;
    margin-bottom: 10px;
}
#item-go .lp-bnr-block .lp-bnr-txt h3{
    font-size: 20px;
}
#item-go .lp-bnr-block .lp-bnr-txt p{
    font-size: 13px;
}
#item-go .lp-bnr-block .lp-bnr-txt p br{
    display: none;
}
#item-go .lp-bnr-block .lp-bnr-txt a{
    position: relative;
    right: auto;
    left: auto;
    margin: 20px auto 0;
    font-size: 15px;
    max-width: 250px;
    width: 95%;
    padding: 0.6em 0.3em;
}
#item-go .lp-catbnr-block,
#item-go .cat .lp-catbnr-block{
    padding: 20px;
    text-align: center;
}
#item-go .lp-catbnr-block .arrow{
    top: 70px;
}
#item-go .lp-catbnr-block .photo,
#item-go .cat .lp-catbnr-block .photo{
    position: relative;
    left: auto;
    bottom: auto;
    margin-bottom: 10px;
}
#item-go .lp-catbnr-block .lp-catbnr-txt h3{
    font-size: 20px;
}
#item-go .lp-catbnr-block .lp-catbnr-txt p{
    font-size: 13px;
}
#item-go .lp-catbnr-block .lp-catbnr-txt p br{
    display: none;
}
#item-go .lp-catbnr-block .lp-catbnr-txt a{
    position: relative;
    right: auto;
    left: auto;
    margin: 20px auto 0;
    font-size: 15px;
    max-width: 250px;
    width: 95%;
    padding: 0.6em 0.3em;
}
#item-go .lp-bnr-block .buy-unit{
        display: contents;
    }
#item-go .lp-catbnr-block .buy-unit{
        display: contents;
    }
}

/*
 LP Trial
*/
    .pcOnly{display: block;}
    .spOnly{display: none;}

#lp.trialWrap .lp-main h1{
    margin-bottom: 0;
}
#lp.trialWrap h2{
    background-color: transparent;
    color: #333;
}
#lp .lp-main.trialHead{
    position: relative;
    /*border-bottom: 10px solid #4A2E1F;*/
    padding: 0 ;
}
#lp .lp-main.trialHead .lineBlock{
    padding: 2rem 0;
    background-color: #4A2E1F;
}

.lp-main.trialHead img{
    max-width: 960px;
    margin: 0 auto;
}
.trialWrap h2.sectionTtl{
    text-align: center;
    font-size: 32px;
    margin-bottom: 4rem;
}
.trialWrap h2.sectionTtl span{
    display: block;
    font-size: .65em;
}
.trialMainWrap{
    margin: 0 auto;
    width: 100%;
}
.base1{
    background-color: #F4F1DE;
}

#lp section.trialMainWrap.block2{
    padding-top: 100px;
}

.trial-firstBox{
    font-size: 14px;
    font-weight: bold;
    line-height: 1.8;
    max-width: 840px;
    margin: 0 auto 7rem;
}
.first-head{
    display: flex;
    flex-wrap:wrap;
    justify-content: space-between;
    align-items: center;
    width: 100%;
    padding-left: 0;
}
.first-head{
    list-style: none;
}

.first-head li:nth-child(1){
    width: 460px;
}
.first-head li:nth-child(2){
    width: 220px;
}

.trial-itemWrap{
    background: #fff;
    border-radius: 20px;
    padding: 3% 4%;
    margin: 40px auto 0;
    max-width: 980px;
}
.trial-itemBox ul{
    display: flex;
    padding-left: 0;
}
.trial-itemBox ul li{
    width: 50%;
    list-style: none;
}
.trial-itemBox ul li:nth-child(2){
    width: 44%;
    margin-left: 6%;
}

.trial-itemBox ul.rev{
    flex-direction: row-reverse;
}
.trial-itemBox ul.rev li:nth-child(2){
    width: 44%;
    margin-left: 0;
    margin-right: 6%;
}
.trial-itemVoice{
    margin: 0 auto;
    position: relative;
    font-weight: bold;
    padding: 3% 6%;
}


.trial-itemVoice.now{
    background-color: #F8F4EE;
}
.trial-itemVoice.go{
    background-color: #F2F1F2;
}
.trial-itemVoice.gat{
    background-color: #EEF7EA;
}

.trial-itemVoice dt{
    font-size: 21px;
    margin-bottom: 1rem;
    position: relative;
}
.trial-itemVoice dt::before{
    content: 'ー';
    position: absolute;
    left: -3rem;
}


.trial-itemVoice figure{
    position: absolute;
    top:-20px;
    right: 0;
    height: 220px;
    width: 220px;
    transform: rotate(10deg);
}
.trial-itemVoice dd{
    font-size: 16px;
    line-height: 1.8;
    margin-left: 0;
    width: 75%;
}

.now dt{
    color: #AA7322;
}
.go dt{
    color: #7B7A7B;
}
.gat dt{
    color: #5CB531;
}


.trial--itemSpeckWrap {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}
.trial--itemSpeckWrap h3 span {
    text-align: center;
    display: block;
    margin-top: 0.5rem;
    font-size: 16px;
    color: #555;
}

.trial--itemSpeckWrap .trial--itemSpeckBox{
    width: 32%;
    padding: 3% 1% 0 3%;
    line-height: 1.8;
}
.trial--itemSpeckWrap .trial--itemSpeckBox:nth-child(n+2){
    border-left: 1px solid #ccc; 
}
.trial--itemSpeckWrap .trial--itemSpeckBox dl{
    margin-top: 3rem;
}

.trial--itemSpeckWrap .trial--itemSpeckBox dt{
    font-weight: bold;
    margin-top: 0.8rem;
}
.trial--itemSpeckWrap .trial--itemSpeckBox dd{
    font-size: 14px;
    margin-left: 0;
}
.trial--itemSpeckWrap .trial--itemSpeckBox dd.disc{
    margin-left: -1rem;
    text-indent: 1rem;
}

.trial--pointWrap{
    margin: 0 auto;
    max-width: 980px;
}

.trial--setItemBox{
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    max-width: 980px;
    margin: auto;
}
.trial--setItemBox dl{
    width: 32%;
    padding: 2% 1%;
    background-color: #fff;
    border-radius: 20px;
    text-align: center;
}
.trial--setItemBox.type2 dl{
    background-color: #F4F1DE;
}
.trial--setItemBox dt{
    font-size: 18px;
    font-weight: bold;
    margin-bottom: 2rem;
}
.trial--setItemBox dd{
    margin-left: 0;
}
.trial--setItemBox dd p{
    margin-top: 2rem;
}
.trial--setItemBox dd h3{
    font-size: 28px;
    color: #e16912;
    margin-top: 12px;
}
.trial--setItemBox dd h3 span{
    font-size: 13px;
}

.trial--setItemBox dd p a{
    display: inline-block;
    padding: 2% 8%;
    border:  1px solid #e16912;
    text-decoration: none;
    position: relative;
}

.trial--setItemBox.type2 dd p a{
    background-color: #fff;
}

.trial--setItemBox dd p a::after{
    content: '>';
    position: absolute;
    right: 1rem;
}
.trial--setItemBox dd p a:hover{
    background-color: #e16912;
    color: #fff;
    border:  1px solid #e16912;
    border-radius: 6px;
    transition: .3s;
}
    .trial--setItemBox.cat-single{
        padding: 2%;
        background-color: #fff;
        border-radius: 20px;
        display: flex;
        flex-wrap: wrap;
        justify-content: space-between;
    }
    .trial-catset{
        width: 62%;
        display: flex;
        flex-wrap: wrap;
        align-items: center;
    }
    .trial-catset h2{
        font-size: 32px;
}
    .trial-catset h2 span{
    display: block;
    font-size: .72em;
}
    .trial-catset figure{
        width: 55%;
        margin-left: 10px;
    }
    .trial-catset p{
        font-size: 16px;
        line-height: 1.6;
    }
    .trial-cat-buy{
        margin: 3rem auto 0;
        text-align: center;
    }
    .trial-cat-buy a{
    padding: 1% 4%;
        background-color: #e16912;
    border: 1px solid #e16912;
        color: #fff;
    text-decoration: none;
    position: relative;
        margin: auto;
    }
    .trial-cat-buy a:hover{
        background-color: #fff;
        border: 1px solid #e16912;
        color: #e16912;
        border-radius: 6px;
        transition: .3s;
    }
/*.trial-cat-buy a::after{
    content: '>';
    position: absolute;
    right: 1rem;
}*/
    .trial-catset-present{
        width: 34%;
        background-color: #E16912;
        color: #fff;
        padding: 2% 3%;
    }
    .trial-catset-present figure{
        margin: 0 auto;
        width: 210px;
    }
    .trial-catset-present h3{
        font-size: 24px;
        text-align: center;
    }
.trial-catset-present h3 span{
    display: block;
    font-size: 18px;
    }

    .trial-inner{
        padding: 0 0 40px;
    }
    .trial-footer{
        background-color: #E16912;
        padding: 3% 0 0;
    }
    .trial-footer .trial-inner{
        max-width: 960px;
        margin: 0 auto;
        display: flex;
        flex-wrap: wrap;
        align-items: center;
    }
    .trial-campaignBox{
        color: #fff;
        width: 65%;
    }
    .trial-campaignBox dt{
        font-size: 32px;
        margin-bottom: 2rem;
        font-weight: bold;
    }
    .trial-campaignBox dt span{
        display: block;
        font-size: 24px;
    }
    .trial-campaignBox dd{
        margin-left: 0;
        font-size: 18px;
    }
    .trial-footer .trial-inner figure{
        width: 28%;
        margin-left: 6%;
    }
    .trial--note{
        text-align: center;
        font-size: 12px;
        margin-top: 8px;
}


.lp-main.trialHead p.fvbtn{
    margin-bottom: 0;
}

.lp-main.trialHead p.fvbtn a{
    color: #e16912;
    background-color: #fff;
    border: 2px solid #fff;
    max-width: 320px;
    text-decoration: none;
    padding: 2rem;
}
.lp-main.trialHead p.fvbtn a:hover{
    color: #fff;
    text-decoration: none;
    background-color: #e16912;
    transition: .3s;
}

/* ADD section2 */

#lp .lp-main.trialHead.sec02{
    background: url("/img/trial/img_trial_sec02_dog.jpg") no-repeat bottom center/cover;
    position: relative;
    border-bottom: none;
    max-width: 1480px;
    max-height: 460px;
    height: 460px;
    margin: auto;
}
#lp .lp-main.trialHead.sec02.catlp{
    background: url("/img/trial/img_trial_sec02_cat.jpg") no-repeat bottom center/cover;
}


 p.midTtl{
    text-align: center;
    padding: 6rem 0 0;
    font-size: 32px;
    color: #E16912;
}

.lp-main.trialHead.sec02 .trial-head {
    position: absolute;
    right: calc(50% - 420px);
    top: 80px;
    text-align: center;
}
.lp-main.trialHead.sec02 .trial-head dl{
    margin: 0 auto;
}
.lp-main.trialHead.sec02 .trial-head dt{
    font-weight: 700;
}
.lp-main.trialHead.sec02 .trial-head dt span{
    font-size: 1.25em;
}
.lp-main.trialHead.sec02 .trial-head dd{
    font-size: 52px;
    color: #575757;
    line-height: 1;
}
.lp-main.trialHead.sec02 .trial-head dd span{
    font-size: .25em;
    font-weight: normal;
}
.lp-main.trialHead.sec02 .trial-head dd span.price{
    font-size: 1.6em;
    font-weight: 700;
}
.lp-main.trialHead.sec02 .present{
    display: block;
    position: absolute;
    left: 36%;
    bottom: -32px;
    width: 180px;
    height: 180px;
    box-shadow: 0 10px 25px 0 rgba(0, 0, 0, .5);
    border-radius: 50%;
}
.lp-main.trialHead.sec02 .present img{
    width: 100%;
}

.lp-main.sec02 h1{
    font-size: 42px;
    color: #4A2E1F;
}

.lp-main.trialHead.sec02 p.btn a{
    color: #e16912;
    background-color: #fff;
    border: 2px solid #e16912;
    max-width: 320px;
    text-decoration: none;
}
.lp-main.trialHead.sec02 p.btn a:hover{
    color: #fff;
    text-decoration: none;
    background-color: #e16912;
    transition: .3s;
}

.trial-movWrap {
    display: flex;
    max-width: 980px;
    flex-wrap: wrap;
    justify-content: space-between;
    margin: auto;
    padding-left: 0;
}
.trial-movWrap li{
    width: 48%;
    padding: 2% 3%;
    background-color: #fff;
    border-radius: 10px;
    list-style: none;
    text-align: center;
}
.trial-movWrap li h4{
    font-size: 1.8rem;
    margin-bottom: 1.4rem;
}
.trial-movWrap li iframe{
    width: 100%;
}
.trial-movWrap li:nth-child(n+3){
    margin-top: 4%;
}
.trial-movWrap li p a{
    display: inline-block;
    padding: 2% 8%;
    border:  1px solid #e16912;
    text-decoration: none;
    position: relative;
    margin-top: 1rem;
}
.trial-movWrap li p a::after{
    content: '>';
    position: absolute;
    right: 1rem;
}
.trial-movWrap li p a:hover{
    background-color: #e16912;
    color: #fff;
    border:  1px solid #e16912;
    border-radius: 6px;
    transition: .3s;
}


#lp #uservoice{
    padding-bottom: 60px;
}
#uservoice .trial-itemWrap{
    background-color: #cea575;
    padding: 1% 4%;
}
#uservoice ul{
    padding: 2% 0;
}
    #uservoice ul li{
        display: flex;
        flex-wrap: wrap;
        align-items: center;
        list-style: none;
        padding: 2% 4%
    }
    #uservoice ul li p{
        border-radius: 20px;
        border: 2px solid #fff;
        padding: 2rem 3rem;
        background: #fff;
        font-size: 1.4em;
        width: 80%;
    }
    #uservoice ul li img{
        width: 80px;
        height: 80px;
    }
    #uservoice ul li.rev{
        flex-direction: row-reverse;
    }
    #uservoice ul li p{
        margin-left: 3rem;
}
    #uservoice ul li.rev p{
        margin-right: 3rem;
}

.trial--ttl3{
    background-color: #4A2E1F;
    color: #fff;
    font-size: 18px;
    font-weight: bold;
    padding: 1rem 3rem;
    border: 2px solid #4A2E1F;
    border-radius: 10px;
    display: block;
    text-align: center;
    margin: 0 auto;
    max-width: 50%;
    margin-bottom: 4rem;
}
#faq .trial-itemWrap{
    margin-bottom: 40px;
}
#faq.trial--setItem.last{
    padding-bottom: 60px;
}
#faq p.btn{
    text-align: center;
    font-size: 18px;
    color: #575757;
    margin-bottom: .5em;
    font-weight: bold;
    display: block;
    margin-top: 4rem;
}
#faq p.btn a{
    color: #e16912;
    background-color: #fff;
    border: 2px solid #e16912;
    max-width: 320px;
    text-decoration: none;
}
#faq p.btn a:hover{
    color: #fff;
    text-decoration: none;
    background-color: #e16912;
    transition: .3s;
}

.chr_icon{
    width: 160px;
    height: 160px;
    position: absolute;
    left: 73%;
    bottom: 30%;
}
.dokidoki {
    animation: dokidoki 1.5s infinite;
}
@keyframes dokidoki {
    0% {
        transform: scale(1.05)
    }
    5% {
        transform: scale(1)
    }
    95% {
        transform: scale(1)
    }
    100% {
        -webkit-transform: scale(1.05)
    }
}

@media(max-width:1179px) {
    .chr_icon{
        right: 1%;
        transition: .3s;
        left: auto;
    }
    .lp-main.trialHead.sec02 .present{
        left: 26%;
    }    
    
}
@media(max-width:839px) {
    .chr_icon{
        right: -3%;
        transition: .3s;
        left: auto;
    }
}

@media(max-width:767px) {
    .pcOnly{display: none;}
    .spOnly{display: block;}
    
    .base1.first .trial-inner{
        padding: 0;
    }
    .trial-firstBox{
        padding: 0 4%;
    }
    .first-head {
        display: flex;
        flex-wrap: wrap;
        justify-content: center;
        align-items: center;
        width: 100%;
        text-align: center;
    }
    .first-head li:nth-child(1){
        width: auto;
        margin-bottom: 2rem;
    }
    .first-head li:nth-child(2){
        width: 50%;
        margin-bottom: 20px;
    }
    .trial-itemWrap {
        border-radius: 0;
        padding: 8% 4%;
        margin-top: 10px;
    }    
    .trial-itemBox ul{
        flex-wrap: wrap;
    }
    .trial-itemBox ul.rev{
        flex-direction: row;
    }    
    .trial-itemBox ul li{
        width: 100%;
        text-align: center;
    }
    #lp .trial-itemBox ul li:first-child span img{
        width: 82%;
    }
    .trial-itemBox ul li:nth-child(2),
    .trial-itemBox ul.rev li:nth-child(2){
        width: 100%;
        margin-left: 0;
        margin-top: 20px;
    }
    #lp .trial-itemBox ul li:nth-child(2) img,
    #lp .trial-itemBox ul.rev li:nth-child(2) img{
            width: 80%;
    }
    #lp #uservoice {
        padding-bottom: 0;
    }    
    
    #uservoice ul li p{
        margin-left: 0;
         font-size: 1.5rem;
}
    #uservoice ul li.rev p{
        margin-right: 0;
}
    #uservoice .trial-itemWrap{
        padding-bottom: 4%;
    }
    .trial-itemVoice dt{
        font-size: 20px;
    }
    .trial-itemVoice figure {
        position: absolute;
        top: -38px;
        right: 0;
        height: 90px;
        width: 90px;
        transform: rotate(10deg);
    }
    .trial-itemVoice dd{
        font-size: 15px;
        width: auto;
    }
    .trial--itemSpeckWrap{
        margin-bottom: 0;
    }
    #lp .trial--itemSpeckWrap .trial--itemSpeckBox h3{
        text-align: center;
    }
    #lp .trial--itemSpeckWrap .trial--itemSpeckBox h3 img{
        width: 82%;
    }
    .trial--itemSpeckWrap .trial--itemSpeckBox{
        width: 100%;
        padding: 10% 4%;
        border-top: 1px solid #ccc;
    }    
    .trial--itemSpeckWrap .trial--itemSpeckBox:nth-child(1){
        border: none;
    }
    .trial--itemSpeckWrap .trial--itemSpeckBox:nth-child(n+2){
        border-left: none;
    }    
    .trial--setItemBox dl{
        width: 48%;
    }
    .trial--setItemBox dl:nth-child(3){
        margin-top: 3%;
    }
    .trial-inner{
        padding: 0 4%;
    }
    .trialWrap h2.sectionTtl{
        font-size: 21px;
        margin-bottom: 20px;
    }
    
    .trial-movWrap li{
        width: 100%;
        padding: 1% 0;
    }
    p.midTtl{
        font-size: 23px;
        padding-top: 4rem;
    }
    .lp-main.trialHead.sec02 .trial-head{
        position: relative;
        right: auto;
        top: 20px;
    }
    #lp.trialWrap .lp-main h1{
        font-size: 2.1em;
        font-weight: bolder;
    }

    #lp .lp-main.trialHead.sec02{
        /*background: none;*/
        max-height: inherit;
        height: 350px;
        position: relative;
    }
    #lp .lp-main.trialHead.sec02::before{
          background-color: rgba(255,255,255,0.5);
          position: absolute;
          top: 0;
          right: 0;
          bottom: 0;
          left: 0;
          content: ' ';
    }
    .lp-main.trialHead.sec02 .present{
        left: calc(50% - 70px);
        width: 140px;
        height: 140px;
        bottom: -70px;
    }    
    
    .chr_icon{
        width: 116px;
        height: 116px;
        top: 28%;
        right: 0;
    }
    .lp-main.trialHead.sec02 .trial-head dd span.price{
        color: #4A2E1F;
    }
    .lp-main.trialHead.sec02 .trial-head dt span.note{
        color: rgb(204, 0, 0);
    }
    .lp-main.trialHead.sec02 .trial-head dd{
        color: #4A2E1F;
    }

.trial-movWrap > li{
    padding: 6%;
    margin-top: 4%;
}

.trial-movWrap li p a{
    padding: 2% 12%;
}
    #uservoice ul li{
        padding: 0 0 1rem;
    }
#uservoice ul li p{
    font-size: 1.4rem;
    margin-left: 12px;
    padding: 1rem 2rem;
    width: auto;
}
#uservoice ul li img{
    width: 60px;
    height: 60px;
    position: relative;
    bottom: -10px;
}
    .acd-label span{
        font-size: 1em;
        width: 86%;
        display: inline-block;
        text-indent: -1rem;
        padding-left: 1rem;
    }
    .trial--ttl3{
        max-width: 82%;
    }
    .trial-movWrap li h4{
        font-size: 1.5rem;
    }
    
    .trial--setItemBox dt{
        font-size: 16px;
        margin-bottom: 1rem;
        margin-top: 1rem;
    }
    .trial--setItemBox dd p{
        margin-bottom: 1rem;
    }
    .trial--setItemBox dd p a{
        padding: 4% 12%;
    }
    .trial--setItemBox dd p a::after{
        right: 4px;
    }
    .trial--setItemBox dd h3{
        font-size: 20px;
    }
    .trial--setItemBox dd h3 span{
        font-size: 10px;
    }
    
    .trial--setItemBox.cat-single{
        padding: 6%;
    }
    .trial-catset{
        width: 100%;
        margin-bottom: 30px;
    }
    .trial-catset h2{
        font-size: 21px;
    }
    .trial-catset figure{
        width: 50%;
        margin-left: 0;
    }
    .trial-catset p{
        margin-top: 2rem;
    }
    .trial-catset-present{
        width: 100%;
        padding: 5%;
        margin-bottom: 30px;
    }
    .trial-catset-present figure{
        margin: 20px auto;
    }
    body.sp-brand-gpn .trial-catset-present h3{
        color: #fff;
    }
    .trial-cat-buy{
        margin-bottom: 40px;
        margin-top: -10px;
    }
    .trial-cat-buy a{
        padding: 2rem 4rem;
    }
    .trial-cat-buy a::after{
        display: none;
    }
    .trial-campaignBox{
        width: auto;
        padding: 0 6%;
        text-align: center;
    }
    .trial-campaignBox dt{
        font-size: 28px;
    }
    .trial-campaignBox dt span{
        font-size: 21px;
    }
    .trial-footer{
        padding: 3% 0;
    }
    .trial-footer .trial-inner figure{
        width:64%;
        margin: 0 auto;
    }
}

iframe[style*="aspect-ratio:"] {
  max-width: 100%;
  height: auto;
}

/*アコーディオンCSS*/

.acd-check{
    display: none;
}
.acd-label{
    display: block;
    /*margin-bottom: 20px;*/
    padding: 10px;
    position: relative;
    font-size: 1.3em;
    color: #E16912;
}
.acd-label:after{
    background: #E16912;
    color: #fff;
    box-sizing: border-box;
    content: '\f067';
    display: block;
    font-family: "Font Awesome 5 Free";
    height: 40px;
    padding: 10px 15px;
    position: absolute;
    right: 0;
    top: 0px;
    border-radius: 50%;
    font-size: .75em;
}
.acd-content{
    display: block;
    height: 0;
    opacity: 0;
    padding: 0 10px;
    transition: .5s;
    visibility: hidden;
}
.acd-content p{
border: 1px solid #ccc;
padding: 2% 3%;
background-color: #fff;
    line-height: 1.6;
}
.acd-check:checked + .acd-label:after{
    content: '\f068';
}
.acd-check:checked + .acd-label + .acd-content{
    height: auto;
    opacity: 1;
    padding: 10px;
    margin-bottom: 1rem;
    visibility: visible;
}


/*
    addd 24.05.23
*/
#drawer.drawer-202012 li.link-wrapper a.bnr_link {
    padding: 0;
}
#drawer.drawer-202012 li.link-wrapper a.bnr_link img {
    max-width: 100%;
    height: auto;
}
#drawer.drawer-202012 li.link-wrapper a.bnr_link.bnr_new_service {
    width: 100%;
    margin-bottom: 10px;
}

/*------------------------------
add CSS 24.10.24
-------------------------------*/
#lp .lp--cashbackCampaign {
	padding-top: 60px;
	background: url("/img/gpn/now/bg_now_paper.jpg") no-repeat center bottom / cover;
	/* margin-bottom: 60px; */
}
#lp .lp--cashbackCampaign .lp-container {
    position: relative;
}
#lp .lp--cashbackCampaign .lp-container::before {
    content: "";
    position: absolute;
    bottom: 40px;
    right: 0;
    width: 352px;
    height: 408px;
    background: url("/img/gpn/lpdog/common/img_cashback_dog.png") no-repeat center center / contain;
}
#lp .lp--cashbackCampaign img {
	width: auto;
	max-width: 100%;
	height: auto;
}
#lp .lp--cashbackCampaign .lpdog--btn.neg {
	width: 640px;
}
#lp .lp--cashbackCampaign .lpdog--btn.neg a {
	padding-left: 60px;
	padding-right: 40px;
    background-color: #E16912;
    border-color: #E16912;
    color: #FFF;
}
#lp .lp--cashbackCampaign .lpdog--btn.neg a span::before {
    border-color: #FFF;
}
#lp .lp--cashbackCampaign .lpdog--btn.neg a:hover {
    background-color: #FFF;
    border-color: #FFF;
    color: #E16912;
}
#lp .lp--cashbackCampaign .lpdog--btn.neg a:hover span::before {
    border-color: #E16912;
}