
#square #container .outer-inner .section-block ul {
  margin-top: 20px;
}

.member li {
	width: 335px;
	float: left;
	margin: 10px 10px 10px 0px;
	font-size: 14px;
}

.l_box {
  display: table;
}

.l_img {
  display: table-cell;
}

.l_img img {
	margin-right:10px;
	width: 150px;
}

.l_txt {
  display: table-cell;
  vertical-align: top;
}

@charset "UTF-8";

menu, nav, section, summary, time, video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
	line-height: 1;
}




#wrap {
	position: relative;
	z-index: 10;
}




a {
	color: #000;
}
img {
	vertical-align: bottom;
}
li {
	list-style: none;
}
table {
	border-collapse: collapse;
}


::selection {
	color: #fff;
	background: #c8bc90;
}



#wrap main > section .inner {
	box-sizing: border-box;
	max-width: 1080px;
	min-height: 100px;
	margin-left: auto;
	margin-right: auto;
	background: #fff;
}
#wrap main > section {
	margin-top: 45px;
}
body.home #wrap main > section {
	margin-top: 45px;
}


#wrap main > section h2 {
	font-size: 40px;
	font-weight: bold;
	text-align: center;
}
body.home #wrap main > section h2 {
	font-size: 24px;
}

.social-bar {
	box-sizing: border-box;
	height: 65px;
	margin-top: 70px;
	padding: 20px 0 0;
	font-size: 0;
	text-align: center;
	background: #eee;
}

.social-bar > div {
	display: inline-block;
	width: 104px;
	height: 25px;
}
.social-bar > div + div {
	margin-left: 32px;
}
.social-bar a {
	position: relative;
	display: block;
	height: 25px;
	padding-left: 22px;
	font-size: 12px;
	font-weight: bold;
	line-height: 25px;
	color: #fff;
	text-decoration: none;
	cursor: pointer;
}
.social-bar .twitter a {
	background: #00acee;
}
.social-bar .facebook a {
	background: #3b5998;
}
.social-bar .line a {
	background: #1dcd00;
}
.social-bar a:hover {
	opacity: 0.8;
}

.social-bar em {
	position: absolute;
	display: block;
	width: 25px;
	height: 25px;
	left: 5px;
	top: 0;
	background-position: 50% 50%;
	background-repeat: no-repeat;
}
.social-bar .twitter em {
	background-size: 16px auto;
	background-image: url(../img/icon_twitter.svg);
}
.social-bar .facebook em {
	background-size: 16px auto;
	background-image: url(../img/icon_facebook.svg);
}
.social-bar .line em {
	margin-left: -2px;
	background-size: 16px auto;
	background-image: url(../img/icon_line.svg);
}





#lang {
	position: absolute;
	width: 100px;
	height: 40px;
	left: 50%;
	margin-left: 440px;
	top: 0;
	z-index: 1000;
	font-size: 0;
	text-align: right;
}
#lang a {
	line-height: 40px;
	font-size: 14px;
	font-weight: bold;
	text-decoration: none;
}
#lang span + span:before {
	content: "/";
	margin: 0 9px;
	font-size: 14px;
}
#lang a:hover {
	text-decoration: underline;
}
html:lang(ja) #lang a.ja,
html:lang(en) #lang a.en {
	color: #df001c;
	text-decoration: none !important;
}


body.home #lang {
	width: 142px;
	height: 64px;
	left: auto;
	right: 0;
	top: 0;
	margin-left: auto;
	text-align: center;
	background: #fff;
}
body.home #lang a {
	line-height: 64px;
}





#wrap > header {
	position: relative;
	box-sizing: border-box;
	width: 100%;
	height: 80px;
	z-index: 500;
	padding: 0 80px;
	font-size: 0;
	text-align: center;
	background: #fff;
}
body.home #wrap > header {
	position: absolute;
	top: 100vh;
	left: 0;
	margin-top: -80px;
}

#wrap > header .inner {
	position: relative;
	max-width: 1080px;
	margin: 0 auto;
}
#wrap > header ul {
	position: relative;
	left: -65px;
}
#wrap > header.no-form ul {
	left: 0;
}


#wrap > header li {
	position: relative;
	display: inline-block;
	text-align: center;
}
#wrap > header li + li {
	margin-left: 40px;
}
#wrap > header li a {
	position: relative;
	display: table-cell;
	height: 80px;
	vertical-align: middle;
	font-size: 14px;
	font-weight: bold;
	line-height: 1.5;
	letter-spacing: 2px;
	text-decoration: none;
	cursor: pointer;
}
#wrap > header li a:after {
	position: absolute;
	content: "";
	display: block;
	width: 100%;
	height: 2px;
	background: #000;
	visibility: hidden;
}
#wrap > header li a:hover:after {
	visibility: visible;
}
body.home     #wrap > header li.home a,
body.about    #wrap > header li.about a,
body.history  #wrap > header li.history a,
body.news     #wrap > header li.news a,
body.schedule #wrap > header li.schedule a,
body.venue    #wrap > header li.venue a,
body.message  #wrap > header li.message a {
	color: #df001c;
}
body.home     #wrap > header li.home a:after,
body.about    #wrap > header li.about a:after,
body.history  #wrap > header li.history a:after,
body.news     #wrap > header li.news a:after,
body.schedule #wrap > header li.schedule a:after,
body.venue    #wrap > header li.venue a:after,
body.message  #wrap > header li.message a:after {
	background: #df001c;
	visibility: visible;
}



#wrap > header li.new:after {
	content: "NEW";
	position: absolute;
	display: block;
	width: 140px;
	height: 26px;
	top: -13px;
	left: 50%;
	transform: translateX(-50%);
	line-height: 26px;
	text-align: center;
	font-size: 13px;
	font-weight: bold;
	border-radius: 14px;
	color: #fff;
	background: #df001c;
}
#wrap > header li.soon:after {
	content: "coming soon";
	position: absolute;
	display: block;
	width: 140px;
	height: 26px;
	top: -13px;
	left: 50%;
	transform: translateX(-50%);
	line-height: 26px;
	text-align: center;
	font-size: 13px;
	font-weight: bold;
	border-radius: 14px;
	color: #fff;
	background: #dbdbdb;
}
#wrap > header li.soon a {
	cursor: default;
	color: #ccc;
}
#wrap > header li.soon a:hover:after {
	display: none;
}

#wrap > header .post {
	position: absolute;
	width: 130px;
	height: 130px;
	top: 50%;
	right: 0;
	transform: translateY(-50%);
}
#wrap > header .post a {
	display: block;
	height: 130px;
	border-radius: 65px;
	background: #df001c url(../img/btn_post.png) 50% 50% no-repeat;
	background-size: 108px auto;
	cursor: pointer;
}
#wrap > header .post a:hover {
	background-color: #e53349;
}

body.home #wrap > header .post a {
	transform: translateY(-40px);
	transition: transform 200ms ease-out;
}
body.home.scrolled-little #wrap > header .post a {
	transform: translateY(0px);
}






#wrap > footer {
	position: relative;
	margin: 100px 0 0;
	padding: 0 80px;
	background: #fff;
}

#wrap > footer .inner {
	max-width: 1080px;
	margin: 0 auto;
	padding: 40px 0 40px;
}
#wrap > footer ul {
	font-size: 0;
	text-align: center;
}
#wrap > footer .primary li {
	display: inline-block;
	font-size: 14px;
	font-weight: bold;
	letter-spacing: 2px;
}
#wrap > footer .secondary {
	margin: 28px 0 0;
}
#wrap > footer .secondary li {
	display: inline-block;
	font-size: 13px;
}
#wrap > footer .primary li + li {
	margin-left: 24px;
}
#wrap > footer .secondary li + li:before {
	content: "";
	display: inline-block;
	width: 1px;
	height: 12px;
	margin: 0 15px;
	background: #000;
}
#wrap > footer a {
	text-decoration: none;
	line-height: 1.5;
}
#wrap > footer a:hover {
	text-decoration: underline;
}

#wrap > footer .primary li.soon a {
	cursor: default;
	text-decoration: none;
	color: #ccc;
}



#wrap > footer .pict {
	margin: 60px 0 0;
}
#wrap > footer .title {
	height: calc((100vw - 160px) * 0.042876901798064 + 1px);
	max-height: 47px;
	background: url(../img/title_wide.svg) 50% 0 no-repeat;
	background-size: 100% auto;
}
#wrap > footer .copy {
	height: 13px;
	margin: 28px 0 38px;
	background: url(../img/copy.svg) 50% 0 no-repeat;
	background-size: 556px auto;
}
#wrap > footer .logo {
	font-size: 0;
	text-align: center;
}
#wrap > footer .logo span {
	position: relative;
	display: inline-block;
	vertical-align: top;
}
#wrap > footer .logo span img {
	width: 100%;
	height: auto;
}
#wrap > footer .logo span + span {
	margin-left: 50px;
}


#wrap > footer .copyright {
	margin: 30px 0 0;
	text-align: center;
	font-size: 12px;
}

#wrap > footer .logo .fwwc {
	width: 102px;
	height: 76px;
}
#wrap > footer .logo .jfa {
	width: 91px;
	height: 29px;
	top: 22px;
}
#wrap > footer .logo .fifa {
	width: 110px;
	height: 58px;
}





#page-top {
	position: fixed;
	width: 70px;
	height: 43px;
	right: 30px;
	bottom: 30px;
	z-index: 700;
	
	transform: translateY(100px);
	transition: transform 300ms ease-out;
}
#page-top a {
	position: absolute;
	display: block;
	width: 100%;
	height: 100%;
	background: url(../img/pagetop.png) 0 0 no-repeat;
	background-size: 70px auto;
	cursor: pointer;
}
#page-top a:hover {
	filter: invert(50%);
}

body.scrolled #page-top {
	transform: translateY(0px);
}











#secondary-title {
	height: 190px;
	padding: 0 80px;
	background: #fff;
}
#secondary-title + header {
	margin-top: 58px;
}

#secondary-title .inner {
	position: relative;
	max-width: 1080px;
	margin: 0 auto;
	padding:  46px 0 0;
}
#secondary-title h1 {
	position: relative;
	width: 582px;
}
#secondary-title h1 a {
	display: block;
	height: 110px;
	background: url(../img/title_small.svg) 0 0 no-repeat;
	background-size: 100% auto;
}

#secondary-title .logo {
	position: absolute;
	width: 148px;
	right: 0;
	top: 46px;
}
#secondary-title .logo img {
	width: 100%;
	height: auto;
}





/* ---------------------------------------------------------------------------------------------------- */
/* TOP */

#kv {
	position: relative;
	margin: 0 80px;
	height: 100vh;
	vertical-align: middle;
}
#kv .title {
	position: absolute;
	width: 100%;
	max-width: 1080px;
	height: 520px;
	left: 50%;
	top: 50%;
	transform: translate(-50%, -50%);
	background: #fff;
}
#kv .title h1 {
	height: 142px;
	margin: 78px 0 0;
	background: url(../img/title.svg) 50% 0 no-repeat;
	background-size: 712px auto;
}
#kv .title h2 {
	height: 13px;
	margin: 40px 0 0;
	background: url(../img/copy.svg) 50% 0 no-repeat;
	background-size: 556px auto;
}
#kv .title .logo {
	margin: 42px 0 0;
	text-align: center;
}
#kv .title .logo img {
	width: 168px;
	height: auto;
}


#top-topics .inner {
	padding: 38px 75px;
}
#top-topics h2 {
	padding: 0 0 38px;
}
#top-topics a {
	display: flex;
	flex-wrap: wrap;
	padding: 16px 150px 16px 0;
	text-decoration: none;
	font-size: 14px;
	background: url(../img/arrow.svg) right 15px top 50% no-repeat;
	background-size: 6px auto;
}
#top-topics ul {
	border-top: 1px solid #c8bc90;
}
#top-topics li {
	position: relative;
	border-bottom: 1px solid #c8bc90;
}
#top-topics .date {
	width: 105px;
}
#top-topics .category {
	width: 180px;
	color: #c8bc90;
}
#top-topics .title {
	width: calc(100% - 105px - 180px);
	text-overflow: ellipsis;
	overflow: hidden;
	white-space: nowrap;
}
#top-topics .category:before {
	content: "[";
}
#top-topics .category:after {
	content: "]";
}
#top-topics a:hover .title {
	text-decoration: underline;
}

#top-topics li.new:after {
	position: absolute;
	content: "NEW";
	display: block;
	width: 95px;
	height: 26px;
	right: 40px;
	top: 50%;
	transform: translateY(-50%);
	text-align: center;
	line-height: 26px;
	color: #fff;
	background: #c8bc90;
	border-radius: 13px;
}





#wrap main > #top-concept .inner {
	padding: 85px 75px 60px;
	background: #fff url(/about_jfa/fwwc2023/img/bg_concept.svg) -55px 460px no-repeat;
	background-size: 107% auto;
}
#top-concept h2:nth-of-type(1) {
	margin-bottom: 70px;
}
#top-concept h2:nth-of-type(2) {
	margin-top: 180px;
	margin-bottom: 35px;
}

#top-concept .copy {
	position: relative;
	margin: 0 17px;
}
#top-concept .copy span {
	position: relative;
	display: block;
	padding: 18.44% 0 0;
}
#top-concept .copy em {
	position: absolute;
	display: block;
	width: 100%;
	height: 100%;
	left: 0;
	top: 0;
	background: url(/about_jfa/fwwc2023/img/ttf.png) 0 0 no-repeat;
	background-size: auto 100%;
	font-size: 0;
	color: rgba(0,0,0,0);
}


#top-concept h3 {
	margin: 45px 0 85px;
	text-align: center;
	font-size: 42px;
	font-weight: bold;
	line-height: 1.5;
}

#top-concept article {
	position: relative;
}
#top-concept article p {
	font-size: 20px;
	font-weight: bold;
	line-height: 2.1;
}
#top-concept article p + p {
	margin-top: 30px;
}


#top-concept .columns div {
}
#top-concept .columns div + div {
	margin-top: 75px;
}
#top-concept .columns div:nth-child(1) {
	margin-left: 27%;
}
#top-concept .columns div:nth-child(2) {
	margin-left: 15%;
}
#top-concept .columns div:nth-child(3) {
	margin-left: 27%;
}






#top-concept .video {
	position: relative;
	padding-top: 56.25%;
	background: #000;
}
#top-concept .video iframe {
	position: absolute;
	width: 100%;
	height: 100%;
	left: 0;
	top: 0;
}

#top-concept nav {
	margin: 60px 0 70px;
	text-align: center;
}
#top-concept nav a {
	display: inline-block;
	width: 236px;
	height: 42px;
	line-height: 42px;
	text-decoration: none;
	font-size: 16px;
	font-weight: bold;
	border: 2px solid #c8bc90;
	border-radius: 30px;
	background: url(../img/arrow_gold.svg) right 17px top 50% no-repeat;
	background-size: 7px auto;
}
#top-concept nav a:hover {
	color: #fff;
	background-color: #c8bc90;
	background-image: url(../img/arrow_white.svg);
}

#top-concept .social-bar {
	margin-top: 150px;
}




/* ---------------------------------------------------------------------------------------------------- */
/* ABOUT */

.section-block main > #about .inner {
	background: #fff url(/about_jfa/fwwc2023/img/bg_concept.svg) -20px 340px no-repeat;
	background-size: 92% auto;
}

#about h2 {
	margin-bottom: 60px;
	color: #052667;
}

#about nav {
	margin: 0 0 105px;
	text-align: center;
}
#about nav ul {
	font-size: 0;
}
#about nav li {
	display: inline-block;
}
#about nav li a {
	font-size: 18px;
	font-weight: bold;
	text-decoration: none;
	cursor: pointer;
}
#about nav li + li:before {
	content: "";
	display: inline-block;
	width: 1px;
	height: 18px;
	margin: 0 30px;
	background: #000;
}
#about nav li a:hover {
	color: #c8bc90;
}

#about h3 {
	font-size: 24px;
	font-weight: bold;
	text-align: center;
	color: #052667;
}

#about .copy {
	width: 100%;
	height: 0;
	margin: 60px auto 0;
	padding-top: 18.44%;
	background: url(../img/ttf.png) 50% 0 no-repeat;
	background-size: 100% auto;
}

#about .lead {
	margin: 50px 0 65px;
	text-align: center;
	font-size: 30px;
	font-weight: bold;
	line-height: 1.5;
	color: #052667;
}



#about .columns article {
	position: relative;
}
#about .columns article p {
	font-size: 16px;
	line-height: 1.9;
}

#about .columns {
	margin: 0 0 140px;
} 
#about .columns div + div {
	margin-top: 65px;
}
#about .columns article p + p {
	margin-top: 30px;
}
#about .columns div:nth-child(1) {
	margin-left: 27.5%;
}
#about .columns div:nth-child(2) {
	margin-left: 13%;
}
#about .columns div:nth-child(3) {
	margin-left: 27.5%;
}








#about .video {
	position: relative;
	margin: 40px 0 0;
	padding-top: 56.25%;
	background: #000;
}
#about .video iframe {
	position: absolute;
	width: 100%;
	height: 100%;
	left: 0;
	top: 0;
}




#about .chapter {
	margin: 90px 0 0;
	padding: 80px 0 0;
	border-top: 1px solid #c8bc90;
}
#about .chapter h3 {
	margin: 0 0 50px;
}
#about .chapter article p {
	font-size: 16px;
	line-height: 1.9;
}
#about .chapter .sign {
	margin: 30px 0 0;
	font-size: 16px;
	line-height: 1.9;
}


#about .chapter .profile {
	margin: 0 0 45px;
}
#about .chapter .profile dl + dl {
	margin-top: 20px;
}
#about .chapter .profile dl:after {
	clear: both;
	content: "";
	display: block;
	visibility: hidden;
}
#about .chapter .profile dt {
	float: left;
	width: 200px;
	margin: 0 30px 0 0;
}
#about .chapter .profile dt img {
	width: 100%;
	height: auto;
}
#about .chapter .profile dd {
	font-size: 15px;
}
#about .chapter .profile dd:nth-of-type(2) {
	font-size: 18px;
}
#about .chapter .profile dd + dd {
	margin-top: 12px;
}



#about .chapter.process p {
	margin: 0 0 30px;
	font-size: 16px;
}

#about .chapter table {
	border-collapse: collapse;
}
#about .chapter table th,
#about .chapter table td {
	padding: 12px 24px;
	font-size: 16px;
	line-height: 1.4;
	text-align: left;
	border: 1px solid #999;
}
#about .chapter table th {
	white-space: nowrap;
	background: #eee;
}
#about .chapter table tr *:nth-child(1) {
	border-left-width: 0;
}
#about .chapter table tr *:nth-last-child(1) {
	border-right-width: 0;
}

#about .chapter table th span {
	font-size: 13px;
}









/* ---------------------------------------------------------------------------------------------------- */
/* NEWS */

#news .inner {
	padding: 75px 75px 80px;
}
#news h2 {
	margin-bottom: 60px;
}


#news .entries + .entries {
	margin-top: 65px;
}
#news .entries ul {
	display: flex;
	flex-wrap: wrap;
}
#news .entries ul li {
	position: relative;
}
#news .entries.recent ul li {
	width: calc(50% - 8px);
}
#news .entries.recent ul li:nth-child(2n) {
	margin-left: 16px;
}
#news .entries.recent ul li:nth-child(n + 3) {
	margin-top: 50px;
}

#news .entries:not(.recent) ul li {
	width: calc(25% - 12px);
}
#news .entries:not(.recent) ul li:nth-child(4n),
#news .entries:not(.recent) ul li:nth-child(4n - 1),
#news .entries:not(.recent) ul li:nth-child(4n - 2) {
	margin-left: 16px;
}
#news .entries:not(.recent) ul li:nth-child(n + 5) {
	margin-top: 50px;
}

#news .entries a {
	text-decoration: none;
}
#news .entries dt {
	font-size: 14px;
	margin: 14px 0 10px;
}
#news .entries dd {
	font-size: 14px;
	font-weight: bold;
	line-height: 1.6;
}
#news .entries.recent dd {
	font-size: 18px;
}

#news .entries figure {
	position: relative;
}
#news .entries figure img {
	width: 100%;
	height: auto;
}
#news .entries figure:after {
	content: "";
	position: absolute;
	display: block;
	box-sizing: border-box;
	width: 100%;
	height: 100%;
	left: 0;
	top: 0;
	border: 1px solid rgba(0,0,0,0.1);
}

#news .entries a:hover figure img {
	opacity: 0.6;
}
#news .entries a:hover dd {
	text-decoration: underline;
}




#news .inner > nav {
	margin: 60px 0 70px;
	text-align: center;
}
#news .inner > nav a {
	position: relative;
	display: inline-block;
	width: 236px;
	height: 42px;
	line-height: 42px;
	text-decoration: none;
	font-size: 16px;
	font-weight: bold;
	border: 2px solid #c8bc90;
	border-radius: 30px;
	cursor: pointer;
}
#news .inner > nav a:after {
	content: "";
	position: absolute;
	display: block;
	width: 10px;
	height: 20px;
	right: 20px;
	top: 50%;
	margin-top: -10px;
	background: url(../img/arrow_gold.svg) 50% 50% no-repeat;
	background-size: 8px auto;
	transform: rotate(90deg);
}

#news .inner > nav a:hover {
	color: #fff;
	background-color: #c8bc90;
}
#news .inner > nav a:hover:after {
	background-image: url(../img/arrow_white.svg);
}


#news .entries ul li.new:after {
	content: "NEW";
	position: absolute;
	display: block;
	width: 90px;
	height: 26px;
	left: -6px;
	top: -10px;
	text-align: center;
	line-height: 26px;
	font-size: 14px;
	font-weight: bold;
	color: #fff;
	background: #c8bc90;
	border-radius: 13px;
}




#news .entries li {
	transition: all 300ms ease-out;
	opacity: 1;
}
#news .entries li.hidden {
	height: 0;
	opacity: 0;
	margin-top: 0 !important;
}
#news .entries li.direct {
	transition: none 0ms ease-out;
}

#news .inner > nav.hidden {
	display: none;
}










#news-detail .inner {
	padding: 45px 75px 45px;
}

#news-detail .inner > nav {
	text-align: center;
	padding: 12px 0 10px;
	font-size: 0;
	background: #eee;
	border-radius: 20px;
}
#news-detail .inner > nav a {
	font-size: 14px;
	font-weight: bold;
	text-decoration: none;
}
#news-detail .inner > nav a + a:before {
	content: "";
	position: relative;
	display: inline-block;
	width: 1px;
	height: 14px;
	top: -1px;
	margin: 0 20px;
	background: #000;
	vertical-align: middle;
}
#news-detail .inner > nav a:hover {
	text-decoration: underline;
}


#news-detail .entry {
	margin: 40px 0 60px;
}
#news-detail .entry header .title {
	font-size: 24px;
	font-weight: bold;
	line-height: 1.4;
}
#news-detail .entry header .date {
	margin: 30px 0 0;
	font-size: 14px;
	font-weight: bold;
}

#news-detail .entry article {
	margin: 20px 0 0;
}

#news-detail .entry article p {
	font-size: 16px;
	line-height: 2;
	margin: 20px 0 !important
}
#news-detail .entry article p + .image,
#news-detail .entry article .image + p {
	margin-top: 50px;
}


#news-detail .image img {
	max-width: 100%;
	height: auto;
}


#news-detail .entry img {
	display: block;
	max-width: 100%;
	height: auto;
	margin: 50px auto;
}
#news-detail .entry h3 {
	margin: 50px 0 20px;
	font-size: 18px;
	font-weight: bold;
	line-height: 1.4;
}
#news-detail .entry h4 {
	font-size: 17px;
	font-weight: bold;
}

#news-detail .entry table {
	border-collapse: collapse;
	width: 100%;
	margin: 20px 0;
}
#news-detail .entry th,
#news-detail .entry td {
	text-align: left !important;
	padding: 12px 12px;
	height: auto !important;
	font-size: 15px;
	border: 1px solid #000;
}
#news-detail .entry th {
	background: #eee;
}
#news-detail .entry tr > *:first-child {
	border-left-width: 0;
}
#news-detail .entry tr > *:last-child {
	border-right-width: 0;
}



/* ---------------------------------------------------------------------------------------------------- */
/* HISTORY */

#history .inner {
	padding: 0 0 70px;
}
#history .visual img {
	max-width: 100%;
	height: auto;
}
#history h2 {
	margin: 60px 0 50px;
}
#history .lead {
	font-size: 20px;
	font-weight: bold;
	text-align: center;
}

#history .inner > nav {
	margin: 35px 0 80px;
	padding: 18px 0;
	text-align: center;
	font-size: 0;
	background: #f1f1f1;
}
#history .inner > nav ul,
#history .inner > nav li {
	display: inline-block;
}
#history .inner > nav a {
	font-size: 18px;
	font-weight: bold;
	cursor: pointer;
}
#history .inner > nav ul + ul:before,
#history .inner > nav li + li:before {
	content: "";
	position: relative;
	display: inline-block;
	width: 1px;
	height: 17px;
	margin: 0 24px;
	top: 1px;
	background: #000;
}
#history .inner > nav a:hover {
	color: #c8bc90;
}


#history .social-bar {
	margin-left: 75px;
	margin-right: 75px;
}



#history .year {
	position: relative;
}
#history .year h2 {
	box-sizing: border-box;
	width: 400px;
	height: 160px;
	margin: 0;
	text-align: left;
	background-position: 0 100%;
	background-repeat: no-repeat;
	background-size: 60% auto;
}
#history .year h2 img {
	width: auto;
	height: 129px;
	position: bottom 20px;
}
#history .year .title {
	clear: both;
	margin: 0 0 15px;
	padding: 35px 0 0;
	font-size: 20px;
	font-weight: bold;
	white-space: nowrap;
}
#history .year .result {
	font-size: 16px;
	font-weight: bold;
}
#history .year .detail {
	margin: 15px 0 0;
	font-size: 14px;
	line-height: 1.8;
}
#history .year article dl {
	margin: 25px 0 0;
}
#history .year article dt {
	font-size: 14px;
	line-height: 1.3;
}
#history .year article dd {
	margin: 4px 0 0;
	font-size: 14px;
	line-height: 1.3;
}
#history .year article dl + dl {
	margin-top: 20px;
}


#history article > dl .score {
	display: block;
	margin: 5px 0 0;
	font-size: 12px;
	line-height: 1.6;
}



#history .year[data-year="1991"] h2,
#history .year[data-year="1999"] h2,
#history .year[data-year="2007"] h2,
#history .year[data-year="2015"] h2 {
	padding-left: 0px;
	background-image: url(/about_jfa/fwwc2023/img/bar_left.png);
}

#history .year[data-year="1995"] h2,
#history .year[data-year="2003"] h2,
#history .year[data-year="2011"] h2,
#history .year[data-year="2019"] h2 {
	float: right;
	padding-left: 50px;
	background-image: url(/about_jfa/fwwc2023/img/bar_right.png);
background-position: bottom 0 right 0;
}



#history .year[data-year="1991"] {
	float: left;
	width: calc(50% - 15px);
	font-size: 12px !important;;
}
#history .year[data-year="1995"] {
	float: right;
	width: calc(50% - 15px);
	margin-top: 170px;
}



#history .year[data-year="2003"] article,
#history .year[data-year="2011"] article,
#history .year[data-year="2019"] article {
	float: left;
	padding-top: 0;
	margin-top: -50px;
}




#history .year[data-year="1999"] {
	float: left;
	width: 100%;
	margin-top: -135px;
}
#history .year[data-year="1999"] article,
#history .year[data-year="2003"] article,
#history .year[data-year="2007"] article,
#history .year[data-year="2011"] article,
#history .year[data-year="2015"] article,
#history .year[data-year="2019"] article {

}

#history .year[data-year="2003"],
#history .year[data-year="2007"],
#history .year[data-year="2011"],
#history .year[data-year="2015"],
#history .year[data-year="2019"] {
	clear: both;
	padding-top: 30px;
}

#history .year[data-year="1999"] article,
#history .year[data-year="2003"] article,
#history .year[data-year="2007"] article,
#history .year[data-year="2011"] article,
#history .year[data-year="2015"] article,
#history .year[data-year="2019"] article {
	padding-bottom: 35px;
}






#history .year .slides {
	position: relative;
	clear: both;
}
#history .year .slides-inner {
	overflow: hidden;
	transition: height 500ms ease-out;
}
#history .year .slide {
	position: relative;
	padding-top: 48%;
	background: #f1f1f1;
}
#history .year .slide + .slide {
	margin-top: 80px;
}
#history .year .slides .more {
	position: relative;
	margin: 30px 0 0;
	text-align: center;
}
#history .year .slides .more:after {
	content: "";
	position: absolute;
	display: block;
	width: 100%;
	height: 2px;
	left: 0;
	top: calc(50% - 1px);
	background: #c8bc90;
}
#history .year .slides .more a {
	position: relative;
	display: inline-block;
	width: 325px;
	height: 42px;
	z-index: 10;
	line-height: 42px;
	text-decoration: none;
	font-size: 16px;
	font-weight: bold;
	border: 2px solid #c8bc90;
	border-radius: 30px;
	background: #fff;
	cursor: pointer;
}
#history .year .slides .more a:after {
	content: "";
	position: absolute;
	display: block;
	width: 10px;
	height: 20px;
	right: 20px;
	top: 50%;
	margin-top: -10px;
	background: url(../img/arrow_gold.svg) 50% 50% no-repeat;
	background-size: 8px auto;
	transform: rotate(90deg);
	transition: transform 300ms ease-out;
}

#history .year .slides .more a:hover {
	color: #fff;
	background-color: #c8bc90;
}
#history .year .slides .more a:hover:after {
	background-image: url(../img/arrow_white.svg);
}




#history .year .slides .more a span:nth-child(2) {
	display: none;
}
#history .year .slides.opened .more a span:nth-child(1) {
	display: none;
}
#history .year .slides.opened .more a span:nth-child(2) {
	display: inline;
}

#history .year .slides.opened .more a:after {
	transform: rotate(-90deg);
}





#history .slide .match {
	position: absolute;
	box-sizing: border-box;
	width: 36%;
	left: 0;
	top: 0;
	padding: 28px 30px;
}
#history .swiper {
	position: absolute;
	width: 64%;
	height: 100%;
	right: 0;
	top: 0;
}

#history .swiper-container {
 position:absolute;
}

#history .swiper img {
	width: 100%;
	height: auto;
}
#history .slide .match dt {
	font-size: 14px;
	line-height: 1.6;
}
#history .slide .match dd {
  margin: 25px 0;
	font-size: 14px;
	line-height: 1.6;
}
#history .slide .match dd a {
	color: #a68c30;
	text-decoration: none;
	cursor: pointer;
}
#history .slide .match dd a:hover {
	text-decoration: underline;
}

#history .slide .match dd .score {
	display: block;
	margin: 5px 0 0;
	font-size: 12px;
	line-height: 1.6;
}


#history .slide .swiper-pagination {
	position: absolute;
	right: -7px;
	bottom: -30px;
}
#history .slide .swiper-pagination span {
	position: relative;
	width: 24px;
	height: 24px;
	background: none;
	opacity: 1;
	outline: none;
	border-radius: 0;
}
#history .slide .swiper-pagination span:before {
	content: "";
	position: absolute;
	display: block;
	width: 9px;
	height: 9px;
	left: 50%;
	top: 50%;
	margin: -4px 0 0 -4px;
	background: #333;
	opacity: 1;
	border-radius: 5px;
}
#history .slide .swiper-pagination span + span {
	margin-left: 5px;
}
#history .slide .swiper-pagination .swiper-pagination-bullet-active:before {
	background: #d8cfaf;
}



#history .year .slides.wide {
	margin-left: 145px;
	margin-right: 145px;
}
#history .wide .slide {
	padding-top: 66.6666%;
}
#history .wide .slide .swiper {
	width: 100%;
}

/* ---------------------------------------------------------------------------------------------------- */
/* EVENT */

#event .inner {
	padding: 0 0 70px;
}
#event .visual img {
	max-width: 100%;
	height: auto;
}
#event h2 {
	margin: 60px 0 10px;
	color: #052667;
}
#event .lead {
	font-size: 20px;
	font-weight: bold;
	text-align: center;
	color: #052667;
}
#event .social-bar {
	margin-left: 75px;
	margin-right: 75px;
}

#event .slide {
	position: relative;
}
#event .slide .swiper-pagination {
	right: 10px;
	bottom: -32px;
}
#event .slide .swiper-pagination span {
	position: relative;
	width: 24px;
	height: 24px;
	background: none;
	opacity: 1;
	outline: none;
	border-radius: 0;
}
#event .slide .swiper-pagination span:before {
	content: "";
	position: absolute;
	display: block;
	width: 9px;
	height: 9px;
	left: 50%;
	top: 50%;
	margin: -4px 0 0 -4px;
	background: #333;
	opacity: 1;
	border-radius: 5px;
}
#event .slide .swiper-pagination span + span {
	margin-left: 5px;
}
#event .slide .swiper-pagination .swiper-pagination-bullet-active:before {
	background: #d8cfaf;
}


#event .swiper-slide {
	position: relative;
}
#event .swiper-slide dl {
	position: absolute;
	box-sizing: border-box;
	left: 70px;
	right: 70px;
	bottom: 16px;
	padding: 20px;
	background: rgba(255,255,255,0.9);
}
#event .swiper-slide dt {
	font-size: 18px;
	font-weight: bold;
	line-height: 1.4;
}
#event .swiper-slide dd {
	margin: 6px 0 0;
	font-size: 14px;
	color: #818181;
}


#event .pickup {
	max-width: 780px;
	margin: 25px auto 0;
}
#event .pickup .entry {
	display: flex;
}
#event .pickup .entry + .entry {
	margin-top: 45px;
}
#event .pickup .entry figure {
	width: calc(50% - 20px);
}
#event .pickup .entry article {
	width: 50%;
	margin-left: 20px;
}

#event .pickup .entry figure img {
	width: 100%;
	height: auto;
}

#event .pickup .entry .area {
	font-size: 0;
}
#event .pickup .entry .area span {
	display: inline-block;
	width: 60px;
	margin: 0 4px 4px 0;
	padding: 4px 0;
	text-align: center;
	font-size: 14px;
	font-weight: bold;
	border: 2px solid #000;
	border-radius: 10px;
}

#event .pickup .entry .title {
	margin: 30px 0 0;
	font-size: 20px;
	font-weight: bold;
	line-height: 1.4;
}
#event .pickup .entry .summary {
	margin: 10px 0 0;
	font-size: 14px;
	line-height: 1.7;
}




#event .list {
	max-width: 780px;
	margin: 40px auto 0;
}
#event .list h3 {
	margin: 0 0 35px;
	font-size: 24px;
	font-weight: bold;
	text-align: center;
	color: #052667;
}


#event table {
	width: 100%;
	border-collapse: collapse;
}

#event td:nth-of-type(1) {
	width: 15%;
}
#event td:nth-of-type(2) {
	width: 40%;
}
#event td:nth-of-type(3) {
	width: 25%;
}
#event td:nth-of-type(4) {
	width: 20%;
}


#event table,
#event th,
#event td {
	border: 1px solid #333;
}
#event th {
	padding: 10px 5px;
	font-size: 16px;
	background: #eaeaea;
}
#event td {
	position: relative;
	padding: 10px;
	font-size: 15px;
	line-height: 1.5;
}
#event td .match p {
	line-height: 1.5;
}

#event td .match {
	display: flex;
	align-items: center;
}

#event tbody th {
	display: none;
}

#event td a:hover {
	text-decoration: none;
}
#event td .area {
	display: inline-block;
	box-sizing: border-box;
	width: calc(1em + 6px);
	min-height: 62px;
	font-size: 14px;
	letter-spacing: 6px;
	text-indent: 3px;
	padding: 0 3px;
	color: #fff;
	background: #555;
	text-align: center;
	border-radius: 6px;
	
	-webkit-writing-mode: vertical-rl;
	-ms-writing-mode: tb-rl;
	writing-mode: vertical-rl;
}
#event td .area span {
}
#event td .area + p {
	margin-left: 8px;
}

#event .archive td .area + p {
	margin: 0 !important;
}

#event td nav + nav {
	margin-top: 6px;
}
#event td nav * {
	position: relative;
	display: block;
	padding: 6px 24px 6px 12px;
	font-size: 14px;
	font-weight: bold;
	text-decoration: none;
	background: #c8bc90;
	border-radius: 20px;
}
#event td nav *:after {
	content: "";
	position: absolute;
	display: block;
	width: 6px;
	height: 6px;
	right: 9px;
	top: 50%;
	margin-top: -4px;
	border: 0 solid #000;
	border-width: 2px 2px 0 0;
	transform: rotate(45deg);
}

#event td nav a {
	color: #000 !important;
}


#event td nav a:hover {
	opacity: 0.7;
}

#event td nav span {
	color: #fff;
	background: #dbdbdb;
}
#event td nav span:after {
	border-color: #fff;
}



#event .archive .match .area {
	display: none;
}


#event .note {
	margin: 40px 0 0;
}
#event .note p {
	font-size: 14px;
	line-height: 1.5;
}
#event .note p + p {
	margin-top: 10px;
}






@media screen and (max-width:1239px) {
	#lang {
		left: auto;
		margin-left: 0;
		right: 80px;
	}
}





@media screen and (max-width:1119px) {
	#wrap > header {
		padding: 0;
	}
	#wrap > header .inner {
		max-width: 100%;
	}
	
	#wrap > header .post {
		right: 40px;
	}
	#wrap > header li a {
		font-size: 13px;
		letter-spacing: 0;
	}
	#wrap > header li.soon:after {
		width: 100px;
		font-size: 12px;
	}
	
	
	
	
	#about .inner {
		padding-left: 75px;
		padding-right: 75px;
	}
	
	
	
	#history .year[data-year="1991"],
	#history .year[data-year="1995"] {
		float: none;
		width: auto;
	}
	#history .year[data-year="1995"] {
		margin-top: 35px;
	}
	#history .year[data-year="1999"] {
		margin-top: 70px;
	}

	#history .year[data-year="1991"] article,
	#history .year[data-year="1995"] article {
		margin-left: 145px;
		margin-right: 145px;
	}
	
	#history .year[data-year="1995"] article {
		float: left;
		padding-top: 0;
		margin-top: -50px;
	}
}



@media screen and (max-width:999px) {
	#wrap main,
	#wrap > footer,
	#secondary-title {
		padding: 0 50px;
	}
	#lang {
		right: 50px;
	}
	#secondary-title h1 {
		width: 500px;
	}
	
	#wrap > header ul {
		left: 0;
	}
	#wrap > header .post {
		right: 20px;
		top: 95px;
		transform: translateY(0px);
	}
	body.home #wrap > header .post {
		top: -160px;
	}
	
	
	#kv {
		margin: 0 50px;
	}
	#kv .title {
		height: 490px;
	}
	#kv .title h1 {
		height: 120px;
		background-size: 600px auto;
	}
	
	#top-topics .title {
		margin-top: 10px;
		width: 100%;
	}
	
	
	
	#top-concept .columns div {
		margin-left: 0 !important;
	}
	#top-concept .columns div + div {
		margin-top: 30px;
	}
	#top-concept article p br {
		display: none;
	}
	
	
	
	#about .columns div {
		margin-left: 0 !important;
	}
	#about .columns div + div {
		margin-top: 30px;
	}
	#about article p br {
		display: none;
	}
	
	
	
	
	
	#about nav li a {
		font-size: 15px;
	}
	#about nav li + li:before {
		height: 15px;
		margin: 0 20px;
	}
	
	
	#history .year[data-year="1995"] article,
	#history .year[data-year="2003"] article,
	#history .year[data-year="2011"] article,
	#history .year[data-year="2019"] article {
		margin-top: 0;
	}
	#history .year article {
		margin-left: 70px !important;
		margin-right: 70px !important;
	}
	
	
	
	#history .slide .match {
		padding: 12px 15px;
	}
	#history .slide .match dt {
		font-size: 12px;
	}
	#history .slide .match dd {
		margin-top: 15px;
		font-size: 14px;
	}
	#history .slide .match dd .score {
		font-size: 13px;
	}
	
	
	#event .pickup,
	#event .list {
		max-width: 600px;
	}
}











#post-form {
	display: none;
	position: absolute;
	box-sizing: border-box;
	width: 780px;
	height: 720px;
	left: 50%;
	margin-left: -390px;
	z-index: 10000;
	padding: 35px 50px;
	background: #1f1b72;
	border-radius: 10px;
	color: #fff;

	transition: transform 300ms ease-out, opacity 300ms ease-out;
	transform: translateY(100px);
	opacity: 0;
}
#form-bg {
	display: none;
	position: fixed;
	width: 100%;
	height: 100%;
	left: 0;
	top: 0;
	z-index: 9999;
	background: rgba(255,255,255,0.8);
	
	transition: opacity 300ms ease-out;
	opacity: 0;
}


body.form #post-form {
	display: block;
}
body.form #form-bg {
	display: block;
}

body.form #post-form.go {
	transform: translateY(0px);
	opacity: 1;
}
body.form #form-bg.go {
	opacity: 1;
}



#post-form .title {
	height: 150px;
	margin: -8px 0 0 -15px;
	padding: 0 0 0 0;
	background: url(../img/icon_message.png) 0 0 no-repeat;
	background-size: 56px auto;
}
#post-form .title dt {
	position: relative;
	top: -5px;
	padding: 8px 0 18px 68px;
	font-size: 24px;
	font-weight: bold;
}
#post-form .title dd {
	padding: 0 0 0 70px;
	font-size: 14px;
	font-weight: bold;
	line-height: 1.6;
}

#post-form form {
	position: relative;
	display: block;
	height: 505px;
}
#post-form form dt {
	height: 22px;
	font-size: 16px;
	font-weight: bold;
}
#post-form form dt span {
	font-size: 13px;
}

#post-form .name {
	position: absolute;
	width: calc(100% - 230px - 20px);
	left: 0;
	top: 0;
}
#post-form .age {
	position: absolute;
	width: 230px;
	height: 80px;
	right: 0;
	top: 0;
}
#post-form .message {
	position: absolute;
	width: 100%;
	height: 170px;
	left: 0;
	top: 95px;
}
#post-form .avatar {
	position: absolute;
	width: 100%;
	height: 130px;
	left: 0;
	top: 255px;
}
#post-form .button input {
	position: absolute;
	visibility: hidden;
}


#post-form .name input {
	width: calc(100% - 20px);
	height: 50px;
	padding: 0 10px;
	outline: none;
	font-size: 36px;
	line-height: 48px;
}
#post-form .message textarea {
	width: calc(100% - 16px);
	height: 100px;
	padding: 8px;
	outline: none;
	font-size: 18px;
}


#post-form .name input:focus,
#post-form .message textarea:focus {
	background: #eee;
}


#post-form .age dd {
	position: relative;
}
#post-form .age .menu > a {
	position: relative;
	display: block;
	width: 100%;
	height: 50px;
	text-align: center;
	line-height: 50px;
	font-size: 20px;
	font-weight: bold;
	border-radius: 25px;
	background: #fff;
}
#post-form .age .menu > a:after {
	content: "";
	position: absolute;
	display: block;
	width: 10px;
	height: 10px;
	left: 50%;
	top: 50%;
	margin: -7px 0 0 -7px;
	border: 0 solid #1f1b72;
	border-width: 4px 4px 0 0;
	transform: rotate(135deg);
}
#post-form .age .menu > a.has-value:after {
	display: none;
}


#post-form .age .menu ul {
	position: absolute;
	width: 180px;
	left: 25px;
	top: 50px;
	z-index: 1000;
	background: #fff;
	border: 0 solid #1f1b72;
	border-width: 0 2px 2px;
	visibility: hidden;
}
#post-form .age .menu li:first-child {
	display: none;
}
#post-form .age .menu li a {
	display: block;
	padding: 10px;
	font-size: 14px;
	font-weight: bold;
	border-top: 2px solid #1f1b72;
}
#post-form .age .menu li a:hover,
#post-form .age .menu li a.selected {
	background: #d2d1e3;
}



#post-form .age .menu li a:hover {
	background: #d2d1e3;
}
#post-form .age .menu.opened ul {
	visibility: visible;
}








#post-form .avatar .menu ul {
	display: flex;
}
#post-form .avatar .menu li {
	position: relative;
	width: calc((100% - 60px) / 7);
	background: #fff;
}
#post-form .avatar .menu li a {
	display: block;
	cursor: pointer;
}
#post-form .avatar .menu li img {
	width: 100%;
	height: auto;
}
#post-form .avatar .menu li + li {
	margin-left: 10px;
}
#post-form .avatar .menu li.selected:after {
	content: "";
	position: absolute;
	display: block;
	box-sizing: border-box;
	width: calc(100% + 3px);
	height: calc(100% + 3px);
	left: -1.5px;
	top: -1.5px;
	border: 3px solid #f00;
	border-radius: 3px;
}



#post-form .button a {
	position: absolute;
	display: block;
	box-sizing: border-box;
	width: 420px;
	height: 56px;
	left: 50%;
	top: 405px;
	margin-left: -210px;
	text-align: center;
	line-height: 48px;
	color: #fff;
	font-size: 20px;
	font-weight: bold;
	letter-spacing: 2px;
	border: 4px solid #fff;
	background: #df001c;
	cursor: pointer;
}
#post-form .button a:hover {
	background: #e94d61;
}


#post-form a.close {
	position: absolute;
	display: block;
	box-sizing: border-box;
	width: 60px;
	height: 60px;
	right: 25px;
	top: 20px;
	z-index: 100;
	border: 3px solid #fff;
	border-radius: 30px;
	cursor: pointer;
}
#post-form a.close:hover {
	background: rgba(255,255,255,0.3);
}
#post-form a.close:before,
#post-form a.close:after {
	content: "";
	position: absolute;
	display: block;
	width: 22px;
	height: 3px;
	left: 50%;
	top: 50%;
	margin: -1.5px 0 0 -11px;
	background: #fff;
}
#post-form a.close:before {
	transform: rotate(45deg);
}
#post-form a.close:after {
	transform: rotate(-45deg);
}



#post-form .note {
	position: absolute;
	width: 100%;
	left: 0;
	bottom: 0;
	text-align: center;
	font-size: 12px;
	font-weight: bold;
}
#post-form .note:before {
	content: "※";
}





#post-form:before,
#post-form:after {
	content: "";
	position: absolute;
	display: block;
	z-index: 100;
}
#post-form:before {
	width: 236px;
	height: 171px;
	left: -210px;
	top: 394px;
	background: url(../img/avatars1.png) 0 0 no-repeat;
	background-size: 100% auto;
}
#post-form:after {
	width: 214px;
	height: 153px;
	right: -180px;
	top: 242px;
	background: url(../img/avatars2.png) 0 0 no-repeat;
	background-size: 100% auto;
}






@media screen and (max-width:999px) {
	body.form #post-form {
		width: 700px;
		margin-left: -350px;
	}
}






#post-form.error form dl,
#post-form.error form .button {
	visibility: hidden;
	position: absolute;
}
#post-form.error .error {
	padding: 50px;
}
#post-form.error .error span {
	display: block;
	padding-left: 15px;
	text-indent: -15px;
	font-size: 15px;
	font-weight: bold;
}
#post-form.error .error span:before {
	display: inline-block;
	content: "・";
	width: 15px;
	text-indent: 0;
}
#post-form.error .error span + span {
	margin-top: 20px;
}
#post-form.error .error a {
	display: block;
	width: 120px;
	height: 40px;
	margin: 80px auto 0;
	line-height: 40px;
	font-size: 16px;
	font-weight: bold;
	text-align: center;
	color: #fff;
	border: 4px solid #fff;
	cursor: pointer;
}
#post-form.error .error a:hover {
	background: rgba(255,255,255,0.2);
}





#post-complete .inner {
	padding: 75px;
}
#post-complete h2 {
	font-size: 30px !important;
}
#post-complete article {
	margin: 50px 0 0;
	text-align: center;
}
#post-complete article p {
	font-size: 16px;
	line-height: 2.2;
}

#post-complete nav {
	margin: 60px 0 0;
	text-align: center;
}
#post-complete nav a {
	display: inline-block;
	width: 236px;
	height: 42px;
	line-height: 42px;
	text-decoration: none;
	font-size: 16px;
	font-weight: bold;
	border: 2px solid #c8bc90;
	border-radius: 30px;
	background: url(../img/arrow_gold.svg) right 17px top 50% no-repeat;
	background-size: 7px auto;
}
#post-complete nav a:hover {
	color: #fff;
	background-color: #c8bc90;
	background-image: url(../img/arrow_white.svg);
}














#top-concept h2 {
	opacity: 0;
	transform: translateY(50px);
	transition: all 300ms ease-out;
}
#top-concept h2.passed {
	opacity: 1;
	transform: translateY(0px);
}


#top-concept .copy em {
	width: 0;
	transition: width 600ms ease-out 300ms;
}
#top-concept h2.passed + .copy em {
	width: 100%;
}


#top-concept h3 {
	opacity: 0;
	transform: translateY(30px);
	transition: all 600ms ease-out 900ms;
}
#top-concept h2.passed + .copy + h3 {
	opacity: 1;
	transform: translateY(0px);
}




#top-concept .columns div:nth-child(1) article p {
	transform: translateX(50px);
	opacity: 0;
	transition: all 500ms ease-out 0ms;
}

#top-concept .columns div:nth-child(1) article p.passed {
	transform: translateX(0px);
	opacity: 1;
}


#top-concept .columns div:nth-child(2) article p {
	transform: translateX(50px);
	opacity: 0;
	transition: all 500ms ease-out 200ms;
}
#top-concept .columns div:nth-child(2) article p.passed {
	transform: translateX(0px);
	opacity: 1;
}


#top-concept .columns div:nth-child(3) article p:nth-child(1) {
	transform: translateX(50px);
	opacity: 0;
	transition: all 500ms ease-out 400ms;
}
#top-concept .columns div:nth-child(3) article p:nth-child(1).passed {
	transform: translateX(0px);
	opacity: 1;
}

#top-concept .columns div:nth-child(3) article p:nth-child(2) {
	transform: translateX(50px);
	opacity: 0;
	transition: all 500ms ease-out 600ms;
}
#top-concept .columns div:nth-child(3) article p:nth-child(2).passed {
	transform: translateX(0px);
	opacity: 1;
}






#top-concept .video {
	opacity: 0;
	transform: translateY(50px);
	transition: all 300ms ease-out 300ms;
}
#top-concept .video.passed {
	opacity: 1;
	transform: translateY(0px);
}


#top-concept nav {
	opacity: 0;
	transform: translateY(30px);
	transition: all 300ms ease-out 500ms;
}
#top-concept nav.passed {
	opacity: 1;
	transform: translateY(0px);
}






#top-concept .social-bar {
	opacity: 0;
	transition: all 300ms ease-out 500ms;
}
#top-concept .social-bar.passed {
	opacity: 1;
}



#top-concept h2.bye,
#top-concept h2.bye + .copy,
#top-concept h2.bye + .copy + h3,
#top-concept .columns article p.bye,
#top-concept .columns figure.bye,
#top-concept .columns figure.bye img,
#top-concept .video.bye,
#top-concept nav.bye,
#top-concept .social-bar.bye {
	transition-duration: 200ms !important;
	transition-delay: 0ms !important;
}



/* ---------------------------------------------------------------------------------------------------- */
/* MY DREAM */

body.message #wrap main {
	padding: 0;
}

body.message #wrap main > section .inner {
	width: 100%;
	max-width: 100%;
}



#mydream h2 {
	height: 80px;
	line-height: 80px;
	color: #fff;
	background: #1f1b72;
}
#mydream h2:before {
	content: "";
	position: relative;
	display: inline-block;
	width: 56px;
	height: 48px;
	top: -3px;
	margin-right: 20px;
	vertical-align: middle;
	background: url(../img/icon_message.png) 0 0 no-repeat;
	background-size: 100% auto;
}

#mydream .inner > nav {
	height: 80px;
	text-align: center;
	font-size: 0;
	background: #f1f1f1;
}
#mydream .inner > nav li {
	display: inline-block;
}
#mydream .inner > nav li + li:before {
	content: "";
	display: inline-block;
	position: relative;
	width: 1px;
	height: 18px;
	top: 1px;
	background: #000;
	margin: 0 24px;
}
#mydream .inner > nav a {
	position: relative;
	font-size: 18px;
	font-weight: bold;
	line-height: 80px;
	cursor: pointer;
}
#mydream .inner > nav .all a {
	letter-spacing: 3px;
}
#mydream .inner > nav a.active {
	color: #c8bc90;
}
#mydream .inner > nav a.active:after {
	background: #c8bc90;
	visibility: visible;
}
#mydream .inner > nav a:after {
	content: "";
	position: absolute;
	display: block;
	width: 100%;
	height: 3px;
	left: 0;
	bottom: -5px;
	background: #000;
	visibility: hidden;
}
#mydream .inner > nav a:hover:after {
	visibility: visible;
}


#mydream .entries {
	display: flex;
	flex-wrap: wrap;
	padding: 13px 0 45px;
	background: #fbfbfb;
}

#mydream .entries .box {
	position: relative;
	margin: 32px 0 0 32px;
}
#mydream .entries .box.ambassador {
	background: #fff;
}

#mydream .entry figure {
	position: relative;
	padding-top: 75%;
	overflow: hidden;
	background: #eee;
	text-align: center;
}
#mydream .entry figure span {
	position: absolute;
	display: block;
	width: 100%;
	height: 100%;
	left: 0;
	top: 0;
	z-index: 5;
	background-position: 50% 50%;
	background-size: auto 100%;
	background-repeat: no-repeat;
	transform: scale(2);
	filter: blur(5px);
	opacity: 0.75;
	display: none;
}
#mydream .entry figure img {
	position: absolute;
	width: 100%;
	height: 100%;
	left: 0;
	top: 0;
	z-index: 5;
	object-fit: contain;
}
@media all and (-ms-high-contrast: none) {
	*::-ms-backdrop, #mydream .entry figure img {
		width: auto;
		height: 100%;
		left: 50%;
		transform: translateX(-50%);
	}
}



#mydream .entry article {
	padding: 18px;
	background: #fff;
}
#mydream .entry .comment {
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
	color: #1f1b72;
	font-size: 16px;
	font-weight: bold;
	
	display: none;
}
#mydream .entry .name {
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
	font-size: 20px;
	font-weight: bold;
}
#mydream .entry .name span {
	margin-left: 2px;
	font-size: 14px;
	white-space: nowrap;
}
#mydream .entry .post-name {
	margin: 10px 0 0;
	font-size: 14px;
	font-weight: bold;
	line-height: 1.5;
}



#mydream .post {
	position: absolute;
	display: flex;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
}
#mydream .post figure {
	position: absolute;
	width: calc((100% - 20px) * 0.25);
	height: 50%;
	background-repeat: no-repeat;
	background-position: 50% 100%;
	background-size: 100% auto;
}
#mydream .post article {
	position: absolute;
	box-sizing: border-box;
	width: calc((100% - 20px) * 0.75);
	height: 100%;
	top: 0;
	right: 0;
	padding: 16px 20px;
	background: #fff;
	border: 1px solid #e1e1e1;
	border-radius: 12px;
}
#mydream .post.short {
	height: calc((100% - 25px) / 2);
}
#mydream .post.short + .post.short {
	top: auto;
	bottom: 0;
}

#mydream .post.short figure {
	height: 100%;
}
#mydream .post.short + .post.short figure {
	left: auto;
	right: 0;
}

#mydream .post.short + .post.short article {
	left: 0;
	right: auto;
}


#mydream .post .comment {
	color: #1f1b72;
	font-size: 10px;
	font-weight: bold;
	line-height: 1.6;
}
#mydream .post .name {
	position: absolute;
	width: calc(100% - 40px);
	left: 20px;
	bottom: 15px;
	font-size: 18px;
	font-weight: bold;
	line-height: 1.2;
}
#mydream .post .name span {
	margin-left: 2px;
	font-size: 14px;
	white-space: nowrap;
}

/*
#mydream .post.large .comment {
	font-size: 24px;
	line-height: 1.4;
}
#mydream .post.small .comment {
	font-size: 14px;
}
*/



#mydream .post figure.avatar-1 {
	background-image: url(../img/avatar/L1.png);
}
#mydream .post figure.avatar-2 {
	background-image: url(../img/avatar/L2.png);
}
#mydream .post figure.avatar-3 {
	background-image: url(../img/avatar/L3.png);
}
#mydream .post figure.avatar-4 {
	background-image: url(../img/avatar/L4.png);
}
#mydream .post figure.avatar-5 {
	background-image: url(../img/avatar/L5.png);
}
#mydream .post figure.avatar-6 {
	background-image: url(../img/avatar/L6.png);
}
#mydream .post figure.avatar-7 {
	background-image: url(../img/avatar/L7.png);
}


#mydream .post article:before {
	position: absolute;
	content: "";
	display: block;
	width: 21px;
	height: 28px;
	left: -21px;
	top: 30%;
	background: url(../img/balloon.png) 0 0 no-repeat;
	background-size: 100% auto;
}
#mydream .post.short article:before {
	top: 60%;
}
#mydream .post.short + .post.short article:before {
	left: auto;
	right: -21px;
	transform: scaleX(-1);
}



#mydream .more {
	position: relative;
	width: 100%;
	height: 46px;
	margin: 50px 0 0;
}
#mydream .more:after {
	position: absolute;
	content: "";
	display: block;
	width: 100%;
	height: 2px;
	bottom: 23px;
	z-index: 1;
	background: #c8bc90;
	border-radius: 2px;
}
#mydream .more a {
	position: absolute;
	display: block;
	box-sizing: border-box;
	width: 380px;
	height: 46px;
	left: 50%;
	top: 50%;
	z-index: 10;
	margin: -23px 0 0 -190px;
	line-height: 42px;
	text-align: center;
	font-size: 16px;
	font-weight: bold;
	border: 2px solid #c8bc90;
	border-radius: 24px;
	background: #fff;
}
#mydream .more a:hover {
	color: #fff;
	background: #c8bc90;
}

#mydream .more a:after {
	content: "";
	position: absolute;
	display: block;
	width: 10px;
	height: 20px;
	right: 20px;
	top: 50%;
	margin-top: -10px;
	background: url(../img/arrow_gold.svg) 50% 50% no-repeat;
	background-size: 8px auto;
	transform: rotate(90deg);
	transition: transform 300ms ease-out;
}

#mydream .more a:hover:after {
	background-image: url(../img/arrow_white.svg);
}





#mydream .box.ambassador {
	cursor: pointer;
}
#mydream .box.ambassador:hover {
	opacity: 0.7;
}

#mydream-overlay {
	position: fixed;
	width: 100vw;
	height: 100vh;
	left: 0;
	top: 0;
	z-index: 10000;
	background: rgba(255,255,255,0.85);
	opacity: 0;
	
	transition: opacity 200ms ease-out;
}



#mydream-popup {
	position: absolute;
	width: 980px;
	left: 50%;
	z-index: 10001;
	margin-left: -490px;
	border: 1px solid #e1e1e1;
	background: #fff;
	border-radius: 8px;
	overflow: hidden;
	transform: scale(0);
	
	transition: all 300ms ease-out;
}
#mydream-popup figure {
	position: relative;
	padding-top: 75%;
	background: #eee;
}
#mydream-popup img {
	position: absolute;
	width: 100%;
	height: 100%;
	left: 0;
	top: 0;
	object-fit: contain;
	background: #eee;
}
@media all and (-ms-high-contrast: none) {
	*::-ms-backdrop, #mydream-popup img {
		width: auto;
		height: 100%;
		left: 50%;
		transform: translateX(-50%);
	}
}



#mydream-popup article {
	position: relative;
	padding: 32px 105px;
}
#mydream-popup article .post {
	margin: 12px 0 0;
	font-size: 16px;
	font-weight: bold;
	line-height: 1.5;
}
#mydream-popup article .name {
	font-size: 28px;
	font-weight: bold;
}
#mydream-popup article .name span {
	margin-left: 6px;
	font-size: 12px;
	letter-spacing: 3px;
}
#mydream-popup article .content {
	margin-top: 20px;
	font-size: 16px;
	line-height: 1.7;
}


#mydream-popup a.close {
	position: absolute;
	height: 24px;
	top: 24px;
	left: 875px;
	padding-right: 28px;
	font-size: 12px;
	line-height: 24px;
	font-weight: bold;
	cursor: pointer;
}
#mydream-popup a.close:before,
#mydream-popup a.close:after {
	position: absolute;
	content: "";
	display: block;
	width: 20px;
	height: 3px;
	right: 0;
	top: 50%;
	margin-top: -1px;
	background: #000;
}
#mydream-popup a.close:before {
	transform: rotate(45deg);
}
#mydream-popup a.close:after {
	transform: rotate(-45deg);
}
#mydream-popup a.close:hover {
	opacity: 0.7;
}

body.popup #mydream-overlay {
	opacity: 1;
}
body.popup #mydream-popup {
	transform: scale(1);
}
body.hide #mydream-popup {
	opacity: 0;
}






#mydream-popup.post {
	width: 580px;
	height: auto;
	left: 50%;
	margin-left: -290px;
	border: none;
	border-radius: 0;
	background: none;
	overflow: visible;
}
/*
#mydream-popup.post.short {
	height: 300px;
}
*/
#mydream-popup.post figure {
	position: absolute;
	width: 108px;
	height: 226px;
	left: 0;
	top: 0;
	padding: 0;
	background-repeat: no-repeat;
	background-position: 50% 100%;
	background-size: 100% auto;
	background-color: transparent
}
#mydream-popup.post figure.avatar-1 {
	background-image: url(../img/avatar/L1.png);
}
#mydream-popup.post figure.avatar-2 {
	background-image: url(../img/avatar/L2.png);
}
#mydream-popup.post figure.avatar-3 {
	background-image: url(../img/avatar/L3.png);
}
#mydream-popup.post figure.avatar-4 {
	background-image: url(../img/avatar/L4.png);
}
#mydream-popup.post figure.avatar-5 {
	background-image: url(../img/avatar/L5.png);
}
#mydream-popup.post figure.avatar-6 {
	background-image: url(../img/avatar/L6.png);
}
#mydream-popup.post figure.avatar-7 {
	background-image: url(../img/avatar/L7.png);
}

#mydream-popup.post article {
	position: relative;
	box-sizing: border-box;
	width: 435px;
	height: 100%;
	min-height: 300px;
	margin-left: 145px;
	padding: 16px 20px;
	background: #fff;
	border: 1px solid #e1e1e1;
	border-radius: 12px;
}
#mydream-popup.post article:before {
	position: absolute;
	content: "";
	display: block;
	width: 21px;
	height: 28px;
	left: -21px;
	top: 30%;
	background: url(../img/balloon.png) 0 0 no-repeat;
	background-size: 100% auto;
}
#mydream-popup.post .comment {
	color: #1f1b72;
	font-size: 12px;
	font-weight: bold;
	line-height: 1.6;
}
#mydream-popup.post .name {
	position: absolute;
	width: calc(100% - 40px);
	left: 20px;
	bottom: 15px;
	font-size: 18px;
	font-weight: bold;
	line-height: 1.2;
}
#mydream-popup.post .name span {
	margin-left: 2px;
	font-size: 14px;
	letter-spacing: 0;
	white-space: nowrap;
}


#mydream-popup.post a.close {
	top: auto;
	left: auto;
	right: 0;
	bottom: -35px;
}








#mydream .entry.new:after {
	position: absolute;
	content: "NEW";
	display: block;
	width: 80px;
	height: 48px;
	left: 0;
	top: 15px;
	z-index: 50;
	line-height: 48px;
	font-size: 20px;
	font-weight: bold;
	font-family: Arial, Helvetica, "sans-serif";
	text-align: center;
	color: #fff;
	background: #df001c;
	border-radius: 0 24px 24px 0;
	text-indent: -1px;
}
#mydream .post.new:after {
	position: absolute;
	content: "NEW";
	display: block;
	width: calc((100% - 20px) * 0.25);
	left: -3%;
	top: 18px;
	font-size: 18px;
	font-weight: bold;
	font-family: Arial, Helvetica, "sans-serif";
	text-align: center;
	color: #df001c;
}
#mydream .post.short + .post.short.new:after {
	left: auto;
	right: 3%;
}





#mydream .post .comment {
	color: #fff;
}
#mydream .post .comment.resized {
	color: #1f1b72;
}




@media screen and (max-width:1199px) {
	#mydream .entry .comment {
		font-size: 14px;
		line-height: 1.6;
	}
	#mydream .entry .name {
		font-size: 16px;
	}
	#mydream .entry .name span {
		font-size: 12px;
	}

	/*
	#mydream .post .comment {
		font-size: 13px;
		line-height: 1.6;
	}
	*/
	#mydream .post .name {
		font-size: 16px;
	}
	#mydream .post .name span {
		font-size: 12px;
	}
	
	/*
	#mydream .post.large .comment {
		font-size: 20px;
		line-height: 1.3;
	}
	#mydream .post.small .comment {
		font-size: 12px;
	}
	*/

}




@media screen and (max-width:1023px) {
	#mydream .entries .box {
		width: calc((100% - 64px - 32px - 1px) / 2);
		height: calc((100vw - 64px - 32px) / 2);
	}
	#mydream .entries .box:nth-child(2n) {
		margin-left: 32px;
	}
	#mydream .entries .box:nth-child(n + 3) {
		margin-top: 32px;
	}
	
	#mydream-popup {
		width: calc(100vw - 60px);
		left: 30px;
		margin-left: 0;
	}
	#mydream-popup a.close {
		left: calc(100vw - 105px - 60px);
	}
}
@media screen and (min-width:1024px) and (max-width:1699px) {
	#mydream .entries .box {
		width: calc((100% - 64px - 64px - 1px) / 3);
		height: calc((100vw - 64px - 64px) / 3);
	}
}
@media screen and (min-width:1700px) and (max-width:1999px) {
	#mydream .entries .box {
		width: calc((100% - 64px - 96px - 1px) / 4);
		height: calc((100vw - 64px - 96px) / 4);
	}
}
@media screen and (min-width:2000px) {
	#mydream .entries .box {
		width: calc((100% - 64px - 128px - 1px) / 5);
		height: calc((100vw - 64px - 128px) / 5);
	}
}








/* ---------------------------------------------------------------------------------------------------- */
/* VENUE */

#venue .inner {
	padding: 75px 75px 80px;
}
#venue h2 {
	margin-bottom: 70px;
}
#venue h2 + h3 {
	margin-top: -20px;
	margin-bottom: 50px;
}

#venue .map {
	position: relative;
	width: 806px;
	height: 820px;
	z-index: 10;
	margin: 0 auto -40px;
	left: -120px;
	background: url(/about_jfa/fwwc2023/img/map.png) 50% 0 no-repeat;
}

#venue .map div {
	position: absolute;
	z-index: 30;
	background-repeat: no-repeat;
	background-position: 0 0;
	pointer-events: none;
}
#venue .map div.sapporo {
	width: 329px;
	height: 88px;
	left: 259px;
	top: 21px;
	background-image: url(/about_jfa/fwwc2023/img/balloon1.png);
}
#venue .map div.sendai {
	width: 320px;
	height: 66px;
	left: 557px;
	top: 229px;
	background-image: url(/about_jfa/fwwc2023/img/balloon2.png);
}
#venue .map div.saitama {
	width: 361px;
	height: 76px;
	left: 517px;
	top: 310px;
	background-image: url(/about_jfa/fwwc2023/img/balloon3.png);
}
#venue .map div.tokyo {
	width: 358px;
	height: 66px;
	left: 519px;
	top: 388px;
	background-image: url(/about_jfa/fwwc2023/img/balloon4.png);
}
#venue .map div.toyota {
	width: 286px;
	height: 123px;
	left: 442px;
	top: 420px;
	background-image: url(/about_jfa/fwwc2023/img/balloon5.png);
}
#venue .map div.kyoto {
	width: 275px;
	height: 209px;
	left: 124px;
	top: 222px;
	background-image: url(/about_jfa/fwwc2023/img/balloon6.png);
}
#venue .map div.osaka {
	width: 356px;
	height: 144px;
	left: 42px;
	top: 300px;
	background-image: url(/about_jfa/fwwc2023/img/balloon7.png);
}
#venue .map div.kobe {
	width: 267px;
	height: 194px;
	left: 288px;
	top: 432px;
	background-image: url(/about_jfa/fwwc2023/img/balloon8.png);
}


#venue .map a {
	position: absolute;
	display: block;
	width: 268px;
	height: 66px;
	left: 0;
	top: 0;
	cursor: pointer;
	pointer-events: all;
}
#venue .map div.sendai a,
#venue .map div.tokyo a,
#venue .map div.toyota a,
#venue .map div.kobe a {
	left: auto;
	top: auto;
	right: 0;
	bottom: 0;
}
#venue .map div.saitama a {
	left: auto;
	right: 0;
}

#venue .map div dl {
	text-align: center;
	font-weight: bold;
}
#venue .map div dt {
	margin: 13px 0 0;
	font-size: 14px;
}
#venue .map div dd {
	margin: 6px 0 0;
	font-size: 18px;
}

#venue dd span {
	margin-left: 6px;
}

#venue .map a:hover dl {
	color: #888;
}






#venue h3 {
	margin-bottom: 30px;
	font-size: 24px;
	font-weight: bold;
	text-align: center;
}

#venue .list {
	position: relative;
	z-index: 20;
}
#venue .list + .list {
	margin-top: 80px;
}
#venue .list .container {
	max-width: 780px;
	margin: 0 auto;
}
#venue .list dl {
	display: table-row;
}
#venue .list dt,
#venue .list dd {
	display: table-cell;
	padding: 12px 40px;
	font-size: 15px;
	border: 1px solid #999;
	border-collapse: collapse;
}
#venue .list dt {
	width: 340px;
}
#venue .list dd {
	width: 440px;
	border-left: none;
}
#venue .list dl + dl dt,
#venue .list dl + dl dd {
	border-top: none;
}

#venue .list dl:nth-child(1) {
	background: #eee;
}

#venue .note {
	width: 780px;
	margin: 50px auto 0;
	font-size: 14px;
}
#venue .note p + p {
	margin-top: 10px;
}


@media screen and (max-width:1119px) {
	#venue .map {
		margin-top: -8vw;
		margin-bottom: -8vw;
		left: -9vw;
		transform: scale(0.8);
	}
}
@media screen and (max-width:999px) {
	#venue .map {
		margin-top: -11vw;
		margin-bottom: -11vw;
		left: -20vw;
		transform: scale(0.7);
	}
}
@media screen and (max-width:799px) {
	#venue .map {
		margin-top: -12vw;
		margin-bottom: -12vw;
		left: -24vw;
	}
}




#venue-overlay {
	position: fixed;
	width: 100vw;
	height: 100vh;
	left: 0;
	top: 0;
	z-index: 10000;
	background: rgba(255,255,255,0.85);
	opacity: 0;
	transition: opacity 200ms ease-out;
}



#venue-popup {
	position: absolute;
	width: 800px;
	left: 50%;
	z-index: 10001;
	margin-left: -400px;
	border: 1px solid #e1e1e1;
	background: #fff;
	border-radius: 8px;
	overflow: hidden;
	transform: scale(0);
	
	transition: all 300ms ease-out;
}
#venue-popup figure {
	position: relative;
	padding-top: 66.66%;
}
#venue-popup img {
	position: absolute;
	width: 100%;
	height: 100%;
	left: 0;
	top: 0;
	object-fit: contain;
	background: #eee;
}
#venue-popup article {
	position: relative;
	padding: 22px 32px 32px;
}
#venue-popup article .city {
	font-size: 16px;
	font-weight: bold;
	line-height: 1.5;
}
#venue-popup article .stadium {
	margin: 8px 0 0;
	font-size: 22px;
	font-weight: bold;
}


#venue-popup a.close {
	position: absolute;
	height: 24px;
	top: 24px;
	left: 700px;
	padding-right: 28px;
	font-size: 12px;
	line-height: 24px;
	font-weight: bold;
	cursor: pointer;
}
#venue-popup a.close:before,
#venue-popup a.close:after {
	position: absolute;
	content: "";
	display: block;
	width: 20px;
	height: 3px;
	right: 0;
	top: 50%;
	margin-top: -1px;
	background: #000;
}
#venue-popup a.close:before {
	transform: rotate(45deg);
}
#venue-popup a.close:after {
	transform: rotate(-45deg);
}
#venue-popup a.close:hover {
	opacity: 0.7;
}

body.popup #venue-overlay {
	opacity: 1;
}
body.popup #venue-popup {
	transform: scale(1);
}
body.hide #venue-popup {
	opacity: 0;
}



#venue .photo-list {
	margin: 60px 0 0;
}
#venue .photo-list ul {
	display: flex;
	flex-wrap: wrap;
}
#venue .photo-list li {
	width: calc((100% - 36px) / 3);
}
#venue .photo-list figure img {
	width: 100%;
	height: auto;
}
#venue .photo-list li:nth-child(3n),
#venue .photo-list li:nth-child(3n - 1) {
	margin-left: 18px;
}
#venue .photo-list li:nth-child(n + 4) {
	margin-top: 25px;
}
#venue .photo-list dl {
	margin: 12px 10px 0;
}
#venue .photo-list dt {
	margin: 0 0 5px;
	font-size: 14px;
}
#venue .photo-list dd {
	font-size: 16px;
}
#venue .photo-list a {
	display: block;
	cursor: pointer;
}
#venue .photo-list a:hover {
	opacity: 0.7;
}



