@charset "UTF-8";

/* ===================================
	File Name   : report.css
	Description : Report Page Layout CSS
	Editor      : Bface Hayakawa
	Last Editor : Bface Hayakawa
	
	Update Description :
	[2023/08/28] 新規作成

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

/*========== Style Contents ==========

	1. Share Elements
	2. Section [visitors] Setting
	3. Section [analysis] Setting
	4. Section [scene] Setting
	5. Section [movie] Setting
  6. Section [tokyo_2022_outline] Setting
	
====================================== */



/*===== ■1. Share Elements =====*/
section a.box {
	width: 80%;
	margin: 0 auto;
}


@media screen and (max-width:640px) {
	section a.box { width: 90%;}
}



/*===== ■2. Section [visitors] Setting =====*/

#visitors .inner > table {
	width: 98%;
	width: calc(100% - 20px);
	margin: 0 auto 10px;
}

#visitors .inner > table th {
	padding: 12px 10px;
	border-right: 1px dotted #fff;
	background: var(--dominant-light01);
	font-weight: bold;
	vertical-align: middle;
}
#visitors .inner > table th:first-child { border-radius: 5px 0 0 0;}
#visitors .inner > table th:last-child {
	border-radius: 0 5px 0 0;
	border-right: none;
}

#visitors .inner > table td {
	padding: 10px;
	background: var(--dominant-light02);
	text-align: center;
	border-right: 1px dotted #fff;
	border-bottom: 1px dotted #fff;
	vertical-align: middle;
}
#visitors .inner > table td:last-child { border-right: none;}
#visitors .inner > table tr:last-child td { border-bottom: none;}

#visitors .inner > table tr:last-child td:first-child { border-radius: 0 0 0 5px;}
#visitors .inner > table tr:last-child td:last-child { border-radius: 0 0 5px 0;}


#visitors .inner > table td.weather_single > span {
	display: block;
	max-width: 40px;
	margin: auto;
}
#visitors .inner > table td.weather_double > span {
	display: block;
	max-width: 100px;
	margin: auto;
}


#visitors .inner > table th br,
#visitors .inner > table td br { display: none;}

#visitors #visitors_countory {
	padding: 10px;
	background: var(--dominant-light02);
	border-radius: 5px;
}


#visitors #visitors_countory em {
	display: block;
	margin-bottom: 10px;
	padding-bottom: 10px;
	border-bottom: 1px dotted #fff;
	font-weight: bold;
	text-align: center;
}

#visitors dl {
	display: flex;
	margin: 0 10px 10px;
}

#visitors dt {
	display: flex;
	justify-content: center;
	align-items: center;
	position: relative;
	width: 180px;
	padding: 20px 10px;
	border-radius: 5px 0 0 5px;
	background: #a0141a;
	color: #fff;
	font-weight: bold;
	font-size: 1.6rem;
	line-height: 1.2;
	text-align: center;
}
#visitors dt:after {
	position: absolute;
	top: 50%;
	right: 1px;
	margin-right: -28px;
	border: 14px solid transparent;
	border-left: 14px solid #a0141a;
	transform: translateY(-50%);
	content: '';
}

#visitors dd {
	width: calc(100% - 200px);
	border-radius: 0 5px 5px 0;
	background: #f3e1e2;
}

#visitors dd table {
	width: 100%;
	text-align: center;
	table-layout: fixed;
}

#visitors dd th {
	padding: 12px 10px;
	border-right: 1px dotted #999;
	background: #e7c4c5;
	font-weight: bold;
	vertical-align: middle;
}
#visitors dd th:last-child {
	border-radius: 0 6px 0 0;
	border: none;
}

#visitors dd td {
	padding: 12px 10px;
	border-right: 1px dotted #999;
	font-weight: bold;
	vertical-align: middle;
}
#visitors dd td:last-child { border: none;}

#visitors dd td br { display: none;}

#visitors dd td b { display: block;}

#visitors .inner > ul { margin: 0 10px 30px;}

#visitors .inner > ul li {
	padding-left: 1em;
	text-indent: -1em;
	font-weight: bold;
	font-size: 1.3rem;
}

#visitors #vip dd {
	display: flex;
	align-items: center;
	justify-content: center;
	font-weight: bold;
}


@media screen and (max-width:640px) {
	#visitors .inner > table td { padding: 5px;}
	
	#visitors .inner > table th br,
	#visitors .inner > table td br { display: block;}

	#visitors #visitors_countory td em { margin: 0 5px 10px;}

	#visitors #visitors_countory td p { margin: 0 5px;}

	#visitors dl {
		flex-direction: column;
		margin-bottom: 10px;
	}

	#visitors dt {
		width: auto;
		padding: 10px;
		border-radius: 5px 5px 0 0;
		font-size: 1.4rem;
		line-height: 1.2;
	}

	#visitors dt:after {
		position: absolute;
		top: inherit;
		right: inherit;
		left: 50%;
		bottom: 0;
		margin-bottom: -20px;
		border: 10px solid transparent;
		border-top: 10px solid #a0141a;
		transform: translateX(-50%);
		content: '';
	}

	#visitors dd {
		width: 100%;
		border-radius: 5px 5px 5px 5px;
	}

	#visitors dd th {
		padding: 8px 3px;
		line-height: 1.2;
	}
	#visitors dd th:last-child { border-radius: 0 5px 0 0;}

	#visitors dd td {
		padding: 8px 3px;
		font-size: 1.2rem;
		word-break: break-all;
	}
	
	#visitors dd td br { display: block;}
	
	#visitors .inner > ul { margin: 0 10px 20px;}
	
	#visitors .inner > ul li {
		font-size: 1.2rem;
	}
	#visitors #vip dd {
		padding: 10px 0 5px;
	}
}



/*===== ■3. Section [analysis] Setting =====*/

#analysis .inner > div {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}

#analysis .inner dl:nth-child(1) {
	width: 100%;
}

#analysis .inner dl {
	width: 48.5%;
	margin-bottom: 20px;
}	
#analysis .inner dl:nth-child(1) dd{
	width: 70%;
	margin: 0 auto 20px;
}

#analysis .inner dt {
	margin-bottom: 10px;
	padding: 10px 0;
	background: var(--dominant-light02);
	font-weight: bold;
	font-size: 1.6rem;
	line-height: 1;
	text-align: center;
}

#analysis .inner dd { text-align: center;}

#analysis p {
	margin: 0 10px;
	padding-left: 1em;
	text-indent: -1em;
	font-weight: bold;
	font-size: 1.3rem;
	text-align: left;
	padding-right:15px; 
}


@media screen and (max-width:640px) {
	#analysis .inner > div{
		display: block;
	}
	#analysis .inner dl {
		width: 100%;
		margin: 0 auto 10px;
	}
	
	#analysis .inner dt {
		padding: 7px 0;
		font-size: 1.4rem;
	}
	#analysis .inner dl:nth-child(1) dd {
		width: 100%;
		margin-bottom: 10px;
	}
	#analysis p {
		margin: 0;
		font-size: 1.2rem;
	}
}



/*===== ■4. Section [scene] Setting =====*/
#scene p { margin-bottom: 20px;}

#scene ul {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}

#scene li {
	max-width: 270px;
	margin: 0 10px 20px 0;
	line-height: 0;
}
#scene li:nth-child(3n) { margin: 0 0 20px;}

#scene ul::after {
  display: block;
  max-width: 270px;
  width: calc(33.33% - 10px);
  height: 100%;
  background: #333;
  content: "";
} 


#scene #quick figure{
	line-height: 0;
	margin-bottom: 8px;}
#scene #quick ul {
  margin-top: 0px;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}

#scene #quick ul li {
	width: calc(33.33% - 8px);
	line-height: 0;
	margin: 0 0 8px;
	max-width: none;
}

#scene #quick .irregular > li:first-child{
	width: calc(33.33% - 8px);
	margin-bottom: 0
}

#scene #quick .irregular > li:first-child ul{
	display: flex;
	flex-direction: column;
}

#scene #quick .irregular > li:first-child ul li{
	width: 100%;
	margin-bottom: 8px;
}

#scene #quick .irregular > li:first-child ul li:last-child{
	margin: 0;
}

#scene #quick .irregular > li:last-child{
	width: calc(66.66% - 4px);
}

@media screen and (min-width: 641px) and (max-width: 1200px){
	#scene ul { justify-content: space-around;}
	#scene li,
	#scene li:nth-child(3n){ margin: 0 10px 20px;}
  #scene ul::after {
    display: block;
    width: 100%;
    margin: 0 10px;
  } 
}

@media screen and (max-width:640px) {
	#scene li {
		width: calc(50% - 5px);
		margin: 0 0 10px;
	}
	#scene li:nth-child(3n) { margin: 0 0 10px;}
	
	#scene #quick ul li{
		width: calc(50% - 5px);
		margin: 0 0 10px;
	}
	
	#scene #quick .irregular > li:last-child{
		width: calc(100%);
	}
	
}



/*===== ■5. Section [movie] Setting =====*/
#movie > div{
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  flex-wrap: wrap;
}
#movie > div > div{
  width: 49%;
  margin-bottom: 15px;
}
#movie > div > div > div {
	height: 0;
	overflow: hidden;
	max-width: 100%;
	padding-bottom: 56.25%; /* 16:9 の高さなので 56.25% (= 9 ÷ 16) */
	position: relative;
  margin:0 auto;
}

#movie > div iframe{
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
}

#tokyo_2022 #movie > div > div{
  width: 90%;
  margin: 0 auto 15px;
}
#tokyo_2022 #movie > div > div > div {
	padding-bottom: calc(315 / 560 * 90%)
}


@media screen and (max-width:640px) {
  #movie > div {
    flex-direction: column;
    max-width: 100%;
  }    
  
  #movie > div > div{
    width: 100%;
    margin-bottom: 10px;
  }
  
  #movie h3 {
    margin-top: 5px;
  }
  
  #movie .flex > a {
    width: 100%;
  }
  
  #movie .flex > a:not(:last-child) {
    margin-bottom: 10px;
  }

	#tokyo_2022 #movie > div > div{
		width: 100%;
		margin: 0 auto 15px;
	}
	#tokyo_2022 #movie > div > div > div {
		padding-bottom: calc(315 / 560 * 100%)
	}

}


/*===== ■6. Section [tokyo_2022_outline] Setting  =====*/
#tokyo_2022_outline dl {
  display: flex;
  background: #ebebeb;
  margin-bottom: 1px;
}
#tokyo_2022_outline dt {
  display: flex;
  flex: 0 0 auto;
  align-items: center;
  position: relative;
  width: 160px;
  border-right: 1px solid #fff;
  padding: 10px 10px 10px 20px;
  background: var(--dominant-light02);
  box-sizing: border-box;
  font-weight: bold;
  font-size: 1.6rem;
}
#tokyo_2022_outline dd {
  padding: 10px;
}
#tokyo_2022_outline dd li:not(:last-child) {
  margin-bottom: 5px;
}
#tokyo_2022_outline dd a { 
  display: block;
  position: relative;
  padding-left: 10px;
}

#tokyo_2022_outline dd a:before {
  position: absolute;
  top: 50%;
  left: 0;
  border: 4px solid transparent;
  border-left: 5px solid var(--dominant);
  transform: translateY(-50%);
  content: '';
}

#tokyo_2022_outline dd a:hover .icon_blank:before {
  color: var(--dominant-light01);
}
#tokyo_2022_outline .logo {    
  display: block;
  width: 70%;
  max-width: 320px;
}
#tokyo_2022_outline dt > span > span {
	font-size: 1.4rem;
}
#tokyo_2022_outline dd span.inline {
	display: inline-block;
	width: auto;
	max-width: none;
}
#tokyo_2022_outline dd p {
	padding-left: 1em;
	text-indent: -1em;
	font-weight: bold;
	font-size: 1.2rem;
}
@media screen and (max-width:640px) {
	#tokyo_2022_outline dl {
		flex-direction: column;
	}
	#tokyo_2022_outline dt {
		justify-content: center;
		width: 100%;
		padding: 5px 0;
		border-right:none;
		font-size: 1.4rem;
	}
	#tokyo_2022_outline dt span {
		text-align: center;
	}
	
	#tokyo_2022_outline .logo {   
		margin: 0 auto;
	}
}