@charset "utf-8";

@import url('https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@500;700&display=swap');

/* ===================================================================================================================
   ■ 全体
------------------------------------------------------------------------------------------------------------------- */
html {
  background: none #ffffff;
  scroll-padding-top: 80px;
  scroll-behavior: smooth;
}

body {
  position: relative;
  margin: 0 auto;
  min-width: 1300px;
  max-width: 2000px;
  background: url("/files/body_bg.jpg") no-repeat center top;
  word-break: break-word;
  font-family: 'Noto Sans JP', sans-serif;
}

body,
.wpcf7c-conf {
  color:
    #533019;
}

/* Safariのみ */
_:lang(x)+_:-webkit-full-screen-document,
body {
  text-size-adjust: none;
  -webkit-text-size-adjust: none;
}

body#page_6 {
  background: url("/files/body_bg_top.jpg") no-repeat center top;
}

#wrapper {
  background: none transparent;
}

#outer_block {
  background: none transparent;
}

a:link,
a:visited,
a:hover,
a:active {
  color:
    #34b9e4;
}

/* A～Cブロック記事内リンクボタン */
.main_btn a,
.sub_text_btn a {
  background-color:
    #34b9e4;
  color: #ffffff;
}

/* ===================================================================================================================
   ■ ヘッダー
------------------------------------------------------------------------------------------------------------------- */
#branding_box {
  position: relative;
  z-index: 500;
  height: 0px;
  padding: 0 0 850px 0;
  background: none transparent;
}

#page_6 #branding_box {
  height: 0px;
  padding: 0 0 1030px 0;
  background: none transparent;
  overflow: hidden;
}

#page_6 #branding_box::before {
  position: absolute;
  top: 625px;
  left: 0;
  z-index: 1;
  display: block;
  width: 400px;
  height: 350px;
  background: url(/files/slide_dog.png) no-repeat center;
  content: "";
  animation: slideRight 15s linear 0s infinite;
}

@keyframes slideRight {
  0% {
    left: -400px;
  }

  100% {
    left: 100%;
  }
}

/*  H1テキスト
---------------------------------------------------------------------------------------------------- */
#site-description {
  margin: 0 auto;
  width: auto;
  position: absolute;
  top: 110px;
  left: 40px;
  z-index: 752;
}

#site-description a {
  display: inline;
  color:
    #a4ddef;
  /* text-align: right; */
  font-size: 10px !important;
}

/*  サイトロゴ
---------------------------------------------------------------------------------------------------- */
/* ヘッダーのH1～グローバルナビの高さ調整 */
#header_information,
#page_6 #header_information {
  height: 0px;
}

/*ロゴ*/
#header_information .main_header a img {
  position: absolute;
  z-index: 752;
  width: 380px;
  height: 80px;
  top: 25px;
  left: 0;
  background: url("/files/branding_box_bg.png")no-repeat center top;
}

#header_information .main_header a img.fixed {
  position: fixed !important;
  top: 0;
  left: 0;
  transform: none !important;
  z-index: 1000;
}

@media(min-width:2000px) {
  #header_information .main_header a img.fixed {
    left: calc(50% - 1000px) !important;
  }
}


/*  グローバルナビ（access）
---------------------------------------------------------------------------------------------------- */
#access {
  margin: 0 auto;
  position: absolute;
  top: 30px;
  left: 0;
  z-index: 751;
  padding: 0;
  width: 100%;
  height: 80px;
}

div#access .menu-header {
  margin: 0 30px 0 auto;
  width: 810px;
  height: 80px;
}

div#access .menu-item a {
  background-image: none;
  background-repeat: no-repeat;
  background-position: scroll;
  background-color: transparent;
  width: 150px;
  height: 80px;
  margin: 0px;
  padding: 0px;
}

div#access .menu-item a::before,
div#access .menu-item a::after {
  content: '';
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  transition: all .3s;
  opacity: 0;
}

div#access .menu-item a::after {
  opacity: 1;
}

div#access .menu-item a:hover::before {
  opacity: 1;
}

div#access .menu-item a:hover::after {
  opacity: 0;
}

div#access .menu-item a::after {
  background: url("/files/topnavi.png") no-repeat center top;
}

div#access .menu-item a::before {
  background: url("/files/topnavi_on.png") no-repeat center top;
}

div#access .gnavi11 a,
div#access .gnavi11 a::before,
div#access .gnavi11 a::after {
  background-position: left top;
  width: 60px;
}

div#access .gnavi12 a,
div#access .gnavi12 a::before,
div#access .gnavi12 a::after {
  background-position: -60px top;
  width: 120px;
}

div#access .gnavi13 a,
div#access .gnavi13 a::before,
div#access .gnavi13 a::after {
  background-position: -180px top;
}

div#access .gnavi14 a,
div#access .gnavi14 a::before,
div#access .gnavi14 a::after {
  background-position: -330px top;
  width: 200px;
}

div#access .gnavi15 a,
div#access .gnavi15 a::before,
div#access .gnavi15 a::after {
  background-position: -530px top;
}

div#access .gnavi16 a,
div#access .gnavi16 a::before,
div#access .gnavi16 a::after {
  background-position: right top;
  width: 130px;
}

div#access ul.sub-menu li.sub-gnavi a::before,
div#access ul.sub-menu li.sub-gnavi a::after {
  display: none;
}

/*固定時用ナビ*/
#access.fixed {
  position: fixed;
  height: 80px;
  width: 100%;
  max-width: 2000px;
  min-width: 1300px;
  padding: 0;
  top: 0;
  bottom: inherit;
  right: 0;
  left: 0;
  background: rgba(255, 255, 255, 0.85);
  z-index: 999;
}

#access.fixed .menu-header {
  margin: 0 30px 0 auto;
  float: none;
  max-width: 2000px;
  transform: none !important;
}

#access ul.menu ul.sub-menu {
  top: 80px;
}

#access ul.menu ul.sub-menu,
#access ul.menu ul.sub-menu li {
  width: 100%;
}

div#access ul.sub-menu li.sub-gnavi a,
div#access ul.sub-menu li.sub-gnavi2 a {
  width: 100%;
  background: none rgba(240, 251, 255, 0.85);
  color: #533019;
}

#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: #533019;
}

div#access ul.sub-menu li.sub-gnavi a:hover,
div#access ul.sub-menu li.sub-gnavi2 a:hover {
  background: none rgba(240, 251, 255, 0.85);
  color: #34b9e4;
}

#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: #34b9e4;
}

div#access ul.sub-menu li.sub-gnavi {
  border-bottom: none !important;
}

/*  メイン画像
---------------------------------------------------------------------------------------------------- */
/* #main_teaser,
#video_teaser,
#jquery_slider_pc {
  width: 100%;
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  z-index: 99;
  margin: 0 auto;
  width: 100%;
  text-align: center;
}

#main_teaser,
#video_teaser #video_teaser_inner,
#jquery_slider_pc .viewer {
  display: block;
  margin: 0 auto;
  min-width: 1300px;
  max-width: 2000px;
}

#main_teaser img,
#video_teaser #video_teaser_inner video,
#jquery_slider_pc .viewer img {
  width: 100%;
} */

#jquery_slider_pc {
  position: absolute;
  top: 0;
  /*要変更：中ページティザー画像のページ一番からの位置*/
  left: 0;
  width: 100%;
  height: 1030px !important;
  text-align: center;
  z-index: 99;
  margin: 0;
  overflow: hidden;
  min-width: 1300px !important;
  max-width: 2000px;
}

#jquery_slider_pc .viewer {
  margin: 0 auto;
  width: 100%;
  text-align: left;
  overflow: hidden;
  position: relative;
  top: 0;
  left: calc(50% - 1000px) !important;
  width: 2000px !important;
  height: 1030px !important;
}

#main_teaser {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 850px !important;
  text-align: center;
  z-index: 99;
  margin: 0;
  overflow: hidden;
  min-width: 1300px !important;
  max-width: 1920px;
}

#main_teaser img {
  margin: 0 auto;
  width: 100%;
  text-align: left;
  overflow: hidden;
  position: relative;
  top: 0;
  left: calc(50% - 1000px) !important;
  width: 2000px !important;
  height: 850px !important;
}


/* ===================================================================================================================
   ■ サイド
------------------------------------------------------------------------------------------------------------------- */
/* サイドナビ　タイトル */
.widget-title,
.widget-title2 a {
  padding: 0;
  background-image: url(/files/widget_title_bg.png);
  color:
    #533019;
  text-align: center;
}

.widget-title2 a:link,
.widget-title2 a:visited,
.widget-title2 a:hover,
.widget-title2 a:active {
  color:
    #533019;
}

/* サイドナビ　メニュー部分 */
#blog_main .widget-area ul ul li a {
  overflow: hidden;
  background-image: url(/files/widget_list_bg.png);
  color:
    #0d42a2;
  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:
    #666666;
  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:
    #34b9e4;
}

#calendar_wrap table tr td#today,
#calendar_wrap table tr td#today a {
  color: #ffffff;
}

/* ===================================================================================================================
   ■ フッター
------------------------------------------------------------------------------------------------------------------- */
#footer_block {
  position: relative;
  height: 600px;
  background: url(/files/footer_bg.jpg) no-repeat center top;
}

#footer_box {
  height: 600px;
  background: url(/files/footer_box_bg.png) no-repeat center top;
}

#footer-widget-area {
  /*フッターナビの所*/
  display: block;
}

/*  フッターナビ
---------------------------------------------------------------------------------------------------- */
/*中央寄せの場合*/
#footer_sitemap_block {
  position: absolute;
  top: 380px;
  left: 50%;
  margin: 0 auto;
  width: auto;
  transform: translateX(-50%);
}

#footer_sitemap_block #footer-widget-area {
  display: block;
  width: 960px;
}

#footer_sitemap_block #footer-widget-area .widget-area ul.menu {
  border-color:
    #533019;
}

#footer-widget-area .widget-area .menu-item {
  margin-bottom: 0;
}

#footer_sitemap_block #footer-widget-area .widget-area .menu-item a {
  border-color:
    #533019;
  color:
    #533019;
}

#footer_sitemap_block #footer-widget-area .widget-area .menu-item a:hover {
  background-color: transparent;
}

/*  フッター情報
---------------------------------------------------------------------------------------------------- */
/*中央寄せの場合*/
.footer_infomation {
  display: block;
  margin: 0 auto;
  width: 960px;
}

#footer_information .entry-post {
  width: 300px;
  margin: 140px auto 0;
  text-align: center;
}

/*  フッター住所文字色
---------------------------------------------------------------------------------------------------- */
#footer_information .entry-post .post-data>p {
  color:
    #533019;
}

/*  コピーライト
---------------------------------------------------------------------------------------------------- */
#copyright {
  color:
    #84c8f7;
}

/*中央寄せの時*/
#copyright {
  position: absolute;
  top: 490px;
  left: 50%;
  margin: 0;
  transform: translateX(-50%);
  font-size: 10px !important;
}

/*  サイドメニュー
---------------------------------------------------------------------------------------------------- */
.fixed_btn1 {
  position: fixed;
  z-index: 9999;
  right: -30px;
  bottom: 130px;
}

.fixed_btn1 div,
.fixed_btn1 div a {
  height: 100px;
  width: 120px;
}

.fixed_btn1 div {
  margin-top: -8px;
}

.fixed_btn1 #fixed_btn_shop,
.fixed_btn1 #fixed_btn_shop a,
.fixed_btn1 #fixed_btn_products,
.fixed_btn1 #fixed_btn_products a,
.fixed_btn1 #fixed_btn_ibaraki_prefecture a,
.fixed_btn1 #fixed_btn_ibaraki_prefecture a {
  height: 110px;
}

#fixed_btn_products,
#fixed_btn_products a {
  height: 100px !important;
}

.fixed_btn1 div a {
  transition: 0.3s;
  display: block;
}

.fixed_btn1 div a:hover {
  transform: translateX(-10px);
}

#float_top_btn {
  bottom: 0px;
  position: fixed;
  right: 30px;
  z-index: 999;
}


/*  スクロールトップ
---------------------------------------------------------------------------------------------------- */
#float_top_btn {
  right: 20px;
  bottom: 0px;
}

#float_top_btn a:hover img {
  opacity: 0.8;
}

/* ===================================================================================================================
   ■ コンテンツ
------------------------------------------------------------------------------------------------------------------- */
#container_top {
  padding: 0;
}

#container_top.single_post {
  padding: 0 0 50px;
}

/*  見出し
---------------------------------------------------------------------------------------------------- */
.headline_title {
  background-image: url(/files/top_entry_title.png);
  color:
    #533019;
}

h3.entry_title,
.entry_title,
.entry-title {
  /* サイズ、背景、余白などはこちら */
  background-image: url(/files/entry_title_bg.png);
  color:
    #533019;
}

/*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:
    #533019;
}

/* 見出しリンクボタン */
.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:
    #533019;
}

/* 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:
    #533019;
}

* .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:
    #533019;
}

/* B-03など小見出し用 */
* .sub_entry_title {
  background: url(/files/sub_entry_title_bg.png) no-repeat scroll left top transparent;
  color:
    #533019;
}

/*
* .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:
    #533019;
}

/* 小見出しリンクボタン */
.sub_entry_title span.read_more_btn a,
.sub_entry_title span.read_more_btn a:hover {
  background-image: url(/files/sub_read_more_btn.png);
}

.sub_entry_title span.read_more_btn a:hover {
  opacity: 0.8;
}

* .mid_sub_entry_title {
  background-image: url(/files/sub_entry_title_bg_w570.png);
  font-size: 20px;
}

* .mid_sub_entry_title,
* .mid_sub_entry_title a {
  color:
    #533019;
}

/* C-01など3列表示インラインタイトル用 */
* .inline_title {
  background-image: url(/files/column3_title_bg.png);
}

* .inline_title,
* .inline_title a {
  color:
    #533019;
}

/* クーポンの本文見出しなど、固定幅でないインラインタイトル用 */
.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 transparent;
  color:
    #533019;
  text-align: left;
  font-size: 15px;
  line-height: 1.7;
}

/* 詳細画面の下部「コメント」見出し */
.indent_border {
  width: 685px;
  border-color:
    #34b9e4;
}

/* 大きな地図で見る */
small {
  border-color:
    #34b9e4;
}

small a {
  padding: 5px 0;
  width: 100%;
  color:
    #34b9e4 !important;
  text-align: center !important;
}

small a:hover {
  background-color:
    #34b9e4 !important;
  color: #ffffff !important;
}

#rf8jvyojuils00h86sxy .html_post small {
  height: 36px;
  margin: 10px auto;
}

#rf8jvyojuils00h86sxy .html_post small a {
  height: 36px;
}

/*  テーブル
---------------------------------------------------------------------------------------------------- */
.easys_content:not(.ne_01) table:not(#wp-calendar) tr>* {
  border: none !important;
  background: none #eafaff;
  color:
    #533019;
  box-sizing: border-box;
}

.easys_content:not(.ne_01) table:not(#wp-calendar) {
  border-collapse: separate;
  border-spacing: 0 10px !important;
}

table.iqfm-table td {
  min-width: 7em;
}

/*メール送信後メッセージボックスのボーダー（デフォルト：グリーン）*/
div.wpcf7-mail-sent-ok {
  border-color:
    #666666 !important;
}

/* Dメニュー下線 */
.td_cell {
  border-color:
    #666666;
  vertical-align: top;
}

.table_area table tr td {
  border: solid 1px transparent !important;
  border-right: none !important;
  border-left: none !important;
  background: none transparent;
}

/*  ページ遷移ボタン（詳細ブロックやページ送りのナビ用）
---------------------------------------------------------------------------------------------------- */
.tablenav {
  padding: 1em 0;
}

a.page-numbers,
.tablenav .current,
.permalink_in a,
.pageback a,
.page_up a {
  border-style: solid;
  border-color:
    #34b9e4;
  background: none transparent;
  color:
    #34b9e4 !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:
    #34b9e4;
  background-color:
    #34b9e4;
}

.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:
    #34b9e4;
  background: none #34b9e4;
  color: #ffffff !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;
  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 #34b9e4;
  background-color: transparent;
  color:
    #34b9e4;
}

div.link_list a:hover {
  border: 1px solid #34b9e4;
  background-color:
    #34b9e4;
  color: #ffffff;
}

.faq-title {
  background-color:
    #34b9e4;
  color: #ffffff;
  font-weight: normal;
}

/*  メールフォーム
---------------------------------------------------------------------------------------------------- */
.iqfm-table td input[type="text"]:not([size]) {
  width: 75%;
}

/* 必須項目 */
.iqfm-req_color {
  color:
    #34b9e4;
}

.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:
    transparent;
  color:
    #533019;
}

.coupon_box table tr td.coupon_meta {
  background-color:
    #eafaff;
  color:
    #533019;
}

.e-04 .menu_area td {
  height: 3.5em;
}

.e-04 .menu_area .parent_title {
  height: auto;
  font-size: 120%;
}

/*  ブログ
---------------------------------------------------------------------------------------------------- */
#nav-below div {
  border-color: #000000;
}

#nav-below .nav-next {
  padding: 0 0 0 10px;
}

#blog_main .entry-title {
  padding: 15px 20px 15px 20px;
  height: auto;
  background-image: url(/files/blog_title.png);
  background-position: center bottom;
  line-height: 1.5;
}

#blog_main .entry-title,
#blog_main .entry-title a {
  color:
    #533019;
}

.img_size_thumb {
  overflow: hidden;
  width: 150px;
  height: 150px;
}

/*  ローディング画面
---------------------------------------------------------------------------------------------------- */
.black-screen {
  background-color: #000000;
}

.black-screen>.inner {
  top: calc(50vh - (5vw / 2));
  width: 3vw;
  height: 3vw;
  background-image: url("/files/loading.svg");
}

/*  地図
---------------------------------------------------------------------------------------------------- */
#map_canvas {
  margin: 0 0 20px;
  width: 100%;
  height: 450px;
}

/*  googleカレンダー
---------------------------------------------------------------------------------------------------- */
iframe[src^="https://calendar.google.com"] {
  border: none !important;
}

/* ページ内リンクアンカー位置調整 */
a[id^="anchor"] {
  display: block;
  visibility: hidden;
  margin-top: -110px;
  height: 110px;
  content: "";
}

/* ============================== ↓↓各ブロックの個別CSSはこちらに記述↓↓ ============================== */
/*上下左右フェードインギミック------------------------------------*/
.f_up,
.f_down,
.f_left,
.f_right,
.f_blur {
  opacity: 0;
  transform-origin: center;
  transition: 1s ease 0s;
}

.moved {
  top: 0;
  opacity: 1;
}

.f_up {
  transform: translate(0px, -100px);
}

.f_down {
  transform: translate(0px, 100px);
}

.f_left {
  transform: translate(-100px, 0px);
}

.f_right {
  transform: translate(100px, 0px);
}

.f_blur {
  filter: blur(15px);
}

.moved {
  transform: translate(0px, 0px);
  filter: blur(0);
}

/*全体フェードイン　Dブロックは解除*/
.easys_content_inner:not(.nd_01 .easys_content_inner) {
  transition: all 1s ease 0s;
  transform: translate(0px, 100px);
  opacity: 0;
}

.easys_content_inner.moved_all:not(.nd_01 .easys_content_inner.moved_all) {
  transform: translate(0px, 0px);
  opacity: 1;
}

/* 対象のマージンを消す */
.easys_content.no_margin {
  margin: 0;
}

/* もし記事が割り込まれたらマージンを入れる */
.easys_content.no_margin+.easys_content:not(.no_margin) {
  margin-top: 70px;
}

.easys_content.no_margin.nk_01 [class*="title"] {
  margin-bottom: 0;
  padding-bottom: 25px;
}

/* デザインブロック共通設定
--------------------------------------- */
/*追加画像*/
.add_images {
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  pointer-events: none;
}

.db_block {
  margin-top: 0 !important;
}

.db_block *[class*="title"] {
  display: none;
}

.db_block .post_data p {
  font-weight: bold;
}

.easys_content .sub_post .float_left {
  float: left !important;
}

.easys_content .sub_post .float_right {
  float: right !important;
}

#page_6 #outer_block:not(.shosai #page_6 #outer_block) {
  padding-top: 0;
}

/* ===========================================================================
     トップページ
=========================================================================== */
/*セカンドメイン＞オンラインショップ
ul0kgyovd18jnwairjum
--------------------------------------- */
#ul0kgyovd18jnwairjum {
  background: url(/files/2nd_bg03.jpg) no-repeat center top;
}

#ul0kgyovd18jnwairjum,
#ul0kgyovd18jnwairjum .easys_content_inner {
  width: 100%;
  height: 970px;
  position: relative;
  padding: 0;
}

#ul0kgyovd18jnwairjum .margin-bottom_50 {
  margin-bottom: 0;
}

#ul0kgyovd18jnwairjum .eyecatch {
  display: block;
  position: absolute;
  top: 460px;
  left: calc(50% - 480px);
  width: 960px;
}

#ul0kgyovd18jnwairjum .eyecatch a {
  display: block;
  position: relative;
  overflow: hidden;
  padding-top: 200px;
  height: 0;
}

#ul0kgyovd18jnwairjum .eyecatch a img {
  opacity: 1;
  position: absolute;
  top: 0;
  left: 0;
}

#ul0kgyovd18jnwairjum .eyecatch a::before {
  display: block;
  content: '';
  width: 100%;
  height: 100%;
  pointer-events: none;
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  background: url(/files/2nd_btn_on.png) no-repeat center top / 100%;
  z-index: 99;
  opacity: 0;
  transition: all 0.4s;
}

#ul0kgyovd18jnwairjum .eyecatch a:hover::before {
  opacity: 1;
}

#ul0kgyovd18jnwairjum .img01 {
  background: url(/files/2nd_bg01.png) no-repeat center top;
  width: 450px;
  height: 220px;
  position: absolute;
  top: 80px;
  left: calc(50% - 450px);
}

#ul0kgyovd18jnwairjum .img02 {
  background: url(/files/2nd_bg02.png) no-repeat center top;
  width: 500px;
  height: 220px;
  position: absolute;
  top: 80px;
  left: calc(50% - 50px);
  transition-delay: .3s;
}

/*DB>皆様にワクワクをお届け
gli68slqjb01i1gtldp6
--------------------------------------- */
#gli68slqjb01i1gtldp6 {
  position: relative;
  background: url(/files/db01_bg02.jpg) no-repeat center top;
}

#gli68slqjb01i1gtldp6,
#gli68slqjb01i1gtldp6 .easys_content_inner,
#gli68slqjb01i1gtldp6 .entry_post {
  height: 1200px;
}

#gli68slqjb01i1gtldp6 .text_box {
  width: 400px;
  margin: 450px auto 0 80px;
}

#gli68slqjb01i1gtldp6 .img01 {
  background: url(/files/db01_bg01.png) no-repeat center top;
  width: 130px;
  height: 200px;
  position: absolute;
  top: 410px;
  left: calc(50% + 273px);
  animation: 1.5s ease-in-out infinite alternate huwahuwa;
}

@keyframes huwahuwa {
  0% {
    transform: translateY(0);
  }

  100% {
    transform: translateY(10px);
  }
}

/*バナー＞家電商品一覧／  茨城県特産品一覧（※top）
w42xwr64h0zsrhh6v4xh
--------------------------------------- */
/* #w42xwr64h0zsrhh6v4xh {
  position: absolute;
  top: 707px;
  left: 0;
  right: 0;
  margin: 0 auto;
  z-index: 99;
}

#w42xwr64h0zsrhh6v4xh .easys_content_inner {
  width: 1140px;
  height: 200px;
  padding: 0;
}

#w42xwr64h0zsrhh6v4xh .eyecatch {
  width: 100%;
}

#w42xwr64h0zsrhh6v4xh .margin-bottom_30 {
  margin-bottom: 0;
}

#w42xwr64h0zsrhh6v4xh .field_2col {
  width: 550px !important;
  position: relative;
}

#w42xwr64h0zsrhh6v4xh .field_2col::before {
  display: block;
  content: '';
  width: 100%;
  height: 100%;
  position: absolute;
  pointer-events: none;
  transition: all .5s;
}

#w42xwr64h0zsrhh6v4xh .field_2col:hover::before {
  opacity: 1;
}

#w42xwr64h0zsrhh6v4xh .float_left::before {
  background: url(/files/banner_half_kaden_on.png) no-repeat center top;
  opacity: 0;
}

#w42xwr64h0zsrhh6v4xh .float_right::before {
  background: url(/files/banner_half_ibaraki_on.png) no-repeat center top;
  opacity: 0;
}

#w42xwr64h0zsrhh6v4xh .eyecatch a img {
  opacity: 1;
} */

#w42xwr64h0zsrhh6v4xh {
  position: absolute;
  top: 707px;
  left: 0;
  right: 0;
  margin: 0 auto;
  z-index: 99;
}

#w42xwr64h0zsrhh6v4xh .easys_content_inner {
  width: 1146px;
  padding: 0;
  height: 200px;
}

#w42xwr64h0zsrhh6v4xh .eyecatch {
  width: 370px !important;
  height: 200px;
}

#w42xwr64h0zsrhh6v4xh .margin-bottom_30,
#w42xwr64h0zsrhh6v4xh .margin-bottom_50 {
  margin-bottom: 0;
}

#w42xwr64h0zsrhh6v4xh .img_display {
  display: flex;
  justify-content: space-between;
}

#w42xwr64h0zsrhh6v4xh .field_1col {
  width: 370px !important;
  height: 200px;
  position: relative;
}

#w42xwr64h0zsrhh6v4xh .field_1col::before {
  display: block;
  content: '';
  width: 100%;
  height: 100%;
  position: absolute;
  pointer-events: none;
  opacity: 0;
  transition: all .5s;
}

#w42xwr64h0zsrhh6v4xh .field_1col:hover::before {
  opacity: 1;
}

#w42xwr64h0zsrhh6v4xh div:nth-child(1 of [class*="field_"])::before {
  background: url(/files/banner_half_kaden_on.png) no-repeat center top / 100%;
}

#w42xwr64h0zsrhh6v4xh div:nth-child(2 of [class*="field_"])::before {
  background: url(/files/banner_half_sundries_on.png) no-repeat center top / 100%;
}

#w42xwr64h0zsrhh6v4xh div:nth-child(3 of [class*="field_"])::before {
  background: url(/files/banner_half_interior_on.png) no-repeat center top / 100%;
}

#w42xwr64h0zsrhh6v4xh .eyecatch a img {
  opacity: 1;
}

/*DB>季節の一押し商品をご紹介
cnyzgwkl1pjmq5qev09q
--------------------------------------- */
#cnyzgwkl1pjmq5qev09q {
  position: relative;
  background: url(/files/db02_bg02.jpg) no-repeat center top;
}

#cnyzgwkl1pjmq5qev09q,
#cnyzgwkl1pjmq5qev09q .easys_content_inner,
#cnyzgwkl1pjmq5qev09q .entry_post {
  height: 1200px;
}

#cnyzgwkl1pjmq5qev09q .text_box {
  width: 480px;
  margin: 470px auto 0 392px;
}

#cnyzgwkl1pjmq5qev09q .img01 {
  background: url(/files/db02_bg01.png) no-repeat center top;
  width: 330px;
  height: 420px;
  position: absolute;
  top: 304px;
  left: calc(50% - 480px);
  animation: 1.5s ease-in-out infinite alternate huwahuwa;
}

#cnyzgwkl1pjmq5qev09q .sub_text_btn,
#cnyzgwkl1pjmq5qev09q .sub_text_btn a {
  margin: 0;
  padding: 0;
  display: block;
  text-indent: -9999px;
  position: relative;
}

#cnyzgwkl1pjmq5qev09q .sub_post_0 {
  position: absolute;
  top: 788px;
  left: calc(50% - 570px);
  margin: 0;
  width: auto;
}

#cnyzgwkl1pjmq5qev09q .sub_post_0 .sub_text_btn a {
  width: 370px;
  height: 200px;
  background: url(/files/db02_btn_kaden.png) no-repeat center;
}

#cnyzgwkl1pjmq5qev09q .sub_post_0 .sub_text_btn a::before {
  content: '';
  display: block;
  background: url("/files/db02_btn_kaden_on.png") no-repeat center top;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  pointer-events: none;
  transition: opacity 0.3s ease 0s;
  opacity: 0;
}

#cnyzgwkl1pjmq5qev09q .sub_post_0 .sub_text_btn a:hover::before {
  opacity: 1;
}

#cnyzgwkl1pjmq5qev09q .sub_post_1 {
  position: absolute;
  top: 788px;
  left: calc(50% - 185px);
  margin: 0;
  width: auto;
}

#cnyzgwkl1pjmq5qev09q .sub_post_1 .sub_text_btn a {
  width: 370px;
  height: 200px;
  background: url(/files/db02_btn_sundries.png) no-repeat center;
}

#cnyzgwkl1pjmq5qev09q .sub_post_1 .sub_text_btn a::before {
  content: '';
  display: block;
  background: url("/files/db02_btn_sundries_on.png") no-repeat center top;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  pointer-events: none;
  transition: opacity 0.3s ease 0s;
  opacity: 0;
}

#cnyzgwkl1pjmq5qev09q .sub_post_1 .sub_text_btn a:hover::before {
  opacity: 1;
}


#cnyzgwkl1pjmq5qev09q .sub_post_2 {
  position: absolute;
  top: 788px;
  left: calc(50% + 200px);
  margin: 0;
  width: auto;
}

#cnyzgwkl1pjmq5qev09q .sub_post_2 .sub_text_btn a {
  width: 370px;
  height: 200px;
  background: url(/files/db02_btn_interior.png) no-repeat center;
}

#cnyzgwkl1pjmq5qev09q .sub_post_2 .sub_text_btn a::before {
  content: '';
  display: block;
  background: url("/files/db02_btn_interior_on.png") no-repeat center top;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  pointer-events: none;
  transition: opacity 0.3s ease 0s;
  opacity: 0;
}

#cnyzgwkl1pjmq5qev09q .sub_post_2 .sub_text_btn a:hover::before {
  opacity: 1;
}

/*バナー＞オンラインショップはこちら（※top）
g6gevvlzkeni00vh1d71
--------------------------------------- */
#g6gevvlzkeni00vh1d71 {
  height: 500px;
  position: relative;
  overflow: hidden;
  margin-bottom: 20px;
}

#g6gevvlzkeni00vh1d71 .easys_content_inner,
#g6gevvlzkeni00vh1d71 .img_display {
  padding: 0;
  overflow: visible !important;
}

#g6gevvlzkeni00vh1d71 .eyecatch {
  width: 100%;
  position: relative;
}

#g6gevvlzkeni00vh1d71 .eyecatch::before {
  display: block;
  content: '';
  width: 2000px;
  height: 500px;
  background: url(/files/banner_shop_bg.jpg) no-repeat center;
  transition: all 0.3s;
  pointer-events: none;
  position: absolute;
  top: 0;
  left: calc(50% - 1000px);
  right: 0;
  margin: auto;
  z-index: -1;
}

#g6gevvlzkeni00vh1d71 .eyecatch a img {
  transition: all .3s;
}

#g6gevvlzkeni00vh1d71 div {
  margin-bottom: 0;
}

#g6gevvlzkeni00vh1d71 .eyecatch a:hover img {
  opacity: 1;
  transform: scale(1.05);
}

/*バナー＞お問い合わせ（※top）
p6xhq7rjlnvgn1db2dke
--------------------------------------- */
#p6xhq7rjlnvgn1db2dke {
  height: 500px;
  position: relative;
  overflow: hidden;
  margin-bottom: 20px;
}

#p6xhq7rjlnvgn1db2dke .easys_content_inner,
#p6xhq7rjlnvgn1db2dke .img_display {
  padding: 0;
  overflow: visible !important;
}

#p6xhq7rjlnvgn1db2dke .eyecatch {
  width: 100%;
  position: relative;
}

#p6xhq7rjlnvgn1db2dke .eyecatch::before {
  display: block;
  content: '';
  width: 2000px;
  height: 500px;
  background: url(/files/banner_contact_bg.jpg) no-repeat center;
  transition: all 0.3s;
  pointer-events: none;
  position: absolute;
  top: 0;
  left: calc(50% - 1000px);
  right: 0;
  margin: auto;
  z-index: -1;
}

#p6xhq7rjlnvgn1db2dke .eyecatch a img {
  transition: all .3s;
}

#p6xhq7rjlnvgn1db2dke div {
  margin-bottom: 0;
}

#p6xhq7rjlnvgn1db2dke .eyecatch a:hover img {
  opacity: 1;
  transform: scale(1.05);
}

/*バナー＞Amazon・楽天（※top）
rdnxjqsv2ons6vfvczhv
--------------------------------------- */
#rdnxjqsv2ons6vfvczhv {
  background: url(/files/banner_half_bg.jpg) no-repeat center top;
  padding: 150px 0;
  margin-bottom: 20px;
}

#rdnxjqsv2ons6vfvczhv .easys_content_inner {
  width: 1146px;
  padding: 0;
}

#rdnxjqsv2ons6vfvczhv .eyecatch {
  width: 370px !important;
  height: 200px;
}

#rdnxjqsv2ons6vfvczhv .margin-bottom_30,
#rdnxjqsv2ons6vfvczhv .margin-bottom_50 {
  margin-bottom: 0;
}

#rdnxjqsv2ons6vfvczhv .img_display {
  display: flex;
  justify-content: space-between;
}

#rdnxjqsv2ons6vfvczhv .field_1col {
  width: 370px !important;
  height: 200px;
  position: relative;
}

#rdnxjqsv2ons6vfvczhv .field_1col::before {
  display: block;
  content: '';
  width: 100%;
  height: 100%;
  position: absolute;
  pointer-events: none;
  opacity: 0;
  transition: all .5s;
}

#rdnxjqsv2ons6vfvczhv .field_1col:hover::before {
  opacity: 1;
}

#rdnxjqsv2ons6vfvczhv div:nth-child(1 of [class*="field_"])::before {
  background: url(/files/banner_half_amazon_on.png) no-repeat center top / 100%;
}

#rdnxjqsv2ons6vfvczhv div:nth-child(2 of [class*="field_"])::before {
  background: url(/files/banner_half_rakuten_on.png) no-repeat center top / 100%;
}

#rdnxjqsv2ons6vfvczhv div:nth-child(3 of [class*="field_"])::before {
  background: url(/files/banner_half_yahoo_on.png) no-repeat center top / 100%;
}

#rdnxjqsv2ons6vfvczhv .eyecatch a img {
  opacity: 1;
}


/*Google翻訳ボタン
---------------------------------------------------------------------------------------------------- */
#glt-translate-trigger {
  background: url(/files/btn_translation.png)no-repeat top center !important;
  width: 150px;
  height: 50px;
  right: 140px !important;
  bottom: 15px !important;
  padding: 0;
  text-indent: 9999px;
  box-shadow: none;
}

#glt-translate-trigger>span {
  display: none;
}

.tool-container {
  padding: 5px;
  bottom: 65px !important;
}