/*
 * Mixin for placeholder
 * @include placeholderColor(#00ff00);
 */
.u-box-main {
  border-radius: 10px;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  padding: 25px 15px;
}

@media print, screen and (min-width: 768px) {
  .u-box-main {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-justify-content: space-between;
        -ms-flex-pack: justify;
            justify-content: space-between;
    padding: 20px 70px;
  }
}

.u-box-main .main-catch {
  color: #fff;
  font-size: 24px;
  font-size: 2.4rem;
  font-weight: bold;
  text-align: center;
}

@media print, screen and (min-width: 768px) {
  .u-box-main .main-catch {
    font-size: 3.6rem;
    text-align: left;
    line-height: 1.75;
  }
}

.u-box-main.thailand {
  background-image: url(../../images/mypage/bg_main_thailand.jpg);
}

.u-list-btn {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 5px;
}

@media print, screen and (min-width: 768px) {
  .u-list-btn {
    margin-top: 7px;
  }
}

.u-list-btn .btn-item + .btn-item {
  margin-left: 10px;
}

.u-list-goals {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  margin: -10px -5px 0;
}

.u-list-goals .goals-item {
  padding: 0 5px;
  margin-top: 10px;
}

.u-list-goals .goals-item .item-txt {
  background-color: #e5ecee;
  font-weight: 500;
  border-radius: 5px;
  padding: 5px 15px 7px;
  font-size: 12px;
  font-size: 1.2rem;
}

@media print, screen and (min-width: 768px) {
  .u-list-goals .goals-item .item-txt {
    font-size: 1.4rem;
  }
}

.u-box-graph {
  position: relative;
  display: inline-block;
}

.u-box-graph .graph-line {
  position: relative;
  width: 180px;
  height: 180px;
}

@media print, screen and (min-width: 768px) {
  .u-box-graph .graph-line {
    width: 210px;
    height: 210px;
  }
}

.u-box-graph .graph-line .line-total {
  display: block;
  width: 100%;
  height: 100%;
  border-radius: 50%;
  border: solid 6px #e5ecee;
}

@media print, screen and (min-width: 768px) {
  .u-box-graph .graph-line .line-total {
    border-width: 8px;
  }
}

.u-box-graph .graph-line .line-current {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  width: 100%;
  height: 100%;
}

.u-box-graph .graph-line .line-current svg {
  width: 100%;
  height: 100%;
}

.u-box-graph .graph-line .line-current svg path {
  stroke-linecap: round;
  stroke: transparent;
}

.ready .u-box-graph .graph-line .line-current svg path {
  stroke: #ffa600;
}

.u-box-graph .graph-inner {
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;
  margin: auto;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.u-box-graph .graph-inner .graph-ttl {
  font-weight: bold;
  font-size: 12px;
  font-size: 1.2rem;
}

@media print, screen and (min-width: 768px) {
  .u-box-graph .graph-inner .graph-ttl {
    font-size: 1.8rem;
  }
}

.u-box-graph .graph-inner .graph-current {
  font-weight: bold;
  line-height: 1.25;
  font-family: 'Oswald', sans-serif;
  font-size: 12px;
  font-size: 1.2rem;
  color: #ffa600;
}

@media print, screen and (min-width: 768px) {
  .u-box-graph .graph-inner .graph-current {
    font-size: 1.6rem;
  }
}

.u-box-graph .graph-inner .graph-current span {
  margin-right: 5px;
  font-size: 36px;
  font-size: 3.6rem;
}

@media print, screen and (min-width: 768px) {
  .u-box-graph .graph-inner .graph-current span {
    font-size: 4.8rem;
  }
}

.u-box-graph .graph-inner .graph-goal {
  font-weight: bold;
  position: relative;
  color: #7a838e;
  padding-left: 17px;
  font-size: 12px;
  font-size: 1.2rem;
  font-family: 'Oswald', sans-serif;
}

@media print, screen and (min-width: 768px) {
  .u-box-graph .graph-inner .graph-goal {
    padding-left: 25px;
    margin-top: 5px;
    font-size: 1.6rem;
  }
}

.u-box-graph .graph-inner .graph-goal:before {
  position: absolute;
  content: '';
  top: 0.3em;
  left: 0;
  bottom: 0;
  width: 12px;
  height: 12px;
  margin: auto;
  background: url(../../svg/i_goal.svg?c=ffa600) center no-repeat;
  background-size: 100% auto;
}

@media print, screen and (min-width: 768px) {
  .u-box-graph .graph-inner .graph-goal:before {
    width: 16px;
    height: 16px;
  }
}

.u-box-graph .graph-inner .graph-goal span {
  margin-left: 3px;
}

@media print, screen and (min-width: 768px) {
  .u-box-graph .graph-inner .graph-goal span {
    margin-left: 5px;
  }
}

.u-box-graph.graph-main {
  margin-top: 25px;
  display: block;
}

@media print, screen and (min-width: 768px) {
  .u-box-graph.graph-main {
    margin-top: 0;
    display: inline-block;
  }
}

.u-box-graph.graph-main .graph-line {
  width: 230px;
  height: 230px;
  margin: 0 auto;
}

@media print, screen and (min-width: 768px) {
  .u-box-graph.graph-main .graph-line {
    width: 250px;
    height: 250px;
  }
}

.u-box-graph.graph-main .graph-line .line-total {
  border-color: rgba(255, 255, 255, 0.3);
}

@media print, screen and (min-width: 768px) {
  .u-box-graph.graph-main .graph-line .line-current svg path {
    stroke-width: 7px;
  }
}

.ready .u-box-graph.graph-main .graph-line .line-current svg path {
  stroke: #fff;
}

.u-box-graph.graph-main .graph-inner .graph-ttl {
  color: #fff;
  position: relative;
  font-size: 16px;
  font-size: 1.6rem;
  padding-left: 15px;
}

@media print, screen and (min-width: 768px) {
  .u-box-graph.graph-main .graph-inner .graph-ttl {
    padding-left: 18px;
    font-size: 1.8rem;
  }
}

.u-box-graph.graph-main .graph-inner .graph-ttl:before {
  position: absolute;
  content: '';
  top: 0.2em;
  left: 0;
  bottom: 0;
  margin: auto;
  background: url(../../svg/i_pin.svg) center no-repeat;
  background-size: 100% auto;
  width: 11.5px;
  height: 15px;
}

@media print, screen and (min-width: 768px) {
  .u-box-graph.graph-main .graph-inner .graph-ttl:before {
    width: 13px;
    height: 17px;
  }
}

.u-box-graph.graph-main .graph-inner .graph-current {
  color: #fff;
  font-size: 14px;
  font-size: 1.4rem;
}

@media print, screen and (min-width: 768px) {
  .u-box-graph.graph-main .graph-inner .graph-current {
    font-size: 1.6rem;
  }
}

.u-box-graph.graph-main .graph-inner .graph-current span {
  font-size: 36px;
  font-size: 3.6rem;
}

@media print, screen and (min-width: 768px) {
  .u-box-graph.graph-main .graph-inner .graph-current span {
    font-size: 4.8rem;
  }
}

.u-box-graph.graph-main .graph-inner .graph-goal {
  color: #fff;
  font-size: 14px;
  font-size: 1.4rem;
  padding-left: 20px;
  margin-top: 15px;
}

@media print, screen and (min-width: 768px) {
  .u-box-graph.graph-main .graph-inner .graph-goal {
    padding-left: 25px;
  }
}

.u-box-graph.graph-main .graph-inner .graph-goal:before {
  background-image: url(../../svg/i_goal.svg?c=fff);
  width: 15px;
  height: 15px;
}

.u-list-kind .kind-item {
  border-bottom: solid 1px #e5e5e5;
}

.u-list-kind .kind-item .item-inner {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-align-items: flex-start;
      -ms-flex-align: start;
          align-items: flex-start;
  position: relative;
  padding: 15px 0 20px;
  line-height: 1.0;
}

@media print, screen and (min-width: 768px) {
  .u-list-kind .kind-item .item-inner {
    padding-bottom: 15px;
  }
}

.u-list-kind .kind-item .item-inner .item-ttl {
  font-weight: bold;
  margin: 5px auto 0 0;
  position: relative;
  padding-left: 75px;
}

@media print, screen and (min-width: 768px) {
  .u-list-kind .kind-item .item-inner .item-ttl {
    padding-left: 110px;
    font-size: 1.8rem;
  }
}

.u-list-kind .kind-item .item-inner .item-ttl:before {
  position: absolute;
  content: '';
  top: 0;
  bottom: 0;
  left: 0;
  margin: auto;
  background: url(../../images/mypage/p_run.png) center no-repeat;
  width: 65px;
  height: 54px;
  background-size: 100% auto;
}

@media print, screen and (min-width: 768px) {
  .u-list-kind .kind-item .item-inner .item-ttl:before {
    width: 86px;
    height: 72px;
  }
}

.u-list-kind .kind-item .item-inner .item-goal {
  font-weight: bold;
  color: #ffa600;
  font-family: 'Oswald', sans-serif;
}

.u-list-kind .kind-item .item-inner .item-goal span {
  font-size: 36px;
  font-size: 3.6rem;
}

@media print, screen and (min-width: 768px) {
  .u-list-kind .kind-item .item-inner .item-goal span {
    font-size: 4.8rem;
  }
}

@media print, screen and (min-width: 768px) {
  .u-box-goals {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
  }
}

@media print, screen and (min-width: 1025px) {
  .u-box-goals .goals-item {
    width: calc(100% - 496px);
  }
}

@media screen and (min-width: 768px) and (max-width: 1024px) {
  .u-box-goals .goals-item {
    width: calc(100% - 250px);
  }
}

.u-box-goals .goals-item + .goals-item {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-top: 15px;
}

@media print, screen and (min-width: 768px) {
  .u-box-goals .goals-item + .goals-item {
    margin-top: 0;
    width: 446px;
    margin-left: 50px;
  }
}

@media screen and (min-width: 768px) and (max-width: 1024px) {
  .u-box-goals .goals-item + .goals-item {
    width: 250px;
  }
}

.u-list-log {
  max-height: 250px;
  overflow-y: auto;
  padding-right: 20px;
}

@media print, screen and (min-width: 768px) {
  .u-list-log {
    padding-right: 35px;
    max-height: 280px;
  }
}

.u-list-log::-webkit-scrollbar {
  width: 6px;
}

.u-list-log::-webkit-scrollbar-track {
  border-radius: 3px;
  background-color: #e5ecee;
}

.u-list-log::-webkit-scrollbar-thumb {
  border-radius: 3px;
  background-color: #7a838e;
}

.u-list-log .log-item {
  font-size: 12px;
  font-size: 1.2rem;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  padding-right: 40px;
  position: relative;
  margin-bottom: 15px;
}

@media print, screen and (min-width: 768px) {
  .u-list-log .log-item {
    font-size: 1.4rem;
    padding-right: 50px;
  }
}

.u-list-log .log-item .item-date {
  margin-right: 7px;
}

@media print, screen and (min-width: 768px) {
  .u-list-log .log-item .item-date {
    margin-right: 20px;
  }
}

.u-list-log .log-item .item-cat {
  background-color: #f1f2f3;
  border-radius: 5px;
  padding: 6px;
  min-width: 100px;
  text-align: center;
  margin-right: 13px;
  font-weight: 500;
}

@media print, screen and (min-width: 768px) {
  .u-list-log .log-item .item-cat {
    padding: 5px;
    min-width: 107px;
    margin-right: 20px;
  }
}

.u-list-log .log-item .item-distance {
  color: #e35852;
  font-size: 15px;
  font-size: 1.5rem;
  font-weight: bold;
  font-family: 'Oswald', sans-serif;
}

@media print, screen and (min-width: 768px) {
  .u-list-log .log-item .item-distance {
    font-size: 1.8rem;
  }
}

.u-list-log .log-item .item-distance span {
  font-size: 24px;
  font-size: 2.4rem;
}

@media print, screen and (min-width: 768px) {
  .u-list-log .log-item .item-distance span {
    font-size: 2.8rem;
  }
}

.u-list-log .log-item .item-txt {
  width: 100%;
  color: #7a838e;
  margin-top: 5px;
}

.u-list-log .log-item .item-edit {
  position: absolute;
  bottom: 0;
  right: 0;
  margin: auto;
}

.u-list-log .log-item + .log-item {
  padding-top: 15px;
  border-top: solid 1px #dee0e3;
}

.u-box-profile {
  border-radius: 10px;
  background-color: #fff;
  box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.1);
  margin-top: 20px;
  padding: 15px 55px 15px 15px;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  position: relative;
}

@media print, screen and (min-width: 768px) {
  .u-box-profile {
    padding: 30px 75px 30px 30px;
    margin-top: 30px;
  }
}

.u-box-profile .profile-img {
  border-radius: 50%;
  overflow: hidden;
}

.u-box-profile .profile-img img {
  width: 75px;
}

@media print, screen and (min-width: 768px) {
  .u-box-profile .profile-img img {
    width: 100px;
  }
}

.u-box-profile .profile-name {
  font-weight: bold;
  margin-left: 17px;
  width: calc(100% - 75px);
  font-size: 18px;
  font-size: 1.8rem;
}

@media print, screen and (min-width: 768px) {
  .u-box-profile .profile-name {
    width: calc(100% - 100px);
    font-size: 2.2rem;
    margin-left: 20px;
  }
}

.u-box-profile .profile-btn {
  position: absolute;
  right: 15px;
  bottom: 12px;
}

@media print, screen and (min-width: 768px) {
  .u-box-profile .profile-btn {
    right: 20px;
    bottom: 20px;
  }
}

.m-box-frame .frame-top.top-has-btn {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
}

.u-list-ranking .ranking-item .item-inner {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}

.u-list-ranking .ranking-item .item-inner .item-icon img {
  width: 33px;
}

.u-list-ranking .ranking-item .item-inner .item-img {
  text-align: center;
  margin-left: 12px;
}

@media print, screen and (min-width: 768px) {
  .u-list-ranking .ranking-item .item-inner .item-img {
    margin-left: 18px;
  }
}

.u-list-ranking .ranking-item .item-inner .item-img img {
  width: 75px;
  border: solid 4px #ffc850;
  border-radius: 50%;
}

@media print, screen and (min-width: 768px) {
  .u-list-ranking .ranking-item .item-inner .item-img img {
    width: 64px;
  }
}

.u-list-ranking .ranking-item .item-inner .item-wrap {
  margin-left: 12px;
}

@media print, screen and (min-width: 768px) {
  .u-list-ranking .ranking-item .item-inner .item-wrap {
    margin-left: 18px;
  }
}

.u-list-ranking .ranking-item .item-inner .item-wrap .item-name {
  color: #7a838e;
  font-weight: 500;
  font-size: 12px;
  font-size: 1.2rem;
}

@media print, screen and (min-width: 768px) {
  .u-list-ranking .ranking-item .item-inner .item-wrap .item-name {
    font-size: 1.4rem;
  }
}

.u-list-ranking .ranking-item .item-inner .item-wrap .item-score {
  color: #e35852;
  font-weight: bold;
  font-family: 'Oswald', sans-serif;
  font-size: 15px;
  font-size: 1.5rem;
}

@media print, screen and (min-width: 768px) {
  .u-list-ranking .ranking-item .item-inner .item-wrap .item-score {
    font-size: 1.6rem;
  }
}

.u-list-ranking .ranking-item .item-inner .item-wrap .item-score span {
  font-size: 24px;
  font-size: 2.4rem;
}

.u-list-ranking .ranking-item + .ranking-item {
  padding-top: 15px;
  margin-top: 15px;
  border-top: solid 1px #dee0e3;
}

.u-list-ranking .ranking-item:nth-child(2) .item-inner .item-img img {
  border-color: #bcbcbc;
}

.u-list-ranking .ranking-item:nth-child(3) .item-inner .item-img img {
  border-color: #d1993f;
}
