@charset "UTF-8";

@import url('https://fonts.googleapis.com/css2?family=M+PLUS+Rounded+1c:wght@400;500;700;800;900&display=swap');


/****************************************

          RESET

*****************************************/
html, body,
h1, h2, h3, h4, h5, h6,
a, p, span,
em, small, strong,
sub, sup,
mark, del, ins, strike,
abbr, dfn,
blockquote, q, cite,
code, pre,
ol, ul, li, dl, dt, dd,
div, section, article,
main, aside, nav,
header, hgroup, footer,
img, figure, figcaption,
address, time,
audio, video,
canvas, iframe,
details, summary,
fieldset, form, label, legend,
table, caption,
tbody, tfoot, thead,
tr, th, td {
    margin: 0;
    padding: 0;
    border: 0;
}

html {
    font-size: 62.5%;
    background: #68cbf4;
}

body {
    font-size: 1.6rem;
    line-height: 1.4;
    font-family: tot-shizukago-stdn, sans-serif;
    font-weight: 500;
    letter-spacing: 0.07em;
    background: #68cbf4;
    height: auto;
    min-height: 100vh;
    position: relative;
}


* {
    font-family: inherit;
    font-size: inherit;
    line-height: inherit;
}
article,
aside,
footer,
header,
nav,
section,
main {
    display: block;
}

* {
    box-sizing: border-box;
}

*:before,
*:after {
    box-sizing: inherit;
}
table {
    border-collapse: collapse;
    border-spacing: 0;
}

ol,
ul {
    list-style: none;
}

img,
video {
    max-width: 100%;
}

img {
    border-style: none;
}

footer {
    background: #1871ac;
}


blockquote,
q {
    quotes: none;
}

blockquote:after,
blockquote:before,
q:after,
q:before {
    content: "";
    cont
}
[hidden] {
    display: none !important;
}

[disabled] {
    cursor: not-allowed;
}

:focus:not(:focus-visible) {
    outline: none;
}
.sr-only {
    position: absolute;
    clip: rect(1px, 1px, 1px, 1px);
    left: -9999px;
    top: -9999px;
}
p.just {
    text-align: justify;
    text-justify: inter-ideograph;        
}
br.brsp {
    display:none;   
}
@media (max-width: 767px) {
br.brsp {
    display:block;   
}
}
img{
    width: 100%;
}


.delighter {
    transition: all .5s ease-out;
    transform: translatey(5%);
    opacity: 0;
   }
 
.delighter.started {
      transform: none;
      opacity: 1;
   }



/****************************************
	ビジュアル
*****************************************/


.bgBox {
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    z-index: 0;
}


.bgBox::before {
    content: '';
    display: block;
    width: 100%;
    height: 100%;
    position: absolute;
    background: url(/static/ske48/fansite/feature/teams_performance_2026/img/bg_ptn_wave.png);
    background-size: 20px;
    background-repeat: repeat;
    background-position: 0 0;
    opacity: 0.3;
    animation: bgscroll 1s linear infinite;
}

@keyframes bgscroll {
 0% {background-position: 0 0;}
 100% {background-position: 20px 0;}
}


.visual {
    height: 100svh;
    margin: 0;
    position: relative;
    background-position: top;
    background-size: cover;
    min-height: 45vw;
    overflow: hidden;
    display: flex;
    align-items: center;
    justify-content: center;
    z-index: 1;
}

.visual h1 {
    width: 70%;
    max-width: 92vh;
}

.visual h3 {
    width: 33%;
    max-width: 92vh;
}

.main_visual {
    position: relative;
    transition: 0.5s 0.2s;
    transform: translateX(30px);
    opacity: 0;
}

.loaded .main_visual {
    transform: translateX(0px);
    opacity: 1;
}


.mv_compass {
    width: 50%;
    position: absolute;
    z-index: -1;
    top: -14%;
    left: -14%;
    opacity: 0.4;
    animation: rotate 10s ease-in-out infinite;
    line-height: 0;
}

@keyframes rotate {
 0%   { transform: rotate(0deg); }
 30%  { transform: rotate(45deg); }
 60%  { transform: rotate(-45deg); }
 100% { transform: rotate(0deg); }
}


.tit_box {
    width: 30vw;
    height: 30vw;
    display: flex;
    align-items: center;
    justify-content: center;
    opacity: 0;
    transform: translateX(30px);
    transition: 0.5s 0.7s;
    max-width: 400px;
    max-height: 395px;
}

.tit_box:last-child {
    transform: translateX(-30px);
}

.loaded .tit_box {
    opacity: 1;
    transform: translateX(0px) !important;
}

.tit_box::before {
    content: '';
    display: block;
    width: 100%;
    height: 100%;
    position: absolute;
    background: url(/static/ske48/fanclub/feature/koedashiteikoze/logo_circle_main_Vc7zrfmE.png);
    background-size: contain;
    background-repeat: no-repeat;
    animation: floating 10s linear infinite;
    z-index: -1;
    transform: translateX(-30px);
}


.tit_box_inner {
    text-align: center;
    font-weight: 700;
}

.tit_box_inner_t {
    padding: 15% 0;
    position: relative;
}

.tit_box_inner_t:nth-of-type(1)::before {
    content: '';
    display: block;
    width: 90%;
    height: 3px;
    background: #029be0;
    position: absolute;
    bottom: 5px;
    left: -23%;
}

.tit_box_inner_t:nth-of-type(2)::before {
    content: '';
    display: block;
    width: 90%;
    height: 3px;
    background: #c9eeff;
    position: absolute;
    top: 5px;
    right: -23%;
}


.main_tit {
    line-height: 0;
    position: absolute;
    width: 40%;
    bottom: 55px;
    right: 55px;
}


.album_bnr {
    position: absolute;
    bottom: 45px;
    right: 45px;
    background: antiquewhite;
    padding: 25px 40px;
    border-radius: 30px;
    text-align: center;
    background: #a0c177;
    border: 5px solid #676c91;
    color: #fff;
    font-family: 'M PLUS Rounded 1c', sans-serif;
    font-weight: 700;
    transform: translateY(30px);
    opacity: 0;
    transition: 0.5s 0.7s;
}

.loaded .album_bnr {
    transform: translateY(0px);
    opacity: 1;
}

.main_tit_cat {
    font-size: 1.35vw;
    color: #fff;
    line-height: 1;
    display: inline-block;
    margin-bottom: 3%;
    letter-spacing: 0.15em;
}

.main_tit_day {
    font-size: 2vw;
    letter-spacing: 0.08em;
}


.visual .logo {
    position: fixed;
    z-index: -1;
    width: 100%;
    height: 100%;
    opacity: 0.5;
}


.scroll {
    display: block;
    width: 0px;
    height: 80px;
    position: absolute;
    bottom: 55px;
    left: 55px;
    z-index: 10;
    text-decoration: none;
    text-align: center;
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
    -webkit-animation: logoFade 0.3s ease 1.4s 1 forwards;
    animation: logoFade 0.3s ease 1.4s 1 forwards;
}
.scroll:after {
    content: "";
    position: absolute;
    height: 100%;
    width: 2px;
    top: 0px;
    left: 0;
    right: 0;
    margin: auto;
    display: block;
    background: #ffffff;
    -webkit-animation: scroll 2s linear 0s infinite;
    animation: scroll 2s linear 0s infinite;
}

  @-webkit-keyframes scroll {
    0%{ height: 0; top: 0; bottom: auto; opacity: 0; }
    35%{ opacity: 1; }
    46% { height: 100%; top: 0; bottom: auto; }
    50% { height: 100%; bottom: 0; top: auto; }
    54% { height: 100%; bottom: 0; top: auto; }
    100% { height: 0; bottom: 0; top: auto;}
  }
  @keyframes scroll {
    0%{ height: 0; top: 0; bottom: auto; opacity: 0; }
    35%{ opacity: 1; }
    46% { height: 100%; top: 0; bottom: auto; }
    50% { height: 100%; bottom: 0; top: auto;}
    54% { height: 100%; bottom: 0; top: auto;}
    100% { height: 0; bottom: 0; top: auto; }
  }

.scroll:before {
    content: 'SCROLL';
    width: fit-content;
    display: block;
    bottom: 0;
    left: 15px;
    position: absolute;
    color: #fff;
    font-family: clarendon-urw;
    font-weight: 700;
    line-height: 1;
}


@keyframes upIn {
	0% {
		opacity: 0;
		-webkit-transform: translate(0, -40%);
		transform: translate(0, -40%);
	}
	100% {
		opacity: 1;
		-webkit-transform: translate(0,-50%);
		transform: translate(0,-50%);
	}
}

@keyframes fadeSplash {
	0% {
		opacity: 0;
		-webkit-transform: scale(0.8) translate(0,-50%);
		transform: scale(0.8) translate(0,-50%);
	}
	50% {
		-webkit-transform: scale(1.1) translate(0,-50%);
		transform: scale(1.1) translate(0,-50%);
	}
	100% {
		opacity: 1;
		-webkit-transform: scale(1) translate(0,-50%);
		transform: scale(1) translate(0,-50%);
	}
}

/****************************************
	メニュー
*****************************************/
.hamBtn {
    position: fixed;
    right: 50px;
    top: 50px;
    width: 45px;
    height: 35px;
    transition: all .3s ease;
    cursor: pointer;
    z-index: 9999;
}

.hamBtn::after {
    content: '';
    display: block;
    width: 50px;
    height: 50px;
    left: -10px;
    top: -14px;
    position: absolute;
    z-index: -1;
    border-radius: 5px;
    background-color: #1871ac;
}

.hamBtn span {
    display: block;
    position: absolute;
    right: 0;
    width: 100%;
    height: 2px;
    background: #FFF;
    transition: all .3s ease;
}
.hamBtn :nth-of-type(1) {
    top: 0;
}
.hamBtn :nth-of-type(2) {
	top: 15px;
}
.hamBtn :nth-of-type(3) {
    top: 30px;
}

.hamBtn.open span:nth-of-type(1) {
	transform: translateY(15px) rotate(-45deg);
}
.hamBtn.open span:nth-of-type(2) {
	opacity: 0;
}
.hamBtn.open span:nth-of-type(3) {
    transform: translateY(-15px) rotate(45deg);
}


.menuArea_wrap {
    width: 100%;
    position: relative;
    height: auto;
    display: block;
    z-index: 999;
    transition: 0.5s;
    pointer-events: none;
}
.menuArea_wrap.menu_open {
    pointer-events: all;
}

.menuArea .menu{
    display: -webkit-flex;
    display: flex;
    flex-flow: row wrap;
    justify-content: center;
    width: 1000px;
    margin: 0 auto 0px;
    align-items: center;
}
.menuArea .menu li{
    text-align: center;
    position: relative;
}
.menuArea .menu li:last-child{
    border-right: none;
}
.menuArea .menu li a {
    text-decoration: none;
    color: #fff;
    font-size: 20px;
    display: inline-block;
    font-family: clarendon-urw;
    font-weight: 700;
}
.menuArea .menu li a:hover{
    transition: 0.4s;
    opacity: 0.6;
}

.menuArea .menu li .new_icon {
    display: flex;
    align-items: center;
    position: absolute;
    justify-content: center;
    background: #fdb4d3;
    top: -30px;
    right: -4px;
    font-size: 10px;
    color: #fff;
    font-weight: bold;
    width: 32px;
    height: 32px;
    border-radius: 50%;
    letter-spacing: 0.04em;
}

.menuArea .menu li .new_icon::before {
    content: '';
    display: block;
    width: 15px;
    height: 15px;
    background: #fdb4d3;
    position: absolute;
    left: 4px;
    bottom: 3px;
    transform: skew(-25deg, -18deg) rotate(83deg);
    z-index: -1;
}



.hamBtn :nth-of-type(2) {
	top: 10px;
}
.hamBtn :nth-of-type(3) {
    top: 20px;
}
.hamBtn.open span:nth-of-type(1) {
    transform: translateY(10px) rotate(-45deg);
}
.hamBtn.open span:nth-of-type(3) {
    transform: translateY(-10px) rotate(45deg);
}

.menuArea_wrap {
}

.menuArea {
    width: 100%;
    position: fixed;
    top: 0;
    left: 0;
    height: 100vh;
    background: #013d65d6;
    display: flex;
    align-items: center;
    justify-content: center;
    z-index: 999;
    backdrop-filter: blur(5px);
    -webkit-backdrop-filter: blur(5px);
    opacity: 0;
    transition: 0.5s;
}

.menuArea_wrap.menu_open .menuArea {
    opacity: 1;
}

.menuArea .menu {
    width: 100%;
    margin: 0 auto 0px;
    display: block;
    text-align: center;
}

.menuArea .menu li {
    margin: 0 auto 20px;
    width: 100%;
    border: none;
}

.menuArea .menu li a:hover{

}

.menuArea .menu li .new_icon {
    top: -13px;
    right: -2px;
    font-size: 10px;
    color: #fff;
    font-weight: bold;
    width: 37px;
    height: 18px;
    border-radius: 50%;
    letter-spacing: 0.04em;
}

.menuArea .menu li .new_icon::before {
    width: 12px;
    height: 8px;
    left: 0px;
    bottom: 3px;
    transform: skew(-25deg, -18deg) rotate(83deg);
    z-index: -1;
}





.inBox {
    width: 1000px;
    margin: auto;
    padding: 135px 0;
    position: relative;
    max-width: 90%;
}


h2 {
    text-align: center;
    margin: 0 0 75px 0;
    position: relative;
    font-family: clarendon-urw;
    font-weight: 700;
    font-style: normal;
    z-index: 1;
    color: #1871ac;
}

h2 .sectit {
    line-height: 1;
    font-size: 68px;
    display: block;
}

.detailArea h2::after {
    content: '';
    display: inline-block;
    width: 185px;
    height: 185px;
    background-image: url(/static/ske48/fansite/feature/teams_performance_2026/img/bg_sec_tit_mB4Hn6eM.png);
    background-size: contain;
    background-repeat: no-repeat;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: -1;
}

.contents:nth-of-type(even) h2 span{
}

.contents:nth-of-type(even) h2::after {
    filter: hue-rotate(116deg);
}


.attentionList li{
    font-size: 13px;
    text-indent: -1em;
    margin: 0 0 5px 1em;
}
.attentionList li:last-child {
    margin-bottom: 0;
}

.attentionList li.sml {
    font-size: 0.85em;
}

.copy {
    text-align: center;
    color: #fff;
    font-weight: bold;
    background: #1871ac;
    font-size: 11px;
    padding: 0 60px 60px;
}


/****************************************
	はじめに
*****************************************/

.introductionArea{
    background: url(images/bg_main_A_C6bSEt3G.jpg)  center center;
    background-position: top;
    background-size: auto; 
    color: #fff;       
}
.introductionArea h2:before{
    content: '';
    display: inline-block;
    width: 150px;
    height: 13px;
    background-image: url(images/ph_tit_B_C6bSEt3G.png);
    background-size: contain;
    vertical-align: middle;
    background-repeat: no-repeat;
    position: absolute;
    bottom: -10px;
    left: 50%;
    transform: translate(-50%, 0);
    -webkit-transform: translate(-50%, 0);
    -ms-transform: translate(-50%, 0);
}

.introductionArea .lead{
    font-weight: bold;
    line-height: 2;
    margin: 0 0 30px 0;
}
.introductionArea .attentionBox{
    background: #fff;
    color: #000;
    padding: 50px;
}
.introductionArea .attentionBox .tit{
    font-weight: bold;
    text-align: center;
    margin: 0 0 10px 0;
    font-size: 16px;
}
.introductionArea .attentionBox .txt{
    font-size: 14px;
    line-height: 1.5;
    font-weight: 400;
    margin: 0 0 10px 0;
}
.introductionArea .attentionBox .txt:last-child{
    margin: 0;
}

.message_img {
    width: 70%;
    margin: 15px auto;
    line-height: 0;
    box-shadow: 1px 1px 12px #00000026;
}

.message_img a {
    display: block;
    line-height: 0;
}


/****************************************
	概要
*****************************************/

.contents {
    position: relative;
    background: #f6f9e0;
    color: #3d3d3d;
}

.contents:nth-of-type(odd)::before, .contents:nth-of-type(odd)::after {
    content: '';
    display: block;
    width: 100%;
    height: 20px;
    background: url(/static/ske48/fansite/feature/teams_performance_2026/img/bg_paper_top.png);
    position: absolute;
    top: -19px;
    left: 0;
    background-size: 310px;
    background-repeat: repeat-x;
    z-index: 1;
}

.contents:nth-of-type(odd)::after {
    background-image: url(/static/ske48/fansite/feature/teams_performance_2026/img/bg_paper_btm.png);
    bottom: -19px;
    top: auto;
}

.contents:nth-of-type(even) {
    background: #e9faff4f;
    color: #3d3d3d;
}

.topBox{
    display: flex;
    justify-content: center;
}

.detailArea{
    background-position: top;
    background-size: auto;  
}
.detailArea .swiper_wrap,.detailArea .songboard{
    width: 90%;
}


.contents:nth-of-type(even) h2::after {
}


.swiper-button-next::after, .swiper-button-prev::after{
   letter-spacing: unset;
}

.detailBox:last-child {
    margin-bottom: 0;
}

.detailBox_inner {
    margin-bottom: 40px;
}
.detailBox_inner:last-child {
    margin-bottom: 0;
}

.detailBox_release {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  margin-bottom: 30px;
  padding: 30px;
  background: #fff;
  border: 2px solid #e0e0e0;
  border-radius: 5px;
}

/*
.detailBox_release:last-child {
    margin-bottom: 0;
    border: none;
    padding: 0;
}
*/

.detailBox_release .detailBox_inner_ph {
    width: 35%;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}

.detailBox_release .detailBox_inner_ph .info_img {
  line-height: 0;
  margin: 0 auto;
  width: 70%;
}

.detailBox_release .detailBox_inner_info {
    width: 65%;
}

.benefits_area {
  margin-bottom: 30px;
  padding: 30px;
  background: #fff;
  border: 2px solid #e0e0e0;
  border-radius: 5px;
}
.benefits_area .benefits_txt {
    font-size: 15px;
    margin-bottom: 10px;
    text-indent: -1em;
    padding-left: 1em;
}
.benefits_area .benefits_txt:last-child {
  margin-bottom: 0;
}
.detail_date {
    font-size: 1.1em;
    line-height: 1;
}

.cs {
    font-size: 23px;
    font-family: clarendon-urw;
    font-weight: 700;
    text-align: center;
    letter-spacing: 0;
    padding: 30px;
}

.info_cat {
    padding: 2px 7px;
    line-height: 1;
    margin-bottom: 8px;
    border-left: 4px solid #1871ac;
    font-weight: 600;
    font-size: 17px;
}

.info_price {
    font-size: 1.3em;
    margin-bottom: 12px;
    padding-left: 15px;
    font-weight: 600;
}

.info_price .sml {
    font-size: 0.7em;
}

.info_detail {
    padding: 20px;
    font-size: 13px;
    line-height: 1.7;
    font-weight: 500;
    background-color: #edf7fd;
}

.anc.inline_anc {
    margin-top: -350px;
    padding-top: 350px;
}


.lead_txt {
    font-size: 14px;
    line-height: 2;
    font-weight: 500;
    margin-bottom: 30px;
    color: #000;
}

.lead_txt:last-child {
    margin-bottom: 0;
}

.lead_txt a {
    text-decoration: underline;
}

.lead_txt .lead_tit {
    background: #231815;
    color: #fff;
    padding: 0 10px;
    font-size: 1.1em;
}


.stream_box{
    margin: 0px;
    width: 100% !important;
    float: none;
}

.stream_box .stream_wrap{
    margin: 0;
    height: 0;
    overflow: hidden;
    padding-bottom: 56.25%;
    position: relative;
    border-radius: 10px;
}

.movie_box .movie_date {
    font-size: 21px;
    text-align: center;
    font-weight: bold;
    line-height: 1.7;
    margin-bottom: 20px;
}


.iframe_wrap {
	position: relative;
	padding-bottom: 56.25%;
	height: 0;
	width: 100%;
	margin: 0px auto 0px;
	text-align: center;
}

.iframe_wrap iframe{
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border: 3px solid #000;
}


.detailArea .detailBox .detail_list{
    margin: 0 0 50px 0;
}
.detailArea .detailBox .detail_list:last-child{
    border-bottom: none;
    padding: 0;
    margin: 0;
}
.detailArea .detailBox .detail_list dt{
    color: #f891be;
    font-size: 20px;
    font-weight: bold;
    margin: 0 0 15px 0;
    border-left: 5px solid;
    padding-left: 8px;
    line-height: 1.3;
}
.detailArea .detailBox .detail_list dd{

}
.detailArea .detailBox .detail_list dd .item{
    font-size: 15px;
    margin: 0 0 10px 0;
}
.detailArea .detailBox .detail_list dd .txt{
    font-size: 16px;
    margin: 0 0 30px 0;
    line-height: 1.7;
    font-weight: 500;
}

.detailArea .detailBox .detail_list dd .day_icon {
    background: #f891be;
    color: #fff;
    padding: 4px 7px;
    border-radius: 5px;
    letter-spacing: 0.05em;
    font-size: 0.85em;
    line-height: 1;
    display: inline-block;
    vertical-align: 2px;
}

.list--detail {
    border-top: 1px solid #1871ac;
}

.list--detail > li {
  display: flex;
  flex-wrap: wrap;
  font-size: 15px;
  letter-spacing: 0.08em;
  align-items: center;
  padding: 25px 0;
  border-bottom: 1px dotted #1871ac;
}

.list--detail > li .detail_left {
    width: 20%;
    font-weight: 600;
    color: #1871ac;
}

.list--detail > li .detail_right {
  width: 80%;
  border-left: 1px dotted #1871ac;
  padding-left: 3.5%;
  line-height: 1.6;
}


.list--detail > li .attentionList li {
    font-size: 14px;
    line-height: 1.6;
}

.list--detail > li .attentionList li.sml {
    font-size: 0.85em;
}

.list--detail > li:last-child {
}

.list--detail > li a {
    text-decoration: underline;
}

.detail_txt {
    font-size: 15px;
    margin-top: 30px;
    text-align: center;
}

.detail__btn, .list__more {
    font-size: 16px;
    margin: 50px auto 0;
    display: block;
    text-align: center;
    width: fit-content;
}

.detail__btn a, .list__more a {
    padding: 12px 30px;
    border-radius: 30px;
    border: 2px solid;
    font-family: clarendon-urw;
    font-weight: 700;
}


.list__more .allow{
    display: none;
}

.swiper-wrapper{
    margin: 0;
}


/****************************************
	チケット
*****************************************/

.bg_dot {
    background: #fbc565;
    background-position: top;
    background-size: auto; 
    color: #fff;       
}

.bg_dot h2 span {
}

.detailBox_tit {
    text-align: left;
    font-size: 20px;
    margin-bottom: 30px;
    position: relative;
    padding: 8px 24px 11px;
    display: inline-block;
    font-weight: 700;
    background: #ffffff;
    border-radius: 30px;
    color: #1871ac;
    border: 4px solid #1871ac;
}

.mobilekuji .detailBox_tit {
    border-color: #85c4e0;
}

.bg_pink .detailBox_tit {
    border-color: #f5aaca;
}


.ticketArea .attentionBox{
    color: #000;
    padding: 0px;
    margin: 0 0 30px 0;    
}
.ticketArea .attentionBox .tit{
    font-weight: bold;
    text-align: left;
    margin: 0px 0px 2px 0;
    font-size: 19px;
}
.ticketArea .attentionBox .txt{
    font-size: 14px;
    line-height: 1.5;
    font-weight: 400;
    margin: 0 0 10px 0;
}
.ticketArea .attentionBox .txt:last-child{
    margin: 0;
}
.ticketArea .ticketBox {
margin: 0 0 40px 0;
    background: #f5f5f5;
    padding: 30px 35px;
    border-radius: 10px;
}

.ticketArea .ticketBox:last-child {
    margin-bottom: 0;
}

.ticketArea .ticketBox .mainTit{
    font-size: 20px;
    font-weight: bold;
    margin: 0 0 20px 0;
    border-left: 5px solid #f8bb00;
    padding-left: 8px;
    line-height: 1.3;
}
.ticketArea .ticketBox .ticketInBox{
    margin-bottom: 25px;
}
.ticketArea .ticketBox .ticketInBox dl{
    margin: 0;
    display: table;
    width: 100%;
    border-bottom: none;
}
.ticketArea .ticketBox .ticketInBox dl:last-of-type dt,
.ticketArea .ticketBox .ticketInBox dl:last-of-type dd{
    border-bottom: 1px solid #f8bb00;
}
.ticketArea .ticketBox .ticketInBox dt {
    width: 25%;
    background: #f8bb00;
    color: #fff;
    padding: 10px;
    text-align: center;
    font-size: 13px;
    font-weight: bold;
    vertical-align: middle;
    display: table-cell;
    border-bottom: 1px solid #fff;
}
.ticketArea .ticketBox .ticketInBox dd {
    padding: 15px;
    font-size: 13px;
    font-weight: 400;
    line-height: 1.5em;
    border: 1px solid #f8bb00;
    border-bottom: none;
    border-left: none;
    background: #fff;
}
.ticketArea .ticketBox .ticketInBox dd .txt{
    margin: 0 0 15px 0;
}
.ticketArea .ticketBox .ticketInBox .attentionList{
    margin: 0px 0 25px 0;
}

.ticketArea .ticketBox .ticketInBox dd a {
    text-decoration: underline;
    color: #dba500;
}

.ticketArea .ticketBox .ticketInBox dl:last-of-type {
    margin-bottom: 25px;
}

.ticketArea .ticketBox .ticketInBox dd .sml {
    font-size: 0.85em;
    line-height: 1.5;
    display: inline-block;
    text-indent: -1em;
    padding: 5px 0 0 1em;
}

.link{
    color: #f8bb00;
    font-size: 12px;
}
.link:hover{
transition: 0.4s;
    opacity: 0.7;
}


.btn a {
    width: 300px;
    color: #fff;
    padding: 20px;
    display: block;
    box-sizing: border-box;
    font-weight: bold;
    margin: 0 auto;
    border-radius: 15px;
    background-color: #1871ac;
    line-height: 1.5;
}
.btn .hide {
    background-color: #ababab;
    pointer-events: none;
}

.btn a:hover {
    filter: brightness(1.2);
}

.bg_pink .btn a {
    background: #f395be;
}

.btn.hide a {
    background: #a4a4a4;
    color: #dedede;
    pointer-events: none;
}
.sns {
  padding: 60px 0 30px;
  text-align: center;
}
.sns li {
  display: inline-block;
  color: #fff;
}
.sns li:hover {
  diopacity: 0.4;
}
.sns i {
    font-size: 30px;
}

/****************************************
	企画
*****************************************/

.kikaku_txt {
    text-align: center;
    margin-bottom: 25px;
}

.kikaku_txt_sub {
    margin-bottom: 10px;
    text-align: center;
    font-weight: bold;
}



/****************************************
	注意事項
*****************************************/

.attentionArea{
}

.attention_txt {
    font-size: 14px;
    margin-bottom: 10px;
    line-height: 1.8;
}

.attentionArea .lead{
    font-size: 15px;
    line-height: 1.8;
    margin: 0 0 30px 0;
}

.attentionArea > .attentionList {
    margin-bottom: 30px;
}


.attentionArea .attentionBox{
    margin: 0 0 30px 0;
    background: #f5f5f5;
    padding: 30px 35px;
    border-radius: 10px;
    line-height: 1.6;
}

.attentionArea .attentionBox:last-child {
    margin-bottom: 0;
}

.attentionArea .attentionBox .tit{
    font-weight: bold;
    text-align: center;
    margin: 0 0 15px 0;
    font-size: 16px;
}
.attentionArea .attentionBox .txt{
    font-size: 14px;
    line-height: 1.5;
    font-weight: 400;
    margin: 0 0 10px 0;
}

.attention_txt:last-child {
    margin-bottom: 0;
}

.attentionArea .attentionBox .txt:last-child{
    margin: 0;
}





.goodsArea {
}


.goodsArea .lead {
text-align: center;
margin: 0 auto 30px;
}
.goodsArea .mainLead {
    text-align: left;
    margin: 0 auto 30px;
    font-size: 15px;
    line-height: 1.8;
}


.goodsArea .mainLead_bold {
    font-weight: bold;
    font-size: 17px;
    margin-bottom: 10px;
}


.goodsArea .good_img {
    line-height: 0;
    margin-bottom: 30px;
}


.goodsArea dl{
margin: 0 0 30px 0;
    background: #f5f5f5;
    padding: 30px 35px;
    border-radius: 10px;
}

.goodsArea dl:last-child {
    margin-bottom: 0;
}

.goodsArea dl dt{
    font-weight: bold;
    font-size: 16px;
    margin: 0 0 15px 0;
}
.goodsArea dl dt.red{
color: #ff6464;
}
.goodsArea dl dd{

}
.goodsArea .logo {
    width: 60%;
    margin: 0 auto 30px;
}
.goodsArea dl .attentionList{

}
.goodsArea dl .itemList{

}
.goodsArea dl .itemList li{
    font-size: 14px;
    margin: 0 0 10px 1em;
    line-height: 1.5;
    text-indent: -1em;
}
.goodsArea dl .itemList li:last-child{
    margin: 0 0 0 1em;
}
.goodsArea dl .txt{
font-size: 14px;
    margin: 0 0 15px 0;
    font-weight: 600;    
}
.goodsArea dl .link{
color: #f8bb00;
}
.goodsArea dl .link:hover{
color: #f8bb00;
    transition: 0.4s;
    opacity: 0.8;
}

.goodsArea .price {
    display: inline-block;
    font-weight: 500;
    color: #838383;
    padding: 3px 0 0 1em;
}

.goodsArea .attentionList li {
    font-size: 14px;
}



.accessArea {
    //padding-top: 50px;
}

.accessArea .lead {
    font-size: 15px;
    line-height: 2;
    margin: 0 0 30px 0;
    text-align: center;
    font-weight: 500;
}

.accessArea .lead a {
    text-decoration: underline;
}

.accessArea .lead .bold {
    font-size: 19px;
}


.accessArea .gmap {
height: 0;
overflow: hidden;
padding-bottom: 56.25%;
position: relative;
}

.accessArea .gmap iframe {
position: absolute;
left: 0;
top: 0;
height: 100%;
width: 100%;
border-radius: 8px;
    overflow: hidden;
}

.gmap_box {
    margin-top: 50px;
    padding: 40px 50px;
    background: #FFF;
    border: 5px solid #1871ac;
}


.archive_list {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    color: #FFF;
}

.archive_list::after {
    width: 32%;
    content: '';
    height: 0;
}

.archive_list li {
    width: 32%;
    margin-bottom: 10px;
}

.archive_list li .movie_date {
    text-align: left;
    padding-top: 8px;
    font-size: 13px;
    font-weight: 500;
}

.archive_list li  .stream_box .stream_wrap {
}


.detailBox_txt {
    font-size: 14px;
    line-height: 1.8;
    margin-bottom: 30px;
    font-weight: 500;
    color: #000;
}

.detailBox_txt:last-child {
    margin-bottom: 0;
}

.detailBox_txt a {
    color: #000;
    text-decoration: underline;
}

.detailBox_img {
    line-height: 0;
    margin-bottom: 30px;
}


.mobilekuji .attentionBox{
    margin: 0 0 30px 0;
    background: #f5f5f5;
    padding: 30px 35px;
    border-radius: 10px;
    line-height: 1.6;
}

.mobilekuji .attentionBox:last-child {
    margin-bottom: 0;
}

.mobilekuji .attentionBox .tit{
    font-weight: bold;
    text-align: center;
    margin: 0 0 15px 0;
    font-size: 16px;
}
.mobilekuji .attentionBox .txt{
    font-size: 14px;
    line-height: 1.5;
    font-weight: 400;
    margin: 0 0 10px 0;
}

.mobilekuji .attentionBox .txt:last-child{
    margin: 0;
}

.mobilekuji .rank {
    background: #fcb200;
    color: #000;
    padding: 2px 6px;
    font-weight: bold;
    margin: 0 7px 0 0;
}

.mobilekuji .capa {
    color: #838383;
    margin: 0 0 0 7px;
    font-weight: 500;
    border-bottom: 1px solid;
}

.mobilekuji .attentionList li {
    font-size: 13px;
    text-indent: -1em;
    margin: 0 0 7px 1em;
}


.song_list_box {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

.song_list_inner {
    width: 50%;
    padding-right: 4%;
}

.song_list li .song_tit .track_num {
    margin-right: 5px;
    color: #00AFDD;
}


.song_tit {
    font-size: 18px;
    font-weight: bold;
    margin-bottom: 10px;
}

.song_info {
    margin-bottom: 0;
    font-size: 12px;
    font-weight: 500;
    padding: 0 10px;
    line-height: 1.5;
    border-left: 3px solid #1871ac;
}

.song_desc {
    background: #23181514;
    padding: 15px;
    font-size: 13px;
    line-height: 1.6;
}
.song_list li {
    margin-bottom: 20px;
    border-bottom: 1px dotted #00A384;
    padding-bottom: 20px;
}

.song_list li:last-child {
    margin-bottom: 0;
}

.ac {
  margin-bottom: 30px;
  background: #FFF;
  border: 2px solid #e0e0e0;
  border-radius: 5px;
}

.ac:last-child {
    margin-bottom: 0;
}

.ac>dt {
	position: relative;
	cursor: pointer;
}
.ac>dt::after {
    content: "";
    display: block;
    width: 17px;
    height: 17px;
    border-right: #000 solid 2px;
    border-bottom: #000 solid 2px;
    position: absolute;
    top: 45%;
    right: 20px;
    transition: all 0.3s ease-out;
    transform: translateY(-50%) rotate(45deg);
}
.ac>dt.on::after {
    top: 56%;
    transform: translateY(-50%) rotate(-135deg);
}

.ac>dd {
    padding: 25px 25px;
    display: none;
}

.ac_title {
    background: #231815;
    color: #000;
    padding: 15px 45px 15px 25px;
    font-weight: 700;
}


.DetailBox_date {
  padding: 25px 30px;
  margin-bottom: 25px;
  background: #FFF;
  border: 2px solid #e0e0e0;
  border-radius: 5px;
}

.DetailBox_date:last-child {
    margin-bottom: 0;
}

.date_tit {
    font-weight: bold;
    padding: 2px 7px;
    line-height: 1;
    margin-bottom: 20px;
    border-left: 5px solid #1871ac;
}


/****************************************

	PC

*****************************************/

@media screen and (min-width: 960px) {
.sp{
    display:none!important;  
}

.archive_list li:nth-last-child(-n+3) {
    margin-bottom: 0;
}

.menuArea .menu {
    width: fit-content;
    display: flex;
    background: linear-gradient(90deg, #d8c7ad, #fdf6eb 5%, #fdf6eb 95%, #d8c7ad 100%);
    padding: 20px 40px;
    position: relative;
    box-shadow: 0 6px 12px #00000045;
}


.menuArea_wrap {
    display: block !important;
    pointer-events: all;
}

.menuArea {
    background: none;
    backdrop-filter: none;
    display: block;
    width: auto;
    height: auto;
    top: 35px;
    right: 55px;
    left: auto;
    opacity: 1;
}

.menuArea .menu li {
    width: auto;
    margin: 0 20px 0 0;
}

.menuArea .menu li:last-child {
    margin: 0px;
}

.menuArea .menu li a {
    font-size: 15px;
    color: #1871ac;
}

.hamBtn {
    display: none;
}


.menuArea .menu::before, .menuArea .menu::after {
    content: '';
    display: block;
    width: 17px;
    height: 118%;
    background: url(/static/ske48/fansite/feature/teams_performance_2026/img/bg_nav_left.png);
    position: absolute;
    left: -2px;
    background-size: contain;
    background-repeat: no-repeat;
    background-position: 0% 50%;
}

.menuArea .menu::after {
    left: auto;
    right: -2px;
    background-image: url(/static/ske48/fansite/feature/teams_performance_2026/img/bg_nav_right.png);
}

}

/****************************************

	SP

*****************************************/

@media screen and (max-width: 960px) {
.pc{
    display:none!important;  
}


.hamBtn {
    right: 25px;
    top: 30px;
    width: 30px;
    height: 30px;
}

.bgBox::before {
    background-size: 16px;
}

@keyframes bgscroll {
 0% {background-position: 0 0;}
 100% {background-position: 16px 0;}
}


/****************************************
	ビジュアル
*****************************************/

.visual {
    min-height: auto;
    flex-wrap: wrap;
}

.visual .logo {
}

.mv_compass {
    width: 75%;
    top: -10%;
    left: -20%;
}

.visual h1 {
    width: 84%;
}

.visual h3 {
    width: 84%;
}

.main_tit {
    width: 70%;
    right: 6%;
    bottom: 8%;
}



.scroll {
    display: block;
    height: 100px;
    position: absolute;
    bottom: 8%;
    left: 5%;
}

.scroll:before {
    writing-mode: vertical-lr;
    font-size: 11px;
    left: 8px;
}

@keyframes upIn {
	0% {
		opacity: 0;
		-webkit-transform: translate(-50%, -40%);
		transform: translate(-50%, -40%);
	}
	100% {
		opacity: 1;
		-webkit-transform: translate(-50%,-50%);
		transform: translate(-50%,-50%);
	}
}

@keyframes upIn2 {
	0% {
		opacity: 0;
		-webkit-transform: translate(0, -40%);
		transform: translate(0, -40%);
	}
	100% {
		opacity: 1;
		-webkit-transform: translate(0,-50%);
		transform: translate(0,-50%);
	}
}

@keyframes fadeSplash {
	0% {
		opacity: 0;
		-webkit-transform: scale(0.8) translate(0,-50%);
		transform: scale(0.8) translate(0,-50%);
	}
	50% {
		-webkit-transform: scale(1.1) translate(0,-50%);
		transform: scale(1.1) translate(0,-50%);
	}
	100% {
		opacity: 1;
		-webkit-transform: scale(1) translate(0,-50%);
		transform: scale(1) translate(0,-50%);
	}
}



.lead_txt {
    font-size: 13px;
    line-height: 1.8;
    margin-bottom: 20px;
}

.lead_txt .lead_tit {
    background: #231815;
    color: #000;
    padding: 0 5px;
    font-size: 1em;
}

.lead_txt a {
    letter-spacing: 0;
}

.inBox {
    max-width: none;
    width: 100%;
    margin: auto;
    padding: 70px 6%;
    box-sizing: border-box;
}

.attentionList li {
    font-size: 11px;
}




/****************************************
	はじめに
*****************************************/

.introductionArea .lead {
    margin: 0 0 20px 0;
    font-size: 13px;
}
.introductionArea .attentionBox {
    padding: 15px;
}
.introductionArea .attentionBox .tit {
    font-size: 14px;
}
.introductionArea .attentionBox .txt {
    font-size: 12px;
    line-height: 1.8;
}

.message_img {
    width: 85%;
    margin: 5px auto;
    line-height: 0;
    box-shadow: 1px 1px 5px #00000026;
}


.detailBox_tit {
    text-align: left;
    font-size: 13px;
    margin-bottom: 20px;
    font-weight: bold;
    padding: 6px 20px 8px;
    border: 2px solid #1871ac;
}


.kikaku .detailBox_tit {
    font-size: 14px;
}


.anc.inline_anc {
    margin-top: -250px;
    padding-top: 250px;
}

.topBox{
    display: block;
}

.detailArea .swiper_wrap{
    width: 100%;
    margin-bottom: 30px;
}

.detailArea .swiper_wrap:last-child{
    margin-bottom: 0;
}
.detailArea .songboard{
    width: 100%;
    margin: 0 auto;
}


.detailArea .detailBox .detail_list dt {
    font-size: 15px;
    margin-bottom: 8px;
    }
.detailArea .detailBox .detail_list dd .item {
    font-size: 12px;
    margin: 0 0 10px 0;
}
.detailArea .detailBox .detail_list dd .txt {
    font-size: 13px;
    margin: 0 0 15px 0;
}
.detailArea .detailBox .detail_list {
    margin: 0 0 20px 0;
}

.list--detail {
}

.list--detail > li {
    font-size: 13px;
    padding: 12px 0;
}

.list--detail > li .detail_left {
    width: 100%;
    margin-bottom: 8px;
}

.list--detail > li .detail_right {
    width: 100%;
    border: none;
    padding: 0;
}

.list--detail > li .attentionList li {
    font-size: 12px;
    line-height: 1.6;
    margin-bottom: 2px;
}

.detail_txt {
    font-size: 13px;
    margin-top: 20px;
    text-align: left;
    line-height: 1.6;
}

/****************************************
	チケット
*****************************************/
.ticketArea .attentionBox {
margin: 0 0 20px 0;
}
.ticketArea .attentionBox .tit {
    margin: 0 0 10px 0;
    font-size: 13px;
}
.ticketArea .ticketBox {
padding: 15px 13px;
    margin: 0 0 15px 0;
}
.ticketArea .ticketBox .mainTit {
font-size: 15px;
    font-weight: bold;
    margin: 0 0 15px 0;
}
.ticketArea .ticketBox .ticketInBox {
    margin: 0px 0 15px 0;
}
.ticketArea .ticketBox .ticketInBox dl {
    margin: 0;
    display: block;
    width: 100%;
    border-bottom: none;
}
.ticketArea .ticketBox .ticketInBox dt {
    width: 100%;
    background: #f8bb00;
    color: #000;
    padding: 5px;
    text-align: center;
    font-size: 13px;
    font-weight: bold;
    vertical-align: middle;
    display: block;
    border-bottom: none;
}
.ticketArea .ticketBox .ticketInBox dd {
    padding: 10px;
    font-size: 13px;
    font-weight: 400;
    line-height: 1.5em;
    border: 1px solid #f8bb00;
    border-bottom: none;
    border-left: 1px solid #f8bb00;
    font-size: 11px;
}


.ticketArea .ticketBox .ticketInBox dl:last-of-type {
    margin-bottom: 12px;
}
.ticketArea .ticketBox .ticketInBox .attentionList {
    margin: 0px 0 0px 0;
}


.detail_date {
    font-size: 14px;
    line-height: 1;
    font-weight: 500;
}

.cs {
    font-size: 18px;
}

.detailBox_release .detailBox_inner_info {
    width: 100%;
    order: 2;
}

.info_cat {
    font-size: 15px;
    margin-bottom: 5px;
}

.info_price {
    font-size: 17px;
    margin-bottom: 12px;
    padding-left: 12px;
}

.info_detail {
    padding: 12px 15px;
    font-size: 13px;
    letter-spacing: 0.05em;
}

.detailBox_release {
    margin-bottom: 25px;
    padding: 25px 20px;
}

.detailBox_release .detailBox_inner_ph {
    width: 100%;
    order: 1;
}

.detailBox_release .detailBox_inner_ph .info_img {
    width: 100%;
    line-height: 0;
    margin: 0 auto 20px;
}


/****************************************
	注意事項
*****************************************/
.attentionArea .lead {
    font-size: 12px;
    line-height: 1.7;
    margin: 0 0 20px 0;
}
.attentionArea .attentionBox {
    padding: 15px 12px;
    margin-bottom: 20px;
}
.attentionArea .attentionBox .tit {
    font-weight: bold;
    text-align: center;
    margin: 0 0 10px 0;
    font-size: 14px;
}
.attentionArea .attentionBox .txt {
    font-size: 12px;
}
.link:hover{
opacity: 1;
}

.attention_txt:last-of-type {
    margin: 0;
}

.attention_txt {
    font-size: 12px;
    margin-bottom: 10px;
    line-height: 1.7;
}

.attentionArea .detailBox > .attentionList {
    margin-bottom: 20px;
}



.copy {
    text-align: center;
    font-size: 10px;
}

.goodsArea .lead {
font-size: 12px;
    margin: 0 auto 5px;
}
.goodsArea .mainLead {
    text-align: left;
    margin: 0 auto 20px;
    font-size: 13px;
    line-height: 1.7;
}
.goodsArea .logo {
    width: 90%;
    margin: 0 auto 20px;
}
.goodsArea dl {
    padding: 15px 12px;
    margin: 0 0 15px 0;
}
.goodsArea dl dt {
    font-weight: bold;
    font-size: 13px;
    margin: 0 0 10px 0;
}
.goodsArea dl .itemList li {
    font-size: 12px;
    margin: 0 0 5px 1em;
    line-height: 1.5;
    text-indent: -1em;
}
.goodsArea dl .txt {
    font-size: 12px;
    margin: 0 0 10px 0;
    font-weight: 600;
}
.goodsArea dl .link:hover{
    color: #f8bb00;
}

.goodsArea .mainLead_bold {
    font-size: 14px;
}

.goodsArea .mainLead {
    margin: 0 auto 10px;
    font-size: 13px;
    line-height: 1.7;
}

.goodsArea .attentionList li {
    font-size: 12px;
}

.accessArea {
    //padding-top: 10px;
}

.accessArea .lead .bold {
    font-size: 17px;
    display: inline-block;
    margin-bottom: 5px;
}

.accessArea .lead {
    font-size: 12px;
    margin: 0 0 15px 0;
    text-align: left;
    line-height: 1.6;
}


.kikaku_txt {
    text-align: left;
    margin-bottom: 15px;
    font-size: 13px;
    line-height: 1.8;
}


.detailBox_txt {
    font-size: 13px;
    line-height: 1.7;
    margin-bottom: 20px;
    text-align: left;
}

.detailBox_img {
    box-shadow: 2px 2px 7px #00000030;
    line-height: 0;
    margin-bottom: 20px;
}

.mobilekuji .attentionBox {
    padding: 20px 15px;
    border-radius: 8px;
}


.mobilekuji .attentionBox .tit {
    font-size: 15px;
}

.mobilekuji .attentionList li {
    font-size: 12px;
    text-indent: -43px;
    margin: 0 0 10px 43px;
}

.mobilekuji .attentionList li:last-child {
    margin-bottom: 0;
}

.archive_list li {
    width: 100%;
    margin-bottom: 12px;
}

.archive_list li:last-child {
    margin-bottom: 0px;
}

.movie_box .movie_date {
    font-size: 15px;
    margin-bottom: 10px;
}


.btn a {
    width: 100%;
    font-size: 14px;
    padding: 18px 5px;
}


.song_list_inner {
    width: 100%;
    padding: 0;
}

.song_list_inner:nth-of-type(2) {
    padding: 0;
    border-left: none;
}

.song_list li {
    margin-bottom: 15px;
    padding-bottom: 15px;
}

.song_list_inner {
    margin-bottom: 20px;
}

.song_list_inner:last-child {
    margin-bottom: 0;
}

.song_tit {
    font-size: 16px;
    font-weight: bold;
    margin-bottom: 5px;
}

.song_info {
    font-size: 11px;
}

.song_desc {
    background: #23181514;
    padding: 13px;
    font-size: 12px;
}

.ac {
    margin-bottom: 20px;
}

.ac_title {
    background: #231815;
    color: #fff;
    padding: 12px 35px 12px 14px;
    font-weight: 700;
    font-size: 14px;
}

.ac>dd {
    padding: 20px 0 0;
    font-size: 13px;
}

.ac>dt::after {
    width: 10px;
    height: 10px;
    top: 45%;
    right: 12px;
}

.DetailBox_date {
    padding: 25px 20px;
    margin-bottom: 20px;
}

.gmap_box {
    margin-top: 25px;
    padding: 15px;
}

}





.stream_box_list .slick-prev:before, .stream_box_list .slick-next:before {
    content: '';
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    margin: auto;
    content: "";
    vertical-align: middle;
    left: 0;
    width: 20px;
    height: 20px;
    border-top: 2px solid #00a0e9;
    border-right: 2px solid #00a0e9;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    border-radius: 0;
    background: none;
}

.stream_box_list .slick-prev:before {
    transform: rotate(-135deg);
}

.slick-dotted.slick-slider {
    margin-bottom: 0;
}


/* profile
-------------------------------- */
#profile{ overflow-x:visible;}
.profile_pop {
	-webkit-touch-callout: none;
	-webkit-user-select: none;
	-moz-touch-callout: none;
	-moz-user-select: none;
	touch-callout: none;
	user-select: none;
}
/* profList */

/* profList */
#profile{
  background: url("../images/bg.jpg") no-repeat scroll top center / cover;
}
#profile p .name{
	display: block;
	font-family: 'Quicksand', sans-serif;
	font-size: 9px;
	font-weight:500;
	color: #666;
	letter-spacing: 0.17em;
}
.profList li:last-child{ margin:0;}
.profList li p{
    line-height: 1;
    margin-bottom: 0;
    font-size: 13px;
    font-weight: 500;
}
.profDetail P{ margin:0 0 5px 0;}
.profDetail dl, .profInfo dl{ font-size: 23px; line-height: 1;}
.profDetail dt, .profInfo dt{ 
    font-weight: bold;
    margin-bottom: 8px;
    color: #FFF;
 }
.profDetail dd, .profInfo dd{ padding-left: 50px; margin-bottom: 30px; }
.profile{ 
    width: 800px;
}
.profInfo{
	width: 100%;
	display: inline-block;
}
.profInfo p{ font-size: 50px; margin: 0 0px 39px 0; }
.profInfo p .name{
display: inline-block;
    font-size: 12px;
    font-weight: 500;
    letter-spacing: 0.03em;
    line-height: 1.4;
    color: #FFF;
}

.profInfo dd{
    padding-left: 10px;
    margin-bottom: 25px;
    line-height: 1.5;
}
.prof{ width:100%;}
.profList .dummy{
	background-image: url(../images/sample_img_thum.jpg);
	width: 100%;
	background-size: 100%;
	line-height: 0;
	border-radius: 100%;
  background-position:center;
}
.box{
    width: 100%;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}


.profImg {
    position: relative;
}

.profImg .memberImg {
    position: relative;
}


#popup_sb .box {
    width: 100%;
    display: block;
}

#colorbox, #cboxOverlay, #cboxWrapper, #cboxContent {
    overflow: visible !important;
}

#cboxContent {
background: none !important;
}

#cboxOverlay {
    background: rgb(0 0 0) !important;
}

#cboxLoadedContent {
    margin: 0;
}

.profList{
    text-align: center;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    margin-bottom: 25px;
}

.profList::after {
    content: '';
    width: 300px;
    height: 0;
}

.profList li {
    display: inline-block;
    width: 23.5%;
    margin: 0 0px 24px;
    vertical-align: top;
}

.profList li a {
    display: block;
    position: relative;
    color: #000;
    transition: all 0.3s;
    line-height: 0;
    margin-bottom: 12px;
    transition: all 0.3s;
    -webkit-transition: all 0.3s;
    overflow: hidden;
    border-radius: 0px;
    box-shadow: 0 5px 10px #001b4f36;
    border: 7px solid #fff;
}


.profList li p.prof_ph {
    line-height: 0;
    position: relative;
    margin-bottom: 0px;
}

.profDetail{
    color: #000;
}

.imgArea,.infoArea{
	width:50%;
}
#popup_sb .imgArea{
	width:100%;
}

.infoArea{ width: 45%; position: relative;}
.profImg {
	opacity: 1;
}
.profImg .memberImg {
    width: 100%;
    max-width: 50vh;
    margin: 0 0 0 auto;
    display: block;
}
.profImg .dummy{ 
	width:100%; 
	height:100%; 
	position:absolute; 
	z-index:2; 
	top:0;
	left:0;
}
.profInfo {
	opacity: 1;
	position: relative;
	font-size: 16px;
	z-index: 2;
	color: #FFF;
}
.profInfo p .name {
}
.profInfo p{
    font-size: 17px;
    margin: 0 0px 30px 0;
    letter-spacing: 4px;
    line-height: 1.5;
    font-weight: 600;
}

.profInfo dl {
    font-size: 13px;
    line-height: 1;
    letter-spacing: 0.15em;
}
.profInfo .showroom{ width: 4vw; transition: all .3s ease; }
.profInfo a:hover{ opacity: 0.5; -webkit-transition: all .3s ease; transition: all .3s ease; }



.inline_box {
    background: #fff;
    padding: 50px;
}

/****************************************
	NEWS/MEDIA
*****************************************/


.newsList,.mediaList {
color: #000;
}

.newsList li a, .mediaList li a {
    padding: 20px 0;
    display: block;
    border-bottom: 1px dotted #000;
}

.newsList li:first-child a,.mediaList li:first-child a {
    padding-top: 0;
}

.newsList li:last-child a,.mediaList li:last-child a {
    padding-bottom: 0;
    border: none;
}

.newsList .date, .news_detail .date, .mediaList .date, .media_detail .date {
    font-size: 14px;
    margin-bottom: 8px;
    color: #1871ac;
    background-color: #FFF;
    font-weight: bold;
    border: 1px solid;
    padding: 2px 14px;
    display: inline-block;
    line-height: 1.5;
    border-radius: 16px;
    font-family: clarendon-urw;
    font-weight: 700;
}

.newsList .date .new,.news_detail .date .new,.mediaList .date .new,.media_detail .date .new{
    font-family: clarendon-urw;
    color: #1871ac;
    margin-left: 5px;
}

.newsList .tit {
    font-size: 15px;
    line-height: 1.5;
    font-weight: 500;
}

.news_detail .tit,.media_detail .tit {
    font-size: 24px;
    margin-bottom: 15px;
    line-height: 1.5;
    font-weight: 900;
}

.news_detail .txt a,.media_detail .txt a {
    text-decoration: underline;
    color: #1871ac;
    font-weight: bold;
}

.news_detail,.media_detail{
    padding: 30px;
    background: #fff;
    border: 5px solid #1871ac;
}

.newsList_title,.mediaList_title{
    color:#000;
}

.news_tit,.media_tit {
    font-size: 19px;
    font-weight: 600;
    margin-bottom: 25px;
}

.news_txt p,.news_txt p {
    font-size: 14px;
    line-height: 1.7;
}


.page_news .contents{
    background: #d8e593e8;
    min-height: 90vh;
}
.page_news .contents h2 span{
    color: #378c4c;
}
.page_media .contents{
    min-height: 90vh;
}

.page_news .detailBtn,.page_media .detailBtn{
    margin: 40px auto 0;
    font-size: 16px;
    text-align: center;
    background-color: #FFF;
    border-radius: 35px;
    border: 3px solid #1871ac;
    width: 300px;
}

.page_news .detailBtn a,.page_media .detailBtn a{
    display: block;
    padding: 20px;
    font-weight: bold;
    color: #1871ac;
}

.inline_link {
    text-decoration: underline;
    color: #00A384;
}


.detailBox_release.box_top {
    padding-bottom: 0;
    border: none;
}

.detailBox_release.box_bottom {
    align-items: center;
}


.stream_box_list .iframe_wrap {
    margin: 0px auto 40px;
}

.iframe_wrap:last-child {
    margin-bottom: 0;
}

.btnBox {
    margin-bottom: 35px;
}

.song_list_box {
    margin-bottom: 30px;
}

.date_tit {
    margin-bottom: 0;
    position: relative;
}


.date_tit.bene_ac {
    cursor: pointer;
}

.date_tit.bene_ac::after {
    content: "";
    display: block;
    width: 15px;
    height: 15px;
    border-right: #00A384 solid 2px;
    border-bottom: #00A384 solid 2px;
    position: absolute;
    top: 34%;
    right: 0;
    transition: all 0.3s ease-out;
    transform: translateY(-50%) rotate(45deg);
}

.date_tit.bene_ac.on::after {
    top: 72%;
    transform: translateY(-50%) rotate(-135deg);
}

.list--detail {
    margin-top: 20px;
}

.date_tit .ended {
    font-size: 0.85em;
    color: #696969;
}

.ended_txt {
    color: #868686;
    text-decoration: line-through;
    pointer-events: none;
}


.buy_list dt {
    color: #000;
    padding: 25px 25px;
    font-size: 17px;
    font-weight: 600;
}

.buy_list.ac_none dt {
    pointer-events: none;
}

.buy_list.ac.ac_none >dt::after {
    display: none;
}

.buy_list dd {
    border-top: 1px solid #e0e0e0;
}
.buy_list.setlist_box dd {
    padding: 25px 25px;
}

.shop_list {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    margin-bottom: 20px;
}
.shop_list>li {
    text-align: center;
    padding: 20px;
    width: 48.5%;
    margin-bottom: 25px;
    font-size: 15px;
    height: 100%;
    background-color: #edf7fd;
}
.shop_list>li:nth-last-child(-n + 2) {
    margin-bottom: 0;
}

.shop_name {
    font-weight: 600;
    margin-bottom: 10px;
}


.shop_link_list {
    display: flex;
    justify-content: center;
}


.shop_link_list li {
    padding: 0 10px;
    border-right: 1px solid #c2c2c2;
    color: #00AFDE;
}
.shop_link_list li:last-child {
    border: none;
}

.shop_link_list li a {
    text-decoration: underline;
}

.shop_link_list li a {
    display: inline-block;
    border: 1px solid;
    padding: 6px 15px;
    text-decoration: none;
    font-size: 14px;
    font-weight: 500;
}

.inBox.on .detailBox {
    display: block;
}

.attentionStay {
  color: #000;
  font-size: 1.1em;
}


{#
.detailArea h2 span::before {
    content: '+';
    display: inline-block;
    font-size: 17px;
    width: 18px;
    height: 18px;
    position: relative;
    background: #fff;
    color: #00A384;
    line-height: 16px;
    text-align: center;
    vertical-align: 7px;
    padding: 0 4px;
    margin-right: 10px;
}

.detailArea .on h2 span::before {
    content: '－';
    line-height: 18px;
    padding: 0 3px;
    font-size: 13px;
    vertical-align: 8px;
}
#}
span.sml {
    font-size: 0.85em;
}

@media screen and (max-width: 960px) {



.attentionStay {
  font-size: 14px;
}

.detailBox_inner {
    margin-bottom: 25px;
}

.detailBox {
}

.date_tit.bene_ac::after {
    width: 10px;
    height: 10px;
    top: 40%;
}

.date_tit.bene_ac.on::after {
    top: 54%;
}

.buy_list dt {
    padding: 15px 25px 15px 15px;
    font-size: 14px;
    line-height: 1.5;
}

.buy_list dd {
    padding: 20px 15px;
}

.buy_list.setlist_box dd {
    padding: 15px;
}

.shop_list {
    margin-bottom: 15px;
}
.shop_list:last-child {
    margin-bottom: 0 !important;
}


.shop_list>li {
    width: 100%;
    margin-bottom: 17px !important;
    padding: 13px;
}

.shop_list>li:last-child {
    margin-bottom: 0 !important;
}

.shop_link_list li a {
    font-size: 13px;
}

.shop_name {
    font-size: 14px;
}

.btnBox {
    margin-bottom: 25px;
}

.song_list_box {
    margin-bottom: 20px;
}

.stream_box_list {
    width: 100%;
    margin: 0 auto;
}

.stream_box_list .iframe_wrap {
    margin: 0px auto 20px;
}

.stream_box_list .iframe_wrap:last-child {
    margin-bottom: 0;
}


.stream_box_list .slick-prev:before, .stream_box_list .slick-next:before {
    width: 12px;
    height: 12px;
    left: -3px;
}

.stream_box_list .slick-prev:before {
    left: auto;
    right: -3px;
}

.slick-dots {
    bottom: -18px;
}

.slick-dotted.slick-slider {
    margin-bottom: 10px;
}


h2 {
    margin-bottom: 40px;
}

h2 .sectit {
    font-size: 47px;
}
h2 .subtit {
    font-size: 13px;
}

.contents h2::after {
    width: 128px;
    height: 128px;
}

.profList li {
    width: 32%;
    margin-bottom: 18px;
}

.profList li p {
    font-size: 12px;
}

.profList::after {
    content: '';
    width: 66%;
    height: 0;
}

#profile p .name{
	display: block;
	font-family: 'Quicksand', sans-serif;
	font-size: 0.5rem;
	font-weight:500;
	color: #aaa;
	letter-spacing: 0.17em;
}
#profile .profList{
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    margin-bottom: 75px;
}

#profile .profList li{
	width: 40vw;
	float: left;
	position:relative;
	top: 30px;
	opacity: 1;
	text-align: center;
	-webkit-transition: all 1s ease;
	transition: all 1s ease;
	margin:0 10px 20px 0;
}

.profDetail P{ margin:0 0 5px 0;}
.profDetail dl, .profInfo dl{ font-size: 0.7rem; line-height: 1; }
.profDetail dt, .profInfo dt{}
.profDetail dd, .profInfo dd{}

.profList li a {
    border-width: 4px;
}

.profile{ opacity:1; height: 100vh!important; width: 100%;}
.profile_pop {
	-webkit-touch-callout: none;
	-webkit-user-select: none;
	-moz-touch-callout: none;
	-moz-user-select: none;
	touch-callout: none;
	user-select: none;
}
.profInfo {
	display: block;
	box-sizing: border-box;
	margin: 0 auto;
	position: relative;
}
.profInfo p{
    font-size: 21px;
    margin: 0px 0px 30px 0;
    letter-spacing: 2px;
    line-height: 1.2;
}

.profInfo p .name{
    font-size: 11px;
    letter-spacing: 0.17em;
}
.profInfo dl{font-size: 13px; line-height: 1;    letter-spacing: 0.1em;}
.profInfo dt{}
.profInfo dd{}
.profInfo .showroom{ width: 8vw;}
.profInfo a {
	display: inline-block;
	line-height: 0;
	position: absolute;
	top: 4%;
	right: 0px;
}
.profInfo .snsList li a{position: relative;}
.prof{width:100%;}
.profList .dummy{ width: 100%; background-size: cover; line-height: 0; }
.box{z-index: 9999;}
.imgArea { width: 100%; text-align: center; box-sizing: border-box; padding: 0px; }
.infoArea{ width: 100%; width: 100vw; box-sizing: border-box;}
.profImg{
    width: 100%;
    margin: 0 auto 30px;
	position:relative;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}
.profImg .memberImg{ width: 100%; }
.profImg .dummy{ 
	width: 100%; 
	height:100%; 
	position:absolute; 
	z-index:2; 
	top:0;
	left:0;
}
.profImg img{width:100%;}

.profImg::before {
    left: 10px;
    top: 8px;
}


.news_detail,.media_detail{
    padding: 12px;
    border: 2px solid #000;
    box-shadow: 0px 2px 0px #000000;
}

.news_detail .tit,.media_detail .tit{
    font-size: 18px;
    margin-bottom: 8px;
}

.page_news .detailBtn,.page_media .detailBtn{
    width: 70%;   
}

.newsList_date,.mediaList_date {
    font-size: 12px;
    margin-bottom: 7px;
    padding: 0 6px;
}

.newsList li a, .mediaList li a {
    padding: 15px 0;
    font-size: 13px;
    line-height: 1.5;
}

.newsList_title,.mediaList_title  {
    font-size: 13px;
    line-height: 1.5;
}

.detail__btn, .list__more {
    font-size: 14px;
    margin-top: 30px;
}

.inline_box {
    padding: 20px;
}

.news_tit {
    font-size: 15px;
    font-weight: 600;
    margin-bottom: 15px;
}

.news_txt p {
    font-size: 13px;
    line-height: 1.6;
}


.song_info {
    font-size: 11px;
}

.song_tit {
    font-size: 15px;
    margin-bottom: 7px;
}

.song_list_inner:nth-of-type(2) {
    border-left: none;
}

#cboxLoadedContent {
    margin: 0;
    overflow: scroll !important;
}


}

@media screen and (min-width: 960px) {


.profList li:nth-last-child(-n+5) {
    margin: 0;
}

.profList::after {
    width: 19%;
    height: 0;
}

}





.swiper_wrap {
    position: relative;
}
.swiper-pagination-bullet-active {
    background: #f8b500;
}

.swiper {
    margin: 0 auto;
    width: 100%;
}

.swiper-slide .iframe_wrap {
	position: relative;
	padding-bottom: 56.25%;
	height: 0;
	width: 100%;
	text-align: center;
}

.iframe_wrap iframe{
position: absolute;
top: 0;
left: 0;
width: 100%;
height: 100%;
    background: #000000;
}


.swiper-button-next, .swiper-button-prev {
}

.swiper-button-next:after, .swiper-button-prev:after {
    font-size: 25px;
    color: #2c1a18;
    font-weight: bold;
}

.swiper-button-next, .swiper-button-prev {
    top: 49%;
}


.swiper-button-prev, .swiper-button-next {
    opacity: 1;
}

.swiper-button-next svg {
    display: none;
}
.swiper-button-prev svg {
    display: none;
}

.swiper-button-prev:after {
    left: 0;
}

@media screen and (max-width:960px) {

.swiper-button-next:after, .swiper-button-prev:after {
    font-size: 23px;
}

.swiper-button-next, .swiper-button-prev {
    width: auto;
}

.swiper-button-prev {
    left: 0;
}
.swiper-button-next {
    right: 0;
}

.swiper_wrap {
    position: relative;
}

.swiper-button-prev:after, .swiper-button-next:after {
    border-width: 4px;
}

.swiper-button-prev:after {
    left: 0;
}

.swiper-button-next:after {
    left: auto;
    right: 0;
}

.swiper {
    margin: 0 auto;
    width: 100%;
    left: 0;
}

}