
/* system
--------------------------- */
@import url(https://fonts.googleapis.com/icon?family=Material+Icons);
/* base
--------------------------- */
@import url("https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@300;400;700&display=swap");
.sp {
  display: none !important;
}

@media (max-width: 1023px) {
  .sp {
    display: block !important;
  }
}
.pc {
  display: none !important;
}

@media (min-width: 1024px) {
  .pc {
    display: inline-block !important;
  }
}
/* reset
--------------------------- */
/*
 * destyle.css v1.0.14
 * https://github.com/nicolas-cusan/destyle.css
 */
* {
  box-sizing: border-box;
}

::after,
::before {
  box-sizing: inherit;
}

html {
  line-height: 1.15;
  -webkit-text-size-adjust: 100%;
  -webkit-tap-highlight-color: transparent;
}

body {
  margin: 0;
}

main {
  display: block;
}

address,
blockquote,
form,
p,
table {
  margin: 0;
}

h1,
h2,
h5 {
  font-size: inherit;
  line-height: inherit;
  font-weight: inherit;
  margin: 0;
}

ol,
ul {
  margin: 0;
  padding: 0;
  list-style: none;
}

address {
  font-style: inherit;
}

a {
  background-color: transparent;
  text-decoration: none;
  color: inherit;
}#pageEvent a, #pageQuestionnaire a{
  text-decoration: none!important;
}

code {
  font-family: monospace, monospace;
  font-size: inherit;
}

img {
  border-style: none;
  vertical-align: bottom;
}


object {
  border: 0;
  vertical-align: bottom;
}

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

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

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

button,
input {
  overflow: visible;
}

button,
select {
  text-transform: none;
}

[type=button],
[type=submit],
button {
  cursor: pointer;
  -webkit-appearance: none;
  appearance: none;
}

[type=button][disabled],
[type=submit][disabled],
button[disabled] {
  cursor: default;
}

[type=button]::-moz-focus-inner,
[type=submit]::-moz-focus-inner,
button::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

[type=button]:-moz-focusring,
[type=submit]:-moz-focusring,
button:-moz-focusring {
  outline: 1px dotted ButtonText;
}

select::-ms-expand {
  display: none;
}

option {
  padding: 0;
}

textarea {
  overflow: auto;
}

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

input[type=radio] + label[for] {
  cursor: pointer;
}

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

td,
th {
  vertical-align: top;
  padding: 0;
}

th {
  text-align: left;
  font-weight: 700;
}

/* ランキング */
/* 1位 */.ranking_table tr:nth-child(2) svg{
  display: block;
  fill: #FFCC00;
}/* 2位 */.ranking_table tr:nth-child(3) svg{
  fill: #B8B8B8;
}/* 3位 */.ranking_table tr:nth-child(4) svg{
  fill: #CB7435;
}/* 4位以降 */
.ranking_table tr:nth-child(n+5) svg{
  display: none;
}

[hidden] {
  display: none;
}

*,
*:before,
*:after {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -o-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
}

html {
  line-height: 1.6;
  height: 100%;
  scroll-behavior: smooth;
}

body {
  font-family: "Noto Sans JP", "Hiragino Kaku Gothic ProN", Meiryo, sans-serif;
  font-family: "Helvetica Neue", "Helvetica", "Arial", "Noto Sans JP", "Hiragino Kaku Gothic ProN", "Yu Gothic", "Meiryo", sans-serif;
  max-width: 100vw;
  min-width: 350px;
  width: 100%;
  overflow-x: hidden;
}

img,
object {
  max-width: 100%;
  height: auto;
  border: none;
  display: block;
}

a {
  text-decoration: underline;
  position: relative;
}
a:hover {
  text-decoration: none;
}

a:hover img {
  text-decoration: none;
  opacity: 0.8;
  transition: all 0.4s;
}

a,
label,
input,
button {
  transition: all 0.4s;
}

@media (min-width: 1024px) {
  .main .inner {
    margin: 0 auto;
    width: 1024px;
  }
}
@media (max-width: 1023px) {
  .main .inner {
    padding: 0 15px;
    width: 100%;
  }
}

.flex._sns_links {
  flex-wrap: wrap;
}
@media (min-width: 1024px) {
  .flex._sns_links li {
    display: flex;
    margin-bottom: 30px;
    width: calc(50% - 20px);
  }
  .flex._sns_links li:nth-child(odd) {
    justify-content: flex-end;
    margin-right: 20px;
  }
  .flex._sns_links li:nth-child(even) {
    justify-content: flex-start;
    margin-left: 20px;
  }
}
@media (max-width: 1023px) {
  .flex._sns_links li {
    margin-bottom: 15px;
  }
}

.h1 {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  height: 92px;
  background-image: url(/assets/common/bg_title-02d943aa31ac76a36b01cd21dd115b43e092e8183f46255cade2c28f06d98906.png);
  background-repeat: no-repeat;
  background-size: cover;
}
.main h1,.grow h1 ._en{
  font-family: "Antonio", sans-serif;
}
@media (min-width: 1024px) {
  .h1 {
    height: 255px;
  }
}
@media screen and (min-width:768px) and ( max-width:1080px){
  .h1 {
    height: 200px;
  }
  #tab_view{
    margin-top: 73px !important;
  }
}
.h1 span._en {
  font-size: 30px;
  font-weight: bold;
  font-family: "Antonio", sans-serif;
}
@media (min-width: 1024px) {
  .h1 span._en {
    font-size: 42px;
  }
}
.h1 span._ja {
  font-size: 13px;
}
@media (min-width: 1024px) {
  .h1 span._ja {
    font-size: 1.5rem;
  }
}

a.text_link {
  font-size: 1.3rem;
}
a._icon {
  display: flex;
  align-items: center;
}
a._icon span.icon_link_blank::before {
  content: "";
  display: block;
  margin-right: 5px;
  width: 25px;
  height: 25px;
  background: url(/../img/common/icon/icon_text_link.svg) no-repeat;
  background-size: cover;
}

p {
  font-size: 15px;
}

.english {
  transition: 0.5s;
}

.text-primary {
  color: #FFCC00;
}

.text-primary_dark {
  color: #F29501;
}

.text-accent {
  color: #CC2E01;
}

.text-sale {
  color: #CC2E01;
}

.text-gray {
  color: #404040;
}

.bg-accent {
  background: #CC2E01;
}

.bg-gray {
  /*
  NOTE: 本来なら tailewindのデフォルト使う watanabe
    */
  background: #404040;
}

.text_speech {
  display: flex;
  align-items: center;
  margin: 0 auto;
  font-size: 16px;
  font-weight: bold;
  text-align: center;
}
.text_speech span {
  margin-right: 15px;
  width: 4px;
  height: 45px;
  background: black;
  transform: rotate(-20deg);
}
.text_speech span:last-child {
  margin-left: 15px;
  transform: rotate(20deg);
}

.menu_sp_only {
  display: none;
}
@media (max-width: 1023px) {
  .menu_sp_only {
    display: block;
    margin-top: 20px;
  }
  .menu_sp_only > div._inner {
    display: flex;
    justify-content: space-around;
    align-items: flex-start;
  }
  .menu_sp_only > div._inner:first-child {
    margin-bottom: 15px;
  }
  .menu_sp_only > div._inner > a {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    width: auto;
  }
  .menu_sp_only > div._inner > a ._icon {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    height: 100%;
    background: #FFFFFF;
    border: 4px solid #FFCC00;
    border-radius: 10px;
    box-shadow: 0px 0px 3px rgba(0, 0, 0, 0.5);
  }
  .menu_sp_only > div._inner > a ._icon svg {
    width: 20px;
    height: 20px;
  }
  .menu_sp_only > div._inner > a p {
    margin-top: 10px;
    font-size: 1.4rem;
    text-align: center;
  }
  .menu_sp_only > div._inner > a.active ._icon {
    background: #FFCC00;
    border: 4px solid #FFFFFF;
  }
  .menu_sp_only > div._inner > a.active p {
    font-weight: bold;
  }
}

.wrapper {
  display: flex;
  margin: 30px auto 20px;
  width: 1024px;
}
@media (max-width: 1023px) {
  .wrapper {
    flex-direction: column-reverse;
    width: 100%;
  }
}
@media (max-width: 1023px) {
  .wrapper._adjust {
    flex-direction: column;
  }
}
.wrapper .left_col {
  margin-right: 20px;
  width: 680px;
}
@media (max-width: 1023px) {
  .wrapper .left_col {
    margin-right: 0;
    padding-left: 15px;
    padding-right: 15px;
    width: 100%;
  }
}
.wrapper .right_col {
  flex-shrink: 0;
  width: 320px;
}
@media (max-width: 1023px) {
  .wrapper .right_col {
    width: 100%;
  }
}

.top_user_info {
  display: flex;
  background: white;
}
.top_user_info ._left {
  flex-shrink: 0;
  width: 120px;
  overflow: hidden;
}
.top_user_info ._left ._year {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 34px;
  font-size: 14px;
  font-weight: bold;
}
.top_user_info ._left .user_photo {
  width: 100%;
  height: 100%;
  background: image-url(/assets/common/user_photo-01499d415392bdb8b38d5adde6ff657f9db5755a96023447cda012710db85684.png) no-repeat;
  background-size: cover;
  background-position: center center;
}
.user_photo {
  height: auto !important;
}
.top_user_info ._right {
  width: 100%;
}
.top_user_info ._right .taka_point_member {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 34px;
  font-size: 14px;
  font-weight: bold;
  color: white;
  background: black;
}
.top_user_info ._right .stage_info {
  display: flex;
  flex-direction: column;
  align-items: center;
  padding: 10px;
  font-size: 12px;
  color: white;
}
.top_user_info ._right .stage_info span {
  margin-bottom: 0px;
  font-size: 18px;
  font-weight: bold;
}
.top_user_info ._right .name_and_number {
  padding: 10px;
}
.top_user_info ._right .name_and_number p._name {
  font-size: 10px;
}
.top_user_info ._right .name_and_number p._name span {
  font-size: 18px;
  font-weight: bold;
}
.top_user_info ._right .name_and_number p._number {
  font-size: 13px;
  font-weight: bold;
}
.top_user_info ._right .name_and_number p._number span {
  display: inline;
}

.pagination {
  margin: 0 auto;
}
.pagination ul {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
}
@media (max-width: 1023px) {
  .pagination ul li {
    margin-right: 2px;
  }
  .pagination ul li:last-child {
    margin-right: 0;
  }
  .pagination ul li.next_list, .pagination ul li.prev_list {
    flex-grow: 1;
  }
  .pagination ul li.next_list a, .pagination ul li.prev_list a {
    display: flex;
    justify-content: center;
  }
}
.pagination ul li a {
  display: flex;
  align-items: center;
  padding: 10px 15px;
  font-size: 14px;
  border-right: none !important;
}
.pagination ul li a._is_active {
  background: #F0F1F1;
}
@media (max-width: 1023px) {
  .pagination ul li a {
    padding: 10px 10px;
    height: 45px;
  }
}
.pagination ul li a span.arrow {
  display: block;
  width: 8px;
  height: 12px;
  background-size: 8px 12px;
  background-repeat: no-repeat;
}
.pagination ul li a span.page_text {
  flex-shrink: 0;
}
.pagination ul li a svg {
  height: 19px;
}
@media (max-width: 1023px) {
  .pagination ul li a.prev {
    color: white;
    background: black !important;
  }
  .pagination ul li a.prev svg {
    fill: white;
  }
}
@media (max-width: 1023px) {
  .pagination ul li a.next {
    color: white;
    background: black;
  }
  .pagination ul li a.next svg {
    fill: white;
  }
}
.pagination ul li._disabled a {
  cursor: default;
  color: #B5B5B5;
}
.pagination ul li._disabled a svg {
  fill: #B5B5B5;
}
@media (max-width: 1023px) {
  .pagination ul li._disabled a.prev {
    color: black;
    background: #BABABA !important;
  }
  .pagination ul li._disabled a.prev svg {
    fill: black;
  }
}
@media (max-width: 1023px) {
  .pagination ul li._disabled a.next {
    color: black;
    background: #BABABA !important;
  }
  .pagination ul li._disabled a.next svg {
    fill: black;
  }
}
@media (max-width: 1023px) {
  .pagination ul li._disabled a.first {
    color: black;
    background: #BABABA !important;
  }
  .pagination ul li._disabled a.first svg {
    fill: black;
  }
}
@media (max-width: 1023px) {
  .pagination ul li._disabled a.last {
    color: black;
    background: #BABABA !important;
  }
  .pagination ul li._disabled a.last svg {
    fill: black;
  }
}
.pagination ul li:first-child a {
  border-radius: 3px 0 0 3px;
}
@media (max-width: 1023px) {
  .pagination ul li:first-child a {
    background: black;
  }
  .pagination ul li:first-child a svg {
    fill: white;
  }
}
.pagination ul li:last-child a {
  border-radius: 0 3px 3px 0;
}
@media (max-width: 1023px) {
  .pagination ul li:last-child a {
    background: black;
  }
  .pagination ul li:last-child a svg {
    fill: white;
  }
}
.pagination ul li.point_leader a {
  color: #B5B5B5;
  background: none;
  border-top: none;
  border-bottom: none;
}

.fs10 {
  font-size: 1rem;
}

.fs13 {
  font-size: 1.3rem;
}

.fs15 {
  font-size: 1.5rem;
}

.fs18 {
  font-size: 1.8rem;
}

.fs28 {
  font-size: 2.8rem;
}

@media (min-width: 1024px) {
  .w695_pc {
    width: 695px;
  }
}

@media (min-width: 1024px) {
  .w721_pc {
    width: 720px;
  }
}

.bg_primary {
  background: #FFCC00;
}.bg_primary_imp{
  background: #FFCC00!important;
}

.bg_F1F1F2 {
  background: #F1F1F2;
}

.bg_bronze {
  background: #A36B21;
}

.bg_silver {
  background: #BCBCBC;
}

.bg_gold {
  background: #E2C44B;
}

.bg_pratinum {
  background: #5788B7;
}

.bg_diamond {
  background: #5A5758;
}

.mAuto {
  margin: 0 auto;
}

.m40 {
  margin: 40px;
}

.ml5 {
  margin-left: 5px;
}

.mt10 {
  margin-top: 10px;
}

.mb10 {
  margin-bottom: 10px;
}

.mb15 {
  margin-bottom: 15px;
}

.mb20 {
  margin-bottom: 20px;
}

.mb30 {
  margin-bottom: 30px;
}

.mb40 {
  margin-bottom: 40px;
}

@media (max-width: 1023px) {
  .mb0_sp {
    margin-bottom: 0px;
  }
}

.p5 {
  padding: 5px;
}

.p10 {
  padding: 10px;
}

.p15 {
  padding: 15px;
}

.p20 {
  padding: 20px;
}

.pb5 {
  padding-bottom: 5px;
}

.w80 {
  width: 80px;
}

.w120 {
  width: 120px;
}

@media (max-width: 1023px) {
  .w100p_sp {
    width: 100%;
  }
}

.h5 {
  height: 5px;
}

/* ヘッダー
--------------------------- */
.l_header {
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 0 auto;
}
.l_header .l_header_inner {
  display: flex;
  justify-content: space-between;
  width: 1024px;
  min-height: 105px;
}
@media (max-width: 1023px) {
  .l_header .l_header_inner {
    height: 72px;
    min-height: auto;
  }
}
.l_header .l_header_inner .logo {
  display: flex;
  align-items: center;
  margin-left: 15px;
}
@media (max-width: 1023px) {
  .l_header .l_header_inner .logo {
    width: 95px;
  }
}

/* for Smart Phone Fixed header */
@media (max-width: 1023px) {
  .l_header .l_header_inner {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 72px;
    background-color: #FFCC00;
    z-index: 99;
  }
  .main{
    margin-top: 151px;
  }
  .mypage_home{
    margin-top: 151px;
  }
  #pagePassword{
    margin-top: 72px;
  }
}

.l_header .l_header_R {
  display: flex;
  align-items: center;
}
.l_header .l_header__nav {
  display: flex;
}
@media (max-width: 1023px) {
  .l_header .l_header__nav {
    display: none;
  }
}
.l_header .l_header__nav li {
  margin-left: 20px;
}
.l_header .l_header__nav li a {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  font-size: 10px;
  font-weight: bold;
}
.l_header .l_header__nav li a img {
  padding-bottom: 5px;
  width: 30px;
}
.l_header .header_taka_point {
  margin-left: 40px;
  margin-right: 20px;
  width: 110px;
}
@media (max-width: 1023px) {
  .l_header .header_taka_point {
    width: 86px;
  }
}

.taka_point {
  margin-right: 40px;
}

.text_taka_point p {
  font-size: 1.25rem;
}

.user_info {
  xdisplay: flex;
  xflex-direction: column;
  padding: 10px;
  background: #404040;
  color: white;
}
.user_info._en {
  font-family: "Antonio", sans-serif;
}
.user_info .stage_icon img{
  width: 72px;
}
@media (max-width: 1023px) {
  .user_info {
      /* display: none; */
      padding-left: 32px;
      padding-right: 32px;
      position: absolute;
      top: 72px;
      left: 0px;
      width: 100%;
  }
  .user_info .text_data{
    width: 100%;
    justify-content: space-between;
    align-items: center;
  }
  .user_info .stage_name{
    font-size: 18px !important;
  }
  .user_info .point_data{
    font-size: 30px !important;
  }
  .user_info .stage_icon{
    flex-shrink: 0;
    width: 62px;
  }
  .user_info .stage_icon img{
    width: 100%!important;
  }
}
/*.user_info div {
  display: flex;
  justify-content: space-between;
}
.user_info div:first-child {
  margin-bottom: 5px;
}
.user_info .text_id {
  margin-right: 10px;
  font-size: 1rem;
}*/


.stage {
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 0 10px;
  min-width: 100px;
  min-height: 24px;
}
.stage._bronze {
  background: #A36B21;
}
.stage span {
  font-size: 0.75rem;
}

.nav {
  background: #000000;
}
@media (max-width: 1023px) {
  .nav {
    display: none;
  }
}
.nav ul {
  display: flex;
  justify-content: space-around;
  align-items: center;
  margin: 0 auto;
  width: 1024px;
  min-height: 60px;
}
.nav ul li {
  display: flex;
  flex-direction: column;
  align-items: center;
  padding: 10px;
  width: 100%;
  border-left: 1px solid #404040;
  border-right: 1px solid #404040;
}
.nav ul li a {
  display: flex;
  flex-direction: column;
  align-items: center;
}
.nav ul li a span {
  color: white;
}
.nav ul li a span._en {
  font-size: 1.25rem;
}
.nav ul li a span._ja {
  font-size: 0.75rem;
}

.id_point_sp {
  display: none;
}
@media (max-width: 1023px) {
  .id_point_sp {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 0 15px;
    min-height: 58px;
    background: black;
  }
  .id_point_sp p span {
    margin: 0 5px;
  }
}

.hamburger_menu {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  min-width: 72px;
  min-height: 72px;
  background: #BABABA;
}
@media (min-width: 1024px) {
  .hamburger_menu {
    display: none;
  }
}
.hamburger_menu .icon_hamburger {
  display: flex;
  flex-direction: column;
  align-items: center;
  width: 33px;
}
.hamburger_menu .icon_hamburger span {
  margin-bottom: 5px;
  width: 100%;
  height: 5px;
  background: black;
  transition: 0.5s;
}
.hamburger_menu.active {
  z-index: 999;
  background: none;
}
.hamburger_menu.active .icon_hamburger span {
  transition: 0.1s;
  background: white;
}
.hamburger_menu.active .icon_hamburger span:first-child {
  position: absolute;
  width: 40px;
  transform: rotate(45deg) translate(0, 0);
}
.hamburger_menu.active .icon_hamburger span:nth-child(2) {
  opacity: 0;
}
.hamburger_menu.active .icon_hamburger span:last-child {
  position: absolute;
  width: 40px;
  transform: rotate(-45deg) translate(0, 0);
}
.hamburger_menu.active .english {
  opacity: 0;
  transition: 0.5s;
}

/*
--------------------------- */
/* フッター
--------------------------- */
.l_footer {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  padding: 40px 0;
  background: black;
}
@media screen and (max-width:768px){
  .l_footer {
    padding: 0 0 20px 0;
  }
}
.l_footer .l_footer_taka_point {
  width: 111px;
}
.l_footer .l_footer__link {
  display: flex;
  flex-direction: column;
  flex-wrap: wrap;
}
@media (min-width: 1024px) {
  .l_footer .l_footer__link li {
    margin-right: 20px;
  }
}
.l_footer .l_footer__link li a {
  font-size: 11px;
  color: white;
}
@media (max-width: 1023px) {
  .l_footer .l_footer__link li {
    margin-bottom: 20px;
    width: 50%;
  }
}

.l_footer .l_footer_adjust {
  display: flex;
  flex-direction: column;
  align-items: center;
}
@media (min-width: 1024px) {
  .l_footer .l_footer_adjust {
    flex-direction: column-reverse;
  }
}

.footer_menu {
  display: none;
  background: #404040;
  justify-content: space-around;
  min-height: 72px;
}
@media (max-width: 1023px) {
  .footer_menu {
    display: flex;
  }
}
.footer_menu > li {
  padding: 10px 0;
  width: 100%;
}
.footer_menu > li a {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.footer_menu > li a svg {
  margin-bottom: 10px;
}
.footer_menu > li a p {
  font-size: 0.8rem;
  color: white;
}
.sp_footer_link{
  width: 90%;
  margin: 20px auto;
}
.sp_footer_link ul{
  display: flex;
  flex-wrap: wrap;
  width: 100%;
  justify-content: center;
}
.sp_footer_link li{
  border-right: 1px solid #000;
  padding: 0 8px;
  margin-bottom: 8px;
}
.sp_footer_link li:last-child{
  border-right: none;
}
.sp_footer_menu{
  background: #ECECEC;
  padding: 24px;
}
.sp_footer_menu ul{
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  grid-template-rows: repeat(2, 1fr);
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  text-align: center;
}
.sp_footer_menu li a{
   display: block;
   height: 100%;
   width: 100%;
   font-size: 10px;
   text-decoration: none;
   font-weight: 700;
}
.sp_footer_menu li img{
  width: 100%;
}
.sp_footer_menu li span{
  display: block;
  margin-top: 4px;
}

.slider_wrap {
  display: flex;
  justify-content: center;
  position: relative;
  background: image-url(/assets/top/slider/bg_slider-f8b79f37aa13188b434bfaf10352280068cf395224677475d9f5f29a1be94a56.png) no-repeat #FFCC00;
  background-size: cover;
}
.slider_wrap._items {
  display: block;
  background: none;
}
.slider_wrap._items .swiper-container__items {
  position: relative;
  overflow: hidden;
  width: 100%;
}
.slider_wrap._items .swiper-container__items.thumbnail {
  margin-top: 20px;
}

.swiper-button-prev._items, .swiper-button-next._items {
  top: 180px;
}

.swiper-container {
  position: relative;
  width: 1024px;
  overflow: hidden;
}

.swiper-container2 {
  position: relative;
  margin: 0 auto;
  width: calc(100% - 50px);
  overflow: hidden;
}
.swiper-container2 .swiper-wrapper {
  width: calc(100% - 50px);
}
.swiper-container2 .swiper-button-prev {
  left: 0;
}
.swiper-container2 .swiper-button-next {
  right: 0;
}

.swiper-button-next, .swiper-button-prev {
  width: 38px !important;
  height: 65px !important;
  background: rgba(255, 255, 255, 0.7);
}
.swiper-button-next._adjust, .swiper-button-prev._adjust {
  top: 50%;
  transform: translateY(-50%);
  margin-top: auto;
  width: 20px !important;
  height: 20px !important;
  border-radius: 100px !important;
  background: black !important;
}
.swiper-button-next._adjust::after, .swiper-button-prev._adjust::after {
  font-size: 12px !important;
  color: white;
}

.swiper-button-next {
  position: absolute !important;
}

.swiper-button-next:after, .swiper-button-prev:after {
  color: black;
  font-size: 24px !important;
}

.thumbnail .swiper-slide {
  opacity: 1;
}

#imageOverlay {
  display:none;
  position: fixed;
  top: 0; left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.7);
  justify-content: center;
  align-items: center;
  z-index: 1000;
}

.slider-container {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  z-index: 1000;
}

#closeBtn {
  position: absolute;
  top: -45px;
  right: 0px;
  background: transparent;
  border: none;
  color: white;
  font-size: 30px;
  cursor: pointer;
  z-index: 1001;
}

#overlayImage {
  max-width: 75vw;
  max-height: 90vh;
  border: 2px solid #fff;
  display: block;
  margin: 0 auto;
}

.w-200 {
  width: 200px;
}

/* ハンバーガーメニュー 分けすぎな気もしますが、一旦、分けました。。
--------------------------- */
.sp_menu {
  position: fixed;
  top: 65px;
  padding: 50px 0 20px;
  width: 100%;
  top: 0;
  left: 0;
  transform: translateX(100%);
  transition: 0.2s;
  z-index: 99;
  overflow-y: auto;
}
.sp_menu li {
  border-bottom: 1px solid white;
}
.sp_menu li a {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 15px;
  color: white;
  font-size: 15px;
  font-weight: bold;
  text-decoration: none;
}
.sp_menu li a::after {
  content: "\e5cc";
  display: block;
  color: #FFCC00;
  font-family: "Material Icons";
  font-size: 24px;
  text-decoration: none;
}
.sp_menu.active {
  height: 100%;
  transform: translateX(0);
  transition: 0.2s;
  background: rgba(0, 0, 0, 0.9);
}
.sp_menu .btn{
  margin: 0 20px;
}

.hamburger_menu.active .icon_hamburger {
  position: relative;
  top: 0px;
  margin-top: 20px;
}

/* アコーディオンメニュー
--------------------------- */
.menu_contents {
  display: none;
  animation-name: fadeIn;
  animation-duration: 0.5s;
}
.menu_contents.active {
  display: block;
  animation-name: fadeIn;
  animation-duration: 0.5s;
}

@keyframes fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
.menu_open svg {
  transition: 0.5s;
}
.menu_open.active svg {
  transform: rotate(180deg);
  transition: 0.5s;
}

.member_wanted {
  padding: 20px 15px;
  background: url(/../img/common/bg_member_wanted_sp.png) no-repeat #FFCC00;
  background-size: contain;
}
@media (min-width: 1024px) {
  .member_wanted {
    padding: 160px 0 40px 0;
  }
}
@media (min-width: 1024px) {
  .member_wanted {
    background: image-url(/common/bg_member_wanted_pc.png) no-repeat #FFCC00;
    background-size: contain;
  }
}

.triple_hero_game {
  padding: 20px 15px;
  background: url(/assets/top/bg_triple_hero_game-43772059b8b09c6441422a75c21376582085ae5c8fea98ef66ad8ff603c3fa55.png) no-repeat #FFCC00;
  background-size: contain;
}
@media (min-width: 1024px) {
  .triple_hero_game {
    padding: 32px 25px;
  }
}
@media (min-width: 1024px) {
  .triple_hero_game {
    background: url(/assets/top/bg_triple_hero_game-43772059b8b09c6441422a75c21376582085ae5c8fea98ef66ad8ff603c3fa55.png) no-repeat #FFCC00;
    background-size: contain;
  }
}

.radio_btn ~ div {
  border: 1px solid #D9D9D9;
}
.radio_btn ~ div div p .icon_radio_btn {
  flex-shrink: 0;
  position: relative;
  margin-right: 5px;
  width: 26px;
  height: 26px;
  background: white;
  border: 2px solid black;
  border-radius: 100px;
}
.radio_btn ~ div div.bg_rewards {
  background: #D9D9D9;
}
.radio_btn ~ div div.detail {
  padding: 0;
  height: 0;
  overflow: hidden;
}
.radio_btn ~ div div.detail > * {
  height: 0;
  overflow: hidden;
}
.radio_btn ~ div div.detail.adjust {
  margin-top: 20px;
  padding: 15px;
  height: auto;
  overflow: initial;
}
.radio_btn ~ div div.detail.adjust > * {
  height: auto;
  overflow: initial;
}
.radio_btn:checked ~ div {
  border: 1px solid #FBEEBE;
}
.radio_btn:checked ~ div div p .icon_radio_btn::after {
  content: "";
  display: block;
  position: absolute;
  top: calc(50% + 0px);
  left: calc(50% + 0px);
  transform: translate(-50%, -50%);
  width: 14px;
  height: 14px;
  background: black;
  border-radius: 100px;
}
.radio_btn:checked ~ div div.bg_rewards {
  background: #FBEEBE;
}
.radio_btn:checked ~ div div.detail {
  margin-top: 20px;
  padding: 15px;
  height: auto !important;
  animation-name: fadeIn;
  animation-duration: 0.5s;
}
.radio_btn:checked ~ div div.detail > * {
  height: auto;
  overflow: initial;
}
.radio_btn:checked ~ div div.detail.adjust {
  animation-name: xxxxx;
}

@keyframes fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
/* utility
--------------------------- */
/* form フォーム系など（分類は時短のため微妙なものもあります。。）
--------------------------- */
.form {
  display: flex;
  flex-direction: column;
  align-items: center;
}

.form_wrap {
  width: 100%;
}
.form_wrap > div {
  display: flex;
  align-items: center;
  padding: 20px 10px;
  border-bottom: 1px dotted #BABABA;
}
.form_wrap > div:last-child {
  border-bottom: none;
}
@media (max-width: 1023px) {
  .form_wrap > div {
    flex-direction: column;
    align-items: flex-start;
    padding: 15px;
  }
}
.form_wrap > div._start {
  align-items: flex-start;
  margin-top: 10px;
}
.form_wrap > div.name_input {
  position: relative;
}
@media (min-width: 1024px) {
  .form_wrap > div.name_input::after {
    content: "";
    display: block;
    position: absolute;
    bottom: -1px;
    left: 0;
    width: 430px;
    height: 1px;
    background: white;
  }
}
@media (min-width: 1024px) {
  .form_wrap > div.name_input._last::after {
    display: none !important;
  }
}
.form_wrap > div.label_position_top {
  align-items: flex-start;
}
.form_wrap > div.label_position_top > label {
  margin-top: 10px;
}
.form_wrap > div.address, .form_wrap > div.label_start {
  align-items: flex-start;
  padding-bottom: 0;
}
@media (min-width: 1024px) {
  .form_wrap > div.address div.label, .form_wrap > div.label_start div.label {
    padding-top: 10px;
  }
}
.form_wrap > div div:nth-child(2) {
  font-size: 15px;
}
@media (max-width: 1023px) {
  .form_wrap > div div:nth-child(2) {
    width: 100%;
  }
}
@media (max-width: 1023px) {
  .form_wrap > div div.__btn_radios:nth-child(2) {
    width: auto;
  }
}
.form_wrap > div div label {
  display: flex;
  align-items: center;
  font-size: 15px;
  font-weight: bold;
}
.form_wrap > div div.label label:not(:has(.required)) {
  padding-left: 45px;
}
@media (max-width: 1023px) {
  .form_wrap._sp_row > div {
    flex-direction: row;
    justify-content: space-between;
  }
  .form_wrap._sp_row > div > div:nth-child(2) {
    width: auto;
  }
}
.form_wrap._filter > div {
  padding: 10px;
}
.form_wrap._filter > div .select select {
  height: 32px;
  min-height: 32px;
}
.form_wrap._filter > div div.label {
  margin-top: 0px;
}
.form_wrap._filter._style2 {
  display: flex;
  align-items: center;
}
@media (max-width: 1023px) {
  .form_wrap._filter._style2 {
    flex-direction: column;
    align-items: flex-start;
  }
}
.form_wrap._filter._style2 > div {
  padding: 0px 20px 0 0;
  border: none;
}
@media (max-width: 1023px) {
  .form_wrap._filter._style2 > div {
    margin-bottom: 20px;
    padding: 0;
    width: 100%;
  }
}
.form_wrap._filter._style2 > div div.label {
  margin-bottom: 0px;
  width: auto;
  font-size: 14px;
  font-weight: bold;
}
.form_wrap._filter._style2 .btn._M {
  min-height: 32px;
}
@media (max-width: 1023px) {
  .form_wrap._filter._style2 .btn._M {
    width: 100%;
  }
}

.errField {
  input[type=text],
  input[type=tel],
  input[type=password],
  input[type=email],
  input[type=search],
  input[type=url],
  input[type=datetime],
  input[type=date],
  input[type=month],
  input[type=week],
  input[type=time],
  input[type=datetime-local],
  input[type=number],
  select,
  textarea {
    background-color: #FFEDEF !important;
    border: 1px solid #FF0000 !important;
    box-shadow: 0 0 0 1px #d14835 !important; }
}

.errTxt {
  color: #ff0000;
  font-weight: 400;
  font-size: 14px;
  line-height: 20px;
}

.field_with_errors {
  input[type=text],
  input[type=tel],
  input[type=password],
  input[type=email],
  input[type=search],
  input[type=url],
  input[type=datetime],
  input[type=date],
  input[type=month],
  input[type=week],
  input[type=time],
  input[type=datetime-local],
  input[type=number],
  select,
  textarea {
    background-color: #FFEDEF !important;
    border: 1px solid #FF0000 !important;
    box-shadow: 0 0 0 1px #d14835 !important; }
}

.text-error {
  color: #ff0000;
  font-weight: 400;
  font-size: 14px !important;
  line-height: 20px;
}

.btn {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  font-size: 1rem;
  height: 50px;
}
@media (min-width: 1024px) {
  .btn {
    min-width: 326px;
  }
}.l_footer .btn{
  max-width: 326px;
}
.btn._primary {
  background: black;
  color: white;
}
.btn._secondary {
  background: none;
  border: 2px solid white;
  color: white;
}
.btn._tertiary {
  background: #404040;
}
.btn._accent {
  background: #FFCC00;
  color: black;
}
.btn._red-accent {
  background: #CC2E01;
  color: white;
  border: none !important;
}
.btn._ {
  background: #404040;
}
.btn._mid_size {
  height: auto;
  min-width: 128px;
  min-height: 27px;
  font-size: 12px;
  font-weight: bold;
  border: 1px solid black;
}
.btn._mid_size._max_w-full {
  max-width: 100% !important;
}
.btn._icon {
  display: flex;
  color: white;
}
.btn._icon::before {
  content: "";
  display: block;
  margin-right: 5px;
  width: 30px;
  height: 30px;
  background-size: cover;
  background-repeat: no-repeat;
}
.btn._icon._yahoo {
  background: #FF0033;
}
.btn._icon._yahoo::before {
  background-image: url(/../img/common/icon/sns/icon_sns_yahoo.png);
}
.btn._icon._line {
  background: #00B900;
}
.btn._icon._line::before {
  background-image: url(/../img/common/icon/sns/icon_sns_line.png);
}
.btn._icon._x {
  background: #000000;
}
.btn._icon._x::before {
  width: 25px;
  height: 25px;
  background-image: url(/../img/common/icon/sns/icon_sns_x.svg);
}
.btn._icon._facebook {
  background: #1877F2;
}
.btn._icon._facebook::before {
  width: 25px;
  height: 25px;
  background-image: url(/../img/common/icon/sns/icon_sns_facebook.png);
}
.btn._icon._google {
  color: black;
  background: white;
  border: 1px solid #B4B4B4;
}
.btn._icon._google::before {
  width: 30px;
  height: 30px;
  background-image: url(/../img/common/icon/sns/icon_sns_google.png);
}
.btn._M {
  min-width: 190px;
  min-height: 43px;
  width: auto;
  height: auto;
  font-size: 13px;
  font-weight: bold;
}
.btn_wrap *{
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  max-width: 326px;
  font-size: 1rem;
  text-align: center;
  height: 50px;
}@media print, screen and (max-width: 1024px) {
  .btn_wrap *{
    width: 100%!important;
  }
}.btn_wrap._primary *{
  background: black;
  color: white;
}.btn_wrap._primary.__M *{
  min-width: 190px;
  min-height: 32px;
  width: auto!important;
  height: auto;
  font-size: 13px;
  font-weight: bold;
}@media print, screen and (max-width: 1024px) {
  .btn_wrap._primary.__M{
    width: 100%!important;
  }
}@media print, screen and (max-width: 1024px) {
  .btn_wrap._primary.__M *{
    width: 100%!important;
    min-width: 100%!important;
  }
}
.btn_M_style._primary > .search.btn.btn-primary{
  min-width: 190px;
  min-height: 32px;
  max-width: 200px;
  width: auto;
  height: auto;
  font-size: 13px;
  font-weight: bold;
  background: black;
  color: white;
}@media print, screen and (max-width: 1024px) {
  .btn_M_style._primary > .search.btn.btn-primary{
    width: 100%;
    max-width: 100%;
  }
}
.btn_border-0 input, textarea{
  border: 0 !important;
}


.go_detaile {
  margin-top: 10px;
  border-top: 1px dashed #cccccc;
}
.go_detaile._adjust {
  padding-bottom: 10px;
}
.go_detaile a{
  display: block;
  padding-top: 10px;
}
.go_detaile div, .go_detaile a div {
  display: flex;
  justify-content: center;
  align-items: center;
  padding-top: 10px;
  font-size: 14px;
}
.go_detaile div span, .go_detaile a div span {
  position: relative;
  margin-right: 10px;
}
.go_detaile div span::after, .go_detaile a div span::after {
  content: "\e5e1";
  display: block;
  position: absolute;
  top: 50%;
  transform: translate(0, -50%);
  font-size: 14px;
  font-family: "Material Icons";
}

input, textarea {
  padding: 5px !important;
  width: 100%;
  min-height: 43px;
  border: 2px solid black !important;
  background: white;
  font-size: 16px;
}
@media (min-width: 1024px) {
  input, textarea {
    width: 326px!important;
  }
}
input::placeholder, textarea::placeholder {
  font-size: 13px;
  color: #B5B5B5;
}

.labelcheckbox {
  display: flex;
  align-items: center;
  font-size: 1.4rem;
  font-weight: bold;
}
.labelcheckbox span {
  position: relative;
  display: flex;
  align-items: center;
  margin-right: 10px;
  width: 30px;
  height: 30px;
  background: white;
  border: 2px solid black;
}

input.checkbox {
  display: none;
}
input.checkbox:checked + .labelcheckbox span::before {
  content: "\e5ca";
  display: block;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  font-size: 24px;
  font-family: "Material Icons";
}

.postal_code {
  display: flex;
  align-items: center;
}
@media (max-width: 1023px) {
  .postal_code {
    flex-direction: column;
    align-items: flex-start;
    justify-content: center;
  }
}
.postal_code div {
  display: flex;
}
@media (max-width: 1023px) {
  .postal_code div {
    align-items: flex-start;
    margin-bottom: 10px;
    flex-wrap: wrap;
  }
}
.postal_code input, .postal_code p {
  margin-right: 15px;
}
.postal_code input {
  width: 120px !important;
}
@media (max-width: 1023px) {
  .postal_code input {
    width: 80px !important;
  }
}

.input input {
  flex-shrink: 0;
  padding: 10px !important;
  width: 100%;
  min-height: 43px;
  border: 2px solid black;
  font-size: 13px;
}
@media (min-width: 1024px) {
  .input input {
    width: 283px;
  }
}
@media (max-width: 1023px) {
  .input input {
    flex-shrink: 1;
  }
}
.input input:focus {
  border-color: black!important;
  outline: none!important;
  box-shadow: none;
}
.input._name_input > div {
  display: flex;
}
.input._name_input > div:first-child {
  margin-bottom: 10px;
}
.input._name_input > div label {
  margin-right: 15px;
}
@media (min-width: 1024px) {
  .input._name_input > div label {
    width: 80px;
  }
}
@media (max-width: 1023px) {
  .input._name_input > div label {
    width: 42px;
  }
}
.input._indent > div {
  display: flex;
}
.input._indent > div:first-child {
  margin-bottom: 10px;
}
.input._indent > div label {
  margin-right: 15px;
}
@media (min-width: 1024px) {
  .input._indent > div label {
    width: 170px;
  }
}
.indent_input {
  margin-bottom: 10px;
  padding-top: 10px;
  padding-bottom: 20px;
  position: relative;
  border-bottom: 1px dashed #BABABA;
}
@media (max-width: 1023px) {
  .indent_input {
    flex-direction: column;
  }
}
.indent_input:first-child {
  padding-top: initial;
}
.indent_input:last-child {
  margin-bottom: 0;
  border: none;
}
.indent_input:last-child::after {
  display: none;
}
.indent_input label {
  flex-shrink: 0;
}
@media (max-width: 1023px) {
  .indent_input label {
    margin-bottom: 10px;
  }
}
@media (min-width: 1024px) {
  .indent_input::after {
    content: "";
    display: block;
    position: absolute;
    bottom: -1px;
    left: 0;
    width: 170px;
    height: 1px;
    background: white;
  }
}
.indent_input .select {
  width: 283px !important;
}
@media (max-width: 1023px) {
  .indent_input .select {
    width: 100% !important;
  }
}

input:disabled {
  background: #ECECEC;
  border: none;
  color: #A8A8A8;
}

input._disabled:disabled, button._disabled:disabled, a._disabled:disabled {
  background: #ECECEC !important;
  border: none !important;
  color: #A8A8A8 !important;
}

.no-spin::-webkit-inner-spin-button,
.no-spin::-webkit-outer-spin-button {
  -webkit-appearance: none !important;
  margin: 0 !important;
  -moz-appearance: textfield !important;
}

div.label {
  flex-shrink: 0;
}
@media (min-width: 1024px) {
  div.label {
    margin-right: 20px;
    width: 280px;
    font-weight: bold;
  }
}
@media (max-width: 1023px) {
  div.label {
    margin-bottom: 10px;
  }
}
.label-mt0 {
  margin-top: 0px !important;
}

.required, .optional {
  display: flex;
  justify-content: center;
  align-items: center;
  margin-right: 5px;
  min-width: 40px;
  min-height: 20px;
  font-size: 10px;
  color: white;
}

.required {
  background: #B41D24;
}

.optional {
  background: #F0A065;
}

/* チェックボックス */
.checkbox_wrap {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
}
.checkbox_wrap div {
  margin-bottom: 0 !important;
  margin-right: 10px;
  padding: 5px 0;
}
.checkbox {
  display: flex;
  flex-direction: row-reverse;
  justify-content: center;
  align-items: center;
  margin-right: 30px !important;
  font-size: 13px;
  /* 同意チェックボックス */
}
.checkbox-no-margin {
  margin-right: 0px !important;
}
.checkbox:nth-child(2) {
  width: initial !important;
}
.checkbox span {
  display: block;
  position: relative;
  margin-right: 10px;
  width: 32px;
  height: 32px;
  background: white;
  border: 2px solid black;
  border-radius: 2px;
  transition: 0.1s;
}
.checkbox span:before, .checkbox span::after {
  content: "";
  display: block;
  position: absolute;
  top: calc(50% - 2px);
  left: 50%;
  transform: translate(-50%, -50%) rotate(-45deg);
  width: 9px;
  height: 9px;
  border-left-width: 3px;
  border-bottom-width: 3px;
  border-color: #ffffff00;
  transition: 0.2s;
}
.checkbox span::after {
  top: calc(50% - 2px);
  left: 50%;
  transform: translate(-50%, -50%) rotate(-45deg);
  width: 0;
  height: 9px;
  border-left-width: 3px;
  border-bottom-width: 3px;
  border-color: #ffffff00;
  transition: 0.2s;
}
.checkbox input {
  display: none;
}
.checkbox input:checked + label span {
  position: relative;
  background: #FFCC00;
  border: none;
}
.checkbox input:checked + label span::after {
  top: calc(50% - 2px);
  left: 50%;
  transform: translate(-50%, -50%) rotate(-45deg);
  width: 10px;
  height: 5px;
  border-left-width: 2px;
  border-bottom-width: 2px;
  border-color: white;
  transition: 0.1s;
}
.checkbox input:disabled + span {
  background: red;
  border-color: blue;
}
.checkbox input:disabled + span::after {
  border-color: none;
}

.checkbox_M {
  display: flex;
  align-items: center;
}
.checkbox_M span._icon {
  display: block;
  position: relative;
  margin-right: 10px;
  flex-shrink: 0;
  width: 22px;
  height: 22px;
  background: white;
  border: 2px solid black;
  border-radius: 4px;
}
.checkbox_M input:checked ~ span._icon::after {
  content: "\e5ca";
  display: block;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  font-family: "Material Icons";
  font-size: 16px;
  color: black;
}

.checkbox.terms_agree label {
  padding: 15px;
  width: fit-content !important;
  background: rgba(255, 204, 0, 0.5);
  font-weight: bold;
}
.checkbox.terms_agree label span {
  width: 22px;
  height: 22px;
  border-width: 2px;
}
.checkbox.terms_agree label span::before {
  content: "\e5ca";
  position: relative;
  top: -3px;
  left: -2px;
  font-family: "Material Icons";
  transform: rotate(0deg);
  opacity: 0;
  transition: 0.25s;
  font-size: 16px;
}
.checkbox.terms_agree label span::after {
  display: none;
}
.checkbox.terms_agree input:checked + label {
  background: #ffcc00;
}
.checkbox.terms_agree input:checked + label span {
  border: 2px solid black;
  border-color: initial;
  background-color: white;
  opacity: 1;
}
.checkbox.terms_agree input:checked + label span::before {
  opacity: 1;
  transition: 0.25s;
}
input[type=checkbox]:disabled + label{
  opacity: .5;
}
.checkbox_style span {
  position: relative;
  background: white;
}
.checkbox_style span::before {
  content: "\e5ca";
  position: absolute;
  top: 50%;
  left: 50%;
  font-family: "Material Icons";
  transform: rotate(0deg) translate(-50%, -50%);
  opacity: 0;
  transition: 0.25s;
  font-size: 24px;
  color: white;
}

input:checked ~ .checkbox_style span {
  background: black;
}
input:checked ~ .checkbox_style span::before {
  opacity: 1;
}

.radios {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  padding-left: 10px;
}
.radios label {
  display: flex;
  align-items: center;
  position: relative;
  margin-right: 10px;
  padding-left: 5px;
}
.radios label::before, .radios label:after {
  content: "";
  display: block;
  position: absolute;
  top: 50%;
  left: 0;
  transform: translate(-50%, -50%);
  border-radius: 100px;
}
.radios label::before {
  width: 30px;
  height: 30px;
  background: white;
  border: 2px solid black;
}
.radios label::after {
  width: 15px;
  height: 15px;
  background: white;
}
.radios span {
  margin-left: 5px;
  margin-right: 20px;
  padding-left: 10px;
  line-height: 1;
}
.radios input[type=radio] {
  display: none;
  border: none;
}
@media (min-width: 1024px) {
  .radios input[type=radio] {
    height: auto;
  }
}
.radios input[type=radio]:checked + label::before {
  background: white;
}
.radios input[type=radio]:checked + label::after {
  background: black;
}
.radios .field_with_errors:has(input[type=radio]:checked) + label::before {
  background: white;
}
.radios .field_with_errors:has(input[type=radio]:checked) + label::after {
  background: black;
}

input[type=radio]:disabled + label {
  opacity: 0.5;
}
input[type=radio]:disabled + label._checked::before {
  background: white;
}
input[type=radio]:disabled + label._checked::after {
  background: black;
}

.hidden_contents {
  display: none;
}

input:checked + label::before {
  background: white;
}
input:checked + label::after {
  background: black;
}
input:checked ~ .hidden_contents {
  display: block;
  animation-name: fadeIn;
  animation-duration: 0.5s;
}
@keyframes fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}

label span.icon_radio_2 {
  display: block;
  position: relative;
  flex-shrink: 0;
  width: 30px;
  height: 30px;
  background: white;
  border: 2px solid black;
  border-radius: 100px;
}
label span.icon_radio_2::before {
  display: none;
}

input:checked ~ label span.icon_radio_2 {
  display: block;
  position: relative;
  width: 30px;
  height: 30px;
  background: white;
  border: 2px solid black;
  border-radius: 100px;
}
input:checked ~ label span.icon_radio_2::before {
  content: "";
  display: block;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 15px;
  height: 15px;
  background: black;
  border-radius: 100px;
}

.field_with_errors:has(input[type=radio]:checked) ~ label span.icon_radio_2 {
  display: block;
  position: relative;
  width: 30px;
  height: 30px;
  background: white;
  border: 2px solid black;
  border-radius: 100px;
}

.field_with_errors:has(input[type=radio]:checked) ~ label span.icon_radio_2::before {
  content: "";
  display: block;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 15px;
  height: 15px;
  background: black;
  border-radius: 100px;
}

/*
FIXME:
fan/app/views/fastbiz_fan/mypage/questionnaires/_form_elements.html.erb
だけ隣接兄弟にしないと radio_button がすべて選択されてしまうので .icon_radio_3 を作成
*/
label span.icon_radio_3 {
  display: block;
  position: relative;
  flex-shrink: 0;
  width: 25px;
  height: 25px;
  background: white;
  border: 2px solid black;
  border-radius: 100px;
}
label span.icon_radio_3::before {
  display: none;
}

input:checked + label span.icon_radio_3 {
  display: block;
  position: relative;
  width: 25px;
  height: 25px;
  background: white;
  border: 2px solid black;
  border-radius: 100px;
}
input:checked + label span.icon_radio_3::before {
  content: "";
  display: block;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 13px;
  height: 13px;
  background: black;
  border-radius: 100px;
}

.select_wrap {
  display: flex;
}
.select_wrap .select {
  margin-right: 10px;
}
.select_wrap label {
  margin-right: 10px;
}
@media (max-width: 1023px) {
  .select_wrap._birthday .select {
    width: 33.3%;
  }
}

.select {
  position: relative;
  margin-bottom: 0 !important;
}
.select::after {
  content: "\e313";
  font-family: "Material Icons";
  font-size: 24px;
  display: block;
  position: absolute;
  top: 50%;
  right: 15px;
  width: 12px;
  transform: translateY(-50%);
  background-size: 12px;
  pointer-events: none;
}.select.disabled::after {
  color: #808080;
}
.select select {
  padding-left: 10px;
  padding-right: 10px;
  width: 100%;
  height: 43px;
  background: #fff;
  border: 2px solid black;
  min-height: 33px;
}.select select:disabled {
  border: none;
  background: #ECECEC;
}

.break-word {
  word-break: break-all;
  overflow-wrap: break-word;
}

.file-button::file-selector-button {
  color: #fff;
  background-color: #000;
  padding: 0.5em 1em;
}

.file-btn {
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff !important;
  cursor: pointer;
  border: 1px solid #bfc2c7;
  border-radius: unset;
  background: #000;
  min-width: 150px;
  height: 45px;
}

#file_name_display {
  display: flex;
  align-items: center;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  max-width: 300px;
}
@media screen and (max-width: 600px) {
  #file_name_display {
    width: 150px;
  }
}

input[type=file] {
  color: #1f2937 !important;
  cursor: pointer;
  border: 1px solid #bfc2c7;
  border-radius: 0.375rem;
  padding-right: 0.5rem;
  width: 100%;
  border: none!important;
}

@media (min-width: 1024px) {
  .icon_password_wrap{
    max-width: 326px;
  }
}

@media (max-width: 1023px) {
  .icon_password_wrap{
    width: 100%;
  }
}

.icon_password{
  position: absolute;
  top: calc(50%);
  right: 20px;
  transform: translateY(-50%);
  width: 20px;
  cursor: pointer;
}

.hide_password{
  display: none;
}

.view_password{
  display: block;
}


.step_progress {
  display: flex;
}
.step_progress p {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: flex-start;
  margin-right: 2px;
  padding: 5px 3px 3px 3px;
  width: 100%;
  min-height: 52px;
  background: #ECECEC;
  font-size: 10px;
  line-height: 1;
  font-weight: bold;
  text-align: center;
}
.step_progress p span {
  font-size: 10px;
  line-height: 1.5;
}
@media (min-width: 1024px) {
  .step_progress p {
    justify-content: center;
    padding: 5px;
    font-size: 13px;
  }
  .step_progress p span {
    font-size: 10px;
  }
}
.step_progress p:last-child {
  margin-right: 0px;
}
.step_progress p._active {
  background: #FFCC00;
}
/* クーポン */
.list_coupon {
  position: relative;
  display: flex;
  margin-bottom: 20px;
  border: 1px solid #BABABA;
  align-items: center;
}
.list_coupon__image {
  flex-shrink: 0;
  position: relative;
  width: 112px;
  height: 112px;
}
.list_coupon__image p {
  position: absolute;
  top: 5px;
  left: 5px;
  font-size: 13px;
  font-weight: bold;
}
.list_coupon__image img.coupon_image {
  width: 100%;     /* 親要素の幅に合わせて広げる */
  height: 100%;    /* 親要素の高さに合わせて広げる */
  object-fit: cover;
}
.list_coupon__image img.no_image_coupon {
  position: absolute;
  top: 60%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.coupon_detail .list_coupon__image img.no_image_coupon {
  top: 50%;
}

.list_coupon__image.__shop {
  background: #FFCC00;
}
.list_coupon__image.__shop img.no_image_coupon {
  width: 66px;
}
.list_coupon__image.__coupon_code {
  background: #65B55B;
}
.list_coupon__image.__coupon_code img.no_image_coupon {
  width: 75px;
}
.list_coupon__image.__invite_friend {
  background: #65B55B;
}
.list_coupon__image.__invite_friend img {
  width: 52px;
}
.list_coupon__detaile {
  display: flex;
  flex-direction: column;
  align-items: stretch;
  padding: 10px;
  width: 100%;
}
.list_coupon__detaile ._period {
  display: flex;
  margin-top: 5px;
}
@media (max-width: 1023px) {
  .list_coupon__detaile ._data {
    font-size: 12px;
  }
}
.list_coupon__detaile ._period ._tag {
  margin-right: 5px;
  padding: 3px 5px;
  width: fit-content;
  font-size: 10px;
  color: white;
  background: #404040;
}
.list_coupon__detaile ._coupon_id {
  display: flex;
  margin-top: 10px;
}
@media (max-width: 1023px) {
  .list_coupon__detaile ._coupon_id {
    flex-direction: column;
  }
}
.list_coupon__detaile ._coupon_id ._tag {
  margin-right: 5px;
  padding: 3px 5px;
  width: fit-content;
  font-size: 10px;
  color: white;
  background: #404040;
}
@media (max-width: 1023px) {
  .list_coupon._show .list_coupon__detaile ._coupon_id {
    flex-direction: row;
  }
}
.list_coupon._show {
  align-items: center;
  border: none;
}
@media (max-width: 1023px) {
  .list_coupon._show {
    flex-direction: column;
  }
}
@media (max-width: 1023px) {
  .list_coupon._show .used_coupon {
    top: 80px;
  }
}
.list_coupon._show .list_coupon__image {
  width: 240px;
  height: 240px;
}
.list_coupon._show .list_coupon__image img.no_image_coupon {
  width: 140px;
}
@media (max-width: 1023px) {
  .list_coupon._show .list_coupon__detaile ._period {
    flex-direction: row;
  }
}
.list_coupon .used_coupon {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 1;
}
.list_coupon .used_coupon p {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 5px 10px;
  border: 4px solid #BABABA;
  background: white;
  font-size: 20px;
  font-weight: bold;
}
.list_coupon .used_coupon p span {
  font-size: 15px;
}
.__disabled-no-click {
  pointer-events: none;
  cursor: initial;
  opacity: 0.4;
}
.__disabled-clickable {
  pointer-events: auto;
  cursor: pointer;
  opacity: 0.4;
}
/* ポイント交換 */
.point_item_wrap {
  display: flex;
  flex-wrap: wrap;
}
.point_item_wrap._cart {
  flex-direction: column;
}
.point_item_wrap._cart .point_item {
  align-items: flex-start;
}
@media (min-width: 1024px) {
  .point_item_wrap._cart .point_item {
    margin-right: 0;
    width: 100%;
  }
}
.point_item_wrap._cart .point_item .amount {
  margin-right: 10px;
}

.point_item {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  margin-bottom: 20px;
  padding: 10px;
  width: 100%;
  background: white;
  border: 1px solid #D9D9D9;
}
@media (min-width: 1024px) {
  .point_item {
    margin-right: 12px;
    width: calc(33.3% - 8px);
  }
  .point_item:nth-child(3n) {
    margin-right: 0;
  }
}
.point_item._detaile {
  padding: 0;
  border: none;
}
@media (min-width: 1024px) {
  .point_item._detaile {
    width: 100%;
  }
}
.point_item._detaile .point_item__image_detaile {
  justify-content: flex-start;
}
@media (max-width: 890px) {
  .point_item._detaile .point_item__image_detaile {
    flex-direction: column;
  }
}
.point_item._detaile .point_item__image_detaile ._image {
  width: 364px;
}
@media (max-width: 890px) {
  .point_item._detaile .point_item__image_detaile ._image {
    width: 100%;
  }
}
.point_item._detaile .point_item__image_detaile ._detaile {
  margin-top: 20px;
  margin-left: 0;
  width: 100%;
}
@media (min-width: 1024px) {
  .point_item._detaile .point_item__image_detaile ._detaile {
    margin-top: 0;
    margin-left: 30px;
  }
}
.point_item._detaile .point_item__image_detaile .amount_cart {
  justify-content: flex-start;
}
@media (max-width: 890px) {
  .point_item._detaile .point_item__image_detaile .amount_cart {
    flex-direction: column;
    align-items: flex-start;
  }
  .point_item._detaile .point_item__image_detaile .amount_cart .amount {
    margin-bottom: 15px;
  }
  .point_item._detaile .point_item__image_detaile .amount_cart .btn_cart button {
    width: 100%;
  }
}
.point_item._detaile .point_item__image_detaile .amount_cart .amount {
  margin-right: 20px;
}
.point_item__image_detaile {
  display: flex;
  justify-content: space-between;
  height: 100%;
}
.point_item__image_detaile ._image {
  position: relative;
  flex-shrink: 0;
  width: 118px;
}
.point_item__image_detaile ._image ._icon {
  position: absolute;
  top: 10px;
  left: 10px;
}
.point_item__image_detaile ._detaile {
  margin-bottom: 10px;
  margin-left: 10px;
}
.point_item__image_detaile ._detaile a {
  margin-bottom: 5px;
  font-size: 15px;
  font-weight: bold;
}
.point_item__image_detaile ._detaile a span {
  display: inline;
  margin-right: 5px;
}
.point_item__image_detaile ._detaile ._point {
  display: flex;
  align-items: flex-end;
  justify-content: flex-end;
  margin-bottom: 5px;
}
.point_item__image_detaile ._detaile ._point p {
  display: flex;
  align-items: flex-end;
  gap: 2px;
  position: relative;
  width: fit-content;
  font-weight: bold;
}
.point_item__image_detaile ._detaile ._point p span {
  position: relative;
  z-index: 1;
}
.point_item__image_detaile ._detaile ._point p span:first-child {
  font-size: 20px;
}
.point_item__image_detaile ._detaile ._point p span:nth-child(2) {
  font-size: 15px;
}
.point_item__image_detaile ._detaile ._point p::before {
  content: "";
  display: block;
  position: absolute;
  bottom: 0;
  width: 100%;
  height: 10px;
  background: #FFCC00;
  z-index: 0;
}
.point_item__image_detaile ._detaile .attention {
  padding: 5px;
  background: #F8F8F8;
}
.point_item__image_detaile ._detaile .attention p {
  padding-bottom: 5px;
  font-size: 14px;
  border-bottom: 1px dashed #cccccc;
}
.point_item__image_detaile ._detaile .attention p:last-child {
  border: none;
}
.point_item .amount_cart {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.point_item .amount_cart .amount {
  display: flex;
  align-items: center;
}
.point_item .amount_cart .amount > * {
  margin-right: 5px;
}
.point_item .amount_cart .amount > *:last-child {
  margin-right: 0;
}
.point_item .amount_cart .amount .amount_input {
  max-width: 40px;
  max-height: 29px;
  min-height: auto;
  border: 2px solid black;
  border-radius: 5px;
}
.point_item .amount_cart .amount .btn_amount {
  position: relative;
  width: 29px;
  height: 29px;
  background: #E0E0E0;
  border-radius: 100px;
  cursor: pointer;
}
.point_item .amount_cart .amount .btn_amount::before {
  content: "";
  display: block;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 8px;
  height: 1px;
  background: black;
}
.point_item .amount_cart .amount .btn_amount._plus::after {
  content: "";
  display: block;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 1px;
  height: 8px;
  background: black;
}

.btn_cart button {
  display: flex;
  justify-content: center;
  align-items: center;
  min-width: 145px;
  min-height: 41px;
  background: black;
}
.btn_cart button img {
  margin-right: 10px;
  width: 24px;
}
.btn_cart button p {
  font-size: 13px;
  font-weight: bold;
  color: white;
}
.btn_cart._type2 button {
  width: 100%;
  min-height: 57px;
  background: #FFCC00;
  border: 2px solid black;
}
.btn_cart._type2 button div {
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: center;
  margin-right: 10px;
}
.btn_cart._type2 button div p {
  position: absolute;
  top: -11px;
  left: calc(50% + 3px);
  transform: translateX(-50%);
  font-size: 10px;
  font-weight: bold;
  color: #E71E1E;
}
.btn_cart._type2 button div img {
  margin-right: 0;
  width: 30px;
}
.btn_cart._type2 button p {
  font-size: 16px;
  color: black;
}
@media (min-width: 1024px) {
  ._image img {
    width: 120px;
    height: 120px;
    object-fit: contain;
  }
}


/*----------------------------------------------------*/
.year_select {
  position: relative;
  background: #ffffff;
  width: 230px !important;
}

.year_select::before,
.year_select::after {
  position: absolute;
  content: '';
  pointer-events: none;
}

.year_select::before {
  right: 0;
  display: inline-block;
  width: 2.8em;
  height: 2.8em;
  border-radius: 0 3px 3px 0;
  background-color: #000000;
  content: '';
}

.year_select::after {
  position: absolute;
  top: 50%;
  right: 1.4em;
  transform: translate(50%, -50%) rotate(45deg);
  width: 6px;
  height: 6px;
  border-bottom: 2px solid #fff;
  border-right: 2px solid #fff;
  content: '';
}

.year_select select {
  appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  min-width: 230px;
  height: 2.8em;
  padding: .4em 3.6em .4em .8em;
  border: 2px solid #000000;
  border-radius: 3px;
  color: #000000;
  font-size: 1em;
  cursor: pointer;
}

.year_select select:focus {
  outline: 1px solid #000000;
}
.year_select_btn{
  background: #000;
  color: #fff;
  text-align: center;
  margin: 0;
  padding: 0 50px !important;
}
.year_select_btn input, .year_select_btn textarea{
  width: inherit !important;
  font-size: 13px;
  font-weight: 700;
}
/*---------------------------お知らせカテゴリラベル-------------------------*/
.bg-\[\#0168B7\] {
  --tw-bg-opacity: 1;
  background-color: rgb(1 104 183 / var(--tw-bg-opacity));
}
.bg-\[\#00B900\] {
  --tw-bg-opacity: 1;
  background-color: rgb(0 185 0 / var(--tw-bg-opacity));
}
.bg-\[\#93440F\] {
  --tw-bg-opacity: 1;
  background-color: rgb(147 68 15 / var(--tw-bg-opacity));
}
.bg-\[\#F29501\] {
  --tw-bg-opacity: 1;
  background-color: rgb(242 149 1 / var(--tw-bg-opacity));
}
.bg-\[\#D1AF24\] {
  --tw-bg-opacity: 1;
  background-color: rgb(209 175 36 / var(--tw-bg-opacity));
}
.bg-\[\#CC2E01\] {
  --tw-bg-opacity: 1;
  background-color: rgb(142 142 142 / var(--tw-bg-opacity));
}
.bg-\[\#8E8E8E\] {
  --tw-bg-opacity: 1;
  background-color: rgb(142 142 142 / var(--tw-bg-opacity));
}
.bg-\[\#B4B4B4\] {
  --tw-bg-opacity: 1;
  background-color: rgb(180 180 180 / var(--tw-bg-opacity));
}

/*--------------------------メッセージ-------------------------*/
.messageOpen,
.messageClose {
  font-weight: bold;
  text-decoration: underline;
}

.messageOpen:hover,
.messageClose:hover {
  background-color: #e0e0e0;
  cursor: pointer;
}
/* 個別メッセージ */
.private_message .image-container, .private_message .image-container__pc{
  display: flex!important;
  justify-content: center;
}
.private_message .image-container img{
  padding: 5px 0;
  max-height: 200px;
}
.private_message .image-container__pc img{
  padding: 5px 0;
  max-height: 320px;
}
/*--------------------------新規会員登録-------------------------*/
.step_title{
  background: #FBEEBE;
  padding: 8px 0 8px 12px;
  font-weight: 700;
  margin-bottom: 16px;
}

@media (min-width: 1024px) {
  #registration_new div.label{
    width: 350px !important;
  }
  #registration_new .indent_box .label{
    width: 11rem !important;
  }
  #registration_new .input._indent > div label{
    width: 160px !important;
  }
  #registration_new .indent_input::after{
    width: 175px !important;
  }
  #registration_new .input._name_input > div label{
    width: 80px !important;
  }
  #registration_new .pc_ml_name_label{
    margin-left: 5rem;
  }
}
@media (max-width: 1024px) {
  #registration_flow{
    margin-top: 10px;
  }
}
/*--------------------------有料会員登録-------------------------*/
@media (min-width: 1024px) {
  #fanclub_entry .label{
    width: 25.5rem !important;
  }
  #fanclub_entry .pc_ml--34{
    margin-left: -11.6rem;
  }
  #fanclub_entry .pc_ml_name_label{
    margin-left: -6rem;
  }
  .pc_pl-12{
    padding-left: 3rem;
  }
}
.btn_s input[type=submit]{
  width: 120px !important;
}
#fanclub_entry .table._border_b_gray03 tbody tr:nth-child(2n){
  background: none !important;
}
/*--------------------------common-------------------------*/
@media (min-width: 1024px) {
  .pc_pl-60{
    padding-left: 15rem !important;
  }
  .pc_pl-0{
    padding-left: 0px !important;
  }
}
/*------------------*/

.nav ul li a span._en,.user_info,._en {
  font-family: "Antonio", sans-serif;
}
body{
  font-family: "Noto Sans JP", sans-serif;
}

.font-en{
  font-family: "Antonio", sans-serif;
}
.w-5{
  width: 1.25rem;
}
/*--------------------------会員情報-------------------------*/
@media (min-width: 1024px){
  #member_info_edit div.label{
    width: 400px !important;
  }
  #member_info_edit .pc-label_w215{
    margin-top: 10px;
    margin-right: 20px;
    width: 215px !important;
  }
}


/*---------オプションサービス---------*/
.option_table .label{
  width: 100%;
}
@media (min-width: 1024px) {
  #application_info div.label{
    width: 350px !important;
  }
  #application_info .pc-label_w220{
    margin-top: 10px;
    margin-right: 20px;
    width: 220px;
  }
  .option_table .label{
    width: 280px !important;
    display: inline-block;
  }
}
.option_table p{
  border-bottom: 1px dotted #BABABA;
}

/*---------ポイント交換アイテム---------*/
.text-wallpaper{
  color: #00407f !important;
}
.text-lottery{
  color: #7e7e7e !important;
}
.text-new{
  color: #CC2E01;
  font-weight: bold;
  font-size: 12px;
}
.cart_button{
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 10px;
  text-decoration: none;
  background-color: #FFCC00;
  border: 2px solid #000;
  width: 100%;
  font-weight: bold;
}
.bg-primary_light_y{
  background: #FBEEBE;
}
#point_shipping .registered .form_wrap > div{
  border-bottom: 1px solid #BABABA !important;
  padding: 0;
}
#point_shipping .registered .form_wrap > div:last-child{
  border-bottom: 1px solid #BABABA !important;
}
#confirm .point_item__image_detaile ._detaile ._point p::before{
  background: none !important;
}
#confirm .form_wrap > div{
  border: 1px solid #BABABA !important;
  padding: 0;
}
#confirm div.label{
  padding: 20px;
  background: #F0F1F1;
}
#confirm .form_wrap > div:last-child{
  border-bottom: 1px solid #BABABA !important;
}
#confirm .form_wrap > div.address, .form_wrap > div.label_start{
  align-items: stretch !important;
}
@media (min-width: 1024px) {
  #point_shipping .input._name_input > div label {
      width: 170px !important;
  }
  #point_shipping .registered div.label{
    background: #F0F1F1;
    padding: 20px;
  }
}
@media (max-width: 1023px) {
  #point_shipping .registered .form_wrap > div{
    padding: 0;
    border-bottom: 1px solid #BABABA !important;
    display: block;
  }
  #point_shipping .registered div.label {
    margin-bottom: 0px;
    background: #F0F1F1;
    padding: 8px;
    border-bottom: 1px solid #BABABA
  }
  #confirm .form_wrap > div{
    padding: 0;
    display: block;
  }
  #confirm div.label{
    margin-bottom: 0;
    background: #F0F1F1;
    padding: 10px;
    border-bottom: 1px solid #BABABA;
  }

}
@media (min-width: 1024px) {
  #inquiries input, textarea{
    width: 100% !important;
  }
}
/*-------------------共通------------------------*/
#event_foam .select select {
  border: 2px solid #000;
  background: #fff;
}
.search_area .select select{
  border: none !important;
  background: #EAEAEA;
  padding: 15px;
}
#event_foam .select select,
.search_area .form_wrap._filter > div .select select
{
  width: inherit !important;
  height: inherit !important;
}
.search_area .select::after{
  background: #000000;
  color: #fff;
  right: 0;
  height: 100%;
  width: 50px !important;
  padding: 10px 0 0 15px;
}
#event_foam .select select::after ,
#event_foam .select.disabled::after{
  background: #000000;
  color: #fff;
  right: 0;
  height: 100%;
  width: 50px !important;
  padding: 5px 0 0 15px;
}
@media (max-width: 1023px) {
.search_area .btn{
  margin-top: 20px;
}
.search_area  .form_wrap._filter._style2 > div{
  margin-bottom: 0;
}
}

.py-3\.5{
  padding-top: 0.875rem !important;
  padding-bottom: 0.875rem !important;
}
.search_area .btn_M_style._primary > .search.btn.btn-primary,
.search_area .btn_wrap._primary.__M *,
.search_area .form_wrap._filter._style2 .btn._M{
  min-height: 54px;
}

.checkbox.delete_profile_image label {
  width: fit-content !important;
  font-weight: bold;
}
.checkbox.delete_profile_image label span {
  width: 22px;
  height: 22px;
  border-width: 2px;
}
.checkbox.delete_profile_image label span::before {
  content: "\e5ca";
  position: relative;
  top: -3px;
  left: -2px;
  font-family: "Material Icons";
  transform: rotate(0deg);
  opacity: 0;
  transition: 0.25s;
  font-size: 16px;
}
.checkbox.delete_profile_image label span::after {
  display: none;
}
.checkbox.delete_profile_image input:checked + label span {
  border: 2px solid black;
  border-color: initial;
  background-color: white;
  opacity: 1;
}
.checkbox.delete_profile_image input:checked + label span::before {
  opacity: 1;
  transition: 0.25s;
}
/*-----------------------------------------------------*/
.btn.disabled, .btn:disabled, fieldset:disabled .btn{
  background-color: #b5b5b5 !important;
  border-color: #cbcbcb !important;
}
.action-buttons .btn-primary{
  --bs-btn-bg : #001E55 !important;
  background: #001E55 !important;
  --bs-btn-color: #FFFFFF !important;
  color: #FFFFFF !important;
  border: none;
}
div.panel-default .btn-primary{
  --bs-btn-bg : #001E55 !important;
  background: #001E55 !important;
  --bs-btn-color: #FFFFFF !important;
  color: #FFFFFF !important;
  border: none;
}
/*--------------------------tablet---------------------------*/
@media (max-width: 1023px) {
  #tab_view .form_wrap > div{
    flex-direction: row !important;
    align-items: center;
  }
  .table tr.tr_irregular .select {
    top: 40px !important;
  }
}
/*--------------------------マイ・ナンバーHAWKS---------------------------*/
.reg_number .field_with_errors{
  width: 100%;
}
/*-----------------------------button------------------------*/
.btn a{
  display: block;
  height: 100%;
  width: 100%;
  vertical-align: middle;
}
.year_select_btn{
 padding: 0 !important;
 width: 190px !important;
 min-height: 54px;
}
.year_select_btn input:disabled{
  background: initial;
  border: none;
  color: #ffffff;
}
@media (max-width: 1023px) {
  .year_select_btn{
    width: 100% !important;
    margin-top: 20px;
   }
   .year_select_btn input[type=submit]{
    min-height: 54px !important;
   }
}
/* divテーブル用PC表示時にセンタリング希望の対応用 */
@media (min-width: 1024px) {
  .adjust_position{
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
  }
}

/* synergy連携用 */
.syn-cts-creative li{
  list-style: none;
}

.syn-cts-creative li a img {
  width: 100%;
}
