@charset "UTF-8";
.fb_iframe_widget_fluid {
    display: inline-block !important;
}
a {
    -webkit-tap-highlight-color: rgba(255,255,255,0);
}
pre {
    white-space: -pre-wrap;
    white-space: pre-wrap;
    word-wrap: break-word;
}
.clearfix:after {
    display: block;
    height: 0;
    visibility: hidden;
    clear: both;
    content: '.';
}
/* ---------------------------------------
アイコン画像 */
/* 丸囲み矢印 */
.main_c-blog .link_back-article,
.main_c-blog .link_page-top {
    background-image: url(/sp/st_img/blog_icon_arrow-cc281216c49e1b40841f666c2a3c58ba.png);
    background-repeat: no-repeat;
    -webkit-background-size: 15px 40px;
    background-size: 15px 40px;
}
/* ページャー用矢印 */
.icon_arrow {
    background-image: url(../st_img/blog_pager.png);
    background-repeat: no-repeat;
    -webkit-background-size: 12px 263px;
    background-size: 12px 263px;
}
/* コメント */
.main_c-blog [class^='btn_comment-']:before {
    background-image: url(../st_img/blog_icon_comment.png);
    background-repeat: no-repeat;
    -webkit-background-size: 50px 50px;
    background-size: 50px 50px;
}
/* SNSshareボタン */
.main_c-blog .btn_sns-share {
    background-image: url(../st_img/blog_icon_sns.png);
    background-repeat: no-repeat;
    -webkit-background-size: 80px 50px;
    background-size: 80px 50px;
}
.frame_single-photo .txt-nav {
    background-image: url(/sp/st_img/cur_item-photo-25a19e850d14286a7eb72c97d7509b10.png);
    background-repeat: no-repeat;
}
/* --------------------------------------- */
.main_c-blog {
    font-size: 14px;
    line-height: 1.4;
    text-align: center;
    padding: 10px;
    background-color: #f43254;
}
/* ブログヘッダー画像 */
.main_c-blog h1 {
    margin: -10px -10px 0;
}
.main_c-blog h1 img {
    width: 100%;
    max-width: 480px;
}
/* ブログ説明 */
.main_c-blog .txt_blog-info {
    font-weight: bold;
    color: #7f7970;
    margin: 8px -10px;
    padding: 8px 10px;
    background-color: #fff2f5;
}
/* ---------------------------------------
リンク類 */
/* ページトップへ戻るリンク */
.main_c-blog .link_page-top {
    display: block;
    color: #fff;
    text-align: right;
    margin-top: 10px;
    padding: 6px 22px;
    background-position: right 8px;
}
/* ブログ内別ページリンク */
.main_c-blog .box_inner-link {
    margin-top: 10px;
}
.box_inner-link [class^='link'] {
    display: block;
    height: 34px;
    line-height: 34px;
    color: #fff;
    padding: 0 8px;
    background-color: #ffa5b9;
    border-radius: 4px;
    overflow: hidden;
    box-sizing: border-box;
}
.box_inner-link [class^='link_'] span {
    position: relative;
    font-size: 14px;
    line-height: inherit;
    vertical-align: top;
}
/* 画像一覧に戻る */
.box_inner-link .link_photo-list .yoasobicon_photo-list:before {
    font-size: 20px;
    padding-right: 4px;
    vertical-align: bottom;
}
/* 記事一覧に戻る */
.box_inner-link .link_artile-list .yoasobicon_circle-arrow-left:before {
    padding-right: 4px;
}
/* 上部ボタン群 */
.box_inner-link.clist-column {
    text-align: left;
    margin-bottom: 10px;
    -webkit-box-pack: start;
    -moz-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
}
.box_inner-link.clist-column .elm {
    max-width: 200px;
}
.box_inner-link.clist-column .elm:first-child {
    padding-right: 2px;
}
.box_inner-link.clist-column .elm:last-child {
    padding-left: 2px;
}
/* ---------------------------------------
記事一覧・本文枠 */
.main_c-blog .box_article-list,
.main_c-blog .box_simple-article,
.main_c-blog .box_simple-comment,
.main_c-blog .box_photo-list {
    border-radius: 4px;
    overflow: hidden;
}
/* ---------------------------------------
記事一覧 ページャー  */
.main_c-blog .box_article-pager,
.main_c-blog .top_page-num {
    background-color: #ffa5b9;
}
.main_c-blog .box_article-pager {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    height: 40px;
    padding: 2px;
    box-sizing: border-box;
    -webkit-flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-box-pack: center;
    -moz-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-align-content: center;
    -ms-flex-line-pack: center;
    align-content: center;
    -webkit-box-align: center;
    -moz-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
}
.main_c-blog [class^='pager_'] {
    height: 100%;
    text-align: center;
    -webkit-align-self: center;
    -ms-flex-item-align: center;
    align-self: center;
}
/* 次へ・前へ */
.main_c-blog .pager_prev,
.main_c-blog .pager_next {
    -webkit-box-flex: 1;
    -moz-box-flex: 1;
    -webkit-flex: 1 0 auto;
    -ms-flex: 1 0 auto;
    flex: 1 0 auto;
}
/* 最初・最後 */
.main_c-blog .pager_first,
.main_c-blog .pager_last {
    width: 40px;
    -webkit-box-flex: 0;
    -moz-box-flex: 0;
    -webkit-flex: 0 0 40px;
    -ms-flex: 0 0 40px;
    flex: 0 0 40px;
}
/* 区切り線 */
.box_article-list .pager_prev {
    border-right: 3px double #fff;
}
.main_c-blog .pager_first {
    border-right: 1px solid #fff2f5;
}
.main_c-blog .pager_last {
    border-left: 1px solid #fff2f5;
}
.main_c-blog .pager_top .link_pager,
.main_c-blog .icon_arrow {
    padding-top: 8px;
}
.main_c-blog [class^='pager_'] .link_pager {
    display: block;
    height: 100%;
    color: #fff;
    box-sizing: border-box;
}
/* ページャー矢印 */
.main_c-blog .icon_arrow {
    display: inline-block;
    height: 100%;
    color: #fff;
    opacity: 0.4;
    box-sizing: border-box;
}
.pager_first .icon_arrow,
.pager_last .icon_arrow {
    display: block;
}
/* 最初へ矢印 */
.pager_first .icon_arrow {
    background-position: center -202px;
}
/* 最後へ矢印 */
.pager_last .icon_arrow {
    background-position: center -237px;
}
/* 前へ矢印 */
.main_c-blog .pager_prev .icon_arrow {
    padding-left: 16px;
    background-position: left 8px;
}
/* 次へ矢印 */
.main_c-blog .pager_next .icon_arrow {
    padding-right: 16px;
    background-position: right -27px;
}
/* リンクあり */
.main_c-blog .link_pager .icon_arrow {
    opacity: 1;
}
/* ページ数表記 */
.main_c-blog .top_page-num {
    font-size: 12px;
    color: #fff2f5;
    text-align: left;
    padding: 2px 6px;
    border-bottom: 1px dotted #fff2f5;
}
/* ---------------------------------------
記事リスト枠 */
.list_article {
    text-align: left;
    background-color: #fff;
}
.list_article-item {
    height: 112px;
}
/* リストボーダー色 */
.list_article-item + .list_article-item {
    border-top: 1px dotted #f43254;
}
/* ---------------------------------------
個別記事へのリンク */
.link_article {
    display: block;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    height: 100%;
    padding: 6px;
    box-sizing: border-box;
    -webkit-box-direction: normal;
    -moz-box-direction: normal;
    -webkit-box-orient: horizontal;
    -moz-box-orient: horizontal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-box-pack: justify;
    -moz-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-align-content: flex-start;
    -ms-flex-line-pack: start;
    align-content: flex-start;
    -webkit-box-align: center;
    -moz-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
}
.main_c-blog .link_article:hover {
    background-color: #fffef2;
}
/* ---------------------------------------
記事画像のサムネ */
.box_image {
    position: relative;
    width: 100px;
    height: 100px;
    margin-left: 6px;
    background-color: #eee;
    border-radius: 4px;
    overflow: hidden;
    -webkit-box-ordinal-group: 3;
    -moz-box-ordinal-group: 3;
    -webkit-order: 2;
    -ms-flex-order: 2;
    order: 2;
    -webkit-box-flex: 0;
    -moz-box-flex: 0;
    -webkit-flex: 0 0 100px;
    -ms-flex: 0 0 100px;
    flex: 0 0 100px;
}
.img_article-thum {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    width: 100%;
    margin: auto;
}
.landscape {
    position: absolute;
    width: auto;
    height: 100%;
}
/* ---------------------------------------
文字情報枠 */
.box_text {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    width: 100%;
    height: 100%;
    text-align: left;
    box-sizing: border-box;
    -webkit-box-direction: normal;
    -moz-box-direction: normal;
    -webkit-box-orient: vertical;
    -moz-box-orient: vertical;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: justify;
    -moz-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-align-content: stretch;
    -ms-flex-line-pack: stretch;
    align-content: stretch;
    -webkit-box-align: center;
    -moz-box-align: stretch;
    -webkit-align-items: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
    -webkit-box-ordinal-group: 2;
    -moz-box-ordinal-group: 2;
    -webkit-order: 1;
    -ms-flex-order: 1;
    order: 1;
    -webkit-box-flex: 0;
    -moz-box-flex: 0;
    -webkit-flex: 0 0 auto;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
}
.box_image + .box_text {
    max-width: 60%;
    max-width: -webkit-calc(100% - 108px);
    max-width: calc(100% - 108px);
}
/* ---------------------------------------
記事の情報 */
.box_article-info,
.article_posted-info {
    width: 100%;
    -webkit-box-flex: 0;
    -moz-box-flex: 0;
    -webkit-flex: 0 0 auto;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
}
/* 記事タイトル */
.article-title {
    width: 100%;
    max-height: 64px;
    font-size: 17px;
    color: #7f7970;
    overflow: hidden;
}
/* ---------------------------------------
投稿の情報 */
.article_posted-info {
    font-size: 12px;
    color: #ffa5b9;
}
/* コメント件数 */
.article_posted-info .comment-num {
    margin-left: 6px;
}
.txt-ymd + .txt-hms {
    padding-left: 2px;
}
/* 日付区切り記号 ピリオド */
.article_posted-info .separator-period .txt-ymd_year:after,
.article_posted-info .separator-period .txt-ymd_month:after {
    content: '.';
}
/* 日付区切り記号 スラッシュ */
.article_posted-info .separator-slash .txt-ymd_year:after,
.article_posted-info .separator-slash .txt-ymd_month:after {
    content: '/';
}
/* 日付区切り記号 ハイフン */
.article_posted-info .separator-hyphen .txt-ymd_year:after,
.article_posted-info .separator-hyphen .txt-ymd_month:after {
    content: '-';
}
/* 時刻区切り記号 コロン */
.article_posted-info .separator-cologne .txt-hms_hour:after,
.article_posted-info .separator-cologne .txt-hms_minute:after {
    content: ':';
}
/* 区切り記号なし */
.article_posted-info [class^='txt-']:last-child:after {
    content: '';
}
/* 日付区切り記号 日本語 */
.article_posted-info .separator-j .txt-ymd_year:after {
    content: '年';
}
.article_posted-info .separator-j .txt-ymd_month:after {
    content: '月';
}
.article_posted-info .separator-j .txt-ymd_date:after {
    content: '日';
}
.article_posted-info .separator-j .txt-hms_hour:after {
    content: '時';
}
.article_posted-info .separator-j .txt-hms_minute:after {
    content: '分';
}
.article_posted-info .separator-j .txt-hms_second:after {
    content: '秒';
}
/* ---------------------------------------
アイテムページからの最新記事リンク */
.link_blog .article-title {
    color: #0d69e5;
    text-decoration: underline;
}
.link_blog .article_posted-info {
    font-size: 14px;
    color: inherit;
}
.link_blog .link_blog-list {
    text-align: center;
    border-top: 1px solid #ccc;
}
.link_blog .link_blog-list a {
    display: block;
    font-size: 14px;
    font-weight: bold;
    text-align: right;
    padding: 8px 28px 8px 8px;
    background-image: url(/sp/st_img/cur_gray-2246529004c09c9c11444fa6d59cb6c2.png);
    background-repeat: no-repeat;
    background-position: right center;
    -webkit-background-size: 19px 14px;
    background-size: 19px 14px;
}
.link_blog .link_blog-list.photo a {
    font-weight: normal;
}
.link_blog .list_article-item {
    height: auto;
}
.link_blog .box_image + .box_text {
    max-width: 70%;
    max-width: -webkit-calc(100% - 82px);
    max-width: calc(100% - 82px);
}
.link_blog .box_image {
    width: 75px;
    height: 75px;
    -webkit-flex: 0 0 75px;
    -ms-flex: 0 0 75px;
    flex: 0 0 75px;
}
/* UPアイコン */
.box_girl-movie .lbl_up,
.link_blog .lbl_up {
    display: inline-block;
    width: 24px;
    font-size: 8px;
    font-weight: bold;
    line-height: 0;
    color: #fff;
    text-align: center;
    padding: 7px 0;
    background-color: #d62917;
    border-radius: 4px;
    vertical-align: middle;
}
/* ---------------------------------------
ブログ記事本文 */
.main_c-blog .box_simple-article {
    margin-top: 10px;
    background-color: #fff;
}
.main_c-blog .box_article-content {
    text-align: left;
    padding: 10px 10px 0;
}
/* ---------------------------------------
ブログ記事最新以外 */
.link_blog li.list_article-item:not(:first-child) {
    height: 44px;
}
.link_blog li.list_article-item:not(:first-child) p.article-title {
    font-size: 14px;
}
.link_blog li.list_article-item:not(:first-child) .article_posted-info {
    font-size: 12px;
    color: inherit;
}
/* 上部コメントリンク */
.box_article-content .prg_comment {
    display: inline-block;
    color: inherit;
    margin-top: 4px;
}
/* 投稿された内容 */
.main_c-blog .article_sentence {
    padding-bottom: 12px;
}
.article_sentence a {
    color: #0080de;
    text-decoration: underline;
}
/* 記事本文中の画像サイズ指定 */
.article_sentence table,
.article_sentence tbody,
.article_sentence tr,
.article_sentence td,
.article_sentence th {
    display: block;
}
.article_sentence td div {
    width: 100%;
}
.article_sentence td,
.article_sentence div {
    word-wrap: break-word;
    word-break: break-all;
}
.article_sentence img {
    max-width: 100%;
    height: auto;
}
/* 添付画像下の境界線 */
.main_c-blog .article_sentence hr {
    display: block;
    border-width: 0 0 1px;
    border-style: dotted;
    border-color: #ffa5b9;
}
/* 個別記事ページャー */
.box_simple-article .box_article-pager {
    background-color: inherit;
    border-style: double;
    border-color: #f43254;
}
.box_simple-article .pager_top {
    min-width: 70px;
    border-style: solid;
    border-color: inherit;
    border-right-width: 1px;
    border-left-width: 1px;
    -webkit-box-flex: 0;
    -moz-box-flex: 0;
    -webkit-flex: 0 0 16%;
    -ms-flex: 0 0 16%;
    flex: 0 0 16%;
    align-self: stretch;
}
.box_simple-article .box_article-pager:first-child {
    border-bottom-width: 3px;
}
.box_simple-article .box_article-pager:last-child {
    border-top-width: 3px;
}
.box_simple-article [class^='pager_'] .link_pager {
    color: #f43254;
}
.box_simple-article .icon_arrow {
    color: #f43254;
}
.box_simple-article .pager_prev .icon_arrow {
    background-position: left -62px;
}
.box_simple-article .pager_next .icon_arrow {
    background-position: right -97px;
}
/* ---------------------------------------
個別記事タイトル */
.box_simple-article .article_title {
    font-weight: bold;
    line-height: 20px;
    color: #fff;
    margin: -10px -10px 6px;
    padding: 10px;
    background-color: #80273f;
}
/* 個別記事の投稿時刻*/
.box_simple-article .article_posted-info {
    text-align: right;
    margin-right: -4px;
    margin-bottom: 6px;
}
/* ---------------------------------------
コメント関連 */
.main_c-blog .box_comment {
    text-align: left;
    margin: 0 auto;
    padding: 10px 10px 4px;
    background-color: #fff;
}
/* コメントボタン枠 */
.main_c-blog .box_comment-btns {
    padding: 12px 0 2px;
    border-top: 1px dotted #ccc;
}
.box_article-content .box_comment-btns {
    padding-bottom: 6px;
}
/* コメントボタン単体 */
.main_c-blog [class^='btn_comment-'] {
    position: relative;
    display: inline-block;
    width: 100%;
    height: 34px;
    color: #80273f;
    text-align: left;
    margin: 0 auto 2px;
    padding-top: 6px;
    padding-left: 40px;
    border: 1px solid #ffa5b9;
    border-radius: 4px;
    overflow: hidden;
    box-sizing: border-box;
}
.main_c-blog .btn_comment-view.active,
.main_c-blog [class^='btn_comment-']:hover {
    color: #fff;
    background-color: #ffa5b9;
}
.main_c-blog [class^='btn_comment-']:before {
    position: absolute;
    top: 0;
    left: 0;
    width: 34px;
    height: inherit;
    background-color: #ffa5b9;
    content: '';
}
/* コメントするボタン 通常 */
.main_c-blog .btn_comment-write:before {
    background-position: 7px -25px;
}
/* コメントするボタン hover */
.main_c-blog .btn_comment-write:hover:before {
    background-position: -23px -25px;
}
/* コメント見るボタン通常 */
.main_c-blog .btn_comment-view:before {
    background-position: 6px 7px;
}
/* コメント見るボタン hover */
.main_c-blog .btn_comment-view:hover:before {
    background-position: -24px 7px;
}
/* コメント0件 */
.main_c-blog .btn_comment-view.none {
    color: #ccc;
    border-color: #ccc;
    cursor: default;
    pointer-events: none;
}
.main_c-blog .btn_comment-view.none:before {
    background-color: #ccc;
    background-position: -23px 6px;
    opacity: 0.6;
}
/* コメント件数 */
.main_c-blog .comment-num {
    margin-left: 2px;
}
/* ---------------------------------------
コメント一覧 */
.main_c-blog .box_simple-comment {
    margin-top: 10px;
}
/* 現在のページ数 */
.comment-page-num {
    font-size: 12px;
    color: #ffa5b9;
    text-align: left;
    margin-bottom: 4px;
}
/* コメント一覧ページャー本体 */
.box_simple-comment .box_article-pager {
    height: 34px;
    margin-bottom: 10px;
    background-color: #fff;
    border: 1px solid #ffa5b9;
    border-radius: 4px;
    box-sizing: border-box;
}
.box_simple-comment .icon_arrow {
    color: #80273f;
    padding-top: 6px;
}
.box_simple-comment .pager_prev .icon_arrow {
    background-position: left -135px;
}
.box_simple-comment .pager_next .icon_arrow {
    background-position: right -170px;
}
.box_simple-comment .pager_prev + .pager_next {
    border-left: 1px dotted #ffa5b9;
}
/* 記事に戻るリンク */
.main_c-blog .link_back-article {
    display: block;
    font-weight: bold;
    color: #fff;
    margin: -10px -10px 0;
    padding: 5px 10px 6px 32px;
    background-color: #80273f;
    background-position: 10px -18px;
}
.main_c-blog .link_back-article:hover {
    background-color: #ffa5b9;
}
/* 見出し */
.main_c-blog .hl_comment,
.comment_subject {
    font-weight: bold;
    line-height: 1.4em;
    color: #f43254;
    margin-bottom: 8px;
    padding-bottom: 2px;
    border-bottom: 2px solid #f43254;
}
/* ---------------------------------------
コメント枠 */
.main_c-blog .box_author-comment,
.main_c-blog .box_user-comment {
    margin-bottom: 10px;
    padding: 6px 6px 2px;
    border-width: 1px;
    border-style: solid;
    border-radius: 4px;
}
.main_c-blog .box_comment .article_posted-info {
    font-size: 12px;
    text-align: right;
    margin: 4px 0 0;
    padding: 2px 0 0;
}
.main_c-blog .txt_author-name,
.main_c-blog .txt_user-name {
    display: inline-block;
    padding-left: 4px;
}
/* ---------------------------------------
読者からのコメント */
.main_c-blog .box_user-comment {
    color: #7f7970;
    border-color: #ffa5b9;
}
.main_c-blog .box_user-comment .article_posted-info {
    color: #ccc;
    border-top: 1px dashed #ffa5b9;
}
.main_c-blog .box_user-comment .txt_user-name {
    color: #aaa;
}
.main_c-blog .box_user-comment .txt_user-name:before {
    padding-right: 2px;
    content: 'by';
}
/* ---------------------------------------
ブロガーの返信コメント */
.main_c-blog .box_author-comment {
    color: #80273f;
    background-color: #fff2f5;
    border-color: #ffa5b9;
}
.main_c-blog .box_author-comment .article_posted-info {
    color: #aaa;
    border-top: 1px dashed #f43254;
}
.main_c-blog .txt_author-name {
    font-weight: bold;
    color: #ff7293;
}
/* 個別に返信 */
.main_c-blog .box_author-comment .txt_user-name {
    display: block;
    font-size: 12px;
    color: #f43254;
    padding-left: 0;
}
.main_c-blog .box_author-comment .txt_user-name:after {
    content: 'さんへ';
}
/* ---------------------------------------
コメント投稿画面 */
.comment_subject {
    font-weight: normal;
}
.main_c-blog .txtb_comment,
.main_c-blog .txta_comment,
.main_c-blog .btn_comment-post {
    -webkit-appearance: none;
}
/* テキストエリア */
.main_c-blog .txtb_comment,
.main_c-blog .txta_comment {
    display: block;
    width: 100%;
    padding: 6px;
    border: 1px solid #ffa5b9;
    border-radius: 4px;
    box-sizing: border-box;
}
.main_c-blog .txta_comment {
    height: 8em;
    line-height: inherit;
    resize: vertical;

    -webkit-resize: vertical;
    -moz-resize: vertical;
}
/* ラベル */
.main_c-blog .lbl_comment {
    display: block;
    font-size: 12px;
    color: #80273f;
    margin-top: 8px;
    margin-bottom: 2px;
}
/* ボタン */
.main_c-blog .btn_comment-post {
    font-weight: bold;
    text-align: center;
    margin: 16px auto;
    padding: 0;
    background-color: #ffa5b9;
    cursor: pointer;
}
/* コメント投稿画面内コメントを見る・記事へ戻るボタン */
#comment-write .box_comment-btns {
    margin-bottom: 0;
    padding-bottom: 0;
}
/* 送信完了メッセージ */
.main_c-blog .txt_comment-completed {
    text-align: center;
    padding: 20px 0;
}
/* SNSシェアボタン */
.main_c-blog .box_sns-share-btns {
    padding-bottom: 14px;
}
.main_c-blog .btn_sns-share {
    display: inline-block;
    width: 80px;
    height: 20px;
    border-radius: 4px;
    text-indent: -9999px;
}
.main_c-blog .btn_sns-share:hover {
    opacity: 0.4;
}
.main_c-blog .btn_sns-share.twitter {
    background-color: #55acee;
    background-position: 0 0;
}
.main_c-blog .btn_sns-share.line {
    background-color: #00c300;
    background-position: 0 -30px;
}
/* ---------------------------------------
写メ一覧
--------------------------------------- */
.main_c-blog .frame_photo-list {
    padding: 10px;
    background-color: #fff;
    box-sizing: border-box;
}
.box_photo-list [class^='pager_'] {
    font-size: 12px;
}
.box_photo-list .pager_label {
    width: 150px;
    font-weight: bold;
    color: #fff;
    margin: -2px 0;
    padding-top: 10px;
    border-width: 0 3px;
    border-style: double;
    border-color: #fff;
    box-sizing: border-box;
    -webkit-box-flex: 0;
    -moz-box-flex: 0;
    -webkit-flex: 0 0 150px;
    -ms-flex: 0 0 150px;
    flex: 0 0 150px;
}
.box_photo-list .icon_arrow {
    padding-top: 10px;
}
/* 写メ一覧 */
.box_list-base {
    width: 100%;
    margin: 0 auto -10px;
    box-sizing: border-box;
}
.box_list-parts a {
    display: block;
}
/* 三分割枠 */
.box_list-base .box_list-parts {
    float: left;
    width: 30%;
    width: calc(34% - 11px);
    margin-bottom: 10px;
    margin-left: 10px;
    box-sizing: border-box;
}

@media screen and (max-width: 320px) {
    .box_list-base .box_list-parts {
        width: calc(34% - 5px);
    }
    .box_list-base .box_list-parts {
        margin-left: 4px;
    }
}

@media (min-width: 375px) and (max-width: 414px) {
    .box_list-base .box_list-parts {
        margin-left: 12px;
    }
}

@media screen and (min-width: 415px) {
    .box_list-base .box_list-parts {
        margin-left: 11px;
    }
}

@media screen and (min-width: 570px) {
    .box_list-base .box_list-parts {
        margin-left: 10px;
    }
}

@media screen and (min-width: 700px) {
    .box_list-base {
        width: 650px;
    }
}
.box_list-base .box_list-parts:nth-child(3n-2) {
    margin-left: 0;
}
/* 正方形枠 */
.box_list-base .thumb_frame {
    position: relative;
    width: 100%;
    height: auto;
    border: 1px solid #ccc;
    overflow: hidden;
    box-sizing: border-box;
}
.box_list-base .thumb_frame:before {
    display: block;
    padding-top: 100%;
    content: '';
}
.box_list-base .thumb_frame-inner {
    position: absolute;
    top: 0;
    width: 100%;
    height: 100%;
    box-sizing: border-box;
}
.box_list-base .thumb_h-center {
    display: table;
    width: 100%;
    height: 100%;
    text-align: center;
}
.box_list-base .thumb_v-center {
    display: table-cell;
    vertical-align: middle;
}
.box_list-base .thumb_photo {
    width: 100%;
    width: -webkit-calc(100% + 1px);
    width: calc(100% + 1px);
    height: auto;
}
/* つづきを見るボタン */
.box_photo-list .btn_more {
    max-width: 650px;
    font-size: 13px;
    color: #ffa5b9;
    margin: 8px auto 0;
    padding: 8px;
    border: 1px solid #ffa5b9;
    border-radius: 4px;
    box-sizing: border-box;
    cursor: pointer;
}
.btn_more .yoasobicon_circle-plus:before {
    font-size: 14px;
    padding-right: 4px;
    vertical-align: text-top;
}
/* ---------------------------------------
写メ拡大表示
--------------------------------------- */
.sub_c-blog {
    position: fixed;
    top: 0;
    width: 100%;
    height: 100%;
    background-color: #380f16;
    overflow: hidden;
    box-sizing: border-box;
}
/* 画像表示エリア */
.sub_c-blog .box_photo-detail {
    width: 100%;
    text-align: center;
    margin: 0 auto;
    box-sizing: border-box;
}
.sub_c-blog .frame_single-photo {
    height: 100%;
    margin: auto;
    overflow: hidden;
    box-sizing: border-box;
}
/* スライドする横長エリア */
.sub_c-blog .slide-area {
    height: 100%;
    box-sizing: border-box;
}
/* 単体画像の枠 */
.sub_c-blog .inner_single-photo {
    float: left;
    height: 100%;
    text-align: center;
    box-sizing: border-box;
}
.sub_c-blog .inner_single-photo:before {
    display: inline-block;
    height: 100%;
    margin-bottom: -48px;
    content: '';
    vertical-align: middle;
}
/* 単体画像 */
.sub_c-blog .photo_detail {
    display: inline-block;
    max-width: 100%;
    max-height: 100%;
    vertical-align: middle;
}
/* 下部nav用 */
.hidden_txt {
    display: none;
}
/* ---------------------------------------
前へ・次へボタン */
.frame_single-photo > [class^='btn_'] {
    position: absolute;
    top: 0;
    z-index: 1;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    width: 40px;
    height: 100%;
    height: -webkit-calc(100% - 48px);
    height: calc(100% - 48px);
    -webkit-box-direction: normal;
    -moz-box-direction: normal;
    -webkit-box-orient: horizontal;
    -moz-box-orient: horizontal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: center;
    -moz-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-align-content: center;
    -ms-flex-line-pack: center;
    align-content: center;
    -webkit-box-align: center;
    -moz-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
}
.frame_single-photo .btn_prev {
    left: 0;
}
.frame_single-photo .btn_next {
    right: 0;
}
.frame_single-photo .txt-nav {
    display: inline-block;
    -webkit-background-size: 87px 40px;
    background-size: 87px 40px;
    overflow: hidden;
    cursor: pointer;
    white-space: nowrap;
    text-indent: 100%;
}
.frame_single-photo .btn_prev .txt-nav {
    background-position: 0 -8px;
}
.frame_single-photo .btn_next .txt-nav {
    background-position: -46px -8px;
}
/* ---------------------------------------
下部固定nav */
.sub_c-blog .box_photo-nav {
    position: fixed;
    bottom: 0;
    left: 0;
    z-index: 2;
    width: 100%;
    height: 48px;
    color: #fff;
    text-align: left;
    background-color: rgba(255, 165, 185,0.8);
    overflow: hidden;
}
/* 個別記事へのリンク */
.box_photo-nav > [class^='link_'] {
    display: block;
    color: #fff;
    box-sizing: border-box;
}
.box_photo-nav .link_article {
    float: left;
    width: 70%;
    width: -webkit-calc(100% - 60px);
    width: calc(100% - 60px);
    padding: 5px 10px;
}
/* 画像一覧へのリンク */
.box_photo-nav .link_photo-list {
    position: relative;
    float: right;
    width: 60px;
    height: 100%;
    font-size: 10px;
    text-align: center;
    padding-top: 32px;
    background-image: none;
}
.box_photo-nav .yoasobicon_photo-list:before {
    position: absolute;
    top: 2px;
    right: 0;
    left: 0;
    font-size: 30px;
}
/* 記事タイトル */
.box_photo-nav .article-title {
    width: 100%;
    height: 22px;
    font-size: 14px;
    font-weight: bold;
    color: inherit;
    border-bottom: 1px dotted #fff;
}
#nav_article-title {
    display: inline-block;
    max-width: -webkit-calc(100% - 20px);
    max-width: calc(100% - 20px);
    height: 16px;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}
.box_photo-nav .article-title .yoasobicon_arrow-right {
    display: inline-block;
    height: 16px;
    padding-left: 2px;
    vertical-align: text-bottom;
}
/* 記事投稿日 */
.box_photo-nav .article_posted-info {
    font-size: 12px;
    color: inherit;
    margin-top: 2px;
}
/* 画像０件 */
.frame_photo-list .box_list-base > p:not(class) {
    color: #555;
    padding: 100px 0;
}
/* SNSボタン */
.sns_button {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    height: 20px;
    margin-bottom: 10px;
    margin-left: 10px;
    padding: 12px 0 2px;
    border-top: 1px dotted #ccc;
}
.sns_button a {
    display: block;
    margin-right: 4px;
}
.sns_button a.line img {
    height: 20px;
}
.fb-share-button {
    margin-left: 4px;
}

@media screen and (max-width: 320px) {
    .main_c-blog .hide-xs {
        display: none;
    }
    .main_c-blog .block {
        display: block;
    }
}

@media screen and (max-width: 375px) {
    .main_c-blog .hide-ss {
        display: none;
    }
}

@media screen and (min-width: 700px) {
    .box_photo-list .box_list-base {
        width: 560px;
    }
}