@charset "UTF-8";
/*  letter-spacing: tracking(140); */
/*  @include l_h(14, 16.8);*/
.mypage_menu_wrap {
  margin-bottom: 49px;
  height: 100px;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #fff;
}
.mypage_menu_wrap .inner {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 228px;
}
.mypage_menu_wrap .mypage_menu {
  font-weight: 700;
  font-size: 20px;
  line-height: 100%;
  text-decoration: underline;
  text-underline-offset: 3px;
  text-decoration-thickness: 1px;
  cursor: pointer;
}
.mypage_menu_wrap .mypage_menu.active, .mypage_menu_wrap .mypage_menu:hover {
  color: #b38c61;
}

.mypage_profile_section {
  display: none;
  margin-bottom: 130px;
}
.mypage_profile_section.active {
  display: block;
}
.mypage_profile_section .button_div {
  margin-top: 50px;
}
.mypage_profile_section .req-text {
  display: none;
}

.mypage_order_section {
  display: none;
}
.mypage_order_section.active {
  display: block;
}
.mypage_order_section .white_order_wrap {
  max-width: 860px;
  border-radius: 8px;
  gap: 30px;
  padding: 30px;
  background-color: #fff;
  box-shadow: 2px 2px 10px 0px rgba(0, 0, 0, 0.15);
  display: flex;
  align-items: center;
  margin-left: auto;
  margin-right: auto;
}
.mypage_order_section .white_order_wrap + .white_order_wrap {
  margin-top: 30px;
}
.mypage_order_section .white_order_wrap .order_meta_flex {
  display: flex;
}
.mypage_order_section .white_order_wrap .order_meta_flex + .order_meta_flex {
  margin-top: 10px;
}
.mypage_order_section .white_order_wrap .order_meta_flex .head {
  min-width: 80px;
  flex-shrink: 0;
  font-weight: 700;
  font-size: 18px;
  line-height: 130%;
}
.mypage_order_section .white_order_wrap .order_meta_flex .txt {
  font-weight: 400;
  font-size: 18px;
  line-height: 120%;
}
.mypage_order_section .white_order_wrap .img_wraps {
  display: flex;
  gap: 20px;
}
.mypage_order_section .white_order_wrap .img_wrap {
  width: 120px;
  height: 120px;
  font-weight: 500;
  font-size: 16px;
  line-height: 100%;
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  display: flex;
  align-items: center;
  justify-content: center;
}
.mypage_order_section .white_order_wrap .img_wrap.yet_img {
  color: #ff0000;
  border: 1px solid #ff0000;
}
.mypage_order_section .white_order_wrap .img_wrap.no_img {
  color: #333333;
  border: 1px solid #333;
}
.mypage_order_section .delivery_situation_wrap {
  margin-left: auto;
  display: flex;
  align-items: center;
  justify-content: flex-end;
}
.mypage_order_section .delivery_situation_wrap span {
  width: 136px;
  height: 48px;
  border-radius: 100px;
  border: 3px solid #ff0000;
  font-weight: 700;
  font-size: 20px;
  line-height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #ff0000;
}

.my_page_pagination {
  margin-top: 70px;
  margin-bottom: 86px;
  gap: 23px;
  display: flex;
  justify-content: center;
  align-items: center;
}
.my_page_pagination > * {
  color: #333;
  font-weight: 400;
  font-size: 21px;
  line-height: 100%;
  width: 49px;
  height: 49px;
  border-radius: 50%;
  background-color: #dddddd;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: all 0.8s ease;
}
.my_page_pagination > *.current, .my_page_pagination > *:hover {
  background-color: #fff;
}

.no_order_p {
  min-height: 70vh;
  display: flex;
  align-items: center;
  justify-content: center;
}

.reset_from_wrap {
  display: flex;
  align-items: center;
  justify-content: center;
}
.reset_from_wrap #wpmem_login {
  width: 100%;
}
.reset_from_wrap .button_div {
  margin-top: 40px;
}
.reset_from_wrap fieldset {
  background-color: #fff;
  box-shadow: 2px 2px 10px 0px rgba(0, 0, 0, 0.15);
  max-width: 600px;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  padding-top: 35px;
  padding-bottom: 35px;
  padding-right: 42px;
  padding-left: 20px;
}
.reset_from_wrap .view_pass_wrap {
  position: relative;
  display: flex;
  align-items: center;
}
.reset_from_wrap .view_pass_wrap input[type=text], .reset_from_wrap .view_pass_wrap input[type=password] {
  padding-right: 40px;
}
.reset_from_wrap .view_pass {
  cursor: pointer;
  position: absolute;
  right: 13px;
  width: 23px;
  height: 13px;
  background: center/cover no-repeat url("../image/common/eye.svg");
}
.reset_from_wrap .view_pass.active {
  filter: invert(1);
}
.reset_from_wrap .reset_white_wrap {
  padding-top: 35px;
  padding-bottom: 35px;
  padding-right: 42px;
  padding-left: 20px;
  text-align: center;
}

/****************************/
/**********タブレット・スモールPC以下************/
/***************************/
/****************************/
/**********タブレット・スモールPC以上************/
/***************************/
@media screen and (min-width: 768px) {
  .reset_from_wrap {
    min-height: calc(100vh - 210px);
  }
  .reset_from_wrap .wpmem-row {
    justify-content: flex-end;
  }
  .reset_from_wrap .wpmem-row input {
    margin-left: 10px;
  }
}
/****************************/
/**********スマホ************/
/***************************/
@media screen and (max-width: 767px) {
  .mypage_menu_wrap .inner {
    gap: 30px;
  }
  .mypage_menu_wrap .mypage_menu {
    font-size: 16px;
  }
  .mypage_order_content {
    padding-left: 20px;
    padding-right: 20px;
  }
  .mypage_order_section .white_order_wrap {
    max-width: 860px;
    border-radius: 8px;
    gap: 0px;
    padding: 10px;
    padding-top: 20px;
    flex-direction: column;
    justify-content: flex-start;
  }
  .mypage_order_section .white_order_wrap .order_meta {
    margin-top: 20px;
  }
  .mypage_order_section .white_order_wrap .order_meta_flex .head {
    min-width: 80px;
    font-size: 15px;
    line-height: 130%;
  }
  .mypage_order_section .white_order_wrap .order_meta_flex .txt {
    font-size: 15px;
  }
  .mypage_order_section .delivery_situation_wrap {
    margin: 20px auto 10px;
    justify-content: center;
  }
  .mypage_order_section .delivery_situation_wrap span {
    width: 150px;
    height: 40px;
    border: 2px solid #ff0000;
    font-size: 15px;
  }
  .my_page_pagination > * {
    font-size: 15px;
    width: 30px;
    height: 30px;
  }
}