section.p-access {
    padding-top: 30px;
    position: relative;
}

section.p-access .c-feature-present__header.lazyloaded::before {
    content: "";
    position: absolute;
    left: calc(50% + 28px);
    top: -128px;
    transform: translateX(-50%);
    width: 994px;
    height: 482px;
    background: url("/art-college/music/assets/img/pages/tonmana/pc/access/icon_bg_circle.png") no-repeat;
    background-size: 994px 482px;
    background-position: center 0;
    z-index: 0;
}

.c-campaign-pc {
    position: relative;
    z-index: 1;
}

section.p-access .c-common-header-title {
    font-size: 30px;
    letter-spacing: 3px;
    color: #6E6C6D;
}

section.p-access .c-feature-common__header-desc {
    font-size: 16px;
    letter-spacing: 0.8px;
    line-height: 2;
    position: relative;
}

.p-access__content {
    margin-top: 65px;
}

.p-access__contentTop {
    width: 100%;
    height: 200px;
    padding-top: 47px;
}

.p-access__contentTop.lazyloaded {
    background-color: rgba(119, 153, 255, 0.35);
    background-image: url("/art-college/music/assets/img/pages/tonmana/pc/access/access__contentTopTitle.png");
    background-repeat: no-repeat;
    background-size: 1319px 485px;
    background-position: center -285px;
}

.p-access__contentTopTitle {
    display: inline-flex;
    font-size: 20px;
    font-weight: 600;
    letter-spacing: 2px;
    line-height: 2.3;
    padding: 0 50px 0 30px;
    background-color: rgba(119, 153, 255, 0.6);;
    color: #ffffff;
    border: 1px solid #ffffff;
    border-radius: 24px;
}
.p-access__contentBody {
    text-align: center;
}
ul.k_access_area_tab__tabs {
    max-width: 880px;
    width: 100%;
    display: inline-flex;
    justify-content: space-between;
    align-items: center;
    margin: 0 auto;
    transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
}

ul.k_access_area_tab__tabs .k_access_area_tab__item {
    width: 120px;
    height: 80px;
    text-align: center;
    background-color: #ffffff;
    border-top-left-radius: 10px;
    border-bottom-right-radius: 10px;
    display: flex;
    justify-content: center;
    align-items: center;
    cursor: pointer;
    -webkit-box-shadow: 0px 4px 8px 0 rgb(0 0 0 / 25%);
    -moz-box-shadow: 0px 4px 8px 0 rgba(0,0,0,0.25);
    box-shadow: 0px 4px 8px 0 rgb(0 0 0 / 25%);
}

ul.k_access_area_tab__tabs .k_access_area_tab__item.is_current {
    background-color: #7799FF;
    position: relative;
}
ul.k_access_area_tab__tabs .k_access_area_tab__item.is_current::after {
    content: "";
    width: 22px;
    height: 22px;
    background-color: inherit;
    position: absolute;
    bottom: 0;
    left: 50%;
    transform: translate(-50%, 50%) rotate(45deg);
}
ul.k_access_area_tab__tabs .k_access_area_tab__item.is_current span {
    color: #ffffff;
}
ul.k_access_area_tab__tabs .k_access_area_tab__item.is_inactive {
    position: relative;
}
ul.k_access_area_tab__tabs .k_access_area_tab__item.is_inactive span {
    color: #ADADAD;
}
ul.k_access_area_tab__tabs .k_access_area_tab__item.is_inactive::before {
    content: "";
    position: absolute;
    left: 50%;
    top: 0;
    transform: translate(-50%, calc(-100% + 10px));
    width: 76px;
    height: 64px;
    background: url("/art-college/music/assets/img/pages/tonmana/pc/access/access_tab_badge_inactive.png") no-repeat;
    background-size: cover;
}

ul.k_access_area_tab__tabs .k_access_area_tab__item span {
    font-size: 20px;
    font-weight: 600;
    color: #000000;
}
ul.k_access_area_tab__tabs .k_access_area_tab__item span em {
    font-size: 16px;
    font-style: normal;
    font-weight: normal;
}

.p-access__contentBody ul.k_access_area_tab__tabs {

}

.k_access_area_tab__contents {

}

.k_access_area_tab__content {
    display: none;
    text-align: center;
}

.k_access_area_tab__content.is_current {
    display: block;
}

.k_access_area_tab__lists {
    display: flex;
    justify-content: flex-start;
    align-items: flex-start;
    flex-wrap: wrap;
    max-width: 908px;
    margin: 0 auto;
    
    transform: translateX(10px);
}
.k_access_area_tab__lists > li {
    margin: 10px 13.5px;
    border-top-left-radius: 10px;
    border-bottom-right-radius: 10px;
    -webkit-box-shadow: 0px 4px 8px 0 rgb(0 0 0 / 25%);
    -moz-box-shadow: 0px 4px 8px 0 rgba(0,0,0,0.25);
    box-shadow: 0px 4px 8px 0 rgb(0 0 0 / 25%);
}
.k_access_area_tab__lists > li.studio--closed {
    display: none;
}
.studioList__btnWrapper {
    display: flex;
    justify-content: center;
    align-items: center;
    margin-top: 40px;
}
.studioList__btn {
    display: flex;
    font-size: 14px;
    background-color: #7799ff;
    color: #ffffff;
    padding: 15px 30px;
    border-radius: 20px 0 20px 0;
    -webkit-box-shadow: 0px 4px 4px 0 rgb(0 0 0 / 25%);
    -moz-box-shadow: 0px 4px 4px 0 rgba(0,0,0,0.25);
    box-shadow: 0px 4px 4px 0 rgb(0 0 0 / 25%);
}
.k_access_area_tab__lists > li:hover,
.studioList__btn:hover {
    -webkit-box-shadow: 0px 1px 1px 0 rgb(0 0 0 / 25%);
    -moz-box-shadow: 0px 1px 1px 0 rgba(0,0,0,0.25);
    box-shadow: 0px 1px 1px 0 rgb(0 0 0 / 25%);
}
.k_access_area_tab__lists > li dl > dt {
    max-width: 200px;
    width: 100%;
}
.k_access_area_tab__lists > li dl > dt img {
    width: 100%;
}
.k_access_area_tab__lists > li dl > dd {
    position: relative;
    height: 70px;
    display: flex;
    justify-content: center;
    align-items: center;
}
.k_access_area_tab__lists > li dl > dd > p {
    font-size: 16px;
    color: #7799FF;
    margin-left: -60px;
}

.k_access_area_tab__lists > li dl > dd > .c-btnLink {
    transform: translate(-50%, -50%);
}
.p-access__contentFooterYubista {
    max-width: 1280px;
    margin: 70px auto 0;
}
.p-access__contentFooterYubista img {
    width: 100%;
}
.p-access_yubistaList {
    display: flex;
    justify-content: flex-start;
    align-items: flex-start;
    padding-top: 45px;
}
.p-access_yubistaList ul {
    width: 25%;
    padding-left: 45px;
}
.p-access_yubistaList ul > li {
    position: relative;
    text-align: left;
    font-size: 16px;
    letter-spacing: 1.3px;
    line-height: 1;
    color: #000000;
    margin-bottom: 20px;
}
.p-access_yubistaList ul > li::before {
    content: "";
    position: absolute;
    width: 10px;
    height: 10px;
    left: 0;
    top: 50%;
    border-radius: 50%;
    transform: translate( calc( -100% - 6px ), -50%);
    background: rgb(120,145,247);
    background: -moz-linear-gradient(180deg, rgba(120,145,247,1) 0%, rgba(119,212,253,1) 100%);
    background: -webkit-linear-gradient(180deg, rgba(120,145,247,1) 0%, rgba(119,212,253,1) 100%);
    background: linear-gradient(180deg, rgba(120,145,247,1) 0%, rgba(119,212,253,1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#7891f7",endColorstr="#77d4fd",GradientType=1);
}
.p-access__footerBanner {
    margin-top: 135px;
    position: relative;
}
.p-access__footerBanner > img {
    max-width: 840px;
}
.p-access__footerBannerLink {
    position: absolute;
    left: 50%;
    bottom: 0;
    width: 280px;
    transform: translate(-50%, 0);
}

.p-access__footerViewMore {
    max-width: 335px;
    margin: 90px auto 0;
}
.p-access__footerViewMore > p {
    font-size: 16px;
    font-weight: 600;
    padding-bottom: 5px;
}