.pickup3 .pickup3__bg img {
	display: none;
}
.bottomFooter__list li a{
	font-weight: 100;
    font-size: 1.2rem;
/*     color: #777; */
}
h2.post_subtitle {
    color: #fff;
	font-size: 1.4rem;
    margin-bottom: 2.5rem;
}

.content ul > li > ul > li:before {
    content: "\ea57";
}
.content ul > li:before {
    content: "\ea56";
}
.content ol > li::before {
    color: #fff !important;
    background-color: #173f70;
}
.content ol > li > ol > li::before {
    color: #173f70 !important;
    background-color: #fff !important;
}

.pageContents .accordionBox dt{
	background-color: #173f70;
    color: #fff;
}
.pageContents .accordionBox dd{
	border: solid 1px #173f70;
}
.content a:hover {
    text-decoration: underline;
}

/* 記事内 Google Map レスポンシブ対応 */
.ggmap {
position: relative;
padding-bottom: 56.25%;
padding-top: 30px;
height: 0;
overflow: hidden;
}
 
.ggmap iframe,
.ggmap object,
.ggmap embed {
position: absolute;
top: 0;
left: 0;
width: 100%;
height: 100%;
}

/* ホーム Events リスト 調整 */
.textwidget.custom-html-widget .home_eoevent_header h2.heading.heading-main {
    width: 70%;
}
.textwidget.custom-html-widget .home_eoevent_header .eo-link_btn {
    width: 29%;
}

@media only screen and (max-width: 525px){
    .textwidget.custom-html-widget .home_eoevent_header h2.heading.heading-main {
    width: 60%;
    }
    h2.heading.heading-main span {
    display: block;
    line-height: 1;
    margin: 0 6px 16px;
    }
    .textwidget.custom-html-widget .home_eoevent_header .eo-link_btn {
    max-width: 150px;
    width: 36%;
    min-width: 132px;
    }
    .home_eoevent_header .eo-link_btn a.btn__link.btn__link-primary {
    white-space: nowrap;
    }
    
    ul.eo-events.eo-events-shortcode {
    flex-wrap: wrap;
    }
    .widget ul.eo-events.eo-events-shortcode li.eo-event-running, .widget ul.eo-events.eo-events-shortcode li.eo-event-future {
    width: calc(50% - 16px);
    margin-left: 8px;
    margin-right: 8px;
    margin-bottom: 30px;
    }
    main.l-main.u-shadow .dividerBottom .widget ul.eo-events.eo-events-shortcode li a img{
    height: 140px !important;
    }
}

@media only screen and (max-width: 399px){
    .textwidget.custom-html-widget .home_eoevent_header h2.heading.heading-main {
    float: none;
    width: 100%;
    }
    h2.heading.heading-main span {
    display: inline;
    }
    .textwidget.custom-html-widget .home_eoevent_header .eo-link_btn {
    float: none;
    margin: 4px 4px 18px;
    }
}
@media only screen and (max-width: 372px){
    h2.heading.heading-main span {
    display: block;
    line-height: 1;
    margin: -4px 4px 11px;
    }

}
/* End: ホーム Events リスト 調整 */


/* 記事内ギャラリー調整 */

.content .gallery-columns-2 .gallery-item{
    width: auto;
    margin: 0 10px 0 0;
}
.content .gallery-columns-2 .gallery-item dt.gallery-icon {
    padding: 0;
    background-color: transparent;
}



/* デイリーニュース アイキャッチコピーライト表示 */
.eyecatch_copyright_wrap{
    position: absolute;
    top: 27rem;
    width: 100%;
    text-align: right;
    padding-right: 2.5em;
    color: #fff;
    font-size: 0.9em;
}
.eyecatch_copyright_wrap .eyecatch_copyright_conte{
    min-width: 360px;
    max-width: 360px;
    float: right;
}
@media only screen and (max-width: 1138px){

    .eyecatch_copyright_wrap{
    padding-right: 0;
    }

}
@media only screen and (max-width: 767px){

    .eyecatch_copyright_wrap{
        bottom: 1rem;
        top: unset;
    }
    .eyecatch_copyright_wrap .eyecatch_copyright_conte{
        float: none;
        width: 100%;
        max-width: none;
        min-width: unset;
    }

}
/* End: デイリーニュース アイキャッチコピーライト表示 */


/* デイリーニュース参照リンク */
.daily_news_source_reference {
    margin-top: 3em;
    padding-top: 2em;
    border-top: 1px solid #ddd;
    display: flex;
}
.daily_news_refer_title {
    max-width: 8rem;
    min-width: 8rem;
}
.daily_news_refer_url {
    width: auto;
}
.daily_news_refer_url a{
    color: #173f70;
    word-break: break-all;
}
.daily_news_refer_url a:hover{
    color: #3b67a9;
    text-decoration: underline;
}
/* End: デイリーニュース参照リンク */


/* ライター一覧 */
.content .writers__box {
    position: relative;
    padding-bottom: 6rem;
}
.btn.btn-center.writer_list {
    position: absolute;
    bottom: 2.5rem;
    left: 0;
}
/* End: ライター一覧 */

/* サイドバー ライター一覧リンク */
aside.sidebar_one_link_btn {
    padding: 0;
}
aside.sidebar_one_link_btn .textwidget.custom-html-widget {
    background-color: #191919;
    transition: .15s;
    padding-bottom: 0;
}
aside.sidebar_one_link_btn .textwidget.custom-html-widget:hover {
    opacity: 0.8;
}
a.sidebar_one_link {
    display: block;
    padding: 15px 10px;
    font-size: 1.5rem;
    color: #fff;
    font-weight: 700;
}
/* End: サイドバー ライター一覧リンク */


/* 投稿記事下調整 */
.snsFollow {
    display: block;
    height: auto;
    margin-top: 20px;
}
.snsFollow__contents {
    background: transparent;
    flex: none;
    padding: 10px;
}
.snsFollow__text {
    color: #000;
    margin: 0 auto 10px;
}
ul.prevNext {
    justify-content: center;
}
/* End: 投稿記事下調整 */

/* フッター */
.bottomFooter__copyright {
    margin-bottom: 0.5rem;
}
a.bottomFooter__link {
    color: #BFBFBF;
    font-weight: 500;
}
/* End: フッター */



/* グローバルメニュー */
nav.globalNavi.u-none-sp {
    font-size: 1.3rem;
}
.globalNavi__list li {
    position: static;
/*    height: 2.6rem;*/
}
.globalNavi__list>li .sub-menu {
    width: 100%;
    left: 0;
    display: flex;
    justify-content: center;
    background-color: #323232;
}
.globalNavi__list>li:hover .sub-menu>li, .globalNavi__list>li .sub-menu>li {
    min-width: auto;
    background-color: transparent;
}
.globalNavi__list>li:hover .sub-menu::before, .globalNavi__list>li .sub-menu::before{
    display: none;
}
.t-headerCenter .container.container-header {
    padding-bottom: 1px;
    padding-top: 10px;
}
.t-headerCenter .siteTitle {
    margin: 0px auto 12px;
}
.globalNavi__list .current-menu-parent>a, .globalNavi__list .current_page_item>a, .globalNavi__list .menu-item a:hover, .globalNavi__list .page_item a:hover {
    border-bottom: 4px solid rgba(0,0,0,.9);
}
.globalNavi__list>li:hover .sub-menu>li:not( :first-child ) {
    border-top: none;
}
.globalNavi__list .current-menu-item>a {
    border-bottom: none;
    background: rgba(255,255,255,.10);
}

.globalNavi__list>li:hover ul.sub-menu {
    height: 62px;
    background-color: rgba(50,50,50,0.9);
}
.globalNavi__list>li ul.sub-menu {
    height: 0;
    transition: .15s;
}
.globalNavi__list>li:hover .children>li a, .globalNavi__list>li .children>li a, .globalNavi__list>li:hover .sub-menu>li a, .globalNavi__list>li .sub-menu>li a {
    color: rgba(255,255,255,1);
    padding-top: 7px;
    padding-bottom: 5px;
}
.globalNavi__list li:last-child a{
    margin-right: 0;
}
.t-headerCenter .container.container-header{
    padding-top: 4px;
}

@media only screen and (max-width: 1118px){
    nav.globalNavi.u-none-sp {
        font-size: 1.1rem;
    }
}
@media only screen and (max-width: 1007px){
    nav.globalNavi.u-none-sp {
        font-size: 1rem;
    }
}
@media only screen and (max-width: 991px){
    header.l-header.l-header-shadow {
        padding: 10px 0 0;
    }
}


.globalNavi__list .current-cat>a, .globalNavi__list .current-cat-parent>a, .globalNavi__list .current-cat-parent>a, .globalNavi__list .menu-item a:hover, .globalNavi__list .page_item a:hover {
    border-bottom: 2px solid rgba(0,0,0,.9);
    color: rgba(0,0,0,.9);
}
.globalNavi__list .current-cat>a {
    border-bottom: none;
    background: rgba(255,255,255,.10);
}

.globalNavi__list .current-cat-parent>a, .globalNavi__list .current_page_item>a, .globalNavi__list .menu-item a:hover, .globalNavi__list .page_item a:hover {
    border-bottom: 4px solid rgba(0,0,0,.9);
}


/* End: グローバルメニュー */


/* ハンバーガーメニュー */
.widget.widget_nav_menu ul.menu li.menu-item-has-children ul.sub-menu{
    display: none;
}
.widget.widget_nav_menu ul.menu li.menu-item-has-children>a::after{
    content: "";
    position: absolute;
    top: 28px;
    right: 10px;
    width: 6px;
    height: 6px;
    margin-top: -6px;
    border-bottom: solid 1px #fff;
    border-right: solid 1px #fff;
    transform: rotate(45deg);
}
.widget.widget_nav_menu ul.menu li.menu-item-has-children.toggle_Open>a::after{
    transform: rotate(-135deg);
    top: 30px;
}

.widget.widget_nav_menu ul.menu .sub-menu .current-cat a {
    color: #173f70;
    font-weight: 800;
}
.widget.widget_nav_menu ul.menu>.current-cat > a, .widget.widget_nav_menu ul.menu>.current-cat-parent > a {
    background-color: rgba(23,63,112,0.75);
}
/* End: ハンバーガーメニュー */


/* サイドバー カテゴリー */
aside.widget_categories li.cat-item.cat-has-children ul.children{
    display: none;
}
aside.widget_categories li.cat-item.cat-has-children>a::after {
    content: "";
    position: absolute;
    top: 28px;
    right: 10px;
    width: 6px;
    height: 6px;
    margin-top: -6px;
    border-bottom: solid 1px #fff;
    border-right: solid 1px #fff;
    transform: rotate(45deg);
}
aside.widget_categories li.cat-item.cat-has-children.toggle_Open>a::after{
    transform: rotate(-135deg);
    top: 30px;
}
/* End: サイドバー カテゴリー */


/* 記事内カテゴリー表示の調整 */
ul.dateList li.dateList__item.icon-folder a {
    position: relative;
    padding-right: 5px;
    padding-left: 12px;
}
ul.dateList li.dateList__item.icon-folder a:first-child{
    padding-left: 0;    
}
ul.dateList li.dateList__item.icon-folder a:last-child{
    padding-right: 0;
}
ul.dateList li.dateList__item.icon-folder a::before {
    content: "";
    position: absolute;
    left: 0;
    top: 50%;
    margin-top: -2px;
    width: 5px;
    height: 5px;
    border-top: 1px solid rgba(0,0,0,.5);
    border-right: 1px solid rgba(0,0,0,.5);
    transform: rotate(45deg);
}
ul.dateList li.dateList__item.icon-folder a:first-child::before{
    display: none;
}
/* End: 記事内カテゴリー表示の調整 */


/* 全てのカテゴリー表示ページ */
.l-wrapper.all_cates .l-main{
}
.l-wrapper.all_cates .l-main .all_cates_list{
    column-count: 2;
}
.l-wrapper.all_cates .l-main .all_cates_list ul.cates_list_wrap li.cat-item{
    page-break-inside: avoid;
    break-inside: avoid;
    padding-left: 2rem;
    font-weight: 800;
}
.l-wrapper.all_cates .l-main .all_cates_list ul.cates_list_wrap li.icon-folder::before{
    content: "\e938";
    transform: scale(.8);
}
.l-wrapper.all_cates .l-main .all_cates_list ul.cates_list_wrap li.cat-item.icon-folder{
    margin-bottom: 20px;
}
.l-wrapper.all_cates .l-main .all_cates_list ul.cates_list_wrap li ul.children li{
    font-weight: 500;
    padding-left: 1.6rem;
}
.l-wrapper.all_cates .l-main .all_cates_list ul.cates_list_wrap li ul.children li::before{
    content: "\ea56";
    transform: scale(.4);
}
.l-wrapper.all_cates .l-main .all_cates_list ul.cates_list_wrap li.cat-item div.nolink{
    color: #2858a0;
}


@media only screen and (max-width: 599px){
    .l-wrapper.all_cates .l-main .all_cates_list {
        column-count: unset;
    }
}
/* End: 全てのカテゴリーページ */


/* カテゴリーページ */
ul.archiveHead__list li.archiveHead__item {
    background-color: rgba(0,0,0,.4);
    transition: .3s;
}
ul.archiveHead__list .archiveHead__item:hover {
    background-color: #fff;
}
a.archiveHead__link {
    transition: .3s;
}
/* End: カテゴリーページ */


/* ホーム 全てのカテゴリー */
.categoryBox.nypHome{
    padding-bottom: 80px;
}
.categoryBox .container ul.cates_list_wrap {
    margin-top: 0;
    list-style-type: none;
    margin-left: 1em;
}
.categoryBox .container ul li {
    position: relative;
    list-style: none;
    margin-top: 1rem;
    padding-left: 1.7rem;
}
.categoryBox .container ul.cates_list_wrap>li.cat-item:first-child {
    margin-top: 0;
}

.categoryBox .container .all_cates_list {
    column-count: 4;
}
.categoryBox .container .all_cates_list ul.cates_list_wrap li.cat-item.icon-folder {
    margin-bottom: 20px;
}
.categoryBox .container .all_cates_list ul.cates_list_wrap li.cat-item {
    page-break-inside: avoid;
    break-inside: avoid;
    padding-left: 2rem;
    font-weight: 800;
}
.categoryBox .container .all_cates_list ul.cates_list_wrap>li.icon-folder>a, .categoryBox .container .all_cates_list ul.cates_list_wrap>li>ul.children>li.cat-item>a {
    display: block;
}
.categoryBox .container .all_cates_list ul.cates_list_wrap>li.icon-folder>a:hover{
    color: #173f70;
/*    text-decoration: underline;*/
}
.categoryBox .container .all_cates_list ul.cates_list_wrap>li>ul.children>li.cat-item>a:hover{
    color: #173f70;
    font-weight: 800;
/*    text-decoration: underline;*/
}
.categoryBox .container .all_cates_list ul.cates_list_wrap li.icon-folder::before {
    content: "\e938";
    color: #173f70;
    display: block;
    position: absolute;
    left: 0;
    color: #173f70;
}
.categoryBox .container .all_cates_list ul.cates_list_wrap li ul.children li {
    font-weight: 500;
    padding-left: 1.6rem;
}
.categoryBox .container .all_cates_list ul.cates_list_wrap li ul.children li::before {
    content: "\ea56";
    transform: scale(.4);
    display: block;
    position: absolute;
    left: 0;
    color: #173f70;
}

@media only screen and (max-width: 991px){
    .categoryBox .container .all_cates_list {
        column-count: 3;
    }
}
@media only screen and (max-width: 727px){
    .categoryBox.nypHome{
        padding-bottom: 40px;
    }
    .categoryBox .container .all_cates_list {
        column-count: 2;
    }
}
@media only screen and (max-width: 427px){
    .categoryBox .container .all_cates_list {
        column-count: 1;
    }
}

/* End: ホーム 全てのカテゴリー */



@media only screen and (min-width: 768px){
    .viral__contents .heading{
        margin-bottom: 10px;
    }
	h2.post_subtitle {
		font-size: 1.8rem;
	}
}



/* ニューヨーク在住Youtuber */

.movie-wrap {
    position: relative;
    padding-bottom: 56.25%; /*アスペクト比 16:9の場合の縦幅*/
    height: 0;
    overflow: hidden;
}
 
.movie-wrap iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}
.ytbr_profile_title {
    font-weight: 600;
    cursor: pointer;
}
.content div.ytbr_profile_title::after {
    font-family: "icomoon";
    content: "\ea0c";
    display: inline-block;
    transform: scale(.7);
    margin-left: 0.4rem;
}
.content div.ytbr_profile_title.ytbr_profile_Open::after {
    content: "\ea0d";
}
.content .ytbr_profile_conte {
    margin-top: 0.2em;
    display: none;
}

h3.ytbr_latest_vid {
    font-size: 1.2em;
    margin-bottom: 1rem;
    color: #173f70;
    margin-top: 2em;
}

.movie-wrap.ytbr_latest {
    margin-bottom: 4em;
}

#yrc-shell-0 .yrc-item .yrc-thumb a.yrc-video-link:before {
    background-size: 18% !important;
}
#yrc-shell-0 .yrc-video-title a.yrc-video-link {
    font-size: 0.8em;
}
#yrc-shell-0 li.yrc-video.yrc-item-large.yrc-item-open.yrc-item.yrc-just-listed.yrc-full-scale {
    margin-bottom: 1.6em !important;
}
#yrc-shell-0 li.yrc-video.yrc-item-large.yrc-item-open.yrc-item.yrc-just-listed.yrc-full-scale:first-child{
    display: none;
}

#yrc-shell-0 li.yrc-video.yrc-item-large.yrc-item-open.yrc-item.yrc-just-listed.yrc-full-scale:nth-child(2n) {
    margin-right: 12px !important;
}
#yrc-shell-0 li.yrc-video.yrc-item-large.yrc-item-open.yrc-item.yrc-just-listed.yrc-full-scale:nth-child(2n+1) {
    margin-right: 0 !important;
}
.yrc-shell-cover .yrc-shell ul.yrc-core{
    text-align: left;
}

/*
#main .youtubers.type-youtubers:nth-child(n + 4) {
    display: none;
}
*/
/*
.movie-wrap.ytbr_archive {
margin-bottom: 0.5em;
}
*/
#main .youtubers.type-youtubers {
    margin-bottom: 3em;
    display: flex;
    justify-content:space-between;
}
.ytbr_archive_wrap{
    width: 56%;
}
.ytbr_archive_conte_wrap{
    width: 40%;
}
h3.ytbr_archive_titile {
    font-size: 1.4em;
    margin-bottom: 0.2em;
    font-weight: 700;
}
.ytbr_archive_excerpt {
    line-height: 1.4;
}
.btn.ytbr_archive_btn {
    margin-top: 1.3em;
}



.header_menu_nolink{
    margin-right: 20px;
    display: block;
    float: left;
    white-space: nowrap;
    color: rgba(0,0,0,.5);
    font-weight: 700;
    transition: .15s;
    float: none;
    white-space: normal;
    color: rgba(0,0,0,.5);
    padding: 10px 0;
    position: relative;
    padding-right: 10px;
    cursor: pointer;
}

.header_menu_nolink::before{
    content: "";
    position: absolute;
    top: 50%;
    right: 0;
    width: 6px;
    height: 6px;
    margin-top: -6px;
    border-bottom: solid 1px rgba(0,0,0,.5);
    border-right: solid 1px rgba(0,0,0,.5);
    transform: rotate(45deg);
}
.header_menu_nolink:hover{
    color: rgba(0,0,0,.9);
}
.globalNavi__list>li.menu-item-has-children:hover>.header_menu_nolink::before{
    margin-top: -2.5px;
    transform: rotate(-135deg);
}

.globalNavi__list .current-cat-parent > .header_menu_nolink {
    color: rgba(0,0,0,.9);
    border-bottom: 4px solid rgba(0,0,0,.9);
    position: relative;
    padding-right: 10px;
}





@media only screen and (max-width: 814px){
    #yrc-shell-0 li.yrc-video.yrc-item-large.yrc-item-open.yrc-item.yrc-just-listed.yrc-full-scale:nth-child(2n) {
        margin-right: 2% !important;
    }
    #yrc-shell-0 li.yrc-video.yrc-item-large.yrc-item-open.yrc-item.yrc-just-listed.yrc-full-scale {
        width: 48% !important;
    }
}

@media only screen and (max-width: 600px){
    #main .youtubers.type-youtubers {
        margin-bottom: 5em;
        display: block;
    }
    .ytbr_archive_wrap{
        width: 100%;
        margin-bottom: 1.4em;
    }
    .ytbr_archive_conte_wrap{
        width: 100%;
    }
}





