#visual {
    background: url(../img/campaign_bg.webp) repeat-y center;
}

/* ---------#plan ---------*/
#plan .bottom {
    background: url(../img/campaign_bg.webp) repeat-y center;
}

#plan .bottom {
    padding: 1rem 0 ;
}
#plan .lead {
    font-family: jaf-domus-titling-web, 'Zen Maru Gothic';
    font-weight: 900;
    font-size: 2.6rem;
    color: #EF868F;
    line-height: 1.0;
}

#plan .lead .lead__sub{
    font-size: 1.6rem;
}

#plan .lead .lead__main {
    position: relative;
    display: inline-block;
    margin: 1rem 0 .6rem;
    padding: 0 2.5rem
}

#plan .lead .lead__main:after,
#plan .lead .lead__main:before {
    content: '';
    position: absolute;
    margin: auto;
    bottom: 0;
    width: .2rem;
    border-radius: 5rem;
    height: 3rem;
    background: #EF868F
}

#plan .lead .lead__main:before {
    left: 1rem;
    transform: rotate(-30deg)
}

#plan .lead .lead__main:after {
    right: 1rem;
    transform: rotate(30deg)
}

#plan .bottom .type {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 50%));
    column-gap: 1rem;
    margin-bottom: 1.5rem;
}

#plan .bottom .type>dl {
    position: relative;
    border-radius: .8rem .8rem 0 .8rem;
    border: .2rem solid #2f6e4b;
    overflow: hidden;
    box-shadow: 0 .5rem .5rem rgba(190, 175, 154, .5)
}

#plan .bottom .type>dl:after {
    content: '';
    position: absolute;
    margin: auto;
    bottom: 0;
    right: 0;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 0 0 2rem 2rem;
    border-color: transparent transparent #2f6e4b transparent
}

#plan .bottom .type>dl.senior {
    border: .2rem solid #a5609e
}

#plan .bottom .type>dl.senior:after {
    border-color: transparent transparent #a5609e transparent
}

#plan .bottom .type>dl.senior dt {
    background: #a5609e
}

#plan .bottom .type dt {
    color: #fff;
    background: #2f6e4b;
    font-size: 1.4rem;
    padding: .2rem 0 0
}

#plan .bottom .type dd {
    font-family: jaf-domus-titling-web, 'Zen Maru Gothic';
    font-weight: 900;
    padding: 1rem;
    background-color: #fff;
}

#plan .bottom .type dd h3 {
    font-size: 1.4rem
}

#plan .bottom .type dd .product {
    display: flex;
    justify-content: center;
    line-height: 0;
    margin: .5rem 0
}

#plan .bottom .type dd .product span {
    border-radius: .7rem;
    padding: .5rem 1.5rem
}

#plan .bottom .type dd .product span+span {
    margin-left: .5rem
}

#plan .bottom .type dd .product span img {
    width: auto;
    height: 1.2rem
}

#plan .bottom .type dd .age {
    font-size: 1.6rem;
    line-height: 1
}

#plan .bottom .type dd .age em {
    font-size: 2.6rem
}

#plan .bottom .end {
    font-family: jaf-domus-titling-web, 'Zen Maru Gothic';
    font-weight: 900;
    font-size: 2rem;
}

#plan .bottom .end em {
    font-size: 2.4rem;
    color: #d3470c
}

/* ---------#service ---------*/
#service {
    padding: 0 0 1rem;
    background: url(../img/campaign_bg.webp) repeat-y center;
}

#service .lead {
    font-family: jaf-domus-titling-web, 'Zen Maru Gothic';
    font-weight: 900;
    font-size: 1.5rem
}

#service .lead+.lead {
    margin-top: 2rem;
}

#service .lead span {
    display: inline-block;
    margin-bottom: .6rem;
    padding: 0 2.8rem
}
#service h2:before {
    left: 5rem
}

#service h2:after {
    right: 5rem
}

#service .box {
    margin-top: 2rem
}

#service .box h3 {
    font-family: jaf-domus-titling-web, 'Zen Maru Gothic';
    font-weight: 900;
    border-radius: .8rem .8rem 0 0;
    background: #8dc220;
    color: #fff;
    font-size: 2.2rem;
    padding: 1rem 0
}

#service .box h3 em {
    font-size: 2.5rem;
    line-height: 1
}

#service .box .inner {
    background: #fff;
    padding: 2rem 1.5rem 1.5rem;
    border-radius: 0 0 .8rem .8rem;
    border: .1rem solid #e8cca5;
    border-top: none
}

#service .box .inner .txt {
    font-size: 1.6rem;
    text-align: left;
    margin-top: 2rem
}

#service .box .inner .txt sup {
    position: relative;
    top: -.4rem
}

#service .box .inner .notes {
    text-align: right;
    font-size: 1.2rem;
    margin-top: 1rem;
    color: #2b2b2b
}

#service .measurement picture img {
    width: 26.8rem
}

#service .measurement .example {
    margin-top: 1.5rem
}

#service .measurement .example h4 {
    font-family: jaf-domus-titling-web, 'Zen Maru Gothic';
    position: relative;
    font-weight: 900;
    color: #007048;
    font-size: 1.6rem
}

#service .measurement .example h4:after,
#service .measurement .example h4:before {
    content: '';
    position: absolute;
    margin: auto;
    top: .5rem;
    width: .1rem;
    border-radius: 5rem;
    height: 1.8rem;
    background: #007048
}

#service .measurement .example h4:before {
    left: 2.5rem;
    transform: rotate(-30deg)
}

#service .measurement .example h4:after {
    right: 2.5rem;
    transform: rotate(30deg)
}

#service .measurement .example .img {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 33.3%));
    column-gap: .5rem;
    margin-top: 1rem
}

#service .measurement .example .img .cap {
    font-size: 1rem;
    margin-top: 1rem
}

#service .line .inner {
    text-align: left
}

#service .line .inner h4 {
    color: #d3470c;
    font-size: 1.8rem;
    margin-top: 1.5rem
}

#service .line .inner .txt {
    margin-top: .7rem
}

/* ---------#result ---------*/
#result{
    background: url(../img/campaign_bg.webp) repeat-y center;
    padding: 2rem 0;
}
#result dl {
    margin-top: 1rem;
    padding: 0 1rem
}

#result dl dt {
    background: #8dc220;
    border-radius: 10rem;
    color: #fff;
    font-size: 1.6rem;
    padding: .3rem 0 0
}

#result dl dd {
    margin-top: 1.5rem;
    padding: 0 2rem
}

#result dl dd .notes {
font-size: 1.2rem;
color: #7c7c7c;
text-align: right;
}

#result .share {
    padding: 0 3rem
}

#result .share .notes {
    text-align: left;
    font-size: 1.2rem;
    color: #7c7c7c;
    margin-top: 1rem
}
/* ---------#step ---------*/
#step {
    background: url(../img/campaign_bg.webp) repeat-y center;
    padding: 1rem 0;
}

#step .hd span {
    font-size: 2.2rem;
    letter-spacing: -0.03em;
    padding-left: 1rem;
}
#step .m_box_product .hd span:before{
    display: none;
}
#step .m_box_product .hd span:after {
    content: '';
    position: absolute;
    margin: auto;
    top: 0.2rem;
    right: -0.2rem;
    width: 3rem;
    height: 3rem;
    background: url(../img/hd3_footprint02.png) no-repeat center;
    background-size: 100% auto;
}
#step .step1 {
    margin-top:2rem;
}
#step .step2 {
    margin-top:2.8rem;
}


#step .m_box_fixed::before {
    content: "";
    position: absolute;
    width: 4.5rem;
    height: 4.5rem;
    background: #76b82a;
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
    color: #fff;
    font-weight: bold;
    font-size: 2.5rem;
    line-height: 4rem;
    z-index: 99;
    font-family: jaf-domus-titling-web, 'Zen Maru Gothic';
    top: -2rem;
    left: 0.5rem;
}

#step .m_box_fixed.step1::before {
    content: "1";
}

#step .m_box_fixed.step2::before {
    content: "2";
}

#step .step_title {
    font-size: 1.7rem;
    font-weight: 700;
    margin-bottom: 1.5rem;
    text-align: center;
    background: #e6f2d3;
    border: 0.3rem solid #007048;
    border-radius: 1rem;
    padding: 1rem 0.5rem;
}

#step .step_title a {
    color: #d3470c;
    text-decoration: underline;
}

#step .step2 .step_title span {
    margin-top: 0.5rem;
    font-size:1.2rem ;
    display: inline-block;
    line-height:1.3 ;
}


#step .step1_list {
    display: flex;
    flex-direction: column;
    gap: 0.5rem;
}

#step .step1_list li {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

#step .step1_list li picture {
    width: 33%;
}

#step .step1_list li img {
    width: 100%;
    height: auto;
    max-width: 250px;
}

#step .step1_list li p {
    font-size: 1.2rem;
    text-align: left;
    width: 64%;
    line-height: 1.6;
}
.step-arrow{
    width: 0;
    height: 0;
    margin: 1.5rem auto;
    border-left: 100px solid transparent;
    border-right: 100px solid transparent;
    border-top: 65px solid #5d3b2d;
}

/* ---------#campaign ---------*/

#campaign {
    background: url(../img/campaign_bg.webp) repeat-y center;
    padding: 0 0 1.5rem
}

#campaign .ribbon_title{
    font-family: jaf-domus-titling-web, 'Zen Maru Gothic';
    font-size: 2.4rem;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    padding: 0.3em 40px;
    background: #007048;
    color: #fff;
    box-sizing: border-box;
    position: relative;
    line-height: 1.2;
}

#campaign .ribbon_title::before,
#campaign .ribbon_title::after{
    content:"";
    position:absolute;
    top: 0;
    width: 15px;
    height: 100%;
    background: #e6e7d7;
    clip-path: polygon(0 0, 100% 50%, 0 100%);
}

#campaign .ribbon_title::before{
    left: 0;
}

#campaign .ribbon_title::after{
    right: 0;
    transform: scaleX(-1);
}

#campaign .m_box_fixed{
    margin-top: 1.5rem;
}
#campaign .lead {
    font-family: jaf-domus-titling-web, 'Zen Maru Gothic';
    font-weight: 900;
    font-size: 1.5rem
}

#campaign .lead+.lead {
    margin-top: 1rem;
}

#campaign .lead span {
    position: relative;
    display: inline-block;
    margin: 1rem 0 .6rem;
    padding: 0 2.8rem
}

#campaign .lead_small {
    font-family: jaf-domus-titling-web, 'Zen Maru Gothic';
    font-weight: 900;
    font-size: 1.2rem;
    margin-top:1.2rem
}

#campaign .lead span:after,
#campaign .lead span:before {
    content: '';
    position: absolute;
    margin: auto;
    top: 1.3rem;
    width: .2rem;
    border-radius: 5rem;
    height: 2rem;
    background: #5d3b2d
}

#campaign .lead span:before {
    left: 1rem;
    transform: rotate(-30deg)
}

#campaign .lead span:after {
    right: 1rem;
    transform: rotate(30deg)
}

#campaign .product {
    margin: 1.5rem 0;
}

/* carepuree */
#campaign .carepuree{
    margin-top: 2.5rem;
}
#campaign .carepuree h2 {
    font-family: jaf-domus-titling-web, 'Zen Maru Gothic';
    font-size: 2rem;
    margin-bottom: 10px;
}
#campaign .carepuree .lead_small {
    text-align: center;
    margin-top: 0;
}
#campaign .carepuree .carepuree_copy {
    font-family: jaf-domus-titling-web, 'Zen Maru Gothic';
}

#campaign .carepuree p {
    text-align: left;
}

#campaign .carepuree .carepuree_copy {
    padding-left: 40px;
}

#campaign .carepuree p span.underline {
    background: url(../img/why_middle_caution_bg.svg) no-repeat bottom center;
    padding: 0 2px 8px;
    background-size: 100% auto;
}

#campaign .carepuree .carepuree_logo img {
    width: 100%;
}

#campaign .carepuree picture img {
    width: 90%;
}

#campaign .carepuree picture img+img {
    margin-top: 20px;
}

#campaign .carepuree .carepuree_detail{
    margin-top: 1rem;

}
#campaign .carepuree .carepuree_detail .product-title__name {
    font-family: jaf-domus-titling-web, 'Zen Maru Gothic';
    font-size: 1.6rem;
}
#campaign .carepuree .carepuree_detail .product-title__volume {
    font-family: Roboto, 'Noto Sans JP', YuGothic, 'Yu Gothic', Meiryo, 'メイリオ', 'MS PGothic', 'ＭＳ Ｐゴシック', sans-serif;
}

#campaign .carepuree .carepuree_detail p {
    font-size: 1.4rem;
    text-align: center;
    font-family: jaf-domus-titling-web, 'Zen Maru Gothic';
    letter-spacing: 0;
}



#campaign .present {
    margin-top: 1.5rem;
    border-radius: .8rem;
    overflow: hidden
}

#campaign .present dt {
    font-family: jaf-domus-titling-web, 'Zen Maru Gothic';
    background: #007048;
    color: #fff;
    font-size: 1.8rem;
    padding: .5rem
}

#campaign .present dt em {
    font-size: 2.3rem;
    margin: 0 .3rem;
    color: #d3470c;
    text-shadow: .1rem .1rem 0 #fff, -.1rem -.1rem 0 #fff, -.1rem .1rem 0 #fff, .1rem -.1rem 0 #fff, 0 .1rem 0 #fff, -.1rem 0 #fff, -.1rem 0 0 #fff, .1rem 0 0 #fff
}

#campaign .present dd {
    background: #fff;
    border: .1rem solid #d7c7b5;
    border-top: none;
    padding: 0 1rem;
    border-radius: 0 0 .8rem .8rem;
    text-align: left
}

#campaign .m_box_product ul li a{
    pointer-events: none;
    cursor: default;
    padding-right: 3rem;
}

#campaign .m_box_product ul li a:after {
    background: none;
}

#campaign .overview {
    margin-top: 1.5rem;
    background: #fff;
    border-radius: .8rem;
    padding: 1.5rem;
    text-align: left
}

#campaign .overview h3 {
    font-size: 1.8rem;
    text-align: center
}

#campaign .overview dl {
    margin-top: 1.5rem
}

#campaign .overview dl dt {
    display: inline-block;
    background: #007048;
    border-radius: 10rem;
    color: #fff;
    font-size: 1.4rem;
    padding: .3rem 2rem 0
}

#campaign .overview dl dd {
    font-size: 1.2rem;
    margin-top: 1rem
}

#campaign .overview dl dd em {
    font-weight: 900
}

#campaign .overview dl dd sup {
    position: relative;
    top: -.3rem
}

#campaign .overview dl dd .notes {
    margin-top: 1rem
}

#campaign .overview li {
    padding-left: 1em;
    text-indent: -1em;
}

/* 240828_フッター追従CTA追加 */
#l_footer {
    padding-bottom: 5.8rem;
}

#fixedCta {
    position: fixed;
    bottom: 0;
    left: 50%;
    width: 37.5rem;
    background-color: #fff;
    transform: translateX(-50%);
    z-index: 100;
    line-height: 1.15;
}

#fixedCta .wrap {
    padding: .4rem .4rem;
}

#fixedCta ul.list {
    display: flex;
    justify-content: center;
    align-items: center;
    column-gap: .4rem;
}

#fixedCta ul.list li {
    width: calc((100% - .4rem) / 2);
}

#fixedCta ul.list li .btn a {
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    height: 100%;
    color: #fff;
    font-size: 1.6rem;
    font-weight: bold;
    text-align: center;
    background-color: #aaa;
    box-shadow: 0 .15rem 0 0 #aaa;
    border-radius: .6rem;
    padding: .7rem .25rem .5rem;
}

#fixedCta ul.list li .btn.-family a {
    background-color: #007048;
    box-shadow: 0 .15rem 0 0 #014D32;
}

#fixedCta ul.list li .btn.-senior a {
    background-color: #A5609E;
    box-shadow: 0 .15rem 0 0 #6C3066;
}

#fixedCta ul.list li .btn a::after {
    content: '';
    position: absolute;
    margin: auto;
    top: 0;
    right: .5rem;
    width: 2rem;
    height: 100%;
    background: url(../img/i_arr_wh.svg) no-repeat center;
    background-size: 0.9rem auto !important;
}