@charset "utf-8";

/* =================================================
       --------------------
          クリープハイプ FANCLUB MYPAGE
					PC
       -------------------
================================================= */
/*  base
------------------------------ */
body {
	background:  #fff;color:#222;
	height: auto;
	min-height: 100%;
	font-family: "ヒラギノ角ゴ Pro W3", "メイリオ", sans-serif;
	word-wrap : break-word;
	overflow-wrap : break-word;
}
img{/*width: 100%*/}


a,a:link, a:visited{
	color:#222;
	text-decoration:none;
	-webkit-transition: all 0.2s;
	-moz-transition: all 0.2s;
	transition: all 0.2s;
}

a:hover {
	opacity: 0.6;
}

.btn {margin: 20px 0;}
.btn input,
.btn a {
	width: 290px;
	display: block;
	font-weight: bold;
	cursor: pointer;
	letter-spacing: 0.1em;
	text-decoration: none;
  -webkit-transition: 0.1s ease-in-out;
  -moz-transition: 0.1s ease-in-out;
  transition: 0.1s ease-in-out;
  border: 1px solid #222;
}

.btn input:hover,
.btn a:hover {
	border: 1px solid #222;
	background: #fff;
}

.btn a.sub,
.btn a.sub:hover,
.btn input.sub,
.btn input.sub:hover {
	text-decoration: none;
}

.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;}


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

#wrapper {
    width: 100%;
    height: 100%;
    padding-bottom: 240px;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}
#side_line {
    width: auto;
    min-height: 100%;
    position: relative;
}
#container {
	width: 950px;
	margin: 0 auto;
	padding: 0;
	background: transparent;
}
.rule {color:#000;}
.bold {font-weight: bold;}
.fs10 {font-size: 10px;}

.btn .main{
	padding: 14px 0;
	background: #222;
	border-radius: 0;
	color: #fff;
	letter-spacing: 0.05em;
	cursor: pointer;
}
.btn .sub{
	background: #fff;
	color: #222;
	border:1px solid #222;
	letter-spacing: 0.05em;
	cursor: pointer;
	border-radius: 0;
}
.btn .sub:hover,
.btn .main:hover{ background: #fff;color:#222;}


/* header */
#mypageHeader h1{width: 400px;position: absolute;left: 50%;top:60px;margin-left:-200px;}
#mypageHeader .loginNav{ margin-top: 40px;width: 150px;padding-right: 4%;}
#mypageHeader .loginNav a{
display: block;
padding:5px 0;
text-align: center;
font-weight: bold;
color: #333;
border: 1px solid #999;
border-radius: 30px;
}
#mypageHeader .loginNav a:before{display: none}
#loginId{z-index: 2; position: absolute;right:4%;top:20px;font-size: 12px;}
#header{padding: 60px 0 0;margin-bottom: 40px}
#loginId p{display: inline-block;color: #666;}
#header h1 {background: Transparent;text-align: center;}
#header h1 a {
	background: transparent;
	display: inline-block;
	margin: 0 0 0 -20px;
	padding: 0;
}
#header svg{
	width: 175px;
    height: 32px;
}
.alertBox a{text-decoration: underline;color:#009fdf;}
.alertBox{background: #fff0f0;}
.alertBox .error{color:#c00;}


/* footer */

#footer { position:absolute;bottom:0;padding: 40px 0;width:100%;color: #999;font-size: 12px;background: transparent;}
#footer a{color: #999;}
#footer p.copyright{font-size: 12px;text-align: center;color: #999;}
#footer .inner{width: 960px;margin: 0 auto;padding: 50px 0 40px;}
#footer a:hover{opacity: 0.5;}
#footer .nswLogo {display: none;}
#footer .bandLogo{margin: 0 0 10px;text-align: center;}
#footer .bandLogo img{width: 150px;}
#footer .login {display: none}
#footer .subNavi{margin-bottom: 30px;}
#footer .subNavi li{
	float: left;
	width: 20%;
	font-weight: 500;
}
#footer .subNavi li li{
	float: none;
	width: 100%;
	margin-bottom: 2px;
}
#footer .subNavi li p{margin-bottom: 2px;}
#footer .subNavi li ul{margin-bottom:2px;}
#footer .subNavi li p a{color: #fff;}
#footer .sns {margin-bottom:20px;text-align: center;}
#footer .sns li{
	display: inline-block;
	font-size: 26px;
	margin: 0 15px;
}
#footer p.copyright{text-align: center;}
#footer .supportList{ margin-bottom: 40px}

.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;}
.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);
}
.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}


/* payment */
.list--payment {
}
.list--payment * {
  -webkit-transition: none;
  transition: none;
}
.list--payment li {
  position: relative;
  font-size: 18px;
  font-weight: bold;
}
.list--payment li::after {
  content: '';
  display: inline-block;
  width: 0.5em;
  height: 0.5em;
  border: 2px solid #ccc;
  border-top: none;
  border-right: none;
  margin: -0.25em 0 0;
  position: absolute;
  right: 1em;
  top: 50%;
  -webkit-transform: rotate(-135deg);
  transform: rotate(-135deg);
}
.list--payment li{
  border-bottom: 0.5px solid #ccc;
}
.list--payment li label:hover {
  background: #eee
}
.list--payment li .list--payment__price {
  display: block;
  padding-top: .8em;
  font-size: 14px;
  font-weight: normal;
}
.list--payment li a,
.list--payment li label {
  display: block;
  padding: 1em 5.5% 1em 10px;
  position: relative;
  cursor: pointer;
}
.list--payment li input {
  display: none;
}
.list--payment .list--payment__spmode{
	padding: 1em 1% 1em 10px;
}
.list--payment .list--payment__spmode::after{
  display:none;
}
.list--payment .list--payment__spmode .block--spmode .txt--sub{
  margin: 1em 0 .5em;
}
.list--payment .list--payment__spmode .block--spmode{
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  -webkit-box-align: top;
  -webkit-align-items: top;
  align-items: top;
}
.list--payment .list--payment__spmode .send-mail {
  width: 75%;
  word-break: break-all;
}
.list--payment .list--payment__spmode input{
  display: block;
}
.list--payment .list--payment__spmode input[type="text"]{
  float: left;
  width: 70%;
}
.list--payment .list--payment__spmode input[type="submit"]{
  display: block;
  background: #000;
  color: #fff;
  -webkit-appearance: none;
  border: none;
  line-height: 39px;
  padding: 0 20px;
  margin-left: 5px;
  border-radius: 3px;
}
.list--payment .list--payment__spmode .btn{
  display: inline-block;
  position: relative;
  margin: 0;
}
.list--payment .txt--sub{
	font-size: 0.7em;
	font-weight: normal;
}


/* CONTACT
------------------------------*/

.block--ticketcaution{
    background: #fff0ea;
    color: #f33;
    border: 1px solid #F32;
    border-radius: 3px;
    -webkit-border-radius: 3px;
    padding: 1em;
    margin: 1.5em auto;
}

.block--ticketcaution a {
	color:#f33;
	text-decoration:underline;
}

.block--ticketcaution a[target="_blank"]:not([class])::after {
    font-family: FontAwesome;
    display: inline-block;
    position: relative;
    top: 0.1em;
    content: "\f08e";
}

.block--ticketcaution .txt--basic{
	margin-bottom:0.5em;
}

.block--holiday {
  padding: 1em;
  background: #ffffff80;
  border: solid 1px #00000050;
}

.block--holiday .block-tit {
  border-bottom: solid 1px #00000050;
}

.block--holiday {
  padding: 1em;
  background: #ffffff80;
  border: solid 1px #00000050;
	margin-bottom:1.5em;
}

.block--holiday .block-tit {
  border-bottom: solid 1px #00000050;
	margin-bottom:0.5em;
}

.block--holiday .block--holiday{
	background:#eeeeee80;
	border:none;
	margin-bottom:0.5em;
}

