@charset "utf-8";
.inner{
    width: 980px;
    margin-left: auto;
    margin-right: auto;	
}
.pink_txt{
	font-size: 22px;
	font-weight: bold;
	color: #EB7BA1;
}
.pink_txt02 {
    font-size: 18px;
    font-weight: bold;
    color: #EB7BA1;
    border-bottom: 1px solid #EB7BA1;
    margin-bottom: 10px;
}
.pink_box{
	border:4px double #F5A1BC;
}
/* title */
.lp_tit01{
	font-size: 25px;
    font-weight: bold;
    line-height: 1.2;
}
.lp_tit02{
	font-size: 18px;
    line-height: 1.2;
}
.lp_tit03 {
	position: relative;
	display: inline-block;
	color: #ea7398;
	font-size: 35px;
	font-weight: bold;
	top: 20px;
	left: 270px;
	letter-spacing: 6.5px;
}
.lp_tit03 .txt_l {
	font-size: 50px;
	top: -6px;
	position: relative;
	text-shadow: 1px 1px 1px #FBE0E9, -1px 1px 1px #FBE0E9, 1px -1px 1px #FBE0E9, -1px -1px 1px #FBE0E9, 1px 1px 1px #FBE0E9, -1px 1px 1px #FBE0E9, 1px -1px 1px #FBE0E9, -1px -1px 1px #FBE0E9, 0px 8px #FBE0E9;
}
.lp_tit03 .hatena {
	font-size: 50px;
    position: absolute;
	transform: rotate(30deg);
	right: -40px;
	bottom: -5px;
}
.lp_tit04 {
	color: #ea7398;
	font-size: 35px;
	font-weight: bold;
	letter-spacing: 6.5px;
}
.number{
    font-family: 'Sansita', sans-serif;	
    font-style: italic;
    color: #EE9CB6;
    font-size: 80px;
}
.number02 {
    font-family: 'Sansita', sans-serif;
    font-style: italic;
    color: #EE9CB6;
    font-size: 110px;
    line-height: 1;
}
.number02_en{
    font-family: 'Dancing Script', cursive;	
    color: #F1A4BC;
    font-size: 30px;
    line-height: 1;
}
.number02_jp{
    color: #EB7BA1;
    font-size: 30px;
    font-weight: bold;
    line-height: 1.2;
}
.tit_en{
    font-family: 'Sansita', sans-serif;	
    color: #F1A4BC;
    font-size: 18px;
    letter-spacing: 0.2rem;
}
/* flex */
.fl_box{
	display: flex;
	justify-content: space-between;
}
.fl_box_center{
	display: flex;
	justify-content: space-between;
	align-items: center;
}
.fl_box_end {
    display: flex;
    align-items: flex-end;
}
.fl2col{width: 49%}
.fl3col{width: 30%}
.box4_1{
	display: flex;
	justify-content: space-between;
	padding: 20px 10px;
}
.box4_1_left{
	width: 20%;
	align-self: center;
}
.box4_1_right {
    width: 79%;
    border-left: 1px dotted #F5A1BC;
    padding-left: 10px;
	align-self: center;
	height: 180px;
}
.w18{width: 18%}
.w40{width: 40%}
.w59{width: 59%}
.w80{width: 80%}
/* main_area */
.main_area {
    background: url(../image/lp_mainimage_bg.jpg) no-repeat center/cover;
    padding-top: 150px;
    height: 500px;
}
.main_area h1{
	font-size: 35px;
	color:#DC4793; 
	font-weight: bold;
	text-align: center;
	text-shadow:2px 2px 0 #FFF, -2px -2px 0 #FFF,
              -2px 2px 0 #FFF, 2px -2px 0 #FFF,
              0px 2px 0 #FFF,  0-2px 0 #FFF,
              -2px 0 0 #FFF, 2px 0 0 #FFF;

}
.main_area .big{font-size: 50px;}
.main_area .txt{
	text-align: center;
	font-size: 20px;
	text-shadow:1px 1px 0 #FFF, -1px -1px 0 #FFF,
              -1px 1px 0 #FFF, 1px -1px 0 #FFF,
              0px 1px 0 #FFF,  0-1px 0 #FFF,
              -1px 0 0 #FFF, 1px 0 0 #FFF;
    color: #333;
}
/* btn_area */
.btn_area{
	background-color: #EA7398
}
.form_btn_box{
	display: flex;
	justify-content: center;
	padding: 10px 0;
}
.form_txt {
    color: #fff;
    font-size: 18px;
    align-self: center;
    padding-right: 60px;
}
.form_btn a {
    display: block;
    font-size: 18px;
    text-align: center;
    color: #EB7CA2;
    border: 1px solid #fff;
    font-weight: bold;
    position: relative;
    border-radius: 60px;
    padding: 10px 90px 10px 60px;
    background-color: #fff;
    -webkit-box-shadow: 0 12px 16px rgba(0, 0, 0, 0.05);
    box-shadow: 0 12px 16px rgba(0, 0, 0, 0.05);
    -webkit-transition: 0.3s cubic-bezier(0.18, 0.45, 0.25, 1);
    -o-transition: 0.3s cubic-bezier(0.18, 0.45, 0.25, 1);
    transition: 0.3s cubic-bezier(0.18, 0.45, 0.25, 1);
}
.form_btn a::before {
    content: "";
    width: 18px;
    height: 18px;
    -webkit-border-radius: 50%;
    border-radius: 50%;
    background: #EB7CA2;
    position: absolute;
    top: calc(50% - 9px);
    right: 20px;
}
.form_btn a::after {
    content: "";
    width: 4px;
    height: 4px;
    border-top: 2px solid #ffffff;
    border-right: 2px solid #ffffff;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
    position: absolute;
    top: calc(50% - 3px);
    right: 27px;
}
.form_btn a:hover {
    color: #ffffff;
    border-color: #ffffff;
    background-color: #EB7CA2;
    text-decoration: none;
    -webkit-box-shadow: 0 0 20px rgba(0, 0, 0, 0.3);
    box-shadow: 0 0 20px rgba(0, 0, 0, 0.3);
    -webkit-transform: scale(1.05);
    -ms-transform: scale(1.05);
    transform: scale(1.05);
}
.form_btn a:hover::before {
    background: #ffffff;
}
.form_btn a:hover::after {
    border-top-color: #EB7CA2;
    border-right-color: #EB7CA2;
}
/* contents */
.maru_box{
	width: 300px;
	height: 300px;
	border:1px solid #FDDCE5;   
	border-radius: 50%;   
	padding: 10px;            ;
}
.maru_box_in{
	width: 280px;
	height: 280px;
	background-color: #FDDCE5; 
	border-radius: 50%;             
}
.number_txt {
    color: #EA7398;
    font-size: 21px;
    font-weight: bold;
    line-height: 1.47;
}
.bg_pink01 {
    background-color: #FEEDF3;
    padding: 70px 0;
    position: relative;
}
.bg_pink01:before {
    position: absolute;
    display: block;
    content: "";
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 60px 100px 0 100px;
    border-color: #ffffff transparent transparent transparent;
    top: 0;
    left: calc(50% - 100px);
}
.bg_pink02 {
    background-color: #FDE3EC;
    padding: 70px 0;
}
.bg_pink03 {
    background-color: #FDDFE7;
    padding: 70px 0;
}
/*.bg_gray{
	background-color: #f5f5f5;
	position: relative;
}
.bg_gray:before {
    content: "";
    width: 0;
    height: 0;
    position: absolute;
    top: 0;
    left: calc(50% - (200px / 2));
    border-left: 100px solid transparent;
    border-right: 100px solid transparent;
    border-top: 60px solid #fff;
}*/
/* flow */
.flow_box {
    width: 100%;
    border-radius: 5px;
    border: 3px solid #F09DB7;
    background-color: #fff;
    display: flex;
    align-items: center;
    position: relative;
    margin-bottom: 70px;
}
.flow_box:after {
    content: "";
    width: 0;
    height: 0;
    position: absolute;
    bottom: -60px;
    left: calc(50% - (50px / 2));
    border-left: 50px solid transparent;
    border-right: 50px solid transparent;
    border-top: 40px solid #EB7397;
}
.flow_box:last-child {
    margin-bottom: 0;	
}
.flow_box:last-child:after {
	display: none;
	}
.flow_box .left{
	width: 307px;
    text-align: center;	
    padding: 20px 0;
    background-color: #F09DB7;
    position: relative;
}
.flow_box .left .txt{
    color: #fff;
    font-size: 24px;
}
.flow_box .left .num {
    font-family: 'Sansita', sans-serif;
    font-style: italic;
    color: #F4C7D4;
    font-size: 70px;
    position: absolute;
    bottom: -29px;
    left: 0px;
}
.flow_box .right{
	padding-left: 30px;
    font-size: 16px;
}
/* faq */
.qa_click_a{display: none;}
/* lp07 */
#lp07 {
	/*position: relative;*/
	background-color: #f5f5f5;
	padding-bottom: 110px;
	position: relative;
}
#lp07::after {
    position: absolute;
    display: block;
    content: "";
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 60px 100px 0 100px;
    border-color: #ffffff transparent transparent transparent;
    top: 0;
    left: calc(50% - 100px);
}
#lp07_in {
	width: 980px;
	margin-left: auto;
	margin-right: auto;
}
#lp07 .lp07-title {
	text-align: center;
	padding: 96px 0 32px;
}
#lp07 .h2-7 {
	width: 100%;
	color: #ea7398;
	font-size: 42px;
	font-weight: bold;
	letter-spacing: 6.5px;
	text-align: center;
	margin-bottom: 16px;
}
#lp07 .h2-7-sub {
	width: 100%;
	color: #ea7398;
	font-size: 14px;
	font-weight: bold;
	letter-spacing: 6.5px;
	text-align: center;
}

/* lpfooter */
.lpfooter-top {
	position: relative;
	height: 350px;
	background: url(../image/lp_footer_bg.jpg) no-repeat center center;
}
.lpfooter-top .h2-footer {
	position: absolute;
	width: 100%;
	color: #fff;
	font-size: 34px;
	font-weight: bold;
	text-align: center;
	top: 100px;
	line-height: 1;
	letter-spacing: 6.5px;
	text-shadow: 0px 4px 0px rgba(192, 96, 129, .4);
}
.lpfooter-top .textfooter-1 {
	position: absolute;
	width: 100%;
	color: #fff;
	font-size: 16px;
	text-align: center;
	top: 160px;
	letter-spacing: 4px;
	text-shadow: 0px 3px 0px rgba(192, 96, 129, .4);
}
.lpfooter-top .tel {
	position: absolute;
	top: 210px;
	left: calc(50% - 160px);
}
.lpfooter-top .tel a {
	color: #fff;
	font-size: 36px;
	font-weight: bold;
	padding-left: 35px;
	background: url(../image/lp_footer_tel_icon.png) no-repeat left center;
	text-shadow: 0px 4px 0px rgba(192, 96, 129, .4);
}
.lpfooter-center {
	background-color: #fff;
	padding: 40px 0;
	text-align: center;
}
.lpfooter-center a {
	position: relative;
	color: #ea7398;
	font-size: 14px;
	font-weight: bold;
	padding-right: 20px;
}
.lpfooter-center a::after {
	position: absolute;
	display: block;
	content: "";
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 8px 0 8px 12px;
	border-color: transparent transparent transparent #ea7398;
	top: 2px;
	right: 0;
}
.lpfooter-bottom {
	font-size: 12px;
    background-color: #eee;
    padding: 30px 0;
	color: #ea7398;
}
.lpfooter-bottom a {
	color: #ea7398;
}
.lpfooter-bottom-in {
	display: flex;
	width: 1120px;
	margin-left: auto;
	margin-right: auto;
	flex-flow: row wrap;
}
.lpfooter-bottom-left {
	width: 560px;
}
.lpfooter-bottom-left a + a {
	padding-left: 15px;
	margin-left: 15px;
	border-left: 1px solid #ea7398;
}
.lpfooter-bottom-right {
	width: 560px;
	text-align: right;
}