@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');
@import url('https://fonts.googleapis.com/css2?family=Shippori+Mincho:wght@400;500;600;700;800&display=swap');


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

body {
    line-height: 1.8;
    -webkit-text-size-adjust: 100%;
    letter-spacing: 0.05em;
    color: #5e7bbc;
    position: relative;
    background: #ffffff;
    font-family: 'Shippori Mincho', serif;
    font-weight: 500;
    font-style: normal;
}

a {
    text-decoration: underline;
}

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

.bold {
    font-weight: 800;
}

.red {
    color: #f1581e;
}

.fadeup {
    opacity: 0;
    transition: 0.75s;
    transform: translateY(2rem);
}

.loaded .fadeup.started {
    opacity: 1;
    transform: translateY(0px);
}


.contents::before {
    content: '';
    display: block;
    width: 100%;
    height: 100vh;
    background: linear-gradient(180deg, #7e9ee5, #5e7bbc);
    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: 6rem 0;
}

.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;
    position: relative;
    width: 75%;
    max-width: 75rem;
}


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

h2 .tit_inner {
    display: block;
    font-size: 3.5rem;
    letter-spacing: 0;
    font-family: "adorn-smooth-engraved", sans-serif;
    font-weight: 400;
}

h2 .tit_frame {
    width: 12rem;
    display: block;
    margin: 0 auto 0.8rem;
}

@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: 3rem 0;
}
.pages {
    padding-top: 3rem;
}
	
.innerWrap {
    width: 83%;
}

h2 {
    margin-bottom: 2.2rem;
}

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

h2 .tit_frame {
    width: 9rem;
    margin-bottom: 0.6rem;
}

}


.contents .wovn-languages {
    top: 3.5rem;
    left: 3.5rem;
    color: #39341e;
    border-color: #39341e;
}
.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 {
    position: fixed;
    width: 100%;
    height: 100vh;
    background: url(/static/ebidan/fanclub/feature/ebidan_live2025/img/bg_main_a3KvUpe6.jpg);
    background-size: cover;
    z-index: -1;
    top: 0;
    left: 0;
    opacity: 0.62;
}

.frame {
    border: 2.3rem solid transparent;
    width: 100%;
    height: 100vh;
    background: none;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 1000;
    pointer-events: none;
}

.frame.frame01 {
    /* background: #e84f96; */
    /* -webkit-mask: linear-gradient(#fff 0 0) padding-box, linear-gradient(#fff 0 0) border-box; */
    /* -webkit-mask-composite: destination-out; */
    /* mask: linear-gradient(#e84f96 0 0) padding-box, linear-gradient(#e84f96 0 0) border-box; */
    /* mask-composite: exclude; */
    border: 2.3rem solid #e84f96;
}

.frame.frame02 {
    left: 1.5rem;
    top: 1.5rem;
    width: calc(100% - 3rem);
    height: calc(100vh - 3rem);
    border: 1rem solid #ffffff;
    border-radius: 2rem;
    box-shadow: 2px 2px 0 #00000030 inset;
}


.hamBtn {
    position: fixed;
    right: 3rem;
    top: 3rem;
    width: 3.5rem;
    height: 3.5rem;
    transition: all .3s ease;
    cursor: pointer;
    z-index: 990;
}

.hamBtn::after {
    content: 'MENU';
    font-size: 0.6rem;
    width: 100%;
    text-align: center;
    bottom: 0;
    left: 0;
    position: absolute;
    transition: 0.3s;
    font-family: "adorn-smooth-engraved", sans-serif;
    font-weight: 400;
    letter-spacing: 0;
    color: #5e7bbc;
}

.hamBtn span {
    display: block;
    position: absolute;
    right: 25%;
    width: 50%;
    height: 2px;
    background: #5e7bbc;
    transition: all .3s ease;
}
.hamBtn :nth-of-type(1) {
    top: 20px;
}
.hamBtn :nth-of-type(2) {
	top: 25px;
}
.hamBtn :nth-of-type(3) {
    top: 30px;
}

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

.hamBtn.open span {
    background: #fff;
}

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


.hamBox {
    display: none;
    min-height: 100%;
    box-sizing: border-box;
    position: fixed;
    height: 100dvh;
    width: 100%;
    top: 0;
    left: 0;
    z-index: 980;
    background: linear-gradient(180deg, #7e9ee5, #5e7bbc);
}

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

.menuList {
    margin: 0 auto;
}

.menuList li {
    position: relative;
    margin-bottom: 1rem;
}

.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: "adorn-smooth-engraved", sans-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;
}
.mv_wrap {
    width: 90%;
}
.loaded .mv_wrap {
}

.mv_main {
    width: 42%;
    margin: 0 auto;
    max-width: 75vh;
}

.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;
}

.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: "adorn-smooth-engraved", sans-serif;
    font-weight: 400;
    letter-spacing: 0;
    font-size: 1.5rem;
    text-align: center;
}

.tour_tit_fix {
    position: fixed;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    padding: 3.5rem;
    display: flex;
    align-items: center;
    justify-content: space-between;
    z-index: -1;
    pointer-events: none;
}

.tour_tit_fix > p {
    writing-mode: vertical-lr;
    font-size: 0.75rem;
    font-weight: 400;
    line-height: 1;
}

.bgBox {
}


.loaded .bg_img {
}

.scroll_wrap {
    position: absolute;
    bottom: 10%;
    left: 3.2%;
    display: block;
    transition: 0.5s 0.3s;
    z-index: 1;
    color: #fff;
}
.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: #ffffff;
    -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: "adorn-smooth-engraved", sans-serif;
    font-weight: 400;
    font-style: italic;
}


@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) {

.frame {
    border-width: 1.5rem;
    height: 100dvh;
}

.frame.frame01 {
    border-width: 1.5rem;
}

.frame.frame02 {
    border-width: 0.6rem;
    top: 1rem;
    left: 1rem;
    border-radius: 1.5rem;
    width: calc(100% - 2rem);
    height: calc(100dvh - 2rem);
}

.tour_tit_fix {
    display: none;
}

.contents .wovn-languages {
    top: 2.5rem;
    left: 2.5rem;
}

.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: 80%;
}

.scroll_wrap {
    color: #050831;
    left: auto;
    right: 8%;
}

.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;
}

.menuList li {
    margin-bottom: 1rem;
    text-align: left;
}


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


.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%;
}

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

#news .newsList li a {
    text-decoration: none;
    background: #5e7bbc;
    color: #fff;
    display: block;
    padding: 1.4em 2em;
    border-radius: 0.8rem;
    border-top: 1.5px solid #eff7ffdb;
    position: relative;
}
#news .newsList li a:hover {
    opacity: 1;
    filter: brightness(1.3);
}

#news .newsList li .date {
    font-size: 0.88em;
    color: #ffbada;
    letter-spacing: 0.1em;
    font-weight: 600;
    line-height: 1.5;
    margin-bottom: 0.25em;
}
#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: "adorn-smooth-engraved", sans-serif;
    font-weight: 400;
    display: inline-block;
    letter-spacing: 0;
    text-decoration: none;
    border-bottom: 2px solid;
    line-height: 1.3;
}


.news_detail {
    background: #f1f5f7;
    border-radius: 1.3em;
    position: relative;
    box-shadow: 0rem 0.1em 0.3em #00000033;
    padding: 2.5rem 3rem;
    margin: 0 auto 3rem;
}
.news_detail .date {
    color: #e84f96;
    letter-spacing: 0.1em;
    font-weight: 600;
    line-height: 1.5;
    margin-bottom: 0.2em;
    font-size: 0.92em;
}
#news .newsList li .date .new {
    display: inline-block;
    background: #ffbada;
    color: #5e7bbc;
    letter-spacing: 0;
    font-size: 0.85em;
    margin-left: 0.5em;
    font-weight: bold;
    padding: 0 0.5em;
    border-radius: 0.3em;
}
.news_detail  h3 {
    margin-bottom: 1.5rem;
    border-bottom: 1px solid;
    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.2rem;
	}
	#news .newsList li .title {
	    width: 100%;
	    font-size: 1em;
	    line-height: 1.5;
	}

.news_detail {
    padding: 1.8rem 1.3rem;
    border-radius: 1rem;
}
.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;
}

.artist_img {
    display: block;
    border-radius: 1rem;
    overflow: hidden;
    margin-bottom: 0.6rem;
    box-shadow: 0rem 0.5rem 1rem #4a516b33;
}

.artist_img:hover {
    opacity: 1;
}

.artist_img > img {
    display: block;
    transition: 0.3s;
    background: url(/static/ebidan/fanclub/feature/ebidan_live2025/img/ph_artist_01_bullettrain.jpg);
    background-size: cover;
    background-position: center;
}

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

.shuffle_wrap {
    background: #fff;
    padding: 3.2em 3.5em;
    border-radius: 2rem;
    box-shadow: 0rem 0.5rem 1rem #4a516b33;
}

.shuffleTit {
    font-size: 2.5rem;
    letter-spacing: 0;
    font-family: "adorn-smooth-engraved", sans-serif;
    font-weight: 400;
    text-align: center;
}

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


.place_wrap {
    text-align: center;
    margin-bottom: 4.5rem;
    font-weight: bold;
}
.place_wrap .place_tit {
    font-size: 1.2rem;
    letter-spacing: 0.2em;
}
.place_wrap .place_txt {
    font-size: 1.7rem;
    letter-spacing: 0.1em;
}

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

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

.list--schedule li {
    padding: 2.2em 2em;
    background: linear-gradient(180deg, #2dd4b7, #008063 60%, #068f80);
    border-radius: 1.5em;
    box-shadow: 0rem 0.5rem 1rem #4a516b33;
    text-align: center;
    width: 30%;
    color: #fff;
    text-shadow: 0rem 0.1em 0.3em #00000033;
    border-top: 1px solid #ffffffeb;
    border-bottom: 1px solid #393939c2;
}

.list--schedule li:nth-of-type(2) {
    background: linear-gradient(180deg, #e8d325, #ba7006 60%, #d33e45);
}
.list--schedule li:nth-of-type(3) {
    background: linear-gradient(180deg, #c9f5f3, #82a3ab 60%, #c9bbd4);
}

.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: 3rem;
    line-height: 1;
    margin-bottom: 0.6rem;
    font-weight: bold;
}

.list--schedule li .day .sml {
    font-size: 0.6em;
    letter-spacing: 0;
    margin-right: 0.1em;
}

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

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

.list--schedule li  .gate {
    display: inline-block;
    border: 1px solid;
    padding: 0 0.8em;
    margin-bottom: 0.8rem;
    font-size: 0.9em;
    font-weight: bold;
}

.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;
    border-radius: 1.6rem;
    box-shadow: 0rem 0.5rem 1rem #4a516b33;
    text-align: center;
}

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


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


.artists_wrap {
    margin-bottom: 2.5rem;
}

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

.artistsList {
    gap: 4%;
    margin-top: -1.8rem;
    justify-content: center;
}
.artist_img {
    border-radius: 0.7rem;
}

.shuffle_wrap {
    padding: 1.3rem;
    border-radius: 1.2rem;
}

.shuffleTit {
    font-size: 1.6rem;
}
.shuffleList {
    justify-content: center;
}
.shuffleList > li {
    width: 47%;
}


.place_wrap {
    margin-bottom: 2.5rem;
}
.place_wrap .place_tit {
    font-size: 1rem;
}
.place_wrap .place_txt {
    font-size: 1.2rem;
}

.list--schedule {
    justify-content: center;
    margin-bottom: 2.5rem;
}
.list--schedule li {
    padding: 1.5em 1.3em;
    width: 90%;
    margin-bottom: 1rem;
}


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

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

.contact_wrap {
    padding: 2rem 1.8rem;
    border-radius: 1.3rem;
    width: 90%;
    margin: 0 auto;
}
.contact_txt {
    font-size: 0.92em;
    letter-spacing: 0;
    line-height: 1.7;
}

.contact_tit {
    font-size: 1.8rem;
}

}


.sml {
    font-size: 0.8em;
}

#ticket {
    border-radius: 8rem  0 0 8rem;
}

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

#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: #5e7bbc;
    margin-bottom: 1em;
    border-radius: 0.8em;
    border-left: 1em solid #e84f96;
    color: #fff;
    border-top: 1.5px solid #eff7ffdb;
}

#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: 25px;
}
.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: #f1f5f7;
    border-radius: 1.3em;
    position: relative;
    box-shadow: 0rem 0.1em 0.3em #00000033;
    overflow: hidden;
}

.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: #5e7bbc;
    border-top: 1.5px solid #eff7ffdb;
}
#ticket .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;
}

.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;
}

.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: 400px;
    margin: 0px auto;
    width: 100%;
}

.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, #f376b0, #e84f96);
    color: #fff;
    text-decoration: none;
    border-radius: 1em;
    font-size: 1.2em;
    font-weight: bold;
    padding: 1.5em;
    letter-spacing: 0.02em;
    line-height: 1.5;
    position: relative;
    border-top: 1px solid;
    border-bottom: 1px solid #78066c;
    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 {
    border-radius: 3rem  0 0 3rem;
}

.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.3em 4.5em 1.3em 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 {
    border-radius: 1rem;
}

.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.45rem;
	    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: #5d7abe;
    font-size: 1.8rem;
}

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

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

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


footer {
    padding: 2rem 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: 2rem 0 4rem;
}
footer .copyright {
    font-size: 0.6em;
}

}



@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;
}

}

