

/***********************************************************************
 * text
 ********************************************************************* */
* {
	box-sizing: border-box;
}

html {
	color: #727171;
	font-family: -apple-system, BlinkMacSystemFont, Roboto, "游ゴシック体", YuGothic, "Yu Gothic Medium", sans-serif;
	font-size: 16px;
    font-feature-settings: "pkna" 1;
	line-height: 1.875;
}
body {
	text-align: center;

	padding-top: 90px;
}

h1, h2, h3, h4, h5, h6, strong {
    /* @extend html; */
    font-family: -apple-system, BlinkMacSystemFont, Roboto, "游ゴシック体", YuGothic, "Yu Gothic", sans-serif;
    font-weight: 700;
}

.dev-font {
	font-family: -apple-system, BlinkMacSystemFont, 'Helvetica Neue', 'Segoe UI', 'Hiragino Sans', 'Hiragino Kaku Gothic ProN', Meiryo, sans-serif;
}

a {
	color: inherit;
	text-decoration: none;
}
a.btn {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	margin-top: 20px;
	min-width: 290px;
	height: 40px;
	border: 1px solid #1d2087;
	border-radius: 20px;
	background: #ffff00 url(../img/icon_arrow.png) right 12px center no-repeat;
	background-size: 7px;
	color: #1d2087;
	font-size: 14px;
	line-height: 1;
	transition-duration: .5s;
}
a.btn:hover {
	background-color: #1d2087;
	background-image: url(../img/icon_arrow_wh.png);
	color: #fff;
}

em {
	color: #fa6428;
}

.lead {
	/* margin-top: 20px; */
	font-size: 19px;
	line-height: 2;
}

.notes {
	font-size: 14px;
}

img {
	max-width: 100%;
}

.forSP {
	display: none;
}


/***********************************************************************
 * layout
 ********************************************************************* */
.flex-wrap2,
.flex-wrap3 {
	display: flex;
	justify-content: space-between;
	margin-left: auto;
	margin-right: auto;
	max-width: 1200px;
}
.flex-wrap2 {
	flex-wrap: nowrap;
}
.flex-wrap2 > * {
	flex-basis: 47.5%;
}
.flex-wrap3 {
	flex-wrap: wrap;
}
.flex-wrap3 > * {
	flex-basis: 31.5%;
}
.flex-wrap4 {
	flex-wrap: wrap;
}
.flex-wrap4 > * {
	flex-basis: 23.5%;
}


/***********************************************************************
 * utility
 ********************************************************************* */
/* 画像置換 */
.u_ir {
	display: block;
	background-position: center center;
	background-repeat: no-repeat;
	background-size: contain;
	overflow: hidden;
	white-space: nowrap;
	text-indent: 100%;
	font-size: 0px;
	line-height: 0px;
}


/* 非表示 */
.u_hide {
	display: none;
}
.u_hide_pc {
	display: none;
}


/* 配置 */
.u_tc {
	text-align: center;
}
.u_tl {
	text-align: left;
}
.u_tr {
	text-align: right;
}


/***********************************************************************
 * ヘッダ
 ********************************************************************* */
header {
	display: flex;
	align-items: center;
	justify-content: space-between;
	box-sizing: border-box;
	padding: 20px 16px;
	width: 100%;
	height: 90px;
	border-bottom: 5px solid #fff;
	background:	#fff url(../img/bg_header.png) right top no-repeat;
	background-size: 1600px;

	position: fixed;
	top: 0;
	left: 0;
	z-index: 5;
}
@media (max-width: 1600px) {
	header {
		background-position: left top;
	}
}
header a.btn {
	margin-bottom: 16px;
	border-color: #fff;
	background-color: transparent;
	background-image: url(../img/icon_arrow_wh.png);
	color: #fff;
}
header nav a:hover {
	text-decoration: underline;
}
header nav .box:hover {
	text-decoration: none;
}


/***********************************************************************
 * モーダル
 ********************************************************************* */
.modal {
    display: none;
    height: 100vh;
    position: fixed;
    top: 0;
    width: 100%;
	z-index: 20;
}
.modal__bg {
    background: rgba(0,0,0,0.8);
    height: 100vh;
    position: absolute;
    width: 100%;
}
.modal__content {
    left: 50%;
    position: absolute;
    top: 50%;
    transform: translate(-50%,-50%);
	max-width: 80vw;
}
.modal__content p {
	margin-bottom: 20px;
	text-align: center;
}
.modal__content p img {
	max-width: 90vw;
	max-height: 90vh;
}
.modal__content .caption {
    padding: 10px;
}
.modal__close {
	display: inline-block;
	padding: 4px 40px;
	font-size: 0.8rem;
	background-color: #fff;
	color: #1d2087;
}
.modal__close:hover {
	background-color: #1d2087;
	color: #fff;
}


/***********************************************************************
 * KV
 ********************************************************************* */
/* #kv {
  padding-top: 47.8125vw;
  width: 100vw;
  height: 58.125vw;
  background: url(../img/main_img21.jpg) center top no-repeat;
  background-size: cover;
}
#kv h1 {
  text-align: center;
} */


/***********************************************************************
 * REASON
 ********************************************************************* */
#reason {
	padding-top: 70px;
}
#reason nav {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	margin: 18px auto;
	max-width: 1480px;
}
#reason nav a {
	position: relative;
	margin-top: 32px;
	width: calc((100% - 64px) / 3);
	max-width: 472px;
	height: 310px;
	overflow: hidden;
	transition-duration: .3s;
	background-position: center top;
	background-repeat: no-repeat;
	background-size: cover;
}
#reason nav a img {
	position: absolute;
	left: 0;
	bottom: -1px;
	width: 100%;
}
#reason nav a:nth-child(1) { background-image: url(../img/img_reason1.jpg)}
#reason nav a:nth-child(2) { background-image: url(../img/img_reason2.jpg)}
#reason nav a:nth-child(3) { background-image: url(../img/img_reason3.jpg)}
#reason nav a:nth-child(4) { background-image: url(../img/img_reason4.jpg)}
#reason nav a:nth-child(5) { background-image: url(../img/img_reason5.jpg)}
#reason nav a:nth-child(6) { background-image: url(../img/img_reason6.jpg)}
#reason nav a:nth-child(1):hover { background-image: url(../img/img_reason1_col.jpg)}
#reason nav a:nth-child(2):hover { background-image: url(../img/img_reason2_col.jpg)}
#reason nav a:nth-child(3):hover { background-image: url(../img/img_reason3_col.jpg)}
#reason nav a:nth-child(4):hover { background-image: url(../img/img_reason4_col.jpg)}
#reason nav a:nth-child(5):hover { background-image: url(../img/img_reason5_col.jpg)}
#reason nav a:nth-child(6):hover { background-image: url(../img/img_reason6_col.jpg)}


/***********************************************************************
 * POINT1
 ********************************************************************* */
#Point1 {
	overflow: hidden;
}

#Point1 .hdr {
	padding-top: 96px;
	width: 100%;
	height: 406px;
	background: url(../img/bg_point1_hdr@2x.png) center bottom no-repeat;
	background-size: 1600px;
}

#Point1 .bdy {
	padding-top: 75px;
	padding-bottom: 110px;
	background: url(../img/bg_point1_body.jpg) center top no-repeat;
	background-size: cover;
}

#Point1 .lineup {
	position: relative;
	margin: 40px auto 0;
	max-width: 1200px;
	min-width: 1000px;
	border: solid #fff;
	border-width: 8px 7px 7px 8px;
}
#Point1 .lineup .balloon {
	position: absolute;
	top: -160px;
	right: -50px;
	transform-origin: 60px bottom;
	transition-duration: .3s;
}
@media (max-width: 1150px) {
	#Point1 .lineup .balloon {
		transform: scale(0);
	}
}
#Point1 .lineup ul {
	display: flex;
	flex-wrap: wrap;
}
#Point1 .lineup li {
	position: relative;
	width: calc(100% / 3);
	min-height: 220px;
	border-right: 1px solid #fff;
	border-bottom: 1px solid #fff;
	color: #fff;
}
#Point1 .lineup li a,
#Point1 .lineup li p {
	position: absolute;
	top: 0;
	left: 0;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	width: 100%;
	height: 100%;
	min-height: 126px;
	font-size: 18px;
	line-height: 28px;
	text-align: center;
	vertical-align: middle;
	transition-duration: 0.2s;
}
#Point1 .lineup li a {
	font-weight: bold;
}
#Point1 .lineup li div {
    display: inline-flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	padding: 20px 40px;
	width: 100%;
	height: 100%;
	min-height: 126px;
	text-align: left;
	font-size: 14px;
	line-height: 24px;
	transform: scaleX(0);
	transition-duration: 0.2s;
}
#Point1 .lineup li div h4 {
	font-size: 16px;
	margin-bottom: 10px;
}
#Point1 .lineup li a,
#Point1 .lineup li div {
	cursor: pointer;
}
#Point1 .lineup li a:hover,
#Point1 .lineup li div:hover {
	background-color: rgba(255,255,255,0.2);
}

#Point1 .lineup li.__show a,
#Point1 .lineup li.__show p {
	transform: scaleX(0);
}
#Point1 .lineup li.__show div {
	transform: scaleX(1);
	transition-delay: 0.2s;
}


#Point1 .qualification {
	margin-top: 80px;
}
#Point1 .qualification > div {
	position: relative;
	margin: 40px auto 0;
	padding: 40px;
	max-width: 1160px;
	min-width: 1000px;
	background: #fff;
	color: #1d2087;
	z-index: 2;
}
#Point1 .qualification > div:before {
	content: '';
	display: block;
	position: absolute;
	top: -20px;
	left: -20px;
	width: calc(100% + 40px);
	height: calc(100% + 40px);
	background: url(../img/bg_dot.png);
	background-size: 77px;
	z-index: -1;
}
#Point1 .qualification > div ul {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	margin: 0 auto;
	width: calc(100% - 60px);
}
#Point1 .qualification > div ul li {
	/* width: calc(100% / 3); */
	text-align: left;
}
#Point1 .qualification > div .frame {
	margin-top: 60px;
	padding: 2px;
	background: linear-gradient(to right, #ff62ae, #aa5ae6 50%, #508cff);
	border-radius: 5px;
}
#Point1 .qualification > div .frame div {
	position: relative;
	padding: 40px 40px 28px;
	background: #f5f6f6;
	border-radius: 4px;
}
#Point1 .qualification > div .frame div h4 {
	position: absolute;
	top: -25px;
	width: 100%;
}


/***********************************************************************
 * POINT2
 ********************************************************************* */
#Point2 {
	padding-top: 90px;
	background: url(../img/bg_point2_hdr@2x.png) center top no-repeat;
	background-size: 1600px;
}

#Point2 .course {
	margin-top: 60px;
	min-width: 1000px;
}

#Point2 .course > div {
	flex-basis: 49%;
	max-width: 565px;
}
#Point2 .course > div img {
	max-width: 100%;
}

/* #Point2 .course > div:nth-child(1) h3 {
	padding-top: 320px;
	background: url(../img/img_course1.jpg) center top no-repeat;
}
#Point2 .course > div:nth-child(2) h3 {
	padding-top: 320px;
	background: url(../img/img_course2.jpg) center top no-repeat;
} */

#Point2 .course > div p {
	margin-top: 30px;
	line-height: 2;
}

#Point2 .course > div .frame {
	margin-top: 50px;
	padding: 2px;
	background: linear-gradient(to right, #ff62ae, #aa5ae6 50%, #aa5ae6);
	border-radius: 5px;
}
#Point2 .course > div .frame dl {
	position: relative;
	border-radius: 4px;
	background: #fff;
}
#Point2 .course > div .frame dl dt {
	position: absolute;
	top: -15px;
	left: 30px;
	padding: 8px 16px;
	border-radius: calc(1em + 8px);
	background: linear-gradient(to right, #ff62ae, #aa5ae6);
	color: #fff;
	font-size: 14px;
	line-height: 1;
}
#Point2 .course > div:nth-child(2) .frame,
#Point2 .course > div:nth-child(2) .frame dl dt {
	background: linear-gradient(to right, #508cff, #aa5ae6);
}
#Point2 .course > div .frame dl dd {
	display: flex;
	justify-content: center;
	padding: 30px 20px 20px;
}
#Point2 .course > div .frame dl dd ul {
	text-align: left;
}
#Point2 .course > div .frame dl dd ul li:before {
	content: '';
	display: inline-block;
	margin-right: 10px;
	width: 11px;
	height: 11px;
	border-radius: 50%;
	background-color: #ff72b6;
}
#Point2 .course > div:nth-child(2) .frame dl dd ul li:before {
	background-color: #6197ff;
}

#Point2 .course > div .key-word {
	position: relative;
	display: flex;
	justify-content: flex-start;
}
#Point2 .course > div .key-word dt {
	position: absolute;
	top: -25px;
	left: -20px;
}
#Point2 .course > div .key-word dd {
	padding-top: 40px;
	width: 100%;
}
#Point2 .course > div .key-word dd ul {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	width: 100%;
}
#Point2 .course > div .key-word dd ul li {
	display: flex;
	align-items: center;
	justify-content: center;
	margin-top: 4px;
	width: calc(100% / 4 - 3px);
	height: 28px;
	border-radius: 5px;
	background-color: #c7c8c8;
	color: #fff;
	font-size: 14px;
}
#Point2 .course > div:last-child .key-word dd ul li:first-child {
	width: calc(100% / 2 - 3px);
}
#Point2 .course > div:first-child .key-word dd ul li:last-child {
	opacity: 0;
}

#Point2 .class {
	margin-top: 90px;
	padding-top: 70px;
	padding-bottom: 40px;
	min-width: 1000px;
	background: #eff0f0 url(../img/bg_dot.png) repeat;
	background-size: 77px;
}

#Point2 .class .common h4 {
	position: relative;
	margin: 30px auto 0;
	width: 100%;
	max-width: 1200px;
	z-index: 2;
}
#Point2 .class .common h4:before {
	content: '';
	position: absolute;
	top: 47px;
	left: 0;
	width: 100%;
	height: 2px;
	background-color: #1d2086;
	z-index: -1
}
#Point2 .class .common h4 .balloon {
	position: absolute;
	right: 40px;
	bottom: -20px;
}

/* #Point2 .class .flex-wrap3 {
	justify-content: flex-start;
}
#Point2 .class dl:nth-child(3n+1) {
	margin-left: 0;
}
#Point2 .class dl {
	margin-top: 40px;
	margin-left: 2.7%;
	color: #1d2087;
}
#Point2 .class dl dt {
	font-size: 20px;
	font-weight: bold;
}
#Point2 .class dl dt:before {
	content: '';
	display: block;
	box-sizing: border-box;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 20px;
	max-width: 378px;
	height: 190px;
	background-position: center center;
	background-repeat: no-repeat;
	background-size: 378px;
	border: 8px solid #fff;
}
#Point2 .class .common dl:nth-child(1) dt:before { background-image: url(../img/img_class01.jpg)}
#Point2 .class .common dl:nth-child(2) dt:before { background-image: url(../img/img_class02.jpg)}
#Point2 .class .common dl:nth-child(3) dt:before { background-image: url(../img/img_class03.jpg)}
#Point2 .class .common dl:nth-child(4) dt:before { background-image: url(../img/img_class04.jpg)}
#Point2 .class .common dl:nth-child(5) dt:before { background-image: url(../img/img_class05.jpg)}
#Point2 .class .common dl:nth-child(6) dt:before { background-image: url(../img/img_class06.jpg)}
#Point2 .class .common dl:nth-child(7) dt:before { background-image: url(../img/img_class21.jpg)}
#Point2 .class .common dl:nth-child(8) dt:before { background-image: url(../img/img_class22.jpg)}
#Point2 .class .common dl dd {
	margin-top: 10px;
} */

#Point2 .class .common:after {
	content: '';
	display: inline-block;
	margin-top: 80px;
	width: 635px;
	height: 60px;
	border: 2px solid #1d2086;
	border-bottom: none;
}

/* #Point2 .class > div:last-child {
	margin-top: -10px;
}
#Point2 .class > div:last-child > div {
	padding-bottom: 40px;
}
#Point2 .class .course1 dl:nth-child(2) dt:before { background-image: url(../img/img_class07.jpg)}
#Point2 .class .course1 dl:nth-child(3) dt:before { background-image: url(../img/img_class08.jpg)}
#Point2 .class .course1 dl:nth-child(4) dt:before { background-image: url(../img/img_class09.jpg)}
#Point2 .class .course1 dl dt {
	color: #ff62ae;
}
#Point2 .class .course1 {
	background: url(../img/img_class14.png) center bottom no-repeat;
	background-size: 466px;
}
#Point2 .class .course2 dl:nth-child(2) dt:before { background-image: url(../img/img_class10.jpg)}
#Point2 .class .course2 dl:nth-child(3) dt:before { background-image: url(../img/img_class11.jpg)}
#Point2 .class .course2 dl:nth-child(4) dt:before { background-image: url(../img/img_class12.jpg)}
#Point2 .class .course2 dl:nth-child(5) dt:before { background-image: url(../img/img_class13.jpg)}
#Point2 .class .course2 dl dt {
	color: #508cff;
} */


/***********************************************************************
 * VOICE
 ********************************************************************* */
.voice {
	padding: 70px 0 80px;
	min-width: 1000px;
	background: #f8ec00 url(../img/bg_stripe.png) repeat;
	background-size: 34px;
}
.voice div > div {
	margin-top: 35px;
	padding: 30px 30px 40px 40px;
	text-align: left;
	color: #1d2087;
	background: #fff;
	background-repeat: no-repeat;
	background-position: left top;
}
.voice h4 {
	font-size: 26px;
}
.voice .status1 {
	font-size: 14px;
}
.voice .status2 {
	margin-top: 6px;
	font-weight: bold;
}
.voice > div > div:nth-child(1) .status2 { color: #ff62ae;}
.voice > div > div:nth-child(2) .status2 { color: #508cff;}
.voice p:last-child {
	margin-top: 20px;
}

.voice.student div > div {
	padding: 30px 30px 40px 270px;
	background-size: 240px;
}
.voice.student div > div:nth-child(1) { background-image: url(../img/2025/img_student3.jpg);}
.voice.student div > div:nth-child(2) { background-image: url(../img/2025/img_student4.jpg);}

.voice.graduate div > div {
	padding: 290px 40px 40px 40px;
	background-size: 525px;
}
.voice.graduate div > div:nth-child(1) { background-image: url(../img/2025/img_graduate3.jpg);}
.voice.graduate div > div:nth-child(2) { background-image: url(../img/2024/img_graduate4.jpg);}

@media (min-width: 1110px) {
	.voice.graduate h4,
	.voice.graduate .status1 {
		display: inline-block;
	}
	.voice.graduate .status1 {
		margin-left: 20px;
	}
}


/***********************************************************************
 * Point3
 ********************************************************************* */
#Point3 {
	padding-top: 90px;
	background: url(../img/bg_point3_hdr@2x.png) center top no-repeat;
	background-size: 1600px;
}

#Point3 .lead {
	margin-bottom: 60px;
}

#Point3 .show,
#Point3 .research {
	padding: 80px 0;
	background: url(../img/bg_fashionshow.jpg) center top no-repeat;
	background-size: cover;
}
#Point3 .research {
	background-image: url(../img/bg_research.jpg) center top no-repeat;
}
#Point3 .show .frame,
#Point3 .research .frame {
	padding: 20px;
	background: url(../img/bg_dot.png);
	background-size: 77px;
}
#Point3 .show .frame dl,
#Point3 .research .frame dl {
	padding: 40px;
	width: 100%;
	height: 100%;
	background-color: #fff;
	text-align: left;
}
#Point3 .show .frame dl dt,
#Point3 .research .frame dl dt {
	color: #1d2087;
	font-size: 26px;
	font-weight: bold;
	line-height: 1.5;
}
#Point3 .show .frame dl dd,
#Point3 .research .frame dl dd {
	margin-top: 20px;
}
#Point3 .flex-wrap2 {
	align-items: center;
}

#Point3 .gallery {
	padding: 60px 0 80px;
	background: url(../img/bg_gallery.png) center top no-repeat;
	background-size: cover;
	overflow: hidden;
}
#Point3 .gallery div {
	display: flex;
	margin-top: 20px;
	width: 100%;
}
#Point3 .gallery div img {
	width: 100%;
}


/***********************************************************************
 * Point4
 ********************************************************************* */
#Point4 {
	padding-top: 90px;
	background: url(../img/bg_point4_hdr@2x.png) center top no-repeat;
	background-size: 1600px;
}

#Point4 .trip {
	margin-top: 60px;
	padding: 50px 0;
	background: url(../img/bg_studytrip.jpg) center top no-repeat;
	background-size: cover;
	min-width: 1000px;
}
#Point4 .trip > div {
	max-width: 1240px;
}
#Point4 .trip > div {
	align-items: center;
}
#Point4 .trip .image {
	flex-basis: calc(100% - 625px);
	padding-left: 20px;
}
#Point4 .trip .image img {
	background: #999;
	border: 8px solid #fff;
}
#Point4 .trip .image img:last-child {
	margin-top: 20px;
}
#Point4 .trip .frame {
	padding-top: 155px;
	flex-basis: 605px;
	height: 754px;
	background: url(../img/frame_studyabroad.png) center center no-repeat;
	background-size: cover;
}
#Point4 .trip .frame .u_tl {
	padding-left: 95px;
}
#Point4 .trip .frame p {
	margin-top: 10px;
}
#Point4 .trip .frame ul {
	margin: 30px 0;
}
#Point4 .trip .frame a {
	margin-top: 40px;
}
#Point4 .trip .frame ul li {
	margin-top: 15px;
	font-weight: bold;
}


/***********************************************************************
 * Point5
 ********************************************************************* */
#Point5 .hdr {
	padding: 90px 0 60px;
	background: url(../img/bg_point5_hdr@2x.png) center bottom no-repeat;
	background-size: 1600px;
}

#Point5 .support {
	padding: 90px 0;
	min-width: 1000px;
	background: url(../img/bg_support.jpg) center top no-repeat;
	background-size: cover;
}

#Point5 .support > div.block1 {
	align-items: center;
}
#Point5 .support > div.block1 dl:last-child {
	margin-top: 60px;
}
#Point5 .support > div.block1 dd {
	margin-top: 30px;
}

#Point5 .support > div.block2 {
	margin-top: 60px;
	padding-top: 85px;
	background: url(../img/line_separate.png) center top no-repeat;
	background-size: 1195px;
}
#Point5 .support > div.block2 > div h3 {
	height: 37px;
}
#Point5 .support > div.block2 > div .frame {
	margin-top: 30px;
	padding: 20px;
	background: url(../img/bg_dot.png);
	background-size: 77px;
}
#Point5 .support > div.block2 > div .frame div {
	position: relative;
	padding: 40px;
	min-height: 575px;
	background: #fff;
	text-align: left;
}
#Point5 .support > div.block2 > div:nth-child(1) .frame div p.image {
	position: absolute;
	left: 40px;
	bottom: 40px;
	width: calc(100% - 80px);
}
#Point5 .support > div.block2 > div:nth-child(2) .frame div p.image {
	position: absolute;
	left: 0;
	bottom: 0;
	width: 100%;
	text-align: center;
}

#Point5 .support .data p {
	color: #fff;
}
#Point5 .support .chart {
	margin-top: 80px;
	width: calc(100% - 40px);
	max-width: 1160px;
}

/***********************************************************************
 * Point6
 ********************************************************************* */
#Point6 {
	padding-top: 90px;
	background: url(../img/bg_point6_hdr@2x.png) center top no-repeat;
	background-size: 1600px;
}

#Point6 .merit {
	margin-top: 60px;
	padding: 80px 0 320px;
	min-width: 1000px;
	background:
		url(../img/img_campuslife.png) center bottom 40px no-repeat,
		url(../img/bg_point6.jpg) center top no-repeat;
	background-size: 1200px, cover;
}
#Point6 .merit .flex-wrap2 {
	flex-wrap: wrap;
}
#Point6 .merit .flex-wrap2 dl {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	padding: 70px 0;
	background: url(../img/bg_merit.png) center center no-repeat;
	background-size: contain;
}
#Point6 .merit .flex-wrap2 dt {
	width: 100%;
}
#Point6 .merit .flex-wrap2 dd {
	margin-top: 20px;
	width: 100%;
}
#Point6 .merit p {
	margin-top: 60px;
}


/***********************************************************************
 * movie
 ********************************************************************* */
#movie {
	padding: 60px 0;
	background: url(../img/bg_movie.png) center top no-repeat;
	background-size: cover;
}
#movie h2 {
}
#movie .frame {
	position: relative;
	margin: 40px auto 0;
	padding: 20px;
	width: 840px;
	height: 490px;
	background: url(../img/frame_movie.png);
}
#movie .frame .balloon {
	position: absolute;
	top: -160px;
	right: -80px
}
#movie .frame iframe {
	width: 800px;
	height: 450px;
}


/***********************************************************************
 * topics
 ********************************************************************* */
#topics {
	position: relative;
	padding: 60px 0 0;
	text-align: center;
}
#topics dl {
	margin: 30px auto 0;
	width: 680px;
	text-align: left;
}
#topics dl dt {
	display: inline-block;
	margin: 10px 0;
	width: 100px;
	vertical-align: top;
}
#topics dl dd {
	display: inline-block;
	margin: 10px 0 10px 20px;
	width: 550px;
	vertical-align: top;
}

#topics:after {
	content: '';
	display: block;
	margin-top: 80px;
	width: 100%;
	height: 20px;
	background:
		url(../img/bg_stripe_thin.png) center top repeat-x,
		linear-gradient(to right, #ff62ae, #aa5ae6 50%, #508cff);
}


/***********************************************************************
 * LINK
 ********************************************************************* */
#links {
	padding: 70px 0;
	background-color: #ededed;
}
#links nav {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-around;
	margin: 0 auto;
	max-width: 1200px;
}
#links nav a:last-child {
	margin-top: 50px;
	flex-basis: 600px;
}


/***********************************************************************
 * FOOTER
 ********************************************************************* */
footer div {
	display: flex;
	align-items: center;
	justify-content: center;
	padding: 60px 0;
}
footer address {
	padding-left: 60px;
	font-size: 19px;
	line-height: 1.5;
	text-align: left;
}
footer .copyright {
	padding: 30px;
	background-color: #1d2087;
	color: #fff;
	font-size: 12px;
	line-height: 1;
}


/***********************************************************************
 * footer nav
 ********************************************************************* */
footer .copyright {
	padding-bottom: 106px;
}
#fnv {
	position: fixed;
	left: 0;
	bottom: 0;
	padding: 10px;
	width: 100%;
	background : -moz-linear-gradient(23.47% -383.21% -45deg,rgba(255, 98, 174, 1) 0%,rgba(170, 90, 230, 1) 50.34%,rgba(80, 140, 255, 1) 100%);
	background : -webkit-linear-gradient(-45deg, rgba(255, 98, 174, 1) 0%, rgba(170, 90, 230, 1) 50.34%, rgba(80, 140, 255, 1) 100%);
	background : -webkit-gradient(linear,23.47% -383.21% ,76.53% 483.21% ,color-stop(0,rgba(255, 98, 174, 1) ),color-stop(0.5034,rgba(170, 90, 230, 1) ),color-stop(1,rgba(80, 140, 255, 1) ));
	background : -o-linear-gradient(-45deg, rgba(255, 98, 174, 1) 0%, rgba(170, 90, 230, 1) 50.34%, rgba(80, 140, 255, 1) 100%);
	background : -ms-linear-gradient(-45deg, rgba(255, 98, 174, 1) 0%, rgba(170, 90, 230, 1) 50.34%, rgba(80, 140, 255, 1) 100%);
	-ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr='#FF62AE', endColorstr='#508CFF' ,GradientType=0)";
	background : linear-gradient(135deg, rgba(255, 98, 174, 1) 0%, rgba(170, 90, 230, 1) 50.34%, rgba(80, 140, 255, 1) 100%);
	filter: alpha(opacity=90) progid:DXImageTransform.Microsoft.Alpha(opacity=90) progid:DXImageTransform.Microsoft.gradient(startColorstr='#FF62AE',endColorstr='#508CFF' , GradientType=1);
	z-index: 5;
}
#fnv nav {
	width: 100%;
}
#fnv nav a {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	padding: 0.5em;
	background-color: #fff;
	color: #1D2087;
	font-weight: bold;
	line-height: 1.3;
}
/* #fnv nav a:nth-child(2) {
	margin: 0 1em;
} */
#fnv nav a.oc {
	background-color: #ff0;
}
