/********************************
	共通
********************************/
body{
    font-family: 'Hiragino Kaku Gothic Pro','ヒラギノ角ゴ Pro W3';
    line-height: 1.6 !important;
}
[v-cloak] {
    display:none;
}
a{
    color: initial;
}
a:hover {
    color: initial;
    text-decoration: none;
}
@media (min-width: 768px){
    table{
        table-layout: fixed;
    }
}
input::placeholder {
    color: #aaaaaa !important;
}
.container{
    padding-top: 50px;
    padding-bottom: 50px;
}
#main-content{
    padding-top: 20px;
}
.title{
    height: 50px;
    text-align: center;
}
.btn-wide{
    width: 200px;
}

/*hao.lt - refs #125736 BRISWELL-743*/
.text-connect-line {
    color: #fff;
    font-family: sans-serif;
    font-weight: 700;
    width: 100%;
    margin-left:-65px;
    font-size: 26px
}
@media (max-width: 767px){
    /* SP時にwidth100%にする */
    .btn-wide{
        width: 100%;
    }

    /*hao.lt - refs #125736 BRISWELL-743*/
    .text-connect-line {
        font-size: 16px;
        margin-left:-35px;
    }
}

/********************************
	ボタン・ボーダー・背景色など
********************************/

.btn-line-login {
    display: block;
    border: none;
    padding: 0;
    background-color: transparent;
    text-align: center;
}
.btn-line-login:hover {
    opacity: 0.9;
}
.btn-line-login:active {
    opacity: 0.7;
}
.btn-line-login > img {
    max-width: 100%;
    /* display: block; */
    margin: 0 auto;
}
.btn-totto {
    color: #fff;
    background-color: #1abc9c;
    border-color: #1abc9c;
}
.btn-totto:hover {
    color: #1abc9c;
    background-color: transparent;
    border-color: #1abc9c;
}
.text-totto{
    color: #1abc9c;
}
.bg-totto{
    background-color: #1abc9c;
    color: #fff;
}
.border-totto{
    border-color: #1abc9c !important;
}

/********** bootstrap override **********/ 

.bg-light{
    background-color:#f2f4f6!important;
}
.btn-line {
    color: #fff !important;
    background-color: #06C755 !important;
    border-color: #06C755 !important;
}
.btn-line:hover {
    opacity: 0.9;
}
.btn-red{
    color: #fff !important;
    background-color: #f45d48 !important;
    border-color: #f45d48 !important;
}
.btn-red:hover{
    color: #f45d48 !important;
    background-color: transparent !important;
    border-color: #f45d48 !important;
}
.btn-outline-red {
    color: #f45d48 !important;
    border-color: #f45d48 !important;
}
.btn-outline-red:hover {
    color: #fff !important;
    background-color: #f45d48 !important;
    border-color: #f45d48 !important;
}
.btn-outline-red:not(:disabled):not(.disabled).active, 
.btn-outline-red:not(:disabled):not(.disabled):active, 
.show>.btn-outline-red.dropdown-toggle {
    color: #fff !important;
    background-color: #f45d48 !important;
    border-color: #f45d48 !important;
}
.border-danger{
    border-color: #f45d48 !important;
}
.badge-totto{
    color: #fff;
    background-color: #1abc9c;
    border-color: #1abc9c;
}

/********************************
	レイアウト
********************************/

/********* ローディング **********/ 
#loading-bg {
    width: 100%;
    height: 100%;
    display: block;
    background-color: #fff;
    opacity:0.8;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 10000;
}
#loading {
    z-index: 10001;
    position: fixed;
    top: 50%;
    left: 50%;
    width: 100%;
    height: 100%;
    display: block;
}

/********* ナビ **********/ 

nav a:hover{
    background-color: rgba(0,0,0,0.1);
}

nav a{
    border-left: 5px solid transparent;
}
nav .member .nav-member,
nav .address .nav-address,
nav .card .nav-card,
nav .coupon .nav-coupon,
nav .subscription .nav-subscription,
nav .privacy .nav-privacy,
nav .transaction .nav-transaction,
nav .terms .nav-terms,
nav .contact .nav-contact,
nav .withdraw .nav-withdraw,
nav .ownedmedia .nav-ownedmedia,
nav .order .nav-order{
    background-color: rgba(0,0,0,0.1);
}
#sidebar{
    width: 100%;
    padding-top: 50px;
    position: fixed;
    z-index: 9;
}
#sidebar ul{
    background-color: #fff;
}
#lg-sidebar {
    width: 280px;
    padding-top: 0;
    margin-top:70px;
}

/********* ヘッダ **********/ 

#header {
    width: 100%;
    height: 50px;
    position: fixed;
    z-index: 10;
}
.text-header{
    font-weight: 400;
}

/********* フッタ **********/ 

#toTop{
    position: fixed;
    bottom: 36;
    right: 30;
    cursor: pointer;
    z-index: 2;
}

/********************************
	ログイン画面
********************************/

.line-modal {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,50%);
    padding: 40px 20px;
    overflow: auto;
    opacity: 0;
    visibility: hidden;
    transition: .3s;
    box-sizing: border-box;
    z-index: 2;
}
#line-modal.active{
    opacity: 1;
    visibility: visible;
}
#line-modal-content {
    background-color: #f4f4f4;
    margin: 10% auto;
    width: 70%;
    max-width: 900px;
    box-shadow: 0 5px 8px 0 rgba(0,0,0,0.2),0 7px 20px 0 rgba(0,0,0,0.17);
    padding: 30px 40px 40px;
}
#modal-close {
    font-size: 2rem;
}
#modal-close:hover {
    cursor: pointer;
}
@media (max-width: 768px) {
    #line-modal-content {
        width: 90%;
        padding: 20px 30px 30px;
    }
}

/********************************
	会員情報閲覧
********************************/

.preview-table{
    table-layout: fixed;
}
.preview-table th,
.preview-table td{
    padding: 16px !important;
    text-align: center;
}
.preview-table th{
    min-width: 140px;
}

@media (min-width: 768px){

    .preview-table th,
    .preview-table td{
        width: auto !important;
    }
    .preview-table th{
        width: 200px !important;
    }
    .preview-table td{
        text-align: left;
    }
}

/********************************
	会員登録・編集
********************************/

@media (max-width: 767px){
    #btn-password{
        margin-top: .5rem;
        margin-bottom: .5rem;
        width: 100%;
    }
    #btn-favshop{
        width: 100%;
        margin-bottom: .5rem;
    }
}
@media (max-width: 425px){
    #modal-open {
        width: 90%;
    }
    button#modal-open {
        margin: 0 auto;
    }
}
.brand-list{
    width: 100%;
    display: flex;
    list-style:none;
    font-size: 13px;
    z-index: 1000;
    white-space: nowrap;
    scrollbar-width: none;       /* Firefox 対応 */
}
.brand-list::-webkit-scrollbar {  /* Chrome, Safari 対応 */
    display:none;
}
.slide-arow{
    position: absolute;
    z-index: 1040;
    padding-right: .4rem;
    padding-left: .4rem;
    color: #212529;
    background-color: #888888a1;
    border-radius: .25rem;
    height: 28px;
    display: flex;
    justify-content: center;
    flex-flow: column;
}
.slide-arow.left{
    left: 2px;
}
.slide-arow.right{
    right: 2px;
}
.select-login-method button {
    max-width: 450px;
    margin: 0 auto;
    border: none;
    outline: none;
}
.select-login-method > p {
    font-size: 1.5rem;
    font-weight: bold;
}
.show-button {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    right: 5%;
}
.show-plus {
    display: inline-block;
    vertical-align: middle;
    line-height: 1;
    width: 1em;
    height: 0.1em;
    background: currentColor;
    border-radius: 0.1em;
    position: relative;
    top: -2px;
    margin-right: 8px;
}
.show-plus::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: inherit;
    border-radius: inherit;
    transform: rotate(90deg);
}
.show-minus {
    display: inline-block;
    vertical-align: middle;
    line-height: 1;
    width: 1em;
    height: 0.1em;
    background: currentColor;
    border-radius: 0.1em;
    position: relative;
    top: -1px;
    margin-right: 8px;
}
@media (max-width: 425px){
    .select-login-method > p {
        font-size: 1.0rem;
    }
}

/********************************
	カード情報
********************************/
.card-logo{
    width: 40px;
}

/********************************
	クーポン・キャンペーン
********************************/
.coupon-ticket{
    border-bottom: 4px dotted #efefef;
    padding: 14px;
}
@media (min-width: 768px){
    .coupon-ticket{
        border-bottom: none !important;
        border-left: 4px dotted #efefef;
    }
    .coupon-ticket p{
        writing-mode: tb;
    }
}

/********************************
	サブスクリプション
********************************/
.subscription-card{
    height: 215.92px;
    width: 342.4px;
    margin: auto;
    display: flex;
    flex-flow: column;
    justify-content: center;
    text-align: center;
    border-radius: 0.8rem;
}

@media (max-width: 374px){
    .subscription-card{
        height: 161.94px;
        width: 256.8px;
    }
}
#cancel-field{
    right: 0;
    bottom:33px;
    left: 0;
    z-index: 1;
    text-align: center;
}

/********************************
	サイドバーメニュー制御
********************************/
.overflow-y-hidden{
  overflow-y: hidden!important;
}

.nav-drawer-content{
  height: 90%;
  overflow-y: auto;
  overflow-x: hidden;
}
