html[lang="ja"] body {
  font-family: "Noto Sans JP", "Hiragino Kaku Gothic ProN", Meiryo, sans-serif;
  font-size: 1em;
}

:root {
  font-size: 1em;
}
/*
 Navigation
----------------------------------------- */
.navbar {
  background-color: transparent;
}
.navbar-item {
  display: flex;
  align-items: center;
}

.faw {
  padding-right: 5px;
}

a.button {
  font-size: 1em;
}

.top-section {
  background-color: #eee;
}

/*
ガチャ部分
-------------------------------------------------*/

.steps .step-item .step-details .step-title {
  font-size: 1em;
}

.steps .step-item .step-details p {
  font-size: 0.8em;
}

.control {
  padding-bottom: 5px;
}

.tabs-content li {
  display: none;
  list-style: none;
}

.tabs-content li.is-active {
  display: block;
}

#loginform label {
  margin-bottom: 10px !important;
}

.mypagetitle {
  font-size: 2em;
  font-weight: bolder;
  padding: 5px;
  padding-left: 10px;
  margin-bottom: 10px;
  border-left: 3px solid #333;
}

/*
テーブル
------------------------------------------------------ */
.table-wrapper .table {
  margin-bottom: 0;
}
.table-wrapper:not(:last-child) {
  margin-bottom: 1.5rem;
}
@media screen and (max-width: 1023px) {
  .table-wrapper {
    overflow-x: auto;
  }
}

.b-table {
  transition: opacity 86ms ease-out;
  /*.level:not(.top) {
    padding-bottom: $size-base * 1.5;
  }*/
}
@media screen and (min-width: 769px), print {
  .b-table .table-mobile-sort {
    display: none;
  }
}
.b-table .icon {
  transition: transform 150ms ease-out, opacity 86ms ease-out;
}
.b-table .icon.is-desc {
  transform: rotate(180deg);
}
.b-table .icon.is-expanded {
  transform: rotate(90deg);
}
.b-table .table {
  width: 100%;
  border: 1px solid transparent;
  border-radius: 4px;
  border-collapse: separate;
}
.b-table .table th {
  font-weight: 600;
}
.b-table .table th .th-wrap {
  display: flex;
  align-items: center;
}
.b-table .table th .th-wrap .icon {
  margin-left: 0.5rem;
  margin-right: 0;
  font-size: 1rem;
}
.b-table .table th .th-wrap.is-numeric {
  flex-direction: row-reverse;
  text-align: right;
}
.b-table .table th .th-wrap.is-numeric .icon {
  margin-left: 0;
  margin-right: 0.5rem;
}
.b-table .table th .th-wrap.is-centered {
  justify-content: center;
  text-align: center;
}
.b-table .table th.is-current-sort {
  border-color: hsl(0deg, 0%, 48%);
  font-weight: 700;
}
.b-table .table th.is-sortable:hover {
  border-color: hsl(0deg, 0%, 48%);
}
.b-table .table th.is-sortable,
.b-table .table th.is-sortable .th-wrap {
  cursor: pointer;
}
.b-table .table th .multi-sort-cancel-icon {
  margin-left: 10px;
}
.b-table .table th.is-sticky {
  position: -webkit-sticky;
  position: sticky;
  left: 0;
  z-index: 3 !important;
  background: hsl(0deg, 0%, 100%);
}
.b-table .table tr.is-selected .checkbox input:checked + .check {
  background: #fff
    url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 1 1'%3E%3Cpath style='fill:hsl(171deg, 100%25, 41%25)' d='M 0.04038059,0.6267767 0.14644661,0.52071068 0.42928932,0.80355339 0.3232233,0.90961941 z M 0.21715729,0.80355339 0.85355339,0.16715729 0.95961941,0.2732233 0.3232233,0.90961941 z'%3E%3C/path%3E%3C/svg%3E")
    no-repeat center center;
}
.b-table .table tr.is-selected .checkbox input + .check {
  border-color: #fff;
}
.b-table .table tr.is-empty:hover {
  background-color: transparent;
}
.b-table .table .is-chevron-cell,
.b-table .table .is-checkbox-cell {
  width: 40px;
}
.b-table .table .is-chevron-cell {
  vertical-align: middle;
}
.b-table .table .is-checkbox-cell .checkbox {
  vertical-align: middle;
}
.b-table .table .is-checkbox-cell .checkbox.b-checkbox {
  margin-right: 0;
}
.b-table .table .is-checkbox-cell .checkbox .check {
  transition: none;
}
.b-table .table tr.detail {
  box-shadow: inset 0 1px 3px hsl(0deg, 0%, 86%);
  background: hsl(0deg, 0%, 98%);
}
.b-table .table tr.detail .detail-container {
  padding: 1rem;
}
.b-table .table:focus {
  border-color: hsl(229deg, 53%, 53%);
  box-shadow: 0 0 0 0.125em rgba(72, 95, 199, 0.25);
}
.b-table .table.is-bordered th.is-current-sort,
.b-table .table.is-bordered th.is-sortable:hover {
  border-color: hsl(0deg, 0%, 86%);
  background: hsl(0deg, 0%, 96%);
}
.b-table .table td.is-sticky {
  position: -webkit-sticky;
  position: sticky;
  left: 0;
  z-index: 1;
  background: hsl(0deg, 0%, 100%);
}
.b-table .table td.is-image-cell .image {
  margin: 0 auto;
  width: 1.5rem;
  height: 1.5rem;
}
.b-table .table td.is-progress-cell {
  min-width: 5rem;
  vertical-align: middle;
}
.b-table .table-wrapper.has-sticky-header {
  height: 300px;
  overflow-y: auto;
}
@media screen and (max-width: 768px) {
  .b-table .table-wrapper.has-sticky-header.has-mobile-cards {
    height: initial !important;
    overflow-y: initial !important;
  }
}
.b-table .table-wrapper.has-sticky-header tr:first-child th {
  position: -webkit-sticky;
  position: sticky;
  top: 0;
  z-index: 2;
  background: hsl(0deg, 0%, 100%);
}
@media screen and (max-width: 768px) {
  .b-table .table-wrapper.has-mobile-cards thead {
    display: none;
  }
  .b-table .table-wrapper.has-mobile-cards tfoot th {
    border: 0;
    display: inherit;
  }
  .b-table .table-wrapper.has-mobile-cards tr {
    box-shadow: 0 2px 3px rgba(10, 10, 10, 0.1), 0 0 0 1px rgba(10, 10, 10, 0.1);
    max-width: 100%;
    position: relative;
    display: block;
  }
  .b-table .table-wrapper.has-mobile-cards tr td {
    border: 0;
    display: inherit;
  }
  .b-table .table-wrapper.has-mobile-cards tr td:last-child {
    border-bottom: 0;
  }
  .b-table .table-wrapper.has-mobile-cards tr:not(:last-child) {
    margin-bottom: 1rem;
  }
  .b-table .table-wrapper.has-mobile-cards tr:not([class*="is-"]) {
    background: inherit;
  }
  .b-table .table-wrapper.has-mobile-cards tr:not([class*="is-"]):hover {
    background-color: inherit;
  }
  .b-table .table-wrapper.has-mobile-cards tr.detail {
    margin-top: -1rem;
  }
  .b-table
    .table-wrapper.has-mobile-cards
    tr:not(.detail):not(.is-empty):not(.table-footer)
    td {
    display: flex;
    width: auto;
    justify-content: space-between;
    text-align: right;
    border-bottom: 1px solid hsl(0deg, 0%, 96%);
  }
  .b-table
    .table-wrapper.has-mobile-cards
    tr:not(.detail):not(.is-empty):not(.table-footer)
    td:before {
    content: attr(data-label);
    font-weight: 600;
    padding-right: 0.5rem;
    text-align: left;
  }
  .b-table
    .table-wrapper.has-mobile-cards
    tr:not(.detail):not(.is-empty):not(.table-footer)
    td.is-image-cell
    .image {
    width: 6rem;
    height: 6rem;
    margin: 0 auto 0.5rem;
  }
  .b-table
    .table-wrapper.has-mobile-cards
    tr:not(.detail):not(.is-empty):not(.table-footer)
    td.is-progress-cell
    span,
  .b-table
    .table-wrapper.has-mobile-cards
    tr:not(.detail):not(.is-empty):not(.table-footer)
    td.is-progress-cell
    progress {
    display: flex;
    width: 45%;
    align-items: center;
    align-self: center;
  }
  .b-table
    .table-wrapper.has-mobile-cards
    tr:not(.detail):not(.is-empty):not(.table-footer)
    td.is-checkbox-cell,
  .b-table
    .table-wrapper.has-mobile-cards
    tr:not(.detail):not(.is-empty):not(.table-footer)
    td.is-image-cell {
    border-bottom: 0 !important;
  }
  .b-table
    .table-wrapper.has-mobile-cards
    tr:not(.detail):not(.is-empty):not(.table-footer)
    td.is-checkbox-cell:before,
  .b-table
    .table-wrapper.has-mobile-cards
    tr:not(.detail):not(.is-empty):not(.table-footer)
    td.is-actions-cell:before {
    display: none;
  }
  .b-table
    .table-wrapper.has-mobile-cards
    tr:not(.detail):not(.is-empty):not(.table-footer)
    td.is-label-hidden:before,
  .b-table
    .table-wrapper.has-mobile-cards
    tr:not(.detail):not(.is-empty):not(.table-footer)
    td.is-image-cell:before {
    display: none;
  }
  .b-table
    .table-wrapper.has-mobile-cards
    tr:not(.detail):not(.is-empty):not(.table-footer)
    td.is-label-hidden
    span {
    display: block;
    width: 100%;
  }
  .b-table
    .table-wrapper.has-mobile-cards
    tr:not(.detail):not(.is-empty):not(.table-footer)
    td.is-label-hidden.is-progress-col
    progress {
    width: 100%;
  }
}
.b-table .table-wrapper.is-card-list thead {
  display: none;
}
.b-table .table-wrapper.is-card-list tfoot th {
  border: 0;
  display: inherit;
}
.b-table .table-wrapper.is-card-list tr {
  box-shadow: 0 2px 3px rgba(10, 10, 10, 0.1), 0 0 0 1px rgba(10, 10, 10, 0.1);
  max-width: 100%;
  position: relative;
  display: block;
}
.b-table .table-wrapper.is-card-list tr td {
  border: 0;
  display: inherit;
}
.b-table .table-wrapper.is-card-list tr td:last-child {
  border-bottom: 0;
}
.b-table .table-wrapper.is-card-list tr:not(:last-child) {
  margin-bottom: 1rem;
}
.b-table .table-wrapper.is-card-list tr:not([class*="is-"]) {
  background: inherit;
}
.b-table .table-wrapper.is-card-list tr:not([class*="is-"]):hover {
  background-color: inherit;
}
.b-table .table-wrapper.is-card-list tr.detail {
  margin-top: -1rem;
}
.b-table
  .table-wrapper.is-card-list
  tr:not(.detail):not(.is-empty):not(.table-footer)
  td {
  display: flex;
  width: auto;
  justify-content: space-between;
  text-align: right;
  border-bottom: 1px solid hsl(0deg, 0%, 96%);
}
.b-table
  .table-wrapper.is-card-list
  tr:not(.detail):not(.is-empty):not(.table-footer)
  td:before {
  content: attr(data-label);
  font-weight: 600;
  padding-right: 0.5rem;
  text-align: left;
}
.b-table
  .table-wrapper.is-card-list
  tr:not(.detail):not(.is-empty):not(.table-footer)
  td.is-image-cell
  .image {
  width: 6rem;
  height: 6rem;
  margin: 0 auto 0.5rem;
}
.b-table
  .table-wrapper.is-card-list
  tr:not(.detail):not(.is-empty):not(.table-footer)
  td.is-progress-cell
  span,
.b-table
  .table-wrapper.is-card-list
  tr:not(.detail):not(.is-empty):not(.table-footer)
  td.is-progress-cell
  progress {
  display: flex;
  width: 45%;
  align-items: center;
  align-self: center;
}
.b-table
  .table-wrapper.is-card-list
  tr:not(.detail):not(.is-empty):not(.table-footer)
  td.is-checkbox-cell,
.b-table
  .table-wrapper.is-card-list
  tr:not(.detail):not(.is-empty):not(.table-footer)
  td.is-image-cell {
  border-bottom: 0 !important;
}
.b-table
  .table-wrapper.is-card-list
  tr:not(.detail):not(.is-empty):not(.table-footer)
  td.is-checkbox-cell:before,
.b-table
  .table-wrapper.is-card-list
  tr:not(.detail):not(.is-empty):not(.table-footer)
  td.is-actions-cell:before {
  display: none;
}
.b-table
  .table-wrapper.is-card-list
  tr:not(.detail):not(.is-empty):not(.table-footer)
  td.is-label-hidden:before,
.b-table
  .table-wrapper.is-card-list
  tr:not(.detail):not(.is-empty):not(.table-footer)
  td.is-image-cell:before {
  display: none;
}
.b-table
  .table-wrapper.is-card-list
  tr:not(.detail):not(.is-empty):not(.table-footer)
  td.is-label-hidden
  span {
  display: block;
  width: 100%;
}
.b-table
  .table-wrapper.is-card-list
  tr:not(.detail):not(.is-empty):not(.table-footer)
  td.is-label-hidden.is-progress-col
  progress {
  width: 100%;
}
.b-table.is-loading {
  position: relative;
  pointer-events: none;
  opacity: 0.5;
}
.b-table.is-loading:after {
  animation: spinAround 500ms infinite linear;
  border: 2px solid hsl(0deg, 0%, 86%);
  border-radius: 9999px;
  border-right-color: transparent;
  border-top-color: transparent;
  content: "";
  display: block;
  height: 1em;
  position: relative;
  width: 1em;
  position: absolute;
  top: 4em;
  left: calc(50% - 2.5em);
  width: 5em;
  height: 5em;
  border-width: 0.25em;
}
.b-table.has-pagination .table-wrapper {
  margin-bottom: 0;
}
.b-table.has-pagination .table-wrapper + .notification {
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}

.has-background-primary-light {
  padding: 5px;
}

/*
チャット
---------------------------------- */
.input-text {
  padding: 5px;
}


/* Stripe Elementsのスタイル */
#payment-form .input {
  border: 1px solid #ced4da;
  padding: 0.375rem 0.75rem;
  font-size: 1rem;
  line-height: 1.5;
  border-radius: 0.25rem;
  transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}

#payment-form .input:focus {
  border-color: #80bdff;
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.25);
}

#card-errors {
  color: #fa755a;
  margin-top: 0.5rem;
}

/* ガチャ実行モーダルのスタイル */
#gachaModal .modal-content {
  max-width: 600px;
  margin: 0 auto;
}

#gacha-animation {
  display: flex;
  justify-content: center;
  align-items: center;
  min-height: 200px;
}

.pagination-list {
  list-style: none;
  display: flex;
  padding-left: 0;
  margin: 20px 0;
  justify-content: center;
}

.pagination-list li {
  margin: 0 2px;
}

.pagination-list a {
  padding: 5px 10px;
  border: 1px solid #dbdbdb;
  border-radius: 4px;
  color: #3273dc;
  text-decoration: none;
  /* display: flex; を削除 */
}

.pagination-list .current {
  background-color: #3273dc;
  color: white;
  border-color: #3273dc;
}

.pagination-previous,
.pagination-next {
  padding: 5px 10px;
  border: 1px solid #dbdbdb;
  border-radius: 4px;
  color: #3273dc;
  text-decoration: none;
  font-size: 14px;
  /* display: flex; を削除 */
}

.pagination-list .is-current {
  background-color: #3273dc; /* 背景色 */
  color: white; /* 文字色 */
  border-color: #3273dc; /* 枠線の色 */
  border-radius: 4px; /* 角丸 */
}

.next.page-numbers,
.prev.page-numbers {
  padding: 0;
  border: none;
}

.w-full {
  width: 100%;
}

.w-screen {
  width: 100vw;
}

.h-full {
  height: 100%;
}

.h-screen {
  height: 100vh;
}

.page-content {
  min-height: calc(100vh - 58px - 246px);
}

.wpcf7 .screen-reader-response, .wpcf7-response-output {
  display: none;
}

span.wpcf7-not-valid-tip {
  color: red;
  font-size: 0.875rem;
  margin-top: 0.25rem;
  display: block;
}

/* ガチャ card */
.gacha-cart-title {
  height: 57px;
  text-overflow: ellipsis;
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  line-clamp: 2;
  box-orient: vertical;
}

.required-tag {
  display: inline-block;
  background-color: #e53935;
  color: white;
  font-size: 12px;
  padding: 2px 6px;
  margin-left: 6px;
  border-radius: 3px;
}

.optional-tag {
  display: inline-block;
  background-color: rgb(96, 125, 139);
  color: white;
  font-size: 12px;
  padding: 2px 6px;
  margin-left: 6px;
  border-radius: 3px;
}

.wpcf7 .control {
  margin-top: 5px;
}

.wpcf7 .button {
  font-family: "Noto Sans JP", "Hiragino Kaku Gothic ProN", Meiryo, sans-serif;
  font-size: 1em;
}

.gacha-img-sm {
  height: 187px !important;
  width: auto !important;
  margin: 0 auto;
}

.gacha-img-md {
  height: 234px !important;
  width: auto !important;
  margin: 0 auto;
}

.gacha-img-lg {
  height: 495px !important;
  width: auto !important;
  margin: 0 auto;
}
