.elementor-kit-11{--e-global-color-primary:#3E4443;--e-global-color-secondary:#EFEEED;--e-global-color-text:#3E4443;--e-global-color-accent:#B4ADA9;--e-global-color-f0e5539:#E6E4DF;--e-global-typography-primary-font-weight:600;--e-global-typography-secondary-font-weight:400;--e-global-typography-text-font-weight:400;--e-global-typography-accent-font-weight:500;font-size:14px;line-height:1.9em;letter-spacing:0.05em;}.elementor-kit-11 e-page-transition{background-color:#FFBC7D;}.elementor-kit-11 h1{font-size:48px;font-weight:400;}.elementor-kit-11 h2{font-size:32px;font-weight:400;line-height:1.7em;letter-spacing:0.05em;}.elementor-kit-11 h3{font-size:22px;font-weight:400;}.elementor-kit-11 h4{font-size:18px;font-weight:400;}.elementor-section.elementor-section-boxed > .elementor-container{max-width:1200px;}.e-con{--container-max-width:1200px;--container-default-padding-top:0px;--container-default-padding-right:0px;--container-default-padding-bottom:0px;--container-default-padding-left:0px;}.elementor-widget:not(:last-child){--kit-widget-spacing:0px;}.elementor-element{--widgets-spacing:0px 0px;--widgets-spacing-row:0px;--widgets-spacing-column:0px;}{}h1.entry-title{display:var(--page-title-display);}@media(max-width:1024px){.elementor-section.elementor-section-boxed > .elementor-container{max-width:1024px;}.e-con{--container-max-width:1024px;}}@media(max-width:767px){.elementor-kit-11{font-size:13px;}.elementor-kit-11 h2{font-size:24px;}.elementor-section.elementor-section-boxed > .elementor-container{max-width:767px;}.e-con{--container-max-width:767px;}}/* Start custom CSS *//*フォント*/
body {
font-family: "DM Sans", sans-serif;
  font-weight: 400;
  font-style: normal;
}

.marcellus {
  font-family: "Josefin Sans", sans-serif;
  font-optical-sizing: auto;
  font-weight: 300;
  font-style: normal;
}



/*横スクロールとめる*/
#page{
	overflow:hidden;
}
/*枠線消す*/
body :focus{
	outline:none;
}

/*---スマホ時改行--*/
@media screen and (max-width: 480px) {
.pc-br{display:none;}
.tb-br{display:none;}
.sp-br{display:block;}
}
/*---タブレット時改行--*/
@media screen and (min-width:481px) and (max-width: 1020px) {
.pc-br{display:none;}
.tb-br{display:block;}
.sp-br{display:none;}
}
/*---PC時改行--*/
@media screen and (min-width:1021px){
.pc-br{display:block;}
.tb-br{display:none;}
.sp-br{display:none;}
}

/*謎の余白*/  
.entry-content h1, .entry-content h2, .entry-content h3, .entry-content h4, .entry-content h5, .entry-content h6{
    margin-bottom: 0px!important;
}
.elementor-toggle-item svg{
	margin-top:2px;}
@media screen and (max-width:768px) {
.elementor-toggle-item svg{
	margin-top:5px;
}}

/*アイコンリストのホバー時にカーソルをポインタにする*/
.elementor-icon-list-item:hover {
    cursor: pointer;
}

/*ボタン*/  
.button1{
  cursor: pointer;
}


/*ホバー時*/
.op{
    transition: 0.4s;
}
.op:hover{
    opacity: 0.85!important;
    transition: 0.4s;
}
.op2{
    transition: 0.4s;
}
.op2:hover{
    opacity: 0.85!important;
    transition: 0.4s;
		transform: translateY(-2px)!important;
}
.op3{
    transition: 0.4s;
}
.op3:hover{
    opacity: 0.85!important;
    transition: 0.4s;
		transform: translateX(2px)!important;
}

/*アンカーリンクの飛び先の位置調整*/
.elementor-widget-menu-anchor {
   top: -150px;
}

/*マーカー*/
.marker{
  background: linear-gradient(transparent 50%, #FFFF99 0%);
  display: inline;
  font-weight: bold;
}

/*フェードイン*/
.fadein {
  transition: 1s ease-in-out;
  transform: translateY(30px);
  opacity: 0;
}

.fadein2 {
  transition: 1s ease-in-out;
  transform: translateY(100px);
  opacity: 0;
}

.fadein.is-active {
	opacity: 1;
	transform: translateY(0);
}

.fadein2.is-active {
	opacity: 1;
	transform: translateY(0);
}

.timing02 {transition-delay: .2s;}
.timing03 {transition-delay: .4s;}
.timing04 {transition-delay: .6s;}
.timing05 {transition-delay: .8s;}

    /* 編集中のページで画像を表示 */
body.elementor-editor-active .fadein  {
    opacity: 1; /* 通常の透過度に戻す */
}

body.elementor-editor-active .fadein2  {
    opacity: 1; /* 通常の透過度に戻す */
}

.faq-q {
    margin-right: 20px;
    color: #B4ADA9;
}

/*スマホ時*/
@media screen and (max-width: 480px) {
    .faq-q {
    margin-right: 10px;
}
}

.textlink a {
  text-decoration: underline;
}

/* アンカー位置調整（固定ヘッダーずらし用） */
#price-fat,
#price-lipo,
#price-epilation {
  scroll-margin-top: 120px; /* ヘッダーの高さに合わせて調整 */
}/* End custom CSS */