@charset "UTF-8";
/* CSS Document */
.contents{
	padding-bottom: 0;
	color: #333333;
	background-color: #ffffff;
	/*color: #ffffff;
	background-color: rgba(201,21,30,1.00);*/
	font-family: "Noto Sans JP", serif;
	font-optical-sizing: auto;
	font-weight: 500;
	font-style: normal;
}
.contents *{
	box-sizing: border-box;
}
.contents a{
	text-decoration: none;
}
.contents .session/*, .contents .session a*/{
	color: #ffffff;
}
.contents .session .field{
	color: #333333;
}
.contents hr{
	border-top: 1px dashed #000000;
}
.contents hr.spacer{
	border: none;
}
.contents .fadein{
	opacity: 0;
}
.contents > section{
	/*padding: 3.0em 0;*/
	overflow: hidden;
}
.contents section:not(.session) h3{
	font-size: 1.5em;
}
.contents .heading h3{
	display: flex;
	align-items: center;
	color: rgba(201,21,30,1.00);
	background-color: #ffffff;
	border: 4px solid #ffffff;
	font-size: 2.0em;
	text-align: center;
}
.contents .heading h3 em{
	display: inline-block;
	padding: 0.5em 0.75em;
	color: #ffffff;
	background-color: rgba(201,21,30,1.00);
}
.contents .heading h3 b{
	padding: 0 1.0em;
}
.contents h4{
	padding: 1.0em;
	color: #ffffff;
	background-color: #000000;
	border-left: none;
}
.contents h4:before{
	display: none;
}
.contents .session .field h4{
	display: flex;
	align-items: center;
	margin-bottom: 0;
	padding: 1.0em;
}
.contents .session .field h4 em{
	display: flex;
	align-items: center;
	justify-content: center;
	width: 2.0em;
	height: 2.0em;
	margin-right: 0.5em;
	background-color: rgba(201,21,30,1.00);
	border-radius: 5.0em;
}
.contents table{
	width: calc(100% + 8px);
	margin-bottom: 0;
	border-collapse: separate;
	border-spacing: 4px;
	transform: translate(-4px);
	border-top: none;
}
.contents table tr > *{
	border-bottom: none;
}
.contents table tr > th{
	color: #ffffff;
	background-color: #000000;
}
.contents table tr > td, .contents .session .field table tr > td{
	color: #333333;
	background-color: #eeeeee;
}
.contents .session table tr > td{
	color: #333333;
	background-color: rgba(255,255,255,1.00);
}
.contents .intro{
	padding: 1.5em 0;
}
.contents .schedule .container{
	color: #ffffff;
	background-color: rgba(201,21,30,1.00);
	border-radius: 10px;
	overflow: hidden;
}
.contents .schedule h3{
	margin-bottom: 0;
	padding: 1.0em;
	background-color: #000000;
}
.contents .schedule li{
	display: flex;
	align-items: center;
	margin: 0 1.5em;
	line-height: 1.4;
}
.contents .schedule li:not(:first-child){
	border-top: 2px dashed #ffffff;
}
.contents .schedule li em{
	width: 3.0em;
	padding: 0 0.5em;
	color: rgba(201,21,30,1.00);
	background-color: #ffffff;
	font-family: "Bebas Neue", sans-serif;
  font-weight: 400;
	text-align: center;
}
.contents .schedule li b{
	display: block;
	flex-grow: 1;
	padding: 0.75em 0 0.75em 0.75em;
}
.contents .schedule li span{
	white-space: nowrap;
}
.contents .schedule li a{
	display: flex;
	align-items: center;
	justify-content: space-between;
	color: #ffffff;
}
.contents .schedule li a:after{
	content: "\f13a";
	font-family: FontAwesome;
	line-height: 1.0;
}
.contents .news .swiper-slide > *{
	display: block;
	color: #333333;
	background-color: #ffffff;
}
.contents .news .swiper-slide p{
	margin-bottom: 2.0em;
	padding: 1.0em;
}
.contents section#session-01 {
	background-color: rgba(201,21,30,1.00);
}
.contents section#session-02 {
	background-color: rgba(152,16,22,1.00)
}
.contents section#session-03 {
	background-color: rgba(94,10,14,1.00)
}
.contents section .heading{
	display: flex;
	align-items: center;
	justify-content: center;
}
.contents .session .field {
	border-radius: 10px;
	overflow: hidden;
}
.contents .session .field .inner {
	padding: 1.5em;
	background-color: #ffffff;
}
.contents .session .field .textC + p {
	margin-top: 0.75em;
}
.contents .entry{
	margin-top: 1.5em;
	text-align: center;
}
.contents p + .entry{
	margin-top: 0;
}
.contents .entry a{
	display: inline-block;
	padding: 0.5em 4.0em;
	color: rgba(201,21,30,1.00);
	background-color: #ffffff;

}
.contents .field .entry a{
	border: 2px solid rgba(201,21,30,1.00);
	border-radius: 5.0em;
}
.contents .entryList{
	margin-bottom: 20px;
	border-bottom: 2px solid #000000;
}
.contents .entryList li{
	display: flex;
	align-items: center;
	justify-content: space-between;
	padding: 0.5em;
	color: #333333;
	background-color: #ffffff;
	border-top: 2px solid #000000;
	border-right: 2px solid #000000;
	border-left: 2px solid #000000;
}
.contents .entryList li b{
	width: calc(100% - 6.0em);
}
.contents .entryList li b + *{
	display: block;
	width: 6.0em;
	padding: 0.75em 0;
	color: #ffffff;
	background-color: rgba(201,21,30,1.00);
	border-radius: 5px;
	text-align: center;
	line-height: 1.0;
}
.contents .entryList li b + span{
	background-color: #aaaaaa;
}
.contents .option{
	padding: 0 1.5em 1.5em;
	border: 2px solid #ffffff;
}
.contents .option > strong{
	display: block;
	margin-bottom: 0.75em;
	padding: 1.0em;
	border-bottom: 2px solid #ffffff;
	font-size: 1.5em;
}
.swiper-button-prev, .swiper-button-next{
	width: 44px;
	color: rgba(201,21,30,1.00);
	background-color: #ffffff;
}
.swiper-button-prev:after, .swiper-button-next:after{
	font-size: 20px;
}
.youtubeArea iframe{
	vertical-align: text-bottom;
}
.unit2, .unit3{
	display: flex;
}
.unit2 > .col{
	display: flex;
	width: 48.571%;
}
.unit2 > .col:nth-child(even){
	margin-left: 2.857%;
}
.unit2 > .col:nth-of-type(n+3){
	margin-top: 2.857%;
}
.unit3 > .col{
	display: flex;
	width: 31.42%;
}
.unit3 > .col:not(:nth-of-type(3n+1)){
	margin-left: 2.857%;
}
.unit3 > .col:nth-of-type(n+4){
	margin-top: 2.857%;
}

@media only screen and (max-width: 640px) {
	.container{
		padding-right: 1.0em;
		padding-left: 1.0em;
	}
	.contents *{
		font-size: 3.5vw;
	}
	.contents table tbody, .contents table tr, .contents table tr > *, .contents table tr > *{
		display: block;
		width: 100%;
	}
	.contents table tr > *{
		padding: 0.75em;
	}
	.contents .heading h3{
		flex-wrap: wrap;
		width: calc(100% - 1.0em);
		text-align: center;
	}
	.contents .heading h3 em{
		width: 100%;
	}
	.contents .heading h3 b{
		padding: 0.5em;
	}
	.contents section .heading{
		position: relative;
		height: 30vw;
		clip-path: inset(0);
	}
	.contents section .heading:before{
		content: "";
		display: block;
		position: fixed;
		top: 0;
		right: 0;
		bottom: 0;
		left: 0;
		width: 100%;
		height: 50vw;
		background-repeat: no-repeat;
		background-size: contain;
	}
	.contents section#session-01 .heading:before {
		background-image: url("../../img/100th/event/ph-heading-01.jpg");
	}
	.contents section#session-02 .heading:before {
		background-image: url("../../img/100th/event/ph-heading-02.jpg");
	}
	.contents section#session-03 .heading:before {
		background-image: url("../../img/100th/event/ph-heading-03.jpg");
	}
	.contents section .heading + .container{
		position: relative;
		padding-top: 1.0em;
		z-index: 1;
	}
	.contents .schedule .container{
		margin: 0 1.0em;
		padding-right: 0;
		padding-left: 0;
	}
	.contents .schedule li{
		font-size: 3.0vw;
	}
	.contents .news .swiper-container{
		width: 100vw;
		overflow: visible;
	}
	.contents .session {
		padding: 1.5em;
	}
	.contents .entryList li b + *{
		padding: 0.5em 0;
		font-size: 3.0vw;
	}
	.swiper-button-prev{
		left: -1.0em;
	}
	.swiper-button-next{
		right: 1.0em;
	}
	.unit2Lg > .col:not(:first-child){
		margin-top: 1.0em;
	}
}
@media only screen and (min-width: 641px) {
	.container{
		width: 1050px;
		margin: 0 auto;
	}
	.contents table tr > th{
		width: 20%;
		text-align: center;
	}
	.contents section .heading{
		min-height: 25vw;
	}
	.contents section .heading{
		background-position: center top;
		background-repeat: no-repeat;
		background-attachment: fixed;
		background-size: contain;
	}
	.contents section .heading + .container{
		padding: 60px 0;
	}
	.contents section#session-01 .heading {
		background-image: url("../../img/100th/event/ph-heading-01.jpg");
	}
	.contents section#session-02 .heading {
		background-image: url("../../img/100th/event/ph-heading-02.jpg");
	}
	.contents section#session-03 .heading {
		background-image: url("../../img/100th/event/ph-heading-03.jpg");
	}
	.contents .heading h3{
		font-size: 3.0em;
	}
	.contents .schedule li{
		font-size: 1.5rem;
	}
	.contents .schedule li a:after{
		font-size: 1.75rem;
	}
	.contents .news .swiper-container{
		width: 1050px;
		overflow: visible;
	}
	.contents .entry a{
		padding: 0.5em 3.0em;
		font-size: 1.25em;
		font-weight: bold;
	}
	.swiper-button-prev{
		left: -24px;
	}
	.swiper-button-next{
		right: -24px;
	}
	.unit2Lg{
		display: flex;
	}
	.unit2Lg > .col{
		width: 48.571%;
	}
	.unit2Lg > .col:nth-child(even){
		margin-left: 2.857%;
	}
	.unit2Lg > .col:nth-of-type(n+3){
		margin-top: 2.857%;
	}
}