@charset "utf-8";
/* CSS Document */

/*
	共通css
	(1) fbwc_qualifier.html
	(2) eurobasket_2022.html
*/

/* 
=========================================== */


html {
    word-break: normal;
}

@font-face{
    font-family: fbwc23;
    src: url('/sports/en/basketball/fbwc2023/fonts/FBWC23-Heart-Medium.otf') format('opentype');}

@font-face{
    font-family: notosans;
    src: url('/sports/en/basketball/fbwc2023/fonts/NotoSans-Regular.ttf') format('truetype');}

.font_fbwc23{
    font-family: fbwc23;
}
.font_notosans{
    font-family: notosans;
}

/* 
=========================================== */



header{
	background:#000;
}
main{
	display:block;
	/*background:#f5f5f5;*/
    background:#0032ff;
}
img{
	max-width:100%;
	vertical-align:bottom;
}

/* common-layout
=========================================== */

div.common-layout{
	padding:60px 0 2.2em 0;
}
.fbwc2023_special div.common-layout{
    padding:60px 0 1em 0;
    position: relative;
}
.fbwc2023_special div.common-layout:after{
  content:"";
    position: absolute;
    bottom: 0px;
    left:0px;    
  width: 200px;
  height: 343px;
  /*display: block;*/
  background: url("/sports/en/basketball/fbwc2023/images/special_deco02.png");
  background-size: cover;
  }
div.common-layout div.contents-header{
	/*background:#fff;
    background:#0032ff;*/
	width:100%;
    background: url("/sports/en/basketball/fbwc2023/images/contents-header_bg.jpg" ) top left no-repeat;
    position: relative;
}
div.common-layout div.contents-header:before{
	content:"";
    position: absolute;
    bottom: 0px;
    left:0px;    
  width: 180px;
  height: 293px;
  /*display: block;*/
  background: url("/sports/en/basketball/fbwc2023/images/special_deco03.png");
  background-size: cover;
}
div.common-layout div.contents-header:after{
	content:"";
    position: absolute;
    top: 0px;
    right:0px;    
  width: 180px;
  height: 300px;
  /*display: block;*/
  background: url("/sports/en/basketball/fbwc2023/images/special_deco04.png");
  background-size: cover;
}
div.common-layout div.contents-header > div{
	/*background:#fff;*/
    /*background:#0032ff;*/
	max-width:1460px;
	text-align:center;
	margin:0 auto;
}
div.common-layout div.contents-body_wrap{
    position: relative;
}
div.common-layout div.contents-body_wrap:after{
content:"";
    position: absolute;
    top: 0px;
    right:0px;    
  width: 200px;
  height: 342px;
  /*display: block;*/
  background: url("/sports/en/basketball/fbwc2023/images/special_deco01.png");
  background-size: cover;
  }
div.common-layout div.contents-body{
	max-width:1200px;
	padding:2.2em 0.8em 2.2em 0.8em;
	margin:0 auto;
}
div.common-layout div.contents-body div.head{
	position:relative;
	font-family:'Barlow Semi Condensed', sans-serif;
	/*border:1px solid #191919;*/
    border:1px solid #fff;
	padding:1.2em 1.8em;
	margin-bottom:2.2em;
    color: #fff;
}
div.common-layout div.contents-body div.head:before,
div.common-layout div.contents-body div.head:after{
	content:"";
	position:absolute;
	left:2.5%;
	width:95%;
	height:4px;
	/*background:#f5f5f5;*/
    background:#0032ff;
}
div.common-layout div.contents-body div.head:before{
	top:-2px;
}
div.common-layout div.contents-body div.head:after{
	bottom:-2px;
}
div.common-layout div.contents-body div.head h2{
	position:relative;
	font-size:22px;
	font-weight:600;
	line-height:1.4;
	margin-bottom:1.2em;
    letter-spacing: 0.05em;
}
div.common-layout div.contents-body div.head h2:after{
	content:"";
	position:absolute;
	width:80px;
	height:3px;
	/*background:#000;*/
    background:#fff;
	left:0;
	bottom:-0.6em;
}
div.common-layout div.contents-body div.head p{
	font-size:16px;
	font-weight:500;
	line-height:1.6;
}
div.common-layout div.contents-body div.design{
	font-family:'Barlow Semi Condensed', sans-serif;
	margin-bottom:2.2em;
}
div.common-layout div.contents-body div.design h3{
	position:relative;
	/*color:#062d9f;*/
    color: #fff;
	font-size:22px;
	/*font-weight:400;*/
	line-height:1.4;
	/*letter-spacing:0.14em;*/
	margin-bottom:1.2em;
    padding-top: 0.2em;
    letter-spacing: 0.05em;
}
div.common-layout div.contents-body div.design h3:before{
	position:absolute;
	top:50%;
	left:0;
	content:"";
	/*background:#062d9f;*/
    background:#fff;
	width:100%;
	height:1px;
}
div.common-layout div.contents-body div.design h3 > span{
	position:relative;
	z-index:1;
	display:inline-block;
	/*background:#f5f5f5;*/
    background:#0032ff;
	padding-right:0.5em;
}
div.common-layout div.contents-body div.design p{
	font-size:15px;
	font-weight:400;
	line-height:1.6;
}
div.common-layout div.contents-body div.design div.box{
	-moz-box-shadow: -15px 15px 20px 0px rgba(0, 0, 0, 0.15);
	-webkit-box-shadow: -15px 15px 20px 0px rgba(0, 0, 0, 0.15);
	-ms-box-shadow: -15px 15px 20px 0px rgba(0, 0, 0, 0.15);
	box-shadow: -15px 15px 20px 0px rgba(0, 0, 0, 0.15);
}
/*div.common-layout div.contents-body div.design div.box > div{
	-moz-box-shadow: 15px -15px 20px 0px rgba(255, 255, 255, 0.5);
	-webkit-box-shadow: 15px -15px 20px 0px rgba(255, 255, 255, 0.5);
	-ms-box-shadow: 15px -15px 20px 0px rgba(255, 255, 255, 0.5);
	box-shadow: 15px -15px 20px 0px rgba(255, 255, 255, 0.5);
}*/
div.common-layout div.contents-body div.design div.block{
	background:#f5f5f5;
	display:-webkit-flex;
	display:flex;
	-webkit-flex-wrap:wrap;
	flex-wrap:wrap;
	-webkit-justify-content:space-between;
	justify-content:space-between;
	-webkit-align-items:center;
	align-items:center;
	padding:1.2em 1.8em;
}
div.common-layout div.contents-body div.design div.block > div.image{
	-webkit-flex:0 0 100%;
	flex:0 0 100%;
	max-width:100%;
	padding:0.8em;
}
div.common-layout div.contents-body div.design div.block > div.text{
	-webkit-flex:0 0 100%;
	flex:0 0 100%;
	max-width:100%;
}
div.common-layout div.contents-body div.youtube{
	background:#fff;
	/*padding:1.2em 1.2em 0 1.2em;*/
}
div.common-layout div.contents-body div.youtube iframe{
	width:100%;
	/*height:240px;*/
}
div.common-layout div.contents-body div.country-list{
	background:#fff;
	padding:0.8em 1.2em 1.2em 1.2em;
	margin-bottom:2.2em;
}
div.common-layout div.contents-body div.country-list table{
	width:100%;
	font-size:80%;
	border-collapse:collapse;
    border-spacing:0;
}
div.common-layout div.contents-body div.country-list table a{
	text-decoration:underline;
}
div.common-layout div.contents-body div.country-list table tr{}
div.common-layout div.contents-body div.country-list table tr > th{}
div.common-layout div.contents-body div.country-list table tr > th:nth-child(1){
	width:50%;
}
div.common-layout div.contents-body div.country-list table tr > th:nth-child(2){
	width:50%;
}
div.common-layout div.contents-body div.country-list table th,
div.common-layout div.contents-body div.country-list table td{
	text-align:left;
	border-bottom:1px solid #ddd;
	padding:0.8em 1.2em;
}
div.common-layout div.contents-body div.country-list table tr:first-child{}
div.common-layout div.contents-body div.country-list table tr:first-child th{
	background:#666;
	color:#fff;
	text-align:center;
}
div.common-layout div.contents-body div.country-list table tr:not(:first-child){}
div.common-layout div.contents-body div.country-list table tr:not(:first-child) th{
	background:#f3f3f3;
}
div.common-layout div.contents-body div.country-list table tr td:last-child{
	text-align:center;
}
div.common-layout div.contents-body div.others{
	text-align:center;
}
div.common-layout div.contents-body div.others a.return-page{
	display:block;
	width:166px;
	height:32px;
	background:url(../images/button_return.gif);
	text-indent:-9999px;
	margin:2.2em auto 0 auto;
}
div.common-layout div.contents-body div.others a.return-page:hover{
	background:url(../images/button_return_on.gif);
}
div.common-layout div.contents-body div.others {
       padding-top: 2em;
}

@media screen and (min-width: 768px){
/* TB -------------------------------------------------------------- */
	div.common-layout{
		padding:80px 0 8.2em 0;
	}
    .fbwc2023 div.common-layout{
    padding:80px 0 3em 0;
}
	div.common-layout div.contents-body{
		padding:6.2em 0 2.2em 0;
        position: relative;
        z-index: 9;
	}
	div.common-layout div.contents-body div.head{
		padding:2.2em 6.2em;
		margin-bottom:6.2em;
	}
	div.common-layout div.contents-body div.head h2{
		font-size:42px;
	}
	div.common-layout div.contents-body div.head p{
		font-size:24px;
	}
	div.common-layout div.contents-body div.design{
		margin-bottom:6.2em;
	}
	div.common-layout div.contents-body div.design h3{
		font-size:42px;
	}
	div.common-layout div.contents-body div.design p{
		font-size:20px;
	}
	div.common-layout div.contents-body div.design div.block{
		padding:2.8em 4.2em;
	}
	div.common-layout div.contents-body div.design div.block > div.image{
		-webkit-flex:0 0 28%;
		flex:0 0 28%;
		max-width:28%;
		padding:0.8em;
	}
	div.common-layout div.contents-body div.design div.block > div.text{
		-webkit-flex:0 0 70%;
		flex:0 0 70%;
		max-width:70%;
	}
	/*div.common-layout div.contents-body div.youtube{
		padding:4.4em 2.8em 2.2em 2.8em;
	}
	div.common-layout div.contents-body div.youtube iframe{
		width:100%;
		height:620px;
	}*/
	div.common-layout div.contents-body div.country-list{
		padding:0 2.8em 4.4em 2.8em;
		margin-bottom:4.2em;
	}
	div.common-layout div.contents-body div.country-list table tr{
		display:table-row;
	}
	div.common-layout div.contents-body div.country-list table tr > th:nth-child(1){
		width:40%;
	}
	div.common-layout div.contents-body div.country-list table tr > th:nth-child(2){
		width:60%;
	}
	div.common-layout div.contents-body div.country-list table th,
	div.common-layout div.contents-body div.country-list table td{
		border:1px solid #ddd;
	}
    div.common-layout div.contents-body div.others {
       padding-top: 4em;
}
   div.common-layout div.contents-body div.others .c-bnr__onlineShop {
        max-width:580px;
       display: block;
       margin: 0 auto;
    }
}
@media screen and (min-width: 1025px){
/* PC -------------------------------------------------------------- */
}
@media screen and (max-width: 1300px){
    .fbwc2023_special div.common-layout:after{
  display: none;
  }
    div.common-layout div.contents-body_wrap:after{
  display: none;
  }
}

@media screen and (max-width: 900px){
div.common-layout div.contents-header:before{
  width: 100px;
  height: 163px;
}
div.common-layout div.contents-header:after{
  width: 100px;
  height: 167px;
}
}
@media screen and (max-width: 500px){
div.common-layout div.contents-header:before{
  width: 60px;
  height: 98px;
}
div.common-layout div.contents-header:after{
  width: 60px;
  height: 100px;
}
}


/*2023年8月追記*/
div.common-layout div.contents-body div.movie_wrap{
	background:#fff;
	padding:2em;
    display: flex;
    justify-content: space-between;
}
div.common-layout div.contents-body div.youtube{
    padding:1.2em;
	width: 48%;
}
div.common-layout div.contents-body div.youtube iframe{
		width:100%;
    height: 300px;
	}
@media screen and (max-width: 768px){
div.common-layout div.contents-body div.movie_wrap{
	padding:1.2em;
    display: block;
}
div.common-layout div.contents-body div.youtube{
    padding:0em;
	width: 100%;
    margin-bottom: 1em;
}
div.common-layout div.contents-body div.youtube iframe{
    height: 300px;
	}
}

@media screen and (max-width: 480px){
div.common-layout div.contents-body div.youtube iframe{
    height: 200px;
	}    
}