@charset "UTF-8";
/* ----------------------------------------------------
    2026-03-30 Mypage
---------------------------------------------------- */
.content.mypage.--renew-2026 header#Corner-header span {
  color: #9ABC2A;
  font: normal normal bold 10px/12px Poppins, sans-serif;
  display: block;
}
.content.mypage.--renew-2026 header#Corner-header h1 {
  color: #444444;
  font: normal normal 900 26px/36px Poppins, sans-serif;
  letter-spacing: 1.3px;
}
.content.mypage.--renew-2026 .mypage-navigation-menu ul {
  display: grid;
  grid-template-columns: repeat(6, 1fr);
  gap: 7px;
  align-items: stretch;
}
.content.mypage.--renew-2026 .mypage-navigation-menu ul li {
  border: 1px solid #CCCCCC;
  border-radius: 3px;
  display: flex;
  transition: 0.3s;
  opacity: 1;
}
.content.mypage.--renew-2026 .mypage-navigation-menu ul li a {
  display: flex;
  justify-content: center;
  align-items: center;
  text-decoration: none;
  text-align: center;
  width: 100%;
  height: auto;
  padding: 18px 5px;
  color: #444444;
  font-weight: 600;
}
.content.mypage.--renew-2026 .mypage-navigation-menu ul li.current {
  background-color: #444444;
  border: 1px solid #444444;
  pointer-events: none;
}
.content.mypage.--renew-2026 .mypage-navigation-menu ul li.current a {
  color: #ffffff;
}
.content.mypage.--renew-2026 .mypage-navigation-menu ul li:hover {
  opacity: 0.7;
  background-color: #efefef;
}
.content.mypage.--renew-2026 h2 {
  display: flex;
  align-items: center;
  text-align: center;
  font-size: 20px;
  color: #9ABC2A;
  margin-top: 5rem;
}
.content.mypage.--renew-2026 h2::before,
.content.mypage.--renew-2026 h2::after {
  content: "";
  flex-grow: 1;
  height: 3px;
  background: #9ABC2A;
  position: relative;
  border: none;
  width: auto;
}
.content.mypage.--renew-2026 h2 span {
  padding: 0 20px;
}
.content.mypage.--renew-2026.pointcard .b-point-card {
  max-width: 360px;
  margin: 0 auto;
}
.content.mypage.--renew-2026.pointcard .b-point-card .point-card {
  background: transparent linear-gradient(180deg, #99BC2A 0%, #7E9D16 100%) 0% 0% no-repeat padding-box;
  border-radius: 7px;
  padding: 15px;
  align-items: start;
}
.content.mypage.--renew-2026.pointcard .b-point-card .point-card .name {
  position: relative;
  width: 100%;
  border-bottom: solid 1px #6D9000;
  padding-bottom: 5px;
  margin-bottom: 12px;
}
.content.mypage.--renew-2026.pointcard .b-point-card .point-card .name p {
  color: #FFFFFF;
  font-size: 20px;
  font-weight: 500;
  line-height: 1.2;
}
.content.mypage.--renew-2026.pointcard .b-point-card .point-card .name p:after {
  content: "様";
  display: inline-block;
  font-size: 0.7em;
  margin-left: 5px;
}
.content.mypage.--renew-2026.pointcard .b-point-card .point-card .name:after {
  content: "POINT CARD";
  color: #6D9000;
  position: absolute;
  top: 0;
  right: 0;
  font-family: Poppins, sans-serif;
  font-size: 10px;
  font-weight: 600;
}
.content.mypage.--renew-2026.pointcard .b-point-card .point-card .point {
  width: 100%;
  margin-bottom: 8px;
}
.content.mypage.--renew-2026.pointcard .b-point-card .point-card .point p {
  color: #FFFFFF;
  text-align: right;
  font-size: 14px;
}
.content.mypage.--renew-2026.pointcard .b-point-card .point-card .point p span {
  display: inline-block;
  margin-left: 0.25em;
  margin-right: 0.1em;
  font-size: 2.2em;
  line-height: 0.8;
  font-weight: 800;
}
.content.mypage.--renew-2026.pointcard .b-point-card .point-card .barcode {
  width: 100%;
  border-radius: 3px;
  background: #ffffff;
  padding: 10px;
  display: grid;
}
.content.mypage.--renew-2026.pointcard .b-point-card .point-card .barcode svg {
  border-radius: 3px;
}
.content.mypage.--renew-2026.pointcard .b-point-card .point-card .barcode .number {
  display: flex;
  justify-content: space-between;
  align-items: baseline;
  padding: 0 10px;
  font-size: 16px;
}
.content.mypage.--renew-2026.pointcard .b-point-card .point-card .barcode .number:before {
  content: "ポイントカード番号：";
  font-size: 0.75em;
}
.content.mypage.--renew-2026.pointcard .b-point-card .point-card .barcode .number .pointCardNo {
  text-align: right;
}
.content.mypage.--renew-2026.pointcard .b-point-card .ex_point {
  width: 100%;
  margin-bottom: 10px;
}
.content.mypage.--renew-2026.pointcard .b-point-card .ex_point p {
  color: #99BC2A;
  text-align: right;
  font-size: 11px;
}
.content.mypage.--renew-2026.pointcard .b-point-card .ex_point p span {
  display: inline-block;
  margin-left: 0.25em;
  margin-right: 0.1em;
  font-size: 1.6em;
  font-weight: 800;
}
.content.mypage.--renew-2026.pointcard .mypage-team.mypage-team-login {
  margin-bottom: 40px;
}
@media only screen and (max-width: 900px) {
  .content.mypage.--renew-2026.pointcard .mypage-team.mypage-team-login {
    padding-top: 8vw;
  }
}
.content.mypage.--renew-2026.pointcard .mypage-team.mypage-team-login figure {
  max-width: 360px;
  margin: 3rem auto;
}
@media only screen and (max-width: 900px) {
  .content.mypage.--renew-2026.pointcard .mypage-team.mypage-team-login figure {
    max-width: 100%;
  }
}
.content.mypage.--renew-2026.pointcard .team_category {
  margin-bottom: 40px;
}
@media only screen and (max-width: 900px) {
  .content.mypage.--renew-2026.pointcard .team_category {
    padding-top: 8vw;
  }
}
.content.mypage.--renew-2026 .mypage-yappli-team-login {
  border-top: solid 1px #cccccc;
  padding-top: 4rem;
}
.content.mypage.--renew-2026 .mypage-yappli-team-login p {
  font-size: 12px;
  margin-bottom: 1rem;
}
.content.mypage.--renew-2026 .mypage-yappli-team-login a.team-login-btn {
  margin-top: 1rem;
  display: inline-block;
  color: #9abc29;
  font-size: 1.8rem;
  font-weight: bold;
  margin: 0 auto 2.5rem;
  text-decoration: none;
  border: solid 1px #9abc29;
  border-radius: 3rem;
  padding: 1rem 4.2rem;
}
.content.mypage.--renew-2026 .mypage-yappli-team-login a.-what:last-child {
  margin-bottom: 4rem;
}
.content.mypage.--renew-2026 .about {
  border-top: solid 1px #cccccc;
  padding: 4rem;
}

@media only screen and (min-width: 900px) {
  .content.mypage.--renew-2026 .sheet-white.wide {
    padding: 0 42px 112px;
    max-width: 100%;
  }
  .mypage-navigation-menu ul li a br {
    display: none;
  }
}
@media only screen and (max-width: 900px) {
  .content.mypage.--renew-2026 .sheet-white {
    padding: 3vw 0;
  }
  .content.mypage.--renew-2026 header#Corner-header span {
    font-size: 2vw;
    line-height: 2vw;
  }
  .content.mypage.--renew-2026 header#Corner-header h1 {
    font-size: 5vw;
    line-height: 6vw;
    margin-bottom: 4vw;
  }
  .content.mypage.--renew-2026 h2 {
    margin-top: 4vw;
    margin-bottom: 4vw;
  }
  .content.mypage.--renew-2026 h2 span {
    font-size: 4vw;
    padding: 0 3vw;
  }
  .content.mypage.--renew-2026 .mypage-navigation-menu ul {
    grid-template-columns: repeat(3, 1fr);
    gap: 2vw;
  }
  .content.mypage.--renew-2026 .mypage-navigation-menu ul li a {
    font-size: 3.5vw;
    line-height: 1;
    height: 15vw;
  }
  .content.mypage.--renew-2026.pointcard .b-point-card {
    max-width: 640px;
    width: 100%;
  }
  .content.mypage.--renew-2026.pointcard .b-point-card .point-card {
    padding: 3.5vw;
  }
  .content.mypage.--renew-2026.pointcard .b-point-card .point-card .name {
    padding-bottom: 1vw;
    margin-bottom: 2.5vw;
  }
  .content.mypage.--renew-2026.pointcard .b-point-card .point-card .name p {
    font-size: 6vw;
  }
  .content.mypage.--renew-2026.pointcard .b-point-card .point-card .name:after {
    font-size: 2.5vw;
    top: -1.2vw;
  }
  .content.mypage.--renew-2026.pointcard .b-point-card .point-card .point {
    margin-bottom: 1vw;
  }
  .content.mypage.--renew-2026.pointcard .b-point-card .point-card .point p {
    font-size: 4vw;
  }
  .content.mypage.--renew-2026.pointcard .b-point-card .point-card .barcode {
    gap: 1vw;
  }
  .content.mypage.--renew-2026.pointcard .b-point-card .point-card .barcode .number {
    font-size: 4vw;
  }
  .content.mypage.--renew-2026.pointcard .b-point-card .ex_point p {
    font-size: 3vw;
  }
  .content.mypage.--renew-2026 .mypage-yappli-team-login p {
    font-size: 3vw;
  }
  .content.mypage.--renew-2026 .about {
    padding: 4rem 0;
  }
}
.content.mypage.--renew-2026 .scn-norm {
  padding: 0 4rem;
}
@media only screen and (max-width: 900px) {
  .content.mypage.--renew-2026 .scn-norm {
    padding: 0 3vw;
  }
}
.content.mypage.--renew-2026 .btn.outline {
  background-color: #ffffff;
  color: #444444;
  font-weight: bold;
  border: 1px solid #444444;
  border-radius: 18px;
  box-shadow: none;
  padding: 0.75em 1.5em;
  font-size: 14px;
  line-height: 1;
}
@media only screen and (max-width: 900px) {
  .content.mypage.--renew-2026 .btn.outline {
    font-size: 3vw;
    border-radius: 4vw;
    padding: 2.5vw 4vw;
  }
}
.content.mypage.--renew-2026 .btn.outline:hover {
  opacity: 0.7;
}
.content.mypage.--renew-2026 .btn.outline:before {
  display: none;
}
.content.mypage.--renew-2026 p.user-name {
  font-weight: bold;
  font-size: 24px;
  border-bottom: solid 2px #ccc;
}
@media only screen and (max-width: 900px) {
  .content.mypage.--renew-2026 p.user-name {
    font-size: 5vw;
  }
}
.content.mypage.--renew-2026 p.user-name:after {
  content: "様";
  font-size: 0.7em;
  margin-left: 0.3em;
  display: inline-block;
}
.content.mypage.--renew-2026 .inner-form-group .col + .col,
.content.mypage.--renew-2026 .inner-form-group.--address .--detail,
.content.mypage.--renew-2026 .inner-form-group.--password div.col {
  display: grid;
  gap: 1.5rem;
}
.content.mypage.--renew-2026 .inner-form-group.--fax .col + .col span,
.content.mypage.--renew-2026 .inner-form-group.--tel .col + .col span {
  display: block;
  text-align: center;
}
.content.mypage.--renew-2026 .inner-form-group.--fax .col + .col,
.content.mypage.--renew-2026 .inner-form-group.--tel .col + .col {
  display: grid;
  grid-template-columns: 3fr 1fr 3fr 1fr 3fr;
  gap: 0;
  align-items: center;
  justify-content: center;
}
.content.mypage.--renew-2026 .inner-form-group.--fax .col + .col input.ipt-S,
.content.mypage.--renew-2026 .inner-form-group.--tel .col + .col input.ipt-S {
  width: auto;
  min-width: 0;
}
.content.mypage.--renew-2026 .inner-form-group.--address .--zip,
.content.mypage.--renew-2026 .inner-form-group.--mailmaga_flg .col + .col #entry_mailmaga_flg,
.content.mypage.--renew-2026 .inner-form-group.--sex .col + .col #entry_sex {
  display: grid;
  gap: 1rem;
}
.content.mypage.--renew-2026 .inner-form-group.--address .inner-td + .inner-td,
.content.mypage.--renew-2026 .inner-form-group.--password .inner-td + .inner-td,
.content.mypage.--renew-2026 .inner-form-group.--email .inner-td + .inner-td {
  margin: 0;
}
.content.mypage.--renew-2026 .inner-form-group.--birth #entry_birth {
  display: grid;
  grid-template-columns: 2fr 1fr 2fr 1fr 2fr;
  text-align: center;
  align-items: center;
  justify-content: center;
}
@media only screen and (min-width: 350px) {
  .content.mypage.--renew-2026 .form-group .--soccer select {
    width: 100%;
    max-width: 100%;
  }
}
@media only screen and (min-width: 800px) {
  .content.mypage.--renew-2026 .inner-form-group .col + .col {
    width: 100%;
  }
}
.content.mypage.--renew-2026.change .inner-form-group:first-child {
  border: none;
}
.content.mypage.--renew-2026.change .withdraw {
  border-top: solid 1px #cccccc;
  padding-top: 40px;
}
@media only screen and (max-width: 900px) {
  .content.mypage.--renew-2026.change .withdraw {
    padding-top: 8vw;
  }
}
.content.mypage.--renew-2026.delivery .customer-details.deliv-addr {
  padding-right: 0;
}
.content.mypage.--renew-2026.delivery .customer-details.deliv-addr .btn-group {
  text-align: right;
}
.content.mypage.--renew-2026.delivery .add-address {
  border-top: #ccc 1px dotted;
  padding-top: 30px;
}
@media only screen and (max-width: 900px) {
  .content.mypage.--renew-2026.delivery .add-address {
    padding-top: 8vw;
  }
}
.content.mypage.--renew-2026.card div.message {
  margin-top: 30px;
  margin-bottom: 30px;
}
@media only screen and (max-width: 900px) {
  .content.mypage.--renew-2026.card div.message {
    margin-top: 8vw;
    margin-bottom: 8vw;
  }
}
.content.mypage.--renew-2026.card div.message p {
  font-size: 18px;
}
@media only screen and (max-width: 900px) {
  .content.mypage.--renew-2026.card div.message p {
    font-size: 4vw;
  }
}

/*# sourceMappingURL=mypage.css.map */
