@charset "UTF-8";
/* コンテンツ */

.type_sub {
    width: 300px;
    background-color: #333;
    color: #fff;
    font-size: 1.16em;
    line-height: 1;
    font-weight: 500;
    letter-spacing: 0.1em;
    text-indent: 0.1em;
    text-align: center;
    margin: 0 auto;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 0.5em 0;
}
.type_sub span:first-child {
    font-size: 2em;
}
.type_sub span:last-child {
    margin-top: 0.2em;
}

.swiper-pagination {
    position: relative !important;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-bottom: 3em;
}
.swiper-pagination-bullet {
    box-sizing: border-box;
    border-radius: 0 !important;
    background: #fff;
    opacity: 1 !important;
    width: 200px !important;
    height: auto !important;
    display: flex !important;
    justify-content: center;
    align-items: baseline;
    cursor: pointer;
    font-size: 1.5em;
    line-height: 1;
    font-family: "EB Garamond", serif;
    font-weight: 400;
    letter-spacing: 0.05em;
    text-indent: 0.05em;
    padding: 0.5em 0;
    border-top: 1px solid #333;
    border-left: 1px solid #333;
    border-bottom: 1px solid #333;
}
.swiper-pagination-bullet strong {
    font-size: 1.5em;
    font-weight: 400;
}
.swiper-pagination span:last-child {
    border-right: 1px solid #333;
}
.swiper-pagination-bullet-active {
    background-color: #999 !important;
    color: #fff !important;
}

@media screen and (max-width: 960px) {
.type_sub {
    width: 250px;
    font-size: 1.08em;
}
.type_sub span:first-child {
    font-size: 1.8em;
}
.swiper-pagination-bullet {
    width: 180px !important;
    font-size: 1.4em !important;
}
.swiper-pagination-bullet strong {
    font-size: 1.5em !important;
}
}

@media screen and (max-width: 520px) {
.type_sub {
    width: 60%;
    font-size: 1em;
}
.type_sub span:first-child {
    font-size: 1.8em;
}
.swiper-pagination-bullet {
    width: calc(100% / 3) !important;
    font-size: 1.24em !important;
}


}


