.header {
    position: static;
}

/* 
fadeAnime
leftAnime
upAnime
downAnime
*/

/* header */
.page-header {
    background: #e2e2e2;
    background-size: cover;
    background-position: center;
    margin: 15px 0 55px;
    height: 35vh;
    position: relative;
}
.page-header__inner {
    display: flex;
    justify-content: center;
    align-items: center;
    height: 100%;
}
.page-header__title {
    background: rgb(246,146,30);
    background: linear-gradient(90deg, rgba(246,146,30,1) 0%, rgba(240,90,36,1) 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    display: inline-block;
    font-size: 50px;
    font-weight: bold;
}
@media screen and (max-width: 976px) {
    /* header */
    .page-header {
        margin: 15px 0 55px;
        height: 35vh;
    }
    .page-header__title {
        font-size: 32px;
    }
}

/* common */
.page-block {
    margin: 0 0 45px;
}
.page-block__header {
    margin: 0 0 35px;
    text-align: center;
}
.block-title {
    color: #303044;
    font-size: 32px;
    font-weight: bold;
    margin: 0 0 20px;
}
.block-title span {
    background: rgb(246,146,30);
    background: linear-gradient(90deg, rgba(246,146,30,1) 0%, rgba(240,90,36,1) 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    font-size: 32px;
    font-weight: bold;
}
.block-title__sub {
    color: #303044;
    font-size: 24px;
}
.block-title__text {
    color: #303044;
    font-size: 16px;
	margin-top:10px;
}
.page-block__body {
    margin: 0 0 60px;
}
/* point */
.china-point__list {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    margin: 0 auto;
    width: 100%;
    max-width: 1000px;
}
.china-point__list li {
    margin: 0 0 25px;
    text-align: center;
    width: 30%;
}
.point-title {
    color: #303044;
    font-size: 24px;
    font-weight: bold;
    margin: 5px 0 10px;
}
.point-text {
    color: #303044;
    font-size: 16px;
    line-height: 1.8em;
    text-align: left;
}
/* list block */
.page-block__list {
    margin: 0 auto;
    width: 100%;
    max-width: 1000px;
}
.page-block__list li {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    margin: 0 0 35px;
}
.page-block__list li:nth-child(even) {
    flex-direction: row-reverse;
}
.pagelist-text__block {
    width: 50%;
}
.pagelist-image__block {
    width: calc(50% - 25px);
}
.pagelist-text__title {
    color: #303044;
    font-size: 26px;
    font-weight: bold;
    margin: 0 0 10px;
}
.pagelist-text__title-sub {
    color: #303044;
    font-size: 20px;
    font-weight: 500;
    margin: 0 0 15px;
}
.pagelist-text__description {
    color: #303044;
    font-size: 14px;
    line-height: 1.8em;
}
.description-contents {
    margin: 0 auto;
    text-align: center;
    width: 95%;
    max-width: 1000px;
}
.description-contents h3 {
    color: #303044;
    font-size: 24px;
    font-weight: bold;
    margin: 0 0 10px;
    text-align: left;
}
.description-text {
    background: var(--sub-theme-color);
    margin: 0 0 25px;
    padding: 10px;
}
.description-text__inner {
    background: #fff;
    padding: 10px;
    text-align: left;
}
.description-text__inner p {
    color: #303044;
    font-size: 20px;
    line-height: 1.8em;
}
/* china */

.page-block__footer {
    margin: 0;
    padding: 45px 0 50px;
}
.page-block__footer-inner {
    margin: 0 auto;
    width: 95%;
}
.page-footer__text {
    color: #303044;
    font-size: 34px;
    font-weight: bold;
    line-height: 1.8em;
    text-align: center;
}
.page-footer__text span {
    background: rgb(246,146,30);
    background: linear-gradient(90deg, rgba(246,146,30,1) 0%, rgba(240,90,36,1) 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    font-size: 34px;
    font-weight: bold;
}
.page-footer__contact {
    border: 2px solid var(--sub-theme-color);
    border-radius: 10px;
    color: var(--sub-theme-color);
    display: block;
    font-size: 21px;
    font-weight: 500;
    margin: 25px auto;
    padding: 20px 0;
    text-align: center;
    transition-duration: .2s;
    width: 100%;
    max-width: 500px;
}
.page-footer__contact:hover {
    background: var(--sub-theme-color);
    color: #fff;
}
@media screen and (max-width: 976px) {
    /* common */
    .page-block {
        margin: 0 0 45px;
    }
    .page-block__header {
        margin: 0 auto 35px;
        width: 95%;
    }
    .block-title {
        font-size: 28px;
        margin: 0 0 20px;
    }
    .block-title span {
        font-size: 28px;
    }
    .block-title__sub {
        font-size: 20px;
    }
    .page-block__body {
        margin: 0 auto 45px;
        width: 95%;
    }
    .page-block__footer {
        padding: 25px 0 50px;
    }
    .page-footer__text {
        font-size: 24px;
    }
    .page-footer__text span {
        font-size: 24px;
    }
    .page-footer__contact {
        font-size: 16px;
        width: 80%;
    }
	.footer-label{
		color:#fff;
		background:#000;
		text-align:center;
		padding:15px 0;
	}
    /* china */

    /* point */
    .china-point__list li {
        width: 47%;
    }
    .point-title {
        font-size: 18px;
    }
    .point-text {
        font-size: 14px;
    }
}
@media screen and (max-width: 756px) {
    /* common */
    .description-text__inner p {
        font-size: 16px;
    }
    /* support */
    .page-block__list li,
    .page-block__list li:nth-child(even) {
        flex-direction: column-reverse;
    }
    .pagelist-text__block,
    .pagelist-image__block {
        width: 100%;
    }
    .pagelist-image__block {
        margin: 0 0 10px;
        text-align: center;
    }
    .pagelist-text__title {
        font-size: 22px;
    }
    .pagelist-text__title-sub {
        font-size: 18px;
    }
    .pagelist-text__description {
        font-size: 13px;
    }
}
@media screen and (max-width: 350px) {
    .page-footer__contact {
        width: 95%;
    }
}

/* nft */
.animeta-images {
    padding: 25px 0;
}
.nft-achievement__list {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    margin: 0 auto;
    width: 100%;
    max-width: 1000px;
}
.nft-achievement__list li {
    background: #fff;
    border: 1px solid #ccc;
    display: flex;
    justify-content: center;
    align-items: center;
    margin: 0 0 25px;
    padding: 50px 0;
    width: 48%;
}
/* system */
.service-icon__list {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    margin: 0 auto;
    width: 100%;
    max-width: 1000px;
}
.service-icon__list li {
    margin: 0 0 25px;
    text-align: center;
    width: 15%;
}
.service-list__name {
    color: #303044;
    font-size: 16px;
    margin: 10px 0 0;
}
.service-contents__list {
    margin: 0 auto;
    width: 100%;
    max-width: 1000px;
}
.service-contents__list li {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    margin: 0 0 35px;
}
.service-contents__image {
    width: 35%;
}
.service-contents__text {
    width: calc(65% - 25px);
}
.service-contents__title {
    color: #303044;
    font-size: 21px;
    font-weight: bold;
    margin: 0 0 10px;
}
.service-contents__description {
    color: #303044;
    font-size: 16px;
}
@media screen and (max-width: 976px) {
    .service-icon__list li {
        width: 23%;
    }
}
@media screen and (max-width: 560px) {
    .service-icon__list li {
        width: 31%;
    }
    .service-contents__list li {
        flex-wrap: wrap;
    }
    .service-contents__image {
        margin: 0 0 15px;
        width: 100%;
    }
    .service-contents__text {
        width: 100%;
    }
}

/* company */
.group-image {
    text-align: center;
}
.page-block__table {
    border-collapse: collapse;
    margin: 0 auto;
    width: 100%;
    max-width: 1000px;
}
.page-block__table th,
.page-block__table td {
    border-bottom: 1px solid #DCDEDD;
    color: #303044;
    font-size: 18px;
    padding: 15px 10px;
    text-align: left;
}
.page-block__table th {
    font-weight: bold;
}
.company-map {
    margin: 35px auto 0;
    width: 100%;
    max-width: 1000px;
}
@media screen and (max-width: 976px) {
    .page-block__table th,
    .page-block__table td {
        display: block;
        width: 100%;
    }
    .page-block__table th {
        border-bottom: 0;
        padding: 10px 10px 0;
    }
}

/* contact */
.contact-form__inner {
    margin: 0 auto;
    width: 100%;
    max-width: 800px;
}
.contact-form__block {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    margin: 0 0 20px;
}
.contact-form__title {
    font-size: 18px;
    width: 25%;
}
.contact-form__item {
    font-size: 16px;
    width: calc(75% - 25px);
    white-space: break-spaces;
}
.contact-form__item input[type="text"],
.contact-form__item input[type="email"],
.contact-form__item select,
.contact-form__item textarea {
    background: #fff;
    border: 1px solid #ccc;
    font-size: 16px;
    padding: 10px;
    width: 100%;
}

.contact-form__block .wpcf7-form-control.wpcf7-radio .wpcf7-list-item label,
.contact-form__check .wpcf7-form-control.wpcf7-acceptance .wpcf7-list-item label {
    display: block;
    font-size: 1.2em;
    margin: 0 0 10px;
    padding: 10px 10px 10px 30px;
    position: relative;
}
.contact-form__block .wpcf7-form-control.wpcf7-radio .wpcf7-list-item label::before,
.contact-form__check .wpcf7-form-control.wpcf7-acceptance .wpcf7-list-item label::before {
    background: #fff;
    border: 1px solid #ccc;
    content: "";
    display: flex;
    justify-content: center;
    align-items: center;
    height: 20px;
    margin: auto;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 8px;
    width: 20px;
    z-index: 1;
}
.contact-form__block .wpcf7-form-control.wpcf7-radio .wpcf7-list-item label::before {
    border-radius: 50%;
}
.contact-form__block .wpcf7-form-control.wpcf7-radio .wpcf7-list-item.active label::after,
.contact-form__check .wpcf7-form-control.wpcf7-acceptance .wpcf7-list-item.active label::after {
    content: "";
    margin: auto;
    position: absolute;
    top: 0;
    bottom: 0;
    z-index: 2;
}
.contact-form__block .wpcf7-form-control.wpcf7-radio .wpcf7-list-item.active label::after {
    background: #434343;
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
    height: 12px;
    left: 13px;
    width: 12px;
}
.contact-form__check .wpcf7-form-control.wpcf7-acceptance .wpcf7-list-item.active label::after {
    content: "\f00c";
    font-family: "FontAwesome";
    font-size: 16px;
    left: 12px;
    top: 30%;
}
.contact-form__block .wpcf7-list-item {
    display: block;
    margin: 0;
}
.contact-form__block .wpcf7-list-item-label {
    font-size: 16px;
    margin: 0 0 0 10px;
}

.contact-form__check span {
    display: block;
    width: 100%;
}
.contact-form__check label {
    display: flex !important;
    justify-content: center;
    align-items: center;
    margin: 0 auto !important;
    width: max-content;
}
.contact-form__check .wpcf7-list-item-label {
    font-size: 14px;
    margin: 0 0 0 10px;
}

.contact-form__submit {
    margin: 25px 0 0;
    text-align: center;
}
.contact-form__submit input {
    background: rgb(246,146,30);
    background: linear-gradient(90deg, rgba(246,146,30,1) 0%, rgba(240,90,36,1) 100%);
    border: 0;
    border-radius: 10px;
    color: #fff;
    cursor: pointer;
    font-size: 18px;
    font-weight: 500;
    padding: 15px 0;
    width: 100%;
    max-width: 300px;
}
.form-complete__text {
    font-size: 22px;
    line-height: 1.8em;
    text-align: center;
}

@media screen and (max-width: 976px) {
    .contact-form__block {
        flex-wrap: wrap;
    }
    .contact-form__title {
        font-size: 16px;
        margin: 0 0 10px;
        width: 100%;
    }
    .contact-form__item {
        font-size: 16px;
        width: 100%;
    }
}
/* newarrival */
.newarrival-other {
    margin: 0 auto;
    padding: 25px 0 50px;
    width: 95%;
    max-width: 900px;
}
.newarrival-other__inner {
    padding: 0 0 20px;
}
.newarrival-other__list li {
    border-bottom: 1px solid var(--sub-theme-color);
    margin: 0 0 5px;
    padding: 10px 0;
}
.newarrival-other__list li a {
    display: flex;
    justify-content: flex-start;
    align-items: center;
}
.newarrival-other__date {
    font-size: 20px;
    margin: 0 10% 0 0;
}
.newarrival-other__text {
    font-size: 20px;
}
@media screen and (max-width: 976px) {
    /* newarrival */
    .newarrival-other__list li a {
        display: block;
    }
    .newarrival-other__date {
        font-size: 14px;
        margin: 0;
    }
    .newarrival-other__text {
        font-size: 14px;
    }
}
/* post */
.post-contents {
    border-bottom: 2px solid #ccc;
    margin: 0 auto 50px;
    width: 95%;
    max-width: 900px;
}
.post-contents__header {
    padding: 0 0 25px;
}
.post-contents__info {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin: 0 0 10px;
}
.post-contents__date {
    color: #303044;
    font-size: 14px;
}
.post-social__list {
    display: flex;
    justify-content: flex-end;
    align-items: center;
}
.post-social__list li {
    margin: 0 5px;
}
.post-social__list li a i {
    color: #303044;
    font-size: 16px;
}
.post-contents__title {
    color: #303044;
    font-size: 36px;
    font-weight: 500;
    margin: 0 0 10px;
}
.post-contents__title-sub {
    color: #303044;
    font-size: 23px;
    line-height: 1.5em;
}
.post-contents__body p {
    color: #303044;
    font-size: 16px;
    line-height: 1.8em;
    margin: 0 0 18px;
}
@media screen and (max-width: 756px) {
    .post-contents__title {
        font-size: 28px;
    }
    .post-contents__title-sub {
        font-size: 20px;
    }
}
/* pagenation */
.pagination ul {
    display: flex;
    justify-content: center;
    align-items: center;
}
.pagination ul li span,
.pagination ul li a {
    border: 1px solid var(--sub-theme-color);
    color: #303044;
    font-size: 18px;
}
.pagination ul li {
    margin: 0 5px;
}
.pagination ul li span.current,
.pagination ul li a {
    display: block;
    line-height: 1.5em;
    padding: 2px 10px;
}
.pagenation ul li a {
    color: #303044;
}
.pagination ul li span.current {
    background: var(--sub-theme-color);
    color: #fff;
}

.pagination ul li a.next,
.pagination ul li a.prev {
    border: 0;
}
.about-contents__body{
display:none;
}
.nogtl-contents{
display:none;
}
.newarrival-contents{
display:none;
}
.about-contents__inner{
margin-top:-50px;
}
.page-block__table tr:nth-child(5){
display:none
}