@charset "utf-8";
@import url('https://fonts.googleapis.com/css2?family=Marcellus&family=Shippori+Mincho:wght@400;700&display=swap');
/*
 * PC用スタイルCSS
 */


/* ↓↓　雛形　レイアウトにあわせて追記・上書きして下さい　↓↓
   後々解読が面倒になるので、必要な箇所のみ記述すること
  （例：背景がPNGになるなら background-image: url("/files/xx_bg.png");　など） */




/* ===================================================================================================================
   ■ 全体
------------------------------------------------------------------------------------------------------------------- */
html {
  background: #f8f8f8 none;
  scroll-padding-top: 0;
  scroll-behavior: smooth;
}
body {
  position: relative;/* 2000pxを超える画面の対策 */
  margin: 0 auto;
  min-width: 1300px;
  max-width: 2000px;
  word-break: break-word;
  background: url("/files/body_bg.jpg") no-repeat center top/100%; 
  font-family: 'Marcellus', '游ゴシック体', YuGothic, '游ゴシック', 'Yu Gothic', 'メイリオ', sans-serif;
}

body,
.wpcf7c-conf {
  color: #333333;
}
/* 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;
}
#outer_block {
  background: none transparent;
}
#page_6 #outer_block{
    padding-top: 0;
}
a:link,
a:visited,
a:hover,
a:active {
  color: #000000;
}

/* A～Cブロック記事内リンクボタン */
.main_btn a,
.sub_text_btn a {
  background-color: #000000;
  color: #ffffff;
}


/* ===================================================================================================================
   ■ ヘッダー
------------------------------------------------------------------------------------------------------------------- */
#branding_box {
  position: relative;
  z-index: 500;
  padding: 0;
  height: 730px;
  background: none transparent;
}
/* トップページのみ調整する時 */
#page_6 #branding_box {
  height: 985px;
  background: url(/files/branding_box_bg_top.png) no-repeat center top/100%;
}

/*  H1テキスト
---------------------------------------------------------------------------------------------------- */
#site-description {
  /* CSSレスポンシブ用*/
  position: absolute;
  bottom: 5%;
  left: 3.5%;
  width: auto;
}
#site-description a {
  display: inline;
  color: #ffffff;
}

/*  サイトロゴ
---------------------------------------------------------------------------------------------------- */
/* ヘッダーのH1～グローバルナビの高さ調整 */
#header_information {
  /* CSSレスポンシブ用  */
  position: absolute;
  top: calc(60/730*100%);
  right: calc(50/2000*100%);
  z-index: 10;
  transform-origin: top right;
}
/* トップページのみ調整する時 */
#page_6 #header_information {
  /* CSSレスポンシブ用 */
  top: calc(60/985*100%);
}
#header_information .main_header {
  margin: 0 auto;
  padding: 0;
  width: auto;
}
#header_information .main_header a {
  display: inline-block;
  padding: 0;
}
#header_information .main_header a img {
  width: 280px;
  height: 60px;
}
/* Gナビ上部固定
#header_information.fixed {
position: fixed;
  top: 0;
  transform: none !important;
}
@media(min-width: 2000px){
  #header_information.fixed{
      left: calc(50% - 980px); ※1000px - 左余白
  }
}
*/

/*  グローバルナビ
---------------------------------------------------------------------------------------------------- */
#access {
  position: absolute;
  top: 37%;
  right: 0;
  z-index: 1;
  padding: 0;
  width: 100%;
  max-width: 2000px;
  min-width: 1300px;
  height: calc(45px * 8);
  transform-origin: top right;
}
div#access .menu-header,
div#access .menu-header #menu-gnavi {
  height: 100%;
}
div#access .menu-header #menu-gnavi {
  padding-right: 0;
}
div#access .menu-header {
  float: right;
  width: 240px;
}
div#access .menu-item a {
  padding: 0;
  width: 240px !important;
  height: 45px !important;
  background: url("/files/topnavi.png") no-repeat left top;
  line-height: 45px !important;
}
div#access.fixed .menu-item a {
  background: url(/files/topnavi_fixed.png) no-repeat left top;
}
div#access .gnavi11 a {
  background-position-y: top !important;
}
div#access .gnavi12 a {
  background-position-y: -45px !important;
}
div#access .gnavi13 a {
  background-position-y: -90px !important;
}
div#access .gnavi14 a {
  background-position-y: -135px !important;
}
div#access .gnavi15 a {
  background-position-y: -180px !important;
}
div#access .gnavi16 a {
  background-position-y: -225px !important;
}
div#access .gnavi17 a {
  background-position-y: -270px !important;
}
div#access .gnavi18 a {
  background-position-y: bottom !important;
}
div#access .menu-item a:hover {
  background-position-x: right;
}
/* Gナビ上部固定(最大2000pxを維持)*/
div#access.fixed {
  position: fixed;
  top: 0;
  bottom: 0;
  width: 240px;
  min-width: 240px;
  margin: auto;
  padding: 0;
}
div#access.fixed .menu-header {
  position: relative;
  /* float: none; */
  /* margin: 0 auto; */
  max-width: 2000px;
  /* width: 100%; */
}
div#access.fixed .menu-header #menu-gnavi {
  /* float: right; */
}


/*レスポ解除*/
#access.fixed{
    transform: none !important;
}

/* プルダウンメニューのサイズ */
#access ul.menu ul.sub-menu {
  top: 100%;
}
#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 {
  box-sizing: border-box;
  padding: 15px 10px;
  width: 100%;
  height: auto !important;
  background: none rgba(255,255,255,1);
  color: #000;
  line-height: 1.2em !important;
}
#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: #000;
}
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,1);
  color: #000;
}
#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: #000;
}

/*  メイン画像
---------------------------------------------------------------------------------------------------- */
#main_teaser,
#video_teaser,
#jquery_slider_pc {
  /* メインとブランディングボックスを重ねる時*/
  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%;
}

/* ===================================================================================================================
   ■ サイド
------------------------------------------------------------------------------------------------------------------- */
/* サイドナビ　タイトル */
.widget-title,
.widget-title2 a {
  padding: 0;
  background-image: url(/files/widget_title_bg.png);
  color: #ffffff;
  text-align: center;
}
.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 {
  overflow: hidden;
  background-image: url(/files/widget_list_bg.png);
  color: #000000;
  text-overflow: ellipsis;
  white-space: nowrap;
}

#wp-calendar {
  border-collapse: separate;
}
#wp-calendar caption {
  text-align: center;
}
/*#wp-calendar thead th {
}*/
#wp-calendar tbody td {
  padding: 5px;
  border-width: 0 0 1px;
  border-style: dotted;
  border-color: #000000;
  background: none transparent;
  line-height: 2;
}
#wp-calendar tbody td a {
  text-decoration: underline;
}
#wp-calendar tbody td a:hover {
  text-decoration: none;
}
#calendar_wrap table tr td#today {
  background-color: #000000;
}
#calendar_wrap table tr td#today,
#calendar_wrap table tr td#today a {
  color: #ffffff;
}

/* ===================================================================================================================
   ■ フッター
------------------------------------------------------------------------------------------------------------------- */
#footer_block {
  position: relative;
  height: 765px;
  background: url(/files/footer_bg.png) no-repeat center top;
}
#footer_box {
  height: 765px;
  background: none transparent;
}


/*  フッターナビ
---------------------------------------------------------------------------------------------------- */
#footer_sitemap_block {
  /*絶対値指定する時*/
  position: absolute;
  bottom: 300px;
  left: 50%;
  margin: 0;
  width: auto;
  transform: translateX(-50%);
  }
#footer_sitemap_block #footer-widget-area {
  display: block;
  width: 960px;
}
#footer_sitemap_block #footer-widget-area .widget-area ul.menu {
  border: none;
}
#footer_sitemap_block #footer-widget-area .widget-area .menu-item a {
  border: none;
  color: #000000;
  font-size: 14px;
  padding: 0px 23px;
  letter-spacing: 2.5px;
}
#footer_sitemap_block #footer-widget-area .widget-area .menu-item a:hover {
  background-color: transparent;
}




/*  フッター情報
---------------------------------------------------------------------------------------------------- */
.footer_infomation {
  display: block;
  margin: 0 auto;
  width: 960px;
}
#footer_information .entry-post {
  margin: 280px 0 0;
  width: 100%;
  text-align: center;
}

/*  フッター住所
---------------------------------------------------------------------------------------------------- */
#footer_information .entry-post .post-data > p {
  color: #000000;
  /*絶対値指定する時
  position: absolute;
  bottom: 110px;
  left: 50%;
  margin: 0;
  width: auto;
  transform: translateX(-50%);
  */
}

/*  sns_btn
---------------------------------------------------------------------------------------------------- */
#sns_btn{
  display: flex;
  gap: 0 calc(130/280*100%);
  position: absolute;
  top: calc(70/740*100%);
  left: calc(150/2000*100%);
  width: calc(260/2000*100%);
}
#page_6 #sns_btn{
  top: calc(70/985*100%);
}
#sns_btn .eye,
#sns_btn .nail{
  display: flex;
  gap: calc(60/280*100%);
  width: 50%;
}
#sns_btn a,
#sns_btn a img{
  display: block;
  width: 100%;
  height: 100%;
  transition: .3s;
}
#sns_btn a:hover img{
  opacity: .8;
}


/*  コピーライト
---------------------------------------------------------------------------------------------------- */
#copyright {
  color: #000000;
}
/* 中央寄せの時 */

#copyright {
  position: absolute;
  bottom: 160px;
  left: 50%;
  margin: 0;
  transform: translateX(-50%);
}


/*  スクロールトップ
---------------------------------------------------------------------------------------------------- */
#float_top_btn{
  bottom: 0;
  right: 0;
}
#float_top_btn a:hover img {
  opacity: 0.8;
}

/* ===================================================================================================================
   ■ コンテンツ
------------------------------------------------------------------------------------------------------------------- */
#container_top {
  padding: 0;
}
#container_top.single_post {
  padding: 0 0 50px;
}

/*  見出し
---------------------------------------------------------------------------------------------------- */
[class*="title"]{
  font-family: 'Marcellus', 'Shippori Mincho', serif;
}

.headline_title {
  background-image: url(/files/top_entry_title.png);
  color: #000000;
  padding-top: 60px;
}
h3.entry_title,
.entry_title,
.entry-title {
  /* サイズ、背景、余白などはこちら */
  background-image: url(/files/entry_title_bg.png);
  color: #000000;
}
/*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: #000000;
}
/* 見出しリンクボタン */
.entry_title span.read_more_btn a,
.entry_title span.read_more_btn a:hover {
  background-image: url(/files/read_more_btn.png);
}
.entry_title span.read_more_btn a:hover {
  opacity: 0.8;
}
* .mid_entry_title {
  background-image: url(/files/entry_title_bg_w570.png);
  font-size: 20px;
}
* .mid_entry_title,
* .mid_entry_title a {
  color: #ffffff;
}

/* 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: #ffffff;
}

* .half_sub_entry_title,
.short_sub_entry_title {
  background-image: url(/files/half_sub_entry_title_bg.png);
}
* .half_sub_entry_title,
* .half_sub_entry_title a,
.short_sub_entry_title,
.short_sub_entry_title a {
  color: #000000;
}



/* B-03など小見出し用 */
* .sub_entry_title {
  background: url(/files/sub_entry_title_bg.png) no-repeat scroll left top transparent;
  color: #000000;
}
/*
* .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: #000000;
}
/* 小見出しリンクボタン */
.sub_entry_title span.read_more_btn a,
.sub_entry_title span.read_more_btn a:hover {
  background-image: url(/files/sub_read_more_btn.png);
}
.sub_entry_title span.read_more_btn a:hover {
  opacity: 0.8;
}
* .mid_sub_entry_title {
  background-image: url(/files/sub_entry_title_bg_w570.png);
  font-size: 20px;
}
* .mid_sub_entry_title,
* .mid_sub_entry_title a {
  color: #000000;
}

/* 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 {
  padding: 10px;
  height: auto;
  border: 1px solid transparent;
  border-radius: 5px;
  background: none #ffffff;
  color: #333333;
  text-align: left;
  font-size: 15px;
  line-height: 1.7;
}

/* 詳細画面の下部「コメント」見出し */
.indent_border {
  width: 685px;
  border-color: #000000;
}


/* 大きな地図で見る */
small {
  border-color: #000000;
}
small a {
  padding: 5px 0;
  width: 100%;
  color: #000000 !important;
  text-align: center !important;
}

small a:hover {
  background-color: #000000 !important;
  color: #ffffff !important;
}





/*  テーブル
---------------------------------------------------------------------------------------------------- */
.easys_content:not(.ne_01) table:not(#wp-calendar) tr > *{
    border: none !important;
    background: none #ffffff;
}
.easys_content:not(.ne_01) table:not(#wp-calendar){
    border-collapse: separate;
    border-spacing : 0 10px !important;
}
table:not(#wp-calendar){
    border-collapse: separate;
    border-spacing : 0 4px !important;
}

/* メール送信後メッセージボックスのボーダー（デフォルト：グリーン） */
div.wpcf7-mail-sent-ok {
  border-color: #000000 !important;
}

/* Dメニュー下線 */
.td_cell {
  border-color: #000000;
  vertical-align: top;
}

.table_area table tr td {
  border: solid 1px transparent !important;
  border-right: none !important;
  border-left: none !important;
  background: none transparent;
}




/*  ページ遷移ボタン（詳細ブロックやページ送りのナビ用）
---------------------------------------------------------------------------------------------------- */
.tablenav {
  padding: 1em 0;
}
a.page-numbers,
.tablenav .current,
.permalink_in a,
.pageback a,
.page_up a {
  border-style: solid;
  border-color: #000000;
  background: none transparent;
  color: #000000 !important;
}
/*.permalink_in a:link,
.permalink_in a:visited,
.pageback a:link,
.pageback a:visited {
}*/
.tablenav .next:link,
.tablenav .next:visited,
.tablenav .prev:link,
.tablenav .prev:visited {
  border: 1px solid #ffffff;
  background: none transparent;
}
.tablenav .next:hover,
.tablenav .next:active,
.tablenav .prev:hover,
.tablenav .prev:active {
  border-color: #000000;
  background-color: #000000;
}
.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: #000000;
  background: none #000000;
  color: #ffffff !important;
} 



/*  ブロック
---------------------------------------------------------------------------------------------------- */
/* 各ブロック点線 */
.border_margin,
.anchor_list ul li,
.cu_mail_block,
.blog_post,
.list_block .list_box {
  border-color: #000000;
}


/* 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 #000000;
  background-color: transparent;
  color: #000000;
}
div.link_list a:hover {
  border: 1px solid #000000;
  background-color: #000000;
  color: #ffffff;
}


.faq-title {
  background-color: #000000;
  color: #ffffff;
  font-weight: normal;
}



/*  メールフォーム
---------------------------------------------------------------------------------------------------- */
.iqfm-table td input[type="text"]:not([size]) {
  width: 75%;
}
/* 必須項目 */
.iqfm-req_color {
  color: #d00e0e;
}
.iqfm-table button,
.iqfm-table input[type="reset"],
.iqfm-table input[type="button"],
.iqfm-table input[type="submit"] {
  line-height: 1.7;
}
.iqfm-table .post_data {
  margin: 0 0 30px;
}



/*  クーポンページ
---------------------------------------------------------------------------------------------------- */
/*body.coupon {
}*/
.coupon_print_block .print_header,
h1.print_page_title,
.coupon_box table tr td.coupon_data,
.coupon_box table tr td.coupon_meta_title,
.coupon_box table tr td.coupon_meta {
  border-color: transparent;
}
/* 有効期限の部分 */
.coupon_box table tr td.coupon_meta_title {
  width: 8em;
  background-color: #ffffff;
  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 {
  height: auto;
  font-size: 120%;
}



/*  ブログ
---------------------------------------------------------------------------------------------------- */
#nav-below div {
  border-color: #000000;
}
#nav-below .nav-next {
  padding: 0 0 0 10px;
}

#blog_main .entry-title {
  padding: 15px 20px 15px 20px;
  height: auto;
  background-image: url(/files/blog_title.png);
  background-position: center bottom;
  line-height: 1.5;
  background-repeat-y: repeat;
}
#blog_main .entry-title,
#blog_main .entry-title a {
  color: #000000;
}

.img_size_thumb {
  overflow: hidden;
  width: 150px;
  height: 150px;
}

/*  ローディング画面
---------------------------------------------------------------------------------------------------- */
.black-screen {
  background-color: #dcdee2;
}

.black-screen > .inner {
  inset:0;
  margin: auto;
  width: 420px;
  height: 150px;
  background-image: url("/files/loading.gif");
}


/*  地図
---------------------------------------------------------------------------------------------------- */
#map_canvas {
  margin: 0 0 20px;
  width: 100%;
  height: 450px;
}


/*  googleカレンダー
---------------------------------------------------------------------------------------------------- */
iframe[src^="https://calendar.google.com"] {
  border: none !important;
}


/* ページ内リンクアンカー位置調整 */
a[id^="anchor"] {
  display: block;
  visibility: hidden;
  margin-top: -110px;
  height: 110px;
  content: "";
}


/* ============================== ↓↓各ブロックの個別CSSはこちらに記述↓↓ ============================== */
/*  トップページ（セカンドメイン）
---------------------------------------------------------------------------------------------------- */
#vpwqyzj2iwinimww97nf{
  position: relative;
  margin-bottom: 60px;
}
#vpwqyzj2iwinimww97nf *{
  margin-bottom: 0;
  padding-bottom: 0;
}
#vpwqyzj2iwinimww97nf .easys_content_inner{
  width: 100%;
}
#vpwqyzj2iwinimww97nf .eyecatch a{
  position: absolute;
  display: block;
  bottom: calc(300 / 2000 * 100%);
  width: calc(140/2000*100%);
  padding-top: calc(140/2000*100%);
}
#vpwqyzj2iwinimww97nf .img_display > div:nth-child(2) a{
  left: calc(1040 / 2000 * 100%);
}
#vpwqyzj2iwinimww97nf .img_display > div:nth-child(3) a{
  left: calc(1220 / 2000 * 100%);
}

#vpwqyzj2iwinimww97nf .eyecatch a img{
  position: absolute;
  top: 0;
  left: 0;
  transition: 0.3s;
}
#vpwqyzj2iwinimww97nf .eyecatch a:hover img{
  opacity: .8;
} 

#vpwqyzj2iwinimww97nf .img01{
  position: absolute;
  top: calc(500/2000*100%);
  left: calc(320/2000*100%);
  width: calc(729/2000*100%);
  padding-top: calc(125/2000*100%);
  background: url(/files/2ndmain_bg02.png) no-repeat center top/100%;
}

#vpwqyzj2iwinimww97nf .img02{
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: url(/files/2ndmain_bg03.png) no-repeat center top/100%;
}

#vpwqyzj2iwinimww97nf .img03{
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: url(/files/2ndmain_bg04.png) no-repeat center top/100%;
}

#vpwqyzj2iwinimww97nf .img04{
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: url(/files/2ndmain_bg05.png) no-repeat center top/100%;
}


/*  DB
---------------------------------------------------------------------------------------------------- */
/*  ”なりたい”を叶える技術特化ネイル&アイラッシュサロン
#unjk63icneb2fnqrb9ds
--------------------------------------------------------------- */
#unjk63icneb2fnqrb9ds{
  position: relative;
  height: 1200px;
  background: url(/files/design01_bg01.jpg) no-repeat center top;
}
#unjk63icneb2fnqrb9ds::after{
  content: '';
  position: absolute;
  top: -20px;
  left: -100px;
  width: 740px;
  height: 700px;
  background: url(/files/design01_move.png) no-repeat center top;
  animation: swing01 6s ease-in-out infinite;
  transform-origin: left bottom;
}
@keyframes swing01 {
  0%   { transform: rotate(0); }
  50% { transform: rotate(5deg); }
  100% { transform: rotate(0deg); }
}
#unjk63icneb2fnqrb9ds .design_block{
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
#unjk63icneb2fnqrb9ds .img01{
  background: url(/files/design01_bg02.png) no-repeat center top;
}
#unjk63icneb2fnqrb9ds .img02{
 background: url(/files/design01_bg03.png) no-repeat center top;
}
#unjk63icneb2fnqrb9ds .img03{
  background: url(/files/design01_bg04.png) no-repeat center top;
}

#unjk63icneb2fnqrb9ds .post_margin{
  position: absolute;
  overflow: visible;
  top: 450px;
  left: calc(50% - 480px);
  width: 420px;
  height: auto;
  margin-bottom: 0;
}
#unjk63icneb2fnqrb9ds .headline_title{
  display: none;
}
#unjk63icneb2fnqrb9ds .text_box p{
  line-height: 2.0;
  text-align: justify;
}

/*  バナー
---------------------------------------------------------------------------------------------------- */
/*  ハーフ
#iyw1lk748h52qa1imigx
--------------------------------------------------------------- */
#iyw1lk748h52qa1imigx{
  position: relative;
  margin-bottom: 100px;
  padding-top: calc(550/2000*100%);
}
#iyw1lk748h52qa1imigx::before{
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  width: 100%;
  padding-top: calc(410/2000*100%);
  background: url(/files/_hbnr01_bg.png) no-repeat center top/100%;
}
#iyw1lk748h52qa1imigx .easys_content_inner{
	position: absolute;
	bottom: 0;
	left: 0;
	right: 0;
	width: calc(1562/2000*100%);
	margin: 0 auto;
	padding-top: calc(260/2000*100%);
}
#iyw1lk748h52qa1imigx div{
  margin-bottom: 0;
  padding-bottom: 0;
}
#iyw1lk748h52qa1imigx .img_display{
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: flex-start;
  position: absolute;
  inset: 0;
}
#iyw1lk748h52qa1imigx .img_display .clear_float{
  display: none;
}
#iyw1lk748h52qa1imigx .field_2col{
	width: calc(760/1562*100%) !important;
}
#iyw1lk748h52qa1imigx .field_2col .eyecatch{
	width: 100% !important;
}
#iyw1lk748h52qa1imigx .eyecatch a{
	display: block;
	width: 100%;
	height: 100%;
}
#iyw1lk748h52qa1imigx .eyecatch a img{
  transition: 0.3s;
}
#iyw1lk748h52qa1imigx .eyecatch a:hover img{
  opacity: 0;
}
#iyw1lk748h52qa1imigx .img_display > div:nth-child(1) a{
  background: url('/files/_hbnr01_01_nail_insta_on.png') no-repeat center top/100%;
}
#iyw1lk748h52qa1imigx .img_display > div:nth-child(2) a{
  background: url('/files/_hbnr01_02_nail_line_on.png') no-repeat center top/100%;
}
#iyw1lk748h52qa1imigx .img_display > div:nth-child(4) a{
  background: url('/files/_hbnr02_01_eye_insta_on.png') no-repeat center top/100%;
}
#iyw1lk748h52qa1imigx .img_display > div:nth-child(5) a{
  background: url('/files/_hbnr02_02_eye_line_on.png') no-repeat center top/100%;
}

#iyw1lk748h52qa1imigx .img_display > div:nth-child(4),
#iyw1lk748h52qa1imigx .img_display > div:nth-child(5){
  margin-top: auto;
}

/*  HPB
#yxqjosykwkba7l28svcx
--------------------------------------------------------------- */
#yxqjosykwkba7l28svcx{
  margin-bottom: 50px;
}
#yxqjosykwkba7l28svcx .easys_content_inner{
  width: 100%;
}
#yxqjosykwkba7l28svcx div{
  margin-bottom: 0;
  padding-bottom: 0;
}
#yxqjosykwkba7l28svcx .eyecatch a{
  display: block;
  width: 100%;
  height: 100%;
  background: url('/files/_bnr_contact_on.jpg') no-repeat center top /100%;
}
#yxqjosykwkba7l28svcx .eyecatch a img{
  transition: 0.3s;
}
#yxqjosykwkba7l28svcx .eyecatch a:hover img{
  opacity: 0;
}
      
/*  パララックス
#u2ni9uahy70rquayqfp1
---------------------------------------------------------------------------------------------------- */
  #u2ni9uahy70rquayqfp1 {
  -webkit-clip-path: inset(0);
  clip-path: inset(0);
  position: relative;
  margin-bottom: 50px;
}
#u2ni9uahy70rquayqfp1 *{
  margin-bottom: 0;
  padding-bottom: 0;
}
#u2ni9uahy70rquayqfp1 .easys_content_inner{
  width: 100%;
}
#u2ni9uahy70rquayqfp1 [class*="field_"]:nth-of-type(1){
  height: 0;
}
#u2ni9uahy70rquayqfp1 [class*="field_"]:nth-of-type(1) img {
  object-fit: cover;
  position: fixed;
  top: 0;
  left: 0;
  width: 100vw;
  height: 100vh;
  z-index: -1;
}


/*  コンテンツ画像
#ovgk85yo8557n3m99mkt
---------------------------------------------------------------------------------------------------- */

/*フェードインギミック------------------------------------*/
.f_up, .f_down, .f_left, .f_right, .f_clip{
	opacity: 0;
	transform-origin: center;
 	transition: 1s ease 0s;
}
.f_up{
	transform: translateY(-100px);
}
.f_down{
	transform: translateY(100px);
}
.f_left{
	transform: translateX(-100px);
}
.f_right{
transform: translateX(100px);
}
.f_clip{
  clip-path: inset(0% 100% 0% 0%);
  transition: all 1.3s ease 0s;
}

.f_up.moved,
.f_down.moved,
.f_left.moved,
.f_right.moved,
.img01.moved,
.f_clip.moved{
	opacity: 1;
	transform: translate(0px, 0px);
    clip-path: inset(0% 0%);
}

/* 全ページ共通　フェードイン　文章とか
-----------------------------------------------------*/
#outer_block .easys_content_inner:not(#outer_block .nd_01 .easys_content_inner):not(#outer_block #u2ni9uahy70rquayqfp1 .easys_content_inner),
#outer_block .post_data,
#outer_block .read_more_btn,
#outer_block .entry_title,
#outer_block .table_area,
#outer_block .html_post,
#outer_block .entry_post,
#outer_block .main_btn{
  opacity: 0;
  transition: transform 1.3s ease 0s, opacity 1.3s ease 0s;
  transform: translateY(30px);
}
#outer_block .moved:not(#outer_block .nd_01 .easys_content_inner):not(#outer_block #u2ni9uahy70rquayqfp1 .easys_content_inner){
  opacity: 1;
  transform: translateY(0);
}
