/*---------------------------------------
	mypage.scss
---------------------------------------*/
/*---------------------------------------
	_mypage-style.scss
---------------------------------------*/
.mypageNavi {
  display: flex;
  align-items: center;
  margin: 40px 0;
}
.mypageNavi_btn {
  width: 20%;
  font-family: "NotoSansCJKjp-Medium";
}
.mypageNavi_btn a {
  background: #666;
  font-size: 1.4rem;
  letter-spacing: 0.2rem;
  line-height: 2.2rem;
  color: #ccc;
  height: 60px;
}
.mypageNavi_btn.active a {
  background: #202121;
  color: #fff;
}

.mypageLead {
  display: table;
  margin: 0 auto 40px;
  font-size: 1.5rem;
  letter-spacing: 0.15rem;
  line-height: 2.2rem;
  color: #202121;
}

.mypageLogin_contentWrap {
  padding: 50px 0 70px;
  background: #f5f5f5;
}
.mypageLogin_partsWrap {
  width: 50%;
  max-width: 720px;
  margin: auto;
}
.mypageLogin_icon {
  width: 80px;
  margin: auto;
  margin-bottom: 25px;
}
.mypageLogin_inputText.inputText-password {
  margin-top: 0.5vw;
}
.mypageLogin_error {
  color: #be4848;
  font-size: 1.3rem;
  letter-spacing: 0.05rem;
  line-height: 2rem;
  margin-top: 10px;
}
.mypageLogin_mainBtn {
  margin: 15px 0 20px;
}
.mypageLogin_subBtnWrap {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.mypageLogin_subBtnWrap_subBtn {
  width: 49%;
}

.mypageIndex_historyList_item {
  display: flex;
  align-items: center;
  border-top: 1px solid #ccc;
  padding: 15px 2% 15px 0;
}
.mypageIndex_historyList_item:last-child {
  border-bottom: 1px solid #ccc;
}
.mypageIndex_historyList_item_product {
  width: 100%;
  margin-right: 2%;
  border-right: 1px dotted #ccc;
}
.mypageIndex_historyList_item_product_block {
  display: flex;
  align-items: center;
  padding-right: 2.5%;
}
.mypageIndex_historyList_item_product_block ~ .mypageIndex_historyList_item_product_block {
  margin-top: 15px;
  border-top: 1px dotted #ccc;
  padding-top: 15px;
}
.mypageIndex_historyList_item_thumb {
  width: 100px;
  min-width: 100px;
  margin-right: 1.3vw;
  background: #f1f1f1;
  background: linear-gradient(to bottom, #f1f1f1 55%, #d2d2d2 100%);
}
.mypageIndex_historyList_item_main {
  width: 100%;
  max-width: 820px;
  margin-right: auto;
}
.mypageIndex_historyList_item_main_title {
  font-family: "NotoSansCJKjp-Medium";
  font-size: 1.8rem;
  letter-spacing: 0.2rem;
  line-height: 2.2rem;
  color: #202121;
}
.mypageIndex_historyList_item_main_price {
  font-family: "NotoSansCJKjp-Light";
  font-size: 1.4rem;
  letter-spacing: 0.1rem;
  color: #999;
  margin-top: 6px;
}
.mypageIndex_historyList_item_main_price span {
  display: inline-block;
  margin: 0 0.6vw;
  font-size: 1.2rem;
}
.mypageIndex_historyList_item_purcharse {
  white-space: nowrap;
  display: table;
  font-family: "NotoSansCJKjp-Light";
  font-size: 1.4rem;
  letter-spacing: 0.1rem;
  color: #666;
}
.mypageIndex_historyList_item_purcharse_text:not(:first-child) {
  margin-top: 10px;
}
.mypageIndex_historyList_item_btn {
  margin-left: 3%;
  width: 23%;
  min-width: 230px;
  max-width: 460px;
  height: 50px;
}
.mypageIndex_historyList_item_btn a {
  color: #fff;
}

.mypage_changeCompletePage .lowerContentBox_title {
  margin-top: 0;
}

.mypageDelivery_list_item {
  display: flex;
  align-items: center;
  padding: 20px 0 20px 25px;
  border-top: 1px solid #ccc;
}
.mypageDelivery_list_item:last-child {
  border-bottom: 1px solid #ccc;
}
.mypageDelivery_list_item_address {
  width: 50%;
  max-width: 960px;
  font-family: "NotoSansCJKjp-Light";
  font-size: 1.4rem;
  line-height: 2rem;
  letter-spacing: 0.1rem;
  color: #666;
}
.mypageDelivery_list_item_address_text:not(:first-child) {
  margin-top: 10px;
}
.mypageDelivery_list_item_btnWrap {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  margin-left: auto;
  width: 50%;
}
.mypageDelivery_list_item_btn {
  width: 40%;
  max-width: 320px;
  height: 50px;
}
.mypageDelivery_list_item_btn.btn-red {
  margin-right: 15px;
}
.mypageDelivery_addBtn {
  width: 40%;
  max-width: 480px;
  height: 70px;
  margin: 40px auto 0;
}
.mypageDelivery_addLimit {
  color: #be4848;
  display: table;
  margin: 30px auto 0;
  font-size: 1.4rem;
  line-height: 2.0rem;
}

.mypage_withdrawPage .mypageWithdraw_icon,
.mypage_withdrawCompletePage .mypageWithdraw_icon {
  width: 30%;
  max-width: 160px;
  margin: 0 auto;
}
.mypage_withdrawPage .lowerContentBox_btn:not(:first-child),
.mypage_withdrawCompletePage .lowerContentBox_btn:not(:first-child) {
  margin-top: 10px;
}

/*---------------------------------------
	_mypage-style-pc.scss
---------------------------------------*/
@media screen and (min-width: 1024px) {
  .mypageNavi_btn a:hover {
    background: #888;
  }
  .mypageNavi_btn.active a:hover {
    background: #202121;
  }
  .mypageNavi_btn:not(:last-child) a {
    border-right: 1px solid #ccc;
  }

  .mypageIndex_historyList_item_item {
    display: flex;
    align-items: center;
    padding: 15px 0;
    border-top: 1px solid #ccc;
  }
}
/*---------------------------------------
	_mypage-style-mb.scss
---------------------------------------*/
@media screen and (max-width: 1023px) {
  .mypageNavi {
    margin: 4vw 0;
    flex-wrap: wrap;
  }
  .mypageNavi_btn {
    width: 50%;
  }
  .mypageNavi_btn a {
    font-size: 32px;
    font-size: 3.12805vw;
    letter-spacing: 1px;
    letter-spacing: 0.09775vw;
    line-height: 46px;
    line-height: 4.49658vw;
    height: 11vw;
    border-bottom: 1px solid #ccc;
    border-right: 1px solid #ccc;
  }
  .mypageNavi_btn:nth-child(-n+2) a {
    border-top: 1px solid #ccc;
  }
  .mypageNavi_btn:nth-child(odd) a {
    border-left: 1px solid #ccc;
  }

  .mypageLead {
    display: table;
    margin: 0 auto 5vw;
    font-size: 36px;
    font-size: 3.51906vw;
    letter-spacing: 1px;
    letter-spacing: 0.09775vw;
    line-height: 46px;
    line-height: 4.49658vw;
    color: #202121;
  }

  .mypageLogin_contentWrap {
    padding: 4vw 5% 5vw;
  }
  .mypageLogin_partsWrap {
    width: 100%;
    max-width: 100%;
    margin: auto;
  }
  .mypageLogin_icon {
    width: 12.70772238514174vw;
    margin-bottom: 4vw;
  }
  .mypageLogin_inputText.inputText-password {
    margin-top: 1.5vw;
  }
  .mypageLogin_error {
    font-size: 24px;
    font-size: 2.34604vw;
    letter-spacing: 1px;
    letter-spacing: 0.09775vw;
    line-height: 36px;
    line-height: 3.51906vw;
    margin-top: 2vw;
  }
  .mypageLogin_mainBtn {
    margin: 2.5vw 0 3vw;
  }
  .mypageLogin_subBtnWrap_subBtn {
    width: 48.5%;
  }

  .mypageIndex_historyList_item {
    flex-wrap: wrap;
    padding: 3vw 0;
  }
  .mypageIndex_historyList_item_product {
    width: 100%;
    max-width: 100%;
    margin-right: 0;
    border-right: none;
  }
  .mypageIndex_historyList_item_product_block {
    flex-wrap: wrap;
    padding-right: 0;
  }
  .mypageIndex_historyList_item_product_block ~ .mypageIndex_historyList_item_product_block {
    margin-top: 3%;
    border-top: none;
    padding-top: 0;
  }
  .mypageIndex_historyList_item_thumb {
    width: 22vw;
    min-width: 22vw;
    margin-right: 3vw;
  }
  .mypageIndex_historyList_item_main {
    width: 70%;
    max-width: 100%;
  }
  .mypageIndex_historyList_item_main_title {
    font-size: 38px;
    font-size: 3.71457vw;
    letter-spacing: 1px;
    letter-spacing: 0.09775vw;
    line-height: 46px;
    line-height: 4.49658vw;
  }
  .mypageIndex_historyList_item_main_price {
    font-size: 32px;
    font-size: 3.12805vw;
    letter-spacing: 2px;
    letter-spacing: 0.1955vw;
    line-height: 40px;
    line-height: 3.91007vw;
    margin-top: 1.0vw;
  }
  .mypageIndex_historyList_item_main_price span {
    display: inline-block;
    margin: 0 0.6vw;
    font-size: 1.2rem;
  }
  .mypageIndex_historyList_item_purcharse {
    width: 100%;
    margin-left: 0;
    margin-top: 2vw;
    font-size: 28px;
    font-size: 2.73705vw;
    letter-spacing: 1px;
    letter-spacing: 0.09775vw;
    line-height: 32px;
    line-height: 3.12805vw;
  }
  .mypageIndex_historyList_item_purcharse_text:not(:first-child) {
    margin-top: 0.5vw;
  }
  .mypageIndex_historyList_item_btn {
    width: 100%;
    min-width: 100%;
    max-width: 100%;
    height: 12vw;
    margin-top: 2vw;
    margin-left: 0;
  }

  .mypageDelivery_list_item {
    flex-wrap: wrap;
    padding: 4vw 0;
  }
  .mypageDelivery_list_item_address {
    width: 100%;
    max-width: 100%;
    font-size: 28px;
    font-size: 2.73705vw;
    letter-spacing: 1px;
    letter-spacing: 0.09775vw;
    line-height: 36px;
    line-height: 3.51906vw;
  }
  .mypageDelivery_list_item_address_text:not(:first-child) {
    margin-top: 1.4vw;
  }
  .mypageDelivery_list_item_btnWrap {
    justify-content: space-between;
    margin-left: 0;
    margin-top: 4vw;
    width: 100%;
  }
  .mypageDelivery_list_item_btn {
    width: 100%;
    max-width: 100%;
    height: 11vw;
  }
  .mypageDelivery_list_item_btn.btn-red {
    margin-right: 2%;
  }
  .mypageDelivery_addBtn {
    width: 70%;
    max-width: auto;
    height: 16vw;
    margin: 6vw auto 0;
  }
  .mypageDelivery_addLimit {
    margin: 4vw auto 0;
  }
}
