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

html {
	color: #727171;
	font-family: -apple-system, BlinkMacSystemFont, Roboto, "游ゴシック体", YuGothic, "Yu Gothic Medium", sans-serif;
	font-size: 3.2vw;
    font-feature-settings: "pkna" 1;
	line-height: 1.75;
}

body {
	text-align: center;
	padding-top: 16vw;
}

section {
	overflow: hidden
}

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

a {
	color: inherit;
	text-decoration: none;
}
a.btn {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	margin-top: 10px;
	padding: 0 2em;
	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.25;
	transition-duration: .5s;
}

em {
	color: #fa6428;
}

.lead {
	margin-top: 2.5vw;
	font-size: 1.1rem;
	line-height: 1.6;
}

.notes {
	font-size: 0.9rem;
}

img {
	max-width: 100%;
}

.forPC {
	display: none;
}



/***********************************************************************
 * layout
 ********************************************************************* */
.flex-wrap2,
.flex-wrap3 {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	margin-left: auto;
	margin-right: auto;
}
.flex-wrap2 > *,
.flex-wrap3 > * {
	flex-basis: 100%;
}


/***********************************************************************
 * 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: 2vw 3.8vw;
	background:	url(../img/bg_header.png) -4vw top no-repeat;
	background-size: 150vw 100%;
	border-bottom: 4px solid #fff;

	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	z-index: 5;
}
header h1 img {
	width: 42.8vw;
}
header a.btn {
	margin-bottom: 1.5vw;
	border-color: #fff;
	background-color: transparent;
	background-image: url(../img/icon_arrow_wh.png);
	color: #fff;
}


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


/***********************************************************************
 * REASON
 ********************************************************************* */
#reason {
	padding-top: 12vw;
}
#reason h2 img {
	width: 80vw;
}
#reason nav {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	margin: 4vw auto 0;
}
#reason nav a {
	position: relative;
	margin: 2vw auto 0;
	width: 90vw;
	height: 44vw;
	overflow: hidden;
	transition-duration: .3s;
	background-position: center -2vw;
	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)}


/***********************************************************************
 * POINT1
 ********************************************************************* */
#Point1 .hdr {
	padding: 10vw 0 10vw;
	background: url(../img/bg_point1_hdr.png) center bottom no-repeat;
	background-size: 120%;
}
/* #Point1 .hdr h2 img {
	width: 70vw;
} */

#Point1 .bdy {
	padding-top: 8vw;
	padding-bottom: 8vw;
	background: url(../img/bg_point1_body.jpg) center top no-repeat;
	background-size: cover;
}
#Point1 .bdy h3 img {
	width: 92vw;
}

#Point1 .lineup {
	position: relative;
	margin: 40px auto 0;
	width: 92vw;
	border: solid #fff;
	border-width: 8px 7px 7px 8px;
}
#Point1 .lineup .balloon {
	display: none;
	position: absolute;
	top: -160px;
	right: -50px;
	transform-origin: 60px bottom;
	transition-duration: .3s;
}
#Point1 .lineup ul {
	display: flex;
	flex-wrap: wrap;
}
#Point1 .lineup li {
	position: relative;
	width: 100%;
	min-height: 40vw;
	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;
	line-height: 1.5;
	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;
	width: 100%;
	height: 100%;
	min-height: 126px;
	text-align: left;
	line-height: 24px;
	transform: scaleX(0);
	transition-duration: 0.2s;
}
#Point1 .lineup li div h4 {
	margin-bottom: 10px;
}
#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: 10vw;
}
#Point1 .qualification > div {
	position: relative;
	margin: 6vw auto 0;
	padding: 4vw 2vw;
	width: 88vw;
	background: #fff;
	color: #1d2087;
	z-index: 2;
}
#Point1 .qualification > div:before {
	content: '';
	display: block;
	position: absolute;
	top: -10px;
	left: -10px;
	width: calc(100% + 20px);
	height: calc(100% + 20px);
	background: url(../img/bg_dot.png);
	background-size: 8vw;
	z-index: -1;
}
#Point1 .qualification > div ul {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-around;
	margin: 0 auto;
	width: calc(100% - 6vw);
}
#Point1 .qualification > div ul li {
	width: 100%;
	text-align: left;
	padding-left: 1em;
	text-indent: -1em;
}
#Point1 .qualification > div .frame {
	margin-top: 10vw;
	padding: 2px;
	background: linear-gradient(to right, #ff62ae, #aa5ae6 50%, #508cff);
	border-radius: 4px;
}
#Point1 .qualification > div .frame div {
	position: relative;
	padding: 6vw 4vw;
	background: #f5f6f6;
	border-radius: 3px;
}
#Point1 .qualification > div .frame div h4 {
	position: absolute;
	top: -4vw;
	left: 0;
	width: 100%;
}
#Point1 .qualification > div .frame div p {
	text-align: left;
}


/***********************************************************************
 * POINT2
 ********************************************************************* */
#Point2 {
	padding: 10vw 0 0;
	background: url(../img/bg_point2_hdr.png) center top no-repeat;
	background-size: 120%;
}

/* #Point2 h2 img {
	width: 84vw;
} */

#Point2 .course {
	width: 84vw
}

#Point2 .course > div {
	margin-top: 5vw;
}
#Point2 .course > div img {
	max-width: 100%;
}

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

#Point2 .course > div p {
	margin-top: 4vw;
	line-height: 2;
	text-align: left;
}

#Point2 .course > div .frame {
	margin-top: 6vw;
	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: -1.1em;
	left: 4vw;
	padding: 0.4em 1.5em;
	border-radius: calc(1em + 0.2em);
	background: linear-gradient(to right, #ff62ae, #aa5ae6);
	color: #fff;
	font-size: 0.8rem;
	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: 4vw 4vw 4vw;
}
#Point2 .course > div .frame dl dd ul {
	text-align: left;
}

#Point2 .course > div .key-word {
	position: relative;
	display: flex;
	justify-content: flex-start;
}
#Point2 .course > div .key-word dt {
	position: absolute;
	top: -4vw;
	left: -4vw;
	width: 22vw;
}
#Point2 .course > div .key-word dd {
	padding-top: 7vw;
	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: auto;
	border-radius: 5px;
	background-color: #c7c8c8;
	color: #fff;
	font-size: 0.75rem;
}
#Point2 .course > div:first-child .key-word dd ul li {
	width: calc(100% / 3 - 3px);
}
#Point2 .course > div:first-child .key-word dd ul li:last-child {
	opacity: 0;
}
#Point2 .course > div:last-child .key-word dd ul li:first-child {
	width: calc(100% / 2 - 3px);
}

#Point2 .class {
	margin-top: 12vw;
	padding-top: 10vw;
	padding-bottom: 4vw;
	background: #eff0f0 url(../img/bg_dot.png) repeat;
	background-size: 8vw;
}
#Point2 .class h3 img {
	width: 64vw;
}

#Point2 .class h4 {
	margin: 6vw auto 0;
	width: 80vw;
	z-index: 2;
}
#Point2 .class .common h4 .balloon {
	position: absolute;
	right: 40px;
	bottom: -20px;
	display: none;
}

#Point2 .class dl {
	margin-top: 6vw;
	color: #1d2087;
}
#Point2 .class dl dt {
	font-size: 1.3rem;
	font-weight: bold;
}
#Point2 .class dl dt:before {
	content: '';
	display: block;
	box-sizing: border-box;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 2vw;
	max-width: 76vw;
	height: 38vw;
	background-position: center center;
	background-repeat: no-repeat;
	background-size: 78vw;
	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: 1vw;
}

#Point2 .class > div:last-child {
	margin-top: 8vw;
}
#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 .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: 12vw 0 8vw;
	background: #f8ec00 url(../img/bg_stripe.png) repeat;
	background-size: 34px;
}
.voice.student h3 img {
	width: 80vw;
}
.voice.graduate h3 img {
	width: 88vw;
}
.voice > div {
	margin-top: 2vw;
}
.voice div > div {
	margin: 4vw 4vw 0;
	padding: 4vw 4vw 4vw 50vw;
	text-align: left;
	color: #1d2087;
	background: #fff;
	background-repeat: no-repeat;
	background-position: left top;
}
.voice h4 {
	font-size: 1.4rem;
}
.voice .status1 {
	font-size: 0.9rem;
}
.voice .status2 {
	margin-top: 1vw;
	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: 4vw;
}

.voice.student div > div {
	padding: 4vw 2vw 4vw 40vw;
	background-size: 38%;
}
.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: 49vw 4vw 4vw;
	background-size: 100%;
}
.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);}


/***********************************************************************
 * Point3
 ********************************************************************* */
#Point3 {
	padding: 14vw 0 0;
	background: url(../img/bg_point3_hdr.png) center 42vw no-repeat;
	background-size: 120%;
}

/* #Point3 h2 img {
	width: 75vw;
} */

#Point3 .lead {
	margin-bottom: 10vw;
}

#Point3 .show,
#Point3 .research {
	padding: 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: 8vw;
}
#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: 1.6rem;
	font-weight: bold;
	line-height: 1.8;
}
#Point3 .show .frame dl dd,
#Point3 .research .frame dl dd {
	margin-top: 2vw;
}
#Point3 .flex-wrap2 {
	align-items: center;
}

#Point3 .gallery {
	padding: 8vw 0 9vw;
	background: url(../img/bg_gallery.png) center top no-repeat;
	background-size: cover;
}
#Point3 .gallery h3 img {
	width: 36vw;
}
#Point3 .gallery div {
	display: flex;
	margin-top: 3.6vw;
	width: 100%;
}
#Point3 .gallery div img {
	width: 100%;
}
#Point3 .research p img {
	margin: 4vw 0;
	width: 80vw;
}


/***********************************************************************
 * Point4
 ********************************************************************* */
#Point4 {
	padding: 10vw 0 0;
	background: url(../img/bg_point4_hdr.png) center 43.2vw no-repeat;
	background-size: 120%;
}

/* #Point4 h2 img {
	width: 82vw;
} */

#Point4 .trip {
	margin-top: 10vw;
	padding: 8vw 0 4vw;
	background: url(../img/bg_studytrip.jpg) center top no-repeat;
	background-size: cover;
}
#Point4 .trip > div {
	align-items: center;
}
#Point4 .trip .image img {
	width: 80vw;
	border: 8px solid #fff;
}
#Point4 .trip .image img:last-child {
	margin-top: 4vw;
}
#Point4 .trip .frame {
	margin-top: 2vw;
	padding-top: 26vw;
	width: 92vw;
	height: 120vw;
	background: url(../img/frame_studyabroad.png) center top no-repeat;
	background-size: 100vw
}
#Point4 .trip .frame .u_tl {
	padding-left: 10vw;
}
#Point4 .trip .frame p {
	margin-top: 2vw;
}
#Point4 .trip .frame ul {
	margin: 4vw 0;
}
#Point4 .trip .frame a {
	margin-top: 4vw;
}
#Point4 .trip .frame ul li {
	margin-top: 1vw;
	font-weight: bold;
}


/***********************************************************************
 * Point5
 ********************************************************************* */
#Point5 .hdr {
	padding: 10vw 0 10vw;
	background: url(../img/bg_point5_hdr.png) center bottom no-repeat;
	background-size: 150%;
}

/* #Point5 .hdr h2 img {
	width: 80vw;
} */

#Point5 .support {
	padding: 8vw 6vw;
	background: url(../img/bg_support.jpg) center top no-repeat;
	background-size: cover;
}

#Point5 .support > div.block1 {
	align-items: center;
}
#Point5 .support > div.block1 > div {
	display: flex;
	margin-top: 6vw;
}
#Point5 .support > div.block1 > div dl:first-child {
	margin-right: 8vw;
}
#Point5 .support > div.block1 > div dl dt img {
	width: auto;
	height: 7vw;
}
#Point5 .support > div.block1 dd {
	margin-top: 4vw;
}
#Point5 .support > div.block1 > div dl dd img {
	width: auto;
	height: 12vw;
}

#Point5 .support > div.block2 {
	margin-top: 8vw;
	padding-top: 10vw;
	background: url(../img/line_separate.png) center top no-repeat;
	background-size: 1195px;
}
#Point5 .support > div.block2 > div:last-child h3 {
	margin-top: 8vw;
}
#Point5 .support > div.block2 > div:last-child h3 img {
	width: 70vw
}
#Point5 .support > div.block2 > div .frame {
	margin-top: 4vw;
	padding: 10px;
	background: url(../img/bg_dot.png);
	background-size: 8vw;
}
#Point5 .support > div.block2 > div .frame div {
	position: relative;
	padding: 4vw;
	padding-bottom: 54vw;
	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: 8vw;
}

/***********************************************************************
 * Point6
 ********************************************************************* */
#Point6 {
	padding-top: 10vw;
	background: url(../img/bg_point6_hdr.png) center 37vw no-repeat;
	background-size: 120%;
}

/* #Point6 h2 img {
	width: 80vw;
} */

#Point6 .merit {
	margin-top: 10vw;
	padding: 8vw 0 54vw;
	background:
		url(../img/img_campuslife.png) center bottom 40px no-repeat,
		url(../img/bg_point6.jpg) center top no-repeat;
	background-size: 220%, cover;
}
#Point6 .merit .flex-wrap2 {
	flex-wrap: wrap;
}
#Point6 .merit .flex-wrap2 dl {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	margin-top: -6vw;
	padding: 70px 0;
	background: url(../img/bg_merit.png) center center no-repeat;
	background-size: contain;
}
#Point6 .merit .flex-wrap2 dl:not(:first-child) {
	margin-top: -20vw;
}
#Point6 .merit .flex-wrap2 dt {
	width: 100%;
}
#Point6 .merit .flex-wrap2 dt img {
	width: 61.6vw;
}
#Point6 .merit .flex-wrap2 dt img {
	width: auto;
	height: 12vw;
}
#Point6 .merit .flex-wrap2 dd {
	margin-top: 3vw;
	width: 100%;
}
#Point6 .merit p {
	margin-top: 4vw;
	display: none;
}


/***********************************************************************
 * movie
 ********************************************************************* */
#movie {
	padding: 8vw 0;
	background: url(../img/bg_movie.png) center top no-repeat;
	background-size: cover;
	overflow: visible;
	z-index: 10;
}
#movie h2 {
	margin-bottom: 4vw;
}
#movie h2 img {
	width: auto;
	height: 17vw;
}
#movie .frame {
	position: relative;
}
#movie .frame .balloon {
	position: absolute;
	top: -49vw;
	right: -4vw;
	width: 42vw;
}
#movie .frame iframe {
}


/***********************************************************************
 * topics
 ********************************************************************* */
#topics {
	position: relative;
	padding: 60px 0 0;
	text-align: center;
}
#topics h2 img {
	width: auto;
	height: 17vw;
}
#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: 10vw;
	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: 8vw 0 4vw;
	background-color: #ededed;
}
#links nav {
	margin: 0 auto;
}
#links nav a {
	margin-bottom: 4vw;
}
#links nav a img {
	width: 80vw;
}


/***********************************************************************
 * FOOTER
 ********************************************************************* */
footer div {
	padding: 4vw 0 8vw;
}
footer address {
	margin-top: 4vw;
	font-size:  1rem;
	line-height: 1.5;
}
footer .copyright {
	padding: 30px;
	background-color: #1d2087;
	color: #fff;
	font-size: 12px;
	line-height: 1;
}

/***********************************************************************
 * 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_sp {
	display: none;
}


/***********************************************************************
 * フッタ
 ********************************************************************* */
footer {
	/* margin: 8vw 0 0; */
	/* padding: 6vw 0 0 0; */
	padding-bottom: 6vw;
}
footer p {
	font-size: 0.83rem;
}
footer p img {
	width: 60vw;
}
footer nav {
	margin-top: 5vw;
	padding: 6px 0;
	width: 100%;
	background-color: #6c3606;
}
footer nav div {
	display: flex;
	justify-content: space-between;
	margin: 0 auto;
	padding: 0 2vw;
}
footer nav div a {
	position: relative;
	align-items: center;
	padding: 5px 0;
	background-color: #fffabe;
	font-family: '秀英丸ゴシック B', 'Shuei MaruGo B', sans-serif;
	font-size: 0.83rem;
}
footer nav div a span {
	font-family: '秀英丸ゴシック B', 'Shuei MaruGo B', sans-serif;
	font-size: 0.7rem;
}
footer nav div a:nth-child(1) {
	box-sizing: border-box;
	padding: 2vw 0 1vw 8vw;
	width: 46%;
	line-height: 1.5;
	text-align: left;
}
footer nav div a:nth-child(1) img {
	position: absolute;
	top: 3.5vw;
	left: 2vw;
	width: 4vw;
}
footer nav div a:nth-child(2),
footer nav div a:nth-child(3) { width: 26%;}
footer nav div a:nth-child(2) img,
footer nav div a:nth-child(3) img {
	margin-top: 1vw;
	width: 4vw;
}


/***********************************************************************
 * モーダル
 ********************************************************************* */
.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 {
    background: #fff;
    left: 50%;
    position: absolute;
    top: 50%;
    transform: translate(-50%,-50%);
	width: 92%;
}
.modal__content p {
	margin-bottom: 10px;
	text-align: center;
}
.modal__content p img {
	max-width: 100%;
}
.modal__content .caption {
    padding: 6px;
}
.modal__close {
	display: inline-block;
	padding: 4px 20px;
	border: 1px solid #6c3606;
	border-radius: 4px;
	font-size: 0.705rem;
}


/***********************************************************************
 * TOP - movie
 ********************************************************************* */
#movie .frame {
	position: relative;
	margin: 0 auto;
	width: 92vw;
	height: 0;
	padding-top: 56.25vw;
}
#movie .frame iframe {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}


/***********************************************************************
 * TOP - topics
 ********************************************************************* */
 #topics dl {
	margin: 4vw auto;
	width: 92vw;
	text-align: left;
}
#topics dl dt {
	display: inline-block;
	margin: 10px 0;
	width: 20vw;
	vertical-align: top;
}
#topics dl dd {
	display: inline-block;
	margin: 10px 0;
	width: 70vw;
	vertical-align: top;
}


/***********************************************************************
 * footer nav
 ********************************************************************* */
footer .copyright {
	padding-bottom: calc(23vw + env(safe-area-inset-bottom));
}
#fnv {
	position: fixed;
	left: 0;
	bottom: 0;
	padding: 10px;
	padding-bottom: calc(10px + env(safe-area-inset-bottom));
	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%;
	flex-wrap: nowrap;
}
#fnv nav a {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	padding: 0.5em 0.8em;
	background-color: #fff;
	color: #1D2087;
	font-size: 0.9rem;
	font-weight: bold;
	line-height: 1.3;
}
#fnv nav a {
	flex-basis: auto;
	min-width: 19%;
}
#fnv nav a:nth-child(2) {
	/* margin: 0 10px; */
}
#fnv nav a.oc {
	background-color: #ff0;
}
