@charset "UTF-8";

.hero {
	padding: 30px 30px 30px;
	position: relative;
}

.hero_slide {
	position: relative;
	clip-path: polygon(0 0, 0 0, 0 100%, 0% 100%);
}

.-load .hero_slide {
	clip-path: polygon(0 0, 100% 0, 100% 100%, 0% 100%);
	transition: clip-path cubic-bezier(0.55, 0.05, 0.22, 0.99) .6s;
}

.hero_slide_item {
	height: calc(100vh - 60px);
	background-repeat: no-repeat;
	background-position: center;
	background-size: cover;
	border-radius: 15px;
	vertical-align: bottom;
}

.hero_cnt {
	position: absolute;
	bottom: 100px;
	left: 90px;
	line-height: 1.5;
}

.hero_catch {
	display: flex;
}

.hero_catch em {
	display: inline-block;
	vertical-align: middle;
	padding: 0 20px;
	background: #FFF;
	font-weight: 300;
	color: #E56F90;
	font-size: 52px;
	padding-bottom: 0.2em;
	clip-path: polygon(0 0, 0 0, 0 100%, 0% 100%);
}

.-load .hero_catch em {
	clip-path: polygon(0 0, 100% 0, 100% 100%, 0% 100%);
	transition: clip-path cubic-bezier(0.55, 0.05, 0.22, 0.99) .6s 1s;
}

.hero_text {
	margin-top: 15px;
	display: flex;
	flex-direction: column;
	align-items: flex-start;
	gap: 8px;
}

.hero_text em {
	display: inline-block;
	vertical-align: middle;
	padding: 0 20px;
	font-weight: 300;
	background: #FFF;
	font-size: 30px;
	clip-path: polygon(0 0, 0 0, 0 100%, 0% 100%);
}

.-load .hero_text em {
	clip-path: polygon(0 0, 100% 0, 100% 100%, 0% 100%);
	transition: clip-path cubic-bezier(0.55, 0.05, 0.22, 0.99) .6s 1.2s;
}

.info {
	position: absolute;
	bottom: 0;
	right: 0;
	padding: 30px 40px 40px 40px;
	background: #FFF;
	display: flex;
	align-items: center;
	border-top-left-radius: 15px;
	gap: 30px;
}

.info_ttl {
}

.info_item {
	transition: color .3s;
}

.info_item:hover {
	color: #E56F90;
}

.info_item time {
	margin-right: 1em;
}

.info_link {
	display: inline-block;
	position: relative;
	padding-right: 35px;
}

.info_link:after {
	font-family: icomoon;
	font-size: 24px;
	content: "\e902";
	vertical-align: middle;
	right: 0;
	top: 50%;
	margin-top: -0.5em;
	line-height: 1;
	position: absolute;
	transition: right .3s;
}

.info_link:hover:after {
	right: -5px;
}

.policy {
	position: relative;
	padding: 40px 0px 80px 0px;
	text-align: center;
}

.policy .policy_guid {
	transition: 0.3s;
	font-size: 25px;
    color: #E56F90;
    border-bottom: solid;
}

.policy .policy_guid:hover{
	opacity: 0.7;
}

.policy_ttl {
	position: relative;
	color: #E56F90;
	font-size: 30px;
	text-align: center;
	z-index: 10;
	padding-top: 50px;
}

.policy_wrap {
	position: relative;
	display: inline-block;
	z-index: 10;
}

.policy_cnt {
	position: absolute;
	left: 0;
	width: 100%;
	top: 40%;
	transform: translateY(-50%);
	z-index: 100;
}

.policy_mark {
	position: absolute;
	left: 50%;
	top: 5%;
	transform: translateX(-50%);
}

.policy_catch {
	font-size: 30px;
	color: #E56F90;
	line-height: 1.5;
}

.policy_text {
	margin-top: 20px;
}

.policy_bear {
	position: absolute;
	right: 10%;
	bottom: 5%;
	z-index: 200;
}

.policy_btn {
	margin-top: 20px;
}

.policy_btn > a {
	position: relative;
	display: inline-block;
	background: #E56F90;
	color: #fff;
	width: 100%;
	max-width: 385px;
	padding: 0 30px;
	border-radius: 40px;
	height: 80px;
	line-height: 80px;
	text-align: left;
	font-size: 20px;
	transition: background .3s;
}
.policy_btn > a:first-child{
	margin-right: 20px;
}
.policy_btn > a:hover {
	background: #6BABD3;
}

.policy_btn > a:after {
	font-family: icomoon;
	font-size: 35px;
	content: "\e901";
	vertical-align: middle;
	right: 25px;
	top: 50%;
	margin-top: -0.5em;
	line-height: 1;
	position: absolute;
}

.policy_disc {
	position: absolute;
	z-index: 1;
	transform: translate(-50%, -50%);
	width: 180px;
	height: 180px;
	border-radius: 100%;
	background: #E56F90;
	opacity: 0.15;
	filter: blur(25px);
}

.policy_disc.-disc02,
.policy_disc.-disc03 {
	width: 120px;
	height: 120px;
}

.policy_disc.-disc01 {
	top: 30%;
	left: 5%;
}

.policy_disc.-disc02 {
	top: 31%;
	left: 98%;
}

.policy_disc.-disc03 {
	top: 52%;
	left: 22%;
}

.policy_disc.-disc04 {
	top: 60%;
	left: 78%;
}

.policy_bg {
	position: absolute;
	z-index: 1;
	transform: translate(-50%, -50%);
	animation: 3s ease-in-out infinite alternate fuwafuwa;
}

@keyframes fuwafuwa {
	0% {
		transform: translate(-50%, -50%);
	}

	100% {
		transform: translate(-50%, -55%);
	}

}

.policy_bg.-bg01 {
	top: 26%;
	left: 20%;
}

.policy_bg.-bg02 {
	top: 28%;
	left: 83%;
	animation-delay: -1s;
}

.policy_bg.-bg03 {
	left: 9%;
	top: 60%;
	animation-delay: -1.5s;
}

.policy_bg.-bg04 {
	left: 91%;
	top: 63%;
	animation-delay: -2s;
}

.subject {
	padding: 30px;
}

.bnr {
	position: relative;
	z-index: 10;
	margin-top: 60px;
}

.bnr_list {
	display: flex;
	justify-content: center;
	gap: 25px;
}

.bnr_item {
	background: #FFF;
	display: inline-block;
	border-radius: 15px;
	overflow: hidden;
	box-shadow: 0px 0px 10px rgba(129, 90, 101, 0.18);
}

.bnr_item img {
	transition: opacity .3s;
}

.bnr_item:hover img {
	opacity: 0.7;
}

.sns {
	position: relative;
	z-index: 5;
	margin-top: -145px;
	padding-top: 250px;
}

.sns:before {
	content: "";
	display: block;
	background-image: url("/img/home/img-blog-head@2x.jpg");
	background-repeat: no-repeat;
	background-position: center;
	background-size: cover;
	width: calc(100% - 100px);
	position: absolute;
	left: 0;
	top: 240px;
	height: 450px;
	border-top-right-radius: 15px;
	border-bottom-right-radius: 15px;
}

.sns_wrap {
	position: relative;
	z-index: 10;
	max-width: 1200px;
	margin: 0 auto;
	padding-top: 370px;
}

.sns_body {
	background: #fff;
	padding: 640px 0px 50px 0px;
	/* padding: 560px 20px 50px 20px; */
	border-top-left-radius: 15px;
	border-top-right-radius: 15px;
	display: flex;
	align-items: center;
	justify-content: center;
	position: relative;
	gap: 30px;
}

.sns_body02 {
	padding: 50px 0px 50px 0px;
	border-top-left-radius: 15px;
	border-top-right-radius: 15px;
	display: flex;
	align-items: center;
	justify-content: center;
	position: relative;
	gap: 30px;
}

/* .sns_body:after {
	left: 100%;
	top: 0;
	height: 100%;
	width: 100vw;
	content: "";
	display: block;
	position: absolute;
	background: #FFF;
} */

.sns_body .snapwidget-pc {
	display: block;
    position: absolute;
    bottom: 245px;
    width: 80%;
	/* width: 60%; */
}

.sns_body .snapwidget-pc h2{
	text-align: center;
	font-size: 30px;
    padding-bottom: 30px;
	color: #E56F90;
}

.sns_body02 .snapwidget-pc {
	display: block;
    position: relative;
    bottom: 50px;
    /* width: 60%; */
}

.sns_body02 .snapwidget-pc h2{
	text-align: center;
	font-size: 30px;
    padding-bottom: 30px;
	color: #E56F90;
}

.sns_body .snapwidget-sp,
.sns_body02 .snapwidget-sp {
	display: none;
}

.sns_body02 .snapwidget-pc .insta-link-cnt,
.sns_body02 .snapwidget-sp .insta-link-cnt {
	text-align: right;
}

.sns_body02 .snapwidget-pc .insta-link-cnt .insta-link,
.sns_body02 .snapwidget-sp .insta-link-cnt .insta-link {
	text-decoration: underline;
	color: #E56F90;
	text-align: right;
	transition: all ease 0.3s;
}

.sns_body02 .snapwidget-pc .insta-link-cnt .insta-link {
	display: inline-block;
}
.sns_body02 .snapwidget-sp .insta-link-cnt .insta-link {
	display: none;
}


.sns_body02 .snapwidget-pc .insta-link:hover,
.sns_body02 .snapwidget-sp .insta-link:hover {
	opacity: 0.7;
}

.sns_item {
	max-width: 480px;
	width: calc(50% - 15px);
	min-height: 160px;
	line-height: 1;
	background-color: rgba(127, 127, 127, 1.0);
	border-radius: 15px;
	display: flex;
	flex-direction: row;
	justify-content: center;
	align-items: center;
	gap: 15px;
	color: #FFF;
	transition: background-color 0.5s;
}

.sns_item:hover {
	background-color: rgba(127, 127, 127, 0.75);
}

.sns_item.-fb {
	background-color: rgba(0, 117, 191, 1.0);
}

.sns_item.-fb:hover {
	background-color: rgba(0, 117, 191, 0.75);
}

.sns_item.-ig {
	background-color: rgba(229, 111, 144, 1.0);
}

.sns_item.-ig:hover {
	background-color: rgba(229, 111, 144, 0.75);
}

.sns_item .-img {
	width: 60px;
	height: 60px;
}

.sns_item .-logo {
	width: 200px;
	height: 25px;
}

.sns_item .-txt {
	font-size: 42px;
	font-weight: 500;
}

.kreirepo {
	background-color: #fff;
	display: flex;
	justify-content: center;
	padding-bottom: 30px;
}

.kreirepo-sp {
	display: none;
}

.kreirepo-pc {
	display: block;
	transition: transform 0.3s ease, opacity 0.3s ease;
}

.kreirepo-pc:hover {
	opacity: 0.6; /* 画像の不透明度を少し下げる */
}

.kreirepo-pc img {
}

@media screen and (max-width:1240px) {
}

@media screen and (max-width:768px) {
	.sns_body {
        padding-top: 630px;
    }
	/* .sns_wrap {
		padding-top: 350px;
	} */
	.policy_btn > a:first-child{
		margin-right: 0px;
		margin-bottom: 20px;
	}
	.kreirepo-sp {
		display: none;
	}

	.kreirepo .sp:hover {
	}
	
	.kreirepo-pc {
		display: block;
	}
}

@media screen and (max-width:767px) {
	.hero {
		padding: 0;
	}

	.hero_slide {
	}

	.-load .hero_slide {
	}

	.hero_slide_item {
		height: calc(100vh - 60px);
		border-radius: 0px;
	}

	.hero_cnt {
		left: 20px;
	}

	.hero_catch {
	}

	.hero_catch em {
		font-size: 32px;
		padding: 0px 10px 5px;
	}

	.-load .hero_catch em {
	}

	.hero_text {
	}

	.hero_text em {
		font-size: 18px;
		padding: 5px 10px;
	}

	.-load .hero_text em {
	}

	.info {
		padding: 15px 20px;
		display: block;
		width: calc(100% - 20px);
		line-height: 1.5;
	}

	.info_ttl {
	}

	.info_item {
	}

	.info_item time {
	}

	.info_link {
		display: none;
	}

	.info_link:after {
	}

	.policy {
		padding: 40px 20px 50px;
	}

	.policy_ttl {
		font-size: 22px;
	}

	.policy .policy_guid {
		font-size: 18px;
	}

	.policy_wrap {
		padding-bottom: 220px;
	}

	.policy_cnt {
		position: relative;
		transform: none;
		margin-top: 120px;
	}

	.policy_mark {
		width: 70px;
		top: 5%;
		z-index: 10;
	}

	.policy_tooth {
		position: absolute;
		top: 0;
		left: 50%;
		width: 620px;
		max-width: initial;
		margin-left: -299px;
	}

	.policy_catch {
		font-size: 22px;
	}

	.policy_text {
		text-align: left;
	}

	.policy_bear {
		width: 100px;
		right: 0%;
		bottom: 3%;
	}

	.policy_btn {
	}

	.policy_btn > a {
		height: 60px;
		line-height: 60px;
		font-size: 18px;
		padding: 0 20px;
	}

	.policy_btn > a:after {
		right: 15px;
	}

	.policy_disc {
		display: none;
	}

	.policy_disc.-disc02,
	.policy_disc.-disc03 {
	}

	.policy_disc.-disc01 {
	}

	.policy_disc.-disc02 {
	}

	.policy_disc.-disc03 {
	}

	.policy_disc.-disc04 {
	}

	.policy_bg {
		display: none;
	}

	.policy_bg.-bg01 {
	}

	.policy_bg.-bg02 {
	}

	.policy_bg.-bg03 {
	}

	.policy_bg.-bg04 {
	}

	.subject {
		padding: 0;
	}

	.bnr {
		margin-top: 0;
		padding: 40px 20px;
	}

	.bnr_list {
		flex-direction: column;
	}

	.bnr_item {
	}

	.sns {
		margin-top: -120px;
		padding-top: 10px;
	}

	.sns:before {
		width: calc(100% - 20px);
		top: 130px;
		height: 230px;
		background-position-x: 95%;
	}

	.sns_body {
		margin-left: 20px;
		padding: 20px 20px;
		gap: 20px;
		border-top-right-radius: 0px;
		padding-top: 200px;
		flex-wrap: wrap;
	}

	.sns_body02 {
		margin-left: 0px;
		padding: 0px 20px 50px 20px;
		gap: 0px;
		border-top-right-radius: 0px;
		flex-wrap: wrap;
	}

	.sns_body:after,
	.sns_body02:after {
		left: 100%;
		top: 0;
		height: 100%;
		width: 100vw;
		content: "";
		display: block;
		position: absolute;
		background: #FFF;
	}

	.sns_body .snapwidget-pc,
	.sns_body02 .snapwidget-pc {
		display: none;
	}

	.sns_body .snapwidget-sp {
		display: block;
		position: absolute;
		bottom: 425px;
		width: 85%;
		/* width: 60%; */
	}

	.sns_body02 .snapwidget-sp {
		display: block;
		position: relative;
		bottom: 0px;
		width: 85%;
	}
	
	.sns_body .snapwidget-sp h2,
	.sns_body02 .snapwidget-sp h2 {
		text-align: center;
		font-size: 30px;
		padding-bottom: 10px;
		color: #E56F90;
	}

	.sns_body02 .snapwidget-pc .insta-link-cnt .insta-link {
		display: none;
	}
	.sns_body02 .snapwidget-sp .insta-link-cnt .insta-link {
		display: inline-block;
	}

	.sns_item {
		width: calc(50% - 10px);
		flex-direction: column;
		min-height: 130px;
	}

	.sns_item .-img {
		width: 40px;
		height: 40px;
	}

	.sns_item .-logo {
		width: 120px;
		height: 15px;
	}

	.sns_item .-txt {
		font-size: 26px;
		text-align: center;
	}

	.sns_wrap {
		padding-top: 310px;
	}

	.kreirepo {
		padding-bottom: 0;
	}
	
	.kreirepo-sp {
		display: block;
		transition: transform 0.3s ease, opacity 0.3s ease;
	}

	.kreirepo-sp:hover {
	}
	
	.kreirepo-pc {
		display: none;
	}
	
	.kreirepo-sp img {
		width: 80%;
		margin-left: 10%;
	}

}

@media screen and (max-width:540px) {
	.sns_body {
        padding-top: 390px;
    }
	.sns_body .snapwidget-sp {
		bottom: 575px;
	}
}

@media screen and (max-width:430px) {
	.sns_body {
		padding-top: 330px;
	}
	.sns_body .snapwidget-sp {
		bottom: 465px;
	}

}

@media screen and (max-width:400px) {
	.sns_body {
		padding-top: 300px;
	}
	.sns_body .snapwidget-sp {
		bottom: 425px;
	}

}
