@charset "UTF-8";
.modal-wrapper[data-v-ecb46af8] {
  position: relative;
  width: 100%;
  max-width: 960px;
  min-height: 100vh;
  overflow-y: auto;
  background-color: #fff;
}
@media (min-width: 768px) {
.modal-wrapper[data-v-ecb46af8] {
    min-height: unset;
}
}
.close-button[data-v-ecb46af8] {
  position: absolute;
  top: 10px;
  right: 10px;
  width: 24px;
  height: 24px;
  color: #fff;
}
@media (min-width: 768px) {
.close-button[data-v-ecb46af8] {
    color: var(--gj-text-color);
}
}
.modal-container[data-v-ecb46af8] {
  display: flex;
  flex-direction: column;
  align-items: center;
  padding: 16px 15px;
  text-align: left;
}
@media (min-width: 768px) {
.modal-container[data-v-ecb46af8] {
    padding: 24px 56px;
}
}
.modal-title[data-v-ecb46af8] {
  color: var(--gj-color-white);
  font-size: 16px;
  font-weight: 600;
  line-height: 130%;
  background-color: var(--gj-color-grey-1);
  min-height: 50px;
}
@media (min-width: 768px) {
.modal-title[data-v-ecb46af8] {
    background-color: unset;
    font-size: 30px;
    line-height: 100%;
    color: var(--gj-color-blue);
    padding-top: 32px;
}
}
.subscription-detail-block[data-v-ecb46af8] {
  display: flex;
  gap: 8px;
  border: 1px solid var(--gj-border-color);
  background: var(--gj-color-blue-bg);
  padding: 16px 15px;
  width: max-content;
  max-width: 100%;
  margin: 24px 0 24px;
}
.subscription-detail-block img[data-v-ecb46af8] {
  width: 100px;
  height: 100px;
  object-fit: contain;
  flex: 0 0 auto;
  background-color: #fff;
  padding: 8px;
}
.subscription-detail-block .info[data-v-ecb46af8] {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
.subscription-detail-block .info .title[data-v-ecb46af8] {
  font-size: 16px;
  font-weight: 600;
  line-height: 130%;
}
.subscription-detail-block .info .price[data-v-ecb46af8] {
  font-size: 14px;
  font-weight: 600;
  color: var(--gj-color-grey-1);
  line-height: 130%;
}
.subscription-detail-block .info .date-price[data-v-ecb46af8] {
  font-size: 13px;
  font-weight: 300;
  line-height: 130%;
}
.c-round-btn[data-v-ecb46af8] {
  width: 295px;
}
.c-round-btn.see-more[data-v-ecb46af8] {
  margin-bottom: 0px;
}
@media (min-width: 768px) {
.c-round-btn.see-more[data-v-ecb46af8] {
    margin-bottom: 50px;
}
}
.credit-card-bonus[data-v-ecb46af8] {
  color: var(--gj-color-blue);
  text-align: center;
  font-size: 14px;
  font-weight: 600;
  line-height: 130%;
  margin: 8px 0 8px;
}
.terms[data-v-ecb46af8] {
  padding: 8px;
  margin-top: 24px;
  height: 200px;
  overflow-y: scroll;
  border: 1px solid var(--gj-border-color);
  background-color: var(--gj-bg-color);
}
@media (min-width: 768px) {
.terms[data-v-ecb46af8] {
    height: 400px;
}
}
.terms h3[data-v-ecb46af8] {
  font-size: 16px;
  text-align: left;
  margin: 16px 0 16px;
  line-height: 100%;
}
.terms ol[data-v-ecb46af8] {
  margin-block: 4px;
}
.terms p[data-v-ecb46af8] {
  margin: 0;
}
.terms li[data-v-ecb46af8] {
  font-size: 12px;
  font-weight: 300;
  list-style: inside;
  line-height: 130%;
}
.terms .privacy[data-v-ecb46af8] {
  padding-left: 0;
  display: flex;
  flex-direction: column;
  gap: 8px;
}
.terms .privacy > li[data-v-ecb46af8] {
  list-style: none;
}
.terms .privacy > li > span + p[data-v-ecb46af8] {
  display: inline;
}
.terms .privacy-inner[data-v-ecb46af8] {
  padding-left: 35px;
}
.terms .privacy-inner li[data-v-ecb46af8] {
  list-style: "・";
}
div.ios-title[data-v-ecb46af8] {
  display: inline-block;
  font-size: 20px;
  /* height: 33px; */
  letter-spacing: normal;
  margin: 0 auto 20px;
  padding-bottom: 10px;
  position: relative;
  line-height: 1.5;
  color: rgb(34, 34, 34);
}
div.ios-title[data-v-ecb46af8]::before {
  -webkit-transform: translateX(-50%);
  background-color: #19b3d6;
  bottom: 0;
  content: "";
  display: block;
  font-size: 20px;
  height: 6px;
  left: 50%;
  position: absolute;
  transform: translateX(-50%);
  width: 100%;
}.modal-wrapper {
  position: relative;
  width: 100%;
  max-width: 960px;
  height: 100vh;
  overflow-y: auto;
  background-color: #fff;
}
@media (min-width: 768px) {
.modal-wrapper {
    height: unset;
    max-height: calc(100vh - 48px);
}
}
.close-button {
  position: absolute;
  top: 10px;
  right: 10px;
  width: 24px;
  height: 24px;
  color: #fff;
}
@media (min-width: 768px) {
.close-button {
    color: var(--gj-text-color);
}
}
.modal-container {
  display: flex;
  flex-direction: column;
  align-items: center;
  padding: 16px 15px;
  text-align: left;
}
@media (min-width: 768px) {
.modal-container {
    padding: 24px 56px;
}
}
.modal-title {
  color: var(--gj-color-white);
  font-size: 16px;
  font-weight: 600;
  line-height: 130%;
  background-color: var(--gj-color-grey-1);
  min-height: 50px;
}
@media (min-width: 768px) {
.modal-title {
    background-color: unset;
    font-size: 30px;
    line-height: 100%;
    color: var(--gj-color-blue);
    padding-top: 32px;
}
}
.subscription-detail-block {
  display: flex;
  gap: 8px;
  border: 1px solid var(--gj-border-color);
  background: var(--gj-color-blue-bg);
  padding: 16px 15px;
  width: max-content;
  max-width: 100%;
  margin: 24px 0 4px;
}
.subscription-detail-block img {
  width: 100px;
  height: 100px;
  object-fit: contain;
  flex: 0 0 auto;
  background-color: #fff;
  padding: 8px;
}
.subscription-detail-block .info {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
.subscription-detail-block .info .title {
  font-size: 16px;
  font-weight: 600;
  line-height: 130%;
}
.subscription-detail-block .info .price {
  font-size: 14px;
  font-weight: 600;
  color: var(--gj-color-grey-1);
  line-height: 130%;
}
.subscription-detail-block .info .date-price {
  font-size: 13px;
  font-weight: 300;
  line-height: 130%;
}
.subscription-note {
  max-width: 383px;
  font-size: 10px;
  font-weight: 300;
  line-height: 130%;
  margin-bottom: 56px;
}
.payment-method {
  margin-top: 24px;
  width: 100%;
}
.payment-method-block {
  border: 1px solid var(--gj-border-color);
  background: var(--gj-color-white);
  padding: 16px;
}
.payment-method-block:not(:first-of-type) {
  border-top: none;
}
.payment-method-block .payment-method-radio-block {
  display: flex;
  align-items: center;
  gap: 8px;
}
.payment-method-block .payment-method-radio-block .payment-method-name {
  color: var(--gj-text-color);
  font-size: 14px;
  font-weight: 600;
  line-height: 130%;
}
.payment-method-block .payment-method-radio-block .payment-method-sub-info {
  color: var(--gj-text-color);
  margin-top: 4px;
  font-size: 12px;
  font-weight: 300;
  line-height: 130%;
}
.payment-method-block .payment-method-block-detail {
  margin-inline: 36px;
  margin-top: 8px;
}
.payment-method-block .payment-method-block-detail .credit-card-image {
  width: 200px;
}
.payment-method-block .new-credit-card-form {
  --input-margin-bottom: 16px;
  --input-width: 100%;
  --label-margin-top: 0;
  margin-top: 24px;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: repeat(max-content);
  column-gap: 16px;
  row-gap: 4px;
  font-size: 13px;
  font-weight: 300;
  color: var(--gj-text-color-light);
  place-items: start start;
  justify-items: stretch;
}
.payment-method-block .new-credit-card-form label {
  margin-top: var(--label-margin-top);
  color: var(--gj-color-light-grey);
}
.payment-method-block .new-credit-card-form .input-wrapper {
  margin-bottom: var(--input-margin-bottom);
}
.payment-method-block .new-credit-card-form .expire-date-container {
  width: var(--input-width);
  display: flex;
  justify-content: space-between;
  gap: 8px;
}
.payment-method-block .new-credit-card-form .expire-date-container > select {
  flex: 1 1 auto;
}
.payment-method-block .new-credit-card-form input {
  width: var(--input-width);
  font-size: 16px;
  margin-bottom: 0;
  height: unset;
}
.payment-method-block .new-credit-card-form input.is-error {
  border-color: var(--gj-color-red);
}
.payment-method-block .new-credit-card-form select {
  position: relative;
  padding: 8px 48px 8px 16px;
  border: 1px solid var(--gj-border-color);
  appearance: none;
  background-image: url("/src/assets/img/common/icon-stroke-down-black.svg");
  background-position: right 4px top 2px;
  background-repeat: no-repeat;
  height: unset;
  font-size: 13px;
}
.payment-method-block .new-credit-card-form select.is-error {
  border-color: var(--gj-color-red);
}
@media (min-width: 768px) {
.payment-method-block .new-credit-card-form {
    --input-margin-bottom: 0;
    --input-width: 182px;
    --label-margin-top: 12px;
    grid-template-columns: max-content 1fr;
    grid-template-rows: repeat(max-content);
    row-gap: 24px;
    justify-items: start;
}
}
.payment-method-block .annotation {
  font-size: 10px;
  font-weight: 300;
  line-height: 130%;
}
.payment-method-block .annotation.is-error {
  color: var(--gj-color-red);
}
.payment-method-block .other-payment-methods {
  padding-block: 8px;
  display: flex;
  flex-direction: column;
  gap: 24px;
}
.payment-note {
  margin-top: 8px;
  max-width: 383px;
  font-size: 10px;
  font-weight: 300;
  line-height: 130%;
}
.credit-card-bonus {
  color: var(--gj-color-blue);
  text-align: center;
  font-size: 14px;
  font-weight: 600;
  line-height: 130%;
  margin: 16px 0 8px;
}
.c-round-btn.submit {
  margin-top: 8px;
  width: 295px;
}
#submit {
  margin-bottom: 8em;
}
div.ios-title-plus-subscriptin-conf {
  display: inline-block;
  font-size: 20px;
  /* height: 33px; */
  letter-spacing: normal;
  margin: 0 auto 20px;
  padding-bottom: 10px;
  position: relative;
  line-height: 1.5;
  color: rgb(34, 34, 34);
}
div.ios-title-plus-subscriptin-conf::before {
  -webkit-transform: translateX(-50%);
  background-color: #19b3d6;
  bottom: 0;
  content: "";
  display: block;
  font-size: 20px;
  height: 6px;
  left: 50%;
  position: absolute;
  transform: translateX(-50%);
  width: 100%;
}.modal-wrapper[data-v-6e55c2f2] {
  position: relative;
  width: 100%;
  max-width: 960px;
  min-height: 100vh;
  overflow-y: auto;
  background-color: #fff;
}
@media (min-width: 768px) {
.modal-wrapper[data-v-6e55c2f2] {
    min-height: unset;
}
}
.close-button[data-v-6e55c2f2] {
  position: absolute;
  top: 10px;
  right: 10px;
  width: 24px;
  height: 24px;
  color: #fff;
}
@media (min-width: 768px) {
.close-button[data-v-6e55c2f2] {
    color: var(--gj-text-color);
}
}
.modal-container[data-v-6e55c2f2] {
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: left;
  padding: 16px 15px;
  width: 100%;
  max-width: 426px;
  margin-inline: auto;
}
.modal-title[data-v-6e55c2f2] {
  color: var(--gj-color-white);
  font-size: 16px;
  font-weight: 600;
  line-height: 130%;
  background-color: var(--gj-color-grey-1);
  min-height: 50px;
  text-wrap: balance;
}
@media (min-width: 768px) {
.modal-title[data-v-6e55c2f2] {
    background-color: unset;
    font-size: 30px;
    line-height: 100%;
    color: var(--gj-color-blue);
    padding-top: 32px;
}
}
.completion-detail-block[data-v-6e55c2f2] {
  font-weight: 600;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 24px;
  color: var(--gj-text-color);
}
.completion-detail-block .completion-title[data-v-6e55c2f2] {
  font-size: 20px;
  font-weight: 600;
  line-height: 135%;
  text-align: center;
  text-wrap: balance;
}
.completion-detail-block .completion-message[data-v-6e55c2f2] {
  font-size: 16px;
  font-weight: 300;
  color: #202830;
  line-height: 130%;
}
.completion-detail-block .change-name[data-v-6e55c2f2] {
  font-size: 12px;
  line-height: 130%;
}
.completion-detail-block .cover-image[data-v-6e55c2f2] {
  width: 100%;
  aspect-ratio: 1/1;
  object-fit: contain;
  line-height: 130%;
}
.completion-detail-block .c-round-btn[data-v-6e55c2f2] {
  margin-top: 8px;
  width: 295px;
}
div.ios-title[data-v-6e55c2f2] {
  display: inline-block;
  font-size: 20px;
  /* height: 33px; */
  letter-spacing: normal;
  margin: 0 auto 20px;
  padding-bottom: 10px;
  position: relative;
  line-height: 1.5;
  color: rgb(34, 34, 34);
}
div.ios-title[data-v-6e55c2f2]::before {
  -webkit-transform: translateX(-50%);
  background-color: #19b3d6;
  bottom: 0;
  content: "";
  display: block;
  font-size: 20px;
  height: 6px;
  left: 50%;
  position: absolute;
  transform: translateX(-50%);
  width: 100%;
}.modal-wrapper[data-v-f7861dc4] {
  position: relative;
  width: 100%;
  max-width: 960px;
  min-height: 100vh;
  overflow-y: auto;
  background-color: #fff;
}
@media (min-width: 768px) {
.modal-wrapper[data-v-f7861dc4] {
    min-height: unset;
}
}
.close-button[data-v-f7861dc4] {
  position: absolute;
  top: 10px;
  right: 10px;
  width: 24px;
  height: 24px;
  color: #fff;
}
@media (min-width: 768px) {
.close-button[data-v-f7861dc4] {
    color: var(--gj-text-color);
}
}
.modal-title[data-v-f7861dc4] {
  color: var(--gj-color-white);
  font-size: 16px;
  font-weight: 600;
  line-height: 130%;
  background-color: var(--gj-color-grey-1);
  min-height: 50px;
}
@media (min-width: 768px) {
.modal-title[data-v-f7861dc4] {
    background-color: unset;
    font-size: 30px;
    line-height: 100%;
    color: var(--gj-color-blue);
    padding-top: 32px;
}
}
.modal-container[data-v-f7861dc4] {
  font-size: 16px;
  font-weight: normal;
  align-items: baseline;
}
p[data-v-f7861dc4] {
  margin-bottom: 10px;
  line-height: 20px;
}
ul[data-v-f7861dc4]:not(.browser-default) {
  margin-bottom: 10px;
}
ul:not(.browser-default) > li[data-v-f7861dc4] {
  list-style: inside;
  line-height: 20px;
}body:has(.overlay:not([style*="display: none"])) {
  overflow-y: hidden;
}
.overlay {
  --gj-text-color: var(--gj-color-light-black);
  display: flex;
  justify-content: center;
  align-items: center;
}