<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@charset "utf-8";

#mainvisual h2 img {
    width: 100%;
}

/* ────────────────────── *
 *                                              *
 * コンテンツ基本枠                             *
 *                                              *
 * ────────────────────── */

.contents {
    width: 100%;
    margin: 0 auto;
    border-bottom: 1px solid #2badb8;
    position: relative;
    box-sizing: border-box;
}
.contents #intro {
    color: #aa8420;
    background: url("../../concept/image/bg-intro.jpg") no-repeat center center / cover;
    text-align: center;
    padding: 100px 0;
}
.contents #intro dl dt {
    font-family: 'Shippori Mincho', serif;
    font-size: 48px;
    font-weight: 500;
    letter-spacing: 0.05em;
    margin: 0 auto 50px;
}
.contents #intro dl dd {
    font-size: 20px;
    line-height: 3;
    letter-spacing: 0.09em;
}
.contents #start {
    margin: 0 auto 60px;
}
.contents #start img {
    width: 100%;
}
.contents p#txt-goto {
    font-size: 20px;
    line-height: 2;
    color: #aa8420;
    letter-spacing: 0.09em;
    text-align: center;
    margin: 0 auto 60px;
}
.contents #character {
    width: 100%;
    max-width: 1500px;
    margin: 0 auto;
}
.contents #character .block {
    margin: 0 auto 30px;
}
.contents #character .block .flex {
    position: relative;
    z-index: 1;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}
.contents #character .block.reverse .flex {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
    -ms-flex-direction: row-reverse;
    flex-direction: row-reverse;
}
.contents #character .block .flex h3 {
    font-family: 'Shippori Mincho', serif;
    font-size: 70px;
    font-weight: 500;
    color: #26b7c3;
    color: #9b8671;
    letter-spacing: 0.1em;
    margin-top: 4%;
    margin-left: 10%;
    opacity: 0;
    transition: transform .75s ease, opacity .75s ease;
    transform: translate3d(0,50px,0);
}
.contents #character .block.reverse .flex h3 {
    text-align: right;
    margin-left: 0;
    margin-right: 10%;
}
.contents #character .block.anim-group.showin .flex h3 {
    opacity: 1;
    transform: translate3d(0,0,0);
}
.contents #character .block .flex p.subimage {
    width: 41.33333333333333%;
    flex-shrink: 0;
    position: relative;
    opacity: 0;
    transition: transform .75s .5s ease, opacity .75s .5s ease;
    transform: translate3d(0,50px,0);
}
.contents #character .block.anim-group.showin .flex p.subimage {
    opacity: 1;
    transform: translate3d(0,0,0);
}
.contents #character .block .flex p.subimage span.caption {
    font-size: 12px;
    position: absolute;
    right: 10px;
    bottom: 10px;
}
.contents #character .block.reverse .flex p.subimage span.caption {
    left: 10px;
    right: auto;
}
.contents #character .block .mainimage {
    width: 70%;
    margin-top: -20.66666666666667%;
    position: relative;
    opacity: 0;
    transition: transform .75s ease, opacity .75s ease;
    transform: translate3d(0,50px,0);
}
.contents #character .block.reverse .mainimage {
    margin-left: auto;
}
.contents #character .block.anim-group.showin .mainimage {
    opacity: 1;
    transform: translate3d(0,0,0);
}
.contents #character .block .mainimage span.caption {
    font-size: 12px;
    color: #fff;
    position: absolute;
    left: 10px;
    bottom: 10px;
}
.contents #character .block.reverse .mainimage span.caption {
    left: auto;
    right: 10px;
}
.contents #character .block ul.txt {
    font-size: 18px;
    line-height: 2;
    color: #26b7c3;
    color: #9b8671;
    padding: 0 55px;
    margin-left: auto;
    margin-right: 150px;
    border: 2px solid #26b7c3;
    border: 2px solid #9b8671;
    box-sizing: border-box;
    position: relative;
    z-index: 2;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    opacity: 0;
    transition: transform .75s ease, opacity .75s ease;
    transform: translate3d(0,50px,0);
    
    background-color: rgba(255,255,255,0.60);
}
.contents #character .block.reverse ul.txt {
    margin-left: 150px;
    margin-right: 0;
}
.contents #character .block.anim-group.showin ul.txt {
    opacity: 1;
    transform: translate3d(0,0,0);
}
.contents #character .block ul.txt li {
    text-indent: -1em;
    padding-left: 1em;
}

/* 個別設定 */
.contents #character .block#shopping ul.txt {
    width: 520px;
    height: 220px;
    padding-top: 40px;
    margin-top: -40px;
}
.contents #character .block#car ul.txt {
    width: 410px;
    height: 220px;
    margin-top: -180px;
}
.contents #character .block#community ul.txt {
    width: 560px;
    height: 180px;
    padding-top: 30px;
    margin-top: -30px;
}
.contents #character .block#nature ul.txt {
    width: 520px;
    height: 200px;
    padding-top: 30px;
    margin-top: -30px;
}
.contents #character .block#facility ul.txt {
    width: 410px;
    height: 200px;
    padding-top: 30px;
    margin-top: -30px;
}
.contents #character .block#life ul.txt {
    width: 410px;
    height: 150px;
    padding-top: 25px;
    margin-top: -25px;
}




.contents h4 {
    width: 566px;
    margin: 60px auto;
}
.contents p#banner-swan {
    text-align: center;
    width: 450px;
    margin: 0 auto 120px;
}
.contents h5 {
    font-size: 42px;
    color: #947318;
    text-align: center;
    margin: 0 auto 130px;
}
.contents h5 em {
    font-size: 80px;
    font-style: normal;
    display: inline-block;
    padding-top: 10px;
    position: relative;
}
.contents h5 span.notice {
    display: inline-block;
    width: 12px;
}


</pre></body></html>