@charset "UTF-8";

/* ===================================
	File Name   : outline.css
	Description : Outline Page Layout CSS
	Editor      : Bface Saeki
	Last Editor : Bface Saeki
	
	Update Description :
	[2023/11/28] Section "Theme" 追加
	[2023/11/28] "主催団体一覧"一部要素削除による調整
	[2023/08/28] 新規作成

====================================== */

/*========== Style Contents ==========

	1. Page [outline] Setting 
		- Section "Theme" 
		- Section "Outline" 
		- Section "Target" 
	
====================================== */



/*===== ■1. Page [outline] Setting  =====*/
/* Section "Theme" */
#theme {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  background: url("../img/outline/bg-theme.jpg") no-repeat center / cover;
  aspect-ratio: 1 / 1;
  padding: 40px;
  text-align: center;
  box-sizing: border-box;
}

#theme h2 {
  border: none;
  color: var(--dominant02);
  font-weight: bold;
  font-size: 40px;
  text-shadow:0 0 3px #fff,0 0 3px #fff,0 0 3px #fff,0 0 3px #fff,0 0 3px #fff,0 0 3px #fff,0 0 3px #fff,0 0 3px #fff,0 0 3px #fff,0 0 3px #fff,0 0 3px #fff,0 0 3px #fff,0 0 3px #fff,0 0 3px #fff,0 0 3px #fff,0 0 3px #fff, 0 3px 3px #000;
}

#theme h2 + p {
  padding: 20px;
  background: rgba(255,255,255,.8);
  font-size: 1.8rem;
  line-height: 1.8;
}

#theme .fadein {
	opacity: 0;
	visibility: hidden;
	transform: translateY(40px);
	transition: all 1.4s;
}
#theme .fadein.isActive {
	opacity: 1;
	visibility: visible;
	transform: translateY(0);
}
#theme + p {
	padding: 10px;
	background-color: var(--dominant02-light);
	font-size: 1.8rem;
}
#theme + p > em {
	font-weight: bold;
}


@media screen and (max-width:640px) {
  #theme {
		padding: 15px;
		text-align: left;
	}
	
	#theme h2 {
		font-size: 20px;
	}
	
	#theme h2 + p {
		padding: 10px;
		font-size: 1.4rem;
	}
	#theme + p {
		font-size: 1.4rem;
	}
}


/* Section "Outline" */
#outline p b { 
  font-weight: bold;
  color:#c00;
}

#outline .images {
  display: flex;
  justify-content: space-between;
  margin: 10px 0;
}

#outline .images span {
  display: inline-block;
  width: calc(50% - 10px);
}

#outline dl {
	display: flex;
	position: relative;
	border-bottom: 1px solid #999;
}

#outline dl:last-of-type {
  margin-bottom: 30px;
}

#outline dl:before,
#outline dl:after {
	position: absolute;
	bottom: 0;
	width: 5px;
	height: 20px;
	background: #999;
	content: '';
}
#outline dl:before { left: 0;}
#outline dl:after { right: 0;}

#outline dt {
	display: flex;
	align-items: center;
	position: relative;
	width: 160px;
	padding: 0 10px 0 20px;
	box-sizing: border-box;
	font-weight: bold;
	font-size: 1.6rem;
}

#outline dt:after {
	position: absolute;
	right: 0;
	bottom: 0;
	width: 1px;
	height: 20px;
	background: #999;
	content: '';
}

#outline dt > span > span {
	font-size: 1.4rem;
}

#outline dd {
  flex: 1;
  padding: 20px;
}

#outline dd p {
	margin: 5px 0 0;
	padding-left: 1em;
	text-indent: -1em;
	font-weight: bold;
	font-size: 1.2rem;
	line-height: 1.3;
}

#outline dd span {
  display: block;
  width: 70%;
  max-width: 320px;
}
#outline dd span.inline {
  display: inline-block;
  width: auto;
  max-width: none;
}

#outline dd li:not(:last-child) { margin-bottom: 5px;}

#outline dd a {
	display: block;
	position: relative;
	padding-left: 10px;
}

#outline dd a:before {
	position: absolute;
	top: 50%;
	left: 0;
	border: 4px solid transparent;
	border-left: 5px solid var(--dominant);
	transform: translateY(-50%);
	content: '';
}
#outline .inner > figure {
  width: 100%;
}

#outline #outline_bnr {
	max-width: 640px;
	margin: 20px auto;
}

article #exhibition_btn {
	margin-top: 40px;
	text-align: center;
}
article #exhibition_btn a {
	max-width: 600px;
	width: 100%;
}


@media screen and (max-width:640px) {
	#outline h2 { margin-bottom: 15px;}
  #outline .inner > p { 
    margin-bottom: 10px;
  }

  #outline .images {
		flex-direction: column;
    margin: 10px 0;
  }

  #outline .images span {
    width: 100%;
  }
	#outline dl {
		display: block;
		margin-bottom: 10px;
		padding-bottom: 10px;
		border-bottom: 1px dotted #999;
	}
	#outline dl:last-of-type {
		padding: 0;
		border: none;
	}
  

	#outline dl:before,
	#outline dl:after { display: none;}

	#outline dt {
		display: block;
		width: auto;
		margin-bottom: 5px;
		padding: 5px;
		border-left: 5px solid #999;
		font-size: 1.4rem;
		line-height: 1;
	}

	#outline dt br,
	#outline dt:after{ display: none;}

	#outline dd {
		margin: 0 10px;
		padding: 0;
	}
	
	#outline dd br { display: none;}
	
	#outline dd p { font-size: 1.2rem;}
  
  #outline dd span {
    max-width: inherit;
    margin: 0 auto;
  }
	
	#outline dd a:before { top: 9px;}

	#outline #outline_bnr {
		margin: 10px auto;
	}
	article #exhibition_btn {
    margin-top: 30px;
	}
}


/* Section "Difference" */
#difference .inner p span {
  font-weight: bold;
}
#difference .inner p.notice {
  margin-top: 10px;
  text-indent: -1rem;
  padding-left: 1rem;
}
#difference .inner figure {
  margin-top: 20px;
}

@media screen and (max-width:640px) {
	#difference .inner p {
		margin: 0 10px;
	}
	#difference .inner figure {
		margin: 10px 10px 0;
	}

}


/* Section "Target" */
#target .exhibitor,
#target .visitor {
	display: flex;
	flex-wrap: wrap;
	margin-bottom: 15px;
}
#target .visitor { justify-content: flex-start;}

#target .exhibitor > li {
	display: flex;
	flex-direction: column;
}

#target .exhibitor > li figure {
	margin-top: auto;
	padding-top: 10px;
}
#target .exhibitor > li,
#target .visitor > li {
	box-sizing: border-box;
	width: 48%;
	margin: 0 1% 15px;
	padding: 10px;
	background: var(--dominant-light02);
}
#target .visitor > li {
	background: none;
	margin: 0 1% 3px;
	padding: 0;
}

#target em {
	display: block;
	position: relative;
	padding-left: 10px;
	font-weight: bold;
	line-height: 1.3;
}
#target em:before {
	display: block;
	position: absolute;
	top: 5px;
	left: 0;
	width: 8px;
	height: 8px;
	box-sizing: border-box;
	border: 2px solid var(--dominant);
	border-radius: 50%;
	content:'';
}

#target .exhibitor ul,
#target .visitor ul { margin-left: 10px;}
#target .exhibitor em + ul,
#target .visitor em + ul { margin: 7px 0 0 10px;}

#target .exhibitor ul li,
#target .visitor ul li {
	position: relative;
	margin-bottom: 5px;
	padding-left: 7px;
	line-height: 1.3;
}

#target .exhibitor ul li:last-child,
#target .visitor ul li:last-child { margin-bottom: 0;}

#target .exhibitor ul li:before,
#target .visitor ul li:before{
	position: absolute;
	top: 6px;
	left: 0;
	width: 4px;
	height: 4px;
	border-radius: 50%;
	background: var(--dominant);
	content:'';
}


@media screen and (max-width:640px) {
	#target .intro {
		flex-direction: column;
		gap: 10px;
	}
	#target .intro figure {
		width: 100%;
	}
	

	#target .exhibitor > li,
	#target .visitor > li {
		width: 100%;
		margin: 0 10px 10px;
	}
	
	#target em:before { top: 4px;}
}





/*===== ■2. Page [committee] Setting  =====*/
#committee > .inner > div {
	display: flex;
	flex-wrap: wrap;
	gap: 20px;
	margin-top: 35px;
}
#committee .chairman {
	flex-grow: 1;
	width: calc(33.33% - 20px);
	min-width: 263px;
}
#committee .vice {
	flex-grow: 1;
	width: calc(66.66% - 20px);
}
#committee .member {
	width: 100%;
}

#committee .vice .inner {
	display: flex;
	gap: 20px;
}
#committee .member .inner {
	display: grid;
	grid-template-columns: repeat(auto-fill, minmax(190px, 1fr));
	gap: 20px;
}
#committee .chairman figure,
#committee .vice figure {
	display: flex;
	flex-direction: row-reverse;
	justify-content: flex-end;
	align-items: flex-end;
}
#committee figure {
	display: flex;
	flex-direction: column-reverse;
	justify-content: flex-end;
}
#committee figure figcaption em {
	display: block;
	font-weight: bold;
	font-size: 1.6rem;
}
#committee .chairman figure span,
#committee .vice figure span {
	margin-right: 10px;
}
#committee figure span {
	flex-shrink: 0;
	width: 100px;
}
#committee .committee_note{	
	text-align: right;
	padding: 8px; 
}

@media screen and (max-width:640px) {
	#committee figure figcaption {
		font-size: 1.2rem;
	}
	#committee figure figcaption em {
		font-size: 1.4rem;
	}
	#committee .vice .inner {
		flex-wrap: wrap;
		gap: 10px;
	}
	#committee .vice figure {
		min-width: 250px;
	}
	#committee .member .inner {
		grid-template-columns: repeat(2, 1fr);
		gap: 10px;
	}
}


/*===== ■2. Page [sponsor] Setting  =====*/
#sponsor .inner > p:first-child { margin-bottom: 20px;}
#sponsor .inner > div { margin: 0 10px 30px;}

.sponsor_table{ width:100%;}

.sponsor_table tr:nth-child(28){border-bottom: 2px solid rgba(0,157,64,0.1);}

.sponsor_table tr:nth-child(odd){background: var(--dominant-light02);}

.sponsor_table td{padding: 8px 15px;}

.sponsor_company{
	width: 35%;
	padding : 8px 0px 8px 15px;
}
.sponsor_note{	
	text-align: right;
	padding: 8px; 
}


@media screen and (max-width:640px){
	#sponsor .inner > div { margin: 0 10px 15px;}
	.sponsor_table td{
		display: block;
		width: auto;
		padding: 0 10px;
		margin: 0 auto;
		text-align: left;
	}
	
	.sponsor_company{width: 100%;}

	#sponsor .sponsor_table tr td{padding: 10px;}
}


/*===== ■3. Page[sponsor]Setting =====*/
#sponsor > .inner > ul{
  display: flex;
  flex-wrap: wrap;
  margin-bottom: 30px;
  justify-content: flex-start;
}

#sponsor > .inner > ul > li {
  margin: 0 1% 5px;
  box-sizing: border-box;
  width: 48%;
}

#sponsor em {
  display: block;
  position: relative;
  padding-left: 10px;
  font-weight: bold;
  line-height: 1.3;
}

#sponsor em:before {
  display: block;
  position: absolute;
  top: 5px;
  left: 0;
  width: 8px;
  height: 8px;
  box-sizing: border-box;
  border: 2px solid #005e66;
  border-radius: 50%;
  content: '';
}

#sponsor .inner .inner ul{
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}

#sponsor .inner .inner ul::after{
  display: block;
  width: 32%;
  content: "";
}

#sponsor .inner .inner li{
  width: 32%;
  margin-bottom: 5px;
}

@media screen and (max-width:640px){
  #sponsor > .inner > ul{
    display: block
  }
  
  #sponsor > .inner > ul > li {
    width: 100%;
  }
  
  #sponsor .inner .inner li{
    width: 48.5%;
    margin-bottom: 5px;
  }
}


/*===== ■3. Page[greeting]Setting =====*/
#greeting .inner > p {
  margin-bottom: 10px;
}

#greeting .inner > div {
  display: flex;
  align-items: flex-end;
  justify-content: flex-end;
}

#greeting .inner > div div {
  width: 20%;
  min-width: 200px;
}

#greeting .inner > div div p {
  text-align: right;
  font-size: 1.2rem;
}

#greeting .inner > div div p span {
  font-size: 1.4rem;
  font-weight: bold;
}

#greeting .inner > div figure {
  width: 20%;
  min-width: 140px;
  margin-left: 10px;
}


@media screen and (max-width:640px) {
  #greeting .inner > div div {
    width: 60%;
    min-width: 120px;
  }

  #greeting .inner > div figure {
    width: 40%;
    min-width: 100px;
  }

}

