@charset "utf-8";

/* ======================
　　　　　common
======================= */

html {
    font-size: 62.5%;
    scroll-behavior: smooth;
}

body {
    font-family:
        "Kiwi Maru",
        "Sawarabi Gothic",
        "League Gothic",
        "Thasadith";
    font-size: 1.8rem;
    font-style: normal;
    background-color: #fff;
    line-height: 1.5;
}

body::before {
    content: "";
    width: 100%;
    height: 100%;
    position: fixed;
    top: 0;
    left: 0;
    background-image: url(../images/bg-sp.png);
    background-size: cover;
    background-repeat: no-repeat;
    z-index: -1;
}

img {
    max-width: 100%;
    height: auto;
}

.section__topic2 {
    font-family: "Kiwi Maru";
    font-size: 3.0rem;
    font-weight: 100;
    color: #fff;
    padding-left: 60px;
    text-shadow: 0px 0px 5px rgba(189, 73, 110, 0.70);
}

.section__subtopic2 {
    font-family: "Thasadith";
    font-size: 3.0rem;
    font-weight: 400;
    letter-spacing: 1.5rem;
    color: #fff;
    padding-left: 30px;
    text-shadow: 0px 0px 5px rgba(189, 73, 110, 0.70);
}

.section__thirdtopic {
    font-family: "Kiwi Maru";
    font-size: 3.0rem;
    font-weight: 400;
    color: #fff;
    text-align: center;
    padding-top: 20px;
}

.pc {
    display: none;
}


/* common pc */

@media screen and (min-width: 769px) {

    body::before {
        background: var(--gradation_background, linear-gradient(141deg, #F4C3C2 28.7%, #F8CFCD 39.12%, #FDDDDA 48.15%, #FDE7D7 64.25%, #FDF0D5 74.86%));
        background-attachment: fixed;
    }

    .section__topic2 {
        font-family: "Kiwi Maru";
        font-size: 5.0rem;
        font-weight: 100;
        color: #fff;
        padding-left: 220px;
        text-shadow: 0px 0px 5px rgba(189, 73, 110, 0.70);
    }
    
    .section__subtopic2 {
        font-family: "Thasadith";
        font-size: 3.0rem;
        font-weight: 400;
        letter-spacing: 1.5rem;
        color: #fff;
        padding-left: 30px;
        text-shadow: 0px 0px 5px rgba(189, 73, 110, 0.70);
    }
    
    .section__thirdtopic {
        font-family: "Kiwi Maru";
        font-size: 5.0rem;
        font-weight: 400;
        color: #fff;
        text-align: center;
        padding-top: 50px;
    }

    .sp{
        display: none;
    }

    .pc {
        display: block;
    }

} /* common pc END */


/* ======================
　　　　　header
======================= */

/* .nav初期表示 */

.nav {
    display: block;
    background-image: url(../images/bg-menu.png);
    /* background: rgba(255, 255, 255, 0.85); */
    width: 375px;
    height: 536px;
    position: fixed;
    background-repeat: no-repeat;
    justify-content: right;
    top: 0px;
    right: 0px;
    z-index: 9999;
    transform: translateX(100%);
    transition: transform 0.4s;
}

.nav__header {
    display: flex;
}

.nav__topic {
    padding: 30px 0px 0px 60px;
}

.nav__btn {
    margin-top: -10px;
    padding-left: 16px;
}

.menu__all {
    display: flex;
    padding: 20px 0px 0px 40px;
}

.menu__246810 {
    padding-left: 20px;
}

.nav__item__sp {
    padding-bottom: 10px;
}

.header__topic__pc {
    display: none;
}

.nav__list__pc {
    display: none;
}

.menu__net,
.menu__tel {
    padding-left: 50px;
}

.menu__net {
    padding-top: 10px;
}

.menu__time {
    color: #EE7F8C;
    font-family: "Kiwi Maru";
    font-size: 1.2rem;
    font-weight: 400;
    text-align: center;
    padding-top: 5px;
    padding-left: 10px;
}

.top__menu {
    display: flex;
}

.header__topic__sp {
    position: fixed;
    z-index: 100;
    padding: 10px 0px 0px 10px;
}

.header__btn {
    position: fixed;
    padding-left: 20px;
    display: flex;
    top: 18px;
    right: 15px;
    cursor: pointer; 
    z-index: 100;
    }

.header__tel,
.header__btn__net {
    display: none;
}

.nav.active {
    transform: translateX(0);
}

/* header pc */

@media screen and (min-width: 769px) {

    .header__fixed {
        z-index: 9999;
        position: fixed;
        top: 0px;
        left: 0px;
    }

    .header__topic__sp {
        display: none;
        position: fixed;
    }

    .header__topic__pc {
        display: block;
        padding: 20px 0px 0px 20px;
    }

    .header__btn {
        display: none;
    }

    .nav__list__pc {
        height: 80px;
        display: block;
        display: flex;
        font-family: "Kiwi Maru";
        font-size: 2.0rem;
        font-weight: 400;
        background: var(--gradation_pinkorange, linear-gradient(175deg, #D4AE7C 8.21%, #DE8E88 49.71%, #BD496E 93.77%));
        background-clip: text;
        -webkit-background-clip: text;
        /* -webkit-text-fill-color: transparent; */
        padding: 40px 20px 0px 30px;
    }

    .nav__item1__pc,
    .nav__item2__pc {
        padding-right: 20px;
    }

    .nav__item3__pc,
    .nav__item4__pc,
    .nav__item5__pc {
        padding-right: 15px;
    }

    .nav__item1__pc:hover .drop-menu-list,
    .nav__item2__pc:hover .drop-menu-list {
        opacity: 0.7; 
        transition: opacity .3s, visibility .3s; 
        visibility: visible;
        border-radius: 5px;
        border-radius: 5px;
    }

    .drop-menu {
        position: relative;
    }
 
    .drop-menu-item a {
        align-items: center;
        color: #6B1213; 
        display: flex;
        height: 50px;
        justify-content: center;
        text-decoration: none;
        width: 135px;
    }

    .drop-menu-item:hover {
        background-color: #EE7F8C;
    }

    .drop-menu-item a:hover {
        color: #fff;
    }
      
    .drop-menu-list {
        background-color: #fff; 
        left: 0;
        opacity: 0; 
        position: absolute;
        top: 50px;
        transition: opacity .3s, visibility .3s; 
        visibility: hidden; 
        width: max-content;
        z-index: 1;
    }

    .header__tel {
        width: 232px;
        height: 31px;
        display: block;
        text-align: right;
        padding-top: 10px;
        padding-right: 20px;

    }

    .header__btn__net {
        width: 276px;
        height: 54px;
        display: block;
        text-align: right;
        padding-right: 50px;
    }

    .header__telnet {
        display: flex;
        justify-content: right;
        margin-top: -30px;
        padding-bottom: 50px;
    }

}


@media screen and (min-width: 1140px) {

    .nav__list__pc {
        display: block;
        display: flex;
        font-family: "Kiwi Maru";
        font-size: 2.0rem;
        font-weight: 400;
        background: var(--gradation_pinkorange, linear-gradient(175deg, #D4AE7C 8.21%, #DE8E88 49.71%, #BD496E 93.77%));
        background-clip: text;
        -webkit-background-clip: text;
        /* -webkit-text-fill-color: transparent; */
        padding: 40px 20px 0px 30px;
    }

    .nav__item1__pc,
    .nav__item2__pc {
        padding-right: 40px;
    }

    .nav__item3__pc,
    .nav__item4__pc,
    .nav__item5__pc {
        padding-right: 30px;
    } 

    .header__tel {
        width: 252px;
        height: 51px;
        display: block;
        text-align: right;
        padding-top: 10px;
        padding-right: 20px;

    }

    .header__btn__net {
        width: 296px;
        height: 74px;
        display: block;
        text-align: right;
        padding-right: 30px;
    }

    .header__telnet {
        display: flex;
        justify-content: right;
        margin-top: -60px;
    }

}  /* header pc END */


/* ======================
　　　　　main
======================= */

/* Symptoms */

.symptoms {
    position: relative;
    padding-top: 70px;
}

.symptoms__band__sp {
    width: 100%;
}

.symptoms__band__pc {
    display: none;
}

.section__subtopic {
    font-family: "League Gothic";
    font-size: 5.0rem;
    font-weight: 500;
    letter-spacing: 1.5rem;
    color: #fff;
    opacity: 0.5;

    position: absolute;
    left: 50%;
    top: 50%;
    z-index: 1;
    padding-top: 55px;
    padding-left: 20px;

    transform: translate(-50%,-50%);
}

.section__topic {
    font-family: "Kiwi Maru";
    font-size: 3.0rem;
    font-weight: 500;
    color: #6B1213;

    position: absolute;
    left: 50%;
    top: 50%;
    z-index: 2;
    padding-top: 52px;

    transform: translate(-50%,-50%);
}


/* Symptoms PC */

@media screen and (min-width: 769px) {

    .symptoms {
        position: relative;
        padding-top: 150px;
    }
    
    .symptoms__band__sp {
        display: none;
    }
    
    .symptoms__band__pc {
        display: block;
        width: 100%;
    }
    
    .section__subtopic {
        font-family: "League Gothic";
        font-size: 10.0rem;
        font-weight: 500;
        letter-spacing: 5.0rem;
        color: #fff;
        opacity: 0.5;
    
        position: absolute;
        left: 50%;
        top: 50%;
        z-index: 1;
        padding-top: 125px;
        padding-left: 20px;
    
        transform: translate(-50%,-50%);
    }
    
    .section__topic {
        font-family: "Kiwi Maru";
        font-size: 5.0rem;
        font-weight: 500;
        color: #6B1213;
    
        position: absolute;
        left: 50%;
        top: 50%;
        z-index: 2;
        padding-top: 122px;
    
        transform: translate(-50%,-50%);
    }

} /* Symptoms PC END */


/* Symptom Button */

.symptoms__txt {
    font-family: "Sawarabi Gothic";
    font-size: 1.4rem;
    font-weight: 400;
    line-height: 30px;
    text-align: center;
    color: #6B1213;
    padding: 15px 0px 0px 10px;
}

.symptoms__sp {
    padding: 30px 0px 50px 0px;
}

.symptom12,
.symptom34,
.symptom56,
.symptom78,
.symptom910 {
    display: flex;
    justify-content: center;
}

.symptoms__pc {
    display: none;
}


/* Symptom Button PC */

@media screen and (min-width: 769px) {

    .symptoms__txt {
        font-family: "Sawarabi Gothic";
        font-size: 2.0rem;
        font-weight: 400;
        line-height: 30px;
        text-align: center;
        color: #6B1213;
        padding: 50px 0px 0px 10px;
    }

    .symptoms__sp {
        display: none;
    }

    .symptoms__pc {
        display: block;
        padding-top: 50px;
        padding-bottom: 30px;
    }

    .symptom12345,
    .symptom678910 {
        display: flex;
        justify-content: center;
    }

} /* Symptom Button PC END */


/* Depression */

.depression {
    height: 1483px;
    background-image: url(../images/bg-depression_sp.png);
    background-repeat: no-repeat;
    background-position: center;
}

.depression__back__sp {
    text-align: center;
    padding-top: 100px;
}

.depression__back__pc {
    display: none;
}

.depression__title {
    text-align: center;
    margin-top: -95px;
}

.title__ja {
    font-family: "Kiwi Maru";
    font-size: 3.0rem;
    font-weight: 400;
    color: #6B1213;
    text-align: center;
    margin-top: -10px;
}

.title__eng {
    font-family: "Sawarabi Gothic";
    font-size: 1.5rem;
    font-weight: 400;
    color: #fff;
    padding: 3px 0px 0px 10px;
}

.depression__topic {
    width: 372px;
    height: 120px;
    margin: auto;
    font-family: "Kiwi Maru";
    font-size: 1.6rem;
    font-weight: 400;
    color: #6B1213;
    padding: 50px 30px 30px 30px;
}

.depression__txt {
    width: 372px;
    height: 375px;
    margin: auto;
}

.depression__txt1,
.depression__txt2 {
    font-family: "Sawarabi Gothic";
    font-size: 1.4rem;
    font-weight: 400;
    color: #6B1213;
    padding: 0px 20px 0px 25px;
    line-height: 30px;
}

.depression__txt1 {
    padding-bottom: 20px;
}

.depression__cycle__sp {
    text-align: center;
    padding-top: 50px;
}

.depression__cycle__pc {
    display: none;
}


/* Depression PC */

@media screen and (min-width: 769px) {

    .depression {
        height: 1478px;
        background-image: url(../images/bg-depression_pc.png);
        background-repeat: no-repeat;
        background-position: center;
    }

    .depression__back__sp {
        display: none;
    }

    .depression__back__pc {
        display: block;
        text-align: center;
        padding-top: 150px;
    }

    .depression__title {
        text-align: center;
        margin-top: -130px;
    }

    .title__ja {
        font-family: "Kiwi Maru";
        font-size: 4.0rem;
        font-weight: 400;
        color: #6B1213;
        text-align: center;
        margin-top: -10px;
    }
    
    .title__eng {
        font-family: "Sawarabi Gothic";
        font-size: 2.0rem;
        font-weight: 400;
        color: #fff;
        padding: 3px 0px 0px 10px;
        letter-spacing: 2px;
    }

    .depression__topic {
        width: 630px;
        height: 36px;
        margin: auto;
        font-family: "Kiwi Maru";
        font-size: 2.5rem;
        font-weight: 400;
        color: #6B1213;
        padding: 70px 30px 50px 30px;
        text-align: center;
    }

    .depression__txt {
        width: auto;
        height: auto;
    }

    .depression__txt1,
    .depression__txt2 {
        font-family: "Sawarabi Gothic";
        font-size: 1.8rem;
        font-weight: 400;
        color: #6B1213;
        padding: 0px 80px 0px 85px;
        line-height: 40px;
    }

    .depression__txt1 {
        padding-top: 40px;
    }

    .depression__cycle__sp {
        display: none;
    }

    .depression__cycle__pc {
        display: block;
        text-align: center;
        padding-top: 20px;
    }

} 

@media screen and (min-width: 950px) { 

    .depression__topic {
        width: 953px;
        height: 36px;
        margin: auto;
        font-family: "Kiwi Maru";
        font-size: 2.5rem;
        font-weight: 400;
        color: #6B1213;
        padding: 70px 30px 30px 30px;
        text-align: center;
    }

}

@media screen and (min-width: 1440px) {

    .depression {
        max-width: 1440px;
        margin: auto;
    }

} /* Depression PC END */


/* Symptoms2 */

.scroll_left {
    -webkit-transition: 0.8s ease-in-out;
    -moz-transition: 0.8s ease-in-out;
    -o-transition: 0.8s ease-in-out;
    transition: 0.8s ease-in-out;
    transform: translateX(-30px);
    opacity: 0;
    filter: alpha(opacity=0);
    -moz-opacity: 0;
}
.scroll_left.on {
    opacity: 1.0;
    filter: alpha(opacity=100);
    -moz-opacity: 1.0;
    transform: translateX(0);
}

.section__subtopic2 {
    padding-top: 20px;
}

.section__line__s__sp {
    margin-top: -29px;
    padding-right: 90px;
}

.section__line__s__pc {
    display: none;
}


.symptoms__check__all__sp {
    padding: 30px 20px 0px 25px;
}

.check1__sp,
.check2__sp,
.check3__sp,
.check4__sp,
.check5__sp, 
.check6__sp,
.check7__sp,
.check8__sp,
.check9__sp,
.check10__sp {
    display: flex;
    padding-bottom: 5px;
}

.symptoms__check1__sp,
.symptoms__check2__sp,
.symptoms__check3__sp,
.symptoms__check4__sp,
.symptoms__check5__sp,
.symptoms__check6__sp,
.symptoms__check7__sp,
.symptoms__check8__sp,
.symptoms__check9__sp,
.symptoms__check10__sp {
    font-family: "Kiwi Maru";
    font-size: 1.6rem;
    font-weight: 400;
    color: #6B1213;
    padding: 7px 0px 0px 10px;
}


/* Symptoms2 PC */

@media screen and (min-width: 769px) {

    .section__subtopic2 {
        font-family: "Thasadith";
        font-size: 5.0rem;
        font-weight: 200;
        letter-spacing: 2.5rem;
        color: #fff;
        padding-top: 50px;
        padding-left: 120px;
        text-shadow: 0px 0px 5px rgba(189, 73, 110, 0.70);
    }

    .section__line__s__sp {
        display: none;
    }

    .section__line__s__pc {
        display: block;
        margin-top: -37px;
        padding-right: 90px;
    }

    .symptoms__check__all__sp {
        display: flex;
        justify-content: center;
        padding-bottom: 40px;
    }

    .check12345 {
        padding-right: 60px;
    }

    .symptoms__check1__sp,
    .symptoms__check2__sp,
    .symptoms__check3__sp,
    .symptoms__check4__sp,
    .symptoms__check5__sp,
    .symptoms__check6__sp,
    .symptoms__check7__sp,
    .symptoms__check8__sp,
    .symptoms__check9__sp,
    .symptoms__check10__sp {
        font-family: "Kiwi Maru";
        font-size: 2.0rem;
        font-weight: 400;
        color: #6B1213;
        padding: 3px 0px 0px 10px;
    }

} /* Symptoms2 PC END */



/* Our Treatment */

.section__subtopic2__t__sp {
    padding-top: 60px;
}

.section__subtopic2__t1 {
    font-family: "Thasadith";
    font-size: 3.0rem;
    font-weight: 400;
    letter-spacing: 1.5rem;
    color: #fff;
    padding-left: 30px;
    text-shadow: 0px 0px 5px rgba(189, 73, 110, 0.70);
}

.section__subtopic2__t2 {
    font-family: "Thasadith";
    font-size: 3.0rem;
    font-weight: 400;
    letter-spacing: 1.5rem;
    color: #fff;
    padding-left: 30px;
    margin-top: -10px;
    text-shadow: 0px 0px 5px rgba(189, 73, 110, 0.70);
}

.section__subtopic2__t__pc {
    display: none;
}

.section__line__t1__sp {
    margin-top: -64px;
}

.section__line__t2__sp {
    padding-top: 8px;
}

.section__line__t__pc {
    display: none;
}

.treatment__txt1,
.treatment__txt2 {
    font-family: "Sawarabi Gothic";
    font-size: 1.4rem;
    font-weight: 400;
    color: #6B1213;
    padding: 0px 20px 0px 25px;
    line-height: 30px;
}

.treatment__txt1 {
    padding-top: 30px;
    padding-bottom: 20px;
}

.treatment__txt2 {
    padding-bottom: 30px;
}

.treatment__sp {
    display: block;
}

.treatment__pc {
    display: none;
}

.treatment1__sp,
.treatment2__sp,
.treatment3__sp {
    text-align: center;
    padding-bottom: 25px;
}

.treatment4__sp {
    text-align: center;
    padding-bottom: 50px;
}

.treatment1__txt__sp {
    width: 375px;
    height: 170px;
    margin: auto;
    font-family: "Sawarabi Gothic";
    font-size: 1.4rem;
    font-weight: 400;
    color: #6B1213;
    padding: 0px 30px 0px 33px;
    line-height: 25px;
    letter-spacing: -0.7px;
    margin-top: -200px;
    padding-bottom: 20px;
}

.treatment2__txt__sp {
    width: 375px;
    height: 148px;
    margin: auto;
    font-family: "Sawarabi Gothic";
    font-size: 1.4rem;
    font-weight: 400;
    color: #6B1213;
    padding: 0px 30px 0px 33px;
    line-height: 25px;
    letter-spacing: -0.7px;
    margin-top: -175px;
    padding-bottom: 20px;
}

.treatment3__txt__sp {
    width: 375px;
    height: 250px;
    margin: auto;
    font-family: "Sawarabi Gothic";
    font-size: 1.4rem;
    font-weight: 400;
    color: #6B1213;
    padding: 0px 30px 0px 33px;
    line-height: 25px;
    letter-spacing: -0.7px;
    margin-top: -280px;
    padding-bottom: 25px;
}

.treatment4__txt__sp {
    width: 375px;
    height: 250px;
    margin: auto;
    font-family: "Sawarabi Gothic";
    font-size: 1.4rem;
    font-weight: 400;
    color: #6B1213;
    padding: 0px 30px 0px 33px;
    line-height: 25px;
    letter-spacing: -0.7px;
    margin-top: -250px;
    padding-bottom: 70px;
}


/* Our Treatment PC */

@media screen and (min-width: 769px) {

    .section__subtopic2__t__sp {
        display: none;
    }

    .section__subtopic2__t__pc {
        display: block;
        font-family: "Thasadith";
        font-size: 5.0rem;
        font-weight: 200;
        letter-spacing: 2.5rem;
        color: #fff;
        padding-top: 50px;
        padding-left: 120px;
        text-shadow: 0px 0px 5px rgba(189, 73, 110, 0.70);
    }

    .section__line__t1__sp,
    .section__line__t2__sp {
        display: none;
    }

    .section__line__t__pc {
        display: block;
        margin-top: -37px;
    }

    .section__topic2 {
        padding-bottom: 40px
    }

    .treatment__txt1,
    .treatment__txt2 {
        font-family: "Sawarabi Gothic";
        font-size: 1.8rem;
        font-weight: 400;
        color: #6B1213;
        padding: 0px 120px 0px 125px;
        line-height: 40px;
    }

    .treatment__sp {
        display: none;
    }

    .treatment__pc {
        display: block;
        padding-top: 30px;
        padding-right: 100px;
        padding-bottom: 50px;
    }

    .treatment12__pc,
    .treatment34__pc {
        display: flex;
        justify-content: center;
    }

    .treatment12__txt__pc,
    .treatment34__txt__pc {
        display: flex;
    }

    .treatment1__pc {
        padding-right: 20px;
        padding-left: 90px;
    }

    .treatment3__pc {
        padding-right: 20px;
        padding-left: 90px;
    }

    .treatment2__pc,
    .treatment4__pc {
        padding-right: 0px;
    }

    .treatment1__txt__pc,
    .treatment2__txt__pc,
    .treatment3__txt__pc,
    .treatment4__txt__pc {
        font-family: "Sawarabi Gothic";
        font-size: 1.8rem;
        font-weight: 400;
        color: #6B1213;
        line-height: 40px;
        letter-spacing: -0.7px;
    }

    .treatment1__txt__pc {
        width: 1300px;
        padding: 0px 0px 0px 120px;
        margin-top: -210px;
    }

    .treatment2__txt__pc {
        width: 1300px;
        padding: 0px 20px 0px 60px;
        margin-top: -180px;
    }

    .treatment34__pc {
        padding-top: 20px;
    }

    .treatment3__txt__pc {
        width: 1300px;
        padding: 0px 0px 0px 120px;
        margin-top: -240px;
    }

    .treatment4__txt__pc {
        width: 1300px;
        padding: 0px 20px 0px 60px;
        margin-top: -205px;
    }

}

@media screen and (min-width: 1440px) {

    .treatment__txt {
        max-width: 1440px;
        margin: auto;
    }

    .treatment__pc {
        max-width: 1440px;
        margin: auto;
    }

} /* Our Treatment PC END */



/* ======================
　　　　　footer
======================= */

.footer__pc {
    display: none;
}

.footer {
    height: 257px;
    background-image: url(../images/bg-footer_sp.png);
    background-repeat: no-repeat;
    background-position: center;
    position: relative;
}

.absolute{
    position: absolute;
    top: 230px;
    bottom: auto;
}


.footer__logo__sp {
    padding: 110px 0px 0px 15px;
}

.footer__tel {
    margin-top: -10px;
    padding-right: 25px;
    text-align: right;
}

.footer__time {
    padding-right: 20px;
    text-align: right;
    font-family: "Kiwi Maru";
    font-size: 1.2rem;
    font-weight: 400;
    color: #fff;
}

.copy {
    text-align: center;
    padding-top: 15px;
    font-family: "Kiwi Maru";
    font-size: 1.0rem;
    font-weight: 400;
    color: #fff;
}

.topBtn_sp {
    display: inline-block;
    margin: 14px 14px;

    position: fixed;
    bottom: 1.4%;
    right: 1.2%;
    z-index: 5000;
    cursor: pointer;
    transition: .5s;
}


/* Footer PC */

@media screen and (min-width: 769px) {

    .footer {
        height: 557px;
        background-image: url(../images/bg-footer_pc.png);
        background-repeat: no-repeat;
        background-position: center;
    }

    .footer__sp {
        display: none;
    }

    .footer__pc {
        display: block;
    }

    .footer__infomenu {
        display: flex;
        padding: 260px 0px 0px 0px;
    }

    .footer__logo__pc {
        width: auto;
        height: 66px;
        padding: 0px 10px 0px 10px;
    }

    .footer__tel {
        justify-content: right;
        width: auto;
        height: 39px;
        padding-top: 50px;
        margin-left: 280px;
    }

    .footer__time {
        text-align: left;
        padding-top: 60px;
        padding-left:280px;
        font-family: "Kiwi Maru";
        font-size: 1.6rem;
        font-weight: 400;
        color: #fff;
    }

    .menu {
        margin: 0 auto;
        margin-right: 20px;
    }

    .menu__item__pc {
        font-family: "Kiwi Maru";
        font-size: 1.4rem;
        font-weight: 400;
        color: #fff;
    }

    .menu123 {
        display: flex;
        justify-content: right;
        padding: 60px 0px 0px 0px;
    }

    .menu1 {
        padding-right: 22px;
    }

    .menu2 {
        padding-right: 22px;
    }

    .menu__item__pc {
        padding-bottom: 15px;
    }

    .copy {
        text-align: center;
        padding-top: 15px;
        font-family: "Kiwi Maru";
        font-size: 1.4rem;
        font-weight: 400;
        color: #fff;
    }

    .topBtn_pc {
        display: inline-block;
        margin: 18px 18px;
    
        position: fixed;
        bottom: 1.8%;
        right: 1.2%;
        z-index: 5000;
    }

}

@media screen and (min-width: 1150px) {

    .footer {
        height: 557px;
        background-image: url(../images/bg-footer_pc.png);
        background-repeat: no-repeat;
        background-position: center;
    }

    .footer__sp {
        display: none;
    }

    .footer__pc {
        display: block;
    }

    .footer__infomenu {
        display: flex;
        padding: 260px 0px 0px 20px;
    }

    .footer__tel {
        text-align: left;
        margin-left: 280px;
    }

    .footer__time {
        text-align: left;
        padding-left:190px;
        font-family: "Kiwi Maru";
        font-size: 2.0rem;
        font-weight: 400;
        color: #fff;
    }

    .menu {
        margin: 0 auto;
        margin-right: 40px;
    }

    .menu__item__pc {
        font-family: "Kiwi Maru";
        font-size: 2.0rem;
        font-weight: 400;
        color: #fff;
    }

    .menu123 {
        display: flex;
        justify-content: right;
        padding: 60px 0px 0px 0px;
    }

    .menu1 {
        padding-right: 42px;
    }

    .menu2 {
        padding-right: 42px;
    }

    .menu__item__pc {
        padding-bottom: 15px;
    }

    .copy {
        text-align: center;
        padding-top: 15px;
        font-family: "Kiwi Maru";
        font-size: 1.4rem;
        font-weight: 400;
        color: #fff;
    }

    .topBtn_pc {
        display: inline-block;
        margin: 18px 18px;
    
        position: fixed;
        bottom: 1.8%;
        right: 1.2%;
        z-index: 5000;
    }

}

/* * {
    outline: 2px solid blue;
  } */
