@charset "UTF-8";
/*
Theme Name:EVERY
Theme URI:https://tcd-theme.com/tcd075
Description:WordPress theme "EVERY" is the 75th TCD theme. It allows you to run a membership media. You can also use it to increase your newsletter subscribers by getting their email addresses when they register. We hope you expand your online business.
Author:TCD
Author URI:https://tcd-theme.com/
Version:2.6.1
Text Domain:tcd-w
*/
.pc_only {
  display: block !important;
}
@media (max-width: 767px) {
  .pc_only {
    display: none !important;
  }
}

.sp_only {
  display: none !important;
}
@media (max-width: 767px) {
  .sp_only {
    display: block !important;
  }
}

/* ------------------------------------------------------------------------------------
 web fonts　ウェブフォントファイルを変更した場合はv=1.0の数字を変更（キャッシュ対策）
------------------------------------------------------------------------------------ */
@font-face {
  font-family: 'design_plus';
  src: url("fonts/design_plus.eot?v=1.6");
  src: url("fonts/design_plus.eot?v=1.6#iefix") format("embedded-opentype"), url("fonts/design_plus.woff?v=1.6") format("woff"), url("fonts/design_plus.ttf?v=1.6") format("truetype"), url("fonts/design_plus.svg?v=1.6#design_plus") format("svg");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: 'headline_icon';
  src: url("fonts/headline_icon.eot?v=1.4");
  src: url("fonts/headline_icon.eot?v=1.4#iefix") format("embedded-opentype"), url("fonts/headline_icon.woff?v=1.4") format("woff"), url("fonts/headline_icon.ttf?v=1.4") format("truetype"), url("fonts/headline_icon.svg?v=1.4#headline_icon") format("svg");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: 'update_icon';
  src: url("fonts/update_icon.eot?v=1.0");
  src: url("fonts/update_icon.eot?v=1.0#iefix") format("embedded-opentype"), url("fonts/update_icon.woff?v=1.0") format("woff"), url("fonts/update_icon.ttf?v=1.0") format("truetype"), url("fonts/update_icon.svg?v=1.0#update_icon") format("svg");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: 'footer_bar';
  src: url("fonts/footer_bar.eot?v=1.2");
  src: url("fonts/footer_bar.eot?v=1.2#iefix") format("embedded-opentype"), url("fonts/footer_bar.woff?v=1.2") format("woff"), url("fonts/footer_bar.ttf?v=1.2") format("truetype"), url("fonts/footer_bar.svg?v=1.2#footer_bar") format("svg");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: 'tiktok_x_icon';
  src: url("fonts/tiktok_x_icon.eot?v=1.0");
  src: url("fonts/tiktok_x_icon.eot?v=1.0#iefix") format("embedded-opentype"), url("fonts/tiktok_x_icon.woff?v=1.0") format("woff"), url("fonts/tiktok_x_icon.ttf?v=1.0") format("truetype"), url("fonts/tiktok_x_icon.svg?v=1.0#tiktok_x_icon") format("svg");
  font-weight: normal;
  font-style: normal;
}
/* ----------------------------------------------------------------------
 reset css
---------------------------------------------------------------------- */
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-size: 100%;
  vertical-align: baseline;
}

article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
  display: block;
}

html {
  overflow-y: scroll;
  -webkit-text-size-adjust: 100%;
}

ul, ol {
  list-style: none;
}

blockquote, q {
  quotes: none;
}

blockquote:before, blockquote:after, q:before, q:after {
  content: '';
  content: none;
}

a:focus {
  outline: none;
}

ins {
  text-decoration: none;
}

mark {
  font-style: italic;
  font-weight: bold;
}

del {
  text-decoration: line-through;
}

abbr[title], dfn[title] {
  border-bottom: 1px dotted;
  cursor: help;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
  width: 100%;
}

hr {
  display: block;
  height: 1px;
  border: 0;
  border-top: 1px solid #ccc;
  margin: 1em 0;
  padding: 0;
}

button, input, select, textarea {
  outline: 0;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  font-size: 100%;
}

input, textarea {
  background-image: -webkit-linear-gradient(rgba(255, 255, 255, 0), rgba(255, 255, 255, 0));
  -webkit-appearance: none;
  border-radius: 0;
  /* Removing the inner shadow, rounded corners on iOS inputs */
}

input[type="checkbox"] {
  -webkit-appearance: checkbox;
}

input[type="radio"] {
  -webkit-appearance: radio;
}

button::-moz-focus-inner, input::-moz-focus-inner {
  border: 0;
  padding: 0;
}

iframe {
  max-width: 100%;
}

/* clearfix */
.clearfix::after {
  display: block;
  clear: both;
  content: "";
}

/* ----------------------------------------------------------------------
 基本設定
---------------------------------------------------------------------- */
body {
  background: #fff;
  font-family: Arial,sans-serif;
  font-size: 14px;
  line-height: 1;
  width: 100%;
  position: relative;
  -webkit-font-smoothing: antialiased;
  padding-top: 90px;
}

.pc body.admin-bar {
  padding-top: 122px;
}

a {
  text-decoration: none;
}

a, a:before, a:after, input {
  -webkit-transition-property: background-color, color;
  -webkit-transition-duration: 0.2s;
  -webkit-transition-timing-function: ease;
  transition-property: background-color, color;
  transition-duration: 0.2s;
  transition-timing-function: ease;
}

.clear {
  clear: both;
}

.hide {
  display: none;
}

/* レイアウト */
#container {
  position: relative;
  height: 100%;
}

#main_contents {
  width: 1160px;
  margin: 0 auto;
  padding: 60px 0 150px;
}

#main_col {
  width: 810px;
  float: left;
}

#side_col {
  width: 300px;
  float: right;
}

/* アイコン付きの見出し */
.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 30px 0;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

.design_headline:before {
  content: '';
  display: block;
  float: left;
  background: #000 url(img/icon/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;
}

/* ----------------------------------------------------------------------
 メガメニュー
---------------------------------------------------------------------- */
.pc .megamenu_button + ul {
  display: none !important;
}

#global_menu > ul > li.active_button > a:after {
  height: 4px;
}

/* メガメニューA */
.megamenu_recipe_category_list {
  display: none;
  overflow: hidden;
  width: 100%;
  position: absolute;
  top: 60px;
  z-index: 100;
  border-top: 1px solid #ddd;
  background: #fff;
  left: 0;
  right: 0;
  margin: auto;
}

.megamenu_recipe_category_list_inner {
  width: 1160px;
  margin: 0 auto;
  position: relative;
  border-right: 1px solid #ddd;
  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;
}

.megamenu_recipe_category_list .item {
  border-left: 1px solid #ddd;
  padding: 40px 30px 40px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  -ms-justify-content: space-between;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  -ms-flex: 1 1 0%;
  -webkit-flex: 1 1 0%;
  flex: 1 1 0%;
}

.megamenu_recipe_category_list .headline {
  color: #ff7f00;
  font-size: 18px;
  line-height: 1;
  margin: 0 0 27px 0;
}

.megamenu_recipe_category_list .headline a {
  color: #ff7f00;
  display: block;
}

.megamenu_recipe_category_list .image_wrap {
  display: block;
  width: -webkit-calc(100% + 62px);
  width: calc(100% + 62px);
  height: 100px;
  margin: 0 -31px 30px;
  position: relative;
  z-index: 1;
  overflow: hidden;
}

.megamenu_recipe_category_list .image {
  width: 100%;
  height: 100% !important;
  display: block;
  overflow: hidden;
  position: relative;
  z-index: 2;
}

.megamenu_recipe_category_list li {
  margin: 0 0 15px 0;
  line-height: 1;
  font-size: 14px;
}

.megamenu_recipe_category_list li:last-child {
  margin: 0;
}

.megamenu_recipe_category_list li a {
  display: block;
}

.megamenu_recipe_category_list .archive_link {
  margin-top: 130px;
  display: inline-block;
  font-size: 14px;
  height: 14px;
  line-height: 14px;
  position: relative;
  padding-right: 20px;
}

.megamenu_recipe_category_list .archive_link:after {
  font-family: 'design_plus';
  content: '\e910';
  width: 14px;
  height: 14px;
  position: absolute;
  top: 0px;
  right: 0;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

/* メガメニューB */
.megamenu_blog_list {
  display: none;
  overflow: hidden;
  width: 100%;
  position: absolute;
  top: 60px;
  z-index: 100;
  background: #fff;
  border-top: 1px solid #ddd;
  left: 0;
  right: 0;
  margin: auto;
}

.megamenu_blog_list_inner {
  width: 1160px;
  margin: 0 auto;
  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: space-between;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

.megamenu_blog_list .menu_area {
  width: 200px;
}

.megamenu_blog_list .menu_area a {
  display: block;
  height: 58px;
  line-height: 58px;
  font-weight: 600;
  padding: 0 25px;
}

.megamenu_blog_list .menu_area a:hover, .megamenu_blog_list .menu_area li.active a {
  color: #000;
}

.megamenu_blog_list .post_list_area {
  width: calc(100% - 200px);
}

.megamenu_blog_list .post_list {
  display: none;
  padding: 12px 12px 0;
  min-height: 474px;
  background: #333;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

.megamenu_blog_list .post_list:first-child {
  display: block;
}

.megamenu_blog_list .post_list li {
  width: 304px;
  height: 142px;
  float: left;
  margin: 0 12px 12px 0;
  padding: 17px;
  background: #fff;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

.megamenu_blog_list .post_list li:nth-child(3n) {
  margin-right: 0;
}

.megamenu_blog_list .post_list li a {
  display: block;
  width: 100%;
  height: 100%;
  position: relative;
}

.megamenu_blog_list .post_list .image_wrap {
  display: block;
  width: 110px;
  height: 110px;
  margin: 0 25px 0 0;
  position: relative;
  z-index: 1;
  overflow: hidden;
  float: left;
}

.megamenu_blog_list .post_list .image {
  width: 100%;
  height: 100% !important;
  display: block;
  overflow: hidden;
  position: relative;
  z-index: 2;
}

.megamenu_blog_list .post_list li .title {
  line-height: 2.0;
  font-size: 14px;
  overflow: hidden;
  font-weight: 600;
  max-height: 8.0em;
  z-index: 2;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

.megamenu_blog_list .post_list li .title span {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 4;
}

.megamenu_blog_list .register_link .title_area {
  filter: blur(4px);
  color: #000 !important;
}

.megamenu_blog_list .register_link .title_area {
  position: relative;
}

.megamenu_blog_list .register_link: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;
}

/* ----------------------------------------------------------------------
 投稿者一覧ページ
---------------------------------------------------------------------- */
#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%;
  height: 410px;
  overflow: hidden;
  margin: 0 0 40px 0;
}

#author_page_header .image .info_wrap {
  width: 250px;
  height: 100%;
  background: #fff;
  position: relative;
  overflow: hidden;
}

#author_page_header .image .info {
  padding: 0 53px;
  position: absolute;
  top: 47%;
  -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;
}

#author_page_header .author_link li a span {
  display: none;
}

#author_page_header .author_link li a:before {
  font-family: 'design_plus';
  font-size: 14px;
  display: block;
  position: absolute;
  top: 1px;
  left: 0;
  right: 0;
  margin: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

#author_page_header .author_link li a:hover:before {
  color: #aaa;
}

#author_page_header .author_link li.twitter a:before {
  font-family: 'tiktok_x_icon';
  content: "\e901";
}

#author_page_header .author_link li.facebook a:before {
  content: '\e902';
}

#author_page_header .author_link li.insta a:before {
  content: '\ea92';
}

#author_page_header .author_link li.pinterest a:before {
  content: '\e905';
}

#author_page_header .author_link li.google a:before {
  content: '\e900';
}

#author_page_header .author_link li.youtube a:before {
  font-family: 'footer_bar';
  content: "\ea9d";
}

#author_page_header .author_link li.contact a:before {
  content: '\f003';
}

#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(img/icon/icon_koushi.png) no-repeat center;
}

/* ----------------------------------------------------------------------
 レシピ一覧（共通）
---------------------------------------------------------------------- */
.recipe_list {
  margin-top: -16px;
}

#recipe_categry .recipe_list {
  margin-top: 0;
}

.recipe_list .item {
  width: calc(100% / 3 - 11px);
  height: 250px;
  float: left;
  position: relative;
  margin: 12px 16px 0 0;
}

.recipe_list .item:nth-child(3n) {
  margin-right: 0;
}

.recipe_list.type2 .item {
  height: 365px;
}

.recipe_list .link {
  display: block;
}

.recipe_list .image_wrap {
  display: block;
  width: 100%;
  height: 145px;
  position: relative;
  z-index: 1;
  overflow: hidden;
}

.recipe_list .image {
  width: 100%;
  height: 145px !important;
  display: block;
  overflow: hidden;
  position: relative;
  z-index: 2;
}

.recipe_list.type2 .image_wrap {
  height: 260px;
}

.recipe_list.type2 .image {
  height: 260px !important;
}

.recipe_list .title_area {
  border: 1px solid #ddd;
  border-top: none;
  display: block;
  height: 105px;
  padding: 16px 23px;
  position: relative;
  background: #fff;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

.recipe_list .title_area .title a {
  display: block;
  line-height: 1.6;
  color: #000;
  max-height: 3em;
  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;
}

.recipe_list .title_area .title span {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
}

.recipe_list .title_area .post_meta {
  font-size: 12px;
  line-height: 1;
  color: #999;
  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;
}

.recipe_list .title_area .post_meta a {
  color: #999;
}

.recipe_list .title_area .post_meta a:after {
  content: ',';
  color: #999;
}

.recipe_list .title_area .post_meta a:last-child:after, .recipe_list .title_area .post_meta a:only-child:after {
  display: none;
}

.recipe_list .title_area .post_meta a:hover {
  color: #ff7f00;
}

.recipe_list .premium_icon {
  width: 60px;
  height: 60px;
  background: #bcab4a;
  position: absolute;
  bottom: 0px;
  right: 0px;
  z-index: 10;
}

.recipe_list .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;
}

.recipe_list .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;
}

.recipe_list .register_link .title {
  filter: blur(4px);
  color: #000 !important;
}

.recipe_list .register_link a:hover {
  color: #000 !important;
}

.recipe_list .register_link .post_meta {
  filter: blur(4px);
  color: #999 !important;
}

/* ----------------------------------------------------------------------
 レシピ特集ページ
---------------------------------------------------------------------- */
#featured_recipe .design_headline:before {
  background: #000 url(img/icon/icon_special.png) no-repeat center;
}

#featured_recipe .total_post {
  font-size: 14px;
  position: absolute;
  right: 0px;
  top: 0px;
  height: 60px;
  line-height: 60px;
  padding: 0 26px;
  border-left: 1px solid #ddd;
}

#featured_recipe .recipe_list_desc {
  font-size: 16px;
  line-height: 2.5;
  margin: -15px 0 37px 0;
  position: relative;
}

/* ----------------------------------------------------------------------
 レシピランキングページ
---------------------------------------------------------------------- */
#ranking_recipe .design_headline .title {
  font-weight: 600;
}

#ranking_recipe .design_headline:before {
  background: #000 url(img/icon/icon_featured.png) no-repeat center;
}

#ranking_recipe .recipe_list_desc {
  font-size: 16px;
  line-height: 2.5;
  margin: -15px 0 34px 0;
  position: relative;
}

.ranking_list .item {
  height: 260px;
  width: 100%;
  margin: 0 0 -1px 0;
  border: 1px solid #ddd;
  position: relative;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

.ranking_list a {
  width: 100%;
  height: 100%;
  color: #000;
  background: #fff !important;
  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;
}

.ranking_list .image_wrap {
  display: block;
  width: 260px;
  height: 260px;
  position: relative;
  z-index: 1;
  overflow: hidden;
  margin: -1px;
}

.ranking_list .image {
  width: 100%;
  height: 100% !important;
  display: block;
  overflow: hidden;
  position: relative;
  z-index: 2;
}

.ranking_list .category {
  position: absolute;
  top: -1px;
  left: -1px;
  z-index: 10;
  min-width: 80px;
  max-width: 261px;
  height: 30px;
  line-height: 30px;
  background: #000;
  color: #fff;
  text-align: center;
  font-size: 12px;
  padding: 0 10px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}

.ranking_list .premium_icon {
  width: 60px;
  height: 60px;
  background: #bcab4a;
  position: absolute;
  bottom: 0px;
  right: 0px;
  z-index: 10;
}

.ranking_list .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;
}

.ranking_list .title_area {
  width: -webkit-calc(100% - 260px);
  width: calc(100% - 260px);
  padding: 0 50px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

.ranking_list .rank {
  font-size: 20px;
  font-weight: bold;
  color: #ff7f00;
  margin: 0 0 7px 0;
}

.ranking_list .title {
  font-size: 20px;
  line-height: 1.7;
  -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;
}

.ranking_list .register_link .title {
  filter: blur(6px);
  color: #000 !important;
}

#ranking_list_tab {
  background: #fff;
  border: 1px solid #ddd;
}

#ranking_list_tab li {
  font-weight: 600;
  width: calc(100% / 4);
  float: left;
  text-align: center;
  cursor: pointer;
  height: 58px;
  line-height: 58px;
  overflow: hidden;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

#ranking_list_tab li + li {
  border-left: 1px solid #ddd;
}

#ranking_list_tab li a {
  display: block;
}

#ranking_list_tab li.active a {
  color: #000;
}

.ranking_list_tab_content {
  display: none;
}

.ranking_list .item:first-child {
  border-top: none;
}

.ranking_list .item:first-child .category {
  top: 0;
}

/* ----------------------------------------------------------------------
 レシピアーカイブページ
---------------------------------------------------------------------- */
#recipe_archive .item {
  height: 420px;
  width: 100%;
  margin: 0 0 30px 0;
}

#recipe_archive .item:last-child {
  margin: 0;
}

#recipe_archive a {
  display: block;
  color: #000;
  background: #fff !important;
  position: relative;
}

#recipe_archive .image_wrap {
  display: block;
  width: 405px;
  height: 420px;
  position: relative;
  z-index: 1;
  overflow: hidden;
}

#recipe_archive .image {
  width: 100%;
  height: 100% !important;
  display: block;
  overflow: hidden;
  position: relative;
  z-index: 2;
}

#recipe_archive .category {
  position: absolute;
  top: 0px;
  left: 0;
  z-index: 10;
  width: 120px;
  height: 120px;
  background: #000;
  color: #fff;
  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;
}

#recipe_archive .desc {
  padding: 0 50px;
  font-size: 16px;
  line-height: 2.4;
  position: absolute;
  left: 405px;
  z-index: 10;
  top: 50%;
  -ms-transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  -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;
}

#recipe_archive .blur_image {
  display: none;
}

/* ----------------------------------------------------------------------
 レシピカテゴリーページ
---------------------------------------------------------------------- */
/* 子カテゴリー一覧 */
#recipe_child_category_list {
  margin: 0 0 40px 0;
}

#recipe_child_category_list li {
  float: left;
  width: calc(100% / 3 - 7px);
  margin: 0 10px 10px 0;
}

#recipe_child_category_list li:nth-child(3n) {
  margin-right: 0;
}

#recipe_child_category_list a {
  display: block;
  height: 60px;
  line-height: 60px;
  text-align: center;
  background: #fff;
  border: 1px solid #ddd;
}

/* 見出し */
#archive_headline {
  height: 60px;
  line-height: 60px;
  background: #fff;
  border: 1px solid #ddd;
  position: relative;
  margin: 0 0 18px 0;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

#archive_headline .category {
  font-size: 14px;
  float: left;
  padding: 0 26px;
  color: #fff;
  margin: -1px;
  position: relative;
}

#archive_headline .title {
  font-size: 20px;
  font-weight: 600;
  float: left;
  padding: 0 26px;
}

#archive_headline .post_count {
  font-size: 14px;
  font-weight: 600;
  position: absolute;
  right: 0px;
  top: 0px;
  height: 60px;
  line-height: 60px;
  padding: 0 26px;
  border-left: 1px solid #ddd;
}

#recipe_categry .child_category_desc {
  font-size: 16px;
  line-height: 2.5;
  margin: 0 0 22px 0;
}

/* ----------------------------------------------------------------------
 レシピ詳細ページ
---------------------------------------------------------------------- */
/* タイトルエリア */
#recipe_title_area {
  background: #fff;
  position: relative;
  padding: 30px;
}

#recipe_title_area .parent_category {
  font-size: 14px;
  width: 120px;
  height: 120px;
  line-height: 1.6;
  text-align: center;
  color: #fff;
  float: left;
  margin-right: 40px;
  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;
}

#recipe_title_area .title_area {
  float: left;
  width: -webkit-calc(100% - 160px);
  width: calc(100% - 160px);
}

#recipe_title_area .title {
  font-size: 26px;
  font-weight: 600;
  padding: 5px 170px 0 0;
  line-height: 1.5;
}

#recipe_title_area .meta li {
  float: left;
  font-size: 12px;
  color: #999;
  margin: 10px 10px 0 0;
  padding: 0 10px 0 0;
  border-right: 1px solid #ddd;
}

#recipe_title_area .meta li:last-child {
  border: none;
}

#recipe_title_area .meta li a {
  color: #999;
}

#recipe_title_area .meta li.child_category a:after {
  content: ', ';
  color: #999;
}

#recipe_title_area .meta li.child_category a:last-child:after {
  display: none;
}

#recipe_title_area .like_button {
  position: absolute;
  right: 30px;
  top: 30px;
  padding: 0 15px 0 30px;
  height: 35px;
  line-height: 35px;
  font-size: 12px;
  text-align: center;
  border: 1px solid #ff8001;
  color: #ff8001;
  border-radius: 10px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

#recipe_title_area .like_button:before {
  display: block;
  font-family: 'design_plus';
  content: '\e87d';
  width: 14px;
  height: 14px;
  line-height: 14px;
  color: #ff8001;
  position: absolute;
  top: 2px;
  bottom: 0;
  margin: auto;
  left: 12px;
  text-indent: 0;
  -webkit-transition-property: color;
  -webkit-transition-duration: 0.35s;
  -webkit-transition-timing-function: ease;
  transition-property: color;
  transition-duration: 0.35s;
  transition-timing-function: ease;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

#recipe_title_area .like_button:hover, #recipe_title_area .like_button.active {
  background: #ff8001;
  color: #fff !important;
}

#recipe_title_area .like_button:hover:before, #recipe_title_area .like_button.active:before {
  color: #fff !important;
}

#recipe_title_area .like_button.active {
  pointer-events: none;
}

#recipe_title_area .like_message {
  pointer-events: none;
  font-size: 11px;
  opacity: 0;
  position: absolute;
  min-width: 150px;
  padding: 0 10px;
  display: block;
  top: -50px;
  background: #ff8001;
  color: #fff;
  height: 30px;
  line-height: 30px;
  left: 50%;
  -ms-transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
}

#recipe_title_area .like_message:after {
  content: '';
  display: block;
  position: absolute;
  width: 0;
  height: 0;
  left: 50%;
  -ms-transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  border-style: solid;
  border-width: 8px 6px 0 6px;
  border-color: #ff8001 transparent transparent transparent;
}

#recipe_title_area a.clicked .like_message {
  -webkit-animation: like_animation 2.5s cubic-bezier(0.165, 0.84, 0.44, 1) forwards 0s;
  animation: like_animation 2.5s cubic-bezier(0.165, 0.84, 0.44, 1) forwards 0s;
}

@-webkit-keyframes like_animation {
  0% {
    top: -40px;
  }
  20% {
    opacity: 1;
    top: -50px;
  }
  70% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
@keyframes like_animation {
  0% {
    top: -40px;
  }
  20% {
    opacity: 1;
    top: -50px;
  }
  70% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
/* メインコンテンツ */
#recipe_main_content {
  margin-bottom: 40px;
}

/* 動画 */
#recipe_video {
  position: relative;
  width: 100%;
  padding-top: 56.25%;
  margin: 0;
}

#recipe_video video {
  position: absolute;
  top: 0;
  right: 0;
  width: 100%;
  height: 100%;
  margin: 0;
}

/* 調理時間 */
#recipe_video_data {
  font-size: 16px;
  background: #fff;
  margin: 0 0 40px 0;
  padding: 0;
  display: flex;
}

#recipe_video_data dt {
  width: 150px;
  height: 60px;
  display: flex;
  align-items: center;
  justify-content: center;
  line-height: 1.4;
  text-align: center;
  border-right: 1px solid #ddd;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

#recipe_video_data dd {
  width: calc(50% - 150px);
  height: 60px;
  display: flex;
  align-items: center;
  justify-content: center;
  line-height: 1.4;
  border-right: 1px solid #ddd;
  padding: 0 25px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

#recipe_video_data dd:last-child {
  border: none;
}

/* 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;
}

/* 画像スライダー */
#recipe_image_slider {
  position: relative;
  width: 100%;
  height: 500px;
}

#recipe_image_slider .item {
  width: 100%;
  height: 500px;
}

#recipe_image_slider .slick-arrow {
  border: none;
  background: none;
  width: 24px;
  height: 24px;
  overflow: hidden;
  text-indent: -400px;
  position: absolute;
  z-index: 9;
  cursor: pointer;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

#recipe_image_slider .slick-prev {
  position: absolute;
  left: 30px;
  top: 50%;
  -ms-transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}

#recipe_image_slider .slick-next {
  position: absolute;
  right: 30px;
  top: 50%;
  -ms-transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}

#recipe_image_slider .slick-arrow:after {
  display: block;
  font-family: 'design_plus';
  font-size: 24px;
  width: 24px;
  height: 24px;
  line-height: 24px;
  color: #fff;
  position: absolute;
  text-indent: 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;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

#recipe_image_slider .slick-prev:after {
  content: '\e90f';
  top: 0px;
  left: 0px;
}

#recipe_image_slider .slick-next:after {
  content: '\e910';
  top: 0px;
  left: 0px;
}

#recipe_image_slider .slick-arrow:hover:after {
  color: #ff8000;
}

#recipe_image_slider .slick-dots {
  position: absolute;
  z-index: 10;
  text-align: center;
  bottom: 25px;
  width: 100%;
  font-size: 0;
}

#recipe_image_slider .slick-dots li {
  display: inline-block;
  width: 12px;
  height: 12px;
  margin: 0 4px;
  font-size: 12px;
}

#recipe_image_slider .slick-dots button {
  cursor: pointer;
  border: none;
  color: transparent;
  width: 12px;
  height: 12px;
  display: block;
  font-size: 0;
  background: none;
  position: relative;
}

#recipe_image_slider .slick-dots button::before {
  content: '';
  display: block;
  width: 12px;
  height: 12px;
  line-height: 13px;
  background: #fff;
  border-radius: 20px;
  position: absolute;
  top: 0;
  left: 0;
}

#recipe_image_slider .slick-dots button:hover::before, #recipe_image_slider .slick-dots .slick-active button::before {
  background: #ff8000;
}

/* レシピ */
.recipe_material {
  margin: 0 0 50px 0;
}

.recipe_material .design_headline {
  font-weight: 600;
}

.recipe_material dl {
  background: #fff;
  border-left: 1px solid #ddd;
  border-top: 1px solid #ddd;
  margin: 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: space-between;
  -webkit-justify-content: space-between;
  justify-content: space-between;
}

.recipe_material dt {
  -webkit-width: calc(100% - 190px);
  width: calc(100% - 190px);
  border-right: 1px solid #ddd;
  border-bottom: 1px solid #ddd;
  line-height: 2.2;
  padding: 16px 25px 14px;
  position: relative;
  -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: space-between;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  -ms-align-items: center;
  -webkit-align-items: center;
  align-items: center;
}

.recipe_material dd {
  width: 190px;
  padding: 16px 25px 14px;
  border-right: 1px solid #ddd;
  border-bottom: 1px solid #ddd;
  line-height: 2.2;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

/* 作り方 */
.recipe_howto {
  margin: 0 0 50px 0;
}

.recipe_howto .design_headline {
  font-weight: 600;
}

.recipe_howto dl {
  background: #fff;
  border-left: 1px solid #ddd;
  border-top: 1px solid #ddd;
  margin: 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: space-between;
  -webkit-justify-content: space-between;
  justify-content: space-between;
}

.recipe_howto dt {
  width: 60px;
  border-right: 1px solid #ddd;
  border-bottom: 1px solid #ddd;
  line-height: 2.2;
  padding: 16px 25px 14px;
  position: relative;
  -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: space-between;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  -ms-align-items: center;
  -webkit-align-items: center;
  align-items: center;
  -ms-justify-content: center;
  -webkit-justify-content: center;
  justify-content: center;
}

.recipe_howto dd {
  -webkit-width: calc(100% - 60px);
  width: calc(100% - 60px);
  padding: 16px 25px 14px;
  border-right: 1px solid #ddd;
  border-bottom: 1px solid #ddd;
  line-height: 2.2;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

/* ポイント */
.recipe_point {
  margin: 0 0 50px 0;
}

.recipe_point .design_headline {
  font-weight: 600;
}

.recipe_point .post_content {
  border: 1px solid #ddd;
  background: #fff;
  padding: 20px 30px;
}

.recipe_point .post_content p:last-child {
  margin-bottom: 0;
}

/* ポイント */
.recipe_free {
  margin: 0 0 50px 0;
}

/* ページナビ */
body.single-recipe #next_prev_post {
  margin: 0 0 50px 0;
}

/* 関連レシピ */
#related_recipe .design_headline {
  font-weight: 600;
}

/* ----------------------------------------------------------------------
 お知らせ
---------------------------------------------------------------------- */
/* アーカイブページ */
#news_archive .design_headline {
  font-weight: 600;
  margin: 0 0 18px 0;
}

#news_archive .design_headline:before {
  background: #000 url(img/icon/icon_comment.png) no-repeat center;
}

#news_list .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_list .link {
  display: block;
  width: 100%;
  height: 100%;
  position: relative;
  background: #fff;
}

#news_list .image_wrap {
  display: block;
  width: 160px;
  height: 160px;
  position: relative;
  z-index: 1;
  overflow: hidden;
  float: left;
}

#news_list .image {
  width: 100%;
  height: 100% !important;
  display: block;
  overflow: hidden;
  position: relative;
  z-index: 2;
}

#news_list .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_list .title_area_inner {
  position: absolute;
  top: 50%;
  -ms-transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  right: 40px;
  left: 40px;
}

#news_list .no_image .title_area {
  float: none;
  width: 100%;
}

#news_list .no_image .title_area_inner {
  right: 20px;
  left: 20px;
}

#news_list .title {
  font-size: 18px;
  line-height: 1.8;
  font-weight: 600;
}

#news_list .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(img/icon/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: 'design_plus';
  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_recipe_slider {
  overflow: hidden;
  height: 383px;
}

#index_recipe_slider .item {
  width: 260px;
  height: 366px;
  position: relative;
  margin: 0 0 15px 0;
}

#index_recipe_slider .link {
  display: block;
}

#index_recipe_slider .image_wrap {
  display: block;
  width: 100%;
  height: 260px;
  position: relative;
  z-index: 1;
  overflow: hidden;
}

#index_recipe_slider .image {
  width: 100%;
  height: 260px !important;
  display: block;
  overflow: hidden;
  position: relative;
  z-index: 2;
}

#index_recipe_slider .title_area {
  border: 1px solid #ddd;
  border-top: none;
  display: block;
  height: 107px;
  padding: 16px 23px;
  position: relative;
  background: #fff;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

#index_recipe_slider .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_recipe_slider .title a:hover {
  color: orange;
}

#index_recipe_slider .title span {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
}

#index_recipe_slider .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_recipe_slider .premium_icon {
  width: 60px;
  height: 60px;
  background: #bcab4a;
  position: absolute;
  bottom: 0px;
  right: 0px;
  z-index: 10;
}

#index_recipe_slider .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_recipe_slider .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_recipe_slider .register_link .title {
  filter: blur(4px);
}

#index_recipe_slider .register_link .title a {
  color: #000;
}

#index_recipe_slider .register_link .post_meta {
  filter: blur(4px);
  color: #999 !important;
}

#index_recipe_slider .owl-nav button {
  border: none;
  height: 60px;
  width: 60px;
  overflow: hidden;
  text-indent: -400px;
  position: absolute;
  z-index: 9;
  cursor: pointer;
  background: #fff;
}

#index_recipe_slider .owl-prev {
  top: 100px;
  left: 0px;
  margin: auto;
}

#index_recipe_slider .owl-next {
  top: 100px;
  right: 0px;
  margin: auto;
}

#index_recipe_slider .owl-nav span:after {
  display: block;
  font-family: 'design_plus';
  font-size: 14px;
  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_recipe_slider .owl-prev span:after {
  content: '\e90f';
  top: -5px;
  left: 22px;
}

#index_recipe_slider .owl-next span:after {
  content: '\e910';
  top: -5px;
  left: 24px;
}

#index_recipe_slider .owl-nav button:hover span:after {
  color: #ff8000;
}

/* 無料会員登録メッセージ */
#index_welcome_message {
  text-align: center;
  padding: 75px 0 100px;
  width: 1160px;
  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 {
  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;
}

.cb_contents .post_content {
  font-size: 16px;
  line-height: 2.5;
}

.cb_contents .archive_link {
  position: absolute;
  right: 0;
  top: 0;
  height: inherit;
  font-size: 14px;
  border-left: 1px solid #ddd;
}

.cb_contents .archive_link a {
  display: block;
  padding: 0 26px;
  border: none;
  margin: 0;
  height: inherit;
  line-height: inherit;
  background: none;
}

.cb_contents .mb_archive_link {
  display: none;
}

/* 特集レシピ */
.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 a {
  display: block;
  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: 394px;
  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%;
  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 {
  height: 550px;
  position: relative;
  overflow: hidden;
  background: #fff;
  margin: 0 0 15px 0;
}

#index_slider_wrap {
  height: 100%;
  position: relative;
  margin: 0 15px;
}

#index_slider {
  width: 100%;
  height: 100%;
  overflow: hidden;
  position: relative;
}

#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);
  height: 550px;
  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%;
  height: 100%;
  z-index: 2;
  background-repeat: none;
  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 2s;
  animation: opacityAnimation 1.4s cubic-bezier(0.165, 0.84, 0.44, 1) forwards 2s;
}

#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 3s;
  animation: opacityAnimation 1.4s cubic-bezier(0.165, 0.84, 0.44, 1) forwards 3s;
}

#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 4s;
  animation: opacityAnimation 1.4s cubic-bezier(0.165, 0.84, 0.44, 1) forwards 4s;
}

/* 画像のアニメーション type1 */
#index_slider.animation_type1 .item .image_wrap {
  animation: index_slider_type1_current 1s cubic-bezier(0.165, 0.84, 0.44, 1) forwards;
}

#index_slider.animation_type1 .item.slick-active .image_wrap {
  animation: index_slider_type1_next 1s 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 1s 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 1s 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 1s 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 1s 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 1s 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 1s 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 1s 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 1s 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;
}

#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%;
  height: 455px;
  position: relative;
  overflow: hidden;
  margin: 0 0 50px 0;
}

body.tax-recipe_category #page_header {
  margin-bottom: 12px;
}

#page_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;
}

#page_header .desc {
  color: #fff;
  font-size: 16px;
  line-height: 2.3;
  padding: 35px 50px;
  position: absolute;
  bottom: 0px;
  left: 0px;
  z-index: 2;
  font-weight: normal;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

#page_header .overlay {
  width: 100%;
  height: 100%;
}

/* ----------------------------------------------------------------------
 ブログアーカイブページ
---------------------------------------------------------------------- */
#post_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;
}

#post_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;
}

#post_list .image_wrap {
  display: block;
  width: 200px;
  height: 200px;
  position: relative;
  z-index: 1;
  overflow: hidden;
}

#post_list .image {
  width: 100%;
  height: 100% !important;
  display: block;
  overflow: hidden;
  position: relative;
  z-index: 2;
}

#post_list .title_area {
  width: -webkit-calc(100% - 200px);
  width: calc(100% - 200px);
  padding: 0 40px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

#post_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;
}

#post_list .title span {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
}

#post_list .post_meta {
  margin: 10px 0 0 0;
}

#post_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;
}

#post_list .post_meta li:first-child:after {
  content: '';
  display: block;
  width: 1px;
  height: 11px;
  background: #ddd;
  position: absolute;
  right: 0px;
  top: 2px;
}

#post_list .post_meta li:only-child:after {
  display: none;
}

#post_list .post_meta li.category span:after {
  content: ',';
  margin: 0 5px 0 0;
}

#post_list .post_meta li.category span:last-child:after {
  display: none;
}

#post_list .register_link .title_area {
  filter: blur(4px);
}

#post_list .register_link .title {
  color: #000 !important;
}

#post_list .register_link .post_meta li {
  color: #999 !important;
}

#post_list .premium_icon {
  width: 60px;
  height: 60px;
  background: #bcab4a;
  position: absolute;
  top: 0px;
  left: 0px;
  z-index: 10;
}

#post_list .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;
}

/* ページナビ */
.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 span, .page_navi .prev span {
  display: none;
}

.page_navi .next:before, .page_navi .prev:before {
  font-family: 'design_plus';
  font-size: 11px;
  top: 1px;
  position: relative;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.page_navi .prev:before {
  content: '\e90f';
}

.page_navi .next:before {
  content: '\e910';
}

.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: 'design_plus';
  content: '\e915';
  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 {
  height: 500px;
  position: relative;
}

#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;
}

#article.page .post_content {
  padding: 50px 50px 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: 'design_plus';
  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;
}

#article {
  position: relative;
  background: #fff;
  padding-bottom: 1px;
}

#post_title_area .update:before {
  position: relative;
  font-family: 'update_icon';
  content: '\e140';
  font-size: 12px;
  padding: 0 5px 0 0px;
  top: 1px;
}

/* タイトル */
#post_title_area {
  padding: 45px 50px 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:after {
  content: '';
  display: block;
  width: 1px;
  height: 11px;
  background: #ddd;
  position: absolute;
  right: 0px;
  top: 2px;
}

#post_title_area .post_meta li:last-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_title_area .post_meta li.publication_month {
  font-weight: bold;
}

#post_title_area {
  padding: 0;
}
#post_title_area .title {
  font-size: 30px;
  font-weight: bold;
}

.interview-template-default #article .post_content {
  padding: 0;
}
.interview-template-default #article .post_content h2 {
  font-size: 24px;
  border-left: 7px solid;
  padding: 0 0 0 10px;
}

/* アイキャッチ画像*/
#post_image {
  margin: 0 0 48px 0;
  position: relative;
}

#post_image .image {
  width: 100%;
  height: 455px;
}

/* SNSボタン */
#single_share_top {
  margin: 0 0 44px 0;
  padding: 8px 0 0 0;
}

#single_share_top .share-top {
  margin: 0 50px;
}

#single_share_bottom {
  margin: 50px;
}

#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;
  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: 'design_plus';
  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: '\e90d';
}

#post_meta_bottom li.post_category:before {
  content: '\e92f';
}

#post_meta_bottom li.post_tag:before {
  content: '\e935';
  top: 2px;
}

#post_meta_bottom li.post_comment:before {
  content: '\e916';
  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;
  padding: 50px 40px 48px;
  position: relative;
}

.author_profile a.avatar {
  display: block;
  width: 100px;
  height: 100px;
  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% - 130px);
  width: calc(100% - 130px);
  position: relative;
}

.author_profile .name {
  font-size: 20px;
  margin: 0 0 20px 0;
  float: left;
  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: 2;
  margin-bottom: 15px;
}

.author_profile .desc p:last-child {
  margin: 0;
}

.author_profile .author_link {
  float: left;
  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;
  overflow: hidden;
  width: 20px;
  height: 20px;
  line-height: 20px;
  text-align: center;
  position: relative;
}

.author_profile .author_link li a span {
  display: none;
}

.author_profile .author_link li a:before {
  font-family: 'design_plus';
  font-size: 14px;
  display: block;
  position: absolute;
  top: 1px;
  left: 0;
  right: 0;
  margin: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.author_profile .author_link li a:hover:before {
  color: #aaa;
}

.author_profile .author_link li.twitter a:before {
  font-family: 'tiktok_x_icon';
  content: "\e901";
}

.author_profile .author_link li.facebook a:before {
  content: '\e902';
}

.author_profile .author_link li.insta a:before {
  content: '\ea92';
}

.author_profile .author_link li.pinterest a:before {
  content: '\e905';
}

.author_profile .author_link li.google a:before {
  content: '\e900';
}

.author_profile .author_link li.youtube a:before {
  font-family: 'footer_bar';
  content: "\ea9d";
}

.author_profile .author_link li.contact a:before {
  content: '\f003';
}

.author_profile .archive_link {
  float: right;
  padding: 0 20px 0 0;
  margin-top: 4px;
}

.author_profile .archive_link span:after {
  font-size: 12px;
  font-family: 'design_plus';
  content: '\e910';
  display: block;
  position: absolute;
  right: 0px;
  top: 5px;
  height: 14px;
  line-height: 14px;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

/* 広告 */
#single_banner_top {
  margin: 0 auto;
  padding: 10px 0 45px;
  width: 700px;
}

#single_banner_bottom {
  margin: 50px auto;
  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% - 50px);
  position: relative;
  margin-left: 50px;
  -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 {
  content: '';
  width: 12px;
  height: 12px;
  line-height: 12px;
  font-family: 'design_plus';
  color: #111;
  font-size: 12px;
  display: block;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: '\e90f';
  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: '\e910';
  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 {
  width: 100%;
  height: 150px;
  z-index: 20;
  position: relative;
  background: #fff;
  border-bottom: 1px solid #ddd;
}

body.home #header {
  border-bottom: 1px solid #fff;
}

#header.no_menu {
  height: 88px;
}

#header.no_menu #header_inner {
  height: 88px;
}

/* ロゴ */
#header_logo .logo {
  line-height: 1;
  margin: 0;
  padding: 0;
  font-weight: 500;
}

#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 .desc {
  font-size: 14px;
  font-weight: normal;
  margin: 0 0 0 25px;
}

/* ボタン */
#header_button_area {
  height: 60px;
  z-index: 31;
}

#header_login, #header_logout {
  font-size: 14px;
  min-width: 150px;
  height: 60px;
  line-height: 60px;
  text-align: center;
  display: block;
  float: left;
  background: #eee;
}

#header_login:hover, #header_logout:hover {
  color: #fff;
}

#header_user_name {
  font-size: 14px;
  float: left;
  height: 60px;
  line-height: 60px;
}

#header_user_name .user_name {
  color: #ff8000;
}

#header_user_name .etc {
  color: #000;
}

#header_register, #header_mypage {
  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: 'design_plus';
  content: '\e915';
  color: #fff;
  display: block;
  position: absolute;
  left: 12px;
  top: 13px;
  font-size: 16px;
  height: 16px;
  line-height: 16px;
  text-indent: 0;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

#header_search_button.active:before {
  content: '\e91a';
}

#header_search {
  display: none;
  width: 100%;
  height: 90px;
  position: absolute;
  top: 150px;
}

#header.no_menu #header_search {
  top: 88px;
}

#header_search form {
  width: 1160px;
  margin: 0 auto;
  position: relative;
}

#header_search .search_input {
  float: right;
  margin: 25px 0 0 0;
}

#header_search .search_input input {
  border: none;
  height: 40px;
  width: 376px;
  padding: 15px;
}

#header_search .search_button {
  position: absolute;
  right: 0px;
  top: 25px;
  width: 40px;
  height: 40px;
}

#header_search .search_button label {
  text-indent: -200px;
  overflow: hidden;
  display: block;
  position: absolute;
  top: 13px;
  right: 11px;
  width: 16px;
  height: 16px;
  pointer-events: none;
}

#header_search .search_button label:before {
  font-family: 'design_plus';
  content: '\e915';
  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;
}

/* グローバルメニュー */
#global_menu {
  z-index: 40;
  width: 100%;
  height: 60px;
  border-bottom: 1px solid #ddd;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
}

#global_menu > ul {
  width: 1160px;
  position: relative;
  text-align: center;
  margin: 0 auto;
  border-left: 1px solid #ddd;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -ms-flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}

#global_menu > ul > li {
  position: relative;
  line-height: 1;
  text-align: center;
  font-size: 14px;
  border-right: 1px solid #ddd;
  -ms-justify-content: space-between;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  -ms-flex: 1 1 0%;
  -webkit-flex: 1 1 0%;
  flex: 1 1 0%;
}

#global_menu > ul > li > a {
  color: #000;
  font-size: 14px;
  text-decoration: none;
  height: 60px;
  line-height: 60px;
  display: block;
  position: relative;
}

#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 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: 'design_plus';
  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;
}

/* 子メニューに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 body.admin-bar.header_fix {
  padding-top: 122px;
}

.pc .header_fix #header {
  position: fixed;
  top: 0px;
  left: 0px;
  z-index: 200;
  height: 90px;
  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_type2 #header {
  height: 60px;
}

.pc .header_fix.header_fix_type3 #header {
  height: 148px;
}

.pc .header_fix #header_inner {
  height: 88px;
}

.pc .header_fix.header_fix_type2 #header_inner {
  display: none;
}

.pc .header_fix.header_fix_type3 #header_inner {
  top: 60px;
}

.pc .header_fix.header_fix_type1 #header #global_menu {
  display: none;
}

.pc .header_fix.header_fix_type2 #header #global_menu {
  border: none;
}

.pc .header_fix #header #index_total_recipe {
  display: none;
}

.pc .header_fix #header_search {
  top: 88px;
}

.pc .header_fix.header_fix_type3 #header_search {
  top: 148px;
}

.pc .admin-bar.header_fix {
  padding-top: 190px;
}

@-webkit-keyframes slide_down_menu {
  0% {
    top: -88px;
  }
  100% {
    top: 0px;
  }
}
@keyframes slide_down_menu {
  0% {
    top: -88px;
  }
  100% {
    top: 0px;
  }
}
body #header {
  height: auto;
  background: #E4E9F2;
}
@media (max-width: 1024px) {
  body #header {
    height: 90px;
  }
}
body #header #header_inner {
  display: flex;
  width: 1160px;
  max-width: calc(100% - 40px);
  margin: 0 auto;
}
@media (max-width: 1024px) {
  body #header #header_inner {
    height: 90px;
  }
}
body #header #header_inner:after {
  display: none;
}
body #header #header_inner #header_logo {
  width: 150px;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 20px 0;
}
@media (max-width: 1024px) {
  body #header #header_inner #header_logo {
    padding: 15px 0;
  }
}
body #header #header_inner #header_logo img {
  max-width: 100%;
  height: auto;
}
body #header #header_inner #header_logo .desc {
  display: none;
}
body #header #header_inner #global_menu {
  flex: 1;
  border: none;
  margin: 0 40px;
}
body #header #header_inner #global_menu ul {
  width: 100%;
  border: none;
}
body #header #header_inner #global_menu ul li {
  border: none;
}
body #header #header_inner #global_menu ul li a {
  height: 90px;
  line-height: 90px;
  font-size: 17px;
}
body #header #header_inner #global_menu ul ul {
  top: 90px;
}
body #header #header_inner #global_menu ul ul li a {
  height: 40px;
  line-height: 40px;
}
body #header #header_inner #global_menu ul ul li a:hover {
  background: #383c57;
}
body #header #header_inner #header_button_area {
  display: flex;
  justify-content: flex-end;
  align-items: center;
  height: 50px;
  padding: 20px 0;
}
body #header #header_inner #header_button_area #header_login, body #header #header_inner #header_button_area #header_logout {
  min-width: 100px;
  height: 50px;
  line-height: 50px;
  background: #fff !important;
}
body #header #header_inner #header_button_area #header_login:hover, body #header #header_inner #header_button_area #header_logout:hover {
  background: #383c57 !important;
  color: #fff;
}
body #header #header_inner #header_button_area #header_register, body #header #header_inner #header_button_area #header_mypage {
  min-width: 100px;
  height: 50px;
  line-height: 50px;
  background: #dd3333;
}
body #header #header_inner #header_button_area #header_register:hover, body #header #header_inner #header_button_area #header_mypage:hover {
  background: #383c57;
}
body #header #header_inner #header_button_area #header_search_button {
  width: 50px;
  height: 50px;
  margin: 0 0 0 15px;
}
body #header #header_inner #header_button_area #header_search_button:hover {
  background: #383c57;
}
body #header #header_inner #header_button_area #header_search_button:before {
  left: 14px;
  top: 18px;
  font-size: 23px;
}
body #header #header_inner #header_button_area #header_user_name .user_name {
  color: #000;
  font-weight: bold;
}
body #header #header_search {
  top: 90px;
}

.pc .header_fix.header_fix_type3 #header {
  height: 90px;
}

/* パンくずリンク */
#bread_crumb {
  width: 100%;
  height: 60px;
  background: #fff;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  border-bottom: 1px solid #ccc;
}
@media (max-width: 767px) {
  #bread_crumb {
    display: none;
  }
}

#bread_crumb ul {
  width: 1160px;
  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: 'design_plus';
  content: '\e910';
  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.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: 'design_plus';
  content: '\e90c';
  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;
}

#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_category_menu {
  width: calc(100% / 3);
  padding: 100px 40px 85px;
  border-left: 1px solid rgba(255, 255, 255, 0.5);
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

/* フッターウィジェット */
#footer_widget {
  width: -webkit-calc(100% / 3);
  width: calc(100% / 3);
  padding: 100px 40px 70px;
  border-left: 1px solid rgba(255, 255, 255, 0.5);
  border-right: 1px solid rgba(255, 255, 255, 0.5);
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

#footer_widget .widget_content {
  margin-bottom: 30px;
}

#footer_top_inner.no_menu #footer_widget {
  width: -webkit-calc(100% - 100% / 3);
  width: calc(100% - 100% / 3);
}

#footer_top_inner.no_menu #footer_widget .widget_content {
  width: calc(50% - 20px);
  float: left;
  margin: 0 40px 30px 0;
}

#footer_top_inner.no_menu #footer_widget .widget_content:nth-child(2n) {
  margin-right: 0;
}

/* ロゴ */
#footer_bottom {
  width: 1160px;
  height: 90px;
  margin: 0 auto;
  position: relative;
  overflow: hidden;
}
#footer_bottom #footer_logo {
  text-align: center;
}
#footer_bottom #footer_logo a {
  display: inline-block;
}
#footer_bottom #footer_logo a img {
  width: 150px;
  height: auto;
  filter: invert(88%) sepia(61%) saturate(0%) hue-rotate(229deg) brightness(107%) contrast(101%);
  margin: 0 auto;
  -webkit-transition: opacity 0.35s ease-in-out;
  transition: opacity 0.35s ease-in-out;
}
#footer_bottom #footer_logo a img:hover {
  opacity: 0.5;
}

#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;
}

/* コピーライト */
#copyright {
  width: 100%;
  color: #fff;
  font-size: 12px;
  z-index: 10;
  text-align: center;
}

/* ページ上部へ戻るボタン */
#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: 'design_plus';
  content: '\e911';
  font-size: 12px;
  display: block;
  width: 12px;
  height: 12px;
  position: absolute;
  left: 0;
  right: 0;
  top: 4px;
  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: 'design_plus';
  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: 'design_plus';
  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;
}

.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: 2;
  padding: 2px 0;
  margin: 0 0 10px 0;
}

.widget_content a {
  text-decoration: none;
  color: #000;
}

.widget_content img {
  height: auto;
  max-width: 100%;
}

.widget_headline {
  background: #fff;
  height: 60px;
  line-height: 60px;
  padding: 0 25px;
  font-size: 16px;
  border: 1px solid #ddd;
  position: relative;
  margin: 0 0 30px 0;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

.widget_headline span {
  font-weight: 600;
}

/* 広告 */
.tcd_ad_widget {
  border: none;
  padding: 0;
  background: none;
}

.tcd_ad_widget img {
  height: auto;
  max-width: 100%;
  margin: 0 auto;
  display: block;
}

/* バナー一覧 */
.tcd_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;
}

.tcd_banner_widget a:last-child {
  margin-bottom: 0;
}

.tcd_banner_widget .image_wrap {
  display: block;
  width: 100%;
  height: 100px;
  position: absolute;
  z-index: 1;
  overflow: hidden;
  left: 0px;
  top: 0px;
}

.tcd_banner_widget .image {
  width: 100%;
  height: 100px !important;
  display: block;
  overflow: hidden;
  position: relative;
  z-index: 2;
}

.tcd_banner_widget .overlay {
  position: absolute;
  top: 0px;
  left: 0px;
  width: 70%;
  height: 100%;
  z-index: 3;
}

.tcd_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;
}

.tcd_banner_widget .title {
  font-size: 24px;
  line-height: 1.5;
}

.tcd_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 td#today {
  font-weight: bold;
}

/* デザインされた記事一覧1 */
.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_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;
}

.recipe_post_list_widget .register_link .title_area_inner {
  filter: blur(4px);
}

.recipe_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;
}

/* 人気の記事一覧 */
.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_recipe_list_widget .register_link .title {
  color: #000;
}

.premium_recipe_list_widget .register_link .title_area_inner {
  filter: blur(4px);
}

.premium_recipe_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_recipe_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_recipe_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_recipe_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%, black 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 .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: 'design_plus';
  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;
}

/* 検索 */
.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: 'design_plus';
  color: #333;
  font-size: 18px;
  content: '\e915';
  right: 0px;
  top: 1px;
}

#searchform .submit_button:hover:before {
  color: #aaa;
}

/* デザインカテゴリー一覧 */
.tcd_category_list {
  margin: 0;
}

.tcd_category_list li {
  margin: 0;
  padding: 0;
  background: none;
  position: relative;
}

.tcd_category_list .child_menu_button {
  width: 50px;
  height: 50px;
  position: absolute;
  right: 0px;
  top: 0px;
  z-index: 2;
  cursor: pointer;
}

.tcd_category_list .child_menu_button:before {
  font-family: 'design_plus';
  content: '\e90e';
  text-align: center;
  display: block;
  font-size: 14px;
  width: 14px;
  height: 14px;
  line-height: 14px;
  position: absolute;
  right: 18px;
  top: 26px;
}

.tcd_category_list li.active > .child_menu_button:before {
  content: '\e911';
}

.tcd_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;
}

.tcd_category_list a:hover {
  color: #fff;
}

.tcd_category_list li li a {
  padding-left: 38px;
}

.tcd_category_list li li li a {
  padding-left: 52px;
}

.tcd_category_list li li li li a {
  padding-left: 66px;
}

.tcd_category_list ul {
  display: none;
  margin: 0 !important;
  padding: 0 !important;
  background: none;
  z-index: 9;
  position: relative;
}

.tcd_category_list ul ul {
  width: 100%;
  position: relative;
}

.tcd_category_list ul li {
  margin: 0;
  padding: 0;
}

.tcd_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;
}

.tcd_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;
}

.tcd_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 .side_headline {
  margin: 0 0 20px 0;
}

.widget_archive ul {
  margin: 0;
  padding: 0;
}

.widget_archive select, .widget_categories select, .tcd_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, .tcd_archive_dropdown option {
  background: #fff;
  color: #000;
}

/* アーカイブ一覧 */
.tcdw_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: "design_plus";
  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: "design_plus";
  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;
}

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: "design_plus";
  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;
}

#comments .design_headline {
  font-weight: 600;
}

#comments .design_headline:before {
  background: #000;
  font-family: 'headline_icon';
  content: '\e90b';
  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;
}

/*  コメントの基本部分 */
.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) rotate(0.0001deg);
  }
  100% {
    transform: scale(1.3);
  }
}
@keyframes zoomOut {
  0% {
    transform: scale(1) rotate(0.0001deg);
  }
  100% {
    transform: scale(1.3);
  }
}
/* ズームイン */
@-webkit-keyframes zoomIn {
  0% {
    transform: scale(1.3) rotate(0.0001deg);
  }
  100% {
    transform: scale(1);
  }
}
@keyframes zoomIn {
  0% {
    transform: scale(1.3) rotate(0.0001deg);
  }
  100% {
    transform: scale(1);
  }
}
/* フェードイン */
@-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(0.1);
  }
  100% {
    transform: none;
  }
}
@keyframes popup {
  0% {
    transform: scale(0.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);
  }
}
@keyframes index_slider_type4_current {
  0% {
    transform: scale(1);
  }
  70% {
    transform: scale(2);
  }
}
@-webkit-keyframes index_slider_type4_next {
  0% {
    transform: scale(2);
    opacity: 0;
  }
  100% {
    transform: scale(1);
    opacity: 1;
  }
}
@keyframes index_slider_type4_next {
  0% {
    transform: scale(2);
    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: 2.5;
  margin: 0 0 2em 0;
}

.post_content h1, .post_content h2, .post_content h3, .post_content h4, .post_content h5, .post_content h6 {
  clear: both;
  line-height: 1.4;
  margin: 0 0 10px 0;
  padding: 10px 0 0 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 li, .post_content dt, .post_content dd {
  line-height: 2.2;
}

.post_content ul, .post_content ol, .post_content dl {
  margin-bottom: 24px;
}

.post_content ol {
  list-style: decimal outside none;
  margin-left: 1.5em;
}

.post_content ul {
  list-style: circle outside none;
  margin-left: 1.3em;
}

.post_content li > ul, .post_content li > ol {
  margin-bottom: 0;
}

.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 .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;
}

#article.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: 'design_plus';
  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;
}

.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;
}

p.register_form_wrap .privacy_policy {
  font-size: 14px;
  line-height: 2.0;
  margin: 0 -40px 25px;
}

div.register_form_wrap .privacy_policy {
  max-height: 80px;
  overflow: auto;
  text-align: left;
  font-size: 14px;
  line-height: 2.0;
  margin: 0 0 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;
}

/* フォーム・個別ページ・マイページ */
/* 「サイドバー無しページ」テンプレートの時は、ウィジェットを非表示にする */
body.page-template-page-noside.membership-registration #side_col,
body.page-template-page-noside.membership-login #side_col {
  display: none;
}

/* ----------------------------------------------------------------------
 マイページ
---------------------------------------------------------------------- */
#my_account_info {
  background: #fff;
  padding: 50px;
  margin: 0 0 50px 0;
  /* ヘッダー */
}
#my_account_info #my_account_header {
  background: #fff;
  width: 100%;
  height: 80px;
  position: relative;
}
#my_account_info #my_account_header .user_info {
  width: 300px;
  position: absolute;
  display: flex;
  align-items: center;
}
#my_account_info #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_info #my_account_header .name {
  font-size: 18px;
  color: #ff8000;
  line-height: 1.6;
}
#my_account_info #my_account_header .name .user_level {
  color: #000;
  font-size: 0.7em;
}
#my_account_info #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: 0;
}

/* コンテンツタブ */
#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;
}

.recipe_list2 {
  font-size: 0;
}

.recipe_list2 .item {
  width: calc(100% / 3 - 11px);
  display: inline-block;
  position: relative;
  vertical-align: top;
  margin: 16px 16px 16px 0;
}

.recipe_list2 .item:nth-child(3n) {
  margin-right: 0;
}

.recipe_list2 .link {
  display: block;
  width: 100%;
  height: 100%;
  background: #fff;
}

.recipe_list2 .image_wrap {
  display: block;
  width: 100%;
  height: 224px;
  position: relative;
  z-index: 1;
  overflow: hidden;
  margin: 0 0 15px 0;
}

.recipe_list2 .image {
  width: 100%;
  height: 224px !important;
  display: block;
  overflow: hidden;
  position: relative;
  z-index: 2;
}

.recipe_list2 .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;
}

.recipe_list2 .title span {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
}

.recipe_list2 .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;
}

.recipe_list2 .delete:before {
  display: block;
  font-size: 16px;
  top: 2px;
  font-family: 'design_plus';
  content: '\e91a';
  color: #fff;
  text-indent: 0;
  position: absolute;
  top: 1px;
  left: 9px;
}

.recipe_list2 .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(img/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: 'design_plus';
  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;
}

/* ----------------------------------------------------------------------
 共通
---------------------------------------------------------------------- */
body #main_contents {
  padding-top: 40px;
}
body #main_contents .post_content a {
  color: #dd3333;
}
body #main_contents .post_content a:hover {
  color: #383c57;
  text-decoration: underline;
}
body .wpel-icon.dashicons-before:before {
  transition: unset;
}

.single_copy_title_url {
  display: none;
}

h2.page_header {
  background: #383c57;
  color: #fff;
  font-size: 24px;
  font-weight: bold;
  text-align: center;
  padding: 20px;
  margin-bottom: 40px;
}
h2.styled_h2 {
  font-size: 24px;
  border-left: 7px solid;
  padding: 0 0 0 10px;
}

.button_area a {
  text-decoration: none !important;
}
.button_area.user_guide {
  text-align: center;
}
.button_area.user_guide a {
  width: 100%;
  font-size: 20px;
  padding: 5px 0;
}

.button01 {
  display: inline-block;
  min-width: 100px;
  height: 50px;
  background: #dd3333;
  font-size: 16px;
  text-decoration: none !important;
  color: #fff !important;
  line-height: 50px;
  padding: 0 20px;
}
.button01:hover {
  background: #383c57;
  color: #fff;
}

.caution_area {
  position: relative;
}
.caution_area:before {
  content: '';
  display: block;
  position: absolute;
  top: -130px;
  left: 0;
  width: 100%;
  height: 100px;
  background: linear-gradient(rgba(255, 255, 255, 0), white);
}
@media (max-width: 767px) {
  .caution_area:before {
    top: -130px;
  }
}
.caution_area .caution_box {
  width: 500px;
  max-width: calc(100% - 40px);
  background: #f2f2f2;
  text-align: center;
  border: 1px solid #ddd;
  padding: 20px;
  margin: 0 auto;
}
@media (max-width: 767px) {
  .caution_area .caution_box {
    max-width: calc(100% - 30px);
    padding: 15px;
  }
}
.caution_area .caution_box h3 {
  color: #dd3333;
  padding: 0;
}
.caution_area .caution_box p {
  line-height: 1.6em;
  margin: 0 auto 15px;
}
@media (max-width: 767px) {
  .caution_area .caution_box .button_area {
    display: flex;
    flex-flow: column;
  }
}
.caution_area .caution_box .button_area a {
  margin-right: 10px;
}
@media (max-width: 767px) {
  .caution_area .caution_box .button_area a {
    margin-right: 0;
    margin-bottom: 10px;
  }
}
.caution_area .caution_box .button_area a:last-child {
  margin-right: 0;
}
@media (max-width: 767px) {
  .caution_area .caution_box .button_area a:last-child {
    margin-bottom: 0;
  }
}
.caution_area .caution_box .button_area.button_area {
  flex-flow: column;
  list-style: none;
  margin: 0;
}
.caution_area .caution_box .button_area.button_area li {
  margin-bottom: 10px;
}
.caution_area .caution_box .button_area.button_area li:last-child {
  margin-bottom: 0;
}
.caution_area .caution_box .button_area.button_area li .button01 {
  width: 250px;
  max-width: 100%;
}
.caution_area .caution_box .button_area.button_area li .swpm-payment-button input.swpm-subscription-button-submit {
  display: inline-block;
  width: 250px !important;
  max-width: 100%;
  height: 50px;
  background: #dd3333;
  font-size: 16px;
  color: #fff !important;
  line-height: 50px;
  border: none;
  cursor: pointer;
  padding: 0 20px;
}
.caution_area .caution_box .button_area.button_area li .swpm-payment-button input.swpm-subscription-button-submit:hover {
  background: #383c57;
}
.caution_area .caution_box #swpm-login-form {
  max-width: 90%;
  text-align: center;
  margin: 0 auto;
}
.caution_area .caution_box #swpm-login-form dl {
  display: flex;
  align-items: center;
  margin-bottom: 20px;
}
@media (max-width: 767px) {
  .caution_area .caution_box #swpm-login-form dl {
    flex-flow: column;
    align-items: flex-start;
  }
}
.caution_area .caution_box #swpm-login-form dl dt {
  text-align: left;
  font-size: 16px;
  font-weight: bold;
  width: 150px;
}
@media (max-width: 767px) {
  .caution_area .caution_box #swpm-login-form dl dt {
    line-height: 35px;
    font-weight: bold;
  }
}
.caution_area .caution_box #swpm-login-form dl dd {
  flex: 1;
  margin: 0;
}
@media (max-width: 767px) {
  .caution_area .caution_box #swpm-login-form dl dd {
    width: 100%;
  }
}
.caution_area .caution_box #swpm-login-form dl dd input {
  width: 100%;
  height: 40px;
  border: 1px solid;
  border-radius: 0;
  padding: 15px;
  margin: 0;
}
.caution_area .caution_box #swpm-login-form dl dd.swpm-password-input {
  position: relative;
}
.caution_area .caution_box #swpm-login-form dl dd.swpm-password-input .swpm-password-field {
  padding-right: 40px;
}
.caution_area .caution_box #swpm-login-form dl dd.swpm-password-input .fa-eye, .caution_area .caution_box #swpm-login-form dl dd.swpm-password-input .fa-eye-slash {
  position: absolute;
  top: 0;
  right: 0;
}
.caution_area .caution_box #swpm-login-form dl dd.swpm-password-input .fa-eye:before, .caution_area .caution_box #swpm-login-form dl dd.swpm-password-input .fa-eye-slash:before {
  display: inline-block;
  width: 40px;
  line-height: 40px;
  font-size: 18px;
  text-align: center;
  cursor: pointer;
}
.caution_area .caution_box #swpm-login-form dl dd.swpm-password-input .fa-eye-slash:before {
  color: #fff;
}
.caution_area .caution_box #swpm-login-form dl dd.swpm-password-input #swpm-password-toggle-checkbox {
  display: none;
}
.caution_area .caution_box #swpm-login-form dl dd.swpm-password-input #swpm-password-toggle-checkbox:checked + .fa-eye-slash:before {
  color: #000;
}
.caution_area .caution_box #swpm-login-form .swpm-forgot-pass-link #forgot_pass {
  line-height: 2em;
}
.caution_area .caution_box #swpm-login-form .swpm-login-form-submit {
  display: inline-block;
  min-width: 200px;
  height: 50px;
  background: #dd3333;
  font-size: 16px;
  color: #fff;
  line-height: 50px;
  border: none;
  cursor: pointer;
  padding: 0 20px;
}
.caution_area .caution_box #swpm-login-form .swpm-login-form-submit:hover {
  background: #383c57;
  color: #fff;
}
.caution_area .caution_box #swpm-login-form .swpm-login-action-msg {
  margin-top: 20px;
}
.caution_area .caution_box #swpm-login-form .register_button_area {
  margin-top: 30px;
}
.caution_area .caution_box #swpm-login-form .register_button_area #create_account {
  display: inline-block;
  min-width: 200px;
  height: 50px;
  background: #dd3333;
  font-size: 16px;
  color: #fff;
  line-height: 50px;
  border: none;
  margin-top: 10px;
}
.caution_area .caution_box #swpm-login-form .register_button_area #create_account:hover {
  background: #383c57;
  color: #fff;
}

.post_content h2 {
  font-size: 24px;
  border-left: 7px solid;
  padding: 0 0 0 10px;
}
.post_content .post_row figure figcaption {
  font-size: 16px;
  font-weight: bold;
  text-align: center;
}

body .stripe-button-el {
  background: none;
  box-shadow: none;
}
body .stripe-button-el span {
  display: inline-block;
  min-width: 100px;
  height: 50px;
  background: #dd3333;
  font-size: 16px;
  color: #fff;
  line-height: 50px;
  border: none;
  border-radius: 0;
  box-shadow: none;
  text-shadow: none;
  cursor: pointer;
  padding: 0 20px;
  transition: 0.2s all;
}
body .stripe-button-el span:hover {
  background: #383c57;
  color: #fff;
}
body .interview_count_child {
  font-size: 18px;
  font-weight: bold;
  text-align: center;
  background: #E4E9F2;
  padding: 15px;
  margin: 20px auto;
}
@media (max-width: 767px) {
  body .interview_count_child {
    font-size: 16px;
  }
}
body .interview_count_child .count {
  color: #dd3333;
  font-size: 24px;
  margin: 0 10px;
}
@media (max-width: 767px) {
  body .interview_count_child .count {
    font-size: 22px;
    margin: 0 5px;
  }
}
@media (max-width: 767px) {
  body .interview_count_child .date {
    display: block;
    margin-top: 5px;
  }
}

/* ----------------------------------------------------------------------
 ヘッダー
---------------------------------------------------------------------- */
body #header {
  position: absolute;
  top: -90px;
  height: 90px;
  border: none;
}
@media (max-width: 767px) {
  body #header {
    height: 80px;
  }
}
body #header #header_inner {
  height: 90px;
}
@media (max-width: 767px) {
  body #header #header_inner {
    height: 80px;
  }
}
@media (max-width: 767px) {
  body #header #header_inner:after {
    display: none;
  }
}
@media (max-width: 767px) {
  body #header #header_inner #header_logo {
    height: 40px;
  }
}
@media (max-width: 767px) {
  body #header #header_inner #header_logo img {
    width: auto;
    height: 40px;
  }
}
@media (max-width: 767px) {
  body #header #header_inner #header_button_area {
    display: none;
    height: 40px;
  }
}
@media (max-width: 767px) {
  body #header #header_inner #header_button_area #header_logout {
    display: none;
  }
}
@media (max-width: 767px) {
  body #header #header_inner #header_button_area #header_mypage {
    display: none;
  }
}
@media (max-width: 1024px) {
  body #header #header_inner #header_button_area #header_search_button {
    display: none;
  }
}
@media (max-width: 767px) {
  body #header #header_inner #header_button_area #header_search_button {
    position: relative;
    top: auto;
    right: auto;
    width: 40px;
    height: 40px;
    background: #000;
    overflow: hidden;
    border-radius: 100%;
    margin: 0;
    text-indent: -300px;
  }
}
@media (max-width: 767px) {
  body #header #header_inner #header_button_area #header_search_button:before {
    top: 14px;
    left: 11px;
    color: #fff;
    font-size: 18px;
  }
}
body #header #menu_button {
  height: 80px;
  width: 80px;
  line-height: 80px;
}
@media (max-width: 1024px) {
  body #header #menu_button {
    height: 90px;
    line-height: 90px;
  }
}
body #header #menu_button:before {
  width: 25px;
  font-size: 25px;
}
body #drawer_menu {
  background: #383c57;
}
body #drawer_menu #search_area form {
  width: calc(100% - 40px);
  margin: 0 auto;
  position: relative;
}
body #drawer_menu #search_area form .search_input {
  width: 100%;
  float: right;
  margin: 20px 0;
}
body #drawer_menu #search_area form .search_input input {
  border: none;
  height: 40px;
  width: 100%;
  padding: 15px;
}
body #drawer_menu #search_area form .search_button {
  position: absolute;
  right: 0px;
  top: 20px;
  width: 40px;
  height: 40px;
}
body #drawer_menu #search_area form .search_button:hover label:before {
  color: #ff7f00;
}
body #drawer_menu #search_area form .search_button label {
  text-indent: -200px;
  overflow: hidden;
  display: block;
  position: absolute;
  top: 13px;
  right: 11px;
  width: 16px;
  height: 16px;
  pointer-events: none;
}
body #drawer_menu #search_area form .search_button label:before {
  font-family: 'design_plus';
  content: '\e915';
  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;
}
body #drawer_menu #search_area form .search_button input {
  border: none;
  width: 40px;
  height: 40px;
  background: none;
  text-indent: -300px;
  overflow: hidden;
}
body #drawer_menu nav {
  margin-top: 80px;
}
body #drawer_menu nav #mobile_menu > li a {
  background: #383c57;
  border-bottom: 1px solid #6d6d6d;
}
body #drawer_menu nav #mobile_menu > li a:hover {
  background: #dd3333;
}
body #drawer_menu nav #mobile_menu > li:first-child a {
  border-top: 1px solid #6d6d6d;
}
body #drawer_menu nav #mobile_menu > li .child_menu_button:hover {
  background: #2c3048;
}
body #drawer_menu nav #mobile_menu > li .sub-menu li a {
  background: #2c3048;
}
body #drawer_menu #button_area {
  display: flex;
  flex-flow: column;
  margin-top: 20px;
}
body #drawer_menu #button_area a {
  display: inline-block;
  width: 70%;
  height: 50px;
  background: #dd3333 !important;
  font-size: 16px;
  color: #fff !important;
  text-decoration: none !important;
  line-height: 50px;
  padding: 0 20px;
  margin: 0 auto 10px;
}
body.header_fix_mobile #header {
  height: 80px;
}
@media (max-width: 1024px) {
  body.header_fix_mobile #header {
    height: 90px;
  }
}

/* ----------------------------------------------------------------------
 フッター
---------------------------------------------------------------------- */
#footer {
  background: #191C39;
  padding: 50px 0;
}
#footer #footer_top {
  width: 100%;
  position: relative;
  overflow: hidden;
}
#footer #footer_top #footer_top_inner {
  width: 1160px;
  max-width: 100%;
  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;
  /* SNSボタン */
  /* フッターメニュー */
}
@media (max-width: 767px) {
  #footer #footer_top #footer_top_inner {
    width: calc(100% - 40px);
    padding: 0 20px;
  }
}
#footer #footer_top #footer_top_inner #footer_social_link {
  display: flex;
  justify-content: center;
  width: 100%;
  text-align: center;
  margin: 0 auto 20px;
  font-size: 0;
  z-index: 20;
}
#footer #footer_top #footer_top_inner #footer_social_link li {
  position: relative;
  display: inline-block;
  margin: 0 10px;
}
#footer #footer_top #footer_top_inner #footer_social_link li a {
  position: relative;
  display: block;
  background: #fff;
  overflow: hidden;
  width: 30px;
  height: 30px;
  line-height: 40px;
  text-align: center;
  border-radius: 100px;
  padding: 5px;
}
#footer #footer_top #footer_top_inner #footer_social_link li a span {
  display: none;
}
#footer #footer_top #footer_top_inner #footer_social_link li a:before {
  font-family: 'design_plus';
  font-size: 20px;
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
#footer #footer_top #footer_top_inner #footer_social_link li a:hover {
  background: #383c57;
}
#footer #footer_top #footer_top_inner #footer_social_link li a:hover:before {
  color: #fff;
}
#footer #footer_top #footer_top_inner #footer_social_link li.twitter a:before {
  font-family: 'tiktok_x_icon';
  content: "\e901";
}
#footer #footer_top #footer_top_inner #footer_social_link li.facebook a:before {
  content: '\e902';
}
#footer #footer_top #footer_top_inner #footer_social_link li.insta a:before {
  content: '\ea92';
}
#footer #footer_top #footer_top_inner #footer_social_link li.pinterest a:before {
  content: '\e905';
}
#footer #footer_top #footer_top_inner #footer_social_link li.google a:before {
  content: '\e900';
}
#footer #footer_top #footer_top_inner #footer_social_link li.youtube a:before {
  font-family: 'footer_bar';
  content: "\ea9d";
}
#footer #footer_top #footer_top_inner #footer_social_link li.contact a:before {
  content: '\f003';
}
#footer #footer_top #footer_top_inner #footer_social_link li.rss a:before {
  content: '\e90b';
}
#footer #footer_top #footer_top_inner #wrap_footer_menu {
  width: auto;
  margin: 20px auto;
}
#footer #footer_top #footer_top_inner #wrap_footer_menu #footer_menu {
  width: calc(100% / 3);
  padding: 100px 40px 85px;
  border-left: 1px solid rgba(255, 255, 255, 0.5);
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
#footer #footer_top #footer_top_inner #wrap_footer_menu .footer_menu ul {
  display: flex;
  justify-content: center;
  margin: 0 auto 20px;
}
@media (max-width: 1050px) {
  #footer #footer_top #footer_top_inner #wrap_footer_menu .footer_menu ul {
    flex-flow: column;
    text-align: center;
  }
}
#footer #footer_top #footer_top_inner #wrap_footer_menu .footer_menu ul li {
  border-right: 1px solid #fff;
}
@media (max-width: 1050px) {
  #footer #footer_top #footer_top_inner #wrap_footer_menu .footer_menu ul li {
    font-size: 14px;
    border: none;
    margin-bottom: 10px;
  }
}
#footer #footer_top #footer_top_inner #wrap_footer_menu .footer_menu ul li:last-child {
  border-right: none;
}
#footer #footer_top #footer_top_inner #wrap_footer_menu .footer_menu ul li a {
  color: #fff;
  padding: 5px 10px;
}
#footer #footer_top #footer_top_inner #wrap_footer_menu .footer_menu ul li a:hover {
  color: #dd3333;
}

/* ----------------------------------------------------------------------
 サイドバー
---------------------------------------------------------------------- */
#side_col .widget_content .widget_headline {
  height: auto;
  line-height: 1em;
  border: none;
  border-top: 3px solid;
  padding: 10px 0;
  margin-bottom: 20px;
}
#side_col .widget_content .widget_headline:before {
  font-family: "Font Awesome 5 Free";
  content: "\f063";
  display: inline-block;
  background: #000;
  color: #fff;
  width: 30px;
  height: 30px;
  line-height: 30px;
  font-size: 16px;
  font-weight: bold;
  text-align: center;
  border-radius: 100px;
  margin-right: 10px;
}
#side_col .widget_content.popular-posts .wpp-list li {
  line-height: 1.6em;
}

#post_ranking .ranking_box {
  margin-bottom: 30px;
}
#post_ranking .ranking_box a .wrap_thumb {
  position: relative;
  width: 100%;
  height: 150px;
  overflow: hidden;
}
#post_ranking .ranking_box a .wrap_thumb img {
  width: 100%;
  height: 150px;
  object-fit: cover;
  transition: transform  0.75s ease;
}
#post_ranking .ranking_box a .wrap_thumb .badge {
  position: absolute;
  bottom: 0;
  right: 0;
  background: #dd3333;
  color: #fff;
  font-size: 12px;
  padding: 5px;
}
#post_ranking .ranking_box a .wrap_info .title {
  font-size: 14px;
  font-weight: bold;
  line-height: 1.4em;
  margin-top: 5px;
}
#post_ranking .ranking_box a .wrap_info .company_name {
  display: block;
  font-size: 12px;
  font-weight: bold;
  color: #dd3333;
  text-align: right;
  margin: 8px 0 0;
}
#post_ranking .ranking_box .wpp_pv {
  text-align: center;
  margin-top: 5px;
}
#post_ranking .ranking_box:last-child {
  margin-bottom: 0;
}

/* ----------------------------------------------------------------------
 会員登録
---------------------------------------------------------------------- */
.swpm-form-builder-container .swpm-form-builder {
  margin: 0;
}
.swpm-form-builder-container .swpm-form-builder fieldset {
  background: none;
  border: none;
  margin: 0;
}
.swpm-form-builder-container .swpm-form-builder fieldset .swpm-legend {
  display: none;
}
.swpm-form-builder-container .swpm-form-builder fieldset ul.swpm-section {
  width: 100%;
  max-width: 700px;
  font-size: 16px;
  margin: 0 auto !important;
}
@media (max-width: 767px) {
  .swpm-form-builder-container .swpm-form-builder fieldset ul.swpm-section {
    width: 100%;
  }
}
@media (max-width: 1024px) {
  .swpm-form-builder-container .swpm-form-builder fieldset ul.swpm-section {
    width: 100%;
  }
}
.swpm-form-builder-container .swpm-form-builder fieldset ul.swpm-section li.swpm-item {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  padding: 0 !important;
  margin-bottom: 30px !important;
}
@media (max-width: 767px) {
  .swpm-form-builder-container .swpm-form-builder fieldset ul.swpm-section li.swpm-item {
    flex-flow: column;
    align-items: flex-start;
  }
}
.swpm-form-builder-container .swpm-form-builder fieldset ul.swpm-section li.swpm-item#item-swpm-64, .swpm-form-builder-container .swpm-form-builder fieldset ul.swpm-section li.swpm-item#item-swpm-66, .swpm-form-builder-container .swpm-form-builder fieldset ul.swpm-section li.swpm-item#item-swpm-58 {
  display: none;
}
.swpm-form-builder-container .swpm-form-builder fieldset ul.swpm-section li.swpm-item input[type="text"],
.swpm-form-builder-container .swpm-form-builder fieldset ul.swpm-section li.swpm-item input[type="tel"],
.swpm-form-builder-container .swpm-form-builder fieldset ul.swpm-section li.swpm-item input[type="email"],
.swpm-form-builder-container .swpm-form-builder fieldset ul.swpm-section li.swpm-item input[type="url"],
.swpm-form-builder-container .swpm-form-builder fieldset ul.swpm-section li.swpm-item input[type="password"],
.swpm-form-builder-container .swpm-form-builder fieldset ul.swpm-section li.swpm-item select {
  flex: 1;
  height: 40px;
  border: 1px solid;
  border-radius: 0;
  padding: 10px 15px;
  margin: 0;
}
@media (max-width: 767px) {
  .swpm-form-builder-container .swpm-form-builder fieldset ul.swpm-section li.swpm-item input[type="text"],
  .swpm-form-builder-container .swpm-form-builder fieldset ul.swpm-section li.swpm-item input[type="tel"],
  .swpm-form-builder-container .swpm-form-builder fieldset ul.swpm-section li.swpm-item input[type="email"],
  .swpm-form-builder-container .swpm-form-builder fieldset ul.swpm-section li.swpm-item input[type="url"],
  .swpm-form-builder-container .swpm-form-builder fieldset ul.swpm-section li.swpm-item input[type="password"],
  .swpm-form-builder-container .swpm-form-builder fieldset ul.swpm-section li.swpm-item select {
    width: 100%;
  }
}
.swpm-form-builder-container .swpm-form-builder fieldset ul.swpm-section li.swpm-item select {
  padding: 10px 15px;
}
.swpm-form-builder-container .swpm-form-builder fieldset ul.swpm-section li.swpm-item > label {
  width: 150px;
  margin-right: 20px;
}
.swpm-form-builder-container .swpm-form-builder fieldset ul.swpm-section li.swpm-item > div {
  flex: 1;
  margin-right: 10px;
}
.swpm-form-builder-container .swpm-form-builder fieldset ul.swpm-section li.swpm-item > div:last-child {
  margin-right: 0;
}
.swpm-form-builder-container .swpm-form-builder fieldset ul.swpm-section li.swpm-item > div.swpm-span {
  display: flex;
  flex-wrap: wrap;
}
.swpm-form-builder-container .swpm-form-builder fieldset ul.swpm-section li.swpm-item > div.swpm-span > div {
  width: calc(50% - 5px);
  margin-left: 10px;
}
@media (max-width: 767px) {
  .swpm-form-builder-container .swpm-form-builder fieldset ul.swpm-section li.swpm-item > div.swpm-span > div {
    width: 100%;
    margin-left: 0;
  }
}
.swpm-form-builder-container .swpm-form-builder fieldset ul.swpm-section li.swpm-item > div.swpm-span > div:first-child {
  margin-left: 0;
}
@media (max-width: 767px) {
  .swpm-form-builder-container .swpm-form-builder fieldset ul.swpm-section li.swpm-item > div.swpm-span > div:first-child {
    margin-bottom: 10px;
  }
}
.swpm-form-builder-container .swpm-form-builder fieldset ul.swpm-section li.swpm-item > div.swpm-span > div label.swpm-form-builder-error {
  width: 100%;
  font-size: 14px;
  font-weight: bold;
  line-height: 1.4em;
  padding-left: 0;
  margin: 10px 0 0;
}
.swpm-form-builder-container .swpm-form-builder fieldset ul.swpm-section li.swpm-item > div.swpm-span p {
  width: 100%;
  line-height: 1em;
  font-size: 0.8em;
  margin: 10px 0 0;
}
@media (max-width: 767px) {
  .swpm-form-builder-container .swpm-form-builder fieldset ul.swpm-section li.swpm-item > div.swpm-span p {
    line-height: 1.4em;
  }
}
.swpm-form-builder-container .swpm-form-builder fieldset ul.swpm-section li.swpm-item > div label.swpm-form-builder-error {
  width: 100%;
  font-size: 14px;
  font-weight: bold;
  line-height: 1.4em;
  padding-left: 0;
  margin: 10px 0 0;
}
.swpm-form-builder-container .swpm-form-builder fieldset ul.swpm-section li.swpm-item > span {
  flex: 1;
}
.swpm-form-builder-container .swpm-form-builder fieldset ul.swpm-section li.swpm-item > span p {
  line-height: 1em;
  font-size: 0.8em;
  margin: 10px 0 0;
}
.swpm-form-builder-container .swpm-form-builder fieldset ul.swpm-section li.swpm-item label.swpm-form-builder-error {
  width: 100%;
  font-size: 14px;
  font-weight: bold;
  line-height: 1.4em;
  padding-left: 170px;
  margin: 10px 0 0;
}
@media (max-width: 767px) {
  .swpm-form-builder-container .swpm-form-builder fieldset ul.swpm-section li.swpm-item label.swpm-form-builder-error {
    padding-left: 0;
  }
}
.swpm-form-builder-container .swpm-form-builder fieldset ul.swpm-section li.swpm-item#item-swpm-102 {
  display: block;
  text-align: center;
  font-size: 14px;
  margin: 0 !important;
}
.swpm-form-builder-container .swpm-form-builder fieldset ul.swpm-section li.swpm-item#item-swpm-93 {
  justify-content: center;
  flex-flow: row;
}
.swpm-form-builder-container .swpm-form-builder fieldset ul.swpm-section li.swpm-item#item-swpm-93 > label {
  display: none;
}
.swpm-form-builder-container .swpm-form-builder fieldset ul.swpm-section li.swpm-item#item-swpm-93 .swpm-checkbox-required {
  flex: unset;
}
.swpm-form-builder-container .swpm-form-builder input[type="submit"] {
  display: inline-block;
  min-width: 100px;
  height: 50px;
  background: #dd3333;
  font-size: 16px;
  color: #fff;
  line-height: 50px;
  border: none;
  cursor: pointer;
  padding: 0 20px;
}
.swpm-form-builder-container .swpm-form-builder input[type="submit"]:hover {
  background: #383c57;
  color: #fff;
}

.swpm_registration_hidden_to_logged_users_msg {
  line-height: 1.6em;
}

/* ----------------------------------------------------------------------
 ログインページ
---------------------------------------------------------------------- */
#page_login .logged_in p {
  text-align: center;
  font-size: 16px;
  line-height: 1.6em;
}
#page_login .logged_in .button_area {
  text-align: center;
  margin-top: 20px;
}
#page_login #swpm-login-form {
  width: 500px;
  max-width: 100%;
  text-align: center;
  margin: 0 auto;
}
#page_login #swpm-login-form dl {
  display: flex;
  align-items: center;
  margin-bottom: 20px;
}
@media (max-width: 767px) {
  #page_login #swpm-login-form dl {
    flex-flow: column;
    align-items: flex-start;
  }
}
#page_login #swpm-login-form dl dt {
  text-align: left;
  font-size: 16px;
  font-weight: bold;
  width: 150px;
}
@media (max-width: 767px) {
  #page_login #swpm-login-form dl dt {
    line-height: 35px;
    font-weight: bold;
  }
}
#page_login #swpm-login-form dl dd {
  flex: 1;
  margin: 0;
}
@media (max-width: 767px) {
  #page_login #swpm-login-form dl dd {
    width: 100%;
  }
}
#page_login #swpm-login-form dl dd input {
  width: 100%;
  height: 40px;
  border: 1px solid;
  border-radius: 0;
  padding: 15px;
  margin: 0;
}
#page_login #swpm-login-form dl dd.swpm-password-input {
  position: relative;
}
#page_login #swpm-login-form dl dd.swpm-password-input .swpm-password-field {
  padding-right: 40px;
}
#page_login #swpm-login-form dl dd.swpm-password-input .fa-eye, #page_login #swpm-login-form dl dd.swpm-password-input .fa-eye-slash {
  position: absolute;
  top: 0;
  right: 0;
}
#page_login #swpm-login-form dl dd.swpm-password-input .fa-eye:before, #page_login #swpm-login-form dl dd.swpm-password-input .fa-eye-slash:before {
  display: inline-block;
  width: 40px;
  line-height: 40px;
  font-size: 18px;
  text-align: center;
  cursor: pointer;
}
#page_login #swpm-login-form dl dd.swpm-password-input .fa-eye-slash:before {
  color: #fff;
}
#page_login #swpm-login-form dl dd.swpm-password-input #swpm-password-toggle-checkbox {
  display: none;
}
#page_login #swpm-login-form dl dd.swpm-password-input #swpm-password-toggle-checkbox:checked + .fa-eye-slash:before {
  color: #000;
}
#page_login #swpm-login-form .swpm-forgot-pass-link #forgot_pass {
  line-height: 2em;
}
#page_login #swpm-login-form .swpm-login-form-submit {
  display: inline-block;
  min-width: 200px;
  height: 50px;
  background: #dd3333;
  font-size: 16px;
  color: #fff;
  line-height: 50px;
  border: none;
  cursor: pointer;
  padding: 0 20px;
}
#page_login #swpm-login-form .swpm-login-form-submit:hover {
  background: #383c57;
  color: #fff;
}
#page_login #swpm-login-form .swpm-login-action-msg {
  margin-top: 20px;
}
#page_login #swpm-login-form .register_button_area {
  margin-top: 30px;
}
#page_login #swpm-login-form .register_button_area #create_account {
  display: inline-block;
  min-width: 200px;
  height: 50px;
  background: #dd3333;
  font-size: 16px;
  color: #fff;
  line-height: 50px;
  border: none;
  margin-top: 10px;
}
#page_login #swpm-login-form .register_button_area #create_account:hover {
  background: #383c57;
  color: #fff;
}
#page_login .swpm_login_error_activation_required {
  background: #dff8d3;
  padding: 20px;
  line-height: 1.6em;
  font-weight: normal;
}
#page_login .swpm_login_error_activation_required a {
  font-weight: bold;
  text-decoration: underline;
}

/* ----------------------------------------------------------------------
 パスワードリセット
---------------------------------------------------------------------- */
#page_password-reset .swpm-pw-reset-strong-pass-message {
  color: #dd3333;
  font-weight: bold;
  line-height: 1.6em;
  margin: 0 auto 20px;
}
#page_password-reset #swpm-pw-reset-form,
#page_password-reset #swpm-password-reset-using-link {
  text-align: center;
  margin: 0 auto;
}
#page_password-reset #swpm-pw-reset-form dl,
#page_password-reset #swpm-password-reset-using-link dl {
  display: flex;
  align-items: center;
  width: 500px;
  max-width: 100%;
  margin: 0 auto 20px;
}
@media (max-width: 767px) {
  #page_password-reset #swpm-pw-reset-form dl,
  #page_password-reset #swpm-password-reset-using-link dl {
    flex-flow: column;
    align-items: flex-start;
  }
}
#page_password-reset #swpm-pw-reset-form dl dt,
#page_password-reset #swpm-password-reset-using-link dl dt {
  text-align: left;
  font-size: 16px;
  font-weight: bold;
  width: 220px;
}
@media (max-width: 767px) {
  #page_password-reset #swpm-pw-reset-form dl dt,
  #page_password-reset #swpm-password-reset-using-link dl dt {
    line-height: 35px;
    font-weight: bold;
  }
}
#page_password-reset #swpm-pw-reset-form dl dd,
#page_password-reset #swpm-password-reset-using-link dl dd {
  flex: 1;
  margin: 0;
}
@media (max-width: 767px) {
  #page_password-reset #swpm-pw-reset-form dl dd,
  #page_password-reset #swpm-password-reset-using-link dl dd {
    width: 100%;
  }
}
#page_password-reset #swpm-pw-reset-form dl dd input,
#page_password-reset #swpm-password-reset-using-link dl dd input {
  width: 100%;
  height: 40px;
  border: 1px solid;
  border-radius: 0;
  padding: 15px;
  margin: 0;
}
#page_password-reset #swpm-pw-reset-form .swpm-pw-reset-submit-button input,
#page_password-reset #swpm-password-reset-using-link .swpm-pw-reset-submit-button input {
  display: inline-block;
  min-width: 200px;
  height: 50px;
  background: #dd3333;
  font-size: 16px;
  color: #fff;
  line-height: 50px;
  border: none;
  cursor: pointer;
  padding: 0 20px;
}
#page_password-reset #swpm-pw-reset-form .swpm-pw-reset-submit-button input:hover,
#page_password-reset #swpm-password-reset-using-link .swpm-pw-reset-submit-button input:hover {
  background: #383c57;
  color: #fff;
}
#page_password-reset #swpm_pass_reset_processing_msg {
  text-align: center;
}

#swpm_message .swpm-reset-pw-error {
  text-align: center;
  margin-bottom: 20px;
}
#swpm_message .swpm-reset-pw-error-email {
  text-align: center;
  margin-bottom: 20px;
}
#swpm_message .swpm-reset-password-success-msg {
  text-align: center;
  margin-bottom: 20px;
}
#swpm_message .swpm-reset-password-success-msg a {
  color: #dd3333;
  font-weight: bold;
  transition: 0.2s all;
}
#swpm_message .swpm-reset-password-success-msg a:hover {
  color: #383c57;
}
#swpm_message.swpm_success .swpm-reset-pw-success-box {
  line-height: 1.6em;
}

/* ----------------------------------------------------------------------
 マイページ
---------------------------------------------------------------------- */
body #page_mypage {
  /* 会員情報の変更 */
}
body #page_mypage .caution {
  width: 500px;
  max-width: calc(100% - 40px);
  background: #f2f2f2;
  text-align: center;
  border: 1px solid #ddd;
  padding: 20px;
  margin: 0 auto 40px;
}
@media (max-width: 767px) {
  body #page_mypage .caution {
    max-width: calc(100% - 30px);
    padding: 15px;
  }
}
body #page_mypage .caution h3 {
  font-size: 22px;
  color: #dd3333;
  margin-bottom: 15px;
}
@media (max-width: 767px) {
  body #page_mypage .caution h3 {
    font-size: 18px;
  }
}
body #page_mypage .caution p {
  font-size: 16px;
  line-height: 1.6em;
  margin-bottom: 15px;
}
@media (max-width: 767px) {
  body #page_mypage .caution p {
    font-size: 14px;
  }
}
body #page_mypage .caution .button_area.payment {
  flex-flow: column;
  list-style: none;
  margin: 0;
}
body #page_mypage .caution .button_area.payment li {
  margin-bottom: 10px;
}
body #page_mypage .caution .button_area.payment li:last-child {
  margin-bottom: 0;
}
body #page_mypage .caution .button_area.payment li .button01 {
  width: 250px;
  max-width: 100%;
}
body #page_mypage .caution .button_area.payment li .swpm-payment-button input.swpm-subscription-button-submit {
  display: inline-block;
  width: 250px !important;
  max-width: 100%;
  height: 50px;
  background: #dd3333;
  font-size: 16px;
  color: #fff !important;
  line-height: 50px;
  border: none;
  cursor: pointer;
  padding: 0 20px;
}
body #page_mypage .caution .button_area.payment li .swpm-payment-button input.swpm-subscription-button-submit:hover {
  background: #383c57;
}
body #page_mypage .account_info {
  width: 100%;
  max-width: 700px;
  border: 1px solid #ccc;
  margin: 0 auto;
}
body #page_mypage .account_info tbody tr {
  border-bottom: 1px solid #ccc;
}
@media (max-width: 767px) {
  body #page_mypage .account_info tbody tr {
    display: flex;
    flex-wrap: wrap;
  }
}
body #page_mypage .account_info tbody tr:last-child {
  border-bottom: none;
}
body #page_mypage .account_info tbody tr th {
  width: 150px;
  background: #E4E9F2;
  font-size: 16px;
  vertical-align: middle;
  border-right: 1px solid #ccc;
  padding: 20px;
}
@media (max-width: 767px) {
  body #page_mypage .account_info tbody tr th {
    width: 100%;
    border-right: none;
    border-bottom: 1px solid #ccc;
    padding: 10px 20px;
  }
}
body #page_mypage .account_info tbody tr td {
  font-size: 16px;
  padding: 20px;
}
@media (max-width: 767px) {
  body #page_mypage .account_info tbody tr td {
    width: 100%;
    border-top: none;
    border-bottom: none;
  }
}
body #page_mypage .account_info tbody tr td .price_cap {
  font-size: 0.8em;
  margin-top: 10px;
}
body #page_mypage .button_area {
  display: flex;
  flex-flow: column;
  align-items: center;
  justify-content: center;
  margin-top: 20px;
}
@media (max-width: 767px) {
  body #page_mypage .button_area {
    flex-flow: column;
  }
}
body #page_mypage .button_area a {
  text-align: center;
  text-decoration: none !important;
  margin-bottom: 10px;
}
body #page_mypage .button_area a:last-child {
  margin-bottom: 0;
}
body #page_mypage .button_area button[type="submit"] {
  display: block;
  width: 150px;
  min-width: 100px;
  height: 50px;
  background: #dd3333;
  font-family: Arial, "Hiragino Sans", "ヒラギノ角ゴ ProN", "Hiragino Kaku Gothic ProN", "游ゴシック", YuGothic, "メイリオ", Meiryo, sans-serif;
  font-size: 16px;
  color: #fff;
  line-height: 50px;
  border: none;
  cursor: pointer;
  padding: 0 20px;
  transition: all 0.2s;
}
@media (max-width: 767px) {
  body #page_mypage .button_area button[type="submit"] {
    width: 240px;
    margin: 0 auto;
  }
}
body #page_mypage .button_area button[type="submit"]:hover {
  background: #383c57;
  color: #fff;
}
body #page_mypage.edit .swpm-item-password {
  display: none;
}
body #page_mypage.edit .password_reset {
  text-align: center;
  margin-top: 20px;
}
body #page_mypage.edit .password_reset a {
  line-height: 1.6em;
  font-weight: bold;
  text-decoration: underline;
}

/* ----------------------------------------------------------------------
 トップページ
---------------------------------------------------------------------- */
body.home #index_header_content_wrap {
  display: none;
}
body.home h2 {
  font-size: 22px;
  font-weight: bold;
  border-top: 3px solid #dd3333;
  padding: 15px 0;
  margin-bottom: 0;
}
body.home #search {
  margin-bottom: 10px;
}
body.home #search .inner {
  display: flex;
  align-items: center;
}
@media (max-width: 767px) {
  body.home #search .inner {
    flex-flow: column;
  }
}
body.home #search .inner .interview_count {
  font-weight: bold;
  margin-right: 40px;
}
@media (max-width: 767px) {
  body.home #search .inner .interview_count {
    margin: 0 auto 20px;
  }
}
body.home #search .inner .interview_count .count {
  color: #dd3333;
  font-size: 20px;
  margin: 0 10px;
}
@media (max-width: 767px) {
  body.home #search .inner .interview_count .count {
    margin: 0 5px;
  }
}
body.home #search .inner .search_box {
  flex: 1;
}
@media (max-width: 767px) {
  body.home #search .inner .search_box {
    width: 100%;
  }
}
body.home #search .inner .search_box form {
  position: relative;
  margin: 0 auto;
}
body.home #search .inner .search_box form .search_input {
  width: 100%;
  float: right;
}
body.home #search .inner .search_box form .search_input input {
  width: 100%;
  height: 40px;
  border: 1px solid;
  padding: 15px;
}
body.home #search .inner .search_box form .search_button {
  position: absolute;
  right: 0px;
  top: 0;
  width: 40px;
  height: 40px;
}
body.home #search .inner .search_box form .search_button label {
  text-indent: -200px;
  overflow: hidden;
  display: block;
  position: absolute;
  top: 13px;
  right: 11px;
  width: 16px;
  height: 16px;
  pointer-events: none;
}
body.home #search .inner .search_box form .search_button label:before {
  font-family: 'design_plus';
  content: '\e915';
  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;
}
body.home #search .inner .search_box form .search_button input {
  border: none;
  width: 40px;
  height: 40px;
  background: none;
  text-indent: -300px;
  overflow: hidden;
  cursor: pointer;
}
body.home #search .inner .search_box form .search_button:hover label:before {
  color: #dd3333;
}
body.home #top_interview {
  padding-bottom: 50px;
  margin-bottom: 20px;
}
body.home #top_interview ul.wrap_top_interview li a {
  display: flex;
}
@media (max-width: 767px) {
  body.home #top_interview ul.wrap_top_interview li a {
    flex-flow: column;
  }
}
body.home #top_interview ul.wrap_top_interview li a .wrap_thumb {
  position: relative;
  width: 350px;
  height: 230px;
  overflow: hidden;
  margin-right: 30px;
}
@media (max-width: 767px) {
  body.home #top_interview ul.wrap_top_interview li a .wrap_thumb {
    width: 100%;
    margin: 0 auto 10px;
  }
}
body.home #top_interview ul.wrap_top_interview li a .wrap_thumb img {
  width: 100%;
  height: 230px;
  object-fit: cover;
  transition: transform  0.75s ease;
}
body.home #top_interview ul.wrap_top_interview li a .wrap_thumb .new {
  position: absolute;
  top: -8px;
  left: -22px;
  background: #dd3333;
  color: #fff;
  font-size: 10px;
  font-weight: bold;
  padding: 20px 20px 5px;
  transform: rotate(-45deg);
}
body.home #top_interview ul.wrap_top_interview li a .wrap_thumb .badge {
  position: absolute;
  bottom: 0;
  right: 0;
  background: #dd3333;
  color: #fff;
  font-size: 14px;
  padding: 5px;
}
body.home #top_interview ul.wrap_top_interview li a .wrap_info {
  flex: 1;
}
body.home #top_interview ul.wrap_top_interview li a .wrap_info .company_name {
  display: inline-block;
  color: #383c57;
  font-size: 16px;
  font-weight: bold;
  line-height: 1.6em;
  margin-bottom: 10px;
}
body.home #top_interview ul.wrap_top_interview li a .wrap_info .title {
  font-size: 24px;
  font-weight: bold;
  line-height: 1.5em;
  margin-bottom: 15px;
}
@media (max-width: 767px) {
  body.home #top_interview ul.wrap_top_interview li a .wrap_info .title {
    font-size: 20px;
    line-height: 1.4em;
  }
}
body.home #top_interview ul.wrap_top_interview li a .wrap_info .title .fa-lock {
  margin-right: 5px;
  color: #d1aa18;
}
body.home #top_interview ul.wrap_top_interview li a .wrap_info .cap {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
  overflow: hidden;
  font-size: 16px;
  line-height: 1.4em;
}
body.home #top_interview ul.wrap_top_interview li a:hover .wrap_thumb img {
  transform: scale(1.2);
}
body.home #top_interview #interview_slider {
  margin-bottom: 0;
}
body.home #top_interview #interview_slider .slick-prev, body.home #top_interview #interview_slider .slick-next {
  top: auto;
  bottom: -70px;
  width: 35px;
  height: 35px;
  z-index: 1;
}
body.home #top_interview #interview_slider .slick-prev:before, body.home #top_interview #interview_slider .slick-next:before {
  color: #000;
  font-size: 35px;
}
body.home #top_interview #interview_slider .slick-prev {
  left: 0;
}
body.home #top_interview #interview_slider .slick-next {
  right: 0;
}
body.home #top_interview #interview_slider .slick-dots {
  bottom: -45px;
}
body.home #feature {
  margin-bottom: 50px;
}
body.home #feature .wrap_feature li .wrap_thumb img {
  max-width: 100%;
  transition: 0.2s all;
}
body.home #feature .wrap_feature li .wrap_thumb img:hover {
  opacity: 0.7;
}
body.home #feature .wrap_feature li .wrap_info .intro {
  font-size: 16px;
  line-height: 1.6em;
  margin: 20px auto;
}
body.home #feature .wrap_feature li .wrap_info .button_area {
  text-align: center;
  margin-top: 10px;
}
body.home #feature .wrap_feature li .wrap_info .button_area a {
  display: inline-block;
  min-width: 200px;
  background: #fff;
  font-size: 16px;
  text-decoration: none !important;
  border: 1px solid;
  border-radius: 100px;
  padding: 15px 30px;
}
body.home #interview {
  margin-bottom: 50px;
}
body.home #interview .button_area {
  text-align: center;
  margin-top: 10px;
}
body.home #interview .button_area a {
  display: inline-block;
  min-width: 200px;
  background: #fff;
  font-size: 16px;
  text-decoration: none !important;
  border: 1px solid;
  border-radius: 100px;
  padding: 15px 30px;
}
body.home #news .wrap_news li {
  display: flex;
  font-size: 16px;
  margin-bottom: 10px;
}
body.home #news .wrap_news li time {
  color: #999;
  line-height: 1.6em;
  margin-right: 10px;
}
body.home #news .wrap_news li a {
  line-height: 1.6em;
}
body.home #news .button_area {
  text-align: center;
  margin-top: 20px;
}
body.home #news .button_area a {
  display: inline-block;
  min-width: 200px;
  background: #fff;
  font-size: 16px;
  text-decoration: none !important;
  border: 1px solid;
  border-radius: 100px;
  padding: 15px 30px;
}

/* ----------------------------------------------------------------------
 検索結果
---------------------------------------------------------------------- */
body.search #search_box {
  margin-bottom: 30px;
}
body.search #search_box .inner {
  display: flex;
  align-items: center;
}
@media (max-width: 767px) {
  body.search #search_box .inner {
    flex-flow: column;
  }
}
body.search #search_box .inner .interview_count {
  font-weight: bold;
  margin-right: 40px;
}
@media (max-width: 767px) {
  body.search #search_box .inner .interview_count {
    margin: 0 auto 20px;
  }
}
body.search #search_box .inner .interview_count .count {
  color: #dd3333;
  font-size: 20px;
  margin: 0 10px;
}
@media (max-width: 767px) {
  body.search #search_box .inner .interview_count .count {
    margin: 0 5px;
  }
}
body.search #search_box .inner .search_box {
  flex: 1;
}
@media (max-width: 767px) {
  body.search #search_box .inner .search_box {
    width: 100%;
  }
}
body.search #search_box .inner .search_box form {
  position: relative;
  margin: 0 auto;
}
body.search #search_box .inner .search_box form .search_input {
  width: 100%;
  float: right;
}
body.search #search_box .inner .search_box form .search_input input {
  width: 100%;
  height: 40px;
  border: 1px solid;
  padding: 15px;
}
body.search #search_box .inner .search_box form .search_button {
  position: absolute;
  right: 0px;
  top: 0;
  width: 40px;
  height: 40px;
}
body.search #search_box .inner .search_box form .search_button label {
  text-indent: -200px;
  overflow: hidden;
  display: block;
  position: absolute;
  top: 13px;
  right: 11px;
  width: 16px;
  height: 16px;
  pointer-events: none;
}
body.search #search_box .inner .search_box form .search_button label:before {
  font-family: 'design_plus';
  content: '\e915';
  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;
}
body.search #search_box .inner .search_box form .search_button input {
  border: none;
  width: 40px;
  height: 40px;
  background: none;
  text-indent: -300px;
  overflow: hidden;
  cursor: pointer;
}
body.search #search_box .inner .search_box form .search_button:hover label:before {
  color: #dd3333;
}
body.search #search_box.search_all .inner {
  justify-content: center;
}
body.search #search_box.search_all .inner .search_box {
  width: 90%;
  flex: unset;
}
body.search #blog_archive #post_list.search_list .item {
  height: auto;
}
@media (max-width: 767px) {
  body.search #blog_archive #post_list.search_list .item {
    padding: 15px;
  }
}
body.search #blog_archive #post_list.search_list .item .link {
  justify-content: flex-start;
}
body.search #blog_archive #post_list.search_list .item .link .title_area {
  width: 100%;
  padding: 0;
}
body.search #blog_archive #post_list.search_list .item .link .title_area .post_type {
  display: inline-block;
  line-height: 20px;
  margin-bottom: 15px;
}
@media (max-width: 767px) {
  body.search #blog_archive #post_list.search_list .item .link .title_area .post_type {
    font-size: 12px;
    line-height: 15px;
    margin-bottom: 10px;
  }
}
body.search #blog_archive #post_list.search_list .item .link .title_area .fa-lock {
  margin-right: 5px;
  color: #d1aa18;
}
body.search #blog_archive #post_list.search_list .item .link .title_area .post_meta {
  display: inline-block;
  color: #999;
  line-height: 20px;
  margin-top: 15px;
}
@media (max-width: 767px) {
  body.search #blog_archive #post_list.search_list .item .link .title_area .post_meta {
    height: auto;
    font-size: 12px;
    line-height: 15px;
    margin-top: 10px;
  }
}

/* ----------------------------------------------------------------------
 固定ページ
---------------------------------------------------------------------- */
#article.page .post_content {
  padding: 0;
}
@media (max-width: 767px) {
  #article.page .post_content table tr {
    display: flex;
    flex-wrap: wrap;
  }
}
#article.page .post_content table tr:last-child {
  border-bottom: none;
}
#article.page .post_content table tr:last-child td {
  line-height: 1.6em;
}
@media (max-width: 767px) {
  #article.page .post_content table tr:last-child td {
    border-bottom: 1px solid #ccc;
  }
}
#article.page .post_content table tr th {
  width: 200px;
  vertical-align: top;
  background: #E4E9F2;
  line-height: 1.6em;
  font-size: 16px;
  font-weight: bold;
  text-align: center;
  border-right: 1px solid #ccc;
  padding: 20px;
}
@media (max-width: 767px) {
  #article.page .post_content table tr th {
    width: 100%;
    padding: 10px 20px;
  }
}
#article.page .post_content table tr td {
  line-height: 1.6em;
  font-size: 16px;
  padding: 20px;
}
@media (max-width: 767px) {
  #article.page .post_content table tr td {
    width: 100%;
    border-top: none;
    border-bottom: none;
  }
}
#article.page .post_content table tr td p {
  line-height: 1.6em;
}
#article.page .post_content table tr td p:last-child {
  margin: 0;
}
#article.page .post_content table tr td ul:last-child {
  margin-bottom: 0;
}

/* ----------------------------------------------------------------------
 インタビュー一覧
---------------------------------------------------------------------- */
#interview_archive #search {
  margin-bottom: 30px;
}
#interview_archive #search .inner {
  display: flex;
  align-items: center;
}
@media (max-width: 767px) {
  #interview_archive #search .inner {
    flex-flow: column;
  }
}
#interview_archive #search .inner .interview_count {
  font-weight: bold;
  margin-right: 40px;
}
@media (max-width: 767px) {
  #interview_archive #search .inner .interview_count {
    margin: 0 auto 20px;
  }
}
#interview_archive #search .inner .interview_count .count {
  color: #dd3333;
  font-size: 20px;
  margin: 0 10px;
}
@media (max-width: 767px) {
  #interview_archive #search .inner .interview_count .count {
    margin: 0 5px;
  }
}
#interview_archive #search .inner .search_box {
  flex: 1;
}
@media (max-width: 767px) {
  #interview_archive #search .inner .search_box {
    width: 100%;
  }
}
#interview_archive #search .inner .search_box form {
  position: relative;
  margin: 0 auto;
}
#interview_archive #search .inner .search_box form .search_input {
  width: 100%;
  float: right;
}
#interview_archive #search .inner .search_box form .search_input input {
  width: 100%;
  height: 40px;
  border: 1px solid;
  padding: 15px;
}
#interview_archive #search .inner .search_box form .search_button {
  position: absolute;
  right: 0px;
  top: 0;
  width: 40px;
  height: 40px;
}
#interview_archive #search .inner .search_box form .search_button label {
  text-indent: -200px;
  overflow: hidden;
  display: block;
  position: absolute;
  top: 13px;
  right: 11px;
  width: 16px;
  height: 16px;
  pointer-events: none;
}
#interview_archive #search .inner .search_box form .search_button label:before {
  font-family: 'design_plus';
  content: '\e915';
  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;
}
#interview_archive #search .inner .search_box form .search_button input {
  border: none;
  width: 40px;
  height: 40px;
  background: none;
  text-indent: -300px;
  overflow: hidden;
  cursor: pointer;
}
#interview_archive #search .inner .search_box form .search_button:hover label:before {
  color: #dd3333;
}

ul.wrap_interview {
  display: flex;
  flex-wrap: wrap;
}
ul.wrap_interview li {
  width: calc(100% / 3 - 10px);
  margin-right: 15px;
  margin-bottom: 20px;
}
@media (max-width: 767px) {
  ul.wrap_interview li {
    width: 100%;
    margin-right: 0;
    margin-bottom: 30px;
  }
}
ul.wrap_interview li:nth-child(3n) {
  margin-right: 0;
}
ul.wrap_interview li a {
  display: flex;
  flex-flow: column;
}
ul.wrap_interview li a .wrap_thumb {
  position: relative;
  width: 100%;
  height: 150px;
  overflow: hidden;
}
@media (max-width: 767px) {
  ul.wrap_interview li a .wrap_thumb {
    height: 200px;
  }
}
ul.wrap_interview li a .wrap_thumb img {
  width: 100%;
  height: 150px;
  object-fit: cover;
  transition: transform  0.75s ease;
}
@media (max-width: 767px) {
  ul.wrap_interview li a .wrap_thumb img {
    height: 200px;
  }
}
ul.wrap_interview li a .wrap_thumb .new {
  position: absolute;
  top: -8px;
  left: -22px;
  background: #dd3333;
  color: #fff;
  font-size: 10px;
  font-weight: bold;
  padding: 20px 20px 5px;
  transform: rotate(-45deg);
}
ul.wrap_interview li a .wrap_thumb .badge {
  position: absolute;
  bottom: 0;
  right: 0;
  background: #dd3333;
  color: #fff;
  font-size: 12px;
  padding: 5px;
}
ul.wrap_interview li a .wrap_info {
  flex: 1;
}
ul.wrap_interview li a .wrap_info .title {
  font-size: 18px;
  font-weight: bold;
  line-height: 1.4em;
}
ul.wrap_interview li a .wrap_info .title .fa-lock {
  margin-right: 5px;
  color: #d1aa18;
}
ul.wrap_interview li a .wrap_info .company_name {
  display: block;
  font-size: 14px;
  font-weight: bold;
  color: #dd3333;
  text-align: right;
  margin: 10px 0;
}
ul.wrap_interview li a .wrap_info .company_name.small {
  font-size: 12px;
}
ul.wrap_interview li a:hover .wrap_thumb img {
  transform: scale(1.2);
}
ul.wrap_interview li.post_pr a .new {
  top: -10px;
  left: -20px;
  background: #192381;
}

/* ----------------------------------------------------------------------
 インタビュー記事
---------------------------------------------------------------------- */
.single-interview .wrap_company_name {
  background: #383c57;
  padding: 20px;
  margin-bottom: 20px;
}
.single-interview .wrap_company_name h2 {
  color: #fff;
  font-size: 28px;
}
.single-interview .wrap_company_name h2 .sub_top {
  display: block;
  font-weight: normal;
  font-size: 14px;
  line-height: 1.4em;
  margin-bottom: 10px;
}
.single-interview .wrap_company_name h2 .sub_bottom {
  display: block;
  font-weight: normal;
  font-size: 14px;
  line-height: 1.4em;
  margin-top: 10px;
}
.single-interview #post_title_area {
  padding: 0;
}
.single-interview #post_title_area .title {
  font-size: 20px;
}
@media (max-width: 767px) {
  .single-interview #post_title_area .post_meta li.publication_month {
    display: block;
  }
}
.single-interview #intro_area {
  margin: 50px auto 100px;
}
@media (max-width: 767px) {
  .single-interview #intro_area {
    margin-top: 30px;
    margin-bottom: 40px;
  }
}
.single-interview #intro_area .company_name {
  background: #E4E9F2;
  text-align: center;
  color: #191C39;
  line-height: 1.6em;
  font-size: 25px;
  font-weight: bold;
  padding: 15px;
  margin-bottom: 20px;
}
.single-interview #intro_area .company_name .sub {
  display: block;
  font-size: 20px;
  line-height: 2em;
}
.single-interview #intro_area .content {
  font-size: 16px;
  line-height: 2em;
}
.single-interview #intro_area #interview_prof {
  background: #E4E9F2;
  padding: 20px;
  margin-top: 50px;
}
.single-interview #intro_area #interview_prof .inner {
  display: flex;
}
@media (max-width: 767px) {
  .single-interview #intro_area #interview_prof .inner {
    flex-flow: column;
  }
}
.single-interview #intro_area #interview_prof .inner .image_box {
  width: 250px;
  margin-right: 20px;
}
@media (max-width: 767px) {
  .single-interview #intro_area #interview_prof .inner .image_box {
    width: 100%;
    margin: 0 auto 20px;
  }
}
.single-interview #intro_area #interview_prof .inner .image_box img {
  width: 100%;
  height: auto;
}
.single-interview #intro_area #interview_prof .inner .content_box {
  flex: 1;
}
.single-interview #intro_area #interview_prof .inner .content_box h3 {
  font-size: 18px;
  font-weight: bold;
  margin-bottom: 10px;
}
.single-interview #intro_area #interview_prof .inner .content_box .position {
  font-size: 14px;
  font-weight: bold;
  margin-bottom: 10px;
}
.single-interview #intro_area #interview_prof .inner .content_box .content {
  font-size: 14px;
}

/* ----------------------------------------------------------------------
 連載一覧
---------------------------------------------------------------------- */
#column_archive h3 {
  font-size: 20px;
  border-left: 5px solid;
  padding: 5px 10px;
  margin-bottom: 20px;
}
#column_archive #series_image {
  width: 500px;
  max-width: 100%;
  margin: 0 auto 40px;
}
#column_archive #series_image img {
  max-width: 100%;
}
#column_archive .wrap_column li {
  border: 1px solid #ddd;
  padding: 15px 20px;
  margin-bottom: -1px;
}
#column_archive .wrap_column li:last-child {
  margin-bottom: 0;
}
#column_archive .wrap_column li a {
  transition: all 0.2s;
}
#column_archive .wrap_column li a:hover .date {
  color: #dd3333;
}
#column_archive .wrap_column li a .date {
  font-size: 12px;
  line-height: 1;
  color: #999;
  margin: 4px 0 10px 0;
  letter-spacing: 0.1em;
  transition: all 0.2s;
}
#column_archive .wrap_column li a .date .new {
  font-weight: bold;
  color: #dd3333;
}
#column_archive .wrap_column li a .title {
  font-size: 18px;
  font-weight: bold;
  line-height: 1.8em;
}
#column_archive .wrap_column li a .title .fa-lock {
  margin-right: 5px;
  color: #d1aa18;
}
#column_archive .wrap_column li a .series {
  display: block;
  line-height: 1.4em;
  margin-top: 10px;
}
#column_archive .page_navi {
  margin: 30px auto 80px;
}
#column_archive .wrap_series {
  margin-top: 40px;
}
#column_archive .wrap_series .series_list {
  display: flex;
  flex-wrap: wrap;
}
#column_archive .wrap_series .series_list li {
  width: calc(50% - 10px);
  margin-right: 20px;
  margin-bottom: 20px;
}
#column_archive .wrap_series .series_list li:nth-child(even) {
  margin-right: 0;
}
#column_archive .wrap_series .series_list li img {
  max-width: 100%;
  transition: all 0.2s;
}
#column_archive .wrap_series .series_list li img:hover {
  opacity: 0.7;
}

/* ----------------------------------------------------------------------
 連載記事
---------------------------------------------------------------------- */
.single-column #post_title_area {
  padding: 0;
}
.single-column #post_title_area .title {
  font-size: 20px;
}
@media (max-width: 767px) {
  .single-column #post_title_area .post_meta li.publication_month {
    display: block;
  }
}
.single-column #series_image {
  width: 500px;
  max-width: 100%;
  margin: 40px auto;
}
@media (max-width: 767px) {
  .single-column #series_image {
    margin: 20px auto;
  }
}
.single-column #series_image img {
  max-width: 100%;
}
.single-column .author_profile {
  padding: 40px;
  margin: 50px auto 0;
}
.single-column .author_profile .info {
  width: 100%;
  float: none;
}
.single-column .author_profile .info .name {
  padding: 0;
}
.single-column .author_profile .info .desc {
  line-height: 1.6em;
  margin: 0 !important;
}

/* ----------------------------------------------------------------------
 特集一覧
---------------------------------------------------------------------- */
#feature_archive #feature_list {
  display: flex;
  flex-wrap: wrap;
}
#feature_archive #feature_list li {
  width: calc(100% / 3 - 10px);
  margin-right: 15px;
  margin-bottom: 20px;
}
@media (max-width: 767px) {
  #feature_archive #feature_list li {
    width: 100%;
    margin-right: 0;
    margin-bottom: 30px;
  }
}
#feature_archive #feature_list li:nth-child(3n) {
  margin-right: 0;
}
#feature_archive #feature_list li a {
  display: flex;
  flex-flow: column;
}
#feature_archive #feature_list li a .wrap_thumb {
  position: relative;
  width: 100%;
  height: 150px;
  overflow: hidden;
}
@media (max-width: 767px) {
  #feature_archive #feature_list li a .wrap_thumb {
    height: 200px;
  }
}
#feature_archive #feature_list li a .wrap_thumb img {
  width: 100%;
  height: 150px;
  object-fit: cover;
  transition: transform  0.75s ease;
}
@media (max-width: 767px) {
  #feature_archive #feature_list li a .wrap_thumb img {
    height: 200px;
  }
}
#feature_archive #feature_list li a .wrap_thumb .new {
  position: absolute;
  top: -8px;
  left: -22px;
  background: #dd3333;
  color: #fff;
  font-size: 10px;
  font-weight: bold;
  padding: 20px 20px 5px;
  transform: rotate(-45deg);
}
#feature_archive #feature_list li a .wrap_info {
  flex: 1;
}
#feature_archive #feature_list li a .wrap_info .publication_month {
  display: inline-block;
  font-size: 12px;
  font-weight: bold;
  color: #383c57;
  margin: 10px auto;
}
#feature_archive #feature_list li a .wrap_info .title {
  font-size: 18px;
  font-weight: bold;
  line-height: 1.4em;
}
#feature_archive #feature_list li a .wrap_info .title .fa-lock {
  margin-right: 5px;
  color: #d1aa18;
}
#feature_archive #feature_list li a:hover .wrap_thumb img {
  transform: scale(1.2);
}

/* ----------------------------------------------------------------------
 特集記事
---------------------------------------------------------------------- */
.single-feature #post_title_area {
  padding: 0;
  margin-bottom: 30px;
}
.single-feature #post_title_area .title {
  font-size: 20px;
}
@media (max-width: 767px) {
  .single-feature #post_title_area .post_meta li.publication_month {
    display: block;
  }
}

/* ----------------------------------------------------------------------
 お知らせ一覧
---------------------------------------------------------------------- */
#news_archive #news_list li {
  display: flex;
  font-size: 16px;
  margin-bottom: 10px;
}
#news_archive #news_list li time {
  color: #999;
  font-size: 16px;
  line-height: 1.6em;
  margin: 0 10px 0 0;
}
#news_archive #news_list li a {
  line-height: 1.6em;
}

/* ----------------------------------------------------------------------
 よくあるご質問
---------------------------------------------------------------------- */
#page_faq .wrap_faq dl {
  border: 1px solid #E4E9F2;
  margin-bottom: 30px;
}
#page_faq .wrap_faq dl dt {
  background: #E4E9F2;
  line-height: 1.6em;
  padding: 15px;
}
#page_faq .wrap_faq dl dt:before {
  content: 'Q：';
  font-size: 18px;
  font-weight: bold;
  color: #383c57;
}
#page_faq .wrap_faq dl dd {
  padding: 15px;
  margin: 0;
}
#page_faq .wrap_faq dl dd p {
  line-height: 1.6em;
}
#page_faq .wrap_faq dl dd p:first-child:before {
  content: 'A：';
  font-size: 18px;
  font-weight: bold;
  color: #383c57;
}
#page_faq .wrap_faq dl dd p:last-child {
  margin: 0;
}

/* ----------------------------------------------------------------------
 お問い合わせ
---------------------------------------------------------------------- */
body .wpcf7 {
  background: none;
  border: none;
}
body .wpcf7 form {
  margin: 0;
}
body .wpcf7 form table caption p {
  text-align: left;
  font-size: 14px;
  margin: 0;
}
@media (max-width: 767px) {
  body .wpcf7 form table tr {
    display: flex;
    flex-wrap: wrap;
  }
}
body .wpcf7 form table tr:last-child {
  border-bottom: none;
}
@media (max-width: 767px) {
  body .wpcf7 form table tr:last-child td {
    border-bottom: 1px solid #ccc;
  }
}
body .wpcf7 form table tr th {
  width: 200px;
  vertical-align: top;
  background: #E4E9F2;
  font-size: 16px;
  font-weight: bold;
  border-right: 1px solid #ccc;
  padding: 20px;
}
@media (max-width: 767px) {
  body .wpcf7 form table tr th {
    width: 100%;
    padding: 10px 20px;
  }
}
body .wpcf7 form table tr th p {
  margin: 0;
}
body .wpcf7 form table tr th p .indi {
  color: #dd3333;
  font-size: 0.8em;
  font-weight: bold;
}
body .wpcf7 form table tr td {
  font-size: 16px;
  padding: 20px;
}
@media (max-width: 767px) {
  body .wpcf7 form table tr td {
    width: 100%;
    border-top: none;
    border-bottom: none;
  }
}
body .wpcf7 form table tr td p {
  margin: 0;
}
body .wpcf7 form table tr td p .wpcf7-checkbox {
  display: flex;
}
body .wpcf7 form table tr td p .wpcf7-checkbox .first {
  margin: 0;
}
body .wpcf7 form > p {
  text-align: center;
}
body .wpcf7 form > p .wpcf7-form-control-wrap .wpcf7-list-item {
  margin: 0;
}
body .wpcf7 form input[type="submit"] {
  display: block;
  min-width: 100px;
  height: 50px;
  background: #dd3333;
  font-size: 16px;
  color: #fff;
  line-height: 50px;
  border: none;
  cursor: pointer;
  padding: 0 20px;
  transition: all 0.2s;
}
body .wpcf7 form input[type="submit"]:hover {
  background: #383c57;
  color: #fff;
}
