/*--------------------------------
reset
--------------------------------*/
html,body,div,p,img,iframe,a,span,blockquote,q,address,cite,
pre,code,em,small,strong,b,i,
header,article,section,nav,figure,figcaption,hgroup,menu,aside,footer,time,
h1,h2,h3,h4,h5,h6,
ul,ol,li,dl,dt,dd,
table,tbody,thead,tfoot,th,tr,td,
form,fieldset,legend,label,select,input,textarea,button{
	margin: 0;
	padding: 0;
	border: 0;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	vertical-align: baseline;
}
header,article,section,nav,figure,figcaption,hgroup,menu,aside,footer,small{
	display: block;
}
ul{
	list-style-type: none;
}
h1,h2,h3,h4,h5,h6{
	font-weight: 200;
}
body{
	line-height: 1;
}
a{
	text-decoration: none;
}
img{
	vertical-align: middle;
}
table{
	border-collapse: collapse;
	border-spacing: 0;
}
select,option,input,textarea,button{
	font: inherit;
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	outline: none;
	border-radius: 0;
}
blockquote::before,blockquote::after,q::before,q::after{
	content: '';
	content: none;
}
[type=submit],[type=button],[type=reset],[type=file],button{
	cursor: pointer;
}
:focus{
	outline: none;
}

/*--------------------------------
global element
--------------------------------*/
html{
	width: 100%;
	height: 100%;
}
body{
	width: 100%;
	height: 100%;
	background: #000;
	font-size: 16px;
	color: #fff;
	-webkit-text-size-adjust: 100%;
	font-family: "M PLUS 1p",sans-serif;
	animation: fade-in .3s ease 0s forwards;
}
a,button{
	transition: .3s;
}
a:hover,button:hover{
	opacity:.6;
}
.wrap{
	margin: 0 auto;
	padding: 0;
	width: 100%;
	max-width: 768px;
	position: relative;
	/*opacity: 0;
	animation: fade-in 1s ease 7.5s forwards;*/
}
.content-img{
	margin: 0 auto;
	width: 100%;
	height: auto;
	object-fit: contain;
}
.inner-txt{
	padding: 200% 0 0 0;
	display: block;
}
/*--------------------------------
Header
--------------------------------*/
.top{
	margin: 0 auto;
	width: 100%;
	max-width: 768px;
	background: url(../images/bg_top.jpg) no-repeat center;
	background-size: cover;
	position: relative;
}
.top .pr{
    position: absolute;
    top: 16px;
    right: 8px;
    z-index: 9999;
	text-shadow: 0 0 2px black, 0 0 2px black, 0 0 2px black, 0 0 2px black;
	text-align: right;
    line-height: 1.2;
	color: white;
}
.top-inner{
	opacity: 0;
	background: #000;
	animation: fade-in 2s ease 1s forwards;
}

.catch{
	width: 100%;
	position: absolute;
	top: 0;
	left: 0;
	opacity: 0;
}
.catch:nth-of-type(1){
	animation: fade-in .5s ease 4s forwards;
}
.catch:nth-of-type(2){
	animation: fade-in .5s ease 6s forwards;
}
.logo{
	opacity: 0;
	animation: fade-in 1s ease 7.5s forwards;
}
/*--------------------------------
Content
--------------------------------*/
.content{
	opacity: 0;
}
.fade-in{
	animation: fade-in .5s ease .1s forwards;
}
.intro{
	background: url(../images/bg_intro.png) #262626;
	background-size: 32px;
}
.about{
}
.heading{
	padding: 16px 0 0 0;
	background: #000;
}
.heading-txt{
	margin: 0 16px;
	padding: 0 0 0 48px;
	border-top: 5px solid #333;
	border-bottom: 2px solid #f03;
	line-height: 48px;
	font-size: 1.2em;
	font-weight: bold;
	border-radius: 8px 0 0 0;
	position: relative; 
}
.heading-txt::before{
	width: 32px;
	height: 44px;
	content: "";
	background: #f03;
	position: absolute;
	top: -5px;
	left: 0;
	z-index: 2;
}
.heading-txt::after{
	width: 0;
	height: 0;
	content: "";
	border-style: solid;
	border-width: 0 16px 8px 16px;
	border-color: transparent transparent #000 transparent;
	position: absolute;
	top: 32px;
	left: 0;
	z-index: 3;
}
.hl-txt{
	color: #f03;
	font-weight: bold;
}
.general{
	padding: 16px 16px 0 16px;
}
.general-txt{
	padding: 16px 8px;
	line-height: 1.6;
}
.about .general-img{
	padding: 0 0 16px 0;
}
.slide{
	padding: 0 32px;
	.position: relative;
}
.slide-item{
	padding: 0 16px;
	text-align :center;
}
.slide-desc{
	padding: 8px;
	display: block;
	font-size: .8em;
}
.slide .content-img{
	border-radius: 8px;
	border: 1px solid #fff;
	text-align: center;
}
.slide .arrow{
	margin: auto 0;
	width: 24px;
	height: 24px;
	background: #999999;
	border-radius: 50%;
	position: absolute;
	top: 0;
	bottom: 0;
}
.slide .arrow::after{
	width: 0;
	height: 0;
	content: "";
	border-style: solid;
	position: absolute;
	top: 6px;
}
.slide .prev{
	left: 0;
}
.slide .prev::after{ 
	border-width: 6px 10px 6px 0;
	border-color: transparent #ffffff transparent transparent; 
	left: 5px;
}
.slide .next{ 
	right: 0;
}
.slide .next::after{ 
	border-width: 6px 0 6px 10px;
	border-color: transparent transparent transparent #ffffff;
	left: 7px;
}
.slick-dots{
	margin: 16px 0 0 0;
	height: 40px;
	display: flex;
	align-items: center;
	justify-content: center;
}
.slick-dots li{
	padding: 0 32px;
}
.slick-dots button{
	padding: 100% 0 0 0;
	width: 12px;
	height: 12px;
	border-radius: 50%;
	overflow: hidden;
	background: rgba(255,255,255,.5);
	transform-origin: center;
}
.slick-dots .slick-active button{
	width: 18px;
	height: 18px;
	background: rgba(255,255,255,1);
}
.sub-head{
	margin: 0 0 16px;
	padding: 0 8px;
	font-size: 1.1em;
	color: #f03;
	font-weight: bold;
}
.sub-label{
	margin: 16px 0;
	padding: 0 8px;
	font-size: 1em;
	font-weight: bold;
	color: #999;
}
.general-list{
	padding: 16px 16px 0 24px;
	list-style-type: square;
}
.list-item{
	padding: 0 0 8px;
	line-height: 1.4;
	font-size: .9em;
}
.signature{
	padding: 8px 0 0;
	text-align: right;
}
.general-table{
	width: 100%;
	font-size: .9em;
	border: 1px solid #333;
	line-height: 1.2;
}
.table-head{
	padding: 8px;
	width: 30%;
	border: 1px solid #333;
	background: #222;
	font-weight: normal;
}
.table-data{
	padding: 8px;
	border: 1px solid #333;
}
.gnav{
	padding: 0 16px 16px;
}
.gnav-item{
	padding: 16px 0;
	border-bottom: 1px dotted rgba(255,255,255,.1);
}

.nav-link{
	color: #fff;
	text-decoration: none;
	font-size: .8em;
}
/*--------------------------------
Button
--------------------------------*/
.btn-row{
	padding: 32px;
	background: #000;
}
.reg-btn{
	padding: 0 12px 0 0;
	height: 48px;
	background-image: url(../images/icon_btn.png), linear-gradient(to bottom, rgba(255,0,51,1) 0%,rgba(179,0,36,1) 100%);
	background-repeat: no-repeat, repeat;
	background-size: 24px, 100%;
	background-position: right 12px top 12px, center;
	display: flex;
	align-items: center;
	justify-content: center;
	border-radius: 30px;
	box-shadow: 0 3px 0 rgba(255,255,255,.5) inset;
	font-size: 1.4em;
	font-weight: bold;
	color: #fff;
}
/*--------------------------------
Footer
--------------------------------*/
.footer{
	margin: 0 auto;
	padding: 16px 0;
	width: 100%;
	text-align: center;
	background: #111;
}
.copy{
	padding: 8px;
	width: 100%;
	font-size: .6em;
	color: #ccc;
	line-height: 1.6;
}
/*--------------------------------
Animation
--------------------------------*/
@keyframes fade-in{
	0% {opacity: 0;filter: blur(8px);}
	100% {opacity: 1;filter: blur(0);}
}
@media screen and (max-width: 320px) { 
	.slide{
		padding: 0 16px;
	}
	.btn-row{
		padding: 16px;
	}
	.btn-desc{
		font-size: .9rem;
	}
}
@media screen and (min-width: 768px) { 
	body{
		font-size: 21px;
	}
	.top .pr{
		top: 16px;
		right: 16px;
		text-shadow: 0 0 4px black, 0 0 4px black, 0 0 4px black, 0 0 4px black;
		font-size: 16px;
	}
	.intro{
		padding: 0;
	}
	.about{
		padding: 0;
	}
	.heading{
		padding: 32px 0 0 0;
	}
	.heading-txt{
		margin: 0 32px;
	}
	.general{
		padding: 32px 32px 0 32px;
	}
	.general-txt{
		padding: 16px 16px 32px 16px;
	}
	.about .general-img{
		padding: 0 0 32px 0;
	}
	.reg-btn{
		height: 88px;
		border-radius: 44px;
		background-size: 48px, 100%;
		background-position: right 20px top 20px, center;
		font-size: 2em;
	}
	.sub-head{
		padding: 0 16px;
	}
	.sub-label{
		padding: 0 16px;
	}	
	.table-head{
		padding: 16px;
	}
	.table-data{
		padding: 16px;
	}
	.general-list{
		padding: 16px 16px 0 32px;
	}
}
/*H2のバー PC*/
@media screen and (min-width:769px){
	.bar-h2{
		margin:4% 0 2%;
		padding: 2% 2% 2% 2.2em;
		color:#fff;
		font-weight: bold;
		font-size:1.1em;
		background-image:url(../images/members.png), linear-gradient(to bottom, rgba(255,0,51,1) 0%,rgba(179,0,36,1) 100%);
		background-size:1.4em, contain;
		background-position:1% 50%, top left;
		background-repeat:no-repeat, no-repeat;
		}
}
/*H2のバー スマホ*/
@media screen and (max-width:768px){
	.bar-h2{
		margin:4%;
		padding: 2% 2% 2% 2.2em;
		color:#fff;
		font-weight: bold;
		font-size:1.1em;
		background-image:url(../images/members.png), linear-gradient(to bottom, rgba(255,0,51,1) 0%,rgba(179,0,36,1) 100%);
		background-size:1.4em, contain;
		background-position:1% 50%, top left;
		background-repeat:no-repeat, no-repeat;
		}
}

/*地域選択 PC*/
@media screen and (min-width:769px){
	.area{
		margin:0 0 2%;
	}
	.area p{
		margin:0 auto;
		padding:0.2em;
		width:100%;
		color:#FFF;
		text-align:center;
	}
	.area p img{
		width:1.3em;
		position:relative;
		top:0.2em;
		left:0%;
	}
}
/*地域選択 スマホ*/
@media screen and (max-width:768px){
	.area{
		margin:0 0 4%;
	}
	.area p{
		margin:0 auto;
		padding:0.2em;
		width:100%;
		color:#FFF;
		text-align:center;
	}
	.area p img{
		width:1.3em;
		position:relative;
		top:0.2em;
		left:0%;
	}
}

/*地域選択 プルダウンのデザイン PC*/
@media screen and (min-width:769px){

select.round {
		width:15em;
		background-color: white;
		border: thin solid #afafaf;
		border-radius: 4px;
		display: inline-block;
		font: inherit;
		line-height: 1.5em;
		padding: 0.5em 3.5em 0.5em 1em;

		background-image:
		linear-gradient(45deg, transparent 50%, gray 50%),
		linear-gradient(135deg, gray 50%, transparent 50%),
		radial-gradient(#ddd 70%, transparent 72%);
		background-position:
		calc(100% - 20px) calc(1em + 2px),
		calc(100% - 15px) calc(1em + 2px),
		calc(100% - .2em) .5em;
		background-size:
		5px 5px,
		5px 5px,
		1.5em 1.5em;
		background-repeat: no-repeat;
}
select.round:focus {
		background-image:
		linear-gradient(45deg, white 50%, transparent 50%),
		linear-gradient(135deg, transparent 50%, white 50%),
		radial-gradient(gray 70%, transparent 72%);
		background-position:
		calc(100% - 15px) 1em,
		calc(100% - 20px) 1em,
		calc(100% - .2em) .5em;
		background-size:
		5px 5px,
		5px 5px,
		1.5em 1.5em;
		background-repeat: no-repeat;
		border-color: green;
		outline: 0;
	}
}
/*地域選択 プルダウンのデザイン スマホ*/
@media screen and (max-width:768px){

select.round {
		width:10em;
		background-color: white;
		border: thin solid #afafaf;
		border-radius: 4px;
		display: inline-block;
		font: inherit;
		line-height: 1.5em;
		padding: 0.5em 3.5em 0.5em 1em;
		background-image:
		linear-gradient(45deg, transparent 50%, gray 50%),
		linear-gradient(135deg, gray 50%, transparent 50%),
		radial-gradient(#ddd 70%, transparent 72%);
		background-position:
		calc(100% - 20px) calc(1em + 2px),
		calc(100% - 15px) calc(1em + 2px),
		calc(100% - .5em) .5em;
		background-size:
		5px 5px,
		5px 5px,
		1.5em 1.5em;
		background-repeat: no-repeat;
	}
select.round:focus {
		background-image:
		linear-gradient(45deg, white 50%, transparent 50%),
		linear-gradient(135deg, transparent 50%, white 50%),
		radial-gradient(gray 70%, transparent 72%);
		background-position:
		calc(100% - 15px) 1em,
		calc(100% - 20px) 1em,
		calc(100% - .5em) .5em;
		background-size:
		5px 5px,
		5px 5px,
		1.5em 1.5em;
		background-repeat: no-repeat;
		border-color: green;
		outline: 0;
	}
}

/*女性会員ボックス PC*/
@media screen and (min-width:769px){
.profile{
		width:100%;
		display:flex;
	    justify-content: space-between;
	    flex-wrap: nowrap;
	}
}
/*女性会員ボックス スマホ*/
@media screen and (max-width:768px){
.profile{
		display: flex;
	    align-items: flex-start;
	    flex-wrap: nowrap;
	}
}

/*プロフ画像ボックス PC*/
@media screen and (min-width:769px){
.user-img {
	    display:flex;
	}
}
/*プロフ画像ボックス スマホ*/
@media screen and (max-width:768px){
.user-img {
	}
}

/*プロフ画像を丸く PC*/
@media screen and (min-width:769px){
.img-circle {
	    background-image: url("../images/gal01.jpg");
	    width:  160px;
	    height: 160px;
	    border-radius: 50%;  /* 角丸半径を50%にする(=円形にする) */
		background-size:cover;
	    display: inline-block;          /* 複数の画像を横に並べたい場合 */
		border: 2px solid #cacaca;
		vertical-align:middle;
	}
}
/*プロフ画像を丸く スマホ*/
@media screen and (max-width:768px){
.img-circle {
	    background-image: url("../images/gal01.jpg");
	    width:  160px;
	    height: 160px;
	    border-radius: 50%;  /* 角丸半径を50%にする(=円形にする) */
		background-size:cover;
	    display: inline-block;          /* 複数の画像を横に並べたい場合 */
		border: 2px solid #cacaca;
	}
}

/*基本情報 PC*/
@media screen and (min-width:769px){
.user-info{
		margin:0 2%;
		padding:0;
		width:40%;
	    display:flex;
		flex-direction: column;
		font-size: .8em;
	}
.basic-info{
		padding:2% 0 2% 1.7em;
		background-image:url(../images/pin.png);
		background-size:1.2em;
		background-position:1% 50%;
		background-repeat:no-repeat;
	}
}

/*基本情報 スマホ*/
@media screen and (max-width:768px){
.user-info{
		margin:auto 0;
		padding:1em;
	}
.basic-info{
		padding:2% 0 2% 1.7em;
		background-image:url(../images/pin.png);
		background-size:1.2em;
		background-position:1% 50%;
		background-repeat:no-repeat;
	}
}

/*スマホ版とPC版でコメントの位置が違う→PC版のコメントの位置をスマホ版では消しておく→PC版になれば表示*/
/*PC*/
@media screen and (min-width:769px){
.disp-none-comment{
		padding: 2%;
		background:#111;
		width:38%;
		display:flex;
		font-size: .8em;
		line-height: 1.4;
	}
}
/*スマホ*/
@media screen and (max-width:768px){
.disp-none-comment{
		display:none;
	}
}

/*PC版用コメント スマホ版では消す*/
@media screen and (min-width:769px){
.comment-pc {
		margin:0;
		padding:0.6em;
	    width:100%;
	    height:100%;
		background:#111;
	}
}
/*スマホ版用コメント PC版では消す*/
@media screen and (min-width:769px){
.comment {
		display:none;  
	}
}
/*スマホ版用コメント*/
@media screen and (max-width:768px){
.comment {
		margin:1.5em auto 0 auto;
		padding:0.6em;
	    width:100%;
		background:#111;
		line-height: 1.4;
	}
}

/*スマホ版とPC版でユーザーデータの位置が違う→PC版のユーザーデータの位置をスマホ版では消しておく→PC版になれば表示*/
@media screen and (max-width:768px){
.disp-none-data{
	display:none;
	}
}

/*ユーザーデータ（SM度など） PC版のみ*/
@media screen and (min-width:769px){
.user-data-pc {
	margin:0.6em 0 0 0;
	padding:0;
	width:100%;
	display: flex;
    justify-content: center;
    flex-wrap: wrap;
	}
.user-data-pc li{
	padding:0.3em 0.5em;
	width:50%;
	background:#414141;
	color:#ced5db;
	border:1px solid #222222;
	}
}
/*ユーザーデータ（SM度など）PC ※PC版では消して↑のuser-data-pcを表示*/
@media screen and (min-width:769px){
.user-data {
	display:none;
	}
.user-data li{
	display:none;
	}
}
/*ユーザーデータ スマホ*/
@media screen and (max-width:768px){
.user-data {
	margin:1.5em auto 0 auto;
	padding:0;
    width:100%;
	font-size:0.8em;
	display: flex;
    justify-content: center;
    flex-wrap: wrap;
	}
.user-data li{
	padding:0.6em;
	width:50%;
	background:#414141;
	color:#ced5db;
	border:1px solid #222222;
	}
}

/*メールボタン PC*/
@media screen and (min-width:769px){
	.mail{
		margin:1.5em 0 0 0;
		padding:0;
		text-align:center;
	}
	.mail img{
		width: 60%;
		vertical-align:bottom;
	}
}
/*メールボタン スマホ*/
@media screen and (max-width:768px){
	.mail{
		margin:1.5em 0 0 0;
		padding:0;
		text-align:center;
	}
	.mail img{
		width: 80%;
		vertical-align:bottom;
	}
}
.prof-item{
	margin: 0 0 2%;
	padding: 2%;
	background: #222;
}
@media screen and (max-width:768px){
	.prof-item{
		margin: 0 4% 4%;
		padding: 4%;
	}
}