﻿@charset "UTF-8";

.btnLine.mainBtn {
    max-width: 560px;
    min-width: 260px;
}
#mainArea {
    top: 0;
    width: 100%;
    position: relative;
    margin: 80px auto 0;
}

#mainArea.mainhide {
    display: none;
}

#mainArea .bnrArea {
    position: absolute;
    right: 0;
    bottom: -40px;
    z-index: 10;
}

#mainArea .bnrArea a {
    width: 100%;
}

#mainArea .bnrArea a .mbrBnr {
    width: 100%;
    position: relative;
}

#mainArea .bnrArea a .mbrBnr img {
    position: relative;
    z-index: 2;
    width: 23vw;
    height: auto;
}

#mainArea .bnrArea a .mbrBnr figcaption {
    padding: 4vw;
    background: #ffffff;
    border: solid .5vw #F676A6;
    border-radius: 8vw;
    position: absolute;
    top: -4vw;
    left: -23vw;
}

#mainArea .main-Page{
    width: 70%;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    margin: 1.5rem auto 0 10%;
}


div.topConts {
    position: relative;
    padding: 8vw 0 16vw;
    width: 100%;
    /*    margin-top: calc(100vw + 50px);*/
    margin-top: 50px;
}

.contsBlk:not(:last-of-type) {
    margin: 0 auto 100px;
}

.scrollArrow {
    bottom: auto;
    top: -100px;
}

.moreBlk {
    margin: 2rem auto 0;
    width: 83%;
    text-align: right;
}

.moreBlk a {
    text-decoration: underline;
}

.moreBlk p {
    text-align: right;
    letter-spacing: 0;
}

@media screen and (min-width: 641px) {
    #mainArea {
        width: 100%;
        margin: 100px auto 0;
    }

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

    div.topConts {
        padding: 3vw 0 5vw;
        /*        margin-top: calc(100vw / 1.774);*/
    }

    #mainArea .bnrArea a .mbrBnr img {
        width: 11vw;
    }

    #mainArea .bnrArea a .mbrBnr figcaption {
        padding: 2vw;
        border: solid .5vw #F676A6;
        border-radius: 6vw;
        left: -13vw;
        top: -3vw;
    }
    #mainArea .bnrArea{
        bottom: -100px;
    }
}

@media screen and (min-width: 961px) {
    .btnLine.mainBtn {
        min-width: 480px;
    }
    div.topConts {
        /*        margin-top: calc(100vw / 1.92);*/
    }
    #mainArea .bnrArea a .mbrBnr img {
        width: 11vw;
    }
    #mainArea .bnrArea a .mbrBnr figcaption {
        padding: 2vw;
        border: solid .5vw #F676A6;
        border-radius: 6vw;
        left: -9vw;
        top: -2vw;
        -webkit-transition: all .4s;
        transition: all .4s;
    }
}

/* ==================================================
main
================================================== */

.mainSlide {
    width: 100%;
}

.mainHide #mainArea {
    opacity: 0;
    z-index: -100;
}

.swiper-slide a {
    width: 100%;
    pointer-events: auto;
}

.mainSlide .mainPager {
    display: block;
    position: absolute;
    z-index: 10;
    top: 2%;
    right: 8%;
    height: auto;
    bottom: auto;
    width: auto;
    /* letter-spacing: 0; */
    left: auto;
}

@media screen and (min-width: 961px) {
    .mainSlide .mainPager {
        top: 3%;
        right: 2%;
        font-size: 2.1vw;
    }
}


/* ==================================================
TOP
================================================== */
.fixedSet {
    width: 75vw;
    background: rgba(255, 255, 255, .90);
    position: fixed;
    bottom: 2vw;
    right: 1vw;
    border: 4px solid #FFF4F6;
    padding: 1em 1em;
    z-index: -1;
    -webkit-transition: all .4s;
    transition: all .4s;
    opacity: 0;
    max-width: 480px;
}
.scrolledMenu .fixedSet {
    -webkit-transition: all .4s;
    transition: all .4s;
    z-index: 1000;
    opacity: 1;
    -webkit-animation: show .5s linear 0s;
    animation: show .5s linear 0s;
}
.bnrOff .fixedSet {
    display: none;
    opacity: 0;
    -webkit-animation: show .5s linear 0s;
    animation: show .5s linear 0s;
}
.fixedSet .fixedSetBtn {
    width: 20px;
    height: 20px;
    position: absolute;
    top: 8%;
    right: 3%;
}
.fixedSet .fixedSetBtn::before,
.fixedSet .fixedSetBtn::after {
    content: "";
    width: 100%;
    background: #F676A6;
    height: 3px;
    position: absolute;
    top: 50%;
    left: 0;
    margin: 0 auto;
    border-radius: 2px;
    cursor: pointer;
}

.fixedSet .fixedSetBtn::before {
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
}

.fixedSet .fixedSetBtn::after {
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
}
.fixedSet .fixedTtl {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    margin: 0 auto 1rem;
}

.fixedSet .fixedTtl svg {
    fill: #F676A6;
    width: 1.25em;
    height: 1.25em;
    margin: 0 .5rem 0 0;
}

.fixedSet .fixedTtl p {
    line-height: 1;
    padding: 0 .8em 0 0;
}

.fixedSet .fixedLists {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -ms-flex-flow: wrap;
    flex-flow: wrap;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

.fixedSet .fixedLists .fixedList {
    width: calc(50% - .25rem);
    margin: 0;
}

.fixedSet .fixedLists .fixedList .BtnCenter {
    width: 100%;
}

.fixedSet .fixedLists .fixedList .BtnCenter a {
    padding: 0.25em .1em 0.4em;
}

.informationSet .cDate::before{
    left: -2.5em;
}

.informationArea .informationSet {
    width: 95%;
    margin: 0 auto;
    overflow: hidden;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    text-align: left;
    padding: 2em 2em 2em 5em;
}

.informationArea .informationSet .cDate {
    margin: 0 1.5em 0 0;
    width: auto;
}
.informationArea .informationSet a{
    line-height: 1.5em;
    width: 75%;
}
@media screen and (min-width: 961px) {
    .informationArea .informationSet {
        width: 70vw;
        max-width: 900px;
        padding: 2em 3.5em 2em 5em;
    }
    .informationArea .informationSet .cDate{
        margin: 0 2.5em 0 0;
    }
    .informationArea .informationSet a{
        width: inherit;
    }
}

.topNaviArea {
    margin: 6vw auto 0;
}

.topNaviArea .menuSet {
    padding: 0 2vw;
    width: 100%;
}
.topNaviArea .menuSet .menuLists .menuList {
    width: calc(20% - 1vw);
    border-radius: 2.0rem;
}

.topNaviArea .menuSet .menuLists > .menuList a {
    padding: 1em .5em;
}
.topNaviArea .menuSet .menuLists > .menuList .menuBlk {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-flow: column;
    flex-flow: column;
}
.topNaviArea .menuSet .menuLists > .menuList .menuBlk figcaption{
    margin: 0 auto;
    width: 100%;
}
.topNaviArea .menuSet .menuLists > .menuList .menuBlk svg {
    margin: 0 auto;
    width: 8vw;
    height: 8vw;
}

@media screen and (min-width: 961px) {
    .topNaviArea {
        margin: 3vw auto 0;
    }

    .topNaviArea .STxt {
        font-size: 1.15vw;
    }

    .topNaviArea .menuSet {
        padding: 0;
        width: 100%;
    }

    .topNaviArea .menuSet .menuLists > .menuList .menuBlk {
        -ms-flex-flow: wrap;
        flex-flow: wrap;
    }
    .topNaviArea .menuSet .menuLists > .menuList .menuBlk figcaption{
        width: 60%;
    }
    .topNaviArea .menuSet .menuLists > .menuList .menuBlk svg {
        margin:0 0 0 auto;
    }
}


/* ==================================================
NEWS
================================================== */
.newsArea {
    position: relative;
    background: #fff;
    padding: 0 4%;
    width: 95%;
    margin: 0 auto;
}
.newsArea .titSet {
    margin: 0 auto;
}

.newsArea .slideBlk {
    margin: 0 auto;
    position: relative;
    overflow: hidden;
}
.newsArea .newsLists {
    width: 100%;
    margin: 0 auto;
}
.newsArea .slideBlk .contsSlide .swiper-wrapper .contsSet a {
    position: relative;
}
@media screen and (min-width: 961px) {
    .newsArea .slideBlk .contsSlide .swiper-wrapper .contsSet.swiper-slide-prev,
    .newsArea .slideBlk .contsSlide .swiper-wrapper .contsSet.swiper-slide-next {
        opacity: 1;
    }
    .newsArea .moreBlk {
        width: 84vw;
    }
}

/* ==================================================
FANCLUB
================================================== */
.fanclubArea .fanclubLists {
    width: 90%;
    margin: 0 auto;
}

.fanclubArea .fanclubLists .fanclubList {
    background: #fff;
}

.fanclubArea .fanclubLists .fanclubList a {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-flow: row;
    flex-flow: row;
    -ms-flex-line-pack: center;
    align-content: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: flex-end;
    padding: 2.5rem 0 2.5rem 1rem;
}
.fanclubArea .fanclubLists .fanclubList + .fanclubList {
    margin: 2rem auto 0;
}
.fanclubArea .fanclubLists .fanclubList .imgBlk {
    height: 7em;
    position: absolute;
    left: 7%;
    top: 50%;
    -webkit-transform: translate(0, -50%);
    transform: translate(0, -50%);
    width: 35%;
}
.fanclubArea .fanclubLists .fanclubList .imgBlk img {
    width: auto;
    height: 100%;
}
.fanclubArea .fanclubLists .fanclubList .txtBlk {
    width: 55%;
    margin: 0 8% 0 auto;
}

.fanclubArea .fanclubLists .fanclubList .txtBlk p {
    margin: 1rem auto 0;
    line-height: 1.6;
}

@media screen and (min-width: 641px) {
    .fanclubArea .fanclubLists {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        -ms-flex-flow: wrap;
        flex-flow: wrap;
    }

    .fanclubArea .fanclubLists .fanclubList {
        width: 48%;
        margin: 0 1%;
    }

    .fanclubArea .fanclubLists .fanclubList + .fanclubList {
        margin: 0 1%;
    }

    .fanclubArea .fanclubLists .fanclubList .imgBlk {
        width: 30%;
        left: 5%;
    }
}

@media screen and (min-width: 961px) {
    .fanclubArea .fanclubLists {
        width: 85vw;
        max-width: 1228px;
        margin: 0 auto;
    }
    .fanclubArea .fanclubLists .fanclubList a {
        padding: 2.5rem 0;
    }
    .fanclubArea .fanclubLists .fanclubList .imgBlk {
        left: 10%;
        max-height: 110px;
    }
    .fanclubArea .fanclubLists .fanclubList .txtBlk {
        width: 55%;
        margin: 0 7% 0 auto;
    }
}
/* ==================================================
timelineArea
================================================== */
.memberBlk {
    margin: 0 auto;
}

.timelineArea .selectMember li .BtnCenter {
    width: 100%;
}

/* ==================================================
movieArea
================================================== */
.movieArea .slideBlk {
    margin: 0 auto;
}
.msYoutube{
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1;
}
.msMask{
    display: none;
}
@media screen and (max-width: 769px) {
    .msYoutube{
        top: 50%;
        left: 50%;
    }
    .msMask{
        display: block;
        width: 100%;
        height: 70%;
        position: absolute;
        top: 0;
        left: 0;
        z-index: 4;
    }
}

@media screen and (min-width: 641px) {
    .movieArea .movieSlide {
        padding-left: calc(5.1% + 20px);
    }
}
@media screen and (min-width: 961px) {
    .movieArea .movieSlide {
        padding-left: calc(5% + 40px);
    }

}

/* ==================================================
goodsArea
================================================== */
.goodsArea .slideBlk {
    margin: 0 auto;
}

/* ==================================================
linksArea
================================================== */

.linksArea .outerLinkSet .linkLists {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-flow: wrap;
    flex-flow: wrap;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    width: 92%;
    margin: 0 auto;
}

.linksArea .outerLinkSet .linkLists .linkList {
    overflow: hidden;
    width: calc(100% / 2 - 1.1rem);
    margin: 0 .5rem 1rem;
}

.linksArea .outerLinkSet .linkLists .linkList a {
    width: 100%;
}
.linksArea .recBtn {
    width: 90%;
    margin: 0 auto;
}

@media screen and (min-width: 641px) {
    .linksArea .outerLinkSet .linkLists .linkList {
        width: calc(100% / 4 - 1rem);
        margin: 0 .5rem 1rem;
    }
}

@media screen and (min-width: 961px) {
    .linksArea .outerLinkSet .linkLists {
        width: 85vw;
        max-width: 1228px;
    }

    .linksArea .recBtn {
        width: 85vw;
        max-width: 1228px;
    }
}


/* ==================================================
groupArea
================================================== */
.groupArea .groupSet {
    width: 90%;
    margin: 0 auto;
}

.groupArea .groupSet .groupLists {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-flow: wrap;
    flex-flow: wrap;
}

.groupArea .groupSet .groupLists .groupList {
    width: calc(20% - 5px);
    margin: 0 2.5px 5px;
}

.groupArea .groupSet .groupLists .groupList a {
    width: 100%;
}

@media screen and (min-width: 641px) {
    .groupArea .groupSet .groupLists {
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -ms-flex-flow: row;
        flex-flow: row;
    }

    .groupArea .groupSet .groupLists .groupList {
        width: auto;
        margin: 0 2.5px 0;
    }
}
