/* WORLDWIDE */
.page-ttl-worldwide {
    text-shadow: 0 0 10px rgba(0, 0, 0, 0.8);
}
.worldwide-ttl__exp {
    font-size: 16px;
    line-height: 2;
    text-align: center;
}
.worldwide {
    width: 100%;
}
/* base */
.base {
    padding: 100px 0 0;
}
.base h3 {
    width: 280px;
    font-size: 20px;
    font-weight: 600;
    text-align: center;
    background: #C6B662;
    padding: 15px 0;
    margin: 0 auto -30px;
    position: relative;
}
.base h3::before {
    content: '';
    width: 100vw;
    height: 2px;
    background: #C6B662;
    opacity: .5;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: -1;
}
.base__container {
    background-image: linear-gradient(0deg, transparent calc(100% - 1px), rgba(198, 182, 98, .15) calc(100% - 1px)),
                      linear-gradient(90deg, transparent calc(100% - 1px), rgba(198, 182, 98, .15) calc(100% - 1px));
    background-size: 16px 16px;
    background-repeat: repeat;
    background-position: center center;
    padding: 50px 0 70px;
}
.base__data {
    width: 90%;
    max-width: 650px;
    margin: 0 auto;
    display: flex;
}
.base__data__info {
    width: 50%;
    border-top: 2px solid #E3DAB0;
    border-bottom: 2px solid #E3DAB0;
    padding: 10px 0 30px;
    display: flex;
    justify-content: center;
    align-items: end;
    position: relative;
}
.base__data__info:first-child:before {
    content: '';
    width: 2px;
    height: 80%;
    background: #E3DAB0;
    position: absolute;
    top: 50%;
    right: 0;
    transform: translateY(-50%);
}
.base__data__info span {
    color: #861E44;
    font-size: 130px;
    font-weight: 700;
    letter-spacing: -0.02em;
    line-height: 1;
}
.base__data__info p {
    font-size: 38px;
    font-weight: 600;
}
.base__map {
    width: 90%;
    max-width: 1020px;
    margin: 30px auto 0;
    position: relative;
}
.base__map::before {
    content: '';
    width: 150px;
    height: 500px;
    background-image: radial-gradient(#C6B662 35%, transparent 35%), radial-gradient(#C6B662 35%, transparent 35%);
    background-size: 14px 14px;
    background-position: 0 0, 7px 7px;
    position: absolute;
    top: -100px;
    left: -200px;
}
.base__map::after {
    content: '';
    width: 150px;
    height: 500px;
    background-image: radial-gradient(#C6B662 35%, transparent 35%), radial-gradient(#C6B662 35%, transparent 35%);
    background-size: 14px 14px;
    background-position: 0 0, 7px 7px;
    position: absolute;
    top: -100px;
    right: -200px;
}
.base__map img {
    width: 100%;
}
.base__map__link__wrap {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
}
.base__map__link {
    background: #F4F0E0;
}
.base__map__link__index {
    font-size: 12px;
    font-weight: 400;
    letter-spacing: 0.12em;
    text-align: center;
    border-bottom: .5px solid #2E2E2E;
    padding: 7px 15px;
}
.base__map__link.europe {
    position: absolute;
    top: 42.5%;
    left: 13%;
}
.base__map__link.americas {
    position: absolute;
    top: 52%;
    left: 78%;
}
.base__map__link.other {
    position: absolute;
    top: 68%;
    left: 43.5%;
}
.base__map__link.n-asia {
    position: absolute;
    top: 5.3%;
    left: 53%;
}
.base__map__link ul {
    padding: 7px 15px;
}
.base__map__link__btn {
    margin-top: 7px;
    display: flex;
    align-items: center;
    transition: all .3s ease;
}
.base__map__link__btn:hover {
    opacity: .5;
    transition: all .3s ease;
}
.base__map__link__icon {
    width: 30px;
}
.base__map__link__icon img {
    width: 100%;
    vertical-align: middle;
}
.base__map__link__btn p {
    font-size: 12px;
    letter-spacing: 0.12em;
    margin-left: 5px;
}
.base__map__link__item {
    width: 12px;
    margin-left: 5px;
    display: flex;
    align-items: center;
}
.base__map__link__item img {
    width: 100%;
}
.base__exp {
    width: 90%;
    max-width: 650px;
    font-size: 16px;
    letter-spacing: 0.08em;
    line-height: 1.5;
    margin: 50px auto 0;
}
/* number */
.number {
    width: 100%;
    background: url('../images/contents/worldwide-number-bg.jpg') center center no-repeat;
    background-size: cover;
    padding: 60px 0;
    position: relative;
}
.number__item__wrap {
    width: 100%;
    height: 100%;
    max-width: 1020px;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}
.number__item01, .number__item02, .number__item03 {
    width: 150px;
    height: 500px;
    background-image: radial-gradient(#C6B662 35%, transparent 35%), radial-gradient(#C6B662 35%, transparent 35%);
    background-size: 14px 14px;
    background-position: 0 0, 7px 7px;
    position: absolute;
    left: -200px;
    transform: translateY(-50%);
}
.number__item04, .number__item05, .number__item06 {
    width: 150px;
    height: 500px;
    background-image: radial-gradient(#C6B662 35%, transparent 35%), radial-gradient(#C6B662 35%, transparent 35%);
    background-size: 14px 14px;
    background-position: 0 0, 7px 7px;
    position: absolute;
    right: -200px;
    transform: translateY(-50%);
}
.number__item01, .number__item04 {
    top: 15%;
}
.number__item02, .number__item05 {
    top: 50%;
}
.number__item03, .number__item06 {
    top: 85%;
}
/* top */
.number__top {
    width: 90%;
    max-width: 685px;
    margin: 0 auto;
}
.number__top__data {
    background: #F4F0E0;
    border-right: 2px solid #E3DAB0;
    border-bottom: 2px solid #E3DAB0;
    padding: 20px 0 10px;
}
.number__top__data__inner {
    width: 90%;
    max-width: 450px;
    margin: 0 auto;
}
.number__cnt__ttl {
    width: 100%;
    font-size: 24px;
    font-weight: 600;
    letter-spacing: 0.06em;
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 0 15px;
}
.number__cnt__ttl span {
    display: block;
    width: 10px;
    height: 10px;
    background: #C6B662;
    border-radius: 100%;
}
.number__top__data__container {
    margin-top: 30px;
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.number__top__data__img01 {
    width: 70px;
}
.number__top__data__img01 img {
    width: 100%;
}
.number__top__data__number {
    display: flex;
    align-items: end;
}
.number__top__data__number p {
    font-size: 38px;
    font-weight: 600;
}
.number__top__data__number span {
    color: #7C1C40;
    font-size: 120px;
    font-weight: 700;
    line-height: 1;
}
.number__top__data__img02 {
    width: 100px;
}
.number__top__data__img02 img {
    width: 100%;
}
.number__top__data__add {
    font-size: 15px;
    font-weight: 400;
    letter-spacing: 0.06em;
    text-align: center;
    margin-top: 10px;
}
.number__top__data__exp {
    max-width: 580px;
    font-size: 16px;
    font-weight: 400;
    letter-spacing: 0.04em;
    line-height: 2;
    margin: 30px auto 0;
}
/* middle */
.number__middle {
    width: 90%;
    max-width: 750px;
    margin: 100px auto 0;
    display: flex;
    justify-content: space-between;
}
.number__middle__cnt {
    width: 47%;
}
.number__middle__data {
    height: 430px;
    background: #F4F0E0;
    border-right: 2px solid #E3DAB0;
    border-bottom: 2px solid #E3DAB0;
    padding: 20px 0;
}
.number__middle__data__container {
    width: 90%;
    margin: 30px auto 0;
}
.number__middle__data__container {
    padding-bottom: 30px;
    display: flex;
    justify-content: space-between;
    position: relative;
}
.number__middle__data__container__item {
    width: 140px;
    height: 2px;
    background: #E3DAB0;
    position: absolute;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
}
.number__middle__data__img01 {
    width: 55px;
    margin-top: 45px;
}
.number__middle__data__img02 {
    width: 45px;
    margin-top: 40px;
}
.number__middle__data__img03 {
    width: 85px;
    margin-top: 20px;
}
.number__middle__data__img01 img, .number__middle__data__img02 img, .number__middle__data__img03 img {
    width: 100%;
}
.number__middle__data__number--txt {
    font-size: 24px;
    font-weight: 600;
    letter-spacing: 0.06em;
}
.number__middle__data__number__flex {
    display: flex;
    align-items: center;
}
.number__middle__data__number__flex span {
    color: #7C1C40;
    font-size: 80px;
    font-weight: 700;
    line-height: 1;
}
.number__middle__data__number__flex p {
    font-size: 30px;
    font-weight: 600;
    -ms-writing-mode: tb-rl;
    writing-mode: vertical-rl;
}
.number__middle__data__number__flex02 {
    display: flex;
    align-items: end;
}
.number__middle__data__number__flex02 span {
    color: #7C1C40;
    font-size: 120px;
    font-weight: 700;
    line-height: 1;
}
.number__middle__data__number__flex02 p {
    font-size: 30px;
    font-weight: 600;
}
.number__middle__data__number--add {
    font-size: 15px;
    font-weight: 400;
    letter-spacing: 0.06em;
}
.number__middle__data__detail {
    width: 95%;
    margin: 10px auto 0;
}
.number__middle__data__detail h5 {
    width: 170px;
    color: #C6B662;
    font-size: 14px;
    font-weight: 400;
    letter-spacing: 0.12em;
    text-align: center;
    background: #040000;
    padding: 5px 0;
    margin: 0 auto;
}
.number__middle__data__detail__exp {
    font-size: 14px;
    font-weight: 600;
    text-align: center;
    margin-top: 10px;
}
.number__middle__data__detail__add {
    margin-top: 15px;
}
.number__middle__data__detail__add__ttl {
    width: 170px;
    font-size: 13px;
    font-weight: 400;
    letter-spacing: 0.06em;
    text-align: center;
    margin: 0 auto;
    position: relative;
}
.number__middle__data__detail__add__ttl::before {
    content: '';
    width: 1px;
    height: 20px;
    background: #000000;
    position: absolute;
    top: 50%;
    left: 0;
    transform: translateY(-50%) rotate(-30deg);
}
.number__middle__data__detail__add__ttl::after {
    content: '';
    width: 1px;
    height: 20px;
    background: #000000;
    position: absolute;
    top: 50%;
    right: 0;
    transform: translateY(-50%) rotate(30deg);
}
.number__middle__data__detail__add p {
    font-size: 13px;
    font-weight: 400;
    letter-spacing: 0.06em;
    text-align: center;
    margin-top: 10px;
}
.number__middle__data__exp {
    font-size: 16px;
    letter-spacing: 0.08em;
    line-height: 2;
    margin-top: 30px;
}
/* bottom01 */
.number__bottom01 {
    width: 90%;
    max-width: 980px;
    margin: 60px auto 0;
}
.number__bottom01__data {
    background: #F4F0E0;
    border-right: 2px solid #E3DAB0;
    border-bottom: 2px solid #E3DAB0;
    padding: 20px 0;
    display: flex;
    position: relative;
}
.number__bottom01__data::before {
    content: '';
    width: 1px;
    height: 70%;
    background: #C6B662;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
}
.number__bottom01__data__cnt {
    width: 50%;
}
.number__bottom01__data__cnt__inner01 {
    width: 90%;
    max-width: 360px;
    margin: 20px auto 0;
}
.number__bottom01__data__cnt__inner02 {
    width: 90%;
    max-width: 400px;
    margin: 20px auto 0;
}
.number__bottom01__data__cnt__exp {
    font-size: 24px;
    font-weight: 600;
    letter-spacing: 0.06em;
    text-align: center;
}
.number__bottom01__data__cnt__flex {
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.number__bottom01__data__cnt__flex.right {
    padding-left: 20px;
}
.number__bottom01__data__cnt__flex__img01 {
    width: 85px;
}
.number__bottom01__data__cnt__flex__img02 {
    width: 70px;
}
.number__bottom01__data__cnt__flex__img03 {
    width: 95px;
}
.number__bottom01__data__cnt__flex__img01 img, .number__bottom01__data__cnt__flex__img02 img, .number__bottom01__data__cnt__flex__img03 img {
    width: 100%;
}
.number__bottom01__data__cnt__flex__number {
    padding-left: 10px;
    margin-top: 10px;
    display: flex;
    align-items: end;
}
.number__bottom01__data__cnt__flex__number span {
    color: #7C1C40;
    font-size: 120px;
    font-weight: 700;
    line-height: 1;
}
.number__bottom01__data__cnt__flex__number p {
    font-size: 38px;
    font-weight: 600;
    letter-spacing: -0.02em;
}
.number__bottom01__exp {
    width: 90%;
    max-width: 580px;
    font-size: 16px;
    font-weight: 400;
    letter-spacing: 0.08em;
    line-height: 2;
    margin: 30px auto 0;
}
/* bottom02 */
.number__bottom02 {
    width: 90%;
    max-width: 685px;
    margin: 90px auto 0;
}
.number__bottom02__data {
    width: 100%;
    background: #F4F0E0;
    border-right: 2px solid #E3DAB0;
    border-bottom: 2px solid #E3DAB0;
    padding: 20px 0;
}
.number__bottom02__data__cnt {
    width: 90%;
    margin: 20px auto 0;
}
.number__bottom02__data__cnt__exp {
    font-size: 24px;
    font-weight: 600;
    letter-spacing: 0.06em;
    text-align: center;
}
.number__bottom02__data__cnt__flex {
    display: flex;
    justify-content: center;
    align-items: end;
    gap: 0 20px;
}
.number__bottom02__data__cnt__flex__img {
    width: 180px;
}
.number__bottom02__data__cnt__flex__img img {
    width: 100%;
}
.number__bottom02__data__cnt__flex__number {
    display: flex;
    align-items: end;
}
.number__bottom02__data__cnt__flex__number span {
    color: #7C1C40;
    font-size: 120px;
    font-weight: 700;
    letter-spacing: -0.05em;
    line-height: 1;
}
.number__bottom02__data__cnt__flex__number p {
    font-size: 38px;
    font-weight: 600;
    margin-left: 10px;
}
.number__bottom02__data__cnt__flex__txt {
    font-size: 38px;
    font-weight: 600;
    letter-spacing: -0.02em;
}
.number__bottom02__exp {
    width: 90%;
    max-width: 580px;
    font-size: 16px;
    font-weight: 400;
    letter-spacing: 0.08em;
    line-height: 2;
    margin: 30px auto 0;
}
@media screen and (max-width: 1133px) {
    .base__map__link__index {
        font-size: 1.059vw;
        border-bottom: .044vw solid #2E2E2E;
        padding: .617vw 1.323vw;
    }
    .base__map__link ul {
        padding: .617vw 1.323vw;
    }
    .base__map__link__btn {
        margin-top: .617vw;
    }
    .base__map__link__icon {
        width: 2.647vw;
    }
    .base__map__link__btn p {
        font-size: 1.059vw;
        margin-left: .441vw;
    }
    .base__map__link__item {
        width: 1.059vw;
        margin-left: .441vw;
    }
}
@media screen and (max-width: 900px) {
    /* number */
    .number__middle__data__number__flex span {
        font-size: 8.888vw;
    }
}
@media screen and (max-width: 768px) {
    .worldwide-ttl__exp {
        text-align: left;
    }
    /* base */
    .base {
        padding: 30px 0 0;
    }
    .base h3 {
        width: 200px;
        font-size: 18px;
        padding: 10px 0;
        margin: 0 auto -20px;
    }
    .base__data__info {
        padding: 10px 0 20px;
    }
    .base__data__info span {
        font-size: 64px;
    }
    .base__data__info p {
        font-size: 20px;
    }
    .base__map {
        width: 115vw;
        left: 0;
    }
    .base__map::before {
        display: none;
    }
    .base__map::after {
        display: none;
    }
    .base__map__link__wrap {
        width: 100vw;
        position: static;
        top: 0;
        left: 0;
    }
    .base__map__link__ttl {
        font-size: 20px;
        font-weight: 600;
        text-align: center;
    }
    .base__map__link__flex {
        width: 95%;
        margin: 10px auto 0;
        display: flex;
        flex-wrap: wrap;
        gap: 10px;
    }
    .base__map__link {
        width: calc(50% - 5px);
    }
    .base__map__link__index {
        font-size: 12px;
        border-bottom: .5px solid #2E2E2E;
        padding: 7px 15px;
    }
    .base__map__link ul {
        padding: 7px 15px;
    }
    .base__map__link__btn {
        margin-top: 7px;
    }
    .base__map__link__btn:hover {
        opacity: 1;
    }
    .base__map__link__icon {
        width: 30px;
    }
    .base__map__link ul li:first-child .base__map__link__btn {
        margin-top: 0;
    }
    .base__map__link__btn {
        width: 100%;
    }
    .base__map__link__btn p {
        font-size: 12px;
        margin-left: 5px;
    }
    .base__map__link__item {
        width: 12px;
        margin-left: 5px;
    }
    .base__exp {
        font-size: 14px;
        margin: 30px auto 0;
    }
    /* number */
    .number {
        padding: 50px 0;
    }
    .number__item__wrap {
        display: none;
    }
    /* top */
    .number__top__data__inner {
        max-width: 300px;
    }
    .number__cnt__ttl {
        font-size: 20px;
        gap: 0 10px;
    }
    .number__top__data__container {
        margin-top: 10px;
    }
    .number__top__data__img01 {
        width: 50px;
    }
    .number__top__data__number p {
        font-size: 28px;
    }
    .number__top__data__number span {
        font-size: 90px;
    }
    .number__top__data__img02 {
        width: 65px;
    }
    .number__top__data__add {
        font-size: 12px;
    }
    .number__top__data__exp {
        font-size: 14px;
        margin: 15px auto 0;
    }
    /* middle */
    .number__middle {
        margin: 50px auto 0;
        flex-wrap: wrap;
    }
    .number__middle__cnt {
        width: 100%;
    }
    .number__middle__cnt:nth-child(2) {
        margin-top: 50px;
    }
    .number__middle__data {
        height: auto;
    }
    .number__middle__data__container {
        margin: 10px auto 0;
    }
    .number__middle__data__container {
        padding-bottom: 20px;
        justify-content: center;
        align-items: end;
        gap: 0 20px;
    }
    .number__middle__data__img01 {
        width: 50px;
        margin-top: 0;
    }
    .number__middle__data__img02 {
        width: 40px;
        margin-top: 0;
    }
    .number__middle__data__img03 {
        width: 85px;
        margin-top: 20px;
    }
    .number__middle__data__number--txt {
        font-size: 18px;
    }
    .number__middle__data__number__flex span {
        font-size: 70px;
    }
    .number__middle__data__number__flex p {
        font-size: 28px;
    }
    .number__middle__data__number__flex02 span {
        font-size: 90px;
    }
    .number__middle__data__number__flex02 p {
        font-size: 28px;
    }
    .number__middle__data__number--add {
        font-size: 12px;
    }
    .number__middle__data__detail {
        margin: 10px auto 0;
    }
    .number__middle__data__detail__exp {
        font-size: 14px;
        font-weight: 400;
        text-align: center;
        margin-top: 10px;
    }
    .number__middle__data__detail__add {
        margin-top: 15px;
    }
    .number__middle__data__exp {
        font-size: 14px;
        margin-top: 15px;
    }
    /* bottom01 */
    .number__bottom01 {
        margin: 50px auto 0;
    }
    .number__bottom01__data {
        flex-wrap: wrap;
    }
    .number__bottom01__data::before {
        width: 70%;
        height: 1px;
    }
    .number__bottom01__data__cnt {
        width: 100%;
        padding: 10px 0;
    }
    .number__bottom01__data__cnt:nth-child(2) {
        padding: 30px 0 10px;
    }
    .number__bottom01__data__cnt__inner01 {
        max-width: 360px;
        margin: 10px auto 0;
    }
    .number__bottom01__data__cnt__inner02 {
        max-width: 400px;
        margin: 10px auto 0;
    }
    .number__bottom01__data__cnt__exp {
        font-size: 18px;
    }
    .number__bottom01__data__cnt__flex {
        justify-content: center;
        align-items: end;
        gap: 0 20px;
    }
    .number__bottom01__data__cnt__flex__img01 {
        width: 60px;
    }
    .number__bottom01__data__cnt__flex__img02 {
        width: 60px;
    }
    .number__bottom01__data__cnt__flex__img03 {
        width: 70px;
    }
    .number__bottom01__data__cnt__flex__number {
        margin-top: 10px;
    }
    .number__bottom01__data__cnt__flex__number span {
        font-size: 90px;
    }
    .number__bottom01__data__cnt__flex__number p {
        font-size: 28px;
    }
    .number__bottom01__exp {
        font-size: 14px;
        margin: 15px auto 0;
    }
    /* bottom02 */
    .number__bottom02 {
        margin: 50px auto 0;
    }
    .number__bottom02__data__cnt {
        margin: 10px auto 0;
    }
    .number__bottom02__data__cnt__exp {
        font-size: 18px;
    }
    .number__bottom02__data__cnt__flex {
        gap: 0 10px;
    }
    .number__bottom02__data__cnt__flex__img {
        width: 70px;
    }
    .number__bottom02__data__cnt__flex__number span {
        font-size: 64px;
    }
    .number__bottom02__data__cnt__flex__number p {
        font-size: 20px;
        margin-left: 5px;
    }
    .number__bottom02__data__cnt__flex__txt {
        font-size: 22px;
    }
    .number__bottom02__exp {
        font-size: 14px;
        margin: 15px auto 0;
    }
}