abbr, address, article, aside, audio, b, blockquote, body, canvas, caption, cite, code, dd, del, details, dfn, div, dl, dt, em, embed, fieldset, figcaption, figure, footer, form, h1, h2, h3, h4, h5, h6, header, hgroup, html, i, iframe, img, ins, kbd, label, legend, li, main, mark, menu, nav, object, ol, option, p, pre, progress, q, samp, section, small, span, strong, sub, summary, sup, svg, table, tbody, td, tfoot, th, thead, time, tr, ul, var, video, ::before, ::after {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  -webkit-tap-highlight-color: transparent;
  font-size: 100%;
  font-weight: normal;
  font-style: normal;
  vertical-align: baseline;
  background: transparent;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

article, aside, details, figcaption, figure, footer, header, hgroup, main, menu, nav, section {
  display: block;
}

a {
  margin: 0;
  padding: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
  text-decoration: none;
  box-sizing: border-box;
}

abbr[title], dfn[title] {
  text-decoration: underline dotted;
  cursor: help;
}

body, html {
  -webkit-font-smoothing: antialiased;
  -webkit-tap-highlight-color: transparent;
  line-height: 1;
  -webkit-text-size-adjust: 100%;
  width: 100%;
}

blockquote, q {
  quotes: none;
}
blockquote:before, blockquote:after, q:before, q:after {
  content: "";
  content: none;
}

del {
  text-decoration: line-through;
}

details {
  display: block;
}

hr {
  display: block;
  height: 0;
  border: 0;
  margin: 0;
  padding: 0;
  clear: both;
}

input, select {
  vertical-align: middle;
}

ins {
  background-color: #fff;
  color: #000;
  text-decoration: none;
}

mark {
  background-color: #fff;
  color: #000;
  font-style: italic;
  font-weight: bold;
}

ul, ol, li {
  list-style: none;
}

summary {
  display: list-item;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

button, input, optgroup, select, textarea {
  -webkit-appearance: none;
  appearance: none;
  vertical-align: middle;
  color: inherit;
  font: inherit;
  background: none;
  padding: 0;
  margin: 0;
  border: none;
  border-radius: 0;
  text-align: inherit;
  text-transform: inherit;
  cursor: pointer;
}

[type=button], [type=reset], [type=submit] {
  -webkit-appearance: button;
  appearance: button;
  border: none;
  border-radius: 0;
  -webkit-box-sizing: content-box;
  box-sizing: border-box;
  cursor: pointer;
}
[type=button]::-webkit-search-decoration, [type=reset]::-webkit-search-decoration, [type=submit]::-webkit-search-decoration {
  display: none;
}
[type=button]:disabled, [type=reset]:disabled, [type=submit]:disabled {
  cursor: default;
}
[type=button]:focus, [type=reset]:focus, [type=submit]:focus {
  outline-offset: -2px;
}

[type=checkbox] {
  -webkit-appearance: checkbox;
  appearance: checkbox;
}

/*
[type="radio"] {
    -webkit-appearance: radio;
    appearance: radio;
}
*/
[type=search] {
  outline-offset: -2px;
}
[type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
  appearance: none;
}

[type=number]::-webkit-inner-spin-button, [type=number]::-webkit-outer-spin-button {
  height: auto;
}

::-webkit-file-upload-button {
  -webkit-appearance: button;
  font: inherit;
}

label[for] {
  cursor: pointer;
}

[contenteditable]:focus {
  outline: auto;
}

textarea {
  overflow: auto;
}

select:disabled {
  opacity: inherit;
}

html {
  background-color: #000;
  height: -webkit-fill-available;
}

body {
  font-family: "Hiragino Kaku Gothic Pro", Arial, Meiryo, Osaka, "MS PGothic", sans-serif;
  background-color: #a1a1a1;
  color: #484848;
  font-size: 16px;
  letter-spacing: 0.02em;
  line-height: 1;
  position: relative;
  min-width: 100%;
  overflow-x: hidden;
  box-sizing: border-box;
  width: calc(100vw - 100%);
}
body.webview {
  background-color: #fff;
}

main {
  min-width: 320px;
  max-width: 1366px;
  min-height: 600px;
  margin: 0 auto;
  padding: 90px 0;
  background-color: #fff;
}

a {
  color: #484848;
  text-decoration: none;
  transition: all 0.3s ease;
  display: inline-block;
}

img {
  height: auto;
  vertical-align: bottom;
  max-width: 100%;
}

@media only screen and (max-width: 1099px) {
  body {
    background: url(/image/common/bg_sp.png) no-repeat top center/cover;
    background-attachment: fixed;
  }
  main {
    background: none;
    padding: 34px 0 43px;
    min-height: inherit;
  }
}
.debug--text {
  margin: 30px 0 0;
  font-weight: bold;
  word-break: break-all;
}
.debug--link {
  margin: 10px 0;
  color: #3a6dff;
  text-decoration: underline;
  text-underline-offset: 3px;
  font-weight: bold;
}
.debug--date {
  margin: 0 0 30px;
  font-weight: bold;
}

.view--sp {
  display: none;
}
.view--pc {
  display: inline-block;
}

@media only screen and (max-width: 1099px) {
  .view--sp {
    display: inline-block;
  }
  .view--pc {
    display: block;
  }
}
.loader {
  border: 4px solid #f3f3f3;
  border-top: 4px solid #3498db;
  border-radius: 50%;
  width: 30px;
  height: 30px;
  animation: spin 0.5s linear infinite;
  margin: 0 auto;
}

@keyframes spin {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
.gacha--title, .terms--title, .contact--title, .help--title, .news--title, .point--title-navi, .point--title, .account--title-navi, .account--title {
  width: 1032px;
  padding: 0px 15px;
  margin: 0 auto 50px;
  font-size: 28px;
  font-weight: bold;
}
.gacha--title::before, .terms--title::before, .contact--title::before, .help--title::before, .news--title::before, .point--title-navi::before, .point--title::before, .account--title-navi::before, .account--title::before {
  background: linear-gradient(to right, #57caff 0%, #e491ff 100%);
  content: "";
  display: block;
  height: 4px;
  width: 61px;
  margin: 0 0 11px -15px;
}

.contact--title-image, .help--title-image, .news--title-image, .point--title-image, .account--title-image, .common--title-image {
  max-width: 1032px;
  margin: 0 auto 50px;
  text-align: center;
}

.contact--button, .contact--form-button, .help--button, .news--button, .point--button, .point--form-button, .account--app-button, .account--delete-button, .account--button, .account--login-button, .account--form-button, .account--option-button, .account--link-button, .form__button--submit {
  width: 374px;
  line-height: 80px;
  display: inline-block;
  background-color: #fff;
  border: 2px solid #a4abff;
  border-radius: 25px;
  text-align: center;
  font-size: 18px;
  font-weight: bold;
}

.modal-footer .btn-default {
  width: 180px;
  padding: 12px 0;
  display: inline-block;
  background-color: #c6c6c6;
  color: #646667;
  border-radius: 5px;
  text-align: center;
  font-size: 18px;
  font-weight: bold;
}

.modal-footer .btn-primary {
  width: 180px;
  padding: 12px 0;
  display: inline-block;
  background: linear-gradient(to right, #57caff 0%, #e491ff 100%);
  color: #fff;
  border-radius: 5px;
  text-align: center;
  font-size: 18px;
  font-weight: bold;
}

.about--back, .terms--back, .contact--back, .help--back, .news--back, .point--back, .account--back, .common--back {
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  font-size: 18px;
  font-weight: bold;
}
.about--back::before, .terms--back::before, .contact--back::before, .help--back::before, .news--back::before, .point--back::before, .account--back::before, .common--back::before {
  background: url(/image/common/icon_back.png) no-repeat center/cover;
  content: "";
  display: block;
  width: 19px;
  height: 29px;
  margin-right: 24px;
}

.form__input--inquiry-purchase, .form__input--inquiry-os, .form__input--inquiry-date, .form__input--date, .form__input--cvc, .form__input--card, .form__input--birthday, .form__input--confirm-password, .form__input--edit-password, .form__input--current-password, .form__input--check-password, .form__input--password, .form__input--mail-confirm, .form__input--edit-mail, .form__input--mail, .form__input--name, .form__input--year, .form__input--month, .form__input {
  background: url(/image/common/icon_input.png) no-repeat right 15px center/30px 30px;
  background-color: #fff;
  border: 2px solid rgba(164, 171, 255, 0.5);
  border-radius: 3px;
  display: inline-block;
  font-size: 16px;
  box-sizing: border-box;
  height: 52px;
  padding: 0 15px;
  width: 100%;
}
.form__input--inquiry-purchase:focus, .form__input--inquiry-os:focus, .form__input--inquiry-date:focus, .form__input--date:focus, .form__input--cvc:focus, .form__input--card:focus, .form__input--birthday:focus, .form__input--confirm-password:focus, .form__input--edit-password:focus, .form__input--current-password:focus, .form__input--check-password:focus, .form__input--password:focus, .form__input--mail-confirm:focus, .form__input--edit-mail:focus, .form__input--mail:focus, .form__input--name:focus, .form__input--year:focus, .form__input--month:focus, .form__input:focus {
  outline: none;
}

@media only screen and (max-width: 1099px) {
  .gacha--title, .terms--title, .contact--title, .help--title, .news--title, .point--title-navi, .point--title, .account--title-navi, .account--title {
    width: 100%;
    margin: 0 auto 30px;
    padding: 0px 6.933333%;
    font-size: 18px;
  }
  .gacha--title::before, .terms--title::before, .contact--title::before, .help--title::before, .news--title::before, .point--title-navi::before, .point--title::before, .account--title-navi::before, .account--title::before {
    margin: 0 0 7px 0;
  }
  .contact--title-image, .help--title-image, .news--title-image, .point--title-image, .account--title-image, .common--title-image {
    width: 88.8%;
    text-align: center;
    margin: 0px auto 25px;
  }
  .contact--button, .contact--form-button, .help--button, .news--button, .point--button, .point--form-button, .account--app-button, .account--delete-button, .account--button, .account--login-button, .account--form-button, .account--option-button, .account--link-button, .form__button--submit {
    line-height: 65px;
    border: 1px solid #a4abff;
    font-size: 14px;
    width: 82%;
    border-radius: 12px;
  }
  .about--back, .terms--back, .contact--back, .help--back, .news--back, .point--back, .account--back, .common--back {
    padding: 3px 0 4px;
    font-size: 16px;
  }
  .form__input--inquiry-purchase, .form__input--inquiry-os, .form__input--inquiry-date, .form__input--date, .form__input--cvc, .form__input--card, .form__input--birthday, .form__input--confirm-password, .form__input--edit-password, .form__input--current-password, .form__input--check-password, .form__input--password, .form__input--mail-confirm, .form__input--edit-mail, .form__input--mail, .form__input--name, .form__input--year, .form__input--month, .form__input {
    background: url(/image/common/icon_input.png) no-repeat right 15px center/21px 21px;
    background-color: #fff;
    height: 38px;
    font-size: 12px;
  }
}
.logo {
  display: none;
}

.header {
  max-width: 1366px;
  margin: 0 auto;
  padding-bottom: 18px;
  background-color: #fff;
}
.header--contents {
  max-width: 1100px;
  align-items: center;
  display: flex;
  justify-content: left;
  margin: 0 auto;
  box-sizing: border-box;
}
.header--logo {
  margin: 0 34px 0 0;
}
.header--menu {
  align-items: center;
  display: flex;
  justify-content: left;
  margin: 0 35px 0 0;
}
.header--menu-item {
  margin: 0 15px 0 0;
  font-size: 14px;
  font-weight: bold;
  line-height: 50px;
  text-align: center;
}
.header--menu-news {
  display: inline-block;
  width: 84px;
  color: #6d6b6b;
}
.header--menu-news:hover {
  color: #fff;
  background: linear-gradient(70deg, #57caff 0%, #e491ff 100%);
}
.header--menu-about {
  display: inline-block;
  width: 144px;
  color: #6d6b6b;
}
.header--menu-about:hover {
  color: #fff;
  background: linear-gradient(70deg, #57caff 0%, #e491ff 100%);
}
.header--menu-help {
  display: inline-block;
  width: 74px;
  color: #6d6b6b;
}
.header--menu-help:hover {
  color: #fff;
  background: linear-gradient(70deg, #57caff 0%, #e491ff 100%);
}
.header--menu-login {
  display: inline-block;
  width: 100px;
  background: linear-gradient(to left, #57caff 0%, #e491ff 100%);
  border-radius: 18px;
  line-height: 37px;
  color: #fff;
}
.header--menu-entry {
  display: inline-block;
  width: 100px;
  background: linear-gradient(to left, #57caff 0%, #e491ff 100%);
  border-radius: 18px;
  line-height: 37px;
  color: #fff;
}
.header--menu-logout {
  display: inline-block;
  width: 100px;
  background: linear-gradient(to left, #57caff 0%, #e491ff 100%);
  border-radius: 18px;
  line-height: 37px;
  color: #fff;
}
.header--menu-coin-payment {
  display: inline-block;
  width: 100px;
  background: linear-gradient(to left, #57caff 0%, #e491ff 100%);
  border-radius: 18px;
  line-height: 37px;
  color: #fff;
}
.header--menu-mypage {
  align-items: center;
  display: flex;
  justify-content: left;
  width: 250px;
  color: #6d6b6b;
}
.header--menu-user {
  word-wrap: break-word;
  width: 220px;
  line-height: 1;
  text-align: left;
  font-weight: bold;
}
.header--login {
  align-items: center;
  display: flex;
  justify-content: left;
  margin-left: auto;
}
.header--account-icon {
  vertical-align: middle;
  margin-right: 10px;
}

@media only screen and (max-width: 1099px) {
  .header {
    background: none;
  }
  .header--contents {
    padding: 0 4.38vw;
  }
  .header--logo {
    margin: 18px 0 0 0;
  }
  .header--logo-image {
    width: 53.75vw;
  }
  .header--menu {
    display: none;
  }
  .header--login {
    display: none;
  }
  .header--twitter {
    display: none;
  }
}
.footer {
  min-width: 320px;
  background: #000;
  color: #fff;
  font-size: 12px;
  text-align: center;
}
.footer--content {
  padding-top: 70px;
  position: relative;
  z-index: 1;
}
.footer--nav {
  margin: 40px auto 0;
  padding-bottom: 100px;
  align-items: center;
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  width: 320px;
}
.footer--item {
  padding: 12px 8px;
}
.footer--link {
  color: #fff;
}
.footer--blank {
  width: 100%;
}
.footer--copy {
  padding-top: 12px;
  width: 100%;
}

@media only screen and (max-width: 768px) {
  .footer {
    font-size: 12px;
  }
}
.gnav-btn {
  height: 72px;
  opacity: 1;
  position: fixed;
  right: 0;
  top: 0;
  transition: opacity 0.3s ease;
  width: 72px;
  z-index: 1003;
}
.gnav-btn span {
  background: #a4abff;
  height: 4px;
  left: 0;
  margin: auto;
  position: absolute;
  right: 0;
  width: 40px;
}
.gnav-btn span:nth-of-type(1) {
  top: 20px;
}
.gnav-btn span:nth-of-type(2) {
  margin-top: -2px;
  top: 50%;
}
.gnav-btn span:nth-of-type(3) {
  bottom: 20px;
}
.gnav-btn.is-active span:nth-of-type(1) {
  transform: translateY(12px) rotate(45deg);
}
.gnav-btn.is-active span:nth-of-type(2) {
  opacity: 0;
}
.gnav-btn.is-active span:nth-of-type(3) {
  transform: translateY(-16px) rotate(-45deg);
}
.gnav-btn.is-hidden:not(.is-active) {
  opacity: 0;
  pointer-events: none;
}
.gnav-btn--bg.is-active {
  background: none;
}
@media only screen and (max-width: 1099px) {
  .gnav-btn.is-hidden {
    opacity: 1 !important;
    pointer-events: auto !important;
    transition: none !important;
  }
}
@media only screen and (max-width: 768px) {
  .gnav-btn {
    height: 56px;
    width: 56px;
  }
  .gnav-btn span {
    height: 4px;
    width: 26px;
  }
  .gnav-btn span:nth-of-type(1) {
    top: 16px;
  }
  .gnav-btn span:nth-of-type(3) {
    bottom: 16px;
  }
  .gnav-btn.is-active span:nth-of-type(1) {
    transform: translateY(9px) rotate(45deg);
  }
  .gnav-btn.is-active span:nth-of-type(3) {
    transform: translateY(-12px) rotate(-45deg);
  }
}

.gnav {
  background-color: #fff;
  height: 100vh;
  -webkit-overflow-scrolling: touch;
  overflow-y: scroll;
  position: fixed;
  right: -100%;
  top: 0;
  transition: right 0.3s ease;
  width: 100%;
  z-index: 1002;
}
.gnav.is-active {
  right: 0;
}
.gnav--content {
  min-height: 100vh;
  position: relative;
}
.gnav--logo {
  margin: 18px 0 0 14px;
  display: inline-block;
}
.gnav--menu {
  margin: 56px 62px 0 0;
  border-left: 8px solid;
  border-image: linear-gradient(to top, #57caff 0%, #e491ff 100%);
  border-image-slice: 1;
}
.gnav--menu-item {
  padding: 0 0 36px 0;
  margin: 0 0 0 20px;
  font-size: 24px;
}
.gnav--menu-item:last-child {
  border-bottom: 2px solid;
  border-image: linear-gradient(to right, #57caff 0%, #e491ff 100%);
  border-image-slice: 1;
}
.gnav--account {
  margin: 46px 0 0 20px;
}
.gnav--account-item {
  margin: 0 0 20px 0;
}
.gnav--account-login {
  background: linear-gradient(to left, #57caff 0%, #e491ff 100%);
  padding: 12px 24px;
  border-radius: 18px;
  color: #fff;
  font-size: 14px;
  font-weight: bold;
  display: inline-block;
}
.gnav--account-entry {
  background: linear-gradient(to left, #57caff 0%, #e491ff 100%);
  padding: 12px 24px;
  border-radius: 18px;
  color: #fff;
  font-size: 14px;
  font-weight: bold;
  display: inline-block;
}
.gnav--account-mypage {
  margin: 8px 0 0 8px;
  padding-bottom: 10px;
  align-items: center;
  display: flex;
  justify-content: left;
}
.gnav--account-logout {
  background: linear-gradient(to left, #57caff 0%, #e491ff 100%);
  padding: 12px 24px;
  border-radius: 18px;
  color: #fff;
  font-size: 14px;
  font-weight: bold;
  display: inline-block;
}
.gnav--account-coin-payment {
  background: linear-gradient(to left, #57caff 0%, #e491ff 100%);
  padding: 12px 24px;
  border-radius: 18px;
  color: #fff;
  font-size: 14px;
  font-weight: bold;
  display: inline-block;
}
.gnav--account-icon {
  vertical-align: middle;
  margin-right: 10px;
}
.gnav--account-user {
  word-wrap: break-word;
  width: 255px;
  font-size: 14px;
  line-height: 1;
  text-align: left;
  font-weight: bold;
}
.gnav--twitter {
  margin: 50px 0 0 28px;
}
.gnav--copy {
  margin: 20px 0 0 28px;
}

.modal-open {
  overflow: hidden;
}
.modal-open .modal {
  overflow-x: hidden;
  overflow-y: auto;
}

.modal {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1050;
  display: none;
  width: 100%;
  height: 100%;
  overflow: hidden;
  outline: 0;
}

.modal-dialog {
  position: relative;
  width: auto;
  margin: 0.5rem;
  pointer-events: none;
}

.modal.fade .modal-dialog {
  transition: transform 0.3s ease-out;
  transform: translate(0, -50px);
}

@media (prefers-reduced-motion: reduce) {
  .modal.fade .modal-dialog {
    transition: none;
  }
}
.modal.show .modal-dialog {
  transform: none;
}

.modal-dialog-scrollable {
  display: flex;
  max-height: calc(100% - 1rem);
}

.modal-dialog-scrollable .modal-content {
  max-height: calc(100vh - 1rem);
  overflow: hidden;
}

.modal-dialog-scrollable .modal-header, .modal-dialog-scrollable .modal-footer {
  flex-shrink: 0;
}

.modal-dialog-scrollable .modal-body {
  overflow-y: auto;
}

s .modal-dialog-centered {
  display: flex;
  align-items: center;
  min-height: calc(100% - 1rem);
}

.modal-dialog-centered::before {
  display: block;
  height: calc(100vh - 1rem);
  content: "";
}

.modal-dialog-centered.modal-dialog-scrollable {
  flex-direction: column;
  justify-content: center;
  height: 100%;
}

.modal-dialog-centered.modal-dialog-scrollable .modal-content {
  max-height: none;
}

.modal-dialog-centered.modal-dialog-scrollable::before {
  content: none;
}

.modal-content {
  position: relative;
  display: flex;
  flex-direction: column;
  width: 100%;
  pointer-events: auto;
  background: url(/image/common/bg_modal.png) no-repeat top center/cover;
  background-clip: padding-box;
  border: 1px solid #000;
  border-radius: 15px;
  outline: 0;
}

.modal-header {
  display: flex;
  align-items: center;
  justify-content: center;
  padding-top: 2.25rem;
  padding-bottom: 3.125rem;
  border-top-left-radius: 15px;
  border-top-right-radius: 15px;
  font-size: 20px;
}

.modal-header .close {
  padding: 1rem 1rem;
  margin: -1rem -1rem -1rem auto;
}

.modal-title {
  font-weight: bold;
  margin-bottom: 0;
  line-height: 1.5;
}

.modal-body {
  position: relative;
  flex: 1 1 auto;
  padding-bottom: 4.375rem;
  text-align: center;
  line-height: 1.57rem;
}

.modal-footer {
  display: flex;
  align-items: center;
  justify-content: center;
  padding-top: 1.125rem;
  padding-bottom: 1.375rem;
  padding-right: 0.75rem;
  padding-left: 0.75rem;
  border-top: 1px solid #818181;
  border-bottom-right-radius: 15px;
  border-bottom-left-radius: 15px;
}
.modal-footer .btn {
  -webkit-appearance: none;
}
.modal-footer > :not(:first-child) {
  margin-left: 0.75rem;
}

.modal-footer > :not(:last-child) {
  margin-right: 0.75rem;
}

.modal-scrollbar-measure {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll;
}

@media only screen and (max-width: 1920px) {
  .modal-dialog {
    max-width: 800px;
    margin: 1.75rem auto;
  }
  .modal-dialog-scrollable {
    max-height: calc(100% - 3.5rem);
  }
  .modal-dialog-scrollable .modal-content {
    max-height: calc(100vh - 3.5rem);
  }
  .modal-dialog-centered {
    min-height: calc(100% - 3.5rem);
  }
  .modal-dialog-centered::before {
    height: calc(100vh - 3.5rem);
  }
  .modal-sm {
    max-width: 300px;
  }
}
@media only screen and (max-width: 1099px) {
  .modal-dialog {
    max-width: 500px;
    margin: 1.75rem auto;
  }
  .modal-dialog-scrollable {
    max-height: calc(100% - 3.5rem);
  }
  .modal-dialog-scrollable .modal-content {
    max-height: calc(100vh - 3.5rem);
  }
  .modal-dialog-centered {
    min-height: calc(100% - 3.5rem);
  }
  .modal-dialog-centered::before {
    height: calc(100vh - 3.5rem);
  }
  .modal-sm {
    max-width: 300px;
  }
}
.modal .btn + .btn {
  margin-top: 0;
}

.modal-backdrop {
  background: rgba(0, 0, 0, 0.6);
  height: 100vh;
  left: 0;
  opacity: 0;
  position: fixed;
  top: 0;
  transition: opacity 0.3s ease;
  visibility: hidden;
  width: 100%;
  z-index: 1001;
}
.modal-backdrop.is-active, .modal-backdrop.show {
  opacity: 1;
  visibility: visible;
}

.btn-close {
  box-sizing: content-box;
  width: 1rem;
  height: 1rem;
  padding: 0.5rem;
  margin: 0.5rem;
  color: #000;
  background: url(/image/common/close.svg) center/1rem auto no-repeat;
  border-radius: 0.25rem;
  opacity: 0.5;
}
.btn-close:hover {
  color: #000;
  text-decoration: none;
  opacity: 0.75;
}
.btn-close:focus {
  outline: 0;
  box-shadow: 0 0 0 0.25rem rgba(0, 0, 0, 0.25);
  opacity: 1;
}
.btn-close:disabled, .btn-close.disabled {
  pointer-events: none;
  user-select: none;
  opacity: 0.25;
}

.daterangepicker {
  border: 1px solid #c6c6c6;
  line-height: 1.7;
}
.daterangepicker.opensright::before {
  border-bottom-color: #c6c6c6;
}
.daterangepicker th.prev {
  background: url(/image/common/pager_l.png) no-repeat center/15px;
}
.daterangepicker th.next {
  background: url(/image/common/pager_r.png) no-repeat center/15px;
}
.daterangepicker td.active,
.daterangepicker td.active:hover {
  background: #a4abff;
  border-color: #a4abff;
}
.daterangepicker .ranges {
  text-align: center;
  width: 100%;
}
.daterangepicker .date-btn {
  border-radius: 4px;
  cursor: pointer;
  display: inline-block;
  font-size: 18px;
  font-weight: bold;
  position: relative;
}
.daterangepicker .btn-primary {
  color: #fff;
  background: linear-gradient(to right, #57caff 0%, #e491ff 100%);
  padding: 6px 20px;
}
.daterangepicker .btn-default {
  color: #767676;
  background: #fff;
  border: 2px solid #a4abff;
  padding: 4px 18px;
}

.form__input--month {
  background-image: none;
  margin-right: 20px;
  width: 100px;
}
.form__input--year {
  background-image: none;
  margin-right: 20px;
  margin-left: 20px;
  width: 100px;
}
.form__input--cvc {
  margin-bottom: 0;
}
.form__input--date {
  margin-bottom: 0;
}
.form__input--inquiry-file {
  display: none;
}
.form__input--delete-file {
  border: 2px solid #a4abff;
  border-radius: 100px;
  width: 32px;
  height: 32px;
  font-size: 30px;
  text-align: center;
  color: #a4abff;
  display: inline-block;
}
.form__input--search {
  background: url(/image/common/icon_search.png) no-repeat left 15px center/30px 30px;
  background-color: #fff;
  border-radius: 25px;
  display: inline-block;
  font-size: 16px;
  box-sizing: border-box;
  height: 52px;
  padding: 0 15px 0 60px;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 59.297218%;
}
.form__input--search:focus {
  outline: none;
}
.form__input--search-navi {
  background: url(/image/common/icon_search.png) no-repeat left 15px center/30px 30px;
  background-color: #fff;
  border-radius: 25px;
  display: inline-block;
  font-size: 16px;
  box-sizing: border-box;
  height: 52px;
  padding: 0 15px 0 60px;
  position: absolute;
  top: 50%;
  right: 0;
  transform: translate(0, -50%);
  width: 340px;
  border: 2px solid #a4abff;
}
.form__input--search-navi:focus {
  outline: none;
}
.form__input--contents {
  margin-top: 25px;
}
.form__input--title {
  font-size: 18px;
  margin-bottom: 25px;
}
.form__input--label-file {
  background-color: #fff;
  border: 2px solid rgba(164, 171, 255, 0.5);
  border-radius: 25px;
  display: inline-block;
  font-size: 18px;
  font-weight: bold;
  padding: 30px 25px;
  position: relative;
  cursor: pointer;
  margin-right: 30px;
}
.form__input--required {
  margin-left: 25px;
  font-size: 16px;
  color: #ff5d5d;
}
.form__input--main-file {
  display: inline-block;
  width: 92%;
}
.form__input--empty-list {
  margin: 45px 0 45px 24px;
  opacity: 0.5;
}
.form__input--attention {
  font-size: 16px;
  margin-bottom: 25px;
}
.form__input--list {
  margin-top: 10px;
  line-height: 24px;
}
.form__input--item {
  font-size: 16px;
}
.form__select--character {
  background: url(/image/common/icon_select.png) no-repeat right 15px center/31px 22px;
  background-color: #fff;
  border: 2px solid rgba(164, 171, 255, 0.5);
  border-radius: 26.5px;
  display: inline-block;
  font-size: 16px;
  box-sizing: border-box;
  height: 52px;
  padding: 0 20px;
  width: 100%;
}
.form__select--requirement {
  background: url(/image/common/icon_select.png) no-repeat right 15px center/31px 22px;
  background-color: #fff;
  border: 2px solid rgba(164, 171, 255, 0.5);
  border-radius: 26.5px;
  display: inline-block;
  font-size: 16px;
  box-sizing: border-box;
  height: 52px;
  padding: 0 20px;
  width: 100%;
}
.form__select--frequency {
  background: url(/image/common/icon_select.png) no-repeat right 15px center/31px 22px;
  background-color: #fff;
  border: 2px solid rgba(164, 171, 255, 0.5);
  border-radius: 26.5px;
  display: inline-block;
  font-size: 16px;
  box-sizing: border-box;
  height: 52px;
  padding: 0 20px;
  width: 100%;
}
.form__textarea--inquiry-detail {
  background: url(/image/common/icon_input.png) no-repeat right 15px bottom 9px/30px 30px;
  background-color: #fff;
  border: 2px solid rgba(164, 171, 255, 0.5);
  border-radius: 3px;
  display: inline-block;
  font-size: 16px;
  box-sizing: border-box;
  height: 52px;
  padding: 16px 22px;
  height: 140px;
  width: 100%;
}
.form__radio--button {
  display: block;
  overflow: hidden;
  position: relative;
  margin-bottom: 16px;
}
.form__radio--button:last-child {
  margin-bottom: 0px;
}
.form__radio--input {
  display: block;
  height: 100%;
  left: 0;
  opacity: 0;
  position: absolute;
  top: 0;
  width: 100%;
}
.form__radio--input:hover:not(:checked) + label {
  background: #a4abff;
  color: #fff;
  cursor: pointer;
}
.form__radio--input:hover:not(:checked) + label .form__radio--inner {
  background: #a4abff;
}
.form__radio--input:hover:not(:checked) + label .form__radio--price {
  background: #fff;
  color: #a4abff;
}
.form__radio--input:checked + label {
  background: linear-gradient(to right, #57caff 0%, #e491ff 100%);
  padding: 4px;
}
.form__radio--input:checked + label .form__radio--inner {
  background: #fff;
  border-radius: 21px;
}
.form__radio--input:checked + label .form__radio--inner:before {
  background-color: #a4abff;
  box-shadow: inset 0 0 0 2px #fff;
}
.form__radio--label {
  display: flex;
  justify-content: center;
  background: #a4abff;
  padding: 2px;
  border-radius: 25px;
  height: 133px;
}
.form__radio--inner {
  display: flex;
  align-items: center;
  justify-content: left;
  font-size: 18px;
  font-weight: bold;
  background: #fff;
  border-radius: 23px;
  width: 100%;
}
.form__radio--inner:before {
  content: "";
  background: #fff;
  border-radius: 100%;
  border: 2px solid #a4abff;
  display: inline-block;
  width: 30px;
  height: 30px;
  min-width: 30px;
  position: relative;
  vertical-align: middle;
  cursor: pointer;
  text-align: center;
  transition: all 250ms ease;
}
.form__radio--coin {
  width: 120px;
  align-items: center;
  flex-wrap: wrap;
  justify-content: space-between;
}
.form__radio--main-icon {
  width: 50px;
  padding: 0 10px 0 10px;
}
.form__radio--main-caption {
  padding: 10px 10px 10px 10px;
  margin: 0 10px 0 0;
  width: 45%;
  border-right: 2px solid #99a0ff;
  text-align: left;
}
.form__radio--main-title {
  color: #7030A0;
  font-size: 25px;
  padding: 0px 10px 10px 0px;
}
.form__radio--sub-caption {
  display: flex;
  align-items: center;
  height: 34px;
  width: 300px;
  margin: 2px 0 2px 0;
  font-size: 15px;
}
.form__radio--sub-icon {
  width: 30px;
  height: 30px;
  margin-right: 10px;
  object-fit: cover;
}
.form__radio--icon {
  margin: 0 20px;
}
.form__radio--volume {
  transition: all 0.3s ease;
  font-size: 18px;
  font-weight: bold;
  width: 100%;
}
.form__radio--bonus {
  font-size: 16px;
  display: block;
  margin-top: 6px;
}
.form__radio--price {
  bottom: 12px;
  right: 23px;
  background: linear-gradient(to left, #57caff 0%, #e491ff 100%);
  border-radius: 100px;
  color: #fff;
  text-align: center;
  padding: 12px 0;
  width: 120px;
  font-size: 14px;
  font-weight: bold;
}
.form__radio--text {
  width: 486px;
  text-align: center;
  font-weight: bold;
}
.form__check {
  display: none;
}
.form__check:checked + .form__check--icon::before, .form__check:checked + .form__check--icon::after {
  display: block;
}
.form__check--contents {
  margin-top: 25px;
}
.form__check--icon {
  background: #fff;
  border: 2px solid #a4abff;
  cursor: pointer;
  display: inline-block;
  width: 29px;
  height: 29px;
  position: relative;
  vertical-align: middle;
  border-radius: 8px;
}
.form__check--icon::before, .form__check--icon::after {
  content: "";
  display: none;
  position: absolute;
}
.form__check--icon::after {
  border: solid;
  border-image: linear-gradient(to top, #57caff 0%, #e491ff 100%);
  border-width: 0 8px 8px 0;
  border-image-slice: 1;
  height: 28px;
  left: 7px;
  top: -8px;
  transform: rotate(45deg);
  width: 20px;
}
.form__check--text {
  font-size: 18px;
  margin-left: 23px;
}
.form__check--link {
  text-decoration: underline;
  text-underline-offset: 3px;
  color: #3a6dff;
}
.form__button--submit {
  display: block;
  margin: 16px auto 25px;
}

@media only screen and (max-width: 1099px) {
  .form__input--month {
    font-size: 14px;
    background-image: none;
    margin-right: 10px;
    width: 80px;
  }
  .form__input--year {
    font-size: 14px;
    background-image: none;
    margin-right: 10px;
    margin-left: 20px;
    width: 80px;
  }
  .form__input--name {
    font-size: 10.5px;
  }
  .form__input--mail {
    font-size: 14px;
  }
  .form__input--edit-mail {
    font-size: 12px;
  }
  .form__input--mail-confirm {
    font-size: 10.5px;
  }
  .form__input--password {
    font-size: 14px;
  }
  .form__input--check-password {
    font-size: 12px;
  }
  .form__input--current-password {
    font-size: 12px;
  }
  .form__input--edit-password {
    font-size: 12px;
  }
  .form__input--confirm-password {
    font-size: 10.5px;
  }
  .form__input--birthday {
    font-size: 14px;
  }
  .form__input--card {
    font-size: 14px;
  }
  .form__input--cvc {
    font-size: 14px;
    margin-bottom: 0;
  }
  .form__input--delete-file {
    position: absolute;
    bottom: 7px;
    right: 0;
    border: 1px solid #a4abff;
    border-radius: 100px;
    width: 23px;
    height: 23px;
    font-size: 22px;
    text-align: center;
    color: #a4abff;
    display: inline-block;
  }
  .form__input--search {
    background: url(/image/common/icon_search.png) no-repeat left 10px center/23px 23px;
    background-color: #fff;
    border-radius: 18px;
    display: inline-block;
    font-size: 12px;
    box-sizing: border-box;
    padding: 11px 45px;
    height: 38px;
    width: 89.6%;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
  }
  .form__input--search:focus {
    outline: none;
  }
  .form__input--search-navi {
    background: url(/image/common/icon_search.png) no-repeat left 10px center/23px 23px;
    background-color: #fff;
    border: 1px solid rgba(164, 171, 255, 0.5);
    border-radius: 18px;
    font-size: 12px;
    padding: 11px 45px;
    position: inherit;
    height: 35px;
    width: 100%;
    transform: translate(0, 0);
  }
  .form__input--contents {
    position: relative;
    margin-top: 20px;
  }
  .form__input--title {
    font-size: 16px;
    margin-bottom: 20px;
  }
  .form__input--label-file {
    background-color: #fff;
    border: 1px solid rgba(164, 171, 255, 0.5);
    border-radius: 12.5px;
    display: inline-block;
    font-size: 14px;
    font-weight: bold;
    padding: 10px 22px;
    position: relative;
    cursor: pointer;
    margin-right: 30px;
  }
  .form__input--required {
    font-size: 14px;
    margin-left: 2.47vw;
  }
  .form__input--main {
    font-size: 14px;
  }
  .form__input--empty-list {
    margin: 32px 0 32px 16px;
    opacity: 0.5;
  }
  .form__input--attention {
    font-size: 14px;
    margin-bottom: 20px;
  }
  .form__input--item {
    font-size: 14px;
  }
  .form__select--character {
    background: url(/image/common/icon_select.png) no-repeat right 15px center/21px 16px;
    background-color: #fff;
    border: 1px solid rgba(164, 171, 255, 0.5);
    border-radius: 18px;
    font-size: 14px;
    height: 38px;
    padding: 0 15px;
    width: 100%;
  }
  .form__select--requirement {
    background: url(/image/common/icon_select.png) no-repeat right 15px center/21px 16px;
    background-color: #fff;
    border: 1px solid rgba(164, 171, 255, 0.5);
    border-radius: 18px;
    font-size: 14px;
    height: 38px;
    padding: 0 15px;
    width: 100%;
  }
  .form__select--frequency {
    background: url(/image/common/icon_select.png) no-repeat right 15px center/21px 16px;
    background-color: #fff;
    border: 1px solid rgba(164, 171, 255, 0.5);
    border-radius: 18px;
    font-size: 14px;
    height: 38px;
    padding: 0 15px;
    width: 100%;
  }
  .form__textarea--inquiry-detail {
    background: url(/image/common/icon_input.png) no-repeat right 15px bottom 9px/21px 21px;
    background-color: #fff;
    border: 2px solid rgba(164, 171, 255, 0.5);
    border-radius: 3px;
    display: inline-block;
    font-size: 16px;
    box-sizing: border-box;
    height: 52px;
    padding: 13px 17px;
    height: 140px;
    width: 100%;
  }
  .form__radio--button {
    margin-bottom: 20px;
  }
  .form__radio--button:last-child {
    margin-bottom: 0px;
  }
  .form__radio--input:checked + label {
    padding: 2px;
  }
  .form__radio--input:checked + label .form__radio--inner {
    border-radius: 10px;
    padding: 24px 20px;
  }
  .form__radio--input:checked + label .form__radio--inner:before {
    box-shadow: inset 0 0 0 2px #fff;
  }
  .form__radio--label {
    padding: 1px;
    border-radius: 12px;
    height: 100px;
  }
  .form__radio--inner {
    font-size: 14px;
    font-weight: bold;
    border-radius: 11px;
    width: 100%;
    padding: 25px 21px;
  }
  .form__radio--inner:before {
    border: 1px solid #a4abff;
    width: 22px;
    height: 22px;
    min-width: 22px;
  }
  .form__radio--coin {
    width: 80px;
    margin-right: 5px;
  }
  .form__radio--main-title {
    font-size: 15px;
    padding: 0px 2px 8px 0px;
  }
  .form__radio--main-icon {
    width: 0px;
    padding: 0 0 0 0;
  }
  .form__radio--main-caption {
    padding: 5px 5px 5px 5px;
    margin: 0 5px 0 8px;
    width: 100%;
  }
  .form__radio--sub-caption {
    font-size: 12px;
    height: 25px;
    width: 80px;
  }
  .form__radio--sub-icon {
    width: 20px;
    height: 20px;
    margin-right: 3px;
  }
  .form__radio--icon {
    margin: 0 10px;
    width: 28px;
    height: 28px;
  }
  .form__radio--volume {
    font-size: 14px;
    width: 100%;
  }
  .form__radio--bonus {
    font-size: 12px;
    margin-top: 9px;
  }
  .form__radio--price {
    bottom: 8px;
    right: 12px;
    border-radius: 12px;
    padding: 6px 0;
    width: 90px;
    font-size: 14px;
  }
  .form__radio--text {
    width: 100%;
    flex: 1;
  }
  .form__check {
    display: none;
  }
  .form__check:checked + .form__check--icon::before, .form__check:checked + .form__check--icon::after {
    display: block;
  }
  .form__check--contents {
    margin-top: 20px;
  }
  .form__check--icon {
    background: #fff;
    border: 2px solid #a4abff;
    cursor: pointer;
    display: inline-block;
    width: 24px;
    height: 24px;
    position: relative;
    vertical-align: middle;
    border-radius: 6px;
  }
  .form__check--icon::before, .form__check--icon::after {
    content: "";
    display: none;
    position: absolute;
  }
  .form__check--icon::after {
    border: solid;
    border-image: linear-gradient(to top, #57caff 0%, #e491ff 100%);
    border-width: 0px 7px 7px 0;
    border-image-slice: 1;
    height: 23px;
    left: 5px;
    top: -7px;
    transform: rotate(45deg);
    width: 15px;
  }
  .form__check--text {
    font-size: 16px;
    margin-left: 19px;
  }
  .form__check--link {
    text-decoration: underline;
    text-underline-offset: 3px;
    color: #3a6dff;
  }
  .form__button--submit {
    width: 100%;
    margin: 34px auto 20px;
  }
}
.editor-area h1, .editor-area h2, .editor-area h3 {
  font-size: 20px;
  font-weight: bold;
  color: #484848;
  line-height: 48px;
}
.editor-area p {
  font-size: 20px;
  font-weight: normal;
  color: #484848;
  line-height: 48px;
}
.editor-area hr {
  border-bottom: 1px solid #484848;
  margin: 12px 0;
}
.editor-area strong {
  font-weight: bold;
}
.editor-area em {
  font-style: italic;
  transform: skewX(-20deg);
  display: inline-block;
}
.editor-area del {
  text-decoration: line-through;
}
.editor-area ul li {
  list-style-position: inside;
  line-height: 48px;
}
.editor-area ul li:before {
  content: "";
  width: 18px;
  height: 18px;
  display: inline-block;
  border-radius: 100%;
  background: #484848;
  position: relative;
  margin-right: 4px;
}
.editor-area ol li {
  list-style-type: "decimal";
  list-style-position: inside;
  line-height: 48px;
}
.editor-area table tr {
  font-size: 18px;
  height: 54px;
  line-height: 48px;
}
.editor-area table tr:nth-of-type(2n-1) {
  background-color: #ececec;
}
.editor-area table td {
  font-size: 18px;
  padding: 0 20px;
  vertical-align: middle;
}
.editor-area table td:first-child {
  white-space: nowrap;
}
.editor-area a {
  color: #00bbe6;
  text-decoration: underline;
  text-underline-offset: 3px;
}
.editor-area img {
  max-width: 840px;
}
.editor-area .text-red {
  color: #ff7a7a;
}
.editor-area .text-blue {
  color: #00bbe6;
}
.editor-area .text-green {
  color: #68ba6b;
}
.editor-area .text-yellow {
  color: #ffc000;
}
.editor-area .bg-red {
  background-color: #ff7a7a;
  padding: 5px 0;
}
.editor-area .bg-blue {
  background-color: #00bbe6;
  padding: 5px 0;
}
.editor-area .bg-green {
  background-color: #68ba6b;
  padding: 5px 0;
}
.editor-area .bg-yellow {
  background-color: #ffc000;
  padding: 5px 0;
}

@media only screen and (max-width: 1099px) {
  .editor-area h1, .editor-area h2, .editor-area h3 {
    font-size: 14.5px;
    line-height: 34px;
  }
  .editor-area p {
    font-size: 14.5px;
    line-height: 34px;
  }
  .editor-area hr {
    border-bottom: 1px solid #484848;
    margin: 6px 0;
  }
  .editor-area em {
    transform: skewX(-20deg);
  }
  .editor-area ul li {
    line-height: 34px;
  }
  .editor-area ul li:before {
    content: "";
    width: 13px;
    height: 13px;
    display: inline-block;
    border-radius: 100%;
    background: #484848;
    position: relative;
    margin-right: 2px;
  }
  .editor-area ol li {
    line-height: 34px;
  }
  .editor-area table tr {
    font-size: 14.5px;
    height: 42px;
    line-height: 34px;
    padding: 4px 0;
  }
  .editor-area table td {
    font-size: 14.5px;
  }
  .editor-area a {
    text-underline-offset: 3px;
  }
  .editor-area .bg-red {
    padding: 2px 0;
  }
  .editor-area .bg-blue {
    padding: 2px 0;
  }
  .editor-area .bg-green {
    padding: 2px 0;
  }
  .editor-area .bg-yellow {
    padding: 2px 0;
  }
}
.common--text-area {
  width: 820px;
  font-size: 16px;
}
.common.error .common--text-area {
  margin: 0 auto 92px;
}

@media only screen and (max-width: 1099px) {
  .common--text-area {
    width: 80%;
    font-size: 14px;
  }
  .common.error .common--text-area {
    margin: 0 auto 42px;
  }
}
#page-official-index {
  background: url(/image/common/bg.png) no-repeat top center/cover;
  background-attachment: fixed;
}
#page-official-index main {
  max-width: inherit;
  padding: 0;
  background: none;
}
#page-official-index .header {
  background: none;
}
#page-official-index .footer {
  margin-top: -200px;
}
#page-official-index .footer--content {
  padding-top: 100px;
}
@media only screen and (max-width: 320px) {
  #page-official-index .footer {
    margin-top: -130px;
  }
  #page-official-index--content {
    padding-top: 50px;
  }
}
@media only screen and (max-width: 1099px) {
  #page-official-index .header {
    display: none;
  }
  #page-official-index .logo {
    display: block;
    z-index: 1002;
    position: fixed;
    left: 14px;
    top: 18px;
  }
}

.top--title {
  display: none;
}
.top--topix .slick-slide {
  margin: 0 12px;
}
.top--topix .slick-dotted.slick-slider {
  margin-bottom: 100px;
}
.top--topix .slick-dots {
  bottom: -60px;
}
.top--topix-image {
  width: 100%;
  border-radius: 45px;
  border-bottom-right-radius: 45px;
  border-bottom-left-radius: 45px;
}
.top--download-list {
  align-items: center;
  display: flex;
  justify-content: center;
}
.top--download-item {
  margin: 0 15px;
}
.top--download-image {
  width: 150px;
}
.top--news {
  position: relative;
  z-index: 1;
  margin-top: 100px;
}
.top--news .slick-dots {
  bottom: 15px;
}
.top--news .slick-dotted.slick-slider {
  margin-bottom: 0px;
}
.top--news-title {
  text-align: center;
}
.top--news-main {
  margin: 50px 0 0 0;
  display: flex;
  justify-content: center;
}
.top--news-pickup-list {
  width: 486px;
}
.top--news-content {
  margin: 0 30px;
  position: relative;
  text-align: center;
}
.top--news-tab-item {
  font-size: 18px;
  font-weight: bold;
  padding: 20px 10px;
  border-top: 4px solid;
  border-image: linear-gradient(to right, #57caff 0%, #e491ff 100%);
  border-image-slice: 1;
  width: 60px;
}
.top--news-item {
  border-top: 1px solid #484848;
}
.top--news-item:last-child {
  border-bottom: 1px solid #484848;
}
.top--news-link {
  align-items: center;
  display: flex;
  justify-content: left;
  padding: 12px 10px;
}
.top--news-text {
  padding: 0 85px 0 0;
  text-align: left;
}
.top--news-date {
  margin-left: auto;
  font-size: 14px;
}
.top--news-more {
  position: absolute;
  right: 0;
  border: 1px solid;
  margin: 15px 0 0 0;
  display: inline-block;
}
.top--news-more-text {
  border-right: 1px solid #484848;
  padding: 3px;
  display: inline-block;
  font-weight: bold;
  vertical-align: middle;
}
.top--news-more-plus {
  border-right: 1px solid #484848;
  position: relative;
  display: inline-block;
  width: 24px;
  vertical-align: middle;
}
.top--news-more-plus-col {
  background: #484848;
  position: absolute;
  top: 11px;
  left: 4px;
  width: 16px;
  height: 2px;
  transform: translateY(-12px) rotate(-90deg);
}
.top--news-more-plus-row {
  background: #484848;
  position: absolute;
  top: -1px;
  left: 4px;
  width: 16px;
  height: 2px;
}
.top--introduction {
  background: url(/image/top/introduction.png) no-repeat top center/cover;
  height: 949px;
  margin-top: -100px;
  position: relative;
  padding: 0 30px;
}
.top--introduction-container {
  padding: 295px 0 0 0;
}
.top--introduction-title {
  text-align: center;
}
.top--introduction-content {
  margin: 30px 0 0 0;
  text-align: center;
}
.top--introduction-text {
  padding: 14px 0;
  font-size: 14px;
}

@media only screen and (max-width: 1099px) {
  .top--topix .slick-slide {
    margin-right: 0;
    margin-left: 0;
  }
  .top--topix .slick-dots {
    bottom: -35px;
  }
  .top--topix .slick-dotted.slick-slider {
    margin: 0 0 60px 0;
  }
  .top--topix-list {
    width: 100%;
  }
  .top--topix-image {
    border-top-right-radius: 0px;
    border-top-left-radius: 0px;
  }
  .top--news {
    margin-top: 15px;
    padding: 0 30px;
  }
  .top--news .slick-dots {
    bottom: -25px;
  }
  .top--news .slick-dotted.slick-slider {
    margin-bottom: 20px;
  }
  .top--news-main {
    margin-top: 15px;
    flex-direction: column;
  }
  .top--news-pickup-list {
    margin: 0 auto;
    width: 100%;
  }
  .top--news-pickup-image {
    margin: auto;
  }
  .top--news-content {
    margin-right: 0;
    margin-left: 0;
  }
  .top--news-tab-item {
    position: relative;
    z-index: 1;
    margin: 0 auto -2px;
    padding-bottom: 5px;
    border-top: none;
    border-bottom: 4px solid;
  }
  .top--news-link {
    padding: 12px 0;
  }
  .top--news-text {
    font-size: 12px;
    padding: 0 16% 0 0;
    line-height: 1.2;
  }
  .top--news-date {
    font-size: 10px;
  }
  .top--news-more {
    position: static;
  }
  .top--download-list {
    flex-direction: column;
  }
  .top--download-item {
    margin: 0 0 20px 0;
  }
}
@media only screen and (max-width: 320px) {
  .top--introduction {
    background: url(/image/top/introduction_sp.png) no-repeat top center/cover;
    height: 686px;
    margin-top: -20px;
    padding: 0 30px;
  }
  .top--introduction-container {
    padding-top: 170px;
  }
}
/*
.topix {
    margin: 0 auto;

    &__container {
    }

    &__list {
    }

    &__item {
    }

    &__image {
        width: 100%;
        border-radius: 45px;
        border-bottom-right-radius: 45px;
        border-bottom-left-radius: 45px;
    }

    .slick-slide {
        margin: 0 12px;
    }

    .slick-dotted {
        &.slick-slider {
            margin-bottom: 100px;
        }
    }

    .slick-dots {
        bottom: -60px;
    }
}

@include media(pc_min) {

    .topix {
        &__list {
            width: 100%;
        }

        &__image {
            border-top-right-radius: 0px;
            border-top-left-radius: 0px;
        }

        .slick-slide {
            margin-right: 0;
            margin-left: 0;
        }

        .slick-dots {
            bottom: -35px;
        }

        .slick-dotted {
            &.slick-slider {
                margin: 0 0 60px 0;
            }
        }
    }
}


.download {

    &__list {
        align-items: center;
        display: flex;
        justify-content: center;
    }

    &__item {
        margin: 0 15px;
    }

    &__image {
        width: 150px;
    }
}


@include media(pc_min) {

    .download {
        &__list {
            flex-direction: column;
        }

        &__item {
            margin: 0 0 20px 0;
        }
    }
}



.news {
    margin: 100px 0 0 0;

    &__title {
        text-align: center;
    }

    &__main {
        margin: 50px 0 0 0;
        display: flex;
        justify-content: center;
    }

    &__pickup-list {
        width: 486px;
    }


    &__content {
        margin: 0 30px;
        position: relative;
        text-align: center;
    }

    &__tab-item {
        font-size: 18px;
        font-weight: bold;
        padding: 20px 10px;
        border-top: 4px solid;
        border-image: $gradient-to-right;
        border-image-slice: 1;
        width: 60px;
    }

    &__item {
        border-top: 1px solid $font-black;

        &:last-child {
            border-bottom: 1px solid $font-black;
        }
    }

    &__link {
        align-items: center;
        display: flex;
        justify-content: left;
        padding: 12px 10px;
    }

    &__text {
        padding: 0 85px 0 0;
        text-align: left;
    }

    &__date {
        margin-left: auto;
        font-size: 14px;
    }

    &__more {
        position: absolute;
        right: 0;
        border: 1px solid;
        margin: 15px 0 0 0;
        display: inline-block;
    }

    &__more-text {
        border-right: 1px solid $font-black;
        padding: 3px;
        display: inline-block;
        font-weight: bold;
    }

    &__more-plus {
        margin: 2px;
        display: inline-block;
        vertical-align: middle;
        color: #333;
        line-height: 1;
        width: 1em;
        height: 0.1em;
        background: currentColor;
        border-radius: 0;
        position: relative;

        &:before {
            content: '';
            position: absolute;
            top: 0;
            left: 0;
            width: 100%;
            height: 100%;
            background: inherit;
            border-radius: inherit;
            transform: rotate(90deg);
        }
    }

    .slick-dots {
        bottom: 15px;
    }

    .slick-dotted {
        &.slick-slider {
            margin-bottom: 0px;
        }
    }
}

@include media(pc_min) {

    .news {
        margin-top: 15px;
        padding: 0 30px;

        &__main {
            margin-top: 15px;
            flex-direction: column;
        }

        &__pickup-list {
            margin: 0 auto;
            width: 100%;
        }

        &__pickup-image {
            margin: auto;
        }

        &__content {
            margin-right: 0;
            margin-left: 0;
        }

        &__tab-item {
            position: relative;
            z-index: 1;
            margin: 0 auto -2px;
            padding-bottom: 5px;
            border-top: none;
            border-bottom: 4px solid;
        }

        &__link {
            padding: 12px 0;
        }

        &__text {
            font-size: 12px;
        }

        &__date {
            font-size: 10px;
        }

        &__more {
            position: static;
        }

        .slick-dots {
            bottom: -25px;
        }

        .slick-dotted {
            &.slick-slider {
                margin-bottom: 20px;
            }
        }
    }
}


.introduction {
    margin-top: -100px;
    position: relative;
    padding: 0 30px;

    &__title {
        text-align: center;
    }

    &__container {
        padding: 295px 0 0 0;
    }

    &__content {
        margin: 30px 0 0 0;
        text-align: center;
    }

    &__text {
        padding: 14px 0;
        font-size: 14px;
    }
}



    .introduction {
    background: url(/image/top/introduction.png) no-repeat top center/cover;
    height: 949px;
}


@include media(sp) {

    .introduction {
        background: url(/image/top/introduction_sp.png) no-repeat top center/cover;
        height: 803px;
        margin-top: -40px;
        padding: 0 30px;

        &__container {
            padding-top: 190px;
        }
    }
}

*/
.account--myaccount-area {
  align-items: flex-start;
  display: flex;
  justify-content: flex-start;
  text-align: left;
  width: 1032px;
  margin: 50px auto 0;
  flex-direction: column;
  flex-wrap: wrap;
  height: 204px;
  border-bottom: 2px solid;
  border-image: linear-gradient(to right, #57caff 0%, #e491ff 100%);
  border-image-slice: 1;
}
.account--myaccount-title {
  font-size: 28px;
  margin: 0 auto 34px;
  text-align: center;
}
.account--myaccount-button {
  width: 240px;
  border: 2px solid #a4abff;
  border-radius: 15px;
  font-size: 18px;
  font-weight: bold;
  text-align: center;
  line-height: 63px;
}
.account--myaccount-list {
  margin-left: 100px;
}
.account--myaccount-mail, .account--myaccount-name, .account--myaccount-birthday {
  align-items: center;
  display: flex;
  justify-content: left;
  font-size: 18px;
  margin-bottom: 50px;
}
.account--myaccount-mail .account--myaccount-data {
  font-weight: bold;
}
.account--myaccount-data {
  width: 500px;
}
.account--myaccount-label {
  width: 190px;
  text-align: right;
}
.account--coin-area {
  align-items: flex-start;
  display: flex;
  justify-content: flex-start;
  text-align: left;
  width: 1032px;
  margin: 50px auto 0;
  flex-direction: column;
  flex-wrap: wrap;
  height: 224px;
}
.account--coin-title {
  font-size: 28px;
  margin: 0 auto 34px;
  text-align: center;
}
.account--coin-payment-button {
  width: 240px;
  border: 2px solid #a4abff;
  border-radius: 15px;
  font-size: 18px;
  font-weight: bold;
  text-align: center;
  line-height: 34px;
  margin-bottom: 10px;
}
.account--coin-history-button {
  width: 240px;
  border: 2px solid #a4abff;
  border-radius: 15px;
  font-size: 18px;
  font-weight: bold;
  text-align: center;
  line-height: 34px;
}
.account--coin-list {
  margin-left: 100px;
}
.account--coin-paid, .account--coin-free, .account--coin-total, .account--coin-mileage {
  align-items: center;
  display: flex;
  justify-content: left;
  font-size: 18px;
}
.account--coin-paid, .account--coin-free, .account--coin-total {
  margin-bottom: 50px;
}
.account--coin-mileage {
  margin-bottom: 0px;
}
.account--coin-total .account--coin-data, .account--coin-mileage .account--coin-data {
  font-weight: bold;
}
.account--coin-data {
  width: 500px;
}
.account--coin-label {
  width: 190px;
  text-align: right;
}

@media only screen and (max-width: 1099px) {
  .account--myaccount-area {
    flex-wrap: nowrap;
    width: 90%;
    height: 100%;
    border: none;
    padding-bottom: 25px;
  }
  .account--myaccount-title {
    order: 1;
    border-bottom: 2px solid;
    border-image: linear-gradient(to right, #57caff 0%, #e491ff 100%);
    border-image-slice: 1;
    text-align: left;
    margin-left: 0;
    margin-right: 0;
    width: 100%;
    margin-bottom: 26px;
    padding-bottom: 20px;
    font-size: 24px;
    font-weight: bold;
  }
  .account--myaccount-button {
    order: 3;
    background-color: #fff;
    border: 1px solid #a4abff;
    border-radius: 12.5px;
    width: 100%;
    font-size: 16px;
    line-height: 32px;
  }
  .account--myaccount-list {
    order: 2;
    margin-left: 0;
    margin-bottom: 6px;
  }
  .account--myaccount-mail, .account--myaccount-name, .account--myaccount-birthday {
    margin-bottom: 30px;
    font-size: 16px;
  }
  .account--myaccount-data {
    width: 100%;
  }
  .account--myaccount-label {
    display: none;
  }
  .account--coin-area {
    flex-wrap: nowrap;
    width: 90%;
    height: 100%;
    border: none;
    padding-bottom: 24px;
  }
  .account--coin-title {
    order: 1;
    border-bottom: 2px solid;
    border-image: linear-gradient(to right, #57caff 0%, #e491ff 100%);
    border-image-slice: 1;
    text-align: left;
    margin-left: 0;
    margin-right: 0;
    width: 100%;
    margin-bottom: 26px;
    padding-bottom: 20px;
    font-size: 24px;
    font-weight: bold;
  }
  .account--coin-payment-button {
    order: 3;
    background-color: #fff;
    border: 1px solid #a4abff;
    border-radius: 12.5px;
    width: 100%;
    font-size: 16px;
    line-height: 32px;
    margin-bottom: 20px;
  }
  .account--coin-history-button {
    order: 3;
    background-color: #fff;
    border: 1px solid #a4abff;
    border-radius: 12.5px;
    width: 100%;
    font-size: 16px;
    line-height: 32px;
  }
  .account--coin-list {
    order: 2;
    margin-left: 0;
    margin-bottom: 6px;
  }
  .account--coin-paid, .account--coin-free, .account--coin-total {
    margin-bottom: 30px;
    font-size: 16px;
  }
  .account--coin-total .account--coin-label, .account--coin-mileage .account--coin-label {
    font-weight: bold;
  }
  .account--coin-total .account--coin-label::after, .account--coin-mileage .account--coin-label::after {
    font-weight: bold;
  }
  .account--coin-data {
    width: auto;
    order: 2;
  }
  .account--coin-label {
    width: auto;
    text-align: left;
    order: 1;
  }
  .account--coin-label::after {
    content: ":";
  }
}
.account--navi {
  width: 812px;
  margin: 0 auto 50px;
}
.account--navi-steps {
  display: flex;
  justify-content: space-between;
}
.account--navi-item {
  text-align: center;
  font-size: 18px;
  opacity: 0.5;
}
.account--navi-item.active {
  opacity: 1;
}
.account--navi-line {
  background: #000;
  flex: 1;
  height: 2px;
  margin: auto 40px;
  opacity: 0.5;
}
.account--form-area {
  width: 812px;
  margin: 0 auto;
}
.account--separator {
  width: 1032px;
  align-items: center;
  display: flex;
  justify-content: space-between;
  margin: 50px auto;
}
.account--separator::before, .account--separator::after {
  content: "";
  display: block;
  flex: 1;
  height: 2px;
}
.account--separator::before {
  background: linear-gradient(to right, #74e1e4 0%, #57d0fb 100%);
  margin-right: 60px;
}
.account--separator::after {
  background: linear-gradient(to right, #66c2ff 0%, #e491ff 100%);
  margin-left: 60px;
}
.account--separator-top {
  font-size: 18px;
}
.account--separator-top::before {
  background: linear-gradient(to right, #74e1e4 0%, #57d0fb 100%);
}
.account--separator-top::after {
  background: linear-gradient(to right, #66c2ff 0%, #e491ff 100%);
}
.account--separator-bottom {
  font-size: 18px;
}
.account--separator-bottom::before {
  background: linear-gradient(to right, #74e1e4 0%, #5ad8f3 100%);
}
.account--separator-bottom::after {
  background: linear-gradient(to right, #91afff 0%, #e391ff 100%);
}
.account--option-area {
  width: 812px;
  margin: 0 auto;
  text-align: center;
}
.account--option-item {
  margin-top: 25px;
}
.account--link-list {
  width: 812px;
  margin: 0 auto;
  text-align: center;
}
.account--link-item {
  margin-top: 25px;
}
.account--link-button {
  text-align: left;
}
.account--link-label {
  width: 190px;
  line-height: 80px;
  margin-left: 20px;
  display: inline-block;
  font-weight: bold;
  vertical-align: middle;
  text-align: center;
}
.account--link-status {
  margin-left: 20px;
  vertical-align: middle;
  font-weight: bold;
}
.account--link-on .account--link-button {
  border: 2px solid rgba(164, 171, 255, 0.5);
}
.account--link-on .account--link-label {
  opacity: 0.5;
}
.account--link-on .account--link-status {
  visibility: visible;
  opacity: 0.5;
}
.account--icon {
  width: 27px;
  margin-left: 47px;
  vertical-align: middle;
}
.account--limit-contents {
  width: 782px;
  margin: 15px auto 0;
  text-align: left;
  line-height: 24px;
}
.account--limit-age {
  width: 254px;
  font-size: 16px;
  display: inline-block;
}
.account--limit-price {
  font-size: 16px;
  display: inline-block;
}
.account--device-contents {
  width: 782px;
  margin-top: 26px;
  text-align: left;
  line-height: 24px;
}
.account--device-title {
  margin-bottom: 24px;
  font-size: 18px;
}
.account--device-text {
  margin-left: 12px;
}
.account--device-data {
  width: 256px;
  font-size: 16px;
  display: inline-block;
}
.account--device-value {
  font-size: 16px;
  display: inline-block;
}
.account--info-area {
  width: 820px;
  margin: 0 auto;
  text-align: left;
}
.account--info-title {
  font-size: 18px;
  margin-bottom: 25px;
}
.account--info-main {
  font-size: 16px;
  margin: 0 0 25px 17px;
}
.account--form-caution {
  margin: 16px 0;
  font-size: 18px;
  color: #ff5d5d;
  font-weight: bold;
  text-align: center;
}
.account--text-area {
  width: 820px;
  font-size: 16px;
}
.account--text-list {
  color: #ff5d5d;
}
.account--form-link {
  font-size: 18px;
  display: block;
  text-align: center;
  color: #3a6dff;
  text-decoration: underline;
  text-underline-offset: 3px;
}
.account--text-limit {
  font-size: 16px;
}
.account--text {
  line-height: 24px;
}
.account--form-button {
  display: block;
}
.account--login-button {
  display: block;
  margin: 0 auto 44px;
  text-align: center;
}
.account--button {
  display: block;
  text-align: center;
}
.account--delete-button {
  display: block;
  text-align: center;
  margin: 37px auto 0;
  border-color: #ff5d5d;
  color: #ff5d5d;
}
.account--app-button {
  background: linear-gradient(to left, #57caff 0%, #e491ff 100%);
  color: #fff;
  border: none;
  align-items: center;
  display: flex;
  justify-content: center;
  margin: 0 auto 42px;
}
.account--app-button span {
  font-weight: bold;
  margin-left: 25px;
}
.account.login .account--form-button {
  margin: 16px auto 14px;
}
.account.login .account--button {
  margin: 0 auto 44px;
}
.account.option .account--option-area {
  margin: 0 auto 45px;
}
.account.edit-name .account--text-area {
  margin: 0 auto 40px;
}
.account.edit-name .account--form-button {
  margin: 0 auto 45px;
}
.account.edit-name-submit .account--text-area {
  margin: 0px auto 93px;
}
.account.link .account--link-list {
  margin: 0 auto 45px;
}
.account.link-submit .account--text {
  margin: 52px auto 93px;
}
.account.entry .account--form-button {
  margin: 16px auto 50px;
}
.account.create .account--text-limit {
  margin: 50px auto 0;
}
.account.create .account--text-area {
  margin: 0 auto 94px;
}
.account.create-mail-validate-error-linked .account--text {
  margin: 0 auto 50px;
}
.account.create-mail-validate-error-expired .account--text {
  margin: 0 auto 74px;
}
.account.create-mail-validate .account--form-button {
  margin: 0 auto;
}
.account.create-mail-validate-submit .account--text-area {
  margin: 0 auto 96px;
}
.account.edit-mail .account--text-area {
  margin: 0 auto 44px;
}
.account.edit-mail .account--text-list {
  margin-top: 16px;
}
.account.edit-mail .account--text-item {
  padding-left: 1em;
  text-indent: -1em;
}
.account.edit-mail .account--form-button {
  margin: 0 auto 44px;
}
.account.edit-mail-send .account--text-area {
  margin: 0 auto 92px;
}
.account.edit-mail-send .account--text-caution {
  margin-top: 18px;
}
.account.edit-mail-confirm .account--form-button {
  margin: 0 auto 50px;
}
.account.edit-mail-submit .account--text-area {
  margin: 0 auto 96px;
}
.account.edit-password .account--form-caution {
  margin-top: 50px;
}
.account.edit-password .account--form-button {
  margin: 0 auto 45px;
}
.account.edit-password-submit .account--text-area {
  margin: 0 auto 93px;
}
.account.delete-mail-entry .account--text-area {
  font-size: 18px;
  margin: 0 auto 20px;
}
.account.delete-mail-entry .account--text-caution {
  margin-bottom: 20px;
  font-weight: bold;
}
.account.delete-mail-entry .account--button {
  margin: 46px auto 44px;
}
.account.delete-mail-entry-submit .account--text-limit {
  margin: 50px auto 0;
}
.account.delete-mail-entry-submit .account--text-area {
  margin: 0 auto 94px;
}
.account.delete-mail-validate .account--form-button {
  margin: 0 auto 50px;
}
.account.delete-mail-validate .account--button {
  margin: 50px auto 0;
}
.account.delete-mail-validate-other .account--text-area {
  margin: 25px auto;
}
.account.delete-mail-validate-other .account--text {
  margin-top: 25px;
}
.account.delete-mail-validate-other .account--form-button {
  margin: 0 auto 44px;
}
.account.delete-mail-validate-submit .account--text-area {
  margin: 0 auto 227px;
}
.account.delete-mail-cancel .account--text-area {
  margin: 0 auto 227px;
}
.account.link-entry .account--form-button {
  margin: 0 auto 50px;
}
.account.link-mail-entry-submit .account--text-limit {
  margin: 50px auto 0;
}
.account.link-mail-entry-submit .account--text-area {
  margin: 0 auto 90px;
}
.account.link-mail-validate .account--form-button {
  margin: 0 auto 50px;
}
.account.link-mail-validate-submit .account--text-area {
  margin: 52px auto 93px;
}
.account.link-app-validate .account--form-button {
  margin: 0 auto 50px;
}
.account.link-app-validate-submit .account--text-area {
  margin: 0 auto 90px;
}
.account.forgot-password .account--text-area {
  margin: 0 auto 32px;
}
.account.forgot-password .account--text-list {
  margin-top: 16px;
}
.account.forgot-password .account--text-item {
  padding-left: 1em;
  text-indent: -1em;
}
.account.forgot-password .account--form-button {
  margin: 0 auto 44px;
}
.account.forgot-password-submit .account--text-area {
  margin: 0 auto 48px;
}
.account.forgot-password-submit .account--text-list {
  margin-top: 16px;
  margin-bottom: 18px;
}
.account.forgot-password-submit .account--text-item {
  padding-left: 1em;
  text-indent: -1em;
}
.account.reset-password .account--form-caution {
  margin-top: 30px;
}
.account.reset-password .account--form-button {
  margin: 0 auto 44px;
}
.account.reset-password-submit .account--text-area {
  margin: 0 auto 32px;
}
.account.google .account--text-area {
  margin: 0 auto 48px;
}

@media only screen and (max-width: 1099px) {
  .account--contents {
    margin-top: 0;
  }
  .account--title {
    font-size: 18px;
  }
  .account--title-navi {
    font-weight: normal;
    font-size: 16px;
  }
  .account--title-navi::before {
    margin: 0 0 0 0;
    background: none;
  }
  .account--navi {
    width: 89.3%;
    margin: 0 auto 36px;
  }
  .account--navi-item {
    font-size: 10.5px;
  }
  .account--navi-line {
    margin: auto 1.6%;
  }
  .account--form-area {
    width: 86%;
  }
  .account--separator {
    margin: 35px auto;
    width: 88.533333%;
    text-align: center;
    line-height: 1.2;
  }
  .account--separator::before {
    margin-right: 6.024096%;
  }
  .account--separator::after {
    margin-left: 6.024096%;
  }
  .account--separator-top {
    font-size: 16px;
  }
  .account--separator-top::before {
    background: linear-gradient(to right, #74e1e4 0%, #57d3f9 100%);
  }
  .account--separator-top::after {
    background: linear-gradient(to right, #74bcff 0%, #e391ff 100%);
  }
  .account--separator-bottom {
    font-size: 14px;
  }
  .account--separator-bottom::before {
    background: linear-gradient(to right, #74e1e4 0%, #6fdfe7 100%);
  }
  .account--separator-bottom::after {
    background: linear-gradient(to right, #d697ff 0%, #e391ff 100%);
  }
  .account--option-area {
    width: 100%;
  }
  .account--option-item {
    margin-top: 20px;
  }
  .account--link-list {
    width: 81.866666%;
  }
  .account--link-item {
    margin-top: 20px;
  }
  .account--link-button {
    width: 100%;
    text-align: left;
  }
  .account--link-label {
    width: 50%;
    line-height: 65px;
    margin-left: 8.196721311%;
    text-align: center;
    white-space: nowrap;
  }
  .account--icon {
    width: 26px;
    margin-left: 8.524590163%;
  }
  .account--limit-contents {
    width: 100%;
    margin: 5px auto 0;
    text-align: left;
  }
  .account--limit-text {
    white-space: nowrap;
  }
  .account--limit-age {
    width: 40%;
    font-size: 12px;
    display: inline-block;
  }
  .account--limit-price {
    font-size: 12px;
    display: inline-block;
  }
  .account--device-contents {
    width: 100%;
    margin-top: 35px;
    text-align: left;
  }
  .account--device-title {
    margin-bottom: 18px;
    font-size: 16px;
  }
  .account--device-data {
    width: 46.885245901%;
    font-size: 12px;
    display: inline-block;
  }
  .account--device-value {
    font-size: 12px;
    display: inline-block;
  }
  .account--info-area {
    width: 80%;
    margin: 0 auto;
    text-align: left;
  }
  .account--info-title {
    font-size: 16px;
    margin-bottom: 20px;
  }
  .account--info-main {
    font-size: 14px;
    margin: 0 0 20px 17px;
  }
  .account--form-caution {
    margin: 10px 0;
    font-size: 14px;
  }
  .account--text-area {
    width: 80%;
    font-size: 14px;
  }
  .account--form-link {
    font-size: 16px;
  }
  .account--text-limit {
    font-size: 16px;
  }
  .account--form-button {
    margin: 0 auto;
    width: 100%;
  }
  .account--login-button {
    text-align: center;
    margin-bottom: 22px;
  }
  .account--delete-button {
    margin: 30px auto 0;
    line-height: 34px;
  }
  .account--app-button {
    width: 82%;
    margin: 0 auto 42px;
  }
  .account--app-button span {
    font-weight: bold;
    margin-left: 25px;
  }
  .account.login .account--form-button {
    margin: 11px auto 18px;
  }
  .account.login .account--button {
    margin: 0 auto 42px;
  }
  .account.option .account--option-area {
    margin: 0 auto 28px;
  }
  .account.edit-name .account--text-area {
    margin: 0 auto 24px;
  }
  .account.edit-name .account--form-button {
    margin: 0 auto 22px;
  }
  .account.edit-name-submit .account--text-area {
    width: 82.4%;
    margin: 0px auto 42px;
  }
  .account.link .account--link-list {
    margin: 0 auto 30px;
  }
  .account.link-submit .account--text {
    margin: 40px auto 22px;
  }
  .account.entry .account--form-button {
    margin: 10px auto 35px;
  }
  .account.entry .account--login-button {
    margin-bottom: 42px;
  }
  .account.create .account--text-limit {
    margin: 35px auto 0;
  }
  .account.create .account--text-area {
    margin: 0 auto 42px;
  }
  .account.create-mail-validate-error-linked .account--text {
    margin: 0 auto 22px;
  }
  .account.create-mail-validate-error-expired .account--text {
    margin: 0 auto 22px;
  }
  .account.create-mail-validate-submit .account--text-area {
    margin: 0 auto 42px;
  }
  .account.edit-mail .account--text-area {
    margin: 0 auto 30px;
  }
  .account.edit-mail .account--text-list {
    margin-top: 8px;
  }
  .account.edit-mail .account--form-button {
    margin: 0 auto 30px;
  }
  .account.edit-mail-send .account--text-area {
    margin: 0 auto 40px;
  }
  .account.edit-mail-send .account--text-caution {
    margin-top: 10px;
  }
  .account.edit-mail-confirm .account--form-button {
    margin: 0 auto 42px;
  }
  .account.edit-mail-submit .account--text-area {
    margin: 0 auto 42px;
  }
  .account.edit-password .account--form-caution {
    margin-top: 35px;
  }
  .account.edit-password .account--form-button {
    margin: 0 auto 28px;
  }
  .account.edit-password-submit .account--text-area {
    margin: 0 auto 42px;
  }
  .account.delete-mail-entry .account--text-area {
    font-size: 14px;
    margin: 0 auto 20px;
  }
  .account.delete-mail-entry .account--text-caution {
    font-size: 16px;
    margin-bottom: 20px;
    font-weight: bold;
  }
  .account.delete-mail-entry .account--button {
    margin: 32px auto 42px;
  }
  .account.delete-mail-entry-submit .account--text-limit {
    margin: 35px auto 0;
  }
  .account.delete-mail-entry-submit .account--text-area {
    margin: 0 auto 42px;
  }
  .account.delete-mail-validate .account--form-button {
    margin: 0 auto 35px;
  }
  .account.delete-mail-validate .account--button {
    margin: 35px auto 0;
  }
  .account.delete-mail-validate-other .account--text-area {
    margin: 20px auto;
  }
  .account.delete-mail-validate-other .account--text {
    margin-top: 20px;
  }
  .account.delete-mail-validate-other .account--form-button {
    margin: 17px auto 42px;
  }
  .account.delete-mail-validate-submit .account--text-area {
    margin: 0 auto 42px;
  }
  .account.delete-mail-cancel .account--text-area {
    margin: 0 auto 42px;
  }
  .account.link-entry .account--form-button {
    margin: 44px auto 42px;
  }
  .account.link-mail-entry-submit .account--text-limit {
    margin: 35px auto 0;
  }
  .account.link-mail-entry-submit .account--text-area {
    margin: 0 auto 42px;
  }
  .account.link-mail-validate .account--form-button {
    margin: 44px auto 42px;
  }
  .account.link-mail-validate-submit .account--text-area {
    margin: 0 auto 42px;
  }
  .account.link-app-validate .account--form-button {
    margin: 0 auto;
  }
  .account.link-app-validate .account--form-caution {
    margin: 16px auto;
  }
  .account.link-app-validate-submit .account--text-area {
    margin: 0 auto 42px;
  }
  .account.forgot-password .account--text-area {
    margin: 0 auto 35px;
  }
  .account.forgot-password .account--text-list {
    margin-top: 8px;
  }
  .account.forgot-password .account--form-caution {
    margin: 19px auto 17px;
  }
  .account.forgot-password .account--form-button {
    margin: 0 auto 42px;
  }
  .account.forgot-password-submit .account--text-area {
    margin: 0 auto 33px;
  }
  .account.forgot-password-submit .account--text-list {
    margin-top: 8px;
    margin-bottom: 20px;
  }
  .account.reset-password .account--form-caution {
    margin-top: 40px;
  }
  .account.reset-password .account--form-button {
    margin: 0 auto;
  }
  .account.reset-password-submit .account--text-area {
    margin: 0 auto 42px;
  }
  .account.google .account--text-area {
    margin: 0 auto 30px;
  }
}
.point--navi {
  width: 790px;
  margin: 0 auto 50px;
}
.point--navi-steps {
  display: flex;
  justify-content: space-between;
}
.point--navi-item {
  text-align: center;
  font-size: 18px;
  opacity: 0.5;
}
.point--navi-item.active {
  opacity: 1;
}
.point--navi-line {
  background: #000;
  flex: 1;
  height: 2px;
  margin: auto 40px;
  opacity: 0.5;
}
.point--radio-contents {
  width: 600px;
  margin: 0 auto;
}
.point--input-contents {
  width: 812px;
  margin: 0 auto;
}
.point--payment-contents {
  width: 620px;
  margin: 0 auto;
}
.point--payment-list {
  display: flex;
  align-items: center;
  justify-content: left;
  border-bottom: 1px solid #000;
}
.point--payment-list.buy-coin {
  padding: 2px 0 13px 0;
}
.point--payment-list.payment-money, .point--payment-list.payment-method, .point--payment-list.card-number {
  padding: 27px 0 24px 0;
}
.point--payment-title {
  font-size: 18px;
  width: 216px;
}
.point--payment-description {
  display: flex;
  align-items: center;
  justify-content: left;
  font-size: 18px;
  font-weight: bold;
}
.point--payment-description.payment-money, .point--payment-description.payment-method, .point--payment-description.card-number {
  margin-left: 20px;
}
.point--coin-icon {
  width: 38px;
  height: 38px;
  margin-right: 27px;
}
.point--yen-text {
  font-size: 18px;
  font-weight: bold;
  margin-right: 30px;
}
.point--list-coin-paid, .point--list-coin-free, .point--list-coin-total {
  display: flex;
  align-items: center;
  justify-content: left;
  border-bottom: 1px solid #000;
  line-height: 70px;
}
.point--title-coin-paid, .point--title-coin-free, .point--title-coin-total {
  font-size: 18px;
  width: 216px;
}
.point--desc-coin-paid, .point--desc-coin-free, .point--desc-coin-total {
  display: flex;
  align-items: center;
  justify-content: left;
  font-size: 18px;
  font-weight: bold;
}
.point--history-area {
  margin: 0 auto;
}
.point--history-table {
  vertical-align: middle;
  margin: 50px auto;
  font-size: 18px;
}
.point--history-date {
  vertical-align: middle;
  border-right: 1px solid #000;
  border-bottom: 1px solid #000;
  width: 370px;
  line-height: 67px;
  text-align: center;
}
.point--history-coin {
  vertical-align: middle;
  border-bottom: 1px solid #000;
  border-left: 1px solid #000;
  width: 160px;
}
.point--history-type {
  vertical-align: middle;
  border-bottom: 1px solid #000;
  border-left: 1px solid #000;
  width: 136px;
  text-align: center;
}
.point--history-reason {
  vertical-align: middle;
  border-bottom: 1px solid #000;
  border-left: 1px solid #000;
  width: 136px;
  text-align: center;
}
.point tr.point--history-coin {
  text-align: center;
}
.point td.point--history-date {
  border-top: 1px solid #000;
}
.point td.point--history-coin {
  border-top: 1px solid #000;
  text-align: right;
  padding-right: 20px;
}
.point td.point--history-type {
  border-top: 1px solid #000;
}
.point td.point--history-reason {
  border-top: 1px solid #000;
}
.point--text {
  width: 820px;
  margin: 0 auto;
  padding: 0 0 38px;
}
.point--form-caution {
  margin: 16px 0;
  font-size: 18px;
  color: #ff5d5d;
  font-weight: bold;
  text-align: center;
}
.point--form-link {
  margin: 0 0 50px 0;
  text-align: center;
}
.point--form-link a {
  color: #3a6dff;
  text-decoration: underline;
  text-underline-offset: 3px;
  font-weight: bold;
}
.point--text-list {
  width: 600px;
}
.point--text-item {
  font-size: 18px;
  color: #ff5d5d;
  font-weight: bold;
  line-height: 24px;
}
.point--form-button {
  display: block;
  width: 378px;
  margin: 0px auto 44px;
}
.point--button {
  display: block;
  text-align: center;
}
.point--pagination {
  display: flex;
  justify-content: center;
  align-items: center;
  margin-bottom: 45px;
}
.point--pagination-current {
  margin: 0 50px;
  border-radius: 50%;
  width: 28px;
  height: 28px;
  font-size: 18px;
  text-align: center;
  font-weight: bold;
  line-height: 28px;
  background-color: #a4abff;
  color: #fff;
}
.point--pagination-page {
  margin: 0 50px;
}
.point.buy-select .point--radio-contents .form__radio--input:checked + label .form__radio--inner {
  line-height: 76px;
  padding: 0px 52px 0px 24px;
}
.point.buy-select .point--radio-contents .form__radio--inner {
  line-height: 80px;
  padding: 0px 54px 0px 26px;
}
.point.buy-list .point--radio-contents .form__radio--input:checked + label .form__radio--inner {
  padding: 19px 0 16px 21px;
}
.point.buy-list .point--radio-contents .form__radio--inner {
  padding: 10px 0 5px 23px;
}
.point.buy-list .point--form-button {
  margin: 0px auto 36px;
}
.point.buy-entry .point--payment-contents {
  margin-bottom: 50px;
}
.point.buy-confirm .point--payment-contents {
  margin-bottom: 50px;
}
.point.buy-submit .point--text-list {
  margin: 50px auto 44px;
}
.point.buy-submit .point--text-item {
  margin: 0 25px;
  padding-left: 1em;
  text-indent: -1em;
}
.point.buy-submit .point--payment-contents {
  margin-bottom: 22px;
}
.point.history .point--button {
  margin: 50px auto;
}
.point.confirm-charge .point--text {
  padding: 0 0;
}
.point.confirm-charge .point--button {
  margin: 50px auto 94px;
}
.point.cancel .point--text {
  padding: 0 0;
  margin: 0 auto 94px;
}

@media only screen and (max-width: 1099px) {
  .point--title {
    font-size: 18px;
  }
  .point--title-navi {
    font-weight: normal;
    font-size: 16px;
  }
  .point--title-navi::before {
    margin: 0 0 0 0;
    background: none;
  }
  .point--navi {
    width: 85%;
    margin: 0 auto 36px;
  }
  .point--navi-item {
    font-size: 10.5px;
  }
  .point--navi-line {
    margin: auto 4%;
  }
  .point--radio-contents {
    width: 89.333333%;
  }
  .point--input-contents {
    width: 82%;
  }
  .point--payment-contents {
    width: 89.333333%;
  }
  .point--payment-list.buy-coin {
    padding: 8px 0 6px 0;
  }
  .point--payment-list.payment-money, .point--payment-list.payment-method, .point--payment-list.card-number {
    padding: 16px 0 10px 0;
  }
  .point--payment-title {
    font-size: 12px;
    width: 19.104478%;
  }
  .point--payment-title.payment-money, .point--payment-title.payment-method, .point--payment-title.card-number {
    width: 35.223881%;
  }
  .point--payment-description {
    font-size: 14px;
  }
  .point--payment-description.buy-coin {
    flex: 1;
  }
  .point--payment-description.payment-money, .point--payment-description.payment-method, .point--payment-description.card-number {
    font-size: 16px;
    margin-left: 0%;
  }
  .point--coin-icon {
    width: 24px;
    height: 24px;
    margin: 0 8px;
  }
  .point--yen-text {
    font-size: 16px;
    margin-right: 18px;
  }
  .point--list-coin-paid, .point--list-coin-free, .point--list-coin-total {
    line-height: 40px;
  }
  .point--title-coin-paid, .point--title-coin-free, .point--title-coin-total {
    font-size: 16px;
    width: 43.733333%;
  }
  .point--desc-coin-paid, .point--desc-coin-free, .point--desc-coin-total {
    font-size: 16px;
  }
  .point--history-table {
    width: 89.6%;
    margin: 50px auto 35px;
    font-size: 12px;
  }
  .point--history-date {
    width: 29.6%;
    padding: 7px 0;
    line-height: 14px;
  }
  .point--history-coin {
    width: 30.133333%;
  }
  .point--history-type {
    width: 12%;
  }
  .point--history-reason {
    width: 16.8%;
  }
  .point tr.point--history-coin {
    text-align: center;
  }
  .point td.point--history-coin {
    text-align: right;
    padding-right: 20px;
  }
  .point--text {
    width: 90%;
    margin: 0 auto;
    padding: 4px 0 38px;
    font-size: 14px;
  }
  .point--form-caution {
    margin: 10px 0;
    font-size: 14px;
  }
  .point--form-link {
    margin: 11px 0 35px;
    font-size: 14px;
  }
  .point--text-list {
    width: 89.333333%;
  }
  .point--text-item {
    font-size: 14px;
    line-height: 24px;
  }
  .point--form-button {
    width: 89.333333%;
    margin: 0 auto 42px;
    line-height: 35px;
  }
  .point--pagination {
    font-size: 14px;
    margin-bottom: 27px;
  }
  .point--pagination-first {
    width: 23px;
  }
  .point--pagination-current {
    margin: 0 10.666666%;
    font-weight: bold;
  }
  .point--pagination-page {
    margin: 0 10.666666%;
  }
  .point--pagination-last {
    width: 23px;
  }
  .point.buy-select .point--radio-contents .form__radio--input:checked + label .form__radio--inner {
    line-height: 63px;
    padding: 0 40px 0 20px;
  }
  .point.buy-select .point--radio-contents .form__radio--inner {
    line-height: 65px;
    padding: 0 41px 0 21px;
  }
  .point.buy-list .point--radio-contents .form__radio--input:checked + label .form__radio--inner {
    padding: 14px 0 14px 11px;
  }
  .point.buy-list .point--radio-contents .form__radio--inner {
    padding: 5px 0 5px 12px;
  }
  .point.buy-list .point--form-button {
    margin: 0px auto 42px;
  }
  .point.buy-entry .point--payment-contents {
    margin-bottom: 20px;
  }
  .point.buy-confirm .point--payment-contents {
    margin-bottom: 35px;
  }
  .point.buy-submit .point--text-list {
    margin: 50px auto 40px;
  }
  .point.buy-submit .point--text-item {
    margin: 0;
  }
  .point.history .point--coin-icon {
    width: 24px;
    height: 24px;
    margin: 0 20px 0 0;
  }
  .point.history .point--button {
    margin: 35px auto 50px;
  }
  .point.confirm-charge .point--button {
    margin: 34px auto 43px;
  }
  .point.cancel .point--text {
    margin: 0 auto 43px;
  }
}
.news {
  padding: 45px 0 100px;
}
.news .slick-slide {
  margin: 0 27px;
}
.news--category-area {
  width: 1020px;
  margin: 38px auto 0;
  align-items: center;
  display: flex;
  justify-content: left;
}
.news--category {
  width: 154px;
  line-height: 36px;
  margin-right: 20px;
  text-align: center;
  background: #fff;
  border: 1px solid #a4abff;
  border-radius: 5px;
  font-size: 16px;
  display: block;
}
.news--category-select {
  width: 154px;
  line-height: 36px;
  margin-right: 20px;
  text-align: center;
  background: linear-gradient(to left, #57caff 0%, #e491ff 100%);
  color: #fff;
  border-radius: 5px;
  font-size: 16px;
  display: block;
}
.news--list-area {
  margin: 34px auto 70px;
  width: 1020px;
}
.news--list-link {
  padding: 17px 0;
  line-height: 1.2;
  border-bottom: 1px solid #000;
  align-items: center;
  display: flex;
  justify-content: left;
}
.news--list-type {
  width: 154px;
  line-height: 36px;
  margin-right: 20px;
  text-align: center;
  color: #fff;
  border-radius: 5px;
  font-size: 16px;
}
.news--list-type-news {
  background-color: #df93ff;
}
.news--list-type-campaign {
  background-color: #7accb6;
}
.news--list-type-maintenance {
  background-color: #65c4ff;
}
.news--list-info {
  width: 850px;
  align-items: center;
  display: flex;
  justify-content: left;
}
.news--list-title {
  width: 720px;
  font-size: 18px;
}
.news--list-date {
  font-size: 14px;
  margin-left: auto;
}
.news--date-area {
  width: 1032px;
  padding: 0px 15px;
  font-size: 16px;
  margin: 20px auto;
}
.news--text-area {
  width: 840px;
  font-size: 16px;
}
.news--button {
  margin: 0 1.464128843% 26px;
  width: 30.12%;
  display: block;
  text-align: center;
}
.news--search-button {
  display: none;
}
.news.detail .news--title {
  margin-bottom: 0;
}
.news.detail .news--text-area {
  margin: 0 auto 80px;
}

@media only screen and (max-width: 1099px) {
  .news .prev-arrow {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 5px;
    margin: auto;
    z-index: 10;
  }
  .news .next-arrow {
    position: absolute;
    top: 0;
    bottom: 0;
    right: 5px;
    margin: auto;
    z-index: 10;
    -webkit-transform: rotate(180deg);
    transform: rotate(180deg);
  }
  .news .slick-slide img {
    margin: 0 auto;
  }
  .news--contents {
    margin-top: 0;
  }
  .news--title {
    width: 100%;
    margin: 0 auto 34px;
    padding: 0px 6.933333%;
    font-size: 24px;
    font-weight: normal;
  }
  .news--title::before {
    margin: 0 0 0 0;
    background: none;
  }
  .news--title-image {
    display: none;
  }
  .news--pickup-area {
    background: url(/image/common/bg_news_sp.png) no-repeat top center/cover;
    width: 100%;
    height: 100%;
    padding: 25px 0 35px;
  }
  .news--category-area {
    width: 82.666666%;
    margin: 25px auto 0;
    flex-wrap: wrap;
  }
  .news--category-list {
    width: 29.677419%;
    margin-top: 10px;
    margin-left: 5.16129%;
  }
  .news--category-list:first-child, .news--category-list:last-child {
    margin-left: 0px;
  }
  .news--category-link {
    width: 100%;
  }
  .news--category {
    width: 100%;
    line-height: 28px;
    font-size: 12px;
  }
  .news--category-select {
    width: 100%;
    line-height: 28px;
    font-size: 12px;
  }
  .news--list-area {
    width: 82.666666%;
    margin: 6px auto 45px;
  }
  .news--list-link {
    padding: 20px 0;
    line-height: inherit;
  }
  .news--list-type {
    width: 29.677419%;
    line-height: 28px;
    margin-right: 3.225806%;
    font-size: 12px;
  }
  .news--list-info {
    display: inline;
    width: 67.741935%;
  }
  .news--list-title {
    width: 100%;
    font-size: 14px;
    display: block;
    line-height: 1.2;
  }
  .news--list-date {
    margin-top: 16px;
    font-size: 14px;
    margin-left: auto;
    display: block;
  }
  .news--date-area {
    width: 100%;
    padding: 0px 6.933333%;
    font-size: 14px;
    opacity: 0.5;
    margin: 35px 0;
  }
  .news--text-area {
    width: 100%;
    padding: 0px 6.933333%;
    font-size: 14px;
  }
  .news.detail .news--text-area {
    margin: 0 auto 42px;
  }
}
.help {
  padding-top: 27px;
}
.help--title-image {
  margin-top: 20px;
}
.help--navi {
  line-height: 52px;
  font-size: 14px;
}
.help--navi-form {
  display: inline;
}
.help--navi-button {
  cursor: pointer;
  border: none;
  background: none;
  vertical-align: top;
}
.help--search-navi-area {
  position: relative;
  margin-bottom: 100px;
  width: 1032px;
  margin: 0 auto 46px;
}
.help--search-area {
  position: relative;
  margin-bottom: 100px;
}
.help--category-area {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  width: 91.874084919%;
  margin: 0 auto 76px;
}
.help--search-image {
  margin: 0 calc(50% - 50vw);
  width: 100vw;
  max-width: initial;
}
.help--result-area {
  width: 1032px;
  margin: 0 auto 92px;
  padding: 0px 15px;
}
.help--result-list {
  border-bottom: 1px solid #000;
  padding: 0 10px;
}
.help--result-list:first-child {
  border-top: 1px solid #000;
}
.help--result-link {
  width: 100%;
}
.help--category-title {
  font-size: 22px;
  width: 100%;
  display: block;
  line-height: 75px;
}
.help--search-title {
  font-size: 22px;
  width: 100%;
  display: block;
  margin: 24px 0 4px;
}
.help--search-category {
  font-size: 14px;
  opacity: 0.5;
  width: 100%;
  display: block;
  margin: 0 0 15px 0;
}
.help--date-area {
  width: 1032px;
  padding: 0px 15px;
  font-size: 16px;
  margin: 20px auto;
}
.help--text-area {
  width: 840px;
  font-size: 20px;
}
.help--button {
  margin: 0 1.464128843% 26px;
  width: 30.12%;
  height: 84px;
  line-height: 24px;
  padding: 0 7px;
  text-align: center;
  display: flex;
  justify-content: center;
  align-items: center;
}
.help--search-button {
  display: none;
}
.help--back-button {
  cursor: pointer;
  border: none;
  background: none;
}
.help.contents .help--text-area {
  margin: 0 auto 80px;
}
.help.detail .help--title {
  margin-bottom: 0;
}
.help.detail .help--text-area {
  margin: 20px auto 80px;
}

@media only screen and (max-width: 1099px) {
  .help {
    padding-top: 10px;
  }
  .help--contents {
    margin-top: 0;
    width: 100%;
  }
  .help--title {
    width: 100%;
    margin: 0 auto 34px;
    padding: 0px 6.933333%;
    font-size: 24px;
    font-weight: normal;
  }
  .help--title::before {
    margin: 0 0 0 0;
    background: none;
  }
  .help--title-image {
    margin-top: 0px;
  }
  .help--navi {
    line-height: inherit;
    margin-bottom: 17px;
    padding: 0px 2%;
  }
  .help--search-navi-area {
    position: relative;
    margin-bottom: 100px;
    width: 89.6%;
    margin: 0 auto 40px;
  }
  .help--search-area {
    margin-bottom: 20px;
  }
  .help--category-area {
    width: 95.733333334%;
    margin: 0 auto 15px;
  }
  .help--result-area {
    width: 100%;
    padding: 0px 6.933333%;
    margin: 60px auto 30px;
    font-size: 14px;
  }
  .help--result-list {
    font-weight: bold;
    padding: 0 2.666666666%;
  }
  .help--category-title {
    font-size: 14px;
    font-weight: bold;
    line-height: 54px;
  }
  .help--search-title {
    font-size: 14px;
    font-weight: bold;
    margin: 15px 0 4px;
  }
  .help--search-category {
    font-size: 12px;
    margin: 0 0 10px;
  }
  .help--date-area {
    width: 100%;
    padding: 0px 6.933333%;
    font-size: 14px;
    opacity: 0.5;
    margin: 30px 0 35px;
  }
  .help--text-area {
    width: 100%;
    padding: 0px 6.933333%;
    font-size: 14px;
  }
  .help--button {
    width: 47.353760445%;
    height: 54px;
    line-height: 20px;
  }
  .help.list .help--button {
    margin: 0 auto 15px;
  }
  .help.contents .help--text-area {
    margin: 0 auto 30px;
  }
  .help.detail .help--text-area {
    margin: 30px auto 30px;
  }
}
.webview .help {
  padding-top: 80px;
}

@media only screen and (max-width: 1099px) {
  .webview .help {
    padding-top: 50px;
  }
}
.contact--form-area {
  width: 812px;
  margin: 0 auto;
}
.contact--form-caution {
  margin: 16px 0;
  font-size: 18px;
  color: #ff5d5d;
  font-weight: bold;
  text-align: center;
}
.contact--text-area {
  width: 820px;
  font-size: 16px;
}
.contact--subtitle {
  font-size: 18px;
  font-weight: bold;
}
.contact--form-button {
  display: block;
}
.contact--button {
  display: block;
  text-align: center;
}
.contact.top .contact--text-area {
  margin: 0 auto 44px;
}
.contact.top .contact--subtitle {
  margin: 50px auto 24px;
}
.contact.top .contact--text {
  margin-bottom: 48px;
}
.contact.top .contact--button {
  margin: 0 auto 44px;
}
.contact.inquiry .contact--text-area {
  margin: 0 auto 48px;
}
.contact.inquiry .contact--form-button {
  margin: 0 auto 44px;
}
.contact.inquiry .contact--back {
  margin-top: 44px;
}
.contact.inquiry-submit .contact--text-area {
  margin: 0 auto 93px;
}
.contact .sod_select {
  background: url(/image/common/icon_select.png) no-repeat right 15px center/31px 22px;
  background-color: #fff;
  border: 2px solid rgba(164, 171, 255, 0.5);
  border-radius: 26.5px;
  display: inline-block;
  font-size: 16px;
  box-sizing: border-box;
  height: 52px;
  padding: 0 20px;
  width: 100%;
}
.contact .sod_select.focus {
  border-color: rgba(164, 171, 255, 0.5);
  box-shadow: none;
}
.contact .sod_select:hover {
  border-color: rgba(164, 171, 255, 0.5);
  box-shadow: none;
}
.contact .sod_select .sod_list_wrapper {
  border: 2px solid #a4abff;
  border-radius: 26.5px;
  width: 100%;
}
.contact .sod_select .sod_option {
  padding: 10px 20px;
}
.contact .sod_select .sod_option:first-child {
  padding-top: 20px;
  border-radius: 26.5px 26.5px 0 0;
}
.contact .sod_select .sod_option:last-child {
  padding-bottom: 20px;
  border-radius: 0 0 26.5px 26.5px;
}
.contact .sod_select .sod_option.active {
  color: #fff;
  background: linear-gradient(to right, #57caff 0%, #e491ff 100%);
}
.contact .sod_select .sod_option.selected {
  font-weight: normal;
}
.contact .sod_label {
  line-height: 48px;
}

@media only screen and (max-width: 1099px) {
  .contact--contents {
    margin-top: 0;
  }
  .contact--title {
    font-weight: normal;
    font-size: 16px;
  }
  .contact--title::before {
    margin: 0 0 0 0;
    background: none;
  }
  .contact--form-area {
    width: 81.333333%;
  }
  .contact--form-caution {
    margin: 10px 0;
    font-size: 14px;
  }
  .contact--text-area {
    width: 80%;
    font-size: 14px;
  }
  .contact--subtitle {
    font-size: 14px;
  }
  .contact--form-button {
    margin: 0 auto;
    width: 100%;
  }
  .contact.top .contact--text-area {
    margin: 50px auto 44px;
  }
  .contact.top .contact--subtitle {
    margin: 35px auto 20px;
  }
  .contact.top .contact--text {
    margin-bottom: 20px;
  }
  .contact.top .contact--button {
    margin: 0 auto 35px;
    width: 100%;
    line-height: 34px;
  }
  .contact.inquiry .contact--text-area {
    margin: 0 auto 34px;
  }
  .contact.inquiry .contact--form-button {
    margin: 11px auto 18px;
  }
  .contact.inquiry-submit .contact--text-area {
    margin: 0 auto 44px;
  }
  .contact .sod_select {
    background: url(/image/common/icon_select.png) no-repeat right 15px center/21px 16px;
    background-color: #fff;
    border: 1px solid rgba(164, 171, 255, 0.5);
    border-radius: 18px;
    font-size: 14px;
    height: 38px;
    padding: 0 15px;
    width: 100%;
  }
  .contact .sod_select .sod_list_wrapper {
    border: 1px solid #a4abff;
    border-radius: 18px;
    width: 100%;
  }
  .contact .sod_select .sod_option {
    padding: 10px 20px;
  }
  .contact .sod_select .sod_option:first-child {
    padding-top: 20px;
    border-radius: 18px 18px 0 0;
  }
  .contact .sod_select .sod_option:last-child {
    padding-bottom: 20px;
    border-radius: 0 0 18px 18px;
  }
  .contact .sod_label {
    line-height: 38px;
  }
  .contact .file__name {
    margin: 20px 0;
    display: block;
    word-break: break-all;
  }
}
.terms--text-area {
  width: 820px;
  margin: 0 auto;
  font-size: 18px;
}
.terms h2 {
  margin: 30px 0 15px;
  line-height: 24px;
  font-size: 18px;
  font-weight: bold;
}
.terms h2.type1 span {
  margin-right: 20px;
  font-weight: bold;
}
.terms h2.type2 span {
  font-size: 30px;
  margin-right: 10px;
  font-weight: bold;
}
.terms h3 {
  margin: 15px 0 0 -10px;
  line-height: 48px;
}
.terms ul, .terms ol, .terms dl {
  position: relative;
}
.terms dt {
  line-height: 48px;
}
.terms dt span {
  font-size: 30px;
}
.terms li, .terms dd {
  line-height: 48px;
}
.terms li span, .terms dd span {
  position: absolute;
}
.terms li.type1, .terms dd.type1 {
  padding-left: 1.8em;
}
.terms li.type1 span, .terms dd.type1 span {
  left: 0;
}
.terms li.type2, .terms dd.type2 {
  padding-left: 1.8em;
}
.terms li.type2 span, .terms dd.type2 span {
  left: -0.5em;
}
.terms li.type3, .terms dd.type3 {
  padding-left: 1.8em;
}
.terms li.type3 span, .terms dd.type3 span {
  left: -1em;
}
.terms p, .terms a {
  line-height: 48px;
}
.terms--contact {
  padding-left: 1.8em;
}
.terms--link {
  color: #3a6dff;
  text-decoration: underline;
  text-underline-offset: 3px;
}
.terms--address {
  margin-top: 20px;
  font-size: 16px;
}
.terms--address dt {
  margin-left: -0.5em;
  line-height: 24px;
}
.terms--address dd {
  line-height: 24px;
}
.terms--date {
  margin-top: 70px;
}
.terms--date p {
  font-size: 14px;
  line-height: 24px;
}
.terms--back {
  margin-top: 90px;
}
.terms.license .terms--text-area div {
  white-space: pre-wrap;
  word-break: break-all;
  line-height: 48px;
}

@media only screen and (max-width: 1099px) {
  .terms--contents {
    margin-top: 0;
  }
  .terms--title {
    font-size: 18px;
  }
  .terms--text-area {
    width: 84%;
    font-size: 14px;
  }
  .terms h2 {
    margin: 20px 0 5px;
    line-height: 24px;
    font-size: 14px;
    font-weight: bold;
  }
  .terms h2.type1 span {
    margin-right: 20px;
    font-weight: bold;
  }
  .terms h2.type2 span {
    font-size: 24px;
    margin-right: 10px;
    font-weight: bold;
  }
  .terms h3 {
    margin: 0 0 0 -10px;
    line-height: 30px;
  }
  .terms dt {
    line-height: 30px;
  }
  .terms dt span {
    font-size: 24px;
  }
  .terms li, .terms dd {
    line-height: 30px;
  }
  .terms li.type1, .terms dd.type1 {
    padding-left: 1.8em;
  }
  .terms li.type1 span, .terms dd.type1 span {
    left: 0;
  }
  .terms li.type2, .terms dd.type2 {
    padding-left: 1.8em;
  }
  .terms li.type2 span, .terms dd.type2 span {
    left: -0.5em;
  }
  .terms li.type3, .terms dd.type3 {
    padding-left: 1.8em;
  }
  .terms li.type3 span, .terms dd.type3 span {
    left: -1em;
  }
  .terms p, .terms a {
    line-height: 30px;
  }
  .terms--address {
    margin-top: 10px;
    font-size: 14px;
  }
  .terms--address dt {
    margin-left: -0.5em;
    line-height: 24px;
  }
  .terms--address dd {
    line-height: 24px;
    padding-left: 1.8em;
  }
  .terms--date {
    margin-top: 40px;
  }
  .terms--back {
    margin-top: 40px;
  }
  .terms.license .terms--text-area div {
    line-height: 30px;
  }
}
#page-official-about {
  background: url(/image/common/bg.png) no-repeat top center/cover;
  background-attachment: fixed;
}
#page-official-about main {
  max-width: inherit;
  padding: 0;
  background: none;
}
#page-official-about .header {
  background: none;
}
@media only screen and (max-width: 1099px) {
  #page-official-about main {
    padding: 9.066666666vw 0 11.466666666vw;
  }
}

.about--title {
  width: 42.34375%;
  margin: 5.208333333vw auto 1.5625vw;
}
.about--avator-area {
  background: url(/image/about/bg_avator.png) no-repeat top center/cover;
  background-size: 100% 47.449584816%;
  background-position: 0% 37%;
  align-items: center;
  display: flex;
  justify-content: flex-start;
  position: relative;
}
.about--avator-image {
  width: 60.520833333vw;
  position: relative;
  z-index: 10;
}
.about--avator-contents {
  position: absolute;
  top: 24.555160142%;
  left: 52.083333333vw;
}
.about--avator-title {
  width: 24.114583333vw;
}
.about--avator-subtitle {
  width: 24.114583333vw;
  background: #fff;
  text-align: right;
  margin: 2.609727164% 0;
  padding: 0.830367734% 0.78125vw 0.830367734% 0;
  max-width: 463px;
  line-height: 0;
}
.about--avator-subtitle img {
  width: 16.197916666vw;
}
.about--avator-description {
  margin-left: 7.1875vw;
  color: #fff;
  line-height: 2;
  font-size: 0.9375vw;
}
.about--attraction-area {
  background: url(/image/about/bg_attraction.png) no-repeat top center/cover;
  background-size: 100% 69.808027923%;
  background-position: 0% 37%;
  align-items: center;
  display: flex;
  justify-content: flex-end;
  position: relative;
  margin-top: -4.166666666vw;
}
.about--attraction-image {
  width: 54.0625vw;
  margin-right: 0;
  position: relative;
  z-index: 10;
}
.about--attraction-contents {
  position: absolute;
  top: 13.961605584%;
  left: 24.635416666vw;
}
.about--attraction-title {
  width: 24.114583333vw;
}
.about--attraction-subtitle {
  width: 24.114583333vw;
  background: #fff;
  text-align: left;
  margin: 2.609727164% 0;
  padding: 0.830367734% 0 0.830367734% 0.78125vw;
  line-height: 0;
}
.about--attraction-subtitle img {
  width: 16.197916666vw;
}
.about--attraction-description {
  color: #fff;
  line-height: 2;
  font-size: 0.9375vw;
}
.about--communication-area {
  background: url(/image/about/bg_communication.png) no-repeat top center/cover;
  background-size: 100% 48.426150121%;
  background-position: 0% 80%;
  align-items: center;
  display: flex;
  justify-content: flex-start;
  position: relative;
  margin-top: -5.854167;
}
.about--communication-image {
  width: 57.083333vw;
  position: relative;
  top: 40px;
  z-index: 10;
}
.about--communication-contents {
  position: absolute;
  top: 49.031476997%;
  left: 52.083333333vw;
}
.about--communication-title {
  width: 24.114583333vw;
}
.about--communication-subtitle {
  width: 24.114583333vw;
  background: #fff;
  text-align: right;
  margin: 2.609727164% 0;
  padding: 0.830367734% 0.78125vw 0.830367734% 0;
  line-height: 0;
}
.about--communication-subtitle img {
  width: 16.197916666vw;
}
.about--communication-description {
  margin-left: 7.1875vw;
  color: #fff;
  line-height: 2;
  font-size: 0.9375vw;
}
.about--back {
  margin: 4.166666666vw 0 5.208333333vw;
}

@media only screen and (max-width: 1099px) {
  .about--contents {
    margin-bottom: 24vw;
  }
  .about--title {
    width: 88.8%;
    text-align: center;
    margin: 0px auto 6.666666666vw;
  }
  .about--avator-area {
    background: none;
    display: block;
  }
  .about--avator-image {
    width: 100vw;
  }
  .about--avator-contents {
    position: static;
    text-align: center;
    margin-top: -3.2vw;
  }
  .about--avator-title {
    width: 85.333333333vw;
    margin: 0 auto;
  }
  .about--avator-title img {
    width: 100%;
  }
  .about--avator-subtitle {
    width: 53.066666666vw;
    background: none;
    text-align: center;
    margin: 5.866666666vw auto;
    padding: 0;
    max-width: inherit;
  }
  .about--avator-subtitle img {
    width: 100%;
  }
  .about--avator-description {
    margin: 0;
    color: #000;
    line-height: 2;
    font-size: 3.312vw;
  }
  .about--attraction-area {
    background: none;
    display: flex;
    flex-direction: column;
    margin: 13.333333333vw 0 0 0;
  }
  .about--attraction-image {
    width: 100vw;
    margin-right: 0vw;
    order: 1;
  }
  .about--attraction-contents {
    position: static;
    text-align: center;
    order: 2;
    margin-top: 5.333333333vw;
  }
  .about--attraction-title {
    width: 75.733333333vw;
    margin: 0 auto;
  }
  .about--attraction-title img {
    width: 100%;
  }
  .about--attraction-subtitle {
    width: 57.866666666vw;
    background: none;
    text-align: center;
    margin: 5.866666666vw auto;
    padding: 0;
    max-width: inherit;
  }
  .about--attraction-subtitle img {
    width: 100%;
  }
  .about--attraction-description {
    margin: 0;
    color: #000;
    line-height: 2;
    font-size: 3.312vw;
  }
  .about--communication-area {
    background: none;
    display: block;
    margin-top: 8vw;
  }
  .about--communication-image {
    width: 100vw;
  }
  .about--communication-contents {
    position: static;
    text-align: center;
    margin-top: 10.666666666vw;
  }
  .about--communication-title {
    width: 85.866666666vw;
    margin: 0 auto;
  }
  .about--communication-title img {
    width: 100%;
  }
  .about--communication-subtitle {
    width: 69.333333333vw;
    background: none;
    text-align: center;
    margin: 5.866666666vw auto;
    padding: 0;
    max-width: inherit;
  }
  .about--communication-subtitle img {
    width: 100%;
  }
  .about--communication-description {
    margin: 0;
    color: #000;
    line-height: 2;
    font-size: 3.312vw;
  }
  .about--back {
    font-size: 4.266666666vw;
  }
}
#page-maintenance {
  background: url(/image/common/bg.png) no-repeat top center/cover;
  background-attachment: fixed;
}
#page-maintenance main {
  background: none;
  padding: 136px 0 0;
}
@media only screen and (max-width: 1099px) {
  #page-maintenance main {
    padding: 114px 0 125px;
  }
}

.maintenance--title {
  display: none;
}
.maintenance--title-image {
  text-align: center;
}
.maintenance--text-area {
  width: 820px;
  margin: 0 auto;
  text-align: center;
  line-height: 28px;
}
.maintenance--text {
  font-size: 16px;
}
.maintenance--text:first-child {
  font-size: 32px;
  font-weight: bold;
  color: #646667;
  margin-top: 86px;
  margin-bottom: 70px;
}

@media only screen and (max-width: 1099px) {
  .maintenance--text-area {
    width: 80%;
    line-height: 24px;
  }
  .maintenance--text {
    font-size: 12px;
  }
  .maintenance--text:first-child {
    font-size: 20px;
    margin-top: 70px;
    margin-bottom: 36px;
  }
}
.gacha--text-area {
  width: 840px;
  margin: 0 auto;
  font-size: 20px;
}

@media only screen and (max-width: 1099px) {
  .gacha--title {
    width: 100%;
    margin: 0 auto 34px;
    padding: 0px 6.933333%;
    font-size: 24px;
    font-weight: normal;
  }
  .gacha--title::before {
    margin: 0 0 0 0;
    background: none;
  }
  .gacha--text-area {
    width: 100%;
    padding: 0px 6.933333%;
    font-size: 14px;
  }
}