@charset "utf-8";

body { position:absolute; top:0; left:0; right:0; bottom:0; }

/* レイアウト */
#header_top { display:none; }
#header { height:56px; width:100%; min-width:inherit; right:0px; top:0px; right:0; z-index:100; margin:0; }
#header_inner { height:56px; width:100%; min-width:inherit; margin:0; padding:0; }

#main_contents { width:auto; margin:0 auto; padding:0; }
#main_col { width:auto; min-width:inherit; margin:30px auto; padding:0 20px; }
#left_col { width:70%; width:-webkit-calc(100% - 330px); width:-moz-calc(100% - 330px); width:calc(100% - 330px); }
#side_col { width:30%; width:-webkit-calc(300px); width:-moz-calc(300px); width:calc(300px); }
.no_side_content #left_col { width:auto; float:none; }

@media screen and (max-width:950px) {
  #left_col { width:auto; float:none; padding:0; margin:0 0 40px 0; }
  #side_col { width:auto; float:none; padding:0; }
  #main_contents { width:auto; margin:0 auto; }
}


/* スライドメニュー */
#container {
  position:relative; right:0; top:0px; z-index:9999; width:100%; background:#fff; box-shadow:0 -55px 10px 7px rgba(0,0,0,0.3);
  -webkit-transition:right 300ms cubic-bezier(0.190, 1.000, 0.220, 1.000); -moz-transition:right 300ms cubic-bezier(0.190, 1.000, 0.220, 1.000); -o-transition:right 300ms cubic-bezier(0.190, 1.000, 0.220, 1.000); transition:right 300ms cubic-bezier(0.190, 1.000, 0.220, 1.000);
  -webkit-backface-visibility: hidden; -moz-backface-visibility: hidden; -ms-backface-visibility: hidden; -o-backface-visibility: hidden; backface-visibility: hidden;
}
.open_menu #container { right:90%; }
#mobile_menu { position:fixed; top:0px; right:0px; width:90%; height:100%; z-index:9; background:#333; overflow:auto; }
#mobile_menu:after  {
  display:block; content:''; position:fixed; width:100%; height:100%; top:0px; right:0px; background:#fff; z-index:10;
  -webkit-transition:right 300ms cubic-bezier(0.190, 1.000, 0.220, 1.000); -moz-transition:right 300ms cubic-bezier(0.190, 1.000, 0.220, 1.000); -o-transition:right 300ms cubic-bezier(0.190, 1.000, 0.220, 1.000); transition:right 300ms cubic-bezier(0.190, 1.000, 0.220, 1.000);
  -webkit-backface-visibility: hidden; -moz-backface-visibility: hidden; -ms-backface-visibility: hidden; -o-backface-visibility: hidden; backface-visibility: hidden;
}
.open_menu #mobile_menu:after { right:90%; }


/* 固定ヘッダー */
.mobile_header_fix #header { position:fixed; }
.mobile_header_fix { padding-top:56px; }
.mobile_header_fix #header {
  -webkit-transition:right 300ms cubic-bezier(0.190, 1.000, 0.220, 1.000); -moz-transition:right 300ms cubic-bezier(0.190, 1.000, 0.220, 1.000); -o-transition:right 300ms cubic-bezier(0.190, 1.000, 0.220, 1.000); transition:right 300ms cubic-bezier(0.190, 1.000, 0.220, 1.000);
  -webkit-backface-visibility: hidden; -moz-backface-visibility: hidden; -ms-backface-visibility: hidden; -o-backface-visibility: hidden; backface-visibility: hidden;
}
.mobile_header_fix.open_menu #header { right:90%; }




/* ----------------------------------------------------------------------
トップページ
---------------------------------------------------------------------- */
/* スライダー */
#header_slider { height:350px; min-width:inherit; }
#header_video { width:100%; height:-webkit-calc(100vh - 56px); height:-moz-calc(100vh - 56px); height:calc(100vh - 56px); }
#header_video.youtube_header_video { height:-webkit-calc(calc(100vw * 9 / 16)); height:-moz-calc(calc(100vw * 9 / 16)); height:calc(calc(100vw * 9 / 16)); }
#header_video video { position:absolute; height:100%; width:auto; left:-100%; right:-100%; }
#header_video.mobile { height:350px !important; }
.slider_main { height:350px; }
.slider_main .swiper-slide { height:350px; }
.slider_main .caption_area { height:auto; }
.slider_main .caption {
  width:100%; height:auto; padding:10px 20px 15px;
  -moz-box-sizing:border-box; -webkit-box-sizing:border-box; -o-box-sizing:border-box; -ms-box-sizing:border-box; box-sizing:border-box;
}
.slider_main .caption .title { font-size:14px !important; line-height:1.5; margin:8px 0 0 0; }
.slider_main .caption .title a { display:block; color:#fff; }
.slider_main .caption .title a:after { display:none; }
#header_video .caption .title { font-size:26px !important; line-height:1.5; }
#header_video .caption .desc { font-size:16px !important; line-height:1.5; }
#header_video .caption .button { font-size:12px !important; height:40px; line-height:40px; padding:0 30px; }

@media screen and (max-width:767px) {
  .slider_main .caption { padding:6.5px 20px; }
  .slider_main .caption .title { margin-top:0; }
  #header_slider:hover .header_slider_button_prev { left: 11px; }
  #header_slider:hover .header_slider_button_next { right: 5px; }
}

@media screen and (max-width:550px) {
  #header_slider { height:300px; min-width:inherit; }
  .slider_main { height:300px; }
  .slider_main .swiper-slide { height:300px; }
  #header_video .caption .title { font-size:20px !important; line-height:1.5; }
  #header_video .caption .desc { font-size:12px !important; line-height:1.5; }
  #header_video .caption .button { font-size:12px !important; height:35px; line-height:35px; padding:0 20px; }
}




/* ----------------------------------------------------------------------
 記事一覧
---------------------------------------------------------------------- */
/* タブ */
#index_post_list_tab { min-width:inherit; }
#index_post_list_tab ol { width:auto;  height:50px; }
#index_post_list_tab ol li { padding:0 40px; font-size:12px; height:50px; line-height:50px; min-width:inherit; }


/* 一番下の要素にグラデーションのラインを追加 */
.post_list .item:last-of-type { position:relative; margin-bottom:80px; }
.post_list .item:last-of-type:before { left:70px; height:90px; bottom:-90px; }


/* ajaxロード */
#load_post { left:0px; }
#infscr-loading { left:0px; }


/* 記事タイトル */
.post_list .title { font-size:24px; }


/* 日付 */
.post_list .post_date { width:70px; }
.post_list .post_date .date { font-size:40px; margin:-3px 0 1px 0; }
.post_list .post_date .month {  }
.post_list .post_date .year { }


/* 日付の右側に表示している黒丸 */
.post_list .post_date:after { width:7px; height:7px; top:62px; right:-4px; }
.post_list .item:first-child .post_date:after { top:13px; }


/* 右側 */
.post_list .main_data { width:-webkit-calc(100% - 70px); width:-moz-calc(100% - 70px); width:calc(100% - 70px); padding:50px 0 40px 30px; }


@media screen and (max-width:850px) {
  /* タブ */
  #index_post_list_tab ol li {
    width:25%; padding:0; font-size:11px; text-align:center;
    -moz-box-sizing:border-box; -webkit-box-sizing:border-box; -o-box-sizing:border-box; -ms-box-sizing:border-box; box-sizing:border-box;
  }
  /* 記事一覧 */
  .post_list { margin:0 -20px; }
  .post_list .item { border-bottom:1px solid #ddd; margin:0 0 30px 0; padding:0 20px 20px; }
  .post_list .item:last-of-type:before { display:none; }
  /* 日付 */
  .post_list .post_date { width:50px; padding:0; background:; }
  .post_list .post_date:after { display:none; }
  .post_list .item:first-child .post_date:before { display:none; }
  .post_list .post_date time { width:50px; }
  /* 右側 */
  .post_list .main_data { width:-webkit-calc(100% - 55px); width:-moz-calc(100% - 55px); width:calc(100% - 55px); padding:0 0 0 15px; border:none; }
  .post_list .item:last-child .main_data { border:none; }
  #post_list1 .post_list .item:last-child .main_data { border:none; }
  /* カテゴリ―・アクセス数 */
  .post_list .main_data ol { margin:0 0 10px 0; }
  .post_list .category a { height:25px; line-height:25px; padding:0 25px; font-size:11px; }
  .post_list .view { height:25px; line-height:23px; padding:0 12px; font-size:12px; }
  .post_list .view span { font-size:12px; width:12px; height:12px; margin:0 5px 0 0; }
  .post_list .view:before { margin:1px 4px 0 0; }
  /* 記事タイトル */
  .post_list .title { font-size:18px; margin:0 0 2px 0; }
  .post_list .excerpt { font-size:12px; }
}


/* ランキングページ用 */
.post_list.type2 .ranking_num { width:70px; }
.post_list.type2 .ranking_num p { width:70px; }
@media screen and (max-width:850px) {
  .post_list.type2 .item { padding:0; margin:0 20px -1px; }
  .post_list.type2 .ranking_num { width:60px; float:left; text-align:center; }
  .post_list.type2 .ranking_num p {
    width:60px; font-size:20px;
    top:50%; top:-webkit-calc(50% - 10px); top:-moz-calc(50% - 10px); top:calc(50% - 10px);
  }
  .post_list.type2 .main_data, .post_list.type2 .item:first-child .main_data, .post_list.type2 .item:first-child .main_data { 
    background:#fff; border:none !important; border-left:1px solid #ddd !important; padding:30px;
    width:-webkit-calc(100% - 60px); width:-moz-calc(100% - 60px); width:calc(100% - 60px);
  }
}
@media screen and (max-width:660px) {
  .post_list.type2 .ranking_num p { width:30px; }
  .post_list.type2 .main_data, .post_list.type2 .item:first-child .main_data, .post_list.type2 .item:first-child .main_data { 
    padding:20px;
    width:-webkit-calc(100% - 30px); width:-moz-calc(100% - 30px); width:calc(100% - 30px);
  }
  .post_list.type2 .category a { padding-right:15px; padding-left:15px; }
}




/* ----------------------------------------------------------------------
 アーカイブページ
---------------------------------------------------------------------- */
/* 見出し */
#page_header { min-width:inherit; }
#page_header_inner { width:auto; margin:0 auto; padding:30px 20px; }
#page_title { float:none; margin:0; }
#page_title span { float:none; display:block; margin:10px 0 0 0; font-weight:normal; }
#page_header .desc { margin:10px 0 0 0; float:none;; }


/* タブ */
#archive_post_list_tab { min-width:inherit; height:50px; }
#archive_post_list_tab ol { width:auto; height:50px; }
#archive_post_list_tab ol li { height:50px; line-height:50px; padding:0 40px; font-size:12px; overflow:hidden; }
#archive_post_list_tab ol li:first-of-type { border-left:none; }
@media screen and (max-width:850px) {
  #archive_post_list_tab { }
  #archive_post_list_tab ol li { min-width:inherit; padding:0 20px; width:33.33333%; width:-webkit-calc(100% / 3); width:-moz-calc(100% / 3); width:calc(100% / 3); }
  #archive_post_list_tab ol li:last-of-type { border-right:none; }
}


/* ページング */
.page_navi { margin:-30px 0 0 100px; padding-bottom:30px; }
@media screen and (max-width:850px) {
  .page_navi { text-align:center; margin-left:0; }
}




/* ----------------------------------------------------------------------
 ヘッダー
---------------------------------------------------------------------- */

/* メニューボタン */
#menu_button {
  position:absolute; z-index:9; top:0px; right:0;
  display:inline-block; font-size:11px; color:#fff; width:56px; height:56px; line-height:56px; text-decoration:none; text-align:center;
}
#menu_button span { text-indent:100%; white-space:nowrap; overflow:hidden; display:block; }
#menu_button:before {
  font-family:'design_plus'; color:#fff; display:block; position:absolute; top:19px; left:19px; margin:auto;
  font-size:18px; width:18px; height:18px; line-height:18px;
  -webkit-font-smoothing: antialiased; -moz-osx-font-smoothing: grayscale;
}
#menu_button:before { content:'\f0c9'; }
#menu_button:hover, a.menu_button.active { background:#333; }
#menu_button:hover:before, #menu_button.active:before { color:#fff; }


/* グローバルメニュー */
#header #global_menu { display:none; }
#mobile_menu #global_menu { width:100%; margin:0; z-index:9; }
#mobile_menu #global_menu ul { margin:0; }
#mobile_menu #global_menu ul ul { }
#global_menu li ul { display:none; }
#mobile_menu #global_menu a {
  position:relative; display:block;  margin:0; padding:18px 20px; line-height:1.6; overflow:hidden; text-decoration:none;
  color:#fff; background:#333; font-size:13px; border-bottom:1px solid #444;
  -moz-box-sizing:border-box; -webkit-box-sizing:border-box; -o-box-sizing:border-box; -ms-box-sizing:border-box; box-sizing:border-box;
}
#mobile_menu #global_menu a:hover { color:#fff; }
#mobile_menu #global_menu ul ul a { padding-left:32px; }
#mobile_menu #global_menu ul ul ul a { padding-left:47px; }
#mobile_menu #global_menu ul ul ul ul a { padding-left:60px; }


/* グローバルメニュー（子メニュー） */
#mobile_menu #global_menu li { position:relative; }
#mobile_menu #global_menu .child_menu_button { display:block; position:absolute; text-align:center; width:60px; height:49px; right:0px; top:1px; z-index:9; cursor:pointer;  }
#mobile_menu #global_menu .child_menu_button .icon:before {
  content:'+'; font-size:13px; color:#aaa; text-align:center;
  display:block; width:20px; height:20px; line-height:20px; border:1px solid #555; border-radius:100%;
  position:absolute; left:20px; top:15px;
}
#mobile_menu #global_menu .child_menu_button.active .icon:before, #mobile_menu #global_menu .child_menu_button:hover .icon:before { color:#fff; border-color:#fff; }
#mobile_menu #global_menu li.open > .child_menu_button .icon:before { content:'-'; }
#mobile_menu #global_menu li.open > ul { display:block; }



/* 閉じるボタン */
#mobile_menu .close_button { display:block; width:100%; height:56px; position:relative; cursor:pointer; border-bottom:1px solid #444; }
#mobile_menu .close_button:before {
  font-family:'design_plus'; color:#fff; font-size:24px; display:block; 
  content:'\e91a'; position:absolute; top:18px; right:18px;
  -webkit-font-smoothing: antialiased; -moz-osx-font-smoothing: grayscale;
}


/* カスタム投稿カテゴリーメニュー */
#slide_menu { display:none; }
#mobile_menu a span.count { display:none; }


/* ロゴ */
#logo_text { z-index:8; }
#logo_text h2 { font-weight:normal; height:56px; line-height:56px; margin:0 0 0 20px  }
#logo_text a { color:#fff; display:block; -webkit-transition-property:none; -moz-transition-property:none; -o-transition-property:none; transition-property:none; }
#logo_image {
  position:absolute; top:50%; left:20px; margin:auto;
  -webkit-transform: translate(0%, -50%); -moz-transform: translate(0%, -50%); -o-transform: translate(0%, -50%); transform: translate(0%, -50%);
}
#logo_image img.pc_logo_image { display:none; }
#logo_image img.mobile_logo_image { display:block; margin:0 auto; }
#logo_text_fixed, #logo_image_fixed { display:none; }
#tagline { display:none; }
@media screen and (max-width:850px) {
#logo_text {
  display: flex;
  height: 100%;
  align-items: center;
  padding-inline: 20px;
}
}


/* パンくずリンク */
#bread_crumb { min-width:inherit; height:auto; }
#bread_crumb ul { width:auto; padding:17px 0 14px 0; margin:0 20px; }




/* ----------------------------------------------------------------------
 記事ページ
---------------------------------------------------------------------- */

/* 日付 */
#post_date { float:left; width:100px; }
#post_date time { width:auto; text-align:left; }
#post_date .date { font-size:40px; display:block; margin:0 5px 0 0; float:left; }
#post_date .month { margin:0 0 5px 0; padding:5px 0 0 0; }
#post_date .year { }


/* 記事エリア */
#main_data { float:none; width:100%; }

@media screen and (max-width:991px) {
body.single-post #main_col {
  display: block;
}
body.page-template-default #main_col {
  display: block;
}
}


/* カテゴリ―・アクセス数 */
#post_meta_top { margin:0 0 25px 0; padding:6px 0 0 0; float:left; }
#post_meta_top .category a { min-width:100px; height:25px; line-height:25px; padding:0 10px; font-size:11px; -webkit-box-sizing:border-box; -moz-box-sizing:border-box; box-sizing:border-box; }
#post_meta_top .view { height:25px; line-height:23px; padding:0 12px; font-size:11px; }
#post_meta_top .view span { font-size:12px; width:12px; height:12px; margin:0 5px 0 0; }
#post_meta_top .view:before { margin:1px 4px 0 0; }
@media screen and (max-width:770px) {
  #post_meta_top { margin:0 0 16.5px 0; }
}


/* 記事タイトル */
#post_title { clear:both; margin-bottom:23px; line-height:1.6; }


/* アイキャッチ画像*/
@media screen and (max-width:770px) {
  #post_image { margin:0 -20px 30px; }
}

/* SNSボタン */
#single_share_top { margin:20px 0 0; }
#single_share_bottom .mb45 { margin-bottom:25px !important; }


/* メタ情報 */
#post_meta_bottom { margin:0 0 32px 0; background:#fff; padding:0; }
#post_meta_bottom li { display:block; margin:0 0 10px 0; border:none; font-size:12px; line-height:1.6; }
#post_meta_bottom li:last-child { border:none; margin:0; }
#post_meta_bottom li.post_category:before { top:0px; left:0px; }
#post_meta_bottom li.post_tag:before { top:2px; left:0px; }
#post_meta_bottom li.post_author:before { top:0px; left:0px; }
#post_meta_bottom li.post_comment:before { top:0px; left:0px; }


/* 次の記事、前の記事 */
#previous_next_post { margin:0 0 40px 0; border-top:none; }
#previous_next_post .prev_post, #previous_next_post .next_post { width:50%; }
#previous_next_post a { border:1px solid #ddd; height:auto; text-align:center; height:50px; line-height:50px; font-size:12px; padding:0 !important; }
#previous_next_post .next_post a { border:1px solid #ddd; margin-left:-1px; position:relative; }
#previous_next_post .prev_post a::before { line-height:50px; height:50px; }
#previous_next_post .next_post a::before { line-height:50px; height:50px; }
#previous_next_post a span { height:auto; }
#previous_next_post span.nav { display:block; }
#previous_next_post span.title { display:none; }
#previous_next_post .prev_post span.nav { }
#previous_next_post .next_post span.nav { }
#previous_next_post .prev_post a:before { top:3px; }
#previous_next_post .next_post a:before { top:3px; }


/* 広告 */
#single_banner_top { margin:0 0 20px 0; border:none; padding:0; }
#single_banner_bottom { margin:40px 0 0 0; border:none; padding:0; }
#single_banner_shortcode { margin:0 0 20px 0; border:none; padding:0; }

.single_banner_area { margin:0 0 15px 0; text-align:center; }
.single_banner_area .single_banner_left { width:auto; float:none; padding:0 0 15px 0; margin:0 auto; }
.single_banner_area .single_banner_right { width:auto; float:none; padding:0; margin:0 auto; }
.single_banner_area img { max-width:100%; height:auto; display:inline; }
#single_banner_area.one_banner { width:100%; margin:0 0 30px 0; text-align:center; }
#mobile_banner_top { margin:40px 0 0 0; }
#mobile_banner_bottom { margin:40px 0 0 0; }


/* 最新記事 */
#single_recent_post { margin:40px 0 0 0; }
#single_recent_post .headline { height:45px; line-height:45px; color:#fff; padding:0 20px; }
#single_recent_post li a { display:block; border:1px solid #ddd; padding:12px 20px; line-height:1.6; }


/* 関連記事 */
@media screen and (max-width:550px) {
  #related_post { margin:40px 0 0 0; }
  #related_post .headline { font-size:14px; height:45px; line-height:45px; padding:0 20px; }
  #related_post li { width:100%; height:auto; margin:0 0 -1px 0; padding:10px 0; }
  #related_post .post_date { padding:0 0 0 10px; width:50px; }
  #related_post .post_date .date { font-size:30px; }
  #related_post .title a { margin:6px 15px 0 0; width:-webkit-calc(100% - 80px); width:-moz-calc(100% - 80px); width:calc(100% - 80px); }
}



/* ----------------------------------------------------------------------
 固定ページ
---------------------------------------------------------------------- */
/* プロフィールページ */
#profile_page_top { margin-top:20px; }


/* 404ページ */
#header_image_for_404 { margin:0 auto; }


/* 広告 */
#page_banner { margin:30px 0; }
#page_banner .page_banner { display:block; padding:20px; width:100%; width:-webkit-calc(1-0%); width:-moz-calc(100%); width:calc(100%); }
#page_banner .banner_left { margin:0 0 20px 0; }
#page_banner .banner_right { margin:0; }
@media screen and (max-width:550px) {
  #page_banner .page_banner { display:block; padding:0; border:none; }
}




/* ----------------------------------------------------------------------
 コメント
---------------------------------------------------------------------- */
#comment_headline { margin:40px 0 20px 0; font-size:14px; }
#comment_area, #trackback_area { margin:15px 0px 0; }


/* コメント・トラックバックのタブ */
#comment_header { position:relative; margin:0 0 15px; }
#comment_header ul { margin:0; }
#comment_header ul li.comment_switch_active a:after, #comment_header #comment_closed p:after { display:none; }
@media screen and (max-width:500px) {
  #comment_header ul li { float:none; text-align:center; margin:0; width:100%; }
  #comment_header ul li:first-child { margin-bottom:-1px; }
  #comment_header ul li:first-child a, #comment_header ul li:first-child p { border-radius:5px 5px 0 0; }
  #comment_header ul li:last-child a, #comment_header ul li:last-child p { border-radius:0 0 5px 5px; }
}
@media screen and (max-width:550px) {
  #comment_headline { text-align:center; }
}


/*  コメントの基本部分 */
.comment { padding:10px 10px 0; }


/* コメントの情報部分 */
.comment-meta-left { float:left; width:100%; }


/* フォーム部分 */
.comment_form_wrapper { border:1px solid #ccc; margin:0 0 25px; padding:15px; background:#fff; }




/* ----------------------------------------------------------------------
 フッター
---------------------------------------------------------------------- */

/* スライダー */
#footer_slider_wrap { min-width:inherit; padding:30px 0; width:auto; }
#footer_slider { width:auto; margin:0; }
#footer_slider .item { margin:0; position:relative; width:auto; height:100px; margin:0; padding:0 22px; }
#footer_slider .slick-arrow { display:block !important; opacity:1; }
#footer_slider .slick-arrow:before { font-size:18px; font-weight:normal; }
#footer_slider .slick-prev { top:44px; left:-30px; z-index:9; }
#footer_slider .slick-next { top:44px; right:0px; z-index:9; }

@media screen and (max-width:650px) {
  #footer_slider .item { border:none; }
}


/* フッター上部（ウィジェット表示エリア） */
#footer_top { width:auto; min-width:inherit; padding:0; }
#footer_top_inner { width:auto; padding:40px 20px 0; margin:0 auto; overflow:hidden; position:relative; }
#footer_left_widget, #footer_center_widget, #footer_right_widget {
  margin:0; float:left;
  width:50%; margin:0 50px 40px 0; padding:0; 
  width:-webkit-calc(50% - 25px); width:-moz-calc(50% - 25px); width:calc(50% - 25px);
}
#footer_center_widget { margin-right:0; }
.footer_headline { display:block; }
@media screen and (max-width:770px) {
  #footer_left_widget, #footer_center_widget, #footer_right_widget { width:100%; float:none; padding:0; margin:0 0 40px 0; }
  .footer_headline { text-align:center; font-size:18px; }
}


/* フッター下部 */
#footer_bottom { width:100%; min-width:inherit; height:auto; line-height:1; background:none; }
#footer_bottom_inner { width:auto; margin:0 auto; height:auto; line-height:1; }


/* SNS */
#footer_bottom .social_link { position:relative; left:0; top:-20px; }
.social_link li { float:none; display:inline-block; margin:0; }
.social_link li a { border:none; }
#footer_bottom .social_link li a:before { color:#333; }


/* コピーライト */
#copyright { text-align:center; background:#222; width:100%; height:50px; line-height:50px; }
#copyright a { height:50px; line-height:50px; }


/* ページ上部へ戻るボタン */
#return_top a { height:50px; width:50px; line-height:50px; }
#return_top a:before { left:19px; }


/* フッターバー */
#dp-footer-bar {
  position:fixed; right:0px; bottom:0px; z-index:999; width:100%;
}
.dp-footer-bar-type1 #dp-footer-bar {
  opacity:0;
	-webkit-transition: opacity 0.35s, -webkit-transform 0.35s;
  transition: opacity 0.35s, transform 0.35s;
  pointer-events: none;
}
.dp-footer-bar-type1 #dp-footer-bar.active {
  opacity:1;
  pointer-events: visible;
}
.dp-footer-bar-type2 #dp-footer-bar {
  -webkit-transform: translate3d(0,100%,0); transform: translate3d(0,100%,0);
  -webkit-transition: -webkit-transform 0.35s; transition: transform 0.35s;
}
.dp-footer-bar-type2 #dp-footer-bar.active {
  -webkit-transform: translate3d(0,0,0); transform: translate3d(0,0,0);
}


/* 固定フッターが有効時、モバイルデバイス調整用 */
body.show_footer_bar #container { padding-bottom:55px; }
body.show_footer_bar #return_top.active { -webkit-transform: translate3d(0,-55px,0); transform: translate3d(0,-55px,0); }


/* 固定コンテンツ */
@media screen and (max-width:1170px) {
  #fixed_footer_content .content_left { width:-webkit-calc(100% - 400px); width:-moz-calc(100% - 400px); width:calc(100% - 400px); }
  #fixed_footer_content .button { min-width:200px; padding:0 20px; font-size:14px; }
  #fixed_footer_content .button:after { display:none; }
  #fixed_footer_content .has_image .content_left { width:40px; text-align:center; left:0; }
  #fixed_footer_content .has_image .catch { display:none; }
  #fixed_footer_content .has_image .desc { display:none; }
  #fixed_footer_content .has_image .image { max-width:100%; display:block; right:40px; left:40px; width:-webkit-calc(100% - 80px); width:-moz-calc(100% - 80px); width:calc(100% - 80px); }
  #fixed_footer_content .has_image .image img { width:auto; max-width:100%; height:auto; margin:0 auto; }
  #fixed_footer_content .has_image .pr2 { display:none; }
  #fixed_footer_content .has_image .pr1 { display:block; background:none; color:#fff; float:none; padding:0; margin:0; width:40px; text-align:center; position:absolute; left:0; top:50px; }
}
@media screen and (max-width:870px) {
  #fixed_footer_content .content_left { width:-webkit-calc(100% - 80px); width:-moz-calc(100% - 80px); width:calc(100% - 80px); left:20px; }
  #fixed_footer_content .catch { font-size:18px; }
  #fixed_footer_content .desc { font-size:13px; } 
  #fixed_footer_content .button { display:none; }
  #fixed_footer_content .close { right:0px; top:0; -webkit-transform: translateY(0%); -ms-transform: translateY(0%); transform: translateY(0%); width:40px; height:120px; border-radius:0; }
  #fixed_footer_content .close:before { top:50px; }
  #fixed_footer_content .image { max-width:100%; display:block; right:40px; left:40px; width:-webkit-calc(100% - 80px); width:-moz-calc(100% - 80px); width:calc(100% - 80px); }
  #fixed_footer_content .image img { width:auto; max-width:100%; height:auto; margin:0 auto; }
  #fixed_footer_content .pr2 { display:none; }
  #fixed_footer_content .pr1 { display:block; background:none; color:#fff; float:none; padding:0; margin:0; width:40px; text-align:center; position:absolute; left:0; top:50px; }
  #fixed_footer_content .has_pr .content_left { left:40px; }  
}
@media screen and (max-width:550px) {
  #fixed_footer_content { height:80px; }
  #fixed_footer_content .content_left { padding:0 20px 0 0; }
  #fixed_footer_content .catch { font-size:14px; }
  #fixed_footer_content .desc { display:none; }
  #fixed_footer_content .close { height:80px; }
  #fixed_footer_content .close:before { top:30px; }
  #fixed_footer_content .free { padding:0 85px 0 5px; }
  #fixed_footer_content .pr1 { top:30px !important; }
}




/* ----------------------------------------------------------------------
 サイドコンテンツ
---------------------------------------------------------------------- */
/* 基本設定 */
.side_widget { margin:0 0 40px 0; font-size:12px; position:relative; }
.side_widget:last-child, .side_widget:only-child  { margin:0; }
.side_headline { font-size:14px; padding:0 20px; height:45px; line-height:45px; }
.styled_post_list1 .info { padding: 0 20px 0 0; }



/* ----------------------------------------------------------------------
 WordPress プリセットスタイル
---------------------------------------------------------------------- */
/* text and headline */
.post_content p { line-height:2; }


/* list */
.post_content li, .post_content dt, .post_content dd { line-height:2; }


/* table */
.post_content td, .post_content th { line-height:2; }


/* パスワード保護 */
.c-pw__desc, .c-pw__desc p { line-height:2; }




/* ----------------------------------------------------------------------
 LP
---------------------------------------------------------------------- */
@media screen and (max-width:770px) {
  .lpb_content { margin:0 0 40px; line-height:2.5; }
  .lpb_content .lpb_content_headline { line-height:40px; font-size:16px; }
  .lpb_content .post_row { line-height:2.5 !important; }
  .lpb_content table.lbp_table th, .lpb_content table.lbp_table td { padding:5px 15px; line-height:2; }
  .lpb_content table.lbp_table th { vertical-align:middle; }
  .lpb_content table.lbp_table th { padding:5px 10px; text-align:center; font-weight:normal; white-space:nowrap; }

  .lpb_content-catch_and_desc { margin-bottom:28px; }
  .lpb_content-catch_and_desc h2 { font-size:24px !important; }
  .lpb_content-catch_and_desc p { font-size:14px !important; }
  .lpb_content-link_button .lpb_link_button { padding:10px; min-width:200px; max-width:100%; color:#fff; font-size:16px; }
  .lpb_content-wysiwyg { margin-bottom:28px; }
  .lpb_content-border_box { padding:18px 20px; }
  .lpb_content-border_box .lpb_content_headline { margin:-19px -21px 18px; }
  .lpb_content-border_box .post_col-2 + .post_col-2 { margin-top:2.5em !important; }
  .lpb_content-voice .lpb_content_headline { margin:0 0 18px; }
  .lpb_content-voice ul { }
  .lpb_content-voice ul li { display:block; width:initial; margin:0 20px 2.5em; padding:0; font-size:14px; line-height:2.5; }
  .lpb_content-voice ul li:after { content:" "; display:table; clear:both; }
  .lpb_content-voice ul li:last-child { margin-bottom:1.25em; }
  .lpb_content-voice .voice_user { margin:0; width:33%; float:left; }
  .lpb_content-voice .voice_comment { margin:0 0 0 36% !important; }
}
@media screen and (max-width:500px) {
  .lpb_content-voice .voice_user { width:100%; }
  .lpb_content-voice .voice_comment { margin:0 !important; }
}



/* パスワード保護 */
@media only screen and (max-width:991px) {
  .c-pw__box { width: 100%; padding: 20px; display:block; text-align: center; }
  .c-pw__box-label { display:block; margin-bottom: 1em; margin-right:0; }
  .c-pw__box-input { display:block; width:100%; margin-bottom:1em; margin-right: 0;}
}

@media only screen and (max-width:767px) {
	.pb-widget-headline h3 { font-size:20px!important; }
}



