@charset "UTF-8";


*, *:before, *:after {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}


input[type="submit"],
input[type="button"] {
  -webkit-appearance: button;
  -moz-appearance: button;
  appearance: button;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

input[type="submit"]::focus,
input[type="button"]::focus {
  outline-offset: -2px;
}

button:focus,
input[type="button"] {
  outline: 0;
}

input[type*="button"] {
  cursor: pointer;
}


/* =========================================================
    新規登録フォーム
========================================================= */

#register {
  background: #eeeeee;
  background: #cbedec;
/*  background: #FDB647;*/
}

.index--header_inputSignin_title {
  margin: 16px auto 24px;
  color: #E91E63;
  letter-spacing: .1em;
  text-align: center;
  width: 80%;
  font-size: 26px;
  font-size: 2.6rem;
}

.index--header_inputSignin_title img {
  width: 50%;
}

.index--header_inputSignin_title img {
  width: 80%;
}

@media screen and (max-width: 834px) {
  .index--header_inputSignin_title {
    width: 96%;
  }
}

.index--header_inputSignin_title span {
  font-size: 30px;
  font-size: 3rem;
}

.index--header_inputSignin input[type=radio] {
  display: none !important;
}

.index--header_inputSignin > dl {
/*  background: rgba(255, 255, 255, 0.9);*/
  width: 100%;
  margin: auto;
  padding: 16px;
}

@media screen and (min-width: 769px) {
  .index--header_inputSignin > dl {
    width: 520px;
    margin: 0 auto;
  }
}


.index--header_inputSignin > dl dl {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}


@media screen and (max-width: 425px) {
  .index--header_inputSignin > dl dl {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
}

.index--header_inputSignin > dl dl dt {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding-right: 1em;
  padding-bottom: 0.5rem;
  font-size: 1.6rem;
  font-weight: 700;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
}

.index--header_inputSignin > dl dl dd {
  margin-bottom: 20px;
}

.index--header_inputSignin > dl dl dd input {
  display: block;
  width: 400px;
  height: 52px;
  padding: .5em 16px;
  border: 2px solid #111;
  color: #333333;
  font-size: 18px;
  font-size: 1.8rem;
  border-radius: 10px;
}

.index--header_inputSignin > dl dl dd input[type="password"] {
  font-size: 16px;
  font-size: 1.6rem;
}

.index--header_inputSignin > dl dl dd input:focus {
  outline: 0;
  border-color: #E91E63;
}

.index--header_inputSignin > dl dl dd input {
  width: 300px;
}

.index--header_inputSignin > dl .index--header_inputSignin_1clm dd {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  position: relative;
}


.index--header_inputSignin > dl .index--header_inputSignin_1clm dd div {
  width: 100%;
  -webkit-box-orient: vertical;
  -webkit-box-direction: reverse;
  -ms-flex-direction: column-reverse;
  flex-direction: column-reverse;
}

.index--header_inputSignin > dl .index--header_inputSignin_1clm dd div span {
  position: relative;
  display: block;
  top: auto;
  left: auto;
  margin-left: 0;
}


.index--header_inputSignin > dl .index--header_inputSignin_1clm dd input {
  width: 420px;
}

@media screen and (max-width: 1112px) {
  .index--header_inputSignin > dl .index--header_inputSignin_1clm dd input {
    width: 300px;
  }
}

@media screen and (max-width: 425px) {
  .index--header_inputSignin > dl .index--header_inputSignin_1clm dd input {
    width: 100%;
  }
}

.index--header_inputSignin > dl .index--header_inputSignin_1clm dd span {
  font-size: 14px;
  font-size: 1.4rem;
  color: #E91E63;
  margin-left: 1em;
}

@media screen and (max-width: 425px) {
  .index--header_inputSignin > dl .index--header_inputSignin_1clm dd span {
    position: absolute;
    top: -24px;
    right: 0;
  }
}

.index--header_inputSignin > dl .index--header_inputSignin_1clm dd select {
  width: 200px;
  height: 44px;
  font-size: 18px;
  font-size: 1.8rem;
  background: #ffffff;
  border-radius: 10px;
  border: 2px solid #111;
  padding: 0 20px;
  padding-left: .5em;
  padding-right: .5em;
}

@media screen and (max-width: 425px) {
  .index--header_inputSignin > dl .index--header_inputSignin_1clm dd select {
    width: 100%;
  }
}

.index--header_inputSignin > dl .index--header_inputSignin_1clm dd select:not(:first-child) {
  margin-left: 1em;
}

.index--header_inputSignin > dl .index--header_inputSignin_1clm dd select:focus {
  outline: 0;
  border-color: #E91E63;
}

.index--header_inputSignin > dl .index--header_inputSignin_1clm dd.index--header_inputSignin_secret select,
.index--header_inputSignin > dl .index--header_inputSignin_1clm dd.index--header_inputSignin_secret input {
  width: 300px;
}

@media screen and (max-width: 425px) {
  .index--header_inputSignin > dl .index--header_inputSignin_1clm dd.index--header_inputSignin_secret select,
  .index--header_inputSignin > dl .index--header_inputSignin_1clm dd.index--header_inputSignin_secret input {
    width: 100%;
  }
}

/*****
    新規登録フォーム　性別
******************************/
.genderBox {
  width: 100%;
  margin: 0 auto 1em;
}


.genderBox dd {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: start !important;
  -ms-flex-align: start !important;
  align-items: flex-start !important;
  -webkit-box-pack: start !important;
  -ms-flex-pack: start !important;
  justify-content: flex-start !important;
}

@media screen and (max-width: 425px) {
  .genderBox dd {
/*
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -ms-flex-direction: column-reverse;
    flex-direction: column-reverse;
*/
  }
}

.genderBox input {
  display: none;
}

.genderBox div:first-child {
  width: 55%;
  padding-left: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal !important;
  -webkit-box-direction: normal !important;
  -ms-flex-direction: row !important;
  flex-direction: row !important;
}

@media screen and (max-width: 425px) {
  .genderBox div:first-child {
    width: 100%;
  }
}

.genderBox div:first-child label {
  width: 50%;
  display: block;
  line-height: 44px;
  border: 2px solid #111;
  text-align: center;
  padding-left: 20px;
  position: relative;
  border-radius: 10px;
  letter-spacing: .1em;
  background: #ffffff;
}

@media screen and (min-width: 769px) {
  .genderBox div:first-child label {
    width: 30%;
  }
}

@media screen and (max-width: 834px) {
  .genderBox div:first-child label {
    padding-left: 30px;
  }
}


.genderBox div:first-child label:last-child {
  margin-left: 2%;
}

.genderBox div:first-child label::before {
  content: "";
  display: block;
  position: absolute;
  top: 15px;
  left: 40px;
  width: 15px;
  height: 15px;
  border: 1px solid #111;
  border-radius: 50%;
}

@media screen and (max-width: 1440px) {
  .genderBox div:first-child label::before {
    left: 15px;
  }
}

@media screen and (max-width: 834px) {
  .genderBox div:first-child label::before {
    left: 30px;
  }
}

@media screen and (max-width: 425px) {
  .genderBox div:first-child label::before {
    left: 40px;
  }
}

input[type="radio"]:checked + label {
  color: #ffffff;
  background: #00acc1;
  border: 1px solid #00acc1;
}

input[type="radio"]:checked + label::after {
  content: "";
  display: block;
  position: absolute;
  top: 18px;
  left: 43px;
  width: 9px;
  height: 9px;
  background: #ffffff;
  border-radius: 50%;
}

@media screen and (max-width: 1440px) {
  input[type="radio"]:checked + label::after {
    left: 18px;
  }
}

@media screen and (max-width: 834px) {
  input[type="radio"]:checked + label::after {
    left: 33px;
  }
}

@media screen and (max-width: 425px) {
  input[type="radio"]:checked + label::after {
    left: 43px;
  }
}

input[type="radio"]:checked + label::before {
  border: 1px solid #ffffff;
}

/*****
    新規登録フォーム　郵便番号
******************************/
.index--header_inputSignin_zip li:first-child {
  margin-right: .5em !important;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
}

@media screen and (max-width: 425px) {
  .index--header_inputSignin_zip li:first-child {
/*
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -ms-flex-direction: column-reverse;
    flex-direction: column-reverse;
*/
  }
}

.index--header_inputSignin_zip li:first-child div {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.index--header_inputSignin_zip li:first-child input {
  width: 110px;
}

/*****
    新規登録フォーム　同意
******************************/
.index--header_inputSignin_agree {
/*
  text-align: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
*/
}

.index--header_inputSignin_agree div:first-child {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

@media screen and (max-width: 425px) {
  .index--header_inputSignin_agree {
    text-align: left;
    width: 100%;
    margin: auto;
  }
  .index--header_inputSignin_agree li {

  }
}

.index--header_inputSignin_agree a {
  color: #E91E63;
  font-size: 1.6rem;
  padding-left: 8px;
}

.index--header_inputSignin_agree a:hover {
  color: #35B1BC;
}

.index--header_inputSignin_agree i {
  margin-left: .5em;
}

.index--header_inputSignin_agree input[type="checkbox"] {
  width: 20px;
  height: 20px;
  -webkit-transform: scale(1.5);
  transform: scale(1.5);
  border-color: #333333;
}

/*****
    新規登録フォーム　テキストエリア文字色
******************************/
.index--header_inputSignin input:placeholder-shown {
  color: #b3b3b3;
}

.index--header_inputSignin input::-webkit-input-placeholder {
  color: #b3b3b3;
}

.index--header_inputSignin input:-moz-placeholder {
  color: #b3b3b3;
  opacity: 1;
}

.index--header_inputSignin input::-moz-placeholder {
  color: #b3b3b3;
  opacity: 1;
}

.index--header_inputSignin input:-ms-input-placeholder {
  color: #b3b3b3;
}

/*****
    新規登録フォーム　登録ボタン
******************************/
.index--header_inputSignin .index--header_inputSignin_buttonArea {
  margin-bottom: 30px;
}

.index--header_inputSignin .index--header_inputSignin_buttonArea button {
  cursor: pointer;
  margin: auto;
}

.index--header_inputSignin_buttonArea {
  margin-top: 24px;
  text-align: center;
}

.index--header_inputSignin_buttonArea a {
  margin-bottom: 40px;
}

/*****
    新規登録フォーム　生年月日
******************************/
.index--header_inputSignin_birth {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}

@media screen and (max-width: 425px) {
  .index--header_inputSignin_birth {
/*
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -ms-flex-direction: column-reverse;
    flex-direction: column-reverse;
*/
  }
}

.index--header_inputSignin_birth div:nth-child(1) {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal !important;
  -webkit-box-direction: normal !important;
  -ms-flex-direction: row !important;
  flex-direction: row !important;
  width: 100%;
}

.index--header_inputSignin_birth div:nth-child(2) {
  width: 100%;
}

/*****
    新規登録フォーム　入力エラー
******************************/
.nyuryokuError {
  background: #E91E63;
  color: #ffffff;
  text-align: center;
  margin-bottom: 16px;
  padding: 4px;
  text-shadow: 0 1px 2px rgba(0, 0, 0, 0.2);
  -webkit-animation: fadeIn 3s ease 0s 1 normal;
  animation: fadeIn 3s ease 0s 1 normal;
}

.nyuryokuError i {
  margin-right: .3em;
}

.nyuryokuError br {
  display: none;
}

@media screen and (max-width: 425px) {
  .nyuryokuError br {
    display: block;
  }
}

/*-- フォームのエラー箇所 --*/
.alert {
  color: #E91E63;
  font-size: 14px;
  font-size: 1.4rem;
  max-width: 400px;
}

.alert:before {
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  content: "\f062";
  margin-right: .3em;
  opacity: .8;
}

@media screen and (max-width: 425px) {
  .alert:before {
    content: "\f062";
  }
}

/*****
    新規登録フォーム　ボタン
******************************/

.btnRed {
  display: inline-block;
  position: relative;
  border-radius: 48px;
  padding: 5px;
  text-align: center;
  text-decoration: none;
  background: #E91E63;
  background: linear-gradient(-225deg, #A445B2 0%, #D41872 52%, #E91E63 100%);
  color: #ffffff;
  border: none;
  text-shadow: 0 0 3px #E91E63;
  min-width: 250px;
  padding: 16px 24px;
  font-size: 18px;
  font-size: 1.8rem;
  letter-spacing: .1em;
  cursor: pointer;
  -webkit-box-shadow: 0 4px 0 #760f32;
  box-shadow: 0 4px 0 #760f32;
  -webkit-transition: .3s;
  transition: .3s;
}

.btnRed:hover {
  background: linear-gradient(-225deg, #991fac 0%, #c90864 52%, #de0650 100%);
  -webkit-box-shadow: 0 4px 0 #5a0421;
  box-shadow: 0 4px 0 #5a0421;
}

.btnRed:active {
  -webkit-box-shadow: none;
  box-shadow: none;
  top: 4px;
}


@media screen and (min-width: 1024px) {
  .btnRed {
/*
    -webkit-box-shadow: 0 4px 4px rgba(233, 30, 99, 0.05), 0 1px 6px rgba(233, 30, 99, 0.05), 0 8px 8px rgba(233, 30, 99, 0.05), 0 16px 16px rgba(233, 30, 99, 0.05), 8px 8px 8px rgba(233, 30, 99, 0.05), 8px 16px 16px rgba(233, 30, 99, 0.15);
    box-shadow: 0 4px 4px rgba(233, 30, 99, 0.05), 0 1px 6px rgba(233, 30, 99, 0.05), 0 8px 8px rgba(233, 30, 99, 0.05), 0 16px 16px rgba(233, 30, 99, 0.05), 8px 8px 8px rgba(233, 30, 99, 0.05), 8px 16px 16px rgba(233, 30, 99, 0.15);
*/
  }
}

/*
.btnRed:hover {
  -webkit-box-shadow: none;
  box-shadow: none;
}

.btnRed:active {
  -webkit-box-shadow: none;
  box-shadow: none;
}
*/




.btnRed.btnWith {
  min-width: 300px;
  line-height: 48px;
  margin: auto auto 32px auto;
  font-size: 16px;
  font-size: 1.6rem;
}


/*****
    LPからの遷移 新規登録フォーム　ボタン
******************************/
.btnYamabuki {
  display: inline-block;
  position: relative;
  border-radius: 48px;
  padding: 5px;
  text-align: center;
  text-decoration: none;
  background: #FDB647;
  color: #ffffff;
  border: none;
  text-shadow: 0 0 3px #FDB647;
  min-width: 250px;
  padding: 16px 24px;
  font-size: 18px;
  font-size: 1.8rem;
  letter-spacing: .1em;
  cursor: pointer;
  -webkit-box-shadow: 0 4px 0 #d1830a;
  box-shadow: 0 4px 0 #d1830a;
  -webkit-transition: .3s;
  transition: .3s;
}

.btnYamabuki:hover {
  background: #f2a937;
  -webkit-box-shadow: 0 4px 0 #d8860a;
  box-shadow: 0 4px 0 #d8860a;
}

.btnYamabuki:active {
  -webkit-box-shadow: none;
  box-shadow: none;
  top: 4px;
}