@charset "UTF-8";

footer {
    padding: 150px 0 50px;
    background: #111;
    margin-top: 150px;
}

.footer_inner {
    padding: 0 5%;
}

.footer_logo span {
    margin-left: 14px;
    line-height: 33px;
    font-size: 2rem;
    letter-spacing: 0.5px;
    font-weight: 200;
}

.footer_logo {
    display: flex;
    font-size: 7rem;
    margin-bottom: 80px;
    color: #ddd;
    width: 40%;
    align-items: center;
    font-family: "Noto Serif Display", serif;
    font-weight: 500;
    margin-left: 60%;
}

.footer_catch {
    font-size: 5rem;
    line-height: 56px;
    font-family: "Noto Serif Display", serif;
    font-weight: 300;
    color: #444;
}

.footer_catch span {
    display: block;
    margin-top: 10px;
    font-size: 1.6rem;
    color: #fff;
    letter-spacing: 1px;
}

.footer_inner_contents {
    display: flex;
    justify-content: space-between;
    margin-bottom: 50px;
}

.footer_menu_section {
    width: 40%;
}

ul.footer_menu {
    display: flex;
    flex-wrap: wrap;
}

ul.footer_menu_sns {
    display: flex;
    margin-top: 20px;
}

ul.footer_menu_sns li {
    margin-right: 30px;
}

ul.footer_menu_sns li a img {
    width: 25px;
}

ul.footer_menu_sns li a {
    transition: all 0.2s ease;
    -webkit-transition: all 0.2s ease;
    -moz-transition: all 0.2s ease;
    -o-transition: all 0.2s ease;
}

ul.footer_menu_sns li a:hover {
	opacity: 0.5;
}

ul.footer_menu li {
    width: 50%;
    margin-bottom: 30px;
}

ul.footer_menu li a {
    color: #fff;
    font-weight: 500;
    letter-spacing: 1px;
    font-size: 1.4rem;
    position: relative;
    display: block;
    height: 20px;
    overflow: hidden;
    transition: all 0.25s ease;
    -webkit-transition: all 0.25s ease;
    -moz-transition: all 0.25s ease;
    -o-transition: all 0.25s ease;
}

ul.footer_menu li a span {
	font-size: 1.2rem;
	display: block;
	transition: all 0.25s ease;
	-webkit-transition: all 0.25s ease;
	-moz-transition: all 0.25s ease;
	font-family: "Noto Serif Display", serif;
	-o-transition: all 0.25s ease;
}

span.fm_on {
    position: absolute;
    bottom: -30px;
    left: 0;
    transition: all 0.25s ease;
    -webkit-transition: all 0.25s ease;
    -moz-transition: all 0.25s ease;
    -o-transition: all 0.25s ease;
}

span.fm_off {
    position: absolute;
    top: 0;
    left: 0;
    transition: all 0.25s ease;
    -webkit-transition: all 0.25s ease;
    -moz-transition: all 0.25s ease;
    -o-transition: all 0.25s ease;
}

ul.footer_menu li a:hover .fm_off {
    top: -30px;
}

ul.footer_menu li a:hover .fm_on {
    bottom: 2px;
}

.support_area {
    width: 100%;
    padding: 25px 0;
    border-top: 0.5px solid #444;
    border-radius: 5px;
    display: flex;
    color: #aaa;
    align-items: center;
    font-size: 1.2rem;
}

.support_area h2 {
    padding: 2px 10px;
    background: #222;
    margin-right: 15px;
}

.support_area p {
    font-size: 1.1rem;
    margin-left: 15px;
}

ul.footer_bottom_link {
    display: flex;
    align-items: center;
    justify-content: end;
    margin-top: 50px;
}

ul.footer_bottom_link li a {
    color: #fff;
    font-size: 1.3rem;
    transition: all 0.2s ease;
    -webkit-transition: all 0.2s ease;
    -moz-transition: all 0.2s ease;
    -o-transition: all 0.2s ease;
}

ul.footer_bottom_link li {
    margin-left: 20px;
}

ul.footer_bottom_link li a:hover {
	opacity: 0.5;
}

small {
    font-size: 1.1rem;
    text-align: right;
    width: 100%;
    display: block;
    margin: 20px 0;
}

/*---------------------------------------------------------------*\
	$480px
\*---------------------------------------------------------------*/
@media screen and (max-width: 480px) {
	
footer {
    padding: 40px 0;
    margin-top: 80px;
    border-top: 1px solid;
}

.footer_inner_contents {
    display: block;
    justify-content: space-between;
    margin-bottom: 50px;
}

.footer_logo {
    font-size: 3rem;
    width: 100%;
    margin-left: 0;
    margin-bottom: 40px;
}

.footer_logo span {
    font-size: 1.2rem;
    line-height: 16px;
    margin-left: 10px;
}

.footer_catch {
    font-size: 1.6rem;
    line-height: 22px;
}

.footer_menu_section {
    width: 100%;
    margin-top: 50px;
}

ul.footer_menu li {
    margin-bottom: 15px;
}

ul.footer_menu li a {
    font-size: 1.3rem;
}

ul.footer_menu_sns {
    margin-top: 10px;
}

.support_area {
    display: block;
    padding: 0;
}

.support_area h2 {
    text-align: center;
    margin-bottom: 10px;
    margin-right: 0;
}

.footer_inner {
    padding: 0 6%;
}

ul.footer_menu_sns li a img {
    width: 20px;
}

.support_area p {
    margin-left: 0;
    margin-top: 5px;
}
	
.support_area h3 {
    font-size: 1.2rem;
}

ul.footer_bottom_link {
    justify-content: flex-start;
    margin-top: 30px;
}

ul.footer_bottom_link li {
    margin-left: 0;
    margin-right: 15px;
}

.footer_catch br {
    display: none;
}
	
small {
    margin: 10px 0;
    text-align: left;
    opacity: 0.5;
}
}