@charset "UTF-8";
@charset "UTF-8";
/* CSS Document */

.ul_main_2606 {
    margin: 0 auto 20px;
    max-width: 1300px;
    width: 100%;
}
.ul_main_2606 li {
    width: 100%;
}
.ul_main_2606 li img {
    height: auto;
    width: 100%;
}
@media only screen and (min-width: 861px) {
        .ul_main_2606 {
            margin: 0 auto 40px;
        }
}




/* ===================== トップ画像下のバナー */

.ul_bnrtop_2606 {
    margin: 0 auto 60px !important;
}
.ul_bnrtop_2606 li {
    margin: 0 0.4%;
}
.ul_bnrtop_2606 li img {
    height: auto;
    width: 100%;
}
.ul_bnrtop_2606 .slick-next {
    border-bottom: solid 2px #ccc;
    height: 15px;
    right: 3%;
    top: inherit;
    bottom: -24px !important;
    width: 12%;
}
.ul_bnrtop_2606 .slick-next:after {
    background: #ccc;
    bottom: 2px;
    height: 2px;
    right: 0px;
    transform: rotate(30deg);
    top: inherit;
    width: 15px;
}

.ul_bnrtop_2606 .slick-prev {
    border-bottom: solid 2px #ccc;
    height: 15px;
    left: 3%;
    top: inherit;
    bottom: -24px !important;
    width: 12%;
}
.ul_bnrtop_2606 .slick-prev:after {
    background: #ccc;
    bottom: 2px;
    height: 2px;
    left: 0px;
    transform: rotate(-30deg);
    top: inherit;
    width: 15px;
}

.ul_bnrtop_2606 .slick-dots {
    bottom: -10px;
    max-width: 1300px;
}
.ul_bnrtop_2606 .slick-dots li {
	height: 2px !important;
	margin: 0 5px !important;
	width: 15px;
}
.ul_bnrtop_2606 .slick-dots li button {
	background: none;
    border-bottom: solid 2px #ccc;
	border-radius: 0px;
    display: block ;
	height: 1px !important;
	width: 100%;
}
.ul_bnrtop_2606 .slick-dots li.slick-active button {
    border-bottom: solid 2px #232323;
}

@media only screen and (min-width: 861px) {
        .ul_bnrtop_2606 {
            margin: 0 0 80px;
        }
        
        .ul_bnrtop_2606 .slick-next {
            right: max(3%, calc((100vw - 1300px) / 2));
            bottom: -34px !important;
            width: 213px;
        }
        .ul_bnrtop_2606 .slick-next:hover {
            right: 0;
            width: calc(213px + 3%);
        }

        .ul_bnrtop_2606 .slick-prev {
            left: max(3%, calc((100vw - 1300px) / 2));
            bottom: -34px !important;
            width: 213px;
        }
        .ul_bnrtop_2606 .slick-prev:hover {
            left: 0;
            width: calc(213px + 3%);
        }

        .ul_bnrtop_2606 .slick-dots {
            bottom: -22px;
            max-width: 1300px;
        }
        .ul_bnrtop_2606 .slick-dots li {
            margin: 0 5px !important;
            width: 30px;
        }
        .ul_bnrtop_2606 .slick-dots li button {
            height: 2px !important;
        }
}
@media only screen and (min-width: 1300px) {
        .ul_bnrtop_2606 .slick-next:hover {
            right: max(3%, calc((94vw - 1300px) / 2));
            width: calc(213px + 3%);
        }
        .ul_bnrtop_2606 .slick-prev:hover {
            left: max(3%, calc((94vw - 1300px) / 2));
            width: calc(213px + 3%);
        }
}




/* ===================== タブ切り替え */

.tab_nav {
    align-items: flex-end;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    margin: 0;
    padding: 0;
    list-style: none;
}

.tab_nav li {
    align-items: center;
    background: #444;
    color: #fff;
    cursor: pointer;
    display: flex;
    font-size: .85rem;
    height: 30px;
    justify-content: center;
    transition:all .3s ease-in-out;
    width: calc(33.333% - 1px);
}

.tab_nav li.current {
    background: #e5e5e5;
    color: #000;
    font-size: 1.03rem;
    height: 34px;
    transition:all .3s ease-in-out;
}

.tab_contents {
    background: #e5e5e5;
    margin: 0 auto 30px;
    padding: 20px 0;
}

body.login .tab_nav li.current {
    background: #d7dcdf;
}
body.login .tab_contents {
    background: #d7dcdf;
}

.tab_box {
    display: none;
}

.tab_box:first-child {
    display: block;
}

.tab_box.current {
    display: block;
}
@media only screen and (min-width: 861px) {
        .tab_nav li {

            font-size: 20px;
            height: 52px;
        }
        .tab_nav li.current {
            height: 56px;
            font-size: 26px;
        }
        .tab_nav li:hover {
            color: #b30000;
        }
        .tab_nav li.current:hover {
            color: #000;
        }
        .tab_contents {
            margin: 0 auto 40px;
            padding: 40px 0%;
        }
}




.ul_news_2606 {
	margin: 0 auto 15px;
    max-width: 960px;
	width: 90%;
}
.ul_news_2606.scroll {
	height: 300px;
	overflow-y: scroll;
	padding: 0 10px 0 0;
	scroll-behavior: smooth;
}
.scroll::-webkit-scrollbar {
    -webkit-appearance: none;
    width: 7px;
}
.scroll::-webkit-scrollbar-thumb {
    border-radius: 4px;
    background-color: rgba(0,0,0,.5);
    box-shadow: 0 0 1px rgba(255,255,255,.5);
}		
.ul_news_2606 li {
    background: #fff;
	border-radius: 12px;
    line-height: 1.4;
	margin: 0 0 15px;
    overflow: hidden;
	padding: 10px 20px 10px 25px;
    position: relative;
}
.ul_news_2606.other li {
	padding: 10px;
}
.ul_news_2606 li.fanclub2 {
	background: #444;
    color: #fff;
}
.ul_news_2606 li.pinned:before {
    background: url(../img/icn_pinned.png) no-repeat;
    background-size: 32px;
    content: "";
    height: 35px;
    position: absolute; left: 0; top: 0;
    width: 35px;
}
.ul_news_2606 li.fanclub:after {
    background: url(../img/icn_fanclubonly.png) no-repeat center, #912e34;
    background-size: 7px , 100%;
    content: "";
    height: 100%;
    position: absolute; right: 0; top: 0;
    width: 16px;
}
.ul_news_2606 li:last-child {
	margin: 0;
}
.ul_news_2606 li .day_wrap {
	margin: 0 0 10px;
	overflow: hidden;
}
.ul_news_2606 li .day_wrap .day {
    color: #999;
	float: left;
    font-size: .6rem;
    line-height: 1.6;
	width: 36%
}
.ul_news_2606 li .day_wrap .day span {
    background: url("../img/icn_new.png") no-repeat right;
    background-size: contain;
    display: inline-block;
    height: .8em;
    margin: 0 0 0 5px;
    width: 3em;
}
.ul_news_2606 li .day_wrap .tag {
    border-radius: 18px;
    box-sizing: border-box ;
	color: #fff;
	float: right;
    font-size: .5rem;
    height: 1.6em;
    line-height: 1.6;
	min-width: 50px;
	padding: 0px 10px;
	text-align: center;
}
.ul_news_2606 li .day_wrap .tag.release { background: #62ad9c;}
.ul_news_2606 li .day_wrap .tag.live { background: #a6ad29;}
.ul_news_2606 li .day_wrap .tag.dm { background: #212d77;}
.ul_news_2606 li .day_wrap .tag.media { background: #deaeda;}
.ul_news_2606 li .day_wrap .tag.cm { background: #5c09aa;}
.ul_news_2606 li .day_wrap .tag.others { background: #80ad29;}
.ul_news_2606 li .day_wrap .tag.fanclub { background: #af0402; margin: 0 5px 0 0;}


@media only screen and (min-width: 861px) {
		.ul_news_2606 {
            margin: 0 auto 30px;
			overflow-y: scroll;
			width: 96%;
		}
		.top_wrap_01 .ul_news_2606 {
			border-bottom: solid 1px rgba(0,0,0,.1);
		}
		.ul_news_2606 li,
        .ul_news_2606.other li {
			border-bottom: solid 1px #dfdfdf;
            border-radius: 8px;
			margin: 0 0 20px;
			padding: 20px 30px;
		}
        .ul_news_2606.other li {
			padding: 20px;
		}
		.ul_news_2606 li p {
			transition:all .3s ease-in-out;
		}
		.ul_news_2606 li:hover p {
			transform: translate(0px,-6px);
			transition:all .3s ease-in-out;
		}
		.ul_news_2606 li:hover p.day,
        .ul_news_2606 li:hover .txt_wrap p,
        .ul_news_2606 li:hover .nowOpen p {
			transform: translate(0px,0px);
		}
		.ul_news_2606 li .day_wrap {
			margin: 0 0 10px;
			overflow: hidden;
		}
		.ul_news_2606 li .day_wrap .day {
			float: left;
            font-size: 14px;
		}
		.ul_news_2606 li .day_wrap .day span {
			color: #af0402;
			display: inline-block;
			letter-spacing: 0.05em;
			padding: 0 0 0 5px;
		}
		.ul_news_2606 li .day_wrap .tag {
			font-size: 12px;
		}
		.ul_news_2606.size2 li .day_wrap .tag {
			min-width: 160px;
		}
		_:-ms-fullscreen, :root .ul_news_2606.size2 li .day_wrap .tag {
		 	height: 26px;
			line-height: 33px;
		}
		
		.ul_news_2606::-webkit-scrollbar {
				-webkit-appearance: none;
				width: 7px;
		}
		.ul_news_2606::-webkit-scrollbar-thumb {
				border-radius: 4px;
				background-color: rgba(0,0,0,.5);
				box-shadow: 0 0 1px rgba(255,255,255,.5);
		}		
}




.btn_2606 {
	border: solid 1px #1a1e25;
	border-radius: 40px;
	display: block;
	font-size: 3.3vw;
	font-weight: 700;
	line-height: 20px;
	margin: auto;
	position: relative;
	text-align: center;
	width: 50%;
}
.btn_2606.disco {
    background: #000;
	border: solid 1px #000;
	color: #fff;
	width: 70%;
}
.btn_2606.fanclub {
    background: #912e34;
	border: solid 1px #912e34;
	color: #fff;
    max-width: 400px;
	width: 78%;
}
@media only screen and (min-width: 861px) {
        .btn_2606 {
            font-size: 14px;
            height: 30px;
            line-height: 28px;
            width: 200px;
        }
        .btn_2606.disco {
            margin: 0;
            width: 200px;
        }
		.btn_2606:hover {
			box-shadow: 0 4px 1px rgba(0,0,0,.2);
			transform: translate(0px,-4px);
			transition:all .3s ease-in-out;
		}
}




.live_day_wrap {
    align-items: center;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    margin: 0 auto;
    width: 100%;

}
.live_day_wrap .data {
    align-items: center;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    margin: 0;
    text-align: center ;
    width: 24%;
}
.live_day_wrap .data .day_live {
    font-size: .8rem;
    flex-basis: auto;
    line-height: 1;
    margin: 0 0 .2em;
    width: 100%;
}
.live_day_wrap.schedule .data .day_live {
    margin-bottom: .5em;
    width: 100%;
}
.live_day_wrap.schedule .data .ttl_schedule {
    color: #000;
    font-size: 1.05rem;
    flex-basis: auto;
    line-height: 1.4;
    width: 73%;
}

.live_day_wrap.schedule .ttl_schedule {
    text-align: left ;
    width: 74%;
}

.live_day_wrap .data .day_live span {
    display: block;
    font-size: 1.2rem;
}
.live_day_wrap .data .dow {
    color: #898989;
    font-size: .8rem;
    flex-basis: auto;
    line-height: 1;
    width: 100%;
}
.live_day_wrap .place {
    align-items: center ;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    width: 73%;
}
.live_day_wrap .place .where {
    font-size: .7rem;
    line-height: 1.5;
    min-width: 3rem;
    position: relative;
}
.live_day_wrap .place .where:after {
    background: #ccc;
    content: "";
    height: 100%;
    position: absolute; right: 0; top: 0;
    width: 1px;
}
.live_day_wrap .place .hall {
    line-height: 1.2;
    margin: 0 0 0 1rem;
    width: calc(100% - 4rem)
}
.live_day_wrap .txt_wrap {
    border-top: solid 1px #ccc;
    color: #565656;
    margin-top: 10px;
    padding: 20px 0;
}
.live_day_wrap .txt_wrap b {
    color: #000;
    font-size: 1.05rem;
}
.live_day_wrap .txt_wrap .ttl_live {
    color: #000;
    font-size: 1.2rem;
    line-height: 1.2;
    margin: 0 0 1em;
}
.live_day_wrap .txt_wrap a {
    color: #1f62a0;
    display: inline;
}
@media only screen and (min-width: 861px) {
        .live_day_wrap {
            align-items: center;
            display: flex ;
            flex-wrap: wrap ;
            justify-content: space-between ;
            margin: 0 auto 0px;
        }
        .live_day_wrap .data {
            margin: 0;
            width: 24%;
    
    }
        .live_day_wrap .data .day_live {
            font-size: 14px;
            flex-basis: auto;
            width: 60%;
    }
        .live_day_wrap.schedule .data {
            align-items: center;
            margin: 0;
        }
        .live_day_wrap.schedule .data .day_live {
            margin: 0;
            width: 70%;
        }
        .live_day_wrap.schedule .data .ttl_schedule {
            color: #000;
            font-size: 1.05rem;
            flex-basis: auto;
            line-height: 1.4;
            width: calc(100% - 270px);
        }
        .live_day_wrap .data .day_live span {
            display: inline-block;
            font-size: 22px;
            margin-left: 5px;
        }
        .live_day_wrap .data .dow {
            font-size: 12px;
            position: relative;
            width: 30%;
    }
        .live_day_wrap .data .dow:after {
            background: #ccc;
            content: "";
            height: 1rem;
            position: absolute; right: 0; top: 0;
            width: 1px;
        }
        .live_day_wrap .place {
            color: #565656;
            flex-basis: auto;
            width: 74%;
    
    }
        .live_day_wrap .place .where {
            font-size: 15px;
            line-height: 1;
            min-width: 4rem;
            position: relative;
    }
        .live_day_wrap .place .where:after {
            background: #ccc;
            content: "";
            height: 1rem;
            position: absolute; right: 0; top: 0;
            width: 1px;
        }
        .live_day_wrap .place .hall {
            font-size: 18px;
            line-height: 1;
            margin: 0 0 0 2rem;
            width: calc(100% - 6rem);
    
    }
        .live_day_wrap .txt_wrap {
            margin-top: 20px;
            padding: 30px 0 30px 75px;
            width: 100%;
        }
}



.sns_wrap_2606 {
    border-bottom: solid 1px #ccc;
    margin: 0 auto 0px;
    padding: 0 0 30px;
}
.ul_sns_2026 {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    margin: 0 auto;
    max-width: 600px;
    width: 86%;
}
.ul_sns_2026 li {
    flex-basis: auto;
    width: 18%;
}
.ul_sns_2026 li .img_wrap {
    align-items: center;
    display: flex;
    line-height: 0;
    margin: 0 0 5px;
    min-height: 18px;
}
.ul_sns_2026 li .img_wrap img {
    margin: auto;
    max-height: 18px;
    max-width: 18px;
}
.ul_sns_2026 li .img_wrap img.x {
    max-height: inherit;
    max-width: 17px;
}
.ul_sns_2026 li .img_wrap img.youtube {
    max-height: inherit;
    max-width: 21px;
}
.ul_sns_2026 li .img_wrap img.line {
    max-height: inherit;
    max-width: 20px;
}

.ul_sns_2026 li .txt_wrap {
    color: #888888;
    font-size: .65rem;
    letter-spacing: inherit;
    text-align: center;
}

@media only screen and (min-width: 861px) {
        .ul_sns_2026 {
            width: 100%;
        }
        .ul_sns_2026 li {
            flex-basis: auto;
            width: 18%;
        }
        .ul_sns_2026 li .img_wrap {
            align-items: center;
            display: flex;
            line-height: 0;
            margin: 0 0 5px;
            min-height: 24px;
        }
        .ul_sns_2026 li .img_wrap img {
            margin: auto;
            max-height: 24px;
            max-width: 24px;
        }
        .ul_sns_2026 li .img_wrap img.x {
            max-width: 20px;
        }
        .ul_sns_2026 li .img_wrap img.youtube {
            max-width: 27px;
        }
        .ul_sns_2026 li .img_wrap img.line {
            max-width: 24px;
        }

        .ul_sns_2026 li .txt_wrap {
            font-size: 10px;
        }
        
        .ul_sns_2026 li:hover {
            opacity: .6;
            transition:all .3s ease-in-out;
        }
}

.ul_movie_2606 {
    margin: 0 auto;
    max-width: 980px;
    width: 90%;
}
.ul_movie_2606 li {
    margin: 0 0 15px;
    position: relative;
}
.ul_movie_2606 li:last-child {
    margin: 0;
}
.ul_movie_2606 li .img_wrap {
    aspect-ratio: 16 / 9;
    overflow: hidden;
    width: 100%;
}

.ul_movie_2606 li .img_wrap img {
    height: 100%;
    object-fit: cover;
    width: 100%;
}
.ul_movie_2606 li .txt_wrap {
    background: rgba(0,0,0,.7);
    color: #fff;
    font-size: .75rem;
    padding: 5px;
    position: absolute; left: 0; bottom: 0;
    text-align: center;
    width: 100%;
}

.playing_movie {
    aspect-ratio: 16 / 9;
    margin: 0 auto 15px;
    max-width: 980px;
    overflow: hidden;
    position: relative;
    width: 100%;
}
.playing_movie .link {
    height: 100%;
    position: absolute; top: 0; left: 0;
    width: 100%;
    z-index: 1;
}
/*
.playing_movie iframe {
    position: absolute;
    pointer-events: none;
    top: -60px;
    left: 0;
    width: 100%;
    height: calc(100% + 120px);
}
*/

.playing_movie iframe {
    position: absolute;
    pointer-events: none;
    top: 0px;
    left: 0;
    width: 100%;
    height: 100%;
}

#player-control-overlay,
#player-controls,
.ytmVideoInfoLink {
    display: none !important;
}
@media only screen and (min-width: 861px) {
        .ul_movie_2606 {
            display: flex;
            flex-wrap: wrap;
            justify-content: space-between;
        }
        .ul_movie_2606 li {
            flex-basis: auto;
            margin: 0;
            width: calc(50% - 15px)
        }
        .ul_movie_2606 li .txt_wrap {
            background: rgba(0,0,0,.7);
            color: #fff;
            font-size: 12px;
            padding: 5px;
            position: absolute; left: 0; bottom: 0;
            text-align: center;
            width: 100%;
        }
        .ul_movie_2606 li img {
            transition:all .3s ease-in-out;
        }
        .ul_movie_2606 li:hover img {
            transform: scale(1.1);
            transition:all .3s ease-in-out;
        }

        .playing_movie {
            margin: 0 auto 30px;
        }
}




.disco_wrap_2606{
    margin: 0 auto 30px;
    max-width: 980px;
    width: 90%;
}
.disco_wrap_2606 .img_wrap {
    line-height: 0;
    margin: 0 auto 10px;
}
.disco_wrap_2606 .img_wrap img {
    height: auto;
    width: 100%;
}
.disco_wrap_2606 .txt_wrap {
    margin: 0;
}
.disco_wrap_2606 .txt_wrap .day {
    color: #c0c0c0;
    font-size: .85rem;
    line-height: 1;
    margin: 0 0 5px;
}
.disco_wrap_2606 .txt_wrap .ttl {
    font-size: 1.4rem;
    margin: 0 0 15px;
}
@media only screen and (min-width: 861px) {
        .disco_wrap_2606{
            align-items: center;
            border: solid 1px #ccc;
            display: flex;
            flex-wrap: wrap;
            justify-content: space-between;
            margin: 0 auto 60px;
            padding: 20px;
        }
        .disco_wrap_2606 .img_wrap {
            flex-basis: auto;
            margin: 0;
            width: 448px;
        }
        .disco_wrap_2606 .txt_wrap {
            flex-basis: auto;
            width: calc(100% - 548px);
        }
        .disco_wrap_2606 .txt_wrap .day {
            color: #c0c0c0;
            font-size: .85rem;
            line-height: 1;
            margin: 0 0 10px;
        }
        .disco_wrap_2606 .txt_wrap .ttl {
            margin: 0 0 30px;
        }
}




.radio_2606 {
    line-height: 0;
    margin: 0 auto 30px;
    max-width: 980px;
    width: 90%;
}
@media only screen and (min-width: 861px) {
        .radio_2606 {
            margin: 0 auto 60px;
        }
}




.gray_wrap_2606 {
	background: #e7e7e7;
	margin: 0 0 0px;
	overflow-x: hidden;
	padding: 50px 0;
}

.store_wrap_top {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    max-width: 980px;
    margin: 0 auto;
    margin-bottom: calc(30px - 8%);
    width: 90%;
}
.store_wrap_top li {
    flex-basis: auto;
    margin: 0 0 8%;
    width: 46%;
}
.store_wrap_top li .img_wrap {
    line-height: 0;
    margin: 0 auto 10px;
    overflow: hidden;
}
.store_wrap_top li .ttl{
    font-size: .85rem;
    line-height: 1.2;
    margin: 0 0 10px;
}
.store_wrap_top li .txt{
    color: #888888;
    font-size: .6rem;
    line-height: 1.2;
    margin: 0 0 10px;
}
.store_wrap_top li .price{
    line-height: 1;
    margin: 0;
}
@media only screen and (min-width: 861px) {
        .gray_wrap_2606 {
            padding: 80px 0;
        }
        .store_wrap_top {
            margin-bottom: 60px;
        }
        .store_wrap_top li {
            margin: 0;
            width: 22%;
        }
        .store_wrap_top li .img_wrap {
            margin: 0 auto 20px;
        }
        .store_wrap_top li .ttl{
            margin: 0 0 20px;
        }
        .store_wrap_top li .txt{
            margin: 0 0 20px;
        }
}




.footer_sns_wrap {
    margin: 0 0 30px;
}
@media only screen and (min-width: 861px) {
        .footer_sns_wrap {
            margin: 0 0 60px;
        }
}




.img_fanclub {
    margin: 0 auto 30px;
    max-width: 750px;
    width: 90%;
}
@media only screen and (min-width: 861px) {
        .img_fanclub {
            margin: 0 auto 60px;
        }
}




body.login .list_wrap_01 {
    border-bottom: solid 1px #ababab;
}




.article_wrap {
    font-size: 1rem;
    font-weight: 400;
}
.article_wrap img {
    height: auto;
    line-height: 0;
    max-width: 100%;
}
.article_wrap p {
    margin-bottom: 0;
}
.article_wrap p.center {
    text-align: center;
}

.article_wrap h2 {
    font-size: 5vw;
    font-weight: 900;
    margin: 0 0 .8em;
    padding: 0 0 0 15px;
    position: relative;
}
.article_wrap h2:before {
    background: #b30000;
    content: "";
    height: 76%;
    position: absolute; left: 0; top: 12%;
    width: 5px;
}
.article_wrap h3 {
    font-size: 4.5vw;
    font-weight: 900;
    margin: 0 0 .8em;
    padding: 0 0 5px;
    position: relative;
}
.article_wrap h4 {
    font-size: 4vw;
    font-weight: 900;
    margin: 0 0 .8em;
    padding: 0 0 5px;
    position: relative;
}
.article_wrap h5 {
    border: solid 1px #aaa;
    display: inline-block;
    font-size: 1rem;
    font-weight: 900;
    padding: 2px 8px;
}
.article_wrap h6 {
    display: inline-block;
    font-size: 1rem;
    font-weight: 900;
    position: relative;
}
.article_wrap h6:before {
    background: #ffff00;
    content: "";
    height: .5rem;
    position: absolute; bottom: .2rem; left: 0;
    width: 100%;
    z-index: -1;
}
.article_wrap h3:before {
    background: #555;
    content: "";
    height: 1px;
    position: absolute; left: 0; bottom: 0;
    width: 100%;
}
.article_wrap a {
    color: #1a0dab;
    position: relative;
    text-decoration: none;
}
.article_wrap a:after {
    background: #1a0dab;
    content: "";
    height: 1px;
    position: absolute; bottom: -2px; left: 0;
    width: 100%;
}
.article_wrap .btn {
    align-items: center;
    background: #fff;
	border: solid 1px #1a1e25;
	border-radius: 40px;
    color: inherit;
	display: block;
    font-family: inherit;
	font-size: 3.3vw;
	font-weight: 900;
    justify-content: center;
	line-height: 20px;
	margin-bottom: 3em;
    min-width: 40%;
    padding: 7px 30px;
	position: relative;
	text-align: center;
    text-decoration: none;
    width: fit-content;
}
.article_wrap .btn:after {
    display: none;
}
.article_wrap .btn.center {
    margin: 0 auto 3em;
}
.article_wrap .btn.secondary {
    background: #dfdfdf;
}
.article_wrap .btn.btn_red {
    background: #af0402;
    color: #fff;
}
.article_wrap .btn.btn_blue {
    background: url("../img/bg_blue.png") repeat;
    color: #fff;
}
.box {
    background: #fff;
    border: solid 1px #1a1e25;
    margin-bottom: 3em !important;
    max-width: 100% !important;
    padding: 20px;
    width: 100%;
}
.box .box_title {
    font-size: 1.1rem;
    font-weight: 900;
    margin-bottom: .5em;
}
.box p:last-of-type {
    margin-bottom: 0;
}
.box.attention {
    background: #f4dbdb;
    border: solid 1px #af0402;
}

.video-wrap{
    max-width: 100% !important;
    position: relative;
    width: 100% !important;
    padding-top: 56.25%; /* 16:9 */
}

.video-wrap iframe{
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border: 0;
}
.article_wrap ul li {
    font-weight: inherit;
    list-style: disc;
    list-style-position: outside;
    margin: 0 0 .5rem 20px;
}
.article_wrap ul li:last-child {
    margin: 0 0 0 20px;
}




.ttl_wrap_detail .sub_wrap .tag.cm { background: #5c09aa;}
.ttl_wrap_detail .sub_wrap .tag {
    border-radius: 30px;
}
.ttl_wrap_detail .sub_wrap .tag.fanclub {
    background: #af0402;
    box-sizing: border-box;
    color: #fff;
    margin: 0 5px 0 0;
}

@media only screen and (min-width: 861px) {
        .article_wrap h2 {
            font-size: 26px;
            padding: 0 0 0 20px;
        }
        .article_wrap h2:before {
            width: 6px;
        }
        .article_wrap h3 {
            font-size: 20px;
        }
        .article_wrap h4 {
            font-size: 18px;
        }
        .article_wrap .btn {
            font-size: 14px;
            min-width: 300px;
            padding: 10px 30px;
        }
		.article_wrap .btn:hover {
			box-shadow: 0 4px 1px rgba(0,0,0,.2);
            opacity: 1;
			transform: translate(0px,-4px);
			transition:all .3s ease-in-out;
		}
}




.tab_wrap_2026 {
    display: flex;
    flex-wrap: wrap ;
    justify-content: center;
    margin: 0 auto .5em;
    width: 90%;
}
.tab_wrap_2026 li {
    font-size: clamp(10px, 3.6vw, 15px);
    padding: 0 1.0rem 0 0;
    position: relative;
}
.tab_wrap_2026 li:after {
    content: "/";
    position: absolute; right: .45rem; top: 0;
}
.tab_wrap_2026 li.current {
    color: #af0402;
    pointer-events: none;
}
.tab_wrap_2026 li:last-child {
    padding: 0;
}
.tab_wrap_2026 li:last-child::after {
    display: none;
}
@media only screen and (min-width: 861px) {
        .tab_wrap_2026 {
            display: flex;
            justify-content: flex-end;
            margin: -25px auto .5em;
            max-width: 960px;
        }
        .tab_wrap_2026 li {
            padding: 0 2rem 0 0;
        }
        .tab_wrap_2026 li:after {
            right: 1rem;
        }
        .tab_wrap_2026 li:hover::after {
            color: #454545;
        }
        .tab_wrap_2026 li:hover {
            color: #af0402;
        }
}




.form_wrap_fanclub {
    display: flex;
    justify-content: flex-end;
    max-width: 960px;
    margin: 0 auto 1rem;
    width: 90%;
}

.check_box_fanclub {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    color: #888;
    font-size: clamp(10px, 2.8vw, 14px);
    cursor: pointer;
}

.checkbox_fanclub {
    appearance: none;
    -webkit-appearance: none;
    box-sizing: border-box;
    width: 12px;
    height: 12px;
    margin: 0;
    border: solid 1px #888;
    background: #fff;
    cursor: pointer;
    position: relative;
}

.checkbox_fanclub:checked::after {
    content: "";
    position: absolute;
    left: 3px;
    top: -1px;
    width: 3px;
    height: 6px;
    border: solid #888;
    border-width: 0 2px 2px 0;
    transform: rotate(45deg);
}




.news_wrap_2026 {
    background: #e5e5e5;
    margin: 0 auto;
    padding: 20px 0;
}
body.login .news_wrap_2026 {
    background: #d7dcdf;
}
@media only screen and (min-width: 861px) {
        .news_wrap_2026 {
            margin: 0 auto 30px;
            padding: 40px 0;
        }
}




.sns_wrap_02 {
    align-items: center ;
	display: -webkit-flex; 
	display: flex; 
	-webkit-flex-wrap: wrap; 
	flex-wrap: wrap; 
	justify-content: space-between;
	margin: 0 0 30px;
    padding: 20px 0 0;
	width: 100%;
} 
.sns_wrap_02 li {
	flex-basis: 23%;
	padding: 10px 0 0;
	text-align: center;
}
.sns_wrap_02 li a {
	display: block;
}
.sns_wrap_02 li a:hover {
	opacity: 0.6;
	z-index: 100
}
.sns_wrap_02 li:nth-child(1) img {
	height: 19px;
	margin: 0;
}
.sns_wrap_02 li:nth-child(2) img {
	height: 21px;
}
.sns_wrap_02 li:nth-child(3) img {
	height: 21px;
}
.sns_wrap_02 li:nth-child(4) img {
    height: 18.5px;
}
@media only screen and (min-width: 1122px) {
        .sns_wrap_02 {
            display: none;
        } 
}




.btn_01.join {
    color: inherit;
    line-height: 1.4;
    padding: 3% 12%;
}
.btn_01.join:after{
    background: none;
    border-bottom: solid 1px #000;
    border-right: solid 1px #000;
    height: 8px;
    transform: rotate(-45deg);
    width: 8px;
    right: 7%;
    left: inherit;
}
@media only screen and (min-width: 861px) {
        .btn_01.join {
            border-radius: 50px;
            line-height: 1.4;
            padding: 18px 56px;

            }
        .btn_01.join:after{
            height: 12px;
            top: calc(50% - 6px);
            width: 12px;
        }
}