@charset "utf-8";

/*
 * PC用スタイルCSS
 */

/* ↓↓　雛形　レイアウトにあわせて追記・上書きして下さい　↓↓
   後々解読が面倒になるので、必要な箇所のみ記述すること
  （例：背景がPNGになるなら background-image: url("../files/xx_bg.png");　など） */
/* =================================================================================================================== */
/* PCカスタムプロパティ */
:root {
  --basic_background_color: #ffffff;
  --body_text_color: #413828;
  --link_color: #d91414;
  --border_color: #cccccc;
  --table_border_color: transparent;
  --th_background_color: #f5f6f6;
  --td_background_color: #f5f6f6;
  --th_character_color: #413828;
  --td_character_color: #413828;
  --required_color: #d91414;
  --top_h1_color: #ffffff;
  --header_navigation_color: transparent;
  --top_entry_title_color: #3f3d30;
  --entry_title_bg_color: #413828;
  --blog_title_color: #413828;
  --sub_entry_title_bg_color: #d91414;
  --entry_title_bg_w570_color: #413828;
  --sub_entry_title_bg_w570_color: #d91414;
  --half_entry_title_bg_color: #413828;
  --half_sub_entry_title_bg_color: #d91414;
  --column3_title_bg_color: #ffffff;
  --widget_title_bg_color: #ffffff;
  --widget_list_bg_color: #413828;
  --footnavi_color: #ffffff;
  --address_color: #ffffff;
  --copy_color: #766e61;
}
/* 置換以外 */
:root {
  --easys_min_width: 1300; /* EASYSの最小幅(単位なし) */
  --easys_max_width: 2000; /* EASYSの最大幅(単位なし) */
  --easys_top_main_h: 1080; /* トップメインのオリジナル高さ(単位なし) */
  --easys_naka_main_h: 880; /* 中ページメインのオリジナル高さ(単位なし) */
  --easys_sec_main_h: 990; /* セカンドメインのオリジナル高さ(単位なし) */
  --easys_standard_value001: #ffffff; /* A～Cブロック記事内リンクボタン＞文字色 */
  --easys_standard_value002: rgba(255, 255, 255, 0.75); /* プルダウンメニュー＞背景色 */
  --easys_standard_value003: #333333; /* プルダウンメニュー＞文字色 */
  --easys_standard_value004: #666666; /* プルダウンメニュー＞文字色(ホバー時) */
  --easys_standard_value005: #ffffff; /* カレンダーの本日＞文字色 */
  --easys_standard_value006: #ffffff; /* 大きな地図で見る＞文字色(ホバー時) */
  --easys_standard_value007: #ffffff; /* ページ遷移ボタン＞線色 */
  --easys_standard_value008: #ffffff; /* ページ遷移ボタン＞文字色 */
  --easys_standard_value009: #000000; /* ブログ＞ページング＞線色 */
}

/* 個人追加 */
:root {
  --main_nav_h: 60px; /* Gナビのheight */
  --fixed_nav_h: 60px; /* 固定ナビのheight */
  --btn_transition: 0.3s; /* ホバーでONOFFふわっと切替 */
}

/* =================================================================================================================== */

/* ===================================================================================================================
   ■ 全体
------------------------------------------------------------------------------------------------------------------- */
html {
  background: var(--basic_background_color);
  scroll-padding-top: var(--fixed_nav_h);
  /* scroll-behavior: smooth; */
}

body {
  position: relative; /*2000pxを超える画面の対策*/
  margin: 0 auto;
  min-width: calc(var(--easys_min_width) * 1px);
  max-width: calc(var(--easys_max_width) * 1px);
  background: none no-repeat center top;
  word-break: break-word;
}

body,
.wpcf7c-conf {
  color: var(--body_text_color);
}

/* Safariのみ */
_:lang(x) + _:-webkit-full-screen-document,
body {
  text-size-adjust: none;
  -webkit-text-size-adjust: none;
}
body#page_6 {
  background: none no-repeat center top;
}
#wrapper {
  background: none transparent;
  -webkit-clip-path: inset(0);
  clip-path: inset(0);
}
#outer_block {
  background: none transparent;
  /* padding-bottom: 100px; */
}
#page_6 #outer_block {
  padding-top: 0;
}

body#page_18 #outer_block,
.official_blog.pc body #outer_block {
  padding-bottom: 100px;
}

a:link,
a:visited,
a:hover,
a:active {
  color: var(--link_color);
}

/* A～Cブロック記事内リンクボタン */
.main_btn a,
.sub_text_btn a {
  background-color: var(--link_color);
  color: var(--easys_standard_value001);
}

/* ===================================================================================================================
   ■ ヘッダー
------------------------------------------------------------------------------------------------------------------- */
#branding_box {
  position: relative;
  z-index: 500;
  background: none transparent;
  padding: calc(100% * (var(--easys_naka_main_h) / var(--easys_max_width))) 0 0 0;
  height: 0;
}

#page_6 #branding_box {
  padding: calc(100% * (var(--easys_top_main_h) / var(--easys_max_width))) 0 0 0;
}

#page_6 #branding_box::after {
  content: "";
  position: absolute;
  background: none #fff;
  bottom: -2px;
  left: 0;
  width: 100%;
  height: 5px;
  pointer-events: none;
}

/*  H1テキスト
---------------------------------------------------------------------------------------------------- */
/*幅960pxの中でh1位置設定したいとき*/
/*
#site-description {
margin: 0 auto;
  width: 960px;
  /* CSSレスポンシブ用
  position: absolute;
  top: 0;
  left: 0;
  width: auto;
}
*/

/*自由に位置設定したいとき*/
#site-description {
  position: absolute;
  margin: 0 auto;
  width: auto;
  bottom: calc(135 / var(--easys_naka_main_h) * 100%);
  left: calc(35 / var(--easys_max_width) * 100%);
}

#page_6 #site-description {
  bottom: calc(135 / var(--easys_top_main_h) * 100%);
}

#site-description a {
  display: inline;
  color: var(--top_h1_color);
}

/*  サイトロゴ
  ---------------------------------------------------------------------------------------------------- */
/* ヘッダーのH1～グローバルナビの高さ調整 */
#header_information,
#page_6 #header_information {
  height: 0;
}

/*ロゴ*/
#header_information .main_header a img {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 751; /*ナビより重ね順上*/
  width: 160px;
  height: 160px;
  background: url("../files/main_logo.png") no-repeat center top;
}

/*  グローバルナビ
---------------------------------------------------------------------------------------------------- */
:root {
  --easys_navi_h: 60px;
}

div#access a {
  padding: 0;
}
div#access .menu-item a {
  background-repeat: no-repeat;
  background-position: left top;
  padding: 0;
  height: 60px !important;
  line-height: 60px !important;
  width: 300px !important;
  position: relative;
}
div#access .menu-item a::after {
  content: "";
  background: url(../files/topnavi_link_arr.png) no-repeat center center;
  width: 19px;
  height: 9px;
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  margin: auto;
}
div#access .menu-item a:hover::after {
  animation: anime-arr 1s ease 0s forwards;
}
@keyframes anime-arr {
  15% {
    transform: translateX(2px);
    opacity: 0;
  }
  25% {
    transform: translateX(-10px);
    opacity: 0;
  }
  100% {
    transform: translateX(0px);
    opacity: 1;
  }
}
div#access .gnavi11 a {
  background-image: url(../files/topnavi01.png) !important;
}
div#access .gnavi12 a {
  background-image: url(../files/topnavi02.png) !important;
}
div#access .gnavi13 a {
  background-image: url(../files/topnavi03.png) !important;
}
div#access .gnavi14 a {
  background-image: url(../files/topnavi04.png) !important;
}
div#access .gnavi15 a {
  background-image: url(../files/topnavi05.png) !important;
}
div#access .gnavi16 a {
  background-image: url(../files/topnavi06.png) !important;
}
div#access .gnavi17 a {
  background-image: url(../files/submenu01.png) !important;
}
div#access .menu-item a:hover {
  background-position-y: top;
}

/* サブナビ設定 */
div#access .gnavi12 .sub-gnavi a,
div#access .gnavi13 .sub-gnavi a {
  background: none transparent !important;
}

#access ul.menu ul.sub-menu,
#access ul.menu ul.sub-menu li {
  min-width: 100%;
  width: auto;
  display: block;
  border: none;
  box-shadow: none;
  margin: 2px 0 0;
}

#access ul.menu ul.sub-menu li a::before,
#access ul.menu ul.sub-menu li a::after {
  display: none;
}

div#access #menu-item-35 > ul {
  height: 80px;
}

div#access #menu-item-35 > ul .menu-item a {
  background: url("/files/submenu01.png") no-repeat left top !important;
  padding: 0;
  width: 300px !important;
  height: 40px !important;
  text-indent: -99999px;
}

div#access #menu-item-35 > ul .menu-item-1292 a {
  background-position: top left !important;
}
div#access #menu-item-35 > ul .menu-item-1293 a {
  background-position: bottom left !important;
}

div#access #menu-item-35 > ul .menu-item-1292 a:hover {
  background-position: top right !important;
}
div#access #menu-item-35 > ul .menu-item-1293 a:hover {
  background-position: bottom right !important;
}

div#access #menu-item-33 > ul {
  height: 120px;
}

div#access #menu-item-33 > ul .menu-item a {
  background: url("/files/submenu02.png") no-repeat left top !important;
  padding: 0;
  width: 300px !important;
  height: 40px !important;
  text-indent: -99999px;
}

div#access #menu-item-33 > ul .menu-item-1294 a {
  background-position: left top !important;
}
div#access #menu-item-33 > ul .menu-item-1295 a {
  background-position: left -40px !important;
}
div#access #menu-item-33 > ul .menu-item-1296 a {
  background-position: left bottom !important;
}

div#access #menu-item-33 > ul .menu-item-1294 a:hover {
  background-position: right top !important;
}
div#access #menu-item-33 > ul .menu-item-1295 a:hover {
  background-position: right -40px !important;
}
div#access #menu-item-33 > ul .menu-item-1296 a:hover {
  background-position: right bottom !important;
}

/* フェードイン */
div#access .menu-item {
  opacity: 0;
  transition: 0.3s;
  transform: translateX(30px);
}
.opened div#access .menu-item {
  opacity: 1;
  transform: translateX(0px);
}

/* Gナビ上部固定(最大2000pxを維持) */
#header_information.fixed {
  width: 100%;
  min-width: calc(var(--easys_min_width) * 1px);
  max-width: calc(var(--easys_max_width) * 1px);
  position: fixed;
  top: 0;
  right: 0;
  left: 0;
  margin: auto;
  pointer-events: none;
  z-index: 700;
}
#header_information.fixed .main_header a img {
  display: block;
  pointer-events: all;
  top: 10px !important;
  left: 10px !important;
  right: inherit !important;
  background: url(../files/branding_box_bg_02.png) no-repeat left top;
  width: 286px !important;
  height: 106px !important;
}

/* ハンバーガーメニュー */
#access {
  width: 840px;
  height: 100%;
  transition: 0.5s;
  position: fixed;
  top: 0;
  right: -900px;
  background: rgba(255, 255, 255, 1);
  border-radius: 50px 0 0 50px;
  overflow: visible;
}
.opened #access {
  right: 0px;
}

#access .menu-header {
  width: 680px;
  height: 595px;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  margin: 160px auto 0 100px;
  background: none #fff;
}
#access .menu-header #menu-gnavi {
  height: 300px;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  grid-template-rows: repeat(4, auto);
  gap: 0;
}

#access .menu-header #menu-gnavi > li:nth-child(1) {
  grid-column: 1 / 3;
}

#access .menu-header #menu-gnavi > li:nth-child(2),
#access .menu-header #menu-gnavi > li:nth-child(3) {
  grid-column: span 1;
  margin-bottom: 120px;
}

#access .menu-header #menu-gnavi > li:nth-child(4),
#access .menu-header #menu-gnavi > li:nth-child(5) {
  grid-column: span 1;
}

#access .menu-header #menu-gnavi > li:nth-child(6) {
  grid-column: 1 / 3;
}

#access .menu-header #menu-gnavi {
  height: 60px;
}

/*ハンバーガーボタン*/
#menuTrigger button {
  background: rgba(0, 0, 0, 0);
  border: none;
  pointer-events: none;
}
#menuTrigger {
  background: #d91414;
  border-radius: 30px;
  width: 90px;
  height: 60px;
  position: fixed;
  top: 30px;
  right: 10px;
  z-index: 1000;
  cursor: pointer;
  transition: 0.3s;
}
#menuTrigger.close button {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 20px;
  height: 100%;
  position: relative;
  padding: 0;
  margin: auto;
}
#menuTrigger button span {
  background-color: #fff;
  position: relative;
}
#menuTrigger.close button span {
  width: 4px;
  height: 4px;
  border-radius: 10px;
}
#menuTrigger.close:hover button span:nth-of-type(1) {
  animation: anime-navbtn01 1s ease 0s forwards;
}
#menuTrigger.close:hover button span:nth-of-type(2) {
  animation: anime-navbtn02 1s ease 0s forwards;
}
#menuTrigger.close:hover button span:nth-of-type(3) {
  animation: anime-navbtn03 1s ease 0s forwards;
}
@keyframes anime-navbtn01 {
  25% {
    transform: translateX(7px);
    opacity: 0;
  }
  60% {
    transform: translateX(7px);
    opacity: 0;
  }
  90% {
    transform: translateX(7px);
    opacity: 0;
  }
  100% {
    transform: translateY(0);
    opacity: 1;
  }
}
@keyframes anime-navbtn02 {
  25% {
    transform: translateY(0);
  }
  60% {
    transform: translateY(-15px);
  }
  70% {
    transform: translateY(-15px);
  }
  90% {
    transform: translateY(0);
  }
}
@keyframes anime-navbtn03 {
  25% {
    transform: translateX(-7px);
    opacity: 0;
  }
  60% {
    transform: translateX(-7px);
    opacity: 0;
  }
  90% {
    transform: translateX(-7px);
    opacity: 0;
  }
  100% {
    transform: translateY(0);
    opacity: 1;
  }
}
.nav_logo {
  position: absolute;
  bottom: 0px;
  left: 200px;
  width: 240px;
  height: 195px;
  padding: 0;
  background: url(/files/info_bg.png) no-repeat center top;
}

.opened #menuTrigger.close {
  opacity: 0;
  width: 60px;
  transform: translateX(-30px);
}
.opened #menuTrigger.open {
  opacity: 1;
  width: 60px;
  transform: translateX(-30px);
  animation: anime-navbtn04 1s ease 0s forwards;
}
@keyframes anime-navbtn04 {
  25% {
    opacity: 0;
  }
  70% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
.opened #menuTrigger.open button {
  opacity: 0;
}
.opened #menuTrigger.open button {
  animation: anime-navbtn04 1s ease 0.2s forwards;
}
.opened #menuTrigger.open button span {
  width: 20px;
  height: 3px;
  position: absolute;
  top: 28px;
  left: 20px;
  border-radius: 10px;
}
.opened #menuTrigger.open button span:nth-last-of-type(1) {
  transform: rotate(45deg);
}
.opened #menuTrigger.open button span:nth-last-of-type(2) {
  transform: rotate(-45deg);
}
.opened #menuTrigger.open button span:nth-last-of-type(1) {
  animation: anime-navbtn05 0.9s ease 0.5s forwards;
}
.opened #menuTrigger.open button span:nth-last-of-type(2) {
  animation: anime-navbtn06 0.9s ease 0.5s forwards;
}
@keyframes anime-navbtn05 {
  100% {
    transform: rotate(225deg);
  }
}
@keyframes anime-navbtn06 {
  100% {
    transform: rotate(313deg);
  }
}

@media screen and (min-width: 2000px) {
  #menuTrigger {
    right: calc(50% - 990px);
  }

  .opened #access {
    right: calc(50% - 1000px);
  }
}

/* Gナビ上部固定(最大2000pxを維持) */
body.fixed #header_information {
  width: 100%;
  min-width: calc(var(--easys_min_width) * 1px);
  max-width: calc(var(--easys_max_width) * 1px);
  position: fixed !important;
  top: 0;
  right: 0;
  left: 0;
  margin: auto;
  pointer-events: none;
  z-index: 700;
}
body.fixed #header_information .main_header a img {
  display: block;
  pointer-events: all;
  background: url(../files/branding_box_bg_02.png) no-repeat left top !important;
  top: 30px !important;
  left: 50px !important;
  right: inherit !important;
  width: 286px !important;
  height: 106px !important;
}

/*  メイン画像
---------------------------------------------------------------------------------------------------- */
/* 通常メイン画像 */
#video_teaser,
#main_teaser,
#jquery_slider_pc {
  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使用時 */
#jquery_slider_pc,
#main_teaser img {
  display: block;
  min-width: 1300px !important;
  max-width: 2000px;
  margin: 0 auto;
  right: 0;
  width: 100%;
}

#main_teaser img {
  display: block;
  min-width: 1300px !important;
  max-width: 2000px;
  margin: 0 auto;
}

#main_teaser::before {
  content: "";
  position: absolute;
  background: url(../files/body_bg.jpg) no-repeat center top / 100%;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: -1;
}

/* パララックス */
#video_teaser {
  padding-top: calc(100% * (var(--easys_top_main_h) / var(--easys_max_width)));
  -webkit-clip-path: inset(0);
  clip-path: inset(0);
}

#video_teaser > div {
  position: fixed;
  top: 0;
  right: 0;
  left: 0;
  z-index: -1;
  margin: 0 auto;
  width: 100%;
  min-width: 1300px;
  max-width: 2000px;
}

#video_teaser::after {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: url(/files/top_header_cover.png) no-repeat center top / 100%;
  content: "";
}

/* ===================================================================================================================
   ■ サイド
------------------------------------------------------------------------------------------------------------------- */
/* サイドナビ　タイトル */
.widget-title,
.widget-title2 a {
  padding: 0;
  background-image: url(../files/widget_title_bg.png);
  color: var(--widget_title_bg_color);
  text-align: center;
}
.widget-title2 a:link,
.widget-title2 a:visited,
.widget-title2 a:hover,
.widget-title2 a:active {
  color: var(--widget_title_bg_color);
}

/* サイドナビ　メニュー部分 */
#blog_main .widget-area ul ul li a {
  overflow: hidden;
  background-image: url(../files/widget_list_bg.png);
  color: var(--widget_list_bg_color);
  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: var(--border_color);
  line-height: 2;
  padding: 5px;
}

#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: var(--link_color);
}

#calendar_wrap table tr td#today,
#calendar_wrap table tr td#today a {
  color: var(--easys_standard_value005);
}

/* ===================================================================================================================
   ■ フッター
------------------------------------------------------------------------------------------------------------------- */
#footer_block {
  background: none #413828;
  height: 730px;
  position: relative;
  border-radius: 100px 100px 0 0;
  margin-top: -90px;
}

#footer_box {
  background: url(../files/footer_box_bg.png) no-repeat center top;
  height: 610px;
  position: relative;
}

#footer_box,
#footer_sitemap_block,
#footer-widget-area,
.footer_infomation {
  width: 100%;
  margin: 0 auto;
}

/*  フッターナビ
---------------------------------------------------------------------------------------------------- */
#footer-widget-area .widget-area {
  position: absolute;
  top: 178px;
  left: calc(50% - 91px);
}

#footer_sitemap_block #footer-widget-area {
  display: block;
  width: 960px;
}
#footer_sitemap_block #footer-widget-area .widget-area ul.menu {
  border-color: transparent;
}

#footer_sitemap_block #footer-widget-area .widget-area .menu-item {
  margin: 0 0 3px;
  position: relative;
}

#footer_sitemap_block #footer-widget-area .widget-area .menu-item a {
  border-color: transparent;
  color: var(--footnavi_color);
  padding: 0;
}

#footer_sitemap_block #footer-widget-area .widget-area .menu-item a::before {
  content: "";
  position: absolute;
  background: url(../files/footer_navi_bg02.png) no-repeat center top;
  top: -22px;
  left: 0;
  width: 240px;
  height: 60px;
  pointer-events: none;
}

#footer_sitemap_block #footer-widget-area .widget-area .menu-item#menu-item-59 > a::before {
  background: url(../files/footer_navi_bg01.png) no-repeat center top;
  width: 100px;
}

#footer_sitemap_block #footer-widget-area .widget-area .menu-item a:hover {
  background-color: transparent;
}

#menu-footer_navi {
  display: grid;
  gap: 35px 30px;
  grid-template-columns: 100px 240px 240px;
  grid-template-rows: auto auto auto;
  text-align: left;
  width: 640px;
}

#menu-footer_navi li:nth-child(4),
#menu-footer_navi li:nth-child(6) {
  grid-column: 2 / 3;
}

#menu-footer_navi li:nth-child(5),
#menu-footer_navi li:nth-child(7) {
  grid-column: 3 / 4;
}

#menu-footer_navi .sub-menu {
  display: flex;
  flex-direction: column;
  margin-top: 37px;
}

#footer_sitemap_block #footer-widget-area .widget-area .menu-item a::after {
  content: "";
  background: url(../files/footer_navi_arr.png) no-repeat center center;
  width: 19px;
  height: 9px;
  position: absolute;
  top: 5px;
  right: 0;
}

#footer_sitemap_block #footer-widget-area .widget-area .menu-item a:hover::after {
  animation: anime-arr 1s ease 0s forwards;
}

#menu-footer_navi .sub-menu a::before,
#menu-footer_navi .sub-menu a::after {
  display: none;
}

/*  フッター情報
---------------------------------------------------------------------------------------------------- */
.footer_infomation {
  display: block;
  margin: 0;
  width: 400px;
  position: absolute;
  top: 311px;
  left: calc(50% - 550px);
}

#footer_information .entry-post {
  width: 100%;
  margin: 0;
  text-align: left;
  color: var(--address_color);
}

#footer_information .post-data p {
  line-height: 2.4 !important;
}

#footer_information .hidepyon {
  margin-bottom: 35px;
}

/*  フッター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: var(--copy_color);
  text-align: left;
  position: absolute;
  bottom: 42px;
  left: calc(50% - 548px);
  margin: 0;
  width: 510px;
}

/*  フッターメニュー
---------------------------------------------------------------------------------------------------- */
.fixed_btn1 {
  z-index: 1000;
  position: fixed;
  top: 30px;
  display: flex;
  right: 160px;
}

.fixed_btn1::before {
  content: "";
  position: absolute;
  background: url(../files/btn_sns_bg.png) no-repeat center top;
  top: 0;
  left: -190px;
  width: 410px;
  height: 60px;
  pointer-events: none;
  z-index: -1;
}

.fixed_btn1 div,
.fixed_btn1 div a {
  overflow: hidden;
  width: 50px;
  height: 60px;
}

.fixed_btn1 a:hover {
  opacity: 0.8;
}

.fixed_btn {
  z-index: 1000;
  bottom: 200px;
}

.fixed_btn div,
.fixed_btn div a {
  overflow: hidden;
  width: 50px;
  height: 110px;
}

.fixed_btn #fixed_btn_gtn,
.fixed_btn #fixed_btn_gtn a {
  height: 120px;
}

#float_top_btn {
  position: fixed;
  right: 20px;
  bottom: 50px;
  z-index: 999;
}

#float_top_btn a::after {
  content: "";
  position: absolute;
  background: url(../files/top_btn_arr.png) no-repeat center top;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  transition: var(--btn_transition);
}

#float_top_btn a:hover::after {
  top: -10px;
}

@media screen and (min-width: 2000px) {
  #float_top_btn {
    right: calc(50% - 980px);
  }

  .fixed_btn1 {
    right: calc(50% - 840px);
  }

  .fixed_btn {
    right: calc(50% - 1000px);
    width: 50px;
  }
}

/* ===================================================================================================================
   ■ コンテンツ
------------------------------------------------------------------------------------------------------------------- */
#container_top {
  padding: 0;
}

#container_top.single_post {
  padding: 0 0 50px;
}

/*  見出し
---------------------------------------------------------------------------------------------------- */
.headline_title {
  background-image: url(../files/top_entry_title.png);
  color: var(--top_entry_title_color);
  padding: 75px 0 0;
}

h3.entry_title,
.entry_title,
.entry-title {
  /* サイズ、背景、余白などはこちら */
  background-image: url(../files/entry_title_bg.png);
  color: var(--entry_title_bg_color);
}

/*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: var(--entry_title_bg_color);
}

/* 見出しリンクボタン */
.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;
  padding: 0 20px;
  text-align: center;
}

* .mid_entry_title,
* .mid_entry_title a {
  color: var(--entry_title_bg_w570_color);
}

/* 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: var(--half_entry_title_bg_color);
}

* .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: var(--half_sub_entry_title_bg_color);
}

/* B-03など小見出し用 */
* .sub_entry_title {
  background: url(../files/sub_entry_title_bg.png) no-repeat scroll left top transparent;
  color: var(--sub_entry_title_bg_color);
}
/*
* .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: var(--sub_entry_title_bg_color);
}

/* 小見出しリンクボタン */
.sub_entry_title span.read_more_btn a,
.sub_entry_title span.read_more_btn a:hover {
  background-image: url(../files/sub_read_more_btn.png);
}

.sub_entry_title span.read_more_btn a:hover {
  opacity: 0.8;
}

* .mid_sub_entry_title {
  background-image: url(../files/sub_entry_title_bg_w570.png);
  font-size: 20px;
  padding: 0 20px;
  text-align: center;
}

* .mid_sub_entry_title,
* .mid_sub_entry_title a {
  color: var(--sub_entry_title_bg_w570_color);
}

/* C-01など3列表示インラインタイトル用 */
* .inline_title {
  background-image: url(../files/column3_title_bg.png);
}

* .inline_title,
* .inline_title a {
  color: var(--column3_title_bg_color);
}

/* クーポンの本文見出しなど、固定幅でないインラインタイトル用 */
.coupon_data .inline_title,
.c_04 .inline_title,
.i_01 .inline_title,
.j_01 .inline_title {
  padding: 10px;
  height: auto;
  border: 1px solid var(--table_border_color);
  border-radius: 5px;
  background: none var(--th_background_color);
  color: var(--th_character_color);
  text-align: left;
  font-size: 15px;
  line-height: 1.7;
}

/* 詳細画面の下部「コメント」見出し */
.indent_border {
  width: 685px;
  border-color: var(--link_color);
}

/* 大きな地図で見る */
small {
  border-color: var(--link_color);
}

small a {
  padding: 5px 0;
  width: 100%;
  color: var(--link_color) !important;
  text-align: center !important;
}

small a:hover {
  background-color: var(--link_color) !important;
  color: #ffffff !important;
}

/*  クーポンページ
---------------------------------------------------------------------------------------------------- */
/* クーポンの本文見出しなど、固定幅でないインラインタイトル用 */
.coupon_data .inline_title,
.c_04 .inline_title,
.i_01 .inline_title,
.j_01 .inline_title {
  padding: 10px;
  height: auto;
  border: 1px solid var(--table_border_color);
  border-radius: 5px;
  background: none var(--th_background_color);
  color: var(--th_character_color);
  text-align: left;
  font-size: 15px;
  line-height: 1.7;
}

/* 詳細画面の下部「コメント」見出し */
.indent_border {
  width: 685px;
  border-color: var(--link_color);
}

/* 大きな地図で見る */
small {
  border-color: var(--link_color);
}

small a {
  padding: 5px 0;
  width: 100%;
  color: var(--link_color) !important;
  text-align: center !important;
}

small a:hover {
  background-color: var(--link_color) !important;
  color: #ffffff !important;
}

/*  テーブル
---------------------------------------------------------------------------------------------------- */
.easys_content:not(.ne_01) table:not(#wp-calendar) tr > * {
  border: solid 1px var(--table_bordear_color);
  border-right: none;
  border-left: none;
  background: none var(--td_background_color);
  color: var(--td_character_color);
}
.easys_content:not(.ne_01) table:not(#wp-calendar) {
  border-collapse: separate;
  border-spacing: 0 10px !important;
}
.easys_content:not(.ne_01) table:not(#wp-calendar) tr > *:first-child {
  background-color: var(--th_background_color);
  border-left: solid 1px var(--table_border_color) !important;
  color: var(--th_character_color);
}
.easys_content:not(.ne_01) table:not(#wp-calendar) tr > *:last-child {
  border-right: solid 1px var(--table_border_color) !important;
}

/*メール送信後メッセージボックスのボーダー（デフォルト：グリーン）*/
div.wpcf7-mail-sent-ok {
  border-color: var(--border_color) !important;
}
/* Dメニュー下線 */
.td_cell {
  border-color: var(--border_color);
  vertical-align: top;
}

/*黒背景お問い合わせフォームテキストカラー修正
---------------------------------------------------------------------------------------------------- */
/* input.wpcf7c-conf {
  color: #ffffff;
}textarea.wpcf7c-conf {
  color: #ffffff;
} */

.table_area table tr td {
  background: none transparent;
}

/*  ページ遷移ボタン（詳細ブロックやページ送りのナビ用）
---------------------------------------------------------------------------------------------------- */
.tablenav {
  padding: 1em 0;
}

a.page-numbers,
.tablenav .current,
.permalink_in a,
.pageback a,
.page_up a {
  border-style: solid;
  border-color: var(--link_color);
  background: none transparent;
  color: var(--link_color) !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 var(--easys_standard_value007);
  background: none transparent;
}

.tablenav .next:hover,
.tablenav .next:active,
.tablenav .prev:hover,
.tablenav .prev:active {
  border-color: var(--link_color);
  background-color: var(--link_color);
}

.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: var(--link_color);
  background: none var(--link_color);
  color: var(--easys_standard_value008) !important;
}
/*  ブロック
---------------------------------------------------------------------------------------------------- */
/* 各ブロック点線 */
.border_margin,
.anchor_list ul li,
.cu_mail_block,
.blog_post,
.list_block .list_box {
  border-color: var(--border_color);
}

/* 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 var(--link_color);
  background-color: transparent;
  color: var(--link_color);
}

div.link_list a:hover {
  border: 1px solid var(--link_color);
  background-color: var(--link_color);
  color: #ffffff;
}

.faq-title {
  background-color: var(--link_color);
  color: #ffffff;
  font-weight: normal;
}

/*  メールフォーム
---------------------------------------------------------------------------------------------------- */
.iqfm-table td input[type="text"]:not([size]) {
  width: 75%;
}

/* 必須項目 */
.iqfm-req_color {
  color: var(--required_color);
}

.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: var(--table_border_color);
}

/* 有効期限の部分 */
.coupon_box table tr td.coupon_meta_title {
  width: 8em;
  background-color: var(--th_background_color);
  color: var(--th_character_color);
}

.coupon_box table tr td.coupon_meta {
  background-color: var(--td_background_color);
  color: var(--td_character_color);
}

.e-04 .menu_area td {
  height: 3.5em;
}

.e-04 .menu_area .parent_title {
  height: auto;
  font-size: 120%;
}

/*  ブログ
---------------------------------------------------------------------------------------------------- */
#nav-below div {
  border-color: var(--easys_standard_value009);
}

#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: var(--blog_title_color);
}

.img_size_thumb {
  overflow: hidden;
  width: 150px;
  height: 150px;
}

/*  地図
---------------------------------------------------------------------------------------------------- */
#map_canvas {
  width: 100%;
  height: 450px;
  margin: 0 0 20px;
}

/*  googleカレンダー
---------------------------------------------------------------------------------------------------- */
iframe[src^="https://calendar.google.com"]
{
  border: none !important;
}

/* ページ内リンクアンカー位置調整 */
a[id^="anchor"] {
  display: block;
  visibility: hidden;
  margin-top: -110px;
  height: 110px;
  content: "";
}

/* メール投稿ブロック画像幅調整 */
.img_size_thumb {
  height: 150px;
}

small {
  box-sizing: border-box;
}

.flow_arr {
  height: 40px;
}

/*コンタクトフォームスパム*/
.grecaptcha-badge {
  visibility: hidden;
}

/* ============================== ↓↓各ブロックの個別CSSはこちらに記述↓↓ ============================== */
.widget-title,
.widget-title2 a,
#blog_main .widget-area ul ul li a,
#blog_main .entry-title,
.headline_title,
h3.entry_title,
.entry_title,
.entry_title h3,
.entry-title,
* .mid_entry_title,
* .half_entry_title,
* .short_entry_title,
* .half_sub_entry_title,
* .short_sub_entry_title,
* .sub_entry_title,
* .sub_entry_title h4,
* .mid_sub_entry_title,
* .inline_title {
  font-family: "Mochiy Pop One", sans-serif;
}

/*--------------h3以降中央寄せ-----------------------*/
/* 見出し用 */
.entry_title,
.sub_entry_title {
  text-align: center;
  padding: 0;
  width: 960px;
}
/*----リンク有---*/
.entry_title h4 {
  width: 840px;
  padding-left: -120px;
}
/*-見出しリンクボタン-*/
.entry_title span.read_more_btn,
.sub_entry_title span.read_more_btn {
  margin-left: -120px;
}

h3.entry_title:not(#blog_main .entry-title),
.entry_title:not(#blog_main .entry-title),
h4.sub_entry_title {
  text-align: center;
  padding: 0;
  width: 960px;
}

.entry_title.type-B h3,
.sub_entry_title.type-B h4 {
  width: 720px;
  padding-left: 120px;
}

/* 自動マージン */
/* 対象のマージンを消す */
.easys_content.no_margin {
  margin: 0;
}

/* もし記事が割り込まれたらマージンを入れる */
.easys_content.no_margin + .easys_content:not(.no_margin) {
  margin-top: 70px;
}

/* ＝＝＝全体フェードイン共通＝＝＝ */
.easys_content_inner:not(.nd_01 .easys_content_inner) {
  opacity: 0;
  transition: 1.3s ease 0s;
  transform: translateY(100px) rotate3d(-1, -1, 0, -20deg);
}

.easys_content_inner.moved:not(.nd_01 .easys_content_inner) {
  transform: translate(0px, 0px);
  opacity: 1;
}

/* ＝＝＝デザインブロックスクロールギミック共通＝＝＝ */
.design_block:not(.nogmk) {
  position: absolute;
  top: 0;
  left: calc(50% - 1000px);
  width: 2000px;
  height: 100%;
  transition: 1s ease 0s;
  pointer-events: none;
  opacity: 0;
  background-repeat: no-repeat;
  background-position: center top;
  background-size: auto;
  transform: translateY(100px);
}

.design_block.moved:not(.nogmk.moved) {
  transform: translate(0px, 0px) rotate3d(0, 0, 1, 0) !important;
  opacity: 1;
  filter: blur(0px) !important;
  clip-path: inset(0) !important;
  -webkit-clip-path: inset(0) !important;
}

.nogmk {
  position: absolute;
  top: 0;
  left: calc(50% - 1000px);
  width: 2000px;
}

@keyframes loop {
  0% {
    transform: translateX(0%);
  }
  100% {
    transform: translateX(calc(-100% / 4));
  }
}

/*  top-page
---------------------------------------------------------------------------------------------------- */
/* 2nd #pvakdtlf94qqzq2y1plv */
#pvakdtlf94qqzq2y1plv {
  position: relative;
}

#pvakdtlf94qqzq2y1plv div {
  margin-bottom: 0;
  padding-bottom: 0;
}

#pvakdtlf94qqzq2y1plv > .design_block.block1 {
  background: url(/files/second_stage.png) no-repeat center top / 100%;
  top: calc(760 / var(--easys_sec_main_h) * 100%);
  left: 0;
  right: 0;
  margin: 0 auto;
  width: calc(280 / var(--easys_max_width) * 100%);
  height: calc(180 / var(--easys_sec_main_h) * 100%);
}

#pvakdtlf94qqzq2y1plv > .design_block.block2 {
  position: absolute;
  width: calc(280 / var(--easys_max_width) * 100%);
  aspect-ratio: 1;
  left: 0;
  right: 0;
  top: calc(670 / var(--easys_sec_main_h) * 100%);
  margin: auto;
  background: url(/files/second_ring.png) no-repeat center center / contain;
  animation: round 60s linear infinite;
}

@keyframes round {
  from {
    transform: rotateX(71deg) rotateZ(0deg);
  }
  to {
    transform: rotateX(68deg) rotateZ(360deg);
  }
}

#pvakdtlf94qqzq2y1plv > .design_block.block3 {
  background: url(/files/second_illust.png) no-repeat center top / 100%;
  top: calc(655 / var(--easys_sec_main_h) * 100%);
  left: 0;
  right: 0;
  margin: 0 auto;
  width: calc(280 / var(--easys_max_width) * 100%);
  height: calc(162 / var(--easys_sec_main_h) * 100%);
}

#pvakdtlf94qqzq2y1plv .easys_content_inner {
  width: 100%;
}

#pvakdtlf94qqzq2y1plv [class*="field_"] {
  background: url(../files/second_bg.png) no-repeat center top / 100%;
  padding: calc(var(--easys_sec_main_h) / var(--easys_max_width) * 100%) 0 0;
}

#pvakdtlf94qqzq2y1plv .eyecatch {
  display: none;
}

/*  DB
---------------------------------------------------------------------------------------------------- */
.db {
  position: relative;
}

.db *[class*="title"] {
  display: none;
}

.db .text_box {
  overflow: visible;
}

.db .post_data {
  text-align: justify;
  line-height: 1.9;
}

.db .main_btn {
  position: relative;
  margin: 0 0 0 0;
  padding: 0;
  width: 350px;
  height: 72px;
}

.db .main_btn a {
  display: block;
  padding: 0;
  width: 100%;
  height: 100%;
  border-radius: 0;
  background: url(../files/design01_link_btn.png) no-repeat center top;
  text-indent: -9999px;
}

#gyuusbhc2hwhs8o8xici .main_btn a {
  background: url(../files/design02_link_btn.png) no-repeat center top;
}

.db .main_btn a::after {
  content: "";
  background: url(../files/link_btn_arr.png) no-repeat center center;
  width: 19px;
  height: 9px;
  position: absolute;
  top: 0;
  bottom: 0;
  right: 25px;
  margin: auto;
}

.db .main_btn a:hover::after {
  animation: anime-arr 1s ease 0s forwards;
}

.db .main_btn a:hover img {
  opacity: 1;
}

/*  DB1
#k1jlknrsx7g7e1ka7r78
--------------------------------------------------------------- */
#k1jlknrsx7g7e1ka7r78 {
  background: none #d8c9ff;
  height: 1090px;
}

#k1jlknrsx7g7e1ka7r78 > .design_block.block1 {
  background: url(/files/design01_ttl.png) no-repeat center top;
  top: 160px;
  left: calc(50% - -20px);
  width: 530px;
  height: 165px;
}

#k1jlknrsx7g7e1ka7r78 > .design_block.block2 {
  position: absolute;
  top: 180px;
  left: calc(50% - 1000px);
  width: 940px;
  height: 350px;
  overflow: hidden;
}

#k1jlknrsx7g7e1ka7r78 > .design_block.block2::before {
  background: url(../files/design01_img.png) repeat-x center top;
  content: "";
  width: calc(1480px * 4);
  height: 350px;
  animation: loop 80s linear 0s infinite;
  pointer-events: none;
  animation-direction: reverse;
  position: absolute;
  top: 0;
  left: 0;
}

#k1jlknrsx7g7e1ka7r78 > .design_block.block3 {
  position: absolute;
  top: 830px;
  left: 0;
  width: calc(705px * 4);
  height: 100px;
  background: url(../files/design01_catch.png) repeat-x center top;
  content: "";
  animation: loop 40s linear 0s infinite;
  pointer-events: none;
}

#k1jlknrsx7g7e1ka7r78 .text_box {
  width: 523px;
  margin: 365px 0 0 501px;
}

#k1jlknrsx7g7e1ka7r78 .main_btn {
  margin: 28px 0 0 0;
}

#k1jlknrsx7g7e1ka7r78::after {
  content: "";
  position: absolute;
  background: url(../files/design01_cover.png) no-repeat center top;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  pointer-events: none;
}

/*  DB2
#gyuusbhc2hwhs8o8xici
--------------------------------------------------------------- */
#gyuusbhc2hwhs8o8xici {
  background: none #a0d8ef;
  height: 1100px;
  border-radius: 100px 100px 0 0;
}

#gyuusbhc2hwhs8o8xici > .design_block.block1 {
  background: url(/files/design02_ttl.png) no-repeat center top;
  top: 160px;
  left: calc(50% - 550px);
  width: 530px;
  height: 245px;
}

#gyuusbhc2hwhs8o8xici > .design_block.block2 {
  background: url(/files/design02_img01.png) no-repeat center top;
  top: 160px;
  left: calc(50% - -60px);
  width: 540px;
  height: 360px;
}

#gyuusbhc2hwhs8o8xici > .design_block.block3 {
  background: url(/files/design02_img02.png) no-repeat center top;
  top: 455px;
  left: calc(50% - -460px);
  width: 260px;
  height: 260px;
}

#gyuusbhc2hwhs8o8xici > .design_block.block4 {
  position: absolute;
  top: 938px;
  left: 0;
  width: calc(745px * 4);
  height: 100px;
  background: url(../files/design02_catch.png) repeat-x center top;
  content: "";
  animation: loop 40s linear 0s infinite;
  pointer-events: none;
}

#gyuusbhc2hwhs8o8xici .text_box {
  width: 525px;
  margin: 446px 0 0 -70px;
}

#gyuusbhc2hwhs8o8xici .main_btn {
  margin: 54px 0 0 0;
}

/*  バナー bnr
---------------------------------------------------------------------------------------------------- */
/* 余分なコードを削除 */
#j4sxdpy8mkyoq7u9664j div,
#w7l8perhpkes02dyvl97 div,
#pa40wddxsqn7cnahncez div,
#efjxlnwk8nnfymsyidmn div,
#k8m6td1jwgqx5vp3z93c div {
  margin-bottom: 0;
  padding-bottom: 0;
}

/* 親要素 */
#j4sxdpy8mkyoq7u9664j,
#w7l8perhpkes02dyvl97,
#pa40wddxsqn7cnahncez,
#efjxlnwk8nnfymsyidmn,
#k8m6td1jwgqx5vp3z93c {
  position: relative;
  box-sizing: border-box;
}

#j4sxdpy8mkyoq7u9664j .easys_content_inner,
#w7l8perhpkes02dyvl97 .easys_content_inner,
#pa40wddxsqn7cnahncez .easys_content_inner,
#efjxlnwk8nnfymsyidmn .easys_content_inner,
#k8m6td1jwgqx5vp3z93c .easys_content_inner {
  width: 100%;
  height: 100%;
  padding: 0;
}

#w7l8perhpkes02dyvl97 .eyecatch,
#pa40wddxsqn7cnahncez .eyecatch,
#efjxlnwk8nnfymsyidmn .eyecatch,
#k8m6td1jwgqx5vp3z93c .eyecatch {
  display: block;
  position: absolute;
  width: 350px;
  height: 72px;
}

#j4sxdpy8mkyoq7u9664j .eyecatch a::after,
#w7l8perhpkes02dyvl97 .eyecatch a::after,
#pa40wddxsqn7cnahncez .eyecatch a::after,
#efjxlnwk8nnfymsyidmn .eyecatch a::after,
#k8m6td1jwgqx5vp3z93c .eyecatch a::after {
  content: "";
  background: url(../files/link_btn_arr.png) no-repeat center center;
  width: 19px;
  height: 9px;
  position: absolute;
  top: 0;
  bottom: 0;
  right: 25px;
  margin: auto;
}

#j4sxdpy8mkyoq7u9664j .field_1col:nth-of-type(1) .eyecatch a::after {
  right: 25px;
}

#j4sxdpy8mkyoq7u9664j .field_1col:nth-of-type(2) .eyecatch a::after {
  right: 64px;
}

#j4sxdpy8mkyoq7u9664j .eyecatch a:hover::after,
#w7l8perhpkes02dyvl97 .eyecatch a:hover::after,
#pa40wddxsqn7cnahncez .eyecatch a:hover::after,
#efjxlnwk8nnfymsyidmn .eyecatch a:hover::after,
#k8m6td1jwgqx5vp3z93c .eyecatch a:hover::after {
  animation: anime-arr 1s ease 0s forwards;
}

#j4sxdpy8mkyoq7u9664j .eyecatch a:hover img,
#w7l8perhpkes02dyvl97 .eyecatch a:hover img,
#pa40wddxsqn7cnahncez .eyecatch a:hover img,
#efjxlnwk8nnfymsyidmn .eyecatch a:hover img,
#k8m6td1jwgqx5vp3z93c .eyecatch a:hover img {
  opacity: 1;
}

/*  bnr1 バナー＞LINE/お問い合わせ
#j4sxdpy8mkyoq7u9664j
--------------------------------------------------------------- */
#j4sxdpy8mkyoq7u9664j {
  background: none #c5dfc8;
  border-radius: 100px 100px 0 0;
  height: 690px;
}

#page_81 #j4sxdpy8mkyoq7u9664j {
  z-index: 0;
  margin-top: -100px;
}

#j4sxdpy8mkyoq7u9664j .easys_content_inner {
  position: relative;
  width: 1100px;
  background: url(../files/bnr_contact_bg.png) no-repeat center 140px;
}

#j4sxdpy8mkyoq7u9664j .img_display {
  position: absolute;
  top: 365px;
  display: flex;
  width: 780px;
  left: calc(50% - 236px);
}

#j4sxdpy8mkyoq7u9664j .field_1col .eyecatch a {
  display: block;
  width: 310px;
  height: 72px;
  position: relative;
}

#j4sxdpy8mkyoq7u9664j .field_1col:nth-of-type(2) .eyecatch a {
  width: 350px;
}

/*  bnr2 バナー＞楽天市場
#w7l8perhpkes02dyvl97
--------------------------------------------------------------- */
#w7l8perhpkes02dyvl97 {
  background: none #fff;
  border-radius: 100px 100px 0 0;
  height: 590px;
  z-index: 0;
  margin-top: -85px;
}

#w7l8perhpkes02dyvl97 .easys_content_inner {
  width: 960px;
  background: url(../files/bnr_rakuten.png) no-repeat center top;
  position: relative;
}

#w7l8perhpkes02dyvl97 .eyecatch {
  top: 420px;
  left: 0;
  right: 0;
  margin: 0 auto;
}

#w7l8perhpkes02dyvl97 .eyecatch a {
  display: block;
  position: relative;
  height: 100%;
}

#w7l8perhpkes02dyvl97 .eyecatch a img {
  opacity: 1;
  position: absolute;
  top: 0;
  left: 0;
}

#w7l8perhpkes02dyvl97::before {
  position: absolute;
  top: 200px;
  left: 0;
  width: calc(805px * 4);
  height: 100px;
  background: url(../files/bnr_rakuten_catch.png) repeat-x center top;
  content: "";
  animation: loop 40s linear 0s infinite;
  pointer-events: none;
  z-index: 0;
}

/*  bnr3 
バナー＞株式会社ひでぴょん公式サイト #pa40wddxsqn7cnahncez
--------------------------------------------------------------- */
#pa40wddxsqn7cnahncez {
  background: none #d8c9ff;
  height: 665px;
}

#pa40wddxsqn7cnahncez .easys_content_inner {
  width: 960px;
  background: url(../files/bnr_hidepyon.png) no-repeat center top;
  position: relative;
}

#pa40wddxsqn7cnahncez .eyecatch {
  top: 268px;
  left: 40px;
}

#pa40wddxsqn7cnahncez .eyecatch a {
  display: block;
  position: relative;
  height: 100%;
}

#pa40wddxsqn7cnahncez .eyecatch a img {
  opacity: 1;
  position: absolute;
  top: 0;
  left: 0;
}

/*  bnr4 バナー＞株式会社プログレッシブ公式サイト
#efjxlnwk8nnfymsyidmn
--------------------------------------------------------------- */
#efjxlnwk8nnfymsyidmn {
  background: none #a0d8ef;
  padding: 98px 0 0px;
  height: 780px;
}

#efjxlnwk8nnfymsyidmn .easys_content_inner {
  width: 960px;
  background: url(../files/bnr_progressive.png) no-repeat center top;
  position: relative;
}

#efjxlnwk8nnfymsyidmn .eyecatch {
  top: 267px;
  left: 450px;
}

#efjxlnwk8nnfymsyidmn .eyecatch a {
  display: block;
  position: relative;
  height: 100%;
}

#efjxlnwk8nnfymsyidmn .eyecatch a img {
  opacity: 1;
  position: absolute;
  top: 0;
  left: 0;
}

/*  bnr5 バナー＞求人情報/グループ概要
#k8m6td1jwgqx5vp3z93c
--------------------------------------------------------------- */
#k8m6td1jwgqx5vp3z93c {
  background: none #fff;
  border-radius: 100px 100px 0 0;
  height: 600px;
  z-index: 0;
  margin-top: -98px;
  padding: 140px 0 0;
}

#k8m6td1jwgqx5vp3z93c .easys_content_inner {
  width: 960px;
}

#k8m6td1jwgqx5vp3z93c .field_2col {
  margin: 0;
  width: 460px !important;
  height: 319px;
  position: relative;
}

#k8m6td1jwgqx5vp3z93c .field_2col:nth-of-type(1) {
  background: url(../files/bnrhalf_careers.png) no-repeat center top;
}

#k8m6td1jwgqx5vp3z93c .field_2col:nth-of-type(2) {
  background: url(../files/bnrhalf_group.png) no-repeat center top;
  float: right;
}

#k8m6td1jwgqx5vp3z93c .field_2col .eyecatch {
  top: 208px;
  left: 55px;
  position: absolute;
}

#k8m6td1jwgqx5vp3z93c .eyecatch a {
  display: block;
  width: 100%;
  height: 100%;
}

/*  para イメージ動画＞パララックス
#cj34cr15zx5ayaa0iuao
--------------------------------------------------------------- */
#cj34cr15zx5ayaa0iuao {
  position: relative;
  -webkit-clip-path: inset(0);
  clip-path: inset(0);
  height: 0;
  padding: calc(709 / var(--easys_max_width) * 100%) 0 0;
  background: none transparent;
}

#cj34cr15zx5ayaa0iuao video {
  object-fit: cover;
  position: fixed;
  top: 0;
  left: 0;
  width: 100vw;
  height: 100vh;
  z-index: -1;
}

/*  背景色指定
---------------------------------------------------------------------------------------------------- */
#g1tti3n35c1cf5py6q2a {
  margin-bottom: 0;
  padding: 80px 0 5px;
  background: #c7e5c8;
}
#mcjm4i1sgutqg0x0egdd {
  padding-bottom: 50px;
  background: #c7e5c8;
}
#uk8grwx8gg359hem0jqi,
#page_81 #rf8jvyojuils00h86sxy {
  background: #c7e5c8;
  padding: 80px 0 50px;
}

#page_81 #rf8jvyojuils00h86sxy {
  padding: 80px 0 150px;
}

/* 余白調整 */
/* #seziry65bum2kb8vn262 {
  padding-bottom: 100px;
} */
