@charset "utf-8";

/*===================================================
リセット
====================================================*/
* html body, * html input, * html textarea { font-family: Helvetica,"Hiragino Sans","ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN",'Noto Sans Japanese', "メイリオ", Meiryo,"Noto Sans SC", sans-serif;}
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
margin: 0;
padding: 0;
border: 0;
font-size: 100%;
font: inherit;
vertical-align: baseline;
font-weight:200;
}
article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
display: block;
}
body {
line-height: 1;
}
ol, ul {
list-style: none;
}
blockquote, q {
quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
content: '';
content: none;
}
table {
border-collapse: collapse;
border-spacing: 0;
}

a:hover{
color: #ff5300;
}
i.fas{display:inline;}

html {
    background: #fff;
}

a{
    color: #374a9d;
}
a:hover {
    color: #e95384;
    text-decoration: underline;    
}

  .subTxt_tmp {
      font-size: 0.9em;
      line-height: 1.4em;
  }


/*==============================================
クリアー
================================================*/

.header{
display: none!important;
}
footer{
display: none;
}

#feature #container {
    width: 100%;
    margin: 8% 0 0 0    
}
.attentionList li::before {
    content: none;
}
.attentionList li {
    font-size: 12px;
    line-height: 1.5;
    text-indent: -13px;
    margin: 0 0 8px 13px;
    position: relative;
    color:#CCC;
}
#wrap {
    padding: 0;
    margin: 0;
    background: #fff;    
}
/*==============================================
フレーム
================================================*/
body {
color: #f5f5f5;
font-family: Helvetica,"Hiragino Sans","ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN",'Noto Sans Japanese', "メイリオ", Meiryo,"Noto Sans SC", sans-serif;
font-size: 15px;
font-weight: 400;
line-height: 1.7;
letter-spacing: 0.05em;
}
#container {
    height: auto;
    min-height: 100%;
    width: 100%;
    color: #000;
}
.allContain{
height: auto;
min-height: 100%;
}
.wrap{
padding: 145px 0 100px;
color: #f5f5f5;
width: 1045px;
margin: 0 auto;
overflow: visible;
}
.column{
display: flex;
z-index: 1;
position: relative;
}
header{
    box-shadow: 0 2px 20px rgb(0 0 0 / 10%);
}
/*==============================================
共通
================================================*/
.mainArtistName{
font-size: 13px;
color: #9b9b9b;
margin: 0 0 20px;
line-height: 1em;
}
.bgLogo{
position: fixed;
z-index: 0;
opacity: 0.1;
line-height: 0;
left: 60px;
bottom: 60px;
width: 300px;
}
.attentionList li a{
    color: #ff5300;
}
.dottList li::before {
    content: '●';
    color: #ccc;
    position: absolute;
    left: 0;
}
.dottList li {
    line-height: 1.5;
    padding: 0 0 0 1.5em;
    margin: 0 0 .5em;
    position: relative;
}
.reb-box-ttl{
    color: rgb(216, 67, 0);
    border: 1px solid rgb(216, 67, 0);
    padding: 20px;
    margin-bottom: 20px;
}
.reb-box-ttl p{
	text-indent: -1.2em;
    margin: 0 0 0 1.2em;
    font-weight: 500;    
}


/*==============================================
ポップアップ
================================================*/
.shade {
visibility: hidden;
position: fixed;
height: 100%;
width: 100%;
background: rgba(0,0,0,0.5);
opacity: 0;
transition: 0.3s 0.3s ease;
z-index: 10;
top:0;
}
.shade.active {
visibility: visible;
opacity: 1;
transition: 0.3s ease;
}

.popupContent {
background: #282828;
width: 50%;
height: 100%;
position: fixed;
left: 0;
overflow: auto;
transform: translateX(-100%);
transition: 0.3s ease;
transform-origin: unset;
z-index: 11;
padding: 100px;
box-sizing: border-box;
top:0;
}
.popupContent.active {
transform: translateX(0);
transition: 0.3s 0.3s ease;
}
.btnClose{
position: absolute;
top: 40px;
right: 40px;
width: 40px;
height: 40px;
}
.btnClose a{
display: block;
width: 100%;
height: 100%;
position: relative;
}
.btnClose a:before,
.btnClose a:after{
content: "";
display: block;
position: absolute;
top: 50%;
right: 0;
width: 100%;
height: 2px;
background: #FFF;
transition: all .3s ease;
border-radius: 100px;
}
.btnClose a:before{
transform: rotate(-45deg);
}
.btnClose a:after {
transform: rotate(45deg);
}
.popupContent .popupTit{
font-size: 24px;
margin: 0 0 40px;
}
.popupContent .artistName{
font-size: 14px;
margin: 0 0 5px;
}
.popupContent .liveName{
font-size: 16px;
margin: 0 0 20px;
}
.popupDetail{

}
.popupDetail dt{
font-size: 12px;
color: #979797;
}
.popupDetail dd{
font-size: 14px;
margin: 0 0 20px;
}
.popupDetail dd .startList{
border-top: 1px solid #454545;
padding: 10px 0 0;
letter-spacing: 0.1em;
}
.popupDetail dd .startList li{
border-bottom: 1px solid #454545;
padding: 0 0 10px;
}
.popupDetail dd .startList li:last-child{

}
.popupDetail dd .startList li span{
width: 65px;
display: inline-block;
}
.popupDetail dd .lead{
    margin: 0 0 10px;
}
.popupDetail dd .lead:last-child{
    margin: 0;
}
.popupDetail dd .attentionList{

}
.popupDetail dd .attentionList li{
    text-indent: -13px;
    padding: 0 0 0 13px;
    margin: 0 0 5px;
}
.popupDetail dd .attentionList li:last-child{
    margin: 0;
}


.popupDetail dd .logoList{
    display: flex;
    padding: 10px 0 0;
    margin: 0 auto 30px;
    width: 100%;
}
.popupDetail dd .logoList li{
	box-sizing:border-box;
}
.popupDetail dd .logoList li:nth-child(odd){
    padding: 0 20px 0 0;
}
.popupDetail dd .logoList li:nth-child(even){
    padding: 0 0 0 20px;
}
.popupDetail dd .logoList li a{

}



.methodDetail{

}
.methodDetail .tit{
font-size: 16px;
color: #ff7c60;
font-weight: 500;
border-bottom: 1px solid #555555;
padding: 0 0 10px;
margin: 0 0 10px;
}
.methodDetail .txt{
font-size: 13px;
margin: 0 0 40px;
}
.methodDetail .deviceImage{
line-height: 0;
width: 60%;
margin: 0 auto 40px;
}
.methodDetail .qaList{
border-bottom: 1px solid #555555;
padding: 0 0 10px;
margin: 0 0 10px;
}
.methodDetail .qaList dt{
position: relative;
cursor: pointer;
font-size: 13px;
}
.methodDetail .qaList dt.open{

}
.methodDetail .qaList dt:after {
position: absolute;
top: 0;
bottom: 0;
margin: auto;
content: "";
vertical-align: middle;
top: -5px;
right: 15px;
width: 5px;
height: 5px;
border-top: 2px solid #FFF;
border-right: 2px solid #FFF;
transform: rotate(135deg);
z-index: 0;
transition: 0.3s ease;
}
.methodDetail .qaList dt.open:after {
transform: rotate(-45deg);
}
.methodDetail .qaList dd{
display: none;
padding: 10px 0 0;
font-size: 13px;
color: #f5f5f5;
}






/*==============================================
ポップアップ購入
================================================*/
.popupContent-buy {
    width: 800px;
    /*height: 70%;*/
    position: fixed;
    left: 50%;
    z-index: 11;
    padding: 100px;
    box-sizing: border-box;
    top: 50%;
    transform: translateY(-50%) translateX(-50%);
    -webkit- transform: translateY(-50%) translateX(-50%);
    visibility: hidden;
    opacity: 0;
    transition: 0.3s ease;
}
.popupContent-buy.active {
    visibility: visible;
    opacity: 1;
    transition: 0.3s ease;
}

.buyDetail{
	background: rgba(40,40,40,0.8);
    padding: 50px;
}

.buyDetail .buyBtnList li{
	margin: 0 0 50px;
}

.buyDetail .buyBtnList li:last-child{
	margin: 0;
}

.buyDetail .buyBtnList li a{
	display: block;
    width: 70%;
	background: rgb(254,112,40);
    background: -webkit-linear-gradient(left, rgba(254,112,40,1) 0%,rgba(255,94,120,1) 100%);
    background: linear-gradient(to right, rgba(254,112,40,1) 0%,rgba(255,94,120,1) 100%);
    border-radius: 500px;
    padding: 10px;
    color: #fff;
    text-align: center;
    font-size: 16px;
    box-sizing: border-box;
	margin: 0 auto;
}



/* section-about
============================== */
.section-about .sectionTit {
    font-size: 24px;
    font-weight: bold;
    width: 900px;
    margin: 0 auto 30px auto;
}

.section-about .attention-box {
  border: 1px solid #D84300;
  color: #D84300;
  font-size: 13px;
  padding: 15px;
  border-radius: 4px;
}

.section-about .attention-box {
  color: rgb(216, 67, 0);
  border: 1px solid rgb(216, 67, 0);
  padding: 20px;
  margin-bottom: 20px;
}

.section-about .attention-box>.red-box {
  border: none;
  padding: 0;
  margin: 0;
}

.red-box {
  width: 900px;
  margin: 0 auto 30px auto;
}

.section-about .attention-box .reb-box-ttl {
  font-size: 18px;
  font-weight: bold;
}

.section-about .attention-box li {
  text-indent: -1em;
  padding-left: 1em;
}

.section-about .attention-box .tit {
  font-weight: bold;
  margin: 0 0 5px;
}

.section-about .attention-box+.attention-box {
  margin-top: 10px;
}

.about-list {
  margin-top: 30px;
    margin: 0 auto 100px;  
    width: 900px;    
}

.about-list th {
  width: 150px;
  font-size: 14px;
  font-weight: bold;
  vertical-align: top;
  border-bottom: 1px solid #e4e4e4;
  border-right: 1px dotted #e4e4e4;
  padding: 15px;
  padding-left: 0;
}

.about-list td {
  border-bottom: 1px solid #e4e4e4;
  padding: 15px;
}

.about-list img.card {
  width: 46px;
}

.section-about .form-radio {
  text-align: center;
  font-size: 13px;
  font-weight: bold;
  margin: 40px 0 0;
}

.section-about .form-radio input[type="checkbox"] {
  border-radius: 2px;
  border: 2px solid #bebdbd;
  width: 22px;
  height: 22px;
  position: relative;
  top: -2px;
}

.section-about .form-radio input[type="checkbox"]::before {
  display: none;
}

.section-about .form-radio input[type="checkbox"]::after {
  content: '';
  display: inline-block;
  width: 0.8em;
  height: 0.4em;
  border: 3px solid #e30606;
  border-top: none;
  border-right: none;
  margin: -0.5em 0 0;
  position: absolute;
  left: 0.2em;
  top: 70%;
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  opacity: 0;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

.section-about .form-radio input[type="checkbox"]:checked::after {
  top: 50%;
  opacity: 1;
}

.box-fixed {
  position: fixed;
  width: 100%;
  bottom: 0;
  left: 0;
  background: #fff;
  z-index: 1;
  padding: 33px 0;
  box-sizing: border-box;
  border-top: 1px solid #bebdbd;
}

.box-fixed .btn-wrap .btn>* {
  margin: 0 auto;
}

.box-fixed .btn-wrap .btn:first-child {
  width: 30%;
  display: none;
}

.box-fixed .btn-wrap .btn.fix_back, .box-fixed .btn-wrap .btn.fix_next {
  display: inline-block;
  width: 20%;
}

.box-fixed .btn-wrap .btn.fix_back input, .box-fixed .btn-wrap .btn.fix_next input {
  line-height: 1.7;
}

.fix_btn-wrap {
  text-align: center;
}

.box-fixed .btn-wrap .btn:last-child {}

.box-fixed .btn-wrap .btn .sub {
  color: inherit;
  border-color: #c0c0c0;
}


/* ***** premium ***** */
.bnr_premium + .pt20{
  padding-top: 20px !important;
}
.bnr_premium {
  background: url(/images/common/banner_premium_bg.png) no-repeat center bottom;
  background-color: rgb(47, 42, 45);
  padding: 0.5rem 0 0;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: -67px 0 30px;
}

.bnr_premium img {
  margin: 0 5px;
}

.bnr_premium.bnr_absolute {
  position: absolute;
  width: 100%;
  left: 0;
  right: 0;
  margin: -60px auto 30px;
}
.bnr_bottomabsolute{
      position: absolute;
      width: 100%;
      left: 0;
      right: 0;
      bottom: 96px;
      margin: 0;
}
.bnr_absolute+#page-tour {
  margin: 30px 0;
}

/******************* premium *********************/
.layout_premium {
  width: 1270px;
  padding: 0;
  margin: auto;
}

.prem_sec_ttl {
  font-size: 25px;
  font-weight: bold;
  text-align: center;
  margin-bottom: 5rem;
}


.box-fixed {
  position: fixed;
  width: 100%;
  bottom: 0;
  left: 0;
  background: #fff;
  z-index: 1;
  padding: 33px 0;
  box-sizing: border-box;
  border-top: 1px solid #bebdbd;
}

.box-fixed .btn-wrap .btn>* {
  margin: 0 auto;
}

.box-fixed .btn-wrap .btn:first-child {
  width: 30%;
  display: none;
}

.box-fixed .btn-wrap .btn.fix_back, .box-fixed .btn-wrap .btn.fix_next {
  display: inline-block;
  width: 20%;
}

.box-fixed .btn-wrap .btn.fix_back input, .box-fixed .btn-wrap .btn.fix_next input {
  line-height: 1.7;
}

.fix_btn-wrap {
  text-align: center;
}

.box-fixed .btn-wrap .btn:last-child {}

.box-fixed .btn-wrap .btn .sub {
  color: inherit;
  border-color: #c0c0c0;
}
.btn a, .btn input, .btn button {
    display: block;
    width: 98%;
    max-width: 100%;
    min-width: auto;
    font-size: 16px;
    text-align: center;
    text-decoration: none;
    box-sizing: border-box;
    border: none;
    border-radius: 100px;
    padding: 10px;
    margin: 15px auto;
    border: 1px solid transparent;
    line-height: 2em;
}
.btn .main {
    box-shadow: 0 3px 10px rgb(0 0 0 / 25%);
}
.btnList{
    margin: 0 auto 150px;
    width: 900px;
}
.btnList .btn a{
    width: 60%;
}

/*==============================================
レスポンシブ：PC
================================================*/
@media screen and (min-width: 1045px){
.sp{display:none;}


.columnRight .btnBuy a:hover{
box-shadow: 0 3px 15px 0 rgba(255,124,96,0.8);
}
.columnRight .btnList li.btnEvent a:hover{
opacity:0.7;
}
.columnRight .btnList li.btnMethod a:hover{
opacity:0.7;
}
.btnClose a:hover {
opacity:0.7;
}
.columnRight .snsList .icon a:hover{
opacity:0.7;
}

::-webkit-scrollbar{
width: 10px;
}
::-webkit-scrollbar-track{
background: #1a1a1a;
border: none;
border-radius: 0;
box-shadow: none;
}
::-webkit-scrollbar-thumb{
background: #444;
border-radius: 10px;
box-shadow: none;
}
.columnRight .logoList li a:hover{
	opacity:0.7;
}

/*==============================================
レスポンシブ：PC:popup購入
================================================*/
.buyDetail .buyBtnList li a:hover {
    box-shadow: 0 3px 15px 0 rgba(255,124,96,0.8);
}
.buyDetail .buyBtnList{
    margin: 0 0 30px;
}

}


/*==============================================
レスポンシブ：SP
================================================*/
@media screen and (max-width: 1045px){
.pc{display: none!important;}
.sp {
    display: block !important;
  }

  .subTxt_tmp {
      font-size: 0.95em;
      line-height: 1.4em;
  }



/*==============================================
レスポンシブ：SP：クリアー
================================================*/
header #loginNav {
display:none;
}
.header.down {
display: none!important;
}
.bgLogo {
display: none;
}
.mainArtistName {
display: none;
}
#fixedBanner{
    width: 100%;
    display: none;
}
a:hover {
    color: #374a9d;
    text-decoration: underline;
}
.btn a, .btn input, .btn button {

    font-weight: bold;
}
/*==============================================
レスポンシブ：SP：フレーム
================================================*/
#container{
}
.wrap {
}
#feature #wrap {
    padding-bottom: 0;
}    
.reb-box-ttl p{
    font-size: 14px;
}

/*==============================================
レスポンシブ：SP：ポップアップ
================================================*/

.popupContent {
background: #282828;
width: 100%;
height: 100%;
position: fixed;
left: 0;
overflow: auto;
transform: translateX(-100%);
transition: 0.3s ease;
transform-origin: unset;
z-index: 11;
padding: 20px;
box-sizing: border-box;
}
.popupContent .popupTit {
font-size: 16px;
text-align: center;
}
.popupContent .artistName {
font-size: 13px;
}
.popupContent .liveName {
font-size: 16px;
margin: 0 0 20px;
line-height: 1.3em;
}
.popupDetail dd {
font-size: 14px;
margin: 0 0 15px;
}
.popupDetail dd .lead{
font-size: 13px;
}
.popupDetail dd .lead:last-child{
font-size: 13px;
}
.popupDetail dd .attentionList{

}
.popupDetail dd .attentionList li{

}
.popupDetail dd .attentionList li:last-child{

}
.methodDetail .deviceImage {
width: 85%;
}

.popupDetail dd .logoList li:nth-child(odd){
    padding: 0 10px 0 0;
}
.popupDetail dd .logoList li:nth-child(even){
    padding: 0 0 0 10px;
}



.btnClose {
position: absolute;
top: 20px;
right: 20px;
width: 20px;
height: 20px;
}
.btnClose a:before, .btnClose a:after {
right: 0;
}



/*==============================================
レスポンシブ：SP:popup購入
================================================*/
.popupContent-buy{
    padding: 50px 0;
	width: 90%;
}
.buyDetail {
	background: rgba(40,40,40,0.8);
    padding: 40px;
}
.buyDetail .buyBtnList li {
    margin: 0 0 40px;
}
.buyDetail .buyBtnList li a {
    width: 100%;
    margin: 0 auto;
	font-size: 14px;
}
.popupContent-buy .btnClose {
right: 0px;
}
.buyDetail .buyBtnList{
    margin: 0 0 20px;
}


/*==============================================
レスポンシブ：SP：ヘッダー
================================================*/


.column {
display: block;
}


/*==============================================
レスポンシブ：SP：columnLeft
================================================*/
.columnLeft {
width: 100%;
margin: 0 0 20px;
}
.columnLeft .infoBox {
    margin: 0;
}
.columnLeft .infoTit {
display: none;
}
.columnLeft .infoList {
display: none;
}
.columnLeft .artistImage {
margin: 0;
}
/*==============================================
レスポンシブ：SP：columnRight
================================================*/
.columnRight {
width: 100%;
padding: 0 5%;
box-sizing: border-box;
}
.columnRight .artistName {
font-size: 13px;
margin: 0 0 5px;
}
.columnRight .liveName {
font-size: 18px;
line-height: 1.4em;
margin: 0 0 20px;
}

.columnRight .detailList {
display: flex;
margin: 0 0 15px;
}
.columnRight .detailList dd .date {
    font-weight: 200;
} 
.columnRight .contList {

}
.columnRight .logoList {
    display: flex;
	margin: 0 auto 20px;
    width: 100%;
}
.columnRight .btnList {
    display: flex;
    padding: 15px 0 0;
    margin: 0 0 30px;
}
.columnRight .btnList li {
    box-sizing: border-box;
    width: 50%;
}
.columnRight .btnList li:nth-child(odd) {
    padding: 0 10px 0 0;
    margin:0;
}
.columnRight .btnList li:nth-child(even) {
padding: 0 0 0 10px
}
.columnRight .btnBuy a {
margin: 0;
}
.columnRight .btnList li.blankBtn a {
    font-size: 12px;
    line-height: 1.6em;
    padding: 8px;
}
.columnRight .btnList li.blankBtn.end a {
    font-size: 13px;
    line-height: 1.6em;
    padding: 15px;
}
.columnRight .btnMethod a{
display: block;
text-align: center;
color: #FFF;
background: #4A4A4A;
border-radius: 100px;
font-size: 11px;
padding: 8px;
}
.columnRight .bnr{
    margin: 0 0 30px 0;
}

.columnRight .snsList {
justify-content: center;
margin: 0 0 20px;
}
.attentionList li {
    text-indent: -13px;
    margin: 0 0 8px 0;
}

.attentionBox{
	margin: 20px 0;
    display: none;
}


#feature #container {
    width: 100%;
    margin: 20% 0 0 0;
}
.section-about .sectionTit {
    font-size: 22px;
    font-weight: bold;
    width: 100%;
    margin: 0 auto 30px auto;
    padding: 20px;
    box-sizing: border-box;
}

/* section-about
============================== */
.section-about {
  background: #fff;
}

.section-about .sectionTit {
    font-size: 20px;
    font-weight: bold;
    margin: 0 auto 20px;
    padding: 0;
    width: 90%;
}

.section-about .attention-box {
  color: rgb(216, 67, 0);
  border: 1px solid rgb(216, 67, 0);
  padding: 20px;
  font-size: 13px;
  margin-bottom: 20px;
}

.section-about .attention-box>.red-box {
  border: none;
  padding: 0;
  margin: 0;
}

.red-box {
 margin: 0 auto 20px;
 padding: 0;
 width: 90%;
}

.section-about .attention-box .reb-box-ttl {
  font-size: 14px;
  font-weight: bold;
}

.section-about .attention-box li {
  text-indent: -1em;
  padding-left: 1em;
}

.section-about .attention-box .tit {
  font-weight: bold;
  margin: 0 0 5px;
}

.section-about .attention-box+.attention-box {
  margin-top: 10px;
}

.about-list {
  margin-top: 0;
    width: 90%;  
	margin: 0 auto 50px;    
}

.about-list table, .about-list th, .about-list td {
  display: block;
  width: 100%;
  box-sizing: border-box;
}

.about-list th {
    color: #888;
    font-weight: bold;
    margin: 0 0 .5em;
    border: none;
    padding: 0;    
}

.about-list tr:not(:last-of-type) td {
  margin: 0 0 15px;
  padding: 0 0 15px;
  border-bottom: 1px solid #e4e4e4;
}

.about-list img.card {
  width: 46px;
}

.section-about .form-radio {
  text-align: center;
  font-size: 13px;
  font-weight: bold;
  margin: 35px 0 0;
}

.section-about .form-radio input[type="checkbox"] {
  border-radius: 2px;
  border: 2px solid #bebdbd;
  width: 22px;
  height: 22px;
  position: relative;
  top: -1px;
}

.section-about .form-radio input[type="checkbox"]::before {
  display: none;
}

.section-about .form-radio input[type="checkbox"]::after {
  content: '';
  display: inline-block;
  width: 0.8em;
  height: 0.4em;
  border: 3px solid #e30606;
  border-top: none;
  border-right: none;
  margin: -0.5em 0 0;
  position: absolute;
  left: 0.2em;
  top: 70%;
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  opacity: 0;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

.section-about .form-radio input[type="checkbox"]:checked::after {
  top: 50%;
  opacity: 1;
}

.box-fixed {
  position: fixed;
  width: 100%;
  bottom: 0;
  left: 0;
  background: #fff;
  z-index: 1;
  padding: 20px 5%;
  box-sizing: border-box;
  border-top: 1px solid #bebdbd;
}

.box-fixed .btn-wrap .btn {
  float: left;
}

.box-fixed .btn-wrap .btn>* {
  margin: 0;
}

.box-fixed .btn-wrap .btn:first-child {
  width: 30%;
}

.box-fixed .btn-wrap .btn:last-child {
  width: 67%;
  margin-left: 3%;
}

.box-fixed .btn-wrap .btn .sub {
  color: inherit;
border: #c0c0c0 1px solid;
}
.dottList li {
    line-height: 1.5;
    padding: 0 0 0 1.5em;
    margin: 0 0 .5em;
    position: relative;
    font-size: 14px;
    line-height: 1.5;
    font-weight: 400;
}

.btnList {
    margin: 0 auto 10px;
    width: 90%;
}
.btnList .btn a {
    width: 100%;
    font-size: 12px;
    line-height: 1.5;
    padding: 15px;
    margin: 0 auto 15px;
}
.box-fixed .btn-wrap.sale_fix_footer .btn:first-child, .box-fixed .btn-wrap.sale_fix_footer .btn:last-child {
    width: 48%;
}
.box-fixed .btn-wrap .btn:first-child {
    width: 48%;
}
.box-fixed .btn-wrap .btn:last-child {
    width: 48%;
    margin-left: 3%;
}

}
