html,
body,
div,
main,
span,
iframe,
h1,
h2,
h3,
h4,
h5,
p,
dfn,
img,
ins,
q,
small,
strong,
var,
i,
dl,
dt,
dd,
ul,
li,
ol,
legend,
table,
caption,
tbody,
tr,
th,
td,
canvas,
footer,
header,
menu,
nav,
section,
mark {
  margin: 0;
  padding: 0;
  border: 0;
  vertical-align: baseline;
  background: transparent;
}
main,
section,
nav,
menu,
header,
footer {
  display: block;
}
body {
  font-family: 'Noto Sans CJK JP', -apple-system, Arial, 'メイリオ', Meiryo,
    sans-serif;
  font-size: 16px;
  line-height: 1;
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
  min-width: 320px;
  display: flex;
  flex-flow: column;
  min-height: 100vh;
  min-width: 320px;
  color: #333;
}
@media screen and (min-width: 768px) {
  body {
    min-width: 1280px;
  }
}
main {
  flex: 1;
}
a {
  text-decoration: none;
  color: inherit;
}
img {
  border: 0;
  vertical-align: top;
  max-width: 100%;
  height: auto;
}
ol,
ul {
  list-style: none;
}
table {
  border: 0 none;
  border-collapse: collapse;
  width: 100%;
}
table th,
table td {
  border: 0 none;
  vertical-align: top;
  font-size: 1em;
  text-align: left;
}
input::-moz-focus-inner,
button::-moz-focus-inner {
  border: 0;
  padding: 0;
}
label {
  cursor: pointer;
}
input {
  vertical-align: middle;
  border-radius: 0;
  outline: none;
  color: inherit;
  font-family: inherit;
}
input[type='text'],
input[type='search'],
input[type='tel'],
input[type='email'],
input[type='image'] {
  appearance: none;
}
input[type='checkbox'],
input[type='radio'] {
  padding: 0;
  box-sizing: border-box;
}
input[name='profile-image'] {
  display: none;
}
input[name='doc1'] {
  display: none;
}
input[name='doc2'] {
  display: none;
}
::-webkit-search-cancel-button {
  -webkit-appearance: none;
}
select {
  color: inherit;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  border: none;
  outline: none;
  background: transparent;
  font-family: inherit;
}
select.is-empty {
  color: #ccc;
}
select::-ms-expand {
  display: none;
}
textarea {
  font-family: inherit;
  border-radius: 0;
}
::placeholder {
  color: #ccc;
}
a,
button {
  outline: 0;
  padding: 0;
  cursor: pointer;
}
@media screen and (max-width: 767px) {
  ._pc {
    display: none;
  }
}
._sp {
  display: none;
}
@media screen and (max-width: 767px) {
  ._sp {
    display: block;
  }
}
.modal_loading {
  position: fixed;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.5);
  display: none;
  align-items: center;
  justify-content: center;
  z-index: 1000;
  top: 0;
  left: 0;
}
._loading .modal_loading {
  display: flex;
}
.header-inner {
  padding: 0 50px 0 0;
  height: 113px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  background: #000;
}
@media screen and (max-width: 767px) {
  .header-inner {
    height: 60px;
    padding: 0 21px 0 0;
  }
}
.header-logo {
  width: 226px;
}
@media screen and (max-width: 767px) {
  .header-logo {
    width: 120px;
  }
}
.header-login a {
  width: 40px;
  height: 44px;
  display: flex;
  flex-flow: column;
  align-items: center;
  justify-content: space-between;
  font-size: 10px;
  line-height: 1.2;
  font-weight: bold;
  color: #fff;
}
.header-menu.show {
  display: block;
}
.header-menu {
  display: none;
  position: absolute;
  background: #fff;
  right: 0;
  top: 50px;
  padding: 16px 12px;
  min-width: 106px;
  box-shadow: 0px 0px 5px 0px rgb(0 0 0 / 10%);
  z-index: 100;
}
.header-menu-link {
  font-size: 10px;
  font-weight: bold;
  line-height: 1.2;
  margin: 0 0 12px 0;
  color: #414141;
}
.header-menu-link:last-child {
  margin: 0;
}
.mypage-links {
  display: flex;
}
.mypage-links > li {
  margin: 0 0 0 28px;
  position: relative;
}
@media screen and (max-width: 767px) {
  .mypage-links > li {
    margin: 0 0 0 16px;
  }
}
.mypage-links > li > a {
  width: 40px;
  height: 44px;
  display: flex;
  flex-flow: column;
  align-items: center;
  justify-content: space-between;
  font-size: 10px;
  line-height: 1.2;
  font-weight: bold;
  white-space: nowrap;
  color: #fff;
}
.mypage-links > li.current > a {
  color: #b8182d;
}
.mypage-links > li.current path {
  fill: #b8182d;
}
.mypage-links > li.current circle {
  stroke: #b8182d;
}
.footer {
  background: #fff;
  padding: 0 48px;
}
@media screen and (max-width: 767px) {
  .footer {
    padding: 32px;
  }
}
.footer-text {
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-flow: wrap;
  padding: 32px 0 0;
}
@media screen and (max-width: 767px) {
  .footer-text {
    align-items: center;
    flex-direction: column;
    padding: 0;
  }
}
.footer-text ul {
  display: flex;
  gap: 0 28px;
  margin: 0 0 32px;
}
@media screen and (max-width: 767px) {
  .footer-text ul {
    align-items: center;
    flex-direction: column;
    margin: 0 0 16px;
  }
}
@media screen and (max-width: 767px) {
  .footer-text ul li {
    margin: 0 0 16px 0;
  }
}
.footer-text ul li a:hover {
  text-decoration: underline;
}
.footer-text ul li:nth-child(1) a {
  font-size: 14px;
  font-weight: 500;
}
.footer-text ul li:not(:nth-child(1)) a {
  font-size: 14px;
  font-weight: 400;
}
@media screen and (max-width: 767px) {
  .footer-text ul li:nth-child(1) a {
    font-size: 14px;
    font-weight: 500;
  }
}
.footer-text ul li:nth-child(1) {
  margin: 0 16px 0 0;
}
@media screen and (max-width: 767px) {
  .footer-text ul li:nth-child(1) {
    margin: 0 0 16px 0;
  }
}
.footer-text small {
  font-size: 12px;
  font-weight: 400;
  margin: 0 0 32px auto;
}
@media screen and (max-width: 767px) {
  .footer-text small {
    margin: 0 0 16px 0;
  }
}
.footer-outer {
  margin: 0 30px;
}
@media screen and (max-width: 767px) {
  .footer-outer {
    margin: 0;
  }
}
.footer-inner {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin: auto;
  max-width: 1280px;
  height: 100px;
}
@media screen and (max-width: 767px) {
  .footer-inner {
    display: block;
    padding: 30px 0;
    max-width: initial;
    height: auto;
  }
}
.footer-lists {
  font-size: 0;
}
@media screen and (max-width: 767px) {
  .footer-lists {
    text-align: center;
  }
}
.footer-list {
  display: inline-block;
  position: relative;
  margin: 0 20px 0 0;
  padding: 0 20px 0 0;
  z-index: 1;
}
.footer-list:last-child {
  margin: 0;
  padding: 0;
}
@media screen and (max-width: 767px) {
  .footer-list:nth-child(n + 2) {
    margin: 0;
    padding: 0;
  }
}
@media screen and (max-width: 767px) {
  .footer-list:nth-child(n + 2):after {
    display: none;
  }
}
@media screen and (max-width: 767px) {
  .footer-list:nth-child(3) {
    margin: 8px 0 0;
    width: 100%;
  }
}
.footer-list:after {
  display: block;
  content: '';
  position: absolute;
  top: 50%;
  right: 0;
  margin: -5px 0 0;
  width: 1px;
  height: 10px;
  background-color: #fff;
  z-index: 1;
}
.footer-list:last-child:after {
  display: none;
}
.footer-list a {
  color: #fff;
  font-size: 14px;
  font-weight: 500;
  text-decoration: none;
  letter-spacing: 0.02em;
  position: relative;
  transition-property: opacity;
  transition-duration: 0.25s;
  z-index: 1;
}
.footer-copyright {
  color: #fff;
  font-size: 14px;
  font-weight: 500;
}
@media screen and (max-width: 767px) {
  .footer-copyright {
    margin: 20px 0 0;
    font-size: 13px;
    text-align: center;
  }
}
.footer-list a:after {
  display: block;
  content: '';
  position: absolute;
  left: 0;
  right: 0;
  bottom: -5px;
  height: 1px;
  background-color: #fff;
  z-index: 1;
  transform: scaleX(0);
  transform-origin: right;
  transition-property: transform;
  transition-duration: 0.25s;
}
.footer-list a:hover {
  opacity: 0.6;
}
.footer-list a:hover:after {
  transform: scaleX(1);
  transform-origin: left;
}
.main {
  padding: 0 0 80px 0;
  background: #dadee4;
}
@media screen and (max-width: 767px) {
  .main {
    padding: 0;
  }
}
.main-inner {
  max-width: 840px;
  margin: 0 auto;
}
.page-title {
  font-size: 24px;
  line-height: 1.2;
  text-align: center;
  font-weight: bold;
  margin: 0 0 28px 0;
  color: #000;
}
@media screen and (max-width: 767px) {
  .page-title {
    text-align: left;
    margin: 0 0 24px 16px;
  }
}
.form {
  margin: 28px 0 0 0;
}
@media screen and (max-width: 767px) {
  .form {
    margin: 24px 0 0 0;
  }
}
.form-text {
  font-size: 14px;
  line-height: 1.5;
}
@media screen and (max-width: 767px) {
  .form-text {
    margin: 0 16px;
  }
}
.form-text._space {
  margin: 12px 0 0 0;
}
@media screen and (max-width: 767px) {
  .form-text._space {
    margin: 12px 16px 0 16px;
  }
}
.form-text-links {
  margin: 12px 0 0 18px;
}
@media screen and (max-width: 767px) {
  .form-text-links {
    margin: 12px 0 0 32px;
  }
}
.form-text-links li {
  font-size: 14px;
  line-height: 1.5;
  list-style: disc;
}
.form-text-links li a {
  color: #b8182d;
  text-decoration: underline;
}
.form-text-links li a:hover {
  text-decoration: none;
}
.form-text._center {
  text-align: center;
}
.form-text-list {
  margin: 20px 0 0 0;
  padding: 0 0 0 15px;
  list-style: disc;
}
@media screen and (max-width: 767px) {
  .form-text-list {
    margin: 20px 16px 0 16px;
  }
}
.form-text-list li {
  font-size: 14px;
  line-height: 1.5;
}
.form-content-page {
  padding: 60px 0 0 0;
}
@media screen and (max-width: 767px) {
  .form-content-page {
    padding: 0;
  }
}
.form-content {
  max-width: 620px;
  margin: 0 auto;
  position: relative;
}
@media screen and (max-width: 767px) {
  .form-content {
    padding: 24px 0 40px 0;
  }
}
.popup-message {
  position: absolute;
  top: -60px;
  left: 0;
  width: 100%;
  padding: 16px;
  box-sizing: border-box;
  background: #fdf6e2;
  border: 1px solid #b8182d;
  z-index: 100;
}
.popup-message._2 {
  position: sticky;
  margin: -60px 0 5px 0;
  top: 0;
}
@media screen and (max-width: 767px) {
  .popup-message {
    top: 0;
  }
}
.popup-message-text {
  font-size: 14px;
  line-height: 1.5;
  display: flex;
  align-items: flex-start;
}
@media screen and (max-width: 767px) {
  .popup-message-text {
    white-space: break-spaces;
  }
}
.popup-message-text:before {
  content: '';
  width: 20px;
  height: 20px;
  margin: 0 10px 0 0;
  background: url('/images/rgg/check-icon.svg') no-repeat;
}
.popup-message-text.error {
  color: #b8182d;
}
.popup-message-text.error:before {
  background: url('/images/rgg/alert-icon.svg') no-repeat;
}
.label {
  font-size: 12px;
  line-height: 1.2;
  height: 18px;
  font-weight: bold;
  margin: 0 0 8px 0;
  display: flex;
  align-items: flex-end;
  color: #000;
}
.input {
  text-indent: 10px;
  font-size: 16px;
  line-height: 1.2;
  border: 1px solid #000;
  height: 44px;
  width: 100%;
  background: #fff;
  padding: 0;
  box-sizing: border-box;
  color: #000;
}
.input-block-unit {
  display: flex;
  align-items: center;
}
.input-label-unit {
  font-size: 12px;
  line-height: 1.2;
  margin: 0 0 0 12px;
  white-space: nowrap;
}
.select {
  text-indent: 10px;
  font-size: 16px;
  line-height: 1.2;
  border: 1px solid #000;
  height: 44px;
  width: 100%;
  background: url('/images/rgg/select-icon.svg') no-repeat center right 16px
    #fff;
  padding: 0;
  box-sizing: border-box;
  cursor: pointer;
}
.radio-list {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  padding: 4px 0 0 0;
  margin: 0 0 -12px 0;
}
@media screen and (max-width: 767px) {
  .radio-list {
    display: block;
    margin: 0;
  }
}
.radio-list li {
  font-size: 16px;
  line-height: 1.2;
  margin: 0 12px 12px 0;
}
@media screen and (max-width: 767px) {
  .radio-list li {
    margin: 0 0 12px 0;
  }
}
.radio-list li input {
  position: absolute;
  opacity: 0;
}
.radio-list li input:disabled + label {
  opacity: 0.5;
  cursor: default;
}
.radio-list li label {
  position: relative;
  display: inline-flex;
  align-items: center;
}
.radio-list li label:before {
  content: '';
  width: 20px;
  height: 20px;
  display: block;
  border: 1px solid #344c34;
  background: #fff;
  border-radius: 20px;
  margin: 0 8px 0 0;
  box-sizing: border-box;
}
.radio-list li > input:checked + label:after {
  content: '';
  position: absolute;
  top: 0;
  left: 5px;
  bottom: 0;
  margin: auto;
  width: 10px;
  height: 10px;
  border-radius: 10px;
  background: #b8182d;
}
.textarea {
  font-size: 16px;
  line-height: 1.5;
  border: 1px solid #000;
  height: 268px;
  width: 100%;
  background: #fff;
  padding: 12px;
  box-sizing: border-box;
  outline: none;
}
.input-message {
  font-size: 12px;
  line-height: 1.5;
  margin: 8px 0 0 0;
  display: flex;
}
.input-message a {
  color: #b8182d;
  text-decoration: underline;
}
.input-message a:hover {
  text-decoration: none;
}
.input-messages {
  margin: 8px 0 0 0;
}
.input-messages .input-message {
  margin: 0;
}
.input-error-message {
  font-size: 12px;
  line-height: 1.4;
  color: #b8182d;
  margin: 8px 0 0 0;
  white-space: break-spaces;
}
.input-error-message a {
  text-decoration: underline;
}
.input-error-message a:hover {
  text-decoration: none;
}
.card-error {
  margin: 8px 0 0 0;
  font-size: 12px;
  line-height: 1.5;
  color: #b8182d;
}
.card-error:empty {
  margin: 0;
}
.label-required {
  font-size: 10px;
  font-weight: bold;
  line-height: 1.1;
  margin: 0 0 0 8px;
  color: #fff;
  background: #b8182d;
  border-radius: 100px;
  width: 32px;
  height: 18px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.form-block {
  margin: 0 0 20px 0;
}
@media screen and (max-width: 767px) {
  .form-block {
    margin: 0 16px 20px 16px;
  }
}
.form-block._payment {
  display: none;
}
.form-block._payment.show {
  display: block;
}
.form-block-double {
  display: flex;
  margin: 0 -8px 20px -8px;
}
@media screen and (max-width: 767px) {
  .form-block-double {
    margin: 0 8px 20px 8px;
  }
}
.form-block-double._payment {
  display: none;
}
.form-block-double._payment.show {
  display: flex;
  align-items: flex-end;
}
.form-block-double .input-block {
  width: 50%;
  margin: 0 8px;
}
.withdrawalreason-other {
  display: none;
}
.withdrawalreason-other.show {
  display: block;
}
.buttons {
  display: flex;
  margin: 0 -10px;
}
@media screen and (max-width: 767px) {
  .buttons {
    margin: 0;
  }
}
.buttons._document {
  display: none;
  margin: 0 -10px 20px -10px;
}
@media screen and (max-width: 767px) {
  .buttons._document {
    margin: 0 12px 22px 12px;
  }
}
.buttons._document.show {
  display: flex;
}
@media screen and (max-width: 767px) {
  .buttons._document.show {
    display: block;
  }
}
.buttons .button-block {
  margin: 0 10px;
  display: none;
}
@media screen and (max-width: 767px) {
  .buttons .button-block {
    margin: 12px 0;
  }
}
.buttons .button-block.show {
  display: block;
}
.button {
  border-radius: 100px;
  width: 300px;
  height: 48px;
  border: none;
  font-size: 16px;
  font-weight: bold;
  line-height: 1.2;
  color: #fff;
  margin: 0 auto;
  background: #b8182d;
  display: flex;
  align-items: center;
  justify-content: center;
}
@media screen and (max-width: 767px) {
  .button {
    width: 100%;
  }
}
.button:disabled {
  background: #dbdada;
  cursor: not-allowed;
}
.button:disabled:hover {
  opacity: 1;
}
.button:hover {
  opacity: 0.8;
}
.button-outline {
  border-radius: 100px;
  width: 300px;
  height: 48px;
  border: none;
  font-size: 16px;
  font-weight: bold;
  line-height: 1.2;
  color: #b8182d;
  margin: 0 auto;
  background: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  border: 2px solid #b8182d;
  box-sizing: border-box;
}
@media screen and (max-width: 767px) {
  .button-outline {
    width: 100%;
  }
}
.button-outline:hover {
  opacity: 0.8;
}
.form-button {
  margin: 28px 0 0 0;
}
@media screen and (max-width: 767px) {
  .form-button {
    margin: 28px 16px 0 16px;
  }
}
.forgot-text-link {
  font-size: 14px;
  line-height: 1.2;
  color: #b8182d;
  text-align: center;
  margin: 20px 0 0 0;
}
.forgot-text-link a {
  text-decoration: underline;
}
.forgot-text-link a:hover {
  text-decoration: none;
}
.login-back-text-link {
  font-size: 14px;
  line-height: 1.2;
  color: #b8182d;
  text-align: center;
  margin: 20px 0 0 0;
}
.login-back-text-link a {
  text-decoration: underline;
}
.login-back-text-link a:hover {
  text-decoration: none;
}
.beginner-banner {
  max-width: 339px;
  margin: 40px auto 0 auto;
}
@media screen and (max-width: 767px) {
  .beginner-banner {
    padding: 0 16px;
  }
}
.beginner-banner a:hover {
  opacity: 0.8;
}
.password-send-message {
  border: 1px solid #b8182d;
  background: #fdf6e2;
  padding: 16px;
}
.password-send-message-text {
  font-size: 14px;
  line-height: 1.5;
  margin: 0 0 12px 0;
}
.password-send-message-text a {
  color: #b8182d;
  text-decoration: underline;
}
.password-send-message-text a:hover {
  text-decoration: none;
}
.password-send-message-text-link {
  font-size: 14px;
  line-height: 1.2;
  color: #b8182d;
  text-align: center;
}
.password-send-message-text-link a {
  text-decoration: underline;
}
.password-send-message-text-link a:hover {
  text-decoration: none;
}
.mypage {
  display: flex;
  max-width: 840px;
  padding: 60px 0 0 0;
  margin: 0 auto;
  justify-content: space-between;
}
@media screen and (max-width: 767px) {
  .mypage {
    padding: 1px 0 0 0;
    flex-flow: column;
  }
}
.mypage-nav {
  width: 220px;
}
@media screen and (max-width: 767px) {
  .mypage-nav {
    width: 100%;
    order: 2;
    margin: 40px 0 0 0;
  }
}
.mypage-nav._sp_only {
  display: none;
}
@media screen and (max-width: 767px) {
  .mypage-nav._sp_only {
    display: block;
    margin: 0;
  }
}
.mypage-main {
  width: 620px;
  margin: 0 auto;
  position: relative;
}
@media screen and (max-width: 767px) {
  .mypage-main {
    width: 100%;
    order: 1;
  }
}
.mypage-top-title {
  font-size: 24px;
  line-height: 1.2;
  font-weight: bold;
  margin: 0 0 28px 0;
  position: relative;
}
@media screen and (max-width: 767px) {
  .mypage-top-title {
    margin: 24px 0 28px 16px;
  }
}
.mypage-top-title._center {
  text-align: center;
}
@media screen and (max-width: 767px) {
  .mypage-top-title._center._rejoin {
    text-align: left;
  }
}
.mypage-top-title a:before {
  content: '';
  width: 36px;
  height: 36px;
  background: url('/images/rgg/page-back-icon.svg') no-repeat;
  position: absolute;
  left: -52px;
  top: 0;
  bottom: 0;
  margin: auto;
}
.mypage-title {
  font-size: 24px;
  line-height: 1.2;
  font-weight: bold;
  margin: 0 0 28px 0;
  position: relative;
}
@media screen and (max-width: 767px) {
  .mypage-title {
    background: #fff;
    margin: 0;
    display: flex;
    height: 40px;
    align-items: center;
    padding: 0 16px;
    font-size: 14px;
    justify-content: center;
    margin: 0 0 24px 0;
  }
}
@media screen and (max-width: 767px) {
  .mypage-title._news {
    margin: 0 0 1px 0;
  }
}
.mypage-title a {
  width: 36px;
  height: 36px;
  position: absolute;
  left: -52px;
  top: 0;
  bottom: 0;
  margin: auto;
}
@media screen and (max-width: 767px) {
  .mypage-title a {
    width: 36px;
    height: 36px;
    position: absolute;
    left: 2px;
    top: 0;
    bottom: 0;
    margin: auto;
  }
}
.mypage-block-label {
  font-size: 12px;
  line-height: 1.2;
  font-weight: bold;
  color: #888;
  margin: 0 0 8px 0;
  display: flex;
  align-items: center;
}
@media screen and (max-width: 767px) {
  .mypage-block-label {
    margin: 0 0 8px 16px;
  }
}
.mypage-block-labels {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.mypage-block-label-action {
  font-size: 12px;
  line-height: 1.2;
  font-weight: bold;
  color: #b8182d;
  margin: 0 0 8px 0;
  cursor: pointer;
}
@media screen and (max-width: 767px) {
  .mypage-block-label-action {
    margin: 0 16px 8px 0;
  }
}
.mypage-block-label-action:hover {
  text-decoration: underline;
}
.mypage-block {
  margin: 0 0 28px 0;
  position: relative;
}
.mypage-profile {
  display: flex;
  background: #fff;
  padding: 16px 40px 16px 16px;
  box-sizing: border-box;
  width: 100%;
  position: relative;
}
.mypage-profile:after {
  content: '';
  position: absolute;
  display: block;
  top: 0;
  bottom: 0;
  margin: auto;
  right: 16px;
  width: 9px;
  height: 14px;
  background: url('/images/rgg/link-arrow.svg') no-repeat;
}
.mypage-profile-image {
  width: 80px;
  min-width: 80px;
  height: 80px;
  border-radius: 80px;
  margin: 0 16px 0 0;
  overflow: hidden;
}
.mypage-profile-content {
  display: flex;
  flex-flow: column;
  justify-content: center;
}
.mypage-profile-name {
  font-size: 18px;
  font-weight: bold;
  line-height: 1.2;
  font-weight: bold;
  margin: 0 0 4px 0;
  word-break: break-all;
}
.mypage-profile-number {
  font-size: 14px;
  font-weight: bold;
  line-height: 1.2;
  font-weight: bold;
  color: #888;
  word-break: break-all;
  margin: 0 0 4px 0;
}
.mypage-profile-email {
  font-size: 14px;
  font-weight: bold;
  line-height: 1.2;
  font-weight: bold;
  color: #888;
  word-break: break-all;
}
@media screen and (max-width: 767px) {
  .mypage-nav-links {
    border-top: 1px solid #dbdada;
  }
}
.mypage-nav-links li {
  font-size: 16px;
  line-height: 1.2;
  padding: 8px 8px 8px 16px;
  margin: 0 0 8px 0;
  position: relative;
  color: #000;
}
@media screen and (max-width: 767px) {
  .mypage-nav-links li {
    border-bottom: 1px solid #dbdada;
    padding: 0;
    margin: 0;
  }
}
@media screen and (max-width: 767px) {
  .mypage-nav-links li a {
    display: flex;
    padding: 0 0 0 16px;
    align-items: center;
    height: 55px;
  }
}
.mypage-nav-links li a:hover {
  color: #b8182d;
}
.mypage-nav-links li.current {
  color: #b8182d;
  font-weight: bold;
}
.mypage-nav-links li.current:before {
  content: '';
  width: 4px;
  height: 100%;
  background: #b8182d;
  position: absolute;
  left: 0;
  top: 0;
}
.coin {
  margin: 0 0 1px 0;
}
.coin-blocks {
  width: 100%;
  display: flex;
  margin: 0 -0.5px;
}
@media screen and (max-width: 767px) {
  .coin-blocks {
    flex-flow: column;
  }
}
.coin-block {
  width: 50%;
  background: #fff;
  margin: 0 0.5px;
  padding: 16px;
  display: flex;
  align-items: center;
  box-sizing: border-box;
}
@media screen and (max-width: 767px) {
  .coin-block {
    width: 100%;
    margin: 0 0 1px 0;
  }
}
.coin-block._wide {
  width: 100%;
}
.coin-block img {
  margin: 0 12px 0 0;
}
.coin-block-head {
  font-size: 12px;
  font-weight: bold;
  line-height: 1.3;
}
.coin-block-number {
  font-size: 24px;
  font-weight: bold;
  line-height: 1.3;
  color: #bba15c;
}
.coin-block-number span {
  font-size: 16px;
  line-height: 1.3;
}
.coin-links {
  width: 50%;
  margin: 0 -0.5px -1px 0.5px;
  display: flex;
  flex-flow: column;
}
@media screen and (max-width: 767px) {
  .coin-links {
    width: 100%;
  }
}
.coin-links a {
  width: 100%;
  height: 100%;
  min-height: 56px;
  display: flex;
  align-items: center;
  margin: 0 0 1px 0;
  padding: 0 16px;
  box-sizing: border-box;
  font-size: 16px;
  line-height: 1.2;
  background: #fff;
  position: relative;
}
.coin-links a img {
  margin: 0 8px 0 0;
}
.coin-links a:after {
  content: '';
  position: absolute;
  display: block;
  top: 0;
  bottom: 0;
  margin: auto;
  right: 16px;
  width: 9px;
  height: 14px;
  background: url(/images/wpg/link-arrow.svg) no-repeat;
}
@media screen and (max-width: 767px) {
  .coin-input-body {
    margin: 0 16px;
  }
}
.coin-input-text {
  font-size: 14px;
  line-height: 1.5;
}
.coin-status {
  padding: 20px 16px 12px 16px;
  margin: 24px 0;
  background: #fff;
}
.coin-status-row {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  margin: 0 0 8px 0;
}
.coin-status-row p {
  font-size: 14px;
  line-height: 1.5;
}
.coin-status-row p:nth-child(2) {
  text-align: right;
}
.coin-status-price {
  padding: 20px 16px 12px 16px;
  margin: -23px 0 28px 0;
  background: #fff;
}
.coin-form-block {
  display: flex;
  align-items: flex-start;
}
.coin-form-block .input {
  max-width: 140px;
}
.coin-form-buttons {
  display: flex;
  align-items: center;
  justify-content: center;
}
.coin-form-buttons .button {
  max-width: 222px;
  margin: 0;
}
.coin-form-button-back {
  font-size: 16px;
  font-weight: bold;
  line-height: 1.2;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100px;
  min-width: 100px;
  height: 48px;
  border: 2px solid #bba15c;
  box-sizing: border-box;
  border-radius: 40px;
  color: #bba15c;
  margin: 0 16px 0 0;
  background: #fff;
}
.coin-modal {
  background: #fff;
  width: 343px;
  max-height: 80vh;
  display: flex;
  position: relative;
}
@media screen and (max-width: 767px) {
  .coin-modal {
    width: 92%;
  }
}
.coin-modal-inner {
  width: 100%;
  height: auto;
  overflow: auto;
  padding: 24px;
}
.coin-modal-close {
  position: absolute;
  top: -18px;
  right: -18px;
  cursor: pointer;
}
@media screen and (max-width: 767px) {
  .coin-modal-close {
    top: -22px;
    right: 0;
  }
}
.coin-modal-head {
  font-size: 16px;
  line-height: 1.5;
  font-weight: bold;
  text-align: center;
  margin: 0 0 16px 0;
}
.coin-modal-text {
  font-size: 12px;
  line-height: 1.5;
}
.stage {
  background: #fff;
  position: relative;
  padding: 12px 115px 12px 16px;
}
@media screen and (max-width: 767px) {
  .stage {
    padding: 12px 111px 12px 16px;
  }
}
.stage-header {
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  margin: 0 0 10px 0;
  position: relative;
  padding: 16px 0 0 0;
}
@media screen and (max-width: 374px) {
  .stage-header {
    align-items: flex-start;
    flex-flow: column;
  }
}
.stage-sub {
  position: absolute;
  top: 0;
  left: 0;
  font-size: 12px;
  line-height: 1.2;
  font-weight: bold;
  color: #888;
}
.stage-sub-total {
  position: absolute;
  top: -16px;
  left: 0;
  font-weight: 400;
}
.stage-title {
  font-size: 16px;
  line-height: 1.4;
  font-weight: bold;
}
.stage-point {
  font-size: 18px;
  font-weight: bold;
  line-height: 1.2;
  position: relative;
}
.stage-point span {
  font-size: 12px;
}
@media screen and (max-width: 767px) {
  .stage-point span.pc {
    display: none;
  }
}
.stage-point span.sp {
  display: none;
}
@media screen and (max-width: 767px) {
  .stage-point span.sp {
    display: inline;
  }
}
.stage-meter {
  height: 16px;
  box-shadow: 0px 0px 0px 2px #b8182d inset;
  border-radius: 16px;
  margin: 0 0 12px 0;
  position: relative;
  box-sizing: border-box;
}
.stage-meter span {
  position: absolute;
  top: 0;
  left: 0;
  height: 16px;
  border-radius: 16px;
  background-color: #b8182d;
  background-image: url('/images/rgg/meter-bg.svg');
  background-repeat: repeat-x;
  background-position: center center;
  width: 0;
  transition: 0.5s;
}
.stage-point-memo {
  display: flex;
  justify-content: space-between;
}
@media screen and (max-width: 767px) {
  .stage-point-memo {
    flex-flow: column;
  }
}
.stage-point-goal {
  font-size: 12px;
  line-height: 1.2;
  color: #888;
  white-space: nowrap;
}
@media screen and (max-width: 767px) {
  .stage-point-goal {
    margin: 0 0 4px 0;
  }
}
.stage-point-goal-link {
  font-size: 12px;
  line-height: 1.2;
  color: #b8182d;
}
@media screen and (max-width: 767px) {
  .stage-point-goal-link {
    margin: 0 0 4px 0;
  }
}
.stage-point-goal-link a {
  text-decoration: underline;
}
.stage-point-goal-link a:hover {
  text-decoration: none;
}
.stage-point-attention {
  font-size: 12px;
  line-height: 1.2;
  margin: 6px 0 0 0;
  white-space: nowrap;
}
.stage-icon {
  position: absolute;
  top: 12px;
  right: 12px;
  width: 92px;
}
@media screen and (max-width: 767px) {
  .stage-icon {
    right: 9px;
  }
}
.stage-link {
  background: #fff;
}
.stage-link a {
  display: flex;
  width: 100%;
  height: 56px;
  padding: 16px;
  box-sizing: border-box;
  align-items: center;
  position: relative;
  margin: 1px 0 0 0;
}
.stage-link a:after {
  content: '';
  position: absolute;
  display: block;
  top: 0;
  bottom: 0;
  margin: auto;
  right: 16px;
  width: 9px;
  height: 14px;
  background: url('/images/rgg/link-arrow.svg') no-repeat;
}
.stage-link-icon {
  margin: 0 8px 0 0;
}
.point-history-list > li {
  margin: 0 0 12px 0;
}
.point-history-date {
  font-size: 12px;
  line-height: 1.5;
  font-weight: bold;
  color: #888;
  margin: 0 0 8px 0;
}
@media screen and (max-width: 767px) {
  .point-history-date {
    margin: 0 0 8px 16px;
  }
}
.point-history-detail-list > li {
  display: flex;
  align-items: center;
  padding: 16px;
  background: #fff;
  margin: 0 0 1px 0;
}
.point-history-detail-icon {
  width: 48px;
  height: 48px;
  min-width: 48px;
}
.point-history-detail-title {
  font-size: 14px;
  line-height: 1.5;
  font-weight: bold;
  margin: 0 0 2px 0;
}
.point-history-detail-text {
  font-size: 12px;
  line-height: 1.5;
}
.point-history-detail-content {
  margin: 0 0 0 12px;
  padding: 0 8px 0 0;
}
.point-history-detail-number {
  font-size: 20px;
  line-height: 1;
  font-weight: bold;
  margin: 0 0 0 auto;
  text-align: right;
}
.point-history-detail-number.add {
  color: #cba457;
}
.point-history-detail-number.used {
  color: #888;
}
.point-history-detail-number span {
  font-size: 10px;
}
.plan {
  margin: 1px 0 0 0;
}
@media screen and (max-width: 767px) {
  .plan {
    margin: 0;
  }
}
@media screen and (max-width: 767px) {
  .plan._rejoin {
    margin: 1px 0 0 0;
  }
}
.plan-blocks {
  display: flex;
  position: relative;
  margin: 0 -0.5px;
}
@media screen and (max-width: 767px) {
  .plan-blocks {
    flex-flow: column;
    margin: 0;
  }
}
.plan-blocks._rejoin {
  margin: 0;
  flex-direction: row-reverse;
}
@media screen and (max-width: 767px) {
  .plan-blocks._rejoin {
    margin: 0;
  }
}
.plan-block {
  background: #fff;
  width: 50%;
  box-sizing: border-box;
  padding: 16px;
  margin: 0 0.5px;
  position: relative;
}
@media screen and (max-width: 767px) {
  .plan-block {
    width: 100%;
    margin: 1px 0 0 0;
  }
}
.plan-block._rejoin {
  margin: 0;
}
@media screen and (max-width: 767px) {
  .plan-block._rejoin {
    width: 50%;
    margin: 0;
  }
}
.plan-head {
  font-size: 12px;
  line-height: 1.2;
  font-weight: bold;
  color: #888;
  margin: 0 0 8px 0;
}
.plan-text {
  display: flex;
  align-items: center;
  font-size: 16px;
  line-height: 1.2;
  height: 23px;
}
.plan-text img {
  margin: 0 8px 0 0;
}
.plan-text._rejoin {
  color: #b8182d;
  font-size: 12px;
  justify-content: flex-end;
  margin: 0 25px 0 0;
}
.plan-limited {
  font-size: 10px;
  font-weight: 400;
  line-height: 15px;
  display: flex;
  align-items: flex-end;
  color: #888;
  padding: 0 0 0 28px;
  margin: 6px 0 0 0;
  justify-content: space-between;
}
.plan-limited span {
  font-size: 12px;
  font-weight: 400;
  line-height: 18px;
  color: #000;
  margin: -6px 0 0 0;
}
.plan-limited span i {
  font-style: normal;
  font-size: 20px;
  font-weight: 400;
  line-height: 20px;
}
.credit-card {
  background: #fff;
  display: flex;
  padding: 16px;
  align-items: center;
  justify-content: space-between;
}
@media screen and (max-width: 767px) {
  .credit-card {
    flex-wrap: wrap;
  }
}
.credit-card-number {
  font-size: 16px;
  line-height: 1.2;
  display: flex;
  align-items: center;
}
@media screen and (max-width: 360px) {
  .credit-card-number {
    font-size: 14px;
    white-space: nowrap;
  }
}
.credit-card-number img {
  margin: 0 12px 0 0;
}
.credit-card-alert {
  font-size: 12px;
  line-height: 1.2;
  display: flex;
  align-items: center;
  color: #b8182d;
  margin: 0 0 0 auto;
}
@media screen and (max-width: 767px) {
  .credit-card-alert {
    width: 100%;
    margin: 12px 0 0 0;
    order: 3;
  }
}
.credit-card-alert img {
  margin: 0 12px 0 0;
}
@media screen and (max-width: 360px) {
  .credit-card-alert img {
    margin: 0 6px 0 0;
  }
}
.next-settlement {
  font-size: 12px;
  line-height: 1.2;
  margin: 0 0 0 20px;
}
.next-settlement {
  font-size: 12px;
  line-height: 1.2;
  margin: 0 0 0 20px;
  order: 3;
}
@media screen and (max-width: 767px) {
  .next-settlement {
    order: 2;
  }
}
.credit-card-edit-link {
  font-size: 14px;
  line-height: 1.2;
  color: #b8182d;
  margin: 0 12px -4px auto;
}
.credit-card-edit-link a {
  text-decoration: underline;
}
.credit-card-edit-link a:hover {
  text-decoration: none;
}
.credit-card-links {
  display: flex;
  margin: 0 -0.5px;
}
@media screen and (max-width: 767px) {
  .credit-card-links {
    flex-flow: column;
    margin: 0;
  }
}
.credit-card-links a {
  width: 50%;
  height: 56px;
  display: flex;
  align-items: center;
  margin: 1px 0.5px 0 0.5px;
  padding: 0 16px;
  box-sizing: border-box;
  font-size: 16px;
  line-height: 1.2;
  background: #fff;
  position: relative;
}
@media screen and (max-width: 767px) {
  .credit-card-links a {
    width: 100%;
    margin: 1px 0 0 0;
  }
}
.credit-card-links a:after {
  content: '';
  position: absolute;
  display: block;
  top: 0;
  bottom: 0;
  margin: auto;
  right: 16px;
  width: 9px;
  height: 14px;
  background: url('/images/rgg/link-arrow.svg') no-repeat;
}
.credit-card-links a img {
  margin: 0 10px 0 0;
}
.mypage-setting {
  display: flex;
  margin: 0 -0.5px;
}
@media screen and (max-width: 767px) {
  .mypage-setting {
    flex-flow: column;
    margin: 0;
  }
}
.mypage-setting a {
  width: 50%;
  height: 56px;
  display: flex;
  align-items: center;
  margin: 1px 0.5px 0 0.5px;
  padding: 0 16px;
  box-sizing: border-box;
  font-size: 16px;
  line-height: 1.2;
  background: #fff;
  position: relative;
}
@media screen and (max-width: 767px) {
  .mypage-setting a {
    width: 100%;
    margin: 1px 0 0 0;
  }
}
.mypage-setting a img {
  margin: 0 10px 0 0;
}
.mypage-setting a:after {
  content: '';
  position: absolute;
  display: block;
  top: 0;
  bottom: 0;
  margin: auto;
  right: 16px;
  width: 9px;
  height: 14px;
  background: url('/images/rgg/link-arrow.svg') no-repeat;
}
.information {
  margin: 0 -0.5px 28px -0.5px;
  display: flex;
}
@media screen and (max-width: 767px) {
  .information {
    margin: 0 0 28px 0;
    flex-flow: column;
  }
}
.news-block {
  width: 50%;
  margin: 0 0.5px;
  background: #fff;
}
@media screen and (max-width: 767px) {
  .news-block {
    width: 100%;
    margin: 0;
  }
}
.news-link {
  background: #fff;
}
.news-link a {
  display: flex;
  align-items: center;
  width: 100%;
  height: 56px;
  padding: 0 16px;
  box-sizing: border-box;
  font-size: 16px;
  font-weight: bold;
  line-height: 1.2;
  position: relative;
}
.news-list li {
  border-top: 1px solid #efefed;
  background: #fff;
}
.news-list li a {
  display: flex;
  flex-flow: column;
  padding: 16px 45px 16px 16px;
  justify-content: center;
  position: relative;
}
.news-list li a:after {
  content: '';
  position: absolute;
  display: block;
  top: 0;
  bottom: 0;
  margin: auto;
  right: 16px;
  width: 9px;
  height: 14px;
  background: url('/images/rgg/link-arrow.svg') no-repeat;
}
.news-list-header {
  display: flex;
  align-items: center;
  margin: 0 0 8px 0;
}
.news-list-date {
  font-size: 12px;
  font-weight: bold;
  line-height: 22px;
  color: #888;
  margin: 0 12px 0 0;
}
.news-list-category {
  font-size: 12px;
  font-weight: bold;
  line-height: 22px;
  color: #b8182d;
}
.news-list-content {
  font-size: 14px;
  line-height: 18px;
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
}
.support-block {
  width: 50%;
  margin: 0 0.5px;
  display: flex;
  flex-flow: column;
  background: #fff;
}
@media screen and (max-width: 767px) {
  .support-block {
    width: 100%;
    margin: 1px 0 0 0;
  }
}
.support-block-label {
  display: flex;
  align-items: center;
  width: 100%;
  height: 56px;
  font-size: 16px;
  padding: 0 16px;
  box-sizing: border-box;
  font-weight: bold;
  line-height: 1.2;
  background: #fff;
}
.support-block-content {
  border-top: 1px solid #efefed;
  background: #fff;
  padding: 16px;
  flex: 1;
}
.support-block-text {
  font-size: 14px;
  line-height: 1.5;
  margin: 0 0 16px 0;
}
.support-block-link a {
  font-size: 14px;
  font-weight: bold;
  line-height: 1.2;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 40px;
  border: 2px solid #b8182d;
  box-sizing: border-box;
  border-radius: 40px;
  color: #b8182d;
}
.profile-image {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-flow: column;
  margin: 0 0 28px 0;
}
.profile-image img {
  width: 80px;
  height: 80px;
  border-radius: 80px;
  overflow: hidden;
  margin: 0 0 8px 0;
  box-sizing: border-box;
  border: 1px solid #dbdada;
}
.profile-name {
  font-size: 20px;
  line-height: 1.2;
  font-weight: bold;
  text-align: center;
}
.profile-content {
  background: #fff;
  padding: 16px;
}
.profile-content-label {
  font-size: 12px;
  line-height: 1.2;
  font-weight: bold;
  margin: 12px 0 4px 0;
}
.profile-content-label:first-child {
  margin: 0 0 4px 0;
}
.profile-content-text {
  font-size: 16px;
  line-height: 1.5;
}
.profile-content-text._shopify {
  display: flex;
  align-items: center;
}
.profile-content-text a {
  color: #b8182d;
  text-decoration: underline;
}
.profile-links {
  display: flex;
  margin: 0 -10px;
}
.profile-content-text span {
  margin: 0 8px;
  background: #efefed;
  width: 1px;
  height: 12px;
}
@media screen and (max-width: 767px) {
  .profile-links {
    flex-flow: column;
    margin: 0 16px;
  }
}
.profile-links a {
  font-size: 14px;
  font-weight: bold;
  line-height: 1.2;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 40px;
  border: 2px solid #b8182d;
  box-sizing: border-box;
  border-radius: 40px;
  color: #b8182d;
  margin: 0 10px;
  background: #fff;
}
@media screen and (max-width: 767px) {
  .profile-links a {
    margin: 0 0 12px 0;
  }
}
.mypage-back-link {
  text-align: center;
  font-size: 14px;
  line-height: 1.2;
  color: #b8182d;
  margin: 20px 0 0 0;
}
.mypage-back-link a {
  text-decoration: underline;
}
.mypage-back-link a:hover {
  text-decoration: none;
}
.profile-setting {
  margin: 0 0 28px 0;
  display: flex;
  align-items: center;
}
@media screen and (max-width: 767px) {
  .profile-setting {
    margin: 0 16px 20px 25px;
  }
}
.profile-setting-image {
  width: 80px;
  height: 80px;
  margin: 0 16px 0 0;
  position: relative;
}
.upload-loading {
  display: none;
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  align-items: center;
  justify-content: center;
  border-radius: 80px;
  background: rgba(0, 0, 0, 0.5);
}
.profile-setting-image .upload-loading img {
  border: none;
  width: 50px;
  height: 50px;
  object-fit: contain;
}
.upload-loading.show {
  display: flex;
}
.profile-setting-image img {
  width: 80px;
  height: 80px;
  min-width: 80px;
  object-fit: cover;
  border-radius: 80px;
  border: 1px solid #dbdada;
}
.profile-setting-name {
  font-size: 20px;
  font-weight: bold;
  line-height: 1.2;
  margin: 0 0 4px 0;
}
.profile-setting-image-change {
  font-size: 14px;
  line-height: 1.2;
  color: #b8182d;
}
.profile-setting-image-change a {
  text-decoration: underline;
}
.profile-setting-image-change a:hover {
  text-decoration: none;
}
.mypage-link-button {
  display: flex;
  flex-flow: column;
  align-items: center;
  justify-content: center;
  margin: 28px 0 0 0;
}
.mypage-link-button a {
  font-size: 14px;
  font-weight: bold;
  line-height: 1.2;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 300px;
  height: 40px;
  background: #b8182d;
  box-sizing: border-box;
  border-radius: 40px;
  color: #fff;
  margin: 0 10px;
}
.mypage-back-link-button {
  display: flex;
  flex-flow: column;
  align-items: center;
  justify-content: center;
  margin: 28px 0 0 0;
}
.mypage-back-link-button a {
  font-size: 14px;
  font-weight: bold;
  line-height: 1.2;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 300px;
  height: 40px;
  border: 2px solid #b8182d;
  box-sizing: border-box;
  border-radius: 40px;
  color: #b8182d;
  margin: 0 10px;
  background: #fff;
}
.payment-history {
  margin: 0 0 28px 0;
}
.payment-history-message {
  display: flex;
  padding: 16px;
  font-size: 14px;
  line-height: 1.5;
  background: #f7ecee;
  border: 1px solid #b8182d;
  align-items: center;
  margin: 0 0 28px 0;
}
.payment-history-message._empty {
  background: #fdf6e2;
  border: 1px solid #b8182d;
}
@media screen and (max-width: 767px) {
  .payment-history-message {
    margin: 0 16px 24px 16px;
  }
}
.payment-history-message img {
  margin: 0 10px 0 0;
}
.payment-history-table {
  width: 100%;
}
.payment-history-table th {
  font-size: 12px;
  line-height: 1.2;
  padding: 0 16px 8px 16px;
}
@media screen and (max-width: 767px) {
  .payment-history-table th {
    padding: 0 8px 8px 8px;
  }
}
.payment-history-table th:nth-child(4) {
  text-align: right;
}
@media screen and (max-width: 767px) {
  .payment-history-table th:nth-child(5) {
    display: none;
  }
}
.payment-history-table td {
  background: #fff;
  font-size: 14px;
  line-height: 1.2;
  padding: 16px;
  border-bottom: 1px solid #efefed;
}
@media screen and (max-width: 767px) {
  .payment-history-table td {
    font-size: 13px;
    padding: 16px 8px;
  }
}
.payment-history-table tr.unpaid td {
  background: #f7ecee;
}
.payment-history-table tr:last-child td {
  border-bottom: none;
}
.payment-history-table td:nth-child(4) {
  text-align: right;
  font-weight: bold;
}
.payment-history-table td:nth-child(4) a {
  display: none;
}
@media screen and (max-width: 767px) {
  .payment-history-table td:nth-child(4) a {
    color: #b8182d;
    text-decoration: underline;
    display: block;
    margin: 4px 0 0 0;
  }
}
.payment-history-table td:nth-child(5) {
  text-align: right;
}
@media screen and (max-width: 767px) {
  .payment-history-table td:nth-child(5) {
    display: none;
  }
}
.payment-history-table td:nth-child(5) a {
  color: #b8182d;
  text-decoration: underline;
}
.payment-history-table td:nth-child(5) a:hover {
  text-decoration: none;
}
.payment-history-table tr.not-payment td {
  background: #f7ecee;
}
.pager {
  margin: 28px 0 0 0;
  display: flex;
  justify-content: center;
}
@media screen and (max-width: 767px) {
  .pager {
    margin: 28px 8px 0 8px;
  }
}
.pager-list {
  display: flex;
  width: 100%;
}
.pager-list > li {
  display: flex;
  width: 36px;
  height: 36px;
  border-radius: 36px;
  box-sizing: border-box;
  font-size: 14px;
  color: #000;
  line-height: 1.2;
  justify-content: center;
  align-items: center;
  overflow: hidden;
  margin: 0 4px;
  background: #fff;
}
.pager-list > li a {
  display: flex;
  width: 36px;
  height: 36px;
  justify-content: center;
  align-items: center;
}
.pager-list > li a:hover {
  color: #b8182d;
  font-weight: bold;
}
.pager-list > li span {
  display: flex;
  width: 36px;
  height: 36px;
  font-weight: bold;
  justify-content: center;
  align-items: center;
  color: #b8182d;
}
.pager-list > li.prev {
  margin: 0 auto 0 0;
}
.pager-list > li.next {
  margin: 0 0 0 auto;
}
.pager-list > li.prev a {
  background: url('/images/rgg/pager-arrow.svg') no-repeat center center;
  transform: rotate(180deg);
}
.pager-list > li.next a {
  background: url('/images/rgg/pager-arrow.svg') no-repeat center center;
}
.pager-list > li.prev span {
  background: url('/images/rgg/pager-arrow-gray.svg') no-repeat center center;
  transform: rotate(180deg);
}
.pager-list > li.next span {
  background: url('/images/rgg/pager-arrow-gray.svg') no-repeat center center;
}
.news-detail {
  padding: 16px;
  background: #fff;
  margin: 0 0 28px 0;
}
.news-detail-title {
  font-size: 18px;
  font-weight: bold;
  line-height: 1.5;
  margin: 0 0 16px 0;
}
.news-detail-content {
  word-wrap: break-word;
}
.news-detail-content h2,
.news-detail-content h3,
.news-detail-content h4,
.news-detail-content h5 {
  margin: 0 0 14px 0;
}
.news-detail-content p {
  font-size: 14px;
  line-height: 1.5;
  margin: 0 0 14px 0;
}
.news-detail a {
  color: #b8182d;
  text-decoration: underline;
}
.news-detail a:hover {
  text-decoration: none;
}
.payment-content {
  margin: 0 0 28px 0;
}
.payment-content .credit-card {
  margin: 0 0 1px 0;
}
.credit-card input {
  position: absolute;
  opacity: 0;
}
.credit-card label {
  position: relative;
  display: inline-flex;
  align-items: center;
}
.credit-card label:before {
  content: '';
  width: 20px;
  height: 20px;
  display: block;
  border: 1px solid #000;
  background: #fff;
  border-radius: 20px;
  margin: 0 8px 0 0;
  box-sizing: border-box;
}
.credit-card input:checked + label:after {
  content: '';
  position: absolute;
  top: 0;
  left: 5px;
  bottom: 0;
  margin: auto;
  width: 10px;
  height: 10px;
  border-radius: 10px;
  background: #b8182d;
}
.payment-add-link {
  margin: 0 16px;
}
.modal-layer {
  position: fixed;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  background: rgba(0, 0, 0, 0.6);
  display: none;
  align-items: center;
  justify-content: center;
  z-index: 100;
}
.modal-layer.show {
  display: flex;
}
.modal-content {
  background: #fff;
  height: 245px;
  overflow: auto;
  max-width: 343px;
  padding: 28px 20px;
  box-sizing: border-box;
}
.modal-content._preview {
  height: auto;
  max-width: 80%;
}
@media screen and (max-height: 375px) {
  .modal-content {
    height: calc(100% - 20px);
  }
}
@media screen and (max-width: 767px) {
  .modal-content {
    margin: 0 16px;
    max-width: initial;
  }
}
.modal-content._unpaid-billing {
  height: 420px;
}
.modal-content._unpaid-billing.show {
  display: block;
}
.modal-content._payment_procedure {
  height: auto;
  display: none;
}
.modal-content._payment_procedure.show {
  display: block;
}
.modal-layer-inner {
  position: relative;
}
.modal-close-icon {
  position: absolute;
  top: -22px;
  right: -22px;
  cursor: pointer;
}
@media screen and (max-width: 767px) {
  .modal-close-icon {
    right: 18px;
  }
}
.modal-content-head {
  text-align: center;
  font-size: 16px;
  line-height: 1.5;
  font-weight: bold;
  margin: 0 0 20px 0;
}
.modal-content-text {
  font-size: 14px;
  line-height: 1.5;
  margin: 0 0 12px 0;
}
.modal-content-text span {
  font-weight: bold;
  color: #b8182d;
}
.modal-buttons {
  margin: 20px -7px 0 -7px;
  display: flex;
  justify-content: center;
}
.modal-buttons a,
.modal-buttons button {
  width: 144px;
  margin: 0 7px;
}
.preview-file {
  margin: 10px 0 0 0;
  display: none;
  align-items: flex-start;
  font-size: 14px;
  line-height: 1.2;
  width: 300px;
}
@media screen and (max-width: 767px) {
  .preview-file {
    width: 100%;
    margin: 10px 0 18px 0;
  }
}
.preview-file.show {
  display: flex;
}
.preview-file-link {
  margin: 0 12px 0 0;
  color: #b8182d;
  word-break: break-all;
}
.preview-file-link:hover {
  text-decoration: underline;
}
.preview-file-delete {
  min-width: 48px;
}
.plan-steps {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 304px;
  margin: 0 auto;
  position: relative;
}
.plan-steps:before {
  content: '';
  width: 100%;
  height: 2px;
  background: #888;
  position: absolute;
  top: 0;
  bottom: 0;
  margin: auto;
  left: 0;
}
.plan-steps:after {
  content: '';
  width: 0;
  height: 2px;
  background: #b8182d;
  position: absolute;
  top: 0;
  bottom: 0;
  margin: auto;
  left: 0;
}
.plan-steps._step2:after {
  width: 50%;
}
.plan-steps._step3:after {
  width: 100%;
}
.plan-steps li {
  width: 80px;
  min-width: 80px;
  height: 80px;
  border: 2px solid #888;
  box-sizing: border-box;
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 0 16px;
  background: #fff;
  border-radius: 80px;
  flex-flow: column;
  color: #888;
  position: relative;
  z-index: 1;
}
.plan-steps li.active {
  border: 2px solid #b8182d;
  color: #b8182d;
}
.plan-step-number {
  font-size: 10px;
  font-weight: bold;
  line-height: 1.5;
  text-align: center;
}
.plan-step-text {
  font-size: 12px;
  font-weight: bold;
  line-height: 1.5;
  height: 34px;
  text-align: center;
  display: flex;
  align-items: center;
}
.login-link-message {
  display: flex;
  padding: 16px;
  font-size: 14px;
  line-height: 1.5;
  background: #f7ecee;
  border: 1px solid #eb4667;
  margin: 28px auto;
  max-width: 298px;
}
.login-link-message img {
  margin: 0 10px auto 0;
}
.login-link-message a {
  color: #eb4667;
  text-decoration: underline;
}
.login-link-message a:hover {
  text-decoration: none;
}
.rejoin-message {
  display: flex;
  padding: 16px;
  font-size: 14px;
  line-height: 1.5;
  background: #f7ecee;
  border: 1px solid #b8182d;
  margin: 0 0 28px 0;
}
.rejoin-message._space {
  margin: 28px 0;
}
.rejoin-message._empty {
  background: #fdf6e2;
  border: 1px solid #b8182d;
}
@media screen and (max-width: 767px) {
  .rejoin-message {
    margin: 0 16px 24px 16px;
  }
}
@media screen and (max-width: 767px) {
  .rejoin-message._space {
    margin: 24px 16px;
  }
}
.rejoin-message img {
  margin: 0 10px auto 0;
}
.rejoin-message a {
  color: #b8182d;
  text-decoration: underline;
}
.rejoin-message a:hover {
  text-decoration: none;
}
.rejoin-form-block {
  background: #fff;
}
.prefecture-shop-list {
  display: none;
}
.prefecture-shop-list.show {
  display: block;
}
.prefecture-shop-list li {
  background: #fff;
  border-bottom: 1px solid #efefed;
}
.prefecture-shop-list li:last-child {
  border-bottom: none;
}
.prefecture-shop-list li label {
  display: flex;
  padding: 16px 16px 16px 48px;
  width: 100%;
  box-sizing: border-box;
  align-items: center;
  position: relative;
}
@media screen and (max-width: 767px) {
  .prefecture-shop-list li label {
    flex-flow: column;
    align-items: start;
  }
}
.shop-name {
  font-size: 14px;
  line-height: 1.2;
  font-weight: bold;
  margin: 0 0 4px 0;
}
.shop-address {
  font-size: 14px;
  line-height: 1.7;
}
.shop-phone {
  font-size: 14px;
  line-height: 1.7;
}
.shop-link {
  font-size: 14px;
  line-height: 1.5;
  margin: 0 0 0 auto;
  color: #b8182d;
  text-decoration: underline;
}
@media screen and (max-width: 767px) {
  .shop-link {
    font-size: 12px;
    position: absolute;
    top: 16px;
    right: 16px;
    margin: 0;
  }
}
.shop-link:hover {
  text-decoration: none;
}
.prefecture-shop-list li.form-radio label:before {
  left: 16px;
}
.prefecture-shop-list li.form-radio input:checked + label:after {
  left: 21px;
}
.form-select-date {
  display: flex;
  align-items: center;
  margin: 0 -8px;
}
.form-select-date .input-block {
  width: 100%;
  margin: 0 8px;
}
.form-select-message {
  font-size: 12px;
  line-height: 1.5;
  margin: 8px 0 0 0;
}
.form-select-error-message {
  font-size: 12px;
  line-height: 1.4;
  color: #b8182d;
  margin: 8px 0 0 0;
}
.form-select-error-message:empty {
  margin: 0;
}
.form-input-error-message {
  font-size: 12px;
  line-height: 1.4;
  color: #eb4667;
  margin: 8px 0 0 0;
}
@media screen and (max-width: 767px) {
  .form-input-error-message {
    margin: 8px 16px 0 16px;
  }
}
.form-input-error-message a {
  text-decoration: underline;
}
.form-input-error-message:empty {
  margin: 0;
}
.plan-form-block {
  width: 100%;
  font-size: 14px;
  line-height: 1.7;
  background: #fff;
  border-bottom: 1px solid #efefed;
}
.plan-list .plan-form-block {
  margin: 0 0 25px 0;
}
.plan-list .plan-form-block.form-radio label {
  padding: 0;
  position: relative;
}
.plan-list .plan-form-block b {
  font-weight: 700;
  font-size: 16px;
  line-height: 100%;
  display: block;
  background: #f9f9f9;
  padding: 16px 16px 16px 46px;
}
.plan-list .plan-form-block span {
  max-height: 60px;
  overflow: hidden;
  padding: 10px 20px 0 20px;
  display: block;
  position: relative;
}
.plan-list .plan-form-block span:empty {
  display: none;
}
.plan-list .plan-form-block label.open span {
  padding: 10px 20px;
}
.plan-list .plan-form-block i {
  position: absolute;
  bottom: -15px;
  left: 0;
  right: 0;
  margin: auto;
  width: 30px;
  height: 30px;
  cursor: pointer;
  background: url(../../images/rgg/icon-plus.svg) no-repeat;
}
.plan-list .plan-form-block label.open span {
  max-height: initial;
}
.plan-list .plan-form-block label.open i {
  background: url(../../images/rgg/icon-minus.svg) no-repeat;
}
.plan-list .plan-form-block label span > em {
  font-style: normal;
}
.plan-list .plan-form-block label span > em:nth-of-type(n + 3) {
  color: #0000004d;
}
.plan-list .plan-form-block label.open span > em:nth-of-type(n + 3) {
  color: #000;
}
.plan-list .plan-form-block.form-radio label:before {
  top: 14px;
  bottom: initial;
  left: 16px;
}
.plan-form-block.form-radio input:checked + label:after {
  left: 21px;
}
.plan-list .plan-form-block.form-radio input:checked + label:after {
  top: 19px;
  left: 21px;
  bottom: initial;
}
.form-block[data-form] {
  display: none;
}
.form-block.show[data-form] {
  display: block;
}
.form-radio input {
  position: fixed;
  top: 0;
  left: 0;
  pointer-events: none;
  opacity: 0;
}
.form-radio label {
  display: flex;
  padding: 8px 8px 8px 36px;
  width: 100%;
  box-sizing: border-box;
  align-items: center;
  position: relative;
}
.form-radio label:before {
  content: '';
  width: 20px;
  min-width: 20px;
  height: 20px;
  display: block;
  border: 1px solid #000;
  background: #fff;
  border-radius: 20px;
  box-sizing: border-box;
  position: absolute;
  top: 0;
  left: 8px;
  bottom: 0;
  margin: auto;
}
.form-radio input:checked + label:after {
  content: '';
  position: absolute;
  top: 0;
  left: 13px;
  bottom: 0;
  margin: auto;
  width: 10px;
  height: 10px;
  border-radius: 10px;
  background: #b8182d;
}
.auto-option {
  padding: 16px;
}
.form-checkbox input {
  position: fixed;
  top: 0;
  left: 0;
  pointer-events: none;
  opacity: 0;
}
.form-checkbox label {
  display: flex;
  padding: 8px 8px 8px 36px;
  width: 100%;
  box-sizing: border-box;
  align-items: center;
  position: relative;
}
.form-checkbox label:after {
  content: '';
  background: url('data:image/svg+xml;charset=utf8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2210%22%20height%3D%227.5%22%20viewBox%3D%220%200%2010%207.5%22%3E%20%3Cpath%20id%3D%22check_2_%22%20data-name%3D%22check%20(2)%22%20d%3D%22M12.526%2C6.254a.709.709%2C0%2C0%2C0-.083-.869.652.652%2C0%2C0%2C0-.944%2C0L6.022%2C11.016%2C3.775%2C8.7a.652.652%2C0%2C0%2C0-.944%2C0%2C.7.7%2C0%2C0%2C0-.194.47q0%2C.018%2C0%2C.036a.7.7%2C0%2C0%2C0%2C.2.471l2.718%2C2.8a.652.652%2C0%2C0%2C0%2C.941%2C0L12.44%2C6.362A.691.691%2C0%2C0%2C0%2C12.526%2C6.254Z%22%20transform%3D%22translate(-2.637%20-5.181)%22%20fill%3D%22%23dbdada%22%2F%3E%3C%2Fsvg%3E')
    no-repeat;
  position: absolute;
  top: 3px;
  bottom: 0;
  left: 21px;
  width: 12px;
  height: 10px;
  margin: auto;
}
.form-checkbox label:before {
  content: '';
  width: 20px;
  min-width: 20px;
  height: 20px;
  display: block;
  border: 1px solid #000;
  background: #fff;
  border-radius: 4px;
  box-sizing: border-box;
  position: absolute;
  top: 0;
  left: 8px;
  bottom: 0;
  margin: auto;
}
.form-checkbox input:checked + label:before {
  background: #b8182d;
}
.form-checkbox input:checked + label:after {
  content: '';
  background: url('data:image/svg+xml;charset=utf8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2210%22%20height%3D%227.5%22%20viewBox%3D%220%200%2010%207.5%22%3E%20%3Cpath%20id%3D%22check_2_%22%20data-name%3D%22check%20(2)%22%20d%3D%22M12.526%2C6.254a.709.709%2C0%2C0%2C0-.083-.869.652.652%2C0%2C0%2C0-.944%2C0L6.022%2C11.016%2C3.775%2C8.7a.652.652%2C0%2C0%2C0-.944%2C0%2C.7.7%2C0%2C0%2C0-.194.47q0%2C.018%2C0%2C.036a.7.7%2C0%2C0%2C0%2C.2.471l2.718%2C2.8a.652.652%2C0%2C0%2C0%2C.941%2C0L12.44%2C6.362A.691.691%2C0%2C0%2C0%2C12.526%2C6.254Z%22%20transform%3D%22translate(-2.637%20-5.181)%22%20fill%3D%22%23fff%22%2F%3E%3C%2Fsvg%3E')
    no-repeat;
  position: absolute;
  top: 3px;
  bottom: 0;
  left: 21px;
  width: 12px;
  height: 10px;
  margin: auto;
}
.agree-form-block {
  width: 100%;
  font-size: 14px;
  line-height: 1.7;
  background: #fff;
  border-bottom: 1px solid #dadee4;
}
.agree-form-block label {
  display: block;
  padding: 16px 16px 16px 48px;
}
.agree-form-block.form-radio label:before {
  left: 16px;
}
.agree-form-block.form-radio input:checked + label:after {
  left: 21px;
}
.agree-form-block.form-checkbox label:before {
  left: 16px;
}
.agree-form-block.form-checkbox input:checked + label:after {
  left: 21px;
}
.plan-form-block label {
  display: block;
  padding: 16px 16px 16px 48px;
}
.plan-form-block.form-radio label:before {
  left: 16px;
}
.plan-form-block.form-radio input:checked + label:after {
  left: 21px;
}
.plan-form-block.form-checkbox label:before {
  left: 16px;
}
.plan-form-block.form-checkbox input:checked + label:after {
  left: 21px;
}
.plan-option-description {
  font-size: 11px;
  line-height: 1.5;
  margin: 3px 0 0 0;
  display: block;
}
.fetch-loading,
.fetch-plan-loading {
  display: none;
}
.fetch-loading.show,
.fetch-plan-loading.show {
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 0 20px 0;
}
.price-table {
  table-layout: fixed;
}
@media screen and (max-width: 767px) {
  .price-table {
    table-layout: initial;
  }
}
.price-table th[colspan='2'] {
  background: #000;
  color: #fff;
  border-bottom: 1px solid #efefed;
}
.price-table th {
  padding: 12px 16px;
  background: #dbdada;
  font-size: 12px;
  font-weight: bold;
  line-height: 1.2;
  border-right: 1px solid #efefed;
  border-bottom: 1px solid #efefed;
}
@media screen and (max-width: 767px) {
  .price-table th {
    padding: 12px;
  }
}
.price-table td {
  padding: 12px 16px;
  background: #fff;
  font-size: 12px;
  font-weight: bold;
  line-height: 1.2;
  text-align: right;
  border-bottom: 1px solid #efefed;
}
@media screen and (max-width: 767px) {
  .price-table td {
    padding: 12px;
  }
}
@media screen and (max-width: 767px) {
  .price-table td:last-child {
    max-width: 70px;
    width: 70px;
    box-sizing: border-box;
  }
}
.form-block.show[data-form='price'] {
  margin: 0 0 28px 0;
}
@media screen and (max-width: 767px) {
  .form-block.show[data-form='price'] {
    margin: 0 16px 28px 16px;
  }
}
.plan-detail-text {
  margin: 8px 0 0 0;
  font-size: 12px;
  line-height: 1.5;
}
.step1,
.step2 {
  display: none;
}
.step1.show,
.step2.show {
  display: block;
}
.payment-type-value {
  background: #fff;
  font-size: 16px;
  line-height: 1.2;
  height: 56px;
  width: 100%;
  display: flex;
  align-items: center;
  color: #000;
  padding: 0 16px;
  box-sizing: border-box;
}
@media screen and (max-width: 767px) {
  .payment-type-value {
    height: 44px;
  }
}
[data-rejoin-payment-type] {
  display: none;
}
[data-rejoin-payment-type].show {
  display: block;
}
.payment-type-value.show[data-rejoin-payment-type] {
  display: flex;
}
.form-block-double.show[data-rejoin-payment-type] {
  display: flex;
  align-items: flex-end;
}
.rejoin-complete-detail {
  background: #fff;
  margin: 28px 0;
  padding: 12px;
}
.rejoin-complete-table {
  width: 100%;
  table-layout: fixed;
}
.rejoin-complete-table th {
  font-size: 12px;
  line-height: 1.2;
  font-weight: bold;
  padding: 5px 4px;
}
.rejoin-complete-table td {
  font-size: 12px;
  line-height: 1.2;
  padding: 5px 0;
}
.rejoin-complete-content {
  word-wrap: break-word;
}
@media screen and (max-width: 767px) {
  .rejoin-complete-content {
    margin: 0 16px;
  }
}
.rejoin-complete-content-head {
  font-size: 14px;
  line-height: 1.2;
  font-weight: bold;
  margin: 0 0 10px 0;
}
.rejoin-complete-content-text {
  font-size: 14px;
  line-height: 1.8;
  margin: 0 0 16px 0;
}
.rejoin-complete-content-text a {
  color: #b8182d;
  text-decoration: underline;
}
.rejoin-complete-content-text a:hover {
  text-decoration: none;
}
@media screen and (max-width: 767px) {
  .rejoin-payment .form-block-double {
    margin: 0 -8px 20px -8px;
  }
}
.form-back-link {
  text-align: center;
  margin: 20px 0 0 0;
  font-size: 14px;
}
.form-back {
  padding: 0;
  border: 0;
  color: #b8182d;
  background: none;
  text-decoration: underline;
}
.form-back:hover {
  text-decoration: none;
}
.rgg-logo {
  width: 62px;
  margin: 0 0 0 48px;
}
@media screen and (max-width: 767px) {
  .rgg-logo {
    width: 44px;
    margin: 0 0 0 20px;
  }
}
.point-modal {
  background: #fff;
  width: 620px;
  max-height: 80vh;
  display: flex;
  position: relative;
}
@media screen and (max-width: 767px) {
  .point-modal {
    width: 92%;
  }
}
.point-modal-inner {
  width: 100%;
  height: auto;
  overflow: auto;
  padding: 24px 0;
}
.point-modal-close {
  position: absolute;
  top: -18px;
  right: -18px;
  cursor: pointer;
}
@media screen and (max-width: 767px) {
  .point-modal-close {
    top: -22px;
    right: 0;
  }
}
.point-modal-head {
  font-size: 16px;
  line-height: 1.5;
  font-weight: bold;
  text-align: center;
  margin: 0 0 16px 0;
}
.point-modal-text-block {
  display: flex;
  width: 100%;
  justify-content: center;
  align-items: center;
  margin: 0 0 20px 0;
}
.point-modal-text {
  font-size: 12px;
  line-height: 1.5;
}
.point-modal-list {
  display: flex;
  flex-wrap: wrap;
  padding: 0 40px;
}
@media screen and (max-width: 767px) {
  .point-modal-list {
    padding: 0 10px;
  }
}
.point-modal-list li {
  width: 50%;
  display: flex;
  align-items: center;
  margin: 0 0 20px 0;
}
@media screen and (max-width: 767px) {
  .point-modal-list li {
    width: 100%;
  }
}
.point-modal-icon {
  margin: 0 20px 0 0;
}
.point-modal-stage-name {
  font-size: 14px;
  line-height: 1.2;
  margin: 0 0 8px 0;
  font-weight: bold;
}
.point-modal-stage-head {
  font-size: 12px;
  line-height: 1.2;
  margin: 0 0 2px 0;
}
.point-modal-stage-number {
  font-size: 16px;
  font-weight: bold;
  line-height: 1.2;
}
.point-modal-stage-number span {
  font-size: 12px;
  font-weight: normal;
}
.point-modal-point_about-list {
  display: flex;
  flex-wrap: wrap;
  padding: 0 36px;
  margin: 0 0 6px 0;
}
@media screen and (max-width: 767px) {
  .point-modal-point_about-list {
    padding: 0 10px;
  }
}
.point-modal-point_about-list li {
  display: flex;
  width: 50%;
  padding: 0 12px;
  box-sizing: border-box;
  margin: 0 0 24px 0;
}
@media screen and (max-width: 767px) {
  .point-modal-point_about-list li {
    width: 100%;
  }
}
.point-modal-attention {
  display: flex;
  width: 100%;
  align-items: center;
  justify-content: center;
  box-sizing: border-box;
}
@media screen and (max-width: 767px) {
  .point-modal-attention {
    padding: 0 20px;
  }
}
.point-modal-attention-text-list {
  font-size: 12px;
  line-height: 1.5;
}
.point-modal-attention-text-list li {
  display: flex;
}
.qr-button {
  position: fixed;
  right: 12px;
  bottom: 12px;
  width: 86px;
  height: 86px;
  cursor: pointer;
  border: none;
  background: none;
  z-index: 10;
  display: block;
}
.qr-modal-layer {
  position: fixed;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  background: rgba(0, 0, 0, 0.6);
  display: none;
  align-items: center;
  justify-content: center;
  z-index: 100;
}
.qr-modal-layer.show {
  display: flex;
}
.qr-modal {
  background: #fff;
  max-height: 86vh;
  display: flex;
  position: relative;
  margin: 0 16px;
}
.qr-modal-inner {
  width: 100%;
  height: auto;
  overflow: auto;
  padding: 24px 20px 36px 20px;
}
.qr-modal-head {
  font-size: 16px;
  line-height: 1.5;
  font-weight: bold;
  text-align: center;
  margin: 0 0 16px 0;
}
.qr-form-submit .form-block {
  margin: 0 0 20px 0;
}
.qr-modal-text-block {
  display: flex;
  width: 100%;
  justify-content: center;
  align-items: center;
  margin: 0 0 20px 0;
}
.qr-modal-text-block._2 {
  display: block;
}
@media screen and (max-width: 767px) {
  .qr-modal-text-block._2 {
    width: auto;
    margin: 0 16px 20px 16px;
  }
}
.qr-modal-text {
  font-size: 12px;
  line-height: 1.5;
}
.qr-modal-text a {
  color: #b8182d;
  text-decoration: underline;
}
.qr-modal-text a:hover {
  text-decoration: none;
}
.qr-modal-text-2 {
  font-size: 12px;
  line-height: 1.5;
  margin: 0 0 12px 0;
}
.qr-modal-movie-head {
  font-size: 12px;
  line-height: 1.2;
  font-weight: bold;
  margin: 0 0 10px 0;
}
.qr-modal-membership-rules-checkbox .form-checkbox label a {
  display: inline-flex;
  align-self: center;
  color: #b8182d;
  text-decoration: underline;
}
.qr-modal-membership-rules-checkbox .form-checkbox label a img {
  margin: 0 0 0 2px;
}
.qr-modal-membership-rules-checkbox .form-checkbox label::before {
  left: 0;
  bottom: initial;
}
.qr-modal-membership-rules-checkbox .form-checkbox label::after {
  top: 7px;
  left: 5px;
  bottom: initial;
}
.qr-modal-membership-rules-checkbox .form-checkbox input:checked + label:after {
  top: 7px;
  left: 5px;
  bottom: initial;
}
.qr-modal-membership-rules-checkbox .form-checkbox label {
  padding: 0 0 0 28px;
  display: inline-block;
  font-size: 14px;
  width: auto;
  line-height: 1.5;
}
.qr-error-message:empty {
  margin: 0;
}
.qr-error-message {
  font-size: 12px;
  line-height: 1.4;
  color: #eb4667;
  margin: -16px 0 8px 0;
  white-space: break-spaces;
}
.qr-modal-close {
  position: absolute;
  top: -22px;
  right: 0;
  cursor: pointer;
}
.qr-form-checkbox.form-checkbox label {
  padding: 0 0 0 28px;
  display: inline;
  width: auto;
}
label::selection {
  background-color: inherit;
  color: inherit;
}
.qr-form-checkbox.form-checkbox label:before {
  left: 0;
}
.qr-form-checkbox.form-checkbox label:after {
  left: 5px;
}
.qr-form-checkbox.form-checkbox input:checked + label:after {
  left: 5px;
}
.qr-password-link {
  margin: 18px 0 0 0;
  text-align: center;
  font-size: 14px;
  line-height: 1.2;
  color: #b8182d;
}
.qr-password-link a {
  text-decoration: underline;
}
.qr-password-link a:hover {
  text-decoration: none;
}
.qr-form-button.form-button {
  margin: 20px 0 0 0;
}
.qr-modal-login.hide {
  display: none;
}
.qr-modal-code-contents {
  display: none;
}
.qr-modal-code-contents.show {
  display: block;
}
.qr-modal-code-content-1.hide {
  display: none;
}
.qr-modal-code-content-2 {
  display: none;
}
.qr-modal-code-content-2.show {
  display: block;
}
.qr-modal-movie {
  position: relative;
  padding: 56.25% 0 0 0;
  margin: 0 0 20px 0;
}
.qr-modal-movie iframe {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
}
.qr-modal-code-image {
  width: 200px;
  margin: 0 auto 20px auto;
}
.qr-modal-code-date {
  font-size: 12px;
  line-height: 1.5;
  text-align: center;
  margin: 0 0 20px 0;
}
.qr-modal-code-text {
  font-size: 12px;
  line-height: 1.5;
  text-align: center;
}
.qr-modal-code-text a {
  color: #b8182d;
  text-decoration: underline;
}
.input-password-block {
  position: relative;
}
.input-password-show {
  position: absolute;
  right: 10px;
  top: 11px;
  border: none;
  width: 22px;
  height: 22px;
  background: url('/images/rgg/password-off-icon.svg') no-repeat center center;
}
.input-password-show.on {
  background: url('/images/rgg/password-on-icon.svg') no-repeat center center;
}
.situation {
  width: 68px;
  height: 48px;
  border-radius: 4px;
  margin: 0 0 -2px auto;
  display: flex;
  flex-flow: column;
  overflow: hidden;
  box-sizing: border-box;
}
.situation._no_count {
  height: auto;
}
.situation span i {
  font-style: normal;
}
.situation span:nth-child(1) {
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff;
  width: 100%;
  height: 24px;
  font-size: 14px;
  font-weight: 700;
  line-height: 18px;
}
.situation span:nth-child(1) i {
  font-size: 10px;
  margin: 0 1px -2px 0;
}
.situation span:nth-child(2) {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 24px;
  font-size: 10px;
  font-weight: 500;
  line-height: 18px;
}
.situation span:nth-child(2) i {
  font-size: 12px;
}
.situation[data-situation-status='混雑'] {
  border: 1px solid #eb4667;
}
.situation[data-situation-status='混雑'] span:nth-child(1) {
  background: #eb4667;
}
.situation[data-situation-status='混雑'] span:nth-child(2) {
  color: #eb4667;
}
.situation[data-situation-status='やや混雑'] {
  border: 1px solid #edac00;
}
.situation[data-situation-status='やや混雑'] span:nth-child(1) {
  background: #edac00;
}
.situation[data-situation-status='やや混雑'] span:nth-child(2) {
  color: #edac00;
}
.situation[data-situation-status='空き'] {
  border: 1px solid #46c3eb;
}
.situation[data-situation-status='空き'] span:nth-child(1) {
  background: #46c3eb;
}
.situation[data-situation-status='空き'] span:nth-child(2) {
  color: #46c3eb;
}
.mypage-block-label-question {
  margin: 0 0 0 2px;
  cursor: pointer;
}
.mypage-block-label-question path {
  fill: #b8182d;
}
.referral {
  background: #fff;
  padding: 16px;
}
.referral-head {
  font-size: 12px;
  font-weight: bold;
  line-height: 12px;
  margin: 0 0 4px 0;
  color: #888;
}
.referral-code {
  display: flex;
  align-items: center;
}
.referral-code-icon {
  margin: 0 8px 0 0;
}
.referral-code-icon .fill {
  fill: #b8182d;
}
.referral-code-copy-icon {
  cursor: pointer;
}
.referral-code-copy-icon .fill {
  fill: #b8182d;
}
.referral-code-value {
  font-size: 16px;
  font-weight: bold;
  line-height: 16px;
  margin: 0 5px 0 0;
}
.referral-code-copy {
  border-radius: 2px;
  border: 1px solid #b8182d;
  font-size: 12px;
  font-weight: bold;
  line-height: 12px;
  color: #b8182d;
  padding: 0 8px;
  height: 20px;
  align-items: center;
  box-sizing: border-box;
  display: none;
}
.referral-code-copy.show {
  display: flex;
}
.referral-plan {
  padding: 16px;
  margin: 1px 0 0 0;
  background: #fff;
}
.referral-plan-icon {
  width: 24px;
  min-width: 24px;
  height: 24px;
}
.referral-plan-icon path {
  fill: #b8182d;
}
.referral-plan-content {
  display: flex;
}
.referral-plan-info {
  margin: 0 0 0 8px;
}
.referral-plan-name {
  font-size: 16px;
  font-weight: bold;
  line-height: 20px;
  margin: 0 0 10px 0;
}
.referral-plan-description {
  font-size: 14px;
  line-height: 24px;
  font-weight: 300;
  white-space: break-spaces;
}
.referral-modal-layer {
  position: fixed;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  background: rgba(0, 0, 0, 0.6);
  display: none;
  align-items: center;
  justify-content: center;
  z-index: 100;
}
.referral-modal-layer.show {
  display: flex;
}
.referral-modal-layer .modal-content {
  height: auto;
  max-height: 80vh;
}
.referral-modal-layer .modal-content span {
  color: #000;
  font-weight: normal;
  white-space: break-spaces;
}
.referral-user-modal-layer {
  position: fixed;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  background: rgba(0, 0, 0, 0.6);
  display: none;
  align-items: center;
  justify-content: center;
  z-index: 100;
}
.referral-user-modal-layer.show {
  display: flex;
}
.referral-user-modal-layer .modal-content {
  height: auto;
  width: 340px;
  max-height: 80vh;
  padding: 28px 0 0 0;
}
.referral-user-modal-table {
  width: 100%;
  margin: 28px 0 0 0;
}
.referral-user-modal-table tbody {
  background: #efefed;
}
.referral-user-modal-table thead th {
  font-family: 'Noto Sans CJK JP';
  font-size: 12px;
  font-weight: 700;
  line-height: 16px;
  padding: 0 0 8px 16px;
}
.referral-user-modal-table thead th:nth-child(1) {
  width: 100px;
}
.referral-user-modal-table tbody td {
  border-bottom: 1px solid #fff;
  padding: 16px;
  font-family: 'Noto Sans CJK JP';
  font-size: 14px;
  font-weight: 400;
  line-height: 21px;
}
.form-text-link {
  font-size: 14px;
  line-height: 21px;
  text-align: center;
  margin: 20px 16px 0 16px;
}
.form-text-link a {
  color: #b8182d;
  text-decoration: underline;
}
.form-text-link a:hover {
  text-decoration: none;
}
.form-buttons {
  display: flex;
  margin: 0 -10px;
}
@media screen and (max-width: 767px) {
  .form-buttons {
    margin: 0 16px;
    flex-flow: column;
    flex-direction: column-reverse;
  }
}
.line-login {
  width: 300px;
  max-width: 339px;
  display: block;
  margin: 20px auto 0 auto;
}
@media screen and (max-width: 767px) {
  .line-login {
    width: calc(100% - 32px);
  }
}
.normal_login_text {
  font-size: 14px;
  line-height: 1.5;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .normal_login_text {
    text-align: left;
    margin: 0 0 0 16px;
  }
}
.login-line-friend {
  width: 300px;
  max-width: 339px;
  display: block;
  margin: 20px auto;
}
@media screen and (max-width: 767px) {
  .login-line-friend {
    width: calc(100% - 32px);
    margin: 16px auto;
  }
}
.line_login_button {
  width: 300px;
  max-width: 339px;
  display: block;
  margin: 0 auto 20px auto;
}
@media screen and (max-width: 767px) {
  .line_login_button {
    width: 100%;
  }
}
.line_login_button {
  border: none;
}
.line-login-message {
  font-size: 12px;
  font-weight: 400;
  line-height: 18px;
  width: 300px;
  margin: 16px auto 0 auto;
}
.login-banners {
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 40px -10px 0 -10px;
}
@media screen and (max-width: 767px) {
  .login-banners {
    display: block;
    margin: 40px 0 24px 0;
  }
}
.login-banner {
  width: 300px;
  margin: 0 10px;
}
@media screen and (max-width: 767px) {
  .login-banner {
    width: calc(100% - 32px);
    margin: 0 auto 16px auto;
    max-width: 300px;
  }
}
.buy-banners {
  display: flex;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  margin: 0 0 -18px 0;
}
@media screen and (max-width: 767px) {
  .buy-banners {
    padding: 0 16px;
    margin: -8px 0 -15px 0;
  }
}
.buy-banner-block {
  width: 100%;
  margin: 0 0 18px 0;
}
@media screen and (max-width: 767px) {
  .buy-banner-block {
    margin: 0 0 15px 0;
  }
}
.buy-banner {
  border: none;
  vertical-align: top;
}
.shopify-complete-message {
  border: 1px solid #b8182d;
  background: #fdf6e2;
  padding: 16px;
  margin: 0 16px 24px 16px;
}
.shopify-complete-message-text {
  font-size: 14px;
  line-height: 1.5;
  margin: 0 0 12px 0;
}
.shopify-complete-store-link {
  margin: 0 16px 24px 16px;
}
.shopify-complete-message-text-link {
  font-size: 14px;
  line-height: 1.2;
  color: #b8182d;
  text-align: center;
}
.shopify-complete-message-text-link a {
  text-decoration: underline;
}
.shopify-complete-message-text-link a:hover {
  text-decoration: none;
}
.account-block {
  display: flex;
  margin: 0 -0.5px;
}
@media screen and (max-width: 767px) {
  .account-block {
    flex-flow: column;
    margin: 0;
  }
}
.account-block a,
.account-block p {
  width: 100%;
  height: 56px;
  display: flex;
  align-items: center;
  margin: 1px 0.5px 0 0.5px;
  padding: 0 16px;
  box-sizing: border-box;
  font-size: 16px;
  line-height: 1.2;
  background: #fff;
  position: relative;
}
@media screen and (max-width: 767px) {
  .account-block a,
  .account-block p {
    width: 100%;
    margin: 1px 0 0 0;
  }
}
.account-block a:after {
  content: '';
  position: absolute;
  display: block;
  top: 0;
  bottom: 0;
  margin: auto;
  right: 16px;
  width: 9px;
  height: 14px;
  background: url('/images/wpg/link-arrow.svg') no-repeat;
}
.account-block a img,
.account-block p img {
  margin: 0 10px 0 0;
  width: 20px;
  height: 20px;
}
.switch {
  position: relative;
  display: block;
  width: 64px;
  height: 32px;
  border-radius: 32px;
  background: #aaaaaa;
  margin: 0 0 0 auto;
}
.switch::before {
  content: '';
  position: absolute;
  top: 2px;
  left: 2px;
  display: block;
  width: 28px;
  height: 28px;
  border-radius: 28px;
  background: #fff;
}
.switch[data-flag='true'] {
  background: #b8182d;
}
.switch[data-flag='true']::before {
  left: initial;
  right: 2px;
}
.mypage-account-rows {
  margin: 0 0 -12px 0;
}
.mypage-account-row {
  max-width: 300px;
  display: flex;
  align-items: center;
  margin: 0 0 12px 0;
}
@media screen and (max-width: 767px) {
  .mypage-account-row {
    max-width: 100%;
  }
}
.mypage-account-row p:nth-child(1) {
  font-weight: 400;
  font-size: 16px;
  line-height: 150%;
  margin: 0 40px 0 0;
  min-width: 120px;
}
.mypage-account-row p:nth-child(2) {
  font-weight: 700;
  font-size: 12px;
  line-height: 130%;
  margin: 0 28px 0 0;
}
.qr-modal-unpaid {
  display: none;
}
.qr-modal-unpaid.show {
  display: block;
}
.option-plan-confirm {
  text-align: right;
  margin: 5px 0 0 0;
}
@media screen and (max-width: 767px) {
  .option-plan-confirm {
    margin: 5px 16px 0 0;
  }
}
.option-plan-confirm-action {
  font-size: 14px;
  line-height: 1.5;
  color: #b8182d;
  border: none;
  text-decoration: underline;
  background: none;
}
.option-plan-confirm-action:hover {
  text-decoration: none;
}
.modal-option-layer {
  position: fixed;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  background: rgba(0, 0, 0, 0.6);
  display: none;
  align-items: center;
  justify-content: center;
  z-index: 100;
}
.modal-option-layer.show {
  display: flex;
}
.modal-option {
  background: #efefed;
  width: 640px;
  max-height: 80vh;
  display: flex;
  position: relative;
}
@media screen and (max-width: 767px) {
  .modal-option {
    width: 92%;
  }
}
.modal-option-inner {
  width: 100%;
  height: auto;
  overflow: auto;
  padding: 24px 0;
}
.modal-option-close {
  position: absolute;
  top: -18px;
  right: -18px;
  cursor: pointer;
}
@media screen and (max-width: 767px) {
  .modal-option-close {
    top: -22px;
    right: 0;
  }
}
.modal-option-head {
  text-align: center;
  margin: 4px 0 28px 0;
  font-weight: 700;
  font-size: 16px;
  line-height: 1.3;
}
.modal-option-table {
  width: 100%;
}
@media screen and (max-width: 767px) {
  .modal-option-table {
    table-layout: fixed;
  }
}
.modal-option-table th {
  padding: 0 6px 8px 16px;
  font-weight: 700;
  font-size: 12px;
  line-height: 1.3;
}
.modal-option-table th:nth-child(1) {
  width: 240px;
}
@media screen and (max-width: 767px) {
  .modal-option-table th:nth-child(1) {
    width: 74px;
  }
}
.modal-option-table th:nth-child(2) {
  text-align: right;
  width: 60px;
}
.modal-option-table td {
  height: 48px;
  padding: 4px 6px 4px 16px;
  vertical-align: middle;
  font-size: 14px;
  line-height: 1.5;
  background: #fff;
  border-bottom: 1px solid #efefed;
}
@media screen and (max-width: 767px) {
  .modal-option-table td {
    font-size: 12px;
  }
}
.modal-option-table td:nth-child(2) {
  font-weight: 700;
  text-align: right;
}
.modal-option-table td:nth-child(3) {
  font-size: 14px;
}
@media screen and (max-width: 767px) {
  .modal-option-table td:nth-child(3) {
    font-size: 12px;
  }
}
.modal-option-note {
  font-weight: 400;
  font-size: 12px;
  line-height: 1.5;
  padding: 10px 14px;
}
@media screen and (max-width: 767px) {
  .modal-option-note {
    font-size: 11px;
  }
}
.modal-option-note a {
  color: #b8182d;
}
.modal-option-note a:hover {
  text-decoration: underline;
}
.plusone-form-checkbox {
  display: flex;
  align-items: center;
}
.plusone-form-checkbox .label-required {
  margin: 0;
}
.plusone-form-checkbox.form-checkbox label:after {
  left: 13px;
}
.plusone-form-checkbox.form-checkbox input:checked + label:after {
  left: 13px;
}
.plusone-form-checkbox label {
  font-size: 12px;
  font-weight: bold;
}
.form-text-plusone {
  margin: 0 0 28px 0;
}
.form-text-plusone span {
  font-weight: bold;
  color: #eb4667;
}
