@charset "utf-8";

/*
 * PC用スタイルCSS
 */


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




/* ===================================================================================================================
   ■ 全体
------------------------------------------------------------------------------------------------------------------- */
html {
  background: none #f2f2f2;
}

/*Safariのみ iPadでフォントサイズが変化しないように対策*/
_:lang(x) + _:-webkit-full-screen-document,
body {
          text-size-adjust: none;
  -webkit-text-size-adjust: none;
}

body {
  background: none transparent;
  color: #333333;
  min-width: 1300px !important;
}
body#page_6 {
  background: none transparent;
}

#wrapper {
  background: none transparent;
}
#outer_block {
  background: none transparent;
}

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

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


/* ===================================================================================================================
   ■ ヘッダー
------------------------------------------------------------------------------------------------------------------- */
#branding_box {
  height: 680px;
  padding: 0;
  position: relative;
  z-index: 500;
  background: none transparent;
}
#page_6 #branding_box {
  height: 195px;
}
/* ヘッダーのH1～グローバルナビの高さ調整 */
#header_information {height: 0px;}
#page_6 #header_information {height: 0px;}

/*  H1テキスト
---------------------------------------------------------------------------------------------------- */
#site-description {
  width: 100%;
  margin: 0 auto;
}
#site-description a {
  display: inline;
  color: #ffffff;
  position: absolute;
  top: 0;
  left: 20px;
}

/*  サイトロゴ
---------------------------------------------------------------------------------------------------- */
.main_header, .header_class {
  width: 100%;
  margin: 0 auto;
  padding: 0;
}
.main_header img, .header_class img {
  width: 240px;
  height: 60px;
  position: absolute;
  z-index: 700;
}

.main_header img.fixed {
  width: 240px !important;
  height: 60px !important;
  margin: 0 !important;
  position: fixed;
  background: url('/files/head_logo_fixed.png')no-repeat center top;
  z-index: 700;
}


/*  グローバルナビ
---------------------------------------------------------------------------------------------------- */
#access {
  width: 100%;
  z-index: 590;
  height: 110px;
  margin: 0 auto;
}

#access .menu-header{
  width: 840px;
  height: 110px;
  margin: 0 0 0 auto;/*真ん中寄せは「margin:0 auto」*/
}

/*6列グローバルナビ*/
/* 親ボタンの背景画像、高さなど　全サイズ共通 */
div#access .menu-item a {
  background-image: url('/files/topnavi.png');
  background-repeat: no-repeat;
  background-position: scroll;
  background-color: transparent;
  width: 140px;
  height: 110px;
  margin: 0px;
  padding: 0px;
}

div#access .gnavi11 a { background-position: left top;}
div#access .gnavi12 a { background-position: -140px top;}
div#access .gnavi13 a { background-position: -280px top;}
div#access .gnavi14 a { background-position: -420px top;}
div#access .gnavi15 a { background-position: -560px 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: -140px bottom;}
div#access .gnavi13 a:hover { background-position: -280px bottom;}
div#access .gnavi14 a:hover { background-position: -420px bottom;}
div#access .gnavi15 a:hover { background-position: -560px bottom;}
div#access .gnavi16 a:hover { background-position: right bottom;}


/*固定ナビ*/
#access.fixed {
  width: 100%;
  z-index: 590;
  height: 60px;
  position: fixed;
  top: 0;
  left: 0;
  background-color: rgba(255,255,255,0.8);
}
#access.fixed .menu-header {
  margin: 0 0 0 auto;
  height: 60px;
  padding-left: 300px;
}

/*6列グローバルナビ*/
/* 親ボタンの背景画像、高さなど　全サイズ共通 */
div#access.fixed .menu-item a {
  background-image: url('/files/topnavi_fixed.png');
  height: 60px;
}


/* プルダウンメニューのサイズ */
#access ul.menu ul.sub-menu {
  top: 110px;
  width: 100%;
}
#access.fixed ul.menu ul.sub-menu {
  top: 60px;
}
#access ul.menu ul.sub-menu,
#access ul.menu ul.sub-menu li {
  min-width: px;
  width: 100%;
}

/* プルダウンメニューの色　16進数、RGBA両方変更すること */
div#access ul.sub-menu li.sub-gnavi a, div#access ul.sub-menu li.sub-gnavi2 a {
  background: none #000;
  background: none rgba(0, 0, 0, 0.75);
  filter: alpha(opacity=75); /* ie 6 7 */
  -ms-filter: "alpha(opacity=75)"; /* ie 8 */
  width: 100%;
  color: #fff;
}
#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: #fff;
}
div#access ul.sub-menu li.sub-gnavi a:hover, div#access ul.sub-menu li.sub-gnavi2 a:hover {
  background: none #000;
  background: none rgba(0, 0, 0, 0.75);
  filter: alpha(opacity=75); /* ie 6 7 */
  -ms-filter: "alpha(opacity=75)"; /* ie 8 */
  color: #e24d0a;
}
#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: #e24d0a;
}

/* IE7 hack */
*:first-child+html div#access ul.sub-menu li.sub-gnavi a,
*:first-child+html div#access ul.sub-menu li.sub-gnavi2 a {
  background-color: #fff;
}
*:first-child+html div#access ul.sub-menu li.sub-gnavi a:hover,
*:first-child+html div#access ul.sub-menu li.sub-gnavi2 a:hover {
  background-color: #fff;
}

/* IE9 hack */
div#access ul.sub-menu li.sub-gnavi a:not(:target),
div#access ul.sub-menu li.sub-gnavi2 a:not(:target),
div#access ul.sub-menu li.sub-gnavi a:not(:target):hover,
div#access ul.sub-menu li.sub-gnavi2 a:not(:target):hover {
  filter: none;
  -ms-filter: none;
}

/*  メイン画像
---------------------------------------------------------------------------------------------------- */
/* 通常メイン画像 */
#main_teaser, #jquery_slider_pc, #video_teaser {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  text-align: center;
  z-index: 99;
}

/* フラッシュ選択時 */
.flash_teaser {
  background-repeat: no-repeat;
  background-position: center top;
}

/* TOP SLIDER使用時 */
#video_teaser,
#jquery_slider_pc {
  margin: 0 auto;
  top: 0;
  max-width: 2000px;
  min-width: 1300px !important;
}

/*トップページメイン画像や中ページティザーをレスポンシブした時*/
#main_teaser img {
  display: block;
  min-width: 1300px !important;
  max-width: 2000px;
  margin: 0 auto;
}

/* ===================================================================================================================
   ■ サイド
------------------------------------------------------------------------------------------------------------------- */
/* サイドナビ　タイトル */
.widget-title, .widget-title2 a {
  padding: 0;
  text-align: center;
  color: #ffffff;
}
.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 {
  background-image: url(/files/widget_list_bg.png);
  color: #e24d0a;
  overflow: hidden;
  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 {
  background: none transparent;
  border-width: 0 0 1px;
  border-style: dotted;
  border-color: #666666;
  line-height: 2;
  padding: 5px;
}
#wp-calendar tbody td a { text-decoration: underline; }
#wp-calendar tbody td a:hover { text-decoration: none; }




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

#footer_box,#footer_sitemap_block,#footer-widget-area, .footer_infomation{
  width: 100%;
  margin: 0 auto;
}
#footer-widget-area{/*フッターナビの所*/
  display: block;
}


/*  フッターナビ
---------------------------------------------------------------------------------------------------- */
#footer_sitemap_block {
  /* フッターナビの上余白はここで調整 */
  position: absolute;
  bottom: 70px;
  margin: 0 auto;
}
#footer-widget-area .widget-area ul.menu {
  border: none;
}
#footer-widget-area .widget-area .menu-item a {
  border: none;
  color: #ffffff;
  width: 170px;
}
#footer-widget-area .widget-area .menu-item a:hover {
  background-color: transparent;
}

#footer-widget-area .widget-area{
    width: 170px;
    padding: 0 0 0 810px;/*左右位置調整*/
}
#footer-widget-area .widget-area .menu-item{
    width: 170px;
    text-align: left;/*文字左寄せ*/
}

/* ナビ前につけるマーク　■　- */
#footer-widget-area .widget-area .menu-item {
  position: relative;
}
/*メインナビ*/
#footer-widget-area .widget-area li::before {
  content: "・";
  position: absolute;
  left: 0;
  top: 1px;
  color: #ffffff;
}
#footer-widget-area .widget-area .menu-item a {
  padding-left: 15px;
}


/*  フッター情報
---------------------------------------------------------------------------------------------------- */
.footer_infomation {
  display: block;
  margin: 0 auto;
  width:920px;
}
#footer_information .entry-post {
  width: 380px;
  margin: 200px 0 0;/*住所の上からの位置*/
  text-align: left;
  color: #ffffff;
}

/*  フッター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;
}


/*  フッターメニュー
---------------------------------------------------------------------------------------------------- */
.fixed_btn {z-index: 1000;bottom: 110px;}

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

.fixed_btn #fixed_btn_contact,
.fixed_btn #fixed_btn_contact a {height: 100px;}


/*トップへ戻る*/
#float_top_btn {
    bottom: 200px;
}


/*画面右下に固定ボタン*/
.fixed_side_btn {
    z-index: 1000;
    right: 0;
    bottom: 0px;
    position: fixed;
}
.fixed_side_btn div,
.fixed_side_btn div a {margin-bottom: 0px;}

/*ボタン1*/
#fixed_btn1 a{
    background: url(/files/btn_contact.png)no-repeat left top;
    display: block;
    height: 100px;
    width: 240px;
}

/*ホバーで透過*/
#fixed_btn1 a:hover{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: #333333;
  height: 75px;
  padding-top: 15px;
}
h3.entry_title, .entry_title, .entry-title { /* サイズ、背景、余白などはこちら */
  background-image: url(/files/entry_title_bg.jpg);
  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.jpg);
}
.entry_title span.read_more_btn a:hover {opacity: 0.8;}
* .mid_entry_title {
  background-image: url(/files/entry_title_bg_w570.jpg);
  font-size: 20px;
  color: #ffffff;
}


/* B-09、B-10など幅半分ブロックの見出し用 */
* .half_entry_title,
* .short_entry_title {
  background-image: url(/files/half_entry_title_bg.jpg);
}
* .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: #333333;}



/* B-03など小見出し用 */
* .sub_entry_title {
  background: url("/files/sub_entry_title_bg.png") no-repeat scroll left top transparent;
  color: #333333;
}
* .sub_entry_title a:link, * .sub_entry_title a:visited,
* .sub_entry_title a:hover, * .sub_entry_title a:active {
  color: #333333;
}
/* 小見出しリンクボタン */
.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;
  color: #333333;
}


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


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

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


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

small a:hover {
  background-color: #e24d0a !important;
  color: #FFF !important;
}




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

/*偶数列は背景色変更*/
.easys_content:not(.ne_01) table:not(#wp-calendar) tr:nth-of-type(2n) > *{
      background: none #f2f2f2;
}

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

/*メール送信後メッセージボックスのボーダー（デフォルト：グリーン）*/
div.wpcf7-mail-sent-ok {
  border-color: #666 !important;
}
/* Dメニュー下線 */
.td_cell {
  border-color: #666;
  vertical-align: top;
}




/*  ページ遷移ボタン（詳細ブロックやページ送りのナビ用）
---------------------------------------------------------------------------------------------------- */
.tablenav { padding: 1em 0; }
a.page-numbers, .tablenav .current,
.permalink_in a, .pageback a,
.page_up a {
  background: none transparent;
  border-style: solid;
  border-color: #e24d0a;
  color: #e24d0a !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 #fff;
  background: none transparent;
}
.tablenav .next:hover, .tablenav .next:active,
.tablenav .prev:hover, .tablenav .prev:active {
  background-color: #e24d0a;
  border-color: #e24d0a;
}
.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 {
  background: none #e24d0a;
  border-style: solid;
  border-color: #e24d0a;
  color: #fff !important;
} 



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


/* Cブロック */
.c_01, .c_02, .c_03, .c_05, .c_06 {
  display: inline-block;
  *display: inline;
  *zoom: 1;
  width: 100%;
  padding: 0 0 20px;
  *padding: 0 0 30px;
}
.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-size: 13px;
  font-weight: bold;
}
.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;
  _width: 100%;
}



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


/* Z_L お知らせブロック */
.Z_l1 .date_area {
  font-size: 13px;
  font-weight: bold;
}
.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 {
  background-color: transparent;
  border: 1px solid #e24d0a;
  color: #e24d0a;
}
div.link_list a:hover {
  background-color: #e24d0a;
  border: 1px solid #e24d0a;
  color: #fff;
}


.faq-title {
  background-color: #e24d0a;
  font-weight: normal;
  color: #fff;
}



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

/* 必須項目 */
.iqfm-req_color {
  color: #ff0000;
}
.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 {
  background-color: #e6e6e6;
  width: 8em;
  color: #333333;
}
.coupon_box table tr td.coupon_meta {
  background-color: #e6e6e6;
  color: #333333;
}
.e-04 .menu_area td {
  height: 3.5em;
}
.e-04 .menu_area .parent_title {
  font-size: 120%;
  height:  auto;
}



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

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



/*  ローディング画面
---------------------------------------------------------------------------------------------------- */
.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 {
  width: 100%;
  height: 450px;
  margin: 0 0 20px;
}

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


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


/*追記*/
/* スクロール位置調整 */
html, body {
  scroll-padding-top: 110px;
  scroll-behavior: smooth;/*するするっと移動*/
}


/*contactフォーム用セキュリティマーク　非表示*/
.grecaptcha-badge { visibility: hidden; }


/* ============================== ↓↓各ブロックの個別CSSはこちらに記述↓↓ ============================== */

/*  トップページ
---------------------------------------------------------------------------------------------------- */
/*スライダーギミック*/
#mainvisual{display: none;}

#page_6 #mainvisual{display: block;}


#mainvisual .mainvisual-copy span:nth-of-type(1) {
    background: url(/files/slide_txt01.png)no-repeat center top/100%;
    width: calc(913 / 2000 * 100%);/*ボタン画像幅÷2000*/
    height: calc(79 / 800 * 100%);/*ボタン画像高さ÷バナー背景画像高さ730px*/
    margin-top: calc(317 / 2000 * 100%);/* PSD上での上と左余白を入力 */
    margin-left: calc(240 / 2000 * 100%);/* 左余白を入力 */
}
#mainvisual .mainvisual-copy span:nth-of-type(2) {
    background: url(/files/slide_txt02.png)no-repeat center top/100%;
    width: calc(847 / 2000 * 100%);/*ボタン画像幅÷2000*/
    height: calc(78 / 800 * 100%);/*ボタン画像高さ÷バナー背景画像高さ730px*/
    margin-top: calc(444 / 2000 * 100%);/* PSD上での上と左余白を入力 */
    margin-left: calc(240 / 2000 * 100%);/* 左余白を入力 */
}
#mainvisual .mainvisual-copy span:nth-of-type(3) {
    background: url(/files/slide_logo.png)no-repeat center top/100%;
    width: calc(1110 / 2000 * 100%);/*ボタン画像幅÷2000*/
    height: calc(236 / 800 * 100%);/*ボタン画像高さ÷バナー背景画像高さ730px*/
    margin-top: calc(582 / 2000 * 100%);/* PSD上での上と左余白を入力 */
    margin-left: calc(240 / 2000 * 100%);/* 左余白を入力 */
}

#mainvisual .mainvisual-copy span {
    display: block;
    position: absolute;
}

/*読み込み前 透明*/
#mainvisual .mainvisual-copy span.transparent {
    opacity: 0;
}


/*読み込み後クラス名ついたらギミック作動*/
/*
#mainvisual .mainvisual-copy .textfade:nth-of-type(1) {
    background: url(/files/slide_txt01.png)no-repeat center top/100%;
}
#mainvisual .mainvisual-copy .textfade:nth-of-type(2) {
    background: url(/files/slide_txt02.png)no-repeat center top/100%;
}
#mainvisual .mainvisual-copy .textfade:nth-of-type(3) {
    background: url(/files/slide_logo.png)no-repeat center top/100%;
}
*/


#mainvisual .mainvisual-copy .textfade {
	animation: textfade 2s ease;
}
#mainvisual .mainvisual-copy .textfade:after {
	content: "";
	display: block;
	background-color: #373582;
	height: 100%;
	width: 0;
	position: absolute;
	left: 0;
	top: 0;
	animation: textfade-after 2s ease;
    animation-delay: 1s;
}


/*ギミック*/
@keyframes textfade {
  0% {
		opacity: 0;
  }
  50% {
		opacity: 0;
  }
/*
  51% {
		opacity: 1;
  }
*/
  98% {
		opacity: 0;
  }
  100% {
		opacity: 1;
  }
}

@keyframes textfade-after {
  0% {
		width: 0;
		left: 0%;
  }
  50% {
		width: 100%;
		left: 0%;
  }
  100% {
		width: 0%;
		left: 100%;
  }
}



/* セカンドメイン --------------------------------------------------------*/
#page_6 #outer_block {
  padding-top: 0;/*スライダー下の余白を消す*/
}

#sqw8nq8l78ve28vya27n {
  background: none;/*背景無し*/
  max-height: 800px;/*セカンドメイン画像の高さ*/
  min-height: calc(800px * (1300 / 2000));/* 800＝セカンドメイン画像の高さ*/
  height: calc(100vw * ((800 - 15) / 2000));/* 800＝セカンドメイン画像の高さ*/
  margin-bottom: 70px;
  position: relative;
}

#sqw8nq8l78ve28vya27n div { margin-bottom: 0; padding-bottom: 0;}
#sqw8nq8l78ve28vya27n .easys_content_inner { width: 100%;}

#sqw8nq8l78ve28vya27n .eyecatch img{
    display: none;
}


/*ボタン*/
#sqw8nq8l78ve28vya27n .eyecatch{
    display: block;
    position: absolute;
    top: 0;/*marginで調整するためにいったん位置リセット*/
    left: 0;/*marginで調整するためにいったん位置リセット*/
    width: calc(400 / 2000 * 100%);/*ボタン画像幅÷2000*/
    height: calc(60 / 800 * 100%);/*ボタン画像高さ÷バナー背景画像高さ730px*/
    margin-top: calc(610 / 2000 * 100%);/* PSD上での上と左余白を入力 */
    margin-left: calc(950 / 2000 * 100%);/* 左余白を入力 */
}
#sqw8nq8l78ve28vya27n .eyecatch a{
    display: block;
    width: 100%;
    height: 100%;
    position: absolute;
    background:url(/files/secondmain_btn.png)no-repeat center top/100%;
}

/*上下オンオフの時*/
#sqw8nq8l78ve28vya27n .eyecatch a:hover{
    background-position: center bottom;
}


/*画像追加-------------------------------*/
#sqw8nq8l78ve28vya27n{
  position: relative;
  z-index: 200;
}

#sqw8nq8l78ve28vya27n span {
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  z-index: 0;
  pointer-events: none;
}

/*上に重ねる画像*/
#sqw8nq8l78ve28vya27n #bg01 {
    background: url(/files/secondmain_front.png)no-repeat center top/100%;
    width: 100%;
    height: 100%;
    margin-top: calc(0 / 2000 * 100%);/* PSD上での上と左余白を入力 */
    margin-left: calc(0 / 2000 * 100%);/* PSD上での上と左余白を入力 */
    z-index: -1;
}

/*流す画像①*/
#sqw8nq8l78ve28vya27n #bg02 {
    width: 100%;
    height: 100%;
    margin-top: calc(0 / 2000 * 100%);/* PSD上での上と左余白を入力 */
    margin-left: calc(0 / 2000 * 100%);/* PSD上での上と左余白を入力 */
    z-index: -2;
    background: url(/files/secondmain_scrolltxt.png) repeat-x center top/100%;
    animation: bg_loop 200s linear 0s infinite;
}

/*流す画像②*/
#sqw8nq8l78ve28vya27n #bg03 {
    width: 100%;
    height: 100%;
    margin-top: calc(0 / 2000 * 100%);/* PSD上での上と左余白を入力 */
    margin-left: calc(0 / 2000 * 100%);/* PSD上での上と左余白を入力 */
    z-index: -3;
    background: url(/files/secondmain_scrollbg.jpg) repeat-x left top/100%;
    animation: bg_loop 150s linear 0s infinite;
}
@keyframes bg_loop {
  0% {background-position-x: 0px;}
  100% {background-position-x: -10000px;}
}


/*  新着情報
---------------------------------------------------------------------------------------------------- */
#ok68r1fsvyee0uqhzwj6{
    margin: 90px 0 50px;
}

/*  バナー
---------------------------------------------------------------------------------------------------- */
/*2列バナー　レスポンシブあり　ホバーで拡大*/
#kat3kik0tqelouue4kbg,
#r9dwrjcz77bvlbdq5tqj,
#iw9jo1jbhlepex0624m1 {
  position: relative;
  overflow: hidden;
}

/*レスポンシブ*/
#kat3kik0tqelouue4kbg .easys_content_inner,
#r9dwrjcz77bvlbdq5tqj .easys_content_inner,
#iw9jo1jbhlepex0624m1 .easys_content_inner{
  width: 100%;
  padding: 0;
}
#kat3kik0tqelouue4kbg div,
#r9dwrjcz77bvlbdq5tqj div,
#iw9jo1jbhlepex0624m1 div{
  margin-bottom: 0;
  padding: 0;
}

.img_display_1106 .field_2col {
  width: 50% !important;
  overflow: hidden;
  position: relative;
  margin: 0;
}

.img_display_1106 .eyecatch {
  width: 100%;
  position: relative;
  z-index: 10;
}
.img_display_1106 .eyecatch a:hover img { opacity: 1; }


/*ホバーで拡大*/
.img_display_1106 .field_2col:before {
  content: '';
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  transition: all 0.5s ease 0s;
  z-index: 1;
}
.img_display_1106 .field_2col:hover:before {
  transform: scale(1.1);
}


/*左バナー背景画像*/
.img_display_1106 .float_left:before
{ background: url("/files/bnr_business_half_bg.jpg") no-repeat center center / cover; }

/*右バナー背景画像*/
.img_display_1106 .float_right:before
{ background: url("/files/bnr_company_half_bg.jpg") no-repeat center center / cover; }




/*1列レスポンシブバナー　ご利用の流れ　ホバーで拡大-----------------------------*/
#o7g1e70bmxivlbwf6yrn,
#cw8kis1jpgb2lo7cpdaf,
#gv5wenfhn0m2g00dyjt0{
  position: relative;
  overflow: hidden;
}

#o7g1e70bmxivlbwf6yrn{
    margin-bottom: 60px;
}

/*レスポンシブ*/
#o7g1e70bmxivlbwf6yrn .easys_content_inner,
#cw8kis1jpgb2lo7cpdaf .easys_content_inner,
#gv5wenfhn0m2g00dyjt0 .easys_content_inner{
  width: 100%;
  padding: 0;
}

#o7g1e70bmxivlbwf6yrn div,
#cw8kis1jpgb2lo7cpdaf div,
#gv5wenfhn0m2g00dyjt0 div{
  margin-bottom: 0;
  padding: 0;
}

.img_display_1112 .field_1col{ margin: 0; }

.img_display_1112 .eyecatch{
  position: relative;
  z-index: 10;
}
.img_display_1112 .eyecatch a:hover img{ opacity: 1; }

/*ホバーで拡大*/
#o7g1e70bmxivlbwf6yrn:before,
#cw8kis1jpgb2lo7cpdaf:before,
#gv5wenfhn0m2g00dyjt0:before {
  content: '';
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  transition: all 0.5s ease 0s;
  z-index: 1;
}
#o7g1e70bmxivlbwf6yrn:hover:before,
#cw8kis1jpgb2lo7cpdaf:hover:before,
#gv5wenfhn0m2g00dyjt0:hover:before {
  transform: scale(1.1);
}

/*背景画像*/
#o7g1e70bmxivlbwf6yrn:before,
#cw8kis1jpgb2lo7cpdaf:before,
#gv5wenfhn0m2g00dyjt0:before { background: url("/files/bnr_flow_bg.jpg") no-repeat  center center / cover; }




/*1列レスポンシブバナー　お問い合わせ　背景パララックス-----------------------------*/
#bymk575fwkqs7vqv2qo9,
#swhp4c25krz7bbjkfp5x,
#qc7p9unw8k6cgo0w91at,
#ayz23g29j7nfu9ugounk,
#i9hdbiwl1lzv0yw8vjm7 {
  background: url(/files/bnr_contact_bg.jpg) no-repeat center center / cover fixed;
}
#bymk575fwkqs7vqv2qo9{
    margin-bottom: 50px;
}

#bymk575fwkqs7vqv2qo9 .easys_content_inner,
#swhp4c25krz7bbjkfp5x .easys_content_inner,
#qc7p9unw8k6cgo0w91at .easys_content_inner,
#ayz23g29j7nfu9ugounk .easys_content_inner,
#i9hdbiwl1lzv0yw8vjm7 .easys_content_inner{
    width: 100%;
}
#bymk575fwkqs7vqv2qo9 div,
#swhp4c25krz7bbjkfp5x div,
#qc7p9unw8k6cgo0w91at div,
#ayz23g29j7nfu9ugounk div,
#i9hdbiwl1lzv0yw8vjm7 div{
    margin-bottom: 0;
    padding:0;
}

.img_display_1009 img{transition: 0.3s;}

.img_display_1009 a:hover img{opacity: 0.9;}


