.p-mypage {
  padding: 139px 0 106px;
}
@media screen and (max-width: 749px) {
  .p-mypage {
    padding: 77px 0 63px;
  }
}

.p-mypage__result {
  width: 77.15%;
  max-width: 1200px;
  margin: 0 auto;
  transform: translateY(20px);
  opacity: 0;
  transition: transform 0.5s var(--ease-bound), opacity 0.6s var(--ease-main);
}
.is-load .p-mypage__result {
  transform: translateY(0);
  opacity: 1;
}
@media screen and (max-width: 749px) {
  .p-mypage__result {
    width: 89.15%;
  }
}
.p-mypage__result-lead {
  text-align: center;
  font-size: 1.9rem;
  font-weight: 700;
  line-height: 2.1;
  position: relative;
  transform: translateY(20px);
  opacity: 0;
  transition: transform 0.5s var(--ease-main) 0.3s, opacity 0.6s var(--ease-main) 0.3s;
}
.is-load .p-mypage__result-lead {
  transform: translateY(0);
  opacity: 1;
}
@media screen and (max-width: 749px) {
  .p-mypage__result-lead {
    font-size: 1.2rem;
    line-height: 1.9;
  }
}
.p-mypage__result-title {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  position: absolute;
  left: 50%;
  top: -47px;
  z-index: 1;
  margin: 0 auto;
  transform: translate(-50%, calc(-100% + 20px));
  opacity: 0;
  transition: transform 0.5s var(--ease-bound) 0.1s, opacity 0.6s var(--ease-main) 0.1s;
}
.is-load .p-mypage__result-title {
  transform: translate(-50%, -100%);
  opacity: 1;
}
@media screen and (max-width: 749px) {
  .p-mypage__result-title {
    top: -26px;
  }
}
.p-mypage__result-title::before, .p-mypage__result-title::after {
  content: "";
  display: block;
  width: 18px;
  height: 37px;
  position: absolute;
  top: 94%;
  transform: translateY(-50%);
  background: url(../img/deco_slash.png) no-repeat center/contain;
}
@media screen and (max-width: 749px) {
  .p-mypage__result-title::before, .p-mypage__result-title::after {
    width: 11px;
    height: 18px;
  }
}
.p-mypage__result-title::before {
  left: -30px;
}
@media screen and (max-width: 749px) {
  .p-mypage__result-title::before {
    left: -16px;
  }
}
.p-mypage__result-title::after {
  transform: translateY(-50%) rotateY(180deg);
  right: -30px;
}
@media screen and (max-width: 749px) {
  .p-mypage__result-title::after {
    right: -16px;
  }
}
.p-mypage__result-title-text {
  text-align: center;
  font-size: 2.8rem;
  font-weight: 700;
  color: var(--color-orange01);
}
@media screen and (max-width: 749px) {
  .p-mypage__result-title-text {
    font-size: 1.9rem;
  }
}
.p-mypage__result-inner {
  padding: 77px 0 20px;
  position: relative;
}
@media screen and (max-width: 749px) {
  .p-mypage__result-inner {
    padding: 40px 0 17px;
  }
}
.p-mypage__result-num {
  width: 126px;
  position: absolute;
  top: 0;
  left: 50%;
  transform: translate(-50%, -25%);
  z-index: 1;
}
@media screen and (max-width: 749px) {
  .p-mypage__result-num {
    width: 64px;
    transform: translate(-50%, -30%);
  }
}
.p-mypage__result-num-bg {
  width: 100%;
  opacity: 0;
  transform: rotate(80deg) scale(1.1);
  transition: transform 0.8s var(--ease-bound) 0.2s, opacity 0.6s var(--ease-main) 0.2s;
}
.is-load .p-mypage__result-num-bg {
  transform: rotate(0deg);
  opacity: 1;
}
.p-mypage__result-num-bg img {
  width: 100%;
}
.p-mypage__result-num-text {
  font-size: 6.2rem;
  color: var(--color-white);
  font-weight: 700;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 1;
}
@media screen and (max-width: 749px) {
  .p-mypage__result-num-text {
    font-size: 3rem;
  }
}
.p-mypage__result-caution {
  margin-top: 13px;
  font-size: 1.5rem;
  text-align: center;
  position: relative;
  transform: translateY(20px);
  opacity: 0;
  transition: transform 0.5s var(--ease-main) 0.3s, opacity 0.6s var(--ease-main) 0.3s;
}
.is-load .p-mypage__result-caution {
  transform: translateY(0);
  opacity: 1;
}
@media screen and (max-width: 749px) {
  .p-mypage__result-caution {
    margin-top: 9px;
    font-size: 1rem;
  }
}
.p-mypage__result-date {
  display: flex;
  width: 360px;
  margin: 28px auto 0;
  position: relative;
  overflow: hidden;
  border-radius: 10px;
  border: 2px solid var(--color-brown);
  transform: translateY(20px);
  opacity: 0;
  transition: transform 0.5s var(--ease-main) 0.3s, opacity 0.6s var(--ease-main) 0.3s;
}
.is-load .p-mypage__result-date {
  transform: translateY(0);
  opacity: 1;
}
@media screen and (max-width: 749px) {
  .p-mypage__result-date {
    width: 217px;
    max-width: 100%;
    margin: 20px auto 0;
    position: relative;
    border-radius: 5px;
    border: 1px solid var(--color-brown);
  }
}
.p-mypage__result-date .p-in-head {
  width: 150px;
  padding: 8px 15px;
  font-size: 2rem;
  color: var(--color-white);
  background-color: var(--color-brown);
}
@media screen and (max-width: 749px) {
  .p-mypage__result-date .p-in-head {
    width: 88px;
    padding: 5px 8px;
    font-size: 1.2rem;
  }
}
.p-mypage__result-date .p-in-text {
  flex: 1;
  padding: 0 14px;
  width: 100%;
  display: grid;
  align-items: center;
  font-size: 2.1rem;
  font-weight: 700;
}
@media screen and (max-width: 749px) {
  .p-mypage__result-date .p-in-text {
    padding: 0 9px;
    font-size: 1.3rem;
  }
}
.p-mypage__result-link {
  width: 340px;
  margin: 40px auto 0;
  transform: translateY(20px);
  opacity: 0;
  transition: transform 0.5s var(--ease-main) 0.3s, opacity 0.6s var(--ease-main) 0.3s;
}
.is-load .p-mypage__result-link {
  transform: translateY(0);
  opacity: 1;
}
@media screen and (max-width: 749px) {
  .p-mypage__result-link {
    width: 190px;
    margin: 25px auto 0;
  }
}
.p-mypage__result-link-item-text {
  font-size: 2rem;
}
@media screen and (max-width: 749px) {
  .p-mypage__result-link-item-text {
    font-size: 1.3rem;
  }
}
.p-mypage__result-link-item-arrow {
  width: 14px;
  height: 14px;
}

.p-mypage__lot {
  width: 77.15%;
  max-width: 1200px;
  margin: 75px auto 0;
  transform: translateY(20px);
  opacity: 0;
  transition: transform 0.5s var(--ease-bound) 0.1s, opacity 0.6s var(--ease-main) 0.1s;
}
.is-load .p-mypage__lot {
  transform: translateY(0);
  opacity: 1;
}
@media screen and (max-width: 749px) {
  .p-mypage__lot {
    width: 89.15%;
    margin: 20px auto 0;
  }
}
.p-mypage__lot-inner {
  padding: 17px 0;
}
@media screen and (max-width: 749px) {
  .p-mypage__lot-inner {
    padding: 13px 0;
  }
}
.p-mypage__lot-contents {
  width: 87.8%;
  margin: 0 auto;
  position: relative;
}
@media screen and (max-width: 749px) {
  .p-mypage__lot-contents {
    width: 84.8%;
  }
}
.p-mypage__lot-contents-title {
  margin-bottom: 43px;
  padding-bottom: 43px;
  font-size: 2.6rem;
  font-weight: 900;
  text-align: center;
  position: relative;
  transform: translateY(20px);
  opacity: 0;
  transition: transform 0.5s var(--ease-main) 0.2s, opacity 0.6s var(--ease-main) 0.2s;
}
.is-load .p-mypage__lot-contents-title {
  transform: translateY(0);
  opacity: 1;
}
@media screen and (max-width: 749px) {
  .p-mypage__lot-contents-title {
    margin-bottom: 20px;
    padding-bottom: 28px;
    font-size: 1.4rem;
  }
}
.p-mypage__lot-contents-title::after {
  content: "";
  display: block;
  width: 100%;
  height: 4px;
  background-image: radial-gradient(circle, currentColor 2px, transparent 2px);
  background-size: 10px 4px;
  background-repeat: repeat-x;
  background-position: left center;
  position: absolute;
  left: 0;
  bottom: 0;
}
@media screen and (max-width: 749px) {
  .p-mypage__lot-contents-title::after {
    height: 2px;
    background-image: radial-gradient(circle, currentColor 1px, transparent 1px);
    background-size: 6px 2px;
  }
}
.p-mypage__lot-contents-list {
  display: flex;
  flex-wrap: wrap;
  gap: 23px 30px;
  transform: translateY(20px);
  opacity: 0;
  transition: transform 0.5s var(--ease-main) 0.3s, opacity 0.6s var(--ease-main) 0.3s;
}
.is-load .p-mypage__lot-contents-list {
  transform: translateY(0);
  opacity: 1;
}
@media screen and (max-width: 749px) {
  .p-mypage__lot-contents-list {
    display: block;
  }
}
.p-mypage__lot-contents-item {
  width: calc(50% - 15px);
  overflow: hidden;
  cursor: pointer;
}
.p-mypage__lot-contents-item img {
  width: 100%;
  transition: transform 0.6s var(--ease-bound);
}
@media (hover: hover) {
  .p-mypage__lot-contents-item:hover img {
    transform: scale(1.03);
  }
}
@media screen and (max-width: 749px) {
  .p-mypage__lot-contents-item {
    width: 100%;
  }
  .p-mypage__lot-contents-item + .p-mypage__lot-contents-item {
    margin-top: 12px;
  }
}

.p-mypage__link {
  margin-top: 60px;
  position: relative;
  transform: translateY(10px);
  opacity: 0;
  transition: transform 0.5s var(--ease-bound) 0.3s, opacity 0.6s var(--ease-main) 0.3s;
}
@media screen and (max-width: 749px) {
  .p-mypage__link {
    margin-top: 20px;
  }
}
.is-load .p-mypage__link {
  transform: translateY(0);
  opacity: 1;
}
.p-mypage__link-item {
  display: flex;
  align-items: center;
  gap: 12px;
  width: 100%;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin: 15px auto 0;
  border: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  padding: 0;
  cursor: pointer;
}
@media (hover: hover) {
  .p-mypage__link-item:hover {
    color: var(--color-orange01);
  }
  .p-mypage__link-item:hover .p-mypage__link-item-text {
    color: var(--color-orange01);
  }
  .p-mypage__link-item:hover .p-mypage__link-item-icon svg {
    fill: var(--color-orange01);
  }
}
@media screen and (max-width: 749px) {
  .p-mypage__link-item {
    margin-top: 10px;
  }
}
.p-mypage__link-item-text {
  display: block;
  font-size: 1.7rem;
  letter-spacing: -0.04em;
  font-weight: 700;
  font-family: var(--font-family);
  color: var(--color-brown);
  transition: color 0.5s var(--ease-main);
}
@media screen and (max-width: 749px) {
  .p-mypage__link-item-text {
    font-size: 1.3rem;
  }
}
.p-mypage__link-item-icon {
  display: block;
  width: 12px;
  height: 12px;
}
@media screen and (max-width: 749px) {
  .p-mypage__link-item-icon {
    width: 5px;
    height: 8px;
  }
}
.p-mypage__link-item-icon svg {
  display: block;
  width: 100%;
  height: 100%;
  fill: var(--color-brown);
  transition: fill 0.5s var(--ease-main);
}

.p-mypage__result-link.-end{
  pointer-events: none;
  width: 360px;
}
.p-mypage__result-link.-end .c-link.--brown{
  background: #aaa;
}
@media screen and (max-width: 749px) {
  .p-mypage__result-link.-end {
    width: 240px;
  }
}