body{
	font-size: 1.6rem;
	line-height: 1.6;
}
.l-main-img .mv-list {
	top: -20px;
	width: 100%;
}
.l-main-img .mv-list-item{
	width: calc(100% / 3);
}
.l-main-img .c-btn01 {
	margin: 0 auto;
}
.l-main-img__inner{
	position: relative;
	padding-bottom: 40px;
}
.l-main-img .l-main-img__inner::before{
	content: "";
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	background: linear-gradient(360deg, #fff 8%, rgba(0, 0, 0, 0) 25%);
}
.mv-desc {
	max-width: 325px;
	margin: 13px auto 0;
	display: block;
	position: static;
	display: block;
	color: #fff;
	background: #1F012B;
	text-align: center;
	font-size: 12px;
}

.home-media__list-txt{
	font-size: 1.4rem;
}
.home-youtuber__slider-wrap{
	height:240px;
}
.home-youtuber__slider-item{
	height:230px;
}
.home-youtuber.slick-slider,
.slick-slider .slick-list {
}
.home-youtuber__img {
	margin-top: 45px;
}



/* home-table */
.home-table__inner {
	padding-top: 12px;
	padding-bottom: 20px;
}
.home-table__wrap {
	/* overflow-x: auto; */
	padding-bottom: 15px;
}

/* simplebar用 */
.simplebar-track {
	background: #ededed;
	/* バーの背景色を設定できます*/
	border-radius: 10px;
	/* バーに丸みをもたせる*/
}
.simplebar-track .simplebar-scrollbar.simplebar-visible::before {
	opacity: 1;
	/* デフォルトだと薄くなっています。*/
}
.simplebar-track .simplebar-scrollbar::before {
	background: #d4d4d4;
	/* ここでバーの色を設定 */
}

.home__table {
	width: 490px;
	margin-inline: auto;
}
.home__table-head {
	width: 100%;
}
.home__table-head .home__table-th {
	background: #7e7e7e;
	border: 1px solid #fff;
	color: #fff;
}
.home__table-head .home__table-th:nth-of-type(1) {
	background: #ffffff;
}
.home__table-head .home__table-th:nth-of-type(2) {
	font-size: 1.5rem;
	background: #D7117D;
	padding: 1rem;
}
.home__table-tbody {
	width: 100%;
}
.home__table-tbody .home__table-th {
	background: #d1d1d1;
	border: 1px solid #fff;
}
.home__table-tbody .home__table-td:nth-of-type(1) {
	border: 1px solid #fff;
	background: #fddee8;
	font-size: 1.4rem;
	color: #d7117d;
}
	span {
		font-size: 1.9rem;
		vertical-align: baseline;
	}

.home__table-th {
	font-weight: bold;
	text-align: center;
	font-size: 1.2rem;
	padding: 1rem 0;
	vertical-align: middle;
}
.home__table-td {
	vertical-align: middle;
}
.home__table-th:nth-of-type(1) {
	width: 20%;
}
.home__table-th:nth-of-type(2) {
	width: 33%;
}
.home__table-th:nth-of-type(n + 3) {
	width: calc((100% - 53% - 2px) / 2);
}
.home__table-td {
	font-weight: bold;
	text-align: center;
	padding: 1rem;
	border-bottom: 1px solid #e0dddd;
	border-right: 1px solid #e0dddd;
}
.home-table__attention {
	margin-top: 12px;
}
.home-message__inner {
	padding: 40px 0;
}
.home-message__tit {
	max-width: 270px;
	margin: 10px auto 0;
}
.home-message__txt {
	max-width: 276px;
	margin: 14px auto 0;
}

/* campaign */
#banner-campaign{
		margin:20px 0 50px;
}
#banner-campaign .banner-inner{
	text-align: center;
}
#banner-campaign .banner-inner img{
	width:90%;
	height:auto;
}

/* cast */
#cast{
	background-color: #D7117D;
	padding: 40px 20px;
}
#cast h2{
	background-color: #D7117D;
	color: #fff;
	font-weight: bold;
	font-size: 2em;
	text-align: center;
	margin: 0 0 20px 0;
	line-height: 1.2;
}
#cast .cast-box{
	width: 90%;
	padding: 20px;
	background-color: #fff;
	display: flex;
	flex-direction: column;
	gap: 20px;
}
#cast .cast-box .cast-item-img{
}
#cast .cast-box .cast-item-txt{
}
#cast .cast-box .cast-item-txt dl{
	display: flex;
	align-items: start;
	margin: 0 0 12px;
	flex-direction: column;
}
#cast .cast-box .cast-item-txt dl dt{
	background-color: #D7117D;
	color: #fff;
	display: inline-block;
	padding: 6px;
	letter-spacing: 0.1em;
	line-height: 1.2;
	white-space: nowrap;
	margin-bottom: 8px;
}
#cast .cast-box .cast-item-txt dl dd{
	word-break: break-word;
	text-wrap-style: pretty;
	letter-spacing: 0.1em;
}
#js-leave_modal {
	display: none;
	position: fixed;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	background: #fff;
	z-index: 10000;
}

.js-overlay {
	display: none;
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: rgba(0, 0, 0, 0.7);
	z-index: 9999;
}
.popup img {
	width: 500px;
	height: auto;
}
.home-reason__tit{
	margin: 20px auto 40px;
	max-width: 100%;
	text-align: center;
}
.home-reason__tit img,
.home-welfare .home-welfare__tit img,
.home-owner .home-owner__head img{
	width: 80%;
	height:auto;
}
.home-reason__item .tit,
.home-welfare__item .tit{
	font-size: 2.4rem;
	line-height:1.2;
	padding: 10px 0;
}
.home-reason__item .txt,
.home-welfare__item .txt,
.home-owner__txt{
	word-break: break-word;
	text-wrap-style: pretty;
	letter-spacing: 0.1em;
}
.home-media__slider.slick-slider .slick-track{
	height:400px;
}

@media (min-width: 600px) {
	body{
		font-size: 1.8rem;
		line-height: 1.8;
	}
	.l-main-img__inner{
		position: relative;
	}
	.l-main-img .l-main-img__inner::before{
		content: "";
		position: absolute;
		width: 100%;
		height: 100%;
		top: 0;
		left: 0;
		background: linear-gradient(360deg, #fff 6%, rgba(0, 0, 0, 0) 24%);
	}
	.l-main-img .mv-list {
		position: absolute;
		top: 380px;
		left: 0;
		width: 570px;
	}
	.l-main-img .mv-list-item{
		width: calc(100% / 3);
	}
	.l-main-img .c-btn01{
		position: absolute;
		left: 40px;
		top: 590px;
		margin: 0;
		max-width: 480px;
	}
	.mv-desc {
		width: 480px;
		position: absolute;
		left: 0;
		top: 620px;
	}
	.home-reason__item .tit,
	.home-welfare__item .tit{
		font-size: 2.4rem;
		line-height:1.2;
		padding: 10px 0;
	}
	.home-reason__tit{
		text-align: center;
		margin: 20px auto 80px;
	}
	.home-reason__tit img{
		width: 700px;
		height: auto;
		max-width: 80%;
	}
	.home-welfare .home-welfare__tit img,
	.home-owner .home-owner__head img{
		width: 50%;
		height:auto;
	}
	.home-reason__item .txt,
	.home-welfare__item .txt,
	.home-owner__txt{
		word-break: break-word;
		text-wrap-style: pretty;
		letter-spacing: 0.1em;
	}
	.home-youtuber__slider-wrap{
		height:300px;
	}
	.home-youtuber__slider-item{
		height:380px;
	}
	.home-media__slider-item img{
		height: 360px;
	}
	.home-media__inner,
	.home-welfare__inner{
		max-width: 950px;
	}
	.home__table {
		width: 1000px;
	}
	.home__table-th {
		font-size: 1.6rem;
		padding: 1rem 1.5rem;
	}
	.home-message__inner {
		padding-top: 40px;
	}
	.home-message__tit {
		max-width: 400px;
	}
	.home-message__txt {
		margin-top: 30px;
		max-width: 455px;
	}
	.home__table-tbody .home__table-td:nth-of-type(1) {
		font-size: 1.8rem;
	}
	span {
		font-size: 2.4rem;
	}
	.home__table-td {
		padding: 1rem 1.5rem;
	}
	.home__table-head .home__table-th:nth-of-type(2) {
		font-size: 2rem;
		padding: 2rem;
	}

 /* campaign */
	#banner-campaign{
		margin:30px 0 50px;
	}
	#banner-campaign .banner-inner{
		display: flex;
		justify-content: center;
	}
	#banner-campaign .banner-inner img{
		width:750px;
		height:auto;
	}

	/*cast */
	#cast{
		background-color: #D7117D;
		padding: 80px 0;
	}
	#cast h2{
		background-color: #D7117D;
		color: #fff;
		font-weight: bold;
		font-size: 2em;
		text-align: center;
		margin: 0 0 20px 0;
		line-height: 1.2;
	}
	#cast .cast-box{
		max-width: 800px;
		display: flex;
		flex-direction: row;
		margin: 0 auto;
		padding: 40px;
		gap: 40px;
		background-color: #fff;
	}
	#cast .cast-box .cast-item-img{
	}
	#cast .cast-box .cast-item-txt{
	}
	#cast .cast-box .cast-item-txt dl{
		display: flex;
		align-items: start;
		margin: 0 0 12px;
	}
	#cast .cast-box .cast-item-txt dl dt{
		background-color: #D7117D;
		color: #fff;
		display: inline-block;
		padding: 6px;
		letter-spacing: 0.1em;
		font-size: 0.8em;
		line-height: 1.2;
		white-space: nowrap;
	}
	#cast .cast-box .cast-item-txt dl dd{
		margin: 0 0 0 8px;
		word-break: break-word;
		text-wrap-style: pretty;
		letter-spacing: 0.1em;
	}
	.home-message__img{
		width: 90%;
		height: auto;
		margin: 0 auto;
	}
}

@media screen and (max-width: 600px) {
	.l-main-img{
		margin-top: -1px;
	}
	.l-main-img__inner{
		padding-top:0;
	}
	.home-media__slider.slick-slider .slick-track{
		height:68vw;
	}
	.home-media__slider-item img{
		width:100%;
		height: auto;
	}
}

@media screen and (max-width: 480px) {
	.popup img {
		width: 320px;
	}
}
