@charset "UTF-8"; .contents-header { display: none; } .completed-text { font-size: 35px; } .completed-text { padding-bottom: 140px; } .completed-title { font-size: 24px; font-weight: 700; font-family: "Inter", sans-serif; } .v-dialog.v-dialog--active.v-dialog--persistent { width: 100% !important; max-width: 1275px; height: 100%; max-height: 804px; } .dialog__wrap.v-card.v-sheet.theme--light { width: 100%; height: 100%; background: rgba(255, 255, 255, 0.85) !important; display: flex; flex-direction: column; justify-content: center; } .button { color: #fff !important; border-radius: 50px; width: 320px; display: block; margin: auto auto 0; font-family: "Inter", sans-serif; padding: 21px 20px; text-align: center; line-height: 1; position: relative; overflow: hidden; z-index: 1; cursor: pointer; transition: transform 0.3s ease; color: #fff; font-family: "Noto Sans JP", sans-serif; font-size: 1.8rem; text-decoration: none; } .button::before, .button::after { content: ""; position: absolute; inset: 0; border-radius: inherit; z-index: -2; transition: opacity 0.6s ease; } .button::before { background: linear-gradient(90deg, rgb(47, 147, 109) 0%, rgb(30, 136, 133) 35%, rgb(44, 131, 167) 70%, rgb(83, 124, 147) 100%); opacity: 1; } .button::after { background: linear-gradient(90deg, rgb(232, 203, 122) 0%, rgb(244, 225, 128) 50%, rgb(242, 223, 198) 100%); opacity: 0; } .button:hover::before { opacity: 0; } .button:hover::after { opacity: 1; } .noise-layer { content: ""; position: absolute; inset: 0; z-index: -1; background-image: url("https://techgala.eventos.tokyo/file/wysiwyg/988/file-bff4a101-28af-464f-ab9d-ee24d717e651.png"); background-size: 140px 140px; background-repeat: repeat; opacity: 0.15; pointer-events: none; border-radius: inherit; } .button-wrapper { display: flex; gap: 20px; flex-direction: column; margin-top: auto; } .contents-header { display: none; } .completed-text { font-size: 35px; } .completed-text { padding-bottom: 140px; } .completed-title { font-size: 24px; font-weight: 700; font-family: "Inter", sans-serif; } .v-dialog.v-dialog--active.v-dialog--persistent { width: 100% !important; max-width: 1275px; height: 100%; max-height: 804px; } .dialog__wrap.v-card.v-sheet.theme--light { width: 100%; height: 100%; background: rgba(255, 255, 255, 0.85) !important; display: flex; flex-direction: column; justify-content: center; } .button { color: #fff !important; border-radius: 50px; width: 320px; display: block; margin: auto auto 0; font-family: "Inter", sans-serif; padding: 21px 20px; text-align: center; line-height: 1; position: relative; overflow: hidden; z-index: 1; cursor: pointer; transition: transform 0.3s ease; color: #fff; font-family: "Noto Sans JP", sans-serif; font-size: 1.8rem; text-decoration: none; } .button::before, .button::after { content: ""; position: absolute; inset: 0; border-radius: inherit; z-index: -2; transition: opacity 0.6s ease; } .button::before { background: linear-gradient(90deg, rgb(47, 147, 109) 0%, rgb(30, 136, 133) 35%, rgb(44, 131, 167) 70%, rgb(83, 124, 147) 100%); opacity: 1; } .button::after { background: linear-gradient(90deg, rgb(232, 203, 122) 0%, rgb(244, 225, 128) 50%, rgb(242, 223, 198) 100%); opacity: 0; } .button:hover::before { opacity: 0; } .button:hover::after { opacity: 1; } .noise-layer { content: ""; position: absolute; inset: 0; z-index: -1; background-image: url("https://techgala.eventos.tokyo/file/wysiwyg/988/file-bff4a101-28af-464f-ab9d-ee24d717e651.png"); background-size: 140px 140px; background-repeat: repeat; opacity: 0.15; pointer-events: none; border-radius: inherit; } .button-wrapper { display: flex; gap: 20px; flex-direction: column; margin-top: auto; } /* ①ブラウザ差異リセット用 CSS */ /* ②共通ヘッダー用 CSS */ /* ③共通フッター用 CSS */ /* ④eventosリセット & ページ共通カスタム用 CSS */ /* ⑤ライブホームカスタム用 CSS */ /* ⑥ブース内 共通の リセット&カスタム用 CSS */ /* ⑦ログイン&新規登録画面 リセット&カスタム用 CSS */ /* ーーーーーーーーー */ /* ーーーーーーーーー */ /* ーーーーーーーーー */ /* ーーーーーーーーー */ /* ーーーーーーーーー */ /* ーーーーーーーーー */ /* ーーーーーーーーー */ /* ーーーーーーーーー */ /* ーーーーーーーーー */ /* ①ブラウザ差異リセット用 CSS ここから*/ /*** The new CSS reset - version 1.8.4 (last updated 14.2.2023) GitHub page: https://github.com/elad2412/the-new-css-reset ***/ *:where(:not(html, iframe, canvas, img, svg, video, audio):not(svg *, symbol *)) { all: unset; display: revert; } *, *::before, *::after { box-sizing: border-box; } a, button { cursor: revert; } ol, ul, menu { list-style: none; } img { max-inline-size: 100%; max-block-size: 100%; vertical-align: bottom; } table { border-collapse: collapse; } input, textarea { -webkit-user-select: auto; user-select: auto; } textarea { white-space: revert; } meter { -webkit-appearance: revert; appearance: revert; } :where(pre) { all: revert; } ::placeholder { color: unset; } ::marker { content: initial; } :where([hidden]) { display: none; } :where([contenteditable]:not([contenteditable=false])) { -moz-user-modify: read-write; -webkit-user-modify: read-write; overflow-wrap: break-word; -webkit-line-break: after-white-space; line-break: after-white-space; -webkit-user-select: auto; user-select: auto; } :where([draggable=true]) { -webkit-user-drag: element; } :where(dialog:modal) { all: revert; } /* ①ブラウザ差異リセット用 CSS ここまで*/ /* ーーーーーーーーー */ /* ーーーーーーーーー */ /* ーーーーーーーーー */ /* ーーーーーーーーー */ /* ーーーーーーーーー */ /* ーーーーーーーーー */ /* ーーーーーーーーー */ /* ーーーーーーーーー */ /* ーーーーーーーーー */ /* ②共通ヘッダー用 CSS ここから*/ .v-application p { margin: 0 0 0 0; padding: 0 0 0 0; } /* りストの不要なパディングを削除 */ .v-application ol, .v-application ul { padding-left: unset !important; } .html__wrap { margin: 0 0 0 0 !important; } section.widget__wrap.event__layout { padding: 0 0 0 0 !important; text-align: center; } p.portal-event-top, .portal-top-button { display: none !important; } /*ヘッダー打消し用*/ .header__wrap.event__header { display: none; } /*mixin*/ .top-button__wrap { display: none; } .header__wrap.home__header { display: none; } .widget__wrap.home__layout { padding: 0; } @media screen and (max-width: 750px) { .button { font-size: 1.6rem; } .button { font-size: 1.6rem; } } /*# sourceMappingURL=reset.css.map */