@charset "UTF-8";

*,
*::before,
*::after {
	box-sizing: border-box;
}

ul,
ol {
	padding: 0;
}

body,
h1,
h2,
h3,
h4,
h5,
h6,
p,
ul,
ol,
li,
figure,
figcaption,
blockquote,
dl,
dd {
	margin: 0;
}

ul,
ol {
	list-style: none;
}

a:not([class]) {
	text-decoration-skip-ink: auto;
}

img {
	max-width: 100%;
	height: auto;
	vertical-align: middle;
}

input,
button,
textarea,
select {
	font: inherit;
	outline: none;
}

@media (prefers-reduced-motion: reduce) {
	* {
		animation-duration: 0.01ms !important;
		animation-iteration-count: 1 !important;
		transition-duration: 0.01ms !important;
		scroll-behavior: auto !important;
	}
}

table {
	border-collapse: collapse;
	border-spacing: 0;
}

body {
	min-height: 100vh;
	scroll-behavior: smooth;
	text-rendering: optimizeSpeed;
	line-height: 1.5;
	width: 100%;
	-webkit-text-size-adjust: none;
	font-family: "Noto Sans JP", sans-serif;
	color: #000;
	font-weight: 500;
	background-color: #fff;
	font-size: 16px;
}

@media screen and (min-width: 851px) {
	.sp {
		display: none !important;
	}
}

@media screen and (max-width: 850px) {
	.pc {
		display: none !important;
	}
}

a {
	text-decoration: none;
	color: #333333;
}

@media screen and (min-width: 851px) {
	a:hover {
		opacity: .5;
		transition: opacity .4s ease;
	}
}

#contents {
	overflow: hidden;
}

body.home #contents,
body.news-archive #contents {
	overflow: initial;
}

section {
	position: relative;
	width: 100%;
}

@media screen and (max-width: 850px) {
	body {
		font-size: 14px;
	}
}

/*-----------------------------------
header
-------------------------------------*/
.header {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 72px;
	display: flex;
	justify-content: space-between;
	background-color: transparent;
	border-top-style: none;
	border-right-style: none;
	border-bottom-width: 4px;
	border-bottom-style: solid;
	border-left-style: none;
	border-color: #000000;
	z-index: 1000;
	padding: 0 0 0 30px;
	transition: background-color .3s ease;
}

.header.on-service {
	background-color: #1925BB;
}

.header .logo {
	margin-top: 17px;
	width: 164.99px;
	height: 37.08px;
}

.header .menu-list {
	display: inline-flex;
	height: 72px;
	position: relative;
	align-items: center;
}

.header .menu-list .menu {
	border-right-width: 4px;
	border-right-style: solid;
	border-color: #231815;
	display: inline-flex;
	height: 72px;
	align-items: flex-start;
	justify-content: center;
	padding: 0px 20px 20px;
	position: relative;
	flex: 0 0 auto;
	cursor: pointer;
}

.header .menu-list .menu span {
	position: relative;
	width: fit-content;
	margin-top: -4.00px;
	font-family: "Roboto", sans-serif;
	font-weight: 700;
	font-style: italic;
	color: #000000;
	font-size: 18px;
	letter-spacing: 0;
	line-height: 36px;
}

.header .menu-list .menu-last {
	border: 0px none;
	display: inline-flex;
	height: 72px;
	align-items: flex-start;
	justify-content: center;
	padding: 0px 20px 20px;
	position: relative;
	flex: 0 0 auto;
	cursor: pointer;
}

.header .menu-list .menu-last span {
	position: relative;
	width: fit-content;
	margin-top: -4.00px;
	font-family: "Roboto", sans-serif;
	font-weight: 700;
	font-style: italic;
	color: #000000;
	font-size: 18px;
	letter-spacing: 0;
	line-height: 36px;
}

@media screen and (min-width: 851px) {

	.header .menu-list .menu:hover,
	.header .menu-list .menu-last:hover {
		opacity: .5;
		transition: opacity .4s ease;
	}
}

@media screen and (max-width: 850px) {
	.header {
		padding: 0 0 0 10px;
	}

	.header .menu-list .menu,
	.header .menu-list .menu-last {
		padding: 0px 10px 20px;
	}
}

@media screen and (max-width: 850px) {
	.header {
		border: unset;
	}

	/* .header.on-service {
		background-color: unset;
	} */

	.header .logo {
		margin-top: 17px;
		width: 140px;
		height: 30px;
	}

	.header .menu-list {
		display: none;
		position: fixed;
		z-index: 100;
		top: 0;
		left: 0;
		width: 100%;
		height: auto;
		overflow: auto;
		padding: 90px 20px 60px;
		background-color: #000;
		color: #fff;
		flex-wrap: wrap;
		align-items: flex-start;
		justify-content: flex-start;
		align-content: flex-start;
		gap: 0;
	}

	.header .menu-list::before {
		content: "";
		position: fixed;
		inset: 0;
		background: rgba(0, 0, 0, .6);
		pointer-events: none;
		z-index: -1;
	}

	.header .menu-list.active {
		display: flex;
	}

	.header .menu-list .menu,
	.header .menu-list .menu-last {
		border-color: #fff;
		border-top: 4px solid;
	}

	.header .menu-list .menu span,
	.header .menu-list .menu-last span {
		color: #fff;
		font-size: 18px;
	}

	.header .menu-list .menu:nth-of-type(1) {
		width: 100%;
		border-left: unset;
		border-right: unset;
	}

	.header .menu-list .menu:nth-of-type(2) {
		width: 50%;
	}

	.header .menu-list .menu:nth-of-type(3) {
		width: 50%;
		border-right: unset;
	}

	.header .menu-list .menu:nth-of-type(4),
	.header .menu-list .menu:nth-of-type(5),
	.header .menu-list .menu-last {
		width: 100%;
		border-right: unset;
	}

	.header .sp-menu {
		position: fixed;
		z-index: 200;
		top: 0;
		right: 0;
	}

	.header .sp-menu .close {
		display: none;
	}

	.header .sp-menu.active .close {
		display: block;
	}

	.header .sp-menu.active .open {
		display: none;
	}
}

/*-----------------------------------
footer
-------------------------------------*/
.footer {
	width: 100%;
	z-index: 1;
	position: relative;
}

.footer .sns-area {
	display: flex;
	align-items: center;
	justify-content: center;
	gap: 40px;
	padding: 40px 0px;
	background-color: #ffffff;
}

.footer .x {
	width: 37.5px;
	height: 38.33px;
	aspect-ratio: 0.98;
	object-fit: cover;
}

.footer .facebook {
	width: 43px;
	height: 43px;
	aspect-ratio: 1;
	object-fit: cover;
}

.footer .youtube {
	width: 40px;
	height: 28.23px;
	aspect-ratio: 1.42;
	object-fit: cover;
}

.footer .copy {
	display: flex;
	align-items: center;
	justify-content: center;
	padding: 20px 0;
	background-color: #030303;
}

.footer .copy p {
	font-weight: 300;
	color: #ffffff;
	font-size: 16px;
	text-align: center;
	letter-spacing: 0;
	line-height: 32px;
}

.footer .totop {
	width: 68px;
	height: 62px;
	position: fixed;
	bottom: 40px;
	right: 0;
	transform: translateY(8px);
	transition: opacity .4s ease, transform .4s ease;
	visibility: hidden;
	pointer-events: none;
	cursor: pointer;
	z-index: 100;
}

.footer .totop.is-show {
	opacity: 1;
	transform: translateY(0);
	visibility: visible;
	pointer-events: auto;
}

@media screen and (min-width: 851px) {
	.footer .totop:hover {
		opacity: .5;
		transition: opacity .4s ease;
	}
}

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

/*-----------------------------------
main
-------------------------------------*/
.main .c-fv {
	position: relative;
	width: 100%;
	aspect-ratio: 144 / 81;
}

.main .c-fv .fv {
	width: 100%;
	position: fixed;
	top: 0;
	left: 0;
	z-index: -100;
}

.main .c-fv .fv.at-footer {
	display: none;
}

.main .c-fv .fv img {
	width: 100%;
}

.main .c-fv .title {
	position: absolute;
	width: 30.39%;
	aspect-ratio: 438 / 377;
	top: 19%;
	left: 8%;
}

.main .c-fv h1 {
	opacity: 0;
}

.main .c-fv .ready {
	position: absolute;
	top: 60%;
	left: 22.5%;
	width: 22.5%;
	aspect-ratio: 320 / 141;
}

.main .c-fv .title,
.main .c-fv .ready {
	opacity: 0;
	transform: translateY(10px);
	transition: opacity .8s ease, transform .8s ease;
	will-change: opacity, transform;
}

.main .c-fv .title.is-show,
.main .c-fv .ready.is-show {
	opacity: 1;
	transform: translateY(0);
}

.main .c-story {
	position: relative;
}

.main .c-story .rectangle {
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	aspect-ratio: 720 / 67;
	transform: translateY(calc(-100% + 2px));
}

.main .c-story .frame {
	display: grid;
	grid-template-columns: 1fr 1fr;
	gap: 40px;
	background-color: #ffffff;
	padding: 40px 0 60px;
	position: relative;
}

.main .c-story .frame .text-area {
	padding: 50px 20px 0 0;
}

.main .c-story .frame .text-area .top-img {
	max-width: 421px;
	width: 78%;
}

.main .c-story .frame .text-area .text {
	margin-top: 7%;
	font-weight: 700;
	font-size: 20px;
	line-height: 40px;
	color: #000000;
	letter-spacing: 0;
}

.main .c-story .frame .text-area .btm-img {
	max-width: 480px;
	width: 78%;
	margin-top: 15%;
}

.main .c-story .frame .img-area {
	position: relative;
}

.main .c-story .frame .img-area img {
	width: 100%;
}

.main .c-story .frame .img-area .img1 {
	margin-top: 30px;
	width: 64%;
}

.main .c-story .frame .img-area .img2 {
	margin-top: 65px;
	margin-right: 40px;
	margin-left: auto;
	width: 43%;
}

.main .c-story .frame .img-area .img3 {
	margin-top: 90px;
	margin-left: auto;
	width: 85%;
}

.main .c-story .frame .img-area .img1 img,
.main .c-story .frame .img-area .img2 img,
.main .c-story .frame .img-area .img3 img {
	opacity: 0;
	transform: translateY(12px);
	transition: opacity .6s ease, transform .6s ease;
	will-change: opacity, transform;
}

.main .c-story .frame .img-area .img1.is-show img,
.main .c-story .frame .img-area .img2.is-show img,
.main .c-story .frame .img-area .img3.is-show img {
	opacity: 1;
	transform: translateY(0);
}

.main .c-cm {
	overflow: visible;
}

.main .c-cm .movie-ready {
	width: 100%;
	background-color: #fff;
	padding: 0 20px;
}

.main .c-cm .movie-ready img {
	width: 100%;
}

.main .c-cm .content {
	position: relative;
	background-color: #1925ba;
	padding: 100px 60px 150px;
}

.main .c-cm .content.fixed {
	position: fixed;
	top: 0;
	left: 0;
	right: 0;
	width: 100%;
	z-index: 0;
}

.main .c-cm .content .tvcm {
	margin: auto;
	display: block;
	max-width: 400px;
}

.main .c-cm .content .movie-area {
	display: flex;
	gap: 40px;
	justify-content: center;
	padding-top: 70px;
	z-index: 1;
	position: relative;
}

.main .c-cm .content .movie-area .movie {
	max-width: 568px;
	aspect-ratio: 1.78;
}

@media screen and (min-width: 851px) {
	.main .c-cm .content .movie-area .movie:hover {
		opacity: .5;
		transition: opacity .4s ease;
		cursor: pointer;
	}
}

.main .c-cm .content .movie-area .text {
	position: relative;
	align-self: stretch;
	font-weight: 700;
	color: #ffffff;
	font-size: 18px;
	text-align: center;
	letter-spacing: 0;
	padding-top: 10px;
}

.main .c-cm .content .frame1 {
	right: 0;
	position: absolute;
	top: 0;
	width: 44px;
	height: 100%;
	opacity: 0.5;
	background-image: url(./img/movie_frame.png);
	background-size: 100% 100%;
	background-repeat: repeat;
}

.main .c-cm .content .frame2 {
	left: 0;
	position: absolute;
	top: 0;
	width: 44px;
	height: 100%;
	opacity: 0.5;
	background-image: url(./img/movie_frame.png);
	background-size: 100% 100%;
	background-repeat: repeat;
}

.main .c-fv2 {
	height: 100svh;
	position: sticky;
	top: 0;
}

.main .c-fv2 img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.main .c-cas {
	position: relative;
}

.main .c-cas .cas-outer {
	width: 50%;
	flex-direction: column;
	background-color: #ffffff80;
	backdrop-filter: blur(15px) brightness(100%);
	-webkit-backdrop-filter: blur(15px) brightness(100%);
	display: flex;
	padding: 80px;
}

@media screen and (max-width: 1000px) {
	.main .c-cas .cas-outer {
		padding: 80px 40px;
	}
}

.main .c-cas .text-img {
	max-width: 220.52px;
	margin-bottom: 40px;
}

.main .c-cas .movie {
	display: flex;
	max-width: 560px;
	position: relative;
	flex-direction: column;
	align-items: center;
	gap: 20px;
	margin-bottom: 100px;
}

.main .c-cas .movie .play-wrapper {
	position: relative;
	align-self: stretch;
	width: 100%;
	background-color: #d1d1d1;
}

@media screen and (min-width: 851px) {
	.main .c-cas .movie .play-wrapper:hover {
		opacity: .5;
		transition: opacity .4s ease;
		cursor: pointer;
	}
}

.main .c-cas .movie .text {
	align-self: stretch;
	color: #030303;
	font-size: 18px;
	text-align: center;
	line-height: 27px;
	font-weight: 700;
	letter-spacing: 0;
}

.main .c-cas .cast-content {
	padding-bottom: 100px;
}

.main .c-cas .cast-content .human {
	max-width: 240px;
	aspect-ratio: 1;
}

.main .c-cas .cast-content .name-area {
	display: flex;
	align-items: center;
	gap: 20px;
	position: relative;
	flex: 0 0 auto;
	padding: 10px 0;
}

.main .c-cas .cast-content .name-area .ja {
	position: relative;
	width: fit-content;
	margin-top: -1.00px;
	font-weight: 700;
	color: #000000;
	font-size: 24px;
	letter-spacing: 0;
	line-height: 48px;
}

.main .c-cas .cast-content .name-area .en {
	position: relative;
	width: fit-content;
	font-weight: 400;
	color: #000000;
	font-size: 16px;
	letter-spacing: 0;
	line-height: 32px;
}

.main .c-cas .bold-text {
	position: relative;
	font-weight: 700;
	color: #000000;
	font-size: 16px;
	letter-spacing: 0;
	line-height: 32px;
	padding-bottom: 20px;
}

.main .c-cas .normal-text {
	position: relative;
	align-self: stretch;
	font-weight: 400;
	color: #000000;
	font-size: 16px;
	letter-spacing: 0;
	line-height: 32px;
	padding-bottom: 40px;
}

.main .c-service {
	width: 100%;
	background-color: #1925ba;
	padding: 80px 0px 0;
}

.main .c-service .title {
	display: block;
	margin: auto;
	max-width: 345px;
}

.main .c-service .top-text {
	display: flex;
	align-items: center;
	justify-content: center;
	font-weight: 700;
	color: #ffffff;
	font-size: 32px;
	text-align: center;
	letter-spacing: 0;
	line-height: 48px;
	padding: 30px 20px 80px;
}

.main .c-service .content {
	display: flex;
	justify-content: center;
	width: 100%;
	background: linear-gradient(to bottom, transparent 0 30%, #020589 30% 100%);
	overflow: hidden;
}

.main .c-service .content .item {
	display: inline-flex;
	flex-direction: column;
	align-items: flex-start;
	gap: 20px;
	position: relative;
	flex: 0 0 auto;
	max-width: 380px;
	width: 30%;
	max-height: 380px;
}

.main .c-service .content .item:nth-of-type(1) {
	width: 28%;
}

.main .c-service .content a.item:nth-of-type(1) {
	margin-right: 24px;
	width: 30%;
}

.main .c-service .content .item .image {
	position: relative;
	width: 100%;
	aspect-ratio: 19 / 8;
	background-color: #ffffff;
}

.main .c-service .content .item .frame-wrapper {
	display: flex;
	flex-direction: column;
	align-items: flex-end;
	justify-content: center;
	gap: 20px;
	position: relative;
	flex: 0 0 auto;
}

.main .c-service .content .item .frame-wrapper .text {
	position: relative;
	align-self: stretch;
	margin-top: -1.00px;
	font-family: "Noto Sans JP-Regular", Helvetica;
	font-weight: 400;
	color: #ffffff;
	font-size: 14px;
	letter-spacing: 0;
	line-height: 21px;
}

.main .c-service .content .item .frame-wrapper .link {
	display: flex;
	max-width: 240px;
	gap: 20px;
	align-items: center;
	justify-content: space-between;
	padding: 0px 0px 10px;
	position: relative;
	flex: 0 0 auto;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-color: #ffffff;
}

.main .c-service .content .item .frame-wrapper .link .link-text {
	position: relative;
	width: fit-content;
	margin-top: -1.00px;
	font-weight: 700;
	color: #ffffff;
	font-size: 14px;
	letter-spacing: 0;
	line-height: 21px;
	word-break: keep-all;
}

.main .c-service .content .item .frame-wrapper .link .streamline-sharp {
	position: relative;
	width: 20px;
	height: 20px;
	aspect-ratio: 1;
}

.main .c-service .content .item .frame-wrapper .link .streamline-sharp .vector-wrapper {
	position: relative;
	width: 83.33%;
	height: 83.33%;
	top: 8.33%;
	left: 8.33%;
}

.main .c-service .content .item .frame-wrapper .link .streamline-sharp .vector-wrapper img {
	position: absolute;
	width: 100%;
	height: 100%;
	top: -3.75%;
	left: -3.75%;
}

.main .c-service .btm-img {
	padding: 100px 0;
}

.main .c-service .btm-img a {
	display: block;
	max-width: 375px;
	margin: auto;
}

@media screen and (max-width: 850px) {
	.main .c-fv {
		aspect-ratio: 195 / 422;
	}

	.main .c-story .rectangle {
		aspect-ratio: 39 / 11;
	}

	.main .c-fv .title {
		aspect-ratio: 301 / 169;
		width: 77%;
		top: 10%;
		left: 20px;
	}

	.main .c-fv .ready {
		top: 31%;
		left: 20px;
		width: 48%;
		aspect-ratio: 93 / 58;
	}

	.main .c-story .frame {
		display: block;
		padding: 20px 0px 50px;
		overflow: hidden;
	}

	.main .c-story .frame .img-area .img2 {
		margin-top: 40px;
		margin-right: 20px;
	}

	.main .c-story .frame .text-area {
		padding: 50px 30px 20px;
	}

	.main .c-story .frame .text-area .text {
		margin-top: 20px;
		font-size: 16px;
	}

	.main .c-story .frame .text-area .top-img {
		width: 100%;
	}

	.main .c-story .frame .text-area .btm-img {
		width: 100%;
		margin-top: 50px;
	}

	.main .c-story .frame .img-area .img3 {
		margin-top: 10px;
		width: 100%;
		margin-left: 30px;
	}

	.main .c-cm .movie-ready img {
		margin-bottom: -3%;
	}

	.main .c-cm .content .tvcm {
		max-width: 200px;
	}

	.main .c-cm .content .movie-area {
		display: block;
		padding-top: 40px;
	}

	.main .c-cm .content {
		padding: 60px 20px 100px;
	}

	.main .c-cm .content .movie-area .text {
		font-size: 14px;
		padding-bottom: 40px;
	}

	.main .c-cm .content .frame1,
	.main .c-cm .content .frame2 {
		width: 33px;
		background-image: url(./img/movie_frame_sp.png);
	}

	.main .c-cm .content .movie-area .movie {
		max-width: 568px;
		margin: auto;
	}

	.main .c-cas .cas-outer {
		width: 100%;
	}

	.main .c-cas .text-img {
		margin: 0 auto 30px;
		max-width: 150px;
	}

	.main .c-cas .movie {
		margin: 0 auto 70px;
	}

	.main .c-cas .cast-content .human {
		max-width: 140px;
	}

	.main .c-cas .cast-content .name-area {
		gap: 10px;
	}

	.main .c-cas .cast-content .name-area .ja {
		font-size: 20px;
	}

	.main .c-cas .cast-content .name-area .en {
		font-size: 12px;
	}

	.main .c-cas .bold-text {
		font-size: 14px;
	}

	.main .c-cas .normal-text {
		font-size: 14px;
	}

	.main .c-service .title {
		max-width: 260px;
	}

	.main .c-service .top-text {
		font-size: 20px;
		line-height: 30px;
		padding: 20px 20px 40px;
	}

	.main .c-service .content {
		flex-wrap: wrap;
		padding: 0 20px;
		background: linear-gradient(to bottom, transparent 0 8%, #020589 8% 100%);
	}

	.main .c-service .content .item {
		width: 100% !important;
		margin-bottom: 30px;
		max-width: 400px;
	}

	.main .c-service .content a.item:nth-of-type(1) {
		margin-right: 0;
	}

	.main .c-service .btm-img {
		padding: 80px 20px;
		margin: auto;
		max-width: 245px;
	}

	.main .c-service .content .item.sp {
		margin-bottom: -2px;
	}

	.footer .copy p {
		font-size: 12px;
	}

	.main .c-cas .cast-content {
		padding-bottom: 50px;
	}
}

/*-----------------------------------
dialog
-------------------------------------*/
.fancybox__backdrop {
	background: var(--fancybox-bg, rgba(24, 24, 27, 0.5)) !important;
}

.fancybox__container .movie-dialog {
	max-width: 960px;
	padding: 0;
	width: 100%;
	aspect-ratio: 560 / 315;
}

.fancybox__container .movie-dialog iframe {
	width: 100%;
	height: 100%;
}

.fancybox__content>.carousel__button.is-close {
	width: 70px;
	height: 40px;
	width: 80px;
	height: 64px;
	top: 20px !important;
	right: 10px !important;
	position: fixed !important;
}

.fancybox__content>.carousel__button.is-close::before {
	content: "";
	display: block;
	width: 70px;
	height: 40px;
	width: 80px;
	height: 64px;
	background: url(img/dialog_close.png) no-repeat center / contain;
}

.fancybox__content>.carousel__button.is-close svg {
	display: none;
}

@media screen and (max-width: 850px) {
	.fancybox__slide {
		padding: 48px 20px 8px 20px !important;
	}

	.fancybox__content>.carousel__button.is-close {
		width: 70px;
		height: 40px;
		position: absolute !important;
		top: -40px !important;
		right: -10px !important;
	}

	.fancybox__content>.carousel__button.is-close::before {
		width: 70px;
		height: 40px;
	}
}