
/* PC SP 共通 */
#mainv{
	margin: 0;
    width: auto;
	background: linear-gradient(0deg,rgba(255, 255, 255, 0.4) 0%, rgba(241, 156, 166, 0.4) 66%, rgba(253, 210, 62, 0.4) 100%);
	position: relative;
}
#mainv:before,
#mainv:after{
	content: "";
	display: block;
	width: calc( 50% - 380px );
	margin: auto;
	height: 100%;
	background-repeat: repeat-x;
	position: absolute;
	top: 0;
	bottom: 0;
	z-index: 1;
}
#mainv:before{
	background-image: url("../images/home/mainv-bg02_l.png");
	background-position: right 152px;
	background-size: auto 264px;
	left: 0;
}
#mainv:after{
	background-image: url("../images/home/mainv-bg02_r.png");
	background-position: left 152px;
	background-size: auto 250px;
	right: 0;
}
#mainv .illust{
	display: flex;
	justify-content: center;
	width: 100%;
	position: absolute;
	right: 0;
	bottom: 0;
	left: 0;
	margin: auto;
	z-index: 2;
}
#mainv .illust:before,
#mainv .illust:after{
	content: "";
	display: block;
	flex: 1;
	background-image: url("../images/home/mainv-bg01.png");
	background-position: right bottom;
	background-repeat: repeat-x;
	background-size: auto 51px;
}
#mainv .illust:after{
	transform: scale(-1, 1);
}
#mainv .catch-box{
	display: flex;
	flex-direction: column;
    align-items: center;
	justify-content: flex-end;
	padding: 80px 0 90px;
	background-image: url("../images/home/mainv-illust02.png");
	background-position: center center;
	background-repeat: no-repeat;
	background-size: 654px auto;
	position: relative;
	z-index: 3;
	box-sizing: border-box;
}
#mainv .catch-box .catch{
	margin-bottom: 30px;
	font-size: 212.5%; /* 34px */
    font-family: "游明朝", YuMincho, 'Noto Serif JP', serif;
	font-weight: 500;
	line-height:1.5;
	letter-spacing: 0.05em;
	text-indent: 0.05em;
	text-align: center;
        text-shadow:
        0.1px 0.1px 0.1px #603813,-0.1px 0.1px 0.1px #603813,0.1px -0.1px 0.1px #603813,-0.1px -0.1px 0.1px #603813,
        1px 1px 10px #FFFFFF,-1px 1px 10px #FFFFFF,1px -1px 10px #FFFFFF,-1px -1px 10px #FFFFFF,
        1px 1px 10px #FFFFFF,-1px 1px 10px #FFFFFF,1px -1px 10px #FFFFFF,-1px -1px 10px #FFFFFF;
}
#mainv .catch-box .catch strong {
	font-weight: 500;
}
#mainv .catch-box .image{
	margin-bottom: 0;
	text-align: center;
}

body.home .dnav-box .titles{
	margin-bottom: 20px;
    color: #EC6D74;
    font-size: 150%; /* 24px */
}
body.home .dnav-box .titles .innerwrap{
    display: flex;
    align-items: center;
    justify-content: center;
    column-gap: 30px;
    padding: 12px;
    color: #EC6D74;
    text-decoration: none !important;
	position: relative;
	box-sizing: border-box;
}
body.home .dnav-box .titles .innerwrap:before,
body.home .dnav-box .titles .innerwrap:after{
	content: "";
	display: block;
	margin: auto;
	position: absolute;
}
body.home .dnav-box .titles .innerwrap:before{
    background: linear-gradient(90deg,rgba(253, 210, 62, 1) 0%, rgba(241, 156, 166, 1) 50%, rgba(233, 83, 119, 1) 100%);
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	z-index: -2;
	border-radius: 15px;
}
body.home .dnav-box .titles .innerwrap:after{
	background-color: #ffffff;
	top: 2px;
	right: 2px;
	bottom: 2px;
	left: 2px;
	z-index: -1;
	border-radius: 13px;
}
body.home .dnav-box .titles a.innerwrap:hover{
    opacity: 0.7;
}
body.home .dnav-box .titles .innerwrap .illust{
    line-height: 0;
}
body.home .dnav-box .comment{
	margin-bottom: 20px;
	font-size: 112.5%; /* 18px */
	line-height: 1.7;
	text-align: center;
}
body.home .dnav-box .list > li:not(:last-child){
	margin-bottom: 20px;
}
body.home .dnav-box .list > li a{
	display: block;
	padding-left: 35px;
}

@media print, all and (min-width: 751px) {
	
	/* PC */ 
	body.home #c-wrapper > .container-inner:first-child{
		padding-top: 100px;
	}
	
	#mainv{
		height: 716px;
	}
	#mainv .catch-box{
		height: 716px;
	}
	
    body.home .dnav-box{
        display: flex;
        justify-content: center;
        gap: 40px;
    }
    body.home .dnav-box .titles .innerwrap{
        min-height: 170px;
    }
    body.home .dnav-box .comment,
    body.home .dnav-box .list{
        padding: 0 35px;
    }
                       
}

@media only screen and (max-width: 750px) {
	
	/* SP */
	body.home #c-wrapper > .container-inner:first-child{
		padding-top: 50px;
	}
	
	#mainv {
		padding-top: 395px;
	}
	#mainv:before{
		width: calc( 50% - 130px );
		background-image: url("../images/home/mainv-bg02_l_sp.png");
		background-position: right 60px;
		background-size: auto 138px;
	}
	#mainv:after{
		width: calc( 50% - 30px );
		background-image: url("../images/home/mainv-bg02_r_sp.png");
		background-position: left 60px;
		background-size: auto 142px;
	}
	#mainv .illust:before,
	#mainv .illust:after{
		background-image: url("../images/home/mainv-bg01_sp.png");
		background-size: auto 34px;
	}
	#mainv .illust:before{
		width: calc( 50% - 37.5px );
		flex: none;
	}
	#mainv .catch-box{
		padding: 54px 15px 48px;
		position: absolute;
		top: 0;
		right: 0;
		bottom: 0;
		left: 0;
		margin: auto;
		background-size: 327px auto;
	}
	#mainv .catch-box .catch{
		margin-bottom: 15px;
		font-size: 125%; /* 20px */
	}
	
	body.home .dnav-box{
		padding: 0 10px;
	}
	body.home .dnav-box > .itembox:not(:last-child){
		margin-bottom: 60px;
	}
    body.home .dnav-box .titles{
		margin-bottom: 15px;
        font-size: 131.25%; /* 21px */
	}
	body.home .dnav-box .titles .innerwrap{
		column-gap: 25px;
		padding: 15px;
    }
	body.home .dnav-box .itembox.about .titles .innerwrap .illust img{
		max-width: 55px;
	}
	body.home .dnav-box .itembox.business .titles .innerwrap .illust img{
		max-width: 79px;
	}
	body.home .dnav-box .titles .innerwrap:before{
		border-radius: 10px;
	}
	body.home .dnav-box .titles .innerwrap:after{
		border-radius: 8px;
	}
	body.home .dnav-box .list > li a{
		padding-right: 10px;
		padding-left: 30px;
	}
	body.home #home-contact > .titles{
		font-size: 162.5%; /* 26px */
	}
	body.home #home-news > .titles{
		font-size: 162.5%; /* 26px */
	}
	body.home #home-news{
		margin-right: -5px;
		margin-left: -5px;
	}
    
}