/* マイページ */
.mypage_btn {
  display: block;
  background: #000;
  color: #fff !important;
  margin: 0 auto 15px;
  width: 500px;
  max-width: 100%;
  padding: 12px 0;
  text-align: center;
  border-radius: 50px;
}

.mypage_txt {
  text-align: center;
}

.mypage_sec {
  padding: 0 20px;
  margin-bottom: 25px;
}

.mypage_sec h2 {
  font-size: 22px;
  font-weight: bold;
  margin-bottom: 10px;
  font-family: "Roboto", sans-serif;
  font-weight: 500;
}

.mypage_sec small {
  font-size: 12px;
  font-weight: bold;
  display: block;
  font-family: "Noto Sans Japanese";
}

.mypage_follow_us {
  display: block;
  text-align: center;
  font-size: 14px;
  font-weight: 400;
  margin-top: -15px;
  font-family: "Roboto", sans-serif;
}

.mypage_sec .itemList--3 .itemList__unit {
  width: 31%;
}

.mypage_sec .itemList--3 .itemList__unit:nth-child(2) {
  margin: 0 3.4%;
}

.mypage_sec .itemList--3 .itemList__link {
  display: inline-block;
  padding: 0;
}

.mypage_loggedin_link li img {
  height: 40px;
}

.mypage_user_wrap {
  position: relative;
}
#slider + .mypage_user_wrap .mypage_user_inner {
  position: absolute;
  top: -15px;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  width: 90%;
}
.mypage_user_inner {
  background: #fff;
  display: block;
  margin: auto;
  -webkit-box-shadow: 0 2px 6px 1px rgba(0, 0, 0, 0.2);
  box-shadow: 0 2px 6px 1px rgba(0, 0, 0, 0.2);
  border-radius: 10px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  padding: 15px;
}

.mypage_user_name {
  border-bottom: 1px dashed #000;
}

.mypage_point_wrap {
  margin: 0 0 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.mypage_point_num {
  font-size: 44px;
  display: inline;
  vertical-align: top;
  font-weight: bold;
  margin: 0 4px -3px 30px;
  letter-spacing: 3px;
  font-family: "Lato";
}

.mypage_point_txt {
  margin-top: 14px;
}

.mypage_loggedin_link ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  width: 90%;
  margin: 0 auto;
}

.mypage_loggedin_link ul li {
  width: 110px;
  text-align: center;
}

.mypage_loggedin_link i.material-icons {
  font-size: 48px;
}
.mypage_loggedin_link ul li span {
  display: block;
  font-size: 10px;
  line-height: 1.2;
  margin-top: 5px;
  color: #000000;
}

.mypage_logout_btn {
  margin: 40px auto;
}

.mypage_sec {
  padding: 0 15px;
}
.mypage_sec h2,
.mypage_sec small {
  font-family: "Montserrat", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "游ゴシック", "YuGothic", "メイリオ", "MS PGothic";
  font-weight: 400;
}
.mypage_checked .itemList--3 {
  margin: 0 -10px;
}
.mypage_checked .itemList--3 .itemList__unit {
  width: 33.333333%;
  margin: 0 !important;
  padding: 0 5px !important;
}
.container--mypage {
  width: 500px;
  max-width: 100%;
}
.mypage_user_name {
  margin-bottom: 5px;
  display: inline-block;
  padding-bottom: 5px;
}

.fav_btn {
  display: none !important;
}
ul {
  list-style: none;
}
li {
  list-style: none;
}
