@import url('https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,100..900;1,100..900&family=Zen+Kaku+Gothic+Antique:wght@300;400;500;700;900&display=swap');

:root{
	--black: #312D2D;
}

*{
	margin:0;
	padding:0;
	list-style: none;
	box-sizing: border-box;
	text-decoration: none;
	background-size: cover;
	background-position: center;
	background-repeat: no-repeat;
}

*::before,
*::after{
	background-size: contain;
	background-position: center;
	background-repeat: no-repeat;
	box-sizing: border-box;
}

html {
	-ms-text-size-adjust: none;
	-webkit-text-size-adjust: none;
}

input,
select,
textarea{
	font-family: "Zen Kaku Gothic Antique", sans-serif;
	color: var(--black);
	-webkit-font-smoothing: antialiased;
	-ms-text-size-adjust: none;
	-webkit-text-size-adjust: none;
	font-feature-settings: 'palt';
	touch-action: manipulation;
	resize: none;
	display: block;
}

button{
	border: none;
	background: none;
	border-radius: 0;
	cursor: pointer;
}

body{
	color: var(--black);
	font-size: 16px;
	font-family: "Zen Kaku Gothic Antique", sans-serif;
	-webkit-font-smoothing: antialiased;
	-ms-text-size-adjust: none;
	-webkit-text-size-adjust: none;
}

img{
	display: block;
	object-position: center;
	width: 100%;
}

#body_wrap{
	overflow: hidden;
}


a{
	color: var(--black);
	transition-duration: 0.4s;
}

@media (any-hover:hover){
	a:hover{
		opacity: 0.7;
	}

}

.fax a{
	pointer-events: none;
}

@media (any-hover:hover){
	a[href^="tel:"] {
		pointer-events: none;
	}
}

/*
------------------------------------
アニメーション関係
------------------------------------
*/

.common_hover_opa{
	transition: 0.4s;
}


@media (any-hover:hover){
	.common_hover_opa:hover{
		opacity: 0.7;
	}

}

/*
------------------------------------
共通パーツ
------------------------------------
*/


#body_wrap{
	overflow: hidden;
	position: relative;
}

#body_wrap::before{
	content:'';
	width:100%;
	height:100%;
	background-color:#F7F7F7 ;
	position: absolute;
	top:0;
	left:0;
	z-index:-10;
}

.hide{
	display: none!important;
}

.container{
	max-width: 1100px;
	margin:0 auto;
}

/*
------------------------------------
ヘッダー
------------------------------------
*/

header{
	position: fixed;
	top:0;
	left:0;
	z-index: 30;
	width:100%;
	background-color: #fff;
}

header .header_inner{
	padding:0 40px 0 28px;
}

header .header_flex{
	min-height: 60px;
	padding:12px 0;
	display: flex;
	justify-content: space-between;
	align-items: center;
}

header .header_logo{
	display: block;
	width:151px;
}

header .header_menu{
	display: flex;
	align-items: center;
	gap:0 24px;
}

header .header_menu_link{
	font-weight: 500;
	letter-spacing: 0.06em;
}

header .header_menu_link .pink{
	color: #D00B41;
	font-size: 12px;
	font-weight: bold;
	display: block;
}


/*
------------------------------------
フッター
------------------------------------
*/

#pagetop{
	position: fixed;
	z-index: 10;
	cursor: pointer;
	display: flex;
	flex-direction: column;
	align-items: center;
	gap:4px 0;
	right:40px;
	bottom:40px;
	font-weight: bold;
	opacity: 0;
	transition-duration: 0.4s;
}

#pagetop.show{
	opacity: 1;
	pointer-events: auto;
}

#pagetop::before{
	content:'';
	width:7px;
	height:21px;
	background-image: url('../img/common/icon_arrow_top_black.svg');
}
footer{
	position: relative;
	z-index: 1;
	padding:40px 0 100px;
	/* background-color: #312D2D; */
}

footer .footer_contents{
	position: relative;
}

footer .footer_logo{
	display: block;
	max-width:240px;
	margin:0 auto;
}

footer .footer_banner_list{
	display: flex;
	justify-content: center;
	align-items: flex-start;
	gap:24px 34px;
	margin-top: 40px;
}

footer .footer_banner_item{
	width:297px;
}

footer .footer_banner{
	display: block;
	/* aspect-ratio: 1 / 0.35; */
}


footer .footer_menu_list{
	margin-top: 40px;
	display: flex;
	justify-content: center;
	align-items: center;
}

footer .footer_menu_border{
	width:1px;
	height:8px;
	/* background-color: #fff; */
	background-color: var(--black);
	margin:0 10px;
}

footer .footer_menu_link{
	font-weight: 500;
	font-size: 10px;
	letter-spacing: 0.02em;
	line-height: 1;
	/* color: #fff; */
	display: block;
}

footer .footer_copy{
	margin-top: 8px;
	font-weight: 500;
	font-size: 10px;
	letter-spacing: 0.02em;
	line-height: 1.2;

	opacity: 0.47;
	text-align: center;
}
/*
------------------------------------
トップページ(LP本体)
------------------------------------
*/

body.top_body{

}

main.top_main{

}

.top_section{
	position: relative;
}

.top_fv_section{
	min-height: 900px;
	padding:120px 0 0 0;
	margin-bottom: -70px;
}

.top_fv_section .fv_bg{
	position: absolute;
	width:1340px;
	top:60px;
	left: 50%;
	transform: translateX(-50%);
	z-index: -3;
	/* margin-left: 12px; */
}

.top_fv_section .fv_text{
	max-width:664px;
	margin-left: -24px;
}

.top_fv_section .fv_point_list{
	display: flex;
	justify-content: space-between;
	align-items: flex-start;
	flex-wrap: wrap;
	max-width: 642px;
	position: relative;
}

.top_fv_section .fv_point_list::before,
.top_fv_section .fv_point_list::after{
	content:'';
	position: absolute;
	z-index: -1;
	width:126px;
	height:117px;
}

.top_fv_section .fv_point_list::before{
	background-image: url('../img/top/fv_link_deco01.png');
	bottom:calc(100% - 65px);
	right:calc(100% + 10px);
}

.top_fv_section .fv_point_list::after{

	background-image: url('../img/top/fv_link_deco02.png');
	bottom:calc(100% + 10px);
	left:calc(100% + 5px);
}

.top_fv_section .fv_point_item{
	width:212px;
	position: relative;
	pointer-events: none;
}

/* .top_fv_section .fv_point_item:nth-child(1),
.top_fv_section .fv_point_item:nth-child(2){
	z-index: 2;
} */

.top_fv_section .fv_point_item:nth-child(2){
	transform: translateY(-28px);
}
.top_fv_section .fv_point_item:nth-child(3){
	transform: translateY(-56px);
}

.top_fv_section .fv_point_link{
	display: block;
	pointer-events: auto;

	/* background-color: blue; */
	/*clip-path: polygon(1% 25%, 98% 20%, 96% 95%, 3% 100%);*/
	 
}


.top_point_section{
	padding-bottom: 140px;
}

.top_point_section .point_area{
	padding-top: 80px;
	position: relative;
}

.top_point_section .point_area::before{
	background: radial-gradient(circle, #F7A3A3 2.5px, transparent 2.5px) repeat-x;
	background-size: 11px 5px;
	content: "";
	height: 5px;
	pointer-events: none;
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	opacity: 0.5;
	z-index: -4;
}

.top_point_section .point_area + .point_area{
	margin-top: 80px;
}

.top_point_section .point_contents{
	position: relative;
}

.top_point_section .point_flex{
	display: flex;
	justify-content: space-between;
	align-items: flex-start;
}

.top_point_section .point_left{
	width:478px;
}

.top_point_section .point_right{
	width:557px;
	flex-shrink: 0;
}

.top_point_section .point_deco{
	position: absolute;
	z-index: -1;
	background-size: contain;
}

.top_point_section .point_head{
	width:193px;
	transform: rotateZ(-8deg);
}

.top_point_section .point_title{
	white-space: nowrap;
	font-weight: 900;
	font-size: 48px;
	letter-spacing: 0.01em;
	line-height: 1.5;
	text-align: left;
	margin-top: 6px;
}

.top_point_section .point_text{
	font-weight: 500;
	font-size: 18px;
	letter-spacing: 0.02em;
	line-height: 2;
	margin-top: 16px;
}

.top_point_section .point_button{
	display: flex;
	justify-content: center;
	align-items: center;
	max-width:474px;
	height:86px;
	background: linear-gradient(to left , #ff8484 0%, #e71d55 73.4%, #e81e56 100%);
	position: relative;
	font-weight: bold;
	font-size: 20px;
	letter-spacing: 0.02em;
	line-height: 1.3;
	text-align: center;
	color: #fff;
}

.top_point_section .point_button::before{
	content:'';
	width:100%;
	height:100%;
	border:1px solid #E81E56;
	position: absolute;
	left:-5px;
	bottom:-5px;
	z-index: -2;
}

.top_point_section .point_button::after{
	content:"";
	width:6px;
	height:12px;
	background-image: url('../img/common/icon_angle_right_white.svg');
	position: absolute;
	right:28px;
	top:0;
	bottom:0;
	margin:auto;
}

.top_point_section .point01_area{

}

.top_point_section .point01_area .point_flex{
	align-items: flex-end;
}

.top_point_section .point01_area .point01_deco01{
	width:125px;
	height:123px;
	background-image: url('../img/top/point01_deco01.png');
	top:220px;
	right:calc(100% + 35px);
}
.top_point_section .point01_area .point01_deco02{
	width:145px;
	height:161px;
	background-image: url('../img/top/point01_deco02.png');
	top:calc(100% - 10px);
	left:calc(100% - 10px);
}

.top_point_section .point01_area .sche_box{
	padding:18px;
	border:2px solid #E81E56;
	position: relative;
}

.top_point_section .point01_area .sche_text{
	font-weight: 900;
	font-size: 19px;
	letter-spacing: 0.03em;
	line-height: 1;
	color: #e81e56;
	white-space: nowrap;
}

.top_point_section .point01_area .sche_frame{
	position: relative;
	margin-top: 12px;
}

.top_point_section .point01_area .sche_list{
	position: relative;
	z-index: 2;
	display: flex;
	align-items: flex-start;
	gap:0 8px;
}

.top_point_section .point01_area .sche_item{
	width:160px;
	height:72px;
	display: flex;
	align-items: center;
	font-family: 'Montserrat', sans-serif;
	font-weight: bold;
	font-size: 29px;
	line-height: 1.2;
	color: #fff;
}



.top_point_section .point02_area .point_button_list{
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
	gap:20px 0;
	margin-top: 40px;
}

.top_point_section .point02_area .point_button_item{
	transform: translateX(5px);
	width:228px;
}

.top_point_section .point02_area .point_button{
	font-size: 18px;
}
.top_point_section .point02_area .point_button::after{
	right:16px;
}

.top_point_section .point02_area .point02_deco01{
	width:44px;
	height:65px;
	background-image: url('../img/top/point02_deco01.png');
	top:-40px;
	right:calc(100% + 28px);
}
.top_point_section .point02_area .point02_deco02{
	width:109px;
	height:89px;
	background-image: url('../img/top/point02_deco02.png');
	top:calc(100% + 30px);
	left:calc(100% - 44px);
}

.top_point_section .point02_area .sche_remark{
	font-weight: 500;
	font-size: 10px;
	letter-spacing: 0.02em;
	line-height: 1.3;
	text-align: right;
	margin-top: 3px;
}

.top_point_section .point02_area .point_img{
	margin-top: 30px;
}


.top_point_section .point03_area{

}

.top_point_section .point03_area .point03_deco01{
	width:44px;
	height:70px;
	background-image: url('../img/top/point03_deco01.png');
	top:290px;
	right:calc(100% + 40px);
}

.top_point_section .point03_area .point03_deco02{
	width:44px;
	height:70px;
	background-image: url('../img/top/point03_deco01.png');
	top:0;
	right:500px;
}

.top_point_section .point03_area .point_right{
	/* padding-top: 56px; */
}

.top_point_section .point03_area .point_button{
	margin: 40px auto 0;

}

.top_point_section .point03_area .point03_deco01{
	width:44px;
	height:62px;
	background-image: url('../img/top/point04_deco01.png');
	top:0;
	left:476px;
}
.top_point_section .point03_area .point03_deco02{
	width:130px;
	height:110px;
	background-image: url('../img/top/point04_deco02.png');
	top:calc(100% - 56px);
	left:-60px;
}
.top_point_section .point03_area .point03_deco03{
	width:54px;
	height:67px;
	background-image: url('../img/top/point04_deco03.png');
	top:calc(100% + 84px);
	left:calc(50% + 355px);
}
.top_point_section .point03_area .point03_deco04{
	width:111px;
	height:96px;
	background-image: url('../img/top/point04_deco04.png');
	bottom:40px;
	left:100%;
}

.top_point_section .point03_area .point_right{
	padding-top: 90px;
}

.top_point_section .point03_area .price_box{
	padding:18px;
	border:2px solid #E81E56;
	position: relative;
}

.top_point_section .point03_area .price_text{
	/* margin-bottom: 10px; */
	margin-bottom: 20px;
	font-weight: 900;
	font-size: 26px;
	letter-spacing: 0.03em;
	color: #59afe1;

}
.top_point_section .point03_area .price_text img{
	width:auto;
	height:51px
}

.top_point_section .point03_area .point04_chara01{
	position: absolute;
	width:208px;
	z-index: 1;
	right:0;
	top:-70px;
}

.top_point_section .point03_area .point04_chara02{
	width:65px;
	position: absolute;
	z-index: 3;
	top: 32px;
    right: 25px;
}


.top_point_section .point03_area .price_box .point_img{
	position: relative;
	z-index: 2;
}


.top_point_section .point03_area .point_button{
	margin-top: 70px;
	margin-inline: auto;
}
