@charset "UTF-8";
.btnLine.mainBtn {
    max-width: 560px;
    min-width: 260px;
}

#mainArea {
    top: 0;
    width: 100%;
    position: relative;
    margin: 50px auto 0;
}

#mainArea.mainhide {
    display: none;
}

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

#mainArea .mainBnr {
    z-index: 10;
    position: relative;
}

#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 0.5vw #f676a6;
    border-radius: 8vw;
    position: absolute;
    top: -4vw;
    left: -23vw;
}

#mainArea .swiper-slide {
    width: 80%;
}

#mainArea .slideBlk {
    margin: 2rem auto 0;
}

.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: 70px auto 0;
    }
    #mainArea .main-Page {
        width: 100%;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        margin: 1.5rem auto;
        max-width: 600px;
    }
    #mainArea .slideBlk {
        margin: 0 auto 0;
    }
    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 0.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 0.5vw #f676a6;
        border-radius: 6vw;
        left: -9vw;
        top: -2vw;
        -webkit-transition: all 0.4s;
        -o-transition: all 0.4s;
        transition: all 0.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;
}
.mainSlide .swiper-slide {
    -webkit-transform: scale(0.9);
    -ms-transform: scale(0.9);
    transform: scale(0.9);
    -webkit-transition: all 0.8s;
    -o-transition: all 0.8s;
    transition: all 0.8s;
}
.mainSlide .swiper-slide-active {
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
    -webkit-transition: all 0.8s;
    -o-transition: all 0.8s;
    transition: all 0.8s;
}

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

/* ==================================================
TOP
================================================== */

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

.topNaviArea {
}

/* ==================================================
TOP NEWS
================================================== */
.topnewsArea {
    position: relative;
    padding: 4rem 4% 6rem;
    width: 100%;
    margin: 0 auto;
}

.topnewsArea .newsBox {
    margin: 2em 0 2em;
    padding: 1em 1em;
    border: solid 2px #7f1083;
    background: #fcfcfc;
}

.topnewsArea .newsLists {
    width: 100%;
    margin: 0 auto;
}

@media screen and (min-width: 961px) {
    .topnewsArea {
        position: relative;
        padding: 0 20%;
        max-width: 100%;
        margin: 0 auto;
    }
}

/* ==================================================
NEWS
================================================== */

.newsArea {
    position: relative;
    padding: 4rem 4% 6rem;
    width: 100%;
    margin: 0 auto;
    background: #fcfcfc;
}

.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 {
        position: relative;
        padding: 0 20%;
        /* width: 80%; */
        max-width: 100%;
        margin: 0 auto;
    }
    .newsArea .slideBlk .contsSlide .swiper-wrapper .contsSet.swiper-slide-prev,
    .newsArea .slideBlk .contsSlide .swiper-wrapper .contsSet.swiper-slide-next {
        opacity: 1;
    }
    .newsArea .moreBlk {
        width: 84vw;
    }
}

/* ==================================================
PICKUP 
================================================== */

/* ==================================================
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: end;
    -ms-flex-pack: end;
    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%);
    -ms-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: 0;
    }
    .movieArea .movieSlide .swiper-wrapper {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-flow: column;
        flex-flow: column;
    }
    .movieArea .movieSlide .swiper-slide {
        opacity: 1;
        padding: 0 0 1em;
    }
    .movieArea .movieSlide .swiper-slide + .swiper-slide {
        margin: 1rem auto 0;
    }
    .movieArea .movie-Page,
    .movieArea .movieSlide .swiper-slide:nth-child(n + 4) {
        display: none;
    }
}

/* ==================================================
goodsArea
================================================== */

.goodsArea .slideBlk {
    width: 100%;
}

.goodsArea .goodsSet {
}

@media screen and (min-width: 961px) {
    .goodsArea .slideBlk {
    }
    .goodsArea .swiper-wrapper {
        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: 85%;
        margin: 0 auto;
    }
    .goodsArea .slideBlk .swiper-slide {
        opacity: 1;
        width: calc(100% / 3 - 3%);
        margin: 0 1.5%;
    }
    .goodsArea .goods-Page {
        display: none;
    }
}

/* ==================================================
Twitter
================================================== */

.socialArea {
}

.twitterArea {
}

.twitterArea .embedTw {
    width: 82%;
    margin: 0 auto;
    height: 460px;
    overflow: hidden;
    padding: 0;
}

.twitterArea .embedTw a {
}

.movieArea {
    margin: 6rem auto 0;
}

.timeline-Header {
    padding: 0 0 10px;
}

.timeline-Widget {
    padding: 0;
    background-size: auto auto;
}

@media screen and (max-width: 961px) {
    .twitterBannerImg {
        max-height: 460px;
    }
}

.SandboxRoot.env-bp-430 .timeline-InformationCircle,
.SandboxRoot.env-bp-550 .timeline-InformationCircle {
    top: 0;
}

.SandboxRoot.env-bp-430 .timeline-Header-title,
.SandboxRoot.env-bp-550 .timeline-Header-title {
    line-height: 1;
}

.SandboxRoot.env-bp-660 .timeline-Header-byline,
.SandboxRoot.env-bp-660 .timeline-Header-subtitle,
.SandboxRoot.env-bp-820 .timeline-Header-byline,
.SandboxRoot.env-bp-820 .timeline-Header-subtitle,
.SandboxRoot.env-bp-970 .timeline-Header-byline,
.SandboxRoot.env-bp-970 .timeline-Header-subtitle {
    color: #000 !important;
}

.timeline-Header-title {
    color: #000 !important;
    font-size: 1rem !important;
}

.timeline-Header-title a {
    color: #000 !important;
}

@media screen and (min-width: 961px) {
    .socialArea {
        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;
        -webkit-box-align: start;
        -ms-flex-align: start;
        align-items: flex-start;
    }
    .socialArea .titSet {
        text-align: left;
    }
    .twitterArea {
        width: 45%;
    }
    .twitterArea .embedTw {
        height: calc(63vw * 1.5);
        margin: 0 auto 0 0;
    }
    .twitterArea .embedTw iframe {
        width: 100% !important;
    }
    .twitterArea .embedTw a {
    }
    .movieArea {
        width: 45%;
        margin: 0;
    }
}

.sliderOpition {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin: 1.5rem auto 0;
    width: 90%;
    max-width: 540px;
}

.sliderOpition .swiper-button-prev,
.sliderOpition .swiper-button-next {
    position: relative;
    left: 0;
    right: 0;
    top: 0;
    -webkit-transform: translate(0);
    -ms-transform: translate(0);
    transform: translate(0);
    margin: 0 auto;
    outline: none;
}

.sliderOpition .swiper-button-prev {
    margin: 0 5% 0 auto;
}
.sliderOpition .swiper-button-next {
    margin: 0 auto 0 5%;
}
.sliderOpition .swiper-pagination {
    width: auto;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    margin: 0;
    -ms-flex-flow: wrap;
    flex-flow: wrap;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    justify-content: center;
    max-width: 80%;
    min-width: 30%;
}

.sliderOpition .swiper-pagination span {
    background: #fff;
    width: 10px;
    height: 10px;
    display: inline-block;
    opacity: 1;
    margin: 0px 8px;
    border: 1px solid #e3e3e3;
    border-radius: 100%;
}

.sliderOpition .swiper-pagination span.swiper-pagination-bullet-active {
    background: #7f1083;
    border: #e3e3e3;
    outline: none;
}

.sliderOpition .swiper-button-prev::before,
.sliderOpition .swiper-button-next::before,
.sliderOpition .swiper-button-prev::after,
.sliderOpition .swiper-button-next::after {
    content: "";
    background: #7f1083;
    width: 15px;
    height: 3px;
    position: absolute;
    top: 50%;
    border-radius: 2px;
    border: none;
}

.sliderOpition .swiper-button-prev::before {
    top: calc(50% - 7px);
    -webkit-transform: rotate(135deg);
    -ms-transform: rotate(135deg);
    transform: rotate(135deg);
    right: 0;
}

.sliderOpition .swiper-button-next::before {
    top: calc(50% - 6px);
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
    left: 0;
}
.sliderOpition .swiper-button-prev::after {
    bottom: calc(50% - 5px);
    -webkit-transform: rotate(-135deg);
    -ms-transform: rotate(-135deg);
    transform: rotate(-135deg);
    top: auto;
    right: 0;
}

.sliderOpition .swiper-button-next::after {
    bottom: calc(50% - 6px);
    -webkit-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    transform: rotate(-45deg);
    top: auto;
    left: 0;
}

@media screen and (min-width: 961px) {
    .sliderOpition .swiper-pagination span {
        margin: 0px 8px;
    }
}
/* ==================================================
230120_TOPページ専用最近チェックした商品
================================================== */
@media screen and (min-width: 961px) {
    .itemList_top_rv {	
        margin: 0 1.5% 6%;	
        width: calc(100% / 4 - 3%);	
    }	
    .itemList_top_rv figcaption {	
        text-align: left;	
        margin: 1em 0 0;	
    }	
	.itemList_top_rv .itemPrice {
        margin: 0.5em 0 0;	
	}
}
