@charset "UTF-8";


html, body {
	overflow-x: hidden;
}

body {
	position: relative;
	z-index: 10;
	color: #000;
	line-height: 1;
    font-family: "Yu Gothic Medium", "游ゴシック Medium", YuGothic, "游ゴシック体", sans-serif;

}


.pc {
	display: none;
}

#bg {
	position: fixed;
	width: 100%;
	height: 100vh;
	left: 0;
	top: 0;
	z-index: 1;
	background: url(../img/bg2.svg) 0 0 repeat-y;
	background-size: 130vw auto;
	transform: translateY(-1px);
}
#wrap {
	position: relative;
	z-index: 10;
}

/*#subnavi .head-area .title:before{
    font-size: 13px;
    content:"FIFA女子ワールドカップ2023 日本招致";
}

.eng #subnavi .head-area .title:before{
    font-size: 13px;
    content:"FIFA Women’s World Cup 2023 Japan Bid Activity";
}*/

#subnavi .head-area .title {
	font-size: 0px;
}


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


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






#kv .title h1,
#kv .title h2,
#secondary-title h1 a,
#wrap > footer .title,
#wrap > footer .copy,
#about .copy {
	text-indent: 100%;
	white-space: nowrap;
	overflow: hidden;
}





#wrap main {
	padding: 0 5px;
}

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


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

.social-bar {
	box-sizing: border-box;
	margin-top: 60px;
	font-size: 0;
	text-align: center;
}

.social-bar > div {
	display: inline-block;
	height: 24px;
}
.social-bar > div + div {
	margin-left: 10px;
}
.social-bar a {
	position: relative;
	display: block;
	height: 24px;
	padding-left: 22px;
	font-size: 10px;
	font-weight: bold;
	line-height: 25px;
	color: #fff;
	text-decoration: none;
	cursor: pointer;
}
.social-bar .twitter,
.social-bar .facebook {
	width: 70px;
}
.social-bar .line {
	width: 85px;
}

.social-bar .twitter a {
	background: #00acee;
}
.social-bar .facebook a {
	background: #3b5998;
}
.social-bar .line a {
	background: #1dcd00;
}

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







#lang {
	position: absolute;
	width: 80px;
	height: 30px;
	right: 40px;
	top: 0;
	z-index: 400;
	font-size: 0;
	text-align: center;
}
#lang a {
	line-height: 30px;
	font-size: 10px;
	font-weight: bold;
	text-decoration: none;
}
#lang span + span:before {
	content: "/";
	margin: 0 8px;
	font-size: 10px;
}
#lang a:hover {
	text-decoration: underline;
}
html:lang(ja) #lang a.ja,
html:lang(en) #lang a.en {
	color: #df001c;
}


body.home #lang {
	width: 124px;
	right: auto;
	left: 50%;
	top: 69vh;
	transform: translate(-50%, 25px);
	background: #fff;
	border-radius: 15px;
}
body.home #lang a {
}





#menu-button {
	position: fixed;
	width: 40px;
	height: 40px;
	right: 0;
	top: 0;
	z-index: 1500;
}
#menu-button a {
	position: relative;
	display: block;
	height: 40px;
	background: #fff;
}
#menu-button i {
	position: absolute;
	width: 24px;
	height: 2px;
	left: 8px;
	top: calc(50% - 6px);
	background: #000;

	transition: all 200ms ease-out;
}
#menu-button span {
	position: absolute;
	width: 100%;
	left: 0;
	bottom: 5px;
	font-size: 7px;
	font-weight: bold;
	text-align: center;
}
#menu-button i:nth-of-type(1){
	margin-top: -5px;
}
#menu-button i:nth-of-type(3){
	margin-top: 5px;
}


body.opened-menu #menu-button i:nth-of-type(1) {
	transform: translateY(5px) rotate(45deg);
}
body.opened-menu #menu-button i:nth-of-type(2) {
	transform: scaleX(0);
}
body.opened-menu #menu-button i:nth-of-type(3) {
	transform: translateY(-5px) rotate(-45deg);
}










#wrap > header {
	position: fixed;
	box-sizing: border-box;
	width: 100%;
	left: 0;
	top: 0;
	z-index: 500;
	font-size: 0;
}


#wrap > header .inner {
	position: relative;
	padding: 25px;
	background: #fff;
}
#wrap > header ul {
	position: relative;
}
#wrap > header li {
	position: relative;
}
#wrap > header li + li {
	margin-top: 25px;
}
#wrap > header li a {
	position: relative;
	vertical-align: middle;
	font-size: 13px;
	font-weight: bold;
	line-height: 1.5;
	letter-spacing: 2px;
	text-decoration: none;
}
#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;
}
#wrap > header li br {
	display: none;
}

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.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.message  #wrap > header li.message a:after {
	background: #df001c;
	visibility: visible;
}




#wrap > header li.new,
#wrap > header li.soon {
	padding-top: 22px;
}
#wrap > header li.new:after {
	content: "NEW";
	position: absolute;
	display: block;
	width: 120px;
	height: 20px;
	left: 0;
	top: 0;
	line-height: 19px;
	text-align: center;
	font-size: 12px;
	font-weight: bold;
	border-radius: 14px;
	color: #fff;
	background: #df001c;
}
#wrap > header li.soon:after {
	content: "coming soon";
	position: absolute;
	display: block;
	width: 120px;
	height: 20px;
	left: 0;
	top: 0;
	line-height: 19px;
	text-align: center;
	font-size: 12px;
	font-weight: bold;
	border-radius: 14px;
	color: #fff;
	background: #dbdbdb;
}
#wrap > header li.soon a {
	cursor: default;
	color: #ccc;
}



#wrap > header .post {
	position: absolute;
	display: block;
	width: 120px;
	height: 120px;
	right: 20px;
	bottom: -20px;
}
#wrap > header .post a {
	display: block;
	height: 120px;
	border-radius: 60px;
	background: #df001c url(../img/btn_post.png) 50% 50% no-repeat;
	background-size: 100px auto;
	cursor: pointer;
}
#wrap > header .post a:hover {
	background-color: #e53349;
}





#wrap > header {
	transform: translateY(-100%);
	transition: transform 300ms ease-out;
}
body.opened-menu #wrap > header {
	transform: translateY(0%);
}

#wrap > header .post {
	transform: scale(0);
	transition: transform 300ms ease-out 300ms;
}
body.opened-menu #wrap > header .post {
	transform: scale(1);
}





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

#wrap > footer .inner {
	margin: 0 auto;
	padding: 20px 0;
}
#wrap > footer .primary {
	float: left;
	width: calc(50% - 8px);
	width: 100%;
	font-size: 0;
}
#wrap > footer .primary li {
	font-size: 11px;
	font-weight: bold;
	letter-spacing: 1px;
}
#wrap > footer .secondary {
	float: right;
	width: calc(50% - 8px);
}
#wrap > footer .secondary li {
	font-size: 10px;
}
#wrap > footer .primary li + li {
	margin-top: 10px;
}
#wrap > footer .secondary li + li {
	margin-top: 10px;
}

#wrap > footer a {
	text-decoration: none;
	line-height: 1.3;
}

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



#wrap > footer .pict {
	clear: both;
	padding: 30px 0 0;
}
#wrap > footer .title {
	height: 141px;
	background: url(../img/title_sp.svg) 50% 0 no-repeat;
	background-size: 200px auto;
}
#wrap > footer .copy {
	height: 30px;
	margin: 30px 0;
	background: url(../img/copy_sp.svg) 50% 0 no-repeat;
	background-size: 260px auto;
}
#wrap > footer .logo {
	text-align: center;
	font-size: 0;
}
#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: 20px;
}

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

#wrap > footer .logo .fwwc {
	width: 68px;
	height: 51px;
}
#wrap > footer .logo .jfa {
	width: 57px;
	height: 18px;
	top: 15px;
}
#wrap > footer .logo .fifa {
	width: 68px;
	height: 36px;
}







#page-top {
	position: fixed;
	width: 40px;
	height: 40px;
	right: 0;
	bottom: 0;
	z-index: 700;

	transform: translateY(100px);
	transition: transform 300ms ease-out;
}
#page-top a {
	position: absolute;
	display: block;
	width: 100%;
	height: 100%;
	background: #fff url(../img/pagetop_sp.png) 50% 50% no-repeat;
	background-size: 12px auto;
}


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











#secondary-title {
	padding: 0 0 25px;
}

#secondary-title .inner {
	position: relative;
	box-sizing: border-box;
	padding: 15px;
	min-height: 110px;
	background: #fff;
}
#secondary-title .inner:after {
	clear: both;
	content: "";
	display: block;
	visibility: hidden;
}
#secondary-title h1 {
	position: relative;
	float: left;
	width: calc(65vw);
	height: calc((65vw) * 0.288659793814433);
}
#secondary-title h1 a {
	position: absolute;
	display: block;
	width: 100%;
	height: 100%;
	background: url(../img/title_medium_sp.svg) 0 0 no-repeat;
	background-size: 100% auto;
}

#secondary-title .logo {
	position: absolute;
	width: 70px;
	right: 15px;
	bottom: 10px;
}
#secondary-title .logo img {
	width: 100%;
	height: auto;
}


@media screen and (max-width:374px) {
	#secondary-title h1 {
		width: calc(62vw);
		height: calc((62vw) * 0.288659793814433);
	}
}






body.opened-menu #menu-button {
	box-shadow: none;
}
body.scrolled-footer #page-top {
	box-shadow: none;
}


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

#kv {
	position: relative;
	margin: 0 40px;
	height: 100vh;
	vertical-align: middle;
}
#kv .title {
	position: absolute;
	width: 100%;
	height: 59vh;
	left: 50%;
	top: 10vh;
	transform: translate(-50%, 0%);
	background: #fff;
}
#kv .title h1 {
	height: 25vh;
	margin: 6vh 0 0;
	background: url(../img/title_sp.svg) 50% 0 no-repeat;
	background-size: auto 100%;
}
#kv .title h2 {
	height: 3.5vh;
	margin: 4vh 0 0;
	background: url(../img/copy_sp.svg) 50% 0 no-repeat;
	background-size: auto 100%;
}
#kv .title .logo {
	margin: 3.5vh 0 0;
	text-align: center;
}
#kv .title .logo img {
	width: auto;
	height: 12vh;
}

#kv #go {
	position: absolute;
	width: 50px;
	height: 32px;
	left: calc(50% - 25px);
	top: calc(69vh + 50px + 30px);
	z-index: 450;
}
#go a {
	display: block;
	height: 32px;
	background: url(../img/scroll.png) 50% 0 no-repeat;
	background-size: 100% auto;
}


#top-topics .inner {
	padding: 25px;
}
#top-topics h2 {
	padding: 0 0 20px;
}
#top-topics a {
	display:flex;
	flex-wrap : wrap;
	padding: 12px 0;
	text-decoration: none;
	font-size: 13px;
	font-weight: bold;
	background: url(../img/arrow.svg) right 8px top 50% no-repeat;
	background-size: 5px auto;
}
#top-topics ul {
	border-top: 1px solid #c8bc90;
}
#top-topics li {
	position: relative;
	border-bottom: 1px solid #c8bc90;
}
#top-topics .date {
	width: 75px;
	font-size: 11px;
}
#top-topics .category {
	width: calc(100% - 75px);
	color: #c8bc90;
	font-size: 11px;
}
#top-topics .title {
	width: 100%;
	box-sizing: border-box;
	margin: 8px 0 0;
	padding-right: 24px;
	line-height: 1.4;
	font-weight: normal;
}
#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: 42px;
	height: 16px;
	right: 0px;
	top: 5px;
	text-align: center;
	line-height: 16px;
	font-size: 11px;
	font-weight: bold;
	color: #fff;
	background: #c8bc90;
	border-radius: 8px;
}








#top-concept {
	margin-top: 50px;
}
#wrap main > #top-concept .inner {
	padding: 25px;
	/*
	background: #fff url(../img/bg_concept.svg) 50% 20% no-repeat;
	*/
	background-size: 110% auto;
}
#top-concept h2:nth-of-type(1) {
	margin-bottom: 30px;
}
#top-concept h2:nth-of-type(2) {
	margin-top: 70px;
	margin-bottom: 20px;
}


#top-concept .copy {
	position: relative;
}
#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(../img/ttf.png) 0 0 no-repeat;
	background-size: auto 100%;
	font-size: 0;
	color: rgba(0,0,0,0);
}

#top-concept h3 {
	margin: 30px 0;
	text-align: center;
	font-size: 18px;
	font-weight: bold;
	line-height: 1.6;
}

#top-concept article {
	position: relative;
}
#top-concept article p {
	font-size: 13px;
	font-weight: bold;
	line-height: 1.7;
}
#top-concept article br.soft {
	display: none;
}

#top-concept .columns div + div {
	margin-top: 20px;
}
#top-concept .columns div p + p {
	margin-top: 20px;
}


#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: 15px 0 0;
	text-align: center;
}
#top-concept nav a {
	display: inline-block;
	width: 150px;
	height: 30px;
	line-height: 30px;
	text-decoration: none;
	font-size: 12px;
	border: 2px solid #c8bc90;
	border-radius: 30px;
	background: url(../img/arrow_gold.svg) right 15px top 50% no-repeat;
	background-size: 5px auto;
}
#top-concept nav a.touched {
	color: #fff;
	background-color: #c8bc90;
	background-image: url(../img/arrow_white.svg);
}






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

#about .inner {
	padding: 25px;
}
#about h2 {
	margin-bottom:25px;
}

#about nav {
	margin: 0 0 40px;
	padding: 0 0 25px;
	border-bottom: 1px solid #c8bc90;
}
#about nav ul {
}
#about nav li {
	padding-left: 13px;
	text-indent: -13px;
}
#about nav li a {
	font-size: 13px;
	font-weight: bold;
	text-decoration: none;
}
#about nav li:before {
	display: inline-block;
	content: "・";
	width: 1em;
	text-indent: 0;
}
#about nav li + li {
	margin-top: 5px;
}



#about h3 {
	font-size: 16px;
	font-weight: bold;
	text-align: center;
}
#about .inner > h3:nth-of-type(2) {
	margin: 60px 0 0;
	font-size: 14px;
}


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

#about .lead {
	margin: 30px 0;
	text-align: center;
	font-size: 18px;
	font-weight: bold;
	line-height: 1.6;
}



#about .columns article {
	position: relative;
}
#about .columns figure {
	position: relative;
}
#about .columns article p {
	font-size: 13px;
	line-height: 1.8;
}
#about .columns article br.soft {
	display: none;
}
#about .columns article p + p {
	margin-top: 1em;
}


#about .columns figure {
	margin: 25px -25px;
}

#about .columns figure img {
	position: relative;
	width: 100%;
	height: auto;
}
#about .columns div:nth-child(1) figure:nth-of-type(1) img {
	left: 25px;
}
#about .columns div:nth-child(1) figure:nth-of-type(2) img {
	left: -25px;
}

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





#about .chapter {
	margin: 45px 0 0;
	padding: 40px 0 0;
	border-top: 1px solid #c8bc90;
}
#about .chapter h3 {
	margin: 0 0 30px;
}
#about .chapter article p {
	font-size: 13px;
	line-height: 1.8;
}
#about .chapter .sign {
	margin: 25px 0 0;
	font-size: 12px;
	line-height: 1.8;
}


#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: 120px;
	margin: 0 20px 0 0;
}
#about .chapter .profile dt img {
	width: 100%;
	height: auto;
}
#about .chapter .profile dd {
	font-size: 12px;
}
#about .chapter .profile dd:nth-of-type(2) {
	font-size: 14px;
}
#about .chapter .profile dd + dd {
	margin-top: 6px;
	font-size: 11px;
	line-height: 1.5;
}



#about .chapter.process p {
	margin: 0 0 20px;
	font-size: 12px;
	line-height: 1.4;
}

#about .chapter table {
	border-collapse: collapse;
}
#about .chapter table th,
#about .chapter table td {
	padding: 6px;
	font-size: 11px;
	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: 10px;
}


#about .chapter.process tr {
	display: block;
}
#about .chapter.process th,
#about .chapter.process td {
	display: block;
	border-width: 1px !important;
}
#about .chapter.process td {
	border-top-width: 0 !important;
}
#about .chapter.process tr + tr {
	margin-top: 10px;
}






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

#news .inner {
	padding: 25px;
}
#news h2 {
	margin-bottom: 30px;
}


#news .entries + .entries {
	margin-top: 50px;
}
#news .entries ul {
	display: flex;
	flex-wrap: wrap;
}
#news .entries ul li {
	position: relative;
}
#news .entries.recent ul li {
}
#news .entries.recent ul li:nth-child(n + 2) {
	margin-top: 40px;
}

#news .entries:not(.recent) ul li {
	width: calc(50% - 6px);
}
#news .entries:not(.recent) ul li:nth-child(2n) {
	margin-left: 12px;
}
#news .entries:not(.recent) ul li:nth-child(n + 3) {
	margin-top: 30px;
}

#news .entries a {
	text-decoration: none;
}
#news .entries dt {
	font-size: 12px;
	font-weight: bold;
	margin: 10px 0 5px;
}
#news .entries dd {
	font-size: 12px;
	line-height: 1.5;
}
#news .entries.recent dd {
	font-size: 13px;
}

#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.toucheed figure img {
	opacity: 0.6;
}
#news .entries a.toucheed dd {
	text-decoration: underline;
}




#news .inner > nav {
	margin: 60px 0 70px;
	text-align: center;
}
#news .inner > nav a {
	position: relative;
	display: inline-block;
	width: 150px;
	height: 30px;
	line-height: 30px;
	text-decoration: none;
	font-size: 12px;
	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: 15px;
	top: 50%;
	margin-top: -10px;
	background: url(../img/arrow_gold.svg) 50% 50% no-repeat;
	background-size: 5px auto;
	transform: rotate(90deg);
}

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


#news .entries ul li.new:after {
	content: "NEW";
	position: absolute;
	display: block;
	width: 64px;
	height: 20px;
	left: -6px;
	top: -10px;
	text-align: center;
	line-height: 21px;
	font-size: 12px;
	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: 25px;
}

#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: 11px;
	font-weight: bold;
	text-decoration: none;
}
#news-detail .inner > nav a + a:before {
	content: "";
	position: relative;
	display: inline-block;
	width: 1px;
	height: 11px;
	top: -1px;
	margin: 0 10px;
	background: #000;
	vertical-align: middle;
}
#news-detail .inner > nav a:hover {
	text-decoration: underline;
}


#news-detail .entry {
	margin: 30px 0;
}
#news-detail .entry header .title {
	font-size: 18px;
	font-weight: bold;
	line-height: 1.4;
}
#news-detail .entry header .date {
	margin: 20px 0 0;
	font-size: 12px;
	font-weight: bold;
}

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

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


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






#news-detail .entry img {
	display: block;
	max-width: 100%;
	height: auto;
	margin: 30px auto;
}
#news-detail .entry h3 {
	margin: 30px 0 10px;
	font-size: 15px;
	font-weight: bold;
	line-height: 1.4;
}
#news-detail .entry h4 {
	font-size: 14px;
	font-weight: bold;
}
#news-detail .entry table {
	border-collapse: collapse;
	width: 100%;
	margin: 10px 0;
}
#news-detail .entry th,
#news-detail .entry td {
	text-align: left !important;
	padding: 8px 8px;
	height: auto !important;
	font-size: 12px;
	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 25px;
}
#history .visual img {
	width: 100%;
	height: auto;
}
#history h2 {
	margin: 30px 0;
}
#history .lead {
	padding: 0 25px;
	font-size: 16px;
	font-weight: bold;
	text-align: center;
	line-height: 1.6;
}

#history .inner > nav {
	margin: 25px 0 0;
	padding: 10px 15px;
	text-align: center;
	font-size: 0;
	background: #f1f1f1;
}
#history .inner > nav ul {
	margin: 0 auto;
}
#history .inner > nav li {
	display: inline-block;
}
#history .inner > nav a {
	font-size: 13px;
	font-weight: bold;
	line-height: 2;
}
#history .inner > nav li + li:before {
	content: "";
	position: relative;
	display: inline-block;
	width: 1px;
	height: 13px;
	margin: 0 8px;
	top: 1px;
	background: #000;
}
#history .inner > nav li:nth-child(5):before {
	display: none;
}







#history .year {
	position: relative;
	float: left;
	width: 100%;
	padding: 40px 0 0;
}
#history .year h2 {
	box-sizing: border-box;
	width: 229px;
	height: 80px;
	margin: 0;
	text-align: left;
	background-position: 0 100%;
	background-repeat: no-repeat;
	background-size: 100% auto;
}
#history .year h2 img {
	width: auto;
	height: 60px;
}
#history .year .title {
	clear: both;
	margin: 0 0 15px;
	padding: 25px 25px 0;
	font-size: 16px;
	font-weight: bold;
	line-height: 1.5;
}
#history .year .result {
	margin: 0 0 15px;
	padding: 0 25px;
	font-size: 14px;
	font-weight: bold;
}
#history .year .detail {
	margin: 15px 25px 0;
	padding: 0 0 25px;
	font-size: 13px;
	line-height: 1.8;
}
#history .year article {
}
#history .year article dl {
	margin: 0 25px 0;
}
#history .year article dt {
	font-size: 12px;
	line-height: 1.3;
}
#history .year article dd {
	margin: 5px 0 0;
	font-size: 12px;
	line-height: 1.3;
}
#history .year article dl + dl {
	margin-top: 20px;
}











#history .year:nth-child(2n - 1) h2 {
	padding-left: 20px;
	background-image: url(/about_jfa/fwwc2023/img/bar_left.png);
}

#history .year:nth-child(2n) h2 {

	float: right;
	padding-left: 20px;
	background-image: url(/about_jfa/fwwc2023/img/bar_right.png);
}








#history .year .slides {
	position: relative;
	clear: both;
	margin: 0 25px;
}
#history .year .slides-inner {
	overflow: hidden;
	transition: height 500ms ease-out;
}
#history .year .slide {
	position: relative;
	min-height: 150px;
	background: #f1f1f1;
}
#history .year .slide + .slide {
	margin-top: 25px;
}
#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: 180px;
	height: 30px;
	z-index: 10;
	line-height: 30px;
	text-decoration: none;
	font-size: 12px;
	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: 12px;
	top: 50%;
	margin-top: -10px;
	background: url(../img/arrow_gold.svg) 50% 50% no-repeat;
	background-size: 5px 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 article > dl .score {
	display: block;
	margin: 5px 0 0;
	font-size: 11px;
	line-height: 1.4;
}



#history .slide .match {
	box-sizing: border-box;
	padding: 40px 15px 15px;
}
#history .swiper {
	position: relative;
}
#history .swiper img {
	width: 100%;
	height: auto;
}
#history .slide .match dt {
	font-size: 12px;
	line-height: 1.4;
}
#history .slide .match dd {
	margin-top: 12px;
	font-size: 13px;
	line-height: 1.4;
}
#history .slide .match dd a {
	color: #a68c30;
	text-decoration: none;
}


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

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


#history .social-bar {
	clear: both;
	margin-top: 0;
	padding-top: 60px;
}


#history .wide .slides-inner {
	overflow: visible;
}






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

#event .inner {
	padding: 0 0 25px;
}
#event .visual img {
	width: 100%;
	height: auto;
}
#event h2 {
	margin: 30px 0;
}
#event .lead {
	padding: 0 25px;
	font-size: 16px;
	font-weight: bold;
	text-align: center;
	line-height: 1.6;
}

#event .slide {
	position: relative;
}
#event .slide .swiper-pagination {
	right: 10px;
	bottom: -26px;
}
#event .slide .swiper-pagination span {
	position: relative;
	width: 20px;
	height: 20px;
	background: none;
	opacity: 1;
	outline: none;
	border-radius: 0;
}
#event .slide .swiper-pagination span:before {
	content: "";
	position: absolute;
	display: block;
	width: 6px;
	height: 6px;
	left: 50%;
	top: 50%;
	margin: -3px 0 0 -3px;
	background: #333;
	opacity: 1;
	border-radius: 3px;
}
#event .slide .swiper-pagination span + span {
	margin-left: 0;
}
#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: 5px;
	right: 5px;
	bottom: 5px;
	padding: 7px;
	background: rgba(255,255,255,0.9);
}
#event .swiper-slide dt {
	font-size: 12px;
	font-weight: bold;
	line-height: 1.4;
}
#event .swiper-slide dd {
	margin: 4px 0 0;
	font-size: 10px;
	color: #818181;
}


#event .pickup {
	margin: 10px;
}
#event .pickup .entry {
}
#event .pickup .entry + .entry {
	margin-top: 50px;
}
#event .pickup .entry figure {
}
#event .pickup .entry article {
	margin-top: 10px;
}

#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: 50px;
	margin: 0 4px 4px 0;
	padding: 4px 0;
	text-align: center;
	font-size: 12px;
	font-weight: bold;
	border: 2px solid #000;
	border-radius: 10px;
}

#event .pickup .entry .title {
	margin: 10px 0 0;
	font-size: 16px;
	font-weight: bold;
	line-height: 1.4;
}
#event .pickup .entry .summary {
	margin: 10px 0 0;
	font-size: 13px;
	line-height: 1.5;
}




#event .list {
	margin: 10px;
}
#event .list h3 {
	margin: 0 0 15px;
	font-size: 18px;
	font-weight: bold;
	text-align: center;
}


#event thead {
	display: none;
}

#event table,
#event tbody,
#event tr,
#event th,
#event td {
	display: block;
}
#event tr {
	box-sizing: border-box;
	width: 100%;
	border: 2px solid #333;
}
#event td + th {
	border-top: 1px solid #333;
}
#event td {
	border-top: 1px solid #333;
}

#event tbody tr + tr {
	margin-top: 25px;
}

#event th {
	padding: 6px;
	font-size: 12px;
	text-align: left;
	background: #eaeaea;
}
#event td {
	position: relative;
	padding: 6px;
	font-size: 12px;
	line-height: 1.5;
}
#event td .match p {
	line-height: 1.5;
}

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


#event td a:hover {
	text-decoration: none;
}
#event td .area {
	display: inline-block;
	box-sizing: border-box;
	width: calc(1em + 6px);
	min-height: 50px;
	font-size: 12px;
	letter-spacing: 4px;
	text-indent: 2px;
	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-left: 0;
}


#event td:nth-of-type(4) {
	font-size: 0;
}
#event td nav {
	display: inline-block;
	width: calc(50% - 4px);
	margin: 5px 0;
}
#event td nav + nav {
	margin-left: 8px;
}
#event td nav * {
	position: relative;
	display: block;
	padding: 3px 6px 3px 5px;
	font-size: 10px !important;
	font-weight: bold;
	text-decoration: none;
	background: #c8bc90;
	border-radius: 20px;
}
#event td nav *:after {
	content: "";
	position: absolute;
	display: block;
	width: 4px;
	height: 4px;
	right: 7px;
	top: 50%;
	margin-top: -3px;
	border: 0 solid #000;
	border-width: 2px 2px 0 0;
	transform: rotate(45deg);
}


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

#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: 20px 0 0;
}
#event .note p {
	font-size: 12px;
	line-height: 1.4;
}
#event .note p + p {
	margin-top: 8px;
}


















#post-form {
	display: none;
	position: absolute;
	box-sizing: border-box;
	width: calc(100vw - 40px);
	left: 20px;
	z-index: 10000;
	padding: 25px;
	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 {
	padding: 0 0 30px;
	background: url(../img/icon_message.png) 0 0 no-repeat;
	background-size: 30px auto;
}
#post-form .title dt {
	box-sizing: border-box;
	height: 40px;
	padding: 3px 0 0 40px;
	font-size: 18px;
	font-weight: bold;
}
#post-form .title dd {
	font-size: 12px;
	line-height: 1.5;
}

#post-form form {
	position: relative;
	display: block;
}
#post-form form dt {
	margin: 0 0 8px;
	font-size: 14px;
	font-weight: bold;
}
#post-form form dt span {
	font-size: 11px;
}

#post-form .name {
}
#post-form .age {
	margin: 25px 0 0;
}
#post-form .message {
	margin: 25px 0 0;
}
#post-form .avatar {
	margin: 25px 0 0;
}
#post-form .button input {
	position: absolute;
	visibility: hidden;
}


#post-form .name input {
	width: calc(100% - 10px);
	height: 30px;
	padding: 0 5px;
	outline: none;
	font-size: 20px;
	line-height: 30px;
}
#post-form .message textarea {
	width: calc(100% - 10px);
	height: 120px;
	padding: 5px;
	outline: none;
	font-size: 16px;
}


#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: 40px;
	text-align: center;
	line-height: 40px;
	font-size: 18px;
	font-weight: bold;
	border-radius: 20px;
	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: 2px 2px 0 0;
	transform: rotate(135deg);
}
#post-form .age .menu > a.has-value:after {
	display: none;
}


#post-form .age .menu ul {
	position: absolute;
	width: calc(100% - 40px);
	left: 20px;
	top: 40px;
	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;
	flex-wrap: wrap;
}
#post-form .avatar .menu li {
	position: relative;
	width: calc((100% - 30px) / 4);
	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:nth-child(4n + 1) {
	margin-left: 0;
}
#post-form .avatar .menu li:nth-child(n + 5) {
	margin-top: 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 {
	margin: 30px 0 0;
}
#post-form .button a {
	display: block;
	box-sizing: border-box;
	height: 50px;
	text-align: center;
	line-height: 44px;
	color: #fff;
	font-size: 16px;
	font-weight: bold;
	letter-spacing: 2px;
	border: 3px solid #fff;
	background: #df001c;
	cursor: pointer;
}
#post-form .button a.touched {
	background: #e94d61;
}


#post-form a.close {
	position: absolute;
	display: block;
	box-sizing: border-box;
	width: 40px;
	height: 40px;
	right: -15px;
	top: -20px;
	border: 3px solid #fff;
	border-radius: 30px;
	background: #1f1b72;
}
#post-form a.close:before,
#post-form a.close:after {
	content: "";
	position: absolute;
	display: block;
	width: 16px;
	height: 3px;
	left: 50%;
	top: 50%;
	margin: -1.5px 0 0 -8px;
	background: #fff;
}
#post-form a.close:before {
	transform: rotate(45deg);
}
#post-form a.close:after {
	transform: rotate(-45deg);
}



#post-form .note {
	margin: 20px 0 0;
	padding-left: 11px;
	text-indent: -11px;
	font-size: 11px;
	line-height: 1.4;
}
#post-form .note:before {
	content: "※";
	display: inline-block;
	width: 11px;
	text-indent: 0;
}








#post-form.error form dl,
#post-form.error form .button {
	visibility: hidden;
	position: absolute;
}
#post-form.error .error {
	padding: 20px 0;
}
#post-form.error .error span {
	display: block;
	padding-left: 13px;
	text-indent: -13px;
	font-size: 13px;
	font-weight: bold;
	line-height: 1.4;
}
#post-form.error .error span:before {
	display: inline-block;
	content: "・";
	width: 13px;
	text-indent: 0;
}
#post-form.error .error span + span {
	margin-top: 15px;
}
#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-form.error .note {
	display: none;
}






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

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










@media screen and (max-width:374px) {
	#wrap main {
		padding: 0 25px;
	}

	.social-bar a {
		font-size: 9px;
	}
	.social-bar .twitter {
		width: 60px;
	}
	.social-bar .facebook {
		width: 55px;
	}
	.social-bar .line {
		width: 75px;
	}
	.social-bar > div + div {
		margin-left: 5px;
	}
}









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

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

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



#mydream h2 {
	height: 50px;
	line-height: 50px;
	font-size: 18px !important;
	color: #fff;
	background: #1f1b72;
}
#mydream h2:before {
	content: "";
	position: relative;
	display: inline-block;
	width: 35px;
	height: 30px;
	top: -2px;
	margin-right: 12px;
	vertical-align: middle;
	background: url(../img/icon_message.png) 0 0 no-repeat;
	background-size: 100% auto;
}

#mydream .inner > nav {
	padding: 15px;
	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: 12px;
	top: 1px;
	background: #000;
	margin: 0 10px;
}
#mydream .inner > nav a {
	position: relative;
	font-size: 12px;
	font-weight: bold;
}
#mydream .inner > nav .all a {
	letter-spacing: 1px;
}
#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: 2px;
	left: 0;
	bottom: -4px;
	background: #000;
	visibility: hidden;
}

@media only screen and (max-width: 413px) {
	#mydream .inner > nav a {
		font-size: 11px;
	}
	#mydream .inner > nav li + li:before {
		height: 11px;
	}
}
@media only screen and (max-width: 374px) {
	#mydream .inner > nav li {
		display: block;
	}
	#mydream .inner > nav a {
		font-size: 12px;
	}
	#mydream .inner > nav li:before {
		content: "・" !important;
	}
	#mydream .inner > nav li + li:before {
		display: none;
	}
	#mydream .inner > nav li + li {
		margin-top: 15px;
	}
}


#mydream .entries {
	padding: 20px;
	background: #fbfbfb;
}

#mydream .entries .box {
	position: relative;
	margin-bottom: 20px;
}
#mydream .entries .box.ambassador {
	background: #fff;
}
#mydream .entry figure {
	position: relative;
	padding-top: 75%;
	background: #eee;
}
#mydream .entry figure img {
	position: absolute;
	width: 100%;
	height: 100%;
	left: 0;
	top: 0;
	object-fit: contain;
}
#mydream .entry article {
	padding: 15px;
	background: #fff;
}
#mydream .entry .comment {
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
	color: #1f1b72;
	font-size: 12px;
	font-weight: bold;
}
#mydream .entry .name {
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
	font-size: 16px;
	font-weight: bold;
}
#mydream .entry .name span {
	margin-left: 2px;
	font-size: 10px;
	white-space: nowrap;
}
#mydream .entry .post-name {
	margin: 8px 0 0;
	font-size: 12px;
	font-weight: bold;
	line-height: 1.4;
}


#mydream .post {
	position: relative;
	min-height: 120px;
}
#mydream .post figure {
	position: absolute;
	width: 80px;
	height: 120px;
	bottom: 0;
	background-repeat: no-repeat;
	background-position: 50% 100%;
	background-size: 100% auto;
}
#mydream .post article {
	box-sizing: border-box;
	position: relative;
	width: calc((100vw - 40px - 20px) * 0.75);
	height: 100%;
	padding: 15px;
	background: #fff;
	border: 1px solid #e1e1e1;
	border-radius: 12px;
}

#mydream .post.odd figure {
	left: 0;
}
#mydream .post.even figure {
	right: 0;
}
#mydream .post.odd article {
	margin-left: 100px;
}




#mydream .post + .post {
	margin-top: 20px;
}


#mydream .post .comment {
	color: #1f1b72;
	font-size: 13px;
	font-weight: bold;
	line-height: 1.7;
}
#mydream .post .name {
	margin: 10px 0 0;
	font-size: 16px;
	font-weight: bold;
	line-height: 1.2;
}
#mydream .post .name span {
	margin-left: 2px;
	font-size: 10px;
	white-space: nowrap;
}

#mydream .post.large .comment {
	font-size: 21px;
	line-height: 1.4;
}
#mydream .post.small .comment {
	font-size: 13px;
}


#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: 16px;
	height: 21px;
	bottom: 20%;
	background: url(../img/balloon.png) 0 0 no-repeat;
	background-size: 100% auto;
}
#mydream .post.odd article:before {
	left: -16px;
}
#mydream .post.even article:before {
	right: -16px;
	transform: scaleX(-1);
}




#mydream .more {
	position: relative;
	width: 100%;
	height: 30px;
	margin: 40px 0 0;
}
#mydream .more:after {
	position: absolute;
	content: "";
	display: block;
	width: 100%;
	height: 2px;
	bottom: 14px;
	z-index: 1;
	background: #c8bc90;
	border-radius: 2px;
}
#mydream .more a {
	position: absolute;
	display: block;
	box-sizing: border-box;
	width: 180px;
	height: 30px;
	left: 50%;
	top: 50%;
	z-index: 10;
	margin: -15px 0 0 -90px;
	line-height: 27px;
	text-align: center;
	font-size: 13px;
	font-weight: bold;
	border: 2px solid #c8bc90;
	border-radius: 15px;
	background: #fff;
}
#mydream .more a:hover {
	color: #fff;
	background: #c8bc90;
}

#mydream .more a:after {
	content: "";
	position: absolute;
	display: block;
	width: 10px;
	height: 20px;
	right: 12px;
	top: 50%;
	margin-top: -10px;
	background: url(../img/arrow_gold.svg) 50% 50% no-repeat;
	background-size: 5px 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;
	box-sizing: border-box;
	width: calc(100vw - 40px);
	left: 20px;
	z-index: 10001;
	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;
}
#mydream-popup article {
	position: relative;
	padding: 25px 15px 15px;
}
#mydream-popup article .post {
	margin: 10px 0 0;
	font-size: 11px;
	font-weight: bold;
	line-height: 1.5;
}
#mydream-popup article .name {
	font-size: 18px;
	font-weight: bold;
}
#mydream-popup article .name span {
	margin-left: 5px;
	font-size: 10px;
	letter-spacing: 2px;
}
#mydream-popup article .content {
	margin-top: 15px;
	font-size: 13px;
	line-height: 1.5;
}


#mydream-popup a.close {
	position: absolute;
	height: 24px;
	top: 5px;
	right: 10px;
	padding-right: 20px;
	font-size: 11px;
	line-height: 24px;
	font-weight: bold;
	cursor: pointer;
}
#mydream-popup a.close:before,
#mydream-popup a.close:after {
	position: absolute;
	content: "";
	display: block;
	width: 15px;
	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);
}

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







#mydream-popup.post {
	width: 280px;
	height: auto;
	left: 50%;
	margin-left: -140px;
	border: none;
	border-radius: 0;
	background: none;
	overflow: visible;
}
#mydream-popup.post.short {
}

#mydream-popup.post figure {
	position: absolute;
	width: 80px;
	height: 120px;
	padding: 0;
	bottom: 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: 180px;
	height: 100%;
	margin-left: 100px;
	padding: 15px 15px 50px;
	background: #fff;
	border: 1px solid #e1e1e1;
	border-radius: 12px;
}
#mydream-popup.post article:before {
	position: absolute;
	content: "";
	display: block;
	width: 16px;
	height: 21px;
	left: -16px;
	bottom: 20%;
	background: url(../img/balloon.png) 0 0 no-repeat;
	background-size: 100% auto;
}
#mydream-popup.post .comment {
	color: #1f1b72;
	font-size: 13px;
	font-weight: bold;
	line-height: 1.6;
}
#mydream-popup.post .name {
	position: absolute;
	width: calc(100% - 40px);
	left: 20px;
	bottom: 15px;
	font-size: 14px;
	font-weight: bold;
	line-height: 1.2;
}
#mydream-popup.post .name span {
	margin-left: 2px;
	font-size: 10px;
	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: 60px;
	height: 30px;
	left: 0;
	top: 15px;
	line-height: 32px;
	font-size: 16px;
	font-weight: bold;
	font-family: Arial, Helvetica, "sans-serif";
	text-align: center;
	color: #fff;
	background: #df001c;
	border-radius: 0 15px 15px 0;
	text-indent: -1px;
}
#mydream .post.new:after {
	position: absolute;
	content: "NEW";
	display: block;
	width: calc((100% - 20px) * 0.25);
	left: -1%;
	top: -5px;
	font-size: 15px;
	font-weight: bold;
	font-family: Arial, Helvetica, "sans-serif";
	text-align: center;
	color: #df001c;
}
#mydream .post.short + .post.short.new:after {
	left: auto;
	right: 1%;
}











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

#venue .inner {
	position: relative;
	padding: 25px 0;
}
#venue h2 {
	margin-bottom: 20px;
}


#venue .map {
	position: relative;
	box-sizing: border-box;
	z-index: 10;
	padding: 10px 20px 50px;
	background: url(/about_jfa/fwwc2023/img/map_lite2.png) 65% 0 no-repeat;
	background-size: contain;
}

#venue .map div + div {
	margin-top: 8px;
}
#venue .map div a {
	position: relative;
	display: block;
	padding: 12px 10px;
	border: 2px solid #c8bc90;
	border-radius: 30px;
	background: rgba(255,255,255,0.85);
}
#venue .map div a:after {
	content: "";
	position: absolute;
	display: block;
	width: 12px;
	height: 12px;
	right: 8px;
	top: 50%;
	margin-top: -6px;
	background: url(/about_jfa/fwwc2023/img/icon_popup.png) 50% 50% no-repeat;
	background-size: 100% auto;
}

#venue .map div dl {
	font-weight: bold;
	font-size: 0;
}
#venue .map div dt {
	display: inline-block;
	margin-right: 10px;
	font-size: 10px;
}
#venue .map div dd {
	display: inline-block;
	font-size: 10px;
}






#venue h2 + h3 {
}
#venue h3 {
	margin-bottom: 20px;
	font-size: 12px;
	font-weight: bold;
	text-align: center;
}

#venue .list {
	position: relative;
	z-index: 20;
	margin: 0 20px;
}
#venue .list + .list {
	margin-top: 60px;
}
#venue .list .container {
	display: table;
	margin: 0 auto;
}
#venue .list dl {
	display: table-row;
}
#venue .list dt,
#venue .list dd {
	display: table-cell;
	padding: 6px 8px;
	font-size: 11px;
	line-height: 1.3;
	border: 1px solid #999;
	border-collapse: collapse;
}
#venue .list dt {
	width: 40%;
}
#venue .list dd {
	width: 60%;
	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 dd span {
	margin-left: 6px;
}

#venue .note {
	margin: 30px 20px 0;
	font-size: 10px;
}
#venue .note p {
	line-height: 1.3;
}
#venue .note p + p {
	margin-top: 10px;
}






#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: calc(100vw - 100px);
	left: 20px;
	z-index: 10001;
	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: 10px 12px 14px;
}
#venue-popup article .city {
	font-size: 10px;
	font-weight: bold;
	line-height: 1.5;
}
#venue-popup article .stadium {
	margin: 6px 0 0;
	font-size: 13px;
	font-weight: bold;
}

#venue-popup a.close {
	position: absolute;
	height: 24px;
	top: 5px;
	right: 10px;
	padding-right: 20px;
	font-size: 11px;
	line-height: 24px;
	font-weight: bold;
	cursor: pointer;
}
#venue-popup a.close:before,
#venue-popup a.close:after {
	position: absolute;
	content: "";
	display: block;
	width: 15px;
	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);
}


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







#venue .photo-list {
	margin: 0 20px;
}
#venue .photo-list ul {
}
#venue .photo-list li {
}
#venue .photo-list figure img {
	width: 100%;
	height: auto;
}

#venue .photo-list li + li {
	margin-top: 25px;
}
#venue .photo-list dl {
	margin: 10px 10px 0;
}
#venue .photo-list dt {
	margin: 0 0 4px;
	font-size: 12px;
}
#venue .photo-list dd {
	font-size: 14px;
}
