@charset "utf-8";

@font-face {
	font-family: "Font Awesome 5 Free";
	font-style: normal;
	font-weight: 900;
	font-display: swap;
	src: url("//cdnjs.cloudflare.com/ajax/libs/font-awesome/5.15.3/webfonts/fa-solid-900.eot");
	src: url("//cdnjs.cloudflare.com/ajax/libs/font-awesome/5.15.3/webfonts/fa-solid-900.eot?#iefix") format("embedded-opentype"),
		url("//cdnjs.cloudflare.com/ajax/libs/font-awesome/5.15.3/webfonts/fa-solid-900.woff2") format("woff2"),
		url("//cdnjs.cloudflare.com/ajax/libs/font-awesome/5.15.3/webfonts/fa-solid-900.woff") format("woff"),
		url("//cdnjs.cloudflare.com/ajax/libs/font-awesome/5.15.3/webfonts/fa-solid-900.ttf") format("truetype"),
		url("//cdnjs.cloudflare.com/ajax/libs/font-awesome/5.15.3/webfonts/fa-solid-900.svg#fontawesome") format("svg");
}

.fa,
.fas {
	-moz-osx-font-smoothing: grayscale;
	-webkit-font-smoothing: antialiased;
	display: inline-block;
	font-style: normal;
	font-variant: normal;
	text-rendering: auto;
	line-height: 1;
	font-family: "Font Awesome 5 Free", sans-serif;
	font-weight: 900;
}


.fa-home::before {
	content: "\f015";
}

.fa-info-circle::before {
	content: "\f05a";
}

.fa-comments:before {
	content: "\f086";
}

.fa-user-plus::before {
	content: "\f234";
}

.fa-lock-alt::before {
	content: "\f30d";
	font-weight: bold;
}


/*---------- 共通 ----------*/
* {
	-webkit-touch-callout: none;
	-webkit-user-select: none;
}

html {
	font-size: 62.5%;
	-webkit-text-size-adjust: 100%;
}

html,
body {
	height: 100%;
	margin: 0;
	padding: 0;
}

body {
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	font-size: 18px;
	font-size: 1.8rem;
	line-height: 18px;
	background: #000000;
	font-family: "Sawarabi Mincho";
}

/*
body {
	text-align: center;
	background: #000000;
	font-size: 16px;
	line-height: 18px;
	font-family: 'Lucida Grande', 'Hiragino Kaku Gothic ProN', Meiryo, sans-serif;
}*/

#wrap {
	min-width: 320px;
	max-width: 800px;
	height: auto;
	margin: 0px auto;
	background-color: #ffffff;
	overflow: hidden;
}

@media screen and (min-width:800px) {
	#wrap {
		width: 800px;
		border-left: 2px solid #990033;
		border-right: 2px solid #990033;
		border-top: 2px solid #990033;
	}
}

header {
	background: rgb(91, 20, 26);
	background: -moz-linear-gradient(top, rgba(91, 20, 26, 1) 0%, rgba(187, 50, 80, 1) 100%);
	background: -webkit-linear-gradient(top, rgba(91, 20, 26, 1) 0%, rgba(187, 50, 80, 1) 100%);
	background: linear-gradient(to bottom, rgba(91, 20, 26, 1) 0%, rgba(187, 50, 80, 1) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#5b141a', endColorstr='#bb3250', GradientType=0);
}

header h1 {
	text-align: center;
	padding: 20px;
}

header p {
	font-size: 14px;
	font-size: 1.4rem;
	text-align: center;
	padding: 15px 0;
	font-weight: bold;
	color: #FFF;
}

footer {
	clear: both;
	font-size: 12px;
	text-align: center;
	background: #990033;
	color: #FFFFFF;
	padding: 50px 0 100px;
}

footer a {
	color: #FFFFFF;
}

@media screen and (min-width:800px) {
	footer {
		padding: 50px 0;
	}

	nav#footer_menu {
		display: none;
	}
}

nav#footer_menu {
	width: 100%;
	position: fixed;
	bottom: 0px;
}

nav#footer_menu ul {
	overflow: hidden;
	background-color: #231714;
}

nav#footer_menu li {
	float: left;
	width: 25%;
}

nav#footer_menu li a {
	display: block;
	padding: 15px 2px;
	border-right: 1px solid #333;
	color: #FFFFFF;
	font-size: 11px;
	font-size: 1.1rem;
	text-align: center;
}

nav#footer_menu li:last-child a {
	border-right: none;
}

nav#footer_menu li a i.fas {
	display: block;
	margin-bottom: 5px;
	font-size: 14px;
	font-size: 1.4rem;
}

/*****　　ヘッダ　　******/
header nav#top_menu {
	border-top: 1px solid #990033;
	border-bottom: 1px solid #990033;
}

header nav#top_menu ul {
	font-size: 14px;
	overflow: hidden;
}

header nav#top_menu li {
	float: left;
	width: 25%;
	text-align: center;
	border-right: 1px solid #990033;
}

header nav#top_menu li:last-child {
	border-right: none;
}

header nav#top_menu a {
	display: block;
	padding: 15px 10px;
	color: #FFFFFF;
	font-weight: bold;
}

header nav#top_menu a:hover {
	color: #b6314e;
	background-color: #ffffff;
}

@media screen and (max-width:799px) {
	nav#top_menu {
		display: none;
	}
}

/* feature */
#feature {
	padding: 20px 40px;
}

#feature p {
	text-align: justify;
}

#feature dt {
	height: 25px;
	overflow: hidden;
	border-bottom: 1px dashed #990033;
	margin-bottom: 10px;
	font-family: "Sawarabi Mincho";
	color: #990033;
	font-weight: bold;
}

#feature h2 {
	background-position: 0px 0px;
}

#feature dt.title2 {
	background-position: 0px -25px;
}

#feature dt.title3 {
	background-position: 0px -50px;
}

#feature dt.title4 {
	background-position: 0px -75px;
}


/* caution */
.caution {
	margin: 40px auto;
	overflow: hidden;
	max-width: 300px;
	text-align: center;
}

.caution p {
	color: #FF0000;
	font-size: 12px;
	font-size: 1.2rem;
	margin-bottom: 0;
	text-align: left;
}

@media screen and (min-width:600px) {
	.caution {
		display: flex;
		max-width: 480px;
	}

	.caution img {
		flex-basis: 80px;
	}

	.caution p {
		flex-basis: auto;
		align-self: center;
	}

}

/*****　　メインコンテンツ　　******/
a {
	text-decoration: none;
	color: #990033;
}

a:hover,
a:active {
	color: #000000;
}

p {
	margin-bottom: 1em;
	line-height: 2.0em;
	padding: 0 5px;
}

.center {
	text-align: center;
	margin: 20px auto;
}

br.sp {
	white-space: break-spaces;
}

@media screen and (min-width:641px) {
	br.sp {
		display: none;
	}
}

.wf-sawarabimincho {
	font-family: "Sawarabi Mincho";
}

.contents {
	padding: 20px;
}

h2 {
	font-size: 24px;
	line-height: 2.0em;
	color: #dc143c;
	text-align: center;
	margin-bottom: 20px;
	font-family: "Sawarabi Mincho";
}

h3 {
	height: 30px;
	line-height: 30px;
	font-weight: bold;
}

section {
	margin-bottom: 50px;
	overflow: hidden;
}


/*　メイントップ　*/
#main_top .box {
	max-width: 600px;
	margin: auto;
}

#main_top strong {
	color: #ff0099;
}



/*-----　サーチ　-----*/
#search p {
	text-align: center;
	color: #333;
}

#search .form {
	margin-bottom: 50px;
}



.form .form-item1 {
	flex-basis: auto;
}

.form .form-item2 {
	flex-basis: 80px;
}


.form td select {
	width: 100px;
}

.form-select select {
	font-size: 16px;
	font-size: 1.6rem;
}

.form-select {
	position: relative;
}

.form-select:before {
	content: "";
	position: absolute;
	top: 0;
	bottom: 0;
	margin: auto;
	right: 12px;
	width: 8px;
	height: 8px;
	border-top: 2px solid #333;
	border-right: 2px solid #333;
	transform: rotate(135deg);
	pointer-events: none;
}

.form-select select {
	height: 2.4em;
	width: 100%;
	padding: 0 8px;
	border-radius: 4px;
	border: none;
	box-shadow: 0 0 0 1px #ccc inset;
	appearance: none;
	-webkit-appearance: none;
	-moz-appearance: none;
	cursor: pointer;
}

.form-select select::-ms-expand {
	display: none;
}

.form-select select:focus {
	outline: 0;
	box-shadow: 0 0 0 2px rgb(33, 150, 243) inset;
}

/* サーチフォーム */
#search table {
	table-layout: fixed;
	margin: 0px auto 30px;
}

#search table th {
	height: 20px;
	line-height: 20px;
	text-align: left;
	color: #990033;
	font-size: 16px;
	font-size: 1.6rem;
}

#search table th::before {
	font-family: "Font Awesome 5 Free";
	content: '\f152';
	color: #990033;
	margin-right: 5px;
}

#search table td {
	white-space: nowrap;
	height: 20px;
	line-height: 20px;
	padding-right: 15px;
}

#search table td #btn.btn {
	line-height: 1.0;
	padding: 1rem 2rem;
	border-radius: 5px;
}

#search table td #btn {
	border: 1px solid #ccc;
	background: #f1e767;
	background: -webkit-gradient(linear, left top, left bottom, from(#fdfbfb), to(#ebedee));
	background: -webkit-linear-gradient(top, #fdfbfb 0%, #ebedee 100%);
	background: linear-gradient(to bottom, #fdfbfb 0%, #ebedee 100%);
	-webkit-box-shadow: inset 1px 1px 1px #fff;
	box-shadow: inset 1px 1px 1px #fff;
}

#search table td #btn:hover {
	background: -webkit-gradient(linear, left bottom, left top, from(#fdfbfb), to(#ebedee));
	background: -webkit-linear-gradient(bottom, #fdfbfb 0%, #ebedee 100%);
	background: linear-gradient(to top, #fdfbfb 0%, #ebedee 100%);
}

/* BBS */
#bbs p {
	text-align: center;
}

#bbs dl {
	margin: auto;
}

#bbs dt {
	font-weight: bold;
	color: #333333;
	background-color: #efefef;
	padding: 8px;
	box-shadow: 1px 1px 1px #ccc;
}

#bbs dd {
	padding: 10px 5px;
	margin-bottom: 10px;
	font-size: 14px;
}

#bbs dd ul {
	overflow: hidden;
}

#bbs dd li {
	float: left;
	width: 25%;
	white-space: nowrap;
}

#bbs dd li a {
	display: block;
	border: 1px solid #CCC;
	padding: 12px 7px;
	margin: 3px;
	border-radius: 5px;
	text-align: center;
	font-weight: bold;
	box-shadow: 1px 1px 1px #ccc;
}

@media screen and (min-width:800px) {
	#bbs dl {
		padding: 0 40px;
	}

	#bbs dd li {
		width: 12.5%;
	}
}

@media screen and (min-width:600px) and (max-width:799px) {
	#bbs dd li {
		width: 20%;
	}
}

/* search */
#search .box {
	max-width: 600px;
	margin: auto;
}

#search .box h3 {
	margin-bottom: 10px;
	line-height: 2.0em;
	text-align: center;
	color: #0080ff;
}

#search ul {
	overflow: hidden;
	margin-bottom: 20px;
}

#search li {
	float: left;
	width: 50%;
	white-space: nowrap;
}

#search li a {
	display: block;
	border: 1px solid #CCC;
	padding: 13px 10px;
	border-radius: 5px;
	margin: 8px;
	text-align: center;
	font-size: 14px;
	font-size: 1.4rem;
	font-weight: bold;
	box-shadow: 1px 1px 1px #ccc;
	color: #333
}

#search li a:hover {
	background-color: #fff7fb;
	border-radius: 5px;
}

@media screen and (min-width:640px) {
	#search li {
		width: 33.3%;
	}
}

#search .searchBtn {
	text-align: center;
}

a.btn-search-keyword {
	width: 100%;
	max-width: 360px;
	border: 1px solid #ccc;
	background: #f1e767;
	background: -webkit-gradient(linear, left top, left bottom, from(#fdfbfb), to(#ebedee));
	background: -webkit-linear-gradient(top, #fdfbfb 0%, #ebedee 100%);
	background: linear-gradient(to bottom, #fdfbfb 0%, #ebedee 100%);
	-webkit-box-shadow: inset 1px 1px 1px #fff;
	box-shadow: inset 1px 1px 1px #fff;
}

a.btn-search-keyword:hover {
	background: -webkit-gradient(linear, left bottom, left top, from(#fdfbfb), to(#ebedee));
	background: -webkit-linear-gradient(bottom, #fdfbfb 0%, #ebedee 100%);
	background: linear-gradient(to top, #fdfbfb 0%, #ebedee 100%);
	position: relative
}

a.btn-search-keyword::after {
	font-family: "Font Awesome 5 Free";
	content: "\f105";
	position: absolute;
	right: 10px;
}


/* info */

#info li dl {
	max-width: 400px;
	margin: 0 auto 20px;
}

#info li dt {
	text-align: center;
}

#info li dd em {
	display: block;
	font-weight: bold;
	margin: 10px;
	text-align: center;
}

#info li dd p {
	line-height: 1.3em;
	font-size: 16px;
	font-size: 1.6rem;
}

@media screen and (min-width:800px) {
	#info ul {
		display: flex;
	}

	#info li {
		width: 33.3%;
	}

	#info li dl {
		height: 100%;
		margin: 0 5px;
	}

}

/*-----　about　-----*/
#about .box {
	padding: 0 40px;
}

#about h3 {
	background: #fff6f9;
	color: #950721;
	padding-left: 10px;
	margin-bottom: 10px;
}

/*　カテゴリー　*/
.recent_style {
	font-weight: bold;
	background-color: #FFECF2;
	margin-bottom: 10px;
	padding: 8px 10px;
	color: #666666;
	font-size: 18px;
}

dl.recent {
	padding: 10px;
}

dl.recent dt {
	font-weight: bold;
	color: #333333;
}

dl.recent dd {
	padding: 10px 5px;
	margin-bottom: 10px;
	font-size: 14px;
}

.recent ul {
	overflow: hidden;
}

.recent li {
	float: left;
	width: 25%;
	white-space: nowrap;
}

.recent li a {
	display: block;
	border: 1px solid #CCC;
	padding: 12px 7px;
	margin: 3px;
	border-radius: 5px;
	text-align: center;
	font-weight: bold;
	box-shadow: 1px 1px 1px #ccc;
}

#cate dt {
	font-weight: bold;
	background-color: #FFECF2;
	margin-bottom: 10px;
	padding: 8px 10px;
	color: #666666;
}

#cate dd {
	padding: 10px;
	margin-bottom: 10px;
	font-size: 14px;
}

#cate ul {
	overflow: hidden;
}

#cate li {
	float: left;
	margin-bottom: 5px;
}

#cate li a {
	display: block;
	border: 1px solid #CCC;
	padding: 12px 7px;
	margin: 3px;
	border-radius: 5px;
	text-align: center;
	font-weight: bold;
	box-shadow: 1px 1px 1px #ccc;
}

#cate .item3 li {
	width: 100%;
}

#cate .item4 li {
	width: 50%;
}

#cate .item5 li {
	width: 33.3%;
}

#cate .item6 li {
	width: 50%;
}

#cate .item7 li {
	width: 33.3%;
}


@media screen and (min-width:800px) {
	.recent li {
		width: 12.5%;
	}

	#cate .item3 li {
		float: left;
		width: 33.3%;
	}

	#cate .item4 li {
		width: 25%;
	}

	#cate .item5 li {
		width: 20%;
	}

	#cate .item6 li {
		width: 16.66%;
	}

	#cate .item7 li {
		width: 14.28%;
	}

}

@media screen and (min-width:640px) and (max-width:799px) {
	.recent li {
		float: left;
		display: inline;
		width: 20%;
		white-space: nowrap;
	}

	#cate .item3 li {
		float: left;
		width: 33.3%;
	}

	#cate .item4 li {
		width: 33.3%;
	}

	#cate .item5 li {
		width: 20%;
	}

	#cate .item6 li {
		width: 33.3%;
	}

	#cate .item7 li {
		width: 20%;
	}
}

/*****　　ギャラリー　　******/
#members {
	overflow: hidden;
	padding: 0 50px;
}

@media screen and (min-width:800px) {
	#members li {
		float: left;
		width: 33.3%;
	}
}

@media screen and (min-width:540px) and (max-width:800px) {
	#members li {
		float: left;
		width: 50%;
	}
}

#members dl {
	margin: 15px;
	border: 1px solid #CCC;
	padding: 20px;
	border-radius: 5px;
}

#members dt {
	text-align: center;
	margin-bottom: 20px;
}

#members dt img {
	width: auto;
	width: 80px;
	height: 80px;
	object-fit: cover;
	border-radius: 50px;
}

#members dd {
	font-size: 14px;
	font-size: 1.4rem;
}

#members dd .name {
	white-space: nowrap;
	text-align: center;
	margin: 10px auto;
	font-weight: bold;
	color: #fc0000;
}


#members dd p {
	background-color: #eaeaea;
	overflow: hidden;
	margin-bottom: 0px;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
	font-size: 10px;
}

#members dd a {
	display: block;
	height: 40px;
	line-height: 38px;
	background-color: #FF0000;
	text-align: center;
	color: #FFFFFF;
	margin: 3px auto;
	width: 100%;
	border-radius: 3px;
	box-shadow: 1px 1px 1px #CCC;
}

#members dd a:before {
	font-family: "Font Awesome 5 Free";
	content: '\f1d8';
	margin-right: 5px;
}

.next {
	text-align: center;
}

.next button {
	width: 100px;
	height: 40px;
	font-weight: bold;
}

.next button::after {
	font-family: "Font Awesome 5 Free";
	content: '\f101';
	margin-left: 10px;
}

/*****　　プロフィール　　******/
.prf_box {
	max-width: 600px;
	margin: auto;
	padding: 0 50px;
}

#prf_top {
	overflow: hidden;
	margin-bottom: 20px;
	font-size: 12px;
	font-size: 1.2rem;
}

#prf_top img {
	border: 3px solid #999;
	border-radius: 50%;
	margin-bottom: 10px;
	width: 120px;
	height: 120px;
	object-fit: cover;
}

.prf_box p {
	font-size: 14px;
	font-size: 1.4rem;
}

h3.prf,
h3.mail {
	color: #990033;
	margin: 40px 0;
	text-align: center;
}

h3.prf::before {
	font-family: "Font Awesome 5 Free";
	content: "\f2bd";
	margin-right: 5px;
}

h3.mail::before {
	font-family: "Font Awesome 5 Free";
	content: "\f2b6";
	margin-right: 5px;
}

#prf_detail {
	width: 100%;
	table-layout: fixed;
	border-collapse: separate;
	border-spacing: 0px;
	margin: 0 auto 20px;
}

#prf_detail th {
	display: block;
	width: 100%;
	height: 35px;
	font-size: 14px;
	line-height: 35px;
	color: #660021;
	border-bottom: 1px dotted #CCCCCC;
	font-weight: bold;
	text-align: left;
}

#prf_detail th::before {
	font-family: "Font Awesome 5 Free";
	content: '\f0da';
	margin-right: 10px;
	margin-left: 5px;
	color: #660021;
}

#prf_detail td {
	display: block;
	padding-left: 20px;
	line-height: 35px;
	font-size: 14px;
}

#prf_detail td ul {
	line-height: none;
}

#prf_detail td li {
	float: left;
	display: inline;
	white-space: nowrap;
	margin-right: 10px;
}

/* entry */

.entry_box {
	max-width: 300px;
	margin: auto;
}

.sp_form {
	display: block;
}

.pc_form {
	display: none;
}

@media screen and (min-width:641px) {
	.entry_box {
		max-width: 600px;
	}

	.sp_form {
		display: none;
	}

	.pc_form {
		display: block;
	}
}

/* entry btn*/
.entry-btn {
	text-align: center;
	margin-bottom: 50px;
}

.entry-btn a {
	display: inline-block;
	width: 100%;
	max-width: 600px;
	margin: 20px auto;
	padding: 15px 10px;
	border-radius: 5px;
	text-align: center;
	color: #fff !important;
	text-decoration: none;
	font-size: 15px;
	line-height: 27px;
	font-weight: bold;
	background: #E63A36;
	border-bottom: 4px solid #C62828;
	position: relative;
	overflow: hidden;
}

/* ボタンを凹ませる */
.entry-btn a:active {
	transform: translateY(4px);
	/*下に動く*/
	box-shadow: 0px 0px 1px rgba(0, 0, 0, 0.2);
	/*影を小さく*/
	border-bottom: none;
}

/* ボタンをキラッとさせる */
.entry-btn a:before {
	content: '';
	display: block;
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0;
	left: -100%;
	background-image: linear-gradient(130deg, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.5) 80%, rgba(255, 255, 255, 100) 81%, rgba(255, 255, 255, 0) 100%);
	animation: shine 3s infinite;
	/* inifiniteによりずっと続ける */
}

@keyframes shine {
	33% {
		left: 100%;
	}

	100% {
		left: 100%;
	}
}


/* howto */
section#howto {
	margin-bottom: 0;
}

.step-wrap4 {
	counter-reset: count;
	margin: 2em auto;
	position: relative;
	max-width: 600px;
	padding: 0 5px;
}

.step-content4 {
	padding: 1em 0 1.3em 2.5em;
	margin: 0;
	position: relative;
}

.step-content4::before {
	content: "";
	display: block;
	width: 55px;
	height: 55px;
	background: #dc143c;
	border-radius: 50%;
	position: absolute;
	top: 0;
	left: -3px;
}

.step-content4::after {
	content: "";
	display: block;
	height: calc(100% - 55px);
	border-left: solid 2px #ddd;
	position: absolute;
	top: 55px;
	left: 22px;
}

.step-label4 {
	color: #fff;
	font-weight: bold;
	font-size: 12px;
	position: absolute;
	top: 6px;
	left: 9px;
}

.step-label4::after {
	counter-increment: count;
	content: counter(count);
	position: absolute;
	font-size: 28px;
	top: 20px;
	left: 7px;
}

.step-title4 {
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	font-weight: bold;
	font-size: 120%;
	margin-left: 1.5em;
}

.step-body4 {
	margin-top: 1em;
	padding: 0 0 1em 1.6em;
	border-bottom: dotted 2px #ddd;
	line-height: 1.5em;
}

.step-wrap4> :last-of-type::after {
	display: none;
}