@charset "utf-8";

/*
 * PC用スタイルCSS
 */
@import url("https://fonts.googleapis.com/css2?family=Noto+Sans+JP&display=swap");


/* ===================================================================================================================
   ■ 全体
------------------------------------------------------------------------------------------------------------------- */
html {
  background: #f1f1f1;

  scroll-behavior: smooth;
  scroll-padding-top: 70px;
}

/*Safariのみ*/
_:lang(x) + _:-webkit-full-screen-document,
body {
          text-size-adjust: none;
  -webkit-text-size-adjust: none;
}

body {
  position: relative;/*2000pxを超える画面の対策*/
  margin: 0 auto;
  min-width: 1300px !important;
  max-width: 2000px;

/*★メイン上にヘッダー部分がくる場合top位置指定*/
  /* background: url("/files/body_bg.jpg") no-repeat center top/100%; */
  background: none;
  color: #333333;
  font-weight: 500;
  font-family: "Noto Sans JP", sans-serif;
}
body#page_6 {
  background: none transparent;
  /*  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,
#page_9 #outer_block {
  padding-top: 0;
}

a:link,
a:visited,
a:hover,
a:active {
  color: #ff6c0a;
}

/* A～Cブロック記事内リンクボタン */
.main_btn a,
.sub_text_btn a {
  background-color: #ff6c0a;
  color: #ffffff;
}



/* ===================================================================================================================
   ■ ヘッダー
------------------------------------------------------------------------------------------------------------------- */
#branding_box {
  position: relative;
  z-index: 500;
  padding: calc(100% * (620/2000)) 0 0 0;/*メインの高さ*/
  height: 0;
  background: none transparent;
}

#page_6 #branding_box {
  padding: calc(100% * (1000/2000)) 0 0 0;/*メインの高さ*/
}

#header_information {
  height: 0;
}

/*  H1テキスト
---------------------------------------------------------------------------------------------------- */
#site-description {
  position: absolute;
  top: calc(45 / 620 * 100%);
  left: calc(50 / 2000 * 100%);
  margin: 0 auto;
  width: auto;
}

#page_6 #site-description {
  top: calc(45 / 1000 * 100%);
  left: calc(50 / 2000 * 100%);
}

#site-description a {
  display: inline;
  color: #ffffff;
}

/*  サイトロゴ
  ---------------------------------------------------------------------------------------------------- */
/* ヘッダーのH1～グローバルナビの高さ調整 */
#header_information,
#page_6 #header_information {
  height: 0;
}

/*ロゴ*/
#header_information .main_header a img {
  position: absolute;
  top: calc(90 / 620 * 100%);
  left: calc(50 / 2000 * 100%);
  z-index: 751;/*ナビより重ね順上*/
  width: calc(201 / 2000 * 100%);
  height: calc(54 / 620 * 100%);
  background: url("/files/branding_box_bg.png")no-repeat center top/100%;
}

#page_6 #header_information .main_header a img {
  top: calc(90 / 1000 * 100%);
  left: calc(50 / 2000 * 100%);
  width: calc(201 / 2000 * 100%);
  height: calc(54 / 1000 * 100%);
}

/*  グローバルナビ デフォルトは右寄り固定
---------------------------------------------------------------------------------------------------- */
#access {
  position: absolute;
  top: 79px;
  left: 0;
  z-index: 1;
  margin: 0 auto;
  padding: 0;
  width: 100%;
  height: 70px;/*ナビ画像の高さ*/
}

div#access .menu-header {
  margin: 0 100px 0 auto;/*右寄せ*/
  width: 770px;/*ナビ画像の幅*/
  height: 70px;/*ナビ画像の高さ*/
}

/*6列グローバルナビ*/
/* 親ボタンの背景画像、高さなど　全サイズ共通 */
div#access .menu-item a {
  margin: 0;
  padding: 0;
  width: 100px;
  height: 70px;
  background-color: transparent;
  background-image: url("/files/topnavi.png");
  background-position: scroll;
  background-repeat: no-repeat;
}

div#access .gnavi11 a {
  width: 130px;
  background-position: left top;
}
div#access .gnavi12 a {
  background-position: -130px top;
}
div#access .gnavi13 a {
  background-position: -230px top;
}
div#access .gnavi14 a {
  width: 110px;
  background-position: -330px top;
}
div#access .gnavi15 a {
  width: 120px;
  background-position: -440px top;
}
div#access .gnavi16 a {
  width: 210px;
  background-position: right top;
}

div#access .gnavi11 a:hover {
  background-position: left bottom;
}
div#access .gnavi12 a:hover {
  background-position: -130px bottom;
}
div#access .gnavi13 a:hover {
  background-position: -230px bottom;
}
div#access .gnavi14 a:hover {
  background-position: -330px bottom;
}
div#access .gnavi15 a:hover {
  background-position: -440px bottom;
}
div#access .gnavi16 a:hover {
  background-position: right bottom;
}



/*Gナビ上部固定---------------------------------------------------------*/
div#access.fixed {
  position: fixed;
  top: 0!important;
  right: 0;
  left: 0;
  margin: auto;
  padding: 0;
  min-width: 1200px;/*ロゴが左端にある時、ナビがロゴに重ならないように調整*/
  max-width: 2000px;/*最大2000pxを維持*/
  background-color: rgba(0,0,0,0.8);
  transform: none !important;
}

div#access.fixed .menu-header {
  position: relative;
  float: none;
  margin: 0 100px 0 auto;
  max-width: 2000px;
  transform: none !important;/*レスポンシブ無しにするため*/
}




/* プルダウンメニューのサイズ */
#access ul.menu ul.sub-menu {
  top: 100%;
}
#access ul.menu ul.sub-menu,
#access ul.menu ul.sub-menu li {
  width: 100%;
}
/* プルダウンメニューの色　16進数、RGBA両方変更すること */
div#access ul.sub-menu li.sub-gnavi a,
div#access ul.sub-menu li.sub-gnavi2 a {
  width: 100%;
  background: none #ffffff;
  color: #000000;
}
#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: #000000;
}
div#access ul.sub-menu li.sub-gnavi a:hover,
div#access ul.sub-menu li.sub-gnavi2 a:hover {
  background: none #ffffff;
  color: #000000;
}
#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: #000000;
}
/*  メイン画像
---------------------------------------------------------------------------------------------------- */
/* 通常メイン画像 */
#main_teaser,
#jquery_slider_pc {
  position: absolute;
  top: 0;/*★メイン上にヘッダー部分がくる場合位置指定*/
  left: 0;
  z-index: 99;
  width: 100%;
  text-align: center;
}

/* フラッシュ選択時 */
.flash_teaser {
  background-position: center top;
  background-repeat: no-repeat;
}

/* TOP SLIDER使用時 */
#jquery_slider_pc,
#main_teaser img {
  right: 0;
  display: block;
  margin: 0 auto;
  min-width: 1300px !important;
  max-width: 2000px;
  width: 100%;
}

#main_teaser img {
  display: block;
  margin: 0 auto;
  min-width: 1300px !important;
  max-width: 2000px;
}

#jquery_slider_pc::after {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: url(/files/branding_box_bg_top.png)no-repeat center top /100%;
  content: "";
}

#main_teaser::before {
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
  width: 100%;
  height: 100%;
  background: url(/files/body_bg.jpg)no-repeat center top /100%;
  content: "";
}


/* ===================================================================================================================
   ■ サイド
------------------------------------------------------------------------------------------------------------------- */
/* サイドナビ　タイトル */
.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: #000000;
  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: #000000;
  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: #ff6c0a;
}

#calendar_wrap table tr td#today,
#calendar_wrap table tr td#today a {
  color: #ffffff;
}



/* ===================================================================================================================
   ■ フッター
------------------------------------------------------------------------------------------------------------------- */
#footer_block {
  position: relative;
  height: 1000px;
  -webkit-clip-path: inset(0);
  clip-path: inset(1px 0 0 0);
  background: none transparent;
}
#footer_block::before {
  content: "";
  position: fixed;
  bottom: 0;
  left: 0;
  width: 100vw;
  height: 100vh;
  background: url(/files/footer_para_bg.jpg) no-repeat center center / cover;
  z-index: -1;
}

#footer_box {
  position: relative;
  height: 1000px;
  background: url(/files/footer_bg.png) no-repeat center top;
}

#footer_box,
#footer_sitemap_block,
#footer-widget-area,
.footer_infomation {
  margin: 0 auto;
  width: 100%;
}

/*  フッターナビ
---------------------------------------------------------------------------------------------------- */
#footer-widget-area {
  /*フッターナビの所*/
  display: block;
}
#footer_sitemap_block {
  position: absolute;
  top: 170px;
  left: calc(50% + 60px);
  margin: 0;
  width: 400px;
}

#footer-widget-area .widget-area ul.menu {
  border-color: transparent;
}
#footer-widget-area .widget-area .menu-item a {
  border-color: transparent;
  color: #ffffff;
}

#footer-widget-area .widget-area ul.menu {
  border-color: none transparent !important;
  column-count: 2;
  column-fill: auto;
  column-gap: 0;
  border: none;
  -webkit-column-count: 2;
  -moz-column-count: 2;
  height: 150px;
  width: 350px;
}
#footer-widget-area .widget-area ul.menu {
border-color: transparent;
}
#footer-widget-area .widget-area .menu-item a {
border-color: transparent;
width: 170px;
text-align: left;
margin-bottom: 12px;
padding: 0;
}

/*  フッター情報
---------------------------------------------------------------------------------------------------- */
.footer_infomation {
  position: absolute;
  top: 160px;
  left: calc(50% - 478px);
  display: block;
  margin: 0;
  width: 400px;
}

#footer_information .entry-post {
  margin: 0;
  width: 100%;
  color: #ffffff;
  text-align: left;
}

/*  フッターSNSボタン
---------------------------------------------------------------------------------------------------- */
#footer_sns_btn {
  margin: 20px auto 0;
}
#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: #ffffff;
  position: absolute;
  top: 250px;
  left: calc(50% + -475px);
  margin: 0;
  width: 510px;
  text-align: left;
}


/*  フッターメニュー
---------------------------------------------------------------------------------------------------- */
.fixed_btn {
  z-index: 1000;
}

.fixed_btn div,
.fixed_btn div a {
  width: 70px;
  height: 60px;
}

/* .fixed_btn #fixed_btn_gtn,
.fixed_btn #fixed_btn_gtn a {
  height: 50px;
} */


#float_top_btn {
  position: fixed;
  right: 0;
  bottom: 0;
  z-index: 999;
}

#float_top_btn a:hover {
  opacity: 0.8;
}


/* ===================================================================================================================
   ■ コンテンツ
------------------------------------------------------------------------------------------------------------------- */
#container_top {
  padding: 0;
}
#container_top.single_post {
  padding: 0 0 50px;
}

/*  見出し
---------------------------------------------------------------------------------------------------- */
.headline_title {
  padding: 50px 0 0;
  background-image: url(/files/top_entry_title.png);
  color: #000000;
}
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: #000000;
}

/* 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: #000000;
}

* .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: #000000;
}



/* B-03など小見出し用 */
* .sub_entry_title {
  background: url(/files/sub_entry_title_bg.png) no-repeat scroll left top transparent;
  color: #000000;
  padding: 0;
  width: 960px;
}
/*
* .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: #000000;
}
/* 小見出しリンクボタン */
.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;
  padding: 0;
  width: 570px;
}
* .mid_sub_entry_title,
* .mid_sub_entry_title a {
  color: #000000;
}

/* C-01など3列表示インラインタイトル用 */
* .inline_title {
  background-image: url(/files/column3_title_bg.png);
}
* .inline_title,
* .inline_title a {
  color: #000000;
}

/* クーポンの本文見出しなど、固定幅でないインラインタイトル用 */
.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 #ffffff;
  color: #333333;
  text-align: left;
  font-size: 15px;
  line-height: 1.7;
}

/* 詳細画面の下部「コメント」見出し */
.indent_border {
  width: 685px;
  border-color: #ff6c0a;
}


/* 大きな地図で見る */
small {
  border-color: #ff6c0a;
}
small a {
  padding: 5px 0;
  width: 100%;
  color: #ff6c0a !important;
  text-align: center !important;
}

small a:hover {
  background-color: #ff6c0a !important;
  color: #ffffff !important;
}

/*  クーポンページ
---------------------------------------------------------------------------------------------------- */
/* クーポンの本文見出しなど、固定幅でないインラインタイトル用 */
.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 #ffffff;
  color: #333333;
  text-align: left;
  font-size: 15px;
  line-height: 1.7;
}

/* 詳細画面の下部「コメント」見出し */
.indent_border {
  width: 685px;
  border-color: #ff6c0a;
}


/* 大きな地図で見る */
small {
  border-color: #ff6c0a;
}
small a {
  padding: 5px 0;
  width: 100%;
  color: #ff6c0a !important;
  text-align: center !important;
}

small a:hover {
  background-color: #ff6c0a !important;
  color: #ffffff !important;
}


/*  テーブル
---------------------------------------------------------------------------------------------------- */
.easys_content:not(.ne_01) table:not(#wp-calendar) tr > * {
  box-sizing: border-box;
  border: none !important;
  background: none #ffffff;
  color: #333333;
}
.easys_content:not(.ne_01) table:not(#wp-calendar) {
  border-spacing: 0 10px !important;
  border-collapse: separate;
}
table.iqfm-table td {
  min-width: 7em;
}



/*黒背景お問い合わせフォームテキストカラー修正
---------------------------------------------------------------------------------------------------- */
/* input.wpcf7c-conf {color: #FFF;}textarea.wpcf7c-conf {color: #FFF;} */

/*メール送信後メッセージボックスのボーダー（デフォルト：グリーン）*/
div.wpcf7-mail-sent-ok {
  border-color: #ff6c0a !important;
}

/* Dメニュー下線 */
.td_cell {
  border-color: #000000;
  vertical-align: top;
}

.table_area table tr td {
  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: #ff6c0a;
  background: none transparent;
  color: #ff6c0a !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: #ff6c0a;
  background-color: #ff6c0a;
}
.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: #ff6c0a;
  background: none #ff6c0a;
  color: #ffffff !important;
} 




/*  ブロック
---------------------------------------------------------------------------------------------------- */
/* 各ブロック点線 */
.border_margin,
.anchor_list ul li,
.cu_mail_block,
.blog_post,
.list_block .list_box {
  border-color: #000000;
}


/* 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 #ff6c0a;
  background-color: transparent;
  color: #ff6c0a;
}
div.link_list a:hover {
  border: 1px solid #ff6c0a;
  background-color: #ff6c0a;
  color: #ffffff;
}

.faq-title {
  background-color: #ff6c0a;
  color: #ffffff;
  font-weight: normal;
}




/*  メールフォーム
---------------------------------------------------------------------------------------------------- */
.iqfm-table td input[type="text"]:not([size]) {
  width: 75%;
}
/* 必須項目 */
.iqfm-req_color {
  color: #d00e0e;
}
.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: #ffffff;
  color: #333333;
}
.coupon_box table tr td.coupon_meta {
  background-color: transparent;
  color: #333333;
}
.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;
  background-repeat: repeat-y;
  line-height: 1.5;
}
#blog_main .entry-title,
#blog_main .entry-title a {
  color: #000000;
}

.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: "";
}

/* メール投稿ブロック画像幅調整 */
.img_size_thumb {
  height: 150px;
}

small {
  box-sizing: border-box;
}

.flow_arr {
  height: 40px;
}

/*コンタクトフォームスパム*/
.grecaptcha-badge {
  visibility: hidden;
}

/* ============================== ↓↓各ブロックの個別CSSはこちらに記述↓↓ ============================== */

/* 自動マージン */
/* 対象のマージンを消す */
.easys_content.no_margin {
  margin: 0;
}
/* もし記事が割り込まれたらマージンを入れる */
.easys_content.no_margin + .easys_content:not(.no_margin) {
  margin-top: 60px;
}

/* ＝＝＝全体フェードイン共通＝＝＝ */
.easys_content_inner:not(.nd_01 .easys_content_inner) {
  opacity: 0;
  transition: transform 1.3s, opacity 1.3s ease 0s;
  transform: translateY(100px);
}
.easys_content_inner.moved:not(.nd_01 .easys_content_inner) {
  opacity: 1;
  transform: translateY(0);
}

/* ＝＝＝デザインブロックスクロールギミック共通＝＝＝ */
.design_block,
#usshz6ouv6dyr5susvbb .eyecatch {
  position: absolute;
  top: 0;
  left: calc(50% - 1000px);/* ◆中央、各ブロックで位置調整 */
  width: 2000px;/*◆ 要変更 */
  opacity: 0;
  transition: 1s ease 0s;
  pointer-events: none;
}

.design_block.moved,
#usshz6ouv6dyr5susvbb .eyecatch.moved {
  opacity: 1;
  transform: translate(0px, 0px)rotate3d(0, 0, 1, 0)!important;
}


/*  トップページ
---------------------------------------------------------------------------------------------------- */
/*セカンドメイン #usshz6ouv6dyr5susvbb */
#usshz6ouv6dyr5susvbb {
  position: relative;
  margin-bottom: 60px;
}
#usshz6ouv6dyr5susvbb div {
  margin-bottom: 0;
  padding-bottom: 0;
}
#usshz6ouv6dyr5susvbb .easys_content_inner {
  width: 100%;
}

#usshz6ouv6dyr5susvbb  [class*="field_"] {
  padding: calc(1160 / 2000 * 100%) 0 0;
  background: url(/files/2ndmain_bg01.jpg) no-repeat center top / 100%;
}
#usshz6ouv6dyr5susvbb .eyecatch {
  position: absolute;
  top: calc(540 / 1160 * 100%);
  left: calc(877 / 2000 * 100%);
  display: block;
  width: calc(250 / 2000 * 100%);
  transform: translateY(100px);
  pointer-events: inherit;
}
#usshz6ouv6dyr5susvbb .eyecatch a {
  position: relative;
  display: block;
  overflow: hidden;
  padding-top: calc(45 / 250 * 100%);
  height: 0;
}
#usshz6ouv6dyr5susvbb .eyecatch a img {
  position: absolute;
  top: 0;
  left: 0;
  opacity: 1;
}

#usshz6ouv6dyr5susvbb .eyecatch a {
  position: relative;
  display: block;
  overflow: hidden;
  background: url(/files/2ndmain_btn_on.png) no-repeat center top / 100%;
}

#usshz6ouv6dyr5susvbb .eyecatch a:hover img {
  opacity: 0;
}

#usshz6ouv6dyr5susvbb .design_block.block1 {
  top: calc(200/1160*100%);
  left: calc(563/2000*100%);
  width: calc(875/2000*100%);
  height: calc(201/1160*100%);
  background: url(/files/2ndmain_bg02.png) no-repeat center top / 100%;
  transform: translateY(-100px);
}

#usshz6ouv6dyr5susvbb .design_block.block2 {
  top: calc(425/1160*100%);
  left: calc(650/2000*100%);
  width: calc(709/2000*100%);
  height: calc(59/1160*100%);
  background: url(/files/2ndmain_bg03.png) no-repeat center top / 100%;
  transform: translateY(100px);
}

#usshz6ouv6dyr5susvbb .design_block.block3 {
  top: calc(670/1160*100%);
  left: calc(353/2000*100%);
  width: calc(645/2000*100%);
  height: calc(275/1160*100%);
  background: url(/files/2ndmain_bg04.jpg) no-repeat center top / 100%;
  transform: translateX(-100px);
}

#usshz6ouv6dyr5susvbb .design_block.block4 {
  top: calc(670/1160*100%);
  left: calc(1008/2000*100%);
  width: calc(645/2000*100%);
  height: calc(275/1160*100%);
  background: url(/files/2ndmain_bg05.jpg) no-repeat center top / 100%;
  transform: translateX(100px);
}


/*  DB
---------------------------------------------------------------------------------------------------- */
#vgpshu7k629i3e5rk8l4 *[class*="title"],
#tprrp5bgucdzluaor2xb *[class*="title"] {
  display: none;
}

/*  DB1>関東のガラス工事なら株式会社誠硝子
#vgpshu7k629i3e5rk8l4
--------------------------------------------------------------- */
#vgpshu7k629i3e5rk8l4 {
  position: relative;
  height: 1622px;
  background: none transparent;
  margin-bottom: 60px;
}

#vgpshu7k629i3e5rk8l4::before {
  position: absolute;
  top: 250px;
  left: calc(50% - 1000px);
  width: 2000px;
  height: 938px;
  background: url(/files/design_bg01.jpg) no-repeat center top;
  content: "";
}

#vgpshu7k629i3e5rk8l4 .text_box {
  margin: 580px 0 0 0;
  width: 530px;
}
#vgpshu7k629i3e5rk8l4 .post_data {
  color: #ffffff;
  text-align: justify;
  line-height: 2.0;
}

#vgpshu7k629i3e5rk8l4 .main_btn {
  margin: 0 0 0 0;
}

#vgpshu7k629i3e5rk8l4 .main_btn a {
  position: relative;
  display: block;
  padding: 0;
  width: 250px;
  height: 45px;
  border-radius: 0;
  background: url(/files/design_btn.png) no-repeat center top;
  text-indent: -9999px;
}

#vgpshu7k629i3e5rk8l4 .main_btn a::after {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: url(/files/design_btn_on.png)no-repeat center top;
  content: "";
  opacity: 0;
}

#vgpshu7k629i3e5rk8l4 .main_btn a:hover::after {
  opacity: 1;
}

#vgpshu7k629i3e5rk8l4 .design_block.block1,
#vgpshu7k629i3e5rk8l4 .design_block.block2,
#vgpshu7k629i3e5rk8l4 .design_block.block3,
#vgpshu7k629i3e5rk8l4 .design_block.block4 {
  overflow: hidden;
  opacity: 1;
  transition: 0.6s;

  -webkit-clip-path: inset(0 100% 0 0);
          clip-path: inset(0 100% 0 0);
}

#vgpshu7k629i3e5rk8l4 .design_block.block1 {
  top: 10px;
  left: calc(50% - 247px);
  width: 350px;
  height: 350px;
  background: url(/files/design_bg02.jpg) no-repeat center top;
  transition-delay: 0.3s;
}

#vgpshu7k629i3e5rk8l4 .design_block.block2 {
  top: 10px;
  left: calc(50% + 110px);
  width: 540px;
  height: 630px;
  background: url(/files/design_bg03.jpg) no-repeat center bottom;
  transition-delay: 0.6s;
}

#vgpshu7k629i3e5rk8l4 .design_block.block3 {
  top: 1015px;
  left: calc(50% - 740px);
  width: 650px;
  height: 380px;
  background: url(/files/design_bg04.jpg) no-repeat center bottom;
  transition-delay: 0.9s;
}

#vgpshu7k629i3e5rk8l4 .design_block.block4 {
  top: inherit;
  bottom: 0;
  left: calc(50% - -52px);
  width: 360px;
  height: 360px;
  background: url(/files/design_bg05.jpg) no-repeat center bottom;
  transition-delay: 0.9s;
}


#vgpshu7k629i3e5rk8l4 .design_block.moved.block1,
#vgpshu7k629i3e5rk8l4 .design_block.moved.block2,
#vgpshu7k629i3e5rk8l4 .design_block.moved.block3,
#vgpshu7k629i3e5rk8l4 .design_block.moved.block4 {
  -webkit-clip-path: inset(0) !important;
          clip-path: inset(0) !important;
}

#vgpshu7k629i3e5rk8l4 .design_block.block1::after,
#vgpshu7k629i3e5rk8l4 .design_block.block2::after,
#vgpshu7k629i3e5rk8l4 .design_block.block3::after,
#vgpshu7k629i3e5rk8l4 .design_block.block4::after {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background:    -moz-linear-gradient(left, #ff6c0a, #f9da0c);
  background: -webkit-linear-gradient(left, #ff6c0a, #f9da0c);
  background:         linear-gradient(to right, #ff6c0a, #f9da0c);
  content: "";
  transition: 0.2s;
  transition-delay: 0.6s;
}

#vgpshu7k629i3e5rk8l4 .design_block.moved.block1::after,
#vgpshu7k629i3e5rk8l4 .design_block.moved.block2::after,
#vgpshu7k629i3e5rk8l4 .design_block.moved.block3::after,
#vgpshu7k629i3e5rk8l4 .design_block.moved.block4::after {
  left: 100%;
}

#vgpshu7k629i3e5rk8l4 .design_block.moved.block1::after {
  transition-delay: 0.9s;
}

#vgpshu7k629i3e5rk8l4 .design_block.moved.block2::after {
  transition-delay: 1.2s;
}

#vgpshu7k629i3e5rk8l4 .design_block.moved.block3::after {
  transition-delay: 1.5s;
}

#vgpshu7k629i3e5rk8l4 .design_block.moved.block4::after {
  transition-delay: 1.8s;
}

/*  DB2>ガラス工を募集しています！
#tprrp5bgucdzluaor2xb
--------------------------------------------------------------- */
#tprrp5bgucdzluaor2xb {
  position: relative;
  margin-bottom: 60px;
  height: 1105px;
  background: url(/files/01_design_bg01.jpg) no-repeat center top;
}

#tprrp5bgucdzluaor2xb .text_box {
  margin: 327px 0 0 338px;
  width: 620px;
}

#tprrp5bgucdzluaor2xb .post_data {
  text-align: justify;
  line-height: 2.0;
}

#tprrp5bgucdzluaor2xb .design_block.block1 {
  top: 338px;
  left: calc(50% - 478px);
  width: 260px;
  height: 89px;
  background: url(/files/01_design_bg02.png) no-repeat center top;
  transform: translateY(-100px);/* 上からフェードイン */
}

#tprrp5bgucdzluaor2xb .design_block.block2 {
  top: 575px;
  left: 0;
  width: 2000px;
  height: 530px;
  background: url(/files/01_design_bg03.png) repeat-x left top;
  animation: bg_loop01 38s linear 0s infinite;
}

@keyframes bg_loop01 {
  from {
    background-position: 0 0;
  }
  to {
    background-position: -2000px 0;
  }
}

#tprrp5bgucdzluaor2xb .design_block.block3 {
  top: 643px;
  left: calc(50% - 540px);
  width: 1079px;
  height: 87px;
  background: url(/files/01_design_bg04.png) no-repeat center top;
  transform: translateY(100px);
}


/*  バナー bnr
---------------------------------------------------------------------------------------------------- */
/* 余分なコードを削除 */
#tus9d2b97po0xwa7kgb2 div,
#vkosak2ayh06fwt7cfnd div,
#xoszd1bv64yd25q5x6bt div,
#jugtq0exvbrcj5wdk4mq div,
#xxkf435i9oamjqw7agni div {
  margin-bottom: 0;
  padding-bottom: 0;
}
/* 親要素 */
#tus9d2b97po0xwa7kgb2,
#vkosak2ayh06fwt7cfnd,
#xoszd1bv64yd25q5x6bt,
#jugtq0exvbrcj5wdk4mq,
#xxkf435i9oamjqw7agni {
  position: relative;
  box-sizing: border-box;
}

#tus9d2b97po0xwa7kgb2 .easys_content_inner,
#vkosak2ayh06fwt7cfnd .easys_content_inner,
#xoszd1bv64yd25q5x6bt .easys_content_inner,
#jugtq0exvbrcj5wdk4mq .easys_content_inner,
#xxkf435i9oamjqw7agni .easys_content_inner {
  width: 100%;
  height: 100%;
}

/*  バナー＞お問い合わせ 
#tus9d2b97po0xwa7kgb2
--------------------------------------------------------------- */
#tus9d2b97po0xwa7kgb2 .eyecatch a {
  position: relative;
  left: calc(50% - 1000px);
  display: block;
  overflow: hidden;
  width: 2000px;
  height: 360px;
}

#tus9d2b97po0xwa7kgb2 .eyecatch a:hover img {
  opacity: 1;
}

#tus9d2b97po0xwa7kgb2 .easys_content_inner {
  padding: 0;
  width: 100%;
}

#tus9d2b97po0xwa7kgb2 .eyecatch {
  width: 100%;
}
#tus9d2b97po0xwa7kgb2 a::before {
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
  width: 100%;
  height: 100%;
  background: url("/files/_bnr_contact_bg.jpg") no-repeat center center / cover;
  content: "";
  transition: 0.3s;
  transform: scale(1);
}

#tus9d2b97po0xwa7kgb2 a:hover::before {
  transform: scale(1.1);
}

#tus9d2b97po0xwa7kgb2 .eyecatch::after {
  position: absolute;
  top: 150px;
  left: calc(50% - 40px);
  width: 64px;
  height: 64px;
  background: url(/files/arrow_icon.png)no-repeat center top;
  content: "";
}

#tus9d2b97po0xwa7kgb2 .eyecatch::before {
  position: absolute;
  top: 150px;
  left: calc(50% - 8px);
  display: block;
  width: 64px;
  height: 64px;
  border-radius: 100%;
  background: #fe6e0a;
  content: "";
  transition: all 0.6s;
  transform: translateX(-50%);
}

#tus9d2b97po0xwa7kgb2 .eyecatch a::after {
  position: absolute;
  top: 150px;
  left: calc(50% - 40px);
  display: block;
  width: 64px;
  height: 64px;
  border-radius: 100%;
  background: #fabb0c;
  content: "";
  transition: all 0.6s;
  transform: scale(0);
  transform-origin: center;
}

#tus9d2b97po0xwa7kgb2 .eyecatch a:hover::after {
  transform: scale(1);
}


/*  バナー＞GATEN 
#vkosak2ayh06fwt7cfnd
--------------------------------------------------------------- */
#vkosak2ayh06fwt7cfnd .eyecatch a {
  position: relative;
  left: calc(50% - 1000px);
  display: block;
  overflow: hidden;
  width: 2000px;
  height: 360px;
}

#vkosak2ayh06fwt7cfnd .eyecatch a:hover img {
  opacity: 1;
}

#vkosak2ayh06fwt7cfnd .easys_content_inner {
  padding: 0;
  width: 100%;
}

#vkosak2ayh06fwt7cfnd .eyecatch {
  width: 100%;
}
#vkosak2ayh06fwt7cfnd a::before {
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
  width: 100%;
  height: 100%;
  background: url("/files/_bnr_gaten_bg.jpg") no-repeat center center / cover;
  content: "";
  transition: 0.3s;
  transform: scale(1);
}

#vkosak2ayh06fwt7cfnd a:hover::before {
  transform: scale(1.1);
}

#vkosak2ayh06fwt7cfnd .eyecatch::after {
  position: absolute;
  top: 150px;
  left: calc(50% - 40px);
  width: 64px;
  height: 64px;
  background: url(/files/arrow_icon.png)no-repeat center top;
  content: "";
}

#vkosak2ayh06fwt7cfnd .eyecatch::before {
  position: absolute;
  top: 150px;
  left: calc(50% - 8px);
  display: block;
  width: 64px;
  height: 64px;
  border-radius: 100%;
  background: #fe6e0a;
  content: "";
  transition: all 0.6s;
  transform: translateX(-50%);
}

#vkosak2ayh06fwt7cfnd .eyecatch a::after {
  position: absolute;
  top: 150px;
  left: calc(50% - 40px);
  display: block;
  width: 64px;
  height: 64px;
  border-radius: 100%;
  background: #fabb0c;
  content: "";
  transition: all 0.6s;
  transform: scale(0);
  transform-origin: center;
}

#vkosak2ayh06fwt7cfnd .eyecatch a:hover::after {
  transform: scale(1);
}


/*  バナー＞業務内容・GATEN
#xoszd1bv64yd25q5x6bt
--------------------------------------------------------------- */
#xoszd1bv64yd25q5x6bt {
  padding-top: 125px;
  height: 732px;
  margin-bottom: 60px;
}

#xoszd1bv64yd25q5x6bt::before {
  position: absolute;
  top: 0;
  left: calc(50% - 300px);
  z-index: -1;
  width: 560px;
  height: 732px;
  background: url(/files/_hbnr01_bg.png)no-repeat center top;
  content: "";
}

#xoszd1bv64yd25q5x6bt .easys_content_inner {
  width: 960px;
}

#xoszd1bv64yd25q5x6bt .field_2col .eyecatch {
  margin-bottom: 0;
  width: 460px !important;
}

#xoszd1bv64yd25q5x6bt .field_2col a:hover img {
  opacity: 1;
}

#xoszd1bv64yd25q5x6bt .float_left,
#xoszd1bv64yd25q5x6bt .float_right {
  position: relative;
}

#xoszd1bv64yd25q5x6bt .float_left a #bnr_video01 {
  position: absolute;
  top: 0;
  right: 0;
  z-index: -1;
  display: block;
  width: auto;
  height: 100%;
  pointer-events: none;
}

#xoszd1bv64yd25q5x6bt .float_right #bnr_video02 {
  position: absolute;
  top: 0;
  right: 0;
  z-index: -1;
  display: block;
  width: auto;
  height: 100%;
  pointer-events: none;
}

#xoszd1bv64yd25q5x6bt .float_left a:hover #bnr_video01,
#xoszd1bv64yd25q5x6bt .float_right a:hover #bnr_video02 {
  filter: brightness(0.5);
}

/*  バナー＞お問い合わせ・求人情報
#jugtq0exvbrcj5wdk4mq
--------------------------------------------------------------- */
#jugtq0exvbrcj5wdk4mq .easys_content_inner {
  width: 925px;
  position: relative;
}

#jugtq0exvbrcj5wdk4mq .field_2col {
  margin-bottom: 0;
  width: 430px !important;
}

#jugtq0exvbrcj5wdk4mq .field_2col a:hover img {
  opacity: 1;
}

#jugtq0exvbrcj5wdk4mq .float_left::after,
#jugtq0exvbrcj5wdk4mq .float_right::after {
  position: absolute;
  top: 290px;
  left: calc(50% - 272px);
  width: 64px;
  height: 64px;
  background: url(/files/arrow_icon.png)no-repeat center top;
  content: "";
}

#jugtq0exvbrcj5wdk4mq .float_right::after {
  left: calc(50% - -229px);
}


#jugtq0exvbrcj5wdk4mq .float_left::before,
#jugtq0exvbrcj5wdk4mq .float_right::before{
  position: absolute;
  top: 290px;
  left: calc(50% - 240px);
  display: block;
  width: 64px;
  height: 64px;
  border-radius: 100%;
  background: #fe6e0a;
  content: "";
  transition: all 0.6s;
  transform: translateX(-50%);
}

#jugtq0exvbrcj5wdk4mq .float_right::before {
  left: calc(50% - -260px);
}

#jugtq0exvbrcj5wdk4mq .float_left a::after,
#jugtq0exvbrcj5wdk4mq .float_right a::after {
  position: absolute;
  top: 290px;
  left: calc(50% - 272px);
  display: block;
  width: 64px;
  height: 64px;
  border-radius: 100%;
  background: #fabb0c;
  content: "";
  transition: all 0.6s;
  transform: scale(0);
  transform-origin: center;
}

#jugtq0exvbrcj5wdk4mq .float_right a::after {
  left: calc(50% - -228px);
}

#jugtq0exvbrcj5wdk4mq .eyecatch a:hover::after {
  transform: scale(1);
}

/*  パララックス
#xxkf435i9oamjqw7agni
--------------------------------------------------------------- */
#xxkf435i9oamjqw7agni {
  position: relative;
  -webkit-clip-path: inset(0);
  clip-path: inset(0);
  height: 690px;
  margin-top: -130px;
  margin-bottom: 60px;
  z-index:-10;
}
#xxkf435i9oamjqw7agni img {
  object-fit: cover;
  position: fixed;
  top: 0;
  left: 0;
  width: 100vw;
  height: 100vh;
  z-index: -1;
}