@charset "UTF-8";

body.home {
    background: #fff;
}

body.home #mainArea {
    margin: 104px auto 0;
}

body.home .btnLine.mainBtn {
    max-width: 480px;
}

/* ==================================================
    メインコンテンツ
================================================== */

body.home .topConts {
    background: none;
    margin-top: 0;
    padding: 0 0 16vw;
}

body.home .btnLine.mainBtn a {
    padding: 16px 20px;
}

.topConts .btnLine.mainBtn {
    background: #F676A6;
    width: 90%;
    border: none;
}

.topConts .btnLine.mainBtn a {
    color: #fff;
    position: relative;
    display: inline-block;
}

.topConts .btnLine.mainBtn a::after {
    content: '';
    width: 8px;
    height: 8px;
    border: 0;
    border-top: solid 2px #fff;
    border-right: solid 2px #fff;
    transform: rotate(45deg);
    position: absolute;
    top: 0;
    right: 7%;
    bottom: 0;
    margin: auto;
}

.topConts .btnLine.mainBtn:hover {
    opacity: .7;
}

.section__title {
    font-weight: 600;
    font-size: 9vw;
}

.section__title span {
    display: block;
    margin-top: 8px;
}

#information {
    margin-top: 40px;
}

#information.informationArea.top__info .informationSet {
    width: 90%;
    text-align: center;
    display: inline-block;
    padding: 1em 1.5em;
    border: 1px solid #F676A6;
}

#information.informationArea.top__info .informationSet__title {
    font-weight: bold;
    margin-bottom: 8px;
}

#information.informationArea.top__info .informationSet a {
    width: 100%;
    text-align: center;
    text-decoration: none;

    @media screen and (max-width: 480px) {
        text-align: left;
    }
}

#information__banner {
    margin-top: 20px;
}

#information__banner .informationBannerSet {
    width: 90%;
    margin: auto;
    max-width: 900px;
}

#mainArea .swiper-pagination span, #app .swiper-pagination span {
    background: #d0d0d0;
    width: 22px;
    height: 5px;
    border-radius: 0;
    margin: 0 0.5em;
}

#mainArea .swiper-pagination span.swiper-pagination-bullet-active, #app .swiper-pagination span.swiper-pagination-bullet-active {
    background: #F676A6;
}

#mainArea .main-Page.mainImage__pagination {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    margin: 1.5rem auto 0;
}

#mainArea .swiper-slide, #app .swiper-slide {
    opacity: 1;
    height: auto;
}

#topNavi.blockWidthM, #snsNavi.blockWidthM, #mail.blockWidthM, #fanclub.blockWidthM {
    width: 100%;
}

#topNavi.topNaviArea .menuSet, #snsNavi.snsNaviArea .menuSet {
    padding: 0;
}

#topNavi.topNaviArea .menuSet .menuLists .menuList, #snsNavi.snsNaviArea .menuSet .menuLists .menuList {
    width: 50%;
    border-radius: 0;
    border-bottom: 1px solid #F676A6;
    margin: 0;
}

#topNavi.topNaviArea .menuSet .menuLists .menuList:first-child, #topNavi.topNaviArea .menuSet .menuLists .menuList:nth-child(2), #snsNavi.snsNaviArea .menuSet .menuLists .menuList:first-child, #snsNavi.snsNaviArea .menuSet .menuLists .menuList:nth-child(2) {
    border-top: 1px solid #F676A6;
}

#topNavi.topNaviArea .menuSet .menuLists .menuList:nth-child(odd), #snsNavi.snsNaviArea .menuSet .menuLists .menuList:nth-child(odd) {
    border-right: 1px solid #F676A6;
}

#topNavi.topNaviArea .menuSet .menuLists > .menuList .menuBlk, #snsNavi.snsNaviArea .menuSet .menuLists > .menuList .menuBlk {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-flow: row;
    flex-flow: row;
    justify-content: start;
    align-items: center;
}

#topNavi .menuSet .menuLists > .menuList .menuBlk svg {
    fill: #F676A6;
    width: 6vw;
    height: 6vw;
}


#topNavi .menuSet .menuLists > .menuList .menuBlk svg.iconProf {
    fill: none;
    stroke: #F676A6;
    stroke-width: 44;
    stroke-miterlimit: 10;
}

#topNavi.topNaviArea .menuSet .menuLists > .menuList .menuBlk figcaption, #snsNavi.snsNaviArea .menuSet .menuLists > .menuList .menuBlk figcaption {
    text-align: left;
    margin-left: 6%;
    font-size: 1rem;
}

#topNavi.topNaviArea .menuSet .menuLists > .menuList .menuBlk figcaption {
    letter-spacing: normal;
}

#topNavi.topNaviArea .menuSet .menuLists > .menuList a {
    padding: 12px;
}

#schedule .swiper-pagination span, #member .swiper-pagination span {
    margin: 0;
}

#schedule.scheduleArea {
    background-image: url(../img/background/schedule_bg.jpg);
    background-position: top center;
    background-repeat: no-repeat;
    background-size: cover;
}

#schedule .schedule__bg {
    padding: 3rem 0;
    background-color: rgba(0,0,0,0.7);
}

#schedule .scheduleSet {
    color: #fff;
    border: solid #fff;
    border-width: 1px 1px 1px 0;
    padding: 24px 10px 75px;
}

#schedule .scheduleSet .scheduleSet__contents {
    height: 100%;
}

#schedule .scheduleSet p {
    font-size: 16px;
    word-break: break-all;
}

#schedule .scheduleSet .subBtn a p {
    font-size: 12px;
}

#schedule .scheduleSet .schedule__btn {
    background: white;
    border-radius: 30px;
    padding: 10px;
    font-size: 14px;
}

#schedule .scheduleSet .date {
    margin-bottom: 14px;
    letter-spacing: 1.6px;
}

#schedule .scheduleSet .date small {
    font-size: 11px;
}

#schedule .scheduleSet .date .day {
    background: #6b6868;
    padding: 1px;
    font-size: 12px;
    margin-right: 7px;
}

#schedule .scheduleSet .subBtn {
    border: none;
    position: absolute;
    bottom: 20px;
    display: block;
    left: 0;
    right: 0;
    width: 70%;
}

#schedule .scheduleSet .subBtn a {
    color: #626262;
}

#schedule .scheduleSet .subBtn a::before {
    border-color: #626262;
}

.topConts #news .btnLine.mainBtn {
    width: 100%;
}

#news .indexTxtSet .indexInfo {
    justify-content: start;
}

#news .indexTxtSet .indexInfo .date {
    margin-left: 10px;
}
#news .indexTxtSet .indexInfo .new::after {
    right: -2.9em;
    color: #F676A6;
}

#news .newsLists .newsList {
    border-top: 1px solid #F676A6;
    padding: 15px 0;
}

#news .newsLists .newsList:last-child {
    border-bottom: 1px solid #F676A6;
}

#news .indexTxtSet + .indexTxtSet {
    margin: 0;
}

#movie .movie__btn p a {
    color: #626262;
    position: relative;
    display: inline-block;
}

#movie .movie__btn p a::after {
    content: "";
    width: 6px;
    height: 6px;
    border: 0;
    border-top: solid 2px #626262;
    border-right: solid 2px #626262;
    transform: rotate(45deg);
    position: absolute;
    top: 0;
    right: -10px;
    bottom: 0;
    margin: auto;
}

#movie .movie__btn .img__wrapper {
    max-width: 150px;
}

#movie .movie__btn {
    display: flex;
    align-items: center;
    margin: 20px auto 0;
    width: 85%;
    justify-content: space-between;
    max-width: 1110px;
}

#movie.movieArea .movieSlide {
    padding-left: inherit;
}

#snsNavi .menuBlk .icon__wrapper {
    width: 4vw;
    height: 4vw;
}

#fanclub .fanclub__logo {
    width: 50%;
    margin: auto;
    max-width: 200px;
}

#fanclub .fanclub__text {
    color: #626262;
    padding: 20px 0;
    font-size: 1.1rem;
}

#fanclub.fanclubArea .fanclubLists {
    width: 100%;
    max-width: 900px;
}

#fanclub.fanclubArea .fanclubLists .fanclubList a {
    padding: 0;
}

#fanclub .fanclub__bg {
    background-image: url(../img/background/fanclub_sp.png);
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
}

#fanclub.fanclubArea .fanclubLists .fanclubList {
    background: none;
}

.memberArea .slideBlk {
    margin: 0 auto;
}

#member .memberSet{
    border: solid #F676A6;
    border-width: 1px 1px 1px 0;
    padding: 20px;
}

#member .memberSet .name {
    margin-top: 16px;
    font-size: 30px;
}

#member .memberSet .enName {
    font-size: 18px;
}

#member .memberSet .date, #member .memberSet .generation {
    font-size: 20px;
}

#member .memberSet .enName, #member .memberSet .date, #member .memberSet .generation {
    margin-bottom: 8px;
}

#member .memberSet .date, #member .memberSet .generation {
    line-height: 1.1;
}

#member .subBtn {
    border: 1px solid #F676A6;
}

#member .subBtn a {
    color: #F676A6;
}

#member .subBtn a::before {
    border-color: #F676A6;;
}

@media screen and (min-width: 641px) {

    body.home #mainArea {
        margin: 60px auto 0;
    }
    .section__title {
        font-size: 5.63vw;
    }

    #news .indexTxtSet .indexInfo .date {
        margin-left: 0;
    }

    #news .indexTxtSet .indexInfo .new::after {
        right: auto;
    }

    #news .newsLists .newsList {
        padding: 25px 0;
    }

    #topNavi.topNaviArea .menuSet .menuLists .menuList, #snsNavi.snsNaviArea .menuSet .menuLists .menuList {
        width: 25%;
        border: 1px solid #F676A6;
    }

    #topNavi.topNaviArea .menuSet .menuLists .menuList:nth-child(2n), #snsNavi.snsNaviArea .menuSet .menuLists .menuList:nth-child(2n) {
        border-left: none;
    }

    #topNavi.topNaviArea .menuSet .menuLists .menuList:nth-child(2), #snsNavi.snsNaviArea .menuSet .menuLists .menuList:nth-child(2), #topNavi.topNaviArea .menuSet .menuLists .menuList:nth-child(6), #snsNavi.snsNaviArea .menuSet .menuLists .menuList:nth-child(6) {
        border-right: none;
    }

    #topNavi.topNaviArea .menuSet .menuLists .menuList.pc_under, #snsNavi.snsNaviArea .menuSet .menuLists .menuList.pc_under {
        border-top: none;
    }

    #topNavi .menuSet .menuLists > .menuList .menuBlk svg, #snsNavi .menuSet .menuLists > .menuList .menuBlk .icon__wrapper {
        width: 30px;
        height: 30px;
    }

    #fanclub.fanclubArea .fanclubLists .fanclubList {
        width: 100%;
        margin: 0;
    }

    #fanclub .fanclub__text {
        padding: 30px 0;
        font-size: 16px;
    }

    #fanclub .clkBtn, #mail .clkBtn {
        max-width: 900px;
    }

    #group.groupArea .groupSet {
        width: 100%;
        max-width: 900px;
    }
}

@media screen and (min-width: 769px) {

    #topNavi.topNaviArea .menuSet .menuLists > .menuList a, #snsNavi.snsNaviArea .menuSet .menuLists > .menuList a {
        font-size: 12px;
    }

    #topNavi .menuSet, #snsNavi .menuSet {
        max-width: 900px;
    }
}

@media screen and (min-width: 961px) {

    .section__title {
        font-size: 45px;
    }

    .section__title .SubTitle {
        font-size: 24px;
    }

    #topNavi.topNaviArea .menuSet .menuLists > .menuList .menuBlk svg {
        margin: 0;
    }

    #topNavi.topNaviArea .menuSet .menuLists > .menuList .menuBlk figcaption {
        width: 100%;
    }

    #topNavi.topNaviArea .menuSet .menuLists > .menuList a, #snsNavi.snsNaviArea .menuSet .menuLists > .menuList a  {
        padding-left: 20px;
        font-size: 14px;
    }

    #topNavi.topNaviArea .menuSet .menuLists > .menuList .menuBlk figcaption, #snsNavi.snsNaviArea .menuSet .menuLists > .menuList .menuBlk figcaption {
        font-size: 15px;
    }

    #information.informationArea.top__info .informationSet {
        width: 100%;
        font-size: 14px;
    }

    #information.informationArea.top__info .informationSet a {
        font-size: 14px;
    }

    #information__banner .informationBannerSet {
        margin-bottom: 60px;
        width: 100%;
    }

    #schedule .scheduleSet {
        padding: 24px 10px 95px;
    }

    #schedule .scheduleSet .subBtn {
        bottom: 30px;
    }

    #member .memberSet {
        padding: 20px 30px;
    }

    #fanclub .fanclub__bg {
        background-image: url(../img/background/fanclub_pc.png)
    }

}

@media screen and (min-width: 1281px) {

    #topNavi.topNaviArea .menuSet .menuLists > .menuList .menuBlk figcaption, #snsNavi.snsNaviArea .menuSet .menuLists > .menuList .menuBlk figcaption {
        font-size: 14px;
    }
}

@media screen and (min-width: 1366px) {
    
    body.home .SubTitle {
        font-size: 24px;
    }
}



