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

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

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

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

#main .figure_01 img {
	max-width: 500%;
	height: 820px;
	transform: translateX(-50%);
	position: absolute;
	top: 0;
	left: 50%;
}

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

#main .figure_02 img {
	height: 50vw;
}

#main h2 {
	margin-bottom: 7vw;
	font-weight: 700;
	font-size: 5vw;
}

#main ul {
	margin: 0 5vw;
}

#main li {
	margin-top: 5vw;
}

#main li a {
	display: block;
	padding: 5vw 12vw 5vw 10vw;
	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: 8px;
	height: 8px;
	margin-top: -10px;
	border-bottom: solid 2px #fff;
	border-right: solid 2px #fff;
	transform: rotate(45deg);
	position: absolute;
	top: 50%;
	right: 5vw;
}

#main .copy {
	display: block;
	margin-bottom: 0.7em;
	font-weight: 600;
	font-size: 4vw;
	line-height: 1.3;
	color: #D7014A;
}

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

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

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

.contents {
	padding: 10vw 5vw;
	background: #D7014A;
	color: #fff;
	position: relative;
	z-index: 0;
}

.contents.orange {
	background: #F0691A;
}

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

.contents .h2 h2 {
	margin-bottom: 5vw;
	font-weight: 600;
	font-size: 6vw;
	line-height: 1;
	position: relative;
}

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

.contents .h2 h2 .en {
	display: block;
	margin-bottom: 3vw;
	font-size: 5vw;
}

.contents .h2 .date {
	display: inline-block;
	vertical-align: top;
	padding: 2vw 3vw;
	border-top: solid 1px #fff;
	border-bottom: solid 1px #fff;
	font-weight: 500;
	font-size: 4vw;
}

.contents .h2 .date span {
	font-size: 7vw;
}

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

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

.contents .section .figure_03 {
	height: 26.36205128205128vw;
	margin-bottom: 5vw;
}

.contents .section .name {
	margin-bottom: 3vw;
	font-weight: 600;
	font-size: 6vw;
	line-height: 1;
	color: #D7014A;
}

.contents .section .date {
	margin-bottom: 5vw;
	font-weight: 500;
	font-size: 4vw;
	line-height: 1.1;
	color: #D7014A;
}

.contents .section .date span {
	font-size: 7vw;
}

.contents .section .tag {
	display: inline-block;
	vertical-align: top;
	min-width: 40vw;
	height: 10vw;
	margin-bottom: 5vw;
	padding: 0 1em;
	border-radius: 10vw;
	background: rgba(215, 1, 74, 0.1);
	line-height: 10vw;
}

.contents .section .ribbon {
	height: 14vw;
	margin-bottom: 3vw;
	background: url(../images/ribbon.svg) no-repeat top / 100% 100%;
	font-weight: 600;
	font-size: 4.5vw;
	line-height: 14vw;
	color: #fff;
}

.contents .section .em {
	margin-bottom: 6vw;
	line-height: 1;
}

.contents .section .figure_01 {
	height: 26.36205128205128vw;
	margin-bottom: 6vw;
}

.contents .section .note {
	margin-bottom: 6vw;
	font-weight: 600;
	font-size: 4vw;
}

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

.contents .section .figure_02 {
	height: 26.36205128205128vw;
	margin-bottom: 6vw;
}

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

.contents .section .comment {
	margin-bottom: 6vw;
	font-size: 3vw;
}

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

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

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

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