@media screen and (max-width: 600px) {
  .l-content {
    padding-inline: 10px;
  }
}

.p-maintemember-mv__inner {
  position: relative;
}
.p-maintemember-mv__textwrap {
  position: absolute;
  max-width: 667px;
  width: 100%;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
@media screen and (max-width: 600px) {
  .p-maintemember-mv__textwrap {
    padding-inline: 10px;
  }
}
.p-maintemember-mv__heading {
  font-size: 4.375rem;
  font-weight: 900;
  color: #FFF100;
  margin-bottom: 42px;
  text-align: center;
}
@media screen and (max-width: 600px) {
  .p-maintemember-mv__heading {
    font-size: 2.375rem;
    margin-bottom: 20px;
  }
}
.p-maintemember-mv__text {
  color: #fff;
  font-size: 1.125rem;
  font-weight: 500;
  line-height: 2;
}
@media screen and (max-width: 600px) {
  .p-maintemember-mv__text {
    font-size: 0.9375rem;
    line-height: 1.6;
  }
}
.p-maintemember-mv__image img {
  width: 100%;
  height: 417px;
  object-fit: cover;
  object-position: 65% center;
}
@media screen and (max-width: 600px) {
  .p-maintemember-mv__image img {
    height: 287px;
  }
}

.p-maintemember-service {
  padding-top: 76px;
  padding-bottom: 100px;
  background-color: #fff;
}
@media screen and (max-width: 600px) {
  .p-maintemember-service {
    padding-top: 38px;
    padding-bottom: 45px;
  }
}
.p-maintemember-service__inner {
  max-width: 1200px;
  margin: auto;
}
.p-maintemember-service__heading {
  font-size: 2.625rem;
  color: #E20350;
  letter-spacing: -0.025em;
  font-weight: 900;
  text-align: center;
  margin-bottom: 37px;
}
@media screen and (max-width: 600px) {
  .p-maintemember-service__heading {
    font-size: 1.75rem;
    line-height: 1.5;
  }
}
.p-maintemember-service__lowtext {
  font-size: 2rem;
}
@media screen and (max-width: 600px) {
  .p-maintemember-service__lowtext {
    font-size: 1.25rem;
  }
}
.p-maintemember-service__listwrap {
  display: flex;
  justify-content: center;
}
.p-maintemember-service__list {
  max-width: 960px;
  width: 100%;
  display: flex;
}
@media screen and (max-width: 600px) {
  .p-maintemember-service__list {
    display: block;
  }
}
.p-maintemember-service__item {
  width: 33.3333333333%;
  position: relative;
}
@media screen and (max-width: 600px) {
  .p-maintemember-service__item {
    width: 100%;
    margin-bottom: 50px;
  }
}
.p-maintemember-service__item::before {
  content: "";
  width: 308px;
  height: 308px;
  background-color: #FFF100;
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  border-radius: 50%;
  z-index: 1;
}
.p-maintemember-service__item:not(:last-child)::after {
  content: "";
  width: 36px;
  height: 36px;
  background-image: url(../images/plus.svg);
  background-repeat: no-repeat;
  background-size: contain;
  position: absolute;
  right: -18px;
  top: 80px;
  z-index: 2;
}
@media screen and (max-width: 600px) {
  .p-maintemember-service__item:not(:last-child)::after {
    right: 0;
    left: 0;
    bottom: -57px;
    top: inherit;
    margin: auto;
  }
}
.p-maintemember-service__uppertextwrap {
  margin-bottom: 20px;
  min-height: 38px;
  display: flex;
  align-items: end;
  justify-content: center;
  position: relative;
  z-index: 2;
}
@media screen and (max-width: 600px) {
  .p-maintemember-service__uppertextwrap {
    margin-bottom: 8px;
  }
}
.p-maintemember-service__uppertext {
  margin-bottom: 5px;
  font-weight: 600;
  font-size: 1rem;
}
.p-maintemember-service__color {
  color: #E20350;
  font-weight: 600;
  margin-right: 5px;
}
.p-maintemember-service__title {
  font-size: 1.75rem;
  font-weight: 900;
  color: #E20350;
  text-align: center;
  margin-bottom: 18px;
  position: relative;
  z-index: 2;
}
.p-maintemember-service__images {
  width: 100%;
  display: flex;
  justify-content: center;
  position: relative;
  z-index: 2;
}
.p-maintemember-service__images img {
  max-width: 250px;
  width: 100%;
  height: auto;
}
@media screen and (max-width: 600px) {
  .p-maintemember-service__images img {
    max-width: 215px;
  }
}
.p-maintemember-service__link {
  text-align: center;
  font-weight: 600;
  position: relative;
  padding-right: 22px;
  transition: 0.3s;
  position: relative;
  z-index: 2;
}
.p-maintemember-service__link::after {
  content: "";
  width: 15px;
  height: 10px;
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  background-image: url(../images/arrow.svg);
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
}
.p-maintemember-service__link:hover {
  transition: 0.3s;
}
.p-maintemember-service__link:hover::after {
  opacity: 0.6;
  transition: 0.3s;
}
.p-maintemember-service__linkwrap {
  display: flex;
  justify-content: center;
  margin-top: 10px;
}
.p-maintemember-service__detail {
  padding-top: 75px;
}
@media screen and (max-width: 600px) {
  .p-maintemember-service__detail {
    padding-top: 50px;
  }
}
.p-maintemember-service__detail--center {
  text-align: center;
}
@media screen and (max-width: 600px) {
  .p-maintemember-service__detail--center {
    text-align: left;
  }
}
.p-maintemember-service__heading02 {
  background-color: #E20350;
  color: #fff;
  border-radius: 3px;
  font-weight: 900;
  font-size: 2.375rem;
  text-align: center;
  padding-block: 12px;
  margin-bottom: 18px;
}
@media screen and (max-width: 600px) {
  .p-maintemember-service__heading02 {
    font-size: 1.625rem;
  }
}
.p-maintemember-service__smalltext {
  text-align: center;
  font-size: 0.875rem;
  margin-bottom: 15px;
}
.p-maintemember-service__maintelistinner {
  max-width: 1200px;
  width: 100%;
  margin: auto;
  display: flex;
  gap: 14px;
  flex-wrap: wrap;
}
.p-maintemember-service__mainteitem {
  background-color: #F9EFE3;
  border-radius: 5px;
  text-align: center;
  padding: 5px 10px 15px;
  width: calc((100% - 84px) / 7);
}
@media screen and (max-width: 600px) {
  .p-maintemember-service__mainteitem {
    width: calc((100% - 14px) / 2);
  }
}
.p-maintemember-service__maintetitle {
  font-size: 1.375rem;
  line-height: 1.18;
  font-weight: 900;
  padding-bottom: 9px;
  position: relative;
}
@media screen and (max-width: 600px) {
  .p-maintemember-service__maintetitle {
    font-size: 1.25rem;
  }
}
.p-maintemember-service__maintetitle::after {
  content: "";
  max-width: 118px;
  width: 100%;
  height: 1px;
  background-color: rgba(18, 18, 18, 0.5);
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
}
.p-maintemember-service__maintetitlelow {
  font-size: 0.875rem;
  margin-left: 3px;
}
.p-maintemember-service__maintetext01 {
  font-size: 1.75rem;
  color: #E20350;
  font-weight: 900;
  letter-spacing: 0.1em;
  padding-bottom: 10px;
  padding-top: 10px;
}
@media screen and (max-width: 600px) {
  .p-maintemember-service__maintetext01 {
    font-size: 1.5625rem;
  }
}
.p-maintemember-service__maintetext01--sub {
  position: relative;
}
.p-maintemember-service__vertical {
  position: absolute;
  font-size: 0.625rem;
  writing-mode: vertical-rl;
  letter-spacing: -0.1em;
  top: 10px;
  left: 20px;
  color: #121212;
  font-weight: 400;
}
.p-maintemember-service__maintetext02 {
  font-size: 0.75rem;
}
.p-maintemember-service__col2 {
  display: flex;
  gap: 33px;
  justify-content: center;
  margin-top: 25px;
}
@media screen and (max-width: 600px) {
  .p-maintemember-service__col2 {
    display: block;
  }
}
.p-maintemember-service__col2images {
  max-width: 250px;
  width: 100%;
}
@media screen and (max-width: 600px) {
  .p-maintemember-service__col2images {
    margin: 0 auto 20px;
  }
}
.p-maintemember-service__detailtext {
  font-size: 1.125rem;
  font-weight: 600;
  margin-bottom: 10px;
}
@media screen and (max-width: 600px) {
  .p-maintemember-service__detailtext {
    font-size: 1rem;
  }
}
.p-maintemember-service__detailtext02 {
  font-size: 1.75rem;
  font-weight: 700;
  margin-bottom: 10px;
  line-height: 1.3;
  text-align: left;
}
@media screen and (max-width: 600px) {
  .p-maintemember-service__detailtext02 {
    font-size: 1.4375rem;
  }
}
.p-maintemember-service__marker {
  background-color: #FFF100;
  display: inline-block;
  padding: 5px;
}
.p-maintemember-service__detailsmall {
  font-size: 1.25rem;
  font-weight: 700;
  padding-inline: 3px;
}
.p-maintemember-service__button {
  display: inline-block;
  border: 1px solid #E20350;
  border-radius: 3px;
  font-size: 1rem;
  font-weight: 600;
  color: #E20350;
  max-width: 220px;
  width: 100%;
  padding: 15px 32px 15px 15px;
  position: relative;
  margin-top: 24px;
  text-decoration: none;
  transition: 0.2s;
}
@media screen and (max-width: 600px) {
  .p-maintemember-service__button {
    max-width: none;
  }
}
.p-maintemember-service__button::after {
  content: "";
  width: 15px;
  height: 10px;
  position: absolute;
  right: 8px;
  top: 50%;
  transform: translateY(-50%) rotate(-90deg);
  background-image: url(../images/arrow.svg);
  background-repeat: no-repeat;
  background-size: contain;
  transition: 0.2s;
}
.p-maintemember-service__button:hover {
  transition: 0.3s;
  color: #E20350;
}
.p-maintemember-service__button:hover::after {
  right: 5px;
  transition: 0.3s;
}
.p-maintemember-service__button--pop {
  text-align: left;
  cursor: pointer;
}
.p-maintemember-service__button--pop::after {
  content: "";
  width: 12px;
  height: 12px;
  background-image: url(../images/pop-plus.svg);
}
.p-maintemember-service__button--pop:hover::after {
  right: 8px;
}
.p-maintemember-service__detailtextwrap {
  max-width: 667px;
  margin: 10px auto 23px;
}
.p-maintemember-service__sp-br {
  display: none;
}
@media screen and (max-width: 600px) {
  .p-maintemember-service__sp-br {
    display: block;
  }
}

.p-maintemember-price {
  padding-top: 113px;
  padding-bottom: 148px;
}
@media screen and (max-width: 600px) {
  .p-maintemember-price {
    padding-top: 42px;
    padding-bottom: 45px;
  }
}
.p-maintemember-price__headingwrap {
  text-align: center;
}
.p-maintemember-price__subtitle {
  font-size: 1.125rem;
  font-weight: 700;
  margin-bottom: 15px;
}
.p-maintemember-price__heading {
  font-size: 2.625rem;
  font-weight: 900;
  color: #E20350;
  margin-bottom: 30px;
}
@media screen and (max-width: 600px) {
  .p-maintemember-price__heading {
    font-size: 1.75rem;
  }
}
.p-maintemember-price__tablewrap {
  margin-top: 30px;
  margin-bottom: 30px;
}
@media screen and (max-width: 600px) {
  .p-maintemember-price__tablewrap {
    margin-top: 15px;
    margin-bottom: 15px;
  }
}
.p-maintemember-price__table {
  font-weight: 600;
  max-width: 1000px;
  width: 100%;
  margin: auto;
  border-collapse: collapse;
}
.p-maintemember-price__table thead {
  background-color: #E20350;
  color: #fff;
  font-size: 1.0625rem;
}
@media screen and (max-width: 600px) {
  .p-maintemember-price__table thead {
    font-size: 1rem;
  }
}
.p-maintemember-price__table thead th {
  padding: 15px 22px;
  width: 38%;
  border-bottom: 1px solid rgba(18, 18, 18, 0.2);
}
@media screen and (max-width: 600px) {
  .p-maintemember-price__table thead th {
    width: 42%;
    padding: 10px 10px;
  }
}
.p-maintemember-price__table thead td {
  text-align: center;
  padding: 15px 22px;
  border-left: 1px solid rgba(18, 18, 18, 0.2);
  border-bottom: 1px solid rgba(18, 18, 18, 0.2);
}
@media screen and (max-width: 600px) {
  .p-maintemember-price__table thead td {
    padding: 10px 10px;
  }
}
.p-maintemember-price__table tbody th {
  background-color: rgba(226, 3, 80, 0.1);
  font-size: 1rem;
  padding: 15px 22px;
  border-bottom: 1px solid rgba(18, 18, 18, 0.2);
  line-height: 1.3;
}
@media screen and (max-width: 600px) {
  .p-maintemember-price__table tbody th {
    padding: 10px 10px;
    font-size: 0.9375rem;
  }
}
.p-maintemember-price__table tbody td {
  font-size: 0.875rem;
  padding: 15px 22px;
  border-left: 1px solid rgba(18, 18, 18, 0.2);
  background-color: #fff;
  border-bottom: 1px solid rgba(18, 18, 18, 0.2);
  text-align: center;
}
@media screen and (max-width: 600px) {
  .p-maintemember-price__table tbody td {
    padding: 10px 10px;
  }
}
.p-maintemember-price__sm-text {
  font-size: 0.875rem;
}
.p-maintemember-price__lg-text {
  font-size: 1.0625rem;
}
.p-maintemember-price__number {
  font-family: "Roboto", sans-serif;
  font-size: 1.375rem;
  font-weight: 900;
}
@media screen and (max-width: 600px) {
  .p-maintemember-price__number {
    font-size: 1.25rem;
  }
}
.p-maintemember-price__text {
  font-size: 0.9375rem;
  font-weight: 600;
}
.p-maintemember-price__attention {
  max-width: 1000px;
  width: 100%;
  margin: auto;
}
.p-maintemember-price__list {
  margin-top: 15px;
}
.p-maintemember-price__list li {
  padding-left: 18px;
  margin-bottom: 15px;
  position: relative;
  line-height: 1.4;
}
.p-maintemember-price__list li::before {
  content: "";
  width: 12px;
  height: 12px;
  border-radius: 50%;
  background-color: #959595;
  position: absolute;
  left: 0;
  top: 3px;
}

.modal {
  display: none;
  position: fixed;
  z-index: 1;
  left: 0;
  top: 0;
  height: 100vh;
  height: 100dvh;
  width: 100%;
  overflow: auto;
  background-color: rgba(0, 0, 0, 0.5);
}

.modal-inner {
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  padding-inline: 15px;
}

.modal-content {
  background-color: #FFCD30;
  box-shadow: 0 5px 8px 0 rgba(0, 0, 0, 0.2), 0 7px 20px 0 rgba(0, 0, 0, 0.17);
  animation-name: modalopen;
  animation-duration: 1s;
  border-radius: 10px;
  padding: 42px 32px;
  position: relative;
}
@media screen and (max-width: 600px) {
  .modal-content {
    padding: 15px;
  }
}
.modal-content img {
  max-width: 742px;
  width: 100%;
  height: auto;
}

@keyframes modalopen {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
.modalClose {
  font-size: 2rem;
  position: absolute;
  top: 20px;
  right: 20px;
  color: #fff;
}
@media screen and (max-width: 600px) {
  .modalClose {
    top: 2px;
    right: 2px;
  }
}

#body.open {
  overflow-y: hidden;
}

.modalClose:hover {
  cursor: pointer;
}

/* 20250904追記 会員限定特典 */

.maintelist2025 .p-maintemember-service__maintelistinner{
      margin: auto 58px;
      gap: 30px;
}
.maintelist2025 .p-maintemember-service__mainteitem{
    background-color: transparent;
    border-radius: 0;
    padding: 0;
    width: calc((100% - 146px) / 2);
}
@media screen and (max-width: 600px) {
  .maintelist2025 .p-maintemember-service__mainteitem img {
    width: 100%;
  }
  .maintelist2025 .p-maintemember-service__mainteitem{
    width: 100%;
}
  .maintelist2025 .p-maintemember-service__maintelistinner{
      margin: auto;
      gap: 15px;
}
}