<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@charset "UTF-8";
#products {
    color: #004098;
}
.overview h1,
.overview h2 {
    text-align: center;
    color: #004098;
}
.overview h1 {
    font-size: 6.6vw;
    margin-top: 30px;
    letter-spacing: 0.08em;
}
.overview h2 {
    font-weight: 400;
    line-height: 2.2;
    font-size: 14px;
    margin-top: 10px;
    letter-spacing: 0.1em;
}


.trial h1 {
    font-size: 5.7vw;
    margin-top: 30px;
    text-align: center;
    color: #004098;
    letter-spacing: 0.1em;
    display: flex;
    justify-content: space-evenly;
}
.trial h1 span {
    align-self: center;
}
.trial h1:before,
.trial h1:after {
    content:"";
    width: 22%;
    max-width: 240px;
}
.trial h1:before {
    background: url("../images/trial_h1_left.png") no-repeat right center;
    background-size: 180% auto;
}
.trial h1:after {
    background: url("../images/trial_h1_right.png") no-repeat left center;
    background-size: 180% auto;
}
.trial ul {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    margin: 0 auto;
}
.trial ul {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    margin: 0 auto 30px auto;
}
.trial ul li {
    display: block;
    width: 49%;
    margin-top: 20px;
    text-align: center;
    font-size: 16px;
    color: #004098;
    font-weight: bold;
}
.trial ul a {
    display: block;
    position: relative;
    background: url("../images/trial_bg.png") no-repeat center top;
    background-size: cover;
    padding: 1.3vw 1.3vw 3.9vw 1.3vw;
    margin-bottom: 5px;
}
.trial ul a:after {
    content: "";
    position: absolute;
    width: 16vw;
    height: 16vw;
    background: url("../images/trial_btn_play.png") no-repeat center center;
    background-size: cover;
    right: 1vw;
    bottom: 3vw;
    transition: .3s;
}
.trial ul a.onplaying:after {
    background: url("../images/trial_btn_pause.png") no-repeat center center;
    background-size: cover;
}
.trial ul img {
    vertical-align: bottom;
    width: 100%;
    opacity: 0.6;
    transition: .3s;
}
.trial ul a:hover img,
.trial ul a.onplaying img {
    opacity: 1;
}




#products .fl {
    float: left;
    margin: 0 15px 15px 0;
}
#products .fr {
    float: right;
    margin: 0 0 15px 15px;
}
#combination .inner, #atelier .inner,#order .inner {
    margin: 30px auto 60px auto;
}
#combination .inner, #atelier .inner {
    flex-direction: column;
}
#combination h2,#atelier h2,#order h2 {
    line-height: 2;
    letter-spacing: 0.15em;
    font-weight: 400;
}
#combination .inner img.fr, #atelier .inner img.fr {
    max-width: 40%;
}
#combination li {
    width: 100%;
    margin-top: 10px;
}
#combination .btn {
    display: block;
    font-size: 118.571%;
    color: #fff;
    background: #004097;
    padding: 10px 0;
    text-align: center;
    transition: .3s;
}
#combination li:nth-last-of-type(-n+2) .btn {
    background: #28a8ce;
}
#combination .btn:hover {
    opacity: .8;
}


#atelier .flowInner {
    background: url("../images/atelier_flow_bg_sp.jpg") no-repeat top center;
    background-size: cover;
    position: relative;
    width: 100%;
    padding-top: 1191.67%;
}
#atelier .flowInner.ver2023 {
    background: url("../images/atelier_flow_bg_sp_2023.jpg") no-repeat top center;
    background-size: cover;
}
#atelier .flowInner &gt; a {
    position: absolute;
    top: 0;
    transition: .3s;
}
#atelier .flowInner &gt; a:hover {
    opacity: .8;
}
#atelier .flowInner &gt; a img{
    width: 100%;
    height: auto;
}

#atelier .flowInner &gt; a:nth-of-type(-n+6) {
    width: 86.67%;
    right: 0;
    left: 0;
    margin: auto;
}
#atelier .flowInner &gt; a:nth-of-type(1) {
    top: 16.8%;
}
#atelier .flowInner &gt; a:nth-of-type(2) {
    top: 20.65%;
}
#atelier .flowInner &gt; a:nth-of-type(3) {
    top: 24.7%;
}
#atelier .flowInner &gt; a:nth-of-type(4) {
    top: 28.7%;
}
#atelier .flowInner &gt; a:nth-of-type(5) {
    top: 32.6%;
}
#atelier .flowInner &gt; a:nth-of-type(6) {
    top: 36.65%;
}
#atelier .flowInner &gt; a:nth-of-type(7),
#atelier .flowInner &gt; a:nth-of-type(8),
#atelier .flowInner &gt; a:nth-of-type(10){
    width: 90%;
    right: 0;
    left: 0;
    margin: auto;
}
#atelier .flowInner &gt; a:nth-of-type(7) {
    top: 43.6%;
}
#atelier .flowInner &gt; a:nth-of-type(8) {
    top: 45.6%;
}
#atelier .flowInner &gt; a:nth-of-type(9) {
    top: 39.55%;
    right: 33.2%;
    width: 15%;
    padding-top: 5.5%;
}
#atelier .flowInner &gt; a:nth-of-type(10) {
    top: 71.7%;
}


#order img {
    width: 100%;
}
#order img.fl,#order img.fr {
    max-width: 50%;
}
#order .inner &gt; .ttl {
    margin: 20px 0 10px 0;
    font-size: 128.571%;
    font-weight: bold;
}
#order p {
    line-height: 2;
    letter-spacing: 0.1em;
    font-weight: 400;
}
#order .notice {
    background: #efecf3;
    padding: 20px 10px;
    margin-top: 50px;
}
#order .notice h2 {
    font-size: 114.28%;
    font-weight: bold;
    color: #fff;
    background: #004097;
    margin: 0 auto;
    text-align: center;
    border-radius: 50px;
}
#order .notice .ttl {
    margin-top: 20px;
    font-size: 107.1%;
    font-weight: bold;
}
#order .notice p {
    font-size: 92.85%;
    letter-spacing: 0.05em;
}
#order .price {
    margin: 30px 0;
}
#order .price .btn {
    display: block;
    margin: 20px auto;
    transition: .3s;
}
#order .price .btn:hover {
    opacity: 0.8;
}
#order #original {
    padding: 0;
}
#order .orderForm {
    justify-content: space-between;
    align-items: center;
}
#order .orderForm li {
    padding-left: 1em;
    text-indent: -1em;
}
#order .orderForm .btn {
    display: block;
    color: #fff;
    background: #004097;
    padding: 10px;
    text-align: center;
    font-weight: bold;
    font-size: 128.571%;
    transition: .3s;
    width: 100%;
    box-sizing: border-box;
    margin-bottom: 20px;
}
#order .orderForm .btn:hover {
    opacity: 0.8;
}
#order #original {
    margin-bottom: 50px;
}


#infinity img {
    width: 100%;
}
#infinity img.fl,#infinity img.fr {
    float: none;
    margin: 0 0 10px 0;
}
#infinity .ytCont {
    position: relative;
    width: 100%;
    padding-top: 56.25%;
}
#infinity .ytCont iframe {
    position: absolute;
    top: 0;
    right: 0;
    width: 100% !important;
    height: 100% !important;
}
#infinity .movieCont &gt; .movie {
    width: 100%;
    float: none;
    margin: 0;
}
#infinity h2 {
    margin: 10px 0 20px 0;
    font-size: 171.428%;
    font-weight: bold;
    text-align: center;
}
#infinity .ttl {
    margin: 20px 0 10px 0;
    font-size: 128.571%;
    font-weight: bold;
}
#infinity p {
    line-height: 2;
    letter-spacing: 0.1em;
    font-weight: 400;
}
#infinity .d-flex {
    flex-direction: column;
}
#infinity .d-flex img {
    margin-top: 20px;
}
#infinity .d-flex img:first-of-type {
    margin-top: 0;
}
#infinity .d-flex &gt; p:nth-of-type(1) {
    order: -1;
    margin-bottom: 10px;
}
#infinity .category {
    margin-bottom: 10px;
}
#infinity .category span {
    padding: 0 1.5em 0.2em 1.5em;
    border-bottom: 3px solid #004097;
}
#infinity .price,
#infinity .recommend,
#infinity .developer {
    margin: 20px 0 30px 0;
}
</pre></body></html>