<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@charset "euc-jp";
/*********************************************
内容       : エンジェルライブ スマホサイト 基本のCSS
ページURL  : http://www.angel-live.com/sp/home/ など全頁
*********************************************/
html, body, div, span, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
abbr, address, cite, code,
del, dfn, em, img, ins, kbd, q, samp,
small, strong, sub, sup, var,
b, i,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, figcaption, figure,
footer, header, hgroup, menu, nav, section, summary,
time, mark, audio, video {
  margin:0;
  padding:0;
  border:0;
  outline:0;
  font-size:100%;
  vertical-align:baseline;
  background:transparent;
}
body { line-height:1; }
article,aside,details,figcaption,figure,
footer,header,hgroup,menu,nav,section { display:block; }
nav ul { list-style:none; }
blockquote, q { quotes:none; }
blockquote:before, blockquote:after,
q:before, q:after { content:''; content:none; }
a {
  margin:0;
  padding:0;
  font-size:100%;
  vertical-align:baseline;
  background:transparent;
  text-decoration:none;
  color:#0066cc;
}
/* change colours to suit your needs */
ins {
  background-color:#ff9;
  color:#000;
  text-decoration:none;
}
/* change colours to suit your needs */
mark {
  background-color:#ff9;
  color:#000;
  font-style:italic;
  font-weight:bold;
}
del { text-decoration: line-through; }
abbr[title], dfn[title] {
  border-bottom:1px dotted;
  cursor:help;
}
/*
table {
  border-collapse:collapse;
  border-spacing:0;
}
*/
/* change border colour to suit your needs */
hr {
  display:block;
  height:1px;
  border:0;
  border-top:1px solid #cccccc;
  margin:1em 0;
  padding:0;
}
input, select { vertical-align:middle; }
.clearFix:after {
  content: "";
  display: block;
  font-size: 0;
  height: 0;
  line-height: 1;
  overflow: hidden;
  visibility: hidden;
  clear: both;
}

.have-arrow{
  display:block;
  position:relative;
}
.have-arrow:after{
  position: absolute;
  top: 50%;
  display: block;
  content: '';
  top: 50%;
  right: 12px;
  width: 10px;
  height: 10px;
  margin-top: -6px;
  border-right: solid 2px #ccc;
  border-bottom: solid 2px #ccc;
  transform: rotate(-45deg);
}

/**********************************************

 reas.スマートフォン

***********************************************/
body{
  background: #efefef;
  font-size: 12px;
  -webkit-text-size-adjust : none;
  font-family: 'Hiragino Kaku Gothic Pro', 'ヒラギノ角ゴ Pro W3', sans-serif;
}
.clear{ clear:both; }
.bBlue {
  color: #336699;
  font-weight: bold;
}
.sRed { color: #FF0000; }

/* 見出し
***********************************************/
/*.hxTitle{
  margin-top:4px;
  height:30px;
  background: linear-gradient(to bottom, #393939 50%,#1f1f1f 50%);
  border-top:2px solid #666;
  text-align:center;
  color:#fff;
  font-size:13px;
  line-height:30px;
}
.hxTitle span:nth-of-type(1){ color:#e05198; }
.hxTitle span:nth-of-type(2){
  margin-right:5px;
  color:#efa4bb;
}
.hxTitle span:nth-last-of-type(1){ color:#e05198; }
.hxTitle span:nth-last-of-type(2){
  margin-left:5px;
  color:#efa4bb;
}
.hxTitle strong{ color:#ffea00; }
.hxTitle a{ color:#fff; }
*/
.hxTitle {
  padding: 11px 15px;
  line-height: 1.4;
  font-size: 14px;
  font-weight: bold;
  letter-spacing: 0.06em;
  background: #fff;
  color: #444;
  border-bottom: 1px solid #f1f1f1;
}
.contents &gt; .hxTitle:first-child,
article &gt; .hxTitle:first-child,
#spevent &gt; .hxTitle:first-child,
#evArea &gt; .hxTitle:first-child {
  margin-top: 4px;
}
.hxTitle span {
  display: none;
}
.hxTitle__tit.is_title:after, .hxTitle__tit.is_title:before {
  content: none !important;
}

#spevent h2 img,
#spevent h2 + img {
  display: block;
}

/* センターブロック (もっと見るリンクイメージ)
***********************************************/
.cBlock{
  display: block;
  width: 216px;
  margin: 10px auto;
  text-align: center;
}
.cBlock img {
  display: block;
  width: 100%;
}

/* ヘッダー
***********************************************/
header#globalHeader{
  overflow:hidden;
  position:relative;
  width:100%;
  background:#fff;
  box-shadow:0 0 10px #b2b2b2;
}
header#globalHeader h1,
header#globalHeader #logo {
  float: left;
  height: 36px;
  margin: 18px 0 0 6px;
  overflow: hidden;
  position: relative;
  width: 140px;
}

header#globalHeader h1 span {
  font-size: 8px;
  font-family: 'Hiragino Kaku Gothic ProN', Meiryo, 'MS PGothic', Sans-serif;
  position: absolute;
  top: 7px;
  left: 2px;
  color: #db6998;
  text-shadow: 0 1px 0 0 #CCC;
}
body a#conbtn,
body a#homebtn,
body a#loginbtn {
  color: #444444;
  display: block;
  float: right;
  font-size: 10px;
  margin: 9px 9px 0 0;
  text-align: center;
}
header#globalHeader a#homebtn { margin-right: 10px; }

body a#conbtn div.contentmenu,
body a#homebtn div.gotohome,
body a#loginbtn div.loginbtn{background:url(https://assets.angel-live.com/common/spimg/img_sprites.png) no-repeat ;}

body a#homebtn div.gotohome {background-position: 0 -77px;}
body a#loginbtn div.loginbtn { background-position: -200px -157px;}

body a#conbtn div.contentmenu:hover{background-position:-40px -52px !important;}
body a#homebtn div.gotohome:hover{background-position: 0 -117px;}
body a#loginbtn div.loginbtn:hover{ background-position: -200px -197px;}

body a#conbtn div.contentmenu,
body a#homebtn div.gotohome,
body a#loginbtn div.loginbtn  {
  background-size:240px auto !important;
  height: 41px;
  width: 40px;
}

body a#conbtn div.contentmenu{
  background-position:0 -52px !important;
  background-size:637px auto !important;
}
body a#homebtn div.gotohome {background-position: 0 -77px !important;}

header#globalHeader hr{
  margin:2px 0 0 0;
  width:100%;
  height:3px;
  background:#e56e9f;
  border:0;
  box-shadow: 1px 1px 0 #c35e87 inset;
}
header#globalHeader a.appLink{
  position:absolute;
  top:26px;
  left:145px;
}
/* 2013/06/07 追記 ヘッダの「PC版」のところ
**************************/
#globalHeader span.toPc {
  border: 1px solid #C3C3C3;
  border-radius: 3px 3px 3px 3px;
  display: block;
  position: absolute;
  right: 45px;
  top: 7px;
}
#globalHeader span.toPc a {
  display :block;
  width: 60px;
  height: 30px;
  line-height: 30px;
  color: #fff;
  text-align: center;
  font-family: 'Hiragino Kaku Gothic ProN', Meiryo, 'MS PGothic', Sans-serif;
  font-size: 18px;
  font-weight: bold;
  border-radius: 3px;
  border: 2px solid #FFFFFF;
  background: linear-gradient(to bottom, #f5749c 50%, #e05198 51%);
}

/* ログイン前ボタン
***********************************************/
header#globalHeader nav#infoMenu{
  padding:1px 0;
  background: linear-gradient(to bottom, #ffffff 50%,#f0f0f0 50%);
  border:1px solid #fff;
  border-width:1px 0 0;
  text-align:center;
}
header#globalHeader nav#infoMenu li{
  display:inline-block;
  padding:2px;
  width:148px;
  height:28px;
  background:#fff;
  border:1px solid #c3c3c3;
  border-radius:3px;
  font-size:14px;
}
header#globalHeader nav#infoMenu li a{
  display:block;
  overflow:hidden;
  width:100%;
  height:100%;
  color:#fff;
  line-height:28px;
}
header#globalHeader nav#infoMenu li#registBtn a{
  background: linear-gradient(to bottom, #a9d433, #87c333 50%, #66b200 50%, #3b9d00);
}
header#globalHeader nav#infoMenu li#loginBtn a{
  background: linear-gradient(to bottom, #f682b1, #f07aab 50%, #eb5995 50%, #e34e8d);
}
header#globalHeader nav#infoMenu li#logoutBtn a{
  background: linear-gradient(to bottom, #ababab, #9a9a9a 50%, #7f7f7f 50%, #6a6a6a);
}
header#globalHeader nav#infoMenu li#memName a{
  background:#1f1f1f;
  letter-spacing:0.5px;
  color:#ffea00;
}
header#globalHeader nav#infoMenu li#memName a span{
  background:none;
  color:#fff;
}
header#globalHeader nav#infoMenu span.ico{
  display:inline-block;
  width:20px;
  height:100%;
  vertical-align:middle;
  background-image:url(https://assets.angel-live.com/common/spimg/img_sprites.png);
  background-repeat:no-repeat;
  background-size:2000% auto;
}
header#globalHeader nav#infoMenu li#registBtn span.ico{
  margin-right:2px;
  background-position:0 -346px;
}
header#globalHeader nav#infoMenu li#loginBtn span.ico{ background-position:0 -312px; }
header#globalHeader nav#infoMenu li#logoutBtn span.ico{
  margin-right:2px;
  background-position:0 -379px;
}

/*2100円プレゼント
***********************************************/

#goRegistration {
  background: none repeat scroll 0 0 #FFFFFF;
  overflow: hidden;
  text-align: center;
}

/* サイトメニュー
***********************************************/
header#globalHeader nav#siteMenu{
  padding:2px 0 0;
  background:#e7e7e7;
  text-align:center;
  border-top:1px solid #dbdbdb;
}
header#globalHeader nav#siteMenu li{
  display:inline-block;
  width:96px;
  height:28px;
  border:1px solid #c3c3c3;
  border-radius:3px;
  padding:2px;
  background:#ffffff;
}
header#globalHeader nav#siteMenu li a{
  background: linear-gradient(to bottom, #62beda, #62beda 51%, #30a2c5 51%, #30a2c5);
  display:block;
  line-height:28px;
  width:100%;
  height:100%;
  overflow:hidden;
  color:#ffffff;
  font-size:10px;
}
header#globalHeader nav#siteMenu a span.ico{
  background-image:url(https://assets.angel-live.com/common/spimg/img_sprites.png);
  background-repeat:no-repeat;
  background-size:2000% auto;
  width:20px;
  height:20px;
  display:inline-block;
  vertical-align:middle;
}
header#globalHeader nav#siteMenu li#mailboxBtn a span.ico{ background-position:0 -412px; }
header#globalHeader nav#siteMenu li#pointBtn a span.ico{ background-position:0 -443px; }
header#globalHeader nav#siteMenu li#mypageBtn a span.ico{ background-position:0 -474px; }

/* ニューヘッダー
***********************************************/
.loginNav {
  height: 33px;
  padding-left: 5px;
  clear: both;
  font-family: 'Hiragino Kaku Gothic ProN', Meiryo, 'MS PGothic', Sans-serif;
}
#rankIcon {
  float: left;
  height: 41px;
  margin: 0 2px 0 0;
  text-indent:;
  width: 28px;
  background:url(https://assets.angel-live.com/common/images/img_memrank.png) no-repeat;
}
#beginner #rankIcon { background-position: 0 -173px; }
#regular #rankIcon { background-position: 0 -216px; }
#silver #rankIcon { background-position: 0 -312px; }
#gold #rankIcon { background-position: 0 -360px; }
#platinum #rankIcon { background-position: 0 -264px; }
#rankIcon a {
  display: block;
  height: 41px;
  line-height: 41px;
  overflow: hidden;
  width: 28px;
  text-indent: 100%;
  white-space: nowrap;
}
#userName {
  float: left;
  line-height: 36px;
  margin: 0 0px 0 0;
  color: #FFF;
  vertical-align: bottom;
  white-space: nowrap;
  font-size: 10px;
}
#userName span {
  font-size: 12px;
  font-weight: bold;
  max-width: 8em;
  line-height: 32px;
  overflow: hidden;
  display: block;
  float: left;
  color: #FFF;
  white-space: nowrap;
  margin-right: 1px;
  text-overflow: ellipsis;
}
#mailPoint {
  float: right;
  border-radius: 3px;
  margin: 6px 5px 5px;
  height: 21px;
  line-height: 21px;
  padding: 0 3px;
  color: #FFF;
  font-size: 12px;
}
#mailPoint span,
#mailPoint a {
  color: #FFF;
}
#mailPoint span {
  font-size: 9px;
}
#mailPoint span a {
  font-size: 12px;
}
#mailPoint .midoku {
  border-right: 1px solid #82C2DD;
  margin-right: 3px;
  padding-left: 20px;
  background: url("https://assets.angel-live.com/common/images/img_memrank.png") no-repeat scroll 3px -426px transparent;
}
#mailPoint #nrs span {
  border-right: 1px solid #82C2DD;
  margin-right: 3px;
  padding-left: 23px;
  background: url("https://assets.angel-live.com/common/images/img_memrank.png") no-repeat scroll 3px -408px transparent;
  background-size: 68px auto;
}

/*****************************
各ステージ
*****************************/
#beginner {
  background: linear-gradient(to bottom,#76a909,#89c60b 10%,#7bb809 50%,#70ab08 70%,#6ba607);
  border-bottom:1px solid #65980e;
  text-shadow:-1px -1px 0 #386802;
}
#beginner #mailPoint {
  background: linear-gradient(to bottom, #488803, #4f9702);
  border-bottom: 1px solid #93c70b;
}
#regular {
  background: linear-gradient(to bottom,#cd8395,#f198ae 10%,#ec8aa3 50%,#e8809b 70%,#e57794);
  border-bottom:1px solid #ba6d80;
  text-shadow:-1px -1px 0 #9f344f;
}
#regular #mailPoint {
  background: linear-gradient(to bottom, #d55273, #d23f65);
  border-bottom: 1px solid #efa3ba;
}
#silver {
  background: linear-gradient(to bottom, #b0b0b0,#bebebe 10%,#aeaeae 50%,#a1a1a1 70%,#9b9b9b);
  border-bottom:1px solid #939393;
  text-shadow:-1px -1px 0 #686868;
}
#silver #mailPoint {
  background:#8d8d8d;
  border-bottom: 1px solid #c1c1c1;
}
#gold {
  background: linear-gradient(to bottom, #b0922a, #dab330 10%,#d1a51e 50%,#c6970c 70%,#c7980d);
  border-bottom:1px solid #a07b0c;
  text-shadow:-1px -1px 0 #885d07;
}
#gold #mailPoint {
  background:#b57b0d;
  border-bottom: 1px solid #dbbd14;
}
#platinum {
  background: linear-gradient(to bottom, #85b2c3,#97daf2 10%,#73c4e1 50%,#62b8db 51%,#319dc5 95%,#41c2db);
  border-bottom:1px solid #33adc4;
  text-shadow:-1px -1px 0 #4789a3;
}
#platinum #mailPoint {
  background: linear-gradient(to bottom, #006e9e, #278cbe);
  border-bottom: 1px solid #80c2dc;
}
@media screen and (min-width: 430px) {
  #userName span { max-width: 10em;}
}

/* フッター
***********************************************/
footer{
  width:100%;
  clear: both;
  /*height:82px;*/
  height: auto;
  background: linear-gradient(to bottom, #fff, #fafafa);
  text-align:center;
  font-size:10px;
  line-height:120%;
  /*margin-top:5px;*/
}
footer div#footmenu{
  clear: both;
  background: linear-gradient(to bottom, #1f1f1f, #191919);
  width:100%;
  height:26px;
  color:#e56e9f;
  padding:10px 0 0 0;
  margin:0 0 10px 0;
  border-top:1px solid #676767;
}
footer div#footmenu a{ color:#ffffff; }
footer div#footmenu hr{
  margin:8px 0 0 0;
  width:100%;
  height:3px;
  background:#858585;
  border:0;
  box-shadow:1px 1px 0 #6c6c6c inset;
  border-top:1px solid #6c6c6c;
}
footer hr{
  margin:4px 0 0 0;
  width:100%;
  height:3px;
  background:#e56e9f;
  border:0;
  box-shadow: 1px 1px 0 #c35e87 inset;
  border-top:1px solid #b7587f;
}
/* フッターリンク
***********************************************
a#jobOffer {
  display: block;
  width: 200px;
  height: 25px;
  line-height: 25px;
  padding: 5px 10px;
  margin: 0 auto 15px;
  background: linear-gradient(to bottom, #f5659f 50%, #e24c8c 49%);
  border: solid 1px #999;
  border-radius: 25px;
  color: #FFF;
  font-size: 15px;
  font-weight: bold;
  font-family: 'Hiragino Kaku Gothic ProN',Meiryo,'MS PGothic',Sans-serif;
  box-shadow: 0 0 0 2px #FFF inset;
  letter-spacing: 0.3em;
  text-shadow: 0 1px 0px #871545;
}*/
footer div#footmenu {
  height: auto;
  padding-bottom: 4px;
}
a#jobOffer {
  display: block;
  margin: 10px;
}




.globalFooter {
  clear: both;
  text-align:left;
}

.globalFooter li a {
  display: block;
  height: 30px;
  line-height: 30px;
  padding: 0 12px;
  color: #cfcfcf;
  background: #221f20;
  border-top: solid 1px #110e0f;
  font-size: 11px;
}
.globalFooter li:first-child a {
  border-top: none;
}
.globalFooter small {
  display: block;
  padding: 5px 0;
  background: #110e0f;
  border-top: solid 1px #2d2a2b;
  color: #464043;
  text-align: center;
  line-height: 1.2;
  font-size: 9px;
}


/* 全体
***********************************************/
#wrap,.wrap{
  margin:4px;
  background:#fff;
  border:1px solid #bfbfbf;
  border-radius:3px;
  text-decoration:none;
}
.wrapWhite { background: #FFF; }
.wrapPink {
  margin:1px;
  border:1px solid #f2aac7;
  border-radius:3px;
}
.wrapGray {
  clear: both;
  overflow: hidden;
  margin: 3px 3px 6px;
  background: #DBDBDB;
  border-radius: 3px;
}

/* クッションページ
***********************************************/
#cushion .conbox h3 {
  margin: 10px 0;
  padding: 0;
  border: 0;
  background: none;
  color: #e05198;
  text-align: center;
}
#cushion .conbox &gt; p { margin: 0 0 10px; }
#cushion .conbox .rBorder {
  margin: 10px auto;
  padding: 10px 25px;
  border: 2px solid #ee8aa4;
  border-radius: 5px;
  text-align: center;
}

/*********************************************

上に戻るボタン

**********************************************/


.backTop-button {
  overflow: hidden;
  position: fixed;
  z-index: 9;
  right: 15px;
  bottom: 15px;
  width: 36px;
  height: 36px;
  background-size: 100%;
  white-space: nowrap;
}
.backTop-button.is_hide {
  display: none;
}
.backTop-button__item {
  display: block;
  width: 100%;
}




/**********************************************

display:none 中のもの

***********************************************/

/* ヘッダー内バナー
***********************************************/
header#globalHeader .bannerArea {
  overflow: hidden;
  background: #e7e7e7;
  text-align: center;
}
header#globalHeader .bannerArea img {
  width: 310px;
  margin: 5px auto 0;
}

/* ヘッダー上部のデバイス誘導
***********************************************/
#devicejump {
  margin: 0 auto;
  padding: 0;
  text-align: center;
  width: 320px;
}
#pcjump {
  display: none;
  position:relative;
  margin: 0;
  padding: 0;
  background:#1f1f1f;
  text-align: left;
  text-indent:8px;
  line-height:35px;
  color:#fff;
  font-size:14px;
}
#pcjump a{
  position:absolute;
  top:5px;
  right:10px;
  margin:0;
  padding:4px 15px;
  border:1px solid #fff;
  border-radius:4px;
  background: linear-gradient(to bottom, #fff, #d2d2d2);
  box-shadow:3px 3px 3px #000;
  text-align:center;
  text-indent:0;
  line-height:1;
  color:#000;
  font-weight:bold;
}
#pcjump span{ margin-right:3px; color:#E05198; }

/* 2013/10/15 タップしやすいテキストリンク
***********************************************/
.txtLink {
  display: block;
  text-align: center;
  margin: 0;
  font-weight:;
  font-family: 'Hiragino Kaku Gothic ProN', Meiryo, 'MS PGothic', Sans-serif;
}

/* 2013/07/19 追記 ポップアップバナー
***********************************************/
#popupback {
  position: fixed;
  top: 0;
  left: 0;
  display: none;
  width: 100%;
  height: 100%;
  background: #555;
  opacity: 0.6;
  z-index: 100;
  cursor: pointer;
}
#popup {
  position: fixed;
  top: 50%;
  left: 50%;
  display: none;
  background: #000;
  border-radius: 5px;
  z-index:200;
  border: solid 2px #000000;
  box-shadow: 0 0 0px 2px #FFF inset;
  text-align: center;
}
#popup input { display: none; }
#popup input + span {
  position: relative;
  display: inline-block;
  background: #919191;
  vertical-align: middle;
  position: absolute;
}
#popup input:checked + span {
  background: #E9ECEE;
  border: 1px solid #ADB8CO;
  color: #99A1A7;
}
#popup input:checked + span:after {
  content: "";
  display: block;
  position: absolute;
  background: url(https://assets.angel-live.com/common/spimg/btn_check.gif) no-repeat;
}
#popup label {
  color: #FFF;
  font-family: 'Hiragino Kaku Gothic ProN', Meiryo, 'MS PGothic', Sans-serif;
  cursor: pointer;
  display: block;
  vertical-align: middle;
  position: absolute;
  width: 100%;
  left: 0;
  bottom: 5px;
  text-indent: 2em;
}
#popupClose {
  position: absolute;
  top: -5px;
  right: -5px;
  display: block;
  width: 30px;
  height: 30px;
  background: url(https://assets.angel-live.com/common/spimg/btn_close.gif) no-repeat;
  background-size: 30px 30px;
  cursor: pointer;
}
#popup a {
  display: block;
  margin-bottom: 10px;
}
#popup a:before {
  content: "";
  display: inline-block;
  vertical-align: middle;
  height: 100%;
}
#popup a img {
  display: inline-block;
  vertical-align: middle;
}

/*▼ウインドウサイズに合わせて▼*/
@media screen and (min-width: 401px) {
  #popup {
    width: 214px;
    height: 220px;
    padding: 13px;
    margin: -110px 0 0 -122px;
  }
  #popup a {
    width: 214px;
    height: 190px;
  }
  #popup a img {
    display: inline-block;
    vertical-align: middle;
    max-width: 204px;
    max-height: 180px;
  }
  #popup input + span {
    padding: 10px;
    margin-right: 2px;
    left: 40px;
  }
  #popup input:checked + span:after {
    width: 16px;
    height: 16px;
    top: 2px;
    left: 2px;
    background-size: 16px 16px;
  }
  #popup label {
    font-size: 14px;
    height: 30px;
    line-height: 30px;
  }
}
@media screen and (max-width: 400px) {
  #popup {
    width: 270px;
    height: 290px;
    padding: 13px;
    margin: -160px 0 0 -150px;
  }
  #popup a {
    width: 270px;
    height: 239px;
  }
  #popup img {
    max-width: 260px;
    max-height: 229px;
  }
  #popup input + span {
    padding: 12px;
    margin-right: 4px;
    left: 50px;
    bottom: 22px;
  }
  #popup input:checked + span:after {
    width: 20px;
    height: 20px;
    top: 2px;
    left: 2px;
    background-size: 20px 20px;
  }
  #popup label {
    font-size: 16px;
    height: 60px;
    line-height: 60px;
  }
}
/*▲ウインドウサイズに合わせて▲*/

/*▼ 2013/12/25 ポイントバック導線 ▼*/
.sponsor-lead {
  position: relative;
  min-height: 40px;
  margin: 7px;
  padding: 4px 0;
  background-color: #ffffff;
  border: 1px solid #cccccc;
  border-radius: 3px;
  box-shadow: 0 1px 2px #cccccc;
  overflow: hidden;
}

.sponsor-lead-inner {
  position: relative;
  display: block;
  width: 100%;
  min-height: 60px;
  background: #ffffff;
}

.sponsor-lead-inner::before {
  position: absolute;
  top: 50%;
  left: 5px;
  transform: translateY(-50%);
  display: block;
  content: '';
  width: 80px;
  height: 48px;
  padding-right: 4px;
  background: url(https://assets.angel-live.com/common/spimg/img_paylogo.png?220214) no-repeat;
  background-size: 80px auto;
  background-position: 0 -240px;
  border-right: 1px solid #efefef;
}

.sponsor-lead-inner-list {
  padding: 5px 25px 5px 99px;
}

.sponsor-lead-inner-list-title {
  width: fit-content;
  margin-bottom: 5px;
  padding-bottom: 1px;
  border-bottom: 2px dotted #ee8aa4;
  font-size: 13px;
  font-weight: bold;
  letter-spacing: -0.6px;
  color: #333;
  white-space: nowrap;
}

.sponsor-lead-inner-list-data {
  font-size: 12px;
  line-height: 1.2em;
  color: #555;
}

.sponsor-lead-inner-icon {
  position: absolute;
  top: 50%;
  right: 6px;
  transform: translateY(-50%);
  display: block;
  width: 20px;
  height: 20px;
  pointer-events: none;
}

.sponsor-lead-inner-icon::before {
  position: absolute;
  top: calc(50% - 5px);
  right: 3px;
  transform: rotate(45deg);
  display: inline-block;
  content: '';
  width: 12px;
  height: 3px;
  background-color: #555555;
  border-radius: 3px;
}

.sponsor-lead-inner-icon::after {
  position: absolute;
  bottom: calc(50% - 5px);
  right: 3px;
  transform: rotate(-45deg);
  display: inline-block;
  content: '';
  width: 12px;
  height: 3px;
  background-color: #555555;
  border-radius: 3px;
}
/*▲ 2013/12/25 ポイントバック導線 ▲*/


/**BitCashキャンペーン**/
#bitcamp,
#home #bannerContainer #bitcamp {
  display: none;
}
.bitcamp_active {
  display: block !important;
}
#banners .bitcamp_active {
  display: inline-block !important;
}

/*********************************************

単発バナー設置用

**********************************************/
.bannerAdArea { padding: 10px; border-top: 1px solid #e6e6e6; }
.bannerAdArea + .bannerAdArea { padding-top:0; border-top: none; }
.bannerAdArea a { display: block; }
.bannerAdArea img { display: block; width: 100%;  }
.bannerAdArea.is_more1000 { display: none; }

/**今すぐタップ
******************************************/

.go-regist-button {
  position: fixed;
  z-index: 21;
  bottom: -130px;
  left: -8px;
  background: none !important;
  text-align: center;
  transition: all .2s ease;
}
.go-regist-button.active:after { display: block !important;}
.go-regist-button:after {
  display: block;
  position: absolute;
  top: 25px;
  left: 12px;
  width: 80px;
  height: 20px;
  background-image: url(https://assets.angel-live.com/common/spimg/sp_go_regist.png);
  background-repeat: no-repeat;
  background-position: 0 -110px;
  background-size: 105px auto;
  content: "";
}
.go-regist-button.active {
  bottom: -45px;
}
.go-regist-button__item {
  width: 105px;
}
.go-regist-button:after {
  /*animation: go-regist-button__animation 3000ms linear infinite both;*/
}

@keyframes go-regist-button__animation {
  0% { transform: matrix3d(0.5, 0, 0, 0, 0, 0.5, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1); }
  1.2% { transform: matrix3d(0.674, 0, 0, 0, 0, 0.674, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1); }
  2.4% { transform: matrix3d(0.99, 0, 0, 0, 0, 0.99, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1); }
  3.6% { transform: matrix3d(1.259, 0, 0, 0, 0, 1.259, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1); }
  4.7% { transform: matrix3d(1.348, 0, 0, 0, 0, 1.348, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1); }
  6.01% { transform: matrix3d(1.237, 0, 0, 0, 0, 1.237, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1); }
  7.21% { transform: matrix3d(1.02, 0, 0, 0, 0, 1.02, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1); }
  8.41% { transform: matrix3d(0.829, 0, 0, 0, 0, 0.829, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1); }
  9.61% { transform: matrix3d(0.76, 0, 0, 0, 0, 0.76, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1); }
  10.91% { transform: matrix3d(0.839, 0, 0, 0, 0, 0.839, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1); }
  12.11% { transform: matrix3d(0.989, 0, 0, 0, 0, 0.989, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1); }
  13.31% { transform: matrix3d(1.12, 0, 0, 0, 0, 1.12, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1); }
  14.51% { transform: matrix3d(1.165, 0, 0, 0, 0, 1.165, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1); }
  16.92% { transform: matrix3d(1.014, 0, 0, 0, 0, 1.014, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1); }
  19.32% { transform: matrix3d(0.886, 0, 0, 0, 0, 0.886, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1); }
  21.82% { transform: matrix3d(0.992, 0, 0, 0, 0, 0.992, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1); }
  24.22% { transform: matrix3d(1.079, 0, 0, 0, 0, 1.079, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1); }
  29.13% { transform: matrix3d(0.946, 0, 0, 0, 0, 0.946, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1); }
  34.03% { transform: matrix3d(1.038, 0, 0, 0, 0, 1.038, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1); }
  38.84% { transform: matrix3d(0.974, 0, 0, 0, 0, 0.974, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1); }
  43.74% { transform: matrix3d(1.018, 0, 0, 0, 0, 1.018, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1); }
  48.65% { transform: matrix3d(0.988, 0, 0, 0, 0, 0.988, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1); }
  53.55% { transform: matrix3d(1.009, 0, 0, 0, 0, 1.009, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1); }
  58.46% { transform: matrix3d(0.994, 0, 0, 0, 0, 0.994, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1); }
  63.26% { transform: matrix3d(1.004, 0, 0, 0, 0, 1.004, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1); }
  68.17% { transform: matrix3d(0.997, 0, 0, 0, 0, 0.997, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1); }
  73.07% { transform: matrix3d(1.002, 0, 0, 0, 0, 1.002, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1); }
  77.98% { transform: matrix3d(0.999, 0, 0, 0, 0, 0.999, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1); }
  82.78% { transform: matrix3d(1.001, 0, 0, 0, 0, 1.001, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1); }
  87.69% { transform: matrix3d(0.999, 0, 0, 0, 0, 0.999, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1); }
  92.59% { transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1); }
  97.5% { transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1); }
  100% { transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1); }
}



/*********************************************

24年リニューアル時の記述以下にまとめて

**********************************************/
/********** ヘッダー **********/
.header {
  position: relative;
  z-index: 11;
  box-sizing: border-box;
  display: flex;
  justify-content: space-between;
  align-items: center;
  height: 46px;
  padding: 0 6px;
  background: #fff;
}

.header-logo {
  height: 28px;
}

.header-logo__image {
  display: block;
  height: 100%;
}

.header-right {
  display: flex;
}

.header-right-item {
  position: relative;
  width: 44px;
  height: 44px;
}
.header-right-item.is_active {
  background-color: #f1f1f1;
}
.header-right-item.is_login,
.header-right-item.is_message {
  display: none;
}
.header-right-item.is_login.is_show,
.header-right-item.is_message.is_show {
  display: initial;
}

.header-right-item::before {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  display: block;
  content: '';
  width: 24px;
  height: 24px;
  background: url(https://assets.angel-live.com/common/spimg/icon_menu.svg) center center no-repeat;
  background-size: 100%;
}
.header-right-item.is_login::before {
  background-image: url(https://assets.angel-live.com/common/spimg/icon_login_border.svg);
}
.header-right-item.is_notice::before {
  background-image: url(https://assets.angel-live.com/common/spimg/icon_notice_border.svg);
}
.header-right-item.is_message::before{
  background-image: url(https://assets.angel-live.com/common/spimg/icon_message_border.svg);
  filter: invert(44%) sepia(0%) saturate(2%) hue-rotate(120deg) brightness(93%) contrast(92%);
}

.header-badge {
  position: absolute;
  top: 3px;
  right: 3px;
  box-sizing: border-box;
  display: block;
  height: 15px;
  padding: 3px 5px 0;
  background: #ff6f6f;
  border-radius: 8px;
  box-shadow: 0 0 0 1px #fff, 0 0 3px 0 rgba(127, 32, 32, .3);
  font-size: 10px;
  font-weight: bold;
  line-height: 1;
  color: #fff;
}



/***** ヘッダーのダイアログ メニューとお知らせ *****/
.header-dialog {
  position: absolute;
  top: 46px;
  left: 0;
  display: none;
  width: 100%;
  height: auto;
  color: #444;
}
.header-dialog.is_active {
  display: block;
}

.header-dialog-background {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 10;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, .2);
}


/*** 右側 ***/
.header-dialog__inner {
  position: absolute;
  top: 0;
  right: 0;
  width: 300px;
  border-radius: 0 0 6px 6px;
  color: #444;
  background: #FAFAFA;
  z-index: 11;
}

.header-dialog-section.is_mymenu {
  padding-bottom: 10px;
  background: #f1f1f1;
}

.header-dialog-section__title {
  padding: 10px;
  font-size: 12px;
  font-weight: bold;
  color: #666;
}


/*** マイメニュー ***/
.header-dialog-mymenu {
  display: none;
  margin: 0 10px;
  background: #fff;
  border-radius: 4px;
  box-shadow: 0 0 2px rgba(0, 0, 0, .08);
  overflow: hidden;
}
.header-dialog-mymenu.is_show {
  display: block;
}

.header-dialog-mymenu-sumamry {
  display: flex;
  padding: 12px 15px 10px;
}

.header-dialog-mymenu-sumamry-rank {
  display: block;
  width: 34px;
  height: 49px;
  background: url(https://assets.angel-live.com/common/spimg/memrank_beginner.png) center center no-repeat;
  background-size: 100% auto;
  filter: drop-shadow(0 2px rgba(162, 220, 2, .5));
}
.header-dialog-mymenu.is_regular .header-dialog-mymenu-sumamry-rank { 
  background-image: url(https://assets.angel-live.com/common/spimg/memrank_regular.png);
  filter: drop-shadow(0 2px rgba(238, 145, 169, .5));
}
.header-dialog-mymenu.is_silver .header-dialog-mymenu-sumamry-rank { 
  background-image: url(https://assets.angel-live.com/common/spimg/memrank_silver.png);
  filter: drop-shadow(0 2px rgba(222, 222, 222, .5));
}
.header-dialog-mymenu.is_gold .header-dialog-mymenu-sumamry-rank { 
  background-image: url(https://assets.angel-live.com/common/spimg/memrank_gold.png);
  filter: drop-shadow(0 2px rgba(250, 223, 97, .5));
}
.header-dialog-mymenu.is_platinum .header-dialog-mymenu-sumamry-rank { 
  background-image: url(https://assets.angel-live.com/common/spimg/memrank_platinum.png);
  filter: drop-shadow(0 2px rgba(136, 206, 249, .5));
}

.header-dialog-mymenu-sumamry__box {
  flex: 1;
  padding-left: 12px;
}

.header-dialog-mymenu-sumamry-name {
  margin-bottom: 4px;
  font-size: 14px;
  font-weight: bold;
}
.header-dialog-mymenu-sumamry-name__title {
  display: inline-block;
  margin-left: 5px;
  font-size: 10px;
  font-weight: normal;
}

.header-dialog-mymenu-sumamry-point {
  box-sizing: border-box;
  display: flex;
  justify-content: space-between;
  height: 28px;
  padding: 5px 5px 5px 8px;
  background-color: #e5f8dd;
  border-radius: 3px;
  line-height: 18px;
  letter-spacing: 0.06em;
  color: #444;
}
.header-dialog-mymenu.is_regular .header-dialog-mymenu-sumamry-point { background-color: #fff3f3; }
.header-dialog-mymenu.is_silver .header-dialog-mymenu-sumamry-point { background-color: #f4f8fb; }
.header-dialog-mymenu.is_gold .header-dialog-mymenu-sumamry-point { background-color: #fef9dd; }
.header-dialog-mymenu.is_platinum .header-dialog-mymenu-sumamry-point { background-color: #f0f8fc; }

.header-dialog-mymenu-sumamry-point__number {
  position: relative;
  padding-left: 20px;
  line-height: inherit;
}
.header-dialog-mymenu-sumamry-point__number::before {
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
  display: block;
  content: '';
  width: 16px;
  height: 16px;
  background: url(https://assets.angel-live.com/common/spimg/icon_point_color.svg) center center no-repeat;
  background-size: 100%;
}

.header-dialog-mymenu-sumamry-point__button {
  display: block;
  width: 40px;
  height: 18px;
  background: #fbe913;
  border-radius: 9px;
  color: #333;
  font-size: 10px;
  font-weight: bold;
  line-height: inherit;
  text-align: center;
}



/***** 各種リスト *****/
.header-dialog-list + .header-dialog-list {
  margin-top: 12px;
}

.header-dialog-list-item {
  list-style: none;
  box-sizing: border-box;
  background: #fff;
  border-top: 1px solid #f5f5f5;
  font-size: 14px;
  font-weight: bold;
  color: #444;
}
.header-dialog-list.is_primary .header-dialog-list-item:last-child {
  border-bottom: 1px solid #f5f5f5;
}

.header-dialog.is_notice .header-dialog-list-item {
  font-size: 12px;
  font-weight: normal;
  line-height: 1.4;
}

.header-dialog.is_notice .header-dialog-list-item:last-child {
  border-radius: 0 0 6px 6px;
  overflow: hidden;
}

.header-dialog.is_notice .header-dialog-list-item.is_unread {
  background: #fcebeb;
  border-top: 1px solid #f9dfdf;
  font-weight: bold;
  color: #ff6f6f;
}

.header-dialog.is_notice .header-dialog-list-item.is_unread + .popup-area + .header-dialog-list-item {
  border-top: 1px solid #f9dfdf;
}

.header-dialog-mymenu-list .header-dialog-list-item {
  font-size: 12px;
  font-weight: normal;
}

.header-dialog-accordion-list .header-dialog-list-item {
  font-weight: normal;
}

.header-dialog-list-item.button-menu-accordion.is_active {
  background: #fcf2f5;
  border-top: 1px solid #fce4eb;
  color: #ee8aa4;
}

.header-dialog-list-item.button-menu-accordion.is_active + .header-dialog-accordion-list .header-dialog-list-item:first-child {
  border-top: 1px solid #fce4eb;
}


/*** リスト中身部分 ***/
.header-dialog-list-item__link {
  position: relative;
  display: flex;
  align-items: center;
  height: 44px;
  padding-left: 46px;
  font-weight: inherit;
  line-height: inherit;
  color: inherit;
}

.header-dialog.is_notice .header-dialog-list-item__link {
  padding-left: 12px;
  padding-right: 25px;
}

.header-dialog-mymenu-list .header-dialog-list-item__link {
  height: 38px;
  padding-left: 38px;
}

.header-dialog-accordion-list .header-dialog-list-item__link {
  padding-left: 66px;
  font-size: 12px;
}


/*** リスト中身部分　左のアイコン ***/
.header-dialog:not(.is_notice) .header-dialog-list-item__link::before {
  position: absolute;
  top: 50%;
  left: 14px;
  transform: translateY(-50%);
  display: block;
  content: '';
  width: 22px;
  height: 22px;
  background: url(https://assets.angel-live.com/common/spimg/icon_video_fill.svg) center center no-repeat;
  background-size: 100%;
}
.header-dialog .header-dialog-mymenu-list .header-dialog-list-item__link::before {
  left: 14px;
  width: 16px;
  height: 16px;
}
.header-dialog .header-dialog-accordion-list .header-dialog-list-item__link::before {
  left: 42px;
  width: 16px;
  height: 16px;
}

.header-dialog-list-item.is_myinfo .header-dialog-list-item__link::before {
  background-image: url(https://assets.angel-live.com/common/spimg/icon_edit_border.svg);
}
.header-dialog-list-item.is_message .header-dialog-list-item__link::before {
  background-image: url(https://assets.angel-live.com/common/spimg/icon_message_border.svg);
}
.header-dialog-list-item.is_favorite .header-dialog-list-item__link::before {
  background-image: url(https://assets.angel-live.com/common/spimg/icon_heart_border.svg);
}
.header-dialog-list-item.is_point .header-dialog-list-item__link::before {
  background-image: url(https://assets.angel-live.com/common/spimg/icon_point_border.svg);
}
.header-dialog-list-item.is_chatlist .header-dialog-list-item__link::before {
  background-image: url(https://assets.angel-live.com/common/spimg/icon_history_border.svg);
}
.header-dialog-list-item.is_hidden .header-dialog-list-item__link::before {
  background-image: url(https://assets.angel-live.com/common/spimg/icon_block_border.svg);
}

.header-dialog-list-item.is_online .header-dialog-list-item__link::before {
  background-image: url(https://assets.angel-live.com/common/spimg/icon_video_fill.svg);
}
.header-dialog-list-item.is_search .header-dialog-list-item__link::before {
  background-image: url(https://assets.angel-live.com/common/spimg/icon_search_fill.svg);
}
.header-dialog-list-item.is_category .header-dialog-list-item__link::before {
  background-image: url(https://assets.angel-live.com/common/spimg/icon_category_border.svg);
}
.header-dialog-list-item.is_event .header-dialog-list-item__link::before {
  background-image: url(https://assets.angel-live.com/common/spimg/icon_event_fill.svg);
}
.header-dialog-list-item.is_ranking .header-dialog-list-item__link::before {
  background-image: url(https://assets.angel-live.com/common/spimg/icon_ranking_fill.svg);
}
.header-dialog-list-item.is_angelpark .header-dialog-list-item__link::before {
  background-image: url(https://assets.angel-live.com/common/spimg/icon_angelpark_fill.svg);
}
.header-dialog-list-item.is_tweet .header-dialog-list-item__link::before {
  background-image: url(https://assets.angel-live.com/common/spimg/icon_angelpark_border.svg);
}
.header-dialog-list-item.is_report .header-dialog-list-item__link::before {
  background-image: url(https://assets.angel-live.com/common/spimg/icon_book_border.svg);
}
.header-dialog-list-item.is_gallery .header-dialog-list-item__link::before {
  background-image: url(https://assets.angel-live.com/common/spimg/icon_image_border.svg);
}
.header-dialog-list-item.is_moe .header-dialog-list-item__link::before {
  background-image: url(https://assets.angel-live.com/common/spimg/icon_moe.svg);
}

.header-dialog-list-item.is_howto .header-dialog-list-item__link::before {
  background-image: url(https://assets.angel-live.com/common/spimg/icon_beginner.svg);
}
.header-dialog-list-item.is_beginner .header-dialog-list-item__link::before {
  background-image: url(https://assets.angel-live.com/common/spimg/icon_beginner.svg);
}
.header-dialog-list-item.is_operation .header-dialog-list-item__link::before {
  background-image: url(https://assets.angel-live.com/common/spimg/icon_operation_border.svg);
}
.header-dialog-list-item.is_price .header-dialog-list-item__link::before {
  background-image: url(https://assets.angel-live.com/common/spimg/icon_price_border.svg);
}
.header-dialog-list-item.is_stage .header-dialog-list-item__link::before {
  background-image: url(https://assets.angel-live.com/common/spimg/icon_stage_fill.svg);
}
.header-dialog-list-item.is_relief .header-dialog-list-item__link::before {
  background-image: url(https://assets.angel-live.com/common/spimg/icon_card_border.svg);
}
.header-dialog-list-item.is_chatguide .header-dialog-list-item__link::before {
  background-image: url(https://assets.angel-live.com/common/spimg/icon_heart_fill.svg);
}
.header-dialog-list-item.is_strategy .header-dialog-list-item__link::before {
  background-image: url(https://assets.angel-live.com/common/spimg/icon_strategy_border.svg);
}

.header-dialog-list-item.is_help .header-dialog-list-item__link::before {
  background-image: url(https://assets.angel-live.com/common/spimg/icon_question_border.svg);
}
.header-dialog-list-item.is_faq .header-dialog-list-item__link::before {
  background-image: url(https://assets.angel-live.com/common/spimg/icon_question_border.svg);
}
.header-dialog-list-item.is_trouble .header-dialog-list-item__link::before {
  background-image: url(https://assets.angel-live.com/common/spimg/icon_caution_border.svg);
}
.header-dialog-list-item.is_contact .header-dialog-list-item__link::before {
  background-image: url(https://assets.angel-live.com/common/spimg/icon_mail_border.svg);
}

.header-dialog-list-item.is_contact {
  display: none;
}
.header-dialog-list-item.is_contact.is_show {
  display: initial;
}


/*** リスト中身部分　右の矢印とか ***/
.header-dialog-list-item__link::after {
  position: absolute;
  top: 50%;
  right: 10px;
  transform: translateY(-50%);
  display: block;
  content: '';
  width: 16px;
  height: 16px;
  background: url(https://assets.angel-live.com/common/spimg/icon_arrow.svg) center center no-repeat;
  background-size: 100%;
}

.button-menu-accordion .header-dialog-list-item__link::after {
  background-image: url(https://assets.angel-live.com/common/spimg/icon_add_menu.svg);
}
.button-menu-accordion.is_active .header-dialog-list-item__link::after {
  background-image: url(https://assets.angel-live.com/common/spimg/icon_delete_menu.svg);
  filter: invert(83%) sepia(11%) saturate(7073%) hue-rotate(295deg) brightness(102%) contrast(87%); /* 赤 */
}

.header-dialog.is_notice .header-dialog-list-item.is_unread .header-dialog-list-item__link::after {
  filter: invert(83%) sepia(11%) saturate(7073%) hue-rotate(295deg) brightness(102%) contrast(87%); /* 赤 */
}

.header-dialog-mymenu-list .header-dialog-list-item__link::after {
  width: 10px;
  height: 10px;
}
.header-dialog-accordion-list .header-dialog-list-item__link::after {
  width: 14px;
  height: 14px;
}

.header-dialog-accordion-list {
  display: none;
}
.button-menu-accordion.is_active + .header-dialog-accordion-list {
  display: block;
}


/*** メニューのログインログアウトボタン ***/
.button-menu {
  display: block;
  margin: 10px;
  height: 38px;
  border-radius: 4px;
  font-weight: bold;
  line-height: 38px;
  text-align: center;
  text-decoration: none;
}

.button-menu.is_login {
  display: none;
  margin-top: 0;
  background: #ee8aa4;
  color: #fff;
}
.button-menu.is_login.is_show {
  display: block;
}
.button-menu.is_logout {
  display: none;
  background: #eee;
  color: #444;
}
.button-menu.is_logout.is_show {
  display: block;
}



/********** 共通 **********/
.uppercase-letter {
  text-transform: uppercase;
}



/********** ダイアログ **********/
/***** ポップアップ sp_home.cssから丸々移設 *****/
.popupArea {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 16;
  display: block;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, .5);
}

.popupArea:after {
  display: block;
  content: '';
  width: 100%;
  clear: both;
}

.popup {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: calc(100% - 16px);
  max-width: 660px;
  border-radius: 6px;
  box-shadow: 0 2px 5px #222;
  overflow: hidden;
}

.popup-area {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 11;
  display: none;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, .7);
}

.popup-inner {
  position: relative;
  box-sizing: border-box;
  max-height: 540px;
  height: 100%;
  margin: 16px 12px 0;
  padding-bottom: 7px;
  background: #fff;
  border-radius: 3px;
  overflow-x: auto;
}

.popup-inner.is_info {
  max-height: 400px;
  margin: 30px 16px 0;
  padding: 10px 10px 30px;
  overflow-x: auto;
}

.popup-inner.is_info .popup-inner__tit {
  margin-top: 5px;
  margin-bottom: 12px;
}

.popup-inner.is_info.is_rede.is_more .rode-box {
  font-size: 14px;
  line-height: 1.4;
}

.popup-content {
  position: relative;
  display: block;
}

.popup-tit {
  position: relative;
  z-index: 0;
  height: 40px;
  background: linear-gradient(to bottom, #fff 0%, #fff0f4 100%);
  border-bottom: 2px solid #e46586;
  border-radius: 6px 6px 0 0;
  box-shadow: 0 1px 0 #fff;
  font-size: 16px;
  font-weight: bold;
  line-height: 40px;
  text-align: center;
  color: #e6456f;
}

.popup-content__img {
  display: block;
  width: 100%;
}

.link-area {
  position: absolute;
  bottom: 8%;
  left: 50%;
  transform: translateX(-50%);
  box-sizing: border-box;
  display: block;
  width: 84%;
  height: 30%;
  background: none repeat scroll 0 0 #fff;
  overflow: hidden;
}

.link-area__item {
  display: block;
  width: 100%;
  line-height: 50px;
  text-align: center;
}

.link-area__item:hover {
  filter: brightness(110%);
}

.free-button {
  display: block;
  width: 100%;
}
#free-pupup .popup-inner { margin: 0; }

/* お知らせの掲載日 */
.sp-info-date {
  position: absolute;
  bottom: 0px;
  right: 0px;
  padding: 6px 10px;
  font-size: 11px;
  text-align: right;
  color: #ee8aa4;
}

/* 今日は表示しない */
.popupClose {
  margin: 0 auto;
  padding: 10px 0;
  background: none repeat scroll 0 0 #e35d82;
  text-align: center;
}
.close-inner__check {
  display: none;
  margin-right: 10px;
}
.close-inner {
  cursor: pointer;
}
.close-today:before {
  width: 20px;
  height: 20px;
  background: #fff;
  border-radius: 2px;
}
.close-today:before,
.close-today:after {
  position: absolute;
  top: -4px;
  left: -25px;
  display: block;
  content: '';
}

.close-inner__check:checked + .close-today:after {
  top: -1px;
  left: -20px;
  transform: rotate(45deg);
  width: 8px;
  height: 8px;
  border-right: 2px solid #bd395b;
  border-bottom: 2px solid #bd395b;
  border-radius: 2px;
}
.close-today {
  position: relative;
  display: inline-block;
  color: #fff;
}

.onesignal-bell-container {
  display: none !important;
}

/* 右上の× */
.close-box {
  position: absolute;
  top: 0;
  right: 0;
  display: block;
  padding: 10px;
}
.close-box__item {
  display: block;
  width: 20px;
}


/*** sp_online_list.cssから移植 ***/
.popup-inner__tit {
  position: relative;
  padding-left: 20px;
  font-size: 14px;
  font-weight: bold;
  line-height: 1.4;
}

.popup-inner__tit:after {
  position: absolute;
  top: 50%;
  left: 5px;
  transform: translateY(-50%);
  display: block;
  content: '';
  width: 10px;
  height: 10px;
  background: #e97996;
}

/* 上部の×ボタン */
.above-cancel {
  position: absolute;
  top: 10px;
  right: 10px;
  width: 30px;
  height: 30px;
  background-color: #e97996;
  border: 2px solid #fff;
  border-radius: 20px;
  box-shadow: 1px 1px 3px 0 rgb(190 33 74 / 20%);
  cursor: pointer;
}

.above-cancel__icon::before {
  transform: translate(-50%,-50%) rotate(45deg);
}
.above-cancel__icon::after {
  transform: translate(-50%,-50%) rotate(-45deg);
}
.above-cancel__icon::before, .above-cancel__icon::after {
  position: absolute;
  top: 50%;
  left: 50%;
  content: '';
  width: 3px;
  height: 18px;
  background: #fff;
  border-radius: 5px;
}</pre></body></html>