.mypage-content-top {
  background-color: #f4f4f4;
  padding: 4rem 0 0;
}
@media print, screen and (min-width: 768px) {
  .mypage-content-top {
    padding: 6.4rem 0;
  }
}
@media print, screen and (min-width: 768px) {
  .mypage-content-top__row {
    display: grid;
    gap: 2rem;
    grid-template-columns: repeat(2, 1fr);
  }
}

.mypage-content {
  display: grid;
  grid-template-columns: 100%;
}

.mypage-top-info {
  border-radius: 0.4rem;
  background-color: #fff;
  margin-bottom: 3.2rem;
}
@media print, screen and (min-width: 768px) {
  .mypage-top-info {
    margin-bottom: 0;
  }
}
.mypage-top-info__image {
  margin-bottom: 1.6rem;
}
@media print, screen and (min-width: 768px) {
  .mypage-top-info__image {
    margin-bottom: 0;
  }
}
.mypage-top-info__body {
  padding: 1.6rem 1.6rem 2.4rem;
}
@media print, screen and (min-width: 768px) {
  .mypage-top-info__body {
    padding: 3.2rem;
  }
}
.mypage-top-info__no {
  margin-bottom: 1.6rem;
}
.mypage-top-info__name {
  margin-bottom: 1.6rem;
  height: 4.8rem;
  border-radius: 2px;
  background: #126f84;
  align-content: center;
  text-align: center;
  color: #fff;
  font-size: 2rem;
  font-weight: 600;
  display: flex;
  align-items: center;
  justify-content: center;
}
@media print, screen and (min-width: 768px) {
  .mypage-top-info__name {
    font-size: 1.8rem;
  }
}
.mypage-top-info__name-sama {
  font-size: 1.4rem;
  margin-left: 2.4rem;
}
@media print, screen and (min-width: 768px) {
  .mypage-top-info__name-sama {
    font-size: 1.6rem;
  }
}
.mypage-top-info__point {
  display: flex;
  justify-content: space-between;
  padding-bottom: 2.4rem;
  border-bottom: 1px solid #d6d6d6;
  margin-bottom: 1.6rem;
}
.mypage-top-info__point-text2 {
  font-size: 1.2rem;
  margin-top: 0.8rem;
  color: #707070;
  gap: 0.4rem;
  display: flex;
  align-items: center;
}
.mypage-top-info__point-text2 span {
  border-bottom: 1px solid #d6d6d6;
}
.mypage-top-info__point-main {
  color: #f25856;
  font-family: var(--font-secondary);
  font-size: 2.8rem;
}
@media print, screen and (min-width: 768px) {
  .mypage-top-info__point-main {
    font-size: 4rem;
  }
}
.mypage-top-info__point-main span {
  margin-left: 0.5rem;
  font-size: 2rem;
}
@media print, screen and (min-width: 768px) {
  .mypage-top-info__point-main span {
    font-size: 2.4rem;
    margin-left: 0.8rem;
  }
}
.mypage-top-info__rank {
  margin-bottom: 4rem;
}
@media print, screen and (min-width: 768px) {
  .mypage-top-info__rank {
    margin-bottom: 4.8rem;
  }
}
.mypage-top-info__rank-title {
  font-size: 1.2rem;
  margin-bottom: 0.8rem;
}
@media print, screen and (min-width: 768px) {
  .mypage-top-info__rank-title {
    font-size: 1.6rem;
    margin-bottom: 0.4rem;
  }
}
.mypage-top-info__rank-row {
  display: flex;
  justify-content: space-between;
  align-items: end;
}
.mypage-top-info__rank-main {
  font-family: var(--font-serif);
  font-size: 2.4rem;
  font-weight: bold;
  line-height: 3.5rem;
}
@media print, screen and (min-width: 768px) {
  .mypage-top-info__rank-main {
    font-size: 3.2rem;
    line-height: 4.5rem;
  }
}
.mypage-top-info__rank-main span {
  font-size: 1.4rem;
  vertical-align: -0.1rem;
  line-height: 1;
}
@media print, screen and (min-width: 768px) {
  .mypage-top-info__rank-main span {
    font-size: 1.6rem;
  }
}
.mypage-top-info__rank-next {
  font-size: 1.2rem;
  font-weight: 600;
  margin-left: 0.4rem;
  line-height: 1.5;
}
@media print, screen and (min-width: 768px) {
  .mypage-top-info__rank-next {
    margin-left: 1rem;
    font-size: 1.6rem;
  }
}
.mypage-top-info__rank-point {
  font-size: 1.6rem;
  font-family: var(--font-secondary);
  font-weight: 400;
}
@media print, screen and (min-width: 768px) {
  .mypage-top-info__rank-point {
    font-size: 2.4rem;
  }
}
.mypage-top-info__rank-point span {
  font-size: 1.2rem;
  margin-left: 0.4rem;
}
@media print, screen and (min-width: 768px) {
  .mypage-top-info__rank-point span {
    font-size: 1.6rem;
  }
}
@media print, screen and (min-width: 768px) {
  .mypage-top-info__benefits {
    margin-bottom: 2.4rem;
  }
}
.mypage-top-info__benefits-title {
  text-align: center;
  font-weight: 600;
  color: var(--color-primary);
  margin-bottom: 1.6rem;
  cursor: pointer;
}
.mypage-top-info__benefits-title svg {
  display: none;
}
@media (max-width: 767px) {
  .mypage-top-info__benefits-title {
    pointer-events: none;
  }
}
@media print, screen and (min-width: 768px) {
  .mypage-top-info__benefits-title {
    background: #fff4c4;
    position: relative;
    margin-bottom: 0;
    height: 6.4rem;
    align-content: center;
  }
  .mypage-top-info__benefits-title span {
    display: none;
  }
  .mypage-top-info__benefits-title svg {
    display: block;
    width: 1.3rem;
    height: 1.3rem;
    position: absolute;
    inset: 0 2.4rem 0 auto;
    margin: auto;
    transition: 0.4s;
  }
  .mypage-top-info__benefits-title.is-active svg {
    transform: rotate(0.5turn);
  }
}
@media print, screen and (min-width: 768px) {
  .mypage-top-info__benefits-body {
    background: #f4f4f4;
    padding: 2.4rem 1.6rem 3.2rem;
  }
}
.mypage-top-info__benefits-row {
  border-radius: 4px;
  background: #fff;
  border: 1px solid #28485a;
  padding: 0.8rem 0.8rem 0.8rem 1.6rem;
  margin-bottom: 0.8rem;
  display: grid;
  grid-template-columns: 3.7rem 1fr 8.8rem;
  align-items: center;
  min-height: 5.3rem;
  color: #28485a;
}
@media print, screen and (min-width: 768px) {
  .mypage-top-info__benefits-row {
    grid-template-columns: 4rem 1fr 12.2rem;
    min-height: 6.4rem;
    margin-bottom: 1.6rem;
  }
}
.mypage-top-info__benefits-row:last-child {
  margin-bottom: 0;
}
.mypage-top-info__benefits-row-icon {
  margin-right: 0.8rem;
}
@media print, screen and (min-width: 768px) {
  .mypage-top-info__benefits-row-icon {
    margin-right: 0;
  }
}
.mypage-top-info__benefits-row-title {
  font-size: 1.6rem;
}
@media print, screen and (min-width: 768px) {
  .mypage-top-info__benefits-row-title {
    padding-left: 1.6rem;
  }
}
.mypage-top-info__benefits-row-title span {
  font-size: 1.3rem;
}
@media print, screen and (min-width: 768px) {
  .mypage-top-info__benefits-row-title span {
    font-size: 1.6rem;
  }
}
.mypage-top-info__benefits-row-point {
  border-left: 1px solid #d6d6d6;
  padding-left: 0.8rem;
  display: flex;
  align-items: center;
}
@media print, screen and (min-width: 768px) {
  .mypage-top-info__benefits-row-point {
    padding-left: 2rem;
  }
}
.mypage-top-info__benefits-row-txt1 {
  font-size: 1rem;
  line-height: 1.4;
}
@media print, screen and (min-width: 768px) {
  .mypage-top-info__benefits-row-txt1 {
    font-size: 1.4rem;
  }
}
.mypage-top-info__benefits-row-txt3 {
  font-size: 1rem;
  line-height: 2.2;
  align-self: end;
  margin-left: 0.6rem;
  white-space: nowrap;
}
@media print, screen and (min-width: 768px) {
  .mypage-top-info__benefits-row-txt3 {
    font-size: 1.4rem;
    line-height: 1.8;
  }
}
.mypage-top-info__benefits-row-txt2 {
  font-family: var(--font-secondary);
  margin-left: 0.8rem;
  font-size: 3.2rem;
  color: #f25856;
}
.mypage-top-info__benefits-row-txt2 span {
  font-size: 1.4rem;
  margin-left: 0.8rem;
}
@media print, screen and (min-width: 768px) {
  .mypage-top-info__benefits-row-txt2 span {
    font-size: 1.6rem;
  }
}
.mypage-top-info__benefits-cols {
  margin: 0.8rem auto 1.6rem;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 0.8rem;
}
@media print, screen and (min-width: 768px) {
  .mypage-top-info__benefits-cols {
    margin: 1.6rem auto 0;
    gap: 1.6rem;
  }
}
.mypage-top-info__benefits-col {
  color: var(--color-primary);
  height: 9.7rem;
  border-radius: 4px;
  background-color: #ffffff;
  border: 1px solid #28485a;
  padding: 0.8rem;
}
@media print, screen and (min-width: 768px) {
  .mypage-top-info__benefits-col {
    height: 12rem;
  }
}
.mypage-top-info__benefits-col-txt1 {
  font-size: 1rem;
  text-align: center;
  line-height: 1.4;
}
@media print, screen and (min-width: 768px) {
  .mypage-top-info__benefits-col-txt1 {
    font-size: 1.4rem;
  }
}
.mypage-top-info__benefits-col-icon {
  margin: 0 auto;
  width: fit-content;
}
.mypage-top-info__benefits-col-icon img {
  width: 4.6rem;
}
@media print, screen and (min-width: 768px) {
  .mypage-top-info__benefits-col-icon img {
    width: 6.2rem;
  }
}
.mypage-top-info__benefits-col-value {
  color: #f25856;
  display: flex;
  justify-content: center;
  align-items: baseline;
  gap: 0.8rem;
}
.mypage-top-info__benefits-col-value1 {
  font-size: 1rem;
}
.mypage-top-info__benefits-col-value2 {
  font-size: 3.2rem;
  font-family: var(--font-secondary);
}
.mypage-top-info__sns-list {
  margin-bottom: 4rem;
  display: grid;
  justify-content: center;
  grid-template-columns: repeat(3, 6.3rem);
  gap: 1.6rem;
}
@media print, screen and (min-width: 768px) {
  .mypage-top-info__sns-list {
    grid-template-columns: repeat(3, 6.5rem);
  }
}
.mypage-top-info__banner {
  margin-top: 1.6rem;
}
@media (max-width: 767px) {
  .mypage-top-info__banner {
    margin-bottom: 1.6rem;
  }
}

.mypage-menu-items {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 1.6rem;
  margin-bottom: 5.6rem;
}

.mypage-menu-item {
  border-radius: 4px;
  background: #fff;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  border: 2px solid transparent;
  height: 13rem;
}
@media print, screen and (min-width: 768px) {
  .mypage-menu-item {
    height: 18.8rem;
  }
}
.mypage-menu-item.is-active {
  border: 2px solid #36c9c6;
}
.mypage-menu-item-icon {
  width: 5.6rem;
  margin-bottom: 0.8rem;
}
@media print, screen and (min-width: 768px) {
  .mypage-menu-item-icon {
    width: 8rem;
  }
}
.mypage-menu-item-title {
  text-align: center;
  font-weight: 600;
  line-height: 1.45;
}
@media print, screen and (min-width: 768px) {
  .mypage-menu-item-title {
    font-size: 1.8rem;
  }
}

.mypage-history {
  background-color: #fff;
  padding: 4rem 0 5.6rem;
}

@media print, screen and (min-width: 768px) {
  .mypage-history-boxs {
    margin-bottom: 6.4rem;
  }
}

.mypage-history-box + .mypage-history-box {
  margin-top: 4rem;
}

@media print, screen and (min-width: 768px) {
  .mypage-history-box {
    padding-left: 0;
    padding-right: 0;
  }
  .mypage-history-box .c-history-items,
.mypage-history-box .mypage-history-box__heads {
    padding-left: 6.4rem;
    padding-right: 6.4rem;
  }
}
.mypage-history-box__more {
  text-align: center;
  font-size: 1.6rem;
  font-weight: 600;
  padding-top: 2.4rem;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 0.8rem;
}
.mypage-history-box__more svg {
  width: 1.8rem;
  height: 1.8rem;
}
@media print, screen and (min-width: 768px) {
  .mypage-history-box__more {
    border-top: 1px #D6D6D6 solid;
    margin-top: -1px;
  }
}
.mypage-history-box__heads {
  margin-bottom: 2.4rem;
}
.mypage-history-box__head1 {
  display: flex;
  align-items: baseline;
  margin-bottom: 1.6rem;
  gap: 3.2rem;
  font-size: 1.4rem;
}
@media print, screen and (min-width: 768px) {
  .mypage-history-box__head1 {
    letter-spacing: 0.1em;
    font-size: 1.6rem;
  }
}
.mypage-history-box__head1-title {
  font-weight: 500;
  font-size: 1.6rem;
}
.mypage-history-box__head2 {
  display: flex;
  align-items: center;
  color: #707070;
  margin-bottom: 0.8rem;
}
@media print, screen and (min-width: 768px) {
  .mypage-history-box__head2 {
    margin-bottom: 1.6rem;
  }
}
.mypage-history-box__head2-txt1 {
  margin-right: 0.8rem;
  padding-right: 0.8rem;
  border-right: 0.5px solid #d6d6d6;
}
@media print, screen and (min-width: 768px) {
  .mypage-history-box__head2-txt1 {
    margin-right: 1.6rem;
    padding-right: 1.6rem;
  }
}
.mypage-history-box__head2-txt1:last-child {
  border: 0;
  padding-right: 0;
  margin-right: 0;
}
.mypage-history-box__head2-txt1 span {
  font-weight: 600;
}
.mypage-history-box__head3 {
  display: flex;
  align-items: center;
}
.mypage-history-box__head3-link {
  color: var(--color-accent);
  width: fit-content;
  text-decoration: underline;
  font-size: 1.2rem;
  margin-right: 0.8rem;
  padding-right: 0.8rem;
  border-right: 0.5px solid #d6d6d6;
  white-space: nowrap;
}
@media print, screen and (min-width: 768px) {
  .mypage-history-box__head3-link {
    font-size: 1.6rem;
  }
}
.mypage-history-box__head3-link span {
  font-size: 1rem;
}
@media print, screen and (min-width: 768px) {
  .mypage-history-box__head3-link span {
    font-size: 1.4rem;
  }
}
.mypage-history-box__head3-link:last-child {
  border: 0;
  padding-right: 0;
  margin-right: 0;
}
.mypage-history-box__info {
  border-top: 0.8rem solid var(--color-accent);
}
.mypage-history-box__info dl {
  padding: 2.4rem 1.6rem 1.6rem;
  border-bottom: 1px solid #d6d6d6;
}
@media print, screen and (min-width: 768px) {
  .mypage-history-box__info dl {
    padding: 3.2rem 4rem 3.2rem;
  }
  .mypage-history-box__info dl:first-child {
    padding-top: 5.6rem;
  }
}
.mypage-history-box__info dl dt {
  font-weight: 600;
  font-size: 1.4rem;
  margin-bottom: 0.8rem;
}
@media print, screen and (min-width: 768px) {
  .mypage-history-box__info dl dt {
    font-size: 1.8rem;
    margin-bottom: 1.6rem;
  }
}
.mypage-history-box__info dl dd {
  line-height: 1.6153846154;
}
.mypage-history-box__detail .c-cart-total {
  border-top: 1px solid #d6d6d6;
  border-bottom: 1px solid #d6d6d6;
}
@media (max-width: 767px) {
  .mypage-history-box__detail .c-cart-total {
    border-top: 0.5px solid #707070;
    border-bottom: 0.5px solid #707070;
  }
}
.mypage-history-box__detail .c-cart-total::after {
  display: none;
}
@media print, screen and (min-width: 768px) {
  .mypage-history-box__detail-inner {
    padding-left: 6.4rem;
    padding-right: 6.4rem;
  }
  .mypage-history-box__detail .c-cart-point-total {
    text-align: right;
    margin-top: 1.6rem;
    margin-bottom: 5.6rem;
    margin-right: 6.4rem;
  }
}

.mypage-profile {
  background-color: #fff;
  padding: 4rem 0 5.6rem;
}
@media print, screen and (min-width: 768px) {
  .mypage-profile {
    padding: 5.6rem 0 0;
  }
}

.mypage-link-button {
  display: flex;
  align-items: center;
  justify-content: center;
}
@media print, screen and (min-width: 768px) {
  .mypage-link-button {
    width: fit-content;
  }
}

.mypage-address {
  border-top: 1px solid #d6d6d6;
  padding-top: 3.2rem;
  margin-top: 3.2rem;
}
@media print, screen and (min-width: 768px) {
  .mypage-address {
    padding-top: 5.6rem;
    margin-top: 5.6rem;
  }
}

@media print, screen and (min-width: 768px) {
  .mypage-address-select {
    display: grid;
    grid-template-columns: auto auto;
    gap: 4rem;
    align-items: end;
  }
}

.mypage-address-table {
  border-top: 0.8rem solid var(--color-accent);
  margin-bottom: 3.2rem;
}
.mypage-address-table dl {
  padding: 2.4rem 1.6rem 1.6rem;
  border-bottom: 1px solid #d6d6d6;
}
.mypage-address-table dl dt {
  font-weight: 600;
  font-size: 1.4rem;
  margin-bottom: 0.8rem;
}
.mypage-address-table dl dd {
  line-height: 1.6153846154;
}

.mypage-point-dialog {
  background-color: rgba(0, 0, 0, 0.6);
  position: fixed;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  z-index: 99999;
  display: none;
}

.mypage-point-dialog__content {
  max-width: 1000px;
  width: 100%;
  max-height: 60rem;
  overflow: auto;
  margin: 9rem auto;
  padding: 5rem 13rem;
  background-color: #FEFAF2;
  border-radius: 10px;
}

@media screen and (max-width: 768px) {
  .mypage-point-dialog__content {
    max-width: calc(100% - 4rem);
    padding: 4rem 1.7rem;
    max-height: 72.5vh;
  }
}
.mypage-point-dialog__content .title {
  text-align: center;
  font-size: 2.8rem;
  font-weight: bold;
  margin-bottom: 3.6rem;
}

@media screen and (max-width: 768px) {
  .mypage-point-dialog__content .title {
    font-size: 2rem;
    margin-bottom: 2rem;
  }
}
.mypage-point-dialog__content .row {
  display: flex;
  justify-content: space-between;
  margin-bottom: 5rem;
}

@media screen and (max-width: 768px) {
  .mypage-point-dialog__content .row {
    position: relative;
    padding-top: 3rem;
  }
}
.mypage-point-dialog__content .col-left {
  flex: 0 0 59%;
}

@media screen and (max-width: 768px) {
  .mypage-point-dialog__content .col-left {
    flex: 0 0 80.5%;
  }
}
.mypage-point-dialog__content .col-right {
  flex: 0 0 41%;
}

@media screen and (max-width: 768px) {
  .mypage-point-dialog__content .col-right {
    flex: 0 0 19.9%;
    position: relative;
    top: 2rem;
  }

  .mypage-point-dialog__content .col-right img {
    transform: scale(1.6) translate(-1.5rem, 4.5rem);
  }
}
.mypage-point-dialog__content .label {
  max-width: 304px;
  text-align: center;
  font-weight: 500;
  background: #FFEBB5;
  border-radius: 20px;
  padding: 0.8rem 2.5rem;
  position: relative;
}

@media screen and (max-width: 768px) {
  .mypage-point-dialog__content .label {
    position: absolute;
    width: 100%;
    max-width: 30.2rem;
    top: 0;
  }
}
.mypage-point-dialog__content .label::after {
  content: "";
  position: absolute;
  left: 50%;
  bottom: 0;
  transform: translate(-50%, 100%);
  border: solid 7.5px transparent;
  border-right: solid 7.5px #FFEBB5;
  border-top: solid 7.5px #FFEBB5;
}

.mypage-point-dialog__content .text1 {
  font-weight: 500;
}

.mypage-point-dialog__content .f-tiles {
  display: flex;
  align-items: baseline;
  font-weight: bold;
  margin-top: 1rem;
  margin-bottom: 0.5rem;
}

.mypage-point-dialog__content .f-tiles .t1, .mypage-point-dialog__content .f-tiles .t4 {
  font-size: 4.8rem;
  font-family: futura-pt, sans-serif;
  font-weight: 500;
  margin-right: 1rem;
}

@media screen and (max-width: 768px) {
  .mypage-point-dialog__content .f-tiles .t1, .mypage-point-dialog__content .f-tiles .t4 {
    font-size: 3.2rem;
    margin-right: 0.35rem;
  }
}
.mypage-point-dialog__content .f-tiles .t1 {
  color: #A99DBC;
}

.mypage-point-dialog__content .f-tiles .t4 {
  color: #F3046C;
}

.mypage-point-dialog__content .f-tiles .t3 {
  margin: 0 1rem;
}

@media screen and (max-width: 768px) {
  .mypage-point-dialog__content .f-tiles .t3 {
    font-size: 2rem;
    margin: 0 0.5rem;
  }
}
.mypage-point-dialog__content .f-tiles .t2, .mypage-point-dialog__content .f-tiles .t5 {
  font-size: 2.4rem;
}

@media screen and (max-width: 768px) {
  .mypage-point-dialog__content .f-tiles .t2, .mypage-point-dialog__content .f-tiles .t5 {
    font-size: 1.6rem;
  }
}
.mypage-point-dialog__content .box {
  padding: 3.5rem 7rem;
  background-size: 100%;
  background-repeat: no-repeat;
  background-image: url("../images/mypage/point-bg.svg");
}

@media screen and (max-width: 768px) {
  .mypage-point-dialog__content .box {
    background-image: url("../images/mypage/point-bg_sp.svg");
    padding: 3rem;
  }
}
.mypage-point-dialog__content .box .t1 {
  font-size: 2rem;
  font-weight: bold;
  text-align: center;
  margin-bottom: 3rem;
}

@media screen and (max-width: 768px) {
  .mypage-point-dialog__content .box .t1 {
    font-size: 1.6rem;
    margin-bottom: 1.2rem;
  }
}
.mypage-point-dialog__content .box .link {
  margin-right: 1.5rem;
  display: inline-block;
  font-size: 1.2rem;
  width: 100%;
  height: 5rem;
  padding: 1.5rem 0 1.5rem;
  text-align: center;
  border: solid 1px;
  border-radius: 38px;
  background-color: #fff;
  transition: 0.3s;
}

.mypage-point-dialog__content .box .link img {
  display: inline;
  margin-left: 1rem;
}

.mypage-point-dialog__content .box .row {
  display: flex;
  justify-content: space-between;
}

@media screen and (max-width: 768px) {
  .mypage-point-dialog__content .box .row {
    display: block;
    padding-top: 0;
    margin-bottom: 0;
  }
}
.mypage-point-dialog__content .box .col-title {
  margin-bottom: 1.5rem;
  font-family: kiwi-maru, sans-serif;
  text-align: center;
  white-space: nowrap;
}

.mypage-point-dialog__content .box .col {
  flex: 0 0 calc(50% - 2.5rem);
  max-width: calc(50% - 2.5rem);
}

@media screen and (max-width: 768px) {
  .mypage-point-dialog__content .box .col {
    max-width: 100%;
  }

  .mypage-point-dialog__content .box .col:nth-child(2) {
    margin-top: 3rem;
  }
}
.mypage-point-dialog__close {
  position: absolute;
  right: 7rem;
  top: 2rem;
}

@media screen and (max-width: 768px) {
  .mypage-point-dialog__close {
    position: absolute;
    right: 2.8rem;
    top: 2.9rem;
  }
}
.js-dialog-open {
  cursor: pointer;
}
