@charset "UTF-8";

#header {
    position: fixed;
    height: 70px;
    width: 100%;
    z-index: 999;
    display: flex;
    justify-content: space-between;
    align-items: center;
    background: #fff;
    text-align: center;
    padding: 20px;
}

#header.DownMove {
    animation: DownAnime .5s forwards;
}

@keyframes DownAnime {
    from {
        opacity: 0;
        transform: translateY(-100px)
    }
    to {
        opacity: 1;
        transform: translateY(0)
    }
}

.l-header .header__logo .logo__item {
    width: 100%;
    max-width: 190px
}

.container {
	padding-top: 70px !important;
}

.l-footer {
    background: #f2f2f2;
    padding-bottom: 150px
}
.l-footer.u-100vw {
    margin: 0
}
.l-footer .inner {
    width: 100%;
    max-width: 1000px;
    justify-content: space-between;
    margin: auto;
    padding: 50px 0 40px;
    flex-direction: row-reverse
}
.l-footer img {
    width: 100%;
    vertical-align: bottom
}
.l-footer .fbox {
    display: flex
}
.l-footer .sns_box {
    display: flex;
    justify-content: center;
    align-items: center
}
.l-footer .sns_box_inner {
    display: flex;
    justify-content: center;
    align-items: center
}
.l-footer .sns_box p {
    margin-left: 34px;
    color: #003ca5;
    font-size: 1rem;
    font-weight: 700
}
.l-footer .sns_item:nth-child(1) {
    width: 51px;
    margin-left: 0
}
.l-footer .sns_item:nth-child(2) {
    width: 45px
}
.l-footer .sns_item:nth-child(3) {
    width: 47.8px
}
.l-footer .sns_item:nth-child(4) {
    width: 46.5px
}
.l-footer .sns_item:nth-child(5) {
    width: 46.5px
}
.l-footer .sns_item:nth-child(6) {
    width: 41.4px;
    margin-right: 0
}
.l-footer .logo {
    padding: 0 0 15px
}
.l-footer .logo img {
    width: 82.5px
}
.l-footer .copyright {
    color: #656464;
    font-weight: 700;
    font-size: 11px;
    line-height: 1.7;
    letter-spacing: 1px
}
.l-footer .note {
    max-width: 1000px;
    margin: auto;
    padding-top: 35px;
    color: #656464;
    font-weight: 700;
    font-size: 11px;
    line-height: 1.9;
    letter-spacing: 1px
}
.l-footer .note_link {
    margin-top: 30px
}
.l-footer .note_link a {
    text-decoration: underline;
    margin-left: 20px
}
@media screen and (max-width:767px) {
    .l-footer {
        padding-bottom: 120px
    }
}
@media screen and (max-width:480px) {
    .l-footer {
        padding-bottom: 80px
    }
}
@media screen and (max-width:915px) {
    .l-footer .inner {
        display: block
    }
    .l-footer .sns_box {
        display: block
    }
    .l-footer .sns_box_inner {
        width: 90%;
        margin: auto
    }
    .l-footer .sns_box p {
        margin-left: 3.3%;
        margin-right: 3.3%
    }
    .l-footer .foot_box {
        text-align: center
    }
    .l-footer .logo {
        padding: 50px 0 25px
    }
    .l-footer .logo img {
        width: 22%;
        max-width: 82.5px
    }
    .l-footer .copyright {
        font-size: 14px
    }
    .note {
        width: 90%;
        font-size: 0.65rem
    }
    .note_link {
        margin-top: 3.6%
    }
    .l-footer .note_link a {
        margin-left: 0;
        display: block;
        line-height: 2
    }
}

.l-footer .logo img {
  width: 180px;
}

@media screen and (max-width: 915px) {
  .l-footer .logo img {
    width: 45%;
    max-width: 180px;
  }
}

.l-footer a {
	color: inherit;
}

.u-100vw {
    width: 100vw;
    margin: 0 calc(50% - 50vw);
    padding: 3%
}

.sp {
	display: none;
}

.tb {
	display: none;
}

.pc {
	display: block;
}