@charset "euc-jp";
*{    
    margin: 0;
    padding: 0;
    border: 0;
    vertical-align: baseline;
    box-sizing: border-box; 
}

div.menu-switch {
    display: none;
}
.close-filter {
    display: none;
}

/*fv*/
.function-list-fv {
    display: flex;
    flex-wrap: wrap;
    padding: 20px 15%;
    box-sizing: border-box;
    align-items: center;
    background: #3593d9;
    margin: 0 0 3rem 0;
}

.function-list-fv-txt {
    width: 50%;
}

.function-list-fv h1.page-title {
    text-align: left;
    color: #fff;
    width: 100%;
    font-size: 4.8rem;
    font-weight: bold;
}

.function-list-fv h1.page-title span {
    display: block;
    font-size: 50%;
    line-height: 1.2;
    font-weight: normal;
}

.function-list-fv-txt p.page-title-description {
    width: 100%;
    line-height: 1.8;
    color: #fff;
    text-align: left;
    font-size: 1.8rem;
    font-weight: normal;
}

.function-list-fv-txt p.page-title-description strong{
    color: #fff400;
    font-weight: bold;
}

.function-list-fv-img {
    width: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
    box-sizing: border-box;
    padding: 0 5%;
}

.function-list-fv-img img {
    width: 100%;
}

.product {
    display: none;
}

.ms-function {
    display: flex;
    flex-wrap: wrap;
    width: 80%;
    max-width: 1440px;
    margin: 3rem auto 5rem;
    text-align: left;
    justify-content: space-between;
}

.category-list {
    padding: 0 16px 10px 16px;
}

.category-list ul{
    display: flex;
    flex-wrap: wrap;
    box-sizing: border-box;
    justify-content: space-between;
}

.category-list ul li {
    min-width: 47%;
    margin: 0 0 4px 0;
}

.category-list ul li a{
    display: block;
    text-decoration: none;
    color: #4C4948;
    text-align: center;
    box-sizing: border-box;
    padding: 0.5rem 1rem;
    transition: all 0.2s ease-out;
    border-radius: 50px;
    line-height: 1;
    border: 1px solid #ededed;
    box-sizing: border-box;
    background: #fff;
    font-size: 1.3rem;
}
.category-list ul li a:hover{
    background: #2389ca;
    color: #fff;
    transition: all 0.2s ease-out;
    border: 1px solid #2389ca;
}

.filter-wrap{
    padding: 12px 16px;
    background: #f8f8f8;
    box-sizing: border-box;
    border-radius: 8px;
    height: fit-content;
}

.ms-function-filter h2 {
    font-size: 2.1rem;
    text-align: center;
    padding: 0 0 1rem 0;
    font-weight: bold;
    line-height: 1.4;
}

.ms-function-filter form#filterForm{
    padding: 0 0 1rem;
    border-bottom: 2px solid #ddd;
}

.ms-function-filter form#filterForm label{
    width: fit-content;
    display: inline-block;
    text-align: left;
    box-sizing: border-box;
    padding: 0.5rem 1rem;
    transition: all 0.2s ease-out;
    border-radius: 50px;
    margin: 0;
    line-height: 1;
    border: 1px solid #ededed;
    box-sizing: border-box;
    background: #fff;
    font-size: 1.3rem;
}

.ms-function-filter form#filterForm label:last-of-type{
    margin-bottom: 0;
}

.ms-function-filter form#filterForm label:hover{
    background: #ededed;
    transition: all 0.2s ease-out;
}

.ms-function-filter form#filterForm label:has(input[type="checkbox"]:checked) {
    background: #2389ca;
    color: #fff;
    transition: all 0.2s ease-out;
    border: 1px solid #2389ca;
}

.ms-function-filter form#filterForm fieldset:first-of-type {
    margin: 0 0 1rem 0;
}

.ms-function-filter form#filterForm fieldset legend,
p.category-list-ttl{
    background: #ddd;
    text-align: center;
    font-size: 1.6rem;
    font-weight: 600;
    width: 100%;
    line-height: 1;
    padding: 0.5rem;
    border-radius: 4px;
    margin: 0 0 0.5rem 0;
}

.ms-function-list div#results {
    display: flex;
    flex-wrap: wrap;
    gap: 2%;
}

.ms-function-list div#results .product {
    width: 32%;
    border: 1px solid #e8e8e8;
    box-sizing: border-box;
    border-radius: 8px;
    position: relative;
    transition: all 0.2s ease-out;
    order: 3;
}

.ms-function-list div#results .product a{
    text-decoration: none;
}

.ms-function-list div#results .product.icons-up:has(span.icon_pick_up) {
    order: 1;
}
.ms-function-list div#results .product.icons-up:has(span.icon_coming_soon) {
    order: 2;
}


.ms-function-list div#results .product:has(a):hover {
    transform: translateY(-4px);
    transition: all 0.2s ease-out;
}

.ms-function-list div#results .product .icons {
    display: none;
    position: absolute;
    top: 0;
    left: 16px;
    line-height: 1;
    transform: translateY(-50%);
}

.ms-function-list div#results .product.icons-up .icons{
    display: block;
}

.ms-function-list div#results .product .icons span {
    font-size: 12px;
    font-weight: bold;
    background: #ccc;
    line-height: 1;
    padding: 4px 16px;
    border-radius: 16px;
}

.ms-function-list div#results .product .icons span.icon_pick_up {
    background: #1ea7ff;
    color: #fff;
}

.ms-function-list div#results .product .icons span.icon_coming_soon {
    background: #bcbcbc;
    color: #fff;
}

h4.function-name {
    padding: 16px;
    padding-top: 24px;
    font-weight: bold;
    font-size: 1.8rem;
    text-align: left;
}

.tab-content.mse-function-list h4.mse-plus {
    position: relative;
    width: fit-content;
}

.tab-content.mse-function-list h4.mse-plus:after {
    content: "";
    display: block;
    width: 60px;
    aspect-ratio: 100 / 48;
    background: url(../images/mse-plus-icon.svg) no-repeat center;
    position: absolute;
    top: 50%;
    left: 100%;
    transform: translate(-15%, -50%);
}

.function-tag {
    margin: 1rem 0 0 0;
    display: flex;
    gap: 8px;
    flex-wrap: wrap;
    padding: 0 60px 16px 16px;
}

.ms-function-list div#results .product:not(:has(a.function_Detail)) .function-tag {
    padding: 0 16px 16px 16px;
}

.function-tag span {
    font-size: 11px;
    padding: 4px 8px;
    border: 1px solid #999;
    border-radius: 30px;
    line-height: 1.6;
}

.function-tag span:before {
    content: "#";
    padding: 0 4px 0 0;
}

p.function-discript {
    font-size: 14px;
    line-height: 1.8;
    min-height: 7rem;
    padding: 0 16px;
}

p.function-discript span {
    font-size: 90%;
    line-height: 1.8;
    display: block;
    color: #f05a25;
}

.product a.function_Detail {
    display: block;
    border-radius: 8px;
    color: inherit;
    width: 100%;
    height: 100%;
}

.product a.function_Detail:hover {
    text-decoration: none !important;
    box-shadow: 0px 5px 15px 3px rgba(0, 0, 0, 0.1);
}

.product a.function_Detail:after {
    content: "";
    display: block;
    width: 50px;
    height: 30px;
    background: #bcbcbc;
    position: absolute;
    bottom: 16px;
    right: 0;
    border-top-left-radius: 50px;
    border-bottom-left-radius: 50px;
    transition: all 0.2s ease-out;
    z-index: -1;
}

.product a.function_Detail:before {
    content: "";
    display: block;
    width: 10px;
    height: 10px;
    border-top: 2px solid #fff;
    border-right: 2px solid #fff;
    position: absolute;
    bottom: 25px;
    right: 22px;
    z-index: 0;
    rotate: 45deg;
    transition: all 0.2s ease-out;
}

.product a.function_Detail:hover:after {
    width: 30px;
    right: 15px;
    border-radius: 50px;
    background: #1fa8ff;
    transition: all 0.2s ease-out;
}

.product a.function_Detail:hover:before {
    right: 27px;
    transition: all 0.2s ease-out;
}

.filter-clear {
    text-align: center;
    background: #fec8c8;
    line-height: 1;
    border-radius: 50px;
    padding: 1rem 0;
    margin: 1.5rem;
    cursor: pointer;
    font-size: 16px;
}

.filter-clear:hover {
    background: #f58181;
}

h2:before{
    display: none;
}


/*tab*/
.function-list-tabs {
    width: 100%;
    margin-bottom: 2em;
}
.function-list-tabs .tab-nav {
    display: flex;
    border-bottom: 1px solid #ccc;
    margin: 0 0 16px 0;
}
.ms-function.fixed .function-list-tabs .tab-nav{
    position: fixed;
    top: 130px;
    background: #fff;
    width: 100%;
    z-index: 5;
    border-radius: 8px;
    padding: 0 16px;
    box-shadow: 0 10px 20px 0 rgb(0 0 0 / 10%);
    border: 1px solid #2389ca;
    animation: fade-down 0.2s ease-out;
}
.ms-function.fixed .function-list-tabs .tab-nav button{
    padding: 0.3em 0.6em;
    border: none;
}
@keyframes fade-down {
    0% {
        opacity: 0;
        transform: translateY(-24px);
    }
    100% {
        opacity: 1;
        transform: translateY(0);
    }
}
.function-list-tabs .tab-nav button {
    background: none;
    border: none;
    padding: 0.5em 1em;
    font-weight: bold;
    cursor: pointer;
    font-size: 20px;
    color: #d0d0d0;
}
.function-list-tabs .tab-nav button.active {
    color: #2389ca;
}
.category-explan {
    background: #f8f8f8;
    line-height: 1;
    padding: 16px;
    border-radius: 8px;
    margin: 0 0 16px 0;
}
.category-explan p {
    line-height: 1.8;
    font-size: 14px;
}
.category-explan p strong{
    font-weight: bold;
}
.category-explan p:has(img){
    margin-top: 4px;
}
.category-explan p img {
    width: 48px;
    margin: 0 4px 0 0;
    transform: translateY(-5px);
}
.function-list-tabs .tab-content {
    display: none;
    padding: 1em 0;
}
.function-list-tabs .tab-content.active {
    display: block;
    animation: fade-in 0.2s ease-out;
}

@keyframes fade-in {
    0% {
        opacity: 0;
        transform: translateY(16px);
    }
    100% {
        opacity: 1;
        transform: translateY(0);
    }
}

.tab-content-inner {
    padding-bottom: 40px;
    border-bottom: 2px solid #ddd;
    display: none;
}

.tab-content-inner:has(.product[style="display: block;"]) {
    display: block;
}

.tab-content-inner + .tab-content-inner {
    margin-top: 40px;
}

.function-list-box {
    display: flex;
    flex-wrap: wrap;
    gap: 24px 2%;
}
.function-list-tabs .tab-content h3 {
    font-size: 32px;
    padding: 0 0 40px 0;
    color: #2389ca;
    line-height: 1;
}
.ms-function.fixed .function-list-tabs .tab-content h3 {
    padding-top: 100px;
    margin-top: -100px;
}

.mse-function-list .view-pre,
.premium-function-list .view-mse,
.mse-function-list .mse-none,
.premium-function-list .pre-none{
    display: none !important;
}

article {
    overflow: unset;
}

div.sticky{
    position: sticky;
    position: -webkit-sticky;
    top: 130px;
}

div.sticky::-webkit-scrollbar {
    width: 0px;
    background-color: #e7e7e7;
}

div.sticky::-webkit-scrollbar-thumb {
    background: #9f9f9f;
    width: 0px;
    border-radius: 5px;
}

@media (max-height: 800px) {
    div.sticky{
        max-height: 75vh;
        overflow-y: scroll;
    }
}

.ms-function-filter {
    width: 20%;
}
.ms-function-list {
    width: 78%;
}

@media (max-width: 1440px) {
    .function-list-fv {
        padding: 40px 5%;
    }
    .function-list-fv h1.page-title {
        font-size: 3.8rem;
    }
}

@media (max-width: 1280px) {
    .function-list-fv h1.page-title {
        font-size: 4rem;
    }
    .function-list-fv-txt p.page-title-description {
        font-size: 1.9rem;
    }
    .ms-function-filter form#filterForm fieldset legend,
    p.category-list-ttl {
        font-size: 1.3rem;
    }
    .ms-function-filter form#filterForm label{
        padding: 0.5rem 0.8rem;
        margin: 0 0 0.3rem 0;
        font-size: 13px;
    }
    h4.function-name {
        font-size: 1.6rem;
    }
    p.function-discript {
        font-size: 1.3rem;
        min-height: 6rem;
    }
}

@media (max-width: 1024px) {
    .function-list-fv {
        padding: 40px 5%;
    }
    .function-list-fv h1.page-title {
        font-size: 3.5rem;
    }
    .function-list-fv-txt p.page-title-description {
        font-size: 1.5rem;
    }

    .ms-function-filter h2 {
        font-size: 1.6rem;
    }
    .filter-clear {
        margin: 1rem 0;
        font-size: 13px;
    }

    h4.function-name {
        padding: 24px 16px 8px;
    }
    .function-tag {
        gap: 4px;
    }
    .function-tag span {
        padding: 2px 6px;
    }
    .function-tag span:before {
        padding: 0 2px 0 0;
    }
    .function-tag {
        margin: 1rem 0 0 0;
        display: flex;
        gap: 4px;
        flex-wrap: wrap;
        padding: 0 60px 16px 16px;
    }
}

.filter-bg {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: #00000050;
    z-index: 999;
}

@media (max-width: 768px) {
    .ms-function {
        width: 90%;
    }
    .ms-function-list div#results .product {
        width: 49%;
    }
    .function-list-tabs .tab-nav button {
        font-size: 18px;
    }
    .ms-function-filter {
        width: 28%;
    }
    div.sticky{
        max-height: 80vh;
        overflow-y: scroll;
    }
    .ms-function-list {
        width: 70%;
    }
}

@media (max-width: 640px) {
    .function-list-fv {
        padding: 0;
    }
    .function-list-fv-txt {
        width: 100%;
        order: 2;
        padding: 0 32px 24px;
        box-sizing: border-box;
    }
    .function-list-fv-img {
        width: 100%;
        padding: 32px 20% 0;
    }
    .function-list-fv h1.page-title {
        font-size: 3rem;
        text-align: center;
    }
    .function-list-fv-txt p.page-title-description {
        font-size: 1rem;
        text-align: center;
        padding: 0 10%;
    }
    .function-list-fv {
        padding: 0;
        margin: 0 0 2rem 0;
    }    
    .filter-clear {
        margin-bottom: 4rem;
    }
    body.on-filter .filter-bg {
        display: block;
    }
    .close-filter{
        display: block;
    }
    .ms-function-filter {
        width: 45%;
        height: 96vh;
        position: fixed;
        background: #fff;
        z-index: 5;
        top: 2vh;
        right: 2vh;
        box-shadow: 0px 0px 15px 0px rgba(0, 0, 0, 0.1);
        border: none;
        transform: translateX(120%);
        transition: all 0.5s linear;
        z-index: 1000;
        padding-top: 80px;
    }
    .ms-function-filter.open {
        transform: translateX(0);
        transition: all 0.5s linear;
        overflow: scroll;
    }
    div.menu-switch {
        display: block;
        /*width: 4rem;
        height: 4rem;
        position: fixed;
        top: 0;
        right: 0;
        z-index: 99999;*/
        cursor: pointer;
    }
    div.menu-switch {
        display: block;
        cursor: pointer;
        display: flex;
        width: 80%;
        align-items: center;
        border: 1px solid #999;
        border-radius: 50px;
        justify-content: center;
        gap: 16px;
        margin: 1rem auto;
    }
    div.menu-switch img{
        max-width: 35px;
    }
    .menu-switch.fixed {
        position: fixed;
        top: 90px;
        right: 8px;
        background: #fff;
        width: 18%;
        z-index: 2;
        border: none;
        box-shadow: 2px 2px 5px 2px rgba(0, 0, 0, 0.1);
        margin: 0;
    }
    .menu-switch.fixed p{
        display: none;
    }
    .close-filter {
        width: 32px;
        background: #fff;
        position: fixed;
        top: 75px;
        right: 5px;
        padding: 4px;
        box-sizing: border-box;
        transform: rotate(45deg);
        background: #fff;
        line-height: 1;
        border-radius: 50px;
        box-shadow: 2px 2px 5px 2px rgba(0, 0, 0, 0.1);
        z-index: 1;
    }

    .category-list ul li {
        min-width: 100%;
        margin: 4px 0 4px 0;
    }
/*
    .menu-switch span {
        width: 70%;
        height: 2px;
        background: #222;
        display: block;
        position: relative;
        top: 50%;
        margin: -1px auto 0;
        transition: all 0.2s ease-out;
    }
    .menu-switch span:before {
        content: "";
        width: 100%;
        height: 2px;
        background: #222;
        position: absolute;
        display: block;
        top: -700%;
        transition: all 0.2s ease-out;
    }
    .menu-switch span:after {
        content: "";
        width: 100%;
        height: 2px;
        background: #222;
        position: absolute;
        display: block;
        top: 700%;
        transition: all 0.2s ease-out;
    }
    div.menu-switch.open span {
        transform: rotate(135deg);
        background: transparent;
        transition: all 0.2s ease-out;
    }
    div.menu-switch.open span:before {
        top: 0;
        transition: all 0.2s ease-out;
    }
    div.menu-switch.open span:after {
        top: 0;
        transform: rotate(90deg);
        transition: all 0.2s ease-out;
    }
*/
    .ms-function-list {
        width: 100%;
        margin: 2rem 0 0 0;
    }
    
    .ms-function-list div#results .product {
        width: 49%;
    }

    .function-list-tabs .tab-nav button {
        padding: 8px;
        font-size: 15px;
    }

    .function-list-tabs .tab-content h3 {
        font-size: 22px;
        text-align: center;
    }

    .function-list-tabs .tab-nav.fixed {
        position: fixed;
        top: 90px;
        background: #fff;
        width: 100%;
        z-index: 5;
        border-radius: 8px;
        padding: 0 16px;
        box-shadow: 0 10px 20px 0 rgb(0 0 0 / 10%);
        border: 1px solid #2389ca;
        animation: fade-down 0.2s ease-out;
        max-width: calc(100% - 30%) !important;
    }
    div.sticky{
        top: 0;
        padding: 0 16px;
        max-width: 100vh;
    }
}

@media (max-width: 580px) {
}

@media (max-width: 480px) {
    .function-list-fv h1.page-title {
        font-size: 2.4rem;
    }
    .function-list-fv-txt p.page-title-description {
        font-size: 0.9rem;
        padding: 0 5%;
    }

    .ms-function {
        width: 86%;
    }
    .ms-function-list div#results{
        margin: 16px 0 0 0;
        gap: 0;
    }
    .ms-function-list div#results .product {
        width: 100%;
    }
    .ms-function-filter {
        width: 60%;
        overflow-y: scroll;
    }
    
    .function-list-tabs .tab-nav.fixed {
        padding: 0 8px;
    }
    .function-list-tabs .tab-nav button {
        padding: 0 4px;
        font-size: 13px;
    }
}

@media (max-width: 375px) {
}