@charset "UTF-8";
/*____________________________________________________________________________

SITE TITLE: BOEM Lucida
TITLE: PC egnyte

(1) 全体
(2) テキストリンクスタイル
____________________________________________________________________________*/

/*_________________________________

トップページ スタイル調整
__________________________________*/

/* 人気ワード */
#hotword #hotword__list {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    margin-bottom: 24px;
  }
#hotword .hotWord__title,
#hotword .hotWord__item a {
    line-height: initial;
    margin-right: 10px;
    margin-bottom: 8px;
    border-radius: 20px;
    padding: 6px 12px;
}
#hotword .hotWord__item a {
    color: #222;
    display: block;
    border: 1px solid #e2e2e2;
}
#hotword .hotWord__item a:hover {
    background: #eee;
  }
#hotword .hotWord__title {
    background: #aaa;
    color: #fff;
}

/* TOP 動画 */
#sec_movie {
    margin-bottom: 48px;
}

/* TOP ランキング */
#item_ranking {
    margin-bottom: 72px !important;
}
#item_ranking .btn-viewall {
    margin-top: 0; 
}

/* TOP 中TCB */
#sec_middletcb {
    margin-bottom: 72px;
}
#middletcb ul li a {
    display: block;
    width: 100%;
}
#middletcb ul li img {
    display: block;
    width: 100%;
}
#middletcb {
    position: relative;
}
#middletcb.flexslider {
    border: none !important;
    margin: 0 !important;
}

/* TOP トピックス */
#topics {
    margin-bottom: 72px;
    width: 800px;
    overflow: hidden;
}
#arc-topics {
    width: 830px;
    overflow: hidden;
}
#arc-topics li.item {
    width: 246px;
    float: left;
    margin-right: 30px;
    overflow: hidden;
    text-align: center;
}
#arc-topics a {
    display: block;
}
#arc-topics .img-block img {
    width: 100%;
}

/* TOP ニュース */
#sec_news {
    margin-bottom: 78px;
    width: 800px;
    overflow: hidden;
}
#list-news {
    width: 830px;
    overflow: hidden;
}
#list-news li.item {
    width: 246px;
    float: left;
    margin-right: 30px;
    overflow: hidden;
    text-align: center;
}
#list-news a {
    display: block;
}
#list-news .img-block img {
    width: 100%;
}
#list-news .txt-title,
#list-news .txt-sub {
    margin: 16px auto 4px;
    font-size: 12px;
    color: #666;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
}
#list-news .txt-title {
    font-size: 14px;
}
#list-news .txt-sub {
    margin-top: 0px;
}

/* TOP STAFF SNAP */
#staffsnap {
    margin-bottom: 78px;
    width: 800px;
    overflow: hidden;
}
#arc-coordinate {
    width: 828px;
    overflow: hidden;
}
#arc-coordinate li.item {
    width: 246px;
    float: left;
    margin-right: 30px;
    overflow: hidden;
    text-align: center;
}
#arc-coordinate a {
    display: block;
}
#arc-coordinate .img-block img {
    width: 100%;
}
#arc-coordinate .txt-title,
#arc-coordinate .txt-sub {
    margin: 12px auto 4px;
    font-size: 12px;
    color: #666;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
}
#arc-coordinate .txt-sub {
    margin-top: 0px;
}

/* TOP USER STYLING */
#sec_userstyling {
    margin-bottom: 78px;
    width: 800px;
    overflow: hidden;
}

/* TOP INSTAGRAM */
#instagram {
    margin-bottom: 78px;
}


/* TOP 共通ボタンスタイル */
.btn-viewall {
    text-align: center;
    margin-top: 36px;
}
.btn-viewall a {
    display: inline-block;
    line-height: 1;
    background: #fff;
    color: #333;
    border: 1px solid #333;
    font-size: 16px;
    font-weight: bold;
    padding: 18px 60px;
    text-decoration: none !important;
    margin-bottom: 0 !important;
}

/* VISUMOセクション個別調整 */
#staffsnap .vsm-tile .ecbn-selection-page-wrapper li.ecbn-selection-item {
    padding: 8px;
}

/* VISUMO共通スタイリング */
.ecbn-selection-page-wrapper .ecbn-selection-more-btn {
    margin-top: 12px !important;
}
.ecbn-selection-page-wrapper .ecbn-selection-image-loading-more {
    display: none;
}
.morebtn-on .ecbn-selection-page-wrapper .ecbn-selection-image-loading-more {
    display: block;
}

/* VISUMOタイル表示共通スタイル */
.visumo-tile .vsm-tile .ecbn-selection-free-comment {
    font-size: 11px !important;
}
.visumo-tile .vsm-tile .ecbn-selection-detail--free-comment1 {
    margin-top: 1em;
}
.visumo-tile.with-price-display .vsm-tile .ecbn-selection-detail--free-comment2 .ecbn-selection-free-comment {
    font-size: 12px !important;
    font-weight: bold !important;
    margin-top: .4em;
}
.ecbn-selection-preview .ecbn-selection-left div.ecbn-selection-snapmain .ecbn-selection-snap-image {
    height: 648px !important;
}
.visumo-tile .vsm-tile .ecbn-selection-page-wrapper li.ecbn-selection-item > div > a {
    padding-top: calc(100% / 3 * 4);
}

/* VISUMOスライダー2 表示共通スタイル */
.visumo-slider2 .vsm-slider .ecbn-selection-wrapper li.ecbn-selection-item,
.visumo-slider2 .vsm-goods .ecbn-selection-wrapper li.ecbn-selection-item {
  width: 220px;
}
.visumo-slider2 .vsm-slider .ecbn-selection-wrapper li.ecbn-selection-item > div > a {
  position: relative;
  display: inline-block;
  height: 280px !important;
  overflow: hidden;
  background: transparent;
  vertical-align: bottom;
  width: 220px !important;
}
.visumo-slider2 .vsm-slider .ecbn-selection-wrapper .ecbn-selection-slide-wrapper img.ecbn-selection-image {
  width: 98% !important;
}
.visumo-slider2 .ecbn-selection-wrapper .ecbn-selection-slider-controls-direction a.ecbn-selection-slider-next {
  top: 120px !important;
}
.visumo-slider2 .ecbn-selection-wrapper .ecbn-selection-slider-controls-direction a.ecbn-selection-slider-prev {
  top: 120px !important;
}
.visumo-slider2 .vsm-slider .ecbn-selection-wrapper li.ecbn-selection-item, .vsm-goods .ecbn-selection-wrapper li.ecbn-selection-item {
  margin-right: 6px !important;
}


/*_________________________________

CMSコンテンツ スタイル調整
__________________________________*/
#cms-contents .ql-size-small{
    font-size: 14px !important;
}
#cms-contents .ql-size-large{
    font-size: 24px !important;
}
#cms-contents .ql-size-huge{
    font-size: 36px !important;
}
#cms-contents p {
    margin: 0 0 .4em 0 !important;
}