@charset "UTF-8";

:root{
    --green: #00A380;
    --yellow: #D0B100;
    --yellowgreen: #8ABF37;
    --orange: #FF9857;
    --blue: #63BAB4;
    --purple: #D296E1;
    --hot:#DB6458;
}
.yellow{color:var(--yellow);}
.orange{color:var(--orange);}
.blue{color:var(--blue);}
.purple{color:var(--purple);}
html {
    scroll-behavior: smooth;
    font-family:"Noto Sans JP", sans-serif;
    font-size: 18px;
    line-height: 1.6;
    letter-spacing: 0.07em;
    color: #333;
    scroll-padding-top: 100px;
}
h2{
    font-family: "M PLUS 1", sans-serif;
    font-size: clamp(24px,3.6vw,36px);
    color: var(--green);
    font-weight: bold;
    text-align: center;
    letter-spacing: 0em;
    z-index: 99;
    position: relative;
}
h3{
    font-family: "M PLUS 1", sans-serif;
    font-size: clamp(24px,3.6vw,30px);
    font-weight: bold;
    text-align: center;
    letter-spacing: 0em;
}
h4{
    font-family: "M PLUS 1", sans-serif;
    color: var(--green);
    font-size: 22.1px;
    font-weight: bold;
    letter-spacing: 0em;
    margin-bottom: 15px;
}
h5{
    font-family: "M PLUS 1", sans-serif;
    color: var(--green);
    font-size: clamp(24px,3.6vw,26px);
    font-weight: bold;
    letter-spacing: 0em;
    margin-bottom: 15px;
}
.intro_text strong,
.longlife_text strong{
    background-color: #FFFFBD;
}
.large{
    font-size: clamp(35px,3.6vw,60px);
}
small{
    font-size: 10px;
    position: relative;
    top: -5px;
}
h4 small{
    font-size: 10px;
    position: relative;
    top: -11px;
}
#margin{
    margin-left: 5%;
    margin-right: 5%;
}
.article {
    transition: all 0.3s;
}
.article:hover {
    opacity: 0.5;
}
@media screen and (max-width: 768px) {
    h5{text-align: center;}}
    .site_intro{
        position: relative;
        top:-45px;
    }


@media screen and (min-width: 769px) {.br-sp{display: none;}}
@media screen and (max-width: 768px) {.br-sp{display: block;}}
@media screen and (min-width: 769px) {.br-pc{display: block;}}
@media screen and (max-width: 768px) {.br-pc{display: none;}}

/*-------------------------------------------
openbtn
-------------------------------------------*/
@media screen and (min-width: 769px) {.openbtn{display: none;}}
@media screen and (max-width: 768px) {.openbtn{display: block;}}
@media screen and (min-width: 769px) {#contact{display: block;}}
@media screen and (max-width: 768px) {#contact{display: none;}}
.openbtn{
    z-index: 9998;
	position: relative;
	cursor: pointer;
    width: 60px;
    height:60px;
    margin-left: auto;
    margin-right: 0px;
}
.openbtn p{
    font-family: "Urbanist", sans-serif;
    position: absolute;
    top: 36px;
    left: 13px;	
    font-size: 12px;
    font-weight: bold;
    color: var(--green);
    letter-spacing: 0;

}
.openbtn span{
    display: inline-block;
    transition: all .4s;
    position: absolute;
    left: 15px;
    height: 3px;
    border-radius: 2px;
	background:var(--green);
  	width: 30px;
}
.openbtn span:nth-of-type(1) {
	top:14px;	
}
.openbtn span:nth-of-type(2) {
	top:22px;
}
.openbtn span:nth-of-type(3) {
	top:30px;
}
.openbtn.active span:nth-of-type(1) {
    top: 16px;
    left: 16px;
    transform: translateY(6px) rotate(-45deg);
    width: 30px;
}
.openbtn.active span:nth-of-type(2) {
	opacity: 0;
}
.openbtn.active span:nth-of-type(3){
    top: 28px;
    left: 16px;
    transform: translateY(-6px) rotate(45deg);
    width: 30px;
}
#g-nav{
    position:fixed;
    z-index: 999;
	top:-120%;
    left:0;
	width:100%;
    height: 100%;
	background:#F2FFFC;
	transition: all 0.6s;
    color: var(--green);
}
#g-nav.panelactive{
    top: 0;
}
#g-nav.panelactive #g-nav-list{
    position: fixed;
    z-index: 999; 
    width: 100%;
    height: 100vh;
    overflow: auto;
}
#g-nav ul {
    position: absolute;
    z-index: 999;
    top:330px;
    left:50%;
    transform: translate(-50%,-50%);
    text-align: start;
    width: 320px;
}
#g-nav li{
	list-style: none;
    text-align: start; 
    color: var(--green);
    font-weight: bold;
    font-size: 16px;
    padding-top: 15px;
    padding-bottom: 15px;
    border-bottom: 1px dashed var(--green);
}
#g-nav li:nth-child(2){
    border-bottom: none;
    padding-bottom: 0px;
}
.border-top{
    border-top: 1px dashed var(--green);
    margin-top: 15px;
}
#g-nav ol li{
    border-bottom: none;
    margin-left: 20px;
    padding-bottom: 0px;
}
#g-nav li a{
	text-decoration: none;
	display: block;
	text-transform: uppercase;
	font-weight: bold;
}
#g-nav p{
    text-align: center;
    margin-top: 25px;
}

/*-------------------------------------------
header
-------------------------------------------*/
header{
    width:100%;
    height: 100px;
    margin:0 auto;
    position: fixed;
    right:0;
    left:0;
    top:0;
    z-index: 9999;
    display: flex;
    align-items: center;
    background-color: white;
}
#logo_txt{
    margin-right: 15px;
}
#logo{
    display: inline-block;
    background: rgba(120, 209, 189, 1);
    width: 180px;
    height: 100px;
    line-height: 70px;
    text-align: center;
    margin-right: 20px;
}
#contact{
    margin-left: auto;
    margin-right: 15px;
}
@media screen and (max-width: 768px) {
    header,#logo{
        height: 70px;
    }
    #logo img{
        width: 88px;
    }
    #logo_txt{
        max-width: 195px;
    }
    #logo{
        width: 120px;
        line-height: 53px;
        text-align: center;
        margin-right: 10px;
    }
}

/*-------------------------------------------
mv
-------------------------------------------*/
@media screen and (min-width: 769px) {.mv-sp{display: none;}}
@media screen and (max-width: 768px) {.mv-sp{display: block;}}
@media screen and (min-width: 769px) {.mv-pc{display: block;}}
@media screen and (max-width: 768px) {.mv-pc{display: none;}}
#mv {
    height: auto;
    margin-top: 100px;
    width: 100%;
    position: relative;
}
#mv img{
    width: 100%;
}
#mv h1{
    z-index:98;
    text-align: center;
    position: absolute;
    top: 9%;
    right: 0;
    bottom: 0;
    left: 0;
}
h1 img{
    max-width: 34.5%;
}
@media screen and (max-width: 768px) {
    #mv {
        margin-top: 70px;
    }
    h1 img{
        max-width: 85%;
    }
    #mv h1{
        top: 22%;
    }

}

/*-------------------------------------------
intro
-------------------------------------------*/
@media screen and (max-width: 768px) {#intro ul:first-of-type {display: none;}}
@media screen and (min-width: 769px) {#intro ul:last-of-type {display: none;}}
@media screen and (max-width: 768px) {#intro ul:last-of-type {display: block;}}
#intro{
    margin-left: 5%;
    margin-right: 5%;
}
.intro{
    margin-top: 60px;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-bottom: 160px;
}
.intro_text{
    margin-right: 20px;
}
.foureffect{
    background-image: url(../images/intro_foureffect.png);
    background-size:contain;
    background-repeat: no-repeat;
    background-position: center;
    max-width: 1000px;
    height: 118px;
    margin: 0 auto;
    margin-bottom: 40px;
}
#intro ul{
    display: flex;
    justify-content: center;
    text-align: center;
    gap: 40px;
}
#intro ul p{
    font-family: "M PLUS 1", sans-serif;
    font-weight: bold;
    font-size: 20px;
    line-height: 1.3;
}
#intro li{
    width: 200px;
}
#intro li p:first-of-type {
    margin-top: 15px;
}
@media screen and (max-width: 768px) {
    .intro{
        flex-direction: column;
        margin-top: -20px;
        margin-bottom: 80px;
        max-width: 600px;
        margin-left: auto;
        margin-right: auto;
    }
    .intro img{
        width: 100%;
    }
    #intro ul{
        text-align: start;
        max-width: 330px;
        margin: 0 auto;
    }
    #intro li{
        width: 100%;
        display: flex;
        align-items: center;
        border:  1px solid #CCCCCC;
        border-radius: 5px;
        padding: 10px;
        margin-bottom: 10px;
    }
    #intro li p:first-of-type {
        margin-top: 0px;
        margin-right: 25px;
        font-family: "Urbanist", sans-serif;
        font-size: 30px;
    }
    #intro li p:last-child {
        margin-left: auto;
    }
    .intro_text{
        margin-right: 0px;
        margin-bottom: 20px;
    }
    #intro h2:last-child {
        border-bottom: 3px solid #80D1BF ;
    }
        .foureffect{
        background-image: none;
        height: auto;
        max-width: 600px;
    }

}

/*-------------------------------------------
effect共通
-------------------------------------------*/
#effectone,
#effecttwo,
#effectthree,
#effectfour{
    letter-spacing: 0.04em;
}
#effect_icon{
    position: relative;
    top: 40px;
    right: 0;
    left: 0;
    margin: 0 auto;
}
#effect_icon img{
    width: 160px;
}
.effect_text{
    text-align: center;
    margin-top: 30px;
    margin-bottom: 90px;
    letter-spacing: 0.1em;
}
.effect_text2{
    font-size: 16px;
    margin-top: 15px;
}
.annotataion{
    font-weight: normal;
    font-size: 12px;
    margin-top: 30px;
    text-indent: -1.1em;
    padding-left: 1em;
}
#ribbon,
#ribbon_pc{
    position: relative;
    top: -21px;
    margin: 0 auto;
    height: 41px;
}
#remarks_green{
    max-width: 1000px;
    border: 1.5px solid var(--green);
    border-radius: 10px;
    margin: 0 auto;
    display: flex;
    justify-content: start;
    flex-direction: column;
    padding: 0 60px 40px 60px;
}
#remarks_green ul{
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    width: 100%;
    margin-top: 10px;
}
#remarks_green li:first-of-type{
    margin-right: 20px;
}
#h6{
    display: flex;
    align-items: center;
}
h6{
    font-family: "M PLUS 1", sans-serif;
    color: var(--green);
    font-size: clamp(20px,3.6vw,22px);
    font-weight: bold;
    letter-spacing: 0em;
    text-align: center;
    margin-top: 50px;
}
#remarks_yellowgreen{
    max-width: 1000px;
    border: 1.5px solid var(--yellowgreen);
    border-radius: 10px;
    margin: 80px auto 0 auto;
    display: flex;
    justify-content: start;
    flex-direction: column;
    padding: 0 60px 40px 60px;
}
#remarks_yellowgreen ul{
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    width: 100%;
    margin-top: 10px;
}
#remarks_yellowgreen li:first-of-type{
    margin-right: 20px;
}
#remarks_yellowgreen h5{
    color: var(--yellowgreen);
}
.ygreen_annotataion{
    max-width: 1000px;
    margin: 0 auto;
}
.ygreen_annotataion p:nth-child(2){
    margin-top: 0px;
}
#ribbon_sp{
    display: none;
}
.li_sp{
    display: none;
}
@media screen and (max-width: 768px) {
    #ribbon_pc{display: none;}
    #ribbon_sp{
        display: block;
        position: relative;
        top: -35px;
        margin: 0 auto;
        height: 57px;
    }
    .effect_text{
        text-align: start;
        margin-bottom: 40px;
        max-width: 600px;
        margin-left: auto;
        margin-right: auto;
    }
    #remarks_green{
        max-width: 600px;
        padding: 0 20px 20px 20px;
    }
    #remarks_green ul{
        flex-direction: column;
        gap: 20px;
    }
    #remarks_green li{
        margin: 0 auto;
    }
    #remarks_green li:first-of-type{
        margin-right: 0px;
    }
    #remarks_green ul:first-of-type{
        margin-top: 0px;
    }
    #remarks_yellowgreen{
        max-width: 600px;
        padding: 0 20px 20px 20px;
    }
    #remarks_yellowgreen ul{
        margin-top: 0px;
    }
    #remarks_yellowgreen li:first-of-type{
        margin-right: 0px;
    }
    .ygreen_annotataion{
        max-width: 600px;
    }
    #remarks_yellowgreen ul{
        flex-direction: column;
        gap: 20px;
    }
    h6{
        margin-bottom: 20px;
        margin-top: 20px;
    }
    .remarks_img img{
        width: 100%;
    }
    #remarks_green figure{
        margin: 0 auto;
    }
    .li_sp{
        display: block;
    }
    #effect_icon img{
        width: 130px;
    }
    #effect_icon {
        top: 55px;
    }
}

/*-------------------------------------------
effectone
-------------------------------------------*/
.effect_barone{
    background: url(../images/effectone_bg.png);
    display: flex;
    align-items: center;
    margin-bottom: 30px;
    margin-top: 90px;
}
#effectone .yellow{
    font-family: "Urbanist", sans-serif;
    font-size: 40px;
    font-weight: bold;
}
#effectone_list{
    margin: 0 auto;
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    gap: 60px;
    max-width: 1300px;
    margin-bottom: 110px;
}
#effectone h4{
    text-align: center;
}
#effectone_list li{
    width: 300px;
}
@media screen and (max-width: 768px) {
    #effectone_list{
        gap: 40px;
    }
    .effect_barone{
        margin-bottom: 50px;
        margin-top: 20px;
    }
    #effectone_list{
        margin-bottom: 80px;
    }
}

/*-------------------------------------------
effecttwo
-------------------------------------------*/
.effect_bartwo{
    background: url(../images/effecttwo_bg.png);
    display: flex;
    align-items: center;
    margin-bottom: 30px;
    margin-top: 90px;
}
#effecttwo .orange{
    font-family: "Urbanist", sans-serif;
    font-size: 40px;
    font-weight: bold;
}
#effecttwo_list{
    margin: 0 auto;
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    gap: 60px;
    max-width: 1400px;
    margin-bottom: 110px;
    text-align: center;
}
#effectwo_list li{
    width: 260px;
}
@media screen and (max-width: 768px) {
    .effect_bartwo{
        margin-bottom: 50px;
        margin-top: 20px;
    }
    #effecttwo_list{
        gap: 40px;
        margin-bottom: 80px;
    }
}

/*-------------------------------------------
effecttthree
-------------------------------------------*/
.effect_barthree{
    background: url(../images/effectthree_bg.png);
    display: flex;
    align-items: center;
    margin-bottom: 30px;
    margin-top: 90px;
}
#effectone .blue{
    font-family: "Urbanist", sans-serif;
    font-size: 40px;
    font-weight: bold;
}
#effectthree_list{
    margin: 0 auto;
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    gap: 60px;
    max-width: 1400px;
    margin-bottom: 110px;
    text-align: center;
}
#effectthree_list li{
    width: 200px;
}
@media screen and (max-width: 768px) {
    .effect_barthree{
        margin-bottom: 50px;
        margin-top: 20px;
    }
    #effectthree_list{
        gap: 40px;
        margin-bottom: 80px;
    }
}
@media screen and (max-width: 1088px) {
    #effectthree_list{max-width: 650px;}
}


/*-------------------------------------------
effectfour
-------------------------------------------*/
.effect_barfour{
    background: url(../images/effectfour_bg.png);
    display: flex;
    align-items: center;
    margin-bottom: 45px;
    margin-top: 60px;
}
#effectone .purple{
    font-family: "Urbanist", sans-serif;
    font-size: 40px;
    font-weight: bold;
}
#effectfour_list{
    margin: 0 auto;
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    gap: 60px;
    max-width: 1400px;
    margin-bottom: 110px;
    text-align: center;
}
#effectfour_list li{
    width: 320px;
}
.annotataion_photo{
    font-weight: normal;
    font-size: 14px;
    margin-top: 20px;
    text-indent: -1.1em;
    padding-left: 1em;
}
@media screen and (max-width: 768px) {
    .effect_barfour{
        margin-bottom: 50px;
        margin-top: 20px;
    }
    #effectfour_list{
        gap: 40px;
        margin-bottom: 80px;
    }
}
@media screen and (max-width: 1088px) {
    #effectfour_list{max-width: 650px;}
}

/*-------------------------------------------
longlife
-------------------------------------------*/
.longlife_bar{
    background: url(../images/longlife_bg.png);
    display: flex;
    align-items: center;
    margin-bottom: 30px;
    margin-top: 90px;
}
#longlife h3{
    color: var(--green);
    text-align: start;
}
.longlife{
    margin-top: 60px;
    display: flex;
    justify-content: center;
    margin-bottom: 40px;
    margin-left: auto;
    margin-right: auto;
    max-width: 1090px;
}
#longlife h3,
.longlife_text{
    margin-left: 40px;
}
.longlife_text{
    margin-top: 15px;
}
#longlife h4{
    color: var(--green);
    font-size: clamp(24px,3.6vw,28px);
    display: flex;
    align-items: center;
    max-width: 1090px;
    margin: 0 auto;
    letter-spacing: 0.05em;
}
#longlife h4:before,
#longlife h4:after {
    content: "";
    height: 2px;
    flex-grow: 1;
    background: var(--green);
}
#longlife h4:before {
    margin-right: 1rem;
}
#longlife h4:after {
    margin-left: 1rem;
}
#longlife h4 span{
    font-family: "Urbanist", sans-serif;
    font-size: clamp(40px,3.6vw,50px);
    position: relative;
    top: -3px;
}
.reason{
    display: flex;
    justify-content: center;
    gap: 35px;
    margin-top: 30px;
}
#longlife .annotataion{
    max-width: 1090px;
    margin: 0 auto;
    margin-top: 30px;
}
#longlife h4:before {
    margin-right: 1rem;
}
.solicitation{
    display: flex;
    align-items: center;
    justify-content: center;
    margin-top: 90px;
    margin-bottom: 60px;
}
.longlife_last{
    font-family: "M PLUS 1", sans-serif;
    color: var(--green);
    font-size: clamp(23px,3.6vw,28px);
    font-weight: bold;
    text-align: center;
    margin: 0 40px;
}
.reason p:last-child{display: none;}
.solicitation_sp{display: none;}
@media screen and (max-width: 768px) {
    .longlife_bar{
        margin-bottom: 30px;
        margin-top: 30px;
    }
    .longlife{
        max-width: 600px;
        flex-direction: column;
        margin-top: 30px;
        margin-bottom: 40px;
        margin-left: auto;
        margin-right: auto;
    }
    .longlife img{
        width: 100%;
    }
    #longlife h3,
    .longlife_text{
        margin-left: 0px;
    }
    #longlife h3{
        text-align: center;
        margin-top: 35px;
    }
    #longlife h4{
        max-width: 600px;
    }
    .reason{
        flex-direction: column;
        align-items: center;
        gap:20px;
    }
    #longlife .annotataion{
        max-width: 340px;
        margin-top: 25px;
    }
    .solicitation{
        margin-top: 0px;
        margin-bottom: 45px;
    }
    .solicitation img{
        display: none;
    }
    .longlife_last{
        margin: 0;
    }
    .solicitation_sp{
        display: flex;
        justify-content: space-between;
        max-width: 500px;
        margin-left: auto;
        margin-right: auto;
        margin-top: 40px;
        position: relative;
        top: 25px;
    }
    .reason p:last-child{display: block;}
    .reason p:first-child{display: none;}
}

/*-------------------------------------------
application
-------------------------------------------*/
.application_title{
    background-color: var(--hot);
    max-width: 660px;
    padding: 15px 10px 10px 10px;
    border-radius: 10px;
    margin-left: auto;
    margin-right: auto;
}
.application_title p{
    text-align: center;
}
.application_sp{
    display: none;
}
.application_list{
    background-color: white;
    border-radius: 0 0 10px 10px;
    padding: 12px 30px 30px 30px;
    margin-top: 12px;
}
.application_list li a{
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding-top: 10px;
    padding-bottom: 10px;
    padding-left: 10px;
    padding-right: 10px;
    border-bottom: 1px dashed var(--hot);
}
.bold{
    font-weight: bold;
}
@media screen and (max-width: 768px) {
    .application_pc{display: none;}
    .application_sp{display: block;}
    .application_title{
        padding: 10px 5px 5px 5px;
        max-width: 500px;
    }
    .application_list{
        padding: 12px 25px 25px 25px;
        margin-top: 12px;
    }

}

/*-------------------------------------------
information
-------------------------------------------*/
.information_title{
    font-family: "M PLUS 1", sans-serif;
    font-size: 22px;
    font-weight: bold;
    padding-top: 60px;
    margin-left: auto;
    margin-right: auto;
    padding-bottom: 10px;
    margin-bottom: 40px;
    color: var(--green);
    border-bottom: 1px solid #78D1BD;
    max-width: 1200px;
}
.information_list{
    max-width: 1200px;
    margin: 0 auto;
}
.information_list ul{
    display: flex;
    flex-wrap: wrap;
    gap: 60px;
}
.information_list li{
    display: flex;
    flex-direction: column;
    width: 30%;
    font-size: 16px;
}
.name,.map{
    display: flex;
    justify-content: space-between;
}
.map{
    padding-bottom: 10px;
    border-bottom: 1px solid #78D1BD;
}
.name p:first-child{
    font-family: "M PLUS 1", sans-serif;
    font-size: 20px;
    font-weight: bold;
    color: var(--green);
}
.information_list span{
    font-family: "Urbanist", sans-serif;
    font-size: 30px;
    font-weight: bold;
    margin-left: 3px;
}
.information_list a{
    color: var(--green);
}
@media screen and (max-width: 768px) {
    .information_title,
    .information_list{
        max-width: 100%;
    }
    .information_list li{
        width: 100%;
    }
    .map{
        flex-direction: column;
    }
    .information_list ul{
        gap: 30px;
    }
}
@media screen and (max-width: 1334px) {
    .information_list ul{
        justify-content: space-between;
    }
    .information_list li{
        width: 47%;
    }
}
@media screen and (max-width: 1110px) {
    .information_list li{
        width: 46%;
    }
}
@media screen and (max-width: 834px) {
    .information_list li{
        width: 100%;
    }
}

/*-------------------------------------------
footer
-------------------------------------------*/
.copyright{
    text-align: center;
    font-size: 12px;
    margin-top: 90px;
    margin-bottom: 40px;
}
@media screen and (max-width: 768px) {
    .copyright{
        margin-top: 30px;
        margin-bottom: 90px;
    }
}

/*-------------------------------------------
fottermenu
-------------------------------------------*/
.fixedBtn {
  display: none;
}
@media screen and (max-width: 768px) {
    .fixedBtn {
        display: block;
        justify-content: center;
        width: 100%;
        padding: 10px;
    }
    .fixedBtn ul{
        display: flex;
        justify-content: center;
        align-items: center;
    }
    .fixedBtn li:first-child{
        margin: 0 auto;
    }
    .fixedBtn li:last-child{
        margin-top: 8px;
        margin-left: 7px;
    }
    .fixedBtn {
        position: fixed;
        bottom:0px;
        z-index: 100;
        opacity: 0;
        transform: translateY(100px);
    }
    .fixedBtn.UpMove{
        animation: UpAnime 0.5s forwards;
    }
    @keyframes UpAnime{
    from {
        opacity: 0;
        transform: translateY(100px);
    }
    to {
        opacity: 1;
        transform: translateY(0);
    }
    }
    .fixedBtn.DownMove{
        animation: DownAnime 0.5s forwards;
    }
    @keyframes DownAnime{
    from {
        opacity: 1;
        transform: translateY(0);
    }
    to {
        opacity: 1;
        transform: translateY(100px);
    }
    }
}
#page-top_pc {
	position: fixed;
	right: 20px;
	bottom:20px;
	z-index: 2;
	opacity: 0;
	transform: translateY(100px);
}
#page-top_pc.UpMove{
	animation: UpAnime 0.5s forwards;
}
@keyframes UpAnime{
  from {
    opacity: 0;
	transform: translateY(100px);
  }
  to {
    opacity: 1;
	transform: translateY(0);
  }
}
#page-top_pc.DownMove{
	animation: DownAnime 0.5s forwards;
}
@keyframes DownAnime{
  from {
  	opacity: 1;
	transform: translateY(0);
  }
  to {
  	opacity: 1;
	transform: translateY(100px);
  }
}
@media screen and (max-width: 768px) {#page-top_pc{display: none;}}