@charset "utf-8";

/* =================================================

		TWICE ツアーcandypop特設 common style

================================================= */

*, *::before, *::after {
	box-sizing: border-box;
	-webkit-transition: all .3s ease;
	transition: all .3s ease;
}
@keyframes move-stripe2 {
	0% { background-position-x: -34px;}
	100% { background-position-x: 0px;}
}

/* base
============================ */
html,body {width: 100%;height:100%;min-height:100%;}
body{
	word-wrap : break-word;
	overflow-wrap : break-word;
	background: url("../image/stripe.png");
	animation: move-stripe2 1s infinite linear;
	color: #444;
	font-weight: 300;
}
a { color: #f84276; text-decoration:none;}
section .inner { max-width: 800px; margin: 0 auto;}
section .sectionTit {
	font-size: 40px;
	margin: 0 0 55px;
	font-family: 'Montserrat', sans-serif;
	text-align: center;
}
img { width: 100%;}
.btn { width: 80%; margin: 0 auto;}
.btn a {
	display: block;
	padding: 13px 0;
	margin: 0 auto;
	max-width: 300px;
	border-radius: 50px;
	text-align: center;
	font-weight: bold;

}
.btn .main { background: #f84276; color: #fff; box-shadow: 0px 3px 10px rgba(0,0,0,.2); }
.btn .sub { background: #fff; color: #f84276; border: 1px solid; }
.btn .main:hover { background: #ff0049;}

/* loading */
.spinning{
	position: fixed;
	z-index: -1;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	overflow: hidden;
}
#loading img,
.spinning img{
	position: absolute;
	top: 50%;
	left: 50%;
	max-width: initial;
	-webkit-animation: spin 10s linear infinite ;
	animation: spin 10s linear infinite;
}
@-webkit-keyframes spin {
	0% {-webkit-transform:translate(-50%,-50%) rotate(0deg);}
	100% {-webkit-transform:translate(-50%,-50%) rotate(360deg);}
}
@keyframes spin {
	0% {-webkit-transform:translate(-50%,-50%) rotate(0deg);transform:translate(-50%,-50%) rotate(0deg);}
	100% {-webkit-transform:translate(-50%,-50%) rotate(360deg);transform:translate(-50%,-50%) rotate(360deg);}
}

#wrap{ overflow-y: hidden;}
#loading {
	position: fixed;
	width: 100%;
	height: 100%;
	z-index: 100;
	top: 0;
	left: 0;
	overflow: hidden;
	background: #FF65C9
}
#loading svg{
	position: absolute;
	top: 50%;
	left: 50%;
	width: 80px;
	height: 73px;
	margin: -40px 0 0 -36px;
	fill:#fff;
	-webkit-animation: logoanim 1s linear infinite;
	-moz-animation: logoanim 1s linear infinite;
	-ms-animation: logoanim 1s linear infinite;
	-o-animation: logoanim 1s linear infinite;
	animation: logoanim 1s linear infinite;

}
@-webkit-keyframes logoanim {
	0% {-webkit-transform: rotateY(-0deg);}
	100% {-webkit-transform: rotateY(360deg);}
}
@-moz-keyframes logoanim {
	0% {-moz-transform: rotateY(-0deg);}
	100% {-moz-transform: rotateY(360deg);}
}
@-ms-keyframes logoanim {
	0% {-ms-transform: rotateY(-0deg);}
	100% {-ms-transform: rotateY(360deg);}
}
@-o-keyframes logoanim {
	0% {-o-transform: rotateY(-0deg);}
	100% {-o-transform: rotateY(360deg);}
}
@keyframes logoanim {
	0% {transform: rotateY(-0deg);}
	100% {transform: rotateY(360deg);}
}

/* Utility */
.subTxt { font-size: 0.8em; line-height: 1.4em; opacity: 0.7;}
.center { text-align: center;}
.clearfix:after,.clearfix:before { display: table; content: " "}
.clearfix:after { clear: both}


/* keyVisual
================================ */
#keyVisual {
	background: transparent;
	padding: 50px 0;
}
#keyVisual .tourLogo .tourName {
	opacity: 0;
	text-align: center;
}
#keyVisual .tourLogo .tourName.bounceInUp { opacity: 1;}
#keyVisual .gNav { text-align: center;}
#keyVisual .gNav li{ display: inline-block; margin: 0 30px 0 0; opacity: 0;}
#keyVisual .gNav li.baunceIn { opacity: 1;}
#keyVisual .gNav li:last-child{ margin: 0;}
#keyVisual .gNav li a { display: block; position: relative;
}
#keyVisual .gNav li img,header #btnIco img{
	width: 120px;
	-webkit-animation: spin 10s linear infinite;
	-moz-animation: spin 10s linear infinite;
	-ms-animation: spin 10s linear infinite;
	-o-animation: spin 10s linear infinite;
	animation: spin 10s linear infinite;
}
@-webkit-keyframes spin {
	0% {-webkit-transform: rotate(360deg);}
	100% {-webkit-transform: rotate(0deg);}
}
@-moz-keyframes spin {
	0% {-moz-transform: rotate(360deg);}
	100% {-moz-transform: rotate(0deg);}
}
@-ms-keyframes spin {
	0% {-ms-transform: rotate(360deg);}
	100% {-ms-transform: rotate(0deg);}
}
@-o-keyframes spin {
	0% {-o-transform: rotate(360deg);}
	100% {-o-transform: rotate(0deg);}
}
@keyframes spin {
	0% {transform: rotate(360deg);}
	100% {transform: rotate(0deg);}
}
#keyVisual .gNav li p {
	color: #fff;
	font-family: 'Montserrat', sans-serif;
	font-weight: bold;
	position: absolute;
	top: 50%;
	left: 50%;
	z-index: 10;
	-webkit-transform: translateY(-50%) translateX(-50%);
	transform: translateY(-50%) translateX(-50%);
}

header #btnIco {
	display: inline-block;
	line-height: 0;
	position: fixed;
	top: -150px;
	right: 30px;
	transition: all .5s ease;
	z-index: 99;
	cursor: pointer;
}
header .navBtn{
	width: 33px;
	height: 27px;
	position: absolute;
	z-index: 1000;
	top: 50%;
	left: 50%;
	-webkit-transform: translateY(-50%) translateX(-50%);
	transform: translateY(-50%) translateX(-50%);
}
header .navBtn span {
	display: inline-block;
	position: absolute;
	left: 0;
	width: 100%;
	height: 3px;
	background-color: #fff;
	-webkit-transition: all .3s ease;
	transition: all .3s ease;
}
header .navBtn span:nth-of-type(1){ top: 0;}
header .navBtn span:nth-of-type(2){ top: 45%;}
header .navBtn span:nth-of-type(3){ bottom: 0;}

.menuOpen header .navBtn span:nth-of-type(1){
	transform: rotate(45deg);
	-webkit-transform: rotate(45deg);
	top: 50%;
}
.menuOpen header .navBtn span:nth-of-type(2){ opacity: 0; }
.menuOpen header .navBtn span:nth-of-type(3){
	top: 50%;
	transform: rotate(-45deg);
	-webkit-transform: rotate(-45deg);
}

#keyVisual .navWrap {
	width: 100%;
	height: 100%;
	background: #ff65c9;
	position: fixed;
	top: 0;
	right: -100%;
	z-index: 98;
	overflow: hidden;
	-webkit-transition: all .5s ease;
	transition: all .5s ease;
}
#keyVisual .navWrap .menu{
	text-align: center;
	padding: 0 10%;
	position: relative;
/*	top: 30%;*/
	position: absolute;
	top: 50%;
	left: 50%;
	-webkit-transform: translateY(-50%) translateX(-50%);
	transform: translateY(-50%) translateX(-50%);
}
#keyVisual .navWrap .menu li {
}
#keyVisual .navWrap .menu li a{
	display: block;
	position: relative;
	color: #fff;
	font-family: 'Montserrat', sans-serif;
	font-size: 30px;
	font-weight: bold;
	cursor: pointer;
}
.menuOpen #keyVisual .navWrap {
	right: 0;
}
/* loop animation */
#keyVisual {
	width: 100%;
	height: 100%;
	overflow: hidden;
}
#keyVisual .loop li:nth-child(24n+1) { background-image: url('../image/candy_pink.png');}
#keyVisual .loop li:nth-child(24n+2) { background-image: url('../image/candy_orange.png');}
#keyVisual .loop li:nth-child(24n+3) { background-image: url('../image/candy_purple.png');}
#keyVisual .loop li:nth-child(24n+4) { background-image: url('../image/candy_blue.png');}
#keyVisual .loop li:nth-child(24n+5) { background-image: url('../image/candy_pink.png');}
#keyVisual .loop li:nth-child(24n+6) { background-image: url('../image/candy_orange.png');}
#keyVisual .loop li:nth-child(24n+7) { background-image: url('../image/candy_purple.png');}
#keyVisual .loop li:nth-child(24n+8) { background-image: url('../image/candy_blue.png');}
#keyVisual .loop li:nth-child(24n+9) { background-image: url('../image/candy_pink.png');}
#keyVisual .loop li:nth-child(24n+10) { background-image: url('../image/candy_orange.png');}
#keyVisual .loop li:nth-child(24n+11) { background-image: url('../image/candy_purple.png');}
#keyVisual .loop li:nth-child(24n+12) { background-image: url('../image/candy_blue.png');}
#keyVisual .loop li:nth-child(24n+13) { background-image: url('../image/candy_pink.png');}
#keyVisual .loop li:nth-child(24n+14) { background-image: url('../image/candy_orange.png');}
#keyVisual .loop li:nth-child(24n+15) { background-image: url('../image/candy_purple.png');}
#keyVisual .loop li:nth-child(24n+16) { background-image: url('../image/candy_blue.png');}
#keyVisual .loop li:nth-child(24n+17) { background-image: url('../image/candy_pink.png');}
#keyVisual .loop li:nth-child(24n+18) { background-image: url('../image/candy_orange.png');}
#keyVisual .loop li:nth-child(24n+19) { background-image: url('../image/candy_purple.png');}
#keyVisual .loop li:nth-child(24n+20) { background-image: url('../image/candy_blue.png');}
#keyVisual .loop li:nth-child(24n+21) { background-image: url('../image/candy_pink.png');}
#keyVisual .loop li:nth-child(24n+22) { background-image: url('../image/candy_orange.png');}
#keyVisual .loop li:nth-child(24n+23) { background-image: url('../image/candy_purple.png');}
#keyVisual .loop li:nth-child(24n+24) { background-image: url('../image/candy_blue.png');}
#keyVisual .loop li.bounceIn { opacity: 1;}


/* scroll */
#keyVisual .scroll {
	width: 30px;
	height: 50px;
	color: #fff;
	border-radius: 15px;
	border: 2px solid;
	margin: 0 0 0 -15px;
	position: absolute;
	left: 50%;
	bottom: 60px;
	z-index: 0;
}
#keyVisual .scroll::before {
	content: 'scroll';
	font-size: 10px;
	font-weight: bold;
	letter-spacing: 0.1em;
	position: absolute;
	left: 0;
	top: -22px;
}
#keyVisual .scroll::after {
	content: '';
	width: 2px;
	height: 6px;
	background: #fff;
	border-radius: 2px;
	position: absolute;
	left: 13px;
	top: 6px;
	animation: scroll 1.2s ease-out 0s infinite;
}
@keyframes scroll {
	0% { height: 6px; top: 6px; }
	30% { height: 20px; top: 6px; }
	60% { height: 6px; top: 20px }
	80% { height: 6px; top: 6px }
}

/* schedule */
#schedule .sectionTit {
	color: #4cc1d7;
/* 	color: #ff66c9; */
}
#schedule table{
	border-bottom: 1px solid #ddd;
	margin: 0 0 40px;
}

/* ticket */
#ticket .sectionTit {
	color: #ff7638;
/* 	color: #0068b7; */
}
#ticket .ticketType { }
#ticket .ticketType:not(.normal){
	cursor: pointer;
	position: relative;
}
#ticket .ticketType .ticketTit {
	font-size: 25px;
	font-weight: bold;
	position: relative;
}
#ticket .ticketType:not(.normal) .ticketTit:before {
	content: "";
	width: 15px;
	height: 15px;
	border-top: 2px solid;
	border-right: 2px solid;
	transform: rotate(135deg);
	position: absolute;
	right: 15px;
}
#ticket .ticketType.open .ticketTit:before {
	transform: rotate(-45deg);
}
#ticket .ticketType .ticketInfo { display: none; -webkit-transition: none; transition: none; }
#ticket .ticketType table { width: 100%; }
#ticket .ticketType .ticketList li:last-child{ margin: 0;}
#ticket .ticketType .ticketList li a:hover,
#ticket .ticket .faq .txt a:hover{ opacity: 0.8; transition: all .3s ease;}
#ticket .entry .attention{
	color: #c00;
	text-align: center;
	margin: 20px 0 ;
}
#ticket .faq { text-align: center; margin: 30px 0 0;}
#ticket .faq .txt { margin: 0 0 20px;}



/* goods */
#goods .sectionTit{ color: #945dce;}
#goods .comingsoon { opacity: 0.5; }
#goods .thumb { line-height: 0; }
#goods .goodsList li { width: 100%; margin: 0 auto;}
#cboxOverlay { background: rgba(255,255,255,0.9)!important;}

/* special */
#special { background-color: #f4b4c9;}
#special .inner { position: relative;}
#special .sectionTit { color: #fff;}
#special .contents {
	border: solid 3px #fff;
	padding: 45px 40px;
	position: relative;
}
#special .contents .contentsIcon {
	color: #f84276;
	font-family: 'Pacifico', cursive;
	position: absolute;
	transform: rotate(-10deg);
}
#special .contents .tit {
	font-size: 25px;
	font-weight: bold;
	margin: 0 auto 30px;
	line-height: 1.3;
}
#special .contents .btn { margin: 20px auto 10px;}
#special .contents .sampleImg { text-align: center; line-height: 0; margin: 25px 0 0;}
#special .contents .sampleImg img { width: 250px; margin: 0 20px 0 0;}
#special .contents .sampleImg img:last-of-type { margin: 0;}
#special .imageList li{
	display: inline-block;
	position: absolute;
	z-index: 10;
}


/* footer */
.links .logo img{ width: 100%;}
.links a {
	display: block;
	color: #fff;
	font-weight: bold;
}
.links a:after {
	margin-left: 5px;
	content: '\f054';
	font-family: 'FontAwesome';
}
.links a:hover { opacity: 0.5; text-decoration: none!important;}
.officialcarrier { display: block;}
.officialcarrier dt {
    color: #fff;
    font-family: 'Montserrat', sans-serif;
    text-align: center;
}
.officialcarrier dd a { display: block;}

footer .copyright {

	font-family: 'Montserrat';
    color: #fff!important;
	padding: 20px 0;
	text-align: center;
	font-size: 11px;
}
/*footer .copyright .copy {font-family: 'Roboto', sans-serif; color: #fff;}*/
