@charset "UTF-8";
body {
    background: #f9f9f9;
    font-family: 'Hiragino Kaku Gothic ProN', 'ヒラギノ角ゴ ProN W3', Meiryo, メイリオ, Osaka, 'MS PGothic', arial, helvetica, sans-serif;
    font-size: 14px;
    line-height: 1.5;
    color: #000;
    word-break: normal;
    overflow-wrap: anywhere;
}

.alpha {
    text-align: center;
}

p {
    margin: 21px 0;
}

.logo-area {
    margin-right: 0;
}

body {
    margin: 0;
}

a {
    text-decoration: none;
}

li {
    list-style: none;
}

img {
    max-width: 100%; /* 画像の幅が親要素を超えない */
    height: auto; /* アスペクト比を維持して高さを調整 */
    display: inline-block;
}

.orange {
    color: #E93C05;
}

.line-yellow {
    background: linear-gradient(transparent 50%, #FCECC4 50%);
    padding-bottom: 0.1em;
}

.sp {
    display: none;
}

@media (max-width: 575px) {
    .sp {
        display: block;
    }
}

.backslash {
    font-family: Arial;
}

.btn-red {
    display: flex;
    background: #E93C05;
    align-items: center;
    justify-content: space-between;
    padding: 0.5em 1em;
    width: 80%;
    margin: 50px auto;
    border-radius: 10px;
    color: #fff;
    border-bottom: solid 4px #BFBFBF;
    border-right: solid 4px #BFBFBF;
}

@media (max-width: 575px) {
    .btn-red {
        padding: 0.5em 0.8em;
    }

    .btn-red .arrow {
        width: 15px;
    }
}

.btn-red .kitemiyo-icon {
    width: 85px;
    height: 85px;
    background: #fff;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
}

@media (max-width: 575px) {
    .btn-red .kitemiyo-icon {
        width: 45px;
        height: 45px;
    }

    .btn-red .kitemiyo-icon img {
        width: 70%;
    }
}

.btn-red p {
    font-size: 24px;
    font-weight: bold;
}

.btn-red p .big {
    font-size: 32px;
}

@media (max-width: 575px) {
    .btn-red p .big {
        font-size: 20px;
    }
}

.btn-red:hover {
    border: none;
    -webkit-transform: translate(4px, 4px);
    transform: translate(4px, 4px);
}

.main-area {
    margin-bottom: 150px;
}

@media (max-width: 575px) {
    .main-area {
        margin-bottom: 110px;
    }
}

.main-area h1 {
    margin: 0;
    margin-block-start: 0;
    margin-block-end: 0;
    font-size: 0;
}

.main-area h1 img {
    width: 100%;
}

.main-area .date {
    background-color: #133169;
    color: #fff;
    font-weight: bold;
    padding: 1.5%;
    font-size: 18px;
}

@media (max-width: 575px) {
    .main-area .date {
        font-size: 14px;
    }
}

.main-area p {
    font-size: 21px;
    font-weight: bold;
}

@media (max-width: 575px) {
    .main-area p {
        font-size: 18px;
    }
}

.main-area .strong {
    font-size: 36px;
    margin: 16px 0;
}

@media (max-width: 575px) {
    .main-area .strong {
        font-size: 24px;
    }
}

.main-area .orange {
    font-size: 44px;
}

@media (max-width: 575px) {
    .main-area .orange {
        font-size: 32px;
    }
}

.main-area .service-all {
    position: relative;
    background-color: #FCECC4;
    padding: 50px 0 30px 0;
    margin-top: 70px;
}

.main-area .service-all p {
    font-size: 24px;
    border: solid 2px #E93C05;
    background: #fff;
    border-radius: 50px;
    display: inline-block;
    padding: 5px 40px;
    position: absolute;
    top: -25px;
    left: 50%;
    transform: translate(-50%, -50%);
}

@media (max-width: 575px) {
    .main-area .service-all p {
        font-size: 18px;
        padding: 5px 10px;
        top: -20px;
    }
}

.main-area .service-all .service-all-inner {
    display: flex;
    align-items: flex-start;
    align-content: flex-start;
    gap: 15px;
    flex-wrap: wrap;
    justify-content: center;
}

.main-area .service-all .logo-area {
    background-color: #fff;
    border-radius: 10px;
    width: 280px;
    height: 90px;
}

@media (max-width: 575px) {
    .main-area .service-all .logo-area {
        width: 170px;
        height: 70px;
    }

    .main-area .service-all .logo-area img {
        width: 80%;
    }
}

.main-area .service-all a {
    display: flex;
    justify-content: center;
    align-items: center;
}

.content-area {
    background: #FCECC4;
    position: relative;
    padding: 120px 5%;
}

@media (max-width: 575px) {
    .content-area {
        padding: 80px 5%;
    }
}

.content-area .btn-red {
    width: 90%;
}

.content-area .stage {
    background: #fff;
    border-radius: 25px;
    border: solid 3px #133169;
    text-align: center;
    justify-content: center;
    text-align: center;
    position: relative;
    padding: 35px 5%;
}

@media (max-width: 575px) {
    .content-area .stage {
        padding: 25px 5% 0 5%;
    }
}

.content-area .stage p {
    font-size: 24px;
    font-weight: bold;
}

@media (max-width: 575px) {
    .content-area .stage p {
        font-size: 18px;
    }
}

.content-area .stage .big {
    font-size: 32px;
}

@media (max-width: 575px) {
    .content-area .stage .big {
        font-size: 24px;
    }
}

.content-area .title-campaign {
    position: absolute;
    top: -10px;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 100%;
    display: flex;
    text-align: center;
    justify-content: center;
    z-index: 1;
}

.content-area .masu01 {
    position: absolute;
    top: 10px;
    right: 0;
    z-index: 0;
}

@media (max-width: 575px) {
    .content-area .masu01 {
        width: 70%;
    }
}

.content-area .stage-title {
    position: absolute;
    top: -5px;
    left: 50%;
    transform: translate(-50%, -50%);
}

@media (max-width: 575px) {
    .content-area .stage-title {
        width: 50%;
    }
}

.content-area .stage-1st {
    margin-bottom: 128px;
    z-index: 5;
}

@media (max-width: 575px) {
    .content-area .stage-1st {
        margin-bottom: 115px;
    }
}

.content-area .stage-2nd {
    z-index: 5;
}

@media (max-width: 575px) {
    .content-area .stage-2nd {
        padding-bottom: 25px;
    }
}

.content-area .masu02 {
    position: absolute;
    z-index: 0;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: 0;
    top: 58.5%;
}

@media (max-width: 575px) {
    .content-area .masu02 {
        width: 40%;
        top: 54%;
    }
}

.content-area .masu03 {
    position: absolute;
    z-index: 0;
    left: 8%;
    bottom: -120px;
}

@media (max-width: 575px) {
    .content-area .masu03 {
        width: 60%;
        bottom: -60px;
    }
}

.content-area .bg-yellow {
    background: #FCECC4;
}

.content-area .comment {
    margin-bottom: 30px;
}

.service-button {
    display: flex;
    flex-direction: column;
    gap: 16px;
    max-width: 400px;
    margin: 0 auto;
}

.btn-white {
    display: flex;
    align-items: center;
    background: white;
    border: 4px solid #E93C05;
    border-radius: 50px;
    text-decoration: none;
    box-shadow: 4px 4px 0 #ccc;
    position: relative;
    transition: transform 0.1s ease, box-shadow 0.1s ease;
}

.btn-white:hover {
    transform: translate(2px, 2px);
    box-shadow: 1px 1px 0 #aaa;
}

.btn-white .left {
    background: #E93C05;
    color: white;
    font-weight: bold;
    font-size: 12px;
    text-align: center;
    width: 62px;
    height: 62px;
    border-radius: 50%;
    margin-right: 16px;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    line-height: 1.1;
}

.btn-white .logo {
    max-height: 35px;
    margin: auto;
}

.btn-white .mitukeyo {
    max-height: 25px;
    margin: auto;
}

.btn-white .arrow {
    color: #E93C05;
    font-size: 20px;
    margin-left: 12px;
    margin-right: 20px;
}

.mission-area {
    background: #F1B825;
    position: relative;
    padding: 60px 5%;
}

@media (max-width: 575px) {
    .mission-area {
        padding: 40px 5%;
    }
}

.mission-area .title-1050g {
    position: absolute;
    left: 0;
    top: -100px;
    z-index: 5;
}

@media (max-width: 575px) {
    .mission-area .title-1050g {
        top: -55px;
        width: 70%;
    }
}

.mission-area .icon-present {
    position: absolute;
    right: 0;
    bottom: 60px;
}

@media (max-width: 575px) {
    .mission-area .icon-present {
        bottom: 40px;
    }
}

.mission-area .reward-card {
    background-color: #fff;
    border-radius: 10px;
    padding: 60px 5%;
}

@media (max-width: 575px) {
    .mission-area .reward-card {
        padding: 40px 5%;
    }
}

.mission-area .reward-card .reward-inner {
    border-radius: 10px;
    border: solid 2px #133169;
    position: relative;
    padding: 40px 5% 20px 5%;
}

@media (max-width: 575px) {
    .mission-area .reward-card .reward-inner {
        padding: 20px 5% 10px 5%;
    }
}

.mission-area .reward-card .level1 {
    margin-bottom: 60px;
}

@media (max-width: 575px) {
    .mission-area .reward-card .level1 {
        margin-bottom: 30px;
    }
}

.mission-area .reward-card .level {
    position: absolute;
    top: -25px;
    left: 50%;
    transform: translate(-50%, 0);
}

@media (max-width: 575px) {
    .mission-area .reward-card .level {
        top: -15px;
    }
}

.mission-area .reward-card .level img {
    width: 100%;
}

.mission-area .reward-card .accordion-toggle {
    background-color: #E93C05;
    color: white;
    border-radius: 50px;
    font-size: 21px;
    font-weight: bold;
    border: none;
    padding: 10px 30px;
}

@media (max-width: 575px) {
    .mission-area .reward-card .accordion-toggle {
        font-size: 16px;
        padding: 5px 30px;
    }
}

.mission-area .reward-card .accordion-content {
    padding-top: 40px;
    max-height: 0;
    overflow: hidden;
    transition: max-height 0.3s ease;
}

.mission-area .reward-card .accordion-content.open {
    max-height: 1000px; /* 十分に大きな値 */
}

.cta-area {
    margin: 60px auto;
}

.cta-area .btn-red {
    margin: 40px auto;
}

.cta-area .bg-yellow {
    background: #FCECC4;
    padding: 65px 10%;
    margin-top: 20px;
}

@media (max-width: 575px) {
    .cta-area .bg-yellow {
        padding: 40px 5%;
    }
}

.cta-area .attention {
    text-align: left;
    font-size: 12px;
    padding: 0 5%;
}

.guide-head, .guide-area {
    text-align: left;
    padding: 0 5%;
}

.guide-head .title, .guide-area .title {
    font-size: 24px;
    font-weight: bold;
}

.guide-head ul, .guide-area ul {
    padding-inline-start: 0;
}

.guide-head li:first-child, .guide-area li:first-child {
    display: inline-block;
    font-weight: bold;
    border-left: solid 10px #D9D9D9;
    padding: 5px;
    margin: 10px 0;
}

/*# sourceMappingURL=special_13.css.map */

/*-----------------------------------------------------
header
-----------------------------------------------------*/
header {
    text-align: center;
    z-index: 10;
}

header .top-area {
    position: relative;
    background-color: #fff;
    width: 100%;
    height: 55px;
    padding: 0 20px;
    display: flex;
    align-items: center;
    justify-content: center;
}

@media only screen and (max-width: 469px) {
    header .top-area {
        padding-left: 15px;
        padding-right: 15px;
    }
}

header .top-area a {
    display: block;
}

header .top-area a.logo {
    width: 35%;
    margin-right: 3.5%;
}

@media only screen and (min-width: 470px) {
    header .top-area a.logo {
        width: 22%;
    }
}

header .top-area a.like {
    width: 8.5%;
    margin-left: 3.5%;
}

@media only screen and (min-width: 470px) {
    header .top-area a.like {
        width: 4%;
        margin-left: 4%;
    }
}

header .top-area a img {
    width: 100%;
    height: auto;
    vertical-align: middle;
}

header .top-area form#search-box {
    width: 47%;
}

header .top-area form#search-box input {
    width: 100%;
    display: block;
    background: #c4c4c4 url(../images/common/ic_search.svg) 10px center no-repeat;
    border: none;
    border-radius: 50px;
    font-size: 16px;
    padding: 8px 15px 8px 30px;
    -webkit-appearance: none;
}

@media only screen and (max-width: 469px) {
    header .top-area form#search-box input {
        padding: 6px 15px 5px 30px;
    }
}

.header-top {
    text-align: center;
    z-index: 10;
    background-color: #fff;
}

@media only screen and (min-width: 768px) {
    .header-top .top-area {
        height: 70px !important;
        padding: 0 10px !important;
    }
}

.header-top .top-area {
    position: relative;
    width: 98%;
    height: 55px;
    padding: 0 20px;
    margin: 0 auto;
    display: flex;
    align-items: center;
    justify-content: center;
}

/*-----------------------------------------------------
header-menu
-----------------------------------------------------*/
.top-menu {
    width: 100%;
    display: flex;
    justify-items: center;
    justify-content: center;
    background-color: #4f4f4f;
    background-color: #4f4f4f;
    position: relative;
}

.top-menu li {
    width: auto;
    background-color: #4f4f4f;
    width: 100%;
}

.top-menu li .mens:active, .top-menu li .mens :hover {
    background-color: #9eceff;
}

.top-menu li .kids:active, .top-menu li .kids :hover {
    background-color: #f2c94c;
}

.top-menu li .ladies:active, .top-menu li .ladies :hover {
    background-color: #ffa99b;
}

.top-menu li .other:active, .top-menu li .other :hover {
    background-color: #c4c4c4;
    opacity: 0.8;
}

.top-menu li a {
    height: 35px;
    display: block;
    color: #fff;
    text-align: center;
    font-size: 11px;
    font-weight: bold;
    line-height: 35px;
    box-sizing: border-box;
}

.top-menu li .mens-active {
    background-color: #9eceff;
}

.top-menu li .mens-active:active, .top-menu li .mens-active :hover {
    background-color: #9eceff;
}

.top-menu li .mens-active::after {
    content: "";
    position: absolute;
    bottom: -3px;
    height: 3px;
    width: 100%;
    left: 0;
    background-color: #9eceff;
    display: block;
}

.top-menu li .kids-active {
    background-color: #f2c94c;
}

.top-menu li .kids-active:active, .top-menu li .kids-active :hover {
    background-color: #f2c94c;
}

.top-menu li .kids-active::after {
    content: "";
    position: absolute;
    bottom: -3px;
    height: 3px;
    width: 100%;
    left: 0;
    background-color: #f2c94c;
    display: block;
}

.top-menu li .ladies-active {
    background-color: #ffa99b;
}

.top-menu li .ladies-active:active, .top-menu li .ladies-active :hover {
    background-color: #ffa99b;
}

.top-menu li .ladies-active::after {
    content: "";
    position: absolute;
    bottom: -3px;
    height: 3px;
    width: 100%;
    left: 0;
    background-color: #ffa99b;
    display: block;
}

.top-menu li .other-active {
    background-color: #c4c4c4;
}

.top-menu li .other-active:active, .top-menu li .other-active :hover {
    background-color: #c4c4c4;
}

.top-menu li .other-active::after {
    content: "";
    position: absolute;
    bottom: -3px;
    height: 3px;
    width: 100%;
    left: 0;
    background-color: #c4c4c4;
    display: block;
}

@media only screen and (min-width: 470px) {
    .top-menu li {
        width: 25% !important;
    }
}

@media only screen and (min-width: 768px) {
    .header-top .top-area .menu .btn-group3 {
        display: flex;
        position: absolute;
        right: 10px;
        font-size: 0.9rem;
    }
}

@media only screen and (min-width: 768px) {
    header .menu .btn-group1 ul.btn-genre {
        display: flex;
        margin-right: 50px;
    }
}

@media only screen and (min-width: 768px) {
    header .menu .btn-group1 ul.btn-genre li a {
        width: 72px;
        color: #4F4F4F;
        padding: 0px;
        border: none;
        position: relative;
        display: inline-block;
        text-decoration: none;
        font-size: 0.9rem;
    }
}

@media only screen and (min-width: 768px) {
    .header-top .top-area a.logo {
        width: 12%;
        position: absolute;
        left: 16px;
    }
}

@media only screen and (max-width: 767px) {
    .nosp {
        display: none !important;
    }
}

ul {
    list-style: none;
    margin: 0;
    padding: 0;
}

@media only screen and (min-width: 768px) {
    .header-top .top-area .menu .btn-group3 .btn-menu a i.fa {
        margin-right: 5px;
        font-family: 'Font Awesome 5 Free';
        font-style: normal;
    }
}

.fa-bars:before {
    content: "\f0c9";
}

/*-----------------------------------------------------
nav
-----------------------------------------------------*/
.wrapper {
    height: 100%;
    overflow-x: hidden;
    position: relative;
}

.overlay {
    content: "";
    display: block;
    width: 0;
    height: 0;
    background-color: rgba(0, 0, 0, 0.3);
    position: absolute;
    top: 0;
    left: 0;
    z-index: 3;
    opacity: 0;
    transition: opacity .5s;
}

.overlay.open {
    width: 100%;
    height: 100%;
    opacity: 1;
}

main {
    height: 100%;
    min-height: 100vh;
    transition: all .5s;
}

main .menu-trigger {
    display: inline-block;
    width: 18px;
    height: 12px;
    vertical-align: middle;
    cursor: pointer;
    position: absolute;
    top: 15px;
    right: 20px;
    z-index: 100;
}

main .menu-trigger span {
    display: inline-block;
    position: absolute;
    left: 0;
    width: 100%;
    height: 2px;
    background-color: #fff;
}

main .menu-trigger span:nth-of-type(1) {
    top: 0;
}

main .menu-trigger span:nth-of-type(2) {
    top: 5px;
}

@media only screen and (min-width: 470px) {
    main .menu-trigger span:nth-of-type(2) {
        top: 8px;
    }
}

main .menu-trigger span:nth-of-type(3) {
    bottom: 0;
}

@media only screen and (min-width: 470px) {
    main .menu-trigger {
        height: 18px;
        width: 24px;
        top: 18px;
    }
}

@media only screen and (max-width: 469px) {
    main .menu-trigger {
        width: 25px;
        height: 19px;
        top: 18px;
        right: 15px;
    }

    main .menu-trigger span {
        height: 3px;
    }

    main .menu-trigger span:nth-of-type(2) {
        top: 8px;
    }
}

main .menu-trigger.active {
    display: none;
}

main .menu-trigger.active span {
    background-color: #fff;
}

nav {
    width: 280px;
    height: 100%;
    background-color: #828282;
    position: fixed;
    top: 0;
    right: 0;
    z-index: 20;
    transform: translate(280px);
    transition: all .5s;
    max-height: 100vh;
    overflow-y: scroll;
}

nav ul li {
    position: relative;
    font-sixe: 15px;
}

nav ul li a {
    display: block;
    color: #fff !important;
    text-decoration: none;
}

@media only screen and (min-width: 470px) {
    nav ul li a {
        padding: 16px;
    }
}

@media only screen and (max-width: 469px) {
    nav ul li a {
        padding: 12px;
    }
}

nav ul li a i {
    font-size: 0.8rem;
    margin-left: 10px;
}

nav ul li + li {
    border-top: 1px solid #656565;
}

nav ul li:last-child {
    margin-bottom: 40px;
}

nav ul li.bar {
    background: #c4c4c4;
    font-size: 0.9rem;
    color: #828282;
    padding: 10px 8px;
    border-top: none;
}

nav ul li.bar p {
    padding-left: 8px;
    font-weight: bold;
}

nav ul li.bar + li {
    border-top: none;
}

nav.open {
    transform: translateZ(0);
    box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
}

/*-----------------------------------------------------
header-sub-menu
-----------------------------------------------------*/
.header-sub-menu {
    width: 100%;
    display: flex;
    justify-items: center;
    justify-content: center;
    padding: 16px 0;
    background-color: #ffffff;
}

.header-sub-menu li {
    width: 28%;
    margin: 0px 2%;
    position: relative;
}

.header-sub-menu li:hover:after {
    content: "";
    position: absolute;
    top: 95%;
    left: 50%;
    margin-left: -8px;
    border: 8px solid transparent;
    border-top: 8px solid #4f4f4f;
}

.header-sub-menu li a {
    background-color: #d6d6d6;
    color: #4f4f4f;
    display: flex;
    justify-items: center;
    justify-content: center;
    border-radius: 20px;
    padding: 5px;
    font-size: 0.8em;
}

.header-sub-menu li a:hover {
    background-color: #4f4f4f;
    color: #ffffff;
}

.header-sub-menu .sub-menu-on {
    background-color: #4f4f4f;
    color: #ffffff;
}

.header-sub-menu .sub-menu-on::after {
    content: "";
    position: absolute;
    top: 95%;
    left: 50%;
    margin-left: -8px;
    border: 8px solid transparent;
    border-top: 8px solid #4f4f4f;
}

/*-----------------------------------------------------
footer
-----------------------------------------------------*/
footer {
    width: 100%;
    overflow: hidden;
    background-color: #c4c4c4;
    padding: 25px 0 25px;
    font-size: 14px;
    margin-top: 30px !important;
}

@media only screen and (max-width: 639px) {
    footer {
        padding-bottom: 0;
    }
}

footer .ft-top,
footer .ft-txt,
footer .ft-list,
footer .service-box,
footer .comp-box {
    padding-left: 25px;
    padding-right: 25px;
}

footer .ft-top {
    font-weight: bold;
}

footer .ft-top:not(:first-of-type) {
    margin-top: 30px;
}

footer .ft-txt {
    margin-top: 15px;
    padding-bottom: 10px;
}

footer .ft-list {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
}

footer .ft-list li {
    margin-top: 12px;
    margin-right: 5px;
}

footer .ft-list li a {
    display: block;
    background-color: #222;
    color: #fff;
    box-sizing: border-box;
    font-size: 11px;
    border-radius: 50px;
    min-width: 55px;
    text-align: center;
    padding: 5px;
}

footer .ft-list li a:hover {
    opacity: 0.8;
}

footer .logo {
    width: 84px;
    margin: 15px auto 0;
}

footer .logo img {
    width: 100%;
}

footer .comp-box,
footer .service-box {
    display: flex;
    flex-wrap: wrap;
    margin-top: 35px;
    justify-content: center;
}

footer .comp-box li a,
footer .service-box li a {
    display: block;
    font-size: 12px;
    line-height: 1.8;
}

footer .comp-box li:not(:last-of-type) a::after,
footer .service-box li:not(:last-of-type) a::after {
    content: "|";
    font-size: 12px;
    display: inline-block;
    margin: 0 8px;
    color: #949494;
}

@media only screen and (max-width: 639px) {
    .service-box {
        padding-bottom: 5px;
    }
}

footer .comp-box {
    margin-top: 10px;
}

footer .comp-copy {
    display: flex;
    justify-content: center;
    font-size: 0.55rem;
}

footer .comp-copy li {
    margin: 25px 4px 0;
}

footer .comp-copy li:first-child {
    border-right: solid 1px #949494;
    padding-right: 8px;
}

footer .comp-bottom {
    background-color: #fff;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 8px;
    margin: 24px 24px 0px;
    box-sizing: border-box;
}

@media only screen and (min-width: 640px) {
    footer .comp-bottom {
        padding: 8px 0;
    }
}

@media only screen and (max-width: 639px) {
    footer .comp-bottom {
        padding: 8px 8px;
        margin: 24px 0 0;
    }
}

footer .comp-bottom li {
    margin: 0 8px;
}

footer .comp-bottom li:first-child img {
    max-width: 100%;
    max-height: 27px;
    height: auto;
}

footer .comp-bottom li:first-child .biglobe-logo {
    max-height: 36px;
    height: 36px;
}

footer .comp-bottom li img {
    max-width: 100%;
    max-height: 50px;
    height: auto;
}

footer .comp-bottom li .logo-area {
    display: flex;
    justify-content: center;
    align-items: center;
}

footer .comp-bottom li .logo-area div {
    margin: 0 4px;
}

footer #page_top {
    width: 50px;
    height: 50px;
    position: fixed;
    right: 0;
    bottom: 0;
    background: #333333;
    opacity: 0.6;
}

footer #page_top a {
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 50px;
    height: 50px;
    text-decoration: none;
}

footer #page_top a::before {
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    width: 3px;
    height: 14px;
    background: #fff;
    margin: 0 auto;
}

footer #page_top a::after {
    content: "";
    position: relative;
    display: flex;
    text-decoration: none;
    margin-top: -3px;
    width: 8px;
    height: 8px;
    border-top: 3px solid #fff;
    border-right: 3px solid #fff;
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
}

a {
    margin: 0;
    padding: 0;
    font-size: 100%;
    color: #000;
    vertical-align: baseline;
    background: transparent;
    text-decoration: none;
    outline: none;
}