@charset "utf-8";
.sp_only {
		display: none;
	}
.ls_contents {
	background-image: url(../img/bg_body_white.jpg);
    animation: scroll-anim 50s linear infinite;
}
.ls_contents.pink {
	background-image: url(../img/bg_body_pink.jpg);
    animation: scroll-anim 50s linear infinite;
}
@keyframes scroll-anim {
  100% {
    background-position: -100% 0;
  }
}
.profile_new {
	padding-top: 170px;
	padding-bottom: 100px;
}
ul.fl {
	display: flex;
	justify-content: flex-start;
	align-items: flex-start;
	flex-wrap: wrap;
	column-gap: 3%;
}
ul.fl li.eventBox01 {
	width: 30%;
	background: none;
}
ul.fl li.eventBox01 .eventBoxIn01 {
    position: relative;
    width: 100%;
    background-color: #FF3B8E;
    border-radius: 0 15px 15px;
    display: block;
    text-decoration: none;
	background-image: none;
	padding: 10px;
	min-height: 300px;
}
.boxListType01 .eventBoxIn01 .image01 {
	width: 100%;
}
.boxListType01 .eventBoxIn01 .text01.new {
	color: #FFF;
	padding-bottom: 0;
	padding-left: 1em;
    text-indent: -1em;
}
.boxListType01 .eventBoxIn01 .text01.new:before {
	content: "";
	display: inline-block;
	width: 1em;
	height: 1em;
	padding-right: .5em;
	color: #fff;
    background-repeat: no-repeat;
    background-position: center;
    background-size: auto 100%;
    background-image: url(/ls_common/images/icon_arrow.svg);
}
.pb_80 {
	padding-bottom: 80px;
}
.mt_30 {
	margin-top: 30px;
}
.prof_box {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-evenly;
	row-gap: 30px;
}
.prof_box h3 {
	width: 90%;
	font-size: 2.5rem;
    font-weight: bold;
    line-height: 1;
    display: flex;
    align-items: flex-end;
    justify-content: center;
    border-bottom: 3px dotted #ffdaec;
	padding-bottom: 10px;
}
.prof_box h3.family {
	border-bottom: 3px dotted #ffdaec;
}
.prof_box h3.friend {
	border-bottom: 3px dotted #ffdaec;
}
.prof_box h3.pet {
	border-bottom: 3px dotted #ffdaec;
}
.prof_box figure {
	max-width: 350px;
	aspect-ratio: 1 / 1;
	position: relative;
}
.prof_box a {
	width: 21%;
	text-decoration: none;
}
.prof_box.licca a {
	width: 21%;
	text-decoration: none;
}

.prof_box figure img {
	width: 100%;
	aspect-ratio: 1 / 1;
    object-fit: cover;
    object-position: top;
	overflow: hidden;
	border-radius: 50%;
	border: 4px solid #FCE5F0;
	transition: transform 0.3s ease;
	transform-origin: center center; /* 拡大の基準点 */
	position: relative;
}
.prof_box a:hover figure img {
	transform: scale(1.05); /* 拡大率 */
	border: 4px solid #ff599e;
}
.prof_box figure p.arrow {
	position: absolute;
	bottom: 30px;
	right: 0;
	display: inline-block;
    background-color: #FF3B8E;
    border-radius: 15px;
    text-decoration: none;
    background-image: none;
    padding: 0 10px;
	color: #FFF;
	font-weight: bold;
	font-size: 2.2em;
	line-height: 1.0;
	transition: transform 0.3s ease;
	transition: background-color .3s ease;
}
.prof_box a:hover figure p.arrow {
	color: #FF3B8E;
	background-color: #FCE5F0;
}
.prof_box figure p.name {
	width: 100%;
    font-size: 1.8rem;
    font-weight: bold;
    text-align: center;
    margin-top: 10px;
}
figure.family_thumb {
	text-align: center;
}
figure.family_thumb img {
	width: 80%;
	margin: auto;
}
figure.tree {
	width: 90%;
	margin: auto;
}
figure.tree img {
	width: 100%;
	border-radius: 20px;
	border: 4px solid #FCE5F0;
}
.sns {
	width: 90%;
	margin: auto;
	background-color: rgba(255, 59, 144, 0.9);
    border-radius: 0 15px 15px;
	padding: 20px;
	margin-top: 60px;
}
.sns h3 {
	color: #FFF;
	width: 90%;
    font-size: 2.5rem;
    font-weight: bold;
    line-height: 1;
    display: flex;
    align-items: flex-end;
    justify-content: center;
    border-bottom: 3px dotted #ffdaec;
    padding-bottom: 10px;
	margin: auto;
}
.sns p {
	font-size: 1.8rem;
    font-weight: bold;
    text-align: center;
    margin-top: 10px;
	color: #FFF;
}
.snsbox {
    display: flex;
	flex-wrap: wrap;
    gap: 15px;
    background-color: rgba(255,255,255,0.8);
    padding: 15px;
    border-radius: 10px;
	justify-content: space-evenly;
	width: auto;
    max-width: 500px;
    margin: 30px auto 0;
}

.snsbox img {
    width: 150px;
    height: auto;
	transition: transform 0.3s ease;
	transform-origin: center center; /* 拡大の基準点 */
}
.snsbox img.ribon {
	width: 100%;
	max-width: 400px;
}
.snsbox a:hover img {
	filter: brightness(120%);
	transition: 0.3s;
	transform: scale(1.05); /* 拡大率 */
}

/*プロフィール個別ページ*/
.detail {
	background-color: rgba(255,255,255,0.8);
	border-radius: 0 15px 15px;
	width: 80%;
	margin: auto;
	padding: 30px;
	text-align: center;
}
.detail h3 {
    width: 90%;
    font-size: 2.5rem;
    font-weight: bold;
    line-height: 1;
	height: 6rem;
    display: flex;
    align-items: flex-end;
    justify-content: center;
    border-bottom: 3px dotted #ffdaec;
    padding-bottom: 10px;
	margin: auto;
}
.detail figure {
	width: 100%;
	text-align: center;
	position: relative;
}
.detail figure img {
	width: 100%;
	max-width: 280px;
	margin: auto;
}
a.btn-flat {
	display: inline-block;
    overflow: hidden;
    padding: 1.5rem 6rem;
    font-size: clamp(16px, 1.8vw, 24px);
    font-weight: bold;
    border-radius: 0;
    background: #ffffff;
    position: relative;
	border-radius: 20px;
	margin: 20px;
	border: 2px solid #FF3B8E;
	text-decoration: none;
}
a.btn-flat:before {
    position: absolute;
    top: 0;
    left: calc(-100% + 10px);
    width: 100%;
    height: 100%;
    content: '';
    -webkit-transition: all .5s ease-in-out;
    transition: all .5s ease-in-out;
    -webkit-transform: translateX(0) translateY(0);
    transform: translateX(0) translateY(0);
    background: #FF3B8E;
}
a.btn-flat:after {
    position: absolute;
    top: 0;
    right: calc(-100% + 10px);
    width: 100%;
    height: 100%;
    content: '';
    -webkit-transition: all .5s ease-in-out;
    transition: all .5s ease-in-out;
    -webkit-transform: translateX(0) translateY(0);
    transform: translateX(0) translateY(0);
    background: #FF3B8E;
}
a.btn-flat span {
    position: relative;
    z-index: 1;
}
#wrapper a.btn-flat:hover {
    color: #FFF;
}
a.btn-flat:hover:before {
    -webkit-transform: translateX(50%) translateY(0);
    transform: translateX(50%) translateY(0);
}
a.btn-flat:hover:after {
    -webkit-transform: translateX(-50%) translateY(0);
    transform: translateX(-50%) translateY(0);
}
.detail p {
    font-size: 1.8rem;
    font-weight: bold;
    text-align: center;
    margin-top: 10px;
    color: #444;
	border-bottom: 3px dotted #ffdaec;
	padding-bottom: 10px;
	width: 80%;
	margin: auto;
}
.detail .sns p {
	color: #FFF;
	border-bottom: inherit;
}
.prof_area {
	width: 80%;
	margin: 30px auto;
}
dl {
	display: flex;
	flex-wrap: nowrap;
	align-items: baseline;
	font-weight: 500;
}
dl dt {
	width: 50%;
	text-align: right;
}
dl dd {
	width: 50%;
	text-align: left;
}
dl dd:before {
	content: "：";
}
#wrapper a.next {
	position: absolute;
	top: 50%;
	right: 25%;
	transform: translate(50%, -50%);
	display: inline-block;
	padding: 10px;
	background-color: #FF3B8E;
	color: #FFF;
	border-radius: 50%;
	font-size: 3rem;
	line-height: 1.0;
	font-weight: bold;
	text-decoration: none;
}

#wrapper a.prev {
	position: absolute;
	top: 50%;
	left: 25%;
	transform: translate(-50%, -50%);
	display: inline-block;
	padding: 10px;
	background-color: #FF3B8E;
	color: #FFF;
	border-radius: 50%;
	font-size: 3rem;
	line-height: 1.0;
	font-weight: bold;
	text-decoration: none;
	transition: transform 0.3s ease;
    transform-origin: center center;
}
#wrapper a.next:hover,
#wrapper a.prev:hover {
	filter: brightness(150%); /* 拡大率 */
}
ruby > rt {
	position: relative;
	z-index: 2;
}
.detail p.mt_up {
	margin-top: -60px;
}
@media screen and (max-width: 767px) {
	.sp_only {
		display: block;
	}
	.profile_new {
		padding-top: 150px;
	}
	figure.family_thumb img {
		width: 100%;
	}
	ul.fl li.eventBox01 {
		width: 100%;
	}
	.ls_contents .titleUnderline {
		font-size: 18px;
	}
	.prof_box.licca a {
		width: 75%;
	}
	.prof_box a {
		width: 30%;
	}
	.prof_box a.sp_w60 {
		width: 60%;
	}
	.prof_box a.sp_w45 {
		width: 45%;
	}
	.prof_box figure p.name {
		font-size: 16px;
	}
	.prof_box figure p.arrow {
		font-size: 1.5em;
		right: -10px;
		padding: 2px 10px;
	}
	.sns h3 {
		width: 100%;
		font-size: 1.8rem;
	}
	.sns p {
		font-size: 16px;
	}
	.snsbox img.ribon {
		width: 85%;
	}
	.snsbox img {
		width: 100px;
	}
	.detail {
		width: 100%;
		padding: 15px;
	}
	.detail h3 {
		display: block;
		width: 100%;
		line-height: 6.0rem;
	}
	#wrapper a.prev {
		left: 2%;
	}
	#wrapper a.next {
		right: 2%;
	}
	a.btn-flat {
		padding: 1.5rem 4rem;
	}
	.detail p {
		width: 100%;
	}
	dl {
		gap: 15px;
	}
	dl dt {
		text-align: left;
		width: 40%;
	}
	dl dt.small {
		font-size: 15px;
	}
	dl dd {
		text-align: left;
		width: 60%;
		text-indent: -1.5rem;
	}
	.detail .sns p {
		margin-top: 10px;
	}
	.detail figure img {
		max-width: 250px;
	}
	.prof_area {
	width: 100%;
	margin: 30px auto;
	}
}