@charset "utf-8";
/*
 * PC用スタイルCSS
 */


/* ↓↓　雛形　レイアウトにあわせて追記・上書きして下さい　↓↓
   後々解読が面倒になるので、必要な箇所のみ記述すること
  （例：背景がPNGになるなら background-image: url("../files/xx_bg.png");　など） */


/* =================================================================================================================== */
/* PCカスタムプロパティ */
:root {
  --basic_background_color: #333333;
  --body_text_color: #ffffff;
  --link_color: #bb4a06;
  --border_color: #666666;
  --table_border_color: transparent;
  --th_background_color: #111111;
  --td_background_color: #111111;
  --th_character_color: #ffffff;
  --td_character_color: #333333;
  --required_color: #df954a;
  --top_h1_color: #333333;
  --header_navigation_color: transparent;
  --top_entry_title_color: #aaaaaa;
  --entry_title_bg_color: #ffffff;
  --blog_title_color: #aaaaaa;
  --sub_entry_title_bg_color: #aaaaaa;
  --entry_title_bg_w570_color: #ffffff;
  --sub_entry_title_bg_w570_color: #aaaaaa;
  --half_entry_title_bg_color: #ffffff;
  --half_sub_entry_title_bg_color: #aaaaaa;
  --column3_title_bg_color: #ffffff;
  --widget_title_bg_color: #ffffff;
  --widget_list_bg_color: #ffffff;
  --footnavi_color: transparent;
  --address_color: #ffffff;
  --copy_color: #bb4a06;
}

/* 置換以外 */
:root {
  --easys_min_width: 1300;/* EASYSの最小幅(単位なし) */
  --easys_max_width: 2000;/* EASYSの最大幅(単位なし) */
  --easys_top_main_h: 1035;/* トップメインのオリジナル高さ(単位なし) */
  --easys_naka_main_h: 0;/* 中ページメインのオリジナル高さ(単位なし) */
  --easys_standard_value001: #ffffff;/* A～Cブロック記事内リンクボタン＞文字色 */
  --easys_standard_value002: rgba(255,255,255,0.75);/* プルダウンメニュー＞背景色 */
  --easys_standard_value999: rgba(255,255,255,0.75);/* プルダウンメニュー＞背景色(ホバー時) */
  --easys_standard_value003: #333333;/* プルダウンメニュー＞文字色 */
  --easys_standard_value004: #666666;/* プルダウンメニュー＞文字色(ホバー時) */
  --easys_standard_value005: #ffffff;/* カレンダーの本日＞文字色 */
  --easys_standard_value006: #ffffff;/* 大きな地図で見る＞文字色(ホバー時) */
  --easys_standard_value007: #ffffff;/* ページ遷移ボタン＞線色 */
  --easys_standard_value008: #ffffff;/* ページ遷移ボタン＞文字色 */
  --easys_standard_value009: #000000;/* ブログ＞ページング＞線色 */
}
/* =================================================================================================================== */


/* ===================================================================================================================
   ■ 全体
------------------------------------------------------------------------------------------------------------------- */
html {
  background: none var(--basic_background_color);

  scroll-padding-top: 0;
  scroll-behavior: smooth;
}
body {
  position: relative;/* 2000pxを超える画面の対策 */
  margin: 0 auto;
  min-width: calc(var(--easys_min_width)*1px);
  max-width: calc(var(--easys_max_width)*1px);
  background: none no-repeat center top;
  word-break: break-word;
}
body,
.wpcf7c-conf {
  color: var(--body_text_color);
}
/* Safariのみ */
_:lang(x) + _:-webkit-full-screen-document,
body {
          text-size-adjust: none;
  -webkit-text-size-adjust: none;
}
body#page_6 {
  background: url("../files/body_bg_top.jpg") no-repeat center top/100%;
}
#wrapper {
  background: none transparent;
}
#outer_block {
  background: none transparent;
}
#page_6 #outer_block:not(.shosai #page_6 #outer_block) {
  padding-top: 0;
}

a:link,
a:visited,
a:hover,
a:active {
  color: var(--link_color);
}

/* A～Cブロック記事内リンクボタン */
.main_btn a,
.sub_text_btn a {
  background-color: var(--link_color);
  color: var(--easys_standard_value001);
}


/* ===================================================================================================================
   ■ ヘッダー
------------------------------------------------------------------------------------------------------------------- */
#branding_box {
  position: relative;
  z-index: 500;
  padding: 0;
  height: calc(var(--easys_naka_main_h)*1px);
  background: none transparent;
}
/* トップページのみ調整する時 */
#page_6 #branding_box {
  height: calc(var(--easys_top_main_h)*1px);
  /* background: url(/files/カバー画像) no-repeat center top/100%; */
}

/*  H1テキスト
---------------------------------------------------------------------------------------------------- */
#site-description {
  /* CSSレスポンシブ用*/
  position: absolute;
  right: 10px;
  bottom: 10px;
  width: auto;
}
#site-description a {
  display: inline;
  color: var(--top_h1_color);
}

/*  サイトロゴ
---------------------------------------------------------------------------------------------------- */
/* ヘッダーのH1～グローバルナビの高さ調整 */
#header_information {
  /* CSSレスポンシブ用  */
  position: absolute;
  top: 10px;
  left: 20px;
  z-index: 10;
  background: url("/files/branding_box_bg.png");
  transform-origin: top left;
}
#header_information .main_header {
  margin: 0 auto;
  padding: 0;
  width: auto;
}
#header_information .main_header a {
  display: inline-block;
  padding: 0;
}
#header_information .main_header a img {
  width: 250px;
  height: 90px;
}
/* Gナビ上部固定
div#access.fixed #header_information {
  top: 0;
  left: 0;
}
*/

/*  グローバルナビ
---------------------------------------------------------------------------------------------------- */
#access {
  display: none;
}


/*  メイン画像
---------------------------------------------------------------------------------------------------- */
#main_teaser,
#video_teaser,
#jquery_slider_pc {
  /* メインとブランディングボックスを重ねる時*/
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  z-index: 99;
  margin: 0 auto;
  width: 100%;
  text-align: center;
}
#main_teaser,
#video_teaser #video_teaser_inner,
#jquery_slider_pc .viewer {
  display: block;
  overflow: hidden;
  margin: 0 auto;
  min-width: calc(var(--easys_min_width)*1px);
  max-width: calc(var(--easys_max_width)*1px);
}
#main_teaser img,
#video_teaser #video_teaser_inner video,
#jquery_slider_pc .viewer img {
  width: 100%;
}

#main_teaser .img01 {
  position: absolute;
  top: calc(480/2000*100%);
  left: 0;
  padding-top: calc(400/2000*100%);
  width: calc(200/2000*100%);
  background: url(/files/top_men_img1.png) no-repeat center top/100%;
  animation: hyoko01 6s infinite linear;
}
#main_teaser .img02 {
  position: absolute;
  bottom: 0;
  left: calc(925/2000*100%);
  padding-top: calc(330/2000*100%);
  width: calc(400/2000*100%);
  background: url(/files/top_men_img2.png) no-repeat center top/100%;
  animation: hyoko02 7s infinite linear;
}
#main_teaser .img03 {
  position: absolute;
  top: calc(270/2000*100%);
  right: 0;
  padding-top: calc(420/2000*100%);
  width: calc(200/2000*100%);
  background: url(/files/top_men_img3.png) no-repeat center top/100%;
  animation: hyoko03 6s infinite linear;
}
@keyframes hyoko01 {
  0% {
    transform: translateX(-100%);
  }
  20% {
    transform: translateX(-100%);
  }
  30% {
    transform: translateX(0);
  }
  70% {
    transform: translateX(0);
  }
  80% {
    transform: translateX(-100%);
  }
  100% {
    transform: translateX(-100%);
  }
}
@keyframes hyoko02 {
  0% {
    transform: translateY(100%);
  }
  40% {
    transform: translateY(100%);
  }
  50% {
    transform: translateY(0);
  }
  65% {
    transform: translateY(0);
  }
  75% {
    transform: translateY(50%);
  }
  78% {
    transform: translateY(30%);
  }
  90% {
    transform: translateY(30%);
  }
  100% {
    transform: translateY(100%);
  }
}
@keyframes hyoko03 {
  0% {
    transform: translateX(100%);
  }
  50% {
    transform: translateX(100%);
  }
  60% {
    transform: translateX(0);
  }
  90% {
    transform: translateX(0);
  }
  100% {
    transform: translateX(100%);
  }
}


/* ===================================================================================================================
   ■ サイド
------------------------------------------------------------------------------------------------------------------- */
/* サイドナビ　タイトル */
.widget-title,
.widget-title2 a {
  padding: 0;
  background-image: url(../files/widget_title_bg.png);
  color: var(--widget_title_bg_color);
  text-align: center;
}
.widget-title2 a:link,
.widget-title2 a:visited,
.widget-title2 a:hover,
.widget-title2 a:active {
  color: var(--widget_title_bg_color);
}

/* サイドナビ　メニュー部分 */
#blog_main .widget-area ul ul li a {
  overflow: hidden;
  background-image: url(../files/widget_list_bg.png);
  color: var(--widget_list_bg_color);
  text-overflow: ellipsis;
  white-space: nowrap;
}

#wp-calendar {
  border-collapse: separate;
}
#wp-calendar caption {
  text-align: center;
}
/*#wp-calendar thead th {
}*/
#wp-calendar tbody td {
  padding: 5px;
  border-width: 0 0 1px;
  border-style: dotted;
  border-color: var(--border_color);
  background: none transparent;
  line-height: 2;
}
#wp-calendar tbody td a {
  text-decoration: underline;
}
#wp-calendar tbody td a:hover {
  text-decoration: none;
}
#calendar_wrap table tr td#today {
  background-color: var(--link_color);
}
#calendar_wrap table tr td#today,
#calendar_wrap table tr td#today a {
  color: var(--easys_standard_value005);
}

/* ===================================================================================================================
   ■ フッター
------------------------------------------------------------------------------------------------------------------- */
#footer_block {
  position: relative;
  height: 650px;
  background: url(../files/footer_bg.jpg) no-repeat center top;
}
#footer_box {
  height: 650px;
  background: url(../files/footer_box_bg.png) no-repeat center top;
}


/*  フッターナビ
---------------------------------------------------------------------------------------------------- */
#footer_sitemap_block {
  display: none;
}


/*  フッター住所
---------------------------------------------------------------------------------------------------- */
#footer_information .entry-post .post-data p {
  color: var(--address_color);
  font-size: 17px;
  /*絶対値指定する時
  position: absolute;
  bottom: 110px;
  left: 50%;
  margin: 0;
  width: auto;
  transform: translateX(-50%);
  */
}
#footer_information .entry-post .post-data .footer_info {
  position: absolute;
  top: 452px;
  left: calc(50% - 250px);
  display: flex;
  gap: 0 180px;
}

/*  フッターSNSボタン
---------------------------------------------------------------------------------------------------- */
#footer_sns_btn {
  margin: 20px auto 0;
  /* 絶対値指定する時
  position: absolute;
  bottom: 130px;
  left: 50%;
  margin: 0;
  transform: translateX(-50%);
  */
}
#footer_sns_btn .footer_sns_inner {
  width: 250px;
  height: 25px;
}
#footer_sns_btn div {
  width: 25px;
  height: 25px;
}
#footer_sns_btn div a:hover {
  opacity: 0.8;
}



/*  コピーライト
---------------------------------------------------------------------------------------------------- */
#copyright {
  color: var(--copy_color);
}
/* 中央寄せの時 */

#copyright {
  position: absolute;
  bottom: 90px;
  left: 50%;
  margin: 0;
  transform: translateX(-50%);
}

/* 中央以外 */
/*
#copyright {
    position: absolute;
    bottom: 0px;
    left: calc(50% - 100px);
}
*/

/*  サイドメニュー
---------------------------------------------------------------------------------------------------- */
.fixed_btn {
  right: 20px;
  z-index: 1000;
}

.fixed_btn div,
.fixed_btn div a {
  width: 50px;
  height: 50px;
  transition: 0.3s;
}
.fixed_btn div a:hover {
  transform: translateX(-10px);
}

.footer_btn{
  position: absolute;
  top: 213px;
  left: 0;
  right: 0;
  margin: 0 auto;
  width: 400px;
  height: 50px;
}
.footer_btn a img{
  position: absolute;
  top: 0;
  left: 0;  
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center top;
}
.footer_btn a:hover img{
  opacity: 1;
  object-position: center bottom;
}


/*  スクロールトップ
---------------------------------------------------------------------------------------------------- */
/* #float_top_btn{

} */
#float_top_btn a:hover img {
  opacity: 0.8;
}

/* ===================================================================================================================
   ■ コンテンツ
------------------------------------------------------------------------------------------------------------------- */
#container_top {
  padding: 0;
}
#container_top.single_post {
  padding: 0 0 50px;
}

/*  見出し
---------------------------------------------------------------------------------------------------- */
.headline_title {
  padding-top: 50px;
  background-image: url(../files/top_entry_title.png);
  color: var(--top_entry_title_color);
}
h3.entry_title,
.entry_title,
.entry-title {
  /* サイズ、背景、余白などはこちら */
  background-image: url(../files/entry_title_bg.png);
  color: var(--entry_title_bg_color);
}
/*h3.entry_title,
.entry_title,
.entry_title h3,
.entry-title {
  フォントサイズはこちら
}*/
.entry_title a:link,
.entry_title a:visited,
.entry_title a:hover,
.entry_title a:active,
.entry-title a:link,
.entry-title a:visited,
.entry-title a:hover,
.entry-title a:active {
  color: var(--entry_title_bg_color);
}
/* 見出しリンクボタン */
.entry_title span.read_more_btn a,
.entry_title span.read_more_btn a:hover {
  background-image: url(../files/read_more_btn.png);
}
.entry_title span.read_more_btn a:hover {
  opacity: 0.8;
}
* .mid_entry_title {
  background-image: url(../files/entry_title_bg_w570.png);
  font-size: 20px;
}
* .mid_entry_title,
* .mid_entry_title a {
  color: var(--entry_title_bg_w570_color);
}

/* B-09、B-10など幅半分ブロックの見出し用 */
* .half_entry_title,
* .short_entry_title {
  background-image: url(../files/half_entry_title_bg.png);
}
* .half_entry_title,
* .half_entry_title a,
* .short_entry_title,
* .short_entry_title a {
  color: var(--half_entry_title_bg_color);
}

* .half_sub_entry_title,
.short_sub_entry_title {
  background-image: url(../files/half_sub_entry_title_bg.png);
}
* .half_sub_entry_title,
* .half_sub_entry_title a,
.short_sub_entry_title,
.short_sub_entry_title a {
  color: var(--half_sub_entry_title_bg_color);
}



/* B-03など小見出し用 */
* .sub_entry_title {
  background: url(../files/sub_entry_title_bg.png) no-repeat scroll left top transparent;
  color: var(--sub_entry_title_bg_color);
}
/*
* .sub_entry_title h4 {
  フォントサイズはこちら
}
*/
* .sub_entry_title a:link,
* .sub_entry_title a:visited,
* .sub_entry_title a:hover,
* .sub_entry_title a:active {
  color: var(--sub_entry_title_bg_color);
}
/* 小見出しリンクボタン */
.sub_entry_title span.read_more_btn a,
.sub_entry_title span.read_more_btn a:hover {
  background-image: url(../files/sub_read_more_btn.png);
}
.sub_entry_title span.read_more_btn a:hover {
  opacity: 0.8;
}
* .mid_sub_entry_title {
  background-image: url(../files/sub_entry_title_bg_w570.png);
  font-size: 20px;
}
* .mid_sub_entry_title,
* .mid_sub_entry_title a {
  color: var(--sub_entry_title_bg_w570_color);
}

/* C-01など3列表示インラインタイトル用 */
* .inline_title {
  background-image: url(../files/column3_title_bg.png);
}
* .inline_title,
* .inline_title a {
  color: var(--column3_title_bg_color);
}

/* クーポンの本文見出しなど、固定幅でないインラインタイトル用 */
.coupon_data .inline_title,
.c_04 .inline_title,
.i_01 .inline_title,
.j_01 .inline_title {
  padding: 10px;
  height: auto;
  border: 1px solid var(--table_border_color);
  border-radius: 5px;
  background: none var(--th_background_color);
  color: var(--th_character_color);
  text-align: left;
  font-size: 15px;
  line-height: 1.7;
}

/* 詳細画面の下部「コメント」見出し */
.indent_border {
  width: 685px;
  border-color: var(--link_color);
}


/* 大きな地図で見る */
small {
  border-color: var(--link_color);
}
small a {
  padding: 5px 0;
  width: 100%;
  color: var(--link_color) !important;
  text-align: center !important;
}

small a:hover {
  background-color: var(--link_color) !important;
  color: var(--easys_standard_value006) !important;
}





/*  テーブル
---------------------------------------------------------------------------------------------------- */
.table_area td.td_name,
.table_area td.td_value,
body.coupon .table_area td.td_name,
body.coupon .table_area td.td_value,
table.iqfm-table th,
table.iqfm-table td {
  border-color: var(--table_border_color);
  border-right: none;
  border-left: none;
  background: none transparent;
}
table.table_area td.td_name,
body.coupon table.table_area td.td_name,
.iqfm-table th {
  background: none transparent;
}
table.table_area td.td_value,
body.coupon table.table_area td.td_value,
.iqfm-table td,
.custom-wpcf7c-confirmed td,
input.wpcf7c-conf,
textarea.wpcf7c-conf {
  background: none transparent;
}

/*--------------------------bg */ 
.easys_content:not(.ne_01) table:not(#wp-calendar) tr > * {
  border: none !important;
  background: none var(--th_background_color);
}
.easys_content:not(.ne_01) table:not(#wp-calendar) {
  border-spacing: 0 10px !important;
  border-collapse: separate;
}
table:not(#wp-calendar) {
  border-spacing: 0 4px !important;
  border-collapse: separate;
}

/* メール送信後メッセージボックスのボーダー（デフォルト：グリーン） */
div.wpcf7-mail-sent-ok {
  border-color: var(--border_color) !important;
}
/* Dメニュー下線 */
.td_cell {
  border-color: var(--border_color);
  vertical-align: top;
}
.table_area table tr td {
  border: solid 1px var(--table_border_color) !important;
  border-right: none !important;
  border-left: none !important;
  background: none transparent;
}




/*  ページ遷移ボタン（詳細ブロックやページ送りのナビ用）
---------------------------------------------------------------------------------------------------- */
.tablenav {
  padding: 1em 0;
}
a.page-numbers,
.tablenav .current,
.permalink_in a,
.pageback a,
.page_up a {
  border-style: solid;
  border-color: var(--link_color);
  background: none transparent;
  color: var(--link_color) !important;
}
/*.permalink_in a:link,
.permalink_in a:visited,
.pageback a:link,
.pageback a:visited {
}*/
.tablenav .next:link,
.tablenav .next:visited,
.tablenav .prev:link,
.tablenav .prev:visited {
  border: 1px solid var(--easys_standard_value007);
  background: none transparent;
}
.tablenav .next:hover,
.tablenav .next:active,
.tablenav .prev:hover,
.tablenav .prev:active {
  border-color: var(--link_color);
  background-color: var(--link_color);
}
.tablenav .current,
a.page-numbers:hover,
.permalink_in a:hover,
.permalink_in a:active,
.pageback a:hover,
.pageback a:active,
.page_up a:hover,
.page_up a:active {
  border-style: solid;
  border-color: var(--link_color);
  background: none var(--link_color);
  color: var(--easys_standard_value008) !important;
} 



/*  ブロック
---------------------------------------------------------------------------------------------------- */
/* 各ブロック点線 */
.border_margin,
.anchor_list ul li,
.cu_mail_block,
.blog_post,
.list_block .list_box {
  border-color: var(--border_color);
}


/* Cブロック */
.c_01,
.c_02,
.c_03,
.c_05,
.c_06 {
  display: inline-block;
  padding: 0 0 20px;
  width: 100%;
}
.c_04 {
  margin: 0 0 20px;
}


/* Dブロック */
.menu-list table {
  border-collapse: separate;
}


/* Gブロック */
.g_01 .sub_entry_title a,
.g_02 .sub_entry_title a {
  text-decoration: underline;
}
.g_01 .sub_entry_title a:hover,
.g_02 .sub_entry_title a:hover {
  text-decoration: none;
}


/* Kブロック */
.k_03 .date_area {
  font-weight: bold;
  font-size: 13px;
}
.k_03 .news_small_text {
  font-size: 12px;
  line-height: 1.7;
}


/* Z-D ブログRSS */
.z_d1 {
  margin: 0 0 20px;
}


/* Z-E リンクバナー */
.banner_box {
  text-align: center;
}
.banner_box img {
  max-width: 100%;
  width: auto;
}



/* Z-I スライドショー */
.z_j1 {
  margin: 0 0 15px;
}


/* Z_L お知らせブロック */
.Z_l1 .date_area {
  font-weight: bold;
  font-size: 13px;
}
.Z_l1 .news_small_text {
  font-size: 12px;
}


/* Z_M タブブロック */
.z_m1 .link_list {
  font-size: 13px;
  line-height: 1.5;
}
.z_m1 div.link_list {
  margin-bottom: 10px;
}
div.link_list a {
  border: 1px solid var(--link_color);
  background-color: transparent;
  color: var(--link_color);
}
div.link_list a:hover {
  border: 1px solid var(--link_color);
  background-color: var(--link_color);
  color: #ffffff;
}


.faq-title {
  background-color: var(--link_color);
  color: #ffffff;
  font-weight: normal;
}



/*  メールフォーム
---------------------------------------------------------------------------------------------------- */
.iqfm-table td input[type="text"]:not([size]) {
  width: 75%;
}
/* 必須項目 */
.iqfm-req_color {
  color: var(--required_color);
}
.iqfm-table button,
.iqfm-table input[type="reset"],
.iqfm-table input[type="button"],
.iqfm-table input[type="submit"] {
  line-height: 1.7;
}
.iqfm-table .post_data {
  margin: 0 0 30px;
}



/*  クーポンページ
---------------------------------------------------------------------------------------------------- */
/*body.coupon {
}*/
.coupon_print_block .print_header,
h1.print_page_title,
.coupon_box table tr td.coupon_data,
.coupon_box table tr td.coupon_meta_title,
.coupon_box table tr td.coupon_meta {
  border-color: var(--table_border_color);
}
/* 有効期限の部分 */
.coupon_box table tr td.coupon_meta_title {
  width: 8em;
  background-color: var(--th_background_color);
  color: var(--th_character_color);
}
.coupon_box table tr td.coupon_meta {
  background-color: var(--td_background_color);
  color: var(--td_character_color);
}
.e-04 .menu_area td {
  height: 3.5em;
}
.e-04 .menu_area .parent_title {
  height: auto;
  font-size: 120%;
}



/*  ブログ
---------------------------------------------------------------------------------------------------- */
#nav-below div {
  border-color: var(--easys_standard_value009);
}
#nav-below .nav-next {
  padding: 0 0 0 10px;
}

#blog_main .entry-title {
  padding: 15px 20px 15px 20px;
  padding: 0 0 0 80px;
  width: 620px;
  height: auto;
  background-image: url(../files/blog_title.png);
  background-position: left bottom;
  line-height: 1.5;
}
#blog_main .entry-title,
#blog_main .entry-title a {
  color: var(--blog_title_color);
}

.img_size_thumb {
  overflow: hidden;
  width: 150px;
  height: 150px;
}


/*  地図
---------------------------------------------------------------------------------------------------- */
#map_canvas {
  margin: 0 0 20px;
  width: 100%;
  height: 450px;
}


/*  googleカレンダー
---------------------------------------------------------------------------------------------------- */
iframe[src^="https://calendar.google.com"] {
  border: none !important;
}


/* ページ内リンクアンカー位置調整 */
a[id^="anchor"] {
  display: block;
  visibility: hidden;
  margin-top: -110px;
  height: 110px;
  content: "";
}


/* ============================== ↓↓各ブロックの個別CSSはこちらに記述↓↓ ============================== */
/*no_margin
--------------------------------------- */
/*対象のマージンを消す */
.easys_content.no_margin {
  margin: 0;
}

/* もし記事が割り込まれたらマージンを入れる */
.easys_content.no_margin + .easys_content:not(.no_margin) {
  margin-top: 70px;
}
.easys_content.no_margin.nk_01 [class*="title"] {
  margin-bottom: 0;
  padding-bottom: 25px;
}


/*  DB
---------------------------------------------------------------------------------------------------- */
.db {
  position: relative;
}
.db .post_margin {
  position: absolute;
  overflow: visible;
  margin-bottom: 0;
  height: auto;
}
.db .headline_title {
  display: none;
}
.db .post_margin {
  position: absolute;
  overflow: visible;
  height: auto;
}
.db .post_margin p {
  font-size: 17px;
  line-height: 2;
}

/* 01 > 株式会社和庭園のに潜入調査！？
#yxfl38h5h545fosxbj2i
--------------------------------------------------------------- */
#yxfl38h5h545fosxbj2i {
  height: 970px;
  background: url(/files/block_01_bg.jpg) no-repeat center top;
}
#yxfl38h5h545fosxbj2i .post_margin {
  top: 310px;
  left: calc(50% - 160px);
  width: 450px;
  color: #222222;
}
#yxfl38h5h545fosxbj2i .img01 {
  position: absolute;
  top: 90px;
  left: calc(50% - 680px);
  width: 550px;
  height: 500px;
  background: url(/files/block_01_img1.png) no-repeat center top;
  transition: 0.3s;
  transform: scale(0);
  transform-origin: center;
}
#yxfl38h5h545fosxbj2i .img01.moved {
  transform: scale(1) !important;
}
#yxfl38h5h545fosxbj2i::before {
  position: absolute;
  top: 510px;
  left: calc(50% - 560px);
  z-index: 10;
  width: 850px;
  height: 460px;
  background: url(/files/block_01_img2.png) no-repeat center top;
  content: "";
  pointer-events: none;
}

/* 02 > 主要人物のヒミツ
#d0cm3rve3j5d9hvfctrv
--------------------------------------------------------------- */
#d0cm3rve3j5d9hvfctrv {
  height: 980px;
  background: url(/files/block_02_bg.jpg) no-repeat center top;
}
#d0cm3rve3j5d9hvfctrv .post_margin {
  top: 455px;
  left: calc(50% - 250px);
  width: 500px;
}
#d0cm3rve3j5d9hvfctrv .img01 {
  position: absolute;
  top: 100px;
  left: calc(50% - 760px);
  width: 500px;
  height: 630px;
  background: url(/files/block_02_img1.png) no-repeat center top;
}
#d0cm3rve3j5d9hvfctrv .img02 {
  position: absolute;
  top: 325px;
  left: calc(50% - -260px);
  width: 460px;
  height: 630px;
  background: url(/files/block_02_img2.png) no-repeat center top;
}

/* 03 > 背中で語る、これぞ職人_01
#n1p0v1otea5mkhvfke2p
--------------------------------------------------------------- */
#n1p0v1otea5mkhvfke2p {
  height: 980px;
  background: url(/files/block_03_bg.jpg) no-repeat center top;
}
#n1p0v1otea5mkhvfke2p::before {
  position: absolute;
  top: 460px;
  left: calc(50% - -310px);
  width: 330px;
  height: 430px;
  background: url(/files/block_03_img2.png) no-repeat center top;
  content: "";
  animation: ktkt 1s steps(2) infinite;
}
@keyframes ktkt {
  to {
    transform: rotate(15deg);
  }
}
#n1p0v1otea5mkhvfke2p .post_margin {
  top: 480px;
  left: calc(50% - 220px);
  width: 470px;
  color: #222222;
}
#n1p0v1otea5mkhvfke2p .img01 {
  position: absolute;
  top: 0;
  left: calc(50% - 620px);
  width: 430px;
  height: 850px;
  background: url(/files/block_03_img1.png) no-repeat center top;
}

/* 04 > 背中で語る、これぞ職人_02
#ntbqatl5ajego9clvffi
--------------------------------------------------------------- */
#ntbqatl5ajego9clvffi {
  height: 1530px;
  background: url(/files/block_04_bg.jpg) no-repeat center top;
}
#ntbqatl5ajego9clvffi::before {
  position: absolute;
  top: 255px;
  left: calc(50% - 545px);
  width: 270px;
  height: 630px;
  background: url(/files/block_04_img2.png) no-repeat center top;
  content: "";
  animation: ktkt 1s steps(2) infinite;
}
#ntbqatl5ajego9clvffi::after {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 600px;
  background: url(/files/move_img.png) repeat-x left top;
  content: "";
  animation: db04 30s infinite linear;
}
@keyframes db04 {
  to {
    background-position-x: -3500px;
  }
}
#ntbqatl5ajego9clvffi .post_margin {
  top: 485px;
  left: calc(50% - 295px);
  width: 400px;
  color: #222222;
}
#ntbqatl5ajego9clvffi .img01 {
  position: absolute;
  top: 0;
  left: calc(50% - 30px);
  width: 690px;
  height: 601px;
  background: url(/files/block_04_img1.png) no-repeat center top;
}
#ntbqatl5ajego9clvffi .img02 {
  position: absolute;
  top: 510px;
  left: calc(50% - -95px);
  width: 570px;
  height: 500px;
  background: url(/files/block_04_img3.png) no-repeat center top;
}

/* 05 > S氏の証言
#tas1kqhfh106zmst3xz9
--------------------------------------------------------------- */
#tas1kqhfh106zmst3xz9 {
  height: 950px;
  background: url(/files/block_05_bg.jpg) no-repeat center top;
}
#tas1kqhfh106zmst3xz9::before {
  position: absolute;
  z-index: 5;
  width: 100%;
  height: 100%;
  background: url(/files/block_05_bg.png) no-repeat center top;
  content: "";
  pointer-events: none;

  inset: 0;
}
#tas1kqhfh106zmst3xz9 .easys_content_inner {
  position: relative;
  z-index: 10;
}
#tas1kqhfh106zmst3xz9 .post_margin {
  top: 365px;
  left: calc(50% - 80px);
  width: 550px;
  color: #222222;
}

#tas1kqhfh106zmst3xz9 .img01 {
  position: absolute;
  top: 40px;
  left: calc(50% - -75px);
  width: 480px;
  height: 350px;
  background: url(/files/block_05_img1.png) no-repeat center top;
}

#tas1kqhfh106zmst3xz9 .img02 {
  position: absolute;
  top: 310px;
  left: calc(50% - 555px);
  width: 430px;
  height: 460px;
  background: url(/files/block_05_img2.png) no-repeat center top;
  opacity: 0;
  transition: 1s;
  transform: rotate(45deg);
  transform-origin: left top;
}
#tas1kqhfh106zmst3xz9 .img02.moved {
  opacity: 1;
  transform: none;
}
/* #tas1kqhfh106zmst3xz9 .img03 {
  position: absolute;
  bottom: 60px;
  left: calc(50% - 630px);
  width: 1300px;
  height: 130px;
  background: url(/files/block_05_img3.png) no-repeat center top;
} */

#tas1kqhfh106zmst3xz9 .sub_post_0 {
  display: none;
}


/* 06 > A氏の証言
#fvzo5dqwxmgvudi6fivr
--------------------------------------------------------------- */
#fvzo5dqwxmgvudi6fivr {
  height: 1250px;
  background: url(/files/block_06_bg.jpg) no-repeat center top;
}
#fvzo5dqwxmgvudi6fivr::before {
  position: absolute;
  z-index: 5;
  width: 100%;
  height: 100%;
  background: url(/files/block_06_bg_cover.png) no-repeat center top;
  content: "";
  pointer-events: none;

  inset: 0;
}
#fvzo5dqwxmgvudi6fivr .easys_content_inner {
  position: relative;
  z-index: 10;
}
#fvzo5dqwxmgvudi6fivr .post_margin {
  top: 360px;
  left: calc(50% - 480px);
  z-index: 10;
  width: 570px;
  color: #222222;
}
#fvzo5dqwxmgvudi6fivr .img01 {
  position: absolute;
  top: 0;
  left: calc(50% - 560px);
  width: 540px;
  height: 400px;
  background: url(/files/block_06_img1.png) no-repeat center top;
}

#fvzo5dqwxmgvudi6fivr .img02 {
  position: absolute;
  top: 330px;
  left: calc(50% - -160px);
  width: 420px;
  height: 480px;
  background: url(/files/block_06_img2.png) no-repeat center top;
  opacity: 0;
  transition: 1s;
  transform: rotate(-45deg);
  transform-origin: right top;
}
#fvzo5dqwxmgvudi6fivr .img02.moved {
  opacity: 1;
  transform: none;
}
#fvzo5dqwxmgvudi6fivr .img03 {
  position: absolute;
  right: 0;
  bottom: 130px;
  left: 0;
  margin: 0 auto;
  width: 1180px;
  height: 250px;
  background: url(/files/block_06_img3.png) no-repeat center top;
}

#fvzo5dqwxmgvudi6fivr .sub_post_0 {
  display: none;
}


/* 07 > 労働環境のヒミツ
#wyugrl6kwujogeh4yqzt
--------------------------------------------------------------- */
#wyugrl6kwujogeh4yqzt {
  height: 1220px;
  background: url(/files/block_07_bg.jpg) no-repeat center top;
}
#wyugrl6kwujogeh4yqzt .post_margin {
  top: 490px;
  left: calc(50% - 90px);
  width: 410px;
  color: #222222;
}
#wyugrl6kwujogeh4yqzt .img01 {
  position: absolute;
  top: 95px;
  left: calc(50% - 715px);
  width: 620px;
  height: 790px;
  background: url(/files/block_07_img1.png) no-repeat center top;
}
#wyugrl6kwujogeh4yqzt .img02 {
  position: absolute;
  top: 540px;
  left: calc(50% - 490px);
  width: 380px;
  height: 530px;
  background: url(/files/block_07_img2.png) no-repeat center top;
  opacity: 0;
}
#wyugrl6kwujogeh4yqzt .img02.moved {
  animation: poyoyon 0.5s cubic-bezier(0.12, 0, 0.39, 0) 1 forwards;
}
@keyframes poyoyon {
  0% {
    opacity: 0;
    transform: translateX(-140px);
  }
  50% {
    transform: translateX(0);
  }
  65% {
    transform: translateX(-30px);
  }
  100% {
    transform: translateX(0);
  }
  20%,
  100% {
    opacity: 1;
  }
}

#wyugrl6kwujogeh4yqzt .img03 {
  position: absolute;
  top: 315px;
  left: calc(50% - -330px);
  width: 420px;
  height: 780px;
  background: url(/files/block_07_img3.png) no-repeat center top;
}


/* 08 > 筋肉が福利厚生？残業代はプロテイン支給？
#qu69iecfe0vzar22ocmv
--------------------------------------------------------------- */
#qu69iecfe0vzar22ocmv {
  height: 1500px;
  background: url(/files/block_08_bg.jpg) no-repeat center top;
}
#qu69iecfe0vzar22ocmv::before{
  content: '';
  position: absolute;
  top: 620px;
  left: calc(50% - 380px);
  width: 720px;
  height: 250px;
  background: url(/files/block_08_img4.png) no-repeat center;
  z-index: 10;
  pointer-events: none;
}


#qu69iecfe0vzar22ocmv .post_margin {
  top: 460px;
  left: calc(50% - 200px);
  width: 610px;
}
#qu69iecfe0vzar22ocmv .sub_post_0 {
  position: absolute;
  top: 750px;
  left: -200px;
  width: 750px;
}
#qu69iecfe0vzar22ocmv .sub_post_0 p {
  text-align: center;
}
#qu69iecfe0vzar22ocmv > .img01 {
  position: absolute;
  top: 620px;
  left: 0;
  width: 100%;
}
#qu69iecfe0vzar22ocmv .img01 .img01 {
  position: absolute;
  top: 0;
  left: calc(50% - 780px);
  width: 600px;
  height: 650px;
  background: url(/files/block_08_img1.png) no-repeat center top;
  transform: translateX(-100px);
  opacity: 0;
  transition: .3s;
  transition-delay: .5s;
}
#qu69iecfe0vzar22ocmv .img01 .img02 {
  position: absolute;
  top: 195px;
  left: calc(50% - 390px);
  width: 520px;
  height: 460px;
  background: url(/files/block_08_img2.png) no-repeat center top;
  transform: translateX(100px);
  opacity: 0;
  transition: .3s;
  transition-delay: 1s;
}
#qu69iecfe0vzar22ocmv .img01 .img03 {
  position: absolute;
  top: 80px;
  left: calc(50% - -265px);
  width: 540px;
  height: 570px;
  background: url(/files/block_08_img3.png) no-repeat center top;
  opacity: 0;
  transition: 1s;
  transform: rotate(45deg);
  transform-origin: left top;
  transition-delay: 1.5s;
}


#qu69iecfe0vzar22ocmv .img01.moved .img01,
#qu69iecfe0vzar22ocmv .img01.moved .img02,
#qu69iecfe0vzar22ocmv .img01.moved .img03{
  opacity: 1;
  transform: none;
}

/* 09 > みんなに愛される社長
#sthpo0q55yik5y70zeci
--------------------------------------------------------------- */
#sthpo0q55yik5y70zeci *{
  margin-bottom: 0;
  padding-bottom: 0;
}
#sthpo0q55yik5y70zeci .easys_content_inner{
  width: 2000px;
  position: relative;
  left: 50%;
  transform: translateX(-50%);
  z-index: -1;
}
#sthpo0q55yik5y70zeci .img01{
  position: absolute;
  top: 606px;
  left: 0;
  right: 0;
  margin: 0 auto;
  width: 1210px;
  height: 200px;
  background: url(/files/block_09_img1.png) no-repeat center top;
}
#sthpo0q55yik5y70zeci .img01.moved{
  animation-name:bounceIn;
  animation-duration:0.75s;
  opacity:1!important;
}

/* ぽよんと出てくる */
@keyframes bounceIn {
  0% ,
  20% ,
  40% ,
  60% ,
  80% ,
  to {
    animation-timing-function:cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  0% {
    transform:scale3d(0.3, 0.3, 0.3);
    opacity:0;
  }
  20% {
    transform:scale3d(1.1, 1.1, 1.1);
  }
  40% {
    transform:scale3d(0.9, 0.9, 0.9);
  }
  60% {
    transform:scale3d(1.03, 1.03, 1.03);
    opacity:1;
  }
  80% {
    transform:scale3d(0.97, 0.97, 0.97);
  }
  to {
    transform:scaleX(1);
    opacity:1;
  }
}

#sthpo0q55yik5y70zeci .img02{
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  margin: 0 auto;
  width: 100%;
  height: 440px;
  background: url(/files/block_09_img2.png) no-repeat center top;
  opacity: 0;
}
#sthpo0q55yik5y70zeci .img02.moved{
  animation: poyoyon 0.5s cubic-bezier(0.12, 0, 0.39, 0) 1 forwards;
  opacity: 1;
}

@keyframes poyoyon {
  0% {
    transform: translateY(50%);
    opacity: 0;
  }
  50% {
    transform: translateY(0);
  }
  65% {
    transform: translateY(10%);
  }
  100% {
    transform: translateY(0);
  }
  20%,100% {
    opacity: 1;
  }
}




/*  バナー
---------------------------------------------------------------------------------------------------- */
/*  3連バナーへリンク
#bocfhmfr45ydh7yn8ayv
--------------------------------------------------------------- */
#bocfhmfr45ydh7yn8ayv .easys_content_inner {
  width: 100%;
}
#bocfhmfr45ydh7yn8ayv div {
  margin-bottom: 0;
  padding-bottom: 0 !important;
}
#bocfhmfr45ydh7yn8ayv .eyecatch a {
  position: relative;
  display: block;
  width: 100%;
  height: 100%;
}
#bocfhmfr45ydh7yn8ayv .eyecatch a::before {
  position: absolute;
  width: 100%;
  height: 100%;
  background: url(/files/bnr_title.jpg) no-repeat center top/100%;
  content: "";
  transition: 0.3s;
  transform-origin: center;

  inset: 0;
}
#bocfhmfr45ydh7yn8ayv .eyecatch a:hover::before {
  opacity: 0;
  transform: scale(1.5);
}
#bocfhmfr45ydh7yn8ayv .eyecatch a:hover img {
  opacity: 1;
}


/*  3連バナー
#gcyfy8ze5v2zt6lwrdpi
--------------------------------------------------------------- */
#gcyfy8ze5v2zt6lwrdpi .easys_content_inner {
  position: relative;
  min-height: calc(1130px * (1300 / 2000));
  max-height: 1130px;
  width: 100%;
  height: calc(99vw * (1130 / 2000));
  background: url(/files/bnr_4_bg.jpg) no-repeat center top/100%;
}
#gcyfy8ze5v2zt6lwrdpi div {
  margin-bottom: 0;
  padding-bottom: 0 !important;
}
#gcyfy8ze5v2zt6lwrdpi .img_display {
  position: absolute;
  top: calc(830/2000*100%);
  left: calc(436/2000*100%);
  display: flex;
  flex-direction: column;
  width: calc(1125/2000*100%);
}
#gcyfy8ze5v2zt6lwrdpi .field_4col,
#gcyfy8ze5v2zt6lwrdpi .field_4col .eyecatch {
  width: 100% !important;
}

#gcyfy8ze5v2zt6lwrdpi .eyecatch a {
  position: relative;
  display: block;
  width: 100%;
}
#gcyfy8ze5v2zt6lwrdpi .eyecatch a::before {
  position: absolute;
  width: 100%;
  height: 100%;
  content: "";
  opacity: 0;
  transition: 0.3s;

  inset: 0;
}
#gcyfy8ze5v2zt6lwrdpi .eyecatch a:hover::before {
  opacity: 1;
}
#gcyfy8ze5v2zt6lwrdpi .eyecatch a img {
  transition: 0.3s;
}
#gcyfy8ze5v2zt6lwrdpi .eyecatch a:hover img {
  opacity: 0;
}

#gcyfy8ze5v2zt6lwrdpi .img_display > div:nth-child(1) a::before {
  background: url(/files/bnr_4_01_on.png) no-repeat center/100%;
}
#gcyfy8ze5v2zt6lwrdpi .img_display > div:nth-child(2) a::before {
  background: url(/files/bnr_4_02_on.png) no-repeat center/100%;
}
#gcyfy8ze5v2zt6lwrdpi .img_display > div:nth-child(3) a::before {
  background: url(/files/bnr_4_03_on.png) no-repeat center/100%;
}
#gcyfy8ze5v2zt6lwrdpi .img_display > div:nth-child(4) a::before {
  background: url(/files/bnr_4_04_on.png) no-repeat center/100%;
}

/*  動画
#m0rlcjrjdc3tv6ghox11
--------------------------------------------------------------- */
#m0rlcjrjdc3tv6ghox11 * {
  margin-bottom: 0;
  padding-bottom: 0;
}

/*  お問い合わせ
#fnbamk5iertklbon95ib
--------------------------------------------------------------- */
#fnbamk5iertklbon95ib .easys_content_inner {
  position: relative;
  width: 100%;
  background: url(/files/bnr_contact_bg.jpg) no-repeat center top/100%;
}
#fnbamk5iertklbon95ib .easys_content_inner::before {
  position: absolute;
  z-index: 10;
  width: 100%;
  height: 100%;
  background: url(/files/bnr_contact_cover.png) no-repeat center top/100%;
  content: "";
  pointer-events: none;

  inset: 0;
}
#fnbamk5iertklbon95ib div {
  margin-bottom: 0;
  padding-bottom: 0 !important;
}
#fnbamk5iertklbon95ib .eyecatch a {
  display: block;
  width: 100%;
  height: 100%;
}
#fnbamk5iertklbon95ib .eyecatch a img {
  transition: 0.3s;
}
#fnbamk5iertklbon95ib .eyecatch a:hover {
  animation: bounce 0.8s ease-out;
}
#fnbamk5iertklbon95ib .eyecatch a:hover img {
  opacity: 1;
}


/*  LINE
#xolg0lnuvn99e7i5tq6p
--------------------------------------------------------------- */
#xolg0lnuvn99e7i5tq6p .easys_content_inner {
  position: relative;
  left: 50%;
  width: 2000px;
  transform: translateX(-50%);
}
#xolg0lnuvn99e7i5tq6p div {
  margin-bottom: 0;
  padding-bottom: 0 !important;
}
#xolg0lnuvn99e7i5tq6p .eyecatch a {
  position: relative;
  display: block;
  width: 100%;
  height: 100%;
  background-color: #06c755;
}
#xolg0lnuvn99e7i5tq6p .eyecatch a::before {
  position: absolute;
  width: 0;
  height: 100%;
  background: none #00ae47;
  content: "";
  transition: 0.8s;
  
  inset: 0;
}
#xolg0lnuvn99e7i5tq6p .eyecatch a:hover::before {
  width: 100%;
}
#xolg0lnuvn99e7i5tq6p .eyecatch a img {
  position: relative;
  z-index: 10;
}
#xolg0lnuvn99e7i5tq6p .eyecatch a:hover img {
  opacity: 1;
}

/*  Instagram
#ogcw70n31vtyl3z996eg
--------------------------------------------------------------- */
#ogcw70n31vtyl3z996eg .easys_content_inner {
  position: relative;
  left: 50%;
  width: 2000px;
  transform: translateX(-50%);
}
#ogcw70n31vtyl3z996eg div {
  margin-bottom: 0;
  padding-bottom: 0 !important;
  width: 100%;
}
#ogcw70n31vtyl3z996eg .eyecatch a {
  position: relative;
  display: block;
  width: 100%;
  height: 100%;
  background-color: #222;
}
#ogcw70n31vtyl3z996eg .eyecatch a::before {
  position: absolute;
  width: 0;
  height: 100%;
  background: none #000;
  content: "";
  transition: 0.8s;
  
  inset: 0;
}
#ogcw70n31vtyl3z996eg .eyecatch a:hover::before {
  width: 100%;
}
#ogcw70n31vtyl3z996eg .eyecatch a img {
  position: relative;
  z-index: 10;
}
#ogcw70n31vtyl3z996eg .eyecatch a:hover img {
  opacity: 1;
}


/*  コンテンツ画像
#mdj3f4feel0i5tctofjj
#qj9hljviaawqvy68fmhr
---------------------------------------------------------------------------------------------------- */
#mdj3f4feel0i5tctofjj *,
#qj9hljviaawqvy68fmhr * {
  margin-bottom: 0;
  padding-bottom: 0;
}
#mdj3f4feel0i5tctofjj .easys_content_inner,
#qj9hljviaawqvy68fmhr .easys_content_inner {
  position: relative;
  left: 50%;
  width: 2000px;
  transform: translateX(-50%);
}


/* ブロック背景
#qo7gfwq8dwqt47a90e6o
---------------------------------------------------------------------------------------------------- */
#qo7gfwq8dwqt47a90e6o {
  position: relative;
  background: url(/files/table_block_bg_top.png) no-repeat center top,
  url(/files/table_block_bg_btm.png) no-repeat center bottom;
}
#g92bzpl4w0ce3xd9k7ed {
  background: url(/files/slide_block_bg.jpg);
}

#qo7gfwq8dwqt47a90e6o::before {
  position: absolute;
  top: 390px;
  left: 0;
  z-index: -1;
  display: block;
  width: 100%;
  height: calc(100% - 780px);
  background: url(/files/table_block_bg.png) center;
  content: " ";
  pointer-events: none;
}
#qo7gfwq8dwqt47a90e6o h2 {
  display: none;
}
#qo7gfwq8dwqt47a90e6o .easys_content_inner {
  padding: 380px 0 200px;
}



.gatan {
  opacity: 0;
  transition-delay: 0.5s;
  transform: translateY(-300px);
}
.gatan.moved {
  opacity: 1;
  animation: gatan 0.8s linear forwards 0.5s;
}
@keyframes gatan {
  20% {
    transform: translateY(50px);
  }
  40% {
    transform: translateY(-40px);
  }
  75% {
    transform: translateY(10px);
  }
  90% {
    transform: translateY(-10px);
  }
  100% {
    transform: translateY(0);
  }
}


@keyframes bounce {
  0% {
    transform: translate(0, 0);
  }

  16.6% {
    transform: translate(0, -20px);
    animation-timing-function: ease-in;
  }

  33.3% {
    transform: translate(0, 0);
  }

  49.8% {
    transform: translate(0, -14px);
    animation-timing-function: ease-in;
  }

  66.4% {
    transform: translate(0, 0);
  }

  83% {
    transform: translate(0, -4px);
    animation-timing-function: ease-in;
  }

  100% {
    transform: translate(0, 0);
  }
}

/*上下左右フェードインギミック------------------------------------*/
.f_up,
.f_down,
.f_left,
.f_right {
  opacity: 0;
  transition: 1s ease 0s;
  transform-origin: center;
}
.f_up {
  transform: translateY(-100px);
}
.f_down {
  transform: translateY(100px);
}
.f_left {
  transform: translateX(-100px);
}
.f_right {
  transform: translateX(100px);
}
.f_up.moved,
.f_down.moved,
.f_left.moved,
.f_right.moved {
  opacity: 1;
  transform: translate(0px, 0px);
}
/* 全ページ共通　フェードイン　文章とか
-----------------------------------------------------*/
#outer_block .easys_content_inner:not(#outer_block .nd_01 .easys_content_inner),
#outer_block .post_data,
#outer_block .read_more_btn,
#outer_block .entry_title,
#outer_block .table_area,
#outer_block .html_post,
#outer_block .entry_post,
#outer_block .main_btn {
  opacity: 0;
  transition: transform 1.3s ease 0s, opacity 1.3s ease 0s;
  transform: translateY(30px);
}
#outer_block .moved:not(#outer_block .nd_01 .easys_content_inner):not(#outer_block #qu69iecfe0vzar22ocmv .design_block) {
  opacity: 1;
  transform: translateY(0);
}

.sub_post {
  margin:0;        
}
        
#ogcw70n31vtyl3z996eg .field_2col {
    width: 50% !important;
}