@charset "utf-8";

@import url('https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@500;700&display=swap');

/* ===================================================================================================================
   ■ 全体
------------------------------------------------------------------------------------------------------------------- */
html {
  background: none #111111;
  scroll-padding-top: 60px;
  scroll-behavior: smooth;
}

body {
  position: relative;
  margin: 0 auto;
  min-width: 1300px;
  max-width: 2000px;
  background: url("/files/body_bg.png") no-repeat center top/100%;
  font-family: 'Noto Sans JP', sans-serif;
}

/*フォントについて*/
.widget-title,
.widget-title2 a,
#blog_main .widget-area ul ul li a,
#blog_main .entry-title,
.headline_title,
h3.entry_title,
.entry_title,
.entry_title h3,
.entry-title,
* .mid_entry_title,
* .half_entry_title,
/*ハーフ見出し（H3）のこと*/
* .short_entry_title,
/*ハーフ見出し（H3）のこと*/
* .half_sub_entry_title,
/*ハーフ見出し（H4）のこと*/
* .short_sub_entry_title,
/*ハーフ見出し（H4）のこと*/
* .sub_entry_title,
* .sub_entry_title h4,
* .mid_sub_entry_title,
* .inline_title
/*3列タイトル*/

  {
  font-weight: bold;
  letter-spacing: 0.05em;
}

body,
.wpcf7c-conf {
  color:
    #dddddd;
}

/* Safariのみ */
_:lang(x)+_:-webkit-full-screen-document,
body {
  text-size-adjust: none;
  -webkit-text-size-adjust: none;
}

body#page_6 {
  background: none no-repeat center top;
}

#wrapper {
  background: none transparent;
}

#outer_block {
  background: none transparent;
}

a:link,
a:visited,
a:hover,
a:active {
  color:
    #d80000;
}

/* A～Cブロック記事内リンクボタン */
.main_btn a,
.sub_text_btn a {
  background-color:
    #d80000;
  color: #ffffff;
}

/* タイトル
--------------------------------------- */
/* h3中央寄せ */
.entry_title {
  text-align: center;
  padding: 0;
  width: 960px;
}

.entry_title h3 {
  position: relative;
  width: 960px;
  z-index: 0;
  pointer-events: none;
}

/*-見出しリンクボタン-*/
.entry_title span.read_more_btn,
.sub_entry_title span.read_more_btn {
  margin-left: -120px;
}

/* ===================================================================================================================
   ■ ヘッダー
------------------------------------------------------------------------------------------------------------------- */
#branding_box {
  position: relative;
  z-index: 500;
  height: 0px;
  padding: 0 0 calc(100% * (650/2000)) 0;
  background: none transparent;
}

#page_6 #branding_box {
  height: 0px;
  padding: 0 0 calc(100% * (1030/2000)) 0;
  background: url("/files/branding_box_bg_top.png") no-repeat center top/100%;
}

/*  H1テキスト
---------------------------------------------------------------------------------------------------- */
#site-description {
  margin: 0 auto;
  width: auto;
  position: absolute;
  z-index: 752;
  bottom: calc(40 / 650 * 100%);
  left: calc(35 / 2000 * 100%);
}

#page_6 #site-description {
  bottom: calc(40 / 1030 * 100%);
  left: calc(35 / 2000 * 100%);
}

#site-description a {
  display: inline;
  color:
    #ffffff;
}

/*  サイトロゴ
---------------------------------------------------------------------------------------------------- */
/* ヘッダーのH1～グローバルナビの高さ調整 */
#header_information,
#page_6 #header_information {
  height: 0px;
}

/*ロゴ*/
#header_information .main_header a img {
  position: absolute;
  z-index: 752;
  background: none;
  top: calc(60 / 650 * 100%);
  left: calc(69 / 2000 * 100%);
  width: calc(195 / 2000 * 100%);
  height: calc(195 / 650 * 100%);
}

#page_6 #header_information .main_header a img {
  top: calc(60 / 1030 * 100%);
  left: calc(72 / 2000 * 100%);
  width: calc(190 / 2000 * 100%);
  height: calc(195 / 1030 * 100%);
}

/* Gナビ上部固定
#header_information .main_header a img.fixed {
  position: fixed !important;
  top: 0;
  left: 0;
  transform: none !important;
  z-index: 1000;
}

@media(min-width:2000px) {
  #header_information .main_header a img.fixed {
    left: calc(50% - 1000px) !important;
  }
}

*/
/*  グローバルナビ（access）
---------------------------------------------------------------------------------------------------- */
#access {
  margin: 0 auto;
  position: absolute;
  top: 30px;
  left: 0;
  z-index: 751;
  padding: 0;
  width: 100%;
  height: 60px;
  transition: visibility 0.3s,opacity .3s;
}

div#access {}

#page_6 #access:not(.fixed) {
  visibility: hidden;
  opacity: 0;
}


div#access .menu-header {
  margin: 0 auto;
  width: 960px;
  height: 60px;
}

div#access .menu-item a {
  background-image: url('/files/topnavi.png');
  background-repeat: no-repeat;
  background-position: scroll;
  background-color: transparent;
  width: 160px;
  height: 60px;
  margin: 0px;
  padding: 0px;
}

div#access .gnavi11 a {
  background-position: left top;
}

div#access .gnavi12 a {
  background-position: -160px top;
}

div#access .gnavi13 a {
  background-position: -320px top;
}

div#access .gnavi14 a {
  background-position: -480px top;
}

div#access .gnavi15 a {
  background-position: -640px top;
}

div#access .gnavi16 a {
  background-position: right top;
}

div#access .gnavi11 a:hover {
  background-position: left bottom;
}

div#access .gnavi12 a:hover {
  background-position: -160px bottom;
}

div#access .gnavi13 a:hover {
  background-position: -320px bottom;
}

div#access .gnavi14 a:hover {
  background-position: -480px bottom;
}

div#access .gnavi15 a:hover {
  background-position: -640px bottom;
}

div#access .gnavi16 a:hover {
  background-position: right bottom;
}

/*固定時用ナビ*/
#access.fixed {
  position: fixed;
  height: 60px;
  width: 100%;
  max-width: 2000px;
  min-width: 1300px;
  padding: 0;
  top: 0;
  bottom: inherit;
  right: 0;
  left: 0;
  background: rgba(0, 0, 0, 0.95);
  visibility: visible;
  opacity: 1;
  z-index: 999;
}

#access.fixed .menu-header {
  margin: 0 auto;
  float: none;
  max-width: 2000px;
  transform: none !important;
}

#access ul.menu ul.sub-menu {
  top: 60px;
}

#access ul.menu ul.sub-menu,
#access ul.menu ul.sub-menu li {
  width: 100%;
}

div#access ul.sub-menu li.sub-gnavi a,
div#access ul.sub-menu li.sub-gnavi2 a {
  width: 100%;
  background: none rgba(255, 255, 255, 0.75);
  color: #333333;
}

#access ul li.current_page_item>a,
#access ul li.current-menu-ancestor>a,
#access ul li.current-menu-item>a,
#access ul li.current-menu-parent>a {
  color: #333333;
}

div#access ul.sub-menu li.sub-gnavi a:hover,
div#access ul.sub-menu li.sub-gnavi2 a:hover {
  background: none rgba(255, 255, 255, 0.75);
  color: #666666;
}

#access ul li.current_page_item>a:hover,
#access ul li.current-menu-ancestor>a:hover,
#access ul li.current-menu-item>a:hover,
#access ul li.current-menu-parent>a:hover {
  color: #666666;
}


/*ナビ下線*/
div#access .menu-item a::after {
  position: absolute;
  left: 50%;
  content: '';
  width: 50%;
  height: 1px;
  background: #d80c18;
  bottom: 10px;
  transform: translatex(-50%) scale(0, 1);
  transform-origin: center top;
  transition: transform 0.3s;
}

div#access .menu-item a:hover::after {
  transform: translatex(-50%) scale(1, 1);
  /*ホバー後、x軸方向に1（相対値）伸長*/
}

div#access ul.sub-menu li.sub-gnavi2 a:hover {
  text-decoration: none;
}

div#access ul.sub-menu li.sub-gnavi2 a::after {
  position: absolute;
  left: 0;
  content: '';
  width: 100%;
  height: 1px;
  background: #d80c18;
  bottom: 0px !important;
  transform: scale(0, 1);
  transform-origin: center top;
  transition: transform 0.3s;
}

div#access ul.sub-menu li.sub-gnavi2 a:hover::after {
  transform: scale(1, 1);
}

div#access ul.sub-menu li.sub-gnavi {
  border-bottom: none !important;
}

div#access ul.sub-menu li.sub-gnavi a:hover {
  text-decoration: none;
}

/*  メイン画像
---------------------------------------------------------------------------------------------------- */
#main_teaser,
#video_teaser,
#jquery_slider_pc {
  width: 100%;
  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;
  margin: 0 auto;
  min-width: 1300px;
  max-width: 2000px;
}

#main_teaser img,
#video_teaser #video_teaser_inner video,
#jquery_slider_pc .viewer img {
  width: 100%;
}

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

.widget-title2 a:link,
.widget-title2 a:visited,
.widget-title2 a:hover,
.widget-title2 a:active {
  color:
    #ffffff;
}

/* サイドナビ　メニュー部分 */
#blog_main .widget-area ul ul li a {
  overflow: hidden;
  background-image: url(/files/widget_list_bg.png);
  color:
    #dddddd;
  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:
    #777777;
  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:
    #d80000;
}

#calendar_wrap table tr td#today,
#calendar_wrap table tr td#today a {
  color: #ffffff;
}

/* ===================================================================================================================
   ■ フッター
------------------------------------------------------------------------------------------------------------------- */
#footer_block {
  position: relative;
  height: 700px;
  background: url(/files/footer_bg.png) no-repeat left top/cover fixed;
}

#footer_box {
  height: 700px;
  background: url(/files/footer_box_bg.png) no-repeat center top;
  position: relative;
}

#footer_box::before {
  position: absolute;
  top: 635px;
  left: 0;
  z-index: 1;
  display: block;
  width: 100%;
  height: 40px;
  background: url(/files/footer_slide_text.png) repeat-x left top / auto 100%;
  content: "";
  animation: s_f_txt 15s linear 0s infinite;
}

@keyframes s_f_txt {
  to {
    background-position: -586px top;
  }
}

#footer-widget-area {
  /*フッターナビの所*/
  display: block;
}

/*  フッターナビ
---------------------------------------------------------------------------------------------------- */

#footer-widget-area .widget-area {
  position: absolute;
  top: 295px;
  left: calc(50% + 120px);
}

#footer_sitemap_block #footer-widget-area {
  display: block;
  width: 960px;
}

#footer_sitemap_block #footer-widget-area .widget-area ul.menu {
  border-color:
    #333333;
  width: 350px;
}

#footer-widget-area .widget-area .menu-item {
  margin-bottom: 10px;
}

#footer_sitemap_block #footer-widget-area .widget-area .menu-item a {
  border-color:
    #333333;
  color:
    #333333;
}

#footer_sitemap_block #footer-widget-area .widget-area .menu-item a:hover {
  background-color: transparent;
}

/*  フッター情報
---------------------------------------------------------------------------------------------------- */
#footer_information {
  position: absolute;
  top: 400px;
  left: calc(50% + 120px);
}

#footer_information .entry-post {
  width: 350px;
  margin: 0;
  text-align: left;
}

/*  フッター住所文字色
---------------------------------------------------------------------------------------------------- */
#footer_information .entry-post .post-data>p {
  color:
    #333333;
}

/*  コピーライト
---------------------------------------------------------------------------------------------------- */
#copyright {
  color:
    #333333;
}

#copyright {
  position: absolute;
  top: 540px;
  left: calc(50% + 120px);
}

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

.fixed_btn div,
.fixed_btn div a {
  width: 50px;
  height: 50px;
}

.fixed_btn div:last-child {
  margin-bottom: 0;
}

/*  スクロールトップ
---------------------------------------------------------------------------------------------------- */
#float_top_btn {
  bottom: 92px;
  right: 3px;
}

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

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

#container_top.single_post {
  padding: 0 0 50px;
}

/*  見出し
---------------------------------------------------------------------------------------------------- */
.headline_title {
  background-image: url(/files/top_entry_title.png);
  color:
    #ffffff;
  height: 87px;
}

h3.entry_title,
.entry_title,
.entry-title {
  /* サイズ、背景、余白などはこちら */
  background-image: url(/files/entry_title_bg.png);
  color:
    #ffffff;
}

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

/* 見出しリンクボタン */
.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:
    #ffffff;
}

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

* .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:
    #ffffff;
}

/* B-03など小見出し用 */
* .sub_entry_title {
  background: url(/files/sub_entry_title_bg.png) no-repeat scroll left top transparent;
  color:
    #ffffff;
}

/*
* .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:
    #ffffff;
}

/* 小見出しリンクボタン */
.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:
    #ffffff;
}

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

* .inline_title,
* .inline_title a {
  color:
    #ffffff;
}

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

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

/* 大きな地図で見る */
small {
  border-color:
    #d80000;
}

small a {
  padding: 5px 0;
  width: 100%;
  color:
    #d80000 !important;
  text-align: center !important;
}

small a:hover {
  background-color:
    #d80000 !important;
  color: #ffffff !important;
}

#rf8jvyojuils00h86sxy .html_post small {
  height: 36px;
  margin: 10px auto;
}

#rf8jvyojuils00h86sxy .html_post small a {
  height: 36px;
}

/*  テーブル
---------------------------------------------------------------------------------------------------- */
.easys_content:not(.ne_01) table:not(#wp-calendar) tr>* {
  border: none !important;
  background: none #222222;
  color:
    #ffffff;
  box-sizing: border-box;
}

.easys_content:not(.ne_01) table:not(#wp-calendar) {
  border-collapse: separate;
  border-spacing: 0 10px !important;
}

table.iqfm-table td {
  min-width: 7em;
}

/*メール送信後メッセージボックスのボーダー（デフォルト：グリーン）*/
div.wpcf7-mail-sent-ok {
  border-color:
    #777777 !important;
}

/* Dメニュー下線 */
.td_cell {
  border-color:
    #777777;
  vertical-align: top;
}

.table_area table tr td {
  border: solid 1px transparent !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:
    #d80000;
  background: none transparent;
  color:
    #d80000 !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 #ffffff;
  background: none transparent;
}

.tablenav .next:hover,
.tablenav .next:active,
.tablenav .prev:hover,
.tablenav .prev:active {
  border-color:
    #d80000;
  background-color:
    #d80000;
}

.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:
    #d80000;
  background: none #d80000;
  color: #ffffff !important;
}

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

/* 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 #d80000;
  background-color: transparent;
  color:
    #d80000;
}

div.link_list a:hover {
  border: 1px solid #d80000;
  background-color:
    #d80000;
  color: #ffffff;
}

.faq-title {
  background-color:
    #d80000;
  color: #ffffff;
  font-weight: normal;
}

/*  メールフォーム
---------------------------------------------------------------------------------------------------- */
.iqfm-table td input[type="text"]:not([size]) {
  width: 75%;
}

/* 必須項目 */
.iqfm-req_color {
  color:
    #d80000;
}

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

/* 有効期限の部分 */
.coupon_box table tr td.coupon_meta_title {
  width: 8em;
  background-color:
    #222222;
  color:
    #ffffff;
}

.coupon_box table tr td.coupon_meta {
  background-color:
    #222222;
  color:
    #ffffff;
}

.e-04 .menu_area td {
  height: 3.5em;
}

.e-04 .menu_area .parent_title {
  height: auto;
  font-size: 120%;
}

/*  ブログ
---------------------------------------------------------------------------------------------------- */
#nav-below div {
  border-color: #000000;
}

#nav-below .nav-next {
  padding: 0 0 0 10px;
}

#blog_main .entry-title {
  padding: 15px 20px 15px 20px;
  height: auto;
  background-image: url(/files/blog_title.png);
  background-position: center bottom;
  line-height: 1.5;
}

#blog_main .entry-title,
#blog_main .entry-title a {
  color:
    #ffffff;
}

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

/*  ローディング画面
---------------------------------------------------------------------------------------------------- */
.black-screen {
  background-color: #000000;
}

.black-screen>.inner {
  top: calc(50vh - (5vw / 2));
  width: 3vw;
  height: 3vw;
  background-image: url("/files/loading.svg");
}

/*  地図
---------------------------------------------------------------------------------------------------- */
#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はこちらに記述↓↓ ============================== */
/*上下左右フェードインギミック------------------------------------*/
.f_up,
.f_down,
.f_left,
.f_right {
  opacity: 0;
  transform-origin: center;
  transition: 1s ease 0s;
}

.moved {
  top: 0;
  opacity: 1;
}

.f_up {
  transform: translate(0px, -100px);
}

.f_down {
  transform: translate(0px, 100px);
}

.f_left {
  transform: translate(-100px, 0px);
}

.f_right {
  transform: translate(100px, 0px);
}

.moved {
  transform: translate(0px, 0px);
}

/*全体フェードイン　Dブロックは解除*/
/* .easys_content_inner:not(.nd_01 .easys_content_inner) {
  transition: all 1s ease 0s;
  transform: translate(0px, 100px);
  opacity: 0;
}
.easys_content_inner.moved_all:not(.nd_01 .easys_content_inner.moved_all) {
  transform: translate(0px, 0px);
  opacity: 1;
} */
/* デザインブロック共通設定
--------------------------------------- */
/*追加画像*/
.add_images {
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  pointer-events: none;
}

.easys_content .sub_post .float_left {
  float: left !important;
}

.easys_content .sub_post .float_right {
  float: right !important;
}

#page_6 #outer_block:not(.shosai #page_6 #outer_block) {
  padding-top: 0;
}

/*  トップページ
---------------------------------------------------------------------------------------------------- */
/*ENTRYボタン*/
#entry_btn {
  position: fixed;
  width: calc(120 / 2000 * 100vw);
  max-width: calc(120px * (2000 / 2000));
  min-width: calc(120px * (1300 / 2000));
  height: calc(100vw * (120 / 2000));
  max-height: calc(120px * (2000 / 2000));
  min-height: calc(120px * (1300 / 2000));
  top: 30px;
  right: 30px;
  background: url(/files/header_entry_btn.png) no-repeat center top / 100%;
  z-index: 1000;
}

#entry_btn a {
  display: block;
  width: 100%;
  height: 100%;
}

#entry_btn::before,
#entry_btn::after,
#entry_btn a::before,
#entry_btn a::after {
  content: '';
  display: block;
  position: absolute;
  background: none #fff;
  transition: all 0.3s ease 0s;
  z-index: 10;
}

#entry_btn::before,
#entry_btn a::before {
  width: 0;
  height: 2px;
}

#entry_btn::before {
  top: 0;
  left: 0;
}

#entry_btn a::before {
  bottom: 0;
  right: 0;
}

#entry_btn::after,
#entry_btn a::after {
  width: 2px;
  height: 0;
}

#entry_btn::after {
  top: 0;
  right: 0;
}

#entry_btn a::after {
  bottom: 0;
  left: 0;
}

#entry_btn:hover::before,
#entry_btn:hover a::before {
  width: 100%;
}

#entry_btn:hover::after,
#entry_btn:hover a::after {
  height: 100%;
}

/* セカンドメイン＞RECRUIT
jk18zikck7galmih19hc
--------------------------------------- */
#jk18zikck7galmih19hc {
  background: url(/files/second_main_bg.jpg) no-repeat center top / 100%;
  height: calc(100vw * ((1100 - 15) / 2000));
  max-height: 1100px;
  min-height: calc(1100px * (1300 / 2000));
  margin-bottom: 120px;
  position: relative;
  z-index: 200;
}

#jk18zikck7galmih19hc::before {
  position: absolute;
  top: calc(100%*(870/1100));
  left: calc(100%*(-390/2000));
  z-index: 1;
  display: block;
  width: calc(100%*((390*10)/2000));
  height: calc(100%*(60/1100));
  background: url(/files/second_slide_text.png) repeat-x left calc(100%*(390/2000)) top / auto 100%;
  content: "";
  transform: rotate(17.7deg);
  animation: loop 20s linear 0s infinite;
}

@keyframes loop {
  0% {
    transform: rotate(17.7deg) translateX(0%);
  }

  100% {
    transform: rotate(17.7deg) translateX(calc(-100%/10));
  }
}

#jk18zikck7galmih19hc::after {
  display: block;
  content: '';
  width: 100%;
  height: 100%;
  background: url(/files/second_main.png)no-repeat center top/100%;
  pointer-events: none;
  position: absolute;
  z-index: 9;
}

#jk18zikck7galmih19hc div {
  margin-bottom: 0;
  padding-bottom: 0;
}

#jk18zikck7galmih19hc .easys_content_inner {
  width: 100%;
}

#jk18zikck7galmih19hc .eyecatch img {
  display: none;
}

#jk18zikck7galmih19hc #bgs {
  display: block;
  background: url(/files/second_slide_title.png) no-repeat center top / 100%;
  width: calc(650 / 2000 * 100%);
  height: calc(325 / 1100 * 100%);
  margin-top: calc(175 / 2000 * 100%);
  margin-left: calc(225 / 2000 * 100%);
  z-index: 10;
}

#jk18zikck7galmih19hc .eyecatch {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: calc(1000 / 2000 * 100%);
  height: calc(155 / 1100 * 100%);
  margin-top: calc(890 / 2000 * 100%);
  margin-left: 0;
}

#jk18zikck7galmih19hc .eyecatch a {
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  background: none;
}

#jk18zikck7galmih19hc .eyecatch a::before,
#jk18zikck7galmih19hc .eyecatch a::after {
  content: '';
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  transition: opacity 0.3s ease 0s;
  opacity: 1;
}

#jk18zikck7galmih19hc .eyecatch a::after {
  opacity: 1;
}

#jk18zikck7galmih19hc .eyecatch a:hover::before {
  opacity: 1;
}

#jk18zikck7galmih19hc .eyecatch a:hover::after {
  opacity: 0;
}

#jk18zikck7galmih19hc .eyecatch a::after {
  background: url(/files/second_link_btn_off.png) no-repeat center top/100%;
}

#jk18zikck7galmih19hc .eyecatch a::before {
  background: url(/files/second_link_btn_on.png) no-repeat center top/100%;
}

/* バナー＞業務内容／施工実績（※top）
w2q25anokvatlxdasa2k
--------------------------------------- */
#w2q25anokvatlxdasa2k {
  margin-bottom: 120px;
}

#w2q25anokvatlxdasa2k .easys_content_inner {
  width: 100%;
  padding: 0;
}

#w2q25anokvatlxdasa2k .eyecatch {
  width: 100%;
}

#w2q25anokvatlxdasa2k .margin-bottom_30 {
  margin-bottom: 0;
}

#w2q25anokvatlxdasa2k .field_2col {
  width: 50% !important;
  position: relative;
}

#w2q25anokvatlxdasa2k .field_2col::before {
  display: block;
  content: '';
  width: 100%;
  height: 100%;
  position: absolute;
  pointer-events: none;
  transition: all .3s;
}

#w2q25anokvatlxdasa2k .field_2col:hover::before {
  opacity: 1;
}

#w2q25anokvatlxdasa2k .float_left::before {
  background: url(/files/banner_business_half_on.jpg) no-repeat center top / 100%;
  opacity: 0;
}

#w2q25anokvatlxdasa2k .float_right::before {
  background: url(/files/banner_works_half_on.jpg) no-repeat center top / 100%;
  opacity: 0;
}

#w2q25anokvatlxdasa2k .eyecatch a img {
  opacity: 1;
}

/* バナー＞会社概要／GATEN職（※top）
hmijvez3w9bx6tntb36e
--------------------------------------- */
#hmijvez3w9bx6tntb36e {
  height: 600px;
  background: url(/files/banner_half_block_bg.jpg) repeat center top;
  position: relative;
}

#hmijvez3w9bx6tntb36e .easys_content_inner {
  padding: 170px 0;
  width: 1140px;
}

#hmijvez3w9bx6tntb36e .field_2col {
  width: 530px !important;
  height: 260px;
}

#hmijvez3w9bx6tntb36e .eyecatch {
  width: 100%;
  position: relative;
}

#hmijvez3w9bx6tntb36e .margin-bottom_30 {
  margin-bottom: 0;
}

#hmijvez3w9bx6tntb36e .eyecatch a:hover img {
  opacity: 1;
}

#hmijvez3w9bx6tntb36e .eyecatch:before,
#hmijvez3w9bx6tntb36e .eyecatch:after,
#hmijvez3w9bx6tntb36e .eyecatch a:before,
#hmijvez3w9bx6tntb36e .eyecatch a:after {
  content: '';
  display: block;
  position: absolute;
  background: none #b2050f;
  transition: all 0.3s ease 0s;
  z-index: 10;
}

#hmijvez3w9bx6tntb36e .eyecatch:before,
#hmijvez3w9bx6tntb36e .eyecatch a:before {
  width: 0;
  height: 10px;
}

#hmijvez3w9bx6tntb36e .eyecatch:before {
  top: 0;
  left: 0;
}

#hmijvez3w9bx6tntb36e .eyecatch a:before {
  bottom: 0;
  right: 0;
}

#hmijvez3w9bx6tntb36e .eyecatch:after,
#hmijvez3w9bx6tntb36e .eyecatch a:after {
  width: 10px;
  height: 0;
}

#hmijvez3w9bx6tntb36e .eyecatch:after {
  top: 0;
  right: 0;
}

#hmijvez3w9bx6tntb36e .eyecatch a:after {
  bottom: 0;
  left: 0;
}

#hmijvez3w9bx6tntb36e .eyecatch:hover:before,
#hmijvez3w9bx6tntb36e .eyecatch:hover a:before {
  width: 100%;
}

#hmijvez3w9bx6tntb36e .eyecatch:hover:after,
#hmijvez3w9bx6tntb36e .eyecatch:hover a:after {
  height: 100%;
}

#hmijvez3w9bx6tntb36e .eyecatch a img {
  position: relative;
  z-index: 1;
}

/* イメージ画像
iujsedgbza5tkis8tnvk
--------------------------------------- */
#iujsedgbza5tkis8tnvk {
  margin-bottom: 120px;
}

#iujsedgbza5tkis8tnvk .easys_content_inner {
  width: 100%;
  height: calc(100vw * (798 / 2000));
  max-height: calc(800px * (2000 / 2000));
  min-height: calc(800px * (1300 / 2000));
  padding: 0;
}

#iujsedgbza5tkis8tnvk .easys_content_inner::before {
  display: block;
  content: '';
  width: 100%;
  height: 100%;
  background: url(/files/para_banner.png)no-repeat center /cover;
}

#iujsedgbza5tkis8tnvk .eyecatch {
  width: 100%;
}

#iujsedgbza5tkis8tnvk .margin-bottom_30,
#iujsedgbza5tkis8tnvk .margin-bottom_50 {
  margin-bottom: 0;
}

#iujsedgbza5tkis8tnvk .eyecatch a img {
  display: block;
  position: relative;
  transition: ease .3s;
}

#top_cover,
#bottom_cover {
  position: absolute;
  left: 0;
  z-index: -1;
  width: 100%;
  height: 50%;
  background-color: #111;
}

#top_cover {
  top: 0;
}

#bottom_cover {
  bottom: 0;
}

/* バナー＞お問い合わせ（※recruit）
u8nhzd2waixnzll5wlnj
--------------------------------------- */
#u8nhzd2waixnzll5wlnj {
  margin-top: 100px;
}

#page_81 #u8nhzd2waixnzll5wlnj {
  margin-top: 0;
}

#u8nhzd2waixnzll5wlnj .easys_content_inner,
#u8nhzd2waixnzll5wlnj .img_display,
#u8nhzd2waixnzll5wlnj .eyecatch {
  width: 100%;
  padding: 0;
  position: relative;
}

#u8nhzd2waixnzll5wlnj .eyecatch a {
  display: block;
}

#u8nhzd2waixnzll5wlnj .eyecatch::before {
  display: block;
  content: '';
  width: 100%;
  height: 100%;
  background: url(/files/banner_contact_full_on.png)no-repeat center top/100%;
  position: absolute;
  top: 0;
  left: 0;
  pointer-events: none;
  z-index: 9;
  opacity: 0;
  transition: all .3s;
}

#u8nhzd2waixnzll5wlnj .eyecatch:hover::before {
  opacity: 1;
}

#u8nhzd2waixnzll5wlnj .margin-bottom_30,
#u8nhzd2waixnzll5wlnj .margin-bottom_50 {
  margin-bottom: 0;
}

#u8nhzd2waixnzll5wlnj .eyecatch a img {
  opacity: 1;
}

#u8nhzd2waixnzll5wlnj .eyecatch::after {
  display: block;
  content: '';
  width: 100%;
  height: 100%;
  background-color: #252525;
  position: absolute;
  top: 0;
  z-index: -1;
  left: -100%;
  transition: all .3s;
}

#u8nhzd2waixnzll5wlnj .eyecatch:hover::after {
  left: 0;
}

#u8nhzd2waixnzll5wlnj .eyecatch a::before {
  display: block;
  content: '';
  width: 100%;
  height: 100%;
  background: url(/files/banner_contact_full_bg.jpg)no-repeat center top/100%;
  position: absolute;
  top: 0;
  left: 0;
  pointer-events: none;
  z-index: -1;
  transition: all .3s;
}

/* バナー＞GATEN職（※recruit）
ir885moz8vypa7q09u2c
--------------------------------------- */
#ir885moz8vypa7q09u2c {
  background: url(/files/banner_gaten_full_bg.jpg) no-repeat center top / 100%;
  height: calc(100vw * (420 / 2000));
  max-height: 420px;
  min-height: calc(420px * (1300 / 2000));
  position: relative;
  z-index: 200;
}

#ir885moz8vypa7q09u2c::before {
  display: block;
  content: '';
  width: 100%;
  height: 100%;
  background: url(/files/banner_gaten_full.png)no-repeat center top/100%;
  pointer-events: none;
  position: absolute;
}

#ir885moz8vypa7q09u2c .field_1col {
  height: calc(100vw * (420 / 2000));
  max-height: 420px;
  min-height: calc(420px * (1300 / 2000));
}

#ir885moz8vypa7q09u2c div {
  margin-bottom: 0;
  padding-bottom: 0;
}

#ir885moz8vypa7q09u2c .easys_content_inner {
  width: 100%;
}

#ir885moz8vypa7q09u2c .easys_content_inner::before {
  display: block;
  content: '';
  width: 0;
  height: 1px;
  background: #fff;
  position: absolute;
  margin-top: calc(305 / 2000 * 100%);
  margin-left: calc(705 / 2000 * 100%);
  transition: ease-in-out 2s;
}

#ir885moz8vypa7q09u2c .easys_content_inner.moved::before {
  width: calc(840 / 2000 * 100%);
}

#ir885moz8vypa7q09u2c .eyecatch {
  position: absolute;
  top: 0;
  left: 0;
  width: calc(229 / 2000 * 100%);
  height: calc(56 / 420 * 100%);
  margin-top: calc(276 / 2000 * 100%);
  margin-left: calc(1560 / 2000 * 100%);
}

#ir885moz8vypa7q09u2c .eyecatch a:hover img {
  opacity: 1;
}

#ir885moz8vypa7q09u2c .eyecatch:before,
#ir885moz8vypa7q09u2c .eyecatch:after,
#ir885moz8vypa7q09u2c .eyecatch a:before,
#ir885moz8vypa7q09u2c .eyecatch a:after {
  content: '';
  display: block;
  position: absolute;
  background: none #ccc;
  transition: all 0.3s ease 0s;
  z-index: 10;
}

#ir885moz8vypa7q09u2c .eyecatch:before,
#ir885moz8vypa7q09u2c .eyecatch a:before {
  width: 0;
  height: 1px;
}

#ir885moz8vypa7q09u2c .eyecatch:before {
  top: 0;
  left: 0;
}

#ir885moz8vypa7q09u2c .eyecatch a:before {
  bottom: 0;
  right: 0;
}

#ir885moz8vypa7q09u2c .eyecatch:after,
#ir885moz8vypa7q09u2c .eyecatch a:after {
  width: 1px;
  height: 0;
}

#ir885moz8vypa7q09u2c .eyecatch:after {
  top: 0;
  right: 0;
}

#ir885moz8vypa7q09u2c .eyecatch a:after {
  bottom: 0;
  left: 0;
}

#ir885moz8vypa7q09u2c .eyecatch:hover:before,
#ir885moz8vypa7q09u2c .eyecatch:hover a:before {
  width: 100%;
}

#ir885moz8vypa7q09u2c .eyecatch:hover:after,
#ir885moz8vypa7q09u2c .eyecatch:hover a:after {
  height: 100%;
}

#ir885moz8vypa7q09u2c .eyecatch a img {
  position: relative;
  z-index: 1;
}

/* 背景指定
--------------------------------------- */
#rf8jvyojuils00h86sxy {
  background: url(/files/block_bg.jpg)repeat;
  padding: 70px 0 70px;
}