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

grandindex用css
メタファー：リファンタジオ_PC用

============================*/
@import url('https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@100..900&amp;family=Noto+Serif+JP:wght@200..900&amp;display=swap');
#metaphor {
    font-family: "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", "Noto Sans JP", sans-serif;
    overflow-x: hidden;
}
#metaphor .inln-blck {
    display: inline-block;
}
#metaphor .dis_sp {
    display: none;
}
/*背景
==============================*/
/* スクロール */
#metaphor.gi_contentsarea{
    background: url(/img/grand_index/metaphor/bg_qW9JdtR4_2.jpg) repeat-y center top;
    background-size: 100%;
}
#metaphor .gi_contents_bgarea {
    background: none;
}

/*ブランド説明
==============================*/
#metaphor .gi_contents_inner dd {
    font-family: "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "MS P明朝", "MS PMincho", "Noto Sans JP",serif;
    font-weight: 600;
    text-shadow: 0 0 5px #ffff,0 0 5px #ffff,0 0 5px #ffff,0 0 5px #ffff,0 0 5px #ffff,0 0 5px #ffff,0 0 5px #ffff,0 0 5px #ffff;
    letter-spacing: 0.04em;
    line-height: 1.8;
}

/*商品一覧ボタン
==============================*/
#metaphor .gi_plbtn_list .btn_link a {
    background-color: [object object];
    background-image: linear-gradient(90deg, rgba(222, 37, 139, 1) 15%, rgba(220, 41, 83, 1));
    color: #ffff;
}
#metaphor .gi_plbtn_list .btn_link a::after {
    background: #ffff;
}
#metaphor .gi_plbtn_list .btn_link a:hover {
    background: linear-gradient(90deg, #fff 0%, #fff 100%);
    color: rgba(222, 37, 139);
}
#metaphor .gi_plbtn_list .btn_link a:hover:after {
    background: rgba(222, 37, 139);
}

/*動画部分
==============================*/
#metaphor .movieareaWrapper {
    position: relative;
    text-align: center;
    background: url(/img/grand_index/metaphor/bg_band_sU68gSdr_2.png) no-repeat;
    background-size: cover;
    margin: 60px 0 100px 0;
    padding: 130px 0 80px 0;
}
#metaphor .movielogo {
    position: absolute;
    top: -12%;
    left: 0;
    right: 0;
    width: 1100px;
    margin: 0 auto;
}
#metaphor .moviearea iframe {
    width: 960px;
    height: 100%;
    aspect-ratio: 16/9;
}
#metaphor .movie_text {
    font-size: 28px;
    margin: 40px 0;
    font-family: "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "MS P明朝", "MS PMincho", serif;
    font-weight: 600;
    letter-spacing: 0.04em;
    line-height: 1.4;
    color: #fff;
}

/*商品一覧
==============================*/
#metaphor .gi_contents_inner {
    margin-top: 100px;
}
#metaphor.gi_contentsarea .gi_subtitle._underline {
    color: transparent;
    position: relative;
    margin-bottom: 30px;
    padding-bottom: 15px;
}
#metaphor.gi_contentsarea .gi_subtitle._underline:before {
    content: '';
    position: absolute;
    background: url(/img/grand_index/metaphor/products_title_mF2jXA5u_2.png) no-repeat top center;
    background-size: contain;
    width: 115%;
    height: 300%;
}</pre></body></html>