/* デフォルトヘッダー 非表示 */
section.header__wrap {
    display: none;
}

/* イベントトップに戻る */
p.portal-event-top {
    font-size: 0 !important;
}
p.portal-event-top:before {
    font-size: 14px;
    content: "← Back";
    border: 1px solid #c2c2c2;
    color: #888;
    padding: 6px 10px;
    border-radius: 18px;
}
p.portal-event-top:hover {
    transition: 0.3s;
    opacity: 0.7;
}

/* ページ上部へのアンカーリンク */
button.mx-2.top-button__content.base-background-color.v-btn.v-btn--contained.v-btn--fab.v-btn--round.theme--dark.v-size--default {
    background-color: #231815 !important;
}

/* お知らせ一覧 */
/* モジュールタイトル */
.list-title__border.base-background-color {
    background-color: #00913A !important;
}
/* 日付 */
span.information-date__text.base-color {
    color: #231815 !important;
}
.public_period {
    color: #231815 !important;
}
/* ページネーション */
button.v-pagination__item.v-pagination__item--active {
    background-color: #00913A !important;
}

/* お知らせ詳細 */
.detail-title__border.base-background-color {
    background-color: #00913A !important;
}
section.detail__wrap.portal__layout {
    margin-top: 10px;
}

/*QR読み取りボタンの色を変える*/
.qrscanner-button__event-color{
    color:#00913A!important;
}
.qrscanner-button__event-color path{
    fill:#00913A!important;
}
.qrscanner-button{
    border:1px #00913A solid !important;
}

/*ポイントラリー*/
.gacha-container {
    max-width: 900px;
    margin: 0 auto;
}

.gacha-rally-card {
    background: white;
    border-radius: 12px;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);
    overflow: hidden;
    padding: 40px 50px;
}

/* ヘッダー */
.gacha-header {
    text-align: center;
    margin-bottom: 30px;
}

.gacha-header h1 {
    display: inline-flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    padding: 4px 16px;
    background: #E9F0EB;
    border-radius: 4px;
    font-size: 18px;
    font-weight: 600;
    color: #333;
    height: 32px;
}

/* 説明文 */
.gacha-description-section {
    margin-bottom: 40px;
    font-size: 14px;
    line-height: 1.8;
}

.gacha-description-section p {
    margin-bottom: 10px;
}

.gacha-note-main {
    font-size: 12px;
    color: #666;
}

/* セクションタイトル */
.gacha-section-title {
    text-align: center;
    margin-bottom: 30px;
}

.gacha-section-title h2 {
    display: inline-flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    padding: 4px 16px;
    background: #E9F0EB;
    border-radius: 4px;
    font-size: 16px;
    font-weight: 600;
    color: #333;
    height: 32px;
}

/* コンテンツラッパー */
.gacha-content-wrapper {
    display: flex;
    gap: 30px;
    margin-bottom: 50px;
}

/* 左側：アクションリスト */
.gacha-action-list {
    flex: 1;
}

.gacha-action-list h3 {
    font-size: 15px;
    font-weight: 600;
    margin-bottom: 15px;
    color: #333;
}

.gacha-action-list h3.gacha-mt-20 {
    margin-top: 30px;
}

.gacha-action-items {
    margin-bottom: 10px;
}

.gacha-action-item {
    display: flex;
    align-items: center;
    padding: 8px 0;
    font-size: 14px;
}

.gacha-action-item .gacha-number {
    min-width: 24px;
    font-weight: 600;
    color: #666;
}

.gacha-action-item .gacha-action-name {
    flex-grow: 1;
}

.gacha-action-item .gacha-dots {
    flex-grow: 1;
    border-bottom: 1px dotted #ccc;
    margin: 0 8px;
    min-width: 20px;
}

.gacha-action-item .gacha-colon {
    color: #333;
    margin-right: 4px;
}

.gacha-action-item .gacha-points {
    font-weight: 600;
    color: #00913A;
    white-space: nowrap;
    text-align: right;
    min-width: 50px;
}

.gacha-note-small {
    font-size: 11px;
    color: #666;
    margin-top: 5px;
    line-height: 1.5;
}

/* 右側：ポイントカード */
.gacha-point-card-wrapper {
    flex-shrink: 0;
    width: 340px;
}

.gacha-point-card {
    border: 4px solid #00913A;
    border-radius: 12px;
    padding: 20px;
    text-align: center;
    background-color: #E9F0EB;
    margin-bottom: 15px;
    width: 100%;
    box-sizing: border-box;
}

.gacha-earned-badge {
    background-color: #00913A;
    color: white;
    padding: 8px 20px;
    border-radius: 20px;
    display: block;
    font-size: 13px;
    font-weight: 600;
    margin: 0 15px 15px 15px;
}

.gacha-point-display {
    font-weight: bold;
    color: #00913A;
}

.gacha-point-number {
    font-size: 72px;
    line-height: 1;
}

.gacha-point-unit {
    font-size: 32px;
    margin-left: 4px;
}

/* ガチャカード */
.gacha-card {
    border: 2px solid #00913A;
    border-radius: 12px;
    padding: 0;
    background-color: white;
    width: 100%;
    box-sizing: border-box;
}

.gacha-button {
    background-color: #00913A;
    color: white;
    padding: 12px 20px;
    border-radius: 25px;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
    font-size: 16px;
    font-weight: 600;
    margin-bottom: 10px;
}

.gacha-ticket-icon {
    width: 24px;
    height: 24px;
    color: white;
}

.gacha-card-description {
    font-size: 12px;
    font-weight: 600;
    color: #333;
    margin-top: 10px;
    margin-bottom: 5px;
}

.gacha-card-note {
    font-size: 11px;
    color: #666;
}

/* 会場でのガチャへの参加について */
.gacha-info {
    background-color: #FAFAFA;
    padding: 40px;
    margin-top: 40px;
    border-radius: 8px;
}

.gacha-section-title-green {
    text-align: center;
    color: #00913A;
    font-size: 18px;
    font-weight: 600;
    margin-bottom: 30px;
}

.gacha-ticket-icon-large {
    text-align: center;
    margin-bottom: 30px;
}

.gacha-ticket-icon-large svg {
    width: 80px;
    height: 60px;
}

.gacha-venue-box {
    border: 1px solid #333;
    border-radius: 4px;
    margin: 0 auto 24px;
    max-width: 640px;
}

.gacha-venue-text {
    text-align: center;
    font-size: 15px;
    font-weight: 600;
    color: #333 !important;
    margin: 0 !important;
    padding: 16px;
    display: block;
}

.gacha-venue-text:hover {
    opacity: 0.7;
}

.gacha-info-text {
    font-size: 14px;
    line-height: 1.8;
    color: #333;
    margin-bottom: 10px;
}

/* レスポンシブ */
@media (max-width: 768px) {
    .gacha-rally-card {
        padding: 30px 20px;
    }

    .gacha-content-wrapper {
        flex-direction: column;
    }

    .gacha-point-card-wrapper {
        width: 100%;
    }

    .gacha-action-item {
        font-size: 13px;
    }

    .gacha-point-number {
        font-size: 60px;
    }

    .gacha-point-unit {
        font-size: 28px;
    }

    .gacha-info {
        padding: 30px 20px;
        margin-top: 30px;
    }
}



/* スマホ版コンテンツの表示制御 */
/* PC幅（769px以上）では非表示 */
@media (min-width: 769px) {
    .gacha-container-sp {
        display: none !important;
    }
}

/* スマホ幅（768px以下）では表示 */
@media (max-width: 768px) {
    .gacha-container-sp {
        display: block;
    }
}

/* PC版では改行を非表示 */
.gacha-venue-br-sp {
    display: none;
}

/* スマホ幅（768px以下）では改行を表示 */
@media (max-width: 768px) {
    .gacha-venue-br-sp {
        display: inline;
    }
}

/* ガチャ参加券モーダル */
.gacha-modal {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 10000;
    display: none;
}

.gacha-modal-overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.5);
}

.gacha-modal-content {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    background: white;
    padding: 30px;
    border-radius: 12px;
    max-width: 400px;
    width: 90%;
    text-align: center;
    z-index: 10001;
    box-shadow: 0 4px 20px rgba(0, 0, 0, 0.3);
}

.gacha-modal-content h3 {
    font-size: 18px;
    font-weight: 600;
    color: #333;
    margin: 0 0 15px 0;
}

.gacha-modal-content p {
    font-size: 14px;
    color: #666;
    margin: 0 0 25px 0;
}

.gacha-modal-buttons {
    display: flex;
    gap: 10px;
    justify-content: center;
}

.gacha-modal-button {
    padding: 12px 24px;
    border-radius: 8px;
    font-size: 14px;
    font-weight: 600;
    cursor: pointer;
    border: none;
    transition: opacity 0.3s;
}

.gacha-modal-button:hover {
    opacity: 0.8;
}

.gacha-modal-button:disabled {
    opacity: 0.5;
    cursor: not-allowed;
}

.gacha-modal-cancel {
    background-color: #f0f0f0;
    color: #333;
}

.gacha-modal-confirm {
    background-color: #00913A;
    color: white;
}

.gacha-ticket-enabled {
    cursor: pointer;
    transition: opacity 0.3s;
}

.gacha-ticket-enabled:hover {
    opacity: 0.8;
}




/*マイページ*/
.mypage-title__text {
    border-color: #00913A !important;
}

.mypage-title__wrap {
    position: relative;
    z-index: 1;
}

.mypage-layout__wrap {
    position: relative;
}

.mypage-layout__wrap::before {
    content: '';
    position: absolute;
    background: #E9F0EB;
    width: 100%;
    height: 100vh;
    z-index: 0;
}

.mypage-contents__wrap {
    z-index: 1;
    position: relative;
    background-color: #E9F0EB !important;
}

.mypage-contents__wrap .v-btn--contained {
    background-color: #00913A !important;
}

.mypage-contents__wrap .info-top__wrap {
    background-color: transparent !important;
}

.mypage-contents__menu-item.active-event .mypage-contents__menu-item__label {
    color: #00913A !important;
}

.mypage-contents__wrap > .mypage-contents__menu > div:nth-child(2) > div > div.active-event > div > div.v-image__image.v-image__image--cover {
    background-image: url(https://mokucolle.eventos.tokyo/file/wysiwyg/1196/file-5ba9a3ad-1f30-4cff-9e62-f0e999af6668.png) !important;
}

.mypage-contents__wrap > .mypage-contents__menu > div:nth-child(3) > div > div.active-event > div > div.v-image__image.v-image__image--cover {
    background-image: url(https://mokucolle.eventos.tokyo/file/wysiwyg/1196/file-b9bf6906-0286-48f1-ba20-7bced1ef4ad4.png) !important;
}


.mypage-contents__wrap > .mypage-contents__menu > div:nth-child(6) > div > div > div > div.v-image__image.v-image__image--cover {
    background-image: url(https://mokucolle.eventos.tokyo/file/wysiwyg/1196/file-9992388f-370f-45cf-a57d-8147aa388d19.png) !important;
}

.mypage-contents__wrap > .mypage-contents__menu > div:nth-child(6) > div > div.active-event > div > div.v-image__image.v-image__image--cover {
    background-image: url(https://mokucolle.eventos.tokyo/file/wysiwyg/1196/file-99b9576f-0449-4de0-9f8f-fd5381505aca.png) !important;
}

.mypage-contents__wrap > .mypage-contents__menu > div:nth-child(5) > div > div > div > div.v-image__image.v-image__image--cover {
    background-image: url(https://mokucolle.eventos.tokyo/file/wysiwyg/1196/file-0f331a8c-8c5b-4c79-9fbf-ecb729dcd768.png) !important;
}

.mypage-contents__wrap > .mypage-contents__menu > div:nth-child(5) > div > div.active-event > div > div.v-image__image.v-image__image--cover {
    background-image: url(https://mokucolle.eventos.tokyo/file/wysiwyg/1196/file-d5d40e08-bdf8-4394-bbcc-fe627a8201b7.png) !important;
}


.mypage-contents__wrap > .mypage-contents__menu > div:nth-child(7) > div > div.active-event > div > div.v-image__image.v-image__image--cover {
    background-image: url(https://mokucolle.eventos.tokyo/file/wysiwyg/1196/file-8e5732b4-bfce-4a08-9dc3-7f9f7a9bb6ae.png) !important;
}

.mypage-contents__wrap > .mypage-contents__menu > div:nth-child(8) > div > div.active-event > div > div.v-image__image.v-image__image--cover {
    background-image: url(https://mokucolle.eventos.tokyo/file/wysiwyg/1196/file-27d5978a-e704-4a72-bf25-2e8708670acb.png) !important;
}

#app > div > section > section.mypage-layout__wrap.mypage__layout > div.mypage-contents__wrap > div.flex.mypage-contents__contents > section > section > div > div > div > div.flex.xs1 > button > span > div > div > div.v-image__image.v-image__image--cover {
    background-image: url(https://mokucolle.eventos.tokyo/file/wysiwyg/1196/file-2a26de49-58b2-4593-babb-32af27025c24.png) !important;
}

#app > div > section > section.mypage-layout__wrap.mypage__layout > div.mypage-contents__wrap > div.flex.mypage-contents__contents > section > section > div > div > div > div.flex.xs1 > button > span > div > p {
    color: #fff !important;
}

#app > div > section > section.mypage-layout__wrap.mypage__layout > div.mypage-contents__wrap > div.flex.mypage-contents__menu > div:nth-child(6) {
    display: none;
}

#app > div > section > section.mypage-layout__wrap.mypage__layout > div.mypage-contents__wrap > div.flex.mypage-contents__menu > div:nth-child(6) > div.mypage-contents-item.point-rally-menu-item > div > span {
    margin-left: 10px;
}


.mypage__wrap .selector-dialog__content .v-btn--contained {
    background-color: #00913A !important;
}

.mypage__wrap .save-cancel__button.v-btn--depressed {
    border: solid 1px green;
    color: green !important;
}

a.mypage-title__link {
    color: rgba(0, 0, 0, .87);
    text-decoration: none;
}

a.mypage-title__link:hover {
    opacity: 0.8;
}

.mypage-top-layout__wrap .v-image__image.v-image__image--cover {
  display: none;
}

.mypage-top-layout__wrap .v-responsive.v-image.menu-item__image {
    position: relative;
}

.mypage-top-layout__wrap .v-responsive.v-image.menu-item__image::before {
  content: '';
  width: 60px;
  height: 60px;
  background-size: contain;
  background-repeat: no-repeat;
  top: 50%;
  transform: translate(-50%, -50%);
  left: 50%;
  position: absolute;
}

#app > div > section > section.mypage-layout__wrap.mypage__layout > div.mypage-contents__wrap > div.flex.mypage-contents__contents > section > div > div:nth-child(1) > div > div > div.v-responsive.v-image.menu-item__image::before {
  background-image: url(https://mokucolle.eventos.tokyo/file/wysiwyg/1196/file-20246800-957f-4998-bf53-8d1fbe429689.png);
}

#app > div > section > section.mypage-layout__wrap.mypage__layout > div.mypage-contents__wrap > div.flex.mypage-contents__contents > section > div > div:nth-child(2) > div > div > div.v-responsive.v-image.menu-item__image::before {
  background-image: url(https://mokucolle.eventos.tokyo/file/wysiwyg/1196/file-14636c4a-3722-4aa4-a95f-7d27b58f32c4.png);
}

#app > div > section > section.mypage-layout__wrap.mypage__layout > div.mypage-contents__wrap > div.flex.mypage-contents__contents > section > div > div:nth-child(3) > div > div > div.v-responsive.v-image.menu-item__image::before {
  background-image: url(https://mokucolle.eventos.tokyo/file/wysiwyg/1196/file-5fbfde1b-e44f-463d-8b9e-88556c43ff3e.png);
}

#app > div > section > section.mypage-layout__wrap.mypage__layout > div.mypage-contents__wrap > div.flex.mypage-contents__contents > section > div > div:nth-child(4) > div > div > div.v-responsive.v-image.menu-item__image::before {
  background-image: url(https://mokucolle.eventos.tokyo/file/wysiwyg/1196/file-22dd8310-3d3f-4b3c-9ff2-1779f26788c8.png);
}

#app > div > section > section.mypage-layout__wrap.mypage__layout > div.mypage-contents__wrap > div.flex.mypage-contents__contents > section > div > div:nth-child(4) {
    display: none;
}

@media (max-width: 768px) {
  .mypage-top-layout__wrap .v-responsive.v-image.menu-item__image::before {
    height: 20px;
    width: 20px;
  }
}

@media (max-width: 600px) {
      #app > div > section > section.mypage-layout__wrap.mypage__layout > div.mypage-contents__wrap > div.flex.mypage-contents__menu > div:nth-child(6) {
        background-color: #fff;
    }
}

/*登録後画面*/

.regit-complete__content {
    margin: 300px auto !important;
}