@charset "utf-8";

/*

http://meyerweb.com/eric/tools/css/reset/
v2.0 | 20110126
License: none (public domain)

*/

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline;
}

/* HTML5 display-role reset for older browsers */

article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
	display: block;
}

body {
	line-height: 1;
}

ol, ul {
	list-style: none;
}

blockquote, q {
	quotes: none;
}

blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}

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

* {
	box-sizing: border-box;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-o-box-sizing: border-box;
	-ms-box-sizing: border-box;
}

/* COMMON */

html {
	background: #000000 url(../images/bg_b.png) no-repeat center center fixed;
}

body {
	color: #FFFFFF;
	font-size: 24px;
	font-family: 'GeneralSans-Variable', 'IBM Plex Sans JP', sans-serif;
  font-weight: 500;
	line-height: 1.5;
	letter-spacing: 0.05em;
	-webkit-font-smoothing: antialiased;
	font-feature-settings: "palt";
	background: url(../images/bg.png) repeat-y center top;
	background-size: 100%;
}

a { color: #FFFFFF; text-decoration: underline; }
a:hover { color: #FFFFFF; text-decoration: none; }

img {
	width: 100%;
	height: auto;
	line-height: 0;
	vertical-align: top;
	image-rendering: -webkit-optimize-contrast;
}

h1, h2, h3, h4, h5, h6 {

}

b { font-weight: 600; }

input,
select,
textarea {

}

.fl { float: left; }
.fr { float: right; }

.clearfix:after {
	content: "";
	display: block;
	clear: both;
}

.fadeinup {
  opacity: 0;
  transform: translate(0px, 30px);
}

.fadeindown {
  opacity: 0;
  transform: translate(0px, -30px);
}

.fadeinleft {
  opacity: 0;
  transform: translate(-30px, 0);
}

.fadeinright {
  opacity: 0;
  transform: translate(30px, 0);
}

.is-active .fadeinup,
.is-active .fadeindown,
.is-active .fadeinleft,
.is-active .fadeinright {
	opacity: 1;
	transform: translate(0px, 0px);
	transition: opacity 0.6s linear, transform 0.8s cubic-bezier(.1,1,.5,1);
}

.is-active .delay2000ms { transition-delay: 2s; }
.is-active .delay1800ms { transition-delay: 1.8s; }
.is-active .delay1600ms { transition-delay: 1.6s; }
.is-active .delay1400ms { transition-delay: 1.4s; }
.is-active .delay1200ms { transition-delay: 1.2s; }
.is-active .delay1000ms { transition-delay: 1s; }
.is-active .delay800ms { transition-delay: 0.8s; }
.is-active .delay600ms { transition-delay: 0.6s; }
.is-active .delay400ms { transition-delay: 0.4s; }
.is-active .delay200ms { transition-delay: 0.2s; }

.header-inner,
.article-inner,
.footer-inner {
	position: relative;
	max-width: 1440px;
	margin: 0 auto;
}

.red { color: #e6001a; }
.purple { color: #48339a; }

.show-pc { display: inline-block; }
.show-sp { display: none; }

/*
.youtube {
  position: relative;
  width: 100%;
	margin: 55px 0 0 0;
  padding-top: 56.25%;
}

.youtube iframe {
  position: absolute;
  top: 0;
  right: 0;
  width: 100%;
  height: 100%;
}
*/

/* HEADER, NAV, FOOTER */

header {
	width: 100%;
	height: 99vh;
	font-size: 11px;
	text-align: center;
	background: url(../images/tour_logo.svg) no-repeat center center;
	background-size: 50%;
}

header .header-inner {
	position: relative;
	height: 99vh;
	padding: 15px 0;
}

footer { padding: 90px 0 45px 0; }

/* MAIN */

h3 {
	font-size: 64px;
}

h4 {
	padding: 75px 0 45px 0;
	font-size: 115px;
	font-weight: 300;
	line-height: 100%;
}

.anthem {
	font-size: 12px;
	text-align: center;
}

a.youtube {
	display: block;
	width: 100%;
	height: 90px;
	margin: 0 0 60px 0;
	color: #000000;
	font-size: 21px;
	font-weight: 600;
	line-height: 84px;
	text-align: center;
	border-radius: 5px;
	background: #FFFFFF;
	border: 3px solid #FFFFFF;
}

a.youtube:hover {
	color: #FFFFFF;
	background: #000000;
	border: 3px solid #FFFFFF;
}

.anthem p { padding: 60px 0; }

.anthem h1 { width: 100%; }

.anthem h1 img {
	display: block;
	width: 52.5%;
	height: auto;
	margin: -5% auto 0;
}

.anthem ul {
	margin: 30px 0 0 0;
	border-right: 1px solid #FFFFFF;
}

.anthem ul li {
	float: left;
	width: 16.66%;
	height: 60px;
	color: #cccccc;
	text-align: center;
	border-left: 1px solid #FFFFFF;
}

.anthem ul li a { color: #FFFFFF; font-weight: 600; }

.schedule .article-inner,
.goods .article-inner {
	margin-top: 60px;
	padding: 120px 0;
	font-size: 12px;
	font-weight: 600;
	border-top: 10px solid #FFFFFF;
}

.osaka,
.nagoya,
.tokyo {
	padding: 0 0 120px 0;
	border-bottom: 10px solid #FFFFFF;
}

.schedule ul {
	margin: 15px 0 60px -7.5px;
}

.schedule ul li {
	float: left;
	width: 10%;
	padding: 7.5px;
}

.schedule ul li img {
	border-radius: 50%;
}

.schedule .time {
	padding: 0 0 45px 0;
	font-size: 24px;
	font-weight: 400;
}

.attention h3 { font-size: 24px; }
.attention h5 { padding: 45px 0 15px 0; }
.attention p { font-size: 15px; }

.attention .fl {
	width: 66.66%;
}

.attention .fr {
	width: 25.25%;
	text-align: justify;
}

.goods .article-inner {
	margin-top: 120px;
	font-size: 64px;
}

.goods h6 { font-weight: 400; }

/* MEDIA QUERIES */

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

	.show-pc { display: none; }
	.show-sp { display: block; }

	body {
		font-size: 12px;
	  font-weight: 500;
		line-height: 1.5;
		letter-spacing: 0.05em;
		-webkit-font-smoothing: antialiased;
		font-feature-settings: "palt";
		background: #000000 url(../images/bg.png) repeat-y center top;
		background-size: 200%;
	}

	.header-inner,
	.article-inner,
	.footer-inner {
		position: relative;
		max-width: 100%;
		margin: 0 auto;
		padding: 0 15px;
	}

	/* HEADER, NAV, FOOTER */

	header {
		background-size: 93.25%;
	}

	header .header-inner {
		position: relative;
		height: 99vh;
		padding: 15px 0;
	}

	footer { padding: 60px 0 30px 0; text-align: center; }

	/* MAIN */

	h3 {
		font-size: 36px;
	}

	h4 {
		padding: 75px 0 45px 0;
		font-size: 48px;
	}

	a.youtube {
		display: block;
		width: 100%;
		height: 75px;
		margin: 0 0 45px 0;
		color: #000000;
		font-size: 15px;
		font-weight: 600;
		line-height: 68px;
		text-align: center;
		border-radius: 5px;
		background: #FFFFFF;
		border: 3px solid #FFFFFF;
	}

	a.youtube:hover {
		color: #FFFFFF;
		background: #000000;
		border: 3px solid #FFFFFF;
	}

	.anthem p { padding: 45px 0; }

	.anthem h1 { width: 100%; }

	.anthem h1 img {
		display: block;
		width: 66.6%;
		height: auto;
		margin: -10% auto 0;
	}

	.anthem ul {
		margin: 30px 0 0 0;
		border-right: 1px solid #FFFFFF;
	}

	.anthem ul li {
		float: left;
		width: 50%;
		height: 60px;
		text-align: center;
		line-height: 60px;
		border-left: 1px solid #FFFFFF;
	}

	.schedule .article-inner,
	.goods .article-inner {
		margin-top: 45px;
		padding: 75px 15px;
		font-size: 12px;
		font-weight: 600;
		border-top: 7px solid #FFFFFF;
		text-align: center;
	}

	.osaka,
	.nagoya,
	.tokyo {
		padding: 0 0 75px 0;
		border-bottom: 7px solid #FFFFFF;
	}

	.schedule ul {
		margin: 15px 0 60px 0;
	}

	.schedule ul li {
		display: inline-block;
		float: none;
		width: 30%;
		padding: 7.5px;
	}

	.schedule ul li img {
		border-radius: 50%;
	}

	.attention h3 { font-size: 24px; text-align: center; }
	.attention h5 { padding: 45px 0 15px 0; text-align: center; }
	.attention p { font-size: 11px; }

	.attention .fl {
		width: 100%;
	}

	.attention .fr {
		width: 100%;
		text-align: justify;
	}

	.goods .article-inner {
		margin-top: 75px;
		font-size: 36px;
	}

	.goods h6 { font-weight: 400; }


}
