@charset "utf-8";

/*----------------------------------------------------
 contents
----------------------------------------------------*/
body {
	font-size: 14pt;
	color: #fff;
	line-height: 1.8;
	font-family: "Noto Serif JP", serif;
	font-style: normal;
}
ul {
	list-style: none;
}
img {
	width: 100%;
	vertical-align: middle;
	user-select: none;
}
a {
	color: #fff;
	text-decoration: none;
}
a:link {
	color: #fff;
}
a:visited {
	color: #fff;
}
a:hover {
	color: #fff;
}
a:active {
	color: #fff;
}
.container {
	width: 100%;
	background: url("../img/bg.png") no-repeat;
	background-size: 120%;
	background-position: top center;
	background-attachment: fixed;
	position: relative;
}
/* spのみヘッダー */
header {
	display: none;
	width: 100%;
	background: #000;
	padding: 1rem 0;
	box-shadow: 0px 3px 4px 1px rgba(148, 185, 247, 0.36);
	position: fixed;
	z-index: 10;
}
.container_in {
	width: 1200px;
	margin: 0 auto;
	background: #000;
	display: flex;
	min-height: 100vh;
}
.menu_area {
	width: 18%;
	padding-top: 1rem;
	padding-bottom: 10rem;
	box-shadow: 0px 3px 4px 1px rgba(148, 185, 247, 0.36);
	position: relative;
	top: 0;
	left: 0;
	/*position: fixed;
	min-height: 100vh;*/
}
.menu_area .logo {
	width: 84%;
	margin: 0 auto 2rem;
}
.menu_area dl {
	width: 100%;
}
.menu_area dt {
	width: 100%;
	border-top: 1px solid #fff;
	padding: 0.5rem 0;
	cursor: pointer;
}
.menu_area dl:last-of-type dt {
	border-bottom: 1px solid #fff;
}
.menu_area dt.on {
	border-bottom: 1px solid #fff;
}
.menu_area dt span {
	display: block;
	margin: 0 auto;
	width: 72%;
	text-align: center;
	line-height: 0;
}
.menu_area dt span img {
	width: auto;
	height: 1.6em;
}
.menu_area dd {
	width: 100%;
	display: none;
}

.menu_area dd a {
	width: 90%;
	margin-left: 10%;
	background: #282828;
	display: block;
	border-bottom: 1px solid #fff;
	border-left: 1px solid #fff;
	padding: 0.5rem 0;
	text-align: center;
	line-height: 1.4;
}
.menu_area dd a:last-of-type {
	border-bottom: 0;
}
.menu_area dl:last-of-type a:last-of-type {
	border-bottom: 1px solid #fff;
}
.x_follow {
	width: 94%;
	margin: 3rem auto 0;
	font-size: 0.6em;
	text-align: center;
	font-family: "Noto Sans JP", sans-serif;
}
.x_follow a {
	width: 96%;
	margin: 0.5rem auto 0;
	border: 1px solid #fff;
	border-radius: 10px;
	padding: 3%;
	display: block;
}
main {
	width: 82%;
	padding-bottom: 2rem;
	/*margin-left: 20%;*/
}
.top_page main {
	padding-top: 4rem;
}
main p {
	width: 90%;
	margin: 1rem auto 0;
}
.top_page main p {
	text-align: center;
}
main .logo {
	width: 50%;
	margin: 0 auto;
}
.attention_area {
	width: 90%;
	margin: 10rem auto 0;
}
.attention_area p {
	width: 100%;
	font-size: 0.8em;
	line-height: 1.4;
}
.attention_area a {
	text-decoration: underline;
}

.ad_area {
	width: 100%;
	margin: 4rem auto 0;
	display: flex;
	justify-content: center;
	align-items: center;
	flex-wrap: wrap;
}
.ad_area div {
	margin-left: 1%;
	margin-bottom: 2%;
	line-height: 0;
}
.ad_area div iframe {
	display: block;
}
.ad_area div a {
	display: block;
}

footer {
	text-align: center;
	padding: 1rem 0;
	font-size: 0.8em;
	font-family: "Noto Sans JP", sans-serif;
	border-top: 1px solid #fff;
	background: #000;
	width: 100%;
	z-index: 90;
	position: relative;
}
footer p {
	margin: 0 auto;
}
.bg_popup {
	display: none;
	width: 100%;
	height: 100%;
	background: transparent;
	position: fixed;
	z-index: 99;
}
.bg_popup .menu_area {
	position: absolute;
	right: 0;
	left: auto;
	top: 0;
	width: 50%;
	background: #131313;
	height: 100vh;
	padding-top: 4rem;
	box-shadow: -3px 0px 4px 1px rgba(148, 185, 247, 0.36);
}
.bg_popup .menu_area .btn_close {
	width: 10%;
	position: absolute;
	top: 1rem;
	right: 1rem;
}

/*----------------------------------------------------
	information_page
----------------------------------------------------*/
.txt_information {
	width: 90%;
	margin: 2rem auto 0;
}
.txt_information li {
	margin-bottom: 0.5rem;
	text-indent: -1rem;
	padding-left: 1rem;
}

/*----------------------------------------------------
	contents_page
----------------------------------------------------*/
h1 {
	width: 100%;
	background: url("../img/bg_ttl.png") no-repeat;
	background-size: 100%;
	padding: 1.5rem 0;
	line-height: 0;
}
h1 span {
	width: 40%;
	display: block;
	margin: 0 auto;
	text-align: center;
}
h1 span img {
	height: 3rem;
	width: auto;
}
.anchor {
	width: 90%;
	margin: 2rem auto 0;
	list-style: none;
	display: flex;
	justify-content: center;
	flex-wrap: wrap;
	list-style: none;
}
.anchor li {
	padding: 0 0.5rem 0 0.5rem;
 	margin-top: 0.5rem;
	position: relative;
	font-family: "Noto Sans JP", sans-serif;
	font-size: 0.8em;
}
.anchor li:first-of-type {
	padding-left: 0;
}
.anchor li:last-of-type {
	padding-right: 0;
}
.anchor li:after {
	content: "";
	width: 1px;
	height: 20px;
	background: #fff;
	position: absolute;
	right: 0;
	top: 17%;
}
.anchor li:last-of-type:after {
	display: none;
}
h2 {
	width: 94%;
	margin: 2rem auto 0;
	text-align: center;
	border-bottom: 2px solid #fff;
	font-size: 1.6em;
}
.contents_page p {
	margin: 2rem auto 0;
	width: 90%;
}
.contents_page p.page_info {
	width: 94%;
	background: #d5d5d5;
	border-radius: 10px;
	padding: 0.8rem;
	font-size: 0.8em;
	line-height: 1.6;
	text-align: center;
	color: #000;
}
.contents_page footer p {
	
}
.relation_area {
	width: 90%;
	margin: 2rem auto 0;
}
.relation_area h3 {
	position: relative;
	padding-left: 2.2rem;
}
.relation_area h3:before {
	content: "";
	position: absolute;
	width: 1.5rem;
	height: 1.5rem;
	background: url("../img/icon_ttl.png") no-repeat;
	background-size: 100%;
	left: 0;
	top: calc(50% - (1.4rem / 2));
}
.relation_area ul {
	width: 100%;
	margin-top: 0.5rem;
	font-size: 0.9em;
	font-weight: 300;
}
.relation_area li {
	position: relative;
	font-family: "Noto Sans JP", sans-serif;
	padding-left: 1.5rem;
	line-height: 1.5;
}
.relation_area li:before {
	content: "";
	position: absolute;
	width: 0.5rem;
	height: 0.5rem;
	background: #fff;;
	background-size: 100%;
	left: 0.5rem;
	top: 0.5rem;
}
.txt_notes {
	width: 90%;
	margin: 1rem auto 0;
}
.txt_notes li {
	font-size: 0.6em;
	text-indent: -0.5em;
	padding-left: 0.5em;
	line-height: 1.4;
	font-family: "Noto Sans JP", sans-serif;
	margin-bottom: 0.3rem;
	color: #aaa;
}
.btn_gotop {
	position: fixed;
	bottom: 2rem;
	margin-left: calc(1200px - 4rem);;
	width: 4rem;
	height: 4rem;
	z-index: 98;
}
.sp_only {
	display: none;
}
.sp_only_inline {
	display: none !important;
}

/*-----------------------------------------------------------------*/	
/*SNSボタン*/
/* SNS */
.sns_area_wrap {
	width: 70%;
	margin: 2rem auto 0;
	position: absolute;
	bottom: 5vh;
	left: 15%;
	z-index: 2;
}
.sns_area {
	width: 100%;
	margin: 0 auto;
	display: flex;
}
.sns_area:after {
	content: "";
	clear: both;
	display: block;
}
.sns_area li {
	display: block;
	float: left;
	width: 26%;
	margin-right: 11%;
	font-size: 0;
}
.sns_area li:last-child {
	margin-right:0;
}
/*----------------------------------------------------------------*/	

/*----------------------------------------------------
 clear
----------------------------------------------------*/
.clear {
	clear:both;
}

/*----------------------------------------------------
 clearfix
----------------------------------------------------*/
.clearfix:after {
	content: '';
	display: block;
	clear: both;
}



@media screen and (max-width: 768px) {
	body {
		font-size: 12pt;
		line-height: 1.4;
	}
	header {
		display: block;
	}
	header .logo {
		width: 40%;
		margin-left: 1rem;
	}
	header .btn_menu {
		width: 10%;
		position: absolute;
		top: calc(50% - (40% / 2));
		right: 1rem;
		cursor: pointer;
	}
	.pc_only {
		display: none;
	}
	.pc_only_important {
		display: none !important;
	}
	.sp_only {
		display: block;
	}
	.sp_only_inline {
		display: inline-block !important;
	}
	
	.container {
		width:100%;
		min-height: 100vh;
		position: relative;
	}
	header {
		display: block;
	}
	.container_in {
		width: 100%;
		padding-bottom: 5rem;
	}
	.container_in .menu_area {
		display: none;
	}
	.container_in main {
		width: 100%;
		margin-left: 0;
	}
	.top_page main {
		padding-top: 10rem;
	}
	/* contents_page */
	h1 {
		margin-top: 28%;
		padding: 1rem 0;
	}
	h1 span img {
		height: 2rem;
	}
	.anchor {
		font-size: 0.8em;
		margin: 1rem auto 0;
	}
	.anchor li:after {
		height: 13px;
		top: 15%;
	}
	h2 {
		margin: 1rem auto 0;
	}
	.contents_page p {
		margin: 1rem auto 0;
	}
	
	.ad_area {
		display: block;
		width: 96%;
	}
	.ad_area div {
		width: 49%;
		margin: 1rem auto 0;
		display: inline-block;
	}
	.ad_area div.block {
		display: block;
		width: 100%;
	}
	.ad_area div img {
		height: auto;
	}
	
	.btn_gotop {
		margin-left: auto;
		right: 0.2rem;
	}
	footer {
		position: absolute;
		bottom: 0;
	}
	
	/* SNS */
	.sns_area_wrap {
		position: relative;
		left: auto;
		bottom: auto;
	}
	.sns_area {
		
	}
	.sns_area li {
		
	}
	
}

@media screen and (min-width: 1024px) {

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

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

}

.disp_none {
	display: none !important;
}
.no_click {
	pointer-events: none;
}
.height0 {
	height: 0 !important;
}