@charset "utf-8";
/* CSS Document */

body {
	color: #000;
	font-family: 'ヒラギノ角ゴ Pro W3', 'Hiragino Kaku Gothic Pro', メイリオ, Meiryo, Osaka, 'ＭＳ Ｐゴシック', 'MS PGothic', sans-serif;
	font-size: 16px;
	line-height: 1.6;
	margin: 0;
}

h1, h2, h3 {
	font-family: 'Hiragino Mincho ProN', 'ヒラギノ明朝 ProN', 'Hiragino Mincho Pro', 'ヒラギノ明朝 Pro', serif;
	margin: 0;
}

p, img, figure, ul, li {
	margin: 0;
	padding: 0;
}
img {
	vertical-align: bottom;
}
ul li {
	list-style-type: none;
}
a {
	color: #000;
	text-decoration: none;
}

.wrapper {
	background-image: url("img/convention/page-bg.jpg");
	background-repeat: repeat;
	margin: 0 auto;
	width: 1500px;
}
@media screen and (max-width: 1500px) {
	.wrapper {
		overflow-x: hidden;
		width: 100%;
	}
}

.column {
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
}

/** ----------------
	header
---------------- **/
header {
	background-image: url("img/convention/page-bg2.jpg");
	background-position: center;
	background-repeat: repeat;
	border-bottom: solid 10px #e61b27;
	overflow: hidden;
	position: relative;
}
header::before {
	background-image: url("img/convention/header-deco1.png");
	background-position: center;
	background-repeat: no-repeat;
	background-size: 100%;
	content: '';
	position: absolute;
	bottom: -3px;
	left: calc((100% - 1050px - 450px) / 2);
	height: 137px;
	width: 250px;
}
header::after {
	background-image: url("img/convention/header-deco1.png");
	background-position: center;
	background-repeat: no-repeat;
	background-size: 100%;
	content: '';
	position: absolute;
	bottom: -4px;
	right: calc((100% - 1050px - 450px) / 2);
	transform: scale(-1, 1);
	height: 137px;
	width: 250px;
}

header a:hover {
	opacity: .65;
}

/** -- signboard -- **/
header .page__title {
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	margin: 0 auto;
	position: relative;
	width: 1050px;
}

.page__title .round {
	background-image: url("img/convention/round.png");
	background-position: center;
	background-repeat: no-repeat;
	position: relative;
	height: 124px;
	width: 134px;
}
.page__title .round p {
	color: #e66446;
	font-size: 24px;
	font-weight: 600;
	letter-spacing: -1px;
	position: absolute;
	left: 50%;
	top: 50%;
	transform: translate(-50%, -50%);
	word-break: keep-all;
}
.page__title .round p span {
	letter-spacing: -4px;
	margin-right: 5px;
}

.page__title h1 {
	font-size: 40px;
	letter-spacing: 1.8px;
	line-height: 1.2;
	margin-left: 16px;
	padding-bottom: 14px;
}
.page__title h1 span {
	font-size: 25px;
	letter-spacing: 0;
}

.page__title .deco__image {
	margin-left: auto;
	padding-top: 20px;
}

/** ----------------
	contents
---------------- **/
#contents {
	margin: 60px auto 80px;
	width: 1050px;
}

/** ----------------
	side
---------------- **/
#side {
	background-color: #f5525b;
	box-sizing: border-box;
	padding: 80px 10px 110px;
	position: relative;
	width: 200px;
}
#side::before {
	background-image: url("img/convention/side-deco1.png");
	background-position: center;
	background-repeat: no-repeat;
	content: '';
	position: absolute;
	left: 0;
	top: 0;
	height: 80px;
	width: 200px;
}
#side::after {
	background-image: url("img/convention/side-deco2.png");
	background-position: center;
	background-repeat: no-repeat;
	content: '';
	position: absolute;
	bottom: 0;
	left: 0;
	height: 80px;
	width: 200px;
}

#side h2 {
	font-size: 30px;
	text-align: center;
	margin: 10px 0 20px;
}

/** convention__content **/
#side .convention__content li {
	margin-bottom: 5px;
}
#side .convention__content li a {
	background-image: url("img/convention/side-link-bg.jpg");
	background-position: center;
	background-repeat: no-repeat;
	box-sizing: border-box;
	display: table-cell;
	font-size: 18px;
	font-weight: 600;
	line-height: 1.4;
	padding-left: 17px;
	transition: ease .5s;
	vertical-align: middle;
	height: 100px;
	width: 180px;
}
#side .convention__content li a:hover {
	opacity: .65;
}
#side .convention__content li a span {
	font-size: 14px;
	letter-spacing: -1px;
}

/** ----------------
	main
---------------- **/
main {
	display: block;
	margin-left: 50px;
	width: 800px;
}

main section {
	margin-bottom: 40px;
}
main section:last-child {
	margin-bottom: 0;
}

/** headline **/
main .headline {
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	background-color: #fce7dd;
	background-image: url("img/convention/headline-deco1.png");
	background-repeat: no-repeat;
	background-position: 100% 0;
	border-left: solid 5px #e61b27;
	box-sizing: border-box;
	margin-bottom: 40px;
	padding-bottom: 4px;
	padding-left: 22px;
	height: 72px;
	width: 100%;
}
main .headline p {
	font-size: 36px;
}
main .headline span {
	display: block;
	font-size: 26px;
	margin-left: 5px;
	padding-top: 2px;
}
main .headline span.blue {
	color: #006fa2;
	font-family: 'ヒラギノ角ゴ Pro W3', 'Hiragino Kaku Gothic Pro', メイリオ, Meiryo, Osaka, 'ＭＳ Ｐゴシック', 'MS PGothic', sans-serif;
	font-size: 22px;
	margin-left: 23px;
	padding-top: 2px;
}

/** headline2 **/
main .headline2 {
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	background-image: url("img/convention/headline-deco2.png");
	background-repeat: no-repeat;
	background-position: 0 50%;
	box-sizing: border-box;
	font-size: 30px;
	line-height: 1.2;
	margin-bottom: 30px;
	padding-left: 45px;
	width: 100%;
}
main .headline2 span {
	display: block;
	font-family: 'ヒラギノ角ゴ Pro W3', 'Hiragino Kaku Gothic Pro', メイリオ, Meiryo, Osaka, 'ＭＳ Ｐゴシック', 'MS PGothic', sans-serif;
	font-size: 18px;
	font-weight: 400;
	margin-left: 12px;
	margin-right: -10px;
}

/** headline3 **/
main .headline3 {
	font-family: 'ヒラギノ角ゴ Pro W3', 'Hiragino Kaku Gothic Pro', メイリオ, Meiryo, Osaka, 'ＭＳ Ｐゴシック', 'MS PGothic', sans-serif;
	font-size: 22px;
	line-height: 1.7;
	margin-bottom: 40px;
	margin-top: 40px;
	text-align: center;
}
main .headline3 span {
	font-size: 18px;
	font-weight: 400;
}

/** link **/
main .link {
  	-ms-flex-wrap: wrap;
  	flex-wrap: wrap;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	margin-bottom: 10px;
}
main .link__banner {
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	background-image: url("img/convention/main-link-bg1.jpg");
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	margin-bottom: 40px;
	transition: ease .5s;
	height: 200px;
	width: 380px;
}
main .link__banner:hover {
	opacity: .65;
}
main .link__banner p {
	font-family: 'Hiragino Mincho ProN', 'ヒラギノ明朝 ProN', 'Hiragino Mincho Pro', 'ヒラギノ明朝 Pro', serif;
	font-size: 30px;
	font-weight: 600;
	line-height: 1.3;
	text-align: center;
}
main .link__banner p span {
	letter-spacing: -1px;
}

/** download__link **/
main .download__link {
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	margin-bottom: 40px;
}
main .download__link.column2 {
	margin: 0 -10px 40px;
}
main .download__link.column3 {
	margin: 0 -5px 40px;
}
main .download__link:last-child {
	margin-bottom: 0;
}
main .download__link .download {
	background-color: #fff;
	border-top: solid 3px #e61b27;
	box-sizing: border-box;
	padding: 20px 20px 90px;
	position: relative;
}
main .download__link .download.pb0 {
	padding-bottom: 25px;
}
main .download__link.column1 .download {
	margin-bottom: 30px;
	width: 500px;
}
main .download__link.column2 .download {
	margin: 0 10px 30px;
	width: -webkit-calc(100% / 2 - 20px);
	width: calc(100% / 2 - 20px);
}
main .download__link.column3 .download {
	margin: 0 5px 30px;
	width: -webkit-calc(100% / 3 - 10px);
	width: calc(100% / 3 - 10px);
}
main .download__link .download:nth-last-child(1) {
	margin-bottom: 0;
}
main .download__link .download.mb0 {
	margin-bottom: 0;
}

main .download__link .download h3 {
	font-family: 'ヒラギノ角ゴ Pro W3', 'Hiragino Kaku Gothic Pro', メイリオ, Meiryo, Osaka, 'ＭＳ Ｐゴシック', 'MS PGothic', sans-serif;
	font-size: 26px;
	line-height: 1.2;
	margin-bottom: 0;
	text-align: center;
}
main .download__link .download h4 {
	font-size: 22px;
	line-height: 1.4;
	margin-bottom: 0;
	text-align: center;
}

main .download__link .download p {
	font-size: 18px;
	line-height: 1.45;
}
main .download__link .download p.center {
	text-align: center;
}
main .download__link .download p span {
	display: block;
	font-size: 16px;
	margin-top: 7px;
	text-align: right;
}
main .download__link .download p span.w {
	margin-right: -10px;
}

main .download__link .download a.pdf {
	display: block;
	position: absolute;
	bottom: 35px;
	left: 50%;
	transform: translateX(-50%);
	transition: ease .5s;
}
main .download__link .download a.pdf:hover {
	opacity: .65;
}

main .download__link .download a.thumbnail {
	display: block;
	margin-bottom: 15px;
	height: 200px;
	width: 350px;
}
main .download__link .download a.thumbnail img {
	image-rendering: -webkit-optimize-contrast;
	object-fit: contain;
	height: 100%;
	width: 100%;
}

/** button **/
main .button {
	background-color: #e61b27;
	border: solid 2px #e61b27;
	box-sizing: border-box;
	color: #fff;
	display: block;
	font-family: 'Hiragino Mincho ProN', 'ヒラギノ明朝 ProN', 'Hiragino Mincho Pro', 'ヒラギノ明朝 Pro', serif;
	font-size: 30px;
	font-weight: 600;
	line-height: 76px;
	margin: 50px auto 0;
	position: relative;
	transition: ease .3s;
	height: 80px;
	width: 500px;
}
main .button:hover {
	background-color: #fff;
	color: #e61b27;
}
main .button span {
	background-image: url("img/convention/entry-btn-arrow.png");
	background-position: 100% 50%;
	background-repeat: no-repeat;
	display: table;
	margin: 0 auto;
	padding-right: 85px;
	text-align: center;
}
main .button:hover span {
	background-image: url("img/convention/entry-btn-arrow2.png");
}

main .button__pdf {
	background-color: #fff;
	background-image: url("img/convention/entry-btn-arrow.png");
	border-top: solid 3px #e61b27;
	box-sizing: border-box;
	display: block;
	margin: 0 auto;
	padding: 20px 20px 90px;
	text-align: center;
	max-width: 500px;
}

/** -- convention__info -- **/
.convention__info figure {
	margin-bottom: 50px;
}
.convention__info figcaption {
	margin-top: 26px;
	text-align: center;
}

/** -- research__presen -- **/
.research__presen section {
	margin-bottom: 40px;
}
.research__presen section:last-child {
	margin-bottom: 0;
}


/** ----------------
	footer
---------------- **/
footer {
	background-image: url("img/convention/page-bg2.jpg");
	background-position: center;
	background-repeat: repeat;
	border-top: solid 1px #e61b27;
	padding: 30px 0 40px;
	position: relative;
}
footer::before {
	background-image: url("img/convention/footer-deco.png");
	background-position: center;
	background-repeat: no-repeat;
	content: '';
	position: absolute;
	left: calc((100% - 1050px - 320px) / 2);
	top: 41px;
	height: 45px;
	width: 143px;
}
footer::after {
	background-image: url("img/convention/footer-deco.png");
	background-position: center;
	background-repeat: no-repeat;
	content: '';
	position: absolute;
	right: calc((100% - 1050px - 330px) / 2);
	top: 44px;
	height: 45px;
	width: 143px;
}

footer .profile {
	margin: 0 auto;
	width: 1050px;
}
footer .profile .column {
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
}