@charset "utf-8";

/* -------------------------------------------------
	main-visual
------------------------------------------------- */

#main-visual {
	height: 100vh;
	text-align: center;
	display: flex;
	justify-content: center;
	align-items: center;
    position: relative;	
}

.bgBox {
    width: 100%;
    height: 100%;
    padding: 0;
    position: fixed;
    left: 0;
    top: 0;
    z-index: -1;
    transition: all 0.6s;
    animation-fill-mode: forwards;
    -webkit-animation-fill-mode: forwards;
}
.bg {
    position: absolute;
    width: 100vw;
    height: 100%;
    display: flex;
    align-items: center;
    padding: 40px;
    box-sizing: border-box;
    opacity: 1;
}
.bg01 {
    opacity: 1;
    background: url(/static/twice/official/feature/twiceInWonderland/images/bg_main_pc_C3FqqGBR.jpg) no-repeat center center;
    background-position: top;
    background-size: cover;
    
}
.scroll {
    display: block;
    width: 50px;
    height: 60px;
    position: absolute;
    bottom: 5%;
    z-index: 10;
    text-decoration: none;
    text-align: center;
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
    -webkit-animation: logoFade 0.3s ease 1.4s 1 forwards;
    animation: logoFade 0.3s ease 1.4s 1 forwards;
}
.scroll:after {
    content: "";
    position: absolute;
    height: 100%;
    width: 1px;
    top: 0px;
    left: 0;
    right: 0;
    margin: auto;
    display: block;
    background: #fff;
    -webkit-animation: scroll 2s linear 0s infinite;
    animation: scroll 2s linear 0s infinite;
}
  @-webkit-keyframes scroll {
    0%{ height: 0; top: 0; bottom: auto; opacity: 0; }
    35%{ opacity: 1; }
    46% { height: 100%; top: 0; bottom: auto; }
    50% { height: 100%; bottom: 0; top: auto; }
    54% { height: 100%; bottom: 0; top: auto; }
    100% { height: 0; bottom: 0; top: auto;}
  }
  @keyframes scroll {
    0%{ height: 0; top: 0; bottom: auto; opacity: 0; }
    35%{ opacity: 1; }
    46% { height: 100%; top: 0; bottom: auto; }
    50% { height: 100%; bottom: 0; top: auto;}
    54% { height: 100%; bottom: 0; top: auto;}
    100% { height: 0; bottom: 0; top: auto; }
  }

.coming{
    text-align: center;
    font-family: 'Bevan', cursive;
    font-size: 37px;
    font-weight: normal;
}

@media print, screen and (min-width:800px) {
	#main-visual h1 img {
		width: auto;
		height: 48vh;
		margin-top: 7vh;
	}
	#main-visual .bar {
		width: 1px;
		height: 10vh;
		margin: 6vh auto 0;
		background: #fff;
	}
}

@media screen and (max-width:800px) and (orientation:portrait) {
	#main-visual h1 img {
		width: auto;
		height: calc(748 / 2900 * 100vh);
		margin-top: 0;
	}
	#main-visual .bar {
		width: 1px;
		height: calc(180 / 2900 * 100vh);
		margin: calc(260 / 2900 * 100vh) auto 0;
		background: #fff;
	}
.scroll {
    left: 40%;
}
.coming {
    font-size: 23px;
    font-weight: normal;
}




}

@media screen and (max-width:900px) {
.bg01 {	
    opacity: 1;
    background: url(/static/twice/official/feature/twiceInWonderland/images/bg_main_sp_C3FqqGBR.jpg) no-repeat center center;
    background-position: bottom;
    background-size: cover;
}	


}

@media screen and (max-width:800px) and (orientation:landscape) {
	#main-visual h1 img {
		width: auto;
		height: 40vh;
		margin-top: 0;
	}
	#main-visual .bar {
		width: 1px;
		height: 6vh;
		margin: 6vh auto 0;
		background: #fff;
	}
}



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

#sp-menu-panel {
    width: 100%;
    height: 100%;
}
#sp-menu-panel .main-menu li a {
    font-size: 25px;
}
#sp-menu-panel .main-menu li:first-child {
    margin-top: 0;
}
#sp-menu-panel .sub-menu {
    margin-top: 20px;
    padding-top: 10px;
    border-top: solid 1px #B3B3B3;
}
#sp-menu-panel .inner {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
    z-index: 4;
	width: 90%;
}
}


/*======================================================
	アイテム productArea のキラキラ
========================================================*/

body {
	position: relative;
}
.kirakira {
	display: block;
	background: url(../images/kirakira.png) no-repeat 0 0 / contain;
	position: fixed;
	animation: kirakira 1s ease 0s infinite alternate;
    z-index: 1;
}

.kirakira.k2 {	animation-delay: 1s; }
.kirakira.k3 {	animation-delay: 0.2s; }
.kirakira.k4 {	animation-delay: 0.6s; }
.kirakira.k5 {	animation-delay: 0.8s; }
.kirakira.k6 {	animation-delay: 0.4s; }

@keyframes kirakira {
	0% { opacity: 1; }
	100% { opacity: 0; }
}

@media screen and (min-width: 901px){
 .kirakira:nth-of-type(odd) {
		width: 117px;
		height: 117px;
	}
.kirakira:nth-of-type(even) {
		width: 224px;
		height: 224px;
	}
.kirakira.k1 {
		right: 15%;
		top:10%;
	}
.kirakira.k2 {
    left: 5%;
    top: 10%;
	}
.kirakira.k3 {
    left: 2%;
    top: 50%;
	}
.kirakira.k4 {
    left: 5%;
    top: 60%;
	}
.kirakira.k5 {
    right: 15%;
    top: 80%;
	}
 .kirakira.k6 {
		right: 5%;
top: 20%;
	}
}

@media screen and (max-width: 900px){
.kirakira:nth-of-type(odd) {
		width: 50px;
		height: 50px;
	}
.kirakira:nth-of-type(even) {
		width: 100px;
		height: 100px;
	}
.kirakira.k1 {
		left: 20px;
		top: 20px;
	}
.kirakira.k2 {
		right: 30px;
		top: 40px;
	}
.kirakira.k3 {
		right: 20px;
		top: 510px;
	}
.kirakira.k4 {
		left: 30px;
		top: 520px;
	}
.kirakira.k5 {
		left: 10px;
		bottom: 500px;
	}
.kirakira.k6 {
		right: 30px;
		bottom: 540px;
	}
}


/* -------------------------------------------------
	schedule
------------------------------------------------- */
#schedule .alpha-bg{
    background: rgba(116,78,191,0.7);
}
#schedule .h-normal{
    color: #f984c5;
}

#schedule .dateBox {
    text-align: center;
    padding: 60px 0 50px;
    background: #fff;
    color: #f984c5;
    filter: drop-shadow(5px 5px 5px rgba(0,0,0,0.1));    
}
#schedule .dateBox span:nth-child(1){
    font-size: 24px;
    margin: 0 10px 0 0;
    font-weight: bold;
}
#schedule .dateBox span:nth-child(2) {
    font-size: 13px;
    margin: 0 15px 0 0;
    font-weight: bold;
    background: #61bde1;
    padding: 2px 5px;
    position: relative;
    top: 5px;
    color: #fff;    
}
#schedule .dateBox span:nth-child(3) {
    font-size: 31px;
    font-weight: bold;
    position: relative;
    top: -2px;
    margin: 0 15px 0 0;
}
#schedule .dateBox span:nth-child(4) {
    font-size: 20px;
    font-weight: 500;
    position: relative;
    top: 4px;
}

@media screen and (min-width:800px) and (max-width:1015px) {
	#schedule table {
		margin-left: 60px;
	}
}

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

#schedule .dateBox {
    text-align: center;
    padding: 30px 0 20px;
}
#schedule .dateBox span:nth-child(1) {
    font-size: 14px;
    margin: 0 5px 0 0;
    font-weight: bold;
}
#schedule .dateBox span:nth-child(2) {
    font-size: 10px;
    margin: 0 10px 0 0;
    font-weight: bold;
    background: #61bde1;
    padding: 2px 4px;
    position: relative;
    top: 2px;
    color: #fff;
}
#schedule .dateBox span:nth-child(3) {
    font-size: 18px;
    font-weight: bold;
    position: relative;
    top: -2px;
    margin: 0 10px 0 0;
}
#schedule .dateBox span:nth-child(4) {
    font-size: 13px;
    font-weight: 500;
    position: relative;
    top: 0;
}
	#schedule .cap{
		font-size: 12px;
		line-height: 1.8;
		letter-spacing: 0;
	}
	
	#schedule .cap {
		margin-bottom: 20px;
	}
	
	#schedule .addLiveTit{
		padding: 15px;
		font-size: 14px;
		line-height: 1.4em;
	}
	#schedule .addLiveTit span{
		font-size: 14px;
		padding: 0 0 0 10px;
		vertical-align: 2px;
	}
	#schedule .addLiveTxt {
		padding: 15px;
	}
	#schedule .addLiveTxt li {
		flex-wrap: wrap;
	}
	#schedule .addLiveTxt li + li {
		margin-top: 18px;
	}
	.addLiveTxt li .date {
		font-size: 15px;
	}
	#schedule .addLiveTxt li .youbi {
		width: 40px;
		height: 20px;
		font-size: 11px;
		margin-right: 10px;
	}
	#schedule .addLiveTxt li .place {
		width: 100%;
		margin-top: 0.5em;
		font-size: 12px;
		line-height: 1.2;
	}
	#schedule .addLiveTxt li .place::before {
		display: none;
	}
	
	#schedule table {
		width: 100%;
	}
	#schedule table thead .date {
		width: 25%;
	}
	#schedule table thead .area {
		width: 20%;
	}
	#schedule table thead .venue {
		width: 55%;
	}
	#schedule table thead th {
		padding: 10px 0;
		font-size: 13px;
		display: none;
	}
	#schedule table tbody td {
		padding: 0;
		font-size: 14px;
		line-height: 1.8;
		border-bottom: none;
	}
	#schedule table tbody td.date {
		float: left;
		width: 50px;
	}
	#schedule table tbody tr.addLive .date::after{
		right: auto;
		left: -3px;
		top: 85px;
	}
	#schedule table tbody td.date .hizuke {
		margin: 0;
		width: 50px;
		font-size: 17px;
		line-height: 1.4;
	}
	#schedule table tbody td.date .youbi {
		width: 50px;
		height: 16px;
		margin: 3px 0 0;
		font-size: 12px;
		display: flex;
	}
	#schedule table tbody td.area,
	#schedule table tbody td.venue,
	#schedule table tbody td.openStart,
	#schedule table tbody td.info {
		display: block;
		padding-left: 70px;
	}
	#schedule table tbody td.openStart::before {
		content: "OPEN/START：";
		color: #E95377;
		font-family: 'OpenSans-Bold';
	}
	#schedule table tbody td.info {
		border-bottom: 0.5px solid #ddd;
		padding-bottom: 15px;
		margin: 0 0 15px;
		display: flex;
	}
	#schedule table tbody td.info::before {
		content: "INFO：";
		color: #E95377;
		font-family: 'OpenSans-Bold';
	}
	#schedule table tbody td.venue {
		margin-bottom: 10px;
	}
	#schedule .note {
		margin: 10px auto 0;
	}
}

/* -------------------------------------------------
	ticket
------------------------------------------------- */

#ticket {

}

#ticket .inner{
    width: 750px;
    margin: 0 auto 50px;
    background: #fff;
    color: #ff5f24;
    padding: 40px;
    box-sizing: border-box;
    filter: drop-shadow(5px 5px 5px rgba(0,0,0,0.1));    
}
#ticket .h-normal{
    color: #ffb328;
}
#ticket .alpha-bg {
background: rgb(255,107,41,0.7);
}
#ticket .btn {
    background: #ffb328;
    color: #fff;
}

#ticket .btn:hover{
    transform: translateY(-5px);
    box-shadow: 0 10px 20px 0 rgb(0 0 0 / 10%);
    opacity: 1;
}
#ticket dl.normal dt {
    width: 32%;
    box-sizing: border-box;
    font-weight: bold;
    border-right: 1px solid;
    margin: 0 0 20px 0;
    color: #ff5f24;
    padding: 15px 0;
}
#ticket .ticketTit {
    color: #ffb328;
    font-size: 25px;
    margin: 0 0 30px 0;
    font-weight: bold;
    text-align: center;
    border-bottom: dotted 2px;
    padding: 0 0 30px 0;
}
#ticket dl.normal dd {
    width: 61%;
    padding-left: 3%;
    box-sizing: border-box;
    margin: 0 0 20px 0;    
}
#ticket .acc-list .item {
	max-width: 850px;
	margin-left: auto;
	margin-right: auto;
	box-shadow: none;
}
#ticket .acc-trigger {
	width: auto;
	margin-bottom: 20px;
	box-shadow: 0 3px 10px 0 rgba(0,0,0,0.2);
	line-height: 1.4;
	letter-spacing: 0.14em;
}
#ticket .acc-list .item .title.acc-trigger{
	background: rgba(210,30,60,0.5);
	padding-right: 0;
	padding-left: 0;
}
#ticket .acc-list .item .title.acc-trigger::after {
	display: none;
}
#ticket .acc-trigger .inner {
	width: 94%;
	margin: 0 auto;
	position: relative;
}
#ticket .acc-list .item .title.acc-trigger .inner::after {
    content: '';
    width: 17px;
    height: 17px;
    box-sizing: border-box;
    border-top: solid 3px #fff;
    border-right: solid 3px #fff;
    display: inline-block;
    transform: translateY(-90%) rotate(135deg);
    position: absolute;
    top: 55%;
    right: 0;
    transition: transform 0.2s ease-out;
}
#ticket .ticketAttentionArea {
	max-width: 820px;
	margin: 0 auto;
	letter-spacing: 0.14em;
}
#ticket .ticketAttentionArea .border-box {
	border: solid 1px rgba(255,255,255,0.2);
	border-radius: 10px;
	padding: 35px 0 20px;
}
#ticket .ticketAttentionArea .title{
	font-size: 24px;
	line-height: 1.2;
	font-weight: bold;
	margin: 0 0 30px;
	text-align: center;
	position: relative;
}
#ticket .ticketAttentionArea .title::before,
#ticket .ticketAttentionArea .title::after {
	height: 1px;
	width: 294px;
	background: rgba(255,255,255,0.2);
	position: absolute;
	top: 50%;
	left: 0;
	content: "";
	display: block;
}
#ticket .ticketAttentionArea .title::after {
	left: auto;
	right: 0;
}
#ticket .ticketAttentionArea .text{
	line-height: 1.4em;
	margin: 0 0 30px;
}
#ticket .ticketAttentionArea .text .subTxt{
	font-weight: normal;
	padding: 10px 0 0;
	display: block;
	font-size: 14px;
}
#ticket .ticketAttentionArea .text .subTxt .fas{
	display: inline;
	vertical-align: 0;
}

#ticket .ticketAttentionArea .childTicket {
	padding: 0 50px;
}
#ticket .ticketAttentionArea .childTicket .tit{
	font-weight: bold;
	font-size: 22px;
	margin: 0 0 30px;
	text-align: center;
}
#ticket .ticketAttentionArea .childTicket .txt{
	margin-bottom: 30px;
	letter-spacing: 0.14em;
	line-height: 1.8;
	font-size: 14px;
}
#ticket .ticketAttentionArea .text a{
	width: 420px;
	height: 60px;
	background: rgba(255,255,255,0.1);
	display: flex;
	justify-content: center;
	align-items: center;
	border-radius: 30px;
	margin: 0 auto;
}
#ticket .ticketAttentionArea .text a + a {
	margin-top: 15px;
}
#ticket .ticketAttentionArea .text a .fas{
	display: inline;
	padding: 0 0 0 5px;
}
#ticket .ticketAttentionArea .inquiry{
	padding: 30px 50px 20px;
	margin-top: 35px;
	border-top: solid 1px rgba(255,255,255,0.2);
}
#ticket .ticketAttentionArea .inquiry .tit{
	font-weight: bold;
	font-size: 22px;
	margin: 0 0 30px;
	text-align: center;
}
#ticket .ticketAttentionArea .inquiry .txt {
	line-height: 2;
	margin: 0 0 10px;
}
#ticket .ticketAttentionArea .inquiry .txt .fa {
	line-height: 2;
}
#ticket .ticketAttentionArea .inquiry .attentionList {
    margin-top: 25px;
}
#ticket .ticketAttentionArea .inquiry .attentionList li {
    margin: 0 0 15px;
}
.acc-list .item.blank {
	pointer-events: none;
}
.acc-list .item.blank .title.acc-trigger::after {
	display:none;
}

.comingsoon {
	text-align: center;
	color: #E95377;
	font-size: 18px;
	margin: -10px 0px 0px;
}

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

	}
#ticket .inner {
    width: 100%;
    margin: 0 auto 30px;
    padding: 20px;
}
#ticket .ticketTit {
    color: #ffb328;
    font-size: 14px;
    margin: 0 0 15px 0;
    font-weight: bold;
    text-align: center;
    border-bottom: dotted 2px;
    padding: 0 0 15px 0;
}
#ticket dl.normal dt {
    width: 100%;
    box-sizing: border-box;
    font-weight: bold;
    border-right: none;
    margin: 0 0 10px 0;
    color: #ff5f24;
    padding: 0;
font-size: 12px;    
}
#ticket dl.normal dd {
    width: 100%;
    padding-left: 0;
    box-sizing: border-box;
    margin: 0 0 15px 0;
    padding: 0 0 15px 0;
    border-bottom: 1px solid #ffe4da;
}
#ticket .btn {
    background: #ffb328;
    color: #fff;
    width: 100%;
    margin: 0;
}
#ticket dl.normal {
    font-size: 13px;
    margin: 0;
}
	#ticket .acc-list .item .title.acc-trigger {
		padding-right: 0;
		padding-left: 0;
	}
	#ticket .acc-list .item .title.acc-trigger::after {
		display: none;
	}
	#ticket .acc-list .item .title.acc-trigger .inner::after {
		width: 9px;
		height: 9px;
		border-top: solid 2px #DA5272;
		border-right: solid 2px #DA5272;
		top: 50%;
	}
	#ticket .ticketAttentionArea .title {
		font-size: 18px;
		margin: 0px 0 20px;
	}
	#ticket .ticketAttentionArea .title::before,
	#ticket .ticketAttentionArea .title::after {
		width: calc(50% - 4.5em);
	}
	#ticket .ticketAttentionArea .text {
		margin: 0 0 30px;
		font-size: 13px;
	}
	#ticket .ticketAttentionArea .text .subTxt {
		display:blcok;
		font-size: 12px;
	}
	#ticket .ticketAttentionArea .childTicket {
		padding: 0 15px;
	}
	#ticket .ticketAttentionArea .childTicket .tit {
		margin: 0 0 20px;
		font-size: 14px;
	}
	#ticket .ticketAttentionArea .childTicket .txt {
		font-size: 12px;
	}
	#ticket .ticketAttentionArea .text a {
		width: 280px;
		height: 50px;
		border-radius: 25px;
		font-size: 13px;
	}
	#ticket .ticketAttentionArea .inquiry {
		padding: 30px 15px 10px;
		margin-top: 20px;
	}
	#ticket .ticketAttentionArea .inquiry .tit {
		font-size: 14px;
		margin: 0 0 20px;
		text-align:left;
		line-height:1.3em;
	}
	#ticket .ticketAttentionArea .inquiry .txt {
		font-size: 13px;
	}

	.comingsoon {
		font-size: 14px;
	}
}


/* -------------------------------------------------
	#goods
------------------------------------------------- */

#goods {

}
#goods .h-normal {
    color: #e63878;
}
#goods .alpha-bg {
    padding: 100px 0;
    background: rgba(224,55,113,0.7);
}
.goodsArea{
	opacity:0;
	transform: translateY(30px);
	transition: all 0.8s ease;
	letter-spacing: 0.14em;
}
.goodsArea.onAnm{
	opacity: 1;
	transform: translateY(0px);
}
#goods .goodsImage{
	width: 850px;
    margin: 0 auto;
    box-shadow: 0 3px 10px 0 rgba(0,0,0,0.2);
}
#goods .btnDL{

}
#goods .btnDL a{
	background: #fff;
	width: 500px;
	height: 80px;
	display: flex;
	justify-content: center;
	align-items: center;
	color: #d21e3c;
	font-size: 20px;
	font-weight: bold;
	text-align: center;
	line-height: 1.3;
	transition: all 0.3s ease;
	margin: 40px auto;
	border-radius: 100px;
	box-shadow: 0 3px 10px 0 rgba(0,0,0,0.2);
	transition:0.5s;
}
#goods .btnDL a:hover{
	transform: translateY(-5px);
	box-shadow: 0 10px 20px 0 rgba(0,0,0,0.1);
}

#goods .cbBox{
    width: 850px;
    background: rgba(255,255,255,0.1);
    padding: 80px;
    box-sizing: border-box;
    margin: 0 auto;
}
#goods .cbBox .goodsImage{
	width: 100%;
    margin: 0 auto 40px;
}
#goods .cbBox .cbLead{
	line-height: 1.5em;
    font-weight: 800;
    font-size: 18px;
    padding: 0;
    letter-spacing: 0.1em;
}

#goods .goodsBuy{

}
#goods .goodsBuy a{
	background: #fff;
	width: 500px;
	height: 80px;
	display: flex;
	justify-content: center;
	align-items: center;
	color: #d21e3c;
	font-size: 20px;
	font-weight: bold;
	text-align: center;
	line-height: 1.3;
	transition: all 0.3s ease;
	margin: 40px auto;
	border-radius: 100px;
	box-shadow: 0 3px 10px 0 rgba(0,0,0,0.2);
	transition:0.5s;
}
#goods .goodsBuy a:hover{
	transform: translateY(-5px);
	box-shadow: 0 10px 20px 0 rgba(0,0,0,0.1);
}
#goods .goods_attentionList{
	width: 640px;
	margin: 0 auto;
}
#goods .goods_attentionList li{
	letter-spacing: 0.14em;
	color: #FFF;
	font-size: 13px;
	text-indent: -22px;
	padding: 0 0 0 22px;
	margin: 0 0 10px;
	line-height: 1.4em;
}
#goods .goods_attentionList li:last-child{
	margin: 0;
}

#goods .goods_attentionList li .fas {
	display: inline;
	vertical-align: 0;
}

@media screen and (max-width:800px) {
	#goods {

	}
#goods .alpha-bg {
    padding: 50px 0;
}
#goods .btnDL a {
    margin: 40px auto 0;
}	
	#goods .goodsImage{
		width: 100%;
		margin: 0 auto;
		box-shadow: 0 3px 10px 0 rgba(0,0,0,0.2);
	}
	#goods .goodsBuy a {
		width: 100%;
		height: auto;
		padding: 15px;
		font-size: 13px;
		margin: 30px auto 30px;
		box-sizing: border-box;
	}
	#goods .goods_attentionList {
		width: 100%;
		margin: 0 auto;
	}
	#goods .goods_attentionList li {
		color: #FFF;
		line-height: 1.4em;
		letter-spacing: 0.14em;
		font-size: 12px;
		text-indent: -20px;
		padding: 0 0 0 20px;
		margin: 0 0 10px;
	}
	
	#goods .btnDL a {
    background: #fff;
    width: 100%;
    height: auto;
    padding: 15px;
    box-sizing: border-box;
    color: #d21e3c;
    font-size: 13px;
    box-shadow: 0 3px 10px 0 rgba(0,0,0,0.2);
	}
	#goods .cbBox {
	    width: 100%;
	    background: rgba(255,255,255,0.1);
	    padding: 20px;
	    box-sizing: border-box;
	    margin: 0 auto;
	}
	#goods .cbBox .goodsImage {
	    width: 100%;
	    margin: 0 auto 20px;
	}
	#goods .cbBox .cbLead {
	    font-size: 13px;
	}
}

/* -------------------------------------------------
	special
------------------------------------------------- */

#special {

}
#special .h-normal {
    color: #3896e6;
}
#special .alpha-bg {
    padding: 100px 0;
    background: rgba(54,202,201,0.7);
}
#special section + section {
	margin-top: 50px;
}
#special .cs {
	padding: 280px 0;
	background: rgba(255,255,255,0.15);
	font-family: 'OpenSans-Bold';
	font-size: 22px;
}
#special .specialArea{
	width: 850px;
    margin: 0 auto;
    opacity: 0;
    transform: translateY(30px);
    transition: all 0.8s ease;
}
#special .specialLead{
    font-size: 20px;
    font-weight: 500;
    line-height: 1.5em;
    margin: 0 0 80px;
}
#special .specialBox{
	background: rgba(255,255,255,0.1);
    padding: 55px 40px 40px;
    margin: 0 0 100px;
    position: relative;
}
#special .separate{
display: flex;
}
#special .separate dt{

}

#special .separate dd {
    padding: 0 0 0 40px;
}

#special .specialBox:last-child{
    margin: 0;
}
#special .specialBox h3{
	font-family: 'Oswald', sans-serif;
    font-weight: 800;
    position: absolute;
    top: 0;
    left: 40px;
    line-height: 1em;
    transform: translate(0,-55%) rotate(0);
    font-size: 62px;
}
#special .specialBox .specialTit{
	font-size: 28px;
    line-height: 1.3em;
    font-weight: 600;
    margin: 0 0 20px;
    letter-spacing: 0.02em;
}
#special .specialBox .specialTxt{
	font-size: 16px;
    line-height: 1.5em;
}
#special .specialBox .specialImage{
}
#special .separate dd .specialImage{
	padding: 0 20px;
}
#special .specialBox .specialList{

}
#special .specialBox .specialList li{
    font-size: 17px;
    font-weight: 500;
    line-height: 1.6em;
    margin: 0 0 15px;
    text-indent: -23px;
    padding: 0 0 0 23px;
}
#special .specialBox .specialList li.venue{
	font-size: 18px;
    font-weight: 800;
    letter-spacing: 0.05em;
    border-left: 10px solid;
    padding: 0 0 0 10px;
    text-indent: 0;
    line-height: 1.4em;
}
#special .specialBox .specialList li:last-child{
    margin: 0;
}
#special .specialBox .attentionList{

}
#special .specialBox .attentionList li{
	line-height: 1.5em;
}
#special .specialBox .attentionList li:last-child{

}
#special .specialBox .elem{
    margin: 0 0 20px;
}
#special .specialBox .elem:last-child{
    margin: 0;
}




#special .specialArea.onAnm{
	opacity: 1;
    transform: translateY(0px);
}

@media screen and (max-width:800px) {
	#special {

	}
#special .alpha-bg {
    padding: 50px 0;
}	
	#special .cs {
		padding: 100px 0;
		font-size: 14px;
		letter-spacing: 0.14em;
	}
	#special .specialArea {
	    width: 100%;
	}
	#special .specialBox .specialTit {
	    font-size: 20px;
	    font-weight: 600;
	    margin: 0 0 15px;
	    letter-spacing: 0.02em;
	    line-height: 1.4em;
	}
	#special .specialBox .specialTxt {
	    font-size: 15px;
	    line-height: 1.5em;
	}
	#special .specialLead {
	    font-size: 13px;
	    line-height: 1.5em;
	    margin: 0 0 60px;
	    width: 100%;
		padding: 0;
	    box-sizing: border-box;
	}
	#special .specialArea {
	    width: 100%;
	    margin: 0 auto;
	    opacity: 0;
	    transform: translateY(30px);
	    transition: all 0.8s ease;
	    padding: 0 20px;
	    box-sizing: border-box;
	}
	#special .separate {
	    display: block;
	}
	#special .separate dd {
	    padding: 0;
	}
	#special .specialBox h3 {
	    font-family: 'Oswald', sans-serif;
	    top: 0;
	    left: 20px;
	    transform: translate(0,-55%) rotate(0);
	    font-size: 46px;
	}
	#special .specialBox {
		background: rgba(255,255,255,0.1);
	    padding: 45px 20px 20px;
	    margin: 0 0 60px;
	    position: relative;
	}
	#special .specialBox .specialTit {
	    font-size: 20px;
	    font-weight: 600;
	    margin: 0 0 20px;
	    letter-spacing: 0.02em;
	}
	#special .specialBox .specialList li {
    font-size: 13px;
    margin: 0 0 10px;
    text-indent: -13px;
    padding: 0 0 0 13px;
	}
	#special .specialBox .specialList li.venue {
	    font-size: 14px;
		margin: 0 0 15px;
	}
}


/* -------------------------------------------------
	bg
------------------------------------------------- */

.alpha-bg {
	padding: 100px 0;
}

@media screen and (max-width:800px) {
	.alpha-bg {
		padding: 50px 0;
	}
}
/* -------------------------------------------------
	footer
------------------------------------------------- */
footer {
    z-index: 3;
}
.pagetop {
    z-index: 4;
}

/* -------------------------------------------------
	h
------------------------------------------------- */

.h-normal {
    margin-bottom: 70px;
    text-align: center;
    font-family: 'Bevan', cursive;
    font-weight: normal;
    font-size: 55px;
    text-shadow: white 2px 0px, white -2px 0px, white 0px -2px, white 0px 2px, white 2px 2px, white -2px 2px, white 2px -2px, white -2px -2px, white 1px 2px, white -1px 2px, white 1px -2px, white -1px -2px, white 2px 1px, white -2px 1px, white 2px -1px, white -2px -1px;    
}
.h-normal.onAnm {

}
.h-normal img {
	height: 45px;
}
#qa .h-normal img {
	height: 50px;
}

@media screen and (max-width:800px) {
.h-normal {
    margin-bottom: 35px;
    font-size: 24px;
    letter-spacing: 0.05em;
}
	.h-normal img {
		height: 30px;
	}
	#qa .h-normal img {
		height: 33px;
	}
}