@charset "UTF-8";
/* CSS Document */
img{
    vertical-align: bottom;
}
.img-responsive{
    display: inline;
}
#lp .m_0{
	margin: 0;
    text-align: center
}
#lp .p_05{
    padding: 0.5em;
}

#lp header#globalheader h1 {
    left: 0.2em;
}

#lp .contents{
    width: inherit;
    max-width:1200px;
    margin: 0 auto;
}
#lp .mainvis_lp{
	background: url("../img/bg_mainvis.jpg") repeat-x center center / cover;
	margin: 90px 0 0 0;
}
#lp .wrapper {
	max-width: 1200px;
    margin: 0 auto;
}

#lp #campaign{
	padding: 3em 0.5em;
	margin: 13m auto;
	
}
#lp #pagetop{
    width: 32px;
    height: 20px;
    position: fixed;
    right: 1em;
    bottom: 20px;
    margin: 0;
}

#lp #pagetop a{
    background: url("../img/pagetop.svg") no-repeat 0 0 / contain;
    width: 32px;
    height: 20px;
    display: block;
    text-indent: -9999px;
}
#lp .footer-green{
    margin: 0;
}
@media (max-width:800px){
    #lp .footer-green{
        margin: 0 0 3em 0;
    }
    #lp .footer-green figure{
        width:70%;
        margin: 0 auto;
    }
}
#lp footer {
    background-color: #151515;
    padding: 0.1em;
    color: #fff;
    margin:-2em 0 0 0;
    position: relative;
} 
#lp footer .center{
    padding-left: 0.5em;
}
#lp .footer-green{
    background-color: #31a038;
}
#lp .cow{
    position: absolute;
    top: -50px;
    right: 1em;
}
#lp nav.lpsns{
    background-color: rgba(179,33,32,0.93);
    position: fixed;
    right: 0;
    bottom: 15vh;
}
#lp nav.lpsns ul{
    margin: 0;
    padding: 0.8em 0.4em 0.8em 0.4em;
    display: flex;
    flex-direction: column;
    list-style-type: none;
    gap:1em;

}
#lp nav.lpsns ul img{
    height: 30px;
}
#lp .bg1{
    background-color: #f0ddd2;
    padding: 6em 0;
    margin: 4em 0;
}
#lp .newyear{
    text-align: center;
    padding: 2em;
    border-radius: 1em;
    background: #fff url("../img/fig_mochi.png") no-repeat right 1em bottom 2em/130px auto;
}
#lp .newyear h3{
    background-color: #b12120;
    padding: 1em;
    color: #fff;
}
#lp .newyear h4{
    color: #b12120;
    font-size: 1.8em;
}
#lp .medium{
    font-size: 1.4em;
}

@media (max-width:800px){
    #lp .newyear{
        padding-bottom: 6em;
    }
    #lp .medium{
        font-size: 1em;
    }
}