@charset "utf-8";

/**
 * castListsWrap
 */
.castListsWrap {
	width: 1000px;
	margin: 50px auto 0;
}
@media screen and (max-width:767px){
	.castListsWrap {
		width: 100%;
		margin: 30px auto 0;
		padding: 0 20px;
    }
}

/* lists */
.castLists {
	display: flex;
	flex-wrap: wrap;
	gap: 20px;
	position: relative;
}
.castLists:not(:first-child) {
	padding-top: 100px;
}
.castLists:not(:first-child):before {
	content: '';
    background-color: rgb(var(--main-color));
    display: block;
    -webkit-mask-repeat: no-repeat;
    mask-repeat: no-repeat;
    -webkit-mask-position: center;
    mask-position: center;
    -webkit-mask-size: 100%;
    mask-size: 100%;
    -webkit-mask-image: url(../img/common/title_accent.svg);
    mask-image: url(../img/common/title_accent.svg);
    width: 72px;
    height: 32px;
    margin: auto;
    position: absolute;
    top: 34px;
    right: 0;
    left: 0;
}
@media screen and (max-width:767px){
	.castLists {
		display: block;
	}
	.castLists:not(:first-child) {
		padding-top: 60px;
	}
	.castLists:not(:first-child):before {
	    width: 42px;
	    height: 19px;
	    top: 20px;
	}
}

/* item */
.castLists__item {
	background-color: rgb(var(--main-color));
    background-image: url(../img/common/bg_ptn2.png);
    background-repeat: repeat;
    background-position: center;
    /* color: #fff; */
	width: calc((100% - 20px) / 2);
	padding: 20px 30px 30px;
}

@media screen and (max-width:767px) {
	.castLists__item {
		background-size: 10%;
		width: 100%;
		padding: 20px;
	}
	.castLists__item:not(:first-child) {
		margin-top: 20px;
	}
}

/* name */
.castLists__name {
	font-size: 28px;
	font-weight: bold;
	margin-bottom: 20px;
	text-align: center;
}
.castLists__name .fontsize-min {
	font-size: 70%;
}
@media screen and (max-width:767px) {
	.castLists__name {
		font-size: 22px;
	}
}

/* textWrap */
.castLists__textWrap {
	margin-top: 20px;
}
.castLists__prf {
	font-weight: bold;
	margin-bottom: 20px;
}
.castLists__text {
	font-size: 14px;
	word-break: break-all;
}
@media screen and (max-width:767px) {
	.castLists__text {
		font-size: 12px;
		letter-spacing: 0.01em;
	}
}

/**
 * photoArea
 */
.castLists__photoArea {
	display: flex;
	justify-content: center;
}
@media screen and (max-width:767px) {
	.castLists__photoArea {
		align-items: center;
		flex-direction: column;
	}
}

/* img */
.castLists__imgWrap {
	flex: none;
	width: 180px;
}
.castLists__imgWrap a {
	display: block;
}
.castLists__imgWrap img {
	width: 100%;
}
@media screen and (max-width:767px) {
	.castLists__imgWrap {
		margin-bottom: 10px;
	}
}

/**
 * snsLists
 */
.castLists__snsLists {
	width: 100%;
	padding-left: 20px;
}
.castLists__snsLists__item:not(:first-child) {
	margin-top: 10px;
}
.castLists__snsLists__item a {
	background-color: rgb(var(--main-color-gold));
	/* color: #000; */
	color: #fff;
	display: block;
	font-size: 16px;
	font-weight: bold;
	text-align: center;
	text-decoration: none;
}
@media screen and (max-width:767px) {
	.castLists__snsLists {
		display: flex;
		flex-wrap: wrap;
		gap: 8px;
		padding-left: 0;
	}
	.castLists__snsLists__item:not(:first-child) {
		margin-top: 0;
	}
	.castLists__snsLists__item {
		width: calc((100% - 8px) / 2);
	}
	.castLists__snsLists__item a {
		font-size: 14px;
	}
}

.caststaff__other {
	font-size: 22px;
    font-weight: 700;
	text-align: center;
	margin-top: 60px;
}
@media screen and (max-width:767px) {
	.caststaff__other {
		font-size: 18px;
		margin-top: 30px;
	}
}


/**
 * staffListsWrap
 */
.staffListsWrap {
	width: 1000px;
	margin: 50px auto 0;
}
@media screen and (max-width:767px){
	.staffListsWrap {
		width: 100%;
		padding: 0 20px;
		margin: 30px auto 0;
	}
}

.staffLists {
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
}

/* item */
.staffLists__item:not(:first-child) {
	margin-top: 20px;
}
@media screen and (max-width:767px){
	.staffLists__item:not(:first-child) {
		margin-top: 10px;
	}
}
.staffLists.is-asb .staffLists__item:not(:first-child) {
	margin-top: 0;
}
@media screen and (max-width:767px){
	.staffLists.is-asb .staffLists__item:not(:first-child) {
		margin-top: 0;
	}
}

/* name */
.staffLists__name {
	font-size: 20px;
	font-weight: 700;
	white-space: nowrap;
}
@media screen and (max-width:767px){
	.staffLists__name {
		font-size: 16px;
	}
}

/**
 * commentBtnWrap
 */
.commentBtnWrap {
	display: inline-flex;
	justify-content: center;
	transform: translateY(-0.15em);
	margin-left: 0.5em;
}
.commentBtn {
	background-color: rgb(var(--main-color-gold));
	/* color: #000; */
	color: #fff;
	display: inline-flex;
	align-items: center;
	font-size: 15px;
	font-weight: 700;
	padding: 0 1em;
	text-decoration: none;
}
.commentBtn:after {
	content: "";
	display: block;
	width: 6px;
	height: 6px;
	border-top: solid 2px #fff;
	border-right: solid 2px #fff;
	transform: rotate(45deg);
	margin-left: 0.3em;
}
@media screen and (max-width:767px){
	.commentBtnWrap {
		display: flex;
		margin-left: 0;
		margin-top: 0.5em;
	}
	.commentBtn {
		font-size: 14px;
	}
	.commentBtn:after {
		width: 4px;
		height: 4px;
	}
}

/**
 * commentModalCont
 */
.commentModalCont {
	color: #fff;
	max-width: 850px;
	width: 90%;
	margin: 0 auto;
}
.commentModalCont__title {
	color: rgb(var(--main-color-gold));
	font-size: 20px;
	font-weight: bold;
	margin-bottom: 0.5em;
}
.commentModalCont__text {
	font-size: 16px;
	line-height: 2;
}
@media screen and (max-width:767px){
	.commentModalCont {
		width: 100%;
		padding: 0 24px;
	}
	.commentModalCont__title {
		font-size: 16px;
	}
	.commentModalCont__text {
		font-size: 12px;
	}
}
