@charset "UTF-8";


/* フォントの定義
-------------------------------------------------- */
@font-face {
  font-family: 'Noto Sans JP';
  font-weight: 400;
  src: url(../../vendor/font-Noto_Sans_JP/fonts/NotoSansJP-Regular.otf) format('opentype')
}
@font-face {
  font-family: 'Noto Sans JP';
  font-weight: 500;
  src: url(../../vendor/font-Noto_Sans_JP/fonts/NotoSansJP-Medium.otf) format('opentype')
}
@font-face {
  font-family: 'Noto Sans JP';
  font-weight: 600;
  src: url(../../vendor/font-Noto_Sans_JP/fonts/NotoSansJP-Bold.otf) format('opentype')
}

body { font-family: 'Noto Sans JP','ヒラギノ角ゴ Pro W3','Hiragino Kaku Gothic Pro','メイリオ',Meiryo,'ＭＳ Ｐゴシック',sans-serif; }

#container { position: relative; z-index: 0; }


/*
共通スタイル
-------------------------------------------------- */

/* ボタン */
.p-button { background: #ff7f00; border: none; color: #fff !important; cursor: pointer; display: inline-block; height: 60px; line-height: 60px; min-width: 240px; overflow: hidden; padding: 0 20px; text-align: center; }
.p-button:hover { background: #fbc525; transition: 0.3s; }
.p-button span { display: block; }
.p-button span::after { font-family: "gyd_icon"; content: "\f101"; display: inline-block; margin-left: 6px; margin-right: -6px; }

.p-rounded-button { border-radius: 30px; }
.p-button.p-button--gray { background: #525263; color: #fff !important; }
.p-button--white { background: transparent !important; border: none; color: #000 !important; cursor: pointer; display: inline-block; height: 60px; line-height: 60px; min-width: 240px; overflow: hidden; padding: 0 20px; text-align: center; }
.p-button--lg { min-width: 310px; }

.gf { font-family: 'Ubuntu Condensed', sans-serif; font-weight: normal; }

/* 要素の回り込み */
.float-left { float: left; }
.float-right { float: right; }

/* 回り込みの解除 */
.cf::before { content: ''; display: table; }
.cf::after { content: ''; display: table; clear: both; }


/* 要素の水平方向の配置 */
.text-left { text-align: left; }
.text-center { text-align: center; }
.text-right { text-align: right; }

/* 要素の表示形式 */
.d-inline { display: inline; }
.d-block { display: block; }
.d-inline-block { display: inline-block; }
.d-flex { display: flex; }
.d-table { display: table;}
.d-table-row { display: table-row; }
.d-table-cell { display: table-cell; }
.d-none { display: none; }

/* 要素の位置 */
.p-static { position: static; }
.p-relative { position: relative; }
.p-absolute { position: absolute; }
.p-fixed { position: fixed; }


/* 画像の中央揃え */
img.aligncenter { display: block; margin: 20px auto; text-align: center; }

/* ワイドサイズ */
.alignwide { position: relative; width: 100%; max-width: none !important; }
h2.alignwide { margin-left: 0 !important; margin-right: 0 !important; }

/* フルサイズ */
.alignfull { position: relative; left: calc(50% - 50vw); max-width: 100vw !important; width: 100vw; }
@supports (--css:variables) {
  body.col1 .alignfull,
  body.col1r .alignfull {
    left: calc(50% - 50vw);
    width: calc(100vw)
  }
  body.col2 .alignfull {
    left: calc(var(--gyd--site-width) / 2 - 50vw);
    width: calc(100vw)
  }
  body.col2r .alignfull {
    left: calc(var(--gyd--article_width) - var(--gyd--site-width) + var(--gyd--site-width) / 2 - 50vw);
    width: calc(100vw)
  }
  body.col3 .alignfull {
    left: calc(((var(--gyd--site-width) - var(--gyd--article_width) - var(--gyd--sidebar1-width) - var(--gyd--sidebar2-width)) / 2) + var(--gyd--sidebar2-width) + var(--gyd--article_width) - var(--gyd--site-width) + var(--gyd--site-width) / 2 - 50vw);
    width: calc(100vw)
  }
  body.col3r .alignfull {
    left: calc(((var(--gyd--site-width) - var(--gyd--article_width) - var(--gyd--sidebar1-width) - var(--gyd--sidebar2-width)) / 2) + var(--gyd--sidebar1-width) + var(--gyd--article_width) - var(--gyd--site-width) + var(--gyd--site-width) / 2 - 50vw);
    width: calc(100vw)
  }
}

/* マーカー */
.marker-red { background: -webkit-gradient(linear, left top, left bottom, color-stop(55%, rgba(0,0,0,0)), color-stop(0%, #ffcab5)); background: linear-gradient(rgba(0,0,0,0) 55%, #ffcab5 0%); }
.marker-green { background: -webkit-gradient(linear, left top, left bottom, color-stop(55%, rgba(0,0,0,0)), color-stop(0%, #e4edbf)); background: linear-gradient(rgba(0,0,0,0) 55%, #e4edbf 0%); }
.marker-blue { background: -webkit-gradient(linear, left top, left bottom, color-stop(55%, rgba(0,0,0,0)), color-stop(0%, #bfe2ff)); background: linear-gradient(rgba(0,0,0,0) 55%, #bfe2ff 0%); }
.marker-yellow { background: -webkit-gradient(linear, left top, left bottom, color-stop(55%, rgba(0,0,0,0)), color-stop(0%, #ffef77)); background: linear-gradient(rgba(0,0,0,0) 55%, #ffef77 0%); }






/* ヘッダーコンテンツ
-------------------------------------------------- */
.l-header { width:100%; z-index:20; position:relative; overflow-x: clip; }
.l-header__in { position: relative; display: flex; flex-direction: column; }
.l-header__in.column_reverse { flex-direction: column-reverse; }

.p-header__content__in {
  position: relative;
  max-width: var(--gyd--site-width);
  margin: 0 auto;
  /* padding: 45px 0 15px; */
  padding: 30px 0 0;
}
.p-header__content__in.no_small_menu {
  padding-top: 0;
}

.p-header__navigation { border-bottom: 1px solid #ccc; background: #fff; }
.p-header__navigation__in { max-width: var(--gyd--site-width); margin: 0 auto; }
.p-header__navigation .desc { display: none; }

.header_logo_top_content { /*margin-bottom: 15px;*/ }

#header_logo { display: flex; flex-wrap: wrap; align-items: center; float: left; font-weight: 100; line-height: 1; }
#header_logo .desc { font-size: 14px; font-weight: normal; margin: 0 0 0 25px; }

/* ヘッダーミニメニュー */
#header_small_menu { width: 100%; position: absolute; left: 0; top: 0; }
#header_small_menu .content { width: 100%;display: flex;flex-wrap: wrap;justify-content: space-between;align-items: center;position: relative;z-index: 20;height: 30px;line-height: 30px;color: #fff; }
#header_small_menu .desc { font-size: 13px; }
#header_small_menu .background { width: 100vw;position: absolute;z-index: 10;left: 0;top: 0;height: 30px;margin: 0 -200%;padding: 0 200%;background: #ff7f00; }






/* グローバルメニュー
-------------------------------------------------- */
#global_menu > ul {
  width: 100%;
  position: relative;
  margin: 0 auto;
  padding: 0;
  list-style: none;
  z-index: 10;
  text-align: center;
}
#global_menu > ul > li { position: relative; line-height: 1; text-align: center; }
/* #global_menu > ul > li > a { display: block; position: relative; height: 60px; line-height: 60px; text-decoration: none; } */
#global_menu > ul > li > a { display: flex; flex-wrap: wrap; align-items: center; justify-content: center; position: relative; height: 60px; text-decoration: none; line-height: 1.5;}
#global_menu ul li a { cursor: pointer; }

/* メニューに画像を使用する場合、枠線を無くす */
.p-header__navigation #global_menu > ul:has(img) { border: none !important; }


#global_menu > ul > li > a .menu_desc {
  display: block;  position: relative; top: -5px; 
  width: 100%; height: 12px; margin-top: 5px; padding: 0 0.5em;
  font-size: 10px; opacity: 0.5; text-align: center; white-space: normal; overflow: hidden;
}
.p-header__content #global_menu > ul > li { float: left; }
.p-header__content #global_menu > ul > li > a {
  display: inline-block;
  width: 100%;
  padding: 1.5em 1.3em;
  line-height: 1;
  text-align: center;
  white-space: nowrap;
  font-weight: bold;
  vertical-align: bottom;
}
.p-header__navigation #global_menu > ul { display: flex; flex-wrap: wrap; border-left: 1px solid #ddd; }
.p-header__navigation #global_menu > ul > li { flex: 1 1 0%; border-right: 1px solid #ddd; }

#global_menu > ul > li > a:after {
  content:''; display:block; width:calc(100% + 2px); height:0px; background:#333; position:absolute; left:-1px; bottom:0px;
  -webkit-transition: all 0.25s ease-in-out; transition: all 0.25s ease-in-out;
}
#global_menu > ul > li > a:hover:after, #global_menu > ul > li.current-menu-item a:after { height:4px; }
#global_menu > ul > li > a.active:after { }
#global_menu a:hover { opacity: 1; }

#global_menu ul ul { display:none; width:100%; min-width:240px; position:absolute; top:60px; left:-1px; margin:0; padding:0; z-index:9999; }
#global_menu ul ul ul { left: 100%; top:0; margin:0; border:none; }
#global_menu ul ul li { line-height:1.5; padding:0; margin:0; text-align:left; position:relative; display:block; }
#global_menu ul ul a { font-size:14px; display:block; border:none; position:relative; padding:14px 25px 12px; height:auto; line-height:1.6; margin:0; }
#global_menu ul ul a:hover { text-decoration:none; border:none; }
#global_menu ul ul li.menu-item-has-children > a:before {
  font-family:'FontAwesome'; content:'\e910'; color:#ddd; display:block; position:absolute; right:9px; top:23px; font-size:9px; height:9px; line-height:9px;
  -webkit-font-smoothing: antialiased; -moz-osx-font-smoothing: grayscale;
}

#global_menu ul > li.type2 > ul { left: auto; right: 0%; }
#global_menu ul ul > li.type2 ul { left: auto; right: 100%; }
#global_menu ul ul li.menu-item-has-children.type2 > a:before { content:'\e90f'; right:auto; left:9px; }




/* グローバルメニュー（モバイル用）
-------------------------------------------------- */
#menu_button { display: none; }
#mobile_menu { width: 100%; margin: 0; }
#mobile_menu ul { margin: 0; }
#mobile_menu li ul { display: none; }
#mobile_menu a {
  position:relative; display:block; margin:0; padding: 18px 20px; line-height:1.6;
  overflow:hidden; text-decoration: none;
  color:#fff; font-size:13px;
  -webkit-box-sizing:border-box; box-sizing:border-box;
}
#mobile_menu a:hover { color:#fff; }
#mobile_menu ul ul a { padding-left:32px; }
#mobile_menu ul ul ul a { padding-left:47px; }
#mobile_menu ul ul ul ul a { padding-left:60px; }
#mobile_menu .menu_desc { display: none; }

/* 表示タイプが `dropdown` の場合のスタイル */
.type-dropdown #mobile_menu { width: 100%; margin: 0; padding: 0; }
.type-dropdown #mobile_menu > li { position: relative;}
.type-dropdown #mobile_menu a { padding: 12px 64px 12px 16px; }
.type-dropdown #mobile_menu .child_menu_button {
  display: block; position: absolute; text-align: center; width: 45px; height: 45px; right: 0; top: 0; z-index:9; cursor: pointer; 
}
.type-dropdown #mobile_menu .child_menu_button .icon:before {
  font-family: 'FontAwesome'; content: "\f0d7"; color: #fff; text-align: center;
  display: block; font-size: 12px; width:12px; height: 12px; line-height: 12px;
  position: absolute; right: 16px; top:18px;
}
.type-dropdown #mobile_menu .child_menu_button.active .icon:before,
.type-dropdown #mobile_menu .child_menu_button:hover .icon:before { color:#fff; border-color:#fff; }
.type-dropdown #mobile_menu li.open > .child_menu_button .icon:before { content: "\f0d8"; }
.type-dropdown #mobile_menu li.open > ul {  }

/* 表示タイプが `slide` の場合のスタイル */
.type-slide #mobile_menu li { position: relative; }
.type-slide #mobile_menu .child_menu_button { display: block; position: absolute; text-align: center; width: 55px; height: 55px; right: 0px; top: 1px; z-index: 9; cursor: pointer; }
.type-slide #mobile_menu .child_menu_button .icon:before {
  font-family: 'FontAwesome'; content: "\f0d7"; color: #fff; text-align: center;
  display: block; font-size: 12px; width: 12px; height: 12px; line-height: 12px;
  position: absolute; right: 22px; top: 25px;
}
.type-slide #mobile_menu .child_menu_button.active .icon:before,
.type-slide #mobile_menu .child_menu_button:hover .icon:before { color: #fff; border-color: #fff; }
.type-slide #mobile_menu li.open > .child_menu_button .icon:before { content: "\f0d8"; }
.type-slide #mobile_menu li.open > ul {  }
.type-slide #mobile_menu .child_menu_button:hover { background: rgba(0,0,0,0.2); }

/* 表示タイプが `button` の場合のスタイル */
.type-button #mobile_menu { 
  display: flex; flex-wrap: wrap; justify-content: space-between;
  width: 100%; max-width: 620px; margin: 0; padding: 10px;
}
.type-button #mobile_menu:after { content: ""; display: block; width: calc(100% / 3); }
.type-button #mobile_menu > li { position: relative; flex: 1 1 84px; margin: 20px; }
.type-button #mobile_menu > li:nth-child(3n) { padding-right: 0; }
.type-button #mobile_menu a { margin: 0 auto; padding: 0; }





/* メインコンテンツ
-------------------------------------------------- */
.l-main__in { display: flex; flex-wrap: wrap; max-width: var(--gyd--site-width); margin: 0 auto; }

.l-main_col { width: 100%; order: 0; }
.l-side_col { width: 100%; }
.l-side2_col { width: 100%; }

/* 1カラムのレイアウト */
.col1r .l-side_col  { order: -1; }
.col1r .l-side2_col { order: -1; }

/* 2カラムのレイアウト */
.col2 .l-main_col,
.col2r .l-main_col { width: var(--gyd--article_col2_width); }
.col2 .l-main_col { margin-right: 25px; }
.col2r .l-main_col { margin-left: 25px; }
.col2 .l-side_col__wrapper { order: 1; width: var(--gyd--sidebar1-width); }
.col2r .l-side_col__wrapper { order: -1; width: var(--gyd--sidebar1-width); }

/* 3カラムのレイアウト */
.col3 .l-main_col,
.col3r .l-main_col { width: var(--gyd--article_col3_width); }
.col3 .l-main_col, .col3r .l-main_col { margin-left: 25px; margin-right: 25px; }
.col3 .l-side_col   { width: var(--gyd--sidebar1-width); order: -1; }
.col3 .l-side2_col  { width: var(--gyd--sidebar2-width); order: 1; }
.col3r .l-side_col  { width: var(--gyd--sidebar1-width); order: 1; }
.col3r .l-side2_col { width: var(--gyd--sidebar2-width); order: -1; }



/* フッターコンテンツ
-------------------------------------------------- */

.l-footer { margin-top: 85px; }
.l-footer__in { position: relative; padding-top: 45px; overflow: hidden; }

.p-footer__upper__in,
.p-footer__lower__in {
  position: relative;
  max-width: var(--gyd--site-width);
  margin: 0 auto;
  z-index: 5;
}
.p-footer__lower__in { position: relative; margin: 0 auto; padding: 15px 0; min-height: 90px; overflow: hidden; }
.p-footer__lower__in:has( #footer_social_link) { padding-bottom: 50px; }



/* トップページ
-------------------------------------------------- */


/* アーカイブページ
-------------------------------------------------- */
.archive_content { padding: 20px; }



/* ブログ個別ページ
-------------------------------------------------- */





















/* アイコン付きの見出し */
.design_headline {
  font-weight:600 !important; background:#fff; height:60px; line-height:60px; padding:0 25px 0 85px; font-size:20px; border:1px solid #ddd;
  position:relative; margin:0 0 18px 0;
  -webkit-box-sizing:border-box; box-sizing:border-box;
}
.design_headline:before {
  content:''; display:block; float:left; background:#000 url(assets/images/icons/icon_pencil.png) no-repeat center; width:60px; height:60px; line-height:60px; margin:0; position:absolute; top:-1px; left:-1px;
  color:#fff; text-align:center; font-weight:normal; -webkit-font-smoothing: antialiased; -moz-osx-font-smoothing: grayscale;
}
.design_headline:after {
  content:''; display:block; position:absolute; left:22px; bottom:-10px;
  width:0; height:0; border-style: solid; border-width:10px 7px 0 7px; border-color:#000000 transparent transparent transparent;
}
.design_headline.hide_icon { padding:0 25px; }
.design_headline.hide_icon:before, .design_headline.hide_icon:after { display:none; }








/*
 投稿者一覧ページ
-------------------------------------------------- */
#author_list .item { width:calc(50% - 5px); height:454px; float:left; margin:0 10px 10px 0; background:#fff; }
#author_list .item:nth-child(2n) { margin-right:0; }
#author_list .link { display:block; width:100%; height:100%; background:#fff; }
#author_list .image_wrap { display:block; width:100%; height:225px; position:relative; z-index:1; overflow:hidden; }
#author_list .image { width:100%; height:225px !important; display:block; overflow:hidden; position:relative; z-index:2; }
#author_list .category { position:absolute; bottom:0px; left:37px; z-index:3; font-size:0; }
#author_list .category span {
  display:inline-block; font-size:12px; min-width:80px; height:30px; padding:0 12px; margin:0 6px 0 0; line-height:30px; z-index:3; text-align:center; color:#fff;
  -webkit-box-sizing:border-box; box-sizing:border-box;
}
#author_list .title_area { padding:40px; }
#author_list .title { font-size:20px; font-weight:600; margin:0 0 20px 0; }
#author_list .title span { font-size:12px; color:#999; font-weight:normal; display:block; margin:10px 0 0 0; }
#author_list .desc { font-size:16px; line-height:2; max-height:6em; overflow:hidden; color:#000; }
#author_list .desc span { display:-webkit-box; -webkit-box-orient:vertical; -webkit-line-clamp:3; }




/*
投稿者個別ページ
-------------------------------------------------- */
#author_page_header { background: #fff; padding: 38px 40px 40px; margin: 0 0 50px 0; }
#author_page_header .image { position: relative; width: 100%; padding-top: 56.25%; overflow: hidden; margin: 0 0 40px 0; }
#author_page_header .image .info_wrap { position: absolute; top: 0; z-index: 10; width: 250px; height: 100%; background: rgba(255,255,255,0.6); }
#author_page_header .image .info { position: absolute; top:47%; padding:0 53px; -ms-transform: translateY(-50%); -webkit-transform: translateY(-50%); transform: translateY(-50%); z-index:10; }
#author_page_header .blur_image { position:absolute; bottom:0px; left:0px; filter:blur(10px); z-index:2; }
#author_page_header .blur_image:before { content:''; display:block; width:100%; height:100%; background:rgba(255,255,255,0.4); }
#author_page_header .category {
  font-size:12px; display:inline-block; height:30px; line-height:30px; min-width:80px; text-align:center; color:#fff; margin:19px 0 12px 0; padding:0 12px;
  -webkit-box-sizing:border-box; box-sizing:border-box;
}
#author_page_header .name { font-size:24px; font-weight:600; margin:9px 0 9px 0; }
#author_page_header .name span { display:block; font-size:12px; margin:9px 0 0 0; font-weight:normal; }
#author_page_header .author_link li { display:inline-block; margin:0 5px 5px 0; position:relative; }
#author_page_header .author_link li a { display:block; overflow:hidden; width:20px; height:20px; line-height:20px; text-align:center; position:relative; color: #fff; }
#author_page_header .author_link li a span { display:none; }
#author_page_header .author_link li a:before {
  font-family: 'sns'; font-size:14px; display:block;
  position: absolute; top:1px; left:0; right:0; margin: auto;
  -webkit-font-smoothing: antialiased; -moz-osx-font-smoothing: grayscale;
  border-radius: 2px;
}
#author_page_header .author_link li a:hover:before { color:#aaa; }
#author_page_header .author_link li.twitter a:before { content: '\e906'; background-color: #468ec5; }
#author_page_header .author_link li.facebook a:before { content: '\ea90'; background-color: #1f3669; }
#author_page_header .author_link li.insta a:before { content: '\ea92'; background-color: #e1306c; }
#author_page_header .author_link li.pinterest a:before { content: '\e901'; background-color: #bd081c; }
#author_page_header .author_link li.google a:before { content: '\e900'; background-color: #db4a39; }
#author_page_header .author_link li.line a:before { content: '\e900'; background-color: #00B900; }
#author_page_header .author_link li.youtube a:before { content: '\ea9d'; background-color: #da1725; }
#author_page_header .author_link li.tiktok a:before { content: '\e907'; background: linear-gradient(90deg, #25f4ee 0 50%, #fe2c55 50% 100%); color: #000000 !important; font-size: 16px; }
#author_page_header .author_link li.website a:before { content: '\f007'; font-family: 'FontAwesome'; background-color: #000000; font-size: 14px; }
#author_page_header .author_link li.contact a:before { content: '\f0e0'; font-family: 'FontAwesome'; background-color: #000000; font-size: 14px; }
/* #author_page_header .author_link:hover { color: #fff; } */
#author_page_header .post_content p:last-child { margin:0; }


/* 投稿者のレシピ */
#author_archive .design_headline { font-weight:600; }
#author_archive .design_headline .total_post { font-weight:600; position:absolute; right:0px; top:-1px; padding:0 30px; font-size:14px; border-left:1px solid #ddd; }
#author_archive .design_headline:before { background:#000 url(assets/images/icons/icon_koushi.png) no-repeat center; }




/*
投稿リスト
-------------------------------------------------- */

.gyd_post_list .item { /*background-color: #fff;*/ }

/* カード型（３カラムを標準とする） */
.gyd_post_list.type-card { display: flex; flex-wrap: wrap; }
.gyd_post_list.type-card .item { position: relative; width: calc(100% / 3 - 11px); float: left; margin: 16px 16px 16px 0; }
.gyd_post_list.type-card .item:nth-child(3n) { margin-right: 0; }
.gyd_post_list.type-card .item a { text-decoration: none; }

/* １カラム */
.gyd_post_list.type-card.col1 .item { width: 100%; float: left; margin: 16px 0 16px 0; }
.gyd_post_list.type-card.col1 .item:nth-child(3n) { margin-right: 16px; }
/* ２カラム */
.gyd_post_list.type-card.col2 .item { width: calc(100% / 2 - 8px); float: left; margin: 16px 16px 16px 0; }
.gyd_post_list.type-card.col2 .item:nth-child(3n) { margin-right: 16px; }
.gyd_post_list.type-card.col2 .item:nth-child(2n) { margin-right: 0; }
/* ３カラム */
.gyd_post_list.type-card.col3 .item { width: calc(100% / 3 - 11px); float: left; margin: 16px 16px 16px 0; }
.gyd_post_list.type-card.col3 .item:nth-child(3n) { margin-right: 0; }
/* ４カラム */
.gyd_post_list.type-card.col4 .item { width: calc(100% / 4 - 12px); float: left; margin: 16px 16px 16px 0; }
.gyd_post_list.type-card.col4 .item:nth-child(3n) { margin-right: 16px; }
.gyd_post_list.type-card.col4 .item:nth-child(4n) { margin-right: 0; }
/* ５カラム */
.gyd_post_list.type-card.col5 .item { width: calc(100% / 5 - 13px); float: left; margin: 16px 16px 16px 0; }
.gyd_post_list.type-card.col5 .item:nth-child(3n) { margin-right: 16px; }
.gyd_post_list.type-card.col5 .item:nth-child(5n) { margin-right: 0; }

.gyd_post_list.type-card .link { display: block; }

.gyd_post_list.type-card .image_wrap { display: block; position: relative; z-index: 1; width: 100%; overflow: hidden; background-color: #fff; border: 1px solid #ddd; border-bottom: none; }
.gyd_post_list.type-card .image_wrap .image { display: block; position: relative; z-index: 2; width: 100%; padding-top: 56.25%; background-size: 100% 100% !important; overflow:hidden; }
.gyd_post_list.type-card .image_wrap .category {
  position: absolute; top: 0px; left: 0; z-index: 10;
  min-width: 80px; height: 30px; line-height: 30px; padding: 0 10px;
  background: #000; color: #fff; text-align: center; font-size: 12px;
  -webkit-box-sizing: border-box; box-sizing: border-box; letter-spacing: 2px;
}

.gyd_post_list.type-card .title_area {
  display: block; position: relative; border: 1px solid #ddd; border-top: none; padding: 14px 12px;
  background: #fff; -webkit-box-sizing: border-box; box-sizing: border-box;
}
.gyd_post_list.type-card .title_area .title { margin: 0; }
.gyd_post_list.type-card .title_area .title span { display: -webkit-box; -webkit-box-orient: vertical; -webkit-line-clamp: 2; overflow: hidden; }
.gyd_post_list.type-card .title_area .excerpt { margin-top: 0.5em; font-size: 14px; color: #999; }
.gyd_post_list.type-card .title_area .post_meta {
  font-size: 12px; line-height: 1; color: #999; line-height: 1.2; margin-top: 10px; margin-bottom: 0;
  -webkit-transition-property: color; -webkit-transition-duration: 0.2s; -webkit-transition-timing-function: ease;
  transition-property: color; transition-duration: 0.2s; transition-timing-function: ease;
}
.gyd_post_list.type-card .title_area .post_meta .entry-date:before { font-family:'FontAwesome'; content: '\f073'; padding-right: 5px; } 
.gyd_post_list.type-card .title_area .post_meta .category:before { font-family:'FontAwesome'; content: '\f07b'; padding-right: 5px; }
.gyd_post_list.type-card .title_area .post_meta .view:before { font-family: 'FontAwesome'; content: '\f06e'; padding-right: 5px; }
.gyd_post_list.type-card .title_area .post_meta a { color:#999; }
.gyd_post_list.type-card .title_area .post_meta a:after { content:','; color:#999; }
.gyd_post_list.type-card .title_area .post_meta a:last-child:after, .gyd_post_list.type-card .title_area .post_meta a:only-child:after { display: none; }
.gyd_post_list.type-card .title_area .post_meta a:hover { color: #ff7f00; }
.gyd_post_list.type-card .premium_icon { position: absolute; bottom: 0px; right: 0px; z-index: 10; width: 60px; height: 60px; background: #bcab4a; }
.gyd_post_list.type-card .premium_icon:before {
  font-family:'FontAwesome'; display: block; position:absolute; top: 0; bottom: 0; left: 0; right: 0;
  margin: auto; width: 30px; height: 30px; line-height: 30px; font-size: 24px; color: #fff; text-align: center;
  font-weight: normal; -webkit-font-smoothing: antialiased; -moz-osx-font-smoothing: grayscale;
}
.gyd_post_list.type-card .register_link .title { filter:blur(4px); color:#000 !important; }
.gyd_post_list.type-card .register_link a:hover { color:#000 !important; }
.gyd_post_list.type-card .register_link .post_meta { filter:blur(4px); color:#999 !important; }

/* リスト型 */
.gyd_post_list.type-list .item { margin-top: 0; margin-bottom: 2em; padding-bottom: 2em; border-bottom: 1px solid #ccc; }
.gyd_post_list.type-list .link { display: flex; flex-wrap: wrap; align-items: flex-start; justify-content: space-between; }
.gyd_post_list.type-list .image_wrap { width: 36%; overflow: hidden; position: relative; z-index: 1; box-shadow: 0 2px 8px rgba(0,0,0,.1), 0 4px 4px -4px rgba(0,0,0,.1); }
.gyd_post_list.type-list .image_wrap .image { width: 100%; padding-top:56.25%; background-size: 100% 100% !important; display: block; overflow:hidden; position:relative; z-index:2; }
.gyd_post_list.type-list .image_wrap .category {
  position: absolute; top: 0; left: 0; z-index: 10; display: inline-block;
  min-width: 80px; height: 30px; line-height: 30px; padding: 0 0.75em;
  background: #000; color: #fff; text-align: center; font-size: 12px;
  -webkit-box-sizing: border-box; box-sizing: border-box; letter-spacing: 2px;
  white-space: nowrap; overflow: hidden;
}

.gyd_post_list.type-list .title_area { display: block; position: relative; width: 60%; transition: opacity .25s; }
.gyd_post_list.type-list .title_area .title { display: block; margin: 0; padding: 0; line-height: 1.5; background: none; color: inherit; font-weight: 700; }
.gyd_post_list.type-list .title_area .title span { display: -webkit-box; -webkit-box-orient: vertical; -webkit-line-clamp: 2; overflow: hidden; }
.gyd_post_list.type-list .title_area .excerpt { margin-top: 0.5em; font-size: 14px; color: #999; }
.gyd_post_list.type-list .title_area .post_meta {
  font-size: 12px; line-height: 1; color: #999; line-height: 1.2; margin-top: 10px; margin-bottom: 0;
  -webkit-transition-property: color; -webkit-transition-duration: 0.2s; -webkit-transition-timing-function: ease;
  transition-property: color; transition-duration: 0.2s; transition-timing-function: ease;
}
.gyd_post_list.type-list .title_area .post_meta .entry-date:before { font-family:'FontAwesome'; content: '\f073'; padding-right: 5px; } 
.gyd_post_list.type-list .title_area .post_meta .category:before { font-family:'FontAwesome'; content: '\f07b'; padding-right: 5px; }
.gyd_post_list.type-list .title_area .post_meta .view:before { font-family: 'FontAwesome'; content: '\f06e'; padding-right: 5px; }

/* リスト型（左右交互） */
.gyd_post_list.type-list2 .item { margin-top: 0; margin-bottom: 2em; padding-bottom: 2em; border-bottom: 1px solid #ccc; }
.gyd_post_list.type-list2 .link { display: flex; flex-wrap: wrap; align-items: flex-start; justify-content: space-between; }
.gyd_post_list.type-list2 .item:nth-child(2n) .link { flex-direction: row-reverse; }
.gyd_post_list.type-list2 .image_wrap { width: 36%; overflow: hidden; position: relative; z-index: 1; box-shadow: 0 2px 8px rgba(0,0,0,.1), 0 4px 4px -4px rgba(0,0,0,.1); }
.gyd_post_list.type-list2 .image_wrap .image { width: 100%; padding-top:56.25%; background-size: 100% 100% !important; display: block; overflow:hidden; position:relative; z-index:2; }
.gyd_post_list.type-list2 .image_wrap .category {
  position: absolute; top: 0; left: 0; z-index: 10; display: inline-block;
  min-width: 80px; height: 30px; line-height: 30px; padding: 0 0.75em;
  background: #000; color: #fff; text-align: center; font-size: 12px;
  -webkit-box-sizing: border-box; box-sizing: border-box; letter-spacing: 2px;
  white-space: nowrap; overflow: hidden;
}

.gyd_post_list.type-list2 .title_area { display: block; position: relative; width: 60%; transition: opacity .25s; }
.gyd_post_list.type-list2 .title_area .title { display: block; margin: 0; padding: 0; line-height: 1.5; background: none; color: inherit; font-weight: 700; }
.gyd_post_list.type-list2 .title_area .title span { display: -webkit-box; -webkit-box-orient: vertical; -webkit-line-clamp: 2; overflow: hidden; }
.gyd_post_list.type-list2 .title_area .excerpt { margin-top: 0.5em; font-size: 14px; color: #999; }
.gyd_post_list.type-list2 .title_area .post_meta {
  font-size: 12px; line-height: 1; color: #999; line-height: 1.2; margin-top: 10px; margin-bottom: 0;
  -webkit-transition-property: color; -webkit-transition-duration: 0.2s; -webkit-transition-timing-function: ease;
  transition-property: color; transition-duration: 0.2s; transition-timing-function: ease;
}
.gyd_post_list.type-list2 .title_area .post_meta .entry-date:before { font-family:'FontAwesome'; content: '\f073'; padding-right: 5px; } 
.gyd_post_list.type-list2 .title_area .post_meta .category:before { font-family:'FontAwesome'; content: '\f07b'; padding-right: 5px; }
.gyd_post_list.type-list2 .title_area .post_meta .view:before { font-family: 'FontAwesome'; content: '\f06e'; padding-right: 5px; }


/* サムネイル型（３カラムを標準とする） */
.gyd_post_list.type-thumb { display: flex; flex-wrap: wrap; }
.gyd_post_list.type-thumb .item { position: relative; width: calc(100% / 3 - 11px); float: left; margin: 16px 16px 16px 0; }
.gyd_post_list.type-thumb .item:nth-child(3n) { margin-right: 0; }
.gyd_post_list.type-thumb .item a { text-decoration: none; }

/* １カラム */
.gyd_post_list.type-thumb.col1 .item { width: 100%; float: left; margin: 16px 0 16px 0; }
.gyd_post_list.type-thumb.col1 .item:nth-child(3n) { margin-right: 16px; }
/* ２カラム */
.gyd_post_list.type-thumb.col2 .item { width: calc(100% / 2 - 8px); float: left; margin: 16px 16px 16px 0; }
.gyd_post_list.type-thumb.col2 .item:nth-child(3n) { margin-right: 16px; }
.gyd_post_list.type-thumb.col2 .item:nth-child(2n) { margin-right: 0; }
/* ３カラム */
.gyd_post_list.type-thumb.col3 .item { width: calc(100% / 3 - 11px); float: left; margin: 16px 16px 16px 0; }
.gyd_post_list.type-thumb.col3 .item:nth-child(3n) { margin-right: 0; }
/* ４カラム */
.gyd_post_list.type-thumb.col4 .item { width: calc(100% / 4 - 12px); float: left; margin: 16px 16px 16px 0; }
.gyd_post_list.type-thumb.col4 .item:nth-child(3n) { margin-right: 16px; }
.gyd_post_list.type-thumb.col4 .item:nth-child(4n) { margin-right: 0; }
/* ５カラム */
.gyd_post_list.type-thumb.col5 .item { width: calc(100% / 5 - 13px); float: left; margin: 16px 16px 16px 0; }
.gyd_post_list.type-thumb.col5 .item:nth-child(3n) { margin-right: 16px; }
.gyd_post_list.type-thumb.col5 .item:nth-child(5n) { margin-right: 0; }

.gyd_post_list.type-thumb .link { display: block; }

.gyd_post_list.type-thumb .image_wrap { display: block; position: relative; z-index: 1; width: 100%; overflow: hidden; }
.gyd_post_list.type-thumb .image_wrap .image { display: block; position: relative; z-index: 2; width: 100%; padding-top: 56.25%; background-size: 100% 100% !important; overflow:hidden; }
.gyd_post_list.type-thumb .image_wrap .category {
  position: absolute; top: 0px; left: 0; z-index: 10;
  min-width: 80px; height: 30px; line-height: 30px;
  background: #000; color: #fff; text-align: center; font-size: 12px;
  -webkit-box-sizing: border-box; box-sizing: border-box; letter-spacing: 2px;
}

.gyd_post_list.type-thumb .title_area {
  display: block; position: relative; border: 1px solid #ddd; border-top: none; padding: 14px 12px;
  background: #fff; -webkit-box-sizing: border-box; box-sizing: border-box;
}
.gyd_post_list.type-thumb .title_area .title { margin: 0; }
.gyd_post_list.type-thumb .title_area .title span { display: -webkit-box; -webkit-box-orient: vertical; -webkit-line-clamp: 2; overflow: hidden; }
.gyd_post_list.type-thumb .title_area .excerpt { margin-top: 0.5em; font-size: 14px; color: #999; }
.gyd_post_list.type-thumb .title_area .post_meta {
  font-size: 12px; line-height: 1; color: #999; line-height: 1.2; margin-top: 10px; margin-bottom: 0;
  -webkit-transition-property: color; -webkit-transition-duration: 0.2s; -webkit-transition-timing-function: ease;
  transition-property: color; transition-duration: 0.2s; transition-timing-function: ease;
}
.gyd_post_list.type-thumb .title_area .post_meta .entry-date:before { font-family:'FontAwesome'; content: '\f073'; padding-right: 5px; } 
.gyd_post_list.type-thumb .title_area .post_meta .category:before { font-family:'FontAwesome'; content: '\f07b'; padding-right: 5px; }
.gyd_post_list.type-thumb .title_area .post_meta .view:before { font-family: 'FontAwesome'; content: '\f06e'; padding-right: 5px; }
.gyd_post_list.type-thumb .title_area .post_meta a { color:#999; }
.gyd_post_list.type-thumb .title_area .post_meta a:after { content:','; color:#999; }
.gyd_post_list.type-thumb .title_area .post_meta a:last-child:after, .gyd_post_list.type-thumb .title_area .post_meta a:only-child:after { display: none; }
.gyd_post_list.type-thumb .title_area .post_meta a:hover { color: #ff7f00; }
.gyd_post_list.type-thumb .premium_icon { position: absolute; bottom: 0px; right: 0px; z-index: 10; width: 60px; height: 60px; background: #bcab4a; }
.gyd_post_list.type-thumb .premium_icon:before {
  font-family:'FontAwesome'; display: block; position:absolute; top: 0; bottom: 0; left: 0; right: 0;
  margin: auto; width: 30px; height: 30px; line-height: 30px; font-size: 24px; color: #fff; text-align: center;
  font-weight: normal; -webkit-font-smoothing: antialiased; -moz-osx-font-smoothing: grayscale;
}
.gyd_post_list.type-thumb .register_link .title { filter:blur(4px); color:#000 !important; }
.gyd_post_list.type-thumb .register_link a:hover { color:#000 !important; }
.gyd_post_list.type-thumb .register_link .post_meta { filter:blur(4px); color:#999 !important; }


/* テキスト型 */
.gyd_post_list.type-simple .item { margin: 0; transition: background-color .25s; border-bottom: 1px solid #ccc; }
.gyd_post_list.type-simple .item:hover { background-color: #f5f3f3; }
.gyd_post_list.type-simple .link { display: flex; flex-wrap: wrap; align-items: flex-start; justify-content: space-between; }
.gyd_post_list.type-simple .image_wrap { width: 36%; overflow: hidden; position: relative; z-index: 1; box-shadow: 0 2px 8px rgba(0,0,0,.1), 0 4px 4px -4px rgba(0,0,0,.1); }
.gyd_post_list.type-simple .image_wrap .image { width: 100%; padding-top:56.25%; background-size: 100% 100% !important; display: block; overflow:hidden; position:relative; z-index:2; }
.gyd_post_list.type-simple .image_wrap .category {
  position: absolute; top: 0; left: 0; z-index: 10; display: inline-block;
  min-width: 80px; height: 30px; line-height: 30px; padding: 0 0.75em;
  background: #000; color: #fff; text-align: center; font-size: 12px;
  -webkit-box-sizing: border-box; box-sizing: border-box; letter-spacing: 2px;
  white-space: nowrap; overflow: hidden;
}

.gyd_post_list.type-simple .title_area { display: block; position: relative; transition: opacity .25s; }
.gyd_post_list.type-simple .title_area .title { display: block; margin: 0; padding: 0; line-height: 1.5; background: none; color: inherit; font-weight: 700; }
.gyd_post_list.type-simple .title_area .title span { display: -webkit-box; -webkit-box-orient: vertical; -webkit-line-clamp: 2; overflow: hidden; }
.gyd_post_list.type-simple .title_area .link:hover .title { transition: 0.3s; }
.gyd_post_list.type-simple .title_area .excerpt { margin-top: 0.5em; font-size: 14px; color: #999; }
.gyd_post_list.type-simple .title_area .post_meta {
  display: inline-block; font-size: 12px; line-height: 1; color: #999; line-height: 1.2; margin: 0 10px 10px 0;
  -webkit-transition-property: color; -webkit-transition-duration: 0.2s; -webkit-transition-timing-function: ease;
  transition-property: color; transition-duration: 0.2s; transition-timing-function: ease;
}
.gyd_post_list.type-simple .title_area .post_meta .entry-date:before { font-family:'FontAwesome'; content: '\f073'; padding-right: 5px; } 
.gyd_post_list.type-simple .title_area .post_meta .category:before { font-family:'FontAwesome'; content: '\f07b'; padding-right: 5px; }
.gyd_post_list.type-simple .title_area .post_meta .view:before { font-family: 'FontAwesome'; content: '\f06e'; padding-right: 5px; }



/*
メンバーリスト
-------------------------------------------------- */

.gyd_post_list .item.member .item { background-color: #fff; }

.gyd_post_list .item.member .social_icon_area { margin: 0; padding: 0; }
.gyd_post_list .item.member .social_icon_area .member_icons { list-style: none; margin: 0; padding: 0; margin-bottom: 15px; }
.gyd_post_list .item.member .social_icon_area .member_icons li { display: inline-block; vertical-align: middle; margin-bottom: 10px; }
.gyd_post_list .item.member .social_icon_area .member_icons li:not(.image-icon) a {
  display: inline-block; height: 24px; line-height: 24px; border-radius: 32px;
  padding: 0 10px; background-color: #7e6a6a; color: #fff; font-size: 0.8em;
  text-align: center; text-decoration: none; transition: 0.3s;
}
.gyd_post_list .item.member .social_icon_area .member_icons li.image-icon a img { width: 21px; vertical-align: middle; }
.gyd_post_list .item.member .social_icon_area .member_icons li a:hover { opacity: 0.6; }
.gyd_post_list .item.member .social_icon_area .member_icons li.icon a {  width: 24px; border-radius: 50%; font-size: 1em; padding: 0; }
.gyd_post_list .item.member .social_icon_area .member_icons li.website1 a:before { content: "\f108"; font-family: "FontAwesome"; font-size: 14px; }
.gyd_post_list .item.member .social_icon_area .member_icons li.website2 a:before { content: "\f1ea"; font-family: "FontAwesome"; font-size: 14px; }
.gyd_post_list .item.member .social_icon_area .member_icons li.facebook a { background-color: #1877f2; }
.gyd_post_list .item.member .social_icon_area .member_icons li.facebook a:before { font-family: 'sns'; content: '\ea90'; font-size: 14px; }
.gyd_post_list .item.member .social_icon_area .member_icons li.twitter a { background-color: #1DA1F2; }
.gyd_post_list .item.member .social_icon_area .member_icons li.twitter a:before { font-family: 'sns'; content: '\e906'; font-size: 14px; }
.gyd_post_list .item.member .social_icon_area .member_icons li.line a { background-color: #00B900; }
.gyd_post_list .item.member .social_icon_area .member_icons li.line a:before { font-family: 'sns'; content: '\e900'; font-size: 14px; }
.gyd_post_list .item.member .social_icon_area .member_icons li.youtube a { background-color: #DA1725; }
.gyd_post_list .item.member .social_icon_area .member_icons li.youtube a:before { font-family: 'sns'; content: '\ea9d'; font-size: 14px; }
.gyd_post_list .item.member .social_icon_area .member_icons li.instagram a { background-color: #CF2E92; }
.gyd_post_list .item.member .social_icon_area .member_icons li.instagram a:before { font-family: 'sns'; content: '\ea92'; font-size: 14px; }
.gyd_post_list .item.member .social_icon_area .member_icons li.tiktok a { background-color: #000; }
.gyd_post_list .item.member .social_icon_area .member_icons li.tiktok a:before { font-family: 'sns'; content: '\e907'; font-size: 14px; }
.gyd_post_list .item.member .social_icon_area .member_icons li.litlink a:before { content: "\f0c1"; font-family: "FontAwesome"; font-size: 14px; }
.gyd_post_list.type-list2 .item.member .social_icon_area .member_icons .one-on-one a { background-color: #339ed7; }


/* カード型（３カラムを標準とする） */
/* .gyd_post_list.type-card .item.member { display: flex; flex-wrap: wrap; } */
.gyd_post_list.type-card .item.member .item { position: relative; width: calc(100% / 3 - 11px); float: left; margin: 16px 16px 16px 0; margin-bottom: 15px; }
.gyd_post_list.type-card .item.member .item:nth-child(3n) { margin-right: 0; }
.gyd_post_list.type-card .item.member .item a { text-decoration: none; }

/* １カラム */
.gyd_post_list.type-card.col1 .item.member .item { width: 100%; float: left; margin: 16px 0 0 0; }
.gyd_post_list.type-card.col1 .item.member .item:nth-child(3n) { margin-right: 16px; }
/* ２カラム */
.gyd_post_list.type-card.col2 .item.member .item { width: calc(100% / 2 - 8px); float: left; margin: 16px 16px 0 0; }
.gyd_post_list.type-card.col2 .item.member .item:nth-child(3n) { margin-right: 16px; }
.gyd_post_list.type-card.col2 .item.member .item:nth-child(2n) { margin-right: 0; }
/* ３カラム */
.gyd_post_list.type-card.col3 .item.member .item { width: calc(100% / 3 - 11px); float: left; margin: 16px 16px 0 0; }
.gyd_post_list.type-card.col3 .item.member .item:nth-child(3n) { margin-right: 0; }
/* ４カラム */
.gyd_post_list.type-card.col4 .item.member .item { width: calc(100% / 4 - 12px); float: left; margin: 16px 16px 0 0; }
.gyd_post_list.type-card.col4 .item.member .item:nth-child(3n) { margin-right: 16px; }
.gyd_post_list.type-card.col4 .item.member .item:nth-child(4n) { margin-right: 0; }
/* ５カラム */
.gyd_post_list.type-card.col5 .item.member .item { width: calc(100% / 5 - 13px); float: left; margin: 16px 16px 0 0; }
.gyd_post_list.type-card.col5 .item.member .item:nth-child(3n) { margin-right: 16px; }
.gyd_post_list.type-card.col5 .item.member .item:nth-child(5n) { margin-right: 0; }

.gyd_post_list.type-card .item.member .link { display: block; }

.gyd_post_list.type-card .item.member .image_wrap { display: block; position: relative; z-index: 1; width: 100%; overflow: hidden; }
.gyd_post_list.type-card .item.member .image_wrap .image { display: block; position: relative; z-index: 2; width: 100%; padding-top: 100%; background-size: 100% 100% !important; overflow:hidden; }
.gyd_post_list.type-card .item.member .image_wrap .category {
  position: absolute; top: 0px; left: 0; z-index: 10;
  min-width: 80px; height: 30px; line-height: 30px;
  background: #000; color: #fff; text-align: center; font-size: 12px;
  -webkit-box-sizing: border-box; box-sizing: border-box; letter-spacing: 2px;
}
.gyd_post_list.type-card .item.member .meta_area_wrap { padding-top: 14px; }
.gyd_post_list.type-card .item.member .profile_area {
  display: block; position: relative; padding: 0;
  -webkit-box-sizing: border-box; box-sizing: border-box;
}
.gyd_post_list.type-card .item.member .profile_area .catchcopy { color: #339ed7; font-size: 18px; text-align: center; font-weight: bold; margin-bottom: 5px; }
.gyd_post_list.type-card .item.member .profile_area .detail { display: flex; flex-wrap: wrap; padding-bottom: 14px; }
.gyd_post_list.type-card .item.member .profile_area .corp_name { font-size: 16px; margin-right: 15px; margin-bottom: 5px; }
.gyd_post_list.type-card .item.member .profile_area .member_name { font-size: 16px; font-weight: bold; margin-bottom: 5px; }
.gyd_post_list.type-card .item.member .profile_area .oneword { font-size: 15px; line-height: 1.5em; margin-bottom: 5px; }

/* .gyd_post_list.type-card .item.member .more_button_area {
  position: absolute; left: 50%; transform: translateX(-50%); bottom: 0;
} */
.gyd_post_list.type-card .item.member .more_button_area { margin-top: 30px; }
.gyd_post_list.type-card .item.member .more_button_area .read-more { text-align: center; }
.gyd_post_list.type-card .item.member .more_button_area .read-more a {
  display: inline-block;
  min-width: 160px;
  padding: 5px 20px;
  border-radius: 32px;
  background-color: #2465ca;
  color: #fff;
  text-decoration: none;
  transition: 0.3s;
}
.gyd_post_list.type-card .item.member .more_button_area .read-more a:hover { opacity: 0.6; }



/* リスト型 */
.gyd_post_list.type-list .item.member .item {
  margin-top: 0; margin-bottom: 2em; padding-bottom: 2em; border-bottom: 1px solid #ccc;
  display: flex; flex-wrap: wrap; align-items: flex-start; justify-content: space-between;
}
.gyd_post_list.type-list .item.member .image_wrap { width: 36%; float: left; overflow: hidden; position: relative; z-index: 1; box-shadow: 0 2px 8px rgba(0,0,0,.1), 0 4px 4px -4px rgba(0,0,0,.1); }
.gyd_post_list.type-list .item.member .image_wrap .image { width: 100%; padding-top:100%; background-size: 100% 100% !important; display: block; overflow:hidden; position:relative; z-index:2; }
.gyd_post_list.type-list .item.member .image_wrap .category {
  position: absolute; top: 0; left: 0; z-index: 10; display: inline-block;
  min-width: 80px; height: 30px; line-height: 30px; padding: 0 0.75em;
  background: #000; color: #fff; font-size: 12px;
  -webkit-box-sizing: border-box; box-sizing: border-box; letter-spacing: 2px;
  white-space: nowrap; overflow: hidden;
}

.gyd_post_list.type-list .item.member .meta_area_wrap { display: block; position: relative; padding-top: 14px; width: 60%; float: right; transition: opacity .25s; }
.gyd_post_list.type-list .item.member .profile_area {
  display: block; position: relative; padding: 0;
  -webkit-box-sizing: border-box; box-sizing: border-box;
}
.gyd_post_list.type-list .item.member .profile_area .catchcopy { color: #339ed7; font-size: 18px; font-weight: bold; margin-bottom: 5px; }
.gyd_post_list.type-list .item.member .profile_area .detail { display: flex; flex-wrap: wrap; padding-bottom: 14px; }
.gyd_post_list.type-list .item.member .profile_area .corp_name { font-size: 16px; margin-right: 15px; margin-bottom: 5px; }
.gyd_post_list.type-list .item.member .profile_area .member_name { font-size: 16px; font-weight: bold; margin-bottom: 5px; }
.gyd_post_list.type-list .item.member .profile_area .oneword { font-size: 15px; line-height: 1.5em; margin-bottom: 5px; }

.gyd_post_list.type-list .item.member .more_button_area { }
.gyd_post_list.type-list .item.member .more_button_area .read-more {  }
.gyd_post_list.type-list .item.member .more_button_area .read-more a {
  display: inline-block;
  min-width: 160px;
  padding: 5px 20px;
  border-radius: 32px;
  background-color: #2465ca;
  color: #fff;
  text-decoration: none;
  transition: 0.3s;
  text-align: center;
}
.gyd_post_list.type-list .item.member .more_button_area .read-more a:hover { opacity: 0.6; }


/* リスト型（左右交互） */
.gyd_post_list.type-list2 .item.member .item {
  margin-top: 0; margin-bottom: 2em; padding-bottom: 2em; border-bottom: 1px solid #ccc;
  display: flex; flex-wrap: wrap; align-items: flex-start; justify-content: space-between;
}
.gyd_post_list.type-list2 .item.member:nth-child(2n) { flex-direction: row-reverse; }
.gyd_post_list.type-list2 .item.member .image_wrap { width: 36%; float: left; overflow: hidden; position: relative; z-index: 1; box-shadow: 0 2px 8px rgba(0,0,0,.1), 0 4px 4px -4px rgba(0,0,0,.1); }
.gyd_post_list.type-list2 .item.member:nth-child(2n) .image_wrap { float: right; }
.gyd_post_list.type-list2 .item.member .image_wrap .image { width: 100%; padding-top: 100%; background-size: 100% 100% !important; display: block; overflow:hidden; position:relative; z-index:2; }
.gyd_post_list.type-list2 .item.member .image_wrap .category {
  position: absolute; top: 0; left: 0; z-index: 10; display: inline-block;
  min-width: 80px; height: 30px; line-height: 30px; padding: 0 0.75em;
  background: #000; color: #fff; text-align: center; font-size: 12px;
  -webkit-box-sizing: border-box; box-sizing: border-box; letter-spacing: 2px;
  white-space: nowrap; overflow: hidden;
}

.gyd_post_list.type-list2 .item.member .meta_area_wrap { display: block; position: relative; padding-top: 14px; width: 60%; float: right; transition: opacity .25s; }
.gyd_post_list.type-list2 .item.member:nth-child(2n) .meta_area_wrap { float: left; }
.gyd_post_list.type-list2 .item.member .profile_area {
  display: block; position: relative; padding: 0;
  -webkit-box-sizing: border-box; box-sizing: border-box;
}
.gyd_post_list.type-list2 .item.member .profile_area .catchcopy { color: #339ed7; font-size: 18px; font-weight: bold; margin-bottom: 5px; }
.gyd_post_list.type-list2 .item.member .profile_area .detail { display: flex; flex-wrap: wrap; padding-bottom: 14px; }
.gyd_post_list.type-list2 .item.member .profile_area .corp_name { font-size: 16px; margin-right: 15px; margin-bottom: 5px; }
.gyd_post_list.type-list2 .item.member .profile_area .member_name { font-size: 16px; font-weight: bold; margin-bottom: 5px; }
.gyd_post_list.type-list2 .item.member .profile_area .oneword { font-size: 15px; line-height: 1.5em; margin-bottom: 5px; }

.gyd_post_list.type-list2 .item.member .more_button_area { }
.gyd_post_list.type-list2 .item.member .more_button_area .read-more {  }
.gyd_post_list.type-list2 .item.member .more_button_area .read-more a {
  display: inline-block;
  min-width: 160px;
  padding: 5px 20px;
  border-radius: 32px;
  background-color: #2465ca;
  color: #fff;
  text-decoration: none;
  transition: 0.3s;
  text-align: center;
}
.gyd_post_list.type-list2 .item.member .more_button_area .read-more a:hover { opacity: 0.6; }


/* サムネイル型（３カラムを標準とする） */
.gyd_post_list.type-thumb .item.member { display: flex; flex-wrap: wrap; }
.gyd_post_list.type-thumb .item.member .item { width: calc(100% / 3 - 11px); float: left; margin: 16px 16px 16px 0; }
.gyd_post_list.type-thumb .item.member .item:nth-child(3n) { margin-right: 0; }
.gyd_post_list.type-thumb .item.member .item a { text-decoration: none; }

/* １カラム */
.gyd_post_list.type-thumb.col1 .item.member .item { width: 100%; float: left; position: relative; margin: 16px 0 16px 0; }
.gyd_post_list.type-thumb.col1 .item.member .item:nth-child(3n) { margin-right: 16px; }
/* ２カラム */
.gyd_post_list.type-thumb.col2 .item.member .item { width: calc(100% / 2 - 8px); float: left; margin: 16px 16px 16px 0; }
.gyd_post_list.type-thumb.col2 .item.member .item:nth-child(3n) { margin-right: 16px; }
.gyd_post_list.type-thumb.col2 .item.member .item:nth-child(2n) { margin-right: 0; }
/* ３カラム */
.gyd_post_list.type-thumb.col3 .item.member .item { width: calc(100% / 3 - 11px); float: left; margin: 16px 16px 16px 0; }
.gyd_post_list.type-thumb.col3 .item.member .item:nth-child(3n) { margin-right: 0; }
/* ４カラム */
.gyd_post_list.type-thumb.col4 .item.member .item { width: calc(100% / 4 - 12px); float: left; margin: 16px 16px 16px 0; }
.gyd_post_list.type-thumb.col4 .item.member .item:nth-child(3n) { margin-right: 16px; }
.gyd_post_list.type-thumb.col4 .item.member .item:nth-child(4n) { margin-right: 0; }
/* ５カラム */
.gyd_post_list.type-thumb.col5 .item.member .item { width: calc(100% / 5 - 13px); float: left; margin: 16px 16px 16px 0; }
.gyd_post_list.type-thumb.col5 .item.member .item:nth-child(3n) { margin-right: 16px; }
.gyd_post_list.type-thumb.col5 .item.member .item:nth-child(5n) { margin-right: 0; }

.gyd_post_list.type-thumb .item.member .link { display: block; }

.gyd_post_list.type-thumb .item.member .image_wrap { display: block; position: relative; z-index: 1; width: 100%; overflow: hidden; }
.gyd_post_list.type-thumb .item.member .image_wrap .image { display: block; position: relative; z-index: 2; width: 100%; padding-top: 100%; background-size: 100% 100% !important; overflow:hidden; }
.gyd_post_list.type-thumb .item.member .image_wrap .category {
  position: absolute; top: 0px; left: 0; z-index: 10;
  min-width: 80px; height: 30px; line-height: 30px;
  background: #000; color: #fff; text-align: center; font-size: 12px;
  -webkit-box-sizing: border-box; box-sizing: border-box; letter-spacing: 2px;
}

.gyd_post_list.type-thumb .item.member .profile_area {
  display: block; position: relative; border: 1px solid #ddd; border-top: none; padding: 14px 12px;
  -webkit-box-sizing: border-box; box-sizing: border-box;
}
.gyd_post_list.type-thumb .item.member .profile_area .title { margin: 0; }
.gyd_post_list.type-thumb .item.member .profile_area .title span { display: -webkit-box; -webkit-box-orient: vertical; -webkit-line-clamp: 2; overflow: hidden; }
.gyd_post_list.type-thumb .item.member .profile_area .excerpt { margin-top: 0.5em; font-size: 14px; color: #999; }
.gyd_post_list.type-thumb .item.member .profile_area .post_meta {
  font-size: 12px; line-height: 1; color: #999; line-height: 1.2; margin-top: 10px; margin-bottom: 0;
  -webkit-transition-property: color; -webkit-transition-duration: 0.2s; -webkit-transition-timing-function: ease;
  transition-property: color; transition-duration: 0.2s; transition-timing-function: ease;
}
.gyd_post_list.type-thumb .item.member .profile_area .post_meta .entry-date:before { font-family:'FontAwesome'; content: '\f073'; padding-right: 5px; } 
.gyd_post_list.type-thumb .item.member .profile_area .post_meta .category:before { font-family:'FontAwesome'; content: '\f07b'; padding-right: 5px; }
.gyd_post_list.type-thumb .item.member .profile_area .post_meta .view:before { font-family: 'FontAwesome'; content: '\f06e'; padding-right: 5px; }
.gyd_post_list.type-thumb .item.member .profile_area .post_meta a { color:#999; }
.gyd_post_list.type-thumb .item.member .profile_area .post_meta a:after { content:','; color:#999; }
.gyd_post_list.type-thumb .item.member .profile_area .post_meta a:last-child:after, .gyd_post_list.type-thumb .item.member .profile_area .post_meta a:only-child:after { display: none; }
.gyd_post_list.type-thumb .item.member .profile_area .post_meta a:hover { color: #ff7f00; }
.gyd_post_list.type-thumb .item.member .premium_icon { position: absolute; bottom: 0px; right: 0px; z-index: 10; width: 60px; height: 60px; background: #bcab4a; }
.gyd_post_list.type-thumb .item.member .premium_icon:before {
  font-family:'FontAwesome'; display: block; position:absolute; top: 0; bottom: 0; left: 0; right: 0;
  margin: auto; width: 30px; height: 30px; line-height: 30px; font-size: 24px; color: #fff; text-align: center;
  font-weight: normal; -webkit-font-smoothing: antialiased; -moz-osx-font-smoothing: grayscale;
}
.gyd_post_list.type-thumb .item.member .register_link .title { filter:blur(4px); color:#000 !important; }
.gyd_post_list.type-thumb .item.member .register_link a:hover { color:#000 !important; }
.gyd_post_list.type-thumb .item.member .register_link .post_meta { filter:blur(4px); color:#999 !important; }


/* テキスト型 */
.gyd_post_list.type-simple .item.member .item { margin: 0; padding: 1em 0.25em; border-bottom: 1px solid #ccc; }

.gyd_post_list.type-simple .item.member .meta_area_wrap { display: block; position: relative; padding-top: 14px; width: 60%; transition: opacity .25s; }
.gyd_post_list.type-simple .item.member .profile_area {
  display: block; position: relative; padding: 0;
  -webkit-box-sizing: border-box; box-sizing: border-box;
}
.gyd_post_list.type-simple .item.member .profile_area .catchcopy { color: #339ed7; font-size: 18px; font-weight: bold; margin-bottom: 5px; }
.gyd_post_list.type-simple .item.member .profile_area .detail { display: flex; flex-wrap: wrap; padding-bottom: 14px; }
.gyd_post_list.type-simple .item.member .profile_area .corp_name { font-size: 16px; margin-right: 15px; margin-bottom: 5px; }
.gyd_post_list.type-simple .item.member .profile_area .member_name { font-size: 16px; font-weight: bold; margin-bottom: 5px; }
.gyd_post_list.type-simple .item.member .profile_area .oneword { font-size: 15px; line-height: 1.5em; margin-bottom: 5px; }

.gyd_post_list.type-simple .item.member .more_button_area { }
.gyd_post_list.type-simple .item.member .more_button_area .read-more {  }
.gyd_post_list.type-simple .item.member .more_button_area .read-more a {
  display: inline-block;
  min-width: 160px;
  padding: 5px 20px;
  border-radius: 32px;
  background-color: #2465ca;
  color: #fff;
  text-decoration: none;
  transition: 0.3s;
  text-align: center;
}
.gyd_post_list.type-simple .item.member .more_button_area .read-more a:hover { opacity: 0.6; }

@media screen and (max-width: 540px) {
  .gyd_post_list.type-list .item.member,
  .gyd_post_list.type-list2 .item.member {
    width: auto !important;
  }
  .gyd_post_list.type-list .item.member .image_wrap,
  .gyd_post_list.type-list2 .item.member .image_wrap {
    width: 100% !important; float: none !important;
  }
  .gyd_post_list.type-list .item.member .meta_area_wrap,
  .gyd_post_list.type-list2 .item.member .image_wrap {
    width: 100% !important; float: none !important;
  }
}


/*
インタビューリスト
-------------------------------------------------- */

.gyd_post_list .item.interview .item { background-color: #fff; }

.gyd_post_list .item.interview .social_icon_area { margin: 0; padding: 0; }
.gyd_post_list .item.interview .social_icon_area .member_icons { list-style: none; margin: 0; padding: 0; margin-bottom: 15px; }
.gyd_post_list .item.interview .social_icon_area .member_icons li { display: inline-block; vertical-align: middle; margin-bottom: 10px; }
.gyd_post_list .item.interview .social_icon_area .member_icons li:not(.image-icon) a {
  display: inline-block; height: 24px; line-height: 24px; border-radius: 32px;
  padding: 0 10px; background-color: #7e6a6a; color: #fff; font-size: 0.8em;
  text-align: center; text-decoration: none; transition: 0.3s;
}
.gyd_post_list .item.interview .social_icon_area .member_icons li.image-icon a img { width: 21px; vertical-align: middle; }
.gyd_post_list .item.interview .social_icon_area .member_icons li a:hover { opacity: 0.6; }
.gyd_post_list .item.interview .social_icon_area .member_icons li.icon a {  width: 24px; border-radius: 50%; font-size: 1em; padding: 0; }
.gyd_post_list .item.interview .social_icon_area .member_icons li.website1 a:before { content: "\f108"; font-family: "FontAwesome"; font-size: 14px; }
.gyd_post_list .item.interview .social_icon_area .member_icons li.website2 a:before { content: "\f1ea"; font-family: "FontAwesome"; font-size: 14px; }
.gyd_post_list .item.interview .social_icon_area .member_icons li.facebook a { background-color: #1877f2; }
.gyd_post_list .item.interview .social_icon_area .member_icons li.facebook a:before { font-family: 'sns'; content: '\ea90'; font-size: 14px; }
.gyd_post_list .item.interview .social_icon_area .member_icons li.twitter a { background-color: #1DA1F2; }
.gyd_post_list .item.interview .social_icon_area .member_icons li.twitter a:before { font-family: 'sns'; content: '\e906'; font-size: 14px; }
.gyd_post_list .item.interview .social_icon_area .member_icons li.line a { background-color: #00B900; }
.gyd_post_list .item.interview .social_icon_area .member_icons li.line a:before { font-family: 'sns'; content: '\e900'; font-size: 14px; }
.gyd_post_list .item.interview .social_icon_area .member_icons li.youtube a { background-color: #DA1725; }
.gyd_post_list .item.interview .social_icon_area .member_icons li.youtube a:before { font-family: 'sns'; content: '\ea9d'; font-size: 14px; }
.gyd_post_list .item.interview .social_icon_area .member_icons li.instagram a { background-color: #CF2E92; }
.gyd_post_list .item.interview .social_icon_area .member_icons li.instagram a:before { font-family: 'sns'; content: '\ea92'; font-size: 14px; }
.gyd_post_list .item.interview .social_icon_area .member_icons li.tiktok a { background-color: #000; }
.gyd_post_list .item.interview .social_icon_area .member_icons li.tiktok a:before { font-family: 'sns'; content: '\e907'; font-size: 14px; }
.gyd_post_list .item.interview .social_icon_area .member_icons li.litlink a:before { content: "\f0c1"; font-family: "FontAwesome"; font-size: 14px; }
.gyd_post_list.type-list2 .item.interview .social_icon_area .member_icons .one-on-one a { background-color: #339ed7; }


/* カード型（３カラムを標準とする） */
.gyd_post_list.type-card .item.interview { display: flex; flex-wrap: wrap; }
.gyd_post_list.type-card .item.interview .item { position: relative; width: calc(100% / 3 - 11px); float: left; margin: 16px 16px 16px 0; margin-bottom: 15px; }
.gyd_post_list.type-card .item.interview .item:nth-child(3n) { margin-right: 0; }
.gyd_post_list.type-card .item.interview .item a { text-decoration: none; }

/* １カラム */
.gyd_post_list.type-card.col1 .item.interview .item { width: 100%; float: left; margin: 16px 0 0 0; }
.gyd_post_list.type-card.col1 .item.interview .item:nth-child(3n) { margin-right: 16px; }
/* ２カラム */
.gyd_post_list.type-card.col2 .item.interview .item { width: calc(100% / 2 - 8px); float: left; margin: 16px 16px 0 0; }
.gyd_post_list.type-card.col2 .item.interview .item:nth-child(3n) { margin-right: 16px; }
.gyd_post_list.type-card.col2 .item.interview .item:nth-child(2n) { margin-right: 0; }
/* ３カラム */
.gyd_post_list.type-card.col3 .item.interview .item { width: calc(100% / 3 - 11px); float: left; margin: 16px 16px 0 0; }
.gyd_post_list.type-card.col3 .item.interview .item:nth-child(3n) { margin-right: 0; }
/* ４カラム */
.gyd_post_list.type-card.col4 .item.interview .item { width: calc(100% / 4 - 12px); float: left; margin: 16px 16px 0 0; }
.gyd_post_list.type-card.col4 .item.interview .item:nth-child(3n) { margin-right: 16px; }
.gyd_post_list.type-card.col4 .item.interview .item:nth-child(4n) { margin-right: 0; }
/* ５カラム */
.gyd_post_list.type-card.col5 .item.interview .item { width: calc(100% / 5 - 13px); float: left; margin: 16px 16px 0 0; }
.gyd_post_list.type-card.col5 .item.interview .item:nth-child(3n) { margin-right: 16px; }
.gyd_post_list.type-card.col5 .item.interview .item:nth-child(5n) { margin-right: 0; }

.gyd_post_list.type-card .item.interview .link { display: block; }

.gyd_post_list.type-card .item.interview .image_wrap { display: block; position: relative; z-index: 1; width: 100%; overflow: hidden; }
.gyd_post_list.type-card .item.interview .image_wrap .image { display: block; position: relative; z-index: 2; width: 100%; padding-top: 100%; background-size: 100% 100% !important; overflow:hidden; }
.gyd_post_list.type-card .item.interview .image_wrap .category {
  position: absolute; top: 0px; left: 0; z-index: 10;
  min-width: 80px; height: 30px; line-height: 30px;
  background: #000; color: #fff; text-align: center; font-size: 12px;
  -webkit-box-sizing: border-box; box-sizing: border-box; letter-spacing: 2px;
}
.gyd_post_list.type-card .item.interview .meta_area_wrap { padding-top: 14px; }
.gyd_post_list.type-card .item.interview .profile_area {
  display: block; position: relative; padding: 0;
  -webkit-box-sizing: border-box; box-sizing: border-box;
}
.gyd_post_list.type-card .item.interview .profile_area .catchcopy { color: #339ed7; font-size: 18px; text-align: center; font-weight: bold; margin-bottom: 5px; }
.gyd_post_list.type-card .item.interview .profile_area .detail { display: flex; flex-wrap: wrap; padding-bottom: 14px; }
.gyd_post_list.type-card .item.interview .profile_area .corp_name { font-size: 16px; margin-right: 15px; margin-bottom: 5px; }
.gyd_post_list.type-card .item.interview .profile_area .member_name { font-size: 16px; font-weight: bold; margin-bottom: 5px; }
.gyd_post_list.type-card .item.interview .profile_area .oneword { font-size: 15px; line-height: 1.5em; margin-bottom: 5px; }

/* .gyd_post_list.type-card .item.interview .more_button_area {
  position: absolute; left: 50%; transform: translateX(-50%); bottom: 0;
} */
.gyd_post_list.type-card .item.interview .more_button_area { margin-top: 30px; }
.gyd_post_list.type-card .item.interview .more_button_area .read-more { text-align: center; }
.gyd_post_list.type-card .item.interview .more_button_area .read-more a {
  display: inline-block;
  min-width: 160px;
  padding: 5px 20px;
  border-radius: 32px;
  background-color: #2465ca;
  color: #fff;
  text-decoration: none;
  transition: 0.3s;
}
.gyd_post_list.type-card .item.interview .more_button_area .read-more a:hover { opacity: 0.6; }



/* リスト型 */
.gyd_post_list.type-list .item.interview .item {
  margin-top: 0; margin-bottom: 2em; padding-bottom: 2em; border-bottom: 1px solid #ccc;
  display: flex; flex-wrap: wrap; align-items: flex-start; justify-content: space-between;
}
.gyd_post_list.type-list .item.interview .image_wrap { width: 36%; float: left; overflow: hidden; position: relative; z-index: 1; box-shadow: 0 2px 8px rgba(0,0,0,.1), 0 4px 4px -4px rgba(0,0,0,.1); }
.gyd_post_list.type-list .item.interview .image_wrap .image { width: 100%; padding-top:100%; background-size: 100% 100% !important; display: block; overflow:hidden; position:relative; z-index:2; }
.gyd_post_list.type-list .item.interview .image_wrap .category {
  position: absolute; top: 0; left: 0; z-index: 10; display: inline-block;
  min-width: 80px; height: 30px; line-height: 30px; padding: 0 0.75em;
  background: #000; color: #fff; font-size: 12px;
  -webkit-box-sizing: border-box; box-sizing: border-box; letter-spacing: 2px;
  white-space: nowrap; overflow: hidden;
}

.gyd_post_list.type-list .item.interview .meta_area_wrap { display: block; position: relative; padding-top: 14px; width: 60%; float: right; transition: opacity .25s; }
.gyd_post_list.type-list .item.interview .profile_area {
  display: block; position: relative; padding: 0;
  -webkit-box-sizing: border-box; box-sizing: border-box;
}
.gyd_post_list.type-list .item.interview .profile_area .catchcopy { color: #339ed7; font-size: 18px; font-weight: bold; margin-bottom: 5px; }
.gyd_post_list.type-list .item.interview .profile_area .detail { display: flex; flex-wrap: wrap; padding-bottom: 14px; }
.gyd_post_list.type-list .item.interview .profile_area .corp_name { font-size: 16px; margin-right: 15px; margin-bottom: 5px; }
.gyd_post_list.type-list .item.interview .profile_area .member_name { font-size: 16px; font-weight: bold; margin-bottom: 5px; }
.gyd_post_list.type-list .item.interview .profile_area .oneword { font-size: 15px; line-height: 1.5em; margin-bottom: 5px; }

.gyd_post_list.type-list .item.interview .more_button_area { }
.gyd_post_list.type-list .item.interview .more_button_area .read-more {  }
.gyd_post_list.type-list .item.interview .more_button_area .read-more a {
  display: inline-block;
  min-width: 160px;
  padding: 5px 20px;
  border-radius: 32px;
  background-color: #2465ca;
  color: #fff;
  text-decoration: none;
  transition: 0.3s;
  text-align: center;
}
.gyd_post_list.type-list .item.interview .more_button_area .read-more a:hover { opacity: 0.6; }


/* リスト型（左右交互） */
.gyd_post_list.type-list2 .item.interview .item {
  margin-top: 0; margin-bottom: 2em; padding-bottom: 2em; border-bottom: 1px solid #ccc;
  display: flex; flex-wrap: wrap; align-items: flex-start; justify-content: space-between;
}
.gyd_post_list.type-list2 .item.interview:nth-child(2n) { flex-direction: row-reverse; }
.gyd_post_list.type-list2 .item.interview .image_wrap { width: 36%; float: left; overflow: hidden; position: relative; z-index: 1; box-shadow: 0 2px 8px rgba(0,0,0,.1), 0 4px 4px -4px rgba(0,0,0,.1); }
.gyd_post_list.type-list2 .item.interview:nth-child(2n) .image_wrap { float: right; }
.gyd_post_list.type-list2 .item.interview .image_wrap .image { width: 100%; padding-top: 100%; background-size: 100% 100% !important; display: block; overflow:hidden; position:relative; z-index:2; }
.gyd_post_list.type-list2 .item.interview .image_wrap .category {
  position: absolute; top: 0; left: 0; z-index: 10; display: inline-block;
  min-width: 80px; height: 30px; line-height: 30px; padding: 0 0.75em;
  background: #000; color: #fff; text-align: center; font-size: 12px;
  -webkit-box-sizing: border-box; box-sizing: border-box; letter-spacing: 2px;
  white-space: nowrap; overflow: hidden;
}

.gyd_post_list.type-list2 .item.interview .meta_area_wrap { display: block; position: relative; padding-top: 14px; width: 60%; float: right; transition: opacity .25s; }
.gyd_post_list.type-list2 .item.interview:nth-child(2n) .meta_area_wrap { float: left; }
.gyd_post_list.type-list2 .item.interview .profile_area {
  display: block; position: relative; padding: 0;
  -webkit-box-sizing: border-box; box-sizing: border-box;
}
.gyd_post_list.type-list2 .item.interview .profile_area .catchcopy { color: #339ed7; font-size: 18px; font-weight: bold; margin-bottom: 5px; }
.gyd_post_list.type-list2 .item.interview .profile_area .detail { display: flex; flex-wrap: wrap; padding-bottom: 14px; }
.gyd_post_list.type-list2 .item.interview .profile_area .corp_name { font-size: 16px; margin-right: 15px; margin-bottom: 5px; }
.gyd_post_list.type-list2 .item.interview .profile_area .member_name { font-size: 16px; font-weight: bold; margin-bottom: 5px; }
.gyd_post_list.type-list2 .item.interview .profile_area .oneword { font-size: 15px; line-height: 1.5em; margin-bottom: 5px; }

.gyd_post_list.type-list2 .item.interview .more_button_area { }
.gyd_post_list.type-list2 .item.interview .more_button_area .read-more {  }
.gyd_post_list.type-list2 .item.interview .more_button_area .read-more a {
  display: inline-block;
  min-width: 160px;
  padding: 5px 20px;
  border-radius: 32px;
  background-color: #2465ca;
  color: #fff;
  text-decoration: none;
  transition: 0.3s;
  text-align: center;
}
.gyd_post_list.type-list2 .item.interview .more_button_area .read-more a:hover { opacity: 0.6; }


/* サムネイル型（３カラムを標準とする） */
.gyd_post_list.type-thumb .item.interview { display: flex; flex-wrap: wrap; }
.gyd_post_list.type-thumb .item.interview .item { width: calc(100% / 3 - 11px); float: left; margin: 16px 16px 16px 0; }
.gyd_post_list.type-thumb .item.interview .item:nth-child(3n) { margin-right: 0; }
.gyd_post_list.type-thumb .item.interview .item a { text-decoration: none; }

/* １カラム */
.gyd_post_list.type-thumb.col1 .item.interview .item { width: 100%; float: left; position: relative; margin: 16px 0 16px 0; }
.gyd_post_list.type-thumb.col1 .item.interview .item:nth-child(3n) { margin-right: 16px; }
/* ２カラム */
.gyd_post_list.type-thumb.col2 .item.interview .item { width: calc(100% / 2 - 8px); float: left; margin: 16px 16px 16px 0; }
.gyd_post_list.type-thumb.col2 .item.interview .item:nth-child(3n) { margin-right: 16px; }
.gyd_post_list.type-thumb.col2 .item.interview .item:nth-child(2n) { margin-right: 0; }
/* ３カラム */
.gyd_post_list.type-thumb.col3 .item.interview .item { width: calc(100% / 3 - 11px); float: left; margin: 16px 16px 16px 0; }
.gyd_post_list.type-thumb.col3 .item.interview .item:nth-child(3n) { margin-right: 0; }
/* ４カラム */
.gyd_post_list.type-thumb.col4 .item.interview .item { width: calc(100% / 4 - 12px); float: left; margin: 16px 16px 16px 0; }
.gyd_post_list.type-thumb.col4 .item.interview .item:nth-child(3n) { margin-right: 16px; }
.gyd_post_list.type-thumb.col4 .item.interview .item:nth-child(4n) { margin-right: 0; }
/* ５カラム */
.gyd_post_list.type-thumb.col5 .item.interview .item { width: calc(100% / 5 - 13px); float: left; margin: 16px 16px 16px 0; }
.gyd_post_list.type-thumb.col5 .item.interview .item:nth-child(3n) { margin-right: 16px; }
.gyd_post_list.type-thumb.col5 .item.interview .item:nth-child(5n) { margin-right: 0; }

.gyd_post_list.type-thumb .item.interview .link { display: block; }

.gyd_post_list.type-thumb .item.interview .image_wrap { display: block; position: relative; z-index: 1; width: 100%; overflow: hidden; }
.gyd_post_list.type-thumb .item.interview .image_wrap .image { display: block; position: relative; z-index: 2; width: 100%; padding-top: 100%; background-size: 100% 100% !important; overflow:hidden; }
.gyd_post_list.type-thumb .item.interview .image_wrap .category {
  position: absolute; top: 0px; left: 0; z-index: 10;
  min-width: 80px; height: 30px; line-height: 30px;
  background: #000; color: #fff; text-align: center; font-size: 12px;
  -webkit-box-sizing: border-box; box-sizing: border-box; letter-spacing: 2px;
}

.gyd_post_list.type-thumb .item.interview .profile_area {
  display: block; position: relative; border: 1px solid #ddd; border-top: none; padding: 14px 12px;
  -webkit-box-sizing: border-box; box-sizing: border-box;
}
.gyd_post_list.type-thumb .item.interview .profile_area .title { margin: 0; }
.gyd_post_list.type-thumb .item.interview .profile_area .title span { display: -webkit-box; -webkit-box-orient: vertical; -webkit-line-clamp: 2; overflow: hidden; }
.gyd_post_list.type-thumb .item.interview .profile_area .excerpt { margin-top: 0.5em; font-size: 14px; color: #999; }
.gyd_post_list.type-thumb .item.interview .profile_area .post_meta {
  font-size: 12px; line-height: 1; color: #999; line-height: 1.2; margin-top: 10px; margin-bottom: 0;
  -webkit-transition-property: color; -webkit-transition-duration: 0.2s; -webkit-transition-timing-function: ease;
  transition-property: color; transition-duration: 0.2s; transition-timing-function: ease;
}
.gyd_post_list.type-thumb .item.interview .profile_area .post_meta .entry-date:before { font-family:'FontAwesome'; content: '\f073'; padding-right: 5px; } 
.gyd_post_list.type-thumb .item.interview .profile_area .post_meta .category:before { font-family:'FontAwesome'; content: '\f07b'; padding-right: 5px; }
.gyd_post_list.type-thumb .item.interview .profile_area .post_meta .view:before { font-family: 'FontAwesome'; content: '\f06e'; padding-right: 5px; }
.gyd_post_list.type-thumb .item.interview .profile_area .post_meta a { color:#999; }
.gyd_post_list.type-thumb .item.interview .profile_area .post_meta a:after { content:','; color:#999; }
.gyd_post_list.type-thumb .item.interview .profile_area .post_meta a:last-child:after, .gyd_post_list.type-thumb .item.interview .profile_area .post_meta a:only-child:after { display: none; }
.gyd_post_list.type-thumb .item.interview .profile_area .post_meta a:hover { color: #ff7f00; }
.gyd_post_list.type-thumb .item.interview .premium_icon { position: absolute; bottom: 0px; right: 0px; z-index: 10; width: 60px; height: 60px; background: #bcab4a; }
.gyd_post_list.type-thumb .item.interview .premium_icon:before {
  font-family:'FontAwesome'; display: block; position:absolute; top: 0; bottom: 0; left: 0; right: 0;
  margin: auto; width: 30px; height: 30px; line-height: 30px; font-size: 24px; color: #fff; text-align: center;
  font-weight: normal; -webkit-font-smoothing: antialiased; -moz-osx-font-smoothing: grayscale;
}
.gyd_post_list.type-thumb .item.interview .register_link .title { filter:blur(4px); color:#000 !important; }
.gyd_post_list.type-thumb .item.interview .register_link a:hover { color:#000 !important; }
.gyd_post_list.type-thumb .item.interview .register_link .post_meta { filter:blur(4px); color:#999 !important; }


/* テキスト型 */
.gyd_post_list.type-simple .item.interview .item { margin: 0; padding: 1em 0.25em; border-bottom: 1px solid #ccc; }

.gyd_post_list.type-simple .item.interview .meta_area_wrap { display: block; position: relative; padding-top: 14px; width: 60%; transition: opacity .25s; }
.gyd_post_list.type-simple .item.interview .profile_area {
  display: block; position: relative; padding: 0;
  -webkit-box-sizing: border-box; box-sizing: border-box;
}
.gyd_post_list.type-simple .item.interview .profile_area .catchcopy { color: #339ed7; font-size: 18px; font-weight: bold; margin-bottom: 5px; }
.gyd_post_list.type-simple .item.interview .profile_area .detail { display: flex; flex-wrap: wrap; padding-bottom: 14px; }
.gyd_post_list.type-simple .item.interview .profile_area .corp_name { font-size: 16px; margin-right: 15px; margin-bottom: 5px; }
.gyd_post_list.type-simple .item.interview .profile_area .member_name { font-size: 16px; font-weight: bold; margin-bottom: 5px; }
.gyd_post_list.type-simple .item.interview .profile_area .oneword { font-size: 15px; line-height: 1.5em; margin-bottom: 5px; }

.gyd_post_list.type-simple .item.interview .more_button_area { }
.gyd_post_list.type-simple .item.interview .more_button_area .read-more {  }
.gyd_post_list.type-simple .item.interview .more_button_area .read-more a {
  display: inline-block;
  min-width: 160px;
  padding: 5px 20px;
  border-radius: 32px;
  background-color: #2465ca;
  color: #fff;
  text-decoration: none;
  transition: 0.3s;
  text-align: center;
}
.gyd_post_list.type-simple .item.interview .more_button_area .read-more a:hover { opacity: 0.6; }

@media screen and (max-width: 540px) {
  .gyd_post_list .item.interview { width: auto !important; }
  .gyd_post_list.type-list .item.interview .image_wrap,
  .gyd_post_list.type-list2 .item.interview .image_wrap {
    width: 100% !important; float: none !important;
  }
  .gyd_post_list.type-list .item.interview .meta_area_wrap,
  .gyd_post_list.type-list2 .item.interview .image_wrap {
    width: 100% !important; float: none !important;
  }
}


/* Youtube */
#youtube_player_wrap { width:100%; }
#youtube_player_wrap_inner { padding-top:56.25%; position:relative; width:100%; }
#youtube_player { height:100% !important; position:absolute; left:0; top:0; width:100% !important; }




/* ----------------------------------------------------------------------
 お知らせ
---------------------------------------------------------------------- */
/* アーカイブページ */
#news_archive .item {
  background:#fff; border:1px solid #ddd; margin:0 0 -1px 0; height:200px; padding:19px 23px;
  -webkit-box-sizing:border-box; box-sizing:border-box;
}
#news_archive .link { display:block; width:100%; height:100%; position:relative; background:#fff; }
#news_archive .image_wrap { display:block; width:160px; height:160px; position:relative; z-index:1; overflow:hidden; float:left; }
#news_archive .image { width:100%; height:100% !important; display:block; overflow:hidden; position:relative; z-index:2; }
#news_archive .title_area {
  width:-webkit-calc(100% - 160px); width:calc(100% - 160px); height:100%; float:left; position:relative;
  -webkit-box-sizing:border-box; box-sizing:border-box;
}
#news_archive .title_area_inner { position:absolute; top:50%; -ms-transform: translateY(-50%); -webkit-transform: translateY(-50%); transform: translateY(-50%); right:40px; left:40px; }
#news_archive .no_image .title_area { float:none; width:100%; }
#news_archive .no_image .title_area_inner { right:20px; left:20px; }
#news_archive .title { font-size:18px; line-height:1.8; font-weight:600; }
#news_archive .date { font-size:12px; line-height:1; color:#999; margin:4px 0 10px 0; letter-spacing:0.1em; }


/* 詳細ページ */
#recent_news { margin:50px 0 0 0; }
#recent_news .design_headline:before { background:#000 url(assets/images/icons/icon_comment.png) no-repeat center; }
#recent_news .design_headline .archive_link { padding-right:25px; position:absolute; right:25px; top:0px; height:60px; line-height:60px; font-size:14px; font-weight:normal; }
#recent_news .design_headline .archive_link:after {
  font-family:'FontAwesome'; content:'\e910'; width:14px; height:14px; font-size:14px; display:block; position:absolute; top:2px; right:0;
  -webkit-font-smoothing: antialiased; -moz-osx-font-smoothing: grayscale;
}
#recent_news .item {
  background:#fff; border:1px solid #ddd; margin:0 0 -1px 0; height:140px; padding:20px;
  -webkit-box-sizing:border-box; box-sizing:border-box;
}
#recent_news .link { display:block; width:100%; height:100%; position:relative; background:#fff; }
#recent_news .image_wrap { display:block; width:100px; height:100px; position:relative; z-index:1; overflow:hidden; float:left; }
#recent_news .image { width:100%; height:100% !important; display:block; overflow:hidden; position:relative; z-index:2; }
#recent_news .title_area {
  width:-webkit-calc(100% - 100px); width:calc(100% - 100px); height:100%; float:left; position:relative;
  -webkit-box-sizing:border-box; box-sizing:border-box;
}
#recent_news .title_area_inner { position:absolute; top:50%; -ms-transform: translateY(-50%); -webkit-transform: translateY(-50%); transform: translateY(-50%); right:30px; left:30px; }
#recent_news .no_image .title_area { float:none; width:100%; }
#recent_news .no_image .title_area_inner { right:10px; left:10px; }
#recent_news .title { font-size:16px; line-height:1.8; font-weight:600; max-height:3.6em; overflow:hidden; }
#recent_news .title span { display:-webkit-box; -webkit-box-orient:vertical; -webkit-line-clamp:2; }
#recent_news .date { font-size:13px; line-height:1; color:#999; margin:4px 0 14px 0; letter-spacing:0.1em; }




/* ----------------------------------------------------------------------
 トップページ　（ヘッダースライダー以外）
---------------------------------------------------------------------- */
#index_header_content_wrap { background:#fff; }


/* 総レシピ数 */
/* #index_total_recipe { width:100px; height:100px; -webkit-border-radius:100%; border-radius:100%; color:#fff; text-align:center; position:absolute; bottom:-54px; left:0; right:0; margin:auto; z-index:20; border:4px solid #fff; }
#index_total_recipe p { font-weight:bold; font-size:14px; line-height:1.5; position:relative; top:28px; } */


/* 投稿一覧スライダー */
#index_carousel { overflow: hidden; }
#index_carousel .item { width:240px; position:relative; margin:0 0 15px 0; }
#index_carousel .link { display:block; }
#index_carousel .image_wrap { display:block; width:100%; position:relative; z-index:1; overflow:hidden; }
#index_carousel .image { width:100%; padding-top: 56.25%; display:block; overflow:hidden; position:relative; z-index:2; }
#index_carousel .title_area {
  border:1px solid #ddd; border-top:none; display:block; padding:16px 23px; position:relative; background:#fff;
  -webkit-box-sizing:border-box; box-sizing:border-box;
}
#index_carousel .title a {
  display:block; line-height:1.6; color:#000; max-height:3.2em; overflow:hidden; font-weight:500;
  -webkit-transition-property:color; -webkit-transition-duration:0.15s; -webkit-transition-timing-function:ease;
  transition-property:color; transition-duration:0.15s; transition-timing-function:ease;
}
#index_carousel .title a:hover { color:orange; }
#index_carousel .title span { display:-webkit-box; -webkit-box-orient:vertical; -webkit-line-clamp:2; }
#index_carousel .post_meta {
  font-size:12px; line-height:1; color:#999 !important; margin-top:10px;
  -webkit-transition-property:color; -webkit-transition-duration:0.2s; -webkit-transition-timing-function:ease;
  transition-property:color; transition-duration:0.2s; transition-timing-function:ease;
}
#index_carousel .post_meta .view:before { font-family:'FontAwesome'; content: '\f06e'; padding-right: 5px; }
#index_carousel .premium_icon { width:60px; height:60px; background:#bcab4a; position:absolute; bottom:0px; right:0px; z-index:10; }
#index_carousel .premium_icon:before {
  font-family:'headline_icon'; display:block; width:30px; height:30px; line-height:30px; font-size:24px; top:0; bottom:0; left:0; right:0; margin:auto; position:absolute;
  color:#fff; text-align:center; font-weight:normal; -webkit-font-smoothing: antialiased; -moz-osx-font-smoothing: grayscale;
}
#index_carousel .category {
  position:absolute; top:0px; left:0; z-index:10; min-width:80px; height:30px; line-height:30px; background:#000; color:#fff; text-align:center; font-size:12px;
  -webkit-box-sizing:border-box; box-sizing:border-box;
}
#index_carousel .register_link .title { filter:blur(4px); }
#index_carousel .register_link .title a { color:#000; }
#index_carousel .register_link .post_meta { filter:blur(4px); color:#999 !important; }

#index_carousel .owl-nav button { border:none; height:60px; width:60px; overflow:hidden; text-indent:-400px; position:absolute; z-index:9; cursor:pointer; background:#fff; }
#index_carousel .owl-prev { top:100px; left:0px; margin:auto; }
#index_carousel .owl-next { top:100px; right:0px; margin:auto; }
#index_carousel .owl-nav span:after {
  display:block; font-family:'FontAwesome'; font-size:24px; width:14px; height:14px; line-height:14px; color:#000; position:relative; text-indent:0;
  -webkit-transition: all 0.3s ease-in-out; transition: all 0.3s ease-in-out;
}
#index_carousel .owl-prev span:after { content:'\f104'; top:-12px; left:22px; }
#index_carousel .owl-next span:after { content:'\f105'; top:-12px; left:24px; }
#index_carousel .owl-nav button:hover span:after { color:#ff8000; }


/* 無料会員登録メッセージ */
#index_welcome_message { text-align:center; padding:75px 0 100px; max-width:var(--gyd--site-width); margin:0 auto; }
#index_welcome_message .catch { font-size:38px; line-height:1.5; margin:0; }
#index_welcome_message .desc { font-size:18px; line-height:2.0; margin:20px 0 0 0; }
#index_welcome_message .button {
  font-size:16px; min-width:260px; height:60px; line-height:60px; text-align:center; position:relative; padding:0 60px; margin-top:30px; display:inline-block;
  background:#ff8000; color:#fff; -webkit-box-sizing:border-box; box-sizing:border-box;
}


/* コンテンツビルダー　共通パーツ */
.cb_contents { padding-top: 30px; margin-bottom:50px; }
.cb_contents:last-child { margin-bottom:0; }
.cb_contents .desc { font-size:16px; line-height:2.5; margin:-12px 0 40px 0; position:relative; }


/* 特集レシピ */
.index_featured_recipe .banner_list a {
  display:block; margin:0 0 30px 0; width:100%; height:150px; position:relative; background:#fff;
  border:3px solid #ff8000;
  -webkit-box-sizing:border-box; box-sizing:border-box;
}
.index_featured_recipe .banner_list a.type2 { border:none; }
.index_featured_recipe .banner_list a:last-child { margin-bottom:0; }
.index_featured_recipe .banner_list .image_wrap { display:block; width:calc(50% - 6px); height:144px; position:absolute; z-index:1; overflow:hidden; left:0px; top:0px; }
.index_featured_recipe .banner_list .image { width:100%; height:150px !important; display:block; overflow:hidden; position:relative; z-index:2; }
.index_featured_recipe .banner_list .type2 .image_wrap { width:100%; height:150px; }
.index_featured_recipe .banner_list .overlay { position:absolute; top:0px; left:0px; width:70%; height:100%; z-index:3; }
.index_featured_recipe .banner_list .title_area {
  position:absolute; top:0px; left:calc(50% - 6px); z-index:4; padding:0 35px; margin-top:6px;
  top:50%; -ms-transform: translateY(-50%); -webkit-transform: translateY(-50%); transform: translateY(-50%);
  -webkit-box-sizing:border-box; box-sizing:border-box;
}
.index_featured_recipe .banner_list .type2 .title_area { left:0px; margin-top:3px; }
.index_featured_recipe .banner_list .title { font-size:26px; line-height:1.5; }
.index_featured_recipe .banner_list .sub_title { font-size:16px; line-height:1.5; }


/* お知らせ */
.index_news .index_news_list { margin-top: 16px; }
.index_news a { display: flex; flex-wrap: wrap; align-items: center; border:1px solid #ddd; background:#fff; margin:0 0 -1px 0; /*height:60px;*/ line-height:60px; padding:0 20px; }
.index_news a .date { color:#ff0000; float:left; font-size:12px; margin:0 20px 0 0; font-weight:600; }
.index_news a .title { font-size:16px; overflow:hidden; white-space:nowrap; text-overflow:ellipsis; font-weight:normal; }


/* バナー一覧 */
.index_banner .banner_list { margin-bottom:-20px; }
.index_banner .banner_list a {
  float:left; display:block; margin:0 20px 20px 0; width:calc(50% - 20px); /*height:150px;*/ position:relative; background:#fff;
  -webkit-box-sizing:border-box; box-sizing:border-box;
}
.index_banner .banner_list a:nth-child(2n) { margin-right:0; }
.index_banner .banner_list .image_wrap { display:block; width:100%; /*height:150px;*/ /*position:absolute;*/ z-index:1; overflow:hidden; left:0px; top:0px; }
.index_banner .banner_list .image { width:100%; padding-top: 56.25%; /*height:150px !important;*/ display:block; overflow:hidden; position:relative; z-index:2; }
.index_banner .banner_list .overlay { position:absolute; top:0px; left:0px; width:70%; height:100%; z-index:3; }
.index_banner .banner_list .title_area {
  position:absolute; top:0px; left:0px; z-index:4; padding:0 35px; margin-top:6px;
  top:50%; -ms-transform: translateY(-50%); -webkit-transform: translateY(-50%); transform: translateY(-50%);
  -webkit-box-sizing:border-box; box-sizing:border-box;
}
.index_banner .banner_list .title { font-size:24px; line-height:1.5; }
.index_banner .banner_list .sub_title { font-size:14px; line-height:1.5; }




/* ----------------------------------------------------------------------
 トップページ　スライダー
---------------------------------------------------------------------- */
#index_header_content { position:relative; overflow:hidden; margin:0 0 0 0; }
#index_header_content:has(+ #index_carousel_wrap) { margin-bottom: 15px; }
#index_slider_wrap { height:100%; position:relative; /*margin: 0 15px;*/ }
#index_slider { width:100%; height:100%; overflow:hidden; position:relative; margin-bottom: 0; }
#index_slider .item { width:100%; height:100%; position:relative; opacity:1 !important; }


/* 画像 */
#index_slider .item .slice_image_list { width:-webkit-calc(100% + 8px); width:calc(100% + 8px); overflow:hidden; }
#index_slider .item .slice_image { width:calc(100% / 8); padding-top: 33.33%; float:left; position:relative; overflow:hidden; }
#index_slider .item .image_wrap { width:100%; height:100%; overflow:hidden; position:absolute; left:0; top:0px; }
#index_slider .item .image {
  width:800%; padding-top: calc(33.33% * 8); z-index:2;
  background-repeat:no-repeat; background-size:cover; background-position:center;
  position:absolute; left:0px; top:0px;
}
#index_slider .item .slice_image:nth-child(1) .image { left:0px; }
#index_slider .item .slice_image:nth-child(2) .image { left:-100%; }
#index_slider .item .slice_image:nth-child(3) .image { left:-200%; }
#index_slider .item .slice_image:nth-child(4) .image { left:-300%; }
#index_slider .item .slice_image:nth-child(5) .image { left:-400%; }
#index_slider .item .slice_image:nth-child(6) .image { left:-500%; }
#index_slider .item .slice_image:nth-child(7) .image { left:-600%; }
#index_slider .item .slice_image:nth-child(8) .image { left:-700%; }
#index_slider .slice_image_list.mobile { display:none; }
#index_slider .slick-dots { position:absolute; z-index:10; text-align:center; bottom:30px; width:100%; font-size:0; }
#index_slider .slick-dots li { display:inline-block; width:12px; height:12px; margin:0 5px; font-size:12px; }
#index_slider .slick-dots button { cursor:pointer; border:none; color:transparent; width:12px; height:12px; display:block; font-size:0; background:none; position:relative; }
#index_slider .slick-dots button::before { content:''; display:block; width:12px; height:12px; line-height:13px; background:#bbb; border-radius:20px; position: absolute; top:0; left:0; }
#index_slider .slick-dots button:hover::before, #index_slider .slick-dots .slick-active button::before { background:#fff; }


/* 動画 */
#index_video { width:100%; height:100%; position:relative; overflow:hidden; }
#index_video_mp4 {
  position:absolute; left:0; width:100vw;
  top:50%; -ms-transform: translateY(-50%); -webkit-transform: translateY(-50%); transform: translateY(-50%);
}
@media screen and (max-width:900px) {
  #index_video_mp4 {
    width:auto; height:100%;
    left:50%; top:50%; -ms-transform: translate(-50%, -50%); -webkit-transform: translate(-50%, -50%); transform: translate(-50%, -50%);
  }
}
#video_poster { width:100%; height:100%; position:absolute; z-index:1; }


/* YouTube */
#youtube_video_wrap { margin: 0 auto; width:100%; position:absolute; }
#youtube_video_wrap.type1 { top:50%; -ms-transform: translateY(-50%); -webkit-transform: translateY(-50%); transform: translateY(-50%); }
#youtube_video_wrap.type2 { top:0px; left:50%; -ms-transform: translateX(-50%); -webkit-transform: translateX(-50%); transform: translateX(-50%); }
#youtube_video_wrap_inner { padding-top:56.25%; position:relative; width:100%; }
#youtube_video_player { height:100% !important; position:absolute; left:0; top:0; width:100% !important; }


/* キャプション */
#index_slider .caption {
  padding:0; width:800px; margin:auto; position:absolute; text-align:center; z-index:4;
  left:0px; right:0px; top:50%; -webkit-transform: translateY(-50%); transform: translateY(-50%);
  -webkit-box-sizing:border-box; box-sizing:border-box;
}
#index_slider .direction_type1 .caption_inner { text-align:left; }
#index_slider .direction_type2 .caption_inner { text-align:center; }
#index_slider .direction_type3 .caption_inner { text-align:right; }
#index_slider .logo { position:relative; }
#index_slider .logo img { display:inline-block; }
#index_slider .catch { line-height:1.3; word-wrap: break-word; position:relative; font-weight:500; margin:0; }
#index_slider .desc { font-size:16px; line-height:2.3; margin:15px 0 0 0; position:relative; }
#index_slider .button {
  font-size:16px; min-width:260px; height:60px; line-height:60px; text-align:center; position:relative; padding:0 60px; margin-top:25px; display:inline-block;
  -webkit-box-sizing:border-box; box-sizing:border-box;
}

#index_slider .caption.mobile { display:none; }


/* オーバーレイ */
#index_slider .overlay { position:absolute; top:0px; left:0px; width:100%; height:100%; z-index:3; }


/* アニメーション */
#index_slider .caption .catch, #index_slider .caption .desc, #index_slider .caption .logo, #index_slider .caption .button, #index_slider .caption .search_area {
  opacity:0;
}
#index_slider .item.slick-active .caption .animate1, #index_slider.video .caption .animate1 {
  -webkit-animation: opacityAnimation 1.4s cubic-bezier(0.165, 0.84, 0.44, 1) forwards 2.0s;
  animation: opacityAnimation 1.4s cubic-bezier(0.165, 0.84, 0.44, 1) forwards 2.0s;
}
#index_slider .item.slick-active .caption .animate2, #index_slider.video .caption .animate2 {
  -webkit-animation: opacityAnimation 1.4s cubic-bezier(0.165, 0.84, 0.44, 1) forwards 3.0s;
  animation: opacityAnimation 1.4s cubic-bezier(0.165, 0.84, 0.44, 1) forwards 3.0s;
}
#index_slider .item.slick-active .caption .animate3, #index_slider.video .caption .animate3 {
  -webkit-animation: opacityAnimation 1.4s cubic-bezier(0.165, 0.84, 0.44, 1) forwards 4.0s;
  animation: opacityAnimation 1.4s cubic-bezier(0.165, 0.84, 0.44, 1) forwards 4.0s;
}


/* 画像のアニメーション type1 */
#index_slider.animation_type1 .item .image_wrap {
  animation: index_slider_type1_current 1.0s cubic-bezier(0.165, 0.84, 0.44, 1) forwards;
}
#index_slider.animation_type1 .item.slick-active .image_wrap {
  animation: index_slider_type1_next 1.0s cubic-bezier(0.165, 0.84, 0.44, 1) forwards;
}
#index_slider.animation_type1 .item.first_item .image_wrap { left:0px !important; animation:none; }


/* 画像のアニメーション type2 */
#index_slider.animation_type2 .item .image_wrap {
  animation: index_slider_type2_odd_current 1.0s cubic-bezier(0.165, 0.84, 0.44, 1) forwards;
}
#index_slider.animation_type2 .item .slice_image:nth-child(even) .image_wrap {
  animation: index_slider_type2_even_current 1.0s cubic-bezier(0.165, 0.84, 0.44, 1) forwards;
}
#index_slider.animation_type2 .item.slick-active .image_wrap {
  animation: index_slider_type2_odd_next 1.0s cubic-bezier(0.165, 0.84, 0.44, 1) forwards;
}
#index_slider.animation_type2 .item.slick-active .slice_image:nth-child(even) .image_wrap {
  animation: index_slider_type2_even_next 1.0s cubic-bezier(0.165, 0.84, 0.44, 1) forwards;
}
#index_slider.animation_type2 .item.first_item .image_wrap { left:0px !important; animation:none; }
#index_slider.animation_type2 .item.first_item .slice_image:nth-child(even) .image_wrap { left:0px !important; animation:none; }


/* 画像のアニメーション type3 */
#index_slider.animation_type3 .item .image_wrap {
  animation: index_slider_type3_odd_current 1.0s cubic-bezier(0.165, 0.84, 0.44, 1) forwards;
}
#index_slider.animation_type3 .item .slice_image:nth-child(even) .image_wrap {
  animation: index_slider_type3_even_current 1.0s cubic-bezier(0.165, 0.84, 0.44, 1) forwards;
}
#index_slider.animation_type3 .item.slick-active .image_wrap {
  animation: index_slider_type3_odd_next 1.0s cubic-bezier(0.165, 0.84, 0.44, 1) forwards;
}
#index_slider.animation_type3 .item.slick-active .slice_image:nth-child(even) .image_wrap {
  animation: index_slider_type3_even_next 1.0s cubic-bezier(0.165, 0.84, 0.44, 1) forwards;
}
#index_slider.animation_type3 .item.first_item .image_wrap { top:0px !important; animation:none; }
#index_slider.animation_type3 .item.first_item .slice_image:nth-child(even) .image_wrap { top:0px !important; animation:none; }


/* 画像のアニメーション type4 */
#index_slider.animation_type4 .item .image_wrap {
  animation: index_slider_type4_current 1.2s cubic-bezier(0.165, 0.84, 0.44, 1) forwards;
}
#index_slider.animation_type4 .item.slick-active .image_wrap {
  animation: index_slider_type4_next 1.2s cubic-bezier(0.165, 0.84, 0.44, 1) forwards;
}
#index_slider.animation_type4 .item.first_item .image_wrap { transform: scale(1) !important; opacity:1 !important; animation:none; }




/* ----------------------------------------------------------------------
 その他のページ
---------------------------------------------------------------------- */
/* 404ページ*/
#page_404_header { width:100%; height:-webkit-calc(100vh - 151px); height:calc(100vh - 151px); position:relative; }
#page_404_header .catch_area {
  position:absolute; z-index:2; text-align:center;
  left:50%; top:50%; -ms-transform: translate(-50%, -50%); -webkit-transform: translate(-50%, -50%); transform: translate(-50%, -50%);
}
#page_404_header .catch { font-size:48px; font-weight:500; color: #fff; }
#page_404_header .desc { font-size:16px; font-weight:500; margin:20px 0 0 0; }
#page_404_header .overlay { width:100%; height:100%; position:absolute; z-index:1; }

#page_404_header .catch_area { opacity:0; }
#page_404_header.animate .catch_area {
  -webkit-animation: opacityAnimation 1.0s ease forwards 1.5s;
  animation: opacityAnimation 1.0s ease forwards 1.5s;
}




/* ----------------------------------------------------------------------
 ページヘッダー
---------------------------------------------------------------------- */
#page_header { width:100%; margin:0 0 50px 0; }
#page_header.type2 { height:455px; position:relative; overflow:hidden; }

/* 見出し */
#page_header .headline {
  position: relative; padding: 10px 20px; margin: 0 0 10px 0;
  font-weight: 600; font-size: 20px; line-height: 2;
  background: #fff; color: #000; border: 1px solid #ddd;
}
#page_header.type2 .headline {
  position: absolute; top: 50px; left: 50px; z-index: 2; font-weight: normal;
  font-size: 14px; height: 60px; line-height: 1.6; text-align: center;
  background: #000; color: #fff; padding: 0 20px;
  -webkit-box-sizing: border-box; box-sizing: border-box;
  display: -webkit-box; display: -ms-flexbox; display: -webkit-flex; display: flex;
  -ms-flex-wrap: wrap; -webkit-flex-wrap: wrap; flex-wrap: wrap;
  -ms-justify-content: center; -webkit-justify-content: center; justify-content: center;
  -ms-align-items: center; -webkit-align-items: center; align-items: center;
}

/* 説明文 */
#page_header .desc { color: #ccc; font-size: 14px; font-weight: normal; line-height: 1.6; }
#page_header.type2 .desc { position: absolute; bottom: 0; left: 0; z-index: 2; padding: 35px 50px; -webkit-box-sizing: border-box; box-sizing: border-box; }

/* オーバーレイ */
#page_header .overlay { width:100%; height:100%; }

/* カテゴリー一覧 */
.archive_content .gyd_post_category_list { display: flex; flex-wrap: wrap; margin-bottom: 15px; }
.archive_content .gyd_post_category_list:has(+ .gyd_post_category_list.child) { margin-bottom: 0; }
.archive_content .gyd_post_category_list li { padding-right: 10px; padding-bottom: 10px; }
.archive_content .gyd_post_category_list li a { background-color: #ff8000; color: #ffffff; border-radius: 3px; padding: 2px 8px; border-radius: 32px; font-size: 14px; }
.archive_content .gyd_post_category_list li.active a { background-color: #dd6033; color: #ffffff; }
.archive_content .gyd_post_category_list li a:hover { opacity: 0.7; }





/* ----------------------------------------------------------------------
 ブログアーカイブページ
---------------------------------------------------------------------- */
.archive_list { }
.archive_list .item {
  background:#fff; border:1px solid #ddd; margin:0 0 -1px 0; height:250px; padding:26px;
  -webkit-box-sizing:border-box; box-sizing:border-box;
}
.archive_list .link {
  width:100%; height:100%; color:#000; background:#fff; position:relative;
  display:-webkit-box; display:-ms-flexbox; display:-webkit-flex; display:flex;
  -ms-flex-wrap:wrap; -webkit-flex-wrap:wrap; flex-wrap:wrap;
  -ms-justify-content:center; -webkit-justify-content:center; justify-content:center;
  -ms-align-items:center; -webkit-align-items:center; align-items:center;
}
.archive_list .image_wrap { display:block; width:200px; height:200px; position:relative; z-index:1; overflow:hidden; }
.archive_list .image { width:100%; height:100% !important; display:block; overflow:hidden; position:relative; z-index:2; }

.archive_list .title_area {
  width:-webkit-calc(100% - 200px); width:calc(100% - 200px); padding:0 40px;
  -webkit-box-sizing:border-box; box-sizing:border-box;
}
.archive_list .title {
  font-size:20px; line-height:1.5; font-weight:600; max-height:4.5em; overflow:hidden;
  -webkit-transition-property:color; -webkit-transition-duration:0.3s; -webkit-transition-timing-function:ease;
  transition-property:color; transition-duration:0.3s; transition-timing-function:ease;
}
.archive_list .title span { display:-webkit-box; -webkit-box-orient:vertical; -webkit-line-clamp:3; }
.archive_list .post_meta { margin:10px 0 0 0; }
.archive_list .post_meta li {
  display:inline; line-height:1.8; font-size:12px; margin:0 5px 0 0; padding:0 10px 0 0; color:#999; position:relative;
  -webkit-transition-property:color; -webkit-transition-duration:0.3s; -webkit-transition-timing-function:ease;
  transition-property:color; transition-duration:0.3s; transition-timing-function:ease;
}

.archive_list .post_meta li:first-child:after { content:''; display:block; width:1px; height:11px; background:#ddd; position:absolute; right:0px; top:2px; }
.archive_list .post_meta li:only-child:after { display:none; }
.archive_list .post_meta li.category span:after { content:','; margin:0 5px 0 0; }
.archive_list .post_meta li.category span:last-child:after { display:none; }
.archive_list .register_link .title_area { filter:blur(4px); }
.archive_list .register_link .title { color:#000 !important; }
.archive_list .register_link .post_meta li { color:#999 !important; }
.archive_list .premium_icon { width:60px; height:60px; background:#bcab4a; position:absolute; top:0px; left:0px; z-index:10; }
.archive_list .premium_icon:before {
  font-family:'FontAwesome'; display:block; width:30px; height:30px; line-height:30px; font-size:24px; top:0; bottom:0; left:0; right:0; margin:auto; position:absolute;
  color:#fff; text-align:center; font-weight:normal; -webkit-font-smoothing: antialiased; -moz-osx-font-smoothing: grayscale;
}


/* ページナビ */
.page_navi { margin:50px 0 -4px 0; z-index:10; position:relative; }
.page_navi ul { margin:0; font-size:0; text-align:center; }
.page_navi li { display:inline-block; margin:0 4px 4px 0; }
.page_navi a, .page_navi a:hover, .page_navi span {
  color:#000; background:#fff; border:1px solid #ddd; font-size:14px; width:45px; height:45px; line-height:45px; margin:0; display:inline-block; text-align:center;
  -webkit-box-sizing:border-box; box-sizing:border-box;
}
.page_navi a:hover { color:#fff; }
.page_navi span.dots { background:none; color:#333; }
.page_navi span.current { color:#fff; background:#000; border-color:#000; }

.page_navi .next, .page_navi .prev { }
.page_navi .next span, .page_navi .prev span { display:none; }
.page_navi .next:before, .page_navi .prev:before {
  font-family:'FontAwesome'; font-size: 18px; top:1px; position:relative;
  -webkit-font-smoothing: antialiased; -moz-osx-font-smoothing: grayscale;
}
.page_navi .prev:before { content:'\f104'; }
.page_navi .next:before { content:'\f105'; }
.page_navi .prev:hover:before, .page_navi .next:hover:before { color:#fff; }


/* 記事が無い場合に表示するメッセージ */
#no_post { text-align:center; background:#fff; height:50px; line-height:50px; font-size:14px; }


/* 検索結果ページ */
body.search .design_headline:before {
  background:#000;
  font-family:'FontAwesome'; content:'\f002'; color:#fff; display:block; font-size:20px; line-height:63px; text-align:center;
  -webkit-font-smoothing: antialiased; -moz-osx-font-smoothing: grayscale;
}
.design_headline .search_keyword { overflow:hidden; white-space:nowrap; text-overflow:ellipsis; display:block; }




/* ----------------------------------------------------------------------
 固定ページ
---------------------------------------------------------------------- */
#wide_page_header { padding-top: 56.25%; position:relative; margin-bottom: 25px; }
#wide_page_header_inner {
  text-align:center; width:100%; z-index:2;
  position:absolute; top:50%; -ms-transform: translateY(-50%); -webkit-transform: translateY(-50%); transform: translateY(-50%);
}
#wide_page_header .catch { font-size:38px; line-height:1.5; }
#wide_page_header .desc { font-size:18px; line-height:2; margin:17px 0 0 0; }
#wide_page_header .overlay { width:100%; height:100%; position:absolute; top:0px; left:0px; z-index:1; }
.p-entry.page .post_content { padding-bottom: 10px; }


/* サイドコンテンツ無しページ */
body.page-template-page-noside #main_col { width:100%; float:none; }
#page_title { text-align:center; padding:50px 0 45px; font-size:32px; line-height:1.3; font-weight:500; border-bottom:1px solid #ddd; }


/* 利用規約 */
#kiyaku { border:1px solid #ddd; background:#fff; padding:40px 50px; }
#kiyaku p:last-child { margin-bottom:0; }
#kiyaku .kiyaku_headline { color:#ff7f00; font-size:18px; margin-bottom:10px; }
#kiyaku .post_content { margin-bottom:40px; }
#kiyaku .post_content:last-of-type { margin-bottom:0; }


/* ABOUTページ */
#about_page { background:#fff; border-left:1px solid #ddd; border-right:1px solid #ddd; }
#about_header { width:-webkit-calc(100% + 2px); width:calc(100% + 2px); height:455px; position:relative; margin:0 -1px; }
#about_header .headline {
  position:absolute; top:50px; left:50px; z-index:2; font-weight:normal;
  font-size:14px; width:120px; height:120px; line-height:1.6; text-align:center; background:#000; color:#fff; padding:0 10px;
  -webkit-box-sizing:border-box; box-sizing:border-box;
  display:-webkit-box; display:-ms-flexbox; display:-webkit-flex; display:flex;
  -ms-flex-wrap:wrap; -webkit-flex-wrap:wrap; flex-wrap:wrap;
  -ms-justify-content:center; -webkit-justify-content:center; justify-content:center;
  -ms-align-items:center; -webkit-align-items:center; align-items:center;
}
.about_content .content_area { padding:75px 50px 35px; }
.about_content .headline { font-size:26px; color:#ff8000; font-weight:600; line-height:1.5; margin:0 0 10px 0; }
.about_content .post_content { font-size:16px; }
.about_content .image_area { margin:0 -1px; width:-webkit-calc(100% + 2px); width:calc(100% + 2px); }
.about_content .image_area img { display:block; float:left; max-width:100%; height:auto; }
#about_content1 .image_area img { width:50%; }
#about_content2 .image_area img { width:-webkit-calc(100% / 3); width:calc(100% / 3); }
#about_content4 { border-bottom:1px solid #ddd; }
#about_content4 .content_area { padding-bottom:5px; }
#about_faq_list { margin:0px 50px 50px; font-size:16px; }
#about_faq_list dt, #about_faq_list dd {
  margin:0 0 -1px 0; padding:16px 55px 16px 25px; border:1px solid #ddd; line-height:2; position:relative;
  -webkit-box-sizing:border-box; box-sizing:border-box;
}
#about_faq_list dt { cursor:pointer; }
#about_faq_list dt:hover,#about_faq_list dt.active { color:#ff8000; }
#about_faq_list dd { background:#f8f8f8; display:none; padding-right:25px; }
#about_faq_list dt:after {
  display:block; font-family:'FontAwesome'; content:'\e90e'; font-size:14px; width:14px; height:14px; line-height:14px;
  color:#000; position:absolute; right:25px; top:28px;
 -webkit-font-smoothing: antialiased; -moz-osx-font-smoothing: grayscale;
}
#about_faq_list dt.active:after { content:'\e911'; }
#about_faq_list dt:hover:after { color:#ff8000; }
#about_faq_list dd p:last-child { margin-bottom:0; }




/*
ブログ個別ページ
-------------------------------------------------- */
.post_content a:hover { text-decoration:none; }
.p-entry { position:relative; background:#fff; /*padding-top: 30px; padding-bottom:30px;*/ }
.p-entry .post_content { padding:0 20px; }


/* タイトルエリア */
#post_title_area { padding:45px 20px 43px; }
#post_title_area .title { font-size:32px; line-height:1.3; font-weight:600; margin:0; }
#post_title_area .post_meta { margin:10px 0 0 0; }
#post_title_area .post_meta li { display:inline; line-height:1.8; font-size:12px; margin:0 6px 0 0; padding:0 10px 0 0; color:#999; position:relative; }
#post_title_area .post_meta li.date:before { font-family:'FontAwesome'; content: '\f073'; padding-right: 5px; }
#post_title_area .post_meta li.category:before { font-family:'FontAwesome'; content: '\f07b'; padding-right: 5px; }
#post_title_area .post_meta li.post_view:before { font-family:'FontAwesome'; content: '\f06e'; padding-right: 5px; }
#post_title_area .post_meta li:first-child:after { content:''; display:block; width:1px; height:11px; background:#ddd; position:absolute; right:0px; top:2px; }
#post_title_area .post_meta li:only-child:after { display:none; }
#post_title_area .post_meta li a { color:#999; }
#post_title_area .post_meta li a:after { content:', '; color:#999; margin:0 3px 0 2px; }
#post_title_area .post_meta li a:last-child:after { display:none; }


/* アイキャッチ画像*/
#post_image { margin:0 0 48px 0; position:relative; }
#post_image .image { width:100%; padding-top: 56.25%; /*height:455px;*/ }


/* SNSボタン */
#single_share_top { margin:0 0 44px 0; padding:8px 0 0 0; }
#single_share_top .share-top { padding:0 50px; }
#single_share_bottom { margin:50px 50px 0; }
#single_share_bottom .share-btm { margin-bottom:0 !important; padding:0; }
#single_share_top .mt10, #single_share_top .mt10 { margin:0 !important; }
#single_share_bottom .mb45, #single_share_bottom .mb45 { margin:0 !important; }
.sns_default_top  { text-align:center; }
body.single-news #single_share_bottom { margin:23px 50px 55px; }


/* コピーボタン */
.single_copy_title_url { text-align: center; }
.single_copy_title_url_btn { background:#fff; border:3px solid #ccc; cursor:pointer; line-height:54px; min-width:300px; padding: 0 5px;
  -webkit-box-sizing:border-box; box-sizing:border-box;
  -webkit-transition-property:background-color, color; -webkit-transition-duration:0.3s; -webkit-transition-timing-function:ease;
  transition-property:background-color, color; transition-duration:0.3s; transition-timing-function:ease;
}
.single_copy_title_url_btn.copied { background:#ccc; color:#fff; }
#single_copy_title_url_top { margin-bottom:38px; margin-top:50px; }
#single_share_top + #single_copy_title_url_top { margin-top:38px; }
#post_title_area + #single_copy_title_url_top { margin-top:0; }
#single_copy_title_url_bottom { margin-bottom:50px; margin-top:38px; }
#single_share_bottom + #single_copy_title_url_bottom { margin-top:46px; }
body.single-news #single_copy_title_url_bottom { margin-top:38px; }
body.single-news #single_share_bottom + #single_copy_title_url_bottom { margin-top:-9px; }


/* ページ分割 */
#post_pagination { margin:0 0 0 0; padding:5px 0 0 0; clear:both; font-size:0; text-align:center; }
#post_pagination h5 { margin:0 0 10px 0; font-size:12px; }
#post_pagination a, #post_pagination p {
  color:#000; background:#fff; border:1px solid #ddd; font-size:12px; display:inline-block; margin:0 2px; width:45px; height:45px; line-height:45px; text-align:center; text-decoration:none;
  -webkit-box-sizing:border-box; box-sizing:border-box;
}
#post_pagination p { position:relative; background:#000; color:#fff; }
#post_pagination a:hover { background:#000; color:#fff; }


/* ページ分割（続きを読むver） */
#p_readmore { text-align:center; padding:0; margin-bottom:-15px; }
#p_readmore .button {
  background:#000; color:#fff; display:inline-block; height:50px; line-height:50px; min-width:220px; padding:0 40px; text-decoration:none;
  -webkit-box-sizing:border-box; box-sizing:border-box;
}
#p_readmore .button:hover { background:#333; color:#fff; }


/* メタ情報 */
#post_meta_bottom { margin:45px 50px 0; padding:15px 30px; border:1px solid #ddd; }
#post_meta_bottom li { display:inline; margin:0 10px 0 0; padding:0 15px 0 20px; border-right:1px solid #ddd; font-size:12px; line-height:1.8; position:relative; }
#post_meta_bottom li:last-child { border:none; margin:0; }
#post_meta_bottom li:before {
  display:block; width:14px; height:14px; line-height:14px;
  font-family:'FontAwesome'; color:#aaa; font-size:14px;
  position:absolute; top:2px; left:0px;
  -webkit-font-smoothing: antialiased; -moz-osx-font-smoothing: grayscale;
}
#post_meta_bottom li.post_author:before { content:'\f040'; }
#post_meta_bottom li.post_category:before { content:'\f07b'; }
#post_meta_bottom li.post_tag:before { content:'\f02b'; top:2px; }
#post_meta_bottom li.post_comment:before { content:'\f075'; font-size:18px; top:3px; }


/* 関連記事 */
#related_post { margin:50px 0 0; position:relative; }
#related_post .design_headline { font-weight:600; }


/* 投稿者プロフィール */
.author_profile { background:#fff; border:1px solid #ddd; margin:50px 50px 0; padding:50px 40px 48px; position:relative; }
.author_profile .headline { margin-bottom: 25px; }
.author_profile a.avatar { display:block; width:150px; height:150px; border-radius:100%; float:left; position:relative; overflow:hidden; z-index:2; }
.author_profile img.avatar { display:block; width:100%; height:auto; }
.author_profile .info { float:right; -webkit-width:calc(100% - 180px); width:calc(100% - 180px); position:relative; }
.author_profile .name { font-size:20px; margin:0 0 20px 0; font-weight:500; }
.author_profile .name span { display:inline-block; font-size:11px; margin:0 0 0 15px; top:-2px; position:relative; }
.author_profile .desc { margin:0 0 20px 0 !important; padding:0 !important; font-size:14px !important; }
.author_profile .desc p { line-height: 1.8; margin-bottom:15px; font-size:14px; }
.author_profile .desc p:last-child { margin:0; }
.author_profile .author_link { margin:0 0 0 -5px; font-size:0; }
.author_profile .author_link li { display:inline-block; margin:0 10px 0 0; position:relative; }
.author_profile .author_link li a {
  display:block; width:20px; height:20px; line-height:20px; text-align:center; position:relative;
  color: #fff;
}
.author_profile .author_link li a span { display:none; }
.author_profile .author_link li a:before {
  font-family:'sns'; font-size:12px; display:block;
  position:absolute; top:1px; left:0; right:0; margin:auto;
  -webkit-font-smoothing: antialiased; -moz-osx-font-smoothing: grayscale;
  border-radius: 2px;
}
.author_profile .author_link li a:hover:before { color:#aaa; }
.author_profile .author_link li.twitter a:before { content: '\e906'; background-color: #468ec5; }
.author_profile .author_link li.facebook a:before { content: '\ea90'; background-color: #1f3669; }
.author_profile .author_link li.insta a:before { content: '\ea92'; background-color: #e1306c; }
.author_profile .author_link li.pinterest a:before { content: '\e901'; background-color: #bd081c; }
.author_profile .author_link li.google a:before { content: '\e900'; background-color: #db4a39; }
.author_profile .author_link li.youtube a:before { content: '\ea9d'; background-color: #da1725; }
.author_profile .author_link li.tiktok a:before { content: '\e907'; background: linear-gradient(90deg, #25f4ee 0 50%, #fe2c55 50% 100%); color: #000000 !important; font-size: 16px; }
.author_profile .author_link li.website a:before { content: '\f007'; font-family: 'FontAwesome'; background-color: #000000; font-size: 14px; }
.author_profile .author_link li.contact a:before { content: '\f0e0'; font-family: 'FontAwesome'; background-color: #000000; font-size: 14px; }
.author_profile .archive_link { display: block; margin-top: 35px; background-color: #ff7f00; color: #fff; text-align: center; padding: 10px; }
.author_profile .archive_link:hover { color: #fff; }


/* 広告 */
#single_banner_top { margin:0 auto; padding:10px 0 45px; width:700px; }
#single_banner_bottom { margin:0 auto; padding:50px 0; width:700px; }
#single_banner_shortcode { margin:0 auto; padding:15px 0 45px; width:700px; }
#mobile_banner_top { margin:30px 0 25px; text-align:center; }
#mobile_banner_bottom { margin:30px 0 30px; text-align:center; }
.single_banner_area .single_banner_left {
  float:left; width:50%; text-align:right; padding:0 15px 0 0;
 -webkit-box-sizing:border-box; box-sizing:border-box;
}
.single_banner_area .single_banner_right {
  float:right; width:50%; text-align:left; padding:0 0 0 15px;
 -webkit-box-sizing:border-box; box-sizing:border-box;
}
.single_banner_area img { max-width:100%; height:auto; display:inline-block; margin:0 auto; }
.single_banner_area.one_banner .single_banner_left { float:none; text-align:center; padding:0; width:100%; }


/* ナビゲーション */
#next_prev_post { margin:50px 0 0 0; }
#next_prev_post .item { float:left; height:120px; width:50%; position:relative; }
#next_prev_post a {
  display:block; position:relative; width:100%; height:100%; color:#000; border:1px solid #ddd; background:#fff !important;
  -webkit-box-sizing:border-box; box-sizing:border-box;
}
#next_prev_post a:hover { color:#ff8000; }
#next_prev_post .item:first-child a { border-right:none; }
#next_prev_post .item:only-child a { border-right:1px solid #ddd; }
#next_prev_post .title_area {
  height:120px; width:calc(100% - 150px); position:relative; margin-left:150px;
  -webkit-box-sizing:border-box; box-sizing:border-box;
}
#next_prev_post .title {
  font-size:16px; line-height:1.6; max-height:3.2em; overflow:hidden; position:absolute; width:100%; padding:0 30px;
  top:50%; -ms-transform: translateY(-50%); -webkit-transform: translateY(-50%); transform: translateY(-50%);
  -webkit-box-sizing:border-box; box-sizing:border-box;
}
#next_prev_post .title span { display:-webkit-box; -webkit-box-orient:vertical; -webkit-line-clamp:2; }
#next_prev_post .nav { display:none; }
#next_prev_post .image_wrap { width:100px; height:100px; display:block; position:absolute; top:9px; left:50px; z-index:2; overflow:hidden; }
#next_prev_post .image_wrap_inner { width:100%; height:100%; }
#next_prev_post .image { width:100%; height:100% !important; display:block; -webkit-backface-visibility:hidden; backface-visibility:hidden; }
#next_prev_post a:before {
  width:12px; height:12px; line-height:12px;
  font-family:'FontAwesome'; color:#111; font-size: 18px; display:block;
  -webkit-font-smoothing: antialiased; -moz-osx-font-smoothing: grayscale;
  content:'\f104'; position:absolute; left:18px; margin-top:3px;
  top:50%; -ms-transform: translateY(-50%); -webkit-transform: translateY(-50%); transform: translateY(-50%);
}
#next_prev_post a:hover:before { color:#ff8000; }
#next_prev_post .next_post { float:right; }
#next_prev_post .next_post .title_area { margin-left:0; }
#next_prev_post .next_post .image_wrap { left:auto; right:50px;  }
#next_prev_post .next_post a:before { content:'\f105'; left:auto; right:20px; }
#next_prev_post .register_link .title_area { filter:blur(4px); color:#000 !important; }
#next_prev_post .register_link:after {
  display:block; font-family:'headline_icon'; content:'\e903'; font-size:18px; width:18px; height:18px; line-height:18px; position:absolute; top:50px; right:25px; z-index:11;
  color:#d90000; text-align:center; font-weight:normal; -webkit-font-smoothing: antialiased; -moz-osx-font-smoothing: grayscale;
}
#next_prev_post .next_post .register_link:after { right:auto; left:25px; }





/* ロゴ */
#header_logo {
  /*left:0px; right:0; bottom:0px; z-index:30;*/
  width: 100%; min-height:88px; margin:auto;
  display:-webkit-box; display:-ms-flexbox; display:-webkit-flex;
  display:flex; align-items: center; flex-wrap: nowrap; justify-content: space-between;
}
#header_logo .logo { line-height:1; margin:0; padding:0; font-weight:500; }
#header_logo .logo a { }
#header_logo img { display:block; -webkit-transition: opacity 0.35s ease-in-out; transition: opacity 0.35s ease-in-out; }
#header_logo img:hover { opacity:0.5; }
#header_logo .mobile_logo_image { display:none; }
#header_logo .mobile_logo_text { display:none; }
#header_logo .pc_logo_image.type2 { display:none; }

#header_logo .logo_side_content { width: 100%; height: 100%; margin-left: 25px; }


/* 説明文 */
#header_logo .desc { font-size:14px; font-weight:normal; margin:0 0 0 25px; }


/* ボタン */
.header_buttons { position:absolute; right:0px; bottom:28px; height:60px; z-index:31; }
.header_buttons #header_login { font-size:14px; min-width:150px; height:60px; line-height:60px; text-align:center; display:block; float:left; background:#eee; }
.header_buttons #header_login:hover { color:#fff; }
.header_buttons #header_logout { font-size:14px; min-width:150px; height:60px; line-height:60px; text-align:center; display:block; float:left; background:#eee; margin:0 0 0 25px; }
.header_buttons #header_logout:hover { color:#fff; }
#header_user_name { font-size:14px; }
#header_user_name .user_name { color:#ff8000; }
#header_user_name .etc { color:#000; }
.header_buttons #header_register { font-size:14px; min-width:150px; height:60px; line-height:60px; text-align:center; display:block; float:left; color:#fff; background:#ff8000; margin:0 0 0 10px; }
/* #header_search_button { width:40px; height:40px; background:#000; overflow:hidden; display:block; float:left; border-radius:100%; margin:10px 0 0 25px; text-indent:-300px; position:relative; } */
#header_search_button:before {
  font-family: 'FontAwesome'; content: '\f002'; display: block;
  width: 16px; font-weight: 200; font-size: 16px; text-indent: 0;
  -webkit-font-smoothing: antialiased; -moz-osx-font-smoothing: grayscale;
}
#header_search_button.active:before { content:'\f00d'; }
#header_search { display:none; width:100%; height:90px; position:absolute; z-index: 100; }
#header.no_menu #header_search { top:88px; }
#header_search form { max-width:var(--gyd--site-width); margin:0 auto; position:relative; }
#header_search .search_input { float:right; margin:25px 15px 0 0; }
#header_search .search_input input { border:none; height:40px; width:376px; padding:15px; }
#header_search .search_button { position:absolute; right:15px; top:22px; width:40px; height:40px; }
#header_search .search_button label { text-indent:-200px; overflow:hidden; display:block; position:absolute; top:15px; right:11px; width:16px; height:16px; pointer-events:none; }
#header_search .search_button label:before {
  font-family: 'FontAwesome'; content:'\f002'; color:#333; display:block; position:absolute; left:0px; top:0px; margin:auto; font-size:16px; height:16px; line-height:16px; text-indent:0;
  -webkit-font-smoothing: antialiased; -moz-osx-font-smoothing: grayscale;
  -webkit-transition: all 0.2s ease-in-out; transition: all 0.2s ease-in-out;
}
#header_search .search_button:hover label:before { color:#ff7f00; }
#header_search .search_button input { border:none; width:40px; height:40px; background:none; text-indent:-300px; overflow:hidden; cursor:pointer; }


#header_nav_search_mobile { width: 100%; }
#header_nav_search_mobile form { margin:0 auto; position:relative; }
#header_nav_search_mobile .search_input { margin: 10px 10px; }
#header_nav_search_mobile .search_input input { border:none; height: 40px; width: 100%; padding:15px; }
#header_nav_search_mobile .search_button { position:absolute; right:15px; top:-3px; width:40px; height:40px; }
#header_nav_search_mobile .search_button label { text-indent:-200px; overflow:hidden; display:block; position:absolute; top:15px; right:11px; width:16px; height:16px; pointer-events:none; }
#header_nav_search_mobile .search_button label:before {
  font-family: 'FontAwesome'; content:'\f002'; color:#333; display:block; position:absolute; left:0px; top:0px; margin:auto; font-size:16px; height:16px; line-height:16px; text-indent:0;
  -webkit-font-smoothing: antialiased; -moz-osx-font-smoothing: grayscale;
  -webkit-transition: all 0.2s ease-in-out; transition: all 0.2s ease-in-out;
}
#header_nav_search_mobile .search_button:hover label:before { color:#ff7f00; }
#header_nav_search_mobile .search_button input { border:none; width:40px; height:40px; background:none; text-indent:-300px; overflow:hidden; cursor:pointer; }





/* 子メニューにhoverした時headerの色を変える */
.pc #header.active #header_logo .pc_logo_image.type1 { display:none; }
.pc #header.active #header_logo .pc_logo_image.type2 { display:block; }


/* その他 */
.pc #menu_button { display:none; }
.pc #header_mobile_banner { display:none; }
#drawer_menu { display:none; }


/* 固定ヘッダー */
.pc .header_fix { padding-top: 150px; }

.pc body.admin-bar.header_fix { padding-top: 112px; }


.pc .header_fix.header_fix_type1 #header:not(.header_type4):not(.header_type5),
.pc .header_fix.header_fix_type2 #header {
  position: fixed; top: 0; left: 0; z-index: 200; width: 100%; box-shadow:0 0 15px 5px rgba(0,0,0,0.1); border: none;
  -webkit-animation: slide_down_menu 0.5s ease; animation: slide_down_menu 0.5s ease;
}
.pc .header_fix.header_fix_type1 #header:not(.header_type4):not(.header_type5) .p-header__content { display: none; }

.pc .header_fix.header_fix_type1 #header.header_type4 #header_logo,
.pc .header_fix.header_fix_type1 #header.header_type5 #header_logo {
  display: none;
}

.pc .header_fix.header_fix_type1 #header.header_type4 #global_menu,
.pc .header_fix.header_fix_type1 #header.header_type5 #global_menu {
  position: fixed; top: 0; left: 0; z-index: 200; width: 100%; box-shadow:0 0 15px 5px rgba(0,0,0,0.1); border: none;
  -webkit-animation: slide_down_menu 0.5s ease; animation: slide_down_menu 0.5s ease;
}

.pc .header_fix.header_fix_type1 #header.header_type4 #header_search,
.pc .header_fix.header_fix_type1 #header.header_type5 #header_search {
  position: fixed; top: 60px;
}


.pc .admin-bar.header_fix #header:not(.header_type4):not(.header_type5),
.pc .admin-bar.header_fix.header_fix_type1 #header.header_type4 #global_menu,
.pc .admin-bar.header_fix.header_fix_type1 #header.header_type5 #global_menu,
.pc .header_fix.header_fix_type1 #header.header_type4 #header_search,
.pc .header_fix.header_fix_type1 #header.header_type5 #header_search {
  margin-top: 32px;
}
@-webkit-keyframes slide_down_menu {
  0% { top:-88px; }
  100% { top:0px; }
}
@keyframes slide_down_menu {
  0% { top:-88px; }
  100% { top:0px; }
}


/* パンくずリンク */
#bread_crumb {
  width:100%; height:60px;
  -webkit-box-sizing:border-box; box-sizing:border-box;
}
#bread_crumb ul { max-width:var(--gyd--site-width); margin:0 auto; padding:0; overflow: hidden; white-space: nowrap; text-overflow: ellipsis; }
#bread_crumb li { display:inline; font-size:12px; padding:0 0 0 17px; margin:0 5px 0 0; height:60px; line-height:60px; position:relative; color:#000; }
#bread_crumb li:before {
  font-family:'FontAwesome'; content:'\f105'; font-size:9px; width:9px; height:9px; line-height:9px; color:#999;
  display:block; position:absolute; left:0; top:-2px; bottom:0; margin-top:4.5px;
  -webkit-font-smoothing: antialiased; -moz-osx-font-smoothing: grayscale;
}
#bread_crumb li a { color:#000; }
#bread_crumb li a:hover { }
#bread_crumb li.category a { display:none; }
#bread_crumb li.category a:first-of-type, #bread_crumb li.category a:only-of-type { display:inline; }
#bread_crumb li.home { padding:0; }
#bread_crumb li.home:before { display:none; }
#bread_crumb li.home a {
  text-indent:-200%; overflow:hidden; width:12px; height:14px; display:inline-block; top:4px; position:relative;
  -webkit-box-sizing:border-box; box-sizing:border-box;
}
#bread_crumb li.home a:before {
  font-family:'FontAwesome'; content:'\f015'; width:12px; height:13px; line-height:13px;
  text-indent:0; display:block; position:absolute; top:0px; bottom:0; left:0px; margin:auto;
  -webkit-font-smoothing: antialiased; -moz-osx-font-smoothing: grayscale;
}




/*  フッター
-------------------------------------------------- */ 
.p-footer__upper__in { display: flex; flex-wrap: wrap; justify-content: space-between; }

.p-footer__upper.col1 .footer_content { width: 100%; }
.p-footer__upper.col2 .footer_content { width: 50%; }
.p-footer__upper.col3 .footer_content { width: 33%; }
.p-footer__upper.col4 .footer_content { width: 25%; }
.p-footer__upper.col5 .footer_content { width: 20%; }
.footer_content { padding: 30px 20px 35px; border-left: 1px solid rgba(255,255,255,0.5); }


/* メニュー・ウィジェットエリア */




/* #footer_top { width:100%; position:relative; overflow:hidden; }
#footer_top_inner {
  max-width:var(--gyd--site-width); margin:0 auto; position:relative; z-index:2;
  display:-webkit-box; display:-ms-flexbox; display:-webkit-flex; display:flex;
  -ms-flex-wrap:wrap; -webkit-flex-wrap:wrap; flex-wrap:wrap;
} */
#widget_area_overlay { width:100%; height:100%; position:absolute; top:0px; left:0px; z-index:1; }
.footer_headline { font-size:16px; color:#ff8000; margin:0 0 30px 0; font-weight:bold !important; }


/* 動画 */
#footer_video {
  position:absolute; left:0; width:100vw;
  top:50%; -ms-transform: translateY(-50%); -webkit-transform: translateY(-50%); transform: translateY(-50%);
}
@media screen and (max-width:950px) {
  #footer_video {
    width:auto; height:100%;
    left:50%; top:50%; -ms-transform: translate(-50%, -50%); -webkit-transform: translate(-50%, -50%); transform: translate(-50%, -50%);
  }
}

/* フッターメニュー */
.footer_menu_field .footer_menu { margin: -5px 0 0 0; font-size:0; }
.footer_menu_field .footer_menu li { font-size: 14px; line-height: 1.5; }
.footer_menu_field .footer_menu li a { color: #fff; display: block; }
.footer_menu_field > .footer_menu > li { display: block; width: 100%; margin: 0 0 15px 0; line-height:1.5; }

.footer_menu_field > .footer_menu.col2 > li { display: inline-block; vertical-align: top; width: calc(50% - 10px); margin-right: 20px; }
.footer_menu_field > .footer_menu.col2 > li:nth-child(2n) { margin-right: 0; }

.footer_menu_field > .footer_menu.horizontal > li { display: inline-block; width: auto; margin-right: 20px; }
.footer_menu_field > .footer_menu.horizontal > li:last-child { margin-right: 0; }

.footer_menu_field .footer_menu ul.sub-menu { margin-left: 20px; }
.footer_menu_field .footer_menu ul.sub-menu li { margin-top: 10px; }



/* フッターロゴ */
#footer_logo {
  display: -webkit-flex; display: -webkit-box; display: -ms-flexbox;  display: flex; flex-wrap: nowrap;
  -ms-justify-content: start; -webkit-justify-content: start; justify-content: start;
  -ms-align-items: center; -webkit-align-items: center; align-items: center;
}
#footer_logo .logo { line-height:1; padding:0; font-weight:500; }
#footer_logo img { display:block;margin:0; }
#footer_logo .pc_logo_text { display:block; }
#footer_logo .mobile_logo_image { display:none; }
#footer_logo .mobile_logo_text { display:none; }
#footer_logo .desc { font-size:14px; font-weight:normal; margin:0 0 0 25px; }


/* SNSボタン */
#footer_social_link { position: absolute; right: 0; bottom: 15px; z-index: 20; margin: 0; font-size: 0; }
#footer_social_link li { display:inline-block; margin:0 10px; position:relative; }
#footer_social_link li a {
  display:block; overflow:hidden; width:20px; height:20px; line-height:20px; text-align:center; position:relative;
}
#footer_social_link li a span { display:none; }
#footer_social_link li a:before {
  font-family:'sns'; font-size:15px; display:block;
  position:absolute; top:1px; left:0; right:0;
  -webkit-font-smoothing: antialiased; -moz-osx-font-smoothing: grayscale;
}
#footer_social_link li a:hover:before { color:#aaa; }
#footer_social_link li.twitter a:before { content:'\e906'; }
#footer_social_link li.facebook a:before { content:'\ea90'; }
#footer_social_link li.insta a:before { content:'\ea92'; }
#footer_social_link li.pinterest a:before { content:'\e901'; }
#footer_social_link li.google a:before { content:'\ea8b'; }
#footer_social_link li.youtube a { width:45px; }
#footer_social_link li.youtube a:before { content:'\ea9d'; }
#footer_social_link li.contact a:before { content:'\f003'; }
#footer_social_link li.rss a:before { content:'\ea9b'; }


/* コピーライト */
#copyright {
  position: relative; z-index: 10;  width: 100%; line-height: 60px; height: 60px;
  font-size: 12px; text-align: center; border-top: 1px solid #ddd;
  -webkit-box-sizing: content-box; box-sizing: content-box;
}


/* ページ上部へ戻るボタン */
#return_top { display:block; }
#return_top a { background:#222; display:block; height:60px; width:60px; line-height:60px; text-decoration:none; z-index:100; position:relative; }
#return_top a:hover { color:#fff !important; }
#return_top span { text-indent:100%; white-space:nowrap; overflow:hidden; display:block; }
#return_top a:before {
  color:#fff; font-family:'FontAwesome'; content:'\f102'; font-size:24px; display:block; width:12px; height:12px;
  position:absolute; left: 50%; transform: translateX(-50%); top: 0px; margin:auto;
  -webkit-font-smoothing: antialiased; -moz-osx-font-smoothing: grayscale;
}
#return_top {
  position:fixed; right:0px; bottom:0px; z-index:999;
  -webkit-transform: translate3d(0,100%,0); transform: translate3d(0,100%,0);
  -webkit-transition: -webkit-transform 0.35s; transition: all 0.35s;
}
#return_top.active { -webkit-transform: translate3d(0,0,0); transform: translate3d(0,0,0); }
body.light_color #return_top a { color:#000; }


/* 固定コンテンツ */
#fixed_footer_content {
  position:fixed; bottom:0; left:0; width:100%; height:120px; color:#fff; padding:40px; z-index:9999;
  -webkit-box-sizing:border-box; box-sizing:border-box;
  -webkit-transform: translate3d(0,100%,0); transform: translate3d(0,100%,0);
  -webkit-transition: -webkit-transform 0.35s; transition: transform 0.35s;
}
#fixed_footer_content.active { -webkit-transform: translate3d(0,0,0); transform: translate3d(0,0,0); }
#fixed_footer_content a { color:#fff; text-decoration:none; }
#fixed_footer_content .content_left {
  position:absolute; left:40px; top:50%; -webkit-transform: translateY(-50%); transform: translateY(-50%);
  width:-webkit-calc(100% - 530px); width:calc(100% - 530px);
  -webkit-box-sizing:border-box; box-sizing:border-box;
}
#fixed_footer_content .has_image .content_left { width:-webkit-calc(100% - 840px); width:calc(100% - 840px); }
#fixed_footer_content .button {
  position:absolute; right:55px; top:50%; -webkit-transform: translateY(-50%); transform: translateY(-50%);
  min-width:300px; height:55px; line-height:55px; text-align:center; display:inline-block; padding:0 40px 0 10px; font-size:16px;
}
#fixed_footer_content .button:after {
  font-family:'FontAwesome'; content:'\e910'; color:#fff; font-size:14px; display:block; position:absolute; top:1px; right:16px;
  -webkit-font-smoothing: antialiased; -moz-osx-font-smoothing: grayscale;
}
#fixed_footer_content .image {
  position:absolute; right:55px; max-width:728px;
  top:50%; -webkit-transform: translateY(-50%); transform: translateY(-50%);
}
#fixed_footer_content .image img { width:100%; max-width:100%; height:auto; display:block; }
#fixed_footer_content .close {
  position:absolute; right:5px; top:50%; -webkit-transform: translateY(-50%); transform: translateY(-50%);
  display:block; width:40px; height:40px; border-radius:100%;
}
#fixed_footer_content span { display:none; }
#fixed_footer_content .close:before {
  font-family:'FontAwesome'; color:#fff; font-size:20px; display:block;
  content:'\e91a'; position:absolute; top:10px; left:10px;
  -webkit-font-smoothing: antialiased; -moz-osx-font-smoothing: grayscale;
}
#fixed_footer_content .close:hover { background:rgba(255,255,255,0.1); }
#fixed_footer_content .catch { font-size:21px; margin:0; line-height:1.5; }
#fixed_footer_content .desc { font-size:14px; margin:5px 0 0 0; line-height:2; }
#fixed_footer_content .pr { background:#fff; color:#333; display:inline; font-size:12px; margin:5px 15px 0 0; padding:0 12px; border-radius:2px; height:20px; line-height:20px; float:left; }
#fixed_footer_content .pr1 { display:none; }

#fixed_footer_content .free {
  width:100%; padding-right:100px; position:absolute; left:40px;
  top:50%; -webkit-transform: translateY(-50%); transform: translateY(-50%);
  -webkit-box-sizing:border-box; box-sizing:border-box;
}
#fixed_footer_content .post_content p { margin:0; line-height:1.6; }




/*
ウィジェット
-------------------------------------------------- */

/* 共通 */
.widget_content { margin: 0 0 46px 0; font-size: 14px; }
.widget_content:last-child { margin-bottom: 0; }
.widget_content ul { margin: 0; }
.widget_content li ul { margin: 10px 0 0 0; }
.widget_content li { line-height: 1.5; padding: 2px 0; margin: 0 0 10px 0; }
.widget_content a { text-decoration: none; color:#000; }
.widget_content a:hover { }
.widget_content img { height: auto; max-width: 100%; }
.widget_content .widget_headline {
  position: relative; margin: 0 0 15px 0; padding: 15px 12px;
  background: #ff7f00; color: #fff; font-size: 16px;
  border: 1px solid #ddd; -webkit-box-sizing: border-box; box-sizing: border-box;
}
.widget_content .widget_headline span { font-weight: 600; }
.widget_content .post_meta { font-size: 12px; color: #999; line-height: 1.2; margin-top: 2px; }
.widget_content .post_meta .entry-date:before { font-family: 'FontAwesome'; content: '\f073'; padding-right: 5px; }


/* カテゴリー, アーカイブ */
.widget_categories ul,
.widget_archive ul,
.widget_product_categories ul {
  padding: 0; margin: 0;
}
.widget_categories ul li,
.widget_archive ul li {
  position: relative; padding: 0px; background: rgba(0,0,0,0); border-bottom: 1px solid rgba(0, 0, 0, 0.05);
}
.widget_categories ul li a,
.widget_archive ul li a {
  position: relative; display: block; padding: 12px; padding-left: 28px; padding-right: 40px;
  border-left: none; line-height: 1.6rem; font-size: 0.85rem;
}
.widget_categories ul li a:before,
.widget_archive ul li a:before {
  content: "\f138"; font-family: "FontAwesome";
  position: absolute; top: 24px; left: 6px;
  width: 14px; height: 1px; padding-left: 2px; line-height: 0;
  font-weight: 900; font-size: 0.85rem;
}
.widget_categories ul .post_count, 
.widget_archive ul .post_count {
  position: absolute; top: 13px; right: 3px; padding: 1px 3px;
  min-width: 30px; line-height: 1rem; text-align: center; letter-spacing: 0;
  color: #aaa; border: 1px solid #ccc; border-radius: 2px; font-size: 0.7rem; font-weight: 300;
  transition: color 0.3s ease, background 0.3s ease, transform 0.3s ease, opacity 0.3s ease, border 0.3s ease, padding 0.3s ease, left 0.3s ease, bottom 0.3s ease, box-shadow 0.3s ease;
}
.widget_categories ul li a:hover .post_count,
.widget_archive ul li a:hover .post_count {
  color: #fff; background: #aaa; border: 1px solid #aaa;
}
.widget_categories ul .children { padding-left: 15px; margin-bottom: 10px; }
.widget_categories ul .children li { border: none; }
.widget_categories ul .children li a {
  border-left: none;
  padding: 3px 36px;
  padding-left: 16px;
  position: relative;
  font-size: 0.85rem;
  line-height: 1.15rem;
}
.widget_categories ul .children li a:before {
  content: "\f111"; font-family: "FontAwesome";
  position: absolute; top: 50%; transform: translateY(-50%); left: 2px;
  width: 5px; height: 1px; font-size: 7px; line-height: 0;
}
.widget_categories ul li ul li .post_count { top: 2px; }


.widget_nav_menu ul > li > a,
.widget_categories ul > li > a,
.widget_archive ul > li > a,
.widget_recent_entries ul > li > a,
.widget_pages ul > li > a,
.widget_meta ul > li > a {
  width: calc(100% - 3px);
}

.widget_nav_menu ul > li > a:hover,
.widget_categories ul > li > a:hover,
.widget_archive ul > li > a:hover,
.widget_recent_entries ul > li > a:hover,
.widget_pages ul > li > a:hover,
.widget_meta ul > li > a:hover {
  transform: translateX(3px);
}


/* 検索 */
.widget_search .search-form { position: relative; height: 34px; }
.widget_search .search-form__keyword {
  position: absolute; top: 0; right: 0; margin: 0; padding: 0 10px; padding-right: 40px;
  width: 100%; height: 34px; background-color: #fff; border: 1px solid #ddd; border-radius: 17px;
  transition: color 0.3s ease, background 0.3s ease, transform 0.3s ease, opacity 0.3s ease, border 0.3s ease, padding 0.3s ease, left 0.3s ease, bottom 0.3s ease, box-shadow 0.3s ease;
  -webkit-appearance: none; appearance: none;
}
.widget_search .search-form__submit {
  position: absolute; top: 0; right: 0; display: inline-block;
  font-family: "FontAwesome"; width: 34px; height: 34px; border: none;
  background: rgba(0,0,0,0); color: #aaa !important; font-size: 14px;
}
.widget_search .search-form__submit:before { content: "\f002"; transition: 0.3s; }
.widget_search .search-form__submit:hover:before { color: #ff7f00; }
.widget_search .search-form__submit:hover { cursor: pointer; }

/* 最近の投稿（アイキャッチ画像） */
.widget_giyudo_recent_blog .thumbnail {
  float: left; margin: 0 1rem 0 0; border: none;
  width: 75px; height: 75px;
}


/* 広告 */
.gyd_ad_widget { border:none; padding:0; background:none; }
.gyd_ad_widget img { height:auto; max-width:100%; margin:0 auto; display:block; }


/* バナー一覧 */
.gyd_banner_widget a {
  display:block; margin:0 0 28px 0; width:100%; height:100px; position:relative; background:#fff;
  -webkit-box-sizing:border-box; box-sizing:border-box;
}
.gyd_banner_widget a:last-child { margin-bottom:0; }
.gyd_banner_widget .image_wrap { display:block; width:100%; height:100px; position:absolute; z-index:1; overflow:hidden; left:0px; top:0px; }
.gyd_banner_widget .image { width:100%; height:100px !important; display:block; overflow:hidden; position:relative; z-index:2; }
.gyd_banner_widget .overlay { position:absolute; top:0px; left:0px; width:70%; height:100%; z-index:3; }
.gyd_banner_widget .title_area {
  position:absolute; top:0px; left:0px; z-index:4; padding:0 25px; margin-top:3px;
  top:50%; -ms-transform: translateY(-50%); -webkit-transform: translateY(-50%); transform: translateY(-50%);
  -webkit-box-sizing:border-box; box-sizing:border-box;
}
.gyd_banner_widget .title { font-size:24px; line-height:1.5; }
.gyd_banner_widget .sub_title { font-size:14px; line-height:1.5; }


/* カレンダー */
.widget_calendar .side_headline { margin:0 0 30px 0; }
#wp-calendar { margin:0 auto; width:100%; font-size:11px; border-collapse:separate; table-layout:fixed; }
#wp-calendar th, #wp-calendar td { padding:2px; line-height:3.4; text-align:center; }
#wp-calendar td a { display:block; margin:0; padding:0; text-decoration:none; background-color:#eee; }
#wp-calendar td a:hover { text-decoration:none; color:#fff; background:#aaa; }
#wp-calendar caption { padding:7px 0; }
#wp-calendar thead th, #wp-calendar tfoot td { border:none; padding:0; line-height:2; }
#wp-calendar #prev, #wp-calendar #next { line-height:3; }
#wp-calendar #prev a, #wp-calendar #next a { text-decoration:none; background:none; }
#wp-calendar #prev a:hover, #wp-calendar #next a:hover { }
#wp-calendar td#today { font-weight:bold; }


/* デザインされた記事一覧1 */
.styled_post_list1 { }
.styled_post_list1 li { margin:0; padding:0; position:relative; }
.styled_post_list1 a { display:block; width:100%; height:100px; overflow:hidden; background:#fff !important; }
.styled_post_list1 .image_wrap { float:left; display:block; width:100px; height:100px; position:relative; z-index:1; overflow:hidden; }
.styled_post_list1 .image { width:100%; height:100px !important; display:block; overflow:hidden; position:relative; z-index:2; }
.styled_post_list1 .image img { width:100%; height:auto; display:block; -webkit-backface-visibility:hidden; backface-visibility:hidden; }
.styled_post_list1 .title_area {
  width:calc(100% - 100px); height:100px; float:left; border:1px solid #ddd; border-left:none; border-bottom:none; position:relative;
  -webkit-box-sizing:border-box; box-sizing:border-box;
}
.styled_post_list1 li:last-child .title_area { border-bottom:1px solid #ddd; }
.styled_post_list1 .title_area_inner {
  position:absolute; padding:0 27px;
  top:50%; -ms-transform: translateY(-50%); -webkit-transform: translateY(-50%); transform: translateY(-50%);
}
.styled_post_list1 .title {
  font-size:14px; line-height:1.6; max-height:4.8em; font-weight:500; word-break:break-all; overflow:hidden;
  -webkit-transition-property:color; -webkit-transition-duration:0.2s; -webkit-transition-timing-function:ease;
  transition-property:color; transition-duration:0.2s; transition-timing-function:ease;
}
.styled_post_list1 .title span { display:-webkit-box; -webkit-box-orient:vertical; -webkit-line-clamp:3; }
.styled_post_list1 .has_date .title { max-height:3.2em; }
.styled_post_list1 .has_date .title span { -webkit-line-clamp:2; }
.styled_post_list1 .date { font-size:12px; color:#999; margin:5px 0 0 0; line-height:1; }
.styled_post_list1 a:hover .title { }
.styled_post_list1_widget .widget_headline {
  background:#fff; height:60px; line-height:60px; padding:0 25px 0 85px; font-size:16px; border:1px solid #ddd; position:relative; margin:0 0 28px 0;
  -webkit-box-sizing:border-box; box-sizing:border-box;
}
.styled_post_list1_widget .widget_headline:before {
  content:''; display:block; float:left; background:#000; width:60px; height:60px; line-height:60px; margin:0; position:absolute; top:-1px; left:-1px;
  color:#fff; text-align:center; font-weight:normal; -webkit-font-smoothing: antialiased; -moz-osx-font-smoothing: grayscale;
}
.styled_post_list1_widget .widget_headline:after {
  content:''; display:block; position:absolute; left:22px; bottom:-10px;
  width:0; height:0; border-style: solid; border-width:10px 7px 0 7px; border-color:#000000 transparent transparent transparent;
}
.styled_post_list1_widget .register_link .title { filter:blur(4px); color:#000 !important; }
.styled_post_list1_widget .register_link .date { filter:blur(4px); color:#000 !important; }
.styled_post_list1_widget .register_link .title_area:after {
  display:block; font-family:'headline_icon'; content:'\e903'; font-size:18px; width:18px; height:18px; line-height:18px; position:absolute; top:42px; right:18px; z-index:11;
  color:#d90000; text-align:center; font-weight:normal; -webkit-font-smoothing: antialiased; -moz-osx-font-smoothing: grayscale;
}
#footer .styled_post_list1 .title_area { border:none; border-bottom:1px solid #ddd; }
#footer .styled_post_list1 li:last-child .title_area { border:none; }


/* 新着レシピ一覧 */
.recipe_post_list_widget .widget_headline {
  background:#fff; height:60px; line-height:60px; padding:0 25px 0 85px; font-size:16px; border:1px solid #ddd; position:relative; margin:0 0 30px 0;
  -webkit-box-sizing:border-box; box-sizing:border-box;
}
.recipe_post_list_widget .widget_headline:before {
  content:''; display:block; float:left; background:#000; width:60px; height:60px; line-height:60px; margin:0; position:absolute; top:-1px; left:-1px;
  color:#fff; text-align:center; font-weight:normal; -webkit-font-smoothing: antialiased; -moz-osx-font-smoothing: grayscale;
}
.recipe_post_list_widget .widget_headline:after {
  content:''; display:block; position:absolute; left:22px; bottom:-10px;
  width:0; height:0; border-style: solid; border-width:10px 7px 0 7px; border-color:#000000 transparent transparent transparent;
}


/* 人気の記事一覧 */
.ranking_list_widget .styled_post_list1 .title { max-height:3.2em; }
.ranking_list_widget .styled_post_list1 .title span { -webkit-line-clamp:2; }
.styled_post_list1 .rank { font-size:14px; color:#ff7f00; font-weight:bold; line-height:1; margin:0 0 5px 0; }
.ranking_list_widget .widget_headline {
  background:#fff; height:60px; line-height:60px; padding:0 25px 0 85px; font-size:16px; border:1px solid #ddd; position:relative; margin:0 0 30px 0;
  -webkit-box-sizing:border-box; box-sizing:border-box;
}
.ranking_list_widget .widget_headline:before {
  content:''; display:block; float:left; background:#000; width:60px; height:60px; line-height:60px; margin:0; position:absolute; top:-1px; left:-1px;
  color:#fff; text-align:center; font-weight:normal; -webkit-font-smoothing: antialiased; -moz-osx-font-smoothing: grayscale;
}
.ranking_list_widget .widget_headline:after {
  content:''; display:block; position:absolute; left:22px; bottom:-10px;
  width:0; height:0; border-style: solid; border-width:10px 7px 0 7px; border-color:#000000 transparent transparent transparent;
}
.ranking_list_widget .register_link .title { filter:blur(4px); color:#000 !important; }
.ranking_list_widget .register_link .date { filter:blur(4px); color:#000 !important; }
.ranking_list_widget .register_link .title_area:after {
  display:block; font-family:'headline_icon'; content:'\e903'; font-size:18px; width:18px; height:18px; line-height:18px; position:absolute; top:42px; right:18px; z-index:11;
  color:#d90000; text-align:center; font-weight:normal; -webkit-font-smoothing: antialiased; -moz-osx-font-smoothing: grayscale;
}


/* プレミアム記事一覧 */
.premium_post_list_widget .register_link .title { color:#000; }
.premium_post_list_widget .register_link .title_area_inner { filter:blur(4px); }
.premium_post_list_widget .register_link .title_area:after {
  display:block; font-family:'headline_icon'; content:'\e903'; font-size:18px; width:18px; height:18px; line-height:18px; position:absolute; top:42px; right:18px; z-index:11;
  color:#d90000; text-align:center; font-weight:normal; -webkit-font-smoothing: antialiased; -moz-osx-font-smoothing: grayscale;
}
.premium_post_list_widget .widget_headline {
  background:#fff; height:60px; line-height:60px; padding:0 25px 0 85px; font-size:16px; border:1px solid #ddd; position:relative; margin:0 0 28px 0;
  -webkit-box-sizing:border-box; box-sizing:border-box;
}
.premium_post_list_widget .widget_headline:before {
  content:''; display:block; float:left; background:#000; width:60px; height:60px; line-height:60px; margin:0; position:absolute; top:-1px; left:-1px;
  color:#fff; text-align:center; font-weight:normal; -webkit-font-smoothing: antialiased; -moz-osx-font-smoothing: grayscale;
}
.premium_post_list_widget .widget_headline:after {
  content:''; display:block; position:absolute; left:22px; bottom:-10px;
  width:0; height:0; border-style: solid; border-width:10px 7px 0 7px; border-color:#000000 transparent transparent transparent;
}


/* レシピカテゴリー一覧 */
.recipe_category_list_widget ul { margin:0; padding:0; }
.recipe_category_list_widget ul li { margin:0 0 -1px 0; padding:0; }
.recipe_category_list_widget ul li a { font-weight:600; display:block; background:#fff; border:1px solid #ddd; height:58px; line-height:58px; padding:0 24px; }
.recipe_category_list_widget .widget_headline {
  background:#fff; height:60px; line-height:60px; padding:0 25px 0 85px; font-size:16px; border:1px solid #ddd; position:relative; margin:0 0 28px 0;
  -webkit-box-sizing:border-box; box-sizing:border-box;
}
.recipe_category_list_widget .widget_headline:before {
  content:''; display:block; float:left; background:#000; width:60px; height:60px; line-height:60px; margin:0; position:absolute; top:-1px; left:-1px;
  color:#fff; text-align:center; font-weight:normal; -webkit-font-smoothing: antialiased; -moz-osx-font-smoothing: grayscale;
}
.recipe_category_list_widget .widget_headline:after {
  content:''; display:block; position:absolute; left:22px; bottom:-10px;
  width:0; height:0; border-style: solid; border-width:10px 7px 0 7px; border-color:#000000 transparent transparent transparent;
}


/* タブ記事 */
.widget_tab_post_list_button a {
  color:#000 !important; display:inline-block; height:55px; line-height:55px; width:50%; text-align:center; border:1px solid #ddd; background:#fff; float:left; margin-bottom:-1px; font-size:14px; position:relative; text-decoration:none;
  -webkit-box-sizing:border-box; box-sizing:border-box;
}
/*
.widget_tab_post_list_button a:hover { color:#fff; background:#ff7f00; border-color:#ff7f00; }
*/
.widget_tab_post_list_button a.tab1 { border-right:0; }
.widget_tab_post_list_button a.active { background:#fff; border-bottom:1px solid #fff; }
.widget_tab_post_list_button a.active:hover { background:#fff !important; border-color:#ddd !important; border-bottom:1px solid #fff !important; }
.widget_tab_post_list { margin:0; padding:0; }
.widget_tab_post_list li { margin:0 0 -1px 0; padding:0; }
.widget_tab_post_list2 { display:none; }

.widget_tab_post_list a {
  padding:10px; display:block; width:100%; height:120px; overflow:hidden; background:#fff !important;
  -webkit-box-sizing:border-box; box-sizing:border-box;
  border:1px solid #ddd;
}
.widget_tab_post_list .image_wrap { float:left; display:block; width:100px; height:100px; position:relative; z-index:1; overflow:hidden; }
.widget_tab_post_list .image { width:100%; height:100px !important; display:block; overflow:hidden; position:relative; z-index:2; }
.widget_tab_post_list .title_area {
  width:calc(100% - 100px); height:100px; float:left; position:relative;
  -webkit-box-sizing:border-box; box-sizing:border-box;
}
.widget_tab_post_list .title_area_inner {
  position:absolute; padding:0 10px 0 24px;
  top:50%; -ms-transform: translateY(-50%); -webkit-transform: translateY(-50%); transform: translateY(-50%);
}
.widget_tab_post_list .title {
  font-size:14px; line-height:1.6; max-height:4.8em; font-weight:500; word-break:break-all; overflow:hidden;
  -webkit-transition-property:color; -webkit-transition-duration:0.2s; -webkit-transition-timing-function:ease;
  transition-property:color; transition-duration:0.2s; transition-timing-function:ease;
}
.widget_tab_post_list .title span { display:-webkit-box; -webkit-box-orient:vertical; -webkit-line-clamp:3; }
.widget_tab_post_list .date { color:#999; font-size:12px; margin:5px 0 0 0; line-height:1; }
.widget_tab_post_list .register_link .title { filter:blur(4px); color:#000 !important; }
.widget_tab_post_list .register_link .title_area:after {
  display:block; font-family:'headline_icon'; content:'\e903'; font-size:18px; width:18px; height:18px; line-height:18px; position:absolute; top:42px; right:18px; z-index:11;
  color:#d90000; text-align:center; font-weight:normal; -webkit-font-smoothing: antialiased; -moz-osx-font-smoothing: grayscale;
}

.tab_post_list_widget .widget_headline {
  background:#fff; height:60px; line-height:60px; padding:0 25px 0 85px; font-size:16px; border:1px solid #ddd; position:relative; margin:0 0 28px 0;
  -webkit-box-sizing:border-box; box-sizing:border-box;
}
.tab_post_list_widget .widget_headline:before {
  content:''; display:block; float:left; background:#000; width:60px; height:60px; line-height:60px; margin:0; position:absolute; top:-1px; left:-1px;
  color:#fff; text-align:center; font-weight:normal; -webkit-font-smoothing: antialiased; -moz-osx-font-smoothing: grayscale;
}
.tab_post_list_widget .widget_headline:after {
  content:''; display:block; position:absolute; left:22px; bottom:-10px;
  width:0; height:0; border-style: solid; border-width:10px 7px 0 7px; border-color:#000000 transparent transparent transparent;
}


/* プレミアム動画スライダー */
.recipe_slider_widget { overflow:hidden; }
.recipe_slider_widget .item { width:100%; height:170px; margin:0; position:relative; }
.recipe_slider_widget .item a.link { display:block; width:100%; height:170px; background:#fff; position:relative; overflow:hidden; }
.recipe_slider_widget .item a:after {
  content:''; display:block; width:100%; height:100%; position:absolute; top:0px; left:0px; z-index:1;
  background: -webkit-linear-gradient(top, transparent 50%, rgba(0,0,0,5) 100%);
  background: linear-gradient(to bottom, transparent 50%, rgba(0,0,0,0.5) 100%);
}
.recipe_slider_widget .title { position:absolute; bottom:18px; left:0px; z-index:2; color:#fff; line-height:1.6; padding:0 24px; font-size:14px; overflow:hidden; max-height:3.2em; }
.recipe_slider_widget .title span { display:-webkit-box; -webkit-box-orient:vertical; -webkit-line-clamp:2; }
.recipe_slider_widget .register_link .image { }
.recipe_slider_widget .image_wrap { display:block; width:100%; height:100%; position:relative; z-index:1; overflow:hidden; }
.recipe_slider_widget .image { width:100%; height:100% !important; display:block; overflow:hidden; position:relative; z-index:2; }
.recipe_slider_widget .widget_headline {
  background:#fff; height:60px; line-height:60px; padding:0 25px 0 85px; font-size:16px; border:1px solid #ddd; position:relative; margin:0 0 26px 0;
  -webkit-box-sizing:border-box; box-sizing:border-box;
}
.recipe_slider_widget .widget_headline:before {
  content:''; display:block; float:left; background:#000; width:60px; height:60px; line-height:60px; margin:0; position:absolute; top:-1px; left:-1px;
  color:#fff; text-align:center; font-weight:normal; -webkit-font-smoothing: antialiased; -moz-osx-font-smoothing: grayscale;
}
.recipe_slider_widget .widget_headline:after {
  content:''; display:block; position:absolute; left:22px; bottom:-10px;
  width:0; height:0; border-style: solid; border-width:10px 7px 0 7px; border-color:#000000 transparent transparent transparent;
}

/* ナビゲーション（矢印） */
.recipe_slider_widget .slick-arrow {
  width:20px; height:30px; line-height:30px; text-align:center; position:absolute; opacity:0; cursor:pointer; z-index:9; border:none; background:none; overflow:hidden; text-indent:-200px; top:0px;
  -webkit-transition: all 0.3s ease-in-out; transition: all 0.3s ease-in-out;
}
.recipe_slider_widget .slick-arrow:after {
  font-family:'FontAwesome'; color:#fff; width:20px; height:30px; line-height:30px; font-size:20px; display:block; position:absolute; text-indent:0px;
  top:0; left:0;
  -webkit-font-smoothing: antialiased; -moz-osx-font-smoothing: grayscale;
}
.recipe_slider_widget .slick-prev:after { content:'\e90f'; }
.recipe_slider_widget .slick-next:after { content:'\e910'; left:0; right:0; margin:auto; }
.recipe_slider_widget .slick-prev { left:-50px; top:10px; }
.recipe_slider_widget .slick-next { right:-50px; top:10px; }
.recipe_slider_widget:hover .slick-prev { left:10px; opacity:1; }
.recipe_slider_widget:hover .slick-next { right:10px; opacity:1; }
.recipe_slider_widget .slick-arrow:hover:after { }


/* 検索 */
/* .widget_search label { display:none; } */
#searchform {
  border:1px solid #ddd; background:#fff; height:50px;
  -webkit-box-sizing:border-box; box-sizing:border-box;
}
#searchform #s {
  border:none; background:none; padding:0 18px; margin:0; width:calc(100% - 50px); height:50px;
  -webkit-box-sizing:border-box; box-sizing:border-box;
}
#searchform #searchsubmit {
  border:none; background:none; width:50px; height:50px; z-index:200; position:relative;
  cursor:pointer; display:block; text-indent:-300px; overflow:hidden;
}
#searchform .submit_button  { position:relative; width:50px; height:50px; float:right; top:1px; }
#searchform .submit_button:before {
  text-indent:0; display:block; width:50px; height:50px; line-height:50px; text-align:center; cursor:pointer; z-index:1;
  position:absolute; font-family:'FontAwesome'; color:#333; font-size:18px; content:'\e915'; right:0px; top:1px;
}
#searchform .submit_button:hover:before { color:#aaa; }
#searchform .submit_button:hover { }


/* デザインカテゴリー一覧 */
.gyd_category_list { margin:0; }
.gyd_category_list li { margin:0; padding:0; background:none; position:relative; }
.gyd_category_list .child_menu_button { width:50px; height:50px; position:absolute; right:0px; top:0px; z-index:2; cursor:pointer; }
.gyd_category_list .child_menu_button:before {
  font-family:'FontAwesome'; content:'\e90e'; text-align:center;
  display:block; font-size:14px; width:14px; height:14px; line-height:14px;
  position:absolute; right:18px; top:26px;
}
.gyd_category_list li.active > .child_menu_button:before { content:'\e911'; }
.gyd_category_list .child_menu_button:hover { }
.gyd_category_list a {
  display:block; padding:0 24px; height:60px; line-height:60px; overflow:hidden; margin:0 0 -1px 0; text-decoration:none; position:relative; background:#fff; border:1px solid #ddd;
  -webkit-box-sizing:border-box; box-sizing:border-box;
}
.gyd_category_list a:hover { color:#fff; }
.gyd_category_list li li a { padding-left:38px; }
.gyd_category_list li li li a { padding-left:52px; }
.gyd_category_list li li li li a { padding-left:66px; }
.gyd_category_list ul {
  display:none; margin:0 !important; padding:0 !important; background:none;
  z-index:9; position:relative;
}
.gyd_category_list li.open > ul { }
.gyd_category_list ul ul { width:100%; position:relative;}
.gyd_category_list ul li { margin:0; padding:0; }
.gyd_category_list_widget .widget_headline {
  background:#fff; height:60px; line-height:60px; padding:0 25px 0 85px; font-size:16px; border:1px solid #ddd; position:relative; margin:0 0 30px 0;
  -webkit-box-sizing:border-box; box-sizing:border-box;
}
.gyd_category_list_widget .widget_headline:before {
  content:''; display:block; float:left; background:#000; width:60px; height:60px; line-height:60px; margin:0; position:absolute; top:-1px; left:-1px;
  color:#fff; text-align:center; font-weight:normal; -webkit-font-smoothing: antialiased; -moz-osx-font-smoothing: grayscale;
}
.gyd_category_list_widget .widget_headline:after {
  content:''; display:block; position:absolute; left:22px; bottom:-10px;
  width:0; height:0; border-style: solid; border-width:10px 7px 0 7px; border-color:#000000 transparent transparent transparent;
}


/* アーカイブ、カテゴリードロップダウンメニュー */
.widget_archive, .widget_categories, .gydw_archive_list_widget { }
.widget_archive .side_headline { margin:0 0 20px 0; }
.widget_archive ul  { margin:0; padding:0; }
.widget_archive ul li { }
.widget_archive select, .widget_categories select, .gyd_archive_dropdown select { border:none; height:50px; line-height:50px; padding:0px 16px; width:100%; margin:0; }
.widget_archive select { border:1px solid #ddd; padding:12px; }
.widget_archive label, .widget_categories label { display:none; }
.widget_archive select option, .widget_categories select option, .gyd_archive_dropdown option { background:#fff; color:#000; }


/* アーカイブ一覧 */
.gydw_archive_list_widget .side_headline { display:none; }
.p-widget-dropdown { height:50px; line-height:50px; position:relative; }
.p-widget-dropdown::after { color:#666; content:"\e90e"; font-family: "FontAwesome"; position:absolute; top:0; right: 17px; z-index:1; }
.p-widget-dropdown select { padding-right:33px; position:relative; z-index:2; -webkit-appearance:none; appearance:none; }
.p-widget-dropdown select::-ms-expand { display:none; }

.p-dropdown { font-size:14px; position:relative; }
.p-dropdown__title { -webkit-box-sizing:border-box; box-sizing:border-box; position: relative; height:50px; line-height:50px; padding:0 18px; border:none; background:#fff; }
.p-dropdown__title::after { position:absolute; right:17px; top:4px; font-family:"FontAwesome"; content:"\e90e"; }
.p-dropdown__title:hover { cursor:pointer; }
.p-dropdown__title.is-active::after { content:"\e911"; }
.p-dropdown__list { display:none; position:absolute; width:100%; border-top:1px solid #ddd; z-index:9; }
.p-widget .p-dropdown .p-dropdown__list { margin:0; }
.p-dropdown__list li { border:1px solid #ddd; border-top:0; line-height:1.5; margin:0; padding:0; }
.p-dropdown__list li a { display:block; padding:14px 18px; background:#fff; color:#000; }
.p-dropdown__list li a:hover { }
body.light_color .p-dropdown__title, body.light_color .p-dropdown__list li { border-color:#ddd !important; }


/* デザインセレクトボックス */
.design_select_box { position:relative; background:#fff; }
.design_select_box label { pointer-events:none; width:50px; height:50px; display:block; right:0px; top:0px; position:absolute; text-indent:-200%; overflow:hidden; z-index:10; }
.design_select_box label:after { text-indent:0px; color:#333; content:"\e90e"; font-family: "FontAwesome"; font-size:14px; width:14px; height:14px; position:absolute; top:21px; right:18px; z-index:11; }
.design_select_box.open label:after { content:"\e911"; }
.design_select_box select {
  -webkit-appearance:none; -moz-appearance:none; appearance:none; -webkit-border-raidus:0px; border-raidus:0px;
  cursor:pointer; border:none; width:100%; height:50px; line-height:50px; padding:0 15px;
  background:none !important;
}
.design_select_box select::-ms-expand{ display:none; }


/* デフォルトの最近の記事 */
.widget_recent_entries li { border-bottom:1px dotted #ccc; padding:0 0 15px 0; }
.widget_recent_entries li:last-child { border:none; padding:0; }




/* ----------------------------------------------------------------------
 コメント
---------------------------------------------------------------------- */
/* 基本設定 */
#comments { margin:50px 0 0 0; padding: 20px; }
#comments .design_headline { font-weight:600; }
#comments .design_headline:before { background:#000; font-family:'FontAwesome'; content:'\f0e6'; font-size:19px; line-height:62px; }


/* コメント・トラックバックのタブ */
#comment_header { position:relative; margin:0 0 25px; }
#comment_tab { margin:0; }
#comment_tab li { float:left; text-align:center; margin:0; width:50%; }
#comment_tab li a, #comment_tab li p { font-size:11px; padding:15px 15px; line-height:1.6; display:block; text-decoration:none; background:#fff; color:#000; }
#comment_tab li a:hover { color:#fff !important; background:#aaa; }
#comment_tab li.active a, #comment_header #comment_closed p { color:#fff; position:relative; background:#aaa; }
#comment_tab li.active a:hover { }


/* コメントの基本部分 */
.commentlist { list-style-type:none; margin:0; padding:0; }
.comment { margin:0 0 15px; padding:15px 20px 0; background:#fff; border:1px solid #ddd; }
#comments .post_content { margin:0; padding:0; background:none; }


/* コメントの情報部分 */
.comment-meta { position:relative; margin:0 0 10px 0; }

.comment-meta-left { float:left; width:100%; }
#comments .avatar { float:left; margin:0 10px 0 0; width:40px; height:40px; border-radius:100%; }
.comment-name-date { padding:3px 0 0 0; height:37px; }

a.admin-url { text-decoration:underline; }
a.guest-url { text-decoration:underline; }

.comment-name-date { margin:0; }
.comment-date { font-size:11px; color:#888; margin:10px 0 0 0; }

.comment-act { font-size:11px; position:absolute; right:0px; padding:0; margin:5px 0 0 0; }
.comment-act li { display:inline; margin:0; }
.comment-reply a, .comment-reply a:visited { border-right:1px solid #aaa; padding:0 10px 0 0; margin:0 6px 0 0; }
.comment-edit a, .comment-edit a:visited { border-left:1px solid #aaa; padding:0 0 0 10px; margin:0 0 0 6px; }


/* コメント本文 */
#comments .post_content p { margin:0 0 15px 0; }
#comments .post_content blockquote span { margin:0 0 -1em 0; display:block; }


/* メッセージ、警告文 */
.comment-note { display:block; font-size:11px; margin:0 0 1em 0; color:#33a8e5; border:1px solid #94ddd4; padding:10px 15px; background:#d6f4f0; }
.comment_closed { border:1px solid #ccc; text-align:center; margin:0 35px 15px 0; padding:15px; background:#fefefe; }
.no_comment { padding-bottom:15px; }
.comment_message { margin:0 0 25px 0; }


/* トラックバック */
.commentlist .ping-link { margin:0 0 25px 0; }
.commentlist .ping-meta { margin:0 0 15px 0; }


/* ページナビ */
#comment_pager { margin:0 0 10px; height:24px; }
#comment_pager a, #comment_pager span { display:inline; float:left; margin:0 10px 0 0; }
#comment_pager .current { text-decoration:underline; }


/* コメントフォーム */
.comment_form_wrapper { border:1px solid #ddd; margin:0 0 0px; padding:15px; background:#fff; }
.comment .comment_form_wrapper { margin:0 0 20px; }

#cancel_comment_reply a { background:#eee; margin:0 0 1em 0; padding:10px; text-align:center; display:block; }
#cancel_comment_reply a:hover { background:#222; color:#fff; }

#comment_user_login p { padding:0 0 0 1px; margin:0; line-height:1; }
#comment_user_login span { margin:0 0 0 40px; }

#comment_login { margin:0; padding:3px 30px 10px 30px; }
#comment_login p { margin:0; padding:12px 0 11px 36px; line-height:1; }
#comment_login a { margin:0 0 0 20px; padding:0; }

#guest_info { padding:0; width:100%; }
#guest_info div { margin:0 0 12px 0; text-align:left; }
#guest_info input { margin:0; padding:5px 10px; border:1px solid #ccc; width:100%; background:#fff; box-shadow:1px 1px 5px 0 rgba(0,0,0,0.1) inset; }
#guest_info input:focus { border:1px solid #999; }
#guest_info label { display:block; margin:0 0 10px 0; padding:0; font-size:12px; }
#guest_info span { margin:0 10px 0 0; }

#comment_textarea textarea {
  margin:15px 0 0; width:100%; height:150px; font-size:12px; overflow:auto; padding:10px;
  background:#fff; color:#000; border:1px solid #ccc; box-shadow:1px 1px 5px 0 rgba(0,0,0,0.1) inset;
}
#comment_textarea textarea:focus { border:1px solid #999; }

#submit_comment_wrapper { text-align:center; }
#submit_comment {
  color:#000; background:#eee; border:none; cursor:pointer; font-size:14px; width:200px; height:50px; margin:15px auto 0; display:block;
  -webkit-transition: background-color 200ms ease-in-out; transition: background-color 200ms ease-in-out;
}
#submit_comment:hover { background:#222; color:#fff; }

#input_hidden_field { display:none; }


/* パスワード保護 */
.password_protected { text-align:center; margin:0 38px 30px; padding:10px 20px; color:#fff; background:#3db4b2; border-radius:5px; }
.password_protected p { font-size:12px; margin:0; line-height:1.6; }




/* ----------------------------------------------------------------------
　アニメーションの設定
---------------------------------------------------------------------- */
/* 下から上へスライドアップ */
@-webkit-keyframes slideUp {
  0% { bottom:-50px; }
  100% { opacity:1; bottom:0; }
}
@keyframes slideUp {
  0% { bottom:-50px; }
  100% { opacity:1; bottom:0; }
}

/* ズームアウト */
@-webkit-keyframes zoomOut {
  0% { transform: scale(1.0) rotate(0.0001deg); }
  100% { transform: scale(1.3); }
}
@keyframes zoomOut {
  0% { transform: scale(1.0) rotate(0.0001deg); }
  100% { transform: scale(1.3); }
}

/* ズームイン */
@-webkit-keyframes zoomIn {
  0% { transform: scale(1.3) rotate(0.0001deg); }
  100% { transform: scale(1.0); }
}
@keyframes zoomIn {
  0% { transform: scale(1.3) rotate(0.0001deg); }
  100% { transform: scale(1.0); }
}

/* フェードイン */
@-webkit-keyframes opacityAnimation {
  0% { opacity:0; }
  100% { opacity:1; }
}
@keyframes opacityAnimation {
  0% { opacity:0; }
  100% { opacity:1; }
}

/* フェードアウト */
@-webkit-keyframes opacityAnimation2 {
  0% { opacity:1; }
  100% { opacity:0; }
}
@keyframes opacityAnimation2 {
  0% { opacity:1; }
  100% { opacity:0; }
}

/* 左から右へスライド */
@-webkit-keyframes slideRight {
  0% { left:-200px; opacity:0; }
  100% { left:0px; opacity:1; }
}
@keyframes slideRight {
  0% { left:-200px; opacity:0; }
  100% { left:0px; opacity:1; }
}

/* ポップアップ（実績一覧） */
@keyframes popup {
  0% { transform: scale(.1); }
  100% { transform: none; }
}
@keyframes popup {
  0% { transform: scale(.1); }
  100% { transform: none; }
}


/* 左からスライドイン（スライダー用） */
@-webkit-keyframes index_slider_type1_current {
  0% { left:0px; }
  100% { left:100%; }
}
@-webkit-keyframes index_slider_type1_next {
  0% { left:-100%; }
  100% { left:0px; }
}
@keyframes index_slider_type1_current {
  0% { left:0px; }
  100% { left:100%; }
}
@keyframes index_slider_type1_next {
  0% { left:-100%; }
  100% { left:0px; }
}

/* 左右からスライドイン（スライダー用） */
@-webkit-keyframes index_slider_type2_odd_current {
  0% { left:0px; }
  100% { left:100%; }
}
@keyframes index_slider_type2_odd_current {
  0% { left:0px; }
  100% { left:100%; }
}
@-webkit-keyframes index_slider_type2_even_current {
  0% { left:0px; }
  100% { left:-100%; }
}
@keyframes index_slider_type2_even_current {
  0% { left:0px; }
  100% { left:-100%; }
}
@-webkit-keyframes index_slider_type2_odd_next {
  0% { left:-100%; }
  100% { left:0; }
}
@keyframes index_slider_type2_odd_next {
  0% { left:-100%; }
  100% { left:0; }
}
@-webkit-keyframes index_slider_type2_even_next {
  0% { left:100%; }
  100% { left:0; }
}
@keyframes index_slider_type2_even_next {
  0% { left:100%; }
  100% { left:0; }
}

/* 上下からスライドイン（スライダー用） */
@-webkit-keyframes index_slider_type3_odd_current {
  0% { top:0px; }
  100% { top:100%; }
}
@keyframes index_slider_type3_odd_current {
  0% { top:0px; }
  100% { top:100%; }
}
@-webkit-keyframes index_slider_type3_even_current {
  0% { top:0px; }
  100% { top:-100%; }
}
@keyframes index_slider_type3_even_current {
  0% { top:0px; }
  100% { top:-100%; }
}
@-webkit-keyframes index_slider_type3_odd_next {
  0% { top:-100%; }
  100% { top:0; }
}
@keyframes index_slider_type3_odd_next {
  0% { top:-100%; }
  100% { top:0; }
}
@-webkit-keyframes index_slider_type3_even_next {
  0% { top:100%; }
  100% { top:0; }
}
@keyframes index_slider_type3_even_next {
  0% { top:100%; }
  100% { top:0; }
}

/* ズームアウト・ズームイン（スライダー用） */
@-webkit-keyframes index_slider_type4_current {
  0% { transform: scale(1); }
  70% { transform: scale(2.0); }
}
@keyframes index_slider_type4_current {
  0% { transform: scale(1); }
  70% { transform: scale(2.0); }
}
@-webkit-keyframes index_slider_type4_next {
  0% { transform: scale(2.0); opacity:0; }
  100% { transform: scale(1); opacity:1; }
}
@keyframes index_slider_type4_next {
  0% { transform: scale(2.0); opacity:0; }
  100% { transform: scale(1); opacity:1; }
}




/* ----------------------------------------------------------------------
 WordPress プリセットスタイル
---------------------------------------------------------------------- */
/* alignment */
.post_content .alignright { float:right; }
.post_content .alignleft { float:left; }
.post_content .aligncenter { display:block; margin-left:auto; margin-right:auto; margin-bottom:7px; }
.post_content blockquote.alignleft, .post_content img.alignleft { margin:7px 24px 7px 0; }
.post_content .wp-caption.alignleft { margin:7px 14px 7px 0; }
.post_content blockquote.alignright, .post_content img.alignright { margin:7px 0 7px 24px; }
.post_content .wp-caption.alignright { margin:7px 0 7px 14px; }
.post_content blockquote.aligncenter, .post_content img.aligncenter, .post_content .wp-caption.aligncenter { margin-top:7px; margin-bottom:7px; }


/* text and headline */
.post_content p { line-height:1.8; margin:0 0 1.5em 0; }
.post_content h1, .post_content h2, .post_content h3, .post_content h4, .post_content h5, .post_content h6 { clear:both; line-height:1.5; clear: both; margin:0 0 1.5em 0; padding:0; }
.post_content h1 { font-size:150%; }
.post_content h2 { font-size:140%; }
.post_content h3 { font-size:130%; }
.post_content h4 { font-size:120%; }
.post_content h5 { font-size:110%; }
.post_content h6 { font-size:100%; }


/* image */
.post_content img[class*="align"], .post_content img[class*="wp-image-"], .post_content img[class*="attachment-"], .post_content img.size-full, .post_content img.size-large, .post_content .wp-post-image, .post_content img
 { height:auto; max-width:100%; }


/* list */
.post_content ul, .post_content ol, .post_content dl { position: relative; margin-bottom: 24px; }
.post_content li, .post_content dt, .post_content dd { line-height: 2.2; }

/* .post_content ul { list-style:circle outside none; margin-left: 1.3em; }
.post_content ul > li { list-style: none; position: relative; }
.post_content ul > li:before {
  display: block;
  content: "";
  position: absolute;
  left: -18px;
  top: .9em;
  width: .5em;
  height: .5em;
  line-height: .5em;
  background: #666;
  color: #fff;
  border-radius: 50%;
  text-align: center;
} */
.post_content li > ul, .post_content li > ol { margin-bottom: 0; }
.post_content ol { list-style: decimal outside none; margin-left: 1.8em; counter-reset: number; }
.post_content ol > li { list-style: none; position: relative; }
.post_content ol > li:before {
  display: block;
  counter-increment: number;
  content: counter(number);
  position: absolute;
  left: -25px;
  top: .7em;
  /* top: 50%;
  transform: translateY(-50%); */
  width: 1.8em;
  height: 1.8em;
  line-height: 1.8em;
  background: #666;
  color: #fff;
  border-radius: 50%;
  font-family: 'Lato',sans-serif;
  font-size: .7em;
  font-weight: 700;
  text-align: center;
}
.post_content dt { font-weight: bold; }
.post_content dd { margin-bottom: 1em; }


/* table */
.post_content table { margin:0 0 24px 0; width:100% !important; }
.post_content td, .post_content th { border:1px solid #ccc; padding:10px 15px; line-height:2.2; background:#fff; }
.post_content th { background:#f2f2f2; font-weight:normal; }
/* table style */
.post_content table.table_no_border th, .post_content table.table_no_border td { border:none; padding-left:0; }
.post_content table.table_border_horizontal th, .post_content table.table_border_horizontal td { border-left:none; border-right:none; padding-left:0; }
body.light_color .post_content td, body.light_color .post_content th { border:1px solid #ccc; background:#fafafa; }
body.light_color .post_content th { background:#eee; }


/* block quote */
.post_content blockquote { margin:0 0 25px 0; padding:27px 30px 0; background:#fff; border:1px solid #ccc; box-shadow:0px 4px 0px 0px #f8f8f8; position:relative; }
.post_content blockquote:before { content: '"'; font-style:italic; font-size:30px; font-weight:normal; line-height:40px; width:30px; height:30px; position:absolute; top:5px; left:10px; color:#5cbcd7; }
.post_content blockquote:after { content: '"'; font-style:italic; font-size:30px; font-weight:normal; text-align:left; line-height:60px; width:30px; height:30px; position:absolute; bottom:7px; right:-2px; color:#5cbcd7; }
.post_content blockquote cite { border-top:1px dotted #aaa; display:block; padding:20px 0 0 0; font-style:italic; text-align:right; font-size:90%; }


/* captions */
.post_content .wp-caption {
  margin-bottom:24px; background:#f8f8f8; border:1px solid #ccc; padding:5px; max-width:100%;
  -webkit-border-radius:5px; border-radius:5px;
  -webkit-box-sizing:border-box; box-sizing:border-box;
}
.post_content .wp-caption-text { text-align:center; font-size:12px; font-style:italic; line-height:1.5; margin:9px auto; }
.post_content .wp-caption img[class*="wp-image-"] { display:block; margin:0 auto; }


/* gallery */
.gallery { margin-bottom:20px; }
.gallery a img { border: 0 !important; }
.gallery-item { float:left; margin:0 4px 4px 0; overflow:hidden; position:relative; }
.gallery-columns-1 .gallery-item { max-width:100%; }
.gallery-columns-2 .gallery-item { max-width:48%; max-width:-webkit-calc(50% - 4px); max-width:calc(50% - 4px); }
.gallery-columns-3 .gallery-item { max-width:32%; max-width:-webkit-calc(33.3% - 4px); max-width:calc(33.3% - 4px); }
.gallery-columns-4 .gallery-item { max-width:23%; max-width:-webkit-calc(25% - 4px); max-width:calc(25% - 4px); }
.gallery-columns-5 .gallery-item { max-width:19%; max-width:-webkit-calc(20% - 4px); max-width:calc(20% - 4px); }
.gallery-columns-6 .gallery-item { max-width:15%; max-width:-webkit-calc(16.7% - 4px); max-width:calc(16.7% - 4px); }
.gallery-columns-7 .gallery-item { max-width:13%; max-width:-webkit-calc(14.28% - 4px);	max-width:calc(14.28% - 4px); }
.gallery-columns-8 .gallery-item { max-width:11%; max-width:-webkit-calc(12.5% - 4px); max-width:calc(12.5% - 4px); }
.gallery-columns-9 .gallery-item { max-width: 9%; max-width:-webkit-calc(11.1% - 4px); max-width:calc(11.1% - 4px); }
.gallery-columns-10 .gallery-item { max-width: 7%; max-width:-webkit-calc(9.4% - 0px); max-width:calc(9.4% - 0px); }
.gallery-columns-1 .gallery-item:nth-of-type(1n), .gallery-columns-2 .gallery-item:nth-of-type(2n), .gallery-columns-3 .gallery-item:nth-of-type(3n), .gallery-columns-4 .gallery-item:nth-of-type(4n), .gallery-columns-5 .gallery-item:nth-of-type(5n), .gallery-columns-6 .gallery-item:nth-of-type(6n), .gallery-columns-7 .gallery-item:nth-of-type(7n), .gallery-columns-8 .gallery-item:nth-of-type(8n), .gallery-columns-9 .gallery-item:nth-of-type(9n), .gallery-columns-10 .gallery-item:nth-of-type(10n) { margin-right:0; }
.gallery-caption {
  background-color:rgba(0, 0, 0, 0.7); color:#fff; font-size:12px; line-height:1.5; margin:0; max-height:50%;
  opacity:0; padding:6px 8px; position:absolute; bottom:0; left:0; text-align:left; width:100%;
  -webkit-box-sizing:border-box; box-sizing:border-box;
}
.gallery-caption:before { content: ""; height:100%; min-height:49px; position:absolute; top:0; left:0; width:100%; }
.gallery-item:hover .gallery-caption { opacity: 1; }
.gallery-columns-7 .gallery-caption, .gallery-columns-8 .gallery-caption, .gallery-columns-9 .gallery-caption, .gallery-columns-10 .gallery-caption { display: none; }


/* etc */
.post_content .wp-smiley { border:0; margin-bottom:0; margin-top:0; padding:0; }
.post_content address { margin:0 0 24px 0; line-height:2.2; }
.post_content pre { border-left:3px solid #ccc; background:#f8f8f8; font-size:12px; margin:0 0 27px 0; line-height:1.7; padding:20px; overflow:auto; }
.post_content .sticky { }
.post_content .mejs-container { margin: 12px 0 25px; }


/* パスワード保護 */
.c-pw__desc, .c-pw__desc p { line-height:2.5; }
.c-pw__desc p { margin-bottom:16px; }
.c-pw__btn { border:none; background:#111; color: #fff; display: inline-block; padding: 0px 20px; font-size:14px; text-align:center; line-height:40px; height:40px; }
.c-pw__btn:hover { background:#333; color: #fff; }
.c-pw__btn--register { min-width: 160px; margin-bottom:32px; }
.c-pw__btn--submit { background:#111; color:#fff; min-width: 100px; border:0; cursor:pointer; top:-1px; position:relative; }
.c-pw .c-pw__btn:hover { text-decoration: none; }
.c-pw__box { width:100%; border:1px solid #ddd; padding: 25px 36px; display:inline-block; margin-bottom:40px; box-sizing: border-box; }
.c-pw__box .c-pw__box-desc { line-height:1.2; margin-bottom: 20px; }
.c-pw__box-label { margin-right: 14px; }
.c-pw__box-input { border:1px solid #ddd; background:#fff; height:40px; width:250px; margin-right: 13px; flex: 1; box-sizing: border-box; padding: 0 10px; }
.post_content .c-pw__btn, .post_content .c-pw__btn:hover { color: #fff; }


/* Cardlink style - カードリンクのスタイル */
.cardlink { word-wrap: break-word; max-width: 100%; margin: 45px 0 !important; padding: 12px; border: 1px solid #ddd; background: #fafafa; }
.cardlink_thumbnail { margin-right: 20px; float: left; }
.cardlink_content { line-height: 1.6; }
.cardlink_timestamp { display: inline; margin: 0; padding: 0; color: #222; font-size: 12px; line-height: 1.6; vertical-align: top; }
.cardlink_title { margin: 0 0 5px; font-size: 14px; }
.cardlink_title a { color: #000; font-weight: bold; text-decoration: none; }
.cardlink_title a:hover { text-decoration: underline; }
.cardlink_excerpt { overflow: hidden; color: #333; font-size: 12px; line-height: 1.8; }
.cardlink_footer { clear: both; }
.clear { clear: both; }
@media screen and (max-width: 767px) {
  .cardlink_thumbnail { float: none; }
  .cardlink_timestamp { line-height: 2.4; vertical-align: middle; }
  .cardlink_excerpt { float: none; }
}



/* Google Mapの設定 */
.p-btn {
  -webkit-box-sizing: border-box; box-sizing: border-box;
  display: inline-block; min-width: 180px; height: 50px; padding: 0 15px; border-radius: 0;
  color: #fff; font-size: 14px; line-height: 50px; text-align: center;
}
@media screen and (max-width: 767px) {
  .p-btn { height: 45px; font-size: 12px; line-height: 45px; }
}




/* ----------------------------------------------------------------------
 メンバーページ
---------------------------------------------------------------------- */
#main_contents.noside #main_col { width: 100%; float: none; padding: 0 30px;
  -webkit-box-sizing: border-box; box-sizing: border-box;
}
.p-entry.memberpage .post_content { padding-bottom: 50px; }
.p-membership-form { display: block; }

/* フォームエラー */
.form-message { background-color: #d9edf7; border: 1px solid #bce8f1; color: #31708f; padding: 9px 15px; text-align: left; }
.form-error { background-color: #f2dede; border: 1px solid #eed3d7; border-radius: 5px; color: #b94a48; padding: 9px 15px; text-align: left; }
div.form-message, div.form-error { line-height: 2; margin-bottom: 50px; }
.form-message p, .form-error p { margin-bottom: 1em !important; }
div.form-message > :last-child, div.form-error > :last-child { margin-bottom: 0 !important; }
.modal_wrap div.form-message, .modal_wrap div.form-error { margin-bottom: 30px; }




/* ----------------------------------------------------------------------
 ログイン・会員登録関連
---------------------------------------------------------------------- */
#modal_overlay { display:none; opacity:0; position:fixed; top:0px; left:0px; z-index:9999; width:100%; height:100%; background:rgba(0,0,0,0.6); }
#modal_overlay.open {
  display:block;
  -webkit-animation: opacityAnimation 0.5s cubic-bezier(0.165, 0.84, 0.44, 1) forwards;
  animation: opacityAnimation 0.5s cubic-bezier(0.165, 0.84, 0.44, 1) forwards;
}
.modal_wrap {
  width:500px; display:table; position:absolute; font-size:14px; background:#fff; border-radius:10px; box-shadow:0 0 15px 0 rgba(0,0,0,0.9); overflow:hidden;
  left:50%; top:50%; -ms-transform: translate(-50%, -50%); -webkit-transform: translate(-50%, -50%); transform: translate(-50%, -50%);
}
.modal_wrap .close_modal_button {
  position:absolute; top:0px; right:0px;
  width:40px; height:40px; line-height:40px; text-align:center; overflow:hidden; display:none; text-indent:-200px;
}
.modal_wrap .close_modal_button:before {
  font-family:'FontAwesome'; content:'\e91a'; color:#000; display:block; position:absolute; left:10px; top:13px; font-size:20px; height:16px; line-height:16px; text-indent:0;
  -webkit-font-smoothing: antialiased; -moz-osx-font-smoothing: grayscale;
}
.modal_wrap .close_modal_button:hover:before { }
.form_wrap .headline { text-align:center; color:#ff8000; font-size:24px; margin:0 0 32px 0; }
.form_wrap .input_field { background:#f4f4f4; border:1px solid #ddd; width:100%; height:52px; padding:0 20px; margin:0 0 30px 0; }
.form_wrap .input_field:focus { border-color:#ff8000; }
.form_wrap .submit input { width:260px; height:60px; border:none; background:#ff8000; color:#fff; font-size:16px; margin:0 0 30px 0; cursor:pointer; }


/* ログインフォーム */
#login_modal_wrap.hide {
  -webkit-animation: opacityAnimation2 0.5s cubic-bezier(0.165, 0.84, 0.44, 1) forwards;
  animation: opacityAnimation2 0.5s cubic-bezier(0.165, 0.84, 0.44, 1) forwards;
}
.login_form_wrap .login_form_area {
  padding:50px 70px; text-align:center; opacity:1;
  -webkit-box-sizing:border-box; box-sizing:border-box;
}
.login_form_wrap .remember { margin:0px 0 30px 0; text-align:center; }
.login_form_wrap .register_button_area {
  border-top:1px solid #ddd; padding:50px 70px; text-align:center;
  -webkit-box-sizing:border-box; box-sizing:border-box;
}
.login_form_wrap .register_button_area p { margin:0 0 30px 0; }
.login_form_wrap #create_account { width:260px; height:60px; line-height:60px; display:inline-block; background:#ff8000; color:#fff; font-size:16px; }


/* パスワードフォーム */
#password_modal_wrap { display:none; opacity:0; }
#password_modal_wrap.show {
  display:block;
  -webkit-animation: opacityAnimation 0.5s cubic-bezier(0.165, 0.84, 0.44, 1) forwards;
  animation: opacityAnimation 0.5s cubic-bezier(0.165, 0.84, 0.44, 1) forwards;
}
.password_form_wrap .password_form_area {
  padding:50px 70px; text-align:center;
  -webkit-box-sizing:border-box; box-sizing:border-box;
}
.password_form_wrap p { line-height:2.2; margin:0 0 30px 0; }
.password_form_wrap .submit input { margin-bottom:0; }


/* 会員登録 */
#register_modal_wrap { display:none; opacity:0; }
#register_modal_wrap.show {
  display:block;
  -webkit-animation: opacityAnimation 0.5s cubic-bezier(0.165, 0.84, 0.44, 1) forwards;
  animation: opacityAnimation 0.5s cubic-bezier(0.165, 0.84, 0.44, 1) forwards;
}
#register_modal_wrap .close_modal_button:before { color:#fff; }
.register_form_wrap .register_form_header { height:170px; background:#ff8000; }
.register_form_wrap .register_form_header h2 { font-size:24px; text-align:center; height:170px; line-height:170px; color:#fff; }
.register_form_wrap .register_form_area {
  padding:30px 70px 40px; text-align:center;
  -webkit-box-sizing:border-box; box-sizing:border-box;
}
.register_form_wrap .catch { font-size:16px; line-height:2.0; margin:0 -40px 25px; }
.register_form_wrap .receive_email { margin:0 0 20px 0; }
.register_form_wrap .receive_email input { margin:0 10px 0 0; }
.register_form_wrap .privacy_policy { font-size:14px; line-height:2.0; margin:0 -40px 25px; }
.register_form_wrap .privacy_policy a { color:#ff8000; }
.register_form_wrap .submit input { margin-bottom:0; }


/* モーダルアラート */
#message_modal_wrap { display:none; opacity:0; }
#message_modal_wrap.show {
  display:block;
  -webkit-animation: opacityAnimation 0.5s cubic-bezier(0.165, 0.84, 0.44, 1) forwards;
  animation: opacityAnimation 0.5s cubic-bezier(0.165, 0.84, 0.44, 1) forwards;
}
.modal_wrap .modal_contents { line-height:2.2; padding:40px; }
#message_modal_wrap .modal_contents { text-align:center;  }
#message_modal_wrap .close_modal_button { display:block; }




/* ----------------------------------------------------------------------
 マイページ
---------------------------------------------------------------------- */

/* ヘッダー */
#my_account_header { background:#fff; width:100%; height:200px; position:relative; margin:0 0 50px 0; }
#my_account_header .user_info { width:300px; position:absolute; left:40px; top:50%; -ms-transform: translateY(-50%); -webkit-transform: translateY(-50%); transform: translateY(-50%); display: flex; align-items: center; }
#my_account_header .avatar img { width:120px; height:120px; display:block; float:left; -webkit-border-radius:100%; border-radius:100%; margin:0 20px 0 0; }
#my_account_header .name { font-size:18px; color:#ff8000; line-height:1.6; }
#my_account_header .logout {
  display:block; font-size:14px; min-width:150px; height:60px; line-height:60px; text-align:center; background:#eee;
  position:absolute; right:40px; top:50%; -ms-transform: translateY(-50%); -webkit-transform: translateY(-50%); transform: translateY(-50%);
}


/* コンテンツタブ */
#my_account_content { background:#fff; }
#my_account_content_tab li { font-weight:600; width:calc(100% / 3); float:left; text-align:center; cursor:pointer; height:60px; line-height:60px; }
#my_account_content_tab li a { display:block; background:#eee; }
#my_account_content_tab li.active a { background:#fff; color:#000; }


/* 会員様へのお知らせ */
#my_account_news { display:none; padding:50px; }
#my_account_news .banner_area {
  margin:0 0 50px 0;
  display:-webkit-box; display:-ms-flexbox; display:-webkit-flex; display:flex;
 -ms-flex-wrap:wrap; -webkit-flex-wrap:wrap; flex-wrap:wrap;
 -ms-justify-content:center; -webkit-justify-content:center; justify-content:center;
}
#my_account_news .banner { margin:0 15px; }
#my_account_news .banner img { display:block; max-width:100%; height:auto; }
#my_account_news .news li { border:1px solid #ddd; margin:0 0 -1px 0; padding:35px 35px 25px; }
#my_account_news .news .date { font-size:12px; color:#999; margin:0 0 10px 0; }
#my_account_news .news .title { font-size:16px; line-height:2; }
#my_account_news .news .title p { margin:0; }


/* お気に入り */
#my_account_like { display:none; padding:50px; }
.gyd_post_list.type-card2 { font-size:0; }
.gyd_post_list.type-card2 .item { width:calc(100% / 3 - 11px); display:inline-block; position:relative; vertical-align:top; margin:16px 16px 16px 0; }
.gyd_post_list.type-card2 .item:nth-child(3n) { margin-right:0; }
.gyd_post_list.type-card2 .link { display:block; width:100%; height:100%; background:#fff; }
.gyd_post_list.type-card2 .image_wrap { display:block; width:100%; height:224px; position:relative; z-index:1; overflow:hidden; margin:0 0 15px 0; }
.gyd_post_list.type-card2 .image { width:100%; height:224px !important; display:block; overflow:hidden; position:relative; z-index:2; }
.gyd_post_list.type-card2 .title {
  font-size:16px; line-height:1.6; color:#000; max-height:3em; overflow:hidden; font-weight:bold;
  -webkit-transition-property:color; -webkit-transition-duration:0.2s; -webkit-transition-timing-function:ease;
  transition-property:color; transition-duration:0.2s; transition-timing-function:ease;
}
.gyd_post_list.type-card2 .title span { display:-webkit-box; -webkit-box-orient:vertical; -webkit-line-clamp:2; }
.gyd_post_list.type-card2 .delete {
  text-align:center; display:block; background:#bbb; -webkit-border-radius:100%; border-radius:100%; width:35px; height:35px; line-height:35px; text-indent:-200px; overflow:hidden;
  position:absolute; top:10px; left:10px; z-index:9;
}
.gyd_post_list.type-card2 .delete:before {
  display:block; font-size:16px; top:2px; font-family:'FontAwesome'; content:'\e91a'; color:#fff; text-indent:0;
  position:absolute; top:1px; left:9px;
}
.gyd_post_list.type-card2 .delete:hover { background:#ff7f00; }
#my_account_like .page_navi { margin:32px 0 -4px 0; }


/* アカウントの編集 */
#my_account_edit { display:none; padding:50px; }
#my_account_edit .headline { border-bottom:1px solid #ddd; font-size:19px; text-align:center; padding:0 0 45px 0; margin:0 0 50px 0; line-height:1; }
#my_account_edit dl {
  font-size:16px; margin:0 auto 39px; max-width:710px;
  display:-webkit-box; display:-ms-flexbox; display:-webkit-flex; display:flex;
  -ms-flex-wrap:wrap; -webkit-flex-wrap:wrap; flex-wrap:wrap;
  -ms-justify-content:space-between; -webkit-justify-content:space-between; justify-content:space-between;
}
#my_account_edit dt {
  font-size:15px; font-weight:600; width:240px; line-height:2.2; padding:9px 20px 7px 0; position:relative; text-align:right;
  -webkit-box-sizing:border-box; box-sizing:border-box;
}
#my_account_edit dd {
  -webkit-width:calc(100% - 240px); width:calc(100% - 240px); padding:0; line-height:2.2;
  -webkit-box-sizing:border-box; box-sizing:border-box;
}
#my_account_edit dd .input_field { font-weight:600; width:360px; border:1px solid #ddd; height:50px; background:#f4f4f4; padding:0 20px; }
#my_account_edit dd .input_field:focus { border-color:#ff8000; }
#my_account_edit dd .receive_email { margin:-10px 0 20px; display:block; }
#my_account_edit .image_area { padding-top:20px; }
#my_account_edit .image_area input { display:none; }
#my_account_edit .image { width:180px; height:180px; margin:10px 0 31px 27px; position:relative; }

#my_account_edit .image_current, #my_account_edit .image_bg { width:100%; height:100%; background-position:center; background-repeat:no-repeat; background-size:cover; border-radius:100%; }
#my_account_edit .image_current { position:relative; z-index: 2; }
#my_account_edit .image_bg { background-image:url(assets/images/common/no_avatar.png); position:absolute; top:0; left:0; z-index: 1; }
#my_account_edit .image .delete_button { width:40px; height:40px; line-height:40px; text-align:center; overflow:hidden; position:absolute; top:-14px; right:-26px; z-index: 3; -webkit-transition-property:none; transition-property:none; }
#my_account_edit .image .delete_button:before { font-family:'FontAwesome'; content:'\e91a'; display:block; font-size:20px; -webkit-font-smoothing:antialiased; -moz-osx-font-smoothing:grayscale; }
#my_account_edit .upload_button { margin-left:17px; width:200px; height:50px; line-height:50px; display:block; border:1px solid #ddd; text-align:center; }
#my_account_edit .change_password .input_field:last-child { margin-bottom: 0; }
#my_account_edit .submit { text-align:center; }
#my_account_edit .submit input { margin:10px 0 0; }
#my_account_edit #delete_account { display:block; text-align:center; color:#000; background:#eee; height:50px; line-height:50px; padding:0 10px; width:200px; margin:50px auto 0; }
#my_account_edit #delete_account:hover { color:#ff7f00; }