@charset "utf-8";

/* =================================================
   --------------------
   JUN SKY WALKER(S) FANCLUB MYPAGE
   PC
   -------------------
================================================= */
/*  base
------------------------------ */
html,body {height: 100%;}
body {
	font-family: "ヒラギノ角ゴ Pro W3", "メイリオ", sans-serif;
	word-wrap : break-word;
	overflow-wrap : break-word;
	color: #00405B;
	word-break: break-word;
}

img{/*width: 100%*/}
a,a:link, a:visited{
	color:#00405B;
	text-decoration:none;
	-webkit-transition: all 0.3s;
	-moz-transition: all 0.3s;
	transition: all 0.3s;
}
a:hover {color: #509cbb;}
.btn {margin: 20px 0; text-align: center;}
.btn a.sub,
.btn a.sub:hover,
.btn input.sub,
.btn input.sub:hover {
	text-decoration: none;
}
.btn input, .btn a {
	display: inline-block;
	width: auto;
    min-width: 250px;
    font-size: 16px;
    text-align: center;
    text-decoration: none;
    padding: 12px 1.5em;
    border-radius: 0;
    font-weight: normal;
    line-height: 1.8;
    cursor: pointer;
    box-sizing: border-box;
    border: 2px solid;
   	-webkit-transition: all 0.3s;
	-moz-transition: all 0.3s;
	transition: all 0.3s;
	-webkit-appearance: none;
}
.btn .main{background: #00405B; color: #fff; border-color: transparent;}
.btn .sub{background: none; color: #00405B;}
.btn .sub:hover{ color: #509cbb; background: none;}
.btn .main:hover{ background: #509cbb; border-color: transparent;}
.txt {margin: 0 0 15px;}
.bold {font-weight: bold;}
.blockTit {margin: 30px 0 15px;}
.lead {
	margin: 0 0 10px;
	font-size: 16px;
}
.center {text-align: center;}
button,
textarea,
select,
input,
img { outline: none; }
.svg-symbol {display: none;}

/*===============================
  �ł��ςƂ��ǋL
==================================*/

#wrapper {
	width: 100%;
	min-height: 100%;
	padding: 60px 0 200px;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	background: #30728e;
}
#wrapper:before,
#wrapper:after{
	content: '';
	width: 200%;
	height: 200%;
	position: fixed;
	transition: all 1.5s ease;
	-webkit-transition: all 1.5s ease;
	opacity: 0.75;
	background: #002a3c;
}
#wrapper:before{top: -190%; right: -100%;transform: translate(-25%,40%) rotate(45deg);}
#wrapper:after{bottom: -190%; left: -100%;transform: translate(25%,-40%) rotate(45deg);}
#side_line {
    width: auto;
    min-height: 100%;
    position: relative;
}
#container {
	width: 950px;
	margin: 0 auto;
	padding: 80px 0;
	background: transparent;
		position: relative;
	z-index: 1;
}
.rule {color:#00405B;}
.bold {font-weight: bold;}
.fs10 {font-size: 10px;}
.alertBox a{text-decoration: underline;color:#009fdf;}
.alertBox{background: #fff0f0;}
.alertBox .error{color:#c00;}




/* header
============================== */
header {
    width: 100%;
	position: fixed;
    top: 0;
    left: 0;
    z-index: 9000;
    background: #fff;
    box-shadow: 0 0 30px rgba(67, 88, 97, 0.1);
    transition: all .3s ease;
	-webkit-transition: all .3s ease;
}
header .inner{
    /*width: 1000px;*/
    padding: 0 3%;
    margin: 0 auto;
    height: 60px;
    position: relative;
}
header h1 {
    position: absolute;
	width: 170px;
    top: 18px;
    left: 3%;
    z-index: 9999;
    line-height: 0;
    opacity: 1;
    transition: all .3s ease;
    -webkit-transition: all .3s ease;
}
header h1 a {display: block; line-height: 0}
header h1 a img {width: 100%;}
header h1 a:hover {opacity: 0.8;}
.menu-nav {display: none;}
.login-nav {
	height: 60px;
	line-height: 60px;
	float: right;
}
.login-nav li {display: inline-block;}
.login-nav li a{
	display: block;
	font-size: 13px;
	letter-spacing: 0.05em;
	position: relative;
	margin: 0 0 0 15px;
	text-decoration: none;
	color: #00405B;
}
.login-nav li a:hover{color: #509cbb;}
.login-nav li i{
    margin: 0 5px 0 0;
    font-size: 15px;
    position: relative;
    top: 2px;
}
header #loginId {
	float: right;
    text-align: right;
    position: relative;
    top: 11px;
}

/* footer
============================== */
footer{
    width: 100%;
    min-width: 1100px;
    margin: ;
    padding: 40px 0;
    position: absolute;
    bottom: 0;
    left: 0;
    z-index: 1;
    text-align: center;
    background: #fff;
    color: #00405B;
}
footer .support-nav{ margin: 0 0 20px; padding: 0 6%;}
footer .support-nav li{display: inline-block; padding: 0 15px;}
footer .support-nav li a{font-size: 11px;color: #00405B;text-decoration: none;}
footer .support-nav li a:hover {color: #509cbb;}
footer .official-link a {
    display: inline-block;
    margin: 0 0 30px;
    padding: 10px 20px;
    font-size: 11px;
    font-family: 'Libre Baskerville', serif;
    letter-spacing: 0.05em;
    background: rgba(0, 101, 142, 0.14);
    color: #00405B;
    text-decoration: none;
}
footer .official-link a:hover {background-color: rgba(0, 101, 142, 0.3);}
footer .copyright {
	font-size: 10px;
	letter-spacing: 0.05em;
	opacity: 0.6;
}


.mypage ul.errorList li:after {
    font-family: 'WebHostingHub-Glyphs';
    content: '\f316';
    font-size: 0.9em;
    position: absolute;
    left: 0px;
    top: 57%;
    margin: -1em 0 0;
		color: #c00;
}
.mypage ul.errorList li {
    position: relative;
    padding: 0 0 0 15px;
}
.section .sectionTit{margin-bottom: 30px;padding: 0 0 15px; color: #00405B;}
.single .section{
	background: #fff;/*padding: 50px 130px 30px;*/
	box-shadow:0px 0px 12px 1px rgba(196,196,196,0.32);
	-moz-box-shadow:0px 0px 12px 1px rgba(196,196,196,0.32);
	-webkit-box-shadow:0px 0px 12px 1px rgba(196,196,196,0.32);
	padding-top: 50px;
}
.formArea .formList{margin-bottom:20px;padding: 35px 50px 20px 15px;}
.formArea .formList .subTxt{margin:5px 0 0;color: #666;font-size: 0.9em}
.formArea .btn{margin-bottom: 20px;}
.formArea .formList input[type="text"],
.formArea .formList input[type="password"]{
	padding: 5px 8px;
	font-size:16px;
	border: 1px solid #ccc;
}
.formArea #loading img{ width: 20px;}
.section.mypage .menuList .txt{line-height:88px;}
.section.mypage .term{padding: 20px;}
.supportList a:before{display: none}
.supportList li{margin-bottom: 5px}
.txtList {margin-bottom: 20px;padding-left: 1em;}
.txtList li{text-indent: -1em;margin-bottom: 5px}

.section.regist .mailmagSwitch > li:last-child {margin-bottom: 0;}
.section.regist .mailmagSwitch .tit{
	font-size: 18px;
	padding-right: 130px;
}
.section.regist .mailmagSwitch .subTxt {margin-top: 10px;}

/* contact */
.section .attentionList > li {margin: 0 0 5px;}
.section .attentionList .example { color: #666;}
.section .attentionList .example li:before { display: none;}
.section .attentionList .exampleTit {
    text-indent: 0;
    margin: 6px 0 3px;
    font-weight: bold;
    color: #666;
}
.section .attentionList + .txt {margin-top: 20px;}

/* デジタル会員証 */
.btn .main.pop-up {
    width: 50%;
}
body.card-open header{
    -webkit-filter: blur(5px) brightness(0.7);
    filter: blur(5px) brightness(0.7);
}

.block--card.card-open {
    opacity: 1;
    pointer-events: auto;
}
.block--card {
    opacity: 0;
    pointer-events: none;
    transition: .4s;
    position: fixed;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    z-index: 999;
    -webkit-backdrop-filter: blur(5px) brightness(0.7);
    backdrop-filter: blur(5px) brightness(0.7);
}
.block--card .card {
    max-width: 90vw;
    max-height: 57vw;
    width: 526.5px;
    height: 333px;
    position: relative;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    border-radius: 10px;
    background: #121212;
}
.block--card .card .inner {
    position: relative;
    width: 100%;
    height: 100%;
    border-radius: 10px;
    overflow: hidden;
    box-shadow: 0px 10px 18px 0px rgba(0, 0, 0, 0.5);
}
.block--card .card .tit,
.block--card .card .item {
    color: #acacac;
    font-family: 'Noto Sans JP', sans-serif;
    font-size: 13px;
    font-weight: 300;
    letter-spacing: 0.1em;
    line-height: 1.5;
}
.block--card .card .inner:before,
.block--card .card .inner:after {
    content:"";
    height:100%;
    width:30px;
    position:absolute;
    opacity:0;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    z-index: 15;
    background: linear-gradient(to right, rgba(255,255,255,0) 0, rgba(255,255,255,0.5) 70%, rgba(255,255,255,0.1) 100%);
    top:-250px;
    left: -100px;
}
.block--card .card .inner:before {
    -webkit-animation: reflection 2s ease-in-out infinite;
    animation: reflection 2s ease-in-out infinite;
}
.block--card .card .inner::after {
    -webkit-animation: reflection 2s ease-in-out 1s infinite;
    animation: reflection 2s ease-in-out 1s infinite;
}
@keyframes reflection {
    0% { -webkit-transform: scale(0) rotate(60deg); opacity: 0; }
    10% { -webkit-transform: scale(0) rotate(45deg); opacity: 0.8; }
    20% { -webkit-transform: scale(5) rotate(45deg); opacity: 1; }
    100% { -webkit-transform: scale(60) rotate(30deg); opacity: 0; }
    }
.block--card .card .close {
    position: absolute;
    width: 40px;
    height: 40px;
    right: -50px;
    top: -50px;
    cursor: pointer;
}
.block--card .card .close::before, .block--card .card .close::after {
    content: "";
    display: block;
    width: 40px;
    height: 1px;
    background: #000;
    position: absolute;
    top: 50%;
    left: 0;
}
.block--card .card .close::before {
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
}
.block--card .card .close::after {
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
}
.block--card .card .card-logo,
.block--card .card .card-img {
    position: absolute;
    left: 50%;
    top: 48%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}

.block--card .card .card-logo {
    width: 72%;
    z-index: 10;
}

.block--card .card .card-img {
    width: 37%;
    z-index: 5;
}

.block--card .card .item__number {
    position: absolute;
    right: 5%;
    top: 5%;
}
.block--card .card .block--data {
    position: absolute;
    width: 90%;
    bottom: 5%;
    left: 50%;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    display: flex;
    justify-content: space-between;
    align-items: end;
}
.block--card .card .block--data .block--status .tit {
    margin-right: 1em;
}
.block--card .card .block--data .block--status .item__expire,
.block--card .card .block--data .block--status .item__duration {
    display: flex;
    justify-content: space-between;
}
/* IE
============================== */
.useragent--ie header h1 a .logo--artist svg {height: 10px;}
.useragent--ie header h1 a .logo--site-name svg {height: 12px;}




/* tablet(iPad)
=================================== */
@media screen and (min-width: 768px) and (max-width: 900px){
	footer {min-width: auto;}
	footer .support-nav li {line-height: 2em;}
	#wrapper {padding-bottom: 235px; background: #fff;}
	#wrapper:before, #wrapper:after {display: none;}
	#container {width: auto; padding: 0;}
	.single .section {padding: 60px 6%; margin: 0;}
}


.grecaptcha-badge { z-index: 110;}

