.welcome-form {
    text-align: center;
    padding-left: 0;
    padding-right: 0;
    background: #f0f3f5;
    border-bottom: 1px solid #d8d8d8;
    position: fixed;
    width: 100%;
    z-index: 1000;
    font-family: Arial, sans-serif;
    box-sizing: border-box;
}

.welcome-content {
    width: 100%;
    min-width: 1060px;
    max-width: 1185px;
    margin: 0 auto;
    box-sizing: border-box;
}

.welcome-content-inner {
    width: 100%;
    padding-left: 30px;
    padding-right: 30px;
    box-sizing: border-box;

    display: flex;
    align-items: center;
    gap: 5px;
}

.head-image {
    flex: 0 0 150px;
    width: 150px;
    height: 55px;
}

.welcome-content ul{
    padding:0;
}
.custom-ul-list {
    flex: 0 1 660px;
    width: auto;
    min-width: 620px;

    column-count: 5;
    column-gap: 0;
    margin-left: 0;
    margin-bottom: 0;
    list-style: none;
    justify-content: center;
}

.custom-ul-list li {
  break-inside: avoid;
  color: #fff;
    margin:0;
}

.search-large {
    flex: 1 1 160px;
    min-width: 160px;
    max-width: 262px;

    width: auto;
    padding: 10px 0;
    margin-left: 0;
    box-sizing: border-box;

    display: flex;
    justify-content: center;
    align-items: center;
    background-color: #f0f3f5;
    font-size: 12px;
}

.search-large form {
    width: 100%;
}

.search-bar {
    width: 100%;
    box-sizing: border-box;

    display: flex;
    align-items: center;
    border: 1px solid #dcdcdc;
    padding: 5px 10px;
    background-color: #fff;
    border-radius: 12px;
}

    .search-icon {
        background: none;
        border: none;
        padding: 0;
        margin-right: 8px;
        cursor: pointer;
    }

    .search-input {
        border: none;
        outline: none;
        width: 100%;
        font-size: 12px;
        color: #333;
    }

    .search-bar:focus-within {
        border-color: #aaa; /* フォーカス時の枠線色 */
    }


.ad-center-large{
    width:750px;
    /*height:50px;*/
    margin: 0 auto;
    /*margin-top:60px;*/
    /* AdSense 未配信で ins が消えても 728×90 相当の余白を維持 */
    min-height: 90px;

}
.ad-center-large-noAd{
    width:700px;
    margin: 0 auto;
    padding-top:60px;
}

.large-section-top{
    width:1200px;
    /*height:270px;*/
    height:330px;
    margin:0 auto;
    padding-top:60px;
}

.white-orange-underline {
    color:  rgb(0, 0, 0);
    text-decoration: none;
    position: relative;
    font-weight:600;
    padding-top:17px;
    padding-bottom:17px;
    width:100%;
    display: block;
    border-bottom:4px;
}

.white-orange-underline:hover {
    background: #f9fbfd;
}

.white-orange-underline::after {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    width:100%;
    background-color: rgb(0, 81, 255);
    height: 0;
    transition: height 0.3s ease;
}

.white-orange-underline:hover::after {
    height: 4px;
}
.header-guide-item {
    height: 58px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.header-guide-item .gray-guide-link {
    position: relative;
    display: block;
    width: 120px;
    height: 58px;

    color: rgb(75, 75, 75);
    text-decoration: none;
    font-weight: 600;
    font-size: 14px;
}

/* 小さい「初めての」 */
.header-guide-item .guide-prefix {
    position: absolute;
    left: 50%;
    top: 12px;
    transform: translateX(-50%);

    width: 110px;
    text-align: left;

    font-size: 10px;
    font-weight: 500;
    line-height: 1;
    color: #777;
    white-space: nowrap;
}

/* メインの「ソリスピアガイド」 */
.header-guide-item .guide-main {
    position: absolute;
    left: 50%;
    top: calc(50% + 6px);
    transform: translate(-50%, -50%);

    display: inline-block;
    white-space: nowrap;
    line-height: 1.2;

    border-bottom: 2px solid transparent;
    padding-bottom: 2px;
    color:#6d6d6d;
}

.header-guide-item .gray-guide-link:hover .guide-main {
    border-bottom-color: #ff6f16;
}
.header-guide-item .gray-guide-link:hover .guide-prefix{
    color: #ff6f16;
}
.white-underline {
    color: rgb(0, 0, 0);
    text-decoration: none;
    position: relative;
    font-weight: 500;
    padding-top: 17px;
    padding-bottom: 17px;
    width: 100%;
    display: block;
    border-bottom: 2px solid transparent;
}
.white-underline:hover {
    background: #fafafa;
}

.white-underline:hover::after {
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    border-bottom: 3px solid rgb(67, 67, 67); /* ホバー時に表示する下線 */
    /*transition: border-bottom 0.3s ease;*/
}

.white-underline:active {
    color: rgb(67, 67, 67); /* クリック時にテキスト色を変更 */
    background: #fafafa !important;
}

.white-underline:active::after {
    border-bottom-color: rgb(0, 0, 0); /* クリック時に下線を黒く変更 */
}

.white-black-underline {
    color:  rgb(0, 0, 0);
    text-decoration: none;
    position: relative;
    font-weight:500;
    font-size:14px;

    margin-top:5px;
    margin-left:10px;

        width: auto;
        min-width: 0;
        display: inline-flex;
        align-items: center;
        white-space: nowrap;
}

.white-underline::after {
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    bottom: 1px;
    border-bottom: 1px solid rgb(196, 196, 196);
}


 .dropdown {
    position: relative;
    flex: 0 0 38px;
    width: 38px;
    height: 58px;
    padding-left: 5px;
    padding-right: 5px;
    box-sizing: border-box;

    display: flex;
    align-items: center;
    justify-content: center;
}

.dropdown:hover {
    background: #fffefe;
}

.dropdown-toggle {
    width: 100%;
    height: 100%;

    display: flex;
    align-items: center;
    justify-content: center;

    appearance: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    cursor: pointer;
}

.dropdown-toggle img {
    display: block;
    margin-top: 0 !important;
}

#dropdownMenuButton::after {
    display: none;
}

.dropdown-list {
    display: none;
    cursor: pointer;
    position: absolute;
    background-color: #f9f9f9;
    width: 160px !important;
    text-align: left;
    box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
    z-index: 1001;
    font-size: 12px !important;
    font-family: Arial, sans-serif !important;

    right: 0;
    top: 100%;
}

.dropdown:hover .dropdown-list {
    display: block;
}

.dropdown-list a {
    color: black;
    padding: 6px 10px;
    text-decoration: none;
    display: block;
}

.dropdown-item {
    width: 100%;
}

.register-button {
    transition-property: background,color;
    transition-duration: .1s;
    transition-timing-function: linear;
    font-weight: 500;
    display: inline-block;
    line-height: 1.5;
    padding:8px 10px;
    margin-top:10px;
    border-radius: 3px;
    cursor: pointer;
    letter-spacing: 1px;
    white-space: nowrap;
    border: 1px solid #222;
    font-size: 14px;
    text-shadow: 0 1px 0 rgba(0,0,0,.2);
    background-color: #C75000;
    border-color:#8d3800;
    color: #ffffff;
}
.register-button:hover {
    background: #ff9500;
    border-color: #de8200;
}

.form-control {
    width: 100%;
}
.ad-section-top{
width:320px;
margin: 0 auto;
padding-top:90px;
padding-bottom:15px;
    min-height: 100px;
}
.ad-section-top-noAd{
width:320px;
margin: 0 auto;
padding-top:90px;
padding-bottom:15px;
height: 20px;
}
.logo{
    width: 150px;
    height: 55px;
}
.slogan{
    width: 150px;
    height: 25.5px;
}
/*small*/

.welcome-form-small {
    text-align: center;
    background: #ffffff;
    display: block;
    width: 100%;
    position: fixed;
    max-width: 100%;
    /*color: rgb(71, 166, 255);*/
    z-index: 1000;
    top: 0;
    left: 0;
    right: 0;
    height: 89.7px;
    font-family:
        system-ui,
        -apple-system,
        BlinkMacSystemFont,
        "Segoe UI",
        "Hiragino Sans",
        "Hiragino Kaku Gothic ProN",
        "Yu Gothic",
        "YuGothic",
        "Meiryo",
        sans-serif;
}

.welcome-form-small nav {
    width: 100%;
    min-width: 0;
    max-width: none;
    box-sizing: border-box;
}
.env-top {
    display: flex;
    align-items: center;
    flex-wrap: nowrap;
    width: 100%;
    min-width: 0;
    box-sizing: border-box;
    border-bottom: 1px solid #ccc;
}
.env {
    margin-left: 10px;
    margin-bottom: 3px;
    margin-right: 20px;
    flex: 0 0 auto;
    min-width: 0;
}

    .welcome-form-small nav,
    .env-top,
    .custom-ul-list-small {
        width: 100%;
        max-width: 100%;
        min-width: 0;
        box-sizing: border-box;
    }

/*.user-top{
    display: flex;
    padding-top: 6px;
    padding-bottom:6px;
}*/
    .user-top {
        flex: 1 1 auto;
        min-width: 0;
        display: flex;
        align-items: center;
        justify-content: flex-end;
        gap: 6px;
        padding-right: 12px;
        box-sizing: border-box;
    }
.ui-button-blue-small {
    transition-property: background,color;
    transition-duration: .1s;
    transition-timing-function: linear;
    font-weight: 500;
    display: block;
    padding: 5px 6px;
    border-radius: 3px;
    cursor: pointer;
    letter-spacing: 1px;
    white-space: nowrap;
    border: 1px solid #222;
    font-size: 12px;
    text-shadow: 0 1px 0 rgba(0,0,0,.2);
    background: #4eafe7;
    border-color: #0f9ad5;
    color: #fff;
    flex: 0 0 auto;
}
.ui-button-blue-small:hover {
    background: #86d0ff;
    border-color: #f1fbff;
    color: #eef;
}
.paren-open {
    margin: 0 0 0 -0.25em;
}
.paren-close-last {
    margin: 0 -0.5em 0 0;
}
.svg-icon {
    width: 18px;
    height: 18px;
}

.svg-icon-small {
    width: 22px;
    height: 22px;
    margin: 0 auto 2px;
    display: block;
}
.svg-icon-dropdown {
    width: 22px;
    height: 22px;
    margin: 0 auto;
}
.svg-icon-header{
    width:18px;
    height:18px;
    margin-right: 5px;

}
.svg-small-icon-header{
    width:12px;
    height:12px;
    margin-top: 9px;
}
.flex-show {
    width: 100%;
    max-width: 100%;
    min-width: 0;
    margin: 0;

    display: block;
    border-bottom: 1px solid #ccc;
    box-sizing: border-box;
}

.custom-ul-list-small {
    width: 100% !important;
    min-width: 0;
    max-width: none;

    display: grid;
    grid-template-columns: repeat(5, minmax(0, 1fr));

    margin: 0;
    padding: 0;
    list-style: none;
    box-sizing: border-box;
}

.custom-ul-list-small li {
    min-width: 0;
    width: 100%;
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

    .header-content,
    .header-text {
        min-width: 0;
        max-width: 100%;
        overflow: hidden;
    }
.header-text {
    width: 100%;
    height: 45px;

    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;

    font-size: 11px !important;
    color: #000000;
    text-decoration: none;

    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

.header-content {
    width: 100%;
    height: 45px;
    display: block;
    white-space: normal;

    z-index: 1002;
}
.top-large-ad{
    padding-top:60px;
}
.active-nav .header-text {
    color:#0066ff;
    font-weight:600;
}

.active-nav .svg-icon-small{
    filter: invert(26%) sepia(95%) saturate(3095%) hue-rotate(204deg) brightness(96%) contrast(102%);
}
    .home-top {
        width: 728px;
        height: 90px;
    }
    .home-top-small-noAd{
        height:50px;
    }

.home-top-small {
    width: 320px;
    height: 100px;
}


.pink-link{
    border:1px solid #c04600 !important;
    background: #f7e4f7 !important;
}
.pink-link:hover{
    border:1px solid #c04600 !important;
    background: #e4c0e4 !important;
}
.main-link{
    border:1px solid #204af0 !important;
    background: #e4ebf7 !important;
}
.main-link:hover{
    border:1px solid #204af0 !important;
    background: #abbad3 !important;
}
.notif-toggle--ticket {
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 0;
    background: transparent;
    border: none;
    cursor: pointer;
}

.ticket-toggle-content {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 2px;
    line-height: 1;
}

.ticket-toggle-image {
    display: block;
}

.ticket-toggle-label {
    font-size: 11px;
    font-weight: 700;
    color: #e65a09;
    white-space: nowrap;
    line-height: 1.1;
}
.ticket-toggle-image-sm {
    display: block;
}

.ticket-toggle-label-sm {
    font-size: 10px;
    color: #e65a09;
}




    .dropdown-small {
        position: relative;
        width: 100%;
        height: 45px;
        display: block;
    }

    .dropdown-small-trigger {
        width: 100%;
        height: 45px;
        cursor: pointer;
        user-select: none;
        box-sizing: border-box;
    }

    .dropdown-small-menu {
        display: none;
    }

    .dropdown-small:hover .dropdown-small-menu,
    .dropdown-small.is-open .dropdown-small-menu,
    .dropdown-small.is-open:hover .dropdown-small-menu {
        display: block;
    }

    .dropdown-small.is-click-closed:hover .dropdown-small-menu {
        display: none;
    }

    .dropdown-small:hover .dropdown-small-trigger,
    .dropdown-small.is-open .dropdown-small-trigger {
        background: #f5f5f5;
    }

    .dropdown-small.is-click-closed:hover .dropdown-small-trigger {
        background: transparent;
    }

    .dropdown-small-panel {
        position: absolute;
        top: 100%;
        right: 0;

        width: min(100vw, 480px);
        max-width: 480px;

        background: #F2F1F0;
        border-top: 1px solid #e5e5e5;
        border-left: 1px solid #eeeeee;
        border-bottom:1px solid #ccc;
        box-shadow: 0 8px 18px rgba(0, 0, 0, 0.12);

        z-index: 1005;
        margin-top: 0;
        padding: 10px 5px 10px;
        box-sizing: border-box;
        gap:4px;
    }

    .dropdown-panel-row {
        display: grid;
        width: 100%;
        box-sizing: border-box;
        margin-bottom:6px;
    }

    .dropdown-panel-row-2 {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }

    .dropdown-panel-row-3 {
        grid-template-columns: repeat(3, minmax(0, 1fr));
    }

    .dropdown-panel-row-4 {
        grid-template-columns: repeat(4, minmax(0, 1fr));
    }

    .dropdown-panel-row-last {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }

    .dropdown-panel-row-last .logout-link {
        grid-column: 1;
    }

    .dropdown-panel-row-last .switch-link {
        grid-column: 2;
    }

    .dropdown-panel-row-last .switch-link:only-child {
        grid-column: 1 / -1;
    }

    .dropdown-small-panel .dropdown-small-item,
    .dropdown-small-panel .white-underline {
        display: flex;
        align-items: center;
        justify-content: center;

        min-height: 54px;
        padding: 8px 6px;
        box-sizing: border-box;

        color: #333;
        text-decoration: none;
        font-size: 11px;
        font-weight: 500;
        line-height: 1.35;
        text-align: center;

        background: #ffffff;
        border-right: 1px solid #eeeeee;
        border-bottom: 1px solid #eeeeee;
    }

    .dropdown-small-panel .dropdown-small-item:hover,
    .dropdown-small-panel .white-underline:hover {
        background: #f7f7f7;
    }

    .dropdown-small-panel .white-underline::after {
        display: none;
    }

    .dropdown-small-panel .pink-link,
    .dropdown-small-panel .main-link {
        border: none !important;
    }



@media screen and (max-width: 480px) {
    .notif-badge {
  position: absolute;
  top: -2px;
  right: -2px;
  width: 10px;
  height: 10px;
  border-radius: 9999px;
  background: #e3342f;
  box-shadow: 0 0 0 2px #fff;
  display: none;
  pointer-events: none;
}
}
@media screen and (min-width: 481px) {
.welcome-form-small{
    display:none;
}
.ad-section-top,.home-top-small-noAd{
    display: none;
}
.ad-section-top-noAd{
    display: none;
}
}
@media screen and (max-width: 480px) {
    .ad-center-large-noAd,.top-large-ad{
        display: none;
    }

.large-section-top{
    width: 100%;
    height:105px;
    margin:0 auto;
}
.head-image {
    width: 100px;
    height: 37px;
    }
    .logo{
        width: 100px;
    height: 36.7px;
    margin-top:2px;
    margin-left:0;
margin-right:0;
padding-right:0;
}
.slogan{
    width: 60px;
    height: 11px;
    margin-left:0;
    margin-right:0;
padding-right:0;
    /*margin: auto 0 auto 0;*/
}
.svg-icon {
    width: 20px;
    height: 20px;
}
.welcome-form{
    display:none;

}

.ad-center-large{
    display: none;
}

}

