@charset "UTF-8";
/* ---------------------------------------- */
/* ログイン */
/* ---------------------------------------- */
.loginBx {
  border: solid 1px #D6D6D6;
  border-radius: 5px;
  border-top: solid 10px #FF8000;
  max-width: 540px;
  width: 100%;
  margin: auto;
}

.loginArea {
  max-width: 1140px;
  width: 100%;
  margin: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.loginArea > div {
  width: 48.34%;
  margin: 0 0.83%;
}

@media screen and (max-width: 768px) {
  .loginArea > div {
    width: 100%;
    margin: 40px auto 0;
  }
}

@media screen and (max-width: 768px) {
  .loginArea > div:first-child {
    margin: 0 auto;
  }
}

.loginArea > div:first-child .loginBxIn {
  padding: 22px 2%;
}

.loginTit01 {
  font-size: 18px;
  font-weight: bold;
  text-align: center;
  border-bottom: solid 1px #D6D6D6;
  padding: 17px 2% 15px;
  color: #303030;
}

.loginBxIn {
  padding: 22px 2% 45px;
}

.formTb th {
  max-width: 100px;
  text-align: left;
  font-size: 14px;
}

@media screen and (max-width: 768px) {
  .formTb th {
    display: block;
    width: 100%;
    max-width: 100%;
  }
}

.formTb td {
  max-width: 340px;
}

@media screen and (max-width: 768px) {
  .formTb td {
    display: block;
    width: 100%;
    max-width: 100%;
  }
}

::-webkit-input-placeholder {
  color: #ccc;
}

:-ms-input-placeholder {
  color: #ccc;
}

::-ms-input-placeholder {
  color: #ccc;
}

::placeholder {
  color: #ccc;
}

.formInput01 {
  width: 100%;
  border: solid 2px #D6D6D6;
  border-radius: 2px;
  padding: 11px 2%;
}

.formTb {
  max-width: 468px;
  width: 100%;
  margin: auto;
}

.formTb th {
  padding: 10px;
}

.formTb th > label {
  font-weight: bold;
}

.formTb th > label > span {
  display: block;
  font-size: 12px;
}

.formTb td {
  padding: 10px;
}

.formCheck {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin: 10px 0 0;
}

.loginBtn01 {
  display: block;
  max-width: 240px;
  width: 100%;
  text-align: center;
  margin: auto;
  border: solid 1px #FF8000;
  border-radius: 5px;
  background: #FF8000;
  color: #fff;
  font-weight: bold;
  letter-spacing: .1em;
  padding: 12px 2%;
  cursor: pointer;
  -webkit-transition: 0.3s ease-in;
  transition: 0.3s ease-in;
}

.loginBtn01:hover {
  background: #fff;
  color: #FF8000;
}

.formBtn {
  margin: 24px auto 0;
}

.loginList01 {
  max-width: 448px;
  width: 100%;
  margin: 32px auto 0;
  font-size: 12px;
}

.loginList01 > li {
  margin: 6px 0 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: baseline;
      -ms-flex-align: baseline;
          align-items: baseline;
}

.loginList01 > li:first-child {
  margin: 0;
}

.loginList01 > li > a {
  color: #FF8000;
  margin: 0 0 0 1.5%;
}

.loginList01 > li:before {
  content: "";
  display: block;
  max-width: 6px;
  width: 100%;
  height: 6px;
  background: #FF8000;
  border-radius: 50%;
}

.loginList01 > li > a:hover {
  text-decoration: underline;
}

.loginTxtBx01 {
  max-width: 540px;
  width: 100%;
  margin: 20px auto 0;
  background: #FBCD9E;
  border-radius: 3px;
  padding: 10px;
}

.loginTxtBx01In {
  background: #fff;
  border-radius: 3px;
  padding: 32px 8% 35px;
}

.loginTxtBx01 h3 {
  font-size: 14px;
  font-weight: bold;
  line-height: 1.5em;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.loginTxtBx01 h3:before {
  content: "";
  display: block;
  max-width: 14px;
  width: 100%;
  height: 14px;
  background: url(../img/in_login_caution_icon01.svg);
  background-size: contain;
  margin: 0 2% 0 0;
}

.loginTxtBx01 p {
  font-size: 12px;
  line-height: 2em;
  margin: 20px 0 0;
}

.loginBxIn > p {
  margin: 10px;
  text-align: center;
}

.loginBxIn > .loginBtn01 {
  margin: 16px auto 0;
}

/* ---------------------------------------- */
/* マイページ */
/* ---------------------------------------- */
.mypageBx {
  max-width: 1140px;
  width: 100%;
  margin: auto;
  border: solid 1px #D6D6D6;
  border-top: solid 10px #FF8000;
  border-radius: 5px;
  background: #fff;
}

.mypageBx > h1 {
  font-size: 20px;
  font-weight: bold;
  color: #525263;
  border-bottom: solid 1px #D6D6D6;
  padding: 25px 2% 24px;
}

@media screen and (max-width: 1024px) {
  .mypageBx > h1 {
    font-size: 18px;
  }
}

@media screen and (max-width: 768px) {
  .mypageBx > h1 {
    font-size: 16px;
  }
}

.mypageInfo {
  max-width: 1060px;
  width: 100%;
  margin: auto;
  background: #FFF7EF;
  border: solid 1px #FBCD9E;
  border-radius: 5px;
  padding: 21px 2% 37px;
}

.mypageTitBx {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  border-bottom: solid 1px #FBCD9E;
  padding: 0 0 10px;
  font-size: 14px;
  font-weight: bold;
  color: #303030;
}

.mypageTitBx.speaker:before {
  content: "";
  display: block;
  max-width: 16px;
  width: 100%;
  height: 15px;
  background: url(../img/in_mypage_speaker_icon.svg) no-repeat center;
  background-size: contain;
}

.mypageTitBx.figure:before {
  content: "";
  display: block;
  max-width: 21px;
  width: 100%;
  height: 21px;
  background: url(../img/in_mypage_figure_icon.svg) no-repeat center;
  background-size: contain;
}

.mypageTitBx.gear:before {
  content: "";
  display: block;
  max-width: 21px;
  width: 100%;
  height: 21px;
  background: url(../img/in_mypage_gear_icon.svg) no-repeat center;
  background-size: contain;
}

.mypageTitBx.shop:before {
  content: "";
  display: block;
  max-width: 22px;
  width: 100%;
  height: 21px;
  background: url(../img/in_mypage_shop_icon.svg) no-repeat center;
  background-size: contain;
}

.mypageTitBx.pay:before {
  content: "";
  display: block;
  max-width: 15px;
  width: 100%;
  height: 19px;
  background: url(../img/in_mypage_pay_icon.svg) no-repeat center;
  background-size: contain;
}

.mypageTitBx > h2 {
  margin: 0 0 0 1%;
}

.mypageInfoList {
  margin: 13px auto 0;
  font-size: 14px;
  line-height: 1.5em;
}

.mypageInfoList > li {
  margin: 13px auto 0;
}

.mypageInfoList > li > .titleBx {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

@media screen and (max-width: 768px) {
  .mypageInfoList > li > .titleBx {
    display: block;
  }
}

.mypageInfoList > li > .titleBx > .date {
  max-width: 95px;
  width: 100%;
  color: #FF8000;
  font-weight: bold;
}

.mypageInfoList > li > .titleBx > h3 {
  width: 100%;
  color: #FF8000;
  font-weight: bold;
  margin: 0 0 0 2%;
}

@media screen and (max-width: 768px) {
  .mypageInfoList > li > .titleBx > h3 {
    margin: 5px 0 0;
  }
}

.mypageInfoList > li > p {
  margin: 4px 0 0;
}

.mypageBxIn {
  padding: 30px 15px 60px;
}

.mypageList01 {
  max-width: 1080px;
  width: 100%;
  margin: 30px auto 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  font-size: 14px;
}

.mypageList01 > li {
  width: 48.16%;
  margin: 20px .92% 0;
  border: solid 1px #FBCD9E;
  border-radius: 5px;
  background: #fff;
  padding: 30px 2%;
}

@media screen and (max-width: 768px) {
  .mypageList01 > li {
    width: 100%;
    margin: 20px auto 0;
    padding: 15px 2%;
  }
}

.mypageList01 > li > p {
  margin: 10px 0 0;
}

.mypageList01 > li > a {
  max-width: 100px;
  width: 100%;
  display: block;
  background: #FF8000;
  border: solid 1px #FF8000;
  border-radius: 5px;
  color: #fff;
  font-size: 14px;
  font-weight: bold;
  text-align: center;
  letter-spacing: .05em;
  padding: 4px 2% 3px;
  margin: 27px 0 0 auto;
}

.mypageList01 > li > a:hover {
  background: #fff;
  color: #FF8000;
}

@media screen and (max-width: 768px) {
  .mypageList01 > li > a {
    margin: 14px 0 0 auto;
  }
}

/* ---------------------------------------- */
/* パスワード再発行 */
/* ---------------------------------------- */
.forgotBx {
  max-width: 1140px;
  width: 100%;
  margin: auto;
  border: solid 1px #D6D6D6;
  border-top: solid 10px #E4E4E4;
  border-radius: 5px;
}

.forgotBx > h1 {
  font-size: 18px;
  font-weight: bold;
  text-align: center;
  border-bottom: solid 1px #D6D6D6;
  padding: 17px 2% 15px;
}

@media screen and (max-width: 1024px) {
  .forgotBx > h1 {
    font-size: 16px;
  }
}

@media screen and (max-width: 768px) {
  .forgotBx > h1 {
    font-size: 14px;
  }
}

.forgotBxIn {
  padding: 60px 2% 80px;
}

@media screen and (max-width: 768px) {
  .forgotBxIn {
    padding: 30px 2% 40px;
  }
}

.forgotBxIn > p {
  font-size: 14px;
  line-height: 2.14;
  text-align: center;
}

.forgotrmTb th {
  max-width: 190px;
  width: 23.22%;
  padding: 0 15px;
  text-align: left;
}

@media screen and (max-width: 768px) {
  .forgotrmTb th {
    padding: 0;
    display: block;
    max-width: 100%;
    width: 100%;
  }
}

.forgotBxIn > form {
  max-width: 818px;
  width: 100%;
  margin: 55px auto 0;
}

@media screen and (max-width: 768px) {
  .forgotBxIn > form {
    margin: 28px auto 0;
  }
}

.forgotrmTb td {
  max-width: 660px;
  width: 80.68%;
  padding: 0 15px;
}

@media screen and (max-width: 768px) {
  .forgotrmTb td {
    padding: 0;
    display: block;
    max-width: 100%;
    width: 100%;
    margin: 10px 0 0;
  }
}

.forgotFormInput01 {
  width: 100%;
  border: solid 1px #D6D6D6;
  border-radius: 3px;
  padding: 7px 2%;
}

.forgotrmTb {
  width: 100%;
}

.forgotBtn02 {
  display: block;
  max-width: 240px;
  width: 100%;
  background: #E4E4E4;
  color: #303030;
  text-align: center;
  border: solid 1px #E4E4E4;
  border-radius: 5px;
  font-size: 16px;
  font-weight: bold;
  letter-spacing: .1em;
  padding: 13px 2%  11px;
}

.forgotBtn01 {
  display: block;
  max-width: 240px;
  width: 100%;
  background: #FF8000;
  color: #fff;
  text-align: center;
  border: solid 1px #FF8000;
  border-radius: 5px;
  font-size: 16px;
  font-weight: bold;
  letter-spacing: .1em;
  padding: 13px 2% 11px;
  -webkit-transition: .3s;
  transition: .3s;
  cursor: pointer;
}

.forgotBtn02:hover {
  background: #303030;
  color: #fff;
}

.forgotBtn01:hover {
  background: #fff;
  color: #FF8000;
}

.fogotFormList {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  max-width: 520px;
  width: 100%;
  margin: auto;
  padding: 35px 0 0;
}

@media screen and (max-width: 768px) {
  .fogotFormList {
    padding: 18px 0 0;
  }
}

.fogotFormList > li {
  width: 46.15%;
  margin: 20px 1.92% 0;
}

@media screen and (max-width: 768px) {
  .fogotFormList > li {
    width: 100%;
    margin: 20px auto 0;
  }
}

.fogotFormList > li > .forgotBtn01 {
  margin: auto;
}

.fogotFormList > li > .forgotBtn02 {
  margin: auto;
}

/* ---------------------------------------- */
/* パスワード再発行完了 */
/* ---------------------------------------- */
.forgotCompleteBx {
  max-width: 1140px;
  width: 100%;
  margin: auto;
  border: solid 1px #D6D6D6;
  border-top: solid 10px #E4E4E4;
  border-radius: 5px;
}

.forgotCompleteBx > h1 {
  font-size: 18px;
  font-weight: bold;
  text-align: center;
  border-bottom: solid 1px #D6D6D6;
  padding: 17px 2% 15px;
}

@media screen and (max-width: 1024px) {
  .forgotCompleteBx > h1 {
    font-size: 16px;
  }
}

@media screen and (max-width: 768px) {
  .forgotCompleteBx > h1 {
    font-size: 14px;
  }
}

.forgotCompleteBxIn {
  padding: 60px 2% 80px;
}

@media screen and (max-width: 768px) {
  .forgotCompleteBxIn {
    padding: 30px 2% 40px;
  }
}

.forgotCompleteBxIn > h2 {
  font-size: 30px;
  text-align: center;
  font-weight: bold;
  color: #FF8000;
}

@media screen and (max-width: 1024px) {
  .forgotCompleteBxIn > h2 {
    font-size: 26px;
  }
}

@media screen and (max-width: 768px) {
  .forgotCompleteBxIn > h2 {
    font-size: 22px;
  }
}

.forgotCompleteBxIn > p {
  font-size: 14px;
  line-height: 2.14;
  text-align: center;
  margin: 30px 0 0;
}

@media screen and (max-width: 768px) {
  .forgotCompleteBxIn > p {
    margin: 15px 0 0;
  }
}

.forgotCompleteBxIn > .forgotBtn01 {
  margin: 30px auto 0;
}

@media screen and (max-width: 768px) {
  .forgotCompleteBxIn > .forgotBtn01 {
    margin: 15px auto 0;
  }
}

/* ---------------------------------------- */
/* メールアドレス・パスワードの確認・編集 */
/* ---------------------------------------- */
.accountBx:nth-of-type(n + 2) {
  margin: 120px auto 0;
}

@media screen and (max-width: 768px) {
  .accountBx:nth-of-type(n + 2) {
    margin: 60px auto 0;
  }
}

.accountBx .tit02 {
  margin: 20px auto 0;
}

.formContent {
  margin: 30px auto 0;
  padding: 0 20px 60px;
  border: solid 1px #D6D6D6;
  border-top: solid 10px #FF8000;
  border-radius: 5px;
  background: #fff;
}

@media screen and (max-width: 768px) {
  .formContent {
    margin: 15px auto 0;
    padding: 0 15px 40px;
  }
}

/* ---------------------------------------- */
/* お気に入り登録しているお店・会社の管理 */
/* ---------------------------------------- */
.favoRow01 {
  margin: 20px auto 0;
}

@media screen and (max-width: 1024px) {
  .favoRow01 {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}

.favoCol01 {
  width: 48%;
}

@media screen and (max-width: 1024px) {
  .favoCol01 {
    width: 100%;
  }
  .favoCol01:nth-of-type(n + 2) {
    margin: 10px auto 0;
  }
}

@media screen and (max-width: 1024px) {
  .favoBtn {
    max-width: 100%;
  }
}

.favoBtn-detail {
  background: #FF8800;
  border-color: #FF8000;
}

.favoBtn-detail:hover {
  background-color: #fda64c;
  -webkit-transition: 0.3s ease-in;
  transition: 0.3s ease-in;
}

.favoBtn-detail span {
  padding: 0;
}

.favoBtn-telPc {
  font-weight: 700;
  color: #303030;
  background: #FFF;
  border-color: #D6D6D6;
}

@media screen and (max-width: 768px) {
  .favoBtn-telPc {
    display: none;
  }
}

.favoBtn-telPc span {
  background-image: url(../img/icon_tel.svg);
  background-position: 0% calc(0% + 4px);
  background-size: auto;
  background-repeat: no-repeat;
}

.favoBtn-telSp {
  font-weight: 700;
  color: #303030;
  background: #FFF;
  border-color: #D6D6D6;
  display: none;
}

@media screen and (max-width: 768px) {
  .favoBtn-telSp {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  .favoBtn-telSp span {
    background-image: url(../img/icon_tel.svg);
    background-position: 0% calc(0% + 4px);
    background-size: auto;
    background-repeat: no-repeat;
  }
}

.favoDeleteBtn {
  margin: 0 0 0.5em;
  text-align: right;
  font-size: 12px;
  text-decoration: underline;
  color: #FF8800;
  cursor: pointer;
}

.favoDeleteBtn:hover {
  text-decoration: none;
}

/* ---------------------------------------- */
/* 購入履歴 */
/* ---------------------------------------- */
.member2Column {
  margin: 0 auto;
  max-width: 1060px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.memberSide {
  width: 190px;
}

@media screen and (max-width: 1200px) {
  .memberSide {
    width: 100%;
  }
}

.memberMain {
  width: calc(100% - 190px - 40px);
}

@media screen and (max-width: 1200px) {
  .memberMain {
    margin: 40px auto 0;
    width: 100%;
  }
}

@media screen and (max-width: 1200px) {
  .memberSideArea {
    width: 100%;
  }
}

.memberSideArea:nth-of-type(n + 2) {
  margin: 30px 0 0;
}

@media screen and (max-width: 1200px) {
  .memberSideArea:nth-of-type(n + 2) {
    margin: 20px 0 0;
  }
}

.memberSideConte01 {
  padding: 20px 15px 25px;
  border: 1px solid #FBCD9E;
  border-radius: 5px;
  background-color: #FFF7EF;
}

.memberSideTit01 {
  padding: 0 0 0.2em;
  font-size: 14px;
  color: #0E0E0E;
  border-bottom: 1px solid #FBCD9E;
}

.memberSideBx01 {
  margin: 15px 0 0;
}

@media screen and (max-width: 1200px) {
  .memberSideBx01 {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
}

@media screen and (max-width: 576px) {
  .memberSideBx01 {
    margin: 10px 0 0;
  }
}

@media screen and (max-width: 1200px) {
  .memberSidePeriod {
    width: 100%;
  }
}

@media screen and (max-width: 1200px) {
  .memberSidePeriodRow {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
}

@media screen and (max-width: 576px) {
  .memberSidePeriodRowCol01 {
    margin-top: 5px;
  }
}

@media screen and (max-width: 576px) {
  .memberSidePeriodRowCol01:nth-of-type(1) {
    margin: 5px 0.2em 0 0;
  }
}

.memberSidePeriodRowCol01:nth-of-type(n + 2) {
  margin: 10px 0 0;
}

@media screen and (max-width: 1200px) {
  .memberSidePeriodRowCol01:nth-of-type(n + 2) {
    margin: 0 0 0 0.5em;
  }
}

@media screen and (max-width: 576px) {
  .memberSidePeriodRowCol01:nth-of-type(n + 2) {
    margin: 5px 0 0;
  }
}

.memberSidePeriodRowCol01 label {
  font-size: 12px;
}

.memberSidePeriodRowCol01 select {
  font-size: 14px;
  border: 1px solid #FBCD9E;
  border-radius: 3px;
  background-color: #FFF;
}

.memberSideBtnBx01 {
  margin: 15px 0 0;
}

@media screen and (max-width: 1200px) {
  .memberSideBtnBx01 {
    width: 100%;
  }
}

@media screen and (max-width: 1200px) {
  .memberSideConte02 {
    margin: 0 -7.5px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
}

.ecSideBtn01 {
  border-color: #FBCD9E;
  background-color: #FFF;
  font-size: 14px;
  font-weight: 700;
  color: #0E0E0E;
  text-align: left;
  cursor: pointer;
}

.ecSideBtn01:hover {
  border-color: #FF8000;
  background-color: #FF8000;
  color: #FFF;
}

.ecSideBtn01.ecSideBtn01-sm {
  padding: 4px 2% 3px;
  margin: 0 auto;
  max-width: 140px;
}

@media screen and (max-width: 1200px) {
  .ecSideBtn01.ecSideBtn01-sm {
    margin: 0;
  }
}

@media screen and (max-width: 576px) {
  .ecSideBtn01.ecSideBtn01-sm {
    margin: 0 auto;
  }
}

.ecSideBtn01.ecSideBtn01-lg {
  font-size: 12px;
  background-position: 12px center;
  background-repeat: no-repeat;
  background-size: auto;
}

.ecSideBtn01.ecSideBtn01-lg span {
  margin: 0 0 0 40px;
  display: inline-block;
}

.ecSideBtn01.ecSideBtn01-md {
  background-position: 20px center;
  background-repeat: no-repeat;
  background-size: auto;
}

.ecSideBtn01.ecSideBtn01-md span {
  margin: 0 0 0 50px;
  display: inline-block;
}

@media screen and (max-width: 1024px) {
  .ecSideBtn01.ecSideBtn01-md span {
    margin: 0 0 0 40px;
  }
}

@media screen and (max-width: 576px) {
  .ecSideBtn01.ecSideBtn01-md span {
    margin: 0 0 0 25px;
  }
}

.ecSideBtn01.ecSideBtn01-dig {
  background-image: url(../img/button_icon_dig.svg);
}

.ecSideBtn01.ecSideBtn01-dig:hover {
  background-image: url(../img/button_icon_dig_white.svg);
}

.ecSideBtn01.ecSideBtn01-favorite {
  background-image: url(../img/button_icon_heart.svg);
}

.ecSideBtn01.ecSideBtn01-favorite:hover {
  background-image: url(../img/button_icon_heart_white.svg);
}

.ecSideBtn01.ecSideBtn01-favorite.ecSideBtn01-favoriteOn {
  background-image: url(../img/button_icon_heart_off.svg);
}

.ecSideBtn01.ecSideBtn01-favorite.ecSideBtn01-favoriteOn:hover {
  color: #0E0E0E;
  background-image: url(../img/button_icon_heart.svg);
  background-color: #FFF;
}

.ecSideBtn01.ecSideBtn01-favorite.ecSideBtn01-favoriteOff {
  background-image: url(../img/button_icon_heart_on.svg);
}

.ecSideBtn01.ecSideBtn01-favorite.ecSideBtn01-favoriteOff:hover {
  color: #0E0E0E;
  background-image: url(../img/button_icon_heart_off.svg);
  background-color: #FFF;
}

.ecSideBtn01.ecSideBtn01-history {
  background-image: url(../img/button_icon_document.svg);
}

.ecSideBtn01.ecSideBtn01-history:hover {
  background-image: url(../img/button_icon_document_white.svg);
}

.ecSideBtn01.ecSideBtn01-cart {
  background-image: url(../img/button_icon_cart.svg);
}

.ecSideBtn01.ecSideBtn01-cart:hover {
  background-image: url(../img/button_icon_cart_white.svg);
}

.ecSideBtn01.ecSideBtn01-shop {
  background-image: url(../img/button_icon_shop.svg);
}

.ecSideBtn01.ecSideBtn01-shop:hover {
  background-image: url(../img/button_icon_shop_white.svg);
}

.memberSideBtnBx02:nth-of-type(n + 2) {
  margin: 10px 0 0;
}

@media screen and (max-width: 1200px) {
  .memberSideBtnBx02:nth-of-type(n + 2) {
    margin: 0;
  }
}

@media screen and (max-width: 768px) {
  .memberSideBtnBx02:nth-of-type(n + 3) {
    margin: 10px 0 0;
  }
}

@media screen and (max-width: 1200px) {
  .memberSideBtnBx02 {
    padding: 0 7.5px;
    width: 25%;
  }
}

@media screen and (max-width: 768px) {
  .memberSideBtnBx02 {
    width: 50%;
  }
}

@media screen and (max-width: 768px) {
  .memberSideBtnBx02 .ecBtn01 {
    max-width: 100%;
  }
}

@media screen and (max-width: 576px) {
  .memberSideBtnBx02 .ecBtn01 {
    font-size: 11px;
    background-size: 15px;
    background-position: 10px center;
  }
}

.memberMainConte01 {
  padding: 20px 15px;
  border: 1px solid #FBCD9E;
  border-radius: 5px;
}

.memberMainConte01:nth-of-type(n + 2) {
  margin: 20px 0 0;
}

.historyWrap {
  margin: 0 auto;
  max-width: 750px;
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}

.historyArea01 {
  margin: 0 30px 0 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}

@media screen and (max-width: 768px) {
  .historyArea01 {
    margin: 0;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
  }
}

.hisotryImgBx01 {
  margin: 0 25px 0 0;
  width: 180px;
  position: relative;
  padding: 0 0 32.5%;
}

@media screen and (max-width: 768px) {
  .hisotryImgBx01 {
    margin: 0 15px 0 0;
    padding: 0 0 27.2%;
    width: 140px;
  }
}

@media screen and (max-width: 576px) {
  .hisotryImgBx01 {
    padding: 0 0 26%;
    width: 80px;
  }
}

.hisotryImgBx01 img {
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  max-width: 100%;
  width: auto;
  max-height: 100%;
  height: auto;
  margin: auto;
}

.historyArea02 {
  width: 180px;
}

@media screen and (max-width: 768px) {
  .historyArea02 {
    margin: 15px -7.5px 0;
    width: 105%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
}

@media screen and (max-width: 576px) {
  .historyArea02 {
    margin: 10px 0 0;
    width: 100%;
    display: block;
  }
}

@media screen and (max-width: 768px) {
  .historyArea02 {
    margin: 15px 0 0;
  }
}

.historyDet {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}

.historyInfo01 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

@media screen and (max-width: 576px) {
  .historyInfo01 {
    display: block;
  }
}

.historyDate {
  margin: 0 2em 0 0;
  font-size: 12px;
  color: #6B6B6B;
}

@media screen and (max-width: 576px) {
  .historyDate {
    font-size: 11px;
  }
}

.historyNum {
  font-size: 12px;
  color: #6B6B6B;
}

@media screen and (max-width: 576px) {
  .historyNum {
    font-size: 11px;
  }
}

.historyShop {
  margin: 12px 0 0;
}

@media screen and (max-width: 576px) {
  .historyShop {
    margin: 5px 0 0;
  }
}

.historyShop a {
  font-size: 14px;
  color: #0E0E0E;
}

@media screen and (max-width: 576px) {
  .historyShop a {
    font-size: 12px;
  }
}

.historyShop a:hover {
  text-decoration: underline;
}

.historyItemTit {
  margin: 10px 0 0;
  font-size: 16px;
  font-weight: 700;
}

@media screen and (max-width: 576px) {
  .historyItemTit {
    margin: 5px 0 0;
    font-size: 14px;
  }
}

.historyItemTit a {
  color: #0E0E0E;
  text-decoration: underline;
}

.historyItemTit a:hover {
  text-decoration: none;
}

.historyInfo02 {
  margin: 25px 0 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

@media screen and (max-width: 576px) {
  .historyInfo02 {
    margin: 5px 0 0;
    display: block;
    text-align: right;
  }
}

.historyCount {
  font-size: 14px;
  color: #0E0E0E;
}

@media screen and (max-width: 576px) {
  .historyCount {
    font-size: 11px;
  }
}

.historyCount:not(:last-of-type):after {
  content: "｜";
  margin: 0 1em;
  color: #BFBFBF;
}

@media screen and (max-width: 576px) {
  .historyCount:not(:last-of-type):after {
    display: none;
  }
}

@media screen and (max-width: 768px) {
  .historyBtnBx01 {
    padding: 0 7.5px;
    width: 33.33%;
  }
}

@media screen and (max-width: 576px) {
  .historyBtnBx01 {
    padding: 0;
    width: 100%;
  }
}

.historyBtnBx01:nth-of-type(n + 2) {
  margin: 10px 0 0;
}

@media screen and (max-width: 768px) {
  .historyBtnBx01:nth-of-type(n + 2) {
    margin: 0;
  }
}

@media screen and (max-width: 576px) {
  .historyBtnBx01:nth-of-type(n + 2) {
    margin: 10px 0 0;
  }
}

@media screen and (max-width: 576px) {
  .historyBtnBx01 .ecBtn01 {
    max-width: 250px;
  }
}

.historyDet {
  -ms-flex-item-align: start;
      align-self: flex-start;
}

/* ---------------------------------------- */
/* お気に入り */
/* ---------------------------------------- */
.MemberFavorite .historyShop {
  margin: 0;
}

.MemberFavorite .historyDet {
  -ms-flex-item-align: start;
      align-self: flex-start;
}

@media screen and (max-width: 1024px) {
  .MemberFavorite .hisotryImgBx01 {
    width: 120px;
  }
}

@media screen and (max-width: 576px) {
  .MemberFavorite .hisotryImgBx01 {
    padding: 0 0 36%;
    width: 80px;
  }
}

.historyPrice {
  margin: 15px 0 0;
}

.historyPriceTxt01 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.historyPriceTxt01 .bold {
  font-size: 16px;
  font-weight: 700;
  color: #0E0E0E;
}

.historyPriceTxt01 .highlight {
  margin: 0 0 0 1em;
  font-size: 18px;
  font-weight: 700;
  color: #FF8000;
}

.historyBtnRow02 {
  margin: 10px -5px 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

@media screen and (max-width: 576px) {
  .historyBtnRow02 {
    display: block;
  }
}

.historyBtnBx02 {
  padding: 0 5px;
  width: 50%;
}

@media screen and (max-width: 576px) {
  .historyBtnBx02 {
    margin: 0 0 0 auto;
    max-width: 180px;
    width: 100%;
  }
}

@media screen and (max-width: 576px) {
  .historyBtnBx02:nth-of-type(n + 2) {
    margin: 5px 0 0 auto;
  }
}

.historyBtnBx02 .ecBtn01 {
  font-size: 12px;
}

.historyOrderInfo {
  padding: 20px 20px 28px;
  border: 1px solid #FBCD9E;
  border-radius: 5px;
}

@media screen and (max-width: 768px) {
  .historyOrderInfo {
    width: 100%;
  }
}

@media screen and (max-width: 576px) {
  .historyOrderInfo {
    padding: 15px 15px 20px;
  }
}

.historyOrderTit {
  padding: 0 0 0.3em;
  font-size: 14px;
  font-weight: 700;
  color: #0E0E0E;
  border-bottom: 1px solid #FBCD9E;
}

.historyOrderFormConte {
  margin: 25px 0 0;
}

.historyOrderSelectBx {
  margin: 5px 0 0;
}

.historyOrderSelectBx:nth-of-type(n + 2) {
  margin: 5px 0 0;
}

.historyOrderSelectBx label {
  font-size: 14px;
  width: 100%;
  max-width: 100%;
}

.historyOrderSelectBx select {
  width: 100%;
  max-width: 100%;
  border: 1px solid #D6D6D6;
  font-size: 15px;
}

.historyOrderBtnBx {
  margin: 25px 0 0;
}

.historyOrderBtn01 {
  padding: 5.5px 2% 4.5px;
  font-size: 12px;
  color: #FFF;
  font-weight: 500;
  -webkit-transition: 0.3s ease-in;
  transition: 0.3s ease-in;
  cursor: pointer;
  border-color: #FF8000;
  background: #FF8000;
}

.historyOrderBtn01:hover {
  color: #FFF;
  background-color: #fda64c;
  border-color: #FF8000;
  -webkit-transition: 0.3s ease-in;
  transition: 0.3s ease-in;
}

@media screen and (max-width: 768px) {
  .historyOrderBtn01 {
    margin: 0 auto;
  }
}

/* ---------------------------------------- */
/* カート */
/* ---------------------------------------- */
.Cart .historyOrderFormConte {
  margin: 0;
}

.Cart .historyOrderInfo {
  padding: 20px 20px;
}

.Cart .hisotryImgBx01 {
  width: 140px;
  padding: 0 0 26.7%;
}

.Cart .historyItemTit {
  margin: 0;
}

.Cart .memberMainConte01 {
  margin: 15px 0 0;
  padding: 0 15px;
}

.Cart .historyWrap {
  margin: 20px auto 0;
  padding: 0 15px;
}

@media screen and (max-width: 768px) {
  .Cart .historyWrap {
    padding: 0;
  }
}

@media screen and (max-width: 1024px) {
  .Cart .hisotryImgBx01 {
    width: 80px;
  }
}

@media screen and (max-width: 768px) {
  .Cart .hisotryImgBx01 {
    width: 130px;
  }
}

@media screen and (max-width: 576px) {
  .Cart .hisotryImgBx01 {
    width: 60px;
  }
}

.cartSec {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

@media screen and (max-width: 768px) {
  .cartSec {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
}

.cartSec:nth-of-type(n + 2) {
  margin: 30px 0 0;
  padding: 30px 0 0;
  border-top: 1px dashed #FBCD9E;
}

.cartSec .cartCalcBtnBx {
  text-align: right;
}

.cartSec .cartCalcBtn {
  margin: 8px 0 0;
  padding: 0 0 0 20px;
  font-size: 12px;
  color: #4B4B4B;
  cursor: pointer;
  text-decoration: underline;
  background-image: url(../img/button_icon_reload.svg);
  background-position: left center;
  background-repeat: no-repeat;
  background-size: 12px;
}

.cartSec .cartCalcBtn:hover {
  text-decoration: none;
}

.cartSec .historyBtnRow02 {
  margin: 20px -5px 0;
}

@media screen and (max-width: 576px) {
  .cartSec .historyBtnRow02 {
    margin: 10px 0 0;
  }
}

@media screen and (max-width: 576px) {
  .cartSec .historyBtnRow02 form {
    margin: 10px 0 0 auto;
  }
}

.cartPrice {
  margin: 15px auto 0;
  padding: 10px 0 0;
  border-top: 1px solid #FBCD9E;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.cartPriceTxt01 {
  font-size: 12px;
}

.cartPriceTxt02 {
  font-size: 14px;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  text-align: right;
}

.cartDeliveryTxt01 {
  margin: 10px 0 0;
  font-size: 12px;
}

.cartDeliveryTxt01 dl {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.cartDeliveryTxt01 dd {
  -webkit-box-flex: 2;
      -ms-flex: 2;
          flex: 2;
}

.cartDet {
  margin: 30px -15px 0;
  background: #FFF4E8;
  border-radius: 0 0 5px 5px;
}

.cartDetArea {
  margin: 0 auto;
  padding: 30px 15px;
  max-width: 750px;
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

@media screen and (max-width: 768px) {
  .cartDetArea {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
}

@media screen and (max-width: 576px) {
  .cartDetArea {
    padding: 15px 15px;
  }
}

.cartDetConte01 {
  width: 145px;
}

@media screen and (max-width: 768px) {
  .cartDetConte01 {
    width: 40%;
  }
}

@media screen and (max-width: 576px) {
  .cartDetConte01 {
    width: 100%;
  }
}

.cartDetBx01 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.cartDetBx01:nth-of-type(n + 2) {
  margin: 10px 0 0;
}

.cartDetTxt02 {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  font-size: 14px;
  font-weight: 700;
  color: #0E0E0E;
  text-align: right;
}

.cartDetTxt01 {
  font-size: 12px;
  color: #0E0E0E;
}

.cartDetConte03 {
  width: 180px;
}

@media screen and (max-width: 768px) {
  .cartDetConte03 {
    margin: 20px auto 0;
  }
}

.cartDetConte02 {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}

@media screen and (max-width: 768px) {
  .cartDetConte02 {
    -webkit-box-flex: 1;
        -ms-flex: auto;
            flex: auto;
    width: 60%;
  }
}

@media screen and (max-width: 576px) {
  .cartDetConte02 {
    width: 100%;
  }
}

.cartDetBx02 {
  margin: 0 auto;
  padding: 10px 0 0;
  max-width: 220px;
  border-top: 1px solid #FBCD9E;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

@media screen and (max-width: 768px) {
  .cartDetBx02 {
    margin: 0 0 0 auto;
    max-width: 80%;
  }
}

@media screen and (max-width: 576px) {
  .cartDetBx02 {
    margin: 10px 0 0;
    max-width: 100%;
  }
}

.cartDetTxt03 {
  font-size: 14px;
  color: #0E0E0E;
}

.cartDetTxt04 {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  font-size: 16px;
  font-weight: 700;
  text-align: right;
  color: #0E0E0E;
}

.cartDetBx03 .ecBtn01 {
  padding: 11px 2% 9px;
  font-size: 12px;
  color: #FFF;
  font-weight: 700;
  -webkit-transition: 0.3s ease-in;
  transition: 0.3s ease-in;
  cursor: pointer;
  border-color: #FF8000;
  background: #FF8000;
}

.cartDetBx03 .ecBtn01:hover {
  color: #FFF;
  background-color: #fda64c;
  border-color: #FF8000;
  -webkit-transition: 0.3s ease-in;
  transition: 0.3s ease-in;
}

.cartDetBx03 .ecBtn01 span {
  margin: 0;
}

.cartShopName {
  padding: 4px 0 0 33px;
  font-size: 16px;
  font-weight: 500;
  color: #0E0E0E;
  background-image: url(../img/button_icon_shop.svg);
  background-position: left center;
  background-repeat: no-repeat;
  background-size: 25px;
}

.cartBlock:nth-of-type(n + 2) {
  margin: 50px 0 0;
}
/*# sourceMappingURL=ec-member.css.map */