*,
*:before,
*:after {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

.top-centering {
    width: 1140px;
    margin: 0 auto;
}

.top-links {
    margin-bottom: 50px;
}

#global-header {
    position: relative;
    z-index: 0;
    box-shadow: 1px 1px 5px rgba(0, 0, 0, 0.05);
}

#global-header:before {
    content: "";
    display: block;
    width: 100%;
    height: 3px;
    background: linear-gradient(to right bottom, #66a6ff, #89f7fe);
}

#global-header .global-header__container {
    min-height: 55px;
    display: flex;
    justify-content: space-between;
}

#global-header .global-header__container .global-header__logo {
    height: 100%;
    margin: auto 0;
}

#global-header .global-header__container .global-header__logo .logo-link {
    display: block;
}

#global-header .global-header__container .global-header__logo .logo-link .logo-img {
    width: 100px;
}

#global-header .global-header__container .global-header__search {
    height: 100%;
    margin: auto 0;
}

#global-header .global-header__container .global-header__search .global-header__search-btn {
    display: block;
    color: #999;
    text-decoration: none;
    width: 160px;
    height: auto;
    padding: 2px;
    text-align: center;
    background: linear-gradient(to right bottom, #66a6ff, #71BFFD);
    border-radius: 3px;
}

#global-header .global-header__container .global-header__search .global-header__search-btn .global-header__search-btn-inner {
    display: block;
    padding: 5%;
    background-color: #FFF;
    font-size: 12px;
    font-weight: bold;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

#global-footer {
    background: #F3F3F3;
    padding-bottom: 30px;
}

#global-footer .global-footer-wrap {
    display: flex;
    justify-content: space-between;
    padding-top: 25px;
    padding-bottom: 10px;
    border-top: 1px solid #d2d6de;
}

#global-footer .global-footer-wrap .global-footer__list {
    display: flex;
    list-style: none;
    margin-bottom: 30px;
}

#global-footer .global-footer-wrap .global-footer__list .global-footer__item {
    margin-bottom: 5px;
    margin-right: 30px;
}

#global-footer .global-footer-wrap .global-footer__list .global-footer__item a {
    color: #555;
    font-size: 13px;
    text-decoration: none;
}

#global-footer .global-footer-wrap .global-footer__copy {
    color: #555;
    font-size: 13px;
}

#top-header {
    background: #FFF;
    margin-bottom: 10px;
}

#top-header .top-header__container {
    /* display: flex;
    align-items: flex-start; */
}

#top-header .top-header__container .top-header__copy {
    margin: auto;
}

.top-image-box {
    height: 300px;
    width: 100%;
}

#top-header .top-header__container .mainvisual-img {
    width: 100%;
    height: 100%;
    object-fit: contain;
}

#top-main .top-main__container .top-section {
    margin-bottom: 90px;
}

#top-main .top-main__container .top-section .top-section__container {
    padding: 0;
}

#top-main .top-main__container .top-section .top-section__container .top-section__header {
    display: flex;
    margin-bottom: 20px;
    border-bottom: 1px solid #4493d0;
}

#top-main .top-main__container .top-section .top-section__container .top-section__header .top-section__title {
    position: relative;
    font-size: 20px;
    color: #333;
    margin: 7px 0 10px 0;
}

#top-main .top-main__container .top-section .top-section__container .top-section__header .top-section__subtitle {
    font-size: 13px;
    color: #666;
    margin: auto 15px;
}

#top-main .top-main__container .top-section .top-section__container .t-search-areas {
    display: flex;
    position: relative;
    padding: 30px 30px 15px 15px;
    background: #FFF;
    border-radius: 3px;
    border: 1px solid #4493d0;
}

#top-main .top-main__container .top-section .top-section__container .t-search-areas .t-search-areas__links .t-search-areas__list {
    list-style: none;
}

#top-main .top-main__container .top-section .top-section__container .t-search-areas .t-search-areas__links .t-search-areas__list .t-search-areas__item {
    display: flex;
    color: white;
    margin-bottom: 15px;
    font-size: 12px;
}

#top-main .top-main__container .top-section .top-section__container .t-search-areas .t-search-areas__links .t-search-areas__list .t-search-areas__item .t-search-areas__name {
    width: 120px;
    padding: 10px 15px;
    background: #4493d0;
    box-shadow: 0px 1px 3px rgb(0 0 0 / 0.3);
    text-align: center;
    font-weight: bold;
    border-radius: 3px;
}

#top-main .top-main__container .top-section .top-section__container .t-search-areas .t-search-areas__links .t-search-areas__list .t-search-areas__item .t-search-prefs {
    display: flex;
    list-style: none;
}

#top-main .top-main__container .top-section .top-section__container .t-search-areas .t-search-areas__links .t-search-areas__list .t-search-areas__item .t-search-prefs .t-pref__item {
    margin: auto;
    padding: 5px 15px;
    border-right: 1px solid #d2d6de;
}

#top-main .top-main__container .top-section .top-section__container .t-search-areas .t-search-areas__links .t-search-areas__list .t-search-areas__item .t-search-prefs .t-pref__item a {
    color: #333;
    text-decoration: none;
}

#top-main .top-main__container .top-section .top-section__container .t-search-areas .t-search-prefs__map {
    position: absolute;
    right: 10px;
}

#top-main .top-main__container .top-section .top-section__container .t-search-areas .t-search-prefs__map .jp-map {
    width: 350px;
    height: 275px;
    opacity: 0.8;
}

#top-main .top-main__container .background-gray {
    background: #F3F3F3;
    margin-bottom: 0;
    padding: 50px 0 60px 0;
}

#top-main .top-main__container .background-blue {
    background: #e8f2fb;
    /* margin-bottom: 0; */
    padding: 50px 0 60px 0;
}

#top-main .top-main__container .background-orange {
    background: #fef6e6;
    margin-bottom: 0;
}

.top-section__content .t-latest-studio-tabe__list {
    display: flex;
    list-style: none;
    justify-content: flex-start;
}

.top-section__content .t-latest-studio-tabe__list .t-latest-studio-tabe__item {
    width: 15%;
    margin-right: 2%;
}

.top-section__content .t-latest-studio-tabe__list .t-latest-studio-tabe__item:nth-child(6) {
    margin-right: 0;
}

.t-studio-card-tabe a {
    display: block;
    text-decoration: none;
}

.t-studio-card-tabe a .t-studio-card-tabe__image {
    position: relative;
    padding-top: 60.46%;
    width: 100%;
    overflow: hidden;
}

.t-studio-card-tabe a .t-studio-card-tabe__image img {
    position: absolute;
    top: 50%;
    right: 0;
    left: 0;
    width: 100%;
    transform: translateY(-50%);
}

.t-studio-card-tabe a .t-studio-card-tabe__title {
    display: inline-block;
    position: relative;
    margin-top: 9px;
    color: #13131e;
    font-weight: 600;
    font-size: 15px;
}

.t-studio-card-tabe a .t-studio-card-tabe__access {
    margin-top: 9px;
    color: #949499;
    font-size: 11px;
}

.rakuten-h2 .top-h2-header {
    background-color: #f7f7f7;
    border-left: 4px solid #4493d0;
    margin-bottom: 24px;
    padding: 0 16px;
    padding-left: 20px;
    display: -webkit-box;
    display: -moz-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: box;
    display: flex;
    -webkit-box-pack: justify;
    -moz-box-pack: justify;
    -o-box-pack: justify;
    -ms-flex-pack: justify;
    -webkit-justify-content: space-between;
    justify-content: space-between;
    -webkit-box-align: center;
    -moz-box-align: center;
    -o-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
}

.rakuten-h2 .top-h2-header .top-h2-title {
    line-height: 1.4;
    padding: 11px 0;
    min-width: 5px;
    font-size: 20px;
}

.rakuten-h2 .top-h2-header .top-h2-subtitle {
    font-size: 12px;
    line-height: 1.4;
    margin-left: 16px;
    padding: 11px 0;
    -webkit-box-flex: 1;
    -moz-box-flex: 1;
    -o-box-flex: 1;
    box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    min-width: 10px;
}

.t-search-genres__list {
    display: flex;
    flex-wrap: wrap;
    width: 100%;
    list-style: none;
}

.t-search-genres__list .t-search-genres__item {
    width: 24%;
    margin-right: 10px;
    margin-bottom: 10px;
}

.t-genre-card a {
    display: block;
    position: relative;
    transition: .3s all;
}

.t-genre-card a:before {
    display: block;
    content: "";
    padding-top: 110px;
    background: white;
    border-radius: 10px;
    box-shadow: 0px 1px 3px rgb(0 0 0 / 30%);
    border: 1px solid rgb(215, 108, 154);;
}

.t-genre-card a .t-genre-card__wrap {
    position: absolute;
    width: 70%;
    top: 50%;
    left: 50%;
    -ms-transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    margin: 0;
    padding: 0;
    z-index: 2;
    color: rgb(215, 108, 154);;
    text-align: center;
    font-weight: bold;
}

.t-genre-card a .t-genre-card__wrap .t-genre-card__title {
    padding: 5px;
    margin-bottom: 5px;
    border-bottom: 1px solid rgb(215, 108, 154);;
    font-size: 18px;
}

.t-genre-card a .t-genre-card__wrap .t-genre-card__subtitle {
    font-size: 12px;
    letter-spacing: .15em;
}

.t-genre-card a img {
    position: absolute;
    top: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    z-index: 1;
    opacity: 0.5;
}

.t-genre-card a:hover {
    opacity: 0.7;
    transition: .3s all;
}

.t-search-features__list {
    display: flex;
    justify-content: space-between;
    list-style: none;
    margin-bottom: 50px;
}

.t-search-features__list .t-search-features__item {
    width: 16%;
}

.t-feature-card a {
    display: block;
    position: relative;
}

.t-feature-card a:before {
    display: block;
    content: "";
    padding-top: 150px;
}

.t-feature-card a .t-feature-card__image {
    position: absolute;
    top: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    z-index: 1;
}

.t-feature-card a .t-feature-card__image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.t-feature-card a .t-feature-card__title {
    width: 90%;
    padding: 10px;
    position: absolute;
    bottom: 0;
    left: 50%;
    transform: translate(-50%, 50%);
    box-shadow: 0 1px 5px rgba(0, 0, 0, 0.15);
    background: #FFF;
    color: #333;
    font-size: 13px;
    z-index: 1;
    text-align: center;
}

.t-search-features__list2 {
    display: flex;
    list-style: none;
    flex-wrap: wrap;
}

.t-search-features__list2 .t-search-features__item2 a {
    display: block;
    padding: 7px 15px;
    margin-right: 7px;
    margin-bottom: 7px;
    border-radius: 3px;
    border: 1px solid #d2d6de;
    font-size: 12px;
    color: #666;
    text-decoration: none;
    transition: .3s all;
}

.t-search-features__list2 .t-search-features__item2 a:hover {
    color: #4493d0;
    border: 1px solid rgb(0, 183, 255);
    transition: .3s all;
}

.t-latest-studio-kbox .t-latest-studio-kbox__list {
    display: flex;
    list-style: none;
    justify-content: space-between;
}

.t-latest-studio-kbox .t-latest-studio-kbox__list .t-latest-studio-kbox__item {
    width: 24%;
    border-radius: 3px;
    border: none;
    background: #f9f9f9;
}

.t-studio-card-kbox a {
    display: block;
    text-decoration: none;
}

.t-studio-card-kbox a .t-studio-card-kbox__image {
    position: relative;
    padding-top: 45%;
    width: 100%;
    overflow: hidden;
}

.t-studio-card-kbox a .t-studio-card-kbox__image img {
    position: absolute;
    top: 50%;
    right: 0;
    left: 0;
    width: 100%;
    transform: translateY(-50%);
}

.t-studio-card-kbox a .t-studio-card-kbox__content {
    padding: 15px;
    font-size: 13px;
    background: #fff;
    border-radius: 3px;
    border: none;
    background: #f9f9f9;
}

.t-studio-card-kbox a .t-studio-card-kbox__content .t-studio-card-kbox__title {
    color: #147be9;
    margin-bottom: 5px;
    font-size: 15px;
    line-height: 1.4;
    font-weight: 400;
}

.t-studio-card-kbox a .t-studio-card-kbox__content .t-studio-card-kbox__copy {
    font-size: 12px;
    color: #777;
    margin-bottom: 5px;
    line-height: 1.4;
}

.t-brand-studio .t-brand-studio__list {
    display: flex;
    flex-wrap: wrap;
    list-style: none;
    justify-content: space-between;
}

.t-brand-studio .t-brand-studio__list .t-brand-studio__item {
    width: 19%;
    margin-bottom: 15px;
    border: 1px solid #d2d6de;
}

.t-brand-studio .t-brand-studio__list .t-brand-studio__item .t-brand-studio__image {
    position: relative;
}

.t-brand-studio .t-brand-studio__list .t-brand-studio__item .t-brand-studio__image:before {
    display: block;
    content: "";
    top: 0;
    padding-top: 100px;
}

.t-brand-studio .t-brand-studio__list .t-brand-studio__item .t-brand-studio__image img {
    position: absolute;
    top: 0;
    width: 100%;
    height: 100%;
    object-fit: contain;
}

.t-latest-studio-wp .t-latest-studio-wp__list {
    display: flex;
    margin: 20px auto;
    counter-reset: point_num;
    justify-content: space-evenly;
    list-style: none;
}

.t-latest-studio-wp .t-latest-studio-wp__list .t-latest-studio-wp__item {
    width: 15%;
    position: relative;
}

.t-latest-studio-wp .t-latest-studio-wp__more {
    margin-top: 15px;
    text-align: right;
}

.t-latest-studio-wp .t-latest-studio-wp__more a {
    color: #333;
    text-decoration: none;
    font-size: 12px;
    line-height: 1;
}

.t-studio-card-wp a {
    display: block;
    overflow: hidden;
    position: relative;
    z-index: 2;
    border-radius: 4px 4px 0 0;
    text-decoration: none;
}

.t-studio-card-wp a:before {
    width: 80px;
    height: 80px;
    position: absolute;
    top: -42px;
    left: -42px;
    background-color: #dcdcdc;
    content: '';
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
    z-index: 1;
}

.t-studio-card-wp a:after {
    position: absolute;
    top: 9px;
    left: 10px;
    color: #666;
    font-weight: bold;
    content: counter(point_num) "";
    counter-increment: point_num;
    font-size: 15px;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    z-index: 1;
}

.t-studio-card-wp a .t-studio-card-wp__image {
    position: relative;
    border-radius: 4px;
    padding-top: 90%;
    overflow: hidden;
}

.t-studio-card-wp a .t-studio-card-wp__image img {
    position: absolute;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: 0;
    object-fit: cover;
}

.t-studio-card-wp a .t-studio-card-wp__title {
    margin-top: 13px;
    color: #333;
    font-weight: bold;
    font-size: 13px;
    line-height: 1.23077;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.t-studio-card-wp a .t-studio-card-wp__access {
    margin-top: 5px;
    color: #666;
    font-size: 10px;
    line-height: 1;
}

.t-studio-card-wp a:hover .t-studio-card-wp__title {
    color: #4493d0;
}

.t-studio-card-wp:nth-of-type(1) a:before {
    background-color: #c8af37;
}

.t-studio-card-wp:nth-of-type(2) a:before {
    background-color: #b4b4b4;
}

.t-studio-card-wp:nth-of-type(3) a:before {
    background-color: #c89678;
}

.t-studio-card-wp:nth-of-type(-n+3) a:after {
    color: #fff;
}

.t-fitlu-news {
    background: #FFF;
    padding: 40px 60px 20px;
    border-radius: 10px;
}

.t-fitlu-news .t-fitlu-news__list {
    list-style: none;
    font-size: 14px;
}

.t-fitlu-news .t-fitlu-news__list .t-fitlu-news__item {
    display: flex;
    margin-bottom: 20px;
    padding-bottom: 10px;
    border-bottom: 1px solid #d2d6de;
}

.t-fitlu-news .t-fitlu-news__list .t-fitlu-news__item .t-fitlu-news__date {
    color: #999;
    margin-right: 15px;
}

.t-fitlu-news .t-fitlu-news__list .t-fitlu-news__item .t-fitlu-news__title {
    text-decoration: none;
    color: #555;
}

/*================swiper================*/
.swiper-pagination {
    position: unset;
}

.swiper-pagination-bullet {
    opacity: .3;
    width: 6px;
    height: 6px;
}

.swiper-pagination-bullet-active {
    opacity: 1;
    width: 8px;
    height: 8px;
}

:root {
    --swiper-theme-color: #4493d0;
}

/*================================*/
/*店舗訴求枠*/
/*================================*/
.studios-container {
    margin: 0 15px;
}
.studios-container p {
    margin: 0 0 4px 0;
    line-height: 1.5em;
}
.studios__list {
    display: flex;
    margin: 20px auto;
    counter-reset: point_num;
    justify-content: flex-start;
    overflow-x: scroll;
    list-style: none;
    scrollbar-width: none;
}
.studios__item {
    margin-right: 15px;
}
.studios__item-link {
    display: flex;
    flex-wrap: wrap;
    flex-direction: column;
	width: 220px;
}
.studios__img-wrap {
    width: 220px;
	/*width: 240px;*/
    height: 172px;
}
.studios__img-wrap img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: top;
}
.studios__detail-wrap {
    margin-top: 10px;
	font-size: 10px;
}
.studios__detail-name {
    font-size: 15px;
    font-weight: bold;
}
.studios__detail-info {
	margin-top: 7px;
}
.studios__detail-info i{
	margin-right: 5px;
}
/*================================*/


/*================タブレット================*/
@media screen and (max-width: 959px) {
}

/*================スマホ================*/
@media screen and (max-width: 559px) {
    .top-centering {
        width: 100%;
    }

    #top-main .top-main__container .top-section {
        margin-bottom: 30px;
    }

    #top-header {
        margin-bottom: 10px;
    }

    .top-image-box {
        height: 150px;
        width: 100%;
    }

    #top-main .top-main__container .top-section .top-section__container .top-section__header .top-section__title {
        border-left: none;
        margin: 5px 0 5px 0;
        padding: 5px 10px;
        font-size: 18px;
    }

    .top-section__subtitle {
        display: none;
    }

    /* 最近閲覧した店舗 */
    .top-section__content .t-latest-studio-tabe__list {
        justify-content: flex-start;
        overflow-x: scroll;
        -ms-overflow-style: none;
        scrollbar-width: none;
    }

    .top-section__content .t-latest-studio-tabe__list .t-latest-studio-tabe__item {
        width: 35%;
        position: relative;
        flex-shrink: 0;
        margin-right: 10px;
    }

    .top-section__content .t-latest-studio-tabe__list .t-latest-studio-tabe__item:first-child, .top-section__content .t-latest-studio-tabe__list .t-latest-studio-tabe__item:last-child {
        margin-left: 10px;
    }

    .t-studio-card-tabe a .t-studio-card-tabe__title {
        font-size: 12px;
    }

    .t-studio-card-tabe a .t-studio-card-tabe__access {
        font-size: 10px;
    }

    /* エリア・都道府県から探す */
    #top-main .top-main__container .top-section .top-section__container .t-search-areas {
        padding: 0;
        border: none;
    }

    #top-main .top-main__container .top-section .top-section__container .t-search-areas .t-search-areas__links {
        width: 100%;
    }

    #top-main .top-main__container .top-section .top-section__container .t-search-areas .t-search-areas__links .t-search-areas__list .t-search-areas__item {
        display: block;
        margin-bottom: 0;
        font-size: 15px;
    }

    #top-main .top-main__container .top-section .top-section__container .t-search-areas .t-search-areas__links .t-search-areas__list .t-search-areas__item .t-search-areas__name {
        width: 100%;
        text-align: left;
        border-radius: 0px;
    }

    #top-main .top-main__container .top-section .top-section__container .t-search-areas .t-search-areas__links .t-search-areas__list .t-search-areas__item .t-search-prefs {
        display: flex;
        flex-wrap: wrap;
        list-style: none;
        padding-top: 10px;
    }

    #top-main .top-main__container .top-section .top-section__container .t-search-areas .t-search-areas__links .t-search-areas__list .t-search-areas__item .t-search-prefs .t-pref__item {
        width: calc(100% / 6);
        margin: 0;
        margin-bottom: 10px;
        padding: 0;
        box-sizing: border-box;
        text-align: center;
    }

    #top-main .top-main__container .top-section .top-section__container .t-search-areas .t-search-areas__links .t-search-areas__list .t-search-areas__item .t-search-prefs .t-pref__item:nth-child(6) {
        border: none;
    }

    #top-main .top-main__container .top-section .top-section__container .t-search-areas .t-search-areas__links .t-search-areas__list .t-search-areas__item .t-search-prefs .t-pref__item a {
        display: block;
        padding: 7px 0;
        font-size: 14px;
        color: #4493d0;
    }

    #top-main .top-main__container .top-section .top-section__container .t-search-areas .t-search-prefs__map {
        display: none;
    }

    /* ジャンルから探す */
    .t-search-genres__list {
        padding: 5px;
    }

    .t-search-genres__list .t-search-genres__item {
        width: 49%;
        margin-right: 2%;
        margin-bottom: 5px;
    }

    .t-search-genres__list .t-search-genres__item:nth-child(2n) {
        margin-right: 0;
    }

    .t-genre-card a:before {
        display: block;
        content: "";
        padding-top: 80px;
        border-radius: 10px;
    }

    .t-genre-card a .t-genre-card__wrap {
        width: 80%;
    }

    .t-genre-card a .t-genre-card__wrap .t-genre-card__title {
        font-size: 14px;
    }

    .t-genre-card a .t-genre-card__wrap .t-genre-card__subtitle {
        font-size: 10px;
    }

    /* こだわりから探す */
    .t-search-features__list {
        display: flex;
        overflow-x: scroll;
        margin-bottom: 30px;
    }

    .t-search-features__list .t-search-features__item {
        width: 150px;
        flex-shrink: 0;
        margin-right: 7px;
    }

    .t-feature-card a:before {
        display: block;
        content: "";
        padding-top: 0px;
    }

    .t-feature-card a .t-feature-card__image {
        position: relative;
    }

    .t-feature-card a .t-feature-card__title {
        width: 95%;
        padding: 7px;
        transform: translate(-50%, -25%);
        font-size: 11px;
    }

    .t-search-features__list2 .t-search-features__item2 a {
        padding: 7px 12px;
        margin-right: 5px;
        margin-bottom: 5px;
        font-size: 10px;
    }

    /* ピックアップ店舗 */
    .t-latest-studio-kbox .t-latest-studio-kbox__list {
        display: block;
    }

    .t-latest-studio-kbox .t-latest-studio-kbox__list .t-latest-studio-kbox__item {
        width: 100%;
        height: 75px;
        border-radius: 0;
        border-bottom: 1px solid #d2d6de;
    }

    .t-studio-card-kbox a {
        display: flex;
        height: 100%;
    }

    .t-studio-card-kbox a .t-studio-card-kbox__image {
        position: relative;
        padding-top: 0;
        width: 30%;
        overflow: inherit;
    }

    .t-studio-card-kbox a .t-studio-card-kbox__image img {
        top: auto;
        left: auto;
        right: auto;
        transform: none;
        height: 100%;
        object-fit: cover;
    }

    .t-studio-card-kbox a .t-studio-card-kbox__content {
        width: 70%;
        padding: 10px;
    }

    .t-studio-card-kbox a .t-studio-card-kbox__content .t-studio-card-kbox__title {
        font-size: 12px;
    }

    .t-studio-card-kbox a .t-studio-card-kbox__content .t-studio-card-kbox__copy {
        font-size: 10px;
    }

    /* 掲載店舗 */
    .t-brand-studio .t-brand-studio__list {
        padding: 0 7px;
    }

    .t-brand-studio .t-brand-studio__list .t-brand-studio__item {
        width: 32%;
        margin-bottom: 5px;
    }

    .t-brand-studio .t-brand-studio__list .t-brand-studio__item .t-brand-studio__image:before {
        display: block;
        content: "";
        top: 0;
        padding-top: 55px;
    }

    /* 店舗のアクセスランキング */
    .t-latest-studio-wp .t-latest-studio-wp__list {
        justify-content: flex-start;
        overflow-x: scroll;
        -ms-overflow-style: none;
        scrollbar-width: none;
    }

    .t-latest-studio-wp .t-latest-studio-wp__list::-webkit-scrollbar {
        display: none;
    }

    .t-latest-studio-wp .t-latest-studio-wp__list .t-latest-studio-wp__item {
        width: 35%;
        position: relative;
        flex-shrink: 0;
        margin-right: 15px;
    }

    .t-latest-studio-wp .t-latest-studio-wp__list .t-latest-studio-wp__item:first-child {
        margin-left: 10px;
    }

    .t-studio-card-wp a .t-studio-card-wp__title {
        font-size: 12px;
    }
}