@charset "utf-8";


/* -----------------------------------------------------------
    マイページ
-------------------------------------------------------------- */

/* マイページ共通 */
.mypage .ec-input input{
    height: auto;
    border: 1px solid #ccc;
    border-radius: 0 !important;
    padding: 15px;
    font-size: 1.5rem;
}

.mypage input[type="checkbox"]{
    display: inline-block;
    width: 15px;
    height: 15px;
    appearance: checkbox;
    vertical-align: middle;
    margin: 0 10px 5px 0;
}

/*
.mypage .ec-blockBtn--cancel{
    font-size: 1.8rem;
}
*/

.mypage .mypage-wrap{
    padding: 0 0 100px;
}

.mypage .ec-mypageRole{
    padding: 0;
}

.mypage .ec-navlistRole .active a{
    color: var(--main);
	background: var(--main);
	color: #fff;
}

.mypage .ec-inlineBtn{
    color: #fff;
    font-weight: bold !important;
    background-color: #7b7b7b;
    border: none;
}

/* h1 */
.mypage .ec-mypageRole .ec-pageHeader h1{
    color: #333;
    font: 500 3rem / 1.2 'Noto Sans JP', sans-serif;
    border-color: #000;
    margin: 0 0 60px;
    padding: 0px 0 20px;
}

/* ページタイトル */
.mypage .section-sub-title{
    margin: 0 0 30px;
}

/* マイページメニュー */
.mypage .ec-navlistRole__navlist{
	margin-bottom: 50px;
}
.mypage .ec-navlistRole .ec-navlistRole__item a {
	font-size: 1.5rem;
}

/* ポイントテキスト */
#page_mypage_change.mypage .ec-welcomeMsg{
	border-bottom: none;
	margin: 0;
}

/* お届け先一覧 */
.mypage .ec-addressRole .ec-addressRole__actions {
    margin-top: 0;
}


@media screen and (max-width: 768px){
	
    .mypage .ec-blockBtn--cancel{
        font-size: 1.6rem;
    }
    
    .mypage .mypage-wrap{
        padding: 0 20px 40px;
    }
    
    /* h1 */
    .mypage .ec-mypageRole .ec-pageHeader h1{
        font-size: 2.4rem;
        border-top: none;
        margin: 0 0 30px;
    }
    
    /* form-table */
    .mypage .form-table {
        margin: 20px -20px 0;
        width: calc(100% + 40px);
    }
	
	/* ページタイトル */
	.mypage .section-sub-title{
		margin: 30px 0 20px;
	}
	.mypage .withdraw_complete .section-sub-title{
		margin: 0 0 20px;
	}
	.mypage .withdraw_complete .ec-reportHeading{
		margin: 0 0 0;
	}
	
	/* マイページメニュー */
	.mypage .ec-navlistRole__navlist{
		margin-bottom: 0;
	}
	.mypage .sp-mypage-nav{
		border: 1px #ddd solid;
		padding: 10px 20px;
		cursor: pointer;
		background: #f0f0f0;
		font-style: 1.5rem;
	}
	.mypage .ec-navlistRole .ec-navlistRole__item a {
		padding: 12px 5px;
		font-size: 1.4rem;
	}
	
	/* ページタイトル */
	.mypage .ec-welcomeMsg{
		font-size: 1.5rem;
		line-height: 1.6;
		margin: 0 0 15px;
		padding: 0 0 15px;
	}
	
}


/*    ログイン画面
-------------------------------------------------------------- */
.login-area{
    width: 730px;
    margin: 0 auto 80px;
}

.login-area .ec-login{
    background: #f5f5f5;
}

.mypage .ec-login .ec-login__link{
    margin-top: 10px;
}

@media screen and (max-width: 768px){

    .login-area{
        width: 100%;
        margin: 0 0 20px;
    }
    
    .login-area .ec-login{
        padding: 30px;
    }
    
    .mypage .ec-input input#login_pass{
        margin-bottom: 20px;
    }
    
    .mypage .ec-login .ec-login__link{
        margin-top: 20px;
    }
}


/*    マイページトップ
-------------------------------------------------------------- */
#mypage-top{}

@media screen and (max-width: 768px){

}


/*    購入履歴詳細
-------------------------------------------------------------- */
#history .ec-orderRole{
    max-width: unset;
    padding: 0;
    margin: 20px 0 0;
}

#history .ec-orderRole .ec-orderRole__detail {
    padding: 0 16px 20px 0;
}

#history .ec-orderPayment,
#history .ec-orderConfirm,
#history .ec-orderMails{
    margin: 50px 0 0;
}

#history .ec-rectHeading{
    margin: 0 0 15px;
}

#history .ec-orderMail .ec-orderMail__link a{
    color: #333;
    text-decoration: underline;
}
/*
#history .ec-rectHeading h2,
#history .ec-totalBox{
    background: #f6f6f6;
}
*/
#history .ec-blockBtn--action{
    color: #FFF;
    font-size: 1.8rem;
    font-weight: bold;
}

#history .form-area {
    padding: 0;
}
#history .form-area .back-link {
    margin: 0;
    text-align: left;
}

@media screen and (max-width: 768px){

    #history .ec-orderRole .ec-orderRole__detail {
        padding: 0;
    }

    #history .ec-orderPayment,
    #history .ec-orderConfirm,
    #history .ec-orderMails{
        margin: 30px 0 0;
    }
    
    #history .ec-totalBox{
        padding: 30px 20px;
        margin: 0 0 30px;
    }
    
    #history .ec-totalBox .ec-totalBox__paymentTotal {
        padding: 8px 0 15px;
    }
}


/*    お気に入り一覧
-------------------------------------------------------------- */
#favorite .ec-favoriteRole .ec-favoriteRole__item .ec-closeBtn--circle{
    z-index: 3;
}

@media screen and (max-width: 768px){

}


/*    会員登録内容変更
-------------------------------------------------------------- */

@media screen and (max-width: 768px){
    
    #change #form .form-area.complete {
        padding: 0;
    }
}


/*    退会手続き
-------------------------------------------------------------- */
#withdraw .ec-withdrawRole{
    padding: 30px 0;
}

#withdraw .ec-off3Grid .ec-off3Grid__cell {
    width: 100%;
    margin: 0;
}

#withdraw .ec-icon{
    margin: 0 0 15px;
}

#withdraw .ec-withdrawConfirmRole__description,
#withdraw_complete .ec-reportDescription{
    line-height: 1.8;
}

#withdraw .ec-blockBtn--cancel{
    color: #fff;
    margin: 30px 0;
}

#withdraw .ec-blockBtn{
    height: 36px;
    line-height: 36px;
}

.mypage#withdraw_complete .ec-blockBtn--cancel{
    color: #fff;
}

@media screen and (max-width: 768px){

    #withdraw .ec-withdrawRole{
        padding: 20px 0;
    }

    #withdraw .ec-withdrawRole .ec-withdrawRole__title{
        font-size: 2rem;
    }
    
    #withdraw .ec-withdrawRole .ec-withdrawRole__description,
    #withdraw .ec-withdrawConfirmRole__description,
    #withdraw .ec-withdrawConfirmRole__title,
    #withdraw_complete .ec-reportDescription{
        line-height: 1.8;
        text-align: left;
    }
    
    #withdraw_complete .ec-reportHeading{
        border: none;
    }
}


/*    セクション名
-------------------------------------------------------------- */

@media screen and (max-width: 768px){

}
