<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">.maindesign * {
    min-height: 0%;
}
.maindesign .p-insert-container {
    margin: 50px 0;
}
.maindesign *, 
.maindesign *:before, 
.maindesign *:after {
	box-sizing: border-box;
}
.maindesign img {
    width: 100%;
    height: auto;
    display: block;
}
.maindesign .c-pc-only {
    display: block;
}
.maindesign .c-sp-only {
    display: none;
}
.maindesign .p-catch {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}
.maindesign .p-catch--title {
    width: 60%;
    margin: 0 auto 30px;
}
.maindesign .p-catch--img {
    min-height: 0%;
    width: 49.5%;
    position: relative;
}
.maindesign .p-catch--point {
    position: absolute;
    border-radius: 4px;
    background: #E50012;
    padding-left: 35px;
    overflow: hidden;
    box-shadow: 1px 2px 3px rgba(0,0,0,.2);
}
.maindesign .p-catch--point__01 {
    bottom: 5%;
    right: 5%;
}
.maindesign .p-catch--point__02 {
    bottom: 30%;
    right: 15%;
}
.maindesign .p-catch--point &gt; span {
    display: inline-block;
    background: #fff;
    font-size: 17px;
    font-weight: 500;
    line-height: 1.52;
    padding: 5px 10px;
}
.maindesign .p-catch--point::before,
.maindesign .p-catch--point::after {
    content: "";
    display: block;
    width: 18px;
    height: 2px;
    background: #fff;
    position: absolute;
    top: 50%;
    left: 9px;
}
.maindesign .p-catch--point::before {
    transform: translateY(-50%);
}
.maindesign .p-catch--point::after {
    transform: translateY(-50%) rotate(90deg);
}


@media screen and (max-width:767px) {
    .maindesign .p-insert-container {
        margin: 30px 0;
    }
    .maindesign .c-pc-only {
        display: none;
    }
    .maindesign .c-sp-only {
        display: block;
    }
    .maindesign .p-catch--title {
        width: 100%;
    }
    .maindesign .p-catch--img {
        width: 100%;
    }
    .maindesign .p-catch .p-catch--img:not(:first-child) {
        margin-top: 3px;
    }
    .maindesign .p-catch--point {
        border-radius: 2px;
        padding-left: 30px;
    }
    .maindesign .p-catch--point &gt; span {
        font-size: 15px;
        padding: 4px 8px;
    }
    .maindesign .p-catch--point::before,
    .maindesign .p-catch--point::after {
        width: 16px;
        height: 2px;
        left: 7px;
    }
    .maindesign .p-catch--point__01 {
        bottom: 10%;
        right: 3%;
    }
    .maindesign .p-catch--point__02 {
        bottom: 10%;
        right: 3%;
    }
}


.maindesign .movie-primary {
    margin-top: 50px;
}
.maindesign .movie-primary--catch {
    font-weight: bold;
    font-size: 2.0rem;
    text-align: center;
}
.maindesign .movie-primary--content {
    width: 50%;
    margin: 30px auto 0;
}

.maindesign .section-border {
    margin: 50px 0;
    width: 100%;
}

@media screen and (max-width:767px) {
    .maindesign .movie-primary--catch {
        font-size: 1.5rem;
    }
    .maindesign .movie-primary--content {
        width: 100%;
    }
}




.maindesign .tool-nav {
    display: flex;
    justify-content: space-around;
    max-width: 1000px;
    margin: 50px auto 0;
    padding-top: 50px;
    border-top: 1px solid #E6E6E6;
}
.maindesign .tool-nav--item {
    background: #FFD801;
    border-radius: 5px;
    padding: 10px 12px;
    font-size: 0.85rem;
    font-weight: bold;
    box-shadow: 1px 
}
.maindesign .tool-nav--link {
    display: block;
    opacity: 1;
    text-decoration: none;
    transition: all .2s ease-in;
    color: #1F1F1F;
}
.maindesign .tool-nav--link:hover {
    cursor: pointer;
    opacity: 0.7;
    text-decoration: none;
}

@media screen and (max-width:767px) {
    .maindesign .tool-nav {
        max-width: 100%;
        flex-wrap: wrap;
        justify-content: space-between;
    }
    .maindesign .tool-nav--item {
        width: 100%;
    }
    .maindesign .tool-nav .tool-nav--item:not(:first-child) {
        margin-top: 20px;
    }

}

.maindesign .category {
    margin-top: 50px;
}
.maindesign .category--header {
    font-size: 1.25rem;
    font-weight: bold;
    color: #fff;
    text-align: center;
    background-color: #000;
    padding: 15px 0;
    width: 100%;
}
.maindesign .card {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    margin: 30px 20px 0;
}
.maindesign .card::before,
.maindesign .card::after {
    content: '';
    display: block;
    height: 0;
}
.maindesign .card::before {
    order: 1;
}
.maindesign .card--link {
    color: #000;
}
.maindesign .card--link:hover {
    cursor: pointer;
    opacity: 1.0;
}
.maindesign .card--inner {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    height: 100%;
}
.maindesign .card--catch {
    display: flex;
    flex-direction: column;
    min-height: 0%;
}
.maindesign .card--img {
    min-height: 0%;
}
.maindesign .card--title {
    margin-top: 15px;
    font-size: 0.95rem;
}
.maindesign .card--title &gt; strong {
    font-size: 1.05em;
    font-weight: bold;
}
.maindesign .card--title &gt; span {
    display: block;
    margin-top: 5px;
}
.maindesign .card--detail {
    padding-top: 20px;
    margin-top: 20px;
    border-top: 1px solid #E6E6E6;
    line-height: 1.3;
}
.maindesign .slide-up {
    display: none;
}
.maindesign .summary {
    display: flex;
    justify-content: space-between;
}
.maindesign .summary--unit-small {
    width: 33%;
}
.maindesign .summary--unit-middle {
    width: 60%;
}
.maindesign .more-btn {
    display: none;
}
.maindesign .more-btn:hover {
    cursor: pointer;
}





@media screen and (max-width:767px) {
    .maindesign .card--title {
        font-size: 0.9rem;
    }
    .maindesign .card--detail {
        font-size: 0.8rem;
    }
    .maindesign .summary {
        flex-wrap: wrap;
    }
    .maindesign .summary--unit-small {
        width: 100%;
    }
    .maindesign .summary--unit-middle {
        width: 100%;
    }
    .maindesign .card__more .card--unit:nth-child(n+5) {
        display: none;
    }
    .maindesign .more-btn {
        display: block;
        text-align: center;
        margin: 36px auto 0;
        width: 84.6%;
        font-weight: bold;
    }
    .maindesign .more-btn &gt; button {
        background: #FFD801;
        display: block;
        width: 100%;
        padding: 15px;
        border-top: none;
        border-right: none;
        border-left: none;
        border-bottom: 2px solid #ccc;
    }
    .maindesign .slide-up {
        display: block;
    }
}



.maindesign .card__col3-2 &gt; .card--unit {
    width: 30%;
}
.maindesign .card__col3-2::after,
.maindesign .card__col3-2::before {
    width: 30%;
}
.maindesign .card__col3-2 .card--unit:nth-child(n+4) {
    margin-top: 50px;
}

.maindesign .card__col5-2 &gt; .card--unit {
    width: 18.5%;
}
.maindesign .card__col5-2::after,
.maindesign .card__col5-2::before {
    width: 18.5%;
}
.maindesign .card__col5-2 .card--unit:nth-child(n+6) {
    margin-top: 50px;
}

.maindesign .card__col1-2 {
    justify-content: center !important;
}
.maindesign .card__col1-2 &gt; .card--unit {
    width: 58%;
}
.maindesign .card__col1-2::after,
.maindesign .card__col1-2::before {
    content: none !important;
}
.maindesign .card__col1-2 .card--unit:nth-child(n+2) {
    margin-top: 50px;
}


@media screen and (max-width:767px) {
    .maindesign .card__col3-2 &gt; .card--unit {
        width: 48%;
    }
    .maindesign .card__col3-2::after,
    .maindesign .card__col3-2::before {
        width: 48%;
    }
    .maindesign .card__col3-2 .card--unit:nth-child(n+3) {
        margin-top: 50px;
    }
    
    .maindesign .card__col5-2 &gt; .card--unit {
        width: 48%;
    }
    .maindesign .card__col5-2::after,
    .maindesign .card__col5-2::before {
        width: 48%;
    }
    .maindesign .card__col5-2 .card--unit:nth-child(n+3) {
        margin-top: 50px;
    }
    .maindesign .card__col1-2 {
        justify-content: space-between !important;
    }
    .maindesign .card__col1-2 &gt; .card--unit {
        width: 48%;
    }
    .maindesign .card__col1-2 .card--unit:nth-child(n+3) {
        margin-top: 50px;
    }
}



.maindesign .slick-dots {
    position: absolute;
    bottom: -25px;
    display: block;
    width: 100%;
    padding: 0;
    margin: 0;
    list-style: none;
    text-align: center;
}
.maindesign .slick-dots li{
    position: relative;
    display: inline-block;
    width: 20px;
    height: 20px;
    margin: 0 5px;
    padding: 0;
    cursor: pointer;
}
.maindesign .slick-dots li button {
    display: block;
    width: 20px;
    height: 20px;
    padding: 5px;
    cursor: pointer;
    color: transparent;
    border: 0;
    outline: none;
    background: transparent;
}
.maindesign .slick-dots li button:hover,
.maindesign .slick-dots li button:focus {
    outline: none;
}
.maindesign .slick-dots li button:hover:before,
.maindesign .slick-dots li button:focus:before {
    opacity: 1;
}
.maindesign .slick-dots li button:before {
    font-size: 12px;
    line-height: 20px;
    font-family:"Noto Sans JP","ï¼­ï¼³ ï¼°ã‚´ã‚·ãƒƒã‚¯","MS PGothic",verdana,"ãƒ’ãƒ©ã‚®ãƒŽè§’ã‚´ Pro W3","Hiragino Kaku Gothic Pro",Osaka,Sans-Serif;
    position: absolute;
    top: 0;
    left: 0;
    width: 20px;
    height: 20px;
    content: 'â—';
    text-align: center;
    opacity: .25;
    color: black;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}
.maindesign .slick-dots li.slick-active button:before
{
    opacity: .75;
    color: black;
}


.maindesign .movie-content--title {
    font-weight: bold;
    font-size: 1.5rem;
}
.maindesign .movie-content--primary {
    margin: 50px auto 0;
    width: 50%;
}

@media screen and (max-width:767px) {
    .maindesign .movie-content--title {
        font-size: 1.25rem;
    }
    .maindesign .movie-content--primary {
        width: 100%;
    }
}

#html2 .kokoro-product-block{
    display: none !important;
}
#store-device-html2 .front-product-block{
    display:none !important;
}
#store-device-html2 .kokoro-product-block{
    display:block !important;
}

@media screen and (max-width:767px) {
    .pc-only#html2{
        display: block !important;
    }
    .sp-only#html5{
        display: none !important;
    }
}</pre></body></html>