
/* system
--------------------------- */
@import url(https://fonts.googleapis.com/icon?family=Material+Icons);
.sp {
  display: none !important;
}

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

@media (min-width: 890px) {
  .pc {
    display: inline-block !important;
  }
}
@media (min-width: 890px) {
  .main .inner {
    margin: 0 auto;
    width: 1024px;
  }
}
@media (max-width: 890px) {
  .main .inner {
    padding: 0 15px;
    width: 100%;
  }
}

.flex._sns_links {
  flex-wrap: wrap;
}
@media (min-width: 890px) {
  .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: 639px) {
  .flex._sns_links li {
    margin-bottom: 15px;
  }
}

.h1 {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  height: 92px;
  /* background: url(/../img/common/bg_title.png) no-repeat; */
  background-size: cover;
}
@media (min-width: 640px) {
  .h1 {
    height: 255px;
  }
}
.h1 span._en {
  font-size: 3rem;
  font-weight: bold;
}
@media (min-width: 640px) {
  .h1 span._en {
    font-size: 4.2rem;
  }
}
.h1 span._ja {
  font-size: 1.3rem;
}
@media (min-width: 640px) {
  .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: 1.5rem;
}

.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: 639px) {
  .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: 100px;
  }
  .menu_sp_only > div._inner > a ._icon {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100px;
    height: 100px;
    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 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: 890px) {
  .wrapper {
    flex-direction: column-reverse;
    width: 100%;
  }
}
@media (max-width: 890px) {
  .wrapper._adjust {
    flex-direction: column;
  }
}
.wrapper .left_col {
  margin-right: 20px;
  width: 680px;
}
@media (max-width: 890px) {
  .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: 890px) {
  .wrapper .right_col {
    width: 100%;
  }
}

.top_user_info {
  display: flex;
  background: white;
}
.top_user_info ._left {
  flex-shrink: 0;
  width: 128px;
  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;
}
.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: 639px) {
  .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: 639px) {
  .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: 639px) {
  .pagination ul li a.prev {
    color: white;
    background: black !important;
  }
  .pagination ul li a.prev svg {
    fill: white;
  }
}
@media (max-width: 639px) {
  .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: 639px) {
  .pagination ul li._disabled a.prev {
    color: black;
    background: #BABABA !important;
  }
  .pagination ul li._disabled a.prev svg {
    fill: black;
  }
}
@media (max-width: 639px) {
  .pagination ul li._disabled a.next {
    color: black;
    background: #BABABA !important;
  }
  .pagination ul li._disabled a.next svg {
    fill: black;
  }
}
@media (max-width: 639px) {
  .pagination ul li._disabled a.first {
    color: black;
    background: #BABABA !important;
  }
  .pagination ul li._disabled a.first svg {
    fill: black;
  }
}
@media (max-width: 639px) {
  .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: 639px) {
  .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: 639px) {
  .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: 890px) {
  .w695_pc {
    width: 695px;
  }
}

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

.bg_primary {
  background: #FFCC00;
}

.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: 639px) {
  .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: 639px) {
  .w100p_sp {
    width: 100%;
  }
}

.h5 {
  height: 5px;
}
/*# sourceMappingURL=common.css.map */
.text-alert {
  color: #ff0000;
}

/*# sourceMappingURL=event.css.map */
/**
 * kaminariで生成されるHTMLの装飾
 */

.pagination {
  display: flex;
  column-gap: 0.5rem;
  justify-content: center;
  margin-top: 2rem;
  margin-bottom: 2rem;
}

.pagination .page.current {
  display: block;
  padding: 0.5rem;
  color: var(--primary-color);
}

.pagination a {
  display: block;
  padding: 0.5rem;
}
.pagination-mypage{
  margin-top: 2rem;
  margin-bottom: 2rem;
  display: flex;
  place-content: center;
  justify-content: center;
  column-gap: 0.5rem;
}
.bg-\[\#dcdddd\] {
  --tw-bg-opacity: 1;
  background-color: rgb(220 221 221 / var(--tw-bg-opacity));
}
.text-\[\#898989\] {
  --tw-text-opacity: 1;
  color: rgb(137 137 137 / var(--tw-text-opacity));
}
@media (min-width: 992px){
.pc\:bg-transparent {
    background-color: initial;
}
.pc\:text-main {
  --tw-text-opacity: 1;
  color: rgb(0 1 33 / var(--tw-text-opacity));

}
.pagination-mypage .prev {
  padding-right: 2rem;
}
.pagination-mypage .next{
  padding-left: 2rem;
}
}
/* system
--------------------------- */
@import url(https://fonts.googleapis.com/icon?family=Material+Icons);
.sp {
  display: none !important;
}

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

@media (min-width: 890px) {
  .pc {
    display: inline-block !important;
  }
}
.modal {
  opacity: 0;
  visibility: hidden;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 100;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.8);
  overflow: auto;
}
.modal.is-active {
  opacity: 1;
  visibility: initial;
}

.modal_content {
  position: relative;
  top: 80px;
  width: calc(100% - 20px);
  z-index: 10;
  margin: 0 10px;
}
@media (min-width: 890px) {
  .modal_content {
    max-width: 900px;
    left: 50%;
    transform: translateX(-50%);
  }
  .mobilecard .modal_content {
    max-width: 580px;
    left: 50%;
    transform: translateX(-50%);
  }
}
.modal_content__body {
  background: white;
}
.modal_content__btn-close {
  position: absolute;
  top: -50px;
  right: 0px;
  z-index: 12;
}
/*# sourceMappingURL=modal_style.css.map */

/* system
--------------------------- */
@import url(https://fonts.googleapis.com/icon?family=Material+Icons);
.sp {
  display: none !important;
}

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

@media (min-width: 890px) {
  .pc {
    display: inline-block !important;
  }
}
/* テーブル
--------------------------- */
.table._border_b_gray03 tr{
  background: #F0F1F1;
  border-bottom: 1px dashed #BABABA;
}
.table._border_b_gray03 tbody tr{
  background: white;
  border-bottom: 1px dashed #BABABA!important;
}
.table._border_b_gray03 tr:first-child, .table._border_b_gray03 tr:last-child {
  border-bottom: 0px;
}
.table._border_b_gray03 tr:nth-child(2n){
  background: white;
}
.table._border_b_gray03 tbody tr:nth-child(2n){
  background: #F0F1F1;
}
.table._border_b_gray03.__border_b_gray03_adjust tbody tr{
  background: #F0F1F1;
  border-bottom: 1px dashed #BABABA;
}
.table._border_b_gray03.__border_b_gray03_adjust tbody tr:nth-child(2n){
  background: white;
}
.table._border_b_gray03._td_bg_none tr {
  background: white;
}
.table._border_b_gray03._td_bg_none tr:first-child {
  background: #F0F1F1;
}
.table._th_va_mid th {
  vertical-align: middle;
}
.table._td_va_mid td {
  vertical-align: middle;
}
@media (min-width: 1024px) {
  .table._irregular col:first-child {
    width: 480px;
  }
}
@media (min-width: 1024px) {
  .table._irregular col:nth-child(2) {
    width: 320px;
  }
}
@media (max-width: 1023px) {
  .table tr.tr_irregular {
    position: relative;
  }
  .table tr.tr_irregular .select {
    position: absolute;
    top: 64px;
    left: 0;
    margin-bottom: 20px!important;
  }
}
@media (max-width: 1023px) {
  .table tr.tr_fanclub {
    position: sticky;
  }
}
.table tr.tr_irregular .tr_irregular__child {
  display: flex;
  align-items: center;
}
@media (max-width: 1023px) {
  .table tr.tr_irregular .tr_irregular__child {
    flex-direction: column;
  }
}
@media (min-width: 1024px) {
  .table tr.tr_irregular .tr_irregular__child .select {
    width: 140px;
  }
}
@media (max-width: 1023px) {
  .table tr.tr_irregular .tr_irregular__child .select {
    width: 100%;
  }
}
.table tr th > div {
  padding: 15px 10px;
}
@media (max-width: 1023px) {
  .table tr th > div {
    padding: 10px 5px;
  }
}
.table tr td > div {
  padding: 10px;
}
@media (max-width: 1023px) {
  .table tr td > div {
    padding: 10px 5px;
  }
}
.table tr td > div .radios label {
  margin-left: 5px;
}
.table tr td > div .radios label span {
  line-height: 1.5;
}

@media (max-width: 1023px) {
  .tr_irregular__text {
    padding-top: 84px;
  }
}
/*# sourceMappingURL=table.css.map */

/* REVIEW: アンケート画面用 */
.pos-A {
  position: absolute;
}

.pos-R {
  position: relative;
}

.pos-ex-text {
  right: 0;
  bottom: 0;
}

@media print, screen and (max-width: 750px) {
  .pos-ex-text {
    right: 2.1333333333vw;
    bottom: 1.0666666667vw;
  }
}
.W16px {
  width: 16px;
}

.disIB {
  display: inline-block;
}

.color-border-ex {
  border: 1px solid #f49c00;
  color: #f49c00;
}

@media print, screen and (max-width: 750px) {
  .flex1-0-300px {
    flex-wrap: wrap;
  }
  .flex1-0-300px li {
    flex: 1 0 300px;
  }
}
@media print, screen and (min-width: 751px) {
  #pageQuestionnaire .formBox .formTbl > tbody > tr > th {
    padding: 32px 4px 24px 0;
    width: 320px;
  }
}
#pageQuestionnaire .kaihousi li {
  margin: 0 7% 3% 0;
}

@media print, screen and (max-width: 750px) {
  #pageQuestionnaire .kaihousi li {
    margin: 12% 0 0;
  }
  #pageQuestionnaire .kaihousi li + li {
    margin: 24% 0 0;
  }
}
#pageQuestionnaire .formBox .formTbl .colInForm ul {
  display: flex;
  flex-wrap: wrap;
  max-width: none;
}

@media print, screen and (max-width: 750px) {
  #pageQuestionnaire .formBox .formTbl .colInForm ul {
    display: block;
    max-width: none;
  }
}
#pageQuestionnaire .radio label span {
  padding: 0 8px 0 0.8em;
}

#pageQuestionnaire .checkbox label span {
  padding: 0 8px 0 0.8em;
}

.pb12_sp6 {
  padding-bottom: 12px;
}
@media print, screen and (max-width: 992px) {
  .pb12_sp6 {
    padding-bottom: 6px;
  }
}

.fs16_sp8 {
  font-style: 20px;
}
@media print, screen and (max-width: 992px) {
  .fs16_sp8 {
    font-size: 8px;
  }
}

.border-radius10_sp5 {
  border-radius: 10px;
}
@media print, screen and (max-width: 992px) {
  .border-radius10_sp5 {
    border-radius: 5px;
  }
}

.line-clamp3_sp4 {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
  overflow: hidden;
}
@media print, screen and (max-width: 992px) {
  .line-clamp3_sp4 {
    -webkit-line-clamp: 4;
  }
}

.datebox {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  margin: 0;
  padding: 20px 0;
  min-height: 200px;
}
@media print, screen and (max-width: 992px) {
  .datebox {
    min-height: 150px;
  }
}
.datebox td {
  margin: 20px;
  padding: 0;
}
.datebox .color1 {
  display: inline-block;
}

.u-thumTxtList2 li:first-child .datebox {
  padding: 0 0 20px;
}

.unanswered, .applied {
  display: inline-block;
  width: auto;
  min-width: 108px;
}
@media print, screen and (max-width: 992px) {
  .unanswered, .applied {
    padding: 4px;
    min-width: 40px;
  }
}

/*# sourceMappingURL=questionnaire.css.map */
.pageQuestionnaire .form-control {
  padding: 0.75rem;
  width: 100%;
  max-width: 35rem;
}
.pageQuestionnaire textarea {
  height: 309px;
}
@media print, screen and (max-width: 992px) {
  .pageQuestionnaire textarea {
    height: 244px;
  }
}
@media print, screen and (min-width: 992px) {
  .pageQuestionnaire .pickadate-calendar {
    width: 290px;
  }
}
@media print, screen and (min-width: 992px) {
  .pageQuestionnaire .spMT5P {
    width: 282px !important;
  }
}
.pageQuestionnaire .required-wrap {
  display: flex;
  align-items: center;
}
@media print, screen and (max-width: 992px) {
  .pageQuestionnaire .required-wrap span {
    font-size: 14px;
  }
}
.pageQuestionnaire .required-wrap em {
  padding: 0.2em 0;
  width: 30px;
  font-size: 10px;
  font-style: normal;
  text-align: center;
}
@media print, screen and (min-width: 992px) {
  .pageQuestionnaire .required-wrap em {
    width: 53px;
  }
}
@media print, screen and (max-width: 992px) {
  .pageQuestionnaire label {
    font-size: 14px;
  }
}

.errTxt {
  font-size: 16px;
}
@media print, screen and (max-width: 992px) {
  .errTxt {
    font-size: 14px;
  }
}

@media print, screen and (max-width: 992px) {
  .formTbl th,
  .formTbl td {
    display: block;
  }
}

.select-box:after {
  z-index: 1;
}

.errField .select-box:after {
  z-index: 1;
  border-color: #ff0909 !important;
}

/*# sourceMappingURL=questionnaire_form.css.map */

.rules {
  font-size: 14px;
}

.rules h3 {
  padding: 8px 0 8px 0;
  font-size: 16px;
  line-height: 24px;
}

.rules h4 {
  display: inline;
  padding: 8px 0 8px 0;
  line-height: 24px;
}

.rules p {
  padding: 8px 0 16px 0;
  line-height: 24px;
}

.rules a {
  text-decoration: underline;
  transition: 0.3s;
}

.rules a:hover {
  text-decoration: none;
  opacity: 0.75;
}

.rules ul, .rules ol {
  padding: 8px 0 16px 16px;
}

.rules ul {
  list-style: disc;
}

.rules li {
  line-height: 24px;
}

@media print, screen and (min-width: 751px) {
  .rules-img img {
    width: 70%;
  }
}
ol.list_brackets li {
  counter-increment: cnt;
  list-style-type: none;
}

ol.list_brackets li::before {
  content: "（" counter(cnt) "）";
}

.pL-8 {
  padding-left: 0 !important;
}

/*# sourceMappingURL=rules.css.map */

/* 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%;
}
/**
 * Swiper 11.2.5
 * Most modern mobile touch slider and framework with hardware accelerated transitions
 * https://swiperjs.com
 *
 * Copyright 2014-2025 Vladimir Kharlampidi
 *
 * Released under the MIT License
 *
 * Released on: March 3, 2025
 */

@font-face{font-family:swiper-icons;src:url('data:application/font-woff;charset=utf-8;base64, d09GRgABAAAAAAZgABAAAAAADAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABGRlRNAAAGRAAAABoAAAAci6qHkUdERUYAAAWgAAAAIwAAACQAYABXR1BPUwAABhQAAAAuAAAANuAY7+xHU1VCAAAFxAAAAFAAAABm2fPczU9TLzIAAAHcAAAASgAAAGBP9V5RY21hcAAAAkQAAACIAAABYt6F0cBjdnQgAAACzAAAAAQAAAAEABEBRGdhc3AAAAWYAAAACAAAAAj//wADZ2x5ZgAAAywAAADMAAAD2MHtryVoZWFkAAABbAAAADAAAAA2E2+eoWhoZWEAAAGcAAAAHwAAACQC9gDzaG10eAAAAigAAAAZAAAArgJkABFsb2NhAAAC0AAAAFoAAABaFQAUGG1heHAAAAG8AAAAHwAAACAAcABAbmFtZQAAA/gAAAE5AAACXvFdBwlwb3N0AAAFNAAAAGIAAACE5s74hXjaY2BkYGAAYpf5Hu/j+W2+MnAzMYDAzaX6QjD6/4//Bxj5GA8AuRwMYGkAPywL13jaY2BkYGA88P8Agx4j+/8fQDYfA1AEBWgDAIB2BOoAeNpjYGRgYNBh4GdgYgABEMnIABJzYNADCQAACWgAsQB42mNgYfzCOIGBlYGB0YcxjYGBwR1Kf2WQZGhhYGBiYGVmgAFGBiQQkOaawtDAoMBQxXjg/wEGPcYDDA4wNUA2CCgwsAAAO4EL6gAAeNpj2M0gyAACqxgGNWBkZ2D4/wMA+xkDdgAAAHjaY2BgYGaAYBkGRgYQiAHyGMF8FgYHIM3DwMHABGQrMOgyWDLEM1T9/w8UBfEMgLzE////P/5//f/V/xv+r4eaAAeMbAxwIUYmIMHEgKYAYjUcsDAwsLKxc3BycfPw8jEQA/gZBASFhEVExcQlJKWkZWTl5BUUlZRVVNXUNTQZBgMAAMR+E+gAEQFEAAAAKgAqACoANAA+AEgAUgBcAGYAcAB6AIQAjgCYAKIArAC2AMAAygDUAN4A6ADyAPwBBgEQARoBJAEuATgBQgFMAVYBYAFqAXQBfgGIAZIBnAGmAbIBzgHsAAB42u2NMQ6CUAyGW568x9AneYYgm4MJbhKFaExIOAVX8ApewSt4Bic4AfeAid3VOBixDxfPYEza5O+Xfi04YADggiUIULCuEJK8VhO4bSvpdnktHI5QCYtdi2sl8ZnXaHlqUrNKzdKcT8cjlq+rwZSvIVczNiezsfnP/uznmfPFBNODM2K7MTQ45YEAZqGP81AmGGcF3iPqOop0r1SPTaTbVkfUe4HXj97wYE+yNwWYxwWu4v1ugWHgo3S1XdZEVqWM7ET0cfnLGxWfkgR42o2PvWrDMBSFj/IHLaF0zKjRgdiVMwScNRAoWUoH78Y2icB/yIY09An6AH2Bdu/UB+yxopYshQiEvnvu0dURgDt8QeC8PDw7Fpji3fEA4z/PEJ6YOB5hKh4dj3EvXhxPqH/SKUY3rJ7srZ4FZnh1PMAtPhwP6fl2PMJMPDgeQ4rY8YT6Gzao0eAEA409DuggmTnFnOcSCiEiLMgxCiTI6Cq5DZUd3Qmp10vO0LaLTd2cjN4fOumlc7lUYbSQcZFkutRG7g6JKZKy0RmdLY680CDnEJ+UMkpFFe1RN7nxdVpXrC4aTtnaurOnYercZg2YVmLN/d/gczfEimrE/fs/bOuq29Zmn8tloORaXgZgGa78yO9/cnXm2BpaGvq25Dv9S4E9+5SIc9PqupJKhYFSSl47+Qcr1mYNAAAAeNptw0cKwkAAAMDZJA8Q7OUJvkLsPfZ6zFVERPy8qHh2YER+3i/BP83vIBLLySsoKimrqKqpa2hp6+jq6RsYGhmbmJqZSy0sraxtbO3sHRydnEMU4uR6yx7JJXveP7WrDycAAAAAAAH//wACeNpjYGRgYOABYhkgZgJCZgZNBkYGLQZtIJsFLMYAAAw3ALgAeNolizEKgDAQBCchRbC2sFER0YD6qVQiBCv/H9ezGI6Z5XBAw8CBK/m5iQQVauVbXLnOrMZv2oLdKFa8Pjuru2hJzGabmOSLzNMzvutpB3N42mNgZGBg4GKQYzBhYMxJLMlj4GBgAYow/P/PAJJhLM6sSoWKfWCAAwDAjgbRAAB42mNgYGBkAIIbCZo5IPrmUn0hGA0AO8EFTQAA');font-weight:400;font-style:normal}:root{--swiper-theme-color:#007aff}:host{position:relative;display:block;margin-left:auto;margin-right:auto;z-index:1}.swiper{margin-left:auto;margin-right:auto;position:relative;overflow:hidden;list-style:none;padding:0;z-index:1;display:block}.swiper-vertical>.swiper-wrapper{flex-direction:column}.swiper-wrapper{position:relative;width:100%;height:100%;z-index:1;display:flex;transition-property:transform;transition-timing-function:var(--swiper-wrapper-transition-timing-function,initial);box-sizing:content-box}.swiper-android .swiper-slide,.swiper-ios .swiper-slide,.swiper-wrapper{transform:translate3d(0px,0,0)}.swiper-horizontal{touch-action:pan-y}.swiper-vertical{touch-action:pan-x}.swiper-slide{flex-shrink:0;width:100%;height:100%;position:relative;transition-property:transform;display:block}.swiper-slide-invisible-blank{visibility:hidden}.swiper-autoheight,.swiper-autoheight .swiper-slide{height:auto}.swiper-autoheight .swiper-wrapper{align-items:flex-start;transition-property:transform,height}.swiper-backface-hidden .swiper-slide{transform:translateZ(0);-webkit-backface-visibility:hidden;backface-visibility:hidden}.swiper-3d.swiper-css-mode .swiper-wrapper{perspective:1200px}.swiper-3d .swiper-wrapper{transform-style:preserve-3d}.swiper-3d{perspective:1200px}.swiper-3d .swiper-cube-shadow,.swiper-3d .swiper-slide{transform-style:preserve-3d}.swiper-css-mode>.swiper-wrapper{overflow:auto;scrollbar-width:none;-ms-overflow-style:none}.swiper-css-mode>.swiper-wrapper::-webkit-scrollbar{display:none}.swiper-css-mode>.swiper-wrapper>.swiper-slide{scroll-snap-align:start start}.swiper-css-mode.swiper-horizontal>.swiper-wrapper{scroll-snap-type:x mandatory}.swiper-css-mode.swiper-vertical>.swiper-wrapper{scroll-snap-type:y mandatory}.swiper-css-mode.swiper-free-mode>.swiper-wrapper{scroll-snap-type:none}.swiper-css-mode.swiper-free-mode>.swiper-wrapper>.swiper-slide{scroll-snap-align:none}.swiper-css-mode.swiper-centered>.swiper-wrapper::before{content:'';flex-shrink:0;order:9999}.swiper-css-mode.swiper-centered>.swiper-wrapper>.swiper-slide{scroll-snap-align:center center;scroll-snap-stop:always}.swiper-css-mode.swiper-centered.swiper-horizontal>.swiper-wrapper>.swiper-slide:first-child{margin-inline-start:var(--swiper-centered-offset-before)}.swiper-css-mode.swiper-centered.swiper-horizontal>.swiper-wrapper::before{height:100%;min-height:1px;width:var(--swiper-centered-offset-after)}.swiper-css-mode.swiper-centered.swiper-vertical>.swiper-wrapper>.swiper-slide:first-child{margin-block-start:var(--swiper-centered-offset-before)}.swiper-css-mode.swiper-centered.swiper-vertical>.swiper-wrapper::before{width:100%;min-width:1px;height:var(--swiper-centered-offset-after)}.swiper-3d .swiper-slide-shadow,.swiper-3d .swiper-slide-shadow-bottom,.swiper-3d .swiper-slide-shadow-left,.swiper-3d .swiper-slide-shadow-right,.swiper-3d .swiper-slide-shadow-top{position:absolute;left:0;top:0;width:100%;height:100%;pointer-events:none;z-index:10}.swiper-3d .swiper-slide-shadow{background:rgba(0,0,0,.15)}.swiper-3d .swiper-slide-shadow-left{background-image:linear-gradient(to left,rgba(0,0,0,.5),rgba(0,0,0,0))}.swiper-3d .swiper-slide-shadow-right{background-image:linear-gradient(to right,rgba(0,0,0,.5),rgba(0,0,0,0))}.swiper-3d .swiper-slide-shadow-top{background-image:linear-gradient(to top,rgba(0,0,0,.5),rgba(0,0,0,0))}.swiper-3d .swiper-slide-shadow-bottom{background-image:linear-gradient(to bottom,rgba(0,0,0,.5),rgba(0,0,0,0))}.swiper-lazy-preloader{width:42px;height:42px;position:absolute;left:50%;top:50%;margin-left:-21px;margin-top:-21px;z-index:10;transform-origin:50%;box-sizing:border-box;border:4px solid var(--swiper-preloader-color,var(--swiper-theme-color));border-radius:50%;border-top-color:transparent}.swiper-watch-progress .swiper-slide-visible .swiper-lazy-preloader,.swiper:not(.swiper-watch-progress) .swiper-lazy-preloader{animation:swiper-preloader-spin 1s infinite linear}.swiper-lazy-preloader-white{--swiper-preloader-color:#fff}.swiper-lazy-preloader-black{--swiper-preloader-color:#000}@keyframes swiper-preloader-spin{0%{transform:rotate(0deg)}100%{transform:rotate(360deg)}}.swiper-virtual .swiper-slide{-webkit-backface-visibility:hidden;transform:translateZ(0)}.swiper-virtual.swiper-css-mode .swiper-wrapper::after{content:'';position:absolute;left:0;top:0;pointer-events:none}.swiper-virtual.swiper-css-mode.swiper-horizontal .swiper-wrapper::after{height:1px;width:var(--swiper-virtual-size)}.swiper-virtual.swiper-css-mode.swiper-vertical .swiper-wrapper::after{width:1px;height:var(--swiper-virtual-size)}:root{--swiper-navigation-size:44px}.swiper-button-next,.swiper-button-prev{position:absolute;top:var(--swiper-navigation-top-offset,50%);width:calc(var(--swiper-navigation-size)/ 44 * 27);height:var(--swiper-navigation-size);margin-top:calc(0px - (var(--swiper-navigation-size)/ 2));z-index:10;cursor:pointer;display:flex;align-items:center;justify-content:center;color:var(--swiper-navigation-color,var(--swiper-theme-color))}.swiper-button-next.swiper-button-disabled,.swiper-button-prev.swiper-button-disabled{opacity:.35;cursor:auto;pointer-events:none}.swiper-button-next.swiper-button-hidden,.swiper-button-prev.swiper-button-hidden{opacity:0;cursor:auto;pointer-events:none}.swiper-navigation-disabled .swiper-button-next,.swiper-navigation-disabled .swiper-button-prev{display:none!important}.swiper-button-next svg,.swiper-button-prev svg{width:100%;height:100%;object-fit:contain;transform-origin:center}.swiper-rtl .swiper-button-next svg,.swiper-rtl .swiper-button-prev svg{transform:rotate(180deg)}.swiper-button-prev,.swiper-rtl .swiper-button-next{left:var(--swiper-navigation-sides-offset,10px);right:auto}.swiper-button-next,.swiper-rtl .swiper-button-prev{right:var(--swiper-navigation-sides-offset,10px);left:auto}.swiper-button-lock{display:none}.swiper-button-next:after,.swiper-button-prev:after{font-family:swiper-icons;font-size:var(--swiper-navigation-size);text-transform:none!important;letter-spacing:0;font-variant:initial;line-height:1}.swiper-button-prev:after,.swiper-rtl .swiper-button-next:after{content:'prev'}.swiper-button-next,.swiper-rtl .swiper-button-prev{right:var(--swiper-navigation-sides-offset,10px);left:auto}.swiper-button-next:after,.swiper-rtl .swiper-button-prev:after{content:'next'}.swiper-pagination{position:absolute;text-align:center;transition:.3s opacity;transform:translate3d(0,0,0);z-index:10}.swiper-pagination.swiper-pagination-hidden{opacity:0}.swiper-pagination-disabled>.swiper-pagination,.swiper-pagination.swiper-pagination-disabled{display:none!important}.swiper-horizontal>.swiper-pagination-bullets,.swiper-pagination-bullets.swiper-pagination-horizontal,.swiper-pagination-custom,.swiper-pagination-fraction{bottom:var(--swiper-pagination-bottom,8px);top:var(--swiper-pagination-top,auto);left:0;width:100%}.swiper-pagination-bullets-dynamic{overflow:hidden;font-size:0}.swiper-pagination-bullets-dynamic .swiper-pagination-bullet{transform:scale(.33);position:relative}.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active{transform:scale(1)}.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-main{transform:scale(1)}.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev{transform:scale(.66)}.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev-prev{transform:scale(.33)}.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next{transform:scale(.66)}.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next-next{transform:scale(.33)}.swiper-pagination-bullet{width:var(--swiper-pagination-bullet-width,var(--swiper-pagination-bullet-size,8px));height:var(--swiper-pagination-bullet-height,var(--swiper-pagination-bullet-size,8px));display:inline-block;border-radius:var(--swiper-pagination-bullet-border-radius,50%);background:var(--swiper-pagination-bullet-inactive-color,#000);opacity:var(--swiper-pagination-bullet-inactive-opacity, .2)}button.swiper-pagination-bullet{border:none;margin:0;padding:0;box-shadow:none;-webkit-appearance:none;appearance:none}.swiper-pagination-clickable .swiper-pagination-bullet{cursor:pointer}.swiper-pagination-bullet:only-child{display:none!important}.swiper-pagination-bullet-active{opacity:var(--swiper-pagination-bullet-opacity, 1);background:var(--swiper-pagination-color,var(--swiper-theme-color))}.swiper-pagination-vertical.swiper-pagination-bullets,.swiper-vertical>.swiper-pagination-bullets{right:var(--swiper-pagination-right,8px);left:var(--swiper-pagination-left,auto);top:50%;transform:translate3d(0px,-50%,0)}.swiper-pagination-vertical.swiper-pagination-bullets .swiper-pagination-bullet,.swiper-vertical>.swiper-pagination-bullets .swiper-pagination-bullet{margin:var(--swiper-pagination-bullet-vertical-gap,6px) 0;display:block}.swiper-pagination-vertical.swiper-pagination-bullets.swiper-pagination-bullets-dynamic,.swiper-vertical>.swiper-pagination-bullets.swiper-pagination-bullets-dynamic{top:50%;transform:translateY(-50%);width:8px}.swiper-pagination-vertical.swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet,.swiper-vertical>.swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet{display:inline-block;transition:.2s transform,.2s top}.swiper-horizontal>.swiper-pagination-bullets .swiper-pagination-bullet,.swiper-pagination-horizontal.swiper-pagination-bullets .swiper-pagination-bullet{margin:0 var(--swiper-pagination-bullet-horizontal-gap,4px)}.swiper-horizontal>.swiper-pagination-bullets.swiper-pagination-bullets-dynamic,.swiper-pagination-horizontal.swiper-pagination-bullets.swiper-pagination-bullets-dynamic{left:50%;transform:translateX(-50%);white-space:nowrap}.swiper-horizontal>.swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet,.swiper-pagination-horizontal.swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet{transition:.2s transform,.2s left}.swiper-horizontal.swiper-rtl>.swiper-pagination-bullets-dynamic .swiper-pagination-bullet{transition:.2s transform,.2s right}.swiper-pagination-fraction{color:var(--swiper-pagination-fraction-color,inherit)}.swiper-pagination-progressbar{background:var(--swiper-pagination-progressbar-bg-color,rgba(0,0,0,.25));position:absolute}.swiper-pagination-progressbar .swiper-pagination-progressbar-fill{background:var(--swiper-pagination-color,var(--swiper-theme-color));position:absolute;left:0;top:0;width:100%;height:100%;transform:scale(0);transform-origin:left top}.swiper-rtl .swiper-pagination-progressbar .swiper-pagination-progressbar-fill{transform-origin:right top}.swiper-horizontal>.swiper-pagination-progressbar,.swiper-pagination-progressbar.swiper-pagination-horizontal,.swiper-pagination-progressbar.swiper-pagination-vertical.swiper-pagination-progressbar-opposite,.swiper-vertical>.swiper-pagination-progressbar.swiper-pagination-progressbar-opposite{width:100%;height:var(--swiper-pagination-progressbar-size,4px);left:0;top:0}.swiper-horizontal>.swiper-pagination-progressbar.swiper-pagination-progressbar-opposite,.swiper-pagination-progressbar.swiper-pagination-horizontal.swiper-pagination-progressbar-opposite,.swiper-pagination-progressbar.swiper-pagination-vertical,.swiper-vertical>.swiper-pagination-progressbar{width:var(--swiper-pagination-progressbar-size,4px);height:100%;left:0;top:0}.swiper-pagination-lock{display:none}.swiper-scrollbar{border-radius:var(--swiper-scrollbar-border-radius,10px);position:relative;touch-action:none;background:var(--swiper-scrollbar-bg-color,rgba(0,0,0,.1))}.swiper-scrollbar-disabled>.swiper-scrollbar,.swiper-scrollbar.swiper-scrollbar-disabled{display:none!important}.swiper-horizontal>.swiper-scrollbar,.swiper-scrollbar.swiper-scrollbar-horizontal{position:absolute;left:var(--swiper-scrollbar-sides-offset,1%);bottom:var(--swiper-scrollbar-bottom,4px);top:var(--swiper-scrollbar-top,auto);z-index:50;height:var(--swiper-scrollbar-size,4px);width:calc(100% - 2 * var(--swiper-scrollbar-sides-offset,1%))}.swiper-scrollbar.swiper-scrollbar-vertical,.swiper-vertical>.swiper-scrollbar{position:absolute;left:var(--swiper-scrollbar-left,auto);right:var(--swiper-scrollbar-right,4px);top:var(--swiper-scrollbar-sides-offset,1%);z-index:50;width:var(--swiper-scrollbar-size,4px);height:calc(100% - 2 * var(--swiper-scrollbar-sides-offset,1%))}.swiper-scrollbar-drag{height:100%;width:100%;position:relative;background:var(--swiper-scrollbar-drag-bg-color,rgba(0,0,0,.5));border-radius:var(--swiper-scrollbar-border-radius,10px);left:0;top:0}.swiper-scrollbar-cursor-drag{cursor:move}.swiper-scrollbar-lock{display:none}.swiper-zoom-container{width:100%;height:100%;display:flex;justify-content:center;align-items:center;text-align:center}.swiper-zoom-container>canvas,.swiper-zoom-container>img,.swiper-zoom-container>svg{max-width:100%;max-height:100%;object-fit:contain}.swiper-slide-zoomed{cursor:move;touch-action:none}.swiper .swiper-notification{position:absolute;left:0;top:0;pointer-events:none;opacity:0;z-index:-1000}.swiper-free-mode>.swiper-wrapper{transition-timing-function:ease-out;margin:0 auto}.swiper-grid>.swiper-wrapper{flex-wrap:wrap}.swiper-grid-column>.swiper-wrapper{flex-wrap:wrap;flex-direction:column}.swiper-fade.swiper-free-mode .swiper-slide{transition-timing-function:ease-out}.swiper-fade .swiper-slide{pointer-events:none;transition-property:opacity}.swiper-fade .swiper-slide .swiper-slide{pointer-events:none}.swiper-fade .swiper-slide-active{pointer-events:auto}.swiper-fade .swiper-slide-active .swiper-slide-active{pointer-events:auto}.swiper.swiper-cube{overflow:visible}.swiper-cube .swiper-slide{pointer-events:none;-webkit-backface-visibility:hidden;backface-visibility:hidden;z-index:1;visibility:hidden;transform-origin:0 0;width:100%;height:100%}.swiper-cube .swiper-slide .swiper-slide{pointer-events:none}.swiper-cube.swiper-rtl .swiper-slide{transform-origin:100% 0}.swiper-cube .swiper-slide-active,.swiper-cube .swiper-slide-active .swiper-slide-active{pointer-events:auto}.swiper-cube .swiper-slide-active,.swiper-cube .swiper-slide-next,.swiper-cube .swiper-slide-prev{pointer-events:auto;visibility:visible}.swiper-cube .swiper-cube-shadow{position:absolute;left:0;bottom:0px;width:100%;height:100%;opacity:.6;z-index:0}.swiper-cube .swiper-cube-shadow:before{content:'';background:#000;position:absolute;left:0;top:0;bottom:0;right:0;filter:blur(50px)}.swiper-cube .swiper-slide-next+.swiper-slide{pointer-events:auto;visibility:visible}.swiper-cube .swiper-slide-shadow-cube.swiper-slide-shadow-bottom,.swiper-cube .swiper-slide-shadow-cube.swiper-slide-shadow-left,.swiper-cube .swiper-slide-shadow-cube.swiper-slide-shadow-right,.swiper-cube .swiper-slide-shadow-cube.swiper-slide-shadow-top{z-index:0;-webkit-backface-visibility:hidden;backface-visibility:hidden}.swiper.swiper-flip{overflow:visible}.swiper-flip .swiper-slide{pointer-events:none;-webkit-backface-visibility:hidden;backface-visibility:hidden;z-index:1}.swiper-flip .swiper-slide .swiper-slide{pointer-events:none}.swiper-flip .swiper-slide-active,.swiper-flip .swiper-slide-active .swiper-slide-active{pointer-events:auto}.swiper-flip .swiper-slide-shadow-flip.swiper-slide-shadow-bottom,.swiper-flip .swiper-slide-shadow-flip.swiper-slide-shadow-left,.swiper-flip .swiper-slide-shadow-flip.swiper-slide-shadow-right,.swiper-flip .swiper-slide-shadow-flip.swiper-slide-shadow-top{z-index:0;-webkit-backface-visibility:hidden;backface-visibility:hidden}.swiper-creative .swiper-slide{-webkit-backface-visibility:hidden;backface-visibility:hidden;overflow:hidden;transition-property:transform,opacity,height}.swiper.swiper-cards{overflow:visible}.swiper-cards .swiper-slide{transform-origin:center bottom;-webkit-backface-visibility:hidden;backface-visibility:hidden;overflow:hidden}
/*
 * This is a manifest file that'll be compiled into application.css, which will include all the files
 * listed below.
 *
 * Any CSS (and SCSS, if configured) file within this directory, lib/assets/stylesheets, or any plugin's
 * vendor/assets/stylesheets directory can be referenced here using a relative path.
 *
 * You're free to add application-wide styles to this file and they'll appear at the bottom of the
 * compiled file so the styles you add here take precedence over styles defined in any other CSS
 * files in this directory. Styles in this file should be added after the last require_* statement.
 * It is generally better to create a new file per style scope.
 *


 */

body {
  min-height: 100vh;
  display: flex;
  flex-direction: column;
}

main {
  flex-grow: 1;
}


/* 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;
  }
}
