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

/* CSS Document */
.clearfix:after {
    content: ".";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
}

body {
    font-family: Meiryo, 'Hiragino Kaku Gothic ProN', sans-serif;
}

#fancl a:hover {
    opacity: 0.8;
    filter: alpha(opacity=80);
    /* ie 6 7 */
    -ms-filter: "alpha(opacity=80)";
    /* ie 8 */
}

#fancl {
    color: #333;
    line-height: 1.8;
    font-size: 1.2rem;
}


/*===========================================================
font
============================================================= */

/* 480～599px：SP横
------------------------------ */
@media screen and (min-width:480px) and (max-width:599px) {
    #fancl {
        font-size: 1.4rem;
    }
}

/* 600～959px：タブレット
------------------------------ */
@media screen and (min-width:600px) and (max-width:959px) {
    #fancl {
        font-size: 1.5rem;
    }
}

/* 960～1279px：PC小
------------------------------ */
@media screen and (min-width:960px) and (max-width:1279px) {
    #fancl {
        font-size: 1.5rem;
    }
}

/* 1280～：PC大
------------------------------ */
@media screen and (min-width:1280px) {
    #fancl {
        font-size: 1.6rem;
    }
}

/*===========================================================
sns
============================================================= */
#fancl .sns {
    display: grid;
    display: -ms-grid;
    /* IE */
    width: 100%;
    padding: 5% 3.13%;
    grid-template-columns: repeat(4, 1fr);
    grid-gap: 1%;
    -ms-grid-columns: 1fr 1% 1fr 1% 1fr 1% 1fr;
    /* IE */
}

#fancl .sns &gt; li {
    min-height: 40px;
    border-radius: 5px;
    overflow: hidden;
    /* 文字を非表示 */
    text-indent: 100%;
    /* 文字を非表示 */
    white-space: nowrap;
    /* 文字を非表示 */
    -ms-grid-row: 1;
    /* IE */
}

#fancl .sns li a {
    display: block;
}

#fancl .sns li:hover {
    opacity: 0.8;
    cursor: pointer;
}

#fancl .sns li:nth-child(1) {
    background: #1877f2 url("../img/sns_bt_fb.png") no-repeat center;
    -ms-grid-column: 1;
}

/* Facebook */
#fancl .sns li:nth-child(2) {
    background: #06c755 url("../img/sns_bt_line.png") no-repeat center;
    -ms-grid-column: 3;
}

/* LINE */
#fancl .sns li:nth-child(3) {
    background: #1d9bf0 url("../img/sns_bt_tw.png") no-repeat center;
    -ms-grid-column: 5;
}

/* Twitter */
#fancl .sns li:nth-child(4) {
    background: #00a4de url("../img/sns_bt_htb.png") no-repeat center;
    -ms-grid-column: 7;
}

/* HatenaBookmark */

@media screen and (max-width:640px) {

    #fancl .sns li:nth-child(1),
    #fancl .sns li:nth-child(2),
    #fancl .sns li:nth-child(3),
    #fancl .sns li:nth-child(4) {
        background-size: contain;
    }
}

/* ↑#xxxxには固有のID名を入れてください。この上はID名以外編集しないでください。内容を修正したいときは、新たにこの下に↓指定しなおしてください */

/* OPオリジナルココカラ */

#fancl {
    width: 100%;
    margin: 0 auto;
    font-size: 100%;
}

#fancl .fr {
    background: #fff;
}

#fancl img {
    width: 100%;
    vertical-align: top;
}

#fancl p {
    line-height: 2.5;
}

#fancl .mv .tx {
    margin-bottom: 1.5em;
    background: url("../img/mv_bg.png");
    background-size: 100%;
    color: #4a5d76;
}

#fancl .fr_02 {
    background: url("../img/fr_03_bg.png") repeat-y center 400px;
    background-size: 100%;
}

#fancl .fr_02 .ownly {
    padding: 1.5em;
}

#fancl .fr_03 {
    margin-top: 1.5em;
}

#fancl .fr_04 h2 {
    padding: 3em 0 0;
}

#fancl .fr_04 ul {
    display: flex;
    flex-wrap: wrap;
}

#fancl .fr_04 ul li {
    width: 50%;
}

#fancl .fr_05 p {
    text-align: center;
    font-weight: bold;
}

#fancl .fr_05 p a {
    text-decoration: underline;
}

/*===========================================================
動き
============================================================= */

/* フェード
---------------------------------*/
/* fadeUp */

#fancl .fadeup {
    opacity: 0;
    transform: translate(0, 50%);
    transition: .5s;
}

#fancl .fadeup.up {
    transform: translate(0, 0);
    opacity: 1;
}

/* p
---------------------------------*/
#fancl p {
    padding: 3.13% 4.69%;
    text-align: justify;
}

/*================================
/* 650px～
------------------------------ */
header,
footer {
    background: #fff;
}
</pre></body></html>