<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@charset "utf-8";
/* CSS Document */
footer .foot-menu{
    list-style: none;
    margin: 0;
    background: #EFEFEF;
}
footer .foot-menu  li:last-child{
    margin-right: 0;
}
footer .foot-menu h3 {
    text-align: left;
    margin: 0!important;
    line-height: unset!important;
}
footer .foot-menu a{
    display: block;
}
footer .foot-menu-2{
    list-style: none;
    margin: 0;
    justify-content: center;
    align-items: center;
}
footer .foot-menu-2 li:first-child{
    padding-left: 0;
}
footer .foot-menu-2 li:last-child{
    border-right: none;
    padding-right: 0;
}
footer .accordion-area.sp{
    position: relative;
    top: unset;
    margin: 0;
    width: 100%;
}
footer .accordion-area li{
    margin-bottom: 0 !important;
}
footer .accordion-area h3{
    background: #eee;
    margin-bottom: 0!important;
}
footer .accordion-area h3.close{
    background: #888;
    color: #fff;
}
footer .nav-sub-box{
    padding: 0 !important;
}
footer .nav-sub-box a{
    margin-bottom: 0;
}
footer .nav-sub-box a::first-child{
    border-top:  none;
}
footer .nav-main-title.close::before,
footer .nav-main-title.close::after{
    background: #fff;
}
footer .toggle-off a{
    background: #eee;
    display: block;
}
footer .accordion-area li:last-child {
    margin-bottom: 0;
    box-sizing: unset;
    width: unset !important;
    margin-left: 0 !important;
    margin-top: 0 !important;
    bottom: 0;
    display: block;
}
footer .foot_wrap_b {
    padding: 0;
}
footer .foot-sns-area ul{
    list-style:none;
    display: flex;
    align-items: center;
    margin: 0;
    justify-content: space-around;
}
footer .foot-sns-area ul li:last-child img{
    height: auto;    
}
footer .footerlogo{
    text-align: center;
    margin: 0;
}
footer .copy{
    display: block;
    text-align: center;
    background: #EDEDED;
}
.footercopy{
    display: none;
}
@media screen and (max-width:480px) {
footer .accordion-area h3{
    padding:4.4vw 9.5vw !important;
    border-top: solid 0.4vw #cecece;
}
footer .nav-sub-box a{
    padding:4.4vw 9.5vw;
    border-top: solid 0.4vw #cecece;
    font-size: 4vw !important;
    margin-bottom:0 !important;
}
footer .nav-sub-box a::first-child{
    border-top:  none;
}
footer .nav-main-title::before,
footer .nav-main-title::after{
    right: 9.5vw !important;
    width: 4.4vw !important;
}
footer .toggle-off a{
    padding: 4.4vw 0 4.4vw 9.5vw;
    border-top: solid 0.4vw #cecece;
    display: block;
}
footer .foot-sns-area ul{
    padding: 9.5vw 14.8vw;
    border-bottom: solid 0.4vw #cecece;
}
footer .foot-sns-area ul li{
    max-width: 6.5vw;
    margin-right: 7vw;
}
footer .foot-sns-area ul li:last-child{
    margin-right: 0;
    max-width: 18vw;
}
footer .footerlogo{
    padding: 9.5vw 0;
}
footer .copy{
    padding: 4.4vw 0;
}
footer .copy a{
    font-size: 3vw;
}
.footerlogo{
	font-size:2.6vw;
	line-height:8vw;
	margin-top:9.5vw;
}
.footerlogo picture,
.footerlogo img{
	width:50vw;
}

}

@media screen and (min-width:481px) {

footer .foot-menu.pc{
    padding: 5.5rem 0;
    display: flex !important;
    justify-content: center;
}
footer .foot-menu  li{
    margin-right: 6rem;
}
footer .foot-menu h3 {
    font-size: 1.4rem !important;
    padding-bottom: 1.5rem;
    font-weight: 900;
}
footer .foot-menu a{
    font-size: 1.1rem;
    padding-left: 1.6rem;
    margin-bottom: 1rem;
}
footer .foot-link-last{
    margin-bottom: 2rem !important;
}
footer .foot-menu-2.pc{
    padding: 4rem 0;
    display: flex!important;
}
footer .foot-menu-2 li{
    padding-right: 4rem;
    padding-left: 4rem;
    border-right: solid 0.1rem #000;
}
footer .foot-sns-area ul{
    padding: 4rem;
    border-bottom: none;
    justify-content: center;
}
footer .foot-sns-area ul li{
    max-width: 3rem;
    margin-right: 6rem;
}
footer .foot-sns-area ul li:last-child{
    margin-right: 0;
    max-width: 6.5rem;
}
footer .footerlogo{
    padding: 4rem 0;
    margin: 0;
}
footer .footerlogo img{
    max-width: 20rem;
}
footer .copy{
    padding: 1.5rem 0;
}
footer .copy a{
    font-size: 1.5rem;
}
}

/* Official Use */

@media screen and (max-width:480px) {
html,body{
font-size:4vw !important;
}

}
@media screen and (min-width:481px) {

body{
font-size:1.5rem !important;
}

@media screen and (max-width:1100px) {
html{
font-size:calc(100vw * calc(10 / 1100)) !important;
overflow-x:hidden;
}

}
@media screen and (min-width:1101px) {
html{
font-size:10px !important;
}
}
}
</pre></body></html>