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


/* ////////////////////////////////////////////////////////////////////////////////

	Common

//////////////////////////////////////////////////////////////////////////////// */
@import url('https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@300;400;500;700;900&family=Roboto:wght@300;400;500;700&family=Poppins:ital,wght@0,400;0,500;0,600;0,700;0,800;1,400;1,500;1,600;1,700;1,800&display=swap');


html {
    font-size: clamp(13px, 1.28vw, 2.1vh);
    background: #023990;
}

body {
    line-height: 1.8;
    -webkit-text-size-adjust: 100%;
    letter-spacing: 0.05em;
    color: #39341e;
    position: relative;
    background: #fff9e9;
    font-family: 'Roboto', 'Noto Sans JP', sans-serif;
    font-weight: 500;
    font-style: normal;
    min-height: 100vh;
}

a {
    text-decoration: underline;
}

img {
	max-width: 100%;
	height: auto;
}

.bold {
    font-weight: 800;
}

.red {
    color: #f1581e;
}

.fadeup {
    opacity: 0;
    transition: 0.5s;
    clip-path: inset(0 100% 0 0);
}

.loaded .fadeup.started {
    opacity: 1;
    clip-path: inset(0 0 0 0);
}


.contents {
    overflow: clip;
}

.contents::before {
    content: '';
    display: block;
    width: 100%;
    height: 100vh;
    background: linear-gradient(180deg, #ddc87b, #b9a55c);
    z-index: 999;
    position: fixed;
    top: 0;
    left: 0;
    transition: 0.8s 0.3s;
    transform-origin: top;
}
.loaded .contents::before {
    transform: scaleY(0);
}

section {
    position: relative;
    padding: 8rem 0;
    z-index: 1;
}


.contents > section:nth-of-type(odd) {
    background: #023990;
    color: #fff;
}

.contents > section:nth-of-type(odd)::before, .contents > section:nth-of-type(odd)::after {
    content: '';
    display: block;
    width: 100%;
    height: 1rem;
    position: absolute;
    top: -1rem;
    background-image: url(/static/ebidan/fanclub/feature/ebidan_live2026/img/bg_stripe_b.png);
    background-size: 5rem;
}

.contents > section:nth-of-type(odd)::after {
    top: auto;
    bottom: -1rem;
}


.section_inner {
    background: #ffffff;
    border-radius: 40px;
    width: 95%;
    margin: 0 auto;
    max-width: 1300px;
    padding: 0 4.5vw;
    box-shadow: 10px 15px 20px #612e003b;
    position: relative;
    margin-bottom: 100px;
    overflow: hidden;
}


.innerWrap {
    margin: 0 auto;
    position: relative;
    width: 75%;
    max-width: 75rem;
    padding-bottom: 1rem;
}


h2 {
    text-align: center;
    line-height: 1;
    margin-bottom: 5rem;
    position: relative;
    transition: 0.3s 0.2s;
}

.contents > section:nth-of-type(odd) h2 {
    color: #fff;
}

h2 .tit_inner {
    display: block;
    font-size: 3.5rem;
    letter-spacing: 0;
    font-family: modesto-expanded, serif;
    font-weight: 400;
    width: fit-content;
    padding: 1rem 3rem;
    border-top: 3px solid;
    border-bottom: 3px solid;
    margin: 0 auto;
    background: url(/static/ebidan/fanclub/feature/ebidan_live2026/img/ph_star_Yx4tyV89.png), url(/static/ebidan/fanclub/feature/ebidan_live2026/img/ph_star_Yx4tyV89.png);
    background-size: 1.3rem;
    background-repeat: no-repeat;
    background-position: 0 50%, 100% 50%;
}

.contents > section:nth-of-type(even) h2 .tit_inner {
    filter: brightness(0);
}

.lead_txt {
    font-size: 1.8rem;
    font-weight: 800;
    text-align: center;
    margin-bottom: 2.5rem;
}

.sec_tit {
    font-family: modesto-expanded, serif;
    font-weight: 400;
    color: #fff;
    font-size: 12rem;
    position: absolute;
    left: 50%;
    line-height: 1;
    transform: translateX(-50%);
    opacity: 0.1;
    color: transparent;
    top: 5rem;
    background: url(/static/ebidan/fanclub/feature/ebidan_live2026/img/bg_stripe_w.png);
    background-size: 55px;
    background-clip: text;
    -webkit-background-clip: text;
}
.contents > section:nth-of-type(even) .sec_tit {
    display: none;
}


@media screen and (min-width: 960px) {
	
	.sp { display: none !important;}
	
	a { transition: all 0.3s ease-out;}
	a:hover { opacity: 0.5;}
	
}
@media screen and (max-width: 960px) {
	
html {
    font-size: clamp(10px, 3.5vw, 2.5vh);
}

body {
    background-size: 42rem;
}
	.pc { display: none !important;}
	
section {
    padding: 5rem 0;
}
.contents > section:nth-of-type(odd)::before, .contents > section:nth-of-type(odd)::after {
    background-size: 4.5rem;
}

.pages section {
    padding-top: 8rem;
}
	
.innerWrap {
    width: 90%;
}

h2 {
    margin-bottom: 3rem;
}

h2 .tit_inner {
    font-size: 2.5rem;
}

.sec_tit {
    font-size: 9rem;
    top: 3rem;
    background-size: 45px;
}

.lead_txt {
    line-height: 1.5;
    font-size: 1.3rem;
    margin-bottom: 2rem;
}

}


.contents .wovn-languages {
    top: 2rem;
    left: 1rem;
    border-color: #023990;
    color: #023990;
}

.contents .wovn-languages.visible .nav-dropdown .list--language li:hover {
    background-color: #39341e;
    color: #FFFFF5;
}
.contents .wovn-languages.visible .nav-dropdown {
    background-color: #FFFFF5;
    border: 1px solid #39341e;
    overflow: hidden;
}
.contents .wovn-languages .icon-arrow {
    stroke: #39341e;
}


.bg .bg01 {
    position: absolute;
    width: 100%;
    height: 100%;
    background: url(/static/ebidan/fanclub/feature/ebidan_live2026/img/bg_logo_tour_Yx4tyV89.png);
    background-size: 234vh;
    top: 0;
    left: 0;
    background-position: 0 0;
    animation: bgscroll 60s linear infinite;
    animation-direction: reverse;
}
.bg .bg02 {
    position: absolute;
    width: 100%;
    height: 100%;
    background: url(/static/ebidan/fanclub/feature/ebidan_live2026/img/bg_logo_symbol_Yx4tyV89.png);
    background-size: 234vh;
    top: 0;
    left: 0;
    background-position: 0 0;
    animation: bgscroll 50s linear infinite;
}


@keyframes bgscroll {
 0%   {background-position: 0 0;}
 100% {background-position: 234vh 0;}
}

.bg::before {
    content: '';
    display: block;
    position: absolute;
    width: 100%;
    height: 100%;
    background: url(/static/ebidan/fanclub/feature/ebidan_live2026/img/bg_noise.jpg);
    background-size: 800px;
    z-index: 1;
    top: 0;
    left: 0;
    background-position: 0 0;
    -webkit-mix-blend-mode: screen;
    mix-blend-mode: screen;
}



.hamBtn {
    position: fixed;
    right: 1rem;
    top: 2rem;
    width: 3.5rem;
    height: 3.5rem;
    transition: all .3s ease;
    cursor: pointer;
    z-index: 990;
    border: 1px solid #023990;
    background: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
}

.hamBtn::after {
    content: '';
    font-size: 0.6rem;
    width: 100%;
    text-align: center;
    bottom: 0;
    left: 0;
    position: absolute;
    transition: 0.3s;
    font-family: modesto-expanded, serif;
    font-weight: 400;
    letter-spacing: 0;
    color: #023990;
}

.hamBtn span {
    display: block;
    position: absolute;
    right: 25%;
    width: 50%;
    height: 2px;
    background: #023990;
    transition: all .3s ease;
}

.hamBtn :nth-of-type(1) {
    transform: translateY(-5px);
}
.hamBtn :nth-of-type(3) {
    transform: translateY(5px);
}

.hamBtn.open::after {
    color: #fff;
}

.hamBtn.open span {
}

.hamBtn.open span:nth-of-type(1) {
    transform: translateY(0px) rotate(-25deg);
}
.hamBtn.open span:nth-of-type(2) {
	opacity: 0;
}
.hamBtn.open span:nth-of-type(3) {
    transform: translateY(0) rotate(25deg);
}


.hamBox {
    display: none;
    min-height: 100%;
    box-sizing: border-box;
    position: fixed;
    height: 100dvh;
    width: 100%;
    top: 0;
    left: 0;
    z-index: 980;
    background: #023990;
}

.hamBox_inner {
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
}

.hamBox_inner::before {
    content: '';
    display: block;
    width: 50%;
    height: 78%;
    position: absolute;
    background: url(/static/ebidan/fanclub/feature/ebidan_live2026/img/bg_menu_symbol_Yx4tyV89.png);
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
    opacity: 0.1;
}

.menuList {
    margin: 0 auto;
    display: flex;
    flex-wrap: wrap;
    width: 80%;
    padding-top: 1.5rem;
}

.menuList li {
    position: relative;
    margin-bottom: 1.5rem;
    text-align: center;
    width: 50%;
}

.menuList li:last-child {
    margin-bottom: 0;
}

.menuList li .icon_new {
    position: absolute;
    top: -18px;
    font-size: 10px;
    left: 10px;
    display: flex;
    color: #ffffff;
    width: 38px;
    height: 15px;
    background: #f19999;
    border-radius: 10px;
    align-items: center;
    justify-content: center;
}

.menuList a {
    line-height: 1;
    font-size: 2.8rem;
    text-decoration: none;
    letter-spacing: 0.05em;
    font-family: modesto-expanded, serif;
    font-weight: 400;
    color: #fff;
}
.menuList a:hover {
    opacity: 0.7;
}


.menutit {
    font-weight: 600;
    font-style: italic;
    letter-spacing: -0.01em;
    color: #fff;
    font-size: 3.6vw;
    text-align: center;
    line-height: 1;
    margin-bottom: 3.8vw;
}

.menuList li.official a {
    background: #5e5e5e;
    color: #fff;
    padding: 0.15em 0.95em;
    border-radius: 2em;
    font-size: 1.15em;
}



#mainVisual {
    height: 100vh;
    height: 100svh;
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;
    margin: 0 auto 0px;
    position: relative;
    z-index: 1;
}

#mainVisual::before {
    content: '';
    display: block;
    width: 100%;
    height: 1rem;
    position: absolute;
    top: 0;
    background-image: url(/static/ebidan/fanclub/feature/ebidan_live2026/img/bg_stripe_b.png);
    background-size: 5rem;
}

.mv_wrap {
    width: 90%;
}
.loaded .mv_wrap {
}

.mv_main {
    width: 40%;
    margin: 0 auto;
    max-width: 55vh;
}

.main_kv_logo {
    transition: 1.2s 0.9s;
    margin: 0 auto;
    transform: scale(1.3);
    opacity: 0;
}

.loaded .main_kv_logo {
    opacity: 1;
    transform: none;
}


.confetti canvas {
    height: 100vh;
    width: 100%;
    position: absolute;
    top: 0;
    left: 0;
    z-index: -1;
}


.ribon {
    position: absolute;
    top: 0;
    left: 0;
    width: 40%;
    z-index: 0;
    max-width: 63vh;
}

.ribon.ribon_r {
    top: auto;
    left: auto;
    bottom: 0;
    right: 0;
}

.menu_top {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 1.3%;
    flex-wrap: wrap;
    width: 72%;
    margin: 0 auto;
    transition: 0.8s 2s;
    opacity: 0;
    transform: translateY(1rem);
}

.loaded .menu_top {
    opacity: 1;
    transform: none;
}


.menu_top > li {
    width: 24%;
    max-width: 17rem;
}
.menu_top > li a {
    position: relative;
    line-height: 0;
    display: block;
}


.menu_top > li a img {
    display: block;
}

.menu_top > li a .menu_txt {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 100%;
    display: block;
    font-family: modesto-expanded, serif;
    font-weight: 400;
    letter-spacing: 0;
    font-size: 1.5rem;
    text-align: center;
}


.scroll_wrap {
    position: absolute;
    bottom: 3rem;
    left: 1rem;
    display: block;
    transition: 0.5s 0.3s;
    z-index: 1;
}

.loaded .scroll_wrap {
}

.scroll{
    display: block;
    height: 6em;
    z-index: 0;
    text-decoration: none;
    text-align: center;
    transition: 0.3s 0.8s;
    position: absolute;
    bottom: 5rem;
}

.scroll:after {
    content: "";
    position: absolute;
    width: 2px;
    bottom: 5em;
    left: 0.75rem;
    margin: auto;
    display: block;
    background: #39341e;
    -webkit-animation: scroll 2s linear 0s infinite;
    animation: scroll 2s linear 0s infinite;
}

@keyframes scroll {
    0%{ height: 0; top: 0; bottom: auto;  }
    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; }
}


.loaded .scroll {
    opacity: 1;
}

.loaded.scrolled .scroll {
    opacity: 0;
    transition: 0.3s;
}

.scroll:before {
    content: 'SCROLL';
    position: absolute;
    writing-mode: vertical-lr;
    font-size: 0.95em;
    letter-spacing: 0.02em;
    left: 0;
    bottom: -5rem;
    height: 100%;
    text-align: right;
    font-family: modesto-expanded, serif;
    font-weight: 400;
}


@keyframes scale {
  0% {
    transform: scale(1);
  }
  50% {
    transform: scale(1.07);
  }
  100% {
    transform: scale(1);
  }
}


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


.menu_top > li a:hover {
    opacity: 1;
    transform: translateY(-0.5rem);
}


}



	
@media screen and (max-width: 960px) {


.contents .wovn-languages {
}

.bgBox {
}

.main_kv_ph {
    width: 100%;
}

@keyframes scale {
  0% {
    transform: scale(1);
  }
  50% {
    transform: scale(1.04);
  }
  100% {
    transform: scale(1);
  }
}

@keyframes scale2 {
  0% {
    transform: scale(1);
  }
  50% {
    transform: scale(1.03);
  }
  100% {
    transform: scale(1);
  }
}


.main_kv_logo {
}

.mv_main {
    width: 72%;
}

.ribon {
    width: 58%;
    max-width: 48vh;
}

.scroll_wrap {
    bottom: 2rem;
    left: 0.5rem;
}

.scroll {
    bottom: 17px;
    height: 40px;
}

.scroll:after {
    left: 17px;
    background: #050831;
}

.scroll:before {
    font-size: 11px;
    left: 7px;
    top: -58px;
}

.menuList {
    margin: 0 auto;
    text-align: center;
    padding: 0;
}

.menuList li {
    margin-bottom: 1.2rem;
    width: 100%;
}

.hamBox_inner::before {
    width: 85%;
}

.hamBtn {
    height: 4rem;
    width: 4rem;
}
	
.menuList a {
    position: relative;
    color: #fff;
    font-size: 1.6rem;
}


.menu_top {
    width: 86%;
    gap: 2%;
}
.menu_top > li {
    width: 49%;
    margin-bottom: 0.65rem;
}
.menu_top > li:nth-last-child(-n + 2) {
    margin-bottom: 0;
}

.menu_top > li a .menu_txt {
    font-size: 1.1rem;
}


}




.btn_wrap {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

.btn_wrap .detailBtn {
    width: 47%;
}

.btn_wrap .detailBtn a {
    font-size: 15px;
    padding: 15px;
    width: 100%;
    line-height: 1.6;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
}

.detailBtn.btn_min a {
    font-size: 16px;
    line-height: 1.5;
    width: 80%;
    margin: 0 auto;
}



#news .newsListWrap {
    width: 75%;
    margin: 0 auto;
}

#news .newsList {
    list-style: none;
    border-radius: 0px;
    width: 100%;
    margin-bottom: 3.5rem;
}

#news .newsList li {
    margin-bottom: 1.25em;
}
#news .newsList li:last-child {
	margin-bottom: 0;
}

#news .newsList li a {
    text-decoration: none;
    background: #fff;
    display: block;
    padding: 1.4em 2em;
    position: relative;
    border-left: 1rem solid #b9a55c;
    box-shadow: 0 0.6rem 1rem -0.5rem #00000066;
    color: #39341e;
}

#news .newsList li a:hover {
    opacity: 1;
    transform: translateX(-0.5rem);
}

#news .newsList li .date {
    font-size: 0.88em;
    color: #023990;
    letter-spacing: 0.1em;
    font-weight: 600;
    line-height: 1.5;
    font-family: modesto-expanded, serif;
    border-bottom: 1px dashed;
    padding-bottom: 0.5rem;
    margin-bottom: 0.8rem;
}

#news .newsList li .title {
    line-height: 1.5;
}

#news .detail {
    display: none;
}


.news_txt {
    font-size: 0.88em;
    margin-bottom: 1.5em;
}

.news_txt:last-child {
    margin-bottom: 0;
}

.more_btn {
    text-align: center;
}
.more_btn a {
    font-family: modesto-expanded, serif;
    font-weight: 400;
    display: inline-block;
    letter-spacing: 0;
    text-decoration: none;
    border-bottom: 2px solid;
    line-height: 1.3;
    color: #fff;
}


.news_detail {
    background: #ffffff;
    position: relative;
    box-shadow: 0 0.6rem 1rem -0.5rem #00000066;
    padding: 2.5rem 3rem;
    margin: 0 auto 3rem;
    border-top: 6px solid #b9a55c;
    color: #39341e;
}

.news_detail .date {
    color: #023990;
    letter-spacing: 0.1em;
    font-weight: 400;
    line-height: 1.5;
    margin-bottom: 0.2em;
    font-size: 0.92em;
    font-family: modesto-expanded, serif;
}
#news .newsList li .date .new {
    display: inline-block;
    background: #b9a55c;
    color: #ffffff;
    letter-spacing: 0;
    font-size: 0.8em;
    margin-left: 0.5em;
    font-weight: 400;
    padding: 0.1em 0.5em 0 0.5em;
    vertical-align: 1px;
}
.news_detail  h3 {
    margin-bottom: 1.5rem;
    border-bottom: 1px dashed #023990;
    padding-bottom: 0.85rem;
    line-height: 1.4;
    font-size: 1.12rem;
}

.news_detail .newsBody {
    font-size: 0.9rem;
    font-weight: 600;
}
.news_detail .newsBody a {
    word-break: break-all;
}

@media screen and (min-width:960px) {
	#news .newsWrap {
		transition: all 0.3s ease-out;
	}
	#news .newsWrap:hover {
		opacity: 0.7;
	}
}
@media screen and (max-width: 960px) {

.btn_wrap .detailBtn {
    width: 100%;
    margin-bottom: 15px;
}
.btn_wrap .detailBtn:last-child {
    margin-bottom: 0;
}

.detailBtn.btn_min a {
    font-size: 13px;
    padding: 12px;
}

.detailBtn.ex_btn {
    margin-top: 2em;
}
.detailBtn.ex_btn a {
    font-size: 14px;
}

#news h2 {
    writing-mode: initial;
    width: 100%;
}

	#news .newsListWrap {
    width: 100%;
	}
	#news .newsList {
	    width: 100%;
	}
	#news .newsList li {
	    margin-bottom: 0.8rem;
	}
	#news .newsList li a {
	    padding: 1.3em;
	    font-size: 0.9em;
	}

	#news .newsList li .date {
	    font-size: 0.85rem;
	    width: 100%;
	    margin-bottom: 0.8rem;
	}
	#news .newsList li .title {
	    width: 100%;
	    font-size: 1em;
	    line-height: 1.5;
	}

.news_detail {
    padding: 1.8rem 1.3rem;
}
.news_detail h3 {
    font-size: 1.1rem;
    margin-bottom: 1.2rem;
}
.news_detail .newsBody {
    font-size: 0.95rem;
}

}


.artists_wrap {
    margin-bottom: 4rem;
}
.artists_wrap:last-child {
    margin-bottom: 0;
}

.artistsList {
    display: flex;
    flex-wrap: wrap;
    gap: 5%;
    margin-top: -2.5rem;
}

.artistsList > li {
    width: 30%;
    margin-top: 2.5rem;
    text-align: center;
    font-weight: bold;
    letter-spacing: 0.01em;
    font-size: 1.05em;
}

.artistsList.salist {
    justify-content: center;
}

.artist_img {
    display: block;
    overflow: hidden;
    margin-bottom: 0.6rem;
    box-shadow: 0 0.6rem 1rem -0.5rem #00000066;
    border: 1px solid;
    background: #fff;
    aspect-ratio: 16/11;
}

.artist_img:hover {
    opacity: 1;
}

.artist_img > img {
    display: block;
    transition: 0.3s;
    object-fit: cover;
    width: 100%;
    height: 100%;
    object-position: 50% 5%;
}

.artist_img:hover > img {
    transform: scale(1.05);
}

.shuffle_wrap {
    background: #fff;
    padding: 3.2em 3.5em;
    box-shadow: 0 0.6rem 1rem -0.5rem #00000066;
}

.shuffleTit {
    font-size: 2.5rem;
    letter-spacing: 0;
    font-family: modesto-expanded, serif;
    font-weight: 400;
    text-align: center;
    line-height: 1.2;
    margin-bottom: 1.5rem;
}

.shuffleList {
    display: flex;
    flex-wrap: wrap;
    gap: 2%;
}
.shuffleList > li {
    width: 32%;
}


.place_wrap {
    text-align: center;
    margin-bottom: 2rem;
    font-weight: bold;
    background: #fff;
    display: flex;
    box-shadow: 0 0.6rem 1rem -0.5rem #00000066;
    color: #39341e;
}

.place_wrap .place_tit {
    font-size: 1.4rem;
    letter-spacing: 0.4em;
    background: #b9a55c;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 20%;
    color: #fff;
    text-indent: 0.4em;
}

.place_wrap .place_txt {
    font-size: 1.7rem;
    letter-spacing: 0.1em;
    width: 80%;
    padding: 2rem;
}

.list--schedule {
    display: flex;
    flex-wrap: wrap;
    gap: 3%;
    margin-bottom: 4rem;
    margin-top: -2rem;
}

.list--schedule:last-child {
    margin: 0;
}

.list--schedule li {
    text-align: center;
    width: 48.5%;
    background: #fff;
    display: flex;
    box-shadow: 0 0.6rem 1rem -0.5rem #00000066;
    margin-top: 2rem;
    font-family: modesto-expanded, serif;
    font-weight: 400;
}

.list--schedule li:last-child {
    margin-bottom: 0;
}

.list--schedule li .schedule_left {
    width: 20%;
    padding-right: 2%;
}

.list--schedule li .schedule_mid {
    width: 50%;
    padding: 0 2.5%;
    border-right: 2px dotted #f782bc;
    border-left: 2px dotted #f782bc;
}

.list--schedule li .day {
    font-size: 3.5rem;
    line-height: 1;
    background: #b9a55c;
    color: #fff;
    padding: 1rem;
    width: 30%;
    align-items: center;
    display: flex;
    flex-flow: column;
    justify-content: center;
}

.list--schedule li .day .sml {
    font-size: 0.5em;
}

.list--schedule li .date {
    text-align: center;
    font-size: 2em;
    margin-bottom: 0.2em;
    line-height: 1;
    font-weight: bold;
}

.list--schedule li .sch_info {
    width: 70%;
    text-align: center;
    padding: 1.5rem;
    color: #39341e;
}


.list--schedule li .date .sml {
    font-size: 0.7em;
    margin-left: 0.25em;
}

.list--schedule li  .gate {
    display: inline-block;
    padding: 0.2em 1.2em;
    margin-bottom: 0.8rem;
    font-size: 0.9em;
    font-weight: 900;
    font-family: modesto-expanded, 'Roboto', 'Noto Sans JP', sans-serif;
    background: #39341e;
    color: #fff;
}

.list--schedule li .area {
    background: #f782bc;
    text-align: center;
    color: #ffffff;
    font-weight: bold;
    line-height: 1.9;
    letter-spacing: 0.18em;
    margin: 0 auto;
    width: 90%;
    border-radius: 2em;
    font-size: 0.9em;
}

.list--schedule li .time {
    font-size: 0.85rem;
    line-height: 1.5;
    font-weight: bold;
}

.list--schedule li .place {
    font-weight: 900;
    font-size: 2em;
    line-height: 1.4;
    letter-spacing: 0em;
    margin-bottom: 0.2rem;
}

.list--schedule li .kind {
    display: inline-block;
    border: 1px solid;
    padding: 3px 5px;
    font-size: 0.9em;
    line-height: 1;
    margin-top: 8px;
}

.list--schedule li .list_price {
    display: inline-block;
    margin-left: 3px;
}

.list--schedule li .sch_attention {
    font-size: 11px;
    margin-top: 2px;
}

.contact_wrap {
    background: #fff;
    padding: 3.2em 3.5em;
    box-shadow: 0 0.6rem 1rem -0.5rem #00000066;
    text-align: center;
    color: #39341e;
}

.contact_tit {
    font-size: 2rem;
    letter-spacing: 0;
    font-family: modesto-expanded, serif;
    font-weight: 400;
    text-align: center;
    line-height: 1;
    margin-bottom: 1rem;
}
.contact_txt a {
    font-size: 0.8em;
    word-break: break-word;
}

.box_txt {
    text-align: left;
    font-size: 0.9rem;
    margin-bottom: 1.2rem;
}
.box_txt:last-child {
    margin-bottom: 0;
}

.center {
    text-align: center;
}

@media screen and (max-width: 960px) {


.artists_wrap {
    margin-bottom: 2.5rem;
}

.artistsList > li {
    width: 48%;
    margin-top: 1.2rem;
    font-size: 0.9em;
}

.artistsList {
    gap: 4%;
    margin-top: -1.2rem;
    justify-content: center;
}
.artist_img {
}

.shuffle_wrap {
    padding: 1.8rem;
}

.shuffleTit {
    font-size: 1.6rem;
}
.shuffleList {
    justify-content: center;
}
.shuffleList > li {
    width: 47%;
}
.shuffleTit + .box_txt {
    text-align: left;
    margin-bottom: 00;
}


.place_wrap {
    margin-bottom: 2.5rem;
}
.place_wrap .place_tit {
    font-size: 1rem;
    width: 30%;
}
.place_wrap .place_txt {
    font-size: 1.1rem;
    padding: 1.5rem;
    width: 70%;
}

.list--schedule {
    justify-content: center;
    margin-bottom: 2.5rem;
    margin-top: 0;
}
.list--schedule li {
    margin-top: 0;
    margin-bottom: 1rem;
    width: 100%;
}

.list--schedule li .day {
    font-size: 3.4rem;
}

.list--schedule li .date {
    font-size: 1.85em;
    margin-bottom: 0.2em;
}

.list--schedule li .place {
    font-size: 1.6em;
}

.list--schedule li .sch_info {
    font-size: 0.9rem;
}
.list--schedule li .time {
    font-size: 0.88em;
}

.contact_wrap {
    padding: 2rem 1.8rem;
    margin: 0 auto;
}
.contact_txt {
    font-size: 1em;
    letter-spacing: 0;
    line-height: 1.7;
}

.contact_tit {
    font-size: 1.8rem;
}

}


.sml {
    font-size: 0.8em;
}

#ticket {
}

#ticket .ticketBox {
    margin-bottom: 4rem;
}
#ticket .ticketBox:last-child {
    margin-bottom: 0;
}

#ticket .price_box {
    margin: 0 auto 5rem;
    width: 65%;
    min-width: 44rem;
}

#ticket .ticketBox .price {
    list-style: none;
    margin-bottom: 1rem;
}
#ticket .ticketBox .price > li {
    display: flex;
    justify-content: space-between;
    padding: 1.75em 2em;
    align-items: center;
    flex-wrap: wrap;
    background: #ffffff;
    margin-bottom: 1em;
    border-left: 1em solid #b9a55c;
    border-top: 1.5px solid #eff7ffdb;
    box-shadow: 0 0.6rem 1rem -0.5rem #00000066;
    color: #39341e;
}

#ticket .ticketBox .price li:last-child {
    margin-bottom: 0;
}

#ticket .ticketBox .price > li h5 {
    font-size: 1.1em;
    font-weight: bold;
    border-right: dotted 2px;
    width: 62%;
    padding-right: 2%;
}
#ticket .ticketBox .price > li p {
    font-size: 1.5em;
    font-weight: bold;
    width: 29%;
    text-align: right;
}

#ticket .ticketBox .price > li h5 .upgrade {
    background: #fff;
    font-size: 0.75em;
    color: #4e4034;
    letter-spacing: 0;
    padding: 0.08em 0.75em;
    font-weight: bold;
    border-radius: 2rem;
}

#ticket .ticketBox .note {
    font-size: 16px;
    font-weight: bold;
    margin-bottom: 10px;
    border-bottom: 1px solid #f2921c;
    padding-bottom: 3px;
}

#ticket .ticketBox .price_desc {
    font-weight: 500;
    font-size: 0.92rem;
    line-height: 1.5;
}

#ticket .ticketBox .price_desc > li {
    text-indent: -1em;
    padding-left: 1em;
}


.ticketBox .ticketBox_inner {
    margin-bottom: 1.5rem;
}
.ticketBox .ticketBox_inner:last-child {
    margin-bottom: 0;
}

.ticketBox .ticketInfo {
    margin-bottom: 1.5rem;
}
.ticketBox .ticketInfo:last-child {
    margin-bottom: 0rem;
}

.ticketBox .ticketInfo li {
    font-size: 0.85rem;
}

.ticketBox .ticketInfo_tit {
width: 16%;
    background: #f2921c;
    color: #fff;
    text-align: center;
    font-size: 13px;
    font-weight: bold;
    letter-spacing: 0.07em;
    border-radius: 30px;
    line-height: 1.36;
    padding: 7px 0;
}
.ticketBox .ticketInfo_desc {
    width: 100%;
}

.ticketBox .accordion {
    background: #ffffff;
    position: relative;
    box-shadow: 0 0.6rem 1rem -0.5rem #00000066;
    overflow: hidden;
    color: #39341e;
}

.ticketBox .ticketInfo_desc {
    width: 100%;
    border: 1px solid #c3c3c3;
    border-radius: 15px;
    background: white;
}


#ticket .ticketBox h4 {
    font-size: 1.2em;
    margin-bottom: 0;
    position: relative;
    line-height: 1.5;
    padding: 1.75em 4.75em 1.75em 2em;
    color: #ffffff;
    background: #39341e;
    border-top: 1px solid #effffe80;
}


#ticket .ticketBox h4 .end {
    font-size: 0.7em;
    border: 1px solid;
    display: inline-block;
    padding: 0.2em 1em 0.1em 1em;
    margin-right: 1em;
}


.ticketBox .accordion dt h4::before {
    content: '';
    height: calc(100% - 1.6rem);
    width: 1px;
    position: absolute;
    top: 0.8rem;
    border-left: 1px solid;
    right: 5rem;
    display: block;
    z-index: 1;
}

.ticketBox .accordion dt::after, .ticketBox .accordion dt::before {
    border-color: #fff;
    right: 2rem;
}

.ticket_txt {
    font-weight: 600;
    margin-bottom: 1.3em;
}
.ticket_txt:last-child {
    margin-bottom: 0;
}

.ticketInfo_desc .target_wrap {
display: flex;
    flex-wrap: wrap;
    border-bottom: 1px dotted #c3c3c3;
    padding: 1.5em 0;
}

.ticketInfo_desc .target_wrap:last-child {
    margin-bottom: 0;
    border-bottom: none;
}

.ticketInfo_target {
    width: 25%;
    padding: 0 2em;
    font-weight: bold;
}

.ticketInfo_target_desc {
    width: 75%;
    padding: 0 2em;
    border-left: 1px solid #c3c3c3;
}
.ticketInfo_target_desc a {
    word-break: break-all;
}

.ticketInfo_target_desc .ticket_desc {
    margin-bottom: 0.5rem;
    line-height: 1.7;
}
.ticketInfo_target_desc .ticket_desc:last-child {
    margin-bottom: 0;
}

.ticketBox .ticketAttention {
    margin-bottom: 30px;
    border-radius: 15px;
}

.attention_wrap {
    background: #ffffff;
    border-radius: 1em;
    position: relative;
    padding: 3em 3em;
}

.attention_list {
    margin-bottom: 1.5rem;
    font-size: 0.85em;
}

.attention_list:last-child {
    margin-bottom: 0;
}

.attention_list > li {
    text-indent: -1em;
    padding-left: 1em;
    line-height: 1.6;
    margin-bottom: 0.3em;
    letter-spacing: 0;
}

.attention_lead {
    text-align: center;
    font-weight: bold;
    margin-bottom: 2rem;
}
.attention_lead:last-child {
    margin-bottom: 0;
}


#ticket .price_box .attention_list {
    font-size: 0.8em;
}

.ticketBox dl.accordion dd {
    padding: 2.2em 2.5em;
}

.detailBtn {
    max-width: 28rem;
    margin: 0px auto 1rem;
    width: 100%;
}
.detailBtn:last-child {
    margin-bottom: 0;
}

.btn_desc {
    text-align: center;
    padding: 7px 0 0;
    font-size: 13px;
    font-weight: 500;
}

.detailBtn a {
    display: block;
    text-align: center;
    background: linear-gradient(180deg, #ddc87b, #b9a55c);
    color: #fff;
    text-decoration: none;
    font-size: 1.1rem;
    font-weight: bold;
    padding: 1.7em;
    letter-spacing: 0.02em;
    line-height: 1.5;
    position: relative;
    border-top: 1px solid;
    border-bottom: 1px solid #928360;
    box-shadow: 0rem 0.2em 0.5em #000f3b38;
}

.detailBtn a:hover {
    opacity: 1;
    filter: brightness(1.1);
}


.detailBtn.hide a {
    pointer-events: none;
    background: #bdbdbd;
    color: #f5f5f5;
}
.detailBtn.end a {
    background: #9d9d9d;
    color: #f5f5f5;
    border-bottom: 1px solid #656461;
}
#ticket .guideline3.detailBtn {
    margin: 0px auto 30px;
}
#ticket .join {
	text-align: center;
	color: #fff;
	padding: 40px 60px 0px;
}
#ticket .join p {
	margin-bottom: 25px;
	font-size: 20px;
}

#ticket .fanclubBtn {
	display: flex;
	justify-content: space-between;
	list-style: none;
    max-width: 1060px;
    margin: 0 auto;
}
#ticket .fanclubBtn li {
	width: 45%;
}
#ticket .fanclubBtn li a {
	display: block;
	border-radius: 6px;
    padding: 25px 0 20px;
    box-shadow: 0 5px 8px 0 rgba(0,0,0,0.2);
	color: #000;
	text-decoration: none;
}
#ticket .fanclubBtn li:nth-child(1) a {
	background: #f9f9f9;
	background-size: cover;
}
#ticket .fanclubBtn li:nth-child(2) a {
	background: #f9f9f9;
	background-size: cover;
}
#ticket .fanclubBtn li a div {
    width: 100%;
    margin: 0 auto 5px;
    line-height: 1.2;
    font-size: 23px;
    font-weight: 600;
}
#ticket .fanclubBtn li:nth-child(2) a div {
    width: 59.4%;
}
#ticket .fanclubBtn li a p {
	margin-bottom: 0;
	font-size: 14px;
}

.detail_list {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    margin-bottom: 15px;
    background: #ffffff;
    border-radius: 15px;
    font-size: 14px;
    border: 1px solid #ededed;
}

.orange_box .detail_list {
    color: #3b3b3b;
}

.detail_list:last-child {
    margin-bottom: 0;
}

.detail_list_tit {
    width: 200px;
    padding: 15px 25px;
    font-weight: bold;
}

.detail_list_txt {
    width: calc(100% - 200px);
    padding: 15px 30px;
    border-left: 1px solid #ededed;
    font-weight: 500;
}

.detail_txt_main {
    margin-bottom: 10px;
    font-size: 1.1em;
    line-height: 1.6;
}

.detail_txt_main:last-child {
    margin-bottom: 0;
}

.detail_list_attention {
    font-size: 0.9em;
    background: #f3f3f3;
    padding: 15px 20px;
    border-radius: 10px;
}

.pickup {
    display: inline-block;
    text-indent: 0;
    background: #f2921c;
    color: #fff;
    padding: 0 5px;
    border-radius: 3px;
    margin: 5px 0 2px;
}

.pickup.pickup_l {
margin: 4px 8px 2px 0;
    font-size: 0.9em;
    padding: 0 10px;
}

.desc_txt {
    font-size: 15px;
    text-align: center;
    padding: 15px 0 0;
    font-weight: 500;
}

.detail_inner_box {
    margin-bottom: 20px;
    padding-bottom: 20px;
    border-bottom: 1px solid #ededed;
}

.detail_inner_box:last-child {
    margin-bottom: 0;
    padding-bottom: 0;
    border-bottom: none;
}


.ticketStatus {
    text-align: center;
    font-weight: bold;
    font-size: 2.4rem;
    margin-bottom: 2.5rem;
}
.ticketStatus::after {
    display: block;
    content: '';
    width: 3rem;
    height: 2px;
    border-top: 1px solid;
    border-bottom: 1px solid;
    margin: 0.2rem auto 0;
}

.entry_wrap {
    display: flex;
    flex-wrap: wrap;
    gap: 2%;
}
.entry_wrap > li {
    background: #ffffff;
    width: 49%;
    padding: 1.5rem;
    border-radius: 1rem;
    text-align: center;
    margin-bottom: 1.2rem;
    border: 1px solid #c3c3c3;
    display: flex;
    flex-flow: column;
    justify-content: space-between;
}
.entry_tit {
    font-size: 0.95em;
    font-weight: bold;
    margin-bottom: 1em;
    line-height: 1.5;
}
.entry_wrap > li .detailBtn a {
    font-size: 1.05em;
    padding: 1.2em;
}



@media screen and (max-width: 960px) {
	
#ticket {
}

.ticketBox dl.accordion dd {
    padding: 1.3em 1.3em;
}

#ticket .price_box {
    width: 100%;
    margin-bottom: 3rem;
    min-width: auto;
}
	
#ticket .ticketBox {
    margin-bottom: 2rem;
}

	
	#ticket .ticketBox .price > li {
    padding: 1.5rem;
    display: block;
	}
	
#ticket .ticketBox .price li h5 {
    width: 100%;
    line-height: 1.5;
    border: none;
    border-bottom: dotted 2px;
    padding: 0 0 1rem;
    margin-bottom: 1rem;
}
#ticket .ticketBox .price > li h5 .upgrade {
    display: block;
    text-align: center;
    font-size: 0.9rem;
    width: 11rem;
    margin-top: 0.5rem;
}

#ticket .ticketBox .price li p {
    width: 100%;
    text-align: left;
    font-size: 1.4em;
}

	#ticket .ticketBox .price_desc {
    text-align: left;
    padding-top: 1rem;
	}
	
#ticket .ticketBox h4 {
    font-size: 1.02rem;
    margin-bottom: 0;
    padding: 1.6em 4.5em 1.6em 1.3em;
}
.ticketBox .accordion dt h4::before {
    right: 3.8rem;
}
.ticketBox .accordion dt::after, .ticketBox .accordion dt::before {
    right: 1.45rem;
}

.ticketBox .ticketBox_inner {
    margin-bottom: 0.8rem;
}

.ticketBox .accordion {
}

.ticket_txt {
    font-size: 0.95em;
    line-height: 1.6;
}
.ticket_txt.sml {
    font-size: 0.85em;
}
	
.ticketBox .ticketInfo {
    margin-bottom: 1.3rem;
}
	.ticketBox .ticketInfo li {
		display: block;
	}

	.ticketBox .ticketInfo_tit {
    width: 100%;
    margin-bottom: 15px;
    background: none;
    border-bottom: 1px solid #f2921c;
    font-size: 14px;
    border-radius: 0;
	}
.ticketBox .ticketInfo_desc {
    width: 100%;
    padding-left: 0;
    border-radius: 0.8rem;
}
.ticketBox .price_desc li {
    margin-bottom: 0.2em;
}

    .ticketBox .price li .ticket_desc {
    font-size: 11px;
    line-height: 1.5;
    margin-top: 6px;
    }

	.ticketBox .ticketBox_inner .ticketAttention {
	    margin-bottom: 20px;
	    padding: 10px;
	}

.ticketInfo_target {
    width: 100%;
    padding: 1rem 1rem 0;
    font-size: 0.85rem;
    line-height: 1.5;
    margin-bottom: 3px;
}

.ticketInfo_target_desc {
    width: 100%;
    padding: 0px 1rem 1rem;
    border: none;
    font-size: 0.9rem;
    line-height: 1.6;
}
	
	#ticket .detailBtn {
		margin: 0vw auto;
	}
	.detailBtn a {
	    font-size: 1.15rem;
	    padding: 1.6rem;
	    border-width: 0.5px;
	}
	#ticket .join {
		padding: 0;
	}
	#ticket .join p {
		margin-bottom: 5vw;
		font-size: 3.6vw;
	}
	#ticket .fanclubBtn {
		display: block;
	}
	#ticket .fanclubBtn li {
		width: 100%;
		margin-bottom: 4vw;
	}
	

	#ticket .fanclubBtn li a {
	    padding: 15px 0;
	    line-height: 1.4;	
	}

	#ticket .fanclubBtn li a div {
	    font-size: 22px;
	}

.ticketInfo_desc .target_wrap {
    padding: 0;
}

.attention_wrap {
    padding: 1.5rem;
}

.ticketStatus {
    font-size: 1.8rem;
    margin-bottom: 2rem;
}

.entry_wrap > li {
    width: 100%;
    padding: 1.3rem;
    margin-bottom: 1rem;
}

.entry_tit {
    line-height: 1.5;
    margin-bottom: 0.8em;
}

.attention_lead {
    text-align: left;
    font-size: 0.92em;
    margin-bottom: 1.2rem;
}
		
}



#goods .innerWrap {
    width: 100%;
    max-width: none;
}

.goods_slider.slick-slider {
    margin-bottom: 3rem;
}

.goods_slider .slick-slide li a:hover {
    opacity: 1;
}

.goods_slider .slick-slide li a:hover img {
}

.goods_slider .slick-slide li a {
    display: block;
    box-shadow: 0 0.2rem 1rem #000f3c54;
    border-radius: 0.3rem;
    overflow: hidden;
}

.goods_slider .slick-slide li a img {
    display: block;
    transition: 0.3s;
}

.goods_slider .slick-slide li {
    padding: 1.5rem 0;
    transition: 0.5s;
    transform: scale(1);
}
.goods_slider .slick-slide:not(.slick-current) li {
    transform: scale(0.9);
    filter: saturate(0.4);
}


.slick-dots li button:before {
    color: #ffffff;
    font-size: 1.8rem;
}

.slick-dots li.slick-active button:before {
    opacity: 1;
    color: #b9a55c;
}

.slick-dots li {
    margin: 0 0.1rem;
}

.goods_news {
    width: 80%;
    margin: 0 auto;
    text-align: center;
}
.goods_news a {
    color: #fff;
}


.map_img {
    box-shadow: 0 0.6rem 1rem -0.5rem #00000066;
    border: 1px solid;
    margin: 0 auto 2.5rem;
    background: #fff;
}


footer {
    padding: 5rem 0 5rem;
    text-align: center;
    z-index: 1;
    position: relative;
}

footer .innerWrap {
    padding: 0;
}
footer .copyright {
    text-align: center;
    font-size: 0.7em;
    letter-spacing: 0;
}


@media (max-width:960px) {
footer {
    padding: 4rem 0 4rem;
}
footer .copyright {
}

}



@media screen and (max-width: 960px) {


#attention_ticket {
}

.attention_tit {
    font-size: 17px;
    margin-bottom: 25px;
}

footer .innerWrap {
    padding-bottom: 20px;
}

#mainVisual {
    width: 100%;
    padding: 2rem 0;
    overflow: hidden ;
    position: relative;
}



}



@media screen and (max-width: 960px) {


}



dl.accordion dt {
    cursor: pointer;
    position: relative;
}

dl.accordion dd {
    padding: 1.5em 1.5em;
    border-radius: 0 0 1em 1em;
    display: none;
}

.accordion dt::before {
    content: "";
    display: block;
    width: 1em;
    height: 0;
    border-bottom: 3px solid #f782bc;
    position: absolute;
    top: 50%;
    right: 1.5em;
    -webkit-transition: all 0.2s ease-out;
    transition: all 0.2s ease-out;
    -webkit-transform: rotate(90deg);
    transform: rotate(90deg);
    z-index: 1;
}

.accordion dt::after {
    content: "";
    display: block;
    width: 1em;
    height: 0;
    position: absolute;
    top: 50%;
    right: 1.5em;
    -webkit-transition: all 0.3s ease-out;
    transition: all 0.3s ease-out;
    z-index: 1;
    border-bottom: 3px solid #f782bc;
}

.accordion.on dt::before {
    -webkit-transform: translateY(-50%) rotate(0deg);
    transform: translateY(-50%) rotate(0deg);
    opacity: 0;
}


.accordion.news_ac {
    background: #ffffff;
    border-radius: 1em;
    margin-bottom: 1em;
    position: relative;
    box-shadow: 3px 3px 0 #f782bc;
}

.accordion.news_ac:last-child {
    margin-bottom: 0;
}


.accordion.news_ac dt {
    padding: 1.4em 3.5em 1.4em 1.5em;
    display: flex;
    justify-content: space-between;
    font-weight: bold;
}
.accordion.open dd {
    display: block;
}


@media screen and (max-width: 960px) {

.accordion.news_ac::before {
    top: -4px;
    left: -4px;
    border: 1px solid #f782bc;
    width: calc(100% - 2px);
    height: calc(100% - 2px);
}

.accordion dt::before,.accordion dt::after {
    top: calc(50% - 1px);
    right: 1em;
    width: 1em;
    border-width: 2px;
}

dl.accordion dd {
    padding: 1.3em 1.4em 1.6em 1.4em;
}

.accordion.news_ac {
    border-radius: 0.85rem;
}

.accordion.news_ac dt {
    padding: 1.2em 3em 1.2em 1.4em;
    line-height: 1.7;
    flex-wrap: wrap;
}

.news_txt {
    font-size: 0.9rem;
    line-height: 1.7;
}

.attention_list {
    margin-bottom: 15px;
}

.attention_list > li {
    font-size: 0.85rem;
}
dl.accordion_presentArea dd {
    padding: 1em 0;
}
.accordion_presentArea .textArea .address {
    padding: 1em;
}
.accordion_presentArea .textArea .address .date {
    font-size: 14px;
}
.accordion_presentArea .textArea .address .time {
    font-size: 11px;
    margin-bottom: 14px;
}

}


#trade .ticketBox h4, #map .ticketBox h4 {
    font-size: 1.2em;
    margin-bottom: 0;
    position: relative;
    line-height: 1.5;
    padding: 1.75em 4.75em 1.75em 2em;
    color: #ffffff;
    background: #39341e;
    border-top: 1.5px solid #ffffff47;
}

#trade .ticketBox h4 .end, #map .ticketBox h4 .end {
font-size: 0.7em;
border: 1px solid;
display: inline-block;
padding: 0.2em 1em 0.1em 1em;
margin-right: 1em;
border-radius: 2rem;
}

#trade .ticketBox, #map .ticketBox {
margin-bottom: 4rem;
}

@media screen and (max-width: 960px) {


#trade .ticketBox h4, #map .ticketBox h4 {
font-size: 1.02rem;
margin-bottom: 0;
padding: 1.3em 4.5em 1.3em 1.3em;
}

#trade .ticketBox, #map .ticketBox {
margin-bottom: 2rem;
}

}

