@charset "UTF-8";
/* CSS Document */

#iphone-layout {
    background: none;
}
.breadcrumb {
    padding: 2px 10px;
    font-size: 12px;
    background: #d9d9ec;
}

/* 背景画像 */
@media screen and (min-width: 376px) {
    .pc_wrap {
        max-width: 640px;
        margin: 0 auto;
    }
}
#host_topics h2 {
    font-size: 18px;
    padding: 10px;
    color: #5e5ee2;
    background: #f3f3f3;
    font-weight: bold;
    border-top: 3px solid #5e5fe2;
}
#host_topics h3 {
    color: #fff;
    border-bottom: 1px dotted #fff;
    padding: 10px;
    display: flex;
    justify-content: space-between;
    align-items: flex-end;
}
#host_topics h3>span {
    font-size: 12px;
    color: #ccc;
}
/* 見出し画像 */
.topics_photo_block.header {
    text-align: center;
}
.topics_photo_block.header img {
    width: auto;
    max-width: 100%;
}
/* 本文 */
#host_topics.my-gallery div {
    transition: .8s;
    clear: both;
}
.topics_photo_block a {
    width: 100%;
    height: 100%;
    display: inline-block;
    position: relative;
}
.topics_photo_block a::after {
    margin: auto;
    content: url(/sp/hosugai_topics/css/zoom_icon-b08f5a4a95f873b4f7bd6988ccb2cd69.png);
    position: absolute;
    bottom: -2px;
    right: 2px;
    pointer-events : none;
}
.topics_photo_block figure img {
    width: 100%;
    box-shadow: 0px 0px 4px 1px #000;
    -moz-box-shadow: 0px 0px 4px 1px #000;
    -webkit-box-shadow: 0px 0px 3px 1px #000;
}
.topics_photo_block img {
    width: 100%;
    height: auto;
    display: inline-block;
}
.topics_photo_block {
    opacity: 0;
    transform: translate(0, 70px);
    -webkit-transform: translate(0, 70px);
    color: #fff;
    padding: 5% 10%;
    width: 80%;
}
.topics_photo_block.txt {
    display: block;
    width: 80%;
    padding: 5% 10%;
    font-size: 14px;
    word-break: break-all;
}
.mv07 {
    opacity: 1.0;
    transform: translate(0, 0);
    -webkit-transform: translate(0, 0);
}
/* 参加店舗とかページャー */
.topics_endct {
    padding-top: 20px;
    background: #0831a5;
}
.topics_endct .rtb {
    margin-top: 0;
    padding-top: 10px;
    background: #fff;
}
/* シェアボタン */
.sns_button {
    padding: 12px 8px 2px;
}
#fb-root {
    margin-left: 4px;
}
.fb_iframe_widget span {
    vertical-align: top!important;
}
