@charset "utf-8";
@import url('https://fonts.googleapis.com/css2?family=Cormorant+SC:wght@500&family=Josefin+Sans&family=Noto+Sans+JP:wght@100;200;300;400;500;600;800;900&family=Shippori+Mincho:wght@500&display=swap');
/*
 * PC用スタイルCSS
 */


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




/* ===================================================================================================================
   ■ 全体
------------------------------------------------------------------------------------------------------------------- */
html {

  background: none #ffffff;


  scroll-padding-top: 0;
  scroll-behavior: smooth;
}


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

  background: none transparent;


font-family: 'Noto Sans JP', sans-serif;


  color: #333333;
  position: relative;/* 2000pxを超える画面の対策 */
  min-width: 1300px !important;
  max-width: 2000px !important;
  margin: 0 auto;
}

body *[class*="title"]{
  font-family: 'Shippori Mincho', serif;
  font-weight: 500;
}

body#page_6 {
  background: none transparent;
}
#page_6 #video_bg {
  position: fixed;
  height: 100svh;
  width: 100vw !important;
  max-width: 2000px;
  z-index: -1;
  object-fit: cover;
}
#wrapper {
  background: none transparent;
}
#outer_block {
  background: none transparent;
}

#page_6 #outer_block,
#page_9 #outer_block,
#page_12 #outer_block,
#page_15 #outer_block 
 {
  padding-top: 0;/*スライダー下の余白を消す*/
}
#page_6 #outer_block{
  position: relative;
  z-index: 100;
}

a:link, a:visited, a:hover, a:active {color: #7b5544;cursor: none;}

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


/* ===================================================================================================================
   ■ ヘッダー
------------------------------------------------------------------------------------------------------------------- */
#branding_box {
  height: 0px;
  background: none transparent;
  padding: 0;
  position: relative;
  z-index: 500;
  padding: calc(100% * (880/2000)) 0 0 0;
}
#page_6 #branding_box {
  height: 0px;
  padding: calc(100% * (1080/2000)) 0 0 0;
  background: none transparent;
}


/*  H1テキスト
---------------------------------------------------------------------------------------------------- */

/*自由に位置設定したいとき*/
#site-description {
  margin: 0 auto;
  width: auto;
  position: absolute;
  bottom: 45px;
  left: 50px;
  /*位置　レスポンシブ有り*/
  /*
  top: calc(145 / 880 * 100%);
  left: calc(105 / 2000 * 100%);
  */
  }
  
  #page_6 #site-description {
  /* top: 45px;
  left: 50px; */
  /*
  top: calc(145 / 1100 * 100%);
  left: calc(105 / 2000 * 100%);
  */
  }

#site-description a {
  display: inline;
  color: #fefefe	;
}

/*  サイトロゴ
---------------------------------------------------------------------------------------------------- */
.main_header, .header_class {
  width: 960px;
  margin: 0 auto;
  padding: 0;
}
.main_header img, .header_class img {
  position: absolute;
  margin: auto;
  width: 242px;
  height: 68px;
  top: 40px;
  left: 50px;
  /* レスポ有り */
  /* width: calc(100%*(242/2000));
  height: calc(100%*(68/880));
  top: calc(100%*(40/880));
  left: calc(100%*(50/2000)); */
  background: url("/files/branding_box_bg.png") no-repeat center top;

}

#page_6 .main_header img, #page_6 .header_class img {
  width: 242px;
  height: 68px;
  top: 40px;
  left: 50px;
  position: absolute;
  margin: auto;
  /* レスポ有り */
  /* width: calc(100%*(242/2000));
  height: calc(100%*(68/1100));
  top: calc(100%*(40/1100));
  left: calc(100%*(50/2000)); */
}


/*固定時*/
.main_header img.fixed,
#page_6 .main_header img.fixed{
  position: fixed;
  top: 0;
  z-index: 600;
  width: 242px !important;
  height: 68px !important;
  margin-top: 31px !important;
  margin-left: 0 !important;
  background: url("/files/branding_box_bg.png") no-repeat center top;
}

/*画面幅2000px以上の時
---------------------------------------*/
@media screen and (min-width: 2000px) {
  .main_header img.fixed {
    left:calc(50% - 950px) !important;
  }
  
}


/*  グローバルナビ
---------------------------------------------------------------------------------------------------- */

#access {
  position: fixed;
  top: 0;
  left: 100%;
  /* left: calc(100% - 460px); */
  z-index: 2;
  width: 460px;
  height: 100%;
  background-color: rgba(165, 165, 165, 0.9);
  font-size: 0;
  transition: left 0.4s ease-in-out 0s;
}

/*展開したときの位置*/
#access.open {
  left: calc(100% - 460px);
}

#access::before {
  display: block;
  content: "";
  width: 100%;
  height: 130px;
  position: fixed;
  top: 0;
  left: 0;
  background: none rgba(150, 155, 160, 0.9);
  opacity: 0;
  transition: opacity .3s;
}

div#access.fixed::before {
  opacity: 1;
  max-width: 2000px;
  min-width: 1300px;
  margin: 0 auto;
  right: 0;
  left: 0;
}

/*ナビ部分の位置調整*/
div#access .menu-header {
  position: absolute;
  top: 170px;
  right: 0;
  width: 370px;
}

/*ナビを縦並びにするための記述*/
div#access .menu-header #menu-gnavi {
  display: flex;
  flex-flow: column wrap;
  width: 370px;
  /* height: 460px; */
}

div#access .menu-header #menu-gnavi .menu-item a {
  padding: 0;
  width: 370px;
  height: 60px !important;
}

div#access .menu-item a {
  background: url(/files/topnavi_off.png) no-repeat center top;
  position: relative;
}

div#access .menu-item a::before {
  display: block;
  content: "";
  width: 100%;
  height: 100%;
  background: url(/files/topnavi_on.png) no-repeat center top;
  position: absolute;
  opacity: 0;
  transition: all .3s;
}

div#access .gnavi11 a,
div#access .gnavi11 a:hover,
div#access .gnavi11 a::before {
  background-position: left top;
}

div#access .gnavi12 a,
div#access .gnavi12 a:hover,
div#access .gnavi12 a::before {
  background-position: left -60px;
}

div#access .gnavi13 a,
div#access .gnavi13 a:hover,
div#access .gnavi13 a::before {
  background-position: left -120px;
}

div#access .gnavi14 a,
div#access .gnavi14 a:hover,
div#access .gnavi14 a::before {
  background-position: left -180px;
  height: 50px !important;
}

div#access .gnavi15 a,
div#access .gnavi15 a:hover,
div#access .gnavi15 a::before {
  background-position: left -230px;
  height: 50px !important;

}

div#access .gnavi16 a,
div#access .gnavi16 a:hover,
div#access .gnavi16 a::before {
  background-position: left -290px;
}
div#access .gnavi16 a,
div#access .gnavi16 a:hover,
div#access .gnavi16 a::before {
  background-position: left -280px;
}
div#access .gnavi17 a,
div#access .gnavi17 a:hover,
div#access .gnavi17 a::before {
  background-position: left -340px;
}
div#access .gnavi18 a,
div#access .gnavi18 a:hover,
div#access .gnavi18 a::before {
  background-position: left bottom;
}

div#access .gnavi19 {
  margin-top: 30px !important;
}

div#access .gnavi19 a::before {
  display: none;
}

div#access .gnavi19 a {
  background: url(/files/btn_hp.png)no-repeat left top;
  transition: all .3s;
}

div#access .gnavi19 a:hover {
  opacity: .8;
}

div#access .menu-item a:hover:before {
  opacity: 1;
}


/*  ナビ／ハンバーガー関連
---------------------------------------------------- */
#menu_btn {
  position: fixed;
  top: 53px;
  right: 0;
  z-index: 900;
  /* cursor: pointer; */
  width: 160px;
  height: 25px;
  padding-left: 10px;
  transition: all .3s;
}

/*画面幅2000px以上の時
---------------------------------------*/
@media screen and (min-width: 2000px) {
  #menu_btn {
    right:calc(50% - 1000px) !important;
  }
  
}

#menu_btn::before {
  display: block;
  content: "";
  background: url(/files/menu_btn_off_text.png) no-repeat center bottom;
  width: 59px;
  height: 19px;
}

body.open #menu_btn::before {
  background: url(/files/menu_btn_on_text.png) no-repeat center bottom;
}

#menu_btn.fixed::after {
  opacity: 1;
}

body.open #menu_btn::after {
  opacity: 0;
}

#menu_btn .menuTrigger_line {
  position: absolute;
  top: 0;
  bottom: 0;
  margin: auto;
  left: 80px;
  width: 80px;
  height: 6px;
  pointer-events: none;
}

#menu_btn .menuTrigger_line::before,
#menu_btn .menuTrigger_line::after {
  content: "";
  position: absolute;
  left: 0;
  background-color: #fff !important;
  width: 100%;
  height: 1px;
  transition: .3s;
}


#menu_btn.fixed .menuTrigger_line::before,
#menu_btn.fixed .menuTrigger_line::after {
  background: fixed;
}

body.open #menu_btn .menuTrigger_line::before,
body.open #menu_btn .menuTrigger_line::after {
  background-color: #fff;
}

#menu_btn .menuTrigger_line::before {
  top: 0;
}

#menu_btn .menuTrigger_line::after {
  bottom: 0;
}

body.open #menu_btn .menuTrigger_line::before {
  transform: translateY(-50%) rotate(5deg);
  top: 50%;
}

body.open #menu_btn .menuTrigger_line::after {
  transform: translateY(50%) rotate(-5deg);
  bottom: 50%;
}

/* プルダウンメニューのサイズ */
#access ul.menu ul.sub-menu {
  top: 60px;
}

#access ul.menu ul.sub-menu,
#access ul.menu ul.sub-menu li {
  width: 100%;
}

/* プルダウンメニューの色　16進数、RGBA両方変更すること */
div#access ul.sub-menu li.sub-gnavi a,
div#access ul.sub-menu li.sub-gnavi2 a {
  width: 100%;
  background: none rgba(255, 255, 255, 0.75);
  color: #333333;
}

#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: #333333;
}

div#access ul.sub-menu li.sub-gnavi a:hover,
div#access ul.sub-menu li.sub-gnavi2 a:hover {
  background: none rgba(255, 255, 255, 0.75);
  color: #666666;
}

#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: #666666;
}

/*  メイン画像
---------------------------------------------------------------------------------------------------- */
#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%;
}

/* #video_teaser #video_teaser_inner video {
    object-fit: cover;
    position: fixed;
    top: 0;
    left: 0;
    width: 100vw;
    height: 100vh;
    z-index: -1;
} */

/* ===================================================================================================================
   ■ サイド
------------------------------------------------------------------------------------------------------------------- */
/* サイドナビ　タイトル */
.widget-title, .widget-title2 a {
  padding: 0;
  text-align: center;
  color: #ffffff;
}
.widget-title2 a:link, .widget-title2 a:visited,
.widget-title2 a:hover, .widget-title2 a:active {
  color: #ffffff;
}

/* サイドナビ　メニュー部分 */
#blog_main .widget-area ul ul li a {
  background-image: url(/files/widget_list_bg.png);
  color: #202020;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  font-family: 'Shippori Mincho', serif;
  font-weight: 500;
}

#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: #555555;
  line-height: 2;
  padding: 5px;
}
#wp-calendar tbody td a { text-decoration: underline; }
#wp-calendar tbody td a:hover { text-decoration: none; }




/* ===================================================================================================================
   ■ フッター
------------------------------------------------------------------------------------------------------------------- */
#footer_block {
  background-position: center top;
  height: 584px;
  position: relative;
  background: url(/files/footer_bg.png) repeat center top;
  z-index: 100;
  margin-top: 180px;
}

#page_6 #footer_block{
  margin-top: 0;
}

#footer_box {
  background: url(/files/footer_box_bg.png) no-repeat center top;
  height: 460px;
}



/*  フッターナビ
---------------------------------------------------------------------------------------------------- */
#footer_sitemap_block {
  padding: 0;
  /*絶対値指定する時
  position: absolute;
  bottom: 50px;
  left: 50%;
  margin: 0;
  width: auto;
  transform: translateX(-50%);
  */
}
/* 中央以外 */
/*
#footer-widget-area .widget-area{
    position: absolute;
    top: 320px;
    left: calc(50% - 140px);
}
*/
#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 a {
  border-color: transparent;
  color: #ffffff;
  text-align: left;
  font-size: 12px;
  padding: 0;
  width: auto;
  font-family: 'Shippori Mincho', serif;
  font-weight: 500;
  display: block;
  background: url(/files/footer_link_arr.png) no-repeat right center;
}
#footer_sitemap_block #footer-widget-area .widget-area .menu-item a:hover {
  background-color: transparent;
}

#footer-widget-area {
  display: block;
}

#footer-widget-area .widget-area ul.menu {
  border:none;
}

#groupE,
#groupF,
#groupG,
#groupH,
#groupI,
#groupJ,
#groupK{
  position:absolute;
  top: 160px;
  padding-top: 40px;
}
#groupE{
  left: calc(50% - 550px);
  width: 104px;
  /* height: 21px; */
  background: url(/files/footer_navi_bg_01.png) no-repeat center top;
}

#footer-widget-area .widget-area .menu-item{
  padding:0;
  width: 100%;
}

#groupF{
  left: calc(50% - 418px);
  width: 134px;
  background: url(/files/footer_navi_bg_02.png) no-repeat center top;

}
#groupG{
  /* top: 180px; */
  width: 134px;
  left: calc(50% - 252px);
  display: flex;
  flex-flow: column;
  text-align: left;
  background: url(/files/footer_navi_bg_03.png) no-repeat center top;
}
#groupH{
  /* top: 180px; */
  left: calc(50% - 70px);
  width: 134px;
  background: url(/files/footer_navi_bg_04.png) no-repeat center top;
}
#groupI{
  /* top: 180px; */
  left: calc(50% - -100px);
  background: url(/files/footer_navi_bg_05.png) no-repeat center top;
  width: 137px;
}
#groupJ{
  /* top: 180px; */
  left: calc(50% - -275px);
  background: url(/files/footer_navi_bg_06.png) no-repeat center top;
  width: 176px;
}

#groupK{
  /* top: 180px; */
  left: calc(50% - -485px);
  background: url(/files/footer_navi_bg_07.png) no-repeat center top;
  width: 104px;
}


/*  フッター情報
---------------------------------------------------------------------------------------------------- */
.footer_infomation {
  display: block;
  margin: 0 auto;
  width: 960px;
}
#footer_information .entry-post {
  margin: 360px 0 0 296px;
  width: 100%;
  text-align: left;

  /* テキスト左寄せ用
  margin: 40px 0 0 320px;
*/
}
/* 中央以外 */
/*
#footer_information{
    position: absolute;
    top: 180px;
    left: calc(50% + -474px);
}
#footer_information .entry-post {
  width: 450px;
  margin: 0;
  text-align: left;
}
*/


/*  フッター住所
---------------------------------------------------------------------------------------------------- */
#footer_information .entry-post .post-data > p {
  color: #ffffff;
  /*絶対値指定する時
  position: absolute;
  bottom: 110px;
  left: 50%;
  margin: 0;
  width: auto;
  transform: translateX(-50%);
  */
  font-family: 'Shippori Mincho', serif;
  font-weight: 500;
}


/*  フッターSNSボタン
---------------------------------------------------------------------------------------------------- */
#footer_sns_btn {
  margin: 20px auto 0;
  /* 絶対値指定する時
  position: absolute;
  bottom: 130px;
  left: 50%;
  margin: 0;
  transform: translateX(-50%);
  */
}
#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: #666666;
}
/* 中央寄せの時 */
/*
#copyright {
  position: absolute;
  bottom: 0;
  left: 50%;
  margin: 0;
  transform: translateX(-50%);
}
*/
/* 中央以外 */

#copyright {
    position: absolute;
    bottom: 90px;
    left: calc(50% - 178px);
}


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

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

.fixed_btn #fixed_btn_gtn,
.fixed_btn #fixed_btn_gtn a {height: 150px;}


/*  スクロールトップ
---------------------------------------------------------------------------------------------------- */
#float_top_btn a:hover img {
  opacity: 0.8;
}

/* ===================================================================================================================
   ■ コンテンツ
------------------------------------------------------------------------------------------------------------------- */
#container_top {
  padding: 0;
}
#container_top.single_post {
  padding: 0 0 50px;
}


/* ===================================================================================================================
   ■ コンテンツ
------------------------------------------------------------------------------------------------------------------- */
#container_top {
  padding: 0;
}
#container_top.single_post {
  padding: 0 0 50px;
}

/*  見出し
---------------------------------------------------------------------------------------------------- */
.headline_title {
  background-image: none;
  color: #7b5544;
}
h3.entry_title, .entry_title, .entry-title { /* サイズ、背景、余白などはこちら */
  background-image: url(/files/entry_title_bg.png);
  color: #202020;
}
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: #202020;
}
/* 見出しリンクボタン */
.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;
  color: #202020;
}


/* 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: #202020;}

* .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: #7b5544;}



/* B-03など小見出し用 */
* .sub_entry_title {
  background: url("/files/sub_entry_title_bg.png") no-repeat scroll left top transparent;
  color: #7b5544;
}
* .sub_entry_title a:link, * .sub_entry_title a:visited,
* .sub_entry_title a:hover, * .sub_entry_title a:active {
  color: #7b5544;
}
/* 小見出しリンクボタン */
.sub_entry_title span.read_more_btn a,
.sub_entry_title span.read_more_btn a:hover {
  background-image: url(/files/sub_read_more_btn.png);
}
.sub_entry_title span.read_more_btn a:hover  {opacity: 0.8;}
* .mid_sub_entry_title {
  background-image: url(/files/sub_entry_title_bg_w570.png);
  font-size: 20px;
  color: #7b5544;
}


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


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

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


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

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




/*  テーブル
---------------------------------------------------------------------------------------------------- */
.table_area td.td_name, .table_area td.td_value, /* Eブロック、Gブロック等 */
body.coupon .table_area td.td_name, body.coupon .table_area td.td_value, /* クーポンページ */
table.iqfm-table th, table.iqfm-table td /* お問合せ */ {
  border-color: #ccc;
}
.table_area td.td_name, body.coupon table.table_area td.td_name, .iqfm-table th {
  background: none #eee;
}
.table_area td.td_value, body.coupon table.table_area td.td_value, .iqfm-table td,
.custom-wpcf7c-confirmed td, input.wpcf7c-conf, textarea.wpcf7c-conf {
  max-width: 300px;/*firefox 確認画面のはみ出し防止用*/
  background: none transparent;
}

/*  テーブル
---------------------------------------------------------------------------------------------------- */
.easys_content:not(.ne_01) table:not(#wp-calendar) tr > * {
  background: none transparent !important;
  border-color: #555555;
  border-top: none !important;
  border-right: none !important;
  border-left: none !important;
}
.easys_content:not(.ne_01) table:not(#wp-calendar) tr:first-child > * {
  border-top: 1px solid #555555 !important;
}

/*メール送信後メッセージボックスのボーダー（デフォルト：グリーン）*/
div.wpcf7-mail-sent-ok {
  border-color: #7b5544 !important;
}

/* Dメニュー下線 */
.td_cell {
  border-color: #ccc;
  vertical-align: top;
}

.table_area table tr td {
  background: none transparent;
}




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



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


/* 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 #7b5544;
  background-color: transparent;
  color: #7b5544;
}
div.link_list a:hover {
  border: 1px solid #7b5544;
  background-color: #7b5544;
  color: #ffffff;
}


.faq-title {
  background-color: #7b5544;
  color: #ffffff;
  font-weight: normal;
}



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

/* 必須項目 */
.iqfm-req_color {
  color: #7b5544;
}
.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: #666666;
}
/* 有効期限の部分 */
.coupon_box table tr td.coupon_meta_title {
  background-color: transparent;
  width: 8em;
  color: #333333;
}
.coupon_box table tr td.coupon_meta {
  background-color: transparent;
  color: #333333;
}
.e-04 .menu_area td {
  height: 3.5em;
}
.e-04 .menu_area .parent_title {
  font-size: 120%;
  height:  auto;
}



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

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



/*  ローディング画面
---------------------------------------------------------------------------------------------------- */
.black-screen {
  background-color: #fff;
}

.black-screen > .inner {
  top: calc(50vh - (5.5vw / 2));
  width: 5vw;
  height: 5.5vw;
  background-image: url("/files/loading.gif");
}


/*  地図
---------------------------------------------------------------------------------------------------- */
#map_canvas {
  width: 100%;
  height: 450px;
  margin: 0 0 20px;
}

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


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

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


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

/*全体フェードイン　Dブロックは解除*/
.easys_content_inner:not(.nd_01 .easys_content_inner){
  opacity: 0;
  transform: translateY(100px) rotate3d(-1, -1, 0, -20deg);
  transition: 1.3s ease 0s;
}
.easys_content_inner.moved:not(.nd_01 .easys_content_inner.moved) {
  opacity: 1;
  transform: translateY(0) rotate3d(0, 0, 1, 0);
}




/*  トップページ
---------------------------------------------------------------------------------------------------- */




/*  デザインブロック共通
---------------------------------------------------------------------------------------------------- */


#oghpab2ou7we0x0136hy,
#za0c1xla6b7enxd6bcj9,
#p9wpj838a61k0ojoiq5y,
#cyxrd6n38trx76xvlny6,
#ixtc6b2tsz2vz5ufkqmz,
#j6f9bq9zjuqdxbkzxawb,
#wbq4jv6kmerb7mu9eq35,
#vy24s4w90h0w5uj731yb,
#mrunfxdg7obcth4jkgr7,
#xas2cg9we6f4o2qa07rt,
#lazbyglhwz1wy5j1wom6,
#jwg4e1px74evltmq9kbz {
  background-repeat: no-repeat;
  background-position: center top;
  margin-bottom: 0;
  position: relative;
}



#oghpab2ou7we0x0136hy .easys_content_inner,
#za0c1xla6b7enxd6bcj9 .easys_content_inner,
#p9wpj838a61k0ojoiq5y .easys_content_inner,
#cyxrd6n38trx76xvlny6 .easys_content_inner,
#ixtc6b2tsz2vz5ufkqmz .easys_content_inner,
#j6f9bq9zjuqdxbkzxawb .easys_content_inner,
#wbq4jv6kmerb7mu9eq35 .easys_content_inner,
#vy24s4w90h0w5uj731yb .easys_content_inner,
#mrunfxdg7obcth4jkgr7 .easys_content_inner,
#xas2cg9we6f4o2qa07rt .easys_content_inner,
#lazbyglhwz1wy5j1wom6 .easys_content_inner,
#jwg4e1px74evltmq9kbz .easys_content_inner {
  position: relative;  
  width: 1100px;
}


#oghpab2ou7we0x0136hy .easys_content_inner::before,
#za0c1xla6b7enxd6bcj9 .easys_content_inner::before,
#cyxrd6n38trx76xvlny6 .easys_content_inner::before,
#ixtc6b2tsz2vz5ufkqmz .easys_content_inner::before,
#j6f9bq9zjuqdxbkzxawb .easys_content_inner::before,
#wbq4jv6kmerb7mu9eq35 .easys_content_inner::before,
#vy24s4w90h0w5uj731yb .easys_content_inner::before,
#mrunfxdg7obcth4jkgr7 .easys_content_inner::before,
#xas2cg9we6f4o2qa07rt .easys_content_inner::before,
#lazbyglhwz1wy5j1wom6 .easys_content_inner::before,
#jwg4e1px74evltmq9kbz .easys_content_inner::before,
#mcjm4i1sgutqg0x0egdd .easys_content_inner::before{
 width: 1px;
 height: 90px;
 content: "";
 background-color: #000;
 left: 50%;
 position: relative;
 z-index: 10;
 display: block;
 top: 260px;
}
#cyxrd6n38trx76xvlny6 .easys_content_inner::before{
  top: 90px;
}



#mcjm4i1sgutqg0x0egdd .easys_content_inner::before{
  top: 85px;
}

#oghpab2ou7we0x0136hy .post_margin,
#za0c1xla6b7enxd6bcj9 .post_margin,
#p9wpj838a61k0ojoiq5y .post_margin,
#cyxrd6n38trx76xvlny6 .post_margin,
#ixtc6b2tsz2vz5ufkqmz .post_margin,
#j6f9bq9zjuqdxbkzxawb .post_margin,
#wbq4jv6kmerb7mu9eq35 .post_margin,
#vy24s4w90h0w5uj731yb .post_margin,
#mrunfxdg7obcth4jkgr7 .post_margin,
#xas2cg9we6f4o2qa07rt .post_margin,
#lazbyglhwz1wy5j1wom6 .post_margin,
#jwg4e1px74evltmq9kbz .post_margin {
  margin: 0;
}
#oghpab2ou7we0x0136hy .eyecatch,
#za0c1xla6b7enxd6bcj9 .eyecatch,
#p9wpj838a61k0ojoiq5y .eyecatch,
#cyxrd6n38trx76xvlny6 .eyecatch,
#ixtc6b2tsz2vz5ufkqmz .eyecatch,
#j6f9bq9zjuqdxbkzxawb .eyecatch,
#wbq4jv6kmerb7mu9eq35 .eyecatch,
#vy24s4w90h0w5uj731yb .eyecatch,
#mrunfxdg7obcth4jkgr7 .eyecatch,
#xas2cg9we6f4o2qa07rt .eyecatch,
#lazbyglhwz1wy5j1wom6 .eyecatch,
#jwg4e1px74evltmq9kbz .eyecatch {
  display: none;
  float: none !important;
}
#oghpab2ou7we0x0136hy .entry_post,
#za0c1xla6b7enxd6bcj9 .entry_post,
#p9wpj838a61k0ojoiq5y .entry_post,
#cyxrd6n38trx76xvlny6 .entry_post,
#ixtc6b2tsz2vz5ufkqmz .entry_post,
#j6f9bq9zjuqdxbkzxawb .entry_post,
#wbq4jv6kmerb7mu9eq35 .entry_post,
#vy24s4w90h0w5uj731yb .entry_post,
#mrunfxdg7obcth4jkgr7 .entry_post,
#xas2cg9we6f4o2qa07rt .entry_post,
#lazbyglhwz1wy5j1wom6 .entry_post,
#jwg4e1px74evltmq9kbz .entry_post {
  box-sizing: border-box;
  position: relative;
}
#oghpab2ou7we0x0136hy .entry_post > [class*="title"],
#za0c1xla6b7enxd6bcj9 .entry_post > [class*="title"],
#p9wpj838a61k0ojoiq5y .entry_post > [class*="title"],
#cyxrd6n38trx76xvlny6 .entry_post > [class*="title"],
#ixtc6b2tsz2vz5ufkqmz .entry_post > [class*="title"],
#j6f9bq9zjuqdxbkzxawb .entry_post > [class*="title"],
#wbq4jv6kmerb7mu9eq35 .entry_post > [class*="title"],
#vy24s4w90h0w5uj731yb .entry_post > [class*="title"],
#mrunfxdg7obcth4jkgr7 .entry_post > [class*="title"],
#xas2cg9we6f4o2qa07rt .entry_post > [class*="title"],
#lazbyglhwz1wy5j1wom6 .entry_post > [class*="title"],
#jwg4e1px74evltmq9kbz .entry_post > [class*="title"] {
  /* font-family: 'Cormorant SC', serif !important;
  font-family: 'Josefin Sans', sans-serif !important; */
  background: none transparent;
  color: #202020;
  font-size: 26px;
  letter-spacing: 0;
  text-align: left;
  height: auto;
  font-size: 26px;
  line-height: calc(34/26);
  margin-bottom: 0;
}

#za0c1xla6b7enxd6bcj9 .entry_post > [class*="title"],
#cyxrd6n38trx76xvlny6 .entry_post > [class*="title"],
#ixtc6b2tsz2vz5ufkqmz .entry_post > [class*="title"] {
    color: #fff;
   
}

#za0c1xla6b7enxd6bcj9 .entry_post > [class*="title"] br,
#ixtc6b2tsz2vz5ufkqmz .entry_post > [class*="title"] br{
  display:block;
}

#oghpab2ou7we0x0136hy .text_box,
#za0c1xla6b7enxd6bcj9 .text_box,
#p9wpj838a61k0ojoiq5y .text_box,
#cyxrd6n38trx76xvlny6 .text_box,
#ixtc6b2tsz2vz5ufkqmz .text_box,
#j6f9bq9zjuqdxbkzxawb .text_box,
#wbq4jv6kmerb7mu9eq35 .text_box,
#vy24s4w90h0w5uj731yb .text_box,
#mrunfxdg7obcth4jkgr7 .text_box,
#mcjm4i1sgutqg0x0egdd .text_box,
#xas2cg9we6f4o2qa07rt .text_box,
#lazbyglhwz1wy5j1wom6 .text_box,
#jwg4e1px74evltmq9kbz .text_box {
  float: none !important;
  overflow: visible;
  height: auto;
  width: 100%;
  margin: 0;
}
#oghpab2ou7we0x0136hy .post_data,
#za0c1xla6b7enxd6bcj9 .post_data,
#p9wpj838a61k0ojoiq5y .post_data,
#cyxrd6n38trx76xvlny6 .post_data,
#ixtc6b2tsz2vz5ufkqmz .post_data,
#j6f9bq9zjuqdxbkzxawb .post_data,
#wbq4jv6kmerb7mu9eq35 .post_data,
#vy24s4w90h0w5uj731yb .post_data,
#mrunfxdg7obcth4jkgr7 .post_data,
#xas2cg9we6f4o2qa07rt .post_data,
#lazbyglhwz1wy5j1wom6 .post_data,
#jwg4e1px74evltmq9kbz .post_data {
  float: none !important;
  overflow: visible;
  display: block;
  margin: 0;
}
/* 追加画像 */
.design_block {
  background-repeat: no-repeat;
  background-position: center center;
  position: absolute;
  opacity: 0;
  transform: translateY(100px) rotate3d(-1, -1, 0, -20deg);
  transition: 1.3s ease 0s;
}
.design_block.moved {
  opacity: 1;
}
#oghpab2ou7we0x0136hy .design_block[class*="block"].moved,
#za0c1xla6b7enxd6bcj9 .design_block[class*="block"].moved,
#p9wpj838a61k0ojoiq5y .design_block[class*="block"].moved,
#cyxrd6n38trx76xvlny6 .design_block[class*="block"].moved,
#ixtc6b2tsz2vz5ufkqmz .design_block[class*="block"].moved,
#j6f9bq9zjuqdxbkzxawb .design_block[class*="block"].moved,
#wbq4jv6kmerb7mu9eq35 .design_block[class*="block"].moved,
#vy24s4w90h0w5uj731yb .design_block[class*="block"].moved,
#mrunfxdg7obcth4jkgr7 .design_block[class*="block"].moved,
#mcjm4i1sgutqg0x0egdd .design_block[class*="block"].moved,
#xas2cg9we6f4o2qa07rt .design_block[class*="block"].moved,
#lazbyglhwz1wy5j1wom6 .design_block[class*="block"].moved,
#jwg4e1px74evltmq9kbz .design_block[class*="block"].moved {
  opacity: 1;
  transform: translateY(0) rotate3d(0, 0, 1, 0);
}

#oghpab2ou7we0x0136hy .post_data p,
#za0c1xla6b7enxd6bcj9 .post_data p,
#p9wpj838a61k0ojoiq5y .post_data p,
#cyxrd6n38trx76xvlny6 .post_data p,
#ixtc6b2tsz2vz5ufkqmz .post_data p,
#j6f9bq9zjuqdxbkzxawb .post_data p,
#wbq4jv6kmerb7mu9eq35 .post_data p,
#vy24s4w90h0w5uj731yb .post_data p,
#mrunfxdg7obcth4jkgr7 .post_data p,
#xas2cg9we6f4o2qa07rt .post_data p,
#lazbyglhwz1wy5j1wom6 .post_data p,
#jwg4e1px74evltmq9kbz .post_data p{
  color: #333333;
  font-size: 16px;
  letter-spacing: 0;
  line-height: calc(34/16);
  text-align: justify;
  font-feature-settings: "palt";
}

#za0c1xla6b7enxd6bcj9 .post_data p,
#cyxrd6n38trx76xvlny6 .post_data p,
#ixtc6b2tsz2vz5ufkqmz .post_data p {
    color: #fff;
}


/* 個別ブロック側の例 */
#y0sel620tvhc6wlgwleb .design_block.block1 {
  background-image: url(/files/00top_block02_bg02.jpg);
  width: 1533px;
  height: 670px;
  top: 517px;
  left: calc(50% - 1000px);
  margin-left: -100px;
}

/* 共通ボタン-ブロック内リンク */

#oghpab2ou7we0x0136hy [class*="_btn"],
#za0c1xla6b7enxd6bcj9 [class*="_btn"],
#p9wpj838a61k0ojoiq5y [class*="_btn"],
#cyxrd6n38trx76xvlny6 [class*="_btn"],
#mcjm4i1sgutqg0x0egdd [class*="_btn"] {
  margin: 0;
  padding: 0;
  width: 220px;
  height: 50px;
}

#oghpab2ou7we0x0136hy [class*="_btn"] a,
#za0c1xla6b7enxd6bcj9 [class*="_btn"] a,
#p9wpj838a61k0ojoiq5y [class*="_btn"] a,
#cyxrd6n38trx76xvlny6 [class*="_btn"] a,
#mcjm4i1sgutqg0x0egdd [class*="_btn"] a {
  background: none;
  /* cursor: pointer; */
  margin-top: 10px;
  padding: 20px 0 20px;
  box-sizing: border-box;
  font-weight: 600;
  font-size: 16px;
  letter-spacing: 0em;
  text-align: left;
  text-decoration: none;
  border-radius: 0;
  background: none;
  color: #333333;  
  width: 100%;
  height: 100%;
  position: relative;
  z-index: 300;
}

#za0c1xla6b7enxd6bcj9 [class*="_btn"] a,
#cyxrd6n38trx76xvlny6 [class*="_btn"] a  {
    color: #fff;
}




/* 2枚切り替え */
#oghpab2ou7we0x0136hy [class*="_btn"] a::after,
#za0c1xla6b7enxd6bcj9 [class*="_btn"] a::after,
#p9wpj838a61k0ojoiq5y [class*="_btn"] a::after,
#cyxrd6n38trx76xvlny6 [class*="_btn"] a::after,
#mcjm4i1sgutqg0x0egdd [class*="_btn"] a::after{
  position: absolute;
  bottom: 0;
  left: 0;
  -webkit-transform: scaleX(1);
  transform: scaleX(1);
  -webkit-transform-origin: left center;
  transform-origin: left center;
  -webkit-transition: -webkit-transform 0.7s cubic-bezier(0.25, 1, 0.5, 1);
  transition: -webkit-transform 0.7s cubic-bezier(0.25, 1, 0.5, 1);
  transition: transform 0.7s cubic-bezier(0.25, 1, 0.5, 1);
  transition: transform 0.7s cubic-bezier(0.25, 1, 0.5, 1),
  -webkit-transform 0.7s cubic-bezier(0.25, 1, 0.5, 1);
  width: 100%;
  height: 1px;
  content: '';
  background-color:#333 ;
}


#za0c1xla6b7enxd6bcj9 [class*="_btn"] a::after,
#cyxrd6n38trx76xvlny6 [class*="_btn"] a::after{
  background-color:#fff;
}

#oghpab2ou7we0x0136hy [class*="_btn"] a:hover::after,
#za0c1xla6b7enxd6bcj9 [class*="_btn"] a:hover::after,
#p9wpj838a61k0ojoiq5y [class*="_btn"] a:hover::after,
#cyxrd6n38trx76xvlny6 [class*="_btn"] a:hover::after,
#mcjm4i1sgutqg0x0egdd [class*="_btn"] a:hover::after
{
  -webkit-transform: scaleX(0);
  transform: scaleX(0);
  -webkit-transform-origin: right center;
  transform-origin: right center;
}

#oghpab2ou7we0x0136hy [class*="_btn"] a::before,
#za0c1xla6b7enxd6bcj9 [class*="_btn"] a::before,
#p9wpj838a61k0ojoiq5y [class*="_btn"] a::before,
#cyxrd6n38trx76xvlny6 [class*="_btn"] a::before,
#mcjm4i1sgutqg0x0egdd [class*="_btn"] a::before{
  position: absolute;
  top: 41%;
  right: 0;
  content: '';
  height: 15px;
  width: 15px;
  color:#333;
  background: url(/files/dbbtn_icon.png) no-repeat center top;
  /* font-size: 16px; */
}

#za0c1xla6b7enxd6bcj9 [class*="_btn"] a::before,
#cyxrd6n38trx76xvlny6 [class*="_btn"] a::before {
    background: url(/files/dbbtnshiro_icon.png) no-repeat center top/100%;
}

#oghpab2ou7we0x0136hy [class*="_btn"] a:hover:before,
#za0c1xla6b7enxd6bcj9 [class*="_btn"] a:hover:before,
#p9wpj838a61k0ojoiq5y [class*="_btn"] a:hover:before,
#cyxrd6n38trx76xvlny6 [class*="_btn"] a:hover:before,
#mcjm4i1sgutqg0x0egdd [class*="_btn"] a:hover:before{
  -webkit-transform: rotate(180deg);
  transform: rotate(180deg);
  -webkit-transition: -webkit-transform 1s cubic-bezier(0.25, 1, 0.5, 1);
  transition: -webkit-transform 1s cubic-bezier(0.25, 1, 0.5, 1);
  transition: transform 1s cubic-bezier(0.25, 1, 0.5, 1);
  transition: transform 1s cubic-bezier(0.25, 1, 0.5, 1),
   -webkit-transform 1s cubic-bezier(0.25, 1, 0.5, 1);
}

#oghpab2ou7we0x0136hy .block_midashi_back,
#za0c1xla6b7enxd6bcj9 .block_midashi_back,
#cyxrd6n38trx76xvlny6 .block_midashi_back,
#mcjm4i1sgutqg0x0egdd .block_midashi_back,
#ixtc6b2tsz2vz5ufkqmz .block_midashi_back,
#j6f9bq9zjuqdxbkzxawb .block_midashi_back,
#wbq4jv6kmerb7mu9eq35 .block_midashi_back,
#vy24s4w90h0w5uj731yb .block_midashi_back {
  top: 0px;
  left: 0;
  right: 0;
  margin: auto;
  width: 500px;
}

#vy24s4w90h0w5uj731yb .block_midashi_back {
    width: 514px;
}

#wbq4jv6kmerb7mu9eq35 .block_midashi_back {
    width: 442px;
}

#za0c1xla6b7enxd6bcj9 .block_midashi_back {
    width: 474px;
}

#oghpab2ou7we0x0136hy .block_midashi_back {
    width: 511px;
}
#ixtc6b2tsz2vz5ufkqmz .block_midashi_back{
  width: 509px;
}
#mcjm4i1sgutqg0x0egdd .block_midashi_back{
  width: 750px;
}

#oghpab2ou7we0x0136hy .block_midashi_back,
#oghpab2ou7we0x0136hy .block_midashi_front,
#za0c1xla6b7enxd6bcj9 .block_midashi_back,
#za0c1xla6b7enxd6bcj9 .block_midashi_front,
#ixtc6b2tsz2vz5ufkqmz .block_midashi_back,
#ixtc6b2tsz2vz5ufkqmz .block_midashi_front,
#j6f9bq9zjuqdxbkzxawb .block_midashi_back,
#j6f9bq9zjuqdxbkzxawb .block_midashi_front,
#wbq4jv6kmerb7mu9eq35 .block_midashi_back,
#wbq4jv6kmerb7mu9eq35 .block_midashi_front,
#vy24s4w90h0w5uj731yb .block_midashi_back,
#vy24s4w90h0w5uj731yb .block_midashi_front{
  padding-top: 180px;
}
/* #cyxrd6n38trx76xvlny6 .block_midashi_back,
#cyxrd6n38trx76xvlny6 .block_midashi_front */
#oghpab2ou7we0x0136hy .block_midashi_front,
#za0c1xla6b7enxd6bcj9 .block_midashi_front,
#cyxrd6n38trx76xvlny6 .block_midashi_front,
#mcjm4i1sgutqg0x0egdd .block_midashi_front,
#ixtc6b2tsz2vz5ufkqmz .block_midashi_front,
#j6f9bq9zjuqdxbkzxawb .block_midashi_front,
#wbq4jv6kmerb7mu9eq35 .block_midashi_front,
#vy24s4w90h0w5uj731yb .block_midashi_front {
  top: 12px;
  left: 0;
  right: 0;
  margin: auto;
  color: #000;
  font-size: 16px;
  line-height: calc(34/16);
  letter-spacing: 0.3em;
  font-weight: 400;
  font-family: 'Josefin Sans', sans-serif;
}


.block_midashi_back {
  -webkit-transform: scale(1.05);
  transform: scale(1.05);
  color: #dcdcdc;
  font-family: 'Cormorant SC', serif;
  font-size: 80px;
  font-weight: 500;
  position: absolute;
  line-height: 54px;
  letter-spacing: 0.3em;
  top: 250px;
  left: 90px;
  width: auto;
  white-space: nowrap;
  display: flex;
  justify-content: space-between;
  width: 380px;
}
.moved .block_midashi_back {
  -webkit-transform: scale(1);
  transform: scale(1);
  -webkit-transition: -webkit-transform 0.6s cubic-bezier(0.25, 1, 0.5, 1);
  transition: -webkit-transform 0.6s cubic-bezier(0.25, 1, 0.5, 1);
  transition: transform 0.6s cubic-bezier(0.25, 1, 0.5, 1);
  transition: transform 0.6s cubic-bezier(0.25, 1, 0.5, 1), -webkit-transform 0.6s cubic-bezier(0.25, 1, 0.5, 1);
  color: #dcdcdc;
}
.block_midashi_back span {
  display: inline-block;
  vertical-align: baseline;
  -webkit-transform: perspective(1500px) translate3d(100px, 0, -10px) rotateY(80deg);
  transform: perspective(1500px) translate3d(100px, 0, -10px) rotateY(80deg);
  -webkit-transform-origin: left center;
  transform-origin: left center;
  -webkit-transform-style: preserve-3d;
  transform-style: preserve-3d;
  opacity: 0;
}
.moved .block_midashi_back span {
  -webkit-transform: perspective(1500px) rotateY(0deg) translate3d(0, 0, 0);
  transform: perspective(1500px) rotateY(0deg) translate3d(0, 0, 0);
  opacity: 1;
  -webkit-transition: opacity 0.45s ease, color 0.8s linear, -webkit-transform 1.2s cubic-bezier(0.25, 1, 0.5, 1);
  transition: opacity 0.45s ease, color 0.8s linear, -webkit-transform 1.2s cubic-bezier(0.25, 1, 0.5, 1);
  transition: transform 1.2s cubic-bezier(0.25, 1, 0.5, 1), opacity 0.45s ease, color 0.8s linear;
  transition: transform 1.2s cubic-bezier(0.25, 1, 0.5, 1), opacity 0.45s ease, color 0.8s linear, -webkit-transform 1.2s cubic-bezier(0.25, 1, 0.5, 1);
}
.moved .block_midashi_back span:nth-of-type(1) {
  -webkit-transition-delay: 0s;
  transition-delay: 0s;
}
.moved .block_midashi_back span:nth-of-type(2) {
  -webkit-transition-delay: 0.04s;
  transition-delay: 0.04s;
}
.moved .block_midashi_back span:nth-of-type(3) {
  -webkit-transition-delay: 0.08s;
  transition-delay: 0.08s;
}
.moved .block_midashi_back span:nth-of-type(4) {
  -webkit-transition-delay: 0.12s;
  transition-delay: 0.12s;
}
.moved .block_midashi_back span:nth-of-type(5) {
  -webkit-transition-delay: 0.16s;
  transition-delay: 0.16s;
}
.moved .block_midashi_back span:nth-of-type(6) {
  -webkit-transition-delay: 0.2s;
  transition-delay: 0.2s;
}
.moved .block_midashi_back span:nth-of-type(7) {
  -webkit-transition-delay: 0.24s;
  transition-delay: 0.24s;
}
.moved .block_midashi_back span:nth-of-type(8) {
  -webkit-transition-delay: 0.28s;
  transition-delay: 0.28s;
}
.moved .block_midashi_back span:nth-of-type(9) {
  -webkit-transition-delay: 0.32s;
  transition-delay: 0.32s;
}
.moved .block_midashi_back span:nth-of-type(10) {
  -webkit-transition-delay: 0.36s;
  transition-delay: 0.36s;
}
.moved .block_midashi_back span:nth-of-type(11) {
  -webkit-transition-delay: 0.4s;
  transition-delay: 0.4s;
}
.moved .block_midashi_back span:nth-of-type(12) {
  -webkit-transition-delay: 0.44s;
  transition-delay: 0.44s;
}
.moved .block_midashi_back span:nth-of-type(13) {
  -webkit-transition-delay: 0.48s;
  transition-delay: 0.48s;
}
.moved .block_midashi_back span:nth-of-type(14) {
  -webkit-transition-delay: 0.52s;
  transition-delay: 0.52s;
}
.moved .block_midashi_back span:nth-of-type(15) {
  -webkit-transition-delay: 0.56s;
  transition-delay: 0.56s;
}
.moved .block_midashi_back span:nth-of-type(16) {
  -webkit-transition-delay: 0.6s;
  transition-delay: 0.6s;
}
.moved .block_midashi_back span:nth-of-type(17) {
  -webkit-transition-delay: 0.64s;
  transition-delay: 0.64s;
}
.moved .block_midashi_back span:nth-of-type(18) {
  -webkit-transition-delay: 0.68s;
  transition-delay: 0.68s;
}
.moved .block_midashi_back span:nth-of-type(19) {
  -webkit-transition-delay: 0.72s;
  transition-delay: 0.72s;
}
.moved .block_midashi_back span:nth-of-type(20) {
  -webkit-transition-delay: 0.76s;
  transition-delay: 0.76s;
}

.block_midashi_front {
  position: absolute;
  top: 320px;
  left: 240px;
  color: #fff;
  font-size: 20px;
  text-align: center;
  opacity: 0;
  transition: 1s;
  font-family: 'Josefin Sans', sans-serif;
}
.moved .block_midashi_front {
  top: 270px;
  opacity: 1;
}



/*  DB＞ナチュラル美人な大人女性に 01
---------------------------------------------------------------------------------------------------- */

#oghpab2ou7we0x0136hy {
  height: 1980px;
  background: url(/files/top_01_bg_01.jpg) no-repeat center top 310px,
  url(/files/top_01_bg_02.png) no-repeat center top 1060px;
  background-color: #ffffff;
}
#oghpab2ou7we0x0136hy .entry_post {
  padding: 490px 0px 0 550px;
}
#oghpab2ou7we0x0136hy .post_data {
  margin-bottom: 55px;
  margin-top: 50px;
}

#oghpab2ou7we0x0136hy .design_block.block1 {
  background-image: url(/files/top_01_cacth_01.png);
  width: 433px;
  height: 161px;
  top: 605px;
  left: calc(50% - 550px);
}
#oghpab2ou7we0x0136hy .design_block.block2 {
  background-image: url(/files/top_01_cacth_02.png);
  width: 474px;
  height: 73px;
  top: 1590px;
  left: calc(50% - 440px);
  z-index: 1;
}
#oghpab2ou7we0x0136hy .design_block.block3 {
  background-image: url(/files/top_01_img_01.jpg);
  width: 420px;
  height: 590px;
  top: 910px;
  left: calc(50% - 550px);
}
#oghpab2ou7we0x0136hy .design_block.block4 {
  background-image: url(/files/top_01_img_02.jpg);
  width: 660px;
  height: 460px;
  top: 1340px;
  left: calc(50% - 80px);
}

/*  DB＞長年の技術と提案で、目元に自然な華やかさを 02
----------------------------------za0c1xla6b7enxd6bcj9------------------------------------------------------------------ */

#za0c1xla6b7enxd6bcj9 {
  height: 1210px;
  background: url(/files/top_02_bg.png) no-repeat center top 310px;
}
#za0c1xla6b7enxd6bcj9 .entry_post {
  padding: 470px 620px 0 0;
}
#za0c1xla6b7enxd6bcj9 .post_data {
  margin-bottom: 60px;
  margin-top: 50px;
  color: #fff;
}

#za0c1xla6b7enxd6bcj9 .design_block.block1 {
  background-image: url(/files/top_02_catch_01.png);
  width: 214px;
  height: 65px;
  top: 465px;
  left: calc(50% - 615px);
}


#za0c1xla6b7enxd6bcj9 .design_block.block2 {
  background-image: url(/files/top_02_catch_02.png);
  width: 630px;
  height: 74px;
  top: 960px;
  left: calc(50% - -145px);
  z-index: 1;
}

#za0c1xla6b7enxd6bcj9 .design_block.block3 {
  background-image: url(/files/top_02_img.jpg);
  width: 720px;
  height: 500px;
  top: 490px;
  left: calc(50% - 20px);
}


/*  DB＞一人ひとりの、目の形に合わせた施術 03
--------------------------p9wpj838a61k0ojoiq5y-------------------------------------------------------------------------- */

#p9wpj838a61k0ojoiq5y {
  height: 1380px;
  background-image: url(/files/top_03_bg.png);
}
#p9wpj838a61k0ojoiq5y .entry_post {
  padding: 240px 0 0 620px;
}
#p9wpj838a61k0ojoiq5y .post_data {
  margin-top: 60px;
  margin-bottom: 50px;
}


#p9wpj838a61k0ojoiq5y .design_block.block1 {
  background-image: url(/files/top_03_ctach_01.png);
  width: 150px;
  height: 85px;
  top: 180px;
  left: calc(50% - 5px);
}


#p9wpj838a61k0ojoiq5y .design_block.block2 {
  background-image: url(/files/top_03_ctach_02.png);
  width: 294px;
  height: 74px;
  top: 1000px;
  left: calc(50% - 410px);
}

#p9wpj838a61k0ojoiq5y .design_block.block3 {
  background-image: url(/files/top_03_img_01.png);
  width: 930px;
  height: 711px;
  top: 180px;
  left: calc(50% - 1000px);
}


#p9wpj838a61k0ojoiq5y .design_block.block4 {
  background-image: url(/files/top_03_img_02.jpg);
  width: 480px;
  height: 320px;
  top: 880px;
  left: calc(50% - 90px);
}



/*  DB＞骨格や筋肉に合わせて施術します。 04
----------------------------cyxrd6n38trx76xvlny6------------------------------------------------------------------------ */


#cyxrd6n38trx76xvlny6 {
  height: 1030px;
  background: #fff url(/files/top_04_bg.jpg) no-repeat center top 130px;
}
#cyxrd6n38trx76xvlny6 .entry_post {
  padding: 210px 620px 0 0;
}
#cyxrd6n38trx76xvlny6 .post_data {
  margin-top: 55px;
  margin-bottom: 90px;
}


#cyxrd6n38trx76xvlny6 .design_block.block1 {
  background-image: url(/files/top_04_catch.png);
  width: 180px;
  height: 130px;
  top: 720px;
  left: calc(50% - 155px);
}


/*  DB＞丁寧なカウンセリングと提案力で、あなた本来の魅力を引き出します 05
------------------------------ixtc6b2tsz2vz5ufkqmz---------------------------------------------------------------------- */
#ixtc6b2tsz2vz5ufkqmz {
  height: 1830px;
  background: url(/files/concept_01_bg.png) no-repeat center top 310px;
}
#ixtc6b2tsz2vz5ufkqmz .entry_post {
  padding: 475px 0 0 620px;
}
#ixtc6b2tsz2vz5ufkqmz .post_data {
  margin-bottom: 0;
  margin-top: 60px;
}

#ixtc6b2tsz2vz5ufkqmz .design_block.block1 {
  background-image: url(/files/concept_01_cacth.png);
  width: 519px;
  height: 158px;
  top: 1460px;
  z-index: 1;
  left: calc(50% - -90px);
}
#ixtc6b2tsz2vz5ufkqmz .design_block.block2 {
  background-image: url(/files/concept_01_img_01.jpg);
  width: 720px;
  height: 500px;
  top: 490px;
  left: calc(50% - 740px);
}

#ixtc6b2tsz2vz5ufkqmz .design_block.block3 {
  background-image: url(/files/concept_01_img_02.jpg);
  width: 480px;
  height: 320px;
  top: 1330px;
  left: calc(50% - 370px);
}




/*  DB＞理想×似合わせ 06
-----------------------j6f9bq9zjuqdxbkzxawb----------------------------------------------------------------------------- */

#j6f9bq9zjuqdxbkzxawb {
  height: 1770px;
  background: url(/files/eyelash_01_bg.png) no-repeat center top 310px;
}

#j6f9bq9zjuqdxbkzxawb .post_data {
  margin-bottom: 0;
  margin-top: 50px;
}

#j6f9bq9zjuqdxbkzxawb .entry_post {
  padding: 410px 570px 0 0;
}

#j6f9bq9zjuqdxbkzxawb .design_block.block1 {
  background-image: url(/files/eyelash_01_catch.png);
  width: 507px;
  height: 214px;
  top: 575px;
  left: calc(50% - -90px);
}

#j6f9bq9zjuqdxbkzxawb .design_block.block2 {
  background-image: url(/files/eyelash_01_img_01.png);
  width: 420px;
  height: 766px;
  top: 850px;
  left: calc(50% - -130px);
}

#j6f9bq9zjuqdxbkzxawb .design_block.block3 {
  background-image: url(/files/eyelash_01_img_02.jpg);
  width: 480px;
  height: 320px;
  top: 1270px;
  left: calc(50% - 690px);
}


/*  DB＞カラーエクステで大人な抜け感を 07
---------------------------wbq4jv6kmerb7mu9eq35------------------------------------------------------------------------- */


#wbq4jv6kmerb7mu9eq35 {
  height: 1425px;
  background: url(/files/eyelash_02_bg.png) no-repeat center top 310px;
}


#wbq4jv6kmerb7mu9eq35 .entry_post {
  padding: 470px 0px 0 620px;
}

#wbq4jv6kmerb7mu9eq35 .post_data {
  margin-bottom: 0;
  margin-top: 50px;
}


#wbq4jv6kmerb7mu9eq35 .design_block.block1 {
  background-image: url(/files/eyelash_02_cacth.png);
  width: 623px;
  height: 151px;
  top: 1060px;
  left: calc(50% - 630px);
}


#wbq4jv6kmerb7mu9eq35 .design_block.block2 {
  background-image: url(/files/eyelash_02_img_01.jpg);
  width: 720px;
  height: 500px;
  top: 490px;
  left: calc(50% - 740px);
}


#wbq4jv6kmerb7mu9eq35 .design_block.block3 {
  background-image: url(/files/eyelash_02_img_02.jpg);
  width: 500px;
  height: 340px;
  top: 1085px;
  left: calc(50% - -150px);
}

/* DB＞お顔の雰囲気、ガラッと変わります♪ 08
------------------------------vy24s4w90h0w5uj731yb---------------------------------------------------------------------- */
#vy24s4w90h0w5uj731yb {
  height: 1730px;
  background: url(/files/eyebrow_01_bg.png) no-repeat center top 310px;
}
#vy24s4w90h0w5uj731yb .entry_post {
  padding: 470px 0 0 620px;
}
#vy24s4w90h0w5uj731yb .post_data {
  margin-bottom: 0;
  margin-top: 50px;
}


#vy24s4w90h0w5uj731yb .design_block.block1 {
  background-image: url(/files/eyebrow_01_img_01.jpg);
  width: 720px;
  height: 500px;
  top:490px;
  left: calc(50% - 740px);
}

#vy24s4w90h0w5uj731yb .design_block.block2 {
  background-image: url(/files/eyebrow_01_img_02.jpg);
  width: 417px;
  height: 581px;
  top: 1070px;
  left: calc(50% - 335px);
}

#vy24s4w90h0w5uj731yb .design_block.block3 {
  background-image: url(/files/eyebrow_01_01_cacth.png);
  width: 574px;
  height: 188px;
  top: 1310px;
  left: calc(50% - 390px);
}


/*  ブログデザインブロック
-------------------mcjm4i1sgutqg0x0egdd--------------------------------------------------------------------------------- */
#g1tti3n35c1cf5py6q2a{/*見出しブロック削除*/
  display: none;
}
#mcjm4i1sgutqg0x0egdd{/*デザイン背景画像*/
  background: none transparent;
  height: 1080px;/*背景画像の高さ*/
  position: relative;
  margin-bottom: 0;
  padding-top: 0;
}

#g1tti3n35c1cf5py6q2a *[class*="title"]{
  margin-bottom: 0;
  background-image: none;
  text-align: center;
  padding: 0;
  width: 960px;
  position: relative;
  left: 72px;
  top: 0;
}

#mcjm4i1sgutqg0x0egdd .blog_list_text_size {
    overflow: hidden;
    width: 300px;
    line-height: 1.62;
}

#mcjm4i1sgutqg0x0egdd .easys_content_inner{
  width: 1100px;
  display: flex;
  position: relative;
  top: 130px;
  flex-wrap: wrap;
}

#mcjm4i1sgutqg0x0egdd .easys_content_inner::after{
  display: block;
  content: "新着情報";
  font-size: 26px;
  color: #333333;
  letter-spacing: 0;
  position: absolute;
  top: 210px;
  left: 50%;
  transform: translateX(-50%);
  font-family: 'Shippori Mincho', serif;
  font-weight: 500;
}


#mcjm4i1sgutqg0x0egdd .blog_post{
  width:480px;
  height: 155px;
  display: flex;
  justify-content: space-between;
  border-bottom: none;
  position: relative;
  top: 295px;
}

#mcjm4i1sgutqg0x0egdd div:nth-child(odd of .blog_post){
  margin-right: 136px;
}

#mcjm4i1sgutqg0x0egdd .blog_thumb{
  width:155px;
  height:155px;
  max-height: 100%;
}

#mcjm4i1sgutqg0x0egdd .blog_post .eyecatch a{
  display:block;
  height: 155px;
}

#mcjm4i1sgutqg0x0egdd .blog_post .eyecatch a img{
  height: 155px;
  object-fit: cover;
}


#mcjm4i1sgutqg0x0egdd .main_btn{
  position: absolute;
  bottom: 180px;
  left: calc(50% - 150px);
}


#mcjm4i1sgutqg0x0egdd .blog_post .date_area{
  color: #7b5544;/*日付、リード */
  font-size: 12px;
  font-family: 'Shippori Mincho', serif;
  font-weight: 500;
}

#mcjm4i1sgutqg0x0egdd .blog_post .news_small_text{
  color: #666666;
  font-weight: 500;
  font-size: 14px;
  line-height: calc(22/14);
}

#mcjm4i1sgutqg0x0egdd .post_title_list a{
  color: #333333;
  font-size: 16px;
}




/*  バナー＞Hot Pepper Beauty（※top）
--------u05v0f3f7hc3uc0ai2sa-------------------------------------------------------------------------------------------- */

#u05v0f3f7hc3uc0ai2sa,
#q5wrt75ncsuxe6yctc6q{
  position: relative;
  background: url(/files/banner_contact_bg.jpg) no-repeat center top/100%;
}

#u05v0f3f7hc3uc0ai2sa::before,
#q5wrt75ncsuxe6yctc6q::before {
  position: absolute;
  top: calc(100%*(245/760));
  left: 0;
  z-index: 0;
  display: block;
  width: calc(100%*((1511*4)/2000));
  height: calc(100%*(52/760));
  background: url(/files/banner_contact_catch.png) repeat-x left top / auto 100%;
  content: "";
  animation: loop 40s linear 0s infinite;
}
@keyframes loop {
  0% {
    transform: translateX(0%);
  }
  100% {
    transform: translateX(calc(-100%/2));
  }
}


#u05v0f3f7hc3uc0ai2sa [class*="field_"],
#q5wrt75ncsuxe6yctc6q [class*="field_"] {
  background: url(/files/banner_contact.png) no-repeat center top / 100%;/*セカンドメイン背景画像*/
  padding: calc(760 / 2000 * 100%) 0 0;
  margin-bottom: 0;
  position: relative;/*ボタン位置調整用*/
  z-index: 10;
}
#u05v0f3f7hc3uc0ai2sa div,#q5wrt75ncsuxe6yctc6q div { margin-bottom: 0; padding-bottom: 0;}
#u05v0f3f7hc3uc0ai2sa .easys_content_inner,
#q5wrt75ncsuxe6yctc6q .easys_content_inner { width: 100%;transform: none;}
/*ボタン　管理画面ではなくCSSで入れる場合--------------------------------------------*/
/*スマホ用画像非表示*/
#u05v0f3f7hc3uc0ai2sa .eyecatch img,
#q5wrt75ncsuxe6yctc6q .eyecatch img{display: none;}
#u05v0f3f7hc3uc0ai2sa [class*="field_"] .eyecatch,
#q5wrt75ncsuxe6yctc6q [class*="field_"] .eyecatch{
  display: block;
  position: absolute;
  width: calc(40 / 2000 * 100%);
  height: calc(40 / 760 * 100%);
  top: calc(485 / 760 * 100%);
  left: 50%;
  transform: translateX(-50%);
}
#u05v0f3f7hc3uc0ai2sa [class*="field_"] .eyecatch a,
#q5wrt75ncsuxe6yctc6q [class*="field_"] .eyecatch a{
    display: block;
    width: 100%;
    height: 100%;
    position: absolute;
    transform: scale(1);
    transition: 0.3s;
    background:url(/files/banner_contact_link.png)no-repeat center top/100%;/*ボタン画像　上下オンオフの時*/
}
/*上下オンオフの時*/
#u05v0f3f7hc3uc0ai2sa .eyecatch a:hover,
#q5wrt75ncsuxe6yctc6q .eyecatch a:hover{
  transform: scale(1.25);
}



/*  バナー＞Instagram/LINE（※top）
--------------------mz2mkh05pwzq81jzp5fi-------------------------------------------------------------------------------- */


/*2列バナー　レスポンシブなし*/
#mz2mkh05pwzq81jzp5fi{
    background: url("/files/half_bnr_ttl.png") no-repeat center top 160px,    url("/files/half_bnr_bg.jpg") repeat center top;
    height: 863px;
}

#mz2mkh05pwzq81jzp5fi div{
  margin-bottom: 0;
  padding-bottom: 0;
}



/*固定画面で入れたSPバナー画像非表示*/
#mz2mkh05pwzq81jzp5fi .eyecatch a img{display: none;}
#mz2mkh05pwzq81jzp5fi .easys_content_inner {position: relative;top: 260px;}
#mz2mkh05pwzq81jzp5fi .field_2col {width: 420px !important; height: 340px !important;}
#mz2mkh05pwzq81jzp5fi .eyecatch{width: 100%;height: 100%;}
#mz2mkh05pwzq81jzp5fi .eyecatch a{
  display: block;
  position: relative;
  width: 40px;
  height: 40px;/*バナー画像高さ*/
}

/*ホバー時に、beforeに入れてるON画像表示*/
/*OFF画像*/
#mz2mkh05pwzq81jzp5fi .float_left{
  background: url(/files/half_bnr_insta.png) no-repeat center top;
}
#mz2mkh05pwzq81jzp5fi .float_right{
  background: url(/files/half_bnr_line.png) no-repeat center top;
}
#mz2mkh05pwzq81jzp5fi .float_left a,
#mz2mkh05pwzq81jzp5fi .float_right a{
  background: url(/files/half_bnr_link.png) no-repeat center top;
  transform: scale(1);
  transition: 0.3s;
  margin: auto;
  top: 225px;
}

#mz2mkh05pwzq81jzp5fi .float_left a:hover,
#mz2mkh05pwzq81jzp5fi .float_right a:hover{
  transform: scale(1.25);
}



/*  パララックス
-------------------------lwncul03csogausfxfn1--------------------------------------------------------------------------- */

#lwncul03csogausfxfn1 {
  position: relative;
  -webkit-clip-path: inset(0);
  clip-path: inset(0);
  padding: calc(860 / 2000 * 100%) 0 0;
}

#lwncul03csogausfxfn1 div{
  margin-bottom: 0;
  padding-bottom: 0;
}
#lwncul03csogausfxfn1 img {
  object-fit: cover;
  position: fixed;
  top: 0;
  left: 0;
  width: 100vw;
  height: 100vh;
  z-index: -1;
}

/*  ブロック背景色
---------------------------------------------------------------------------------------------------- */


#jv7h0rxdf5dqpt6l2fax{
  background-color: #dcdcdc;
  padding-top: 180px;
  padding-bottom: 180px;
}
#oa5fjofbf9q2zejru793{
  background-color: #dcdcdc;
  padding: 180px 0;
}
#cuum3wd7l5vd72ckxnsk{
  background-color: #fff;
  padding-top: 180px;
  padding-bottom: 180px;
}

#sx5yv5gn75taa3gzrdvn{
  background-color: #f7f4ed;
  padding: 180px 0;
}

#cq6owt515nyyrfcs7l3s{
  padding: 180px 0;
}
#kgnngc0aapjdw0yxrvxm,
#mlriu8mqxjfpgroyumgk{
  padding: 180px 0;
}
#kgnngc0aapjdw0yxrvxm div,
#mlriu8mqxjfpgroyumgk div{
  margin-bottom: 0;
  padding-bottom: 0;
}

#d4ylrdu93clcqhbpuks4{
  background-color: #f7f4ed;
  padding-top: 180px;
}

#z07gx66x853wcdmfj2tn{
  padding: 180px 0;
  background-color: #dcdcdc;
}


/*  画像＞エクステなのに自まつ毛のような華やかな目元に見せるには
------------------f34sj5xjavtpqjirvlwp---------------------------------------------------------------------------------- */


#f34sj5xjavtpqjirvlwp {
  background-color: #dcdcdc;
  padding-bottom: 180px;
  margin-bottom: 0;
}
#f34sj5xjavtpqjirvlwp div{
  padding-bottom: 0;
  margin-bottom: 0;
}

/*  画像＞目力
--------------------vhm0dm8yxofm1q4nwqt6-------------------------------------------------------------------------------- */

#vhm0dm8yxofm1q4nwqt6{
  padding: 180px 0;
  background-color: #f7f4ed;
}

#vhm0dm8yxofm1q4nwqt6 div{
  padding-bottom: 0;
  margin-bottom: 0;
}


/*  トップへ戻るボタン
---------------------------------------------------------------------------------------------------- */
#float_top_btn {
  bottom: 30px;
  position: fixed;
  right: 40px;
  z-index: 999;
}

/*画面幅2000px以上の時
---------------------------------------*/
@media screen and (min-width: 2000px) {
  #float_top_btn {
    right:calc(50% - 960px) !important;
  }
  
}

#float_top_btn::after {
  content:"";
  position:fixed;
  bottom: 115px;
  right: 47px;
  width:1px;
  height:100px;
  animation:sdl2 1.5s cubic-bezier(1, 0, 0, 1) infinite;
  background:#202020;
}

#float_top_btn::before {
  content:"";
  position:fixed;
  bottom: 115px;
  right: 47px;
  width:1px;
  height:100px;
  background:rgba(95, 95, 95, 0.4);
}

/*画面幅2000px以上の時
---------------------------------------*/
@media screen and (min-width: 2000px) {
  #float_top_btn::before,
  #float_top_btn::after{
    right:calc(50% - 953px) !important;
  }
  
}

@keyframes sdl2 {
0% {
  transform: scale(1, 0);
  transform-origin: 0 100%;
}
50% {
  transform: scale(1, 1);
  transform-origin: 0 100%;
}
50.1% {
  transform: scale(1, 1);
  transform-origin: 0 0;
}
100% {
  transform: scale(1, 0);
  transform-origin: 0 0;
}
}




/*  マウスカーソル
---------------------------------------------------------------------------------------------------- */
body{
  position: relative;
  cursor: none; 
  /* height:100vh; */
  height: 100%;
}

#cursor{
  position: fixed;
  background-color: #131313;
  border-radius:10px;
  width: 8px;
  height: 8px;
  margin: -10px 0 0 -10px;
  z-index: 1000;
  pointer-events: none;
  opacity: 0;
}


#stalker{
  position: fixed;
  background: none;
  width: 60px;
  height: 60px;
  border-radius: 60px;
  margin: -30px 0 0 -30px;
  z-index: 998;
  pointer-events: none;
  opacity: 0;
  transition: transform 0.1s;
  border: solid 1px #7b5544;
}


#stalker.active{
  transform: scale(1.2);
}

/*  サイドメニュー
---------------------------------------------------------------------------------------------------- */

#header_fixed_btn {
  width: 170px;
  height: 50px;
  background: url(/files/btn_sns_bg.png) no-repeat center;
  display: flex;
  position: fixed;
  top: 40px;
  right: 200px;
  z-index: 999;
  cursor: none;
}
/*画面幅2000px以上の時
---------------------------------------*/
@media screen and (min-width: 2000px) {
  #header_fixed_btn {
    right:calc(50% - 800px) !important;
  }
  
}

#header_fixed_btn div a {
  display: block;
  cursor: none;
}

#header_fixed_btn_insta {
  position: absolute;
  right: 0;
}

#header_fixed_btn_line {
  position: absolute;
  right: 78px;
}

.fixed_btn {
  z-index: 1000;
  bottom: 20px;
  right: 20px;
  opacity: 0;
  transition: all .4s;
}

.fixed_btn.first_view {
  opacity: 1;
}

.fixed_btn div,
.fixed_btn div a {
  width: 120px;
  height: 120px;
  margin: 0;
}
