@charset "utf-8";
a:link {
	color: #E4007F;
	text-decoration: none;
}
a:visited {
	color: #E4007F;
	text-decoration: none;
}
a:hover {
	color: #FF00CC;
	text-decoration: underline;
}
a:active {
	color: #FF00CC;
	text-decoration: none;
}
img {
	max-width: 100%;
}
.dash {
	letter-spacing: -.1em;
}

a img:hover {
	opacity: .8;
}

body {
	background-color: #fff;
	position: relative;
}

/* header */
#header {
	position: relative;
	width: 100%;
}
#header::after {
	content: "";
	clear: both;
	display: block;
	width: 100%;
}


/* header > global_nav */
#global_nav {
	position: relative;
	width: 100%;
	color: white;
	font-size: 10px;
	background-color: #e4007f; /* base color */
	padding: .5em 0;
	z-index: 999;
}
#portal {
	margin: 0 0 0 1em;
	line-height: 1;
	height: 1em;
}
#worldwide {
	margin: -1em 1em 0;
	float: right;
	line-height: 1;
	height: 1em;
}
	
#portal a:link,
#worldwide a:link {
	color: #fff; text-decoration: none;
}
#portal a:visited,
#worldwide a:visited {
	color: #fff;
	text-decoration: none;
}
#portal a:hover,
#worldwide a:hover {
	color: #fff;
	text-decoration: none;
}
#portal a:active,
#worldwide a:active {
	color: #fff;
	text-decoration: none;
}



#main {
	padding: 30px 0;
}
@media(max-width:1000px) {
	#main {
		padding: 30px 10px;
	}
}


/* SNSボタン設定 */
.social {
	display: flex;
	justify-content: center;
}
.social li img {
	width: 60px;
}

/* インラインyoutube用レスポンシブ設定 */
.youtube {
	position: relative;
	width: 100%;
	padding-top: 56.25%;
	margin-bottom: 1em;
	clear: both;
}
.youtube iframe {
	position: absolute;
	top: 0;
	right: 0;
	width: 100% !important;
	height: 100% !important;
}


/* footer */
#footer {
	clear: both;
	width: 100%;
	position: relative;
	padding-bottom: 30px;
}

#footer #endbar {
	width: 100%;
	height: 20px;
	margin: 0 auto;
	background-color: var(--base-color); /* base color */
}
#footer #copyright p {
	text-align: center;
	width: 100%;
	margin: 0 auto;
	font-size: 1.2rem;
}
#footer #copyright p:first-child {
	padding-top: 2em;
}
#footer #copyright p:last-child {
	padding-bottom: 2em;
}

