@charset "utf-8";

/*===================================================
    OP:LOADER
====================================================*/
.loader{
    position: fixed;
    height: 100%;
    width: 100%;
    background: #000;
    z-index: 9999;
}


/*===================================================
	ani
====================================================*/
.action{
    opacity:0;
    transition:1s ease;
}

.loaded .action{
    opacity:1;
}

.loaded .act1{
    transition-delay: 1.5s;
}

.anim {
    opacity: 0;
    -webkit-transition: all 0.5s ease-out;
	transition: all 0.5s ease-out;
    transform: translateY(30px);
}

.anim.on {
    opacity: 1;
    transform: translateY(0);
}

@media screen and (max-width: 960px){}





.hamBtn {
    position: fixed;
    right: 3rem;
    top: 3rem;
    width: 55px;
    height: 55px;
    transition: all .3s ease;
    cursor: pointer;
    z-index: 990;
    border: 2px solid;
    border-radius: 50%;
    box-shadow: 0 0 8px #ff9191a1, inset 0 0 8px #ff9191a1;
}

.hamBtn span {
    display: block;
    position: absolute;
    right: 25%;
    width: 50%;
    height: 2px;
    background: #ffffff;
    transition: all .3s ease;
    box-shadow: 0 0 8px #ff9191a1;
    border-radius: 5px;
}
.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: #3300005c;
    backdrop-filter: blur(9px);
}

.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;
    text-align: center;
}

.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;
    font-weight: bold;
    color: #fff;
    font-family: "Cormorant Garamond", serif;
    text-shadow: 0 0 12px #ff9696c4;
}
.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;
}

@media screen and (max-width: 960px){

.hamBtn {
    top: 16px;
    right: 16px;
}

.menuList a {
    font-size: 32px;
}


}

/*===================================================
    bgBox
====================================================*/
.bgBox {
    pointer-events: none;
    width: 100%;
    height: 100vh;
    padding: 0;
    position: fixed;
    left: 0;
    top: 0;
    transform: translate3d(0, 0, -1px);
}

.bgBox .bg {
}

.bgBox .bg01 {
    position: absolute;
    width: 100%;
    height: 100%;
    opacity: 1;
    background: #fff;
    background: url(/static/octpath/fanclub/feature/showcase2025/image/bg_showcase.jpg) no-repeat center center;
    background-position: center center;
    background-size: cover;
}

.bg02.bg {
    position: absolute;
    left: 0;
    top: 0;
    width: 50%;
    height: 100%;
    transform-origin: left;
}
.bg02.bg img {
    height: 100%;
    width: 100%;
    object-fit: contain;
    object-position: left top;
}
.scrolled .bg02.bg {
    left: -2%;
    transform: scaleX(0.6);
}

.bg03.bg {
    position: absolute;
    right: 0;
    top: 0;
    width: 50%;
    height: 100%;
    transform-origin: right;
}
.scrolled .bg03.bg {
    right: -2%;
    transform: scaleX(0.6);
}
.bg03.bg img {
    height: 100%;
    width: 100%;
    object-fit: contain;
    object-position: right top;
}

.bg04.bg {
    position: absolute;
    width: 70%;
    max-width: 95vh;
    left: 50%;
    transform: translateX(-50%) scaleY(0.75);
    transform-origin: top center;
}
.scrolled .bg04.bg {
    top: -4%;
    transform: translateX(-50%) scaleY(0.55);
}

.curtainBox {
    pointer-events: none;
    width: 100%;
    height: 100vh;
    padding: 0;
    position: fixed;
    left: 0;
    top: 0;
    z-index: 10;
}

.curtainBox .bg {
    transition: 0.6s;
}


.mainWrap::before {
    content: '';
    display: block;
    width: 100%;
    height: 100vh;
    background: url(/static/octpath/fanclub/feature/showcase2025/image/bg_kira.png);
    position: fixed;
    top: 0;
    left: 0;
    z-index: 100;
    background-size: 100%;
    background-repeat: no-repeat;
    transition: 0.6s;
    pointer-events: none;
    background-position: 50% 0;
}
.scrolled .mainWrap::before {
    opacity: 0.3;
}

@media screen and (max-width: 960px){

	.bgBox {}
	
.bg02.bg {
    width: 100%;
    left: -10%;
    transform: scaleX(0.6);
}
.bg03.bg {
    width: 100%;
    right: -10%;
    transform: scaleX(0.6);
}

.bg04.bg {
    width: 100%;
}

.scrolled .bg02.bg {
    left: -25%;
}
.scrolled .bg03.bg {
    right: -25%;
}

}


/*===================================================
    sold
====================================================*/
#ticket .priceBox .ticketBox,
#attention .inBox .attBox {
    position: relative;
}
#ticket .priceBox .ticketBox .sold,
#attention .inBox .attBox .sold {
    position: absolute;
    width: 50%;
    max-width: 400px;
    z-index: 10;
}
#ticket .priceBox .ticketBox .sold {
    top: 40%;
    left: 50%;
    transform: translate(-50%, -40%);
    -webkit-transform: translate(-50%, -50%);
}
#attention .inBox .attBox .sold {
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
}
#ticket .priceBox .ticketBox .sold img,
#attention .inBox .attBox .sold img {
    transform: rotate(-15deg);
    -webkit-transform: rotate(-15deg);
}

@media screen and (max-width: 960px){

    #ticket .priceBox .ticketBox,
    #attention .inBox .attBox {}
    #ticket .priceBox .ticketBox .sold,
    #attention .inBox .attBox .sold {
        width: 80%;
    }
    #ticket .priceBox .ticketBox .sold {
        top: 44%;
    }
    #attention .inBox .attBox .sold {}
    #ticket .priceBox .ticketBox .sold img,
    #attention .inBox .attBox .sold img {}

}


/*===================================================
	all
====================================================*/
html {
    scroll-behavior: smooth;
}

body {
	position: relative;
}

#wovn-detect-plugin, 
#wovn-translate-widget {
    display: none;
}

.mainWrap {
    font-family: "Shippori Mincho", "Noto Serif JP", serif;
    position: relative;
	line-height: 1.5;
	font-size: 16px;
	letter-spacing: 0.03em;
	color: #fff;
}

.container {
    position: relative;
}

.container section {
    color: #fff;
    padding: 120px 0;
    position: relative;
    overflow: hidden;
}

.container section:nth-child(even) {
    background: linear-gradient(0deg, transparent, #6c0002 5%, #6c0002 95%, transparent);
    padding: 150px 0;
}

.container section .inBox {
    width: 80%;
    max-width: 1100px;
    margin: 0 auto;
}

.container section h3 {
    position: relative;
    font-family: "Cormorant Garamond", serif;
    text-align: center;
    margin: 0 0 80px;
    font-size: 80px;
    line-height: 1;
    letter-spacing: 0;
    overflow: hidden;
    color: #fff;
    text-shadow: 0 0 12px #ff9696c4;
}


@media screen and (min-width: 961px){

	.sp { 
		display: none;
	}

	a {
		-webkit-transition: all 0.3s ease-out;
		transition: all 0.3s ease-out;
	}

}

@media screen and (max-width: 960px){

	.pc {
		display: none;
	}
	
	.container section {
	    padding: 60px 0;
	}

	.container section:nth-child(even) {
	    padding: 100px 0;
	}

	.container section .inBox {
	    width: 82%;
	    margin: 0 auto;
	}

	.container section h3 {
	    margin: 0 0 35px;
	    font-size: 39px;
	    overflow: hidden;
	}

}


/*===================================================
	heroView
====================================================*/
.heroView {
    position: relative;
    width: 100%;
    height: 100svh;
    min-height: 40vw;
}

.heroView::before {
    content: '';
    display: block;
    width: 100%;
    height: 100vh;
    height: 100svh;
    background: url(/static/octpath/fanclub/feature/showcase2025/image/bg_curtain_cover.png);
    z-index: 2;
    position: fixed;
    top: 0;
    left: 0;
    background-size: cover;
    background-position: bottom center;
    transition: 0.9s 1.5s;
}
.loaded .heroView::before {
    transform: translateY(-100%);
}

.heroView .heroInner {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 50%;
    max-width: 94vh;
}

.heroView .heroInner .mainTit {}

.heroView .heroInner .mainTit img {}

.heroView .logo {
    position: absolute;
    width: 150px;
    top: 30px;
    right: 30px;
}

.heroView .sns_wrap {
    position: absolute;
    z-index: 9;
    bottom: 25px;
    right: 60px;
}
.heroView .sns_wrap .menuList {
	display: flex;
}
.heroView .sns_wrap .menuList li {
	margin-right: 20px;
}
.heroView .sns_wrap .menuList li:last-child {
	margin-right: 0;
}
.heroView .sns_wrap .menu_official .official_link .menu_icon a {
    color: #fff;
    text-decoration: none;
    justify-content: center;
    align-items: center;
    font-size: 20px;
    margin-bottom: 20px;
}
.heroView .sns_wrap .menu_official .official_link .menu_icon:last-child a {
	margin-bottom: 0;
}


.scrollBox {
    position: absolute;
    width: 100%;
    height: 100svh;
    top: 0;
    z-index: 1;
    pointer-events: none;
}
		
.scrollBox .scrollarrow {
    width: 1px;
    height: 60px;
    position: absolute;
    right: 30px;
    bottom: 30px;
    z-index: 1;
    background: #fff;
    animation: scrollarrow 3s cubic-bezier(.19,1,.22,1) 0.5s infinite;
}

@keyframes scrollarrow{
    0% {clip-path: inset(0 0 100% 0);}
    25% {clip-path: inset(0 0 0 0);}
    75% {clip-path: inset(0 0 0 0);}
    100% {clip-path: inset(100% 0 0 0);}
  }

@media screen and (min-width: 961px){

	.heroView .sns_wrap .menu_official .official_link .menu_icon a i {
        -webkit-transition: all 0.3s ease-out;
        transition: all 0.3s ease-out;
	}

	.heroView .sns_wrap .menu_official .official_link .menu_icon a:hover i {
	    opacity: 0.7;
	}
}

@media screen and (max-width: 960px){

.heroView .heroInner {
    width: 78%;
}

    .heroView .heroInner .mainTit {}

    .heroView .heroInner .mainTit img {}

    .heroView .kv {}

	.heroView .sns_wrap {
    	bottom: 20px;
	    right: 20px;
	}

    .heroView .logo {
        display: none;
    }

	.heroView .sns_wrap .menuList {
        flex-direction: column;
        align-items: center;
    }

	.heroView .sns_wrap .menuList li {
        margin-right: 0px;
        margin-bottom: 10px;
    }

	.heroView .sns_wrap .menuList li:last-child {
        margin-bottom: 0px;
    }

	.heroView .sns_wrap .menu_official .official_link .menu_icon a {
	    font-size: 16px;
	    margin-bottom: 0;
	}
    .scrollBox .scrollarrow {
	    display: none;
	}

}


/*===================================================
	schedule
====================================================*/

#schedule .tourDateBox .tourDateList.listHead li {
    justify-content: center;
    font-size: 70%;
    font-weight: 600;
}

#schedule  .tourDateBox .tourDateList.listHead li:after {
    display: none;
}

#schedule  .tourDateBox .listHead .scheduleInfo {
    justify-content: center!important;
    font-size: 100%;
}

#schedule  .tourDateBox .tourDateList {
    display: flex;
    align-items: stretch;
    border-bottom: 1px solid #fff;
    padding: 25px 0px;
    position: relative;
}
#schedule .tourDateBox .tourDateList.listHead {
    padding-top: 0;
}

#schedule  .tourDateBox .tourDateList:last-child {
    margin: 0;
}

#schedule  .tourDateBox .tourDateList li {
    padding: 0 15px;
    box-sizing: border-box;
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 90%;
    line-height: 1.5em;
}

#schedule  .tourDateBox .tourDateList li:after{
    content: "";
    position: absolute;
    background: #fff;
    top: 5%;
    right: 0;
    width: 1px;
    height: 90%;
} 

#schedule  .tourDateBox .tourDateList .scheduleDate {
    width: 27%;
    position: relative;
}

#schedule  .tourDateBox .tourDateList .scheduleDate .dateNew {
    position: absolute;
    top: 0;
    left: 0;
    background: #fff;
    color: #28567f;
    font-size: 10px;
    width: 35px;
    height: 35px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 100px;
    font-weight: bold;
    line-height: 1.2;
}

#schedule  .tourDateBox .tourDateList .scheduleDate .day {
    font-size: 140%;
    padding: 0 5px 0 0;
}

#schedule  .tourDateBox .tourDateList .scheduleArea {
    width: 10%;
}

#schedule  .tourDateBox .tourDateList .scheduleVenue {
    width: 23%;
    text-align: center;
}

#schedule  .tourDateBox .tourDateList .scheduleTime {
    width: 17%;
}

#schedule  .tourDateBox .tourDateList .scheduleInfo {
    width: 23%;
    justify-content: left;
    font-size: 70%;
    padding: 0 0 0 20px;
}

#schedule  .tourDateBox .tourDateList .scheduleInfo:after {
	display: none;
}

#schedule  .tourDateBox .tourDateList .scheduleInfo .scheduleInner i {
	padding: 0 3px 0 0;
	display: inline-block;
}

#schedule  .tourDateBox .tourDateList .scheduleInfo .scheduleInner .txt span {
    display: block;
    padding: 2px 0 0;
}

#schedule  .tourDateBox .tourDateList .scheduleInfo .scheduleInner .txt .mail {
	text-decoration: underline;
}

#schedule  .tourDateBox .tourDateList .scheduleInfo .scheduleInner .txt span .webInquiry {
	border-bottom: 1px solid;
}

#schedule .tourDateBox .tourDateList.listHead li.scheduleblank {
    width: 9%;
}

#schedule .tourDateBox .sch_btn {
    display: block;
    background: #fff;
    color: #28567f;
    font-weight: bold;
    font-size: 12px;
    padding: 8px 8px;
    letter-spacing: 0;
    width: 100px;
    border-radius: 5px;
    text-align: center;
}

#schedule .sch_archive {
    position: relative;
}

#schedule .soldout {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%) rotate(-12deg);
    color: #d4002b;
    font-weight: bold;
    font-size: 50px;
    z-index: 1;
    font-family: "Cormorant Garamond", serif;
    display: block;
    border: 4px solid;
    line-height: 1;
    padding: 0.3em 0.5em;
    text-shadow: 0 0 10px #ffffff61;
    box-shadow: 0 0 10px #ffffff61;
    outline: 2px solid;
    outline-offset: -8px;
    text-align: center;
}


@media screen and (max-width: 1060px){

    #schedule  .tourDateBox .tourDateList .scheduleDate .dateNew {
        left: -10px;
    }

    #schedule .tourDateBox .tourDateList .scheduleDate .dateNew.addicon {
        font-size: 10px;
        width: 35px;
        height: 35px;
        top: -38px;
    }

}

@media screen and (min-width: 961px){

	#schedule  .tourDateBox .tourDateList .scheduleInfo .scheduleInner .txt .mail a:hover {
	    opacity: 0.7;
	}
	
}

@media screen and (max-width: 960px){

	#schedule .tourDateBox .tourDateList.listHead li {
	    display: none;
	}

	#schedule  .tourDateBox .tourDateList {
	    display: block;
	    padding: 0;
        margin: 0 0 20px;
	}

    #schedule  .tourDateBox .tourDateList .scheduleDate .dateNew {
        top: -30px;
        left: -15px;
        background: #fff;
        font-size: 8px;
        width: 30px;
        height: 30px;
    }

	#schedule  .tourDateBox .tourDateList li {
	    padding: 0;
	    display: block;
	    font-size: 100%;
	}

	#schedule  .tourDateBox .tourDateList li:after{
		display: none;
	} 

	#schedule  .tourDateBox .tourDateList .scheduleDate {
	    width: 100%;
	    margin-bottom: 5px;
	}

	#schedule  .tourDateBox .tourDateList .scheduleDate .day {
	}
	
	#schedule  .tourDateBox .tourDateList .scheduleDate .sp {
		padding: 0 0 0 10px;
		font-size: 13px;
	}

	#schedule  .tourDateBox .tourDateList .scheduleArea {
		display: none;
	}

	#schedule  .tourDateBox .tourDateList .scheduleVenue {
	    width: 100%;
	    text-align: left;
	    font-size: 18px;
	    margin: 0 0 10px;
	}

	#schedule  .tourDateBox .tourDateList .scheduleTime {
	    width: 100%;
	    margin: 0 0 10px;
	}
	
	#schedule  .tourDateBox .tourDateList .scheduleTime .subTxt {
	    font-size: 70%;
	    line-height: 1;
        width: 100%;
	}

	#schedule  .tourDateBox .tourDateList .scheduleInfo {
	    width: 100%;
	    padding: 0;
	    margin: 0 0 20px;
	}

#schedule .tourDateBox .sch_btn {
    margin-bottom: 20px;
    font-size: 13px;
    width: 50%;
}

#schedule .soldout {
    padding: 0.4em 0.6em;
    line-height: 0.9;
    font-size: min(15vw, 80px);
}

}


/*===================================================
	ticket
====================================================*/
#ticket  {}


#ticket .red {
    color: #f12929;
}

#ticket .red.ticketTit {
    border-right: 1px solid #f12929!important;
    font-size: 20px;
}

#ticket .priceBox .noteList.redList {
    background: #f12929;
}


#ticket .inBox {
    padding: 0;
    background: none;
    box-shadow: none;
}

#ticket .priceBox {
    margin: 0 0 60px;
    padding: 30px 40px;
    border: 1px solid;
}

#ticket .priceBox .ticketBox {
    display: flex;
    padding: 0 0 20px;
}
#ticket .priceBox .ticketBox:last-child {
    padding: 20px 0 0;
    border-top: 1px solid;
}
#ticket .priceBox .ticketBox .ticketTit {    
    width: 40%;
    text-align: center;
    font-weight: 600;
    display: flex;
    justify-content: center;
    align-items: center;
    border-right: 1px solid #fff;
}
#ticket .priceBox .ticketBox .ticketTit .upTxt {
    background: #f12929;
    padding: 5px 15px;
}
#ticket .priceBox .ticketBox .ticketDetail {
    width: 60%;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    padding: 0 0 0 30px;
}

#ticket .priceBox .ticketPrice {
    font-size: 24px;
    text-align: center;
    line-height: 1;
    margin: 0 0 15px;
    font-weight: bold;
}

#ticket .priceBox .ticketPrice .yen {
	font-size: 80%;
    padding: 0 3px 0 0;
}

#ticket .priceBox .ticketPrice .tax {
	font-size: 60%;
    padding: 0 0 0 5px;
}

#ticket .priceBox .noteList {
    font-size: 14px;
    line-height: 1;
    padding: 15px;
    background: #28567f;
    width: 100%;
    color: #fff;
}

#ticket .priceBox .noteList li {
    margin: 0px 0 7px;
}

#ticket .priceBox .noteList li:last-child {
    margin: 0;
}

/*============ accordion ===========*/
#ticket .op_ticket {
	margin: 0 0 35px;
}

#ticket .op_ticket:last-child {
	margin: 0;
}

#ticket .op_ticket .ticketList {
    margin-bottom: 20px;
    border-radius: 6px;
    overflow: hidden;
    box-shadow: 0 0 12px #ff919175;
    border: 1px solid #ffb6bc5e;
}

#ticket .op_ticket .ticketList:last-child{
    margin-bottom: 0;
}

#ticket .op_ticket .tikcetTit {
    background: linear-gradient(90deg, #b20c0f, #820003);
    color: #fff;
    padding: 30px 40px;
    font-size: 20px;
    font-weight: 500;
    line-height: 1;
    position: relative;
    cursor: pointer;
    transition: 0.5s ease;
}

#ticket .op_ticket .tikcetTit .additionTit {
    display: inline-block;
    margin: 0 0 10px;
    background: #fff;
    color: #a8090c;
    font-size: 15px;
    font-weight: bold;
    padding: 3px 10px 5px;
    border-radius: 5px;
}

#ticket .op_ticket .tikcetTit .note {
    font-size: 16px;
    margin: 10px 0 0;
}

#ticket .op_ticket .tikcetTit .finished {
    display: inline-block;
    font-size: 0.8em;
    font-weight: bold;
    padding: 0.3em 0.8em;
    vertical-align: 1px;
    border: 1px solid;
}

#ticket .op_ticket .tikcetTit span {
    position: absolute;
    top: 50%;
    right: 30px;
    width: 12px;
    height: 12px;
    transform: rotate(180deg) translateY(50%);
    transition: 0.3s ease;
}

#ticket .op_ticket .tikcetTit.open span {
    transform: translateY(-50%);
}

#ticket  .op_ticket .tikcetTit span:before {
    content: "";
    position: absolute;
    top: 25%;
    width: 100%;
    height: 100%;
    border-top: 1px solid;
    border-right: 1px solid;
    transform: rotate(-45deg);
}

#ticket .op_ticket .tikcetDetail {
    display: none;
    padding: 40px 40px;
    background: #3e0000;
    color: #fff;
    position: relative;
}

#ticket .op_ticket .tikcetDetail .detailWrap {
    display: flex;
    justify-content: space-between;
}

#ticket .op_ticket .tikcetDetail .inDetail {
    width: calc(50% - 20px);
}

#ticket .op_ticket .tikcetDetail .inDetail:last-child {}

#ticket .op_ticket .tikcetDetail .inDetail .ticketInTit {
    font-size: 20px;
    font-weight: bold;
    text-align: center;
    margin: 0 0 20px;
}

#ticket .op_ticket .tikcetDetail .ticketInfoBox {
    display: flex;
    border-bottom: 1px solid #fff;
    padding: 20px 0;
    align-items: center;
    font-size: 14px;
}

#ticket .op_ticket .tikcetDetail .ticketInfoBox:nth-of-type(1) {
    border-top: 1px solid #fff;
}

#ticket .op_ticket .tikcetDetail .infoBoxEnd {
    margin: 0 0 40px;
}

#ticket .op_ticket .tikcetDetail .ticketInfoBox .ticketInfoTit {
    width: 25%;
    text-align: center;
    font-weight: 600;
}

#ticket .op_ticket .tikcetDetail .ticketInfoBox .ticketInfoTxt {
    width: 75%;
    padding: 0 30px;
    border-left: 1px solid #fff;
}

#ticket .op_ticket .tikcetDetail .ticketInfoBox .ticketInfoTxt span {
	display: block;
}

#ticket .op_ticket .tikcetDetail .ticketInfoBox .ticketInfoTxt span.note {
    font-size: 14px;
    text-indent: -1em;
    padding: 0 0 0 1em;
}

#ticket .op_ticket .tikcetDetail .ticketInfoBox .ticketInfoTxt span.infoBr {
    margin: 5px 0 0;
}

#ticket .op_ticket .tikcetDetail .ticketInfoBox .ticketInfoTxt span.infoBrSml {
    font-size: 12px;
}

#ticket .op_ticket .tikcetDetail .ticketInfoBox .ticketInfoTxt span.infoBr a {
    text-decoration: underline;
}

#ticket .op_ticket .tikcetDetail .ticketAtt {
    margin: 0 0 30px;
    padding: 20px;
    background: #ffffff15;
}

#ticket .op_ticket .tikcetDetail .ticketAtt li {
    font-size: 14px;
    margin: 0 0 5px;
    text-indent: -1em;
    padding: 0 0 0 1em;
}

#ticket .op_ticket .tikcetDetail .ticketAtt li:last-child {
    margin: 0;
}

#ticket .op_ticket .tikcetDetail .ticketAtt li .bold {
    font-weight: bold;
}


.btn_box {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
}

.btn_box > .btn {
    width: 30%;
    margin: 0 1%;
}

#ticket .op_ticket .tikcetDetail .btn a {
    font-size: 17px;
    text-align: center;
    background: linear-gradient(90deg, #b20c0f, #820003);
    color: #ffffff;
    font-weight: bold;
    width: 100%;
    max-width: 360px;
    text-decoration: none;
    border-radius: 100px;
    padding: 24px 30px;
    display: block;
    margin: 0 auto;
    box-shadow: 0 0px 12px #ff919175;
    border-top: 1px solid #ffb6bc8c;
}

#ticket .op_ticket .tikcetDetail .btn.hide a {
    background: #908a8a;
    color: #dcdcdc;
    box-shadow: none;
    pointer-events: none;
}



@media screen and (min-width: 961px){

	#ticket .op_ticket .tikcetDetail .btn a:hover,
    #ticket .op_ticket .tikcetDetail .ticketInfoBox .ticketInfoTxt span.infoBr a:hover {
		opacity: 0.7;
	}
	
}

@media screen and (max-width: 960px){

    #ticket  {}

    #ticket .inBox {}

	#ticket .priceBox {
        margin: 0 0 30px;
        border: 1px solid;
        padding: 25px 20px 20px;
	}

    #ticket .priceBox .ticketBox {
        display: block;
    }

    #ticket .priceBox .ticketBox:last-child {}

    #ticket .red.ticketTit {
        font-size: 18px;
    }

    #ticket .priceBox .ticketBox .ticketTit {
        display: block;
        width: 100%;
        text-align: left;
        border-right: none!important;
        border-left: 2px solid;
        padding: 0 0 0 10px;
        line-height: 1.3;
        margin: 0 0 15px;
    }

    #ticket .priceBox .ticketBox .ticketTit.upTxtBox {
        padding: 0;
        border-left: none;
    }

    #ticket .priceBox .ticketBox .ticketTit .upTxt {}

    #ticket .priceBox .ticketBox .ticketDetail {
        width: 100%;
        padding: 0;
    }

    #ticket .op_ticket .tikcetDetail .detailWrap {
        display: block;
    }

    #ticket .op_ticket .tikcetDetail .inDetail {
        width: 100%;
        margin: 0 0 40px;
    }

    #ticket .op_ticket .tikcetDetail .inDetail:last-child {
        margin: 0;
    }

    #ticket .op_ticket .tikcetDetail .inDetail .ticketInTit {
        text-align: left;
        font-size: 16px;
        line-height: 1;
        padding: 5px 10px;
        display: inline-block;
        background: #fff;
        color: #28567f;
    }

    #ticket .op_ticket .tikcetDetail .ticketInTit {}

	#ticket .priceBox .ticketPrice {
	    font-size: 20px;
	    text-align: left;
        margin: 0 0 15px;
	}

    #ticket .priceBox .ticketPrice .tax {}

	#ticket .priceBox .noteList {
	    text-align: left;
	}

	#ticket .priceBox .noteList li {
	    margin: 0px 0 10px;
	}

	/*============ accordion ===========*/
	#ticket .op_ticket {
		margin: 0 0 30px;
	}

	#ticket .op_ticket .tikcetTit {
	    padding: 18px 37px 18px 15px;
	    line-height: 1.4;
	    font-size: 14px;
	}

    #ticket .op_ticket .tikcetTit .additionTit {
        margin: 0 0 5px;
    }
    
    #ticket .op_ticket .tikcetTit .note {
        font-size: 14px;
        margin: 5px 0 0;
    }

    #ticket .op_ticket .tikcetTit span {
        right: 15px;
    }

	#ticket .op_ticket .tikcetDetail {
	    padding: 20px 15px;
	}

	#ticket .op_ticket .tikcetDetail .ticketInfoBox {
	    display: block;
	    padding: 16px 0;
	}
	#ticket .op_ticket .tikcetDetail .infoBoxEnd {
	    margin: 0 0 20px;
	}

	#ticket .op_ticket .tikcetDetail .ticketInfoBox .ticketInfoTit {
	    width: 100%;
	    text-align: left;
	    line-height: 1;
	    margin: 0 0 7px;
	    font-size: 12px;
	    letter-spacing: 0.1em;
	}

	#ticket .op_ticket .tikcetDetail .ticketInfoBox .ticketInfoTxt {
	    width: 100%;
	    border-left: none;
	    padding: 0;
	    font-size: 13px;
	}
	
	#ticket .op_ticket .tikcetDetail .ticketInfoBox .ticketInfoTxt span {}

    #ticket .op_ticket .tikcetDetail .ticketInfoBox .ticketInfoTxt span.infoBr {}

    #ticket .op_ticket .tikcetDetail .ticketAtt {
        margin: 0 0 20px;
        padding: 15px;
    }
    #ticket .op_ticket .tikcetDetail .ticketAtt li {}
    #ticket .op_ticket .tikcetDetail .ticketAtt li:last-child {}
    #ticket .op_ticket .tikcetDetail .ticketAtt li .bold {}

    #ticket .op_ticket .tikcetTit .finished {
        font-size: 0.6em;
    }

    .btn_box > .btn {
        width: 100%;
        margin: 0 auto 15px;
    }

    .btn_box > .btn:last-child {
        margin-bottom: 0;
    }

	#ticket .op_ticket .tikcetDetail .btn a {
	    font-size: 15px;
	    padding: 20px;
	}

}



/*===================================================
	goods
====================================================*/
#goods {}
#goods h3 {}
#goods .inBox {}

#goods .inBox .goodsImg {
    margin: 0 auto 35px;
}
#goods .inBox .txtBox {
    text-align: center;
}
#goods .inBox .txtBox .txt {
    margin: 0 0 10px;
}
#goods .inBox .txtBox .link {}
#goods .inBox .txtBox .link a {
    text-decoration: underline;
}

@media screen and (min-width: 961px) {
    #goods .inBox .txtBox .link a:hover { 
        opacity: 0.7;
    }
}

@media screen and (max-width: 960px) {

    #goods {}
    #goods h3 {}
    #goods .inBox {}
    
    #goods .inBox .goodsImg {
        margin: 0 auto 15px;
    }
    #goods .inBox .txtBox {
        text-align: left;
    }
    #goods .inBox .txtBox .txt {
        margin: 0 auto 5px;
    }
    #goods .inBox .txtBox .link {}
    #goods .inBox .txtBox .link a {
        font-size: 14px;
    }

}



/*===================================================
	fancliub
====================================================*/
#fanclub {}
#fanclub h3 {}
#fanclub .inBox {}

#fanclub .fcBox {
    padding: 40px;
    background: #17426980;
    margin: 0 auto 40px;
}
#fanclub .fcBox:last-child {
    margin: 0 auto 40px;
}

#fanclub .fcBox .color {
    color: #dfcaff;
}

#fanclub .fcBox .fcTit {
    font-size: 32px;
    font-weight: bold;
    text-align: center;
    margin: 0 0 40px;
    padding: 0 0 40px;
    border-bottom: 1px solid #ffffff;
}
#fanclub .fcBox .fcTit span {
    font-weight: bold;
    display: inline-block;
    padding: 7px 10px 7px;
    border: 1px solid;
    line-height: 1;
    margin: 0 10px 0px 0;
    font-size: 24px;
}

#fanclub .fcBox ul li {
    margin-bottom: 5px;
}
#fanclub .fcBox ul li:last-child {
    margin-bottom: 0;
}
#fanclub .fcBox ul li.num {
    text-indent: -1em;
    padding: 0 0 0 1em;
}
#fanclub .fcBox ul li.note,
#fanclub .fcBox ul.attList li {
    text-indent: -1em;
    padding: 0 0 0 1em;
    font-size: 14px;
}
#fanclub .fcBox ul li.link {}
#fanclub .fcBox ul li.link a {
    text-decoration: underline;
    color: #e1e369;
}

#fanclub .fcBox ul li.listBtn {
    margin: 0 auto 25px;
    padding: 20px 0 0;
}
#fanclub .fcBox ul li.listBtn .linkBtn {}
#fanclub .fcBox ul li.listBtn .linkBtn a {
    font-size: 16px;
    text-align: center;
    background-color: #a07dd6;
    color: #ffffff;
    font-weight: bold;
    width: 100%;
    max-width: 350px;
    text-decoration: none;
    border-radius: 100px;
    padding: 15px 30px;
    display: block;
    margin: 0 auto;
}

#fanclub .fcBox .lead {
    margin: 0 0 30px;
    padding: 0px 0 30px;
    border-bottom: 1px solid #ffffff50;
}
#fanclub .fcBox:nth-child(3) .lead li.link {
    margin: 15px 0 20px;
}
#fanclub .fcBox:last-child .lead {
    margin: 0;
    padding: 0;
    border-bottom: none;
}
#fanclub .fcBox .lead .fcBoxItem {
    padding: 20px 0 0;
    width: calc(50% - 15px);
    margin: 0 auto;
}

#fanclub .fcBox .fcDetail {
    margin: 0 0 30px;
    padding: 0px 0 30px;
    border-bottom: 1px solid #ffffff50;
}
#fanclub .fcBox .fcDetail:last-child {
    margin: 0;
    padding: 0;
    border-bottom: none;
}
#fanclub .fcBox .fcDetail div:last-child {
    margin: 0;
}
#fanclub .fcBox .fcDetail .tit {
    font-weight: bold;
    display: inline-block;
    padding: 5px 10px;
    background: #fff;
    color: #28567f;
    line-height: 1;
    margin: 0 0 10px;
}
#fanclub .fcBox .fcDetail .fcDetailSubTit {
    padding: 0 0 0 10px;
    font-size: 14px;
}
#fanclub .fcBox:nth-child(1) .fcDetail:nth-child(4) .tit,
#fanclub .fcBox:nth-child(3) .fcDetail:nth-child(3) .tit {
    margin: 0 0 20px;
}
#fanclub .fcBox .fcDetail .txt {}
#fanclub .fcBox .fcDetail .txtList {}
#fanclub .fcBox:nth-child(2) .fcDetail:nth-child(4) .txtList {
    margin: 0 0 15px;
}
#fanclub .fcBox .fcDetail .txtList .fcBoxItem {
    display: flex;
    justify-content: space-between;
    padding: 20px 0 0;
}
#fanclub .fcBox .fcDetail .txtList .fcBoxItem p {
    width: calc(50% - 15px);
}
#fanclub .fcBox .fcDetail .txtList .fcBoxItem p:nth-child(1) {}
#fanclub .fcBox .fcDetail .txtList .fcBoxItem p:nth-child(2) {}

#fanclub .fcBox .fcDetail .inDetail {
    padding: 30px;
    border: 1px solid;
    margin: 0 0 20px;
}
#fanclub .fcBox .fcDetail .inDetail .detailTit {
    line-height: 1;
    font-weight: bold;
    padding: 0 0 0 10px;
    border-left: 2px solid;
    margin: 0 0 10px;
}
#fanclub .fcBox .fcDetail .inDetail .detailTxt {}
#fanclub .fcBox .fcDetail .inDetail .detailTxt span {}
#fanclub .fcBox .fcDetail .inDetail .detailTxtList {}
#fanclub .fcBox .fcDetail .inDetail .detailTxtList li.num {}
#fanclub .fcBox .fcDetail .inDetail .detailTxtList li.num span {}

#fanclub .fcBox .fcDetail .attBox {}
#fanclub .fcBox .fcDetail .attBox .attTit {
    line-height: 1;
    font-weight: bold;
    padding: 0 0 0 10px;
    border-left: 2px solid;
    margin: 0 0 10px;
}
#fanclub .fcBox .fcDetail .attBox .attList {}

@media screen and (min-width: 961px){

    #fanclub .fcBox ul li.link a:hover {
        opacity: 0.7;
    }

    
    #fanclub .fcBox ul li.listBtn .linkBtn a:hover {
        opacity: 0.7;
    }
    
}

@media screen and (max-width: 960px){

    #fanclub {}
    #fanclub h3 {}
    #fanclub .inBox {}

    #fanclub .fcBox {
        padding: 20px;
        margin: 0 auto 20px;
    }
    #fanclub .fcBox:last-child {}

    #fanclub .fcBox .fcTit {
        font-size: 20px;
        margin: 0 0 20px;
        padding: 0 0 20px;
    }
    #fanclub .fcBox .fcTit span {
        display: block;
        margin: 0 0 10px;
        font-size: 16px;
        background: #fff;
        color: #28567f;
    }

    #fanclub .fcBox ul li {}
    #fanclub .fcBox ul li:last-child {}
    #fanclub .fcBox ul li.num {}
    #fanclub .fcBox ul li.note,
    #fanclub .fcBox ul.attList li {}
    #fanclub .fcBox ul li.link {}
    #fanclub .fcBox ul li.link a {}

    #fanclub .fcBox ul li.listBtn {
        margin: 0 auto 20px;
        padding: 15px 0 0;
    }
    #fanclub .fcBox ul li.listBtn .linkBtn {}
    #fanclub .fcBox ul li.listBtn .linkBtn a {}

    #fanclub .fcBox .lead {
        margin: 0 0 20px;
        padding: 0px 0 20px;
    }
    #fanclub .fcBox .lead .fcBoxItem {
        width: 100%;
        max-width: 450px;
        margin: 0 auto;
        padding: 10px 0 0;
    }

    #fanclub .fcBox .fcDetail {
        margin: 0 0 20px;
        padding: 0px 0 15px;
    }
    #fanclub .fcBox .fcDetail div:last-child {}
    #fanclub .fcBox .fcDetail .tit {}
    #fanclub .fcBox .fcDetail .txt {}
    #fanclub .fcBox .fcDetail .txtList {}
    #fanclub .fcBox .fcDetail .txtList .fcBoxItem {
        padding: 10px 0 0;
        margin: 0 auto 5px;
        display: block;
    }
    #fanclub .fcBox .fcDetail .txtList .fcBoxItem p {
        width: 100%;
        max-width: 450px;
        margin: 0 auto;
    }
    #fanclub .fcBox .fcDetail .txtList .fcBoxItem p:nth-child(1) {
        margin: 0 auto 20px;
    }
    #fanclub .fcBox .fcDetail .txtList .fcBoxItem p:nth-child(2) {}

    #fanclub .fcBox .fcDetail .inDetail {
        padding: 20px;
    }
    #fanclub .fcBox .fcDetail .inDetail .detailTit {}
    #fanclub .fcBox .fcDetail .inDetail .detailTxt {}
    #fanclub .fcBox .fcDetail .inDetail .detailTxt span {}
    #fanclub .fcBox .fcDetail .inDetail .detailTxtList {}
    #fanclub .fcBox .fcDetail .inDetail .detailTxtList li.num {}
    #fanclub .fcBox .fcDetail .inDetail .detailTxtList li.num span {}

    #fanclub .fcBox .fcDetail .attBox {}
    #fanclub .fcBox .fcDetail .attBox .attTit {}
    #fanclub .fcBox .fcDetail .attBox .attList {}

}
    


/*===================================================
	STREAMING
====================================================*/
#streaming {}
#streaming h3 {}
#streaming .inBox {}

#streaming .fcBox {
    padding: 40px;
    background: #17426980;
    margin: 0 auto 40px;
}
#streaming .fcBox:last-child {
    margin: 0 auto 40px;
}

#streaming .fcBox .color {
    color: #dfcaff;
}

#streaming .fcBox .fcTit {
    font-size: 32px;
    font-weight: bold;
    text-align: center;
    margin: 0 0 40px;
    padding: 0 0 40px;
    border-bottom: 1px solid #ffffff;
}
#streaming .fcBox .fcTit span {
    font-weight: bold;
    display: inline-block;
    padding: 7px 10px 7px;
    border: 1px solid;
    line-height: 1;
    margin: 0 10px 0px 0;
    font-size: 24px;
}

#streaming .fcBox ul li {
    margin-bottom: 5px;
}
#streaming .fcBox ul li:last-child {
    margin-bottom: 0;
}
#streaming .fcBox ul li.num {
    text-indent: -1em;
    padding: 0 0 0 1em;
}
#streaming .fcBox ul li.note,
#streaming .fcBox ul.attList li {
    text-indent: -1em;
    padding: 0 0 0 1em;
    font-size: 14px;
}
#streaming .fcBox ul li.link {}
#streaming .fcBox ul li.link a {
    text-decoration: underline;
    color: #e1e369;
}

#streaming .fcBox ul li.listBtn {
    margin: 0 auto 25px;
    padding: 20px 0 0;
}
#streaming .fcBox ul li.listBtn .linkBtn {}
#streaming .fcBox ul li.listBtn .linkBtn a {
    font-size: 16px;
    text-align: center;
    background-color: #a07dd6;
    color: #ffffff;
    font-weight: bold;
    width: 100%;
    max-width: 350px;
    text-decoration: none;
    border-radius: 100px;
    padding: 15px 30px;
    display: block;
    margin: 0 auto;
}

#streaming .fcBox .lead {
    margin: 0 0 30px;
    padding: 0px 0 30px;
    border-bottom: 1px solid #ffffff50;
}
#streaming .fcBox:nth-child(3) .lead li.link {
    margin: 15px 0 20px;
}
#streaming .fcBox:last-child .lead {
    margin: 0;
    padding: 0;
    border-bottom: none;
}
#streaming .fcBox .lead .fcBoxItem {
    padding: 20px 0 0;
    width: calc(50% - 15px);
    margin: 0 auto;
}

#streaming .fcBox .fcDetail {
    margin: 0 0 30px;
    padding: 0px 0 30px;
    border-bottom: 1px solid #ffffff50;
}
#streaming .fcBox .fcDetail:last-child {
    margin: 0;
    padding: 0;
    border-bottom: none;
}
#streaming .fcBox .fcDetail div:last-child {
    margin: 0;
}
#streaming .fcBox .fcDetail .tit {
    font-weight: bold;
    display: inline-block;
    padding: 5px 10px;
    background: #fff;
    color: #28567f;
    line-height: 1;
    margin: 0 0 10px;
}
#streaming .fcBox .fcDetail .fcDetailSubTit {
    padding: 0 0 0 10px;
    font-size: 14px;
}
#streaming .fcBox:nth-child(1) .fcDetail:nth-child(4) .tit,
#streaming .fcBox:nth-child(3) .fcDetail:nth-child(3) .tit {
    margin: 0 0 20px;
}
#streaming .fcBox .fcDetail .txt {}
#streaming .fcBox .fcDetail .txtList {}
#streaming .fcBox:nth-child(2) .fcDetail:nth-child(4) .txtList {
    margin: 0 0 15px;
}
#streaming .fcBox .fcDetail .txtList .fcBoxItem {
    display: flex;
    justify-content: space-between;
    padding: 20px 0 0;
}
#streaming .fcBox .fcDetail .txtList .fcBoxItem p {
    width: calc(50% - 15px);
}
#streaming .fcBox .fcDetail .txtList .fcBoxItem p:nth-child(1) {}
#streaming .fcBox .fcDetail .txtList .fcBoxItem p:nth-child(2) {}

#streaming .fcBox .fcDetail .inDetail {
    padding: 30px;
    border: 1px solid;
    margin: 0 0 20px;
}
#streaming .fcBox .fcDetail .inDetail .detailTit {
    line-height: 1;
    font-weight: bold;
    padding: 0 0 0 10px;
    border-left: 2px solid;
    margin: 0 0 10px;
}
#streaming .fcBox .fcDetail .inDetail .detailTxt {}
#streaming .fcBox .fcDetail .inDetail .detailTxt span {}
#streaming .fcBox .fcDetail .inDetail .detailTxtList {}
#streaming .fcBox .fcDetail .inDetail .detailTxtList li.num {}
#streaming .fcBox .fcDetail .inDetail .detailTxtList li.num span {}

#streaming .fcBox .fcDetail .attBox {}
#streaming .fcBox .fcDetail .attBox .attTit {
    line-height: 1;
    font-weight: bold;
    padding: 0 0 0 10px;
    border-left: 2px solid;
    margin: 0 0 10px;
}
#streaming .fcBox .fcDetail .attBox .attList {}

@media screen and (min-width: 961px){

    #streaming .fcBox ul li.link a:hover {
        opacity: 0.7;
    }

    
    #streaming .fcBox ul li.listBtn .linkBtn a:hover {
        opacity: 0.7;
    }
    
}

@media screen and (max-width: 960px){

    #streaming {}
    #streaming h3 {}
    #streaming .inBox {}

    #streaming .fcBox {
        padding: 20px;
        margin: 0 auto 20px;
    }
    #streaming .fcBox:last-child {}

    #streaming .fcBox .fcTit {
        font-size: 20px;
        margin: 0 0 20px;
        padding: 0 0 20px;
    }
    #streaming .fcBox .fcTit span {
        display: block;
        margin: 0 0 10px;
        font-size: 16px;
        background: #fff;
        color: #28567f;
    }

    #streaming .fcBox ul li {}
    #streaming .fcBox ul li:last-child {}
    #streaming .fcBox ul li.num {}
    #streaming .fcBox ul li.note,
    #streaming .fcBox ul.attList li {}
    #streaming .fcBox ul li.link {}
    #streaming .fcBox ul li.link a {}

    #streaming .fcBox ul li.listBtn {
        margin: 0 auto 20px;
        padding: 15px 0 0;
    }
    #streaming .fcBox ul li.listBtn .linkBtn {}
    #streaming .fcBox ul li.listBtn .linkBtn a {}

    #streaming .fcBox .lead {
        margin: 0 0 20px;
        padding: 0px 0 20px;
    }
    #streaming .fcBox .lead .fcBoxItem {
        width: 100%;
        max-width: 450px;
        margin: 0 auto;
        padding: 10px 0 0;
    }

    #streaming .fcBox .fcDetail {
        margin: 0 0 20px;
        padding: 0px 0 15px;
    }
    #streaming .fcBox .fcDetail div:last-child {}
    #streaming .fcBox .fcDetail .tit {}
    #streaming .fcBox .fcDetail .txt {}
    #streaming .fcBox .fcDetail .txtList {}
    #streaming .fcBox .fcDetail .txtList .fcBoxItem {
        padding: 10px 0 0;
        margin: 0 auto 5px;
        display: block;
    }
    #streaming .fcBox .fcDetail .txtList .fcBoxItem p {
        width: 100%;
        max-width: 450px;
        margin: 0 auto;
    }
    #streaming .fcBox .fcDetail .txtList .fcBoxItem p:nth-child(1) {
        margin: 0 auto 20px;
    }
    #streaming .fcBox .fcDetail .txtList .fcBoxItem p:nth-child(2) {}

    #streaming .fcBox .fcDetail .inDetail {
        padding: 20px;
    }
    #streaming .fcBox .fcDetail .inDetail .detailTit {}
    #streaming .fcBox .fcDetail .inDetail .detailTxt {}
    #streaming .fcBox .fcDetail .inDetail .detailTxt span {}
    #streaming .fcBox .fcDetail .inDetail .detailTxtList {}
    #streaming .fcBox .fcDetail .inDetail .detailTxtList li.num {}
    #streaming .fcBox .fcDetail .inDetail .detailTxtList li.num span {}

    #streaming .fcBox .fcDetail .attBox {}
    #streaming .fcBox .fcDetail .attBox .attTit {}
    #streaming .fcBox .fcDetail .attBox .attList {}

}



/*===================================================
	attention
====================================================*/

#attention {}
#attention h3 {}
#attention .inBox {
    border: 1px solid;
    padding: 40px;
}
#attention .inBox .attBox {
    margin: 0 0 25px;
    padding: 0 0 20px;
    border-bottom: 1px solid #ffffff50;
}
#attention .inBox .attBox:last-child {
    margin: 0;
    padding: 0;
    border-bottom: none;
}
#attention .inBox .attBox .attTit {
    line-height: 1;
    font-weight: bold;
    padding: 0 0 0 10px;
    border-left: 2px solid;
    margin: 0 0 10px;
}
#attention .inBox .seatBox {}
#attention .inBox .seatBox .seatTit {
    font-weight: bold;
    display: inline-block;
    padding: 5px 10px;
    background: #fff;
    color: #28567f;
    line-height: 1;
    margin: 5px 0;
}
#attention .inBox .seatBox .seatTxt {
    margin: 0 0 10px;
}
#attention .inBox .attBox .attList {}
#attention .inBox .attBox .attList li {
    font-size: 14px;
    text-indent: -1em;
    padding: 0 0 0 1em;
    margin: 0 0 5px;
}
#attention .inBox .attBox .attList li:last-child {
    margin: 0;
}
#attention .inBox .attBox .attList li.mb10 {
    margin-bottom: 10px;
}
#attention .inBox .attBox .attList li.mb20 {
    margin-bottom: 20px;
}
#attention .inBox .attBox .attList li.notIndent {
    text-indent: 0;
    padding: 0;
} 
#attention .inBox .customerBox {
    padding: 20px;
    font-size: 14px;
    background: #ffffff15;
    margin: 15px 0 0;
}
#attention .inBox .customerBox ul {
    margin: 0 0 15px;
}
#attention .inBox .customerBox ul li {
    word-break: break-all;
    margin: 0 0 5px;
}
#attention .inBox .customerBox ul li:last-child {
    margin: 0;
}
#attention .inBox .customerBox ul li a {
    text-decoration: underline;
}
#attention .inBox .customerBox .customerTxt {}

@media screen and (min-width: 961px){
    #attention .inBox .customerBox ul li a:hover {
        opacity: 0.7;
    }
}

@media screen and (max-width: 960px){
    #attention {}
    #attention h3 {}
    #attention .inBox {
        padding: 20px;
    }
	#attention .inBox .attBox {
	    margin: 0 0 20px;
	    padding: 0 0 20px;
	}
    #attention .inBox .attBox:last-child {}
	#attention .inBox .attBox .attTit {
	    font-size: 13px;
	}
    #attention .inBox .seatBox {}
    #attention .inBox .seatBox .seatTit {}
    #attention .inBox .seatBox .seatTxt {
        margin: 0 0 5px;
    }
    #attention .inBox .attBox .attList {}
	#attention .inBox .attBox .attList li {
	    font-size: 11px;
	    letter-spacing: 0.01em;
	}

    #attention .inBox .attBox .attList li:last-child {}
    #attention .inBox .customerBox {
        padding: 15px;
    }
    #attention .inBox .customerBox ul {
        margin: 0 0 10px;
    }
    #attention .inBox .customerBox ul li {}
    #attention .inBox .customerBox ul li:last-child {}
    #attention .inBox .customerBox ul li a {}
    #attention .inBox .customerBox .customerTxt {}
}


/*===================================================
	footer
====================================================*/
#footer {
    position: relative;
    padding: 60px 0;
    text-align: center;
    color: #fff;
}

#footer .official {
    margin: 0 0 40px;
}

#footer .official a {
    font-size: 16px;
    text-align: center;
    background-color: #fff;
    color: #3c0508;
    width: 100%;
    font-weight: bold;
    max-width: 350px;
    text-decoration: none;
    border-radius: 100px;
    padding: 15px 30px;
    display: block;
    margin: 0 auto;
}

#footer .sns_wrap {
	margin: 0 0 20px;
}

#footer .sns_wrap .menuList {
	display: flex;
	justify-content: center;
}

#footer .sns_wrap .menuList li {
	margin-right: 25px;
}

#footer .sns_wrap .menuList li:last-child {
	margin-right: 0;
}

#footer .sns_wrap .menu_official .official_link .menu_icon a {
    color: #fff;
    text-decoration: none;
    font-size: 24px;
}

#footer .sns_wrap .menu_official .official_link .menu_icon:last-child a {
	margin-bottom: 0;
}

@media screen and (min-width: 961px){

	#footer .sns_wrap .menu_official .official_link .menu_icon a i {
	    transition: 0.3s;
	}

	#footer .sns_wrap .menu_official .official_link .menu_icon a:hover i {
	    opacity: 0.7;
	}

}

@media screen and (min-width: 961px){

	#footer .official a {
	    transition: 0.3s;
	}

	#footer .official a:hover {
	    opacity: 0.7;
	}
	
}

@media screen and (max-width: 960px){
	
	#footer {
	    padding: 45px 0;
	}

	#footer .official {
	    margin: 0 0 30px;
	}

	#footer .official a {
	    max-width: 300px;
	}
	
	#footer .sns_wrap {
	    margin: 0 0 10px;
	}

}


