@charset "utf-8";

* {box-sizing: border-box;}

html, body {
	position: relative;
	width: 100%;
	min-width: 320px;
}

body {
	color: #fff;
	font-size: 3.6vw;
	line-height: 1.5;
	background-color: #000;
	-webkit-text-size-adjust: 100%;
	text-size-adjust: 100%;
	font-family: 'DFKingGothic',sans-serif;
}
body#contact {
	color: #000;
	background-color: #fff;
	text-shadow: none;
}
body#contact::before {
	background: none;
}

#wrapper {
	position: relative;
	min-height: 100vh;
	padding-bottom: 110vw;	/* フッターの高さ */
}
@media screen and (min-width: 600px) {
	body {
		font-size: 3vw;
	}
	#wrapper {
		padding-bottom: calc(88vw + 90px);	/* フッターの高さ */
	}
}
@media screen and (min-width: 1200px),
screen and (max-height: 85vw) {
	body {
		font-size: 2.4vw;
	}
	#wrapper {
		padding-bottom: calc(44vw + 90px);	/* フッターの高さ */
	}
}

/*  ヘッダー、フッター、コンテンツエリア　===================*/
header {
	position: fixed;
	width: 100%;
	height: 60px;
	top: 0;
	left: 0;
	overflow: hidden;
	z-index: 1000;
}
main {
	position: relative;
	width: 100vw;
	margin: 0 auto;
}
section {
	position: relative;
	width: 100%;
	margin: 0 auto;
	padding: 8vw 0;
	overflow: hidden;
}
.container {
	position: relative;
	width: 100%;
	margin: 0 auto;
	padding: 0 2vw;
}
footer {
	position: absolute;
	width: 100%;
	height: 110vw;	/* フッターの高さ */
	padding: 1em 0;
	bottom: 0;
	left: 0;
	color: #fff;
	font-size: 2vw;
	background-color: #000;
	/* border-top: solid 2px #333; */
}
footer .container {
	position: absolute;
	width: 100%;
	padding: 0;
	top: 0;
	left: 50%;
	transform: translateX(-50%);
}
@media screen and (min-width: 600px) {
	header {
		height: 60px;
	}
	footer {
		height: calc(88vw + 90px);	/* フッターの高さ */
	}
}
@media screen and (min-width: 1200px),
screen and (max-height: 85vw) {
	section {
		position: relative;
		width: 100%;
		margin: 0 auto;
		padding: 5vw 0 6vw;
	}
	footer {
		height: calc(44vw + 90px);	/* フッターの高さ */
	}
}

/* リンク ===========================*/
ul li a {
	position: relative;
	width: 100%;
	height: 100%;
	text-decoration: none;
}
a.u_line {
	color: #1d9bf0;
	text-decoration: underline !important;
}
a {
	/* color: #00f; */
	color: inherit;
/*	text-decoration: none;*/
	cursor: pointer;
}
a:focus {
	outline: 0;
	outline-width: 0;
	outline-style: none;
	outline-color: transparent
}
a:hover {
	color: #775b8f;
}

/* 画像　===========================*/
img {
	max-width: 100%;
	height: auto;
	vertical-align: bottom;
}


/* ボタン　===========================*/
button {
	cursor: pointer;
}

/* テキスト　===========================*/
.txt_area {
	position: relative;
	display: block;
	width: 100%;
	margin: .6em auto;
	padding: 0 .6em;
}
.txt_block_mob,
.txt_block_tab {
	display: block;
	margin: 0;
	padding: 0;
}
p {margin: 1.4em auto;}
@media screen and (min-width: 600px) {
	.txt_area {
		margin: .57em auto;
		padding: 0 .72em;
	}
	.txt_block_mob {
		display: inline;
	}
	p {margin: 1.43em auto;}
}
@media screen and (min-width: 1200px),
screen and (max-height: 85vw) {
	.txt_block_tab {
		display: inline;
	}
}
.bold {font-weight: 700!important;}

/* レイアウト */
.center {text-align: center!important;}
.right {text-align: right!important;}
.left {text-align: left!important;}

.w100 {width: 100%!important;}

/* 文字サイズ */
.size_ss {font-size: .55em!important;}
.size_s {font-size: .75em!important;}
.size_l {font-size: 1.2em!important;}
.size_2l {font-size: 1.5em!important;}
.size_3l {font-size: 2em!important;}
@media screen and (min-width: 600px) {
	/* タブレットサイズ移行適用 */
	.tab_size_s {font-size: .85em!important;}
	.tab_size_n {font-size: 1em!important;}
	.tab_size_l {font-size: 1.2em!important;}
	.tab_size_2l {font-size: 1.5em!important;}
	.tab_size_3l {font-size: 2em!important;}
}
@media screen and (min-width: 1200px),
screen and (max-height: 85vw) {
	/* PCサイズ移行適用 */
	.pc_size_s {font-size: .85em!important;}
	.pc_size_n {font-size: 1em!important;}
	.pc_size_l {font-size: 1.2em!important;}
	.pc_size_2l {font-size: 1.5em!important;}
	.pc_size_3l {font-size: 2em!important;}
}

.black {color: #000;}
.white {color: #fff;}
.red {color: #f00;}
.darkred {color: #c70000;}
.yellow {color: #ffbb34;}
.light_yellow {color: #fdffc0;}
.olive {color: #4e5000;}
.yellow_green {color: #00B050;}
.green {color: #227000;}
.blue {color: #00f;}
.navy {color: #000fa1;}
.royal_blue {color: #3f68ff;}
.pink {color: deeppink;}
.purple {color: #ab00bd;}
.pastel_pink {color: #ffb7b7;}

/* リスト関連　===========================*/
ul, ol {
	padding-left: 1rem;
}
ol > li,
ul > li {
	padding-left: 0.2em;
	margin-bottom: 0.5em;
}

/* マーカー：ディスク（黒丸） */
ul.disc, ol.disc {
	margin-left: 1rem;
	list-style-type: disc;
}
/* マーカー：■ */
ul.square, ol.square {
	margin-left: 1rem;
	list-style-type: square;
}

/* マーカー：なし */
.no-disc {
	list-style-type: none;
}

/* 半角マーカー： 「-」 */
ul.list-line, ol.list-line {
	list-style: none;
	padding-left: 0.5rem;
}
ul.list-line > li, ol.list-line > li {
	list-style-type: none;
	text-indent: -0.8em;
}
ul.list-line > li::before, ol.list-line > li::before {
	display: inline;
	content: "- ";
}

/* 半角マーカー： 「>」 */
ul.list-greater-than, ol.list-greater-than {
	list-style: none;
	padding-left: 0.5rem;
}
ul.list-greater-than > li, ol.list-greater-than > li {
	list-style-type: none;
	text-indent: -0.6em;
}
ul.list-greater-than > li::before, ol.list-greater-than > li::before {
	display: inline;
	content: ">";
}

/* 半角マーカー： 「*」 */
ul.asterisk, ol.asterisk {
	list-style: none;
	padding-left: 0.5rem;
}
ul.asterisk > li, ol.asterisk > li {
	list-style-type: none;
	text-indent: -0.6em;
}
ul.asterisk > li::before, ol.asterisk > li::before {
	display: inline;
	content: "*";
}

/* 半角マーカー： 「・」 */
ul.dot, ol.dot {
	list-style: none;
	padding-left: 0.5rem;
}
ul.dot > li, ol.dot > li {
	list-style-type: none;
	text-indent: -1em;
}
ul.dot > li::before, ol.dot > li::before {
	display: inline;
	content: "・";
}

/* 全角マーカー： 「※」 */
ul.kome, ol.kome {
	list-style: none;
	padding-left: 1.4rem;
}
ul.kome > li, ol.kome > li {
	list-style-type: none;
	text-indent: -1.4em;
	margin-bottom: 0.8rem;
}
ul.kome > li::before, ol.kome > li::before {
	display: inline;
	padding-right: 0;
	content: "※";
}

/* 全角マーカー： 「★」 */
ul.star, ol.star {
	list-style: none;
	padding-left: 1rem;
}
ul.star > li, ol.star > li {
	list-style-type: none;
	text-indent: -1.2em;
	margin-bottom: 0.2rem;
}
ul.star > li::before, ol.star > li::before {
	display: inline;
	padding-right: 0.2em;
	content: "★";
}

/*  水平線　===========================*/
hr {
    margin: .5em 0;
    height: 1px;
    border: 0;
    background-color: #666
}
@media screen and (min-width: 1200px),
screen and (max-height: 85vw) {
	hr {
		margin: .2em 0;
		height: 1px;
		border: 0;
		background-color: #666
	}
}

