@charset "utf-8";

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

		TWICE ツアーcandypop特設 sp style

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

.pc { display: none;}
body {
	font-family: -apple-system, BlinkMacSystemFont, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", sans-serif;
	font-size: 14px;
	font-weight: 300;
	line-height: 1.8;
	letter-spacing: 0.01em;
}
section { background: #fff; padding: 45px 0; margin: 0 0 20px;}
section .inner { max-width: 100%; padding: 0 5%;}
section .sectionTit { font-size: 30px; margin: 0 0 30px; line-height: 1.2;}
header #btnIco { top: 15px; right: 12px; }
header #btnIco img,#keyVisual .gNav li img{ width: 70px;}
header .navBtn { width: 28px; height: 24px; top: 50%;}

/* keyVisual
============================ */
#keyVisual { height: 90vh; padding: 70px 0 30px;}
#keyVisual .tourLogo { width: 90%; margin: 0 auto 30px; line-height: 1.3;}
#keyVisual .tourLogo .tourName { font-family: 'Montserrat', sans-serif; color: #fff; font-size: 5vh;}
/*#keyVisual .tourLogo .tourName svg { width: 100%; }
#keyVisual .tourLogo .tourName svg path { fill: #fff; }*/
#keyVisual .scroll { bottom: 0; color: transparent;}
#keyVisual .scroll::before { color: #fff;}
#keyVisual .headerNav .navBtn{
	width: 33px;
	height: 33px;
	position: absolute;
	z-index: 1000;
	top: 17%;
	right: 66%;
	transform: rotate(32deg);
}
#keyVisual .navWrap .navCover{
	display: none;
	width: 100%;
	height: 100%;
	background: none;
	position: absolute;
	top: 0;
	right: 0;
	opacity: 0;
	cursor: pointer;
	z-index: 1000;
}
#keyVisual .headerNav{
	width: 100%;
	background: #ff65c9;
	height: 150%;
	padding: 90px 0 0 20px;
	box-sizing: border-box;
	-webkit-box-sizing: border-box;
	position: absolute;
	top: -12%;
	right: -44%;
	z-index: 100;
	transform: rotate(12deg);
	padding: 19vh 0 0 20px;
}
#keyVisual .headerNav .menu{
	transform: rotate(-12deg);
	position: relative;
	top: 17%;
	left: 5%;
}
#keyVisual .headerNav .menu li{ margin: 10px;}
#keyVisual .headerNav .menu li a{
	margin: 0 0 7px;
	display: block;
	position: relative;
	color: #fff;
	font-family: 'Montserrat', sans-serif;
	font-weight: bold;
	font-size: 18px;
}

/* loop animation */
@keyframes infinitescroll {
	0% { transform: translate3d(0, 0, 0);}
	100% { transform:translate3d(-1440vh, 0, 0);}
}
.loop {
	top: 0;
	left: 0;
	animation: infinitescroll 130s linear infinite forwards;
	width: 2880vh;
	height: 42vh;
	transition: all 1s;
}
.loop li {
	width: 60vh;
	height: 100%;
	float: left;
	opacity: 0;
	background-size: contain;
	background-repeat: no-repeat;
	background-position: center;
	box-sizing: border-box;
}


/* schedule */
#schedule table {
	width: 100%;
	border-top: 1px solid #ddd;
	border-bottom: none;
	margin: 0;
}
#schedule th { display: none;}
#schedule td { display: block;}
#schedule td.date {
	width:  60px;
	float: left;
	color: #ff66c9;
	font-family: 'Montserrat', sans-serif;
	font-size: 20px;
	text-align: center;
	line-height: 1;
	font-weight: 600;
	padding: 0;
	margin: 0 10px 6px 0;
}
#schedule td.date span {
	display: block;
	background: #4cc1d7;
	color: #fff;
	font-size: 10px;
	letter-spacing: 0.1em;
	line-height: 1em;
	border-radius: 10px;
	padding: 1px 0;
	margin: 3px 0 0;
}
#schedule td.area,
#schedule td.venue{
	display: inline-block;
	font-size: 16px;
	font-weight: bold;
	line-height: 1;
	margin: 0 0 5px;
}
#schedule td.venue { margin: 0 0 0 10px; }
#schedule td.open { font-size: 11px; padding: 0 0 0 70px; }
#schedule td.info {
	clear: left;
	font-size: 11px;
	border-bottom: 0.5px solid #ccc;
	padding: 0 0 15px 110px;
	margin: 0 0 15px;
	position: relative;
}
#schedule td.open:before,#schedule td.info:before { font-family: 'Montserrat', sans-serif; font-weight: 600;}
#schedule td.open:before { content: "OPEN/START："; }
#schedule td.info:before { content: "INFO："; position: absolute; left: 70px;}

/* ticket */
#ticket .inner { overflow: hidden; }
#ticket .ticketType { border-bottom: 1px solid #fff; margin: 0 -5.5%;}
#ticket .ticketType .ticketTit {
	background: #ffe9df;
	font-size: 14px;
	padding: 20px 120px 20px 5%;
	line-height: 1.3em;
	position: relative;
}
#ticket .ticketType:not(.normal) .ticketTit { color: #888;}
#ticket .ticketType:not(.normal) .ticketTit:before {
	width: 12px;
	height: 12px;
	top: 50%;
	margin-top: -8px;
}
#ticket .ticketType:not(.normal) .ticketTit:after{
	content: '受付終了';
	display: inline-block;
	color: #f66;
	font-size: 10px;
	font-weight: bold;
	line-height: 30px;
	border: 2px solid;
	padding: 0 10px;
	margin: -15px 0 0 -50px;
	position: absolute;
	top: 50%;
	right: 13%;
}
#ticket .ticketType table,#ticket .ticketType tr,#ticket .ticketType th,#ticket .ticketType td,#special .contents table,#special .contents .prize tr,
#special .contents .prize th,#special .contents .prize td{ display: block; width: 100%; }
#ticket .ticketType table { padding: 15px 5% 20px; }
#ticket .ticketType th,#special .contents .prize th{ font-weight: bold; text-align: left;}
#ticket .ticketType td,#special .contents .prize td{ margin: 0 0 15px; }
#ticket .ticketList { border-top: 0.5px solid #ccc; margin: 10px 0; }
#ticket .ticketList li { border-bottom: 0.5px solid #ccc; padding: 10px 0; }
#ticket .ticketList li a { display: block; position: relative;}
#ticket .ticketList li a::after {
	content: "";
	width: 0.5em;
	height: 0.5em;
	border-top: 2px solid;
	border-right: 2px solid;
	margin: -0.25em 0 0;
	position: absolute;
	right: 0;
	top: 50%;
	transform: rotate(45deg);
}
.subTxt { display: block;}
#ticket .ticketList + .txt { font-size: 12px;}
#ticket .entry { padding: 0 0 20px;}
#ticket .entry .btn { margin-bottom: 10px;}

#ticket .trade { margin: 45px 0 40px;}
#ticket .trade .tit {
	margin: 0 0 25px;
	width: 100%;
	font-size: 22px;
	line-height: 1.3em;
	text-align: center;
	font-weight: bold;
}
#ticket .trade figure { line-height: 0; margin: 0 0 10px;}
#ticket .trade .txt { margin: 0 0 10px;}
#ticket .trade .txtLink { text-align: center; margin: 0 0 15px;}
#ticket .trade .txtLink a { text-decoration: underline;}

#ticket .faq{ margin: 10px 0 0;}
#ticket .faq .txt { margin: 0 0 15px;}

/* goods */
#goods .sectionTit { margin: 0 0 30px;}
#goods .goodsList li { width: 100%;}

/* special */
#special { padding-bottom: 1px;}
section#special { margin-bottom: 0;}
#special .inner { padding: 0 3%;}
#special .lead { margin: 0 0 60px; padding: 0 4%;}
#special .contents { padding: 30px 4% 45px; margin: 0 0 40px;}
#special .contents .contentsIcon { font-size: 26px; top: -80px; left: -10px;}
#special .contents .contentsIcon .initial { display: inline-block; margin-right: -2px;}
#special .contents .contentsIcon .num { display: inline-block; font-size: 56px; margin: 0 0 0 2px;}
#special .contents .tit {
	margin: 0 0 25px;
	width: 100%;
	font-size: 22px;
	line-height: 1.3em;
}
#special .contents .subTxt { text-indent: -1em; padding: 7px 0 0 1em;}
#special .contents .prize { margin: 25px 0 20px;}
#special .contents .prize th{ margin: 0 0 5px;}
#special .contents .prize td { line-height: 1.3;}
#special .contents .prize tr:last-of-type td{ margin: 0;}
#special .contents .prize td dl {
	background: rgba(255,255,255,0.3);
	padding: 10px;
	margin: 0 0 15px;
}
#special .contents .prize td dt {
	float: left;
	display: inline-block;
	position: relative;
	font-family: 'Montserrat', sans-serif;
	font-weight: bold;
	font-size: 12px;
}
#special .contents .prize td dt p{
	width: 100%;
	position: absolute;
	color: #fff;
	top: 47%;
	left: 72%;
	z-index: 10;
	-webkit-transform: translateY(-50%) translateX(-50%);
	transform: translateY(-50%) translateX(-50%);
}
#special .contents .prize td dt.rank {
	width: 40px;
	text-align: center;
}
#special .contents .prize td dt img { width: 39px;}
#special .contents .prize td dd {
	padding: 0 53px 18px 48px;
	position: relative;
	font-weight: bold;
}
#special .contents .prize td dd:nth-last-of-type(2){ padding-bottom: 10px; font-weight: normal;}
#special .contents .prize td dd:last-of-type { padding-bottom: 0; font-weight: normal;}
#special .contents .prize td dd p{
	width: 50px;
	position: absolute;
	top: 0;
	right: 0;
	font-size: 10px;
	text-align: center;
}
#special .contents .prize td dd p .winningNum { width: 100%; display: block; line-height: 1.2;}
#special .contents .prize td dd p .winningNum span {
	font-size: 20px;
	font-family: 'Montserrat', sans-serif;
}
#special .contents .sampleImg img { padding: 0; margin: 0 0 20px;}
#special .contents .sampleImg img:last-of-type { margin: 0;}

#special .imageList li.img1 { width: 103px; top: -49px; right: 41px;}
#special .imageList li.img2 { width: 60px; top: -15px; right: -10px;}
#special .imageList li.img3,#special .imageList li.img5,#special .imageList li.img6,#special .imageList li.img10,#special .imageList li.img11,#special .imageList li.img12,#special .imageList li.img15,#special .imageList li.img17,#special .imageList li.img19,#special .imageList li.img20,#special .imageList li.img21,#special .imageList li.img23,
#special .imageList li.img24,#special .imageList li.img25{ display: none;}
#special .imageList li.img4 { width: 92px; bottom: -64px; left: 167px;}
#special .imageList li.img7 { width: 70px; bottom: -25px; right: -14px;}
#special .imageList li.img8 { width: 60px; bottom: -64px; left: -84px;}
#special .imageList li.img9 { width: 80px; bottom: -87px; left: -112px;}
#special .imageList li.img13 { width: 50px; top: -42px; right: -14px;}
#special .imageList li.img14 { width: 113px; bottom: -62px; right: 77px;}
#special .imageList li.img15 { width: 108px; top: -47px; right: 17px;}
#special .imageList li.img16 { width: 63px; top: -10px; right: 2px;}
#special .imageList li.img18 { width: 80px; top: -25px; right: -11px;}
#special .imageList li.img22 { width: 50px; top: -57px; right: 69px;}
#special .imageList li.img26 { width: 51px; top: -78px; left: 112px;}
#special .imageList li.img27 { width: 68px; top: -31px; right: 50px;}
#special .imageList li.img28 { width: 43px; top: -87px; right: 0px;}
#special .imageList li.img29 { width: 73px; bottom: -23px; right: -14px;}
#special .imageList li.img30 { width: 68px; bottom: 0; left: -100px;}
#special .imageList li.img31 { width: 127px; bottom: -60px; left: -14px;}



/* links */
footer { padding: 20px 0 30px;}
footer .links { padding: 40px 0 20px; font-size: 12px; text-align: center;}
footer .links a { line-height: 1.8; padding: 6px 0; font-family: 'Montserrat';}
footer .links .logo { width: 50px; margin: 0 auto 20px;}

.officialcarrier {
    width: 100%;
    margin: 0 auto 10px;
}
.officialcarrier dt {
    font-size: 10px;
    margin: 0 0 3px;
}
.officialcarrier dd {
    width: 175px;
    margin: 0 auto;
    padding: 0 10px;
}
