@charset "UTF-8";
@font-face {
	font-family: "RakutenSans_Bd";
	src: url("/fonts/RakutenSans_Bd.woff2") format("woff2"), url("/fonts/RakutenSans_Bd.woff") format("woff");
}
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;
	vertical-align: baseline;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
	display: block;
}
.clearfix:before, .clearfix:after {
	content: " ";
	display: table;
}
.clearfix:after {
	clear: both;
}
.clearfix {
	*zoom: 1;
}
body {
	overflow-x: hidden;
	line-height: 1;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after {
	content: '';
	content: none;
}
q:before, q:after {
	content: '';
	content: none;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}
em {
	font-style: normal;
}
b, strong {
	font-weight: bolder;
}
hr {
	margin: 1em 0;
	background-color: transparent;
	border-top: 1px solid #c7c7c7;
	border-bottom: none;
}
hr.spacer {
	padding: 0.75em 0;
	border: none;
	outline: none;
	margin: 0;
}
main {
	display: block;
}
html, body {
	height: 100%;
	width: 100%;
}
html {
	font-size: 62.5%;
}
body {
	font-size: 1.6rem;
	font-family: "Noto Sans JP", "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic", "メイリオ", sans-serif;
	font-weight: 400;
	color: #333333;
	background: #fefefe;
	line-height: 1.5;
	letter-spacing: 0rem;
	-moz-text-size-adjust: none;
	-ms-text-size-adjust: 100%;
	-webkit-text-size-adjust: 100%;
	text-size-adjust: 100%;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}
a {
	word-break: break-all;
	transition: all 0.25s;
}
a:hover {
	text-decoration: none;
}
a.underline {
	text-decoration: underline !important;
}
a.underline:hover {
	text-decoration: none !important;
}
a:hover img {
	opacity: 0.6;
	filter: alpha(opacity=60);
}
* {
	box-sizing: border-box;
}
img {
	width: 100%;
	height: auto;
	vertical-align: bottom;
	border-style: none;
}

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

@media (max-width: 768px) {
	.pc-only {
		display: none;
	}
	.sp-only {
		display: block;
	}
}


/*----------------------------------------
	Footer
----------------------------------------*/
footer .footer_inner {
	max-width: 650px;
	margin: auto;
}
footer .v_logo {
	margin-top: 15px;
	max-width: 150px;
	float: left;
}
footer ul.linktext {
	float: right;
	width: 400px;
	margin-top: 30px;
}
footer ul.linktext li {
	float: left;
}
footer ul.linktext li a {
	color: #910023;
	padding-left: 20px;
	font-size: 1.4rem;
	position: relative;
}
@media (max-width: 834px) {
	footer ul.linktext {
		float: none;
		text-align: center;
		margin: auto;
		width: 340px;
	}
	footer ul.linktext li a {
		font-size: 1.2rem;
	}
	footer .v_logo {
		float: none;
		margin: 0 auto 20px;
	}
}
footer ul.linktext li a:before {
	position: absolute;
	left: 5px;
	top: 50%;
	margin-top: -2.5px;
	content: "";
	border-top: 3px solid #910023;
	border-right: 3px solid #910023;
	width: 5px;
	height: 5px;
	transform: rotate(45deg);
}
footer ul.linktext li:nth-child(1) {
	margin-right: 1em;
}
footer p.copyright {
	padding: 10px;
	color: #333;
	font-size: 12px;
	text-align: center;
}
footer .field .v_logo img {
	width: 100%;
}
footer .field .itemSns ul.reset {
	font-size: 0px;
	text-align: center;
	background-color: #910023;
}
footer .field .itemSns ul li a:hover {
	opacity: 0.75;
}
footer .field .itemSns ul li.icon-x a {
	color: #fff;
}
footer .field .itemSns ul li.icon-facebook a {
	color: #fff;
}
footer .field .itemSns ul li.icon-instagram a {
	color: #fff;
}
footer .field .itemSns ul li.icon-youtube a {
	color: #fff;
}

@media (min-width: 835px) {
	footer .field .logoVk {
		margin: 0 auto;
	}
	footer {
		background-color: #ffffff;
	}
	footer .field .itemSns ul li a img {
		width: 26px;
		vertical-align: -5px
	}
	footer .field .itemSns ul li {
		display: inline-block;
		width: 50px;
		margin: 20px 0 20px 30px;
		font-size: 1.6rem;
	}
	footer .field .itemSns ul li:first-child {
		margin-left: 0;
	}
	footer .field .itemSns ul li a {
		display: block;
		height: 30px;
		line-height: 30px;
		font-size: 3rem;
	}
}
@media (max-width: 834px) {
	footer .field .logoVk {
		margin: 0 auto;
	}
	footer {
		background-color: #fff;
	}
	.footer_inner {
		padding-top: 20px;
	}
	footer .container {
		padding: 0;
	}
	footer .field .itemSns ul li a img {
		width: 22px;
		vertical-align: -3px
	}
	footer .field .itemSns ul li {
		display: inline-block;
		width: 40px;
		margin: 20px 0 20px 10px;
		font-size: 1.6rem;
	}
	footer .field .itemSns ul li:first-child {
		margin-left: 0;
	}
	footer .field .itemSns ul li a {
		display: block;
		height: 40px;
		line-height: 40px;
		background-color: transparent;
		border-radius: 20px;
		font-size: 3.0rem;
	}
	footer p.copyright {
	padding-top: 20px;
	font-size: 10px;
}
	footer .field .v_logo img {
    width: 90%;
}
}