﻿/* 
// 編集画面用
*/
.duplicatable-original,
.duplicatable-functions,
.add-btn {
    display: none!important;
}

a.btn-hide {
    display: none !important;
}

a {
    cursor: pointer;
}

/* 
// animation
*/
.animation {
	opacity: 0;
}
.animation-off .animation {
    opacity: 1;
    animation: none;
}
#section-wrapper > *:nth-child(2) .animation {
	opacity: 1;
}

/* 
// dummy
*/
.dummy_form_area,
.formapps .dummy_text,
.dummy_blog_area,
.dummy_blog_text {
  	display: none;
}
.blog_articles {
	display: block;
}

/* blog color delete */
 div#section-wrapper  .category-color {
    display: none;
}

/* 
// click
*/
.form_area .send_btn .section_btn input,
.gnav a {
	pointer-events: auto;
}

/* 
// color simulator
*/
.house_color_simulator .usage-box {
    display: none;
}

/* 
// img
*/
#section-wrapper .image-frame[data-movie] .frame-image {
    position: absolute;
    top: 0;
    left: 0;
}