@charset "UTF-8";
.c-button {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    border: 0;
    cursor: pointer
}
.l-main__result-category {
    display: flex;
    align-items: center;
    padding: 20px;
    color: #fff
}
.l-main__result-category > p {
    font-size: 2.6rem;
    margin-right: 24px;
    line-height: 1;
    min-width: 4em
}
.l-main__result-category > span {
    font-size: 1.5rem
}
@media screen and (max-width: 640px) {
    .l-main__result-category, .l-main__search dl.-gakumon dd {
        position: relative;
        width: 100vw;
        left: 50%;
        right: 50%;
        margin-left: -50vw;
        margin-right: -50vw
    }
    .l-main__result-category > p {
        font-size: 5.625vw;
        margin-right: 0;
        margin-bottom: 1.25vw;
        line-height: 1.5
    }
    .l-main__result-category > span {
        font-size: 3.4375vw;
        line-height: 1.5;
        display: inline-block
    }
}
* {
    box-sizing: border-box
}
:before, :after {
    box-sizing: inherit
}
html {
    line-height: 1.15;
    -webkit-text-size-adjust: 100%;
    -webkit-tap-highlight-color: transparent
}
body {
    margin: 0
}
main {
    display: block
}
p, table, blockquote, address, pre, iframe, form, figure, dl {
    margin: 0
}
h1, h2, h3, h4, h5, h6 {
    font-size: inherit;
    line-height: inherit;
    font-weight: inherit;
    margin: 0
}
ul, ol {
    margin: 0;
    padding: 0;
    list-style: none
}
dt {
    font-weight: 700
}
dd {
    margin-left: 0
}
hr {
    box-sizing: content-box;
    height: 0;
    overflow: visible;
    border: 0;
    border-top: 1px solid;
    margin: 0;
    clear: both;
    color: inherit
}
pre {
    font-family: monospace, monospace;
    font-size: inherit
}
address {
    font-style: inherit
}
a {
    background-color: transparent;
    text-decoration: none;
    color: inherit
}
abbr[title] {
    border-bottom: none;
    text-decoration: underline;
    text-decoration: underline dotted
}
b, strong {
    font-weight: bolder
}
code, kbd, samp {
    font-family: monospace, monospace;
    font-size: inherit
}
small {
    font-size: 80%
}
sub, sup {
    font-size: 75%;
    line-height: 0;
    position: relative;
    vertical-align: baseline
}
sub {
    bottom: -.25em
}
sup {
    top: -.5em
}
img {
    border-style: none;
    vertical-align: bottom
}
embed, object, iframe {
    border: 0;
    vertical-align: bottom
}
button, input, optgroup, select, textarea {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    vertical-align: middle;
    color: inherit;
    font: inherit;
    border: 0;
    background: transparent;
    padding: 0;
    margin: 0;
    outline: 0;
    border-radius: 0;
    text-align: inherit
}
[type=checkbox] {
    -webkit-appearance: checkbox;
    -moz-appearance: checkbox;
    appearance: checkbox
}
[type=radio] {
    -webkit-appearance: radio;
    -moz-appearance: radio;
    appearance: radio
}
button, input {
    overflow: visible
}
button, select {
    text-transform: none
}
button, [type=button], [type=reset], [type=submit] {
    cursor: pointer;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none
}
button[disabled], [type=button][disabled], [type=reset][disabled], [type=submit][disabled] {
    cursor: default
}
button::-moz-focus-inner, [type=button]::-moz-focus-inner, [type=reset]::-moz-focus-inner, [type=submit]::-moz-focus-inner {
    border-style: none;
    padding: 0
}
button:-moz-focusring, [type=button]:-moz-focusring, [type=reset]:-moz-focusring, [type=submit]:-moz-focusring {
    outline: 1px dotted ButtonText
}
option {
    padding: 0
}
fieldset {
    margin: 0;
    padding: 0;
    border: 0;
    min-width: 0
}
legend {
    color: inherit;
    display: table;
    max-width: 100%;
    padding: 0;
    white-space: normal
}
progress {
    vertical-align: baseline
}
textarea {
    overflow: auto
}
[type=checkbox], [type=radio] {
    padding: 0
}
[type=number]::-webkit-inner-spin-button, [type=number]::-webkit-outer-spin-button {
    height: auto
}
[type=search] {
    outline-offset: -2px
}
[type=search]::-webkit-search-decoration {
    -webkit-appearance: none
}
::-webkit-file-upload-button {
    -webkit-appearance: button;
    font: inherit
}
label[for] {
    cursor: pointer
}
details {
    display: block
}
summary {
    display: list-item
}
table {
    border-collapse: collapse;
    border-spacing: 0
}
caption {
    text-align: left
}
td, th {
    vertical-align: top;
    padding: 0
}
th {
    text-align: left;
    font-weight: 700
}
template {
    display: none
}
[hidden] {
    display: none
}
html {
    display: flex;
    flex-direction: column;
    font-size: 62.5%
}
body {
    background: #FFFFFF;
    font-family: SF Pro JP, SF Pro Display, SF Pro Icons, Meiryo, sans-serif;
    line-height: 1.5;
    font-weight: 400;
    font-size: 1.6rem;
    color: #000;
    overflow-x: hidden;
    overflow-y: scroll;
    position: relative;
    display: flex;
    flex-direction: column;
    min-height: 100vh;
    width: 100%;
    font-feature-settings: "palt";
    -webkit-font-smoothing: antialiased
}
body, div, section, aside, header, footer, nav, main, pre, p, a, img, figure, picture, button, form, fieldset, input, textarea, select, option, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, table, th, td, embed, object {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    position: relative
}
img {
    display: block;
    max-width: 100%
}
ul, ol {
    list-style: none
}
a, button {
    transition: opacity .8s ease-out;
    text-decoration: none;
    cursor: pointer
}
a:hover, button:hover {
    opacity: .7
}
::placeholder {
    color: #a29f9e
}
::selection {
    background-color: #b4e149;
    color: #000
}
body.ios {
    width: 100vw;
    height: 100vh;
    overflow-y: scroll;
    overflow-x: hidden;
    -webkit-overflow-scrolling: touch
}
header h1 img:not(.top_batch) {
    width: 50%;
    max-width: 486px
}
header#fixed_header {
    background: #b4e149;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 1000;
    flex-shrink: 0
}
header#fixed_header {
    position: fixed;
    top: 0;
    padding: 10px;
    height: 76px
}
header#fixed_header h1 {
    max-width: 1020px;
    width: 100%;
    margin: auto;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    padding: 0
}
@media all and (-ms-high-contrast: none) {
    header#fixed_header h1 {
        width: 1020px;
        margin: 0
    }
}
header#fixed_header h1 img.lw_logo {
    width: 440px;
    height: auto;
    margin: auto
}
header#fixed_header {
    display: flex;
    align-items: center;
    justify-content: center
}
header#fixed_header h1 {
    align-items: flex-end
}
header#fixed_header h1 img.lw_logo {
    margin: 0;
    max-width: 400px
}
header#fixed_header h1 span#place {
    font-family: Oswald;
    font-size: 32px;
    font-weight: 700;
    display: block;
    padding: 0;
    margin-left: 10px;
    line-height: 1;
    color: #1e3c78
}
#headerlink {
    cursor: pointer
}
#btn_menu {
    width: 60px;
    height: 60px;
    max-width: 60px;
    max-height: 60px;
    border: none;
    position: fixed;
    top: 8px;
    right: 10px;
    background: rgba(180, 225, 73, .4);
    z-index: 1002;
    outline: none
}
#btn_menu span {
    display: block;
    width: 80%;
    height: 4px;
    background: #ffffff;
    transition: .5s all ease 0s;
    position: absolute;
    left: 10%
}
#btn_menu span:nth-child(1) {
    top: 20%
}
#btn_menu span:nth-child(2) {
    top: calc(50% - 2px)
}
#btn_menu span:nth-child(3) {
    bottom: 20%
}
#btn_menu:hover {
    opacity: .7
}
#btn_menu.open {
    background: none
}
#btn_menu.open span {
    position: absolute
}
#btn_menu.open span:nth-child(1) {
    transform: rotate(-45deg);
    top: 47%
}
#btn_menu.open span:nth-child(2) {
    opacity: 0
}
#btn_menu.open span:nth-child(3) {
    transform: rotate(45deg);
    top: 47%
}
#drawer_menu {
    position: fixed;
    right: -500px;
    top: 0;
    height: 100%;
    background: rgba(20, 50, 38, .6);
    z-index: 1001;
    width: 250px;
    padding-top: 80px;
    opacity: 0;
    transition: .5s all ease 0s
}
#drawer_menu.open {
    right: 0;
    opacity: 1
}
#drawer_menu ul {
    width: 100%;
    padding: 0 10px
}
#drawer_menu li {
    border-bottom: solid 1px rgba(255, 255, 255, .1)
}
#drawer_menu li a {
    display: block;
    color: #fff;
    padding: 1em 0;
    font-size: 16px
}
#drawer_menu li a:hover {
    opacity: .7
}
#drawer_menu li.sns {
    display: flex;
    justify-content: space-around;
    padding: 30px 0 0;
    border-bottom: none
}
#drawer_menu li.sns a {
    display: block;
    width: 30px;
    padding: 0
}
#drawer_menu li.sns a img {
    width: 100%
}
.header__backPage {
    display: flex;
    align-items: center;
    position: absolute;
    top: 23px;
    left: calc(50% - 488px)
}
.header__backPage li a {
    display: block;
    padding: 0 12px;
    height: 32px;
    line-height: 32px;
    font-size: 1.4rem;
    text-decoration: none;
    color: #fff;
    background: #0c3679;
    font-weight: 600
}
.header__backPage li a:after {
    border-color: transparent #0c3679 transparent transparent;
    content: "";
    position: absolute;
    top: 0;
    left: -12px;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 16px 12px 16px 0
}
@media screen and (max-width: 1000px) {
    header#fixed_header h1 img.lw_logo {
        width: 40vw
    }
    header#fixed_header h1 span#place {
        font-size: 3.2vw
    }
    .header__backPage {
        top: 24px;
        left: 12px
    }
}
@media screen and (max-width: 640px) {
    header#fixed_header {
        position: fixed;
        top: 0;
        padding: 0;
        height: 14vw
    }
    header#fixed_header h1 {
        width: 100%;
        margin: auto;
        display: flex;
        flex-wrap: wrap;
        justify-content: flex-start;
        align-items: flex-end;
        padding-left: 2vw;
        height: 100%
    }
    header#fixed_header h1 img.lw_logo {
        width: 66vw;
        height: auto;
        margin: auto
    }
    header#fixed_header h1 {
        padding-bottom: 4vw
    }
    header#fixed_header h1 span#place {
        margin-left: 1vw;
        padding: .2vw 1vw
    }
    header#fixed_header h1 img.lw_logo {
        width: 50vw
    }
    header#fixed_header h1 span#place {
        font-size: 4vw
    }
    header#fixed_header.-IsScroll {
        position: relative
    }
    #btn_menu {
        width: 10vw;
        height: 10vw;
        top: 2vw;
        right: 2vw;
        position: fixed;
        z-index: 1002
    }
    #btn_menu span {
        display: block;
        width: 80%;
        background: #ffffff;
        transition: .5s all ease 0s;
        position: absolute;
        left: 10%
    }
    #btn_menu:hover {
        opacity: 1
    }
    #drawer_menu {
        width: 60vw;
        padding-top: 14vw
    }
    #drawer_menu ul {
        width: 100%;
        padding: 0 2vw
    }
    #drawer_menu li a {
        font-size: 3.4vw
    }
    #drawer_menu li a:hover {
        opacity: 1
    }
    .header__backPage {
        top: 13px;
        left: auto;
        right: 2vw
    }
    .header__backPage li a {
        height: 26px;
        line-height: 26px;
        font-size: 1.3rem
    }
    .header__backPage li a:after {
        left: -12px;
        border-width: 13px 12px 13px 0
    }
}
.l-main {
    max-width: 1000px;
    flex: 1 0 auto;
    min-height: 1px;
    margin: 0 auto;
    padding: 128px 0;
    background-color: #fff !important
}
.l-main__catch {
    margin-bottom: 48px
}
.l-main__catch h2 {
    text-align: center;
    margin-bottom: 32px;
    font-size: 5rem;
    font-weight: 700;
    letter-spacing: .06em
}
.l-main__catch h2.-kougiLive {
    font-size: 3.2rem
}
.l-main__catch h2.-kougiLive .-STitle {
    display: inline-block;
    font-size: 5rem;
    margin: 0 12px
}
.l-main__catch h2.-kougiLive .-KTitle {
    display: inline-block;
    font-size: 5rem;
    margin-right: 12px
}
.l-main__catch h2.-kougiLive .-LineUp {
    display: inline-block;
    font-size: 5rem
}
.l-main__catch h2.-kougiLive .-SDescription {
    display: block;
    font-size: 3rem;
    line-height: 1.3
}
.l-main__catch h2.-kougiLive .-KTSTitle {
    display: inline-block;
    font-size: 4.2rem;
    margin-right: 6px;
    letter-spacing: 0
}
.l-main__catch h2.-kougiLive .-KTSTLineUp {
    display: inline-block;
    font-size: 4.5rem
}
.l-main__catch p {
    text-align: center;
    line-height: 1.7;
    font-size: 1.7rem
}
.l-main__search {
    margin-bottom: 60px
}
.l-main__search dl.-keyword dd {
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: 600px;
    margin: 0 auto
}
.l-main__search dl.-keyword dd p {
    font-size: 1.7rem
}
.l-main p.-cooperation.Shiritsu, .l-main p.-cooperation.Kokuritsu, .l-main p.-cooperation.Kouritsu, .l-main p.-cooperation.Other {
    font-size: 1.3rem;
    font-weight: 400
}
.l-main p.-cooperation.Shiritsu:before, .l-main p.-cooperation.Kokuritsu:before, .l-main p.-cooperation.Kouritsu:before, .l-main p.-cooperation.Other:before {
    padding: 2px 3px 2px 2px;
    margin-top: -1px
}
.l-main p.Shiritsu, .l-main p.Kokuritsu, .l-main p.Kouritsu, .l-main p.Other {
    font-size: 1.5rem;
    padding-left: 21px;
    font-weight: 500
}
.l-main p.Shiritsu:before, .l-main p.Kokuritsu:before, .l-main p.Kouritsu:before, .l-main p.Other:before {
    display: inline-block;
    position: absolute;
    top: 3px;
    left: 0;
    font-weight: 400;
    padding: 2px;
    border-radius: 3px;
    font-size: 1.2rem;
    line-height: 1;
    color: #fff
}
.l-main p.Shiritsu:before {
    content: "私";
    background-color: #265baa
}
.l-main p.Kokuritsu:before {
    content: "国";
    background-color: #5eb022
}
.l-main p.Kouritsu:before {
    content: "公";
    background-color: #5eb022
}
.l-main p.Other:before {
    content: "";
    background-color: transparent;
    width: 17px;
    height: 16px
}
.l-main div.Shiritsu, .l-main div.Kokuritsu, .l-main div.Kouritsu, .l-main div.Other {
    font-size: 1.3rem
}
.l-main div.Shiritsu:before, .l-main div.Kokuritsu:before, .l-main div.Kouritsu:before, .l-main div.Other:before {
    display: inline-block;
    position: absolute;
    top: 10px;
    left: 8px;
    padding: 2px;
    border-radius: 3px;
    font-weight: 400;
    font-size: 1.1rem;
    color: #fff;
    line-height: 1
}
.l-main div.Shiritsu:before {
    content: "私";
    background-color: #265baa
}
.l-main div.Kokuritsu:before {
    content: "国";
    background-color: #5eb022
}
.l-main div.Kouritsu:before {
    content: "公";
    background-color: #5eb022
}
.l-main div.Other:before {
    content: "";
    background-color: transparent;
    width: 15px;
    height: 15px
}
.l-main__result-notFound {
    display: flex;
    justify-content: center
}
.l-main__result-notFound p {
    font-size: 1.8rem;
    margin-top: 12px
}
#pagetop {
    position: fixed;
    right: 10px;
    bottom: 10px;
    display: block;
    background: #000000;
    width: 50px;
    height: 50px;
    line-height: 56px;
    display: flex;
    justify-content: center;
    align-items: center;
    z-index: 2000;
    border-radius: 10px;
    border: solid 2px #FFFFFF
}
#pagetop:before {
    content: "";
    display: block;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 0 10px 17.3px 10px;
    border-color: transparent transparent #FFFFFF transparent;
    top: -2px
}
.fade-enter-active, .fade-leave-active {
    transition: opacity .5s
}
.fade-enter, .fade-leave-to {
    opacity: 0
}
@media screen and (max-width: 1024px) {
    .l-main {
        width: 100vw;
        max-width: 100%
    }
    .l-main__catch h2.-kougiLive {
        font-size: 3.8rem;
        line-height: 1.35
    }
    .l-main__catch h2.-kougiLive .-STitle {
        display: block
    }
    .l-main__catch h2.-kougiLive .-SDescription {
        font-size: 3.2rem;
        margin-top: 6px;
        line-height: 1.5
    }
    .l-main__catch h2.-kougiLive .-KTSTitle {
        font-size: 3.6rem
    }
    .l-main__catch h2.-kougiLive .-KTSTLineUp {
        font-size: 4rem;
        display: block
    }
}
@media screen and (max-width: 640px) {
    #pagetop {
        display: none
    }
    .l-main {
        width: 100vw;
        margin: 0;
        padding: 21.25vw 0 6.25vw
    }
    .l-main__catch {
        margin-bottom: 6.25vw;
        padding: 0 4vw
    }
    .l-main__catch h2.-kougiLive {
        text-align: left;
        font-size: 7.1875vw;
        margin-bottom: 4.375vw;
        letter-spacing: 0;
        line-height: 1.25;
        text-align: justify
    }
    .l-main__catch h2.-kougiLive .-STitle {
        font-size: 8.75vw;
        margin: 0 0 0 -2px;
        letter-spacing: .02em
    }
    .l-main__catch h2.-kougiLive .-KTitle {
        margin-right: 0;
        font-size: 8.75vw;
        margin-left: -2px;
        display: block;
        letter-spacing: .04em
    }
    .l-main__catch h2.-kougiLive .-LineUp {
        font-size: 9.375vw;
        display: block
    }
    .l-main__catch h2.-kougiLive .-SDescription {
        font-size: 5.625vw;
        margin-top: .9375vw;
        letter-spacing: .04em
    }
    .l-main__catch h2.-kougiLive .-KTSTitle {
        font-size: 8.75vw
    }
    .l-main__catch h2.-kougiLive .-KTSTLineUp {
        font-size: 9.375vw;
        display: block
    }
    .l-main__catch p {
        text-align: justify;
        font-size: 4.0625vw;
        line-height: 1.7;
        letter-spacing: .04em
    }
    .l-main__search {
        margin-bottom: 0;
        display: flex;
        flex-wrap: wrap
    }
    .l-main__search dl.-gakumon {
        order: 2;
        width: 100%;
        padding: 0 4vw
    }
    .l-main__search dl.-keyword {
        order: 1;
        width: 100%;
        padding: 0 4vw;
        margin-bottom: 6.25vw;
        background-color: #fff
    }
    .l-main__search dl.-keyword dt {
        margin-bottom: 1.25vw;
        font-weight: 400;
        font-size: 3.75vw
    }
    .l-main__search dl.-keyword dd {
        position: relative;
        width: 100%;
        display: flex;
        flex-wrap: wrap;
        justify-content: space-between
    }
    .l-main__search dl.-keyword dd p {
        font-size: 1.5rem
    }
    .l-main p.-cooperation.Shiritsu, .l-main p.-cooperation.Kokuritsu, .l-main p.-cooperation.Kouritsu, .l-main p.-cooperation.Other {
        padding-left: 1.9rem
    }
    .l-main p.-cooperation.Shiritsu:before, .l-main p.-cooperation.Kokuritsu:before, .l-main p.-cooperation.Kouritsu:before, .l-main p.-cooperation.Other:before {
        padding: .2rem .3rem .3rem .2rem;
        top: 0;
        margin-top: .2rem
    }
    .l-main p.Shiritsu, .l-main p.Kokuritsu, .l-main p.Kouritsu, .l-main p.Other {
        font-size: 1.3rem;
        padding-left: 19.5px;
        text-align: justify
    }
    .l-main p.Shiritsu:before, .l-main p.Kokuritsu:before, .l-main p.Kouritsu:before, .l-main p.Other:before {
        font-size: 1.1rem;
        padding: 2px 3px 3px 2px;
        left: 0;
        margin-top: 2px;
        top: 0;
        display: inline-block;
        line-height: 1
    }
    .l-main p.Other:before {
        width: 16px;
        height: 16px
    }
    .l-main div.Shiritsu:before, .l-main div.Kokuritsu:before, .l-main div.Kouritsu:before, .l-main div.Other:before {
        font-size: 1.1rem;
        padding: 2px 2px 3px;
        left: 4vw;
        top: 0;
        margin-top: 10px
    }
    .l-main div.Other:before {
        width: 15px;
        height: 16px
    }
    .l-main__result-notFound {
        width: 100%
    }
    .l-main__result-notFound p {
        margin-top: 60px
    }
}
footer {
    padding: 40px 0 50px;
    flex-shrink: 0;
    text-align: center;
    background-color: #000;
    color: #fff
}
footer small {
    font-size: 1.2rem;
    display: block;
    margin: 10px 0
}
footer ol.logoline {
    max-width: 550px;
    margin: 0 auto
}
footer ol.logoline li {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    margin-bottom: 10px
}
footer ol.logoline li img {
    display: block;
    width: auto;
    height: 24px
}
footer ol.logoline li a {
    display: block
}
footer ol.logoline li.main div {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    width: calc(100% - 280px)
}
footer ol.logoline li.main div.host {
    margin-right: 30px;
    width: 250px
}
footer ol.logoline li span.title {
    font-size: 1.3rem;
    line-height: 1;
    letter-spacing: .2em;
    display: flex;
    align-items: center;
    margin-right: 10px;
    padding: 3px 10px 3px 11px;
    border: solid 1px #FFFFFF;
    color: #fff
}
footer ol.logoline li.sponcer a:not(:last-child) {
    margin-right: 46px;
    min-width: 100px
}
footer ol.logoline li.co_operation a:not(:last-child) {
    margin-right: 20px
}
footer p {
    text-align: center;
    color: #fff;
    font-size: 1.3rem;
    line-height: 1.6;
    letter-spacing: .1em
}
footer p a {
    color: #7fbe26
}
footer p a:hover {
    color: #a9ff30;
    opacity: 1
}
@media screen and (max-width: 640px) {
    footer {
        padding: 8vw 4vw 4vw
    }
    footer small {
        font-size: 1.2rem;
        margin: 10px 0
    }
    footer ol.logoline {
        width: 100%;
        margin: auto
    }
    footer ol.logoline li {
        margin-bottom: 3vw
    }
    footer ol.logoline li img {
        height: 6vw
    }
    footer ol.logoline li.main div {
        width: 100%
    }
    footer ol.logoline li.main div.host {
        margin-right: 0;
        width: 100%;
        margin-bottom: 3vw
    }
    footer ol.logoline li span.title {
        justify-content: center;
        font-size: 3vw;
        padding: 4px 10px;
        margin-right: 2vw;
        letter-spacing: .2em;
        width: 16vw
    }
    footer ol.logoline li.sponcer a {
        flex-wrap: wrap;
        width: 23vw
    }
    footer ol.logoline li.sponcer a:not(:last-child) {
        margin-right: 2vw;
        min-width: auto
    }
    footer ol.logoline li.co_operation {
        padding-left: 19vw;
        position: relative
    }
    footer ol.logoline li.co_operation span.title {
        position: absolute;
        left: 0;
        top: .5vw
    }
    footer ol.logoline li.co_operation a:not(:last-child) {
        margin-right: 0
    }
    footer p {
        text-align: center;
        color: #fff;
        font-size: 3vw;
        line-height: 1.6;
        letter-spacing: .1em
    }
}
.c-input__text {
    font-size: 1.4rem;
    padding: 7.5px 8px;
    border: 2px solid #CCCCCC;
    min-width: 428px
}
.c-input__text[disabled] {
    background: #858585 !important;
    cursor: not-allowed
}
@media screen and (max-width: 640px) {
    .c-input__text {
        display: block;
        width: calc(100% - 80px);
        max-width: 100%;
        font-size: 16px;
        padding: 6px 8px;
        min-width: auto
    }
}
.c-button__wrapper {
    display: flex;
    align-items: center
}
.c-button__wrapper > div:not(:first-child) {
    margin-left: 8px
}
.c-button-messageLink, .c-button-entryLink {
    border: 1px solid #172B64;
    border-radius: 20px;
    background-color: #fff;
    font-size: 1rem;
    padding: 6px 18px 6px 10px;
    display: flex;
    align-items: center;
    position: relative;
    line-height: 1;
    color: #172b64;
    font-weight: 500
}
.c-button-messageLink:after, .c-button-entryLink:after {
    content: "";
    display: block;
    position: absolute;
    right: 10px;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 5px 0 5px 6px;
    border-color: transparent transparent transparent #172B64;
    transition-duration: .3s
}
.c-button-messageLink:after:hover, .c-button-entryLink:after:hover {
    opacity: .7
}
.c-button-messageLink.-Nodata, .c-button-entryLink.-Nodata {
    border: 1px solid hsl(0deg, 0%, 88%);
    background-color: #e0e0e0;
    color: #a3a3a3;
    pointer-events: none
}
.c-button-messageLink.-Nodata:after, .c-button-entryLink.-Nodata:after {
    border-color: transparent transparent transparent rgb(163, 163, 163)
}
.c-button-messageLink.-Nodata a, .c-button-entryLink.-Nodata a {
    pointer-events: none
}
.c-button-requestLink {
    border: 1px solid #172B64;
    border-radius: 20px;
    background-color: #172b64;
    font-size: 1rem;
    padding: 6px 18px 6px 10px;
    display: flex;
    align-items: center;
    position: relative;
    line-height: 1;
    color: #fff;
    font-weight: 500
}
.c-button-requestLink:after {
    content: "";
    display: block;
    position: absolute;
    right: 10px;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 5px 0 5px 6px;
    border-color: transparent transparent transparent #FFFFFF;
    transition-duration: .3s
}
.c-button-requestLink:after:hover {
    opacity: .7
}
.c-button-requestLink.-Nodata {
    border: 1px solid hsl(0deg, 0%, 88%);
    background-color: #e0e0e0;
    color: #a3a3a3;
    pointer-events: none
}
.c-button-requestLink.-Nodata:after {
    border-color: transparent transparent transparent rgb(163, 163, 163)
}
.c-button {
    color: #fff;
    padding: 8px 12px;
    font-size: 1.6rem;
    font-weight: 600;
    letter-spacing: .1em;
    text-align: center;
    box-sizing: border-box;
    position: relative
}
.c-button.is-search {
    background-color: #000
}
.c-button.is-clear {
    background-color: #919191
}
@media screen and (max-width: 640px) {
    .c-button__wrapper {
        justify-content: space-between;
        flex-wrap: wrap
    }
    .c-button__wrapper > div:not(:first-child) {
        margin-left: 0
    }
    .c-button__wrapper > div.c-button-messageLink {
        width: 30%
    }
    .c-button__wrapper > div.c-button-entryLink {
        width: 40%
    }
    .c-button__wrapper > div.c-button-requestLink {
        width: 26%
    }
    .c-button-messageLink, .c-button-entryLink, .c-button-requestLink {
        padding: 12px 12px 12px 4px;
        justify-content: center;
        text-align: center
    }
    .c-button-messageLink:after, .c-button-entryLink:after, .c-button-requestLink:after {
        right: 6px
    }
    .c-button-messageLink:after:hover, .c-button-entryLink:after:hover, .c-button-requestLink:after:hover {
        opacity: .7
    }
    .c-button:hover {
        opacity: 1
    }
}
.-areaSearch input[type=checkbox] {
    display: none
}
.-areaSearch .c-checkbox__wrap {
    display: flex;
    flex-wrap: wrap
}
.-areaSearch .c-checkbox__wrap label {
    display: flex;
    align-items: center;
    position: relative;
    cursor: pointer;
    line-height: 2.2
}
.-areaSearch .c-checkbox__wrap label input[type=checkbox] {
    padding: 0
}
.-areaSearch .c-checkbox__wrap label span {
    display: flex;
    align-items: center;
    font-size: 1.4rem;
    position: relative
}
.-areaSearch .c-checkbox__wrap label span:before {
    content: "";
    width: 20px;
    height: 20px;
    display: block;
    border-radius: 3px;
    border: solid 1px #000000;
    margin-right: 5px;
    background-color: #fff
}
.-areaSearch .c-checkbox__wrap label input:checked + span:after {
    content: "";
    width: 16px;
    height: 8px;
    display: block;
    border-radius: 3px;
    margin-right: 5px;
    position: absolute;
    top: 50%;
    margin-top: -6px;
    left: 2px;
    transform: rotate(-45deg);
    border-left: 3px solid #146ED2;
    border-bottom: 3px solid #146ED2
}
@media screen and (max-width: 1024px) {
    .-areaSearch .c-checkbox__wrap {
        display: flex;
        flex-wrap: wrap;
        align-items: center
    }
    .-areaSearch .c-checkbox__wrap.-flexWrap-areaCol label {
        width: calc((97vw - 272px)/2)
    }
    .-areaSearch .c-checkbox__wrap.-flexWrap-areaCol label:not(:nth-child(3n)) {
        margin-right: 0
    }
}
@media screen and (max-width: 640px) {
    .-areaSearch .c-checkbox__wrap {
        margin: 3vw 4vw
    }
    .-areaSearch .c-checkbox__wrap.-flexWrap-areaCol label {
        font-size: 4.0625vw
    }
    .-areaSearch .c-checkbox__wrap.-flexWrap-areaCol label:not(:nth-child(3n)) {
        margin-right: 0
    }
    .-areaSearch .c-checkbox__wrap.-flexWrap-areaCol label:nth-child(odd) {
        width: 48%
    }
    .-areaSearch .c-checkbox__wrap.-flexWrap-areaCol label:nth-child(2n) {
        width: 48%;
        margin-right: 0
    }
}
:root {
    --customHeight: 100%
}
@media screen and (max-width: 640px) {
    .svelte-card-stack__wrapper {
        height: var(--customHeight);
        overflow: hidden
    }
    .svelte-card-stack__stack {
        display: grid;
        grid-template-rows: 1fr;
        grid-template-columns: 1fr;
        width: 100%
    }
    .svelte-card-stack__stack section:nth-child(n+4) {
        visibility: hidden
    }
    .svelte-card-stack__card {
        grid-row: 1/2;
        grid-column: 1/2;
        cursor: grab;
        box-shadow: 2px 0 8px #00000042;
        height: 100%
    }
    .svelte-card-stack__card > div {
        background-color: #fff;
        transform: translate(0)
    }
}
.modal_Wrapper {
    position: fixed;
    width: 100vw;
    height: 100vh;
    display: flex;
    align-items: center;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    margin: auto;
    opacity: 0;
    z-index: -1
}
.modal_Wrapper.is_open {
    animation: modal_wrapper_open .5s ease forwards
}
.modal_Wrapper.is_open .modal_Content, .modal_Wrapper.is_open .modal_Close {
    animation: modal_window_open .5s ease forwards
}
.modal_Wrapper.is_close {
    animation: modal_wrapper_close .5s ease forwards
}
.modal_Wrapper.is_close .modal_Content, .modal_Wrapper.is_close .modal_Close {
    animation: modal_window_close .5s ease forwards
}
.modal_Mask {
    position: fixed;
    cursor: pointer;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, .7)
}
.modal_Content {
    margin: auto;
    max-height: 90%;
    background: #FFFFFF;
    z-index: 0;
    width: 590px;
    height: 331.875px
}
.modal_Content::-webkit-scrollbar {
    display: none
}
.modal_Close {
    z-index: 100;
    cursor: pointer;
    position: absolute;
    top: -20px;
    right: -15px
}
.modal_Close:hover {
    opacity: .7
}
@keyframes modal_wrapper_open {
    0% {
        opacity: 0
    }
    to {
        opacity: 1;
        z-index: 100
    }
}
@keyframes modal_window_open {
    0% {
        opacity: 0;
        transform: translateY(-30px)
    }
    to {
        opacity: 1;
        transform: translateY(0)
    }
}
@keyframes modal_wrapper_close {
    0% {
        z-index: 100;
        opacity: 1
    }
    to {
        opacity: 0
    }
}
@keyframes modal_window_close {
    0% {
        opacity: 1;
        transform: translateY(0)
    }
    to {
        transform: translateY(-30px);
        opacity: 0
    }
}
@media screen and (max-width: 640px) {
    .modal_Close {
        left: auto !important;
        right: 2vw;
        top: -40px
    }
    .modal_Content {
        width: 100vw;
        height: 56.25vw
    }
}
.l-main #l-main__resultArea > div + div {
    margin-top: 24px
}
.l-main #l-main__resultArea div:empty {
    display: none
}
.l-main #l-main__resultArea div:empty + div {
    margin-top: 0
}
.l-main__search dl.-gakumon {
    margin-bottom: 32px
}
.l-main__search dl.-gakumon dd {
    display: flex;
    flex-wrap: wrap;
    align-items: center
}
.l-main__search dl.-gakumon dd label {
    width: 20%;
    text-align: center;
    border-bottom: 1px solid #FFFFFF;
    font-size: 1.4rem;
    font-weight: 500;
    color: #fff;
    transition: opacity .8s ease-out;
    text-decoration: none;
    cursor: pointer
}
@supports (-ms-ime-align: auto) {
    .l-main__search dl.-gakumon dd label {
        width: 16.665%
    }
}
.l-main__search dl.-gakumon dd label:hover {
    opacity: .7
}
.l-main__search dl.-gakumon dd label:not(:nth-child(5n)) {
    border-right: 1px solid #FFFFFF
}
.l-main__search dl.-gakumon dd label.cat1 {
    background-color: #e74d80
}
.l-main__search dl.-gakumon dd label.cat2 {
    background-color: #f19c33
}
.l-main__search dl.-gakumon dd label.cat3 {
    background-color: #55ba4a
}
.l-main__search dl.-gakumon dd label.cat4 {
    background-color: #3fbecc
}
.l-main__search dl.-gakumon dd label span {
    display: inline-block;
    box-sizing: border-box;
    padding: 11px 4px;
    width: 100%;
    border: 4px solid transparent
}
.l-main__search dl.-gakumon dd label input {
    display: none
}
.l-main__search dl.-gakumon dd label input:checked + span {
    border: 4px solid #0c3679
}
.l-main__search dl.-gakumon dd .spScrollMenuGlider {
    display: none
}
.l-main__result-questionTitle {
    display: flex;
    align-items: center;
    background-color: #525151;
    font-size: 1.5rem;
    color: #fff;
    letter-spacing: .1em;
    border-bottom: 2px solid #FFFFFF
}
.l-main__result-questionTitle:before, .l-main__result-questionTitle:after {
    content: "";
    display: block;
    position: absolute;
    top: 0;
    width: 1px;
    height: 100%;
    background-color: #fff
}
.l-main__result-questionTitle:before {
    left: 10.4%
}
.l-main__result-questionTitle:after {
    left: 66.7%
}
.l-main__result-questionTitle > div {
    padding: 8px 16px;
    text-align: center
}
.l-main__result-questionTitle > div:nth-child(1) {
    width: 10.5%
}
.l-main__result-questionTitle > div:nth-child(2) {
    width: 56.3%
}
.l-main__result-questionTitle > div:nth-child(3) {
    width: 33.2%
}
.l-main__result-category.-cat1 {
    background-color: #e74d80
}
.l-main__result-category.-cat2 {
    background-color: #f19c33
}
.l-main__result-category.-cat3 {
    background-color: #55ba4a
}
.l-main__result-category.-cat4 {
    background-color: #3fbecc
}
.l-main__result-list {
    position: relative
}
.l-main__result-list > .-one-line {
    display: flex;
    align-items: center
}
.l-main__result-list > .-one-line:before, .l-main__result-list > .-one-line:after {
    content: "";
    display: block;
    position: absolute;
    top: 0;
    width: 1px;
    height: 100%;
    background-color: #fff
}
.l-main__result-list > .-one-line:before {
    left: 10.4%
}
.l-main__result-list > .-one-line:after {
    left: 66.7%
}
.l-main__result-list > .-one-line > div:nth-child(1) {
    width: 10.5%;
    padding: 8px 10px;
    text-align: center;
    font-size: 1.1rem
}
.l-main__result-list > .-one-line > div:nth-child(1) > span {
    padding: 6px 2px;
    width: 100%;
    display: inline-block;
    border-radius: 3px;
    color: #fff
}
.l-main__result-list > .-one-line > div:nth-child(2) {
    width: 56.3%;
    padding: 8px;
    font-size: 1.7rem;
    font-weight: 500;
    display: flex;
    justify-content: space-between;
    align-items: center
}
.l-main__result-list > .-one-line > div:nth-child(2) span {
    display: inline-block;
    width: calc(100% - 118px)
}
.l-main__result-list > .-one-line > div:nth-child(2) button {
    border: 1px solid #172B64;
    border-radius: 20px;
    color: #172b64;
    background-color: #fff;
    font-size: 1.2rem;
    padding: 6px 18px 6px 10px;
    display: flex;
    align-items: center;
    position: relative;
    line-height: 1;
    min-width: 110px
}
.l-main__result-list > .-one-line > div:nth-child(2) button:after {
    content: "";
    display: block;
    position: absolute;
    right: 10px;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 5px 0 5px 6px;
    border-color: transparent transparent transparent #172B64;
    transition-duration: .3s
}
.l-main__result-list > .-one-line > div:nth-child(2) button:after:hover {
    opacity: .7
}
.l-main__result-list > .-one-line > div:nth-child(3) {
    width: 33.2%;
    padding: 8px 10px 8px 27px;
    position: relative;
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    text-align: justify
}
.l-main__result-list > .-one-line > div:nth-child(3) p {
    display: inline-block
}
.l-main__result-list > .-one-line > div:nth-child(3) span.-categoryTeacher {
    display: block
}
.l-main__result-list > .-one-line > div:nth-child(3) .-TeacherInfo {
    width: 74%
}
.l-main__result-list > .-one-line > div:nth-child(3) .-TeacherImg {
    width: 22%
}
.l-main__result-list > .-one-line > div:nth-child(3) .-TeacherImg.error-image {
    visibility: hidden
}
.l-main__result-list.-cat1 > .-one-line:nth-child(2n) {
    background-color: #e74d801a
}
.l-main__result-list.-cat1 > .-one-line > div:nth-child(1) span {
    background-color: #e74d80
}
.l-main__result-list.-cat2 > .-one-line:nth-child(2n) {
    background-color: #f19c331a
}
.l-main__result-list.-cat2 > .-one-line > div:nth-child(1) span {
    background-color: #f19c33
}
.l-main__result-list.-cat3 > .-one-line:nth-child(2n) {
    background-color: #55ba4a1a
}
.l-main__result-list.-cat3 > .-one-line > div:nth-child(1) span {
    background-color: #55ba4a
}
.l-main__result-list.-cat4 > .-one-line:nth-child(2n) {
    background-color: #3fbecc1a
}
.l-main__result-list.-cat4 > .-one-line > div:nth-child(1) span {
    background-color: #3fbecc
}
.l-main .seachSpHave {
    display: none
}
@media screen and (max-width: 1024px) {
    .l-main__search dl.-gakumon dd label {
        width: 25%
    }
    .l-main__search dl.-gakumon dd label:not(:nth-child(6n)) {
        border-right: 0
    }
    .l-main__search dl.-gakumon dd label:not(:nth-child(4n)) {
        border-right: 1px solid #FFFFFF
    }
    .l-main__result-questionTitle {
        font-size: 1.5rem;
        letter-spacing: .1em;
        line-height: 1.2
    }
    .l-main__result-questionTitle > div {
        padding: 8px
    }
    .l-main__result-category > p {
        font-size: 2.2rem;
        line-height: 1.3;
        margin-right: 12px
    }
    .l-main__result-category > span {
        line-height: 1.3
    }
    .l-main__result-list > .-one-line > div:nth-child(1) {
        width: 10.5%;
        padding: 8px 6px 8px 2px;
        font-size: 1.2rem
    }
    .l-main__result-list > .-one-line > div:nth-child(1) > span {
        padding: 6px;
        width: 100%;
        display: inline-block;
        border-radius: 3px;
        color: #fff
    }
    .l-main__result-list > .-one-line > div:nth-child(2) {
        width: 56.3%;
        padding: 8px;
        border-right: 1px solid #FFFFFF
    }
    .l-main__result-list > .-one-line > div:nth-child(3) {
        width: 33.2%
    }
}
@media screen and (max-width: 640px) {
    .l-main #l-main__resultArea:not(.-PrefectureDisplay) > div + div {
        margin-top: 0;
        position: absolute
    }
    .l-main #l-main__resultArea:not(.-PrefectureDisplay) div:empty {
        display: block;
        height: 100vh
    }
    .l-main__search dl.-gakumon {
        margin-bottom: -.2px
    }
    .l-main__search dl.-gakumon dt {
        margin-bottom: 5vw;
        font-weight: 400;
        font-size: 4.6875vw
    }
    .l-main__search dl.-gakumon dd {
        display: block;
        padding: 0;
        border: 0;
        height: auto;
        overflow-x: auto;
        overflow-y: hidden;
        white-space: nowrap;
        background-color: #fff
    }
    .l-main__search dl.-gakumon dd.-IsFixed {
        position: fixed;
        z-index: 25;
        top: 0
    }
    .l-main__search dl.-gakumon dd::-webkit-scrollbar {
        display: none
    }
    .l-main__search dl.-gakumon dd label {
        width: auto;
        display: inline-block;
        pointer-events: auto;
        font-size: 3.75vw;
        font-weight: 700;
        border-radius: 8px 8px 0 0;
        border-bottom: 0;
        border-right: 1px solid #FFFFFF !important;
        color: #0009;
        background-color: #00000014;
        z-index: 3;
        position: relative;
        transition: all .4s cubic-bezier(.61, -.25, .38, 1)
    }
    .l-main__search dl.-gakumon dd label:last-child {
        border-right: 0 !important
    }
    .l-main__search dl.-gakumon dd label.-ClickDisabled {
        pointer-events: none;
        background-color: transparent;
        color: #fff
    }
    .l-main__search dl.-gakumon dd label.cat1 {
        background-color: #00000014
    }
    .l-main__search dl.-gakumon dd label.cat1.-ClickDisabled {
        background-color: transparent
    }
    .l-main__search dl.-gakumon dd label.cat2 {
        background-color: #00000014
    }
    .l-main__search dl.-gakumon dd label.cat2.-ClickDisabled {
        background-color: transparent
    }
    .l-main__search dl.-gakumon dd label.cat3 {
        background-color: #00000014
    }
    .l-main__search dl.-gakumon dd label.cat3.-ClickDisabled {
        background-color: transparent
    }
    .l-main__search dl.-gakumon dd label.cat4 {
        background-color: #00000014
    }
    .l-main__search dl.-gakumon dd label.cat4.-ClickDisabled {
        background-color: transparent
    }
    .l-main__search dl.-gakumon dd label:hover {
        opacity: 1
    }
    .l-main__search dl.-gakumon dd label span {
        padding: 11px 4px;
        display: block;
        box-sizing: border-box
    }
    .l-main__search dl.-gakumon dd label input:checked + span {
        border: 4px solid transparent
    }
    .l-main__search dl.-gakumon dd label input:checked + span:hover {
        opacity: 1
    }
    .l-main__search dl.-gakumon dd .spScrollMenuGlider {
        position: absolute;
        z-index: 1;
        display: flex;
        height: 100%;
        width: auto;
        top: 0;
        border-radius: 8px 8px 0 0;
        transition: all .4s cubic-bezier(.51, .92, .24, 1.15)
    }
    .l-main__search dl.-gakumon dd .spScrollMenuGlider.cat1 {
        background-color: #e74d80
    }
    .l-main__search dl.-gakumon dd .spScrollMenuGlider.cat2 {
        background-color: #f19c33
    }
    .l-main__search dl.-gakumon dd .spScrollMenuGlider.cat3 {
        background-color: #55ba4a
    }
    .l-main__search dl.-gakumon dd .spScrollMenuGlider.cat4 {
        background-color: #3fbecc
    }
    .l-main__result-category {
        display: block;
        padding: 3vw 4vw
    }
    .l-main__result-category.IsNone {
        display: none
    }
    .l-main__result-category > p {
        display: none
    }
    .-PrefectureDisplay .l-main__result-category > p {
        display: block
    }
    .l-main__result-list {
        padding: 0;
        width: 100vw;
        left: 50%;
        right: 50%;
        margin-left: -50vw;
        margin-right: -50vw
    }
    .l-main__result-list > .-one-line {
        display: block
    }
    .l-main__result-list > .-one-line:before, .l-main__result-list > .-one-line:after {
        content: none
    }
    .l-main__result-list > .-one-line:nth-child(2n) {
        background-color: #fff
    }
    .l-main__result-list > .-one-line > div:nth-child(1) {
        width: 100%;
        padding: 8px 4vw 0;
        text-align: left;
        font-size: 1.2rem
    }
    .l-main__result-list > .-one-line > div:nth-child(1) > span {
        padding: 0;
        width: 100%;
        display: inline-block;
        border-radius: 3px;
        color: #fff
    }
    .l-main__result-list > .-one-line > div:nth-child(2) {
        width: 100%;
        padding: 0 4vw 8px;
        border-right: 0
    }
    .l-main__result-list > .-one-line > div:nth-child(2) span {
        letter-spacing: .04em
    }
    .l-main__result-list > .-one-line > div:nth-child(2) button {
        margin-left: auto;
        padding: 12px 18px 12px 10px;
        min-width: auto;
        position: absolute;
        right: 4vw;
        margin-top: -32px;
        top: 50%
    }
    .l-main__result-list > .-one-line > div:nth-child(3) {
        width: 100%;
        padding: 8px 4vw 12px calc(4vw + 18px);
        font-size: 1.3rem
    }
    .l-main__result-list > .-one-line > div:nth-child(3) .-TeacherImg.error-image {
        height: 68.9px
    }
    .l-main__result-list.-cat1 > .-one-line:nth-child(2n) {
        background-color: #fff
    }
    .l-main__result-list.-cat1 > .-one-line > div:nth-child(1) {
        background-color: #e74d801a
    }
    .l-main__result-list.-cat1 > .-one-line > div:nth-child(1) span {
        color: #e74d80;
        background-color: transparent
    }
    .l-main__result-list.-cat1 > .-one-line > div:nth-child(2) {
        background-color: #e74d801a
    }
    .l-main__result-list.-cat2 > .-one-line:nth-child(2n) {
        background-color: #fff
    }
    .l-main__result-list.-cat2 > .-one-line > div:nth-child(1) {
        background-color: #f19c331a
    }
    .l-main__result-list.-cat2 > .-one-line > div:nth-child(1) span {
        color: #f19c33;
        background-color: transparent
    }
    .l-main__result-list.-cat2 > .-one-line > div:nth-child(2) {
        background-color: #f19c331a
    }
    .l-main__result-list.-cat3 > .-one-line:nth-child(2n) {
        background-color: #fff
    }
    .l-main__result-list.-cat3 > .-one-line > div:nth-child(1) {
        background-color: #55ba4a1a
    }
    .l-main__result-list.-cat3 > .-one-line > div:nth-child(1) span {
        color: #55ba4a;
        background-color: transparent
    }
    .l-main__result-list.-cat3 > .-one-line > div:nth-child(2) {
        background-color: #55ba4a1a
    }
    .l-main__result-list.-cat4 > .-one-line:nth-child(2n) {
        background-color: #fff
    }
    .l-main__result-list.-cat4 > .-one-line > div:nth-child(1) {
        background-color: #3fbecc1a
    }
    .l-main__result-list.-cat4 > .-one-line > div:nth-child(1) span {
        color: #3fbecc;
        background-color: transparent
    }
    .l-main__result-list.-cat4 > .-one-line > div:nth-child(2) {
        background-color: #3fbecc1a
    }
    #js-resultCategory.-IsFixed {
        position: fixed;
        top: 50px;
        width: 100%;
        z-index: 25
    }
    .seachSpHave {
        height: 0;
        visibility: hidden;
        overflow: hidden
    }
    .seachSpHave #js-resultCategory {
        display: block;
        visibility: visible
    }
}
@media screen and (max-width: 360px) {
    .l-main__result-list > .-one-line > div:nth-child(2) span {
        width: calc(100% - 128px)
    }
}
.u-spOnly, .u-tab {
    display: none !important
}
.u-resultNumber {
    font-size: 1.4rem;
    display: flex;
    justify-content: flex-end;
    align-items: flex-end;
    margin-bottom: 4px
}
.u-resultNumber span {
    display: inline-block;
    margin: 0 3px;
    font-size: 3rem;
    font-weight: 700;
    line-height: 1.1
}
.u-highlightWord {
    background-color: #b4e149 !important;
    font-weight: 700;
    width: auto !important
}
@media screen and (max-width: 1024px) {
    .u-tab {
        display: block !important
    }
}
@media screen and (max-width: 640px) {
    .u-spOnly {
        display: block !important
    }
    .u-spOnly.-Switch, .u-pcOnly {
        display: none !important
    }
    .u-resultNumber {
        font-size: 5.625vw;
        line-height: 1.25;
        justify-content: flex-start;
        position: relative
    }
    .u-resultNumber span:first-child {
        font-size: 8.75vw
    }
    .u-resultNumber span:last-child {
        font-size: 7.1875vw
    }
}
.loding__comment {
    width: 100%;
    height: 100vh;
    display: flex;
    align-items: center;
    justify-content: center
}
.loding__comment p {
    font-size: 3.2rem
}
@media screen and (max-width: 640px) {
    .loding__comment p {
        font-size: 2.2rem
    }
}