@charset "utf-8";


@import url('https://fonts.googleapis.com/css2?family=Shippori+Mincho:wght@400;500;600;700;800&display=swap');



/*----------------------------------------------------
	リセット
----------------------------------------------------*/
body{
	margin: 0;
    background: #fff;
    background-size: cover;
    -webkit-background-size: cover;
    font-family: 'Shippori Mincho', serif;
}

body.point01 {
    background: #fff;
    background-image: url(/static/creephyp/fanclub/feature/cp_240908live/img/bg_dot_min.png);
    background-size: 25px;
}
body.point02 {
    background: #fff;
}

ul,li,dl,dt,dd,p{
	padding: 0;
	margin: 0;
}

li{
    list-style: none;
}

dl{
	margin: 0;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

* {
    box-sizing: border-box;
}

/*----------------------------------------------------
	clearfix
----------------------------------------------------*/
.clearfix {
	*zoom: 1;
}
.clearfix:after {
	content: ".";
	display: block;
	clear: both;
	height: 0;
	visibility: hidden;
}
/* ====================================
	フレーム
======================================= */
html, body {
    height: auto;
    min-height: 100%;
    -webkit-text-size-adjust: 100%;
    //font-family: "Be Vietnam Pro",'Zen Kaku Gothic New', sans-serif;
    font-weight: 500;
    letter-spacing: 0.05em;
    line-height: 1.7;
    font-size: 13px;
    word-break: break-all;
    background: #444a53;
    color: #374151;
}

.header {
    display: none;
}
#allContainer {
    position: relative;
    overflow: hidden;
}
.contentsBox {
    padding: 180px 0;
}

.contentsBox .inBox {
    width: 90%;
    margin: 0 auto 0;
    position: relative;
    z-index: 2;
    box-sizing: border-box;
}

.contentsBox .inner {
    position: relative;
    max-width: 1100px;
    margin: 0 auto;
    opacity: 0;
    transform: scaleX(1.05);
    transition: 0.7s 0.1s;
    filter: blur(8px);
}

.contentsBox .inBox.started .inner {
    filter: none;
    opacity: 1;
    transform: none;
}




/* ====================================
	共通
======================================= */

h3{
    font-size: 46px;
    font-weight: 100;
    letter-spacing: 0.05em;
    text-align: center;
    margin: 0 0 40px;
}
h4 {
    text-align: center;
    margin: 0 auto 1em;
    line-height: 1;
    font-size: min(70px, 3.2vw);
    font-weight: 800;
    font-style: normal;
    letter-spacing: 0.0em;
    letter-spacing: 0.1em;
}
h4 .tit_pink {
    color: #ff7327;
}


img {
max-width: 100%;
}


a {
    color: #ff7327;
}

.fas {
    display: inline;
    margin: 0 5px 0 0;
}

.icon_t{
    color: #ff0000;
}

.mb0{margin-bottom:0!important;}
.mb5{margin-bottom:5px!important;}
.mb10{margin-bottom:10px!important;}
.mb15{margin-bottom:15px!important;}
.mb20{margin-bottom:20px!important;}
.mb25{margin-bottom:25px!important;}
.mb30{margin-bottom:30px!important;}
.mb35{margin-bottom:35px!important;}
.mb40{margin-bottom:40px!important;}


.slick-dots li.slick-active button:before {
    color: #fff!important;
}
.none{
    margin: 0!important;
}



.hamBtn {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 75px;
    height: 75px;
    position: fixed;
    top: 50px;
    right: 50px;
    z-index: 9999;
    border: none;
    text-decoration: none;
    opacity: 1;
    -webkit-animation: upIn 0.8s ease 2s 1 forwards;
    animation: upIn 0.8s ease 2s 1 forwards;
    background: #292929;
    border-radius: 50%;
    cursor: pointer;
}

.menu_btn_wrap {
    position: relative;
    width: 50px;
    height: 50px;
}


.hamBtn span {
    display: block;
    background: #fff;
    width: 30px;
    height: 3px;
    position: absolute;
    left: 10px;
    -webkit-transition: all 0.4s;
    transition: all 0.4s;
}
.hamBtn span:nth-of-type(1) {
    top: calc(50% - 8px);
}
.hamBtn span:nth-of-type(2) {
    top: calc(50% + -1px);
}
.hamBtn span:nth-of-type(3) {
    top: calc(50% + 6px);
}

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


.hamBox{
    box-sizing: border-box;
    position: fixed;
    height: 75px;
    top: 50px;
    right: 85px;
    z-index: 999;
    background: #292929;
    padding: 0 45px 0 45px;
    border-radius: 5em 0 0 5em;
    cursor: pointer;
    transform-origin: right center;
    transform: scaleX(0);
    transition: 0.4s;
}

.hamBox.open {
    transform: scale(1);
}


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

.menuList {
    margin: 0 auto;
    display: flex;
    opacity: 0;
    transition: 0.1s 0s;
}
.open .menuList {
    opacity: 1;
    transition: 0.3s 0.4s;
}

.menuList li {
    position: relative;
    margin-right: 1.8em
}

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

.menuList a {
    line-height: 1;
    letter-spacing: 0.12em;
    font-size: 23px;
    color: #ffffff;
    text-decoration: none;
    font-weight: bold;
    transition: 0.3s;
    font-family: "Roboto Condensed", sans-serif;
}

.menuList a:hover {
    opacity: 0.7;
}



/* ====================================
	ローディング
======================================= */

.loading_inner {
    position: fixed;
    display: flex;
    width: 100%;
    height: 100%;
    align-items: center;
    justify-content: center;
    transition: 0.7s 1.8s;
    opacity: 1;
    z-index: 10000;
    background: #fff;
    top: 0;
    left: 0;
}
.loaded .loading_inner {
    opacity: 0;
    transform: scale(1.2);
}

.loading_img {
    width: 30%;
    line-height: 0;
}

#wrap_all path {
  fill: transparent;
  stroke-width: 0.3px;
    stroke-dasharray: 700px;

}

.loaded #wrap_all path {
  fill: #000000;
  stroke: #000000;
  stroke-width: 0.3px;
  animation: svg 5s ease-in;
}

@keyframes svg {
  0% {
    fill: transparent;
    stroke-dasharray: 700px;
    stroke-dashoffset: 700px;
  }
  20%{
    fill: transparent;
  }
  32%{
    stroke-dashoffset: 0;
  }
  30%{
    fill: #000000;
    stroke-dashoffset: 0;
  }
  100% {
    stroke-dashoffset: 0;
    stroke-width: 0;
  }
}





/* ====================================
	delighter
======================================= */
/* delighter */
/* 基本のスタイル */
.delighter {
    transition: all .4s ease-out;
   }
  
/* スタート時のスタイル */
.delighter.started {
   }
  
/* エンド時のスタイル */
.delighter.started.ended {
}


/* ====================================
	フッター
======================================= */

footer .copyright {
}


body:not(.page--home) footer .list--social, body:not(.page--home) footer .logo {
    display: block;
}

footer {
    position: relative;
    background: #fff;
}
footer a {
    color: #222;
}

body:not(.page--home) .wrap {
    padding-bottom: 0;
}



/* ====================================
	ヴィジュアル
======================================= */

.bg {
    width: 100%;
    height: 100vh;
    position: fixed;
    z-index: 0;
    background: url(/static/creephyp/fanclub/feature/cp_240908live/img/bg_main_L7mYXB3D.jpg);
    background-size: cover;
    background-position: center;
    top: 0;
    left: 0;
    opacity: 0.8;
    mix-blend-mode: color-dodge;
}
.point01 .bg {
    opacity: 0;
}

.bg::before {
}


.logoAnim {
    position: fixed;
    top: 50%;
    height: 400px;
    width: calc(100% + 80px);
    margin-left: -40px;
    transform: translateY(-50%);
    z-index: 0;
    transition: 1s ease;
    pointer-events: none;
}
.headerFix .logoAnim {
    filter: unset;
    opacity: 1;
}
.logoAnimCont{
    width: 100%;
    height: 400px;
    background-image: url(/static/creephyp/fanclub/feature/cp_240908live/img/bg_logo_L7mYXB3D.png);
    background-size: 1900px;
    background-repeat: repeat-x;
    transition: 0.3s ease-out;
}

.point01 .logoAnimCont {
    background-image: url(/static/creephyp/fanclub/feature/cp_240908live/img/bg_logo_02_L7mYXB3D.png);
    animation: flip 0.3s ease forwards;
}

.point02 .logoAnimCont {
    background-image: url(/static/creephyp/fanclub/feature/cp_240908live/img/bg_logo_02_L7mYXB3D.png);
    animation: flip 0.3s ease forwards;
}

@keyframes flip{
  0% {
    transform: scaleY(1);
  }
  50% {
    transform: scaleY(0);
  }
  100% {
    transform: scaleY(1);
  }
}


.clip {
    position: absolute;
    width: 100%;
    height: 100%;
    overflow: hidden;
    z-index: 0;
    top: 0;
    left: 0;
    clip-path: inset(0 100% 0 0%);
    transition: 0.5s;
}
#ticket.started .clip {
    clip-path: inset(0 0 0 0);
}


.clip img {
    position: fixed;
    width: 100%;
    min-height: 100vh;
    height: auto;
    left: 0;
    top: 0;
    pointer-events: none;
}


.heroView{
    position: relative;
    overflow: hidden;
    height: 100vh;
    height: 100svh;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap;
    padding: 35px 50px 0 50px;
    z-index: 1;
}

.hero_img {
    position: absolute;
    z-index: 0;
    width: 80%;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    overflow: hidden;
    box-shadow: 0 0 20px #00000070;
    line-height: 0;
    max-width: 130vh;
}
.hero_img img {
    object-fit: cover;
    width: 100%;
    height: 100%;
    object-position: 50% 72%;
}

.heroInner {
    width: 80%;
    position: relative;
    display: flex;
    flex-flow: column;
    justify-content: space-between;
    height: 93vh;
    position: fixed;
    right: 6%;
    pointer-events: none;
    transition: 0.4s 0.2s;
}
.scrolled .heroInner {
    opacity: 0;
    transform: scale(1.1);
}


.heroView::before {
    content: '';
    display: block;
    width: 24%;
    height: 19%;
    position: fixed;
    bottom: 0;
    right: 0;
    background: url(/static/creephyp/fanclub/feature/cp_240908live/img/bg_dot_w.png);
    background-size: 20px;
    z-index: 0;
    opacity: 0.3;
}

.heroView::after {
    content: '';
    display: block;
    width: 11%;
    height: 23%;
    position: fixed;
    top: 0;
    left: 5%;
    background: url(/static/creephyp/fanclub/feature/cp_240908live/img/bg_dot_w.png);
    background-size: 20px;
    z-index: -1;
    opacity: 0.3;
}



.heroInner .heroTit {
line-height: 0;
    position: relative;
    display: block;
    transition: 0.3s;
}

.loaded .heroInner .heroTit img {
}

.heroInner .heroTit img {
    display: block;
    transition: 0.5s 2.8s;
}



.heroInner_b {
    display: flex;
    align-items: flex-end;
    justify-content: space-between;
    flex-wrap: wrap;
}


.heroInner .heroTit:last-child {
    margin-bottom: 0;
}
.heroInner_b .heroTit:nth-of-type(1) {
    width: 58%;
}

.heroInner_b .heroTit:nth-of-type(2) {
    width: 12%;
    max-width: 24vh;
    right: -1.5%;
}


.scroll {
    display: block;
    width: 1px;
    height: 120px;
    position: fixed;
    bottom: 0;
    left: 5%;
    z-index: 10;
    text-decoration: none;
    text-align: center;
    -webkit-transition: all 0.3s ease 0.1s;
    transition: all 0.3s ease 0.1s;
}

.scrolled .scroll {
    opacity: 0;
}

.scroll:after {
    content: "";
    position: absolute;
    height: 0;
    width: 1px;
    top: 0px;
    left: 0;
    right: 0;
    margin: auto;
    display: block;
    background: #ff7327;
    -webkit-animation: scroll 2s linear 1.7s infinite;
    animation: scroll 2s linear 1.7s infinite;
}

.scroll::before {
    content: 'scroll';
    position: absolute;
    right: -10px;
    font-size: 1em;
    line-height: 1;
    z-index: 2;
    bottom: 15px;
    color: #fff;
    width: 100px;
    transform: rotate(90deg);
    transform-origin: bottom right;
    text-align: right;
}
  @-webkit-keyframes scroll {
    0%{ height: 0; top: 0; bottom: auto; opacity: 1; }
    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: 1; }
    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; }
  }



.sml {
    font-size: 0.8em;
}





.ac>dt {
position: relative;
cursor: pointer;
}
.ac>dt2 {
position: relative;
cursor: pointer;
}
.ac>dt::after {
    content: "";
    display: block;
    width: 13px;
    height: 13px;
    border-right: #fff solid 4px;
    border-bottom: #fff solid 4px;
    position: absolute;
    top: 46%;
    right: 40px;
    transition: all 0.3s ease-out;
    transform: translateY(-50%) rotate(45deg);
}

.ac.on > dt::after {
top: 53%;
transform: translateY(-50%) rotate(-135deg);
}

.ac>dd {
display: none;
}




.inner_box {
background: #fff;
padding: 50px 60px;
position: relative;
border: solid 2px #222;
margin: 0 auto 60px;
box-shadow: 5px 5px 20px #0000003d;
}

.inner_box::before {
margin-bottom: 0;
}

.inner_box_tit {
font-size: 23px;
font-weight: bold;
border-bottom: 1px solid;
padding-bottom: 8px;
margin-bottom: 15px;
}

.btn a {
background: #000;
color: #fff;
font-size: 17px;
padding: 25px 0;
box-sizing: border-box;
line-height: 1;
border-color: #000;
text-align: center;
display: block;
width: 350px;
text-decoration: none;
transition: 0.3s;
font-weight: 500;
margin: 0 auto 30px;
border: 2px solid #000;
}

.btn a:hover {
color: #000;
background: #fff;
}

.btn:last-child a {
margin-bottom: 0;
}


.btnList li {
margin-bottom: 15px;
}

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




/* ====================================
	公演スケジュール
======================================= */
#schedule {
    position: relative;
}

.list--schedule > li {
    font-weight: bold;
    letter-spacing: 0.03em;
    position: relative;
    padding: 0 0 25px;
    margin-bottom: 25px;
    border-bottom: 2px solid;
}

.list--schedule > li.sch_umi {
    background: #ddedf7;
}

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

.schedule_left {
    display: flex;
    align-items: center;
    font-family: "Roboto Condensed", 'Zen Kaku Gothic New',sans-serif;
    font-weight: 800;
    line-height: 1.4;
}

.schedule_left .time {
    font-size: 21px;
    line-height: 1.3;
}

.schedule_left .date {
    font-size: 37px;
    margin-right: 15px;
}

.schedule_left .date .sml {
    background: #222222;
    color: #fff;
    font-size: 0.5em;
    padding: 0.2em 0.75em;
    border-radius: 2em;
    vertical-align: 0.2em;
}



.schedule_mid {
}

.place {
    font-size: 32px;
    line-height: 1.5;
    font-weight: 800;
    margin-bottom: 0.15em;
}

.eventer {
    font-size: 17px;
    font-weight: 600;
    letter-spacing: 0.01em;
    line-height: 1.5;
}

.schedule_right {
    width: 295px;
    padding: 0 0 0 20px;
    display: flex;
    align-items: center;
}

.sub_logo {
    width: 95px;
    line-height: 0;
}

.schedule_right .icon {
    width: 180px;
}

.icon.fc_limitd {
    line-height: 1.5;
}

.icon.fc_limitd img {
    margin: 0 5px 0 1px;
    width: 65px;
    vertical-align: -1px;
}

.fc_line {
    background: linear-gradient(transparent 50%, #ff7f7f 50%);
}

.category {
    position: absolute;
    width: 30px;
    height: 100%;
    background: linear-gradient(0deg, #50eaf4, #0cbebe);
    top: 0;
    left: 0;
}

.sch_umi .category {
    background: linear-gradient(180deg, #94fcff, #329cd9);
}

.category span {
    transform: rotate(90deg) translateX(-50%);
    display: block;
    width: 95px;
    text-align: center;
    transform-origin: top left;
    top: 50%;
    position: absolute;
    left: 25px;
    font-size: 13px;
}


/* ====================================
	チケット情報
======================================= */
#ticket{
    position: relative;
}


#ticket .price {
	list-style: none;
    max-width: 500px;
    margin: 0 auto 70px;
}
#ticket .price li {
    display: flex;
    justify-content: space-between;
    margin-bottom: 15px;
    padding: 15px;
    border-bottom: solid 2px;
    align-items: baseline;
    flex-wrap: wrap;
    position: relative;
}

#ticket .price li::before {
    content: '';
    display: block;
    width: 18%;
    height: 2px;
    background: #ff7327;
    position: absolute;
    bottom: -2px;
    left: 0;
}

#ticket .price li:first-child {
}

#ticket .price li h5 {
	font-size: 18px;
	font-weight: bold;
}
#ticket .price li p {
    font-size: 27px;
    font-weight: bold;
}
#ticket .price li .ticket_desc {
    font-size: 12px;
    text-indent: -1em;
    padding-left: 1em;
    width: 100%;
    text-align: left;
}
#ticket .note {
    font-size: 16px;
    font-weight: bold;
    margin-bottom: 10px;
    border-bottom: 1px solid #f2921c;
    padding-bottom: 3px;
}

#ticket .price_desc {
    text-align: center;
    font-weight: 500;
    font-size: 1.1em;
}


.ticketDetail dd span.sml {
    display: inline-block;
    font-size:85%;
}

#ticket .ticketType:last-child{
    margin: 0 ;
}

#ticket .ticketType {
    position: relative;
    margin: 0 auto 40px;
}


#ticket .ticketType .ac > dt {
    background: #374151;
    color: #fff;
    padding: 35px 40px;
    padding-right: 130px;
    box-shadow: 0 9px 12px #00000040;
    border-radius: 1em;
    overflow: hidden;
}

#ticket .ticketType .ac > dt::before {
    content: '';
    display: block;
    width: 95px;
    height: 100%;
    background: #ff7327;
    position: absolute;
    top: 0;
    right: 0;
    z-index: 0;
}


#ticket .ticketType .ac > dd {
    width: 96%;
    margin: 0 auto;
    background: #fff;
}


#ticket .ticketName .fin {
    background: #979797;
    font-size: 0.73em;
    padding: 0.2em 1em;
    border-radius: 2em;
    vertical-align: 0.1em;
    margin-left: 1em;
}

#ticket .ticketName .live {
    background: #ff7327;
    font-size: 0.78em;
    padding: 0.2em 1em;
    border-radius: 2em;
    vertical-align: 0.1em;
    margin-right: 1em;
}


#ticket .ticketName {
    font-size: 21px;
    line-height: 1.4em;
    font-weight: bold;
}
.ticketDetailBox{
    padding: 25px 40px 40px;
}
.ticketDetail{
	display: flex;
    font-size: 15px;
    border-bottom: 1px solid #2d2d2d;
	align-items: center;
}

#schedule .ticketDetail {
    max-width: 750px;
    margin: 0 auto;
}

.ticketDetail:last-child{
    margin: 0;
}

#schedule .ticketDetail dt {
}

.ticketDetail dt{
width: 20%;
    padding: 0 20px 0 0;
    font-weight: bold;
    font-size: 0.9em;
}
.ticketDetail dd{
    width: 80%;
    padding: 20px 0 20px 30px;
    position: relative;
    font-weight: 600;
}

.ticketDetail dd::before {
    content: '';
    display: block;
    width: 1px;
    height: 30px;
    background: #ff7327;
    position: absolute;
    left: 0;
    bottom: -15px;
}

.ticketDetail dd span{
	display: block;
    font-size: 12px;
}

#ticket .notice_list {
    margin: 20px 0 20px;
    color: #d30000;
    font-weight: 500;
}

#ticket .notice_list li {
    text-indent: -1em;
    padding-left: 1em;
}

#ticket .notice_list:last-child {
    margin-bottom: 0;
}

#ticket .ticket_inner_tit {
    font-size: 17px;
    font-weight: bold;
    border-left: 6px solid #ff5b00;
    padding-left: 8px;
}

.ticket_btn .btnOfficial a {
    background: #374151;
    color: #fff;
    font-size: 19px;
    padding: 1.35em;
    box-sizing: border-box;
    line-height: 1.5;
    font-weight: bold;
    box-shadow: 0 6px 13px #1a1a1a57;
    border: none;
    display: block;
    width: 350px;
    text-align: center;
    position: relative;
    border-radius: 10px;
}
.ticket_btn .btnOfficial:last-child a {
    margin-bottom: 0;
}

.ticket_btn .btnOfficial a:hover {
    box-shadow: 0 11px 15px #1a1a1a57;
    transform: translateY(-4px);
}

.ticket_btn .btnOfficial a::after {
    content: '';
    display: block;
    width: 1.6em;
    height: 2px;
    background: #ff7327;
    position: absolute;
    top: 50%;
    right: 0;
    z-index: 1;
}

.ticket_btn .btnOfficial a:hover::after {
    right: -10px;
}

.ticket_btn .btnOfficial.hide a {
    background: #aaa;
}

.btn_logo {
    width: 75px;
    display: inline-block;
    margin-right: 15px;
    line-height: 0;
}

.ticket_btn {
    margin-bottom: 20px;
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    margin-top: 35px;
}

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

.attention {
    line-height: 1.55;
}

.attention li {
    text-indent: -1.1em;
    padding-left: 1.1em;
    font-size: 13px;
    margin-bottom: 5px;
}

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

.attention li a {
    color: #ff7327;
}

.attention li .fa {
    text-indent: 0;
    color: #ff7327;
}

.sp{display: none!important;}



.footer_btn .ticket_btn {
    margin: 0 2%;
}
.footer_btn {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    margin-top: 120px;
}

.footer_btn .ticket_btn .btnOfficial a {
    width: 400px;
    font-size: 17px;
    padding: 1.5em;
}

@media screen and (max-width: 959px){
.pc {
display: none;
}

.sp{display: block!important;}


.wrap {
    padding: 0;
}

.heroView {
    padding: 0;
}

.heroInner {
    width: 85%;
    height: 56vh;
}

.heroInner_b .heroTit:nth-of-type(2) {
    width: 15%;
}

.loading_img {
    width: 50%;
    max-width: 30vh;
}

.logoAnimCont {
    height: 200px;
    background-size: 1000px;
}
.logoAnim {
height: 200px;
    top: 47vh
}

.nav_menu::before {
    width: 75px;
    height: 85px;
    transform: skewY(15deg);
}

.hamBtn {
    right: 20px;
    top: 20px;
    width: 60px;
    height: 60px;
}

.heroView::after {
    width: 40%;
    height: 29svh;
    background-size: 26px;
}

.heroView::before {
    width: 34%;
    height: 22svh;
    background-size: 26px;
}

.heroView::before {
}

.heroInner::before {
    border-radius: 0 50px 50px 0;
    background-size: 200px;
    height: 30%;
    bottom: auto;
    width: 27%;
    top: 80vh;
}
.heroInner::after {
    background-size: 160px;
    top: 40px;
    height: 80px;
    width: 30%;
}

.hero_img {
    width: 100%;
}

.hamBox {
    top: 20px;
    right: 50px;
    height: 60px;
    padding: 0 35px;
}

.menuList a {
    font-size: 14px;
}

.hamBtn span {
    height: 2px;
    width: 28px;
}

.scroll {
    left: 20px;
    height: 82px;
}

.scroll::before {
    transform: none;
    right: -50px;
}

.scroll a svg {
    width: 6px;
}

.heroInner .heroTit {
}

.contentsBox {
    padding: 50px 0 0;
    box-sizing: border-box;
}


.contentsBox .inBox {
    width: 88%;
    padding-bottom: 60px;
}

#schedule {
    padding-top: 0;
}

h4 {
font-size: 34px;
    margin: 0 auto 25px;
    padding: 0;
}


.contentsBox .inner {
}

.contentsBox .inBox::before {
    height: calc(100% - 20px);
    border-radius: 40px;
    width: 120vw;
}


.ac>dt::after {
    width: 9px;
    height: 9px;
    right: 14px;
    border-width: 3px;
}
.ac>dt2::after {
width: 3vw;
height: 3vw;
right: -300px;
top:-40px;
}



.inner_box {
padding: 5% 6%;
margin: 0 auto 30px;
outline: solid 2px #222;
border: none;
}

.inner_box::before {
width: 5px;
background-size: 90px;
}

.inner_box_tit {
line-height: 1.5;
font-size: 16px;
margin-bottom: 15px;
}


.list--schedule > li {
    font-size: 14px;
    padding: 0px 0 15px;
    margin-bottom: 15px
}

.schedule_left {
    display: block;
    line-height: 1.5;
}

.schedule_mid {
    padding: 10px 0 0;
}

.schedule_right {
    width: 100%;
    padding: 10px 0 0 0;
}

.icon.fc_limitd img {
    width: 57px;
}

.schedule_left .date {
    font-size: 23px;
    line-height: 1.5;
    margin: 0 0 1px;
}

.schedule_left .time {
    font-size: 12px;
    line-height: 1;
}

.place {
    font-size: 18px;
}

.eventer {
    font-size: 12px;
    line-height: 1.5;
}

.category {
    width: 27px;
}

.category span {
    left: 23px;
    text-align: left;
    padding-left: 18px;
}



#ticket .price {
	margin-bottom: 25px;
}

#ticket .price li {
	margin-bottom: 10px;
    padding: 0;
}
#ticket .price li h5 {
font-size: 15px;
width: 50%;
line-height: 1.3;
}
#ticket .price li p {
font-size: 15px;
width: 50%;
text-align: right;
padding-bottom: 10px;
}

#ticket .price_desc {
    font-size: 12px;
    text-align: right;
}


#ticket .ticketType {
    margin: 0 auto 17px;
    border-radius: 18px;
}

#ticket .ticketName {
    font-size: 14px;
    line-height: 1.6;
}

#ticket .ticketType .ac > dt {
    padding: 15px 50px 15px 15px;
}

#ticket .ticketType .ac > dt::before {
    width: 37px;
}

#ticket .ticketName .fin {
    font-size: 0.85em;
}

#ticket .ticketName .live {
    font-size: 0.9em;
}

#ticket .ticketType .ac > dd {
}

.ticketDetail {
    font-size: 13px;
    flex-wrap: wrap;
}

#ticket .ticketDetail {
    padding: 13px 0;
}

#schedule .ticketDetail dt {
    width: 25%;
    line-height: 1.4;
    font-size: 12px;
    padding-right: 13px;
}

#schedule .ticketDetail dd {
    width: 75%;
    padding: 17px 0 17px 15px;
    line-height: 1.6;
}

#ticket .ticketDetail dd::before {
    display: none;
}

#ticket .ticketDetail dt {
    width: 100%;
    padding: 0 0 3px;
    text-align: left;
    font-weight: bold;
    font-size: 12px;
}

#ticket .ticketDetail dd {
    width: 100%;
    padding: 0;
    border: none;
    line-height: 1.6;
}

#ticket .notice_list {
    margin: 15px 0 15px;
    font-size: 12px;
}

#ticket .ticket_inner_tit {
    font-size: 15px;
    font-weight: bold;
    border-left: 5px solid #ff5b00;
    padding-left: 8px;
}

.ticketDetailBox {
    padding: 5px 18px 20px;
}

.ticket_btn {
    margin-top: 20px;
}

.attention li {
    font-size: 11px;
    margin-bottom: 4px;
}

.btnOfficial a {
box-sizing: border-box;
width: 80%;
font-size: 14px;
margin: 0 auto 8%;
}
.ticket_btn .btnOfficial a {
    width: 100%;
    padding: 20px 0;
    font-size: 14px;
    max-width: 350px;
    margin: 0 auto 15px;
    box-shadow: 0 5px 10px #1a1a1a36;
}

.ticket_btn .btnOfficial {
    width: 100%;
}

.btn_logo {
    width: 65px;
    margin-right: 11px;
}

footer .list--social {
    margin-top: 0;
    border: none;
}

.footer_btn {
    margin-top: 55px;
}

.footer_btn .ticket_btn {
    margin: 0 auto 15px;
    width: 90%;
}

.footer_btn .ticket_btn .btnOfficial a {
    max-width: 400px;
    width: 100%;
    font-size: 13px;
}

.footer_btn .ticket_btn:last-child {
    margin-bottom: 0;
}

}
