
/*//////////ファンクラブ入会ボタン//////////*/

#sp_admission a {
	display: none;
	width: 300px;
	margin: 10px auto;
	padding: 1em 1.4em;
	background: #000;
	color: #fff;
	font-weight: 700;
	text-align: center;
}

/*//////////Twitterとスケジュール//////////*/

#news_calendar {
	width: 100%;
	height: auto;
	margin: 0 auto;
	padding-bottom: 60px;
	background: #f1f1f1;
}

#position_keeper {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	width: 90%;
	margin: 0 auto;
}

#twitter_wrapper {
	width: 38%;
	max-height: 540px;
}

#calendar {
	width: 60%;
	max-height: 540px;
}

#calendar iframe {
	min-height: 420px; 
}


/*//////////Youtube//////////*/

#youtube {
	width: 100%;
	margin: 0 auto;
	padding-bottom: 20px;
	background: url(../images/bg_movie.jpg?2018-0702-1337);
	background-size: cover;
	background-position: top center;
	text-align: center;
}

#pv {
	width: 83.33vw;
	max-width: 800px;
	height: 46.88vw;
	max-height: 450px;
	margin: 0 auto;
}

.btn_channel {
	position: relative;
	display: inline-block;
	margin: 2em 0;
	max-width: 90%;
	padding: 27px 58px 27px 94px;
	background: rgba(255,255,255,0.6);
	color: #000;
	font-weight: 700;
	font-size: 1.2em;
	border: solid 2px #000;
}

.btn_channel:hover {
	background: rgba(255,255,255,0.8);
	transition: 0.3s;
}

.btn_channel:before,
.btn_channel:after {
	position: absolute;
	background: url(../images/icon_sine.png?20170808-1737);
	background-size: 100px 90px;
	content:"";
}

.btn_channel:before{
	width: 57px;
	height: 50px;
	margin: auto;
	background-position: 0 0;
	top: 0;
	bottom: 0;
	left: 18px;
}

.btn_channel:after{
	width: 12px;
	height: 16px;
	margin: auto;
	background-position: -45px -52px;
	top: 0;
	bottom: 0;
	right: 28px;
}

/*//////////プロフィール//////////*/

#profile {
	width: 100%;
	height: auto;
	margin: 0 auto;
	padding-bottom: 60px;
	background: #f1f1f1;
	background-size: cover;
	background-position: center;
}

#about_group {
	display: flex;
	justify-content: space-between;
	width: 90%;
	margin: 0 auto;
}

#about_group img {
	align-self: flex-start;
	width: 40%;
	max-width: 452px;
	height: auto;
}

#text_about {
	width: 100%;
	padding: 2.4em 0 0 5em;
	color: #000;
}

#text_about dt {
	font-size: 1.2em;
	font-weight: 700;
}

#text_about dt span {
	display: block;
	font-size: 0.5em;
	font-weight: 500;
	line-height: 2.3em;
}

#text_about dd {
	padding-top: 2.5em;
}

h3 {
	width: 96%;
	margin: 2.4em auto 1.6em;
	padding: 0.3em 0;
	background: #cecccc;
	color: #fff;
	text-align: center;
	font-family: 'Cormorant', serif;
	font-size: 2em;
	font-weight: bold;
}

#member {
	overflow: hidden;
	width: 100%;
	max-width: 960px;
	margin: 0 auto;
	color: #fff;
}

.profile_wrap {
	position: relative;
	/* float: left; */
	/* width: 25%; */
	max-width: 290px;
	/* margin: 0.13em; */
	margin: 0.5em;
}

.profile_wrap img {
	width: 100%;
}

.profole_detail {
	display: none;
	position: absolute;
	width: 100%;
	height: 100%;
	background: rgba(35,35,35,0.9);
	z-index: 1;
	top: 0;
	left: 0;
	cursor: pointer;
}

.profole_detail dl {
	overflow: hidden;
	width: 75%;
	margin: 1em auto 0;
	font-size: 1em;
	letter-spacing: 0.01em;
	line-height: 1.5em;
}

.profole_detail dt {
	display: inline;
	padding-right: 0.5em;
	font-weight: 700;
	letter-spacing: 0.08em;
}

.profole_detail dd {
	display: inline;
	width: 40%;
	font-size: 0.9em;
}

.profole_detail dd:after {
	content: ""; 
	display: block; 
}

.text_name {
	width: 80%;
	margin: 1.5em auto 0;
	font-size: 1.24em;
	font-weight: 700;
}

.text_name span {
	display: block;
	font-size: 0.7em;
	font-weight: 100;
}

dd.hobby {
	width: 100%;
	margin-top: 0.2em;
	box-sizing: border-box;
}

.supplement {
	width: 75%;
	margin: 1.5em auto 0;
	font-size: 0.8em;
	line-height: 1.65em;
}

.btn_feed {
	display: flex;
	position: absolute;
	width: 100%;
	bottom: 0;
	left: 0;
}

.btn_feed li {
	width: 100%;
}

.btn_feed li a {
	position: relative;
	width: 100%;
	height: 4em;
}

.btn_feed li a:after {
	position: absolute;
	content: "";
	width: 40px;
	height: 40px;
	margin: auto;
	background: url(../images/icon_sns.svg?2022-0601-1426);
	background-size: 240px 40px;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
}

.btn_feed li.icon_twitter a {
	background-color: #4ec9f7;
}

.btn_feed li.icon_twitter a:after {
	background-position: 0 0;
}

.btn_feed li.icon_twitter a:hover {
	background-color: #31bef3;
}

.btn_feed li.icon_facebook a {
	background-color: #3b5998;
}

.btn_feed li.icon_facebook a:after {
	background-position: -40px 0;
}

.btn_feed li.icon_facebook a:hover {
	background-color: #4069bf;
}

.btn_feed li.icon_youtube a {
	background-color: #ff2626;
}

.btn_feed li.icon_youtube a:after {
	background-position: -80px 0;
}

.btn_feed li.icon_youtube a:hover {
	background-color: #ff4e4e;
}

.btn_feed li.icon_ameblo a {
	background-color: #2d8c3c;
}

.btn_feed li.icon_ameblo a:after {
	background-position: -120px 0;
}

.btn_feed li.icon_ameblo a:hover {
	background-color: #23a537;
}

.btn_feed li.icon_insta a {
	background-color: #000;
}

.btn_feed li.icon_insta a:after {
	background-position: -160px 0;
}

.btn_feed li.icon_insta a:hover {
	background-color: #2f3840;
}

.btn_feed li.icon_tiktok a {
	background-color: #282529;
}

.btn_feed li.icon_tiktok a:after {
	background-position: -200px 0;
}


.btn_feed li.icon_tiktok a:hover {
	background-color: #3e3940;
}

.trainee {
	position: absolute;
	padding: 0.14em 0.5em;
	background: rgba(144,162,255,0.4);
	font-size: 14px;
	font-ewight: 700;
	top: 0;
	left: 0;
	z-index: 2;
}

/*//////////////////////////////    960以下    //////////////////////////////*/

@media screen and (max-width: 960px) {

#position_keeper {
	width: 95%;
}
	
/*//////////プロフィール//////////*/

#member {
	width: 100%;
}

.profile_wrap {
	width: 100%;
}

.icon_tap:after,
.icon_close:after {
	position: absolute;
	display: block;
	background: url(../images/icon_sine.png?20170808-1737);
	content:"";
	z-index: 2;
}

.icon_tap:after {
	width: 32px;
	height: 32px;
	background-size: 100px 90px;
	background-position: -68px -58px;
	bottom: 8px;
	left: 8px;
}

.icon_close:after {
	width: 14px;
	height: 14px;
	background-size: 50px 45px;
	background-position: -36px -15px;
	top: 8px;
	right: 8px;
}

}

/*//////////////////////////////    SPレイアウト    //////////////////////////////*/

@media screen and (max-width: 640px) {

/*//////////ファンクラブ入会ボタン//////////*/

#sp_admission a {
	display: block;
	width: 100%;
	margin: 0;
	box-sizing: border-box;
}


.btn_outer {
	margin-top: 40px;
}

.btn_channel a {
	padding: 17px 28px 17px 50px;
	font-size: 0.9em;
}

.btn_channel a:before,
.btn_channel a:after {
	background-size: 60px 54px;
}

.btn_channel a:before{
	width: 35px;
	height: 30px;
	top: 11px;
	left: 7px;
}

.btn_channel a:after{
	width: 8px;
	height: 10px;
	background-position: -27px -31px;
	top: 21px;
	right: 16px;
}

#twitter_wrapper,
#calendar {
	width: 100%;
}

#twitter_wrapper {
	margin-bottom: 8vw;
}

/*//////////Youtube//////////*/

#pv {
	width: 93.75vw;
	height: 52.81vw;
}

/*//////////プロフィール//////////*/

#about_group {
	flex-wrap: wrap;
}

#about_group img {
	width: 100%;
	max-width: 100%;
}

#text_about {
	width: 100%;
	max-width: 100%;
	padding: 2.5em 0 4em;
}

h3 {
	margin: 0 auto 0.5em;
	padding: 0.14em 0;
	background-size: 128px;
}

#member {
	width: 90%;
}

.profile_wrap {
	width: 100%;
	max-width: none;
}

}
