@charset "utf-8";
.stadiam_container * {
		margin: 0;
		padding: 0;
}
.stadiam_container img {
		border: none;
		vertical-align: top;
}
.stadiam_container {
		overflow: hidden;
		font-size: 16px;
		line-height: 1;
		-webkit-text-size-adjust: 100%;
		background: #fff;
		color: #333;
		box-sizing: content-box;
		max-width: 1200px;
		margin: 0 auto;
}
.stadiam_container.wide {
		max-width: inherit;
}
.stadiam_container:lang(en) {
		font-family: Arial, Helvetica, "sans-serif";
}
/* ============= */
/* =====  KV ===== */
.stadium_kv {
		position: relative;
		overflow: hidden;
}
.stadium_kv .kv_overlay {
		position: absolute;
		top: 0;
		left: 0;
		width: 100%;
		height: 100%;
		background-repeat: no-repeat;
		background-position: center top;
		background-size: 3000px;
		background-image: url("../imgs/kv_overlay_pc.png");
		mix-blend-mode: multiply;
		pointer-events: none;
}
.stadium_kv_base {
		position: relative;
		max-width: 1200px;
		margin: 0 auto;
}
.stadium_kv img {
		width: 100%;
		height: auto;
}
.stadium_kv_base .kv_logo, .stadium_kv_base .kv_catch {
		position: absolute;
		top: 0;
		left: 0;
		width: 100%;
}
.stadium_kv_base .kv_copyright {
		font-family: Arial, Helvetica, "sans-serif";
		font-size: 13px;
		position: absolute;
		left: 64px;
		bottom: 25px;
}
.stadium_kv_base .kv_scroll {
		position: absolute;
		width: 12px;
		height: 150px;
		right: 135px;
		right: 43px;
		bottom: 10px;
		z-index: 10
}
.kv_scroll .kv_scroll_bar {
		position: absolute;
		top: 87px;
		left: 0px;
		width: 15px;
		height: 28px;
		transform-origin: center top;
		background-repeat: no-repeat;
		background-position: center center;
		background-size: 15px;
		background-image: url("../imgs/kv_scroll_arw.png");
		z-index: 50;
		animation: scrollArw 1.6s cubic-bezier(0.16, 1, 0.3, 1) infinite;
}
@keyframes scrollBar {
		0% {
				transform: scaleY(0);
				opacity: 0;
		}
		30% {
				opacity: 1;
		}
		80% {
				transform: scaleY(1);
				opacity: 1;
		}
		100% {
				transform: scaleY(1);
				opacity: 0;
		}
}
@keyframes scrollArw {
		0% {
				opacity: 0;
				transform: translateY(-10px);
		}
		50% {
				opacity: 1;
		}
		80% {
				transform: translateY(10px);
				opacity: 1;
		}
		100% {
				transform: translateY(10px);
				opacity: 0;
		}
}
@media(max-width: 1200px) {
		.stadium_kv .kv_overlay {
				position: absolute;
				top: 0;
				left: 0;
				background-position: right top;
				background-size: cover;
				background-image: url("../imgs/kv_overlay_mid.png");
		}
		.stadium_kv_base .kv_copyright {
				font-size: 12px;
				left: 5.2vw;
		}
		.stadium_kv_base .kv_scroll {
				right: 10.1vw;
				right: 3.5vw;
		}
}
@media(max-width: 840px) {
		.stadium_kv_base .kv_copyright {
				font-size: 12px;
				left: 20px;
				bottom: 15px;
		}
}
@media(max-width: 767px) {
		.stadium_kv_base .kv_copyright {
				font-size: 11px;
				left: 20px;
				bottom: 20px;
		}
		.stadium_kv .kv_overlay {
				background-image: url("../imgs/kv_overlay_sp.png");
		}
		.stadium_kv_base .kv_scroll {
				width: 10px;
				height: 100px;
				right: 15px;
				bottom: 140px;
				display: none;
		}
		.kv_scroll .kv_scroll_bar {
				top: 74px;
				left: 0px;
				width: 12px;
				height: 22px;
				background-size: 12px;
		}
}
@media(max-width: 380px) {
		.stadium_kv .kv_overlay {
				background-image: url("../imgs/kv_overlay_ex.png");
		}
		.stadium_kv_base .kv_copyright {
				bottom: 23px;
				font-size: 10px;
		}
}
/* ================= */
/* =====  TITLE ===== */
.title_gr {
		display: flex;
		flex-direction: column-reverse;
		text-align: center;
		margin: 0 0 30px;
}
.signature_col .title_gr {
		margin: 0 0 30px;
}
.title_gr .title_en {
		font-family: Arial, Helvetica, "sans-serif";
		font-weight: bold;
		font-style: normal;
		line-height: 1;
		font-size: 24px;
		margin: 0 0 15px
}
.contribution_section .title_gr .title_en:lang(en) {
		font-size: 48px;
		margin: 0;
}
.title_gr .title_jp {
		font-size: 46px;
		font-weight: bold;
		line-height: 1.4;
		margin: 0 0 25px;
		padding: 0;
}
.title_gr .title_jp_sub {
		font-size: 32px;
		font-weight: bold;
		line-height: 1.4;
		margin: 0;
		padding: 0;
}
@media(max-width: 1200px) {
		.title_gr .title_jp {
				font-size: 38px;
		}
		.contribution_section .title_gr .title_en:lang(en) {
				font-size: 38px;
		}
		.title_gr .title_jp_sub {
				font-size: 26px;
		}
}
@media(max-width: 767px) {
		.title_gr {
				margin-bottom: 30px;
		}
		.title_gr .title_en {
				font-size: 14px;
		}
		.title_gr .title_jp {
				font-size: 30px;
		}
		.contribution_section .title_gr .title_en:lang(en) {
				font-size: 30px;
				line-height: 1.4;
		}
		.title_gr .title_jp_sub {
				font-size: 18px;
				line-height: 1.6;
		}
		.signature_col .title_gr .title_jp {
				font-size: 26px;
				margin: 0;
		}
		.signature_col .title_gr {
				margin: 0 0 35px;
		}
}
/* ================= */
/* =====  MESSAGE ===== */
.message_section {
		background-repeat: no-repeat;
		background-position: center bottom;
		background-size: cover;
		background-image: url("../imgs/message_bg_pc.jpg");
		min-height: 500px;
		padding: 140px 15px 25vw;
		text-align: center;
}
.message_inner:lang(en) {
		max-width: 1000px;
		margin: 0 auto;
}
.message_hd {
		font-family: Arial, Helvetica, "sans-serif";
		font-weight: bold;
		font-style: normal;
		line-height: 1;
		font-size: 64px;
		margin: 0 0 70px
}
.message_txt {
		font-size: 23px;
		font-weight: bold;
		line-height: 2.6;
		text-align: center;
}
.message_txt:lang(en) {
		font-size: 20px;
		line-height: 2.4;
		padding: 0 25px;
}
@media(max-width: 1200px) {
		.message_hd {
				font-size: 50px;
				margin: 0 0 50px;
		}
		.message_txt {
				font-size: 20px;
				line-height: 2;
		}
		.message_txt:lang(en) {
				font-size: 18px;
				line-height: 1.8;
		}
}
@media(max-width: 960px) {
		.message_section {
				padding-top: 120px;
		}
		.message_txt {
				font-size: 17px;
		}
}
@media(max-width: 767px) {
		.message_section {
				background-size: cover;
				background-image: url(../imgs/message_bg_sp.jpg);
				padding: 80px 0 85vw;
				text-align: center;
		}
		.message_hd {
				font-size: 34px;
				margin: 0 0 40px;
		}
		.message_txt {
				font-size: 15px;
				line-height: 2;
		}
		.message_txt:lang(en) {
				font-size: 15px;
				line-height: 1.8;
		}
}
/* ================ */
/* =====  VISION ===== */
.vision_section {
		padding: 120px 40px 180px;
}
.vision_inner {
		max-width: 1200px;
		margin: 0 auto;
}
.vision_lead {
		text-align: center;
		line-height: 1.8;
		margin: 0 0 80px;
}
.vision_col_gr {
		margin-bottom: 120px;
		display: flex;
		justify-content: space-between;
}
.vision_col {
		width: 540px;
		padding-bottom: 50px;
		position: relative;
}
.vision_col::after {
		content: '';
		display: block;
		position: absolute;
		bottom: 0;
		left: 0;
		width: 100%;
		height: 15px;
		background: #E60000;
}
.vision_col_figure {
		margin: 0 0 40px;
}
.vision_col_figure img {
		width: 100%;
		height: auto;
}
.vision_hd {
		font-size: 38px;
		font-weight: bold;
		color: #E60000;
		margin: 0 0 20px;
		position: relative;
		line-height: 1.6;
}
.vision_hd:lang(en) {
		line-height: 1.2;
}
.vision_col_caption p {
		line-height: 1.8;
		text-align: justify;
}
.vision_col_caption p:lang(en) {
		line-height: 1.8;
		text-align: left;
}
.vision_btn_gr {
		display: flex;
		justify-content: center;
		max-width: 988px;
		margin: 0 auto;
}
@media(max-width: 1200px) {
		.vision_hd::before {
				top: 0;
		}
		.vision_col {
				width: calc(50% - 20px);
		}
		.vision_hd {
				font-size: 28px;
				margin: 0 0 15px;
		}
}
@media(max-width: 960px) {
		.vision_section {
				padding-top: 100px;
				padding-bottom: 160px;
		}
		.vision_hd {
				font-size: 22px;
		}
}
@media(max-width: 767px) {
		.vision_section {
				padding: 80px 20px 120px;
		}
		.vision_col_gr {
				margin-bottom: 80px;
				display: block;
		}
		.vision_col {
				width: 100%;
				margin: 0 0 70px;
		}
		.vision_col_caption p {
				font-size: 15px;
				line-height: 1.8;
				text-align: justify;
		}
		.vision_col_caption p:lang(en) {
				text-align: left;
		}
		.vision_col_figure {
				margin: 0 0 25px
		}
		.vision_btn_gr {
				display: block;
		}
		.vision_col::after {
				height: 8px;
		}
}
/* ================== */
/* =====  SIGNATURE ===== */
.signature_col {
		background: #F3F3F3;
		margin: 0 0 90px;
		padding: 70px 30px;
}
.signature_flex {
		display: flex;
		align-items: center;
		max-width: 980px;
		margin: 0 auto;
}
.signature_figure {
		width: 220px;
		margin-right: 50px;
}
.signature_figure img {
		width: 100%;
		height: auto;
}
.signature_caption {
		flex: 1
}
.signature_caption_hd {
		display: flex;
		flex-direction: column-reverse;
		color: #E60000;
		margin: 0 0 30px;
}
.signature_caption p.signature_caption_hd_en, .signature_caption h3.signature_caption_hd_en {
		font-family: Arial, Helvetica, "sans-serif";
		font-weight: bold;
		font-style: normal;
		line-height: 1;
		font-size: 36px;
		margin: 0 0 15px;
}
.signature_caption_hd_jp {
		font-size: 16px;
}
.signature_caption p {
		line-height: 1.8;
}
@media(max-width: 1200px) {
		.signature_caption p .pcbr {
				display: none
		}
}
@media(max-width: 960px) {
		.signature_figure {
				margin-right: 50px;
		}
		.signature_caption p {
				text-align: justify;
		}
		.signature_caption p:lang(en) {
				text-align: left;
		}
}
@media(max-width: 767px) {
		.signature_col {
				margin: 0 0 80px;
				padding: 60px 20px;
		}
		.signature_flex {
				display: block;
		}
		.signature_figure {
				width: 45%;
				max-width: 250px;
				margin: 0 auto 40px;
		}
		.signature_caption p.signature_caption_hd_en, .signature_caption h3.signature_caption_hd_en {
				font-size: 30px;
				margin: 0 0 10px
		}
		.signature_caption h3.signature_caption_hd_en {
				margin-bottom: 0;
		}
		.signature_caption p {
				text-align: justify;
		}
		.signature_caption p:lang(en) {
				text-align: left;
		}
}
/* ==================== */
/* =====  COTRIBUTION ===== */
.contribution_section {
		padding: 0 40px 180px;
}
.contribution_inner {
		max-width: 1120px;
		margin: 0 auto;
}
.contribution_lead {
		text-align: center;
		line-height: 1.8;
		margin: 0 0 80px
}
.contribution_item_gr {
		margin: 0 0 120px;
}
.contribution_item {
		margin: 0 0 55px;
		display: flex;
		align-items: center;
}
.contribution_item:lang(en) {
		display: flex;
		align-items: flex-start;
}
.contribution_item_gr .contribution_item:last-child {
		margin-bottom: 0;
}
.contribution_item_figure {
		width: 360px;
		margin-right: 60px;
}
.contribution_item_figure img {
		width: 100%;
		height: auto;
}
.contribution_item_caption {
		flex: 1
}
.contribution_item_caption_hd {
		color: #E60000;
		font-size: 24px;
		font-weight: bold;
		line-height: 1.5;
		margin: 0 0 15px;
		position: relative;
		display: flex;
		align-items: center;
}
.contribution_item_caption_hd .contribution_item_caption_hd_no {
		font-size: 130%;
		font-family: Arial, Helvetica, "sans-serif";
		font-weight: bold;
		width: 67px;
}
.contribution_item_caption_hd_txt {
		flex: 1
}
.contribution_item_caption p {
		line-height: 1.8;
}
@media(min-width: 961px) {
		.contribution_item_caption_hd br.exbr {
				display: none;
		}
}
@media(max-width: 1200px) {
		.contribution_item {
				display: flex;
				align-items: flex-start;
		}
		.contribution_item_figure {
				width: 35%;
				margin-right: 35px;
		}
		.contribution_item_caption p br.pcbr {
				display: none
		}
}
@media (max-width: 960px) {
		.contribution_item_figure {
				width: 45%;
				margin-right: 30px;
		}
		.contribution_item_caption_hd {
				font-size: 22px;
		}
}
@media(max-width: 767px) {
		.contribution_section {
				padding: 0 20px 120px;
		}
		.contribution_lead {
				text-align: left;
				margin: 0 0 60px
		}
		.contribution_item_gr {
				margin: 0 0 80px;
		}
		.contribution_item, .contribution_item:lang(en) {
				margin: 0 0 40px;
				display: flex;
				flex-direction: column;
		}
		.contribution_item_caption {
				display: contents;
		}
		.contribution_item_caption_hd {
				order: 1
		}
		.contribution_item .contribution_item_figure {
				width: auto;
				margin: 0 0 20px;
				order: 2;
		}
		.contribution_item_caption_hd {
				font-size: 18px;
		}
		.contribution_item_caption_hd .contribution_item_caption_hd_no {
				font-size: 150%;
				width: 40px;
		}
		.contribution_item_caption p {
				font-size: 15px;
				order: 3
		}
}
/* ==================== */
/* =====  BUTTON ===== */
.btn_center {
		display: flex;
		justify-content: center;
}
.link_btn {
		width: 480px;
		height: 138px;
		border-radius: 300px;
		margin: 0 12px
}
.link_btn_in {
		transform: translateY(-4px);
		position: relative;
		z-index: 2
}
.link_btn_in:lang(en) {
		transform: translateY(-2px);
}
.link_btn .en {
		font-family: Arial, Helvetica, "sans-serif";
		font-style: normal;
		line-height: 1;
		font-size: 13px;
		margin: 0 0 12px;
}
.link_btn .en:lang(en) {
		font-size: 23px;
		font-weight: normal;
		margin: 0;
		line-height: 1.4;
}
.link_btn .jp {
		font-size: 24px;
		font-weight: bold;
}
.link_btn a {
		display: flex;
		justify-content: center;
		align-items: center;
		text-decoration: none;
		color: #fff;
		height: 138px;
		border-radius: 300px;
		text-align: center;
		box-sizing: border-box;
		background: #E60000;
		position: relative;
		transition: background 0.15s;
}
.link_btn a .btn_line {
		position: absolute;
		top: 0;
		left: 0;
		width: 100%;
		height: 100%;
		pointer-events: none;
}
.btnBdr {
		stroke: #E60000;
		stroke-width: 4;
		fill: none;
		stroke-dasharray: 1200;
		stroke-dashoffset: 1200;
}
.link_btn a .icon_blank {
		position: absolute;
		right: 38px;
		top: calc(50% - 12.5px);
		width: 25px;
		height: 25px;
}
.icon_blank::before, .icon_blank::after {
		content: '';
		display: block;
		position: absolute;
		z-index: 2
}
.icon_blank::before {
		width: 16px;
		height: 16px;
		border: 2px solid #fff;
		border-radius: 4px;
		right: 0;
		top: 0;
}
.icon_blank::after {
		width: 16px;
		height: 16px;
		border-left: 2px solid #fff;
		border-bottom: 2px solid #fff;
		border-radius: 0 0 0 6px;
		left: 0;
		bottom: 0;
}
@media(max-width: 960px) {
		.link_btn {
				width: 350px;
				height: 100px;
				border-radius: 300px;
				margin: 0 6px;
		}
		.link_btn a {
				width: 350px;
				height: 100px;
		}
		.link_btn_in {
				transform: translateY(-4px);
				position: relative;
				z-index: 2
		}
		.link_btn .en {
				font-size: 11px;
				margin: 0 0 8px;
		}
		.link_btn .jp {
				font-size: 19px;
		}
		.link_btn .en:lang(en) {
				font-size: 18px;
		}
		.link_btn a .icon_blank {
				right: 24px;
				top: calc(50% - 10px);
				width: 20px;
				height: 20px;
		}
		.icon_blank::before {
				width: 12px;
				height: 12px;
		}
		.icon_blank::after {
				width: 12px;
				height: 12px;
				border-radius: 0 0 0 4px;
		}
}
@media(max-width: 767px) {
		.link_btn {
				width: 280px;
				height: 68px;
				margin: 0 auto 20px;
		}
		.link_btn:lang(en) {
				width: 310px;
				height: 72px;
		}
		.link_btn_in {
				transform: translateY(-2px);
		}
		.link_btn_in:lang(en) {
				transform: translateY(-1px);
		}
		.link_btn a {
				width: 100%;
				height: 68px;
		}
		.link_btn a:lang(en) {
				height: 72px;
		}
		.link_btn .en {
				line-height: 1;
				font-size: 10px;
				margin: 0 0 6px;
		}
		.link_btn .jp {
				font-size: 15px;
		}
		.link_btn .en:lang(en) {
				font-size: 15px;
				line-height: 1.2;
		}
		.link_btn a .icon_blank {
				right: 21px;
				top: calc(50% - 8px);
				width: 16px;
				height: 16px;
		}
		.icon_blank::before {
				width: 9px;
				height: 9px;
				border-radius: 3px;
		}
		.icon_blank::after {
				width: 9px;
				height: 9px;
				border-radius: 0 0 0 3px;
		}
}
@media (hover: hover) {
		.link_btn a:hover {
				background: #fff;
				color: #e00000;
		}
		.link_btn a:hover .btnBdr {
				animation: lineAnime 1s cubic-bezier(0.16, 1, 0.3, 1) forwards;
		}
		.link_btn a:hover .icon_blank::before {
				border: 2px solid #e00000;
		}
		.link_btn a:hover .icon_blank::after {
				border-left: 2px solid #e00000;
				border-bottom: 2px solid #e00000;
		}
}
@keyframes lineAnime {
		0% {
				stroke-dashoffset: 1200;
		}
		100% {
				stroke-dashoffset: 0;
		}
}
/* ============= */
.mufgstadiumRed {
		color: #E60000;
}
@media(min-width: 961px) {
		.midbr {
				display: none
		}
}
@media(max-width: 767px) {
		.pcbr {
				display: none
		}
}
@media(min-width: 768px) {
		.spbr {
				display: none
		}
}
.nwp {
		white-space: nowrap;
}