@charset "utf-8";

/* -------------------------------------------------
	reset
------------------------------------------------- */

* {
	margin: 0;
	padding: 0;
	vertical-align: top;
	font-family: "ヒラギノ角ゴPro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, sans-serif;
}

html {
}

body {
	line-height: 1;
	-webkit-text-size-adjust: 100%;
	color: #fff;
}

p, h1, h2, h3, h4, th, td, li, dt, dd, figcaption, input, select, textarea {
	
}

img {
	border: none;
	max-width: 100%;
	height: auto;
}

iframe {
	border: none;
}

a {
	color: #fff;
	text-decoration: none;
}
a:hover {
	
}

ul, ol {
	list-style-type: none;
}

main {
	display: block;
}

/* -------------------------------------------------
	footer
------------------------------------------------- */

footer {
	padding: 115px 0 130px;
	text-align: center;
	background-color: #000;
}
footer * {
	font-family: "Yu Gothic Medium", "游ゴシック Medium", "Yu Gothic Medium", "YuGothic Medium", "游ゴシック", "メイリオ", Meiryo, "ヒラギノ角ゴPro W3", "Hiragino Kaku Gothic Pro", sans-serif;
}

footer .group1 .logo {
	width: 160px;
}
footer .group1 .text {
	margin-top: 1.5em;
	font-size: 12px;
}

footer .sns {
	margin-top: 55px;
}
footer .sns .title {
	margin-bottom: 1em;
	font-size: 20px;
}
footer .sns ul {
	display: flex;
	justify-content: center;
}
footer .sns li + li {
	margin-left: 18px;
}
footer .sns li a {
	width: 60px;
	height: 60px;
	box-sizing: border-box;
	border: solid 1px #fff;
	border-radius: 50%;
	display: flex;
	justify-content: center;
	align-items: center;
}
footer .sns li.tw img {
	width: 22.5px;
}
footer .sns li.fb img {
	width: 10px;
}
footer .sns li.line img {
	width: 31.5px;
}

footer .group2 {
	margin-top: 65px;
}
footer .group2 p {
	font-size: 12px;
}
footer .group2 p.text {
	margin: 1.3em 0 3em;
}

@media screen and (min-width:850px) {
	footer .sns li a {
		-webkit-transition: all 0.3s ease-out;
		transition: all 0.3s ease-out;
	}
	footer .sns li a:hover {
		opacity: 0.6;
	}
}

@media screen and (max-width:849px) {
	footer .group1 .text {
		font-size: 10px;
	}
	footer .sns .title {
		font-size: 15px;
	}
	footer .group2 p {
		font-size: 10px;
	}
}

/* -------------------------------------------------
	other
------------------------------------------------- */

/* responsive */

@media print, screen and (min-width:850px) {
	.pc-none {
		display: none !important;
	}
}

@media screen and (max-width:849px) {
	.sp-none {
		display: none !important;
	}
}

/* -------------------------------------------------
	print
------------------------------------------------- */

@media print {
	body {
		width: 980px !important;
	}
}
