@charset "utf-8";

html {
	font-size: 62.5%;
	font-family: "Noto Sans JP", "Yu Gothic", "游ゴシック", YuGothic, "游ゴシック体", "Hiragino Kaku Gothic ProN", Meiryo, sans-serif;
	line-height: 1.8;
}

body {
	font-size: 1.4rem;
	background-color: #f7f3f7;
}

.br-sp {
	display: none;
}

header {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-around;
	align-items: center;
	height: 80px;
	position: relative;
}

header h1 {
	width: 100%;
	padding-left: 20px;
	font-size: 1.8rem;
	line-height: 1.6;
	font-weight: 600;
	letter-spacing: 0.05em;
	z-index: 5;
	color: #fff;
	text-shadow: 0px 0px 5px #d4b1ee;
}

#home header h1 {
	padding-top: 15px;
}

#movie_page header h1 {
	width: 41%;
}

#movie_page header h2 {
	width: 39%;
	text-align: left;
}

header .header__inner {
	width: 20%;
}

header h2 img {
	padding-top: 5px;
	max-width: 300px;
	filter: drop-shadow(2px 2px 3px rgb(231, 90, 151)) drop-shadow(0px 0px 0px rgb(253, 227, 227));
}

main {
	background-color: #f7f3f7;
	vertical-align: bottom;
}

section {
	width: 100%;
	margin: 0 auto;
	text-align: center;
	padding: 100px 0;
}

section h3 {
	font-size: 4.6rem;
	line-height: 1.8;
	font-weight: 600;
	text-align: center;
}

section h3 span {
	display: block;
	font-size: 2.4rem;
	line-height: 1.8;
	color: #c89cea;
	margin-bottom: 25px;
}


.gs_page section h3 span {
	color: #eeb1e9;
}

.gk_page section h3 span {
	color: #b3a5f8;
}

section h4 {
	font-size: 3rem;
	font-weight: 600;
	margin-bottom: 1em;
}

section p {
	font-size: 1.8rem;
	line-height: 2;
	margin-bottom: 1em;
	letter-spacing: 0.03em;
	font-feature-settings: "palt" 1;
}

p.text_overview {
	margin-bottom: 3em;
}

.text_caption {
	font-size: 90%;
}

section#icatch {
	margin-top: -80px;
	height: 100vh;
	display: flex;
	justify-content: center;
	align-items: center;
	position: relative;
	overflow: hidden;
}

.sp-video {
  display: block;
}

.pc-video {
  display: none;
}

#js-video-pc,
#js-video-sp {
	position: absolute;
	z-index: 1;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	min-height: 100%;
	min-width: 100%;
}

section#icatch img {
	height: 75%;
	z-index: 10;
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	opacity: 0;
	animation-delay: 1.5s;
	animation-name: fadein;
	animation-duration: 1.5s;
	animation-timing-function: ease-out;
	animation-fill-mode: forwards;
}

@keyframes fadein {
	from {
		opacity: 0;
	}

	to {
		opacity: 1;
	}
}

section#outline p {
	width: 80%;
	max-width: 900px;
	margin: 0 auto 1.8em auto;
	letter-spacing: 0.08em;
}

section#department_gs,
section#department_gk {
	overflow: hidden;
}

section#department_gs {
	background-image: url(../images/title_bg_gs.png);
	background-size: cover;
}

section#department_gk {
	background-image: url(../images/title_bg_gk.png);
	background-size: cover;
	overflow-x: hidden;
	padding-bottom: 150px;
}

section#department_gs article,
section#department_gk article {
	width: 100%;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-around;
	text-align: left;
	position: relative;
}


section#department_gs article i,
section#department_gk article i {
	font-size: 90%;
	display: block;
	margin: 60px 0 0px 0;
	color: #baa831;
}

section#department_gs article h1,
section#department_gk article h1 {
	font-size: 2.4rem;
	font-weight: 600;
	margin-bottom: 1rem;
}

section#department_gs article p,
section#department_gk article p {
	font-size: 1.6rem;
	margin-bottom: 2em;
}

section#department_gs article div,
section#department_gk article div {
	width: 50%;
	padding-left: 8%;
}

@media screen and (min-width: 1800px) {
section#department_gk article.article_right div{
	margin-left:10%;
	width: 40%;
}
}

section#department_gs article figure,
section#department_gk article figure {
	width: 42%;
	position: relative;
}

section#department_gs img,
section#department_gk img {
	width: 100%;
	border-radius: 0 2.5vw 2.5vw 0;
	border: 1px solid #fff;
	box-shadow: 3px 3px 10px rgba(135, 97, 114, 0.537);
	overflow-x: hidden;
}

section#department_gs img.movie_thum1 {
	margin-left: -7.5%;
}

section#department_gk img.movie_thum3 {
	border-radius: 2.5vw 0 0 2.5vw;
	margin-left: 5%;
}

section#department_gs img.movie_thum2 {
	width: 50%;
	max-width: 250px;
	border-radius: 2vw;
	object-fit: cover;
	object-position: 0% 50%;
	position: absolute;
	right: -5%;
	top: 54%;
}

section#department_gk img.movie_thum4 {
	width: 50%;
	max-width: 250px;
	border-radius: 2vw;
	object-fit: cover;
	object-position: 50% 50%;
	position: absolute;
	left: -10%;
	top: 54%;
}

section#department_gs button a,
section#department_gk button a {
	display: flex;
	justify-content: center;
	align-items: center;
	width: 100%;
	height: 50px;
	position: relative;
	background: #b3a5f8;
	border: 1px solid #fff;
	border-radius: 9999px;
	padding: 0 45px 0 25px;
	color: #fff;
	font-size: 1.5rem;
	letter-spacing: 0.1em;
	transition-duration: 0.3s;
	margin-bottom: 20px;
}

section#department_gs button a{
	background: #eeb1e9;
}

section#department_gs button span,
section#department_gk button span{
	position: absolute;
	right: 15px;
	transition-duration: 0.3s;
	font-size: 2rem;
}

section#department_gs button a:hover {
	background: #fff;
	color: #eeb1e9;
	border: 1px solid #eeb1e9;
}

section#department_gk button a:hover {
	background: #fff;
	color: #d4b1ee;
	border: 1px solid #d4b1ee;
}

section#department_gs button a:hover span,
section#department_gk button a:hover span {
	right: 10px;
	transition-duration: 0.3s;
	color: #d4b1ee;
}


section#news article {
	display: flex;
	flex-wrap: wrap;
	justify-content: left;
	border-bottom: 1px dotted #d4b1ee;
	width: 90%;
	max-width: 1100px;
	margin: 15px auto;
}

section#news article time {
	font-size: 1.8rem;
	line-height: 2;
	margin: 0 2rem 0rem 1rem;
	color: #bbb;
}

section#news article p {
	font-size: 1.8rem;
	line-height: 2;
	margin-left: 1rem;
}

nav.page_navi {
	width: 90%;
	max-width: 1000px;
	margin: 0 auto;
	text-align: center;
	padding-bottom: 50px;
	display: flex;
	flex-wrap: wrap;
}

nav.page_navi button {
	display: block;
	margin: auto;
	width: 40%;
	min-width: 320px;
	margin-bottom: 30px;
}

nav.page_navi button a {
	position: relative;
	display: flex;
	justify-content: center;
	align-items: center;
	max-width: 100%;
	height: 50px;
	background: #d4b1ee;
	border: 1px solid #fff;
	border-radius: 9999px;
	color: #fff;
	font-size: 1.4rem;
	letter-spacing: 0.1em;
	transition-duration: 0.3s;
}

nav.page_navi button.button_gs a {
	background: #eeb1e9;
}

nav.page_navi button.button_gk a {
	background: #b3a5f8;
}

nav.page_navi button a span {
	position: absolute;
	right: 20px;
	transition-duration: 0.3s;
	font-size: 2rem;
}

nav.page_navi button a:hover {
	background: #fff;
	color: #d4b1ee;
	border: 1px solid #d4b1ee;
}

nav.page_navi button.button_gs a:hover {
	color: #eeb1e9;
	border: 1px solid #eeb1e9;
}

nav.page_navi button.button_gk a:hover {
	color: #b3a5f8;
	border: 1px solid #b3a5f8;
}


nav.page_navi button a:hover span {
	right: 15px;
	transition-duration: 0.3s;
	color: #d4b1ee;
}

nav.page_navi button.button_left a span {
	text-align: left;
	left: 20px;
}

nav.page_navi button.button_left a:hover span {
	left: 15px;
}


/* footer */
footer {
	position: relative;
	text-align: center;
	background-color: #f0edec;
	color: #333;
	padding: 50px 0;
}

.footer_set {
	width: 90%;
	max-width: 1100px;
	margin: auto;
	text-align: left;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	align-items: center;
}

footer h1,
footer h2,
footer h3 {
	font-weight: 700;
	letter-spacing: 0.05em;
}

footer h1 {
	font-size: 1.8rem;
}

footer h2 {
	font-size: 1.5rem;
	margin-bottom: 2rem
}

footer li {
	font-feature-settings: "palt" 1;
	letter-spacing: 0.05em;
}

footer a:hover {
	opacity: 0.8;
}

footer .copyright_set {
	margin-top: 20px;
}

footer .copyright {
	font-size: 1.2rem;
	font-feature-settings: "palt" 1;
}

/* material-symbols */
.material-symbols-outlined {
	font-size: 1.8rem;
	margin-right: 3px;
	vertical-align: middle;
}


/* pagetop */
.pagetop a {
	width: 52px;
	height: 52px;
	border-radius: 50%;
	position: absolute;
	top: -25px;
	right: 18px;
	color: #fff;
	background-color: #d4b1ee;
	border: 1px solid #ffffffbb;
	transition-duration: 0.3s;
}

.pagetop a:hover {
	color: #d4b1ee;
	background-color: #fff;
	border: 1px solid #d4b1ee;
	transition: all .2s ease-in-out;
}

.pagetop .material-symbols-outlined {
	font-size: 3rem;
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
}

.pagetop a:hover .material-symbols-outlined {
	top: 47%;
}

/* fadeUp */
.fadeUp {
	animation-name: fadeUpAnime;
	animation-duration: 2s;
	animation-fill-mode: forwards;
	opacity: 0;
}

@keyframes fadeUpAnime {
	from {
		opacity: 0;
		transform: translateY(100px);
	}

	to {
		opacity: 1;
		transform: translateY(0);
	}
}

/* スクロールをしたら出現する要素にはじめに透過0を指定　*/
.fadeUpTrigger {
	opacity: 0;
}



/* movie_page */

.gs_page header {
	background-image: url(../images/title_bg.png);
	background-color: #fae3f257;
	background-size: cover;
	width: 100%;
	overflow-x: hidden;
}

.gk_page header {
	background-image: url(../images/title_bg_gk_header.png);
	background-size: cover;
	width: 100%;
	overflow-x: hidden;
}

#movie_page #page_icatch {
	position: relative;
	height: calc(100vw * 0.30 - 90px);
}

#page_icatch::before {
	content: "";
	display: block;
	position: fixed;
	top: 0;
	left: 0;
	z-index: -1;
	width: 100%;
	height: 50vh;
	height: calc(100vw * 0.30);
	background-repeat: no-repeat;
	background-position: center center;
	background-image: url(../images/icatch_gs_23.jpg);
	background-size: cover;
}

.gs_page_24 #page_icatch::before {
	background-image: url(../images/icatch_gs_24.jpg);
}
.gk_page #page_icatch::before {
	background-image: url(../images/icatch_gk_23.jpg);
}

.gk_page_24 #page_icatch::before {
	background-image: url(../images/icatch_gk_24.jpg);
}

section#page_icatch img {
	width: 100%;
	vertical-align: top;
	object-fit: cover;
	opacity: 0;
}

section#movielist {
	padding-bottom: 40px;
}

div.movielist_box {
	display: flex;
	flex-wrap: wrap;
	flex: 1;
	max-width: 90%;
	margin: 40px auto 0;
	justify-content: left;
}

div.movielist_box article {
	width: calc(31% - 1%);
	margin: 1.6%;
	background-color: #fff;
	border: 1px solid #fff;
	box-shadow: 1px 1px 5px rgba(135, 97, 114, 0.537);
	border-radius: 1vw;
	overflow: hidden;
	position: relative;
}

div.movielist_box article img {
	width: 100%;
	box-sizing: border-box;
	border-radius: 1vw 1vw 0 0;
	margin-bottom: 0;
	vertical-align: middle;
	z-index: 1;
	transition: all 0.2s ease-out;
}

div.movielist_box article a:hover img {
	transform-origin: bottom center;
	transform: scale(1.05);
	transition: all 0.2s ease-out;
}

div.movielist_box article i {
	display: block;
	font-size: 1.2rem;
	padding: 0px 5px 2px 5px;
	z-index: 5;
	width: 10.5rem;
	position: absolute;
	margin-top: -13px;
	background-color: #eeb1e9;
	color: #fff;
}

.gk_page div.movielist_box article i {
	background-color: #b3a5f8;
}

div.movielist_box article i::after {
	font-family: 'Material Symbols Outlined';
	content: '\e1c4';
	display: inline-block;
	font-size: 1.4rem;
	line-height: 1.4;
	margin-left: 3px;
	vertical-align: bottom;
}

div.movielist_box article a:hover i {
	opacity: 0;
}

div.movielist_box article h1 {
	font-size: 1.4rem;
	font-weight: 600;
	margin-top: 1.5em;
	padding: 0 0.5em;
	overflow: hidden;
	text-overflow: ellipsis;
}

div.movielist_box article h1 span {
	font-size: 80%;
}

div.movielist_box article p {
	margin-top: 0.5em;
	font-size: 1.3rem;
	color: #333;
	line-height: 1.6;
}


div.movielist_box article picture {
	overflow: hidden;
}

div.movielist_box article picture::before,
div.movielist_box article picture::after {
	position: absolute;
	transition: .2s ease-out;
}

div.movielist_box article picture::before {
	content: '';
	width: 16px;
	height: 16px;
	color: #fff;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
}

div.movielist_box article a:hover picture::before {
	width: 100%;
	height: 100%;
	opacity: .8;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	background-color: #eeb1e9;
	border-radius: 1vw;
	z-index: 10;
}

.gk_page div.movielist_box article a:hover picture::before {
	background-color: #b3a5f8;
}

div.movielist_box article picture::after {
	white-space: pre;
	font-family: 'Material Symbols Outlined';
	content: '\e1c4';
	font-size: 5rem;
	color: #fff;
	opacity: 0;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	z-index: 15;
}

div.movielist_box article:hover picture::after {
	opacity: 1;
}




@media (max-width: 768px) {

	header .br-pc {
		display: none;
	}

	header h1 {
		width: 100%;
		padding: 10px 0 0 15px;
		font-size: calc((100vw - 320px) / 140 + 14px);
	}

	#movie_page header h1,
	#movie_page header h2 {
		width: 100%;
		padding-left: 10px;
		font-size: calc((100vw - 320px) / 140 + 11px);
		text-align: left;
	}

	header h2 img {
		width: 55%;
	}

	#movie_page #page_icatch {
		position: relative;
		height: calc(100vw * 0.55 - 90px);
	}

	#page_icatch::before {
		width: 100%;
		height: 50vh;
		height: calc(100vw * 0.55);
	}

	section {
		padding: 50px 0px;
	}

	section h3 {
		width: 95%;
		font-size: 3rem;
		margin: 10px auto 0px;
	}

	section h3 span {
		font-size: 2rem;
	}


	section h4 {
		font-size: 2.8rem;
	}

	section p {
		width: 90%;
		font-size: 1.5rem;
		margin: 1em auto;
	}

	section#department_gs article figure,
	section#department_gk article figure {
		width: 100%;
		padding-left: 0%;
	}

	section#department_gk article.article_right figure {
		text-align: right;
	}
	section#department_gs article div,
	section#department_gk article div {
		width: 100%;
		text-align: center;
		margin: 0;
		padding: 0;
	}
	section#department_gs article p,
	section#department_gk article p {
		font-size: 1.3rem;
	}

	section#department_gs img.movie_thum1 {
		width: 80%;
		margin: 0;
		border-left: 0;
	}

	section#department_gk img.movie_thum3 {
		width: 80%;
		margin: 0;
		border-right: 0;
	}

	section#department_gs img.movie_thum2 {
		width: 40%;
		top: 50%;
		right: -5%;
	}

	section#department_gk img.movie_thum4 {
		width: 40%;
		top: 50%;
		left: -4%;
	}

	section#department_gk {
		padding-bottom: 80px;
	}

	section#department_gk article {
		flex-direction: column-reverse;
	}

	section#news article time {
		font-size: 1.4rem;
	}

	section#news article p {
		text-align: left;
		width: 100%;
		margin: 0rem 1rem 2rem 1rem;
		font-size: 1.4rem;
	}

	nav.page_navi button a {
		font-size: 1.3rem;
		letter-spacing: 0.04em;
	}

	div.movielist_box article h1 {
		font-size: 1.3rem;
	}

	div.movielist_box article h2 {
		font-size: 1.2rem;
	}

	div.movielist_box p.text_job {
		font-size: 1.1rem;
	}

	.pagetop a {
		width: 48px;
		height: 48px;
		top: -25px;
		right: 10px;
	}

	footer h1 {
		font-size: 1.6rem;
	}

	footer h2,
	footer h3 {
		font-size: 1.3rem;
	}

	footer ul,
	footer .copyright_set {
		font-size: 1.2rem;
		line-height: 2;
	}

	.material-symbols-outlined {
		font-size: 1.6rem;
	}

}

/* 520px以下*/
@media (max-width: 520px) {

	.br-pc {
		display: none;
	}

	.br-sp {
		display: inline-block;
	}

	section h3 span {
		font-size: 1.7rem;
	}


	section p {
		font-size: 1.3rem;
	}

	section#outline p {
		text-align: justify;
	}

	#movie_page #page_icatch {
		position: relative;
		height: calc(100vw * 0.75 - 90px);
	}

	#page_icatch::before {
		width: 100%;
		height: 50vh;
		height: calc(100vw * 0.75);
	}

	div.movielist_box {
		width: 100%;
		justify-content: space-between;
	}

	div.movielist_box article {
		width: 48%;
		margin: 0 0 30px;
	}

	nav.page_navi button {
		width: 80%;
	}

	footer .footer_set div {
		width: 100%;
	}
}



/*その他*/


/* Loading背景画面設定*/
#splash {
	/*fixedで全面に固定*/
	position: fixed;
	z-index: 999;
	width: 100%;
	height: 100%;
	background: #e4bee1;
	text-align: center;
	color: #fff;
}


/* 学科ページ下部　横スライドスライド*/
.slide_img {
	position: relative;
	left: 0;
	bottom: 0;
	width: 100%;
	height: calc(100vw * 0.25);
	background: url(../images/slide_img_gs_23.jpg) 0px 0px / contain repeat-x;
	animation-name: bgscroll;
	animation-duration: 15s;
	animation-delay: 1s;
	animation-timing-function: linear;
	animation-direction: normal;
	animation-iteration-count: infinite;
}
.gs_page_24 .slide_img {
	background: url(../images/slide_img_gs_24.jpg) 0px 0px / contain repeat-x;
}

.gk_page .slide_img {
	background: url(../images/slide_img_gk_23.jpg) 0px 0px / contain repeat-x;
}

.gk_page_24 .slide_img {
	background: url(../images/slide_img_gk_24.jpg) 0px 0px / contain repeat-x;
}

@keyframes bgscroll {
	0% {
		background-position-x: 5px;
	}

	100% {
		background-position-x: -100vw;
	}
}


/* Home Video PC用切り替え*/
@media screen and (min-width: 520px) {
  .sp-video {
    display: none;
  }

  .pc-video {
    display: block;
  }
}


/*動画表示のモーダルの余白*/
.modaal-video .modaal-inner-wrapper {
	padding: 0;
}


.mb0 {
	margin-bottom: 0px;
}

.mb10 {
	margin-bottom: 10px;
}