@charset "UTF-8";
/* CSS Document */
:root {
	--mainColor: #E50019;
	--textColor: #004A90;
}

html {
	font-size: 62.5%;
	position: relative;
	overflow-y: scroll;
	overflow-x: hidden;
}
html.noScroll {
	overflow: hidden!important;
}
@media (min-width: 751px) {
	#contents-100 .spv {
		display: none;
	}
}
@media (max-width: 750px) {
	#contents-100 .pcv {
		display: none;
	}
	html {
		font-size: 40%;
	}
}

#contents-100 {
	color: var(--textColor);
	font-family: /*'Noto Sans JP', */'Hiragino Sans', 'ヒラギノ角ゴ ProN', 'Hiragino Kaku Gothic ProN', YuGothic, "Yu Gothic Medium", "Yu Gothic", 'メイリオ', Meiryo, 'ＭＳ Ｐゴシック', 'MS PGothic', sans-serif;
	font-weight: 400;
	font-style: normal;
	font-size: 2.2rem;
	line-height: 1.5;
	/*font-feature-settings: 'palt';*/
	/*-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;*/
	
	/*opacity: 0;
	transition: opacity 0.3s;
	pointer-events: none;*/
}
/*html.start #contents-100 {
	opacity: 1;
	pointer-events: auto;
}*/


#contents-100 ul {
	margin: 0;
}

#contents-100 p {
	line-height: inherit;
	margin: 0;
	color: inherit;
}

#contents-100 a {
	text-decoration: none;
	transition: opacity 0.2s, filter 0.2s;
	display: inline-block;
	vertical-align: top;
	color: inherit;
	-webkit-touch-callout: none;
}

#contents-100 section {
	position: relative;
	overflow: hidden;
}

#contents-100 .wrapper {
	padding-left: 4vw;
	padding-right: 4vw;
	margin: 0 auto;
	position: relative;
	z-index: 1;
	max-width: 1400px;
}
@media (min-width: 751px) {
	#contents-100 .flex {
		display: flex;
		justify-content: space-between;
	}
}
@media (max-width: 750px) {
	/*#contents-100 .flex > * {
		width: auto!important;
	}*/
}

#contents-100 a.btn {
	display: flex;
	align-items: center;
	justify-content: center;
	margin: 0 auto;
	max-width: 396px;
	width: 100%;
	height: 62px;
	border-radius: 31px;
	text-align: center;
	/*line-height: 58px;*/
	line-height: 1;
	font-size: 2.3rem;
	font-weight: bold;/*700*/
	background: #FFF;
	color: var(--mainColor);
	box-shadow: 0 0 20px rgba(0,0,0,0.3);
	transition: background 0.1s;
	white-space: nowrap;
	border: 2px solid #fff;
}

@media (hover: hover) {
	#contents-100 a:hover {
		filter: brightness(115%);
	}
	#contents-100 a.btn:hover {
		color: #fff!important;
		background: var(--mainColor)!important;
		filter: none;
	}
}
@media (hover: none) {
	#contents-100 a:active {
		filter: brightness(115%);
	}
	#contents-100 a.btn:active {
		color: #fff!important;
		background: var(--mainColor)!important;
		filter: none;
	}
}
/*------------------------------------------------*/
#contents-100 .section-header {
	font-family: 'Hiragino Sans', 'ヒラギノ角ゴ ProN', 'Hiragino Kaku Gothic ProN', YuGothic, "Yu Gothic Medium", "Yu Gothic", 'メイリオ', Meiryo, 'ＭＳ Ｐゴシック', 'MS PGothic', sans-serif;
}
#contents-100 .section-header#section-header-2 {
	background: var(--mainColor);
	display: flex;
	justify-content: center;
	align-content: center;
	flex-wrap: wrap;
	text-align: center;
	color: #fff;
	height: 767px;
}
#contents-100 .section-header#section-header-2::before,
#contents-100 .section-header#section-header-2::after {
	content: '';
	position: absolute;
	z-index: 0;
	top: 3%;
	width: 640px;
	height: 640px;
	background: url("../images_red/symbol_w.svg") right top/contain no-repeat;
	pointer-events: none;
}
#contents-100 .section-header#section-header-2::before {
	left: -402px;
	background-position: left top;
}
#contents-100 .section-header#section-header-2::after {
	right: -402px;
	background-position: right top;
}
#contents-100 .section-header#section-header-2 .inner {
	position: relative;
	z-index: 1;
}
#contents-100 .section-header#section-header-2 header {
	width: 100%;
	margin: 120px 0;
}
#contents-100 .section-header#section-header-2 header h1 {
	font-size: 5.0rem;
	line-height: 1.3;
	font-weight: bold;
	text-shadow:
		2px 2px 2px #E50019, -2px -2px 2px #E50019,
		-2px 2px 2px #E50019,  2px -2px 2px #E50019;
}
#contents-100 .section-header#section-header-2 header h2 {
	font-size: 2.0rem;
	margin-top: 15px;
	text-shadow:
		2px 2px 2px #E50019, -2px -2px 2px #E50019,
		-2px 2px 2px #E50019,  2px -2px 2px #E50019;
}
#contents-100 .section-header#section-header-2 img.logo-100 {
	width: 214px;
}
#contents-100 .section-header#section-header-2 .date {
	font-size: 2.4rem;
	font-weight: bold;
}
@media (max-width: 750px) {
	#contents-100 .section-header#section-header-2 {
		max-height: 767px;
		height: 100vh;
	}
	#contents-100 .section-header#section-header-2 header h1 {
		font-size: 3.8rem;
	}
	#contents-100 .section-header#section-header-2::before,
	#contents-100 .section-header#section-header-2::after {
		top: 0;
		bottom: 0;
		margin: auto 0;
		width: 320px;
		height: 320px;
	}
	#contents-100 .section-header#section-header-2::before {
		left: calc(30vw - 390px);
	}
	#contents-100 .section-header#section-header-2::after {
		right: calc(30vw - 390px);
	}
}
/*------------------------------------------------*/
#contents-100 #section-time {
	padding: 90px 0;
}
#contents-100 #section-time.index {
	padding-bottom: 60px;
}
#contents-100 #section-time .wrapper {
	max-width: calc(1200px + 8vw);
}
#contents-100 #section-time ul {
	width: 100%;
}
#contents-100 #section-time ul li {
	/*height: 358px;*/
	width: 30%;
	max-width: 360px;
	display: flex;
	align-items: flex-end;
	/*background: center top/contain no-repeat;*/
	position: relative;
	aspect-ratio: 1 / 1;
}
#contents-100 #section-time ul li a {
	display: block;
	position: relative;
	display: flex;
	width: 100%;
	height: 100%;
	box-shadow: 0 3px 53px rgba(0,0,0,0.16);
	overflow: hidden;
	border-radius: 30px;
}
#contents-100 #section-time ul li a > img {
	display: block;
	width: 100%;
}
#contents-100 #section-time ul li .bg {
	position: absolute;
	z-index: 1;
	left: 0;
	top: 0;
	width: 100%;
	height: calc(100% - 30px);
	overflow: hidden;
	border-radius: 30px;
}
#contents-100 #section-time ul li .bg img {
	display: block;
	width: 100%;
}
#contents-100 #section-time ul li .wrap {
	position: relative;
	z-index: 2;
	width: 100%;
	background: #fff;
	color: var(--mainColor);
	border-radius: 30px;
	text-align: center;
	padding: 15px 0;
	box-shadow: 0 3px 53px rgba(0,0,0,0.16);
	min-height: 42%;
	white-space: nowrap;
	display: flex;
	justify-content: center;
	align-items: center;
}
#contents-100 #section-time ul li .wrap .title {
	font-size: 2.1rem;
}
#contents-100 #section-time ul li .wrap .date {
	font-size: 3.0rem;
	font-weight: bold;
}
#contents-100 #section-time ul li .wrap .time {
	font-size: 2.0rem;
	font-weight: bold;
}
@media (max-width: 1000px) {
	#contents-100 #section-time ul li {
		width: 32%;
	}
	#contents-100 #section-time ul li .wrap {
		border-radius: 20px;
		min-height: 40%;
		padding: 10px 0;
	}
	#contents-100 #section-time ul li .bg {
		border-radius: 20px;
	}
	#contents-100 #section-time ul li .wrap .title {
		font-size: 1.8rem;
	}
	#contents-100 #section-time ul li .wrap .date {
		font-size: 2.4rem;
	}
	#contents-100 #section-time ul li .wrap .time {
		font-size: 1.4rem;
	}
}
@media (max-width: 750px) {
	#contents-100 #section-time {
		padding: 40px 0;
	}
	#contents-100 #section-time ul li {
		width: 65%;
		margin: 0 auto;
		max-width: 320px;
	}
	#contents-100 #section-time ul li + li {
		margin-top: 20px;
	}
	#contents-100 #section-time ul li .wrap {
		border-radius: 15px;
		min-height: 42%;
		padding: 15px 0;
	}
	#contents-100 #section-time ul li .bg {
		border-radius: 15px;
	}
	#contents-100 #section-time ul li .wrap .title {
		font-size: 2.1rem;
	}
	#contents-100 #section-time ul li .wrap .date {
		font-size: 3.0rem
	}
	#contents-100 #section-time ul li .wrap .time {
		font-size: 2.0rem;
	}
}

/*------------------------------------------------*/
#contents-100 .section-all-image {
	text-align: center;
}
#contents-100 .section-all-image .wrap-text {
}
#contents-100 .section-all-image .wrap-text p {
	font-size: 2.2rem;
	line-height: inherit;
	margin: 0 auto;
}
#contents-100 .section-all-image#section-intro-1112 {
	padding: 170px 0;
	background: url("../images_red/1112_intro.jpg") center center/cover no-repeat;
	line-height: 3;
}
/*#contents-100 .section-all-image#section-intro-1112 .wrap-text {
	max-width: 720px;
}*/
#contents-100 .section-all-image#section-mapa {
	padding: 120px 0;
	background: url("../images_red/1112_mapa.jpg") center center/cover no-repeat;
	color: #fff;
	line-height: 2.2;
}
#contents-100 .section-all-image h3 {
	font-size: 3.5rem;
	font-weight: bold;
	margin-bottom: 25px;
}
#contents-100 .section-all-image#section-thema-1112 {
	padding: 150px 0 200px;
	background: url("../images_red/1112_thema.jpg") center center/cover no-repeat;
	color: #fff;
	line-height: 2.2;
}
#contents-100 .section-all-image#section-thema-1112 h3 {
	font-size: 2.5rem;
	font-weight: bold;
	margin-bottom: 10px;
}
#contents-100 .section-all-image#section-thema-1112 p {
	font-size: 3.0rem;
	font-weight: bold;
}
#contents-100 .section-all-image#section-timetable-1112 {
	padding: 100px 0 50px;
	background: url("../images_red/1112_timetable.jpg") center center/cover no-repeat;
	color: #fff;
	line-height: 2.2;
	text-align: left;
}
#contents-100 .section-all-image#section-timetable-1112 h3 {
	max-width: 1100px;
	padding: 0 3vw 10px;
	margin: 0 auto;
}
#contents-100 .section-all-image#section-timetable-1112 .wrap-border {
	max-width: 1100px;
	margin: 0 auto 50px;
	border: 1px solid rgba(255,255,255,0.6);
	padding: 30px 4vw 50px;
}
#contents-100 .section-all-image#section-timetable-1112 .wrap-border h4 {
	font-size: 3.0rem;
	font-weight: bold;/*800*/
	line-height: 1.6;
	margin-bottom: 50px;
}
#contents-100 .section-all-image#section-timetable-1112 .wrap-border ul {
	font-size: 2.0rem;
	font-weight: 400;
	padding-left: 60px;
}
#contents-100 .section-all-image#section-timetable-1112 .wrap-border ul li {
	display: flex;
	justify-content: flex-start;
}
#contents-100 .section-all-image#section-timetable-1112 .wrap-border ul li + li {
	margin-top: 30px;
}
#contents-100 .section-all-image#section-timetable-1112 .wrap-border ul li .th {
	text-align: right;
	margin-right: 50px;
	font-weight: 400;
	line-height: 1.8;
}
#contents-100 .section-all-image#section-timetable-1112 .wrap-border ul li .td {
	flex: 1;
	font-weight: bold;/*500*/
	line-height: 1.8;
}

#contents-100 .section-all-image#section-20-1113 {
	padding: 0!important;
}
#contents-100 .section-all-image#section-20-1113 .wrap-text {
	padding-top: 170px;
	padding-bottom: 100px;
	max-width: none;
	background: url("../images_red/1113_20.jpg") center center/cover no-repeat;
}
#contents-100 .section-all-image#section-20-1113 h3 {
	color: var(--mainColor);
	margin-bottom: 60px;
}
#contents-100 .section-all-image#section-20-1113 p {
	line-height: 2.5;
	color: #00325C;
}
#contents-100 .section-all-image#section-20-1113 .wrap-image {
	display: flex;
	justify-content: space-between;
	margin-top: 5px;
}
#contents-100 .section-all-image#section-20-1113 .wrap-image img {
	width: calc( (100% - 10px) / 3 );
}

#contents-100 .section-all-image#section-law {
	padding: 80px 0 120px;
	background: url("../images_red/index_law.jpg") center center/cover no-repeat;
	color: #fff;
}
#contents-100 .section-all-image#section-law h3 {
	font-size: 4.0rem;
}
#contents-100 .section-all-image#section-law h3 span {
	display: block;
	font-size: 2.9rem;
	font-weight: bold;/*500*/
}
#contents-100 .section-all-image#section-law p {
	max-width: 940px;
	line-height: 2.2;
	margin: 0 auto;
}
@media (min-width: 751px) {
	#contents-100 .section-all-image#section-law h3 {
		margin-bottom: 80px;
	}
}

@media (max-width: 750px) {
	#contents-100 .section-all-image {
		padding: 60px 0 80px!important;
	}
	#contents-100 .section-all-image#section-timetable-1112 .wrap-border ul {
		padding-left: 0;
	}
	#contents-100 .section-all-image#section-timetable-1112 .wrap-border ul li .th {
		margin-right: 20px;
	}
	
	#contents-100 .section-all-image#section-intro-1112 p br {
	}
	#contents-100 .section-all-image#section-20-1113 .wrap-text {
		padding-top: 70px;
		padding-bottom: 70px;
	}
	#contents-100 .section-all-image#section-20-1113 h3 {
		margin-bottom: 40px;
	}
}
/*------------------------------------------------*/
#contents-100 #section-overview {
	padding: 120px 0 130px;
}
#contents-100 #section-overview::before,
#contents-100 #section-overview::after {
	content: '';
	position: absolute;
	background: url("../images_red/symbol_r.svg") right top/contain no-repeat;
	pointer-events: none;
}
#contents-100 #section-overview::before {
	width: 800px;
	height: 800px;
	left: 3vw;
	top: -340px;
	z-index: 0;
	transform: translateX(-63.5%);
}
#contents-100 #section-overview::after {
	width: 640px;
	height: 640px;
	right: 6vw;
	bottom: -280px;
	transform: scaleX(-1) translateX(-25%);
	z-index: 2;
}
#contents-100 #section-overview h3 {
	position: relative;
	z-index: 1;
	margin-left: 4vw;
	margin-bottom: 40px;
	padding-left: 40px;
	color: #fff;
	font-size: 3.6rem;
	font-weight: bold;
	text-shadow:
		2px 2px 2px #E50019, -2px -2px 2px #E50019,
		-2px 2px 2px #E50019,  2px -2px 2px #E50019;
}
#contents-100 #section-overview .wrap-1 {
	z-index: 1;
}
#contents-100 #section-overview .wrap-1 .wrap-white {
	background: #fff;
	color: var(--mainColor);
	max-width: 1190px;
	margin: 0 auto;
	padding: 60px 5vw;
	box-shadow: 0 4px 25px rgba(0,0,0,0.16);
}
#contents-100 #section-overview .wrap-1 .wrap-white .hd-text {
	margin-bottom: 40px;
}
#contents-100 #section-overview .wrap-1  .wrap-white .hd-text h4 {
	margin-top: 30px;
	margin-bottom: 20px;
	font-size: inherit;
	font-weight: bold;
}
#contents-100 #section-overview .wrap-1  .wrap-white .hd-text ul.t_list li + li {
	margin-top: 15px;
}

#contents-100 #section-overview .wrap-1 ul.s li {
	display: flex;
	justify-content: flex-start;
}
#contents-100 #section-overview .wrap-1 ul.s li + li {
	margin-top: 20px;
}
#contents-100 #section-overview .wrap-1 ul.s li .th {
	width: 6em;
	text-align: right;
	margin-right: 1.2em;
}
#contents-100 #section-overview .wrap-1 ul.s li .td {
	flex: 1;
	font-weight: bold;
}
#contents-100 #section-overview .wrap-2 {
	z-index: 3;
	margin-top: 60px;
}
@media (max-width: 750px) {
	#contents-100 #section-overview {
		padding: 60px 0 80px;
	}
	#contents-100 #section-overview::before {
		width: 600px;
		height: 600px;
		left: 3vw;
		top: -320px;
		z-index: 0;
		transform: translateX(-63.5%);
	}
	#contents-100 #section-overview::after {
		width: 460px;
		height: 460px;
		right: 6vw;
		bottom: -220px;
		transform: scaleX(-1) translateX(-50%);
	}
	#contents-100 #section-overview h3 {
		margin-left: 0;
	}
	#contents-100 #section-overview .wrap-1 .wrap-white {
		padding: 60px 5vw;
	}
	#contents-100 #section-overview .wrap-1 ul.s li + li {
		margin-top: 15px;
	}
	#contents-100 #section-overview .wrap-1 ul.s li .th {
		width: auto;
		min-width: 4em;
	}
}
/*------------------------------------------------*/
#contents-100 .section-speakers {
	background: var(--mainColor);
	color: #fff;
	padding: 100px 0 80px;
}
#contents-100 .section-speakers.d-1113 {
	background: #fff;
	color: var(--mainColor);
}
#contents-100 .section-speakers .wrapper {
	max-width: calc(1220px + 8vw);
}
#contents-100 .section-speakers section {
	overflow: visible;
}
#contents-100 .section-speakers section + section {
	margin-top: 60px;
}
#contents-100 .section-speakers section ul {
	width: calc(100% + 2.4%);
	display: flex;
	justify-content: flex-start;
	align-items: flex-start;
	flex-wrap: wrap;
}
#contents-100 .section-speakers.d-1113 section ul {
	align-items: flex-end;
}
#contents-100 .section-speakers section ul li {
	width: calc(100% / 5 - 2.4%);
	margin-right: 2.4%;
	margin-bottom: 40px;
}

#contents-100 .section-speakers section ul li[onClick] {
	cursor: pointer;
}
#contents-100 .section-speakers section ul li .image {
	margin-top: 20px;
	aspect-ratio: 1 / 1;
	background: center center/cover no-repeat;
	transition: filter 0.15s;
	box-shadow: 0 3px 17px rgba(0,0,0,0.16);
}
@media (hover: hover) {
	#contents-100 .section-speakers section ul li[onClick]:hover .image {
		filter: brightness(110%);
	}
}
@media (hover: none) {
	#contents-100 .section-speakers section ul li[onClick]:active .image {
		filter: brightness(110%);
	}
}

#contents-100 .section-speakers section ul li .image img {
	display: block;
	width: 100%;
}
#contents-100 .section-speakers h3 {
	font-size: 3.5rem;
	line-height: 1.5;
	font-weight: bold;/*700*/
	margin-bottom: 50px;
}
#contents-100 .section-speakers h4 {
	font-size: 3.2rem;
	line-height: 1.5;
	font-weight: bold;/*700*/
	
	margin-bottom: 25px;
}
#contents-100 .section-speakers .name {
	font-size: 2.2rem;
	position: relative;
	white-space: nowrap;
}
#contents-100 .section-speakers .name::after {
	content: '';
	display: block;
	width: 40%;
	height: 2px;
	background: #fff;
	margin-top: 2px;
}
#contents-100 .section-speakers.d-1113 .name::after {
	background: var(--mainColor);
}
#contents-100 .section-speakers .name .t {
	font-size: 1.3rem;
	line-height: 1.2;
	white-space: normal;
	margin-bottom: 5px;
}
#contents-100 .section-speakers p {
	font-size: 1.5rem;
	margin-top: 15px;
}

/*#contents-100 .section-speakers.d-1113 section ul li {
	width: 17.6%;
}
#contents-100 .section-speakers.d-1113 .name {
	font-size: 1.8rem;
}*/
#contents-100 .section-speakers.d-1113 section:last-of-type {
	margin-bottom: 50px;
}
@media (max-width: 1200px) {
	#contents-100 .section-speakers section ul li {
		width: calc(100% / 4 - 2.4%);
	}
}
@media (max-width: 750px) {
	#contents-100 .section-speakers {
		padding: 60px 0 20px;
	}
	#contents-100 .section-speakers section + section {
		margin-top: 40px;
	}
	#contents-100 .section-speakers h3 {
		margin-bottom: 30px;
	}
	#contents-100 .section-speakers section ul {
	}
	#contents-100 .section-speakers section ul li {
		width: calc(100% / 2 - 2.4%)!important;
	}
	#contents-100 .section-speakers section ul li {
		margin-bottom: 30px;
	}
	#contents-100 .section-speakers .name {
		font-size: 2.4rem!important;
	}
}
/*------------------------------------------------*/
#contents-100 #section-partner {
	padding: 120px 0 60px;
}
#contents-100 #section-partner h3 {
	font-size: 3.5rem;
	font-weight: bold;
	margin-bottom: 10px;
	color: var(--mainColor);
	text-align: center;
}
#contents-100 #section-partner ul {
	display: flex;
	justify-content: center;
	align-items: stretch;
}
#contents-100 #section-partner ul li.swiper-slide {
	padding: 25px 30px 30px;
	height: auto;
	width: 50%;
	max-width: 440px;
}
#contents-100 #section-partner ul li.swiper-slide .wrap-white {
	box-shadow: 0 4px 25px rgba(0,0,0,0.16);
	height: 100%;
}
#contents-100 #section-partner ul li.swiper-slide .image {
	aspect-ratio: 384 / 241;
	background: center center/cover no-repeat;
}
#contents-100 #section-partner ul li.swiper-slide .text {
	padding: 50px 30px 70px;
	text-align: left;
	font-size: 1.8rem;
	font-weight: 400;
	line-height: 1.5;
	color: #000;
}
#contents-100 #section-partner ul li.swiper-slide .text p {
}
#contents-100 #section-partner .swiper-pagination {
	position: relative;
	margin-top: 55px;
}
#contents-100 #section-partner .swiper-pagination .swiper-pagination-bullet {
	width: 13px;
	height: 13px;
	margin: 0 2.2%;
	background: #B7B7B7;
	opacity: 1;
}
#contents-100 #section-partner .swiper-pagination .swiper-pagination-bullet-active {
	background: #000;
	opacity: 0.64;
}
@media (max-width: 1000px) {
	#contents-100 #section-partner .swiper-container {
		width: 240%;
		margin-left: -70%;
	}
}
@media (max-width: 750px) {
	#contents-100 #section-partner {
		padding: 60px 0 20px;
	}
	#contents-100 #section-partner ul li.swiper-slide {
		padding: 25px 5px 30px;
	}
	#contents-100 #section-partner ul li.swiper-slide .text {
		padding: 20px 3vw 30px;
	}
	#contents-100 #section-partner .swiper-pagination {
		margin-top: 10px;
	}
	#contents-100 #section-partner .swiper-pagination .swiper-pagination-bullet {
		width: 12px;
		height: 12px;
		margin: 0 1.5%;
	}
}

/*------------------------------------------------*/
#contents-100 #section-place {
	background: var(--mainColor);
	color: #fff;
	padding: 70px 0;
}
#contents-100 #section-place .wrap-flex {
	margin-bottom: 70px;
	display: flex;
	justify-content: space-between;
	align-items: stretch;
}
#contents-100 #section-place .wrap-flex img.image {
	order: 2;
	width: 50%;
	max-width: 442px;
	margin-left: 20px;
}
#contents-100 #section-place .wrap-flex .text {
	display: flex;
	align-items: flex-end;
}
#contents-100 #section-place .wrap-flex .text h3 {
	font-size: 3.5rem;
	line-height: 1.5;
	font-weight: bold;/*700*/
}
#contents-100 #section-place .wrap-flex .text h4 {
	font-size: 2.5rem;
	line-height: 1.5;
	font-weight: bold;/*700*/
	margin-top: 80px;
}
#contents-100 #section-place .wrap-flex .text p {
	font-size: 2.5rem;
	line-height: 1.5;
	font-weight: 400;
	margin-top: 5px;
}
#contents-100 #section-place .wrap-map iframe {
	width: 100%;
	height: 490px;
}
@media (max-width: 750px) {
	#contents-100 #section-place {
		padding: 60px 0 60px;
	}
	#contents-100 #section-place .wrap-flex {
		margin-bottom: 40px;
		display: block;
	}
	#contents-100 #section-place .wrap-flex .text h4 {
		margin-top: 20px;
	}
	#contents-100 #section-place .wrap-flex img.image {
		display: block;
		width: 80%;
		max-width: 442px;
		margin: 30px auto;
	}
	#contents-100 #section-place .wrap-map iframe {
		width: 100%;
		height: 280px;
	}
}

/*------------------------------------------------*/
#contents-100 .section-link-partners {
	padding: 140px 0;
}
#contents-100 .section-link-partners h3 {
	text-align: center;
	color: #525252;
	font-size: 4.0rem;
	font-weight: bold;
	margin-bottom: 70px;
}
#contents-100 .section-link-partners section + section {
	margin-top: 120px;
}
#contents-100 .section-link-partners .ul {
	white-space: nowrap;
	color: #000;
	display: flex;
	justify-content: center;
	align-items: center;
	flex-wrap: wrap;
}
#contents-100 .section-link-partners .ul .wrap-sp {
	display: flex;
	justify-content: center;
	align-items: center;
	flex-wrap: wrap;
}

#contents-100 .section-link-partners .ul + .ul {
	margin-top: 100px;
}
#contents-100 .section-link-partners .ul .li {
	text-align: center;
	position: relative;
	display: flex;
	justify-content: center;
	align-items: center;
}
#contents-100 .section-link-partners .ul .li a {
	
}
#contents-100 .section-link-partners .ul .wrap-sp::before,
#contents-100 .section-link-partners .ul .li::before {
	content: '';
	background: url("../images_red/link_partners_line.svg") center center no-repeat;
	aspect-ratio: 1 / 1;
}
#contents-100 .section-link-partners .ul .wrap-sp:first-child::before,
#contents-100 .section-link-partners .ul .li:first-child::before {
	display: none;
}
#contents-100 .section-link-partners .ul .li > * {
	display: block;
	height: 100%;
}
#contents-100 .section-link-partners .ul .li .image {
	position: relative;
	margin-bottom: 10px;
}
#contents-100 .section-link-partners .ul .li .image {
	height: 87px;
}
#contents-100 .section-link-partners .ul .li .image img {
	height: 100%;
}
#contents-100 .section-link-partners .ul.size-1 .wrap-sp::before,
#contents-100 .section-link-partners .ul.size-1 .li::before {
	height: 92px;
	margin: 0 3vw;
}
#contents-100 .section-link-partners .ul.size-2 .wrap-sp::before,
#contents-100 .section-link-partners .ul.size-2 .li::before {
	height: 68px;
	margin: 0 2vw;
}
/*#contents-100 .section-link-partners .ul.size-1 .li .image {
	height: 56px;
}
#contents-100 .section-link-partners .ul.size-2 .li .image {
	height: 42px;
}
#contents-100 .section-link-partners .ul.size-3 .li .image {
	height: 28px;
}*/
#contents-100 .section-link-partners .ul.size-1 .li .t {
	font-size: 1.3rem;
	line-height: 1.5;
	margin-top: 15px;
}
#contents-100 .section-link-partners .ul.size-2 .li .t {
	font-size: 1.1rem;
	line-height: 1.5;
	margin-top: 12px;
}

@media (max-width: 1300px) {
	#contents-100 .section-link-partners .ul + .ul {
		margin-top: 80px;
	}
	#contents-100 .section-link-partners .ul .li .image {
		height: 60px;
	}
	#contents-100 .section-link-partners .ul.size-1 .wrap-sp::before,
	#contents-100 .section-link-partners .ul.size-1 .li::before {
		height: 82px;
		margin: 0 3vw;
	}
	#contents-100 .section-link-partners .ul.size-2 .wrap-sp::before,
	#contents-100 .section-link-partners .ul.size-2 .li::before {
		height: 54px;
		margin: 0 2vw;
	}
}
@media (max-width: 1100px) {
	#contents-100 .section-link-partners .ul + .ul {
		margin-top: 60px;
	}
	#contents-100 .section-link-partners .ul .li .image {
		height: 50px;
	}
	#contents-100 .section-link-partners .ul.size-1 .wrap-sp::before,
	#contents-100 .section-link-partners .ul.size-1 .li::before {
		height: 72px;
		margin: 0 2vw;
	}
	#contents-100 .section-link-partners .ul.size-2 .wrap-sp::before,
	#contents-100 .section-link-partners .ul.size-2 .li::before {
		height: 42px;
		margin: 0 1vw;
	}
}

@media (max-width: 850px) {
	#contents-100 .section-link-partners {
		padding: 60px 0 80px;
	}
	#contents-100 .section-link-partners h3 {
		margin-bottom: 40px;
	}
	#contents-100 .section-link-partners section + section {
		margin-top: 80px;
	}
	#contents-100 .section-link-partners .ul + .ul {
		margin-top: 20px;
	}
	#contents-100 .section-link-partners .ul .li {
		margin-bottom: 20px;
	}
	#contents-100 .section-link-partners .ul.size-1 .li::before {
		height: 46px;
		margin: 0 4vw;
	}
	#contents-100 .section-link-partners .ul.size-2 .li::before {
		height: 34px;
		margin: 0 4vw;
	}
	#contents-100 .section-link-partners .ul.size-1 .li .image {
		height: 72px;
	}
	#contents-100 .section-link-partners .ul.size-2 .li .image {
		height: 72px;
	}
	#contents-100 .section-link-partners .ul.size-1 .li .t {
		font-size: 1.8rem
	}
	#contents-100 .section-link-partners .ul.size-2 .li .t {
		font-size: 1.8rem;
	}
	
	
}
@media (max-width: 850px) {
	#contents-100 .section-link-partners .ul-1 .li {
		width: 100%;
		margin-top: 20px;
	}
	#contents-100 .section-link-partners .ul .wrap-sp::before,
	#contents-100 .section-link-partners .ul-1 .li::before {
		display: none;
	}
	#contents-100 .section-link-partners .li {
		margin: 10px 0 0;
	}
	#contents-100 .section-link-partners .wrap-sp {
		display: flex;
		justify-content: center;
		width: 100%;
	}
}


#contents-100 .section-link-partners_top {
	padding: 0;
}
#contents-100 .section-link-partners_top h3 {
	font-size: 3.0rem;
	text-align: left;
	margin-bottom: 40px;
}
#contents-100 .section-link-partners_top .wrap-ul {
	padding-bottom: 20px;
	white-space: nowrap;
	overflow-x: auto;
}
#contents-100 .section-link-partners_top .ul {
}
#contents-100 .section-link-partners_top .ul .li {
	display: inline-block;
	background: url("../images_red/link_partners_line.svg") left bottom/50px auto no-repeat;
	padding: 0 25px 0 75px;
}
#contents-100 .section-link-partners_top .ul .li:first-child {
	background: none;
	padding-left: 0;
}
#contents-100 .section-link-partners_top .ul .li:last-child {
	padding-right: 75px;
}
#contents-100 .section-link-partners_top .ul .li .image img {
	display: block;
	height: 55px;
	width: auto;
	margin: 0 auto;
}
#contents-100 .section-link-partners_top .ul .li .t {
	font-size: 10px;
	line-height: 1;
	margin-top: 15px;
	color: #000;
	text-align: center;
	white-space: noWrap;
}
@media (max-width: 750px) {
	#contents-100 .section-link-partners_top .wrap-ul {
		padding-bottom: 10px;
	}
	#contents-100 .section-link-partners_top .ul .li {
		background-size: 50px auto;
		padding: 0 10px 0 55px;
	}
	#contents-100 .section-link-partners_top .ul .li:last-child {
		padding-right: 50px;
	}
	#contents-100 .section-link-partners_top .ul .li .image img {
		height: 50px;
	}
}

/*------------------------------------------------*/
#contents-100 #section-intro-1113 {
	background: url("../images_red/1113_intro.jpg") center center/cover no-repeat;
	padding: 200px 0;
}
#contents-100 #section-intro-1113 .wrapper {
	display: flex;
	justify-content: center;
	align-items: center;
}
#contents-100 #section-intro-1113 .wrap-text {
	display: inline-block;
	color: #00325C;
	font-size: 2.2rem;
	line-height: 3;
	position: relative;
}
#contents-100 #section-intro-1113 .wrap-text::after {
	content: '';
	background: url("../images_red/1113_intro_hachiko.png") center center/contain no-repeat;
	width: 120px;
	height: 158px;
	position: absolute;
	left: -120px;
	bottom: -80px;
}
@media (max-width: 1100px) {
	#contents-100 #section-intro-1113 .wrap-text::after {
		content: '';
		background: url("../images_red/1113_intro_hachiko.png") center center/contain no-repeat;
		width: 120px;
		height: 158px;
		position: relative;
		left: auto;
		bottom: auto;
		display: block;
		margin: 20px auto 0;
	}
	#contents-100 #section-intro-1113 .wrap-text br {
		display: none;
	}
}
@media (max-width: 750px) {
	#contents-100 #section-intro-1113 .wrap-text {
		padding: 0;
	}
	#contents-100 #section-intro-1113 .wrap-text::after {
		transform: scale(0.8);
	}
}
/*------------------------------------------------*/
#contents-100 #section-timetable-1113 {
	background: #fff;
	color: var(--mainColor);
	padding: 100px 0 0;
}
#contents-100 #section-timetable-1113 .info-youtube {
	margin: 0 auto 120px;
	border-radius: 20px;
	background: #fff;
	max-width: 712px;
	width: 100%;
	box-shadow: 0 2px 16px 0 rgba(0,0,0,0.16);
	color: var(--mainColor);
	display: flex;
	justify-content: center;
	align-items: center;
	padding: 50px;
	transition: background 0.15s;
}
/*@media (hover: hover) {
	#contents-100 #section-timetable-1113 .info-youtube:hover {
		opacity: 1;
		background: #FACACF;
	}
}
@media (hover: none) {
	#contents-100 #section-timetable-1113 .info-youtube:active {
		opacity: 1;
		background: #FACACF;
	}
}*/
#contents-100 #section-timetable-1113 .info-youtube .inner {
	display: flex;
	justify-content: flex-start;
	align-items: center;
}
#contents-100 #section-timetable-1113 .info-youtube img {
	width: 64px;
	margin-right: 20px;
}
#contents-100 #section-timetable-1113 .wrapper {
	max-width: calc(1220px + 8vw);
}
#contents-100 #section-timetable-1113 h3 {
	font-size: 3.5rem;
	font-weight: bold;/*700*/
	margin-bottom: 50px;
}
#contents-100 #section-timetable-1113 h3 span {
	font-size: 2.0rem;
	font-weight: 400;
	margin-left: 20px;
}
#contents-100 #section-timetable-1113 .timeTable {
	font-size: 1.6rem;
	line-height: 1.6;
	font-weight: 400;
	background: url("../images_red/1113_intro_hachiko.png") right bottom/180px auto no-repeat;
	padding-bottom: 80px;
}
#contents-100 #section-timetable-1113 .timeTable p.b {
	color: var(--mainColor);
	font-size: 2.2rem;
	margin-bottom: 5px;
}
#contents-100 #section-timetable-1113 .timeTable p.b span {
	font-size: 1.8rem;
	margin-left: 0.5em;
	color: #000;
}
#contents-100 #section-timetable-1113 .timeTable p.b + p,
#contents-100 #section-timetable-1113 .timeTable p + p.b {
	margin-top: 8px;
}
#contents-100 #section-timetable-1113 .timeTable .tr {
	display: flex;
	justify-content: flex-start;
	align-items: stretch;
	color: #000;
	height: auto;
}
#contents-100 #section-timetable-1113 .timeTable .tr.color-1 {
	background: #C10015;
	color: #fff;
}
#contents-100 #section-timetable-1113 .timeTable .tr.color-2 {
	background: #FACACF;
	color: #000;
}
#contents-100 #section-timetable-1113 .timeTable .tr + .tr {
	margin-top: 15px;
}
#contents-100 #section-timetable-1113 .timeTable .tr .time {
	width: 140px;
	text-align: center;
	font-size: 2.4rem;
	line-height: 1;
}
#contents-100 #section-timetable-1113 .timeTable .tr .time img {
	display: block;
	max-width: 100%;
	margin: 5px 0 0;
}
#contents-100 #section-timetable-1113 .timeTable .tr .time p {
	padding: 12px 0 12px 5%;
	background: var(--mainColor);
	color: #fff;
	border-radius: 0 50px 50px 0;
}
#contents-100 #section-timetable-1113 .timeTable .tr .detail {
	flex: 1;
	padding: 8px 0 0 25px;
	font-size: 1.6rem;
	height: auto;
}
#contents-100 #section-timetable-1113 .timeTable .tr .detail dl div + div {
	margin-top: 8px;
}
#contents-100 #section-timetable-1113 .timeTable .tr .detail dl div {
	display: flex;
	justify-content: flex-start;
	align-items: flex-start;
}
#contents-100 #section-timetable-1113 .timeTable .tr .detail dl dt {
	background: var(--mainColor);
	color: #fff;
	padding: 2px 10px;
	margin-right: 2%;
	min-width: 4em;
	text-align: center;
}
#contents-100 #section-timetable-1113 .timeTable .tr .detail dl dd {
	flex: auto;
	padding: 2px 0
}
#contents-100 #section-timetable-1113 .timeTable .tr .detail ul li {
	display: inline-block;
}
#contents-100 #section-timetable-1113 .timeTable .tr .detail ul li i {
	display: inline-block;
	vertical-align: middle;
	color: var(--mainColor);
	font-size: 0.4em;
	padding: 0 0.8em;
}
#contents-100 #section-timetable-1113 .timeTable .tr .detail .wrap-color {
	display: flex;
	justify-content: space-between;
	align-items: stretch;
	position: relative;
	overflow: hidden;
	height: auto;
	color: #fff;
}
#contents-100 #section-timetable-1113 .timeTable .tr .detail .wrap-color ul li i {
	color: #fff;
}
#contents-100 #section-timetable-1113 .timeTable .tr .detail .wrap-color::after {
	content: '';
	position: absolute;
	left: right;
	bottom: 0;
	height: calc(100% - 20px);
	width: 100%;
	background: var(--mainColor);
	z-index: 0;
	transform: skewX(-15deg);
	transform-origin: left bottom;
}
#contents-100 #section-timetable-1113 .timeTable .tr .detail .wrap-color .wrap-text {
	flex: auto;
	font-size: 1.6rem;
	line-height: 1.2;
	position: relative;
	z-index: 3;
	padding: 40px 0 20px 90px;
	display: flex;
	align-items: center;
}
#contents-100 #section-timetable-1113 .timeTable .tr .detail .wrap-color .wrap-text p em {
	font-size: 2.2rem;;
}
#contents-100 #section-timetable-1113 .timeTable .tr .detail .wrap-color .wrap-text p + p {
	margin-top: 15px;
}
#contents-100 #section-timetable-1113 .timeTable .tr .detail .wrap-color .image {
	position: relative;
	z-index: 2;
	display: flex;
	justify-content: flex-end;
	align-items: flex-end;
}
#contents-100 #section-timetable-1113 .timeTable .tr .detail .wrap-color .image img {
	display: block;
	max-height: 204px;
}
@media (max-width: 1100px) {
	#contents-100 #section-timetable-1113 .timeTable {
		background-size: 140px auto;
	}
	#contents-100 #section-timetable-1113 .timeTable .tr .detail .wrap-color::after {
		height: 100%;
	}
	#contents-100 #section-timetable-1113 .timeTable .tr .detail .wrap-color .wrap-text {
		padding: 20px 4em 20px 120px;
	}
	#contents-100 #section-timetable-1113 .timeTable .tr .detail .wrap-color {
		display: block;
	}
	#contents-100 #section-timetable-1113 .timeTable .tr .detail .wrap-color .image img {
		height: 160px;
	}
}
@media (max-width: 750px) {
	#contents-100 #section-timetable-1113 {
		padding: 60px 0 0;
	}
	#contents-100 #section-timetable-1113 .info-youtube {
		margin: 0 auto 60px;
		padding: 20px 20px;
	}
	#contents-100 #section-timetable-1113 .info-youtube img {
		width: 44px;
	}
	#contents-100 #section-timetable-1113 h3 {
		margin-bottom: 30px;
	}
	#contents-100 #section-timetable-1113 h3 span {
		display: block;
		margin: 0;
	}
	/*#contents-100 #section-timetable-1113 .timeTable {
		margin-left: -4vw;
	}*/
	#contents-100 #section-timetable-1113 .timeTable .tr {
		display: flex;
		justify-content: flex-start;
		align-items: stretch;
	}
	#contents-100 #section-timetable-1113 .timeTable .tr .time {
		width: 5em;
	}
	#contents-100 #section-timetable-1113 .timeTable .tr .time p {
		padding-left: 0;
	}
	#contents-100 #section-timetable-1113 .timeTable .tr .detail {
		padding-left: 15px;
	}
	
	#contents-100 #section-timetable-1113 .timeTable {
		background-size: 100px auto;
	}
	#contents-100 #section-timetable-1113 .timeTable .tr .detail .wrap-color::after {
		transform: skewX(-5deg);
	}
	#contents-100 #section-timetable-1113 .timeTable .tr .detail .wrap-color .wrap-text {
		padding: 15px 4em 15px 40px;
	}
	#contents-100 #section-timetable-1113 .timeTable .tr .detail .wrap-color .image img {
		height: 120px;
	}
}
/*------------------------------------------------*/
#contents-100 .section-exhibitor {
	color: var(--mainColor);
	padding: 100px 0 120px;
}
#contents-100 .section-exhibitor .wrapper {
	max-width: calc(1220px + 8vw);
}
#contents-100 .section-exhibitor section {
	overflow: visible;
	margin-bottom: 50px;
}
#contents-100 .section-exhibitor section + section {
	margin-top: 60px;
}
#contents-100 .section-exhibitor section ul {
	width: calc(100% + 1.4%);
	display: flex;
	justify-content: flex-start;
	align-items: flex-end;
	flex-wrap: wrap;
	overflow: visible;
}
#contents-100 .section-exhibitor section ul li {
	width: calc(100% / 5 - 1.4%);
	margin-right: 1.4%;
	margin-bottom: 50px;
}
#contents-100 .section-exhibitor section ul li .image {
	margin-top: 15px;
	box-shadow: 0 3px 17px rgba(0,0,0,0.16);
	height: 100%;
	/*aspect-ratio: 1 / 1;*/
	display: flex;
	align-items: center;
}
#contents-100 .section-exhibitor section ul li .image img {
	display: block;
	width: 100%;
}
#contents-100 .section-exhibitor h3 {
	font-size: 3.5rem;
	line-height: 1.5;
	font-weight: bold;/*700*/
	margin-bottom: 50px;
}
#contents-100 .section-exhibitor h4 {
	font-size: 2.5rem;
	line-height: 1.5;
	font-weight: bold;
}
#contents-100 .section-exhibitor .name {
	font-size: 1.5rem;
	position: relative;
}
#contents-100 .section-exhibitor .name::after {
	content: '';
	display: block;
	width: 40%;
	height: 2px;
	background: var(--mainColor);
	margin-top: 8px;
}

@media (max-width: 750px) {
	#contents-100 .section-exhibitor {
		padding: 60px 0 80px;
	}
	#contents-100 .section-exhibitor section + section {
		margin-top: 40px;
	}
	#contents-100 .section-exhibitor section ul {
		justify-content: space-between;
	}
	#contents-100 .section-exhibitor section ul::after,
	#contents-100 .section-exhibitor section ul li {
		content: '';
		width: calc(100% / 2 - 2.8%);
	}
	#contents-100 .section-exhibitor section ul li {
		margin-bottom: 30px;
	}
	#contents-100 .section-exhibitor .name {
		font-size: 1.8rem;
	}
}
/*------------------------------------------------*/
#contents-100 .section-header#section-header-1 {
	text-align: center;
	color: #fff;
}
#contents-100 .section-header#section-header-1 .swiper-container {
	height: auto;
}
#contents-100 .section-header#section-header-1 .swiper-wrapper {
	height: auto;
}
#contents-100 .section-header#section-header-1 li.swiper-slide {
	height: 100%;
	min-height: 724px;
	display: flex;
	justify-content: center;
	align-items: center;
	overflow: hidden;
	position: relative;
	background: var(--mainColor) url("../images_red/index_kv_bg.png") center center/cover no-repeat;
}
#contents-100 .section-header#section-header-1 li.slide-1 .inner {
	position: relative;
	z-index: 1;
	padding: 0 0 0;
}
#contents-100 .section-header#section-header-1 li.slide-1 h1 {
	font-size: 4.4rem;
	line-height: 1.3;
	font-weight: bold;
	margin: 100px 0 0;
}
#contents-100 .section-header#section-header-1 li.slide-1 h2 {
	font-size: 2.4rem;
	margin-top: 12px;
}
#contents-100 .section-header#section-header-1 li.slide-1 img.logo-100 {
	display: block;
	max-width: 638px;
	width: 70%;
	margin: 0 auto;
}

#contents-100 .section-header#section-header-1 li.slide-2::before,
#contents-100 .section-header#section-header-1 li.slide-2::after {
	content: '';
	position: absolute;
	z-index: 0;
	top: -50%;
	bottom: -50%;
	margin: auto 0;
	width: 60vw;
	height: 60vw;
	min-width: 500px;
	min-height: 500px;
	background: url("../images_red/symbol_w.svg") right top/contain no-repeat;
	pointer-events: none;
	opacity: 0.43;
}
#contents-100 .section-header#section-header-1 li.slide-2::before {
	right: 80%;
	background-position: left top;
}
#contents-100 .section-header#section-header-1 li.slide-2::after {
	left: 80%;
	background-position: right top;
}
#contents-100 .section-header#section-header-1 li.slide-2 .inner {
	position: relative;
	z-index: 1;
	width: 100%;
	padding: 70px 0 70px;
}
#contents-100 .section-header#section-header-1 li.slide-2 .inner .wrapper {
	max-width: calc(1200px + 8vw);
}
#contents-100 .section-header#section-header-1 li.slide-2 img.logo-100 {
	display: block;
	max-width: 300px;
	width: 50%;
	margin: 0 auto;
}
#contents-100 .section-header#section-header-1 li.slide-2 .wrap-flex {
	display: flex;
	justify-content: space-between;
	align-items: flex-start;
	max-width: 100%;
	margin: 50px auto 0;
}
#contents-100 .section-header#section-header-1 li.slide-2 .wrap-flex a {
	width: 30%;
	max-width: 360px;
	border-radius: 4%;
	box-shadow: 0 3px 15px rgba(0,0,0,0.16);
	overflow: hidden;
}
#contents-100 .section-header#section-header-1 li.slide-2 .wrap-flex a img {
	display: block;
	width: 100%;
	border-radius: 4%;
}
@media (max-width: 1000px) {
	#contents-100 .section-header#section-header-1 li.slide-2 .wrap-flex a {
		width: 32%;
	}
}
@media (max-width: 750px) {
	#contents-100 .section-header#section-header-1 li.swiper-slide {
		min-height: 0px;
		max-height: 724px;
		height: 100vh;
	}
	#contents-100 .section-header#section-header-1 li.slide-1 h1 {
		margin: 60px 0 0;
	}
}
/*#contents-100 .section-header#section-header-1 + .section-link-partners {
	margin-top: 60px;
}*/


/*------------------------------------------------*/
#contents-100 #section-mission {
	padding: 60px 0 60px;
}
#contents-100 #section-mission .wrap-frame {
	background: #fff;
	box-shadow: 0 4px 25px rgba(0,0,0,0.16);
	border-radius: 49px;
	padding: 60px 10vw 120px;
}
#contents-100 #section-mission .wrap-frame h3 {
	color: var(--mainColor);
	font-size: 4.4rem;
	font-weight: bold;
	margin-bottom: 30px;
}
#contents-100 #section-mission .wrap-frame p {
	line-height: 2;
}
@media (max-width: 750px) {
	#contents-100 #section-mission .wrap-frame {
		border-radius: 30px;
		padding: 30px 4vw 60px;
	}
	#contents-100 #section-mission .wrap-frame h3 {
		font-size: 3.6rem;
	}
}

/*------------------------------------------------*/
#contents-100 .section-index-contents {
	padding: 40px 0;
	color: #000;
}
#contents-100 .section-index-contents .wrap-heading {
	border-bottom: 2px solid var(--mainColor);
	padding-bottom: 15px;
	margin: 0 0 50px;
}
#contents-100 .section-index-contents h3 {
	/*max-width: calc(1400px + 8vw)!important;*/
	max-width: none!important;
	font-size: 4.4rem;
	line-height: 1.2;
	font-weight: bold;
	color: var(--mainColor);
	word-wrap: break-word;
}
#contents-100 .section-index-contents h3 span.t {
	display: block;
	font-size: 3.2rem;
	font-weight: 400;/*500*/
	margin-bottom: 10px;
}
#contents-100 span.no-wrap {
	display: inline-block;
}
@media (max-width: 750px) {
	#contents-100 .section-index-contents {
		padding: 40px 0 20px;
	}
	#contents-100 .section-index-contents .wrap-heading {
		margin: 0 0 30px;
	}
	#contents-100 .section-index-contents h3 {
		font-size: 3.7rem;
	}
}
/*------------------------------------------------*/
#contents-100 #section-roadmap .wrapper {
	max-width: calc(1400px + 8vw);
}
#contents-100 #section-roadmap .image_1 {
	max-width: 653px;
	width: 90%;
	margin: 0 auto 60px;
}
#contents-100 #section-roadmap .image_1 img {
	display: block;
	width: 100%;
}
#contents-100 #section-roadmap .wrap-z {
	max-width: 1356px;
	margin: 0 auto;
	display: flex;
	justify-content: flex-start;
	align-items: stretch;
}
#contents-100 #section-roadmap .wrap-z .image_2 {
	padding: 25px 0;
	width: 40%;
	max-width: 493px;
}
#contents-100 #section-roadmap .wrap-z .image_2 span {
	border: 1px solid var(--mainColor);
	display: flex;
	justify-content: center;
	align-items: center;
	height: 100%;
}
#contents-100 #section-roadmap .wrap-z .image_2 span img {
	max-width: 310px;
	width: 80%;
	height: auto;
}
#contents-100 #section-roadmap .wrap-z .wrap-text {
	flex-1;
	padding: 70px 0 90px;
	background: var(--mainColor);
	color: #fff;
}
#contents-100 #section-roadmap .wrap-z .wrap-text h4 {
	font-size: 4.4rem;
	font-weight: bold;/*500*/
	line-height: 1.2;
	border-bottom: 2px solid #fff;
	margin-bottom: 30px;
	padding: 0 30px 15px;
}
#contents-100 #section-roadmap .wrap-z .wrap-text h5 {
	font-size: 2.0rem;
	padding: 0 40px;
	margin-bottom: 20px;
}
#contents-100 #section-roadmap .wrap-z .wrap-text p {
	font-size: 1.8rem;
	line-height: 1.6;
	padding: 0 50px;
}
@media (max-width: 750px) {
	#contents-100 #section-roadmap .image_1 {
		margin: 0 auto 40px;
	}
	#contents-100 #section-roadmap .wrap-z {
		display: block;
	}
	#contents-100 #section-roadmap .wrap-z .image_2 {
		padding: 0 25px;
		width: auto;
		max-width: none;
	}
	#contents-100 #section-roadmap .wrap-z .image_2 span {
		padding: 20px;
	}
	#contents-100 #section-roadmap .wrap-z .image_2 span img {
		max-width: 310px;
		width: 60%;
		height: auto;
	}
	#contents-100 #section-roadmap .wrap-z .wrap-text {
		padding: 30px 0 50px;
	}
	#contents-100 #section-roadmap .wrap-z .wrap-text h4 {
		font-size: 3.2rem;
		margin-bottom: 30px;
		padding: 0 4vw 15px;
	}
	#contents-100 #section-roadmap .wrap-z .wrap-text h5 {
		padding: 0 4vw;
	}
	#contents-100 #section-roadmap .wrap-z .wrap-text p {
		padding: 0 4vw;
	}
}
/*------------------------------------------------*/
#contents-100 #section-teamExpo2025 .wrap-flex {
	display: flex;
	justify-content: space-between;
	align-items: stretch;
}
#contents-100 #section-teamExpo2025 .wrapper {
	max-width: calc(1300px + 8vw);
}
#contents-100 #section-teamExpo2025 .wrap-flex .wrap-flex-inner {
	box-shadow: 0 4px 25px rgba(0,0,0,0.16);
	border-radius: 49px;
	padding: 55px 4%;
	width: 49%;
	display: flex;
	align-items: center;
}
#contents-100 #section-teamExpo2025 .wrap-flex .wrap-flex-inner .image {
	width: 139px;
	text-align: right;
}
#contents-100 #section-teamExpo2025 .wrap-flex .wrap-flex-inner .image img.logo-1 {
	width: 139px;
}
#contents-100 #section-teamExpo2025 .wrap-flex .wrap-flex-inner .image img.logo-2 {
	width: 92px;
}
#contents-100 #section-teamExpo2025 .wrap-flex .wrap-flex-inner .wrap-text {
	flex: 1;
	font-size: 1.8rem;
	line-height: 2.0;
	margin-left: 8%;
}
@media (max-width: 750px) {
	#contents-100 #section-teamExpo2025 .wrap-flex {
		display: block;
	}
	#contents-100 #section-teamExpo2025 .wrap-flex .wrap-flex-inner {
		border-radius: 30px;
		padding: 35px 4vw;
		width: auto;
	}
	#contents-100 #section-teamExpo2025 .wrap-flex .wrap-flex-inner + .wrap-flex-inner {
		margin-top: 20px;
	}
}
/*------------------------------------------------*/
#contents-100 #section-ambassador-1 .wrap-text-1 {
	font-size: 1.8rem;
	line-height: 2.2;
}
#contents-100 #section-ambassador-1 .wrap-step {
	margin: 80px 0 0;
}
#contents-100 #section-ambassador-1 .wrapper-2 {
	max-width: calc(1350px + 8vw);
}
#contents-100 #section-ambassador-1 .wrap-step h4 {
	color: var(--mainColor);
	font-weight: bold;
	font-size: 4.0rem;
	line-height: 1.5;
	text-align: center;
}
#contents-100 #section-ambassador-1 .wrap-step .swiper-container#swiper-step {
	height: 850px;
}
#contents-100 #section-ambassador-1 .wrap-step li.swiper-slide {
	padding: 30px;
	height: auto;
}
#contents-100 #section-ambassador-1 .wrap-step li.swiper-slide .slide-inner {
	box-shadow: 0 4px 25px rgba(0,0,0,0.16);
	border-radius: 49px;
	padding: 45px 5% 140px;
	overflow: hidden;
	height: 100%;
	position: relative;
}
#contents-100 #section-ambassador-1 .wrap-step li.swiper-slide .slide-inner h5 {
	color: var(--mainColor);
	text-align: center;
	font-size: 2.3rem;
	line-height: 1.5;
	font-weight: bold;
}
#contents-100 #section-ambassador-1 .wrap-step li.swiper-slide .slide-inner h5 span {
	display: block;
	font-size: 2.9rem;
	line-height: 1.5;
}
#contents-100 #section-ambassador-1 .wrap-step .swiper-btn {
	text-align: center;
}
#contents-100 #section-ambassador-1 .wrap-step .swiper-btn p {
	display: inline-block;
	cursor: pointer;
	padding: 0 150px;
	height: 58px;
	border-radius: 29px;
	line-height: 58px;
	text-align: center;
	font-size: 2.0rem;
	font-weight: bold;
	transition: opacity 0.15s;
	user-select: none;
    -ms-user-select: none;
    -moz-user-select: none;
    -webkit-user-select: none;
	white-space: nowrap;
}
#contents-100 #section-ambassador-1 .wrap-step .swiper-btn p i {
	font-style: normal;
}
@media (hover: hover) {
	#contents-100 #section-ambassador-1 .wrap-step .swiper-btn p:hover {
		opacity: 0.7;
	}
}
@media (hover: none) {
	#contents-100 #section-ambassador-1 .wrap-step .swiper-btn p:active {
		opacity: 0.7;
	}
}

#contents-100 #section-ambassador-1 .wrap-step .swiper-btn.next p {
	background: var(--mainColor) url("../images_red/index_step_btn_arrow.svg") right 50px center no-repeat;
	color: #fff;
	box-shadow: 0 4px 25px rgba(0,0,0,0.16);
}
#contents-100 #section-ambassador-1 .wrap-step .swiper-btn.next {
	position: absolute;
	left: 0;
	right: 0;
	bottom: 45px;
	margin: 0 auto;
}
#contents-100 #section-ambassador-1 .wrap-step .swiper-btn.back p {
	background: #E2E2E2 url("../images_red/index_step_btn_arrow2.svg") right 50px center no-repeat;
	color: #919191;
	margin-bottom: 30px;
}

@media (max-width: 750px) {
	#contents-100 #section-ambassador-1 .wrapper-2 {
		padding: 0;
	}
	#contents-100 #section-ambassador-1 .wrap-step {
		margin: 40px 0 0;
	}
	#contents-100 #section-ambassador-1 .wrap-step h4 {
		font-size: 3.0rem;
	}
	#contents-100 #section-ambassador-1 .wrap-step .swiper-container#swiper-step {
		height: auto;
	}
	#contents-100 #section-ambassador-1 .wrap-step li.swiper-slide .slide-inner {
		border-radius: 30px;
		padding: 25px 4vw;
	}
	#contents-100 #section-ambassador-1 .wrap-step .swiper-btn.next {
		position: relative;
		left: 0;
		right: 0;
		bottom: 0;
		margin: 0 auto;
	}
	#contents-100 #section-ambassador-1 .wrap-step .swiper-btn p {
		line-height: 1.2;
		text-align: center;
		font-size: 2.0rem;
		white-space: normal;
		display: flex;
		justify-content: center;
		align-items: center;
	}
	#contents-100 #section-ambassador-1 .wrap-step .swiper-btn p i {
		display: block;
		margin-bottom: 5px;
	}
	#contents-100 #section-ambassador-1 .wrap-step .swiper-btn.next p {
		background: var(--mainColor)  url("../images_red/index_step_btn_arrow_r.svg") right 15px center/auto 20px no-repeat;
		padding: 0 25px 0 5px;
	}
	#contents-100 #section-ambassador-1 .wrap-step .swiper-btn.back p {
		background: #E2E2E2 url("../images_red/index_step_btn_arrow2_r.svg") left 15px center/auto 20px no-repeat;
		padding: 0 5px 0 25px;
	}
}


#contents-100 #section-ambassador-1 .wrap-step li.swiper-slide .slide-inner .wrap-step1 {
	display: flex;
	justify-content: space-between;
	align-items: flex-start;
	margin: 80px 0;
}
#contents-100 #section-ambassador-1 .wrap-step li.swiper-slide .slide-inner .wrap-step1 .image {
	max-width: 492px;
	width: 43%;
}
#contents-100 #section-ambassador-1 .wrap-step li.swiper-slide .slide-inner .wrap-step1 .image img {
	display: block;
	width: 100%;
}
#contents-100 #section-ambassador-1 .wrap-step li.swiper-slide .slide-inner .wrap-step1 ul {
	width: 53%;
}
#contents-100 #section-ambassador-1 .wrap-step li.swiper-slide .slide-inner .wrap-step1 ul li {
	font-size: 1.7rem;
	line-height: 1.6;
	padding-left: 14px;
	position: relative;
}
#contents-100 #section-ambassador-1 .wrap-step li.swiper-slide .slide-inner .wrap-step1 ul li + li {
	margin: 12px 0 0;
}
#contents-100 #section-ambassador-1 .wrap-step li.swiper-slide .slide-inner .wrap-step1 ul li::before {
	content: '';
	width: 8px;
	height: 8px;
	border-radius: 50%;
	position: absolute;
	left: 0;
	top: 0.5em;
	background: var(--mainColor);
}

#contents-100 #section-ambassador-1 .wrap-step li.swiper-slide .slide-inner .wrap-step2 {
	display: flex;
	justify-content: space-between;
	align-items: flex-start;
	margin: 40px 0;
}
#contents-100 #section-ambassador-1 .wrap-step li.swiper-slide .slide-inner .wrap-step2 .wrap-text {
	width: 33%;
}
#contents-100 #section-ambassador-1 .wrap-step li.swiper-slide .slide-inner .wrap-step2 .image {
	max-width: 741px;
	width: 64%;
}
#contents-100 #section-ambassador-1 .wrap-step li.swiper-slide .slide-inner .wrap-step2 .image img {
	display: block;
	width: 100%;
}
#contents-100 #section-ambassador-1 .wrap-step li.swiper-slide .slide-inner .wrap-step2 h6 {
	font-size: 2.0rem;
	line-height: 1.5;
	margin-bottom: 8px;
}
#contents-100 #section-ambassador-1 .wrap-step li.swiper-slide .slide-inner .wrap-step2 p {
	font-size: 1.8rem;
	line-height: 1.5;
}
#contents-100 #section-ambassador-1 .wrap-step li.swiper-slide .slide-inner .wrap-step2 p + h6 {
	margin-top: 30px;
}

#contents-100 #section-ambassador-1 .wrap-step li.swiper-slide .slide-inner .wrap-step3 {
	display: flex;
	justify-content: space-between;
	align-items: flex-end;
	margin: 80px 0 0;
}
#contents-100 #section-ambassador-1 .wrap-step li.swiper-slide .slide-inner .wrap-step3 .wrap-text {
	width: 46%;
	font-size: 1.8rem;
	line-height: 1.8;
}
#contents-100 #section-ambassador-1 .wrap-step li.swiper-slide .slide-inner .wrap-step3 .wrap-text img.image {
	display: block;
	max-width: 554px;
	width: 100%;
	margin: 0 0 50px;
}
#contents-100 #section-ambassador-1 .wrap-step li.swiper-slide .slide-inner .wrap-step3 div.image {
	max-width: 571px;
	width: 50%;
}
#contents-100 #section-ambassador-1 .wrap-step li.swiper-slide .slide-inner .wrap-step3 div.image img {
	display: block;
	width: 100%;
}
@media (max-width: 750px) {
	#contents-100 #section-ambassador-1 .wrap-step li.swiper-slide .slide-inner .wrap-step1 {
		display: block;
		margin: 20px 0 40px;
	}
	#contents-100 #section-ambassador-1 .wrap-step li.swiper-slide .slide-inner .wrap-step1 .image {
		width: 100%;
		margin: 0 auto 20px;
	}
	#contents-100 #section-ambassador-1 .wrap-step li.swiper-slide .slide-inner .wrap-step1 ul {
		width: auto;
	}
	#contents-100 #section-ambassador-1 .wrap-step li.swiper-slide .slide-inner .wrap-step1 ul li {
		font-size: 1.8rem;
		line-height: 1.6;
	}
	#contents-100 #section-ambassador-1 .wrap-step li.swiper-slide .slide-inner .wrap-step1 ul li + li {
		margin: 12px 0 0;
	}
	
	#contents-100 #section-ambassador-1 .wrap-step li.swiper-slide .slide-inner .wrap-step2 {
		display: block;
		margin: 20px 0 40px;
	}
	#contents-100 #section-ambassador-1 .wrap-step li.swiper-slide .slide-inner .wrap-step2 .wrap-text {
		width: auto;
		margin-bottom: 20px;
	}
	#contents-100 #section-ambassador-1 .wrap-step li.swiper-slide .slide-inner .wrap-step2 .image {
		width: auto;
	}
	
	#contents-100 #section-ambassador-1 .wrap-step li.swiper-slide .slide-inner .wrap-step3 {
		display: block;
		margin: 20px 0 0;
	}
	#contents-100 #section-ambassador-1 .wrap-step li.swiper-slide .slide-inner .wrap-step3 .wrap-text img.image {
		margin: 0 0 20px;
	}
	#contents-100 #section-ambassador-1 .wrap-step li.swiper-slide .slide-inner .wrap-step3 .wrap-text {
		width: auto;
	}
	#contents-100 #section-ambassador-1 .wrap-step li.swiper-slide .slide-inner .wrap-step3 div.image {
		max-width: none;
		width: auto;
		margin: 30px auto 0;
	}
}

/*------------------------------------------------*/
#contents-100 #section-ambassador-2 h3 {
	padding-bottom: 10px;
}
#contents-100 #section-ambassador-2 h3 span.wrap {
	display: inline-block;
	position: relative;
	padding-right: 100px;
}
#contents-100 #section-ambassador-2 h3 span.wrap::after {
	content: '';
	position: absolute;
	right: 0;
	top: -5%;
	height: 120%;
	aspect-ratio: 90 / 120;
	max-width: 130px;
	background: url("../images_red/index_ambassador_01.png") right center/contain no-repeat;
}
#contents-100 #section-ambassador-2 .wrap-text-1 {
	font-size: 1.8rem;
	line-height: 2.2;
}
#contents-100 #section-ambassador-2 .image {
	max-width: 891px;
	margin: 40px auto 0;
}
#contents-100 #section-ambassador-2 .image img {
	display: block;
	width: 100%;
}
@media (max-width: 750px) {
	#contents-100 #section-ambassador-2 .image {
		margin: 20px auto 0;
	}
}
/*------------------------------------------------*/
#contents-100 #section-quiz {
	padding: 110px 0 0;
}
#contents-100 #section-quiz .wrapper-2 {
	padding: 0;
}
#contents-100 #section-quiz ul {
	display: flex;
	justify-content: space-between;
	align-items: flex-start;
	flex-wrap: wrap;
}
#contents-100 #section-quiz ul::after,
#contents-100 #section-quiz ul li {
	content: '';
	width: calc( (100% - 50px) / 3 );
	margin-bottom: 25px;
}
#contents-100 #section-quiz ul li {
	padding: 30px 25px;
	box-shadow: 0 4px 25px rgba(0,0,0,0.16);
	background: #fff;
	cursor: pointer;
	transition: opacity 0.15s;
}
@media (hover: hover) {
	#contents-100 #section-quiz ul li:hover {
		opacity: 0.8;
	}
}
@media (hover: none) {
	#contents-100 #section-quiz ul li:active {
		opacity: 0.8;
	}
}
#contents-100 #section-quiz ul li p {
	color: var(--mainColor);
	font-size: 2.5rem;
	font-weight: bold;
	line-height: 1.5;
}
#contents-100 #section-quiz ul li .image {
	margin: 20px auto 0;
	border-radius: 42px;
	width: 90%;
	aspect-ratio: 686 / 722;
	background: center center/cover no-repeat;
}
@media (max-width: 750px) {
	#contents-100 #section-quiz {
		padding: 80px 0 0;
	}
	#contents-100 #section-quiz ul::after,
	#contents-100 #section-quiz ul li {
		width: calc( (100% - 15px) / 2 );
		margin-bottom: 15px;
	}
	#contents-100 #section-quiz ul li {
		padding: 20px 15px;
	}
	#contents-100 #section-quiz ul li .image {
		margin: 10px auto 0;
		border-radius: 30px;
		width: auto;
	}
}

/*------------------------------------------------*/
body.red_index::before {
	content: '';
	position: fixed;
	left: 0;
	top: 0;
	width: 100%;
	height: 150vh;
	background: rgba(0,0,0,0.5);
	opacity: 0;
	transition: opacity 0.15s;
	pointer-events: none;
	z-index: 100;
}
body.red_index.contents-100_modalOpen::before {
	opacity: 1;
	backdrop-filter: blur(6px);
}

body.modal_speaker::before {
	content: '';
	position: fixed;
	left: 0;
	top: 0;
	width: 100%;
	height: 150vh;
	background: #E50019 url("../images_red/modal_speaker_bg.svg") left -30px top 10% no-repeat;
	opacity: 0;
	transition: opacity 0.15s;
	pointer-events: none;
	z-index: 100;
}
@media (max-width: 750px) {
	body.modal_speaker::before {
		background-size: 130vw auto;
		background-position: left -15px top 12%;
	}
}
body.modal_speaker.contents-100_modalOpen::before {
	opacity: 1;
}

#contents-100 .div-modal {
	position: fixed;
	left: 0;
	top: 0;
	width: 100%;
	height: 100vh;
	z-index: 101;
	display: flex;
	justify-content: center;
	align-content: center;
	align-items: center;
	pointer-events: none;
	opacity: 0;
	transition: opacity 0.2s;
}
body.contents-100_modalOpen #contents-100 .div-modal {
	pointer-events: auto;
	opacity: 1;
}
#contents-100 .div-modal .inner {
	position: relative;
}
#contents-100 .div-modal .inner .closeBtn {
	position: absolute;
	right: -32px;
	top: -32px;
	z-index: 2;
	width: 64px;
	height: 64px;
	border-radius: 50%;
	background: rgba(226,226,226,0.94) url("../images_red/index_modal_close.svg") center center no-repeat;
	cursor: pointer;
	opacity: 0;
}
#contents-100 #modal-quiz .inner .changeBtn {
	cursor: pointer;
	width: 58px;
	height: 114px;
	border-radius: 29px;
	background: var(--mainColor) url("../images_red/index_modal_arrow.svg") center center no-repeat;
	position: absolute;
	top: 0;
	bottom: 0;
	margin: auto 0;
	z-index: 2;
	transition: filter 0.15s;
}
#contents-100 #modal-quiz .inner .changeBtn.back {
	left: 15px;
	transform: scaleX(-1);
}
#contents-100 #modal-quiz .inner .changeBtn.next {
	right: 15px;
}
body.contents-100_modalOpen #contents-100 .div-modal .inner .closeBtn {
	opacity: 1;
	transition: filter 0.15s;
}
@media (hover: hover) {
	#contents-100 #modal-quiz .inner .changeBtn:hover {
		filter: brightness(120%);
	}
	body.contents-100_modalOpen #contents-100 .div-modal .inner .closeBtn:hover {
		filter: brightness(120%);
	}
}
@media (hover: none) {
	#contents-100 #modal-quiz .inner .changeBtn:active {
		filter: brightness(120%);
	}
	body.contents-100_modalOpen #contents-100 .div-modal .inner .closeBtn:active {
		filter: brightness(120%);
	}
}
#contents-100 #modal-quiz .swiper-container {
	background: #fff;
	padding: 30px 0 40px;
	max-width: 950px;
	width: 86vw;
	box-shadow: 0 4px 25px rgba(0,0,0,0.16);
	transition: transform 0.15s;
	transform: scale(0.9);
	position: relative;
	z-index: 1;
}
body.contents-100_modalOpen #contents-100 #modal-quiz .swiper-container {
	transform: scale(1);
}
#contents-100 #modal-quiz ul li {
	padding: 0 110px;
}
#contents-100 #modal-quiz ul li > p {
	color: var(--mainColor);
	font-size: 2.5rem;
	font-weight: bold;
	line-height: 1.5;
	text-align: center;
}
#contents-100 #modal-quiz ul li .wrap-flex {
	display: flex;
	justify-content: space-between;
	align-items: center;
	margin: 20px 0 0;
}
#contents-100 #modal-quiz ul li .wrap-flex .image {
	border-radius: 25px;
	width: 47%;
	aspect-ratio: 686 / 722;
	background: center center/cover no-repeat;
}
#contents-100 #modal-quiz ul li .wrap-flex .image img {
	display: block;
	width: 100%;
}
#contents-100 #modal-quiz ul li .wrap-flex p {
	width: 47%;
	color: #000;
	font-size: 1.7rem;
	line-height: 3;
}
@media (max-width: 750px) {
	#contents-100 #modal-quiz .inner .closeBtn {
		right: -10px;
		top: -25px;
		width: 50px;
		height: 50px;
		background-size: 22px auto;
	}
	#contents-100 #modal-quiz .inner .changeBtn {
		width: 40px;
		height: 114px;
		border-radius: 20px;
		background-size: auto 15px;
	}
	#contents-100 #modal-quiz .inner .changeBtn.back {
		left: -4vw;
	}
	#contents-100 #modal-quiz .inner .changeBtn.next {
		right: -4vw;
	}
	#contents-100 #modal-quiz .swiper-container {
		max-width: 92vw;
		padding: 30px 0 30px;
	}
	#contents-100 #modal-quiz ul li {
		padding: 0 4vw;
	}
	#contents-100 #modal-quiz ul li .wrap-flex {
		display: block;
		margin: 15px 0 0;
	}
	#contents-100 #modal-quiz ul li .wrap-flex .image {
		border-radius: 20px;
		width: 80%;
		margin: 0 auto 20px;
	}
	#contents-100 #modal-quiz ul li > p {
		font-size: 2.8rem;
	}
	#contents-100 #modal-quiz ul li .wrap-flex p {
		width: auto;
		font-size: 2rem;
		line-height: 2;
	}
}

#contents-100 #modal-speakers .inner {
	overflow-x: hidden;
	overflow-y: auto;
	padding: 50px 0 80px;
	width: 100%;
	max-height: 100%;
}
#contents-100 #modal-speakers .swiper-container {
	color: #fff;
	max-width: 1100px;
	width: 86vw;
	position: relative;
	z-index: 1;
}
#contents-100 #modal-speakers ul li {
	display: none;
}
#contents-100 #modal-speakers ul li.active {
	display: block;
}
#contents-100 #modal-speakers ul li .wrap-flex {
	display: flex;
	justify-content: space-between;
	align-items: flex-start;
}
#contents-100 #modal-speakers ul li .wrap-flex .wrap-text {
	width: 46%;
}
#contents-100 #modal-speakers ul li .wrap-flex .wrap-text .wrap-name {
	margin-bottom: 50px;
}
#contents-100 #modal-speakers ul li .wrap-flex .wrap-text .t {
	font-size: 1.8rem;
	font-weight: 400;
	margin-bottom: 15px;
}
#contents-100 #modal-speakers ul li .wrap-flex .wrap-text .name {
	font-size: 3.5rem;
	font-weight: bold;
	line-height: 1.5;
	position: relative;
}
#contents-100 #modal-speakers ul li .wrap-flex .wrap-text .name::after {
	content: '';
	display: block;
	width: 128px;
	height: 2px;
	background: #fff;
	margin-top: 2px;
}
#contents-100 #modal-speakers ul li .wrap-flex .wrap-text .name_en {
	font-size: 1.8rem;
	font-weight: bold;
	line-height: 1.5;
	margin-top: 15px;
}
#contents-100 #modal-speakers ul li .wrap-flex .wrap-text p {
	font-size: 1.8rem;
	line-height: 1.5;
}
#contents-100 #modal-speakers ul li .wrap-flex .image {
	width: 45%;
}
#contents-100 #modal-speakers ul li .wrap-flex .image img {
	display: block;
	width: 100%;
	height: auto;
}
#contents-100 #modal-speakers .inner .closeBtn {
	position: fixed;
	right: 20px;
	top: 20px;
}
@media (max-width: 750px) {
	#contents-100 #modal-speakers .inner .closeBtn {
		width: 50px;
		height: 50px;
		background-size: 22px auto;
	}
	#contents-100 #modal-speakers ul li .wrap-flex {
		display: block;
	}
	#contents-100 #modal-speakers ul li .wrap-flex .wrap-text {
		width: auto;
	}
	#contents-100 #modal-speakers ul li .wrap-flex .wrap-text .wrap-name {
		margin-bottom: 30px;
	}
	#contents-100 #modal-speakers ul li .wrap-flex .image {
		width: 60%;
		margin: 30px auto;
	}
}

/*------------------------------------------------*/
#contents-100 .section-entry {
	height: 290px;
	background: url("../images_red/index_kv_bg.png") center top/cover no-repeat;
	display: flex;
	justify-content: center;
	align-items: center;
	margin: 40px 0 0;
	max-width: none;
}
#contents-100 .section-entry p {
	font-size: 3.1rem;
	line-height: 1.5;
	font-weight: bold;
	color: #fff;
	text-align: center;
}
#contents-100 .section-entry .btn {
	height: 80px;
	border-radius: 40px;
	font-size: 3.1rem;
	font-weight: bold;
	padding: 0 0;
	margin-top: 15px;
	max-width: 515px;
	width: 92vw;
}
@media (max-width: 750px) {
	#contents-100 .section-entry {
		height: auto;
		padding: 40px 4vw 60px;
	}
}

/*------------------------------------------------*/
#contents-100 section#section-footerBanner {
	margin: 0 0 50px;
	text-align: center;
}
#contents-100 section#section-footerBanner a img {
	max-width: 90%;
}
/*------------------------------------------------*/

































