@charset "utf-8";

/*
 * スマホ用スタイルCSS
 */


/* =================================================================================================================== */
/* SPカスタムプロパティ */
:root {
  --basic_background_color: #262626;
  --body_text_color: #ffffff;
  --link_color: #b6ff42;
  --border_color: #b2b2b2;
  --table_border_color: transparent;
  --th_background_color: #595959;
  --td_background_color: #595959;
  --th_character_color: #ffffff;
  --td_character_color: #ffffff;
  --required_color: #fef11f;
  --navigation_background_color: transparent;
  --navi_characters_color: transparent;
  --navigation_sub_color: transparent;
  --medium_page_background_color: transparent;
  --inside_page_text_color: #fff;
  --middle_page_border_color: transparent;
  --h2_heading_background_color: transparent;
  --h2_heading_text_color: #ffffff;
  --h2_heading_link_color: #ffffff;
  --h2_heading_border_color: #000000;
  --h3_heading_background_color: transparent;
  --h3_heading_text_color: #000000;
  --h3_heading_link_color: #000000;
  --h3_heading_border_color: transparent;
  --h4_subheading_background_color: transparent;
  --h4_subheading_text_color: #ffffff;
  --h4_subheading_link_color: #ffffff;
  --h4_subheading_border_color: transparent;
  --inline_background_color: transparent;
  --inline_characters_color: #000000;
  --inline_link_color: #000000;
  --inline_border_color: transparent;
  --widget_heading_background_color: transparent;
  --widget_heading_text_color: transparent;
  --widget_heading_link_color: transparent;
  --widget_heading_border_color: transparent;
  --blog_heading_background_color: transparent;
  --blog_heading_text_color: transparent;
  --blog_heading_link_color: transparent;
  --blog_heading_border_color: transparent;
  --copyright_background_color: transparent;
  --copyright_characters_color: #ffffff;
}

/* 置換以外 */
:root {
  --easys_base_width: 640;/* EASYSの基準横幅(単位なし) */
  --easys_padding: 5%;/* EASYSの基本余白 */
  --easys_menu_size: calc(100vw * (80 / var(--easys_base_width)));/* メニューボタンサイズ */
  --easys_footer_h: calc(100vw * (112 / var(--easys_base_width)));/* スクロールフッタ高さ */
  --easys_standard_value001: #ffffff;/* スクロールフッタ＞背景色 */
  --easys_standard_value002: #ffffff;/* カレンダーの本日＞文字色 */
}
/* =================================================================================================================== */



/* ===================================================================================================================
   ■共有
------------------------------------------------------------------------------------------------------------------- */
html {
  scroll-behavior: smooth;
}

/* リンク */
a:link,
a:visited,
a:hover,
a:active{
  text-decoration: underline;
}

/* ページ送り */
.tablenav {
  clear: both;
}

.sp_gallery {
  text-align: center;
}

.sp_gallery img {
  max-width: 100%;
  /* width: auto; */
}

.img_border {
  border: 0 none;
}

/* SP余白設定
---------------------------------------------------------------------------------------------------- */
/* アウターブロック */
#main>#outer_block:not(#page-6 #main>#outer_block) {
    padding-top: var(--easys_padding);
}

/* 余白を付ける(「D-01 ギャラリーブロック」を除いたスライドショーとギャラリーは除外) */
#main > #outer_block > section:not(:has(.nk_01)) {
  padding-bottom: var(--easys_padding);
}

#main > #outer_block > section:not(.device_width):not(:has(.c_07)):not(:has(.c_08)):not(:has(.c_09)):not(:has(.np_04)):not(:has(.z_j6)) {
  padding-right: var(--easys_padding);
  padding-left: var(--easys_padding);
}

/* 見出しだけ全幅にする時 
#main > #outer_block > section {
  padding-right: 0 !important;
  padding-left: 0 !important;
}
#main > #outer_block > section .content_area {
  margin-right: var(--easys_padding);
  margin-left: var(--easys_padding);
}*/

/* ブログページ */
#main > #container,
#main > #rSide {
  padding: var(--easys_padding);
}
/* 見出しだけ全幅にする時 
#main > #container,
#main > #rSide {
  padding-right: 0;
  padding-left: 0;
}
#main > #container > #content > .post > *:not(.entry_title) {
  padding-right: var(--easys_padding);
  padding-left: var(--easys_padding);
}
#main > #rSide > #primary > .xoxo #searchform,
#main > #rSide > #primary > .xoxo li ul li,
#main > #rSide > #primary > .xoxo #calendar_wrap {
  margin-right: var(--easys_padding);
  margin-left: var(--easys_padding);
}*/

/* ===================================================================================================================
   ■ナビ
------------------------------------------------------------------------------------------------------------------- */
/* メニューON時　メニューの文字色変更 */
#Side .xoxo li .menu-item a {
  color: var(--navi_characters_color) !important;
}

/* ブログ下部 ブログメニュー部分　文字色変更 */
#primary ul.xoxo li ul li a {
  color: var(--link_color) !important;/* 全体のリンクカラー */
}

/* ブログ下部 ブログメニュー部分　下線色変更 */
#Side .xoxo li .menu-item a,
#primary ul.xoxo li ul li {
  border-color: var(--border_color) !important;/* 全体のボーダーカラー */
}

#rSide_wrap {
  background: none transparent !important;
}

#searchform input[type="text"] {
  max-width: 77%;
}

/* SPメニュークリックで一番上にスクロールさせない */
.scroll-prevent {
  position: static !important;
  overflow: hidden !important;
}

#Side_wrap,
#rSide_wrap,
#Side {
  height: 100% !important;
}

/* ===================================================================================================================
   ■見出し
------------------------------------------------------------------------------------------------------------------- */
/* 中ページ ページタイトル */
/*#naka_page_title {
  margin: 0 0 1em;
}*/

#naka_page_title h1 {
  background: var(--medium_page_background_color);
  color: var(--inside_page_text_color);
  padding: 1em 5%;
  text-align: center;
  border-top: 1px solid #fef11f;
  border-bottom: 1px solid #fef11f;
}

/* ===================================================================================================================
   ■ブロック
------------------------------------------------------------------------------------------------------------------- */
th,
td {
  vertical-align: top;
  white-space: initial !important;
}

.mobile_e1 .icon_list_block {
  box-sizing: border-box;
  width: 100%;
}

.mobile_e1 .entry_post:not(:last-of-type) .icon_list_block {
  padding-bottom: 0 !important;
}

.img_thumb,
.column_1,
.column_2,
.column_3,
.column_4 {
  text-align: center;
}

.img_thumb img,
.column_1 img,
.column_2 img,
.column_3 img,
.column_4 img {
  max-width: 100%;
  /*width: auto;*/
  vertical-align: top;
}

.menu_area td,
.menu_td_text,
.bottom_border {
  /* Dブロック　メニュー部点線 */
  border-color: var(--border_color) !important;
}

.menu_area td,
.menu_td_text {
  vertical-align: top !important;
}

.flow_arr {
  background-size: contain !important;
}

/* K-01、K-02 メール投稿ブロック */
.k_01 .content_area,
.k-02 .content_area {
  line-height: 2;
}

/* Z-J スライドショー */
.z_j1 {
  margin: 0 0 20px;
}

.gallery_box {
  display: inline-block;
  width: 100%;
  height: auto;
}

.j_01 .sub-post {
  margin: 0 10px 20px;
}

.j_01 .content_area .sub-post {
  margin: 0;
}

.z_d1 {
  overflow-x: hidden;
  overflow-y: scroll;
  margin-bottom: 20px;
  max-height: 75vh;
}

/* 必須項目 */
.iqfm-req_color {
  display: block;
  color: var(--required_color);
}

/* メール送信後メッセージボックスのボーダー（デフォルト：グリーン） */
div.wpcf7-mail-sent-ok {
  border-color: var(--border_color) !important;
}

/* お問合せフォーム整形 */
table.iqfm-table {
  margin: 0 auto 1em;
}

table.iqfm-table th,
table.iqfm-table td {
  vertical-align: middle !important;
  white-space: normal !important;
}

table.iqfm-table td {
  min-width: 16em;
}

table.iqfm-table td span.wpcf7-list-item {
  display: block;
  margin: 0;
}

input[type="text"],
input[type="email"],
textarea {
  width: 95%;
}

table.iqfm-table td input[type="text"]:not([size]) {
  width: 96%;
}

table.iqfm-table td input[type="text"][size="4"] {
  width: 4em;
}

/* プライバシーポリシー整形 */
.privacy_block strong {
  font-size: 130%;
  line-height: 2;
}

.privacy_block ul li {
  margin: 0 0 0 20px;
  padding: 0;
  list-style: square outside none;
  line-height: 1.7;
}

.z_g1 .content_area {
  box-shadow: none;
}

/* テーブルブロックのはみ出し禁止 */
.z_g1 .column1,
.z_g1 .column2,
.z_g1 .column3,
.z_g1 .column4 {
  vertical-align: top;
  text-align: left;
  white-space: normal !important;
  word-break: break-all;
}

/* テーブルセルの最小幅設定 */
.menu_area td:before,
.menu_td_text:before,
td.td_name:before,
.z_g1 .column1:before,
.z_g1 .column2:before,
.z_g1 .column3:before,
.z_g1 .column4:before {
  display: block;
  min-width: 4em;
  content: "";
}

#nav-below div a {
  background-size: cover !important;
}

.category-blog .entry-content img:not([src*="wp-social-book"]) {
  max-width: 100%;
  width: auto !important;
  height: auto !important;
}

.entry-content img.alignnone,
.entry-content img.aligncenter,
.entry-content img.alignright,
.entry-content img.alignleft,
.entry-content .photo img {
  min-width: 0;
  max-width: 80%;
  width: auto;
}

.entry-content .alignleft {
  text-align: left;
}

.entry-content .aligncenter {
  text-align: center;
}

.entry-content .alignright {
  text-align: right;
}

.z_m1 {
  margin: 0 10px 10px;
}

.z_m1 { margin: 0 10px 10px; }

/* トップ：メイン設定
---------------------------------------------------------------------------------------------------- */
#video_teaser_sp {
  position: relative;
  margin: 0vw;
  font-size: 0;
}

#video_teaser_sp::before {
  background: url(../files/sp_branding_box_bg.png) no-repeat top center/100%;
  content: "";
  height:160.9375vw;
  position: absolute;
  width: 100%;
  z-index: 2000;
  pointer-events: none;
}

/*  メニューアイコン
---------------------------------------------------------------------------------------------------- */
/*ハンバーガーメニューアイコン*/
#float_header #btn_menu {
  display: none;
  /* top: 20px;
  right: 20px;
  width: 12.5%;
  height: auto; */
}

/*アクセスマップボタン*/
#float_header #menu_access_btn {
  top: 20px;
  right: calc(20px + 12.5%);/*12.5％=ハンバーガーメニューの横幅*/
  width: 12.5%;
  height: auto;
}

/*メニュー左上のロゴの位置
  ※ハンバーガーメニューのtop指定と同じ値を入れる*/
#menu-sp_side {
  background-position: center 20px;
}

/*  scrollfooter（最下部固定 お問い合わせ･TELボタン）
     ※画像差し替えはFTPにてそれぞれ上書き
---------------------------------------------------------------------------------------------------- */
body.has_scroll_footer {
  padding: 0 0 var(--easys_footer_h);
}

.scroll_footer ul {
  background: none transparent;
}

.scroll_footer,
.scroll_footer ul {
  height: var(--easys_footer_h);
}

.scroll_footer ul li {
  width: 50%;
  height: var(--easys_footer_h);
}

.scroll_footer ul li.footer_tel_link {
  left: 0;
}

.scroll_footer ul li.footer_contact_link {
  right: 0;
}

/*  その他
---------------------------------------------------------------------------------------------------- */
#foot #copy {
  background: none;
}

/*コンタクトフォームスパム*/
.grecaptcha-badge {
  visibility: hidden;
}

/*  地図
---------------------------------------------------------------------------------------------------- */
#map_canvas {
  width: 100%;
  height: 450px;
}

/*  googleカレンダー
---------------------------------------------------------------------------------------------------- */
.z_h1 iframe[src^="https://calendar.google.com"] {
  height: 500px;
  display: block !important;
  width: 1000px !important;
  max-width: 100%;
  margin: 0 0 20px;
  border: none !important;
}

/*Contact Form 7 　バグ対応
---------------------------------------------------------------------------------------------------- */
input[type="tel"].wpcf7c-conf {
  min-width: 4em;
}

/*■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■
    ▼SPサイトデザイン▼ここから
■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■*/
/*  タイトルロゴ
===============================================================■■■■■*/
#h1_teaser_image {
  margin: 0;/* ロゴの上下余白調整 */
  background: transparent url(../files/sp_main_logo.png) no-repeat center top / 100% auto;
}
/* fixする場合(ハンバーガーメニューの高さ) 
#h1_teaser_image {
  position: fixed;
  top: 0;
  z-index: 1000;
}*/
/* TOPロゴ非表示 */
#page-6 #h1_teaser_image {
  display: none;
}

/* スライダーの上にロゴを重ねる */
/* #page-6 #slide {
  position: absolute;
  top: 0;
}

#page-6 #jquery_slider_sp {
  margin: 0 0 15px;
  position: relative;
  z-index: 1;
}

#page-6 #h1_teaser_image {
  position: relative;
  z-index: 10;
} */

#h1_teaser_image h1 a img {
  width: 100%;
  height: calc(100vw*(150/var(--easys_base_width)));/*「150」はロゴ画像の高さに変更*/
}
/*  メイン背景画像 - トップページ用(※不要な場合はコメントアウト)
===============================================================■■■■■*/
/*body#page-6 div#main #top_slide {
  padding-bottom: calc(100vw * (870 / var(--easys_base_width)));/*「870」はメイン画像の高さに変更*/
  /* background: transparent url(../files/sp_top_bg.png) no-repeat center bottom / 100% auto;
}*/
/*  メイン背景画像 - 中ページ用(※不要な場合はコメントアウト)
===============================================================■■■■■*/
/* body:not(#page-6) div#main #top_slide { */
  /*中ページにメインに1枚の画像を使用する場合*/
  /*padding-bottom: calc(100vw*(870/var(--easys_base_width)));*/
  /*中ページロゴ背景画像を使用する場合*/
  /* background: transparent url(../files/sp_naka_bg.png) no-repeat center bottom / 100% auto;
} */
/*  フッター - コピーライト
===============================================================■■■■■*/
address#copyright {
  display: block;
  background: url(/files/sp_footer_img.png) no-repeat center top;
  background-color: var(--copyright_background_color);
  color: var(--copyright_characters_color);
  font-style: normal;
  font-size: 12px;
}

#copyright {
  padding: 77vw 0 0;
  height: 26vw;
  background-size: 100% !important;
  position: relative;
}

#copyright::before {
  content: "";
  position: absolute;
  background: url(/files/sp_footer_bg.png);
  bottom: calc(100vw * (112 / var(--easys_base_width)));
  left: 0;
  width: 100%;
  height: 45px;
  z-index: -1;
}


/*  ■メインコンテンツ背景
===============================================================■■■■■*/
html,
body,
#Wrap {
  background-color: var(--basic_background_color);
  /*background: var(--basic_background_color) url(../files/sp_html_bg.png);*/
}
/*  ○ 両サイドナビゲーション背景
===============================================================■■■■■*/
#Side_wrap {
  background-color: var(--navigation_background_color);
  /*background: var(--navigation_background_color) url(../files/sp_navi_bg.png);*/
}
/*  サイト全体 テキストカラー：文字色
===============================================================■■■■■*/
body {
  color: var(--body_text_color);
}
/*  サイト全体 リンクカラー：リンク文字色
===============================================================■■■■■*/
* a {
  color: var(--link_color);
}
/*  サイト全体 リンクカラー：リンク文字色（マウスオーバー）
===============================================================■■■■■*/
* a:hover {
  color: var(--link_color);
}

/*  大見出し(h2見出し)
===============================================================■■■■■*/
* .headline_title {
  box-sizing: border-box;
  color: var(--h2_heading_text_color);
  background: transparent url(../files/sp_headline_title_bg.png) no-repeat center top / 100% auto;
  padding: 20vw 2.5% 5vw;
}
/*  大見出し(h2見出し)：リンクカラー
===============================================================■■■■■*/
* .headline_title a {
  color: var(--h2_heading_link_color);
  font-weight: bold;
}
* .headline_title a:hover {
  color: var(--h2_heading_link_color);
}
/*  見出し(h3見出し)
===============================================================■■■■■*/
/*  ウィジェットタイトル(ウィジェット見出し)
===============================================================■■■■■*/
/*  ブログ見出し：グラデーション
===============================================================■■■■■*/
* .entry_title,
* .widget-title,
* .widget-title2,
.top-back.unity_title,
#content .type-post .entry_title {
  box-sizing: border-box;
  color: var(--h3_heading_text_color);
  background: transparent url(../files/sp_entry_title_bg.png) no-repeat center top / 100% auto;
}
/*  見出し(h3見出し)：リンクカラー
===============================================================■■■■■*/
/*  ウィジェットタイトル(ウィジェット見出し)：リンクカラー
===============================================================■■■■■*/
/*  ブログ見出し：リンクカラー
===============================================================■■■■■*/
* .entry_title a,
* .widget-title a,
* .widget-title2 a,
.top-back.unity_title a,
#content .type-post .entry_title a {
  color: var(--h3_heading_link_color);
  font-weight: bold;
}
* .entry_title a:hover,
* .widget-title a:hover,
* .widget-title2 a:hover,
.top-back.unity_title a:hover,
#content .type-post .entry_title a:hover {
  color: var(--h3_heading_link_color);
}
/*  小見出し(h4小見出し)
===============================================================■■■■■*/
* .sub_post_title {
  box-sizing: border-box;
  color: var(--h4_subheading_text_color);
  background: transparent url(../files/sp_sub_title_bg.png) no-repeat center bottom / 100% auto;
}
/*  小見出し(h4小見出し)：リンクカラー
===============================================================■■■■■*/
* .sub_post_title a {
  color: var(--h4_subheading_link_color);
  font-weight: bold;
}
* .sub_post_title a:hover {
  color: var(--h4_subheading_link_color);
}
/*  インラインタイトル(インライン)
===============================================================■■■■■*/
.inline_title,
small a,
.tablenav .page-numbers,
.navigation .nav-next a,
.navigation .nav-previous a,
.pageback a,
.permalink_in a {
  box-sizing: border-box;
  border: none;
  color: var(--inline_characters_color);
  background: transparent url(../files/sp_inline_title_bg.png) no-repeat center top / 100% auto;
}
.inline_title,
small a {
  text-align: center;
}
.comment_title {
  border-left: 5px solid var(--inline_border_color);
}
/*  インラインタイトル(インライン)：リンクカラー
===============================================================■■■■■*/
.inline_title a {
  color: var(--inline_link_color);
}
small a,
.tablenav a,
.navigation .nav-next a,
.navigation .nav-previous a,
.pageback a,
.permalink_in a {
  color: var(--inline_link_color) !important;
  font-weight: bold;
}
.inline_title a:hover,
small a:hover,
.tablenav a:hover,
.navigation .nav-next a:hover,
.navigation .nav-previous a:hover,
.pageback a:hover,
.permalink_in a:hover {
  color: var(--inline_link_color) !important;
}

/* ページ共通：テーブル	
===============================================================■■■■■*/	
/*テーブル設定*/
.iqfm-table tr th {
  width: 25%;
}

.iqfam-table tr th,
.iqfm-table tr td,
td.td_name,
td.td_value,
td.coupon_meta_title,
td.coupon_meta,
td.coupon_data {
  box-sizing: border-box;
}

.easys_content:not(.ne_01) table:not(#wp-calendar) th {
  width: 25% !important;
}

.easys_content:not(.ne_01) table:not(#wp-calendar) tr > * {
  box-sizing: border-box !important;
  border: none !important;
  background: none var(--th_background_color);
  color: var(--td_character_color);
}

.easys_content:not(.ne_01) table:not(#wp-calendar) tr > *:first-child {
  border-left: solid 1px var(--table_border_color) !important;
  color: var(--th_character_color);
}

.easys_content:not(.ne_01) table:not(#wp-calendar) {
  border-spacing: 0 10px !important;
  border-collapse: separate;
}

/*黒背景お問い合わせフォームテキストカラー修正
---------------------------------------------------------------------------------------------------- */
input.wpcf7c-conf {
  color: #ffffff;
}

textarea.wpcf7c-conf {
  color: #ffffff;
}


/* ▲テーブル設定▲ここまで */

/*  新着リスト：ベースカラー
===============================================================■■■■■*/
.nq_01 .list_block {
  border: 1px solid var(--link_color);
}
/* インデント */
.nq_01 h2.post_read_title .border_line {
  border-left: 5px solid var(--link_color);
}
/* リスト見出し */
.nq_01 h2.post_read_title {
  padding: 10px;
  border-bottom: 1px solid var(--link_color);
}
/* リストボーダー */
.nq_01 .list_box {
  border-bottom: 1px dotted var(--link_color);
}
/* 日付ボーダー */
.nq_01 .list_box .date,
.nq_01 .list_box_last .date {
  border-bottom: 1px dashed var(--link_color);
}
/* 新着リスト：文字色 */
.nq_01 .list_block {
  color: var(--link_color);
}
/*  投稿カレンダー：今日のテーブルセル背景色
===============================================================■■■■■*/
#calendar_wrap table tr td#today {
  background-color: var(--link_color);
}
#calendar_wrap table tr td a {
  text-decoration: underline;
}
#calendar_wrap table tr td a:hover {
  text-decoration: none;
}
/* fffか333かサイト背景色 */
#calendar_wrap table tr td#today,
#calendar_wrap table tr td#today a {
  color: #ffffff;
}
/*  HTMLリセット
===============================================================■■■■■*/
html {
  margin-top: 0 !important;
}
* html body {
  margin-top: 0 !important;
}
/*■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■
    ▲SPサイトデザイン▲ここまで
■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■*/
/* 自動マージン */
/* 対象のマージンを消す */
.no_margin {
  margin: 0;
}
/* もし記事が割り込まれたらマージンを入れる */
.no_margin + :not(.no_margin) {
  margin-top: 5%;
}

/* ＝＝＝デザインブロックスクロールギミック共通＝＝＝ */
.design_block:not(#rkr9212h8u9z2755wp14 .design_block.block1,#s1ie22w8ww05d6snkwzv .design_block.block1,
#oqi3yhcg1fmygc0o5hgj .design_block.block1) {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  opacity: 0;
  transition: 1s ease 0s;
  pointer-events: none;
}
  
.design_block.moved:not(#rkr9212h8u9z2755wp14 .design_block.block1,#s1ie22w8ww05d6snkwzv .design_block.block1,#oqi3yhcg1fmygc0o5hgj .design_block.block1) {
  opacity: 1;
  transform: translate(0px, 0px)rotate3d(0, 0, 1, 0)!important;
}

/*  デザインブロック DB
---------------------------------------------------------------------------------------------------- */
.db *[class*="title"] {
    display: none;
}

/*  DB1
#rkr9212h8u9z2755wp14
--------------------------------------------------------------- */
#rkr9212h8u9z2755wp14 {
  position: relative;
  padding: 150vw 5% 0vw !important;
  background: url(../files/sp_block_01_bg_01.png) no-repeat center top / 100%;
}

/*  DB2
#nwt448306j3qwo6zbt3q
--------------------------------------------------------------- */
#nwt448306j3qwo6zbt3q {
  position: relative;
  padding: 76vw 5% 87vw !important;
  background: url(../files/sp_block_02_bg_01.png) no-repeat center top / 100%;
}

#nwt448306j3qwo6zbt3q::before {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 167.1875vw;
  background: url(../files/sp_block_02_bg_03.png)no-repeat center top /100%;
  content: "";
  z-index: 1;
  pointer-events: none;
}

#nwt448306j3qwo6zbt3q .design_block.block1 {
  top: 0;
  height: 167.1875vw;
  background: url(../files/sp_block_02_bg_02.png) no-repeat center top / 100%;
  transform: translateY(100px);
}

#nwt448306j3qwo6zbt3q .design_block.block2 {
  top: 0;
  height: 167.1875vw;
  background: url(../files/sp_block_02_bg_04.png) no-repeat center top / 100%;
  transform: translateY(100px);
  transition-delay: 0.3s !important;
}

#nwt448306j3qwo6zbt3q .design_block.block3 {
  top: 0;
  height: 167.1875vw;
  background: url(../files/sp_block_02_bg_05.png) no-repeat center top / 100%;
  transform: translateY(100px);
  transition-delay: 0.6s !important;
}

/*  DB3
#s1ie22w8ww05d6snkwzv
--------------------------------------------------------------- */
#s1ie22w8ww05d6snkwzv {
  position: relative;
  padding: 177vw 5% 5vw !important;
  background: #fef11f url(../files/sp_block_03_bg_01.png) no-repeat center top / 100%;
  color: #000000;
}

#s1ie22w8ww05d6snkwzv .design_block.block1 {
  background: url(/files/sp_block_03_bg_02.png) no-repeat center top / 100%;
  width: 100%;
  left: 0;
  height: 110.9375vw;
  position: absolute;
  top: 62vw;
  transform: translate(0px, 0px) scale(0);
  transform-origin: center center;
  transition: all 0.8s cubic-bezier(.40, .45, .7, 2) 0s;
}

#s1ie22w8ww05d6snkwzv .design_block.block1.moved {
  transform: translate(0px, 0px) scale(1);
}

#s1ie22w8ww05d6snkwzv .design_block.block2 {
  background: url(../files/sp_block_03_bg_03.png) no-repeat center top / 100%;
  top: 62vw !important;
  height: 110.9375vw;
  transform: translateY(100px);
}

/*  DB4
#hugc5pvz4a2ffmwafx55
--------------------------------------------------------------- */
#hugc5pvz4a2ffmwafx55 {
  position: relative;
  padding: 90vw 5% 5vw !important;
  background: url(../files/sp_block_04_bg_01.png) no-repeat center top / 100%;
}

#hugc5pvz4a2ffmwafx55::after {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 85.9375vw;
  background: url(../files/sp_block_04_bg_03.png)no-repeat center top /100%;
  content: "";
}

#hugc5pvz4a2ffmwafx55 .design_block.block1 {
  top: 0 !important;
  height: 85.9375vw;
  background: url(../files/sp_block_04_bg_02.png) no-repeat center top / 100%;
  transform: translateY(100px);
}

/*  DB5
#vxfuvv0ilxw2kocvtb8h
--------------------------------------------------------------- */
#vxfuvv0ilxw2kocvtb8h {
  position: relative;
  padding: 130vw 5% 5vw !important;
  background: url(../files/sp_block_05_bg_01.png) no-repeat center top / 100%;
  color: #fff;
}

#vxfuvv0ilxw2kocvtb8h::before {
  position: absolute;
  top: 125vw;
  left: 0;
  width: 100%;
  height: calc(100% - 125vw);
  background: none #515151;
  content: "";
  z-index: -1;
}

#vxfuvv0ilxw2kocvtb8h::after {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 130.46875vw;
  background: url(../files/sp_block_05_bg_03.png)no-repeat center top /100%;
  content: "";
}

#vxfuvv0ilxw2kocvtb8h .design_block.block1 {
  top: 0 !important;
  height: 130.46875vw;
  background: url(../files/sp_block_05_bg_02.png) no-repeat center top / 100%;
  transform: translateX(100px);
}

/*  DB6
#oqi3yhcg1fmygc0o5hgj
--------------------------------------------------------------- */
#oqi3yhcg1fmygc0o5hgj {
  position: relative;
  padding: 116vw 0 15vw !important;
  background: #aeee49 url(../files/sp_block_06_bg_01.png) no-repeat center top / 100%;
  color: #000;
}

#oqi3yhcg1fmygc0o5hgj .design_block.block1 {
  background: url(/files/sp_block_06_bg_02.png) no-repeat center top / 100%;
  width: 100%;
  left: 0;
  height: 46.875vw;
  position: absolute;
  top: 71vw;
  transform: translate(0px, 0px) scale(0);
  transform-origin: center center;
  transition: all 0.8s cubic-bezier(.40, .45, .7, 2) 0s;
}

#oqi3yhcg1fmygc0o5hgj .design_block.block1.moved {
  transform: translate(0px, 0px) scale(1);
}

#oqi3yhcg1fmygc0o5hgj .entry_title {
  display: block;
  text-indent: -99999px;
  padding: 0;
}

#oqi3yhcg1fmygc0o5hgj .content_area {
  padding: 0vw 5%;
}

#oqi3yhcg1fmygc0o5hgj .entry_title:nth-child(3) {
  background: transparent url(/files/sp_block_06_bg_03.png) no-repeat center top / 100%;
  height: 17.1875vw;
}

#oqi3yhcg1fmygc0o5hgj .entry_title:nth-child(5) {
  background: transparent url(/files/sp_block_06_bg_04.png) no-repeat center top / 100%;
  height: 24.21875vw;
}

#oqi3yhcg1fmygc0o5hgj .entry_title:nth-child(7) {
  background: transparent url(/files/sp_block_06_bg_05.png) no-repeat center top / 100%;
  height: 23.4375vw;
}

/*  DB7
#dlqkbrili5zmmc8z1969
--------------------------------------------------------------- */
#dlqkbrili5zmmc8z1969 {
  position: relative;
  padding: 90vw 5% 5vw !important;
  background: url(../files/sp_block_07_bg_01.png) no-repeat center top / 100%;
  color: #fff;
}

#dlqkbrili5zmmc8z1969::after {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 86.71875vw;
  background: url(../files/sp_block_07_bg_03.png)no-repeat center top /100%;
  content: "";
}

#dlqkbrili5zmmc8z1969 .design_block.block1 {
  top: 0 !important;
  height: 86.71875vw;
  background: url(../files/sp_block_07_bg_02.png) no-repeat center top / 100%;
  transform: translateX(100px);
}

/*  DB8
#l01abjqkiy9nsvetfg7h
--------------------------------------------------------------- */
#l01abjqkiy9nsvetfg7h {
  position: relative;
  background: url(../files/sp_block_08_bg_01.png) no-repeat center top / 100%;
  padding: 135vw 5% 5vw !important;
}

#l01abjqkiy9nsvetfg7h::after {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 137.5vw;
  background: url(../files/sp_block_08_bg_06.png)no-repeat center top /100%;
  content: "";
}

#l01abjqkiy9nsvetfg7h .design_block.block1 {
  top: 0 !important;
  height: 137.5vw;
  background: url(../files/sp_block_08_bg_02.png) no-repeat center top / 100%;
  transform: translateX(-100px);
}

#l01abjqkiy9nsvetfg7h .design_block.block2 {
  top: 0 !important;
  height: 137.5vw;
  background: url(../files/sp_block_08_bg_03.png) no-repeat center top / 100%;
  transform: translateX(100px);
  transition-delay: 0.3s !important;
}

#l01abjqkiy9nsvetfg7h .design_block.block3 {
  top: 0 !important;
  height: 137.5vw;
  background: url(../files/sp_block_08_bg_04.png) no-repeat center top / 100%;
  transform: translateY(100px);
  transition-delay: 0.6s !important;
}

#l01abjqkiy9nsvetfg7h .design_block.block4 {
  top: 0 !important;
  height: 137.5vw;
  background: url(../files/sp_block_08_bg_05.png) no-repeat center top / 100%;
  transform: translateY(100px);
  transition-delay: 0.9s !important;
}

/*  バナー bnr
---------------------------------------------------------------------------------------------------- */
/* .bnr バナー＞お問い合わせ
#c16wxxi2k1l2lxomgcd7
#r1zb0wziqakx4mexgach
 */
.bnr {
  position: relative;
  padding: 0 !important;
}

.bnr #html_video01 {
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
}

.bnr div {
  margin: 0 !important;
}

/* コンテンツ画像 */
#i5r3mvwk70wrhkgiks7h div {
  margin: 0!important;
}

#i5r3mvwk70wrhkgiks7h {
  padding: 0!important;
}

/*  ローディング
---------------------------------------------------------------------------------------------------- */
#progress_image {
  animation: fuwafuwa 2s ease-out infinite;
}

@keyframes fuwafuwa {
  0% {
    transform: translateY(0);
}
50% {
    transform: translateY(-30px);
}
100% {
    transform: translateY(0);
}  
}