@charset "utf-8";
@import url("https://use.typekit.net/wlk0yue.css");

html {
	background: #89afd5;
}

body{
font-family: 'Noto Sans JP', sans-serif;
font-size:14px;
font-weight: normal;
}

#container {
width:940px;
margin-top:30px;
}
.red { color: #f00;}
a {
color: #302D2F;
outline:none;
}

a:hover {
	color: #4292E3;
	text-decoration:underline;
}
img{
    width:100%;
}
.fs-logo {
	width: 170px;
    margin: 0 auto 3%;
    text-align: center;
}

.fs-logo img {width: 100%;}

.fs-logo a{
display: block;
overflow:hidden;
}



#header h1 a{
-webkit-transition: all .3s;
transition: all .3s;
}

#header h1 a:hover{
opacity:0.8;
}

.space10{
margin-bottom:10px;
}

.space20{
margin-bottom:20px;
}

.space30{
margin-bottom:30px;
}

.single .section {
	margin-bottom:280px;
	padding: 60px 130px 70px;
}

.section .sectionTit{
padding-bottom:20px;
}

#wrapper{
height: auto;
	min-height: 85% !important;
	position: relative;
}

#mypageHeader{
background:#F5F5F5;
padding: 35px 0 10px;
position: relative;
z-index: 99;
}

.rule{
	color:#151515;
}

#header h1{
display:none;
padding:30px 0;
background:transparent;
}

#mypageHeader .loginNav {
	width: 200px;
	padding:7px 0 0;
	margin-right:10px;
	overflow: hidden;
	position: absolute;
	top: 27px;
	right: 0;
}


#mypageHeader .loginNav .mypage a:before,
#mypageHeader .loginNav .logout a:before,
#mypageHeader .loginNav .login a:before,
#mypageHeader .loginNav .regist a:before{
content:"";
}

#mypageHeader .user{
padding: 5px 10px 0;
font-size:13px;
color:#000;
}

#mypageHeader li a {
display: block;
width: 100px;
float: left;
padding: 5px 10px;
overflow: hidden;
-webkit-transform: translate3d(0, 0, 0);
transform: translate3d(0, 0, 0);
text-align: center;
font-size: 12px;
background: transparent;
color: #F01858;
border-radius:30px;
border:solid 1px #F01858;
}

.formArea .formList{
	border-radius:0;
}

.formArea .formList dt{
	font-weight:400;
	font-size:14px;
	color: rgba(0,0,0,0.4);
}


#mypageHeader .loginNav li a:hover,
#mypageHeader .mypage a:hover,
#mypageHeader .regist a:hover{
background:#F01858;
color:#FFF;
-webkit-transition: all 0.1s;
transition: all 0.1s;
text-decoration:none;
}

.supportList{
	text-align:center;
}

.bnrArea{
	display:none;
}

.supportList li{
	display:inline-block;
	padding:0 20px 10px 0;
}

.supportList li a{
	font-size:16px;
}

.supportList li:last-child{
	padding-right:0;
}

.txtArea .tit{
	font-weight:normal;
}

.blockTit{
	background: none;
	padding: 10px 0;
	font-weight: bold;
	background: none;
	color: #3b7fc3;
	border-bottom: 3px solid #3b7fc3;
	text-align: left;
}

.alertBox .tit{
margin-bottom:10px;
}

.attentionList li{
margin-bottom:5px;
font-size:12px;
}

.txtCap{
font-weight:200;
text-align:center;
font-size:15px;
line-height:1.6em;
}

.btn .main{
	display:block;
	width:300px;
	padding: 16px 0;
	border-radius:20em;
	font-size:16px;
	background: #302D2F;
	color:#fff;
	text-shadow:none !important;
	text-align:center;
	margin:40px auto 20px;
	transition: 0.2s all ease;
	outline:none;
	cursor:pointer;

}

.btn .main:hover,
.btn input[type="submit"].main:hover{
	background: #4292E3;
	color:#302D2F;
	transition: 0.2s all ease;
	text-decoration:none;
}

.btn .sub{
	display:block;
	margin:0 auto;
	background:transparent;
	width:300px;
	padding: 16px 0;
	border:1px solid;
	border-radius:20em;
	color:#302D2F;
	text-shadow:none !important;
	font-size:16px;
	font-family: 'Noto Sans JP', sans-serif;
	font-weight:400;
	text-align:center;
	transition: 0.2s all ease;
	outline:none;
	cursor:pointer;
}

.btn .sub:hover{
	background:transparent;
transition: 0.2s all ease;
	text-decoration:none;
	color:#FFF;
	color:#4292E3;
}


.formArea .btn{
margin-bottom:10px;
}

.formArea .formList input[type="text"], .formArea .formList input[type="password"]{
	padding: 5px;
	background: #FFF;
	border: none;
}

.subBtn a{
color:#151515;
text-decoration:none;
font-weight:300;
font-size:16px;
}

.subBtn a:hover{
color:#4292E3;
}

.alertBox .tit{
font-weight:bold;
}
.error{
text-align:center;
}

.formArea .supportList .pw a:before {
	content: '\f0be';
}

.formArea .supportList .faq a:before {
	content: '\f0a3';
}

.block{
margin:0;
margin-bottom: 60px;
}

.sideBox_l{
width:350px;
float:left;
}

.sideBox_r{
width:350px;
float:right;
}

.formArea .formList{
padding: 20px 50px 20px 10px;
}


.formTable{
width:100%;
border:solid 1px #DDD;
margin-bottom:30px;
}

.formTable th{
width:170px;
padding:15px;
border-bottom:solid 1px #DDD;
background:#EEE;
font-size:14px;
font-weight:normal;
color:#333;
text-align:left;

}

.formTable td{
border-bottom:solid 1px #DDD;
border-left:solid 1px #DDD;
padding:15px;
}

.formTable .mail input{
width:98%;
}


.alertBox{
padding:20px;
}

.section .attentionList li:last-child{
margin-bottom:0;
}

.noteBox{
padding:20px;
margin-bottom:20px;
background:#EEE;
}

.txtArea p{
font-size:14px;
line-height:1.6em;
}

.txtArea form p{
text-align:center;
}

.attentionList li:before{
color:#333;
}
.formList {margin: 0 0 30px;}
.formList dt{
    font-size: 12px;
    color: #302D2F;
    margin: 0 0 1px;
}
.formList dd{margin: 0 0 10px;}
.formList dd:last-child{margin: 0;}
.formList input,
.formList textarea {
	width: 100%;
	background: none;
	border: none;
	font-size: 18px;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	padding: 8px 10px 10px;
	border: 1px solid #000000;
	background:#fff;
	border-radius: 5px;
	box-shadow: none;
	    -webkit-appearance: none;
}
.formList textarea {
	font-size: 14px;
	height: 140px;
}
.formList.pulldownBox {width: 100%;}
.formList.pulldownBox select{
    border: 1px solid #000000;
    background: #fff;
    border-radius: 5px;
    color: #000;
    padding: 8px 10px 10px;
    height: auto;
    line-height: 1.8em;
}
.formList.pulldownBox:before {
	color: #b4c3e2;
	right: 4%;
}
.errorList {margin: 0 0 25px;}
.errorList li {
	font-size: 13px;
	color: #ff5b5b;
    line-height: 1.5em;
    margin: 0 0 6px;
    text-indent: -1em;
    padding-left: 1em;
}
.errorList li:before {content:'※';}
/*==============================
 footer
==============================*/

.footer{
	width: 100%;
    height: 140px;
	background: #89afd5;
	position: absolute;
	padding:30px 0 20px;
	bottom: 0;
	z-index: 5;
}

.footer .supportList li a{
	color:#151515;
	font-weight:normal;
	font-size:11px;
}

.footer .supportList li a:hover{
color:#CCC;
}

.footer .support li { padding: 0 0.5em;}
.footer .copyright { color:#fff; }


.bnrArea{
	width: 1000px;
	padding:10px 0 20px 0;
	margin: 0 auto;
	text-align: center;
}

.bnrArea li{
	display:inline-block;
	margin-right:10px;
}

.bnrArea li a{
	display:block;
	opacity:1;
	-webkit-transition: all 0.3s;
	transition: all 0.3s;
}

.bnrArea li a:hover{
	opacity:0.8;
	-webkit-transition: all 0.3s;
	transition: all 0.3s;
}

.support{
margin-bottom:15px;
text-align:center;
}

.support li{
display:inline;
padding:0 0.5em;
text-align:center;
}

.support li a{
color:#FFF;
font-size:11px;
}

.copy{
margin-bottom:5px;
text-align:center;
font-size:11px;
color:#b5b5b5;
line-height:1.4em;
letter-spacing:0.05em;
}


.logoFooter{
text-align:center;
margin-bottom:15px;
}


.support li{
color:#151515;
transition: 0.2s all ease;
}

.support li a{
color:#151515;
transition: 0.2s all ease;
font-family: 'Noto Sans JP', sans-serif;
font-weight:200;
}

.support li a:hover{
transition: 0.1s all ease;
text-decoration:none;
color:#fff;
}

.officialLink{
	margin:30px 0 10px;
	text-align:center;
transition: 0.2s all ease;

}

.officialLink a:hover{
	opacity:0.7;
transition: 0.2s all ease;

}

/*==============================
新規ページ
==============================*/

.resistTit{
margin-bottom:60px;
font-size:28px;
font-weight:bold;
text-align:center;
}

.resistTit .resistSpn{
font-size:32px;
font-family: 'Open Sans Condensed', sans-serif;
}


.resistTit:before{
content: ' ';
border-bottom: solid 4px #FFF;
width: 5%;
padding: 10px;
display: block;
margin: 0 auto;
position: relative;
top: 105px;
}


.mainLead{
font-size:13px;
line-height:1.8em;
margin-bottom:10px;
}

.fcArea{
padding:60px 0 20px;
}

.fcArea h3{
margin-bottom:60px;
/*padding-bottom:10px;
border-bottom:solid 1px #FFF;*/
font-size: 32px;
font-weight: bold;
font-family: 'Open Sans Condensed', sans-serif;
color: #FFF;
text-align:center;
}

.restitCont:before{
content: ' ';
border-bottom: solid 4px #FFF;
width: 5%;
padding: 10px;
display: block;
margin: 0 auto;
position: relative;
top: 62px;
}



.mainCont{
margin-bottom:30px;
}

.mainCont a{
color:#FFF;
text-decoration:underline;
}

.mainCont dt{
padding-bottom:10px;
border-bottom:solid 1px #FFF;
margin-bottom:12px;
font-size:25px;
font-weight: bold;
font-family: 'Open Sans Condensed', sans-serif;
color: #FFF;
text-align:center;
}

.mainCont dd{
font-size:14px;
line-height:1.8em;
text-align:center;
}

.mainCont dd span{
font-size:12px;
}

.contBox{
overflow:hidden;
margin-bottom:40px;
}

.contBox li {
width: 180px;
float: left;
margin-right: 20px;
}

.contBox li:last-child{
margin:0;
}

.contBox dt{
padding-bottom:10px;
border-bottom:solid 1px #FFF;
margin-bottom:12px;
font-size:22px;
font-weight: bold;
font-family: 'Open Sans Condensed', sans-serif;
text-align:center;
}

.contBox dd{
text-align:center;
font-size:12px;
line-height:1.8em;
}

.fcTable{
width:100%;
border:solid 1px #FFF;
}

.fcTable th{
width:120px;
padding:20px;
border-right:solid 1px #FFF;
border-bottom:solid 1px #FFF;
vertical-align:middle;
/*background:rgba(0,0,0,0.6);*/
font-size:14px;
font-weight:bold;
text-align:center;
}

.fcTable td{
padding:20px;
border-bottom:solid 1px #FFF;
font-size:14px;
line-height:1.7em;
}

.fcTable dl{
margin-bottom:10px;
}

.fcTable dt{
font-size:13px;
margin-bottom:5px;
}

.fcTable dd{
margin-bottom:2px;
line-height:1.5em;
font-size:11px;
}

.captionList li{
padding-left:1em;
margin-top:7px;
font-size:11px;
line-height:1.3em;
text-indent:-1em;
}


.resistArea .txt{
font-size:12px;
line-height:1.8em;
text-align:center;
}

.mainBtn{
position:relative;
}

.mainBtn a{
display:block;
width:230px;
padding:10px 0;
border:solid 2px #FFF;
margin:15px auto 0;
border-radius:30px;
position:relative;
color:#FFF;
font-size:14px;
text-align:center;
background:transparent;
overflow: hidden;
-webkit-transition: all .3s;
transition: all .3s;

}


.mainBtn a:hover{
color: #000 !important;
background: #FFF;
-webkit-transition: all .3s;
transition: all .3s;
}

.resistArea .block{
padding:15px;
border:solid 1px #FFF;
margin-bottom:20px;
}

.resistArea .block .blockTit{
padding-bottom:15px;
margin-bottom:15px;
background:transparent;
font-size:18px;
border-bottom:solid 1px #FFF;
}

.mailTxt{
font-weight:bold;
line-height:1.6em;
font-size:14px;
text-align:center;
}

/* W会員注意事項 */
.formArea .annotationList {
  margin-bottom: 40px;
  padding-left: 1em;
  font-size: 12px;
}
.formArea .annotationList li {
  margin-bottom: .5em;
  text-indent: -1em;
}
.formArea .annotationList li a {
  text-decoration: underline;
}

/* デジタル会員証
---------------------------------*/
.memberCard{
    position: relative;
	width: 400px;
    margin: 0 auto 40px;
}
.memberCard img{ width: 100%; pointer-events: none;}
.memberCard:before,
.memberCard:after{
    content: "";
    position: absolute;
    width: 80px;
    height: 30px;
    background: #fff;
}
.memberCard:before{
    left: 10px;
    top: 10px;
    transform: translate(-50%,-50%) rotate(-45deg);
}
.memberCard:after{
    right: 10px;
    bottom: 10px;
    transform: translate(50%,50%) rotate(-45deg);
}
.memberCard .memberCardThumb{
    line-height: 0;
    border-radius: 1em;
    overflow: hidden;
    box-shadow: 0 0 10px -3px rgba(0,0,0,0.5);
}
.memberCard .memberCardThumb img{

}
.memberCard .memberCardThumb .cardNum{
    position: absolute;
    bottom: 38px;
    left: 50%;
    transform: translate(-50%,0);
    font-size: 16px;
    font-weight: 600;
    color: #FFF;
}


/* 推しメン
---------------------------------*/
.userdataTit{
    font-size: 12px;
    color: #333;
    opacity: 0.5;
    margin: 0 0 5px;
    padding: 0 20px;
}
.userdataBlock{
    background: #FFF;
    border-top: 1px solid #b5b5b5;
    border-bottom: 1px solid #b5b5b5;
    padding: 0 20px;
    margin: 0 0 40px;
}

.userdataBlock .userdata{
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 15px 0;
    border-bottom: 1px solid #b5b5b5;
}
.userdataBlock .userdata:last-child{
    border-bottom: none;
}
.userdataBlock .userdata dt{

}
.userdataBlock .userdata dd{

}
.btnOshimen{
    padding: 0 20px;
    margin: 0 0 40px;
}
.btnOshimen a{
    display: block;
    background: #000;
    color: #FFF;
	border: 1px solid #000;
    text-align: center;
    width: 100%;
    padding: 15px;
    font-size: 16px;
    border-radius: 10px;
	display: block;
    width: 300px;
	margin: 4% auto;
	transition: .4s;
}
.btnOshimen a:hover{
	text-decoration: none;
	color: #000;
	background: #fff;
}
.btnOshimen.oshimenEdit a{
    background: #3b7fc3;
    color: #FFF;
    border: 1px solid #3b7fc3;
}
.btnOshimen.oshimenEdit a:hover{
	color: #3b7fc3;
	background: #fff;
}
.btn .main.pop-up {
	margin: 4% auto;
    background: #4292E3;
    color: #302D2F;
    font-weight: bold;
	border-radius: 40px;
}


/* //デジタル会員証
---------------------------------*/


@media screen and (max-width: 900px) {
	#mypageHeader{min-width: inherit;}
	#container{width: 100%;}
	.btn input{-webkit-appearance:none;}
	.footer{ box-sizing: border-box; padding: 30px 50px; }
	.single .section { padding: 60px 7% 70px; }
}


.favoriteAnim{

}
.favoriteAnim .favoriteHeader{
    background: #6c3bd0;
    color: #FFF;
    border-radius: 30px 30px 0 0;
    position: relative;
    padding: 45px 0 20px;
    text-align: center;
}
.favoriteAnim .favoriteHeader.member1{
    background: #2E78C5;
}
.favoriteAnim .favoriteHeader.member2{
    background: #6c3bd0;
}
.favoriteAnim .favoriteHeader.member3{
    background: #FF4949;
}
.favoriteAnim .favoriteHeader.member4{
    background: #4ea772;
}
.favoriteAnim .favoriteHeader.member5{
    background: #E87E38;
}
.favoriteAnim .favoriteHeader .favoriteTit{
    position: absolute;
    top: 0;
    left: 50%;
    transform: translate(-50%,-50%);
    width: 60%;
    line-height: 0;
}
.favoriteAnim .favoriteHeader .favoriteName{
    font-size: 36px;
    margin: 0 0 10px;
    line-height: 1em;
}
.favoriteAnim.favorite1 .favoriteHeader .favoriteName:before{
    content:"純烈";
}
.favoriteAnim.favorite2 .favoriteHeader .favoriteName:before{
    content:"酒井 一圭";
}
.favoriteAnim.favorite3 .favoriteHeader .favoriteName:before{
    content:"白川 裕二郎";
}
.favoriteAnim.favorite4 .favoriteHeader .favoriteName:before{
    content:"後上 翔太";
}
.favoriteAnim .favoriteHeader .favoriteSubName{
    font-size: 12px;
}
.favoriteAnim.favorite1 .favoriteHeader .favoriteSubName:before{
    content:"JUNRETSU";
}
.favoriteAnim.favorite2 .favoriteHeader .favoriteSubName:before{
    content:"SAKAI KAZUYOSHI";
}
.favoriteAnim.favorite3 .favoriteHeader .favoriteSubName:before{
    content:"SHIRAKAWA YUJIRO";
}
.favoriteAnim.favorite4 .favoriteHeader .favoriteSubName:before{
    content:"GOGAMI SHOTA";
}

.favoriteAnim .thumb{
    position: relative;
    line-height: 0;
}
.favoriteAnim .thumb .waveTop{
    line-height: 0;
    position: absolute;
    top: 0;
    left: 0;
}
.favoriteAnim .thumb .waveBottom{
    line-height: 0;
    position: absolute;
    bottom: 0;
    left: 0;
}
.favoriteAnim .thumb img{
    width:100%;
    pointer-events: none;
}
.favoriteAnim .favoriteFooter{
    background: #976CEF;
    border-radius: 0 0 30px 30px;
    padding: 20px;
}
.favoriteAnim .favoriteFooter.member1{
    background: #75B0ED;
}
.favoriteAnim .favoriteFooter.member2{
    background: #976CEF;
}
.favoriteAnim .favoriteFooter.member3{
    background: #FF7070;
}
.favoriteAnim .favoriteFooter.member4{
    background: #89c6a1;
}
.favoriteAnim .favoriteFooter.member5{
    background: #ffa468;
}
.favoriteAnim .favoriteComment{
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin: 0 0 20px;
}
.favoriteAnim .favoriteComment dt{
    width: 60px;
    border-radius: 100px;
    overflow: hidden;
    line-height: 0;
}
.favoriteAnim .favoriteComment dd{
    width: calc(100% - 80px);
    background: #FFF;
    padding: 10px 15px;
    border-radius: 10px;
    font-size: 12px;
    font-weight: 600;
    position: relative;
    line-height: 1.4em;
    box-sizing: border-box;
}
.favoriteAnim .favoriteComment dd:before{
    content: "";
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 0 20px 17px 0;
    border-color: transparent #FFF transparent transparent;
    position: absolute;
    left: -13px;
    top: calc(50% - 7px);
}
.favoriteAnim .favoriteComment dd .mem2{
    color:#976CEF;
}
.favoriteAnim .favoriteComment dd .mem3{
    color:#FF7070;
}
.favoriteAnim .favoriteComment dd .mem4{
    color:#89c6a1;
}
.favoriteAnim .favoriteComment dd .mem5{
    color:#ffa468;
}
.favoriteAnim .favoriteTurm{
    display: flex;
    align-items: center;
    justify-content: space-between;
    color: #FFF;
}
.favoriteAnim .favoriteTurm dt{
    font-size: 12px;
    font-weight: 600;
}
.favoriteAnim.favorite1 .favoriteTurm dt span:before{
    content:"純烈全員";
}
.favoriteAnim.favorite2 .favoriteTurm dt span:before{
    content:"酒井 一圭";
}
.favoriteAnim.favorite3 .favoriteTurm dt span:before{
    content:"白川 裕二郎";
}
.favoriteAnim.favorite4 .favoriteTurm dt span:before{
    content:"後上 翔太";
}
.favoriteAnim .favoriteTurm dd{
    font-weight: 600;
}
.favoriteAnim .favoriteTurm dd span{
    font-size: 28px;
    padding: 0 5px 0 0;
}
/*===================================================
  favoritePop
====================================================*/

.favoritePop {
    display: none;
    width: 100%;
    height: 100%;
    max-width: 100%;
    color: #fff;
    box-sizing: border-box;
    position: fixed;
    left: 0;
    top: 0;
    z-index: 9999;
    overflow: auto;
    -webkit-overflow-scrolling: touch;
}
.favoritePop.popActive {
  display:block;
}
.favoritePop .popupShade{
    position: absolute;
    left: 0;
    width: 100%;
    height: auto;
    min-height: 100%;
    background: rgba(0,0,0,0.8);
    z-index: 0;
}

.favoritePop .close {
    width: 60px;
    height: 60px;
    position: fixed;
    right: 40px;
    top: 40px;
    cursor: pointer;
    transition: 0.3s ease;
    transform: rotate(45deg);
    background: #000;
    border-radius: 100px;
    z-index: 1;
}
.favoritePop .close::before,
.favoritePop .close::after {
    content: '';
    display: inline-block;
    width: 60%;
    height: 2px;
    background: #FFF;
    position: absolute;
    left: 50%;
    top: 50%;
}
.favoritePop .close::before {
  transform: translate(-50%,-50%);
}
.favoritePop .close::after {
    transform: translate(-50%,-50%) rotate(90deg);
}
.favoritePop .popInBox {
    width: calc(100% - 60px);
    max-width: 360px;
    margin: 70px auto;
    color: #000;
}



