@charset "utf-8";
/* ===================================================================
	01 基本設定
	02 パンクズ
	03 ボタン
	04 ご利用規約
	05 登録フォーム
	06 入力内容確認
	07 登録完了
	08 efo設定
	09 ログイン画面
	10 ログイン用エラーエリア
	11 既存会員用ログインページ
	12 登録完了(メンバーズカード登録フロー)
=================================================================== */
/* 01 基本設定
--------------------------------------------------------------------*/
#contents.members {
	width: 100%;
	padding: 2.5rem 1.5rem 5rem;
}
.members_title {
	font-size: 1.5rem;
	line-height: 2.8125rem;
	margin-bottom: 2.5rem;
}
.members_subtitle {
	font-size: 1.5rem;
	line-height: 2.125rem;
	margin-bottom: 1.5rem;
}
.members_lead_text {
	font-size: 16px;
	line-height: 1.8;
	margin-bottom: 40px;
}
.members_lead_link {
	color: #1a1a1a;
	font-size: 16px;
	line-height: 1.8;
}
.members_back {
	text-align: center;
}
.page-title{
	margin-top:5px;
}
.section-title {
	margin-top:45px;
	color: #000;
	font-size: 18px;
	font-weight: bold;
	line-height: 1;
	margin-bottom: 10px;
	border-bottom:none;
}
.members_section {
	margin-bottom: 4rem;
}
.members_section:last-child {
	margin-bottom: 0;
}
.members_section_title {
	font-size: 1.25rem;
	line-height: 2.125rem;
	margin-bottom: 1.5rem;
}

.members_section_title.mmg {
    border-bottom: 1px solid #d9d9d9;
    padding: 0 0 24px;
    display: flex;
    -webkit-box-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    justify-content: space-between;
    flex-direction: row;
    width: 100%;
    gap: 0.5rem;
    position: relative;
	cursor: pointer;
}

.members_section_title.mmg .mmg_close {
    display: block;
    position: relative;
    width: 20px;
    height: 20px;
    transition: color .4s;
    opacity: 1;
    z-index: 47;
    cursor: pointer;
    font-size: 0;
}

.members_section_title.mmg .mmg_close:before {
    content: "";
    display: inline-block;
    position: absolute;
    left: 0px;
    width: 100%;
    height: 1px;
    transition: all 0s;
    background: #9d9d9d;
    box-sizing: border-box;
    top: 4px;
    -webkit-transform: translateY(8px) rotate(-45deg);
    transform: translateY(8px) rotate(-0deg);
}
.members_section_title.mmg .mmg_close:after {
    content: "";
    display: inline-block;
    position: absolute;
    left: 0px;
    width: 100%;
    height: 1px;
    transition: all 0s;
    background: #9d9d9d;
    box-sizing: border-box;
    -webkit-transform: translateY(-8px) rotate(45deg);
    transform: translateY(-8px) rotate(90deg);
    bottom: 0px;
}

.members_section_title.mmg.is_open .mmg_close:after {
	display:none;
}

.members_section_subtitle {
	font-size: 16px;
	margin-bottom: 1.5rem;
}

.mmg ~ .form_checkbox_list {
	display:none;
}

.members_subsection {
	margin-bottom: 4rem;
}
.members_subsection:last-child {
	margin-bottom: 0;
}
.members_subsection_title {
	font-size: 1.25rem;
	line-height: 2.125rem;
	margin-bottom: 1rem;
}
.step {
	position: absolute;
	right: 10px;
	top: 38px;
	text-align: right;
	white-space: nowrap;
}
.step li {
	font-size: 14px;
	display: inline-block;
	padding: 9px 16px;
	margin-right: 25px;
	position: relative;
}
.step .active {
	background: #E2E2E2;
}
.step li:after {
	content: "";
	display: block;
	position: absolute;
	width: 10px;
	height: 10px;
	border-top: 2px solid #CCCCCC;
	border-right: 2px solid #CCCCCC;
	transform: rotate(45deg);
	right: -20px;
	top: 0;
	bottom: 0;
	margin: auto;
}
.step li:last-child {
	margin-right: 0;
}
.step li:last-child:after {
	content: none;
}

.register{
	width: 820px;
	margin: 0 auto;
}
.contact{
	width: 820px;
	margin: 0 auto;
}
.forgot_box p{
	line-height:1.6;
	font-size: 14px;
	margin-bottom: 30px;
}
.forgot_box dl{
	margin: 0 auto;
}
.forgot_box dt{
	clear:both;
	float:left;
	width:150px;
	line-height:38px;
}
.forgot_box dd{
	margin-left:150px;
	margin-bottom: 20px
}
.members .section_member {

}
.subtitle {
	color: #000;
	background: #ccc;
	font-size: 20px;
	font-weight: bold;
	line-height: 1em;
	text-align: left;
	margin: 0 0 30px;
	padding: 15px;
}
.members .section_member .subtitle {
}
.header-user-info, .header-btn-block, .header_info, .header_caution, .footer-brand-info, .bread {
	display: none;
}
.header-wrap, .header-wrap.fixed, .header-wrap.fixed .header-inner-box, .header, .header-wrap.fixed .header, .header-inner-box {
	height: 76px;

}
.header.inner{
		border-bottom: 1px solid #4D4D4D;
		box-sizing: content-box;
}
.header-inner-box {
	width: 1080px;
}
.header-logo {
	width: 228px;
}
#footer {
	padding-top:0;
}
#footer .footer_copyright {
	display: block;
}
footer.footer .footer-inner {
    max-width: 940px;
    width: 100%;
    margin: 0 auto;
}
.members .lead{
	font-size:12px;
	line-height: 22px;
	margin-bottom: 20px;
}
.wide_xs{
	width: 120px !importanti;
}
.wide_sm{
	width: 145px !important;
}
.wide_md {
	width: 470px !important;
}

.wide_lg {
	width: 800px !important;
}

@media screen and (min-width: 1001px){
	#contents.members {
		max-width: 1028px;
		margin: 0 auto;
		padding:0 2.5rem 10rem;
	}
	.members_title {
		font-size: 2rem;
		line-height: 2.8125rem;
		margin-bottom: 2.5rem;
	}
	.members_subtitle {
		font-size: 2rem;
		ine-height: 2.8125rem;
		margin-bottom: 1.5rem;
	}
	.members_lead_text {
		margin-bottom: 80px;
	}
	.members_section {
		margin-bottom: 5rem;
	}
	.members_section:last-child {
		margin-bottom: 0;
	}
	.members_section_title {
		font-size: 1.5rem;
		line-height: 2.125rem;
		margin-bottom: 1.5rem;
	}
	.members_subsection {
		margin-bottom: 4.5rem;
	}
	.members_subsection:last-child {
		margin-bottom: 0;
	}
	.members_subsection_title {
		font-size: 1.5rem;
		line-height: 2.125rem;
		margin-bottom: 1rem;
	}
	.members_back {
		text-align: left;
	}

}

/* 04 ご利用規約
--------------------------------------------------------------------*/

.members .check_text {
	text-align: center;
	display: block;
	margin: 20px 0;
}
.members .agree_box {
	width: 100%;
	height: 140px;
	margin: 0 auto;
	padding: 16px;
	border: 1px solid #d9d9d9;
	background-color: #fff;
	overflow-y: auto;
}

.members .agree_box .section {
	line-height: 23px;
}
.members .agree_box section p {
	line-height: 23px;
	margin:0 0 35px 0;
}
.members .agree_box section ul {
	margin:0 0 35px 0;
}
.members .agree_box section .subtitle{
	margin:0 0 10px 0;
	border-bottom:#95989a solid 1px;
	padding-bottom:6px;
}
.members .agree_box section  ul li {
	font-size:13px;
	line-height: 23px;
	margin-bottom:5px;
    text-indent: -1em;
    margin-left: 1em;
}
.agree_check_area {
	text-align: center;
	padding: 20px 0;
}

.members .section_agree {
	line-height: 1.8;
}

.agreement_text, .privacy_text {
	color: #000;
	font-size: 14px;
	line-height: 1.4;
	margin-bottom: 40px;
}
.agreement_section {
	margin-bottom: 40px;
}
.agreement_section:last-child {
	margin-bottom: 0;
}
.agreement_heading {
	color: #000;
	font-size: 18px;
	font-weight: bold;
	line-height: 1;
	margin-bottom: 10px;
}
.agreement_data {}
.agreement_data + .agreement_data,
.privacy_data + .privacy_data {
	margin-top: 30px;
}
.agreement_data_heading, .privacy_data_heading {
	color: #000;
	font-size: 16px;
	font-weight: bold;
	line-height: 1;
	margin-bottom: 10px;
}
.agreement_data_text,.privacy_data_text {
	color: #000;
	font-size: 14px;
	line-height: 1.6;
	padding-left: 12px;
	counter-reset: decimal decimal-bracket;
}
.agreement_data_text a {
	font-size: 14px;
	text-decoration: underline;
}
.guideMinmm.align_right {
	margin-top: 30px;
    text-align: right;
}
.agreement_data_text ol.glaDtlist {
}
.agreement_data_text ol.glaDtlist > li {
	margin: 0 0 0 1.5rem;
    padding: 5px 0 0;
    list-style-type: decimal;
}
.agreement_data_text ul.glaAslist {
	margin: 0 0 0 1.8em;
    padding: 5px 0 5px;
    font-size: 12px;
}
.agreement_data_text ul.glaAslist li {
	text-indent: -1.7em;
    margin: 0;
    padding: 2px 0 0;
    list-style-type: none;
}
.agreement_data_explain {
	font-size: 14px;
	line-height: 1.4;
	margin-bottom: 5px;
}
.agreement_data_list {
	display: table;
	font-size: 14px;
	counter-reset: decimal decimal-bracket decimal-bracket1;
}
.agreement_data_item {
	display: table-row;
	line-height: 1.4;
}
.agreement_data_item.type_disc:before {
	content: "・";
	display: table-cell;
	width: 12px;
	padding-right: 4px;
	white-space: nowrap;
}
.agreement_data_item.type_decimal:before {
	counter-increment: decimal;
	content: counter(decimal) ".";
	display: table-cell;
	width: 14px;
	padding-right: 4px;
	white-space: nowrap;
}
.agreement_data_item.type1_decimal_bracket:before {
	counter-increment: decimal-bracket;
	content: counter(decimal-bracket) ")";
	display: table-cell;
	width: 14px;
	padding-right: 4px;
	white-space: nowrap;
}
.agreement_data_item.type2_decimal_bracket:before {
	counter-increment: decimal-bracket1;
	content: "(" counter(decimal-bracket1) ")";
	display: table-cell;
	width: 14px;
	padding-right: 4px;
	white-space: nowrap;
}
.agreement_data_item:after {
	content: "";
	display: block;
	margin-bottom: .2em;
}

/* 05 登録フォーム
--------------------------------------------------------------------*/

.members table {
	display: block;
	margin-bottom: 20px;
	line-height: 1.8;
}
.members table .radio_checkbox_parallel{
	padding-top:10px;
}
.members .conf_magazine{
	margin-left:-14px;
}
.members .conf_magazine li {
	line-height: 25px;
	float: left;
	margin: 0 0 14px 14px;
}
.members .conf_magazine li img{
	max-width:94px;
	height:auto;
}
.members .conf_magazine:last-child {
	margin-bottom:10px;
}
.members .favorite_store {
	padding: 0 0 10px 30px;
	margin-bottom: 40px;
}
.members .favorite_store dt {
	float: left;
	margin-right: 15px;
}
.members .favorite_store dd {
}
.members table th {
    width: 173px;
    line-height: 20px;
    font-size: 14px;
    font-weight: bold;
    vertical-align: top;
    padding-top: 9px;
}

.members .confirmation th {
    width: 285px;
    padding:0;
    line-height:1.6;
}
.small{
    font-size: 12px;
}
.members table th .required{
    font-weight:bold;
    font-size: 14px;
}
.members .section_member .confirmation tr {
    margin-bottom: 1.4em;
}
.members .section_member table tr {
    margin-bottom: 2.5em;
    display: block;
}
.members table td {
	position: relative;
	width: auto;
	font-size: 14px;
	line-height:20px;
}
.members table td input {
	width: 165px;
	height: 38px;
	background: #fff;
	padding: 8px 5px;
}
.members table td input[type="email"] {
	width: 344px;
}
.members table td input[type="text"], .members table td input[type="email"], .members table td input[type="tel"], .members table td input[type="password"] {
	border: 1px solid #B2B2B2;
	margin-bottom: 30px;
	margin-right: 14px;
}
.members table td input[type="email"], .members table td input[type="password"] {
	width:344px;
}
.radio_checkbox_parallel .radio_leftside input[type="radio"] + label{
	margin: 0 30px 30px 0;
}
.ex-ast {
    font-size: 14px !important;
    display: inline-block;
}
.members table td .note {
	display: block;
}

.members table td.ex {
	line-height: 15px;
	padding: 10px 0;
}
.members .section {
	border: none;
	margin-bottom: 30px;
	font-size: 14px;
}
.members .section p {
	margin-bottom: 1em;
	line-height: 1.8;
	font-size: 14px;
}

.members .section_agree {
	border: none;
	padding: 0 20px;
	margin-bottom: 30px;
}

.sampleValue {
	color: #999 !important;
}
.members .section .agree_check {
	padding-left: 20px;
	text-align: left;
}
.members .section .agree_check h4 {
	font-weight: bold;
	margin-top: 20px;
	font-size: 14px;
	border-bottom: 1px #d6d6d6 solid;
	padding-bottom: 5px;
}
.members .section .agree_check p {
	margin-bottom: 0;
}
.required {
	display:inline-block;
	font-weight: bold;
	color:#ff3300;
	margin:0 0 0 5px;
}
.activity p{
	margin-bottom: 20px;
	line-height: 20px;
}
.activity .form_checkbox_left ul > li{
	width: 50%;
	float: left;
	margin-bottom: 20px;
}
/*クーポン*/
.campeign_coupon {
    position: relative;
    margin: 2.5% 0 0;
}
.campeign_coupon ul {
	margin: 1% 0 0;
}
.campeign_coupon li {
    margin-left: 1em;
    text-align: left;
    font-size: 1.2em;
    letter-spacing: 1px;
    line-height: 1.6;
}
.campeign_coupon li:before {
	content:"・";
	margin-left: -1em;
}
.campeign_coupon li span {
	display:block;
	font-weight:bold;
}
/* ニュース レター登録画面 */
#member_card{
	display: none;
	margin-top: -10px;
}
.magazine_area,
.myshop_area {
	padding-left: 15px;
	margin-bottom: 30px;
}
.myshop_area p {
	margin-bottom: 20px;
}
.magazine_area .left {
	text-align: left !important;
}
.magazine_area .mf {
	color:#F00;
}
.members .mm_sort {
	background: url("/static/full/images/members/select_shop.jpg") no-repeat;
	background-size: 820px 85px;
	height: 85px;
	width: 820px;
	margin: 0px auto 40px auto;

}
.members .mm_sort table table {
	width: 854px;
}
.members .mm_sort table td {
	padding: 28px 0 0 55px;
	background: url("/static/full/images/common/arrow_11.gif") no-repeat;
	background-position: 10px 34px;
}
.members .mm_sort table tr td:first-child {
	padding-left: 15px;
	background: none;
}

.members .mm_sort table td .pull-down_ p {
}
.members .mm_sort table td .pull-down_ {
	position: relative;
	width: 195px;
}
.members .mm_sort table td .pull-down_end_ {
	position: relative;
	width: 235px;
}
.members .mm_sort table td .pull-down_ p a,
.members .mm_sort table td .pull-down_end_ p a {
	background: url("/static/full/images/common/btn_pulldown_black.gif") no-repeat scroll right center #F2F2F2;
	display: block;
	line-height: 36px;
	padding-left:5px;
}
.members .mm_sort table td .pull-down_ ul {
	display: none;
	position: absolute;
	background-color: #FFFFFF;
	width: 193px !important;
	border: 1px #f2f2f2 solid;
	top: 36px;
	z-index: 100;
}
.members .mm_sort table td .pull-down_end_ ul {
	display: none;
	position: absolute;
	background-color: #FFFFFF;
	width: 233px !important;
	border: 1px #f2f2f2 solid;

	top: 36px;
	z-index: 100;
}
.members .mm_sort table td .pull-down_ ul li ,
.members .mm_sort table td .pull-down_end_ ul li {
	border-top:1px #f2f2f2 solid;
	line-height: 30px;
}
.members .mm_sort table td .pull-down_ ul li:first-child ,
.members .mm_sort table td .pull-down_end_ ul l:first-childi {
	border-top:none;
}
.members .mm_sort table td .pull-down_ ul li a ,
.members .mm_sort table td .pull-down_end_ ul li a {
	display:block;
	padding-left: 5px;
}
.members .mm_sort table td .pull-down_ ul li a:hover ,
.members .mm_sort table td .pull-down_end_ ul li a:hover {
	background-color: #8ac22b;
}
.members #storeFolder2 .title-area {
	font-size: 16px;
	font-weight: bold;
	line-height: inherit;
}
.members #storeFolder2 .title-prefecture {
	font-size: 14px;
	font-weight: bold;
	padding-top: 10px;
	line-height: inherit;
}
.members #storeFolder2 .title-brand {
	font-size: 12px;
	font-weight: bold;
	padding: 5px 0;
	line-height: inherit;
}
.members .prefContainer .storeInputCol {
	padding: 0px 10px 0px 20px;
	width: 15px;
}
.members .prefContainer .storeNameCol {
	width: auto;
	line-height: 25px;
}
.members #storeFolder2 {
	width: 820px;
	margin: 0 auto;
}
.members #storeFolder2 table {
	margin-bottom: 5px;
}

.members .member-cards {
	margin: 0 0 20px;
}
.members .member-cards p {
	margin: 0 0 20px;
	font-size: 14px;
}

.members_register {}
.members_card {}
.members_card_check {
	margin-bottom: 24px;
}
.members_card_more {
	margin-top: 24px;
}
.members_brand_list:before, .members_brand_list:after {
	content: none;
}
.members_brand_list {
	display: grid;
	gap: 8px;
	grid-template-columns: repeat(3, minmax(0, 1fr));
}
.members_brand_item {
	width: 100%;
	height: 100%;
}
.members_brand_check {
	display: block;
	text-align: center;
	border: 1px solid #d9d9d9;
	padding: 10px;
}
.members_brand_photo {
	margin-bottom: 6px;
}
.members_brand_image {
	max-width: 100%;
	width: 100%;
	height: auto;
}

@media screen and (min-width: 1001px){
	.members_brand_list {
		grid-template-columns: repeat(8, minmax(0, 1fr));
	}
}

/* 06 入力内容確認
--------------------------------------------------------------------*/

.members .confirmation td {
	color: #545454;
}
.members .confirmation td span {
}
.members .magazine_confirm {
	padding: 0 0 20px 30px;
}
.members_confirm {
	margin-bottom: 64px;
}
.members_confirm_text {
	font-size: 16px;
	line-height: 1.8;
	border-top: 1px solid #d9d9d9;
	border-bottom: 1px solid #d9d9d9;
	padding: 2rem 0;
}
.members_confirm_list {
	font-size: 16px;
	line-height: 1.8;
}
.members_confirm_item {}
.members_magazine_list {}
.members_magazine_item {
	font-size: 16px;
	line-height: 1.8;
}
@media screen and (min-width: 1001px){
	.members_confirm {
		margin-bottom: 120px;
	}
}

/* 07 登録完了
--------------------------------------------------------------------*/

.members .thx {
	text-align: center;
	margin: 0 0 070px 0;
	line-height: 1.5;
}
.members .thx h3 {
	font-size: 50px;
	text-align: center;
	background-color: #FFF;
	line-height: 50px;
	padding: 0;
	color: #000000;
	font-weight: normal;
	font-family: "Helvetica Neue", Helvetica, "Hiragino Kaku Gothic ProN", "Hiragino Sans", "ヒラギノ角ゴ ProN", "Noto Sans JP", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", Arial, sans-serif;
	margin: 20px 0;
}
.members .thx p{
	margin-bottom: 1em;
	line-height: 1.8;
}
.members .thx strong {
	font-size: 18px;
	font-weight: normal;
	margin-bottom: 30px;
	display: block;
}
.members .thx .complete_mail {
	text-align: center;
	font-size: 12px;
	line-height: 18px;
}
#entry_complete {
	width: 960px;
	font-family:"ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}
#entry_complete h3{
	margin:0;
	padding:0;
}
.coupon_present {
	margin-bottom: 15px;
}
#entryBrandlist ul {
	width: 876px;
	padding-left: 30px;
	padding-bottom:30px;
	margin: 0 auto;
}
#entryBrandlist ul li {
	list-style: none;
	margin: 0 30px 20px 0;
	padding: 0;
	width: 262px;
	height: 130px;
	float: left;
	font-size: 12px;
	text-align: center;
	line-height: 30px;
}
#entryBrandlist ul li a {
	color: #000000;
}
.members_complete {
	margin-bottom: 48px;
}
.members_complete_title {
	font-size: 24px;
	line-height: 1.4;
	margin-bottom: 16px;
}
.members_complete_text {
	font-size: 16px;
	line-height: 1.8;
	margin-bottom: 48px;
}
.members_complete_link {
	color: #1a1a1a;
	font-size: 16px;
	line-height: 1.8;
}
.members_complete_photo {
	text-align: center;
}
.members_complete_image {
	max-width: 100%;
	height: auto;
}

@media screen and (min-width: 1001px) {
	.members_complete {
		margin-bottom: 80px;
	}
	.members_complete_title {
		font-size: 32px;
		margin-bottom: 24px;
	}
	.members_complete_text {
		margin-bottom: 56px;
	}
}

/* 08 efo設定
--------------------------------------------------------------------*/

.sampleValue {
	color: #999;
}
.efoMsgBox {
	background-color: #000;
	border: 1px solid #ccc;
	color: #fff;
	font-weight: bold;
	left: 0;
	opacity: 0.8;
	padding: 12px 15px;
	position: absolute;
	top: 0;
}
.members .ok {
	color: #FF3300;
	font-size: 14px;
	margin-left: -3.5em;
}
/* 09 ログイン画面
--------------------------------------------------------------------*/

#contents.members_login {
	width: 100%;
	margin: 0;
	padding: 0;
}
.members_login_content {
	display: flex;
	flex-wrap: wrap;
	height: 100%;
}
.members_login_main {
	width: 100%;
	background-color: #fafafa;
	padding: 24px 0 0;
}
.members_login_side {
	width: 100%;
}
.members_login_logo {
	max-width: 100%;
	text-align: center;
}
.members_login_logo_link {}
.members_login_logo_image {
	width: auto;
	height: 16px;
}
.members_login_photo {
	position:relative;
}
.members_login_photo:before {
	content: "";
	display: block;
	padding-top: 74.1549296%;
}
.members_login_image {
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
	object-fit: cover;
	-webkit-user-select: none;
	user-select: none;
}
.members_login_container {}
.members_login_tab {}
.members_login_tab_list:before,
.members_login_tab_list:after {
	content: none;
}
.members_login_tab_list {
	display: flex;
}
.members_login_tab_item {
	width: 50%;
	outline: 2px solid transparent;
	outline-offset: 2px;
	margin-bottom: -2px;
	border-bottom: 2px solid #d9d9d9;
	position: relative;
}
.members_login_tab_item:after {
	content: "";
	display: block;
	position: absolute;
	bottom: -2px;
	width: 100%;
	height: 2px;
	background: transparent;
	transform: scale(0,1);
	transform-origin: left top;
	transition: transform .2s ease;
}
.members_login_tab_item:after{
	background: #1a1a1a;
}
.members_login_tab_item.selected:after{
	background: #1a1a1a;
}
.members_login_tab_item:nth-child(1):after{
	transform-origin:right top;
}
.members_login_tab_item:nth-child(1).selected:after{
	transform:scale(1,1);
	transform-origin:right top;
}
.members_login_tab_item:nth-child(2):after{
	transform-origin:left top;
}
.members_login_tab_item:nth-child(2).selected:after{
	transform:scale(1,1);
}
.members_login_tab_link {
	display: block;
	color: #9d9d9d;
	font-size: 16px;
	text-align: center;
	line-height: 1;
	padding: 20px;
	position: relative;
}
.members_login_tab_link:hover {
	text-decoration: none;
}
.members_login_tab_item.selected .members_login_tab_link {
	color: #1a1a1a;
	font-weight: bold;
}
.members_login_block {
	display: none;
}
.members_login_box {
	padding: 32px 24px 16px;
}
.members_login_text {
	font-size: 16px;
	line-height: 1.8;
	margin-bottom: 16px;
}
.members_service {
	margin-bottom: 40px;
}
.members_service_link {
	color: #555;
	font-size: 14px;
	line-height: 1.6;
	text-decoration: underline;
}
.members_login_caution {
	color: #555;
	font-size: 11px;
	line-height: 1.6;
	text-align: center;
}
.members_form:before, .members_form:after {
	content: none;
}
.members_form {}
.members_form + .members_form {
	margin-top: 16px;
}
.members_form_heading {
	margin-bottom: 6px;
}
.members_form_detail {}
.members_form_input {
	width: 100%;
	height: 54px;
	font-size: 16px;
	background-color: #fff;
	border: 1px solid #d9d9d9;
	padding: 12px 16px;
}
.members_form_input.sampleValue {
	color: #c4c4c4;
}
.members_form_input.input_error {
	border-color: #d64728;
}
.members_form_text {
	font-size: 14px;
	line-height: 1.8;
	margin-bottom: 24px;
}

.members_form_subtext {
	font-size: 14px;
	line-height: 1.8;
	margin-bottom: 24px;
}

.members_form_text_help {
	display: block;
	color: #7b7b7b;
	font-size: 12px;
	line-height: 1.6;
	margin-top: 8px;
}
.members_agree {
	color: #1a1a1a;
	font-size: 12px;
	line-height: 1.6;
	padding: 40px 0 24px;
}
.members_agree_link {
	color: #1a1a1a;
	font-size: 12px;
	line-height: 1.6;
	text-decoration: underline;
}
.members_login_btn {
	text-align: center;
	margin-top: 24px;
}
.members_login_btn .default-btn {
	width: 100% !important;
	height: 60px;
	line-height: 60px;
	letter-spacing: normal;
	border-radius: 0;
}
.members_remind {
	text-align: center;
	margin-top: 24px;
}
.members_remind + .members_remind {
	margin-top: 12px;
}
.members_remind_link {
	color: #555;
	font-size: 14px;
	line-height: 1.4;
	text-decoration: underline;
}
.members_remind_link:hover {
}
.members_registration_btn {
	text-align: center;
}
.members_registration_btn img{
	display: block;
	margin: 0 auto 10px;
}
.members_registration_btn .default-btn {
	width: 100% !important;
	height: 60px;
	line-height: 60px;
	letter-spacing: normal;
	border-radius: 0;
}
.members_registration_btn #AmazonPayButton{
	width: 285px !important;
	margin:0 auto 10px;
}
.member_ipass_error {
	color: #d64728;
	font-size: 14px;
	line-height: 1.4;
	text-align: center;
	margin: 24px auto;
}
.members_login_other {
	padding: 0 24px 56px;
}
.members_login_other_box {
	background-color: #f5f5f5;
	padding: 16px;
}
.members_entry {}
.members_entry_title {
	font-size: 24px;
	line-height: 1.4;
	margin-bottom: 16px;
}
.members_entry_text {
	font-size: 16px;
	line-height: 1.8;
}
.social_login_btn {
	margin-top: 24px;
}

@media screen and (min-width: 1001px){
	.members_login_content {
		height: 100vh;
	}
	.members_login_main {
		width: 50%;
		height: 100%;
		padding: 275px 0 0;
	}
	.members_login_side {
		width: 50%;
		height: 100%;
		padding: 120px 8.5% 95px;
	}
	.members_login_side.is_send {
		display: flex;
		flex-direction: column;
		justify-content: space-between;
	}
	.members_login_logo {
		max-width: 434px;
		margin: 0 auto 68px;
	}
	.members_login_logo_image {
		width: 100%;
		height: auto;
	}
	.members_login_tab_link {
		font-size: 20px;
	}
	.members_login_box {
		padding: 45px 0 24px;
	}
	.members_login_other {
		padding: 0;
	}
	.members_entry_title {
		font-size: 32px;
		margin-bottom: 24px;
	}
}

/*\*/

* html #loginbox {
	height: 1em;
}
.onmemttl {
	position: absolute;
	width: 420px;
	left: 0;
	top: 8px;
	z-index: 31;
	text-align: left;
}
.nomemttl {
	position: absolute;
	width: 420px;
	height: 1%;
	left: 460px;
	top: 8px;
	z-index: 30;
	text-align: left;
}
/*ie6*/

* html .onmemttl {
	margin: 0 0 0 10px;
}
* html .nomemttl {
	margin: 0 0 0 10px;
}

/* ------以前に会員登録してた人エリア--------------------------------------------------------------- */
.existing_message {
	background-color: #fff;
	padding: 20px;
	text-align: center;
	margin-bottom: 30px;
	border: 1px solid #222;

}
.existing_message p {
	font-size: 20px;
	font-weight: bold;
	line-height: 30px;
}
.existing_message span {
	display: block;
	margin-top: 5px;
}
.existing_message a {
	text-decoration: underline !important;
	font-size: 20px;
}

/* 10 ログイン用エラーエリア
--------------------------------------------------------------------*/

.errorText {
	color:#d64728;
}
.already_member {
	padding: 0 20px;
	border-bottom: 1px #ccc solid;
	margin-bottom: 40px;
}
.already_member p {
	margin-bottom: 40px;
	line-height: 20px;
}
.already_member p .errorText {
	display: block;


	font-weight: bold;
	margin-bottom: 5px;
}


/* 11 既存会員用ログインページ
--------------------------------------------------------------------*/
.exrlogin {
	border: 1px solid #666;
	margin-bottom: 20px;
	padding-bottom: 20px;
}
.exrlogin p {
	padding: 0 10px 20px 20px;
	color:#F00;
}
.exrlogin table {

	margin-bottom: 50px !important;
}
.exrlogin table th {
	font-weight: bold;
	width: 160px !important;
	display: block;
}
.margin-top-center-b {
	text-align: center;
	margin-bottom: 60px;
}

/* 12 登録完了(メンバーズカード登録フロー)
--------------------------------------------------------------------*/
.members .members-card {
	padding-left: 30px;
	text-align: center;
}
	.members .members-card p {
		padding: 10px 0;
		text-align: left;
	}
	.members .members-card .entry_card {
		width: 854px;
		margin: 15px auto 40px;
	}
.members .members-card .entry_card p {
	font-weight: bold;
	font-size: 14px;
	margin-bottom: 30px;
}
.members .members-card .entry_card .entry_form {
	float: left;
	width: 425px;
	margin-top: 30px;
}
.members .members-card .entry_card .card_img {
	float: left;
}
.members .members-card .entry_card dl {
	position:relative;
}
.members .members-card .entry_card dl dt {
	float: left;
	width: 100px;
	line-height: 26px;
	margin-bottom: 20px;
}
.members .members-card .entry_card dl dt span {
	color: #cc0000;
}
.members .members-card .entry_card dl dd {
	float: left;
	width: 310px;
	line-height: 26px;
	margin-bottom: 20px;
}
.members .members-card .entry_card dl dd span {
	font-size: 11px;

}
.members .members-card .entry_card.confirm dl dd span {
	font-size: 12px;
}
#right_box .members-card .entry_card dl dd input {
	line-height: 22px;
	margin: 0 !important;
}
.members .members-card .entry_card dl dd.error {
	position: absolute;
	left: 140px;
	top: -19px;
}

/* 13 パスワードを忘れた方 (forgotAccount)
--------------------------------------------------------------------*/
.forgot_box {
	width: 100%
}
.forgot_box_inner {
	padding: 0 15px;
}
.forgot_box_completion {
	text-align: center;
	margin: 60px 0;
	padding: 0 15px;
}
.forgot_box_text {
	font-size: 13px;
	line-height: 1.6;
	margin-bottom: 30px;
}
.forgot_box_allconf {
	font-size: 13px;
	text-align: center;
	margin-bottom: 30px;
}
.forgot_box_dl {
	display: table;
	table-layout: fixed;
	position:relative;
	margin-bottom: 20px;
}
.forgot_box_dt {
	display: table-cell;
	width: 120px;
	font-size: 14px;
	vertical-align: middle;
	padding: 12px 0;
}
.forgot_box_dd {
	display: table-cell;
	vertical-align: middle;
}
.forgot_box_input {
	display: inline-block;
	width: 450px;
	height: 40px;
	color: #000;
	font-size: 14px;
	line-height: 1;
	background-color: #fff;
	padding: 6px 10px;
	border: 1px solid #ddd;
}
.forgot_box dl dd.error_text {
	position: absolute;
	left: 110px;
	top: -3em;
	line-height: 12px;
}
.forgot_box dd input[type="password"] {
    width: 253px;
    height: 38px;
    background-color: #fff;
    border: 1px solid #ddd;
    padding: 9px 5px;
}
.forgot_box dd .check {
	color:#ff0000;
}
.forgot_box .btn_area {
	text-align: center;
	margin-top: 70px;
}
.forgot_box .btn_area p {
	letter-spacing: normal;
}
.forgot_box_error {
	display: block;
	color:#ff0000;
	margin-top: 2px;
}

.member-btn a span{
	color:#fff;
	background:#272727;
	display:block;
	width:204px;
	height:50px;
	text-align:center;
	text-decoration:none;
	outline:medium none;
	line-height: 48px;
	margin:0 auto;
}
.member-btn a span,
.member-btn a span::before,
.member-btn a span::after {
	box-sizing:border-box;
	transition:all 0.3s ease 0s;
}
.member-btn a span::before,
.member-btn a span::after {
	display:block;
	content:"";
	position:absolute;
	z-index:-1;
}



.member-btn a span:hover {
	opacity:0.7;
	text-decoration:none !important;
}

#registration-btn a span{
	margin:0 auto;
	width:204px;
	/*color:#fff;
	background:#272727;
	display:block;
	height:44px;
	font-size:13px;
	text-align:center;
	text-decoration:none;
	outline:medium none;
	line-height: 44px;*/
}
#registration-btn a span,
#registration-btn a span::before,

#registration-btn a span::after {
	box-sizing:border-box;
	transition:all 0.3s ease 0s;

}
#registration-btn a span::before,
#registration-btn a span::after {
	display:block;
	content:"";
	position:absolute;
	z-index:-1;
}

#registration-btn a span:hover {
	opacity:0.7;
}

.section_directrecommend{
	width:1000px;
	text-align:left;
	margin:0 auto 50px;
}
.members_forgot {
	margin-bottom: 56px;
}
.members_forgot_text {
	font-size: 16px;
	line-height: 1.8;
}
.members_forgot_link {
	color: #1a1a1a;
	font-size: 16px;
	line-height: 1.8;
}
.members_forgot_complete {
	margin-bottom: 120px;
}
.members_forgot_complete_title {
	font-size: 24px;
	line-height: 1.4;
	margin-bottom: 16px;
}
.members_forgot_complete_text {
	font-size: 16px;
	line-height: 1.8;
}
.members_forgot_complete_link {
	color: #1a1a1a;
	font-size: 16px;
	line-height: 1.8;
}
@media screen and (min-width: 1001px){
	.members_forgot {
		margin-bottom: 80px;
	}
	.members_forgot_complete {
		margin-bottom: 296px;
	}
	.members_forgot_complete_title {
		font-size: 32px;
		margin-bottom: 24px;
	}
}

/* ニュース レターを受け取る確認・変更 */
.register .mailmagazine {
	margin-top: 15px;
	margin-bottom: 44px;
	line-height: 1.6;
}
.site_magazine{
	margin-top:21px;
}
.site_magazine .check_box{
	font-weight:bold;
}
.site_magazine label{
	margin-left:78px !important;
	font-weight:normal !important;
}
.register .mailmagazine .agree_area {
	margin: 10px 0;
}
.register .mailmagazine .checkbox_parallel .check_box {
	font-weight: bold;
}
.register .mailmagazine .checkbox_parallel .check_leftside input[type="checkbox"]#chkDm + label{
	margin-left: 0;
	font-weight: normal;
}
.register .mailmagazine .checkbox_parallel .check_leftside input[type="checkbox"]#mailMagazineCheckBox_MMGGDW + label{
	margin-left: 0;
	margin-bottom:20px;
	font-weight: normal;
}
.register .mailmagazine li {

}
.register .mailmagazine .brand_info {
	margin-bottom: 0;
}
.register .mailmagazine .annotation {
	margin-bottom: 25px;
	line-height: 1.6;
}
.register .mailmagazine .annotation li{
	padding-left: 2em;
    text-indent: -2em;
}
.register .mailmagazine .brand_magazine li {
	width: 105px;
	height: 148px;
	float: left;
	border:1px solid #E2E2E2;
	margin: 0 0 14px 14px;
	padding: 17px 14px 17px;
	position:relative;
}
.register .mailmagazine .brand_magazine .all {
	width: auto;
	height: auto;
	float: none;
	border:none;
	margin-left:0px;
	margin-bottom: 10px;
	padding:17px 14px;
	position:relative;
}
.register .mailmagazine .brand_magazine{
	display:block;
	margin-bottom:45px;
	margin-left: -14px;
}
.register .mailmagazine .brand_magazine li img{
	display:block;
	position:absolute;
	top: 20px;
	left:0;
	right:0;
	margin:auto;
	width: 85%;
}
.register .mailmagazine .brand_magazine li label{
	text-indent: -9999px;
	position: absolute;
	display: block;
	width: 105px;
	height: 148px;
	top: 0;
	left: 0;
	margin: 0;
	padding: 0;
}
.register .mailmagazine .brand_magazine li .checkbox_parallel .check_leftside input[type="checkbox"] + label:before {
	content: "";
	width: 25px;
	height: 25px;
	background: rgba(0, 0, 0, 0) url(../../../static/full/images/common/formparts/check.png) no-repeat;
	background-position: 0;
	background-size: 25px auto;
	line-height:25px;
	position: absolute;
	top: auto;
	bottom: 17px;
	left: 50%;
	right: 50%;
	padding: 0;
	margin-left: -12px;
}
.register .mailmagazine .brand_magazine li .checkbox_parallel .check_leftside input[type="checkbox"]:checked + label:after {
	display: block;
	content: "";
	width: 25px;
	height: 25px;
	line-height: 25px;
	background: rgba(0, 0, 0, 0) url(../../../static/full/images/common/formparts/checked.png) no-repeat;
	background-size: 25px auto;
	line-height:25px;
	position: absolute;
	top: auto;
	bottom: 17px;
	left: 50%;
	right: 50%;
	padding: 0;
	margin-left: -12px;
}
.register .mailmagazine p {
	font-size: 14px;
	margin-bottom: 25px;
}
.register .mailmagazine p .indent {
	padding-left: 2em;
    text-indent: -2em;
} 
.register .mailmagazine .allCheck, .register .mailmagazine .allRelease {
	display: block;
	cursor: pointer;
	line-height: 16px;
	font-size:14px;
	position: relative;
	margin: 0;
	padding: 0 0 0 25px;
}
.register .mailmagazine .allCheck:before, .register .mailmagazine .allRelease:before {
	display: block;
	content: "";
	width: 16px;
	height: 16px;
	background: rgba(0, 0, 0, 0) url(../../../static/full/images/common/formparts/check.png) no-repeat;
	background-size: 16px auto;
	background-position: left top;
	position: absolute;
	top: 0;
	left: 0;
}
.register .mailmagazine .allCheck.active:before, .register .mailmagazine .allRelease.active:before {
	display: block;
	content: "";
	width: 16px;
	height: 16px;
	background: rgba(0, 0, 0, 0) url(../../../static/full/images/common/formparts/checked.png) no-repeat;
	background-size: 16px auto;
	background-position: left bottom;
	position: absolute;
	top: 0;
	left: 0;
}

/* XX ヘッダー/フッターの項目非表示用
--------------------------------------------------------------------*/
.header_caution,
.header_logo_top,
.header_logo_bottom,
.header_nav,
.header_search,
.header_infomation,
.section_bggray,
.footer_logo,
.footer_nav_01,
.footer_nav_02,
.footer_sns_nav,
.footer_nav ul li:nth-child(1),
.footer_nav ul li:nth-child(2),
.footer_nav ul li:nth-child(8)
{
	display: none!important;
}
.header_toparea_logo {
	display: block;
}
.header_box{
	text-align: right;
}
.header_member_nav{
	z-index: 102;
}

.bread{
	visibility: hidden;
}
.footer_nav{
	padding: 20px 0 25px;
	margin-bottom: 0;
}
.footer_copyright{
	padding-top: 20px;
}
/*メールアドレス送信*/
.mail_entry_box{
	width: 825px;
	margin:0 auto;
}
.mail_entry_box .agree_check_area{
	padding: 50px 0 0;
	font-size:14px;
}
.mail_entry_box .lead{
	text-align:left;
	margin:0;
	word-break:break-all;
}
.mail_entry_box .section-subtitle{
	font-size: 18px;
	font-weight: bold;
	margin: 0 0 27px 0;
}
.mail_entry_box_dl{
	padding:30px 40px;
	margin: 0 0 30px;
	background:#F7F7F7;
}
.mail_entry_box_dt{
	width: 137px;
	height: 48px;
	line-height: 48px;
	font-size: 16px;
	font-weight:bold;
	margin-bottom:12px;
	float: left;
}
.mail_entry_box_dd{
	margin-left:137px;
}
.mail_entry_box_input{
	width:500px;
	height: 46px;
	padding:5px 10px;

	font-size: 14px;
	background: #fff;
	border: 1px solid #B2B2B2;
	margin-bottom: 12px;
}
.mail_entry_box_text{
	text-indent:-1em;
	padding-left:1em;
}

.mail_entry_box_allconf{
	font-size: 14px;
	text-align:center;
	margin-bottom: 45px;
}

.member_form_entry .double_btn_item +.double_btn_item{
	margin-left:0;
}

.default-btn.btn-success.nonactive{
	background:#F2F2F2;
	color:#B2B2B2;
}

.ui-dialog .ui-dialog-title {
    float: left;
    margin: .1em 0;
    white-space: nowrap;
    width: 90%;
    overflow: hidden;
    text-overflow: ellipsis;
    line-height:1.5;
    height:20px;
}

.ui-widget-content  input[type="radio"] {
	vertical-align: middle;
}
.ui-widget-content  input[type="radio"] + label:before {
	content: "";
	width: 14px;
	height: 14px;
	background: rgba(0, 0, 0, 0) url(../../../static/full/images/common/formparts/choose.png) no-repeat;
	background-position: 0;
	background-size: 14px auto;
	position: absolute;
	top: 0;
	left: 0;
}
.ui-widget-content  input[type="radio"]:checked + label:after {
	display: block;
	content: "";
	width: 14px;
	height: 14px;
	background: rgba(0, 0, 0, 0) url(../../../static/full/images/common/formparts/choosen.png) no-repeat;
	background-position: 0;
	background-size: 14px auto;
	position: absolute;
	top: 0;
	left: 0;
}
.ui-widget-content input[type="radio"] + label {
	display: inline-block;
	cursor: pointer;
	position: relative;
	line-height: 14px;
	margin: 0 0 10px 0;
	padding: 0 0 0 25px;
	font-weight: bold;
}
.ui-dialog .ui-dialog-content{
	padding: 0.5em 1.5em !important;
}


/* 会員登録のプライバシーポリシーと利用規約のモーダル　--*/
.modal_agreement {
	position: fixed;
	top: 0;
	left: 0;
	z-index: 2000;
	width: 100%;
	height: 100%;
	min-height: 100%;
	opacity: 0;
	visibility: hidden;
	overflow-x: hidden;
	overflow-y: auto;
	transition: all .3s;
}

.modal_agreement_dialog {
    position: relative;
    width: auto;
    pointer-events: none;
    margin: 3.5rem 0.875rem;
    transition: transform .3s ease-out;
    transform: translate(0, -56px);
}

@media screen and (min-width: 1001px){	
    .modal_agreement_dialog {
        max-width: 920px;
        margin-left: auto;
        margin-right: auto;
        display: flex;
        align-items: center;
        min-height: calc(100% - 3.5rem * 2);
    }
}


.modal_agreement.is_show {
	opacity: 1;
	visibility: visible;
}
.modal_agreement_bg {
	position: fixed;
	top: 0;
	left: 0;
	z-index: 1500;
	width: 100vw;
	height: 100vh;
	opacity: 0;
	visibility: hidden;
	cursor: pointer;
	inset: 0;
	animation-name:fadeBg;
	animation-duration: .3s;
	animation-fill-mode: forwards;
}
.modal_agreement_bg.is_show {
	opacity: 1;
	visibility: visible;
}

.modal_agreement.is_show .modal_agreement_dialog {
	transform: none;
}
.modal_agreement_close {
	display:block;
	width:24px;
	height:24px;
	text-indent: 100%;
	white-space: nowrap;
	overflow: hidden;
	cursor: pointer;
	position:absolute;
	top:-42px;
	right:0;
}
.modal_agreement_close:before {
	content:"";
	width:24px;
	height:1px;
	background:#fff;
	position:absolute;
	top:50%;
	left:0px;
	transform:rotate(135deg);
	-webkit-transform: rotate(135deg);
}
.modal_agreement_close:after {
	content:"";
	width:24px;
	height:1px;
	background:#fff;
	position:absolute;
	top:50%;
	left:0px;
	transform:rotate(45deg);
	-webkit-transform: rotate(45deg);
}
.modal_agreement_content {
	position: relative;
	display: flex;
	flex-direction: column;
	width: 100%;
	pointer-events: auto;
	background-color: #fff;
	padding: 2rem 1.5rem;
}
.modal_agreement_title {
	font-size: 18px;
	line-height: 1.4;
	margin-bottom: 16px;
}

#agreement_dialog .agree_box {
    width: 100%;
    height: 50vh;
    margin: 0 auto;
    padding: 16px;
    border: 1px solid #d9d9d9;
    background-color: #fff;
    overflow-y: auto;    
}

.modal_agreement_btn {
    margin-top: 24px;
}
