@charset "UTF-8";
/* CSS Document */
/******************************** フ ッ タ ー
********************************/
.footer { font-size: initial; background-color: #000; background: url("../img/bg.jpg") center/cover no-repeat; background-attachment: fixed; }

.footer .container > a { display: block; width: 100%; max-width: 500px; margin: auto; }

.footinfo { font-size: initial; width: 100%; max-width: 375px; }
.footinfo li { font-size: 0.8em; font-weight: 500; color: #FFF; }
.footinfo li.area { background-color: #FEFEFE; color: #333; border-radius: 0.5em; text-align: center; }
.footinfo li:nth-child(even) { width: calc(75% - 1.0rem); }
.footinfo li:nth-child(odd) { width: 25%; }

.sns { font-size: 0.9em; font-weight: 500; color: #FFF; }
.sns a, .sns a:visited { color: #115FFF; text-decoration: underline; }

.copy { width: 100%; margin: 0; padding: 0; text-align: center; color: #FEFEFE; background-color: #000; font-size: 10px; line-height: 40px; }
