@charset "UTF-8";
/*
* XG用の共通スタイリング
*/
* {
  font-family: Hiragino Sans, Arial, sans-serif;
}

html {
  height: 100vh;
}

body {
  height: 100%;
  background-color: #242424;
  scrollbar-color: auto;
}

a {
  color: #007AFF;
}
a.btn-link {
  color: #007AFF;
}

.pasch-main {
  max-width: initial !important;
  min-height: calc(100vh - 100px);
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}

.pasch-main.top {
  max-width: initial !important;
  min-height: calc(var(--vh, 1vh) * 100 - 180px);
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}

.pasch-main.initial {
  display: initial;
}

@media only screen and (min-width: 768px) {
  .pasch-main {
    min-height: calc(100vh - 134px);
  }
}


.purchasehistory__item {
  list-style-type: none;
  padding: 16px 0;
}

.purchasehistory__item .item_title, .purchasehistory__item .item_amount {
  margin-left: 32px;
}
div.pasch-card .pasch-card-body.payment-history {
  padding: 50px 30px 50px 30px;
}
.purchase_histories-annotation {
  color: #ffffff;
  padding-left: 0px;
}


@media only screen and (max-width: 425px) {
  div.pasch-card .pasch-card-body.payment-history {
    height: 70vh;
    padding: 30px 20px 30px 20px;
    overflow: scroll;
  }
  .purchase_histories-annotation {
    padding-left: 16px;
  }
}
.purchasehistory__item:first-child {
  border-top: 1px solid #CCCCCC;
  border-bottom: 1px solid #CCCCCC;
}
.purchasehistory__item+.purchasehistory__item {
  border-bottom: 1px solid #CCCCCC;
}

#app {
  min-height: unset;
}

#app.error-page {
  background-color: #242424;
  color: #ffffff;
}

.simple-header {
  background-color: #000000;
}

.fc-main-color {
  color: #CC473A;
}

.fc-sub-color {
  color: #0CA9CB;
}

/**
  ヘッダーの設定
 */
nav {
  background-color: #000000;
  z-index: 1;
}
nav .btn:focus, nav .btn.focus {
  outline: 0;
  box-shadow: unset;
}
nav.navbar {
  height: auto;
  padding: 15px 20px;
}
@media only screen and (min-width: 768px) {
  nav.navbar {
    padding: 25px 60px;
  }
}
nav .dropdown {
  margin-right: 25px;
}
@media only screen and (min-width: 768px) {
  nav .dropdown {
    margin-right: 40px;
  }
}
nav .dropdown .dropdown-toggle::after {
  display: none;
}
nav .dropdown .selected-lang {
  width: 110px;
  height: 28px;
  border-radius: 4px;
  color: #fff;
  border: 1px solid #ffffff;
  outline: none;
  font-weight: 600;
  letter-spacing: -0.14px;
  padding: 0;
}
@media only screen and (min-width: 768px) {
  nav .dropdown .selected-lang {
    width: 111px;
    height: 34px;
  }
}
nav .dropdown .selected-lang img {
  width: 13px;
  height: 13px;
  margin-right: 4px;
}
@media only screen and (min-width: 768px) {
  nav .dropdown .selected-lang img {
    width: 14px;
    height: 14px;
  }
}
nav .dropdown .selected-lang span {
  line-height: 1;
  font-size: 13px;
}
@media only screen and (min-width: 768px) {
  nav .dropdown .selected-lang span {
    font-size: 14px;
  }
}
nav .dropdown #lang-code-select {
  min-width: unset;
  width: 110px;
  background-color: #000000;
  border: none;
  top: 25px;
}
@media only screen and (min-width: 768px) {
  nav .dropdown #lang-code-select {
    width: 111px;
    top: 31px;
  }
}
nav .dropdown #lang-code-select li {
  font-weight: 600;
  width: 100%;
  border-top: 1px solid #ffffff;
  border-right: 1px solid #ffffff;
  border-left: 1px solid #ffffff;
  cursor: pointer;
  color: #ffffff;
  background-color: #000000;
  padding: 0;
}
@media only screen and (min-width: 768px) {
  nav .dropdown #lang-code-select li {
    height: 34px;
  }
}
nav .dropdown #lang-code-select li.selected {
  color: #ffffff;
  background-color: #6c6c6c !important;
  pointer-events: none;
}
nav .dropdown #lang-code-select li:hover {
  color: #555555;
  background-color: #ffffff !important;
}
@media only screen and (min-width: 768px) {
  nav .dropdown #lang-code-select li:first-child {
    border-top: 0;
    height: 35px;
  }
}
nav .dropdown #lang-code-select li:last-child {
  border-bottom: 1px solid #ffffff;
  border-radius: 0 0 4px 4px;
}
nav .dropdown.accounts {
  margin-right: 0;
  width: 250px;
}
@media only screen and (min-width: 768px) {
  nav .dropdown.accounts {
    width: 420px;
  }
}
nav .dropdown.accounts button {
  width: 248px;
  height: 42px;
  border: 1px solid #ffffff;
  border-radius: 4px;
  color: #ffffff;
  padding: 0 25px;
  font-size: 14px;
}
nav .dropdown.accounts button .arrow {
  margin-right: 10px;
  transition: transform 0.3s;
}
nav .dropdown.accounts button.open {
  border-radius: 4px 4px 0 0;
  background: rgba(255, 255, 255, 0.5);
}
@media only screen and (min-width: 768px) {
  nav .dropdown.accounts button {
    width: 100%;
    /* height: 68px; */
    height: 47px;
    /* font-size: 20px; */
    font-size: 16px;
    letter-spacing: 2px;
  }
}
nav .dropdown.accounts .arrow.open {
  transform: rotate(180deg);
  transition: transform 0.3s;
}
nav .dropdown.accounts ul {
  display: none;
  width: 248px;
  background-color: transparent;
  color: #ffffff;
  position: absolute;
  top: 41px;
  border: 1px solid #ffffff;
  border-radius: 0 0 4px 4px;
  font-size: 14px;
  list-style: none;
}
@media only screen and (min-width: 768px) {
  nav .dropdown.accounts ul {
    width: 100%;
    /* top: 67px; */
    top: 46px;
    /* font-size: 20px; */
    font-size: 16px;
    letter-spacing: 2px;
  }
}
nav .dropdown.accounts ul li {
  width: 100%;
  height: 42px;
}
@media only screen and (min-width: 768px) {
  nav .dropdown.accounts ul li {
    /* height: 68px; */
    height: 46px;
  }
}
nav .dropdown.accounts ul li:first-child {
  border-bottom: 1px solid #ffffff;
}
nav .dropdown.accounts ul li:nth-child(2) {
  border-bottom: 1px solid #ffffff;
}
nav .dropdown.accounts ul li a {
  width: 100%;
  height: 100%;
  color: #ffffff;
  padding-left: 50px;
}
nav .dropdown.accounts ul li a:hover {
  text-decoration: none;
  background: rgba(255, 255, 255, 0.5);
}
nav .navbar-brand {
  width: 42px;
  height: 35px;
}
@media only screen and (min-width: 768px) {
  nav .navbar-brand {
    width: 60px;
    height: 50px;
  }
}
nav .navbar-brand #header-logo {
  width: 100%;
  height: 100%;
  background-size: contain;
  background-position: left;
  background-image: url("/static/front/img/logo_2.png");
  background-repeat: no-repeat;
}
nav .burger-btn,
nav .burger-btn span {
  display: inline-block;
  transition: all 0.4s;
  box-sizing: border-box;
}
nav .burger-btn {
  position: relative;
  width: 30px;
  height: 18px;
  background: none;
  border: none;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  cursor: pointer;
  z-index: 3;
}
@media only screen and (min-width: 768px) {
  nav .burger-btn {
    width: 50px;
    height: 34px;
  }
}
nav .burger-btn span {
  position: absolute;
  left: 0;
  width: 100%;
  height: 2px;
  background-color: #fff;
}
nav .burger-btn span:nth-of-type(1) {
  top: -2px;
}
@media only screen and (min-width: 768px) {
  nav .burger-btn span:nth-of-type(1) {
    top: 2px;
  }
}
nav .burger-btn span:nth-of-type(2) {
  top: 8px;
}
@media only screen and (min-width: 768px) {
  nav .burger-btn span:nth-of-type(2) {
    top: 16px;
  }
}
nav .burger-btn span:nth-of-type(3) {
  top: 18px;
}
@media only screen and (min-width: 768px) {
  nav .burger-btn span:nth-of-type(3) {
    top: 30px;
  }
}
nav .burger-btn span:nth-of-type(2)::after {
  position: absolute;
  top: 0;
  left: 0;
  content: "";
  width: 100%;
  height: 2px;
  background-color: #fff;
  transition: all 0.4s;
}
nav .burger-btn.active span:nth-of-type(1) {
  transform: translateY(20px) scale(0);
}
nav .burger-btn.active span:nth-of-type(2) {
  transform: rotate(-30deg);
}
nav .burger-btn.active span:nth-of-type(2)::after {
  transform: rotate(60deg);
}
nav .burger-btn.active span:nth-of-type(3) {
  transform: translateY(-20px) scale(0);
}
nav .nav-wrapper {
  display: none;
  width: 100vw;
  height: 100%;
  overflow: auto;
  background: rgba(0, 0, 0, 0.9);
  position: fixed;
  top: 0;
  left: 0;
  z-index: 2;
}
nav .nav-wrapper .header-nav {
  height: auto;
  background: transparent;
  width: 300px;
  margin: 100px auto 70px auto;
}
@media only screen and (min-width: 768px) {
  nav .nav-wrapper .header-nav {
    width: 675px;
    margin: 95px auto 16px auto;
  }
}
nav .nav-wrapper .header-nav .nav-item a {
  max-height: unset;
}
nav .nav-wrapper .header-nav .nav-item {
  margin-left: 0;
}
nav .nav-wrapper .header-nav .nav-item .nav-item-btn-list {
  border: 1px solid #ffffff;
  border-radius: 4px;
  display: inline-block;
}
nav .nav-wrapper .header-nav .nav-item .nav-item-btn-list:first-child {
  margin-bottom: 20px;
  margin-right: 0;
}
nav .nav-wrapper .header-nav .nav-item .nav-item-btn-list:hover {
  background: rgba(255, 255, 255, 0.5);
}
nav .nav-wrapper .header-nav .nav-item .nav-item-btn-list a {
  width: auto;
  color: #ffffff;
  font-size: 14px;
  display: inline-flex;
  align-items: center;
  padding: 15px 30px;
  letter-spacing: 0;
}
nav .nav-wrapper .header-nav .nav-item .nav-item-btn-list a:hover {
  text-decoration: none;
}
nav .nav-wrapper .header-nav .nav-item .nav-item-btn-list a img {
  height: 8px;
  margin-right: 12px;
}
@media only screen and (min-width: 768px) {
  nav .nav-wrapper .header-nav .nav-item .nav-item-btn-list a {
    font-size: 16px;
    letter-spacing: 2px;
  }
  nav .nav-wrapper .header-nav .nav-item .nav-item-btn-list a img {
    height: 14px;
    margin-right: 15px;
  }
}
@media only screen and (min-width: 768px) {
  nav .nav-wrapper .header-nav .nav-item .nav-item-btn-list:first-child {
    margin-bottom: 0;
    margin-right: 40px;
  }
}
nav .nav-wrapper .nav-list-top,
nav .nav-wrapper .nav-list-middle,
nav .nav-wrapper .nav-list-bottom {
  list-style: none;
  padding-left: 0;
  line-height: 1;
  margin: 0 0 auto;
  width: 100%;
}
nav .nav-wrapper .nav-list-top {
  display: block;
  text-align: left;
  cursor: pointer;
  margin-bottom: 60px;
}
@media only screen and (min-width: 768px) {
  nav .nav-wrapper .nav-list-top {
    margin-bottom: 40px;
  }
}
nav .nav-wrapper .nav-list-top .dropdown {
  padding-bottom: 140px;
}
@media only screen and (min-width: 768px) {
  nav .nav-wrapper .nav-list-top .dropdown {
    padding-bottom: 155px;
  }
}
nav .nav-wrapper .nav-list-top .nav-item {
  margin-bottom: 50px;
}
@media only screen and (min-width: 768px) {
  nav .nav-wrapper .nav-list-top .nav-item {
    margin-bottom: 155px;
  }
}
nav .nav-wrapper .nav-list-top .username {
  text-align: left;
}
nav .nav-wrapper .nav-list-middle {
  display: block;
  font-weight: 600;
  letter-spacing: 6px;
  margin-bottom: 60px;
}
@media only screen and (min-width: 768px) {
  nav .nav-wrapper .nav-list-middle {
    margin-bottom: 60px;
  }
}
nav .nav-wrapper .nav-list-middle li {
  margin-bottom: 30px;
}
@media only screen and (min-width: 768px) {
  nav .nav-wrapper .nav-list-middle li {
    margin-bottom: 40px;
  }
}
nav .nav-wrapper .nav-list-middle li:last-child {
  margin-bottom: 0;
}
nav .nav-wrapper .nav-list-middle a {
  color: #ffffff;
}
@media only screen and (min-width: 768px) {
  nav .nav-wrapper .nav-list-middle a {
    font-size: 30px;
    letter-spacing: 6px;
  }
}
nav .nav-wrapper .nav-list-middle a:hover {
  color: #ffffff;
}
nav .nav-wrapper .nav-list-top,
nav .nav-wrapper .nav-list-bottom {
  display: block;
  letter-spacing: 1.6px;
}
nav .nav-wrapper .nav-list-top li,
nav .nav-wrapper .nav-list-bottom li {
  margin-bottom: 26px;
}
@media only screen and (min-width: 768px) {
  nav .nav-wrapper .nav-list-top li,
  nav .nav-wrapper .nav-list-bottom li {
    margin-bottom: 20px;
  }
}
nav .nav-wrapper .nav-list-bottom li:last-child {
  margin-bottom: 0;
}
nav .nav-wrapper .nav-list-top a,
nav .nav-wrapper .nav-list-bottom a {
  font-size: 16px;
  color: #ffffff;
  letter-spacing: 1.6px;
}
@media only screen and (min-width: 768px) {
  nav .nav-wrapper .nav-list-top a,
  nav .nav-wrapper .nav-list-bottom a {
    font-size: 16px;
    letter-spacing: 2px;
  }
}
nav .nav-wrapper .nav-list-top a:hover,
nav .nav-wrapper .nav-list-bottom a:hover {
  color: #ffffff;
}

@media only screen and (min-width: 768px) {
  nav {
    height: auto;
  }
}
/**
 * SP用の言語選択
 */
.sp-select-language-wrapper {
  display: none;
  width: 100%;
  height: 100%;
  position: fixed;
  z-index: 999;
  top: 0;
  right: 0;
  left: 0;
  background-color: rgba(0, 0, 0, 0.5);
}
.sp-select-language-wrapper .sp-select-language {
  display: none;
  width: 100%;
  height: 295px;
  background-color: #ffffff;
  border-radius: 10px 10px 0 0;
  position: absolute;
  bottom: 0;
  overflow: scroll;
}
.sp-select-language-wrapper .sp-select-language .sp-lang-code-list {
  font-size: 12px;
  list-style-type: none;
}
.sp-select-language-wrapper .sp-select-language .sp-lang-code-list li {
  border-bottom: 1px solid #E6E6E6;
  font-weight: 600;
  height: 42px;
}
.sp-select-language-wrapper .sp-select-language .sp-lang-code-list li.selected {
  color: #ffffff;
  background-color: #6c6c6c;
}
.sp-select-language-wrapper .sp-select-language .sp-lang-code-list li:last-child {
  background-color: #E6E6E6;
}

body.no-scroll {
  overflow: hidden;
}

/**
  フッターの設定
*/
footer {
  /* height: 33px; */
  font-size: 14px;
  background-color: #242424;
}
.help-footer-height {
  padding: 6px 0;
}

footer .footer-bottom {
  min-height: unset;
  background-color: transparent;
}

/**
  FC案内（XG：アプリについて）
 */
div.guidance .app-contents-wrapper {
  width: 100%;
  max-width: 1000px;
  margin: 0 auto 66px;
  justify-content: center;
}

div.guidance .app-contents-wrapper.contents {
    margin: 0;
}
@media only screen and (min-width: 768px) {
  div.guidance .app-contents-wrapper {
    margin: 0 auto 138px;
  }
  div.guidance .app-contents-wrapper.contents {
    margin: 0;
  }
}

@media only screen and (max-width: 1042px) {
  div.guidance .app-contents-wrapper {
    display: flex;
    flex-wrap: wrap;
    padding: 0 20px;
  }

  div.guidance .card-wrapper {
    margin-right: 4%;
  }

  div.guidance .card-wrapper:nth-child(2n) {
    margin-right: 0;
  }
}

div.guidance .app-contents-title {
  width: 100%;
  max-width: unset;
  letter-spacing: 3px;
  margin: 30px auto 30px auto;
  font-size: 30px;
  font-weight: 600;
}
@media only screen and (min-width: 768px) {
  div.guidance .app-contents-title {
    max-width: 372px;
    letter-spacing: 6px;
    margin: 0 auto 40px auto;
    font-size: 50px;
  }
}
div.guidance .guidance-title h2 {
  font-weight: 600;
  font-size: 28px;
  line-height: 42px;
  text-align: center;
  color: #FFFFFF;
  margin-bottom: 30px;
}
@media only screen and (min-width: 768px) {
  div.guidance .guidance-title h2 {
    font-weight: 600;
    font-size: 48px;
    line-height: 72px;
    color: #FFFFFF;
    margin-bottom: 50px;
  }
}
div.guidance .card-wrapper {
  width: 100%;
  height: 100%;
  max-width: 335px;
  margin-bottom: 30px;
  padding-right: 0;
  padding-left: 0;
}
@media only screen and (min-width: 1042px) {
  div.guidance .card-wrapper {
    max-width: 300px;
    margin-bottom: 40px;
    margin-right: 50px;
  }
  div.guidance .card-wrapper:nth-child(3n) {
    margin-right: 0;
  }
  div.guidance .card-wrapper:nth-last-child(-n+3) {
    margin-bottom: 60px;
  }
}
div.guidance .card {
  background-color: transparent;
  color: #fff;
}
div.guidance .card .card-body {
  padding: 0;
}
div.guidance .card .card-body .card-title {
  font-size: 20px;
  font-weight: 600;
  letter-spacing: 2px;
  margin-bottom: 4px;
}
div.guidance .card .card-body .card-title .community-subtitle {
  font-size: 14px;
  letter-spacing: 1.6px;
  vertical-align: baseline;
}
div.guidance .card .card-body .card-title .icon {
  margin-right: 10px;
  width: 22px;
  height: 23px;
}
div.guidance .card .card-body .card-text img {
  width: 100%;
}
.flow-description-text .sp-small {
  font-size: 10px;
}
@media only screen and (min-width: 768px) {
  .flow-description-text .sp-small {
    font-size: 16px;
  }
}
div.guidance .pasch-btn-color-3 a.active:hover {
  border: solid 1px #BCBCBC;
  background-color: #BCBCBC;
}

/**
 * HOME画面
 */
div.fc-top {
  height: 100%;
  color: #ffffff;
}
div.fc-top .top-contents {
  margin: 0 auto 90px auto;
}
div.fc-top .main-img {
  margin-bottom: 30px;
}
div.fc-top .main-img img {
  width: auto;
  height: 120px;
}
div.fc-top .xg-top-buttons .pasch-btn {
  letter-spacing: 0;
  margin: 0 0 28px 0;
}
div.fc-top .xg-top-title {
  width: auto;
  font-weight: 600;
  letter-spacing: 2px;
  font-size: 16px;
  margin: 0 auto 30px auto;
}

@media only screen and (min-width: 768px) {
  div.fc-top .top-contents {
    width: 700px;
    margin: 20px auto 20px auto;
  }
  div.fc-top .main-img {
    margin-bottom: 32px;
  }
  div.fc-top .main-img img {
    height: 180px;
  }
  div.fc-top .xg-top-buttons .pasch-btn {
    letter-spacing: 2.2px;
    margin: 0 0 24px 0;
  }
  div.fc-top .xg-top-title {
    font-size: 36px;
    letter-spacing: 3px;
    margin: 0 auto 24px auto;

  }
}
.pasch-btn-about a {
  width: 285px;
  height: 40px;
  font-size: 14px;
  border-radius: 4px;
  margin: 0 auto;
  box-shadow: 0 0 80px #ffffff66;
}
.pasch-btn-about a img {
  height: 12px;
  margin-right: 10px;
}

@media only screen and (max-width: 328px) {
  .pasch-btn-about a {
    max-width: 270px;
    width: auto;
    height: auto;
    font-size: 14px;
  }
  .pasch-btn-about a img {
    height: 12px;
    margin-right: 24px;
  }
  /* div.fc-top .xg-top-title {
  width: auto;
  letter-spacing: 3px;
  font-weight: 600;
  font-size: 27px;
  margin: 0 auto 114px auto; */
}
@media only screen and (min-width: 768px) {
  .pasch-btn-about a {
    width: 600px;
    height: 60px;
    font-size: 20px;
  }
  .pasch-btn-about a img {
    height: 18px;
    margin-right: 24px;
  }
}
a.pasch-link {
  color: #ffffff;
  text-decoration: underline;
  border-radius: 5px;
  font-size: 14px;
  letter-spacing: 2.2px;
}
@media only screen and (min-width: 768px) {
  a.pasch-link {
    font-size: 18px;
  }
}
a.pasch-link:hover {
  opacity: 0.6;
}

/**
  アカウント情報
*/
@media only screen and (min-width: 768px) {
  div.title-main {
    text-align: left;
    margin-top: 55px;
    border-left: 5px solid #753BBD;
  }
}
/**
 * ダウンロード画面＆アカウント登録完了画面
 */
.complete-img-wrapper{
  margin: 1em auto;
  max-height: 25vh;
  width: 100%;
  border-radius: 10px;
}
.complete-img-wrapper img{
  max-height: 25vh;
  max-width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 10px;
}
.complete-title {
  width: 100%;
  max-width: unset;
  letter-spacing: 3px;
  margin: 20px auto 20px auto;
  font-size: 18px;
  font-weight: 600;
}

@media only screen and (min-width: 768px) {
  .complete-img-wrapper{
    max-width: 946px;
    max-height: 40vh;
    overflow: hidden;
  }
  .complete-img-wrapper img{
    max-height: 38vh;
    object-fit: cover;
  }
  .complete-title {
    width: 100%;
    max-width: unset;
    letter-spacing: 3px;
    margin: 20px auto 20px auto;
    font-size: 18px;
    font-weight: 600;
  }
}
div.app-download, div.subscribe-complete {
  line-height: 1;
}
div.app-download .container-fluid, div.subscribe-complete .container-fluid {
  padding: 0 20px;
}
div.app-download .app-download-title, div.subscribe-complete .app-download-title {
  width: 100%;
  max-width: unset;
  letter-spacing: 3px;
  margin: 40px auto 50px auto;
  font-size: 30px;
  font-weight: 600;
}
.app-download-logo {
  width: 190px;
}

@media only screen and (min-width: 768px) {
  div.app-download .app-download-title {
    max-width: 372px;
    letter-spacing: 6px;
    margin: 40px auto 70px auto;
    font-size: 50px;
  }
  div.subscribe-complete .app-download-title {
    letter-spacing: 6px;
    margin: 40px auto 70px auto;
    font-size: 50px;
  }
  .app-download-logo {
    width: 300px;
  }
}
div.app-download .fc-title-list {
  margin-bottom: 50px;
}
div.subscribe-complete .fc-title-list{
  margin-bottom: 30px;
}
@media only screen and (min-width: 768px) {
  div.app-download .fc-title-list {
    margin-bottom: 70px;
  }
  div.subscribe-complete .fc-title-list {
    margin-bottom: 50px;
  }
}
div.app-download .fc-title-list .app-description, div.subscribe-complete .fc-title-list .app-description {
  font-size: 12px;
  font-weight: 300;
  letter-spacing: 0;
  margin-bottom: 20px;
}
@media only screen and (min-width: 768px) {
  div.app-download .fc-title-list .app-description, div.subscribe-complete .fc-title-list .app-description {
    font-size: 16px;
    font-weight: 400;
    letter-spacing: 3.2px;
  }
}
div.app-download .fc-title-list .app-title, div.subscribe-complete .fc-title-list .app-title {
  width: auto;
  height: auto;
  font-size: 24px;
  font-weight: 600;
  letter-spacing: 2.4px;
  margin: 0 auto;
}
@media only screen and (min-width: 768px) {
  div.app-download .fc-title-list .app-title, div.subscribe-complete .fc-title-list .app-title {
    font-size: 30px;
    letter-spacing: 6px;
  }
}
div.app-download .fc-title-list .app-title span, div.subscribe-complete .fc-title-list .app-title span {
  background-color: #242424;
  padding: 0 65px;
}
@media only screen and (min-width: 768px) {
  div.app-download .fc-title-list .app-title span, div.subscribe-complete .fc-title-list .app-title span {
    padding: 0 125px;
  }
}
div.app-download .app-icon-wrapper, div.subscribe-complete .app-icon-wrapper {
  margin-bottom: 30px;
}
@media only screen and (min-width: 768px) {
  div.app-download .app-icon-wrapper, div.subscribe-complete .app-icon-wrapper {
    margin-bottom: 45px;
  }
}
div.app-download .app-icon-wrapper .app-icon, div.subscribe-complete .app-icon-wrapper .app-icon {
  width: 100px;
  height: 100px;
  margin-right: 30px;
}
div.app-download .app-icon-wrapper .app-icon img, div.subscribe-complete .app-icon-wrapper .app-icon img {
  width: 100%;
}
@media only screen and (min-width: 768px) {
  div.app-download .app-icon-wrapper .app-icon, div.subscribe-complete .app-icon-wrapper .app-icon {
    width: 180px;
    height: 180px;
    margin-right: 70px;
  }
}
div.app-download .app-icon-wrapper .download-icons .app-store, div.app-download .app-icon-wrapper .download-icons .google-play, div.subscribe-complete .app-icon-wrapper .download-icons .app-store, div.subscribe-complete .app-icon-wrapper .download-icons .google-play {
  width: 168px;
  height: auto;
}
div.app-download .app-icon-wrapper .download-icons .app-store img, div.app-download .app-icon-wrapper .download-icons .google-play img, div.subscribe-complete .app-icon-wrapper .download-icons .app-store img, div.subscribe-complete .app-icon-wrapper .download-icons .google-play img {
  width: 100%;
}
div.app-download .app-icon-wrapper .download-icons .app-store .qrcode, div.app-download .app-icon-wrapper .download-icons .google-play .qrcode, div.subscribe-complete .app-icon-wrapper .download-icons .app-store .qrcode, div.subscribe-complete .app-icon-wrapper .download-icons .google-play .qrcode {
  display: none;
  width: 120px;
  height: auto;
}
@media only screen and (min-width: 768px) {
  div.app-download .app-icon-wrapper .download-icons .app-store .qrcode, div.app-download .app-icon-wrapper .download-icons .google-play .qrcode, div.subscribe-complete .app-icon-wrapper .download-icons .app-store .qrcode, div.subscribe-complete .app-icon-wrapper .download-icons .google-play .qrcode {
    display: block;
    margin: 0 auto;
  }
}
div.app-download .app-icon-wrapper .download-icons .app-store, div.subscribe-complete .app-icon-wrapper .download-icons .app-store {
  margin-bottom: 10px;
  margin-right: 0;
}
div.app-download .app-icon-wrapper .download-icons .app-store a, div.subscribe-complete .app-icon-wrapper .download-icons .app-store a {
  margin-bottom: 0;
}
div.app-download .app-icon-wrapper .download-icons .google-play, div.subscribe-complete .app-icon-wrapper .download-icons .google-play {
  margin-bottom: 0;
}
div.app-download .app-icon-wrapper .download-icons .google-play a, div.subscribe-complete .app-icon-wrapper .download-icons .google-play a {
  margin-bottom: 0;
}
@media only screen and (min-width: 768px) {
  div.app-download .app-icon-wrapper .download-icons .app-store, div.subscribe-complete .app-icon-wrapper .download-icons .app-store {
    width: 165px;
    margin-right: 50px;
  }
  div.app-download .app-icon-wrapper .download-icons .app-store a, div.subscribe-complete .app-icon-wrapper .download-icons .app-store a {
    margin-bottom: 30px;
  }
  div.app-download .app-icon-wrapper .download-icons .google-play, div.subscribe-complete .app-icon-wrapper .download-icons .google-play {
    width: 190px;
  }
  div.app-download .app-icon-wrapper .download-icons .google-play a, div.subscribe-complete .app-icon-wrapper .download-icons .google-play a {
    margin-bottom: 30px;
  }
}
div.app-download .app-download-description, div.subscribe-complete .app-download-description {
  margin: 0 auto 85px auto;
  max-width: unset;
}
@media only screen and (min-width: 768px) {
  div.app-download .app-download-description, div.subscribe-complete .app-download-description {
    max-width: 1030px;
    margin: 0 auto 265px auto;
  }
}
div.app-download .app-download-description p.annotation, div.subscribe-complete .app-download-description p.annotation {
  font-size: 12px;
  font-weight: 200;
  letter-spacing: 0;
  line-height: 18px;
  padding-left: 12px;
  text-align: left;
  text-indent: -12px;
}
@media only screen and (min-width: 768px) {
  div.app-download .app-download-description p.annotation, div.subscribe-complete .app-download-description p.annotation {
    font-size: 16px;
    letter-spacing: -0.16px;
    margin-bottom: 21px;
    line-height: 21px;
    font-weight: 300;
    padding-left: 16px;
    text-align: left;
    text-indent: -16px;
  }
}
div.app-download .app-download-description p.annotation:last-child, div.subscribe-complete .app-download-description p.annotation:last-child {
  margin-bottom: 0;
}
div.app-download .app-download-description p.annotation:before, div.subscribe-complete .app-download-description p.annotation:before {
  content: "";
}
@media only screen and (min-width: 768px) {
  div.app-download .app-download-description .sp-br, div.subscribe-complete .app-download-description .sp-br {
    display: none;
  }
}

div.subscribe-complete {
  color: #ffffff;
  line-height: 1.6;
}
div.subscribe-complete .container-fluid {
  padding: 0 9px;
}
div.subscribe-complete .xg-subscribe-main-img {
  max-width: 345px;
  margin: 30px auto;
}
@media only screen and (min-width: 768px) {
  div.subscribe-complete .xg-subscribe-main-img {
    max-width: 610px;
    margin: 60px auto 50px auto;
  }
}
div.subscribe-complete .xg-subscribe-main-img img {
  width: 100%;
}
div.subscribe-complete .subscribe-title {
  font-size: 19px;
  font-weight: 600;
  letter-spacing: -0.38px;
  margin-bottom: 35px;
}
@media only screen and (min-width: 768px) {
  div.subscribe-complete .subscribe-title {
    font-size: 30px;
    letter-spacing: -0.6px;
    margin-bottom: 50px;
  }
}
div.subscribe-complete .subscribe-subtitle {
  font-size: 14px;
  font-weight: 400;
  margin-bottom: 40px;
  line-height: 1.8;
}
@media only screen and (min-width: 768px) {
  div.subscribe-complete .subscribe-subtitle {
    font-size: 18px;
    margin-bottom: 60px;
    line-height: 1;
  }
}
div.subscribe-complete .subscribe-subtitle .sp-br {
  display: block;
}
@media only screen and (min-width: 768px) {
  div.subscribe-complete .subscribe-subtitle .sp-br {
    display: none;
  }
}
@media only screen and (min-width: 768px) {
  div.subscribe-complete .app-icon-wrapper {
    margin-bottom: 50px;
  }
}
div.subscribe-complete .app-download-description {
  max-width: 840px;
  margin: 0 auto 40px auto;
}
@media only screen and (min-width: 768px) {
  div.subscribe-complete .app-download-description {
    margin: 0 auto 80px auto;
  }
}
div.subscribe-complete .app-download-description div.annotation {
  font-size: 12px;
  line-height: 2.4;
  padding-left: 12px;
  text-align: left;
  text-indent: -12px;
}
div.subscribe-complete .app-download-description div.annotation:before {
  content: "";
}
@media only screen and (min-width: 768px) {
  div.subscribe-complete .app-download-description div.annotation {
    font-size: 16px;
    line-height: 2.1;
    padding-left: 16px;
    text-indent: -16px;
  }
}
div.subscribe-complete .app-download-description div.annotation a {
  color: #007AFF;
}

/*
 * 新規登録フロー
 */
div.pasch-box-header h2.content-title {
  color: #ffffff;
}
div.pasch-box-header h3.content-sub-title {
  color: #e6e6e6;
}

div.pasch-box-bottom .pasch-box-bottom-text {
  color: #ffffff;
}

.form-check label {
  color: #ffffff;
}

div.app-contents-wrapper .app-contents-wrapper-title {
  letter-spacing: 6px;
}
div.app-contents-wrapper .app-contents-wrapper-title h2 {
  font-size: 1.6rem;
}
@media only screen and (min-width: 768px) {
  div.app-contents-wrapper .app-contents-wrapper-title h2 {
    font-size: 1.8rem;
  }
}

table.member-status {
  border-collapse: collapse;
  text-align: center;
}
table.member-status th, table.member-status td {
  border: solid 1px #000000;
  width: 150px;
  min-height: 30px;
}
table.member-status th div, table.member-status td div {
  height: 100%;
}
table.member-status thead {
  background-color: #f2f2f2;
}

/**
  その他共通
 */
div.pasch-box .pasch-btn-color-3 a {
  background-color: #753BBD;
}
div.pasch-box .pasch-btn-color-3 a:hover {
  opacity: 0.8;
}
div.pasch-box [type=submit].pasch-btn-color-3 {
  background-color: #753BBD;
}
div.pasch-box [type=submit].pasch-btn-color-3:hover {
  opacity: 0.8;
}

div.inline-content.terms {
  box-sizing: content-box;
}
@media only screen and (min-width: 768px) {
  div.inline-content.terms {
    height: calc(100vh - 260px);
    box-sizing: border-box;
  }
}

div.pasch-box-bottom div.pasch-box-bottom-option {
  color: #ffffff;
}

/**
  HOMEスプラッシュアニメーション
 */
.toppage-animation {
  display: none;
  z-index: 100;
}
.toppage-animation.is-show {
  display: block;
}
.toppage-animation .toppage-animation-bg {
  position: fixed;
  /* background: #413bac;
  background: radial-gradient(circle, #413bac 0%, #090979 0%, black 80%); */
  background: #3E3E3E;
  background: radial-gradient(circle,  #3E3E3E 0%, black 80%);
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 110;
  -webkit-animation: bg-fadeIn 2.5s forwards;
          animation: bg-fadeIn 2.5s forwards;
}
.toppage-animation .toppage-animation-logo {
  width: 250px;
  display: block;
  z-index: 120;
  position: fixed;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
  padding-bottom: 40px;
  -webkit-animation: fadeIn 2.5s forwards;
          animation: fadeIn 2.5s forwards;
}
@media only screen and (min-width: 768px) {
  .toppage-animation .toppage-animation-logo {
    width: 340px;
  }
}
@-webkit-keyframes fadeIn {
  0% {
    opacity: 0;
  }
  40% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
@keyframes fadeIn {
  0% {
    opacity: 0;
  }
  40% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
@-webkit-keyframes bg-fadeIn {
  0% {
    opacity: 1;
  }
  50% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
@keyframes bg-fadeIn {
  0% {
    opacity: 1;
  }
  50% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}

.flow-description-text .credit-card {
  margin-left: 1rem;
  padding-left: 1rem;
}

@media (max-width: 576px) {
  .flow-description-text .credit-card {
    border-left: none;
    margin-left: 0px;
    padding-left: 0px;
    padding-top: 1rem;
  }
}


.charge_error_text {
  color: #FF0000;
  font-weight: bold;
  margin-left: 20px;
}
.charge_error_description_text {
  padding-top: 15px;
  font-size: 14px;
}

/* 2023.4.12 */
/* top */
.login {
  display: none;
}

@media  only screen and (min-width: 768px) {
  nav .login {
    display: flex;
    justify-content: center;
    align-items: center;
  }

  nav .login .login-btn {
    height: 34px;
    border-radius: 4px;
    color: #fff;
    border: 1px solid #ffffff;
    outline: none;
    font-weight: 600;
    letter-spacing: -0.14px;
    padding: 0 27px;
    margin-right: 20px;
  }

  nav .login .login-user-name {
    height: 34px;
    color: #fff;
    outline: none;
    font-weight: 600;
    letter-spacing: -0.14px;
    padding: 0 27px;
    margin-right: 20px;
  }

  nav .login .login-btn.btn:hover {
    color: #ffffff;
  }

  nav .login .login-btn span,
  nav .login .login-user-name span {
    font-size: 14px;
  }
  
  nav .login .login-btn img,
  nav .login .login-user-name img {
    width: 14px;
    height: 14px;
    margin-right: 4px;
  }
}

.store-button > .store-apple,
.store-button > .store-google {
  display: none;
}

.store-button > .store-apple.show,
.store-button > .store-google.show {
  display: block;
  max-width: 155px;
}

.store-button > .store-apple.show a,
.store-button > .store-google.show a {
  display: block;
}

.store-button > .store-apple.show img,
.store-button > .store-google.show img {
  width: 90%;
}

@media  only screen and (min-width: 768px) {
  .store-button > .store-apple.show {
    max-width: 165px!important;
    margin-right: 20px;
  }

  .store-button > .store-google {
    max-width: 186px!important;
  }
}

.modal-area {
  position: fixed;
  z-index: 10;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: none;
}

.modal-bg {
  width: 100%;
  height: 100%;
  background-color: rgba(30,30,30,0.9);
}

.modal-wrapper {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 80%;
  transform: translate(-50%,-50%);
  max-width: 700px;
  padding: 20px 0px;
  background-color: #000000;
  color: #ffffff;
  border-radius: 8px;
  max-height: 90%;
}

.modal-area-2 {
  position: fixed;
  z-index: 9;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: none;
}

.modal-xglax-bg {
  background: #000000;
  width: 100%;
  height: 100vh;
  position: absolute;
  top: 0;
  opacity: .5;
}

.modal-area-2 .modal-contents {
  position: relative;
  max-height: 75vh;
  -ms-overflow-style: none;
  scrollbar-width: none;
}
.modal-area-2 .modal-contents::-webkit-scrollbar{
  display:none;
}

.modal-area-2 .modal-contents-title {
  font-size: 1.8rem;
  color: #222222;
}

.modal-area-2 .modal-wrapper {
  background-color: #fefefe;
  color: #222222;
}

.modal-area-2 .modal-contents-text {
  color: #222222;
  max-width: 420px;
  /* max-width: 500px; */
}

.xglax-register .inputuserdata-entry-form-text, 
.modal-area-2 .inputuserdata-entry-form-text, 
.xglax-transfer .inputuserdata-entry-form-text {
  max-width: 420px;
}

.terms-confirm {
  border: 1px solid #c7c8c9;
  border-radius: 10px;
  padding: 15px;
}

.terms-confirm a {
  color: #007AFF;
}

.modal-contents-email p {
  font-size: 1.1rem;
  font-weight: 300;
}

.modal-area-2 form {
  max-width: 300px;
}

.modal-area-2 .option {
  font-size: 12px;
  margin-bottom: 0;
  color: #666666;
  padding-left: 0.5rem;
  text-indent: -0.5rem;
}

.modal-area-2 .submit-button {
  color: #ffffff;
  background-color: #000000;
  border-radius: 5px;
  height: 40px;
  width: 100%;
  border: none;
}

.modal-area-2 .sp-br {
  display: none;
}

.close-modal-2 {
  position: absolute;
  top: 5px;
  right: 5px;
  cursor: pointer;
  display: block;
  width: 30px;
  height: 30px;
  font-size: 1.5rem;
  text-align: center;
  line-height: 30px;
}

.modal-area-2 a {
  color: #007AFF;
}

.modal-area-2 a:hover {
  color: #1d68a7;
  text-decoration: underline;
}

@media  only screen and (max-width: 767px) {
  .modal-area-2 .modal-wrapper {
    max-height: 80%;
  }

  .modal-area-2 .modal-contents-title {
    font-size: 1.4rem;
  }

  .modal-contents-email h3 {
    font-size: 1.4rem;
  }

  .modal-contents-email p {
    font-size: .8rem;
  }

  .modal-area-2 .sp-br {
    display: block;
  }
}


/**** プロフィール登録・編集 ****/
.birthon-form {
  display: flex;
}

.birthon-form .span {
  display: flex;
}

/* スマホのSafariにてプルダウンのテキストの色が変わる対策 */
select:focus, select {
  color: #212529;
}

.birthon-input {
  display: flex;
  flex-grow: 1;
}

.birth-input {
  padding: .3rem;
}

#birth_year {
  flex-grow: 2;
}

.birthon-form span {
  margin: auto 5px;
  font-size: .8rem;
}

#profile-form .birth-input {
  background-position: right 10px center;
}

.birth-input[disabled] {
  background: #868686;
  border: #868686;
}

#birth_year:disabled, #birth_month:disabled, #birth_day:disabled {
  background: white;
  color: #888 !important;
  cursor: not-allowed;
  outline: none;
}

#id_gender {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}

#id_gender>div {
  margin-right: 20px;
}

.xglax-profile [type=radio]:checked, .xglax-profile [type=radio]:not(:checked) {
  position: relative;
  left: 0;
}

.form-group.newsletter-flg {
  display: flex;
  flex-direction: row;
}

.newsletter-flg .inputuserdata-entry-form-field-item-title {
  margin: 0 5px;
}


@media  only screen and (min-width: 768px) {
  .modal-wrapper {
    width: 70%;
    padding: 60px 10px;
  }
}
.modal-link:hover {
  text-decoration: none;
}

.modal-contents {
  overflow: scroll;
  padding: 0px 20px;
}

@media  only screen and (min-width: 768px) {
  .modal-contents {
    padding: 0px 30px;
  }

  .modal-contents::-webkit-scrollbar {
    width: 10px;
    height: 0px;
  }

  .modal-contents::-webkit-scrollbar-thumb {
    background-color: rgb(150,150,150);
    border-radius: 5px;
    box-shadow: inset 3px 3px 3px rgba(255,255,255,0.2);
  }

  .modal-contents::-webkit-scrollbar-track {
    background-color: rgb(220,220,220);
    border-radius: 5px;
    box-shadow: inset 3px -3px 5px rgba(0,0,0,0.2);
  }
}

.modal-img {
  max-width: 440px;
  margin: 0 auto 24px;
}

@media  only screen and (min-width: 768px) {
  .modal-img {
    margin: 0 auto 34px;
  }
}

.modal-img img {
  width: 100%;
}

.modal-wrapper a {
  color: inherit;
  text-decoration: none
}

.modal-contents-title {
  font-weight: 600;
  font-size: 20px;
  line-height: 30px;
  text-align: center;
  margin-bottom: 6px;
  color: #fff;
}

@media  only screen and (min-width: 768px) {
  .modal-contents-title {
    font-size: 24px;
    line-height: 36px;
    margin-bottom: 8px;
  }
}

.modal-contents-text {
  font-weight: 300;
  font-size: 12px;
  line-height: 20px;
  color: #CCCCCC;
}

@media  only screen and (min-width: 768px) {
  .modal-contents-text {
    font-size: 16px;
    line-height: 26px;
  }
}

.close-modal {
  position: absolute;
  top: -30px;
  right: 0;
  cursor: pointer;
  display: block;
  width: 30px;
  height: 30px;
}

.close-modal::before, .close-modal::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  width: 1px;
  height: 30px;
  background: #ffffff;
}

.close-modal::before {
  transform: translate(-50%,-50%) rotate(60deg);
}

.close-modal::after {
  transform: translate(-50%,-50%) rotate(-60deg);
}

.top-powered-by {
  color: #fff;
  font-size: 14px;
  text-align: center;
}

.top-footer {
  background-color: rgba(0,0,0,0.25) ;
}

.footer-banner {
  position: fixed;
  bottom: 0;
  left: 0;
  width: 100%;
}

@media  only screen and (min-width: 768px) {
  .footer-bottom {
    width: 100%;
    position: relative;
  }

  .footer-banner {
    overflow-y: hidden;
    right: 0;
    left: 0;
  }
}
.footer-banner a {
  display: block;
}

.footer-banner .banner-sp{
  width: 100%;
}

.footer-banner .banner-pc{
  display: none;
}

@media  only screen and (min-width: 768px) {
  .footer-banner .banner-pc{
    max-width: 100%;
    display: block;
    margin: 0 auto;
  }

  .footer-banner .banner-sp{
    display: none;
  }
}

/* sidemenu */
.nav-heading,
.nav-heading a {
  font-size: 24px;
  font-weight: 600;
  color: #ffffff;
  letter-spacing: 6px;
  margin-bottom: 30px;
}
@media only screen and (min-width: 768px) {
  .nav-heading,
  .nav-heading a {
    font-size: 30px;
    letter-spacing: 6px;
  }
}

/* introduction */
main.introduction {
  position: relative;
}

.campaign {
  margin: 0 20px 60px;
  padding-bottom: 60px;
  border-bottom: 1px solid #737373;
}
@media only screen and (min-width: 768px) {
  .campaign {
    max-width: 1000px;
    margin: 0 auto 80px;
    padding-bottom: 80px;
  }
}

.campaign-title {
  font-weight: 600;
  font-size: 28px;
  line-height: 42px;
  text-align: center;
  color: #FFFFFF;
}
@media only screen and (min-width: 768px) {
  .campaign-title {
    font-size: 40px;
    line-height: 60px;
    margin-bottom: 50px;
  }
}

.campaign-wrapper {
  flex-direction: column;
}
@media only screen and (min-width: 768px) {
  .campaign-wrapper {
    flex-direction: row;
  }
}

.campaign-img {
  margin-bottom: 20px;
}
@media only screen and (min-width: 768px) {
  .campaign-img {
    margin: 0 40px 0 0;
    max-width: 300px;
  }
}

.campaign-img img {
  width: 100%;
}

@media only screen and (min-width: 768px) {
  .campaign-contents {
    width: 700px;
  }
}

.campaign-text {
  color: #ffffff;
  font-weight: 300;
  font-size: 16px;
  line-height: 26px;
  margin-bottom: 20px;
}

.campaign-btn {
  text-align: center;
}

@media only screen and (min-width: 768px) {
  .campaign-btn {
    text-align: center;
  }
}

.campaign-btn-link {
  font-size: 12px;
  line-height: 18px;
  letter-spacing: 0.07em;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  border: 1px solid #ffffff;
  color: #ffffff;
}

.campaign-btn-link:hover {
  color: #ffffff;
  text-decoration: none;
}

.campaign-btn-link img {
  margin-top: 3px;
  width: 12px;
}

.membership-btn-link{
  display: inline-block;
  border: 1px solid #ffffff;
  border-radius: 4px;
  padding: 12px 40px;
  text-align: center;
  color: #ffffff;
}

.membership-btn-link:hover {
  color: #ffffff;
  text-decoration: none;
}

.about-alphaz,
.about-alphaz-info {
  margin: 0 5px 30px;
}
@media only screen and (min-width: 768px) {
  .about-alphaz {
    max-width: 1000px;
    margin: 0 auto 40px;
  }
  .about-alphaz-info {
    max-width: 1000px;
    margin: 0 auto 40px;
  }
}

.about-alphaz {
  margin-top: 40px;
}

.about-alphaz-title {
  font-family: Helvetica, Arial, sans-serif;
  font-weight: normal;
  font-size: 32px;
  line-height: 32px;
  color: #FFFFFF;
  margin-bottom: 14px;
  text-align: center;
}
@media only screen and (min-width: 768px) {
  .about-alphaz-title {
    font-size: 54px;
    line-height: 54px;
    margin-bottom: 20px;
  }
}
@media  only screen and (max-width: 386px) {
  .about-alphaz-title {
    font-size: 7vw;
  }
}

.about-alphaz-text {
  font-weight: 400;
  font-size: 14px;
  line-height: 24px;
  color: #CCCCCC;
}
@media only screen and (min-width: 768px) {
  .about-alphaz-text {
    font-size: 16px;
    line-height: 26px;
  }
}

.about-alphaz-info {
  background: #222222;
  padding: 30px 20px;
  border-radius: 6px;
}
@media only screen and (min-width: 768px) {
  .about-alphaz-info {
    padding: 60px 20px;
    max-width: 1000px;
  }
}

.about-alphaz-info-title {
  font-weight: 700;
  font-size: 22px;
  line-height: 34px;
  text-align: center;
  color: #FFFFFF;
  margin-bottom: 30px;
  font-family: 'Proxima Nova';
}
@media only screen and (min-width: 768px) {
  .about-alphaz-info-title {
    margin-bottom: 50px;
    font-size: 32px;
    line-height: 26px;
  }
}

.about-alphaz-info-text {
  font-weight: 300;
  font-size: 14px;
  line-height: 24px;
  color: #CCCCCC;
}

.about-alphaz-info-corese {
  color: #FFFFFF;
}
@media only screen and (min-width: 768px) {
  .about-alphaz-info-corese {
    max-width: 822px;
    margin: 0 auto;
  }
}

.about-alphaz-info-corese-list {
  margin-bottom: 30px;
  padding: 0;
  border-top: 1px solid #555555;
  border-bottom: 1px solid #555555;
}

.about-alphaz-info-corese-item {
  list-style: none;
  padding: 20px 0;
}
@media only screen and (min-width: 768px) {
  .about-alphaz-info-corese-item {
    display: flex;
    align-items: center;
  }

  .about-alphaz-info-corese-title-price {
    width: 320px;
  }
  .about-alphaz-info-corese-title-price-premium {
    width: 320px;
  }
}

.about-alphaz-info-corese-item + .about-alphaz-info-corese-item {
  border-top: 1px solid #555555;
}

.about-alphaz-info-corese-title {
  margin-bottom: 2px;
  font-family: 'Proxima Nova';
  font-size: 20px;
  font-weight: 700;
  line-height: 20px;
}

.about-alphaz-info-corese-price {
  /* margin-bottom: 8px; */
  font-size: 16px;
  line-height: 24px;
}
@media only screen and (min-width: 768px) {
  .about-alphaz-info-corese-price {
    margin-bottom: 0;
  }
}

.about-alphaz-info-corese-service {
  font-size: 14px;
  line-height: 20px;
  color: #CCCCCC;
  width: 100%;
}
@media only screen and (min-width: 768px) {
  .about-alphaz-info-corese-service {
    width: calc(100% - 320px);
  }
}

.about-alphaz-info-corese-img {
  margin-bottom: 30px;
}
@media only screen and (min-width: 768px) {
  .about-alphaz-info-corese-img {
    margin-bottom: 50px;
  }
}

.about-alphaz-info-corese-img img {
  width: 100%;
}

.about-alphaz-info-corese-img img.sp-none {
  display: none;
}
@media only screen and (min-width: 768px) {
  .about-alphaz-info-corese-img img.pc-none {
    display: none;
  }
  .about-alphaz-info-corese-img img.sp-none {
    display: block;
    max-width: 606px;
    margin: auto;
  }
}

.about-alphaz-info-annotation {
  color: #CCCCCC;
}
@media only screen and (min-width: 768px) {
  .about-alphaz-info-annotation { 
    max-width: 822px;
    margin: auto;
  }
}

.about-alphaz-info-annotation-itemization-list,
.about-alphaz-info-annotation-notes-list {
  padding: 0;
}

.about-alphaz-info-annotation-itemization-item,
.about-alphaz-info-annotation-notes-item {
  list-style: none;
}

.about-alphaz-info-annotation-itemization-list {
  margin-bottom: 10px;
}

.about-alphaz-info-annotation-notes-list {
  margin-bottom: 0;
}

.card-wrapper-empty {
  display: none;
}

@media only screen and (min-width: 768px) {
  div.guidance .card-wrapper.card-wrapper--empty {
    display: block;

  }
}

div.guidance .card .card-body .card-img {
  border-radius: 6px 6px 0 0;
  overflow: hidden;
}

div.guidance .card .card-body .card-img img {
  width: 100%;
}

div.guidance .card .card-body .card-info {
  background: #222222;
  border-radius: 0 0 6px 6px;
  padding: 20px;
  height: 215px;
  overflow-y: auto;
}

div.guidance .card .card-body .card-info::-webkit-scrollbar{
  width: 7px;
}
div.guidance .card .card-body .card-info::-webkit-scrollbar-track{
  background-color: #222222;
}
div.guidance .card .card-body .card-info::-webkit-scrollbar-thumb{
  border-radius: 5px;
  background: rgba(70, 70, 70, 0.6);
}

@media only screen and (max-width: 699px) {
  div.guidance .card .card-body .card-info {
    height: auto;
  }
}

.join-alphaz {
  margin-bottom: 60px;
  text-align: center;
}

.join-alphaz-title {
  font-weight: 600;
  font-size: 22px;
  line-height: 30px;
  text-align: center;
  color: #FFFFFF;
  margin-bottom: 20px;
}
@media only screen and (min-width: 768px) {
  .join-alphaz-title {
    font-size: 32px;
    line-height: 48px;
    margin-bottom: 46px;
  }
}
.join-alphaz-video {
  width: 100%;
    height: auto;
    aspect-ratio: 16/9;
}
@media only screen and (min-width: 768px) {
  .join-alphaz-video {
    width: 1000px;
  }
}

.join-flow,
.membership-info {
  padding: 0;
}

.join-flow-item {
  background: #222222;
  border-radius: 16px;
  padding: 40px 20px;
  list-style: none;
}
@media only screen and (min-width: 768px) {
  .join-flow-item {
    padding: 40px 100px;
  }
}

.join-flow-item:not(:last-child) {
  margin-bottom: 20px;
}
@media only screen and (min-width: 768px) {
  .join-flow-item:not(:last-child) {
    margin-bottom: 40px;
  }
}

.flow-step {
  font-family: 'Proxima Nova';
  font-style: normal;
  font-weight: 700;
  font-size: 20px;
  line-height: 24px;
  color: #88DFFE;
  margin-bottom: 8px;
}
@media only screen and (min-width: 768px) {
  .flow-step {
    font-size: 22px;
    line-height: 27px;
  }
}

.flow-title {
  font-weight: 600;
  font-size: 22px;
  line-height: 33px;
  color: #FFFFFF;
  margin-bottom: 15px;
}
@media only screen and (min-width: 768px) {
  .flow-title {
    font-size: 26px;
    line-height: 39px;
    letter-spacing: 0.04em;
  }
}

.flow-description-text {
  font-weight: 400;
  font-size: 14px;
  line-height: 24px;
  color: #CCCCCC;
  margin-bottom: 30px;
}
@media only screen and (min-width: 768px) {
  .flow-description-text {
    margin-bottom: 40px;
  }
}
.flow-description-text a {
  color: #cccccc;
  text-decoration: underline;
}

.join-flow-item .pasch-btn {
  width: 200px;
  margin-bottom: 0;
}

.join-flow-item .pasch-btn a img {
  height: 10px;
  margin-right: 15px;
}

.join-flow-item .pasch-btn-color-5 a.disabled {
  background: #434343;
}

.flow-text-link {
  font-weight: 500;
  font-size: 16px;
  line-height: 24px;
  letter-spacing: 0.07em;
  text-decoration-line: underline;
  color: #FFFFFF;
  margin-top: 30px;
}
.join-flow-item .flow-login-text {
  margin-top: 20px;
}

.join-flow-item .flow-description-text.flow-description-text-notes {
  margin-top: 30px;
}
@media only screen and (min-width: 768px) {
  .join-flow-item .flow-description-text.flow-description-text-notes {
    margin-top: 40px;
  }
}
.membership-info {
  margin-top: 30px;
  padding: 0 10px;
}
@media only screen and (min-width: 768px) {
  .membership-info {
    margin-top: 50px;
    padding: 0;
  }
}

.membership-info-item {
  border-top: 1px solid #555555;
  padding: 20px 0;
}
@media only screen and (min-width: 768px) {
  .membership-info-item {
    display: flex;
  }
}

.membership-info-item:last-child {
  border-bottom: 1px solid #555555;
}

.membership-info-title {
  font-weight: 600;
  font-size: 14px;
  line-height: 21px;
  color: #FFFFFF;
  margin-bottom: 10px;
}
@media only screen and (min-width: 768px) {
  .membership-info-title {
    width: 200px;
    margin-right: 20px;
  }
}

.membership-info-text {
  font-weight: 300;
  font-size: 14px;
  line-height: 21px;
  color: #CCCCCC;
}
@media only screen and (min-width: 768px) {
  .membership-info-text {
    width: calc(100% - 218px);
    line-height: 21px;
  }
}

.membership-info-text p{
  margin-bottom: 0;
}

.membership-info-text p:not(:last-child) {
  margin-bottom: 10px;
}
@media only screen and (min-width: 768px) {
  .membership-info-text p:not(:last-child) {
    margin-bottom: 12px;
  }
}

.membership-info-text-list {
  padding: 0;
  color: #CCCCCC;
}

.membership-info-text-item {
  list-style: none;
}
@media only screen and (min-width: 768px) {
  .membership-info-text-item {
    display: flex;
  }
}

.membership-info-text-item + .membership-info-text-item {
  margin-top: 10px;
}
@media only screen and (min-width: 768px) {
  .membership-info-text-item + .membership-info-text-item {
    margin-top: 3px;
  }
}

.membership-info-text-title {
  font-size: 14px;
  line-height: 22px;
}
@media only screen and (min-width: 768px) {
  .membership-info-text-title {
    width: 180px;
  }
}

.membership-info-text-notes-list {
  margin-top: 10px;
  padding: 0;
  color: #CCCCCC;
}

.membership-info-text-notes-item {
  list-style: none;
  font-size: 14px;
  font-weight: 400;
  line-height: 24px;
}

.membership-info-text-notes-item + .membership-info-text-notes-item {
  margin-top: 10px;
}

.join-flow-item .store-button {
  flex-direction: column;
  align-items: center;
}
@media only screen and (min-width: 768px) {
  .join-flow-item .store-button {
    flex-direction: row;
    align-items: flex-start;
  }
}

.join-flow-item .store-button > .store-apple.show,
.join-flow-item .store-button > .store-google.show {
  max-width: 240px;
}

.join-flow-item .store-button > .store-apple.show {
  margin-bottom: 20px;
}

@media only screen and (min-width: 768px) {
  .join-flow-item .store-button > .store-apple.show,
  .join-flow-item .store-button > .store-google.show {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
  }
  .join-flow-item .store-button > .store-apple.show {
    max-width: 270px!important;
    margin-right: 50px;
  }
  .join-flow-item .store-button > .store-google.show {
    max-width: 306px!important;
  }
  .join-flow-item .store-button > .store-apple.show a,
  .join-flow-item .store-button > .store-google.show a {
    margin-bottom: 30px;
  }
}

.join-flow-item .store-button img.store-qr {
  display: none;
}
@media only screen and (min-width: 768px) {
  .join-flow-item .store-button img.store-qr {
    display: block;
    width: 150px;
  }
}

.button-wrapper {
  position: fixed;
  right: 20px;
  bottom: 20px;
}

.button-wrapper .campaign-btn .campaign-btn-link {
  width: 94px;
  height: 94px;
  border-radius: 50%;
  background: radial-gradient(161.69% 161.69% at 50% 50%, #000000 0%, #ABABAB 100%),
  linear-gradient(0deg, rgba(255, 255, 255, 0.6), rgba(255, 255, 255, 0.6));
  
}

.top_video {
  height: 90vh;
  max-width: 100%;
}

/* planselect */
.planselect {
  color: #ffffff;
  padding: 103px 20px;
}

.planselect-head {
  margin-bottom: 60px;
  text-align: center;
  font-weight: 600;
}

.planselect-page-title {
  font-size: 28px;
  line-height: 42px;
  margin-bottom: 10px;
}

.planselect-page-sub-title {
  font-size: 20px;
  line-height: 30px;
}

.planselect-contents {
  width: 100%;
  margin-bottom: 60px;
}

.planselect-course-list,
.planselect-annotation-itemization-list,
.planselect-annotation-notes-list {
  margin: 0;
  padding: 0;
}

.planselect-course-item {
  list-style: none;
  margin-bottom: 40px;
  padding: 24px 20px;
  border: 1px solid #ffffff;
  border-radius: 6px;
  font-size: 16px;
  line-height: 24px;
}

.planselect-course-item.planselect-course-item-desabled {
  opacity: .4;
}

.planselect-course-detail {
  margin-bottom: 20px;
}

.planselect-course-title {
  font-family: 'Proxima Nova';
  font-size: 26px;
  line-height: 26px;
  font-weight: 700;
}

.planselect-course-price {
  margin-bottom: 20px;
}

.planselect-course-service {
  color: #cccccc;
}

.planselect-course-selection {
  width: 100%;
  height: 48px;
  border-radius: 6px;
  padding: 12px;
  border: none;
  outline: none;
  font-size: 16px;
  font-weight: 400;
  line-height: 24px ;
  color: inherit;
  background: #ffffff;
  color: #000000;
  text-align: center;
  vertical-align:middle
}

.planselect-course-selection:hover {
  color: #000000;
  text-decoration: none;
}

.planselect-course-selection:focus {
  outline: 5px auto -webkit-focus-ring-color;
}

.planselect-course-item.planselect-course-item-desabled .planselect-course-selection {
  pointer-events: none;
}

.planselect-course-annotation {
  color: #cccccc;
  font-size: 14px;
  line-height: 22px;
  font-weight: 300;
}

.planselect-annotation-itemization-list {
  margin-bottom: 10px;
}

.planselect-annotation-itemization-item,
.planselect-annotation-notes-item {
  list-style: none;
}

@media only screen and (min-width: 768px) {
  .planselect {
    max-width: 800px;
    margin: auto;
  }

  .planselect-page-title {
    font-size: 40px;
    font-weight: 600;
    line-height: 60px;
  }

  .planselect-page-sub-title {
    font-size: 24px;
    font-weight: 600;
    line-height: 36px;
  }

  .planselect-course-list {
    margin-bottom: 60px;
  }

  .planselect-course-item {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 30px 40px;
  }

  .planselect-course-detail {
    width: 568px;
    margin-bottom: 0;
  }

  .planselect-course-selection {
    width: 92px;
    background-color: #ffffff;
    color: #000000;
  }
}

/* inputuserdata */
.inputuserdata {
  color: #ffffff;
  padding: 103px 20px;
}

.inputuserdata-head {
  margin-bottom: 60px;
  text-align: center;
  font-weight: 600;
}

.inputuserdata-page-title {
  font-size: 28px;
  line-height: 42px;
  margin-bottom: 10px;
}

.inputuserdata-page-sub-title {
  font-size: 20px;
  line-height: 30px;
}

.inputuserdata-contents {
  width: 100%;
  margin-bottom: 60px;
}

.inputuserdata-entry-form label {
  margin-bottom: 0;
}

.inputuserdata-entry-form-title {
  margin-bottom: 15px;
  font-weight: 600;
  font-size: 22px;
  line-height: 33px;
}

.inputuserdata-entry-form-notes {
  margin-bottom: 30px;
  font-weight: 300;
  font-size: 16px;
  color: #cccccc;
  line-height: 24px;
}

.inputuserdata-entry-form-field-list {
  margin-bottom: 40px;
}

.inputuserdata-entry-form-field-item {
  display: flex;
  flex-direction: column;
}

label.inputuserdata-entry-form-field-item-title {
  margin-bottom: 12px;
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
}

.inputuserdata-entry-form-field-item-input,
.inputuserdata-entry-form-field-item-select {
  margin-bottom: 10px;
  padding: 15px 12px;
  border-radius: 6px;
  background-color: #d9d9d9;
  border: 0;
  font-size: 14px;
  line-height: 21px;
  height: 51px;            /* エラー時にborderを表示しても高さを変えないようにするために追記 */
  box-sizing: border-box;  /* エラー時にborderを表示しても高さを変えないようにするために追記 */
}

.inputuserdata-entry-form-field-item-input::placeholder{
  color: #888888;
}
.inputuserdata-entry-form-field-item-input-address {
  height: 132px;
  resize: none;
}
.inputuserdata-entry-form-field-item-input:read-only{
  color: #888888;
}

.input-count.error {
  color: #f66446;
}

input.error:focus {
  outline: none;
  border: solid 1px #f66446 !important;
  -webkit-box-shadow: 0 0 0 0.1rem rgb(246 100 70 / 25%) !important;
          box-shadow: 0 0 0 0.1rem rgb(246 100 70 / 25%) !important;
}

.error > input,
.form-error > input {
  border: solid 1px #C30000CC;
  -webkit-box-shadow: 0 0 0 0.1rem rgb(246 100 70 / 25%);
          box-shadow: 0 0 0 0.1rem rgb(246 100 70 / 25%);
}

.inputuserdata-entry-form-field-item-select {
  width: 100%;
  -webkit-appearance: none;
  appearance: none;
  background-image: url("/static/front/img/icon-down-select-black.svg");
  background-position: right 22px center;
  background-repeat: no-repeat;
  background-size: 18px 10px;
}

.inputuserdata-entry-form-field-item-select::-ms-expand {
  display: none;
}

.inputuserdata-entry-form-field-item-select option {
  color: #000000;
}

.inputuserdata-entry-form-field-item-maxlength {
  display: flex;
  /* margin-left: auto; */
  font-size: 12px;
  line-height: 18px;
}

.inputuserdata-entry-form-check {
  margin-bottom: 40px;
}

.inputuserdata-entry-form-check-list {
  margin-bottom: 0;
  padding-left: 0;
}

.inputuserdata-entry-form-check-item {
  list-style: none;
  display: flex;
  justify-content: center;
  font-size: 14px;
  line-height: 21px;
}

.inputuserdata-entry-form-check-item + .inputuserdata-entry-form-check-item {
  margin-top: 20px;
}

.inputuserdata-entry-form-consent-check {

  display: none;
}

.inputuserdata-entry-form-check-item label {
  padding-left: 40px;/* ラベルの位置 */
  display: inline-block;
  cursor: pointer;
  position: relative;
}

.inputuserdata-entry-form-check-item label::before {
  content: '';
	width: 20px;/* ボックスの横幅 */
  height: 20px;/* ボックスの縦幅 */
  display: inline-block;
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  background-color: #d9d9d9;
  border-radius: 4px;
}

.inputuserdata-entry-form-consent-check:checked + label::after {
  content:'';		/* チェックの文字 */ 
  display: block;
  position: absolute;
  top: calc(50% - 5px);
  left: 5px;
  width: 10px;
  height: 7px;
  border-left: 2px solid #212529;
  border-bottom: 2px solid #212529;
  transform: rotate(-45deg);
	color: #fff;
}

.inputuserdata-entry-form-button {
  display: flex;
  flex-direction: column;
}

.inputuserdata-entry-form-button-item {
  width: 100%;
  max-width: 350px;
  margin: auto;
  height: 56px;
  border-radius: 6px;
  padding: 0;
  border: none;
  outline: none;
  font: inherit;
  color: inherit;
  background: none;
  font-size: 16px;
  font-weight: 400;
  line-height: 24px ;
}

.inputuserdata-entry-form-button-item + .inputuserdata-entry-form-button-item {
  margin-top: 20px;
}

.inputuserdata-entry-form-button-submit {
  order: 1;
  background-color: #ffffff;
  color: #000000;
}

.inputuserdata-entry-form-button-back {
  order: 2;
  border: 1px solid #ffffff;
}

@media only screen and (min-width: 768px) {
  .inputuserdata-page-title {
    font-size: 40px;
    font-weight: 600;
    line-height: 60px;
  }

  .inputuserdata-page-sub-title {
    font-size: 28px;
    line-height: 42px;
  }

  .inputuserdata-main {
    max-width: 560px;
    margin: auto;
    margin-bottom: 60px;
  }

  .inputuserdata-entry-form-field-list {
    margin-bottom: 60px;
  }

  .inputuserdata-entry-form-notes {
    margin-bottom: 40px;
  }

  .inputuserdata-entry-form-check {
    max-width: 447px;
    margin: 0 auto 40px;
  }

  .inputuserdata-entry-form-button {
    flex-direction: row;
    max-width: 526px;
    margin: auto;
  }

  .inputuserdata-entry-form-button-item + .inputuserdata-entry-form-button-item {
    margin: 0  34px 0 0;
  }

  .inputuserdata-entry-form-button-submit {
    order: 2;
  }
  
  .inputuserdata-entry-form-button-back {
    order: 1;
  }
  
}

input[type=submit][disabled] {
  background-color: #BCBCBC;
  color: ffffff;
}

/* confirmation */
.confirmation {
  color: #ffffff;
  padding: 103px 20px;
  width: 100vw;
}

.confirmation-head {
  margin-bottom: 60px;
  text-align: center;
  font-weight: 600;
}

.confirmation-page-title {
  font-size: 28px;
  line-height: 42px;
  margin-bottom: 10px;
}

.confirmation-page-sub-title {
  font-size: 20px;
  line-height: 30px;
}

.confirmation-contents {
  width: 100%;
  margin-bottom: 60px;
}

.confirmation-contents-title {
  font-size: 22px;
  font-weight: 500;
  line-height: 33px;
  margin-bottom: 20px;
}

.confirmation-contents-list {
  margin: 0;
  padding: 0;
}

.confirmation-contents-item {
  list-style: none;
  display: flex;
  justify-content: space-between;
  padding: 20px 0;
  border-bottom: 1px solid #555555;
  font-size: 16px;
}

.confirmation-button {
  display: flex;
  flex-direction: column;
  justify-content: center;
  margin-bottom: 103px;
}

.confirmation-button-item {
  width: 100%;
  max-width: 350px;
  margin: auto;
  height: 56px;
  border-radius: 6px;
  padding: 0;
  border: none;
  outline: none;
  font: inherit;
  color: inherit;
  background: none;
  font-size: 16px;
  font-weight: 400;
  line-height: 24px ;
}

.confirmation-button-revision + .confirmation-button-next {
  margin-top: 20px;
}

.confirmation-button-revision {
  border: 1px solid #ffffff;
  margin-top: 20px;
}

.confirmation-button-next {
  background-color: #ffffff;
  color: #000000;
}

@media only screen and (min-width: 768px) {
  .confirmation-page-title {
    font-size: 40px;
    line-height: 60px;
  }

  .confirmation-page-sub-title {
    font-size: 28px;
    line-height: 42px;
  }

  .confirmation-contents {
    max-width: 560px;
    margin: auto;
    margin-bottom: 60px;
  }

  .confirmation-contents-title {
    font-size: 24px;
    line-height: 36px;
  }

  .confirmation-contents-item {
    padding: 20px 0;
  }

  .confirmation-button {
    flex-direction: row;
    max-width: 512px;
    margin: 0 auto 103px;
  }

  .confirmation-button-item {
    width: 246px;
    font-size: 16px;
    font-weight: 400;
  }

  .confirmation-button-next {
    order: 2;
  }

  .confirmation-button-revision {
    margin: 0 34px 0 0;
  }
}



/* 年会費フロー関連ページ */

.couse-wrapper {
  margin-bottom: 20px;
  display: block;
}
.couse-wrapper .title {
  font-size: 14px;
}
.couse-wrapper [type=radio]:checked, .pasch-main .couse-wrapper [type=radio]:not(:checked){
  position: initial;
  left: initial;
  margin: 5px;
}
.couse-wrapper:hover {
  background-color: #e9ecef;
}
.couse-wrapper-disabled {
  color: #999999;
}
@media only screen and (min-width: 768px) {
}

.docomo-attention-text {
  color: #FF0000 !important;
}

.return-page {
  height: 36px;
}


label.required-form::before {
  content: "*";
  vertical-align: middle;
  margin-right: 5px;
  color: #f66446;
}


.inputuserdata-entry-form-field-item-input:read-only {
  cursor: not-allowed;
  outline: none;
}

.account_detail_disabled_btn {
  color: #9b9b9b !important;
  border: none !important;
  background: #E8E8E8 !important;
}


/* カルーセルコンテナのスタイル */
.carousel-container {
  position: relative;
  /* overflow-y: scroll; */
  overflow: hidden;
  width: 100%;
  height: 75vh;
  /* margin-bottom: 40px; */
}

/* 画面の高さが711px以下の場合のカルーセルコンテナのスタイル */
@media only screen and (max-height: 711px) {
  .carousel-container {
    height: 90vh;
  }
  .carousel-item.next {
    transform: translateY(0vh) !important;
  }
}


/* カルーセルラッパーのスタイル */
.carousel-wrapper {
  display: flex;
  flex-direction: column;
  transition: transform 0.5s ease;
}

/* カルーセルアイテムのスタイル */
.carousel-item {
  width: 100%;
  height: 45vh;
  display: flex !important;
  justify-content: center;
  align-items: center;
  opacity: 0.5;
  transition: opacity 0.5s ease, transform 0.8s ease; /* カードの回転の速さ */
  z-index: 1;
}


/* デフォルトのアイテム内のカード情報のスタイル */
.carousel-item .card-info {
  display: none;
}

/* アクティブなアイテム内のカード情報のスタイル */
.carousel-item.active .card-info {
  display: block;
}


/* 前のアイテムのスタイル */
.carousel-item.previous {
  transform: translateY(33vh);
}

/* アクティブなアイテムのスタイル */
.carousel-item.active {
  opacity: 1 !important;
  transform: scale(1.05) !important;
  z-index: 2 !important;
}

/* 次のアイテムのスタイル */
.carousel-item.next {
  transform: translateY(-8vh);
}

/* 画面の幅が769px以上の場合のスタイル */
.carousel-container {
  display: none;
}
.app-contents-wrapper.pc {
  display: flex;
}

/* 画面の幅が769px以下の場合のスタイル */
@media only screen and (max-width: 768px) {
  .carousel-container {
    display: block;
  }
  .app-contents-wrapper.pc {
    display: none !important;
  }

  div.guidance .card-wrapper {
    margin-bottom: 0; 
    height: 20vh; 
  }
  
  div.guidance .card .card-body .card-info {
    height: 215px;
  }
}


.mobile-only-button {
  display: none;
}
/* introduction.htmlのボタン */
@media only screen and (max-width: 768px) {
  .mobile-only-button {
      display: flex;
      justify-content: center;
      margin-bottom: 60px;
  }
  .introduction-button {
      font-weight: 600;
      border-radius: 4px;
      background-color: transparent;
      border-color: #FFFFFF;
      width: 200px;
  }
    .introduction-button:hover {
      background-color: transparent !important;
      border-color: #FFFFFF !important;
    }
    .introduction-button:active {
      background-color: transparent !important;
      border-color: #FFFFFF !important;
    }
    .introduction-button:focus {
      outline: none !important;
      box-shadow: none !important;
  }
}



.about-alphaz-info.mobile {
  display: none;
}

@media screen and (max-width: 767px) {
  .about-alphaz-info.pc {
    display: none;
  }
  .about-alphaz-info.mobile {
    display: block;
  }

  .premium-plan .plan-content {
    display: block;
    align-items: flex-start;
  }

  .plan-content {
    display: block !important;
  }

  .premium-plan .info-container {
    flex: 1;
  }

  .info-container {
    width: 100% !important;
  }

  .premium-plan .plan-image {
    margin-left: 0;
  }

  .plan-type-price-container {
    display: flex;
    align-items: center;
  }

  .about-alphaz-info-corese-service-container {
    display: flex;
    flex-direction: column;
  }

  .about-alphaz-info-corese-plan-type {
    margin-top: 0 !important;
  }

  .service-label {
    margin-bottom: 5px;
  }
}


@media screen and (max-width: 610px) {
  .plan-type-price-container.premium-plan {
    flex-direction: column;
  }
}

@media screen and (max-width: 450px) {
  .about-alphaz-info-corese-title-price-container {
    flex-direction: column;
  }

  .the-box-image {
    max-width: 120px !important;
  }

  .about-alphaz-info-corese-title {
    font-size: 16px !important;
  }
  .about-alphaz-info-corese-price,
  .about-alphaz-info-corese-plan-type {
    font-size: 14px !important;
  }

}

.premium-plan {
  align-items: flex-start;
}

.plan-content {
  display: flex;
}

.info-container {
  display: flex;
  flex-direction: column;
  width: calc(100% - -500px);
}

.info-container.premium-plan {
  width: calc(100% - -50px);
}

.about-alphaz-info-corese-title-price {
  display: flex;
  width: 100%;
  margin-bottom: 10px;
  flex-direction: column;
}

.about-alphaz-info-corese-title-price-standard {
  display: flex;
  width: 100%;
  margin-bottom: 10px;
  flex-direction: column;
}

:lang(zh-Hant) .about-alphaz-info-corese-title-price-standard {
  width: 99.0%;
}

.about-alphaz-info-corese-title-price-container {
  display: flex;
  flex-direction: row;
}

.about-alphaz-info-corese-plan-type {
  margin-top: -5px;
  font-size: 18px;
}

.plan-image {
  margin-left: 20px;
}

.the-box-image {
  max-width: 150px;
}


/* xgalx ログイン */
.xglax-transfer .inputuserdata-main {
  max-width: 430px;
  width: 100%;
}

.xglax-register .option, 
.xglax-transfer .option {
  font-size: 12px;
  margin-bottom: 0;
  color: #666666;
  padding-left: 0.5rem;
  text-indent: -0.5rem;
}

#reset-form .btn-link {
  color: #007AFF;
  text-decoration: none;
  background-color: transparent;
}

#reset-form .btn-link:hover {
  color: #1d68a7;
  text-decoration: underline;
}

.xgalx-id-change-form, .xgalx-id-register-form,
.xgalx-id-login-form, .xgal-id-password-form {
  /* max-width: 360px; */
  max-width: 430px;
  margin: 0 auto;
}

.xgalx-id-change-form .inputuserdata-entry-form-button-submit, 
.xgalx-id-register-form .inputuserdata-entry-form-button-submit,
.xgalx-id-login-form .inputuserdata-entry-form-button-submit, 
.xgal-id-password-form .inputuserdata-entry-form-button-submit {
  height: calc(1.5em + 0.75rem + 14px);
}

.xgalx-id-change-form input, 
.xgalx-id-register-form input,
.xgalx-id-login-form input, 
.xgal-id-password-form input {
  background-image: none !important;
}

.xgalx-id-register-form .option, .xgal-id-password-form .option {
  font-size: 12px;
  margin-bottom: 0;
  color: #666666;
  padding-left: 0.5rem;
  text-indent: -0.5rem;
}

.xglax-transfer-modal .form-control {
  border-radius: 3px;
  height: calc(1.5em + 0.75rem + 14px);
}

.email-confirm {
  word-break: break-word;
}

.inputuserdata-entry-form-field-item {
  position: relative;
}

.toggle-password { 
  position: absolute;
  top: 44px;
  right: 0;
  border: 0;
}
.login-toggle-password { 
  bottom: 10px;
}

.toggle-password {
  color: #333;
  background: transparent;
}

.toggle-password:hover {
  color: #333;
  background: transparent;
}
.toggle-password:active {
  color: #333;
  background: transparent;
}
.toggle-password:focus {
  color: #333;
  background: transparent;
}

.modal-toggle-password {
  top: 40px;
}