/* 色指定 */
:root{
    --custom-main-color: #E9528E;
    --custom-sub-color: #7D40A0;
}

/* ------------------------------------------------------------------------------------------------------------------ */
/* wordpressデフォルト要素 */
.wp-block-template-part {
    display: none;
}

#wp--skip-link--target {
    margin-top: 0px !important;
}

.wp-block-group.alignfull.has-global-padding.is-layout-constrained.wp-block-group-is-layout-constrained {
    padding-bottom: 0px !important;
    padding-top: 0px !important;
}

.entry-content.alignfull.wp-block-post-content.has-global-padding.is-layout-constrained.wp-block-post-content-is-layout-constrained {
    margin-top: 0px;
}

.has-global-padding {
    padding-right: 0px !important;
    padding-left: 0px !important;
}

.has-global-padding > .alignfull {
    margin-right: 0px !important;
    margin-left: 0px !important;
}

:where(.wp-site-blocks *:focus) {
    outline: none !important;
}

/* 固定ページタイトル */
.wp-block-post-title {
    display: none;
}

:root :where(.is-layout-constrained) > * {
    margin-block-start: 0;
    margin-block-end: 0;
}



/* ------------------------------------------------------------------------------------------------------------------ */
/* 基本css */

html, body {
    background-color: #fff7fb;

    background-image:
        radial-gradient(1200px 900px at 50% 35%, rgba(255, 255, 255, 0) 35%, rgba(255, 182, 216, 0.28) 100%),
        repeating-radial-gradient(circle at 50% 50%,
        rgba(255, 255, 255, 0.55) 0 1px,
        transparent 1px 6px),
        linear-gradient(rgba(255, 255, 255, 0.38) 1px, transparent 1px),
        linear-gradient(90deg, rgba(255, 255, 255, 0.32) 1px, transparent 1px),
        radial-gradient(900px 650px at 16% 18%, rgba(255, 153, 204, 0.32), transparent 62%),
        radial-gradient(900px 650px at 86% 22%, rgba(255, 212, 234, 0.38), transparent 64%),
        radial-gradient(1000px 700px at 50% 110%, rgba(214, 188, 255, 0.22), transparent 66%),
        linear-gradient(180deg, #ffffff 0%, #fff3f9 45%, #ffd3e8 100%);

    background-size:
        auto,
        180px 180px,
        52px 52px,
        52px 52px,
        auto, auto, auto, auto;

    background-repeat:
        no-repeat,
        repeat,
        repeat,
        repeat,
        no-repeat, no-repeat, no-repeat, no-repeat;

    background-position: center;
    background-attachment: fixed;
    font-family: "Noto Sans JP", sans-serif;
    overflow-y: auto;
    scroll-behavior: smooth;
    position: relative;      
}

/* オーバースクロール許容 */
/* 禁止すると、PCで閲覧の時は、マウスホイールでのスクロールの時に不具合が生じる */
html, body {
  overscroll-behavior: auto;
}

/* スマホ・タブレット(1023px未満)の時は、オーバースクロール禁止 */
@media screen and (max-width: 1023px) {
  html, body {
    overscroll-behavior: none;
  }

  /* ただしホイール入力が発生した環境（=DevTools含むPC）は auto に戻す */
  html.has-wheel, html.has-wheel body {
    overscroll-behavior: auto;
  }
  
}


html {
  font-size: clamp(14px, 1.2vw, 16px) !important;
}

a {
  color: inherit;
  text-decoration: none;
  transition: opacity 0.3s;
}

*,
*::before,
*::after {
  box-sizing: border-box;
}

ul,
ol {
  padding: 0;
}

body,
h1,
h2,
h3,
h4,
p,
ul,
ol,
figure,
blockquote,
dl,
dd {
  margin: 0;
}

html {
  scroll-behavior: smooth;
}

body {
  height: 100%;
  line-height: 1.5;
  text-rendering: optimizeSpeed;
}

ul,
ol {
  list-style: none;
}

a:not([class]) {
  -webkit-text-decoration-skip: ink;
  text-decoration-skip-ink: auto;
}

img {
  display: block;
  max-width: 100%;
  width: 100%;
}

article > * + * {
  margin-top: 1em;
}

input,
button,
textarea,
select {
  font: inherit;
}

img:not([alt]) {
  filter: url('data:image/svg+xml;charset=utf-8,<svg xmlns="http://www.w3.org/2000/svg"><filter id="filter"><feGaussianBlur stdDeviation="10" /></filter></svg>#filter');
  filter: blur(10px);
}

input,
button,
select,
textarea {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background: transparent;
  border: none;
  border-radius: 0;
  font: inherit;
  outline: none;
}

textarea {
  resize: vertical;
}

input[type=checkbox],
input[type=radio] {
  display: none;
}

input[type=submit],
input[type=button],
label,
button,
select {
  cursor: pointer;
}

select::-ms-expand {
  display: none;
}

input, button, select, textarea {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    background: transparent;
    border: none;
    border-radius: 0;
    font: inherit;
    outline: none;
}

/* ------------------------------------------------------------------------------------------------------------------ */
/* SweetAlert */

.swal2-warning,
.swal2-info,
.swal2-question {
    border-color: var(--custom-main-color) !important;
    color: var(--custom-main-color) !important;
    height: 60px;
    width: 60px;
    margin: 40px auto 10px !important;
}

.swal2-error {
border-color: var(--custom-main-color) !important;
color: var(--custom-main-color) !important;
transform: scale(0.8);
}

.swal2-success {
    transform: scale(0.8);
    border-color: var(--custom-main-color) !important;
    color: var(--custom-main-color) !important;
}

.swal2-error .swal2-x-mark-line-left,
.swal2-error .swal2-x-mark-line-right {
background-color: var(--custom-main-color) !important;
}

.swal2-icon-content {
    font-size: 40px !important;
}

div:where(.swal2-icon).swal2-success {
    border-color: var(--custom-main-color) !important;
    color: var(--custom-main-color) !important;
}

div:where(.swal2-icon).swal2-success [class^=swal2-success-line] {
    background-color: var(--custom-main-color) !important;
}

div:where(.swal2-icon).swal2-success [class^=swal2-success-line] {
    background-color: var(--custom-main-color) !important;
}

div:where(.swal2-icon).swal2-success .swal2-success-ring {
    border: .25em solid var(--custom-main-color) !important;
}

div:where(.swal2-container) div:where(.swal2-validation-message)::before {
    background-color: var(--custom-main-color) !important;
}

/* htmlコンテナ */
#swal2-html-container {
    width: 100%;
    overflow: hidden;
    display: flex !important;
    flex-direction: column;
    align-items: center;
    padding: 0px;
    font-size: 1rem;
    color: #535353;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
}

/* ボタンコンテナ */
.swal2-actions {
    display: flex;
    gap: 10px;
    align-items: center;
    flex-direction: row;
    justify-content: center;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    margin-bottom: 40px;
}

/* エラーOKボタン */
.custom-error-ok-button {
    font-size: 0.875rem;
    background: var(--custom-main-color);
    color: #fff;
    border-radius: 100px;
    width: 120px;
    height: 30px;
    text-align: center;
    cursor: pointer;
    transition: background-color 0.3s, color 0.3s;
    margin: 0 auto;
    display: block;
    position: relative;
}

.custom-ok-button {
    font-size: 0.875rem;
    background: var(--custom-main-color);
    color: #fff;
    border-radius: 100px;
    width: 120px;
    height: 30px;
    text-align: center;
    cursor: pointer;
    transition: background-color 0.3s, color 0.3s;
    margin: 0 auto;
    display: block;
    position: relative;
}

.custom-login-guidance-button {
    font-size: 0.875rem;
    background: var(--custom-main-color);
    color: #fff;
    border-radius: 100px;
    width: 140px;
    height: 30px;
    text-align: center;
    cursor: pointer;
    transition: background-color 0.3s, color 0.3s;
    margin: 0 auto;
    display: block;
    position: relative;
}

.custom-cancel-button {
    font-size: 0.875rem;
    background-color: #AAAAAC;
    color: #fff;
    border-radius: 100px;
    width: 120px;
    height: 30px;
    text-align: center;
    cursor: pointer;
    transition: background-color 0.3s, color 0.3s;
    margin: 0 auto;
    display: block;
    position: relative;
}

/* 今後表示しないチェックボックス */
.custom-not-show-again-checkbox-wrapper {
    position: relative;
    padding-left: 30px;
    font-size: 1rem;
    cursor: pointer;
    user-select: none;
    display: inline-block;
    margin-top: 20px;
}

.custom-not-show-again-checkbox-wrapper input[type="checkbox"] {
    position: absolute;
    opacity: 0;
    width: 0;
    height: 0;
}

.custom-not-show-again-checkbox-wrapper label::before {
    content: "";
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    width: 18px;
    height: 18px;
    border: 2px solid #ccc;
    border-radius: 4px;
    background-color: #fff;
    transition: background-color 0.3s ease, border-color 0.3s ease;
}

.custom-not-show-again-checkbox-wrapper label::after {
    content: "";
    position: absolute;
    left: 6px;
    top: 50%;
    transform: translateY(-50%) rotate(45deg) scale(0);
    width: 6px;
    height: 12px;
    border: solid #fff;
    border-width: 0 2px 2px 0;
    transition: transform 0.3s ease;
}

.custom-not-show-again-checkbox-wrapper input[type="checkbox"]:checked + label::before {
    background-color: var(--custom-main-color);
    border-color: var(--custom-main-color);
}

.custom-not-show-again-checkbox-wrapper input[type="checkbox"]:checked + label::after {
    transform: translateY(-50%) rotate(45deg) scale(1);
}

/* 全画面 */
.custom-swal-popup-wide {
    width: 100% !important;
    max-width: 600px !important;
    height: auto;
    display: grid !important;
    margin: 0 auto !important;
}

/* 画像用 */
.swal-popup-wide img.swal2-image {
    width: 100%;
    height: auto;
    max-height: 90vh;
    object-fit: contain;
}

/* 黒背景 */
.swal-container-dark.swal2-backdrop-show {
    background: rgba(0, 0, 0, 1) !important;
}

div:where(.swal2-container) div:where(.swal2-footer) {
    margin: 0 !important;
    padding: 0 !important;
    border: none !important;
}

/* ------------------------------------------------------------------------------------------------------------------ */
/* サイトツアー(driverjs) */

.driver-popover {
    color: #535353 !important;
}

.driver-popover-close-btn {
    color: #AAAAAC !important;
}

.driver-popover-title {
    font-size: 1.125rem !important;
}

.driver-popover-description {
    font-size: 0.875rem !important;
}

.driver-popover-progress-text {
    font-size: 0.75rem !important;
    color: #535353 !important;
}

.driver-popover-next-btn {
    background-color: #fff;
    color: #E9528E !important;
    font-size: 0.75rem !important;
    border: 1px solid #E9528E !important;
    border-radius: 999px !important;
}

.driver-popover-prev-btn {
    background-color: #fff;
    color: #AAAAAC !important;
    font-size: 0.75rem !important;
    border: 1px solid #AAAAAC !important;
    border-radius: 999px !important;
}


/* ------------------------------------------------------------------------------------------------------------------ */
/* 固定ヘッター / フッター */

:root{
    --fixed-header-height: 4rem;
    --fixed-footer-height: 3.75rem;
}

.fixed-main {
    padding-top: calc(var(--fixed-header-height));
    padding-bottom: calc(var(--fixed-footer-height));
    box-sizing: border-box;
}

.fixed-header {
    position: fixed;
    top: 0;
    left: 50%;
    transform: translateX(-50%);
    width: 100%;
    max-width: 1024px;
    height: var(--fixed-header-height);
    display: flex;
    align-items: center;
    background: #fff;
    z-index: 1000;
    box-sizing: border-box;
    padding-inline: 1.25rem;
    border-bottom: 1px solid var(--custom-main-color);
}

.fixed-header,
.fixed-header * {
    user-select: none;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
}

.fixed-header-inner {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: flex-start;
}

.fixed-header-logo {
    width: 100px;
    height: auto;
    display: block;
}

.fixed-header-hamburger {
  cursor: pointer;
  display: block;
  height: 2.375rem;
  padding-inline: 0.75rem;
  position: absolute;
  right: 0.9375rem;
  text-align: center;
  top: 55%;
  transform: translateY(-50%);  
  width: 2.875rem;
  z-index: 1050;
}

.fixed-header-hamburger__line {
  background: var(--custom-main-color);
  display: block;
  height: 1.5px;
  left: 50%;
  position: absolute;
  transform: translateX(-50%);
  transition: 0.3s ease-in-out;
  width: 2.125rem;
}

.fixed-header-hamburger__line:nth-of-type(1) {
  top: 0rem;
}

.fixed-header-hamburger__line:nth-of-type(2) {
  top: 0.5rem;
}

.fixed-header-hamburger__line:nth-of-type(3) {
  top: 1rem;
}

.fixed-header-hamburger__text {
  bottom: 0;
  color: var(--custom-main-color);
  font-size: 0.75rem;
  font-weight: 500;
  left: 50%;
  position: absolute;
  transform: translateX(-50%);
  transition: 0.3s;
}

body.drawer-open .fixed-header-hamburger__line:nth-of-type(1) {
  top: 0.5rem;
  transform: translateX(-50%) rotate(45deg);
}

body.drawer-open .fixed-header-hamburger__line:nth-of-type(2) {
  opacity: 0;
}

body.drawer-open .fixed-header-hamburger__line:nth-of-type(3) {
  top: 0.5rem;
  transform: translateX(-50%) rotate(-45deg);
}

body.drawer-open .fixed-header-hamburger__text {
  opacity: 0;
}

.fixed-footer {
    position: fixed;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
    width: 100%;
    max-width: 1024px;
    min-height: var(--fixed-footer-height);
    display: flex;
    align-items: center;
    justify-content: center;
    background: #fff;
    z-index: 500;
    box-sizing: border-box;
    border-top: 1px solid #E5E7EB;
}

.fixed-footer,
.fixed-footer * {
    user-select: none;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
}

.fixed-footer-inner {
    display: flex;
    flex-wrap: wrap;
    gap: 16px;
    align-items: center;
    justify-content: center;
    padding-block: 5px;
}

.fixed-footer-inner.fixed-footer-nav{
    width: 100%;
    flex-wrap: nowrap;
    gap: 0;
    justify-content: space-around;
}

.fixed-footer-item{
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 5px;
    text-decoration: none;
    color: var(--custom-sub-color);
    min-width: 72px;
}

.fixed-footer-icon-img{
    width: 22px;
    height: 22px;
    display: block;
}

.fixed-footer-text{
    font-size: 0.75rem;
    font-weight: 500;
    color: var(--custom-sub-color);
}

.fixed-footer-link {
    font-size: 0.75rem;
    color: var(--custom-sub-color);
    text-decoration: underline;
}

/* ------------------------------------------------------------------------------------------------------------------ */
/* ドロワー */

.fixed-drawer-overlay {
    position: fixed;
    inset: 0;
    background: rgba(0, 0, 0, 0.45);
    opacity: 0;
    pointer-events: none;
    transition: opacity 0.35s ease;
    z-index: 900;
}

.fixed-drawer {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    margin: 0 auto;
    width: 100%;
    max-width: 1024px;
    height: 100dvh;
    background: #F5F5F5;
    transform: none;
    transition: opacity 0.45s ease, visibility 0s linear 0.45s;
    z-index: 950;
    border-left: 1px solid #E5E7EB;
    display: block;
    opacity: 0;
    visibility: hidden;
}

.fixed-drawer-close {
    cursor: pointer;
    display: block;
    height: 2.375rem;
    width: 2.875rem;
    position: absolute;
    right: 0.9375rem;
    top: calc(var(--fixed-header-height) * 0.55);
    transform: translateY(-50%);
    z-index: 960;
}

.fixed-drawer-close__line {
    background: var(--custom-main-color);
    display: block;
    height: 1.5px;
    width: 2.125rem;
    position: absolute;
    left: 50%;
    top: 50%;
    transform-origin: center;
}

.fixed-drawer-close__line:nth-of-type(1) {
    transform: translate(-50%, -50%) rotate(45deg);
}

.fixed-drawer-close__line:nth-of-type(2) {
    transform: translate(-50%, -50%) rotate(-45deg);
}

.fixed-drawer__inner {
    height: 100%;
    padding: calc(var(--fixed-header-height) + 1.25rem) 2.5rem 2.3125rem;
    overflow-y: auto;
    width: 100%;
    max-width: 600px;
    margin: 0 auto;    
}

.fixed-drawer__headline {
    display: flex;
    gap: 1.25rem;
}

.fixed-drawer__headline__en {
    color: var(--custom-main-color);
    font-size: 2.1875rem;
    font-weight: 500;
    line-height: 1;
}

.fixed-drawer__headline__ja {
    color: var(--custom-main-color);
    font-size: 0.75rem;
    font-weight: 500;
    line-height: 1.6666666667;
    margin-top: 0.8125rem;
}

.fixed-drawer__list {
    margin-top: 2.3125rem;
}

.fixed-drawer__item {
    border-bottom: 1px solid #AAAAAC;
}

.fixed-drawer__link {
    display: block;
    padding-block: 1rem 1.125rem;
    position: relative;
}

.fixed-drawer__link {
    display: block;
    padding-block: 1rem 1.125rem;
    position: relative;
}

.fixed-drawer__link-title {
    color: var(--custom-main-color);
    display: block;
    font-size: 1.125rem;
    font-weight: 500;
    line-height: 1.3333333333;
}

.fixed-drawer__link::after {
    content: "";
    position: absolute;
    right: 0.75rem;
    top: 50%;
    width: 0.55rem;
    height: 0.55rem;
    border-top: 1px solid var(--custom-main-color);
    border-right: 1px solid var(--custom-main-color);
    transform: translateY(-50%) rotate(45deg);
    box-sizing: border-box;
}

.fixed-drawer__btnwrap {
    align-items: center;
    display: flex;
    flex-direction: column;
    gap: 2.5rem;
    margin-top: 2.5rem;
}

.fixed-drawer__btn_logout {
    position: relative;
    text-align: center;
    background-color: #fff;
    border: none;
    transition: background-color 0.3s;
    display: flex;
    align-items: center;
    justify-content: center;
    text-decoration: none;
    margin: 0 auto;
    border-radius: 3.125rem;
    font-size: 1rem;
    padding: 0.75rem;
    color: var(--custom-main-color);
    width: 280px; 
    height: 45px;
    box-sizing: border-box;
    border: solid 1px var(--custom-main-color);
}

.fixed-drawer__btn_logout::after {
    position: absolute;
    display: block;
    content: "";
    top: 50%;
    right: 10px;
    width: 7px;
    height: 7px;
    border-bottom: 1px solid var(--custom-main-color);
    border-left: 1px solid var(--custom-main-color);
    -webkit-transform: translatey(-50%) rotate(-135deg);
    transform: translatey(-50%) rotate(-135deg);
}

.fixed-drawer__btn_register {
    position: relative;
    text-align: center;
    background-color: var(--custom-main-color);
    border: none;
    transition: background-color 0.3s;
    display: flex;
    align-items: center;
    justify-content: center;
    text-decoration: none;
    margin: 0 auto;
    border-radius: 3.125rem;
    font-size: 1rem;
    padding: 0.75rem;
    color: #fff;
    width: 280px; 
    height: 45px;
    box-sizing: border-box;
}

.fixed-drawer__btn_register::after {
    position: absolute;
    display: block;
    content: "";
    top: 50%;
    right: 10px;
    width: 7px;
    height: 7px;
    border-bottom: 1px solid #fff;
    border-left: 1px solid #fff;
    -webkit-transform: translatey(-50%) rotate(-135deg);
    transform: translatey(-50%) rotate(-135deg);
}

.fixed-drawer__btn_login {
    position: relative;
    text-align: center;
    background-color: #fff;
    border: none;
    transition: background-color 0.3s;
    display: flex;
    align-items: center;
    justify-content: center;
    text-decoration: none;
    margin: 0 auto;
    border-radius: 3.125rem;
    font-size: 1rem;
    padding: 0.75rem;
    color: var(--custom-main-color);
    width: 280px; 
    height: 45px;
    box-sizing: border-box;
    border: solid 1px var(--custom-main-color);
}

.fixed-drawer__btn_login::after {
    position: absolute;
    display: block;
    content: "";
    top: 50%;
    right: 10px;
    width: 7px;
    height: 7px;
    border-bottom: 1px solid var(--custom-main-color);
    border-left: 1px solid var(--custom-main-color);
    -webkit-transform: translatey(-50%) rotate(-135deg);
    transform: translatey(-50%) rotate(-135deg);
}


.fixed-drawer__btn_cancel-membership {
    color: #AAAAAC;
    font-size: 1rem;
    font-weight: 500;
    line-height: 1.25;
    text-decoration: underline;
}

body.drawer-open .fixed-drawer {
    transform: none;
    display: block;
    opacity: 1;
    visibility: visible;
    transition: opacity 0.45s ease, visibility 0s;
}

body.drawer-open .fixed-drawer-overlay {
    opacity: 1;
    pointer-events: auto;
}

/* ------------------------------------------------------------------------------------------------------------------ */
/* ローディングモーダル */

html.no-scroll,
body.no-scroll {
    overflow: hidden;
    height: 100%;
    width: 100%;
    touch-action: none;
}
 
.custom-loading-modal {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.5);
    display: flex;
    align-items: center;
    justify-content: center;
    z-index: 10000;
    touch-action: none;
}


.custom-loading-modal,
.custom-loading-modal * {
    user-select: none;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
}

.custom-loading-modal-content {
    width: 100%;
    height: 100dvh;
    margin: 0 auto;
    box-sizing: border-box;
    font-family: 'Noto Sans JP', sans-serif;
    overflow: hidden;
    position: relative;
    display: flex;
    flex-direction: column;
    padding: 5px;
    justify-content: center;
    background-color: #fff;
}

.custom-loading-wrapper{
    width:200px;
    height:60px;
    position: absolute;
    left:50%;
    top:50%;
    transform: translate(-50%, -50%);
}

.custom-loading-circle{
    width:20px;
    height:20px;
    position: absolute;
    border-radius: 50%;
    background-color: var(--custom-main-color);
    left:15%;
    transform-origin: 50%;
    animation: circle .5s alternate infinite ease;
}

@keyframes circle{
    0%{
        top:60px;
        height:5px;
        border-radius: 50px 50px 25px 25px;
        transform: scaleX(1.7);
    }
    40%{
        height:20px;
        border-radius: 50%;
        transform: scaleX(1);
    }
    100%{
        top:0%;
    }
}
.custom-loading-circle:nth-child(2){
    left:45%;
    animation-delay: .2s;
}
.custom-loading-circle:nth-child(3){
    left:auto;
    right:15%;
    animation-delay: .3s;
}
.custom-loading-shadow{
    width:20px;
    height:4px;
    border-radius: 50%;
    background-color: rgba(0,0,0,.5);
    position: absolute;
    top:62px;
    transform-origin: 50%;
    z-index: -1;
    left:15%;
    filter: blur(1px);
    animation: shadow .5s alternate infinite ease;
}

@keyframes shadow{
    0%{
        transform: scaleX(1.5);
    }
    40%{
        transform: scaleX(1);
        opacity: .7;
    }
    100%{
        transform: scaleX(.2);
        opacity: .4;
    }
}
.custom-loading-shadow:nth-child(4){
    left: 45%;
    animation-delay: .2s
}
.custom-loading-shadow:nth-child(5){
    left:auto;
    right:15%;
    animation-delay: .3s;
}
.custom-loading-wrapper span{
    position: absolute;
    top:75px;
    font-size: 20px;
    letter-spacing: 12px;
    color: var(--custom-main-color);
    left:15%;
}

/* ------------------------------------------------------------------------------------------------------------------ */
/* 固定ページ */

.custom-page {
    width: 100%;
    max-width: 1024px;
    min-height: 100dvh;
    margin: 0 auto;
    box-sizing: border-box;
    overflow: hidden;
    display: flex;
    flex-direction: column;
    font-family: 'Noto Sans JP', sans-serif;
    background: #fff;
    font-weight: 500;
    padding-inline: 1.25rem;
}

.custom-page,
.custom-page * {
    user-select: none;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
}

.custom-page-content {
    height: 100%;
    max-width: 600px;
    width: 100%;
    margin: 0 auto;
}

.custom-page-title {
    font-size: 1.5rem;
    font-weight: 500;
    color: var(--custom-main-color);
    text-align: center;
    margin-top: 2.5rem;
}

.custom-page-error-message {
    width: 100%;
    margin-top: 2.5rem;
    color: #AAAAAC;
    font-size: 1rem;
    text-align: center;
}