@charset "UTF-8";

/* set variables */
:root {
    --mainColor: #A7792D;
    --subColor: #BB0115;
    --pickupColor: #E56C56; 
    --darkColor: #534034;
    --navColor: ;
    --bgColorlight: #f5f5f5;
    --bgColordark: #EBE1D3;
    --rightColor: #4AABB9;
    --txtColor: #2E2722;
    --linkColor: #2E2722;
    --borderColor: #707070;

    --textNormal: 16px;
    --textMiddle: 18px;
    --textMiddle2: 20px;
    --textBig: 24px;
    --textLarge: 30px;
    --textSmall: 14px;

    --gap: 60px;
    --gaps: 30px;
    --gap_sp: 30px;
    --sectionPadding: 60px;
    --sectionPadding_sp: 3rem;
    --contentWidth: 1100px;
    --innerWidth: 1010px;
    --innerWidth_s: 900px;
}
body {
    font-size: 10px;
    color: var(--txtColor);
    font-family: "Noto Sans JP", sans-serif;
    background-color: #fff;
    text-align: justify;
}
.font_min {
    font-family: "Noto Serif JP", serif;
}
.font_eng {
    font-family: "Baskervville", serif;
}
p {
    line-height: 1.8;
}
h2 , h3 , p {
    margin-top: 0;
    margin-bottom: 0;
}
.p_center {
    text-align: center;
}
.p_bold {
    font-weight: 600;
}
.p_bolder {
    font-weight: 900;
}
.p_left {
    text-align: justify;
}
.p_right {
    text-align: right;
}
.br-sp {
    display: none;
}
a {
    color: var(--linkColor);
    transition: 0.3s;
}
a:hover {
    color: #999999;
}
a img {
    transition: 0.2s;
}
a:hover img {
    opacity: 0.6;
}
.clearfix::after {
	clear: both;
	display: block;
	content: "";
	height: 0;
	width: 0;
}
.flt_right {
    float: right;
}
.flt_left {
    float: left;
}
.img_right {
    float: right;
}
.img_left {
    float: left;
    margin-right: var(--gap);
}
.p_white {
    color: #fff;
}
#main img {
    max-width: 100%;
}

/* PC . SP 切り替え */
@media screen and (max-width: 798px) {
    .sp_none {
        display: none;
    }
    img {
        max-width: 100%;
        height: auto;
    }
    .sp_left {
        text-align: justify !important;
    }
}
@media screen and (min-width: 799px) {
    .pc_none {
        display: none;
    }
}


.wrap {
    width: 100%;
    max-width: var(--contentWidth);
    margin-left: auto;
    margin-right: auto;
}
.wrap_s {
    width: 100%;
    max-width: var(--innerWidth);
    margin-left: auto;
    margin-right: auto;
}
.wrap_ss {
    width: 100%;
    max-width: var(--innerWidth_s);
    margin-left: auto;
    margin-right: auto;
}
.mt_0 {
    margin-top: 0 !important;
}
.mt_10 {
    margin-top: 1rem;
}
.mt_20 {
    margin-top: 2rem;
}
.mt_30 {
    margin-top: 3rem;
}
.mt_40 {
    margin-top: 4rem;
}
.mt_50 {
    margin-top: 5rem;
}
.mt_100 {
    margin-top: 10rem;
}
.mb_0 {
    margin-bottom: 0 !important;
}
.mb_10 {
    margin-bottom: 1rem;
}
.mb_20 {
    margin-bottom: 2rem;
}
.mb_30 {
    margin-bottom: 3rem;
}
.mb_40 {
    margin-bottom: 3rem;
}
.mb_50 {
    margin-bottom: 5rem;
}
.p12 {
    font-size: 12px;
    line-height: 200%;
}
.p14 {
    font-size: 14px;
    line-height: 200%;
}
.p15 {
    font-size: 15px;
    line-height: 200%;
}
.p16 {
    font-size: 16px;
    line-height: 200%;
}
.p18 {
    font-size: 18px;
    line-height: 200%;
}
.p20 {
    font-size: 20px;
    line-height: 200%;
}
.p22 {
    font-size: 22px;
    line-height: 200%;
}
.p24 {
    font-size: 24px;
    line-height: 200%;
}
.p26 {
    font-size: 24px;
    line-height: 200%;
}
.p26 {
    font-size: 26px;
    line-height: 200%;
}
.p28 {
    font-size: 28px;
    line-height: 200%;
}
.p30 {
    font-size: 30px;
    line-height: 200%;
}
.p35 {
    font-size: 35px;
    line-height: 200%;
}
.p38 {
    font-size: 38px;
    line-height: 150%;
}
.p40 {
    font-size: 40px;
    line-height: 150%;
}
.p50 {
    font-size: 50px;
    line-height: 150%;
}
.p60 {
    font-size: 60px;
    line-height: 100%;
}
.p_light {
    color: var(--rightColor);
}
.p_subcolor {
    color: var(--subColor);
}
.p_maincolor {
    color: var(--mainColor);
}
.p_lightcolor {
    color: var(--rightColor);
}
.sec_padding {
    padding-top: var(--sectionPadding);
    padding-bottom: var(--sectionPadding);
}
.bg_light {
    background-color: var(--bgColorlight);
}
.bg_dark {
    background-color: var(--bgColordark);
}
.bg_white {
    background-color: #fff;
}

@media screen and (max-width: 1199px) {
    .wrap  {
        width: auto;
        max-width: auto;
        margin-left: 20px;
        margin-right: 20px;
    }
    .wrap_s  {
        width: auto;
        max-width: auto;
        margin-left: 20px;
        margin-right: 20px;
    }
    .wrap_ss  {
        width: auto;
        max-width: auto;
        margin-left: 20px;
        margin-right: 20px;
    }
}
@media screen and (max-width: 600px) {
    .p16 {
        font-size: 14px;
        line-height: 200%;
    }
    .p20 , .p18 {
        font-size: 16px;
        line-height: 200%;
    }
    .p26 , .p24 , .p22 , .p28 {
        font-size: 18px;
        line-height: 200%;
    }
    .p30 , .p35 , .p40  {
        font-size: 20px;
    }
    .p38 , .p50 {
        font-size: 5vw;
    }
    .mb_50 {
        margin-bottom: 20px;
    }
    .mt_30 {
        margin-top: 10px;
    }
    .mb_30 , .mb_20 {
        margin-bottom: 10px;
    }
    .img_left {
        float: none;
        display: block;
        margin-left: auto;
        margin-right: auto;
        margin-bottom: 10px;
    }
}


#header {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 100;
    padding: 40px 50px;
    display: flex;
    gap: 50px;
}
#header .gnav ul {
    display: flex;
    gap: 30px;
    list-style: none;
    font-weight: bold;
}
#header .gnav a {
    text-decoration: none;
}

#kv {
    padding-bottom: 70px;
}
.kv_wrap {
    background-image: url(../img/kv_pc.jpg);
    background-position: center center;
    background-size: cover;
    position: relative;
    line-height: 0;
    z-index: 1;
}
.kv_wrap h2 {
    display: flex;
    align-items: center;
    max-width: var(--contentWidth);
    margin-left: auto;
    margin-right: auto;    
    height: 90svh;
    max-height: 900px;
}
.kv_wrap h2 img {
    margin-left: 15%;
}
.ranking_list_wrap {
    position: relative;
    z-index: 3;
}
.ranking_list {
    list-style: none;
    line-height: 0;
    display: flex;
    gap: 20px;
    justify-content: center;
    margin-top: -50px;
}


.h2_healthy {
    text-align: center;
    background-image: url(../img/h2_hearthy.png);
    background-position: center center;
    background-repeat: no-repeat;
    padding: 10px 0;
}

.trouble_wrap {
    border: 1px solid var(--borderColor);
    position: relative;
    z-index: 6;
    text-align: center;
    padding-bottom: 20px;
}
.h3_trouble {
    position: relative;
    margin-top: -30px;
}
.h3_trouble span {
    background-color: #fff;
    padding: 0 15px;
    font-weight: 400;
}
.trouble_list {
    padding: 20px 20px;
    list-style: none;
}
.trouble_list li::before {
    content: "";
    display: inline-block;
    background-image: url(../img/check.png);
    background-size: 100% auto;
    width: 21px;
    height: 21px;
    margin-right: 10px;
    position: relative;
    margin-bottom: -4px;
}
.trouble_wrap::after {
    content: "";
    display: block;
    width: 100%;
    height: 45px;
    left: 0;
    top: 100%;
    position: absolute;
    background-image: url(../img/con01_arrow.png);
    background-size: 203px auto;
    background-repeat: no-repeat;
    background-position: top center;
}


.sec_02_kv {
    background-image: url(../img/con02_img_01.jpg);
    background-position: center center;
    background-size: cover;
    text-align: center;
    color: #fff;
    position: relative;
}
.sec_02_kv .inner {
    display: flex;
    text-align: center;
    width: 100%;
    min-height: 493px;
    align-items: center;
    justify-content: center;
}
.sec_02_kv .inner div {
    text-align: center;
    width: 100%;
}
.h2_sec_02 {
    background-image: url(../img/h2_change.png);
    background-position: center center;
    background-repeat: no-repeat;
    padding: 10px 0;
}
.sec_02_kv .since {
    position: absolute;
    bottom: 0;
    right: 0;
    width: 100%;
    margin-bottom: -50px;
}
.sec_02_kv .since .wrap {
    position: relative;
    text-align: right;
    max-width: var(--contentWidth);
    margin: 0 auto;
}

.bg_01 {
    background-image: url(../img/bg_01.jpg);
    background-repeat: repeat;
    background-position: top center;
    padding-bottom: 100px;
}
.sec_01_01 {
    padding: var(--gap) 0;
}
.merit_wrap {
    position: relative;
    z-index: 1;
}
.merit_wrap::before {
    content: "";
    display: block;
    position: absolute;
    background-size: 237px auto;
    background-position: left top;
    background-repeat: no-repeat;
    width: 237px;
    height: 237px;
    z-index: 3;
    left: -14px;
    top: -13px;
}
.merit_01::before {
    background-image: url(../img/con02_merit_01.png);
}
.merit_02::before {
    background-image: url(../img/con02_merit_02.png);
}
.merit_03::before {
    background-image: url(../img/con02_merit_03.png);
}
.merit_04::before {
    background-image: url(../img/con02_recommend_top.png);
}
.merit_04::after {
    background-image: url(../img/con02_recommend_bottom.png);
    content: "";
    display: block;
    position: absolute;
    background-size: 114px auto;
    background-position: right bottom;
    background-repeat: no-repeat;
    width: 114px;
    height: 114px;
    z-index: 3;
    right: -6px;
    bottom: -6px;
}
.h2_merit {
    text-align: center;
}
.harf_list {
    list-style: none;
    display: flex;
    flex-wrap: wrap;
    gap: 30px 50px;
    align-items: flex-start;
    width: 100%;
}
.harf_list li {
    width: calc((100% - 50px) / 2);
}
.title_brown {
    display: block;
    background-color: var(--darkColor);
    color: #fff;
    padding: 5px 20px;
    margin-bottom: 20px;
}
.h3_brown {
    padding: 10px 20px 10px 70px;
    background-color: #534034;
    background-image: url(../img/h3_brown.png);
    background-repeat: repeat-y;
    background-position: left center;
    color: #fff;
    margin-top: 50px;
    margin-bottom: 30px;
    font-weight: 500;
}
.title_gold {
    color: var(--mainColor);
    font-weight: 700;
    margin-top: 20px;
}
.harf_list_02 , .harf_list_03 {
    list-style: none;
    display: flex;
    flex-wrap: wrap;
    gap: 20px 30px;
    align-items: flex-start;
    width: 100%;
}
.harf_list_02 .wide {
    width: calc(100% - 341px) !important;
}
.harf_list_02 .slim {
    width: 311px;
}
.harf_list_03 li {
    width: calc(50% - 15px);
}

.span_01 {
    background-color: #5CB8C4;
    font-size: 55%;
    margin-left: 20px;
    color: #fff;
    padding: 3px 15px;
}
.span_02 {
    background-color: #62B7A3;
    font-size: 55%;
    margin-left: 20px;
    color: #fff;
    padding: 3px 15px;
}
.triple_list {
    list-style: none;
    gap: 20px;
    display: flex;
    align-items: flex-start;
}
.triple_list li {
    width: 33%;
}
.box {
    padding: 20px 30px;
}
.border_box {
    border: 1px solid var(--borderColor);
    padding: 20px;
}

.reccomend_list {
    display: flex;
    gap: 30px 10px;
    align-items: flex-start;
    list-style: none;
}
.reccomend_list li {
    width: 33%;
}
.reccomend_list li.bottom {
    padding-top: 50px;
}

.sec_contact {
    background-image: url(../img/contact_bg.jpg);
    background-position: top center;
    background-size: cover;
    padding: 100px;
}
.contact_wrap {
    position: relative;
    padding: 30px;
    z-index: 1;
}
.contact_wrap::before {
    content: "";
    display: block;
    position: absolute;
    z-index: 5;
    width: 287px;
    height: 287px;
    background-image: url(../img/contact_01.png);
    background-position: left top;
    top: -49px;
    left: -57px;
}
.contact_wrap::after {
    content: "";
    display: block;
    position: absolute;
    z-index: 5;
    width: 220px;
    height: 212px;
    background-image: url(../img/contact_02.png);
    background-size: 100%;
    bottom: -1px;
    right: 0px;
    background-position: right bottom;
}
#contact .contact_wrap::after {
    display: none;
}
.contact_wrap .inner {
    border: 2px solid var(--mainColor);
    padding: 50px 20px;
    z-index: 1;
}
.contact_wrap h2 {
    background-image: url(../img/contact_04.png);
    background-position: center center;
    background-repeat: no-repeat;
    padding: 20px;
}
.contact_wrap .contact_btn a {
    display: block;
    margin: 0 auto;
    width: 100%;
    max-width: 425px;
    padding: 20px 0;
    background-color: #D70019;
    text-align: center;
    box-shadow: 0 1px 4px rgba(0, 0, 0, .2);
    transition: .3s;
    overflow: hidden;
    position: relative;
}
.contact_wrap .contact_btn a:hover {
    box-shadow: 0px 12px 24px #42424263;
    transform: translateY(-4px);
}
.contact_wrap .contact_btn a:hover img {
    opacity: 1.0;
}

.contact_wrap .contact_btn a::before {
    position: absolute;
    content: '';
    display: inline-block;
    top: -180px;
    left: 0;
    width: 30px;
    height: 100%;
    background-color: #fbfbfb;
    animation: btn_animation 3.5s ease-in-out infinite;
}

@-webkit-keyframes btn_animation {
    0% { -webkit-transform: scale(0) rotate(45deg); opacity: 0; }
    80% { -webkit-transform: scale(0) rotate(45deg); opacity: 0.5; }
    81% { -webkit-transform: scale(4) rotate(45deg); opacity: 1; }
    100% { -webkit-transform: scale(50) rotate(45deg); opacity: 0; }
}


.sec_03 {
    padding: 100px 0;
    background-image: url(../img/bg_02.jpg);
    background-position: top center;
    background-repeat: no-repeat;
    background-size:100% 956px ;
}
.item_img {
    position: relative;
}
.item_img .bg {
    position: relative;
    z-index: 1;
}
.item_img .logo {
    position: absolute;
    z-index: 3;
    top: 50px;
    right: 50px;
}
.item_img .logo2 {
    position: absolute;
    z-index: 3;
    top: 50px;
    left: 50px;
}
.img_list {
    display: flex;
    gap: 0;
    list-style: none;
    line-height: 0;
}
.img_list li {
    width: 25%;
}
.jakomo {
    background-image: url(../img/bg_03.jpg);
    background-position: top center;
    background-repeat: no-repeat;
    background-size:100% 701px ;
}


.sec_04 , .sec_05 , .sec_06 , .sec_07 {
    padding: 100px 0;
}
.sec_04_kv {
    position: relative;
    line-height: 0;
}
.sec_04_kv .bg {
    position: relative;
    z-index: 1;
}
.sec_04_kv .bn {
    position: absolute;
    right: 30px;
    bottom: -50px;
    z-index: 3;
}
.border_box_02 {
    border-top: 1px solid #D9D9D9;
    border-bottom: 1px solid #D9D9D9;
    padding: 30px 0;
    margin: 30px 0;
}
.sec_04 .wrap {
    padding-bottom: var(--gap);
}
.p_green_01 {
    color: #175128;
}
.p_green_02 {
    color: #388929;
}
.border_box_03 {
    text-align: center;
}
.border_box_03 span {
    border: 1px solid var(--txtColor);
    padding: 5px 10px;
}
.border_box_04 {
    border: 1px solid var(--borderColor);
    padding: 20px 40px;
    width: 100%;
    display: flex;
    gap: var(--gap);
    align-items: center;
}
.border_box_04 .left {
    width: 264px;
}
.border_box_04 .right {
    flex: 1;
}
.flx_03 .title {
    text-align: center;
    font-weight: 600;
    color: #388929;
    margin-top: 10px;
    margin-bottom: 5px;
}
.flx_03 {
    display: flex;
    flex-wrap: wrap;
    align-items: flex-start;
    gap: 30px 40px;
    list-style: none;
}
.flx_03 li {
    width: calc((100% - 80px) / 3);
}


.sec_06 {
    background-image: url(../img/bg_04.jpg);
    background-position: center center;
    background-size: cover;
}
.p_red {
    color: #BB0115;
    font-weight: 600;
}
.voice_list {
    display: flex;
    flex-direction: column;
    gap: 50px;
    list-style: none;
    width: 100%;
}
.voice_list li {
    background-color: #fff;
    box-shadow: 0px 10px 10px -6px rgba(0, 0, 0, 0.2);
    padding: 30px 50px;
    display: flex;
    gap: 50px;
    align-items: center;
}
.voice_list .left {
    width: 210px;
}
.voice_list .right {
    flex: 1;
}


/* よくある質問 */
.faq_dl .inner {
    margin-top: 30px;
    box-shadow: 0 5px 10px rgba(0,0,0,0.18) ;
    background-color:#fff;
}
.faq_dl dt {
    padding: 1rem 4rem 1rem 4rem;
    position: relative;
    cursor : pointer;
    color: #fff;
    background-color: var(--mainColor);
}
.faq_dl dt::before {
    content: "Q";
    display: block;
    position: absolute;
    left: 1.5rem;
    top: 50%;
    font-size: 30px;
    line-height: 30px;
    margin-top: -15px;
    color :#fff;
    font-weight: bold;
    font-family: "Noto Serif JP", serif;
}
.faq_dl .btn {
    position: absolute;
    background-color:#fff;
    color: #fff;
    top: 50%;
    margin-top: -10px;
    right: 1.5rem;
}
.faq_dl .btn span {
    display: block;
    position: relative;
    width: 20px;
    height: 20px;
}
.btn span::before,.btn span::after {
    content: '';
    display: inline-block;
    width: 14px;
    height: 2px;
    background-color: var(--mainColor);
    position: absolute;
    right: 3px;
    top: 50%;
    transform: translateY(-50%);
    transition: opacity 0.3s;
}
.btn span::after {
    transform: translateY(-50%) rotate(90deg);
    transition: transform 0.3s;
}
.faq_dl dt.highlight .btn span::before {
    opacity: 0;
}
.faq_dl dt.highlight .btn span::after {
    transform: translateY(-50%) rotate(180deg);
}
.faq_dl dd {
    display: none;
    background-color: var(--bgColorlight);
    font-size: 80%;
    padding: 1rem 2rem;
    line-height: 180%
}
.faq_dl dd a {
    color: #fff;
}
.faq_dl dd a:hover {
    text-decoration: none;
}
@media screen and (max-width: 850px) {
    .faq_wrap {
        padding: 20px 0;
    }
    .faq_wrap .wrap_s {
        margin-left: 0;
        margin-right: 0;
    }
    .faq_dl .inner {
        margin-top: 10px;
    }
}

.sec_08 {
    padding-bottom: 100px;
}
.sec_08_kv {
    position: relative;
    line-height: 0;
}
.sec_08_kv .bg {
    position: relative;
    z-index: 1;
}
.sec_08_kv h2 {
    display: block;
    width: 100%;
    position: absolute;
    left: 0;
    top: 50%;
    text-align: center;
    margin-top: -100px;
    z-index: 3;
}
.p_bg_red {
    display: block;
    padding: 20px;
    text-align: center;
    font-weight: 700;
    color: #fff;
    background-color: var(--subColor);
}


#footer {
    text-align: center;
    padding: 100px 0;
}

#cvbtn {
    display: flex;
    position: fixed;
    top: 20px;
    right: 20px;
    width: 430px;
    gap: 10px;
    z-index: 800;
}
#cvbtn a {
    display: block;
    width: calc(50% - 5px);
    padding: 10px 40px;
    background-color: #D70019;
    border-radius: 40px;
    text-align: center;
    box-shadow: 0 1px 4px rgba(0, 0, 0, .2);
    transition: .3s;
    overflow: hidden;
    position: relative;
    line-height: 0;
    box-sizing: border-box;
}
#cvbtn a img {
    width: 100%;
    height: auto;
}
#cvbtn a:hover {
    box-shadow: 0px 12px 24px #42424263;
    transform: translateY(-4px);
}
#cvbtn a:hover img {
    opacity: 1.0;
}
#cvbtn a::before {
    position: absolute;
    content: '';
    display: inline-block;
    top: -180px;
    left: 0;
    width: 30px;
    height: 100%;
    background-color: #fbfbfb;
    animation: btn_animation2 5.5s ease-in-out infinite;
}
#prbtn {
    position: fixed;
    bottom: 20px;
    right: 20px;
    z-index: 800;
}
@-webkit-keyframes btn_animation2 {
    0% { -webkit-transform: scale(0) rotate(45deg); opacity: 0; }
    60% { -webkit-transform: scale(0) rotate(45deg); opacity: 0; }
    80% { -webkit-transform: scale(0) rotate(45deg); opacity: 0.5; }
    90% { -webkit-transform: scale(4) rotate(45deg); opacity: 1; } /* 光っている時間を少し長く */
    100% { -webkit-transform: scale(50) rotate(45deg); opacity: 0; }
}
span.r_sc {
	font-size: 100%;
	vertical-align: top;
}


@media screen and (max-width: 1268px) {
    #header {
        gap: 20px;
        padding: 30px 30px;
    }
    #header .gnav ul {
        gap: 15px;
        font-size: 15px !important;
    }
    /* #cvbtn a img {
        width: 200px;
        height: auto;
    } */
}
@media screen and (max-width: 1160px) {
    #cvbtn {
        max-width: calc(100% - 710px);
    }
    #cvbtn a {
        padding: 5px 20px;
    }
}
@media screen and (max-width: 1000px) {
    #header .gnav {
        display: none;
    }
    .ranking_list {
        margin-top: 0;
        padding-top: 30px;
        gap: 10px;
        flex-direction: column;
    }
    .ranking_list li {
        width: 100%;
        text-align: center;
    }
    #prbtn {
        right: 10px;
        left: auto;
        /* bottom: 10px; */
        bottom: 80px;
    }
    #prbtn img {
        width: 150px;
        height: auto;
    }
    #cvbtn {
        max-width: 100%;
        width: 100%;
        left: 0;
        top: auto;
        bottom: 0;
        padding: 10px;
        box-sizing: border-box;
    }
    #cvbtn a img {
        max-width: 170px;
        width: 100%;
        height: auto;
        margin: 0 auto;
    }
    .h2_healthy , .h2_sec_02 , .contact_wrap h2 {
        background-size: contain;
    }
    .sec_contact {
        padding: 50px 0;
    }
    .contact_wrap::after {
        display: none;
    }
    .sec_02_kv .since .wrap img {
        width: 150px !important;
        height: auto;
    }
    .sec_04_kv .bn {
        width: 150px;
        right: 10px;
        bottom: -10px;
    }
}
@media screen and (max-width: 600px) {
    #header {
        padding: 20px;
    }
    #header h1 img {
        width: 150px;
        height: auto;
    }
    /* #cvbtn a img {
        width: 150px;
        height: auto;
    } */
    #cvbtn a {
        width: calc(50% - 5px);
        padding: 10px 20px;
    }
    #prbtn img {
        width: 110px;
        height: auto;
    }
    .kv_wrap h2 {
        height: 100svh;
    }
    .kv_wrap {
        background-image: url(../img/kv_sp.jpg);
    }
    .kv_wrap h2 img {
        width: 90%;
        min-width: 300px;
        margin-left: auto;
        margin-right: auto;
    }

    .h3_trouble span.p28 {
        font-size: 18px;
        font-weight: bold;
        display: block;
        margin-bottom: -1rem;
    }
    .h3_trouble {
        margin-top: auto;
        padding-top: 20px;
    }
    .trouble_list {
        text-align: justify;
        padding-top: 0;
        padding-bottom: 0;
    }
    .mt_20 {
        margin-top: 10px;
    }
    .mt_40 , .mt_50 {
        margin-top: 30px;
    }
    .trouble_wrap::after {
        content: "";
        display: block;
        width: 100%;
        height: 25px;
        left: 0;
        top: 100%;
        position: absolute;
        background-image: url(../img/con01_arrow_sp.png);
        background-size: auto;
    }
    #kv , .bg_0 , .sec_08 , .bg_01 {
        padding-bottom: 50px;
    }
    .sec_02_kv .since .wrap img {
        width: 120px !important;
        height: auto;
    }
    .sec_01_01 {
        padding: 30px 0;
    }
    .merit_wrap::before {
        background-size: 100px auto;
        width: 100px;
        height: 100px;
        left: -6px;
        top: -5px;
    }
    .merit_04::after {
        background-size: 50px auto;
        width: 50px;
        height: 50px;
        right: -3px;
        bottom: -3px;
    }
    .sec_padding {
        padding-top: 30px;
        padding-bottom: 30px;
    }
    .harf_list , .harf_list_02 , .triple_list , .reccomend_list , .flx_03 {
        flex-direction: column;
        gap: 20px;
    }
    .harf_list li , .harf_list_02 li , .triple_list li , .reccomend_list li , .flx_03 li {
        width: 100% !important;
    }
    .reccomend_list li.bottom {
        padding-top: 0;
    }
    .h3_brown {
        margin-top: 20px;
        margin-bottom: 20px;
    }
    .harf_list_02 .wide {
        width: 100% !important;
    }
    .span_01 , .span_02 {
        margin-left: auto;
    }
    .box {
        padding: 5px 10px;
    }
    .item_img .logo {
        top: 10px;
        right: 10px;
        width: 150px;
    }
    .item_img .logo2 {
        top: 10px;
        left: 10px;
        width: 150px;
    }
    .sec_03 , .jakomo {
        background-image: none;
    }
    .sec_03 , .sec_04, .sec_05, .sec_06, .sec_07 {
        padding: 50px 0;
    }
    .sec_04_kv .bn {
        width: 100px;
        right: 10px;
        bottom: -10px;
    }
    .sec_04 .wrap {
        padding-bottom: 30px;
    }
    .border_box_04 {
        flex-direction: column;
        gap: 10px;
        margin-top: 20px;
        padding: 20px;
    }
    .border_box_04 div {
        width: auto;
    }
    .border_box_04 .left {
        text-align: center;
        padding: 0 20px;
    }
    .voice_list {
        gap: 20px;
    }
    .voice_list li {
        padding: 20px;
        flex-direction: column;
        gap: 10px;
    }
    .sec_07 .wrap_s, .sec_08 .wrap_ss {
        margin-left: 0;
        margin-right: 0;
    }
    .sec_08_kv .bg {
        display: none;
    }
    .sec_08_kv {
        background-image: url(../img/con07_img_01.jpg);
        background-position: center center;
        background-size: cover;
        height: 400px;
    }
    .sec_08_kv h2 {
        margin-top: -67px;
    }
    .sec_08_kv h2 img {
        width: 280px;
    }
    .sec_contact {
        padding: 50px 0;
    }
    .contact_wrap {
        padding: 5px;
    }
    .contact_wrap .inner {
        padding: 20px;
    }
    .contact_wrap::before {
        width: 100px;
        height: 100px;
        background-position: left top;
        background-size: 100% auto;
        top: -18px;
        left: -20px;
    }
    .contact_wrap::after {
        display: none;
    }
    .contact_wrap .contact_btn a {
        padding: 10px 20px;
    }
    .contact_wrap h2 {
        margin-top: 0 !important;
        margin-bottom: 0 !important;
    }
    #footer {
        padding-top: 30px;
    }
}

@media screen and (max-width: 480px) {
    #cvbtn a img {
        max-width: 130px;
        width: 100%;
        height: auto;
    }
}

@media screen and (min-width: 1001px) {
    .drawer__button {
        display: none;
    }
}

/* ハンバーガーボタンのデザイン */

.drawer__button {
    position: fixed;
    top: 10px;
    right: 10px;
    width: 50px;
    height: 50px;
    background-color: var(--subColor);
    border: none;
    cursor: pointer;
    z-index: 99999; /* メニューを開いている時もクリックできるよう設定 */
  }
  /* ハンバーガーボタン内の線 */
  .drawer__button > span {
    display: block;
    position: absolute;
    top: 50%;
    left: 50%;
    width: 26px;
    height: 3px;
    background-color: #fff;
    transform: translateX(-50%);
  }
  .drawer__button > span:first-child {
    transform: translate(-50%, calc(-50% - 0.3rem));
    transition: transform 0.3s ease;
  }
  .drawer__button > span:last-child {
    transform: translate(-50%, calc(-50% + 0.3rem));
    transition: transform 0.3s ease;
  }
  /* 展開時のデザイン */
  .drawer__button.active > span {
    background-color: #fff;
  }
  .drawer__button.active > span:first-child {
    transform: translate(-50%, -50%) rotate(-45deg);
  }
  .drawer__button.active > span:last-child {
    transform: translate(-50%, -50%) rotate(45deg);
  }
  /* メニューのデザイン */
  .drawer__nav {
    position: fixed; /* 追従ヘッダーなどでも表示できるよう設定しておく */
    top: 0;
    left: 0;
    width: 100vw;
    height: 100vh;
    transition: opacity 0.3s ease;
    opacity: 0;
    padding: 0 !important;
    margin:0 !important;
    visibility: hidden;
    z-index: 99995;
    background-color: var(--subColor);
  }
  .drawer__nav.active {
    opacity: 1;
    visibility: visible;
  }
  .drawer__nav__inner {
    position: relative;
    width: 100%;
    height: 100%;
    padding: 50px;
    overflow:auto;
    overflow-y:scroll;
    transform: translateX(100%);
    transition: transform 0.3s ease;
  }
  .drawer__nav.active .drawer__nav__inner {
    transform: translateX(0);
  }
  .drawer__nav__menu {
    list-style: none;
    padding-left: 0;
    font-size: 20px;
    font-weight: 600;
    text-align: center;
  }
  .drawer__nav__menu li {
  }
  .drawer__nav__menu a {
    display: block;
    color: #fff;
    padding: 10px 0;
    text-decoration: none;
  }
  .drawer__nav__menu a:hover {
  }
  .drawer__nav__link {
    display: block;
    color: white;
    text-align: center;
    text-decoration: none;
    padding: 1rem 2rem;
    border-bottom: solid 1px white;
  }
  /* ハンバーガーメニュー展開時、背景を固定 */
  body.active {
    height: 100%;
    overflow: hidden;
  }

  @media screen and (max-width: 600px) { 
    .drawer__nav__menu {
        font-size: 6vw;
      }
  }


/* エコモア 料金表追加 */
.ecomore {
    background-image: url(../img/bg_03.jpg);
    background-position: top center;
    background-repeat: no-repeat;
    background-size: 100% 701px;
}
.ecomore ul li.price-list dl {
    background-color: #f3e6d1;
}
.ecomore ul li.price-list dl div dd {
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.ecomore .p_gold {
    color: var(--mainColor);
    font-weight: 700;
}
.ecomore .p_red {
    color: #BB0115;
    font-weight: 700;
}

@media screen and (max-width: 600px) {
    .ecomore .wrap_ss {
        margin-left: 0;
        margin-right: 0;
    }
}