@charset "UTF-8";
/*共通スタイル*/
@keyframes linkLineReverse {
    0% {
        background-size: 100% 1px;
        background-position: bottom right;
    }
    50% {
        background-size: 0 1px; /* 幅(100%=文字の長さ) | 高さ(線の太さ) */
        background-position: bottom right;
    }
    51% {
        background-position: bottom left;
    }
    100% {
        background-size: 100% 1px;
    }
}
/* main colors */
*, *::before, *::after {
    box-sizing: border-box;
}

body, h1, h2, h3, h4, p, figure, blockquote, dl, dd {
    margin: 0;
}

ul[role=list], ol[role=list] {
    list-style: none;
}

html:focus-within {
    scroll-behavior: smooth;
}

body {
    min-height: 100vh;
    text-rendering: optimizeSpeed;
    line-height: 1.5;
}

a:not([class]) {
    -webkit-text-decoration-skip: ink;
    text-decoration-skip-ink: auto;
}

img, picture {
    max-width: 100%;
    display: block;
}

input, button, textarea, select {
    font: inherit;
}

@media (prefers-reduced-motion: reduce) {
    html:focus-within {
        scroll-behavior: auto;
    }
}
:root {
    --header-height: 70px;
    --spacer: 80px;
}
@media (min-width: 600px) {
    :root {
        --header-height: 75px;
    }
}
@media (min-width: 600px) and (min-width: 1200px) {
    :root {
        --header-height: 83px;
        --spacer: 160px;
    }
}

body {
    font-smoothing: antialiased;
    -webkit-text-size-adjust: 100%;
    -webkit-font-smoothing: antialiased;
    -moz-text-size-adjust: 100%;
    text-size-adjust: 100%;
    font-family: "Zen Maru Gothic", "Noto Sans JP", sans-serif !Important;
    color:#704F3E;
    line-height: 1.75;
    font-size: 15px;
    font-feature-settings: "palt";
    letter-spacing: 0.04em;
    font-weight: 500;
}
@media (min-width: 920px) {
    body {
        font-size: 16px;
    }
}

img,
svg {
    display: inline-block;
    max-width: 100%;
    height: auto;
    vertical-align: bottom;
}

svg {
    max-width: 100%;
}

button {
    cursor: pointer;
    background: none;
    border: none;
    padding: 0;
    margin: 0;
}

a {
    color: inherit;
    text-decoration: none;
}
a:hover {
    cursor: pointer !important;
    text-decoration: none;
    color: inherit;
}

ul {
    list-style-type: none;
    padding: 0;
    margin: 0;
}
ul.disc {
    list-style-type: disc;
    padding-left: 1.5em;
    list-style-position: outside;
}

button {
    color: #2D3132;
}

select {
    color: #2D3132;
    background: #fff;
}

.site_wrapper {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    min-height: 100vh;
}

.site_body {
    margin-bottom: auto;
    padding-top: var(--header-height);
}

.container-full {
    width: 100%;
    max-width: calc(1500px + 80px);
    padding: 0 20px;
    margin: 0 auto;
}
@media (min-width: 600px) {
    .container-full {
        padding: 0 40px;
    }
}

.container-base {
    width: 100%;
    max-width: calc(1200px + 40px);
    padding: 0 20px;
    margin: 0 auto;
}
@media (min-width: 600px) {
    .container-base {
        max-width: calc(1200px + 80px);
        padding: 0 40px;
    }
}
.container-base.home {
    width: 100%;
    max-width: calc(1300px + 40px);
    padding: 0 20px;
    margin: 0 auto;
}
@media (min-width: 600px) {
    .container-base.home {
        max-width: calc(1300px + 80px);
        padding: 0 80px;
    }
}

.container-middle {
    width: 100%;
    max-width: calc(1100px + 40px);
    padding: 0 20px;
    margin: 0 auto;
}
@media (min-width: 600px) {
    .container-middle {
        max-width: calc(1100px + 80px);
        padding: 0 40px;
    }
}
.container-small {
    width: 100%;
    max-width: calc(780px + 40px);
    padding: 0 20px;
    margin: 0 auto;
}
@media (min-width: 600px) {
    .container-small {
        max-width: calc(780px + 80px);
        padding: 0 40px;
    }
}
.br{
    display: block;
}
.sp_br{
    display: inline;
}
@media (max-width: 900px) {
    .br{
        display: inline;
    }
    .sp_br{
        display: block;
    }
}

html {
    opacity: 1;
}
a img{
    transition: .6s;
}
a img:hover{
    opacity: .8;
}
.orange{
    color: #ED6C00;
}
.wrap{
    width: 100%;
    overflow-x: hidden;
}
header{
    position: fixed;
    top: 0;
    left: 0;
    z-index: 100;
    background: #FFF;
    box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.10);
    width: 100%;
    padding: 10px 20px;
}
.header_inner{
    width: 100%;
    display: flex;
    justify-content: space-between;
    align-items: center;
}
a.asahi_logo{
    width: 160px;
}
a.head_btn{
    width: 280px;
}
@media (max-width: 600px) {
    a.asahi_logo{
        width: 120px;
    }
    a.head_btn{
        width: 200px;
    }
}

.fv{
    position: relative;
}
.fv_copy{
    position: absolute;
    top: 18%;
    right: 10%;
}
img.famipet_logo{
    width: 270px;
    height: auto;
    margin-bottom: 1.5rem;
}
h1{
    font-weight: bold;
    font-size: 24px;
}

@media (max-width: 900px) {
    .fv_copy{
        position: absolute;
        top: 18%;
        right: auto;
        left: 20px;
        padding-right: 20px;
    }
    img.famipet_logo{
        width: 200px;
        margin-bottom: 1rem;
    }
    h1{
        font-size: 20px;
    }
}


.cta {
    padding: 8rem 0 8rem 0;
}
@media (max-width: 600px) {
    .cta {
        padding: 4rem 0 4rem 0;
    }
}

/*worries*/
.worries{
    position: relative;
    padding-bottom: 8rem;
    width: 100%;
}
.worries:before{
    content: "";
    top: 0;
    width: 100%;
    height: 85%;
    background: #FBF6EE;
    position: absolute;
    z-index: -1;
}
.worries:after{
    content: "";
    background: url("../img/famipet/tail_bg.svg") top center no-repeat;
    background-size: 100% 100%;
    top: 84%;
    width: 100%;
    height: 28vw;
    position: absolute;
    z-index: -1;
}
.worries img.ashiato01{
    position: absolute;
    top: 33%;
    left: -17%;
    width: 500px;
}
.worries img.ashiato02{
    position: absolute;
    bottom: 15%;
    right: -10%;
    width: 500px;
}
.worries_flex{
    display: flex;
    gap: 40px;
    justify-content: space-between;
    position: relative;
    z-index: 10;
    flex-direction: row;
}
.worries_flex picture{
    width: calc(50% - 20px);
}
.worries_flex picture img{
    width: 100%;
}
@media (max-width: 600px) {
    .worries{
        padding-bottom: 2rem;
    }
    .worries_flex{
        gap: 30px;
        flex-direction: column;
        margin-bottom: 3rem;
    }
    .worries_flex picture{
        width: 100%;
    }
    .worries:before{
        height: 95%;
    }
    .worries:after{
        top: 94%;
        height: 32vw;
    }
}
h2{
    text-align: center;
    font-size: min(2.7vw,32px);
    margin: 5rem 0 5rem 0;
    position: relative;
    font-weight: bold;
    white-space: nowrap;
}
h2 small{
    display: block;
    font-size: 20px;
    margin: 10px 0 0 0;
}
h2 small.small{
    display: block;
    font-size: 14px;
    margin: 10px 0 0 0;
    font-weight: 500;
}
h2 .large{
    font-size: min(3.2vw,40px);
}
h2 .middle{
    font-size: min(1.9vw,24px);
    line-height: 1.5;
    display: block;
    margin:10px 0;
}
@media (max-width: 600px) {
    h2{
        font-size: min(4.8vw,21px);
        margin: 1rem 0 3rem 0;
    }
    h2 small{
        font-size: 14px
    }
    h2 .large{
        font-size: min(6vw,25px);
    }
    h2 .middle{
        font-size: min(3.8vw,18px);
    }
    h2 small.small{
        font-size: 13px;
    }
}
h2 .h2_bubble{
    position: relative;
    width: auto;
    display: inline-block;
    padding: 0 5rem;
}
@media (max-width: 600px) {
    h2 .h2_bubble{
        padding: 0 2rem;
    }
}
h2 .h2_bubble:before{
    content: "";
    position: absolute;
    left: 0;
    bottom: 20px;
    background: url("../img/famipet/h2_bubble_L.svg") center center no-repeat;
    width: 64px;
    height: 64px;
    background-size: 100%;
}
h2 .h2_bubble:after{
    content: "";
    position: absolute;
    right: 0;
    bottom: 20px;
    background: url("../img/famipet/h2_bubble_R.svg") center center no-repeat;
    width: 64px;
    height: 64px;
    background-size: 100%;
}
@media (max-width: 600px) {
    h2 .h2_bubble:before{
        bottom: 10px;
        width: 36px;
        height: 36px;
    }
    h2 .h2_bubble:after{
        bottom: 10px;
        width: 36px;
        height: 36px;
    }
}

/*performance*/
.performance_area{
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    grid-template-rows: repeat(2, auto);
    gap: 40px;
}
@media (max-width: 900px) {
    .performance_area{
        grid-template-columns: repeat(1, 1fr);
        grid-template-rows: repeat(1, auto);
        gap: 20px;
    }
}
.performance_block{
    border-radius: 20px;
    background: #FBF6EE;
    padding: 40px;
}
@media (max-width: 600px) {
    .performance_block{
        border-radius: 10px;
        padding: 20px;
    }
}
.performance_block__head{
    display: flex;
    gap: 30px;
    align-items: center;
    border-bottom: 1px solid #704F3E;
    padding: 0 10px 1.3rem 0;
    margin-bottom: 1.5rem;
}
@media (max-width: 600px) {
    .performance_block__head{
        gap: 10px;
        padding: 0 0 15px 0;
        margin-bottom: 1.5rem;
    }
}
.performance_block__head img.p_num{
    width: 64px;
}
@media (max-width: 600px) {
    .performance_block__head img.p_num{
        width: 40px;
    }
}
.performance_block__head span{
    color: #ED6C00;
    font-size: 24px;
    font-weight: 700;
    line-height: 140%;
}
@media (max-width: 600px) {
    .performance_block__head span{
        font-size: 20px;
    }
}
.performance_block li {
    position: relative;
    padding-left: 12px;
    letter-spacing: 1px;
    line-height: 1.4;
    margin-bottom: .3rem;
}
.performance_block li::before {
    content: "";
    position: absolute;
    left: 0;
    top: 0.6rem;
    width: 4px;
    height: 4px;
    border-radius: 50%;
    background-color: #ED6C00;
}
ul.performance_block__list_bottom li{
    font-size: 14px;
}
.data_txt{
    font-size: 13px;
    opacity: .5;
    line-height: 1.4;
    display: block;
    margin: .5rem 0 2rem 0;
}
.performance_block__bottom{
    display: flex;
    padding: 24px;
    flex-direction: column;
    align-items: flex-start;
    gap: 15px;
    border-radius: 12px;
    background: #FFF;
}
.performance_block__bottom__ttl{
    color: #ED6C00;
    font-size: 20px;
    font-weight: 700;
    position: relative;
    padding-left: 15px;
    line-height: 1;
    display: block;
}
@media (max-width: 600px) {
    .performance_block__bottom{
        padding: 15px;
        border-radius: 10px;
    }
    .performance_block__bottom__ttl{
        font-size: 16px;
    }
}
.performance_block__bottom__ttl:before{
    content: "";
    width: 4px;
    height: 100%;
    background: #ED6C00;
    position: absolute;
    top: 0;
    left: 0;
}
.performance_block__sub_ttl{
    display: block;
    padding: 12px 24px 14px 24px;
    border-radius: 30px;
    background:#704F3E;
    color: #ffffff;
    line-height: 1;
    margin-bottom: .7rem;
    font-weight: 700;
}
.performance_block__line{
    display: block;
}
.performance_block__line__ttl{
    color: #ED6C00;
    text-align: center;
    font-size: 19px;
    font-weight: 700;
    line-height: 140%;
    margin: 1.5rem 0 1.5rem 0;
}
.performance_block__line__ttl img{
    margin-bottom: 1rem;
}
img.miraie{
    width: 320px;
    display: block;
    margin: 2rem auto 3rem auto;
}
@media (max-width: 600px) {
    .performance_block__sub_ttl{
       line-height: 1.5;
        font-size: 14px;
        padding: 10px 16px 12px 16px;
    }
    .performance_block__line__ttl{
        font-size: 16px;
        margin: 1.5rem 0 1.5rem 0;
    }
}

/*value*/
.value{
    background: #FBF6EE;
    padding: 3rem 0 0 0;
    position: relative;
    overflow: hidden;
}
.value_table {
    overflow-x: auto !Important;
    width: 100%;
    position: relative;
    z-index: 10;
}
.value_table img {
    width: 100%;
}
@media (max-width: 768px) {
    .value_table img {
        min-width: 680px;
    }
}
.table_bottom_txt{
    font-size: 13px;
    color: #704F3E;
    padding: 1rem 0 3rem 0;
}
.caution_txt{
    position: relative;
    padding: 0 0 0 15px;
    display: block;
}
.caution_txt:before{
    position: absolute;
    content: "※";
    left: 0;
    top: 0;
}
img.value_bottom{
    max-width: 710px;
    display: block;
    width: 90%;
    margin: 0 auto;
}
.value img.ashiato01{
    position: absolute;
    top: -5%;
    left: -20%;
    width: 450px;
}
.value img.ashiato02{
    position: absolute;
    top: -5%;
    right: -17%;
    width: 500px;
}
@media (max-width: 768px) {
    .value img.ashiato01{
        display: none;
    }
    .value img.ashiato02{
        display: none;
    }
}


/*reason*/
.reason{
    padding-bottom: 2rem;
}
.r_area{
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    grid-template-rows: repeat(2, auto);
    gap: 40px;
    margin-bottom: 40px;
}
.r_area_bottom{
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    grid-template-rows: repeat(3, auto);
    gap: 40px;
}

@media (max-width: 900px) {
    .r_area{
        display: grid;
        grid-template-columns: repeat(1, 1fr);
        grid-template-rows: repeat(1, auto);
        gap: 20px;
        margin-bottom: 20px;
    }
    .r_area_bottom{
        display: grid;
        grid-template-columns: repeat(1, 1fr);
        grid-template-rows: repeat(1, auto);
        gap: 40px;
    }
}

.r_area_bottom .performance_block{
    padding: 20px;
}
.r_block__img{
    margin-bottom: 2rem;
}
@media (max-width: 600px) {
    .r_block__img{
        margin-bottom: 1rem;
    }
}
.r_block__icon{
    display: flex;
    gap: 8px;
    margin-bottom: 1rem;
}

.r_block__icon .brown{
    color: #ffffff;
    font-size: 13px;
    font-weight: bold;
    line-height: 1;
    display: inline-flex;
    padding: 8px 10px;
    justify-content: center;
    align-items: center;
    gap: 10px;
    border-radius: 3px;
    background: #704F3E;
}
.r_block__icon .orange{
    color: #ffffff;
    font-size: 13px;
    font-weight: bold;
    line-height: 1;
    display: inline-flex;
    padding: 8px 10px;
    justify-content: center;
    align-items: center;
    gap: 10px;
    border-radius: 3px;
    background: #ED6C00;
}
@media (max-width: 600px) {
    .r_block__icon .brown{
        font-size: 12px;
        padding: 6px 8px;
    }
    .r_block__icon .orange{
        font-size: 12px;
        padding: 6px 8px;
    }
}
.r_block__head{
    border: transparent;
    padding: 0;
    margin-bottom: 1rem;
}
@media (max-width: 600px) {
    .r_block__head{
        margin-bottom: .5rem;
    }
}
.r_block__point{
    display: flex;
    align-items: center;
    gap: 12px;
    color: #ED6C00;
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    line-height: 150%;
    border-bottom: 1px solid #704F3E;
    padding: 0 0 10px 0;
    margin: 0 0 20px 0;
}
.r_block__point img{
    width: 40px;
}
@media (max-width: 600px) {
    .r_block__point{
        font-size: 14px;
    }
    .r_block__point img{
        width: 30px;
    }
}
.r_block__list{
    margin: 1rem 0 2.5rem 0;
}
@media (max-width: 600px) {
    .r_block__list{
        margin: .5rem 0 2rem 0;
    }
}
.r_area .performance_block__bottom{
    margin-top: auto;
}
.r_area_bottom .performance_block__bottom{
    position: relative;
    bottom: 20px;
}
.r_area .performance_block {
    display: flex;
    flex-direction: column;
}
.r_area .performance_block .content_wrapper {
    flex-grow: 1;
}
@media (max-width: 600px) {
    .r_area .performance_block {
        display: block;
    }
}


/*comfortable*/
.comfortable{
    position: relative;
    background: #FBF6EE;
    padding: 2rem 0 5rem 0;
}
.triangle{
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    top: -2.5rem;
    width: 128px;
}
@media (max-width: 600px) {
    .triangle{
        top: -1.5rem;
        width: 90px;
    }
}
.option_area .performance_block{
    background: #ffffff;
}
.r_block__icon .yellow{
    background: #FBD9BA;
    color: #704F3E;
}
.o_ttl{
    margin-bottom: 2.5rem;
}
.o_ttl img{
    max-width: 350px;
}
@media (max-width: 600px) {
    .o_ttl{
        margin-top: 2rem;
        margin-bottom: 1.5rem;
    }
    .o_ttl img{
        max-width: 260px;
    }
}


.option_area{
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    grid-template-rows: repeat(2, auto);
    gap: 40px;
    margin-bottom: 40px;
}
@media (max-width: 900px) {
    .option_area{
        display: grid;
        grid-template-columns: repeat(1, 1fr);
        grid-template-rows: repeat(1, auto);
        gap: 20px;
        margin-bottom: 20px;
    }
}


.option_area__bottom{
    display: flex;
    gap: 60px;
    width: 100%;
}
.option_area__bottom__left{
    width: calc(66.666% - 30px);
}
.option_area__bottom__right{
    width: calc(33.333% - 30px);
}
.option_area__bottom__left__inner{
    display: flex;
    gap: 16px;
    flex-direction: row;
}
.option_area__bottom__left .performance_block{
    background: #ffffff;
    padding: 20px;
    width: calc(50% - 8px);
    height: 580px;
}
.option_area__bottom__right .performance_block{
    background: #ffffff;
    height: 560px;
}
@media (max-width: 900px) {
    .option_area__bottom{
        display: block;
        width: 100%;
    }
    .option_area__bottom__left{
        width: 100%;
        margin-bottom: 20px;
    }
    .option_area__bottom__right{
        width: 100%;
    }
    .option_area__bottom__left__inner{
        display: flex;
        flex-direction: column;
        gap: 20px;
    }
    .option_area__bottom__left .performance_block{
        width: 100%;
        height: auto;
    }
    .option_area__bottom__right .performance_block{
        height: auto;
    }
}

#contact{
    background: #FBF6EE;
    padding: 1rem 0 5rem 0;
}


/*form*/
.underline {
    text-decoration: underline;
}
.underline:hover {
    text-decoration: none;
}
.form_wrap{
    max-width: 650px;
    width: 100%;
    margin: 0 auto;
    display: flex;
    flex-direction: column;
    gap: 25px;
}
.form_block label{
    display: block;
    margin-bottom: 8px;
}
.mwform-radio-field label{
    display: inline;
    line-height: 1;

}

.form_block input[type="text"],
.form_block input[type="email"],
textarea{
    display: flex;
    width: 100%;
    padding: 10px 0 10px 16px;
    align-items: center;
    gap: 10px;

    border-radius: 5px;
    border: 1px solid #BFBFBF;
    background: #FFF;
}

.form_block input[type="text"]::placeholder,
.form_block input[type="email"]::placeholder,
textarea::placeholder {
    color: #BFBFBF;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 160%;
}
.mwform-checkbox-field.horizontal-item{
    display: flex;
    justify-content: center;
}
.mwform-checkbox-field input, .mwform-radio-field input {
    margin-right: 0 !important;
}
input.submit_btn{
    display: flex;
    width: 200px;
    padding: 15px 40px;
    justify-content: center;
    align-items: center;
    gap: 10px;

    border-radius: 5px;
    background: #ED6C00;
    color: #ffffff;
    font-size: 14px;
    font-style: normal;
    font-weight: 700;
    line-height: 20px;

    border-style: none;
}

input.submit_btn:hover{
    cursor: pointer;
}

.submit_wrap{
    margin: 1rem 0;
    display: flex;
    align-items: center;
    justify-content: center;
}
.kiyaku-checkbox_wrap{
    display: block;
    text-align: center;
}
.radio_list{
    display: flex;
    flex-wrap: wrap;
    flex-direction: row;
    gap: 15px;
}
.mw_wp_form .horizontal-item + .horizontal-item {
    margin-left: 0 !important;
}
.mwform-checkbox-field input, .mwform-radio-field input {
    margin-leftt: 5px !important;
}
@media (max-width: 600px) {
    .radio_list{
        flex-direction: column;
        gap: 0;
    }
}


/*footer*/
footer{
    background: #704F3E;
    padding: 0 5vw 0 5vw;
    color: #ffffff;
}
.foot_inner{
    width: 100%;
    display: flex;
    justify-content: space-between;
    flex-direction: row;
    border-bottom: 1px solid #ffffff;
    padding: 3rem 0;
    gap: 20px;
}
@media (max-width: 900px) {
    footer{
        background: #704F3E;
        padding: 0 20px;
        color: #ffffff;
    }
    .foot_inner{
        justify-content: space-between;
        flex-direction: column-reverse;
        padding: 1.5rem 0;
        gap: 20px;
    }
}
.foot_inner__left{
    display: flex;
    flex-direction: row;
    gap: 40px;
}
.pagetop_famipet{
    width: 80px;
}

a.asahi_foot_logo img{
    width: min(20vw,300px);
}
@media (max-width: 786px) {
    .foot_inner__left{
        flex-direction: column;
        gap: 20px;
        text-align: center;
    }
    a.asahi_foot_logo img{
        width: 180px;
        transform: translateX(-10px);
    }
    .foot_inner____right{
        display: flex;
        justify-content: center;
    }
    .pagetop_famipet{
        width: 60px;
    }

}
.foot_name_bottom{
    font-size: 15px;
    font-weight: 500;
}
.foot_name{
    font-size: 20px;
    font-weight: 700;
}
.foot_name_bottom .large_txt{
    font-size: 18px;
}
.copy{
    padding: 1rem 0;
    font-size: 13px;
}

@media (max-width: 786px) {
    .foot_name_bottom{
        font-size: 13px;
        font-weight: 500;
    }
    .foot_name{
        font-size: 16px;
        font-weight: 700;
    }
    .foot_name_bottom .large_txt{
        font-size: 15px;
    }
    .copy{
        text-align: center;
    }

}
