@import url('https://fonts.googleapis.com/css2?family=Kiwi+Maru:wght@400;500&family=M+PLUS+Rounded+1c:wght@400;700&family=Shippori+Mincho:wght@400;700;800&display=swap');
/* ---- common ---- */
.main-area a {
	transition: all 0.2s;
	cursor: pointer;
}
.main-area a:hover {
	opacity: 0.8;
}
/* inner */
.c-top-inner {
	max-width: 1320px;
	margin-left: auto;
	margin-right: auto;
	padding: 0 40px;
}
@media screen and (max-width: 767px) {
.c-top-inner {
		padding: 0 20px;
	}
}
.font-en {
	font-family: "Helvetica Neue", "Helvetica", "Hiragino Sans", "Arial", "Yu Gothic", "Meiryo", sans-serif;
}
/* c-note */
.c-note {
	font-size: 1.4rem;
	line-height: 1.6;
	margin-top: 40px;
}
@media screen and (max-width: 767px) {
	.c-note {
		margin-top: 20px;
	}
}
/* c-btn */
.c-btn {
	display: flex;
	align-items: center;
	justify-content: space-between;
	color: #fff !important;
	background: #2D3FB3;
	font-size: 1.8rem;
	font-weight: 600;
	line-height: 1.2;
	padding: 16px 16px 16px 40px;
	border-radius: 40px;
}
.c-btn:after {
	content: "";
	display: block;
	width: 36px;
	aspect-ratio: 1/1;
	background: url(../images/top/btn_arrow.svg) no-repeat center/contain;
}
.c-btn:hover {
	text-decoration: none;
	opacity: 0.8;
	color: #fff;
}
.c-btn:visited {
	color: #fff;
}
.c-btn.c-btn--sm {
	font-size: 1.6rem;
	padding: 12px 12px 12px 32px;
}
.c-btn.c-btn--sm:after {
	width: 32px;
}
@media screen and (max-width: 767px) {
	.c-btn {
		font-size: 1.6rem;
		padding: 12px 12px 12px 32px;
	}
	.c-btn:after {
		width: 32px;
	}
	.c-btn.c-btn--sm {
		font-size: 1.3rem;
		padding: 6px 6px 6px 16px;
	}
	.c-btn.c-btn--sm:after {
		width: 18px;
	}
}

/* button light gray */
.c-btn.c-btn--secondary {
	color: #2D3FB3 !important;
	background: #EFF4FE;
}
.c-btn.c-btn--secondary:after {
	background: url(../images/top/btn_arrow_blue.svg) no-repeat center/contain;
}
@media screen and (max-width: 767px) {
	.c-btn.c-btn--secondary {
		font-size: 1.4rem;
		padding: 10px 10px 10px 28px;
	}
	.c-btn.c-btn--secondary:after {
		width: 24px;
	}
}

/* slick */
.slick-dotted.slick-slider {
	margin-bottom: 0;
}
.slick-dots {
	width: fit-content;
}
.slick-dots li {
	width: 12px;
	height: 12px;
	border-radius: 50%;
	margin: 0 6px;
}
.slick-dots li button:before {
	content: "";
	opacity: 0.16;
}
.slide-arrow {
	color: transparent;
	width: 56px;
	height: 56px;
	border-radius: 50%;
	box-shadow: 0px 4px 8px 0px rgba(0, 0, 0, 0.12);
	margin: auto;
  position: absolute;
  top: calc(50% - 36px - 28px);
  cursor: pointer;
	transition: opacity 0.2s;
}
.slide-arrow.slide-arrow--prev {
	background: url(../images/top/slide_arrow_prev.svg) no-repeat center/contain;
}
.slide-arrow.slide-arrow--next {
	background: url(../images/top/slide_arrow_next.svg) no-repeat center/contain;
}
.slick__controls{
	display: flex;
	justify-content: center;
	align-items: center;
	width: fit-content;
	margin-top: 48px;
	margin-right: 6px;
}
.slick__controls .slick__controls__play,
.slick__controls .slick__controls__pause{
	box-shadow: 0px 4px 8px 0px #0000001F;
	width: 24px;
	height: 24px;
	border-radius: 50%;
	background-size: contain;
	background-position: center center;
	background-repeat: no-repeat;
}
.slick__controls .slick__controls__play{
	background-image: url(../images/top/ico_play.svg);
}
.slick__controls .slick__controls__pause{
	background-image: url(../images/top/ico_pause.svg);
}

@media screen and (min-width: 768px) {
	.slide-arrow:hover {
		opacity: 0.8;
	}
}
.slide-arrow.slide-arrow--prev {
	left: 0;
	translate: -50% 0;
}
.slide-arrow.slide-arrow--next {
	right: 0;
	translate: 50% 0;
}
@media screen and (max-width: 767px) {
	.slick-dots {
		top: calc(100% + 24px);
	}
	.slick-dots li {
		width: 8px;
		height: 8px;
	}
	.slide-arrow {
		width: 40px;
		height: 40px;
		top: calc(50% - 28px - 20px);
	}
	.slide-arrow.slide-arrow--prev {
		translate: 0 0;
	}
	.slide-arrow.slide-arrow--next {
		translate: 0 0;
	}
	.slick__controls{
		margin-top: 28px;
	}
	.slick__controls .slick__controls__play,
	.slick__controls .slick__controls__pause{
		width: 28px;
		height: 28px;
	}	
}
/* ---- mv ---- */
.mv {
	padding: 58px 0 124px;
	background: url(../images/top/mv_bg.png) no-repeat center/cover;
}
.mv__title {
	font-size: 3.6rem;
	text-align: center;
	line-height: 1.5;
}
.mv__slides {
	margin-top: 60px;
	border-radius: 20px;
	line-height: 0;
	font-size: 0;
	padding: 0;
	display: flex;
	justify-content: center;
	align-items: center;
	flex-wrap: wrap;
}
.mv__slides .slick-list {
	border-radius: 20px;
}
.mv__slide {
	overflow: hidden;
	border-radius: 10px;
	padding: 0 16px;
}
.mv__slide .slide__link {
	display: block;
	aspect-ratio: 816 / 612;
	width: 100%;
	height: 100%;
	position: relative;
	overflow: hidden;
	border-radius: 10px;
	text-decoration: none;
}
.mv__slide .slide__img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	position: absolute;
	top: 0;
	left: 0;
}
.mv__slide .slide__content {
	display: flex;
	flex-direction: column;
	justify-content: space-between;
	width: 100%;
	height: 100%;
	padding: 36px 24px 24px 16px;
	position: relative;
	z-index: 1;
}
.mv__slide .slide__desc {
	padding-left: 12px;
}
.mv__slide .slide__title {
	display: flex;
	align-items: center;
	gap: 12px;
	color: #fff;
	font-size: 3rem;
	line-height: 1.2;
}
.mv__slide .slide__title img {
	width: auto;
	height: 30px;
}
.mv__slide .slide__text {
	color: #fff;
	font-size: 1.8rem;
	font-weight: 600;
	line-height: 1.2;
	margin-top: 14px;
}
.mv__slide .slide__copy {
	display: flex;
	flex-direction: column;
	color: #000;
	font-size: 2.6rem;
	font-weight: 600;
	line-height: 1;
	margin-top: 48px;
	opacity: 0.88;
	span {
		width: fit-content;
		background: #fff;
		padding: 18px 4px 18px 14px;
		border-radius: 10px;
	}
	span:nth-child(2), span:nth-child(3) {
		margin-top: -18px;
	}
}
.mv__slide .slide__btn {
	width: 214px;
	margin-left: auto;
	.c-btn {
		font-size: 1.8rem;
	}
}
@media screen and (max-width: 767px) {
	.mv {
		padding: 22px 0 64px;
		line-height: 1.4;
	}
	.mv__inner {
		padding: 0;
	}
	.mv__title {
		font-size: 2rem;
	}
	.mv__slides {
		margin-top: 26px;
		margin-bottom: 0;
	}
	.mv__slide {
		padding: 0 4.5px;
	}
	.mv__slides .slick-list {
		border-radius: 0;
	}
	.mv__slide .slide__link {
		border-radius: 10px;
	}
	.mv__slide .slide__content {
		padding: 12px 8px;
	}
	.mv__slide .slide__desc {
		padding-left: 0;
	}
	.mv__slide .slide__title {
		font-size: 1.4rem;
		gap: 2px;
	}
	.mv__slide .slide__title img {
		height: 14px;
	}
	.mv__slide .slide__text {
		font-size: 1.2rem;
		margin-top: 8px;
	}
	.mv__slide .slide__copy {
		font-size: 1.4rem;
		margin-top: 16px;
		span {
			padding: 6px 0 6px 6px;
		}
		span:nth-child(2), span:nth-child(3) {
			margin-top: -6px;
		}
	}
	.mv__slide .slide__btn {
		width: 140px;
		.c-btn {
			font-size: 1.3rem;
		}
	}
}

/* ---- feature ---- */
.feature {
	padding: 44px 0 92px;
}
.feature__title {
	font-size: 2.8rem;
}
.feature__slides {
	margin-top: 40px;
	line-height: 0;
	font-size: 0;
	padding: 0;
	display: flex;
	justify-content: center;
	align-items: center;
	flex-wrap: wrap;
}
.feature__slides .slick-list {
	margin: 0 -16px;
}
.feature__slides .slick-dots {
	top: calc(100% + 24px);
}
.feature__slide {
	overflow: hidden;
	border-radius: 10px;
	padding: 0 16px;
}
.feature__slide .slide__link {
	display: block;
	aspect-ratio: 392 / 235;
	width: 100%;
	height: 100%;
	position: relative;
	overflow: hidden;
	border-radius: 10px;
}
.feature__slide .slide__img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	position: absolute;
	top: 0;
	left: 0;
}
.feature__slide .slide__title {
	width: 100%;
	height: 56px;
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 12px;
	font-size: 1.8rem;
	line-height: 1.2;
	color: #fff;
	padding: 5px 16px;
	position: absolute;
	bottom: 0;
	left: 0;
	border-top: 1px solid rgba(255, 255, 255, 0.4);
	z-index: 1;
}
.feature__slide .slide__title:after {
	content: "";
	display: block;
	width: 36px;
	aspect-ratio: 1/1;
	border-radius: 50%;
	background: url(../images/top/arrow_black.svg) no-repeat center/8px #fff;
}

@media screen and (max-width: 767px) {
	.feature {
		padding: 26px 0 64px;
		overflow: hidden;
	}
	.feature__inner {
		padding: 0;
	}
	.feature__title {
		font-size: 1.6rem;
		font-weight: 600;
		padding: 0 20px;
	}
	.feature__slides {
		margin-top: 16px;
		padding-left: 32px;
	}
	.feature__slides .slick-list {
		padding: 0 12% 0 0!important;
	}
	.feature__slide {
		padding: 0 4px;
	}
	.feature__slide .slide__title {
		height: 48px;
		font-size: 1.4rem;
		padding: 5px 12px;
	}
	.feature__slide .slide__title:after {
		width: 28px;
		background-size: 10px auto;
	}
}

/* ---- purpose ---- */
.purpose {
	padding: 56px 0 72px;
}
.purpose h3 {
	font-size: 2.4rem;
	font-weight: 600;
}
@media screen and (max-width: 767px) {
	.purpose {
		padding: 30px 0 40px;
	}
	.purpose h3 {
		font-size: 1.8rem;
	}
}
/* purpose-nav */
.purpose-nav__title {
	font-size: 3rem;
}
.purpose-nav__inner {
	display: flex;
	align-items: center;
	gap: 40px;
}
.purpose-nav__list {
	display: flex;
	align-items: center;
	gap: 24px;
}
.purpose-nav__item {
	display: flex;
	align-items: center;
	gap: 24px;
}
.purpose-nav__item.is-current span {
	font-weight: 700;
	position: relative;
}
.purpose-nav__item.is-current span:after {
	content: "";
	display: block;
	width: 100%;
	height: 2px;
	background: #000;
	position: absolute;
	bottom: -14px;
}
.purpose-nav__item span, .purpose-nav__item a {
	color: #000;
	font-size: 2rem;
}
.purpose-nav__item a:hover {
	text-decoration: none;
	position: relative;
}
@media screen and (min-width: 768px) {
	.purpose-nav__item:not(:last-of-type):after {
		content: "-";
		display: block;
		font-size: 2.5rem;
		color: #000;
		opacity: 0.24;
	}
	.purpose-nav__item a:hover:after {
		content: "";
		display: block;
		width: 100%;
		height: 1px;
		background: #000;
		position: absolute;
		bottom: -14px;
	}
}
@media screen and (max-width: 767px) {
	.purpose-nav__title {
		font-size: 2rem;
		font-weight: 600;
	}
	.purpose-nav__inner {
		flex-direction: column;
		align-items: flex-start;
		gap: 10px;
	}
	.purpose-nav__list {
		width: 100%;
		max-width: 350px;
		justify-content: space-between;
		gap: 5px;
	}
	.purpose-nav__item span, .purpose-nav__item a {
		font-size: 1.3rem;
	}
	.purpose-nav__item.is-current span {
		font-size: 1.4rem;
	}
	.purpose-nav__item.is-current span:after {
		bottom: -8px;
	}
}
/* purpose-head */
.purpose-head {
	margin-top: 60px;
}
.purpose-head img {
	width: 100%;
	height: auto;
}
@media screen and (max-width: 767px) {
	.purpose-head {
		margin-top: 48px;
	}
	.purpose-head__inner {
		padding: 0;
	}
}
/* purpose-intro */
.purpose-intro {
	margin-top: 36px;
}
.purpose-intro__box {
	display: flex;
	align-items: center;
	gap: 40px;
	padding: 32px;
	border: 1px solid rgba(0, 0, 0, 0.2);
	border-radius: 10px;
	margin-top: 28px;
}
.purpose-intro__img {
	flex-shrink: 0;
	width: 303px;
	aspect-ratio: 303 / 170;
	border-radius: 10px;
	overflow: hidden;
	img {
		width: 100%;
		height: 100%;
		object-fit: cover;
	}
}
.purpose-intro__text {
	font-size: 1.7rem;
	line-height: 1.8;
	font-weight: 600;
}
@media screen and (max-width: 767px) {
	.purpose-intro {
		margin-top: 38px;
	}
	.purpose-intro__title {
		line-height: 1.5;
	}
	.purpose-intro__box {
		flex-direction: column;
		gap: 22px;
		padding: 16px;
		margin-top: 20px;
	}
	.purpose-intro__text {
		font-size: 1.4rem;
	}
}

/* purpose-voice */
.purpose-voice {
	margin-top: 52px;
	padding-bottom: 44px;
	overflow: hidden;
}
.purpose-voice__list {
	margin-top: 30px;
	margin-bottom: 30px;
	line-height: 0;
	padding: 0;
	display: flex;
	justify-content: center;
	align-items: center;
	flex-wrap: wrap;
}
.purpose-voice__list .slick-list {
	margin: 0 -12px;
}
.purpose-voice__list .slick-dots {
	top: calc(100% + 28px);
}
.purpose-voice__item {
	padding: 0 12px;
}
.purpose-voice__box {
	background: #fff;
	padding: 24px 32px;
	border-radius: 30px 30px 10px 30px;
}
.purpose-voice__product {
	color: #2D3FB3;
	font-size: 1.5rem;
	font-weight: 700;
}
.purpose-voice__text {
	font-size: 1.7rem;
	line-height: 1.8;
	font-weight: 600;
	margin-top: 18px;
}
.purpose-voice__user {
	font-size: 1.4rem;
	margin-top: 18px;
}
@media screen and (max-width: 767px) {
	.purpose-voice {
		margin-top: 40px;
		padding-bottom: 30px;
	}
	.purpose-voice__title {
		padding-left: 20px;
	}
	.purpose-voice__inner {
		padding: 0;
	}
	.purpose-voice__list {
		margin-top: 18px;
		padding-left: 28px;
	}
	.purpose-voice__list .slick-list {
		padding: 0 12% 0 0!important;
	}
	.purpose-voice__list .slick-dots {
		top: calc(100% + 18px);
	}
	.purpose-voice__item {
		padding: 0 4px;
	}
	.purpose-voice__box {
		padding: 20px 28px 22px;
		border-radius: 20px 20px 5px 20px;
	}
	.purpose-voice__product {
		font-size: 1.5rem;
	}
	.purpose-voice__text {
		font-size: 1.6rem;
		margin-top: 12px;
		line-height: 1.6;
	}
	.purpose-voice__user {
		font-size: 1.4rem;
		margin-top: 14px;
	}
}

/* purpose-recommend */
.purpose-recommend {
	margin-top: 56px;
}
.purpose-recommend__main {
	display: flex;
	background: #fff;
	margin-top: 32px;
	border-radius: 10px;
	overflow: hidden;
}
.recommend-main__head {
	flex-shrink: 0;
	width: 49%;
	background: linear-gradient(180deg, #F2F6FC 0%, #FFFFFF 49.52%, #E6EAF1 100%);
	padding: 20px 20px 64px;
}
.recommend-main__img {
	width: 416px;
	margin: 28px auto 0;

	img {
		height: auto;
	}
}
.recommend-main__label {
	font-size: 1.6rem;
	font-weight: 600;
	line-height: 1;
	background: #FFE659;
	padding: 4px 12px;
	border-radius: 4px;
}
.recommend-main__body {
	display: flex;
	flex-direction: column;
	justify-content: center;
	padding: 0 51px 0 56px;
}
.recommend-main__title {
	padding-bottom: 24px;
	border-bottom: 1px solid #E3E5EB;
	.title-main {
		font-size: 2.8rem;
	}
	.title-sub {
		font-size: 2.4rem;
		line-height: 1.5;
	}
}
.recommend-main__intro {
	display: flex;
	padding-top: 24px;
}
.recommend-main__features {
	padding-right: 20px;
	border-right: 1px solid #E3E5EB;
}
.recommend-main__features li {
	display: flex;
	align-items: baseline;
	font-size: 1.6rem;
	line-height: 1.8;
}
.recommend-main__features li:before {
	content: "・";
	font-size: inherit;
}
.recommend-main__batch {
	width: 160px;
	flex-shrink: 0;
	margin-left: 20px;
}
.recommend-main__btn {
	max-width: 352px;
	width: 100%;
	margin-top: 24px;
}
.purpose-recommend__list {
	display: grid;
	grid-template-columns: repeat(3, 1fr);
	column-gap: 32px;
	row-gap: 40px;
	margin-top: 40px;
}
.purpose-recommend__item {
	background: #fff;
	border-radius: 10px;
	overflow: hidden;
}
.recommend-item__head {
	aspect-ratio: 392 / 316;
	padding: 18px 24px 24px;
	background: linear-gradient(180deg, #F2F6FC 0%, #FFFFFF 49.52%, #E6EAF1 100%);
}
.recommend-item__label {
	width: fit-content;
	display: block;
	font-size: 1.6rem;
	font-weight: 600;
	line-height: 1.5;
	background: #FFE659;
	padding: 4px 12px;
	margin-top: 6px;
	border-radius: 4px;
	position: relative;
	z-index: 1;
	margin-left: -6px;
}
@media screen and (min-width: 768px) {
	.recommend-item__head:has(.recommend-item__label) .recommend-item__img {
		margin-top: -14.5px;
	}
}
.recommend-item__name {
	font-size: 2.2rem;
}
.recommend-item__img {
	width: 283px;
	margin: 12px auto 0;
}
.recommend-item__body {
	padding: 0 20px 20px;;
}
.recommend-item__copy {
	width: fit-content;
	font-size: 2rem;
	padding: 8px 14px;
	line-height: 1.5;
	background: #fff;
	border-radius: 10px;
	translate: -8px -18px;
}
.recommend-item__btn {
	margin-top: 6px;
}
.purpose-recommend__btns {
	margin-top: 72px;
	display: flex;
	align-items: center;
	justify-content: center;
	gap: 32px;
	.c-btn {
		flex: 1;
		max-width: 372px;
	}
}
@media screen and (max-width: 767px) {
	.purpose-recommend {
		margin-top: 40px;
	}
	.purpose-recommend__main {
		margin-top: 16px;
		display: block;
	}
	.recommend-main__head {
		width: 100%;
		padding: 8px 8px 32px;
	}
	.recommend-main__img {
		max-width: 227px;
		width: 100%;
		margin: 14px auto 0;
	}
	.recommend-main__label {
		font-size: 1.2rem;
	}
	.recommend-main__body {
		display: block;
		width: 100%;
		padding: 14px 16px 32px;
	}
	.recommend-main__title {
		padding-left: 8px;
		padding-bottom: 12px;
		.title-main {
			font-size: 1.8rem;
		}
		.title-sub {
			font-size: 2rem;
		}
	}
	.recommend-main__intro {
		display: block;
		padding: 0;
	}
	.recommend-main__features {
		padding: 12px 0;
		border-bottom: 1px solid #E3E5EB;
		border-right: none;
	}
	.recommend-main__features li {
		font-size: 1.2rem;
	}
	.recommend-main__batch {
		width: 100%;
		margin: 14px 0 0;
	}
	.recommend-main__btn {
		max-width: 213px;
		margin: 24px auto 0;
	}
	.purpose-recommend__list {
		grid-template-columns: 1fr;
		grid-template-rows: repeat(3, 1fr);
		row-gap: 20px;
		margin-top: 20px;
	}
	.purpose-recommend__item {
		width: 100%;
		display: flex;
	}
	.recommend-item__head {
		flex-shrink: 0;
		width: 130px;
		display: flex;
		flex-direction: column;
		align-items: center;
		justify-content: center;
		padding: 8px;
		background: linear-gradient(180deg, #F2F6FC 0%, #FFFFFF 49.52%, #E6EAF1 100%);
	}
	.recommend-item__label {
		width: 100%;
		font-size: 1.2rem;
		text-align: center;
		padding: 4px 8px;
		margin: 0;
	}
	.recommend-item__head:has(.recommend-item__label) {
		justify-content: flex-start;
		gap: 17px;
	}
	.recommend-item__name {
		font-size: 1.6rem;
		line-height: 1.4;
	}
	.recommend-item__img {
		width: 100%;
		margin: 0;
	}
	.recommend-item__body {
		width: 100%;
		padding: 18px 16px 16px;
		display: flex;
		flex-direction: column;
		justify-content: space-between;
	}
	.recommend-item__desc {
		padding: 0 4px;
	}
	.recommend-item__copy {
		width: 100%;
		padding: 0;
		font-size: 1.4rem;
		line-height: 1.5;
		margin-top: 6px;
		translate: 0 0;
	}
	.recommend-item__btn {
		margin-top: 20px;
	}
	.purpose-recommend__btns {
		margin-top: 40px;
		flex-direction: column;
		gap: 12px;
		.c-btn {
			width: 100%;
			max-width: 270px;
		}
	}
}

/* ---- purpose entertainment---- */
@media screen and (min-width: 768px) {
.purpose.entertainment {
		background: url(../images/top/entertainment_deco_01.png) no-repeat right top / 601px auto, 
		url(../images/top/entertainment_deco_02.png) no-repeat right top 34% / 212px auto,
		url(../images/top/entertainment_deco_03.png) no-repeat left top 49% / 107px auto,
		url(../images/top/entertainment_deco_04.png) no-repeat left 2% bottom 6% / 212px auto,
		url(../images/top/entertainment_deco_05.png) no-repeat right bottom / 695px auto,
		url(../images/top/entertainment_bg.png) no-repeat center/cover;
	}
}
.purpose.entertainment .purpose-intro__title {
	font-family: "M PLUS Rounded 1c", sans-serif;
	font-weight: 700;
}
@media screen and (max-width: 767px) {
.purpose.entertainment {
		background: url(../images/top/entertainment_deco_01_sp.png) no-repeat right top / 209px auto, 
		url(../images/top/entertainment_deco_02_sp.png) no-repeat right top 34% / 114px auto,
		url(../images/top/entertainment_deco_03_sp.png) no-repeat left top 49% / 85px auto,
		url(../images/top/entertainment_deco_04_sp.png) no-repeat left 2% bottom 6% / 100% auto,
		url(../images/top/entertainment_bg.png) no-repeat center/cover;
	}
}
/* purpose family */
.purpose.family {
	background: url(../images/top/family_bg.png) no-repeat center/cover;
}
.purpose.family .purpose-intro__title {
	font-family: "Kiwi Maru", serif;
	font-weight: 500;
}
@media screen and (max-width: 767px) {
	.purpose.family .purpose-intro__title {
		font-weight: 700;
		font-size: 1.85rem;
	}
}
/* purpose theater */
.purpose.theater {
	background: url(../images/top/theater_bg.png) no-repeat center/cover;
}
.purpose.theater h3, .purpose.theater .purpose-nav__title, .purpose.theater .purpose-nav__item span, .purpose.theater .purpose-nav__item a, .purpose.theater .purpose-intro {
	color: #fff;
}
.purpose.theater .purpose-nav__item.is-current span:after, .purpose.theater .purpose-nav__item a:hover:after {
	background: #fff;
}
.purpose.theater .purpose-intro__title {
	font-family: "Shippori Mincho", serif;
	font-weight: 700;
	color: #fff;
}
.purpose.theater .purpose-intro__box {
	border: 1px solid rgba(255, 255, 255, 0.2)
}
.purpose.theater .slick-dots li {
	background: #fff;
	opacity: 0.16;
}
.purpose.theater .slick-dots li.slick-active {
	opacity: 1;
}

/* ---- model ---- */
.model {
	padding: 60px 0 72px;
	background: #F2F4F8;
}
.model__title {
	font-size: 3rem;
}
.model__content {
	margin-top: 48px;
}
.model__item:not(:first-of-type) {
	padding-top: 72px;
}
.model__head {
	min-height: 92px;
	display: flex;
	background: #fff;
	border-radius: 10px;
	overflow: hidden;
	box-shadow: 0px 12px 12px 0px rgba(0, 0, 0, 0.04);

}
.model__head-name {
	font-size: 2rem;
	font-weight: 600;
	padding: 0 20px;
}
.model__head-name span {
	height: 100%;
	display: flex;
	align-items: center;
	justify-content: center;
	position: relative;
}
.model__head-name span:before {
	content: "";
	display: block;
	width: 100%;
	height: 4px;
	background: #2D3FB3;
	position: absolute;
	top: 0;
	left: 50%;
	transform: translateX(-50%);
}
.model__head-text {
	display: flex;
	align-items: center;
	font-size: 2rem;
	padding: 20px;
	position: relative;
}
.model__head-text:before {
	content: "";
	display: block;
	width: 1px;
	height: calc(100% - 40px);
	background: #E3E5EB;
	position: absolute;
	top: 50%;
	left: 0;
	transform: translateY(-50%);
}
.model__products {
	margin-top: 22px;
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
	row-gap: 24px;
}
.model__product {
	width: calc(50% - 12px);
	background: #fff;
	padding: 18px 20px;
	border-radius: 10px;
	overflow: hidden;
	box-shadow: 0px 4px 6px 0px rgba(0, 0, 0, 0.03);
}
.product__name {
	font-size: 1.8rem;
	padding-left: 8px;
}
.product__body {
	display: flex;
	align-items: flex-start;
	gap: 24px;
	margin-top: 16px;
}
.product__img {
	flex-shrink: 0;
	width: 276px;
	aspect-ratio: 276 / 207;
	border-radius: 10px;
	overflow: hidden;
	line-height: 1;
}
.product__img img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}
.product__copy {
	font-size: 1.8rem;
	line-height: 1.5;
}
.product__batch {
	width: 100%;
	margin-top: 16px;
}
.product__features {
	margin-top: 16px;
}
.product__features li {
	font-size: 1.4rem;
	line-height: 1.6;
	padding: 8px 0;
	border-bottom: 1px solid #E3E5EB;
}
.product__features li:first-of-type {
	border-top: 1px solid #E3E5EB;
}
.product__features li:before {
	content: "・";
	font-size: inherit;
}
.product__btns {
	margin-top: 20px;
	display: flex;
	justify-content: space-between;
	.c-btn {
		width: calc(50% - 10px);
	}
	.c-btn:after {
		width: 28px;
	}
}
.model .c-note {
	margin-top: 20px;
}
@media screen and (max-width: 767px) {
	.model {
		padding: 30px 0 40px;
	}
	.model__title {
		font-size: 2rem;
		font-weight: 600;
	}
	.model__content {
		margin-top: 30px;
	}
	.model__item:not(:first-of-type) {
		padding-top: 32px;
	}
	.model__head {
		display: block;
	}
	.model__head-name span {
		font-size: 1.8rem;
		width: fit-content;
		justify-content: flex-start;
		padding: 18px 0 8px;
	}
	.model__head-text {
		font-size: 1.6rem;
		line-height: 1.5;
		padding: 14px 20px;
	}
	.model__head-text:before {
		width: calc(100% - 40px);
		height: 1px;
		top: 0;
		left: 50%;
		transform: translateX(-50%);
	}
	.model__products {
		flex-direction: column;
		gap: 20px;
	}
	.model__product {
		width: 100%;
		padding: 12px 8px 20px;
	}
	.product__name {
		font-size: 1.6rem;
		padding-left: 12px;
	}
	.product__body {
		flex-direction: column;
		gap: 20px;
		margin-top: 14px;	
	}
	.product__img {
		width: 100%;
	}
	.product__intro {
		padding: 0 12px;
	}
	.product__copy {
		line-height: 1.5;
	}
	.product__batch {
		margin-top: 12px;
	}
	.product__features {
		margin-top: 10px;
	}
	.product__btns {
		flex-direction: column;
		padding: 0 12px;
		gap: 12px;
		margin-top: 20px;
		.c-btn {
			max-width: 100%;
			width: 100%;
			font-size: 1.5rem;
			padding: 12px 12px 12px 28px;
		}
		.c-btn:after {
			width: 24px;
		}
	}

}

/* p-index */
.p-index {
	position: relative;
	width: 100%;
	padding-top: 340px;
	padding-bottom: 108px;
	overflow: hidden;
	z-index: 0;
}
.p-index a {
	color: inherit;
}
.p-index a:hover, .p-index a:visited {
	color: inherit;
	text-decoration: none;
}
@media screen and (max-width: 767px) {
	.p-index {
		padding-top: 148px;
	}
}

/* trademark */
.trademark {
	padding: 24px 0;
	border-bottom: 1px solid #E3E5EB;
}
.trademark .c-note {
	margin-top: 0;
}

/* p-share */
.p-share {
	padding-top: 110px;
	padding-bottom: 100px;
	text-align: center;
}
@media screen and (max-width: 767px) {
	.p-share {
		padding-top: 54px;
	}
}
.p-share__head {
	margin-bottom: 48px;
	line-height: 1.5;
}
@media screen and (max-width: 767px) {
	.p-share__head {
		margin-bottom: 32px;
	}
}
.p-share__head-en {
	font-size: 2.8em;
	font-weight: bold;
	margin-bottom: 12px;
}
.p-share__head-ja {
	display: inline-block;
	padding-bottom: 4px;
	font-size: 1.6rem;
	font-weight: bold;
	border-bottom: 2px solid;
}
@media screen and (max-width: 767px) {
	.p-share__head-ja {
		font-size: 1.4rem;
	}
}
.p-share__body {
	max-width: 480px;
	margin-left: auto;
	margin-right: auto;
}
.p-share__list {
	display: flex;
	justify-content: space-between;
}
.p-share__list-item {
	width: 33.3333333333%;
}
.p-share__card {
	display: block;
}
.p-share__card-img {
	width: 48px;
	margin: 0 auto 12px;
}
.p-share__card-ttl {
	font-size: 1.5rem;
	font-weight: bold;
}
@media screen and (max-width: 767px) {
	.p-share__card-ttl {
		font-size: 1.3rem;
	}
}
.p-share__card-id {
	font-size: 1.4rem;
}
@media screen and (max-width: 767px) {
	.p-share__card-id {
		font-size: 1.2rem;
		word-break: break-all;
	}
}
.p-share__card:after {
	content: "";
	display: block;
	width: 28px;
	height: 28px;
	margin: 16px auto 0;
	background: url(/products/homeprojector/common/images/parts_arrow-sq.svg) no-repeat center/contain;
	transition: 0.2s;
}
@media screen and (max-width: 767px) {
	.p-share__card:after {
		width: 24px;
		height: 24px;
		margin-top: 12px;
	}
}
.p-share__card:hover:after {
	transform: translateX(12px);
}