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

#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;
}

.spOnly{
    display: none;
}

/*
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-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-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;
}

.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: baseline;
    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: 22%!important;
    list-style: none;
    text-align: center;
}
.lp-now-select .dog-products-wrapper li h5{
    text-align: center;
    font-size: 18px;
    font-weight: bold;
    margin: 1rem 0;
}

.lp-now-select .dog-products-wrapper li img{
    width: 100%;
    height: auto;
}

@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{
    align-items: baseline;
    }
    
.lp-now-select .dog-products-wrapper li{
    width: 48%!important;
    margin-bottom: 30px;
}
    .lp-now-select .dog-products-wrapper li h5{
        font-size: 15px;
    }    
.lp-now-select .dog-products-wrapper li p{
    text-align: left;
    }
.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;
}
@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;
}
}

/*
.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: #000;
    font-size: 24px;
    font-weight: bold;
    padding: 0.3em;
    text-align: center;
    width: 300px;
    margin: 0 0 0 auto;
    position: absolute;
    bottom: 0;
    right: 0;
    text-decoration: none;
}
.nowWrap .lp-bnr-block .lp-bnr-txt a:hover{
    opacity: 0.7;
}*/
.nowWrap .cat .lp-bnr-block{
    padding: 20px 0 20px 250px;
}
.nowWrap .cat .lp-bnr-block .photo{
    width: 160px!important;
    bottom: 15px;
}

/*nowLP内のnowgg遷移バナー */
.nowWrap .lp-bnr.bnr-nowgg .lp-bnr-block {
    background: #C29D8A;
    padding: 20px 0 4px 112px;
    /* padding: 20px 0 20px 127px; */
}

.nowWrap .lp-bnr.bnr-nowgg .lp-bnr-block .lp-bnr-txt h3 {
    margin-bottom: 0.6em;
    text-align: center;
    width: 60%;
}

.nowWrap .lp-bnr.bnr-nowgg .lp-bnr-block .lp-bnr-txt h3 img {
    width: 75% !important;
}

/* .nowWrap .lp-bnr.bnr-nowgg .lp-bnr-block .photo {
    right: 52px;
    left: auto;
    bottom: 36px;
    width: 243px !important;
} */

.nowWrap .lp-bnr.bnr-nowgg .lp-bnr-block .photo {
    right: 20px;
    left: auto;
    bottom: 12px;
    width: 295px !important;
}

.nowWrap .lp-bnr.bnr-nowgg .lp-bnr-block .lp-bnr-txt p {
    font-size: 23px;
}

.nowWrap .lp-bnr.bnr-nowgg .lp-bnr-block .buy-unit {
    /* display: none; */

    justify-content: center;
    width: 60%;
}

@media screen and (max-width: 767px){
.nowWrap .lp-bnr.bnr-nowgg .lp-bnr-block {
    padding: 20px;
}

.nowWrap .lp-bnr.bnr-nowgg .lp-bnr-block .photo {
    right: auto;
    left: auto;
    bottom: auto;
    margin-bottom: 10px;
    width: 200px !important;
}

.nowWrap .lp-bnr.bnr-nowgg .lp-bnr-block .lp-bnr-txt h3 {
    width: auto;
}

.nowWrap .lp-bnr.bnr-nowgg .lp-bnr-block .lp-bnr-txt p {
    font-size: 16px;
}

.nowWrap .lp-bnr.bnr-nowgg .lp-bnr-block .buy-unit {
    /* display: contents; */
    width: auto;
}

}



/*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;
}

/* NOW ページ内リンク */
.anchor-guide {
    margin-bottom: 0;
    float: right;
    width: 100%;
    padding: 10px 10px !important;
}

.anchor-guide ul {
    list-style: none;
    margin: 0;
    padding: 0;
    display: grid;
    grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr;
    gap: 2rem;
}


.anchor-guide ul li a {
    position: relative;
    display: block;
    width: 100%;
    height: 100%;
    padding: 1rem 1.4rem 1rem 0.6rem;
    background: #fff;
    text-align: center;
    font-weight: bold;
    transition: ease-in-out 0.4s;
    border: 2px solid #E16912;
}


.anchor-guide ul li:hover a {
    text-decoration: none;
    color: #fff;
    background: #E16912;
    transition: ease-in-out 0.4s;
    opacity: 1;
}

.anchor-guide ul li a:after {
    content: '';
    width: 6px;
    height: 6px;
    border: 0;
    border-top: solid 1px #E16912;
    border-right: solid 1px #E16912;
    transform: rotate(45deg);    
    position: absolute;
    top: -3px;
    right: 8px;
    bottom: 0;
    margin: auto;
    transition: ease-in-out 0.4s;
}

.anchor-guide ul li a.anchorlink:after {
    transform: rotate(135deg);
}

.anchor-guide ul li:hover a:after {
    border-top: solid 1px #ffffff;
    border-right: solid 1px #ffffff;
    transition: ease-in-out 0.4s;
}

/* now-trial内リンク */
.anchor-guide.to-now {
    z-index: 1;
    position: absolute;
}

.anchor-guide.to-now li {
    grid-column-start: 6;
}

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

    /* SP時は返品CPとトライアル非表示 */
    .anchor-guide ul li:nth-child(n+5) {
        display: none;
    }

    .anchor-guide {
        background-color: #f6f3df;
    }

    .anchor-guide ul {
        grid-template-columns: 1fr 1fr 1fr 1fr;
        gap: 0 2.5vw;
    }

    .anchor-guide ul li a {
        display: flex;
        justify-content: center;
        align-items: center;
        padding: 2vw 3.5vw 1.5vw 2.5vw;
        font-size: 3.5vw;
    }

    .anchor-guide ul li a:after {
        right: 6px;
    }

    /* now-trial内リンク */
    #lp .anchor-guide.to-now .lp-container {
        padding: 0;
    }

    .anchor-guide.to-now {
        background: none;
    }

    /* .anchor-guide.to-now ul {
        grid-template-columns: 1fr 1fr 1fr;
    } */

    .anchor-guide.to-now li {
        grid-column-start: 4;
    }

    .anchor-guide ul li a {
        padding: 1vw 2.5vw 1vw 1vw;
        line-height: 1.2;
    }

}


/* NOW ページ内リンクここまで */

#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;
}
.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;
}
.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;
}

/*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;
}
}
@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;
}

    
/*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;
}
    
.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;
}

/*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;
}


/** 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%;
}


/** 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;
    }
}


/* lpdog */

body #lp.lpdog {
    font-family: -apple-system, BlinkMacSystemFont, "Helvetica Neue", HelveticaNeue,"Hiragino Kaku Gothic ProN","Hiragino Sans", Verdana, Meiryo,Roboto, sans-serif;
}

.lpmv {
    height: 640px;
}
.lpdog p {
    font-size: 1.6rem;
    line-height: 1.8;
    margin-bottom: 2rem;
}

.ttlBlock {
    width: 100%;
    display: flex;
    align-items: center;
    background-color: #412800;
    min-height: 120px;
}
.ttlBlock h2{
    text-align: center;
    color: #fff;
    font-size: 3.4rem;
    padding: 40px 0;
    margin: 0 auto;
}

.lpdog--firstBlock .firstArea {
    max-width: 1060px;
    margin: 0 auto;
}
.lpdogHead {
    background-color: #E1E7EE;
    padding-bottom: 0 !important;
}
.lpdog--fv--ttlArea {
    border-top: 260px solid #412800;
    background: url("/img/gpn/lpdog/common/img_wood-bg.jpg") repeat center center;
    padding: 30px 0;
}
.lpdog--fv--ttlArea--inner {
    max-width: 960px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin: -280px auto 0;
}
.firstBlock--item {
    max-width: 370px;
}
.firstBlock--item img:nth-last-of-type(1) {
    padding-left: 6%;
}
.firstBlock--item--ttl {
    color: #fff;
    text-align: center;
    font-size: 2.4rem;
}
.firstBlock--item--ttl h1{
    font-size: 3.8rem;
    margin-bottom: 12rem;
}

.lpdog .firstBlock--item--ttl h1{
    margin-bottom: 0.67em;
}

.firstBlock--item--no1 {
    max-width: 500px;
    margin: 0 auto;
}
.firstBlock--item--name {
    max-width: 540px;
    margin-bottom: 2rem;
}
.firstBlock--item--name dt{
    font-weight: bold;
    margin-bottom: 1rem;
}
.firstBlock--item--name dd{
    width: 90%;
    margin: 0 auto;
}

.lpdog p.cap-note {
    font-size: 1rem;
    color: #000;
    text-align: left;
    padding-left: 3rem;
}

/*lpdog btn*/

.lpdog--btn {
    display: block;
    text-align: center;
    padding: 40px 0;
}
.lpdog--btn a {
    font-size: 2.4rem;
    padding: 2rem 12rem;
    color: #fff;
    border: 3px solid #E16912;
    border-radius: 40px;
    background-color: #E16912;
    font-weight: bold;
    text-decoration: none;
    display: inline-block;
}
.lpdog--btn a:link,
.lpdog--btn a:visited {
    color: #fff;
}
.lpdog--btn a:hover {
    color: #E16912;
    background-color: #fff;
    border: 3px solid #E16912;
    transition: .3s;
    text-decoration: none;
}
.lpdog--btn a span {
    position: relative;
}
.lpdog--btn a span::before {
    content: '';
    position: absolute;
    left: -3rem;
    top: 7px;
    width: 14px;
    height: 14px;
    border-top: 3px solid #fff;
    border-right: 3px solid #fff;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
}
.lpdog--btn a:hover span::before {
    border-top: 3px solid #E16912;
    border-right: 3px solid #E16912;
}
.lpdog--btn.neg a {
    color: #E16912;
    border: 3px solid #fff;
    background-color: #fff;
}

.lpdog--btn.neg a:hover {
    color: #fff;
    background-color: #E16912;
    border: 3px solid #E16912;
}
.lpdog--btn.neg a span::before {
    border-top: 3px solid #E16912;
    border-right: 3px solid #E16912;
}
.lpdog--btn.neg a:hover span::before {
    border-top: 3px solid #fff;
    border-right: 3px solid #fff;
}

/* .lpdog--btn .pc{
    display: inline;
}
.lpdog--btn .sp{
    display: none;
}
@media screen and (max-width: 767px){
    .lpdog--btn .pc{
        display: none;
    }
    .lpdog--btn .sp{
        display: inline;
    }
} */

/*section*/
#lp.lpdog section {
    padding-top: 0;
    /* padding-bottom: 0; */
}

#lp.lpdog section.washoku-ex {
    padding: 50px 0 50px;
}
.lpdog--probrem {
    position: relative;
}
.lpdog--probrem .ttlBlock.probrem {
    position: absolute;
    background-color: #BED82C;
    width: 104%;
    margin: 0 -2%;
    display: inline-block;
    z-index: 1;
}
.lpdog--probrem .ttlBlock.probrem::before {
    content: "";
    position: absolute;
    width: 0;
    height: 0;
    margin: auto;
    bottom: -20px;
    left: 0;
    border-style: solid;
    border-color: #412800 transparent transparent transparent;
    border-width: 20px 0px 0px 20px;
    opacity: .7;
}
.lpdog--probrem .ttlBlock.probrem::after {
    content: "";
    position: absolute;
    width: 0;
    height: 0;
    margin: auto;
    bottom: -20px;;
    right: 0;
    border-style: solid;
    border-color: #412800 transparent transparent transparent;
    border-width: 20px 20px 0px 0px;
    opacity: .7;
}
.lpdog--probrem .ttlBlock.probrem h2{
    color: #4C2E1A;
    box-shadow: 0 3px 3px rgba(0,0,0,0.3);
}

.lpdog--probrem--taskBox{
    padding-top: 240px;
    background: url("/img/gpn/lpdog/poodle/img_probrem-task.png") no-repeat center bottom;
    height: 640px;
    margin-bottom: 5rem;
}
.lpdog--probrem--taskBox ul {
    width: 100%;
    height: 450px;
    position: relative;
}
.lpdog--probrem--taskBox li{
    padding: 1rem 3rem;
    color: #fff;
    font-weight: bold;
    background-color: #8E7D6E;
    border-radius: 50px;
    display: inline-block;
    position: absolute;
    font-size: 2.1rem;
}
.lpdog--probrem--taskBox li:nth-child(1){
    top: 0;
    left: 3%;
    font-size: 3.8rem;
}
.lpdog--probrem--taskBox li:nth-child(2){
    left: 6%;
    top: 28%;
}
.lpdog--probrem--taskBox li:nth-child(3){
    left: 3%;
    bottom: 30%;
    font-size: 3.8rem;
}
.lpdog--probrem--taskBox li:nth-child(4){
    right: 6%;
    top: 6%;
}
.lpdog--probrem--taskBox li:nth-child(5){
    right: 12%;
    top: 40%;
}
.lpdog--probrem--taskBox li:nth-child(6){
    right: 6%;
    bottom: 24%;
    font-size: 3.2rem;
}
.lpdog--probrem .lpdog--probrem--textBlock {
    background-color: #F6F3DF;
    border-radius: 30px;
    position: relative;
    padding: 3% 0;
    margin-bottom: 80px;
}
.lpdog--probrem .lpdog--probrem--textBlock::after {
    content: '';
    background-color: #F6F3DF;
    width: 80px;
    height: 80px;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    position: absolute;
    bottom: -40px;
    left: calc(50% - 40px);
    z-index: -1;
}
.lpdog--probrem .lpdog--probrem--textBlock p{
    font-size: 2.4rem;
    font-weight: bold;
    color: #7A4A1F;
    text-align: center;
    margin-bottom: 3rem;
    padding: 0 3%;
}

.lpdog--probrem .lpdog--probrem--textBlock .comBox{
    box-shadow: 0px 0px 9px -5px #777777;
}
.lpdog--probrem .lpdog--probrem--textBlock .comBox .comBox--tex p{
    font-size: 1.8rem;
    text-align: left;
    padding: 0;
}
.lpdog--probrem--under {
    background: url("/img/gpn/lpdog/poodle/img_under-bg.jpg") no-repeat center bottom / cover;
    text-align: center;
    height: 720px;
    position: relative;
}
.lpdog--probrem--under--item {
    max-width: 500px;
    position: absolute;
    bottom: 110px;
    left: calc(50% - 400px);
}
.lpdog--probrem--under--textBox {
    color: #412800;
}
.lpdog--probrem--under--textBox h1{
    font-size: 5.4rem;
}
.lpdog--probrem--under--textBox p{
    font-size: 2.8rem;
    font-weight: bold;
}

#lp.lpdog section.washoku-ex .nowbtn a {
    color: #fff;
}
#lp.lpdog section.washoku-ex .nowbtn a:hover {
    color: #E16912;
    text-decoration: none;
    transition: .3s;
}

/*lpdog--ingredient */

.lpdog--ingredient {
}
.lpdog--ingredient .lp-container{
    margin: 40px 0;
}
.lpdog--ingredient--head {
    text-align: center;
    margin-top: 40px;
}
.lpdog--ingredient--head h2{
    font-size: 3.6rem;
    font-weight: bold;
    color: #412800;
    line-height: 2;
    margin-bottom: 5rem;
}
.lpdog--ingredient--head h2 span {
    background:linear-gradient(transparent 60%, #ED174C 70%);
}

.lpdog--ingredient--head p{
    color: #412800;
    font-size: 2.1rem;
    margin-bottom: 5rem;
}

.lpdog--ingredient ul {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    margin-bottom: 3rem;
}
.lpdog--ingredient ul > * {
    width: 18%;
}
.lpdog--ingredient ul li {
    text-align: center;
    color: #412800;
}
.lpdog--ingredient ul li figure{
    width: 72%;
    margin: 0 auto 1rem;
}

.lpdog--ingredient .block--meat {
    background-color: #D89F5C;
    border-radius: 30px;
    padding: 1% 2% 1% 5%;
    align-items: center;
    margin-bottom: 5rem;
}

.lpdog--ingredient .block--meat .block--meat--inner {
    color: #fff;
    width: 54%;
}
.lpdog--ingredient .block--meat .block--meat--inner h3{
    font-size: 3.2rem;
    margin-bottom: 3rem;
}
.lpdog--ingredient .block--meat figure {
    max-width: 470px;
    width: 46%;
}

.lpdog--points {
    background: url("/img/gpn/lpdog/common/img_points-bg.jpg") repeat center center;
}

.lpdog--points .ttlBlock {
    background-color: #62BCB2;
}

.lpdog--points .ttlBlock h2{
    color: #fff;
    position: relative;
}

.lpdog--points .ttlBlock h2::before{
        content: '';
    position: absolute;
    background: url("/img/gpn/lpdog/poodle/img_points-head1.png") no-repeat center center / cover;
    height: 150px;
    width: 240px;
    left: calc(50% - 90%);
    top: 6%;
}
.lpdog--points .ttlBlock h2::after {
        content: '';
    position: absolute;
    background: url("/img/gpn/lpdog/common/img_points-head2.png") no-repeat center center / cover;
    height: 150px;
    width: 190px;
    top: 6%;
    right: calc(50% - 90%);
}

.lpdog--pointBox {
    margin: 80px auto;
    display: flex;
    flex-wrap: nowrap;
    justify-content: space-between;
}
.lpdog--pointBox.rev {
    flex-direction: row-reverse;
}
.lpdog--pointBox .lpdog--pointHead {
    width: 48%;
    font-size: 1.8rem;
    color: #412800;
    padding-right: 1%;
}
.lpdog--pointBox.rev .lpdog--pointHead {
    padding-left: 1%;
    padding-right: 0;
}

@media screen and (max-width: 1059px) {
.lpdog--pointBox .lpdog--pointHead {
    padding-right: 3%;
}
.lpdog--pointBox.rev .lpdog--pointHead {
    padding-left: 3%;
    padding-right: 0;
}
}

.lpdog--pointBox .lpdog--pointHead dt{
    font-size: 3.2rem;
    font-weight: bold;
    margin-bottom: 2rem;
}
.lpdog--pointBox .lpdog--pointHead dt.point-number {
    width: 280px;
}
.lpdog--pointBox figure {
    max-width: 520px;
}

.ancHead {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    padding-bottom: 5rem;
}
.ancHead > *{
    width: 30%;
}
.ancHead dl a{
    background-color: #fff;
    text-align: center;
    border: 4px solid #4C2E1A;
    border-radius: 18px;
    position: relative;
    display: block;
    padding: 6%;
    text-decoration: none;
    color: #4C2E1A;
}
.ancHead dl::after {
    content: '';
  width: 0;
  height: 0;
  border-left: 30px solid transparent;
  border-right: 30px solid transparent;
  border-top: 30px solid #4C2E1A;
    display: flex;
    position: relative;
    left: calc(50% - 30px);
    
}
.ancHead dl a:hover{
    transition: .1s;
    border: 8px solid #4C2E1A;
    text-decoration: none;
    padding: calc(6% - 4px);
    color: #4C2E1A;
}
.ancHead dl a dd{
    font-size: 2.1rem;
    font-weight: bold;
}
.ancHead dt {
    max-width: 210px;
    margin: 0 auto;    
}

.pointContents {
    margin: 3rem auto;
}

.lpdog--pointBox02 {
    background: url("/img/gpn/lpdog/common/img_point_delta.png") no-repeat top left;
    background-color: #4C2E1A;
    padding: 6%;
    margin: 2px auto;
    color: #fff;
}

.lpdog--pointBox02 .point--detail {
    display: flex;
    flex-wrap: wrap;
}
.lpdog--pointBox02 .point--detail > *{
    width: 50%;
}
.lpdog--pointBox02 .point--detail p {
    padding: 4% 0 0 4%;
    font-size: 1.8rem;
}

.lpdog--pointBox02 .pointBoxHead {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    margin-bottom: 3rem;
}
.lpdog--pointBox02 .pointBoxHead figure{
    width: 36%;
    margin-right: 4rem;
}

.lpdog--pointBox02 h2 {
    font-size: 2.8em;
}

.comBox {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;
    background-color: #fff;
    padding: 2% 6%;
    margin: 4rem auto;
    border-radius: 18px;
    max-width: 920px;
}
.comBox .comBox--fig {
    width: 18%;
    text-align: center;
    color: #4C2E1A;
}
.comBox .comBox--fig p{
    margin-top: 1rem;
    margin-bottom: 0;
    font-size: 1.4rem;
    color: #4C2E1A;
}

.comBox--tex {
    width: 74%;
}
.comBox p {
    font-size: 1.8rem;
    font-weight: bold;
    color: #4C2E1A;
}
    
.comBox p span{
    background: linear-gradient(transparent 60%, #BED82C 70%);
}


/*lpdog--recomend*/

.lpdog--recomend {
    background: url("/img/gpn/lpdog/common/img_recomend-bg.jpg") repeat center center;
    position: relative;
}
.recomendBox {
    padding: 80px 0;
    position: relative;
}
.recomend--text{
    position: relative;
    max-width: 880px;
}

.recomend--text .rec--mark{
    position: absolute;
    left: -40px;
    top: -20px;
    width: 164px;
}
.recomend--text .rec--person{
    position: absolute;
    right: -80px;
    bottom: -50px;
    width: 200px;
}
.recomendBox dl{
    width: 200px;
    position: absolute;
    bottom: 30px;
    right: 16%;
}
@media screen and (max-width: 1059px) {
    .recomendBox dl{
        right: 12%;
    }
}


.recomend--text {
    background-color: #fff;
    padding: 3% 9% 1% 12%;
    margin: 0 auto;
    box-shadow: 3px 3px 3px rgba(0,0,0,0.3);
}


/*lpdog--voice*/

.lpdog--voice {
    background-color: #DBECE7;
}
.lpdog--voice .ttlBlock {
    background-color: #BED82C;
}
.lpdog--voice .ttlBlock h2 {
    color: #412800;
}
    
.lpdog--voice-list2{
    list-style: none;
    margin-top: 50px;
}
.lpdog--voice-list2 li{
    list-style: none;
    display: flex;
    flex-wrap: wrap;
    align-items: flex-start;
    justify-content: space-between;
    margin: 80px auto;
}
.lpdog--voice-list2 li:nth-last-of-type(1){
    margin-bottom: 1rem;
}
.lpdog--voice-list2 li h3{
    font-size: 2.4rem;
    text-align: center;
    margin: 2rem 0;
    color: #4C2E1A;
}
.lpdog--voice-list2 li figure{
    width: 250px;
    height: auto;
    border-radius: 10px;
    order: 1;
}
.lpdog--voice-list2 li figure img{
    margin-bottom: 1rem;
}

@media screen and (max-width: 767px) {
.lpdog--voice-list2 li figure{
    width: 20%;
}
}


.lpdog--voice-list2 li:nth-child(2n) figure{
    order: 2;
}
.lpdog--voice .balloon {
    background-color: #fff;
    border: none;
    position: relative;
    background-image: url("/img/gpn/lpdog/common/img_voice_footpoint.png");
    background-position: right 20px top 20px;
    background-repeat: no-repeat;
}
.lpdog--voice .balloon .voiceHead {
    position: absolute;
    top: -40px;
    left: -4%;
    max-width: 100%!important;
    width: 180px!important;
}
.lpdog--voice .balloon .voiceHead img{

}

@media screen and (max-width: 767px) {
.lpdog--voice-list2 li figure{
    width: 20%;
}
}
.lpdog--voice-list2 li:nth-child(2n) img{
    order: 2;
}
.lpdog--voice-list2 li .balloon{
    width: calc(100% - 300px);
    text-align: left;
    position: relative;
    padding: 2em;
    border-radius: 30px;
    order: 2;
    /*background: #fff;*/
    z-index: 2;
}
@media screen and (max-width: 767px) {
.lpdog--voice-list2 li .balloon{
    width: calc(80% - 30px);
    padding: 1.5em;
}
}
.lpdog--voice-list2 li:nth-child(2n) .balloon{
    order: 1;
}
.lpdog--voice-list2 li .balloon:before{
    content: "";
    position: absolute;
    width: 80px;
    height: 80px;
    background-color: #fff;
    margin: auto;
    top: 85px;
    left: -28px;
    transform: rotate(-45deg);
    z-index: -1;
    /*border-style: solid;
    border-color: #fff transparent transparent transparent;
    border-width: 20px 0px 0px 36px;*/
}


@media screen and (max-width: 767px) {
.lpdog--voice-list2 li .balloon:before{
    left: -26px;
    border-width: 20px 0px 0px 26px;
}
}
.lpdog--voice-list2 li:nth-child(2n) .balloon:before{
    left: auto;
    right: -28px;
    border-width: 20px 36px 0px 0px;
}
@media screen and (max-width: 767px) {
    .lpdog--voice-list2 li:nth-child(2n) .balloon:before{
        right: -26px;
        border-width: 20px 26px 0px 0px;
    }
}

.voice--note {
    text-align: right;
    font-size: 1.2rem!important;
}


/*lpdog--sns*/

.lpdog--sns h2 figure{
    max-width: 910px;
    display: block;
    margin: 20px auto;
}

.lpdog--sns .lpdog--snsBox {
    max-width: 1060px;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}
.lpdog--sns .lpdog--snsBox > *{
    width: 30%;
}

/*lpdog--thoughts*/

.lpdog--thoughts {
    background: url("/img/gpn/lpdog/common/img_thoughts-bg.jpg") repeat center center;
}

.lpdog--thoughts h3 {
    font-size: 3.6rem;
    color: #412800;
    text-align: center;
    margin: 60px auto 0;
}

.lpdog--thoughts--box {
    max-width: 1020px;
    margin: 80px auto;
    display: flex;
    justify-content: space-between;
}
.lpdog--thoughts--box .lpdog--textBox{
    position: relative;
    max-width: 460px;
    padding-right: 1%;
}
.lpdog--thoughts--box.rev .lpdog--textBox{
    padding-left: 1%;
    padding-right: 0;
}

.lpdog--thoughts--box .lpdog--textBox p {
    position: relative;
    z-index: 10;
}
.lpdog--thoughts--box .lpdog--textBox::before{
    content: '';
    position: absolute;
    background-color: #fff;
    -webkit-transform: rotate(-3deg);
    transform: rotate(-3deg);
    height: 560px;
    width: 580px;
    left: -40px;
    top: -30px;
    z-index: 1;
}
.lpdog--thoughts--box.rev {
    flex-direction: row-reverse;
}
.lpdog--thoughts--box.rev .lpdog--textBox::before{
    -webkit-transform: rotate(3deg);
    transform: rotate(3deg);
    left: -80px;
}

.lpdog--thoughts--box figure{
    display: block;
    max-width: 500px;
    z-index: 2;
}

/*lpdog--reason*/

.lpdog--reason {
}

.lpdog--reasonWrap {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin: 60px auto;
}
.lpdog--reasonWrap.rev {
    flex-direction: row-reverse;
}
.lpdog--reasonWrap .lpdog--reasonBox {
    max-width: 590px;
    padding-right: 1%;
}
.lpdog--reasonWrap.rev .lpdog--reasonBox {
    padding-right: 0;
    padding-left: 1%;
}

@media screen and (max-width: 1059px) {
    .lpdog--reasonWrap .lpdog--reasonBox {
    padding-right: 5%;
    }
    .lpdog--reasonWrap.rev .lpdog--reasonBox {
        padding-right: 0;
        padding-left: 5%;
    }
}


.lpdog--reasonWrap .lpdog--reasonBox h3{
    font-size: 3.6rem;
    margin-bottom: 2rem;
    color: #000;
}
.lpdog--reasonWrap .lpdog--reasonBox h4 {
    font-size: 2.1rem;
    color: #62BCB2;
    font-weight: bold;
    margin-bottom: 2rem;
}
.lpdog--reasonWrap figure {
    max-width: 400px;
    box-shadow: -20px 20px 0px 0 rgb(246, 243, 223);
    z-index: 2;
}
.lpdog--reasonWrap.rev figure {
    box-shadow: 20px 20px 0px 0 rgb(246, 243, 223);
}

/*lpdog--select*/

.lpdog--select .ttlBlock span {
    font-weight: normal;
    display: block;
}

.lpdog--select--head {
    position: relative;
    margin: 80px 0;
    border-radius: 20px;
    border: 6px solid #412800;
    padding: 1rem 2rem 1rem 250px;
}
.lpdog--select--head p{
    font-size: 1.8rem;
    color: #412800;
    font-weight: bold;
    margin: 0;
}
.lpdog--select--head figure{
    display: inline-block;
    position: absolute;
    width: 198px;
    top: calc(50% - 94px);
    left: 2rem;
    z-index: 1;
}

.lpdog--select .products-wrapper {
    justify-content: space-between;
}
.lpdog--select .products-wrapper > * {
    width: 23%;
    text-align: center;
}

#lp .lpdog--select .products-wrapper img {
    width: 80%;
}

.lpdog--select .products-wrapper h5 {
    font-size: 1.8rem;
    margin: 1rem 0;
}
.lpdog--select .products-wrapper p {
    font-size: 1.4rem;
}

.lpdog--select .products-wrapper li .btn {
    color: #333;
    text-decoration: none;
    padding: .8rem 2rem;
}
.lpdog--select .products-wrapper .amazon_buy {
    width: 130px!important;
    display: block;
    margin: 2rem auto 0;
}

.lpdog--select .products-wrapper.inter {
    margin-bottom: 2rem;
}

.lpdog--select--spec {
    margin-top: 40px;
}
.lpdog--select--spec table * {
    padding: 2rem;
    border: 1px solid #AAA;
}
.lpdog--select--spec th {
    background-color: #F3F0E7;
    width: 12%;
}

.lpdog--faq .faqWraper {
    margin-top: 60px;
}


/* lpdog--campaign770 */

.lpdog--campaign770 {
    background-color: #F8F3EE;
    margin-bottom: 60px !important;
}
#lp .lpdog--campaign770 .lp-container{
    padding: 6rem 0;
}

.lpdog--campaign770 h2{
    text-align: center;
    color: #E5833B;
    font-size: 4.8rem;
}
.campaignBox770 {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: baseline;
}
.campaignBox770 .campaignBox--leftBox{
    width: 42%;
}
.campaignBox770 .campaignBox--rightBox{
    width: 58%
}
.campaignBox770 .lpdog--btn.neg {
    padding: 10px 0 0;
}

.campaignBox770 .lpdog--btn.neg a {
    padding: 2rem;
    width: 100%;
}




/*poodle*/

.lpmv.lpdog--poodle {
    background: url("/img/gpn/lpdog/poodle/img_mv_bg.jpg") no-repeat center center / cover;
    background-color: #E1E7EE;
    position: relative;
    max-width: 1280px;
    margin: 0 auto;
}
.lpmv.lpdog--poodle .fv--catch {
    position: absolute;
    top: 60px;
    left: calc(50% - 500px);
    display: inline-block;
    width: 420px;
}
@media(max-width:1079px) {
    .lpmv.lpdog--poodle { 
    }
    .lpmv.lpdog--poodle .fv--catch {
        left: -3%;
        width: 400px;
        transition: .3s;
    }
}


/*lpdog MS*/
.lpmv.lpdog--ms {
    background: url("/img/gpn/lpdog/schnauzer/img_mv_bg.jpg") no-repeat center center / cover;
    background-color: #E1E7EE;
    position: relative;
    max-width: 1280px;
    margin: 0 auto;
}
.lpmv.lpdog--ms .fv--catch {
    position: absolute;
    top: 60px;
    left: calc(50% - 500px);
    display: inline-block;
    width: 420px;
}
@media(max-width:1079px) {
    .lpmv.lpdog--ms { 
    }
    .lpmv.lpdog--ms .fv--catch {
        left: -3%;
        width: 400px;
        transition: .3s;
    }
}

/*#lpdog-ms .lpdog--fv--ttlArea {
    border-top: 260px solid #412800;
    background: url("/img/gpn/lpdog/schnauzer/img_wood-bg.jpg") repeat center center;
    padding: 30px 0;
}*/

#lpdog-ms .lpdog--probrem--taskBox{
    padding-top: 240px;
    background: url("/img/gpn/lpdog/schnauzer/img_probrem-task.png") no-repeat center bottom;
    height: 640px;
    margin-bottom: 5rem;
}

#lpdog-ms .lpdog--probrem--under {
    background: url("/img/gpn/lpdog/schnauzer/img_under-bg.jpg") no-repeat center bottom / cover;
    text-align: center;
    height: 720px;
    position: relative;
}
#lpdog-ms .lpdog--points {
    background: url("/img/gpn/lpdog/schnauzer/img_points-bg.jpg") repeat center center;
}

#lpdog-ms .lpdog--points .ttlBlock h2::before{
        content: '';
    position: absolute;
    background: url("/img/gpn/lpdog/schnauzer/img_points-head1.png") no-repeat center center / cover;
    height: 150px;
    width: 240px;
    left: calc(50% - 90%);
    top: 6%;
}
#lpdog-ms .lpdog--points .ttlBlock h2::after {
        content: '';
    position: absolute;
    background: url("/img/gpn/lpdog/schnauzer/img_points-head2.png") no-repeat center center / cover;
    height: 150px;
    width: 190px;
    top: 6%;
    right: calc(50% - 90%);
}
#lpdog-ms .lpdog--probrem--taskBox li:nth-child(4){
    right: 6%;
    top: 6%;
    font-size: 3.2rem;
}
#lpdog-ms .lpdog--probrem--taskBox li:nth-child(6){
    right: 6%;
    bottom: 24%;
    font-size: 2.1rem;
}

.lpdog--items--ms {
    display: flex;
    justify-content: space-between;
}
.lpdog--items--ms .products-wrapper {
    width: 24%;
}
.lpdog--items--ms .products-wrapper li{
    width: auto;
}
.lpdog--items--ms .lpdog--select--spec {
    width: 73%;
}


/*lpdog bichon*/
.lpmv.lpdog--bichon {
    background: url("/img/gpn/lpdog/bichon/img_mv_bg.jpg") no-repeat center center / cover;
    background-color: #E1E7EE;
    position: relative;
    max-width: 1280px;
    margin: 0 auto;
}
.lpmv.lpdog--bichon .fv--catch {
    position: absolute;
    top: 60px;
    left: calc(50% - 500px);
    display: inline-block;
    width: 420px;
}
@media(max-width:1079px) {
    .lpmv.lpdog--bichon { 
    }
    .lpmv.lpdog--bichon .fv--catch {
        left: -3%;
        width: 400px;
        transition: .3s;
    }
}

/*#lpdog-ms .lpdog--fv--ttlArea {
    border-top: 260px solid #412800;
    background: url("../img/gpn/lpdog/bichon/img_wood-bg.jpg") repeat center center;
    padding: 30px 0;
}*/

#lpdog-bichon .lpdog--probrem--taskBox{
    padding-top: 240px;
    background: url("/img/gpn/lpdog/bichon/img_probrem-task.png") no-repeat center bottom;
    height: 640px;
    margin-bottom: 5rem;
}

#lpdog-bichon .lpdog--probrem--under {
    background: url("/img/gpn/lpdog/bichon/img_under-bg.jpg") no-repeat center bottom / cover;
    text-align: center;
    height: 720px;
    position: relative;
}
#lpdog-bichon .lpdog--points {
    background: url("/img/gpn/lpdog/bichon/img_points-bg.jpg") repeat center center;
}

#lpdog-bichon .lpdog--points .ttlBlock h2::before{
    background: none;
}
#lpdog-bichon .lpdog--points .ttlBlock h2::after {
        content: '';
    position: absolute;
    background: url("/img/gpn/lpdog/bichon/img_points-head2.png") no-repeat center center/ cover;
    height: 150px;
    width: 190px;
    top: 6%;
    right: calc(50% - 90%);
}

/*lpdog shiba*/

.lpmv.lpdog--shiba {
    background: url("/img/gpn/lpdog/shiba/img_mv_bg.jpg") no-repeat center center / cover;
    background-color: #EFF2D7;
    position: relative;
    max-width: 1280px;
    margin: 0 auto;
}
.lpmv.lpdog--shiba .fv--catch {
    position: absolute;
    top: 60px;
    left: calc(50% - 500px);
    display: inline-block;
    width: 420px;
}
@media(max-width:1079px) {
    .lpmv.lpdog--shiba { 
    }
    .lpmv.lpdog--shiba .fv--catch {
        left: -3%;
        width: 400px;
        transition: .3s;
    }
}

#lpdog-shiba .lpdogHead {
    background-color: #EFF2D7;
    padding-bottom: 0;
    /* margin-bottom: 30px; */
}

#lpdog-shiba .lpdog--probrem--taskBox{
    padding-top: 240px;
    background: url("/img/gpn/lpdog/shiba/img_probrem-task.png") no-repeat center bottom;
    height: 640px;
    margin-bottom: 5rem;
}

#lpdog-shiba .lpdog--probrem--under {
    background: url("/img/gpn/lpdog/shiba/img_under-bg.jpg") no-repeat center bottom / cover;
    text-align: center;
    height: 720px;
    position: relative;
}

#lpdog-shiba .lpdog--points .ttlBlock h2::before{
    background: none;
}
#lpdog-shiba .lpdog--points .ttlBlock h2::after {
        content: '';
    position: absolute;
    background: url("/img/gpn/lpdog/shiba/img_points-head2.png") no-repeat center center / cover;
    height: 150px;
    width: 190px;
    top: 6%;
    right: calc(50% - 90%);
}

/*lpdog dachshund*/

.lpmv.lpdog--dachshund {
    background: url("/img/gpn/lpdog/dachshund/img_mv_bg.jpg") no-repeat center center / cover;
    background-color: #CEE5EB;
    position: relative;
    max-width: 1280px;
    margin: 0 auto;
}
.lpmv.lpdog--dachshund .fv--catch {
    position: absolute;
    top: 60px;
    left: calc(50% - 500px);
    display: inline-block;
    width: 420px;
}
@media(max-width:1079px) {
    .lpmv.lpdog--dachshund { 
    }
    .lpmv.lpdog--dachshund .fv--catch {
        left: -3%;
        width: 400px;
        transition: .3s;
    }
}

#lpdog-dachshund .lpdogHead {
    background-color: #CEE5EB;
    padding-bottom: 0;
    /* margin-bottom: 30px; */
}

#lpdog-dachshund .lpdog--probrem--taskBox{
    padding-top: 240px;
    background: url("/img/gpn/lpdog/dachshund/img_probrem-task.png") no-repeat center bottom;
    height: 640px;
    margin-bottom: 5rem;
}

#lpdog-dachshund .lpdog--probrem--under {
    background: url("/img/gpn/lpdog/dachshund/img_under-bg.jpg") no-repeat center bottom / cover;
    text-align: center;
    height: 720px;
    position: relative;
}
/*#lpdog-dachshund .lpdog--points {
    background: url("/img/gpn/lpdog/dachshund/img_points-bg.jpg") repeat center center;
}*/

#lpdog-dachshund .lpdog--points .ttlBlock h2::before{
    background: none;
}
#lpdog-dachshund .lpdog--points .ttlBlock h2::after {
    content: '';
    position: absolute;
    background: url("/img/gpn/lpdog/dachshund/img_points-head2.png") no-repeat center center / cover;
    height: 150px;
    width: 190px;
    top: 6%;
    right: calc(50% - 90%);
}



/*lpdog chihuahua*/
.lpmv.lpdog--chihuahua {
    background: url("/img/gpn/lpdog/chihuahua/img_mv_bg.jpg") no-repeat center center / cover;
    background-color: #BDDBE3;
    position: relative;
    max-width: 1280px;
    margin: 0 auto;
}
.lpmv.lpdog--chihuahua .fv--catch {
    position: absolute;
    top: 60px;
    left: calc(50% - 500px);
    display: inline-block;
    width: 420px;
}
@media(max-width:1079px) {
    .lpmv.lpdog--chihuahua { 
    }
    .lpmv.lpdog--chihuahua .fv--catch {
        left: -3%;
        width: 400px;
        transition: .3s;
    }
}

#lpdog-chihuahua .lpdog--probrem--taskBox{
    padding-top: 240px;
    background: url("/img/gpn/lpdog/chihuahua/img_probrem-task.png") no-repeat center bottom;
    height: 640px;
    margin-bottom: 5rem;
}

#lpdog-chihuahua .lpdog--probrem--under {
    background: url("/img/gpn/lpdog/chihuahua/img_under-bg.jpg") no-repeat center bottom / cover;
    text-align: center;
    height: 720px;
    position: relative;
}
#lpdog-chihuahua .lpdog--points {
    background: url("/img/gpn/lpdog/chihuahua/img_points-bg.jpg") repeat center center;
}

#lpdog-chihuahua .lpdog--points .ttlBlock h2::before{
    background: none;
}
#lpdog-chihuahua .lpdog--points .ttlBlock h2::after {
    content: '';
    position: absolute;
    background: url("/img/gpn/lpdog/chihuahua/img_points-head2.png") no-repeat center center / cover;
    height: 150px;
    width: 190px;
    top: 6%;
    right: calc(50% - 90%);
}

/*
    Add 2024.06.03
    Small Dog Now Flesh Trial
*/

.small-dog-trial-ttl {
    display: none;
}

/* Common */
#lp.small-dog-trial .sp {
    display: none;
}
.small-dog-trial .ctabtn-box .ctabtn {
    display: inline-block;
    border: #E16C13 solid 2px;
    background-color: #E16C13;
    text-decoration: none;
    color: #FFF;
    font-size: 24px;
    font-weight: bold;
    width: 100%;
    text-align: center;
    border-radius: 3px;
    max-width: 350px;
    height: 80px;
    line-height: 76px;
    padding: 0px 0px 0px 10px;
    transition: .3s;
    position: relative;
}
.small-dog-trial .ctabtn-box .ctabtn::before {
    content: "";
    width: 12px;
    height: 12px;
    border-right: #FFF solid 2px;
    border-bottom: #FFF solid 2px;
    position: absolute;
    top: 50%;
    left: 20px;
    transform: translateY(-50%) rotate(-45deg);
    transition: .3s;
}
.small-dog-trial .ctabtn-box .ctabtn:hover {
    background-color: #FFF;
    color: #E16C13;
}
.small-dog-trial .ctabtn-box .ctabtn:hover::before {
    border-color: #E16C13;
}

/*FV*/
#lp.small-dog-trial .trialHead {
    padding: 40px 0;
    background-color: #F6F4DF;
}
#lp.small-dog-trial .trialHead .ctabtn-box {
    margin-top: 40px;
}

/* Section01 */
#lp.small-dog-trial .trialMainWrap, #lp.small-dog-trial .intro .trial-inner {
    padding-bottom: 0;
}
#lp.small-dog-trial .lpdog--probrem--under {
    height: auto;
    padding: 1px 0 60px;
    background: url("/img/trial/img_under-bg_smalldog_trial.jpg") no-repeat center center / cover;
}
#lp.small-dog-trial .lpdog--probrem--under .lpdog--probrem--under--textBox h1 {
    margin-top: 0;
}
#lp.small-dog-trial .lpdog--probrem--under--item {
    top: 230px;
    bottom: auto;
}
#lp.small-dog-trial .small-dog-now-trial-pic {
    width: 1080px;
    margin: 460px auto 0;
    padding: 30px 15px;
    background-color: rgba(255,255,255,.9);
    border-radius: 10px;
}
#lp.small-dog-trial .small-dog-now-trial-pic h3 {
    margin-bottom: 30px;
    font-size: 24px;
}
#lp.small-dog-trial .small-dog-now-trial-pic .dog-pic-wrapper {
    display: flex;
    padding-left: 0;
}
#lp.small-dog-trial .small-dog-now-trial-pic .dog-pic-wrapper li {
    list-style: none;
    margin: 0 15px;
}
#lp.small-dog-trial .small-dog-now-trial-pic .dog-pic-wrapper li p {
    margin-top: 10px;
}
#lp.small-dog-trial .small-dog-now-trial-pic .dog-pic-wrapper li span {
    display: block;
}

/* Section02 */
#lp.small-dog-trial .lpdog--ingredient .lpdog--ingredient--head {
    margin-top: 0;
}
#lp.small-dog-trial .lpdog--ingredient ul,
#lp.small-dog-trial .lpdog--ingredient li {
    padding-left: 0;
}
#lp.small-dog-trial .lpdog--ingredient li {
    list-style: none;
}
#lp.small-dog-trial .lpdog--ingredient p {
    font-size: 1.6rem;
    line-height: 1.8;
}

/* Section03 */
#lp.small-dog-trial .trial-itemBox > dl dt.dog-title{
    width: 100%;
    text-align: center;
}
#lp.small-dog-trial .trial-itemBox > dl dt.dog-title h2{
    font-size: 36px;
    margin: 0.5em 0 1em;
    color: #333333;
    background: transparent;
}
#lp.small-dog-trial .trial-itemBox > dl dd{
    width: 70%;
    margin: 0;
    padding: 0 0 0 30px;
}
#lp.small-dog-trial .trial-itemBox > dl dd h2{
        margin: 0 0 1em;
        background-color: transparent;
        color: black;
}
#lp.small-dog-trial .trial-itemBox > dl dd p{
        font-size: 16px;
    line-height: 1.8;
    margin: 0 0 1em;
}
#lp.small-dog-trial .trial-itemBox > dl dd a{
    text-align: center;
    color: white;
    font-size: 14px;
    padding: .5em 1em;
    display: inline-block;
}
#lp.small-dog-trial .trial-itemBox > dl dd a + a{
    margin-left: .25em;
}
#lp.small-dog-trial .trial-itemBox > 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.small-dog-trial .trial-itemBox > dl dd.dog-lead img{
    width: 25%!important;
    height: auto;
}
#lp.small-dog-trial .trial-itemBox > dl dd.dog-lead p{
    width: 73%;
}

#lp.small-dog-trial .trial-itemBox .uppercopy {
    margin-top: 40px;
    font-size: 20px;
    margin-bottom: 20px;
    text-align: center;
}
#lp.small-dog-trial .trial-itemBox .sectionTtl {
    font-size: 24px;
    margin-bottom: 50px;
}
#lp.small-dog-trial .trial-itemBox .sectionTtl span {
    margin-top: 10px;
}

#lp.small-dog-trial .trial-itemBox .trial--itemSpeckBox {
    padding-top: 0;
}
#lp.small-dog-trial .trial-itemBox .trial--itemSpeckBox h3 span {
    color: #000;
    margin-bottom: 20px;
}
#lp.small-dog-trial .trial-itemBox .trial--itemSpeckBox dt {
    color: #E16C13;
}

/* FAQ */
#lp.small-dog-trial #faq {
    background-color: transparent;
    padding-top: 30px
}
#lp.small-dog-trial #faq .trial-itemWrap {
    background-color: #F4F1DE;
}

/* CTA */
#lp.small-dog-trial .smalldog-trial-cta {
    padding: 60px 0 20px;
    background-color: #F4F1DE;
}
#lp.small-dog-trial .smalldog-trial-cta .trial-inner {
    max-width: 980px;
    margin: 0 auto;
}
.smalldog-trial-cta-copy {
    width: 660px;
    margin: 0 auto;
    background-color: #412800;
    color: #FFF;
    border-radius: 10px;
    position: relative;
    padding: 20px 0;
    text-align: center;
    font-size: 24px;
    margin-bottom: 60px;
}
.smalldog-trial-cta-copy::before {
    content: "";
    width:0;
    height:0;
    border-style:solid;
    border-width: 21px 21px 0 21px;
    border-color: #412800 transparent transparent transparent;
    position: absolute;
    bottom: -21px;
    left: 50%;
    transform: translateX(-50%);
}
.smalldog-trial-ctainner {
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.smalldog-trial-ctainner figure {
    width: 425px;
}
.smalldog-trial-ctainner .smalldog-trial-item.cta_txt {
    width: calc(100% - 80px - 425px);
    text-align: center;
}
.smalldog-trial-ctainner .smalldog-trial-item.cta_txt .smalldog-trial-item-cta_ttl {

}
.smalldog-trial-ctainner .smalldog-trial-item.cta_txt .smalldog-trial-item-cta_ttl span {
    display: block;
    color: #412800;
}
.smalldog-trial-ctainner .smalldog-trial-item.cta_txt .smalldog-trial-item-cta_ttl .cta_ttl_s {
    font-size: 20px;
    margin-bottom: 10px;
}
.smalldog-trial-ctainner .smalldog-trial-item.cta_txt .smalldog-trial-item-cta_ttl .cta_ttl_m {
    font-size: 30px;
}
.smalldog-trial-ctainner .smalldog-trial-item.cta_txt .smalldog-trial-item-cta_ttl .cta_ttl_l {
    font-size: 54px;
    color: #E16C13;
}

.smalldog-trial-ctainner .smalldog-trial-item.cta_txt .cta_pricetxt {
    margin-top: 10px;
}
.smalldog-trial-ctainner .smalldog-trial-item.cta_txt .cta_pricetxt .cta_pricecopy {
    position: relative;
    font-size: 21px;
    display: inline-block;
    text-align: left;
    transform: rotate(-5deg);
    margin-right: 20px;
}
.smalldog-trial-ctainner .smalldog-trial-item.cta_txt .cta_pricetxt .cta_pricecopy strong {
    color: #412800;
    font-size: 29px;
    font-weight: bold;
    display: block;
}
.smalldog-trial-ctainner .smalldog-trial-item.cta_txt .cta_pricetxt .cta_pricecopy::before,
.smalldog-trial-ctainner .smalldog-trial-item.cta_txt .cta_pricetxt .cta_pricecopy::after {
    content:"";
    width: 100%;
    height: 1px;
    background-color: #412800;
    position: absolute;
    left: 0;
}
.smalldog-trial-ctainner .smalldog-trial-item.cta_txt .cta_pricetxt .cta_pricecopy::before {
    top: -10px;
    transform: rotate(-5deg);
}
.smalldog-trial-ctainner .smalldog-trial-item.cta_txt .cta_pricetxt .cta_pricecopy::after {
    bottom: -10px;
    transform: rotate(5deg);
}
.smalldog-trial-ctainner .smalldog-trial-item.cta_txt .cta_pricetxt .cta_price_l {
    color: #412800;
    font-size: 96px;
    font-weight: bold;
    margin-right: 10px;
}
.smalldog-trial-ctainner .smalldog-trial-item.cta_txt .cta_pricetxt .cta_price_txts {
    color: #412800;
    font-size: 34px;
}
.smalldog-trial-ctainner .smalldog-trial-item.cta_txt .ctabtn-box {
    position: relative;
    margin-top: 60px;
}
.smalldog-trial-ctainner .smalldog-trial-item.cta_txt .ctabtn-box .microcopy {
    position: absolute;
    top: -35px;
    font-size: 16px;
}
.smalldog-trial-ctainner .smalldog-trial-item.cta_txt .ctabtn-box .microcopy::before,
.smalldog-trial-ctainner .smalldog-trial-item.cta_txt .ctabtn-box .microcopy::after {
    content: "";
    width: 1px;
    height: 100%;
    background-color: #412800;
    position: absolute;
    top: 50%;
}
.smalldog-trial-ctainner .smalldog-trial-item.cta_txt .ctabtn-box .microcopy::before {
    left: -10px;
    transform: translateY(-50%) rotate(-10deg);
}
.smalldog-trial-ctainner .smalldog-trial-item.cta_txt .ctabtn-box .microcopy::after {
    right: -10px;
    transform: translateY(-50%) rotate(10deg);
}
.trial--note {
    margin-top: 50px;
    font-size: 16px;
}

@media(max-width:767px) {
    /* Common */
    #lp.small-dog-trial .sp {
        display: inline;
    }
    .small-dog-trial .ctabtn-box .ctabtn {
        font-size: 19px;
        max-width: 320px;
        height: auto;
        line-height: 1.5;
        padding: 2rem;
    }
    .small-dog-trial .ctabtn-box .ctabtn::before {
        content: "";
        width: 12px;
        height: 12px;
        border-right: #FFF solid 2px;
        border-bottom: #FFF solid 2px;
        position: absolute;
        top: 50%;
        left: 20px;
        transform: translateY(-50%) rotate(-45deg);
        transition: .3s;
    }
    .small-dog-trial .ctabtn-box .ctabtn:hover {
        background-color: #FFF;
        color: #E16C13;
    }
    .small-dog-trial .ctabtn-box .ctabtn:hover::before {
        border-color: #E16C13;
    }
    
    /*FV*/
    #lp.small-dog-trial .lp-main.trialHead {
        padding: 20px 4%;
        background-color: #F6F4DF;
    }
    #lp.small-dog-trial .trialHead .ctabtn-box {
        margin-top: 20px;
    }
    
    /* Section01 */
    #lp.small-dog-trial .trialMainWrap, #lp.small-dog-trial .intro .trial-inner {
        padding: 20px 0;
    }
    #lp.small-dog-trial .lpdog--probrem--under {
        height: auto;
        padding: 1px 0 0;
        background-image: none;
    }
    #lp.small-dog-trial .lpdog--probrem--under .lpdog--probrem--under--textBox h1 {
        margin-top: 0;
        font-size: 3.2rem;
    }
    #lp.small-dog-trial .lpdog--probrem--under .lpdog--probrem--under--textBox p {
        font-size: 1.8rem;
    }
    /* #lp.small-dog-trial .lpdog--probrem--under--item {
        top: 230px;
        bottom: auto;
    } */
    #lp.small-dog-trial .small-dog-now-trial-pic {
        width: 100%;
        max-width: 1080px;
        margin: 0 auto 0;
        padding: 30px 15px;
    }
    #lp.small-dog-trial .small-dog-now-trial-pic h3 {
        margin-bottom: 30px;
        font-size: 19px;
        color: #412800;
    }
    #lp.small-dog-trial .small-dog-now-trial-pic .dog-pic-wrapper {
        flex-wrap: wrap;
        /* padding-left: 0; */
    }
    #lp.small-dog-trial .small-dog-now-trial-pic .dog-pic-wrapper li {
        width: 46%;
        margin: 0;
    }
    #lp.small-dog-trial .small-dog-now-trial-pic .dog-pic-wrapper li:nth-child(2n) {
        margin-left: 6%;
    }
    #lp.small-dog-trial .small-dog-now-trial-pic .dog-pic-wrapper li:nth-child(n+3) {
        margin-top: 6%;
    }
    
    /* Section02 */
    #lp.small-dog-trial .lpdog--ingredient {
        padding-top: 0;
        padding-bottom: 0;
    }
    #lp.small-dog-trial .lpdog--ingredient .lp-container {
        padding-left: 6%;
        padding-right: 6%;
    }
    #lp.small-dog-trial .lpdog--ingredient .lpdog--ingredient--head {
        margin-top: 0;
    }
    #lp.small-dog-trial .lpdog--ingredient .lpdog--ingredient--head h2 {
        font-size: 2.8rem;
    }
    #lp.small-dog-trial .lpdog--ingredient ul {
        flex-wrap: wrap;
    }
    #lp.small-dog-trial .lpdog--ingredient li {
        width: 48%;
    }
    #lp.small-dog-trial .lpdog--ingredient li:nth-child(n+3) {
        margin-top: 6%;
    }
    #lp.small-dog-trial .lpdog--ingredient p {
        font-size: 1.6rem;
        line-height: 1.8;
    }
    #lp.small-dog-trial .lpdog--ingredient .block--meat {
        display: block;
        padding: 6%;
    }
    #lp.small-dog-trial .lpdog--ingredient .block--meat .block--meat--inner,
    #lp.small-dog-trial .lpdog--ingredient .block--meat figure {
        width: 100%;
    }
    #lp.small-dog-trial .lpdog--ingredient .block--meat .block--meat--inner {
        margin-bottom: 2rem;
    }
    #lp.small-dog-trial .lpdog--ingredient .block--meat .block--meat--inner h3 {
        font-size: 2.1rem;
        margin-bottom: 2rem;
        color: #FFF;
    }
    
    /* Section03 */
    #lp.small-dog-trial .trial-itemBox > dl dt.dog-title{
        width: 100%;
        text-align: center;
    }
    #lp.small-dog-trial .trial-itemBox > dl dt.dog-title h2{
        font-size: 20px;
        margin: 0.5em 0 1em;
        color: #333333;
        background: transparent;
    }
    #lp.small-dog-trial .trial-itemBox > dl dd{
        width: 70%;
        margin: 0;
        padding: 0;
    }
    #lp.small-dog-trial .trial-itemBox > dl dd h2{
        margin: 0 0 1em;
        background-color: transparent;
        color: black;
    }
    #lp.small-dog-trial .trial-itemBox > dl dd p{
        font-size: 14px;
        line-height: 1.8;
        margin: 0;
    }
    #lp.small-dog-trial .trial-itemBox .uppercopy {
        margin-top: 40px;
        font-size: 16px;
        margin-bottom: 10px;
    }
    #lp.small-dog-trial .trial-itemBox .sectionTtl {
        font-size: 20px;
        margin-bottom: 30px;
    }
    #lp.small-dog-trial .trial-itemBox .sectionTtl span {
        margin-top: 10px;
        font-size: 14px;
    }
    
    #lp.small-dog-trial .trial-itemBox .trial--itemSpeckBox {
        padding-top: 0;
    }
    #lp.small-dog-trial .trial-itemBox .trial--itemSpeckBox h3 span {
        color: #000;
        margin-bottom: 20px;
    }
    #lp.small-dog-trial .trial-itemBox .trial--itemSpeckBox dt {
        color: #E16C13;
    }
    
    /* FAQ */
    #lp.small-dog-trial #faq {
        background-color: transparent;
        padding-top: 0px;
        padding-bottom: 0px;
        margin-bottom: 10px;
    }
    #lp.small-dog-trial #faq .trial-itemWrap {
        background-color: #F4F1DE;
        margin-bottom: 0;
    }
    
    /* CTA */
    #lp.small-dog-trial .smalldog-trial-cta {
        padding: 60px 4% 20px;
        background-color: #F4F1DE;
    }
    #lp.small-dog-trial .smalldog-trial-cta.last {
        margin-bottom: 20px;
    }
    #lp.small-dog-trial .smalldog-trial-cta .trial-inner {
        max-width: 980px;
        margin: 0 auto;
    }
    .smalldog-trial-cta-copy {
        width: 100%;
        padding: 20px;
        font-size: 16px;
        margin-bottom: 20px;
    }
    .smalldog-trial-cta-copy::before {
        border-width: 15px 15px 0 15px;
        bottom: -15px;
    }
    .smalldog-trial-ctainner {
        display: block;
    }
    .smalldog-trial-ctainner figure {
        width: 100%;
        margin-bottom: 20px;
    }
    .smalldog-trial-ctainner .smalldog-trial-item.cta_txt {
        width: 100%;
    }
    .smalldog-trial-ctainner .smalldog-trial-item.cta_txt .smalldog-trial-item-cta_ttl {
    
    }
    /* .smalldog-trial-ctainner .smalldog-trial-item.cta_txt .smalldog-trial-item-cta_ttl span {
        display: block;
        color: #412800;
    } */
    .smalldog-trial-ctainner .smalldog-trial-item.cta_txt .smalldog-trial-item-cta_ttl .cta_ttl_s {
        font-size: 16px;
        /* margin-bottom: 10px; */
    }
    .smalldog-trial-ctainner .smalldog-trial-item.cta_txt .smalldog-trial-item-cta_ttl .cta_ttl_m {
        font-size: 24px;
    }
    .smalldog-trial-ctainner .smalldog-trial-item.cta_txt .smalldog-trial-item-cta_ttl .cta_ttl_l {
        font-size: 36px;
    }
    
    .smalldog-trial-ctainner .smalldog-trial-item.cta_txt .cta_pricetxt {
        margin-top: 10px;
    }
    .smalldog-trial-ctainner .smalldog-trial-item.cta_txt .cta_pricetxt .cta_pricecopy {
        font-size: 16px;
        margin-right: 20px;
    }
    .smalldog-trial-ctainner .smalldog-trial-item.cta_txt .cta_pricetxt .cta_pricecopy strong {
        font-size: 20px;
    }
    .smalldog-trial-ctainner .smalldog-trial-item.cta_txt .cta_pricetxt .cta_price_l {
        font-size: 70px;
        margin-right: 10px;
    }
    .smalldog-trial-ctainner .smalldog-trial-item.cta_txt .cta_pricetxt .cta_price_txts {
        font-size: 20px;
    }
    .smalldog-trial-ctainner .smalldog-trial-item.cta_txt .ctabtn-box {
        position: relative;
        margin-top: 60px;
    }
    .smalldog-trial-ctainner .smalldog-trial-item.cta_txt .ctabtn-box .microcopy {
        position: absolute;
        top: -35px;
        font-size: 14px;
    }
    #lp.small-dog-trial .smalldog-trial-cta .trial--note {
        margin-top: 20px;
        font-size: 12px;
    }
    
}

/*  add 24.07.01
------------------------*/
.lp-now-select dl dl dd .dog-pic-wrapper a {
    padding: 0;
    color: inherit;
    text-decoration: none;
}

.lp-select dl.lp-select-list dl dd a + a.amazon_btn {
    margin-left: auto;
    border: none;
}
