@charset "UTF-8";
@import "/jaba/include/css/common.pc.css";

/* ---------------------------------------------------------
	CSS Document header
--------------------------------------------------------- */

#wrapper {
	padding-top: 0;
}

#header {
	display: none;
}

/* ---------------------------------------------------------
	CSS Document main
--------------------------------------------------------- */

#main {
	display: flex;
	justify-content: center;
	align-items: center;
	height: 820px;
	background: #000;
	color: #fff;
	position: relative;
	z-index: 0;
}

#main .figure_01 {
	width: 100%;
	height: 820px;
	overflow: hidden;
	position: absolute;
	top: 0;
	left: 0;
	z-index: -1;
}

#main .figure_01 img {
	max-width: 400%;
	min-width: 1440px;
	width: 100%;
	transform: translateY(-50%) translateX(-50%);
	position: absolute;
	top: 50%;
	left: 50%;
}

#main .figure_02 {
	height: 200px;
	margin-bottom: 20px;
}

#main .figure_02 img {
	height: 200px;
}

#main h2 {
	margin-bottom: 40px;
	font-weight: 700;
	font-size: 24px;
	line-height: 1.5;
}

#main li {
	margin-top: 30px;
}

#main li a {
	display: inline-block;
	vertical-align: top;
	width: 540px;
	height: 110px;
	padding: 25px 0 0 50px;
	border-radius: 110px;
	border: solid 1px rgba(255, 255, 255, 0.4);
	background: rgba(30, 30, 30, 0.6);
	box-shadow: 0 4px 10px rgba(0, 0, 0, 0.5);
	text-decoration: none;
	text-align: left;
	line-height: 1;
	position: relative;
}

#main li a:after {
	content: '';
	width: 10px;
	height: 10px;
	border-bottom: solid 2px #fff;
	border-right: solid 2px #fff;
	transform: rotate(45deg);
	position: absolute;
	top: 46px;
	right: 40px;
}

#main .copy {
	display: block;
	margin-bottom: 0.7em;
	font-weight: 600;
	font-size: 16px;
	line-height: 1;
	color: #D7014A;
}

#main li:nth-of-type(3) .copy {
	color: #F0691A;
}

#main .sub_title {
	display: block;
	font-weight: 600;
	font-size: 30px;
	color: #fff;
}

/* ---------------------------------------------------------
	CSS Document contents
--------------------------------------------------------- */

.contents {
	padding: 80px 0;
	background: #D7014A;
	color: #fff;
	position: relative;
	z-index: 0;
}

.contents.orange {
	background: #F0691A;
}

.contents:after {
	content: '';
	width: 576px;
	height: 434px;
	margin-left: 190px;
	background: url(../images/ball.svg) no-repeat bottom / 100% auto;
	position: absolute;
	top: 0;
	left: 50%;
	z-index: -1;
}

.contents .h2 h2 {
	margin-bottom: 40px;
	font-weight: 600;
	font-size: 50px;
	line-height: 1;
	position: relative;
}

.contents.orange .h2 h2 {
	margin-bottom: 0;
}

.contents .h2 h2 .en {
	display: block;
	margin-bottom: 20px;
	font-size: 40px;
}

.contents .h2 .date {
	display: inline-block;
	vertical-align: top;
	padding: 10px 15px;
	border-top: solid 1px #fff;
	border-bottom: solid 1px #fff;
	font-weight: 500;
	font-size: 18px;
}

.contents .h2 .date span {
	font-size: 40px;
}

.contents .h2 .date em {
	font-weight: 400;
}

.contents .section {
	margin-top: 50px;
	padding: 50px 0;
	border-radius: 10px;
	background: #fff;
	color: #1F1F1F;
}

.contents .section .figure_03 {
	height: 290px;
	margin-bottom: 40px;
}

.contents .section .name {
	margin-bottom: 20px;
	font-weight: 600;
	font-size: 40px;
	line-height: 1;
	color: #D7014A;
}

.contents .section .date {
	margin-bottom: 20px;
	font-weight: 500;
	font-size: 18px;
	line-height: 1.1;
	color: #D7014A;
}

.contents .section .date span {
	font-size: 36px;
}

.contents .section .tag {
	display: inline-block;
	vertical-align: top;
	min-width: 150px;
	height: 38px;
	margin-bottom: 20px;
	padding: 0 1em;
	border-radius: 38px;
	background: rgba(215, 1, 74, 0.1);
	line-height: 36px;
}

.contents .section .ribbon {
	height: 56px;
	margin-bottom: 15px;
	background: url(../images/ribbon.svg) no-repeat top / auto 100%;
	font-weight: 600;
	font-size: 26px;
	line-height: 54px;
	color: #fff;
}

.contents .section .em {
	margin-bottom: 40px;
	line-height: 1;
}

.contents .section .figure_01 {
	height: 300px;
	margin-bottom: 40px;
}

.contents .section .note {
	margin-bottom: 40px;
	font-weight: 600;
	font-size: 20px;
}

.contents .section .note2 {
	margin: 10px 0 20px;
}

.contents .section .figure_02 {
	height: 300px;
	margin-bottom: 40px;
}

.contents .section .cheer {
	display: flex;
	align-items: center;
	width: 640px;
	height: 170px;
	margin: 0 auto 40px;
	padding-left: 40px;
	border-radius: 10px;
	background: #FEF6E7 url(../images/cheer.png) no-repeat 90%;
	text-align: left;
	font-weight: 600;
	font-size: 20px;
	line-height: 1.5;
	color: #F0691A;
}

.contents .section .comment {
	margin-bottom: 40px;
	font-size: 15px;
}

/* ---------------------------------------------------------
	CSS Document submit
--------------------------------------------------------- */

.submit {
	display: flex;
	justify-content: center;
	text-align: center;
}

.submit li {
	margin: 0 10px;
}

.submit li a {
	display: block;
	width: 300px;
	height: 70px;
	border-radius: 70px;
	background: linear-gradient(to right, #F0691A 0%, #D7014A 100%);
	text-align: center;
	text-decoration: none;
	font-weight: 600;
	font-size: 20px;
	line-height: 70px;
	color: #fff;
}

.submit li a:after {
	display: inline-block;
	vertical-align: 0.1em;
	content: '';
	width: 9px;
	height: 9px;
	margin-left: 6px;
	border-top: solid 2px #fff;
	border-right: solid 2px #fff;
	transform: rotate(45deg);
}
