@charset "UTF-8";

.container {
  width: 85%;
  background-color: #FAF8F4;
}
.entry-title {
  max-width: 100%;
  height: 76px;
  background-color: #F5F0E8;
  text-align: center;
  margin-bottom: 60px;
}
.entry-title h1 {
  font-size: 20px;
  font-weight: bold;
  height: 76px;
  line-height: 76px;
}

#page_entry .ec-off1Grid__cell{
  width: 800px;
  margin: 0 auto;

}

.ec-layoutRole .ec-layoutRole__contents{
  /* border-bottom:1px solid #ccc; */
}
/* 新規登録 */
.entry_list {
  width: 100%;
  margin: 0;
  padding: 0;
  height: 30px;
  text-align: center;
  list-style: none;
  font-weight: bold;
}
.entry_list li {
  display:inline-block;
  margin-right: 30px;
  line-height: 30px;
}
.entry-circle {
  display: inline-block;
  width: 30px;
  height: 30px;
  border-radius: 50%;
  color: #FFFFFF;
  margin-right: 10px;
}
.entry-circle.entry_add{
  background-color: #444444;
}
.entry-circle.entry_none{
  background-color: #CCCCCC;
}
.entry_add_text {
  font-size: 18px;
  border-bottom: solid 2px #444444;
}
.entry_none_text {
  font-size: 18px;
  color: #CCCCCC;
}
.login-info {
  max-width: 100%;
  text-align: center;
  margin: 80px 0 20px;
}
.login-info h2 {
  max-width: 100% !important;
  font-size: 20px;
  font-weight: bold;
}
.login-form {
  width: 100%;
  height: 440px;
}
.entry-label {
  width: 100%;
  margin-top: 30px;
  margin-bottom: auto;
}
.entry-form-name {
  background-color: #F5F0E8;
  height: 48px;
  line-height: 48px;
}
.entry-form-name label {
  margin-left: 25px;
}
#form-required {
  background-color: #971B2F;
  color: #FFFFFF;
  margin-left: 10px;
  width: 40px;
  height: 20px;
  line-height: 20px;
  text-align: center;
  font-weight: 700;
}
.form-entry-error {
  min-height: 20px;
  height: auto;
}
/* .form-error {
  height: 30px !important;
  line-height: 30px !important;
  font-size: 15px !important;
  margin: 0 !important;
  text-align: left;
} */
.login-input input{
  width: 490px;
  height: 50px;
}
.entry-passward-label{
  width: 100%;
  margin-top: 30px;
  height: 267px;
  border-bottom: solid 1px #CCCCCC;
}
#entry_password_first {
  margin-bottom: 0;
}

.customer-info {
  text-align: center;
  margin: 80px auto 40px auto;
}
.customer-info h2 {
  font-size: 20px;
  font-weight: bold;
}

/*
  お客様情報
*/
.form-customer {
  width: 100%;
  /* height: 800px; */
  padding-bottom: 70px;
  border-bottom: solid 1px #CCCCCC;
}
.entry-customer-label {
  width: 100%;
  margin-top: 12px;
}
.customer-error-box {
  display: flex;
}
.customer-error-box div{
  width: 100%;
}
.name-name {
  width: 90% !important;
  height: 50px !important;
  margin-left: 0 !important;
}
.kana-name {
  width: 90% !important;
  height: 50px !important;
  margin-left: 0 !important;
}
.customer-input input{
  width: 490px;
  height: 50px;
}
.phone-number {
  width: 90% !important;
  height: 50px !important;
  margin-left: 0 !important;
}
.phone-span {
  display: inline-block;
  margin-left: 5px;
}

.birth-input select {
  width: 170px;
  height: 50px;
  margin: 0px 0 10px 0;
  background: #FFFFFF;
}
.birth-input span {
  margin: 0 18px 0 14px;
}
#entry_birth_year option:first-child {
  color: #CACACA;
}
#entry_birth_year option:not(:first-child) {
  color: 	#444444;
}
#entry_birth_month option:first-child {
  color: #CACACA;
}
#entry_birth_month option:not(:first-child) {
  color: #444444;
}
#entry_birth_day option:first-child {
  color: #CACACA;
}
#entry_birth_day option:not(:first-child) {
  color: #444444;
}
.sex-input {
  height: 30px;
  line-height: 30px;
}

.ec-halfInput.form-country {
  margin-bottom: 30px;
}

#input-country {
  width: 170px;
  height: 50px;
  border-radius: 3px;
  background-color: #ffffff;
  background-image: url(/html/template/default/assets/icon/select-arrow.png);
  background-repeat: no-repeat;
  background-position: 95% 50%;
  font-size:16px;
}
#entry_overseas_postal_code {
  max-width: 170px;
  margin: 0;
  width: 100%;
  height: 50px;
  border-radius: 3px;
  font-size:16px;
}
.form-flex {
  display: flex;
}
#country-phone-number {
  flex-basis: 21%;
}
.form-flex-item #country_phone_number {
  margin: 0;
  width: 100%;
  max-width: 170px;
  height: 50px;
  background-image: url(/html/template/default/assets/icon/select-arrow.png);
  background-repeat: no-repeat;
  background-position: 95% 50%;
  font-size:16px;
}
#overseas-phone {
  flex-basis: 79%;
  margin-left: 15px;
}
#entry_overseas_phone {
  width: 100%;
  max-width: 490px;
  height: 50px;
  margin: 0;
  font-size:16px;
}

/*ラジオボタン色変更*/
#entry_sex input{
	display: none;
}
#entry_sex label{
	display: inline-block;
	position: relative;
	cursor: pointer;
	margin-left: 20px;
	padding: 10px 20px;
	border-radius: 2px;
	font-size: 16px;
	text-align: center;
	line-height: 1;
}
#entry_sex label:before{
	position: absolute;
	content: "";
	top: 50%;
	left: -10px;
	width: 20px;
	height: 20px;
	margin-top: -10px;
	background: #FFFFFF;
  border-radius: 50%;
  border: 0.2px solid rgb(204, 204, 204);
}
#entry_sex input[type="radio"]:checked + label:after {
	position: absolute;
	content: "";
	top: 50%;
	left: -4px;
	width: 8px;
	height: 8px;
	margin-top: -4px;
	border-radius: 50%;
	background: #444444;
}

#entry_sex{
  margin-top: 20px;
}

/*
.sex-input input[type=radio] {
  margin: 30px 0 10px 0;
  width: 20px;
  height: 20px;
}
*/
/* #entry_sex_1 {
  display: none;
} */
#entry_sex_1:checked {
  color: #444444;
}
#entry_sex_2:checked {
  color: #444444;
}

.entry-mailmagazine-label {
  width: 100%;
  margin: 80px 0 40px 8px;
  height: 18px;
}
.member-radio {
  width: 20px;
  height: 20px;
  vertical-align: middle;
}
.entry-mailmagazine-label label {
  font-size: 16px;
}
.user-plicy-box {
  margin-top: 30px;
  height: 50px;
}
.user-plicy-error {
  margin: 0 auto 10px auto;
  width: 335px;
  height: 25px;
  line-height: 25px;
  text-align: left;
}

.entry-user-policy-check-label {
  text-align: center;
  margin-top: 5px;
  height: 20px;
}
.entry-user-policy-check-label input {
  width: 20px;
  height: 20px;
  vertical-align: middle;
}
.entry-user-policy-check-label label {
  font-size: 18px;
}

.entry-index-submit {
  margin: 40px 0;
  text-align: center;
}

.entry-btn {
  max-width: 320px;
  width: 100%;
  height: 60px;
  background-color:	#444444;
  border: solid 1px #444444;
  color: #FFFFFF;
  border-radius: 3px;
  background-image: url('/html/template/default/assets/svg/icon_arrow_sr-wt.svg');
  background-size: 18px;
  background-repeat: no-repeat;
  background-position: 95% 50%;
  transition: color .5s cubic-bezier(.23,1,.32,1);
  transition-property: color,background,border;
}

.entry-chiso-image {
  margin-top: 30px;
  text-align: center;
  height: 130px;
}

.confirm-text {
  text-align: center;
  font-weight: bold;
}

.complate-btn-box {
  text-align: center;
}

/**
  確認
**/
.login-conform {
  width: 100%;
  height: 275px;
  border-bottom: solid 1px #CCCCCC;
}
.customer-conform {
  width: 100%;
  /* height: 640px; */
  border-bottom: solid 1px #CCCCCC;
  padding-bottom: 45px;
}
.entry-label-conform {
  height: 120px;
}
.form-confirm {
  margin: 20px 0 0 25px;
  font-weight: bold;
}
.mailmagazine-flag-text {
  margin: 80px 0 80px 25px;
  font-weight: bold;
}
.entry-confirm-submit {
  display: flex;
  width: 100%;
  justify-content: center;
  text-align: center;
}
.confirm-btn {
  width: 320px;
  height: 60px;
  border-radius: 3px;
}
.btn-back {
  margin-right: 10px;
  background-color: #FAF8F4;
  border: solid 1px #999999;
  background-image: url('/html/template/default/assets/svg/icon_arrow_sr_left.svg');
  background-size: 18px;
  background-repeat: no-repeat;
  background-position: 5% 50%;
  transition: color .5s cubic-bezier(.23,1,.32,1);
  transition-property: color,background,border;
}
.btn-back:hover {
    /*
  background: #aa8420;
  color: #fff;
  border: 1px solid #999999;
  background-image: url(/html/template/default/assets/svg/btn-arrow-small_left.svg);
  background-size: 18px;
  background-repeat: no-repeat;
  background-position: 5% 50%;
  */
  opacity:0.7;
}
.btn-submit {
  margin-left: 10px;
  background-color: #444444;
  border: solid 1px #444444;
  color: #FFFFFF;
  background-image: url('/html/template/default/assets/svg/icon_arrow_sr-wt.svg');
  background-size: 18px;
  background-repeat: no-repeat;
  background-position: 95% 50%;
  transition: color .5s cubic-bezier(.23,1,.32,1);
  transition-property: color,background,border;
}

.btn-submit:hover {
  background: #aa8420;
  color: #fff;
  border: 1px solid #999999;
  background-image: url(/html/template/default/assets/svg/icon_arrow_sr-wt.svg);
  background-size: 18px;
  background-repeat: no-repeat;
  background-position: 95% 50%;
}

/**
mail 認証
**/
.entry-not-complete {
  text-align: center;
  margin: 40px 0 30px 0;
}
.entry-not-complete h2 {
  font-size: 20px;
  color: #971B2F;
  font-weight: bold;
}

.entry-complete-sentence-list {
  width: 70%;
  margin: 0 auto 60px auto;
}

.entry-complete-sentence{
  margin-bottom: 40px;
}
.entry-complete-sentence p {
  font-size: 15px;
  font-weight: bold;
}
/**
  登録完了
*/
.entry-active {
  width: 60%;
  text-align: center;
  margin: 70px auto 40px auto;
}
.entry-active p {
  font-size: 24px;
  font-weight: bold;
  letter-spacing: 2px;
}
.entry-active-sentence {
  width: 50%;
  margin: 0 auto 60px auto;
}
.entry-active-sentence p {
  font-size: 16px;
  font-weight: bold;
  letter-spacing: 1px;
}

/**
  レスポンシブ
**/
@media screen and (max-width: 768px) {

  .container {
    padding-right: 20px;
    padding-left: 20px;
  }

  #page_entry .ec-off1Grid__cell {
    width: 100%;
  }
  #page_entry .customer-info {
    text-align: center;
    margin: 40px auto;
  }

  #page_entry .login-info{
    margin: 40px auto;
  }
  .container {
    width: 100%;
  }
  .confirm-btn {
    width: 260px;
  }
  .phone-input-box #entry_phone_number {
    width: 125px;
  }
  .phone-input-box #phone-input2 {
    width: 125px;
  }
  .phone-input-box #phone-input3 {
    width: 125px;
  }
  .birth-input select:first-child {
    width: 290px;
  }
  .birth-input select:not(:first-child){
    width: 125px;
  }
  .birth-input span {
    margin: 0;
  }
  .phone-span {
    margin: 0;
  }
  .entry_list {
    margin: 0;
    padding: 0;
    width: 100%;
    height: 80px;
    display: flex;
    justify-content: center;
  }
  .entry_list li {
    display: flex;
    flex-direction: column;
    justify-content: center;
    margin-right: 30px;
    padding: 0;
  }
  .entry-circle, .entry_add_text, .entry_none_text{
    display: inline-block !important;
    font-size: 15px;
  }
  .entry-circle {
    margin: 0 auto;
  }
  .login-form input {
    width: 100%;
  }
  .name-name, .kana-name {
    width: 98% !important;
  }
  .ec-halfInput.second-halfInput {
    text-align: right;
  }
  .ec-birth .birth-input select:first-child{
    width: 800px;
  }
  .entry-mailmagazine-label {
    width: 100%;
    margin: 30px 0 0;
    height: 18px;
  }
  .user-plicy-error {
    margin: 0;
    /* width: 335px; */
    /* height: 25px; */
    /* line-height: 25px; */
    /* text-align: left; */
  }

  .entry-user-policy-check-label {
    text-align: left;
    margin-top: 0;
    /* height: 20px; */
  }
  .confirm-text {
    text-align: left;
    font-weight: bold;
  }
  .form-error {
    font-size: 13px !important;
  }
  .mailmagazine-flag-text {
    margin: 80px 0;
  }
  .entry-confirm-submit {
    display: flex;
    flex-flow: column-reverse nowrap;
    justify-content: center;
  }
  .entry-confirm-submit button {
    margin: 10px auto;
    width: 90%;
    /* height: 90px; */
    height: 50px;
    line-height:  50px;
  }
  .entry-complete-sentence-list,
  .complate-btn-box,
  .entry-btn,
  .entry-active,
  .entry-active-sentence {
    width :100%;
  }
  .entry-active p {
    font-size: 20px;
    font-weight: bold;
    letter-spacing: 0px;
  }
  .entry-active-sentence {
    margin-bottom: 40px;
  }
  .container.entry-confirm-sp-container.p-none{
    padding-right: 0px;
    padding-left: 0px;
  }
  .sub-container {
    padding-right: 20px;
    padding-left: 20px;
  }
  #active-entry {
    width: 80%;
    margin-right: auto;
    margin-left: auto;
  }
  .entry-active {
    margin: 60px auto 30px;
  }
}
@media screen and (max-width: 450px) {
  .entry_list {
    justify-content: space-between;
  }
  .entry_list li {
    margin-right: 0;
  }
}



/* koike edit */

/* 入力画面 */
.entry_list {
    width: 100%;
    margin: 0;
    padding: 0 0 0 50px;
    height: 30px;
    text-align: center;
    list-style: none;
    font-weight: bold;
}

.entry-circle {
    display: inline-block;
    width: 30px;
    height: 30px;
    border-radius: 50%;
    color: #FFFFFF;
    margin-right: 10px;
    font-family: "EB Garamond";
    font-size: 18px;
}

.entry_list li {
    display: inline-block;
    margin-right: 45px;
    line-height: 30px;
}


.entry_add_text {
	text-decoration: none;
    font-size: 17px;
    border-bottom: solid 1px #444444;
	padding-bottom: 4px;
}


.entry_none_text {
    font-size: 17px;
    color: #CCCCCC;
}

.login-info h2 {
    max-width: 100% !important;
    font-size: 24px;
    letter-spacing: 2px;
    font-weight: 600;
}

.form-error {
    min-height: 30px;
    height: auto;
    font-size: 15px !important;
    text-align: left;
    margin: 0px !important;
    color: #971b2f !important;
}

.customer-info h2 {
    font-size: 24px;
    letter-spacing: 2px;
    color: #222222;
    font-weight: 600;
}

.customer-error-box div {
    width: auto;
}

.entry-mailmagazine-label {
    width: 100%;
    margin: 80px 0 40px 0px;
    height: 18px;
}

.entry-form-name {
    background-color: #F5F0E8;
    height: 48px;
    line-height: 48px;
    font-size: 16px;
}

.entry-customer-label .ec-halfInput input {
    max-width: 360px;
    width: 100%;
    height: 50px;
    margin-left: 0 !important;
    /* margin-right: 20px; */
    padding-left: 20px !important;
    font-size:16px;
}

/* .entry-customer-label .ec-halfInput input {
    max-width: 360px;
    width: 100%;
    height: 50px !important;
    margin-left: 0 !important;
    margin-right: 20px;
    padding-left: 20px !important;
} */

.customer-error-box {
    display: flex;
    width: 75%;
}

.basic-edit-box {
  display: flex;
}

.basic-edit-box .flex-item {
  width: 100%;
}


.phone-number {
    width: 170px !important;
    height: 50px;
    margin-left: 0 !important;
    margin-right: 5px;
    padding-left: 20px !important;
}

.phone-span {
    display: inline-block;
    margin: 0 9px 0 1px;
	font-size: 16px;
}

.birth-input select {
    width: 170px;
    height: 50px;
    margin: 0px 0 10px 0;
    background: #FFFFFF;
    padding-left: 20px !important;
    font-size:16px;
}

.birth-input span {
    margin: 0 14px 0 12px;
    font-size: 16px;
}

#entry_sex label {
    margin-left: 10px;
}

.entry-btn {
    font-size: 16px;
    letter-spacing: 1px;
}

.entry-index-submit {
    margin: 55px 0 40px 0;
}

.confirm-text {
    text-align: center;
    font-weight: bold;
	font-size:14px;
}

.entry-user-policy-check-label label {
    font-size: 17px;
}


/* 確認画面 */

.login-info {
    max-width: 100%;
    text-align: center;
    margin: 80px 0 47px;
}

.mailmagazine-flag-text {
    margin: 80px 0 75px 25px;
    font-weight: bold;
    font-size: 16px;
}

.btn-back {
  margin-right: 20px;
	font-size:16px;
}

.btn-submit {
  margin-left: 20px;
	font-size:16px;
}

/* メール認証 */

.entry-not-complete h2 {
    font-size: 25px;
    color: #971B2F;
    font-weight: bold;
}

.entry-not-complete {
    text-align: center;
    margin: 80px 0 35px 0;
}

.entry-complete-sentence p {
    font-size: 16px;
    font-weight: bold;
    margin-bottom: 5px;
}

.entry-complete-sentence-list {
    width: 69%;
    margin: 0 auto 45px auto;
	letter-spacing: 1px;
}

.entry-complete-sentence-list div:nth-of-type(2) p {
	font-size:14px;
}


.entry-link {
  font-size: 16px;
  letter-spacing: 1px;
  text-decoration: none;
  border-bottom: solid 1px #BCA05E;
}

.container {
    padding-bottom: 70px;
}


/* とりあえずこの中をスマホ用のCSSとして記述 */
@media screen and (max-width: 499px) {

.entry_list {
    width: 90%;
    margin: 0 0 0 10px;
    padding: 0 0 0 0px;
    height: 30px;
    text-align: center;
    list-style: none;
    font-weight: bold;
}

.entry_list li {
    display: inline-block;
	margin-right:auto;
    line-height: 15px;
}

.entry-circle {
    display: inline-block;
    width: 30px;
    height: 30px;
    line-height: 15px;
    border-radius: 50%;
    color: #FFFFFF;
    margin-right: auto;
    margin-bottom: 6px;
    font-family: "EB Garamond";
    font-size: 18px;
    padding: 7px;
}

.entry_add_text {
	text-decoration: none;
    font-size: 12px;
    border-bottom: solid 1px #444444;
	padding-bottom: 2px;
}

.entry_none_text {
	font-size: 12px;
}

#page_entry .login-info {
    margin: 60px auto 30px auto;
	font-size: 20px;
}

.login-info h2 {
    font-size: 20px;
}

.customer-info h2 {
  font-size: 20px;
}

.customer-error-box {
    display: flex;
    width: 100%;
}

.entry-form-name {
    height: 45px;
    line-height: 45px;
    font-size: 17px;
}

.name-name {
    min-width: auto;
    width: 95% !important;
    margin-right: auto;
}

.kana-name {
    min-width: auto;
    width: 95% !important;
    margin-right:auto;
}

.phone-number {
    width: 80% !important;
    margin-right:0px;
}

.phone-span {
    display: inline-block;
    margin: 0 5px 0 1px;
    font-size: 16px;
}

.birth-input #entry_birth_year {
    width: 160px !important;
}

.birth-input select:not(:first-child) {
    width: 120px;
}

.user-plicy-box {
    margin-top: 20px;
}

.confirm-text {
    text-align: left;
}

.entry-index-submit {
    margin: 35px 0 25px 0;
}

.entry-btn {
	height:50px;
}

/* 確認画面 */

.entry-not-complete h2 {
    font-size: 20px;
    letter-spacing: 2px;
}

.entry-label-conform {
    height: 115px;
}

.entry-form-name label {
    margin-left: 15px;
}

.form-confirm {
    margin: 15px 0 0 15px;
    font-weight: bold;
    font-size: 15px;
}

.mailmagazine-flag-text {
    margin: 40px 0 25px 15px;
    font-weight: bold;
    font-size: 16px;
}

.entry-confirm-submit button {
    margin: 10px 0px 10px 0px;
    width: 100%;
    /* height: 90px; */
    letter-spacing:1px;
    height: 50px;
    line-height: 50px;
}

.entry-complete-sentence-list {
    width: 100%;
    margin: 0 auto 45px auto;
    letter-spacing: 1px;
    /* line-height: 29px; */
}

.basic-edit-box .flex-item {
  width: 45%;
}

.basic-edit-box .flex-item:last-child {
  margin-left: 15px;
}

.form-derection {
  flex-direction: column;
}

#overseas-phone {
  margin-left: 0px;
}
#page_mypage_basic_edit input, #page_mypage_basic_edit select {
  height: 40px !important;
}


}



/* ボタン hover */
.entry-btn:hover {
  background: #aa8420;
  color: #fff;
  border: 1px solid #999999;
  background-image: url(/html/template/default/assets/svg/icon_arrow_sr-wt.svg);
  background-size: 18px;
  background-repeat: no-repeat;
  background-position: 95% 50%;
}

.entry-form-flex {
  display: flex;
}
.entry-form-flex .flex-item {
 width: 100%;
}
#entry_mailmagazine_flag {
  width: 16px;
}
.flex-phone-width {
  width: 70%;
}
.flex-phone-item {
  width: 100%;
}
.hyphen-span {
  margin: 0px;
}

#page_entry #entry_phone_number01 {
  max-width: 170px;
  width: 100%;
  margin: 0px;
}
#page_entry #entry_phone_number02 {
  max-width: 170px;
  width: 100%;
  margin: 0px;
}
#page_entry #entry_phone_number03 {
  max-width: 170px;
  width: 100%;
  margin: 0px;
}
.rs_br_pc_inline {
  display: none;
}

#entry_address_pref {
  width: 170px;
  height: 50px;
  margin-bottom: 16px;
}

.form-full-input input {
  width: 100%;
  height: 50px;
  margin-bottom: 21px !important;
  font-size:16px;
}

.ec-checkbox.entry-mailmagazine-label {
  margin-top: 75px;
}

@media screen and (max-width: 900px){
  .flex-phone-width {
    width: 100%;
  }
  #page_entry #entry_phone_number01 {
    max-width: none;
    min-width: 80px;
    width: 90%;
    margin: 0px;
  }
  #page_entry #entry_phone_number02 {
    max-width: none;
    min-width: 80px;
    width: 90%;
    margin: 0px;
  }
  #page_entry #entry_phone_number03 {
    max-width: none;
    min-width: 80px;
    width: 90%;
    margin: 0px;
  }
}

@media screen and (max-width: 605px){
  .form-customer {
    /* height: 726px; */
    padding-bottom: 30px;
  }
  #page_entry input, #page_entry select {
    height: 40px !important;
  }
  #page_entry .entry-btn{
    max-width: none;
  }
  .rs_br_pc_inline {
    display: block;
  }
  #page_entry .customer-info {
    margin: 40px auto 30px;
  }
  .login-conform {
    height: 250px;
  }
  .customer-conform {
    /* height: 600px; */
    padding-bottom: 20px;
  }
  .complate-btn-box .entry-btn {
    max-width: none;
  }
  .entry-not-complete  {
    margin-bottom: 20px;
  }
  .container.entry-confirm-sp-container {
    padding-bottom: 50px;
  }
  .ec-checkbox.entry-mailmagazine-label {
    margin: 40px 0 0px 0px;
}
}
@media screen and (max-width: 411px){
  #entry_birth_month, #entry_birth_day {
    width: 100px;
  }
}

#page_entry input, #page_entry textarea, #page_entry select {
  font-size: 16px !important;
}
#page_entry .container,
#page_entry_complete .container,
#page_entry_activate .container{
  padding-bottom: 0px;
}
